@charset "UTF-8";
/* //////////////////////////////////////////////////////////////////////////////////////////////////

 header ヘッダー

////////////////////////////////////////////////////////////////////////////////////////////////// */
#header {
  position: fixed;
  width: 100%;
  z-index: 5;
  top: 0;
  left: 0;
}
#header .inner {
  width: 100%;
  min-width: 1080px;
  height: 120px;
  background: #fff;
  padding: 0;
}
#header .block__left {
  position: relative;
  width: fit-content;
  padding-left: 40px;
}
#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;
  gap: 23px;
  padding-right: 40px;
}
#header .block__info {
  gap: 30px;
  align-items: end;
  margin-top: -30px;
  width: fit-content;
}
#header .block__info .list__contact {
  gap: 20px;
}
#header .block__info .list__sns {
  gap: 20px;
}
#header .block__info .btn__reserve {
  width: 180px;
  height: 50px;
  border-radius: 0 0 10px 10px;
  background: var(--col--acc-01);
  color: #fff;
  font-size: var(--font-size-17);
  font-weight: 700;
  font-family: var(--fot--Zen-Maru-Goth);
  position: relative;
  transition: ease 0.2s;
}
#header .block__info .btn__reserve span {
  position: relative;
  padding-left: 25px;
}
#header .block__info .btn__reserve span::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__calendar_02.png) center center/contain no-repeat;
  width: 16px;
  height: 16px;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}
#header .block__info .btn__reserve:hover {
  opacity: 0.6;
}
#header .block__info .btn__official {
  width: 180px;
  height: 50px;
  border-radius: 0 0 10px 10px;
  background: var(--col--txt-01);
  color: #fff;
  font-size: var(--font-size-17);
  font-weight: 700;
  font-family: var(--fot--Zen-Maru-Goth);
  transition: ease 0.2s;
}
#header .block__info .btn__official span {
  position: relative;
  padding-left: 35px;
}
#header .block__info .btn__official span::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__official_01.png) center center/contain no-repeat;
  width: 26px;
  height: 13px;
  left: 0;
  top: 55%;
  translate: 0 -50%;
}
#header .block__info .btn__official:hover {
  opacity: 0.6;
}
#header .block__info .com__line {
  --size: 30px;
}
#header .block__info .com__instagram {
  --size: 30px;
}
@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;
  }
}

/* nav グローバルナビゲーション
========================================================================= */
#nav .list-nav {
  width: fit-content;
  gap: 30px;
}
#nav .list-nav .item {
  width: fit-content;
}
#nav .list-nav .item a {
  transition: ease 0.17s;
  font-weight: 700;
  position: relative;
  transition: ease 0.2s;
}
#nav .list-nav .item a::before {
  content: "";
  position: absolute;
  width: 100%;
  left: 50%;
  translate: -50% 0;
  bottom: -26px;
  height: 4px;
  background: transparent;
  border-radius: 10px;
  transition: ease 0.2s;
}
#nav .list-nav .item a:hover::before {
  content: "";
  position: absolute;
  width: 100%;
  left: 50%;
  translate: -50% 0;
  bottom: -26px;
  height: 4px;
  background: var(--col--main-01);
  border-radius: 10px;
}
#nav .list-nav .item a.current::before {
  content: "";
  position: absolute;
  width: 100%;
  left: 50%;
  translate: -50% 0;
  bottom: -26px;
  height: 4px;
  background: var(--col--main-01);
  border-radius: 10px;
  transition: ease 0.2s;
}
@media screen and (max-width: 767px) {
  #nav {
    display: none;
  }
}

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

mv メインビジュアル

////////////////////////////////////////////////////////////////////////////////////////////////// */
#mv {
  position: relative;
  width: 100%;
  height: 820px;
  background: url(/img/mv/mv__bg_01.png) center bottom no-repeat, #fff;
}
#mv .mv-catch {
  position: absolute;
  left: 50%;
  translate: -50% 0;
  bottom: -165px;
  width: max-content;
}
#mv .mv-catch::before {
  content: "";
  position: absolute;
  background: url(/img/mv/mv__deco_01.png) center center/contain no-repeat;
  width: 325px;
  height: 245px;
  left: -50px;
  top: -20px;
  translate: -100% -50%;
}
#mv .mv-catch::after {
  content: "";
  position: absolute;
  background: url(/img/mv/mv__deco_02.png) center center/contain no-repeat;
  width: 303px;
  height: 247px;
  right: -50px;
  top: -20px;
  translate: 100% -50%;
}
#mv .mv-img {
  position: absolute;
  background: url(/img/mv/mv__img.png) center center/contain no-repeat;
  width: 1264px;
  height: 467px;
  top: 151px;
  left: 50%;
  translate: -50% 0;
}

/* sv サブビジュアル
========================================================================= */
#sv {
  position: relative;
  width: 100%;
  height: 350px;
  background: #f9f5f2;
  position: relative;
  margin-top: 120px;
}
#sv .wrap__sv {
  width: 1080px;
  position: relative;
  margin-inline: auto;
  display: flex;
  height: 100%;
  align-content: center;
  flex-wrap: wrap;
}
#sv .sv-catch {
  font-size: var(--font-size-46);
  font-weight: 700;
  font-family: var(--fot--Zen-Maru-Goth);
  letter-spacing: 0.012em;
  width: fit-content;
  position: relative;
  height: fit-content;
  padding-bottom: 30px;
  background: url(/img/common/border__dot__01_04.png) left bottom repeat-x;
}
#sv .sv-catch::before {
  content: "";
  position: absolute;
  background: url(/img/sv/sv__deco_01.png) center center/contain no-repeat;
  width: 84px;
  height: 98px;
  left: -150px;
  top: -39px;
}
#sv .sv-img {
  width: 330px;
  height: 230px;
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -50%;
}
#sv .sv-img::before {
  content: "";
  position: absolute;
  background: url(/img/sv/sv__deco_02.png) center center/contain no-repeat;
  width: 41px;
  height: 41px;
  right: -100px;
  top: 55%;
  translate: 0 -50%;
}

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

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

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

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

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

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

.sv-welcome {
  background: url(/img/sv/sv__welcome.png) center center/cover no-repeat;
}

.sv-posture {
  background: url(/img/sv/sv__posture.png) center center/cover no-repeat;
}

.sv-care {
  background: url(/img/sv/sv__care.png) center center/cover no-repeat;
}

.sv-korugi {
  background: url(/img/sv/sv__korugi.png) center center/cover no-repeat;
}

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

footer フッター

////////////////////////////////////////////////////////////////////////////////////////////////// */
#footer {
  position: relative;
  width: 100%;
  z-index: 0;
}
#footer::before {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 180px 180px 0 0;
}
#footer .item__logo {
  display: block;
  position: relative;
  width: fit-content;
  transition: ease 0.2s;
  margin-bottom: 140px;
}
#footer .item__logo:hover {
  opacity: 0.6;
}
#footer .inner {
  margin-inline: auto;
  width: 1080px;
  padding-block: 100px 80px;
}
#footer .block__left {
  position: relative;
  width: fit-content;
}
#footer .block__right {
  position: relative;
  width: fit-content;
}
#footer .list-nav .item {
  width: fit-content;
}
#footer .list-nav .item a {
  position: relative;
  transition: ease 0.2s;
}
#footer .group__detail {
  background: var(--col--main-01);
  width: 100%;
  padding-block: 12px;
}
#footer .group__detail .inner {
  width: 1080px;
  margin-inline: auto;
  padding-block: 0;
}
#footer .group__detail .list__nav_other {
  width: fit-content;
}
#footer .group__detail .list__nav_other .item {
  width: fit-content;
  color: #fff;
  font-size: var(--font-size-14);
  font-weight: 500;
  letter-spacing: 0.05em;
  position: relative;
  transition: ease 0.2s;
}
#footer .group__detail .list__nav_other .item::after {
  content: "|";
  color: currentColor;
  position: relative;
  margin-inline: 20px;
  color: #c2d9a6;
  font-weight: 300;
}
#footer .group__detail .list__nav_other .item:last-child::after {
  display: none;
}
#footer .group__detail .list__nav_other .item:hover {
  opacity: 0.5;
}
#footer .item__address {
  line-height: 2;
  font-size: var(--font-size-17);
  font-weight: 400;
}
#footer .unit__calendar .item__schedule {
  border-top: 1px solid #d1cbc9;
  border-bottom: 1px solid #d1cbc9;
  margin-bottom: var(--margin-20);
}
#footer .unit__calendar .item__schedule tr th,
#footer .unit__calendar .item__schedule tr td {
  padding: 10px;
}
#footer .unit__calendar .item__schedule tr th,
#footer .unit__calendar .item__schedule tr td {
  border-bottom: 1px solid #d1cbc9;
  font-weight: 500;
}
#footer .unit__calendar .item__schedule tr th .line,
#footer .unit__calendar .item__schedule tr td .line {
  font-weight: 500;
  color: var(--col--base-01);
  width: 100%;
  display: block;
  text-align: center;
}
#footer .unit__calendar .item__schedule tr th:first-of-type {
  width: 140px;
  padding-block: 14px;
  vertical-align: middle;
  border-right: 1px solid #d1cbc9;
  text-align: center;
}
#footer .unit__calendar .item__schedule tr td:first-of-type,
#footer .unit__calendar .item__schedule tr th:nth-of-type(2) {
  padding-left: 25px;
}
#footer .unit__calendar .item__text_note small {
  display: block;
  line-height: 1.5;
  font-size: var(--font-size-14);
  letter-spacing: 0.05em;
  opacity: 0.8;
  margin-bottom: var(--margin-10);
}
#footer #copyright {
  z-index: 1;
  font-size: var(--font-size-13);
  text-align: center;
  color: var(--col--main-02);
  color: #fff;
  font-weight: 400;
  opacity: 0.6;
}
#footer #copyright a {
  margin: 0 2px;
  padding: 0 5px;
  transition: ease 0.12s;
}
#footer #copyright a:hover {
  color: #fff;
  background: var(--col--main-01);
  background: #fff;
  color: var(--col--main-01);
}
@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;
  }
}

.fixed_bnr {
  z-index: 5;
  position: fixed;
  right: -525px;
  bottom: 0;
  transition: ease 0.3s;
  border-radius: 0 0 0 10px;
  border: 8px solid var(--col--acc-01);
  background: #fff;
}
.fixed_bnr::before {
  content: "";
  position: absolute;
  background: url(/img/common/fixed_btn__tel.png) center center/contain no-repeat;
  width: 100px;
  height: 100px;
  left: 0;
  top: -8px;
  translate: -100% 0;
}
.fixed_bnr .unit__info {
  background: var(--col--base-03);
  border-radius: 20px;
  padding: 18px 25px;
}
.fixed_bnr .unit__info .com__tel {
  margin-inline: auto;
  width: fit-content;
  margin-bottom: 20px;
}
.fixed_bnr .unit__info .unit__calendar .item__schedule {
  border-top: 1px solid #d1cbc9;
  border-bottom: 1px solid #d1cbc9;
  margin-bottom: var(--margin-20);
}
.fixed_bnr .unit__info .unit__calendar .item__schedule tr th,
.fixed_bnr .unit__info .unit__calendar .item__schedule tr td {
  padding: 10px;
}
.fixed_bnr .unit__info .unit__calendar .item__schedule tr th,
.fixed_bnr .unit__info .unit__calendar .item__schedule tr td {
  border-bottom: 1px solid #d1cbc9;
  font-weight: 500;
}
.fixed_bnr .unit__info .unit__calendar .item__schedule tr th .line,
.fixed_bnr .unit__info .unit__calendar .item__schedule tr td .line {
  font-weight: 500;
  color: var(--col--base-01);
  width: 100%;
  display: block;
  text-align: center;
}
.fixed_bnr .unit__info .unit__calendar .item__schedule tr th:first-of-type {
  width: 140px;
  padding-block: 14px;
  vertical-align: middle;
  border-right: 1px solid #d1cbc9;
  text-align: center;
}
.fixed_bnr .unit__info .unit__calendar .item__schedule tr td:first-of-type,
.fixed_bnr .unit__info .unit__calendar .item__schedule tr th:nth-of-type(2) {
  padding-left: 25px;
}
.fixed_bnr .unit__info .unit__calendar .item__text_note {
  width: fit-content;
  margin-inline: auto;
}
.fixed_bnr .unit__info .unit__calendar .item__text_note small {
  display: block;
  line-height: 1.5;
  font-size: var(--font-size-14);
  letter-spacing: 0.05em;
  opacity: 0.8;
  margin-bottom: var(--margin-10);
}
.fixed_bnr:hover {
  right: 0;
}

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

TOPページ / 固有下層ページ

////////////////////////////////////////////////////////////////////////////////////////////////// */
body {
  background: var(--col--base-03);
}

/* top
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* top__greeting
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__greeting {
  position: relative;
  z-index: 0;
  background: var(--sep--01-w-b);
}
#top__greeting::before {
  z-index: -1;
  pointer-events: none;
  content: "";
  position: absolute;
  background: url(/img/top/top__greeting__bg_01.png) center center/cover no-repeat;
  width: 1180px;
  height: 838px;
  left: calc(50% + 159px);
  top: calc(50% - 40px);
  translate: -50% -50%;
}
#top__greeting .inner {
  position: relative;
  padding-top: 200px;
  padding-bottom: 270px;
}
#top__greeting .ttl03 {
  margin-bottom: var(--margin-50);
  width: 420px;
  margin-left: auto;
}
#top__greeting .list__images {
  position: absolute;
  left: -100px;
  top: 125px;
  width: 680px;
  height: 520px;
}
#top__greeting .list__images::before {
  content: "";
  position: absolute;
  background: url(/img/top/top__greeting__deco_01.png) center center/contain no-repeat;
  width: 171px;
  height: 181px;
  left: 20px;
  top: -50px;
}
#top__greeting .list__images .item__img {
  position: absolute;
}
#top__greeting .list__images .item__img:nth-of-type(1) {
  right: 0;
  top: 0;
}
#top__greeting .list__images .item__img:nth-of-type(2) {
  left: 0;
  bottom: 0;
}
#top__greeting .item__text {
  width: 420px;
  margin-left: auto;
}
/* top__feature
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__feature {
  background: #fff;
  position: relative;
  z-index: 0;
}
#top__feature .inner {
  padding-top: 0;
  position: relative;
  padding-bottom: 120px;
}
#top__feature .inner::before {
  z-index: 1;
  content: "";
  position: absolute;
  background: url(/img/top/top__greeting__deco_02.png) center center/contain no-repeat;
  width: 270px;
  height: 190px;
  right: 0;
  top: -170px;
}
#top__feature .ttl03 {
  position: relative;
  margin-bottom: var(--margin-50);
}
#top__feature .ttl03::before {
  content: "";
  position: absolute;
  background: url(/img/top/top__feature__deco_01.png) center center/contain no-repeat;
  width: 62px;
  height: 64px;
  right: -35px;
  top: -30px;
}
#top__feature .list__feature {
  gap: 20px 30px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
#top__feature .list__feature::before {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(/img/common/deco__shape__01_01.png) center center/contain no-repeat;
  width: 269px;
  height: 269px;
  left: -200px;
  top: -40px;
}
#top__feature .list__feature::after {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(/img/common/deco__shape__01_02.png) center center/contain no-repeat;
  width: 414px;
  height: 402px;
  right: -240px;
  bottom: -140px;
}
#top__feature .list__feature > .item {
  width: calc((100% - 60px) / 3);
  padding: 60px 50px;
  border-radius: 24px;
  position: relative;
  background: var(--col--base-03);
}
#top__feature .list__feature > .item .ttl04 {
  margin-bottom: var(--margin-30);
}
#top__feature .list__feature > .item .ttl04::before {
  content: "";
  position: absolute;
  height: 60px;
  width: 4px;
  background: var(--col--main-01);
  border-radius: 10px;
  left: 0;
  top: 65px;
}
#top__feature .list__feature > .item .ttl04 .ttl__num {
  position: absolute;
  right: 40px;
  top: -10px;
  font-family: var(--fot--Poetsen-One);
  color: var(--col--main-01);
  font-weight: 400;
  font-size: var(--font-size-36);
  letter-spacing: 0.05em;
}
#top__feature .list__feature > .item .ttl04 .ttl__ja {
  font-size: var(--font-size-26);
  font-weight: 700;
  font-family: var(--fot--Zen-Maru-Goth);
  line-height: 1.4;
  height: 65px;
  display: flex;
  align-items: center;
}
#top__feature .list__feature > .item:last-of-type {
  position: relative;
}
#top__feature .list__feature > .item:last-of-type::before {
  content: "";
  position: absolute;
  background: url(/img/top/top__feature__deco_03.png) center center/contain no-repeat;
  width: 154px;
  height: 150px;
  right: -60px;
  bottom: -55px;
}

/* top__service
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__service {
  position: relative;
  z-index: 0;
  background: var(--sep--02-w-t);
}
#top__service .ttl03 {
  position: relative;
  margin-bottom: var(--margin-50);
}
#top__service .ttl03::before {
  content: "";
  position: absolute;
  background: url(/img/top/top__service__deco_ttl_01.png) center center/contain no-repeat;
  width: 137px;
  height: 74px;
  left: -40px;
  top: -20px;
  translate: -100% 0;
}
#top__service .ttl03::after {
  content: "";
  position: absolute;
  background: url(/img/top/top__service__deco_ttl_02.png) center center/contain no-repeat;
  width: 137px;
  height: 74px;
  right: -40px;
  top: -20px;
  translate: 100% 0;
}
#top__service .cont__service {
  position: relative;
}
#top__service .cont__service::before {
  content: "";
  position: absolute;
  width: clamp(1080px, 95vw, 1280px);
  height: 100%;
  background: var(--col--base-02);
  border-radius: 30px;
  left: 50%;
  top: calc(50% + 100px);
  translate: -50% -50%;
}
#top__service .cont__service .list__service {
  display: flex;
  flex-direction: column;
  position: relative;
}
#top__service .cont__service .list__service::before {
  content: "";
  position: absolute;
  background: url(/img/top/top__service__deco_01.png) center center/contain no-repeat;
  width: 112px;
  height: 108px;
  right: -270px;
  top: 400px;
}
#top__service .cont__service .list__service::after {
  content: "";
  position: absolute;
  background: url(/img/top/top__service__deco_02.png) center center/contain no-repeat;
  width: 110px;
  height: 126px;
  left: -270px;
  bottom: 300px;
}
#top__service .cont__service .list__service > .item {
  background: #fff;
  padding-top: 80px;
  position: relative;
  border-radius: 24px;
  margin-bottom: var(--margin-50);
}
#top__service .cont__service .list__service > .item:last-child {
  margin-bottom: 0;
}
#top__service .cont__service .list__service > .item .ttl04 {
  margin-left: 70px;
  position: relative;
  padding-left: 40px;
  width: 635px;
  padding-bottom: var(--margin-30);
  margin-bottom: var(--margin-30);
  background: url(/img/common/border__dot__01_01.png) left bottom repeat-x;
}
#top__service .cont__service .list__service > .item .ttl04::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: var(--col--main-01);
  border-radius: 50%;
  left: 0;
  top: 30%;
  translate: 0 -50%;
}
#top__service .cont__service .list__service > .item .ttl04 .ttl__ja {
  font-size: var(--font-size-38);
  position: relative;
  font-weight: 700;
  font-family: var(--fot--Zen-Maru-Goth);
}
#top__service .cont__service .list__service > .item .item__img {
  position: absolute;
  right: 70px;
  top: 80px;
}
#top__service .cont__service .list__service > .item .item__text {
  width: 600px;
  margin-left: 70px;
  margin-bottom: var(--margin-50);
}
#top__service .cont__service .list__service > .item .btn__links {
  width: 100%;
  border-radius: 0 0 24px 24px;
  background: var(--col--main-01);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-block: 25px;
  transition: ease 0.2s;
}
#top__service .cont__service .list__service > .item .btn__links span {
  position: relative;
  color: #fff;
  font-size: var(--font-size-20);
  font-weight: 700;
  padding-right: 20px;
  font-family: var(--fot--Zen-Maru-Goth);
  transition: ease 0.2s;
}
#top__service .cont__service .list__service > .item .btn__links span::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arr__01_01.png) center center/contain no-repeat;
  width: 7px;
  height: 10px;
  right: 0;
  top: 50%;
  translate: 0 -50%;
  transition: ease 0.2s;
}
#top__service .cont__service .list__service > .item .btn__links:hover {
  opacity: 0.7;
}
#top__service .cont__service .list__service > .item .btn__links:hover span::before {
  right: -10px;
}

/* top__voice
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__voice {
  position: relative;
  z-index: 0;
}
#top__voice .inner {
  padding-bottom: 30px;
}
#top__voice .ttl03 {
  margin-bottom: var(--margin-50);
}
#top__voice .cont__post {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
#top__voice .cont__post::before {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(/img/common/deco__shape__01_01.png) center center/contain no-repeat;
  width: 269px;
  height: 269px;
  right: -110px;
  top: -90px;
}
#top__voice .cont__post .block__post {
  padding: 50px;
  border: 3px solid var(--col--base-01);
  position: relative;
  background: #fff;
  border-radius: 24px;
}
#top__voice .cont__post .block__post::before {
  content: "";
  position: absolute;
  background: url(/img/top/top__voice__deco_01.png) center center/contain no-repeat;
  width: 57px;
  height: 43px;
  left: 20px;
  top: 20px;
}
#top__voice .cont__post .block__post::after {
  content: "";
  position: absolute;
  background: url(/img/top/top__voice__deco_02.png) center center/contain no-repeat;
  width: 57px;
  height: 43px;
  right: 20px;
  bottom: 20px;
}
#top__voice .cont__post .block__post .ttl04 {
  position: relative;
  padding-bottom: var(--margin-30);
  margin-bottom: var(--margin-20);
  background: url(/img/common/border__dot__01_01.png) left bottom repeat-x;
}
#top__voice .cont__post .block__post .ttl04 .ttl__ja {
  font-size: var(--font-size-26);
  font-weight: 700;
  letter-spacing: 0.12em;
  font-family: var(--fot--Zen-Maru-Goth);
}
/* top__contact 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__contact {
  position: relative;
  z-index: 0;
  background: url(/img/top/top__voice__bg_01.png) center bottom no-repeat;
}
#top__contact .inner {
  position: relative;
}
#top__contact .ttl03 {
  margin-bottom: var(--margin-40);
}
#top__contact .wrap__contact {
  position: relative;
  padding-block: 100px;
}
#top__contact .wrap__contact::after {
  content: "";
  position: absolute;
  background: url(/img/top/top__contact__deco_01.png) center center/contain no-repeat;
  width: 259px;
  height: 286px;
  left: -50px;
  top: -50px;
}
#top__contact .wrap__contact::before {
  z-index: -1;
  content: "";
  position: absolute;
  width: clamp(1280px, 95vw, 1500px);
  border: 6px solid var(--col--main-01);
  height: 100%;
  border-radius: 24px;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  background: url(/img/top/top__contact__deco_02.png) right top no-repeat, #fff;
}
#top__contact .item__text_lead {
  text-align: center;
  margin-bottom: var(--margin-40);
}
#top__contact .block__data {
  display: flex;
  gap: 40px;
  justify-content: center;
}
#top__contact .block__data .unit__info {
  background: var(--col--base-03);
  border-radius: 20px;
  padding: 18px 25px;
}
#top__contact .block__data .unit__info .com__tel {
  margin-inline: auto;
  width: fit-content;
  margin-bottom: 20px;
}
#top__contact .block__data .unit__info .unit__calendar .item__schedule {
  border-top: 1px solid #d1cbc9;
  border-bottom: 1px solid #d1cbc9;
  margin-bottom: var(--margin-20);
}
#top__contact .block__data .unit__info .unit__calendar .item__schedule tr th,
#top__contact .block__data .unit__info .unit__calendar .item__schedule tr td {
  padding: 10px;
}
#top__contact .block__data .unit__info .unit__calendar .item__schedule tr th,
#top__contact .block__data .unit__info .unit__calendar .item__schedule tr td {
  border-bottom: 1px solid #d1cbc9;
  font-weight: 500;
}
#top__contact .block__data .unit__info .unit__calendar .item__schedule tr th .line,
#top__contact .block__data .unit__info .unit__calendar .item__schedule tr td .line {
  font-weight: 500;
  color: var(--col--base-01);
  width: 100%;
  display: block;
  text-align: center;
}
#top__contact .block__data .unit__info .unit__calendar .item__schedule tr th:first-of-type {
  width: 140px;
  padding-block: 14px;
  vertical-align: middle;
  border-right: 1px solid #d1cbc9;
  text-align: center;
}
#top__contact .block__data .unit__info .unit__calendar .item__schedule tr td:first-of-type,
#top__contact .block__data .unit__info .unit__calendar .item__schedule tr th:nth-of-type(2) {
  padding-left: 25px;
}
#top__contact .block__data .unit__info .unit__calendar .item__text_note {
  width: fit-content;
  margin-inline: auto;
}
#top__contact .block__data .unit__info .unit__calendar .item__text_note small {
  display: block;
  line-height: 1.5;
  font-size: var(--font-size-14);
  letter-spacing: 0.05em;
  opacity: 0.8;
  margin-bottom: var(--margin-10);
}
#top__contact .block__data .list__contact {
  display: flex;
  flex-direction: column;
  gap: 35px;
  width: 520px;
}
#top__contact .block__data .list__contact .item {
  padding: 35px 50px;
  background: var(--col--base-03);
  width: 100%;
  height: 150px;
  border-radius: 20px;
}
#top__contact .block__data .list__contact .item a {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
#top__contact .block__data .list__contact .item a span {
  font-size: var(--font-size-24);
  font-family: var(--fot--Zen-Maru-Goth);
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #fff;
}
#top__contact .block__data .list__contact .btn__line {
  background: var(--col--main-01);
  transition: ease 0.2s;
}
#top__contact .block__data .list__contact .btn__line span {
  position: relative;
  padding-left: 40px;
}
#top__contact .block__data .list__contact .btn__line span::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__line_01.png) center center/contain no-repeat;
  width: 28px;
  height: 28px;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}
#top__contact .block__data .list__contact .btn__line:hover {
  opacity: 0.6;
}
#top__contact .block__data .list__contact .btn__contact {
  background: var(--col--acc-01);
  transition: ease 0.2s;
}
#top__contact .block__data .list__contact .btn__contact span {
  position: relative;
  padding-left: 40px;
}
#top__contact .block__data .list__contact .btn__contact span::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__calendar_01.png) center center/contain no-repeat;
  width: 30px;
  height: 30px;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}
#top__contact .block__data .list__contact .btn__contact:hover {
  opacity: 0.6;
}

/* top__info
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__info .inner {
  width: 1280px;
  padding-top: var(--margin-50);
}
#top__info .wrap__info {
  width: 100%;
  padding-block: 100px;
  padding-inline: 100px;
  position: relative;
  background: url(/img/top/top__info_deco_01.png) left 240px top no-repeat, url(/img/top/top__info_deco_02.png) right 0 top 100px no-repeat, url(/img/top/top__info_deco_03.png) left 0 top 580px no-repeat, url(/img/top/top__info_deco_04.png) right bottom no-repeat, var(--col--base-02);
  border-radius: 30px;
}
#top__info .wrap__info::before {
  content: "";
  position: absolute;
  background: url(/img/top/top__info_deco_05.png) center center/contain no-repeat;
  width: 147px;
  height: 131px;
  right: 330px;
  top: -25px;
}
#top__info .ttl03 {
  margin-bottom: var(--margin-50);
}
#top__info .item__table {
  width: 100%;
}
#top__info .item__table tr {
  width: 100%;
}
#top__info .item__table tr th,
#top__info .item__table tr td {
  padding-block: 15px;
  padding-inline: 20px;
  line-height: 1.7;
}
#top__info .item__table tr th {
  width: 200px;
  background: var(--col--main-01);
  border-bottom: 1px solid #98bf64;
  color: #fff;
}
#top__info .item__table tr td {
  border-bottom: 1px solid #d9e8c0;
  background: #fff;
}
#top__info .item__table tr:first-of-type th {
  border-radius: 10px 0 0 0;
}
#top__info .item__table tr:first-of-type td {
  border-radius: 0 10px 0 0;
}
#top__info .item__table tr:last-of-type th {
  border-radius: 0 0 0 10px;
}
#top__info .item__table tr:last-of-type td {
  border-radius: 0 0 10px 0;
}
#top__info .item__table {
  margin-bottom: 100px;
}
#top__info .block__access .ttl04 {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: var(--margin-30);
}
#top__info .block__access .ttl04::before {
  content: "";
  position: relative;
  flex: 1;
  border-bottom: 2px solid var(--col--base-01);
}
#top__info .block__access .ttl04::after {
  content: "";
  position: relative;
  flex: 1;
  border-bottom: 2px solid var(--col--base-01);
}
#top__info .block__access .ttl04 .ttl__ja {
  width: fit-content;
  font-size: var(--font-size-32);
  font-weight: 700;
  font-family: var(--fot--Zen-Maru-Goth);
  position: relative;
}
#top__info .block__access .ttl04 .ttl__ja::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__access_01.png) center center/contain no-repeat;
  width: 26px;
  height: 37px;
  left: 50%;
  translate: -50% 0;
  top: -45px;
}
#top__info .block__access .list__access {
  display: flex;
  gap: 30px;
  margin-bottom: var(--margin-30);
}
#top__info .block__access .list__access > .item {
  width: calc((100% - 60px) / 3);
}
#top__info .block__access .list__access > .item .ttl05 {
  text-align: center;
  padding-block: 20px;
  background: var(--col--txt-01);
  border-radius: 20px 20px 0 0;
}
#top__info .block__access .list__access > .item .ttl05 .ttl__ja {
  font-size: var(--font-size-22);
  font-weight: 500;
  color: #fff;
  font-family: var(--fot--Zen-Maru-Goth);
}
#top__info .block__access .list__access > .item .item__text {
  text-align: center;
  height: 100px;
  text-align: center;
  background: #fff;
  border-radius: 0 0 20px 20px;
  align-content: center;
}
#top__info .block__access .item__map {
  width: 100%;
  height: 250px;
}

/* common__news top__news
========================================================================= */
.com__tag .item {
  font-size: 12px;
  color: var(--col--main-01);
  font-weight: 700;
  position: relative;
}
.com__tag .item::after {
  content: "|";
  color: currentColor;
  position: relative;
  margin-inline: 5px;
}
.com__tag .item:last-child::after {
  display: none;
}

.com__latest {
  position: relative;
  transition: ease 0.2s;
  top: 0;
}
.com__latest a {
  width: 100%;
  height: 100%;
}
.com__latest .group__info {
  width: 85%;
}
.com__latest .group__info.on_thumb {
  width: 85%;
}
.com__latest .item__ttl {
  order: 2;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-weight: 500;
  text-overflow: ellipsis;
  font-size: var(--font-size-17);
  margin-bottom: var(--margin-20);
}
.com__latest .item__time {
  position: relative;
  order: 1;
  width: fit-content;
  font-family: var(--fot--Poetsen-One);
  color: #cfbbab;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-bottom: var(--margin-10);
}
.com__latest .list__tag {
  order: 3;
  width: 100%;
  justify-content: end;
  margin-bottom: var(--margin-15);
}
.com__latest .group__img {
  height: 130px;
  width: 130px;
  margin-right: 30px;
}
.com__latest .item__thumb {
  height: 130px;
  width: 130px;
}
.com__latest:hover {
  color: var(--col--acc-01);
  top: -5px;
  opacity: 0.8;
}
@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 {
  position: relative;
  z-index: 0;
}
#top__news .inner {
  position: relative;
  padding-bottom: var(--margin-50);
}
#top__news .cont__latest {
  width: 800px;
  margin-left: auto;
  display: flex;
  justify-content: end;
  gap: 20px;
  align-items: start;
}
#top__news .cont__latest .com__latest {
  width: 240px;
  background: var(--col--base-02);
  border-radius: 10px;
}
#top__news .cont__latest .com__latest .group__info {
  width: 100%;
}
#top__news .cont__latest .com__latest a {
  flex-direction: column-reverse;
  gap: 20px;
  border-top: 1px solid transparent;
  padding: 20px;
}
#top__news .cont__latest .com__latest a .group__img {
  width: 200px;
  height: 200px;
  position: relative;
  margin-top: -40px;
  border-radius: 10px;
}
#top__news .ttl03 {
  position: relative;
  margin-bottom: var(--margin-50);
  position: absolute;
  left: 0;
  top: 100px;
}
#top__news .ttl03 .ttl__ja {
  font-size: var(--font-size-32);
}
#top__news .ttl03 .ttl__en {
  font-size: var(--font-size-17);
}
#top__news .ttl03::before {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(/img/common/deco__shape__01_01.png) center center/contain no-repeat;
  width: 269px;
  height: 269px;
  left: -160px;
  bottom: -200px;
}
#top__news .btn__news {
  width: 230px;
  height: 60px;
  background: var(--col--main-01);
  border: 1px solid var(--col--main-01);
  padding-inline: 30px;
  position: relative;
  border-radius: 30px;
  position: absolute;
  left: 0;
  top: 215px;
  transition: ease 0.2s;
}
#top__news .btn__news::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arr__01_01.png) center center/contain no-repeat;
  width: 7px;
  height: 10px;
  right: 30px;
  top: 50%;
  translate: 0 -50%;
  transition: ease 0.2s;
}
#top__news .btn__news span {
  color: #fff;
  font-family: var(--fot--Zen-Maru-Goth);
  font-size: var(--font-size-17);
  font-weight: 700;
  letter-spacing: 0.05em;
  transition: ease 0.2s;
}
#top__news .btn__news:hover {
  opacity: 0.7;
}
#top__news .btn__news:hover::before {
  right: 20px;
}

#contents-u .com__latest {
  margin-bottom: var(--margin-40);
}
#contents-u .com__latest:last-child {
  margin-bottom: 0;
}

/* welcome
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* welcome__about
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#welcome__about .inner {
  position: relative;
  z-index: 0;
}
#welcome__about .inner::before {
  z-index: -1;
  content: "";
  position: absolute;
  width: clamp(1280px, 95vw, 1480px);
  height: 100%;
  background: url(/img/welcome/welcome__about__deco_01.png) left 410px top -10px no-repeat, #fff;
  border-radius: 40px;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
}
#welcome__about .cont__about .list__about {
  gap: 40px;
  display: flex;
}
#welcome__about .cont__about .list__about > .item {
  width: calc((100% - 40px) / 2);
  display: flex;
  flex-direction: column;
}
#welcome__about .cont__about .list__about > .item .ttl04 {
  background: var(--col--main-01);
  border-radius: 20px 20px 0 0;
  height: 70px;
  text-align: center;
  align-content: center;
}
#welcome__about .cont__about .list__about > .item .ttl04 .ttl__ja {
  color: #fff;
  font-family: var(--fot--Zen-Maru-Goth);
  font-size: var(--font-size-26);
  font-weight: 500;
  letter-spacing: 0.12em;
}
#welcome__about .cont__about .list__about > .item .item__text {
  background: #fff;
  border: 4px solid var(--col--main-01);
  border-radius: 0 0 20px 20px;
  padding: 40px;
  padding-top: 25px;
  flex-grow: 1;
}
/* welcome__note
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#welcome__note .inner {
  position: relative;
}
#welcome__note .inner::before {
  content: "";
  position: absolute;
  background: url(/img/welcome/welcome__note__deco_01.png) center center/contain no-repeat;
  width: 126px;
  height: 110px;
  left: 0;
  top: 170px;
}
#welcome__note .inner::after {
  content: "";
  position: absolute;
  background: url(/img/welcome/welcome__note__deco_02.png) center center/contain no-repeat;
  width: 269px;
  height: 230px;
  right: -120px;
  bottom: 0;
}
#welcome__note .item__text_lead {
  text-align: center;
}
/* welcome__workers
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#welcome__workers .inner {
  position: relative;
}
#welcome__workers .inner::before {
  z-index: -1;
  content: "";
  position: absolute;
  width: clamp(1280px, 95vw, 1480px);
  height: 100%;
  background: url(/img/welcome/welcome__workers__deco_01.png) left top no-repeat, url(/img/welcome/welcome__workers__deco_02.png) right 170px top 160px no-repeat, #fff;
  border-radius: 40px;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
}
#welcome__workers .item__text_lead {
  text-align: center;
}
/* welcome__staff
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#welcome__staff {
  position: relative;
  z-index: 0;
}
#welcome__staff .cont__staff {
  position: relative;
}
#welcome__staff .cont__staff::before {
  content: "";
  position: absolute;
  background: url(/img/welcome/welcome__staff__deco_01.png) center center/contain no-repeat;
  width: 269px;
  height: 269px;
  left: -130px;
  top: -75px;
}
#welcome__staff .cont__staff::after {
  content: "";
  position: absolute;
  background: url(/img/welcome/welcome__staff__deco_02.png) center center/contain no-repeat;
  width: 68px;
  height: 71px;
  right: -162px;
  bottom: 170px;
}
#welcome__staff .cont__staff .block__staff {
  background: url(/img/common/border__dot__01_01.png) center top repeat-x, url(/img/common/border__dot__01_01.png) center bottom repeat-x, url(/img/common/border__dot__01_03.png) right top repeat-y, url(/img/common/border__dot__01_03.png) left top repeat-y, url(/img/common/border__corner_01.png) left 7px top 6px no-repeat, url(/img/common/border__corner_01.png) right 7px top 6px no-repeat, url(/img/common/border__corner_01.png) right 7px bottom 6px no-repeat, url(/img/common/border__corner_01.png) left 7px bottom 6px no-repeat, #fff;
  padding: 60px;
  position: relative;
  border-radius: 24px;
  margin-bottom: var(--margin-40);
  min-height: 310px;
}
#welcome__staff .cont__staff .block__staff:last-child {
  margin-bottom: 0;
}
#welcome__staff .cont__staff .block__staff .ttl04 {
  position: relative;
  background: url(/img/common/border__dot__01_02.png) left bottom repeat-x;
  padding-bottom: 23px;
  margin-bottom: var(--margin-15);
  padding-left: 35px;
  width: 690px;
  margin-left: auto;
}
#welcome__staff .cont__staff .block__staff .ttl04::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: var(--col--main-01);
  border-radius: 50%;
  left: 0;
  top: 4px;
}
#welcome__staff .cont__staff .block__staff .ttl04 .ttl__ja {
  font-size: var(--font-size-26);
  font-weight: 700;
  font-family: var(--fot--Zen-Maru-Goth);
  letter-spacing: 0.12em;
}
#welcome__staff .cont__staff .block__staff .item__img {
  position: absolute;
  left: 50px;
  top: 50px;
}
#welcome__staff .cont__staff .block__staff .item__text {
  width: 690px;
  margin-left: auto;
}
/* COMMON subpages
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* worries
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.common__worries .inner {
  position: relative;
}
.common__worries .inner::before {
  z-index: -1;
  content: "";
  position: absolute;
  width: clamp(1280px, 95vw, 1480px);
  height: 100%;
  background: #fff;
  border-radius: 40px;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
}
.common__worries .list__worries {
  gap: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.common__worries .list__worries > .item:not(.item_none) {
  width: calc((100% - 60px) / 3);
  min-height: 135px;
  padding: 40px;
  background: url(/img/common/deco__worry_01.png) right bottom no-repeat, var(--col--base-03);
  border-radius: 24px;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  position: relative;
}
.common__worries .list__worries > .item:not(.item_none)::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__check_01.png) center center/contain no-repeat;
  width: 30px;
  height: 30px;
  left: -10px;
  top: 50%;
  translate: 0 -50%;
}
.common__worries .list__worries > .item:not(.item_none) span {
  font-size: var(--font-size-20);
  font-weight: 700;
  letter-spacing: 0.05em;
  font-family: var(--fot--Zen-Maru-Goth);
  line-height: 1.7;
  height: fit-content;
}
/* service
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#care__service {
  position: relative;
  z-index: 0;
}
#care__service .cont__service {
  position: relative;
}
#care__service .cont__service::before {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(/img/care/care__service__deco_01.png) center center/contain no-repeat;
  width: 304px;
  height: 269px;
  left: -170px;
  top: -80px;
}
#care__service .cont__service::after {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(/img/care/care__service__deco_02.png) center center/contain no-repeat;
  width: 414px;
  height: 402px;
  right: -260px;
  bottom: 40px;
}
#care__service .cont__service .list__service {
  gap: 40px;
  flex-wrap: wrap;
  display: flex;
}
#care__service .cont__service .list__service > .item {
  border: 3px solid var(--col--main-01);
  padding: 50px;
  border-radius: 24px;
  background: #fff;
  width: calc((100% - 40px) / 2);
  position: relative;
}
#care__service .cont__service .list__service > .item .ttl04 {
  position: relative;
  padding-left: 35px;
  background: url(/img/common/border__dot__01_01.png) left bottom repeat-x;
  padding-bottom: 20px;
  margin-bottom: 10px;
}
#care__service .cont__service .list__service > .item .ttl04::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: var(--col--main-01);
  border-radius: 50%;
  left: 0;
  top: 4px;
}
#care__service .cont__service .list__service > .item .ttl04 .ttl__ja {
  font-size: var(--font-size-26);
  font-weight: 700;
  font-family: var(--fot--Zen-Maru-Goth);
  letter-spacing: 0.12em;
}
#care__service .cont__service .list__service > .item:first-of-type {
  width: 100%;
  padding: 60px;
}
#care__service .cont__service .list__service > .item:first-of-type .ttl04 {
  width: 620px;
}
#care__service .cont__service .list__service > .item:first-of-type .item__text {
  width: 620px;
}
#care__service .cont__service .list__service > .item:first-of-type .item__img {
  position: absolute;
  top: 60px;
  right: 60px;
}
#posture__service .cont__service {
  position: relative;
}
#posture__service .cont__service::before {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(/img/care/care__service__deco_01.png) center center/contain no-repeat;
  width: 304px;
  height: 269px;
  left: -170px;
  top: -80px;
}
#posture__service .cont__service::after {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(/img/care/care__service__deco_02.png) center center/contain no-repeat;
  width: 414px;
  height: 402px;
  right: -260px;
  top: 430px;
}
#posture__service .cont__service .list__service {
  gap: 40px;
  flex-wrap: wrap;
  display: flex;
}
#posture__service .cont__service .list__service > .item {
  border: 3px solid var(--col--main-01);
  padding: 50px;
  border-radius: 24px;
  background: url(/img/posture/posture__service__deco_01.png) right top no-repeat, #fff;
  width: calc((100% - 40px) / 2);
  position: relative;
  width: 100%;
  padding: 60px;
  min-height: 330px;
}
#posture__service .cont__service .list__service > .item .ttl04 {
  position: relative;
  padding-left: 35px;
  background: url(/img/common/border__dot__01_01.png) left bottom repeat-x;
  padding-bottom: 20px;
  margin-bottom: 20px;
  width: 620px;
}
#posture__service .cont__service .list__service > .item .ttl04::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: var(--col--main-01);
  border-radius: 50%;
  left: 0;
  top: 4px;
}
#posture__service .cont__service .list__service > .item .ttl04 .ttl__ja {
  font-size: var(--font-size-26);
  font-weight: 700;
  font-family: var(--fot--Zen-Maru-Goth);
  letter-spacing: 0.12em;
}
#posture__service .cont__service .list__service > .item .item__img {
  position: absolute;
  top: 60px;
  right: 60px;
}
#posture__service .cont__service .list__service > .item .item__text {
  width: 620px;
}
#korugi__service .cont__service {
  position: relative;
}
#korugi__service .cont__service::before {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(/img/korugi/korugi__service__deco_01.png) center center/contain no-repeat;
  width: 126px;
  height: 110px;
  left: -82px;
  top: -60px;
}
#korugi__service .cont__service::after {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(/img/korugi/korugi__service__deco_02.png) center center/contain no-repeat;
  width: 414px;
  height: 402px;
  right: -220px;
  bottom: -25px;
}
#korugi__service .cont__service .list__service {
  gap: 40px;
  flex-wrap: wrap;
  display: flex;
}
#korugi__service .cont__service .list__service > .item {
  padding: 60px;
  border-radius: 24px;
  background: #fff;
  width: calc((100% - 40px) / 2);
  position: relative;
  width: 100%;
  padding: 60px;
  min-height: 330px;
  background: url(/img/common/border__dot__01_01.png) center top repeat-x, url(/img/common/border__dot__01_01.png) center bottom repeat-x, url(/img/common/border__dot__01_03.png) right top repeat-y, url(/img/common/border__dot__01_03.png) left top repeat-y, url(/img/common/border__corner_01.png) left 7px top 6px no-repeat, url(/img/common/border__corner_01.png) right 7px top 6px no-repeat, url(/img/common/border__corner_01.png) right 7px bottom 6px no-repeat, url(/img/common/border__corner_01.png) left 7px bottom 6px no-repeat, #fff;
}
#korugi__service .cont__service .list__service > .item .ttl04 {
  position: relative;
  padding-left: 35px;
  background: url(/img/common/border__dot__01_01.png) left bottom repeat-x;
  padding-bottom: 20px;
  margin-bottom: 10px;
  width: 620px;
  margin-left: auto;
}
#korugi__service .cont__service .list__service > .item .ttl04::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: var(--col--main-01);
  border-radius: 50%;
  left: 0;
  top: 4px;
}
#korugi__service .cont__service .list__service > .item .ttl04 .ttl__ja {
  font-size: var(--font-size-26);
  font-weight: 700;
  font-family: var(--fot--Zen-Maru-Goth);
  letter-spacing: 0.12em;
}
#korugi__service .cont__service .list__service > .item .item__img {
  position: absolute;
  top: 60px;
  left: 60px;
}
#korugi__service .cont__service .list__service > .item .item__text {
  width: 620px;
  margin-left: auto;
}
/* fee
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.common__fee {
  padding-bottom: 100px;
}
.common__fee .inner {
  position: relative;
}
.common__fee .inner::after {
  content: "";
  position: absolute;
  background: url(/img/common/common__fee__deco_01.png) center center/contain no-repeat;
  width: 145px;
  height: 127px;
  top: -20px;
  left: 310px;
}
.common__fee .inner::before {
  z-index: -1;
  content: "";
  position: absolute;
  width: clamp(1280px, 95vw, 1480px);
  height: 100%;
  background: #fff;
  border-radius: 40px;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
}
.common__fee .cont__fee .list__fee {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}
.common__fee .cont__fee .list__fee > .item {
  width: calc((100% - 40px) / 2);
}
.common__fee .cont__fee .list__fee > .item .ttl04 {
  border-radius: 10px;
  width: 100%;
  height: 60px;
  background: var(--col--base-03);
  padding: 10px 30px;
  position: relative;
  align-content: center;
  margin-bottom: var(--margin-15);
}
.common__fee .cont__fee .list__fee > .item .ttl04::before {
  content: "";
  position: absolute;
  height: 30px;
  width: 4px;
  background: var(--col--main-01);
  border-radius: 2px;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}
.common__fee .cont__fee .list__fee > .item .ttl04 .ttl__ja {
  font-size: var(--font-size-26);
  font-weight: 700;
  font-family: var(--fot--Zen-Maru-Goth);
}
.common__fee .cont__fee .list__fee > .item .list {
  width: calc(100% - 40px);
  margin-inline: auto;
}
.common__fee .cont__fee .list__fee > .item .list .item {
  padding-bottom: var(--margin-15);
  margin-bottom: var(--margin-15);
  border-bottom: 1px solid #d5d3d3;
  display: flex;
  justify-content: space-between;
}
#korugi__fee {
  padding-bottom: 100px;
}
#korugi__fee .inner {
  position: relative;
}
#korugi__fee .inner::after {
  content: "";
  position: absolute;
  background: url(/img/common/common__fee__deco_01.png) center center/contain no-repeat;
  width: 145px;
  height: 127px;
  top: -20px;
  left: 310px;
}
#korugi__fee .inner::before {
  z-index: -1;
  content: "";
  position: absolute;
  width: clamp(1280px, 95vw, 1480px);
  height: 100%;
  background: #fff;
  border-radius: 40px;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
}
#korugi__fee .cont__fee .list__fee {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
#korugi__fee .cont__fee .list__fee > .item {
  border-radius: 10px;
  width: 100%;
  height: 60px;
  background: var(--col--base-03);
  padding: 10px 30px;
  position: relative;
  display: flex;
  justify-content: space-between;
  width: calc((100% - 40px) / 2);
  align-items: center;
}
#korugi__fee .cont__fee .list__fee > .item::before {
  content: "";
  position: absolute;
  height: 30px;
  width: 4px;
  background: var(--col--main-01);
  border-radius: 2px;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}
#korugi__fee .cont__fee .list__fee > .item dt {
  font-size: var(--font-size-26);
  font-weight: 700;
  font-family: var(--fot--Zen-Maru-Goth);
}
#korugi__fee .cont__fee .list__fee > .item dd {
  font-size: var(--font-size-26);
  font-weight: 700;
  color: var(--col--main-01);
  font-family: var(--fot--Zen-Maru-Goth);
}

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

共通下層ページ　( 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;
  }
}