@charset "UTF-8";
/* カスタムスタイル */
/* =================================================================== */
.page-pet .main img {
  max-width: 100%;
  height: auto;
}
.page-pet .main:before {
  z-index: -1;
  opacity: 1;
  visibility: visible;
}
@media (min-width: 750px) and (max-width: 1024px) {
  .page-pet .main:before {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .page-pet .inner {
    width: min(1280px, 93.7042459736vw);
    margin-left: auto;
    margin-right: auto;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media (max-width: 1024px) {
  .page-pet .inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.page-pet .Footer {
  margin-top: 0;
}
@media (min-width: 1025px) {
  .page-pet .Footer {
    margin-top: min(80px, 5.8565153734vw);
  }
}

.kv {
  position: relative;
}
@media (max-width: 1024px) {
  .kv__img {
    margin: 1.8rem -2rem 0 0;
  }
}
@media (min-width: 1025px) {
  .kv__img {
    margin: 0 max(-43px, -3.1478770132vw) 0 auto;
    width: min(960px, 70.2781844802vw);
  }
}
@media (max-width: 1024px) {
  .kv__txt {
    position: relative;
    margin-top: -1.5rem;
  }
}
@media (min-width: 1025px) {
  .kv__txt {
    position: absolute;
    width: 50%;
    top: min(185px, 13.5431918009vw);
    left: 0;
  }
}
.kv__label {
  width: min(484px, 35.4319180088vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  height: min(44px, 3.2210834553vw);
  line-height: min(44px, 3.2210834553vw);
  color: #333;
  background-color: #f8f6f0;
}
@media (max-width: 1024px) {
  .kv__label {
    width: 31rem;
    height: 3rem;
    line-height: 3rem;
  }
}
.kv__label .bg-yellow {
  width: min(228px, 16.6910688141vw);
  font-size: min(20px, 1.4641288433vw);
  text-align: center;
  font-weight: bold;
  color: #fff;
  background-color: #c3b494;
}
@media (max-width: 1024px) {
  .kv__label .bg-yellow {
    width: 14.6rem;
    font-size: 1.2rem;
  }
}
.kv__label .fnt-DinStd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: min(13px, 0.9516837482vw) min(10px, 0.7320644217vw) 0;
  letter-spacing: 0.1em;
  text-align: center;
  font-size: min(21px, 1.5373352855vw);
  line-height: 1;
}
@media (max-width: 1024px) {
  .kv__label .fnt-DinStd {
    padding: 1rem 1rem 0;
    font-size: 1.3rem;
  }
}
.kv__ttl {
  margin: min(19px, 1.3909224012vw) 0 0;
  font-size: min(42px, 3.074670571vw);
  line-height: 1.78;
  letter-spacing: 0.06em;
}
@media (min-width: 750px) and (max-width: 1024px) {
  .kv__ttl {
    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: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 1024px) {
  .kv__ttl {
    margin: 0.6rem 0 0;
    font-size: 2.5rem;
  }
}
.kv__ttl .bg-black {
  display: inline-block;
  padding-inline: min(9px, 0.6588579795vw) min(5px, 0.3660322108vw);
  line-height: min(72px, 5.270863836vw);
  color: #fff;
  background-color: #333;
  white-space: nowrap;
}
@media (max-width: 1024px) {
  .kv__ttl .bg-black {
    padding: 0 0.6rem;
    line-height: 3.8rem;
  }
}
.kv__ttl .bg-black + .bg-black {
  margin-top: min(10px, 0.7320644217vw);
}
@media (max-width: 1024px) {
  .kv__ttl .bg-black + .bg-black {
    margin-top: 0.4rem;
  }
}
@media (max-width: 1024px) {
  .kv__ttl .bg-black.txt-02 {
    letter-spacing: 0.04em;
  }
}
.kv__ttl .bg-black .c-palt {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

/* OVERVIEW */
/* =================================================================== */
.overview__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-top: max(-124px, -9.0775988287vw);
  background: #fff;
}
@media (max-width: 1024px) {
  .overview__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 3.2rem;
    margin-inline: -2rem;
  }
}
.overview__img {
  width: min(542px, 39.6778916545vw);
  height: min(565px, 41.3616398243vw);
  position: relative;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .overview__img {
    width: 100%;
    padding-bottom: 100%;
    height: auto;
  }
}
@media (max-width: 1024px) and (min-width: 750px) and (max-width: 1024px) {
  .overview__img {
    padding-bottom: 65%;
  }
}
.overview__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 750px) and (max-width: 1024px) {
  .overview__img img {
    height: 100% !important;
  }
}
.overview__desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: min(73px, 5.3440702782vw) min(97px, 7.1010248902vw) min(20px, 1.4641288433vw) min(77px, 5.6368960469vw);
  font-size: min(16px, 1.1713030747vw);
  line-height: 2.4375;
  letter-spacing: 0;
}
@media (max-width: 1024px) {
  .overview__desc {
    font-size: 1.5rem;
    line-height: 2.3333333333;
    letter-spacing: -0.02em;
    padding: 2.3rem 2rem;
  }
}
.overview__desc p + p {
  margin-top: min(15px, 1.0980966325vw);
}
@media (max-width: 1024px) {
  .overview__desc p + p {
    margin-top: 1.6rem;
  }
}

/* FIELDS */
/* =================================================================== */
.fields {
  padding: min(120px, 8.78477306vw) 0 min(93px, 6.8081991215vw);
}
@media (max-width: 1024px) {
  .fields {
    padding: 3rem 0 6rem;
  }
}
.fields__img {
  width: min(1080px, 79.0629575403vw);
  margin: 0 auto min(18px, 1.317715959vw);
}
@media (max-width: 1024px) {
  .fields__img {
    width: auto;
    margin: 0 -2rem;
  }
}
.fields__summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: min(45px, 3.2942898975vw);
  padding-bottom: min(97px, 7.1010248902vw);
}
@media (max-width: 1024px) {
  .fields__summary {
    display: none;
  }
}
.fields__summary-dl {
  width: min(320px, 23.4260614934vw);
  text-align: center;
  white-space: nowrap;
}
.fields__summary-dt {
  font-weight: bold;
  font-size: min(18px, 1.317715959vw);
  line-height: 1.6666666667;
  margin-bottom: min(7px, 0.5124450952vw);
}
@media (max-width: 1024px) {
  .fields__summary-dt {
    font-size: 1.4rem;
  }
}
.fields__summary-dd {
  font-size: min(16px, 1.1713030747vw);
  line-height: 1.75;
}
@media (max-width: 1024px) {
  .fields__summary-dd {
    font-size: 1.4rem;
  }
}
.fields__items {
  padding: 0 min(100px, 7.3206442167vw);
}
@media (max-width: 1024px) {
  .fields__items {
    padding: 6rem 0 0;
  }
}
.fields__item {
  padding-left: min(145px, 10.6149341142vw);
  position: relative;
}
@media (max-width: 1024px) {
  .fields__item {
    padding-left: 0;
  }
}
@media (min-width: 1025px) {
  .fields__item:nth-child(1) .fields__item-step, .fields__item:nth-child(2) .fields__item-step {
    top: min(35px, 2.5622254758vw);
  }
}
.fields__item-step {
  height: min(53px, 3.8799414348vw);
  position: absolute;
  left: 0;
  top: calc(50% - min(26.5px, 1.9399707174vw));
}
@media (max-width: 1024px) {
  .fields__item-step {
    position: static;
    height: 5.3rem;
    text-align: center;
    margin-bottom: 1.8rem;
  }
}
.fields__item-step img {
  height: 100% !important;
  width: auto;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
@media (min-width: 1025px) {
  .fields__item-desc {
    display: none;
  }
}
@media (max-width: 1024px) {
  .fields__item-desc .c-ttl01 {
    font-size: 1.8rem;
    line-height: 1.6666666667;
    text-align: center;
    margin-bottom: 0.6rem;
  }
}
@media (max-width: 1024px) {
  .fields__item-desc .c-txt01 {
    font-size: 1.5rem;
    line-height: 1.6666666667;
    letter-spacing: -0.01em;
    text-align: center;
    margin-bottom: 1.8rem;
  }
}
.fields__item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: min(5px, 0.3660322108vw);
}
@media (max-width: 1024px) {
  .fields__item-content {
    gap: 0.5rem;
  }
}
.fields__item-num {
  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: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: min(40px, 2.9282576867vw);
  gap: min(5px, 0.3660322108vw);
}
@media (max-width: 1024px) {
  .fields__item-num {
    width: 4rem;
    gap: 0.5rem;
  }
}
.fields__item-num .c-num {
  background-color: #C4B494;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-size: min(24px, 1.756954612vw);
  line-height: 1.4166666667;
  padding-top: min(7px, 0.5124450952vw);
  flex: 1;
}
@media (max-width: 1024px) {
  .fields__item-num .c-num {
    font-size: 2.4rem;
    line-height: 1.4166666667;
    padding-top: 0.7rem;
  }
}
.fields__item-txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.fields__item-txt .c-dl {
  background: #FAFAFA;
  padding: min(17px, 1.2445095168vw) min(20px, 1.4641288433vw) min(14px, 1.0248901903vw);
  width: 100%;
  text-align: center;
  min-height: min(125px, 9.1508052709vw);
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1024px) {
  .fields__item-txt .c-dl {
    padding: 1.9rem 2rem 1.8rem;
    min-height: auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left;
  }
}
.fields__item-txt .c-dl + .c-dl {
  margin-top: min(5px, 0.3660322108vw);
}
@media (max-width: 1024px) {
  .fields__item-txt .c-dl + .c-dl {
    margin-top: 0.5rem;
  }
}
.fields__item-txt .c-dt {
  font-size: min(18px, 1.317715959vw);
  line-height: 1.6666666667;
  letter-spacing: 0;
  font-weight: bold;
  margin-bottom: min(6px, 0.439238653vw);
}
@media (max-width: 1024px) {
  .fields__item-txt .c-dt {
    font-size: 1.6rem;
    line-height: 1.875;
    margin-bottom: 0.5rem;
  }
}
.fields__item-txt .c-dd {
  font-size: min(16px, 1.1713030747vw);
  line-height: 1.75;
  letter-spacing: 0;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .fields__item-txt .c-dd {
    font-size: 1.5rem;
    line-height: 1.6666666667;
    letter-spacing: -0.01em;
  }
}
.fields__item-note {
  text-align: center;
  color: #C3B594;
  font-size: min(18px, 1.317715959vw);
  font-weight: bold;
  line-height: 1.6666666667;
  padding: min(19px, 1.3909224012vw) 0 min(39px, 2.8550512445vw);
  margin-left: min(47px, 3.4407027818vw);
  position: relative;
}
@media (max-width: 1024px) {
  .fields__item-note {
    font-size: 1.6rem;
    line-height: 1.875;
    padding: 2.7rem 0 5.9rem;
    margin-left: 0;
  }
}
.fields__item-note::after {
  content: "";
  position: absolute;
  bottom: min(20px, 1.4641288433vw);
  left: 52%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: min(20px, 1.4641288433vw) solid transparent;
  border-right: min(20px, 1.4641288433vw) solid transparent;
  border-top: min(12px, 0.878477306vw) solid #C3B594;
}
@media (max-width: 1024px) {
  .fields__item-note::after {
    bottom: 4rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 2rem solid transparent;
    border-right: 2rem solid transparent;
    border-top: 1.2rem solid #C3B594;
  }
}
.fields__item.--last-item .fields__item-num {
  gap: 0;
}
@media (max-width: 1024px) {
  .fields__item.--last-item .fields__item-num .c-num {
    padding-top: 3rem;
  }
}
.fields__item.--last-item .fields__item-txt .c-dl {
  position: relative;
}
.fields__item.--last-item .fields__item-txt .c-dl::before {
  content: "";
  position: absolute;
  top: max(-5px, -0.3660322108vw);
  left: max(-45px, -3.2942898975vw);
  right: 0;
  height: min(5px, 0.3660322108vw);
  background: #fff;
}
@media (max-width: 1024px) {
  .fields__item.--last-item .fields__item-txt .c-dl::before {
    top: -0.5rem;
    left: -4.5rem;
    right: 0;
    height: 0.5rem;
  }
}

/* TOPICS */
/* =================================================================== */
.topics {
  padding-bottom: min(20px, 1.4641288433vw);
}
@media (max-width: 1024px) {
  .topics {
    padding-bottom: 0;
  }
}
.topics__section {
  padding: min(80px, 5.8565153734vw) min(100px, 7.3206442167vw);
}
@media (max-width: 1024px) {
  .topics__section {
    padding: 6rem 2rem;
    margin-inline: -2rem;
  }
}
.topics__section--01 {
  background-color: #FAFAFA;
}
.topics__section--02 {
  background-color: #F5F5F5;
}
.topics__section--03 {
  background-color: #fff;
}
@media (max-width: 1024px) {
  .topics__section--03 {
    padding-bottom: 5.5rem;
  }
}
.topics__section--03 .topics__items {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media (min-width: 1025px) {
  .topics__section--03 .topics__items {
    gap: min(57px, 4.1727672035vw) min(30px, 2.196193265vw);
  }
}
@media (max-width: 1024px) {
  .topics__section--03 .topics__items {
    gap: 5.3rem;
  }
}
@media (max-width: 1024px) and (min-width: 750px) and (max-width: 1024px) {
  .topics__section--03 .topics__items {
    gap: 1.8rem;
  }
}
.topics__section--03 .topics__item {
  width: min(490px, 35.8711566618vw);
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
}
@media (max-width: 1024px) {
  .topics__section--03 .topics__item {
    width: 33.5rem;
  }
}
@media (max-width: 1024px) and (min-width: 750px) and (max-width: 1024px) {
  .topics__section--03 .topics__item {
    width: calc(50% - 1rem);
  }
}
.topics__section--03 .topics__item-img {
  height: min(146px, 10.6881405564vw);
}
@media (max-width: 1024px) {
  .topics__section--03 .topics__item-img {
    height: 10rem;
  }
}
.topics__section--03 .topics__item-link {
  padding: min(7px, 0.5124450952vw) 0 0;
}
.topics__ttl {
  font-size: min(18px, 1.317715959vw);
  line-height: 1.3888888889;
  font-weight: bold;
  color: #C3B594;
  margin-bottom: min(35px, 2.5622254758vw);
}
@media (max-width: 1024px) {
  .topics__ttl {
    font-size: 1.5rem;
    line-height: 1.6666666667;
    margin-bottom: 2.7rem;
  }
}
.topics__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: min(30px, 2.196193265vw);
}
@media (max-width: 1024px) {
  .topics__items {
    gap: 2rem;
  }
}
@media (max-width: 1024px) and (min-width: 750px) and (max-width: 1024px) {
  .topics__items {
    gap: 1.7rem;
  }
}
.topics__item {
  width: min(340px, 24.8901903367vw);
  background: #fff;
  border-radius: min(10px, 0.7320644217vw);
  -webkit-box-shadow: 0 min(3px, 0.2196193265vw) min(10px, 0.7320644217vw) rgba(0, 0, 0, 0.02);
          box-shadow: 0 min(3px, 0.2196193265vw) min(10px, 0.7320644217vw) rgba(0, 0, 0, 0.02);
  overflow: hidden;
  text-decoration: none;
  color: #333333;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .topics__item {
    width: 35.5rem;
    border-radius: 1rem;
  }
}
@media (max-width: 1024px) and (min-width: 750px) and (max-width: 1024px) {
  .topics__item {
    width: calc(50% - 1rem);
  }
}
.topics__item-img {
  width: 100%;
  height: min(191px, 13.9824304539vw);
  position: relative;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .topics__item-img {
    height: 18.8rem;
  }
}
.topics__item-img img {
  position: absolute;
  top: 0;
  left: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.topics__item-img.-border:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #E6E6E6;
}
.topics__item-ttl {
  font-size: min(16px, 1.1713030747vw);
  line-height: 1.5;
  font-weight: bold;
  color: #333333;
  padding: min(20px, 1.4641288433vw);
}
@media (max-width: 1024px) {
  .topics__item-ttl {
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 2rem;
    white-space: nowrap;
  }
}
.topics__item-txt {
  font-size: min(16px, 1.1713030747vw);
  line-height: 1.875;
  letter-spacing: 0;
  font-weight: 400;
  color: #333333;
  padding: min(17px, 1.2445095168vw) 0;
}
@media (max-width: 1024px) {
  .topics__item-txt {
    font-size: 1.5rem;
    line-height: 1.6666666667;
    padding: 1.4rem 0;
    letter-spacing: -0.01em;
  }
}
.topics__item-link {
  padding: min(8px, 0.5856515373vw) min(20px, 1.4641288433vw) min(17px, 1.2445095168vw);
  text-align: right;
}
@media (max-width: 1024px) {
  .topics__item-link {
    padding: 0.7rem 2rem 1.7rem;
  }
}
.topics__item-link > span {
  font-size: min(14px, 1.0248901903vw);
  letter-spacing: 0.08em;
  line-height: 1.4285714286;
}
@media (max-width: 1024px) {
  .topics__item-link > span {
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
}
.topics__item-link > span:after {
  content: "";
  display: inline-block;
  width: min(22px, 1.6105417277vw);
  height: min(6px, 0.439238653vw);
  background: url("/j-koho/kurashi/img250226/ico_arrow-right.svg") center no-repeat;
  background-size: contain;
  margin-left: min(8px, 0.5856515373vw);
  position: relative;
  top: max(-3px, -0.2196193265vw);
}
@media (max-width: 1024px) {
  .topics__item-link > span:after {
    width: 2.2rem;
    height: 0.6rem;
    margin-left: 0.7rem;
    top: -0.3rem;
  }
}
@media screen and (min-width: 1025px) {
  .topics__item:hover .topics__item-link > span:after {
    -webkit-animation: clipPathToRight 0.75s forwards;
            animation: clipPathToRight 0.75s forwards;
  }
}

@-webkit-keyframes clipPathToRight {
  0% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}

@keyframes clipPathToRight {
  0% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}