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

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

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


/**********************************
  WARNING
**********************************/
.warning .w__inner:last-of-type img:first-of-type {
  position: absolute;
  top: 128px;
  left: 65px;
  width: 251px;
}
.warning .w__inner:last-of-type img:nth-of-type(2) {
  position: absolute;
  top: 37px;
  left: 357px;
  width: 260px;
}
.warning .w__inner:last-of-type img:last-of-type {
  position: absolute;
  top: 427px;
  left: 250px;
  width: 256px;
}


/**********************************
  生態について
**********************************/
.ecology::after {
  display: none;
}
.ecology .flex:last-of-type {
  margin: 130px auto 214px;
}
.ecology h3:first-of-type {
  padding: 25px 22px;
}
.ecology h3:nth-of-type(2) {
}
.ecology h3:nth-of-type(3) {
}


/**********************************
  駆除宣言
**********************************/
.extermination-sec{
  text-align: center;
  margin-top: 23px;
  color: #fff;
}
.extermination-sec .ttl_wrap{
  background-image: url("../images/shiroari/shiroari13.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 210px 100px;
}
.ex_inner div{
  text-align: center;
}
.ex_inner div p{
  line-height: 1.5;
  font-size: 1.8rem;
  margin-bottom: 86px;
}
.ex_inner div li{
  position: relative;
  height: 375px;
  width: 45%;
}  
.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: 410px;
}  
.ex_inner div li:last-of-type img{
  width: 410px;
}
.ex_inner div li dl{
  position: absolute;
  top:290px;
}
.ex_inner div li:first-of-type dl {
  padding:10px;
}
.ex_inner div li:nth-of-type(2) dl {
  left:136px;
}
.ex_inner div li:last-of-type dl {
  left:0px;
  padding: 10px;
}
.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;
  font-size: 16px;
}
.extermination-sec .sec_btn{
  margin: -25px auto 0;
  padding: 18px 0;
}







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

@media(max-width: 768px) {
  
/**********************************
　ファーストビュー
**********************************/

/**********************************
  WARNING
**********************************/
.warning h3 span {
    margin-left: 157px;
    font-weight: 600;
}  
.warning .w__inner:last-of-type img:first-of-type {
    position: absolute;
    top: 307px;
    left: 0;
    width: 225;
}
.warning .w__inner:last-of-type img:nth-of-type(2) {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    width: 216px;
}
.warning .w__inner:last-of-type img:last-of-type {
    position: absolute;
    top: 550px;
    left: auto;
    right: 0;
    width: 237px;
}
.warning .w__inner:last-of-type {
    position: relative;
    height: 780px;
}
  
/**********************************
  生態について
**********************************/
.ecology ul:first-of-type h3{
    padding: 16px 0;
    width: 280px;
}  
.ecology ul :nth-of-type(2) h3,
.ecology ul:last-of-type h3{
    padding: 16px 0;
    width: 260px;
}  
.ecology .flex:first-of-type img {
    width: 335px;
    position: absolute;
    top: 390px;
    left: 4%;
}
.ecology h3:first-of-type {
    padding: 16px 0;
}  
.ecology .flex:last-of-type img {
    width: 335px;
    position: absolute;
    top: 245px;
    left: 4%;
}
.ecology .flex:last-of-type {
    margin: 50px auto 90px;
}
.ecology .sec_btn {
    margin-top: 300px;
}
  
  
  
/**********************************
  駆除宣言
**********************************/
.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: 240px;
    left: 0;
    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;
}  
  
  
/**********************************
  メディア
**********************************/

.media-under.inner {
    max-width: 100%;
    margin: 118px auto 0;
}
  
  
  
}