@charset "utf-8";
/* Copyright 2022 design hack. */

/* ------------------------------------------------------------

ホーム

------------------------------------------------------------ */
/* メニュー
---------------------------------------------- */

/*自動スライド*/

.auto-slider{
height: 220px;
}

.auto-slider .slick-slide div {
height: 200px;
}

.auto-slider .slick-list img {
height: 100%;
object-fit: cover;
width:100%;
}

.slick-slide:nth-child(2n) {
    margin-top: 20px;
    /* margin-bottom: 20px; */
    /* overflow: visible; */
}


@media(max-width:600px){

.auto-slider{
height: 150px;
}


.auto-slider .slick-slide div {
height: 150px;
}
}


header {
position: fixed;
top: 0;
left: 0;
    width: 100%;
    z-index: 999999;
    background-image: url("/img/spray_00013-1.webp");
    background-repeat: repeat;
    background-size: contain;
}

p#pc_logo img {
    width: 100%;
    height: auto;
    max-width: 250px;
}


body nav#wrap_nav_main ul#nav_main li {
background: none!important;
}

div#wrap_header {
    position: relative;
    display: flex;
    align-items: center;
    gap: 3%;
    justify-content: space-between;
    width: 100%;
    /* flex-wrap: wrap; */
    /* max-width: 1280px; */
    padding: 0 2%;
}


p#pc_logo {
    position: relative;
    left: 0;
    top: auto;
    width: 19.5%;
}

nav#wrap_nav_main {
    position: relative;
    right: auto;
    top: auto;
    height: auto;
    width: auto;
    padding-right: 4%;
}

nav#wrap_nav_main ul#nav_main {
    font-size: 16px;
}

ul#nav_main {
    display: flex;
    align-items: center;
    gap: 1rem;
    color: #000;
}

nav#wrap_nav_main ul#nav_main li a {
color: #000;
}

nav#wrap_nav_main ul#nav_main li#nav01, nav ul#nav_main li#nav02, nav ul#nav_main li#nav03, nav ul#nav_main li#nav04, nav ul#nav_main li#nav05 {
    height: auto;
    display: block;
    font-size: 16px;
    margin-right: 0;
    font-size: clamp(12px, 1.26vw, 16px);
}


li#pc_hdr_tel {
    text-align: center;
    font-size: 14px;
}

li#pc_hdr_tel a p:nth-child(2) {
    background-color: #17B6E0;
    color: #fff;
    font-weight: bold;
    line-height:1.3;
}



li#pc_hdr_tel a p:nth-child(3) {
    font-size: 26px;
    font-weight: bold;
    color: #fd960e;
    line-height: 1;
    /* text-align:justify; */
    /* display: inline-block; */
    letter-spacing: 0.05em;
}

li#pc_hdr_tel a p:nth-child(4)::before{
    content:"";
    width:30px;
    height:1px;
    display:block;
    position:relative;
    background-color:#000;

}


li#pc_hdr_tel a p:nth-child(4) {
    display: flex;
    font-size:16px;
    align-items: center;
    justify-content:space-between;
    letter-spacing:0.05em;
}

li#pc_hdr_tel a p:nth-child(4)::after {
content:"";
width:30px;
height:1px;
display:block;
position:relative;
background-color:#000;
}

li#pc_hdr_contact a {
   background-image: linear-gradient(90deg, #37b0db, #0653a3);
    color: #fff!important;
    font-weight:bold;
    padding:1rem 2rem;
    border-radius:50px;
}

ul#nav_main {
    white-space: nowrap;
}


@media(max-width:1100px){

li#pc_hdr_contact a {
padding: 1rem 1rem;
  }

li#pc_hdr_tel a p:nth-child(3) {
font-size: 20px;
  }

li#pc_hdr_tel a p:nth-child(4) {
font-size: 14px;
  }


}

@media print, screen and (max-width: 1050px){
div#pc_nav{
  display: none;
}
div#sp_nav{
  display: block;
}
/*--menu button--*/
.toggle {position: fixed;display: block;right: 15px;top: 30px;width: 30px;height: 20px;cursor: pointer;}
.toggle span {display: block;position: absolute;width: 100%;background-color: #D6D6D6; /* 線色 */border-radius: 2px; /* 線幅の半分 */content: "";display: block;height: 3px;-webkit-transition: .35s ease-in-out;-moz-transition: .35s ease-in-out;transition: .35s ease-in-out;}
.toggle span:nth-child(1) {top: 0px;}
.toggle span:nth-child(2) {top: 10px;}
.toggle span:nth-child(3) {top: 20px;}
.toggle.active span:nth-child(1) {top: 10px;left: 0;-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);transform: rotate(-45deg);}
.toggle.active span:nth-child(2),.toggle.active span:nth-child(3) {top: 10px;-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);transform: rotate(45deg);}

/* .global_nav */
.global_nav {position: fixed;top: 0;left: 0;width: 100%;height:100%;transform: translateY(-100%);z-index: 110;padding-top:65px;text-align: center;transition: all 0.8s;font-weight: bold;line-height: 1.0;}
#nav_inner{height:100%;overflow-y:auto;}
.global_nav.active {transform: translateY(0%);}
.global_nav ul{background:#EBEDF1;font-size: 15px;}
.global_nav ul li {padding: 20px;border-bottom: 1px solid #D6D6D6;}
.global_nav ul li a{display:block;color: #33454E;}

header{width:100%;height:65px;position:fixed;top:0;left:0;z-index:8888;}
#header_fixed{width:100%;height:65px;position:relative;z-index:9999;}
p#sp_logo{position:absolute;left:15px;top:27px;}
p#sp_logo img{width: 161px;height:30px;}
p#sp_logo a{display:block;}

/*--contact--*/
p#sp_hdr_tel{position: fixed;right: 125px;top: 20px;}
p#sp_hdr_tel img{width: 40px;height: 40px;}
p#sp_hdr_contact{position: fixed;right: 65px;top: 20px;}
p#sp_hdr_contact img{width: 40px;height: 40px;}


}


@media print, screen and (min-width: 1051px){
  .global_nav{
    display: none;
    }


  }

  @media print, screen and (max-width: 1050px) {
      .global_nav {
          display:block;
      }
  }



  /* レスポンシブ調整
  ---------------------------------------------- */

div#top_banner {
      background: #FFFFFF;
      padding: 0 0 0px;
      text-align: center;
  }

div#bg_difference {
padding: 140px 0 0;
}

ul#other {
padding: 140px 0 0;
}

p#service_img img {
display: none;

}


#h2_sub_bdr {
width: 100%;
              }



@media only screen and (min-width: 768px) and (max-width: 1199px) {

    footer {
        max-width: 96%;

    }


    #box_ftr_contact {
        max-width: 96%;

    }

    section#wrap_ftr_contact {
    background-size: cover;
}

#list_ftr_contact_pc {
    display: flex;
    flex-wrap: wrap;
    row-gap: 1rem;
}

div#bg_ftr {
height: auto;
}

div#wrap_footer_pc {
position: relative;
height: auto;
padding: 2rem 0 3rem;
    }


div#wrap_footer_pc p#ftr_logo_pc {
position: relative;
left:auto;
top:auto;
        }

div#wrap_footer_pc p#ftr_access_pc {
position: relative;
left:auto;
top:auto;
            }

#ftr_access_pc {
                margin: 1rem 0;
            }

div#wrap_footer_pc ul#ftr_nav_pc {
position: relative;
right: auto;
top: auto;

}


div#wrap_footer_pc p.small {
bottom: 10px;

}

.wrap_content {
    max-width: 96%;

}

.wrap_content img{
    max-width: 100%;

}



  }

@media print, screen and (max-width: 767px) {
div#top_banner {
          padding: 0 15px 0px;
      }



div#bg_difference {
padding: 70px 0 0;
          }

ul#other {
padding: 70px 0 0;

          }

.sp_inner_pd {
padding: 0px 15px;
              }


#h2_sub_bdr {
width: 100%;
              }


div#bg_difference h2 {
font-size: 30px;
                  }

div#bg_difference h2 span {
font-size: 30px;
                      }

div#reason_h2_wrap {
width: 100%;
min-width: 300px;

                          }


  }




/* フォント
---------------------------------------------- */

.zen{

font-family: "Zen Kaku Gothic New", sans-serif;

}

.zen-kure{

font-family: "Zen Kurenaido", sans-serif;


}

/* 共通
---------------------------------------------- */

.cta_btn {
    background-image: linear-gradient(90deg, #37b0db, #0653a3);
    color: #fff!important;
    font-weight: bold;
    padding: 0.3rem 2rem;
    border-radius: 50px;
    text-align: center;
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.white{
color: #fff;
}

.yellow{
color:#fff20a;
}

.orange{
color:#ffd100;
}

.red{
  color:#E71620;
}

.blue{
color:#0653a3;

}

.blue2{
color:#161E6c;

}

.white_back{
background-color:#fff;
}

.yellow_back{
background-color:#fff20a;
}

.orange_back{
background-color:#ffd100;
}


.blue_back{
background-color:#0653a3;

}

.le5{
letter-spacing: 0.05em;
}

.center {
text-align:center;
}


.relative{
position:relative;
}

.absolute{
position:absolute;
}


.left{
text-align:left;
}

.right{
text-align:right;
}

.inline_block {
display: inline-block;
}


.block{
display:block;

}

span{
display:inline-block;

}


.m{
font-weight: 500;
}

.b{
font-weight: bold;
}


.b900{
font-weight: 900;
}


.space_70 {
margin: 70px 0 70px 0;
}

.space_50 {
margin: 50px 0 50px 0;
}

.space_35 {
	margin: 35px 0 35px 0;
}

.margin_top50{
margin-top:50px;
}

.margin_top1rem{
margin-top:1rem;
}

.padding_100{
padding-top: 100px;
padding-bottom: 100px;
}



.padding_70{
padding-top: 70px;
padding-bottom: 70px;
}



.padding_50{
padding-top: 50px;
padding-bottom: 50px;
}

.fit_content {
    width: fit-content;
    margin: 0 auto;
}


@media(max-width:768px){
.space_70 {
margin: 35px 0 35px 0;
}

.space_50 {
margin: 25px 0 25px 0;
}

.margin_top50{
margin-top:25px;
}

.padding_100{
padding-top: 50px;
padding-bottom: 50px;
}


.padding_70{
padding-top: 35px;
padding-bottom: 35px;
}

.padding_50{
padding-top: 25px;
padding-bottom: 25px;
}

}

@media(min-width:1100px){
.br_1099{
display:none;
}
}


@media(min-width:841px){
.br_840{
display:none;
}
}
@media(min-width:769px){
.br_768{
display:none;
}
}

@media(min-width:601px){
.br_600{
display:none;
}
}

@media(min-width:501px){
.br_500{
display:none;
}
}

@media(min-width:415px){
.br_414{
display:none;
}
}

@media(min-width:375px){
.br_374{
display:none;
}
}

@media(max-width:768px){
.none_768{
display:none;
}

}


.container{
max-width:1200px;
width:96%;
margin:0 auto;
}

.entry_body{
max-width:1048px;
}

@media (max-width:767px) {
.container {
width: calc(100% - 40px);
padding-left: 20px;
padding-right: 20px;
    }
}



/*フォント*/
.ss_font{
font-size:1.125rem;
}/*18px*/

.s_font{
font-size:1.25rem;
}/*20px*/

.font18 {
    font-size: 18px;
}

.font20 {
font-size:20px;
}

.font24 {
font-size:clamp(18px, 1.87vw, 24px);
}


.font26 {
font-size:clamp(18px, 2.24vw, 26px);
}


.font32 {
font-size:clamp(18px, 2.58vw, 32px);
}

.font30 {
font-size:clamp(20px, 2.34vw, 30px);
}

.font36 {
font-size:clamp(24px, 2.84vw, 36px);
}/**/


.font40 {
font-size:clamp(26px, 3.11vw, 40px);
}


.font48 {
font-size:clamp(30px, 3.57vw, 48px);
}


.font50 {
font-size:clamp(30px, 3.9vw, 50px);
}

/**/
.font56 {
font-size:clamp(30px, 4.4vw, 56px);
}

.font80 {
font-size:clamp(40px, 6.51vw, 80px);
}

.font90 {
font-size:clamp(56px, 7.1vw, 90px);
}

.font100 {
font-size:clamp(40px, 7.7vw, 100px)!important;
}

.font150 {
font-size:clamp(70px, 11.7vw, 150px)!important;
}



@media(max-width:999px){

.s_font {
font-size:16px;
}

.ss_font{
font-size:16px;
}


}


@media(max-width:768px){

.font20 {
font-size:16px;
}

.font18 {
font-size: 16px;
}

}



/* レスポンシブ調整
---------------------------------------------- */

@media only screen and (min-width: 769px) and (max-width: 1199px) {

#lowprice {
    max-width: 96%;
    margin-left: auto!important;
    margin-right:auto!important ;

}
#lowprice_ttl_wrap {
    max-width: 100%;
    /* display: none; */
    width: 100%;

}
div#lowprice h2 span#lowprice_ttl01 {
    font-size: clamp(20px, 3.7vw, 30px);

}
div#lowprice h2 span#lowprice_ttl02 {
    font-size: clamp(20px, 3.7vw, 48px);

}
div#lowprice h2 {
    font-size: clamp(20px, 3.7vw, 42px);

}
div#lowprice h2 span#lowprice_ttl03 {
font-size:clamp(40px, 3.7vw, 66px);
}


div#lowprice h2 span#lowprice_ttl04 {
    font-size: clamp(0px, 3.7vw, 52px);

}

ul#lowprice_point li div:first-child {
    margin-right: 0;
}



#lowprice_point li {
    display: flex;
    gap: 20px;

}


ul#lowprice_point li div.lowprice_detail h3 {
line-height: 1.2;

}
ul#lowprice_point li div.lowprice_detail_ttl01_wrap {
padding-top: 0.8rem;
padding-bottom: 0.8rem;

}
ul#lowprice_point li div.lowprice_detail {
    width: calc(100% - 420px);

}


#top_banner img {
    max-width: 100%;

}
section#about {
    max-width: 100%;

}
div#box_about {
    max-width: 96%;
    padding-left: 2vw;
    margin: 0 auto;

}

#service {
    max-width: 96%;

}
#list_service {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;

}

ul#list_service li {
width: 46%;
max-width: 380px;
}


ul#list_service li {
    margin:0;
}

#list_service img {
    width: 100%;
}


#wrap_works {
    max-width: 96%;

}
#list_works {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    max-width: 800px;
    justify-content: center;
    margin: 0 auto;

}
section#wrap_works ul#list_works li {
margin-right: 0;
}

#other {
    max-width: 96%;
    display: flex;
    flex-wrap: wrap;
    /* margin: 0 auto!important; */
    justify-content: center;
    gap: 2%;
    margin-left: 3%;
    margin-right: auto;

}
ul#other li:first-child {
    margin-right: 0;

}


ul#other li{
    width: 48%;
    float: none;

}

ul#other li a img {
width: 100%;

}

#list_reason {
    max-width: 100%;
    display: flex;
    gap: 4%;
    row-gap: 3rem;
    flex-wrap: wrap;
    margin: 0 auto;
    /* justify-content: center; */

}

ul#list_reason li {
    margin-right: 0;
    width: 48%;

}


#reason_h2_wrap {
    /* max-width: 96%; */

}
#reason {
    width: 96%;
    margin: 0 auto;
    max-width: 920px;

}
ul#list_reason li img {
    width: 100%;

}

#wrap_google {
    max-width: 96%;
}

#difference .sp_none {
    max-width: 96%;
}

#faq {
    max-width: 96%;
}




}





/* kv
---------------------------------------------- */


section.new_kv_section {
height: 769px;
width: 100%;
    padding-top: 99px;
    position: relative;
    /* max-height: 100vh; */
}

section.new_kv_section .kv_img {
    height: 727px;
    width: 100%;
    object-fit: cover;
    object-position: center left;
    /* max-height: calc(100vh - 142px); */
}

section.new_kv_section:before {
    background-image: url(/img/spray_00013-1.webp);
    content: "";
    position: absolute;
    width: 100%;
    height: 99px;
    background-size: contain;
    background-repeat: repeat;
    top: 0;
}


section.new_kv_section:after {
    background-image: url(/img/spray_00013-1.webp);
    content: "";
    position: relative;
    width: 100%;
    background-size: cover;
    background-repeat: repeat;
    height: 42px;
    display: block;
    transform: scale(-1, 1);
}

.kv_h1 {
position: absolute;
top: 170px;
left:36px;

}
.kv_h1 .kagayaki {
    color: #161e6c;
    text-shadow: 2px 2px 0 #ced2f8;
    font-size: 32px;
    text-stroke: 1px #fff;
    -webkit-text-stroke: 1px #fff;
    font-weight: 500;
    letter-spacing: 0.08em;

}


.zen-kure.kv_h1_main {
    color: #161e6c;
    font-size: 56px;
    text-shadow: 4px 3px 0 #fff;
    -webkit-text-stroke: 2px #161e6c;
    /* -webkit-text-stroke: 1px #161e6c; */
    letter-spacing: 0.15em;
    margin: 1.7rem 0;
    text-shadow: 4px 3px 0 #f7ee41;
}


.zen.kv_h1_area {
    background-image: linear-gradient(90deg, #37b0db, #0653a3);
    color: #fff!important;
    /* font-weight: 500; */
    padding: 0.8rem 1rem;
    border-radius: 50px;
    width: fit-content;
    font-size: 16px;

}
.kv_h1 span {
display: inline-block;

}



.kv_catch_flex {
    display: flex;
    align-items: end;
    gap: 1rem;
    width: 100%;
    justify-content: center;
}

.block.kv_catch_flex_child1 {
    width: 75px;
    height: auto;
    display: block;
    margin-bottom: -1.5rem;
    width: clamp(50px, 5.4vw, 75px);
}

.block.kv_catch_flex_child3 {
width: 60px;
height: auto;
    margin-bottom: -1.5rem;
    width: clamp(40px, 4.7vw, 60px);
}

.kv_catch_flex_child2 p {
    font-size: 24px;
    letter-spacing: 0.05em;

}
.kv_catch_flex_child2 h2 {
    font-size: 32px;
    letter-spacing: 0.05em;
    color: #161e6c;
    display: flex;
    font-size: clamp(20px, 2.53vw, 32px);
    align-items: end;
    line-height: 1;
    margin-top: 0.8rem;
}

.kv_catch_flex_child2 h2 img {
    margin: 0 0.8rem -1.5rem;
    width: clamp(30px, 3.6vw, 46px);
}

.kv_catch_flex_outer {
    background-image: url("/img/paint_00007 1.png");
    padding: 2rem 0 3rem 0;
}

.kv_catch_flex_outer {
position: absolute;
bottom:11.5%;
left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 94%;
}


.kv_catch_main {
    color: #e61720;
    font-size: 50px;
    font-size: clamp(34px, 3.89vw, 50px);
}


.kv_catch_flex.zen.relative::after {
    width: 94%;
    content: "";
    display: block;
    position: absolute;
    height: 3px;
    background-color: #000;
    bottom: -1.5rem;
}

.absolute.kv_catch_flex_outer_img1 {
    position: absolute;
    left: 14px;
    top:-104px;

}
.absolute.kv_catch_flex_outer_img2 {
    position:absolute ;
    width:150px;
    height: 134px;
    right: 156px;
    top:-110px;

}
.absolute.kv_catch_flex_outer_img3 {
    position: absolute;
    right: 14px;
    width: 130px;
    height: 144px;
top:-122px;
}


.absolute.kv_catch_flex_outer_img1 p {
    top: 52%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    display: block;
    width: fit-content;
    color: #ffe55f;
    font-weight: 500;
    font-size: 20px;

}

.kv_catch_flex_child2 h2 span {
    white-space: nowrap;
}





@media(max-width:1050px){

section.new_kv_section:before {
height: 65px!important;
top:-65px!important;
}

section.new_kv_section {
padding-top: 0px!important;
}

.kv_h1 {
top: 70px;
}

.zen-kure.kv_h1_main {

font-size: 48px;
}

}




@media(max-width:899px){

.kv_catch_flex_outer{

display: none;

}


.kv_catch_flex_outer_sp {
        background-image: url("/img/paint_00007 1.png");
        padding: 4rem 0 3rem 0;
        width: 700px;
        margin: -220px auto 2rem auto;
        position: relative;
        max-width: 94%;
    }



    .block.kv_catch_flex_child1 {
margin-bottom: -0.5rem;
width: clamp(50px, 6.4vw, 75px);
    }

.kv_catch_flex_child2 p {
text-align: center;
  }

.kv_catch_main {
font-size: clamp(40px, 3.89vw, 50px);
}


.kv_catch_flex_child2 h2 {
font-size: clamp(28px, 3.53vw, 32px);
line-height: 1.7;
flex-wrap: wrap;
justify-content: center;
  }

.kv_catch_flex_child2 h2 img {
      margin: 0 0.8rem 0.5rem;
      width: clamp(30px, 4.6vw, 46px);
  }


.block.kv_catch_flex_child3 {
margin-bottom: -0.5rem;
width: clamp(40px, 5.7vw, 60px);
  }

.kv_catch_flex.zen.relative::after {
width: 98%;
bottom: -0.5rem;
  }

.zen-kure.kv_h1_main {
margin: 0.8rem 0;
  }

.zen.kagayaki {
      margin-bottom:1rem;
  }

  .zen.kv_h1_area {
  margin-top:1rem
  }

.absolute.kv_catch_flex_outer_img1 {
top: -124px;
  }

.absolute.kv_catch_flex_outer_img2 {
width: 130px;
      height: auto;
      right: 146px;
      top: -120px;
  }

.absolute.kv_catch_flex_outer_img3 {
width: 116px;
height: auto;
top: -132px;
}

.zen.kv_h1_area {
line-height:1.5;
padding: 0.8rem 2rem;
    }


.none899{
display: none!important;

}

}

@media(min-width:900px){

.kv_catch_flex_outer_sp{

display: none;
}

.br_899{

display: none;

}

}


@media(max-width:600px){

.kv_catch_main {
font-size: clamp(34px, 3.89vw, 50px);
  }




.kv_h1 {
top: 30px;
left: 26px;
      }



.zen-kure.kv_h1_main {
text-shadow: 2px 1px 0 #fff;
-webkit-text-stroke: 1.3px #161e6c;
font-size: clamp(30px, 4.72vw, 48px);
margin: 0.8rem 0;
text-shadow: 2px 1px 0 #f7ee41;
  }



.kv_h1 .kagayaki {
text-shadow: 1px 1px 0 #ced2f8;
text-stroke: 0.8px #fff;
-webkit-text-stroke: 0.8px #fff;
font-size: clamp(22px, 3.5vw, 32px);
      }



.zen.kagayaki {
margin-bottom: 0.5rem;
        }

.zen.kv_h1_area {
margin-top: 0.5rem;
            }

.zen.kv_h1_area {
padding: 0.5rem 1rem;
font-size: 14px;
line-height: 1.3;
            }




section.new_kv_section .kv_img {
    height: 478px;
}

section.new_kv_section {
height: 478px;
}


.kv_catch_flex_outer_sp {
padding: 3rem 0 1.5rem 0;
margin: -130px auto 2rem auto;
    }

.kv_catch_flex {
display: block;
gap: 0;
    }

.block.kv_catch_flex_child1 {
width: clamp(45px, 6.4vw, 75px);
position: absolute;
bottom:0;
        }

.kv_catch_flex_child2 p {
font-size: 18px;
letter-spacing: 0;
white-space: nowrap;
            /* margin-left: -0.3em; */
        }

.kv_catch_flex_child2 h2 {
font-size: clamp(24px, 3.53vw, 32px);
line-height: 1.4;
            }

.kv_catch_flex_child2 h2 {
margin-top: 0;
            }

.kv_catch_flex_child2 h2 img {
margin: 0.2rem 0.8rem 0.2rem;
                }

.kv_catch_main.block.kv_catch_main1 {
width: 100%;
text-align: center;
                }

.kv_catch_main {
letter-spacing: 0.1em;
                }

.block.kv_catch_flex_child3 {
width: clamp(47px, 5.7vw, 60px);
position: absolute;
right: 0;
bottom: 0rem;
                    }

.absolute.kv_catch_flex_outer_img1 {
top: -94px;
                            /* width: 150px; */
                        }

.absolute.kv_catch_flex_outer_img1 {
left: 0;

}


.absolute.kv_catch_flex_outer_img1 img {
    width: 160px;
}

.absolute.kv_catch_flex_outer_img1 p {
font-size: 14px;
        white-space: nowrap;
    }


.absolute.kv_catch_flex_outer_img2 {
width: 90px;
right: 90px;
top: -90px;
    }

.absolute.kv_catch_flex_outer_img3 {
width: 86px;
top: -104px;
        }


.absolute.kv_catch_flex_outer_img3 {
right: 0;
}

}





/* お見積もり無料
---------------------------------------------- */

.mitumori_banner_section {
    background-image: url("/img/paint_00010-1.webp");
    background-size: cover;
    padding: 3.5rem 0;
    margin-top: -1.5rem;
}


.mitumori_banner_section h2{

text-align: center;
color:#e71620;
font-weight:bold;
font-size:40px;
letter-spacing: 0.05em;
}


.mitumori_banner_section h2 span{
  font-size: 50px;
}


.block.mitumori_banner_img_top {
    margin: 0 auto;

}


.mitumori_banner_outer {
    width: 94%;
max-width: 683px;
margin: 1rem auto 0;
    background-image: linear-gradient(#0653a3, #0f79c0);
    border-radius: 8px;
    /* height: 100%; */
    padding: 10px;

}


.block.mitumori_banner_img_h3_bottom {
    margin:-1rem auto 0 auto;
}



.mitumori_banner_inner {
    /* margin: 10px; */
    border: 1px solid #fff;
    border-radius: 8px;
    /* height: 100%; */
    padding: 1rem;
}


.mitumori_banner_inner h3 {
margin: 0 auto;
display: block;
width:fit-content;
}


.mitumori_banner_inner h3,.mitumori_banner_inner h3 span {
color:#fff20a;
font-size: 32px;
font-weight: bold;
text-shadow: 2px 2px 0 #9B9B82;
position: relative;
display: block;
margin:0 auto;
}

.mitumori_banner_inner h3 span {
display: inline-block;
}

.mitumori_banner_inner h3 span::before {
    content: "";
    position: absolute;
    display: block;
    background-image: url("/img/Group21.svg");
    background-repeat: no-repeat;
background-size: contain;
top: 0;
    width: 10px;
    height: 10px;
    left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
}


.mitumori_banner_inner_flex {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;

}

.mitumori_banner_inner_flex div span {
display: block ;
}



.mitumori_banner_inner_flex div span:first-child {
    color:#fff;
    font-weight: bold ;
    font-size:30px;
text-align: center;
letter-spacing: 0.05em;
}


.mitumori_banner_inner_flex div span:last-child{
    color:#fff;
    font-weight: bold ;
    font-size:36px;
text-align: center;
letter-spacing: 0.05em;

}

.mitumori_banner_inner_flex img{
    width:200px;
}
.absolute.mitumori_banner_img_left {
    width: 181px;
    bottom: 0;
    left: -120px;

}
.kingaku,.kingaku span {
color:#fff20a!important;
font-weight: bold;
font-size: 70px;
line-height: 1;
text-shadow:2px 2px 0 #9B9B82;
letter-spacing: 0.02em;
}


.kingaku {
    display: flex!important;
    align-items: end;
    gap: 0.2rem;

}


.absolute.mitumori_banner_img_right {
    right: -230px;
    top: -120px;

}

.mitumori_banner_img_left_text{
    top: 52%;
    left: 57%;
    transform: translate(-50%, -50%) rotate(31deg) ;
    -webkit-transform: translate(-50%, -50%) rotate(31deg);
    -ms-transform: translate(-50%, -50%) rotate(31deg) ;

}


.absolute.mitumori_banner_img_left_text p:first-child{

 font-size: 30px;
 letter-spacing: 0.03em;
 text-align: center ;
}


.absolute.mitumori_banner_img_left_text p:nth-child(2){

 font-size: 20px;
 letter-spacing: 0.03em;
 text-align: center ;
line-height: 1;
margin:-0.2rem auto 0.4rem
}




.absolute.mitumori_banner_img_left_text p:last-child {
    font-size: 32px;
    letter-spacing: 0.03em;
    text-align: center;
    color: #fff20a;
    background-color: #161e6c;
    border-radius: 50px;
    line-height: 1.5;
    text-shadow: 1px 1px 0 #595D77;
    font-weight: 500;
    letter-spacing: 0.05em;
}

.absolute.mitumori_banner_img_left_text p:last-child span {
    font-size: 48px;
    line-height: 1;
    text-shadow: 2px 2px 0 #9B9B82;
}



@media(max-width:1150px){

.mitumori_banner_outer {
max-width: 563px;

  }

  .mitumori_banner_inner {
padding: 1rem 1rem 240px;
  }

  .absolute.mitumori_banner_img_left {
      width: 181px;
      bottom: 0px;
      left: 80px;
  }

  .absolute.mitumori_banner_img_right {
    right: 30px;
    top: auto;
    bottom: 0;
}

.absolute.mitumori_banner_img_right img {
    width: 350px;
}

.absolute.mitumori_banner_img_left_text p:first-child {
font-size: 26px;
}

.absolute.mitumori_banner_img_left_text p:nth-child(2) {
font-size: 16px;
}

.absolute.mitumori_banner_img_left_text p:last-child {
font-size: 28px;
}

.absolute.mitumori_banner_img_left_text p:last-child span {
font-size: 43px;
}

}


@media(max-width:600px){

.mitumori_banner_section {
padding: 4rem 0;
  }

  .block.mitumori_banner_img_top {
      width: 60px;
  }

  .mitumori_banner_section h2 {
font-size: 24px;
  }

  .mitumori_banner_section h2 span {
    font-size: 32px;
}

.mitumori_banner_outer {
width: 88%;
max-width: 400px;
margin: 0rem auto 0;
padding: 6px;
}

.mitumori_banner_inner {
        padding: 1rem 1rem 180px;
    }

.mitumori_banner_inner h3, .mitumori_banner_inner h3 span {
font-size: 24px;
    }

    .block.mitumori_banner_img_h3_bottom {
        width: 300px;
    }

.mitumori_banner_inner_flex {
gap: 0;
margin-left: -26px;
  }

  .mitumori_banner_inner_flex > div {
      margin-left: 20px;
      position: relative;
      z-index: 1;
  }

.mitumori_banner_inner_flex div span:first-child {
font-size: 20px;
  }

  .kingaku, .kingaku span {
font-size: 60px;

  }

  .mitumori_banner_inner_flex div span:last-child {
font-size: 24px;
white-space: nowrap;
}

.mitumori_banner_inner_flex img {
    width: 150px;
}

.mitumori_banner_inner_flex img {
    margin-left: -26px;
}

.absolute.mitumori_banner_img_left {
width: 130px;
left: 22%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);


    }

.absolute.mitumori_banner_img_right {
        bottom: -16px;
        left: 63%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        right: auto;

    }

.absolute.mitumori_banner_img_right img {
width: 255px;
            }

.absolute.mitumori_banner_img_left_text p:first-child {
font-size: 16px;
                }

.absolute.mitumori_banner_img_left_text p:nth-child(2) {
font-size: 14px;
                    }

.absolute.mitumori_banner_img_left_text p:last-child {
font-size: 24px;
                        }

.absolute.mitumori_banner_img_left_text p:last-child {
padding: 0 0.5rem;
white-space: nowrap;
                            }


.absolute.mitumori_banner_img_left_text p:last-child span {
font-size: 36px;
                            }

}


@media(max-width:369px){

.mitumori_banner_inner h3, .mitumori_banner_inner h3 span {
font-size: 20px;
text-shadow: 1px 1px 0 #9B9B82;

  }

.mitumori_banner_inner h3 span::before {
top: -5px;

  }

.block.mitumori_banner_img_h3_bottom {
width: 250px;
      }

.kingaku, .kingaku span {
              font-size: 50px;
          }

.mitumori_banner_inner_flex div span:last-child {
font-size: 20px;

              }

.mitumori_banner_inner_flex img {
width: 120px;
                }

}

/*サービスと料金*/

.top_service {
    background-image: url("/img/pac_back.png")!important;
    background-size: cover!important;
    background-repeat: repeat!important;
background-repeat: repeat-y!important;
padding: 50px 0 0!important;
z-index: 0;
position: relative;
}


.top_service section h2 {
display: flex;
align-items: center;
justify-content: center;
padding: 30px 0;
text-shadow: 1px 1px 0 #000, -1px -1px 0 #000,
-1px 1px 0 #000, 1px -1px 0 #000,
0px 1px 0 #000,  0-1px 0 #000,
-1px 0 0 #000, 1px 0 0 #000;
white-space: nowrap;
position: relative;
background: none!important;
padding-top:30px!important;
margin-bottom: 70px!important;
}

.top_service section h2:after {
content:"";
width:100%;
height: 100%;
position: absolute ;
z-index: -1;
background-color: #0653a3!important;
background-image: none!important;
clip-path: polygon(5% 0%, 100% 0%, 95% 100%,0% 100%);
}


.top_service h2 span{
display:block ;
}

.pac_icon4 {
    max-width: 150px;
    margin-top: max(-4rem,-5vw);
    width: 12.5%;
}

.pac_icon_outer {
    display: flex!important;
    width: 24%;
    justify-content: center;
}

.pac_icon{
    max-width: 120px;
    width: 46%;

}

.pac_icon2{
    max-width: 100px;
    width: 45%;

}

.top_service_h2_span_flex {
display: flex!important;
align-items: center;
gap: 0.5%;
justify-content: center;
}

.top_service_h2_span_flex > * {
    z-index: 1;
}

.top_service_h2_span_flex:before {
    content: "";
    background-image: url("/img/pac_icon5.svg");
    display: block;
    background-size: contain;
    width: 100%;
    height: 100px;
    position: absolute;
    left: 0;
    background-repeat: no-repeat;
    z-index: 0;
bottom: -70px;

}



.service_flex_child {
    /* display: flex; */
    width: 48%;

}

.service_flex{
display: flex;
gap: 4%;
flex-wrap: wrap;
row-gap:60px;

}
.secvice_pac_flex{
display: flex ;

}

.secvice_pac_flex img{
width:50%;
object-fit: cover;
}
.secvice_pac_flex_child1 {
    width: 50%;
    line-height: 1.1;
    padding-left: 0.8rem;
    padding-top: 0.8rem;
}

.secvice_pac_flex_child1 h3 {

text-shadow: 1px 1px 0 #000, -1px -1px 0 #000,
-1px 1px 0 #000, 1px -1px 0 #000,
0px 1px 0 #000,  0-1px 0 #000,
-1px 0 0 #000, 1px 0 0 #000;

}

.yane_pac .secvice_pac_flex_child1 h3 {
    text-shadow: 1px 1px 0 #FFF20A, -1px -1px 0 #FFF20A,
-1px 1px 0 #FFF20A, 1px -1px 0 #FFF20A,
0px 1px 0 #FFF20A,  0-1px 0 #FFF20A,
-1px 0 0 #FFF20A, 1px 0 0 #FFF20A;
}


.secvice_pac_flex_child1 p {
    margin-bottom:0!important ;

}

.secvice_pac_flex_child1 p .font90{
margin:0 5px ;

}

.tate {
    writing-mode: vertical-rl;
}


.service_flex_child table tr {
display: flex ;
}


.service_flex_child table tr th {
    width: 37%;
    padding: 1%;
}

.service_flex_child table tr td {
    width: 63%;
    padding-left: 0.8rem;
    align-self: center;
}

.service_flex_child table tr:not(:last-child){
margin-bottom: 6px;

}

.service_flex_child table tr:last-child th{
    /* background-color: transparent; */
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;

}

.service_flex_child table {
    margin: 0.8rem 0.8rem 0 0.8rem;
    line-height: 1.3;
}


.service_flex_child a {
    margin-top:0.8rem;
    margin-bottom: 0.8rem;
}


.service_flex_child table td span:after {
content:"";
background-color: #fff20a;
width:100%;
height:35%;
position: absolute ;
left: 0;
bottom: 0;
z-index: -1;
}


.service_flex_child table td span{
z-index: 1;

}

.ninki {
    right: 1.5%;
    top: -10%;
width: 23%;
max-width: 90px;
}

.relative.ninki_back_img img {
width: 100%;
}


.ninki_back_img p {
    width: 100%;
    text-align: center;
    line-height: 1.2;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    margin-bottom: 0!important;
    text-shadow: 0.7px 0.7px 0px #fff, -0.7px -0.7px 0 #fff,
-0.7px 0.7px 0 #fff, 0.7px -0.7px 0 #fff,
0px 0.7px 0 #fff,  0 -0.7px 0 #fff,
-0.7px 0 0 #fff, 0.7px 0 0 #fff;
    white-space: nowrap;
}

.service_flex_child h4 {
line-height: 1.3;
padding: 0.4rem 0;

}


@media(max-width:768px){

.top_service {
padding: 25px 0 0!important;

  }

.top_service section h2 {
margin-bottom: 35px!important;
  }

.service_flex {
gap: 2%;
row-gap: 30px;
justify-content: center;
}

.service_flex_child {
width: 100%;
max-width: 400px;
}
.secvice_pac_flex_child1 {
padding-top: 0rem;
text-align: center;
align-self: center;
}



}

@media(min-width:601px){

.sp_only {
display: none;
}
}

@media(max-width:600px){

.pc_only {
display: none;
  }

  .top_service section h2 {
width: 100%;
max-width: 450px;
margin: 0 auto;
  }

.top_service section h2 {
padding: 15px 0;
padding-top: 15px!important;
  }


.pac_icon4 {
margin-top: max(-2rem,-9vw);
min-width: 70px;
  }

  .top_service_h2_span_flex {
justify-content:left;
flex-wrap: wrap;
width:350px;
margin: 0 auto;
row-gap:10px;
  }

  .top_service_h2_span_flex::before {
display: none;
  }

.top_service section h2::before {
content: "";
background-image: url("/img/pac_icon5.svg");
display: block;
background-size: contain;
width: 100%;
height: 100px;
position: absolute;
left: 0vw;
background-repeat: no-repeat;
z-index: 0;
bottom: -60px;
  }

.pac_icon {
max-width: 80px;
min-width: 60px;
  }

.pac_icon2 {
max-width: 60px;
min-width: 60px;
}

.relative.top_service_h2_span_flex span:last-child {
width: 127px;
white-space: nowrap;
}

.pac_icon_outer {
    display: flex!important;
    justify-content: end;
    width: calc(100% - 130px);
}


.secvice_pac_flex_child1 h3 {
text-shadow: 0.7px 0.7px 0px #000, -0.7px -0.7px 0 #000,
-0.7px 0.7px 0 #000, 0.7px -0.7px 0 #000,
0px 0.7px 0 #000,  0 -0.7px 0 #000,
-0.7px 0 0 #000, 0.7px 0 0 #000;

}


}



@media(max-width:359px){

.secvice_pac_flex {
justify-content: center;
  }

.secvice_pac_flex_child1 {
padding-left: 0rem;
}


.secvice_pac_flex_child1 p .font90 {
    margin: 0;
}


}

/*期間限定パック*/

.gentei_pac .service_flex_child {
    width: 100%;

}


.gentei_pac .service_flex_child_table_outer table {
    width: 100%;
    margin: 1.2rem 0.8rem 0 0.8rem;
}

.gentei_pac .service_flex_child_table_outer table tr th{
max-width:200px;

}

.gentei_pac .secvice_pac_flex_child1 p {
text-align: right;
margin-top: -90px;
text-shadow: 0.7px 0.7px 0px #fff, -0.7px -0.7px 0 #fff,
-0.7px 0.7px 0 #fff, 0.7px -0.7px 0 #fff,
0px 0.7px 0 #fff,  0 -0.7px 0 #fff,
-0.7px 0 0 #fff, 0.7px 0 0 #fff;


}
.gentei_pac .service_flex_child h4 {
margin-left: -0.8rem;
}

.gentei_pac .secvice_pac_flex img {
max-height: 310px;

}

.gentei_pac .secvice_pac_flex_child1 {
max-height: 310px;
padding-top: 0;
}

.gentei_pac .secvice_pac_flex_child1 h3 {
    letter-spacing: 0.15em;
}

.gentei_pac .ninki {
right: 3.5%;
    top: -50%;
    width: 25%;
    max-width: 250px;
}

.gentei_pac .ninki_back_img p {
    line-height: 1.3;
    letter-spacing: 0.05em;
    top: 36.5%;
    left: 52%;

}

.gentei_pac .service_flex_child a {
    margin-top: 1rem;
    margin-bottom: 1.5rem;
}


.gentei_h_text img {
    width: 170px;
    height: 170px!important;
}

.gentei_h_text > div p {

top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
white-space: nowrap ;
text-align:center ;
line-height: 1.4;
color:#FF000c;
}

.gentei_h_text {

top: 32%;
    left: 54%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);

}

.yoko {
    margin-left: -20px;

}

@media(max-width:1280px){

.gentei_pac .secvice_pac_flex {
height: 25.7vw;
  }

.gentei_pac .secvice_pac_flex_child1 {
overflow-y: hidden;
max-height: auto;
  }

.gentei_pac .secvice_pac_flex_child1 p {
margin-top: -6vw;
  }

.gentei_pac .secvice_pac_flex img {
overflow-y: hidden;
max-height: auto;
}

.gentei_pac .ninki {
right: 1.5%;
width: 21%;

}


}

@media(max-width:999px){

.gentei_pac .service_flex_child h4 {
    margin-left: -0.8rem;
    position: absolute;
    bottom: 0;
    width: 50.85%;
}

.gentei_h_text img {
    width: 130px;
    height: 130px!important;
}

}


@media (max-width:768px) {

.gentei_pac .service_flex_child {
width: 100%;
max-width: 650px;
    }

.gentei_pac .secvice_pac_flex {
height: auto;
background-color: #fff20a;
        }

.gentei_pac .secvice_pac_flex_child1 {
max-height: none;
height: 100%;
            }

.gentei_pac .secvice_pac_flex_child1 h3 {
text-align: left;
            }

.gentei_pac .secvice_pac_flex_child1 p {
margin-top: 0;
                }

.yoko {
margin-left: 0px;
                }

.gentei_pac .service_flex_child h4 {
bottom: -43px;
width: 100%;
                    }

.gentei_pac .secvice_pac_flex img {
max-height: none;
                        }

.gentei_pac .service_flex_child_table_outer.relative {
margin-top: 58px;
                        }

.gentei_pac .ninki {
top: -150%;

                        }


.gentei_pac .service_flex_child_table_outer table {
width: 98%;
}

.gentei_pac .service_flex_child table tr td {
padding-right: 0.8rem;
}

}



@media (max-width:600px) {

.gentei_pac .service_flex_child table tr th {
display: flex;
align-items: center;
text-align: center;
justify-content: center;
flex-wrap: wrap;
  }



.gentei_pac .secvice_pac_flex_child1 {
max-height: none;
height: 100%;
overflow: visible;
    }

.gentei_pac .secvice_pac_flex_child1 p {
margin-top: 0;
white-space: nowrap;
position: relative;
z-index: 10;
        }

.gentei_pac .secvice_pac_flex {
padding-left: 0.3rem;
        }

.gentei_pac .secvice_pac_flex_child1 {
padding-left: 0;
      }

.gentei_pac .service_flex_child h4 {
margin-left: -0.29rem;

          }

.gentei_pac .ninki {
width: 110px;
right:-3%;
              }

.gentei_pac .ninki_back_img p {
font-size: 16px;
              }


}

@media (max-width:500px) {


.gentei_pac .secvice_pac_flex_child1 h3 {
width: 70%;
          }


}


@media (max-width:384px) {

.gentei_h_text img {
width: 110px;
height: 110px!important;
            }

.gentei_h_text p {
font-size: 16px;
            }

.gentei_pac .ninki {
width: 90px;
                }

.gentei_pac .ninki {
top: -120%;
                    }

.gentei_pac .ninki_back_img p {
font-size: 16px;
}

.gentei_pac .ninki_back_img p span{
font-size: 16px;
                        }

}



@media (max-width:367px) {


.gentei_pac .service_flex_child h4 {
bottom: -75px;
    }

.gentei_pac .service_flex_child_table_outer.relative {
margin-top: 90px;
        }






}

/*期間限定topのみ*/

.gentei_pac .service_price h2 {
    line-height: 1;
}

.top_service.gentei_pac section h2 {
margin-bottom: 50px!important;
}

.gentei_pac .service_price {
    padding-bottom: 50px;
}

@media (max-width:768px) {
.top_service.gentei_pac section h2 {
        margin-bottom: 20px!important;
    }

.gentei_pac .service_price {
padding-bottom: 25px;
    }


}


/*無料診断はこちら、LINEでも*/

.orange_back p{
    display: flex;
    align-items: end;
    gap: 10px;
    justify-content: center;

}


.orange_back p::before {
    content: "＼";
    font-size: clamp(24px, 2.84vw, 36px);
    color: #0653A3;
    width: clamp(24px, 2.84vw, 36px);
}

.orange_back p:after {
content:"／";
font-size: clamp(24px, 2.84vw, 36px);
color:#0653A3;
width: clamp(24px, 2.84vw, 36px);
}

.orange_back p > span {
    max-width: calc(100% - 82px);
    width: fit-content;
}

.wrap_content_bottom_cta {

padding:2rem 0;
margin-bottom:2rem;
}

.wrap_content_bottom_cta p{
line-height: 1.4;
margin-bottom:1rem;

}


div#top_banner p:first-child {
margin-bottom:10px;
line-height: 1.4;
}

div#top_banner p:first-child{
    display: flex;
    align-items: end;
    gap: 10px;
    justify-content: center;

}


div#top_banner p:first-child::before {
    content: "＼";
    font-size: clamp(24px, 2.84vw, 36px);
    color: #0653A3;
    width: clamp(24px, 2.84vw, 36px);
}

div#top_banner p:first-child:after {
content:"／";
font-size: clamp(24px, 2.84vw, 36px);
color:#0653A3;
width: clamp(24px, 2.84vw, 36px);
}

div#top_banner p:first-child > span {
    max-width: calc(100% - 82px);
    width: fit-content;
}




div#top_banner p:last-child {
    margin-bottom: 40px;
}


@media(max-width:767px){

div#top_banner p:first-child {
    margin-bottom: 10px;
}

div#top_banner p:last-child {
    margin-bottom: 20px;
}

.orange_back p > span span{
display: block;
white-space: nowrap;
}

div#top_banner p:first-child > span span{
display: block;
white-space: nowrap;
}


}
