@charset "UTF-8";
/*==========================================
コンポーネントファイル
===========================================*/
/*
# パンくずリスト
------------------------*/
div .bread {
  display: none;
}

/*
# 一覧ぺージ用カテゴリ(セレクトボックス)
------------------------*/
.global-select {
  width: 64%;
  margin: 0 0 23% auto;
}
.global-select select {
  padding: 6% 10% 6% 6%;
}

/*
# ドロワーメニュー
------------------------------------ */
.sp-menu-btn-wrp {
  top: 1vw;
  right: 2%;
  bottom: auto;
  left: auto;
  background: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  mix-blend-mode: multiply;
  border: 1px solid var(--primary-color);
}
.sp-menu-btn-wrp .sp-menu-btn {
  width: 13.33vw;
  height: 13.33vw;
}
.sp-menu-btn-wrp .sp-menu-btn span {
  width: 50%;
  height: 2px;
  background: var(--primary-color);
}
.sp-menu-btn-wrp .sp-menu-btn .top {
  top: 4.3vw;
}
.sp-menu-btn-wrp .sp-menu-btn .middle {
  top: 0;
  bottom: 0;
}
.sp-menu-btn-wrp .sp-menu-btn .bottom {
  top: 8.5vw;
}
.sp-menu-btn-wrp .sp-menu-btn-txt {
  color: var(--color-white);
  top: -2vw;
  font-size: var(--font-size-10);
}

.sp-menu-btn.active .top {
  transform: translateY(2.3vw) translateX(0px) rotate(45deg);
}

.sp-menu-btn.active .bottom {
  transform: translateY(-2vw) translateX(0px) rotate(-45deg);
}

/*  drawer inbox
  ------------------------------------ */
#drawer__nav {
  padding: 8% 6% 15%;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 5px, #e9f7fd 5px, #e9f7fd 10px);
  background-color: #e6f6fd;
}
#drawer__nav .drawer__nav-logo {
  width: 40%;
  margin-bottom: 10%;
  text-align: left;
}
#drawer__nav .drawer__nav {
  margin-bottom: 15%;
}
#drawer__nav .drawer__nav-item {
  border-bottom: 1px solid var(--color-gray);
}
#drawer__nav .drawer__nav-item .drawer__nav-link {
  padding: 6% 0;
  font-size: var(--font-size-17);
  border-bottom: none;
  display: block;
}
#drawer__nav .drawer__nav .drawer__nav-dropdown {
  padding: 3% 12% 3% 0;
}
#drawer__nav .drawer__nav .drawer__nav-dropdown span {
  display: block;
}
#drawer__nav .drawer__nav .drawer__nav-dropdown span:before, #drawer__nav .drawer__nav .drawer__nav-dropdown span:after {
  background: var(--color-black);
}
#drawer__nav .drawer__nav .drawer__nav-dropdown-item .drawer__nav-link {
  display: block;
  padding: 3% 0;
}
#drawer__nav .drawer__nav .drawer__nav-dropdown .show span:after {
  opacity: 0 !important;
}
#drawer__nav .drawer__nav .current span {
  padding-left: 6vw;
  position: relative;
  text-decoration: underline;
  color: var(--primary-color);
}
#drawer__nav .drawer__nav .current span::before {
  position: absolute;
  content: "";
  width: 2vw;
  height: 2vw;
  border-radius: 50%;
  background: var(--primary-color);
  inset: 2.5vw auto auto 0;
}
#drawer__nav .drawer__nav .drawer__nav-dropdown-list {
  margin: 3% 0;
  padding-left: 4%;
  box-sizing: border-box;
}
#drawer__nav .drawer__nav .drawer__nav-dropdown-list > li > .drawer__nav-link.show::before {
  background: none;
  border: none;
}
#drawer__nav .drawer__nav .drawer__nav-dropdown-list > li > .drawer__nav-link span {
  padding: 0 0 0 5%;
}
#drawer__nav .drawer__worktime {
  margin-top: 10%;
}
#drawer__nav .drawer__worktime .worktime__item {
  display: flex;
  align-items: center;
  justify-content: center;
}
#drawer__nav .drawer__worktime .worktime__item dt {
  margin-right: 2vw;
  padding: 0 1.5vw;
}
#drawer__nav .drawer__nav-subpage {
  display: flex;
  justify-content: center;
  width: 100%;
  font-size: var(--font-size-12);
  gap: 4vw;
  margin-top: 12%;
}
#drawer__nav .drawer__nav-subpage-link {
  text-decoration: underline;
}

/*
# c-contact__list
------------------------*/
.c-contact__list .com-tel {
  text-align: center;
  margin-bottom: 10%;
}
.c-contact__list .com-tel .tel__num {
  font-size: var(--font-size-30);
  line-height: 1;
  padding-left: 7vw;
  background: url(../../img/common/tel_ic.png) left bottom 2vw/5vw no-repeat;
}
.c-contact__list .com-tel .tel__text {
  display: block;
  line-height: 1;
}
.c-contact__list .mail__button {
  width: 68%;
  height: 13vw;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8vw;
  background: url(../../img/common/mail_ic.png) left 32% center/4vw no-repeat, var(--primary-color);
  letter-spacing: 0.1em;
  padding: 0 3% 0 12%;
  color: var(--color-white);
}

.c-sns__list {
  gap: 5vw 6vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*
# c-counseling__section
------------------------*/
.c-counseling__section {
  padding: 18% 0;
}
.c-counseling__section .counseling__content {
  padding: 10% 6% 35%;
  position: relative;
}
.c-counseling__section .counseling__content::before, .c-counseling__section .counseling__content::after {
  position: absolute;
  content: "";
}
.c-counseling__section .counseling__content::before {
  width: 27%;
  height: 34vw;
  background: url(../../img/common/pages/counseling-l_ill.png) bottom center/100% no-repeat;
  inset: auto auto 0 0;
}
.c-counseling__section .counseling__content::after {
  width: 31%;
  height: 37vw;
  background: url(../../img/common/pages/counseling-r_ill.png) bottom center/100% no-repeat;
  inset: auto 0 0 auto;
}
.c-counseling__section .counseling__content .counseling__title {
  text-align: center;
  border-bottom: 2px solid;
  margin-bottom: 13%;
  font-size: var(--font-size-22);
  position: relative;
  padding-bottom: 3%;
}
.c-counseling__section .counseling__content .counseling__title::before {
  position: absolute;
  content: "";
  width: 31px;
  height: 19px;
  background: url(../../img/common/pages/counseling-ttl_bdr.png) center/100% no-repeat;
  inset: auto 25% -19px auto;
}
.c-counseling__section .counseling__content .counseling__text {
  padding: 10% 6%;
}

/*==========================================
テーブルレイアウト
===========================================*/
.com-table {
  text-align: left;
}
.com-table tr {
  display: block;
  padding: 6% 0;
}
.com-table tr th,
.com-table tr td {
  display: block;
}
.com-table tr th {
  margin-bottom: 4%;
}
.com-table tr td a[href^="tel:"],
.com-table tr td a[href^="mailto:"] {
  text-decoration: underline;
}
.com-table tr td .tel__text {
  display: block;
}

/*==========================================
  共通ブロック・要素
  ===========================================*/
.com-content {
  text-align: left;
}
.com-content p {
  margin-bottom: 8%;
}

/*
# com-button
------------------------*/
.com-button {
  border-radius: 8vw;
  text-align: center;
  color: var(--color-white);
  background: var(--primary-color);
  width: 85%;
  height: 14vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.com-button span {
  font-size: var(--font-size-16);
  padding-left: 7vw;
}
.com-button span::before {
  font-size: var(--font-size-20);
}

/*==========================================
共通タイトル
===========================================*/
.section-title {
  text-align: center;
  font-family: var(--font-secondary);
  margin-bottom: 12%;
}
.section-title .title-en {
  padding: 0 6vw;
  position: relative;
  letter-spacing: 0.1em;
  color: var(--primary-color);
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-18);
  line-height: 2.6666666667;
  text-transform: uppercase;
}
.section-title .title-en::before, .section-title .title-en::after {
  position: absolute;
  content: "";
  width: 2vw;
  height: 2vw;
  background: var(--accent-color);
  border-radius: 50%;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.section-title .title-en::before {
  left: 0;
}
.section-title .title-en::after {
  right: 0;
}
.section-title .title-ja {
  display: block;
  letter-spacing: 0.1em;
  font-size: var(--font-size-25);
}
.section-title.title-arrow {
  position: relative;
  padding: 8% 0 12%;
  margin-bottom: 0;
}
.section-title.title-arrow::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6vw 5.85vw 0px 5.85vw;
  inset: auto 0 -4.85vw;
  margin: 0 auto;
}
.section-title.bg-color-primary.title-arrow::after {
  border-color: var(--primary-color) transparent transparent transparent;
}
.section-title.bg-color-accent.title-arrow::after {
  border-color: var(--accent-color) transparent transparent transparent;
}

.headline-title {
  font-size: var(--font-size-20);
  border-radius: 10px;
  background: var(--primary-color);
  color: var(--color-white);
  padding: 5px 15px;
  font-family: var(--font-secondary);
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}

.title-deco {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  padding: 0 11vw;
}
.title-deco::before, .title-deco::after {
  position: absolute;
  content: "";
  width: 8vw;
  height: 16vw;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background: url(../../img/common/ttl_deco.png) center/100% no-repeat;
}
.title-deco::before {
  left: 0;
}
.title-deco:after {
  right: 0;
  transform: scale(-1, 1);
}
.title-deco.title-ja {
  line-height: 1.625;
}

/*==========================================
header
===========================================*/
#header {
  padding: 4%;
  position: absolute;
  inset: 0 0 auto;
  width: 100%;
  z-index: 1001;
}
#header .header__logo {
  width: 45%;
  line-height: 1;
}
#header .header__right {
  display: none;
}

/*==========================================
mv
===========================================*/
#top-mv {
  padding: 0 1.0416%;
  position: relative;
  height: 100vw;
  background: url(../../img/top/mv/mv-l_bg.png) left top/44.427% no-repeat;
}
#top-mv::before {
  position: absolute;
  content: "";
  inset: auto auto 0 16.6666%;
  width: 31%;
  height: 22vw;
  background: url(../../img/top/mv/mv_ill.png) bottom center/100% no-repeat;
  z-index: 3;
}
#top-mv .mv__catch {
  width: 65%;
  position: absolute;
  inset: auto auto 16.8316% 3%;
  z-index: 2;
}
#top-mv .mv__img {
  position: absolute;
  inset: auto 1.0416% 0 auto;
  width: 80%;
  height: 84%;
}

/*==========================================
footer
===========================================*/
#footer {
  padding: 18% 0 12%;
}
#footer .footer__left {
  margin-bottom: 15%;
}
#footer .footer__left .footer__left-headline {
  margin-bottom: 10%;
}
#footer .footer__left .footer__left-headline .footer__logo {
  width: 60%;
  margin: 0 auto 10%;
  display: block;
}
#footer .footer__left .footer__left-headline .footer__address {
  width: 68%;
  margin: 0 auto;
}
#footer .footer__left .footer__left-headline .footer__address::before {
  inset: 1.5vw auto auto -7vw;
  font-size: var(--font-size-20);
}
#footer .footer__contact-list {
  margin-bottom: 10%;
}
#footer .footer__contact-list .com-tel {
  filter: brightness(5.5);
}
#footer .footer__contact-list .com-tel .tel__num {
  color: var(--color-white);
}
#footer .footer__contact-list .mail__button {
  color: var(--primary-color);
  background-image: url(../../img/common/mail-primary_ic.png);
  background-color: var(--color-white);
}
#footer .footer__worktime {
  margin-bottom: 10%;
}
#footer .footer__worktime .worktime__item {
  display: flex;
  align-items: center;
  justify-content: center;
}
#footer .footer__worktime .worktime__item dt {
  margin-right: 3vw;
  padding: 0 1vw;
}
#footer .footer__right .footer__nav {
  padding: 10% 6%;
  /*==========================================
  Flexbox
  ===========================================*/
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
}
#footer .footer__right .footer__nav-item {
  width: 100%;
}
#footer .footer__right .footer__nav-link {
  display: block;
  line-height: 2.54;
  font-size: var(--font-size-14);
}
#footer .footer__right .footer__nav-link:hover {
  text-decoration: underline;
}

#copyright {
  word-break: normal;
  text-align: center;
  margin-top: 12%;
}
#copyright small {
  font-size: var(--font-size-11);
}
#copyright a {
  text-decoration: underline;
}

/*==========================================
sv
===========================================*/
.lower-sv {
  height: 65vw;
  position: relative;
  background: url(../../img/sv/sv_bg.png) left top/44.2708% no-repeat;
}
.lower-sv::before {
  position: absolute;
  content: "";
  background: url(../../img/sv/sv-ttl_ill.png) bottom center/100% no-repeat;
  width: 38%;
  height: 12vw;
  inset: auto auto 0 9%;
  z-index: 10;
}
.lower-sv .sv__title {
  width: 55%;
  height: 42vw;
  background: url(../../img/sv/sv-ttl_bg.png) center/100% no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--font-size-21);
  position: absolute;
  inset: auto auto 4% 2.0833%;
  z-index: 3;
}
.lower-sv .sv__title::before {
  position: absolute;
  content: "";
  width: 17%;
  height: 8vw;
  inset: 7vw auto auto 0;
  background: url(../../img/sv/sv-ttl_kirakira.png) center/100% no-repeat;
}
.lower-sv .sv__img {
  width: 72.9166%;
  height: 70%;
  position: absolute;
  inset: auto 1.0416% 4% auto;
}

#hernia-sv .sv__img {
  background: url(../../img/sv/hernia-sv_img.jpg) center/cover no-repeat;
}

#stiff-shoulders-sv .sv__img {
  background: url(../../img/sv/stiff-shoulders-sv_img.jpg) center/cover no-repeat;
}

#sciatica-sv .sv__img {
  background: url(../../img/sv/sciatica-sv_img.jpg) center/cover no-repeat;
}

#rounded-shoulders-sv .sv__img {
  background: url(../../img/sv/rounded-shoulders-sv_img.jpg) center/cover no-repeat;
}

#others-sv .sv__img {
  background: url(../../img/sv/others-sv_img.jpg) center/cover no-repeat;
}

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

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

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

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

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

#e404-sv .sv__img {
  background: url(../../img/sv/e404-sv_img.jpg) center/cover no-repeat;
}

/*==========================================
top
===========================================*/
/*
# top-worries
------------------------*/
#top-worries .worries__tittle {
  margin-bottom: 15%;
}
#top-worries .worries__tittle .border-2 {
  padding: 0 1.5vw;
  margin: 0 1.5vw;
}
#top-worries .top-worries__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 11vw 4%;
}
#top-worries .top-worries__list .top-worries__item {
  width: 48%;
}
#top-worries .top-worries__list .top-worries__item:nth-child(1) .worries__item-fig {
  background: url(../../img/top/worries-item01_bg.png) bottom center/100% no-repeat;
}
#top-worries .top-worries__list .top-worries__item:nth-child(2) .worries__item-fig {
  background: url(../../img/top/worries-item02_bg.png) bottom center/100% no-repeat;
}
#top-worries .top-worries__list .top-worries__item:nth-child(3) .worries__item-fig {
  background: url(../../img/top/worries-item03_bg.png) bottom center/100% no-repeat;
}
#top-worries .top-worries__list .top-worries__item:nth-child(4) .worries__item-fig {
  background: url(../../img/top/worries-item04_bg.png) bottom center/100% no-repeat;
}
#top-worries .top-worries__list .top-worries__item:nth-child(5) .worries__item-fig {
  background: url(../../img/top/worries-item05_bg.png) bottom center/100% no-repeat;
}
#top-worries .top-worries__list .top-worries__item:last-child .worries__item-illust {
  width: 95%;
}
#top-worries .top-worries__list .worries__item-fig {
  position: relative;
  height: 47vw;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#top-worries .top-worries__list .worries__item-fig .worries__item-illust {
  width: 54%;
  margin: 0 auto;
}
#top-worries .top-worries__list .worries__item-fig .worries__item-caption {
  position: absolute;
  inset: -5vw 0 auto;
  width: 100%;
  margin: 0 auto;
  font-size: var(--font-size-16);
  letter-spacing: 0.1em;
  padding: 2%;
}
#top-worries .top-worries__list .worries__item-fig .worries__item-caption::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3vw 2vw 0px 2vw;
  border-color: var(--primary-color) transparent transparent transparent;
  inset: auto 0 -2vw;
  margin: 0 auto;
}
#top-worries .top-worries__list .worries__item-fig .worries__item-check {
  margin-top: 3%;
}
#top-worries .top-worries__list .worries__item-fig .worries__item-check span {
  font-size: var(--font-size-13);
  letter-spacing: 0.1em;
  padding-right: 7vw;
  font-weight: var(--font-weight-bold);
}
#top-worries .top-worries__list .worries__item-fig .worries__item-check span::before {
  right: 0;
  line-height: 0.8;
  font-size: var(--font-size-21);
  color: var(--color-green);
}

.com-worries__section {
  padding: 18% 0;
  position: relative;
  z-index: 1;
}
.com-worries__section::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 8vw;
  inset: 0 0 auto;
  background: url(../../img/top/worries-top_wave.png) top center/100% no-repeat;
  z-index: -1;
}

/*
# top-about
------------------------*/
#top-about {
  padding: 20% 0;
  position: relative;
  background: url(../../img/top/about-l_deco.png) left top/35.3645% no-repeat;
}
#top-about .about__content-title {
  font-size: var(--font-size-19);
  text-align: center;
  padding: 2% 4%;
  margin-bottom: 6%;
  position: relative;
}
#top-about .about__content-title::before, #top-about .about__content-title::after {
  position: absolute;
  content: "";
}
#top-about .about__content-title::before {
  width: 56%;
  height: 31vw;
  background: url(../../img/top/about_ill.png) center/100% no-repeat;
  inset: -29.5vw auto auto 0;
}
#top-about .about__content-title::after {
  width: 11%;
  height: 9vw;
  inset: -8vw -7% auto auto;
  background: url(../../img/top/about-content-ttl_dashed.png) center/100% no-repeat;
}
#top-about .about__content .name {
  text-align: right;
  font-size: var(--font-size-21);
  letter-spacing: 0.1em;
  border-top: 2px dashed var(--primary-color-extra-light);
  padding-top: 7%;
}
#top-about .about__content .name span {
  padding-left: 7vw;
  position: relative;
}
#top-about .about__content .name span::before {
  position: absolute;
  content: "";
  width: 2vw;
  height: 2vw;
  border-radius: 50%;
  background: var(--accent-color);
  inset: 0 auto 0 0;
  margin: auto 0;
}
#top-about .about__imgs {
  position: relative;
  margin-bottom: 20%;
}
#top-about .about__imgs .about__img--front {
  position: absolute;
  inset: auto -10% -23% auto;
  width: 39.4736%;
}

/*
# top-feature
------------------------*/
#top-feature {
  background-image: url(../../img/top/feature-top_wave.png);
  background-repeat: repeat-x;
  background-position: 0 0;
}
#top-feature .feature__inbox {
  padding: 18% 8% 25%;
  position: relative;
}
#top-feature .feature__inbox::before, #top-feature .feature__inbox::after {
  position: absolute;
  content: "";
  z-index: 1;
}
#top-feature .feature__inbox::before {
  width: 34%;
  height: 27vw;
  background: url(../../img/top/feature-lb_ill.png) center/100% no-repeat;
  inset: auto auto 0 4%;
}
#top-feature .feature__inbox::after {
  width: 33%;
  height: 31vw;
  background: url(../../img/top/feature-rb_ill.png) center/100% no-repeat;
  inset: auto 4% 0 auto;
}
#top-feature .feature__item:last-child .feature__item-title {
  padding: 3%;
  margin-bottom: 6%;
  position: relative;
  z-index: 2;
}
#top-feature .feature__item:last-child .top-feature__item-fig {
  margin-bottom: 15%;
}
#top-feature .feature__item:last-child .top-feature__item-fig:last-child {
  margin-bottom: 0;
}
#top-feature .feature__item:last-child .top-feature__item-fig .top-feature__item-caption {
  font-size: var(--font-size-18);
  text-align: center;
  border-bottom: 2px dashed var(--primary-color-extra-light);
  margin-bottom: 6%;
  padding-bottom: 3%;
  letter-spacing: 0.1em;
}
#top-feature .feature__item:last-child .top-feature__item-fig .top-feature__item-caption span {
  padding-left: 1%;
  position: relative;
}
#top-feature .feature__item:last-child .top-feature__item-fig .top-feature__item-caption span::before {
  position: absolute;
  content: "";
  width: 2vw;
  height: 2vw;
  border-radius: 50%;
  inset: 3vw auto auto -4vw;
  margin: auto 0;
  background: var(--accent-color);
}
#top-feature .feature__item:last-child .top-feature__item-fig .top-feature__item-caption small {
  font-size: var(--font-size-16);
}
#top-feature .feature__item:last-child .top-feature__item-fig .feature__item-img {
  width: 55%;
  margin: 0 auto 7%;
}

.com-feature__list .feature__item-headline {
  position: relative;
  margin-bottom: 8%;
}
.com-feature__list .feature__item-headline .feature__item-title {
  position: absolute;
  inset: auto 0 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 19vw;
}
.com-feature__list .feature__item-headline .feature__item-title::before {
  position: absolute;
  content: "";
}
.com-feature__list .feature__item-headline .feature__item-img {
  padding-bottom: 6%;
}
.com-feature__list .feature__item {
  box-shadow: 5px 5px var(--primary-color-extra-light);
  padding: 3% 3% 8%;
  position: relative;
  margin-bottom: 20%;
}
.com-feature__list .feature__item:last-child {
  margin-bottom: 0;
}
.com-feature__list .feature__item::before {
  position: absolute;
  width: 22vw;
  height: 22vw;
  margin: 0 auto;
  inset: -8vw 0 auto;
  text-align: center;
  border: 4px solid var(--color-white);
  border-radius: 50%;
  letter-spacing: 0.1em;
  background: var(--primary-color);
  color: var(--primary-color-extra-light);
  font-size: var(--font-size-21);
  font-weight: var(--font-weight-black);
}
.com-feature__list .feature__item-title {
  text-align: center;
  font-size: var(--font-size-19);
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.com-feature__list .feature__item-img {
  position: relative;
  z-index: 1;
}
.com-feature__list .feature__item-notes {
  padding: 0 3%;
}
.com-feature__list.column-3 .feature__item {
  margin-bottom: 20%;
}
.com-feature__list.column-3 .feature__item:last-child {
  margin-bottom: 0;
}
.com-feature__list.column-3 .feature__item:has(.feature__item-headline) .feature__item-title::before {
  width: 100%;
  height: 7vw;
  inset: -6vw 0 auto;
  background: url(../../img/top/feature-title_wave.png) center/100% no-repeat;
}
.com-feature__list.column-2 .feature__item:has(.feature__item-headline) .feature__item-title::before {
  width: 100%;
  height: 4vw;
  inset: -3.85vw 0 auto;
  background: url(../../img/common/pages/point-item_wave.png) center bottom/100% no-repeat;
}

/*
# top-movie
------------------------*/
#top-movie {
  background: url(../../img/top/movie-r_deco.png) right center no-repeat;
}
#top-movie .movie__inbox {
  padding: 20% 8% 25%;
  position: relative;
}
#top-movie .movie__inbox::before {
  position: absolute;
  content: "";
  width: 57%;
  height: 32vw;
  background: url(../../img/top/movie_ill.png) center/100% no-repeat;
  inset: auto 5% 0 auto;
  margin: 0 auto;
}
#top-movie .movie__title {
  width: 85%;
  height: 55vw;
  margin: 0 auto 12%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background: url(../../img/top/movie-ttl_bg.png) center/100% no-repeat;
}
#top-movie .movie__title .title-en {
  line-height: 1;
  margin-bottom: 2%;
}
#top-movie .movie__title .title-en::before, #top-movie .movie__title .title-en::after {
  background: none;
}
/*
# top-voice
------------------------*/
#top-voice .voice__title .title-en {
  color: var(--primary-color-extra-light);
}
#top-voice .voice__title .title-ja small {
  display: block;
  font-size: var(--font-size-20);
}
#top-voice .voice__inbox {
  padding: 25% 8% 12%;
}
#top-voice .voice__list .voice__card {
  position: relative;
  padding: 10% 6%;
  margin-bottom: 16%;
}
#top-voice .voice__list .voice__card:last-child {
  margin-bottom: 0;
}
#top-voice .voice__list .voice__card-prof {
  position: absolute;
  inset: -9vw 4% auto auto;
}
#top-voice .voice__list .voice__card-prof:has(.voice__card-age) .voice__card-gender {
  padding-left: 5vw;
  margin-left: 2vw;
  position: relative;
}
#top-voice .voice__list .voice__card-prof:has(.voice__card-age) .voice__card-gender::before {
  position: absolute;
  content: "";
  width: 1.5vw;
  height: 1.5vw;
  border-radius: 50%;
  background: var(--primary-color-extra-light);
  inset: 0 auto 0 0;
  margin: auto 0;
}
#top-voice .voice__list .voice__card-headline {
  /*==========================================
  Flexbox
  ===========================================*/
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  margin-bottom: 8%;
}
#top-voice .voice__list .voice__card-icon {
  width: 35%;
}
#top-voice .voice__list .voice__card-title {
  width: 60%;
  font-size: var(--font-size-18);
  line-height: 1.6666666667;
  letter-spacing: var(--body-letter-spacing);
  position: relative;
  padding-top: 6%;
}
#top-voice .voice__list .voice__card-title::before {
  position: absolute;
  content: "";
  width: 12%;
  height: 5vw;
  background: url(../../img/top/voice-item_deco.png) center/100% no-repeat;
  inset: -2vw auto auto -3vw;
}
#top-voice .voice__list .voice__card-text {
  background: var(--accent-color-extra-light);
  padding: 6%;
}

/*
# top-info
------------------------*/
#top-info {
  padding: 20% 0;
  background-image: url(../../img/top/info-top_wave.png), url(../../img/top/info-r_deco.png);
  background-repeat: no-repeat;
  background-position: 0 0, 100% 0;
  background-size: 100%;
}
#top-info .info__inbox {
  position: relative;
  z-index: 1;
}
#top-info .info__inbox::before, #top-info .info__inbox::after {
  position: absolute;
  content: "";
}
#top-info .info__inbox::before {
  width: 43%;
  height: 42vw;
  inset: auto auto -6vw -6%;
  z-index: -1;
  background: url(../../img/top/info-lb_deco.png) center/100% no-repeat;
}
#top-info .info__inbox::after {
  width: 31%;
  height: 41vw;
  background: url(../../img/top/info_ill.png) center/100% no-repeat;
  inset: auto 5% -40vw auto;
}
#top-info .info__table {
  padding: 8% 6%;
  margin-bottom: 18%;
}
#top-info #g-map iframe {
  border: 3px solid var(--color-white);
  border-radius: 3vw;
}

/*
# top-news
------------------------*/
#top-news {
  padding: 22% 0 20%;
}
#top-news .news__inbox {
  position: relative;
}
#top-news .news__post {
  border-bottom: 1px solid var(--primary-color);
}
#top-news .news__post-link {
  padding: 6% 0;
  row-gap: 2vw;
  /*==========================================
  Flexbox
  ===========================================*/
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  flex-wrap: wrap;
  align-items: baseline;
}
#top-news .news__post-link:hover {
  opacity: 1;
  transform: translateX(10px);
}
#top-news .news__post-link:hover .news__post-title {
  color: var(--primary-color);
  text-decoration: underline;
}
#top-news .news__post:first-child .news__post-link {
  padding-top: 0;
}
#top-news .news__post-date {
  width: 27%;
}
#top-news .news__post-tags {
  display: flex;
  flex-wrap: wrap;
  width: 73%;
  gap: 1.5vw;
}
#top-news .news__post-tags .news__post-tag {
  font-size: var(--font-size-14);
  padding: 0 1vw;
}
#top-news .news__button {
  margin: 15% auto 0;
}

/*==========================================
hernia/stiff-shoulders/sciatica/rounded-shoulders
===========================================*/
/*
# com-worries__section
------------------------*/
.com-worries__section .worries__tittle .title-ja {
  font-size: var(--font-size-21);
}
.com-worries__section .worries__tittle .title-ja .border-2 {
  padding: 0 1vw;
  margin: 0 1.5vw;
}
.com-worries__section .com-worries__list {
  padding: 10% 6% 52%;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 45%;
}
.com-worries__section .com-worries__list .worries__item {
  margin-bottom: 5%;
  padding-left: 11%;
  font-size: var(--font-size-16);
}
.com-worries__section .com-worries__list .worries__item:last-child {
  margin-bottom: 0;
}
.com-worries__section .com-worries__list .worries__item::before {
  color: var(--primary-color);
  font-size: var(--font-size-19);
  inset: 1.5vw auto auto 0;
}

#hernia-worries .com-worries__list {
  background-image: url(../../img/hernia/worries_ill.png);
}

#stiff-shoulders-worries .com-worries__list {
  background-image: url(../../img/stiff-shoulders/worries_ill.png);
}

#sciatica-worries .com-worries__list {
  background-image: url(../../img/sciatica/worries_ill.png);
}

#rounded-shoulders-worries .com-worries__list {
  background-image: url(../../img/rounded-shoulders/worries_ill.png);
}

/*
# com-cause__section
------------------------*/
.com-cause__section {
  background: url(../../img/common/pages/cause-l_deco.png) left top/100% no-repeat;
}
.com-cause__section .cause__inbox {
  padding: 18% 8% 35%;
  position: relative;
}
.com-cause__section .cause__inbox::before, .com-cause__section .cause__inbox::after {
  position: absolute;
  content: "";
  bottom: 0;
}
.com-cause__section .cause__inbox::before {
  width: 17%;
  height: 33vw;
  background: url(../../img/common/pages/cause-l_ill.png) center bottom/100% no-repeat;
  left: 4%;
}
.com-cause__section .cause__inbox::after {
  width: 24%;
  height: 35vw;
  background: url(../../img/common/pages/cause-r_ill.png) center bottom/100% no-repeat;
  right: 4%;
}
.com-cause__section .cause__list .cause__item {
  margin-bottom: 12%;
  padding: 10% 6%;
}
.com-cause__section .cause__list .cause__item:last-child {
  margin-bottom: 0;
}
.com-cause__section .cause__list .cause__item-title {
  font-size: var(--font-size-20);
  text-align: center;
  padding: 3%;
  letter-spacing: 0.1em;
  margin-bottom: 8%;
}
.com-cause__section .cause__list .cause__item-text {
  line-height: 2.1875;
}

/*
# com-point__section
------------------------*/
.com-point__section {
  padding: 18% 0;
  background-image: url(../../img/common/pages/point-btm_wave.png), url(../../img/common/pages/point-lb_deco.png), url(../../img/common/pages/point-rt_deco.png), repeating-linear-gradient(135deg, transparent, transparent 5px, #e9f7fd 5px, #e9f7fd 10px);
  background-position: bottom center, left bottom, right top;
  background-repeat: no-repeat;
  background-size: auto, 39.375%, 40.105%;
}
.com-point__section .point__title {
  margin-bottom: 18%;
}

/*
# com-effect__section
------------------------*/
.com-effect__section .effect__title::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  inset: auto 0 0;
  margin: 0 auto;
  background: url(../../img/common/pages/effect-ttl-l_ill.png) left 4% bottom/16% no-repeat, url(../../img/common/pages/effect-ttl-r_ill.png) right 4% bottom/12% no-repeat;
}
.com-effect__section .effect__title .title-ja {
  line-height: 1.625;
  display: inline;
  border-bottom: 1px dashed;
}
.com-effect__section .effect__inbox {
  padding: 18% 8%;
}
.com-effect__section .effect__inbox .effect__case {
  margin-bottom: 15%;
}
.com-effect__section .effect__inbox .effect__case:last-child {
  margin-bottom: 0;
}
.com-effect__section .effect__inbox .effect__case-title {
  text-align: center;
}
.com-effect__section .effect__inbox .effect__case .effect__headline-text {
  font-size: var(--font-size-16);
  margin-bottom: 10%;
}
.com-effect__section .effect__inbox .effect__menu-list .effect__menu-item {
  /*==========================================
  Flexbox
  ===========================================*/
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  align-items: center;
  padding: 4% 0;
  border-bottom: 2px dashed var(--primary-color-extra-light);
}
.com-effect__section .effect__inbox .effect__menu-list .effect__menu-item:first-child {
  border-top: 2px dashed var(--primary-color-extra-light);
}
.com-effect__section .effect__inbox .effect__menu-list .effect__menu-item-title {
  width: 31%;
  text-align: center;
  font-size: var(--font-size-17);
  padding: 3%;
}
.com-effect__section .effect__inbox .effect__menu-list .effect__menu-item-text {
  width: 65%;
}
.com-effect__section .effect__inbox .effect__list {
  margin-top: 10%;
}
.com-effect__section .effect__inbox .effect__list .effect__item {
  padding: 10% 6%;
  border-bottom: 2px dashed var(--primary-color-extra-light);
}
.com-effect__section .effect__inbox .effect__list .effect__item:first-child {
  padding-top: 0;
}
.com-effect__section .effect__inbox .effect__list .effect__item-title {
  font-size: var(--font-size-18);
  position: relative;
  margin-bottom: 5%;
}
.com-effect__section .effect__inbox .effect__list .effect__item-title::before {
  position: absolute;
  content: "";
  width: 2vw;
  height: 2vw;
  border-radius: 50%;
  margin: auto 0;
  background: var(--accent-color);
  inset: 3vw auto auto -4.5vw;
}

/*==========================================
others
===========================================*/
/*
# others-problems
------------------------*/
#others-problems::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 25px;
  inset: auto 0 0;
  background: url(../../img/others/problems-btm_wave.png) repeat-x bottom center;
}
#others-problems .worries__tittle {
  margin-bottom: 17%;
}
#others-problems .worries__tittle .title-ja span {
  display: inline-block;
  padding: 0.5vw 2vw;
  margin-bottom: 3%;
}
#others-problems .others-problems__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 9vw 4%;
}
#others-problems .others-problems__list .problems__item {
  width: 48%;
  text-align: center;
  position: relative;
}
#others-problems .others-problems__list .problems__item-caption {
  position: absolute;
  inset: -5vw 0 auto;
  width: 100%;
  font-size: var(--font-size-15);
  padding: 2%;
  letter-spacing: 0.1em;
}
#others-problems .others-problems__list .problems__item-caption::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3vw 2.5vw 0px 2.5vw;
  border-color: var(--primary-color) transparent transparent transparent;
  inset: auto 0 -2.5vw;
  margin: 0 auto;
}
#others-problems .problems__text {
  text-align: right;
  font-size: var(--font-size-21);
  margin-top: 5%;
}

/*
# others-solution
------------------------*/
#others-solution {
  padding: 20% 0 15%;
}
#others-solution .solution__inbox {
  padding-bottom: 47%;
  position: relative;
}
#others-solution .solution__inbox::before, #others-solution .solution__inbox::after {
  position: absolute;
  content: "";
  bottom: 0;
}
#others-solution .solution__inbox::before {
  width: 15%;
  height: 45vw;
  background: url(../../img/others/solution-l_ill.png) bottom center/100% no-repeat;
  left: 5%;
}
#others-solution .solution__inbox::after {
  width: 19%;
  height: 46vw;
  background: url(../../img/others/solution-r_ill.png) bottom center/100% no-repeat;
  right: 5%;
}
#others-solution .solution__title {
  text-align: center;
  font-size: var(--font-size-23);
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 12%;
  position: relative;
}
#others-solution .solution__title::before, #others-solution .solution__title::after {
  position: absolute;
  content: "";
  width: 3px;
  height: 15vw;
  border-left: 4px dotted var(--accent-color);
  bottom: 0;
}
#others-solution .solution__title::before {
  left: -2vw;
  transform: rotate(-30deg);
}
#others-solution .solution__title::after {
  right: -2vw;
  transform: rotate(30deg);
}
#others-solution .solution__title span {
  padding: 1vw;
  margin: 0 1vw;
}

/*
# others-steps
------------------------*/
#others-steps {
  background-image: url(../../img/others/steps-btm_deco.png);
  background-position: 50% 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}
#others-steps .steps__title .title-ja {
  font-size: var(--font-size-21);
}
#others-steps .steps__inbox {
  padding: 20% 8% 18%;
  position: relative;
}
#others-steps .steps__inbox::before, #others-steps .steps__inbox::after {
  position: absolute;
  content: "";
  bottom: 0;
  z-index: 2;
}
#others-steps .steps__inbox::before {
  width: 33%;
  height: 27vw;
  inset: auto auto 0 4%;
  background: url(../../img/others/steps-lb_ill.png) bottom center/100% no-repeat;
}
#others-steps .steps__inbox::after {
  width: 31%;
  height: 29vw;
  inset: auto 4% 0 auto;
  background: url(../../img/others/steps-rb_ill.png) bottom center/100% no-repeat;
}
#others-steps .steps__list {
  position: relative;
  z-index: 1;
}
#others-steps .steps__list::before {
  position: absolute;
  content: "";
  width: 20%;
  height: 100%;
  z-index: -1;
  background: rgba(var(--primary-color-rgb), 0.2);
  inset: 0;
  margin: 0 auto;
}
#others-steps .steps__item {
  margin-bottom: 15%;
  padding: 10% 6%;
  box-shadow: 5px 5px var(--primary-color-extra-light);
}
#others-steps .steps__item:last-child {
  margin-bottom: 0;
}
#others-steps .steps__item-headline {
  /*==========================================
  Flexbox
  ===========================================*/
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  align-items: flex-start;
}
#others-steps .steps__item-title {
  width: 32%;
  padding: 5% 1%;
  text-align: center;
}
#others-steps .steps__item-title .title-num {
  display: block;
  font-size: var(--font-size-18);
  border-bottom: 2px solid;
  padding-bottom: 2%;
  margin-bottom: 3%;
}
#others-steps .steps__item-title .title-num em {
  font-size: var(--font-size-23);
  line-height: 1;
}
#others-steps .steps__item-title .title-text {
  font-size: var(--font-size-16);
}
#others-steps .steps__item-text {
  width: 64%;
}
#others-steps .steps__item-buttons {
  margin-top: 10%;
}
#others-steps .steps__item-buttons .steps__button {
  text-align: center;
  margin-bottom: 8%;
}
#others-steps .steps__item-buttons .steps__button:last-child {
  margin-bottom: 0;
}
#others-steps .steps__item-buttons .steps__button--tel {
  line-height: 1.2;
}
#others-steps .steps__item-buttons .steps__button--tel .tel__num {
  font-size: var(--font-size-25);
  padding-left: 6vw;
  background: url(../../img/common/tel_ic.png) left bottom 1vw/4vw no-repeat;
}
#others-steps .steps__item-buttons .steps__button--line .steps__button-link, #others-steps .steps__item-buttons .steps__button--mail .steps__button-link {
  position: relative;
}
#others-steps .steps__item-buttons .steps__button--line .steps__button-link::before, #others-steps .steps__item-buttons .steps__button--mail .steps__button-link::before {
  left: auto;
  right: 27%;
  z-index: 2;
}
#others-steps .steps__item-buttons .steps__button--line span, #others-steps .steps__item-buttons .steps__button--mail span {
  font-size: var(--font-size-17);
}
#others-steps .steps__item-buttons .steps__button--line .steps__button-link {
  background: url(../../img/common/sns/LINE_logo.svg) left 22% center/7vw no-repeat;
}
#others-steps .steps__item-buttons .steps__button--mail .steps__button-link {
  background: url(../../img/common/mail-primary_ic.png) left 25% center no-repeat;
}
#others-steps .steps__item-buttons .steps__button--mail:hover .steps__button-link {
  background-image: url(../../img/common/mail_ic.png);
}
#others-steps .steps__item-buttons .steps__button-link {
  height: 20vw;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#others-steps .steps__item-buttons .steps__button-link:hover {
  transform: scale(0.98);
  opacity: 1;
  color: var(--color-white);
  background-color: var(--primary-color);
}
#others-steps .steps__item-buttons .steps__button-link:hover::before {
  right: 22%;
}

/*==========================================
news
===========================================*/
.column__wrap .column__list .column__post a {
  padding: 14% 0;
}
.column__wrap .column__list .column__post:first-child a {
  padding-top: 0;
}
.column__wrap .column__list .column__post-meta {
  margin-bottom: 4%;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
.column__wrap .column__list .column__post-meta time {
  width: -moz-fit-content;
  width: fit-content;
  font-size: var(--font-size-11);
}
.column__wrap .column__list .column__post-meta .category-label {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: 2vw;
  gap: 1vw 1.5vw;
}
.column__wrap .column__list .column__post-meta .category-label li {
  padding: 0 0.75vw;
  font-size: var(--font-size-11);
}
.column__wrap .column__list .column__post-title {
  font-size: var(--font-size-17);
  margin: 3% 0;
}
.column__wrap .column__list .column__post-body {
  font-size: var(--font-size-13);
}
.column__wrap .column__list .more-btn {
  width: 45%;
  font-size: 3.2vw;
  margin: inherit;
  margin-left: auto;
  font-weight: bold;
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  box-sizing: border-box;
  padding: 3% 2%;
  display: block;
  color: var(--color-white);
  transition: all 0.3s;
}
.column__wrap .column__list .column__post:has(.column__post-thumb) a {
  /*==========================================
  Flexbox
  ===========================================*/
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
}
.column__wrap .column__list .column__post:has(.column__post-thumb) .column__post-thumb {
  width: 40%;
  height: 33vw;
}
.column__wrap .column__list .column__post:has(.column__post-thumb) .column__post-meta {
  width: 55%;
}

/*----------------------------------
  詳細ページのカテゴリー表示(タイトル下部)
  ----------------------------------*/
.single__post-meta {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 10%;
}
.single__post-meta time {
  font-size: var(--font-size-13);
  width: 27%;
  font-weight: normal;
  padding: 0.5vw 0;
}
.single__post-meta .category-label {
  display: flex;
  width: 70%;
  flex-wrap: wrap;
  align-items: center;
  gap: 1vw;
}
.single__post-meta .category-label li {
  font-size: var(--font-size-13);
}
.single__post-meta .category-label li a {
  padding: 0 1vw;
}

/*==========================================
  contact
  ===========================================*/
#contact .contact__form {
  margin-bottom: 15%;
}
#contact .contact__form-item .contact__form-label .required {
  /*==========================================
  上下中央揃え
  ===========================================*/
  position: absolute;
  top: 50%; /* Safari用 */
  transform: translateY(-50%);
  z-index: 10;
  right: 10px;
}
#contact .contact__form-item .contact__form-input {
  padding: 3% 0;
}
#contact .contact__form-item .contact__form-input .contact__form-list li {
  margin-bottom: 5%;
}
#contact .contact__form-item .contact__form-input .contact__form-list li:last-child {
  margin-bottom: 0;
}
#contact .contact__form-item .contact__form-input textarea {
  height: 37vw;
}
#contact .contact__form-item.contact__form-privacy .contact__form-label {
  text-align: left;
}
#contact .contact__form-value {
  padding: 3%;
}
#contact .contact__form-select {
  width: 50%;
  position: relative;
}
#contact .contact__form-select::after {
  inset: 0 5% 0 auto;
  width: 1.5vw;
  height: 1.5vw;
}
#contact .contact__form-select select {
  padding: 6% 7% 6% 4%;
}
#contact .contact__form #pc01,
#contact .contact__form #pc02 {
  width: 95px;
}
#contact .contact__form #date1,
#contact .contact__form #date2,
#contact .contact__form #date3 {
  width: 73%;
}
#contact .contact__form #address {
  margin-top: 4%;
}
#contact .contact__form .upload-item-wrap .select-img-wrap {
  display: flex;
  justify-content: space-between;
}
#contact .contact__form .upload-item-wrap .thumb {
  width: 45%;
  margin-right: 25px;
}
#contact .contact__form .upload-item-wrap .ancion-btn-wrap {
  width: 50%;
}
#contact .contact__form .upload-item-wrap .ancion-btn-wrap .ancion-btn,
#contact .contact__form .upload-item-wrap .ancion-btn-wrap .upload-button {
  font-size: var(--font-size-13);
}
#contact .contact__submits-wrap {
  margin-top: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5vw;
}
#contact .contact__submits-wrap .contact__submits-check {
  width: 75%;
}
#contact .contact__submits-wrap .contact__submits-back {
  width: 52%;
}
#contact .contact__submits-wrap .contact__submits-send {
  width: 40%;
}
#contact input[type=button],
#contact input[type=submit],
#contact .contact-submits-wrap button {
  padding: 6% 2%;
}
#contact input[type=submit],
#contact select {
  -webkit-appearance: none;
}

/*==========================================
  privacy
  ===========================================*/
#privacy .privacy__content {
  margin-bottom: 15%;
  text-align: left;
}
#privacy .privacy__content:last-child {
  margin-bottom: 0;
}

/*==========================================
  site
  ===========================================*/
#site-map .sitemap__item-link {
  padding: 4% 0 4% 8%;
}

/*==========================================
  プライバシーポリシー(LPフレーム時)
  ===========================================*/