html,
body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.6em;
}

h4 {
  font-size: 1.4em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1em;
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

caption,
table th,
table td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q::before,
q::after,
blockquote::before,
blockquote::after {
  content: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body * {
  max-height: 99999em;
  word-break: break-word;
}

a {
  text-decoration: none;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a img {
  border: none;
}

input,
label,
select,
button {
  line-height: inherit;
}

input,
label,
select,
button,
textarea {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  font: inherit;
  word-break: normal;
  vertical-align: middle;
  white-space: normal;
  -webkit-appearance: none;
}

button {
  color: inherit;
}

textarea {
  overflow: auto;
  line-height: 1.5;
  white-space: pre-line;
  resize: none;
}

button:focus {
  outline: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  display: none;
}

@media print {
  body {
    -webkit-print-color-adjust: exact;
  }
  html,
  body {
    width: 1600px;
    margin: 0;
  }
  @page {
    margin: 0;
    size: 11in 14.028in;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}
html {
  transition: opacity 0.3s ease;
  opacity: 1;
  line-height: 1;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}
@media print, (min-width: 768px) {
  html {
    font-size: 625%;
  }
}
@media only screen and (max-width: 767.98px) {
  html {
    min-height: 100vh;
    font-size: 26.6666666667vw;
  }
}

body {
  transition: opacity 0.3s ease;
  background-color: #FBFBFB;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4285714286;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
body.is-top {
  background-color: #fff;
}
body.is-treatment {
  background: linear-gradient(to bottom, #ECF7FD 0%, #fff 2.56rem, #fff 6.4rem);
}
@media print, (min-width: 768px) {
  body {
    font-size: 0.16rem;
    font-weight: 300;
  }
}
@media only screen and (max-width: 767.98px) {
  body {
    font-size: 0.2rem;
    font-weight: 300;
    line-height: 1.6;
  }
  body::-webkit-scrollbar {
    width: 0;
    opacity: 0;
  }
  body.is-treatment {
    background: linear-gradient(to bottom, #ECF7FD 0%, #fff 1.65rem, #fff 2.47rem);
  }
}

.ft-lato {
  font-family: "Lato", sans-serif;
}

.hidden {
  display: none;
}

.trans {
  transition: opacity 0.3s ease;
  opacity: 1;
  text-decoration: none;
}
.trans:hover {
  opacity: 0.8;
}

.load {
  opacity: 0;
}
html.is-visible .load {
  opacity: 1;
}

.image-common {
  display: block;
  width: 100%;
}

.object-common {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}

a {
  display: inline-block;
  color: #333333;
}

@media print, (min-width: 768px) {
  .container {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767.98px) {
  .container {
    min-width: 3.2rem;
  }
}

@media print, (min-width: 768px) {
  .wrapper {
    width: 100%;
    max-width: 1240px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 0.2rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .wrapper {
    padding-right: 0.2rem;
    padding-left: 0.2rem;
  }
}

@media print, (min-width: 768px) {
  .wrapper-inner {
    width: 100%;
    max-width: 11.4rem;
    margin-right: auto;
    margin-left: auto;
    padding: 0 0.2rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .wrapper-inner {
    padding-right: 0.15rem;
    padding-left: 0.15rem;
  }
}

@media print, (min-width: 768px) {
  .sm {
    /* stylelint-disable-next-line declaration-no-important */
    display: none !important;
  }
}

@media only screen and (max-width: 767.98px) {
  .md {
    /* stylelint-disable-next-line declaration-no-important */
    display: none !important;
  }
}

.breadcrumb {
  padding: 0.22rem 0;
}
.breadcrumb .breadcrumb-wrapper {
  display: flex;
  align-items: center;
}
.breadcrumb .breadcrumb-item {
  padding-right: 0.34rem;
  background: url("../img/common/icon-arrow-breadcrumb.svg") right 0.14rem top 60%/0.05rem auto no-repeat;
  font-size: 0.12rem;
}
.breadcrumb .breadcrumb-item:last-child {
  background: none;
}
.breadcrumb a {
  display: inline-flex;
  align-items: center;
  color: #333;
  font-size: 0.12rem;
  letter-spacing: 0.05em;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
.breadcrumb span {
  color: #333;
  font-size: 0.12rem;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 767.98px) {
  .breadcrumb {
    padding: 0.18rem 0;
  }
  .breadcrumb .breadcrumb-wrapper {
    overflow: hidden;
    flex-wrap: wrap;
  }
  .breadcrumb .breadcrumb-item {
    font-size: 0.11rem;
    padding-right: 0.23rem;
    background-position: right 0.09rem top 60%;
    background-size: 0.04rem auto;
    line-height: 1.5;
  }
  .breadcrumb .breadcrumb-item:first-child {
    line-height: 0.12rem;
  }
  .breadcrumb .breadcrumb-item img {
    min-width: 0.1rem;
    width: 0.1rem;
  }
  .breadcrumb span {
    font-size: 0.11rem;
  }
}
.common-title {
  display: flex;
  flex-direction: column;
  font-weight: bold;
  gap: 0.11rem;
  text-align: left;
}
.common-title.is-center {
  text-align: center;
}
.common-title .text-jp {
  font-size: 0.26rem;
  letter-spacing: 0.05em;
}
.common-title .text-en {
  font-family: "Lato", sans-serif;
  font-size: 0.14rem;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 767.98px) {
  .common-title {
    gap: 0.04rem;
  }
  .common-title .text-jp {
    font-size: 0.14rem;
  }
  .common-title .text-en {
    font-size: 0.1rem;
  }
}
.page-title {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}
.page-title .text-english {
  display: inline-block;
  font-size: 0.14rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  position: relative;
  color: #6AC7BF;
  padding-left: 0.18rem;
}
.page-title .text-english::before {
  content: "";
  display: block;
  width: 0.06rem;
  height: 0.06rem;
  border-radius: 50%;
  background-color: #6AC7BF;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.page-title .text-japan {
  font-size: 0.36rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 767.98px) {
  .page-title {
    gap: 0.01rem;
  }
  .page-title .text-english {
    font-size: 0.12rem;
    padding-left: 0.12rem;
  }
  .page-title .text-english::before {
    width: 0.04rem;
    height: 0.04rem;
  }
  .page-title .text-japan {
    font-size: 0.18rem;
  }
}
.block-cookie {
  display: none;
  background: rgba(105, 199, 191, 0.9);
  padding: 0.29rem 0;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 111;
}
.block-cookie .cookie-inner {
  display: flex;
  justify-content: space-between;
  max-width: 10.4rem;
  padding: 0 0.2rem;
  margin: 0 auto;
}
.block-cookie .cookie-text {
  font-size: 0.13rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6923076923;
  color: #fff;
}
.block-cookie .cookie-text a {
  color: #fff;
}
.block-cookie .btn-common {
  width: 2.2rem;
  background-color: #fff;
  color: #6AC7BF;
  cursor: pointer;
}
.block-cookie .btn-common:hover {
  border-color: #fff;
  color: #fff;
  background-color: #6AC7BF;
}

@media only screen and (max-width: 767.98px) {
  .block-cookie {
    padding: 0.12rem 0 0.14rem;
  }
  .block-cookie .cookie-inner {
    flex-direction: column;
    padding: 0 0.1rem;
  }
  .block-cookie .cookie-text {
    font-size: 0.1rem;
    line-height: 1.4;
    margin-bottom: 0.01rem;
  }
  .block-cookie .btn-common {
    width: 1.6rem;
    height: 0.26rem;
    margin: 0 auto;
    font-size: 0.1rem;
  }
}
.btn-common {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.2rem;
  height: 0.46rem;
  border: 0.01rem solid #6AC7BF;
  color: #6AC7BF;
  font-size: 0.13rem;
  letter-spacing: 0.05em;
  font-weight: bold;
  border-radius: 0.46rem;
  transition: all 0.3s ease;
  box-shadow: 0.03rem 0.03rem 0 0 rgba(51, 51, 51, 0.04);
}
.btn-common:hover {
  color: #fff;
  background-color: #6AC7BF;
}
.btn-common.is-white {
  border-color: #f1f1f1;
  background: #fff;
  color: #333333;
  font-size: 0.12rem;
  width: 1.8rem;
  box-shadow: 0.03rem 0.03rem 0.1rem 0 rgba(51, 51, 51, 0.04);
}
.btn-common.is-white:hover {
  color: #fff;
  background-color: #333333;
}
.btn-common.is-primary {
  color: #fff;
  background-color: #6AC7BF;
}
.btn-common.is-primary:hover {
  color: #6AC7BF;
  background-color: #fff;
}
.btn-common.is-orange {
  border-color: #fc9a30;
  background-color: #fc9a30;
  color: #fff;
}
.btn-common.is-orange:hover {
  color: #fc9a30;
  background-color: #fff6ec;
}
.btn-common.is-big {
  width: 2.4rem;
  height: 0.5rem;
}
.btn-common.is-arrow {
  width: 3rem;
  height: 0.48rem;
  padding: 0 0.5rem;
  font-size: 0.14rem;
  background: #fff url("../img/common/icon-arrow-link-green.svg") center right 0.3rem/0.05rem auto no-repeat;
}
.btn-common.is-arrow:hover {
  color: #6AC7BF;
  background-color: #fff;
}

@media only screen and (max-width: 767.98px) {
  .btn-common {
    width: 2.25rem;
    height: 0.38rem;
    font-size: 0.12rem;
  }
  .btn-common.is-white {
    width: 1.48rem;
    font-size: 0.11rem;
  }
  .btn-common.is-big {
    width: 1.48rem;
    height: 0.38rem;
    font-size: 0.11rem;
  }
  .btn-common.is-arrow {
    width: 2.55rem;
    height: 0.38rem;
    font-size: 0.13rem;
  }
}
.link-common {
  background: url("../img/common/icon-arrow-link-circle.svg") center right/0.32rem auto no-repeat;
  padding-right: 0.48rem;
  font-size: 0.13rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 0.32rem;
  transition: all 0.3s ease;
}
.link-common:hover {
  padding-right: 0.56rem;
}

@media only screen and (max-width: 767.98px) {
  .link-common {
    font-size: 0.1rem;
    background-size: 0.2rem auto;
    line-height: 0.2rem;
    padding-right: 0.3rem;
  }
}
.swiper-navigation.common-navigation .swiper-button-prev,
.swiper-navigation.common-navigation .swiper-button-next {
  position: static;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  margin: 0;
  box-shadow: 0.02rem 0.02rem 0.1rem 0 rgba(51, 51, 51, 0.04);
  transition: all 0.3s ease;
  background: #fff url("../img/common/icon-arrow-prev-swiper.svg") center/0.06rem auto no-repeat;
}
.swiper-navigation.common-navigation .swiper-button-prev::after,
.swiper-navigation.common-navigation .swiper-button-next::after {
  display: none;
}
.swiper-navigation.common-navigation .swiper-button-prev:hover,
.swiper-navigation.common-navigation .swiper-button-next:hover {
  opacity: 0.7;
}
.swiper-navigation.common-navigation .swiper-button-next {
  background-image: url("../img/common/icon-arrow-next-swiper.svg");
}

.common-pagination {
  text-align: center;
}
.common-pagination ul {
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  padding: 0 0.3rem;
  gap: 0.18rem;
}
.common-pagination .number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 0.39rem;
  height: 0.39rem;
  transition: all 0.3s ease;
  border: 0.01rem solid #dfdfdf;
  border-radius: 50%;
  font-size: 0.15rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  cursor: pointer;
  font-family: "Lato", sans-serif;
}
.common-pagination .number:hover, .common-pagination .number.is-current {
  background-color: #6AC7BF;
  border-color: #6AC7BF;
  color: #fff;
}
.common-pagination .btn-prev,
.common-pagination .btn-next {
  display: inline-flex;
  width: 0.38rem;
  height: 0.38rem;
  position: absolute;
  top: 50%;
  left: 0;
  padding: 0.035rem;
  transform: translateY(-50%) rotate(-180deg);
  cursor: pointer;
  background: url("../img/common/icon-arrow-next-swiper.svg") center/0.06rem auto no-repeat;
}
.common-pagination .btn-next {
  right: 0;
  left: auto;
  transform: translateY(-50%);
}
.common-pagination .pagination-text {
  font-size: 0.13rem;
  font-weight: bold;
  margin-top: 0.14rem;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 767.98px) {
  .common-pagination {
    line-height: 1;
  }
  .common-pagination ul {
    gap: 0.14rem;
    padding: 0 0.22rem;
  }
  .common-pagination li {
    display: flex;
  }
  .common-pagination .number {
    width: 0.28rem;
    height: 0.28rem;
    font-size: 0.13rem;
  }
  .common-pagination .btn-prev,
  .common-pagination .btn-next {
    width: 0.28rem;
    height: 0.28rem;
    background-size: 0.05rem auto;
  }
  .common-pagination .pagination-text {
    font-size: 0.12rem;
  }
}
.common-category {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 0.12rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: #1b84ce;
  padding: 0 0.2rem 0.02rem;
  height: 0.23rem;
  border-radius: 0.23rem;
  min-width: 1.15rem;
}
.common-category.is-gray {
  background-color: #E7EEF6;
  color: #1B84CE;
}
.common-category.is-lightblue {
  background-color: #6FBBDE;
  color: #fff;
}
@media only screen and (max-width: 767.98px) {
  .common-category {
    font-size: 0.11rem;
    height: 0.19rem;
    padding: 0 0.13rem;
    min-width: unset;
  }
}

.section-treatment-important {
  background: linear-gradient(to left, #6AC7BF 0%, #9AEBE4 100%);
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}
.section-treatment-important .important-wrapper {
  max-width: 13.66rem;
  padding: 0 0.2rem;
  margin: 0 auto;
}
.section-treatment-important .important-inner {
  background-color: #FAFDFD;
  border-radius: 0.5rem;
  position: relative;
  overflow: hidden;
}
.section-treatment-important .important-label {
  font-size: 1.8rem;
  font-weight: bold;
  color: #ECF7F6;
  position: absolute;
  right: -0.14rem;
  bottom: -0.71rem;
}
.section-treatment-important .important-title {
  font-size: 0.32rem;
  letter-spacing: 0.05em;
  line-height: 1.625;
}
.section-treatment-important .important-text {
  font-size: 0.16rem;
  letter-spacing: 0.05em;
  line-height: 2;
  font-weight: bold;
  margin: 0.33rem 0 0.33rem;
}
.section-treatment-important .important-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 11.47rem;
  margin: 0 auto;
  padding: 0.43rem 0 0.15rem 0.23rem;
  position: relative;
  z-index: 1;
}
.section-treatment-important .important-detail {
  flex: 1;
  padding-top: 0.54rem;
}
.section-treatment-important .important-image {
  max-width: 4.6rem;
}
.section-treatment-important .important-link {
  display: flex;
  align-items: center;
  width: 3.8rem;
  height: 0.66rem;
  border-radius: 0.66rem;
  background-color: #FC9A30;
  padding-left: 0.5rem;
  position: relative;
  box-shadow: 0.02rem 0.02rem 0.1rem 0 rgba(51, 51, 51, 0.1);
}
.section-treatment-important .important-link::after {
  content: "";
  display: inline-block;
  width: 0.26rem;
  height: 0.26rem;
  background: url("../img/common/icon-arrow-orange.svg") center/contain no-repeat;
  position: absolute;
  top: 50%;
  right: 0.5rem;
  transform: translateY(-50%);
}
.section-treatment-important .important-link span {
  padding-left: 0.28rem;
  line-height: 2;
  font-size: 0.16rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #fff;
  background: url("../img/common/icon-search-white.svg") left center/0.15rem auto no-repeat;
}

@media only screen and (max-width: 767.98px) {
  .section-treatment-important {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
  }
  .section-treatment-important .important-wrapper {
    padding: 0 0.15rem;
  }
  .section-treatment-important .important-label {
    font-size: 0.76rem;
    writing-mode: vertical-rl;
    right: auto;
    left: -0.35rem;
    bottom: auto;
    top: 1.09rem;
  }
  .section-treatment-important .important-inner {
    border-radius: 0.24rem;
  }
  .section-treatment-important .important-title {
    font-size: 0.18rem;
    line-height: 1.4444444444;
  }
  .section-treatment-important .important-content {
    padding: 0 0.3rem 0.3rem 0.3rem;
  }
  .section-treatment-important .important-detail {
    padding-top: 0.24rem;
  }
  .section-treatment-important .important-image {
    max-width: 2.88rem;
    margin: 0.2rem 0 0 -0.02rem;
  }
  .section-treatment-important .important-text {
    font-size: 0.14rem;
    line-height: 1.7142857143;
    margin: 0.16rem -0.1rem 0.19rem;
  }
  .section-treatment-important .important-link {
    width: 2.6rem;
    height: 0.46rem;
    margin: 0 auto;
    padding-left: 0.38rem;
  }
  .section-treatment-important .important-link::after {
    right: 0.2rem;
    width: 0.2rem;
    height: 0.2rem;
  }
  .section-treatment-important .important-link span {
    padding-left: 0.23rem;
    background-size: 0.12rem auto;
    font-size: 0.13rem;
  }
}
.header {
  width: 100%;
  z-index: 111;
  background-color: #fff;
}
.header.header-simple .header-navbar,
.header.header-simple .btn-search,
.header.header-simple .header-contact,
.header.header-simple .btn-menu {
  display: none;
}
.header.header-top {
  position: absolute;
  left: 0;
  top: 0;
  background-color: transparent;
}
.header .wrapper {
  display: flex;
  align-items: center;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  max-width: 12.86rem;
}
.header .header-logo {
  margin-right: auto;
}
.header .list-navbar {
  display: flex;
  align-items: center;
  gap: 0.38rem;
}
.header .navbar-link {
  font-size: 0.13rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.header .navbar-link.is-blank {
  padding-right: 0.17rem;
  background: url("../img/common/icon-blank.svg") right center/0.11rem auto no-repeat;
}
.header .btn-search {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.7rem;
  height: 0.5rem;
  border-radius: 0.5rem;
  font-size: 0.13rem;
  margin: 0 0.3rem 0 0.5rem;
  font-weight: bold;
  background-color: #6AC7BF;
  border: 0.01rem solid #6AC7BF;
  padding-right: 0.04rem;
  color: #fff;
  transition: all 0.3s ease;
}
.header .btn-search span {
  display: inline-block;
  letter-spacing: 0.05em;
}
.header .btn-search svg {
  margin-right: 0.1rem;
}
.header .btn-search:hover {
  color: #6AC7BF;
  background-color: #fff;
}
.header .header-contact {
  font-weight: bold;
}
.header .contact-text {
  font-size: 0.11rem;
  color: #6AC7BF;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
.header .contact-phone {
  font-size: 0.24rem;
  color: #6AC7BF;
  padding-left: 0.3rem;
  letter-spacing: 0.05em;
  line-height: 1;
  background: url("../img/common/label-tel.svg") left center/0.25rem auto no-repeat;
}
.header .contact-info {
  display: flex;
  align-items: center;
  gap: 0.08rem;
}
.header .info-text {
  font-size: 0.1rem;
  letter-spacing: 0.05em;
}
.header .info-number {
  font-size: 0.12rem;
  line-height: 1;
  letter-spacing: 0.05em;
}

@media print, (min-width: 768px) and (max-width: 1024px) {
  .header .list-navbar {
    gap: 0.2rem;
  }
  .header .btn-search {
    margin: 0 0 0 0.15rem;
  }
  .header .header-contact {
    display: none;
  }
}
@media only screen and (max-width: 767.98px) {
  .header {
    position: relative;
    z-index: 101;
  }
  .header.header-top {
    background-color: #fff;
  }
  .header .wrapper {
    padding-top: 0.12rem;
    padding-bottom: 0.12rem;
    padding-right: 0.12rem;
  }
  .header .header-navbar {
    display: none;
  }
  .header .header-contact {
    display: none;
  }
  .header .header-logo {
    width: 1.46rem;
    position: relative;
    top: -0.02rem;
  }
  .header .btn-search {
    width: 0.92rem;
    height: 0.28rem;
    font-size: 0.11rem;
    margin: 0;
  }
  .header .btn-search svg {
    width: 0.1rem;
    margin-right: 0.08rem;
  }
  .header .btn-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0.28rem;
    height: 0.28rem;
    margin-left: 0.07rem;
  }
  .header .btn-menu img {
    width: 0.11rem;
  }
  .header .header-navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #FBFBFB;
    overflow: auto;
    padding-bottom: 0.25rem;
    z-index: 101;
  }
  .header .header-close {
    display: flex;
    justify-content: flex-end;
  }
  .header .header-close span {
    display: inline-flex;
    padding: 0.15rem 0.15rem 0.13rem;
  }
  .header .header-close img {
    width: 0.13rem;
  }
  .header .list-navbar {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
  .header .navbar-block {
    width: 100%;
  }
  .header .block-title {
    font-size: 0.13rem;
    font-weight: bold;
    background-color: #6AC7BF;
    color: #fff;
    padding: 0.1rem 0.2rem;
    letter-spacing: 0.05em;
    line-height: 1.7;
  }
  .header .block-link {
    width: 100%;
    display: block;
    font-size: 0.13rem;
    font-weight: bold;
    padding: 0.12rem 0.2rem;
    letter-spacing: 0.05em;
    line-height: 1.9;
    background: url("../img/common/icon-arrow-link-green.svg") right 0.2rem center/0.05rem auto no-repeat;
  }
  .header .block-link + .block-link {
    border-top: 0.01rem solid #F1F1F1;
    padding-top: 0.11rem;
  }
  .header .block-accordion {
    background-color: #fff;
  }
  .header .block-accordion.is-active .accordion-heading::after {
    transform: translateY(-50%);
  }
  .header .accordion-heading {
    font-size: 0.13rem;
    font-weight: bold;
    padding: 0.09rem 0.2rem;
    letter-spacing: 0.05em;
    line-height: 1.8;
    background-color: #F5F5F5;
    position: relative;
  }
  .header .accordion-heading::before, .header .accordion-heading::after {
    content: "";
    display: block;
    width: 0.1rem;
    height: 0;
    border-top: 0.01rem solid #6AC7BF;
    position: absolute;
    right: 0.2rem;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease;
  }
  .header .accordion-heading::after {
    transform: translateY(-50%) rotate(90deg);
  }
  .header .block-list > li {
    border-bottom: 0.01rem solid #F1F1F1;
    padding: 0.14rem 0.3rem 0.15rem;
    font-size: 0.13rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.8461538462;
  }
  .header .block-list > li:last-child {
    border-bottom: none;
  }
  .header .block-list span {
    margin-bottom: 0.03rem;
    display: block;
  }
  .header .block-list.is-primary {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
  }
  .header .block-list.is-primary li {
    width: 50%;
    padding: 0;
  }
  .header .block-list.is-primary li:nth-child(odd) {
    border-right: 0.01rem solid #F1F1F1;
  }
  .header .block-list.is-primary li:last-child {
    border-bottom: 0.01rem solid #F1F1F1;
  }
  .header .block-list.is-primary a {
    display: flex;
    padding: 0.14rem 0.3rem 0.15rem;
    background: url("../img/common/icon-arrow-link-green.svg") right 0.2rem center/0.05rem auto no-repeat;
  }
  .header .list-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.05rem 0.19rem;
  }
  .header .list-links li {
    min-width: 0.6rem;
  }
  .header .list-links a {
    padding-right: 0.2rem;
    background: url("../img/common/icon-arrow-link-green.svg") right center/0.05rem auto no-repeat;
  }
  .header .block-row {
    display: flex;
    border-top: 0.01rem solid #F1F1F1;
    border-bottom: 0.01rem solid #F1F1F1;
  }
  .header .block-row a {
    width: 50%;
    background: url("../img/common/icon-arrow-link-circle.svg") right 0.33rem center/0.2rem auto no-repeat;
    font-size: 0.12rem;
    padding: 0.17rem 0.2rem;
  }
  .header .block-row .block-link + .block-link {
    padding-top: 0.17rem;
    border-left: 0.01rem solid #F1F1F1;
    border-top: none;
  }
  .header .navbar-footer {
    width: 100%;
    text-align: center;
    padding-top: 0.3rem;
  }
  .header .footer-contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 2.95rem;
    background-color: #6AC7BF;
    border-radius: 0.25rem;
    color: #fff;
    padding-top: 0.05rem;
    padding-bottom: 0.07rem;
    margin: 0 auto;
  }
  .header .contact-text {
    font-size: 0.1rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    text-align: center;
    color: #fff;
  }
  .header .contact-number {
    line-height: 1;
    font-size: 0.2rem;
    background: url("../img/common/label-tel-white.svg") left top 66%/0.17rem auto no-repeat;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.05em;
    padding-left: 0.23rem;
  }
  .header .footer-text {
    display: flex;
    gap: 0.08rem;
    justify-content: center;
    align-items: center;
    margin-top: 0.1rem;
    margin-bottom: 0.19rem;
  }
  .header .contact-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.11rem;
    height: 0.18rem;
    border: 0.01rem solid #6AC7BF;
    color: #6AC7BF;
    padding: 0 0.08rem;
    font-weight: bold;
    border-radius: 0.01rem;
    letter-spacing: 0.05em;
  }
  .header .contact-time {
    font-size: 0.12rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1;
  }
  .header .footer-info {
    display: flex;
    gap: 0.1rem;
    justify-content: center;
    align-items: center;
    padding-right: 0.07rem;
  }
  .header .info-text {
    font-size: 0.11rem;
    font-weight: bold;
    letter-spacing: 0.05em;
  }
  .header .info-tel {
    font-size: 0.14rem;
    background: url("../img/common/icon-telephone.svg") left center/0.1rem auto no-repeat;
    color: #6AC7BF;
    font-weight: bold;
    letter-spacing: 0.05em;
    padding-left: 0.16rem;
  }
}
.btn-scroll-top {
  text-align: right;
  position: sticky;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 21;
  width: auto;
  pointer-events: none;
}
.btn-scroll-top .wrapper {
  position: relative;
}
.btn-scroll-top img {
  right: 0.2rem;
  top: -100px;
  pointer-events: auto;
  cursor: pointer;
  position: absolute;
}
@media only screen and (max-width: 767.98px) {
  .btn-scroll-top img {
    width: 0.34rem;
    height: 0.34rem;
    top: -0.44rem;
  }
}

.footer {
  background-color: #333333;
  padding-top: 0.5rem;
}
.footer.footer-simple {
  padding-top: 0;
}
.footer.footer-simple .footer-heading,
.footer.footer-simple .list-links {
  display: none;
}
.footer.footer-simple .footer-copyright {
  margin: 0 auto;
  max-width: 100%;
  border-top: none;
  padding-top: 0;
}
.footer .wrapper {
  position: relative;
}
.footer .footer-heading {
  display: flex;
  border-bottom: 0.01rem solid #707070;
  padding-bottom: 0.5rem;
}
.footer .list-navbar {
  flex: 1;
  display: flex;
  align-items: center;
  margin-left: 1.4rem;
  gap: 0.58rem;
}
.footer .navbar-link {
  font-size: 0.13rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #fff;
}
.footer .navbar-link.is-blank {
  padding-right: 0.17rem;
  background: url("../img/common/icon-blank-white.svg") right center/0.11rem auto no-repeat;
}
.footer .footer-links {
  display: flex;
  padding: 0.22rem 0;
  align-items: center;
}
.footer .list-links {
  display: flex;
  align-items: center;
  gap: 0.29rem;
}
.footer .list-links a {
  font-size: 0.11rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #7D7D7D;
}
.footer .footer-copyright {
  margin-left: auto;
  color: #fff;
  font-size: 0.1rem;
  letter-spacing: 0.05em;
  color: #7D7D7D;
}

@media only screen and (max-width: 767.98px) {
  .footer {
    padding-top: 0.18rem;
  }
  .footer .footer-heading {
    flex-direction: column;
    border-bottom: none;
    padding-bottom: 0;
  }
  .footer .footer-logo {
    width: 1.21rem;
    margin-left: 0.01rem;
  }
  .footer .list-navbar {
    display: flex;
    margin: 0.17rem -0.2rem 0;
    width: auto;
    flex-wrap: wrap;
    gap: 0;
    border-bottom: 0.01rem solid rgba(255, 255, 255, 0.12);
  }
  .footer .navbar-item {
    width: 50%;
    border-top: 0.01rem solid rgba(255, 255, 255, 0.12);
    text-align: center;
    font-size: 0.11rem;
  }
  .footer .navbar-item:nth-child(2n+1) {
    border-right: 0.01rem solid rgba(255, 255, 255, 0.12);
  }
  .footer .navbar-item a {
    padding: 0.13rem 0 0.12rem;
    font-size: 0.11rem;
  }
  .footer .navbar-link.is-blank {
    padding-right: 0.14rem;
    background-size: 0.09rem auto;
  }
  .footer .footer-links {
    flex-direction: column;
    padding: 0.18rem 0 0.16rem;
  }
  .footer .list-links {
    flex-wrap: wrap;
    gap: 0.09rem 0.18rem;
    padding-bottom: 0.16rem;
  }
  .footer .list-links li {
    display: inline-flex;
  }
  .footer .footer-copyright {
    display: block;
    text-align: center;
    margin: 0 -0.2rem;
    border-top: 0.01rem solid rgba(255, 255, 255, 0.12);
    width: calc(100% + 0.4rem);
    padding-top: 0.14rem;
  }
}
@media print, (min-width: 768px) {
  .breadcrumb {
    padding-top: 0.37rem;
    background-color: transparent;
  }
}
.section-treatment-keyvisual {
  padding-top: 0.44rem;
  padding-bottom: 0.44rem;
  overflow: hidden;
}
.section-treatment-keyvisual .wrapper {
  display: flex;
  max-width: 13.06rem;
  position: relative;
  justify-content: space-between;
}
.section-treatment-keyvisual .wrapper::after {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background-color: #F3F8FD;
  border-radius: 0 0.12rem 0.12rem 0;
  position: absolute;
  right: 1.04rem;
  top: 0.4rem;
  z-index: -1;
}
.section-treatment-keyvisual .keyvisual-content {
  position: relative;
  padding: 1.36rem 0 0.2rem 0.33rem;
  min-height: 4.8rem;
}
.section-treatment-keyvisual .keyvisual-label {
  position: relative;
  font-size: 0.14rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #6AC7BF;
  padding-left: 0.18rem;
}
.section-treatment-keyvisual .keyvisual-label::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.06rem;
  height: 0.06rem;
  background-color: #6AC7BF;
  border-radius: 50%;
  transform: translateY(-50%);
}
.section-treatment-keyvisual .keyvisual-title {
  font-size: 0.36rem;
  letter-spacing: 0.05em;
  line-height: 1.6666666667;
  margin: 0.2rem 0 0.31rem;
}
.section-treatment-keyvisual .keyvisual-text {
  font-size: 0.15rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.8666666667;
  max-width: 4rem;
}
.section-treatment-keyvisual .keyvisual-image {
  border-radius: 0.2rem;
  overflow: hidden;
  max-width: 6.76rem;
}

@media only screen and (max-width: 767.98px) {
  .section-treatment-keyvisual {
    padding-top: 0.12rem;
    padding-bottom: 0;
  }
  .section-treatment-keyvisual .wrapper {
    flex-direction: column;
    padding-top: 0.37rem;
  }
  .section-treatment-keyvisual .wrapper::after {
    right: 0.15rem;
    top: 0;
    height: calc(100% - 0.4rem);
    background-color: #F3F8FD;
    border: 0 0.12rem 0.12rem 0;
  }
  .section-treatment-keyvisual .keyvisual-label {
    font-size: 0.12rem;
    padding-left: 0.12rem;
  }
  .section-treatment-keyvisual .keyvisual-label::after {
    width: 0.04rem;
    height: 0.04rem;
  }
  .section-treatment-keyvisual .keyvisual-content {
    padding: 0;
    min-height: auto;
    margin-bottom: 0.24rem;
  }
  .section-treatment-keyvisual .keyvisual-title {
    font-size: 0.18rem;
    line-height: 1.55;
    margin: 0.12rem 0 0.13rem;
  }
  .section-treatment-keyvisual .keyvisual-text {
    font-size: 0.13rem;
    line-height: 1.6923076923;
    max-width: 100%;
  }
  .section-treatment-keyvisual .keyvisual-image {
    margin-right: -0.2rem;
    border-radius: 0.12rem 0 0 0.12rem;
  }
}
.section-treatment-about {
  padding-top: 1.12rem;
  padding-bottom: 1.2rem;
  overflow: hidden;
  background: linear-gradient(to top, #E3F2FB 0%, #fff 70%, #fff 100%);
}
.section-treatment-about .wrapper {
  position: relative;
}
.section-treatment-about .wrapper::before, .section-treatment-about .wrapper::after {
  content: "";
  display: block;
  position: absolute;
  top: -2.6rem;
  right: -3.5rem;
  width: 6.66rem;
  height: 6.66rem;
  pointer-events: none;
  background: url("../img/treatment/bg-blur-right.png") center/contain no-repeat;
}
.section-treatment-about .wrapper::after {
  background-image: url("../img/treatment/bg-blur-left.png");
  width: 5.22rem;
  height: 5.22rem;
  right: auto;
  left: -3rem;
  top: 1.19rem;
}
.section-treatment-about .about-label {
  font-size: 1.6rem;
  font-weight: bold;
  color: #F3F8FD;
  position: absolute;
  left: -0.82rem;
  top: 2.53rem;
  letter-spacing: 0.05em;
}
.section-treatment-about .about-title {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 0.2rem;
}
.section-treatment-about .text-jp {
  font-size: 0.28rem;
  letter-spacing: 0.05em;
  line-height: 1.1785714286;
  letter-spacing: 0.05em;
}
.section-treatment-about .text-en {
  font-size: 0.14rem;
  letter-spacing: 0.05em;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #6AC7BF;
}
.section-treatment-about .about-text {
  font-size: 0.16rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 2.25;
  max-width: 9rem;
  margin: 0.43rem auto 1.89rem;
}
.section-treatment-about .about-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
  position: relative;
  z-index: 1;
}
.section-treatment-about .about-list li {
  max-width: calc(33.3333333333% - 0.2rem);
}
.section-treatment-about .about-list a {
  display: block;
  height: 100%;
  background-color: #fff;
  border-radius: 0.12rem;
  box-shadow: 0.02rem 0.02rem 0.1rem 0 rgba(51, 51, 51, 0.1);
}
.section-treatment-about .item-image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.43rem;
  padding-top: 0.18rem;
}
.section-treatment-about .item-title {
  font-size: 0.18rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5555555556;
  text-align: center;
  margin-bottom: 0.2rem;
}
.section-treatment-about .item-text {
  font-size: 0.14rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.7142857143;
  text-align: justify;
  padding: 0 0.5rem 0.45rem;
}

@media only screen and (max-width: 767.98px) {
  .section-treatment-about {
    padding-top: 0.38rem;
    padding-bottom: 0.4rem;
  }
  .section-treatment-about .about-title {
    gap: 0.09rem;
  }
  .section-treatment-about .text-jp {
    font-size: 0.16rem;
  }
  .section-treatment-about .text-en {
    font-size: 0.12rem;
  }
  .section-treatment-about .about-label {
    font-size: 0.7rem;
    left: -0.18rem;
    top: 2rem;
    letter-spacing: 0.05em;
  }
  .section-treatment-about .wrapper::before {
    width: 3.33rem;
    height: 3.33rem;
    right: -2rem;
    top: 0.5rem;
  }
  .section-treatment-about .about-text {
    font-size: 0.13rem;
    line-height: 1.6923076923;
    margin: 0.18rem auto 0.74rem;
  }
  .section-treatment-about .about-list {
    margin: 0 -0.05rem;
    gap: 0.2rem;
    flex-direction: column;
  }
  .section-treatment-about .about-list li {
    max-width: 100%;
  }
  .section-treatment-about .item-image {
    height: auto;
    padding-top: 0.38rem;
    padding-bottom: 0.15rem;
  }
  .section-treatment-about .item-image img {
    max-width: 24%;
  }
  .section-treatment-about .item-title {
    font-size: 0.16rem;
    margin-bottom: 0.16rem;
  }
  .section-treatment-about .item-text {
    font-size: 0.13rem;
    line-height: 1.6923076923;
    text-align: left;
    padding: 0 0.2rem 0.34rem;
  }
}
.section-treatment-about.is-training {
  margin-bottom: -1rem;
  padding-bottom: 2.2rem;
}
.section-treatment-about.is-training .about-label {
  top: 2.17rem;
}
.section-treatment-about.is-training .about-list li:first-child .item-image {
  padding-left: 0.37rem;
}
.section-treatment-about.is-training .about-list li:last-child .item-image {
  padding-left: 0.2rem;
}

@media only screen and (max-width: 767.98px) {
  .section-treatment-about.is-training {
    padding-bottom: 0.7rem;
    margin-bottom: -0.3rem;
  }
}
.section-treatment-service {
  padding-top: 0.95rem;
  padding-bottom: 0.86rem;
}
.section-treatment-service .service-title {
  display: flex;
  flex-direction: column;
  gap: 0.13rem;
  margin-bottom: 0.55rem;
}
.section-treatment-service .text-jp {
  font-size: 0.26rem;
  letter-spacing: 0.05em;
  line-height: 1.2307692308;
  letter-spacing: 0.05em;
}
.section-treatment-service .text-en {
  font-size: 0.14rem;
  letter-spacing: 0.05em;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.section-treatment-service .service-list {
  display: flex;
  gap: 0.2rem;
}
.section-treatment-service .service-list li {
  flex: 1;
}
.section-treatment-service .item-image {
  border-radius: 0.12rem;
  overflow: hidden;
}
.section-treatment-service .item-title {
  font-size: 0.14rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  background: url("../img/common/icon-arrow-link-white-circle.svg") right 0.1rem center/0.3rem auto no-repeat;
  padding: 0.2rem 0.09rem;
}

@media only screen and (max-width: 767.98px) {
  .section-treatment-service {
    padding-top: 0.37rem;
    padding-bottom: 0.16rem;
  }
  .section-treatment-service .service-title {
    gap: 0.05rem;
    margin-bottom: 0.25rem;
  }
  .section-treatment-service .text-jp {
    font-size: 0.16rem;
  }
  .section-treatment-service .text-en {
    font-size: 0.11rem;
  }
  .section-treatment-service .service-list {
    flex-direction: column;
    padding: 0 0.25rem;
    gap: 0.05rem;
  }
  .section-treatment-service .item-title {
    font-size: 0.13rem;
    padding: 0.16rem 0;
    background-position: right center;
    background-size: 0.24rem auto;
  }
}
.section-training-flow {
  padding-top: 1.15rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #F3F8FD;
  border-radius: 1rem 1rem 0 0;
}
.section-training-flow .flow-title {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 0.2rem;
}
.section-training-flow .text-jp {
  font-size: 0.28rem;
  letter-spacing: 0.05em;
  line-height: 1.1785714286;
  letter-spacing: 0.05em;
}
.section-training-flow .text-en {
  font-size: 0.14rem;
  letter-spacing: 0.05em;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #6AC7BF;
}
.section-training-flow .flow-text {
  font-size: 0.15rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.8666666667;
  max-width: 9rem;
  margin: 0.47rem auto 0.72rem;
}
.section-training-flow .flow-list {
  padding-left: 1.9rem;
  padding-right: 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.section-training-flow .flow-list li {
  display: flex;
  position: relative;
  background-color: #fff;
  border-radius: 0.12rem;
  padding: 0.5rem 0.6rem 0.5rem 0.61rem;
  gap: 0.6rem;
  position: relative;
}
.section-training-flow .flow-list li:last-child::before {
  border-left-style: dotted;
}
.section-training-flow .flow-list li::before, .section-training-flow .flow-list li::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.19rem;
  left: -0.91rem;
  width: 0;
  height: 100%;
  border-left: 0.03rem solid #6AC7BF;
}
.section-training-flow .flow-list li::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(100% + 0.19rem);
  left: -0.96rem;
  width: 0.14rem;
  height: 0.1rem;
  background: url("../img/common/icon-arrow-step.svg") center/contain no-repeat;
  border: none;
}
.section-training-flow .item-detail {
  flex: 1;
  padding-top: 0.05rem;
}
.section-training-flow .item-label {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 1rem;
  height: 1rem;
  text-align: center;
  letter-spacing: 0.05em;
  border-radius: 50%;
  font-size: 0.16rem;
  font-weight: bold;
  color: #fff;
  background-color: #30BAAE;
  position: absolute;
  top: 0;
  left: -1.4rem;
  z-index: 1;
}
.section-training-flow .detail-title {
  color: #6AC7BF;
  font-size: 0.18rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  position: relative;
  padding-left: 0.17rem;
  margin-bottom: 0.12rem;
}
.section-training-flow .detail-title::before {
  content: "";
  display: block;
  width: 0.06rem;
  height: 0.06rem;
  background-color: #6AC7BF;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.section-training-flow .detail-text {
  font-size: 0.15rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.8666666667;
}
.section-training-flow .item-image {
  width: 3rem;
  border-radius: 0.12rem;
  overflow: hidden;
}

@media only screen and (max-width: 767.98px) {
  .section-training-flow {
    border-radius: 0.2rem 0.2rem 0 0;
    padding-top: 0.38rem;
    padding-bottom: 0.4rem;
  }
  .section-training-flow .wrapper {
    padding-left: 0.15rem;
    padding-right: 0.15rem;
  }
  .section-training-flow .flow-title {
    gap: 0.08rem;
  }
  .section-training-flow .text-jp {
    font-size: 0.16rem;
  }
  .section-training-flow .text-en {
    font-size: 0.12rem;
  }
  .section-training-flow .flow-text {
    font-size: 0.13rem;
    line-height: 1.6923076923;
    margin: 0.13rem 0 0.34rem;
    width: auto;
  }
  .section-training-flow .flow-list {
    padding-left: 0.72rem;
    padding-right: 0;
    gap: 0.2rem;
  }
  .section-training-flow .flow-list li {
    padding: 0.18rem 0.15rem;
  }
  .section-training-flow .flow-list li:nth-child(2) .item-label {
    font-size: 0.11rem;
    line-height: 0.14rem;
  }
  .section-training-flow .flow-list li::before {
    left: -0.43rem;
    height: calc(100% - 0.28rem);
  }
  .section-training-flow .flow-list li::after {
    top: calc(100% - 0.1rem);
    left: -0.48rem;
  }
  .section-training-flow .item-detail {
    padding-top: 0;
  }
  .section-training-flow .detail-title {
    font-size: 0.15rem;
    padding-left: 0.14rem;
    margin-bottom: 0.15rem;
  }
  .section-training-flow .detail-title::before {
    width: 0.04rem;
    height: 0.04rem;
  }
  .section-training-flow .item-image {
    width: 100%;
  }
  .section-training-flow .detail-text {
    font-size: 0.13rem;
    line-height: 1.6923076923;
    margin-top: 0.15rem;
  }
  .section-training-flow .item-label {
    width: 0.6rem;
    height: 0.6rem;
    font-size: 0.12rem;
    line-height: 1.8333333333;
    left: -0.72rem;
  }
}
.section-treatment-support {
  padding-bottom: 1.2rem;
  overflow: hidden;
  background-color: #F3F8FD;
}
.section-treatment-support .support-inner {
  background-color: #fff;
  border-radius: 0.12rem;
  padding: 0.57rem 0.9rem 0.59rem 0.8rem;
  display: flex;
  align-items: flex-start;
}
.section-treatment-support .support-title {
  display: flex;
  flex-direction: column;
  gap: 0.07rem;
}
.section-treatment-support .text-jp {
  font-size: 0.28rem;
  letter-spacing: 0.05em;
  line-height: 1.7142857143;
  letter-spacing: 0.05em;
}
.section-treatment-support .text-en {
  font-size: 0.14rem;
  letter-spacing: 0.05em;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #6AC7BF;
}
.section-treatment-support .support-detail {
  flex: 1;
  padding-top: 0.39rem;
}
.section-treatment-support .support-image {
  width: 4.44rem;
}
.section-treatment-support .support-text {
  font-size: 0.15rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.8666666667;
  margin-top: 0.33rem;
  max-width: 5rem;
}

@media only screen and (max-width: 767.98px) {
  .section-treatment-support {
    padding-bottom: 0.4rem;
  }
  .section-treatment-support .wrapper {
    padding: 0 0.15rem;
  }
  .section-treatment-support .support-inner {
    padding: 0.27rem 0.2rem 0.24rem;
    flex-direction: column;
  }
  .section-treatment-support .support-detail {
    padding-top: 0;
  }
  .section-treatment-support .support-title {
    gap: 0;
  }
  .section-treatment-support .text-en {
    font-size: 0.12rem;
  }
  .section-treatment-support .text-jp {
    font-size: 0.18rem;
    line-height: 1.5555555556;
  }
  .section-treatment-support .support-image {
    width: auto;
    margin: 0.23rem -0.14rem 0 -0.08rem;
  }
  .section-treatment-support .support-text {
    font-size: 0.14rem;
    line-height: 1.7142857143;
    max-width: unset;
    margin: 0.24rem -0.05rem 0 -0.05rem;
  }
}
.section-treatment-qa {
  background-color: #fbfbfb;
  padding-top: 0.91rem;
  padding-bottom: 1rem;
}
.section-treatment-qa .qa-title {
  margin-bottom: 0.58rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 0.16rem;
}
.section-treatment-qa .text-jp {
  font-size: 0.28rem;
  letter-spacing: 0.05em;
}
.section-treatment-qa .text-en {
  font-size: 0.14rem;
  letter-spacing: 0.05em;
  font-weight: bold;
  color: #6AC7BF;
}
.section-treatment-qa .qa-common {
  max-width: 10rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.section-treatment-qa .qa-block {
  box-shadow: 0.02rem 0.02rem 0.1rem 0 rgba(51, 51, 51, 0.1);
  border-radius: 0.08rem;
}
.section-treatment-qa .qa-block.is-active .block-heading::after {
  transform: translateY(-50%);
}
.section-treatment-qa .block-heading {
  position: relative;
}
.section-treatment-qa .block-heading::before, .section-treatment-qa .block-heading::after {
  content: "";
  display: block;
  width: 0.16rem;
  border-top: 0.02rem solid #6AC7BF;
  position: absolute;
  top: 0.34rem;
  right: 0.33rem;
  transform: translateY(-50%);
  transform-origin: center;
  transition: all 0.3s ease;
}
.section-treatment-qa .block-heading::after {
  transform: translateY(-50%) rotate(90deg);
}
.section-treatment-qa .heading-content {
  font-size: 0.15rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding: 0.2rem 0.92rem 0.22rem;
  display: flex;
  flex-wrap: wrap;
  line-height: 1.5;
  position: relative;
  line-height: 1.8666666667;
  cursor: pointer;
}
.section-treatment-qa .heading-content::before {
  content: "Q";
  font-size: 0.24rem;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.05em;
  font-weight: 500;
  padding-bottom: 0.02rem;
  color: #6AC7BF;
  font-weight: bold;
  position: absolute;
  left: 0.23rem;
  top: 0.18rem;
  height: 0.34rem;
  display: inline-flex;
  align-items: center;
}
.section-treatment-qa .heading-content::after {
  content: "";
  display: block;
  width: 0;
  height: calc(100% - 0.33rem);
  border-left: 0.01rem solid #EBEBEB;
  position: absolute;
  left: 0.67rem;
  top: 0.18rem;
}
.section-treatment-qa .block-content {
  display: none;
  font-size: 0.15rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  background-color: #f9f9f9;
  padding: 0.08rem 0.7rem 0.29rem 0.92rem;
  line-height: 1.9;
  position: relative;
}
.section-treatment-qa .block-content::before {
  content: "A";
  font-size: 0.24rem;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.05em;
  font-weight: 500;
  padding-bottom: 0.02rem;
  color: #0AA9C8;
  font-weight: bold;
  position: absolute;
  left: 0.25rem;
  top: 0.08rem;
  height: 0.34rem;
  display: inline-flex;
  align-items: center;
}
.section-treatment-qa .block-content::after {
  content: "";
  display: block;
  width: 0;
  height: calc(100% - 0.33rem);
  border-left: 0.01rem solid #EBEBEB;
  position: absolute;
  left: 0.67rem;
  top: 0.06rem;
}

@media only screen and (max-width: 767.98px) {
  .section-treatment-qa {
    padding-top: 0.34rem;
    padding-bottom: 0.4rem;
  }
  .section-treatment-qa .wrapper {
    padding: 0 0.15rem;
  }
  .section-treatment-qa .qa-title {
    gap: 0.03rem;
    margin-bottom: 0.21rem;
  }
  .section-treatment-qa .text-jp {
    font-size: 0.16rem;
  }
  .section-treatment-qa .text-en {
    font-size: 0.12rem;
  }
  .section-treatment-qa .qa-common {
    gap: 0.12rem;
  }
  .section-treatment-qa .block-heading::before, .section-treatment-qa .block-heading::after {
    top: 0.28rem;
    right: 0.2rem;
    width: 0.12rem;
  }
  .section-treatment-qa .heading-content {
    padding: 0.16rem 0.3rem 0.12rem 0.51rem;
    font-size: 0.13rem;
  }
  .section-treatment-qa .heading-content::before {
    font-size: 0.17rem;
    left: 0.15rem;
    top: 0.1rem;
  }
  .section-treatment-qa .heading-content::after {
    height: calc(100% - 0.4rem);
    top: 0.22rem;
    left: 0.4rem;
  }
  .section-treatment-qa .block-content {
    font-size: 0.13rem;
    letter-spacing: 0.05em;
    font-weight: 500;
    background-color: #f9f9f9;
    padding: 0rem 0.15rem 0.16rem 0.51rem;
    line-height: 1.68;
  }
  .section-treatment-qa .block-content::before {
    font-size: 0.17rem;
    left: 0.17rem;
    top: -0.06rem;
  }
  .section-treatment-qa .block-content::after {
    left: 0.4rem;
    height: calc(100% - 0.42rem);
  }
}