@charset "UTF-8";
body {
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: justify;
  text-justify: inter-ideograph;
  font-family: "Noto Sans JP", sans-serif;
  word-wrap: break-all;
  word-wrap: break-word;
  width: 100%;
  min-width: 1260px;
  color: #482528;
  scroll-behavior: smooth;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 27px;
    font-size: 3.515625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  body {
    font-size: 15.8823529412px;
  }
}

.col-wht {
  color: #fff !important;
}
.col-blk {
  color: #482528 !important;
}
.col-pnk1 {
  color: #f0929c !important;
}
.col-pnk2 {
  color: #f59aa3 !important;
}
.col-pnk3 {
  color: #ffc5c6 !important;
}
.col-pnk4 {
  color: #f0c2c7 !important;
}
.col-pnk5 {
  color: #ffeef0 !important;
}
.col-beg {
  color: #f5e4c3 !important;
}
.col-gry1 {
  color: #f1f0ec !important;
}
.col-gry2 {
  color: #f8f7f3 !important;
}
.col-brw {
  color: #824348 !important;
}

.bg-wht {
  background-color: #fff !important;
}
.bg-blk {
  background-color: #482528 !important;
}
.bg-pnk1 {
  background-color: #f0929c !important;
}
.bg-pnk2 {
  background-color: #f59aa3 !important;
}
.bg-pnk3 {
  background-color: #ffc5c6 !important;
}
.bg-pnk4 {
  background-color: #f0c2c7 !important;
}
.bg-pnk5 {
  background-color: #ffeef0 !important;
}
.bg-beg {
  background-color: #f5e4c3 !important;
}
.bg-gry1 {
  background-color: #f1f0ec !important;
}
.bg-gry2 {
  background-color: #f8f7f3 !important;
}
.bg-brw {
  background-color: #824348 !important;
}

.ptn-stripe-pnk {
  background-image: linear-gradient(-45deg, #f198a2 25%, #f0929c 25%, #f0929c 50%, #f198a2 50%, #f198a2 75%, #f0929c 75%, #f0929c);
  background-size: 24px 24px;
  background-attachment: fixed;
}
.ptn-check-pnk {
  background: url("/img/common/ptn-check-pnk.png") center;
}

.btn-ptn1 .btn-link, .btn-ptn3 .btn-link, .btn-ptn4 .btn-link {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: bold;
  background: #f0929c;
  color: #fff;
  font-family: "Zen Maru Gothic", serif;
  letter-spacing: 0.08em;
  line-height: 1;
  border-radius: 50rem;
}
.btn-ptn1 .btn-link:hover, .btn-ptn3 .btn-link:hover, .btn-ptn4 .btn-link:hover {
  color: rgba(255, 255, 255, 0.8);
}
.btn-ptn2 {
  display: flex;
}
.btn-ptn2 .btn-link {
  font-family: "Zen Maru Gothic", serif;
  letter-spacing: 0.08em;
  font-weight: bold;
  position: relative;
  z-index: 1;
}
.btn-ptn2 .btn-link::before {
  content: "";
  display: block;
  width: 0%;
  height: 1px;
  background: #f0929c;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate(0, 5px);
  z-index: -1;
  transition: 0.3s;
}
.btn-ptn2 .btn-link:hover::before {
  width: 100%;
}
.btn-ptn3 .btn-link {
  background: #fff;
  color: #482528;
  border: solid 2px #f0929c;
}
.btn-ptn3 .btn-link:hover {
  color: rgba(72, 37, 40, 0.8);
}
.btn-ptn4 .btn-link {
  background: #482528;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.ic-tel, .ic-calendar, .ic-line, .ic-mail {
  display: flex;
  align-items: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
.ic-tel::before, .ic-calendar::before, .ic-line::before, .ic-mail::before {
  content: "";
  display: block;
}
.ic-tel::before {
  width: 26px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/ic-tel.png");
  background-size: 100%;
}
.ic-calendar::before {
  width: 21px;
  aspect-ratio: 21/20;
  background-image: url("/img/common/ic-calendar.png");
  background-size: 100%;
}
.ic-line::before {
  width: 22px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/ic-line.png");
  background-size: 100%;
}
.ic-mail::before {
  width: 20px;
  aspect-ratio: 20/14;
  background-image: url("/img/common/ic-mail.png");
  background-size: 100%;
}

.arw-circle-pnk {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.arw-circle-pnk::after {
  content: "";
  display: block;
  width: 24px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/arw-circle-pnk.png");
  background-size: 100%;
  transition: 0.3s;
}
.arw-circle-pnk:hover::after {
  transform: translate(-2px, 0);
}
.arw-dbl-wht {
  display: flex;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.arw-dbl-wht::after {
  content: "";
  display: block;
  width: 18px;
  aspect-ratio: 18/14;
  background-image: url("/img/common/arw-double-wht.png");
  background-size: 100%;
  transition: 0.3s;
}
.arw-dbl-wht:hover::after {
  transform: translate(-1px, 0);
}
.arw-solid-pnk::after, .arw-solid-pnk-flx::after {
  content: "";
  display: block;
  width: 12px;
  aspect-ratio: 12/14;
  background-image: url("/img/common/arw-solid-pnk.png");
  background-size: 100%;
  transition: 0.3s;
}
.arw-solid-pnk:hover::after, .arw-solid-pnk-flx:hover::after {
  transform: translate(-1.5px, 0);
}
.arw-solid-pnk-flx {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.arw-solid-pnk {
  position: relative;
}
.arw-solid-pnk::after {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  transition: 0.3s;
}
.arw-solid-pnk:hover::after {
  transform: translate(-1.5px, -50%);
}
.arw-back {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.arw-back::after {
  content: "";
  display: block;
  width: 17px;
  aspect-ratio: 17/14;
  background-image: url("/img/common/arw-back.png");
  background-size: 100%;
  transition: 0.3s;
}
.arw-anchor {
  position: relative;
}
.arw-anchor::after {
  content: "";
  display: block;
  width: 12px;
  aspect-ratio: 12/14;
  background-image: url("/img/common/arw-solid-pnk.png");
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%) rotate(90deg);
  transition: 0.3s;
}
.arw-anchor:hover::after {
  transform: translate(0, calc(-50% + 2px)) rotate(90deg);
}

.obj-line-pnk::after {
  content: "";
  display: block;
  width: 50px;
  height: 4px;
  background: #f0929c;
  margin-top: 12px;
  border-radius: 2px;
}

.hov-opa a:hover {
  opacity: 0.8;
}
.hov-img a:hover img {
  opacity: 0.8;
}
.hov-scale a img, .hov-up a img {
  backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}
.hov-scale a:hover img, .hov-up a:hover img {
  transform: scale(0.98);
}
.hov-up a:hover img {
  transform: translateY(-3px);
}

.tbl {
  width: 100%;
}
.tbl td {
  overflow-wrap: anywhere; /* 収まらない場合に折り返す */
  word-break: normal; /* 単語の分割はデフォルトに依存 */
  line-break: strict; /* 禁則処理を厳格に適用 */
}
.tbl-ptn1 th, .tbl-ptn1 td {
  text-align: center;
  padding: 15px 20px;
  vertical-align: middle;
}
.tbl-ptn1 th {
  font-family: "Zen Maru Gothic", serif;
  letter-spacing: 0.08em;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  background: #482528;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .tbl-ptn1 th {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .tbl-ptn1 th {
    font-size: 17.6470588235px;
  }
}
.tbl-ptn1 thead th:first-child,
.tbl-ptn1 tbody th {
  width: 18.52%;
}
.tbl-ptn1 td {
  line-height: 1.6470588235;
}
.tbl-ptn1 thead th:first-child {
  background: none;
}
.tbl-ptn1 thead th:nth-child(2) {
  border-radius: 20px 0 0 0;
  background: #f0929c;
}
.tbl-ptn1 tbody {
  background: #fff;
}
.tbl-ptn1 tbody tr:first-child th {
  border-radius: 20px 0 0;
}
.tbl-ptn1 tbody tr:not(:first-child) th {
  border-top: solid 1px rgba(255, 255, 255, 0.3);
}
.tbl-ptn1 tbody tr:not(:first-child) td:nth-child(2) {
  border-top: solid 1px rgba(240, 146, 156, 0.3);
}
.tbl-ptn1 tbody tr:not(:first-child) td:last-child {
  border-top: solid 1px rgba(72, 37, 40, 0.3);
}
.tbl-ptn1 tbody td {
  width: 40.74%;
}
.tbl-ptn1 tbody td:last-child {
  background: #f1f0ec;
}
.tbl-ptn2 {
  background: #fff;
}
.tbl-ptn2 th, .tbl-ptn2 td {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 15px 20px;
}
@media screen and (max-width: 768px) {
  .tbl-ptn2 th, .tbl-ptn2 td {
    font-size: 26px;
    font-size: 3.3854166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .tbl-ptn2 th, .tbl-ptn2 td {
    font-size: 15.2941176471px;
  }
}
.tbl-ptn2 th {
  width: 20%;
  background: #f0929c;
  color: #fff;
}
.tbl-ptn2 td {
  white-space: pre-wrap;
  font-weight: 500;
}
.tbl-ptn2 tr:not(:first-child) th {
  border-top: solid 1px rgba(255, 255, 255, 0.3);
}
.tbl-ptn2 tr:not(:first-child) td {
  border-top: solid 1px rgba(72, 37, 40, 0.1);
}

[class^=cts-] {
  margin: 0 auto;
}

.cts-1080 {
  width: 100%;
  max-width: 1080px;
}
.cts-1160 {
  width: 100%;
  max-width: 1160px;
}
.cts-1200 {
  width: 100%;
  max-width: 1200px;
}

.layout-clm-2 {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.layout-clm-2 .list-item {
  width: calc((100% - 40px) / 2);
}
.layout-clm-2-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
.layout-clm-2-c .list-item {
  width: calc((100% - 40px) / 2);
}
.layout-clm-3 {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.layout-clm-3 .list-item {
  width: calc((100% - 60px) / 3);
}
.layout-clm-3-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
.layout-clm-3-c .list-item {
  width: calc((100% - 60px) / 3);
}
.layout-clm-4 {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.layout-clm-4 .list-item {
  width: calc((100% - 120px) / 4);
}
.layout-clm-4-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
.layout-clm-4-c .list-item {
  width: calc((100% - 120px) / 4);
}

.list-nav {
  letter-spacing: 0.08em;
}
.list-nav .nav-item {
  line-height: 1;
}
.list-news .list-item, .list-type .list-item, .list-dot .list-item {
  width: 100%;
}
.list-news time {
  display: block;
  font-family: "Zen Maru Gothic", serif;
  letter-spacing: 0.08em;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #f0929c;
}
@media screen and (max-width: 768px) {
  .list-news time {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-news time {
    font-size: 17.6470588235px;
  }
}
.list-news .news-inner {
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.list-news .news-link {
  background: #f8f7f3;
  border-radius: 10px;
  display: block;
  padding: 30px 40px;
}
.list-news .news-link:hover {
  background: #f1f0ec;
}
.list-news .news-ttl {
  font-size: 17px;
  font-size: 1.7rem;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .list-news .news-ttl {
    font-size: 27px;
    font-size: 3.515625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-news .news-ttl {
    font-size: 15.8823529412px;
  }
}
.list-card .card-item {
  background: #fff;
  border-radius: 16px;
  padding: 20px 25px;
}
.list-check .check-item {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.list-check .check-item::before {
  content: "";
  display: block;
  width: 20px;
  min-width: 20px;
  aspect-ratio: 20/14;
  background-image: url("/img/common/ic-check-pnk.png");
  background-size: 100%;
  transform: translate(0, 50%);
}
.list-trouble {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
.list-trouble .trbl-link {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 20px 0px rgba(145, 121, 123, 0.3);
  padding: 25px 0 30px 0;
}
@media screen and (max-width: 768px) {
  .list-trouble .trbl-link {
    box-shadow: rgba(72, 37, 40, 0.15) 0px 0px 16px;
  }
}
.list-trouble .trbl-link:hover {
  background: #ffeef0;
}
.list-trouble .trbl-link:hover:hover {
  transform: translate(0, 1px);
  box-shadow: none;
}
.list-trouble .trbl-link:hover .trbl-ttl::before {
  background: rgba(255, 255, 255, 0.7);
}
.list-trouble .trbl-ic {
  position: relative;
  z-index: 2;
}
.list-trouble .trbl-ttl {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  margin-top: 10px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .list-trouble .trbl-ttl {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-trouble .trbl-ttl {
    font-size: 17.6470588235px;
  }
}
.list-trouble .trbl-ttl::before {
  content: "";
  display: block;
  width: 80px;
  aspect-ratio: 1/1;
  border-radius: 50rem;
  background: rgba(255, 255, 255, 0);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.list-trouble .btn {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #f0929c;
  margin-top: 15px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .list-trouble .btn {
    font-size: 26px;
    font-size: 3.3854166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-trouble .btn {
    font-size: 15.2941176471px;
  }
}
.list-voice {
  row-gap: 60px;
}
.list-voice .voice-link {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0px 0px 20px 0px rgba(145, 121, 123, 0.3);
  height: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .list-voice .voice-link {
    box-shadow: rgba(72, 37, 40, 0.15) 0px 0px 16px;
  }
}
.list-voice .voice-link:hover {
  transform: translate(0, 1px);
  box-shadow: none;
}
.list-voice .voice-link::before {
  content: "";
  display: block;
  width: 99px;
  aspect-ratio: 1/1;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(20px, -20px);
  z-index: 1;
}
.list-voice .voice-link.is-female::before {
  background-image: url("/img/common/voice-ic-01.png");
  background-size: 100%;
}
.list-voice .voice-link.is-male::before {
  background-image: url("/img/common/voice-ic-02.png");
  background-size: 100%;
}
.list-voice .voice-link.is-none::before {
  background-image: url("/img/common/voice-ic-03.png");
  background-size: 100%;
}
.list-voice .voice-link:hover {
  background: #f8f7f3;
}
.list-voice .voice-link {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.list-voice .voice-bx {
  padding: 30px 40px;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr;
}
.list-voice .voice-ttl, .list-voice .voice-txt {
  width: 100%;
}
.list-voice .voice-ttl .inner, .list-voice .voice-txt .inner {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: left;
}
.list-voice .voice-ttl {
  font-family: "Zen Maru Gothic", serif;
  letter-spacing: 0.08em;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.8;
  font-weight: bold;
  margin-bottom: 15px;
  max-width: calc(100% - 40px);
}
@media screen and (max-width: 768px) {
  .list-voice .voice-ttl {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-voice .voice-ttl {
    font-size: 17.6470588235px;
  }
}
.list-voice .voice-txt {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.7333333333;
  background: #f8f7f3;
  padding: 20px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .list-voice .voice-txt {
    font-size: 25px;
    font-size: 3.2552083333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-voice .voice-txt {
    font-size: 14.7058823529px;
  }
}
.list-voice .voice-name {
  display: flex;
  justify-content: flex-end;
  text-align: right;
  -moz-column-gap: 15px;
       column-gap: 15px;
  font-size: 15px;
  font-size: 1.5rem;
  padding: 20px 40px;
  border-top: dotted 3px rgba(72, 37, 40, 0.2);
}
@media screen and (max-width: 768px) {
  .list-voice .voice-name {
    font-size: 25px;
    font-size: 3.2552083333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-voice .voice-name {
    font-size: 14.7058823529px;
  }
}
.list-anchor .btn {
  width: 525px;
  max-width: 100%;
}
.list-anchor .btn-link {
  width: 100%;
  height: 60px;
}
.list-type .list-bx, .list-price .list-bx, .list-profile .list-bx {
  padding: 30px;
}
.list-type .type-item {
  background: #f8f7f3;
  border: solid 6px #f0c2c7;
  border-radius: 30px;
}
.list-type .type-ttl {
  font-family: "Zen Maru Gothic", serif;
  letter-spacing: 0.08em;
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  color: #f0929c;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .list-type .type-ttl {
    font-size: 40px;
    font-size: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-type .type-ttl {
    font-size: 23.5294117647px;
  }
}
.list-type .com-layout {
  justify-content: space-between;
}
.list-type .btn {
  margin-top: 40px;
}
.list-dot .dot-item, .list-dot .circle-item, .list-circle .dot-item, .list-circle .circle-item {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.list-dot .dot-item::before, .list-dot .circle-item::before, .list-circle .dot-item::before, .list-circle .circle-item::before {
  content: "";
  display: block;
  width: 4px;
  min-width: 4px;
  aspect-ratio: 1/1;
  border-radius: 50rem;
  background: #482528;
  transform: translate(0, 300%);
}
.list-price .price-item {
  width: 525px;
  max-width: 100%;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.list-price .price-ttl {
  font-family: "Zen Maru Gothic", serif;
  letter-spacing: 0.08em;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 600;
  color: #f0929c;
  background: #f8f7f3;
  text-align: center;
  padding: 12px 20px;
  border-radius: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .list-price .price-ttl {
    font-size: 40px;
    font-size: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-price .price-ttl {
    font-size: 23.5294117647px;
  }
}
.list-price .ttl-bar {
  background: #f0929c;
}
.list-flow .flow-item {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
}
.list-flow .flow-item:last-child p::before, .list-flow .flow-item:last-child p::after {
  content: "";
  display: block;
  width: 77px;
  aspect-ratio: 77/67;
  background-image: url("/img/chiropractic/obj-shine-01.png");
  background-size: 100%;
  position: absolute;
  z-index: -1;
}
.list-flow .flow-item:last-child p::before {
  top: 0;
  right: 100%;
  transform: translate(-30px, 0);
}
.list-flow .flow-item:last-child p::after {
  width: 26px;
  aspect-ratio: 1/1;
  background-image: url("/img/chiropractic/obj-shine-02.png");
  background-size: 100%;
  bottom: 100%;
  left: 100%;
  transform: translate(30px, 0);
}
.list-flow .flow-ttl {
  width: 220px;
  max-width: 100%;
  font-family: "Zen Maru Gothic", serif;
  letter-spacing: 0.08em;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  row-gap: 20px;
  background: #f0929c;
  color: #fff;
  padding: 50px 0;
  position: relative;
  z-index: 1;
}
.list-flow .flow-ttl span {
  line-height: 1;
}
.list-flow .flow-ttl .main {
  font-size: 80px;
  font-size: 8rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .list-flow .flow-ttl .main {
    font-size: 90px;
    font-size: 11.71875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-flow .flow-ttl .main {
    font-size: 52.9411764706px;
  }
}
.list-flow .flow-ttl .sub {
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .list-flow .flow-ttl .sub {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-flow .flow-ttl .sub {
    font-size: 17.6470588235px;
  }
}
.list-flow .flow-ttl::after {
  content: "";
  display: block;
  width: 20px;
  aspect-ratio: 1/2;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #f0929c;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(0, -50%);
}
.list-flow .flow-ttl, .list-flow .list-bx {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.list-flow .list-bx {
  width: calc(100% - 220px);
  padding: 40px;
}
.list-flow .list-bx p {
  text-align: center;
}
.list-flow::before {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  border-left: dotted 3px #f0929c;
  position: absolute;
  top: 0;
  left: 109px;
  z-index: -1;
}
.list-circle .circle-item {
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.list-circle .circle-item::before {
  width: 14px;
  min-width: 14px;
  transform: translate(0, 50%);
  background: #f0929c;
}

.com-tag-main .list-tag {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
}
.com-tag-main .tag-link {
  display: block;
  background: #f0929c;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 10px 20px;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .com-tag-main .tag-link {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .com-tag-main .tag-link {
    font-size: 16.4705882353px;
  }
}
.com-tag-main .tag-link:hover {
  opacity: 0.8;
}
.com-tag-sub .list-tag {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
}
@media screen and (max-width: 768px) {
  .com-tag-sub .list-tag {
    font-size: 24px;
    font-size: 3.125vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .com-tag-sub .list-tag {
    font-size: 14.1176470588px;
  }
}
.com-tag-sub .tag-item {
  display: flex;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
  line-height: 1;
}
.com-tag-sub .tag-item::before {
  content: "";
  display: block;
  width: 13px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/ic-tag.png");
  background-size: 100%;
}
.com-gmap {
  max-width: 100%;
}
.com-gmap iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
}
.com-layout {
  display: flex;
}
.com-tel .tel {
  font-family: "Zen Maru Gothic", serif;
  letter-spacing: 0.08em;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1;
}
.com-sdw {
  box-shadow: 0px 0px 20px 0px rgba(145, 121, 123, 0.3);
}
@media screen and (max-width: 768px) {
  .com-sdw {
    box-shadow: rgba(72, 37, 40, 0.15) 0px 0px 16px;
  }
}
.com-sdw-hov:hover {
  transform: translate(0, 1px);
  box-shadow: none;
}
.com-over-frame {
  padding-top: 60px;
  padding-bottom: 60px;
}

.ttl-main {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
  font-family: "Zen Maru Gothic", serif;
  letter-spacing: 0.08em;
  font-weight: bold;
}
.ttl-main .sub, .ttl-main .main {
  letter-spacing: 0.08em;
}
.ttl-main .sub {
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .ttl-main .sub {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-main .sub {
    font-size: 17.6470588235px;
  }
}
.ttl-main .main {
  font-size: 40px;
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .ttl-main .main {
    font-size: 50px;
    font-size: 6.5104166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-main .main {
    font-size: 29.4117647059px;
  }
}
.ttl-main.txt-aln-c {
  align-items: center;
}
.ttl-sub {
  font-family: "Zen Maru Gothic", serif;
  letter-spacing: 0.08em;
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  background: #fff;
  border-radius: 10px;
  padding: 12px 40px;
  color: #f0929c;
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .ttl-sub {
    font-size: 40px;
    font-size: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-sub {
    font-size: 23.5294117647px;
  }
}
.ttl-sub::before {
  content: "";
  display: block;
  width: 4px;
  height: calc(100% - 20px);
  background: #f0929c;
  border-radius: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.ttl-bar {
  font-family: "Zen Maru Gothic", serif;
  letter-spacing: 0.08em;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  background: #482528;
  color: #fff;
  padding: 15px 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .ttl-bar {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-bar {
    font-size: 17.6470588235px;
  }
}
.ttl-dot {
  border-bottom: dotted 3px rgba(72, 37, 40, 0.2);
  padding-bottom: 15px;
  margin-bottom: 40px;
}

.txt-plain {
  line-height: 1.6470588235;
}

#side-bar, #side-totop {
  position: fixed;
  z-index: 77;
}
#side-bar {
  bottom: 120px;
  right: 0;
  transform: translate(530px, 0);
  transition: 0.5s;
  cursor: pointer;
}
#side-bar .side-bar-bx {
  border-radius: 20px 0 0 20px;
}
#side-bar::before {
  content: "";
  display: block;
  width: 118px;
  aspect-ratio: 118/111;
  background-image: url("/img/common/side-bar-ttl.png");
  background-size: 100%;
  transform: translate(-50px, 20px);
  z-index: 1;
}
#side-bar:hover {
  transform: translate(0);
}
#side-bar #side-totop {
  display: none;
}
#side-totop {
  right: 30px;
  bottom: 20px;
}

#hd-nav .nav-item:not(:first-child),
#ft-nav .nav-item:not(:first-child) {
  border-left: solid 1px #f0929c;
  padding-left: 19px;
}

.marker-pnk5 {
  background: linear-gradient(transparent 50%, #ffeef0 50%);
}

#hd-bar {
  padding: 20px 0 30px 0;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 77;
}

#hd-nav .nav-link:hover {
  color: #f0929c;
}

.mv, .sv {
  width: 1560px;
  max-width: 81.25%;
  margin: 0 auto;
  border: solid 6px #f0929c;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}
.mv img, .sv img {
  display: block;
  width: 100%;
}

.mv {
  aspect-ratio: 1560/660;
  background: url("/img/top/mv-img.png") center center no-repeat;
  background-size: cover;
}
.mv-cc {
  height: 100%;
  position: absolute;
  top: 0;
  left: 25.64%;
  z-index: 2;
}
.mv-cc-txt {
  font-size: 24px;
  font-size: 1.25vw;
  line-height: 2.5;
  letter-spacing: 0.1em;
  transform: translate(0, 10%);
}
@media screen and (max-width: 1120px) {
  .mv-cc-txt {
    font-size: 14.1176470588px;
  }
}
@media screen and (min-width: 1920px) {
  .mv-cc-txt {
    font-size: 24px;
  }
}
.mv::before, .mv::after {
  content: "";
  display: block;
  height: 100%;
  aspect-ratio: 801/660;
  background-image: url("/img/top/mv-side-lft.png");
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.mv::after {
  background-image: url("/img/top/mv-side-rt.png");
  aspect-ratio: 584/660;
  left: inherit;
  right: 0;
}

.sv {
  aspect-ratio: 1560/260;
}
.sv-ttl {
  font-size: 44px;
  font-size: 2.2916666667vw;
}
@media screen and (max-width: 1120px) {
  .sv-ttl {
    font-size: 25.8823529412px;
  }
}
@media screen and (min-width: 1920px) {
  .sv-ttl {
    font-size: 44px;
  }
}
.sv-chart {
  background: url("/img/chart/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-menu {
  background: url("/img/menu/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-voice {
  background: url("/img/voice/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-body {
  background: url("/img/body/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-chiropractic {
  background: url("/img/chiropractic/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-info {
  background: url("/img/info/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-news {
  background: url("/img/news/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-contact {
  background: url("/img/contact/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-complete {
  background: url("/img/complete/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-privacy {
  background: url("/img/privacy/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-site {
  background: url("/img/sitemap/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-e404 {
  background: url("/img/e404/sv.png") center center no-repeat;
  background-size: cover;
}

.top-worry, .top-change, .top-menu, .top-comparison, .top-voice, .top-about {
  padding: 100px 0;
}
.top-worry .ttl-main, .top-change .ttl-main, .top-menu .ttl-main, .top-comparison .ttl-main, .top-voice .ttl-main, .top-about .ttl-main {
  margin-bottom: 50px;
}

.top-news {
  padding: 60px 0;
}
.top-news .cts-1080 {
  padding: 0 60px;
}
.top-news .ttl-main {
  gap: 0;
}
.top-news .ttl-main .main {
  font-size: 34px;
  font-size: 3.4rem;
}
@media screen and (max-width: 768px) {
  .top-news .ttl-main .main {
    font-size: 44px;
    font-size: 5.7291666667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .top-news .ttl-main .main {
    font-size: 25.8823529412px;
  }
}
.top-news .ttl-main .sub {
  font-size: 17px;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .top-news .ttl-main .sub {
    font-size: 27px;
    font-size: 3.515625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .top-news .ttl-main .sub {
    font-size: 15.8823529412px;
  }
}
.top-news .list-news {
  min-height: 120px;
}
.top-news .btn {
  position: absolute;
  left: 60px;
  top: 95px;
}

.top-chart .chart-link {
  padding: 30px 0 30px 0;
  background: #fff;
}
.top-chart .chart-link::before, .top-chart .chart-link::after {
  content: "";
  display: block;
  height: calc(100% + 8px);
  aspect-ratio: 156/250;
  background-image: url("/img/top/chart-side-lft.png");
  background-size: cover;
  position: absolute;
  top: 50%;
  left: -4px;
  transform: translateY(-50%);
  z-index: -2;
}
.top-chart .chart-link::after {
  aspect-ratio: 148/250;
  background-image: url("/img/top/chart-side-rt.png");
  background-size: cover;
  left: inherit;
  right: -4px;
}
.top-chart .chart-link:hover {
  background: #ffeef0;
}
.top-chart .ttl-main {
  margin-bottom: 20px;
}
.top-chart .btn {
  margin-top: 15px;
}
.top-chart .btn-link:hover {
  color: #fff;
}
.top-chart .btn-link:hover .arw-dbl-wht::after {
  transform: none;
}
.top-chart .wrp-illust {
  position: absolute;
  left: 50%;
  bottom: -4px;
  transform: translate(-50%, 0);
  z-index: -1;
}
.top-chart::before {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 190px);
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.top-worry .com-base {
  padding: 50px;
}
.top-worry .com-base::after {
  content: "";
  display: block;
  width: 164px;
  max-width: 100%;
  aspect-ratio: 164/261;
  background-image: url("/img/top/worry-illust.png");
  background-size: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate(40px, 0);
  z-index: -1;
}
.top-worry .com-base::before {
  content: "";
  display: block;
  width: 41px;
  aspect-ratio: 41/25;
  background-image: url("/img/common/arw-round-pnk.png");
  background-size: 100%;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.top-worry .card-item {
  width: 390px;
  max-width: 100%;
}
.top-worry h3 {
  margin-top: 50px;
}
.top-worry h3 .inner {
  padding: 15px 40px;
}

.top-change .ttl-main::before {
  content: "";
  display: block;
  width: 107px;
  aspect-ratio: 107/80;
  background-image: url("/img/top/change-icon.png");
  background-size: 100%;
  margin: 0 auto 5px auto;
}
.top-change .cts-1080::before {
  content: "";
  display: block;
  width: 171px;
  aspect-ratio: 171/139;
  background-image: url("/img/top/change-illust.png");
  background-size: 100%;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50px, 180px);
  z-index: -1;
}
.top-change .corner-01, .top-change .corner-02 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: 0;
  z-index: -1;
}
.top-change .corner-01::before, .top-change .corner-01::after, .top-change .corner-02::before, .top-change .corner-02::after {
  content: "";
  display: block;
}
.top-change .corner-01 {
  align-items: flex-start;
  top: 0;
}
.top-change .corner-01::before {
  width: 535px;
  max-width: 27.8645833333%;
  aspect-ratio: 535/682;
  background-image: url("/img/top/change-corner-01.png");
  background-size: 100%;
}
.top-change .corner-01::after {
  width: 636px;
  max-width: 33.125%;
  aspect-ratio: 636/289;
  background-image: url("/img/top/change-corner-02.png");
  background-size: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.top-change .corner-02 {
  align-items: flex-end;
  bottom: 0;
}
.top-change .corner-02::before {
  width: 407px;
  max-width: 21.1979166667%;
  aspect-ratio: 407/189;
  background-image: url("/img/top/change-corner-03.png");
  background-size: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.top-change .corner-02::after {
  width: 497px;
  max-width: 25.8854166667%;
  aspect-ratio: 497/596;
  background-image: url("/img/top/change-corner-04.png");
  background-size: 100%;
  margin-left: auto;
}

.top-menu .list-trouble {
  margin-top: 50px;
}

.top-comparison .wrp-tbl {
  margin: 50px 0;
}

.top-voice .btn {
  margin-top: 50px;
}

.top-about .com-layout::after {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 60px);
  background: #ffc5c6;
  border-radius: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.top-about .bnr {
  margin-top: 80px;
}
.top-about .bnr-link {
  background: url("/img/top/bnr-bg-pc.png") center center no-repeat;
  background-size: cover;
}
.top-about .bnr-link:hover .bnr-bx {
  opacity: 0.8;
}
.top-about .bnr-bx {
  transition: 0.3s;
}
.top-about .bnr-ttl {
  margin-bottom: 20px;
}
.top-about .bnr .ttl-main {
  margin-bottom: 20px;
}
.top-about .bnr .ttl-main .sub {
  background: #f0929c;
  color: #fff;
  padding: 0 10px 5px 10px;
}
.top-about .bnr .ttl-main .main {
  font-size: 36px;
  font-size: 3.6rem;
  color: #f0929c;
}
@media screen and (max-width: 768px) {
  .top-about .bnr .ttl-main .main {
    font-size: 46px;
    font-size: 5.9895833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .top-about .bnr .ttl-main .main {
    font-size: 27.0588235294px;
  }
}
.top-about .bnr .btn-link::before {
  content: none;
}
.top-about .bnr .arw-solid-pnk-flx:hover::after {
  transform: none;
}

#ctn-lower article {
  padding: 100px 0;
}
#ctn-lower .ttl-main {
  text-align: center;
  align-items: center;
  margin-bottom: 50px;
}

.voice-detail {
  padding: 50px;
}
.voice-detail .com-base {
  padding: 30px;
}
.voice-detail .comment-ttl {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(15px, -14px);
}
.voice-detail .comment-ttl .inner {
  padding: 5px 10px;
}
.voice-detail .comment-ttl::before {
  content: "";
  display: block;
  width: 7px;
  height: 10px;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  background: #482528;
}

.lower-greeting .greeting-name {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 1;
}

#com-contact {
  padding: 100px 0;
}
#com-contact .ttl-main {
  margin-bottom: 40px !important;
}
#com-contact .cts-1160 {
  padding: 40px 0;
  margin-top: 40px;
}
#com-contact .cts-1160::before {
  content: "";
  display: block;
  width: 144px;
  aspect-ratio: 144/168;
  background-image: url("/img/common/contact-illust.png");
  background-size: 100%;
  position: absolute;
  right: 0;
  bottom: 100%;
  transform: translate(-90px, -4px);
  z-index: -1;
}
#com-contact .ttl-main .main::before {
  content: "";
  display: block;
  width: 59px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/obj-shine-single.png");
  background-size: 100%;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(65px, -45px);
  z-index: -1;
}
#com-contact::before, #com-contact::after {
  content: "";
  display: block;
  width: 550px;
  max-width: 28.6458333333%;
  aspect-ratio: 550/455;
  background-image: url("/img/common/contact-side-lft.png");
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#com-contact::after {
  width: 386px;
  max-width: 20.1041666667%;
  aspect-ratio: 386/460;
  background-image: url("/img/common/contact-side-rt.png");
  background-size: 100%;
  top: inherit;
  left: inherit;
  right: 0;
  bottom: 0;
}

.ft-sec-01 {
  padding: 80px 0 30px 0;
}
.ft-sec-02 {
  padding: 15px 0;
}

#ft-nav {
  margin-top: 80px;
}/*# sourceMappingURL=style.css.map */