/* CSS Document */

/* ========================================================================
  Common style
======================================================================== */

p{
	font-family: "Noto Sans JP", sans-serif;
}

img,
picture {
    width: 100%;
    height: auto;
}

.wrap{
	overflow: hidden;
}

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

	.br-sp {
        display: block;
    }

	.br-pc{
		display: none;
	}

	.bg-pink{
		background-color: #ffeded;
	}

	.bg-green{
		background-color: #e8f7ef;
	}

	.emphasis{
		background-color: #fff32e;
		font-weight: 700;
		color: #dc0000;
		font-size: 0.9rem;
	}
}

@media screen and (min-width:769px) {
	.sp{
		display: none;
	}

	.br-sp {
		display: none;
	}

	.br-pc{
		display: block;
	}

	img,
	picture{
		max-width: 100%;
		width: auto;
	}

	.notice-right{
		text-align: right;
	}
	
	.notice{
		font-size: 1.0rem;
	}
	
	.section-base{
		padding: 70px 0 100px;
	}
	
	.section-ttl{
		margin-bottom: 64px;
	}
	
	.inner{
		max-width: 1200px;
		margin: 0 auto;
		text-align: center;
	}
	
	.bg-pink{
		background-color: #ffeded;
	}

	.bg-green{
		background-color: #e8f7ef;
	}
	
	.flex-list{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	
	.emphasis{
		background-color: #fff32e;
		font-weight: 700;
		color: #dc0000;
		font-size: 1.2rem;
	}
}


/* ========================================================================
  header
======================================================================== */

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

	.header {
		border-top: 4px solid #00693e;
		padding: 4px 0 4px;
		background-image: url("../img/index/sp/header_bg.jpg") ;
		background-repeat:repeat-x;
		background-position: bottom;
	}

	.header__inner {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.header__inner-left .header__lead {
		display: none;
	}

	.header__inner-left{
	}

	.header__inner-left img{
		height: 40px;
		width: auto;
		padding-left: 7px;
  	}

	.header__inner-middle{
		flex-basis: 35%;
		flex-grow: 1;
		margin-left: 12px;
	}

	.header__inner-middle img{
	   width: 154px;
	}

	.header__tel{
		display: none;
	}

	.header__tel-sp {
		display: block;
		width: 52px;
		padding-right: 4px;
		flex-basis: 15%;
  	}

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

@media screen and (min-width:769px) {
	.header {
		border-top: 4px solid #00693e;
		padding: 4px 0 10px;
		background-image: url("../img/index/header_bg.jpg") ;
		background-repeat:repeat-x;
		background-position: bottom;
 	}
  
	.header__inner {
		width: 1200px;
		margin: 0 auto;
		display: flex;
		align-items: center;
  	}
  
  	.header__inner-left .header__logo {
		height: 60px;
  	}

	.header__inner-left .header__lead{
		font-size: 0.8rem;
		font-family: "Noto Sans JP", sans-serif;
		letter-spacing: -0.1em;
	}

	.header__inner-middle{
		flex-grow: 2;
		margin-left: 10px;
	}
  
  	.header__inner-right {
		text-align: right;
		flex-grow: 1;
  	}
  
  	.header__tel-sp {
		display: none;
 	 }
}

/* ========================================================================
  key
======================================================================== */

@media screen and (min-width:769px) {
	.key {
		background-image: url("../img/index/key_bg.jpg") ;
		background-repeat:repeat-x;
	  }

	.key__inner{
		text-align: center;
	}

	.key__inner picture img{
		height: 694px;
		object-fit: cover;
		
	}
}

/* ========================================================================
  cv
======================================================================== */
@media screen and (max-width:768px) {
	.cv__help{
		position: absolute;
		top: -2%;
		left: 6%;
		width: 18%;
	}

	.cv__inner{
		position: relative;
	}
	
	.cv__time{
		position: absolute;
		top: 34%;
		left: 32%;
		width: 60%;
	}

	.cv__btn-sp{
		position: absolute;
		top: 70%;
		right: 0;
		left: 0;
		width: 90%;
		margin: 0 auto;
	}

	.time-display{
		font-size: 6.9vw;
		font-family: "Noto Sans JP", sans-serif;
		font-weight: 700;
		color: #dc0000;
	}

	.cv__time-txt{
		font-size: 6.7vw;
		font-family: "Noto Sans JP", sans-serif;
		font-weight: 700;
		line-height: 1.4;
		margin-bottom: 2%;
		font-feature-settings: "palt";
	}

	.cv__time-txt span{
		color: #dc0000;
	}

	.cv__time-note{
		font-size: 2.4vw;
	}
}

@media screen and (min-width:769px) {
	.cv{
		width: 996px;
		padding: 70px 0 100px;
		margin: 0 auto;
	}

	.cv__inner{
		position: relative;
		margin-bottom: 5px;
	}

	.cv__anywhere{
		position: absolute;
		bottom: 164px;
		right: 126px;
		background-image: url("../img/index/anywhere_bg.jpg");
		width: 532px;
		height: 56px;
		padding: 12px 0 0 20px;
	}

	.cv__anywhere p{
		font-size: 1.52rem;
		font-weight: 700;
	}

	.cv__btn{
		position: absolute;
		bottom: 38px;
		right: 124px;
	}

	.cv__btn a{
		transition: filter 0.1s ease;
		filter: brightness(1.0);
	}

	.cv__btn a:hover{
		filter: brightness(1.10);
	}
}

/* ========================================================================
  award
======================================================================== */
@media screen and (max-width:768px) {
	.award{
		background: #fff4b7;
		background-image: url("../img/index/sp/award_bg.jpg");
		background-position: center;
		background-size: 100%;
		background-repeat:none ;
		padding: 8% 0 6%;
	}
	
	.award__ttl{
		width: 80%;
		margin: 0 auto 6%;
	}

	.award__list{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		gap: 20px;
	}

	.award__medal01{
		width: 40%;
		margin: 0 auto;
	}

	.award__list-box{
		width: 40%;
	}
}

@media screen and (min-width:769px) {
	.award{
		background: #fff4b7;
		background-image: url("../img/index/award_bg.jpg");
		background-position: center;
		background-repeat:none ;
		padding: 72px 0 56px;
	}

	.award__list{
		display: flex;
		justify-content: center;
	}

	.award__list-box{
		margin-right: 32px;
	}
}

/* ========================================================================
  case
======================================================================== */
@media screen and (max-width:768px) {
	.case{
		background-image: url("../img/index/case_bg.jpg");
		padding: 3% 0 0;
	}

	.case__ttl{
		width: 90%;
		margin: 2% auto 8%;
	}

	.case__inner{
		margin: 0 auto ;
		padding-bottom: 6%;
		position: relative;
	}

	.case__list{
		display: flex;
		flex-wrap: wrap;
		justify-content: left;
		row-gap: 24px;
		width: 92%;
		margin: 0 auto;
	}

	.case__list-box{
		width: 46%;
		margin-right: 6%;
	}

	.case__list-box:nth-child(2n){
		margin-right: 0;
	}

	
}

@media screen and (min-width:769px) {
	.case{
		background-image: url("../img/index/case_bg.jpg");
		padding: 72px 0 0;
		text-align: center;
	}

	.case__ttl{
		margin-bottom: 64px;
	}

	.case__inner{
		max-width: 1200px;
		margin: 0 auto ;
		padding-bottom: 80px;
		position: relative;
	}

	.case__list{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		row-gap: 24px;
	}

	.case__list-box{
		width: 22%;
		margin-right: 20px;
	}
}

/* ========================================================================
  fee
======================================================================== */
@media screen and (max-width:768px) {
	.fee{
		background-image: url("../img/index/sp/fee_bg.jpg");
		background-repeat: no-repeat;
		background-size: 100%;
		padding: 3% 0 4%;
		background-color: #fbf9ed;
	}

	.fee__ttl{
		width: 92%;
		margin:0 auto 8%;
	}

	.fee_chart{
		background: #fff;
		border: 1px solid #00693e;
		border-radius: 8px;
		box-shadow: 2px 2px 1px 1px  rgba(246, 238, 217, 0.8);
		padding: 0 5% 5% 5%;
		width: 92%;
		margin: 0 auto;
	}

	.fee_chart h3{
		width: 48%;
		margin: 0 auto;
	}

	.fee__chart-layout{
		display: flex;
		margin-top: 10%;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.fee__chart-layout ul{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		row-gap: 24px;
	}

	.fee__chart-layout li{
		width: 48%;
	}

	.fee__chart-layout-box{
		width: 48%;
		row-gap: 30px;
	}

	.fee__chart-layout-box-left{
		width: 48%;
		row-gap: 30px;
	}

	.fee__chart-layout-box-left img{
		width: 100%;
	}

	.fee__chart-layout-box-left li{
		flex-direction: column;
		margin-bottom: 12%;
	}

	.fee__chart-layout-box-middle{
		width: 48%;
	}

	.fee__chart-layout-box-left img{
		width: 100%;
	}

	.fee__chart-layout-box-middle li{
		flex-direction: column;
		text-align: left;
		margin-bottom: 12%;
	}

	.fee__chart-layout-box-right{
		width: 100%;
	}

	.fee__chart-margin{
		
	}

	.fee__chart-layout-box-single{
		display: flex;
		justify-content: space-between;
		margin-top: 28px;
	}

	.fee__chart-layout-box-single-img{
		width: 48%;
	}

	.fee__chart-layout-box-single-text{
		width: 48%;
	}

	.fee__conclution{
		margin: 24px 0;
	}
}

@media screen and (min-width:769px) {
	.fee{
		background-image: url("../img/index/fee_bg.jpg");
		padding: 72px 0 56px;
		background-repeat: no-repeat;
		background-color: #fcfbf2;
	}

	.fee__ttl{
		margin-bottom: 64px;
	}

	.fee_chart{
		background: #fff;
		border: 2px solid #00693e;
		border-radius: 16px;
		box-shadow: 4px 4px 2px 1px rgba(246, 238, 217, 0.8);
		padding: 0 80px 80px 80px;
	}

	.fee__chart-layout{
		display: flex;
		text-align: left;
		align-items: center;
		margin-top: 50px;
	}

	.fee__chart-layout ul{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		row-gap: 40px;
	}

	.fee__chart-layout li{
		width: 48%;
		display: flex;
		gap: 10px;
	}

	.fee__chart-layout-box-left{
		flex: 1;
		justify-content: space-between;
		margin-right: 30px;
	}

	.fee__chart-layout-box-right{
		flex: 1;
		justify-content: space-between;
	}

	.fee__chart-layout-box-left li , .fee__chart-layout-box-right li{
		display: flex;
		align-items: center;
		gap: 10px;
	}

	.fee__chart-layout-box-left li:first-child , .fee__chart-layout-box-right li:first-child{
		margin-bottom: 50px;
	}

	.fee__chart-layout-box-single{
		display: flex;
		width: 100%;
		gap: 10px;
		margin-top: 36px;
	}

	.fee__chart-layout-box-single-img{
	}

	.fee__chart-layout-box-single-text{
		display: flex;
		padding-right: 23%;
	}

	.fee__chart-margin{
		margin-right: 22px;
	}

	.fee__conclution{
		margin-top: 72px;
	}

}

/* ========================================================================
  howto
======================================================================== */
@media screen and (max-width:768px) {
	.howto{
	
	}

	.howto__ttl-outer{
		background-image: url("../img/index/sp/howto_ttl-bg.jpg");
		background-repeat: no-repeat;
		background-size: 100%;
		background-position: center;
		padding: 13% 0 4%;
		text-align: center;
	}

	.howto__ttl{
		width: 90%;
		margin: 0 auto 6%;
	}

	.howto__lead{
		font-size: 0.8rem;
		line-height: 2.0;
		margin-bottom: 20%;
		font-family: "Noto Sans JP", sans-serif;
		font-weight: 600;
	}

	.howto__list{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		width: 92%;
		margin:-66px auto 6%;
		row-gap: 16px;
		flex-direction: column;
	}

	.howto__list-box{
		background: #fff;
		border: 1px solid #00693e;
		border-radius: 6px;
		width: 100%;
		box-shadow: 3px 3px 2px 1px rgba(0, 0, 0, 0.1);
		margin: 0 4px 4px 0;
	}

	.howto__sttl{
		text-align: left;
		padding: 16px 0 16px 8px;
		background:#00693e;
		border-radius: 4px 4px 0 0;
	}

	.howto__sttl-sp01 img{
		height: 26px;
		width: auto;
	}

	.howto__sttl-sp02 img{
		height: 26px;
		width: auto;
	}

	.howto__sttl-sp03 img{
		height: 26px;
		width: auto;
	}

	.howto__sttl-sp04 img{
		width: 64%;
	}

	.howto__list-box p{
		padding: 6%;
		text-align: justify;
		line-height: 1.6;
		font-size: 0.9rem;
		font-family: "Noto Sans JP", sans-serif;
		font-weight: 600;
	}

}

@media screen and (min-width:769px) {
	.howto{
		padding: 0 0 56px;
	}

	.howto__ttl-outer{
		background-image: url("../img/index/howto_ttl-bg.jpg"),url("../img/index/howto_ttl-bg-side.jpg");
		background-repeat: no-repeat,repeat-x;
		background-position: center;
		padding: 90px 0 24px;
		text-align: center;
	}

	.howto__ttl{
		margin-bottom: 20px;
	}

	.howto__lead{
		font-size: 1.3rem;
		line-height: 1.6;
		margin-bottom: 120px;
		font-family: "Noto Sans JP", sans-serif;
		font-weight: 600;
	}

	.howto__list{
		display: flex;
		justify-content: space-between;
		margin-top: -66px;
	}

	.howto__list-box{
		background: #fff;
		border: 2px solid #00693e;
		border-radius: 12px;
		width: 31%;
		box-shadow: 3px 3px 2px 1px rgba(0, 0, 0, 0.1);
		margin: 0 4px 4px 0;
	}

	.howto__sttl{
		text-align: left;
		padding: 16px 0 16px 20px;
		background:#00693e;
		border-radius: 9px 9px 0 0;
	}

	.howto__list-box p{
		padding: 25px;
		text-align: left;
		line-height: 1.8;
		font-size: 1.2rem;
	}
}

/* ========================================================================
  media
======================================================================== */
@media screen and (max-width:768px) {
	.media{
		padding: 3% 0 12%;
	}

	.media__ttl{
		width: 90%;
		margin: 0 auto 10%;
	}

	.media__list-box{
		display: flex;
		width: 92%;
		align-items: center;
		margin: 0 auto 6%;
	}

	.media__list-box img{
		width: 30%;
	}

	.media__list-box div{
		width: 64%;
		margin-left: 3%;
	}

	.media__list-box p{
		font-size: 0.9rem;
		line-height: 1.6;
		text-align: left;
	}
}

@media screen and (min-width:769px) {
	.media{
		padding: 72px 0 100px;
	}

	.media__ttl{
		margin-bottom: 64px;
	}

	.media__list-box{
		display: flex;
		width: 30%;
		align-items: center;
	}

	.media__list-box p{
		font-size: 1.0rem;
		margin-left: 16px;
		line-height: 1.6;
		text-align: left;
	}
}

/* ========================================================================
  flow
======================================================================== */

@media screen and (max-width:768px) {
	.flow{
		padding: 10% 0 0;
		background: #f3f3f3;
	}

	.flow__ttl{
		width: 80%;
		margin: 0 auto 4%;
	}
	
	.flow__list{
		display: flex;
		flex-direction: column;
		width: 92%;
		margin: 0 auto;
	}

	.flow__list-box , .flow__list-box-end{
		background: #fff;
		position: relative;
		text-align: left;
		box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
		border-radius: 8px;
		margin: 0 4px 12% 0;
		display: flex;
		flex-direction: column;
		padding: 5px;
	}
	
	.flow__list-box h3 , .flow__list-box-end h3{
		font-weight: 700;
		font-size: 1.1rem;
		margin: 20px 12px 12px 12px;
		letter-spacing: -0.2px;
		font-family: "Noto Sans JP", sans-serif;
	}

	.flow__list-box p , .flow__list-box-end p{
		font-size: 0.8rem;
		line-height: 1.6;
		margin: 0 12px 0 12px;
	}

	.flow__list-txt{
		width: 100%;
		margin: 20px 0;
	}

	.flow__list-txt p{
		font-size: 1.0rem;
		font-weight: 700;
		font-family: "Noto Sans JP", sans-serif;
	}

	.flow__list-box::after{
		content: "";
		background-image: url(../img/index/sp/flow_arrow.png);
		background-size: 100%;
		background-repeat: no-repeat;
		width: 33px;
		height: 19px;
		display: block;
		position: absolute;
		top: 104%;
		right:0;
		left: 0;
		margin: 0 auto;
	}


}

@media screen and (min-width:769px) {
	.flow{
		padding: 72px 0 100px;
		background: #f3f3f3;
	}

	.flow__ttl{
		margin-bottom: 64px;
	}

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

	.flow__list-box , .flow__list-box-end{
		background: #fff;
		width: 30%;
		position: relative;
		text-align: left;
		box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
		padding:10px 10px 32px 10px;
		border-radius: 8px;
		margin: 0 4px 4px 0;
	}

	.flow__list-box h3 , .flow__list-box-end h3{
		font-weight: 700;
		font-size: 1.3rem;
		margin: 20px 12px 12px 12px;
		letter-spacing: -0.2px;
		font-family: "Noto Sans JP", sans-serif;
	}

	.flow__list-box p , .flow__list-box-end p{
		font-size: 1.2rem;
		font-weight: 700;
		line-height: 1.6;
		margin: 20px 12px 0 12px;
	}

	.flow__list-box::after{
		content: "";
		background-image: url(../img/index/flow_arrow01.png);
		background-repeat: no-repeat;
		width: 29px;
		height: 47px;
		display: block;
		position: absolute;
		top: 180px;
		right: -44px;
	}

	.flow__arrow{
		margin: 10px 0;
	}

}


/* ========================================================================
  reason
======================================================================== */
@media screen and (max-width:768px) {
	.reason{
		padding: 4% 0 6% 0;
	}

	.reason__ttl{
		width: 92%;
		margin: 0 auto ;
	}

	.reason__ttl-bg{
		background-image: url("../img/index/reason_ttl-bg.png");
		background-repeat: repeat-x;
		text-align: center;
		padding: 8% 0;
		margin-bottom: 6%;
	}

	.reason__list{
		display: flex;
		flex-wrap: wrap;
		width: 92%;
		margin: 0 auto;
		justify-content: space-between;
	}

	.reason__list li{
		width: 48%;
	}

	.reason__list-box{
		display: flex;
		position: relative;
		margin: 90px 0 5px;
		flex-direction: column;
		width: 92%;
		margin: 0 auto 6%;
	}

	.reason__sttl-sp03 img{
		width: 100%;
	}

	.reason__sttl-sp04 img{
		width: 80%;
	}

	.reason__txt{
		background: #fff;
		text-align: left;
		padding: 0 6% 6% 6%;
		border-radius: 8px 8px 0 0;
		margin: 20px 0 0 0;
		z-index: 1;
	}

	.reason__icon{
		width: 28%;
		margin: -6px 0 16px 0;
	}

	.reason__list-box-even{
		display: flex;
		position: relative;
		margin: 90px 0 5px;
		flex-direction: column;
		width: 92%;
		margin: 0 auto 6%;
	}

	.reason__txt-even{
		background: #fff;
		text-align: left;
		padding: 0 6% 6% 6%;
		border-radius: 8px 8px 0 0;
		margin: 20px 0 0 0;
		z-index: 1;
	}

	.reason__icon-even{
		width: 28%;
		margin: -6px 0 16px 0;
	}

	.reason__txt  h3 , .reason__txt-even  h3{
		border-bottom: 2px dotted #c9c9c9;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}

	.reason__txt p , .reason__txt-even  p{
		font-size: 0.9rem;
		line-height: 2.0;
		text-align: justify;
	}

	
}


@media screen and (min-width:769px) {
	.reason{
		padding: 20px 0 100px 0;
	}

	.reason__ttl{
		margin-bottom: 64px;
	}

	.reason__ttl-bg{
		background-image: url("../img/index/reason_ttl-bg.png");
		background-repeat: repeat-x;
		text-align: center;
		padding: 0;
	}

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

	
	.reason__list-box{
		display: flex;
		position: relative;
		margin: 90px 0 5px;
	}

	.reason__txt{
		background: #fff;
		width: 52%;
		text-align: left;
		padding: 0 40px 40px 40px;
		border-radius: 8px;
		box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
		margin: 20px 0 0 0;
		z-index: 1;
		height: auto;
	}

	.reason__image{
		width: 52%;
		position: absolute;
		right: 0;
		top: 0;
	}

	.reason__icon{
		margin: -8px 0 16px 0;
	}


	/* 奇数*/

	.reason__list-box-even{
		margin-top: 100px;
		height: 460px;
		position: relative;
	}

	.reason__txt-even{
		background: #fff;
		width: 52%;
		text-align: left;
		padding: 0 40px 40px 40px;
		border-radius: 8px;
		box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
		margin: 20px 0 0 0;
		z-index: 1;
		right: 0;
		position: absolute;
		height: auto;
	}

	.reason__image-even{
		position: absolute;
		left: 0;
	}

	.reason__icon-even{
		margin: -8px 0 16px auto;
		width: 143px;
	}




	.reason__txt  h3 , .reason__txt-even  h3{
		border-bottom: 2px dotted #c9c9c9;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}

	.reason__txt p , .reason__txt-even  p{
		font-size: 1.0rem;
		line-height: 2.0;
		text-align: justify;
	}

	
}

/* ========================================================================
  termite
======================================================================== */
@media screen and (max-width:768px) {
	.termite{
		padding: 6% 0 0;
		background-color: #e4ddcc;
	}

	.termite__sttl-outer{
		display: flex;
		align-items: center;
		margin-bottom: 4%;
	}

	.termite__sttl h3{
		font-weight: 700;
		font-size: 1.2rem;
		font-family: "Noto Sans JP", sans-serif;
		color: #572b05;
	}

	.termite__type{
		background-color: #fff;
		border-radius: 8px;
		width: 92%;
		margin: 0 auto;
		padding: 0 6% 6% 6%;
		background-image: url("../img/index/termite_type-bg.jpg");
		background-repeat: no-repeat;
		background-position: center;
		background-size: 92%;
		position: relative;
	}

	.termite__list-box{
		margin:12% 0 12%;
	}

	.termite__list-txt{
		width: 100%;
		text-align: left;
	}
	.termite__list-image{
		width: 100%;
		text-align: left;
	}

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

	.termite__list-txt h3{
		font-weight: 800;
		font-size: 2.0rem;
		margin: 20px 12px 12px 0;
		letter-spacing: -0.1em;
		font-family: "Noto Sans JP", sans-serif;
		color: #572b05;
	}

	.termite__list-txt p{
		line-height: 1.6;
		font-size: 0.9rem;
		text-align: justify;
	}

	.termite__list-txt span{
		color:#dc0000;
		font-weight: 700;
	}

	.termite-exam{
		padding: 12% 0 0 0;
		background-image: url("../img/index/sp/termite-exam_bg.png");
		background-size: 100%;
		background-repeat:no-repeat ;
		background-position: top 20px;
	}

	.termite-exam_ttl{
		width: 78%;
		margin: 0 auto 6%;
	}
	
	.termite-exam__list{
		display: flex;
		flex-wrap: wrap;
		gap: 42px 0%;
		justify-content: center;
	}

	.termite-exam__list-box{
		width: 48%;
	}

	.termite__illust{
		position: absolute;
		right: 12px;
		bottom: -22px;
		width: 32%;
	}
}


@media screen and (min-width:769px) {
	.termite{
		padding: 72px 0 0;
		background-color: #e4ddcc;
	}

	.termite__type{
		background-color: #fff;
		border-radius: 8px;
		max-width: 998px;
		margin: 0 auto;
		padding: 0 50px 50px 50px;
		background-image: url("../img/index/termite_type-bg.jpg");
		background-repeat: no-repeat;
		background-position: center;
		position: relative;
	}

	.termite__list-box{
		margin-bottom:60px ;
	}

	.termite__list-box-split{
		width: 45%;
		margin-bottom: 24px;
	}

	.termite__list-box-split img{
		margin-bottom: 12px;
	}

	.termite__list-box-split p{
		text-align: left;
		line-height: 2.0;
		font-size: 1.0rem;
	}

	.termite__list-box-split span{
		color: #dc0000;
		font-weight: 700;
	}

	.termite__list-txt{
		width: 46%;
		text-align: justify;
	}

	.termite__list-image{
		width: 30%;
		text-align: left;
	}

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

	.termite__list-txt h3{
		font-weight: 800;
		font-size: 2.0rem;
		margin: 20px 12px 12px 0;
		letter-spacing: -0.1em;
		font-family: "Noto Sans JP", sans-serif;
		color: #572b05;
	}

	.termite__list-txt p{
		line-height: 2.0;
		font-size: 1.0rem;
		text-align: justify;
	}

	.termite__list-txt span{
		color:#dc0000;
		font-weight: 700;
	}

	.termite-exam{
		padding: 80px 0 0 0;
		background-image: url("../img/index/termite-exam_bg.png");
		background-repeat:no-repeat ;
	}
	
	.termite-exam__list{
		display: flex;
		flex-wrap: wrap;
		gap: 42px 0%;
		justify-content: center;
	}

	.termite-exam__list-box{
		width: 28%;
	}

	.termite__illust{
		position: absolute;
		right: 12px;
		bottom: -32px;
	}

}


/* ========================================================================
  survey
======================================================================== */
@media screen and (max-width:768px) {
	.survey{
		
	}

	/**
	.survey__container{
		background-image: url("../img/index/sp/survey_bg.jpg");
		background-repeat: no-repeat;
		background-size: 100%;
		width: 354px;
		height: 635px;
		margin: 12% auto 8%;
		padding-top: 20%;
		position: relative;
	}

	.survey__container-inner{
		width: 90%;
		margin: 0 auto;
	}
	**/

	.survey__container{
		background-color: #aa8c70;
		border-radius: 24px;
		background-repeat: no-repeat;
		width: 90%;
		height: auto;
		margin: 40px auto;
		padding: 30px 12px 12px 12px;
		position: relative;
	}

	.survey__lead-text{
		width: 100%;
		text-align: justify;
		font-feature-settings: "palt";
	}

	.survey__lead-text p{
		font-size: 0.9rem;
		color: #45160e;
		font-weight: 600;
		line-height: 1.6;
	}

	.survey__lead-text span{
		color: #dc0000;
		font-weight: 800;
	}

	.survey__container-inner{
		background-color: #fff;
		height: auto;
		padding: 24px 20px 22px 20px;
		position: relative;
		background-image: url("../img/index/sp/survey_bg.png");
		background-repeat: no-repeat;
		background-position:  0 300px;
		background-size: 100%;
	}

	.survey__staff{
		width: 30%;
		position: absolute;
		bottom: -8%;
		right: -12%;
	}

	.survey__clip{
		position: absolute;
		top: 7px;
		left: 50%;
    	transform: translate(-50%, -50%);
    	-webkit-transform: translate(-50%, -50%);
    	-ms-transform: translate(-50%, -50%);
	}

	.survey__img{
		width: 60%;
		margin: 24px auto ;
	}
}


@media screen and (min-width:769px) {
	.survey__lead-flex{
		display: flex;
		width: 90%;
		margin: 0 auto 24px;
	}

	.survey__container{
		background-color: #aa8c70;
		border-radius: 24px;
		background-repeat: no-repeat;
		width: 996px;
		height: auto;
		margin: 100px auto;
		padding: 60px 24px 24px 24px;
		position: relative;
	}

	.survey__lead-text{
		width: 70%;
		text-align: justify;
		
	}

	.survey__lead-text p{
		font-size: 1.0rem;
		line-height: 2.0;
		color: #45160e;
		font-weight: 700;
	}

	.survey__lead-text span{
		color: #dc0000;
		font-weight: 800;
	}

	.survey__container-inner{
		background-color: #fff;
		height: auto;
		padding: 48px 20px 24px 20px;
		position: relative;
		background-image: url("../img/index/survey_bg.png");
		background-repeat: no-repeat;
		background-position:  0 400px;
	}

	.survey__clip{
		position: absolute;
		top: 7px;
		left: 50%;
    	transform: translate(-50%, -50%);
    	-webkit-transform: translate(-50%, -50%);
    	-ms-transform: translate(-50%, -50%);
	}

	.survey__staff{
		position: absolute;
		bottom: -124px;
		right: -160px;
	}

}



/* ========================================================================
  prevent
======================================================================== */
@media screen and (max-width:768px) {
	.prevent{
		background: #f0f0f0;
		padding: 0 0 6% 0;
	}

	.prevent__ttl{
		width: 82%;
		margin: 0 auto;
	}
	
	.prevent__ttl-bg{
		background-image: url("../img/index/sp/prevent_ttl-bg.jpg");
		text-align: center;
		padding: 16% 0 24%;
		max-height: 470px;
		background-position: center;
		background-size: 100%;
	}

	.prevent__list{
		display: flex;
		flex-direction: column;
		gap: 24px;
	}

	.prevent__container{
		border-radius: 8px;
		background: #fff;
		box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
		align-content: center;
		padding: 8% 4%;
		width: 92%;
		margin: -40px auto 0;
	}
	
	.prevent__container img{
		width: 100%;
	}

	.prevent__txt{
		width: 100%;
		font-size: 1.0rem;
		line-height: 1.8;
		text-align: center;
		margin-bottom: 8%;
		font-weight: 600;
	}

	.prevent__image{
		width: 80%;
		margin: 0 auto;
	}

	.prevent__emphasis{
		background-color: #fff32e;
		font-weight: 700;
		color: #dc0000;
		font-size: 1.0rem;
	}

}

@media screen and (min-width:769px) {
	.prevent{
		background: #f0f0f0;
		padding: 0 0 50px 0;
	}

	.prevent__ttl{
		margin-bottom: 64px;
	}
	
	.prevent__ttl-bg{
		background-image: url("../img/index/prevent_ttl-bg.jpg");
		text-align: center;
		padding: 130px 0 150px;
		max-height: 470px;
		background-position: center;
	}

	.prevent__list{
		display: flex;
		justify-content: space-between;
		gap: 24px;
	}

	.prevent__container{
		border-radius: 8px;
		background: #fff;
		box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
		align-content: center;
		padding: 60px 80px;
		width: 996px;
		margin: -40px auto 0;
	}
	
	.prevent__container img{
		width: 100%;
	}

	.prevent__txt{
		width: 100%;
		font-size: 1.4rem;
		line-height: 2.0;
		text-align: center;
		margin-bottom: 48px;
	}

	.prevent__image{
		width: 50%;
	}

	.prevent__emphasis{
		background-color: #fff32e;
		font-weight: 700;
		color: #dc0000;
		font-size: 1.5rem;
	}

}

/* ========================================================================
  voice
======================================================================== */
@media screen and (max-width:768px) {
	.voice{
		background: #ffedc2;
		text-align: center;
		padding: 0 0 3% 0;
	}

	.voice__ttl{
		width: 70%;
		margin: 0 auto 12%;
		position: relative;
		z-index: 1;
	}
	
	.voice__inner{
		max-width: 1000px;
		margin: 0 auto;
		position: relative;
		padding: 12% 0 0 0;
	}

	.voice__letter{
		position: absolute;
		right: -1%;
		top: 6%;
		z-index: 0;
		width: 32%;
	}

	.voice__list-box{
		display: flex;
		justify-content: space-between;
		margin:0 auto 8%;
		width: 92%;
	}

	.voice__illust{
		width: 32%;
	}

	.voice__bubble {
		position: relative;
		display: inline-block;
		width: 100%;
		margin-left: 20px;
		padding: 16px;
		box-shadow: 1px 1px 1px 1px rgba(225, 203, 0, 0.1);
		border-radius: 8px;
		background-color: #ffffff;
		text-align: justify;
		font-size: 16px;
		font-weight: 400;
		line-height: 1.5;
		color: #000000;
	}
	  
	.voice__bubble::before {
		content: "";
		position: absolute;
		top: 20%;
		left: 0;
		border-style: solid;
		border-color: transparent #fff transparent transparent;
	}
	  
	.voice__bubble::after {
		content: "";
		position: absolute;
		top: 20%;
		left: 0;
		border-style: solid;
		border-width: 0 15.2px 15.2px 0;
		border-color: transparent #ffffff transparent transparent;
		translate: -100% calc(-50% - 0.4px);
	}


	.voice__bubble-even {
		position: relative;
		display: inline-block;
		width: 100%;
		margin-right: 20px;
		padding: 16px;
		box-shadow: 1px 1px 1px 1px rgba(225, 203, 0, 0.1);
		border-radius: 8px;
		background-color: #ffffff;
		text-align: justify;
		font-size: 8px;
		font-weight: 400;
		line-height: 1.5;
		color: #000000;
	}
	  
	.voice__bubble-even::before {
		content: "";
		position: absolute;
		top: 20%;
		right: 0;
		border-style: solid;
		border-width: 0 0 16px 16px;
		border-color: transparent transparent transparent #fff;
		translate: 100% -50%;
	}
	  
	.voice__bubble-even::after {
		content: "";
		position: absolute;
		top: 20%;
		right: 0;
		border-style: solid;
		border-color: transparent transparent transparent #ffffff;
	}

	.voice__list-ttl{
		font-size: 1.0rem;
		font-weight: 700;
		border-bottom: 2px dotted #cecece;
		color: #4c201b;
		font-family: "Noto Sans JP", sans-serif;
		padding-bottom: 6%;
	}

	.voice__list-ttl span{
		color: #df2a2a;
	}

	.voice__list-txt{
		font-size: 0.8rem;
		font-family: "Noto Sans JP", sans-serif;
		padding-top: 6%;
		line-height: 1.6;
	}

	.voice__list-txt span{
		background-color: #fff32e;
		font-weight: 700;
	}

	.voice__category-weasel{
		background-color: #b07929;
		border-radius: 14px;
		color: #fff;
		font-weight: 600;
		padding: 5px 12px 3px;
		display: inline-block;
		margin: 0 0 12px 0;
		font-size: 0.7rem;
	}

	.voice__category-racoon{
		background-color: #8a4f1f;
		border-radius: 14px;
		color: #fff;
		font-weight: 600;
		padding: 5px 12px 3px;
		display: inline-block;
		margin: 0 0 12px 0;
		font-size: 0.7rem;
	}

	.voice__category-bat{
		background-color: #60425c;
		border-radius: 14px;
		color: #fff;
		font-weight: 600;
		padding: 5px 12px 3px;
		display: inline-block;
		margin: 0 0 12px 0;
		font-size: 0.7rem;
	}

	.voice__category-mouse{
		background-color: #6e6a7b;
		border-radius: 14px;
		color: #fff;
		font-weight: 600;
		padding: 5px 12px 3px;
		display: inline-block;
		margin: 0 0 12px 0;
		font-size: 0.7rem;
	}
}

@media screen and (min-width:769px) {
	.voice{
		background: #ffedc2;
		text-align: center;
		padding: 0 0 100px 0;
	}

	.voice__ttl{
		margin-bottom: 64px;
		position: relative;
		z-index: 1;
	}
	
	.voice__inner{
		max-width: 1000px;
		margin: 0 auto;
		position: relative;
		padding: 70px 0 0 0;
	}

	.voice__letter{
		position: absolute;
		right: -40px;
		top: 20px;
		z-index: 0;
	}

	.voice__list-box{
		display: flex;
		justify-content: space-between;
		margin-bottom: 60px;
	}

	.voice__bubble {
		position: relative;
		display: inline-block;
		width: 792px;
		margin-left: 20px;
		padding: 40px;
		box-shadow: 1px 1px 1px 1px rgba(225, 203, 0, 0.1);
		border-radius: 16px;
		background-color: #ffffff;
		text-align: left;
		font-size: 16px;
		font-weight: 400;
		line-height: 1.5;
		color: #000000;
	}
	  
	.voice__bubble::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		border-style: solid;
		border-width: 0 20px 20px 0;
		border-color: transparent #fff transparent transparent;
		translate: -100% -50%;
	}
	  
	.voice__bubble::after {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		border-style: solid;
		border-width: 0 15.2px 15.2px 0;
		border-color: transparent #ffffff transparent transparent;
		translate: -100% calc(-50% - 0.4px);
	}

	.voice__bubble-even {
		position: relative;
		display: inline-block;
		width: 792px;
		margin-right: 20px;
		padding: 40px;
		box-shadow: 1px 1px 1px 1px rgba(225, 203, 0, 0.1);
		border-radius: 16px;
		background-color: #ffffff;
		text-align: left;
		font-size: 16px;
		font-weight: 400;
		line-height: 1.5;
		color: #000000;
	}
	  
	.voice__bubble-even::before {
		content: "";
		position: absolute;
		top: 50%;
		right: 0;
		border-style: solid;
		border-width: 0 0 20px 20px;
		border-color: transparent transparent transparent #fff;
		translate: 100% -50%;
	}
	  
	.voice__bubble-even::after {
		content: "";
		position: absolute;
		top: 50%;
		right: 0;
		border-style: solid;
		border-width: 0 0 15.2px 15.2px;
		border-color: transparent transparent transparent #ffffff;
		translate: 100% calc(-50% - 0.4px);
	}

	.voice__list-ttl{
		font-size: 2.0rem;
		font-weight: 700;
		border-bottom: 2px dotted #cecece;
		color: #4c201b;
		font-family: "Noto Sans JP", sans-serif;
		padding-bottom: 20px;
	}

	.voice__list-ttl span{
		color: #df2a2a;
	}

	.voice__list-txt{
		font-size: 1.0rem;
		font-family: "Noto Sans JP", sans-serif;
		padding-top: 20px;
		line-height: 2.0;
	}

	.voice__list-txt span{
		background-color: #fff32e;
		font-weight: 700;
	}

	.voice__category-weasel{
		background-color: #b07929;
		border-radius: 14px;
		color: #fff;
		font-weight: 600;
		padding: 5px 12px 3px;
		display: inline-block;
		margin: 0 0 12px 0;
	}

	.voice__category-racoon{
		background-color: #8a4f1f;
		border-radius: 14px;
		color: #fff;
		font-weight: 600;
		padding: 5px 12px 3px;
		display: inline-block;
		margin: 0 0 12px 0;
	}

	.voice__category-bat{
		background-color: #60425c;
		border-radius: 14px;
		color: #fff;
		font-weight: 600;
		padding: 5px 12px 3px;
		display: inline-block;
		margin: 0 0 12px 0;
	}

	.voice__category-mouse{
		background-color: #6e6a7b;
		border-radius: 14px;
		color: #fff;
		font-weight: 600;
		padding: 5px 12px 3px;
		display: inline-block;
		margin: 0 0 12px 0;
	}

}


/* ========================================================================
  faq
======================================================================== */
@media screen and (max-width:768px) {
	.faq{
		padding: 12% 0 ;
	}

	.faq__ttl{
		width: 90%;
		margin:0 auto 12%;
	}

	.faq__list{
		display: flex;
		flex-direction: column;
	}
	
	.faq__list-box{
		background-color: #fff;
		border: 1px solid #d3d3d3;
		width: 92%;
		padding: 2.66%;
		margin: 0 auto 4%;
		border-radius: 8px;
		text-align: left;
	}

	.faq__q{
		border-bottom: 2px dotted #b8b8b8;
		padding-bottom: 4.16%;
		margin-bottom: 3.16%;
		display: flex;
		align-items: center;
		font-size: 1.0rem;
		font-weight: 700;
		font-family: "Noto Sans JP", sans-serif;
		padding-left: 12%;
		position: relative;
	}

	.faq__a{
		margin-bottom: 3.16%;
		display: flex;
		align-items: start;
		font-size: 0.8rem;
		font-family: "Noto Sans JP", sans-serif;
		line-height: 1.6;
		position: relative;
		padding-left: 12%;
	}

	.faq__q::before{
		content: "";
		background-image: url("../img/index/faq_icon-q.png");
		background-size: 100%;
		display: block;
		width: 30px;
		height: 30px;
		margin-right: 20px;
		position: absolute;
		top: 0;
		left: 0;
	}

	.faq__a::before{
		content: "";
		background-image: url("../img/index/faq_icon-a.png");
		background-size: 100%;
		display: block;
		width: 30px;
		height: 30px;
		margin-right: 20px;
		position: absolute;
		top: 0;
		left: 0;
	}
	
}


@media screen and (min-width:769px) {
	.faq{
		padding: 70px 0 0px;
	}

	.faq__ttl{
		margin-bottom: 78px;
	}

	.faq__list{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	.faq__list-box{
		background-color: #fff;
		border: 1px solid #d3d3d3;
		flex-basis: 49%;
		padding: 2.66%;
		margin-bottom: 2%;
		border-radius: 8px;
		text-align: left;
	}

	.faq__q{
		border-bottom: 2px dotted #b8b8b8;
		padding-bottom: 3.16%;
		margin-bottom: 3.16%;
		display: flex;
		align-items: center;
		font-size: 1.2rem;
		font-weight: 700;
		font-family: "Noto Sans JP", sans-serif;
	}

	.faq__a{
		padding-bottom: 3.16%;
		margin-bottom: 3.16%;
		display: flex;
		align-items: start;
		font-size: 1.0rem;
		font-family: "Noto Sans JP", sans-serif;
		line-height: 1.6;
		position: relative;
		padding-left: 70px;
	}

	.faq__q::before{
		content: "";
		background-image: url("../img/index/faq_icon-q.png");
		display: block;
		width: 52px;
		height: 52px;
		margin-right: 20px;
	}

	.faq__a::before{
		content: "";
		background-image: url("../img/index/faq_icon-a.png");
		display: block;
		width: 52px;
		height: 52px;
		margin-right: 20px;;
		position: absolute;
		top: 0;
		left: 0;
	}
}

/* ========================================================================
  area
======================================================================== */

@media screen and (max-width:768px) {
	.area{
		background-color: #e9f6ff;
		background-image: url("../img/index/sp/area_image.jpg");
		text-align: center;
		height: 700px;
		background-position: bottom;
		background-repeat: no-repeat;
		padding: 12% 0 0;
		background-size: 100%;
	}

	.area__container{
		margin: 0 auto;
		position: relative;
	}

	.area__ttl{
		margin:0 auto 8%;
		width: 60%;
	}

	.area__txt{
		width: 90%;
		text-align: justify;
		right: 0;
		left: 0;
		margin: 0 auto;
	}

	.area__txt h3{
		width: 74%;
		text-align: left;
	}

	.area__txt p{
		line-height: 1.6;
		text-align: justify;
		font-size: 0.8rem;
		margin: 4% 0;
	}

	.area__txt span{
		font-size: 0.7rem;
		margin-top: 4%;
		display: inline-block;
	}

}

@media screen and (min-width:769px) {
	.area{
		background-color: #e9f6ff;
		background-image: url("../img/index/area_image.jpg");
		text-align: center;
		height: 773px;
		background-position: center;
		background-repeat: no-repeat;
		padding: 80px 0 0 0;
	}

	.area__container{
		width: 1200px;
		margin: 0 auto;
		position: relative;
	}

	.area__txt{
		width: 374px;
		position: absolute;
		text-align: left;
		top: 48px;
		left: 0;
	}

	.area__txt h3{
		margin-bottom: 24px;
	}

	.area__txt p{
		line-height: 2.2;
		text-align: justify;
		font-size: 1.0rem;
	}

	.area__txt span{
		font-size: 0.8rem;
		margin-top: 20px;
	}

}
  


/* ========================================================================
  guarantee 
======================================================================== */

@media screen and (max-width:768px) {
	.guarantee-sp{
		text-align: center;
		padding: 10% 0;
	}

	.guarantee__ttl{
		width: 72%;
		margin: 0 auto 10%;
	}

	.guarantee-sp__list{
		display: flex;
		align-items: center;
	}

	.guarantee-sp__medal{
		width: 50%;
		margin: 0 auto;

	}
	.guarantee__container{
		border: solid 5px #e4c43a;
		background-image: linear-gradient(150deg, rgba(244, 230, 172, 1) 20%, rgba(255, 253, 247, 1) 50%, rgba(244, 230, 172, 1) 70%);
		padding: 6%;
		width: 92%;
		margin: 0 auto;
	}

	.guarantee__txt{
		text-align: justify;
		line-height: 1.6;
		margin-top: 6%;
	}

	.guarantee-sp__item-list{
		display: flex;
		flex-direction: column;
		row-gap: 12px;
	}
	
}

@media screen and (min-width:769px) {
	.guarantee{
		text-align: center;
		padding: 72px 0 100px;
	}

	.guarantee__container{
		border: solid 11px #e4c43a;
		background-image: linear-gradient(150deg, rgba(244, 230, 172, 1) 20%, rgba(255, 253, 247, 1) 50%, rgba(244, 230, 172, 1) 70%);
		display: flex;
		justify-content: space-between;
		padding: 30px 35px 20px;
		max-width: 996px;
		margin: 0 auto;
	}

	.guarantee__container-right{
		width: 70%;
	}

	.guarantee__container-right p{
		font-size: 1.0rem;
		line-height: 2.0;
		text-align: left;
		margin: 20px 0;
	}

	.guarantee__container-right span{
		color: #dc0000;
		font-weight: 600;
	}

}



/* ========================================================================
  estimate
======================================================================== */

@media screen and (max-width:768px) {
	.estimate{
		background: #e8f7ef;
		padding: 12% 0 0;
	}

	.estimate__ttl{
		width: 80%;
		margin: 0 auto 6%;
	}

	.estimate__list{
		display: flex;
		flex-direction: column;
		padding: 0 4px 4px 0;
	}

	.estimate__list-box{
		border-radius: 8px;
		width: 92%;
		background-color:#fff;
		text-align: left;
		box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
		margin: 0 auto 6%;
	}

	.estimate__list-box h3{
		margin: 6% 30px 0 20px;
		
	}

	.estimate__list-box h3 img{
		width: auto;
		height: 66px;
	}

	.estimate__list-box p{
		font-size: 1.0rem;
		line-height: 1.6;
		margin: 12px 20px 24px;
		font-weight: 600;
	}

}

@media screen and (min-width:769px) {
	.estimate{
		background: #e8f7ef;
		padding: 72px 0 100px;
	}

	.estimate__ttl{
		margin-bottom: 64px;
	}

	.estimate__list{
		display: flex;
		justify-content: space-between;
		padding: 0 4px 4px 0;
	}

	.estimate__list-box{
		border-radius: 16px;
		width: 32%;
		background-color:#fff;
		text-align: left;
		box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
	}

	.estimate__list-box h3{
		margin: 20px;
	}
	.estimate__list-box p{
		font-size: 1rem;
		line-height: 1.6;
		margin: 20px;
	}

}

/* ========================================================================
  payment
======================================================================== */

@media screen and (max-width:768px) {
	.payment{
		margin: 12% auto 4% ;
		text-align: center;
	}

	.payment__ttl{
		width: 80%;
		margin: 0 auto 12%;
	}
	
	.payment__list{
		display: flex;
		flex-direction: column;
	}

	.payment__list-box{
		border: 2px solid #00693e;
		border-radius: 8px;
		width: 92%;
		margin: 0 auto 6%;
	}

	.payment__list-box p{
		text-align: left;
		font-size: 1.0rem;
		line-height: 1.6;
		margin: 20px;
	}

	.payment__list-box img{
		margin: 20px auto 0;
		width: 54%;

	}

	.payment__sttl{
		color: #fff;
		background-color: #00693e;
		font-size: 1.2rem;
		font-weight: 700;
		padding: 10px 0;
		border-radius: 4px 4px 0 0;
		font-family: "Noto Sans JP", sans-serif;
	}

}

@media screen and (min-width:769px) {
	.payment{
		max-width:1200px;
		margin: 76px auto 100px;
		text-align: center;
	}

	.payment__ttl{
		margin-bottom: 64px;
	}
	
	.payment__list{
		display: flex;
		justify-content: space-between;
	}

	.payment__list-box{
		border: 3px solid #00693e;
		border-radius: 16px;
		width: 32%;
	}

	.payment__list-box p{
		text-align: left;
		font-size: 1.0rem;
		line-height: 1.6;
		margin: 20px;
	}

	.payment__list-box img{
		margin: 20px 0;
	}

	.payment__sttl{
		color: #fff;
		background-color: #00693e;
		font-size: 2.0rem;
		font-weight: 700;
		padding: 20px 0;
		border-radius: 8px 8px 0 0;
		font-family: "Noto Sans JP", sans-serif;
	}

}

/* ========================================================================
  about
======================================================================== */

@media screen and (max-width:768px) {
	.about{
		padding: 0 0 12% 0;
	}

	.about__ttl{
		width: 80%;
		margin: 0 auto;
	}

	.about__ttl-outer{
		padding: 12% 0 0 0;
		background-image: url("../img/index/sp/about_ttl-bg.jpg");
		background-position: top center;
		background-repeat: no-repeat;
		text-align: center;
		background-size: 100%;
	}

	.about__txt{
		width: 90%;
		margin: 0 auto;
	}

	.about__txt p{
		margin-top: 20px;
		line-height: 1.8;
		text-align: justify;
		font-weight: 600;
	}

	.about__container{
		border: 2px solid #00693e;
		border-radius: 8px;
		background-color: #fff;
		padding: 0 6% 6%;
		width: 92%;
		margin: 0 auto;
		text-align: center;
	}

	.about__container h3{
		display: inline-block;
		width: 70%;
		margin: 0 auto;
	}

	.about__container-lead{
		text-align: left;
		display: flex;
		align-items: center;
	}

	.about__illust{
		width: 70%;
	}

	.about__container-lead-outer{
		margin: 6% 0 12%;
	}

	.about__container-lead-outer p{
		line-height: 1.9;
		font-weight: 600;
		text-align: justify;
	}

	.about__container-lead p{
		font-size: 0.8rem;
	}

	.about__list{
		display: flex;
		flex-direction: column;
		margin-top: 6%;
	}

	.about__list-box{
		text-align: left;
		width: 100%;
		display: flex;
		align-items: center;
		margin-bottom: 6%;
	}

	.about__list-box img{
		width:  50%;
		margin-right: 6%;
		display: block;
	}

	.about__list-box p{
		font-size: 0.8rem;
		font-weight: 600;
		line-height: 1.2;
		width: 50%;
		display: block;
	}

	.about__illust{
		float: right;
	}

	.about__list-box span{
		color: #00693e;
		font-size: 0.8rem;
		margin: 0 0 2%;
		display: inline-block;
	}

}

@media screen and (min-width:769px) {
	.about{
		padding: 0 0 100px 0;
	}

	.about__ttl-outer{
		padding: 72px 0 0 0;
		background-image: url("../img/index/about_bg.jpg"),url("../img/index/about_bg-side.jpg");
		background-position: center;
		background-repeat: no-repeat,repeat-x;
		text-align: center;
		height: 689px;
	}

	.about__txt{
		position: absolute;
		width: 530px;
		font-size: 1.0rem;
		top: 28px;
		left: 0;
		text-align: left;
	}

	.about__txt p{
		margin-top: 20px;
		line-height: 1.8;
	}

	.about__inner{
		width: 1200px;
		margin: 0 auto;
		position: relative;
	}

	.about__container{
		border: 2px solid #00693e;
		border-radius: 16px;
		background-color: #fff;
		padding: 0 56px 90px;
		margin-top: -40px;
	}

	.about__container-lead{
		text-align: left;
		margin: 58px 0;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.about__container-lead p{
		font-size: 1.0rem;
		line-height: 2.0;
	}

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

	.about__list-box{
		text-align: left;
	}

	.about__list-box span{
		color: #00693e;
		font-size: 1.0rem;
		margin: 20px 0 10px;
		display: inline-block;
	}

	.about__list-box p{
		font-size: 1.4rem;
		font-weight: 600;
		line-height: 1.2;
	}
	
}


/* ========================================================================
  coupon
======================================================================== */

@media screen and (max-width:768px) {
	.coupon__ttl{
		width: 90%;
		margin: 0 auto 8%;
	}
	
	.coupon{
		background-color: #ffe2e2;
		padding: 12% 0;
	}

	.coupon .inner{
		width: 92%;
		margin: 0 auto;
	}
}

@media screen and (min-width:769px) {
	.coupon{
		background-color: #ffe2e2;
		padding: 70px 0 100px;
	}

}

/* ========================================================================
  footer
======================================================================== */

@media screen and (max-width:768px) {
	.footer{
		background-color: #242424;
		padding: 8% 0 40%;
		text-align: center;
		color: #fff;
	}
}

@media screen and (min-width:769px) {
	.footer{
		background-color: #242424;
		padding: 4% 0 10%;
		text-align: center;
		color: #fff;
	}
}


/* ========================================================================
  ページトップへ
======================================================================== */

#page_top {
    position: fixed;
    right: 10px;
    width: 55px;
    height: 55px;
    background: rgba(34, 34, 38, 0.8) no-repeat;
	border-radius: 8px;
	z-index: 999;
}

#page_top a::before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 25px;
    height: 25px;
    margin: auto;
    color: #fff;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f077';
    font-size: 25px;
    text-align: center;
}


/* ========================================================================
  フロートボタン
======================================================================== */

@media screen and (max-width:768px) {
	.float_btn{
		display: none;
		position: fixed;
		bottom: 0;
		z-index: 999;
 	 }

 	 .float_btn-inner{
		display: flex;
		background-color: rgba(255, 255, 255, 0.7);
		padding: 2%;
		column-gap: 2%;
	}
}  

 .c-table01 {
  margin:40px auto;
  overflow: hidden;
  border-radius: 3px
}
.c-table01 tr {
  border-bottom: 1px solid #333;
}
.c-table01 tr:last-of-type {
  border-bottom: none
}
.c-table01 th, .c-table01 td {
  padding: 20px;
  text-align: left;
  vertical-align: middle
}
.c-table01 th {
/*  background: var(--mh--color--secondary-100);*/
  font-weight: 700;
  line-height: var(--mh--line-height--sm)
}
@media(max-width: 767px) {
  .c-table01 th, .c-table01 td {
    display: block;
    width: 100%
  }
}
@media(min-width: 768px) {
  .c-table01 {
    border-radius: 20px
  }
  .c-table01 th, .c-table01 td {
    height: 80px;
    padding-block: 23px;
    padding-inline: 40px
  }
  .c-table01 th {
    width: 280px
  }
}
.margin40{
margin:40px auto;
}
.h2{
font-size:19px;
font-weight: bold;
}
.kasou {
padding-top: 100px;
}

.kasoutitle {
color: var(--mh--color--primary-500);
font-size: var(--mh--font-size--x6l);
	font-size: 1.5rem;
    font-weight: bold;
    padding: 0 17px 10px;
}
.gaiju_lp_wrap .fv_area .fv_img1 {
  position: absolute;
  width: 545px;
  left: 30px;
  bottom: 30px;
}
@media screen and (max-width: 1000px) {
  .gaiju_lp_wrap .fv_area .fv_img1 {
    width: 54.5vw;
    left: 3vw;
    bottom: 3vw;
  }
}
@media screen and (max-width: 750px) {
  .gaiju_lp_wrap .fv_area .fv_img1 {
    width: 100vw;
  }
} 




@media screen and (max-width:768px) {
  .footer_02 {
    background-color: #242424;
    padding: 8% 0;
    text-align: center;
    color: #fff;
  }
}
@media screen and (min-width:769px) {
  .footer_02 {
    background-color: #242424;
    padding: 4% 0;
    text-align: center;
    color: #fff;
  }
}
.footer_02 .footer_02_list {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .footer_02 .footer_02_list {
    flex-wrap: wrap;
  }
}
.footer_02 .footer_02_list .list_item {
  border-right: 1px solid #fff;
}
@media screen and (max-width: 750px) {
  .footer_02 .footer_02_list .list_item {
    border: none;
    position: relative;
  }
  .footer_02 .footer_02_list .list_item::after {
    content: "";
    display: block;
    background: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0%, -50%);
    width: 0.13vw;
    height: 3.2vw;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .footer_02 .footer_02_list .list_item:nth-of-type(3)::after, .footer_02 .footer_02_list .list_item:last-of-type::after {
    display: none;
  }
}
.footer_02 .footer_02_list .list_item:last-of-type {
  border: none;
}
.footer_02 .footer_02_list .list_item a {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-align: center;
  color: #fff;
  padding: 0 1.2em;
}
@media screen and (max-width: 1000px) {
  .footer_02 .footer_02_list .list_item a {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 750px) {
  .footer_02 .footer_02_list .list_item a {
    font-size: 3.2vw;
    line-height: 6vw;
  }
}
.footer_02 .copy {
  margin-top: 21px;
  font-size: 14px;
  letter-spacing: 0.04em;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .footer_02 .copy {
    margin-top: 2.1vw;
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 750px) {
  .footer_02 .copy {
    margin-top: 3.6vw;
    font-size: 2.8vw;
  }
}
.footer_02__copy {
  padding: 1.5rem;
}
.footer__copy {
    padding: 1.5rem;
}


.inner_title {
    font-size: 1.5rem;
    font-weight: bold;
    padding: 0 17px 10px;







@media screen and (min-width:769px) {
	.termite-exam__list--2col {
		display: flex;
		flex-wrap: wrap;
		gap: 42px 0%;
		justify-content: center;
	}

	.termite-exam__list--2col .termite-exam__list-box {
		width: 45%; /* ここを28%から45%に変更することで2列に */
	}
}


