@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: 5vw;
  right: 5%;
  bottom: auto;
  left: auto;
  background: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sp-menu-btn-wrp .sp-menu-btn {
  width: 7.5vw;
  height: 5vw;
}
.sp-menu-btn-wrp .sp-menu-btn span {
  width: 100%;
  height: 2px;
  background: var(--primary-color);
}
.sp-menu-btn-wrp .sp-menu-btn .top {
  top: 0;
}
.sp-menu-btn-wrp .sp-menu-btn .middle {
  top: 0;
  bottom: 0;
}
.sp-menu-btn-wrp .sp-menu-btn .bottom {
  top: auto;
  bottom: 0;
}
.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 {
  top: 50%;
  transform: translateY(0) translateX(0px) rotate(45deg);
  background: var(--primary-color);
}

.sp-menu-btn.active .bottom {
  bottom: 50%;
  transform: translateY(1px) translateX(0px) rotate(-45deg);
  background: var(--primary-color);
}

/*  drawer inbox
  ------------------------------------ */
#drawer__nav {
  padding: 18% 6% 15%;
  background: var(--accent-color);
}
#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: 7% 0;
  font-size: var(--font-size-19);
  border-bottom: none;
  display: block;
  text-align: center;
}
#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: 8vw;
  position: relative;
  text-decoration: underline;
  color: var(--primary-color);
}
#drawer__nav .drawer__nav .current span::before, #drawer__nav .drawer__nav .current span::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 2vw;
  height: 2vw;
  border-top: 2px solid var(--primary-color);
  border-right: 2px solid var(--primary-color);
  transform: rotate(45deg);
  transition: all 0.3s;
  z-index: 1;
}
#drawer__nav .drawer__nav .current span::before {
  left: 0;
}
#drawer__nav .drawer__nav .current span::after {
  left: 2.5vw;
}
#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__nav-subpage {
  display: flex;
  justify-content: center;
  width: 100%;
  font-size: var(--font-size-12);
  gap: 4vw;
  margin-top: 15%;
}
#drawer__nav .drawer__nav-subpage-link {
  text-decoration: underline;
}

/*
# c-contact__list
------------------------*/
.c-contact__list {
  gap: 10px 30px;
}
.c-contact__list .contact__item--tel {
  line-height: 1.1;
}
.c-contact__list .contact__item--tel .tel__num {
  font-size: var(--font-size-28);
  letter-spacing: 0.04em;
}
.c-contact__list .contact__item--tel small {
  font-size: var(--font-size-24);
  letter-spacing: 0.05em;
}
.c-contact__list .sns-icon {
  width: 40px;
  height: 40px;
}
.c-contact__list:has(.sns__text) {
  justify-content: center;
}
.c-contact__list:has(.sns__text) .contact__item {
  margin-bottom: 10%;
}
.c-contact__list:has(.sns__text) .contact__item:last-child {
  margin-bottom: 0;
}
.c-contact__list:has(.sns__text) .contact__item--tel,
.c-contact__list:has(.sns__text) .contact__item .sns__link {
  background: var(--color-white);
  border-radius: 8vw;
  height: 17vw;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  overflow: hidden;
}
.c-contact__list:has(.sns__text) .contact__item .sns__link {
  position: relative;
  z-index: 2;
}
.c-contact__list:has(.sns__text) .contact__item .sns__link::before {
  position: absolute;
  content: "";
  width: 7vw;
  height: 7vw;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 2;
}
.c-contact__list:has(.sns__text) .contact__item .sns__link:hover {
  opacity: 1;
  color: var(--color-white);
}
.c-contact__list:has(.sns__text) .contact__item .sns__link:hover .sns__text::after {
  width: 800px;
  height: 800px;
  inset: auto -300px -300px auto;
}
.c-contact__list:has(.sns__text) .contact__item--tel .tel__num {
  font-size: var(--font-size-24);
}
.c-contact__list:has(.sns__text) .contact__item--tel .tel__num small {
  font-size: var(--font-size-18);
}
.c-contact__list:has(.sns__text) .contact__item--tel .tel__text {
  width: 70%;
}
.c-contact__list:has(.sns__text) .contact__item--line .sns__link {
  padding-left: 5vw;
}
.c-contact__list:has(.sns__text) .contact__item--line .sns__link::before {
  background: url(../img/common/sns/LINE_logo.svg) center/100% no-repeat;
  left: 12%;
}
.c-contact__list:has(.sns__text) .contact__item--instagram .sns__link {
  padding-left: 8vw;
}
.c-contact__list:has(.sns__text) .contact__item--instagram .sns__link::before {
  background: url(../img/common/sns/Instagram_Glyph_Gradient.svg) center/100% no-repeat;
  left: 12%;
}
.c-contact__list:has(.sns__text) .contact__item .sns__text {
  height: 100%;
  font-size: var(--font-size-16);
  z-index: 1;
}
.c-contact__list:has(.sns__text) .contact__item .sns__text::before {
  inset: auto 4% 1.5vw auto;
  font-size: var(--font-size-22);
  color: var(--color-white);
}
.c-contact__list:has(.sns__text) .contact__item .sns__text::after {
  position: absolute;
  content: "";
  width: 13vw;
  height: 13vw;
  background: var(--body-font-color);
  border-radius: 50%;
  inset: auto -2.5vw -4.5vw auto;
  transition: all 0.4s ease;
  z-index: -1;
}

/*
# c-address
------------------------*/
.c-address .address__item {
  font-size: var(--font-size-12);
  margin-bottom: 3%;
}
.c-address .address__item:last-child {
  margin-bottom: 0;
}

/*
# c-contact__section
------------------------*/
.c-contact__section {
  padding: 0 8% 10%;
}
.c-contact__section .contact__inbox {
  padding: 10% 6%;
  border-radius: 7vw;
}
.c-contact__section .contact__inbox::before, .c-contact__section .contact__inbox::after {
  width: 25vw;
  height: 25vw;
}
.c-contact__section .contact__inbox::before {
  inset: -10vw auto auto -15vw;
}
.c-contact__section .contact__inbox::after {
  z-index: -1;
  inset: auto -15vw -10vw auto;
}
.c-contact__section .contact__text {
  text-align: center;
  font-size: var(--font-size-15);
  margin-bottom: 10%;
}

/*
# c-voice__section
------------------------*/
.c-voice__section {
  padding-bottom: 18%;
}
.c-voice__section .voice__card {
  margin-bottom: 18%;
  padding: 8% 5%;
  border-radius: 7vw;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
}
.c-voice__section .voice__card:last-child {
  margin-bottom: 0;
}
.c-voice__section .voice__card-icon {
  width: 17vw;
  height: 17vw;
}
.c-voice__section .voice__card-content {
  width: 70%;
}
.c-voice__section .voice__card-prof {
  margin-bottom: 15px;
  font-size: var(--font-size-17);
}
.c-voice__section .voice__card-prof span {
  margin-right: 5vw;
}
.c-voice__section .voice__card-prof span:last-child {
  margin-right: 0;
}
.c-voice__section .voice__card-text {
  font-size: var(--font-size-14);
}

/*==========================================
テーブルレイアウト
===========================================*/
.com-table {
  text-align: left;
}
.com-table tr {
  display: block;
}
.com-table tr th,
.com-table tr td {
  display: block;
  padding: 4%;
}
.com-table tr td {
  padding: 5% 0;
}
.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%;
}

/*
# custom-pattern
------------------------*/
.custom-pattern {
  position: relative;
}
.custom-pattern::before, .custom-pattern::after {
  position: absolute;
  content: "";
  border-radius: 50%;
  -webkit-mask: url(../img/common/pattern_mask.png) center/100% no-repeat;
          mask: url(../img/common/pattern_mask.png) center/100% no-repeat;
  background: linear-gradient(to right, rgb(255, 133, 34) 0%, rgb(255, 152, 31) 50%, rgb(255, 184, 31) 100%);
}
.custom-pattern::after {
  opacity: 0.5;
}

/*
# com-icon
------------------------*/
.com-icon {
  width: 40vw;
  height: 40vw;
  border-radius: 50%;
  background: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 8%;
}

/*
# com-button
------------------------*/
.com-button {
  width: 60%;
  background: var(--body-font-color);
  color: var(--color-white);
  font-size: var(--font-size-14);
  font-weight: var(--font-weight-bold);
  border-radius: 8vw;
  text-align: center;
  min-height: 15vw;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 5% 0 3%;
}
.com-button.bs-icon--arrow-right-short::before {
  width: 10vw;
  height: 5vw;
  inset: 0 6% 0 auto;
  background: var(--color-white);
  border-radius: 6vw;
  font-size: var(--font-size-25);
  font-weight: var(--font-weight-medium);
  color: var(--body-font-color);
}

/*==========================================
共通タイトル
===========================================*/
.section-title {
  margin-bottom: 12%;
  text-align: center;
}
.section-title.align-left {
  text-align: left;
}
.section-title.align-left .title-en {
  padding-right: 0;
}
.section-title.align-left .title-en::after {
  background: none;
}
.section-title span {
  letter-spacing: 0.08em;
}
.section-title .title-en {
  position: relative;
  font-size: var(--font-size-18);
  font-family: var(--font-tertiary);
  font-weight: var(--font-weight-regular);
  color: var(--primary-color);
  padding: 0 3.5vw;
  display: inline-block;
}
.section-title .title-en::before, .section-title .title-en::after {
  position: absolute;
  content: "";
  width: 1.45vw;
  height: 1.45vw;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background: var(--primary-color);
}
.section-title .title-en::before {
  left: 0;
}
.section-title .title-en::after {
  right: 0;
}
.section-title .title-ja {
  font-size: var(--font-size-24);
  font-family: var(--font-secondary);
  display: block;
}

.headline-title {
  font-size: var(--font-size-20);
  line-height: 1.4;
  margin-bottom: 5%;
  color: var(--primary-color);
  font-family: var(--font-secondary);
}

/*==========================================
header
===========================================*/
#header {
  padding: 4%;
}
#header .header__logo {
  width: 34%;
  line-height: 1;
}
#header .header__contact-list {
  justify-content: flex-end;
}

/*==========================================
mv
===========================================*/
.mv__frame {
  width: 83.3333%;
  margin: 0 auto;
}
.mv__frame::before {
  width: 25vw;
  height: 25vw;
  inset: auto -12.5vw 0 auto;
}
.mv__frame::after {
  width: 25vw;
  height: 25vw;
  inset: -12.5vw auto auto -12.5vw;
  z-index: -1;
}

.top-mv {
  height: 101vw;
  background: url(../img/top/mv_bg.png) center right 17%/cover no-repeat;
}
.top-mv .mv__catch {
  inset: auto auto 3% -5%;
}
.top-mv .mv__catch .bg-color-white {
  font-size: var(--font-size-21);
  padding: 1vw 2vw;
  margin-bottom: 3vw;
}
.top-mv .mv__catch small {
  font-size: var(--font-size-15);
}

/*==========================================
footer
===========================================*/
#footer {
  position: relative;
  z-index: 1;
  padding: 21% 0 15%;
}
#footer .footer__en {
  font-size: 23vw;
  z-index: -1;
  line-height: 0.3;
  text-align: center;
  letter-spacing: 0.05em;
}
#footer .footer__inbox {
  position: relative;
}
#footer .footer__left {
  margin-bottom: 18%;
}
#footer .footer__logo {
  display: block;
  width: 60%;
  margin: 0 auto 15%;
}
#footer .c-address {
  margin-bottom: 10%;
}
#footer .footer__button {
  width: 95%;
  min-height: 15vw;
  margin: 0 auto;
  padding: 0 9% 0 4%;
  text-align: center;
  justify-content: center;
  font-size: var(--font-size-15);
}
#footer .footer__button::before {
  right: 5%;
}
#footer .footer__nav {
  -moz-column-count: 2;
       column-count: 2;
}
#footer .footer__nav-item {
  margin-bottom: 20%;
  display: inline-block;
  width: 100%;
  text-align: center;
}
#footer .footer__nav-item:last-child {
  margin-bottom: 0;
}
#footer .footer__nav-link {
  font-size: var(--font-size-14);
}
#footer .footer__nav-link:hover {
  text-decoration: underline;
}
#footer .footer__sub-list {
  gap: 0 6vw;
  margin-top: 20%;
  justify-content: center;
}
#footer .footer__sub-list .footer__sub-item {
  position: relative;
}
#footer .footer__sub-list .footer__sub-item::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 3vw;
  inset: 0 auto 0 -3vw;
  margin: auto 0;
  background: var(--body-font-color);
}
#footer .footer__sub-list .footer__sub-item:first-child::before {
  background: none;
}
#footer .footer__sub-list .footer__sub-link {
  font-size: var(--font-size-12);
}
#footer .footer__sub-list .footer__sub-link:hover {
  text-decoration: underline;
}

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

/*==========================================
sv
===========================================*/
.lower-sv {
  height: 50vw;
}
.lower-sv .sv__title {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  font-size: var(--font-size-21);
  padding: 1.5% 3%;
}

#stiff-neck-sv {
  background: url(../../img/sv/stiff-neck-sv_bg.png) center/cover no-repeat;
}

#back-pain-sv {
  background: url(../../img/sv/back-pain-sv_bg.png) center/cover no-repeat;
}

#legs-sv {
  background: url(../../img/sv/legs-sv_bg.png) center/cover no-repeat;
}

#beginner-sv {
  background: url(../../img/sv/beginner-sv_bg.png) center/cover no-repeat;
}

#news-sv {
  background: url(../../img/sv/news-sv_bg.png) center/cover no-repeat;
}

#contact-sv {
  background: url(../../img/sv/contact-sv_bg.png) center/cover no-repeat;
}

#complete-sv {
  background: url(../../img/sv/complete-sv_bg.png) center/cover no-repeat;
}

#privacy-sv {
  background: url(../../img/sv/privacy-sv_bg.png) center/cover no-repeat;
}

#site-sv {
  background: url(../../img/sv/site-sv_bg.png) center/cover no-repeat;
}

#e404-sv {
  background: url(../../img/sv/e404-sv_bg.png) center/cover no-repeat;
}

/*==========================================
top
===========================================*/
/*
# top-about
------------------------*/
.top-about {
  padding: 18% 0;
}
.top-about .about__img {
  margin-bottom: 10%;
}

/*
# top-trouble
------------------------*/
.top-trouble {
  padding: 18% 8%;
}
.top-trouble .trouble__inbox {
  padding: 12% 0;
  border-radius: 7vw;
}
.top-trouble .trouble__inbox::before {
  width: 30vw;
  height: 30vw;
  inset: -15vw auto auto -15vw;
}
.top-trouble .trouble__inbox::after {
  width: 32vw;
  height: 32vw;
  inset: auto -16vw -16vw auto;
  z-index: -1;
}
.top-trouble .trouble__illust {
  padding-top: 81vw;
  position: relative;
  background: url(../img/top/troubles_ill.png) top center/24% no-repeat;
}
.top-trouble .trouble__illust .trouble__item {
  padding: 8% 6%;
  margin-bottom: 12%;
  position: initial;
}
.top-trouble .trouble__illust .trouble__item:last-child {
  margin-bottom: 0;
}
.top-trouble .trouble__illust .trouble__item::after {
  position: absolute;
  content: "";
  background: var(--primary-color-gradient);
  width: 4vw;
  height: 4vw;
  border: 2px solid var(--color-white);
  border-radius: 50%;
}
.top-trouble .trouble__illust .trouble__item:nth-child(1)::after {
  inset: 10vw 41% auto auto;
}
.top-trouble .trouble__illust .trouble__item:nth-child(2)::after {
  inset: 28vw auto auto 41%;
}
.top-trouble .trouble__illust .trouble__item:nth-child(3)::after {
  inset: 57vw 42% auto auto;
}
.top-trouble .trouble__illust .trouble__item-title {
  text-align: center;
  font-size: var(--font-size-20);
  margin-bottom: 5%;
}
.top-trouble .trouble__illust .trouble__item .trouble__check-item {
  font-size: var(--font-size-15);
  padding-left: 7%;
  margin-bottom: 3%;
}
.top-trouble .trouble__illust .trouble__item .trouble__check-item:last-child {
  margin-bottom: 0;
}
.top-trouble .trouble__illust .trouble__item .trouble__check-item::before {
  color: var(--primary-color);
  left: 0;
}
.top-trouble .trouble__illust .trouble__item-button {
  width: 42%;
  min-height: 10vw;
  font-size: var(--font-size-18);
  margin: 10% auto 0;
  padding: 0 5% 0 3%;
}
.top-trouble .trouble__illust .trouble__item-button::before {
  right: 5%;
  font-size: var(--font-size-28);
}

/*
# top-beginners
------------------------*/
.top-beginners {
  padding-bottom: 18%;
}
.top-beginners .beginners__subtitle {
  text-align: center;
  margin-bottom: 15%;
  font-size: var(--font-size-21);
}
.top-beginners .beginners__item {
  width: 90%;
  margin: 0 auto 18%;
  border-radius: 8vw;
  padding: 12% 6% 10%;
}
.top-beginners .beginners__item:last-child {
  margin-bottom: 0;
}
.top-beginners .beginners__item::before {
  position: absolute;
  margin: auto 0;
  border-radius: 50%;
  inset: -6.5vw 0 auto;
  margin: 0 auto;
  width: 13vw;
  height: 13vw;
  font-size: var(--font-size-22);
  font-family: var(--font-tertiary);
  font-weight: var(--font-weight-regular);
  color: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-color-gradient);
}
.top-beginners .beginners__item-title {
  line-height: 1.5;
  font-size: var(--font-size-21);
  margin-bottom: 5%;
  text-align: center;
}

/*
# top__page-list
------------------------*/
.top__page-list {
  padding: 0 8%;
}
.top__page-list .top__page-item {
  width: 100%;
  margin-bottom: 15%;
}
.top__page-list .top__page-item:last-child {
  margin-bottom: 0;
}
.top__page-list .top__page-link {
  border-radius: 8vw;
  padding: 12% 8%;
  position: relative;
}
.top__page-list .top__page-img {
  text-align: center;
}
.top__page-list .top__page-img img {
  border-radius: 8vw;
}
.top__page-list .top__page-title {
  text-align: center;
  margin-bottom: 10%;
}
.top__page-list .top__page-title span {
  letter-spacing: var(--body-letter-spacing);
}
.top__page-list .top__page-title .title-en {
  line-height: 1.1;
  font-size: var(--font-size-40);
}
.top__page-list .top__page-title .title-ja {
  font-size: var(--font-size-22);
}
.top__page-list .top__page-button {
  font-size: var(--font-size-15);
  width: -moz-fit-content;
  width: fit-content;
  margin: 12% 0 0 auto;
  padding-right: 15vw;
}
.top__page-list .top__page-button::before {
  border-radius: 8vw;
  width: 11vw;
  height: 6vw;
  inset: 0 0 0 auto;
  margin: auto 0;
  font-size: var(--font-size-20);
  background: var(--body-font-color);
}

/*
# top-news
------------------------*/
.top-news {
  padding: 18% 0;
}
.top-news .news__inbox {
  position: relative;
}
.top-news .news__post-list {
  display: flex;
  gap: 6vw;
  overflow-x: scroll;
  padding-bottom: 10%;
}
.top-news .news__post {
  width: 60%;
}
.top-news .news__post-link {
  padding: 8% 7%;
  border-radius: 5vw;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.19);
}
.top-news .news__post-img {
  width: 100%;
  height: 40vw;
  margin-bottom: 5%;
}
.top-news .news__post-date {
  font-size: var(--font-size-13);
  margin-bottom: 3%;
}
.top-news .news__post-tags {
  gap: 1.5vw;
  margin-bottom: 3%;
}
.top-news .news__post-tags .news__post-tag {
  font-size: var(--font-size-13);
}
.top-news .news__post-title {
  font-size: var(--font-size-14);
}
.top-news .news__button {
  position: absolute;
  inset: 5vw 8% auto auto;
  width: 47%;
  min-height: 12vw;
}

/*==========================================
stiff-neck
===========================================*/
/*
# com-worries__section
------------------------*/
.com-worries__section {
  padding: 15% 8%;
}
.com-worries__section .worries__inbox {
  border-radius: 8vw;
  padding: 10% 0;
}
.com-worries__section .worries__list::before {
  inset: auto 0 -30vw;
}
.com-worries__section .worries__solution {
  margin-top: 15%;
}

.com-checklist {
  margin-bottom: 43%;
}
.com-checklist__item {
  width: 100%;
  margin-bottom: 10%;
  background: var(--accent-color);
  border-radius: 3vw;
  padding: 3% 3% 3% 11%;
  font-size: var(--font-size-15);
}
.com-checklist__item:last-child {
  margin-bottom: 0;
}
.com-checklist__item::before {
  inset: 3.25vw auto auto 3%;
  font-size: var(--font-size-18);
  color: var(--primary-color);
}

.com-arrow {
  position: relative;
}
.com-arrow::before {
  position: absolute;
  content: "";
  width: 29px;
  height: 30px;
  background: url(../img/common/com_arr.svg) top center/100% 30px repeat-y;
  inset: auto 0 0;
  margin: 0 auto;
  z-index: 1;
}
.com-arrow.arrow2::before {
  height: 60px;
}
.com-arrow.arrow3::before {
  height: 90px;
}

.com-solution-text {
  font-size: var(--font-size-18);
  padding: 4%;
  text-align: center;
}

/*
# com-cause__section
------------------------*/
.com-cause__section {
  padding: 0 0 15%;
}
.com-cause__section .cause__text {
  margin-bottom: 10%;
}
.com-cause__section .cause__subtitle {
  text-align: center;
  font-size: var(--font-size-19);
  padding-bottom: 28%;
  margin-bottom: 14%;
}
.com-cause__section .cause__subtitle span {
  border-bottom: 1px solid;
  padding-bottom: 2vw;
}
.com-cause__section .cause__list {
  margin-bottom: 15%;
}
.com-cause__section .cause__item {
  padding: 12% 6% 6%;
  border-radius: 6vw;
  margin-bottom: 18%;
}
.com-cause__section .cause__item:last-child {
  margin-bottom: 0;
}
.com-cause__section .cause__item-title {
  text-align: center;
  font-size: var(--font-size-21);
  line-height: 1.5;
  margin-bottom: 5%;
}
.com-cause__section .cause__item-title-num {
  width: 35%;
  margin: 0 auto;
  inset: -6.5vw 0 auto;
  font-size: var(--font-size-18);
  padding: 2% 0;
}
.com-cause__section .cause__caution-text {
  font-size: var(--font-size-18);
  margin-bottom: 15%;
  text-align: center;
}
.com-cause__section .cause__caution-list {
  padding-bottom: 37%;
  margin-bottom: 9%;
}

/*
# com-treatment__section
------------------------*/
.com-treatment__section {
  padding: 12% 8% 20%;
}
.com-treatment__section::before, .com-treatment__section::after {
  width: 30vw;
  height: 30vw;
  z-index: -1;
  opacity: 0.5;
}
.com-treatment__section::before {
  inset: 0 auto auto 4.5833%;
}
.com-treatment__section::after {
  inset: auto 4.5833% -8vw auto;
}
.com-treatment__section .treatment__container {
  padding: 12% 6%;
  border-radius: 7vw;
}
.com-treatment__section .treatment__card {
  margin-bottom: 15%;
  position: relative;
}
.com-treatment__section .treatment__card:last-child {
  margin-bottom: 0;
}
.com-treatment__section .treatment__card-img {
  margin-bottom: 8%;
}
.com-treatment__section .treatment__card-img::before {
  position: absolute;
  background: var(--primary-color-gradient);
  width: 16vw;
  height: 16vw;
  color: var(--color-white);
  font-size: var(--font-size-25);
  font-family: var(--font-tertiary);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6vw 0;
}
.com-treatment__section .treatment__card-img img {
  border-radius: 6vw;
}
.com-treatment__section .treatment__card-title small {
  font-size: var(--font-size-18);
}
.com-treatment__section .treatment__card-content {
  padding: 10% 5%;
  border-radius: 7vw;
  margin-bottom: 22%;
}
.com-treatment__section .treatment__card-content::before {
  bottom: -11vw;
}
.com-treatment__section .treatment__effect {
  margin-top: 15%;
  padding: 10% 6%;
}
.com-treatment__section .treatment__effect-title .title-en {
  font-size: var(--font-size-18);
  font-weight: var(--font-weight-medium);
  font-family: var(--font-secondary);
}
.com-treatment__section .treatment__effect-list {
  margin-bottom: 0;
}

/*==========================================
info
===========================================*/
/*
# beginner-price
------------------------*/
.beginner-price {
  padding: 20% 0;
}
.beginner-price .price__text {
  margin-bottom: 10%;
  text-align: center;
}
.beginner-price .price__item {
  border-bottom: 2px solid var(--primary-color);
  padding: 7% 0;
}
.beginner-price .price__item-title {
  margin-bottom: 3%;
}
.beginner-price .price__item-title .title-en {
  font-size: var(--font-size-18);
  font-weight: var(--font-weight-medium);
  font-family: var(--font-secondary);
}
.beginner-price .price__item-price {
  font-size: var(--font-size-15);
  text-align: right;
}
.beginner-price .price__item-text {
  font-size: var(--font-size-14);
  margin-top: 3%;
}

/*
# beginner-info
------------------------*/
.beginner-info .info__table {
  margin-bottom: 18%;
}
.beginner-info .info__table tr {
  padding: 0;
}
.beginner-info .info__table th {
  font-size: var(--font-size-16);
  padding: 3%;
  margin-bottom: 0;
}
.beginner-info .info__table td {
  font-size: var(--font-size-15);
  padding: 5% 0;
}
.beginner-info .map__title {
  font-size: var(--font-size-20);
  text-align: center;
  border-radius: 6vw 6vw 0 0;
  padding: 3% 2%;
}
.beginner-info .map iframe {
  border-radius: 0 0 6vw 6vw;
}

/*==========================================
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%;
}
.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;
  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 {
  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 {
  width: 70%;
  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フレーム時)
  ===========================================*/