@charset "UTF-8";
/* header ヘッダー
////////////////////////////////////////////////////////////////////////////////////////////////// */
#header {
  position: fixed;
  width: 100%;
  z-index: 5;
  top: 0;
  left: 0;
  background: #fff;
  /* --------------------------------- */
  /* --------------------------------- */
}
#header .inner {
  width: 100%;
  min-width: 1080px;
  height: 100px;
  background: #fff;
  background: var(--col--main-01);
  padding: 0;
}
@media screen and (max-width: 767px) {
  #header .inner {
    height: 70px;
  }
}
#header .block-left {
  position: relative;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  #header .block-left {
    width: 100%;
    padding-left: 0;
    margin-left: 0;
  }
}
#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;
}
@media screen and (max-width: 767px) {
  #header .item-logo {
    max-width: 55dvw;
    max-height: 50px;
    margin-bottom: 3vw;
    margin-left: 4vw;
  }
  #header .item-logo img {
    height: auto;
    height: 3.2vw;
    filter: var(--col--fil-white);
  }
}
#header .block-right {
  display: none;
  position: relative;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  #header .block-right {
    display: none;
  }
}
#header .cont-info {
  width: fit-content;
}

/* nav グローバルナビゲーション
////////////////////////////////////////////////////////////////////////////////////////////////// */
#nav .list-nav {
  width: fit-content;
}
#nav .list-nav-item {
  width: fit-content;
}
#nav .list-nav-item a {
  transition: ease 0.17s;
}
@media screen and (max-width: 767px) {
  #nav {
    display: none;
  }
}

/* mv メインビジュアル
////////////////////////////////////////////////////////////////////////////////////////////////// */
#mv {
  position: relative;
  width: 100%;
  height: 60vw;
}
@media screen and (max-width: 767px) {
  #mv {
    height: 100vw;
  }
}
#mv .mv-img {
  height: 100vw;
  width: 70vw;
  margin-left: auto;
}
#mv .mv-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: unset;
}
#mv .mv-catch {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: 5vw;
  width: 45vw;
}

/* sv サブビジュアル
////////////////////////////////////////////////////////////////////////////////////////////////// */
#sv {
  position: relative;
  width: 100%;
  height: 580px;
  margin-bottom: 5vw;
}
#sv .sv-img {
  width: 82%;
  height: 40vw;
  position: absolute;
  right: 0;
  bottom: 0;
}
#sv .sv-catch {
  position: absolute;
  top: 75%;
  translate: 0 -50%;
  left: -10vw;
  padding: 1.7vw 2vw;
  background: #fff;
  font-size: var(--font-size-45);
  color: var(--col--main-01);
  font-weight: 500;
  font-size: 5vw;
}
@media screen and (max-width: 767px) {
  #sv {
    height: 52vw;
    max-width: 100%;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

/* footer フッター
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#footer {
  position: relative;
  width: 100%;
  border-top: 1px solid var(--col--acc-01);
}
#footer .item-logo {
  display: block;
  margin: 0 auto;
  position: relative;
  width: fit-content;
  transition: ease 0.2s;
  margin-top: 15vw;
  margin-bottom: 5vw;
}
#footer .item-logo:hover {
  opacity: 0.6;
}
#footer .item-logo img {
  height: 5vw;
}
#footer .inner {
  padding: 5vw 0;
}
@media screen and (max-width: 767px) {
  #footer .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
#footer .block-left {
  position: relative;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  #footer .block-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}
#footer .block-right {
  position: relative;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  #footer .block-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}
#footer .com__tel {
  margin-bottom: var(--margin-20);
}
#footer .com__times {
  margin: 0 auto;
  width: fit-content;
  margin-bottom: var(--margin-50);
}
#footer .com__address {
  margin-bottom: 5vw;
}
#footer .item-map {
  width: 100%;
  height: 50vw;
  margin-bottom: 6vw;
  min-height: 200px;
}
#footer .item-map iframe {
  width: 100%;
  height: 100%;
}
#footer .unit-contact {
  width: 100%;
  flex-wrap: wrap;
  margin: 0 auto;
  gap: 3vw;
  margin-left: auto;
  margin-bottom: var(--margin-50);
  justify-content: center;
  gap: 6vw 8vw;
}
#footer .unit-contact .com__btn_02 {
  width: 100%;
}
#footer .list-nav {
  gap: 3vw 5vw;
  margin-bottom: var(--margin-40);
}
#footer .list-nav-item {
  width: fit-content;
  position: relative;
  padding-left: 15px;
}
#footer .list-nav-item::before {
  --width: 11px;
  --height: 7px;
  --color: var(--col--main-01);
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent var(--color);
  border-width: calc((var(--width)) / 2) 0px calc((var(--width)) / 2) var(--height);
}
#footer .list-nav-item a {
  position: relative;
  transition: ease 0.2s;
}
@media screen and (max-width: 767px) {
  #footer .list-nav {
    display: none;
  }
}
#footer #copyright {
  font-size: var(--font-size-13);
  text-align: center;
  color: var(--col--main-02);
  color: var(--col--main-01);
  font-size: 2.5vw;
}
#footer #copyright a {
  margin: 0 2px;
  padding: 0 5px;
  transition: ease 0.12s;
}
#footer #copyright a:hover {
  color: #fff;
  background: var(--col--main-01);
}
@media screen and (max-width: 767px) {
  #footer #copyright a {
    margin: unset;
    padding: unset;
  }
  #footer #copyright a:hover {
    color: inherit;
    background: inherit;
  }
}

/* top
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* top__greeting
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__greeting .inner {
  position: relative;
  padding-top: 5vw;
  padding-top: 15vw;
}
#top__greeting .ttl03 {
  width: fit-content;
  margin-bottom: var(--margin-50);
  margin-left: auto;
  margin-bottom: 2vw;
}
#top__greeting .ttl03 .ja img {
  height: 45vw;
}
#top__greeting .list-images {
  position: relative;
  width: 100%;
  height: 70vw;
  margin-bottom: 7vw;
  margin-top: -30vw;
}
#top__greeting .list-images-item {
  position: absolute;
  width: 40vw;
}
#top__greeting .list-images-item:nth-of-type(1) {
  left: 0vw;
  top: 0vw;
  width: 60vw;
}
#top__greeting .list-images-item:nth-of-type(2) {
  right: 0vw;
  bottom: 0vw;
  width: 40vw;
}
#top__greeting .topic-about {
  width: 100%;
  margin-left: auto;
}
#top__greeting .topic-about .ttl04 {
  margin: 0 auto;
  width: fit-content;
  margin-bottom: var(--margin-40);
}
#top__greeting .topic-about .ttl04 .ja {
  color: var(--col--acc-01);
  font-size: var(--font-size-30);
  font-size: var(--font-size-25);
}
#top__greeting .topic-about .item-text {
  text-align: left;
}
#top__greeting .topic-about .item-text br {
  display: none;
}
/* top__worries
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__worries {
  background: #f7f7f7;
}
#top__worries .ttl03 {
  margin: 0 auto;
  margin-bottom: var(--margin-30);
  text-align: center;
}
#top__worries .ttl03 .ja {
  line-height: 1.5;
}
#top__worries .topic-worries {
  padding: 7vw 5vw;
  width: 100%;
  background: #fff;
  margin-bottom: var(--margin-80);
}
#top__worries .topic-worries .list-worries .item {
  padding-bottom: var(--margin-25);
  border-bottom: 1px solid var(--col--acc-01);
  margin-bottom: var(--margin-50);
}
#top__worries .topic-worries .list-worries .item:last-child {
  margin-bottom: 0;
}
#top__worries .topic-worries .list-worries .item .text {
  position: relative;
  font-size: var(--font-size-22);
  font-size: 4vw;
  padding-left: 6.5vw;
  line-height: 1.6;
}
#top__worries .topic-worries .list-worries .item .text::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__check__a_01.png) center center/contain no-repeat;
  width: 4.2vw;
  height: 4.2vw;
  left: 0vw;
  top: 1.1vw;
}
#top__worries .topic-worries .list-worries .item .text .str-01 {
  color: var(--col--acc-01);
}
#top__worries .topic-consult {
  width: 100%;
}
#top__worries .topic-consult .ttl04 {
  margin: 0 auto;
  width: fit-content;
  position: relative;
  margin-bottom: var(--margin-40);
  margin-bottom: 13vw;
}
#top__worries .topic-consult .ttl04::before {
  content: "";
  position: absolute;
  border-bottom: 1px solid var(--col--main-01);
  width: 5vw;
  left: -6vw;
  bottom: 1vw;
  rotate: 55deg;
}
#top__worries .topic-consult .ttl04::after {
  content: "";
  position: absolute;
  border-bottom: 1px solid var(--col--main-01);
  width: 5vw;
  right: -6vw;
  bottom: 1vw;
  rotate: -55deg;
}
#top__worries .topic-consult .ttl04 .ja {
  font-size: var(--font-size-24);
  font-weight: 700;
  color: var(--col--main-01);
}
#top__worries .topic-consult .ttl04 .ja .str-01 {
  position: relative;
}
#top__worries .topic-consult .ttl04 .ja .str-01::before {
  opacity: 0.1;
  content: "";
  position: absolute;
  background: var(--col--main-01);
  width: 100%;
  height: 45%;
  left: 0;
  bottom: 0;
}
#top__worries .topic-consult .ttl04 .ja small {
  font-size: var(--font-size-20);
}
#top__worries .topic-consult .list-rank {
  gap: 1vw 5vw;
  flex-wrap: wrap;
  justify-content: center;
}
#top__worries .topic-consult .list-rank .item {
  width: calc((100% - 19vw) / 2);
  aspect-ratio: 1;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #e2e2e2;
  position: relative;
}
#top__worries .topic-consult .list-rank .item .ttl05 {
  position: absolute;
  top: -3vw;
  left: 50%;
  translate: -50% 0;
}
#top__worries .topic-consult .list-rank .item .ttl05 .ja {
  color: var(--col--main-01);
  font-size: var(--font-size-30);
}
#top__worries .topic-consult .list-rank .item .ttl05 .ja small {
  font-size: var(--font-size-20);
}
#top__worries .topic-consult .list-rank .item .text {
  font-size: var(--font-size-20);
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--col--main-01);
}

/* top__point
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__point .ttl03 {
  margin: 0 auto;
  margin-bottom: var(--margin-60);
}
#top__point .list-point {
  --num: 1;
  --column-gap: 5vw;
  --row-gap: 8vw;
}
#top__point .list-point .item {
  position: relative;
  padding: 5vw 5vw;
  background: var(--col--acc-02);
}
#top__point .list-point .item .ttl04 {
  order: 2;
  text-align: center;
  padding-bottom: var(--margin-20);
  border-bottom: 1px solid var(--col--acc-01);
  margin-bottom: var(--margin-20);
}
#top__point .list-point .item .ttl04 .num {
  position: absolute;
  right: 0;
  bottom: 0;
}
#top__point .list-point .item .ttl04 .num img {
  height: 8vw;
}
#top__point .list-point .item .ttl04 .ja {
  font-size: var(--font-size-24);
  color: var(--col--acc-01);
  line-height: 1.8;
  font-weight: 700;
  font-size: 4.4vw;
}
#top__point .list-point .item .item-img {
  position: relative;
  width: 100%;
  margin-bottom: 4vw;
  order: 1;
  margin-bottom: var(--margin-20);
}
#top__point .list-point .item .item-text {
  order: 3;
  text-align: left;
}
#top__point .list-point .item .item-text br {
  display: none;
}
#top__point .list-point .item .item-text p {
  font-size: 3.5vw;
}

/* top__news
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.unit-latest {
  margin-bottom: var(--margin-30);
}
.unit-latest:last-child {
  margin-bottom: 0;
}
.unit-latest a {
  width: 100%;
  height: 100%;
}
.unit-latest .unit-latest-text {
  width: 100%;
}
.unit-latest .unit-latest-text.on_thumb {
  width: 85%;
}
@media screen and (max-width: 767px) {
  .unit-latest .unit-latest-text.on_thumb {
    width: 70%;
  }
}
.unit-latest .item-ttl {
  order: 2;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 3.4vw;
  margin-bottom: var(--margin-10);
}
.unit-latest .item-time {
  position: relative;
  order: 2;
  width: fit-content;
  margin-right: var(--margin-10);
  font-size: 3.4vw;
  margin-bottom: var(--margin-10);
}
.unit-latest .tag_list {
  order: 3;
  width: 100%;
  margin-bottom: var(--margin-15);
  justify-content: end;
  gap: 3vw;
}
.unit-latest .tag_list-item {
  width: fit-content;
  height: fit-content;
  color: var(--col--main-01);
  font-size: 3.4vw;
}
.unit-latest .unit-latest-img {
  height: 130px;
  width: 130px;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .unit-latest .unit-latest-img {
    height: 20vw;
    width: 20vw;
    margin-right: 2vw;
  }
}
.unit-latest .item-thumb {
  height: 130px;
  width: 130px;
}
@media screen and (max-width: 767px) {
  .unit-latest .item-thumb {
    height: 20vw;
    width: 20vw;
    margin-right: 2vw;
  }
}
.unit-latest:hover {
  color: var(--col--acc-01);
  right: -5px;
}

.s-post-taglist {
  gap: 10px;
}
.s-post-taglist .tag-name {
  width: fit-content;
  height: fit-content;
  color: var(--col--main-01);
  font-size: 3.4vw;
}

#top__news .inner {
  padding: 0vw 0 10vw;
  position: relative;
}
#top__news .ttl03 {
  position: relative;
  width: fit-content;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: 5vw;
  margin-bottom: 5vw;
}
#top__news .ttl03 .ja img {
  height: 36vw;
}
#top__news .cont-latest {
  width: 83%;
  margin-left: auto;
  padding: 5vw 5vw;
  background: #f7f7f7;
  margin-top: -5vw;
  margin-bottom: 8vw;
}
#top__news .unit-latest {
  margin-bottom: var(--margin-30);
}
#top__news .unit-latest:last-child {
  margin-bottom: 0;
}
#top__news .unit-latest a {
  width: 100%;
  height: 100%;
}
#top__news .unit-latest .unit-latest-text {
  width: 100%;
}
#top__news .unit-latest .unit-latest-text.on_thumb {
  width: 85%;
}
@media screen and (max-width: 767px) {
  #top__news .unit-latest .unit-latest-text.on_thumb {
    width: 70%;
  }
}
#top__news .unit-latest .item-ttl {
  order: 2;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 3.4vw;
  margin-bottom: var(--margin-10);
}
#top__news .unit-latest .item-time {
  position: relative;
  order: 2;
  width: fit-content;
  margin-right: var(--margin-10);
  font-size: 3.4vw;
  margin-bottom: var(--margin-10);
}
#top__news .unit-latest .tag_list {
  order: 3;
  width: 100%;
  margin-bottom: var(--margin-15);
  justify-content: end;
  gap: 3vw;
}
#top__news .unit-latest .tag_list-item {
  width: fit-content;
  height: fit-content;
  color: var(--col--main-01);
  font-size: 3.4vw;
}
#top__news .unit-latest .unit-latest-img {
  height: 130px;
  width: 130px;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  #top__news .unit-latest .unit-latest-img {
    height: 20vw;
    width: 20vw;
    margin-right: 2vw;
  }
}
#top__news .unit-latest .item-thumb {
  height: 130px;
  width: 130px;
}
@media screen and (max-width: 767px) {
  #top__news .unit-latest .item-thumb {
    height: 20vw;
    width: 20vw;
    margin-right: 2vw;
  }
}
#top__news .unit-latest:hover {
  color: var(--col--acc-01);
  right: -5px;
}
#top__news .com__btn_01 {
  position: relative;
  margin: 0 auto;
}

/* top__subpages
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__subpages {
  position: relative;
}
#top__subpages::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50vw;
  left: 0;
  bottom: 0;
  background: var(--col--main-02);
}
#top__subpages .inner {
  padding-top: 5vw;
}
#top__subpages .list-nav {
  --num: 1;
  --column-gap: 5vw;
  --row-gap: 6vw;
}
#top__subpages .list-nav-item {
  height: 16vw;
  width: 100%;
  position: relative;
  background: #fff;
  border: 1px solid var(--col--main-01);
  border-right: 3px solid var(--col--main-01);
}
#top__subpages .list-nav-item::before {
  --width: 3vw;
  --height: 2vw;
  --color: var(--col--main-01);
  right: 3vw;
  top: 50%;
  translate: 0 -50%;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent var(--color);
  border-width: calc((var(--width)) / 2) 0px calc((var(--width)) / 2) var(--height);
}
#top__subpages .list-nav-item a {
  width: 100%;
  height: 100%;
}
#top__subpages .list-nav-item a .ttl03 .ja {
  color: var(--col--main-01);
  font-size: var(--font-size-20);
  font-size: 4.2vw;
  font-weight: 700;
}

/* top__gallery
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__gallery {
  background: var(--col--main-02);
}
#top__gallery .inner {
  width: 100%;
  padding-top: 0;
}
#top__gallery .swiper-container {
  margin-bottom: var(--margin-70);
}
#top__gallery .swiper-wrapper {
  margin: 0 auto;
}
#top__gallery .swiper-slide .item-img {
  width: 30vw;
  height: 30vw;
}
#top__gallery .swiper-slide .item-img img {
  width: 100%;
  height: 100%;
}
#top__gallery .com__btn_01 {
  margin: 0 auto;
}
/* about
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* about__works
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#about__works {
  position: relative;
  z-index: 0;
}
#about__works .inner {
  position: relative;
}
#about__works .block-works {
  position: relative;
  margin-bottom: 27vw;
}
#about__works .block-works:last-child {
  margin-bottom: 0;
}
#about__works .block-works .ttl03 {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: var(--margin-70);
  width: fit-content;
  margin-left: auto;
  margin-bottom: -30vw;
}
#about__works .block-works .ttl03 .ja {
  font-size: 18vw;
  font-weight: 500;
  letter-spacing: 0.1em;
}
#about__works .block-works .item-img {
  position: relative;
  width: 82%;
  margin-bottom: 4vw;
}
#about__works .block-works .item-img img {
  width: 100%;
}
#about__works .block-works .item-text {
  position: relative;
  text-align: left;
  width: 100%;
}
#about__works .block-works .item-text br {
  display: none;
}
#about__works .block-works .item-text p {
  line-height: 2.1;
}
#about__works .block-works.block-needle .ttl03 .ja {
  color: var(--col--acc-01);
}
#about__works .block-works.block-needle .item-text {
  z-index: 1;
}
#about__works .block-works.block-needle .item-img {
  position: relative;
}
#about__works .block-works.block-moxa .ttl03 {
  width: fit-content;
  margin-left: unset;
  margin-right: auto;
}
#about__works .block-works.block-moxa .ttl03 .ja {
  color: var(--col--main-01);
}
#about__works .block-works.block-moxa .item-text {
  z-index: 1;
}
#about__works .block-works.block-moxa .item-img {
  position: relative;
  margin-left: auto;
}
#about__works .block-works.block-moxa .item-text {
  margin-left: auto;
}

/* about__therapy
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#about__therapy {
  position: relative;
  z-index: 0;
  background: var(--col--acc-02);
}
#about__therapy .inner {
  position: relative;
}
#about__therapy .topic-mcc {
  position: relative;
  margin-bottom: var(--margin-50);
}
#about__therapy .topic-mcc .ttl04 {
  position: relative;
  margin: 0 auto;
  width: fit-content;
  margin-bottom: var(--margin-50);
}
#about__therapy .topic-mcc .ttl04::before {
  content: "";
  position: absolute;
  width: 5vw;
  border-bottom: 1px solid var(--col--main-01);
  left: -5vw;
  bottom: 1vw;
  rotate: 60deg;
}
#about__therapy .topic-mcc .ttl04::after {
  content: "";
  position: absolute;
  width: 5vw;
  border-bottom: 1px solid var(--col--main-01);
  right: -5vw;
  bottom: 1vw;
  rotate: -60deg;
}
#about__therapy .topic-mcc .ttl04 .ja {
  margin: 0 auto;
  width: fit-content;
  display: block;
  position: relative;
  font-size: var(--font-size-30);
  font-weight: 700;
  color: var(--col--main-01);
  letter-spacing: 0.1em;
  font-size: 4.8vw;
}
#about__therapy .topic-mcc .ttl04 .ja::before {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 40%;
  bottom: 0;
  left: 0;
  background: #dfe9ed;
}
#about__therapy .topic-mcc .item-img {
  position: relative;
  width: 100%;
  margin-bottom: 4vw;
}
#about__therapy .topic-mcc .block-recommend {
  background: #fff;
  padding: 5vw;
  width: 100%;
  margin-bottom: var(--margin-30);
}
#about__therapy .topic-mcc .block-recommend .ttl05 {
  margin-bottom: var(--margin-25);
}
#about__therapy .topic-mcc .block-recommend .list-recommend > .item {
  margin-bottom: var(--margin-30);
}
#about__therapy .topic-mcc .block-recommend .list-recommend > .item:last-child {
  margin-bottom: 0;
}
#about__therapy .topic-mcc .block-recommend .list-recommend > .item .text {
  position: relative;
  font-size: var(--font-size-18);
  font-weight: 700;
  font-size: 3.7vw;
  padding-left: 1.3em;
}
#about__therapy .topic-mcc .block-recommend .list-recommend > .item .text::before {
  content: "・";
  color: var(--col--acc-01);
  position: absolute;
  left: 0;
  top: 1px;
}
#about__therapy .topic-mcc .item-text {
  width: 100%;
}
#about__therapy .topic-mcc .item-text br {
  display: none;
}
#about__therapy .topic-symptoms {
  background: var(--col--main-01);
  border-right: 3px solid var(--col--acc-01);
  width: fit-content;
  padding: 5vw 5vw;
  margin: 0 auto;
  position: relative;
}
#about__therapy .topic-symptoms::before {
  --width: 4vw;
  --height: 2vw;
  --color: #fff;
  right: 12px;
  top: 50%;
  translate: 0 -50%;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent var(--color);
  border-width: calc((var(--width)) / 2) 0px calc((var(--width)) / 2) var(--height);
}
#about__therapy .topic-symptoms .ttl04 {
  position: relative;
  text-align: center;
  margin-bottom: var(--margin-20);
}
#about__therapy .topic-symptoms .ttl04 .ja {
  font-size: var(--font-size-30);
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.1em;
}
#about__therapy .topic-symptoms .item-text {
  text-align: left;
}
#about__therapy .topic-symptoms .item-text br {
  display: none;
}
#about__therapy .topic-symptoms .item-text p {
  font-size: var(--font-size-18);
  line-height: 2.1;
  color: #fff;
}
#about__therapy .topic-symptoms .item-text p .str-01 {
  font-size: var(--font-size-20);
}

/* about__flow
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* menu
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* menu__special
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#menu__special {
  background: var(--col--acc-02);
}
#menu__special .inner {
  padding-bottom: var(--margin-50);
}
#menu__special .block-special {
  width: 100%;
  margin: 0 auto;
  padding: 5vw;
  background: #fff;
  border-bottom: 2px solid var(--col--acc-01);
}
#menu__special .ttl03 {
  text-align: center;
  position: relative;
  margin-bottom: var(--margin-40);
}
#menu__special .ttl03 .sub {
  font-size: var(--font-size-24);
  position: relative;
  margin-bottom: var(--margin-10);
}
#menu__special .ttl03 .sub::before {
  content: "";
  position: absolute;
  width: 4vw;
  border-bottom: 1px solid var(--col--main-01);
  left: -4vw;
  bottom: 2vw;
  rotate: 65deg;
}
#menu__special .ttl03 .sub::after {
  content: "";
  position: absolute;
  width: 4vw;
  border-bottom: 1px solid var(--col--main-01);
  right: -4vw;
  bottom: 2vw;
  rotate: -65deg;
}
#menu__special .ttl03 .sub .line {
  font-size: var(--font-size-30);
  color: var(--col--acc-01);
  margin: 0 5px;
}
#menu__special .ttl03 .sub .mail {
  font-size: var(--font-size-30);
  color: var(--col--main-01);
  margin: 0 5px;
}
#menu__special .ttl03 .main {
  font-weight: 700;
}
#menu__special .ttl03 .main .note {
  font-size: var(--font-size-24);
  font-size: 4vw;
  color: #f83160;
}
#menu__special .ttl03 .main .num {
  font-size: 9vw;
  color: #f83160;
}
#menu__special .ttl03 .main .unit {
  font-size: var(--font-size-34);
  font-size: 4.5vw;
}
#menu__special .ttl03 .main .tax {
  font-size: var(--font-size-24);
  margin-left: var(--margin-10);
  margin-left: 1vw;
  font-size: 4vw;
}
#menu__special .unit-btn {
  gap: 5vw;
  flex-direction: column;
}
/* menu
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#menu {
  background: var(--col--acc-02);
}
#menu .inner {
  padding-top: var(--margin-50);
}
#menu .block-menu {
  position: relative;
  margin-bottom: var(--margin-50);
}
#menu .block-menu:last-child {
  margin-bottom: 0;
}
#menu .block-menu .ttl04 {
  margin-bottom: var(--margin-30);
}
#menu .block-menu .item-table {
  width: 100%;
}
#menu .block-menu .item-table tr {
  width: 100%;
}
#menu .block-menu .item-table tr th,
#menu .block-menu .item-table tr td {
  display: block;
  width: 100%;
  padding: 2.5vw 4vw;
  line-height: 1.7;
  text-align: left;
  font-size: 3.5vw;
}
/* call_on
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* call_on__about
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#call_on__about {
  z-index: 0;
  position: relative;
}
#call_on__about .inner {
  position: relative;
  padding-bottom: 32vw;
}
#call_on__about .ttl03 {
  z-index: 1;
  text-align: center;
  background: #fff;
  padding: 5vw;
  width: fit-content;
  position: relative;
  position: absolute;
  top: 60vw;
  right: 0;
}
#call_on__about .ttl03 .sub {
  display: block;
  font-size: var(--font-size-24);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.7;
  margin-bottom: var(--margin-15);
  font-size: 4vw;
}
#call_on__about .ttl03 .sub .str-01 {
  font-size: var(--font-size-30);
  font-size: 4.5vw;
  color: var(--col--main-01);
}
#call_on__about .ttl03 .main {
  display: block;
  font-size: var(--font-size-30);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
#call_on__about .ttl03 .main .str-01 {
  color: #f83160;
  font-size: var(--font-size-40);
}
#call_on__about .ttl03 .main .str-02 {
  font-size: var(--font-size-40);
}
#call_on__about .item-img {
  position: relative;
}
/* call_on__area
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#call_on__area .inner {
  position: relative;
}
#call_on__area hgroup {
  width: 100%;
  margin-bottom: var(--margin-40);
}
#call_on__area hgroup .ttl03 {
  margin-bottom: var(--margin-30);
}
#call_on__area hgroup .lead-text {
  text-align: center;
}
#call_on__area .item-img {
  position: relative;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 4vw;
}
#call_on__area .item-img img {
  width: 100%;
}
#call_on__area .block-area {
  width: 100%;
  background: #f7f7f7;
  padding: 5vw;
}
#call_on__area .block-area .ttl04 {
  text-align: center;
  background: var(--col--acc-01);
  border-radius: 2vw;
  padding: 2vw;
  margin-bottom: var(--margin-40);
  position: relative;
}
#call_on__area .block-area .ttl04::before {
  --width: 6vw;
  --height: 2vw;
  --color: var(--col--acc-01);
  left: 50%;
  translate: -50% 100%;
  bottom: 0vw;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: var(--color) transparent transparent transparent;
  border-width: var(--height) calc((var(--width)) / 2) 0px calc((var(--width)) / 2);
}
#call_on__area .block-area .ttl04 .ja {
  font-size: var(--font-size-24);
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
}
#call_on__area .block-area .list-area {
  margin: 0 auto;
  gap: 5vw 5vw;
  width: 100%;
}
#call_on__area .block-area .list-area .item {
  font-size: var(--font-size-20);
  font-weight: 700;
  position: relative;
}
#call_on__area .block-area .list-area .item::before {
  content: "・";
  color: var(--col--acc-01);
  position: absolute;
  right: -1.2em;
}
#call_on__area .block-area .list-area .item:last-child::before {
  display: none;
}
#call_on__area .block-area .list-area .item:nth-last-child(2)::before {
  display: none;
}
#call_on__area .block-area .list-area .item-note {
  font-size: var(--font-size-16);
}

/* call_on__worries
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#call_on__worries {
  position: relative;
  z-index: 0;
  background: var(--col--acc-02);
}
#call_on__worries .ttl03 {
  margin-bottom: var(--margin-60);
}
#call_on__worries .ttl03 .ja {
  font-size: 5.6vw;
}
#call_on__worries .topic-worries {
  position: relative;
  margin-bottom: var(--margin-50);
}
#call_on__worries .topic-worries .list-worries {
  --num: 1;
  --column-gap: 5vw;
  --row-gap: 15vw;
}
#call_on__worries .topic-worries .list-worries .item {
  position: relative;
  height: 63vw;
}
#call_on__worries .topic-worries .list-worries .item .ttl04 {
  z-index: 1;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 75%;
  height: 14vw;
  text-align: center;
  background: var(--col--acc-01);
  right: 0;
  bottom: 0;
}
#call_on__worries .topic-worries .list-worries .item .ttl04 .num {
  position: absolute;
  left: 0;
  top: 0;
}
#call_on__worries .topic-worries .list-worries .item .ttl04 .num img {
  width: 8vw;
}
#call_on__worries .topic-worries .list-worries .item .ttl04 .ja {
  font-size: var(--font-size-24);
  color: #fff;
  font-weight: 700;
  font-size: 4.5vw;
}
#call_on__worries .topic-worries .list-worries .item .item-img {
  position: relative;
  width: 100%;
  margin-bottom: 4vw;
}
#call_on__worries .topic-other {
  background: #fff;
  padding: 5vw;
}
#call_on__worries .topic-other .list-other {
  --num: 1;
  --column-gap: 5vw;
  --row-gap: 5vw;
}
#call_on__worries .topic-other .list-other .item .text {
  position: relative;
  padding-bottom: var(--margin-20);
  border-bottom: 1px solid var(--col--acc-01);
  padding-left: 30px;
  font-size: var(--font-size-18);
  font-weight: 700;
  line-height: 1.4;
  padding-left: 6.5vw;
}
#call_on__worries .topic-other .list-other .item .text::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__check__a_01.png) center center/contain no-repeat;
  width: 4.2vw;
  height: 4.2vw;
  left: 0vw;
  top: 0.5vw;
}

/* call_on__flow
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* case
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* case
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#case .topic-post .block-post {
  position: relative;
  margin-bottom: 15vw;
}
#case .topic-post .block-post:last-child {
  margin-bottom: 0;
}
#case .topic-post .block-post .ttl04 {
  position: relative;
  padding: 2vw 5vw;
  margin-bottom: var(--margin-40);
  border-radius: 5vw 0 0 5vw;
  margin-bottom: 10vw;
}
#case .topic-post .block-post .ttl04 .icon {
  position: absolute;
  left: 0;
}
#case .topic-post .block-post .ttl04 .icon img {
  width: 14vw;
}
#case .topic-post .block-post .ttl04 .ja {
  font-size: var(--font-size-24);
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.4;
  flex: 1;
  padding-left: 10vw;
  font-size: 4vw;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#case .topic-post .block-post .ttl04.ttl-female {
  background: #fff3f6;
}
#case .topic-post .block-post .ttl04.ttl-male {
  background: #e8f7f6;
}
#case .topic-post .block-post .ttl04.ttl-non_select {
  background: #e8f7f6;
}
#case .topic-post .block-post .list-compare {
  margin-bottom: var(--margin-40);
  position: relative;
  --num: 2;
  --column-gap: 8vw;
  --row-gap: 0;
}
#case .topic-post .block-post .list-compare::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arrow__b_01.png) center center/contain no-repeat;
  width: 5vw;
  height: 5vw;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
}
#case .topic-post .block-post .list-compare-item {
  display: flex;
  flex-direction: column;
  gap: 5vw;
}
#case .topic-post .block-post .list-compare-item dt {
  order: 2;
  text-align: center;
  color: var(--col--main-01);
  font-size: var(--font-size-20);
  font-weight: 700;
}
#case .topic-post .block-post .list-compare-item dd {
  order: 1;
}
#case .topic-post .block-post .list-compare-item dd .item-img {
  width: 100%;
  height: 75vw;
}
#case .topic-post .block-post .list-compare-after dt {
  color: var(--col--acc-01);
}
#case .topic-post .block-post .item-text {
  position: relative;
  margin-bottom: var(--margin-50);
}
#case .topic-post .block-post .item-text p {
  overflow: hidden;
  max-height: 20vw;
  font-size: 3.5vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
#case .topic-post .block-post .com__btn_01 {
  margin: 0 auto;
}
.case__in_post .ttl03 {
  position: relative;
  padding: 2.5vw 5vw;
  margin-bottom: var(--margin-40);
  border-radius: 20vw 0 0 20vw;
  margin-bottom: 10vw;
}
.case__in_post .ttl03 .icon {
  position: absolute;
  left: 0;
}
.case__in_post .ttl03 .icon img {
  width: 14vw;
}
.case__in_post .ttl03 .ja {
  font-size: var(--font-size-24);
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.4;
  flex: 1;
  padding-left: 12vw;
  font-size: 4vw;
}
.case__in_post .ttl03.ttl-female {
  background: #fff3f6;
}
.case__in_post .ttl03.ttl-male {
  background: #e8f7f6;
}
.case__in_post .ttl03.ttl-non_select {
  background: #e8f7f6;
}
.case__in_post .list-compare {
  margin-bottom: var(--margin-40);
  position: relative;
  --num: 2;
  --column-gap: 8vw;
  --row-gap: 0;
}
.case__in_post .list-compare::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arrow__b_01.png) center center/contain no-repeat;
  width: 5vw;
  height: 5vw;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
}
.case__in_post .list-compare-item {
  display: flex;
  flex-direction: column;
  gap: 5vw;
}
.case__in_post .list-compare-item dt {
  order: 2;
  text-align: center;
  color: var(--col--main-01);
  font-size: var(--font-size-20);
  font-weight: 700;
}
.case__in_post .list-compare-item dd {
  order: 1;
}
.case__in_post .list-compare-item dd .item-img {
  width: 100%;
  height: 75vw;
}
.case__in_post .list-compare-after dt {
  color: var(--col--acc-01);
}
.case__in_post .item-text {
  position: relative;
  margin-bottom: var(--margin-50);
}
.case__in_post .item-text p {
  overflow: hidden;
  max-height: 20vw;
  font-size: 3.5vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.case__in_post .com__btn_01 {
  margin: 0 auto;
}
/* recommend
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* recommend__intro
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#recommend__intro .inner {
  position: relative;
}
#recommend__intro .ttl03 {
  width: 100%;
  width: fit-content;
  text-align: center;
  margin-bottom: var(--margin-30);
  margin-left: 8vw;
}
#recommend__intro .ttl03 .ja img {
  width: 14vw;
}
#recommend__intro .list-images {
  position: relative;
  width: 100%;
  height: 88vw;
  margin-left: auto;
  margin-bottom: 6vw;
  margin-top: -40vw;
}
#recommend__intro .list-images-item {
  position: absolute;
}
#recommend__intro .list-images-item:nth-of-type(1) {
  right: 0vw;
  top: 0vw;
  width: 60vw;
}
#recommend__intro .list-images-item:nth-of-type(2) {
  left: 0vw;
  bottom: 0vw;
  width: 80vw;
}
#recommend__intro .item-text {
  width: 100%;
  margin-left: auto;
  text-align: left;
}
#recommend__intro .item-text br {
  display: none;
}
#recommend__intro .item-text p {
  line-height: 2.2;
}

/* recommend__health
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#recommend__health {
  background: var(--col--acc-02);
}
#recommend__health .topic-post {
  --num: 1;
  --column-gap: 5vw;
  --row-gap: 5vw;
}
#recommend__health .topic-post .block-post .ttl04 {
  order: 2;
  padding-bottom: var(--margin-20);
  border-bottom: 1px solid var(--col--acc-01);
  margin-bottom: var(--margin-20);
}
#recommend__health .topic-post .block-post .ttl04 .ja {
  font-size: var(--font-size-20);
  font-weight: 700;
}
#recommend__health .topic-post .block-post .item-movie {
  order: 1;
  width: 100%;
  height: 55vw;
  margin-bottom: var(--margin-20);
}
#recommend__health .topic-post .block-post .item-movie iframe {
  width: 100%;
  height: 100%;
}
#recommend__health .topic-post .block-post .item-text {
  order: 3;
}
#recommend__health .topic-post .block-post .item-text p {
  font-size: 3.6vw;
}

/* company
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* company__about
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#company__about .block-info .wrap-info {
  position: relative;
  margin-bottom: var(--margin-50);
  gap: 5vw;
  flex-direction: column;
}
#company__about .block-info .wrap-info .item-table {
  flex: 1;
}
#company__about .block-info .wrap-info .item-table tr {
  border-right: unset;
}
#company__about .block-info .wrap-info .item-table tr th,
#company__about .block-info .wrap-info .item-table tr td {
  line-height: 1.6;
  font-size: var(--font-size-16);
  font-size: 3.5vw;
}
#company__about .block-info .wrap-info .item-table tr th {
  width: 35%;
}
#company__about .block-info .wrap-info .item-table tr td {
  text-align: start;
}
#company__about .wrap-block {
  gap: 10vw;
  flex-direction: column;
}
#company__about .wrap-block .block {
  width: 100%;
}
#company__about .wrap-block .block .ttl04 {
  margin-bottom: var(--margin-20);
}
#company__about .wrap-block .block-parking .item-text {
  margin-bottom: var(--margin-20);
}
#company__about .wrap-block .block-access .item-map {
  width: 100%;
  height: 60vw;
}
#company__about .wrap-block .block-access .item-map iframe {
  height: 100%;
  width: 100%;
}

/* company__greeting
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#company__greeting {
  background: var(--col--acc-02);
}
#company__greeting .wrap-greeting {
  position: relative;
}
#company__greeting .wrap-greeting .list-images {
  position: relative;
  width: 100%;
  height: 60vw;
  margin-bottom: 5vw;
}
#company__greeting .wrap-greeting .list-images-item {
  position: absolute;
}
#company__greeting .wrap-greeting .list-images-item:nth-of-type(1) {
  left: 0vw;
  top: 0vw;
  width: 70vw;
}
#company__greeting .wrap-greeting .list-images-item:nth-of-type(2) {
  right: 0vw;
  bottom: 0vw;
  width: 40vw;
}
#company__greeting .wrap-greeting .unit-text {
  position: relative;
  margin-bottom: var(--margin-40);
}
#company__greeting .wrap-greeting .unit-text .prof {
  width: fit-content;
  position: relative;
  margin-bottom: var(--margin-30);
}
#company__greeting .wrap-greeting .unit-text .prof dt {
  font-size: var(--font-size-24);
  color: var(--col--acc-01);
  font-weight: 500;
  position: relative;
  margin-right: 1.3em;
  font-size: 4vw;
}
#company__greeting .wrap-greeting .unit-text .prof dt::before {
  content: "";
  position: absolute;
  width: 5vw;
  border-bottom: 1px solid var(--col--acc-01);
  right: -1.2em;
  bottom: 1vw;
  rotate: -65deg;
}
#company__greeting .wrap-greeting .unit-text .prof dd {
  font-size: var(--font-size-30);
  color: var(--col--txt-01);
}
#company__greeting .wrap-greeting .unit-text .item-text p br {
  display: none;
}
#company__greeting .topic-prof .item-table tr {
  border-right: 0;
}
#company__greeting .topic-prof .item-table tr th,
#company__greeting .topic-prof .item-table tr td {
  display: block;
  width: 100%;
  padding: 3vw 3vw;
  font-size: 3.5vw;
  font-size: var(--font-size-16);
  line-height: 1.7;
  text-align: start;
  padding-left: 5vw;
}
/* company__gallery
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#company__gallery .topic-post {
  --num: 2;
  --column-gap: 5vw;
  --row-gap: 5vw;
}
#company__gallery .topic-post .block-post .item-img {
  width: 100%;
  height: 30vw;
  margin-bottom: var(--margin-20);
}
#company__gallery .topic-post .block-post .item-text {
  overflow: hidden;
  max-height: 15vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#company__gallery .topic-post .block-post .item-text p {
  font-size: 3.3vw;
}

.company__in_post .wrap-post {
  width: 100%;
  padding: 5vw;
  background: var(--col--acc-02);
  margin-bottom: var(--margin-50);
}
.company__in_post .wrap-post .item-img {
  width: 100%;
  height: 50vw;
  margin-bottom: var(--margin-30);
}
/*お知らせ一覧
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.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: 1.2rem;
  margin-left: auto;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  border: none;
  border-bottom: 2px solid #333;
  cursor: pointer;
  border-radius: 0;
  background: none;
  color: #333;
  font-weight: 700;
  -webkit-appearance: none;
  appearance: none;
}
.tag-select-box #tag-select option {
  padding: 10px;
  box-sizing: border-box;
  cursor: pointer;
  box-sizing: border-box;
}

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

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

/*プライバシーポリシー
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#contents-u.privacy .privacy-box {
  margin-bottom: var(--margin-50);
}
#contents-u.privacy .privacy-box .ttl02 {
  position: relative;
  border-left: 3px solid var(--col--main-01);
  padding-left: var(--margin-15);
  margin-bottom: var(--margin-20);
}
#contents-u.privacy .privacy-box .ttl02 span {
  color: var(--col--main-01);
  font-size: var(--font-size-24);
  font-weight: 500;
  line-height: 1.5;
}
#contents-u.privacy .privacy-box p {
  font-family: var(--fot--Noto-Sans);
  font-size: var(--font-size-16);
  line-height: 2;
  letter-spacing: 0.05em;
}
#contents-u.privacy .privacy-box ul li {
  font-family: var(--fot--Noto-Sans);
  font-size: var(--font-size-16);
  line-height: 2;
  letter-spacing: 0.05em;
}
#contents-u.privacy .privacy-box:last-child {
  margin-bottom: 0;
}

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

/* お問い合わせ完了
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#contents-u.complete .complete-box {
  text-align: center;
  line-height: 1.8;
  font-size: var(--font-size-16);
}
#contents-u.complete .complete-box a {
  color: var(--col--main-01);
}

/*ページが見つかりません。
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.not-found-txt p {
  font-size: var(--font-size-16);
  line-height: 1.8;
}
.not-found-txt p a {
  color: var(--col--main-01);
  transition: ease 0.2s;
}
.not-found-txt p a:hover {
  opacity: 0.6;
}

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