/*# sourceMappingURL=style.css.map */ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผใ

STYLE.css (PC)

ใใใใใผใธใใใใณๅใใผใธใฎในใฟใคใชใณใฐ

๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผใ*/
/* //////////////////////////////////////////////////////////////////////////////////////////////////

 header ใใใใผ

////////////////////////////////////////////////////////////////////////////////////////////////// */
#header {
  position: fixed;
  width: 100%;
  z-index: 5;
  top: 0;
  left: 0;
}
#header .inner {
  position: fixed;
  z-index: 5;
  left: 0;
  top: 0;
  width: 100%;
  min-width: 1080px;
  height: 115px;
  background: #fff;
  padding: 0;
}
#header .block__left {
  position: relative;
  width: fit-content;
  padding-left: clamp(10px, 50vw - 700px, 50px);
}
#header .item__logo {
  display: block;
  width: fit-content;
}
#header .item__logo a {
  width: fit-content;
  display: block;
  transition: ease 0.2s;
}
#header .item__logo a:hover {
  opacity: 0.7;
}
#header .block__right {
  position: relative;
  width: fit-content;
  align-items: center;
  padding-right: clamp(10px, 50vw - 700px, 50px);
}
#header .group__button {
  gap: 15px;
  width: fit-content;
}
#header .group__button a {
  width: 205px;
  height: 47px;
  background: var(--col--txt-01);
}
#header .group__button a::before {
  content: "";
  position: absolute;
  right: 15px;
  transition: ease 0.2s;
}
#header .group__button a span {
  color: #fff;
}
#header .group__button a span small {
  pointer-events: none;
  position: absolute;
  display: block;
  left: 50%;
  translate: -50% -100%;
  top: -10px;
  width: fit-content;
  font-size: var(--font-size-13);
  font-weight: 600;
  letter-spacing: 0.07em;
  white-space: nowrap;
  color: var(--col--txt-01);
}
#header .group__button a span small::before {
  content: "";
  position: absolute;
  width: 10px;
  border-bottom: 1px solid currentColor;
  left: -5px;
  bottom: 5px;
  translate: -100% 0;
  rotate: 50deg;
}
#header .group__button a span small::after {
  content: "";
  position: absolute;
  width: 10px;
  border-bottom: 1px solid currentColor;
  right: -5px;
  bottom: 5px;
  translate: 100% 0;
  rotate: -50deg;
}
#header .group__button a:hover {
  background: #fff;
}
#header .group__button a:hover::before {
  filter: var(--col--black-f);
}
#header .group__button a:hover span {
  color: var(--col--txt-01);
}
#header .group__button a.btn__line {
  background: #4e4e4e;
}
#header .group__button a.btn__line:hover {
  background: #fff;
}
@media screen and (max-width: 767px) {
  #header .inner {
    height: 70px;
    min-width: 100%;
  }
  #header .block__left {
    width: 100%;
    padding-left: 0;
    margin-left: 0;
  }
  #header .item-logo {
    margin: 0 auto;
  }
  #header .item-logo img {
    height: auto;
  }
  #header .block__right {
    display: none;
  }
}

html {
  scroll-padding-top: 110px;
}

/* nav ใฐใญใผใใซใใใฒใผใทใงใณ
========================================================================= */
#nav .list-nav {
  width: fit-content;
  min-width: 680px;
  gap: 45px;
  margin-right: clamp(30px, 50vw - 780px, 100px);
}
#nav .list-nav .item {
  width: fit-content;
}
#nav .list-nav .item a {
  font-weight: 600;
  letter-spacing: 0.1em;
  font-size: var(--font-size-18);
  transition: ease 0.17s;
  border-bottom: 1px solid transparent;
  padding-bottom: 3px;
}
#nav .list-nav .item a:hover {
  opacity: 0.5;
  border-bottom: 1px solid var(--col--txt-01);
}
@media screen and (max-width: 767px) {
  #nav {
    display: none;
  }
}

/* //////////////////////////////////////////////////////////////////////////////////////////////////

mv ใกใคใณใใธใฅใขใซ

////////////////////////////////////////////////////////////////////////////////////////////////// */
#mv {
  position: relative;
  width: 100%;
  height: 1000px;
  background: url(/img/mv/mv__img.jpg) center center/cover no-repeat;
}
#mv .mv-catch {
  position: absolute;
  left: 70px;
  bottom: 130px;
}

/* sv ใตใใใธใฅใขใซ
========================================================================= */
#sv {
  position: relative;
  width: 100%;
  height: 750px;
}
#sv .sv-catch {
  position: absolute;
  left: 90px;
  bottom: 90px;
  display: flex;
  align-items: start;
  flex-direction: column;
  gap: 35px;
  color: #fff;
}
#sv .sv-catch .ja {
  font-family: var(--fot--Zen-Old-Mincho);
  font-size: var(--font-size-55);
  letter-spacing: 0.1em;
  font-weight: 400;
}
#sv .sv-catch .en {
  font-weight: 400;
  font-size: var(--font-size-32);
  font-family: var(--fot--Libertinus-Math);
  letter-spacing: 0.1em;
  padding-left: 15px;
}

.sv-notfound {
  background: url(/img/sv/sv__notfound.jpg) center center/cover no-repeat;
}

.sv-contact {
  background: url(/img/sv/sv__contact.jpg) center center/cover no-repeat;
}

.sv-complete {
  background: url(/img/sv/sv__complete.jpg) center center/cover no-repeat;
}

.sv-news {
  background: url(/img/sv/sv__news.jpg) center center/cover no-repeat;
}

.sv-site {
  background: url(/img/sv/sv__site.jpg) center center/cover no-repeat;
}

.sv-privacy {
  background: url(/img/sv/sv__privacy.jpg) center center/cover no-repeat;
}

.sv-dogs_delicate {
  background: url(/img/sv/sv__dogs_delicate.jpg) center center/cover no-repeat;
}

.sv-dogs_large {
  background: url(/img/sv/sv__dogs_large.jpg) center center/cover no-repeat;
}

.sv-dogs_senior {
  background: url(/img/sv/sv__dogs_senior.jpg) center center/cover no-repeat;
}

.sv-total_care {
  background: url(/img/sv/sv__total_care.jpg) center center/cover no-repeat;
}

/* //////////////////////////////////////////////////////////////////////////////////////////////////

footer ใใใฟใผ

////////////////////////////////////////////////////////////////////////////////////////////////// */
#footer {
  position: relative;
  width: 100%;
  background: var(--col--txt-01);
}
#footer .item__logo {
  display: block;
  position: relative;
  width: fit-content;
  transition: ease 0.2s;
  margin-bottom: var(--margin-60);
}
#footer .item__logo:hover {
  opacity: 0.6;
}
#footer .inner {
  width: 1080px;
  padding: 80px 0;
}
#footer .block__left {
  position: relative;
  width: fit-content;
}
#footer .block__right {
  position: relative;
  width: fit-content;
}
#footer .list-nav {
  display: flex;
  flex-direction: column;
  align-content: end;
  gap: 30px 70px;
  height: 180px;
  margin-bottom: 70px;
  margin-top: 150px;
}
#footer .list-nav .item {
  width: fit-content;
}
#footer .list-nav .item a {
  position: relative;
  transition: ease 0.2s;
  color: #fff;
  font-size: var(--font-size-18);
  letter-spacing: 0.1em;
  font-weight: 500;
  padding-bottom: 3px;
  border-bottom: 1px solid transparent;
}
#footer .list-nav .item a:hover {
  opacity: 0.7;
  border-bottom: 1px solid white;
}
#footer #copyright {
  font-size: var(--font-size-13);
  text-align: center;
  color: var(--col--main-02);
  width: 1080px;
  margin: 0 auto;
  padding-bottom: var(--margin-50);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#footer #copyright small {
  width: fit-content;
  color: #fff;
  text-align: left;
  display: block;
}
#footer #copyright small a {
  margin: 0 2px;
  padding: 0 5px;
  transition: ease 0.12s;
}
#footer #copyright small a:hover {
  color: #fff;
  background: var(--col--main-02);
  opacity: 0.6;
}
#footer #copyright .list__subpages {
  gap: 50px;
  width: fit-content;
}
#footer #copyright .list__subpages .item {
  color: #fff;
  font-size: var(--font-size-14);
  font-weight: 300;
  letter-spacing: 0.1em;
  position: relative;
  transition: ease 0.2s;
}
#footer #copyright .list__subpages .item::before {
  content: "|";
  position: absolute;
  color: currentColor;
  right: -25px;
  top: 50%;
  translate: 0 -50%;
}
#footer #copyright .list__subpages .item:hover {
  opacity: 0.5;
}
#footer #copyright .list__subpages .item:last-of-type::before {
  display: none;
}
#footer .com__times {
  margin-bottom: var(--margin-25);
  gap: 25px;
}
#footer .com__tel {
  position: relative;
  margin-bottom: var(--margin-50);
}
#footer .com__tel .item__num {
  line-height: 1.6;
}
#footer .com__tel .item__attention {
  height: 12px;
}
#footer .group__button {
  gap: 20px;
}
#footer .group__button a span small {
  pointer-events: none;
  position: absolute;
  display: block;
  left: 50%;
  translate: -50% -100%;
  top: -10px;
  width: fit-content;
  font-size: var(--font-size-13);
  font-weight: 600;
  letter-spacing: 0.07em;
  white-space: nowrap;
}
#footer .group__button a span small::before {
  content: "";
  position: absolute;
  width: 10px;
  border-bottom: 1px solid currentColor;
  left: -5px;
  bottom: 5px;
  translate: -100% 0;
  rotate: 50deg;
}
#footer .group__button a span small::after {
  content: "";
  position: absolute;
  width: 10px;
  border-bottom: 1px solid currentColor;
  right: -5px;
  bottom: 5px;
  translate: 100% 0;
  rotate: -50deg;
}
#footer .com__instagram {
  --size: 40px;
  margin-left: auto;
  filter: var(--col--white-f);
}
@media screen and (max-width: 767px) {
  #footer .item-logo {
    width: 45vw;
  }
  #footer .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #footer .block__left {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  #footer .block__right {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  #footer .list-nav {
    display: none;
  }
  #footer #copyright a {
    margin: unset;
    padding: unset;
  }
  #footer #copyright a:hover {
    color: inherit;
    background: inherit;
  }
}

.pagetop {
  z-index: 5;
  position: fixed;
  right: 10px;
  bottom: 10px;
  transition: ease 0.3s;
}
.pagetop:hover {
  opacity: 0.8;
  bottom: 13px;
}

/* //////////////////////////////////////////////////////////////////////////////////////////////////

TOPใใผใธ / ๅบๆไธๅฑคใใผใธ

////////////////////////////////////////////////////////////////////////////////////////////////// */
/* top
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ */
/* top__about
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__about {
  background: var(--col--base-02);
}
#top__about .inner {
  padding-top: 130px;
}
#top__about .ttl03 {
  margin-bottom: 140px;
}
#top__about .block__intro {
  position: relative;
  min-height: 650px;
}
#top__about .block__intro .list__images {
  position: absolute;
  left: -100px;
  top: -50px;
  width: 640px;
  height: 700px;
}
#top__about .block__intro .list__images .item {
  position: absolute;
}
#top__about .block__intro .list__images .item:nth-of-type(1) {
  top: 0;
  left: 0;
}
#top__about .block__intro .list__images .item:nth-of-type(1)::before {
  content: "";
  position: absolute;
  background: url(/img/season/season_autumn__deco_01.png) center center/contain no-repeat;
  width: 104px;
  height: 106px;
  right: -240px;
  top: 120px;
}
#top__about .block__intro .list__images .item:nth-of-type(2) {
  right: 0;
  top: 280px;
}
#top__about .block__intro .list__images .item:nth-of-type(3) {
  left: 100px;
  bottom: 0;
}
#top__about .block__intro .list__images .item:nth-of-type(3)::before {
  content: "";
  position: absolute;
  background: url(/img/season/season_autumn__deco_02.png) center center/contain no-repeat;
  width: 43px;
  height: 45px;
  left: -100px;
  top: 0;
}
#top__about .block__intro .list__images[data-season=spring] .item:nth-of-type(1)::before {
  background: url(/img/season/season_spring__deco_01.png) center center/contain no-repeat;
}
#top__about .block__intro .list__images[data-season=spring] .item:nth-of-type(3)::before {
  background: url(/img/season/season_spring__deco_02.png) center center/contain no-repeat;
}
#top__about .block__intro .list__images[data-season=summer] .item:nth-of-type(1)::before {
  background: url(/img/season/season_summer__deco_01.png) center center/contain no-repeat;
}
#top__about .block__intro .list__images[data-season=summer] .item:nth-of-type(3)::before {
  background: url(/img/season/season_summer__deco_02.png) center center/contain no-repeat;
}
#top__about .block__intro .list__images[data-season=autumn] .item:nth-of-type(1)::before {
  background: url(/img/season/season_autumn__deco_01.png) center center/contain no-repeat;
}
#top__about .block__intro .list__images[data-season=autumn] .item:nth-of-type(3)::before {
  background: url(/img/season/season_autumn__deco_02.png) center center/contain no-repeat;
}
#top__about .block__intro .list__images[data-season=winter] .item:nth-of-type(1)::before {
  background: url(/img/season/season_winter__deco_01.png) center center/contain no-repeat;
}
#top__about .block__intro .list__images[data-season=winter] .item:nth-of-type(3)::before {
  background: url(/img/season/season_winter__deco_02.png) center center/contain no-repeat;
}
#top__about .block__intro .item__text {
  width: 440px;
  margin-left: auto;
}
#top__about .block__intro .item__text p {
  font-size: var(--font-size-22);
  font-weight: 600;
  letter-spacing: 0.1em;
}

/* top__feature
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__feature {
  z-index: 0;
  position: relative;
  background: var(--col--base-01);
}
#top__feature .inner {
  padding-top: 110px;
}
#top__feature .ttl03 .ttl__ja span {
  font-size: var(--font-size-34);
}
#top__feature .cont__feature .list__feature {
  --num: 3;
  --column-gap: 20px;
  --row-gap: 90px;
}
#top__feature .cont__feature .list__feature .item {
  position: relative;
  z-index: 0;
  background: #fff;
  padding: 30px;
  position: relative;
}
#top__feature .cont__feature .list__feature .item .ttl04 {
  margin-bottom: var(--margin-25);
  order: 2;
  text-align: center;
}
#top__feature .cont__feature .list__feature .item .ttl04 .ttl__num {
  z-index: -1;
  position: absolute;
  left: 50%;
  translate: -50% -100%;
  top: 33px;
  font-size: var(--font-size-30);
  letter-spacing: 0.04em;
  font-weight: 400;
  font-family: var(--fot--Libertinus-Math);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 12px;
  width: 70px;
  height: 70px;
  background: #fff;
  border-radius: 50%;
}
#top__feature .cont__feature .list__feature .item .ttl04 .ttl__ja {
  font-size: var(--font-size-19);
  font-weight: 500;
  font-family: var(--fot--Zen-Old-Mincho);
  letter-spacing: 0.06em;
}
#top__feature .cont__feature .list__feature .item .item__img {
  order: 1;
  margin-bottom: var(--margin-25);
}
#top__feature .cont__feature .list__feature .item .item__text {
  order: 3;
}
#top__feature .cont__feature .list__feature .item .item__text p {
  font-size: var(--font-size-16);
  font-weight: 600;
  line-height: 1.9;
  letter-spacing: 0.05em;
}

/* top__category
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__category {
  background: var(--col--base-02);
}
#top__category .ttl03 {
  margin-bottom: 180px;
}
#top__category .cont__category {
  gap: 270px;
  z-index: 0;
  position: relative;
}
#top__category .cont__category .block {
  position: relative;
  width: 690px;
  height: fit-content;
  padding-top: var(--margin-40);
  padding-bottom: 10px;
  background: var(--col--base-02);
}
#top__category .cont__category .block .ttl04 {
  position: relative;
}
#top__category .cont__category .block .ttl04 .ttl__ja {
  font-family: var(--fot--Zen-Old-Mincho);
  font-weight: 600;
  letter-spacing: 0.1em;
  font-size: var(--font-size-34);
  position: relative;
  margin-bottom: var(--margin-40);
}
#top__category .cont__category .block .ttl04 .ttl__num {
  position: absolute;
  left: 0;
  top: -110px;
  font-weight: 400;
  font-size: var(--font-size-24);
  letter-spacing: 0.1em;
  background: var(--col--base-01);
  padding: 8px 15px;
}
#top__category .cont__category .block .item__img {
  z-index: -1;
  position: absolute;
  bottom: 0;
}
#top__category .cont__category .block .item__text {
  margin-bottom: var(--margin-20);
}
#top__category .cont__category .block .item__text p {
  font-family: var(--fot--Zen-Old-Mincho);
  font-size: var(--font-size-22);
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 0;
}
#top__category .cont__category .block .com__btn_01 {
  margin-left: auto;
}
#top__category .cont__category .block:nth-of-type(odd) {
  padding-right: var(--margin-60);
}
#top__category .cont__category .block:nth-of-type(odd) .item__img {
  translate: 100% 0;
  right: 120px;
}
#top__category .cont__category .block:nth-of-type(even) {
  margin-left: auto;
}
#top__category .cont__category .block:nth-of-type(even) .ttl04 {
  padding-left: 60px;
}
#top__category .cont__category .block:nth-of-type(even) .item__img {
  translate: -100% 0;
  left: 120px;
}
#top__category .cont__category .block:nth-of-type(even) .item__text {
  padding-left: 60px;
}

/* top__access
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__access {
  background: var(--col--base-01);
}
#top__access .inner {
  padding-bottom: 140px;
}
#top__access .ttl03 {
  margin-bottom: var(--margin-60);
}
#top__access .ttl03 .ttl__ja span {
  font-size: var(--font-size-34);
}
#top__access .cont__info .item__table {
  margin-bottom: var(--margin-80);
}
#top__access .cont__info .item__table tr td .wrap__tel {
  display: flex;
  align-items: center;
  gap: 20px;
}
#top__access .cont__info .list__images {
  --num: 3;
  --column-gap: 30px;
  --row-gap: 0;
}
/* top__map
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.top__map {
  width: 100%;
  height: 450px;
}

/* top__instagram
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__instagram {
  background: #e7e7e7;
}
#top__instagram .inner {
  padding-top: 140px;
}
#top__instagram .list__images {
  --num: 3;
  --column-gap: 20px;
  --row-gap: 0;
}
/* common__subpages
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ */
/* common__worries
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.common__worries {
  background: var(--col--base-02);
}
.common__worries .ttl03 {
  position: relative;
}
.common__worries .cont__worris {
  position: relative;
  display: flex;
  align-items: center;
  gap: 90px;
}
.common__worries .cont__worris .item__img {
  position: relative;
  margin-left: -120px;
  width: max-content;
}
.common__worries .cont__worris .item__img img {
  width: 100%;
}
.common__worries .cont__worris .item__text {
  flex: 1;
}
.common__worries .cont__worris .item__text p {
  font-size: var(--font-size-18);
  letter-spacing: 0.07em;
  font-weight: 600;
}

/* common__reason
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.common__reason {
  background: var(--col--base-01);
}
.common__reason .ttl03 {
  margin-bottom: 100px;
}
.common__reason .list__reason > .item {
  position: relative;
  width: 680px;
  height: 420px;
  background: var(--col--base-02);
  padding-inline: 60px;
  margin-bottom: 150px;
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
}
.common__reason .list__reason > .item:last-child {
  margin-bottom: 0;
}
.common__reason .list__reason > .item .ttl04 {
  font-size: var(--font-size-30);
  letter-spacing: 0.06em;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: var(--margin-30);
}
.common__reason .list__reason > .item .item__img {
  position: absolute;
  bottom: 70px;
}
.common__reason .list__reason > .item .item__text p {
  font-size: var(--font-size-18);
  font-weight: 600;
  letter-spacing: 0.08em;
}
.common__reason .list__reason > .item:nth-of-type(odd) {
  margin-left: -60px;
  padding-right: 130px;
}
.common__reason .list__reason > .item:nth-of-type(odd) .item__img {
  right: 90px;
  translate: 100% 0;
}
.common__reason .list__reason > .item:nth-of-type(even) {
  margin-right: -60px;
  padding-left: 130px;
  margin-left: auto;
}
.common__reason .list__reason > .item:nth-of-type(even) .item__img {
  left: 90px;
  translate: -100% 0;
}

/* common__menu
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.common__menu {
  background: var(--col--base-02);
}
.common__menu .ttl03 {
  margin-bottom: var(--margin-35);
}
.common__menu .item__text_note {
  display: flex;
  flex-direction: column;
  margin-bottom: var(--margin-50);
  gap: 20px;
  text-align: center;
}
.common__menu .item__text_note small {
  display: block;
}
.common__menu .cont__post .block__post {
  padding-bottom: var(--margin-60);
  border-bottom: 1px solid var(--col--txt-01);
  margin-bottom: var(--margin-60);
}
.common__menu .cont__post .block__post .ttl04 {
  margin-bottom: var(--margin-25);
}
.common__menu .cont__post .block__post .ttl04 .ttl__ja {
  font-size: var(--font-size-26);
  letter-spacing: 0.1em;
  font-weight: 600;
}
.common__menu .cont__post .block__post .item__price {
  width: fit-content;
  position: relative;
  padding-left: 1.2em;
  font-size: var(--font-size-18);
  letter-spacing: 0.1em;
  margin-bottom: var(--margin-25);
}
.common__menu .cont__post .block__post .item__price::before {
  content: "โ ";
  position: absolute;
  font-size: var(--font-size-12);
  left: 0;
  bottom: 0;
}
.common__menu .cont__post .block__post .item__text p {
  font-size: var(--font-size-18);
}

/* common__review
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.common__review {
  border-top: 1px solid var(--col--border-01);
  background: var(--col--base-02);
}
.common__review .ttl03 {
  margin-bottom: var(--margin-25);
}
.common__review .item__text_lead {
  text-align: center;
  margin-bottom: var(--margin-45);
}
.common__review .item__text_lead p {
  font-size: var(--font-size-18);
}
.common__review .cont__post {
  --num: 3;
  --column-gap: 20px;
  --row-gap: 40px;
}
.common__review .cont__post .block__post {
  background: var(--col--main-02);
  padding: 30px;
  background: #d7d7d7;
}
.common__review .cont__post .block__post .ttl04 {
  order: 2;
  margin-bottom: var(--margin-20);
}
.common__review .cont__post .block__post .ttl04 .ttl__ja {
  font-weight: 600;
  font-size: var(--font-size-18);
  letter-spacing: 0.1em;
}
.common__review .cont__post .block__post .item__img {
  order: 1;
  margin-bottom: var(--margin-30);
  width: 100%;
  height: 230px;
}
.common__review .cont__post .block__post .item__text {
  order: 3;
}
.common__review .cont__post .block__post .item__text p {
  line-height: 1.8;
  font-size: var(--font-size-16);
}

/* common__nav_subpages
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.common__nav_subpages {
  background: var(--col--base-01);
}
.common__nav_subpages .list__l_nav {
  --num: 2;
  --column-gap: 60px;
  --row-gap: 60px;
}
.common__nav_subpages .list__l_nav > .item {
  background: var(--col--txt-01);
  height: 300px;
  border: 1px solid var(--col--txt-01);
  transition: ease 0.2s;
  position: relative;
  top: 0;
}
.common__nav_subpages .list__l_nav > .item a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 70px 60px;
  position: relative;
}
.common__nav_subpages .list__l_nav > .item a::before {
  content: "";
  position: absolute;
  width: 70px;
  border-bottom: 1px solid #fff;
  bottom: 70px;
  right: 0;
}
.common__nav_subpages .list__l_nav > .item .ttl03 {
  color: #fff;
  gap: 20px;
  align-items: start;
}
.common__nav_subpages .list__l_nav > .item .ttl03 .ttl__ja {
  order: 2;
  position: relative;
  font-size: var(--font-size-32);
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.common__nav_subpages .list__l_nav > .item .ttl03 .ttl__ja span small {
  display: block;
}
.common__nav_subpages .list__l_nav > .item .ttl03 .ttl__en {
  order: 1;
  font-size: var(--font-size-24);
  font-family: var(--fot--Libertinus-Math);
}
.common__nav_subpages .list__l_nav > .item:hover {
  background: unset;
  top: -4px;
}
.common__nav_subpages .list__l_nav > .item:hover .ttl03 .ttl__ja,
.common__nav_subpages .list__l_nav > .item:hover .ttl03 .ttl__en {
  color: var(--col--txt-01);
}
.common__nav_subpages .list__l_nav > .item:hover a::before {
  content: "";
  position: absolute;
  border-bottom: 1px solid var(--col--txt-01);
}

/* common__news top__news
========================================================================= */
.com__tag .item {
  position: relative;
  width: fit-content;
  background: var(--col--base-02);
  padding-left: var(--margin-10);
  padding: 5px 7px;
  padding-left: 17px;
  font-size: var(--font-size-16);
}
.com__tag .item::before {
  content: "#";
  position: absolute;
  left: 7px;
  top: 50%;
  translate: 0 -50%;
}

.com__latest {
  padding-bottom: var(--margin-60);
  border-bottom: 1px solid var(--col--border-01);
  margin-bottom: var(--margin-60);
  transition: ease 0.2s;
  position: relative;
  right: 0;
}
.com__latest a {
  width: 100%;
  height: 100%;
}
.com__latest .group__info {
  width: 70%;
}
.com__latest .item__ttl {
  order: 3;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: var(--font-size-18);
  line-height: 1.6;
}
.com__latest .item__time {
  position: relative;
  order: 1;
  width: fit-content;
  font-family: var(--fot--Libertinus-Math);
  font-size: var(--font-size-22);
  margin-bottom: var(--margin-20);
}
.com__latest .list__tag {
  order: 2;
  width: 100%;
  margin-bottom: var(--margin-30);
  gap: 12px;
}
.com__latest .group__img {
  height: 170px;
  width: 250px;
  margin-right: 30px;
}
.com__latest .item__thumb {
  height: 130px;
  width: 130px;
}
.com__latest:hover {
  color: var(--col--acc-01);
  right: -10px;
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .com__latest .group__info.on_thumb {
    width: 70%;
  }
  .com__latest .group__img {
    height: 20vw;
    width: 20vw;
    margin-right: 2vw;
  }
  .com__latest .item__thumb {
    height: 20vw;
    width: 20vw;
    margin-right: 2vw;
  }
}

.s-post-taglist {
  gap: 10px;
}

#top__news {
  border-top: 1px solid var(--col--border-01);
  background: #e7e7e7;
}
#top__news .inner {
  padding-top: 140px;
  position: relative;
}
#top__news .ttl03 {
  align-items: start;
  margin: unset;
  margin-right: auto;
  margin-bottom: var(--margin-80);
}
#top__news .ttl03 .ttl__en::before {
  content: "";
  position: absolute;
  translate: unset;
  left: 5px;
}
#top__news .com__btn_01 {
  position: absolute;
  right: 0;
  top: 260px;
}
#top__news .com__btn_01 span {
  font-size: var(--font-size-28);
}

#contact .ttl01 {
  margin-bottom: var(--margin-40);
}
#contact .item__text {
  text-align: center;
  margin-bottom: var(--margin-50);
}
#contact .item__text .btn__line {
  border-bottom: 1px solid var(--col--txt-01);
  padding-bottom: 5px;
  transition: ease 0.15s;
}
#contact .item__text .btn__line:hover {
  opacity: 0.5;
}

/* //////////////////////////////////////////////////////////////////////////////////////////////////

ๅฑ้ไธๅฑคใใผใธใ( NEWS / POLICY / SITE / CONTACT / NOTFOUND )

////////////////////////////////////////////////////////////////////////////////////////////////// */
/*ใ็ฅใใไธ่ฆง
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ */
.post-wrp .tag-change {
  margin-bottom: 50px;
}
.post-wrp .tag-change li {
  text-align: center;
  margin: 10px 10px 0 0;
  min-width: 190px;
  display: inline-block;
  vertical-align: middle;
}
.post-wrp .tag-change li a {
  padding: 10px 15px;
  display: block;
}
.tag-select-box {
  position: relative;
  width: 40%;
  margin: 0 0 20px auto;
  max-width: 230px;
}
.tag-select-box:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid var(--col--main-01);
  pointer-events: none;
}
.tag-select-box #tag-select {
  width: 100%;
  padding: 5% 20% 5% 5%;
  box-sizing: border-box;
  font-size: var(--font-size-14);
  margin-left: auto;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  border: none;
  border-bottom: 2px solid #333;
  cursor: pointer;
  border-radius: 0;
  background: none;
  color: #333;
  font-weight: 700;
  -webkit-appearance: none;
  appearance: none;
}
.tag-select-box #tag-select option {
  padding: 10px;
  box-sizing: border-box;
  cursor: pointer;
  box-sizing: border-box;
}

.post-wrp .tag-change li a {
  border: solid 1px var(--col--main-01);
  color: var(--col--main-01);
  background: #fff;
}
.post-wrp .tag-change .current a {
  background: var(--col--main-01);
}
.post-wrp .tag-change .current a span {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .post-wrp .tag-change {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    padding-bottom: 5%;
    margin-bottom: 10%;
  }
  .post-wrp .tag-change li {
    text-align: center;
    margin-right: 1%;
    min-width: 100px;
    display: inline-block;
    vertical-align: middle;
  }
  .post-wrp .tag-change li:last-child {
    margin-right: 0;
  }
  .post-wrp .tag-change li a {
    font-size: 3vw;
    padding: 5px 10px;
    display: block;
  }
}
/*ใ็ฅใใ่ฉณ็ดฐ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ */
#contents-u.s-post .s-post-taglist {
  margin-bottom: var(--margin-10);
}
#contents-u.s-post .sb_style h1 {
  border-bottom: 1px solid var(--col--main-01);
}
#contents-u.s-post .sb_style h2 {
  border-left: 5px solid var(--col--main-01);
}
#contents-u.s-post .sb_style h3 {
  background: var(--col--main-01);
  color: #fff;
}
#contents-u.s-post .sb_style h4:before {
  background: var(--col--main-01);
}
#contents-u.s-post .sb_style h5 {
  background: #f2f2f2;
}
#contents-u.s-post .sb_style h6 {
  color: var(--col--main-01);
}
#contents-u.s-post .sb_style ul li:before {
  background: var(--col--main-01);
}
#contents-u.s-post .sb_style ol li:before {
  color: #fff;
  background: var(--col--main-01);
}
#contents-u.s-post .sb_style a {
  color: var(--col--main-01);
}
#contents-u.s-post .s-post-ttl {
  margin-bottom: var(--margin-20);
  border-left: 2px solid var(--col--main-01);
  padding-left: var(--margin-15);
}
#contents-u.s-post .s-post-ttl span {
  font-family: var(--fot--Noto-Sans);
  font-weight: 500;
  position: relative;
  font-size: var(--font-size-22);
  color: var(--col--main-01);
  line-height: 1.6;
}
#contents-u.s-post .post-txt .sb-post-body {
  font-weight: 400;
  font-size: var(--font-size-16);
  font-family: var(--fot--Noto-Sans);
  line-height: 2;
}
#contents-u.s-post .s-time-tag {
  text-align: right;
  padding-top: 10px;
  border-top: 1px solid var(--col--main-01);
  margin-top: var(--margin-20);
}
#contents-u.s-post .s-time-tag time {
  color: var(--col--main-01);
  font-family: var(--fot--Noto-Sans);
  font-weight: 500;
  font-size: var(--font-size-15);
}

/*ใใฉใคใใทใผใใชใทใผ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ */
#contents-u.privacy .privacy-box {
  margin-bottom: var(--margin-50);
}
#contents-u.privacy .privacy-box .ttl02 {
  position: relative;
  border-left: 3px solid var(--col--main-01);
  padding-left: var(--margin-15);
  margin-bottom: var(--margin-20);
}
#contents-u.privacy .privacy-box .ttl02 span {
  color: var(--col--main-01);
  font-size: var(--font-size-24);
  font-weight: 500;
  line-height: 1.5;
}
#contents-u.privacy .privacy-box p {
  font-family: var(--fot--Noto-Sans);
  font-size: var(--font-size-16);
  line-height: 2;
  letter-spacing: 0.05em;
}
#contents-u.privacy .privacy-box ul li {
  font-family: var(--fot--Noto-Sans);
  font-size: var(--font-size-16);
  line-height: 2;
  letter-spacing: 0.05em;
}
#contents-u.privacy .privacy-box:last-child {
  margin-bottom: 0;
}

/*ใตใคใใใใ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ */
@media screen and (min-width: 767px) {
  #site-map ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 40px;
  }
  #site-map ul li {
    width: calc((100% - 40px) / 2);
  }
  #site-map ul li a {
    display: block;
    position: relative;
    font-family: var(--fot--Noto-Sans);
    padding-left: var(--margin-30);
    padding-bottom: var(--margin-15);
    border-bottom: 1px solid var(--col--main-01);
    margin-bottom: var(--margin-25);
    font-size: var(--font-size-18);
    color: var(--col--txt-01);
    transition: ease 0.2s;
  }
  #site-map ul li a:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 7px;
    border-color: transparent transparent transparent #000;
    left: 14px;
    top: 30%;
    translate: 0 -50%;
    transition: ease 0.2s;
  }
  #site-map ul li a:hover {
    color: var(--col--main-01);
  }
  #site-map ul li a:hover:before {
    border-color: transparent transparent transparent var(--col--main-01);
    left: 18px;
  }
}
@media screen and (min-width: 767px) and (max-width: 767px) {
  #site-map ul li a:before {
    border-width: 1.5vw 0 1.5vw 2.5vw;
    border-color: transparent transparent transparent #000;
    left: 0;
    top: 55%;
  }
}
@media screen and (max-width: 767px) {
  #site-map ul {
    flex-wrap: wrap;
    display: flex;
    gap: 5vw 6vw;
  }
  #site-map ul li {
    width: 100%;
  }
  #site-map ul li a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 4vw;
    color: var(--col--main-01);
    border: 1px solid var(--col--main-01);
    padding: 3vw 4vw;
  }
  #site-map ul li a:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1vw 0 1vw 1.5vw;
    border-color: transparent transparent transparent var(--col--main-01);
    right: 3vw;
    top: 50%;
    translate: 0 -50%;
    transition: ease 0.2s;
  }
}
/*ใๅใๅใใ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ */
#contact table {
  width: 100%;
  margin-bottom: 16px;
  border-collapse: collapse;
}
#contact table tr td,
#contact table tr th {
  font-size: var(--font-size-15);
  padding: 10px;
  vertical-align: middle;
  text-align: left;
  font-weight: 400;
  border: 1px solid #dfdfdf;
}
#contact table tr th {
  width: 30%;
  color: #fff;
  background: var(--col--main-01);
}
#contact table tr td {
  width: 70%;
  background: #fff;
}
#contact table .required-mark {
  color: var(--col--main-01);
  font-size: 13px;
  border-radius: 0;
  background: #fff;
}
@media screen and (max-width: 768px) {
  #contact table {
    border-collapse: separate;
  }
  #contact table tr {
    margin-bottom: 5vw;
  }
  #contact table tr td,
  #contact table tr th {
    font-size: 4vw;
    padding: 4vw;
    text-align: left;
    font-weight: 400;
    border: 1px solid #dfdfdf;
  }
  #contact table tr th {
    width: 100%;
    color: #fff;
    background: var(--col--main-01);
  }
  #contact table tr td {
    width: 100%;
    background: #fff;
  }
  #contact table tr textarea,
  #contact table tr input {
    font-size: 4vw;
    padding: 4vw;
  }
  #contact table .required-mark {
    font-weight: 500;
    color: var(--col--main-01);
    font-size: 3.5vw;
    border-radius: 0;
    background: #fff;
  }
}
#contact label[for=agree] a {
  color: var(--col--main-01);
  padding-bottom: 2px;
  border-bottom: 1px solid var(--col--main-01);
}
#contact .contact-btn.contact-submits-wrap button[type=button] {
  border: unset;
  background: var(--col--main-01);
  transition: ease 0.2s;
}
#contact .contact-btn.contact-submits-wrap button[type=button]:hover {
  opacity: 0.6;
}
#contact input[type=button],
#contact input[type=submit] {
  color: #fff;
  background: var(--col--main-01);
  font-size: 16px;
  transition: ease 0.2s;
}
@media screen and (max-width: 768px) {
  #contact input[type=button],
  #contact input[type=submit] {
    width: 95%;
    font-size: 4vw;
    margin-bottom: 2vw;
  }
}
#contact input[type=button]:hover,
#contact input[type=submit]:hover {
  opacity: 0.7;
}
#contact button[type=button] {
  color: #fff;
  background: var(--col--main-01);
  font-size: 16px;
  margin: 0 4px;
  padding: 1em 2em;
  cursor: pointer;
  border: unset;
  transition: ease 0.2s;
}
@media screen and (max-width: 768px) {
  #contact button[type=button] {
    width: 95%;
    font-size: 4vw;
    margin-bottom: 2vw;
  }
}
#contact button[type=button] :hover {
  opacity: 0.7;
}
#contact input[type=button][disabled],
#contact input[type=submit][disabled] {
  color: #777;
  opacity: 0.7;
  background: #ccc;
}

/* ใๅใๅใใๅฎไบ
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#contents-u.complete .complete-box {
  text-align: center;
  line-height: 1.8;
  font-size: var(--font-size-16);
}
#contents-u.complete .complete-box a {
  color: var(--col--main-01);
}

/*ใใผใธใ่ฆใคใใใพใใใ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ */
.not-found-txt p {
  font-size: var(--font-size-16);
  line-height: 1.8;
}
.not-found-txt p a {
  color: var(--col--main-01);
  transition: ease 0.2s;
}
.not-found-txt p a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 767px) {
  .not-found-txt {
    text-align: center;
  }
}/*# sourceMappingURL=style.css.map */