@charset "UTF-8";
body {
  font-family: "Noto Sans JP", sans-serif;
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .l-inner.l-inner--rem {
    max-width: 83.125rem;
  }
}

.l-pet-mv {
  margin-top: -8px;
  margin-top: -0.5rem;
}
@media screen and (min-width: 768px) {
  .l-pet-mv {
    margin-top: 0.25rem;
  }
}

.l-sdgs-closing {
  margin-top: 59px;
  margin-top: 3.6875rem;
}
@media screen and (min-width: 768px) {
  .l-sdgs-closing {
    margin-top: 11.1875rem;
  }
}

.l-sdgs-mv {
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .l-sdgs-mv {
    margin-top: 0.25rem;
  }
}

.c-anim {
  position: absolute;
  content: "";
  z-index: 1;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.p-sdgs__anim--green .c-anim:nth-child(1) {
  width: 17%;
  top: 44%;
  left: 63%;
}

.p-sdgs__anim--green .c-anim:nth-child(2) {
  width: 15%;
  top: 42%;
  left: 21%;
}

.p-sdgs__anim--green .c-anim:nth-child(3) {
  width: 18%;
  top: 65%;
  left: 32%;
}

.p-sdgs__anim--green .c-anim:nth-child(4) {
  width: 7%;
  top: 62%;
  left: 4%;
}

.p-sdgs__anim--green .c-anim:nth-child(5) {
  width: 7%;
  top: 43%;
  left: 92%;
}

.p-sdgs__anim--green .c-anim:nth-child(6) {
  width: 7%;
  top: 56%;
  left: 86%;
}

.p-sdgs__anim--green .c-anim:nth-child(7) {
  width: 7%;
  top: 77%;
  left: 92%;
}

.p-sdgs__anim--tomato .c-anim:nth-child(1) {
  width: 53%;
  top: 31%;
  left: 11%;
}

.p-sdgs__anim--tomato .c-anim:nth-child(2) {
  width: 53%;
  top: 20%;
  left: 0%;
}

.p-sdgs__anim--garbage .c-anim:nth-child(1) {
  width: 24%;
  top: 26%;
  left: 48%;
}

.p-sdgs__anim--garbage .c-anim:nth-child(2) {
  width: 35%;
  top: -1%;
  left: 63%;
}

.p-sdgs__anim--garbage .c-anim:nth-child(3) {
  width: 18%;
  top: 0%;
  left: 28%;
}

.p-sdgs__anim--garbage .c-anim:nth-child(4) {
  width: 24%;
  top: 2%;
  left: 1%;
}

.p-sdgs__anim--garbage .c-anim:nth-child(5) {
  width: 16%;
  top: 37%;
  left: 2%;
}

.p-sdgs__anim--garbage .c-anim:nth-child(6) {
  width: 24%;
  top: 24%;
  left: 77%;
}

.p-sdgs__anim--flower .c-anim:nth-child(1) {
  width: 59%;
  top: 2%;
  left: 53%;
}
@media screen and (min-width: 768px) {
  .p-sdgs__anim--flower .c-anim:nth-child(1) {
    width: 50%;
    top: 21%;
    left: 48%;
  }
}

.c-anim--swing01 {
  -webkit-animation: yurayura02 4s linear infinite;
          animation: yurayura02 4s linear infinite;
}

.c-anim--swing02 {
  -webkit-animation: yurayura02 4s -2s linear infinite;
          animation: yurayura02 4s -2s linear infinite;
}

.c-anim--swing03 {
  -webkit-animation: yurayura03 4s linear infinite;
          animation: yurayura03 4s linear infinite;
}

.c-anim--swing04 {
  -webkit-animation: yurayura03 4s -2s linear infinite;
          animation: yurayura03 4s -2s linear infinite;
}

.c-anim--swing05 {
  -webkit-animation: yurayura04 4s linear infinite;
          animation: yurayura04 4s linear infinite;
}

.c-anim--swing06 {
  -webkit-animation: yurayura04 4s -2s linear infinite;
          animation: yurayura04 4s -2s linear infinite;
}

@-webkit-keyframes yurayura02 {
  0%, 100% {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
  50% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
}

@keyframes yurayura02 {
  0%, 100% {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
  50% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
}
@-webkit-keyframes yurayura03 {
  0%, 100% {
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg);
  }
  50% {
    -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg);
  }
}
@keyframes yurayura03 {
  0%, 100% {
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg);
  }
  50% {
    -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg);
  }
}
@-webkit-keyframes yurayura04 {
  0%, 100% {
    -webkit-transform: rotate(24deg);
            transform: rotate(24deg);
  }
  50% {
    -webkit-transform: rotate(-24deg);
            transform: rotate(-24deg);
  }
}
@keyframes yurayura04 {
  0%, 100% {
    -webkit-transform: rotate(24deg);
            transform: rotate(24deg);
  }
  50% {
    -webkit-transform: rotate(-24deg);
            transform: rotate(-24deg);
  }
}
.c-animation--swing01 {
  -webkit-animation: yurayura-big 6s linear infinite;
          animation: yurayura-big 6s linear infinite;
}
@media screen and (min-width: 768px) {
  .c-animation--swing01 {
    -webkit-animation: yurayura 6s linear infinite;
            animation: yurayura 6s linear infinite;
  }
}

.c-animation--swing02 {
  -webkit-animation: yurayura-big 6s -3s linear infinite;
          animation: yurayura-big 6s -3s linear infinite;
}
@media screen and (min-width: 768px) {
  .c-animation--swing02 {
    -webkit-animation: yurayura 6s -3s linear infinite;
            animation: yurayura 6s -3s linear infinite;
  }
}

@-webkit-keyframes yurayura {
  0%, 100% {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
  50% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
}

@keyframes yurayura {
  0%, 100% {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
  50% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
}
@-webkit-keyframes yurayura-big {
  0%, 100% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  50% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
}
@keyframes yurayura-big {
  0%, 100% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  50% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
}
.c-animation--poyon {
  -webkit-animation: poyon 1.2s infinite;
          animation: poyon 1.2s infinite;
}

@-webkit-keyframes poyon {
  0% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
  15% {
    -webkit-transform: scale(0.9, 0.9) translate(0%, 5%);
            transform: scale(0.9, 0.9) translate(0%, 5%);
  }
  30% {
    -webkit-transform: scale(1.3, 0.8) translate(0%, 10%);
            transform: scale(1.3, 0.8) translate(0%, 10%);
  }
  50% {
    -webkit-transform: scale(0.8, 1.3) translate(0%, -10%);
            transform: scale(0.8, 1.3) translate(0%, -10%);
  }
  70% {
    -webkit-transform: scale(1.1, 0.9) translate(0%, 5%);
            transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
}

@keyframes poyon {
  0% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
  15% {
    -webkit-transform: scale(0.9, 0.9) translate(0%, 5%);
            transform: scale(0.9, 0.9) translate(0%, 5%);
  }
  30% {
    -webkit-transform: scale(1.3, 0.8) translate(0%, 10%);
            transform: scale(1.3, 0.8) translate(0%, 10%);
  }
  50% {
    -webkit-transform: scale(0.8, 1.3) translate(0%, -10%);
            transform: scale(0.8, 1.3) translate(0%, -10%);
  }
  70% {
    -webkit-transform: scale(1.1, 0.9) translate(0%, 5%);
            transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
}
.c-animation--pikopiko {
  -webkit-animation: pikopiko 1s steps(2, start) infinite;
          animation: pikopiko 1s steps(2, start) infinite;
}

.c-animation--pikopiko02 {
  -webkit-animation: pikopiko 1s -0.5s steps(2, start) infinite;
          animation: pikopiko 1s -0.5s steps(2, start) infinite;
}

@-webkit-keyframes pikopiko {
  0% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
  to {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
}

@keyframes pikopiko {
  0% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
  to {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
}
.c-animation--mochimochi {
  -webkit-animation: mochimochi 1s infinite;
          animation: mochimochi 1s infinite;
}

@-webkit-keyframes mochimochi {
  0% {
    -webkit-transform: scale(1, 0.8);
            transform: scale(1, 0.8);
  }
  20% {
    -webkit-transform: scale(0.8, 1.1);
            transform: scale(0.8, 1.1);
  }
  90% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(1, 0.8);
            transform: scale(1, 0.8);
  }
}

@keyframes mochimochi {
  0% {
    -webkit-transform: scale(1, 0.8);
            transform: scale(1, 0.8);
  }
  20% {
    -webkit-transform: scale(0.8, 1.1);
            transform: scale(0.8, 1.1);
  }
  90% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(1, 0.8);
            transform: scale(1, 0.8);
  }
}
.c-animation--fuwafuwa {
  -webkit-animation: fuwafuwa 2s infinite;
          animation: fuwafuwa 2s infinite;
}

.c-animation--fuwafuwa02 {
  -webkit-animation: fuwafuwa02 2s infinite;
          animation: fuwafuwa02 2s infinite;
}

.c-animation--fuwafuwa03 {
  -webkit-animation: fuwafuwa02 2s -1s infinite;
          animation: fuwafuwa02 2s -1s infinite;
}

@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes fuwafuwa {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@-webkit-keyframes fuwafuwa02 {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes fuwafuwa02 {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.c-animation--chikachika {
  -webkit-animation: chikachika 1s step-end infinite;
          animation: chikachika 1s step-end infinite;
}

@-webkit-keyframes chikachika {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

@keyframes chikachika {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
.c-animation--blink01 {
  -webkit-animation: blinking01 1s ease-in-out infinite alternate;
          animation: blinking01 1s ease-in-out infinite alternate;
}

.c-animation--blink02 {
  -webkit-animation: blinking02 1s ease-in-out infinite alternate;
          animation: blinking02 1s ease-in-out infinite alternate;
}

@-webkit-keyframes blinking01 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes blinking01 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blinking02 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blinking02 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.c-animation--scale01 {
  -webkit-animation: scale01 2s ease-in-out infinite alternate;
          animation: scale01 2s ease-in-out infinite alternate;
}

.c-animation--scale02 {
  -webkit-animation: scale01 2s -2s ease-in-out infinite alternate;
          animation: scale01 2s -2s ease-in-out infinite alternate;
}

.c-animation--scale-small {
  -webkit-animation: scale-small 2s -1s ease-in-out infinite alternate;
          animation: scale-small 2s -1s ease-in-out infinite alternate;
}

@-webkit-keyframes scale01 {
  0% {
    -webkit-transform: none;
            transform: none;
  }
  100% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
}

@keyframes scale01 {
  0% {
    -webkit-transform: none;
            transform: none;
  }
  100% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
}
@-webkit-keyframes scale-small {
  0% {
    -webkit-transform: none;
            transform: none;
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@keyframes scale-small {
  0% {
    -webkit-transform: none;
            transform: none;
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
a.js-fadeInLeft.is-inview a.js-fadeInRight.is-inview {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  a.js-fadeInLeft.is-inview a.js-fadeInRight.is-inview:hover {
    opacity: 0.7;
  }
}

/* フェードイン(初期値) */
.js-fadeInLeft {
  opacity: 0;
  -webkit-transform: translateX(-70px);
          transform: translateX(-70px);
  -webkit-transition: opacity 2s, -webkit-transform 2s;
  transition: opacity 2s, -webkit-transform 2s;
  transition: opacity 2s, transform 2s;
  transition: opacity 2s, transform 2s, -webkit-transform 2s;
}

/* フェードイン(スクロールした後) */
.js-fadeInLeft.is-inview {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* フェードイン(初期値) */
.js-fadeInRight {
  opacity: 0;
  -webkit-transform: translateX(70px);
          transform: translateX(70px);
  -webkit-transition: opacity 2s, -webkit-transform 2s;
  transition: opacity 2s, -webkit-transform 2s;
  transition: opacity 2s, transform 2s;
  transition: opacity 2s, transform 2s, -webkit-transform 2s;
}

/* フェードイン(スクロールした後) */
.js-fadeInRight.is-inview {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* フェードイン(初期値) */
.js-fadeIn {
  opacity: 0;
  -webkit-transition: opacity 2s 1s;
  transition: opacity 2s 1s;
}

/* フェードイン(スクロールした後) */
.js-fadeIn.is-inview {
  opacity: 1;
}

/* フェードイン(初期値) */
.js-show {
  visibility: hidden;
}

/* フェードイン(スクロールした後) */
.js-show.is-inview {
  visibility: visible;
  -webkit-transition: visibility 0s 0.4s;
  transition: visibility 0s 0.4s;
}

.c-main--bench {
  position: relative;
  background-image: url(../images/bench/bg.jpg);
  background-position: center;
  background-repeat: repeat;
}

.c-main--bench::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 40px;
  height: 2.5rem;
  background: #fff;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .c-main--bench::before {
    display: none;
  }
}

.c-toggle-img {
  position: relative;
  display: inline-block;
  width: 100%;
  cursor: pointer;
}
.c-toggle-img::before,
.c-toggle-img::after {
  position: absolute;
  content: "";
  width: 12px;
  width: 0.75rem;
  height: max(2px, 1px);
  height: max(0.125rem, 1px);
  background: #2e989a;
  top: 50%;
  right: 49px;
  right: 3.0625rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.c-toggle-img.is-close::after {
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}

.p-advice {
  padding-top: 2px;
  padding-top: 0.125rem;
  padding-bottom: 41px;
  padding-bottom: 2.5625rem;
}
@media screen and (min-width: 768px) {
  .p-advice {
    padding-bottom: 12.5625rem;
  }
}

@media screen and (min-width: 768px) {
  .p-advice__inner {
    max-width: 65.3125rem;
  }
}

.p-advice__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-advice__title img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  max-width: 127px;
  max-width: 7.9375rem;
  margin: 0 12px;
  margin: 0 0.75rem;
}
.p-advice__title::before, .p-advice__title::after {
  content: "";
  width: 100%;
  height: 2px;
  height: 0.125rem;
  background: #b373b8;
}
@media screen and (min-width: 768px) {
  .p-advice__title img {
    max-width: 16.625rem;
  }
}

.p-advice__lead {
  margin-top: 2px;
  margin-top: 0.125rem;
  color: #b373b8;
  font-weight: 500;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1.7996011964;
  letter-spacing: 0.15em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-advice__lead {
    margin-top: 0.625rem;
    font-size: 1.375rem;
    line-height: 1.7998188406;
  }
}

.p-advice__body {
  border-bottom: 2px solid #b373b8;
  border-bottom: 0.125rem solid #b373b8;
  padding-bottom: 17px;
  padding-bottom: 1.0625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-advice__body {
    margin-top: -0.4375rem;
    padding-bottom: 2.25rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 768px) {
  .p-advice__wrapper {
    width: 45%;
  }
}

.p-advice__img {
  margin: 7px auto 0;
  margin: 0.4375rem auto 0;
  width: 100%;
  max-width: 144px;
  max-width: 9rem;
  position: relative;
}
.p-advice__img::before {
  padding-top: 86.81%;
  display: block;
  content: "";
}
.p-advice__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (min-width: 768px) {
  .p-advice__img {
    max-width: 18.1875rem;
  }
}

.p-advice__heading {
  margin-top: 3px;
  margin-top: 0.1875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-advice__position {
  display: inline-block;
  font-weight: 700;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #fff;
  background: #b373b8;
  margin-right: 11px;
  margin-right: 0.6875rem;
  padding: 0 10px;
  padding: 0 0.625rem;
  margin-left: 8px;
  margin-left: 0.5rem;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-advice__position {
    font-size: 1.4375rem;
    margin-top: 0.6875rem;
    margin-left: 0;
    padding: 0 1.4375rem;
    margin-right: 1.5rem;
  }
}

.p-advice__name {
  color: #805018;
  font-weight: 700;
  font-size: 25px;
  font-size: 1.5625rem;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.p-advice__name span {
  font-weight: 400;
  font-size: 17px;
  font-size: 1.0625rem;
}
@media screen and (min-width: 768px) {
  .p-advice__name {
    font-size: 2.625rem;
  }
  .p-advice__name span {
    font-size: 1.8125rem;
  }
}

.p-advice__text {
  margin-top: 2px;
  margin-top: 0.125rem;
  color: #805018;
  font-weight: 500;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.75;
  letter-spacing: 0.07em;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
}
.p-advice__text span {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .p-advice__text {
    width: 54%;
    margin-top: 2.375rem;
    font-size: 1rem;
    line-height: 1.7997504679;
    padding-left: 3.25rem;
    padding-right: 0.3125rem;
  }
}

.p-bench-about {
  margin-top: 20px;
  margin-top: 1.25rem;
  padding-bottom: 57px;
  padding-bottom: 3.5625rem;
}
@media screen and (min-width: 768px) {
  .p-bench-about {
    margin-top: 0;
    padding-bottom: 4.375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-bench-about__inner {
    max-width: 56rem;
  }
}

.p-bench-about__title {
  width: 100%;
  max-width: 305px;
  max-width: 19.0625rem;
  margin: 7px auto 0;
  margin: 0.4375rem auto 0;
}
@media screen and (min-width: 768px) {
  .p-bench-about__title {
    max-width: 43.75rem;
    margin-top: 3.0625rem;
  }
}

.p-bench-about__text {
  margin-top: 22px;
  margin-top: 1.375rem;
  color: #562708;
  font-weight: 400;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6153846154;
  letter-spacing: 0.08em;
  padding-right: 25px;
  padding-right: 1.5625rem;
  padding-left: 25px;
  padding-left: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-bench-about__text {
    margin-top: 3.5rem;
    font-size: 1.375rem;
    line-height: 1.8181818182;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
}

.p-bench-closing {
  padding-top: 54px;
  padding-top: 3.375rem;
}
@media screen and (min-width: 768px) {
  .p-bench-closing {
    padding-top: 9.625rem;
  }
}

.p-bench-closing__img {
  width: 100%;
  max-width: 375px;
  max-width: 23.4375rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-bench-closing__img {
    max-width: 69.125rem;
  }
}

.p-bench-closing__main {
  width: 100%;
  max-width: 220px;
  max-width: 13.75rem;
  margin: 29px auto 0;
  margin: 1.8125rem auto 0;
}
@media screen and (min-width: 768px) {
  .p-bench-closing__main {
    max-width: 31.5625rem;
    margin-top: 6rem;
  }
}

.p-bench-closing__text {
  margin-top: 26px;
  margin-top: 1.625rem;
  color: #562708;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6153846154;
  letter-spacing: 0.09em;
  padding: 0 26px;
  padding: 0 1.625rem;
}
@media screen and (min-width: 768px) {
  .p-bench-closing__text {
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 2;
    padding: 0;
    width: 100%;
    max-width: 50.625rem;
    margin: 3.9375rem auto 0;
  }
}

.p-bench-mv {
  padding-top: 105px;
  padding-top: 6.5625rem;
}
@media screen and (min-width: 768px) {
  .p-bench-mv {
    padding-top: 12.0625rem;
  }
}

.p-bench-mv__wrapper {
  position: relative;
  padding: 0;
  width: 100%;
  max-width: 282px;
  max-width: 17.625rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-bench-mv__wrapper {
    max-width: 40.625rem;
  }
}

.p-bench-mv__illust img {
  content: normal;
  content: initial;
  position: absolute;
  max-width: none;
  max-width: initial;
}
.p-bench-mv__illust img:nth-child(1) {
  width: 53%;
  top: -24%;
  left: 83%;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}
@media screen and (min-width: 768px) {
  .p-bench-mv__illust img:nth-child(1) {
    width: 47%;
    top: -24%;
    left: 91%;
  }
}
.p-bench-mv__illust img:nth-child(2) {
  width: 44%;
  top: 7%;
  left: -37%;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}
@media screen and (min-width: 768px) {
  .p-bench-mv__illust img:nth-child(2) {
    width: 40%;
    top: 33%;
    left: -45%;
  }
}
.p-bench-mv__illust img:nth-child(3) {
  width: 100%;
  top: -44%;
  left: -28%;
}
@media screen and (min-width: 768px) {
  .p-bench-mv__illust img:nth-child(3) {
    width: 86%;
    top: -44%;
    left: -17%;
  }
}
.p-bench-mv__illust img:nth-child(4) {
  width: 50%;
  top: 37%;
  left: 85%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-bench-mv__illust img:nth-child(4) {
    width: 43%;
    top: 36%;
    left: 94%;
  }
}

.p-bench-mv__bg img {
  position: absolute;
  max-width: none;
  max-width: initial;
  width: 188%;
  top: -35%;
  left: -54%;
}
@media screen and (min-width: 768px) {
  .p-bench-mv__bg img {
    width: 252%;
    top: -36%;
    left: -75%;
  }
}

.p-bench-time__item {
  margin-bottom: 53px;
  margin-bottom: 3.3125rem;
}
@media screen and (min-width: 768px) {
  .p-bench-time__item {
    margin-bottom: 11.125rem;
  }
}

.p-bench-time__heading {
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-bench-time__line {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
  .p-bench-time__line img {
    width: 90%;
    max-width: 104.6875rem;
    margin: 0 auto;
  }
}

.p-bench-time__title {
  width: 100%;
  margin: -30px auto 0;
  margin: -1.875rem auto 0;
  max-width: 277px;
  max-width: 17.3125rem;
}
@media screen and (min-width: 768px) {
  .p-bench-time__title {
    max-width: 44.75rem;
    margin-top: -12.625rem;
  }
}

.p-bench-time__flower {
  position: absolute;
  content: "";
}

.p-bench-time__flower.is-inview {
  -webkit-transition: opacity 1.2s 0.4s, -webkit-transform 1.2s 0.4s;
  transition: opacity 1.2s 0.4s, -webkit-transform 1.2s 0.4s;
  transition: opacity 1.2s 0.4s, transform 1.2s 0.4s;
  transition: opacity 1.2s 0.4s, transform 1.2s 0.4s, -webkit-transform 1.2s 0.4s;
}

@media screen and (min-width: 768px) {
  .p-bench-time__body {
    margin-top: 11.625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-bench-time__illust {
  position: relative;
  width: 100%;
  max-width: 295px;
  max-width: 18.4375rem;
  margin: 71px auto 0;
  margin: 4.4375rem auto 0;
}
@media screen and (min-width: 768px) {
  .p-bench-time__illust {
    width: 57%;
    max-width: 100%;
    margin-top: 0;
  }
}

.p-bench-time__anim img {
  content: normal;
  content: initial;
  position: absolute;
}

.p-bench-time__content {
  padding: 0 25px;
  padding: 0 1.5625rem;
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-bench-time__content {
    width: 43%;
    margin-top: 0;
  }
}

.p-bench-time__content.p-bench-time__content--mt {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-bench-time__content.p-bench-time__content--mt {
    margin-top: 0;
  }
}

.p-bench-time__text {
  margin-top: 22px;
  margin-top: 1.375rem;
  color: #562708;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6153846154;
  letter-spacing: 0.09em;
}
@media screen and (min-width: 768px) {
  .p-bench-time__text {
    margin-top: 2.0625rem;
    font-weight: 500;
    font-size: 1.0625rem;
    line-height: 2.3;
    padding: 0 2.3125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-bench-time__item:nth-child(2n+1) .p-bench-time__body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media screen and (min-width: 768px) {
  .p-bench-time__item--01 .p-bench-time__title {
    margin-right: 2.5625rem;
  }
}
.p-bench-time__item--01 .p-bench-time__flower {
  width: 112px;
  width: 7rem;
  bottom: 47px;
  bottom: 2.9375rem;
  left: -8px;
  left: -0.5rem;
}
@media screen and (min-width: 768px) {
  .p-bench-time__item--01 .p-bench-time__flower {
    width: 21.625rem;
    bottom: 0.0625rem;
    left: -4.9375rem;
  }
}
@media screen and (min-width: 768px) {
  .p-bench-time__item--01 .p-bench-time__illust img {
    -webkit-transform: translate(3.625rem, 3.125rem);
            transform: translate(3.625rem, 3.125rem);
  }
}
.p-bench-time__item--01 .p-bench-time__anim img:nth-child(1) {
  width: 12%;
  top: -15%;
  left: 5%;
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
}
@media screen and (min-width: 768px) {
  .p-bench-time__item--01 .p-bench-time__anim img:nth-child(1) {
    width: 13%;
    top: -8%;
    left: -1%;
    -webkit-transform: none;
            transform: none;
  }
}
.p-bench-time__item--01 .p-bench-time__anim img:nth-child(2) {
  width: 6%;
  top: -19%;
  left: 21%;
}
@media screen and (min-width: 768px) {
  .p-bench-time__item--01 .p-bench-time__anim img:nth-child(2) {
    width: 7%;
    top: -18%;
    left: 15%;
  }
}
.p-bench-time__item--01 .p-bench-time__anim img:nth-child(3) {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-bench-time__item--01 .p-bench-time__anim img:nth-child(3) {
    display: block;
    width: 10%;
    top: -10%;
    left: 28%;
  }
}
.p-bench-time__item--01 .p-bench-time__anim img:nth-child(4) {
  width: 8%;
  top: -15%;
  left: 68%;
}
@media screen and (min-width: 768px) {
  .p-bench-time__item--01 .p-bench-time__anim img:nth-child(4) {
    width: 8%;
    top: -12%;
    left: 66%;
  }
}
.p-bench-time__item--01 .p-bench-time__anim img:nth-child(5) {
  width: 22%;
  top: -16%;
  left: 79%;
}
@media screen and (min-width: 768px) {
  .p-bench-time__item--01 .p-bench-time__anim img:nth-child(5) {
    width: 21%;
    top: -22%;
    left: 69%;
  }
}
.p-bench-time__item--01 .p-bench-time__anim img:nth-child(6) {
  width: 6%;
  top: -24%;
  left: 87%;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}
@media screen and (min-width: 768px) {
  .p-bench-time__item--01 .p-bench-time__anim img:nth-child(6) {
    width: 8%;
    top: 15%;
    left: 94%;
    -webkit-transform: none;
            transform: none;
  }
}
.p-bench-time__item--01 .p-bench-time__anim img:nth-child(7) {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-bench-time__item--01 .p-bench-time__anim img:nth-child(7) {
    display: block;
    width: 5%;
    top: 2%;
    left: 106%;
  }
}

@media screen and (min-width: 768px) {
  .p-bench-time__item--02 .p-bench-time__title {
    max-width: 47.125rem;
    margin-left: 2.5625rem;
  }
}
.p-bench-time__item--02 .p-bench-time__flower {
  width: 112px;
  width: 7rem;
  bottom: 32px;
  bottom: 2rem;
  right: 1px;
  right: 0.0625rem;
}
@media screen and (min-width: 768px) {
  .p-bench-time__item--02 .p-bench-time__flower {
    width: 22.125rem;
    bottom: -0.9375rem;
    right: -5.25rem;
  }
}
@media screen and (min-width: 768px) {
  .p-bench-time__item--02 .p-bench-time__body {
    margin-top: 13.75rem;
  }
}
@media screen and (min-width: 768px) {
  .p-bench-time__item--02 .p-bench-time__illust {
    -webkit-transform: translate(-4.375rem, 1.75rem);
            transform: translate(-4.375rem, 1.75rem);
  }
}
.p-bench-time__item--02 .p-bench-time__anim img:nth-child(1) {
  width: 5%;
  top: -15%;
  left: 8%;
}
@media screen and (min-width: 768px) {
  .p-bench-time__item--02 .p-bench-time__anim img:nth-child(1) {
    width: 7%;
    top: -35%;
    left: 12%;
  }
}
.p-bench-time__item--02 .p-bench-time__anim img:nth-child(2) {
  width: 5%;
  top: 8%;
  left: 8%;
}
@media screen and (min-width: 768px) {
  .p-bench-time__item--02 .p-bench-time__anim img:nth-child(2) {
    width: 6%;
    top: -10%;
    left: 20%;
  }
}
.p-bench-time__item--02 .p-bench-time__anim img:nth-child(3) {
  width: 16%;
  top: 10%;
  left: 20%;
}
@media screen and (min-width: 768px) {
  .p-bench-time__item--02 .p-bench-time__anim img:nth-child(3) {
    width: 19%;
    top: 5%;
    left: 25%;
  }
}
.p-bench-time__item--02 .p-bench-time__anim img:nth-child(4) {
  width: 25%;
  top: -17%;
  left: 27%;
}
@media screen and (min-width: 768px) {
  .p-bench-time__item--02 .p-bench-time__anim img:nth-child(4) {
    width: 25%;
    top: -28%;
    left: 37%;
  }
}
.p-bench-time__item--02 .p-bench-time__anim img:nth-child(5) {
  width: 8%;
  top: -2%;
  left: 76%;
}
@media screen and (min-width: 768px) {
  .p-bench-time__item--02 .p-bench-time__anim img:nth-child(5) {
    width: 7%;
    top: -10%;
    left: 81%;
  }
}
.p-bench-time__item--02 .p-bench-time__anim img:nth-child(6) {
  width: 5%;
  top: -14%;
  left: 84%;
}
@media screen and (min-width: 768px) {
  .p-bench-time__item--02 .p-bench-time__anim img:nth-child(6) {
    width: 5%;
    top: -22%;
    left: 88%;
  }
}
.p-bench-time__item--02 .p-bench-time__anim img:nth-child(7) {
  width: 18%;
  top: 4%;
  left: 77%;
}
@media screen and (min-width: 768px) {
  .p-bench-time__item--02 .p-bench-time__anim img:nth-child(7) {
    width: 17%;
    top: 0%;
    left: 83%;
  }
}
.p-bench-time__item--02 .p-bench-time__anim img:nth-child(8) {
  width: 5%;
  top: 17%;
  left: 79%;
}
@media screen and (min-width: 768px) {
  .p-bench-time__item--02 .p-bench-time__anim img:nth-child(8) {
    width: 4%;
    top: 14%;
    left: 86%;
  }
}

@media screen and (min-width: 768px) {
  .p-bench-time__item--03 .p-bench-time__title {
    max-width: 41.875rem;
    margin-right: 2.5625rem;
  }
}
.p-bench-time__item--03 .p-bench-time__flower {
  width: 120px;
  width: 7.5rem;
  bottom: 55px;
  bottom: 3.4375rem;
  left: -8px;
  left: -0.5rem;
}
@media screen and (min-width: 768px) {
  .p-bench-time__item--03 .p-bench-time__flower {
    width: 24.25rem;
    bottom: 0.375rem;
    left: -7.1875rem;
  }
}
@media screen and (min-width: 768px) {
  .p-bench-time__item--03 .p-bench-time__body {
    margin-top: 10.6875rem;
  }
}
.p-bench-time__item--03 .p-bench-time__illust {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-bench-time__item--03 .p-bench-time__illust {
    margin-top: 0;
    -webkit-transform: translate(7.625rem, 3.875rem);
            transform: translate(7.625rem, 3.875rem);
  }
}
.p-bench-time__item--03 .p-bench-time__anim img:nth-child(1) {
  width: 12%;
  top: 0%;
  left: 6%;
}
@media screen and (min-width: 768px) {
  .p-bench-time__item--03 .p-bench-time__anim img:nth-child(1) {
    width: 12%;
    top: -13%;
    left: -12%;
  }
}
.p-bench-time__item--03 .p-bench-time__anim img:nth-child(2) {
  width: 5%;
  top: -16%;
  left: 39%;
}
@media screen and (min-width: 768px) {
  .p-bench-time__item--03 .p-bench-time__anim img:nth-child(2) {
    width: 4%;
    top: -25%;
    left: 29%;
  }
}
.p-bench-time__item--03 .p-bench-time__anim img:nth-child(3) {
  width: 4%;
  top: 6%;
  left: 77%;
}
@media screen and (min-width: 768px) {
  .p-bench-time__item--03 .p-bench-time__anim img:nth-child(3) {
    width: 4%;
    top: 2%;
    left: 64%;
  }
}
.p-bench-time__item--03 .p-bench-time__anim img:nth-child(4) {
  width: 9%;
  top: -11%;
  left: 81%;
}
@media screen and (min-width: 768px) {
  .p-bench-time__item--03 .p-bench-time__anim img:nth-child(4) {
    width: 9%;
    top: -13%;
    left: 92%;
  }
}
.p-bench-time__item--03 .p-bench-time__anim img:nth-child(5) {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-bench-time__item--03 .p-bench-time__anim img:nth-child(5) {
    display: block;
    width: 11%;
    top: -24%;
    left: 69%;
  }
}
.p-bench-time__item--03 .p-bench-time__anim--bg {
  position: absolute;
  width: 78%;
  top: -15%;
  left: 16%;
}
@media screen and (min-width: 768px) {
  .p-bench-time__item--03 .p-bench-time__anim--bg {
    width: 72%;
    top: -24%;
    left: 15%;
  }
}

@media screen and (min-width: 768px) {
  .p-bench-time__item--04 .p-bench-time__title {
    max-width: 52.5rem;
    margin-left: 2.5625rem;
  }
}
.p-bench-time__item--04 .p-bench-time__flower {
  width: 112px;
  width: 7rem;
  bottom: 35px;
  bottom: 2.1875rem;
  right: 4px;
  right: 0.25rem;
}
@media screen and (min-width: 768px) {
  .p-bench-time__item--04 .p-bench-time__flower {
    width: 22.125rem;
    bottom: -0.1875rem;
    right: -5.25rem;
  }
}
.p-bench-time__item--04 .p-bench-time__body {
  margin-top: 88px;
  margin-top: 5.5rem;
}
@media screen and (min-width: 768px) {
  .p-bench-time__item--04 .p-bench-time__body {
    margin-top: 13.125rem;
  }
}
@media screen and (min-width: 768px) {
  .p-bench-time__item--04 .p-bench-time__illust {
    -webkit-transform: translate(-0.25rem, 1.5625rem) scale(0.9);
            transform: translate(-0.25rem, 1.5625rem) scale(0.9);
  }
}
.p-bench-time__item--04 .p-bench-time__anim img:nth-child(1) {
  width: 30%;
  top: -27%;
  left: 66%;
}
@media screen and (min-width: 768px) {
  .p-bench-time__item--04 .p-bench-time__anim img:nth-child(1) {
    width: 33%;
    top: -34%;
    left: 66%;
  }
}
.p-bench-time__item--04 .p-bench-time__anim img:nth-child(2) {
  width: 6%;
  top: -17%;
  left: 54%;
}
@media screen and (min-width: 768px) {
  .p-bench-time__item--04 .p-bench-time__anim img:nth-child(2) {
    width: 6%;
    top: -15%;
    left: 11%;
  }
}
.p-bench-time__item--04 .p-bench-time__anim img:nth-child(3) {
  width: 4%;
  top: -9%;
  left: 46%;
}
@media screen and (min-width: 768px) {
  .p-bench-time__item--04 .p-bench-time__anim img:nth-child(3) {
    width: 4%;
    top: -19%;
    left: 1%;
  }
}
.p-bench-time__item--04 .p-bench-time__anim img:nth-child(4) {
  width: 5%;
  top: 13%;
  left: 89%;
}
@media screen and (min-width: 768px) {
  .p-bench-time__item--04 .p-bench-time__anim img:nth-child(4) {
    width: 5%;
    top: -27%;
    left: 31%;
  }
}
.p-bench-time__item--04 .p-bench-time__anim img:nth-child(5) {
  width: 10%;
  top: 3%;
  left: 59%;
}
@media screen and (min-width: 768px) {
  .p-bench-time__item--04 .p-bench-time__anim img:nth-child(5) {
    width: 9%;
    top: -15%;
    left: 34%;
  }
}
.p-bench-time__item--04 .p-bench-time__anim img:nth-child(6) {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-bench-time__item--04 .p-bench-time__anim img:nth-child(6) {
    display: block;
    width: 5%;
    top: -5%;
    left: 53%;
  }
}

@media screen and (min-width: 768px) {
  .p-bench-time__item--05 .p-bench-time__title {
    margin-top: -14.3125rem;
    max-width: 47.0625rem;
    margin-right: 2.5625rem;
  }
}
.p-bench-time__item--05 .p-bench-time__flower {
  width: 106px;
  width: 6.625rem;
  bottom: 45px;
  bottom: 2.8125rem;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-bench-time__item--05 .p-bench-time__flower {
    width: 23.125rem;
    bottom: 0;
    left: -2.5625rem;
  }
}
@media screen and (min-width: 768px) {
  .p-bench-time__item--05 .p-bench-time__body {
    margin-top: 10.3125rem;
  }
}
.p-bench-time__item--05 .p-bench-time__illust {
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-bench-time__item--05 .p-bench-time__illust {
    margin-top: 0;
    -webkit-transform: translate(2.75rem, 1.1875rem) scale(0.85);
            transform: translate(2.75rem, 1.1875rem) scale(0.85);
  }
}
.p-bench-time__item--05 .p-bench-time__anim img:nth-child(1) {
  width: 12%;
  top: 36%;
  left: 1%;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
@media screen and (min-width: 768px) {
  .p-bench-time__item--05 .p-bench-time__anim img:nth-child(1) {
    width: 11%;
    top: 19%;
    left: 6%;
    -webkit-transform: none;
            transform: none;
  }
}
.p-bench-time__item--05 .p-bench-time__anim img:nth-child(2) {
  width: 4%;
  top: 19%;
  left: 28%;
  -webkit-transform: rotate(-17deg);
          transform: rotate(-17deg);
}
@media screen and (min-width: 768px) {
  .p-bench-time__item--05 .p-bench-time__anim img:nth-child(2) {
    width: 4%;
    top: 6%;
    left: 23%;
    -webkit-transform: none;
            transform: none;
  }
}
.p-bench-time__item--05 .p-bench-time__anim img:nth-child(3) {
  width: 10%;
  top: -1%;
  left: 24%;
  -webkit-transform: rotate(-18deg);
          transform: rotate(-18deg);
}
@media screen and (min-width: 768px) {
  .p-bench-time__item--05 .p-bench-time__anim img:nth-child(3) {
    width: 10%;
    top: -24%;
    left: 26%;
    -webkit-transform: none;
            transform: none;
  }
}
.p-bench-time__item--05 .p-bench-time__anim img:nth-child(4) {
  width: 10%;
  top: 11%;
  left: 35%;
  -webkit-transform: rotate(-18deg);
          transform: rotate(-18deg);
}
@media screen and (min-width: 768px) {
  .p-bench-time__item--05 .p-bench-time__anim img:nth-child(4) {
    width: 10%;
    top: 1%;
    left: 31%;
    -webkit-transform: none;
            transform: none;
  }
}
.p-bench-time__item--05 .p-bench-time__anim img:nth-child(5) {
  width: 5%;
  top: 33%;
  left: 23%;
  -webkit-transform: rotate(-26deg);
          transform: rotate(-26deg);
}
@media screen and (min-width: 768px) {
  .p-bench-time__item--05 .p-bench-time__anim img:nth-child(5) {
    width: 5%;
    top: -33%;
    left: 38%;
    -webkit-transform: none;
            transform: none;
  }
}
.p-bench-time__item--05 .p-bench-time__anim img:nth-child(6) {
  width: 15%;
  top: -12%;
  left: 49%;
  -webkit-transform: rotate(-12deg);
          transform: rotate(-12deg);
}
@media screen and (min-width: 768px) {
  .p-bench-time__item--05 .p-bench-time__anim img:nth-child(6) {
    width: 15%;
    top: -26%;
    left: 52%;
    -webkit-transform: none;
            transform: none;
  }
}
.p-bench-time__item--05 .p-bench-time__anim img:nth-child(7) {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-bench-time__item--05 .p-bench-time__anim img:nth-child(7) {
    display: block;
    width: 9%;
    top: -32%;
    left: 91%;
  }
}
.p-bench-time__item--05 .p-bench-time__anim img:nth-child(8) {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-bench-time__item--05 .p-bench-time__anim img:nth-child(8) {
    display: block;
    width: 4%;
    top: -16%;
    left: 91%;
  }
}

.p-bench-tips {
  margin-top: 85px;
  margin-top: 5.3125rem;
}
@media screen and (min-width: 768px) {
  .p-bench-tips {
    margin-top: 14rem;
  }
}

.p-bench-tips__inner {
  max-width: 365px;
  max-width: 22.8125rem;
}
@media screen and (min-width: 768px) {
  .p-bench-tips__inner {
    max-width: 87.9375rem;
  }
}

.p-bench-tips__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-bench-tips__wrapper::before, .p-bench-tips__wrapper::after {
  display: inline-block;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.p-bench-tips__wrapper::before {
  background-image: url(../images/bench/frame-top-sp.png);
  width: 325px;
  width: 20.3125rem;
  height: 140px;
  height: 8.75rem;
}
@media screen and (min-width: 768px) {
  .p-bench-tips__wrapper::before {
    background-image: url(../images/bench/frame-top2.png);
    width: 84.8125rem;
    height: 21.9375rem;
  }
}
.p-bench-tips__wrapper::after {
  background-image: url(../images/bench/frame-bottom-sp.png);
  width: 325px;
  width: 20.3125rem;
  height: 144px;
  height: 9rem;
}
@media screen and (min-width: 768px) {
  .p-bench-tips__wrapper::after {
    background-image: url(../images/bench/frame-bottom2.png);
    width: 84.8125rem;
    height: 21.9375rem;
  }
}

.p-bench-tips__text {
  color: #562708;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.8181818182;
  letter-spacing: 0.09em;
  margin-top: -27px;
  margin-top: -1.6875rem;
  margin-bottom: -61px;
  margin-bottom: -3.8125rem;
  padding: 0 36px;
  padding: 0 2.25rem;
}
@media screen and (min-width: 768px) {
  .p-bench-tips__text {
    font-weight: 500;
    font-size: 1.0625rem;
    line-height: 2.3333333333;
    padding: 0 15.75rem;
    margin-top: -6.625rem;
    margin-bottom: -11.0625rem;
  }
}

.p-box {
  background: #f4faf9;
  border-radius: 0.5rem;
  padding: 26px 30px;
  padding: 1.625rem 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-box {
    border-radius: 1rem;
    padding: 3rem 4.9375rem;
  }
}

.p-box__heading img {
  width: auto;
  height: 17px;
  height: 1.0625rem;
}
@media screen and (min-width: 768px) {
  .p-box__heading img {
    height: 1.25rem;
    min-height: 12px;
  }
}

.p-box__heading--break img {
  width: auto;
  height: 48px;
  height: 3rem;
}
@media screen and (min-width: 768px) {
  .p-box__heading--break img {
    height: 1.25rem;
  }
}

.p-box__text {
  margin-top: 14px;
  margin-top: 0.875rem;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.75;
  letter-spacing: 0.07em;
}
@media screen and (min-width: 768px) {
  .p-box__text {
    font-size: 1rem;
    line-height: 2;
  }
}

.p-dog-concierge {
  padding-top: 35px;
  padding-top: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .p-dog-concierge {
    padding-top: 9.8125rem;
  }
}

.p-dog-concierge__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 43px;
  padding-right: 2.6875rem;
  padding-left: 43px;
  padding-left: 2.6875rem;
}
@media screen and (min-width: 768px) {
  .p-dog-concierge__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-width: 59.375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-dog-concierge__inner::before {
    position: absolute;
    content: "";
    background-image: url(../images/pet/profile-deco01.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 14.875rem;
    height: 12.6875rem;
    top: -8.6875rem;
    right: -17.4375rem;
    z-index: -1;
  }
}

@media screen and (min-width: 768px) {
  .p-dog-concierge__inner::after {
    position: absolute;
    content: "";
    background-image: url(../images/pet/profile-deco02.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 14.875rem;
    height: 12.6875rem;
    bottom: -7.9375rem;
    left: -19.9375rem;
    z-index: -1;
  }
}

.p-dog-concierge__img {
  margin-top: 16px;
  margin-top: 1rem;
  width: 100%;
  max-width: 182px;
  max-width: 11.375rem;
  position: relative;
}
.p-dog-concierge__img::before {
  padding-top: 86.81%;
  display: block;
  content: "";
}
.p-dog-concierge__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (min-width: 768px) {
  .p-dog-concierge__img {
    margin-top: 0;
    width: 22.625rem;
    max-width: 100%;
  }
}

.p-dog-concierge__img::after {
  position: absolute;
  content: "";
  background-image: url(../images/pet/profile-deco01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 65px;
  width: 4.0625rem;
  height: 56px;
  height: 3.5rem;
  top: -60px;
  top: -3.75rem;
  right: -60px;
  right: -3.75rem;
  z-index: -1;
  -webkit-transform: rotate(-11deg);
          transform: rotate(-11deg);
}
@media screen and (min-width: 768px) {
  .p-dog-concierge__img::after {
    display: none;
  }
}

.p-dog-concierge__body {
  display: contents;
}
@media screen and (min-width: 768px) {
  .p-dog-concierge__body {
    display: block;
    width: calc(100% - 22.625rem);
    padding-left: 2.8125rem;
  }
}

.p-dog-concierge__profile {
  width: 100%;
  max-width: 109px;
  max-width: 6.8125rem;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.p-dog-concierge__profile img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .p-dog-concierge__profile {
    max-width: 16.1875rem;
  }
}

.p-dog-concierge__heading {
  margin-top: 3px;
  margin-top: 0.1875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-dog-concierge__heading {
    margin-top: 1.3125rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.p-dog-concierge__position {
  display: inline-block;
  font-weight: 700;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #fff;
  background: #f18b00;
  margin-right: 11px;
  margin-right: 0.6875rem;
  padding: 0 10px;
  padding: 0 0.625rem;
  margin-left: 8px;
  margin-left: 0.5rem;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-dog-concierge__position {
    font-size: 1.625rem;
    margin-top: 0.6875rem;
    margin-left: 0;
    padding: 0 1.4375rem;
    margin-right: 1.5rem;
  }
}

.p-dog-concierge__name {
  color: #805018;
  font-weight: 700;
  font-size: 25px;
  font-size: 1.5625rem;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.p-dog-concierge__name span {
  font-weight: 400;
  font-size: 17px;
  font-size: 1.0625rem;
}
@media screen and (min-width: 768px) {
  .p-dog-concierge__name {
    font-size: 3.0625rem;
  }
  .p-dog-concierge__name span {
    font-size: 2.125rem;
  }
}

.p-dog-concierge__text {
  margin-top: 7px;
  margin-top: 0.4375rem;
  color: #805018;
  font-weight: 500;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.75;
  letter-spacing: 0.07em;
}
@media screen and (min-width: 768px) {
  .p-dog-concierge__text {
    margin-top: 0.75rem;
    font-size: 1rem;
    line-height: 1.7997504679;
  }
}

.p-dogs-feelings {
  padding-top: 62px;
  padding-top: 3.875rem;
  padding-bottom: 73px;
  padding-bottom: 4.5625rem;
}
@media screen and (min-width: 768px) {
  .p-dogs-feelings {
    padding-top: 16.6875rem;
    padding-bottom: 12rem;
  }
}

.p-dogs-feelings__inner {
  position: relative;
  max-width: 372px;
  max-width: 23.25rem;
}
@media screen and (min-width: 768px) {
  .p-dogs-feelings__inner {
    max-width: 61.0625rem;
    min-width: 500px;
  }
}

.p-dogs-feelings__lead {
  position: absolute;
  width: 50%;
  top: -13%;
  right: 3%;
}
@media screen and (min-width: 768px) {
  .p-dogs-feelings__lead {
    width: 60%;
    top: -19%;
    right: -11%;
  }
}

.p-dogs-feelings__text {
  position: absolute;
  width: 47%;
  bottom: 19%;
  left: 13%;
  color: #fff;
  font-weight: 700;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1.85;
  letter-spacing: 0.07em;
}
@media screen and (min-width: 768px) {
  .p-dogs-feelings__text {
    width: 47%;
    bottom: 25%;
    font-size: 1.25rem;
    line-height: 2;
  }
}

.p-dogs-feelings.p-dogs-feelings--large .p-dogs-feelings__lead {
  position: absolute;
  width: 47%;
  top: -18%;
  right: 47%;
}
.p-dogs-feelings.p-dogs-feelings--large .p-dogs-feelings__lead img {
  -webkit-transform: rotate(-9deg);
          transform: rotate(-9deg);
}
@media screen and (min-width: 768px) {
  .p-dogs-feelings.p-dogs-feelings--large .p-dogs-feelings__lead {
    width: 57%;
    top: -33%;
    right: 49%;
  }
  .p-dogs-feelings.p-dogs-feelings--large .p-dogs-feelings__lead img {
    -webkit-transform: none;
            transform: none;
  }
}
.p-dogs-feelings.p-dogs-feelings--large .p-dogs-feelings__text {
  left: 39%;
}
@media screen and (min-width: 768px) {
  .p-dogs-feelings.p-dogs-feelings--large .p-dogs-feelings__text {
    left: 42%;
  }
}
@media screen and (min-width: 768px) {
  .p-dogs-feelings.p-dogs-feelings--large .p-dogs-feelings__inner::before {
    position: absolute;
    content: "";
    background-image: url(../images/pet/large-deco03.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 22.625rem;
    height: 8.9375rem;
    z-index: -1;
    width: 22.625rem;
    height: 8.9375rem;
    bottom: -20.5625rem;
    right: -26.0625rem;
  }
}
@media screen and (min-width: 768px) {
  .p-dogs-feelings.p-dogs-feelings--large .p-dogs-feelings__inner::after {
    position: absolute;
    content: "";
    background-image: url(../images/pet/large-deco04.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 22.625rem;
    height: 8.9375rem;
    z-index: -1;
    width: 19.375rem;
    height: 7.6875rem;
    bottom: -1.0625rem;
    left: -26.1875rem;
  }
}

.p-for-beginners {
  padding-top: 38px;
  padding-top: 2.375rem;
  padding-bottom: 41px;
  padding-bottom: 2.5625rem;
}
@media screen and (min-width: 768px) {
  .p-for-beginners {
    padding-top: 6.75rem;
    padding-bottom: 8rem;
  }
}

.p-for-beginners__inner {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-for-beginners__inner {
    max-width: 49.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-for-beginners__inner::before {
    position: absolute;
    content: "";
    background-image: url(../images/pet/profile-deco01.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 14.875rem;
    height: 12.6875rem;
    top: 10.1875rem;
    right: -22.375rem;
    z-index: -1;
  }
}

.p-for-beginners__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-for-beginners__title img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  max-width: 262px;
  max-width: 16.375rem;
  margin: 0 12px;
  margin: 0 0.75rem;
}
.p-for-beginners__title::before, .p-for-beginners__title::after {
  content: "";
  width: 100%;
  height: 2px;
  height: 0.125rem;
  background: #eda905;
}
@media screen and (min-width: 768px) {
  .p-for-beginners__title img {
    max-width: 32.6875rem;
  }
}

.p-for-beginners__body {
  border-bottom: 2px solid #eda905;
  border-bottom: 0.125rem solid #eda905;
  padding-bottom: 17px;
  padding-bottom: 1.0625rem;
}
@media screen and (min-width: 768px) {
  .p-for-beginners__body {
    padding-bottom: 2.375rem;
  }
}

.p-for-beginners__subheading {
  margin-top: 3px;
  margin-top: 0.1875rem;
  color: #eda905;
  font-weight: 500;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.3333333333;
  letter-spacing: 0.15em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-for-beginners__subheading {
    margin-top: 0.4375rem;
    font-size: 1.875rem;
    line-height: 2.1533333333;
  }
}

.p-for-beginners__lead {
  margin-top: 2px;
  margin-top: 0.125rem;
  color: #eda905;
  font-weight: 500;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1.7996011964;
  letter-spacing: 0.15em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-for-beginners__lead {
    margin-top: -0.75rem;
    font-size: 1.25rem;
    line-height: 1.987;
  }
}

.p-for-beginners__text {
  margin-top: 7px;
  margin-top: 0.4375rem;
  color: #805018;
  font-weight: 500;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.75;
  letter-spacing: 0.07em;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
}
.p-for-beginners__text span {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .p-for-beginners__text {
    margin-top: 1.3125rem;
    font-size: 1rem;
    line-height: 1.8;
  }
}

.p-gallery {
  background-image: url(../images/pet/gallery-bg-sp.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  .p-gallery {
    background-image: url(../images/pet/gallery-bg.png);
  }
}

.p-gallery__inner {
  position: relative;
  height: 920px;
  height: 57.5rem;
  width: 100%;
  max-width: 375px;
  max-width: 23.4375rem;
}
@media screen and (min-width: 768px) {
  .p-gallery__inner {
    height: 163.1875rem;
    max-width: 93.75rem;
  }
}

.p-gallery__slider {
  position: absolute;
  width: 20%;
}
.p-gallery__slider img {
  -o-object-fit: contain;
     object-fit: contain;
}

.p-gallery__slider:nth-child(1) {
  width: 53%;
  top: 8.5%;
  left: 42.6%;
}
@media screen and (min-width: 768px) {
  .p-gallery__slider:nth-child(1) {
    width: 49%;
    top: 6.5%;
    left: 43%;
  }
}

.p-gallery__slider:nth-child(2) {
  width: 37%;
  top: 20.9%;
  left: 3.6%;
}
@media screen and (min-width: 768px) {
  .p-gallery__slider:nth-child(2) {
    width: 31%;
    top: 17.5%;
    left: 9.3%;
  }
}

.p-gallery__slider:nth-child(3) {
  width: 61%;
  top: 31%;
  left: 34.1%;
}
@media screen and (min-width: 768px) {
  .p-gallery__slider:nth-child(3) {
    width: 54%;
    top: 30.2%;
    left: 32.2%;
  }
}

.p-gallery__slider:nth-child(4) {
  width: 38%;
  top: 48.9%;
  left: 5.6%;
}
@media screen and (min-width: 768px) {
  .p-gallery__slider:nth-child(4) {
    width: 40%;
    top: 51.6%;
    left: 6.8%;
  }
}

.p-gallery__slider:nth-child(5) {
  width: 54%;
  top: 59.6%;
  left: 38.6%;
}
@media screen and (min-width: 768px) {
  .p-gallery__slider:nth-child(5) {
    width: 45%;
    top: 61.1%;
    left: 51.6%;
  }
}

.p-gallery__slider:nth-child(6) {
  width: 42%;
  top: 82.6%;
  left: 8.6%;
}
@media screen and (min-width: 768px) {
  .p-gallery__slider:nth-child(6) {
    width: 36%;
    top: 75.7%;
    left: 11.2%;
  }
}

.p-gallery__illust img {
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
  width: 10%;
}
.p-gallery__illust img:nth-child(1) {
  width: 46%;
  top: 4.7%;
  left: 4%;
  -webkit-transform: rotate(-7deg);
          transform: rotate(-7deg);
}
@media screen and (min-width: 768px) {
  .p-gallery__illust img:nth-child(1) {
    width: 31.6%;
    top: 5.3%;
    left: 14.3%;
    -webkit-transform: none;
            transform: none;
  }
}
.p-gallery__illust img:nth-child(2) {
  width: 26%;
  top: 37.7%;
  left: 5%;
}
@media screen and (min-width: 768px) {
  .p-gallery__illust img:nth-child(2) {
    width: 22%;
    top: 34.8%;
    left: 8.8%;
  }
}
.p-gallery__illust img:nth-child(3) {
  width: 26%;
  top: 73.4%;
  left: 9.5%;
}
@media screen and (min-width: 768px) {
  .p-gallery__illust img:nth-child(3) {
    width: 27%;
    top: 44.4%;
    left: 2.5%;
  }
}
.p-gallery__illust img:nth-child(4) {
  width: 19%;
  top: 63.9%;
  left: 8.7%;
  -webkit-transform: rotate(-70deg);
          transform: rotate(-70deg);
}
@media screen and (min-width: 768px) {
  .p-gallery__illust img:nth-child(4) {
    width: 11.1%;
    top: 56%;
    left: 86.1%;
    -webkit-transform: none;
            transform: none;
  }
}
.p-gallery__illust img:nth-child(5) {
  width: 8%;
  top: 54.1%;
  left: 85.8%;
}
@media screen and (min-width: 768px) {
  .p-gallery__illust img:nth-child(5) {
    width: 6%;
    top: 32.4%;
    left: 90.1%;
  }
}
.p-gallery__illust img:nth-child(6) {
  width: 16%;
  top: 14.6%;
  left: 20%;
}
@media screen and (min-width: 768px) {
  .p-gallery__illust img:nth-child(6) {
    width: 11%;
    top: 13.9%;
    left: 30%;
  }
}
.p-gallery__illust img:nth-child(7) {
  width: 20.9%;
  top: 27.7%;
  left: 73%;
  -webkit-transform: scaleX(-1) rotate(184deg);
          transform: scaleX(-1) rotate(184deg);
}
@media screen and (min-width: 768px) {
  .p-gallery__illust img:nth-child(7) {
    width: 16.9%;
    top: 23.7%;
    left: 83%;
    -webkit-transform: none;
            transform: none;
  }
}
.p-gallery__illust img:nth-child(8) {
  width: 28%;
  top: 86.6%;
  left: 63%;
  -webkit-transform: rotate(6deg);
          transform: rotate(6deg);
}
@media screen and (min-width: 768px) {
  .p-gallery__illust img:nth-child(8) {
    width: 20%;
    top: 73.6%;
    left: 1%;
    -webkit-transform: none;
            transform: none;
  }
}

.p-garden-top__wrapper {
  background-image: url(../images/pet/garden-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-top: 27px;
  padding-top: 1.6875rem;
  padding-bottom: 25px;
  padding-bottom: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-garden-top__wrapper {
    padding-top: 9.5rem;
    padding-bottom: 9.625rem;
  }
}

.p-garden-top__title {
  position: relative;
  max-width: 332px;
  max-width: 20.75rem;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .p-garden-top__title {
    max-width: 90.4375rem;
    -webkit-transform: translateX(1.625rem);
            transform: translateX(1.625rem);
  }
}

.p-garden-top__title::before {
  position: absolute;
  content: "";
  background-image: url(../images/pet/garden-deco01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 16%;
  height: 23%;
  bottom: -10%;
  right: 0%;
  -webkit-animation: fuwafuwa 2s infinite;
          animation: fuwafuwa 2s infinite;
}
@media screen and (min-width: 768px) {
  .p-garden-top__title::before {
    width: 21%;
    height: 24%;
    bottom: -18%;
    right: 0%;
  }
}

.p-garden-top__lead {
  position: absolute;
  bottom: 13%;
  left: 0%;
  width: 38%;
}
@media screen and (min-width: 768px) {
  .p-garden-top__lead {
    bottom: 5%;
    left: -5%;
    width: 39%;
  }
}

.p-garden-top__inner {
  position: relative;
  margin-top: 100px;
  margin-top: 6.25rem;
}
@media screen and (min-width: 768px) {
  .p-garden-top__inner {
    margin-top: 8.4375rem;
    max-width: 105.875rem;
  }
}

.p-garden-top__inner::before {
  position: absolute;
  content: "";
  background-image: url(../images/pet/garden-bubble.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 162px;
  width: 10.125rem;
  height: 85px;
  height: 5.3125rem;
  left: 29px;
  left: 1.8125rem;
  top: -109px;
  top: -6.8125rem;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-garden-top__inner::before {
    width: 28.875rem;
    height: 15.875rem;
    top: -18.875rem;
    left: 23.9375rem;
  }
}

.p-garden-top__items {
  margin-top: 31px;
  margin-top: 1.9375rem;
}
.p-garden-top__items .slick-list {
  overflow: visible;
}

.p-garden-top__item {
  padding: 0 8px;
  padding: 0 0.5rem;
  height: auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-garden-top__item {
    padding: 0 0.75rem;
  }
}

.p-garden-top__img {
  position: relative;
  width: 100%;
  max-width: 300px;
  max-width: 18.75rem;
  margin: 41px auto 0;
  margin: 2.5625rem auto 0;
}
@media screen and (min-width: 768px) {
  .p-garden-top__img {
    margin-top: 8.625rem;
    max-width: 91.125rem;
    -webkit-transform: translateX(-2.0625rem);
            transform: translateX(-2.0625rem);
    padding-left: 12.9375rem;
  }
}

.p-garden-top__img::before {
  position: absolute;
  content: "";
  background-image: url(../images/pet/garden-deco02.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 89px;
  width: 5.5625rem;
  height: 87px;
  height: 5.4375rem;
  top: 87px;
  top: 5.4375rem;
  right: 0;
  -webkit-animation: yurayura 6s linear infinite;
          animation: yurayura 6s linear infinite;
}
@media screen and (min-width: 768px) {
  .p-garden-top__img::before {
    width: 17.25rem;
    height: 16.875rem;
    top: auto;
    right: auto;
    bottom: -5.8125rem;
    left: 0;
  }
}

.p-garden-top__text {
  margin-top: 28px;
  margin-top: 1.75rem;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
  color: #805018;
  font-weight: 500;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.75;
  letter-spacing: 0.07em;
}
@media screen and (min-width: 768px) {
  .p-garden-top__text {
    margin: 5.125rem auto 0;
    width: 100%;
    max-width: 52.875rem;
    font-size: 1.25rem;
    line-height: 2;
  }
}

@media screen and (min-width: 768px) {
  .p-btn__item.p-btn__item--sdgs {
    max-width: 23rem;
    min-width: 170px;
  }
}
@media screen and (min-width: 1024px) {
  .p-btn__item.p-btn__item--sdgs {
    max-width: 20rem;
    min-width: 190px;
  }
}

.p-btn__item.p-btn__item--sdgs a {
  padding: 12px 47px 12px 19px;
  padding: 0.75rem 2.9375rem 0.75rem 1.1875rem;
}
@media screen and (min-width: 768px) {
  .p-btn__item.p-btn__item--sdgs a {
    padding: 0.9375rem 2.125rem;
  }
  .p-btn__item.p-btn__item--sdgs a::before, .p-btn__item.p-btn__item--sdgs a::after {
    right: 1.875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-btn__item.p-btn__item--pet {
    max-width: 23rem;
    min-width: 185px;
  }
}
@media screen and (min-width: 1024px) {
  .p-btn__item.p-btn__item--pet {
    max-width: 20rem;
    min-width: 190px;
  }
}

.p-btn__item.p-btn__item--pet a {
  padding: 12px 47px 12px 19px;
  padding: 0.75rem 2.9375rem 0.75rem 1.1875rem;
}
@media screen and (min-width: 768px) {
  .p-btn__item.p-btn__item--pet a {
    padding: 0.9375rem 1.875rem;
  }
  .p-btn__item.p-btn__item--pet a img {
    margin-right: 0.6rem;
  }
  .p-btn__item.p-btn__item--pet a::before, .p-btn__item.p-btn__item--pet a::after {
    right: 1.875rem;
  }
}

.p-howto {
  position: relative;
}

.p-howto::before {
  position: absolute;
  content: "";
  background-image: url(../images/sdgs/bg-illust1-1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 365px;
  width: 22.8125rem;
  height: 78px;
  height: 4.875rem;
  top: -13px;
  top: -0.8125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-howto::before {
    display: none;
  }
}

.p-howto__heading {
  width: 100%;
  max-width: 163px;
  max-width: 10.1875rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-howto__heading {
    max-width: 100%;
  }
}

.p-howto__items {
  margin-top: 26px;
  margin-top: 1.625rem;
  display: grid;
  gap: 11px;
  gap: 0.6875rem;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .p-howto__items {
    margin-top: 1.3125rem;
    gap: 2.9375rem;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.p-howto__step img {
  width: auto;
  height: 56px;
  height: 3.5rem;
}

.p-howto__text {
  position: relative;
  margin-top: 3px;
  margin-top: 0.1875rem;
  padding-left: 66px;
  padding-left: 4.125rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.8571428571;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-howto__text {
    margin-top: 0;
    padding-left: 0;
    font-size: 0.9375rem;
    line-height: 2;
    letter-spacing: 0.1em;
  }
}

.p-howto__text::before {
  position: absolute;
  content: "";
  height: 96%;
  width: 1px;
  background: #2e989a;
  top: 11px;
  top: 0.6875rem;
  left: 28px;
  left: 1.75rem;
}
@media screen and (min-width: 768px) {
  .p-howto__text::before {
    display: none;
  }
}

.p-large-top__wrapper {
  background-image: url(../images/pet/large-top-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-top: 18px;
  padding-top: 1.125rem;
  padding-bottom: 21px;
  padding-bottom: 1.3125rem;
}
@media screen and (min-width: 768px) {
  .p-large-top__wrapper {
    padding-top: 7.3125rem;
    padding-bottom: 5rem;
  }
}

.p-large-top__title {
  position: relative;
  max-width: 324px;
  max-width: 20.25rem;
  -webkit-transform: translateX(-0.25rem);
          transform: translateX(-0.25rem);
  padding: 0;
}
@media screen and (min-width: 768px) {
  .p-large-top__title {
    max-width: 92.375rem;
    -webkit-transform: translateX(-1.375rem);
            transform: translateX(-1.375rem);
  }
}

.p-large-top__title::before {
  position: absolute;
  content: "";
  background-image: url(../images/pet/large-deco01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 14%;
  height: 25%;
  bottom: 4%;
  left: -3%;
  -webkit-animation: pikopiko 1s steps(2, start) infinite;
          animation: pikopiko 1s steps(2, start) infinite;
}
@media screen and (min-width: 768px) {
  .p-large-top__title::before {
    width: 12%;
    height: 24%;
    bottom: 6%;
    left: -1%;
  }
}

.p-large-top__lead {
  position: absolute;
  bottom: 11%;
  right: -1%;
  width: 44%;
}
@media screen and (min-width: 768px) {
  .p-large-top__lead {
    bottom: 13%;
    right: 1.4%;
    width: 40%;
  }
}

.p-large-top__inner {
  margin-top: 13px;
  margin-top: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .p-large-top__inner {
    margin-top: -2.3125rem;
    max-width: 105.875rem;
  }
}

.p-large-top__text {
  margin-top: 28px;
  margin-top: 1.75rem;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
  color: #805018;
  font-weight: 500;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.75;
  letter-spacing: 0.07em;
}
@media screen and (min-width: 768px) {
  .p-large-top__text {
    margin: 4.75rem auto 0;
    font-size: 1.25rem;
    line-height: 2;
    width: 100%;
    max-width: 52.5rem;
  }
}

.p-pet-about {
  padding-bottom: 28px;
  padding-bottom: 1.75rem;
}
@media screen and (min-width: 768px) {
  .p-pet-about {
    padding-bottom: 3.375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-pet-about__inner {
    max-width: 56rem;
  }
}

.p-pet-about__title {
  width: 100%;
  max-width: 276px;
  max-width: 17.25rem;
  margin: 14px auto 0;
  margin: 0.875rem auto 0;
}
@media screen and (min-width: 768px) {
  .p-pet-about__title {
    max-width: 43.75rem;
    margin-top: 1.5rem;
  }
}

.p-pet-about__text {
  margin-top: 26px;
  margin-top: 1.625rem;
  color: #805018;
  font-weight: 500;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.75;
  letter-spacing: 0.08em;
  padding-right: 25px;
  padding-right: 1.5625rem;
  padding-left: 25px;
  padding-left: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-pet-about__text {
    margin-top: 2.25rem;
    font-size: 1.25rem;
    line-height: 2;
  }
}

.p-pet-about__items {
  margin-top: 46px;
  margin-top: 2.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (min-width: 768px) {
  .p-pet-about__items {
    margin-top: 3.75rem;
  }
}

.p-pet-about__item:nth-child(1) {
  width: 50%;
  max-width: 145px;
  max-width: 9.0625rem;
  margin-right: 23px;
  margin-right: 1.4375rem;
}
@media screen and (min-width: 768px) {
  .p-pet-about__item:nth-child(1) {
    max-width: 18.0625rem;
    margin-right: 5.625rem;
  }
}

.p-pet-about__item:nth-child(2) {
  width: 50%;
  max-width: 129px;
  max-width: 8.0625rem;
}
@media screen and (min-width: 768px) {
  .p-pet-about__item:nth-child(2) {
    max-width: 16.125rem;
  }
}

.p-pet-about__item a {
  display: inline-block;
}

.p-pet-about__item a img {
  -o-object-fit: contain;
     object-fit: contain;
}

.p-pet-mv {
  background-image: url(../images/pet/top-bg-sp.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-top: 16px;
  padding-top: 1rem;
  padding-bottom: 38px;
  padding-bottom: 2.375rem;
}
@media screen and (min-width: 768px) {
  .p-pet-mv {
    background-image: url(../images/pet/top-bg.png);
    padding-top: 1.625rem;
    padding-bottom: 4.9375rem;
  }
}

.p-pet-mv__wrapper {
  position: relative;
  padding: 0;
  width: 100%;
  max-width: 352px;
  max-width: 22rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-pet-mv__wrapper {
    max-width: 76rem;
    -webkit-transform: translateX(-1.875rem);
            transform: translateX(-1.875rem);
  }
}

.p-pet-mv__illust img {
  position: absolute;
}
.p-pet-mv__illust img:nth-child(1) {
  width: 8%;
  top: -2%;
  left: 3%;
}
@media screen and (min-width: 768px) {
  .p-pet-mv__illust img:nth-child(1) {
    width: 12%;
    top: 3%;
    left: -18%;
  }
}
.p-pet-mv__illust img:nth-child(2) {
  width: 17%;
  top: 0%;
  left: 5%;
}
@media screen and (min-width: 768px) {
  .p-pet-mv__illust img:nth-child(2) {
    width: 25%;
    top: 7%;
    left: -17%;
  }
}
.p-pet-mv__illust img:nth-child(3) {
  width: 8%;
  top: 92%;
  left: 76%;
}
@media screen and (min-width: 768px) {
  .p-pet-mv__illust img:nth-child(3) {
    width: 10%;
    top: 36%;
    left: 110%;
  }
}
.p-pet-mv__illust img:nth-child(4) {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-pet-mv__illust img:nth-child(4) {
    display: block;
    width: 17%;
    top: 71%;
    left: 103%;
  }
}
.p-pet-mv__illust img:nth-child(5) {
  width: 14%;
  top: 82%;
  left: 84%;
}
@media screen and (min-width: 768px) {
  .p-pet-mv__illust img:nth-child(5) {
    width: 22%;
    top: 42%;
    left: 104%;
  }
}

.p-pet-point {
  padding-top: 11px;
  padding-top: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .p-pet-point {
    padding-top: 3.125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-pet-point__inner {
    max-width: 83.125rem;
  }
}

.p-pet-point__item {
  position: relative;
  margin-top: 30px;
  margin-top: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-pet-point__item {
    margin-top: 7.0625rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-pet-point__body {
  display: contents;
}
@media screen and (min-width: 768px) {
  .p-pet-point__body {
    display: block;
    width: 50%;
  }
}

.p-pet-point__heading {
  position: relative;
  width: 100%;
  max-width: 303px;
  max-width: 18.9375rem;
  margin: 0 auto;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (min-width: 768px) {
  .p-pet-point__heading {
    max-width: 37.8125rem;
  }
}

.p-pet-point__title {
  position: absolute;
  color: #805018;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  top: 20%;
  left: 0;
  width: 100%;
  text-align: center;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-pet-point__title {
    font-size: 2.25rem;
  }
}

.p-pet-point__text {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
  color: #805018;
  font-weight: 500;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.75;
  letter-spacing: 0.07em;
}
@media screen and (min-width: 768px) {
  .p-pet-point__text {
    margin-top: 4.6875rem;
    font-size: 1.125rem;
    line-height: 1.9444444444;
  }
}

@media screen and (min-width: 768px) {
  .p-pet-point__body.p-pet-point__body--big {
    width: 55%;
  }
}
@media screen and (min-width: 768px) {
  .p-pet-point__body.p-pet-point__body--big .p-pet-point__heading {
    max-width: 37.8125rem;
  }
}
.p-pet-point__body.p-pet-point__body--big .p-pet-point__title {
  margin-left: -10px;
  margin-left: -0.625rem;
}
@media screen and (min-width: 768px) {
  .p-pet-point__body.p-pet-point__body--big .p-pet-point__title {
    margin-left: -1.875rem;
  }
}

.p-pet-point__img {
  margin-top: 12px;
  margin-top: 0.75rem;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 100%;
  max-width: 300px;
  max-width: 18.75rem;
  position: relative;
}
.p-pet-point__img::before {
  padding-top: 67%;
  display: block;
  content: "";
}
.p-pet-point__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media screen and (min-width: 768px) {
  .p-pet-point__img {
    margin-top: 3.1875rem;
    width: 50%;
    max-width: 100%;
  }
}

.p-pet-point__img.p-pet-point__img--small {
  width: 85%;
  max-width: 255px;
  max-width: 15.9375rem;
}
@media screen and (min-width: 768px) {
  .p-pet-point__img.p-pet-point__img--small {
    width: 42.5%;
    max-width: 100%;
  }
}

.p-pet-point__item:nth-child(2n+1) .p-pet-point__title {
  padding-left: 65px;
  padding-left: 4.0625rem;
}
@media screen and (min-width: 768px) {
  .p-pet-point__item:nth-child(2n+1) .p-pet-point__title {
    padding-left: 6.8125rem;
  }
  .p-pet-point__item:nth-child(2n+1) .p-pet-point__text {
    padding-left: 8.1875rem;
    padding-right: 4.0625rem;
  }
}

.p-pet-point__item:nth-child(2n) .p-pet-point__title {
  padding-right: 65px;
  padding-right: 4.0625rem;
}
@media screen and (min-width: 768px) {
  .p-pet-point__item:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .p-pet-point__item:nth-child(2n) .p-pet-point__title {
    padding-right: 8.375rem;
  }
  .p-pet-point__item:nth-child(2n) .p-pet-point__text {
    padding-left: 9.1875rem;
    padding-right: 5.1875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-pet-point__item::before,
.p-pet-point__item::after {
    position: absolute;
    content: "";
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 13.625rem;
    height: 16.125rem;
  }
}

.p-pet-point__item--small01::before {
  background-image: url(../images/pet/small-deco02.png);
  top: -222px;
  top: -13.875rem;
  right: -212px;
  right: -13.25rem;
}
.p-pet-point__item--small01::after {
  background-image: url(../images/pet/small-deco03.png);
  top: -375px;
  top: -23.4375rem;
  left: -213px;
  left: -13.3125rem;
}

.p-pet-point__item--small02::before {
  background-image: url(../images/pet/small-deco02.png);
  bottom: -100px;
  bottom: -6.25rem;
  right: -212px;
  right: -13.25rem;
}
.p-pet-point__item--small02::after {
  background-image: url(../images/pet/small-deco03.png);
  top: -275px;
  top: -17.1875rem;
  left: -213px;
  left: -13.3125rem;
}

.p-pet-point__item--small03::before {
  background-image: url(../images/pet/small-deco02.png);
  bottom: -222px;
  bottom: -13.875rem;
  right: -212px;
  right: -13.25rem;
}
.p-pet-point__item--small03::after {
  background-image: url(../images/pet/small-deco03.png);
  bottom: -125px;
  bottom: -7.8125rem;
  left: -213px;
  left: -13.3125rem;
}

.p-pet-point__item--large01::before {
  background-image: url(../images/pet/large-deco03.png);
  width: 362px;
  width: 22.625rem;
  height: 143px;
  height: 8.9375rem;
  top: -245px;
  top: -15.3125rem;
  right: -265px;
  right: -16.5625rem;
}
.p-pet-point__item--large01::after {
  background-image: url(../images/pet/large-deco04.png);
  width: 310px;
  width: 19.375rem;
  height: 123px;
  height: 7.6875rem;
  bottom: -45px;
  bottom: -2.8125rem;
  left: -269px;
  left: -16.8125rem;
}

.p-pet-point__item--large02::before {
  background-image: url(../images/pet/large-deco03.png);
  width: 362px;
  width: 22.625rem;
  height: 143px;
  height: 8.9375rem;
  bottom: -132px;
  bottom: -8.25rem;
  right: -265px;
  right: -16.5625rem;
}

.p-sdgs-about__inner {
  padding-right: 45px;
  padding-right: 2.8125rem;
  padding-left: 45px;
  padding-left: 2.8125rem;
}
@media screen and (min-width: 768px) {
  .p-sdgs-about__inner {
    max-width: 55.625rem;
  }
}

.p-sdgs-about__title {
  width: 100%;
  max-width: 216px;
  max-width: 13.5rem;
  margin: 33px auto 0;
  margin: 2.0625rem auto 0;
}
@media screen and (min-width: 768px) {
  .p-sdgs-about__title {
    max-width: 23.75rem;
    margin-top: -2.5625rem;
  }
}

.p-sdgs-about__text {
  margin-top: 26px;
  margin-top: 1.625rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.8571428571;
  letter-spacing: 0.07em;
}
@media screen and (min-width: 768px) {
  .p-sdgs-about__text {
    margin-top: 3.1875rem;
    font-size: 1.25rem;
    line-height: 2;
  }
}

.p-sdgs-about__content {
  display: none;
  margin-top: 36px;
  margin-top: 2.25rem;
}

.p-sdgs-about__btn {
  width: 100%;
  max-width: 273px;
  max-width: 17.0625rem;
  margin: 23px auto 0;
  margin: 1.4375rem auto 0;
}

.p-sdgs-closing {
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-sdgs-closing::before {
    position: absolute;
    content: "";
    background-image: url(../images/sdgs/bg-illust5.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 84.6875rem;
    height: 43.5625rem;
    top: -11.9375rem;
    left: 51%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: -1;
  }
}

.p-sdgs-closing__inner {
  padding-right: 27px;
  padding-right: 1.6875rem;
  padding-left: 27px;
  padding-left: 1.6875rem;
}
@media screen and (min-width: 768px) {
  .p-sdgs-closing__inner {
    max-width: 63.125rem;
  }
}

.p-sdgs-closing__text {
  margin: 35px 19px 0;
  margin: 2.1875rem 1.1875rem 0;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.8571428571;
  letter-spacing: 0.07em;
}
@media screen and (min-width: 768px) {
  .p-sdgs-closing__text {
    margin-top: 4.25rem;
    font-size: 1.25rem;
    line-height: 2;
    text-align: center;
  }
}

.p-sdgs-mv {
  background-image: url(../images/sdgs/mv-bg-sp.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 72px 0 60px;
  padding: 4.5rem 0 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-sdgs-mv {
    background-image: url(../images/sdgs/mv-bg.png);
    padding: 9.75rem 0 15.375rem;
  }
}

.p-sdgs-mv__wrapper {
  position: relative;
  max-width: 350px;
  max-width: 21.875rem;
}
@media screen and (min-width: 768px) {
  .p-sdgs-mv__wrapper {
    max-width: 120rem;
  }
}

.p-sdgs-mv__main {
  padding-left: 17px;
  padding-left: 1.0625rem;
  width: 100%;
  max-width: 242px;
  max-width: 15.125rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-sdgs-mv__main {
    max-width: 39.625rem;
  }
}

.p-sdgs-mv__illust img {
  position: absolute;
}
.p-sdgs-mv__illust img:nth-child(1) {
  width: 26%;
  top: -89%;
  left: 59%;
}
@media screen and (min-width: 768px) {
  .p-sdgs-mv__illust img:nth-child(1) {
    width: 16%;
    top: -64%;
    left: 72%;
  }
}
.p-sdgs-mv__illust img:nth-child(2) {
  width: 28%;
  top: -104%;
  left: 12%;
}
@media screen and (min-width: 768px) {
  .p-sdgs-mv__illust img:nth-child(2) {
    width: 14%;
    top: -58%;
    left: 19%;
  }
}
.p-sdgs-mv__illust img:nth-child(3) {
  width: 26%;
  top: 117%;
  left: -2%;
}
@media screen and (min-width: 768px) {
  .p-sdgs-mv__illust img:nth-child(3) {
    width: 13%;
    top: 113%;
    left: 26%;
  }
}
.p-sdgs-mv__illust img:nth-child(4) {
  width: 28%;
  top: 111%;
  left: 72%;
}
@media screen and (min-width: 768px) {
  .p-sdgs-mv__illust img:nth-child(4) {
    width: 16%;
    top: 78%;
    left: 69%;
  }
}

.p-sdgs {
  position: relative;
}

.p-sdgs::before {
  position: absolute;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  top: -62px;
  top: -3.875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .p-sdgs__inner {
    max-width: 63.125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-sdgs__heading {
    width: 100%;
    max-width: 41.25rem;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) {
  .p-sdgs__wrapper {
    margin-top: 2.1875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 2.5rem;
  }
}

.p-sdgs__img {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-sdgs__img {
    width: 50%;
  }
}

@media screen and (min-width: 768px) {
  .p-sdgs__body {
    width: 39%;
  }
}

.p-sdgs__text {
  margin: 28px 25px 0;
  margin: 1.75rem 1.5625rem 0;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.8571428571;
  letter-spacing: 0.07em;
}
@media screen and (min-width: 768px) {
  .p-sdgs__text {
    margin: 0;
    font-size: 1rem;
    line-height: 2;
  }
}

.p-sdgs__text--small {
  margin-top: 23px;
  margin-top: 1.4375rem;
  font-size: 12px;
  font-size: 0.75rem;
}
.p-sdgs__text--small a {
  color: #2e989a;
}
.p-sdgs__text--small a::after {
  content: "";
  margin-left: 3px;
  margin-left: 0.1875rem;
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url(./../images/common/link.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.p-sdgs__icon {
  margin-top: 28px;
  margin-top: 1.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 9px;
  gap: 0.5625rem;
}
.p-sdgs__icon li {
  width: 106px;
  width: 6.625rem;
}
@media screen and (min-width: 768px) {
  .p-sdgs__icon {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 1.25rem;
  }
  .p-sdgs__icon li {
    width: 8rem;
  }
}

.p-sdgs__content {
  display: none;
  margin: 39px 23px 0;
  margin: 2.4375rem 1.4375rem 0;
}

.p-sdgs__btn {
  width: 100%;
  max-width: 273px;
  max-width: 17.0625rem;
  margin: 23px auto 0;
  margin: 1.4375rem auto 0;
}
@media screen and (min-width: 768px) {
  .p-sdgs__btn {
    margin-top: 2.375rem;
  }
}

.p-sdgs--tips1 {
  padding-top: 81px;
  padding-top: 5.0625rem;
}
@media screen and (min-width: 768px) {
  .p-sdgs--tips1 {
    padding-top: 11rem;
  }
}
.p-sdgs--tips1::before {
  background-image: url(../images/sdgs/bg-illust1-sp.png);
  width: 327px;
  width: 20.4375rem;
  height: 135px;
  height: 8.4375rem;
  top: -62px;
  top: -3.875rem;
  left: 52%;
}
@media screen and (min-width: 768px) {
  .p-sdgs--tips1::before {
    background-image: url(../images/sdgs/bg-illust1.png);
    width: 80.5rem;
    height: 24.375rem;
    top: -7.6875rem;
    left: 47%;
  }
}
@media screen and (min-width: 768px) {
  .p-sdgs--tips1 .p-sdgs__body {
    margin-top: 2.125rem;
  }
}
.p-sdgs--tips1 .p-sdgs__content {
  margin: 58px 8px 0;
  margin: 3.625rem 0.5rem 0;
}
@media screen and (min-width: 768px) {
  .p-sdgs--tips1 .p-sdgs__content {
    margin: 4.25rem 5rem 0;
  }
}

.p-sdgs--tips2 {
  padding-top: 60px;
  padding-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-sdgs--tips2 {
    padding-top: 10.3125rem;
  }
}
.p-sdgs--tips2::before {
  background-image: url(../images/sdgs/bg-illust2-sp.png);
  width: 354px;
  width: 22.125rem;
  height: 130px;
  height: 8.125rem;
  top: -55px;
  top: -3.4375rem;
  left: 53%;
}
@media screen and (min-width: 768px) {
  .p-sdgs--tips2::before {
    background-image: url(../images/sdgs/bg-illust2.png);
    width: 89.75rem;
    height: 28.25rem;
    top: 2.6875rem;
    left: 50%;
  }
}
.p-sdgs--tips2 .p-sdgs__heading {
  width: 93%;
}
@media screen and (min-width: 768px) {
  .p-sdgs--tips2 .p-sdgs__heading {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .p-sdgs--tips2 .p-sdgs__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.p-sdgs--tips2 .p-sdgs__img {
  margin-top: -12px;
  margin-top: -0.75rem;
}
@media screen and (min-width: 768px) {
  .p-sdgs--tips2 .p-sdgs__img {
    margin-top: -4.5625rem;
  }
}
@media screen and (min-width: 768px) {
  .p-sdgs--tips2 .p-sdgs__icon {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.p-sdgs--tips3 {
  padding-top: 61px;
  padding-top: 3.8125rem;
}
@media screen and (min-width: 768px) {
  .p-sdgs--tips3 {
    padding-top: 12.125rem;
  }
}
.p-sdgs--tips3::before {
  background-image: url(../images/sdgs/bg-illust3-sp.png);
  width: 115px;
  width: 7.1875rem;
  height: 180px;
  height: 11.25rem;
  top: -85px;
  top: -5.3125rem;
  left: 80%;
}
@media screen and (min-width: 768px) {
  .p-sdgs--tips3::before {
    background-image: url(../images/sdgs/bg-illust3.png);
    width: 79.9375rem;
    height: 26.375rem;
    left: 51%;
  }
}
.p-sdgs--tips3 .p-sdgs__img {
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-sdgs--tips3 .p-sdgs__img {
    margin-top: 1.1875rem;
  }
}
@media screen and (min-width: 768px) {
  .p-sdgs--tips3 .p-sdgs__body {
    margin-top: 2.0625rem;
  }
}
@media screen and (min-width: 768px) {
  .p-sdgs--tips3 .p-sdgs__content {
    margin-left: 5.0625rem;
    margin-right: 5.0625rem;
  }
}

.p-sdgs--tips4 {
  padding-top: 70px;
  padding-top: 4.375rem;
}
@media screen and (min-width: 768px) {
  .p-sdgs--tips4 {
    padding-top: 11.125rem;
  }
}
.p-sdgs--tips4::before {
  background-image: url(../images/sdgs/bg-illust4-sp.png);
  width: 375px;
  width: 23.4375rem;
  height: 95px;
  height: 5.9375rem;
  top: -36px;
  top: -2.25rem;
}
@media screen and (min-width: 768px) {
  .p-sdgs--tips4::before {
    background-image: url(../images/sdgs/bg-illust4.png);
    width: 89.125rem;
    height: 33.5rem;
    top: -6.875rem;
    left: 49%;
  }
}
@media screen and (min-width: 768px) {
  .p-sdgs--tips4 .p-sdgs__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.p-sdgs--tips4 .p-sdgs__img {
  width: 86%;
  margin-top: 18px;
  margin-top: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-sdgs--tips4 .p-sdgs__img {
    width: 45%;
    margin-top: 7.375rem;
    margin-right: 3.25rem;
  }
}
@media screen and (min-width: 768px) {
  .p-sdgs--tips4 .p-sdgs__wrapper {
    gap: 1.3125rem;
  }
}
@media screen and (min-width: 768px) {
  .p-sdgs--tips4 .p-sdgs__body {
    margin-top: 2.125rem;
  }
}
@media screen and (min-width: 768px) {
  .p-sdgs--tips4 .p-sdgs__icon {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.p-small-top__wrapper {
  background-image: url(../images/pet/small-top-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-top: 24px;
  padding-top: 1.5rem;
  padding-bottom: 9px;
  padding-bottom: 0.5625rem;
}
@media screen and (min-width: 768px) {
  .p-small-top__wrapper {
    padding-top: 7.5rem;
    padding-bottom: 3.625rem;
  }
}

.p-small-top__title {
  position: relative;
  max-width: 343px;
  max-width: 21.4375rem;
  -webkit-transform: translateX(1rem);
          transform: translateX(1rem);
  padding: 0;
}
@media screen and (min-width: 768px) {
  .p-small-top__title {
    max-width: 94.375rem;
    -webkit-transform: translateX(4.375rem);
            transform: translateX(4.375rem);
  }
}

.p-small-top__title::before {
  position: absolute;
  content: "";
  background-image: url(../images/pet/small-deco01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 16%;
  height: 28%;
  top: 14%;
  right: 0%;
  z-index: 1;
  -webkit-animation: pikopiko 1s steps(2, start) infinite;
          animation: pikopiko 1s steps(2, start) infinite;
}
@media screen and (min-width: 768px) {
  .p-small-top__title::before {
    width: 17%;
    height: 30%;
    top: 13.2%;
    right: -0.4%;
  }
}

.p-small-top__lead {
  position: absolute;
  bottom: 20%;
  left: -3%;
  width: 40%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-small-top__lead {
    bottom: 18%;
    left: -2%;
    width: 39%;
  }
}

.p-small-top__inner {
  margin-top: 13px;
  margin-top: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .p-small-top__inner {
    margin-top: -2.3125rem;
    max-width: 99.375rem;
  }
}

.p-small-top__text {
  margin-top: 28px;
  margin-top: 1.75rem;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
  color: #805018;
  font-weight: 500;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.75;
  letter-spacing: 0.07em;
}
@media screen and (min-width: 768px) {
  .p-small-top__text {
    margin: 5.625rem auto 0;
    font-size: 1.25rem;
    line-height: 2;
    width: 100%;
    max-width: 52.5rem;
  }
}

.p-subpage-top.p-subpage-top--sdgs .p-subpage-top__heading {
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-subpage-top.p-subpage-top--sdgs .p-subpage-top__heading {
    margin-top: 3.625rem;
  }
}
.p-subpage-top.p-subpage-top--sdgs .p-subpage-top__heading::before {
  margin-right: 5px;
  margin-right: 0.3125rem;
  margin-bottom: 0;
  margin-left: 0;
  content: "";
  background-image: url(../images/sdgs/sdgs-icon.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 56px;
  width: 3.5rem;
  height: 50px;
  height: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-subpage-top.p-subpage-top--sdgs .p-subpage-top__heading::before {
    margin-right: 0.3125rem;
    margin-bottom: 0.875rem;
    width: 7rem;
    height: 6.1875rem;
  }
}
.p-subpage-top.p-subpage-top--sdgs .p-subpage-top__inner::before {
  display: none;
}

.p-subpage-top.p-subpage-top--pet .p-subpage-top__heading {
  margin-top: 40px;
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (min-width: 768px) {
  .p-subpage-top.p-subpage-top--pet .p-subpage-top__heading {
    margin-top: 3.625rem;
  }
}
.p-subpage-top.p-subpage-top--pet .p-subpage-top__heading::before {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 5px;
  margin-right: 0.3125rem;
  margin-bottom: 0;
  margin-left: 0;
  content: "";
  background-image: url(../images/pet/pet-icon.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 56px;
  width: 3.5rem;
  height: 50px;
  height: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-subpage-top.p-subpage-top--pet .p-subpage-top__heading::before {
    margin-right: 1.3125rem;
    margin-bottom: -0.375rem;
    width: 7rem;
    height: 6.1875rem;
  }
}
.p-subpage-top.p-subpage-top--pet .p-subpage-top__heading img {
  width: 81%;
  max-width: 272px;
  max-width: 17rem;
}
@media screen and (min-width: 768px) {
  .p-subpage-top.p-subpage-top--pet .p-subpage-top__heading img {
    max-width: 32.1875rem;
  }
}
.p-subpage-top.p-subpage-top--pet .p-subpage-top__inner::before {
  display: none;
}

.p-subpage-top.p-subpage-top--bench .p-subpage-top__heading {
  margin-top: 24px;
  margin-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (min-width: 768px) {
  .p-subpage-top.p-subpage-top--bench .p-subpage-top__heading {
    margin-top: 3.625rem;
  }
}
.p-subpage-top.p-subpage-top--bench .p-subpage-top__heading::before {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 16px;
  margin-right: 1rem;
  margin-top: 11px;
  margin-top: 0.6875rem;
  margin-bottom: 0;
  margin-left: 0;
  content: "";
  background-image: url(../images/bench/bench-icon.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 56px;
  width: 3.5rem;
  height: 50px;
  height: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-subpage-top.p-subpage-top--bench .p-subpage-top__heading::before {
    width: 7rem;
    height: 6.1875rem;
  }
}
.p-subpage-top.p-subpage-top--bench .p-subpage-top__heading img {
  width: 81%;
  max-width: 252px;
  max-width: 15.75rem;
}
@media screen and (min-width: 768px) {
  .p-subpage-top.p-subpage-top--bench .p-subpage-top__heading img {
    width: 100%;
    max-width: 48.1875rem;
  }
}
.p-subpage-top.p-subpage-top--bench .p-subpage-top__inner::before {
  display: none;
}
/*# sourceMappingURL=sdgs.css.map */
