@charset "UTF-8";
/*==========================================
コンポーネントファイル
===========================================*/
/*
# パンくずリスト
------------------------*/
div .bread {
  font-size: var(--font-size-14);
  position: relative;
  z-index: 100;
}
div .bread .breadcrumbs {
  position: absolute;
  width: 1080px;
  margin: 0 auto;
  inset: 10px auto auto 0;
  gap: 10px 20px;
}
div .bread li {
  color: var(--primary-color);
  position: relative;
}
div .bread li::after {
  content: " > ";
  color: var(--body-font-color);
  position: absolute;
  inset: 0 -15px 0 auto;
  margin: auto 0;
}
div .bread li:last-child::after {
  content: "";
}
div .bread li a {
  color: var(--body-font-color);
}
div .bread li a:hover {
  text-decoration: underline;
}

/*
# 一覧ぺージ用カテゴリ(セレクトボックス)
------------------------*/
.global-select {
  width: 300px;
  margin: 0 0 45px auto;
}
.global-select select {
  padding: 15px 37px 15px 15px;
}

/*
# c-contact__list
------------------------*/
.c-contact__list {
  gap: 10px 15px;
}
.c-contact__list .com-tel .tel__num {
  font-size: var(--font-size-30);
  line-height: 1;
  padding-left: 25px;
  background: url(../../img/common/tel_ic.png) left center no-repeat;
}
.c-contact__list .com-tel .tel__text {
  display: block;
  line-height: 1;
}
.c-contact__list .mail__button {
  width: 180px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  background: url(../../img/common/mail_ic.png) left 55px center no-repeat, var(--primary-color);
  letter-spacing: 0.1em;
  padding: 0 5px 0 35px;
  color: var(--color-white);
}

.c-sns__list {
  gap: 15px;
}

/*
# c-counseling__section
------------------------*/
.c-counseling__section {
  padding: 120px 0;
}
.c-counseling__section .counseling__content {
  padding: 60px 40px 80px;
  position: relative;
}
.c-counseling__section .counseling__content::before, .c-counseling__section .counseling__content::after {
  position: absolute;
  content: "";
}
.c-counseling__section .counseling__content::before {
  width: 158px;
  height: 231px;
  background: url(../../img/common/pages/counseling-l_ill.png) center/100% no-repeat;
  inset: auto auto 0 -81px;
}
.c-counseling__section .counseling__content::after {
  width: 177px;
  height: 248px;
  background: url(../../img/common/pages/counseling-r_ill.png) center/100% no-repeat;
  inset: auto -80px 0 auto;
}
.c-counseling__section .counseling__content .counseling__title {
  text-align: center;
  border-bottom: 2px solid;
  width: 735px;
  margin: 0 auto 45px;
  font-size: var(--font-size-35);
  position: relative;
  padding-bottom: 10px;
}
.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 235px -19px auto;
}
.c-counseling__section .counseling__content .counseling__text {
  padding: 35px;
  font-size: var(--font-size-18);
}

/*==========================================
テーブルレイアウト
===========================================*/
.com-table tr {
  display: flex;
  padding: 20px 0;
}
.com-table tr th {
  padding: 0 10px;
  width: 110px;
  vertical-align: top;
}
.com-table tr td {
  width: calc(100% - 110px);
  padding: 0 20px;
}
.com-table tr td a[href^="mailto:"] {
  text-decoration: underline;
}
.com-table tr td .tel__text {
  display: block;
  line-height: 1.3;
}

/*==========================================
共通ブロック・要素
===========================================*/
.com-content p {
  margin-bottom: 40px;
}

.com-text.align-center {
  text-align: center;
}

#g-map .map {
  height: 440px;
}

/*
# com-button
------------------------*/
.com-button {
  border-radius: 25px;
  text-align: center;
  color: var(--color-white);
  background: var(--primary-color);
  width: 240px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.com-button span {
  font-size: var(--font-size-16);
  padding-left: 25px;
}
.com-button span::before {
  font-size: var(--font-size-20);
}

/*==========================================
共通タイトル
===========================================*/
.section-title {
  text-align: center;
  font-family: var(--font-secondary);
  margin-bottom: 60px;
}
.section-title .title-en {
  padding: 0 25px;
  display: inline-block;
  margin-bottom: 20px;
  position: relative;
  letter-spacing: 0.1em;
  color: var(--primary-color);
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-30);
  line-height: 2.6666666667;
  text-transform: uppercase;
}
.section-title .title-en::before, .section-title .title-en::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  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;
  line-height: 1.1;
  font-size: var(--font-size-45);
}
.section-title.title-arrow {
  position: relative;
  padding: 75px 0 85px;
  margin-bottom: 0;
}
.section-title.title-arrow::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 45px 0px 45px;
  inset: auto 0 -40px;
  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-30);
  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 75px;
}
.title-deco::before, .title-deco::after {
  position: absolute;
  content: "";
  width: 46px;
  height: 94px;
  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: 10px 1.0416%;
  position: absolute;
  inset: 0 0 auto;
  width: 100%;
  z-index: 1001;
}
#header .header__logo {
  width: 14.5212%;
}
#header .header__info {
  gap: 15px;
}
#header .header__contact-list {
  width: 425px;
}
#header .header__contact-list .tel__num {
  font-size: clamp(2rem, 1.58vw, 3rem);
}
#header .header__sns-list {
  width: 30px;
}
#header .header__nav {
  margin-top: 2.5%;
}
#header .header__nav-list {
  gap: 10px 15px;
}
#header .header__nav-link {
  font-size: clamp(1.3rem, 0.85vw, 1.6rem);
  padding-left: 20px;
  display: block;
  position: relative;
}
#header .header__nav-link::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--primary-color-extra-light);
  inset: 0 auto 0 0;
  margin: auto 0;
}
#header .header__nav-link:hover {
  opacity: 1;
  color: var(--primary-color);
}
#header .header__nav-link:hover::before {
  background: var(--primary-color);
}
#header .header__nav-item:first-child .header__nav-link {
  padding-left: 0;
}
#header .header__nav-item:first-child .header__nav-link::before {
  background: none;
}

/*==========================================
mv
===========================================*/
#top-mv {
  padding: 0 1.0416%;
  position: relative;
  height: clamp(673px, 52.604vw, 1010px);
  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: 22.6041%;
  height: 309px;
  background: url(../../img/top/mv/mv_ill.png) bottom center/100% no-repeat;
  z-index: 3;
}
#top-mv .mv__catch {
  width: 42.1875%;
  position: absolute;
  inset: auto auto 16.8316% 6.77083%;
  z-index: 2;
}
#top-mv .mv__img {
  position: absolute;
  inset: auto 1.0416% 5.2475% auto;
  width: 58.333%;
  height: 82.1782%;
}
@media screen and (max-width: 1550px) {
  #top-mv .mv__img {
    height: 78%;
  }
}

/*==========================================
footer
===========================================*/
#footer {
  padding: 100px 0 90px;
}
#footer .footer__left {
  width: 610px;
}
#footer .footer__left .footer__left-headline {
  margin-bottom: 30px;
}
#footer .footer__left .footer__left-headline .footer__address {
  width: 295px;
  padding-left: 50px;
  border-left: 1px solid;
}
#footer .footer__left .footer__left-headline .footer__address::before {
  inset: 4px auto auto 24px;
  font-size: var(--font-size-22);
  color: var(--primary-color-extra-light);
}
#footer .footer__contact-list {
  margin-bottom: 15px;
}
#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: 35px;
}
#footer .footer__worktime .worktime__item dt {
  margin-right: 10px;
  padding: 0 4px;
}
#footer .footer__right {
  width: 395px;
}
#footer .footer__right .footer__nav {
  padding: 30px 35px;
  /*==========================================
  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: right;
  margin-top: 25px;
}
#copyright small {
  font-size: var(--font-size-11);
}
#copyright a {
  text-decoration: underline;
}

/*==========================================
sv
===========================================*/
.lower-sv {
  height: 500px;
  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: 27.0833%;
  max-width: 520px;
  height: 162px;
  inset: auto auto 0 1.927%;
  z-index: 10;
}
.lower-sv .sv__title {
  width: 500px;
  height: 377px;
  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-40);
  position: absolute;
  inset: auto auto 4% 2.0833%;
  z-index: 2;
}
.lower-sv .sv__title::before {
  position: absolute;
  content: "";
  width: 54px;
  height: 47px;
  inset: 100px 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: 150px;
}
#top-worries .worries__tittle .border-2 {
  padding: 0 10px;
  margin: 0 10px;
}
#top-worries .top-worries__list {
  gap: 55px 22.5px;
}
#top-worries .top-worries__list .top-worries__item {
  width: 345px;
}
#top-worries .top-worries__list .top-worries__item:nth-child(2) {
  margin-top: -40px;
}
#top-worries .top-worries__list .top-worries__item:nth-child(1) .worries__item-fig {
  background: url(../../img/top/worries-item01_bg.png) bottom center 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 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 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 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 no-repeat;
}
#top-worries .top-worries__list .worries__item-fig {
  position: relative;
  height: 285px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 25px;
  filter: drop-shadow(0 0 8px var(--primary-color-extra-light));
}
#top-worries .top-worries__list .worries__item-fig .worries__item-caption {
  position: absolute;
  inset: -27px 0 auto;
  width: 260px;
  margin: 0 auto;
  font-size: var(--font-size-25);
  letter-spacing: 0.1em;
  padding: 7px;
}
#top-worries .top-worries__list .worries__item-fig .worries__item-caption::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 12.5px 0px 12.5px;
  border-color: var(--primary-color) transparent transparent transparent;
  inset: auto 0 -15px;
  margin: 0 auto;
}
#top-worries .top-worries__list .worries__item-fig .worries__item-check {
  margin-top: 10px;
}
#top-worries .top-worries__list .worries__item-fig .worries__item-check span {
  font-size: var(--font-size-16);
  letter-spacing: 0.1em;
  padding-right: 35px;
  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-25);
  color: var(--color-green);
}

.com-worries__section {
  padding: 110px 0 115px;
  position: relative;
  z-index: 1;
}
.com-worries__section::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 138px;
  inset: 0 0 auto;
  background: url(../../img/top/worries-top_wave.png) top center no-repeat;
  z-index: -1;
}
.com-worries__section .worries__tittle {
  margin-bottom: 65px;
}

/*
# top-about
------------------------*/
#top-about {
  padding: 100px 0 105px;
  position: relative;
  background: url(../../img/top/about-l_deco.png) left top/35.3645% no-repeat;
}
#top-about .about__tittle {
  margin-bottom: 50px;
}
#top-about .about__content-title {
  font-size: var(--font-size-30);
  text-align: center;
  padding: 8px 10px;
  margin-bottom: 30px;
  position: relative;
}
#top-about .about__content-title::before, #top-about .about__content-title::after {
  position: absolute;
  content: "";
}
#top-about .about__content-title::before {
  width: 330px;
  height: 220px;
  background: url(../../img/top/about_ill.png) center/100% no-repeat;
  inset: -210px 15px auto auto;
}
#top-about .about__content-title::after {
  width: 59px;
  height: 57px;
  inset: -50px -35px auto auto;
  background: url(../../img/top/about-content-ttl_dashed.png) center/100% no-repeat;
}
#top-about .about__content {
  width: 540px;
  margin-left: auto;
}
#top-about .about__content .about__text {
  line-height: 2.1875;
}
#top-about .about__content .name {
  text-align: right;
  font-size: var(--font-size-25);
  letter-spacing: 0.1em;
  border-top: 2px dashed var(--primary-color-extra-light);
  padding-top: 20px;
}
#top-about .about__content .name span {
  padding-left: 30px;
  position: relative;
}
#top-about .about__content .name span::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--accent-color);
  inset: 0 auto 0 0;
  margin: auto 0;
}
#top-about .about__imgs {
  position: absolute;
  inset: 295px auto auto 5.2083%;
  width: 39.5833%;
}
#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), repeating-linear-gradient(135deg, transparent, transparent 5px, #e9f7fd 5px, #e9f7fd 10px);
  background-repeat: repeat-x;
  background-position: 0 0;
}
#top-feature .feature__inbox {
  padding: 105px 0 120px;
  position: relative;
}
#top-feature .feature__inbox::before, #top-feature .feature__inbox::after {
  position: absolute;
  content: "";
  z-index: 1;
}
#top-feature .feature__inbox::before {
  width: 202px;
  height: 164px;
  background: url(../../img/top/feature-lb_ill.png) center/100% no-repeat;
  inset: auto auto 0 -81px;
}
#top-feature .feature__inbox::after {
  width: 173px;
  height: 163px;
  background: url(../../img/top/feature-rb_ill.png) center/100% no-repeat;
  inset: auto -79px 0 auto;
}
#top-feature .feature__item:last-child {
  width: 100%;
}
#top-feature .feature__item:last-child .feature__item-title {
  padding: 15px;
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
}
#top-feature .feature__item:last-child .top-feature__item-fig {
  width: 505px;
}
#top-feature .feature__item:last-child .top-feature__item-fig .top-feature__item-caption {
  font-size: var(--font-size-25);
  text-align: center;
  border-bottom: 2px dashed var(--primary-color-extra-light);
  margin-bottom: 30px;
  padding-bottom: 5px;
  letter-spacing: 0.1em;
}
#top-feature .feature__item:last-child .top-feature__item-fig .top-feature__item-caption span {
  padding-left: 30px;
  position: relative;
}
#top-feature .feature__item:last-child .top-feature__item-fig .top-feature__item-caption span::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  inset: 0 auto 0 0;
  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-20);
}
#top-feature .feature__item:last-child .top-feature__item-fig .feature__item-img {
  width: 200px;
}
#top-feature .feature__item:last-child .top-feature__item-fig .feature__item-notes {
  width: 280px;
}

.com-feature__list {
  row-gap: 60px;
}
.com-feature__list .feature__item-headline {
  position: relative;
  margin-bottom: 20px;
}
.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: 110px;
}
.com-feature__list .feature__item-headline .feature__item-title::before {
  position: absolute;
  content: "";
}
.com-feature__list .feature__item-headline .feature__item-img {
  padding-bottom: 100px;
}
.com-feature__list .feature__item {
  box-shadow: 5px 5px var(--primary-color-extra-light);
  padding: 10px 10px 30px;
  position: relative;
}
.com-feature__list .feature__item::before {
  position: absolute;
  width: 90px;
  height: 90px;
  margin: 0 auto;
  inset: -35px 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-25);
  font-weight: var(--font-weight-black);
}
.com-feature__list .feature__item-title {
  text-align: center;
  font-size: var(--font-size-25);
  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 5px;
}
.com-feature__list.column-3 {
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.com-feature__list.column-3 .feature__item {
  width: 340px;
}
.com-feature__list.column-3 .feature__item:has(.feature__item-headline) .feature__item-title::before {
  width: 310px;
  height: 23px;
  inset: -22px 0 auto;
  background: url(../../img/top/feature-title_wave.png) center/100% no-repeat;
}
.com-feature__list.column-2 {
  gap: 75px 40px;
}
.com-feature__list.column-2 .feature__item {
  width: 520px;
}
.com-feature__list.column-2 .feature__item:has(.feature__item-headline) .feature__item-title::before {
  width: 495px;
  height: 23px;
  inset: -22px 0 auto;
  background: url(../../img/common/pages/point-item_wave.png) center/100% no-repeat;
}

/*
# top-movie
------------------------*/
#top-movie {
  background: url(../../img/top/movie-r_deco.png) right center no-repeat;
  border-bottom: 5px solid var(--accent-color);
}
#top-movie .movie__inbox {
  padding: 120px 0;
  position: relative;
}
#top-movie .movie__inbox::before {
  position: absolute;
  content: "";
  width: 443px;
  height: 246px;
  background: url(../../img/top/movie_ill.png) center/100% no-repeat;
  inset: auto auto 0 -194px;
}
#top-movie .movie__title {
  width: 314px;
  height: 242px;
  margin: 45px 0 0 -52px;
  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 {
  font-size: var(--font-size-20);
  line-height: 1;
  margin-bottom: 15px;
}
#top-movie .movie__title .title-en::before, #top-movie .movie__title .title-en::after {
  background: none;
}
#top-movie .movie__title .title-ja {
  font-size: var(--font-size-35);
}
#top-movie .movie__frame {
  width: 800px;
}

/*
# 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-40);
}
#top-voice .voice__inbox {
  padding: 110px 0 60px;
}
#top-voice .voice__list {
  gap: 30px;
}
#top-voice .voice__list .voice__card {
  width: 340px;
  position: relative;
  padding: 25px 20px;
}
#top-voice .voice__list .voice__card-prof {
  position: absolute;
  inset: -35px 15px auto auto;
}
#top-voice .voice__list .voice__card-prof:has(.voice__card-age) .voice__card-gender {
  padding-left: 15px;
  margin-left: 5px;
  position: relative;
}
#top-voice .voice__list .voice__card-prof:has(.voice__card-age) .voice__card-gender::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--primary-color-extra-light);
  inset: 0 auto 0 0;
  margin: auto 0;
}
#top-voice .voice__list .voice__card-headline {
  margin-bottom: 20px;
}
#top-voice .voice__list .voice__card-title {
  width: 165px;
  font-size: var(--font-size-18);
  line-height: 1.6666666667;
  letter-spacing: var(--body-letter-spacing);
  position: relative;
  padding-top: 20px;
}
#top-voice .voice__list .voice__card-title::before {
  position: absolute;
  content: "";
  width: 27px;
  height: 20px;
  background: url(../../img/top/voice-item_deco.png) center/100% no-repeat;
  inset: -5px auto auto -10px;
}
#top-voice .voice__list .voice__card-text {
  background: var(--accent-color-extra-light);
  padding: 15px 10px;
}

/*
# top-info
------------------------*/
#top-info {
  padding: 225px 0 120px;
  background-image: url(../../img/top/info-top_wave.png), url(../../img/top/info-r_deco.png), repeating-linear-gradient(135deg, transparent, transparent 5px, #e9f7fd 5px, #e9f7fd 10px);
  background-repeat: no-repeat;
  background-position: 0 0, 100% 0;
}
#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: 327px;
  height: 309px;
  inset: auto auto -77px -200px;
  z-index: -1;
  background: url(../../img/top/info-lb_deco.png) center/100% no-repeat;
}
#top-info .info__inbox::after {
  width: 261px;
  height: 343px;
  background: url(../../img/top/info_ill.png) center/100% no-repeat;
  inset: auto -90px -105px auto;
}
#top-info .info__table {
  width: 600px;
  padding: 30px 40px;
}
#top-info #g-map {
  width: 440px;
}
#top-info #g-map iframe {
  border: 3px solid var(--color-white);
  border-radius: 15px;
  height: 440px;
}

/*
# top-news
------------------------*/
#top-news {
  padding: 110px 0 105px;
}
#top-news .news__title {
  width: 245px;
}
#top-news .news__inbox {
  position: relative;
}
#top-news .news__post-list {
  width: 770px;
  min-height: 303px;
}
#top-news .news__post {
  border-bottom: 1px solid var(--primary-color);
}
#top-news .news__post-link {
  padding: 25px 0;
  row-gap: 7px;
}
#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:last-child {
  border-bottom: none;
}
#top-news .news__post:last-child .news__post-link {
  padding-bottom: 0;
}
#top-news .news__post-date {
  width: 95px;
}
#top-news .news__post-tags {
  width: calc(100% - 95px);
  gap: 7px;
}
#top-news .news__post-tags .news__post-tag {
  font-size: var(--font-size-14);
  padding: 0 5px;
}
#top-news .news__button {
  position: absolute;
  inset: auto auto 40px 0;
}

/*==========================================
hernia/stiff-shoulders/sciatica/rounded-shoulders
===========================================*/
/*
# com-worries__section
------------------------*/
.com-worries__section .com-worries__list {
  padding: 55px 75px;
  background-position: 12% 50%;
  background-repeat: no-repeat;
}
.com-worries__section .com-worries__list .worries__item {
  width: 570px;
  margin: 0 0 30px auto;
  padding-left: 55px;
  font-size: var(--font-size-25);
}
.com-worries__section .com-worries__list .worries__item::before {
  color: var(--primary-color);
  font-size: var(--font-size-40);
  left: 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 no-repeat;
}
.com-cause__section .cause__inbox {
  padding: 95px 0;
  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: 113px;
  height: 209px;
  background: url(../../img/common/pages/cause-l_ill.png) center/100% no-repeat;
  left: 0;
}
.com-cause__section .cause__inbox::after {
  width: 179px;
  height: 252px;
  background: url(../../img/common/pages/cause-r_ill.png) center/100% no-repeat;
  right: 0;
}
.com-cause__section .cause__list {
  gap: 45px 80px;
}
.com-cause__section .cause__list .cause__item {
  width: 500px;
  padding: 40px 20px;
}
.com-cause__section .cause__list .cause__item-title {
  font-size: var(--font-size-30);
  text-align: center;
  padding: 15px;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
.com-cause__section .cause__list .cause__item-text {
  line-height: 2.1875;
}

#hernia-cause .cause__inbox::before {
  left: -100px;
}
#hernia-cause .cause__inbox::after {
  right: -100px;
}

/*
# com-point__section
------------------------*/
.com-point__section {
  padding: 105px 0 115px;
  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: 75px;
}

/*
# com-effect__section
------------------------*/
.com-effect__section .effect__title::before {
  position: absolute;
  content: "";
  width: 875px;
  height: 100%;
  inset: auto 0 0;
  margin: 0 auto;
  background: url(../../img/common/pages/effect-ttl-l_ill.png) left bottom no-repeat, url(../../img/common/pages/effect-ttl-r_ill.png) right bottom 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: 100px 0 120px;
}
.com-effect__section .effect__inbox .effect__case {
  margin-bottom: 85px;
}
.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-20);
  margin-bottom: 40px;
}
.com-effect__section .effect__inbox .effect__menu-list .effect__menu-item {
  padding: 10px 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: 220px;
  text-align: center;
  font-size: var(--font-size-25);
  padding: 15px;
}
.com-effect__section .effect__inbox .effect__menu-list .effect__menu-item-text {
  font-size: var(--font-size-20);
  width: calc(100% - 250px);
}
.com-effect__section .effect__inbox .effect__list {
  margin-top: 65px;
}
.com-effect__section .effect__inbox .effect__list .effect__item {
  padding: 35px 65px;
  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-25);
  position: relative;
  margin-bottom: 15px;
}
.com-effect__section .effect__inbox .effect__list .effect__item-title::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: auto 0;
  background: var(--accent-color);
  inset: 0 auto 0 -25px;
}

/*==========================================
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 .title-ja span {
  display: inline-block;
  padding: 5px 20px;
  margin-bottom: 15px;
}
#others-problems .others-problems__list {
  width: 1000px;
  margin: 0 auto;
  gap: 40px 80px;
}
#others-problems .others-problems__list .problems__item {
  width: 280px;
  text-align: center;
  position: relative;
}
#others-problems .others-problems__list .problems__item-caption {
  position: absolute;
  inset: -13px 0 auto;
  width: 100%;
  font-size: var(--font-size-20);
  padding: 10px;
  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: 15px 12.5px 0px 12.5px;
  border-color: var(--primary-color) transparent transparent transparent;
  inset: auto 0 -15px;
  margin: 0 auto;
}
#others-problems .problems__text {
  text-align: right;
  font-size: var(--font-size-25);
  margin-top: 20px;
}

/*
# others-solution
------------------------*/
#others-solution {
  padding: 105px 0 60px;
}
#others-solution .solution__inbox {
  padding-bottom: 80px;
  position: relative;
}
#others-solution .solution__inbox::before, #others-solution .solution__inbox::after {
  position: absolute;
  content: "";
  bottom: 0;
}
#others-solution .solution__inbox::before {
  width: 113px;
  height: 331px;
  background: url(../../img/others/solution-l_ill.png) center/100% no-repeat;
  left: -25px;
}
#others-solution .solution__inbox::after {
  width: 141px;
  height: 343px;
  background: url(../../img/others/solution-r_ill.png) center/100% no-repeat;
  right: -25px;
}
#others-solution .solution__title {
  text-align: center;
  font-size: var(--font-size-40);
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 35px;
  position: relative;
}
#others-solution .solution__title::before, #others-solution .solution__title::after {
  position: absolute;
  content: "";
  width: 3px;
  height: 65px;
  border-left: 4px dotted var(--accent-color);
  bottom: 0;
}
#others-solution .solution__title::before {
  left: -30px;
  transform: rotate(-30deg);
}
#others-solution .solution__title::after {
  right: -30px;
  transform: rotate(30deg);
}
#others-solution .solution__title span {
  margin: 0 10px;
}

/*
# 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__inbox {
  padding: 75px 0 120px;
  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: 202px;
  height: 164px;
  inset: auto auto 0 -100px;
  background: url(../../img/others/steps-lb_ill.png) bottom center no-repeat;
}
#others-steps .steps__inbox::after {
  width: 173px;
  height: 163px;
  inset: auto -70px 0 auto;
  background: url(../../img/others/steps-rb_ill.png) bottom center no-repeat;
}
#others-steps .steps__list {
  position: relative;
  z-index: 1;
}
#others-steps .steps__list::before {
  position: absolute;
  content: "";
  width: 120px;
  height: 100%;
  z-index: -1;
  background: rgba(var(--primary-color-rgb), 0.2);
  inset: 0;
  margin: 0 auto;
}
#others-steps .steps__item {
  margin-bottom: 40px;
  padding: 40px 60px;
  box-shadow: 5px 5px var(--primary-color-extra-light);
}
#others-steps .steps__item:last-child {
  margin-bottom: 0;
}
#others-steps .steps__item-title {
  width: 280px;
  padding: 10px 20px;
  text-align: center;
}
#others-steps .steps__item-title .title-num {
  display: block;
  font-size: var(--font-size-20);
  border-bottom: 2px solid;
  padding-bottom: 5px;
}
#others-steps .steps__item-title .title-num em {
  font-size: var(--font-size-30);
  line-height: 1;
}
#others-steps .steps__item-title .title-text {
  font-size: var(--font-size-25);
}
#others-steps .steps__item-text {
  width: calc(100% - 320px);
}
#others-steps .steps__item-buttons {
  margin-top: 30px;
  gap: 30px;
}
#others-steps .steps__item-buttons .steps__button {
  width: 300px;
  text-align: center;
}
#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-30);
  padding-left: 25px;
  background: url(../../img/common/tel_ic.png) left bottom 5px 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: 80px;
  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-20);
}
#others-steps .steps__item-buttons .steps__button--line .steps__button-link {
  background: url(../../img/common/sns/LINE_logo.svg) left 60px center/30px no-repeat;
}
#others-steps .steps__item-buttons .steps__button--mail .steps__button-link {
  background: url(../../img/common/mail-primary_ic.png) left 70px 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: 110px;
  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: 70px;
}

/*==========================================
news
===========================================*/
.column__wrap .column__list .column__post a {
  padding: 45px 0;
}
.column__wrap .column__list .column__post-meta time {
  width: 95px;
}
.column__wrap .column__list .column__post-meta time,
.column__wrap .column__list .column__post-meta .category-label {
  font-size: var(--font-size-14);
}
.column__wrap .column__list .column__post-meta .category-label {
  width: calc(100% - 115px);
  gap: 5px;
}
.column__wrap .column__list .column__post-meta .category-label li {
  padding: 2px 10px;
}
.column__wrap .column__list .column__post-title {
  font-size: var(--font-size-23);
  margin: 10px 0;
}
.column__wrap .column__list .more-btn {
  width: 125px;
  font-size: var(--font-size-14);
  margin: inherit;
  margin-left: auto;
  font-weight: bold;
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  box-sizing: border-box;
  padding: 5px 0;
  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: 210px;
  height: 200px;
}
.column__wrap .column__list .column__post:has(.column__post-thumb) .column__post-thumb .img-eff {
  width: 100%;
  height: 100%;
  transition-duration: 0.3s;
}
.column__wrap .column__list .column__post:has(.column__post-thumb) .column__post-meta {
  width: 820px;
}

/*----------------------------------
  詳細ページのカテゴリー表示(タイトル下部)
  ----------------------------------*/
.single__post-meta {
  margin-bottom: 20px;
}
.single__post-meta time {
  font-size: var(--font-size-14);
  width: 95px;
  padding: 3px 0;
}
.single__post-meta .category-label {
  width: calc(100% - 95px);
  font-size: var(--font-size-14);
  gap: 5px;
  margin-left: 10px;
}
.single__post-meta .category-label li a {
  padding: 3px 10px;
}

/*==========================================
  contact
  ===========================================*/
#contact .contact__form {
  width: 980px;
  margin: 0 auto 55px;
}
#contact .contact__form-item .contact__form-label {
  margin-bottom: 20px;
}
#contact .contact__form-item .contact__form-label .required {
  margin-left: 10px;
}
#contact .contact__form-item .contact__form-input .contact__form-list {
  gap: 15px;
}
#contact .contact__form-item.contact__form-privacy .contact__form-label {
  text-align: center;
}
#contact .contact__form-value {
  padding: 20px 15px;
}
#contact .contact__form-select {
  width: 200px;
}
#contact .contact__form-select::after {
  inset: 0 16px 0 auto;
  width: 8px;
  height: 8px;
}
#contact .contact__form-select select {
  padding: 15px 30px 15px 10px;
}
#contact .contact__form #pc01,
#contact .contact__form #pc02 {
  width: 150px;
}
#contact .contact__form #address {
  margin-top: 15px;
}
#contact .contact__form #date1,
#contact .contact__form #date2,
#contact .contact__form #date3 {
  width: 300px;
}
#contact .contact__form textarea {
  height: 260px;
}
#contact .contact__form .upload-item-wrap .thumb {
  width: 200px;
  margin-right: 25px;
}
#contact .contact__form .upload-item-wrap .ancion-btn-wrap {
  width: 130px;
}
#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 input[type=button],
#contact input[type=submit],
#contact .contact__submits-wrap button {
  height: 75px;
}
#contact .contact__submits-wrap {
  gap: 35px;
}
#contact .contact__submits-wrap .contact__submits-check {
  width: 304px;
}
#contact .contact__submits-wrap .contact__submits-back {
  width: 270px;
}
#contact .contact__submits-wrap .contact__submits-send {
  width: 240px;
}

/*==========================================
  privacy
  ===========================================*/
#privacy .privacy__content {
  margin-bottom: 70px;
}
#privacy .privacy__content:last-child {
  margin-bottom: 0;
}

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

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