@charset "utf-8";
html {
  font-size: 62.5%; 
} 
body{
	position:relative;
    font-family:'Noto Sans JP',sans-serif;
    text-align: left;
    color: #413d3c;
    margin:0 auto;
    font-size: 1.6rem;
    background: #fff;
    line-height: 1.5;
    box-sizing: border-box;
    text-align:justify;
    min-width: 1200px;
}

@media (max-width: 799px){
body{
    min-width: 480px;
    max-width: 480px;
    width: 480px;
}
}

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

共通

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


/* 矢印共通 */
.arrow{
  max-width: 100px;
  display: block;
  margin: auto;
}
/* 見出し */
.common_title_textbox{
  background: #fff;
  color: #02a0e9;
  padding: 1rem 0;
  margin:auto;
  border-radius: 0.5rem;
  display: block;
  max-width: 1200px;
}
.common_title{
  font-size: 3rem;
  background: #02a0e9;
  padding: 3rem 1.5rem;
  margin-bottom: 6rem;
  position: relative;
  text-align: center;
  font-weight:800;
}
.common_title::after {
  content: '';
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%) ;
  border: 6px solid transparent;
  border-top: 30px solid #02a0e9;
  border-right: 50px solid transparent;
  border-left: 50px solid transparent;
}
@media (max-width: 799px){
  .common_title_textbox {
      line-height: 1.2;
  }
}



	.pc {
		display:block;
	}
	.sp {
		display:none;
	}
@media (max-width: 799px){
	.pc {
		display:none;
	}
  .sp {
		display:block;
	}
}


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

ヘッダー

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

.header{
  position:fixed;
  width: 100%; 
  height: 80px; 
  background: #fff; 
  padding-left: 5rem; 
  padding-right: 5rem;
  z-index: 100;
  top: 0;
  box-shadow: 0px 1px 4px 0px #bfccd2;
}
@media (max-width: 799px){
  .header{
    height: 60px; 
    padding-left: 2rem; 
    padding-right: 2rem;
  }
}
.header_small{
  font-size: 1.4rem;
  display: block;
}
.header_inner{
  max-width: 1600px;
  height: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items:center;
}
.header_title{
  width: 350px;
}
@media (max-width: 799px){
  .header_title{
    max-width: 240px;
  }
}

.nav_items{
  display: flex;

}
.nav_items_item_box{
display: flex;
}
.header_icon{
  max-width: 40px;
  margin-left: 10px;
  align-self: flex-start; 
}
.header_icon_tel{
  margin-left: 10px;
  font-weight: 800;
  font-size: 2.2rem;
  line-height: 1.3;
}




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

メインビジュアル 

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


.mainvisual_container{
  margin-top: 80px;
}
.mainvisual_content{
  margin: auto;
  background:#7ecef4 ;
  display: flex;
  justify-content: center;

}
/*
.mainvisual_content_img{
  max-width: 1200px;
}
*/

@media (max-width: 799px){
  .mainvisual_container{
    margin-top: 60px;
  }
}


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

ポイント

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


.point_content{
/*
  margin-bottom: 5rem;
  background: #c5e2f0;
  padding: 6rem 0;
*/
}
#point_content.point_content ul{
  display: flex;
  justify-content: center;
/*
  gap: 3rem;
*/
  gap: 4rem;
  padding: 4rem 0;
}
#point_content.point_content ul .point_item{
  max-width: 200px;
  border-radius: 12rem;
  box-shadow: 2px 2px 4px 0px #afc0c7;
}
#point_content.point_content ul .point_item:last-child{
  margin-right: 0;
}


@media (max-width: 799px){
  .point_content{
    padding: 0 1rem;
  }
  #point_content.point_content ul {
    gap: 1rem;
  }
}

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

ネズミでこんなお悩みありませんか？

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

.problem_content{
  background: #dddddd;
  padding-bottom: 3rem;
}
.problem_content .problem_item {
  display: flex;
  max-width: 1100px;
  margin: auto;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-bottom: 3rem;
  align-self: start;
  gap: 1.5rem;
}

.problem_content .problem_item li{
  width:calc((100% - 1.5rem) / 2);
  font-size: 1.8rem;
  padding: 2rem 1.5rem;
  background: #fff4bc;
  border: 2px solid #02a0e9;
  border-radius: 5rem;
  font-weight: 800;
  align-self: flex-start;
}
.problem_item_list{
  display: flex;
}

@media (max-width: 799px){
  .problem_content .problem_item {
  margin-bottom: 1rem;
  }
  .problem_content .problem_item li{
    width: 100%;
    font-size: 2rem;
  }
  .problem_item{
    padding: 0 1rem;
  }
}

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

放置すると大変なことに！

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

.recommend_content{
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 799px){
  .recommend_content_img{
    width: 135%;
  }
}



.problem_content .problem_item li:last-child{
  margin-bottom: 40px ;
}
.problem_content .problem_item li img{
  max-width: 20px;
  margin-right: 10px;
}

.problem_content .arrow{
  max-width: 120px;
  display: block;
  margin: auto;
}

.damage{
  background-image: url(../images/bg_damege.webp);
  background-size: cover;
  background-position: center;
}
.damage .damage_img_point_box{
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  justify-content: center;
  max-width: 1100px;
  padding-bottom: 7rem;
  gap: 3rem;
}
.damage_img_point_box .damage_img_point_list{
  width: calc((100% - 3rem * 2)/ 3);
  display: flex;
  flex-direction: column;
}
@media (max-width: 799px){
  .damage_img_point_box .damage_img_point_list{
    width: 100%;
  }
  .problem_content .problem_item li img{
  max-width: 20px;
  }
}
.damage_img_box{
  position: relative
}
.damage_img_title{
  background: #02a0e9;
  color: #fff;
  padding: 1rem 0;
  border-radius: 50px;
  font-size: 2.4rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  font-weight: 800;
}
.damage .arrow{
  padding: 5rem 0;
  }

/* 青のテキスト */
.damage_text_point {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1020px;
  margin: auto;
  padding-bottom: 5rem;
  gap: 1.5rem;
}
.damage_text_point_list {
  background: #27438D;
  color: #fff;
  padding: 20px;
  font-size: 2rem;
  font-weight: 800;
  border-radius: 1rem;
  width: calc((100% - 1.5rem ) / 2);
}
@media (max-width: 799px){
  .damage{
    width: 100%;
    padding: 0 1rem;
  }
  .damage_img_point_box .damage_img_point_list{
    width: calc((100% - 2rem * 2) / 2);
  }
  .damage_text_point_list {
  width: 100%;
}
}

.damage_img_box_content{
  padding-bottom: 1.5rem;
}

.damage_text{
  font-size: 1.6rem;
  padding: 1.5rem;
  background-color: rgba(255 255 255 / 0.7);
  flex-grow: 1;
}
.damage_text_undertext{
  font-weight: 800;
  text-align: center;
  font-size: 2rem;
  line-height: 1.7;
}
/* 緑のテキスト */
.green_box{
  background: #8fc320;
  color: #ffff18;
  margin: 4rem auto 0;
  padding: 2rem 1rem;
  display: block;
  max-width: 600px;
  font-size: 2.6rem;
  border-radius: 1rem;
}

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

お問い合わせ

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



.contact{
  background: #83e1ff;
  background: #83e1ff;
  padding-bottom: 6rem;
  margin-bottom: 6rem;
  padding-top: 2rem;
}
.contact_img{
  max-width: 1200px;
  height: auto;
  margin: auto;
  padding-top: 5rem;
  padding-bottom: 1rem;
}
.contact_icon{
  display: flex;
  max-width: 1200px;
  margin:0 auto 20px;
  color: #727171;
  font-size: 1.8rem;
  gap: 1rem;
  width: 95%;
  margin: auto;
}
@media (max-width: 799px){
  .contact_img {
    padding:  0 1rem;
}
.contact{
  padding-top: 5rem;
}
}
/* ボタン 共通*/
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #fff;
  border-radius: 0.5rem;
  display: flex;
  font-size: 2.4rem;
  align-items: flex-start;
}
.icon_left {
  max-width: 50px;
  margin-right: 10px;
}
.contact_icon a:last-child{
  margin-right: 0;
}

.btn_content{
  width: calc(100% / 3);
}
@media (max-width: 799px){
  .contact_icon {
    flex-direction: column;
    padding: 0 1rem;
}
  .btn_content{
    width: 100%;
  }
}


/* 注釈 */
.btn_small{
  font-size: 1.6rem;
  display: block;
}

/* 電話 */
.btn_tel,
a.btn_tel {
  background-color: #ee7500;
  border-bottom: 5px solid #e83928;
  align-items: center;
}

/* メール */
.btn_mail,
a.btn_mail {
  background-color: #497194;
  border-bottom: 5px solid #234d70;
  position: relative;
  align-items: center;
}

.contact_arrow {
  width: 30px;
  right: 1.5rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

/* ライン */
.btn_line,
a.btn_line {
  background-color: #1eaa39;
  border-bottom: 5px solid #006934;
  align-items: center;

}

@media (hover: hover) {
  .btn_tel:hover,
a.btn_tel:hover {
  margin-top: 3px;
  border-bottom: 2px solid #e83928;
}

.btn_mail:hover,
a.btn_mail:hover {
  margin-top: 3px;
  border-bottom: 2px solid #234d70;
}

.btn_line:hover,
a.btn_line:hover {
  margin-top: 3px;
  border-bottom: 2px solid #006934;
}
}

.contact_text{
  text-align: center;
  font-weight: 800;
  font-size: 1.6rem;
  padding-top: 1rem;
}

/* 流れ */
.flow_content{
  max-width: 1000px;
  margin: auto;
  margin-bottom: 6rem;
}
.flow_title{
  background:#8fc31f ;
  color: #fff;
  display: flex;
  margin: auto;
  font-size: 2.4rem;
  padding: 10px;
  border-radius: 50px;
  font-weight: 800;
  margin-bottom: 20px;
}
.step_bg{
  background-color: #fff;
  border-radius: 5rem;
  display: block;
  padding: 0 2rem;
  margin-right: 1rem;
  }
.step_img{
  max-width: 100px;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 799px){
  .flow_title {
    font-size: 2.2rem;
}
.step_bg{
    background-color: #fff;
    border-radius: 5rem;
    display: block;
    padding: 0 1rem;
    margin-right: 1rem;
  }
.step_img{
  max-width: 80px;
}
}

.flow_list{
  margin-bottom: 6rem;
  position: relative;
}

/* 無料 */
.free_box{
  display: flex;
  background: #f39800;
  padding: 1rem;
  border-radius: 1rem;
  align-items: center;
  gap: 4rem;
  justify-content: center;
}

.free_box_img_content{
  max-width: 140px; 
}
.free_box_text_content{
  font-size: 4rem;
  color: #fff100;
  font-weight: 800;
  text-align: center;
}

.free_box_text_content_span{
  font-size: 2rem;
  color: #fff;
  display: block;
}

.flow_box{
  display: flex;
  align-items: flex-start;
  font-size: 1.8rem;
  gap: 2rem;
  justify-content: space-around;
}

@media (max-width: 799px){
.free_box_text_content{
  line-height: 1.2;
  }
.free_box_text_content_span{
  padding-top: 1rem;
  line-height: 1.6;
  }
  .free_box {
    gap: 2rem;
    padding: 2rem;
  }
  .free_box_img{
    width: 20%;
  }
.flow_title {
  margin-bottom: 0;
  }
  .flow_box{
  gap: 0;
  }
  .free_box {
    /* gap: 0; */
  }
  .free_box_text_content{
    font-size: 3rem;
  }
  .free_box_text_content_span {
    font-size: 1.4rem;
  }
.flow_box {
    flex-direction: column;
  }
  li.flow_list:nth-child(4){
    margin-bottom: 2rem;
  }
}


.flow_img{
  max-width: 400px;
  margin-right: 4rem;
  box-shadow: 2px 2px 4px 0px #afc0c7;
  border-radius: 1.3rem;
}
.flow_img_arrow{
  background-image: url(../images/flow_arrow.webp); 
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom 0 right 0;
}
li:last-child .flow_img_arrow{
  background-image: none; 
}
.flow_box_text{
  margin-right: auto;
  padding: 2rem 2rem 2rem 4rem;
}

@media (max-width: 799px){
  .flow_list{
    padding-bottom: 5rem;
  }
  .flow_img{
        max-width: 70%;
        margin: auto;
  }
  .flow_img_arrow {
    background-image: none;
  }
  .flow_list::after{
  content: "";
  position: absolute;
  bottom: -1rem;
  border-style: solid;
  border-right: 3rem solid transparent;
  border-left: 3rem solid transparent;
  border-top: 3rem solid #555555;
  border-bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  }

  .flow_list:last-child::after,
  .flow_list:nth-child(4)::after{
  content: none;
  }
  .flow_content {
    padding: 0 1rem;
  }
  .flow_box_text{
  margin-right: auto;
  padding: 2rem 3rem;
  }
}


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

料金案内

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

.price{
  margin-bottom: 70px;
}
.price_container{
  display: flex;
  margin: auto;
  max-width: 1100px;
  justify-content: space-between;
  margin-bottom: 50px;
  gap: 2rem;
  padding:0 2rem;
}
.price_content{
  background: #00a0e9;
  color: #fff;
  width: calc(100% / 2);
  text-align: center;
  padding: 10px;
  border-radius: 1rem;
  font-size: 2.4rem;
  font-weight: 800;
}

@media (max-width: 799px){
  .price_container {
    flex-direction: column;
    padding: 0 1rem;
  }
  .price_content:first-child{
    /* padding-bottom: 2rem; */
  }
.price_content{
    width: 100%;
  }
}

.price_title{
  margin-bottom: 10px;
  font-weight: 800;
}
.mb{
  padding-bottom:22px;
}
.price_box{
  background: #fff;
  font-size: 6rem;
  color: #413d3c;
  border-radius: 8px;
  font-weight: 800;
  padding: 50px 10px; 
}
.price_box_pt{
  padding-top: 65px;
}
.price_text_small{
  font-size: 1.4rem;
}
.price_text_small_block{
  display: block;
}
.method{
  text-align: center;
  max-width: 1100px;
  margin: auto;
  margin-bottom: 50px;
  padding: 2rem;
}
.method_title{
  font-size: 2.8rem;
  font-weight: 800;
}
.method_price {
  border: #413d3c solid 0.1rem;
  border-radius: 1rem;
  padding: 8rem 0;
  display: flex;
  justify-content: center;
  gap: 4rem;
}
.price_box2{
  margin-top: auto;
  line-height: 1.2;
}
.method_text{
  margin-bottom: 20px;
  font-size: 2rem;
}
.method_priceimg{
  max-height: 40px;
  width: auto;
}
.method_priceimg:last-child{
  margin-right: 0;
}

.method_price {
flex-wrap: wrap;
}

@media (max-width: 799px){
  .method{
    padding: 0 1rem;
    }
    .method_price {
    gap: 4rem;
    }
  .method_price_img{
    width: calc( (100% - 4rem * 2) / 2 ) ;
  }
}

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

正確なお見積もりは現地調査後になります！

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


.survey{
  background-image: url(../images/bg_survey.webp);
  background-size: cover;
  background-position: center;
  padding: 8rem 2rem 7rem;
  }
.survey_container{
  background: #caeeff;
  border-radius: 1rem;
  padding: 5rem;
  max-width: 1200px;
  margin: auto;
}
.survey_title{
  font-size: 3rem;
  font-weight: 800;
  text-align: center;
  margin-bottom: 30px;
  color: #303e65;
}
.survey_title_small{
  font-size: 1.8rem;
  display: block;
}
.survey_content{
  background: #fff;
  padding: 3rem 7rem;
  border-radius: 1rem;
  max-width: 1000px;
  margin: auto;
}
.survey_content_text{
  color:#fff;
  background:#00a0e9;
  font-size: 2.4rem;
  font-weight: 800;
  padding: 10px;
  border-radius: 8px;
  text-align: center;
  margin-bottom: 30px;
}
.icon_m-glass{
  max-width: 30px;
  margin-right: 10px;
}
.survey_box{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.icon_check_survey{
  max-width: 20px;
  margin-right: 10px;
}
.survey_box_list{
  display: flex;
  border: solid #8fc31f 2px;
  border-radius: 8px;
  padding: 1.6rem 8rem 1.6rem 2rem;
  margin: 0 3rem 2rem 0;
  display: flex;
  align-items: center;
  font-weight: 800;
  font-size: 2rem;
}
.survey_box_list_img{
  max-width: 440px;
  box-shadow: 2px 2px 4px 0px #afc0c7;
}

@media (max-width: 799px){
.survey_title{
  line-height: 1.4;
  }
.survey_title_small {
  font-size: 2rem;
  padding-top: 1rem;
  line-height: 1.5;
  }
  .survey_box {
    flex-direction: column;
  }
  .survey_box_ul{
    width: 100%;
  }
  .survey_box_list {
    margin: 0 0 2rem 0;
    padding: 1.3rem 1rem 1.3rem 2rem;
  }
  .survey_box_list{
    padding: 1.6rem 1rem 1.6rem 2rem;
  }
  .survey_box_list_img{
    max-width: 100%;
  }
  .survey_content {
    padding: 3rem 3rem;
  }
  .survey_container {
    background: #caeeff;
    border-radius: 1rem;
    padding: 5rem 2rem;
    max-width: 1200px;
    margin: auto;
  }
  .survey_content_text{
  font-size: 2.2rem;
}
}

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

約束

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

.promise_img{
  max-width: 1000px;
  width: 95%;
  display: block;
  margin:80px auto;
  box-shadow: 2px 2px 4px 0px #afc0c7;
}
/* フッター */
.footer{
  background: #02a0e9;
  padding: 50px 0;

}
.footer_content{
  max-width: 1200px;
  width: 95%;
  margin: auto;
}
.footer_content{
  /* display: flex;
  justify-content: space-between; */
}
.footer_logo{
  max-width: 500px;
}
.footer_listBox{
  color: #fff;
  padding-bottom: 10px;
  margin-bottom: 50px;
}
.footer_listBox a{
  color: #fff;
  display: block;
}

.footer_listBox a:hover{
  opacity: 0.8;
}
.footer_listItem{
  padding-bottom: 10px;
}
.footer_content_box{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}


@media (max-width: 799px){
  .footer_content {
    flex-direction: column;
    align-items: center;
  }
  .footer_content_box{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  .footer_logo{
    padding-bottom: 4rem;
    max-width: 330px;
  }
}