@charset "UTF-8";
/*
----------------------------------------
サービス
----------------------------------------
*/
#service .contents {
  background: #f5f5f5;
}

.service {
  padding-top: 64px;
  counter-reset: num 0;
  overflow: hidden;
}
.service .c-button {
  margin-left: 4px;
}
@media screen and (max-width: 750px) {
  .service .c-button {
    margin: 0 auto;
  }
}

.service-content {
  width: 100%;
  min-height: 460px;
  display: flex;
  position: relative;
  margin-bottom: 81px;
}
.service-content:last-of-type {
  margin-bottom: 11px;
}
.service-content__pic {
  width: 54%;
  max-width: 880px;
  position: absolute;
  top: -20px;
  z-index: 1;
  padding-top: 450px;
}
.service-content__pic img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.service-content__box {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
  padding: 0 50px 0 77px;
  position: relative;
}
.service-content__desc {
  position: relative;
  width: 46%;
  max-width: 483px;
  margin-bottom: 6px;
}
.service-content__heading {
  margin-bottom: 20px;
}
.service-content__heading::before {
  counter-increment: num 1;
  content: counter(num, decimal-leading-zero);
  position: absolute;
  top: -137px;
  font: 700 100px "Inter", sans-serif;
  letter-spacing: 0.02em;
  color: #36b02b;
}
.service-content__heading span {
  display: block;
}
.service-content__heading .en {
  margin: 0 0 3px 3px;
  font: 700 18px "Lato", sans-serif;
  letter-spacing: 0.08em;
  color: #36b02b;
}
.service-content__heading .jp {
  font-size: 48px;
  font-weight: 700;
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
  line-height: 1.4166666667;
}
.service-content__content {
  margin-bottom: 28px;
  font-size: 18px;
  font-feature-settings: "palt";
  line-height: 2;
  letter-spacing: 0.06em;
}
@media (max-width: 1200px) {
  .service-content__box {
    padding: 0 40px 0;
  }
  .service-content__heading {
    margin-bottom: 10px;
  }
  .service-content__heading .jp {
    font-size: 30px;
    line-height: 1.4166666667;
  }
}
@media screen and (max-width: 750px) {
  .service-content {
    min-height: 418px;
    margin-bottom: 70px;
  }
  .service-content__pic {
    width: 100%;
    max-width: calc(100% - 20px);
    padding-top: calc((100% - 20px) * 0.5112676056);
    top: -40px;
  }
  .service-content__box {
    padding: calc((100% - 47px) * 0.5112676056) 20px 30px;
  }
  .service-content__desc {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
  }
  .service-content__heading {
    margin-bottom: 10px;
    position: relative;
  }
  .service-content__heading .en {
    margin-left: 0;
    font-size: 14px;
  }
  .service-content__heading .jp {
    font-size: 24px;
    line-height: 1.4166666667;
  }
  .service-content__heading::before {
    font-size: 60px;
    top: -9px;
  }
  .service-content__content {
    margin-bottom: 18px;
    font-size: 16px;
    line-height: 1.8125;
  }
}

.service-content--left .service-content__pic {
  -webkit-clip-path: polygon(0 0, 100% 0, 86.3% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 86.3% 100%, 0% 100%);
  left: 0;
}
.service-content--left .service-content__box {
  justify-content: flex-end;
}
.service-content--left .service-content__box .service-content__heading::before {
  right: -26px;
}
@media screen and (max-width: 750px) {
  .service-content--left .service-content__box {
    justify-content: flex-start;
  }
  .service-content--left .service-content__box .service-content__heading::before {
    right: -10px;
  }
}

.service-content--right .service-content__pic {
  -webkit-clip-path: polygon(13.7% 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(13.7% 0, 100% 0, 100% 100%, 0% 100%);
  right: 0;
}
.service-content--right .service-content__box {
  justify-content: flex-start;
}
.service-content--right .service-content__box .service-content__heading::before {
  left: -42px;
}
@media screen and (max-width: 750px) {
  .service-content--right .service-content__box .service-content__heading::before {
    left: auto;
    right: -11px;
    top: -12px;
  }
}

.service-bottom {
  margin-right: 28px;
  font: 700 140px "Inter", sans-serif;
  font-style: oblique;
  color: #fff;
  text-align: center;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
  transform: translateY(0.0909090909em);
}
.service-bottom span {
  font-weight: 400;
}
@media (max-width: 1200px) {
  .service-bottom {
    font-size: 8.2353vw;
  }
}
@media screen and (max-width: 750px) {
  .service-bottom {
    margin: 0 auto;
    padding-right: 5px;
    font-size: 40px;
    letter-spacing: 0.03em;
  }
}

/*
----------------------------------------
サービス下層ページ共通
----------------------------------------
*/
.service-intro {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  margin-bottom: 72px;
}
.service-intro__content {
  width: 50%;
}
.service-intro__content--left {
  max-width: 620px;
  padding-left: 20px;
}
.service-intro__content--right {
  padding-top: 13px;
  padding-left: 30px;
}
.service-intro__content--right img {
  image-rendering: -webkit-optimize-contrast;
}
.service-intro__ttl {
  margin-bottom: 18px;
  font-size: 46px;
  font-weight: 700;
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
  line-height: 1.3913043478;
  font-style: italic;
  transform: translateX(-4px);
}
.service-intro__subttl {
  margin-bottom: 8px;
  padding-left: 2px;
  font-size: 18px;
  font-weight: 700;
  color: #36b02b;
  letter-spacing: 0.08em;
  font-style: italic;
  position: relative;
}
.service-intro__subttl::before {
  content: "";
  display: inline-block;
  width: calc(50vw - 600px - 15px);
  height: 1px;
  background: #36b02b;
  position: absolute;
  left: calc((50vw - 600px) * -1);
  top: 52%;
}
.service-intro__body {
  width: 100%;
  max-width: 560px;
}
.service-intro__txt {
  margin-bottom: 30px;
  font-size: 16px;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  line-height: 2.25;
  font-style: italic;
}
.service-intro__area {
  width: 100%;
  padding: 23px 10px 26px;
  background: #f7f7f7;
  position: relative;
  text-align: center;
}
.service-intro__area-ttl {
  text-align: center;
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
  position: absolute;
  top: -16px;
  left: 0;
}
.service-intro__area-ttl::before {
  content: "";
  width: 15px;
  height: 21px;
  display: inline-block;
  margin: 0 9px 0 0;
  background: url(../img/service/area-icon.png) center/cover no-repeat;
  transform: translateY(5px);
}
.service-intro__area-txt {
  display: inline;
  background: linear-gradient(to top, #ffeb00, #ffeb00 8px, rgba(255, 255, 255, 0) 8px, rgba(255, 255, 255, 0));
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.3;
}
.service-intro__area-txt span {
  font-size: 28px;
  color: #36b02b;
}
.service-intro__area-list {
  padding-top: 12px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.service-intro__area-item {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 90px;
  height: 30px;
  background: #36b02b;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #fff;
  border-radius: 9999px;
  margin: 0 4px 4px;
}
@media (max-width: 1250px) {
  .service-intro__ttl {
    font-size: 32px;
  }
  .service-intro__subttl::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 1px;
    background: #36b02b;
    position: absolute;
    left: -20px;
    top: 52%;
  }
}
@media screen and (max-width: 959px) {
  .service-intro__ttl {
    margin-bottom: 13px;
    font-size: 24px;
    letter-spacing: 0.04em;
  }
  .service-intro__subttl {
    margin-bottom: 4px;
    font-size: 16px;
    letter-spacing: 0.08em;
    padding-left: 0;
  }
  .service-intro__subttl::before {
    top: 49%;
  }
  .service-intro__txt {
    margin-bottom: 32px;
    line-height: 1.8125;
  }
  .service-intro__area-txt {
    background: linear-gradient(to top, #ffeb00, #ffeb00 5px, rgba(255, 255, 255, 0) 5px, rgba(255, 255, 255, 0));
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1.2;
    margin-left: 5px;
  }
  .service-intro__area-txt span {
    font-size: 20px;
  }
  .service-intro__area-ttl {
    top: -21px;
  }
  .service-intro__area-ttl::before {
    width: 14px;
    height: 19px;
    margin: 0 7px 0 2px;
    transform: translateY(4px);
  }
  .service-intro__area-list {
    padding-top: 10px;
  }
  .service-intro__area-item {
    font-size: 13.5px;
    min-width: 67.5px;
    height: 23px;
    margin: 0 3px 3px;
  }
}
@media screen and (max-width: 750px) {
  .service-intro {
    flex-direction: column-reverse;
    margin-bottom: 43px;
  }
  .service-intro__content {
    width: 100%;
  }
  .service-intro__content--left {
    max-width: 100%;
    padding-right: 20px;
  }
  .service-intro__content--right {
    padding: 0 0 13px;
  }
  .service-intro__body {
    max-width: 100%;
  }
  .service-intro__txt {
    padding-right: 0;
  }
}
@media screen and (max-width: 750px) and (min-width: 401px) {
  .service-intro__area-ttl {
    font-size: 20px;
  }
  .service-intro__area-ttl::before {
    width: 16px;
    height: 22px;
  }
  .service-intro__area-txt {
    font-size: 18px;
  }
  .service-intro__area-txt span {
    font-size: 22px;
  }
  .service-intro__area-item {
    font-size: 14.5px;
    min-width: 73.5px;
    height: 26px;
    margin: 0 4px 3px;
    padding-bottom: 2px;
  }
}

.service-reason {
  padding-top: 164px;
  padding-bottom: 32px;
}
.service-reason__ttl {
  margin-bottom: 47px;
}
.service-reason__ttl.c-ttl::before {
  top: -96px;
}
.service-reason__ttl.c-ttl .en-large {
  top: -85px;
}
.service-reason__ttl.c-ttl .en-small {
  margin-bottom: -12px;
}
.service-reason__content {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1200px) {
  .service-reason__ttl.c-ttl .en-large {
    top: -50px;
  }
}
@media screen and (max-width: 750px) {
  .service-reason {
    padding-top: 101px;
  }
  .service-reason__ttl.c-ttl::before {
    top: -74px;
  }
  .service-reason__ttl.c-ttl .en-large {
    top: -12px;
  }
  .service-reason__ttl.c-ttl .en-small {
    margin-bottom: 7px;
  }
}

.service-reason-box {
  width: calc((100% - 90px) / 3);
  margin-right: 45px;
  position: relative;
}
.service-reason-box:last-child {
  margin-right: 0;
}
.service-reason-box__pic {
  position: relative;
  width: 100%;
  padding-top: 66.7567567568%;
  overflow: hidden;
}
.service-reason-box__pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.service-reason-box__desc {
  transform: translateY(-30px);
}
.service-reason-box__head {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}
.service-reason-box__ttl {
  text-align: center;
  margin: 0 auto;
}
.service-reason-box__ttl span {
  padding: 2px 10px;
  font-size: 28px;
  font-weight: 700;
  font-style: italic;
  font-feature-settings: "palt";
  line-height: 1.7142857143;
  letter-spacing: 0.06em;
  color: #fff;
  background: #36b02b;
  white-space: nowrap;
}
.service-reason-box__txt {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1250px) and (min-width: 751px) {
  .service-reason-box__ttl span {
    font-size: 1.64706vw;
  }
}
@media screen and (max-width: 750px) {
  .service-reason-box {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .service-reason-box__ttl span {
    padding: 1px 5px;
    font-size: 24px;
  }
  .service-reason-box__txt {
    line-height: 1.8125;
  }
}

.service-list {
  padding-top: 168px;
  padding-bottom: 79px;
  background: #f5f5f5;
  font-feature-settings: "palt";
}
.service-list__ttl {
  margin-bottom: 38px;
}
.service-list__ttl .c-ttl .en-large {
  color: #fefefe;
}
.service-list__content--01 {
  margin-bottom: 69px;
}
.service-list__content--02 {
  margin-bottom: 72px;
}
.service-list__subttl {
  margin-bottom: 16px;
}
.service-list__txt {
  margin-bottom: 50px;
  font-size: 16px;
  line-height: 2.125;
  letter-spacing: 0.1em;
}
.service-list__desc {
  padding: 45px 40px 22px;
  background: #fff;
  position: relative;
  text-align: center;
}
.service-list__desc::before {
  content: "取扱品目例";
  width: 152px;
  height: 44px;
  display: inline-block;
  background: linear-gradient(to left, #6edf22, #00b039);
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.06em;
  text-align: center;
  position: absolute;
  top: -20px;
  left: calc((100% - 152px) / 2);
  border-radius: 9999px;
}
.service-list__desc-ttl {
  margin-bottom: 31px;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.6666666667;
}
.service-list__desc-list {
  display: grid;
  width: 100%;
  max-width: 950px;
  margin: 0 auto 7px;
  grid-template-columns: repeat(4, auto);
  justify-content: space-between;
}
.service-list__desc-item {
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.8888888889;
  text-align: left;
}
.service-list__desc-item--dot {
  position: relative;
  padding-left: 12px;
}
.service-list__desc-item--dot::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #36b02b;
  border-radius: 50%;
  position: absolute;
  top: 16px;
  left: 0;
}
.service-list__desc-item.join-last {
  grid-column: 1/5;
}
.service-list__desc-txt {
  margin-bottom: 4px;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.875;
  color: #36b02b;
}
.service-list__desc-note {
  padding-right: 7px;
  font-size: 16px;
  letter-spacing: 0.08em;
}
.service-list__desc-note a {
  color: #36b02b;
  border-bottom: 1px solid #36b02b;
  transition: opacity 0.2s ease;
}
.service-list__desc-note a:hover {
  opacity: 0.7;
}
.service-list__desc-pictures {
  display: flex;
  justify-content: center;
  margin-bottom: 18px;
}
.service-list__desc-picture {
  display: flex;
  flex-direction: column;
  width: 180px;
  margin-right: 33px;
}
.service-list__desc-picture:last-child {
  margin-right: 0;
}
.service-list__desc-picture img {
  width: 100%;
  margin-bottom: 4px;
}
.service-list__desc-picture-txt {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.service-list__product {
  margin-bottom: 7px;
}
.service-list__product:last-of-type {
  margin-bottom: 19px;
}
.service-list__product-ttl {
  margin-bottom: 22px;
  padding-left: 37px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.04em;
  position: relative;
}
.service-list__product-ttl::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url(../img/service/product-icon.png) center/cover no-repeat;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 0;
}
.service-list__product-content {
  display: flex;
  flex-wrap: wrap;
}
.service-list__product-box {
  width: calc((100% - 60px) / 4) !important;
  margin-right: 20px;
  margin-bottom: 30px;
  text-align: center;
  background: #fff;
  box-shadow: 8px 0 16px rgba(0, 0, 0, 0.06);
}
.service-list__product-box:nth-child(4n) {
  margin-right: 0;
}
.service-list__product-pic {
  position: relative;
}
.service-list__product-pic::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: calc(100% * 0.7122807018);
}
.service-list__product-pic img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service-list__product-name {
  display: block;
  padding: 10px 10px 15px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
@media (min-width: 751px) {
  .service-list__content--02 .service-list__desc {
    padding-top: 37px;
    padding-bottom: 25px;
  }
  .service-list__content--03 .service-list__txt {
    margin-bottom: 27px;
  }
}
@media screen and (max-width: 959px) {
  .service-list__product-box {
    width: calc((100% - 40px) / 3) !important;
  }
  .service-list__product-box:nth-child(3n) {
    margin-right: 0;
  }
  .service-list__product-box:nth-child(4n) {
    margin-right: 20px;
  }
  .service-list__product-name {
    font-size: 14px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 750px) {
  .service-list {
    padding-top: 101px;
    padding-bottom: 0;
  }
  .service-list__content {
    margin-bottom: 50px;
  }
  .service-list__desc {
    padding: 38px 17.5px 27px;
  }
  .service-list__desc-list {
    grid-template-columns: auto auto;
  }
  .service-list__desc-item {
    width: auto;
    font-size: 16px;
  }
  .service-list__desc-item--dot {
    padding-left: 17px;
  }
  .service-list__desc-item--dot::before {
    width: 5px;
    height: 5px;
    top: 13px;
    left: 1px;
  }
  .service-list__desc-item.join-last {
    grid-column: 1/3;
  }
  .service-list__desc-ttl {
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 1.4444444444;
  }
  .service-list__desc-txt {
    font-size: 20px;
    margin-bottom: 0;
  }
  .service-list__desc-note {
    padding-right: 0;
    font-size: 14px;
  }
  .service-list__desc-pictures {
    margin-bottom: 10px;
  }
  .service-list__desc-picture {
    flex: 0 0 90px;
    margin-right: 15px;
  }
  .service-list__desc-picture img {
    border: solid 1px #36b02b;
    border-radius: 50%;
    margin-bottom: 0;
  }
  .service-list__desc-picture-txt {
    font-size: 12px;
    white-space: nowrap;
  }
  .service-list__product {
    margin-bottom: 40px;
  }
  .service-list__product:last-of-type {
    margin-bottom: 0;
  }
  .service-list__product-content {
    display: flex;
    flex-wrap: unset;
  }
  .service-list__product-box {
    width: 202.5px !important;
    margin-right: 0;
  }
  .service-list__product-box:nth-child(3n), .service-list__product-box:nth-child(4n) {
    margin-right: 0;
  }
  .service-list__product-ttl {
    padding-left: 30px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.04em;
  }
  .service-list__product-ttl::before {
    width: 22px;
    height: 22px;
    top: 6px;
  }
}

@media screen and (max-width: 750px) {
  .service-download-bnr {
    width: 100vw;
    margin: 0 -20px;
  }
}

.service-flow {
  padding-top: 136px;
  padding-bottom: 100px;
  background: #f5f5f5;
}
.service-flow__ttl {
  margin-bottom: 46px;
}
.service-flow__ttl.c-ttl .en-large {
  top: -86px;
}
.service-flow__list {
  counter-reset: flow-num;
}
@media screen and (max-width: 1200px) {
  .service-flow__ttl.c-ttl .en-large {
    top: -60px;
  }
}
@media screen and (max-width: 750px) {
  .service-flow {
    padding-top: 101px;
    padding-bottom: 50px;
  }
  .service-flow .c-inner {
    padding: 0 0 0 10px;
  }
  .service-flow__ttl.c-ttl .en-large {
    top: -20px;
  }
}

.service-flow-item {
  min-height: 303px;
  margin-bottom: 40px;
  position: relative;
}
.service-flow-item::before {
  content: "";
  width: 4px;
  height: calc(100% - 85px + 40px);
  display: inline-block;
  background: url(../img/service/dot-line.png) top/4px repeat-y;
  position: absolute;
  top: 92px;
  left: 45.5px;
  z-index: 1;
}
.service-flow-item::after {
  counter-increment: flow-num 1;
  content: counter(flow-num, decimal-leading-zero);
  width: 77px;
  height: 77px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: url(../img/service/flow-bg.png) center/cover no-repeat;
  font: 700 27px "Lato", sans-serif;
  font-style: oblique;
  letter-spacing: 0.06em;
  line-height: 1;
  color: #fff;
  position: absolute;
  top: 9px;
  left: 9px;
}
.service-flow-item:last-child {
  margin-bottom: 0;
}
.service-flow-item:last-child::before {
  content: none;
}
.service-flow-item__inner {
  position: relative;
  display: flex;
  background: #fff;
  padding: 23px 30px 30px 105px;
}
.service-flow-item__edge {
  display: inline-block;
  border-top: 103px solid #f5f5f5;
  border-right: 103px solid rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
}
.service-flow-item__box--left {
  max-width: calc(100% - 400px);
  padding-top: 39px;
}
.service-flow-item__box--right {
  max-width: 400px;
}
.service-flow-item__ttl {
  margin-bottom: 7px;
  font-size: 32px;
  font-weight: 700;
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
  line-height: 1.8;
}
.service-flow-item__txt {
  padding: 0 73px 0 1px;
  font-size: 16px;
  font-feature-settings: "palt";
  letter-spacing: 0.08em;
  line-height: 2;
}
@media (max-width: 1240px) {
  .service-flow-item__box--left {
    max-width: calc(100% - 300px);
  }
  .service-flow-item__box--right {
    max-width: 300px;
  }
  .service-flow-item__txt {
    padding-right: 30px;
  }
}
@media (max-width: 1000px) {
  .service-flow-item__inner {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .service-flow-item__box--left {
    padding-top: 0;
    max-width: 100%;
  }
  .service-flow-item__box--right {
    max-width: 100%;
  }
  .service-flow-item__box--right img {
    display: block;
    max-width: 400px;
    margin: auto;
  }
  .service-flow-item__txt {
    padding-right: 0;
  }
}
@media screen and (min-width: 751px) {
  .service-flow-item:nth-child(1) {
    margin-bottom: 37px;
  }
  .service-flow-item:nth-child(1) .service-flow-item__box--left {
    padding-top: 0;
  }
  .service-flow-item:nth-child(1) .service-flow-item__inner {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 750px) {
  .service-flow-item {
    margin-bottom: 25px;
  }
  .service-flow-item::before {
    width: 2px;
    height: calc(100% - 42.5px + 40px);
    display: inline-block;
    background-size: 2px;
    position: absolute;
    top: 44.5px;
    left: 20px;
    z-index: 1;
  }
  .service-flow-item::after {
    width: 42.5px;
    height: 42.5px;
    font-size: 14px;
    top: 0;
    left: -1px;
  }
  .service-flow-item__inner {
    padding: 15px 30px 30px 53px;
  }
  .service-flow-item__edge {
    border-top: 51px solid #f5f5f5;
    border-right: 51px solid rgba(255, 255, 255, 0);
  }
  .service-flow-item__box--left, .service-flow-item__box--right {
    max-width: 100%;
  }
  .service-flow-item__box--left {
    padding-top: 0;
  }
  .service-flow-item__box--right {
    margin-bottom: 12px;
  }
  .service-flow-item__box--right img {
    max-width: 100%;
    padding-left: 2px;
  }
  .service-flow-item__ttl {
    margin-bottom: 6px;
    font-size: 20px;
  }
  .service-flow-item__txt {
    padding-right: 0;
    line-height: 1.8125;
  }
}

.service-flow-contact {
  max-width: 590px;
  display: flex;
  align-items: flex-start;
  margin: 22px 0 0 2px;
  padding: 20px 21px 22px 19px;
  background: #edfaeb;
}
.service-flow-contact__link {
  height: 90px;
  display: block;
  margin-right: 10px;
  background-color: #fff;
  text-align: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  transition: 0.2s;
}
.service-flow-contact__link:hover {
  transform: scale(1.01);
}
.service-flow-contact__link:last-child {
  margin-right: 0;
}
.service-flow-contact__link::before {
  content: "";
  display: block;
  margin: 0 auto;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.service-flow-contact__link--tel {
  white-space: nowrap;
  padding: 19px;
  flex: 1;
}
.service-flow-contact__link--mail, .service-flow-contact__link--line {
  width: 120px;
  padding: 17px 1em 14px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.04em;
  line-height: 2;
}
.service-flow-contact__link--mail span, .service-flow-contact__link--line span {
  display: block;
  line-height: 1;
  letter-spacing: 0.04em;
}
.service-flow-contact__link--mail {
  background-color: #fa7f05;
}
.service-flow-contact__link--mail::before {
  width: 36px;
  height: 28px;
  margin-top: 3px;
  margin-bottom: 11px;
  background-image: url(../img/service/mail-icon.png);
  transform: translateX(-2px);
}
.service-flow-contact__link--mail span {
  font-size: 16px;
  margin-right: 4px;
}
.service-flow-contact__link--line {
  background-color: #009942;
}
.service-flow-contact__link--line::before {
  width: 35px;
  height: 34px;
  margin-bottom: 6px;
  background-image: url(../img/service/line-icon.png);
  transform: translateX(-3px);
}
.service-flow-contact__link--line span {
  font-size: 18px;
}
.service-flow-contact .tel-number {
  display: inline-block;
  margin-bottom: 8px;
  padding-left: 5px;
  font: 700 28px "Lato", sans-serif;
  line-height: 1;
}
.service-flow-contact .tel-number::before {
  content: "";
  width: 25px;
  height: 25px;
  display: inline-block;
  margin-right: 4px;
  background: url(../img/service/tel-icon.png) center/cover no-repeat;
  transform: translateY(2px);
}
.service-flow-contact .tel-time {
  display: flex;
  justify-content: center;
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 1;
}
.service-flow-contact .tel-time dt {
  margin-right: 4px;
}
.service-flow-contact .tel-time dd {
  font-family: "Lato", sans-serif;
}
@media (max-width: 1240px) {
  .service-flow-contact__link--tel {
    padding: 19px 10px;
  }
  .service-flow-contact__link--mail, .service-flow-contact__link--line {
    width: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
  }
  .service-flow-contact__link--mail::before, .service-flow-contact__link--line::before {
    transform: translateX(0);
  }
  .service-flow-contact__link--mail span, .service-flow-contact__link--line span {
    display: inline;
    margin-right: 0;
  }
  .service-flow-contact__link--mail::before {
    width: 21px;
    height: 16px;
  }
  .service-flow-contact__link--mail span {
    font-size: 16px;
  }
  .service-flow-contact__link--line {
    padding: 10px 22px;
  }
  .service-flow-contact__link--line::before {
    width: 26px;
    height: 25px;
  }
  .service-flow-contact__link--line span {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  .service-flow-contact {
    flex-wrap: wrap;
    margin: 14px 0 0 1px;
    padding: 15px 15px 15px 14px;
  }
  .service-flow-contact__link {
    height: auto;
    min-height: 45px;
    margin: 0 0 10px 0;
  }
  .service-flow-contact__link::before {
    margin: 0 22px 0 0;
  }
  .service-flow-contact__link:last-child {
    margin-bottom: 0;
  }
  .service-flow-contact__link--tel {
    padding: 14px 19px 16px;
  }
  .service-flow-contact__link--mail, .service-flow-contact__link--line {
    width: 100%;
    display: flex;
    flex-direction: unset;
    justify-content: flex-start;
    align-items: center;
    padding: 14px 20px;
  }
  .service-flow-contact__link--mail span, .service-flow-contact__link--line span {
    display: inline;
    margin-right: 0;
  }
  .service-flow-contact__link--mail::before {
    width: 21px;
    height: 16px;
  }
  .service-flow-contact__link--mail span {
    font-size: 16px;
  }
  .service-flow-contact__link--line {
    padding: 10px 19px;
  }
  .service-flow-contact__link--line::before {
    width: 26px;
    height: 25px;
    margin-right: 20px;
  }
  .service-flow-contact__link--line span {
    font-size: 16px;
  }
  .service-flow-contact .tel-number {
    margin-bottom: 7px;
    padding-left: 0;
    font-size: 24.155px;
  }
  .service-flow-contact .tel-number::before {
    width: 22px;
    height: 22px;
  }
  .service-flow-contact .tel-time {
    font-size: 12px;
  }
}

.service-footer {
  background: #f5f5f5;
}
.service-footer__desc {
  width: 100%;
  height: 600px;
  display: flex;
  align-items: flex-end;
  padding-bottom: 51px;
  background: url(../img/service/footer-bg.jpg) center/cover no-repeat;
  color: #fff;
  font-size: 16px;
  font-feature-settings: "palt";
  line-height: 2;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 0;
}
.service-footer__desc::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0) 50%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.service-footer__desc-inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}
.service-footer__ttl {
  font-size: 42px;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.8;
  text-align: center;
}
.service-footer__link {
  display: flex;
  flex-wrap: wrap;
  padding: 50px 0 60px;
}
.service-footer__item {
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
}
.service-footer__item .c-button {
  max-width: 100%;
  height: 80px;
  justify-content: flex-start;
  padding-right: 38px;
  font-size: 20px;
}
.service-footer__item .c-button::before {
  right: 19px;
}
.service-footer__item .c-button img {
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 25px;
}
.service-footer__item:last-child {
  margin-right: 0;
}
@media (max-width: 1240px) {
  .service-footer__item {
    width: calc((100% - 20px) / 3);
    margin-right: 10px;
  }
  .service-footer__item .c-button {
    height: 60px;
    padding-right: 23px;
    font-size: 18px;
  }
  .service-footer__item .c-button::before {
    right: 15px;
  }
  .service-footer__item .c-button img {
    width: 60px;
    height: 60px;
    -o-object-fit: cover;
       object-fit: cover;
    margin-right: 19px;
  }
}
@media screen and (max-width: 959px) {
  .service-footer__ttl {
    font-size: 38px;
  }
  .service-footer__link {
    display: block;
    padding: 39px 0 47px;
  }
  .service-footer__item {
    width: 100%;
    max-width: 380px;
    margin: 0 auto 15px;
  }
  .service-footer__item:last-child {
    margin-right: auto;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 750px) {
  .service-footer__desc {
    height: 495.5px;
    background-image: url(../img/service/footer-bg-sp.jpg);
    padding-bottom: 24px;
  }
  .service-footer__ttl {
    font-size: 24px;
    line-height: 1.6;
    margin-bottom: 10px;
  }
  .service-footer__txt {
    font-size: 14px;
    line-height: 1.8571428571;
  }
  .service-footer__link {
    padding: 39px 0 47px;
  }
  .service-footer__item {
    max-width: 335px;
  }
}

.service-case {
  padding: 91px 0 71px;
  background: #f5f5f5;
  position: relative;
  z-index: 0;
}
.service-case__bg-txt {
  position: absolute;
  top: -0.264em;
  right: 0;
  width: 100%;
  display: block;
  font: 8.2353vw "Inter", sans-serif;
  font-weight: bold;
  font-style: italic;
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  padding-right: 0.2em;
  z-index: -1;
  white-space: nowrap;
}
.service-case__bg-txt span {
  font-weight: 400;
}
.service-case__ttl {
  margin-bottom: 45px;
}
@media (min-width: 1700px) {
  .service-case__bg-txt {
    font-size: 140px;
  }
}
@media (min-width: 751px) {
  .service-case__ttl {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
  }
  .service-case__ttl.c-subttl .txt {
    max-width: 93%;
    padding: 0 21px;
    margin: 0;
  }
}
@media screen and (max-width: 750px) {
  .service-case {
    margin-top: 20px;
    padding: 20px 0 50px;
  }
  .service-case__bg-txt {
    top: -11px;
    font-size: 43px;
  }
}

.c-middle-desc {
  position: relative;
  padding: 75px 0 95px;
  z-index: 1;
}
.c-middle-desc__pic {
  position: absolute;
  right: 63.4%;
  top: -28px;
  width: 268px;
}
.c-middle-desc__pic--right {
  width: 331px;
  top: -23px;
  left: 77.4%;
}
.c-middle-desc__txt {
  padding-left: 37.5%;
  font-size: 28px;
  font-style: italic;
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
  line-height: 1.6;
  white-space: nowrap;
}
.c-middle-desc__txt--large {
  font-size: 54px;
  font-weight: 700;
  line-height: 1.3333333333;
}
.c-middle-desc__txt--line {
  color: #36b02b;
  background: linear-gradient(to top, rgba(255, 255, 255, 0) 7px, #ffeb00 7px, #ffeb00 15px, rgba(255, 255, 255, 0) 15px);
}
.c-middle-desc__txt--center {
  text-align: center;
}
@media screen and (max-width: 959px) {
  .c-middle-desc__txt {
    font-size: 25px;
  }
  .c-middle-desc__txt--large {
    font-size: 42px;
  }
}
@media screen and (max-width: 750px) {
  .c-middle-desc {
    max-width: 375px;
    margin: 0 auto;
    padding: 52px 0 15px;
    transform: unset;
  }
  .c-middle-desc__pic {
    width: 134px;
    top: -32px;
    right: 63%;
  }
  .c-middle-desc__txt {
    padding-left: 28%;
    font-size: 14px;
  }
  .c-middle-desc__txt--large {
    font-size: 23px;
  }
  .c-middle-desc__txt--line {
    background: linear-gradient(to top, rgba(255, 255, 255, 0) 2px, #ffeb00 2px, #ffeb00 6px, rgba(255, 255, 255, 0) 6px);
  }
}

.c-middle-desc-02 {
  position: relative;
  padding: 86px 0 124px;
  transform: translateY(30px);
  z-index: 1;
}
.c-middle-desc-02__pic {
  position: absolute;
}
.c-middle-desc-02__pic--left {
  width: 297px;
  top: -26px;
  right: 76.3%;
}
.c-middle-desc-02__pic--right {
  width: 331px;
  top: -23px;
  left: 77.4%;
}
.c-middle-desc-02__txt {
  font-size: 28px;
  font-style: italic;
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
  line-height: 1.6;
  white-space: nowrap;
  text-align: center;
}
.c-middle-desc-02__txt--large {
  font-size: 54px;
  font-weight: 700;
  line-height: 1.3333333333;
}
.c-middle-desc-02__txt--line {
  color: #36b02b;
  background: linear-gradient(to top, rgba(255, 255, 255, 0) 7px, #ffeb00 7px, #ffeb00 15px, rgba(255, 255, 255, 0) 15px);
}
@media screen and (max-width: 959px) {
  .c-middle-desc-02__pic--left {
    width: 200px;
  }
  .c-middle-desc-02__pic--right {
    width: 200px;
  }
  .c-middle-desc-02__txt {
    font-size: 25px;
  }
  .c-middle-desc-02__txt--large {
    font-size: 42px;
  }
}
@media screen and (max-width: 750px) {
  .c-middle-desc-02 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 300px;
    margin: 0 auto;
    padding: 0 0 15px;
    transform: unset;
  }
  .c-middle-desc-02__pic {
    position: unset;
  }
  .c-middle-desc-02__pic--left {
    width: 107px;
    margin-left: 18px;
  }
  .c-middle-desc-02__pic--right {
    width: 118px;
  }
  .c-middle-desc-02__txt {
    margin-bottom: 6px;
    font-size: 14px;
  }
  .c-middle-desc-02__txt--large {
    font-size: 23px;
  }
  .c-middle-desc-02__txt--line {
    background: linear-gradient(to top, rgba(255, 255, 255, 0) 2px, #ffeb00 2px, #ffeb00 6px, rgba(255, 255, 255, 0) 6px);
  }
}

.c-swiper {
  position: relative;
}
.c-swiper .swiper-scrollbar {
  display: none;
  width: calc(100vw - 20px) !important;
}
.c-swiper .swiper-horizontal > .swiper-scrollbar,
.c-swiper .swiper-scrollbar.swiper-scrollbar-horizontal,
.c-swiper .swiper-scrollbar-drag {
  height: 10px;
}
.c-swiper .swiper-scrollbar-drag {
  background: #36b02b;
}
@media screen and (max-width: 750px) {
  .c-swiper .swiper-scrollbar {
    display: block;
  }
}

@keyframes slideAnimation {
  0% {
    right: 0;
    opacity: 1;
  }
  80% {
    right: 80px;
    opacity: 0.8;
  }
  100% {
    right: 80px;
    opacity: 0;
  }
}
@media screen and (max-width: 750px) {
  .scrollAnimation {
    position: relative;
  }
  .scrollAnimation::before {
    content: "";
    width: 57px;
    height: 45px;
    display: inline-block;
    background: url(../img/service/scrollhint.png) center/cover no-repeat;
    position: absolute;
    top: -30px;
    right: 0;
    z-index: 2;
    animation: slideAnimation 2.5s infinite;
  }
}
.service-possible {
  padding: 177px 0 91px;
}
.service-possible__ttl {
  margin-bottom: 34px;
}
.service-possible__ttl.c-ttl::before {
  top: -96px;
}
.service-possible__ttl.c-ttl .en-large {
  top: -85px;
}
@media screen and (max-width: 750px) {
  .service-possible {
    padding: 101px 0 60px;
  }
  .service-possible__ttl {
    margin-bottom: 34px;
  }
  .service-possible__ttl.c-ttl::before {
    top: -74px;
  }
  .service-possible__ttl.c-ttl .en-large {
    top: -20px;
  }
  .service-possible__ttl.c-ttl .en-small {
    margin-bottom: 15px;
  }
}

/*
----------------------------------------
産業廃棄物処理
----------------------------------------
*/
.industrialwaste {
  padding-top: 40px;
  overflow: hidden;
}
.industrialwaste .service-intro__ttl {
  font-size: 36px;
}
@media screen and (max-width: 959px) {
  .industrialwaste .service-intro__ttl {
    font-size: 22px;
  }
}
@media screen and (max-width: 750px) {
  .industrialwaste .service-intro__ttl {
    font-size: 20px;
  }
}
.industrialwaste .c-service-scene {
  margin-bottom: 60px;
}
@media screen and (max-width: 750px) {
  .industrialwaste .c-service-scene {
    margin-bottom: 20px;
  }
}

.industrialwaste-worry {
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 78.3%, 50% 100%, 0 78.3%);
          clip-path: polygon(0 0, 100% 0%, 100% 78.3%, 50% 100%, 0 78.3%);
}
.industrialwaste-worry .c-service-worry {
  padding: 65px 0 102px;
}
@media screen and (max-width: 750px) {
  .industrialwaste-worry {
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 96.4%, 50% 100%, 0 96.4%);
            clip-path: polygon(0 0, 100% 0%, 100% 96.4%, 50% 100%, 0 96.4%);
  }
  .industrialwaste-worry .c-service-worry {
    padding: 31px 0 21px;
  }
}

/*
----------------------------------------
産業廃棄物処理
----------------------------------------
*/
.consulting {
  font-feature-settings: "palt";
  overflow: hidden;
}

.consulting .service-intro {
  padding: 40px 0 0;
  margin-bottom: 80px;
}
@media screen and (max-width: 750px) {
  .consulting .service-intro {
    margin-bottom: 43px;
  }
}

.consulting-worry {
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 78.3%, 50% 100%, 0 78.3%);
          clip-path: polygon(0 0, 100% 0%, 100% 78.3%, 50% 100%, 0 78.3%);
}
.consulting-worry .c-service-worry {
  padding: 65px 0 102px;
}
.consulting-worry .c-service-worry__list {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .consulting-worry .c-service-worry__item {
    width: 285px;
  }
}
@media screen and (max-width: 750px) {
  .consulting-worry {
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 96.4%, 50% 100%, 0 96.4%);
            clip-path: polygon(0 0, 100% 0%, 100% 96.4%, 50% 100%, 0 96.4%);
  }
  .consulting-worry .c-service-worry {
    padding: 31px 0 21px;
  }
  .consulting-worry .c-service-worry__item {
    min-height: auto;
  }
  .consulting-worry .c-service-worry__item::before {
    width: 92%;
  }
  .consulting-worry .c-service-worry__item::after {
    height: 83%;
  }
}

.consulting .c-middle-desc {
  margin: 0;
  padding-left: 12.5%;
}
.consulting .c-middle-desc__pic {
  position: absolute;
  left: 62.8%;
  right: auto;
  top: -26px;
  width: 334px;
}
.consulting .c-middle-desc__txt {
  padding-right: 37.5%;
  padding-left: 0;
}
@media screen and (max-width: 1200px) {
  .consulting .c-middle-desc {
    padding-left: 5%;
  }
  .consulting .c-middle-desc__pic {
    width: 285px;
  }
}
@media screen and (max-width: 750px) {
  .consulting .c-middle-desc {
    padding-left: 0;
    padding-bottom: 30px;
    margin-left: -10px;
  }
  .consulting .c-middle-desc__pic {
    width: 150px;
    right: auto;
    left: 60%;
    top: -18px;
  }
  .consulting .c-middle-desc__txt {
    padding-right: 28%;
    padding-left: 0;
  }
}

.consulting .service-case {
  padding-bottom: 50px;
}
.consulting .service-case .service-case__ttl {
  padding: 0;
}

.consulting-result {
  display: flex;
  align-items: flex-end;
  background: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
  padding: 60px 40px;
  margin-bottom: 50px;
}
.consulting-result__img {
  flex: 0 0 43.93%;
  margin-right: 56px;
}
.consulting-result__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.consulting-result__ttl {
  color: #36b02b;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.7142857143;
}
.consulting-result__customer {
  color: #090a00;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.8888888889;
  padding: 0 0 8px;
}
.consulting-result__detail {
  color: #090a00;
  margin-bottom: 20px;
}
.consulting-result__service {
  font-size: 18px;
  letter-spacing: 0.06em;
}
.consulting-result__service span {
  display: inline-block;
  background: #edfaeb;
  color: #36b02b;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  margin-right: 32px;
  padding: 8px 15px;
}
@media screen and (max-width: 1200px) {
  .consulting-result__ttl {
    font-size: 20px;
    letter-spacing: 0.06em;
    line-height: 1.5;
  }
  .consulting-result__customer {
    font-size: 16px;
    letter-spacing: 0.1em;
  }
  .consulting-result__detail {
    font-size: 15px;
    letter-spacing: 0.08em;
    line-height: 2;
  }
  .consulting-result__service {
    font-size: 16px;
    letter-spacing: 0.06em;
  }
  .consulting-result__service span {
    font-size: 15px;
    letter-spacing: 0.06em;
  }
}
@media screen and (max-width: 959px) {
  .consulting-result {
    display: block;
    max-width: 572px;
    margin: 0 auto 25px;
  }
  .consulting-result__img {
    width: 100%;
    max-width: 492px;
    margin: 0 auto 12px;
  }
  .consulting-result__detail {
    font-size: 14px;
    letter-spacing: 0.08em;
    line-height: 2;
    margin-bottom: 13px;
  }
  .consulting-result__service {
    font-size: 14px;
    letter-spacing: 0.06em;
  }
  .consulting-result__service span {
    font-size: 15px;
    letter-spacing: 0.06em;
  }
}
@media screen and (max-width: 750px) {
  .consulting-result {
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
    padding: 30px 20px 24px;
  }
  .consulting-result__head {
    display: block;
    margin-bottom: 10px;
  }
  .consulting-result__customer {
    padding: 0;
  }
  .consulting-result__service {
    text-align: center;
  }
  .consulting-result__service span {
    display: block;
    width: 100%;
    padding: 7px 0;
    margin-right: 0;
    margin-bottom: 6px;
  }
}

.consulting .service-reason {
  padding: 177px 0 45px;
}
@media screen and (max-width: 750px) {
  .consulting .service-reason {
    padding: 101px 0 30px;
  }
}

.consulting-possible-item__ttl {
  margin-bottom: 56px;
}
.consulting-possible-item__inner {
  padding: 0 39px;
}
.consulting-possible-item__inner.flex {
  display: flex;
  align-items: center;
}
.consulting-possible-item.difficulty {
  margin-bottom: 69px;
}
.consulting-possible-item__difficulty-ttl {
  background: #edfaeb;
  border-left: solid 5px #36b02b;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin: 47px 0 21px;
  padding: 11px 34px;
}
.consulting-possible-item__difficulty-desc {
  color: #000;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.7777777778;
}
.consulting-possible-item.instructor, .consulting-possible-item.selection {
  margin-bottom: 52px;
}
.consulting-possible-item__img {
  flex: 0 0 44.38%;
  margin-left: 6.42%;
}
.consulting-possible-item__tasks {
  display: flex;
  justify-content: center;
  -moz-column-gap: 100px;
       column-gap: 100px;
}
.consulting-possible-item__task {
  display: flex;
  flex-direction: column;
  width: 200.5px;
  text-align: center;
}
.consulting-possible-item__task-name {
  flex-grow: 1;
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.6666666667;
  margin-top: 15px;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 959px) {
  .consulting-possible-item__tasks {
    -moz-column-gap: 60px;
         column-gap: 60px;
  }
  .consulting-possible-item__task {
    width: 180px;
  }
  .consulting-possible-item__task-name {
    font-size: 20px;
  }
}
@media screen and (max-width: 750px) {
  .consulting-possible-item__ttl {
    margin-bottom: 16px;
  }
  .consulting-possible-item__inner {
    padding: 0 0;
    font-size: 15px;
  }
  .consulting-possible-item__inner.flex {
    display: block;
  }
  .consulting-possible-item.difficulty {
    margin-bottom: 30px;
  }
  .consulting-possible-item__difficulty-ttl {
    font-size: 20px;
    letter-spacing: 0.04em;
    margin: 30px 0 13px;
    padding: 9px 15px;
  }
  .consulting-possible-item__difficulty-desc {
    font-size: 15px;
    line-height: 2;
  }
  .consulting-possible-item.instructor, .consulting-possible-item.selection {
    margin-bottom: 25px;
  }
  .consulting-possible-item__img {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
  .consulting-possible-item__tasks {
    -moz-column-gap: 18px;
         column-gap: 18px;
  }
  .consulting-possible-item__task {
    width: 100px;
  }
  .consulting-possible-item__task-name {
    font-size: 16px;
    line-height: 1.40625;
    margin-top: 11px;
  }
}

.consulting .service-footer {
  padding: 0 0 80px;
}
.consulting .service-footer__desc {
  margin-bottom: 100px;
  background-image: url(../img/service/footer-bg03.jpg);
}
.consulting .service-footer__link {
  padding: 60px 0;
}
@media (min-width: 751px) {
  .consulting .service-footer__txt {
    text-align: center;
  }
}
@media screen and (max-width: 750px) {
  .consulting .service-footer {
    padding: 0;
  }
  .consulting .service-footer__desc {
    margin-bottom: 60px;
    background-image: url(../img/service/footer-bg-sp03.jpg);
    background-position: top;
  }
  .consulting .service-footer__desc::before {
    background: linear-gradient(to top, #000 30%, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0) 60%);
  }
  .consulting .service-footer__link {
    padding: 39px 0 47px;
  }
}

.demolition {
  font-feature-settings: "palt";
  overflow: hidden;
}

.demolition .service-intro {
  padding: 40px 0 0;
  margin-bottom: 80px;
}
@media screen and (max-width: 750px) {
  .demolition .service-intro {
    margin-bottom: 43px;
  }
}

.demolition-worry {
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 78.3%, 50% 100%, 0 78.3%);
          clip-path: polygon(0 0, 100% 0%, 100% 78.3%, 50% 100%, 0 78.3%);
}
.demolition-worry .c-service-worry {
  padding: 115px 0 201px;
}
@media screen and (max-width: 959px) {
  .demolition-worry .c-service-worry__item {
    width: 285px;
  }
}
@media screen and (max-width: 750px) {
  .demolition-worry {
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 96.4%, 50% 100%, 0 96.4%);
            clip-path: polygon(0 0, 100% 0%, 100% 96.4%, 50% 100%, 0 96.4%);
  }
  .demolition-worry .c-service-worry {
    padding: 31px 0 21px;
  }
  .demolition-worry .c-service-worry__item {
    min-height: auto;
  }
  .demolition-worry .c-service-worry__item::before {
    width: 92%;
  }
  .demolition-worry .c-service-worry__item::after {
    height: 83%;
  }
}

.demolition .c-middle-desc__pic {
  right: 65.2%;
  top: -37px;
  width: 296px;
}
.demolition .c-middle-desc__text {
  padding-left: 40%;
}
@media screen and (max-width: 750px) {
  .demolition .c-middle-desc__pic {
    width: 134px;
    top: -32px;
    right: 63%;
  }
}

@media screen and (min-width: 751px) {
  .demolition .service-case__ttl.c-subttl .txt {
    padding: 0 13px;
  }
}

.demolition .service-reason {
  padding: 177px 0 45px;
}
@media screen and (max-width: 750px) {
  .demolition .service-reason {
    padding: 101px 0 30px;
  }
}

.demolition .service-possible {
  padding: 177px 0 80px;
}
@media screen and (max-width: 750px) {
  .demolition .service-possible {
    padding: 101px 0 20px;
  }
}

.demolition-possible__ttl {
  margin-bottom: 35px;
}
.demolition-possible__list {
  display: flex;
  justify-content: space-between;
}
.demolition-possible__item {
  width: calc(33.3333% - 30px);
  background: #fff;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.06);
}
.demolition-possible__item-txt {
  flex-direction: column;
  padding: 20px 24px 46px;
}
.demolition-possible__item-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3em;
  color: #36b02b;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.5;
  margin-bottom: 14px;
  text-align: center;
}
.demolition-possible__desc {
  color: #090a00;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1200px) {
  .demolition-possible__item-ttl {
    font-size: 20px;
  }
}
@media screen and (max-width: 959px) {
  .demolition-possible__item {
    width: calc(33.3333% - 10px);
  }
  .demolition-possible__item-txt {
    padding: 10px 10px 28px;
  }
}
@media screen and (max-width: 750px) {
  .demolition-possible__list {
    display: block;
    padding: 0 10px;
  }
  .demolition-possible__item {
    width: 100%;
    margin-bottom: 20px;
  }
  .demolition-possible__img {
    height: 212px;
  }
  .demolition-possible__img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .demolition-possible__item-txt {
    font-size: 15px;
    padding: 15px 25px 28px;
  }
  .demolition-possible__item-ttl {
    height: auto;
    font-size: 24px;
    margin-bottom: 7px;
  }
}

.demolition .service-flow {
  background: url(../img/service/demolition/flow-bg.jpg) center/cover no-repeat;
  padding-top: 175px;
}
.demolition .service-flow__ttl {
  margin-bottom: 57px;
}
@media screen and (max-width: 750px) {
  .demolition .service-flow {
    background-image: url(../img/service/demolition/flow-bg_sp.jpg);
    padding-top: 101px;
  }
  .demolition .service-flow .c-inner {
    padding: 0 20px;
  }
  .demolition .service-flow__ttl {
    margin-bottom: 23px;
  }
}

.demolition-flow {
  display: grid;
  grid-template-columns: repeat(4, 240px);
  grid-auto-rows: 170px;
  gap: 40px 80px;
  justify-content: center;
}
.demolition-flow__item {
  position: relative;
  text-align: center;
}
.demolition-flow__item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 101%;
  display: block;
  width: 80px;
  height: 100%;
  background: url("../img/common/arrows-icon-g.png") center/23px 22px no-repeat;
}
.demolition-flow__item:last-child::after {
  content: none;
}
.demolition-flow__item .num {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #04b238, #6cde22);
  transform: rotate(45deg);
  z-index: 1;
}
.demolition-flow__item .num > span {
  color: #fff;
  font: 700 26px "Lato", sans-serif;
  font-style: italic;
  letter-spacing: 0.06em;
  padding-right: 3px;
  transform: rotate(-45deg);
  text-align: center;
}
.demolition-flow__item .txt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, transparent 37px, #fff 37px);
  filter: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.15));
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 2;
}
@media screen and (max-width: 1240px) {
  .demolition-flow {
    grid-template-columns: repeat(4, 200px);
    grid-auto-rows: 150px;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  .demolition-flow__item::after {
    width: 40px;
    background-size: 16px 15px;
  }
  .demolition-flow__item .num {
    width: 44px;
    height: 44px;
  }
  .demolition-flow__item .num > span {
    font-size: 24px;
  }
  .demolition-flow__item .txt {
    background: linear-gradient(135deg, transparent 35px, #fff 35px);
    font-size: 22px;
  }
}
@media screen and (min-width: 960px) {
  .demolition-flow__item:nth-child(4n)::after {
    content: none;
  }
}
@media screen and (max-width: 959px) {
  .demolition-flow {
    grid-template-columns: repeat(3, 200px);
  }
}
@media screen and (min-width: 751px) and (max-width: 959px) {
  .demolition-flow__item:nth-child(3n)::after {
    content: none;
  }
}
@media screen and (max-width: 750px) {
  .demolition-flow {
    grid-template-columns: 1fr;
    grid-auto-rows: 60px;
    row-gap: 32px;
  }
  .demolition-flow__item::after {
    top: 100%;
    left: 0;
    width: 100%;
    height: 32px;
    background: url("../img/common/arrows-icon-down-g.png") center/10px 12px no-repeat;
  }
  .demolition-flow__item .num {
    top: 2px;
    left: 2px;
    width: 25px;
    height: 25px;
  }
  .demolition-flow__item .num > span {
    font-size: 13px;
    letter-spacing: 0.06em;
    padding-right: 1px;
  }
  .demolition-flow__item .txt {
    background: linear-gradient(135deg, transparent 19px, #fff 19px);
    filter: drop-shadow(0 2px 1.5px rgba(0, 0, 0, 0.15));
    font-size: 18px;
    letter-spacing: 0.04em;
  }
}

.demolition .service-footer {
  padding: 0 0 80px;
}
.demolition .service-footer__desc {
  margin-bottom: 100px;
  background-image: url(../img/service/footer-bg02.jpg);
}
.demolition .service-footer__link {
  padding: 60px 0;
}
@media screen and (max-width: 750px) {
  .demolition .service-footer {
    padding: 0;
  }
  .demolition .service-footer__desc {
    margin-bottom: 60px;
    background-image: url(../img/service/footer-bg-sp02.jpg);
  }
  .demolition .service-footer__link {
    padding: 39px 0 47px;
  }
}

/*
----------------------------------------
基板買取
----------------------------------------
*/
.substrate {
  padding-top: 40px;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .substrate .service-intro__content--left {
    padding-right: 10px;
  }
}
@media screen and (max-width: 750px) {
  .substrate .service-intro__body {
    padding-right: 10px;
  }
}
@media (min-width: 1251px) {
  .substrate .service-intro__ttl {
    font-size: 43px;
    line-height: 1.4;
    transform: translate(-6px, 5px);
  }
}
.substrate .c-service-worry {
  padding: 65px 0 102px;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 78.3%, 50% 100%, 0 78.3%);
          clip-path: polygon(0 0, 100% 0%, 100% 78.3%, 50% 100%, 0 78.3%);
}
@media screen and (max-width: 750px) {
  .substrate .c-service-worry {
    padding: 31px 0 21px;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 96.4%, 50% 100%, 0 96.4%);
            clip-path: polygon(0 0, 100% 0%, 100% 96.4%, 50% 100%, 0 96.4%);
  }
}
@media screen and (max-width: 750px) {
  .substrate .service-case {
    padding: 43px 0 50px;
    margin-top: -17px;
  }
}
.substrate .service-purchase {
  padding: 175px 0 71px;
}
.substrate .service-purchase__ttl {
  margin-bottom: 34px;
}
.substrate .service-purchase__txt {
  max-width: 1100px;
  margin: 0 auto 50px;
  letter-spacing: 0.09em;
}
.substrate .service-purchase__pics {
  display: grid;
  grid-template-columns: auto auto auto;
  -moz-column-gap: 45px;
       column-gap: 45px;
}
.substrate .service-purchase__pic {
  width: 100%;
  padding-top: 66.7567567568%;
  position: relative;
}
.substrate .service-purchase__pic img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 751px) {
  .substrate .service-purchase .c-ttl::before {
    top: -96px;
  }
  .substrate .service-purchase .c-ttl .en-large {
    top: -84px;
  }
  .substrate .service-purchase__txt {
    text-align: center;
  }
}
@media screen and (max-width: 750px) {
  .substrate .service-purchase {
    padding: 107px 0 40px;
  }
  .substrate .service-purchase__pics {
    display: grid;
    grid-template-columns: auto;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 15px;
  }
  .substrate .service-purchase__txt {
    font-size: 15px;
  }
}
.substrate .service-flow {
  padding: 175px 0 99px;
  background: url(../img/service/substrate/flow-bg.jpg) center/cover no-repeat;
  position: relative;
}
.substrate .service-flow::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #f5f5f5;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.9;
}
.substrate .service-flow__ttl {
  margin-bottom: 57px;
}
@media (min-width: 751px) {
  .substrate .service-flow .c-ttl::before {
    top: -95px;
  }
  .substrate .service-flow .c-ttl .en-large {
    top: -86px;
  }
}
@media screen and (max-width: 750px) {
  .substrate .service-flow {
    padding: 102px 0 30px;
    background-image: url(../img/service/substrate/flow-bg-sp.jpg);
  }
  .substrate .service-flow__ttl {
    margin-bottom: 25px;
  }
  .substrate .service-flow .c-inner {
    padding: 0 20px;
  }
}
.substrate .service-footer {
  padding-bottom: 80px;
}
.substrate .service-footer__desc {
  margin-bottom: 100px;
}
.substrate .service-footer__link {
  padding-top: 60px;
}
@media (min-width: 751px) {
  .substrate .service-footer__txt {
    text-align: center;
  }
}
@media screen and (max-width: 750px) {
  .substrate .service-footer {
    padding-bottom: 0;
  }
  .substrate .service-footer__desc {
    margin-bottom: 60px;
  }
  .substrate .service-footer__link {
    padding-top: 39px;
  }
}

.substrate-middle-desc {
  margin-bottom: 80px;
  position: relative;
}
.substrate-middle-desc.c-reveal.to-left {
  -webkit-clip-path: inset(-50% 0 -50% 100%);
          clip-path: inset(-50% 0 -50% 100%);
}
.substrate-middle-desc.c-reveal.to-left.inview {
  -webkit-clip-path: inset(-50% 0 -50% 0);
          clip-path: inset(-50% 0 -50% 0);
}
.substrate-middle-desc::before {
  content: "";
  display: block;
  width: 100%;
  max-width: calc(1200px + (100% - 1200px) / 2);
  height: 100%;
  background: #f5f5f5;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-clip-path: polygon(15.7% 0, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(15.7% 0, 100% 0%, 100% 100%, 0% 100%);
}
@media screen and (max-width: 750px) {
  .substrate-middle-desc {
    margin-bottom: 65px;
  }
  .substrate-middle-desc::before {
    max-width: calc(100% - 11px);
    -webkit-clip-path: polygon(111px 0, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(111px 0, 100% 0%, 100% 100%, 0% 100%);
  }
}
.substrate-middle-desc .c-middle-desc {
  padding: 26px 0 100px;
  transform: unset;
  min-height: 390px;
}
.substrate-middle-desc .c-middle-desc__txt {
  padding-left: 0;
}
.substrate-middle-desc .c-middle-desc__txt--line-height {
  line-height: 1.6;
  display: inline-block;
}
.substrate-middle-desc .c-middle-desc__pic {
  width: 447px;
}
.substrate-middle-desc .c-middle-desc__pic--right {
  top: -26px;
  left: 79.8%;
}
.substrate-middle-desc .c-middle-desc__bg-txt {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: -0.08em;
  left: -0.18em;
  font-size: 140px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.03em;
  line-height: 1;
  white-space: nowrap;
  transform: skewX(-10deg);
}
@media (max-width: 1700px) {
  .substrate-middle-desc .c-middle-desc__pic {
    width: 26.295vw;
  }
  .substrate-middle-desc .c-middle-desc__bg-txt {
    font-size: 8.2353vw;
  }
}
@media (max-width: 1100px) {
  .substrate-middle-desc .c-middle-desc__pic--right {
    top: auto;
    bottom: 0;
  }
}
@media screen and (max-width: 959px) {
  .substrate-middle-desc .c-middle-desc {
    min-height: 300px;
  }
  .substrate-middle-desc .c-middle-desc__pic {
    width: 180px;
  }
  .substrate-middle-desc .c-middle-desc__pic--right {
    top: auto;
    right: calc(50% - (50% + 21px));
    bottom: -18px;
    left: auto;
  }
}
@media (min-width: 751px) {
  .substrate-middle-desc .c-middle-desc__txt {
    line-height: 2.3;
  }
  .substrate-middle-desc .c-middle-desc__txt--large {
    line-height: 1.3;
  }
}
@media screen and (max-width: 750px) {
  .substrate-middle-desc .c-middle-desc {
    padding: 30px 0 50px;
    min-height: 173px;
  }
  .substrate-middle-desc .c-middle-desc__txt {
    display: inline-block;
    font-size: 15px;
  }
  .substrate-middle-desc .c-middle-desc__txt--large {
    font-size: 25px;
  }
  .substrate-middle-desc .c-middle-desc__pic {
    width: 139px;
  }
  .substrate-middle-desc .c-middle-desc__bg-txt {
    font-size: 44px;
    left: 0.7em;
    text-align: left;
  }
}
@media (max-width: 413px) {
  .substrate-middle-desc .c-middle-desc__txt--large {
    font-size: 24px;
  }
  .substrate-middle-desc .c-middle-desc__pic {
    width: 130px;
  }
  .substrate-middle-desc .c-middle-desc__bg-txt {
    font-size: 40px;
  }
}
@media (max-width: 375px) {
  .substrate-middle-desc .c-middle-desc__txt--large {
    font-size: 23px;
  }
  .substrate-middle-desc .c-middle-desc__pic {
    width: 126px;
  }
  .substrate-middle-desc .c-middle-desc__pic--right {
    right: -21px;
  }
}

.substrate-flow {
  display: grid;
  grid-template-columns: repeat(5, 205px);
  grid-auto-rows: 170px;
  gap: 40px 43px;
  justify-content: center;
}
.substrate-flow__item {
  position: relative;
  text-align: center;
}
.substrate-flow__item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  display: block;
  width: 43px;
  height: 100%;
  background: url("../img/common/arrows-icon-g.png") center/23px 22px no-repeat;
}
.substrate-flow__item:last-child::after {
  content: none;
}
.substrate-flow__item .num {
  position: absolute;
  top: 3px;
  left: -2px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #04b238, #6cde22);
  transform: rotate(45deg);
  z-index: 1;
}
.substrate-flow__item .num > span {
  color: #fff;
  font: 700 26px "Lato", sans-serif;
  font-style: italic;
  letter-spacing: 0.06em;
  padding-right: 3px;
  transform: rotate(-45deg);
  text-align: center;
}
.substrate-flow__item .txt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, transparent 37px, #fff 37px);
  filter: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.15));
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 2;
}
@media screen and (max-width: 1240px) {
  .substrate-flow {
    grid-template-columns: repeat(3, 200px);
    grid-auto-rows: 150px;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  .substrate-flow__item::after {
    width: 40px;
    background-size: 16px 15px;
  }
  .substrate-flow__item .num {
    width: 44px;
    height: 44px;
  }
  .substrate-flow__item .num > span {
    font-size: 24px;
  }
  .substrate-flow__item .txt {
    background: linear-gradient(135deg, transparent 35px, #fff 35px);
    font-size: 22px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1240px) {
  .substrate-flow__item:nth-child(3n)::after {
    content: none;
  }
}
@media screen and (max-width: 750px) {
  .substrate-flow {
    grid-template-columns: 1fr;
    grid-auto-rows: 60px;
    row-gap: 32px;
  }
  .substrate-flow__item::after {
    top: 100%;
    left: 0;
    width: 100%;
    height: 32px;
    background: url("../img/common/arrows-icon-down-g.png") center/10px 12px no-repeat;
  }
  .substrate-flow__item .num {
    top: 2px;
    left: 2px;
    width: 25px;
    height: 25px;
  }
  .substrate-flow__item .num > span {
    font-size: 13px;
    letter-spacing: 0.06em;
    padding-right: 1px;
  }
  .substrate-flow__item .txt {
    background: linear-gradient(135deg, transparent 19px, #fff 19px);
    filter: drop-shadow(0 2px 1.5px rgba(0, 0, 0, 0.15));
    font-size: 18px;
    letter-spacing: 0.04em;
  }
}

_::-webkit-full-page-media, _:future, :root .substrate .service-intro__ttl {
  letter-spacing: 0;
}
