@charset "UTF-8";

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
    overflow-y: scroll;
}

body{
    font-family:  "Shin Go Regular";
    animation: bugfix infinite 1s;
    -webkit-animation: bugfix infinite 1s;
    overflow-x: hidden;
    margin: 0;
    position:relative;
}

h1,h2,h3,h4,#main-copy{
    font-family:  "Shin Go Medium";
}

.container{
    width:1260px;
    margin:0 auto;
}

.row{
    display:flex;
}

.col-100{
    width:100%;
}

.col-80{
    width:78%;
}

.col-70{
    width:66%;
}

.col-60{
    width:56%;
}

.col-50{
    width:48%;
}

.col-40{
    width:38%;
}

.col-30{
    width:31%;
}

.col-25{
    width:23%;
}

.col-20{
    width:18%;
}

.col-15{
    width:18%;
}

ul{
    padding-left:0;
    margin-top:0;
}

li{
    list-style-type:none;
}

.bold{
    font-weight:bold;
}

.txt-left{
    text-align:left;
}

.txt-center{
    text-align:center;
}

.txt-right{
    text-align:right;
}

h1,h2,h3{
    margin:0;
}

a{
    transition: all 300ms 0s ease;
    text-decoration:none;
}

a:hover{
    opacity:.8;
}

p{
    font-size:16px;
    color:#000000;
    line-height:2.2em;
    letter-spacing:.03em;
    text-align:justify;
    letter-spacing:.1em;
}

.w-100{
    width:100%;
}

.home-title{
    color:white;
    z-index:-100;
    opacity:0;
}

.red{
    color:red;
}

.mrg-100{
    margin-bottom: 100px !important;;
}

.mrg-50{
    margin-bottom: 50px !important;;
}

.mrg-30{
    margin-bottom:30px !important;
}

.mrg-0{
    margin-bottom:0 !important;
}

.sp-open{
    display:none;
}

.tab-open{
    display:none;
}

/*=============================================*/

.home header{
    margin-bottom:1100px !important;
}

.header-wrap{
    display:flex;
    justify-content: space-between;
}

.header-left img{
    width:200px;
    margin-left:30px;
}

.header-right{
    text-align:right;
}

.header-right ul{
    display:inline-block;
    vertical-align: top;

}

.header-right ul li{
    display:inline-block;
    vertical-align: top;
}

.nav-list01{
    padding-top:30px;
    padding-right:10px;
}

.nav-list01 a{
    font-size:18px;
    color:#000;
    font-weight:bold;
    letter-spacing:.05em;
    vertical-align: -6px;
}

.nav-list01 li{
    margin-right:30px;
}

.nav-list02{
    padding-top:30px;
    padding-right:30px;
}

.nav-list02 li a img{
    width:30px;
}

.nav-list02 li a img:first-of-type{
    margin-right:10px;
}

header .nav-list03 a:nth-child(1){
    background-color:#FF9D00;
    display:inline-block;
}

header .nav-list03 a:nth-child(2){
    background-color:#979FAA;
    display:inline-block;
}

.nav-list03{
    font-size: 0px;
}

header .nav-list03 a li{
    color:white;
    font-size:18px;
    font-weight:bold;
    letter-spacing:.1em;
    text-align:center;
    width:150px;
    height:150px;
    position:relative;
}

header .nav-list03 a .sale-btn::before{
    position:absolute;
    background:url('./img/house-icon.png');
    background-size:cover;
    top:60px;
    left:50%;
    width:60px;
    height:45px;
    transform: translate(-50%, -50%);
    content:'';
}

header .nav-list03 a .sale-btn::after{
    position:absolute;
    top:100px;
    left:50%;
    width:100%;
    transform: translate(-50%, -50%);
    content:'物件情報';
}

header .nav-list03 a .contact-btn::before{
    position:absolute;
    background:url('./img/mail-icon.png');
    background-size:cover;
    top:60px;
    left:50%;
    width:50px;
    height:40px;
    transform: translate(-50%, -50%);
    content:'';
}

.hamburger-wrap{
    display:none;
}

header .nav-list03 a .contact-btn::after{
    position:absolute;
    top:100px;
    left:50%;
    width:100%;
    transform: translate(-50%, -50%);
    content:'お問い合わせ';
}


/*ローディング画面*/
.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: fadeOut 1.5s 2.5s forwards;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    visibility: hidden;
  }
}

.loading__logo {
  opacity: 0;
  animation: logo_fade 2s 0.5s forwards;
  width: 100px;
}

@keyframes logo_fade {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  60% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
  }
}
/*ローディング画面ここまで*/


#main-copy{
    margin-top:300px;
    font-weight:bold;
    font-size:32px;
    line-height:2em;
    letter-spacing:.2em;
}

#feature-area{
    padding-bottom:100px;
}

.main-img-area-top{
    width:100%;
    background: url('./img/header-img.png');
    background-size:cover;
    height:1000px;
    position:absolute;
    top:0;
    left:0;
    z-index:-1;
    content:'';
}

.heading-title{
    position:relative;
    margin-bottom:50px;
    font-size:18px;
    letter-spacing:.05em;
}

.heading-title::before{
    position:absolute;
    top:-120px;
    left:50%;
    transform: translate(-50%, -50%);
    background:url('./img/dog-icon.svg');
    background-size:contain;
    height:85px;
    width:105px;
    content:'';
}

.heading-title-wrap{
    margin-top:100px;
}

.content-wrap{
    margin:0 auto;
    text-align:center;
}

.content-wrap span {
    font-size:62px;
    font-family: "Roboto Condensed", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

.top-img-area{
    margin-top:50px;
}

.nav-list03 li a{
    width:100px;
    height:100px;
}

#back-gray{
    background-color:#F0F0F0;
    width:100%;
    padding-top:60px;
    padding-bottom:60px;
    position:relative;
}

#back-gray::before{
    position:absolute;
    background: #ffffff;
    height: calc(tan(60deg) * 90px / 2);
    width: 90px;
    height: calc(90px / 2);
    clip-path: polygon(0 0,100% 0, 50% 100%);
    content:'';
    top:0;
    left:50%;
    transform: translateX(-50%);
}

.hukidashi-area{
    justify-content: space-between;
}

.hukidashi p{
    text-align:center;
    line-height:1.6em;
    padding-bottom:30px;

}

.hukidashi-white{
    background-color:white;
    padding-top:30px;
}

.hukidashi-gray{
    background-color: #CECECE;
}

.hukidashi-white p{
    margin-bottom:0;
    font-weight:bold;
}

.hukidashi-gray a{
    display:block;
    margin-top:0;
    padding:40px 0 40px 0;
    font-size:22px;
    font-weight:bold;
    color:#000000;
    position:relative;
}

.hukidashi-gray a::after{
    position:absolute;
    background: #000;
    height: calc(tan(60deg) * 14px / 2);
    width: 14px;
    height: calc(14px / 2);
    clip-path: polygon(0 0,100% 0, 50% 100%);
    content:'';
    bottom:5px;
    left:50%;
    transform: translateX(-50%);
}

.q-title{
    font-size:24px;
    margin-top:40px;
    margin-bottom:40px;
    font-weight:bold;
}

#service-area{
    margin-top:200px;
}

#service-area .heading-title{
    margin-bottom:100px;
}

.service-block{
    justify-content: space-between;
    margin-bottom:120px;
}

.service-block .col-60{
    position:relative;
    text-align:left;
}

.service-block img{
    width:100%;
}

.service-block .col-60 span{
    display:inline-block;
}


.service-block .col-60 .txt-wrap{
    display:inline-block;
}

.service-block .col-60 h3{
    font-size:32px;
    background:linear-gradient(transparent 60%, #ff6 60%);
    display:inline-block;
    letter-spacing:.1em;
    margin-bottom:10px;
}


.service-block .col-15 span{
    font-size:120px;
    font-family: "Roboto Condensed", serif;
    line-height:.8em;
}

.service-block .col-80 p{
    font-size:14px;
    margin-bottom:30px;
}

.service-block .col-80 a{
    padding:10px 30px;
    display:inline-block;
    border:1px solid #000;
    color:#000;
    border-radius:20px;
    font-size:14px;
}

.service-block .col-80 a:hover{
    background-color:#000;
    color:white;
    opacity:1;
}

.service-block .row{
    justify-content: space-between;
}

.link-btn01{
    background-color:#000;
    padding:20px 20px;
    text-align:left;
    display:block;
    color:white;
    width:250px;
    margin:0 auto;
    position:relative;
    border-radius:10px;
    transition: .3s;
    margin-bottom:70px;
}

.arrow {
    position: relative;
    display: inline-block;
    width: 70px;
    height: 2px;
    right: -70px;
    margin-top: 0;
    border-radius: 9999px;
    background-color: #ffffff;
}
  
.arrow::before {
    content: "";
    position: absolute;
    top: calc(50% - 2px);
    right: 0;
    width: 20px;
    height: 2px;
    border-radius: 9999px;
    background-color: #ffffff;
    transform: rotate(45deg);
    transform-origin: calc(100% - 2px) 50%;
}

.link-btn01:hover .arrow {
    right: -90px;
    transition: .3s;
}
  

.link-btn-wrap{
    text-align:center;
}

#news-area .news-area-wrap{
    flex-wrap:wrap;
    justify-content: flex-start;
    width:100%;
    margin-bottom:100px;
}

.news-content-left{
    width:20%;
}

.news-content-right{
    width:80%;
    position:relative;
}

#news-area .news-area-wrap .col-100 a{
    border-bottom:1px solid #CECECE;
    display:block;
    text-align:left;
    padding:35px 30px;
}

#news-area .news-area-wrap .col-100:first-child{
    border-top:1px solid #CECECE;
}


.news-content-left span{
    font-size:16px;
    color:#000;
}

.news-content-left span:nth-child(2){
    font-size:12px;
    padding:3px 20px;
    border:1px solid #000;
    border-radius:10px;
    margin-left:30px;
    color:#000;
    font-family:  "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
}

.news-content-right h3{
    color:#000;
    font-size:16px;
}

.news-content-right span{
    background-color:#686868;
    width:20px;
    height:20px;
    position:relative;
    border-radius:10px;
}

.news-content-right span img{
    position:absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    content:'';
    width:12px;
}

.news-content-right span::before{
    content: "";
    display: block;
    width: 1px;
    height: 64px;
    background-color: #CECECE;
    position: absolute;
    top: 50%;
    left: -30px;
    transform: translateY(-50%);
}


.news-content-right .row{
    justify-content: space-between;
}


#news-area .col-100 a:hover{
    opacity:1;
}

#news-area .col-100 a:hover .news-content-right span{
    background-color:#000;
}


.instagram-area .image-area{
    justify-content: space-between;
}

.instagram-area .image-area img{
    width:100%;
}

#back-gray02{
    background-color:#F0F0F0;
    width:100%;
    padding-top:60px;
    padding-bottom:60px;
}

#back-gray02 .heading-title::before{
    display:none;
}

#back-gray02 .instagram-area .heading-title-wrap{
    margin-top:30px;
}

#back-gray02 .link-btn01{
    margin-top:50px;
}

footer{
    width:100%;
}

footer .footer-wrap{
    justify-content: space-between;
    padding-top:50px;
    padding-bottom:30px;
}

footer .footer-left img{
    width:300px;
}

footer .footer-left p{
    font-size:14px;
    line-height:1.8em;
    letter-spacing:.01em;
}

footer .footer-right{
    text-align:right;
    margin-top:65px;
    height:50px;
}

footer .footer-right ul li{
    display:inline-block;
}

footer .footer-right ul li a{
    color:#000;
    font-size:14px;
    margin-left:10px;
}

footer .footer-right .blk-btn{
    padding:10px 20px;
    color:white;
    background-color:#000;
    border-radius:30px;
}

footer .footer-r-btm{
    margin-top:10px;
}

footer .footer-r-btm li{
    vertical-align: middle;
}

.footer-r-btm .tel-img{
    width:250px;
}

.footer-r-btm .footer-icon{
    width:30px;
}

footer .copy{
    background-color:#000;
    padding:5px;
}

footer .copy p{
    color:white;
    font-size:10px;
    text-align: center;
}

.archive .heading-title span{
    position: relative;
    margin-bottom: 50px;
    font-size: 18px;
    letter-spacing: .05em;
    font-family:  "Shin Go Medium";
}


/*下層ページ===============================*/
.page .main-img-area-kaso,.archive .main-img-area-kaso,.single .main-img-area-kaso{
    height:400px;
    background-position: center;
    background: url('./img/kaso-main-img.jpg') !important;
}

.page header,.archive header,.single header{
    height:0;
    margin-bottom:0;
}

.zigyo-all-wrap{
    justify-content: space-between;
    flex-wrap:wrap;
}

.breadcrumbs-wrap{
    background-color:#E2E2E2;
    padding-top:10px;
    padding-bottom:10px;
    margin-bottom:100px;
}

.breadcrumbs{
    font-size:10px;
    color:#747474;
}

.breadcrumbs a{
    color:#747474;
}

.zigyo-all-wrap .col-30{
    margin-top:50px;
}

.zigyo-all-wrap p{
    background-color:#E3E3E3;
    width:100%;
    text-align:center;
    margin-top:0;
    padding:20px 0;
    font-size:18px;
    font-weight:bold;
    position:relative;
}

.zigyo-all-wrap p::after{
    position:absolute;
    right:10px;
    top:50%;
    height: 14px;
    width: calc(14px / 2);
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    content:'';
    background-color:#000;
    transform: translate(-50%, -50%);
}

.zigyo-all-wrap a{
    line-height:0;
}

.zigyo-all-wrap img{
    width:100%;
    display: block;
}

.service-page .heading-title-wrap{
    margin-bottom:50px;
}

.service-page .heading-title-wrap .title-number{
    font-size:100px;
}

.service-page .service-block .col-50{
    text-align:left;
}

.service-page .service-block .col-50 h2{
    font-size:26px;
    background:none;
    display:inline-block;
    letter-spacing:.1em;
    line-height:1.6em;
    text-align:left;
    margin:0px auto 10px auto;
}

.half-bnr-area img{
    width:50%;
}

.heading-title-02{
    position:relative;
    padding:10px 0 10px 30px;
    border-left:5px solid #000; 
    margin-bottom:30px;
    font-size:32px;
    text-align: left;
}

.srv-content .col-100{
    margin-bottom:100px;
}

.srv-content .strong{
    font-size:22px;
    background:linear-gradient(transparent 60%, #ff6 60%);
    font-weight:bold;
}

.srv-content .list-wrap li{
    font-size:18px;
    margin:20px 0;
    letter-spacing:.1em;
}

.srv-content .under-line{
    background:linear-gradient(transparent 60%, #ff6 60%);
}

.table-wrap table{
    width:100%;
    text-align:center;
}

.table-wrap table tr th{
    border-radius:10px 10px 0 0;
    padding:30px 0;
    font-size:18px;
    width:20%;
    letter-spacing:.1em;
    color:white;
    border:2px solid white;
}

.table-wrap table tr th:nth-child(odd){
    background-color:#9DDECA;
}

.table-wrap table tr th:nth-child(even){
    background-color:#BDC7EB;
}

.blue{
    background-color:#BDC7EB !important;
}

.table-wrap table tr td{
    font-size:18px;
    background-color:#F5F4F4;
    padding:30px 0;
    line-height:1.6em;
    letter-spacing:.05em;
    border:2px solid white;
}

.table-wrap table tr td span{
    font-size:24px;
    display:block;
    font-weight:bold;
}

.q-a-wrap .q-a-content{
    border:1px solid #000;
    border-radius:10px;
    padding:40px;
}

.q-a-wrap .q-a-content h3{
    font-size:22px;
    margin-bottom:30px;
    letter-spacing:.05em;
}

.q-a-wrap .q-a-content p{
    margin-bottom:0;
}

.q-a-wrap .q-a-content h3:before{
    content:'Q';
    background-color:black;
    color:white;
    padding: 7px 0;
    border-radius:5px;
    display:block;
    width:40px;
    text-align:center;
    margin-bottom:15px;
    font-size:18px;
}

.q-a-wrap .q-a-content p:before{
    content:'A';
    color:#000;
    border:1px solid #000;
    padding:0;
    border-radius:5px;
    font-size:1.17em;
    font-weight:bold;
    display:block;
    width:40px;
    text-align:center;
    margin-bottom:5px;
}

.q-a-wrap .q-a-content{
    margin-bottom:20px;
}

.link-btn-or{
    margin:30px auto;

}

.link-btn-or a{
    background-color:#FF4E00;
    padding:20px 40px;
    color:white;
    margin:0 auto;
    font-size:18px;
    position:relative;
}

.link-btn-or a::after{
    position:absolute;
    right:10px;
    top:50%;
    height: 14px;
    width: calc(14px / 2);
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    content:'';
    background-color:white;
    transform: translate(-50%, -50%);
}

.flow-content{
    margin-top:100px;
    margin-bottom:100px;
}

.heading-title-03{
    width:100%;
    background-color:#CECECE;
    color:#000;
    font-size:20px;
    padding:20px 20px;
    border-radius:10px;
    letter-spacing:.1em;
}

.heading-title-03 span{
    background-color:black;
    color:white;
    font-size:11px;
    padding:5px 10px;
    margin-right:1em;
    letter-spacing:.1em;
    display:inline-block;
}

.sankaku{
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid black;
    margin:40px auto;
}

.matome-area{
    width:100%;
    border:1px solid #000;
    position:relative;
    margin-top:50px;
}

.matome-area h4{
    position:absolute;
    top:0;
    left:0;
    background-color:#000;
    color:white;
    padding:10px 20px;
    margin-top:0;
    font-size:14px;
}

.matome-wrap{
    padding:50px 40px 40px 40px;
}

.flow-content .row{
    justify-content: space-between;
}

.flow-content .row .col-30 img{
    width:100%;
    margin-top:30px;
}

.service-items-wrap{
    flex-wrap:wrap;
    justify-content: space-between;
}

.service-items-wrap .col-20 img{
    width:100%;
}

.service-items-wrap{
    text-align:left;
}

.service-items-wrap .col-20{
    margin-bottom:30px;
}

.service-items-wrap .col-20 h3{
    border-left:2px solid #000;
    padding:5px 10px;
    margin-top:10px;
    line-height:1.4em;
    height:50px;
}

.service-items-wrap .col-20 p{
    font-size:12px;
}

.area-wrap{
    margin-bottom:50px;
}

.srv-content .table-container .table-wrap h3{
    color:white;
    padding:15px 0;
    width:100%;
    border-radius:50px;
    margin-bottom:20px;
}

.srv-content .left-wrap h3,#orange-cell{
    background-color:#E3642D;
}

.srv-content .right-wrap h3,#tarcoiz-cell{
    background-color:#2EADA4;
}

#tarcoiz-cell,#orange-cell{
    color:white;
}

.srv-content .left-wrap th:first-child,.srv-content .right-wrap th:first-child{
    background-color:white;
}

.srv-content .table-container .right-wrap td:nth-child(1){
    width:50% !important;
}

.srv-content .table-container .right-wrap td span,.srv-content .table-container .left-wrap td span{
    display:inline-block;
    font-size:10px;
}

.srv-content .table-container td:nth-child(1){
    background-color:#E2E2E2;
    font-size:14px;
    font-weight:bold;
}


.srv-content .table-container td:nth-child(2),.srv-content .table-container td:nth-child(3){
    background-color:#F5F4F4;
    font-size:14px;
}

.table-container{
    justify-content: space-between;
    margin-bottom:50px;
}

.table-w-big{
    font-size:20px !important;
    font-weight:bold;
}

.table-container .table-wrap table tr td{
    padding:20px 0;
}

.aircon-image-area img{
    width:100%;
}

.aircon-price-wrap .table-title{
    background-color:#000 !important;
    font-size:22px;
}

.aircon-price-wrap td{
    width:50%;
}

.aircon-price-wrap .left-wrap tr:last-child td{
    background-color:white;
    border:2px solid #000;
    font-size:22px;
}


.aircon-price-wrap .left-wrap tr:last-child td span{
    display:inline;
    font-family:  "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
}

.heading-title-04{
    text-align:left;
    font-size:26px;
}

.aircon-course-price{
    font-size:22px;
    font-weight:bold;
    text-align:right;
    display: flex; /* 文字と横線を横並び */
    align-items: center;
}

.aircon-course-price span{
    font-size:36px;
}


.aircon-course-price::before {
  background-color: #adadad; /* 横線の色 */
  border-radius: 2px; /* 横線の両端を丸く */
  content: "";
  flex-grow: 1; /* 横幅いっぱい */
  height: 1px; /* 横線の高さ */
}

.aircon-btn-wrap .link-btn-or a{
    margin:0;
    border-radius:10px;
}

.company-wrap img{
    width:100%;
}

.greeting-wrap{
    margin-top:50px;
}

.heading-title-05{
    font-size:28px;
    margin-bottom:80px;
    position:relative;
}

.heading-title-05::after{
    position:absolute;
    content:'';
    height:3px;
    width:30%;
    background-color:#000;
    top:70px;
    left:0;
}

.company-wrap table{
    border-collapse:collapse;
}

.company-wrap table tr td{
    border:none;
    border-bottom:1px solid #000;
}

.company-wrap table tr:first-child{
    border-top:1px solid #000;

}

.company-wrap table tr td:first-child{
    width:20%;
    border-right:1px solid #000;
    background-color:rgb(245, 245, 245) !important;
}

.company-wrap table tr td:last-child{
    width:80%;
    text-align:left;
    padding-left:30px;
    background-color:white !important;
}

.single-date{
    font-size:14px;
    color:#686868;
    margin-bottom:0;
}

.single-cate-wrap{
    text-align:right !important;
}

.single-cate-wrap span{
    font-size:12px;
    font-family:  "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
}

.single-cate a{
    font-size:12px;
    display:inline-block;
    border:1px solid #000;
    padding:3px 5px;
    text-align:right;
    color:#000;
    border-radius:3px;
}

.single-cate a:hover{
    background-color:#000;
    color:white;
    opacity:1;
}

.sale-items-wrap{
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
}

.sale-items-wrap .col-30{
    margin-bottom:40px;
}

.sale-items-container h2{
    border-bottom:1px solid #000;
    padding-bottom:15px;
    margin-bottom:30px;
    font-size:32px;
}

.sale-items-img{
    position:relative;
}

.sale-items-img img{
    width:100%;
    height:260px;
    object-fit: cover;
}

.sale-items-img span{
    position:absolute;
    background-color:#000;
    color:white;
    padding:6px 5px 6px 5px;
    width:100px;
    display:inline-block;
    top:10px;
    left:10px;
    font-size:12px;
    text-align:center;
    border-radius:10px;
}

.sale-items-wrap h3{
    padding-bottom:20px;
    margin-top:20px;
    line-height: 1.4em;
}

.sale-items-wrap p{
    border-bottom:1px solid #979FAA;
    font-size:14px;
    padding-bottom:10px;
    margin-top:10px;
}

.sale-items-wrap p span{
    width:60px;
    display:inline-block;
    font-size:12px;
    border:1px solid #000;
    border-radius:5px;
    padding:6px 5px 4px 5px;
    margin-right:15px;
    text-align:center;
    line-height:1.4em;
    font-weight:bold;
}

.accordion {
  max-inline-size: 40rem;
}

.summary {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 1em;
    align-items: center;
    color: #000;
    cursor: pointer;
    border-bottom:1px solid #979FAA;
  &::-webkit-details-marker {
    display: none;
  }
}

.icon {
  position: relative;
  display: inline-block;
  inline-size: 1em;
  aspect-ratio: 1;

  &::before,
  &::after {
    position: absolute;
    inset: 0;
    inline-size: 100%;
    block-size: 1px;
    margin: auto;
    content: "";
    background-color: currentcolor;
  }

  &::after {
    transition: opacity 0.3s;
    rotate: 90deg;
  }

  &:where(.accordion[open] *)::after {
    opacity: 0;
  }
}

.sale-info-wrap {
  display: grid;
  transition: grid-template-rows 0.5s;
}

.inner {
  overflow: hidden;
}


.sale-info-wrap a{
    width:100%;
    display:block;
    background-color:rgb(217, 101, 5);
    color:white;
    text-align:center;
    padding:15px 0;
    border-radius:50px;
    margin-top:25px;
}

.contact-form .col-100 p{
    text-align:left;
}

.contact-form{
    width:100%;
}

.contact-form h2{
    width:100%;
    text-align:left;
    font-size:22px;
    padding-bottom:10px;
    border-bottom:2px solid #000;
    margin-bottom:30px;
    display:block;
}

.contact-form td{
    width:100%;
    margin-bottom:60px;
    display:block;
}

.contact-form textarea{
    width:100%;
}

.contact-form .txt-field input{
    width:100%;
    height:2em;
}

.contact-form label, .contact-form label {
    display: block;
}

.sp-form-100 input[type="text"]{
    width:100%;
    height:2em;
}

.sp-form-50 input[type="text"],.sp-form-50-name input[type="text"]{
    width:30%;
    height:2em;
}

.contact-form h2 .hissu{
    font-size:12px;
    color:red;
    padding:2px 5px;
    border:1px solid red;
    border-radius:3px;
    margin-left:10px;
    vertical-align: 4px;
}

.contact-form h2+p{
    margin-bottom:50px;
    font-size:18px;
}

.contact-form input[type="radio"]{
    accent-color: #000;
    transform: scale(1.5);
    margin-right:15px;
}

.contact-btn02 {
    width:50%;
    padding:10px 0;
    background-color:rgb(255, 111, 0);
    border:none;
    border-radius:10px;
    color:white;
    font-size:18px;
    margin-bottom:100px;
}

.form-wrap .privacy{
    margin:0;
    font-size:12px;
}

.form-wrap .privacy label{
    text-align:center;
    margin-bottom:40px;
}

.contact-attention{
    font-size:12px;
}


#line-btn a{
    background-color:#2dd73b !important;
}

#line-btn{
    margin-bottom:70px;
}

.attention{
    margin-bottom:0 !important;
}

.b-f-wrap{
    justify-content: space-between;
    flex-wrap: wrap;
}

.archive .archive-none{
    display:none;
}

.panorama{
    background-color:#2dd73b !important;
    margin-top:15px !important;
}

.daihyo-image{
    width:30%;
    margin:0 auto;
}

.daihyo-image img{
    width:100%;
}

.contact-setsu{
    text-align:center !important;
    margin-bottom:70px;
}

.contact-form form{
    width:92%;
}

.slider-container{
    width: calc(100% - 100px);
    margin: 0 auto;
}

.slider-nav-item{
    padding: 10px;
}

.slider-for img,.slider-nav img{
    width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
}

.sale-detail .row{
    flex-wrap:wrap;
}

.sale-detail .row .col-100{
    width:100%;
}

.slick-slide {
    padding: 5px;
}

.sale-detail{
    flex-wrap:wrap;
    justify-content: space-between;
}

@media screen and (max-width:2000px) {
    .main-img-area-top{
        background: url('./img/header-img02.png');
        background-size:cover;
    }
}

@media screen and (max-width:1500px) {
    .home header {
    margin-bottom: 900px !important;
}
    .main-img-area-top{
        background: url('./img/header-img03.png');
        background-size:cover;
        height:800px;
    }
    .container{
        width:1100px;
        margin:0 auto;
    }
    footer .footer-right ul li a{
        font-size:12px;
    }
    .page .main-img-area-kaso,.archive .main-img-area-kaso,.single .main-img-area-kaso{
        background-size:cover !important;
    }
    .flow-content{
        margin-bottom:80px;
    }
    .service-items-wrap .col-20 h3 {
        font-size: 16px;
        display: flex;
        align-items: center;
    }
    .area-wrap{
        margin-bottom:40px;
    }
    .news-content-left {
        width: 30%;
    }
}

@media screen and (max-width:1200px) {
    .container{
        width:970px;
        margin:0 auto;
    }
    .main-img-area-top{
        background: url('./img/header-img04.png');
        background-size:cover;
        height:800px;
    }

    .header-left img {
        width: 160px;
    }

    .nav-list01 a{
        font-size:16px;
    }

    .footer-r-btm .tel-img {
        width: 180px;
    }

    .service-items-wrap .col-20{
        width:30%;
    }
    .flow-content{
        margin-bottom:80px;
    }
    .area-wrap{
        margin-bottom:40px;
    }
}

@media screen and (max-width: 992px) {
    p {
        font-size: 14px;
    }

    .main-img-area-top{
        background: url('./img/header-img06.png');
        background-size:cover;
        height:100vh;
        background-position: center;
    }
    .container{
        width:750px;
        margin:0 auto;
    }

    #main-copy {
        margin:0 auto;
        margin-top: 180px;
        font-size: 28px;
        text-align:center;
    }
    .home header {
        margin-bottom: 1240px !important;
    }

/*ハンバーガーメニュー******************************************************/
    .header-right{
        display:none;
    }

    .hamburger-wrap{
        display:block;
    }
    .hamburger-morph {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1000;
    width: 48px;
    height: 48px;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    }

    .hamburger-morph__icon {
    width: 100%;
    height: 100%;
    }

    .hamburger-morph__line {
    fill: none;
    stroke: #000;
    stroke-width: 6;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
                stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
    }

    .hamburger-morph__line:nth-child(1) {
    stroke-dasharray: 60 207;
    }

    .hamburger-morph__line:nth-child(2) {
    stroke-dasharray: 60 60;
    }

    .hamburger-morph__line:nth-child(3) {
    stroke-dasharray: 60 207;
    }

    .hamburger-morph.active .hamburger-morph__line:nth-child(1) {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    }

    .hamburger-morph.active .hamburger-morph__line:nth-child(2) {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    }

    .hamburger-morph.active .hamburger-morph__line:nth-child(3) {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    }

    .nav-morph {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(29, 29, 31, 0.98);
    clip-path: circle(0% at calc(100% - 44px) 44px);
    transition: clip-path 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 900;
    }

    .nav-morph.active {
    clip-path: circle(150% at calc(100% - 44px) 44px);
    }

    .nav-morph__wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    }

    .nav-morph__list {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    }

    .nav-morph__item {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.4s ease, transform 0.4s ease;
    }

    .nav-morph.active .nav-morph__item {
    opacity: 1;
    transform: translateY(0);
    }

    .nav-morph.active .nav-morph__item:nth-child(1) { transition-delay: 0.3s; }
    .nav-morph.active .nav-morph__item:nth-child(2) { transition-delay: 0.4s; }
    .nav-morph.active .nav-morph__item:nth-child(3) { transition-delay: 0.5s; }
    .nav-morph.active .nav-morph__item:nth-child(4) { transition-delay: 0.6s; }
    .nav-morph.active .nav-morph__item:nth-child(5) { transition-delay: 0.7s; }
    .nav-morph.active .nav-morph__item:nth-child(6) { transition-delay: 0.8s; }

    .nav-morph__link {
    position: relative;
    display: inline-block;
    padding: 20px;
    font-size: 22px;
    color: #fff;
    text-decoration: none;
    overflow: hidden;
    }

    .nav-morph__text{
    display: block;
    transition: transform 0.3s ease;
    }

/*ハンバーガーメニュー******************************************************/

    .service-block .col-15 span {
        font-size: 70px;
    }
    .service-block .col-60 h3 {
        font-size: 26px;
    }
    .news-content-left {
        width: 50%;
    }

    .tel-img-area{
        display:block;
    }

    .footer-wrap{
        display:block;
    }
    .footer-wrap .col-60,.footer-wrap .col-40{
        width:100%;
    }
    .footer-wrap .col-40,.footer-wrap .col-40 p{
        text-align:center;
    }
    footer .footer-right{
        display:none;
    }
    .tab-open{
        display:block;
    }
    .footer-sp-nav li{
        border-bottom:1px solid #cbcbcb;
        position:relative;
    }
    .footer-sp-nav li a{
        display:block;
        width:100%;
        padding:20px 0;
        color:#000;
        font-size:14px;
        text-indent: 15px;
    }
    .dli-caret-right {
        position:absolute;
        top:40%;
        right:15px;
        display: inline-block;
        vertical-align: middle;
        color: #333;
        line-height: 1;
        width: 0;
        height: 0;
        border-style: solid;
        border-color: transparent;
        border-width: 0.3em 0.4em;
        border-left-color: currentColor;
        border-right: 0;
    }

    .sp-footer-icons li{
        display:inline-block;
        width:30px;
        margin-right:5px;
    }

    .sp-footer-icons li a{
        width:20px;
    }

    .sp-footer-icons li a img{
        width:100%;
    }

    footer .footer-wrap{
        padding-top: 20px;
    }
    footer .copy p {
        font-size: 8px;
    }
    .page .main-img-area-kaso,.archive .main-img-area-kaso,.single .main-img-area-kaso,.single .main-img-area-kaso{
        background: url('./img/kaso-main-img02.jpg') !important;
        background-size:contain !important;
        background-repeat: no-repeat;
    }
    .col-50{
        width:100%;
    }
    .service-block{
        flex-wrap:wrap;
    }

    .service-page .heading-title-wrap .title-number{
        font-size: 80px;
    }

    .service-page .service-block .col-50 h2{
        margin-top:20px;
    }
    .page .fc-table{
        width: 100%;
        border-collapse: collapse;
    }
    .page .fc-table th {
        border-radius: 10px 0 0 10px !important;
        width: 40% !important;
        font-size:14px !important;
    }

    .table-wrap table tr td span {
        font-size: 18px;
    }
    .table-wrap table tr td {
        font-size: 14px;
    }
    .heading-title-02{
        font-size:24px;
        padding: 10px 0 10px 10px;
    }
    .srv-content .strong{
        font-size:18px;
    }
    .srv-content .list-wrap li{
        font-size:14px;
        line-height:1.8em;
    }
    .srv-content .under-line{
        font-weight:bold;
    }
    .q-a-wrap .q-a-content {
        padding: 20px;
    }
    .q-a-wrap .q-a-content h3 {
        font-size: 18px;
        line-height: 1.4em;
    }
    .link-btn-or a{
        width:100%;
        padding: 20px 20px;
    }

    .link-btn-or{
        margin:0 0 50px 0;
    }
    .all-wrap{
        margin-left:15px;
        margin-right:15px;
    }
    .matome-wrap{
        padding:40px 20px 20px 20px;
    }

    .service-items-wrap .col-20{
        width:48%;
    }
    .flow-content{
        margin-bottom:50px;
    }

    .table-container{
        flex-wrap:wrap;
    }

    .col-50{
        width:100%;
    }

    .table-container .right-wrap{
        margin-top:50px;
    }
    #feature-area {
        padding-bottom: 0;
    }
    .area-wrap{
        margin-bottom:40px;
    }
    .heading-title-04 {
        font-size: 18px;
    }
    .form-table{
        margin-top:60px;
    }

    .form-table .txt-field input,.form-table textarea {
        width: 95%;
    }

    .b-f-wrap .col-50{
        margin-bottom:30px;
    }

    .daihyo-image{
        width:50%;
        margin:0 auto;
    }
}

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

    .container{
        width:100%;
    }

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

    .row{
        margin-left:15px;
        margin-right:15px;
    }
    .top-img-area{
        width:100%;
    }

    .home header {
        margin-bottom: 100vh !important;
    }

    .heading-title::before {
        background-repeat: no-repeat;
        top:-90px;
        height: 60px;
        width: 70px;
    }

    .content-wrap .heading-title-en {
        font-size: 52px;
    }

    .heading-title {
        font-size:16px;
    }
    #feature-area {
        padding-bottom: 30px;
    }

    .q-title {
        font-size: 18px;
    }

    #back-gray::before {
        width: 50px;
        height: calc(50px / 2);
    }

    #back-gray {
        padding-top: 10px;
        padding-bottom: 30px;
    }

    .hukidashi-area{
        display:block;
    }

    .col-30{
        width:100%;
    }
    .hukidashi{
        margin-bottom:25px;
    }
    #service-area {
        margin-top: 30px;
    }
    #fudosan-c,#fudosan-b,#kanri{
        flex-direction: row-reverse;
        flex-wrap:wrap-reverse;
    }
    #akiya,#aircon{
        flex-wrap:wrap;
    }

    .service-block .col-40,.service-block .col-60{
        width:100%;
    }

    .service-block .col-60 .row{
        display:block;
    }

    .service-block .col-60 .row .col-15,.service-block .col-60 .row .col-80{
        width:100%;
    }
    .service-block .col-60 span {
        display:block;
        text-align:center;
        font-size:72px;
        margin-top:30px;
        margin-bottom:15px;
    }
    .service-block .col-80{
        text-align:center;
    }
    .service-block .col-80 a{
        width:100%;
        padding:10px 0;
    }
    .service-block .col-60 h3 {
        font-size: 24px;   
    }
    .news-content-left{
        display:block;
    }
    .news-content-right{
        display:block;
    }
    .news-area .row{
        display:block;
    }
    .news-content{
        margin-left:0;
    }
    #news-area .news-area-wrap .col-100 a{
        padding:32px 0;
    }

    .news-content-left span:nth-child(2){
        margin-left: 10px;
    }
    .news-content-left,.news-content-right{
        width: 100%;
    }
    .news-content{
        display:block;
    }
    .news-title{
        margin:0;
    }
    .news-content-right span::before {
        left: -40px;
    }
    .news-content-right h3 {
        margin-top: 10px;
        font-size:14px;
    }
    .news-area-wrap{
        display:block;
        margin:0;
    }
    .wrap-news-coontent{
        margin-left:15px;
        margin-right:15px;
    }
    .arrow {
        width: 50px;
        right: -110px;
    }
    .arrow::before {
        width: 15px;
    }
    .breadcrumbs-wrap{
        margin-bottom:20px;
    }
    .zigyo-all-wrap .col-30 {
        margin-top: 20px;
    }
    .page header,.archive header,.single header {
        height: 0px;
    }
    .page .main-img-area-kaso,.archive .main-img-area-kaso,.single .main-img-area-kaso{
        height: 170px;
        background-size:cover;
    }
    .page .main-img-area-kaso,.archive .main-img-area-kaso,.single .main-img-area-kaso{
        background: url('./img/kaso-main-img02.jpg') !important;
    }

    .service-block{
        margin-bottom:30px;
    }

    .half-bnr-area img{
        width:100%;
        margin-bottom:30px;
    }

    .heading-title-03 {
        font-size: 16px;
    }
    .sp-reverse{
        flex-wrap: wrap;
    }
    .sp-reverse .col-70{
        width:100%;
    }
    .sp-reverse .col-30{
        width:100%;
    }
    .service-items-wrap .col-20 h3 {
        font-size: 14px;
        height: 40px;
        display: flex;
        align-items: center;
    }

    .service-items-wrap .col-20 p{
        line-height:1.8em;
    }

    .link-btn-or a{
        font-size:14px;
        text-align: center;
    }

    .service-page .service-block .col-50 h2{
        font-size:18px;
    }
    .heading-title-02 {
        font-size: 18px;
        margin-bottom:0;
        line-height: 1.4em;
    }
    .sp-aki-top{
        margin-top:20px;
    }

    .flow-content{
        margin-bottom:50px;
    }

    .sankaku {
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid black;
        margin: 0px auto 20px auto;
    }

    .link-btn01{
        font-size:14px;
    }
    p {
        line-height:1.9em;
    }

    .srv-content .col-100 {
        margin-bottom: 30px;
    }

    .table-wrap table tr th {
        font-size: 14px;
    }
    .table-container .table-wrap table tr td {
        padding: 10px 0;
        font-size:12px;
    }
    .srv-content .table-container td:nth-child(1) {
        background-color: #E2E2E2;
        font-size: 12px;
        font-weight: bold;
    }
    .srv-content .table-container td:nth-child(2), .srv-content .table-container td:nth-child(3) {
        font-size: 12px;
    }
    .table-wrap table tr th {
        padding: 15px 0;
    }
    .table-w-big {
        font-size: 14px !important;
    }
    .srv-content .table-container .table-wrap h3{
        font-size:16px;
    }

    .aircon-course-price span {
        font-size: 22px;
    }
    .aircon-course-price {
        font-size: 16px;
    }
    .heading-title-05{
        font-size: 22px;
        line-height:1.4em;
        margin-bottom:50px;
    }

    .heading-title-05::after { 
        top: 80px;
    }

    .greeting-wrap{
        margin-top:20px;;
    }

    .company-wrap .table-container td:nth-child(1){
        width:35%;
    }
    .company-wrap .table-container td:nth-child(2){
        padding-left:15px;
    }

    .home .service-block{
        margin-bottom:70px;
    }

    .sale-items-container h2{
        font-size:22px;
    }

    .tel-img{
        width:200px !important;
        margin:20px auto 0px auto;
    }

    .daihyo-image{
        width:100%;
    }

    .contact-form h2+p{
        font-size:14px;
    }

    .contact-btn02 {
        width:100%;
    }

    .contact-form input[type="radio"]{
        transform: scale(1);
        margin-right:5px;
    }

    .contact-form h2 {
        margin-bottom: 20px;
    }

    .contact-form textarea{
        width:92%;
    }

    .sp-form-100 input[type="text"]{
        width:92%;
    }

    .sp-form-50 input[type="text"]{
        width:92%;
    }

    .sp-form-50-name input[type="text"]{
        width:43%;
    }
}

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

    .header-left img {
        width: 125px;
    }

    #main-copy {
        margin-top: 150px;
        font-size: 18px;
    }

    .header-left img {
        margin-left: 10px;
    }
    .hamburger-morph {
        top: 10px;
        right: 10px;
    }

    .page .main-img-area-kaso,.archive .main-img-area-kaso,.single .main-img-area-kaso{
        background: url('./img/header-img07.jpg') !important;
        background-size:cover !important;
        background-repeat: no-repeat;
    }
}