@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.top-mv {
  padding-top: 70px;
}
@media (max-width: 428px) {
  .top-mv {
    padding-top: 30px;
  }
}
.top-mv .mvImg {
  width: 960px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 428px) {
  .top-mv .mvImg {
    width: 100%;
  }
}
.top-mv hgroup {
  writing-mode: vertical-rl;
  position: absolute;
  top: -58px;
  right: 36px;
  height: 598px;
  z-index: 100;
}
@media (max-width: 428px) {
  .top-mv hgroup {
    top: -11px;
    right: 19px;
    height: 468px;
  }
}
.top-mv hgroup .txt {
  font-weight: 500;
  font-size: 18px;
  width: 18px;
  writing-mode: vertical-rl;
  letter-spacing: 0.6666666667em;
  margin-top: 18px;
  margin-left: 16px;
}
@media (max-width: 428px) {
  .top-mv hgroup .txt {
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.7142857143em;
    width: 14px;
    margin-top: 16px;
    margin-left: 12px;
  }
}
.top-mv hgroup .ttl {
  writing-mode: vertical-rl;
}
.top-mv hgroup .ttl > span {
  font-family: "Hina Mincho", serif;
  font-weight: 400;
  font-size: 40px;
  writing-mode: vertical-rl;
  letter-spacing: 0.45em;
  display: block;
  background-color: #F5F5F5;
  width: 65px;
  display: flex;
  align-items: center;
  padding-top: 0.225em;
  padding-bottom: 0.225em;
  margin-right: 6px;
  height: fit-content;
}
@media (max-width: 428px) {
  .top-mv hgroup .ttl > span {
    font-size: 32px;
    letter-spacing: 0.4375em;
    width: 52px;
    padding-top: 0.21875em;
    padding-bottom: 0;
    margin-right: 10px;
  }
}
.top-mv hgroup .ttl > span:first-of-type {
  margin-right: 0;
}
.top-mv .ctaWrap {
  margin-top: calc(2.7777777778vw - 28px);
  padding-bottom: 41px;
  background-image: url(../../img/common/bg_stripe.webp);
  position: relative;
}
@media (max-width: 428px) {
  .top-mv .ctaWrap {
    margin-top: 0;
    padding-bottom: 50px;
  }
}
.top-mv .ctaWrap:before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1440/40;
  background-image: url(../../img/common/bg_stripe.webp);
  position: absolute;
  top: -2.7777777778vw;
  left: 0;
  border-radius: 50%/100% 100% 0 0;
  background-position: 0% 100%;
  background-color: #fff;
}
@media (max-width: 428px) {
  .top-mv .ctaWrap:before {
    aspect-ratio: 375/60;
    top: -16vw;
  }
}
.top-mv .ctaWrap .subTtl {
  font-family: "Hina Mincho", serif;
  font-size: 32px;
  line-height: 1.4375;
  text-align: center;
  font-weight: 400;
}
@media (max-width: 428px) {
  .top-mv .ctaWrap .subTtl {
    font-size: 22px;
    line-height: 1.4545454545;
  }
}
.top-mv .ctaWrap .ctaList {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
@media (max-width: 428px) {
  .top-mv .ctaWrap .ctaList {
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
    gap: 28px;
  }
}
.top-mv .ctaWrap .ctaList > li {
  width: fit-content;
}
.top-mv .ctaWrap .ctaList > li:first-of-type {
  margin-right: 30px;
}
@media (max-width: 428px) {
  .top-mv .ctaWrap .ctaList > li:first-of-type {
    margin-right: 0;
  }
}
.top-mv .ctaWrap .ctaList > li:nth-of-type(2) {
  margin-right: 47px;
}
@media (max-width: 428px) {
  .top-mv .ctaWrap .ctaList > li:nth-of-type(2) {
    margin-right: 0;
  }
}
.top-mv .ctaWrap .ctaList > li:nth-of-type(3) {
  margin-right: 37px;
}
@media (max-width: 428px) {
  .top-mv .ctaWrap .ctaList > li:nth-of-type(3) {
    margin-right: 0;
  }
}
.top-mv .ctaWrap .ctaList > li .txt {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.45;
  text-align: center;
  margin-bottom: 5px;
}
@media (max-width: 428px) {
  .top-mv .ctaWrap .ctaList > li .txt.tel {
    font-size: 16px;
    line-height: 1.4375;
  }
}
.top-mv .ctaWrap .ctaList > li .txt.sougiNote {
  font-size: 14px;
  line-height: 1.4285714286;
}
@media (max-width: 428px) {
  .top-mv .ctaWrap .ctaList > li .txt.sougiNote {
    font-size: 13px;
  }
}
@media (max-width: 428px) {
  .top-mv .ctaWrap .ctaList > li .txt.sougi {
    font-size: 18px;
    line-height: 1.4375;
  }
}
.top-mv .ctaWrap .ctaList > li a.line {
  width: 200px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #95C696;
  font-size: 16px;
  font-weight: 700;
  border: 1px solid #95C696;
  box-sizing: border-box;
  position: relative;
}
@media (max-width: 428px) {
  .top-mv .ctaWrap .ctaList > li a.line {
    width: 300px;
    height: 45px;
  }
}
.top-mv .ctaWrap .ctaList > li a.line:after {
  content: "";
  display: block;
  width: 7px;
  aspect-ratio: 7/12;
  background-image: url(../../img/common/icn_arrow-black02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  transition: 0.3s;
}
@media (max-width: 428px) {
  .top-mv .ctaWrap .ctaList > li a.line:after {
    width: 6px;
    right: 14px;
  }
}
.top-mv .ctaWrap .ctaList > li a.line:hover {
  background-color: #fff;
}
@media (max-width: 428px) {
  .top-mv .ctaWrap .ctaList > li a.line:hover {
    background-color: #95C696;
  }
}
.top-mv .ctaWrap .ctaList > li a.contact {
  width: 240px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #A4D8E7;
  font-size: 16px;
  font-weight: 700;
  border: 1px solid #A4D8E7;
  box-sizing: border-box;
  position: relative;
}
@media (max-width: 428px) {
  .top-mv .ctaWrap .ctaList > li a.contact {
    width: 300px;
    height: 45px;
  }
}
.top-mv .ctaWrap .ctaList > li a.contact:after {
  content: "";
  display: block;
  width: 7px;
  aspect-ratio: 7/12;
  background-image: url(../../img/common/icn_arrow-black02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  transition: 0.3s;
}
@media (max-width: 428px) {
  .top-mv .ctaWrap .ctaList > li a.contact:after {
    width: 6px;
    right: 14px;
  }
}
.top-mv .ctaWrap .ctaList > li a.contact:hover {
  background-color: #fff;
}
@media (max-width: 428px) {
  .top-mv .ctaWrap .ctaList > li a.contact:hover {
    background-color: #A4D8E7;
  }
}
.top-mv .ctaWrap .ctaList > li a.tel {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.45;
  display: flex;
  align-items: center;
  gap: 8px;
}
.top-mv .ctaWrap .ctaList > li a.tel:before {
  content: "";
  display: block;
  width: 42px;
  aspect-ratio: 42/42;
  border-radius: 50%;
  background-color: #F5CF7E;
  background-image: url(../../img/common/icn_tel.svg);
  background-size: 20px auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media (max-width: 428px) {
  .top-mv .ctaWrap .ctaList > li a.tel:before {
    width: 32px;
    background-size: 16px auto;
  }
}
.top-mv .ctaWrap .ctaList > li a.sougi {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.45;
  display: flex;
  align-items: center;
  gap: 8px;
}
.top-mv .ctaWrap .ctaList > li a.sougi:before {
  content: "";
  display: block;
  width: 42px;
  aspect-ratio: 42/42;
  border-radius: 50%;
  background-color: #FFAF96;
  background-image: url(../../img/common/icn_tel.svg);
  background-size: 20px auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media (max-width: 428px) {
  .top-mv .ctaWrap .ctaList > li a.sougi:before {
    width: 32px;
    background-size: 16px auto;
  }
}

.top-intro {
  padding-top: 90px;
  padding-bottom: 94px;
  background-image: url(../../img/top/bg_intro.webp);
  background-repeat: repeat;
  background-position: 50% 50%;
}
@media (max-width: 428px) {
  .top-intro {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.top-intro .m-inner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
}
@media (max-width: 428px) {
  .top-intro .m-inner {
    flex-direction: column-reverse;
  }
}
.top-intro .m-inner > .img {
  width: 288px;
}
@media (max-width: 428px) {
  .top-intro .m-inner > .img {
    width: 100%;
  }
}
.top-intro .m-inner > .img > img {
  display: block;
  width: 100%;
}
@media (max-width: 428px) {
  .top-intro .m-inner > .img > img {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}
.top-intro .m-inner > .img > .desc {
  line-height: 2;
  font-size: 16px;
  text-align: center;
  font-family: "Hina Mincho", serif;
}
@media (max-width: 428px) {
  .top-intro .m-inner > .img > .desc {
    font-size: 14px;
  }
}
.top-intro .m-inner > .txt {
  width: 629px;
}
@media (max-width: 428px) {
  .top-intro .m-inner > .txt {
    width: 100%;
  }
}
.top-intro .m-inner > .txt > .ttl {
  font-family: "Hina Mincho", serif;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 400;
}
@media (max-width: 428px) {
  .top-intro .m-inner > .txt > .ttl {
    font-size: 22px;
  }
}
.top-intro .m-inner > .txt > .desc {
  margin-top: 20px;
  line-height: 2;
  font-size: 16px;
}
@media (max-width: 428px) {
  .top-intro .m-inner > .txt > .desc {
    font-size: 14px;
  }
}
.top-intro .m-inner > .txt > .m-btn {
  margin-top: 24px;
}

.top-kuyou {
  padding-top: 120px;
  padding-bottom: 128px;
}
@media (max-width: 428px) {
  .top-kuyou {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.top-kuyou > .m-inner > .ttl {
  font-family: "Hina Mincho", serif;
  font-size: 32px;
  font-weight: 400;
  text-align: center;
  line-height: 1.4375;
}
@media (max-width: 428px) {
  .top-kuyou > .m-inner > .ttl {
    font-size: 22px;
  }
}
.top-kuyou > .m-inner > .desc {
  text-align: center;
  line-height: 2;
  font-size: 16px;
  margin-top: 40px;
}
@media (max-width: 428px) {
  .top-kuyou > .m-inner > .desc {
    font-size: 14px;
    my: 30px;
  }
}
.top-kuyou > .m-inner > .wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 33px;
  position: relative;
}
@media (max-width: 428px) {
  .top-kuyou > .m-inner > .wrap {
    flex-direction: column-reverse;
  }
}
.top-kuyou > .m-inner > .wrap.eidai {
  padding-top: 70px;
}
@media (max-width: 428px) {
  .top-kuyou > .m-inner > .wrap.eidai {
    padding-top: 30px;
  }
}
.top-kuyou > .m-inner > .wrap.eidai:after {
  content: "";
  display: block;
  width: 300px;
  aspect-ratio: 600/608;
  background-image: url(../../img/top/deco_kuyou.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
}
@media (max-width: 428px) {
  .top-kuyou > .m-inner > .wrap.eidai:after {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.top-kuyou > .m-inner > .wrap.hakazimai {
  margin-top: 100px;
  padding-top: 105px;
  gap: 30px;
}
@media (max-width: 428px) {
  .top-kuyou > .m-inner > .wrap.hakazimai {
    margin-top: 60px;
    padding-top: 60px;
  }
}
.top-kuyou > .m-inner > .wrap.hakazimai:before {
  content: "";
  display: block;
  width: 86.75%;
  height: 1px;
  background-color: #F5F5F5;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 428px) {
  .top-kuyou > .m-inner > .wrap.hakazimai:before {
    width: 100%;
  }
}
.top-kuyou > .m-inner > .wrap.kuyouOther {
  margin-top: 100px;
  padding-top: 105px;
  gap: 30px;
}
@media (max-width: 428px) {
  .top-kuyou > .m-inner > .wrap.kuyouOther {
    margin-top: 60px;
    padding-top: 60px;
    flex-direction: column;
  }
}
.top-kuyou > .m-inner > .wrap.kuyouOther:before {
  content: "";
  display: block;
  width: 86.75%;
  height: 1px;
  background-color: #F5F5F5;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 428px) {
  .top-kuyou > .m-inner > .wrap.kuyouOther:before {
    width: 100%;
  }
}
.top-kuyou > .m-inner > .wrap > .img.hakazimai {
  width: 487px;
}
@media (max-width: 428px) {
  .top-kuyou > .m-inner > .wrap > .img.hakazimai {
    width: 100%;
  }
}
.top-kuyou > .m-inner > .wrap > .img.kuyouOther {
  width: 487px;
}
@media (max-width: 428px) {
  .top-kuyou > .m-inner > .wrap > .img.kuyouOther {
    width: 100%;
  }
}
.top-kuyou > .m-inner > .wrap > .img > img {
  display: block;
  width: 100%;
}
.top-kuyou > .m-inner > .wrap > .img > .desc {
  margin-top: 10px;
  text-align: center;
  font-size: 24px;
  font-family: "Hina Mincho", serif;
  line-height: 1.4583333333;
}
@media (max-width: 428px) {
  .top-kuyou > .m-inner > .wrap > .img > .desc {
    font-size: 18px;
    margin-top: 6px;
  }
}
.top-kuyou > .m-inner > .wrap > .txt {
  background-color: #F5F5F5;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 50px;
  position: relative;
}
@media (max-width: 428px) {
  .top-kuyou > .m-inner > .wrap > .txt {
    width: 100%;
    padding: 20px;
  }
}
.top-kuyou > .m-inner > .wrap > .txt.eidai {
  width: 708px;
}
@media (max-width: 428px) {
  .top-kuyou > .m-inner > .wrap > .txt.eidai {
    width: 100%;
  }
}
.top-kuyou > .m-inner > .wrap > .txt.hakazimai {
  width: 661px;
}
@media (max-width: 428px) {
  .top-kuyou > .m-inner > .wrap > .txt.hakazimai {
    width: 100%;
  }
}
.top-kuyou > .m-inner > .wrap > .txt.hakazimai:before {
  content: "";
  display: block;
  width: 166px;
  aspect-ratio: 332/320;
  background-image: url(../../img/top/deco_hakazimai.webp);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  position: absolute;
  top: -80px;
  right: 41px;
}
@media (max-width: 428px) {
  .top-kuyou > .m-inner > .wrap > .txt.hakazimai:before {
    width: 80px;
    top: -30px;
    right: -10px;
  }
}
.top-kuyou > .m-inner > .wrap > .txt.kuyouOther {
  width: 654px;
}
@media (max-width: 428px) {
  .top-kuyou > .m-inner > .wrap > .txt.kuyouOther {
    width: 100%;
  }
}
.top-kuyou > .m-inner > .wrap > .txt.kuyouOther:before {
  content: "";
  display: block;
  width: 151px;
  aspect-ratio: 302/224;
  background-image: url(../../img/top/deco_kuyouOther.webp);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  position: absolute;
  top: -27px;
  right: 58px;
}
@media (max-width: 428px) {
  .top-kuyou > .m-inner > .wrap > .txt.kuyouOther:before {
    width: 90px;
    top: -20px;
    right: 20px;
  }
}
.top-kuyou > .m-inner > .wrap > .txt > .subTtl {
  font-weight: 400;
  font-size: 30px;
  line-height: 1.4333333333;
  font-family: "Hina Mincho", serif;
}
@media (max-width: 428px) {
  .top-kuyou > .m-inner > .wrap > .txt > .subTtl {
    font-size: 20px;
  }
}
.top-kuyou > .m-inner > .wrap > .txt > .desc {
  font-size: 18px;
  line-height: 2;
  margin-top: 2em;
}
@media (max-width: 428px) {
  .top-kuyou > .m-inner > .wrap > .txt > .desc {
    font-size: 14px;
    line-height: 1.8;
    margin-top: 1.8em;
  }
}
.top-kuyou > .m-inner > .wrap > .txt > .desc:nth-child(2) {
  margin-top: 14px;
}
.top-kuyou > .m-inner > .list {
  display: flex;
  justify-content: space-between;
  margin-top: 37px;
}
@media (max-width: 428px) {
  .top-kuyou > .m-inner > .list {
    flex-direction: column;
    gap: 30px;
    margin-top: 30px;
  }
}
.top-kuyou > .m-inner > .list > li {
  width: 393px;
}
@media (max-width: 428px) {
  .top-kuyou > .m-inner > .list > li {
    width: 100%;
  }
}
.top-kuyou > .m-inner > .list > li > img {
  display: block;
  width: 100%;
}
.top-kuyou > .m-inner > .list > li > .desc {
  text-align: center;
  font-size: 24px;
  line-height: 1.4583333333;
  margin-top: 10px;
  font-family: "Hina Mincho", serif;
}
@media (max-width: 428px) {
  .top-kuyou > .m-inner > .list > li > .desc {
    font-size: 18px;
    margin-top: 6px;
  }
}
.top-kuyou > .m-inner > .m-btn {
  margin: 50px auto 0;
}

.top-pet {
  margin-top: 80px;
  background-image: url(../../img/top/bg_pet.webp);
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 428px) {
  .top-pet {
    margin-top: 40px;
  }
}
.top-pet > .m-inner > .ttl {
  font-family: "Hina Mincho", serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 428px) {
  .top-pet > .m-inner > .ttl {
    font-size: 24px;
  }
}
.top-pet > .m-inner > .wrap {
  margin-top: 40px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 40px;
}
@media (max-width: 428px) {
  .top-pet > .m-inner > .wrap {
    flex-direction: column;
    gap: 30px;
  }
}
.top-pet > .m-inner > .wrap > img {
  width: 396px;
  display: block;
}
@media (max-width: 428px) {
  .top-pet > .m-inner > .wrap > img {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.top-pet > .m-inner > .wrap > .txt {
  width: 664px;
  margin-top: 20px;
  position: relative;
}
@media (max-width: 428px) {
  .top-pet > .m-inner > .wrap > .txt {
    width: 100%;
  }
}
.top-pet > .m-inner > .wrap > .txt:after {
  content: "";
  display: block;
  aspect-ratio: 406/440;
  width: 203px;
  background-image: url(../../img/top/deco_pet.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  position: absolute;
  right: 38px;
  bottom: 0;
}
@media (max-width: 428px) {
  .top-pet > .m-inner > .wrap > .txt:after {
    position: static;
    margin: 60px auto 0;
    width: 200px;
  }
}
.top-pet > .m-inner > .wrap > .txt > .desc {
  font-size: 18px;
  line-height: 2;
  margin-top: 2em;
}
@media (max-width: 428px) {
  .top-pet > .m-inner > .wrap > .txt > .desc {
    font-size: 14px;
    line-height: 1.8;
    margin-top: 1.8em;
  }
}
.top-pet > .m-inner > .wrap > .txt > .desc:first-of-type {
  margin-top: 0;
}
.top-pet > .m-inner > .wrap > .txt > .m-btn {
  margin-top: 48px;
}

.top-osougi {
  padding-top: 120px;
}
@media (max-width: 428px) {
  .top-osougi {
    padding-top: 80px;
    width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
  }
}
.top-osougi > .topWrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 35px;
}
@media (max-width: 428px) {
  .top-osougi > .topWrap {
    flex-direction: column;
  }
}
.top-osougi > .topWrap > .txt {
  width: 433px;
}
@media (max-width: 428px) {
  .top-osougi > .topWrap > .txt {
    width: 100%;
  }
}
.top-osougi > .topWrap > .txt > .ttl {
  font-family: "Hina Mincho", serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.5;
}
@media (max-width: 428px) {
  .top-osougi > .topWrap > .txt > .ttl {
    font-size: 22px;
  }
}
.top-osougi > .topWrap > .txt > .desc {
  font-size: 16px;
  line-height: 2;
  margin-top: 18px;
}
@media (max-width: 428px) {
  .top-osougi > .topWrap > .txt > .desc {
    font-size: 14px;
    line-height: 1.8;
  }
}
.top-osougi > .topWrap > .bnr {
  display: block;
  width: 562px;
}
@media (max-width: 428px) {
  .top-osougi > .topWrap > .bnr {
    width: 100%;
  }
}
.top-osougi > .topWrap > .bnr:hover > img {
  opacity: 0.8;
}
@media (max-width: 428px) {
  .top-osougi > .topWrap > .bnr:hover > img {
    opacity: 1;
  }
}
.top-osougi > .topWrap > .bnr > img {
  display: block;
  width: 100%;
  transition: 0.3s;
}

.top-faq {
  padding-top: 150px;
  padding-bottom: 120px;
}
@media (max-width: 428px) {
  .top-faq {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.top-access {
  background-color: #F5F5F5;
  padding-top: 80px;
  padding-bottom: 80px;
}
.top-access > .m-inner {
  width: 930px;
}
@media (max-width: 428px) {
  .top-access > .m-inner {
    width: calc(100% - 40px);
  }
}
.top-access > .m-inner > .ttl {
  font-size: 32px;
  font-family: "Hina Mincho", serif;
  line-height: 1.5;
  text-align: center;
  font-weight: 400;
}
@media (max-width: 428px) {
  .top-access > .m-inner > .ttl {
    font-size: 22px;
  }
}
.top-access > .m-inner > .wrap {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
@media (max-width: 428px) {
  .top-access > .m-inner > .wrap {
    flex-direction: column-reverse;
    gap: 30px;
  }
}
.top-access > .m-inner > .wrap > img {
  width: 460px;
  display: block;
}
@media (max-width: 428px) {
  .top-access > .m-inner > .wrap > img {
    width: 100%;
  }
}
.top-access > .m-inner > .wrap > .txt {
  width: 411px;
}
@media (max-width: 428px) {
  .top-access > .m-inner > .wrap > .txt {
    width: 100%;
  }
}
@media (max-width: 428px) {
  .top-access > .m-inner > .wrap > .txt > .name {
    width: auto;
    height: 1em;
  }
}
.top-access > .m-inner > .wrap > .txt > .address {
  margin-top: 32px;
}
@media (max-width: 428px) {
  .top-access > .m-inner > .wrap > .txt > .address {
    margin-top: 15px;
  }
}
.top-access > .m-inner > .wrap > .txt > .address > a {
  display: flex;
  align-items: flex-start;
  font-size: 18px;
  line-height: 1.5;
  text-decoration: underline;
}
@media (max-width: 428px) {
  .top-access > .m-inner > .wrap > .txt > .address > a {
    font-size: 14px;
  }
}
.top-access > .m-inner > .wrap > .txt > .address > a:hover {
  color: #897764;
}
@media (max-width: 428px) {
  .top-access > .m-inner > .wrap > .txt > .address > a:hover {
    color: #333333;
  }
}
.top-access > .m-inner > .wrap > .txt > .address > a:before {
  content: "";
  display: block;
  min-width: 30px;
  aspect-ratio: 30/20;
  background-image: url(../../img/common/icn_pin-brown.svg);
  background-repeat: no-repeat;
  background-position: 1px 1px;
  background-size: auto 19px;
}
.top-access > .m-inner > .wrap > .txt > .bus {
  font-size: 18px;
  line-height: 1.5;
  margin-top: 9px;
}
@media (max-width: 428px) {
  .top-access > .m-inner > .wrap > .txt > .bus {
    font-size: 14px;
  }
}
.top-access > .m-inner > .wrap > .txt > .parking {
  font-size: 18px;
  line-height: 1.5;
  margin-top: 10px;
}
@media (max-width: 428px) {
  .top-access > .m-inner > .wrap > .txt > .parking {
    font-size: 14px;
  }
}
.top-access > .m-inner > .wrap > .txt > .hour {
  font-size: 18px;
  line-height: 1.5;
  margin-top: 10px;
}
@media (max-width: 428px) {
  .top-access > .m-inner > .wrap > .txt > .hour {
    font-size: 14px;
  }
}
.top-access > .m-inner > .wrap > .txt > .caution {
  font-size: 14px;
  line-height: 1.5;
}
.top-access > .m-inner > .map {
  width: 100%;
  height: auto;
  aspect-ratio: 930/296;
  margin-top: 20px;
}
@media (max-width: 428px) {
  .top-access > .m-inner > .map {
    aspect-ratio: 335/296;
  }
}

.top-news {
  padding-top: 80px;
  padding-bottom: 80px;
}
.top-news > .ttl {
  font-weight: 400;
  font-size: 32px;
  line-height: 1.5;
  text-align: center;
  font-family: "Hina Mincho", serif;
}
@media (max-width: 428px) {
  .top-news > .ttl {
    font-size: 22px;
  }
}
.top-news > .desc {
  font-size: 18px;
  line-height: 2;
  text-align: center;
  margin-top: 30px;
}
@media (max-width: 428px) {
  .top-news > .desc {
    font-size: 14px;
    margin-top: 20px;
  }
}
.top-news > .list {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
@media (max-width: 428px) {
  .top-news > .list {
    flex-wrap: wrap;
    gap: 30px 40px;
  }
}
@media (max-width: 428px) {
  .top-news > .list > li:first-of-type {
    width: 100%;
  }
}
.top-news > .list > li:last-of-type {
  margin-right: 136px;
}
@media (max-width: 428px) {
  .top-news > .list > li:last-of-type {
    margin-right: 0;
  }
}
.top-news > .list > li > a:hover {
  opacity: 0.8;
}
@media (max-width: 428px) {
  .top-news > .list > li > a:hover {
    opacity: 1;
  }
}
.top-news > .list > li > a.news {
  width: 408px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
  aspect-ratio: 408/122;
  padding-left: 34px;
  padding-top: 4px;
  padding-bottom: 4px;
  box-sizing: border-box;
  border: 3px solid #897764;
  background-color: #F8F4EF;
}
@media (max-width: 428px) {
  .top-news > .list > li > a.news {
    width: 100%;
    padding-left: 32px;
  }
}
.top-news > .list > li > a.news:before {
  content: "";
  display: block;
  width: 85px;
  aspect-ratio: 170/230;
  background-image: url(../../img/top/bnr_news.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
@media (max-width: 428px) {
  .top-news > .list > li > a.news:before {
    width: 64px;
  }
}
.top-news > .list > li > a.news .txt {
  color: #897764;
  line-height: 1.5;
  font-size: 28px;
  font-weight: 700;
}
@media (max-width: 428px) {
  .top-news > .list > li > a.news .txt {
    font-size: 20px;
  }
}
.top-news > .list > li > a.news .txt:after {
  content: "";
  display: inline-block;
  width: 26px;
  aspect-ratio: 26/26;
  border-radius: 50%;
  background-color: #897764;
  background-image: url(../../img/common/icn_arrow-white.svg);
  background-size: 6px auto;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin-left: 6px;
}
@media (max-width: 428px) {
  .top-news > .list > li > a.news .txt:after {
    width: 20px;
    background-size: 5px auto;
  }
}
.top-news > .list > li > a.x {
  display: block;
  width: 66px;
}
@media (max-width: 428px) {
  .top-news > .list > li > a.x {
    width: 52.8px;
  }
}
.top-news > .list > li > a.instagram {
  display: block;
  width: 54px;
}
@media (max-width: 428px) {
  .top-news > .list > li > a.instagram {
    width: 43.2px;
  }
}
.top-news > .list > li > a.youtube {
  display: block;
  width: 68px;
}
@media (max-width: 428px) {
  .top-news > .list > li > a.youtube {
    width: 54.4px;
  }
}
.top-news > .list > li > a > img {
  width: 100%;
}

.top-partner {
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: url(../../img/top/bg_partner.webp);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
@media (max-width: 428px) {
  .top-partner {
    padding: 30px 20px;
    flex-direction: column;
    gap: 30px;
  }
}
.top-partner:before {
  content: "";
  display: block;
  width: 72px;
  aspect-ratio: 72/154;
  background-image: url(../../img/top/deco_partner.webp);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
@media (max-width: 428px) {
  .top-partner:before {
    width: 50px;
  }
}
.top-partner > .wrap {
  width: 760px;
}
@media (max-width: 428px) {
  .top-partner > .wrap {
    width: 100%;
  }
}
.top-partner > .wrap > .desc {
  font-weight: 500;
  font-size: 20px;
  line-height: 2;
}
@media (max-width: 428px) {
  .top-partner > .wrap > .desc {
    font-size: 16px;
    line-height: 1.8;
  }
}
.top-partner > .wrap > .m-btn {
  margin-top: 20px;
  min-width: 208px;
}

.top-link {
  padding-top: 30px;
  padding-bottom: 80px;
}
@media (max-width: 428px) {
  .top-link {
    width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    padding-bottom: 60px;
  }
}
.top-link > .desc {
  font-size: 20px;
  line-height: 2;
  text-align: center;
}
@media (max-width: 428px) {
  .top-link > .desc {
    font-size: 16px;
    line-height: 1.8;
  }
}
.top-link > .list {
  margin-top: 32px;
  display: flex;
  justify-content: center;
  gap: 10px;
}
@media (max-width: 428px) {
  .top-link > .list {
    flex-direction: column;
    margin-top: 30px;
  }
}
.top-link > .list > li {
  width: 313px;
}
@media (max-width: 428px) {
  .top-link > .list > li {
    width: 100%;
  }
}
.top-link > .list > li > .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 103px;
  box-sizing: border-box;
  border: 3px solid #897764;
}
@media (max-width: 428px) {
  .top-link > .list > li > .btn {
    height: 80px;
  }
}
.top-link > .list > li > .btn:after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
}
.top-link > .list > li > .btn.cleanout:after {
  background-image: url(../../img/top/deco_osougi01.webp);
  aspect-ratio: 186/170;
  width: 93px;
  margin-left: 39px;
}
@media (max-width: 428px) {
  .top-link > .list > li > .btn.cleanout:after {
    width: 62px;
  }
}
.top-link > .list > li > .btn.realEstate:after {
  background-image: url(../../img/top/deco_osougi02.webp);
  aspect-ratio: 186/158;
  width: 93px;
  margin-left: 15px;
}
@media (max-width: 428px) {
  .top-link > .list > li > .btn.realEstate:after {
    width: 62px;
  }
}
.top-link > .list > li > .btn.inheritance:after {
  background-image: url(../../img/top/deco_osougi03.webp);
  aspect-ratio: 214/152;
  width: 107px;
  margin-left: 29px;
}
@media (max-width: 428px) {
  .top-link > .list > li > .btn.inheritance:after {
    width: 71.3333333333px;
  }
}
.top-link > .list > li > .btn.support:after {
  background-image: url(../../img/top/deco_osougi04.webp);
  aspect-ratio: 194/182;
  width: 97px;
  margin-left: 11px;
  margin-right: -11px;
}
@media (max-width: 428px) {
  .top-link > .list > li > .btn.support:after {
    width: 64.6666666667px;
    margin-left: 25px;
  }
}
.top-link > .list > li > .btn.support > .txt {
  font-size: 20px;
  text-align: left;
}
@media (max-width: 428px) {
  .top-link > .list > li > .btn.support > .txt {
    font-size: 18px;
  }
}
.top-link > .list > li > .btn > .txt {
  color: #897764;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4583333333;
  text-align: center;
}
@media (max-width: 428px) {
  .top-link > .list > li > .btn > .txt {
    font-size: 18px;
  }
}

/*# sourceMappingURL=top.css.map */
