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

 header ヘッダー

////////////////////////////////////////////////////////////////////////////////////////////////// */
#header {
  position: fixed;
  width: 100%;
  z-index: 5;
  top: 0;
  left: 0;
}
#header .inner {
  width: 100%;
  height: 120px;
  background: #fff;
  padding: 0;
}
#header .block__left {
  position: relative;
  width: fit-content;
  padding-left: 5vw;
}
#header .item__logo {
  display: block;
  width: fit-content;
  padding-left: 5vw;
}
#header .item__logo a {
  width: fit-content;
  display: block;
  transition: ease 0.2s;
  width: 68vw;
}
#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;
}
#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__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);
}
#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 .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;
}
@media screen and (max-width: 767px) {
  #nav {
    display: none;
  }
}

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

mv メインビジュアル

////////////////////////////////////////////////////////////////////////////////////////////////// */
#mv {
  position: relative;
  width: 100%;
  height: 104vw;
  background: url(/img/mv/mv__bg_01.png) center bottom -6vw/120% no-repeat, #fff;
  overflow: hidden;
}
#mv .mv-catch {
  position: absolute;
  left: 50%;
  translate: -50% 0;
  bottom: -14vw;
  width: 75%;
}
#mv .mv-catch::before {
  content: "";
  position: absolute;
  background: url(/img/mv/mv__deco_01.png) center center/contain no-repeat;
  width: 30vw;
  height: 21vw;
  left: 14vw;
  top: -5vw;
  translate: -100% -50%;
}
#mv .mv-catch::after {
  content: "";
  position: absolute;
  background: url(/img/mv/mv__deco_02.png) center center/contain no-repeat;
  width: 30vw;
  height: 21vw;
  right: 14vw;
  top: -5vw;
  translate: 100% -50%;
}
#mv .mv-img {
  position: absolute;
  background: url(/img/mv/mv__img.png) center center/contain no-repeat;
  width: 118%;
  height: 60vw;
  top: 25vw;
  left: 50%;
  translate: -50% 0;
}

/* sv サブビジュアル
========================================================================= */
#sv {
  position: relative;
  width: 100%;
  height: 54vw;
  background: #f9f5f2;
  position: relative;
  margin-top: 70px;
}
#sv .wrap__sv {
  width: 100%;
  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;
  font-size: 4.5vw;
  left: 3vw;
  letter-spacing: 0;
  padding-bottom: 3vw;
  background: url(/img/common/border__dot__01_04.png) left bottom/10vw repeat-x;
}
#sv .sv-img {
  width: 42vw;
  height: 29vw;
  border-radius: 2vw;
  position: absolute;
  right: 0;
  top: 50%;
  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;
  overflow: hidden;
}
#footer::before {
  z-index: -1;
  content: "";
  position: absolute;
  width: 120%;
  height: 100%;
  background: #fff;
  border-radius: 5vw 5vw 0 0;
}
#footer .item__logo {
  display: block;
  position: relative;
  width: fit-content;
  transition: ease 0.2s;
  margin-bottom: 8vw;
  width: 66vw;
}
#footer .item__logo:hover {
  opacity: 0.6;
}
#footer .inner {
  margin-inline: auto;
  width: 95%;
  padding-block: 15vw 10vw;
}
#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: 7vw;
}
#footer .group__detail .inner {
  width: 100%;
  margin-inline: auto;
  padding-block: 0;
  display: flex;
  flex-direction: column-reverse;
  gap: 6vw;
}
#footer .group__detail .list__nav_other {
  width: fit-content;
  width: 100%;
  justify-content: center;
}
#footer .group__detail .list__nav_other .item {
  width: fit-content;
  color: #fff;
  font-size: var(--font-size-14);
  font-weight: 700;
  letter-spacing: 0.05em;
  position: relative;
  font-size: 3vw;
}
#footer .group__detail .list__nav_other .item::after {
  content: "|";
  color: currentColor;
  position: relative;
  margin-inline: 2vw;
}
#footer .group__detail .list__nav_other .item:last-child::after {
  display: none;
}
#footer .item__address {
  line-height: 2;
  font-size: var(--font-size-17);
  font-weight: 400;
  text-align: center;
  font-size: 4vw;
  margin-bottom: 6vw;
  font-size: 3.4vw;
  letter-spacing: 0;
}
#footer .unit__calendar {
  margin-inline: auto;
  width: fit-content;
}
#footer .unit__calendar .item__schedule {
  border-top: 1px solid #d1cbc9;
  border-bottom: 1px solid #d1cbc9;
  margin-bottom: var(--margin-20);
  margin-inline: auto;
}
#footer .unit__calendar .item__schedule tr th,
#footer .unit__calendar .item__schedule tr td {
  padding: 1vw;
  padding-block: 2.7vw;
  font-size: 3vw;
}
#footer .unit__calendar .item__schedule tr th,
#footer .unit__calendar .item__schedule tr td {
  border-bottom: 1px solid #d1cbc9;
}
#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: 22vw;
  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: 3vw;
}
#footer .unit__calendar .item__text_note {
  padding-inline: 4vw;
}
#footer .unit__calendar .item__text_note small {
  display: block;
  line-height: 1.8;
  font-size: var(--font-size-14);
  font-size: 3.3vw;
  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-size: 3vw;
}
#footer #copyright a {
  margin: 0 2px;
  padding: 0 5px;
  transition: ease 0.12s;
}
#footer #copyright a:hover {
  color: #fff;
  background: var(--col--main-02);
}
@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;
  }
}

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

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: 100%;
  height: 85vw;
  left: 50%;
  top: 38%;
  translate: -50% -50%;
}
#top__greeting .inner {
  position: relative;
  padding-top: 15vw;
  padding-bottom: 20vw;
}
#top__greeting .ttl03 {
  margin-bottom: var(--margin-50);
  margin-inline: auto;
  width: fit-content;
}
#top__greeting .list__images {
  position: relative;
  width: 100%;
  height: 71vw;
  margin-bottom: 6vw;
}
#top__greeting .list__images::before {
  content: "";
  position: absolute;
  background: url(/img/top/top__greeting__deco_01.png) center center/contain no-repeat;
  width: 15vw;
  height: 15vw;
  left: 0vw;
  top: 0vw;
}
#top__greeting .list__images .item__img {
  position: absolute;
}
#top__greeting .list__images .item__img:nth-of-type(1) {
  left: 0;
  top: 0;
  width: 55vw;
}
#top__greeting .list__images .item__img:nth-of-type(2) {
  right: 0;
  bottom: 0;
  width: 39vw;
}
#top__greeting .item__text {
  width: 100%;
  margin-left: auto;
}
#top__greeting .item__text br {
  display: none;
}
/* top__feature
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__feature {
  background: #fff;
  position: relative;
  z-index: 0;
}
#top__feature .inner {
  padding-bottom: 15vw;
  position: relative;
}
#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: 29vw;
  height: 20vw;
  left: -6vw;
  top: -13vw;
}
#top__feature .ttl03 {
  position: relative;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: var(--margin-70);
}
#top__feature .ttl03::before {
  content: "";
  position: absolute;
  background: url(/img/top/top__feature__deco_01.png) center center/contain no-repeat;
  width: 10vw;
  height: 10vw;
  right: -6vw;
  top: -5vw;
}
#top__feature .list__feature {
  gap: 7vw 5vw;
  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: 25vw;
  height: 25vw;
  left: 0vw;
  top: 0vw;
}
#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: 25vw;
  height: 25vw;
  right: 0vw;
  bottom: 0vw;
}
#top__feature .list__feature > .item {
  width: calc((100% - 5vw) / 2);
  padding: 4vw 3vw;
  border-radius: 2vw;
  position: relative;
  background: var(--col--base-03);
}
#top__feature .list__feature > .item .ttl04 {
  margin-bottom: var(--margin-10);
  margin-bottom: 1vw;
}
#top__feature .list__feature > .item .ttl04::before {
  content: "";
  position: absolute;
  height: 13vw;
  width: 0.6vw;
  background: var(--col--main-01);
  border-radius: 10px;
  left: 0;
  top: 6vw;
}
#top__feature .list__feature > .item .ttl04 .ttl__num {
  position: absolute;
  right: 5vw;
  top: -3vw;
  font-family: var(--fot--Poetsen-One);
  color: var(--col--main-01);
  font-weight: 400;
  font-size: var(--font-size-36);
  font-size: 7.2vw;
  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.8;
  display: flex;
  align-items: center;
  height: 17vw;
  letter-spacing: 0.04em;
  font-size: 4.3vw;
}
#top__feature .list__feature > .item .item__text br {
  display: none;
}
#top__feature .list__feature > .item .item__text p {
  font-size: 3.8vw;
}
#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: 20vw;
  height: 25vw;
  right: -1vw;
  bottom: -14vw;
}

/* top__service
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__service {
  position: relative;
  z-index: 0;
  background: var(--sep--02-w-t);
}
#top__service .inner {
  padding-block: 20vw;
  padding-bottom: 15vw;
}
#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: 15vw;
  height: 10vw;
  left: -5vw;
  top: 0vw;
  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: 15vw;
  height: 10vw;
  right: -5vw;
  top: 0vw;
  translate: 100% 0;
}
#top__service .cont__service {
  position: relative;
}
#top__service .cont__service .list__service {
  display: flex;
  flex-direction: column;
  position: relative;
}
#top__service .cont__service .list__service > .item {
  background: #fff;
  padding: 6.5vw 4vw;
  position: relative;
  border-radius: 2vw;
  margin-bottom: var(--margin-50);
  display: flex;
  flex-direction: column;
  width: 100%;
}
#top__service .cont__service .list__service > .item:last-child {
  margin-bottom: 0;
}
#top__service .cont__service .list__service > .item .ttl04 {
  position: relative;
  padding-left: 7vw;
  width: 100%;
  padding-bottom: var(--margin-25);
  margin-bottom: var(--margin-40);
  background: url(/img/common/border__dot__01_01.png) left bottom repeat-x;
  order: 2;
}
#top__service .cont__service .list__service > .item .ttl04::before {
  content: "";
  position: absolute;
  width: 3vw;
  height: 3vw;
  background: var(--col--main-01);
  border-radius: 50%;
  left: 0vw;
  top: 3vw;
  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);
  font-size: 5vw;
}
#top__service .cont__service .list__service > .item .item__img {
  position: relative;
  margin-bottom: 6vw;
  margin-inline: auto;
  order: 1;
}
#top__service .cont__service .list__service > .item .item__text {
  width: 100%;
  margin-bottom: var(--margin-50);
  order: 3;
}
#top__service .cont__service .list__service > .item .item__text p {
  line-height: 2;
}
#top__service .cont__service .list__service > .item .btn__links {
  width: 100%;
  border-radius: 0 0 2vw 2vw;
  background: var(--col--main-01);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-block: 5vw;
  border-radius: 2vw;
  order: 4;
}
#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: 5vw;
  font-family: var(--fot--Zen-Maru-Goth);
}
#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: 3vw;
  height: 3vw;
  right: 0vw;
  top: 50%;
  translate: 0 -50%;
}

/* top__voice
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__voice {
  position: relative;
  z-index: 0;
}
#top__voice .inner {
  padding-top: 5vw;
  padding-bottom: 5vw;
}
#top__voice .ttl03 {
  margin-bottom: var(--margin-50);
}
#top__voice .cont__post {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 5vw;
}
#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: 25vw;
  height: 25vw;
  right: 0vw;
  top: 0vw;
}
#top__voice .cont__post .block__post {
  padding: 5vw;
  border: 3px solid var(--col--base-01);
  position: relative;
  background: #fff;
  border-radius: 2vw;
}
#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: 10vw;
  height: 5vw;
  left: 0vw;
  top: 0vw;
}
#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: 10vw;
  height: 5vw;
  right: 0vw;
  bottom: 0vw;
}
#top__voice .cont__post .block__post .ttl04 {
  position: relative;
  padding-bottom: var(--margin-25);
  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/220% no-repeat;
}
#top__contact .inner {
  position: relative;
}
#top__contact .ttl03 {
  margin-bottom: var(--margin-40);
  gap: 3vw;
}
#top__contact .ttl03 .ttl__ja span {
  font-size: 5.5vw;
}
#top__contact .ttl03 .ttl__en {
  font-size: 4.5vw;
}
#top__contact .wrap__contact {
  position: relative;
  padding-block: 7vw;
  padding-inline: 5vw;
  padding-top: 9vw;
  flex-direction: column;
}
#top__contact .wrap__contact::after {
    content: "";
    position: absolute;
    background: url(/img/top/top__contact__deco_01.png)center center / contain no-repeat;
width: 29vw;
        height: 35vw;
        left: -9vw;
        top: -16vw;
}
#top__contact .wrap__contact::before {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  border: 3px solid var(--col--main-01);
  height: 100%;
  border-radius: 2.5vw;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  background: url(/img/top/top__contact__deco_02.png) right -14vw top/40vw no-repeat, #fff;
}
#top__contact .item__text_lead {
  text-align: center;
  margin-bottom: var(--margin-50);
}
#top__contact .item__text_lead p {
  font-size: 3.9vw;
  letter-spacing: 0.02em;
}
#top__contact .block__data {
  display: flex;
  gap: 5vw;
  justify-content: center;
  flex-direction: column;
}
#top__contact .block__data .unit__info {
  background: var(--col--base-03);
  border-radius: 1.5vw;
  padding: 5vw;
}
#top__contact .block__data .unit__info .com__tel {
  margin-bottom: 5vw;
  width: fit-content;
  margin-inline: auto;
}
#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: 1vw;
  padding-block: 2.7vw;
  font-size: 3vw;
}
#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;
}
#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: 22vw;
  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: 3vw;
}
#top__contact .block__data .unit__info .unit__calendar .item__text_note small {
  display: block;
  line-height: 1.8;
  font-size: var(--font-size-14);
  font-size: 3.3vw;
  letter-spacing: 0.05em;
  opacity: 0.8;
  margin-bottom: var(--margin-10);
}
#top__contact .block__data .list__contact {
  display: flex;
  flex-direction: column;
  gap: 5vw;
  width: 100%;
}
#top__contact .block__data .list__contact .item {
  padding: 5vw;
  background: var(--col--base-03);
  width: 100%;
  height: 25vw;
  border-radius: 1.5vw;
}
#top__contact .block__data .list__contact .item a {
  width: 100%;
  height: 100%;
  border-radius: 1.5vw;
}
#top__contact .block__data .list__contact .item a span {
  font-size: var(--font-size-21);
  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);
}
#top__contact .block__data .list__contact .btn__line span {
  position: relative;
  padding-left: 8vw;
}
#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: 5vw;
  height: 5vw;
  left: 0vw;
  top: 50%;
  translate: 0 -50%;
}
#top__contact .block__data .list__contact .btn__contact {
  background: var(--col--acc-01);
}
#top__contact .block__data .list__contact .btn__contact span {
  position: relative;
  padding-left: 8vw;
}
#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: 5vw;
  height: 5vw;
  left: 0vw;
  top: 50%;
  translate: 0 -50%;
}

/* top__info
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__info .inner {
  padding-top: 5vw;
}
#top__info .wrap__info {
  width: 100%;
  padding-block: 8vw;
  padding-inline: 5vw;
  position: relative;
  background: url(/img/top/top__info_deco_01.png) left 5vw top/30vw no-repeat, url(/img/top/top__info_deco_02.png) right 0 top 15vw/30vw no-repeat, url(/img/top/top__info_deco_03.png) left 0 top 5vw/30vw no-repeat, url(/img/top/top__info_deco_04.png) right bottom/30vw no-repeat, var(--col--base-02);
  border-radius: 2vw;
}
#top__info .wrap__info::before {
  content: "";
  position: absolute;
  background: url(/img/top/top__info_deco_05.png) center center/contain no-repeat;
  width: 23vw;
  height: 29vw;
  right: 0vw;
  top: -10vw;
}
#top__info .ttl03 {
  margin-bottom: var(--margin-50);
}
#top__info .item__table {
  margin-bottom: 15vw;
}
#top__info .block__access .ttl04 {
  display: flex;
  align-items: center;
  gap: 5vw;
  margin-bottom: var(--margin-50);
}
#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;
  font-size: 5vw;
}
#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: 8vw;
  height: 7vw;
  left: 50%;
  translate: -50% 0;
  top: -9vw;
}
#top__info .block__access .list__access {
  display: flex;
  gap: 5vw;
  margin-bottom: var(--margin-30);
  flex-direction: column;
}
#top__info .block__access .list__access > .item {
  width: calc((100% - 5vw) / 2);
  width: 100%;
}
#top__info .block__access .list__access > .item .ttl05 {
  text-align: center;
  padding-block: 4vw;
  background: var(--col--txt-01);
  border-radius: 2vw 2vw 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;
  padding: 4vw;
  text-align: center;
  background: #fff;
  border-radius: 0 0 2vw 2vw;
  align-content: center;
}
#top__info .block__access .list__access > .item .item__text p {
  font-size: 3.8vw;
}
#top__info .block__access .item__map {
  width: 100%;
  height: 80vw;
}

/* common__news top__news
========================================================================= */
.com__tag .item {
  font-size: 3vw;
  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 a {
  width: 100%;
  height: 100%;
}
.com__latest .group__info {
  width: 75%;
}
.com__latest .group__info.on_thumb {
  width: 75%;
}
.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);
  font-size: 3.5vw;
}
.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);
  font-size: 3.5vw;
}
.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);
  right: -5px;
}
@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;
}
#top__news .cont__latest {
  width: 100%;
  margin-left: auto;
  display: flex;
  justify-content: end;
  gap: 5vw 3vw;
  align-items: start;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 7vw;
}
#top__news .cont__latest .com__latest {
  width: calc((100% - 3vw) / 2);
  background: var(--col--base-02);
  padding: 3vw;
  border-radius: 2vw;
}
#top__news .cont__latest .com__latest a {
  flex-direction: column-reverse;
  gap: 5vw;
  border-top: 1px solid transparent;
}
#top__news .cont__latest .com__latest a .group__info {
  width: 100%;
}
#top__news .cont__latest .com__latest a .group__img {
  width: 100%;
  height: 32vw;
  position: relative;
  border-radius: 2vw;
}
#top__news .ttl03 {
  position: relative;
  margin-bottom: var(--margin-50);
  margin-inline: auto;
}
#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: 100%;
  height: 13vw;
  background: var(--col--main-01);
  border: 1px solid var(--col--main-01);
  padding-inline: 3vw;
  left: 0;
  position: relative;
  border-radius: 20vw;
}
#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%;
}
#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;
}

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

/* welcome
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* welcome__about
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#welcome__about {
  padding-top: 15vw;
}
#welcome__about .inner {
  position: relative;
  z-index: 0;
}
#welcome__about .inner::before {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(/img/welcome/welcome__about__deco_01.png) left -9.5vw top -2vw/35vw no-repeat, #fff;
  border-radius: 2vw;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
}
#welcome__about .ttl03 {
  margin-bottom: 6vw;
}
#welcome__about .cont__about .list__about {
  gap: 7vw;
  display: flex;
  flex-direction: column;
}
#welcome__about .cont__about .list__about > .item {
  width: calc((100% - 5vw) / 2);
  width: 100%;
  display: flex;
  flex-direction: column;
}
#welcome__about .cont__about .list__about > .item .ttl04 {
  background: var(--col--main-01);
  border-radius: 1.5vw 1.5vw 0 0;
  padding-block: 4vw;
  padding-inline: 2vw;
  text-align: center;
  align-content: center;
  padding-top: 4.5vw;
}
#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: 700;
  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 1.5vw 1.5vw;
  padding: 4vw;
  padding-top: 3vw;
  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: 15vw;
  height: 15vw;
  left: -5vw;
  top: 0vw;
}
#welcome__note .inner::after {
  content: "";
  position: absolute;
  background: url(/img/welcome/welcome__note__deco_02.png) center center/contain no-repeat;
  width: 25vw;
  height: 25vw;
  right: 0vw;
  bottom: 0vw;
}
#welcome__note .item__text_lead {
  text-align: center;
}
#welcome__note .item__text_lead p {
  line-height: 2.1;
}

/* welcome__workers
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#welcome__workers .inner {
  position: relative;
  padding-inline: 3vw;
}
#welcome__workers .inner::before {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(/img/welcome/welcome__workers__deco_01.png) left top/40vw no-repeat, url(/img/welcome/welcome__workers__deco_02.png) right 5vw top 5vw/20vw no-repeat, #fff;
  border-radius: 2vw;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
}
#welcome__workers .item__text_lead {
  text-align: center;
}
#welcome__workers .item__text_lead p {
  font-size: 3.8vw;
  line-height: 2.4;
  letter-spacing: 0.02em;
}

/* welcome__staff
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#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: 30vw;
  height: 30vw;
  left: -10vw;
  top: -10vw;
}
#welcome__staff .cont__staff::after {
  content: "";
  position: absolute;
  background: url(/img/welcome/welcome__staff__deco_02.png) center center/contain no-repeat;
  width: 13vw;
  height: 20vw;
  right: -4vw;
  bottom: -9vw;
}
#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 2vw top 2vw no-repeat, url(/img/common/border__corner_01.png) right 2vw top 2vw no-repeat, url(/img/common/border__corner_01.png) right 2vw bottom 2vw no-repeat, url(/img/common/border__corner_01.png) left 2vw bottom 2vw no-repeat, #fff;
  padding: 7vw 5vw;
  position: relative;
  border-radius: 6vw;
  margin-bottom: var(--margin-40);
}
#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/7vw repeat-x;
  padding-bottom: 5vw;
  margin-bottom: var(--margin-30);
  padding-left: 7vw;
  width: 100%;
  margin-left: auto;
}
#welcome__staff .cont__staff .block__staff .ttl04::before {
  content: "";
  position: absolute;
  width: 3.2vw;
  height: 3.2vw;
  background: var(--col--main-01);
  border-radius: 50%;
  left: 0vw;
  top: 1vw;
}
#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: relative;
  margin-bottom: 5vw;
  width: fit-content;
  margin-inline: auto;
}
#welcome__staff .cont__staff .block__staff .item__text {
  width: 100%;
  margin-left: auto;
}
#welcome__staff .cont__staff .block__staff .item__text p {
  line-height: 2.1;
}

/* COMMON subpages
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* worries
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.common__worries {
  padding-top: 5vw;
}
.common__worries .inner {
  position: relative;
}
.common__worries .inner::before {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 2vw;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
}
.common__worries .ttl03 {
  gap: 2.5vw;
  margin-bottom: 6vw;
}
.common__worries .list__worries {
  gap: 5vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-inline: auto;
  width: 90%;
}
.common__worries .list__worries > .item:not(.item_none) {
  width: calc((100% - 5vw) / 2);
  width: 100%;
  padding: 5vw;
  background: url(/img/common/deco__worry_01.png) right bottom/15vw no-repeat, var(--col--base-03);
  border-radius: 2vw;
  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: 7vw;
  height: 6vw;
  left: -3vw;
  top: 1vw;
  translate: 0 -50%;
}
.common__worries .list__worries > .item:not(.item_none) span {
  font-size: var(--font-size-20);
  font-size: 4.2vw;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-family: var(--fot--Zen-Maru-Goth);
  line-height: 1.9;
  height: fit-content;
}
.common__worries .list__worries > .item_none {
  position: absolute;
}

/* 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: 43vw;
  height: 46vw;
  left: -13vw;
  top: -27vw;
}
#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: 36vw;
  height: 47vw;
  right: -19vw;
  bottom: -15vw;
}
#care__service .cont__service .list__service {
  gap: 5vw;
  flex-wrap: wrap;
  display: flex;
}
#care__service .cont__service .list__service > .item {
  border: 3px solid var(--col--main-01);
  padding: 5vw;
  border-radius: 2vw;
  background: #fff;
  width: calc((100% - 5vw) / 2);
  position: relative;
  width: 100%;
}
#care__service .cont__service .list__service > .item .ttl04 {
  position: relative;
  background: url(/img/common/border__dot__01_02.png) left bottom/7vw repeat-x;
  padding-bottom: 5vw;
  margin-bottom: var(--margin-30);
  padding-left: 7vw;
  width: 100%;
  margin-left: auto;
}
#care__service .cont__service .list__service > .item .ttl04::before {
  content: "";
  position: absolute;
  width: 3.2vw;
  height: 3.2vw;
  background: var(--col--main-01);
  border-radius: 50%;
  left: 0vw;
  top: 1vw;
}
#care__service .cont__service .list__service > .item .ttl04 .ttl__ja {
  font-size: var(--font-size-26);
  font-size: 4.6vw;
  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: 5vw;
}
#care__service .cont__service .list__service > .item:first-of-type .ttl04 {
  width: 100%;
}
#care__service .cont__service .list__service > .item:first-of-type .item__text {
  width: 100%;
}
#care__service .cont__service .list__service > .item:first-of-type .item__img {
  position: relative;
  margin-bottom: 5vw;
}
#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: 34vw;
  height: 42vw;
  left: -10vw;
  top: -20vw;
}
#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: 48vw;
  height: 44vw;
  right: -9vw;
  bottom: -20vw;
}
#posture__service .cont__service .list__service {
  gap: 5vw;
  flex-wrap: wrap;
  display: flex;
}
#posture__service .cont__service .list__service > .item {
  border: 3px solid var(--col--main-01);
  padding: 5vw;
  border-radius: 2vw;
  background: url(/img/posture/posture__service__deco_01.png) right -5vw top -5vw/40vw no-repeat, #fff;
  width: calc((100% - 5vw) / 2);
  position: relative;
  width: 100%;
  padding: 5vw;
  min-height: 330px;
}
#posture__service .cont__service .list__service > .item .ttl04 {
  position: relative;
  padding-left: 7vw;
  background: url(/img/common/border__dot__01_01.png) left bottom repeat-x;
  padding-bottom: 5vw;
  margin-bottom: 6vw;
  width: 100%;
}
#posture__service .cont__service .list__service > .item .ttl04::before {
  content: "";
  position: absolute;
  width: 4vw;
  height: 4vw;
  background: var(--col--main-01);
  border-radius: 50%;
  left: 0;
  top: 0.5vw;
}
#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: relative;
  margin-inline: auto;
  margin-bottom: 5vw;
}
#posture__service .cont__service .list__service > .item .item__text {
  width: 100%;
}
#korugi__service .ttl03 .ttl__ja {
  font-size: 5.3vw;
}
#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: 17vw;
  height: 21vw;
  left: -5vw;
  top: -13vw;
}
#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: 47vw;
  height: 46vw;
  right: -15vw;
  bottom: -11vw;
}
#korugi__service .cont__service .list__service {
  gap: 5vw;
  flex-wrap: wrap;
  display: flex;
}
#korugi__service .cont__service .list__service > .item {
  padding: 5vw;
  border-radius: 6vw;
  background: #fff;
  width: calc((100% - 5vw) / 2);
  position: relative;
  width: 100%;
  padding: 7vw 5vw;
  display: flex;
  flex-direction: column;
  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 2vw top 2vw no-repeat, url(/img/common/border__corner_01.png) right 2vw top 2vw no-repeat, url(/img/common/border__corner_01.png) right 2vw bottom 2vw no-repeat, url(/img/common/border__corner_01.png) left 2vw bottom 2vw no-repeat, #fff;
}
#korugi__service .cont__service .list__service > .item .ttl04 {
  position: relative;
  background: url(/img/common/border__dot__01_02.png) left bottom/7vw repeat-x;
  padding-bottom: 5vw;
  margin-bottom: var(--margin-30);
  padding-left: 7vw;
  width: 100%;
  margin-left: auto;
  order: 2;
}
#korugi__service .cont__service .list__service > .item .ttl04::before {
  content: "";
  position: absolute;
  width: 3.2vw;
  height: 3.2vw;
  background: var(--col--main-01);
  border-radius: 50%;
  left: 0vw;
  top: 2.5vw;
}
#korugi__service .cont__service .list__service > .item .ttl04 .ttl__ja {
  font-size: var(--font-size-26);
  font-size: 4.5vw;
  font-weight: 700;
  font-family: var(--fot--Zen-Maru-Goth);
  letter-spacing: 0.12em;
  line-height: 1.5;
}
#korugi__service .cont__service .list__service > .item .item__img {
  position: relative;
  margin-bottom: 5vw;
  order: 1;
}
#korugi__service .cont__service .list__service > .item .item__text {
  width: 100%;
  margin-left: auto;
  order: 3;
}
/* fee
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.common__fee {
  padding-bottom: 15vw;
}
.common__fee .inner {
  position: relative;
  padding-block: 10vw;
}
.common__fee .inner::after {
  content: "";
  position: absolute;
  background: url(/img/common/common__fee__deco_01.png) center center/contain no-repeat;
  width: 39vw;
  height: 23vw;
  top: -5vw;
  right: -9vw;
}
.common__fee .inner::before {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 2vw;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
}
.common__fee .ttl03 {
  gap: 2vw;
}
.common__fee .cont__fee .list__fee {
  display: flex;
  gap: 7vw;
  flex-wrap: wrap;
  flex-direction: column;
  padding-inline: 5vw;
  margin-inline: auto;
}
.common__fee .cont__fee .list__fee > .item {
  width: calc((100% - 5vw) / 2);
  width: 100%;
}
.common__fee .cont__fee .list__fee > .item .ttl04 {
  border-radius: 2vw;
  width: 100%;
  height: 12vw;
  background: var(--col--base-03);
  padding-inline: 5vw;
  position: relative;
  align-content: center;
  margin-bottom: var(--margin-25);
}
.common__fee .cont__fee .list__fee > .item .ttl04::before {
  content: "";
  position: absolute;
  height: 5vw;
  width: 3px;
  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-size: 4.5vw;
  font-weight: 700;
  font-family: var(--fot--Zen-Maru-Goth);
}
.common__fee .cont__fee .list__fee > .item .list {
  width: 100%;
  margin-inline: auto;
}
.common__fee .cont__fee .list__fee > .item .list .item {
  padding-bottom: var(--margin-35);
  margin-bottom: var(--margin-35);
  border-bottom: 1px solid #d5d3d3;
  display: flex;
  justify-content: space-between;
}
#korugi__fee {
  padding-bottom: 5vw;
}
#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: 39vw;
  height: 23vw;
  top: -5vw;
  right: -9vw;
}
#korugi__fee .inner::before {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 2vw;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
}
#korugi__fee .cont__fee {
  padding-inline: 5vw;
  margin-inline: auto;
}
#korugi__fee .cont__fee .list__fee {
  display: flex;
  flex-wrap: wrap;
  gap: 5vw;
}
#korugi__fee .cont__fee .list__fee > .item {
  border-radius: 2vw;
  width: 100%;
  min-height: 12vw;
  height: fit-content;
  background: var(--col--base-03);
  padding: 5vw;
  position: relative;
  display: flex;
  justify-content: space-between;
  width: calc((100% - 5vw) / 2);
  width: 100%;
  align-items: center;
}
#korugi__fee .cont__fee .list__fee > .item::before {
  content: "";
  position: absolute;
  height: 5vw;
  width: 3px;
  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);
  font-size: 4.5vw;
}
#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);
  font-size: 4.5vw;
}

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

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