@charset "UTF-8";
html {
  scroll-padding-top: 120px;
}

/* header ヘッダー
////////////////////////////////////////////////////////////////////////////////////////////////// */
#header {
  position: fixed;
  width: 100%;
  z-index: 5;
  top: 0;
  left: 0;
}
#header .inner {
  width: 100%;
  min-width: 1080px;
  height: 125px;
  background: #fff;
  padding: 0;
}
@media screen and (max-width: 767px) {
  #header .inner {
    height: 70px;
    min-width: 100%;
  }
}
#header .block-left {
  position: relative;
  width: fit-content;
  padding-left: var(--margin-30);
}
@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 {
    margin: 0 auto;
  }
  #header .item-logo img {
    height: auto;
  }
}
#header .block-right {
  position: relative;
  width: fit-content;
  padding-right: var(--margin-30);
}
@media screen and (max-width: 767px) {
  #header .block-right {
    display: none;
  }
}
#header .cont-info {
  width: fit-content;
  gap: 20px;
  margin-bottom: var(--margin-15);
}
#header .com__times {
  width: fit-content;
}

/* nav グローバルナビゲーション
////////////////////////////////////////////////////////////////////////////////////////////////// */
#nav .list-nav {
  width: fit-content;
}
#nav .list-nav-item {
  width: fit-content;
  text-align: center;
  position: relative;
  margin-right: var(--margin-40);
}
#nav .list-nav-item::before {
  content: "";
  position: absolute;
  height: 35px;
  border-right: 1px solid #dadada;
  right: -20px;
  top: 50%;
  translate: 0 -50%;
}
#nav .list-nav-item a {
  transition: ease 0.17s;
  font-size: var(--font-size-14);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4;
  transition: ease 0.15s;
}
#nav .list-nav-item a:hover {
  color: var(--col--main-01);
  opacity: 0.7;
}
#nav .list-nav-item:last-of-type {
  margin-right: 0;
}
#nav .list-nav-item:last-of-type::before {
  display: none;
}
@media screen and (max-width: 767px) {
  #nav {
    display: none;
  }
}

/* mv メインビジュアル
////////////////////////////////////////////////////////////////////////////////////////////////// */
#mv {
  z-index: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 930px;
}
#mv .mv-catch {
  z-index: 1;
  position: absolute;
  top: 300px;
  left: max(40px, 60vw - 1020px);
}
#mv .mv-img {
  position: absolute;
  width: fit-content;
  height: fit-content;
  right: 0;
  bottom: 0;
}
#mv .mv-img img {
  max-width: unset;
  width: max-content;
}
@media screen and (max-width: 767px) {
  #mv {
    height: 100vw;
    max-width: 100%;
  }
}

/* sv サブビジュアル
////////////////////////////////////////////////////////////////////////////////////////////////// */
#sv {
  position: relative;
  width: 100%;
  height: 580px;
}
#sv .sv-img {
  width: 1600px;
  height: 450px;
  position: absolute;
  right: 0;
  bottom: 0;
}
#sv .sv-catch {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left:clamp(-30px, -61vw + 1094px, 400px);
  padding: 10px 12px;
  background: #fff;
  font-size: var(--font-size-45);
  color: var(--col--main-01);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #sv {
    height: 45vw;
    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: 100px;
}
#footer .item-logo:hover {
  opacity: 0.6;
}
#footer .inner {
  padding: 50px 0 100px;
}
@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-10);
}
#footer .com__times {
  margin-bottom: var(--margin-25);
}
#footer .com__address {
  display: block;
  position: relative;
  margin-bottom: var(--margin-20);
}
#footer .item-map {
  width: 330px;
  height: 220px;
  min-height: 200px;
}
#footer .item-map iframe {
  width: 100%;
  height: 100%;
}
#footer .unit-contact {
  width: fit-content;
  gap: 35px;
  margin-left: auto;
  margin-bottom: var(--margin-50);
}
#footer .list-nav {
  gap: 30px 60px;
  margin-bottom: var(--margin-40);
  height: 220px;
}
#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: 64%;
  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;
  font-size: var(--font-size-14);
}
#footer .list-nav-item a:hover {
  color: var(--col--main-01);
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  #footer .list-nav {
    display: none;
  }
}
#footer #copyright {
  font-size: var(--font-size-13);
  text-align: end;
  color: var(--col--main-02);
  color: var(--col--main-01);
  font-size: 11px;
  letter-spacing: 0;
}
#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;
  }
}

.fixed-btn {
  position: fixed;
  z-index: 5;
  width: fit-content;
  right: 15px;
  top: 50%;
  translate: 0 -50%;
  gap: 15px;
  justify-content: center;
  align-items: center;
}
.fixed-btn .item {
  --size: 30px;
  width: 66px;
  aspect-ratio: 1;
  border: 1px solid #dedede;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease 0.2s;
}
.fixed-btn .item:hover {
  opacity: 0.4;
}
.fixed-btn .btn-official {
  writing-mode: vertical-rl;
  border-radius: 10px 10px 0 10px;
  background: #0f7298;
  border: 2px solid #005575;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  padding: 15px;
  color: #fff;
  position: relative;
  transition: ease 0.2s;
}
.fixed-btn .btn-official::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arrow__a_01.png) center center/contain no-repeat;
  width: 9px;
  height: 9px;
  right: 2px;
  bottom: 2px;
}
.fixed-btn .btn-official:hover {
  opacity: 0.7;
}

/* top
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* top__greeting
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__greeting {
  min-height: 1030px;
}
#top__greeting .inner {
  position: relative;
  padding-top: 200px;
}
#top__greeting .ttl03 {
  width: 510px;
  margin-left: auto;
  text-align: center;
  margin-bottom: var(--margin-50);
}
#top__greeting .list-images {
  position: absolute;
  width: 710px;
  height: 830px;
  left: -180px;
  top: 100px;
}
#top__greeting .list-images-item {
  position: absolute;
}
#top__greeting .list-images-item:nth-of-type(1) {
  right: 0;
  top: 0;
}
#top__greeting .list-images-item:nth-of-type(2) {
  left: 0;
  bottom: 0;
}
#top__greeting .topic-about {
  width: 510px;
  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);
}
#top__greeting .topic-about .item-text {
  text-align: center;
}
#top__greeting .topic-about .item-text p {
  line-height: 2;
}

/* top__worries
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__worries {
  background: url(/img/top/top__worries__bg_img_01.png) right bottom no-repeat, #f7f7f7;
}
#top__worries .ttl03 {
  margin: 0 auto;
  margin-bottom: var(--margin-60);
}
#top__worries .topic-worries {
  padding: 50px;
  width: 590px;
  background: #fff;
  margin-bottom: var(--margin-50);
}
#top__worries .topic-worries .list-worries .item {
  padding-bottom: var(--margin-20);
  border-bottom: 1px solid var(--col--acc-01);
  margin-bottom: var(--margin-20);
}
#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);
  padding-left: 50px;
  font-weight: 700;
}
#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: 30px;
  height: 30px;
  left: 0;
  top: 0;
}
#top__worries .topic-worries .list-worries .item .text .str-01 {
  color: var(--col--acc-01);
}
#top__worries .topic-consult {
  width: 590px;
}
#top__worries .topic-consult .ttl04 {
  margin: 0 auto;
  width: fit-content;
  position: relative;
  margin-bottom: var(--margin-40);
}
#top__worries .topic-consult .ttl04::before {
  content: "";
  position: absolute;
  border-bottom: 1px solid var(--col--main-01);
  width: 20px;
  left: -35px;
  bottom: 10px;
  rotate: 55deg;
}
#top__worries .topic-consult .ttl04::after {
  content: "";
  position: absolute;
  border-bottom: 1px solid var(--col--main-01);
  width: 20px;
  right: -35px;
  bottom: 10px;
  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: 25px;
}
#top__worries .topic-consult .list-rank .item {
  position: relative;
  width: 180px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #e2e2e2;
}
#top__worries .topic-consult .list-rank .item .ttl05 {
  position: absolute;
  top: -15px;
  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 .inner {
  width: 1280px;
}
#top__point .ttl03 {
  margin: 0 auto;
  margin-bottom: var(--margin-60);
  margin-bottom: 220px;
}
#top__point .list-point {
  --num: 3;
  --column-gap: 60px;
  --row-gap: 240px;
}
#top__point .list-point .item {
  position: relative;
  padding: 40px 30px;
  padding-top: 70px;
  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: 10px;
  bottom: -10px;
}
#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;
}
#top__point .list-point .item .item-img {
  position: absolute;
  left: -30px;
  top: 0;
  margin-top: -160px;
  order: 1;
  margin-bottom: var(--margin-20);
}
#top__point .list-point .item .item-text {
  order: 3;
}
/* top__news
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.unit-latest {
  margin-bottom: var(--margin-30);
  transition: ease 0.2s;
  position: relative;
  right: 0;
}
.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: 3;
  width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.unit-latest .item-time {
  position: relative;
  order: 2;
  width: fit-content;
  margin-right: var(--margin-10);
}
.unit-latest .tag_list {
  order: 1;
  width: 100%;
  margin-bottom: var(--margin-15);
  gap: 12px;
}
.unit-latest .tag_list-item {
  width: fit-content;
  height: fit-content;
  color: var(--col--main-01);
}
.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--main-01);
  right: -5px;
}

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

#top__news {
  min-height: 460px;
}
#top__news .inner {
  position: relative;
}
#top__news .ttl03 {
  position: absolute;
  left: 50px;
  top: 100px;
}
#top__news .cont-latest {
  width: 820px;
  margin-left: auto;
  padding: 60px 50px;
  background: #f7f7f7;
}
#top__news .unit-latest {
  margin-bottom: var(--margin-30);
  transition: ease 0.2s;
  position: relative;
  right: 0;
}
#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: 3;
  width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#top__news .unit-latest .item-time {
  position: relative;
  order: 2;
  width: fit-content;
  margin-right: var(--margin-10);
}
#top__news .unit-latest .tag_list {
  order: 1;
  width: 100%;
  margin-bottom: var(--margin-15);
  gap: 12px;
}
#top__news .unit-latest .tag_list-item {
  width: fit-content;
  height: fit-content;
  color: var(--col--main-01);
}
#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--main-01);
  right: -5px;
}
#top__news .com__btn_01 {
  position: absolute;
  left: 0;
  top: 350px;
  margin: 0 auto;
}

/* top__subpages
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__subpages {
  position: relative;
}
#top__subpages::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 140px;
  left: 0;
  bottom: 0;
  background: var(--col--main-02);
}
#top__subpages .inner {
  padding-top: var(--margin-50);
}
#top__subpages .list-nav {
  --num: 3;
  --column-gap: 30px;
  --row-gap: 30px;
}
#top__subpages .list-nav-item {
  height: 80px;
  position: relative;
  background: #fff;
  border: 1px solid var(--col--main-01);
  border-right: 3px solid var(--col--main-01);
  transition: ease 0.2s;
}
#top__subpages .list-nav-item::before {
  --width: 11px;
  --height: 7px;
  --color: var(--col--main-01);
  right: 10px;
  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);
  transition: ease 0.2s;
}
#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-weight: 700;
}
#top__subpages .list-nav-item:hover {
  opacity: 0.7;
}
#top__subpages .list-nav-item:hover::before {
  right: 5px;
}

/* 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: 320px;
  height: 260px;
}
#top__gallery .swiper-slide .item-img img {
  width: 320px;
  height: 260px;
}
#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: 180px;
}
#about__works .block-works:last-child {
  margin-bottom: 0;
}
#about__works .block-works .ttl03 {
  width: 640px;
  text-align: center;
  margin-bottom: var(--margin-70);
}
#about__works .block-works .ttl03 .ja {
  font-size: 80px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
#about__works .block-works .item-img {
  position: absolute;
  top: -40px;
}
#about__works .block-works .item-text {
  position: relative;
  text-align: center;
  width: 610px;
  background: #fff;
  padding: 40px 40px;
}
#about__works .block-works .item-text p {
  font-size: var(--font-size-16);
  letter-spacing: 0.07em;
  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;
  margin-left: 20px;
}
#about__works .block-works.block-needle .item-img {
  position: absolute;
  right: -100px;
}
#about__works .block-works.block-moxa .ttl03 {
  margin-left: 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;
  margin-right: 30px;
}
#about__works .block-works.block-moxa .item-img {
  position: absolute;
  left: -100px;
}
#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 .ttl03 {
  margin-bottom: var(--margin-50);
}
#about__therapy .topic-mcc {
  position: relative;
  margin-bottom: var(--margin-50);
  min-height: 450px;
}
#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: 20px;
  border-bottom: 1px solid var(--col--main-01);
  left: -30px;
  bottom: 12px;
  rotate: 60deg;
}
#about__therapy .topic-mcc .ttl04::after {
  content: "";
  position: absolute;
  width: 20px;
  border-bottom: 1px solid var(--col--main-01);
  right: -30px;
  bottom: 12px;
  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;
}
#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: absolute;
  right: 0;
  top: 80px;
}
#about__therapy .topic-mcc .block-recommend {
  background: #fff;
  padding: 40px;
  width: 660px;
  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-20);
}
#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;
  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: 660px;
}
#about__therapy .topic-symptoms {
  background: var(--col--main-01);
  width: fit-content;
  padding: 30px 60px;
  margin: 0 auto;
  position: relative;
  border: 1px solid var(--col--main-01);
  border-right: 3px solid var(--col--acc-01);
  transition: ease 0.2s;
}
#about__therapy .topic-symptoms::before {
  --width: 11px;
  --height: 7px;
  --color: #fff;
  right: 12px;
  top: 50%;
  translate: 0 -50%;
  transition: ease 0.2s;
  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;
  transition: ease 0.2s;
}
#about__therapy .topic-symptoms .item-text {
  text-align: center;
}
#about__therapy .topic-symptoms .item-text p {
  font-size: var(--font-size-18);
  line-height: 2.1;
  color: #fff;
  transition: ease 0.2s;
}
#about__therapy .topic-symptoms .item-text p .str-01 {
  font-size: var(--font-size-20);
}
#about__therapy .topic-symptoms:hover {
  background: #fff;
}
#about__therapy .topic-symptoms:hover::before {
  --color: var(--col--main-01);
  right: 5px;
}
#about__therapy .topic-symptoms:hover .ttl04 {
  position: relative;
  text-align: center;
  margin-bottom: var(--margin-20);
}
#about__therapy .topic-symptoms:hover .ttl04 .ja {
  font-size: var(--font-size-30);
  color: #fff;
  color: var(--col--main-01);
  font-weight: 700;
  letter-spacing: 0.1em;
}
#about__therapy .topic-symptoms:hover .item-text {
  text-align: center;
}
#about__therapy .topic-symptoms:hover .item-text p {
  font-size: var(--font-size-18);
  line-height: 2.1;
  color: #fff;
  color: var(--col--main-01);
}
#about__therapy .topic-symptoms:hover .item-text p .str-01 {
  font-size: var(--font-size-20);
}

/* about__flow
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* menu
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* menu__special
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#menu__special {
  background: var(--col--acc-02);
  background: #e8f7f6;
}
#menu__special .inner {
  padding-bottom: var(--margin-50);
}
#menu__special .block-special {
  width: 640px;
  margin: 0 auto;
  padding: 40px;
  background: #fff;
  border-bottom: 3px solid #9ce7e5;
}
#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: 20px;
  border-bottom: 1px solid var(--col--main-01);
  left: -28px;
  bottom: 10px;
  rotate: 65deg;
}
#menu__special .ttl03 .sub::after {
  content: "";
  position: absolute;
  width: 20px;
  border-bottom: 1px solid var(--col--main-01);
  right: -28px;
  bottom: 10px;
  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);
  color: #f83160;
}
#menu__special .ttl03 .main .num {
  font-size: 60px;
  color: #f83160;
}
#menu__special .ttl03 .main .unit {
  font-size: var(--font-size-34);
}
#menu__special .ttl03 .main .tax {
  font-size: var(--font-size-24);
}
#menu__special .unit-btn {
  gap: 20px;
}
#menu__special .unit-btn .com__btn_02 {
  --height: 50px;
}
/* menu
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#menu {
  background: var(--col--acc-02);
  background: #e8f7f6;
}
#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 {
  width: 50%;
}
#menu .block-menu .item-table tr td .arrow {
  color: var(--col--acc-01);
}

/* call_on
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* call_on__about
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#call_on__about {
  z-index: 0;
  position: relative;
}
#call_on__about .inner {
  position: relative;
}
#call_on__about .ttl03 {
  z-index: 1;
  text-align: center;
  background: #fff;
  padding: 40px 75px;
  width: fit-content;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  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);
  position: relative;
}
#call_on__about .ttl03 .sub::before {
  content: "";
  position: absolute;
  width: 20px;
  border-bottom: 1px solid var(--col--main-01);
  left: -25px;
  bottom: 18px;
  rotate: 65deg;
}
#call_on__about .ttl03 .sub::after {
  content: "";
  position: absolute;
  width: 20px;
  border-bottom: 1px solid var(--col--main-01);
  right: -25px;
  bottom: 18px;
  rotate: -65deg;
}
#call_on__about .ttl03 .sub .str-01 {
  font-size: var(--font-size-30);
  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 {
  min-height: 740px;
}
#call_on__area .inner {
  position: relative;
}
#call_on__area hgroup {
  width: 450px;
  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: absolute;
  right: 0;
  top: 40px;
}
#call_on__area .block-area {
  width: 450px;
  background: #f7f7f7;
  padding: 30px;
}
#call_on__area .block-area .ttl04 {
  text-align: center;
  background: var(--col--acc-01);
  border-radius: 25px;
  padding: 12px;
  margin-bottom: var(--margin-25);
  position: relative;
}
#call_on__area .block-area .ttl04::before {
  --width: 14px;
  --height: 9px;
  --color: var(--col--acc-01);
  left: 50%;
  translate: -50% 100%;
  bottom: 0;
  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: 20px 25px;
  width: 350px;
}
#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 .topic-worries {
  position: relative;
  margin-bottom: var(--margin-50);
}
#call_on__worries .topic-worries .list-worries {
  --num: 2;
  --column-gap: 60px;
  --row-gap: 60px;
}
#call_on__worries .topic-worries .list-worries .item {
  position: relative;
  height: 320px;
}
#call_on__worries .topic-worries .list-worries .item .ttl04 {
  z-index: 1;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 400px;
  height: 70px;
  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 .ja {
  font-size: var(--font-size-24);
  color: #fff;
  font-weight: 500;
}
#call_on__worries .topic-worries .list-worries .item .item-img {
  position: absolute;
  top: 0;
  left: 0;
}
#call_on__worries .topic-other {
  background: #fff;
  padding: 40px;
}
#call_on__worries .topic-other .list-other {
  --num: 4;
  --column-gap: 40px;
  --row-gap: 20px;
}
#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: 35px;
  font-size: var(--font-size-18);
  font-weight: 700;
}
#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: 25px;
  height: 25px;
  left: 0;
  top: -3px;
}

/* call_on__flow
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#call_on__flow .ttl03 {
  margin-bottom: var(--margin-50);
}
/* case
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* case
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#case .topic-post .block-post {
  position: relative;
  margin-bottom: 100px;
}
#case .topic-post .block-post:last-child {
  margin-bottom: 0;
}
#case .topic-post .block-post .ttl04 {
  position: relative;
  padding: 18px;
  margin-bottom: var(--margin-40);
  border-radius: 30px 0 0 30px;
}
#case .topic-post .block-post .ttl04 .icon {
  position: absolute;
  left: 0;
}
#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: 70px;
  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: 200px;
  --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: 55px;
  height: 46px;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
}
#case .topic-post .block-post .list-compare-item {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
#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: 740px;
}
#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-40);
}
#case .topic-post .block-post .item-text p {
  overflow: hidden;
  max-height: 100px;
  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: 18px;
  margin-bottom: var(--margin-40);
  border-radius: 70px 0 0 70px;
}
.case__in_post .ttl03 .icon {
  position: absolute;
  left: 0;
}
.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: 70px;
}
.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: 200px;
  --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: 55px;
  height: 46px;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
}
.case__in_post .list-compare-item {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.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: 740px;
}
.case__in_post .list-compare-after dt {
  color: var(--col--acc-01);
}
.case__in_post .item-text {
  position: relative;
  margin-bottom: var(--margin-40);
}
.case__in_post .com__btn_01 {
  margin: 0 auto;
  width: 280px;
}
/* recommend
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* recommend__intro
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#recommend__intro .inner {
  position: relative;
}
#recommend__intro .ttl03 {
  width: 430px;
  margin-left: auto;
  text-align: center;
  margin-bottom: var(--margin-30);
}
#recommend__intro .list-images {
  position: absolute;
  width: 590px;
  height: 590px;
  left: 0;
  top: 100px;
}
#recommend__intro .list-images-item {
  position: absolute;
}
#recommend__intro .list-images-item:nth-of-type(1) {
  left: 0;
  top: 0;
}
#recommend__intro .list-images-item:nth-of-type(2) {
  right: 0;
  bottom: 0;
}
#recommend__intro .item-text {
  width: 430px;
  margin-left: auto;
  text-align: center;
}
#recommend__intro .item-text p {
  line-height: 2.2;
}

/* recommend__health
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#recommend__health {
  background: var(--col--acc-02);
}
#recommend__health .topic-post {
  --num: 2;
  --column-gap: 50px;
  --row-gap: 60px;
}
#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: 290px;
  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;
}

/* company
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* company__about
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#company__about .block-info .wrap-info {
  position: relative;
  margin-bottom: var(--margin-50);
  gap: 50px;
}
#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 {
  font-weight: 500;
  font-size: var(--font-size-16);
}
#company__about .block-info .wrap-info .item-table tr th {
  width: 25%;
}
#company__about .block-info .wrap-info .item-table tr td {
  text-align: start;
}
#company__about .wrap-block {
  gap: 60px;
}
#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: 360px;
}
#company__about .wrap-block .block-access .item-map iframe {
  height: 100%;
  width: 100%;
}

/* company__greeting
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#company__greeting {
  background: var(--col--acc-02);
}
#company__greeting .ttl03 {
  margin-bottom: var(--margin-90);
}
#company__greeting .wrap-greeting {
  position: relative;
}
#company__greeting .wrap-greeting .list-images {
  position: absolute;
  width: fit-content;
  right: 0;
  top: 0;
  gap: 30px;
  margin-top: -35px;
}
#company__greeting .wrap-greeting .unit-text {
  position: relative;
  margin-bottom: var(--margin-40);
  min-height: 650px;
}
#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;
}
#company__greeting .wrap-greeting .unit-text .prof dt::before {
  content: "";
  position: absolute;
  width: 20px;
  border-bottom: 1px solid var(--col--acc-01);
  right: -1em;
  bottom: 10px;
  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 {
  line-height: 2.3;
}
#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 {
  font-weight: 500;
  font-size: var(--font-size-16);
  line-height: 1.8;
}
#company__greeting .topic-prof .item-table tr th {
  width: 20%;
}
#company__greeting .topic-prof .item-table tr td {
  text-align: start;
}

/* company__gallery
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#company__gallery .topic-post {
  --num: 3;
  --column-gap: 50px;
  --row-gap: 50px;
}
#company__gallery .topic-post .block-post {
  position: relative;
  top: 0;
  transition: ease 0.2s;
}
#company__gallery .topic-post .block-post .item-img {
  width: 100%;
  height: 260px;
  margin-bottom: var(--margin-20);
}
#company__gallery .topic-post .block-post .item-text {
  overflow: hidden;
  max-height: 100px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#company__gallery .topic-post .block-post:hover {
  top: -4px;
  opacity: 0.6;
}

.company__in_post .wrap-post {
  width: 100%;
  padding: 60px;
  background: var(--col--acc-02);
}
.company__in_post .wrap-post .item-img {
  width: 100%;
  height: 620px;
  margin-bottom: var(--margin-30);
}
.company__in_post .com__btn_01 {
  margin: 0 auto;
  margin-top: var(--margin-40);
  width: 280px;
}

/*お知らせ一覧
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.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.css.map */