.section-subtitle {
  display: flex;
  gap: 1em;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .section-subtitle {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.section-subtitle__en {
  height: 38px;
  width: auto !important;
}
@media screen and (max-width: 768px) {
  .section-subtitle__en {
    height: 24px;
  }
}
.section-subtitle__jp {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .section-subtitle__jp {
    font-size: 14px;
  }
}

.top__area {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.top__inner {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
  padding-top: 220px;
}
@media screen and (max-width: 768px) {
  .top__inner {
    padding-top: 100px;
  }
}
.top__inner::after {
  content: "";
  position: absolute;
  z-index: -1;
  background: url(../../images/service/bg_circle01.png) center/cover, no-repeat;
  background-repeat: no-repeat;
  width: 67.2vw;
  height: auto;
  aspect-ratio: 1008/939;
  top: -15.8vw;
  right: -17.2666666667vw;
}
.top__lead {
  font-size: 30px;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .top__lead {
    font-size: 20px;
  }
}

.service-flow {
  margin-top: 50px;
  display: flex;
  gap: 80px;
  flex-shrink: 0;
  overflow-x: scroll;
}
@media screen and (max-width: 768px) {
  .service-flow {
    margin-top: 25px;
  }
}
.service-flow__card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.service-flow__card--reguler {
  max-width: 440px;
}
.service-flow__card--small {
  max-width: 230px;
  height: 100%;
}
.service-flow__card--1::after, .service-flow__card--1::before, .service-flow__card--2::after, .service-flow__card--2::before, .service-flow__card--3::after, .service-flow__card--3::before, .service-flow__card--4::after, .service-flow__card--4::before {
  content: "";
  position: absolute;
  background: url(../../images/service/icon_flow-arrow02.png) center/cover, no-repeat;
  width: 66px;
  height: auto;
  aspect-ratio: 66/45;
  translate: 50% 0;
}
.service-flow__card--1::after {
  top: 50%;
  right: -40px;
}
.service-flow__card--2::after {
  top: 0;
  right: -40px;
  rotate: -45deg;
}
.service-flow__card--3::after {
  top: 40%;
  right: -40px;
  rotate: -45deg;
}
.service-flow__card--3::before {
  top: 55%;
  right: -40px;
}
.service-flow__card:nth-child(2n) {
  margin-top: 22px;
}
.service-flow__head {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--c_blue);
  padding: 1rem;
  text-align: center;
  gap: 20px;
  width: 100%;
  border-radius: 6px 6px 0 0;
  overflow: hidden;
  transition: opacity 0.7s;
}
@media (hover) {
  .service-flow__head:hover .service-flow__arrow {
    translate: 0 2px;
  }
}
@media screen and (max-width: 768px) {
  .service-flow__head {
    gap: 10px;
  }
}
.service-flow__title {
  font-size: 22px;
  font-weight: 700;
  color: var(--c_white);
}
@media screen and (max-width: 768px) {
  .service-flow__title {
    font-size: 18px;
  }
}
.service-flow__arrow {
  width: 25px;
  height: auto;
  aspect-ratio: 1/1;
  position: relative;
  border-radius: 50%;
  border: 2px solid var(--c_white);
  display: grid;
  place-items: center;
  transition: translate 0.3s;
}
.service-flow__arrow::after {
  content: "";
  display: inline-block;
  border-bottom: 2px solid var(--c_white);
  border-right: 2px solid var(--c_white);
  width: 8px;
  height: auto;
  aspect-ratio: 1/1;
  rotate: 45deg;
  translate: 0 -25%;
}
.service-flow__end {
  width: 100%;
  height: auto;
  aspect-ratio: 170/120;
  background: #e1ebe8;
  border-radius: 3px;
  border: 1px solid #dddddd;
  display: grid;
  place-items: center;
  font-size: 22px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .service-flow__end {
    font-size: 18px;
  }
}
.service-flow__content {
  padding: 10px 30px 17px;
  display: flex;
  gap: 40px;
  border-radius: 0 0 6px 6px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .service-flow__content {
    padding: 10px 20px 10px;
  }
}
.service-flow__content--col {
  flex-direction: column;
  height: 100%;
  background: none;
}
.service-flow__content--grey {
  background: #f1f5f4;
}
.service-flow__content--end {
  padding: 0;
  margin-top: 100px;
  height: auto;
}
.service-flow__item {
  width: 170px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .service-flow__item {
    width: 140px;
  }
}
@media screen and (max-width: 768px) and (max-width: 600px) {
  .service-flow__item {
    width: 125px;
  }
}
.service-flow__item--col {
  position: relative;
}
.service-flow__item--col::after {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: -20px;
  right: 50%;
  background: url(../../images/service/icon_flow-arrow.png) center/contain, no-repeat;
  background-repeat: no-repeat;
  width: 19px;
  height: auto;
  aspect-ratio: 1/1;
  rotate: 90deg;
  translate: 0 50%;
}
.service-flow__item:first-child .service-flow__img::after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 50%;
  right: -20px;
  background: url(../../images/service/icon_flow-arrow.png) center/cover, no-repeat;
  width: 19px;
  height: auto;
  aspect-ratio: 1/1;
  translate: 50% 0;
}
.service-flow__text {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .service-flow__text {
    font-size: 14px;
  }
}
.service-flow__img {
  position: relative;
}
.service-flow__img img {
  overflow: hidden;
  border-radius: 3px;
}
.service-flow__img--col {
  border-radius: 3px;
  overflow: hidden;
}
.service-flow__img--col img {
  overflow: hidden;
  border-radius: 3px;
}
.service-flow__col:last-child .service-flow__content {
  padding: 0;
  background: none;
  justify-content: center;
}

.service-list__area {
  position: relative;
  z-index: 0;
  overflow: hidden;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .service-list__area {
    margin-top: 50px;
  }
}
.service-list__area::after {
  content: "";
  position: absolute;
  z-index: -1;
  background: url(../../images/service/bg_circle02.png) center/cover, no-repeat;
  background-repeat: no-repeat;
  width: 82.6666666667vw;
  height: auto;
  aspect-ratio: 1240/1215;
  top: 3.6666666667vw;
  left: -12.8666666667vw;
}
.service-list__inner {
  max-width: 1100px;
  margin-inline: auto;
  width: 90%;
}
.service-list__top {
  position: relative;
  background: #e1ebe8;
  overflow: hidden;
  border-radius: 6px;
  display: flex;
  align-items: center;
  transition: opacity 0.3s;
  cursor: pointer;
}
@media (hover) {
  .service-list__top:hover {
    opacity: 0.7;
  }
  .service-list__top:hover .toggle-btn__icon:not(:is(.is-active)) {
    translate: 0 2px;
  }
}
@media screen and (max-width: 767px) {
  .service-list__top {
    flex-direction: column;
  }
}
.service-list__top::after {
  content: "";
  position: absolute;
  right: 0;
  display: block;
  width: 50%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .service-list__top::after {
    width: 100%;
    height: 150px;
  }
}
.service-list__top--1::after {
  background: url(../../images/service/img_service1_thumb.jpg) center/cover, no-repeat;
}
.service-list__top--2::after {
  background: url(../../images/service/img_service2_thumb.jpg) center/cover, no-repeat;
}
.service-list__top--3::after {
  background: url(../../images/service/img_service3_thumb.jpg) center/cover, no-repeat;
}
.service-list__head {
  position: relative;
  padding-block: 70px 10px;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .service-list__head {
    width: 100%;
    padding-top: 150px;
  }
}
.service-list__index {
  color: var(--c_white);
  font-size: 42px;
  font-weight: 900;
  position: absolute;
  top: -11px;
  left: -3px;
}
@media screen and (max-width: 767px) {
  .service-list__index {
    position: static;
    width: 100%;
    text-align: left;
    font-size: 30px;
    margin-top: -7px;
  }
}
.service-list__title {
  font-size: 40px;
  line-height: 1.15;
  letter-spacing: 0em;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .service-list__title {
    width: 100%;
    text-align: left;
    padding-left: 5%;
    font-size: 28px;
    margin-top: 15px;
  }
}
.service-list__thumb {
  position: relative;
  width: 50%;
  height: 100%;
}

.detail {
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  height: 0;
  transition: opacity 0.3s, visibility 0.3s, height 0.3s, padding 0.3s;
  padding-block: 50px;
}
@media screen and (max-width: 767px) {
  .detail {
    padding-block: 25px;
  }
}
.detail.is-open {
  opacity: 1;
  visibility: visible;
  height: auto;
}
.detail__content {
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .detail__content {
    flex-direction: column;
    gap: 30px;
  }
}
.detail__left {
  width: calc(50% - 60px);
}
@media screen and (max-width: 767px) {
  .detail__left {
    width: 100%;
  }
}
.detail__right {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .detail__right {
    width: 100%;
  }
}
.detail__disc {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .detail__disc {
    font-size: 14px;
  }
}
.detail__case {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .detail__case {
    font-size: 18px;
  }
}
.detail__case-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .detail__case-list {
    margin-top: 10px;
  }
}
.detail__case-list--2 {
  gap: 30px;
}
.detail__case-img--before {
  position: relative;
  z-index: 0;
}
.detail__case-img--before::after {
  content: "";
  position: absolute;
  z-index: 1;
  display: inline-block;
  top: 50%;
  right: -15px;
  background: url(../../images/service/icon_flow-arrow.png) center/cover, no-repeat;
  width: 19px;
  height: auto;
  aspect-ratio: 1/1;
  translate: 50% 0;
}
.detail__case-item--img {
  cursor: pointer;
  transition: opacity 0.3s;
}
@media (hover) {
  .detail__case-item--img:hover {
    opacity: 0.7;
  }
}
.detail__case-item img {
  border-radius: 6px;
  overflow: hidden;
}
.detail__case-item video {
  border-radius: 6px;
  overflow: hidden;
  width: 100%;
  height: auto;
  aspect-ratio: 1920/1080;
}
.detail__case-caption {
  margin-top: 0.5em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .detail__case-caption {
    font-size: 14px;
  }
}

.needs__head {
  font-size: 20px;
  font-weight: 700;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .needs__head {
    font-size: 18px;
    margin-top: 20px;
  }
}
.needs__list {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 400px;
}
.needs__item {
  background: #f1f5f4;
  border-radius: 6px;
  overflow: hidden;
  padding: 10px 13px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .needs__item {
    font-size: 14px;
  }
}
.needs__btn-wrapper {
  margin-top: 40px;
  display: flex;
  gap: 10px 20px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .needs__btn-wrapper {
    margin-top: 20px;
    width: 100%;
  }
}
.needs__btn {
  position: relative;
  z-index: 0;
  background: var(--c_blue);
  color: var(--c_white);
  border-radius: 4px;
  overflow: hidden;
  padding: 10px 18px;
  max-width: 178px;
  width: 100%;
}
@media (hover) {
  .needs__btn:hover:after {
    translate: 0 2px;
  }
}
@media screen and (max-width: 768px) {
  .needs__btn {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) and (max-width: 767px) {
  .needs__btn {
    max-width: calc(50% - 10px);
    gap: 10px;
  }
}
.needs__btn::after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 18px;
  display: inline-block;
  width: 13px;
  height: auto;
  aspect-ratio: 1/1;
  border-right: 4px solid var(--c_white);
  border-bottom: 4px solid var(--c_white);
  rotate: 45deg;
  transition: translate 0.3s;
}

.toggle-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
.toggle-btn--top {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .toggle-btn--top {
    margin-top: 20px;
  }
}
.toggle-btn--bottom {
  margin-top: 40px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .toggle-btn--bottom {
    margin-top: 20px;
  }
}
.toggle-btn__text {
  color: var(--c_blue);
  font-weight: 700;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .toggle-btn__text {
    font-size: 14px;
  }
}
.toggle-btn__icon {
  position: relative;
  width: 16px;
  height: auto;
  aspect-ratio: 16/10;
  transition: translate 0.3s;
}
.toggle-btn__icon::after, .toggle-btn__icon::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 50%;
  top: 50%;
  left: 50%;
  height: 2px;
  background: var(--c_blue);
  border-radius: 2px;
  transition: width 0.3s, translate 0.3s;
  translate: -50% -50%;
}
.toggle-btn__icon::before {
  rotate: 25deg;
  transform-origin: center center;
  translate: -85% -38%;
}
.toggle-btn__icon::after {
  rotate: -25deg;
  transform-origin: center center;
  translate: -15% -38%;
}
.toggle-btn__icon.is-active::after, .toggle-btn__icon.is-active::before {
  width: 100%;
  translate: -50% -50%;
}
.equipment {
  position: relative;
  background: none;
  overflow: hidden;
  padding-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .equipment {
    padding-bottom: 100px;
  }
}
.equipment::after {
  content: "";
  position: absolute;
  z-index: -1;
  background: url(../../images/service/bg_circle03.png) center/cover, no-repeat;
  background-repeat: no-repeat;
  width: 123.0666666667vw;
  height: auto;
  aspect-ratio: 1846/1632;
  top: 57.3333333333vw;
  left: -3.0666666667vw;
}
.equipment__top {
  width: 100%;
}
.equipment__inner {
  width: 90%;
  max-width: 1100px;
  margin-inline: auto;
  margin-top: 150px;
}
@media screen and (max-width: 768px) {
  .equipment__inner {
    margin-top: 100px;
  }
}
.equipment__container {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .equipment__container {
    margin-top: 20px;
  }
}
.equipment__lead {
  font-size: 24px;
  line-height: 1.3333333333;
  letter-spacing: 0em;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .equipment__lead {
    font-size: 20px;
  }
}

.slide {
  display: flex;
}
@media screen and (max-width: 768px) {
  .slide {
    flex-direction: column;
  }
}
.slide:first-child {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .slide:first-child {
    margin-top: 15px;
  }
}
.slide:nth-child(n+1) {
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  .slide:nth-child(n+1) {
    margin-top: 45px;
  }
}
.slide__left {
  width: 17.72%;
  position: relative;
  min-width: 200px;
  padding-right: 35px;
}
@media screen and (max-width: 768px) {
  .slide__left {
    min-width: 130px;
    width: auto;
    padding-right: 20px;
    min-width: unset;
    width: 100%;
    padding-right: unset;
    padding-bottom: 20px;
  }
}
.slide__right {
  width: 82.28%;
  padding-inline: 50px;
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  width: 100vw;
  border-left: 1px solid var(--c_black);
}
@media screen and (max-width: 768px) {
  .slide__right {
    padding-inline: 0 60px;
    padding-top: 30px;
    border-left: none;
    border-top: 1px solid var(--c_black);
  }
}
@media screen and (max-width: 768px) and (max-width: 600px) {
  .slide__right {
    padding-inline: 0 35px;
  }
}
.slide__title {
  font-size: 26px;
  line-height: 1.3846153846;
  letter-spacing: 0em;
  font-weight: 700;
  margin-top: 38px;
}
@media screen and (max-width: 768px) {
  .slide__title {
    font-size: 18px;
    margin-top: 1em;
    margin-top: 0;
    width: 100%;
    font-size: 24px;
  }
}
.slide__img {
  border-radius: 6px;
  overflow: hidden;
}
.slide__name {
  font-size: 24px;
  line-height: 1.3333333333;
  letter-spacing: 0em;
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  .slide__name {
    font-size: 20px;
  }
}
.slide__disc {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.05em;
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  .slide__disc {
    font-size: 14px;
  }
}
.slide__vehicle-list {
  display: grid;
  margin-top: 20px;
}
.slide__vehicle-item {
  display: grid;
  grid-template-columns: auto 1fr;
  justify-items: flex-end;
  padding: 1em 10px;
  border-top: 1px solid var(--c_line);
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .slide__vehicle-item {
    font-size: 12px;
    text-align: left;
  }
}
.slide__vehicle-item:last-child {
  border-bottom: 1px solid var(--c_line);
}
.slide__vehicle-item span {
  margin-left: 1em;
}
@media screen and (max-width: 768px) {
  .slide__vehicle-item span {
    margin-left: 0;
  }
}
.slide__item {
  width: 360px;
}
@media screen and (max-width: 1024px) {
  .slide__item {
    width: 320px;
  }
}

.swiper-controller {
  display: flex;
  gap: 10px;
}
.swiper-button-prev, .swiper-button-next {
  position: static;
  display: inline-block;
  background: var(--c_blue);
  width: 40px;
  aspect-ratio: 1/1;
  border-radius: 3px;
  overflow: hidden;
  margin-top: 20px;
  transition: background 0.3s;
  border: 2px solid var(--c_blue);
}
@media (hover) {
  .swiper-button-prev:hover, .swiper-button-next:hover {
    background: var(--c_white);
  }
  .swiper-button-prev:hover::after, .swiper-button-next:hover::after {
    border-right: 4px solid var(--c_blue);
    border-bottom: 4px solid var(--c_blue);
  }
}
.swiper-button-prev::after, .swiper-button-next::after {
  content: "";
  width: 16px;
  height: auto;
  aspect-ratio: 1/1;
  top: 50%;
  translate: -50% -50%;
  display: inline-block;
  position: relative;
  transform-origin: center center;
  border-right: 4px solid var(--c_white);
  border-bottom: 4px solid var(--c_white);
  transition: border 0.3s;
}
.swiper-button-prev::after {
  left: 60%;
  rotate: 135deg;
}
.swiper-button-next::after {
  left: 40%;
  rotate: -45deg;
}
.swiper-controller {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .swiper-controller {
    display: none;
  }
}

.waste {
  position: relative;
  overflow: hidden;
}
.waste::after {
  content: "";
  position: absolute;
  z-index: -1;
  background: url(../../images/service/bg_circle02.png) center/cover, no-repeat;
  background-repeat: no-repeat;
  width: 155.1333333333vw;
  height: auto;
  aspect-ratio: 2327/2074;
  top: 83.1333333333vw;
  left: -18.7333333333vw;
}
.waste__inner {
  max-width: 1100px;
  width: 90%;
  margin: 150px auto 0;
}
@media screen and (max-width: 768px) {
  .waste__inner {
    margin-top: 70px;
  }
}
.waste__container {
  margin-top: 40px;
}
.waste__content {
  display: flex;
  gap: 85px;
  gap: 7.7272727273%;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .waste__content {
    flex-direction: column;
    gap: 0;
  }
}
.waste__text-box {
  width: 59.0909090909%;
  width: 650px;
}
@media screen and (max-width: 768px) {
  .waste__text-box {
    order: 1;
    width: 100%;
  }
}
.waste__image {
  width: calc(100% - 580px);
  width: 54.5454545455%;
  width: calc(100% - 59.0909090909%);
  margin-top: 62px;
}
@media screen and (max-width: 768px) {
  .waste__image {
    width: 100%;
    max-width: 350px;
    margin: 30px auto 0;
  }
}
.waste__lead {
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .waste__lead {
    font-size: 20px;
  }
}
.waste__term {
  font-weight: 900;
  font-size: 26px;
  line-height: 1.3846153846;
  letter-spacing: 0em;
}
@media screen and (max-width: 768px) {
  .waste__term {
    font-size: 20px;
  }
}
.waste__construct {
  display: flex;
  align-items: flex-start;
  gap: 75px;
  gap: 15.4639175258%;
  margin-top: 45px;
  max-width: 485px;
  width: 100%;
}
@media screen and (max-width: 920px) {
  .waste__construct {
    flex-direction: column;
    gap: 10px;
  }
}
.waste__construct-disc {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .waste__construct-disc {
    font-size: 14px;
  }
}
.waste__products {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .waste__products {
    margin-top: 25px;
  }
}
.waste__explain {
  background: #f1f5f4;
  border-radius: 6px;
  padding: 50px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .waste__explain {
    padding: 25px;
    margin-top: 20px;
  }
}
.waste__explain-head {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .waste__explain-head {
    font-size: 18px;
  }
}
.waste__explain-head--small {
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .waste__explain-head--small {
    font-size: 12px;
  }
}
.waste__explain-list {
  display: flex;
  flex-direction: column;
  margin-top: 1em;
}
.waste__explain-item {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.02em;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  .waste__explain-item {
    font-size: 14px;
  }
}
.waste__sub-unit {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .waste__sub-unit {
    margin-top: 30px;
  }
}
.waste__sub-unit:nth-of-type(2n + 1) {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .waste__sub-unit:nth-of-type(2n + 1) {
    margin-top: 30px;
  }
}
.waste__sub-list:first-of-type {
  margin-top: 28px;
}
@media screen and (max-width: 768px) {
  .waste__sub-list:first-of-type {
    margin-top: 20px;
  }
}
.waste__sub-list:last-of-type .waste__sub-item {
  border-bottom: 1px solid var(--c_line);
}
.waste__sub-item {
  padding-block: 30px;
  border-top: 1px solid var(--c_line);
}
@media screen and (max-width: 768px) {
  .waste__sub-item {
    padding-block: 20px;
  }
}
.waste__sub-head {
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .waste__sub-head {
    font-size: 16px;
  }
}
.waste__min-list {
  display: flex;
  flex-flow: row wrap;
  margin-top: 1em;
  gap: 1em;
}
@media screen and (max-width: 768px) {
  .waste__min-list {
    font-size: 14px;
  }
}
.waste__area-block {
  display: flex;
  gap: 90px;
  margin-top: 38px;
}
@media screen and (max-width: 768px) {
  .waste__area-block {
    flex-direction: column;
    gap: 20px;
    margin-top: 25px;
  }
}
.waste__area-list {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
  gap: 1lh;
}
@media screen and (max-width: 768px) {
  .waste__area-list {
    gap: 20px;
  }
}
.waste__area-item {
  line-height: 1;
}
.waste__deliver {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .waste__deliver {
    margin-top: 50px;
  }
}
.waste__deliver-img {
  margin-top: 165px;
}
@media screen and (max-width: 768px) {
  .waste__deliver-img {
    max-width: 350px;
    margin: 50px auto;
  }
}
.waste__button img {
  width: 23px;
  margin-right: 15px;
  vertical-align: sub;
}

.btn {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .btn {
    margin-top: 15px;
  }
}
.btn a {
  background: url(../../images/deliver/licensed_customer/icn_pdf.svg) no-repeat left 20px center #102399;
  background-size: 23px;
  max-width: 364px;
  margin-left: 0;
  min-height: 63px;
  height: 100%;
}
.btn a p {
  line-height: 1.3;
  margin-top: 0;
}

.manifest {
  max-width: 1100px;
  width: 100%;
  margin: 180px auto 190px;
  background: #f1f5f4;
  border-radius: 6px;
  padding-block: 60px;
}
@media screen and (max-width: 768px) {
  .manifest {
    margin-block: 90px;
    padding: 30px 5%;
  }
}
.manifest__container {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 100px;
}
@media screen and (max-width: 768px) {
  .manifest__container {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
}
.manifest__icon {
  width: 55px;
}
.manifest__head {
  font-size: 26px;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .manifest__head {
    font-size: 20px;
    text-align: center;
  }
}
.manifest__lead {
  font-size: 18px;
  line-height: 1.5555555556;
  letter-spacing: 0.05em;
  margin-top: 28px;
}
@media screen and (max-width: 768px) {
  .manifest__lead {
    font-size: 16px;
    margin-top: 1em;
  }
}
.manifest__text {
  font-size: 18px;
  line-height: 1.5555555556;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .manifest__text {
    font-size: 16px;
  }
}
.manifest__content {
  margin-top: 28px;
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 900px) {
  .manifest__content {
    margin-top: 15px;
    gap: 20px;
    flex-direction: column;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 10px 5px;
  }
}
.manifest__item {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
@media screen and (max-width: 900px) {
  .manifest__item {
    flex-direction: column;
    display: grid;
    grid-template-columns: subgrid;
    grid-column: span 2;
  }
}
.manifest__term {
  border-radius: 6px;
  background: var(--c_white);
  padding: 5px 10px;
  border: 1px solid #e1ebe8;
  width: -moz-fit-content;
  width: fit-content;
}
.manifest__note {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.05em;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .manifest__note {
    margin-top: 1em;
    font-size: 14px;
  }
}

.video-btn {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: opacity 0.3s;
}

.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
}

.modal__inner {
  position: relative;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 90%;
  max-width: 1024px;
}

.modal video {
  width: 100%;
  height: auto;
}

.video-wrap.is-active .video-btn {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}

.close {
  position: absolute;
  z-index: calc(infinity);
  top: -18px;
  right: -50px;
  font-size: 50px;
  color: #fff;
  cursor: pointer;
  transition: opacity 0.3s;
  opacity: 0.7;
}
@media (hover) {
  .close:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 900px) {
  .close {
    top: -40px;
    right: -10px;
    font-size: 35px;
  }
}

html.is-modal-open,
body.is-modal-open {
  overflow: hidden;
}
/*# sourceMappingURL=style.css.map */
