@charset "UTF-8";
/* #aboutpetcare
------------------------------------ */
#aboutpetcare {
  max-width: calc(1080px + 4rem);
  padding: 0 2rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 55% 45%;
  grid-template-areas: "hgroup hgroup" "discription photo" "onegai onegai";
  gap: 1rem 3.5vw;
}
#aboutpetcare hgroup {
  grid-area: hgroup;
}
#aboutpetcare .discription {
  grid-area: discription;
}
#aboutpetcare .discription p strong {
  color: #4AA85A;
}
#aboutpetcare .discription p + p {
  margin-top: 2rem;
}
#aboutpetcare .discription .rabbit {
  width: 92px;
  margin: 0 0 1rem auto;
}
#aboutpetcare .photo {
  grid-area: photo;
}
#aboutpetcare .onegai {
  grid-area: onegai;
  background: #E8F3F1;
  border-radius: 20px;
  padding: 3rem 4rem 3rem 4rem;
  margin: 5rem 100px calc(21.6vw * 202 / 311 * 0.3) 0;
  position: relative;
}
#aboutpetcare .onegai:after {
  content: "";
  display: block;
  width: 310px;
  aspect-ratio: 311/202;
  background: url(/lib/img/treatment/img_02.webp) no-repeat center/contain;
  position: absolute;
  right: -6.9vw;
  bottom: calc(21.6vw * 202 / 311 * -0.3);
}
#aboutpetcare .onegai h3 {
  color: #4AA85A;
  font-size: clamp(1.8rem, 1.4vw, 2rem);
  padding-bottom: 1.5rem;
  margin-bottom: 3rem;
  background-image: repeating-linear-gradient(90deg, #4AA85A, #4AA85A 5px, transparent 3px, transparent 10px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 3px;
}
#aboutpetcare .onegai ul {
  margin-right: 220px;
}
#aboutpetcare .onegai ul li {
  display: flex;
}
#aboutpetcare .onegai ul li + li {
  margin-top: 1rem;
}
#aboutpetcare .onegai ul li:before {
  content: "●";
  margin-right: 0.5rem;
  color: #EEE331;
}
@media screen and (max-width: 767px) {
  #aboutpetcare {
    display: block;
  }
  #aboutpetcare .photo {
    margin: 2rem 0;
  }
  #aboutpetcare .onegai {
    grid-area: onegai;
    padding: 3rem 2rem 31.1768488746% 2rem;
    margin: 5rem 0 25.9807073955%;
    position: relative;
  }
  #aboutpetcare .onegai:after {
    content: "";
    display: block;
    width: 80%;
    aspect-ratio: 311/202;
    background: url(/lib/img/treatment/img_02.webp) no-repeat center/contain;
    position: absolute;
    right: 10%;
    bottom: -20.7845659164%;
  }
  #aboutpetcare .onegai h3 {
    color: #4AA85A;
    font-size: clamp(1.8rem, 1.4vw, 2rem);
    padding-bottom: 1.5rem;
    margin-bottom: 3rem;
    background-image: repeating-linear-gradient(90deg, #4AA85A, #4AA85A 5px, transparent 3px, transparent 10px);
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 100% 3px;
  }
  #aboutpetcare .onegai ul {
    margin-right: 0;
  }
}

/* .pagelink
------------------------------------ */
.pagelink {
  padding: 0 max(2rem, 50vw - 540px) 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin: 5rem auto;
}
.pagelink li {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0.5rem;
}
.pagelink li a {
  display: inherit;
  grid-template-rows: inherit;
  grid-row: inherit;
  background: #4AA85A;
  padding: 1rem;
  border-radius: 10px;
  color: #FFF;
  place-content: center;
  place-items: center;
  position: relative;
}
.pagelink li a::after {
  width: 12%;
  display: block;
  content: "";
  aspect-ratio: 1/0.5;
  clip-path: polygon(50% 100%, 100% 0, 0 0);
  background: #4AA85A;
  position: absolute;
  top: 100%;
  left: 44%;
}
@media screen and (max-width: 767px) {
  .pagelink {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem 1rem;
  }
  .pagelink a {
    font-size: clamp(1.5rem, 1.3vw, 1.8rem);
  }
}

/* .treatmentdetail
------------------------------------ */
/* structure */
#treatmentdetail {
  background: #4AA85A url(/lib/img/cmn/bg_body.webp) repeat;
  color: #FFFCDB;
  position: relative;
}
#treatmentdetail:before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(/lib/img/cmn/bg_block_greengrass_01.webp) repeat-y bottom/100% auto;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}
#treatmentdetail .treatmentdetail_cover {
  position: relative;
  background: url(/lib/img/cmn/bg_cloud_02.webp) repeat-y top center/100% auto;
  padding: calc(8.75vw + 2rem) 0 calc(14.4444444444vw + 2rem);
}
#treatmentdetail .treatmentdetail_cover::before {
  content: "";
  display: block;
  width: 100vw;
  aspect-ratio: 1440/126;
  background: url(/lib/img/cmn/bg_wava_08.webp) no-repeat bottom/100% auto;
  position: absolute;
  top: -1px;
  left: 0;
}
#treatmentdetail .treatmentdetail_cover::after {
  content: "";
  display: block;
  width: 100vw;
  aspect-ratio: 4320/624;
  background: url(/lib/img/cmn/bg_wava_09.webp) no-repeat bottom/100% auto;
  position: absolute;
  bottom: -1px;
  left: 0;
}
@media screen and (max-width: 767px) {
  #treatmentdetail:before {
    background: url(/lib/img/cmn/bg_block_greengrass_01_sp.webp) repeat-y 0/100% auto;
  }
  #treatmentdetail .treatmentdetail_cover {
    padding: 23.4666666667vw 0 22.4vw;
    background: none;
  }
  #treatmentdetail .treatmentdetail_cover::before {
    aspect-ratio: 375/88;
    background: url(/lib/img/cmn/bg_wava_08_sp.webp) no-repeat bottom/100% auto;
  }
  #treatmentdetail .treatmentdetail_cover::after {
    aspect-ratio: 375/84;
    background: url(/lib/img/cmn/bg_wava_09_sp.webp) no-repeat bottom/100% auto;
  }
}

/* parts */
#treatmentdetail section {
  padding-top: 5rem;
}
#treatmentdetail .categoryTitle {
  font-size: clamp(2.4rem, 2.2vw, 3.2rem);
  background: #EEE331;
  color: #4AA85A;
  padding: 1.5rem 2.5rem 1.5rem max(2rem, 50vw - 540px);
  border-radius: 0 50vh 50vh 0;
  width: fit-content;
  display: flex;
  gap: 4rem;
  position: relative;
  letter-spacing: 0.16em;
  text-indent: 0.16em;
}
#treatmentdetail .categoryTitle::after {
  content: "";
  width: clamp(2.6rem, 2.4vw, 3.5rem);
  aspect-ratio: 1;
  background: url(/lib/img/cmn/icon_footprint.svg) no-repeat center/contain;
}
#treatmentdetail .categoryTitle:before {
  content: "";
  width: 1px;
  height: calc(100% - 10px);
  display: block;
  background: #4AA85A;
  position: absolute;
  right: calc(clamp(2.6rem, 2.4vw, 3.5rem) + 4.5rem);
  top: 5px;
}
#treatmentdetail .t_container {
  max-width: calc(1080px + 4rem);
  margin: 0 auto;
  padding: 5rem 2rem;
  position: relative;
}
#treatmentdetail .t_container:last-child:after {
  content: "";
  width: calc(100% - 4rem);
  height: 4rem;
  display: block;
  background-image: repeating-linear-gradient(90deg, #FFFCDB, #FFFCDB 5px, transparent 3px, transparent 10px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 3px;
  position: absolute;
  left: 2rem;
  bottom: 0;
}
#treatmentdetail .t_container + .t_container {
  padding-top: 0;
}
#treatmentdetail .t_container.flex2 {
  display: flex;
  justify-content: space-between;
  gap: clamp(3rem, 3.5vw, 5rem);
}
#treatmentdetail .t_container.flex2.rev {
  flex-direction: row-reverse;
}
#treatmentdetail .t_container.flex2 .photo {
  width: 42%;
}
#treatmentdetail .t_container.flex2 .text {
  width: calc(58% - clamp(3rem, 3.5vw, 5rem));
}
#treatmentdetail .t_container .text p {
  font-size: clamp(1.6rem, 1.3vw, 1.8rem);
  line-height: 1.8;
}
#treatmentdetail .t_container .text p strong {
  background: linear-gradient(transparent 80%, rgba(255, 243, 63, 0.6) 20%);
  font-weight: normal;
}
#treatmentdetail .t_container .text p + p {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  #treatmentdetail .categoryTitle {
    font-size: clamp(2rem, 5.3vw, 2rem);
    padding: 1.5rem 2.5rem 1.5rem max(2rem, 50vw - 540px);
    gap: 2rem;
    font-weight: 500;
  }
  #treatmentdetail .categoryTitle::after {
    width: clamp(2.2rem, 2.1vw, 3rem);
  }
  #treatmentdetail .categoryTitle:before {
    right: calc(clamp(2.6rem, 2.4vw, 3.5rem) + 3.5rem);
  }
  #treatmentdetail .t_container.flex2 {
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(3rem, 3.5vw, 5rem);
  }
  #treatmentdetail .t_container.flex2.rev {
    flex-direction: row-reverse;
  }
  #treatmentdetail .t_container.flex2 .photo {
    width: 100%;
  }
  #treatmentdetail .t_container.flex2 .text {
    width: 100%;
  }
}