@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 35px;
}
div .bread li {
  position: relative;
}
div .bread li::after {
  content: " > ";
  color: var(--body-font-color);
  position: absolute;
  inset: 0 -23px 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 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) {
  gap: 30px;
  justify-content: center;
}
.c-contact__list:has(.sns__text) .contact__item {
  width: 340px;
}
.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: 25px;
  height: 120px;
  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: 35px;
  height: 35px;
  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-30);
}
.c-contact__list:has(.sns__text) .contact__item--tel .tel__num small {
  font-size: var(--font-size-26);
}
.c-contact__list:has(.sns__text) .contact__item--line .sns__link {
  padding-left: 15px;
}
.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: 30px;
}
.c-contact__list:has(.sns__text) .contact__item--instagram .sns__link {
  padding-left: 50px;
}
.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: 30px;
}
.c-contact__list:has(.sns__text) .contact__item .sns__text {
  height: 100%;
  font-size: var(--font-size-20);
  z-index: 1;
}
.c-contact__list:has(.sns__text) .contact__item .sns__text::before {
  inset: auto 8px 7px auto;
  font-size: var(--font-size-30);
  color: var(--color-white);
}
.c-contact__list:has(.sns__text) .contact__item .sns__text::after {
  position: absolute;
  content: "";
  width: 80px;
  height: 80px;
  background: var(--body-font-color);
  border-radius: 50%;
  inset: auto -30px -30px auto;
  transition: all 0.4s ease;
  z-index: -1;
}

/*
# c-address
------------------------*/
.c-address .address__item {
  font-size: var(--font-size-15);
  margin-bottom: 10px;
}
.c-address .address__item:last-child {
  margin-bottom: 0;
}

/*
# c-contact__section
------------------------*/
.c-contact__section {
  padding-bottom: 160px;
}
.c-contact__section .contact__inbox {
  padding: 125px 0;
  border-radius: 90px;
}
.c-contact__section .contact__inbox::before, .c-contact__section .contact__inbox::after {
  width: 300px;
  height: 288px;
}
.c-contact__section .contact__inbox::before {
  inset: -110px auto auto -150px;
}
.c-contact__section .contact__inbox::after {
  z-index: -1;
  inset: auto -150px -110px auto;
}
.c-contact__section .contact__inbox .contact__text {
  text-align: center;
  margin-bottom: 60px;
}

/*
# c-voice__section
------------------------*/
.c-voice__section {
  padding-bottom: 180px;
}
.c-voice__section .voice__card {
  margin-bottom: 120px;
  border-radius: 40px;
  padding: 60px 60px 60px 70px;
  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: 200px;
  height: 200px;
}
.c-voice__section .voice__card-content {
  width: 720px;
}
.c-voice__section .voice__card-prof {
  margin-bottom: 15px;
  font-size: var(--font-size-18);
}
.c-voice__section .voice__card-prof span {
  margin-right: 15px;
}
.c-voice__section .voice__card-prof span:last-child {
  margin-right: 0;
}

/*==========================================
テーブルレイアウト
===========================================*/
.com-table {
  border: 2px solid var(--primary-color);
  border-radius: 15px;
}
.com-table tr {
  display: flex;
}
.com-table tr th {
  padding: 20px 10px;
  width: 350px;
  vertical-align: top;
  border-bottom: 2px solid var(--color-white);
}
.com-table tr td {
  width: calc(100% - 350px);
  padding: 20px;
  border-bottom: 2px solid var(--primary-color);
}
.com-table tr td a[href^="mailto:"] {
  text-decoration: underline;
}
.com-table tr td .tel__text {
  display: block;
  line-height: 1.3;
  margin: 5px 0;
}
.com-table tr:nth-child(1) th {
  border-radius: 13px 0 0 0;
}
.com-table tr:last-child th,
.com-table tr:last-child td {
  border-bottom: none;
}
.com-table tr:last-child th {
  border-radius: 0 0 0 13px;
}

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

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

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

/*
# 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 no-repeat;
          mask: url(../img/common/pattern_mask.png) center 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: 165px;
  height: 165px;
  border-radius: 50%;
  background: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 30px;
}

/*
# com-button
------------------------*/
.com-button {
  width: 260px;
  background: var(--body-font-color);
  color: var(--color-white);
  font-size: var(--font-size-22);
  font-weight: var(--font-weight-bold);
  border-radius: 35px;
  text-align: center;
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px 0 5px;
}
.com-button.bs-icon--arrow-right-short::before {
  width: 45px;
  height: 25px;
  inset: 0 6% 0 auto;
  background: var(--color-white);
  border-radius: 12.5px;
  font-size: var(--font-size-25);
  font-weight: var(--font-weight-medium);
  color: var(--body-font-color);
}

/*==========================================
共通タイトル
===========================================*/
.section-title {
  margin-bottom: 50px;
  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-30);
  font-family: var(--font-tertiary);
  font-weight: var(--font-weight-regular);
  color: var(--primary-color);
  padding: 0 20px;
  display: inline-block;
}
.section-title .title-en::before, .section-title .title-en::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  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-42);
  font-family: var(--font-secondary);
  display: block;
}

.headline-title {
  font-size: var(--font-size-28);
  margin-bottom: 20px;
  color: var(--primary-color);
  font-family: var(--font-secondary);
}

/*==========================================
header
===========================================*/
#header {
  padding: 35px 3.6458%;
}
#header .header__logo {
  width: 248px;
  line-height: 1;
}
#header .header__contact-list {
  justify-content: flex-end;
}
#header .header__right {
  width: 580px;
}
#header .header__nav {
  margin-top: 25px;
}
#header .header__nav-list {
  gap: 10px 38px;
}
#header .header__nav-link {
  font-size: var(--font-size-18);
}
#header .header__nav-link::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background: var(--primary-color);
  border-radius: 50%;
  inset: -11px 0 auto;
  margin: 0 auto;
  opacity: 0;
}
#header .header__nav-link.current::before {
  opacity: 1;
}
#header .header__nav-link:hover {
  color: var(--primary-color);
}
#header .header__nav-link:hover::before {
  opacity: 1;
}

/*==========================================
mv
===========================================*/
.mv__frame {
  width: 83.3333%;
  margin: 0 auto;
}
.mv__frame::before {
  width: 160px;
  height: 152px;
  inset: auto -45px 0 auto;
}
.mv__frame::after {
  width: 188px;
  height: 190px;
  inset: -25px auto auto -45px;
  z-index: -1;
}

.top-mv {
  height: clamp(473px, 36.979vw, 710px);
  background: url(../img/top/mv_bg.png) center/cover no-repeat;
}
.top-mv .mv__catch {
  inset: auto auto 7.7464% -5%;
}
.top-mv .mv__catch .bg-color-white {
  font-size: var(--font-size-40);
  padding: 8px 15px;
  margin-bottom: 15px;
}
.top-mv .mv__catch small {
  font-size: var(--font-size-30);
}

/*==========================================
footer
===========================================*/
#footer {
  position: relative;
  z-index: 1;
  padding: 75px 0 85px;
}
#footer .footer__en {
  font-size: clamp(3rem, 23vw, 44rem);
  z-index: -1;
  line-height: 0.3;
  text-align: center;
  letter-spacing: 0.05em;
}
#footer .footer__inbox {
  position: relative;
}
#footer .footer__left {
  width: 475px;
  padding-bottom: 80px;
}
#footer .footer__logo {
  display: inline-block;
  margin-bottom: 60px;
}
#footer .footer__button {
  width: 320px;
  min-height: 60px;
  padding: 0 10px 0 20px;
  margin-top: 40px;
}
#footer .footer__button::before {
  right: 5%;
}
#footer .footer__right {
  width: 280px;
}
#footer .footer__nav {
  -moz-column-count: 2;
       column-count: 2;
}
#footer .footer__nav-item {
  margin-bottom: 15px;
}
#footer .footer__nav-item:last-child {
  margin-bottom: 0;
}
#footer .footer__nav-link:hover {
  text-decoration: underline;
}
#footer .footer__sub-list {
  gap: 0 20px;
  margin-top: 120px;
}
#footer .footer__sub-list .footer__sub-item {
  position: relative;
}
#footer .footer__sub-list .footer__sub-item::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 15px;
  inset: 0 auto 0 -11px;
  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-14);
}
#footer .footer__sub-list .footer__sub-link:hover {
  text-decoration: underline;
}

#copyright {
  word-break: normal;
  text-align: center;
  position: absolute;
  inset: auto auto 0 0;
}
#copyright small {
  font-size: var(--font-size-14);
}

/*==========================================
sv
===========================================*/
.lower-sv {
  height: clamp(399px, 31.2495vw, 600px);
}
.lower-sv .sv__title {
  width: 600px;
  margin: 0 auto;
  text-align: center;
  font-size: var(--font-size-40);
  padding: 12px 10px;
}

#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: 165px 0 180px;
}
.top-about .about__inbox {
  position: relative;
}
.top-about .about__img {
  position: absolute;
  inset: 0 auto auto -160px;
}
.top-about .about__content {
  width: 520px;
  min-height: 588px;
  margin-left: auto;
}

/*
# top-trouble
------------------------*/
.top-trouble {
  padding-bottom: 150px;
}
.top-trouble .trouble__inbox {
  padding: 150px 0 155px;
  border-radius: 120px;
}
.top-trouble .trouble__inbox::before {
  width: 300px;
  height: 288px;
  inset: -122px auto auto -122px;
}
.top-trouble .trouble__inbox::after {
  width: 460px;
  height: 460px;
  inset: auto -230px -230px auto;
  z-index: -1;
}
.top-trouble .trouble__illust {
  width: 1080px;
  margin: 0 auto;
  height: 802px;
  background: url(../img/top/troubles_ill.png) center no-repeat;
}
.top-trouble .trouble__illust .trouble__item {
  padding: 40px 40px 55px;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 1;
}
.top-trouble .trouble__illust .trouble__item::before, .top-trouble .trouble__illust .trouble__item::after {
  position: absolute;
  content: "";
  z-index: -1;
  background: var(--primary-color-gradient);
}
.top-trouble .trouble__illust .trouble__item::before {
  width: 3px;
  height: 125px;
}
.top-trouble .trouble__illust .trouble__item::after {
  width: 25px;
  height: 25px;
  border: 2px solid var(--color-white);
  border-radius: 50%;
}
.top-trouble .trouble__illust .trouble__item:nth-child(1) {
  width: 380px;
  inset: 0 0 auto auto;
}
.top-trouble .trouble__illust .trouble__item:nth-child(1)::before {
  transform: rotate(-108deg);
  inset: auto auto 92px -56px;
}
.top-trouble .trouble__illust .trouble__item:nth-child(1)::after {
  inset: auto auto 126px -123px;
}
.top-trouble .trouble__illust .trouble__item:nth-child(2) {
  width: 400px;
  inset: 0 auto 100px 0;
  margin: auto 0;
}
.top-trouble .trouble__illust .trouble__item:nth-child(2)::before {
  transform: rotate(108deg);
  inset: 13px -26px auto auto;
}
.top-trouble .trouble__illust .trouble__item:nth-child(2)::after {
  inset: 80px -94px auto auto;
}
.top-trouble .trouble__illust .trouble__item:nth-child(3) {
  width: 345px;
  inset: auto 0 0 auto;
}
.top-trouble .trouble__illust .trouble__item:nth-child(3)::before {
  transform: rotate(-108deg);
  inset: auto auto 72px -72px;
}
.top-trouble .trouble__illust .trouble__item:nth-child(3)::after {
  inset: auto auto 101px -149px;
}
.top-trouble .trouble__illust .trouble__item-title {
  text-align: center;
  font-size: var(--font-size-28);
  margin-bottom: 13px;
}
.top-trouble .trouble__illust .trouble__item .trouble__check-item {
  font-size: var(--font-size-18);
  padding-left: 25px;
  margin-bottom: 5px;
}
.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: 120px;
  min-height: 45px;
  font-size: var(--font-size-20);
  inset: auto 0 -22.5px;
  margin: 0 auto;
  padding: 0 15px 0 5px;
  position: absolute;
}
.top-trouble .trouble__illust .trouble__item-button::before {
  right: 5%;
  font-size: var(--font-size-28);
}

/*
# top-beginners
------------------------*/
.top-beginners {
  padding-bottom: 175px;
}
.top-beginners .beginners__title {
  margin-bottom: 40px;
}
.top-beginners .beginners__subtitle {
  text-align: center;
  margin-bottom: 80px;
  font-size: var(--font-size-28);
}
.top-beginners .beginners__list {
  gap: 45px;
}
.top-beginners .beginners__item {
  width: 330px;
  border-radius: 45px;
  padding: 65px 35px 35px;
}
.top-beginners .beginners__item::before {
  position: absolute;
  margin: auto 0;
  border-radius: 50%;
  inset: -35px 0 auto;
  margin: 0 auto;
  width: 70px;
  height: 70px;
  font-size: var(--font-size-30);
  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-28);
  margin-bottom: 15px;
  text-align: center;
}

/*
# top__page-list
------------------------*/
.top__page-list {
  width: clamp(1150px, 92.7083%, 1780px);
  margin: 0 auto;
  gap: 25px 3.3708%;
}
.top__page-list .top__page-item {
  width: 48.3146%;
}
.top__page-list .top__page-link {
  border-radius: 70px;
  padding: 80px 11.6279% 80px 10.4651%;
  position: relative;
}
.top__page-list .top__page-content {
  width: 64.9253%;
  min-height: 300px;
}
.top__page-list .top__page-img {
  width: 26.7441%;
  position: absolute;
  inset: 0 11.6279% 0 auto;
  margin: auto 0;
  display: flex;
  align-items: center;
}
.top__page-list .top__page-img img {
  border-radius: 45px;
}
.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: clamp(7rem, 8vw, 13.5rem);
}
.top__page-list .top__page-title .title-ja {
  font-size: clamp(2.5rem, 2.2vw, 4.2rem);
}
.top__page-list .top__page-button {
  font-size: var(--font-size-26);
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 90px;
}
.top__page-list .top__page-button::before {
  border-radius: 17.5px;
  width: 70px;
  height: 35px;
  inset: 0 -85px 0 auto;
  margin: auto 0;
  background: var(--body-font-color);
}

/*
# top-news
------------------------*/
.top-news {
  padding: 180px 0 210px;
}
.top-news .news__inbox {
  position: relative;
}
.top-news .news__post {
  width: 330px;
}
.top-news .news__post-link {
  padding: 30px 35px;
  border-radius: 40px;
}
.top-news .news__post-link:hover {
  transform: translateY(-10px);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.19);
}
.top-news .news__post-link:hover .news__post-title {
  text-decoration: underline;
}
.top-news .news__post-img {
  width: 100%;
  height: 220px;
  margin-bottom: 10px;
}
.top-news .news__post-date {
  font-size: var(--font-size-16);
  margin-bottom: 10px;
}
.top-news .news__post-tags {
  gap: 7px;
  margin-bottom: 10px;
}
.top-news .news__post-tags .news__post-tag {
  font-size: var(--font-size-14);
  padding: 0 10px;
}
.top-news .news__post-title {
  font-size: var(--font-size-16);
}
.top-news .news__button {
  position: absolute;
  inset: 50px 0 auto auto;
}

/*==========================================
stiff-neck
===========================================*/
/*
# com-worries__section
------------------------*/
.com-worries__section {
  padding: 175px 0 90px;
}
.com-worries__section .worries__inbox {
  border-radius: 120px;
  padding: 150px 0 185px;
}
.com-worries__section .worries__list::before {
  inset: auto 0 -115px;
}
.com-worries__section .worries__title {
  margin-bottom: 60px;
}
.com-worries__section .worries__solution {
  width: 850px;
  margin: 0 auto;
  position: absolute;
  inset: auto 0 -45px;
}

.com-checklist {
  width: 1080px;
  margin: 0 auto;
  gap: 30px;
}
.com-checklist__item {
  width: 525px;
  background: var(--accent-color);
  border-radius: 10px;
  padding: 25px 15px 25px 54px;
  font-size: var(--font-size-22);
}
.com-checklist__item::before {
  inset: 0 auto 0 15px;
  font-size: var(--font-size-25);
  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-28);
  padding: 19px 15px;
}

/*
# com-cause__section
------------------------*/
.com-cause__section {
  padding: 90px 0 100px;
}
.com-cause__section .cause__text {
  margin-bottom: 30px;
}
.com-cause__section .cause__subtitle {
  text-align: center;
  font-size: var(--font-size-22);
  padding-bottom: 85px;
  margin-bottom: 50px;
}
.com-cause__section .cause__subtitle span {
  border-bottom: 1px solid;
  padding-bottom: 10px;
}
.com-cause__section .cause__list {
  gap: 45px;
  margin-bottom: 80px;
}
.com-cause__section .cause__item {
  width: 330px;
  padding: 30px 35px 35px;
  border-radius: 40px;
}
.com-cause__section .cause__item-title {
  text-align: center;
  font-size: var(--font-size-28);
  line-height: 1.5;
  margin-bottom: 10px;
}
.com-cause__section .cause__item-title-num {
  width: 120px;
  margin: 0 auto;
  inset: -22.5px 0 auto;
  font-size: var(--font-size-22);
  padding: 6px 0;
}
.com-cause__section .cause__caution-text {
  font-size: var(--font-size-32);
  margin-bottom: 50px;
}
.com-cause__section .cause__caution-list {
  padding-bottom: 115px;
  margin-bottom: 22px;
}
.com-cause__section .cause__caution-solution {
  width: 800px;
  margin: 0 auto;
}

/*
# com-treatment__section
------------------------*/
.com-treatment__section {
  padding: 65px 0 160px;
}
.com-treatment__section::before, .com-treatment__section::after {
  width: 460px;
  height: 460px;
  z-index: -1;
  opacity: 0.5;
}
.com-treatment__section::before {
  inset: 0 auto auto 4.5833%;
}
.com-treatment__section::after {
  inset: auto 4.5833% -35px auto;
}
.com-treatment__section .treatment__container {
  padding: 100px 0;
  border-radius: 90px;
}
.com-treatment__section .treatment__list {
  width: 1080px;
  margin: 0 auto;
}
.com-treatment__section .treatment__card {
  margin-bottom: 75px;
  padding-left: 450px;
  position: relative;
}
.com-treatment__section .treatment__card:last-child {
  margin-bottom: 0;
}
.com-treatment__section .treatment__card-img {
  width: 400px;
  position: absolute;
  inset: 0 auto auto -450px;
}
.com-treatment__section .treatment__card-img::before {
  position: absolute;
  background: var(--primary-color-gradient);
  width: 100px;
  height: 100px;
  color: var(--color-white);
  font-size: var(--font-size-35);
  font-family: var(--font-tertiary);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 60px 0;
}
.com-treatment__section .treatment__card-img img {
  border-radius: 60px;
}
.com-treatment__section .treatment__card-title small {
  font-size: var(--font-size-24);
}
.com-treatment__section .treatment__card-content {
  padding: 40px 44px;
  border-radius: 40px;
  margin-bottom: 50px;
}
.com-treatment__section .treatment__card-content::before {
  bottom: -43px;
}
.com-treatment__section .treatment__card-solution {
  font-size: var(--font-size-24);
}
.com-treatment__section .treatment__effect {
  width: 1080px;
  margin: 80px auto 0;
  padding: 60px;
}
.com-treatment__section .treatment__effect-title .title-en {
  font-size: var(--font-size-24);
  font-weight: var(--font-weight-medium);
  font-family: var(--font-secondary);
}
.com-treatment__section .treatment__effect .com-checklist {
  width: 100%;
  gap: 30px 20px;
}
.com-treatment__section .treatment__effect .com-checklist .com-checklist__item {
  width: 470px;
}

/*==========================================
info
===========================================*/
/*
# beginner-price
------------------------*/
.beginner-price {
  padding: 175px 0;
}
.beginner-price .price__text {
  margin-bottom: 15px;
}
.beginner-price .price__item {
  border-bottom: 2px solid var(--primary-color);
  padding: 25px 0;
}
.beginner-price .price__item-title {
  margin-bottom: 0;
}
.beginner-price .price__item-title .title-en {
  font-size: var(--font-size-24);
  font-weight: var(--font-weight-medium);
  font-family: var(--font-secondary);
}
.beginner-price .price__item-price {
  max-width: 540px;
  font-size: var(--font-size-18);
  text-align: right;
}
.beginner-price .price__item-text {
  margin-top: 10px;
}

/*
# beginner-info
------------------------*/
.beginner-info .info__table {
  margin-bottom: 110px;
}
.beginner-info .info__table th {
  font-size: var(--font-size-20);
}
.beginner-info .info__table td {
  font-size: var(--font-size-18);
}
.beginner-info .map__title {
  font-size: var(--font-size-28);
  text-align: center;
  border-radius: 50px 50px 0 0;
  padding: 15px 5px;
}
.beginner-info .map iframe {
  border-radius: 0 0 50px 50px;
}

/*==========================================
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 {
  border-radius: 0;
}
#contact .contact__form-item .contact__form-label .required {
  margin-left: 10px;
}
#contact .contact__form-item .contact__form-input {
  padding: 15px 20px;
}
#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フレーム時)
  ===========================================*/