@charset "UTF-8";
:root {
  --leading-trim: calc((1em - 1lh) / 2);
}

/*
======== table of content. ===============

summary:トップページ要素

==========================================
*/
#home .ttl_en::before {
  font-size: 400%;
}
@media screen and (max-width: 767px) {
  #home .ttl_en::before {
    font-size: 250%;
  }
}
#home .ttl_en span {
  margin-block: var(--leading-trim);
  font-family: "Zen Old Mincho", serif;
  font-size: 175%;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  #home .ttl_en span {
    font-size: 150%;
  }
}
#home .ttl_en span.small {
  font-size: 112.5%;
}
@media screen and (max-width: 767px) {
  #home .ttl_en span.small {
    font-size: 100%;
  }
}
#home .mv {
  grid-template-columns: 43.4285714286vw 1fr;
  margin-block-end: 0;
}
@media screen and (max-width: 767px) {
  #home .mv {
    display: block flex;
    flex-direction: column-reverse;
  }
}
#home .mv__main {
  place-items: center;
  padding-inline: calc(100% - 30em) 1.5em;
  background: url(/img/home__mv__bg.png) no-repeat left bottom/cover;
}
@media screen and (max-width: 767px) {
  #home .mv__main {
    block-size: 18.75em;
    padding: 2.5em 1em;
    background-position: left 20% bottom;
    background-size: 162.5%;
  }
}
#home .mv__ttl {
  font-weight: 400;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  #home .mv__ttl {
    margin-block-end: calc(2.5em + var(--leading-trim));
  }
}
#home .mv__ttl__main {
  margin-block: var(--leading-trim);
  font-size: 250%;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  #home .mv__ttl__main {
    font-size: 162.5%;
  }
}
#home .mv__ttl__sub {
  margin-block: calc(0.6667em + var(--leading-trim)) var(--leading-trim);
  font-size: 225%;
}
@media screen and (max-width: 767px) {
  #home .mv__ttl__sub {
    font-size: 137.5%;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  #home .mv__ttl__sub:last-child {
    text-align: end;
  }
}
@media screen and (max-width: 767px) {
  #home .mv__img {
    inline-size: 100%;
    block-size: 92.5vw;
    overflow: hidden;
  }
  #home .mv__img img {
    inline-size: 100%;
    block-size: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#home .about-us {
  padding-block: 6.25em;
}
#home .about-us__ttl {
  text-align: center;
}
#home .about-us__ttl:before {
  content: "";
  display: block;
  inline-size: 11.875em;
  block-size: 2.625em;
  margin-inline: auto;
  margin-block: var(--leading-trim) 0.5em;
  background: url(/common/img/logo.svg) no-repeat center center/contain;
}
#home .about-us__ttl span {
  margin-block: var(--leading-trim);
  font-family: "Zen Old Mincho", serif;
  font-size: 187.5%;
  font-weight: 600;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  #home .about-us__ttl span {
    font-size: 150%;
  }
}
#home .about-us__lead {
  font-family: "EB Garamond", "Noto Sans JP", serif !important;
  font-optical-sizing: auto;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
#home .about-us__lead span {
  font-size: 137.5%;
}
#home .about-us__lead span strong {
  font-size: 163.6363636364%;
  font-weight: 400;
}
#home .about-us__txt {
  max-inline-size: 50em;
  margin-inline: auto;
}
#home .about-us__step__list {
  display: block grid;
  grid-template-columns: repeat(auto-fit, calc((100% - 5em) / 3));
  gap: 2.5em;
  margin-block-start: 3em;
  padding-inline: 1.5em;
}
@media screen and (max-width: 767px) {
  #home .about-us__step__list {
    grid-auto-flow: row;
    grid-template-columns: none;
    gap: 2.5em;
    padding-inline: 3em;
  }
}
#home .about-us__step__list li {
  position: relative;
}
#home .about-us__step__list li:nth-child(n+2)::before {
  content: "";
  display: inline-block;
  position: relative;
  inset-block-start: -0.1em;
  inline-size: 1.5em;
  block-size: 1.5em;
  border-block-start: 0.2rem solid #74b1dc;
  border-inline-end: 0.2rem solid #74b1dc;
  vertical-align: baseline;
  transform: rotate(45deg);
  z-index: 2;
  transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1), transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), inset-block-start 0.5s cubic-bezier(0.23, 1, 0.32, 1), inset-inline-end 0.5s cubic-bezier(0.23, 1, 0.32, 1), inset-block-end 0.5s cubic-bezier(0.23, 1, 0.32, 1), inset-inline-start 0.5s cubic-bezier(0.23, 1, 0.32, 1), inline-size 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), block-size 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), border-width 0.5s cubic-bezier(0.23, 1, 0.32, 1), border-radius 0.5s cubic-bezier(0.23, 1, 0.32, 1), background-color 0.5s cubic-bezier(0.23, 1, 0.32, 1), background-size 0.5s cubic-bezier(0.23, 1, 0.32, 1), background-position 0.5s cubic-bezier(0.23, 1, 0.32, 1), color 0.5s cubic-bezier(0.23, 1, 0.32, 1), text-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1), filter 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  position: absolute;
}
@media screen and (min-width: 768px) {
  #home .about-us__step__list li:nth-child(n+2)::before {
    inset-inline-start: -2.5em;
    inset-block: 0;
    margin-block: auto;
  }
}
@media screen and (max-width: 767px) {
  #home .about-us__step__list li:nth-child(n+2)::before {
    inset-block-start: -2.25em;
    inset-inline: 0;
    inline-size: 1.25em;
    block-size: 1.25em;
    margin-inline: auto;
    transform: rotate(135deg);
  }
}
#home .clinic {
  padding-block: 6.25em;
}
#home .clinic__lead {
  text-align: center;
}
#home .clinic__area__list {
  display: flex;
  justify-content: center;
  gap: 0.625em;
  margin-block-start: 3em;
}
@media screen and (max-width: 767px) {
  #home .clinic__area__list {
    flex-direction: column;
    padding-inline: 1.5em;
  }
  #home .clinic__area__list li {
    inline-size: 100%;
  }
}
#home .clinic__area__list a {
  display: inline grid;
  grid-template-columns: 1fr auto 1fr;
  -moz-column-gap: 1em;
       column-gap: 1em;
  position: relative;
  inline-size: auto;
  max-inline-size: 33.75em;
  min-inline-size: 11.6666em;
  padding: calc((3.125em - 1lh) / 2) 1em;
  border: 0.1rem solid #dddddd;
  background-color: #fff;
  color: #555757;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  text-indent: -0.05em;
  inline-size: auto;
  min-inline-size: 9em;
  padding-inline: 2em;
}
@media screen and (max-width: 767px) {
  #home .clinic__area__list a {
    min-inline-size: 12.5em;
  }
}
#home .clinic__area__list a::before {
  content: "";
}
#home .clinic__area__list a::after {
  content: "";
  display: inline-block;
  position: relative;
  inset-block-start: -0.1em;
  inline-size: 0.5em;
  block-size: 0.5em;
  border-block-start: 0.15rem solid #555757;
  border-inline-end: 0.15rem solid #555757;
  vertical-align: baseline;
  transform: rotate(45deg);
  z-index: 2;
  transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1), transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), inset-block-start 0.5s cubic-bezier(0.23, 1, 0.32, 1), inset-inline-end 0.5s cubic-bezier(0.23, 1, 0.32, 1), inset-block-end 0.5s cubic-bezier(0.23, 1, 0.32, 1), inset-inline-start 0.5s cubic-bezier(0.23, 1, 0.32, 1), inline-size 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), block-size 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), border-width 0.5s cubic-bezier(0.23, 1, 0.32, 1), border-radius 0.5s cubic-bezier(0.23, 1, 0.32, 1), background-color 0.5s cubic-bezier(0.23, 1, 0.32, 1), background-size 0.5s cubic-bezier(0.23, 1, 0.32, 1), background-position 0.5s cubic-bezier(0.23, 1, 0.32, 1), color 0.5s cubic-bezier(0.23, 1, 0.32, 1), text-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1), filter 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  position: absolute;
  inset: 0 1em 0 auto;
  margin-block: auto;
}
@media screen and (hover) {
  #home .clinic__area__list a:hover {
    color: #fff;
    background-color: #1da4c7;
  }
  #home .clinic__area__list a:hover::after {
    border-color: #fff;
  }
}
@media screen and (max-width: 767px) {
  #home .clinic__area__list a {
    inline-size: 100%;
    font-size: 100%;
  }
}
#home .clinic__area__list a::after {
  border-color: #2186a2;
}
#home .news {
  position: relative;
  padding-block: 6.25em;
  z-index: 1;
}
#home .news::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  inline-size: 100%;
  block-size: 100%;
  background-color: #f6f6f6;
  z-index: -1;
  max-inline-size: calc(100% - (100% - 71.25em) / 2);
  inset: 0 auto auto 0;
}
@media screen and (max-width: 767px) {
  #home .news .inner {
    padding-inline: 1em;
  }
}
@media screen and (min-width: 768px) {
  #home .news__list {
    padding-inline: 2.625em;
  }
}
#home .news__list:has(.no_item) + .btn_wrap {
  display: none;
}
#home .news__item {
  display: block grid;
  grid-template-columns: max-content 1fr;
  padding-block-end: calc(0.75em + var(--leading-trim));
  border-block-end: 0.1rem solid #d9d9d9;
}
#home .news__item.no_item {
  display: block;
  padding-block-end: 0;
  border-block-end: none;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #home .news__item {
    grid-template-columns: none;
    grid-auto-flow: row;
    padding-block-end: calc(1em + var(--leading-trim));
    padding-inline: 1em;
  }
}
#home .news__item:nth-child(n+2) {
  margin-block-start: calc(1em + var(--leading-trim));
}
#home .news__item__anchor {
  display: block grid;
  grid-template-columns: subgrid;
  grid-column: 1/-1;
  -moz-column-gap: 1.5em;
       column-gap: 1.5em;
}
@media screen and (hover) {
  #home .news__item__anchor:hover {
    color: #907c2d;
  }
}
@media screen and (max-width: 767px) {
  #home .news__item__anchor {
    grid-template-columns: none;
    grid-auto-flow: row;
    row-gap: 0.5em;
  }
}
#home .news__item__date {
  color: #907c2d;
  font-family: "EB Garamond", serif !important;
  font-optical-sizing: auto;
  font-size: 150%;
  line-height: 1.1066666667;
}
@media screen and (max-width: 767px) {
  #home .news__item__date {
    font-size: 112.5%;
  }
}
#home .campaign {
  padding-block: 6.25em;
}
#home .campaign__list {
  display: block grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5em;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  #home .campaign__list {
    grid-template-columns: repeat(auto-fit, minmax(min(16em, 100%), 1fr));
    gap: 2.5em;
    margin-inline: 0;
  }
}
#home .campaign__list:has(.no_item) {
  grid-template-columns: 1fr;
  text-align: center;
}
#home .campaign__list:has(.no_item) + .btn_wrap {
  display: none;
}
#home .campaign__item__anchor {
  display: block grid;
  position: relative;
  place-content: start stretch;
  row-gap: 1.25em;
  block-size: 100%;
  z-index: 1;
}
#home .campaign__item__anchor::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  inline-size: 100%;
  block-size: 100%;
  background-color: transparent;
  z-index: -1;
  transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1), transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), inset-block-start 0.5s cubic-bezier(0.23, 1, 0.32, 1), inset-inline-end 0.5s cubic-bezier(0.23, 1, 0.32, 1), inset-block-end 0.5s cubic-bezier(0.23, 1, 0.32, 1), inset-inline-start 0.5s cubic-bezier(0.23, 1, 0.32, 1), inline-size 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), block-size 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), border-width 0.5s cubic-bezier(0.23, 1, 0.32, 1), border-radius 0.5s cubic-bezier(0.23, 1, 0.32, 1), background-color 0.5s cubic-bezier(0.23, 1, 0.32, 1), background-size 0.5s cubic-bezier(0.23, 1, 0.32, 1), background-position 0.5s cubic-bezier(0.23, 1, 0.32, 1), color 0.5s cubic-bezier(0.23, 1, 0.32, 1), text-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1), filter 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (hover) {
  #home .campaign__item__anchor:hover {
    color: #555757;
  }
  #home .campaign__item__anchor:hover::after {
    background-color: rgba(33, 121, 191, 0.1);
    transform: scale(1.1);
  }
}
#home .campaign__item__img {
  overflow: hidden;
}
#home .campaign__item__img img {
  inline-size: 100%;
  block-size: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
#home .campaign__item__ttl {
  margin-block: var(--leading-trim);
  font-size: 125%;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  #home .campaign__item__ttl {
    font-size: 112.5%;
  }
}
#home .campaign__item__txt {
  margin-block: var(--leading-trim);
}
#home .adoption {
  position: relative;
  padding-block: 3em 6.75em;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #home .adoption {
    padding-block: 2.5em 10.75em;
  }
}
#home .adoption::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  inline-size: 34.625em;
  block-size: 33.375em;
  background-color: #f6f6f6;
  z-index: -1;
  inset: auto auto 0 0;
  background: url(/img/home__machine__syndeo.png) no-repeat center center/contain;
  z-index: -2;
}
@media screen and (max-width: 767px) {
  #home .adoption::before {
    inset-inline-start: -6.625em;
    inline-size: 24.875em;
    block-size: 23.75em;
    z-index: -1;
  }
}
#home .adoption::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  inline-size: calc(100% - 28.5714285714vw);
  block-size: calc(100% - 10em);
  background-color: #f6f6f6;
  z-index: -1;
  inset: 0 0 auto auto;
  background: url(/common/img/bg__texture__light.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  #home .adoption::after {
    inline-size: calc(100% - 3.5em);
    background-position: right top;
    z-index: -2;
  }
}
#home .adoption .inner {
  position: relative;
  padding-inline: 20.75em 4.875em;
}
@media screen and (max-width: 767px) {
  #home .adoption .inner {
    padding-inline: 6em 1em;
  }
}
#home .adoption__lead {
  font-size: 175%;
}
@media screen and (max-width: 767px) {
  #home .adoption__lead {
    font-size: 125%;
  }
}
#home .adoption__list {
  display: block grid;
  grid-template-columns: repeat(auto-fit, minmax(min(10em, 100%), 1fr));
  gap: 0.75em;
  margin-inline: auto;
  margin-block-start: 2em;
}
@media screen and (max-width: 767px) {
  #home .adoption__list {
    grid-template-columns: none;
    grid-auto-flow: row;
    inline-size: 100%;
    padding-inline-start: 6em;
  }
}
#home .adoption__item__anchor {
  display: block grid;
  position: relative;
  padding: 1.5555em;
  border: 0.1rem solid #d9d9d9;
  background-color: #fff;
  z-index: 1;
}
@media screen and (hover) {
  #home .adoption__item__anchor:hover {
    background-color: #1da4c7;
    color: #fff;
  }
  #home .adoption__item__anchor:hover:after {
    filter: brightness(0) invert(1);
  }
  #home .adoption__item__anchor:hover img {
    filter: brightness(0) invert(1);
  }
}
@media screen and (max-width: 767px) {
  #home .adoption__item__anchor {
    padding: 1em;
  }
}
#home .adoption__item__anchor::before {
  content: "";
}
#home .adoption__item__anchor::after {
  content: "";
  display: inline-block;
  position: relative;
  inset-block-start: -0.1em;
  inline-size: 0.6em;
  block-size: 0.6em;
  border-block-start: 0.1rem solid #555757;
  border-inline-end: 0.1rem solid #555757;
  vertical-align: baseline;
  transform: rotate(45deg);
  z-index: 2;
  transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1), transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), inset-block-start 0.5s cubic-bezier(0.23, 1, 0.32, 1), inset-inline-end 0.5s cubic-bezier(0.23, 1, 0.32, 1), inset-block-end 0.5s cubic-bezier(0.23, 1, 0.32, 1), inset-inline-start 0.5s cubic-bezier(0.23, 1, 0.32, 1), inline-size 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), block-size 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), border-width 0.5s cubic-bezier(0.23, 1, 0.32, 1), border-radius 0.5s cubic-bezier(0.23, 1, 0.32, 1), background-color 0.5s cubic-bezier(0.23, 1, 0.32, 1), background-size 0.5s cubic-bezier(0.23, 1, 0.32, 1), background-position 0.5s cubic-bezier(0.23, 1, 0.32, 1), color 0.5s cubic-bezier(0.23, 1, 0.32, 1), text-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1), filter 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  position: absolute;
  inset: 0 1em 0 auto;
  margin-block: auto;
}
#home .adoption__item figure {
  display: block flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-block-size: 6em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #home .adoption__item figure {
    min-block-size: auto;
  }
}
#home .adoption__item figure img {
  transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1), filter 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
@media screen and (max-width: 767px) {
  #home .adoption__item figure img {
    max-inline-size: 2.5em;
    max-block-size: 2.25em;
  }
}
#home .adoption__item figcaption {
  margin-block: calc(1.5555em + var(--leading-trim)) var(--leading-trim);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #home .adoption__item figcaption {
    margin-block-start: calc(0.5em + var(--leading-trim));
    font-size: 87.5%;
  }
}/*# sourceMappingURL=home.css.map */