@font-face {
  font-family: KozGoPr6N-Bold;
  src: url("../fonts/KozGoPr6N-Bold.otf");
}
@font-face {
  font-family: KozGoPr6N-Medium;
  src: url("../fonts/KozGoPr6N-Medium.otf");
}
@font-face {
  font-family: KozGoPr6N-Regular;
  src: url("../fonts/KozGoPr6N-Regular.otf");
}
@font-face {
  font-family: gothicMB101Pro-Medium;
  src: url("../fonts/A-OTF-GothicMB101Pro-Medium.otf");
}
@font-face {
  font-family: gothicMB101Pro-Regular;
  src: url("../fonts/A-OTF-GothicMB101Pro-Reg.otf");
}
@font-face {
  font-family: notoSansCJKjp-Black;
  src: url("../fonts/NotoSansCJKjp-Black.otf");
}
@font-face {
  font-family: notoSansCJKjp-Bold;
  src: url("../fonts/NotoSansCJKjp-Bold.otf");
}
@font-face {
  font-family: notoSansCJKjp-Regular;
  src: url("../fonts/NotoSansCJKjp-Regular.otf");
}
@font-face {
  font-family: kyoka;
  src: url("../fonts/G-OTF-GKyokaICAPro-Regular.otf");
}
@font-face {
  font-family: hiraMinPro-W6;
  src: url("../fonts/HiraMinPro-W6.otf");
}
@font-face {
  font-family: noto-extra;
  src: url("../fonts/NotoSans-ExtraBold.ttf");
}
@font-face {
  font-family: kobe;
  src: url("../fonts/TA_kobe.ttf");
}
@font-face {
  font-family: acumin;
  src: url("../fonts/FontsFree-Net-aa2woff2.ttf");
}
@font-face {
  font-family: bebas;
  src: url("../fonts/Bebas-Regular.otf");
}
@font-face {
  font-family: bafora;
  src: url("../fonts/Bafora Regular Demo.otf");
}
body {
  position: relative;
}
body::before {
  content: "";
  width: 100%;
  height: 100dvh;
  position: fixed;
  top: 0;
  left: 0;
  background: url(../assets/img/disposal/bg.png) repeat-y center/100% auto;
}
@media only screen and (max-width: 1023px) {
  body::before {
    background-image: url(../assets/img/disposal/bg_sp.png);
  }
}
body {
  color: #3f3a39;
}

.fixed-menu {
  display: none;
  bottom: 0;
  top: auto;
}
@media only screen and (max-width: 640px) {
  .fixed-menu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .fixed-menu li {
    width: 100%;
  }
  .fixed-menu li a {
    padding: 15px 0;
    font-size: clamp(13px, 2.5vw + 5px, 21px);
    gap: 20px;
  }
  .fixed-menu li a .arrow {
    width: 13px;
    height: 13px;
    background: url(../assets/img/disposal/img06.svg) no-repeat center/contain;
  }
  .fixed-menu .btn01 {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-family: KozGoPr6N-Bold;
    font-weight: bold;
    color: white;
    background-color: #f36700;
  }
  .fixed-menu .btn02 {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-family: KozGoPr6N-Bold;
    font-weight: bold;
    color: white;
    background-color: #3394e8;
  }
}

img.w100 {
  max-width: 100%;
  height: auto;
}

a {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

a.default:hover {
  opacity: 50%;
}

.c-orange {
  background-color: #f36700;
}

.c-blue {
  background-color: #3394e8;
}

.c-pageMv {
  max-width: 1366px;
  width: 90%;
  margin: 0 auto;
}
.c-pageMv .inner {
  padding-top: 63px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1023px) {
  .c-pageMv .inner {
    padding-top: 74px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.c-pageMv .inner .sec-text {
  margin-left: -214px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 1280px) {
  .c-pageMv .inner .sec-text {
    margin-left: -100px;
  }
}
@media only screen and (max-width: 1023px) {
  .c-pageMv .inner .sec-text {
    margin: auto;
  }
}
.c-pageMv .inner .sec-text .main-tit {
  margin-bottom: 40px;
}
.c-pageMv .inner .sec-text .desc {
  margin-bottom: 40px;
}
.c-pageMv .inner .sec-text .desc p {
  font-size: 14px;
  line-height: 1.8571428571;
}
@media only screen and (max-width: 640px) {
  .c-pageMv .inner .sec-text .desc p {
    font-size: clamp(13px, 2.8125vw, 18px);
  }
}
.c-pageMv .inner .sec-text .btnarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin-bottom: 72px;
}
@media only screen and (max-width: 1023px) {
  .c-pageMv .inner .sec-text .btnarea {
    display: none;
  }
}
.c-pageMv .inner .sec-text .btnarea a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50px;
  font-size: 16px;
  color: #fff;
  font-family: KozGoPr6N-Bold;
  font-weight: bold;
  letter-spacing: 0.16em;
  padding: 16px;
  max-width: 240px;
  width: 100%;
}
@media only screen and (max-width: 1280px) {
  .c-pageMv .inner .sec-text .btnarea a {
    font-size: 14px;
  }
}
.c-pageMv .inner .sec-text .btnarea a .arrow {
  width: 13px;
  height: 13px;
  background: url(../assets/img/disposal/img06.svg) no-repeat center/contain;
}
.c-pageMv .inner .sec-text .page-navi {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 300px));
  grid-template-rows: 50px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 8px;
  margin-left: auto;
}
@media only screen and (max-width: 1280px) {
  .c-pageMv .inner .sec-text .page-navi {
    grid-template-columns: repeat(2, minmax(0, 215px));
  }
}
@media only screen and (max-width: 1023px) {
  .c-pageMv .inner .sec-text .page-navi {
    display: none;
  }
}
.c-pageMv .inner .sec-text .page-navi .item {
  border-radius: 50px;
  border: 1px solid #ff9c00;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.c-pageMv .inner .sec-text .page-navi .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  padding: 16px;
}
.c-pageMv .inner .sec-text .page-navi .item .link-text {
  font-size: 16px;
  font-family: KozGoPr6N-Bold;
  font-weight: bold;
  color: #ff9c00;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
@media only screen and (max-width: 1280px) {
  .c-pageMv .inner .sec-text .page-navi .item .link-text {
    font-size: 14px;
  }
}
.c-pageMv .inner .sec-text .page-navi .item .arrow {
  width: 13px;
  height: 13px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  background: url(../assets/img/disposal/img07.svg) no-repeat center/contain;
}
.c-pageMv .inner .sec-text .page-navi .item:hover {
  background-color: #ff9c00;
}
.c-pageMv .inner .sec-text .page-navi .item:hover .link-text {
  color: #fff;
}
.c-pageMv .inner .sec-text .page-navi .item:hover .arrow {
  -webkit-filter: brightness(10);
          filter: brightness(10);
}
.c-pageMv .inner .sec-img {
  max-width: 671px;
  width: 51%;
}
@media only screen and (max-width: 1280px) {
  .c-pageMv .inner .sec-img {
    width: 79%;
  }
}
@media only screen and (max-width: 1023px) {
  .c-pageMv .inner .sec-img {
    max-width: 563px;
    width: 100%;
  }
}
.c-pageMv .inner .sec-img .main {
  height: 100%;
  position: relative;
  overflow: visible;
  text-align: center;
}
.c-pageMv .inner .sec-img .main img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
}
@media only screen and (max-width: 1280px) {
  .c-pageMv .inner .sec-img .main img {
    -o-object-position: center;
       object-position: center;
  }
}
.c-pageMv .inner .sec-img .main .list {
  width: 100%;
  position: absolute;
  bottom: -50px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  z-index: 5;
}
@media only screen and (max-width: 1280px) {
  .c-pageMv .inner .sec-img .main .list {
    bottom: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .c-pageMv .inner .sec-img .main .list {
    bottom: -50px;
  }
}
.c-pageMv .inner .sec-img .main .list .item {
  max-width: 167px;
  width: 100%;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 21px;
  line-height: 1.4285714286;
  color: #fff;
  font-family: KozGoPr6N-Bold;
  font-weight: bold;
  letter-spacing: 0.16em;
  text-align: center;
}
@media only screen and (max-width: 1430px) {
  .c-pageMv .inner .sec-img .main .list .item {
    font-size: 18px;
    max-width: 135px;
  }
}
@media only screen and (max-width: 1280px) {
  .c-pageMv .inner .sec-img .main .list .item {
    font-size: 15px;
    max-width: 120px;
  }
}
@media only screen and (max-width: 640px) {
  .c-pageMv .inner .sec-img .main .list .item {
    max-width: none;
  }
  .c-pageMv .inner .sec-img .main .list .item p {
    font-size: clamp(12px, 1.88679vw + 5.92453px, 18px);
  }
}
.c-pageMv .inner .sec-img .main .list .item.item01 {
  background: url(../assets/img/disposal/img02.svg) no-repeat center/contain;
}
.c-pageMv .inner .sec-img .main .list .item.item02 {
  background: url(../assets/img/disposal/img03.svg) no-repeat center/contain;
}
.c-pageMv .inner .sec-img .main .list .item.item03 {
  background: url(../assets/img/disposal/img04.svg) no-repeat center/contain;
}
.c-pageMv .inner .sec-img .main .list .item.item04 {
  background: url(../assets/img/disposal/img05.svg) no-repeat center/contain;
}

.sec-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sec-head .sec-title {
  position: relative;
  padding-bottom: 19px;
  font-size: 21px;
  color: #f89927;
}
.sec-head .sec-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 39%;
  height: 7px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: radial-gradient(circle, #ff981e 0 3.5px, transparent 3.5px);
  background-size: 13px 7px;
  background-repeat: repeat-x;
  background-position: left center;
}
.sec-head .catch {
  font-size: 36px;
  font-family: KozGoPr6N-Bold;
  font-weight: bold;
}
@media only screen and (max-width: 1280px) {
  .sec-head .catch {
    font-size: 28px;
  }
}
@media only screen and (max-width: 1023px) {
  .sec-head .catch {
    text-align: center;
  }
}
@media only screen and (max-width: 640px) {
  .sec-head .catch {
    font-size: clamp(14px, 4.375vw, 28px);
  }
}
@media only screen and (max-width: 1023px) {
  .sec-head .catch .pc-hidden {
    display: block;
  }
}
.sec-head .desc p {
  font-size: 16px;
  line-height: 1.875;
  text-align: center;
  font-family: KozGoPr6N-Medium;
  font-weight: 500;
}
@media only screen and (max-width: 1280px) {
  .sec-head .desc p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 640px) {
  .sec-head .desc p {
    font-size: clamp(13px, 1.5625vw + 8px, 18px);
    text-align: left;
  }
}

.sec-trouble .inner {
  padding: 147px 0 74px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 37px;
}
.sec-trouble .inner .sec-head .sec-title {
  margin-bottom: 40px;
}
.sec-trouble .inner .sec-head .catch {
  margin-bottom: 22px;
}
.sec-trouble .inner .sec-body {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 36px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sec-trouble .inner .sec-body .list {
  background-color: #fff;
  padding: 30px 40px;
  border-radius: 15px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px 33px;
}
@media only screen and (max-width: 1023px) {
  .sec-trouble .inner .sec-body .list {
    padding: 30px 20px;
  }
}
@media only screen and (max-width: 640px) {
  .sec-trouble .inner .sec-body .list {
    grid-template-columns: 1fr;
    width: 100%;
  }
}
.sec-trouble .inner .sec-body .list .item {
  padding-bottom: 8px;
  background-image: repeating-linear-gradient(to right, #b3b3b3 0, #b3b3b3 3px, transparent 3px, transparent 6px);
  background-size: 100% 1px;
  background-repeat: no-repeat;
  background-position: left bottom;
}
.sec-trouble .inner .sec-body .list .item .num {
  position: relative;
  inset: 0;
  font-size: 14px;
  font-weight: 700;
  color: #f89927;
  background-color: transparent;
  width: auto;
  height: auto;
  margin: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.sec-trouble .inner .sec-body .list .item .num::after {
  content: none;
}
.sec-trouble .inner .sec-body .list .item .detail {
  font-size: 18px;
  line-height: 1.6666666667;
  font-family: KozGoPr6N-Medium;
  font-weight: 500;
}
@media only screen and (max-width: 1280px) {
  .sec-trouble .inner .sec-body .list .item .detail {
    font-size: 16px;
  }
}
@media only screen and (max-width: 640px) {
  .sec-trouble .inner .sec-body .list .item .detail {
    font-size: clamp(13px, 2.5vw + 5px, 21px);
  }
}
.sec-trouble .inner .sec-body .list .item:nth-child(5) {
  grid-column: 2/3;
  grid-row: 1;
}
@media only screen and (max-width: 640px) {
  .sec-trouble .inner .sec-body .list .item:nth-child(5) {
    grid-column: auto;
    grid-row: auto;
  }
}
.sec-trouble .inner .sec-body .list .item:nth-child(6) {
  grid-column: 2/3;
  grid-row: 2;
}
@media only screen and (max-width: 640px) {
  .sec-trouble .inner .sec-body .list .item:nth-child(6) {
    grid-column: auto;
    grid-row: auto;
  }
}
.sec-trouble .inner .sec-body .list .item:nth-child(7) {
  grid-column: 2/3;
  grid-row: 3;
}
@media only screen and (max-width: 640px) {
  .sec-trouble .inner .sec-body .list .item:nth-child(7) {
    grid-column: auto;
    grid-row: auto;
  }
}
.sec-trouble .inner .sec-body .morebtn {
  max-width: 619px;
  width: 100%;
  height: 50px;
  background-color: #f89927;
  border-radius: 50px;
}
@media only screen and (max-width: 640px) {
  .sec-trouble .inner .sec-body .morebtn {
    height: auto;
  }
}
.sec-trouble .inner .sec-body .morebtn a {
  border-radius: 50px;
  height: 100%;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.sec-trouble .inner .sec-body .morebtn .link-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: KozGoPr6N-Bold;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .sec-trouble .inner .sec-body .morebtn .link-text {
    font-size: clamp(13px, 2.5vw + 5px, 21px);
  }
  .sec-trouble .inner .sec-body .morebtn .link-text .pc-hidden {
    display: block;
  }
}
.sec-trouble .inner .sec-body .morebtn .arrow {
  width: 13px;
  height: 13px;
  background: url(../assets/img/disposal/img06.svg) no-repeat center/contain;
}

.item {
  position: relative;
}
.item .num {
  width: 135px;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  margin: auto;
  height: 30px;
}
.item .num::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 0;
}
.item:nth-child(1) .num {
  background-color: #f89927;
}
.item:nth-child(1) .num::after {
  border-top: 9px solid #f89927;
}
.item:nth-child(2) .num {
  background-color: #3394e8;
}
.item:nth-child(2) .num::after {
  border-top: 9px solid #3394e8;
}
.item:nth-child(3) .num {
  background-color: #efd02f;
}
.item:nth-child(3) .num::after {
  border-top: 9px solid #efd02f;
}
.item:nth-child(4) {
  border: none;
}
.item:nth-child(4) .num {
  background-color: #d7e700;
}
.item:nth-child(4) .num::after {
  border-top: 9px solid #d7e700;
}
.item:nth-child(5) {
  border: none;
}
.item:nth-child(5) .num {
  background-color: #db2c67;
}
.item:nth-child(5) .num::after {
  border-top: 9px solid #db2c67;
}
.item:nth-child(6) {
  border: none;
}
.item:nth-child(6) .num {
  background-color: #f162b7;
}
.item:nth-child(6) .num::after {
  border-top: 9px solid #f162b7;
}

.sec-service .inner {
  padding: 0 0 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 37px;
}
@media only screen and (max-width: 640px) {
  .sec-service .inner {
    padding-bottom: 90px;
  }
}
.sec-service .inner .sec-head .sec-title {
  margin-bottom: 40px;
}
.sec-service .inner .sec-head .catch {
  margin-bottom: 22px;
}
.sec-service .inner .sec-body {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1023px) {
  .sec-service .inner .sec-body {
    gap: 0;
  }
}
.sec-service .inner .sec-body .list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 1023px) {
  .sec-service .inner .sec-body .list {
    grid-template-columns: 1fr;
    margin-bottom: 109px;
  }
}
@media only screen and (max-width: 640px) {
  .sec-service .inner .sec-body .list {
    margin-bottom: 120px;
  }
}
.sec-service .inner .sec-body .list .item {
  border-radius: 15px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5% 4%;
  background-image: repeating-linear-gradient(to bottom, #bdbdbd 0, #bdbdbd 3px, transparent 3px, transparent 6px);
  background-size: 1px 100%;
  background-repeat: no-repeat;
  background-position: right top;
}
@media only screen and (max-width: 1023px) {
  .sec-service .inner .sec-body .list .item {
    background-image: repeating-linear-gradient(to right, #d3d3d3 0, #d3d3d3 3px, transparent 3px, transparent 6px);
    background-size: 100% 1px;
    background-repeat: no-repeat;
    background-position: left bottom;
  }
  .sec-service .inner .sec-body .list .item:last-child {
    background-image: none;
  }
}
.sec-service .inner .sec-body .list .item .num {
  position: relative;
  margin-bottom: 28px;
  inset: 0;
}
.sec-service .inner .sec-body .list .item .img {
  margin-bottom: 18px;
}
.sec-service .inner .sec-body .list .item .item-tit {
  font-size: 21px;
  font-family: KozGoPr6N-Bold;
  font-weight: bold;
  margin-bottom: 13px;
}
@media only screen and (max-width: 1280px) {
  .sec-service .inner .sec-body .list .item .item-tit {
    font-size: 18px;
  }
}
@media only screen and (max-width: 640px) {
  .sec-service .inner .sec-body .list .item .item-tit {
    font-size: clamp(16px, 1.5625vw + 11px, 21px);
  }
}
.sec-service .inner .sec-body .list .item .desc p {
  font-size: 16px;
  line-height: 1.875;
  text-align: center;
  font-family: KozGoPr6N-Medium;
  font-weight: 500;
}
@media only screen and (max-width: 1280px) {
  .sec-service .inner .sec-body .list .item .desc p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 640px) {
  .sec-service .inner .sec-body .list .item .desc p {
    font-size: clamp(13px, 1.5625vw + 8px, 18px);
    text-align: left;
  }
  .sec-service .inner .sec-body .list .item .desc p br {
    display: none;
  }
}
.sec-service .inner .sec-body .group {
  width: 100%;
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
@media only screen and (max-width: 1023px) {
  .sec-service .inner .sec-body .group {
    grid-template-columns: 1fr;
    margin-bottom: 20px;
  }
}
.sec-service .inner .sec-body .group .box5 {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #f89927;
  border-radius: 15px;
  width: 200px;
  aspect-ratio: 1/1;
}
@media only screen and (max-width: 1023px) {
  .sec-service .inner .sec-body .group .box5 {
    bottom: auto;
    top: -17%;
    width: 90%;
    height: 132px;
  }
  .sec-service .inner .sec-body .group .box5 .sp-hidden {
    display: none;
  }
}
.sec-service .inner .sec-body .group .box5 .comment {
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  width: 135px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50px;
  color: #f89927;
  margin: auto;
  font-family: KozGoPr6N-Bold;
  font-weight: bold;
  font-size: 11px;
  background-color: #fff;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .sec-service .inner .sec-body .group .box5 .comment {
    top: -25px;
  }
}
.sec-service .inner .sec-body .group .box5 .comment::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 9px solid #fff;
  border-bottom: 0;
}
.sec-service .inner .sec-body .group .box5 .tit-en {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1023px) {
  .sec-service .inner .sec-body .group .box5 .tit-en {
    margin-bottom: 10px;
  }
}
.sec-service .inner .sec-body .group .box5 .tit-ja {
  color: #fff;
  font-size: 21px;
  font-family: KozGoPr6N-Bold;
  font-weight: bold;
  margin-bottom: 16px;
}
@media only screen and (max-width: 1280px) {
  .sec-service .inner .sec-body .group .box5 .tit-ja {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1023px) {
  .sec-service .inner .sec-body .group .box5 .tit-ja {
    margin-bottom: 10px;
  }
}
.sec-service .inner .sec-body .group .box5 .desc {
  width: 90%;
  margin: 0 auto;
}
.sec-service .inner .sec-body .group .box5 .desc p {
  font-size: 14px;
  line-height: 1.5714285714;
  color: #fff;
  font-family: KozGoPr6N-Medium;
  font-weight: 500;
}
@media only screen and (max-width: 640px) {
  .sec-service .inner .sec-body .group .box5 .desc p {
    font-size: clamp(13px, 1.5625vw + 8px, 18px);
  }
}
.sec-service .inner .sec-body .group .box .dot {
  width: 100%;
  font-size: 21px;
  color: #fff;
  font-family: KozGoPr6N-Bold;
  font-weight: bold;
  gap: 20px 40px;
}
@media only screen and (max-width: 1280px) {
  .sec-service .inner .sec-body .group .box .dot {
    font-size: 18px;
  }
}
@media only screen and (max-width: 640px) {
  .sec-service .inner .sec-body .group .box .dot {
    font-size: clamp(13px, 2.5vw + 5px, 21px);
    gap: 10px 10px;
  }
}
.sec-service .inner .sec-body .group .box .dot li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.sec-service .inner .sec-body .group .box .dot li::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50px;
  background-color: #fff;
}
@media only screen and (max-width: 1023px) {
  .sec-service .inner .sec-body .group .box .icon {
    width: 51px;
    aspect-ratio: 1/1;
  }
  .sec-service .inner .sec-body .group .box .icon img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 640px) {
  .sec-service .inner .sec-body .group .box .icon {
    width: 25px;
  }
}
.sec-service .inner .sec-body .group .box1 {
  background-color: #3394e8;
  border-radius: 15px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  padding: 20px 50px;
}
@media only screen and (max-width: 1280px) {
  .sec-service .inner .sec-body .group .box1 {
    padding: 20px 30px;
  }
}
@media only screen and (max-width: 1023px) {
  .sec-service .inner .sec-body .group .box1 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 60px 30px 20px;
    gap: 40px;
  }
}
@media only screen and (max-width: 640px) {
  .sec-service .inner .sec-body .group .box1 {
    padding: 80px 10px 20px 10px;
    gap: 20px;
  }
}
.sec-service .inner .sec-body .group .box1 .dot {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  display: grid;
  grid-template-columns: repeat(3, auto);
}
.sec-service .inner .sec-body .group .box2 {
  background-color: #76cffd;
  border-radius: 0 15px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 70px;
}
@media only screen and (max-width: 1280px) {
  .sec-service .inner .sec-body .group .box2 {
    padding: 20px 40px;
  }
}
@media only screen and (max-width: 1023px) {
  .sec-service .inner .sec-body .group .box2 {
    grid-row: 3;
    border-radius: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 20px 30px;
    gap: 40px;
  }
}
@media only screen and (max-width: 640px) {
  .sec-service .inner .sec-body .group .box2 {
    padding: 20px 10px;
    gap: 20px;
  }
}
.sec-service .inner .sec-body .group .box2 .dot {
  display: grid;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  grid-template-columns: 80%;
}
@media only screen and (max-width: 1023px) {
  .sec-service .inner .sec-body .group .box2 .dot {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.sec-service .inner .sec-body .group .box3 {
  background-color: #f162b7;
  border-radius: 0 0 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 50px;
}
@media only screen and (max-width: 1280px) {
  .sec-service .inner .sec-body .group .box3 {
    padding: 20px 30px;
  }
}
@media only screen and (max-width: 1023px) {
  .sec-service .inner .sec-body .group .box3 {
    grid-row: 2;
    border-radius: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
  }
}
@media only screen and (max-width: 640px) {
  .sec-service .inner .sec-body .group .box3 {
    padding: 20px 10px;
    gap: 20px;
  }
}
.sec-service .inner .sec-body .group .box3 .dot {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  display: grid;
  grid-template-columns: repeat(2, auto);
}
.sec-service .inner .sec-body .group .box4 {
  background-color: #db2c67;
  border-radius: 0 0 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 70px;
}
@media only screen and (max-width: 1280px) {
  .sec-service .inner .sec-body .group .box4 {
    padding: 20px 40px;
  }
}
@media only screen and (max-width: 1023px) {
  .sec-service .inner .sec-body .group .box4 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 20px 30px;
    gap: 40px;
  }
}
@media only screen and (max-width: 640px) {
  .sec-service .inner .sec-body .group .box4 {
    padding: 20px 10px;
    gap: 20px;
  }
}
.sec-service .inner .sec-body .group .box4 .dot {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  display: grid;
  grid-template-columns: repeat(2, auto);
}
@media only screen and (max-width: 1023px) {
  .sec-service .inner .sec-body .group .box4 .dot {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.sec-service .inner .sec-body .summary {
  width: 100%;
  border-radius: 15px;
  padding: 38px 10px;
  border: 1px solid #f89927;
}
.sec-service .inner .sec-body .summary .desc p {
  font-size: 21px;
  text-align: center;
  line-height: 1.4285714286;
  color: #f89927;
  font-family: KozGoPr6N-Bold;
  font-weight: bold;
}
@media only screen and (max-width: 1280px) {
  .sec-service .inner .sec-body .summary .desc p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 640px) {
  .sec-service .inner .sec-body .summary .desc p {
    font-size: clamp(15px, 1.875vw + 9px, 21px);
  }
}

.sec-reason .sec-head .sec-title {
  margin-bottom: 40px;
}
.sec-reason .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 55px;
  padding-bottom: 127px;
}
@media only screen and (max-width: 640px) {
  .sec-reason .inner {
    padding-bottom: 90px;
  }
}
.sec-reason .sec-body {
  width: 100%;
  min-width: 0;
}
.sec-reason .list {
  width: 100%;
  padding: 15px 100px 0;
  overflow: hidden;
}
@media only screen and (max-width: 640px) {
  .sec-reason .list {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.sec-reason .list .swiper-wrapper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.sec-reason .list.is-centered .swiper-wrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sec-reason .list .item {
  position: relative;
  width: 350px;
  height: auto;
  padding: 36px 10px 20px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.75);
}
@media only screen and (max-width: 640px) {
  .sec-reason .list .item {
    width: 100%;
  }
}
.sec-reason .list .item .num {
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sec-reason .list .item .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 110px;
  margin: 0 0 14px;
}
.sec-reason .list .item .img img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 110px;
  -o-object-fit: contain;
     object-fit: contain;
}
.sec-reason .list .item .item-tit {
  font-size: 21px;
  line-height: 1.4285714286;
  font-family: KozGoPr6N-Bold;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 1280px) {
  .sec-reason .list .item .item-tit {
    font-size: 18px;
  }
}
@media only screen and (max-width: 640px) {
  .sec-reason .list .item .item-tit {
    font-size: clamp(16px, 1.5625vw + 11px, 21px);
  }
}
.sec-reason .list .item .desc {
  width: 100%;
  margin-top: 14px;
  padding-top: 14px;
  background-image: repeating-linear-gradient(to right, #d3d3d3 0, #d3d3d3 3px, transparent 3px, transparent 6px);
  background-size: 100% 1px;
  background-repeat: no-repeat;
  background-position: left top;
}
.sec-reason .list .item .desc p {
  font-size: 16px;
  line-height: 1.625;
  font-family: KozGoPr6N-Medium;
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width: 1280px) {
  .sec-reason .list .item .desc p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 640px) {
  .sec-reason .list .item .desc p {
    font-size: clamp(13px, 1.5625vw + 8px, 18px);
  }
}
.sec-reason .bottom-line {
  position: relative;
  left: auto;
  bottom: auto;
  max-width: 1080px;
  width: 90%;
  margin: 0 auto;
  height: 7px;
  margin-top: 28px;
  border-radius: 100px;
  background: #ffffff;
  opacity: 1;
}
.sec-reason .bottom-line .swiper-scrollbar-drag {
  height: 100%;
  border-radius: 100px;
  background: #ff981e;
  cursor: -webkit-grab;
  cursor: grab;
}
.sec-reason .bottom-line .swiper-scrollbar-drag:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.sec-scene .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 72px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 160px;
}
@media only screen and (max-width: 1023px) {
  .sec-scene .inner {
    gap: 50px;
  }
}
@media only screen and (max-width: 640px) {
  .sec-scene .inner {
    padding-bottom: 90px;
  }
}
.sec-scene .sec-body {
  width: 100%;
  background: url(../assets/img/disposal/img14.png) no-repeat center/337px auto;
}
@media only screen and (max-width: 1023px) {
  .sec-scene .sec-body {
    background-position: top;
  }
}
@media only screen and (max-width: 640px) {
  .sec-scene .sec-body {
    position: relative;
    background: none;
  }
  .sec-scene .sec-body::before {
    content: "";
    width: 90%;
    aspect-ratio: 1/1;
    background: url(../assets/img/disposal/img14.png) no-repeat center/contain;
    display: block;
    margin: 0 auto;
  }
}
.sec-scene .sec-body .list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 340px));
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px 0;
}
@media only screen and (max-width: 1023px) {
  .sec-scene .sec-body .list {
    grid-template-columns: 1fr;
    padding-top: 390px;
  }
}
@media only screen and (max-width: 640px) {
  .sec-scene .sec-body .list {
    padding-top: 40px;
  }
}
.sec-scene .item {
  position: relative;
  width: 350px;
  height: auto;
  padding: 36px 10px 20px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.75);
}
@media only screen and (max-width: 1023px) {
  .sec-scene .item {
    width: 100%;
  }
}
.sec-scene .item .num {
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sec-scene .item .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 110px;
  margin: 0 0 14px;
}
.sec-scene .item .img img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 110px;
  -o-object-fit: contain;
     object-fit: contain;
}
.sec-scene .item .item-tit {
  font-size: 21px;
  line-height: 1.4285714286;
  font-family: KozGoPr6N-Bold;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 1280px) {
  .sec-scene .item .item-tit {
    font-size: 18px;
  }
}
@media only screen and (max-width: 640px) {
  .sec-scene .item .item-tit {
    font-size: clamp(16px, 1.5625vw + 11px, 21px);
  }
}
.sec-scene .item .desc {
  width: 100%;
  margin-top: 14px;
  padding-top: 14px;
  background-image: repeating-linear-gradient(to right, #d3d3d3 0, #d3d3d3 3px, transparent 3px, transparent 6px);
  background-size: 100% 1px;
  background-repeat: no-repeat;
  background-position: left top;
}
.sec-scene .item .desc p {
  font-size: 16px;
  line-height: 1.625;
  font-family: KozGoPr6N-Medium;
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width: 1280px) {
  .sec-scene .item .desc p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 640px) {
  .sec-scene .item .desc p {
    font-size: clamp(13px, 1.5625vw + 8px, 18px);
  }
}

.sec-flow .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 200px;
}
@media only screen and (max-width: 640px) {
  .sec-flow .inner {
    padding-bottom: 90px;
  }
}
.sec-flow .sec-head .sec-title {
  margin-bottom: 40px;
}
.sec-flow .sec-body {
  width: 100%;
}
.sec-flow .sec-body .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (max-width: 1023px) {
  .sec-flow .sec-body .list {
    grid-template-columns: 1fr;
  }
}
.sec-flow .sec-body .list .item {
  background-color: #fff;
  border-radius: 15px;
}
.sec-flow .sec-body .list .item .num {
  right: auto;
  left: 20px;
}
.sec-flow .sec-body .list .item.is-open .step-detail {
  grid-template-rows: 1fr;
}
.sec-flow .sec-body .list .item.is-open .step-tit .arrow {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.sec-flow .sec-body .list .step-tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 105px;
  padding: 0 20px;
  cursor: pointer;
}
@media only screen and (max-width: 640px) {
  .sec-flow .sec-body .list .step-tit {
    height: auto;
    padding: 30px 20px 20px;
  }
}
.sec-flow .sec-body .list .step-tit .item-tit {
  margin: 0;
  font-size: 18px;
  font-family: KozGoPr6N-Bold;
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  .sec-flow .sec-body .list .step-tit .item-tit {
    font-size: clamp(16px, 1.5625vw + 11px, 21px);
  }
}
.sec-flow .sec-body .list .step-tit .arrow {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 15px;
  height: 15px;
  background: url(../assets/img/disposal/img07.svg) no-repeat center/contain;
  margin-left: 30px;
}
.sec-flow .sec-body .list .step-detail {
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition: grid-template-rows 0.45s ease;
  transition: grid-template-rows 0.45s ease;
  transition: grid-template-rows 0.45s ease, -ms-grid-rows 0.45s ease;
}
.sec-flow .sec-body .list .step-detail .desc {
  min-height: 0;
  overflow: hidden;
  padding: 0 20px;
}
.sec-flow .sec-body .list .step-detail .desc p {
  margin: 0;
  padding: 30px 10px;
  background-image: repeating-linear-gradient(to right, #bcbcbc 0, #bcbcbc 3px, transparent 3px, transparent 6px);
  background-size: 100% 1px;
  background-repeat: no-repeat;
  background-position: left top;
  font-size: 16px;
  line-height: 1.625;
  font-family: KozGoPr6N-Medium;
  font-weight: 500;
}
@media only screen and (max-width: 1280px) {
  .sec-flow .sec-body .list .step-detail .desc p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 640px) {
  .sec-flow .sec-body .list .step-detail .desc p {
    font-size: clamp(13px, 1.5625vw + 8px, 18px);
  }
}

.sec-price .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 120px;
}
.sec-price .sec-head .sec-title,
.sec-price .sec-head .catch {
  margin-bottom: 40px;
}
.sec-price .sec-body {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 55px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sec-price .sec-body .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 8px;
}
@media only screen and (max-width: 1023px) {
  .sec-price .sec-body .list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 640px) {
  .sec-price .sec-body .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.sec-price .sec-body .list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 13px 16px 16px;
  gap: 8px;
  background-color: #f89927;
  border-radius: 50px;
  font-size: 18px;
  color: #fff;
  font-family: KozGoPr6N-Bold;
  font-weight: bold;
}
@media only screen and (max-width: 1280px) {
  .sec-price .sec-body .list .item {
    font-size: 14px;
  }
}
@media only screen and (max-width: 640px) {
  .sec-price .sec-body .list .item .icon {
    width: clamp(15px, 4.6875vw, 30px);
    aspect-ratio: 1/1;
  }
  .sec-price .sec-body .list .item .icon img {
    width: 100%;
    height: auto;
  }
  .sec-price .sec-body .list .item {
    font-size: clamp(13px, 2.5vw + 5px, 21px);
  }
}
.sec-price .sec-body .list .item.long {
  letter-spacing: -0.04em;
}
.sec-price .sec-body .morebtn {
  max-width: 285px;
  width: 100%;
  height: 50px;
  background-color: #3394e8;
  border-radius: 50px;
}
@media only screen and (max-width: 640px) {
  .sec-price .sec-body .morebtn {
    height: auto;
    max-width: none;
  }
}
.sec-price .sec-body .morebtn a {
  border-radius: 50px;
  height: 100%;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sec-price .sec-body .morebtn .link-text {
  font-family: KozGoPr6N-Bold;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
}
@media only screen and (max-width: 640px) {
  .sec-price .sec-body .morebtn .link-text {
    text-align: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: clamp(16px, 1.5625vw + 11px, 21px);
  }
}
.sec-price .sec-body .morebtn .arrow {
  width: 13px;
  height: 13px;
  background: url(../assets/img/disposal/img06.svg) no-repeat center/contain;
}

.sec-example .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 97px;
}
.sec-example .sec-body {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
}
.sec-example .sec-body .blog-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px;
}
@media only screen and (max-width: 1023px) {
  .sec-example .sec-body .blog-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 640px) {
  .sec-example .sec-body .blog-list {
    gap: 10px;
  }
}
.sec-example .sec-body .blog-list .blog-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
}
@media screen and (min-width: 1024px) {
  .sec-example .sec-body .blog-list .blog-item:nth-child(n+4) {
    display: none;
  }
}
.sec-example .sec-body .blog-list .blog-item .thumb {
  aspect-ratio: 330/200;
  display: block;
}
.sec-example .sec-body .blog-list .blog-item .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-example .sec-body .blog-list .blog-item .meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 640px) {
  .sec-example .sec-body .blog-list .blog-item .meta {
    gap: 5px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.sec-example .sec-body .blog-list .blog-item .meta .date {
  font-size: 12px;
  font-family: KozGoPr6N-Regular;
  font-weight: 400;
  color: #b3b4b4;
}
.sec-example .sec-body .blog-list .blog-item .meta .category {
  font-size: 8px;
  font-family: KozGoPr6N-Regular;
  font-weight: 400;
  color: #fff;
  padding: 5px 30px;
  background-color: #ff9c00;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 640px) {
  .sec-example .sec-body .blog-list .blog-item .meta .category {
    padding: 5px;
  }
}
.sec-example .sec-body .blog-list .blog-item .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.sec-example .sec-body .blog-list .blog-item .txt .blog-title {
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.1em;
  font-family: KozGoPr6N-Medium;
  font-weight: 500;
}
@media only screen and (max-width: 640px) {
  .sec-example .sec-body .blog-list .blog-item .txt .blog-title {
    font-size: clamp(14px, 0.625vw + 12px, 16px);
  }
}
.sec-example .sec-body .morebtn {
  max-width: 285px;
  width: 100%;
  height: 50px;
  background-color: #3394e8;
  border-radius: 50px;
}
@media only screen and (max-width: 640px) {
  .sec-example .sec-body .morebtn {
    height: auto;
    max-width: none;
  }
}
.sec-example .sec-body .morebtn a {
  border-radius: 50px;
  height: 100%;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sec-example .sec-body .morebtn .link-text {
  font-family: KozGoPr6N-Bold;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
}
@media only screen and (max-width: 640px) {
  .sec-example .sec-body .morebtn .link-text {
    text-align: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: clamp(16px, 1.5625vw + 11px, 21px);
  }
}
.sec-example .sec-body .morebtn .arrow {
  width: 13px;
  height: 13px;
  background: url(../assets/img/disposal/img06.svg) no-repeat center/contain;
}

.sec-faq .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
  padding-bottom: 60px;
}
.sec-faq .sec-head .sec-title {
  margin-bottom: 40px;
}
.sec-faq .sec-body {
  width: 100%;
}
.sec-faq .sec-body .faq-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-bottom: 45px;
}
@media only screen and (max-width: 640px) {
  .sec-faq .sec-body .faq-category {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.sec-faq .sec-body .faq-category .faq-category-btn {
  min-width: 150px;
  padding: 8px 30px;
  border: 2px solid #f89927;
  border-radius: 100px;
  background-color: transparent;
  color: #f89927;
  font-size: 14px;
  line-height: 1;
  font-family: KozGoPr6N-Bold;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media only screen and (max-width: 640px) {
  .sec-faq .sec-body .faq-category .faq-category-btn {
    min-width: auto;
  }
  .sec-faq .sec-body .faq-category .faq-category-btn:nth-child(1) {
    width: 40%;
    margin: 0 auto;
    grid-column: 1/3;
  }
}
.sec-faq .sec-body .faq-category .faq-category-btn.is-active {
  background-color: #f89927;
  color: #fff;
}
.sec-faq .sec-body .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 20px;
}
@media only screen and (max-width: 1023px) {
  .sec-faq .sec-body .list {
    grid-template-columns: 1fr;
  }
}
.sec-faq .sec-body .list .item {
  background-color: #fff;
  border-radius: 15px;
}
.sec-faq .sec-body .list .item.is-hidden {
  display: none;
}
.sec-faq .sec-body .list .item .item-tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 35px 20px;
  cursor: pointer;
}
@media only screen and (max-width: 640px) {
  .sec-faq .sec-body .list .item .item-tit {
    padding: 20px 10px;
  }
}
.sec-faq .sec-body .list .item .item-tit .icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (max-width: 640px) {
  .sec-faq .sec-body .list .item .item-tit .icon {
    width: clamp(25px, 7.8125vw, 50px);
    height: auto;
  }
  .sec-faq .sec-body .list .item .item-tit .icon img {
    width: 100%;
    height: auto;
  }
}
.sec-faq .sec-body .list .item .item-tit .icon img {
  display: block;
}
.sec-faq .sec-body .list .item .item-tit .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  font-size: 18px;
  line-height: 1.6666666667;
  color: #f89927;
  font-family: KozGoPr6N-Bold;
  font-weight: bold;
}
@media only screen and (max-width: 1280px) {
  .sec-faq .sec-body .list .item .item-tit .txt {
    font-size: 16px;
  }
}
@media only screen and (max-width: 640px) {
  .sec-faq .sec-body .list .item .item-tit .txt {
    font-size: clamp(16px, 1.5625vw + 11px, 21px);
  }
}
.sec-faq .sec-body .list .item .item-tit .arrow {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 15px;
  height: 15px;
  margin-left: 30px;
  background: url(../assets/img/disposal/img07.svg) no-repeat center/contain;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media only screen and (max-width: 640px) {
  .sec-faq .sec-body .list .item .item-tit .arrow {
    margin: 0;
  }
}
.sec-faq .sec-body .list .item .item-detail {
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition: grid-template-rows 0.4s ease;
  transition: grid-template-rows 0.4s ease;
  transition: grid-template-rows 0.4s ease, -ms-grid-rows 0.4s ease;
}
.sec-faq .sec-body .list .item .item-detail .desc {
  min-height: 0;
  overflow: hidden;
  padding: 0 20px;
}
.sec-faq .sec-body .list .item .item-detail .desc p {
  margin: 0;
  padding: 35px 10px;
  background-image: repeating-linear-gradient(to right, #bcbcbc 0, #bcbcbc 3px, transparent 3px, transparent 6px);
  background-size: 100% 1px;
  background-repeat: no-repeat;
  background-position: left top;
  font-size: 16px;
  line-height: 1.625;
  font-family: KozGoPr6N-Medium;
  font-weight: 500;
}
@media only screen and (max-width: 1280px) {
  .sec-faq .sec-body .list .item .item-detail .desc p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 640px) {
  .sec-faq .sec-body .list .item .item-detail .desc p {
    font-size: clamp(13px, 1.5625vw + 8px, 18px);
    padding: 20px 10px;
  }
}
.sec-faq .sec-body .list .item.is-open .item-detail {
  grid-template-rows: 1fr;
}
.sec-faq .sec-body .list .item.is-open .item-tit .arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.cta {
  background: url(../assets/img/disposal/cta.png) no-repeat center/cover;
}
.cta .inner {
  padding: 70px 0 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
.cta .catch,
.cta p {
  color: #fff;
}
.cta .sec-head .sec-title {
  margin-bottom: 40px;
}
.cta .sec-head .sec-title::after {
  background-image: radial-gradient(circle, #fff 0 3.5px, transparent 3.5px);
}
.cta .sec-head .catch {
  margin-bottom: 20px;
}
.cta .btnarea {
  display: grid;
  grid-template-columns: repeat(3, 319px);
  gap: 8px;
}
@media only screen and (max-width: 1023px) {
  .cta .btnarea {
    grid-template-columns: 1fr;
    width: 100%;
  }
}
.cta .btnarea a {
  border: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50px;
  font-size: 16px;
  color: #fff;
  font-family: KozGoPr6N-Bold;
  font-weight: bold;
  letter-spacing: 0.16em;
  padding: 16px;
}
@media only screen and (max-width: 640px) {
  .cta .btnarea a {
    height: auto;
    font-size: clamp(16px, 1.5625vw + 11px, 21px);
  }
}
.cta .btnarea a p {
  font-family: KozGoPr6N-Bold;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
}
@media only screen and (max-width: 1023px) {
  .cta .btnarea a p {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
  }
}
@media only screen and (max-width: 640px) {
  .cta .btnarea a p {
    font-size: clamp(16px, 1.5625vw + 11px, 21px);
  }
}
.cta .btnarea a .arrow {
  width: 13px;
  height: 13px;
  background: url(../assets/img/disposal/img06.svg) no-repeat center/contain;
}

br.pc-hidden {
  display: none;
}
@media only screen and (max-width: 640px) {
  br.pc-hidden {
    display: block;
  }
  br.sp-hidden {
    display: none;
  }
}

.w1080 {
  max-width: 1080px;
  width: 90%;
  margin: 0 auto;
}

.desc p {
  font-size: 16px;
  line-height: 1.875;
  font-weight: 500;
}
@media only screen and (max-width: 640px) {
  .desc p {
    font-size: clamp(13px, 1.5625vw + 8px, 18px);
  }
}/*# sourceMappingURL=disposal.css.map */