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



/**********************************************************/
/* PC */
/**********************************************************/

/**********************************
　ファーストビュー
**********************************/

.mv-picture {
  position: absolute;
  width: 57%;
  height: 485px;
  top: 193px;
  right: 0;
  z-index: -1;
}
.mv-picture video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fv .pic-wrap {
  margin-top: 700px;
}
/**********************************
　warning
**********************************/

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

/**********************************
  駆除宣言
**********************************/
.extermination-sec{
  text-align: center;
  margin-top: 23px;
  color: #fff;
}
.extermination-sec .ttl_wrap{
  background-image: url("../images/koumori/extermination.jpg");
  background-repeat: no-repeat;
  background-position: center;
  margin: auto;
}
.ttl_wrap .inner2{
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 112px 0;
}
.extermination-sec .ttl_wrap h2{
  border:solid 1px #fff;
  margin-right: 40px;
}
.extermination-sec h3,
.extermination-sec h4{
  margin-left: 90px;
}
.extermination-sec h3{
  font-family:'Roboto', sans-serif;
  color: #BE0000;
}
.extermination-sec h4{
  font-family: 'Noto Serif', serif;
}
.extermination-sec .ex_wrap{
  margin:-40px 100px 0 0;
  background: #000;
  padding-top:10px
}
.ex_inner{
  margin:0 10px 0 0;
  border-top:solid 1px #fff;
  border-right:solid 1px #fff;
  padding: 80px 0 110px 100px;
}
.ex_inner div{
  text-align: center;
}
.ex_inner div p{
  line-height: 1.5;
  font-size: 1.8rem;
}
.ex_inner div li{
  position: relative;
  height: 375px;
  width: 33%;
}  
.ex_inner div li img{
  position: absolute;
  top:0;
  left:0;
  height: 297px;
  object-fit: cover;
}  
.ex_inner div li:first-of-type img{
  width: 222px;
}  
.ex_inner div li:nth-last-child(2) img{
  width: 222px;
}  
.ex_inner div li:last-of-type img{
  width: 296px;
}
.ex_inner div li dl{
  position: absolute;
  top:264px;
}
.ex_inner div li:first-of-type dl {
  left:111px;
}
.ex_inner div li:nth-of-type(2) dl {
  left:136px;
}
.ex_inner div li:last-of-type dl {
  left:136px;
}
.ex_inner div li dt{
  font-size: 2.2rem;
  border: solid 1px #333;
  background: #fff;
  color: #333;
  padding: 18px 20px;
  max-width: 254px;
  max-height: 65px;
}
.extermination-sec dd {
  line-height: 1.5; 
  margin: 10px 0 0 0;
  text-align: left;
  letter-spacing: 0;
}
.extermination-sec .sec_btn{
  margin: -25px auto 0;
  padding: 18px 0;
}

/**********************************************************/
/* SP用 */
/**********************************************************/

@media(max-width: 768px) {
  
/**********************************
　ファーストビュー
**********************************/
.fv::before {
  top: 652px;
}
.mv-picture {
  position: absolute;
  width: 100%;
  height: 610px;
  top: -90px;
  right: 0;
}
.fv::before {
  top: 652px;
}

.fv .txt-wrap {
    top: 596px;
}
.fv .pic-wrap {
  top: 540px;
  margin-top: 0;
}
.mv-picture {
  position: absolute;
  width: 100%;
  height: 610px;
  top: -90px;
  right: 0;
}

  
  
/**********************************
　warning
**********************************/
.warning {
    margin: 250px 4% 0 0;
}
	
	/**********************************
  駆除宣言
**********************************/
.ttl_wrap .inner2 {
    width: 94%;
    justify-content: space-between;
    align-items: center;
    padding: 28px 0 46px;
}
.extermination-sec .ttl_wrap h2 {
    margin-right: 0%;
}
.ttl_wrap .inner2 div {
    min-width: 290px;
}
.extermination-sec h3,
.extermination-sec h4 {
    margin-left: 0%;
    text-align: left;
}
.ex_inner {
    margin: 0 3px 0 0;
    padding: 28px 10px 25px 2%;
}
.ex_inner div p {
    line-height: 1.5;
    font-size: 1.4rem;
    margin-bottom: 20px;
}
.ex_inner div li img {
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
    object-fit: cover;
}
.ex_inner div li {
    position: relative;
    height: 445px;
    width: 100%;
}
.extermination-sec dl {
    max-width: auto;
    margin: 0 auto;
}
.ex_inner div li dl,
.ex_inner div li:nth-of-type(2) dl,
.ex_inner div li:last-of-type dl {
    position: absolute;
    top: 264px;
    left: auto;
    right: 0;
}
.ex_inner div li dt{
    max-height: 55px;
    padding: 13px 0;
}  

.ex_inner div li:first-of-type dt,
.ex_inner div li:last-of-type dt{
    max-width: 214px;
}
.ex_inner div li:nth-of-type(2) dt{
    max-width: 239px;
}  

.ex_inner .flex {
    display: block;
}  
.extermination-sec .ex_wrap {
    margin: -17px 4% 0 0;
    background: #000;
    padding-top: 3px;
}  
  
	
}