@charset "UTF-8";
/*
Font: Rounded M+ 2p (based on M+ FONTS)
License: SIL Open Font License 1.1
*/
/* @font-face {
  font-family: "RoundedMplus2p";
  src: url("./fonts/rounded-mplus-2p-light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "RoundedMplus2p";
  src: url("./fonts/rounded-mplus-2p-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "RoundedMplus2p";
  src: url("./fonts/rounded-mplus-2p-medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "RoundedMplus2p";
  src: url("./fonts/rounded-mplus-2p-bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
} */
/*基本タイトルはこれを使用*/
/* @font-face {
  font-family: "RoundedMplus2p";
  src: url("./fonts/rounded-mplus-2p-heavy.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP";
  src: url("./fonts/NotoSansCJKjp-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP";
  src: url("./fonts/NotoSansCJKjp-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP";
  src: url("./fonts/NotoSansCJKjp-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP";
  src: url("./fonts/NotoSansCJKjp-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
} */
:root{
  --font-title1:"RoundedMplus2p", sans-serif;
  --font-text1:"NotoSansJP", sans-serif;
  --font-number:"Inter", sans-serif;
  --border-color:#e6e6e6;
  --border-color2:#ccc;
  --font-color1:#007564;
  --font-color2:#00a025;
  --font-color3:#333333;
  --inner-width--sp: 87.5%;
  --inner-width--sp_vw: 87.5vw;
  --inner-sidespace--sp: 6.25%;
  --inner-sidespace--sp_vw: 6.25vw;
  --trans-ease: .3s ease;
}
/*----------------------------
termites
---------------------------*/
a[href^="tel:"]{
    pointer-events: none!important;
    text-decoration: none!important;
}
body.termites-body{
  color: #1a1a1a;
  min-width: 1200px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "NotoSansJP", sans-serif;
}
@media only screen and (max-width: 768px) {
    body.termites-body{
        min-width: 340px;
        font-family: "NotoSansJP", sans-serif;
    }
    a[href^="tel:"]{
        pointer-events: auto!important;
    }
}
/*-------------
accordion
-------------*/
.accordion-btn:not(.is--ready){
    pointer-events: none;
}
.accordion-btn.is--ready{
    cursor: pointer;
}
@media screen and (max-width:768px){
    .accordion-btn--sp:not(.is--ready){
        pointer-events: none;
    }
    .accordion-btn--sp.is--ready{
        cursor: pointer;
    }
}
/* .accordion-btn:not(.accordion--open):not([data-target-class]) + *:not(.accordion-container),
.accordion-content{
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
@media screen and (max-width:768px){
    .accordion-btn--sp:not(.accordion--open):not([data-target-class]) + *:not(.accordion-container),
    .accordion-content--sp{
        position: absolute;
        opacity: 0;
        pointer-events: none;
    }
} */
.accordion-container{
    overflow: hidden;
    transition: height .3s ease;
}
.accordion-container.is--hit_low{
    transition: height .2s ease;
}
.accordion-container:not(.is--open){
    height: 0!important;
}
@media screen and (min-width:769px){
    .accordion-container.is--limit_sp{
        height: auto!important;
    }
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}
.termites-visual{
  width: 100%;
  background: url(../../yukashita/img/top-bg.png) no-repeat center bottom;
  background-size: cover;
  padding-top: 110px;
  min-width: 1200px;
}
/* WebPに対応していれば上書き */
@supports (background-image: url("image.webp")) {
  .termites-visual{
      background: url(../../yukashita/img/top-bg.webp) no-repeat center bottom;
      background-size: cover;
  }
}
.termites-visual-wrapper{
  min-width: 1200px;
  max-width: 1260px;
  display: flex;
  justify-content: flex-end;
  margin: 0 auto;
  position: relative;
}
.termites-visual-title{
  position: absolute;
  top: 40px;
  left: -55px;
}
/*sp*/
@media only screen and (max-width: 768px) {
  .termites-visual{
    width: 100%;
    background: url(../../yukashita/img/top-bg@sp.png) no-repeat center;
    background-size: cover;
    padding-top: 85px;
    min-width: inherit;
  }
  /* WebPに対応していれば上書き */
  @supports (background-image: url("image.webp")) {
    .termites-visual{
        background: url(../../yukashita/img/top-bg@sp.webp) no-repeat center bottom;
        background-size: cover;
    }
  }
  .termites-visual-wrapper{
    min-width: inherit;
    display: flex;
    justify-content: flex-start;
    flex-flow: column;
    margin: 0 auto;
    position: relative;
  }
  .termites-visual-title {
    position: static;
    margin-bottom: 20px;
  }
}
/*------------------
termites-sec1
--------------------*/
.termites-sec1{
  width: 870px;
  margin: 0 auto 40px;
}
.termites-sec1-title{
  text-align: center;
  border-bottom: solid 2px var(--border-color);
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.termites-sec1-title img{
  width: 550px;
}
.termites-sec1-text{
  font-size: 1.6rem;
  text-align: center;
  line-height: calc(1em + 12px);
}
/*sp*/
@media only screen and (max-width: 768px) {
  .termites-sec1{
    width: var(--inner-width--sp);
    margin: 0 auto 80px;
  }
  .termites-sec1-title{
    text-align: center;
    border-bottom: solid 2px var(--border-color);
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .termites-sec1-title img{
    width: 81.42%;
  }
  .termites-sec1-text{
    font-size: 1.4rem;
    text-align: left;
    line-height: calc(1em + 11px);
  }
}
/*------------------
termites-bnr
--------------------*/
.termites-bnr{
  width: 100%;
  margin-top: 30px;
}
.termites-bnr-title{
  width: 100%;
  background: #f27d07;
  padding: 10px;
  text-align: center;
  box-sizing: border-box;
}
.termites-bnr-title img{
  width: 578px;
}
.termites-bnr-box{
  background: #fef2d3;
  padding: 15px 0;
  box-sizing: border-box;
}
.termites-bnr-box-wrapper{
  width: 1000px;
  margin: 0 auto;
  padding-left: 40px;
  position: relative;
}
.termites-bnr-box-wrapper:before{
  content: "";
  background: url(../../yukashita/img/bnr-iilist.png) no-repeat;
  background-size: contain;
  width: 240px;
  height: 312px;
  position: absolute;
  left: -110px;
  bottom: -15px;
}
/* WebPに対応していれば上書き */
@supports (background-image: url("image.webp")) {
  .termites-bnr-box-wrapper:before{
    background: url(../../yukashita/img/bnr-iilist.webp) no-repeat;
    background-size: contain;
  }
}
.termites-bnr-box-sec{
  box-sizing: border-box;
  display: flex;
  gap: 15px;
}
.termites-bnr-box-sec__item{
  background : #FFFFFF;
  border-radius : 5px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.20);
  padding: 10px;
  box-sizing: border-box;
}
.termites-bnr-box-sec__item.__item1{
  width: calc(100% - 365px);
}
.termites-bnr-box-sec__item.__item2{
  width: 350px;
}
.termites-bnr-box-sec__item-title{
  font-family: var(--font-title1);
  font-weight: 800;
  font-size: 21px;
  font-size: 2.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin-bottom: 10px;
  line-height: calc(1em + 4px);
}
.termites-bnr-box-sec__item-title strong{
  width: 85px;
  height: 30px;
  box-sizing: border-box;
  border: solid 2px #e60012;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--font-title1);
  font-weight: 700;
  font-size: 16px;
  font-size: 1.6rem;
  white-space: nowrap;
  color: #e60012;
  letter-spacing: -0.1rem;
}
.termites-bnr-box-sec__item-title strong small{
  font-family: var(--font-title1);
  font-weight: 700;
  font-size: 14px;
  font-size: 1.4rem;
}
.termites-bnr-box-sec__item-tel{
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: baseline;
}
.termites-bnr-box-sec__item-tel a{
  font-family: var(--font-number);
  font-weight: 800;
  font-size: 45px;
  font-size: 4.5rem;
  letter-spacing: 0.1rem;
  line-height: 1;
  display: flex;
  flex-flow: column;
}
.termites-bnr-box-sec__item-tel img{
  width: 48px;
}
.termites-bnr-box-sec__item-tel span{
  display: block;
  text-align: right;
  font-size: 1.7rem;
}
.termites-bnr-box-sec__item-time{
  font-family: var(--font-title1);
  font-weight: 700;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
}
.termites-bnr-box-sec__item-btn{
  width: 240px;
  height: 50px;
  margin: 0 auto 5px;
}
.termites-bnr-box-sec__item-btn a{
  width: 100%;
  height: 100%;
  font-family: var(--font-title1);
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  background: #00a025;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  text-decoration: none;
}
.termites-bnr-box-sec__item-btn a img{
  width: 20px;
}
.termites-bnr-box__text{
  font-size: 1.4rem;
  font-weight: bold;
  line-height: calc(1em + 8px);
  text-align: center;
  margin: 10px auto 0;
}
.__item2 .termites-bnr-box-sec__item-time{
  font-size: 1.4rem;
}
/*sp*/
@media only screen and (max-width: 768px) {
  .termites-bnr-title {
    width: 100%;
    background: #f27d07;
    padding: 15px var(--inner-sidespace--sp);
    text-align: left;
    display: flex;
    justify-content: flex-end;
    position: relative;
  }
  .termites-bnr-title:before{
    content: "";
    background: url(../../yukashita/img/bnr-iilist@sp.png) no-repeat;
    background-size: contain;
    width: 190px;
    height: 220px;
    position: absolute;
    left: -5px;
    bottom: -64px;
  }
  /* WebPに対応していれば上書き */
  @supports (background-image: url("image.webp")) {
    .termites-bnr-title:before{
        background: url(../../yukashita/img/bnr-iilist@sp.webp) no-repeat;
        background-size: contain;
    }
  }
  .termites-bnr-title-main{
    width: calc(100% - 100px);
  }
  .termites-bnr-title-main img{
    width: 100%;
  }
  .termites-bnr-box-wrapper {
    width: var(--inner-width--sp);
    margin: 0 auto;
    padding-left: 0;
  }
  .termites-bnr-box-wrapper:before{
    content: none;
  }
  .termites-bnr-box-sec {
    box-sizing: border-box;
    display: flex;
    flex-flow: column;
    gap: 10px;
  }
  .termites-bnr-box-sec__item.__item1 {
    width: 100%;
  }
  .termites-bnr-box-sec__item.__item2 {
    width: 100%;
  }
  .termites-bnr-box-sec__item-tel a {
    font-size: 30px;
    font-size: 3.0rem;
  }
  .termites-bnr-box-sec__item-tel a span{
    font-size: 1.2rem;
  }
  .termites-bnr-box-sec__item-tel img {
    width: 36px;
  }
  .termites-bnr-box-sec__item-title strong {
      width: 74px;
      height: 28px;
      font-size: 14px;
      font-size: 1.4rem;
      white-space: nowrap;
      color: #e60012;
      letter-spacing: -0.01rem;
  }
  .termites-bnr-box-sec__item-title{
    font-size: 16px;
    font-size: 1.6rem;
  }
  .termites-bnr-box-sec__item-btn {
    width: 100%;
    height: 46px;
    margin: 0 auto 5px;
  }
  .termites-bnr-box-sec__item-btn a {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .termites-bnr-box__text {
    font-size: 1.3rem;
    text-align: left;
    line-height: calc(1em + 12px);
    margin: 10px auto 0;
  }
  .termites-bnr-box-sec__item-tel span{
    display: block;
    text-align: right;
    position: relative;
    right: 0;
    font-size: 1.7rem;
  }
}
/*-------------------
termites-sec2
--------------------*/
.termites-sec2{
  width: 100%;
  background: url(../../yukashita/img/point_bg.png) no-repeat center bottom;
  background-size: cover;
  position: relative;
  padding: 60px 0 80px;
  box-sizing: border-box;
}
.termites-sec2:after{
  content: "";
  background: url(../../yukashita/img/point_bg2.png) repeat-x center bottom;
  background-size: auto 100%;
  width: 100%;
  height: 250px;
  position: absolute;
  left: 0;
  bottom: 0;
}
/* WebPに対応していれば上書き */
@supports (background-image: url("image.webp")) {
  .termites-sec2{
      background: url(../../yukashita/img/point_bg.webp) no-repeat center bottom;
      background-size: cover;
  }
  .termites-sec2:after{
      background: url(../../yukashita/img/point_bg2.webp) repeat-x center bottom;
      background-size: auto 100%;
  }
}
.termites-sec2-wrapper{
  width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.termites-sec2-title{
  text-align: center;
}
.termites-sec2-text{
  font-size: 1.9rem;
  text-align: center;
  margin-bottom: 40px;
}
.termites-sec2-list{
  display: flex;
  gap: 15px 20px;
  flex-flow: row wrap;
}
.termites-sec2-list__item{
  width: calc((100% - 20px) / 2);
  background: #fff;
  padding: 25px 23px;
  box-sizing: border-box;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 3px;
}
.termites-sec2-list__item p{
  width: calc(100% - 53px);
  font-size: 2.0rem;
  text-align: center;
  font-weight: 500;
  line-height: calc(1em + 9px);
}
.termites-sec2-list__item p strong{
  font-size: 3.0rem;
  font-weight: bold;
}
.termites-sec2-list__item p small{
  font-size: 1.4rem;
}
/*sp*/
@media only screen and (max-width: 768px) {
  .termites-sec2{
    width: 100%;
    background: url(../../yukashita/img/point_bg@sp.png) no-repeat center bottom;
    background-size: cover;
    position: relative;
    padding: 60px 0 80px;
    box-sizing: border-box;
  }
  .termites-sec2:after {
    content: "";
    background: url(../../yukashita/img/point_bg2@sp.png) repeat-x center bottom;
    background-size: cover;
    width: 100%;
    height: 50px;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  /* WebPに対応していれば上書き */
  @supports (background-image: url("image.webp")) {
    .termites-sec2{
        background: url(../../yukashita/img/point_bg@sp.webp) no-repeat center bottom;
        background-size: cover;
    }
    .termites-sec2:after{
        background: url(../../yukashita/img/point_bg2@sp.webp) repeat-x center bottom;
        background-size: cover;
    }
  }
  .termites-sec2-wrapper {
    width: 100%;
  }
  .termites-sec2-title{
    width: var(--inner-width--sp);
    margin: 0 auto 20px;
  }
  .termites-sec2-text {
    font-size: 1.4rem;
    width: var(--inner-width--sp);
    margin: 0 auto 30px;
  }
  .termites-sec2-list {
    width: 93.75%;
    display: flex;
    gap: 10px;
    flex-flow: column;
    margin: 0 auto;
  }
  .termites-sec2-list__item {
    width: 100%;
    padding: 15px 5px;
    box-sizing: border-box;
    border-radius: 6px;
  }
  .termites-sec2-list__item img{
    width: 30px;
  }
  .termites-sec2-list__item p {
    width: calc(100% - 30px);
    font-size: 1.4rem;
  }
  .termites-sec2-list__item p strong {
    font-size: 1.8rem;
    font-weight: bold;
  }
  .termites-sec2-list__item p small {
    display: none;
  }
}
/*termites-sec3*/
.termites-sec3{
  background: #dde2eb;
  padding: 20px 0;
  box-sizing: border-box;
  margin-bottom: 120px;
  position: relative;
}
.termites-sec3:before {
  content: "";
  width: 100%;
  height: 100px;
  background: #dde2eb;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  left: 0;
  bottom: -100px;
}
.termites-sec3:after{
  content: "";
  width: 99%;
  height: 3px;
  background: #dde2eb;
  position: absolute;
  bottom: 0;
  bottom: -1px;
  left: 0;
  right: 0;
  margin: auto;
}
.termites-sec3-title{
  width: 1000px;
  margin: 0 auto 10px;
  display: flex;
  flex-flow: column-reverse;
  text-align: center;
  position: relative;
}
.termites-sec3-title:before{
  content: "";
  background: url(../../yukashita/img/illust001.svg) no-repeat;
  background-size: contain;
  width: 57px;
  height: 62px;
  position: absolute;
  top: 0;
  left: 0;
}
.termites-sec3-title:after{
  content: "";
  background: url(../../yukashita/img/illust002.svg) no-repeat;
  background-size: contain;
  width: 41px;
  height: 40px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.termites-sec3-title__text{
  width: fit-content;
  font-family: var(--font-title1);
  font-weight: 800;
  font-size: 2.4rem;
  display: table;
  position: relative;
  margin: 0 auto;
}
.termites-sec3-title__text:before{
    content: "";
    width: 18px;
    height: 2px;
    border-radius: 2px;
    background: #000000;
    position: absolute;
    top: 20px;
    left: -30px;
    transform: rotate(60deg);
}
.termites-sec3-title__text:after{
    content: "";
    width: 18px;
    height: 2px;
    border-radius: 2px;
    background: #000000;
    position: absolute;
    top: 20px;
    right: -30px;
    transform: rotate(-60deg);
}
.termites-sec3-title__main{
  font-family: var(--font-title1);
  font-weight: 800;
  font-size: 5.4rem;
}
.termites-sec3-title__main strong{
  font-family: var(--font-title1);
  font-weight: 800;
  color: #003d85;
}
.termites-sec3-title__main small{
  font-family: var(--font-title1);
  font-weight: 800;
  font-size: 4.8rem;
}
.termites-sec3-title__main span{
  font-family: var(--font-title1);
  font-weight: 800;
}
.symbol {
  margin: 0 -0.25em;
}
.termites-sec3-text{
  font-size: 1.6rem;
  text-align: center;
  line-height: calc(1em + 11px);
  width: 1000px;
  margin: 0 auto 30px;
}
.termites-sec3-wrapper{
  width: 800px;
  margin: 0 auto;
}
.termites-sec3-list{
  width: 100%;
  background: #fff;
  border-radius: 10px;
  border: solid 2px #cfd7e6;
  margin-bottom: 40px;
  padding: 10px;
  box-sizing: border-box;
  position: relative;
}
.termites-sec3-list:before{
  content: "";
  background: url(../../yukashita/img/illust003.png) no-repeat;
  background-size: contain;
  width: 48px;
  height: 92px;
  position: absolute;
  top: 85px;
  left: -30px;
}
/* WebPに対応していれば上書き */
@supports (background-image: url("image.webp")) {
  .termites-sec3-list:before{
    background: url(../../yukashita/img/illust003.webp) no-repeat;
    background-size: contain;
  }
}
.termites-sec3-list ul{
  width: 600px;
  margin: 0 auto;
}
.termites-sec3-list ul li{
  font-size: 2.0rem;
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 15px 0;
  box-sizing: border-box;
}
.termites-sec3-list ul li:not(:last-child){
  border-bottom: dashed 1px var(--border-color2);
}
.termites-sec3-list ul li:before{
  content: "";
  background: url(../../yukashita/img/icon_check.svg) no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
}
.termites-sec3-title2{
  font-family: var(--font-title1);
  font-weight: 800;
  font-size: 3.6rem;
  text-align: center;
  margin-bottom: 5px;
}
.termites-sec3-title2 small{
  font-family: var(--font-title1);
  font-weight: 800;
  display: block;
  font-size: 1.6rem;
}
.termites-sec3-title2 strong{
  font-family: var(--font-title1);
  font-weight: 800;
  color: #003d85;
}
.termites-sec3-img{
  margin-bottom: 20px;
}
.termites-sec3-footer__title{
  font-family: var(--font-title1);
  font-weight: 800;
  font-size: 3.6rem;
  text-align: center;
  margin-bottom: 5px;
}
.termites-sec3-footer__title strong{
  font-size: 4.0rem;
  font-family: var(--font-title1);
  font-weight: 800;
  color: #003d85;
}
.termites-sec3-footer dl {
  text-align: center;
}
.termites-sec3-footer dl dt{
  font-family: var(--font-title1);
  font-weight: 800;
  font-size: 2.0rem;
  margin-bottom: 10px;
}
.termites-sec3-footer dl dd{
  font-size: 1.6rem;
}
/*sp*/
@media only screen and (max-width: 768px) {
  .termites-sec3{
    margin-bottom: 80px;
  }
  .termites-sec3-title {
    width: var(--inner-width--sp);
    margin: 0 auto 25px;
  }
  .termites-sec3-wrapper {
    width: var(--inner-width--sp);
    margin: 0 auto;
  }
  .termites-sec3-title__text{
    width: fit-content;
    font-size: 1.6rem;
  }
  .termites-sec3-title__text:before {
    top: 10px;
    left: -20px;
  }
  .termites-sec3-title__text:after {
    top: 10px;
    right: -20px;
  }
  .termites-sec3-title__main{
    font-family: var(--font-title1);
    font-weight: 800;
    font-size: 3.0rem;
    line-height: calc(1em + 6px);
    gap: 5px;
  }
  .termites-sec3-title__main small{
    font-size: 3.0rem;
  }
  .termites-sec3-title:before {
    content: "";
    background: url(../../yukashita/img/illust001.svg) no-repeat;
    background-size: contain;
    width: 38px;
    height: 45px;
    top: auto;
    left: -16px;
    bottom: -20px;
  }
  .termites-sec3-title:after {
    content: "";
    background: url(../../yukashita/img/illust002.svg) no-repeat;
    background-size: contain;
    width: 42px;
    height: 40px;
    position: absolute;
    right: -16px;
    bottom: -15px;
  }
  .termites-sec3-text {
    font-size: 1.4rem;
    text-align: left;
    width: var(--inner-width--sp);
    margin: 0 auto 20px;
  }
  .termites-sec3-list {
    width: 100%;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 5px 15px;
  }
  .termites-sec3-list ul {
    width: 100%;
    margin: 0 auto;
  }
  .termites-sec3-list ul li {
    font-size: 1.6rem;
    padding: 15px 0;
    box-sizing: border-box;
    gap: 10px;
    line-height: calc(1em + 8px);
  }
  .termites-sec3-list ul li:before {
    width: 20px;
    height: 20px;
    min-width: 20px;
  }
  .termites-sec3-list:before {
    content: "";
    background: url(../../yukashita/img/illust004.png) no-repeat;
    background-size: contain;
    width: 69px;
    height: 36px;
    position: absolute;
    top: -15px;
    left: auto;
    right: 15px;
  }
  /* WebPに対応していれば上書き */
  @supports (background-image: url("image.webp")) {
    .termites-sec3-list:before {
      background: url(../../yukashita/img/illust004.webp) no-repeat;
      background-size: contain;
    }
  }
  .termites-sec3-title2 {
    font-size: 2.6rem;
    line-height: calc(1em + 6px);
    margin-bottom: 15px;
  }
  .termites-sec3-footer{
    width: var(--inner-width--sp);
    margin: 0 auto;
  }
  .termites-sec3-footer__title {
    font-size: 2.6rem;
    line-height: calc(1em + 6px);
    margin-bottom: 8px;
  }
  .termites-sec3-footer__title strong {
    font-size: 3.0rem;
  }
  .termites-sec3-footer dl dt {
    font-size: 1.8rem;
    margin-bottom: 8px;
    line-height: calc(1em + 11px);
  }
  .termites-sec3-footer dl dd {
    font-size: 1.4rem;
    text-align: left;
  }
  .termites-sec3:before {
    content: "";
    width: 100%;
    height: 35px;
    background: #dde2eb;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    position: absolute;
    left: 0;
    bottom: -35px;
  }
  .termites-sec3:after {
    content: "";
    width: 98%;
    height: 3px;
    background: #dde2eb;
    position: absolute;
    bottom: -1px;
  }
}
/*-------------------
termites-sec4
--------------------*/
.termites-sec4{
  width: 1000px;
  margin: 0 auto 40px;
}
.termites-sec4-title{
  padding: 40px 0;
  box-sizing: border-box;
  position: relative;
}
.termites-sec4-title:after{
  content: "";
  background: url(../../yukashita/img/bnr-iilist002.png) no-repeat;
  background-size: contain;
  width: 168px;
  height: 264px;
  position: absolute;
  right: 20px;
  bottom: -15px;
}
/* WebPに対応していれば上書き */
@supports (background-image: url("image.webp")) {
  .termites-sec4-title:after{
    background: url(../../yukashita/img/bnr-iilist002.webp) no-repeat;
    background-size: contain;
  }
}
.termites-sec4-title__main,
.termites-sec4-title__main span{
  font-size: 5.4rem;
  font-family: var(--font-title1);
  font-weight: 800;
  text-align: center;
}
.termites-sec4-title__main span{
  position: relative;
}
.termites-sec4-title__main span:before{
  content: "";
  background: url(../../yukashita/img/icon_fukidasi.svg) no-repeat;
  background-size: contain;
  width: 84px;
  height: 53px;
  position: absolute;
  left: -45px;
  bottom: 50px;
}
.termites-sec4-title__main strong{
  display: block;
  font-size: 4.0rem;
  font-family: var(--font-title1);
  color: #00a025;
  font-weight: 800;
  line-height: 1;
}
/*sp*/
@media only screen and (max-width: 768px) {
  .termites-sec4 {
    width: 100%;
    margin: 0 auto 40px;
  }
  .termites-sec4-title{
    padding: 0 0 25px;
  }
  .termites-sec4-title__main, .termites-sec4-title__main span {
    font-size: 3.0rem;
    text-align: center;
    line-height: calc(1em + 5px);
  }
  .termites-sec4-title__main strong {
    font-size: 2.6rem;
    margin-bottom: 12px;
  }
  .termites-sec4-title__main span:before {
    content: "";
    background: url(../../yukashita/img/icon_fukidasi.svg) no-repeat;
    background-size: contain;
    width: 63px;
    height: 42px;
    position: absolute;
    left: -73px;
    bottom: 33px;
  }
  .termites-sec4-title:after {
    content: "";
    background: url(../../yukashita/img/bnr-iilist002@sp.png) no-repeat;
    background-size: contain;
    width: 91px;
    height: 143px;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  /* WebPに対応していれば上書き */
  @supports (background-image: url("image.webp")) {
    .termites-sec4-title:after{
      background: url(../../yukashita/img/bnr-iilist002@sp.webp) no-repeat;
      background-size: contain;
    }
  }
}
/*termites-point-list*/
/*pc*/
.termites-point-list-item p{
  font-size: 1.4rem;
  text-align: center;
  line-height: calc(1em + 8px);
  margin-top: 10px;
}
@media only screen and (min-width: 769px) {
  .termites-point-list{
    display: flex;
    gap: 40px 23px;
    flex-flow: row wrap;
    position: relative;
    z-index: 1;
  }
  .termites-point-list-item{
    width: calc((100% - 46px) / 3)!important;
  }
  .termites-point-list-item img{
    border-radius: 10px;
  }
  .termites-point-list-item p{
    font-size: 1.6rem;
    text-align: center;
    line-height: calc(1em + 11px);
  }
}
/*sp*/
@media only screen and (max-width: 768px) {
  .termites-point-list-item p{
    padding: 0 5%;
    box-sizing: border-box;
  }
}
/*-----------------------
termites-sec5
-------------------------*/
.termites-sec5{
  padding: 40px 0;
  box-sizing: border-box;
  background: #e0f0e4;
  margin-bottom: 60px;
}
.termites-sec5-title{
  margin-bottom: 20px;
}
.termites-sec5-title__main{
  font-size: 5.4rem;
  font-family: var(--font-title1);
  font-weight: 800;
  text-align: center;
}
.termites-sec5-title__main strong{
  display: block;
  font-size: 4.0rem;
  font-family: var(--font-title1);
  color: #00a025;
  font-weight: 800;
  line-height: 1;
}
.termites-sec5-main{
  width: 860px;
  margin: 0 auto;
}
.termites-sec5-main-title{
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 10px;
  line-height: calc(1em + 5px);
}
.termites-sec5-main-list dl{
  padding: 12px 0;
  box-sizing: border-box;
  border-bottom: dashed 2px #B4BFBD;
}
.termites-sec5-main-list dl dt{
  font-size: 2.4rem;
  font-weight: 600;
  color: #0f5d2a;
}
.termites-sec5-main-list dl dd{
  font-size: 1.8rem;
  color: var(--font-color3);
  line-height: calc(1em + 12px);
}
/*sp*/
@media only screen and (max-width: 768px) {
  .termites-sec5{
    width: 100%;
    padding: 45px 0;
    margin-bottom: 40px;
  }
  .termites-sec5-title{
    margin-bottom: 25px;
  }
  .termites-sec5-title__main {
    font-size: 3.0rem;
    text-align: center;
    line-height: calc(1em + 5px);
  }
  .termites-sec5-title__main strong {
    font-size: 2.6rem;
    margin-bottom: 12px;
  }
  .termites-sec5-main {
    width: var(--inner-width--sp);
    margin: 0 auto;
  }
  .termites-sec5-main-title {
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 10px;
    line-height: calc(1em + 5px);
  }
  .termites-sec5-main-list dl dt {
    font-size: 1.8rem;
  }
  .termites-sec5-main-list dl dd{
    font-size: 1.4rem;
    line-height: calc(1em + 11px);
  }
}
/*-------------------------
termites-sec6
--------------------------*/
.termites-sec6{
  width: 1000px;
  margin: 0 auto 60px;
  border: solid 2px var(--font-color1);
  border-radius: 10px;
  background: #F2F8F7;
  box-sizing: border-box;
}
.termites-sec6-sec1{
  width: 800px;
  margin: 0 auto;
  border-bottom: dashed 2px #B4BFBD;
  padding: 40px 0 20px;
}
.termites-sec6-title{
  color: var(--font-color1);
  font-size: 2.8rem;
  font-weight: 900;
  margin-bottom: 15px;
  text-align: center;
}
.termites-sec6-text{
  font-size: 1.8rem;
  text-align: center;
}
/*termites-sec6-sec2*/
.termites-sec6-sec2{
  background: #fff;
  padding: 60px 98px;
  box-sizing: border-box;
}
.termites-sec6-sec2-title{
  font-size: 2.8rem;
  font-weight: 900;
  color: #003d85;
  margin-bottom: 20px;
}
.termites-sec6-sec2-list{
  display: flex;
  gap: 60px;
}
.termites-sec6-sec2-list dl{
  width: 390px;
  min-width: 390px;
}
.termites-sec6-sec2-list dl dt{
  font-size: 2.4rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
}
.termites-sec6-sec2-list dl dt:before{
  content: "";
  background : #003D85;
  width: 20px;
  height: 20px;
  border-radius : 3px;
}
.termites-sec6-sec2-list dl dd p{
  margin-top: 10px;
}
.termites-sec6-sec3{
  padding: 50px 98px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  gap: 35px;
  align-items: center;
}
.termites-sec6-sec3:before{
  content: "";
  background: url(../../yukashita/img/icon_y.svg) no-repeat;
  background-size: contain;
  width: 100px;
  height: 40px;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
}
.termites-sec6-sec3__img img{
  border-radius: 5px;
}
.termites-sec6-sec3 dl dt{
  font-size: 2.8rem;
  font-weight: 900;
  color: var(--font-color1);
  margin-bottom: 15px;
  line-height: calc(1em + 10px);
}
.termites-sec6-sec3 dl dd{
  font-size: 1.6rem;
  line-height: calc(1em + 12px);
}
/*sp*/
@media only screen and (max-width: 768px) {
  .termites-sec6 {
    width: 93.75%;
    margin: 0 auto 40px;
    border: solid 2px var(--font-color1);
    border-radius: 5px;
  }
  .termites-sec6-sec1 {
    width: 90%;
    margin: 0 auto;
    padding: 40px 0 30px;
  }
  .termites-sec6-title {
    font-size: 2.4rem;
    font-weight: 900;
    text-align: left;
    line-height: calc(1em + 10px);
  }
  .termites-sec6-text {
    font-size: 1.4rem;
    text-align: left;
  }
  .termites-sec6-text:not(:last-child){
    margin-bottom: 10px;
  }
  .termites-sec6-sec2 {
    background: #fff;
    padding: 30px 5% 40px;
    box-sizing: border-box;
  }
  .termites-sec6-sec2-title {
    font-size: 2.1rem;
    font-weight: 900;
    margin-bottom: 15px;
  }
  .termites-sec6-sec2-list {
    display: flex;
    gap: 30px;
    flex-flow: column;
  }
  .termites-sec6-sec2-list dl {
    width: 100%;
    min-width: inherit;
  }
  .termites-sec6-sec2-list dl dt {
    font-size: 1.8rem;
  }
  .termites-sec6-sec2-list dl dt:before {
    width: 16px;
    height: 16px;
  }
  .termites-sec6-sec3:before {
    content: "";
    background: url(../../yukashita/img/icon_y.svg) no-repeat;
    background-size: contain;
    width: 60px;
    height: 24px;
    position: absolute;
    top: -8px;
  }
  .termites-sec6-sec3 {
    padding: 40px 5% 12px;
    box-sizing: border-box;
    position: relative;
    display: flex;
    gap: 25px;
    flex-flow: column-reverse;
    align-items: center;
  }
  .termites-sec6-sec3 dl dt {
    font-size: 2.1rem;
    font-weight: 900;
    color: var(--font-color1);
    margin-bottom: 15px;
    line-height: calc(1em + 10px);
  }
  .termites-sec6-sec3 dl dd {
    font-size: 1.4rem;
    line-height: calc(1em + 11px);
  }
}
/*-------------------------
termites-sec7
--------------------------*/
.termites-sec7{
  width: 1000px;
  padding: 40px;
  box-sizing: border-box;
  margin: 0 auto 60px;
  border: solid 2px var(--font-color1);
  border-radius: 10px;
  background: #F2F8F7;
  box-sizing: border-box;
  position: relative;
}
.termites-sec7-title{
  position: absolute;
  width: fit-content;
  color: var(--font-color1);
  top: -25px;
  left: 50%;
  font-size: 2.8rem;
  font-weight: 900;
  transform: translateX(-50%);
}
.termites-sec7-title:before{
  content: "";
  width: 120%;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 23px;
  left: 48%;
  transform: translateX(-50%);
  z-index: -1;
}
.termites-sec7-main{
  width: 680px;
  margin: 0 auto;
  color: #333;
}
.termites-sec7-main-title{
  font-size: 2.0rem;
  font-weight: 500;
  line-height: calc(1em + 10px);
  margin-bottom: 10px;
}
.termites-sec7-main ul{
  margin-bottom: 15px;
}
.termites-sec7-main ul li{
  font-size: 1.7rem;
  text-indent: -1.7rem;
  padding-left: 1.7rem;
}
.termites-sec7-main ul li:before{
  content: "・";
  color: var(--font-color1);
}
.termites-sec7-main p{
  font-size: 1.6rem;
}
/*sp*/
@media only screen and (max-width: 768px) {
  .termites-sec7 {
    width: 93.75%;
    padding: 35px 5%;
    margin: 0 auto 70px;
    border: solid 2px var(--font-color1);
    border-radius: 5px;
  }
  .termites-sec7-main{
    width: 100%;
    margin: 0 auto;
  }
  .termites-sec7-title {
    position: absolute;
    width: max-content;
    color: var(--font-color1);
    top: -25px;
    left: 50%;
    font-size: 2.6rem;
  }
  .termites-sec7-main-title {
    font-size: 1.6rem;
  }
  .termites-sec7-main ul{
    line-height: calc(1em + 15px);
  }
  .termites-sec7-main ul li {
    font-size: 1.4rem;
    text-indent: -1.4rem;
    padding-left: 1.4rem;
  }
  .termites-sec7-main p{
    font-size: 1.4rem;
  }
}
/*--------------------------
termites-sec8
-----------------------------*/
.termites-sec8{
  padding: 60px 0;
  box-sizing: border-box;
  width: 1000px;
  margin: 0 auto;
}
.termites-sec-title{
  font-family: var(--font-title1);
  font-weight: 800;
  font-size: 5.4rem;
  margin-bottom: 30px;
  text-align: center;
}
.termites-sec-title:before{
  content: attr(data-pagetitle-en);
  color: var(--font-color2);
  font-family: var(--font-title1);
  font-weight: 800;
  font-size: 2.4rem;
  display: block;
  line-height: 1;
  letter-spacing: .04em;
}
.termites-sec8-text{
  color: #fff;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  font-size: 2.1rem;
  font-weight: bold;
  text-align: center;
  line-height: calc(1em + 7px);
  background: #007564;
  border-radius: 5px;
  margin: 50px auto 0;
}
/*sp*/
@media only screen and (max-width: 768px) {
  .termites-sec8 {
    width: 100%;
    padding: 40px 0;
  }
  .termites-sec-title {
    font-family: var(--font-title1);
    font-weight: 800;
    font-size: 3.0rem;
    margin-bottom: 25px;
    text-align: center;
  }
  .termites-sec-title:before {
    font-size: 2.6rem;
  }
  .termites-sec8-text {
    color: #fff;
    width: 93.75%;
    padding: 20px 15px;
    box-sizing: border-box;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: left;
    line-height: calc(1em + 10px);
    margin: 40px auto 0;
  }
}
/*------------------------
termites-sec9
---------------------------*/
.termites-sec9{
  background: url(../../yukashita/img/sec9_bg.png) no-repeat center;
  background-size: cover;
  padding: 60px 0 80px;
  box-sizing: border-box;
}
/* WebPに対応していれば上書き */
@supports (background-image: url("image.webp")) {
  .termites-sec9{
    background: url(../../yukashita/img/sec9_bg.webp) no-repeat center;
    background-size: cover;
  }
}
.termites-sec9-main{
  width: 1000px;
  margin: 0 auto;
  gap: 20px;
  display: flex;
  flex-flow: row wrap;
}
.termites-sec9-main__item{
  width: calc((100% - 20px) / 2);
  padding: 30px;
  box-sizing: border-box;
  background : rgba(255, 255, 255, 0.8);
  border-radius: 10px;
}
.termites-sec9-main__item-title{
  display: flex;
  gap: 15px;
  align-items: flex-start;
  border-bottom: solid 1px var(--border-color2);
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.termites-sec9-main__item-title h3{
  font-size: 1.8rem;
  font-weight: bold;
  font-feature-settings: "palt";
}
.termites-sec9-main__item-title h3 span{
  display: block;
  color: var(--font-color1);
  font-weight: 400;
  margin-top: 3px;
  font-size: 1.4rem;
}
.termites-sec9-main__item-text p{
  font-size: 1.6rem;
  color: var(--font-color3);
  line-height: calc(1em + 12px);
}
/*sp*/
@media only screen and (max-width: 768px) {
  .termites-sec9 {
    background: url(../../yukashita/img/sec9_bg@sp.png) repeat-y top;
    background-size: contain;
    width: 100%;
    padding: 40px 0 50px;
  }
  /* WebPに対応していれば上書き */
  @supports (background-image: url("image.webp")) {
    .termites-sec9{
      background: url(../../yukashita/img/sec9_bg@sp.webp) repeat-y top;
      background-size: contain;
    }
  }
  .termites-sec9-main {
    width: 93.75%;
    margin: 0 auto;
    gap: 10px;
    display: flex;
    flex-flow: column;
  }
  .termites-sec9-main__item-title img{
    width: 44px;
    height: 44px;
  }
  .termites-sec9-main__item {
    width: 100%;
    padding: 30px 20px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
  }
  .termites-sec9-main__item-title h3 {
    font-size: 1.6rem;
    font-weight: bold;
  }
  .termites-sec9-main__item-title h3 span {
    font-size: 1.3rem;
  }
  .termites-sec9-main__item-text p {
    font-size: 1.4rem;
    line-height: calc(1em + 11px);
  }
}
/*------------------------
termites-sec10
---------------------------*/
.termites-sec10 + .termites-bnr{
  margin-top: 0;
}
.termites-sec10{
  background: #e0f0e4;
  padding: 60px 0 80px;
  box-sizing: border-box;
  position: relative;
}
.termites-sec10:before{
  content: "";
  width: 50%;
  height: 100%;
  background-image: repeating-linear-gradient(
    -35deg,
    rgba(255, 255, 255, 0.6) 0px,
    rgba(255, 255, 255, 0.6) 12px,
    transparent 12px,
    transparent 24px
  );
  position: absolute;
  top: 0;
  right: 0;
}
.termites-sec-title{
  position: relative;
  z-index: 1;
}
.termites-sec10-list{
  width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.termites-sec10-list__item{
  padding: 15px 30px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.20);
}
.termites-sec10-list__item:not(:last-child){
  margin-bottom: 10px;
}
.termites-sec10-list__item-title{
  font-size: 2.0rem;
  font-weight: 400;
  display: flex;
  gap: 20px;
  align-items: center;
  position: relative;
  cursor: pointer;
  padding-right: 20px;
}
.termites-sec10-list__item-title:before{
  font-family: var(--font-number);
  content: "Q";
  font-size: 3.0rem;
  font-weight: 600;
  color: #00aceb;
}
.termites-sec10-list__item-title::after {
  content: "";
  width: 12px;
  height: 12px;
  border-top: solid 2px #000000;
  border-left: solid 2px #000000;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  right: 0;
  transform:translateY(-50%) rotate(-135deg);
  transition: all ease .3s;
}
.termites-sec10-list__item-title.accordion--open{
  margin-bottom: 20px;
}
.termites-sec10-list__item-title.accordion--open::after{
  transition: all ease .3s;
  transform:translateY(-50%) rotate(45deg);
}
.is--open .termites-sec10-list__item-text{
  border-top: solid 1px var(--border-color2);
}
.termites-sec10-list__item-text{
  padding-top: 20px;
  box-sizing: border-box;
  padding-bottom: 10px;
}
.termites-sec10-list__item-text{
  display: flex;
  gap: 20px;
}
.termites-sec10-list__item-text p{
  color: var(--font-color3);
  font-size: 1.6rem;
  line-height: calc(1em + 11px);
}
.termites-sec10-list__item-text:before{
  font-family: var(--font-number);
  content: "A";
  font-size: 3.0rem;
  font-weight: 600;
  color: #00a025;
  line-height: 1;
}
/*sp*/
@media only screen and (max-width: 768px) {
  .termites-sec10 {
    width: 100%;
    padding: 40px 0 80px;
  }
  .termites-sec10-list {
    width: 93.75%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }
  .termites-sec10:before {
    content: "";
    width: 50%;
    height: 100%;
    background-image: repeating-linear-gradient(-35deg, rgba(255, 255, 255, 0.6) 0px, rgba(255, 255, 255, 0.6) 6px, transparent 6px, transparent 12px);
    position: absolute;
    top: 0;
    right: 0;
  }
  .termites-sec10-list__item {
    padding: 15px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 6px;
  }
  .termites-sec10-list__item-title {
    font-size: 1.6rem;
    font-weight: 400;
    display: flex;
    gap: 15px;
    align-items: flex-start;
    position: relative;
    cursor: pointer;
    padding-right: 25px;
  }
  .termites-sec10-list__item-title:before {
    font-size: 2.4rem;
    color: #00aceb;
    line-height: 1;
  }
  .termites-sec10-list__item-title::after {
    content: "";
    width: 10px;
    height: 10px;
    border-top: solid 2px #000000;
    border-left: solid 2px #000000;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(-135deg);
    transition: all ease .3s;
  }
  .termites-sec10-list__item-text:before {
    content: "A";
    font-size: 2.4rem;
  }
  .termites-sec10-list__item-text {
    display: flex;
    gap: 15px;
  }
  .termites-sec10-list__item-text p {
    font-size: 1.4rem;
    line-height: calc(1em + 10px);
  }
}
/*--------------------
termites-sec11
----------------------*/
.termites-sec11{
  padding: 90px 0 100px;
  width: 1000px;
  margin: 0 auto;
}
.termites-sec11-sec:not(:last-child){
  margin-bottom: 30px;
}
.termites-sec11-title{
  margin-bottom: 30px;
  text-align: center;
}
.termites-sec11-title__main{
  font-size: 3.2rem;
  font-family: var(--font-title1);
  font-weight: 800;
  color: var(--font-color1);
}
.termites-sec11-title__sub{
  color: #fff;
  width: max-content;
  background: #007564;
  font-size: 2.4rem;
  font-weight: bold;
  margin: 10px auto 0;
  padding: 10px 30px;
  line-height: 1;
  border-radius: 20px;
}
.termites-sec11-sec__title{
  font-size: 2.8rem;
  font-weight: bold;
  line-height: calc(1em + 10px);
  border-bottom: solid 1px #007564;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.termites-sec11-sec--items{
  display: flex;
  gap: 8px;
  flex-flow: row wrap;
}
.termites-sec11-sec--item{
  width: calc((100% - 16px) / 3);
  background: #f2f2f2;
  border-radius: 5px;
  padding: 20px;
  box-sizing: border-box;
}
.termites-sec11-sec--item-title{
  position: relative;
}
.termites-sec11-sec--item-title h4{
  font-size: 1.8rem;
  font-weight: bold;
  line-height: calc(1em + 10px);
  padding-bottom: 5px;
  border-bottom: solid 1px var(--border-color2);
  margin-bottom: 10px;
}
.termites-sec11-sec--item-title .map{
  width: 50px;
  height: 20px;
  position: absolute;
  top: 0;
  right: 0;
}
.termites-sec11-sec--item-title .map a{
  color: #fff;
  font-family: var(--font-title1);
  font-weight: 800;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: #00a025;
  transition: all ease .3s;
}
.termites-sec11-sec--item-title .map a:hover{
  opacity: 0.8;
  transition: all ease .3s;
}
.termites-sec11-sec--item-text{
  font-size: 1.6rem;
}
.termites-sec11-sec--item-text span{
  color: var(--font-color2);
}
/*sp*/
@media only screen and (max-width: 768px) {
  .termites-sec11 {
    width: 87.5%;
    padding: 40px 0 80px;
  }
  .termites-sec11-title {
    margin-bottom: 25px;
    text-align: center;
  }
  .termites-sec11-title__main {
    font-size: 2.6rem;
    line-height: calc(1em + 8px);
  }
  .termites-sec11-title__sub {
    color: #fff;
    width: max-content;
    background: #007564;
    font-size: 1.8rem;
    font-weight: bold;
    margin: 10px auto 0;
    padding: 5px 15px;
    line-height: 1;
    border-radius: 16px;
  }
  .termites-sec11-sec__title {
    font-size: 2.0rem;
    font-weight: bold;
    line-height: calc(1em + 10px);
    border-bottom: solid 1px #007564;
    padding: 15px 0;
    margin-bottom: 0;
    box-sizing: border-box;
    position: relative;
  }
  .termites-sec11-sec:not(:last-child){
    margin-bottom: 0;
  }
  .termites-sec11-sec__title:before {
    position: absolute;
    top: calc(50% - 5px);
    right: 8px;
    transform: rotate(135deg);
    width: 6px;
    height: 6px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    content: "";
    z-index: 1;
    transition: all ease .3s;
  }
  .termites-sec11-sec__title:after {
    position: absolute;
    top: calc(50% - 12px);
    right: 0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--font-color1);
    border: solid 1px var(--font-color1);
    box-sizing: border-box;
    content: "";
  }
  .accordion--open.termites-sec11-sec__title:before {
    transform: rotate(-45deg);
    top: calc(50% - 3px);
    transition: all ease .3s;
    border-color: var(--font-color1);
  } 
  .accordion--open.termites-sec11-sec__title:after {
    background: #fff;
    transition: all ease .3s;
  }
  .termites-sec11-sec--items {
    display: flex;
    gap: 8px;
    flex-flow: column;
    padding: 20px 0;
    box-sizing: border-box;
  }
  .termites-sec11-sec--item {
    width: 100%;
    background: #f2f2f2;
    border-radius: 5px;
    padding: 12px;
    box-sizing: border-box;
  }
  .termites-sec11-sec--item-title h4 {
    font-size: 1.6rem;
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
  .termites-sec11-sec--item-title .map{
    width: 42px;
    height: 18px;
    position: absolute;
    top: 0;
    right: 0;
  }
  .termites-sec11-sec--item-title .map a{
    font-size: 1.2rem;
  }
  .termites-sec11-sec--item-text {
    font-size: 1.4rem;
  }
}
.scroll-top--scrolling{
  z-index: 10!important;
}
