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

/**********************************************************/
/* PC */
/**********************************************************/
/**********************************
　ファーストビュー
**********************************/
.fv .txt-wrap p:nth-of-type(2) {
    margin-top: 76px;
}
.movie .pic-wrap{
  display: flex;
  justify-content: space-between;
}
.movie .pic-wrap img{
  width: 22%;
}
/**********************************
  WARNING
**********************************/
.warning h3 {
    margin-left: -32px;
    line-height: 1.5;
    margin-top: 30px;
}
.warning .w__inner:last-of-type img:first-of-type {
    position: absolute;
    top: 172px;
    left: 70px;
    width: 190px;
}
.warning .w__inner:last-of-type img:nth-of-type(2) {
    position: absolute;
    top: 30px;
    left: 357px;
    width: 263px;
}
.warning .w__inner:last-of-type img:last-of-type {
    position: absolute;
    top: 405px;
    left: 157px;
    width: 352px;
}
/**********************************
  消毒殺菌について
**********************************/

.ecology::after {
    position: absolute;
    content: "";
    top: 365px;
    left: 50px;
    width: calc(100% - 50px);
    height: 718px;
    background: #F0F0F0;
    z-index: -1;
}

/**********************************
  メディア実績
**********************************/

.media-under {
    margin: 156px auto 124px;
}

/**********************************
  駆除宣言
**********************************/
.extermination-sec{
  text-align: center;
  margin-top: 23px;
  color: #fff;
}
.extermination-sec .ttl_wrap{
  background-image: url("../images/koumori/23ex09.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;
	margin: 0 0 200px 0;
}
.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 .pic-wrap {
    width: 51%;
}
.fv .txt-wrap p:nth-of-type(2) {
    margin-top: 26px;
}
  
  
/**********************************
  WARNING
**********************************/
.warning h3 {
    margin-left: 2%;
}
.warning .w__inner:last-of-type img:nth-of-type(2) {
    position: absolute;
    top: 0;
    left: auto;
    width: 216px;
}
.warning .w__inner:last-of-type img:first-of-type {
    position: absolute;
    top: 302px;
    left: 0;
    width: 170px;
}
.warning .w__inner:last-of-type img:last-of-type {
    position: absolute;
    top: 496px;
    left: auto;
    width: 300px;
}
.warning .w__inner:last-of-type {
    position: relative;
    height: 720px;
}  
.movie .pic-wrap {
    flex-wrap: wrap;
    padding-right: 2%;
}  
.movie .pic-wrap img{
    width: 50%;
}  
  
  
/**********************************
  消毒殺菌について
**********************************/

.ecology {
    margin-top: 100px;
}  
.ecology::after {
    position: absolute;
    content: "";
    top: 565px;
    left: 0;
    width: 100%;
    height: 730px;
    background: #F0F0F0;
    z-index: -1;
}
.ecology h2 {
    margin-bottom: 70px;
}
.ecology .flex:first-of-type {
    margin-bottom: 50px;
}
.ecology .flex:first-of-type img {
    position: static;
}  
.ecology .flex:last-of-type img {
    width: 335px;
    position: absolute;
    top: 315px;
    left: 4%;
}  
.media-under.inner {
    max-width: 100%;
    margin: 60px auto 0;
}
.ecology .flex:last-of-type img {
    position: static;
}  
  
  	/**********************************
  駆除宣言
**********************************/
.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%;
	margin: 0 0 65px 0;
}
.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;
}  
  


}