.is-sp {
  display: none;
}

.is-pc {
  display: block;
}

.is-tablet {
  display: none;
}

.p-support p {
  line-height: 1.6;
}

.p-support-top {
  background-color: #f9fad7;
  position: relative;
}

.p-support-top::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 9px;
  background-image: url(/sustainability/collaboration/assets/images/support/border.png);
  background-size: cover;
}

.p-support-top__inner {
  padding: 30px 20px 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1072px;
  padding: 32px 25px 95px;
  display: flex;
  margin: 0 auto;
  gap: 0 32px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.p-support-top__item {
  width: 45%;
}

.p-support-top__item img {
  max-width: 496px;
  width: 100%;
}

.p-support-top__item p {
  line-height: 2;
}

.p-support-top__text {
  font-size: 20px;
  font-weight: 600;
  margin: 30px 0;
}

.p-support-top__banner {
  max-width: 125px;
  position: absolute;
  left: 50%;
  bottom: 0%;
  z-index: 1;
  -webkit-transform: translateX(-50%) translateY(30%);
          transform: translateX(-50%) translateY(30%);
}

.p-support-section-middle {
  position: relative;
}

.p-support-section-middle::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 9px;
  background-image: url(/sustainability/collaboration/assets/images/support/border.png);
  background-size: cover;
}

.p-support-section__bottom {
  width: 100%;
  height: 95px;
  background-color: #f9fad7;
}

.p-support-section__bottom--large {
  width: 100%;
  height: 144px;
  background-color: #f9fad7;
}

.p-support-section__inner {
  max-width: 1072px;
  margin: 0 auto;
  padding: 55px 25px 0;
  position: relative;
}

.p-support-section__top {
  text-align: center;
  margin-bottom: 35px;
}

.p-support-section__title {
  font-size: 28px;
  font-weight: 600;
  position: relative;
  display: inline-block;
  margin: 0 auto;
  color: #583E2E;
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #FFED7A));
  background: linear-gradient(transparent 70%, #FFED7A 0%);
  padding: 5px;
}

.p-support-section__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 32px;
  margin-bottom: 40px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.p-support-section__box img {
  -o-object-fit: contain;
     object-fit: contain;
}

.p-support-section__item {
  width: 40%;
}

.p-support-section__box-img {
  width: 58%;
}

.p-support-section__box-img img {
  width: 100%;
  max-width: 580px;
}

.p-support-section__box-img--short {
  width: 100%;
}

.p-support-section__box-img--short img {
  max-width: 350px;
}

.p-mogu-theme__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 10px;
  margin: 24px 0 40px;
  -webkit-transition: .4s ease opacity;
  transition: .4s ease opacity;
}

.p-mogu-theme__link:hover {
  opacity: 0.7;
  -webkit-transition: .4s ease opacity;
  transition: .4s ease opacity;
}

.p-mogu-theme__link p {
  margin-bottom: 0;
}

.p-mogu-theme__link-top {
  margin-top: 0;
}

.p-mogu-theme__link-text {
  margin-bottom: 0;
  font-size: 14px;
  display: block;
}

.p-mogu-theme__cap-text {
  font-size: 14px;
  margin: 15px 0 0;
}

.p-mogu-theme__link-m0 {
  margin: 0 0 40px;
}

.p-mogu-theme__link-img {
  width: 20px;
  height: 16px;
}

.p-support-section__banner {
  max-width: 125px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(30%);
          transform: translateX(-50%) translateY(30%);
  z-index: 1;
}

@media screen and (max-width: 1000px) {
  .p-support-top__text {
    margin: 20px 0;
    font-size: 18px;
  }
  .p-support-top__banner {
    left: 50%;
    bottom: 0%;
    -webkit-transform: translateX(-50%) translateY(50%);
            transform: translateX(-50%) translateY(50%);
  }
  .p-support-section__banner {
    bottom: -180px;
    left: 50%;
    bottom: 0%;
    -webkit-transform: translateX(-50%) translateY(160%);
            transform: translateX(-50%) translateY(160%);
  }
  .p-support-section__item {
    width: 42%;
  }
  .p-support-section__box-img {
    width: 55%;
  }
}

@media screen and (max-width: 787px) {
  .is-sp {
    display: block;
  }
  .is-pc {
    display: none;
  }
  .p-support-top {
    height: auto;
  }
  .p-support-top__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 38px 25px 105px;
  }
  .p-support-top__item {
    display: contents;
  }
  .p-support-top__item img {
    width: 80%;
  }
  .p-support-top__item01 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .p-support-top__item02 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .p-support-top__item03 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .p-support-top__item04 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .p-support-top__item img {
    margin: 0 auto;
  }
  .p-support-top__banner {
    -webkit-transform: translateX(-50%) translateY(50%);
            transform: translateX(-50%) translateY(50%);
    width: 100px;
  }
  .p-support-section__banner {
    width: 100px;
    -webkit-transform: translateX(-50%) translateY(190%);
            transform: translateX(-50%) translateY(190%);
  }
  .p-support-section__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 25px 0;
  }
  .p-support-section__box-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-support-section__box-img {
    max-width: 540px;
    margin: 0 auto;
  }
  .p-support-section__box-img, .p-support-section__item {
    width: 100%;
  }
  .p-support-section__box-img--short {
    width: 60%;
    min-width: 320px;
    max-width: 400px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 500px) {
  .p-support-section__inner {
    padding: 75px 20px 0;
  }
  .p-support-top__item img {
    width: 100%;
  }
  .p-support-section__box {
    margin-bottom: 20px;
  }
  .p-support-section__box-img--short {
    width: 100%;
    min-width: auto;
  }
  .p-mogu-theme__link {
    margin-bottom: 20px;
  }
}
