@charset "UTF-8";
/**
 * Green Dental Theme - Main Stylesheet
 */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
@media only screen and (max-width: 375px) {
  html {
    font-size: 4.2666666667vw !important;
  }
}
@media only screen and (min-width: 768px) {
  html {
    font-size: 1.1111111111vw !important;
  }
}
@media only screen and (min-width: 1441px) {
  html {
    font-size: 16px !important;
  }
}

body {
  color: #1F1F1F;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 0;
  font-weight: 400;
}

* {
  line-height: inherit;
}

picture {
  display: block;
}

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

a {
  text-decoration: none;
  color: inherit;
}
@media (hover: hover) {
  a.btn:hover, a.btn-reserve:hover, a.btn-tel:hover, a.btn-web:hover, a.btn-profile:hover, a.fv-reserve-btn:hover, a.common-btn:hover {
    opacity: 1 !important;
  }
}
@media (hover: none) {
  a.btn:active, a.btn-reserve:active, a.btn-tel:active, a.btn-web:active, a.btn-profile:active, a.fv-reserve-btn:active, a.common-btn:active {
    opacity: 1 !important;
  }
}

@media (hover: hover) {
  .site-header .nav-item a:hover,
  .global-nav .nav-item a:hover,
  .nav-list .nav-item a:hover {
    opacity: 1 !important;
  }
}
@media (hover: none) {
  .site-header .nav-item a:active,
  .global-nav .nav-item a:active,
  .nav-list .nav-item a:active {
    opacity: 1 !important;
  }
}

@media (hover: hover) {
  .blog-item-link:hover {
    opacity: 1 !important;
  }
}
@media (hover: none) {
  .blog-item-link:active {
    opacity: 1 !important;
  }
}

@media (hover: hover) {
  .news-thumbnail a:hover {
    opacity: 0.8 !important;
  }
}
@media (hover: none) {
  .news-thumbnail a:active {
    opacity: 0.8 !important;
  }
}

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

ul {
  list-style: none;
}

@media only screen and (min-width: 768px) {
  .only-sp {
    display: none !important;
  }
}

@media only screen and (max-width: 767.499px) {
  .only-pc {
    display: none !important;
  }
}

.nowrap {
  white-space: nowrap;
}

.en {
  font-family: "Cormorant Infant", serif; /* 英字用フォントを変更 */
}

/* 管理画面用のフォント設定を維持するためのクラス */
.admin-area {
  font-family: "Noto Sans JP", sans-serif;
}

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

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

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/**
 * Button Styles
 */
/*.btn {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  border-radius: 0.25rem;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  text-align: center;

  &--primary {
    background-color: #4caf50;
    color: #fff;

    /*&:hover {
      background-color: darken(#4caf50, 10%);
    }*/
/* &--secondary {
   background-color: #fff;
   color: #4caf50;
   border: 0.0625rem solid #4caf50;*/
/*&:hover {
  background-color: #4caf50;
  color: #fff;
}*/
.contact .btns {
  margin: min(20px, 1.25vw) auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 min(80px, 5vw);
}

.common-btn {
  color: #fff;
  font-size: 1.125rem;
  line-height: 1;
  background-color: #4caf50;
  border-radius: 0.3125rem;
  box-shadow: 0.1875rem 0.1875rem 0.1875rem rgba(198, 196, 196, 0.5019607843), inset 0 0 0 0.125rem #4caf50;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.common-btn:hover {
  background-color: #fff;
  color: #4caf50;
}
.common-btn.tel::before {
  content: "";
  margin: 0 0.4rem 0 0;
  width: 1rem;
  height: 1rem;
  background: url("get_template_directory_uri()/assets/img/template-theme/tel.webp") no-repeat center/contain;
}
.common-btn.web::before {
  content: "";
  margin: 0 0.4rem 0 0;
  width: 1rem;
  height: 1rem;
  background: url("get_template_directory_uri()/assets/img/template-theme/pc.webp") no-repeat center/contain;
}

.lowlayer-fv {
  position: relative;
  width: 100%;
  margin-left: calc(50% - 50vw);
  background-color: #f3f8e6;
  height: 18rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  margin-top: 4rem;
}
@media only screen and (max-width: 767.499px) {
  .lowlayer-fv {
    height: 10rem;
    padding: 0 1.25rem;
    margin-top: 3.5rem;
  }
}
.lowlayer-fv .lowlayer-fv-inner {
  position: relative;
  width: 100%;
  max-width: 75rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
@media only screen and (max-width: 767.499px) {
  .lowlayer-fv .lowlayer-fv-inner {
    max-width: 100%;
  }
}
.lowlayer-fv .lowlayer-fv-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #4caf50;
  text-align: center;
  line-height: 1.4;
  position: relative;
}
@media only screen and (max-width: 767.499px) {
  .lowlayer-fv .lowlayer-fv-title {
    font-size: 1.8rem;
    line-height: 1.3;
  }
}
.lowlayer-fv .lowlayer-fv-leaves {
  position: absolute;
  top: 0;
  z-index: 5;
}
.lowlayer-fv .lowlayer-fv-leaves img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
@media only screen and (max-width: 767.499px) {
  .lowlayer-fv .lowlayer-fv-leaves {
    top: 0;
  }
}
.lowlayer-fv .lowlayer-fv-leaves-left {
  left: 0;
  width: 12rem;
}
.lowlayer-fv .lowlayer-fv-leaves-left img {
  width: 12rem;
  height: auto;
}
@media only screen and (max-width: 767.499px) {
  .lowlayer-fv .lowlayer-fv-leaves-left {
    width: 6rem;
  }
  .lowlayer-fv .lowlayer-fv-leaves-left img {
    width: 6rem;
    height: auto;
  }
}
.lowlayer-fv .lowlayer-fv-leaves-right {
  right: 0;
  width: 12rem;
}
.lowlayer-fv .lowlayer-fv-leaves-right img {
  width: 12rem;
  height: auto;
}
@media only screen and (max-width: 767.499px) {
  .lowlayer-fv .lowlayer-fv-leaves-right {
    width: 6rem;
  }
  .lowlayer-fv .lowlayer-fv-leaves-right img {
    width: 6rem;
    height: auto;
  }
}

.higher-fv {
  position: relative;
  width: 100%;
  margin-left: calc(50% - 50vw);
  background-image: url("../../assets/img/common/header-page-fv.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #f3f8e6;
  height: 18rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  margin-top: 4rem;
}
@media only screen and (max-width: 767.499px) {
  .higher-fv {
    height: 10rem;
    padding: 0 1.25rem;
    margin-top: 3.5rem;
  }
}
.higher-fv .higher-fv-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 40%, rgba(255, 255, 255, 0.6) 60%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}
.higher-fv .higher-fv-inner {
  position: relative;
  width: 100%;
  max-width: 75rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
@media only screen and (max-width: 767.499px) {
  .higher-fv .higher-fv-inner {
    max-width: 100%;
  }
}
.higher-fv .higher-fv-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #50a166;
  text-align: center;
  line-height: 1.4;
  position: relative;
}
@media only screen and (max-width: 767.499px) {
  .higher-fv .higher-fv-title {
    font-size: 1.8rem;
    line-height: 1.3;
  }
}

.breadcrumb {
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
  padding: 1rem 0;
}
@media only screen and (max-width: 767.499px) {
  .breadcrumb {
    padding: 0.75rem 0;
  }
}

.breadcrumb-inner {
  width: 100%;
  max-width: 75rem;
  margin: 0 auto;
  padding: 0 1.25rem;
}
@media only screen and (max-width: 767.499px) {
  .breadcrumb-inner {
    padding: 0 1rem;
  }
}

.breadcrumb-list {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.875rem;
  line-height: 1.4;
}
@media only screen and (max-width: 767.499px) {
  .breadcrumb-list {
    font-size: 0.8rem;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

.breadcrumb-item {
  display: flex;
  align-items: center;
}
.breadcrumb-item:not(:last-child) {
  margin-right: 0.5rem;
}
@media only screen and (max-width: 767.499px) {
  .breadcrumb-item:not(:last-child) {
    margin-right: 0.375rem;
    min-width: 3rem;
  }
}

.breadcrumb-link {
  color: #666;
  text-decoration: none;
  transition: color 0.3s ease;
}
.breadcrumb-link:hover {
  color: #A0C421;
  text-decoration: underline;
}
@media only screen and (max-width: 767.499px) {
  .breadcrumb-link {
    min-width: 3rem;
    white-space: nowrap;
  }
  .breadcrumb-link:hover {
    text-decoration: none;
  }
}

.breadcrumb-separator {
  display: flex;
  align-items: center;
  margin: 0 0.5rem;
  color: #999;
  font-size: 0.75rem;
}
@media only screen and (max-width: 767.499px) {
  .breadcrumb-separator {
    margin: 0 0.375rem;
    font-size: 0.7rem;
  }
}
.breadcrumb-separator span {
  line-height: 1;
}

.breadcrumb-current {
  color: #333;
  font-weight: 500;
  flex-shrink: 1;
}
@media only screen and (min-width: 768px) {
  .breadcrumb-current span {
    white-space: nowrap;
    overflow: hidden;
    max-width: 20rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .breadcrumb-current span {
    white-space: normal;
    line-height: 1.4;
    word-break: break-word;
    display: block;
  }
}

.flex1-main-title {
  margin: 3rem auto 1rem;
  padding: 0.3em 1em;
  color: #07651e;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: left;
  border-radius: 0.5rem;
  background: linear-gradient(to right, #dcebc4, #d0e1b8);
}
@media only screen and (min-width: 768px) {
  .flex1-main-title {
    margin: 1.5rem auto 0.5rem;
    font-size: 1.5rem;
  }
}

.flex1-sub-title {
  position: relative;
  margin: 1rem auto 0.5rem;
  padding: 0 0 0.5em 0;
  color: #333;
  font-size: 1.1rem;
  font-weight: 600;
  text-align: left;
  border-bottom: 1px solid #4caf50;
}
@media only screen and (min-width: 768px) {
  .flex1-sub-title {
    margin: 0.5rem auto 0.25rem;
    font-size: 1.25rem;
  }
}

.flex1-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0.5rem 0;
}
@media only screen and (min-width: 768px) {
  .flex1-flex {
    gap: 2%;
    margin: 2rem 0;
  }
}
.flex1-flex .flex1-col-left {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .flex1-flex .flex1-col-left {
    width: 59%;
  }
}
.flex1-flex .flex1-col-left .flex1-list {
  margin: 1.5em 0;
  padding: 0;
  list-style: none;
  font-family: "Noto Sans JP", sans-serif;
}
.flex1-flex .flex1-col-left .flex1-list .flex1-item {
  position: relative;
  margin: 0.8em 0;
  padding: 0 0 0 1.2em;
  line-height: 1.5;
  color: #333;
  font-size: 0.95em;
}
.flex1-flex .flex1-col-left .flex1-list .flex1-item::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #4caf50;
  font-weight: bold;
  font-size: 1.2em;
}
@media only screen and (min-width: 768px) {
  .flex1-flex .flex1-col-left .flex1-list .flex1-item {
    font-size: 1rem;
    line-height: 1.8;
  }
}
.flex1-flex .flex1-col-right {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .flex1-flex .flex1-col-right {
    width: 39%;
  }
}
.flex1-flex .flex1-col-right picture {
  display: block;
  width: 100%;
}
.flex1-flex .flex1-col-right picture img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}

.flex1-note {
  margin: 2em 0 1.5em;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  font-size: 0.95em;
}
@media only screen and (min-width: 768px) {
  .flex1-note {
    font-size: 1rem;
    line-height: 1.8;
  }
}

.flex2-flex, .flex2-flex-reverse {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0.5rem 0;
}
@media only screen and (min-width: 768px) {
  .flex2-flex, .flex2-flex-reverse {
    gap: 2%;
    margin: 2rem 0;
  }
}
.flex2-flex .flex2-col-left, .flex2-flex-reverse .flex2-col-left {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .flex2-flex .flex2-col-left, .flex2-flex-reverse .flex2-col-left {
    width: 69%;
  }
}
.flex2-flex .flex2-col-left .flex2-text, .flex2-flex-reverse .flex2-col-left .flex2-text {
  margin: 1.5em 0;
  line-height: 1.5;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.95em;
}
@media only screen and (min-width: 768px) {
  .flex2-flex .flex2-col-left .flex2-text, .flex2-flex-reverse .flex2-col-left .flex2-text {
    font-size: 1rem;
    line-height: 1.8;
  }
}
.flex2-flex .flex2-col-left .flex2-text em, .flex2-flex-reverse .flex2-col-left .flex2-text em {
  font-style: normal;
  font-weight: 600;
  color: #4caf50;
}
.flex2-flex .flex2-col-left .flex2-subtitle, .flex2-flex-reverse .flex2-col-left .flex2-subtitle {
  font-size: 1.1rem;
  font-weight: 600;
  color: #333;
  margin: 0.5rem 0;
  line-height: 1.4;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (min-width: 768px) {
  .flex2-flex .flex2-col-left .flex2-subtitle, .flex2-flex-reverse .flex2-col-left .flex2-subtitle {
    font-size: 1.2rem;
    margin: 0.5rem 0;
  }
}
.flex2-flex .flex2-col-left .flex2-subtitle-with-no, .flex2-flex-reverse .flex2-col-left .flex2-subtitle-with-no {
  position: relative;
  margin: 1rem auto 0.5rem;
  padding: 0 0 0.5em 2.5em;
  color: #333;
  font-size: 1.2rem;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
  border-bottom: 1px solid #4caf50;
}
@media only screen and (min-width: 768px) {
  .flex2-flex .flex2-col-left .flex2-subtitle-with-no, .flex2-flex-reverse .flex2-col-left .flex2-subtitle-with-no {
    margin: 0.5rem auto 0.25rem;
    font-size: 1.5rem;
  }
}
.flex2-flex .flex2-col-left .flex2-subtitle-with-no::before, .flex2-flex-reverse .flex2-col-left .flex2-subtitle-with-no::before {
  position: absolute;
  content: attr(data-no);
  top: -0.5rem;
  left: 0;
  width: 1.8em;
  aspect-ratio: 1/1;
  color: #4caf50;
  font-size: 1.3rem;
  font-family: "Roboto", "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 400;
  background: #fff;
  border: 1px solid #4caf50;
  border-radius: 100%;
  display: grid;
  place-items: center;
}
@media only screen and (min-width: 768px) {
  .flex2-flex .flex2-col-left .flex2-subtitle-with-no::before, .flex2-flex-reverse .flex2-col-left .flex2-subtitle-with-no::before {
    font-size: 1.4rem;
  }
}
.flex2-flex .flex2-col-left .flex2-subtitle-with-circle, .flex2-flex-reverse .flex2-col-left .flex2-subtitle-with-circle {
  position: relative;
  margin: 1rem auto 1rem;
  padding: 0 0 0.8rem 3rem;
  color: #333;
  font-size: 1.3rem;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4;
}
@media only screen and (min-width: 768px) {
  .flex2-flex .flex2-col-left .flex2-subtitle-with-circle, .flex2-flex-reverse .flex2-col-left .flex2-subtitle-with-circle {
    margin: 1.5rem auto 1.2rem;
    font-size: 1.6rem;
    padding-left: 3.5rem;
  }
}
.flex2-flex .flex2-col-left .flex2-subtitle-with-circle::before, .flex2-flex-reverse .flex2-col-left .flex2-subtitle-with-circle::before {
  position: absolute;
  content: attr(data-no);
  top: 0;
  left: 0;
  width: 2.2rem;
  height: 2.2rem;
  color: #fff;
  font-size: 1.1rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  background: #A0C421;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .flex2-flex .flex2-col-left .flex2-subtitle-with-circle::before, .flex2-flex-reverse .flex2-col-left .flex2-subtitle-with-circle::before {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.2rem;
  }
}
.flex2-flex .flex2-col-right, .flex2-flex-reverse .flex2-col-right {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .flex2-flex .flex2-col-right, .flex2-flex-reverse .flex2-col-right {
    width: 29%;
  }
}
.flex2-flex .flex2-col-right picture, .flex2-flex-reverse .flex2-col-right picture {
  display: block;
  width: 100%;
}
.flex2-flex .flex2-col-right picture img, .flex2-flex-reverse .flex2-col-right picture img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}

@media only screen and (min-width: 768px) {
  .flex2-flex-reverse {
    flex-direction: row-reverse;
  }
}

.flex2-subtitle-large {
  font-size: 1.2rem;
  font-weight: 600;
  color: #333;
  margin: 0.5rem 0;
  line-height: 1.4;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (min-width: 768px) {
  .flex2-subtitle-large {
    font-size: 1.4rem;
    margin: 0.8rem 0;
  }
}

.treatment-box {
  background-color: #fff;
  border: 2px solid #A0C421;
  border-radius: 12px;
  padding: 2.5rem 2rem;
  margin: 3rem auto;
  max-width: 28rem;
  text-align: left;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  counter-reset: treatment-counter;
}
@media only screen and (max-width: 767.499px) {
  .treatment-box {
    padding: 2rem 1.5rem;
    margin: 2rem auto;
    max-width: 90%;
  }
}
.treatment-box .treatment-box-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 2rem;
  line-height: 1.4;
  text-align: center;
}
@media only screen and (max-width: 767.499px) {
  .treatment-box .treatment-box-title {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
  }
}
.treatment-box .treatment-box-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.treatment-box .treatment-box-list .treatment-box-item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 500;
  color: #333;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .treatment-box .treatment-box-list .treatment-box-item {
    font-size: 0.9rem;
    margin-bottom: 0.8rem;
  }
}
.treatment-box .treatment-box-list .treatment-box-item:last-child {
  margin-bottom: 0;
}
.treatment-box .treatment-box-list .treatment-box-item::before {
  content: counter(treatment-counter);
  counter-increment: treatment-counter;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #A0C421;
  color: #fff;
  border-radius: 50%;
  font-size: 0.8rem;
  font-weight: 700;
  margin-right: 0.8rem;
  flex-shrink: 0;
  font-family: "Montserrat", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .treatment-box .treatment-box-list .treatment-box-item::before {
    width: 1.3rem;
    height: 1.3rem;
    font-size: 0.7rem;
    margin-right: 0.6rem;
  }
}

.qa-container {
  max-width: 68rem;
  margin: 0 auto;
  padding: 0 2rem;
}
@media only screen and (max-width: 767.499px) {
  .qa-container {
    padding: 0;
  }
}

.qa-item {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767.499px) {
  .qa-item {
    margin-bottom: 1.5rem;
  }
}
.qa-item:last-child {
  margin-bottom: 0;
}

.qa-question {
  background-color: #50891f;
  color: #fff;
  padding: 1rem 1.5rem;
  padding-left: 3rem;
  margin-bottom: 0;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.6;
  border-radius: 8px;
  position: relative;
}
@media only screen and (max-width: 767.499px) {
  .qa-question {
    padding: 0.8rem 0;
    padding-left: 3.5rem;
    font-size: 1rem;
  }
}
.qa-question::before {
  content: "Q";
  position: absolute;
  left: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  background-color: #fff;
  color: #50891f;
  font-size: 1.2rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 767.499px) {
  .qa-question::before {
    width: 1.8rem;
    height: 1.8rem;
    font-size: 1rem;
  }
}

.qa-answer {
  padding: 1.5rem 2rem 1.5rem 3rem;
  margin: 0;
  font-size: 1rem;
  color: #333;
  line-height: 1.8;
  position: relative;
}
@media only screen and (max-width: 767.499px) {
  .qa-answer {
    padding: 1.2rem 0.5rem 1.2rem 3rem;
    font-size: 0.9rem;
    line-height: 1.7;
  }
}
.qa-answer::before {
  content: "A";
  position: absolute;
  left: 0.5rem;
  top: 1.5rem;
  width: 2rem;
  height: 2rem;
  background-color: #6bb659;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 767.499px) {
  .qa-answer::before {
    width: 1.8rem;
    height: 1.8rem;
    font-size: 1rem;
    top: 1.2rem;
  }
}

.callender-component {
  /* 診療時間カレンダー */
  /* デフォルトアイコンとホバーアイコンの基本スタイル */
  /* ホバー時にフィルターを適用 */
}
.callender-component .callender-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 3rem;
  position: relative;
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
}
.callender-component .callender-title .callender-title-en {
  font-size: 0.9rem;
  color: #6bb659;
  font-weight: 700;
}
@media only screen and (max-width: 767.499px) {
  .callender-component .callender-title {
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
  }
  .callender-component .callender-title .callender-title-en {
    order: -1;
    font-size: 1.1rem;
  }
}
.callender-component .time-table {
  width: 100%;
  margin-bottom: 1rem;
  padding-right: 1rem;
}
@media only screen and (max-width: 767.499px) {
  .callender-component .time-table {
    margin-bottom: 1rem;
    padding-right: 0;
  }
}
.callender-component .time-table table {
  width: 100%;
  border-collapse: collapse;
}
@media only screen and (max-width: 767.499px) {
  .callender-component .time-table table {
    font-size: 0.7rem;
  }
  .callender-component .time-table table thead tr {
    font-size: 0.85rem;
  }
  .callender-component .time-table table thead tr th {
    padding-top: 0;
  }
}
.callender-component .time-table th {
  text-align: center;
  padding: 0.5rem;
  font-weight: 500;
  padding-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .callender-component .time-table th {
    width: 0.8rem;
  }
}
.callender-component .time-table th.saturday {
  color: #2196F3;
}
.callender-component .time-table td {
  text-align: center;
  padding: 1.4rem 0;
  vertical-align: middle;
  border-bottom: 0.09375rem solid #50891f;
}
.callender-component .time-table td.saturday {
  padding-bottom: 0.9rem;
}
@media only screen and (max-width: 767.499px) {
  .callender-component .time-table td.saturday {
    padding-bottom: 0.5rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .callender-component .time-table td {
    padding: 0.9rem 0;
    border-bottom: 0.09375rem solid #50891f;
  }
}
.callender-component .time-table .time-label {
  text-align: left;
  font-weight: 500;
  color: #333;
  font-family: "Montserrat", sans-serif;
}
@media only screen and (min-width: 768px) {
  .callender-component .time-table .time-label {
    width: 5rem;
    font-size: 1.15rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .callender-component .time-table .time-label {
    font-size: 0.85rem;
    padding-left: 0.8rem;
  }
}
.callender-component .time-table .circle {
  display: block;
  width: 1rem;
  height: 1rem;
  background-color: #6bb659;
  border-radius: 50%;
  margin: 0 auto;
}
@media only screen and (max-width: 767.499px) {
  .callender-component .time-table .circle {
    width: 0.7rem;
    height: 0.7rem;
  }
}
.callender-component .time-table .hyphen {
  display: block;
  width: 1rem;
  height: 1px;
  background-color: #999;
  margin: 0 auto;
  color: #f0f5e1;
}
@media only screen and (max-width: 767.499px) {
  .callender-component .time-table .hyphen {
    width: 0.5rem;
  }
}
.callender-component .time-table .triangle {
  display: block;
  width: 0;
  height: 0;
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
  border-bottom: 0.8rem solid #6bb659;
  margin: 0 auto;
}
@media only screen and (max-width: 767.499px) {
  .callender-component .time-table .triangle {
    border-left-width: 0.35rem;
    border-right-width: 0.35rem;
    border-bottom-width: 0.6rem;
  }
}
.callender-component .time-table .note {
  display: block;
  overflow: visible;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.6rem;
  color: #666;
  margin-top: 0.25rem;
}
@media only screen and (max-width: 767.499px) {
  .callender-component .time-table .note {
    font-size: 0.5rem;
  }
}
.callender-component .clinic-info {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767.499px) {
  .callender-component .clinic-info {
    margin-bottom: 1.25rem;
  }
}
.callender-component .clinic-info .note {
  font-size: 0.9rem;
  color: #666;
  line-height: 1.4;
}
@media only screen and (max-width: 767.499px) {
  .callender-component .clinic-info .note {
    font-size: 0.75rem;
    line-height: 1.5;
  }
}
.callender-component .action-buttons {
  display: flex;
  gap: 3rem;
  justify-content: center;
}
@media only screen and (max-width: 767.499px) {
  .callender-component .action-buttons {
    flex-direction: column;
    justify-content: center;
    gap: 1.2rem;
  }
}
.callender-component .btn {
  display: flex;
  padding: 1.2rem 2.3rem;
  border-radius: 2rem;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s;
  min-width: 12rem;
  align-content: center;
  justify-content: center;
}
@media only screen and (max-width: 767.499px) {
  .callender-component .btn {
    border-radius: 0.75rem;
    padding-top: 1.1rem;
    padding-bottom: 1.1rem;
  }
}
.callender-component .btn i {
  margin-right: 0.5rem;
}
.callender-component .btn-reserve,
.callender-component .btn-tel {
  background-color: #6bb659;
  border: #6bb659 1px solid;
  box-sizing: border-box;
  color: #fff;
}
.callender-component .btn-reserve:hover,
.callender-component .btn-tel:hover {
  background-color: #fff;
  color: #6bb659;
}
.callender-component .button-icon {
  width: auto;
  height: 1.2rem;
  vertical-align: middle;
  margin-right: 1rem;
  display: inline-block;
}
.callender-component .btn-reserve:hover .button-icon image {
  filter: url(#greenFilter);
}
.callender-component .btn-tel:hover .button-icon image {
  filter: url(#phoneGreenFilter);
}

/**
 * Header Styles
 */
.site-header {
  width: 100%;
  background-color: #fff;
  border-bottom: 0.0625rem solid #eee;
  padding: 0.55rem 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.05);
  border-top: 0.25rem solid #4caf50;
}
@media only screen and (max-width: 767.499px) {
  .site-header {
    padding: 0.6rem 0 0.75rem;
  }
}

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 79rem;
  margin: 0 auto;
  padding: 0 1.25rem;
}

.site-logo a {
  text-decoration: none;
  display: block;
}
.site-logo img {
  max-width: 12.5rem;
  height: auto;
}
@media only screen and (max-width: 767.499px) {
  .site-logo img {
    max-width: 140px;
  }
}

.logo-text-en {
  font-size: 0.75rem;
  color: #333;
  font-weight: 700;
  letter-spacing: 0.0625rem;
  margin-bottom: 0.125rem;
}
@media only screen and (max-width: 767.499px) {
  .logo-text-en {
    font-size: 0.6875rem;
  }
}
.logo-text-jp {
  font-size: 1.5rem;
  color: #333;
  font-weight: 700;
  letter-spacing: 0.0625rem;
}
@media only screen and (max-width: 767.499px) {
  .logo-text-jp {
    font-size: 1.125rem;
  }
}

.global-nav {
  display: block;
}
@media only screen and (max-width: 767.499px) {
  .global-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0.3125rem 0.625rem rgba(0, 0, 0, 0.1);
    padding: 1.25rem;
    z-index: 99;
  }
}

.nav-list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 767.499px) {
  .nav-list {
    flex-direction: column;
  }
}

.nav-item,
.menu-item {
  margin-left: 1.75rem;
}
.nav-item:first-child,
.menu-item:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 767.499px) {
  .nav-item,
  .menu-item {
    margin-left: 0;
    margin-bottom: 0.9375rem;
  }
  .nav-item:last-child,
  .menu-item:last-child {
    margin-bottom: 0;
  }
}
.nav-item a,
.menu-item a {
  color: #333;
  font-size: 0.8rem;
  text-decoration: none;
  position: relative;
  padding-bottom: 0.3125rem;
  font-weight: 500;
}
@media only screen and (max-width: 767.499px) {
  .nav-item a,
  .menu-item a {
    display: block;
    padding: 0.3125rem 0;
    font-size: 1rem;
  }
}
.nav-item a:hover,
.menu-item a:hover {
  color: #4caf50;
}
.nav-item a:hover::after,
.menu-item a:hover::after {
  width: 100%;
}
.nav-item.current-menu-item a, .nav-item.current-page-ancestor a, .nav-item.current-menu-ancestor a,
.menu-item.current-menu-item a,
.menu-item.current-page-ancestor a,
.menu-item.current-menu-ancestor a {
  color: #4caf50;
  font-weight: 700;
}
.nav-item.current-menu-item .megamenu-trigger, .nav-item.current-page-ancestor .megamenu-trigger, .nav-item.current-menu-ancestor .megamenu-trigger,
.menu-item.current-menu-item .megamenu-trigger,
.menu-item.current-page-ancestor .megamenu-trigger,
.menu-item.current-menu-ancestor .megamenu-trigger {
  color: #4caf50;
  font-weight: 700;
}
.nav-item.nav-item-megamenu,
.menu-item.nav-item-megamenu {
  position: relative;
  padding-top: 0.07rem;
}
.nav-item.nav-item-megamenu .megamenu-trigger,
.menu-item.nav-item-megamenu .megamenu-trigger {
  background: none;
  border: none;
  color: #333;
  font-size: 0.8rem;
  font-weight: 500;
  cursor: pointer;
  padding: 0.11rem 0 0.3125rem;
  display: flex;
  align-items: center;
  gap: 0.3rem;
  font-family: inherit;
  box-sizing: border-box;
}
.nav-item.nav-item-megamenu .megamenu-trigger:hover,
.menu-item.nav-item-megamenu .megamenu-trigger:hover {
  color: #4caf50;
}
.nav-item.nav-item-megamenu .megamenu-trigger[aria-expanded=true],
.menu-item.nav-item-megamenu .megamenu-trigger[aria-expanded=true] {
  color: #4caf50;
}
.nav-item.nav-item-megamenu .megamenu-trigger[aria-expanded=true] .megamenu-arrow,
.menu-item.nav-item-megamenu .megamenu-trigger[aria-expanded=true] .megamenu-arrow {
  transform: rotate(180deg);
}
.nav-item.nav-item-megamenu .megamenu-trigger .megamenu-arrow,
.menu-item.nav-item-megamenu .megamenu-trigger .megamenu-arrow {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid currentColor;
  transition: transform 0.3s ease;
}
.nav-item.nav-item-megamenu .megamenu-container,
.menu-item.nav-item-megamenu .megamenu-container {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 37.5rem;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 1000;
  margin-top: 0.5rem;
}
.nav-item.nav-item-megamenu .megamenu-container.is-open,
.menu-item.nav-item-megamenu .megamenu-container.is-open {
  opacity: 1;
  visibility: visible;
}
.nav-item.nav-item-megamenu .megamenu-container .megamenu-content,
.menu-item.nav-item-megamenu .megamenu-container .megamenu-content {
  padding: 1.5rem;
}
.nav-item.nav-item-megamenu .megamenu-container .megamenu-title,
.menu-item.nav-item-megamenu .megamenu-container .megamenu-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #4caf50;
}
.nav-item.nav-item-megamenu .megamenu-container .megamenu-grid,
.menu-item.nav-item-megamenu .megamenu-container .megamenu-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 1rem;
}
.nav-item.nav-item-megamenu .megamenu-container .megamenu-grid a,
.menu-item.nav-item-megamenu .megamenu-container .megamenu-grid a {
  color: #666;
  font-size: 0.85rem;
  text-decoration: none;
  padding: 0.4rem 0.6rem;
  border-radius: 4px;
  transition: all 0.2s ease;
  line-height: 1.4;
}
.nav-item.nav-item-megamenu .megamenu-container .megamenu-grid a:hover,
.menu-item.nav-item-megamenu .megamenu-container .megamenu-grid a:hover {
  color: #4caf50;
  background-color: #f8f9fa;
}
@media only screen and (max-width: 767.499px) {
  .nav-item.nav-item-megamenu .megamenu-container,
  .menu-item.nav-item-megamenu .megamenu-container {
    display: none;
  }
}
@media only screen and (max-width: 767.499px) {
  .nav-item.nav-item-megamenu .megamenu-trigger,
  .menu-item.nav-item-megamenu .megamenu-trigger {
    display: none;
  }
  .nav-item.nav-item-megamenu .mobile-link,
  .menu-item.nav-item-megamenu .mobile-link {
    display: block;
    color: #333;
    font-size: 1rem;
    text-decoration: none;
    padding: 0.3125rem 0;
  }
  .nav-item.nav-item-megamenu .mobile-link:hover,
  .menu-item.nav-item-megamenu .mobile-link:hover {
    color: #4caf50;
  }
}
@media only screen and (min-width: 768px) {
  .nav-item.nav-item-megamenu .mobile-link,
  .menu-item.nav-item-megamenu .mobile-link {
    display: none;
  }
}
.nav-item.nav-item-dropdown,
.menu-item.nav-item-dropdown {
  position: relative;
  padding-top: 0.07rem;
}
.nav-item.nav-item-dropdown .dropdown-trigger,
.menu-item.nav-item-dropdown .dropdown-trigger {
  background: none;
  border: none;
  color: #333;
  font-size: 0.8rem;
  font-weight: 500;
  cursor: pointer;
  padding: 0.11rem 0 0.3125rem;
  display: flex;
  align-items: center;
  gap: 0.3rem;
  font-family: inherit;
  box-sizing: border-box;
}
.nav-item.nav-item-dropdown .dropdown-trigger:hover,
.menu-item.nav-item-dropdown .dropdown-trigger:hover {
  color: #4caf50;
}
.nav-item.nav-item-dropdown .dropdown-trigger[aria-expanded=true],
.menu-item.nav-item-dropdown .dropdown-trigger[aria-expanded=true] {
  color: #4caf50;
}
.nav-item.nav-item-dropdown .dropdown-trigger[aria-expanded=true] .dropdown-arrow,
.menu-item.nav-item-dropdown .dropdown-trigger[aria-expanded=true] .dropdown-arrow {
  transform: rotate(180deg);
}
.nav-item.nav-item-dropdown .dropdown-trigger .dropdown-arrow,
.menu-item.nav-item-dropdown .dropdown-trigger .dropdown-arrow {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid currentColor;
  transition: transform 0.3s ease;
}
.nav-item.nav-item-dropdown .dropdown-container,
.menu-item.nav-item-dropdown .dropdown-container {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 11.25rem;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 1000;
  margin-top: 0.5rem;
}
.nav-item.nav-item-dropdown .dropdown-container.is-open,
.menu-item.nav-item-dropdown .dropdown-container.is-open {
  opacity: 1;
  visibility: visible;
}
.nav-item.nav-item-dropdown .dropdown-container .dropdown-content,
.menu-item.nav-item-dropdown .dropdown-container .dropdown-content {
  padding: 0.8rem 0;
}
.nav-item.nav-item-dropdown .dropdown-container .dropdown-content a,
.menu-item.nav-item-dropdown .dropdown-container .dropdown-content a {
  display: block;
  padding: 0.6rem 1.2rem;
  color: #666;
  font-size: 0.875rem;
  text-decoration: none;
  transition: all 0.2s ease;
  border-bottom: 1px solid #f5f5f5;
}
.nav-item.nav-item-dropdown .dropdown-container .dropdown-content a:last-child,
.menu-item.nav-item-dropdown .dropdown-container .dropdown-content a:last-child {
  border-bottom: none;
}
.nav-item.nav-item-dropdown .dropdown-container .dropdown-content a:hover,
.menu-item.nav-item-dropdown .dropdown-container .dropdown-content a:hover {
  color: #4caf50;
  background-color: #f8f9fa;
}
@media only screen and (max-width: 767.499px) {
  .nav-item.nav-item-dropdown .dropdown-container,
  .menu-item.nav-item-dropdown .dropdown-container {
    display: none;
  }
}
@media only screen and (max-width: 767.499px) {
  .nav-item.nav-item-dropdown .dropdown-trigger,
  .menu-item.nav-item-dropdown .dropdown-trigger {
    display: none;
  }
  .nav-item.nav-item-dropdown .mobile-link,
  .menu-item.nav-item-dropdown .mobile-link {
    display: block;
    color: #333;
    font-size: 1rem;
    text-decoration: none;
    padding: 0.3125rem 0;
  }
  .nav-item.nav-item-dropdown .mobile-link:hover,
  .menu-item.nav-item-dropdown .mobile-link:hover {
    color: #4caf50;
  }
}
@media (min-width: 960px) {
  .nav-item.nav-item-dropdown .mobile-link,
  .menu-item.nav-item-dropdown .mobile-link {
    display: none;
  }
}
.nav-item.nav-item-dropdown.current-menu-item .dropdown-trigger, .nav-item.nav-item-dropdown.current-page-ancestor .dropdown-trigger, .nav-item.nav-item-dropdown.current-menu-ancestor .dropdown-trigger,
.menu-item.nav-item-dropdown.current-menu-item .dropdown-trigger,
.menu-item.nav-item-dropdown.current-page-ancestor .dropdown-trigger,
.menu-item.nav-item-dropdown.current-menu-ancestor .dropdown-trigger {
  color: #4caf50;
  font-weight: 700;
}

.sp_menu {
  display: none;
}
@media only screen and (max-width: 767.499px) {
  .sp_menu {
    display: block;
  }
}
@media (min-width: 960px) {
  .sp_menu {
    display: none !important;
  }
}

.p_header_btn {
  text-align: center;
  position: fixed;
  top: 1.25rem;
  right: 1.25rem;
  z-index: 10002;
}
@media (min-width: 960px) {
  .p_header_btn {
    display: none !important;
  }
}

.e_menuBtn {
  border: none;
  background: transparent;
  cursor: pointer;
}

.p_header_btnTxt {
  color: #4caf50;
  font-weight: bold;
  margin-top: 0.25rem;
  font-size: 0.625rem;
  text-align: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.e_menuBtn_inner {
  width: 1.8rem;
  height: 1.3rem;
  cursor: pointer;
  position: relative;
}

.e_menuBtn_line {
  width: 100%;
  height: 0.125rem;
  position: absolute;
  background-color: #4caf50;
  border-radius: 0.1875rem;
  left: 0;
  transition: all 0.4s ease;
}
.e_menuBtn_line:nth-child(1) {
  top: 0;
}
.e_menuBtn_line:nth-child(2) {
  top: 0.6rem;
  transition: 0.1s 0.2s ease-out opacity;
}
.e_menuBtn_line:nth-child(3) {
  top: 1.2rem;
}

.p_hamburgerNav_close {
  display: none;
  position: fixed;
  text-align: center;
  background: rgb(80, 137, 31);
  z-index: 10003;
  top: 0;
  right: 0;
  padding: 0.8rem 0.8rem 0.3rem;
  cursor: pointer;
}
.p_hamburgerNav_close .e_menuBtn_line {
  background-color: #fff;
}
.p_hamburgerNav_close .e_menuBtn_line:nth-child(1) {
  top: 0.6rem;
  transform: rotate(45deg);
  animation: none;
}
.p_hamburgerNav_close .e_menuBtn_line:nth-child(2) {
  opacity: 0;
}
.p_hamburgerNav_close .e_menuBtn_line:nth-child(3) {
  top: 0.6rem;
  transform: rotate(-45deg);
  animation: none;
}
.p_hamburgerNav_close .p_header_btnTxt {
  color: #fff;
}
.p_hamburgerNav_close.is_active {
  display: block;
}

.p_hamburgerNav {
  transform: translateX(100%);
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: #edf6d9;
  z-index: 10000;
  display: block;
  transition: all 0.3s ease;
  padding: 7rem 1.25rem 4rem;
  visibility: hidden;
}
@media only screen and (max-width: 767.499px) {
  .p_hamburgerNav {
    visibility: visible;
    padding-top: 4rem;
  }
}
.p_hamburgerNav.is_active {
  transform: translateX(0);
  visibility: visible;
}

.p_hamburgerNav_logo {
  margin: auto;
  display: flex;
  padding-top: 1rem;
  justify-content: center;
  width: 3rem;
}
.p_hamburgerNav_logo img {
  max-width: 12rem;
  height: auto;
}

.p_hamburgerNav_item {
  margin-bottom: 3rem;
}

.p_hamburgerNav_itemTtl {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 500;
  color: #01650f;
  text-shadow: 0.1875rem 0.1875rem 0.125rem #fff;
  margin-bottom: 1.5rem;
}

.b_hanburgerMenu {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}
.b_hanburgerMenu .b_hanburgerMenu_item {
  padding: 0.0625rem;
}
.b_hanburgerMenu .b_hanburgerMenu_item a {
  border: 0.125rem solid #4caf50;
  border-radius: 0.625rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  text-decoration: none;
  height: 7rem;
  background: #fff;
}
.b_hanburgerMenu .b_hanburgerMenu_item a img {
  width: 3.3rem;
  height: 3.3rem;
  -o-object-fit: contain;
  object-fit: contain;
  flex-shrink: 0;
  margin-bottom: 0.375rem;
}
.b_hanburgerMenu .b_hanburgerMenu_item a span {
  color: #4caf50;
  font-size: 0.9375rem;
  text-align: center;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  min-height: 0;
}
.b_hanburgerMenu .b_hanburgerMenu_item a span.small {
  font-size: 0.8rem;
}

.p_contactTable {
  margin: 2.75rem auto;
}
.p_contactTable table {
  border: 0.0625rem solid #4caf50;
  width: 100%;
}
.p_contactTable tbody {
  background: #fff;
}
.p_contactTable thead th,
.p_contactTable thead td {
  background: #4caf50;
  color: #fff;
  text-align: center;
  font-size: 1.3125rem;
}
@media only screen and (max-width: 767.499px) {
  .p_contactTable thead th,
  .p_contactTable thead td {
    font-size: 0.9rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .p_contactTable thead th {
    padding: 0.9375rem 0.625rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .p_contactTable thead td {
    padding: 0.9375rem 0.3125rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .p_contactTable th,
  .p_contactTable td {
    height: 1.875rem;
    vertical-align: middle;
    text-align: center;
    padding: 0.3125rem;
  }
  .p_contactTable th.holiday,
  .p_contactTable td.holiday {
    padding: 0.1rem;
    font-size: 0.75rem;
  }
  .p_contactTable th.saturday,
  .p_contactTable td.saturday {
    padding: 0.1rem;
  }
  .p_contactTable th.time,
  .p_contactTable td.time {
    font-weight: 500;
  }
}
.p_contactTable .circle {
  font-weight: 500;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
}
.p_contactTable .circle span {
  font-size: 0.6rem;
  font-weight: normal;
  margin-top: 0.125rem;
  line-height: 1.1;
}

.p_hamburgerBtn {
  width: 100%;
  height: 5.3125rem;
  background-color: #4caf50;
  border-radius: 0.625rem;
  font-size: 1.875rem;
  text-align: center;
  margin-bottom: 0.3125rem;
}
.p_hamburgerBtn span {
  font-size: 0.9375rem;
  display: block;
}
.p_hamburgerBtn a {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  height: 100%;
  color: #fff;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
  padding: 0 3.25rem;
  border: 0.0625rem solid #4caf50;
  border-radius: 0.375rem;
  transition: all 0.3s ease;
}
.p_hamburgerBtn a.web {
  padding: 0 4.25rem;
}
.p_hamburgerBtn a:hover {
  background-color: #fff;
  color: rgb(80, 137, 31);
  border-color: rgb(80, 137, 31);
}
.p_hamburgerBtn a:hover .hamburger-button-icon.phone-icon {
  filter: url(#hamburgerPhoneGreenFilter);
}
.p_hamburgerBtn a:hover .hamburger-button-icon.calendar-icon {
  filter: url(#hamburgerCalendarGreenFilter);
}
.p_hamburgerBtn a .hamburger-button-icon {
  transition: all 0.3s;
  flex-shrink: 0;
}
.p_hamburgerBtn a .hamburger-button-icon.phone-icon {
  width: 1.875rem;
  height: 2.25rem;
}
@media only screen and (max-width: 767.499px) {
  .p_hamburgerBtn a .hamburger-button-icon.phone-icon {
    width: 1.5rem;
    height: 1.8rem;
  }
}
.p_hamburgerBtn a .hamburger-button-icon.calendar-icon {
  width: 2rem;
  height: 2rem;
}
@media only screen and (max-width: 767.499px) {
  .p_hamburgerBtn a .hamburger-button-icon.calendar-icon {
    width: 1.6rem;
    height: 1.6rem;
  }
}
.p_hamburgerBtn a .text-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p_hamburgerBtn a span {
  font-size: 0.9375rem;
  display: block;
  text-align: left;
}
.p_hamburgerBtn a span.phone-number {
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 0.25rem;
  font-family: "Montserrat", sans-serif;
}
.p_hamburgerBtn a span.web-text {
  font-size: 1.25rem;
  font-weight: bold;
  margin-top: 0.25rem;
}

.p_hamburgerLink {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.p_hamburgerLink a {
  display: block;
  width: 49.5%;
  font-size: 1.875rem;
  text-align: center;
  color: #4caf50;
  padding: 0.625rem 2.5rem 0.625rem 0.625rem;
  border: 0.0625rem solid #4caf50;
  border-radius: 0.3125rem;
  position: relative;
  text-decoration: none;
  background: #fff;
}
.p_hamburgerLink a span {
  font-size: 0.9375rem;
  display: block;
  margin-top: 0.3125rem;
}
.p_hamburgerLink a::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 0.5rem solid #4caf50;
  border-top: 0.5rem solid transparent;
  border-bottom: 0.5rem solid transparent;
  position: absolute;
  top: 50%;
  right: 0.625rem;
  transform: translateY(-50%);
}

/* ヘッダーSNSアイコン（PC版） */
.header-sns {
  display: flex;
  align-items: center;
}
.header-sns .header-sns-icons {
  display: flex;
  gap: 0.5rem;
}
.header-sns .header-sns-icons .header-sns-icon {
  display: inline-block;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.header-sns .header-sns-icons .header-sns-icon:hover {
  transform: translateY(-1px);
  opacity: 0.8;
}
.header-sns .header-sns-icons .header-sns-icon img {
  width: auto;
  height: 1.8rem;
  display: block;
}

/* ハンバーガーメニューSNSアイコン（モバイル版） */
.hamburger-sns {
  text-align: center;
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid #e0e0e0;
}
.hamburger-sns .hamburger-sns-icons {
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.hamburger-sns .hamburger-sns-icons .hamburger-sns-icon {
  display: inline-block;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.hamburger-sns .hamburger-sns-icons .hamburger-sns-icon:hover {
  transform: translateY(-2px);
  opacity: 0.8;
}
.hamburger-sns .hamburger-sns-icons .hamburger-sns-icon img {
  width: auto;
  height: 2rem;
  display: block;
}

.site-footer {
  width: 100%;
  background-color: #fff;
  padding: 10rem 0 1rem;
  position: relative;
  border-top: 0.0625rem solid #eee;
  overflow: hidden;
  /* 診療内容のグリッドレイアウト */
  /* 長いタイトルの項目用のスタイル */
}
@media only screen and (max-width: 767.499px) {
  .site-footer {
    padding-top: 3.5rem;
    height: auto;
  }
}
.site-footer .footer-service-grid {
  display: grid;
  padding-left: 1.2rem;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.6rem 0.8rem;
  margin-top: 0.5rem;
  align-items: center;
}
.site-footer .footer-service-row {
  display: contents;
}
.site-footer .footer-service-grid a {
  color: #666;
  font-size: 0.65rem;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  line-height: 1.4;
}
.site-footer .footer-service-grid a:hover {
  color: #4caf50;
}
.site-footer .footer-service-long {
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: unset !important;
  text-indent: -0.6rem;
  padding-left: 0.6rem;
  line-height: 1.3;
}
.site-footer .footer-service-long:hover {
  color: #4caf50 !important;
}
.site-footer .footer-leaves {
  position: absolute;
  top: -6rem;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 1;
}
@media only screen and (max-width: 767.499px) {
  .site-footer .footer-leaves {
    top: -1.9rem;
  }
}
.site-footer .footer-leaves img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.site-footer .footer-inner {
  max-width: 70rem;
  margin: 0 auto;
  padding: 0 0.5rem;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767.499px) {
  .site-footer .footer-inner {
    padding: 0 1.5rem;
  }
}
.site-footer .footer-nav-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.site-footer .footer-column {
  width: 20%;
  margin-bottom: 1.5rem;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 767.499px) {
  .site-footer .footer-column {
    margin-bottom: 0;
  }
}
.site-footer .footer-column.second {
  width: 15%;
  justify-content: flex-start;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .site-footer .footer-column.second {
    display: none;
  }
}
.site-footer .footer-column:first-child {
  width: 20%;
  justify-content: flex-start;
}
@media only screen and (max-width: 767.499px) {
  .site-footer .footer-column:first-child {
    width: auto;
  }
}
.site-footer .footer-column.footer-service-column {
  width: 45%;
  justify-content: flex-start;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .site-footer .footer-column.footer-service-column {
    display: none;
  }
}
.site-footer .footer-column.footer-service-column .diagnosis-details {
  margin-bottom: 1rem;
}
.site-footer .footer-column:last-child {
  width: 13%;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .site-footer .footer-column:last-child {
    display: none;
  }
}
@media only screen and (max-width: 767.499px) {
  .site-footer .logo-text-jp {
    font-size: 1rem;
  }
}
.site-footer .site-logo {
  margin-bottom: 1rem;
}
.site-footer .site-logo a {
  text-decoration: none;
  display: block;
}
@media only screen and (min-width: 768px) {
  .site-footer .site-logo a {
    margin-top: -1rem;
  }
}
.site-footer .site-logo img {
  max-width: 13rem;
  height: auto;
}
@media only screen and (max-width: 767.499px) {
  .site-footer .site-logo img {
    max-width: 11rem;
  }
}
.site-footer .footer-nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer .footer-nav-item {
  flex-basis: calc(33.333% - 1.5rem);
  margin-bottom: 1.5rem;
}
.site-footer .footer-nav-item a {
  color: #333;
  font-size: 0.9rem;
  text-decoration: none;
  position: relative;
  display: inline-block;
  letter-spacing: -0.01em;
  font-weight: 500;
}
.site-footer .footer-nav-item a:hover {
  color: #4caf50;
}
.site-footer .footer-subnav-list {
  list-style: none;
  margin: 0.5rem 0 0 0;
  padding: 0;
}
.site-footer .footer-subnav-item {
  margin-bottom: 1rem;
  padding-left: 0.5rem;
}
.site-footer .footer-subnav-item a {
  color: #333;
  font-size: 0.8rem;
  text-decoration: none;
  display: inline-block;
  position: relative;
  font-weight: normal;
}
.site-footer .footer-subnav-item a:hover {
  color: #4caf50;
}
.site-footer .footer-content {
  margin-bottom: 0.75rem;
}
@media only screen and (max-width: 767.499px) {
  .site-footer .footer-content {
    margin-top: 1.8rem;
    margin-bottom: 0.5rem;
  }
}
.site-footer .footer-description {
  font-size: 0.65rem;
  line-height: 1.6;
  color: #666;
  text-align: center;
  font-family: Arial, sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .site-footer .footer-description {
    line-height: 1.8;
    font-size: 0.47rem;
    text-align: left;
  }
}
.site-footer .footer-sns {
  text-align: center;
  margin: 0 0 1rem;
}
@media only screen and (max-width: 767.499px) {
  .site-footer .footer-sns {
    margin: 0 0 1rem;
  }
}
.site-footer .footer-sns .sns-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
@media only screen and (max-width: 767.499px) {
  .site-footer .footer-sns .sns-icons {
    gap: 0.75rem;
  }
}
.site-footer .footer-sns .sns-icons .sns-icon {
  display: inline-block;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.site-footer .footer-sns .sns-icons .sns-icon:hover {
  transform: translateY(-2px);
  opacity: 0.8;
}
.site-footer .footer-sns .sns-icons .sns-icon img {
  width: auto;
  height: 2.5rem;
  display: block;
}
@media only screen and (max-width: 767.499px) {
  .site-footer .footer-sns .sns-icons .sns-icon img {
    height: 2rem;
  }
}
.site-footer .copyright {
  padding-top: 1rem;
  border-top: 1px solid #eee;
  text-align: center;
}
@media only screen and (max-width: 767.499px) {
  .site-footer .copyright {
    margin-bottom: 4.5rem;
    padding-top: 0.5rem;
  }
}
.site-footer .copyright p {
  font-size: 0.55rem;
  color: #999;
  margin: 0;
}

.fv {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #f3f8e6;
}
@media only screen and (max-width: 767.499px) {
  .fv {
    height: auto;
    min-height: 37.5rem;
    padding-top: 3.8rem;
    padding-bottom: 3.75rem;
  }
}

.fv-inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .fv-inner {
    padding-top: 4.7rem;
    padding-bottom: 6.75em;
  }
}
@media only screen and (max-width: 767.499px) {
  .fv-inner {
    flex-direction: column;
    padding: 0;
    padding-top: 14rem;
  }
}

.fv-content {
  width: 50%;
  position: relative;
  z-index: 10;
  padding-left: 6.25rem;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 767.499px) {
  .fv-content {
    width: 100%;
    padding-left: 0;
    order: 2;
  }
}

.fv-content-top {
  display: flex;
  align-items: flex-start;
  margin-bottom: 4.5rem;
  flex-direction: column;
}
@media only screen and (max-width: 767.499px) {
  .fv-content-top {
    margin-bottom: 1.875rem;
    justify-content: center;
    flex-direction: row;
  }
}

.fv-title {
  font-size: 2.5rem;
  line-height: 1.5;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .fv-title {
    display: flex;
    flex-direction: column;
    margin-top: 4rem;
    margin-left: 5.5rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .fv-title {
    font-size: 1.45rem;
    padding-left: 2.5rem;
    margin-bottom: 1.875rem;
    max-width: 11.25rem;
  }
}

.fv-title-line {
  display: inline;
  position: relative;
  color: #A0C421;
  line-height: 1.8;
}
@media only screen and (min-width: 768px) {
  .fv-title-line.line1 {
    width: 75%;
  }
  .fv-title-line.line2 {
    width: 58%;
  }
  .fv-title-line.line3 {
    width: 75%;
  }
  .fv-title-line.line4 {
    width: 100%;
  }
}
@media only screen and (max-width: 767.499px) {
  .fv-title-line {
    white-space: nowrap;
    line-height: 1.9;
  }
}
.fv-title-line .fv-title-first-text {
  color: #4caf50;
}
.fv-title-line::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.125rem;
  background-color: #A0C421;
}
@media only screen and (max-width: 767.499px) {
  .fv-title-line::after {
    right: 0;
    margin: 0 auto;
  }
}

.fv-info {
  display: flex;
  flex-direction: row;
}
@media only screen and (min-width: 768px) {
  .fv-info {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767.499px) {
  .fv-info {
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
  }
}

.fv-info-item {
  width: auto;
}
.fv-info-item.fv-info-access {
  margin-top: 3.4rem;
  position: relative;
  min-width: 7.625rem;
}
.fv-info-item.fv-info-access img {
  position: absolute;
  top: 0;
  left: 0rem;
  width: 100%;
}
.fv-info-item.fv-info-holiday {
  margin-top: 6.8rem;
  position: relative;
  min-width: 7.625rem;
}
.fv-info-item.fv-info-holiday img {
  position: absolute;
  top: 0;
  left: 0rem;
  width: 100%;
}
.fv-info-item.fv-info-ladies {
  margin-top: 7.5rem;
  position: relative;
  min-width: 7.625rem;
}
.fv-info-item.fv-info-ladies img {
  position: absolute;
  top: 1rem;
  left: 1em;
  width: 100%;
}
@media only screen and (max-width: 767.499px) {
  .fv-info-item {
    height: 5.5rem;
    margin-bottom: 0;
  }
  .fv-info-item.fv-info-access {
    margin-top: 0;
    min-width: 5.5rem;
  }
  .fv-info-item.fv-info-access img {
    top: 1rem;
    left: -0.5rem;
    width: 100%;
  }
  .fv-info-item.fv-info-holiday {
    margin-top: 0;
    margin-left: 0;
    min-width: 5.5rem;
  }
  .fv-info-item.fv-info-holiday img {
    top: 3.5rem;
    left: 0;
    width: 100%;
  }
  .fv-info-item.fv-info-ladies {
    margin-top: 0;
    margin-left: -0.5rem;
    height: 5.75rem;
  }
  .fv-info-item.fv-info-ladies img {
    top: 2.5rem;
    left: -0.5rem;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .fv-info-item img {
    width: 7.625rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .fv-info-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
}

@media only screen and (min-width: 768px) {
  .fv-reserve {
    position: fixed;
    right: 0;
    top: 31%;
    transform: translateY(-50%);
    z-index: 1000;
  }
}
@media only screen and (max-width: 767.499px) {
  .fv-reserve {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 0.625rem 1.25rem;
    background-color: #F2F5EA;
    box-shadow: 0 -0.125rem 0.5rem rgba(0, 0, 0, 0.1);
    z-index: 100;
  }
}

.fv-reserve-btn {
  display: inline-block;
  background-color: #50891f;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
  transition: background-color 0.3s;
  border-radius: 0.7rem 0 0 0.7rem;
  writing-mode: vertical-lr;
  padding: 1.5rem 1.2rem 1.5rem 0.7rem;
  font-size: 1rem;
}
@media only screen and (min-width: 768px) {
  .fv-reserve-btn {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .fv-reserve-btn span {
    writing-mode: vertical-lr;
    text-combine-upright: all;
  }
}
.fv-reserve-btn i,
.fv-reserve-btn .reserve-icon {
  display: inline-block;
  transform: rotate(0deg);
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
}
.fv-reserve-btn .reserve-icon {
  width: auto;
  height: 1.2rem;
  vertical-align: middle;
}
@media only screen and (max-width: 767.499px) {
  .fv-reserve-btn .reserve-icon {
    margin-bottom: 0;
    margin-right: 0.3rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .fv-reserve-btn {
    writing-mode: horizontal-tb;
    font-size: 1rem;
    padding: 0.9rem;
    width: 97%;
    border-radius: 0.6rem;
    display: flex;
    justify-content: center;
    margin: auto;
  }
}
.fv-reserve-btn:hover {
  background-color: rgb(60.5577689243, 139.4422310757, 63.7450199203);
}

.fv-image {
  position: relative;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 767.499px) {
  .fv-image {
    width: 94%;
    min-width: 21.75rem;
    position: absolute;
    top: 0;
    right: 0;
    order: 1;
  }
}
@media only screen and (min-width: 768px) {
  .fv-image img {
    width: 84rem;
    height: 35.5rem;
    -o-object-fit: cover;
    object-fit: cover;
    margin-top: -0.3rem;
    -o-object-position: center bottom;
    object-position: center bottom;
    border-radius: 0 0 0 5rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .fv-image img {
    width: 22rem;
    height: 13.5rem;
    overflow: hidden;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center bottom;
    object-position: center bottom;
    border-radius: 0 0 0 2.4rem;
  }
}

@media only screen and (max-width: 767.499px) {
  .fv-main-content {
    order: 2;
  }
  .fv-main-image {
    order: 1;
  }
}
.fv-bg-leaves {
  position: absolute;
  z-index: 6;
}
.fv-bg-leaves img {
  width: 100%;
  height: auto;
  max-width: 11rem;
}
@media only screen and (max-width: 767.499px) {
  .fv-bg-leaves {
    display: none;
  }
}

.fv-bg-leaves-top {
  top: 1rem;
  left: 0;
}

.fv-bg-leaves-bottom {
  bottom: 3rem;
  right: 0;
}

.news-callender {
  background-color: #fff;
  position: relative;
  overflow: hidden;
  /* 重なる部分が正しく表示されるようにする */
  /* ニュースセクションのモバイル用スタイル追加 */
  /* ニュースセクション */
  /* 診療時間カレンダー */
  /* デフォルトアイコンとホバーアイコンの基本スタイル */
  /* ホバー時にフィルターを適用 */
}
.news-callender .news-callender-inner {
  display: flex;
  justify-content: space-between;
  position: relative;
  /* 位置指定のための基準点 */
}
@media only screen and (max-width: 767.499px) {
  .news-callender .news-callender-inner {
    flex-direction: column;
    gap: 2rem;
  }
}
.news-callender .news-section,
.news-callender .callender-section {
  width: 50%;
  padding: 2.5rem 0;
}
@media only screen and (max-width: 767.499px) {
  .news-callender .news-section,
  .news-callender .callender-section {
    width: 100%;
    padding: 0.5rem 0 1rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .news-callender .callender-section {
    background-color: #f0f5e1;
    padding-top: 2.2rem;
    padding-bottom: 3.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .news-callender .news-section {
    position: relative;
    z-index: 2;
    /* お知らせセクションを前面に */
    background-color: #fff;
  }
  .news-callender .news-section::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 4rem;
    height: 4rem;
    background-image: url("../../../template_theme/assets/img/top/top.svg");
    background-size: cover;
    background-repeat: no-repeat;
  }
  .news-callender .callender-section {
    position: relative;
    z-index: 1;
    /* 診療時間セクションを背面に */
    padding: 2.5rem 3rem;
    background-color: #f0f5e1;
    border-radius: 0 0 0 2rem;
    /* 左下の角だけ丸くする */
  }
  .news-callender .callender-section::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 4rem;
    height: 4rem;
    background-image: url("../../../template_theme/assets/img/top/under.svg");
    background-size: cover;
    background-repeat: no-repeat;
  }
  .news-callender .news-section-wrap {
    margin-left: 7.5rem;
    margin-right: 2rem;
    position: relative;
  }
  .news-callender .callender-section-wrap {
    margin-right: 7.5rem;
    padding: 0 1rem;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .news-callender .callender-section-wrap {
    padding-right: 0;
  }
}
.news-callender .section-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 6rem;
  position: relative;
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  /* モバイル表示用のスタイル */
}
.news-callender .section-title .section-title-en {
  font-size: 0.9rem;
  color: #6bb659;
  font-weight: 700;
}
.news-callender .section-title.second {
  margin-bottom: 3rem;
  margin-left: -1rem;
}
@media only screen and (max-width: 767.499px) {
  .news-callender .section-title.second {
    margin-bottom: 1.5rem;
    gap: 1rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .news-callender .section-title {
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 3rem;
    font-size: 1.5rem;
  }
  .news-callender .section-title .section-title-en {
    order: -1;
    /* 英語タイトルを日本語タイトルの上に配置 */
    font-size: 1.1rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .news-callender .news-section-wrap {
    padding: 0 1.5rem;
  }
  .news-callender .callender-section-wrap {
    padding: 0 1.5rem;
  }
}
.news-callender .news-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media only screen and (max-width: 767.499px) {
  .news-callender .news-list {
    gap: 0.7rem;
  }
}
.news-callender .news-item {
  display: flex;
  border-bottom: 0.09375rem solid #50891f;
  padding-bottom: 1.2rem;
}
@media only screen and (max-width: 767.499px) {
  .news-callender .news-item {
    padding-bottom: 0.7rem;
  }
  .news-callender .news-item:last-child {
    padding-bottom: 1.2rem;
  }
}
.news-callender .news-thumbnail {
  width: 7rem;
  height: 5rem;
  border-radius: 0.4rem;
  overflow: hidden;
  margin-right: 1rem;
}
@media only screen and (max-width: 767.499px) {
  .news-callender .news-thumbnail {
    width: 8.25rem;
    height: 6rem;
  }
}
.news-callender .news-thumbnail a {
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s ease;
}
.news-callender .news-thumbnail a:hover {
  opacity: 0.8;
}
.news-callender .news-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.news-callender .news-content {
  flex: 1;
}
.news-callender .news-date {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 0.5rem;
}
.news-callender .news-title {
  font-size: 0.85rem;
  font-weight: 500;
  color: #333;
  margin: 0;
  line-height: 1.4;
}
.news-callender .news-title a {
  color: #333;
  text-decoration: none;
  transition: all 0.3s;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-callender .news-title a:hover {
  color: #A0C421;
  text-decoration: underline;
}
.news-callender .time-table {
  width: 100%;
  margin-bottom: 1rem;
  padding-right: 1rem;
}
@media only screen and (max-width: 767.499px) {
  .news-callender .time-table {
    margin-bottom: 1rem;
    padding-right: 0;
  }
}
.news-callender .time-table table {
  width: 100%;
  border-collapse: collapse;
}
@media only screen and (max-width: 767.499px) {
  .news-callender .time-table table {
    font-size: 0.7rem;
  }
  .news-callender .time-table table thead tr {
    font-size: 0.85rem;
  }
  .news-callender .time-table table thead tr th {
    padding-top: 0;
  }
}
.news-callender .time-table th {
  text-align: center;
  padding: 0.5rem;
  border-bottom: 1px solid #eee;
  font-weight: 500;
  padding-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .news-callender .time-table th {
    width: 0.8rem;
  }
}
.news-callender .time-table th.saturday {
  color: #2196F3;
}
.news-callender .time-table td {
  text-align: center;
  padding: 1.4rem 0;
  vertical-align: middle;
  border-bottom: 0.09375rem solid #50891f;
}
.news-callender .time-table td.saturday {
  padding-bottom: 0.9rem;
}
@media only screen and (max-width: 767.499px) {
  .news-callender .time-table td.saturday {
    padding-bottom: 0.5rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .news-callender .time-table td {
    padding: 0.9rem 0;
    border-bottom: 0.09375rem solid #50891f;
  }
}
.news-callender .time-table .time-label {
  text-align: left;
  font-weight: 500;
  color: #333;
  font-family: "Montserrat", sans-serif;
}
@media only screen and (min-width: 768px) {
  .news-callender .time-table .time-label {
    width: 5rem;
    font-size: 1.15rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .news-callender .time-table .time-label {
    font-size: 0.85rem;
    padding-left: 0.8rem;
  }
}
.news-callender .time-table .circle {
  display: block;
  width: 1rem;
  height: 1rem;
  background-color: #6bb659;
  border-radius: 50%;
  margin: 0 auto;
}
@media only screen and (max-width: 767.499px) {
  .news-callender .time-table .circle {
    width: 0.7rem;
    height: 0.7rem;
  }
}
.news-callender .time-table .hyphen {
  display: block;
  width: 1rem;
  height: 1px;
  background-color: #999;
  margin: 0 auto;
  color: #f0f5e1;
}
@media only screen and (max-width: 767.499px) {
  .news-callender .time-table .hyphen {
    width: 0.5rem;
  }
}
.news-callender .time-table .triangle {
  display: block;
  width: 0;
  height: 0;
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
  border-bottom: 0.8rem solid #6bb659;
  /* 緑色の三角形 */
  margin: 0 auto;
}
@media only screen and (max-width: 767.499px) {
  .news-callender .time-table .triangle {
    border-left-width: 0.35rem;
    border-right-width: 0.35rem;
    border-bottom-width: 0.6rem;
  }
}
.news-callender .time-table .note {
  display: block;
  overflow: visible;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.6rem;
  color: #666;
  margin-top: 0.25rem;
}
@media only screen and (max-width: 767.499px) {
  .news-callender .time-table .note {
    font-size: 0.5rem;
  }
}
.news-callender .clinic-info {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767.499px) {
  .news-callender .clinic-info {
    margin-bottom: 1.25rem;
  }
}
.news-callender .clinic-info .note {
  font-size: 0.9rem;
  color: #666;
  line-height: 1.4;
}
@media only screen and (max-width: 767.499px) {
  .news-callender .clinic-info .note {
    font-size: 0.75rem;
    line-height: 1.5;
  }
}
.news-callender .action-buttons {
  display: flex;
  gap: 3rem;
  justify-content: flex-end;
}
@media only screen and (max-width: 767.499px) {
  .news-callender .action-buttons {
    flex-direction: column;
    justify-content: center;
    gap: 1.2rem;
  }
}
.news-callender .btn {
  display: flex;
  padding: 1.2rem 2.3rem;
  border-radius: 2rem;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s;
  min-width: 12rem;
  align-content: center;
  justify-content: center;
}
@media only screen and (max-width: 767.499px) {
  .news-callender .btn {
    border-radius: 0.75rem;
    padding-top: 1.1rem;
    padding-bottom: 1.1rem;
  }
}
.news-callender .btn i {
  margin-right: 0.5rem;
}
.news-callender .btn-reserve,
.news-callender .btn-tel {
  background-color: #6bb659;
  border: #6bb659 1px solid;
  box-sizing: border-box;
  color: #fff;
}
.news-callender .btn-reserve:hover,
.news-callender .btn-tel:hover {
  background-color: #fff;
  color: #6bb659;
}
.news-callender .button-icon {
  width: auto;
  height: 1.2rem;
  vertical-align: middle;
  margin-right: 1rem;
  display: inline-block;
}
.news-callender .btn-reserve:hover .button-icon image {
  filter: url(#greenFilter);
}
.news-callender .btn-tel:hover .button-icon image {
  filter: url(#phoneGreenFilter);
}

.concept {
  padding: 3.75rem 0 5rem 0;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767.499px) {
  .concept {
    padding: 2rem 0 3rem 0;
  }
}
.concept .concept-inner {
  margin: 0 7.5rem;
}
@media only screen and (max-width: 767.499px) {
  .concept .concept-inner {
    padding: 0 1.5rem;
    margin: 0;
  }
}
.concept .section-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #A0C421;
  margin-bottom: 3rem;
  position: relative;
  display: flex;
  letter-spacing: 0.2em;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  justify-content: center;
  text-align: center;
  /* モバイル表示用のスタイル */
}
.concept .section-title span {
  letter-spacing: normal;
}
.concept .section-title .section-title-en {
  font-size: 0.9rem;
  color: #6bb659;
  font-weight: 700;
  /* 英語タイトルを日本語タイトルの上に配置 */
  order: -1;
}
@media only screen and (max-width: 767.499px) {
  .concept .section-title {
    gap: 0.5rem;
    font-size: 1.25rem;
    letter-spacing: 0.1em;
    margin-bottom: 1.5rem;
  }
  .concept .section-title .section-title-en {
    font-size: 1.1rem;
  }
}
.concept .concept-catchphrase {
  font-size: 1.7rem;
  font-weight: 500;
  margin-bottom: 4.8rem;
  line-height: 1.5;
  text-align: center;
}
@media only screen and (max-width: 767.499px) {
  .concept .concept-catchphrase {
    font-size: 1rem;
    margin-bottom: 2rem;
    line-height: 1.4;
  }
}
.concept .concept-content {
  display: flex;
  gap: 4rem;
}
@media only screen and (max-width: 767.499px) {
  .concept .concept-content {
    flex-direction: column;
    gap: 0;
  }
}
.concept .concept-image {
  width: 39rem;
}
@media only screen and (max-width: 767.499px) {
  .concept .concept-image {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding-right: 1rem;
  }
}
.concept .concept-image img {
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 767.499px) {
  .concept .concept-image img {
    max-width: 83%;
  }
}
.concept .concept-text {
  flex: 1;
  padding-right: 3rem;
}
@media only screen and (max-width: 767.499px) {
  .concept .concept-text {
    width: 100%;
    padding-right: 0;
  }
}
.concept .concept-description {
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 1.8rem;
}
@media only screen and (max-width: 767.499px) {
  .concept .concept-description {
    margin-top: 1.25rem;
  }
}
.concept .concept-description p {
  margin-bottom: 2rem;
  line-height: 2.05;
  font-size: 1.1rem;
}
@media only screen and (max-width: 767.499px) {
  .concept .concept-description p {
    font-size: 0.95rem;
    line-height: 1.5;
    margin-bottom: 1rem;
  }
}
.concept .concept-description p:last-child {
  margin-bottom: 0;
}
.concept .concept-description .highlight {
  color: #ff669f;
  font-weight: 600;
}

.reason {
  padding: 9rem 0 5rem;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  background-image: url("../../assets/img/top/reason-bg-pc.png");
  background-repeat: no-repeat;
  background-position: top center;
  -o-object-fit: cover;
  object-fit: cover;
  background-size: 100% auto;
}
@media only screen and (max-width: 767.499px) {
  .reason {
    padding: 2rem 0 4.5rem;
    background-image: url("../../assets/img/top/reason-bg-sp.png");
    background-size: 100% auto;
  }
}
.reason .reason-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  pointer-events: none;
}
.reason .reason-background img {
  width: 100%;
  height: auto;
  display: block;
}
.reason .reason-inner {
  margin: 0 8rem;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767.499px) {
  .reason .reason-inner {
    margin: 0;
    padding: 0 1.5rem;
  }
}
.reason .section-title {
  font-size: 1.4rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 1.5rem;
  position: relative;
  display: flex;
  letter-spacing: 0.2em;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  justify-content: center;
  text-align: center;
  /* モバイル表示用のスタイル */
}
.reason .section-title span {
  letter-spacing: normal;
}
.reason .section-title .section-title-en {
  font-size: 1.1rem;
  color: #6bb659;
  font-weight: 700;
  /* 英語タイトルを日本語タイトルの上に配置 */
  order: -1;
}
@media only screen and (max-width: 767.499px) {
  .reason .section-title {
    gap: 1rem;
    font-size: 0.95rem;
    letter-spacing: 0.145em;
    margin-bottom: 1rem;
  }
  .reason .section-title .section-title-en {
    font-size: 1.1rem;
  }
}
.reason .reason-subtitle {
  font-size: 2.4rem;
  font-weight: 700;
  color: #A0C421;
  text-align: center;
  margin-bottom: 4rem;
  letter-spacing: 0.05em;
  /* 5の数字用のスタイルを追加 */
}
.reason .reason-subtitle .number {
  font-size: 3.6rem;
  color: #6bb659;
}
@media only screen and (max-width: 767.499px) {
  .reason .reason-subtitle {
    font-size: 1.5rem;
    margin-bottom: 2.75rem;
  }
  .reason .reason-subtitle .number {
    font-size: 2.6rem;
    /* モバイル表示時の数字サイズ */
  }
}
.reason .reason-bg-leaves {
  position: absolute;
  z-index: 1;
}
.reason .reason-bg-leaves img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767.499px) {
  .reason .reason-bg-leaves {
    width: 40%;
  }
}
.reason .reason-bg-leaves-left {
  top: 10rem;
  left: 0;
  width: 11.5%;
}
@media only screen and (max-width: 767.499px) {
  .reason .reason-bg-leaves-left {
    top: 2.5rem;
    width: 16%;
  }
}
.reason .reason-bg-leaves-right {
  top: 10rem;
  right: 0;
  width: 10%;
}
@media only screen and (max-width: 767.499px) {
  .reason .reason-bg-leaves-right {
    top: 2.5rem;
    width: 16%;
  }
}
.reason .reason-cards {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
  row-gap: 2.5rem;
  max-width: 68rem;
  margin: 0 auto;
}
.reason .reason-cards > *:nth-child(-n+3) {
  grid-column: span 2;
}
.reason .reason-cards > *:nth-child(4) {
  grid-column: 2/span 2;
}
.reason .reason-cards > *:nth-child(5) {
  grid-column: 4/span 2;
}
@media only screen and (max-width: 767.499px) {
  .reason .reason-cards {
    grid-template-columns: 1fr;
    gap: 1.55rem;
  }
  .reason .reason-cards > *:nth-child(-n+3), .reason .reason-cards > *:nth-child(4), .reason .reason-cards > *:nth-child(5) {
    grid-column: 1;
  }
}
.reason .reason-card {
  background-color: #fff;
  border-radius: 2rem;
  overflow: hidden;
  box-shadow: 0.3125rem 0.3125rem 0.5375rem rgba(175, 230, 150, 0.67);
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 767.499px) {
  .reason .reason-card {
    border-radius: 1rem;
    min-height: 22.6875rem;
  }
}
.reason .reason-card-image {
  width: 100%;
  height: 13.4rem;
  overflow: hidden;
}
@media only screen and (max-width: 767.499px) {
  .reason .reason-card-image {
    height: 9rem;
  }
}
.reason .reason-card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.reason .reason-card-content {
  padding: 1.5rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  padding-bottom: 2rem;
}
@media only screen and (max-width: 767.499px) {
  .reason .reason-card-content {
    padding: 1.2rem;
  }
}
.reason .reason-card-number {
  font-size: 1.45rem;
  font-weight: 500;
  color: #6bb659;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 1.2rem;
  text-align: center;
  position: relative;
  padding-bottom: 0.25rem;
  /* 下線を追加 */
}
.reason .reason-card-number::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  /* 中央揃え */
  width: 1rem;
  /* 下線の幅 */
  height: 1px;
  /* 下線の太さ */
  background-color: #6bb659;
  /* 下線の色 */
}
@media only screen and (max-width: 767.499px) {
  .reason .reason-card-number {
    font-size: 1.2rem;
    padding-bottom: 0.25rem;
    margin-bottom: 0.2rem;
  }
  .reason .reason-card-number::after {
    width: 1rem;
  }
}
.reason .reason-card-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: #6bb659;
  margin-bottom: 1rem;
  line-height: 1.4;
  text-align: center;
}
@media only screen and (max-width: 767.499px) {
  .reason .reason-card-title {
    font-size: 1.1rem;
    margin-bottom: 0.8rem;
  }
}
.reason .reason-card-text {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #666;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .reason .reason-card-text {
    font-size: 0.9rem;
    line-height: 1.5;
  }
}

.reason2 {
  padding: 5.5rem 0 9.5rem;
  background-color: #edf6d9;
  position: relative;
  overflow: visible;
  /* 背景の枝葉装飾用のスタイルを追加 */
  /* 下段のレーザー治療カード用スタイル */
}
@media only screen and (max-width: 767.499px) {
  .reason2 {
    padding: 4rem 0 2.9rem;
  }
}
.reason2 .reason2-bg-leaves {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
.reason2 .reason2-bg-leaves img {
  width: 100%;
  height: auto;
  display: block;
}
@media only screen and (max-width: 767.499px) {
  .reason2 .reason2-bg-leaves {
    width: 40%;
  }
}
.reason2 .reason2-bg-leaves-left {
  bottom: -3rem;
  left: 0;
  width: 12%;
}
@media only screen and (max-width: 767.499px) {
  .reason2 .reason2-bg-leaves-left {
    width: 16%;
    bottom: -3.5rem;
  }
}
.reason2 .reason2-bg-leaves-right {
  bottom: -2rem;
  right: 0;
  width: 11%;
}
@media only screen and (max-width: 767.499px) {
  .reason2 .reason2-bg-leaves-right {
    width: 16%;
    bottom: -3.5rem;
  }
}
.reason2 .reason2-inner {
  margin: 0 8rem;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767.499px) {
  .reason2 .reason2-inner {
    margin: 0;
    padding: 0 1.5rem;
  }
}
.reason2 .section-title {
  font-size: 1.4rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 3.5rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  justify-content: center;
  text-align: center;
  /* モバイル表示用のスタイル */
}
.reason2 .section-title .section-title-en {
  font-size: 1.1rem;
  color: #6bb659;
  font-weight: 700;
  /* 英語タイトルを日本語タイトルの上に配置 */
  order: -1;
}
@media only screen and (max-width: 767.499px) {
  .reason2 .section-title {
    font-size: 1.2rem;
    margin-bottom: 2.5rem;
  }
  .reason2 .section-title .section-title-en {
    font-size: 1.1rem;
  }
}
.reason2 .reason2-cards {
  display: flex;
  gap: 2.6rem;
  max-width: 68rem;
  margin: auto;
}
@media only screen and (max-width: 767.499px) {
  .reason2 .reason2-cards {
    gap: 2.5rem;
    flex-direction: column;
  }
}
.reason2 .reason2-card {
  background-color: #fff;
  border-radius: 2rem;
  overflow: hidden;
  box-shadow: 0.3125rem 0.3125rem 0.9375rem rgba(175, 230, 150, 0.67);
  padding: 1.8rem;
  padding-top: 1rem;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  max-width: 32.7rem;
  text-decoration: none;
  color: inherit;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.reason2 .reason2-card:hover {
  transform: translateY(-0.5rem);
  box-shadow: 0.3125rem 0.625rem 1.25rem rgba(175, 230, 150, 0.8);
  opacity: 0.8;
}
@media only screen and (max-width: 767.499px) {
  .reason2 .reason2-card {
    flex-direction: column;
    padding: 1.5rem;
    align-items: center;
    width: 100%;
  }
}
.reason2 .reason2-card-header {
  margin-right: 2.5rem;
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  /* 下線を追加 */
}
.reason2 .reason2-card-header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 2px;
  background-color: #6bb659;
}
@media only screen and (max-width: 767.499px) {
  .reason2 .reason2-card-header {
    flex: 0 0 100%;
    margin-right: 0;
    margin-bottom: 1.5rem;
  }
}
.reason2 .reason2-card-image {
  width: 7rem;
  height: 7rem;
  overflow: hidden;
  border-radius: 50%;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767.499px) {
  .reason2 .reason2-card-image {
    width: 4rem;
    height: 4rem;
  }
}
.reason2 .reason2-card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.reason2 .reason2-card-title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #6bb659;
  margin-bottom: 0;
  position: relative;
  text-align: center;
  width: 60%;
}
@media only screen and (max-width: 767.499px) {
  .reason2 .reason2-card-title {
    font-size: 1.3rem;
    padding-bottom: 0.8rem;
  }
}
.reason2 .reason2-card-text {
  flex: 1;
  font-size: 1.05rem;
  line-height: 1.8;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  padding-top: 1rem;
}
.reason2 .reason2-card-text p {
  margin-bottom: 1rem;
}
.reason2 .reason2-card-text p:last-child {
  margin-bottom: 0;
}
.reason2 .reason2-card-text .highlight {
  color: #ff669f;
  font-weight: 500;
}
@media only screen and (max-width: 767.499px) {
  .reason2 .reason2-card-text {
    font-size: 0.9rem;
    line-height: 1.7;
    text-align: left;
  }
}
.reason2 .reason2-laser-section {
  position: relative;
  border: 0.125rem solid #006934;
  border-radius: 1rem;
  padding: 2rem;
  margin: 3rem auto 0;
  max-width: 68rem;
}
@media only screen and (max-width: 767.499px) {
  .reason2 .reason2-laser-section {
    border: none;
    padding: 0;
    margin: 5rem auto 0;
  }
}
.reason2 .reason2-laser-title {
  position: absolute;
  top: -1rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.8rem;
  color: #006934;
  font-weight: 700;
  text-align: center;
  background-color: #edf6d9;
  padding: 0 1.5rem;
  margin: 0;
}
@media only screen and (max-width: 767.499px) {
  .reason2 .reason2-laser-title {
    position: static;
    transform: none;
    font-size: 1.7rem;
    margin-bottom: 1.5rem;
    background-color: transparent;
    padding: 0;
  }
}
.reason2 .reason2-laser-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  max-width: 100%;
  margin: 0;
}
@media only screen and (max-width: 767.499px) {
  .reason2 .reason2-laser-cards {
    flex-direction: column;
    gap: 0.5rem;
  }
}
.reason2 .reason2-laser-card {
  background-color: #fff;
  border-radius: 2rem;
  overflow: hidden;
  box-shadow: 0.3125rem 0.3125rem 0.9375rem rgba(175, 230, 150, 0.67);
  padding: 3rem 1.5rem 1.5rem 1.5rem;
  flex: 1;
  min-width: calc(33.333% - 1rem);
  max-width: calc(33.333% - 1rem);
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.reason2 .reason2-laser-card:hover {
  transform: translateY(-0.5rem);
  box-shadow: 0.3125rem 0.625rem 1.25rem rgba(175, 230, 150, 0.8);
  opacity: 0.8;
}
@media only screen and (max-width: 767.499px) {
  .reason2 .reason2-laser-card {
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 1.5rem;
  }
}
.reason2 .reason2-laser-card-header {
  position: relative;
  padding-bottom: 0.8rem;
  margin-bottom: 1rem;
  width: 100%;
  /* 下線を追加 */
}
.reason2 .reason2-laser-card-header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #6bb659;
}
.reason2 .reason2-laser-card-title {
  font-size: 1.45rem;
  font-weight: 700;
  color: #6bb659;
  margin-bottom: 0;
  padding-left: 1rem;
  padding-bottom: 0.8rem;
  position: relative;
}
@media only screen and (max-width: 767.499px) {
  .reason2 .reason2-laser-card-title {
    font-size: 1.3rem;
    padding-bottom: 0.8rem;
  }
}
.reason2 .reason2-laser-card-text {
  font-size: 1.05rem;
  line-height: 1.7;
  padding: 0 0.5rem;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
}
.reason2 .reason2-laser-card-text p {
  margin-bottom: 1rem;
}
.reason2 .reason2-laser-card-text p:last-child {
  margin-bottom: 0;
}
.reason2 .reason2-laser-card-text .highlight {
  color: #ff669f;
  font-weight: 500;
}
@media only screen and (max-width: 767.499px) {
  .reason2 .reason2-laser-card-text {
    font-size: 0.9rem;
    line-height: 1.7;
  }
}

.greeting {
  padding: 7rem 0 7rem;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767.499px) {
  .greeting {
    padding: 2.5rem 0 2.5rem;
  }
}
.greeting .greeting-inner {
  margin: 0 auto;
  max-width: 70rem;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767.499px) {
  .greeting .greeting-inner {
    padding: 0 1.5rem;
  }
}
.greeting .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 4rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  justify-content: center;
  text-align: center;
  /* モバイル表示用のスタイル */
}
.greeting .section-title .section-title-en {
  font-size: 1.1rem;
  color: #6bb659;
  font-weight: 700;
  /* 英語タイトルを日本語タイトルの上に配置 */
  order: -1;
}
@media only screen and (max-width: 767.499px) {
  .greeting .section-title {
    font-size: 1.44rem;
    margin-bottom: 1rem;
    gap: 0.5rem;
  }
  .greeting .section-title .section-title-en {
    font-size: 1.1rem;
  }
}
.greeting .greeting-content {
  display: flex;
  gap: 4.5rem;
  position: relative;
}
@media only screen and (max-width: 767.499px) {
  .greeting .greeting-content {
    flex-direction: column;
    gap: 0;
  }
}
.greeting .greeting-message {
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767.499px) {
  .greeting .greeting-message {
    padding-right: 0;
    margin-top: 2.6rem;
  }
}
.greeting .greeting-catchphrase {
  font-size: 1.5rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 4rem;
  line-height: 1.6;
  text-align: center;
  position: relative;
  letter-spacing: 0.05em;
  z-index: 3;
}
@media only screen and (max-width: 767.499px) {
  .greeting .greeting-catchphrase {
    font-size: 1rem;
    margin-bottom: 2.4rem;
    text-align: center;
  }
}
.greeting .greeting-text {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #333;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}
.greeting .greeting-text .greeting-paragraph {
  margin-bottom: 1.6rem;
  font-size: 1rem;
  line-height: 1.7;
  letter-spacing: -0.03em;
}
@media only screen and (max-width: 767.499px) {
  .greeting .greeting-text .greeting-paragraph {
    margin-bottom: 1.2rem;
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1.55;
    letter-spacing: -0.03em;
  }
}
.greeting .greeting-text .greeting-paragraph:last-of-type {
  margin-bottom: 2.2rem;
}
.greeting .greeting-text .greeting-paragraph.highlight {
  color: #6bb659;
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 0.8rem;
}
@media only screen and (min-width: 768px) {
  .greeting .greeting-text .greeting-paragraph.highlight {
    font-size: 1.3rem;
    margin-bottom: 1.3rem;
    letter-spacing: 0.01em;
  }
}
.greeting .greeting-text .greeting-director {
  font-weight: 700;
  margin-top: 2rem;
}
@media only screen and (max-width: 767.499px) {
  .greeting .greeting-text .greeting-director {
    margin-top: -0.5rem;
    font-weight: 700;
  }
}
@media only screen and (max-width: 767.499px) {
  .greeting .greeting-text {
    font-size: 0.9rem;
    line-height: 1.7;
  }
}
.greeting .greeting-profile-link {
  margin-top: 2rem;
}
@media only screen and (max-width: 767.499px) {
  .greeting .greeting-profile-link {
    margin-top: 1rem;
    text-align: center;
    width: 100%;
    max-width: 21.875rem;
  }
}
.greeting .greeting-profile-link .btn-profile {
  display: inline-block;
  background-color: #6bb659;
  color: #fff;
  font-weight: 700;
  padding: 1.2rem 3.7rem;
  border-radius: 2rem;
  text-decoration: none;
  transition: all 0.3s;
  font-size: 1rem;
  position: relative;
  border: 1px solid #6bb659;
  box-sizing: border-box;
}
.greeting .greeting-profile-link .btn-profile .button-arrow {
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.5rem;
  height: 0.7rem;
  fill: #fff;
  transition: all 0.3s;
}
@media only screen and (max-width: 767.499px) {
  .greeting .greeting-profile-link .btn-profile {
    border-radius: 0.5rem;
    width: 100%;
  }
}
.greeting .greeting-profile-link .btn-profile:hover {
  background-color: #fff;
  color: #6bb659;
}
.greeting .greeting-profile-link .btn-profile:hover .button-arrow image {
  filter: url(#arrowGreenFilter);
}
.greeting .greeting-image {
  width: 22rem;
  height: 31.5rem;
  position: relative;
  z-index: 2;
  flex-shrink: 0;
  margin-left: 7rem;
}
.greeting .greeting-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 2rem;
}
@media only screen and (max-width: 767.499px) {
  .greeting .greeting-image img {
    border-radius: 1rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .greeting .greeting-image {
    width: 11rem;
    height: 15.5rem;
    margin: 0 auto;
  }
}
.greeting .greeting-circle {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
.greeting .greeting-circle img {
  width: 100%;
  height: auto;
  display: block;
}
.greeting .greeting-circle1 {
  top: -6.9375rem;
  right: -15.0625rem;
  width: 24rem;
  opacity: 0.8;
  z-index: -1;
}
@media only screen and (max-width: 767.499px) {
  .greeting .greeting-circle1 {
    width: 11rem;
    right: -3.6875rem;
    top: -2rem;
  }
}
.greeting .greeting-circle2 {
  bottom: -7rem;
  left: -8rem;
  width: 17rem;
  /* opacity: .4; */
  z-index: -1;
}
@media only screen and (max-width: 767.499px) {
  .greeting .greeting-circle2 {
    transform: rotate(-24deg);
    width: 7rem;
    bottom: 0rem;
    left: -4.5rem;
  }
}
.greeting .only-sp {
  display: none;
}
@media only screen and (max-width: 767.499px) {
  .greeting .only-sp {
    display: inline;
  }
}

.menu {
  padding: 4.5rem 0 5rem;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  background-image: url("../../assets/img/top/menu-bg-pc.png");
  background-repeat: no-repeat;
  background-position: top center;
  -o-object-fit: cover;
  object-fit: cover;
  background-size: 100% auto;
}
@media only screen and (max-width: 767.499px) {
  .menu {
    padding: 0 0 2rem;
    overflow: visible;
    margin-top: 2rem;
    background-image: url("../../assets/img/top/menu-bg-sp.png");
    background-size: 100% auto;
  }
}
.menu .menu-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  pointer-events: none;
}
.menu .menu-background img {
  width: 100%;
  height: auto;
  display: block;
}
.menu .menu-inner {
  margin: 0 auto;
  max-width: 68rem;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767.499px) {
  .menu .menu-inner {
    margin: 0 auto;
    padding: 0 0.8rem;
    max-width: 100%;
  }
}
.menu .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 3.4rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.4rem;
  justify-content: center;
  text-align: center;
  margin-top: 3.5rem;
  /* モバイル表示用のスタイル */
}
.menu .section-title .section-title-en {
  font-size: 1.1rem;
  color: #6bb659;
  font-weight: 700;
  /* 英語タイトルを日本語タイトルの上に配置 */
  order: -1;
}
@media only screen and (max-width: 767.499px) {
  .menu .section-title {
    font-size: 1.44rem;
    gap: 1rem;
    margin-bottom: 1.2rem;
    margin-top: 0;
    padding-top: 2rem;
  }
  .menu .section-title .section-title-en {
    font-size: 1.1rem;
  }
}
.menu .menu-subtitle {
  font-size: 1.55rem;
  font-weight: 500;
  color: #333;
  text-align: center;
  margin-bottom: 3.5rem;
}
.menu .menu-bg-leaves {
  position: absolute;
  z-index: 1;
}
.menu .menu-bg-leaves img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767.499px) {
  .menu .menu-bg-leaves {
    width: 40%;
  }
}
.menu .menu-bg-leaves-left {
  top: 9rem;
  left: 0;
  width: 11%;
}
@media only screen and (max-width: 767.499px) {
  .menu .menu-bg-leaves-left {
    top: -2rem;
    width: 16%;
  }
}
.menu .menu-bg-leaves-right {
  top: 9rem;
  right: 0;
  width: 10%;
}
@media only screen and (max-width: 767.499px) {
  .menu .menu-bg-leaves-right {
    top: -2rem;
    width: 16%;
  }
}
.menu .menu-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 2.5rem;
  max-width: 54rem;
  margin: 0 auto;
}
@media only screen and (max-width: 767.499px) {
  .menu .menu-items {
    grid-template-columns: repeat(4, 1fr);
    gap: 0.5rem;
    padding: 0 0.5rem;
  }
}
.menu .menu-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-left: 0;
  text-decoration: none;
  color: inherit;
  transition: transform 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;
}
.menu .menu-item:hover {
  transform: translateY(-0.5rem);
  opacity: 0.8;
}
@media only screen and (max-width: 767.499px) {
  .menu .menu-item {
    margin-bottom: 0.5rem;
  }
}
.menu .menu-item-icon {
  width: 11rem;
  height: 11rem;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 1px solid rgba(107, 182, 89, 0.3);
}
.menu .menu-item-icon::before {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  right: 0.5rem;
  bottom: 0.5rem;
  border: 0.125rem solid rgba(107, 182, 89, 0.15);
  border-radius: 50%;
  pointer-events: none;
}
.menu .menu-item-icon img {
  width: 50%;
  height: auto;
  margin-top: -1rem;
}
.menu .menu-item-icon img.second {
  width: 40%;
}
@media only screen and (max-width: 767.499px) {
  .menu .menu-item-icon {
    width: 4.5rem;
    height: 4.5rem;
  }
  .menu .menu-item-icon::before {
    top: 0.25rem;
    left: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
  }
  .menu .menu-item-icon img {
    width: 40%;
    margin-bottom: 0.3rem;
    margin-top: -0.2rem;
  }
}
.menu .menu-item-name {
  font-size: 1.05rem;
  font-weight: 700;
  color: #333;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  max-width: 80%;
}
@media only screen and (max-width: 767.499px) {
  .menu .menu-item-name {
    font-size: 0.6rem;
    max-width: 90%;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 767.499px) {
  .menu .menu-subtitle {
    font-size: 1.05rem;
    margin-bottom: 2.5rem;
  }
}

.about {
  padding: 2.75rem 0 4.5rem;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767.499px) {
  .about {
    padding: 1rem 0 2rem;
  }
}
.about .about-inner {
  margin: 0 auto;
  max-width: 68rem;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767.499px) {
  .about .about-inner {
    margin: 0 auto;
    padding: 0 0.8rem;
    max-width: 100%;
  }
}
.about .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 3.5rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  justify-content: center;
  text-align: center;
  margin-top: 3rem;
}
.about .section-title .section-title-en {
  font-size: 1.1rem;
  color: #6bb659;
  font-weight: 700;
  order: -1;
}
@media only screen and (max-width: 767.499px) {
  .about .section-title {
    font-size: 1.44rem;
    gap: 0.5rem;
    margin-bottom: 1.7rem;
    margin-top: 2rem;
  }
  .about .section-title .section-title-en {
    font-size: 1.1rem;
  }
}
.about .about-subtitle {
  font-size: 1.55rem;
  font-weight: 500;
  color: #333;
  text-align: center;
  margin-bottom: 3.75rem;
}
@media only screen and (max-width: 767.499px) {
  .about .about-subtitle {
    font-size: 1.05rem;
    margin-bottom: 1.7rem;
    line-height: 1.2;
  }
}
.about .about-slider-container {
  position: relative;
  margin: 0 auto;
  max-width: 68rem;
  padding: 0 2rem;
}
@media only screen and (max-width: 767.499px) {
  .about .about-slider-container {
    padding: 0;
  }
}
.about .about-slider-main {
  margin: 0 1rem 2rem 1rem;
  border-radius: 2rem;
  overflow: hidden;
}
@media only screen and (max-width: 767.499px) {
  .about .about-slider-main {
    margin-bottom: 0;
    border-radius: 0.5rem;
  }
}
.about .about-slider-main .swiper-button-next,
.about .about-slider-main .swiper-button-prev {
  display: none;
}
.about .about-slider-main .swiper-slide {
  height: 0;
  padding-bottom: 45.25%;
  position: relative;
}
.about .about-slider-main .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (max-width: 767.499px) {
  .about .about-slider-main .swiper-slide {
    padding-bottom: 46%;
  }
}
.about .about-slider-thumbs {
  margin-top: 1rem;
  width: calc(100% - 1rem);
  margin-left: 0.5rem;
}
@media only screen and (max-width: 767.499px) {
  .about .about-slider-thumbs {
    margin-top: 0.7rem;
  }
}
.about .about-slider-thumbs .swiper-button-next,
.about .about-slider-thumbs .swiper-button-prev {
  display: none;
}
.about .about-slider-thumbs .swiper-wrapper {
  display: flex;
  gap: 0;
}
.about .about-slider-thumbs .swiper-slide {
  height: 0;
  padding-bottom: 15%;
  position: relative;
  border-radius: 1.5rem;
  overflow: hidden;
  cursor: pointer;
  width: 23.6% !important;
  box-sizing: border-box;
  margin: 0 0.5rem;
}
@media only screen and (max-width: 767.499px) {
  .about .about-slider-thumbs .swiper-slide {
    padding-bottom: 16%;
    border-radius: 0.5rem;
    margin: 0 0.2rem;
    width: 23.2% !important;
  }
}
.about .about-slider-thumbs .swiper-slide:last-child {
  margin-right: 0;
}
.about .about-slider-thumbs .swiper-slide:first-child {
  margin-left: 0;
}
.about .about-slider-thumbs .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.about .about-slider-container .about-main-next,
.about .about-slider-container .about-main-prev {
  color: #6bb659;
  width: 3rem;
  height: 3rem;
  top: 38%;
  transform: translateY(-50%);
}
.about .about-slider-container .about-main-next:after,
.about .about-slider-container .about-main-prev:after {
  font-size: 2rem;
}
@media only screen and (max-width: 767.499px) {
  .about .about-slider-container .about-main-next,
  .about .about-slider-container .about-main-prev {
    width: 2rem;
    height: 2rem;
    top: 45%;
  }
  .about .about-slider-container .about-main-next:after,
  .about .about-slider-container .about-main-prev:after {
    font-size: 1rem;
  }
}
.about .about-slider-container .about-main-next {
  right: -1rem;
}
@media only screen and (max-width: 767.499px) {
  .about .about-slider-container .about-main-next {
    right: -1rem;
  }
}
.about .about-slider-container .about-main-prev {
  left: -1rem;
}
@media only screen and (max-width: 767.499px) {
  .about .about-slider-container .about-main-prev {
    left: -1rem;
  }
}
.about .about-slider-container .about-thumbs-next,
.about .about-slider-container .about-thumbs-prev {
  color: #6bb659;
  width: 2rem;
  height: 2rem;
  top: 88%;
}
.about .about-slider-container .about-thumbs-next:after,
.about .about-slider-container .about-thumbs-prev:after {
  font-size: 1.5rem;
}
@media only screen and (max-width: 767.499px) {
  .about .about-slider-container .about-thumbs-next,
  .about .about-slider-container .about-thumbs-prev {
    width: 1.5rem;
    height: 1.5rem;
    top: 92%;
  }
  .about .about-slider-container .about-thumbs-next:after,
  .about .about-slider-container .about-thumbs-prev:after {
    font-size: 0.7rem;
  }
}
.about .about-slider-container .about-thumbs-next {
  right: 0;
}
@media only screen and (max-width: 767.499px) {
  .about .about-slider-container .about-thumbs-next {
    right: -1rem;
  }
}
.about .about-slider-container .about-thumbs-prev {
  left: 0;
}
@media only screen and (max-width: 767.499px) {
  .about .about-slider-container .about-thumbs-prev {
    left: -1rem;
  }
}

.access {
  padding-bottom: 2.5rem;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  /* アクセスアイコン用のスタイル */
}
@media only screen and (max-width: 767.499px) {
  .access {
    padding-bottom: 2rem;
  }
}
.access .access-inner {
  margin: 0 auto;
  padding: 0 1rem;
}
@media only screen and (max-width: 767.499px) {
  .access .access-inner {
    padding: 0 1.5rem;
  }
}
.access .section-title {
  font-size: 1.7rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 3.75rem;
  position: relative;
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  /* モバイル表示用のスタイル */
}
@media only screen and (min-width: 768px) {
  .access .section-title {
    margin-left: 7.3rem;
    padding-top: 6rem;
  }
}
.access .section-title .section-title-en {
  font-size: 0.9rem;
  color: #6bb659;
  font-weight: 700;
}
@media only screen and (max-width: 767.499px) {
  .access .section-title {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
    justify-content: center;
    margin-left: 0;
    padding-top: 2.6rem;
  }
  .access .section-title .section-title-en {
    order: -1;
    /* 英語タイトルを日本語タイトルの上に配置 */
    font-size: 1.1rem;
  }
}
.access .access-map {
  width: 100%;
  margin-bottom: 1rem;
  position: relative;
}
.access .access-map iframe {
  width: 100%;
  height: 18.75rem;
}
@media only screen and (max-width: 767.499px) {
  .access .access-map iframe {
    height: 13.75rem;
  }
}
.access .access-icon .icon-svg {
  width: auto;
  height: auto;
  vertical-align: middle;
}
@media only screen and (max-width: 767.499px) {
  .access .access-icon .icon-svg {
    width: 1.4rem;
  }
  .access .access-icon .icon-svg.second {
    width: 2rem;
  }
}
.access .map-link {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 8px 16px;
  border-radius: 4px;
  font-size: 0.9rem;
}
.access .map-link a {
  color: #50891f;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.access .map-link a:hover {
  text-decoration: underline;
}
.access .map-link a::after {
  content: "";
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 1px solid #50891f;
  border-right: 1px solid #50891f;
  transform: rotate(45deg);
  margin-left: 0.5rem;
}
@media only screen and (max-width: 767.499px) {
  .access .map-link {
    bottom: 10px;
    right: 10px;
    padding: 5px 10px;
    font-size: 0.8rem;
  }
}
.access .access-info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-left: 9.5rem;
}
@media only screen and (max-width: 767.499px) {
  .access .access-info {
    gap: 0.8rem;
    margin: 0;
  }
}
.access .access-address,
.access .access-bus {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.access .access-address p,
.access .access-bus p {
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
}
@media only screen and (max-width: 767.499px) {
  .access .access-address p,
  .access .access-bus p {
    font-size: 0.9rem;
    gap: 0.5rem;
  }
}

.news {
  position: relative;
  background: #fff;
  padding: 3.7rem 0 4.5rem;
  overflow: visible;
  /* リーフ装飾 */
}
@media only screen and (max-width: 767.499px) {
  .news {
    padding: 1.25rem 0 3rem;
  }
}
.news .news-bg-leaves {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
.news .news-bg-leaves img {
  width: 100%;
  height: auto;
  display: block;
}
.news .news-bg-leaves-left {
  bottom: -4rem;
  left: 0;
  width: 11%;
}
@media only screen and (max-width: 767.499px) {
  .news .news-bg-leaves-left {
    display: none;
  }
}
.news .news-bg-leaves-right {
  bottom: -4rem;
  right: 0;
  width: 10%;
}
@media only screen and (max-width: 767.499px) {
  .news .news-bg-leaves-right {
    display: none;
  }
}
.news .news-inner {
  margin: 0 8rem;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767.499px) {
  .news .news-inner {
    margin: 0;
    padding: 0 1.5rem;
  }
}
.news .section-title {
  font-size: 2.6rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 3rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.4rem;
  justify-content: center;
  text-align: center;
}
.news .section-title .section-title-en {
  font-size: 1.1rem;
  color: #6bb659;
  font-weight: 700;
  order: -1;
}
@media only screen and (max-width: 767.499px) {
  .news .section-title {
    font-size: 1.45rem;
    margin-bottom: 3rem;
    gap: 0.6rem;
  }
  .news .section-title .section-title-en {
    font-size: 1.1rem;
  }
}
.news .news-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  max-width: 44rem;
  margin: auto;
}
@media only screen and (max-width: 767.499px) {
  .news .news-list {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
    max-width: 44rem;
    margin: auto;
  }
}
.news .news-item {
  display: flex;
  border-bottom: 0.09375rem solid #50891f;
  padding-bottom: 1.55rem;
  align-items: center;
}
@media only screen and (max-width: 767.499px) {
  .news .news-item {
    padding-bottom: 0.1rem;
    gap: 0.5rem;
    align-items: flex-start;
  }
}
.news .news-thumbnail {
  width: 10.25rem;
  height: 7rem;
  border-radius: 1rem;
  overflow: hidden;
  margin-right: 1rem;
  flex-shrink: 0;
}
@media only screen and (max-width: 767.499px) {
  .news .news-thumbnail {
    height: 6.1rem;
    margin-right: 0;
    margin-bottom: 0.5rem;
    width: 9rem;
  }
  .news .news-thumbnail img {
    width: 100%;
    height: auto;
    aspect-ratio: 4/3;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.news .news-thumbnail a {
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s ease;
}
.news .news-thumbnail a:hover {
  opacity: 0.8;
}
.news .news-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.news .news-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.news .news-date {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 0.5rem;
}
.news .news-title {
  font-size: 1rem;
  font-weight: 500;
  color: #333;
  margin: 0;
  line-height: 1.5;
}
.news .news-title a {
  color: #333;
  text-decoration: none;
  transition: all 0.3s;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media only screen and (max-width: 767.499px) {
  .news .news-title a {
    display: -webkit-box;
    word-break: break-all;
  }
}
.news .news-title a:hover {
  color: #A0C421;
  text-decoration: underline;
}
@media only screen and (max-width: 767.499px) {
  .news .news-title {
    font-size: 0.8rem;
    padding-bottom: 0.1rem;
  }
}
.news .no-posts {
  color: #999;
  text-align: center;
  margin: 2rem 0;
}

.other {
  padding-top: 4rem;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  /*.other-time-reserve-container {
    display: flex;
    width: 100%;
    font-size: 1rem;
    line-height: normal;
  }*/
}
@media only screen and (max-width: 767.499px) {
  .other {
    padding-top: 1rem;
  }
}
.other .other-inner {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 2.1rem;
}
@media only screen and (max-width: 767.499px) {
  .other .other-inner {
    padding: 0;
    gap: 1.8rem;
  }
}
.other .other-left {
  display: flex;
  gap: 2rem;
  margin: 0 10.5rem;
}
@media only screen and (max-width: 767.499px) {
  .other .other-left {
    width: 100%;
    margin: 0;
    padding: 0;
    flex-direction: column;
    gap: 1.5rem;
  }
}
.other .other-right {
  display: flex;
  position: relative;
}
.other .other-right .other-bg-leaves {
  position: absolute;
  z-index: 1;
}
.other .other-right .other-bg-leaves img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767.499px) {
  .other .other-right .other-bg-leaves {
    width: 40%;
  }
}
.other .other-right .other-bg-leaves-left {
  top: 12rem;
  left: 0;
  width: 12%;
}
@media only screen and (max-width: 767.499px) {
  .other .other-right .other-bg-leaves-left {
    top: -3rem;
    width: 16%;
  }
}
.other .other-right .other-bg-leaves-right {
  top: 12rem;
  right: 0;
  width: 10%;
}
@media only screen and (max-width: 767.499px) {
  .other .other-right .other-bg-leaves-right {
    top: -3rem;
    width: 16%;
  }
}
@media only screen and (max-width: 767.499px) {
  .other .other-right {
    width: 100%;
    padding: 0;
    flex-direction: column;
    margin-top: 1.25rem;
  }
}
.other .other-map {
  width: 43%;
  position: relative;
  height: auto;
}
@media only screen and (max-width: 767.499px) {
  .other .other-map {
    width: 100%;
    height: 10.5rem;
  }
}
.other .other-map iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
  border-radius: 8px;
}
.other .other-map .map-link {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 8px 16px;
  border-radius: 4px;
  font-size: 0.9rem;
}
.other .other-map .map-link a {
  color: #50891f;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.other .other-map .map-link a:hover {
  text-decoration: underline;
}
.other .other-map .map-link a::after {
  content: "";
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 1px solid #50891f;
  border-right: 1px solid #50891f;
  transform: rotate(45deg);
  margin-left: 0.5rem;
}
@media only screen and (max-width: 767.499px) {
  .other .other-map .map-link {
    bottom: 10px;
    right: 10px;
    padding: 5px 10px;
    font-size: 0.8rem;
    width: 100%;
  }
}
.other .other-reception {
  width: 57%;
}
.other .other-reception img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
@media only screen and (max-width: 767.499px) {
  .other .other-reception {
    width: 100%;
    height: 10.5rem;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .other .other-reception img {
    border-radius: 0;
    height: 100%;
  }
}
.other .other-info {
  padding: 0;
  margin: 0 10.5rem;
  background-color: transparent;
  display: flex;
  -moz-column-gap: 3rem;
  column-gap: 3rem;
}
@media only screen and (max-width: 767.499px) {
  .other .other-info {
    margin: 0 1.5rem;
    padding: 0;
    flex-direction: column;
  }
}
.other .other-info-name {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 767.499px) {
  .other .other-info-name {
    margin-bottom: 1rem;
  }
}
.other .other-info .other-info-logo {
  max-width: 7.9375rem;
  height: auto;
}
@media only screen and (max-width: 767.499px) {
  .other .other-info .other-info-logo {
    max-width: 6.875rem;
    margin: auto;
  }
}
@media only screen and (min-width: 768px) {
  .other .other-info-place {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media only screen and (max-width: 767.499px) {
  .other .other-info-place {
    display: block;
  }
}
.other .other-info .other-info-en {
  font-size: 0.9rem;
  color: #777;
  margin: 0.3rem 0 0.7rem;
  font-family: Arial, sans-serif;
  letter-spacing: 0.05em;
  font-weight: bold;
}
.other .other-info .other-info-title {
  font-size: 2rem;
  font-weight: 700;
  color: #333;
  margin: 0 0 1.5rem;
  line-height: 1.2;
  border: none;
  padding: 0;
}
.other .other-info .other-info-address,
.other .other-info .other-info-bus {
  display: block;
  margin-bottom: 0.7rem;
  padding: 0;
}
@media only screen and (max-width: 767.499px) {
  .other .other-info .other-info-address,
  .other .other-info .other-info-bus {
    margin-bottom: 0;
  }
}
.other .other-info .other-info-address p,
.other .other-info .other-info-bus p {
  font-size: 0.9rem;
  line-height: 1.5;
  margin: 0;
  font-weight: normal;
  color: #333;
}
@media only screen and (max-width: 767.499px) {
  .other .other-info .other-info-address p,
  .other .other-info .other-info-bus p {
    line-height: 1.35;
    font-size: 0.95rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .other .other-info {
    margin: 0 1.5rem;
    padding: 0;
  }
  .other .other-info .other-info-en {
    font-size: 0.8rem;
    margin: 0 0 0.3rem;
  }
  .other .other-info .other-info-title {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
}
.other .other-time {
  background-color: #f0f5e1;
  padding: 2rem 6rem 0.8rem 8rem;
  width: 50%;
}
@media only screen and (max-width: 767.499px) {
  .other .other-time {
    padding: 2rem 1.5rem 2rem;
    width: 100%;
  }
}
.other .other-time .other-time-title {
  font-size: 1.7rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 1.5rem;
  align-items: baseline;
  gap: 0.5rem;
  margin-left: -1.55rem;
}
.other .other-time .other-time-title-en {
  font-size: 1.2rem;
  color: #6bb659;
  font-weight: 700;
}
@media only screen and (max-width: 767.499px) {
  .other .other-time .other-time-title-en {
    order: -1;
    /* 英語タイトルを日本語タイトルの上に配置 */
    font-size: 1.1rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .other .other-time .other-time-title {
    font-size: 1.4rem;
    margin-left: 0;
    align-items: center;
    gap: 1rem;
    flex-direction: column;
    display: flex;
  }
}
.other .other-time .time-table {
  width: 100%;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767.499px) {
  .other .other-time .time-table {
    margin-bottom: 1.1rem;
  }
}
.other .other-time .time-table table {
  width: 100%;
  border-collapse: collapse;
}
@media only screen and (max-width: 767.499px) {
  .other .other-time .time-table table {
    font-size: 0.7rem;
  }
}
@media only screen and (min-width: 768px) {
  .other .other-time .time-table table .evening td {
    padding-top: 1.75rem;
  }
  .other .other-time .time-table table .evening td.time-label {
    padding-top: 0.3rem;
  }
  .other .other-time .time-table table .evening td.saturday {
    padding-top: 1.1rem;
  }
  .other .other-time .time-table table .afternoon td {
    padding-top: 1.75rem;
  }
  .other .other-time .time-table table .afternoon td.time-label {
    padding-top: 0.3rem;
  }
  .other .other-time .time-table table .afternoon td.saturday {
    padding-top: 1.1rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .other .other-time .time-table .evening td,
  .other .other-time .time-table .afternoon td {
    padding-top: 0.9rem;
  }
}
.other .other-time .time-table th {
  text-align: center;
  padding: 0.5rem;
  border-bottom: 1px solid #eee;
  font-weight: 500;
}
@media only screen and (max-width: 767.499px) {
  .other .other-time .time-table .morning td {
    padding-top: 0.4rem;
    padding-bottom: 0.9rem;
  }
}
.other .other-time .time-table th.saturday {
  color: #2196F3;
}
.other .other-time .time-table td {
  text-align: center;
  padding: 1.5rem 0;
  vertical-align: middle;
  border-bottom: 0.09375rem solid #50891f;
}
@media only screen and (max-width: 767.499px) {
  .other .other-time .time-table td {
    padding-bottom: 0.9rem !important;
  }
}
.other .other-time .time-table td.saturday {
  padding-bottom: 0.9rem;
}
@media only screen and (max-width: 767.499px) {
  .other .other-time .time-table td.saturday {
    padding-top: 0.4rem;
    padding-bottom: 0.3rem !important;
  }
}
@media only screen and (max-width: 767.499px) {
  .other .other-time .time-table td {
    padding: 0.75rem 0;
    border-bottom: 0.09375rem solid #50891f;
  }
}
.other .other-time .time-table .time-label {
  text-align: left;
  font-weight: 500;
  color: #333;
  padding: 0;
  font-size: 1.2rem;
  width: 4rem;
  font-family: "Montserrat", sans-serif;
}
@media only screen and (min-width: 768px) {
  .other .other-time .time-table .time-label {
    width: 9rem;
    padding-left: 1rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .other .other-time .time-table .time-label {
    width: 6.5rem;
    padding-left: 0.8rem;
    font-size: 0.8rem;
  }
}
.other .other-time .time-table .circle {
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  background-color: #6bb659;
  border-radius: 50%;
  margin: 0 auto;
}
@media only screen and (max-width: 767.499px) {
  .other .other-time .time-table .circle {
    width: 0.7rem;
    height: 0.7rem;
  }
}
.other .other-time .time-table .hyphen {
  display: block;
  width: 0.8rem;
  height: 1px;
  background-color: #999;
  margin: 0 auto;
  color: #f0f5e1;
}
@media only screen and (max-width: 767.499px) {
  .other .other-time .time-table .hyphen {
    width: 0.5rem;
  }
}
.other .other-time .time-table .triangle {
  display: block;
  width: 0;
  height: 0;
  border-left: 0.4rem solid transparent;
  border-right: 0.4rem solid transparent;
  border-bottom: 0.7rem solid #6bb659;
  /* 緑色の三角形 */
  margin: 0 auto;
}
@media only screen and (max-width: 767.499px) {
  .other .other-time .time-table .triangle {
    border-left-width: 0.35rem;
    border-right-width: 0.35rem;
    border-bottom-width: 0.6rem;
  }
}
.other .other-time .time-table .note {
  display: block;
  font-size: 0.6rem;
  color: #666;
  margin-top: 0.25rem;
}
.other .other-time .clinic-info .note {
  font-size: 0.85rem;
  color: #666;
  line-height: 1.6;
}
@media only screen and (max-width: 767.499px) {
  .other .other-time .clinic-info .note {
    font-size: 0.75rem;
    line-height: 1.5;
  }
}
.other .other-reserve {
  background-image: url("../../assets/img/top/other-greenback.png");
  background-position: center;
  background-size: 100% auto;
  padding: 7rem 10rem 5rem 6rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
}
@media only screen and (max-width: 767.499px) {
  .other .other-reserve {
    padding: 2.5rem 1.5rem;
    width: 100%;
  }
}
.other .other-reserve .other-button-icon {
  transition: all 0.3s;
  color: #6bb659;
}
.other .other-reserve .other-button-icon.phone-icon {
  width: 1.5rem;
  height: 1.8rem;
  margin-right: 0.5rem;
  vertical-align: middle;
}
@media only screen and (max-width: 767.499px) {
  .other .other-reserve .other-button-icon.phone-icon {
    width: 1rem;
    height: 1.2rem;
  }
}
.other .other-reserve .other-button-icon.calendar-icon {
  position: absolute;
  left: 5.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
}
@media only screen and (max-width: 767.499px) {
  .other .other-reserve .other-button-icon.calendar-icon {
    left: 3em;
    width: 1.2rem;
    height: 1.2rem;
  }
}
.other .other-reserve .btn.btn-tel {
  display: flex;
  justify-content: center;
  padding: 0 2.5rem 0 2rem;
  height: 6rem;
  font-size: 1.5rem;
  /* 電話ボタン用の内側ボーダー調整 */
}
@media only screen and (max-width: 767.499px) {
  .other .other-reserve .btn.btn-tel {
    display: flex;
    padding: 0 3rem 0 1rem;
    height: 3.5rem;
    font-size: 1.05rem;
    gap: 0.5rem;
    border-radius: 0.2rem;
    margin-bottom: 0.5rem;
  }
}
.other .other-reserve .btn.btn-tel span:first-child {
  font-size: 1.2rem;
  text-align: left;
  padding-right: 0.5rem;
}
@media only screen and (max-width: 767.499px) {
  .other .other-reserve .btn.btn-tel span:first-child {
    font-size: 0.7rem;
    line-height: 1.4;
    padding-right: 0;
  }
}
.other .other-reserve .btn.btn-tel span:last-child {
  text-align: right;
  font-size: 1.8rem;
  font-family: "Montserrat", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .other .other-reserve .btn.btn-tel span:last-child {
    font-size: 1.2rem;
  }
}
.other .other-reserve .btn.btn-tel::after {
  top: 0.375rem;
  left: 0.375rem;
  right: 0.375rem;
  bottom: 0.375rem;
}
@media only screen and (max-width: 767.499px) {
  .other .other-reserve .btn.btn-tel::after {
    display: none;
  }
}
.other .other-reserve .btn.btn-tel:hover .other-button-icon image {
  filter: url(#phoneWhiteFilter);
}
.other .other-reserve .btn.btn-web {
  padding: 1.2rem;
  font-size: 1.1rem;
  height: 6rem;
  position: relative;
  /* オプション: テキストが中央に来るようにする補助スタイル */
  /* 右矢印を追加 */
}
@media only screen and (max-width: 767.499px) {
  .other .other-reserve .btn.btn-web {
    height: 3.5rem;
    border-radius: 0.2rem;
    padding-left: 6.5rem;
  }
}
.other .other-reserve .btn.btn-web:hover .other-button-icon image {
  filter: url(#calendarWhiteFilter);
}
.other .other-reserve .btn.btn-web span {
  width: 100%;
  text-align: center;
  font-size: 1.5rem;
}
@media only screen and (max-width: 767.499px) {
  .other .other-reserve .btn.btn-web span {
    font-size: 1.1rem;
    text-align: left;
  }
}
.other .other-reserve .btn.btn-web::before {
  content: ">";
  position: absolute;
  right: 2.5rem;
  top: 46%;
  transform: translateY(-50%);
  color: #6bb659;
  font-weight: bold;
}
.other .other-reserve .btn.btn-web:hover::before {
  color: #fff;
}
.other .other-reserve .other-reserve-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 1rem;
  text-align: center;
}
@media only screen and (max-width: 767.499px) {
  .other .other-reserve .other-reserve-title {
    font-size: 1.1rem;
  }
}
.other .other-reserve .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  border-radius: 0.5rem;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s;
  width: 100%;
  background-color: #fff;
  color: #6bb659;
  border: 1px solid #fff;
  margin-bottom: 1.5rem;
  position: relative;
  /* 追加: 内側のボーダーを表示するための擬似要素 */
}
.other .other-reserve .btn::after {
  content: "";
  position: absolute;
  top: 0.3125rem;
  left: 0.3125rem;
  right: 0.3125rem;
  bottom: 0.3125rem;
  border: 1px solid #6bb659;
  border-radius: 0.5rem;
  pointer-events: none;
}
@media only screen and (max-width: 767.499px) {
  .other .other-reserve .btn::after {
    display: none;
  }
}
.other .other-reserve .btn:last-child {
  margin-bottom: 0;
}
.other .other-reserve .btn i {
  margin-right: 0.5rem;
}
.other .other-reserve .btn:hover {
  background-color: transparent;
  color: #fff;
  /* ホバー時の内側ボーダーの色変更 */
}
.other .other-reserve .btn:hover::after {
  border-color: #fff;
}
@media only screen and (max-width: 767.499px) {
  .other .other-reserve .btn {
    border-radius: 0.75rem;
  }
  .other .other-reserve .btn::after {
    border-radius: 0.6rem;
  }
}

.section-container {
  width: 100%;
  max-width: 71rem;
  margin: 0 auto;
  padding: 0 1.2rem;
}

.influence-section {
  padding: 5rem 0;
}
@media only screen and (max-width: 767.499px) {
  .influence-section {
    padding: 3rem 0;
    margin: auto;
  }
}
@media only screen and (min-width: 768px) {
  .influence-section .flex1-flex .flex1-col-right picture img {
    width: 88%;
    margin-left: auto;
  }
}

.procedure-section {
  padding: 5rem 0;
  background-color: #f3f8e6;
}
@media only screen and (max-width: 767.499px) {
  .procedure-section {
    padding: 3rem 0;
    margin: auto;
  }
}
.procedure-section::before {
  content: "";
  position: absolute;
  top: -5rem;
  left: 0;
  width: 10rem;
  height: 100%;
  background: url("../../../template_theme/assets/img/top/leaves-left.png") no-repeat left top;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 767.499px) {
  .procedure-section::before {
    width: 4.5rem;
    top: -2rem;
  }
}
.procedure-section::after {
  content: "";
  position: absolute;
  top: -5rem;
  right: 0;
  width: 9rem;
  height: 100%;
  background: url("../../../template_theme/assets/img/top/leaves-right.png") no-repeat left top;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 767.499px) {
  .procedure-section::after {
    width: 4rem;
    top: -2rem;
  }
}
.procedure-section .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #A0C421;
  margin-bottom: 4rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  justify-content: center;
  text-align: center;
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
}
.procedure-section .section-title .section-title-en {
  font-size: 1.1rem;
  color: #6bb659;
  font-weight: 700;
  order: -1;
}
@media only screen and (max-width: 767.499px) {
  .procedure-section .section-title {
    font-size: 1.44rem;
    gap: 0.5rem;
    margin-bottom: 2rem;
  }
  .procedure-section .section-title .section-title-en {
    font-size: 1.1rem;
  }
}
.procedure-section .procedure-step {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767.499px) {
  .procedure-section .procedure-step {
    margin-bottom: 3rem;
  }
}
.procedure-section .procedure-step:last-child {
  margin-bottom: 0;
}

.wis-treatment-section {
  padding: 5rem 0;
  background-color: #fff;
}
@media only screen and (max-width: 767.499px) {
  .wis-treatment-section {
    padding: 3rem 0;
  }
}
.wis-treatment-section .wis-treatment-details {
  margin-top: 4rem;
}
@media only screen and (max-width: 767.499px) {
  .wis-treatment-section .wis-treatment-details {
    margin-top: 3rem;
  }
}
.wis-treatment-section .wis-treatment-step {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767.499px) {
  .wis-treatment-section .wis-treatment-step {
    margin-bottom: 3rem;
  }
}
.wis-treatment-section .wis-treatment-step:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .wis-treatment-section .wis-treatment-col-right.flex2-col-right {
    display: flex;
    align-items: center;
  }
}

.wis-qa-section {
  padding: 5rem 0;
  background-color: #f3f8e6;
  position: relative;
}
@media only screen and (max-width: 767.499px) {
  .wis-qa-section {
    padding: 3rem 0;
  }
}
.wis-qa-section::before {
  content: "";
  position: absolute;
  top: -5rem;
  left: 0;
  width: 10rem;
  height: 100%;
  background: url("../../../template_theme/assets/img/top/leaves-left.png") no-repeat left top;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 767.499px) {
  .wis-qa-section::before {
    width: 4.5rem;
    top: -2rem;
  }
}
.wis-qa-section::after {
  content: "";
  position: absolute;
  top: -5rem;
  right: 0;
  width: 9rem;
  height: 100%;
  background: url("../../../template_theme/assets/img/top/leaves-right.png") no-repeat left top;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 767.499px) {
  .wis-qa-section::after {
    width: 4rem;
    top: -2rem;
  }
}
.wis-qa-section .section-container {
  position: relative;
  z-index: 2;
}
.wis-qa-section .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #A0C421;
  margin-bottom: 4rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  justify-content: center;
  text-align: center;
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
}
.wis-qa-section .section-title .section-title-en {
  font-size: 1.1rem;
  color: #6bb659;
  font-weight: 700;
  order: -1;
}
@media only screen and (max-width: 767.499px) {
  .wis-qa-section .section-title {
    font-size: 1.44rem;
    gap: 0.5rem;
    margin-bottom: 2rem;
  }
  .wis-qa-section .section-title .section-title-en {
    font-size: 1.1rem;
  }
}

.section-container {
  width: 100%;
  max-width: 71rem;
  margin: 0 auto;
  padding: 0 1.2rem;
}

.implant-intro-section {
  padding: 5rem 0;
}
@media only screen and (max-width: 767.499px) {
  .implant-intro-section {
    padding: 3rem 0;
    margin: auto;
  }
}
@media only screen and (min-width: 768px) {
  .implant-intro-section .flex1-flex .flex1-col-right picture img {
    width: 88%;
    margin-left: auto;
  }
}
.implant-intro-section .implant-important-content {
  margin-top: 4rem;
}
@media only screen and (max-width: 767.499px) {
  .implant-intro-section .implant-important-content {
    margin-top: 3rem;
  }
}
.implant-intro-section .implant-important-content .implant-important-text {
  margin-bottom: 1.5rem;
}
.implant-intro-section .implant-important-content .implant-important-text:last-child {
  margin-bottom: 0;
}

.implant-procedure-section {
  padding: 5rem 0;
  background-color: #f3f8e6;
}
@media only screen and (max-width: 767.499px) {
  .implant-procedure-section {
    padding: 3rem 0;
    margin: auto;
  }
}
.implant-procedure-section::before {
  content: "";
  position: absolute;
  top: -5rem;
  left: 0;
  width: 10rem;
  height: 100%;
  background: url("../../../template_theme/assets/img/top/leaves-left.png") no-repeat left top;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 767.499px) {
  .implant-procedure-section::before {
    width: 4.5rem;
    top: -2rem;
  }
}
.implant-procedure-section::after {
  content: "";
  position: absolute;
  top: -5rem;
  right: 0;
  width: 9rem;
  height: 100%;
  background: url("../../../template_theme/assets/img/top/leaves-right.png") no-repeat left top;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 767.499px) {
  .implant-procedure-section::after {
    width: 4rem;
    top: -2rem;
  }
}
.implant-procedure-section .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #A0C421;
  margin-bottom: 4rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  justify-content: center;
  text-align: center;
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
}
.implant-procedure-section .section-title .section-title-en {
  font-size: 1.1rem;
  color: #6bb659;
  font-weight: 700;
  order: -1;
}
@media only screen and (max-width: 767.499px) {
  .implant-procedure-section .section-title {
    font-size: 1.44rem;
    gap: 0.5rem;
    margin-bottom: 2rem;
  }
  .implant-procedure-section .section-title .section-title-en {
    font-size: 1.1rem;
  }
}
.implant-procedure-section .implant-procedure-step {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767.499px) {
  .implant-procedure-section .implant-procedure-step {
    margin-bottom: 3rem;
  }
}
.implant-procedure-section .implant-procedure-step:last-child {
  margin-bottom: 0;
}
.implant-procedure-section .implant-procedure-step-06 .implant-procedure-col-right {
  position: relative;
}
.implant-procedure-section .implant-procedure-step-06 .implant-procedure-col-right picture {
  position: absolute;
  top: 155%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 1;
}
.implant-procedure-section .implant-procedure-step-07 .implant-procedure-col-right picture {
  opacity: 0;
  visibility: hidden;
}
@media only screen and (max-width: 767.499px) {
  .implant-procedure-section .implant-procedure-step-06 .implant-procedure-col-right {
    position: static;
  }
  .implant-procedure-section .implant-procedure-step-06 .implant-procedure-col-right picture {
    position: static;
    transform: none;
    z-index: auto;
  }
  .implant-procedure-section .implant-procedure-step-07 .implant-procedure-col-right picture {
    display: none;
  }
}

.implant-support-section {
  padding: 5rem 0;
  background-color: #fff;
}
@media only screen and (max-width: 767.499px) {
  .implant-support-section {
    padding: 3rem 0;
  }
}
.implant-support-section .treatment-box .treatment-box-title {
  margin-bottom: 0;
}
.implant-support-section .implant-support-details {
  margin-top: 4rem;
}
@media only screen and (max-width: 767.499px) {
  .implant-support-section .implant-support-details {
    margin-top: 3rem;
  }
}
.implant-support-section .implant-support-step {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767.499px) {
  .implant-support-section .implant-support-step {
    margin-bottom: 3rem;
  }
}
.implant-support-section .implant-support-step:last-child {
  margin-bottom: 0;
}

.implant-cases-section {
  padding: 5rem 0;
  position: relative;
}
@media only screen and (max-width: 767.499px) {
  .implant-cases-section {
    padding: 3rem 0;
  }
}
.implant-cases-section .section-container {
  position: relative;
  z-index: 2;
}
.implant-cases-section .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #A0C421;
  margin-bottom: 4rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  justify-content: center;
  text-align: center;
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
}
.implant-cases-section .section-title .section-title-en {
  font-size: 1.1rem;
  color: #6bb659;
  font-weight: 700;
  order: -1;
}
@media only screen and (max-width: 767.499px) {
  .implant-cases-section .section-title {
    font-size: 1.44rem;
    gap: 0.5rem;
    margin-bottom: 2rem;
  }
  .implant-cases-section .section-title .section-title-en {
    font-size: 1.1rem;
  }
}

.implant-qa-section {
  padding: 5rem 0;
  background-color: #f3f8e6;
}
@media only screen and (max-width: 767.499px) {
  .implant-qa-section {
    padding: 3rem 0;
  }
}
.implant-qa-section::before {
  content: "";
  position: absolute;
  top: -5rem;
  left: 0;
  width: 10rem;
  height: 100%;
  background: url("../../../template_theme/assets/img/top/leaves-left.png") no-repeat left top;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 767.499px) {
  .implant-qa-section::before {
    width: 4.5rem;
    top: -2rem;
  }
}
.implant-qa-section::after {
  content: "";
  position: absolute;
  top: -5rem;
  right: 0;
  width: 9rem;
  height: 100%;
  background: url("../../../template_theme/assets/img/top/leaves-right.png") no-repeat left top;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 767.499px) {
  .implant-qa-section::after {
    width: 4rem;
    top: -2rem;
  }
}
.implant-qa-section .section-container {
  position: relative;
  z-index: 2;
}
.implant-qa-section .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #A0C421;
  margin-bottom: 4rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  justify-content: center;
  text-align: center;
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
}
.implant-qa-section .section-title .section-title-en {
  font-size: 1.1rem;
  color: #6bb659;
  font-weight: 700;
  order: -1;
}
@media only screen and (max-width: 767.499px) {
  .implant-qa-section .section-title {
    font-size: 1.44rem;
    gap: 0.5rem;
    margin-bottom: 2rem;
  }
  .implant-qa-section .section-title .section-title-en {
    font-size: 1.1rem;
  }
}

.section-container {
  width: 100%;
  max-width: 71rem;
  margin: 0 auto;
  padding: 0 1.2rem;
}

.eco-main-section {
  padding: 5rem 0;
  background-color: #fff;
}
@media only screen and (max-width: 767.499px) {
  .eco-main-section {
    padding: 3rem 0;
  }
}
.eco-main-section .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #A0C421;
  margin-bottom: 4rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  justify-content: center;
  text-align: center;
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
}
.eco-main-section .section-title .section-title-en {
  font-size: 1.1rem;
  color: #6bb659;
  font-weight: 700;
  order: -1;
}
@media only screen and (max-width: 767.499px) {
  .eco-main-section .section-title {
    font-size: 1.44rem;
    gap: 0.5rem;
    margin-bottom: 2rem;
  }
  .eco-main-section .section-title .section-title-en {
    font-size: 1.1rem;
  }
}
.eco-main-section .eco-subtitle {
  position: relative;
  margin: 1rem auto 0.5rem;
  padding: 0 0 0.5em 0;
  color: #333;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  border-bottom: 1px solid #4caf50;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767.499px) {
  .eco-main-section .eco-subtitle {
    font-size: 1.2rem;
    margin-bottom: 2rem;
  }
}
.eco-main-section .eco-description {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #333;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .eco-main-section .eco-description {
    font-size: 0.9rem;
    line-height: 1.7;
  }
}
.eco-main-section .eco-description p {
  margin-bottom: 1.6rem;
}
@media only screen and (max-width: 767.499px) {
  .eco-main-section .eco-description p {
    margin-bottom: 1.2rem;
  }
}
.eco-main-section .eco-description p:last-child {
  margin-bottom: 0;
}
.eco-main-section .eco-description .highlight {
  color: #6bb659;
  font-weight: 700;
}
.eco-main-section .pediatric-stages-description-pic {
  position: relative;
  width: 100%;
  max-width: 37rem;
  height: auto;
  margin: 0 auto 2rem;
  box-shadow: 0 4px 8px rgba(160, 196, 33, 0.1);
}
.eco-main-section .pediatric-stages-description-pic .pic-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0.5rem;
}

.eco-poic-section {
  padding: 5rem 0;
  background-color: #f3f8e6;
}
@media only screen and (max-width: 767.499px) {
  .eco-poic-section {
    padding: 3rem 0;
  }
}
.eco-poic-section .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #A0C421;
  margin-bottom: 3rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  justify-content: center;
  text-align: center;
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
}
.eco-poic-section .section-title .section-title-en {
  font-size: 1.1rem;
  color: #6bb659;
  font-weight: 700;
  order: -1;
}
@media only screen and (max-width: 767.499px) {
  .eco-poic-section .section-title {
    font-size: 1.44rem;
    gap: 0.5rem;
    margin-bottom: 2rem;
  }
  .eco-poic-section .section-title .section-title-en {
    font-size: 1.1rem;
  }
}
.eco-poic-section .eco-poic-subtitle {
  font-size: 1.5rem;
  font-weight: 700;
  color: #333;
  text-align: center;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767.499px) {
  .eco-poic-section .eco-poic-subtitle {
    font-size: 1.2rem;
    margin-bottom: 2rem;
  }
}
.eco-poic-section .eco-poic-step {
  margin-bottom: 4rem;
}
@media only screen and (min-width: 768px) {
  .eco-poic-section .eco-poic-step {
    gap: 13%;
  }
}
@media only screen and (max-width: 767.499px) {
  .eco-poic-section .eco-poic-step {
    margin-bottom: 3rem;
  }
}
.eco-poic-section .eco-poic-step:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .eco-poic-section .eco-poic-step .eco-poic-col-left {
    width: 58%;
  }
  .eco-poic-section .eco-poic-step .eco-poic-col-right {
    width: 29%;
  }
}
.eco-poic-section .eco-poic-description {
  margin-top: 2rem;
  text-align: left;
}
@media only screen and (max-width: 767.499px) {
  .eco-poic-section .eco-poic-description {
    margin-top: 1.5rem;
  }
}
.eco-poic-section .eco-poic-description .flex2-text {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #333;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .eco-poic-section .eco-poic-description .flex2-text {
    font-size: 0.9rem;
    line-height: 1.7;
  }
}

.eco-detail-section {
  padding: 5rem 0;
  background-color: #f3f8e6;
  position: relative;
}
@media only screen and (max-width: 767.499px) {
  .eco-detail-section {
    padding: 3rem 0;
  }
}
.eco-detail-section::before {
  content: "";
  position: absolute;
  top: -5rem;
  left: 0;
  width: 10rem;
  height: 100%;
  background: url("../../../template_theme/assets/img/top/leaves-left.png") no-repeat left top;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 767.499px) {
  .eco-detail-section::before {
    width: 4.5rem;
    top: -2rem;
  }
}
.eco-detail-section::after {
  content: "";
  position: absolute;
  top: -5rem;
  right: 0;
  width: 9rem;
  height: 100%;
  background: url("../../../template_theme/assets/img/top/leaves-right.png") no-repeat left top;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 767.499px) {
  .eco-detail-section::after {
    width: 4rem;
    top: -2rem;
  }
}
.eco-detail-section .section-container {
  position: relative;
  z-index: 2;
}
.eco-detail-section .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 4rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  justify-content: center;
  text-align: center;
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
}
.eco-detail-section .section-title .section-title-en {
  font-size: 1.1rem;
  color: #6bb659;
  font-weight: 700;
  order: -1;
}
@media only screen and (max-width: 767.499px) {
  .eco-detail-section .section-title {
    font-size: 1.44rem;
    gap: 0.5rem;
    margin-bottom: 2rem;
  }
  .eco-detail-section .section-title .section-title-en {
    font-size: 1.1rem;
  }
}
.eco-detail-section .eco-description {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #333;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 767.499px) {
  .eco-detail-section .eco-description {
    font-size: 0.9rem;
    line-height: 1.7;
    margin-bottom: 2rem;
  }
}
.eco-detail-section .eco-description p {
  margin-bottom: 1.6rem;
}
@media only screen and (max-width: 767.499px) {
  .eco-detail-section .eco-description p {
    margin-bottom: 1.2rem;
  }
}
.eco-detail-section .eco-description p:last-child {
  margin-bottom: 0;
}

.eco-features-section {
  padding: 5rem 0;
  background-color: #fff;
}
@media only screen and (max-width: 767.499px) {
  .eco-features-section {
    padding: 3rem 0;
  }
}
.eco-features-section .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 4rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  justify-content: center;
  text-align: center;
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
}
.eco-features-section .section-title .section-title-en {
  font-size: 1.1rem;
  color: #6bb659;
  font-weight: 700;
  order: -1;
}
@media only screen and (max-width: 767.499px) {
  .eco-features-section .section-title {
    font-size: 1.44rem;
    gap: 0.5rem;
    margin-bottom: 2rem;
  }
  .eco-features-section .section-title .section-title-en {
    font-size: 1.1rem;
  }
}
.eco-features-section .eco-feature-item {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767.499px) {
  .eco-features-section .eco-feature-item {
    margin-bottom: 3rem;
  }
}
.eco-features-section .eco-feature-item:last-child {
  margin-bottom: 0;
}
.eco-features-section .eco-feature-item .feature-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #6bb659;
  margin-bottom: 1.5rem;
  text-align: center;
}
@media only screen and (max-width: 767.499px) {
  .eco-features-section .eco-feature-item .feature-title {
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }
}
.eco-features-section .eco-feature-item .feature-description {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #333;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .eco-features-section .eco-feature-item .feature-description {
    font-size: 0.9rem;
    line-height: 1.7;
  }
}
.eco-features-section .eco-feature-item .feature-description p {
  margin-bottom: 1.6rem;
}
@media only screen and (max-width: 767.499px) {
  .eco-features-section .eco-feature-item .feature-description p {
    margin-bottom: 1.2rem;
  }
}
.eco-features-section .eco-feature-item .feature-description p:last-child {
  margin-bottom: 0;
}
.eco-features-section .eco-feature-item .feature-description .highlight {
  color: #6bb659;
  font-weight: 700;
}

.eco-qa-section {
  padding: 5rem 0;
  background-color: #f3f8e6;
  position: relative;
}
@media only screen and (max-width: 767.499px) {
  .eco-qa-section {
    padding: 3rem 0;
  }
}
.eco-qa-section::before {
  content: "";
  position: absolute;
  top: -5rem;
  left: 0;
  width: 10rem;
  height: 100%;
  background: url("../../../template_theme/assets/img/top/leaves-left.png") no-repeat left top;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 767.499px) {
  .eco-qa-section::before {
    width: 4.5rem;
    top: -2rem;
  }
}
.eco-qa-section::after {
  content: "";
  position: absolute;
  top: -5rem;
  right: 0;
  width: 9rem;
  height: 100%;
  background: url("../../../template_theme/assets/img/top/leaves-right.png") no-repeat left top;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 767.499px) {
  .eco-qa-section::after {
    width: 4rem;
    top: -2rem;
  }
}
.eco-qa-section .section-container {
  position: relative;
  z-index: 2;
}
.eco-qa-section .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 4rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  justify-content: center;
  text-align: center;
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
}
.eco-qa-section .section-title .section-title-en {
  font-size: 1.1rem;
  color: #6bb659;
  font-weight: 700;
  order: -1;
}
@media only screen and (max-width: 767.499px) {
  .eco-qa-section .section-title {
    font-size: 1.44rem;
    gap: 0.5rem;
    margin-bottom: 2rem;
  }
  .eco-qa-section .section-title .section-title-en {
    font-size: 1.1rem;
  }
}

.eco-poic-water-section {
  padding: 5rem 0;
  background-color: #fff;
  position: relative;
}
@media only screen and (max-width: 767.499px) {
  .eco-poic-water-section {
    padding: 3rem 0;
  }
}
.eco-poic-water-section::before {
  content: "";
  position: absolute;
  top: -5rem;
  left: 0;
  width: 10rem;
  height: 100%;
  background: url("../../../template_theme/assets/img/top/leaves-left.png") no-repeat left top;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 767.499px) {
  .eco-poic-water-section::before {
    width: 4.5rem;
    top: -2rem;
  }
}
.eco-poic-water-section::after {
  content: "";
  position: absolute;
  top: -5rem;
  right: 0;
  width: 9rem;
  height: 100%;
  background: url("../../../template_theme/assets/img/top/leaves-right.png") no-repeat left top;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 767.499px) {
  .eco-poic-water-section::after {
    width: 4rem;
    top: -2rem;
  }
}
.eco-poic-water-section .section-container {
  position: relative;
  z-index: 2;
}
.eco-poic-water-section .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #A0C421;
  margin-bottom: 4rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  justify-content: center;
  text-align: center;
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
}
.eco-poic-water-section .section-title .section-title-en {
  font-size: 1.1rem;
  color: #6bb659;
  font-weight: 700;
  order: -1;
}
@media only screen and (max-width: 767.499px) {
  .eco-poic-water-section .section-title {
    font-size: 1.44rem;
    gap: 0.5rem;
    margin-bottom: 2rem;
  }
  .eco-poic-water-section .section-title .section-title-en {
    font-size: 1.1rem;
  }
}
.eco-poic-water-section .pediatric-stages-description-pic {
  position: relative;
  width: 100%;
  max-width: 8rem;
  height: auto;
  margin: 0 auto 2rem;
  box-shadow: 0 4px 8px rgba(160, 196, 33, 0.1);
}
.eco-poic-water-section .pediatric-stages-description-pic .pic-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0.5rem;
}
@media only screen and (max-width: 767.499px) {
  .eco-poic-water-section .pediatric-stages-description-pic {
    max-width: 5rem;
  }
}
.eco-poic-water-section .eco-water-subtitle {
  position: relative;
  margin: 1rem auto 0.5rem;
  padding: 0 0 0.5em 0;
  color: #333;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  border-bottom: 1px solid #4caf50;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767.499px) {
  .eco-poic-water-section .eco-water-subtitle {
    font-size: 1.2rem;
    margin-bottom: 2rem;
  }
}
.eco-poic-water-section .eco-water-description {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #333;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  padding-bottom: 4rem;
}
@media only screen and (max-width: 767.499px) {
  .eco-poic-water-section .eco-water-description {
    font-size: 0.9rem;
    line-height: 1.7;
    padding-bottom: 3rem;
  }
}
.eco-poic-water-section .eco-water-description p {
  margin-bottom: 1.6rem;
}
@media only screen and (max-width: 767.499px) {
  .eco-poic-water-section .eco-water-description p {
    margin-bottom: 1.2rem;
  }
}
.eco-poic-water-section .eco-water-description p:last-child {
  margin-bottom: 0;
}
.eco-poic-water-section .eco-water-effects {
  margin-top: 4rem;
}
@media only screen and (min-width: 768px) {
  .eco-poic-water-section .eco-water-effects {
    justify-content: center;
    gap: 5rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .eco-poic-water-section .eco-water-effects {
    margin-top: 3rem;
  }
}
.eco-poic-water-section .eco-water-effects-col-left {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .eco-poic-water-section .eco-water-effects-col-left {
    width: calc(33% - 2.5rem);
  }
}
@media only screen and (max-width: 767.499px) {
  .eco-poic-water-section .eco-water-effects-col-left {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.eco-poic-water-section .eco-water-effects-col-right {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .eco-poic-water-section .eco-water-effects-col-right {
    width: calc(33% - 2.5rem);
  }
}
@media only screen and (max-width: 767.499px) {
  .eco-poic-water-section .eco-water-effects-col-right {
    width: 100%;
  }
}
.eco-poic-water-section .eco-water-effects-col-right picture {
  width: 100%;
  max-width: 100%;
}
.eco-poic-water-section .eco-water-effects-col-right img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.eco-poic-water-section .eco-water-effects-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.eco-poic-water-section .eco-water-effects-item {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 1.2rem;
  font-size: 1.25rem;
  line-height: 1.6;
  color: #333;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .eco-poic-water-section .eco-water-effects-item {
    font-size: 0.9rem;
    margin-bottom: 0.8rem;
  }
}
.eco-poic-water-section .eco-water-effects-item:before {
  content: "•";
  position: absolute;
  left: 0;
  color: #6bb659;
  font-weight: bold;
  font-size: 1.2rem;
}
.eco-poic-water-section .eco-water-effects-item:last-child {
  margin-bottom: 0;
}

.eco-oraloop-section {
  padding: 5rem 0;
  background-color: #f3f8e6;
  position: relative;
}
@media only screen and (max-width: 767.499px) {
  .eco-oraloop-section {
    padding: 3rem 0;
  }
}
.eco-oraloop-section::before {
  content: "";
  position: absolute;
  top: -5rem;
  left: 0;
  width: 10rem;
  height: 100%;
  background: url("../../../template_theme/assets/img/top/leaves-left.png") no-repeat left top;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 767.499px) {
  .eco-oraloop-section::before {
    width: 4.5rem;
    top: -2rem;
  }
}
.eco-oraloop-section::after {
  content: "";
  position: absolute;
  top: -5rem;
  right: 0;
  width: 9rem;
  height: 100%;
  background: url("../../../template_theme/assets/img/top/leaves-right.png") no-repeat left top;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 767.499px) {
  .eco-oraloop-section::after {
    width: 4rem;
    top: -2rem;
  }
}
.eco-oraloop-section .section-container {
  position: relative;
  z-index: 2;
}
.eco-oraloop-section .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #A0C421;
  margin-bottom: 3rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  justify-content: center;
  text-align: center;
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
}
.eco-oraloop-section .section-title .section-title-en {
  font-size: 1.1rem;
  color: #6bb659;
  font-weight: 700;
  order: -1;
}
@media only screen and (max-width: 767.499px) {
  .eco-oraloop-section .section-title {
    font-size: 1.44rem;
    gap: 0.5rem;
    margin-bottom: 2rem;
  }
  .eco-oraloop-section .section-title .section-title-en {
    font-size: 1.1rem;
  }
}
.eco-oraloop-section .eco-oraloop-subtitle {
  position: relative;
  margin: 1rem auto 0.5rem;
  padding: 0 0 0.5em 0;
  color: #333;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  border-bottom: 1px solid #4caf50;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767.499px) {
  .eco-oraloop-section .eco-oraloop-subtitle {
    font-size: 1.2rem;
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .eco-oraloop-section .eco-oraloop-content {
    justify-content: center;
    gap: 2rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .eco-oraloop-section .eco-oraloop-content {
    margin-top: 3rem;
  }
}
.eco-oraloop-section .eco-oraloop-col-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .eco-oraloop-section .eco-oraloop-col-left {
    width: calc(60% - 1rem);
  }
}
@media only screen and (max-width: 767.499px) {
  .eco-oraloop-section .eco-oraloop-col-left {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.eco-oraloop-section .eco-oraloop-col-right {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .eco-oraloop-section .eco-oraloop-col-right {
    width: calc(40% - 1rem);
  }
}
@media only screen and (max-width: 767.499px) {
  .eco-oraloop-section .eco-oraloop-col-right {
    width: 100%;
  }
}
.eco-oraloop-section .eco-oraloop-col-right picture {
  width: 100%;
  max-width: 100%;
}
.eco-oraloop-section .eco-oraloop-col-right img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.eco-oraloop-section .eco-oraloop-title {
  font-size: 1.65rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 767.499px) {
  .eco-oraloop-section .eco-oraloop-title {
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }
}
.eco-oraloop-section .eco-oraloop-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.eco-oraloop-section .eco-oraloop-item {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 1.2rem;
  font-size: 1.25rem;
  line-height: 1.6;
  color: #333;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .eco-oraloop-section .eco-oraloop-item {
    font-size: 0.9rem;
    margin-bottom: 0.8rem;
  }
}
.eco-oraloop-section .eco-oraloop-item:before {
  content: "•";
  position: absolute;
  left: 0;
  color: #6bb659;
  font-weight: bold;
  font-size: 1.2rem;
}
.eco-oraloop-section .eco-oraloop-item:last-child {
  margin-bottom: 0;
}

.whitening-content .section-container {
  width: 100%;
  max-width: 71rem;
  margin: 0 auto;
  padding: 0 1.2rem;
}
.whitening-content .whitening-description {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #333;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767.499px) {
  .whitening-content .whitening-description {
    font-size: 0.9rem;
    line-height: 1.7;
    margin-bottom: 5rem;
  }
}
.whitening-content .whitening-description p {
  margin-bottom: 1.6rem;
}
@media only screen and (max-width: 767.499px) {
  .whitening-content .whitening-description p {
    margin-bottom: 1.2rem;
  }
}
.whitening-content .whitening-description p:last-child {
  margin-bottom: 0;
}
.whitening-content .whitening-description .highlight {
  color: #6bb659;
  font-weight: 700;
}
.whitening-content .whitening-main-section {
  padding: 5rem 0;
  background-color: #fff;
}
@media only screen and (max-width: 767.499px) {
  .whitening-content .whitening-main-section {
    padding: 3rem 0;
  }
}
.whitening-content .whitening-main-section .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #A0C421;
  margin-bottom: 4rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  justify-content: center;
  text-align: center;
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
}
.whitening-content .whitening-main-section .section-title .section-title-en {
  font-size: 1.1rem;
  color: #6bb659;
  font-weight: 700;
  order: -1;
}
@media only screen and (max-width: 767.499px) {
  .whitening-content .whitening-main-section .section-title {
    font-size: 1.44rem;
    gap: 0.5rem;
    margin-bottom: 2rem;
  }
  .whitening-content .whitening-main-section .section-title .section-title-en {
    font-size: 1.1rem;
  }
}
.whitening-content .whitening-main-section .whitening-subtitle {
  position: relative;
  margin: 1rem auto 0.5rem;
  padding: 0 0 0.5em 0;
  color: #333;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  border-bottom: 1px solid #4caf50;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767.499px) {
  .whitening-content .whitening-main-section .whitening-subtitle {
    font-size: 1.2rem;
    margin-bottom: 2rem;
  }
}
.whitening-content .whitening-main-section .whitening-recommend-content {
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media only screen and (min-width: 768px) {
  .whitening-content .whitening-main-section .whitening-recommend-content {
    justify-content: center;
    gap: 5rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .whitening-content .whitening-main-section .whitening-recommend-content {
    flex-direction: column;
    gap: 2rem;
  }
}
.whitening-content .whitening-main-section .whitening-recommend-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 767.499px) {
  .whitening-content .whitening-main-section .whitening-recommend-title {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    text-align: center;
  }
}
.whitening-content .whitening-main-section .whitening-recommend-col-left {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .whitening-content .whitening-main-section .whitening-recommend-col-left {
    width: calc(50% - 1rem);
  }
}
@media only screen and (max-width: 767.499px) {
  .whitening-content .whitening-main-section .whitening-recommend-col-left {
    width: 100%;
    margin-bottom: 0;
  }
}
.whitening-content .whitening-main-section .whitening-recommend-col-right {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .whitening-content .whitening-main-section .whitening-recommend-col-right {
    width: calc(40% - 1rem);
  }
}
@media only screen and (max-width: 767.499px) {
  .whitening-content .whitening-main-section .whitening-recommend-col-right {
    width: 100%;
  }
}
.whitening-content .whitening-main-section .whitening-recommend-col-right picture {
  width: 100%;
  max-width: 100%;
}
.whitening-content .whitening-main-section .whitening-recommend-col-right img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.whitening-content .whitening-main-section .whitening-recommend-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.whitening-content .whitening-main-section .whitening-recommend-item {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 1.2rem;
  font-size: 1.05rem;
  line-height: 1.6;
  color: #333;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .whitening-content .whitening-main-section .whitening-recommend-item {
    font-size: 0.9rem;
    margin-bottom: 0.8rem;
  }
}
.whitening-content .whitening-main-section .whitening-recommend-item:before {
  content: "•";
  position: absolute;
  left: 0;
  color: #6bb659;
  font-weight: bold;
  font-size: 1.2rem;
}
.whitening-content .whitening-main-section .whitening-recommend-item:last-child {
  margin-bottom: 0;
}
.whitening-content .whitening-features-section {
  margin-top: 5rem;
  padding-top: 4rem;
}
@media only screen and (max-width: 767.499px) {
  .whitening-content .whitening-features-section {
    margin-top: 3rem;
    padding-top: 3rem;
  }
}
.whitening-content .whitening-features-title {
  position: relative;
  margin: 1rem auto 0.5rem;
  padding: 0 0 0.5em 0;
  color: #333;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  border-bottom: 1px solid #4caf50;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767.499px) {
  .whitening-content .whitening-features-title {
    font-size: 1.2rem;
    margin-bottom: 2rem;
  }
}
.whitening-content .whitening-features-list {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media only screen and (min-width: 768px) {
  .whitening-content .whitening-features-list {
    width: 46.875rem;
    margin: auto;
  }
}
@media only screen and (max-width: 767.499px) {
  .whitening-content .whitening-features-list {
    gap: 0;
  }
}
.whitening-content .whitening-feature-item:last-child {
  margin-bottom: 0;
}
.whitening-content .whitening-feature-title {
  position: relative;
  padding: 0 0 0.8rem 3rem;
  color: #333;
  font-size: 1rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
}
@media only screen and (min-width: 768px) {
  .whitening-content .whitening-feature-title {
    font-size: 1rem;
    padding-left: 3.5rem;
  }
}
.whitening-content .whitening-feature-title::before {
  position: absolute;
  content: attr(data-no);
  top: 0;
  left: 0;
  width: 2rem;
  height: 2rem;
  color: #fff;
  font-size: 1rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  background: #A0C421;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.whitening-content .whitening-difference-section {
  padding: 5rem 0;
  background-color: #f3f8e6;
  position: relative;
}
@media only screen and (max-width: 767.499px) {
  .whitening-content .whitening-difference-section {
    padding: 3rem 0;
  }
}
.whitening-content .whitening-difference-section::before {
  content: "";
  position: absolute;
  top: -5rem;
  left: 0;
  width: 10rem;
  height: 100%;
  background: url("../../../template_theme/assets/img/top/leaves-left.png") no-repeat left top;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 767.499px) {
  .whitening-content .whitening-difference-section::before {
    width: 4.5rem;
    top: -2rem;
  }
}
.whitening-content .whitening-difference-section::after {
  content: "";
  position: absolute;
  top: -5rem;
  right: 0;
  width: 9rem;
  height: 100%;
  background: url("../../../template_theme/assets/img/top/leaves-right.png") no-repeat left top;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 767.499px) {
  .whitening-content .whitening-difference-section::after {
    width: 4rem;
    top: -2rem;
  }
}
.whitening-content .whitening-difference-section .section-container {
  position: relative;
  z-index: 2;
}
.whitening-content .whitening-difference-section .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #A0C421;
  margin-bottom: 4rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  justify-content: center;
  text-align: center;
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
}
.whitening-content .whitening-difference-section .section-title .section-title-en {
  font-size: 1.1rem;
  color: #6bb659;
  font-weight: 700;
  order: -1;
}
@media only screen and (max-width: 767.499px) {
  .whitening-content .whitening-difference-section .section-title {
    font-size: 1.44rem;
    gap: 0.5rem;
    margin-bottom: 2rem;
  }
  .whitening-content .whitening-difference-section .section-title .section-title-en {
    font-size: 1.1rem;
  }
}
.whitening-content .difference-flowchart {
  text-align: center;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767.499px) {
  .whitening-content .difference-flowchart {
    margin-bottom: 3rem;
  }
}
.whitening-content .difference-flowchart picture {
  display: inline-block;
  border: 3px solid #4caf50;
  border-radius: 8px;
  overflow: hidden;
}
.whitening-content .difference-flowchart img {
  width: 46.875rem;
  max-width: 100%;
  height: auto;
  display: block;
}
@media only screen and (max-width: 767.499px) {
  .whitening-content .difference-flowchart img {
    width: 100%;
  }
}
.whitening-content .difference-details .difference-step {
  margin-bottom: 4rem;
}
@media only screen and (min-width: 768px) {
  .whitening-content .difference-details .difference-step {
    gap: 13%;
  }
}
@media only screen and (max-width: 767.499px) {
  .whitening-content .difference-details .difference-step {
    margin-bottom: 3rem;
  }
}
.whitening-content .difference-details .difference-step:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .whitening-content .difference-details .difference-step .difference-col-left {
    width: 58%;
  }
  .whitening-content .difference-details .difference-step .difference-col-right {
    width: 29%;
    display: flex;
    align-items: center;
  }
}
.whitening-content .walking-bleach-section {
  padding: 5rem 0;
  background-color: #fff;
}
.whitening-content .walking-bleach-section .large {
  font-size: 1.5rem;
}
@media only screen and (max-width: 767.499px) {
  .whitening-content .walking-bleach-section .large {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .whitening-content .walking-bleach-section {
    padding: 3rem 0;
  }
  .whitening-content .walking-bleach-section .flex1-main-title {
    text-align: center;
  }
}
.whitening-content .walking-bleach-explanation {
  margin-bottom: 4rem;
}
@media only screen and (min-width: 768px) {
  .whitening-content .walking-bleach-explanation {
    gap: 13%;
  }
}
@media only screen and (max-width: 767.499px) {
  .whitening-content .walking-bleach-explanation {
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 768px) {
  .whitening-content .walking-bleach-explanation .walking-bleach-explanation-left {
    width: 58%;
  }
  .whitening-content .walking-bleach-explanation .walking-bleach-explanation-left.text-all {
    width: 100%;
  }
  .whitening-content .walking-bleach-explanation .walking-bleach-explanation-right {
    width: 29%;
    display: flex;
    align-items: center;
  }
  .whitening-content .walking-bleach-explanation .walking-bleach-explanation-right.img-all {
    width: 100%;
    gap: 2rem !important;
  }
  .whitening-content .walking-bleach-explanation .walking-bleach-explanation-right.img-all .text-area {
    width: 43%;
    margin: auto;
  }
  .whitening-content .walking-bleach-explanation .walking-bleach-explanation-right.img-all img {
    width: 30%;
    margin: auto;
  }
}
.whitening-content .walking-bleach-explanation .walking-bleach-explanation-right .text-area {
  border: #4caf50 solid 0.25rem;
  border-radius: 0.5rem;
  padding: 1rem;
  font-size: 1rem;
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
}
.whitening-content .walking-bleach-explanation .walking-bleach-explanation-right .text-area .kome {
  margin-left: 1rem;
  text-indent: -1rem;
}
.whitening-content .walking-bleach-explanation .walking-bleach-explanation-right.img-all {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.whitening-content .walking-bleach-recommend-title {
  position: relative;
  margin: 1rem auto 0.5rem;
  padding: 0 0 0.5em 0;
  color: #333;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: left;
  border-bottom: 1px solid #4caf50;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 767.499px) {
  .whitening-content .walking-bleach-recommend-title {
    font-size: 1.2rem;
    margin-bottom: 2rem;
  }
}
.whitening-content .walking-bleach-recommend {
  margin-bottom: 4rem;
}
@media only screen and (min-width: 768px) {
  .whitening-content .walking-bleach-recommend {
    gap: 13%;
  }
}
@media only screen and (max-width: 767.499px) {
  .whitening-content .walking-bleach-recommend {
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 768px) {
  .whitening-content .walking-bleach-recommend .walking-bleach-recommend-left {
    width: 58%;
  }
  .whitening-content .walking-bleach-recommend .walking-bleach-recommend-right {
    width: 29%;
    display: flex;
    align-items: center;
  }
}
.whitening-content .walking-bleach-recommend-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.whitening-content .walking-bleach-recommend-item {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 1.2rem;
  font-size: 1.05rem;
  line-height: 1.6;
  color: #333;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .whitening-content .walking-bleach-recommend-item {
    font-size: 0.9rem;
    margin-bottom: 0.8rem;
  }
}
.whitening-content .walking-bleach-recommend-item:before {
  content: "•";
  position: absolute;
  left: 0;
  color: #6bb659;
  font-weight: bold;
  font-size: 1.2rem;
}
.whitening-content .walking-bleach-recommend-item:last-child {
  margin-bottom: 0;
}
.whitening-content .walking-bleach-method-title {
  position: relative;
  margin: 1rem auto 0.5rem;
  padding: 0 0 0.5em 0;
  color: #333;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: left;
  border-bottom: 1px solid #4caf50;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 767.499px) {
  .whitening-content .walking-bleach-method-title {
    font-size: 1.2rem;
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .whitening-content .walking-bleach-method {
    gap: 13%;
  }
}
@media only screen and (min-width: 768px) {
  .whitening-content .walking-bleach-method .walking-bleach-method-left {
    width: 58%;
  }
  .whitening-content .walking-bleach-method .walking-bleach-method-right {
    width: 29%;
    display: flex;
    align-items: center;
  }
}
.whitening-content .walking-bleach-steps .walking-bleach-step {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767.499px) {
  .whitening-content .walking-bleach-steps .walking-bleach-step {
    margin-bottom: 1.5rem;
  }
}
.whitening-content .walking-bleach-steps .walking-bleach-step:last-child {
  margin-bottom: 0;
}
.whitening-content .walking-bleach-steps .step-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 767.499px) {
  .whitening-content .walking-bleach-steps .step-header {
    gap: 0.75rem;
  }
}
.whitening-content .walking-bleach-steps .step-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  background-color: #A0C421;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  border-radius: 50%;
  font-family: "Montserrat", sans-serif;
  flex-shrink: 0;
}
.whitening-content .walking-bleach-steps .step-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #333;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .whitening-content .walking-bleach-steps .step-title {
    font-size: 1rem;
  }
}
.whitening-content .walking-bleach-steps .step-text {
  font-size: 1.05rem;
  line-height: 1.6;
  color: #333;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .whitening-content .walking-bleach-steps .step-text {
    font-size: 0.9rem;
  }
}
.whitening-content .insurance-difference-section {
  padding: 5rem 0;
  background-color: #fffff7;
  position: relative;
}
@media only screen and (max-width: 767.499px) {
  .whitening-content .insurance-difference-section {
    padding: 3rem 0;
  }
}
.whitening-content .insurance-difference-section::before {
  content: "";
  position: absolute;
  top: -5rem;
  left: 0;
  width: 10rem;
  height: 100%;
  background: url("../../../template_theme/assets/img/top/leaves-left.png") no-repeat left top;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 767.499px) {
  .whitening-content .insurance-difference-section::before {
    width: 4.5rem;
    top: -2rem;
  }
}
.whitening-content .insurance-difference-section::after {
  content: "";
  position: absolute;
  top: -5rem;
  right: 0;
  width: 9rem;
  height: 100%;
  background: url("../../../template_theme/assets/img/top/leaves-right.png") no-repeat left top;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 767.499px) {
  .whitening-content .insurance-difference-section::after {
    width: 4rem;
    top: -2rem;
  }
}
.whitening-content .insurance-difference-section .section-container {
  position: relative;
  z-index: 2;
}
.whitening-content .insurance-difference-section .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #A0C421;
  margin-bottom: 4rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  justify-content: center;
  text-align: center;
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
}
.whitening-content .insurance-difference-section .section-title .section-title-en {
  font-size: 1.1rem;
  color: #6bb659;
  font-weight: 700;
  order: -1;
}
@media only screen and (max-width: 767.499px) {
  .whitening-content .insurance-difference-section .section-title {
    font-size: 1.44rem;
    gap: 0.5rem;
    margin-bottom: 2rem;
  }
  .whitening-content .insurance-difference-section .section-title .section-title-en {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 768px) {
  .whitening-content .cleaning-difference-content {
    width: 46.875rem;
    margin: 0 auto;
  }
}
.whitening-content .cleaning-difference-content .cleaning-intro {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #333;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 2rem;
  text-align: left;
}
@media only screen and (max-width: 767.499px) {
  .whitening-content .cleaning-difference-content .cleaning-intro {
    font-size: 0.9rem;
    line-height: 1.7;
    margin-bottom: 1.5rem;
  }
}
.whitening-content .cleaning-type {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767.499px) {
  .whitening-content .cleaning-type {
    margin-bottom: 1.5rem;
  }
}
.whitening-content .cleaning-type:last-child {
  margin-bottom: 0;
}
.whitening-content .cleaning-type .cleaning-type-title {
  font-size: 1.05rem;
  font-weight: 500;
  color: #333;
  margin-bottom: 0.5rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
  text-align: left;
}
@media only screen and (max-width: 767.499px) {
  .whitening-content .cleaning-type .cleaning-type-title {
    font-size: 0.9rem;
  }
}
.whitening-content .cleaning-type .cleaning-type-text {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #333;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
}
@media only screen and (max-width: 767.499px) {
  .whitening-content .cleaning-type .cleaning-type-text {
    font-size: 0.9rem;
    line-height: 1.7;
  }
}
.whitening-content .whitening-qa-section {
  padding: 5rem 0;
  background-color: #f3f8e6;
}
@media only screen and (max-width: 767.499px) {
  .whitening-content .whitening-qa-section {
    padding: 3rem 0;
  }
}
.whitening-content .whitening-qa-section::before {
  content: "";
  position: absolute;
  top: -5rem;
  left: 0;
  width: 10rem;
  height: 100%;
  background: url("../../../template_theme/assets/img/top/leaves-left.png") no-repeat left top;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 767.499px) {
  .whitening-content .whitening-qa-section::before {
    width: 4.5rem;
    top: -2rem;
  }
}
.whitening-content .whitening-qa-section::after {
  content: "";
  position: absolute;
  top: -5rem;
  right: 0;
  width: 9rem;
  height: 100%;
  background: url("../../../template_theme/assets/img/top/leaves-right.png") no-repeat left top;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 767.499px) {
  .whitening-content .whitening-qa-section::after {
    width: 4rem;
    top: -2rem;
  }
}
.whitening-content .whitening-qa-section .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #A0C421;
  margin-bottom: 4rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  justify-content: center;
  text-align: center;
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
}
.whitening-content .whitening-qa-section .section-title .section-title-en {
  font-size: 1.1rem;
  color: #6bb659;
  font-weight: 700;
  order: -1;
}
@media only screen and (max-width: 767.499px) {
  .whitening-content .whitening-qa-section .section-title {
    font-size: 1.44rem;
    gap: 0.5rem;
    margin-bottom: 2rem;
  }
  .whitening-content .whitening-qa-section .section-title .section-title-en {
    font-size: 1.1rem;
  }
}

.neodymium-content .section-container {
  width: 100%;
  max-width: 71rem;
  margin: 0 auto;
  padding: 0 1.2rem;
}
.neodymium-content .section-container-pic {
  width: 40rem;
  margin: auto;
  padding-top: 2rem;
}
.neodymium-content .section-container-pic.first {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 767.499px) {
  .neodymium-content .section-container-pic.first {
    margin-bottom: 2rem;
  }
}
.neodymium-content .section-container-pic.second {
  width: 32rem;
}
@media only screen and (max-width: 767.499px) {
  .neodymium-content .section-container-pic.second {
    width: 100%;
  }
}
.neodymium-content .section-container-pic.second img {
  width: 100%;
}
.neodymium-content .section-container-pic img {
  width: 100%;
  border-radius: 0.5rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.08);
}
@media only screen and (max-width: 767.499px) {
  .neodymium-content .section-container-pic {
    width: 100%;
  }
}
.neodymium-content .neodymium-treatment-section {
  padding: 1rem 0 5rem;
  background-color: #fff;
}
@media only screen and (max-width: 767.499px) {
  .neodymium-content .neodymium-treatment-section {
    padding: 1rem 0 3rem;
  }
}
.neodymium-content .neodymium-treatment-section .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #A0C421;
  margin-bottom: 5rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  justify-content: center;
  text-align: center;
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
}
.neodymium-content .neodymium-treatment-section .section-title .section-title-en {
  font-size: 1.1rem;
  color: #6bb659;
  font-weight: 700;
  order: -1;
}
@media only screen and (max-width: 767.499px) {
  .neodymium-content .neodymium-treatment-section .section-title {
    font-size: 1.44rem;
    gap: 0.5rem;
    margin-bottom: 2rem;
  }
  .neodymium-content .neodymium-treatment-section .section-title .section-title-en {
    font-size: 1.1rem;
  }
}
.neodymium-content .neodymium-treatment-section .neodymium-treatment-content {
  margin-top: 4rem;
}
.neodymium-content .neodymium-treatment-section .neodymium-treatment-content h4 {
  font-size: 1.6rem;
  font-weight: 700;
  color: rgb(80, 161, 102);
  margin-bottom: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
@media only screen and (max-width: 767.499px) {
  .neodymium-content .neodymium-treatment-section .neodymium-treatment-content h4 {
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .neodymium-content .neodymium-treatment-section .neodymium-treatment-content {
    margin-top: 3rem;
  }
}
.neodymium-content .neodymium-treatment-section .neodymium-treatment-list {
  list-style: none;
  padding: 0;
  margin: 0 auto 4rem auto;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  border: 2px solid #50a166;
  border-radius: 1rem;
  padding: 1rem 2.5rem;
  box-shadow: 0 4px 8px rgba(160, 196, 33, 0.08);
}
@media only screen and (min-width: 768px) {
  .neodymium-content .neodymium-treatment-section .neodymium-treatment-list {
    width: 32rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .neodymium-content .neodymium-treatment-section .neodymium-treatment-list {
    width: 100%;
    gap: 1rem;
    margin-bottom: 3rem;
  }
}
.neodymium-content .neodymium-treatment-section .neodymium-treatment-item {
  position: relative;
  padding-left: 1.5rem;
  font-size: 1.05rem;
  line-height: 1.6;
  color: #333;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .neodymium-content .neodymium-treatment-section .neodymium-treatment-item {
    font-size: 0.9rem;
  }
}
.neodymium-content .neodymium-treatment-section .neodymium-treatment-item:before {
  content: "•";
  position: absolute;
  left: 0;
  color: #6bb659;
  font-weight: bold;
  font-size: 1.2rem;
}
.neodymium-content .neodymium-treatment-section .neodymium-treatment-description {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #333;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .neodymium-content .neodymium-treatment-section .neodymium-treatment-description {
    font-size: 0.9rem;
    line-height: 1.7;
  }
}
.neodymium-content .neodymium-treatment-section .neodymium-treatment-description p {
  margin-bottom: 1.6rem;
}
@media only screen and (max-width: 767.499px) {
  .neodymium-content .neodymium-treatment-section .neodymium-treatment-description p {
    margin-bottom: 1.2rem;
  }
}
.neodymium-content .neodymium-treatment-section .neodymium-treatment-description p:last-child {
  margin-bottom: 0;
}
.neodymium-content .neodymium-features-section {
  padding: 5rem 0;
  background-color: #f3f8e6;
}
@media only screen and (max-width: 767.499px) {
  .neodymium-content .neodymium-features-section {
    padding: 3rem 0;
  }
}
.neodymium-content .neodymium-features-section .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #A0C421;
  margin-bottom: 4rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  justify-content: center;
  text-align: center;
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
}
.neodymium-content .neodymium-features-section .section-title .section-title-en {
  font-size: 1.1rem;
  color: #6bb659;
  font-weight: 700;
  order: -1;
}
@media only screen and (max-width: 767.499px) {
  .neodymium-content .neodymium-features-section .section-title {
    font-size: 1.44rem;
    gap: 0.5rem;
    margin-bottom: 2rem;
  }
  .neodymium-content .neodymium-features-section .section-title .section-title-en {
    font-size: 1.1rem;
  }
}
.neodymium-content .neodymium-features-section .neodymium-feature-item {
  margin-bottom: 4rem;
}
@media only screen and (min-width: 768px) {
  .neodymium-content .neodymium-features-section .neodymium-feature-item {
    gap: 13%;
  }
}
@media only screen and (max-width: 767.499px) {
  .neodymium-content .neodymium-features-section .neodymium-feature-item {
    margin-bottom: 3rem;
  }
}
.neodymium-content .neodymium-features-section .neodymium-feature-item:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .neodymium-content .neodymium-features-section .neodymium-feature-item .neodymium-feature-col-left {
    width: 58%;
  }
  .neodymium-content .neodymium-features-section .neodymium-feature-item .neodymium-feature-col-right {
    width: 29%;
    display: flex;
    align-items: center;
  }
}
.neodymium-content .neodymium-merit-section {
  padding: 5rem 0;
  background-color: #fff;
  position: relative;
}
@media only screen and (max-width: 767.499px) {
  .neodymium-content .neodymium-merit-section {
    padding: 3rem 0;
  }
}
.neodymium-content .neodymium-merit-section::before {
  content: "";
  position: absolute;
  top: -5rem;
  left: 0;
  width: 10rem;
  height: 100%;
  background: url("../../../template_theme/assets/img/top/leaves-left.png") no-repeat left top;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 767.499px) {
  .neodymium-content .neodymium-merit-section::before {
    width: 4.5rem;
    top: -2rem;
  }
}
.neodymium-content .neodymium-merit-section::after {
  content: "";
  position: absolute;
  top: -5rem;
  right: 0;
  width: 9rem;
  height: 100%;
  background: url("../../../template_theme/assets/img/top/leaves-right.png") no-repeat left top;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 767.499px) {
  .neodymium-content .neodymium-merit-section::after {
    width: 4rem;
    top: -2rem;
  }
}
.neodymium-content .neodymium-merit-section .section-container {
  position: relative;
  z-index: 2;
}
.neodymium-content .neodymium-merit-section .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #A0C421;
  margin-bottom: 4rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  justify-content: center;
  text-align: center;
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
}
.neodymium-content .neodymium-merit-section .section-title .section-title-en {
  font-size: 1.1rem;
  color: #6bb659;
  font-weight: 700;
  order: -1;
}
@media only screen and (max-width: 767.499px) {
  .neodymium-content .neodymium-merit-section .section-title {
    font-size: 1.44rem;
    gap: 0.5rem;
    margin-bottom: 2rem;
  }
  .neodymium-content .neodymium-merit-section .section-title .section-title-en {
    font-size: 1.1rem;
  }
}
.neodymium-content .neodymium-merit-section .neodymium-merit-item {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 767.499px) {
  .neodymium-content .neodymium-merit-section .neodymium-merit-item {
    margin-bottom: 2.5rem;
  }
}
.neodymium-content .neodymium-merit-section .neodymium-merit-item:last-child {
  margin-bottom: 0;
}
.neodymium-content .neodymium-merit-section .neodymium-merit-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #4caf50;
}
@media only screen and (max-width: 767.499px) {
  .neodymium-content .neodymium-merit-section .neodymium-merit-title {
    font-size: 1.2rem;
    margin-bottom: 0.8rem;
  }
}
.neodymium-content .neodymium-merit-section .neodymium-merit-text {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #333;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .neodymium-content .neodymium-merit-section .neodymium-merit-text {
    font-size: 0.9rem;
    line-height: 1.7;
  }
}
.neodymium-content .neodymium-hypochlorous-section {
  padding: 5rem 0 1rem;
  background-color: #f3f8e6;
}
@media only screen and (max-width: 767.499px) {
  .neodymium-content .neodymium-hypochlorous-section {
    padding: 3rem 0 1rem;
  }
}
.neodymium-content .neodymium-hypochlorous-section .neodymium-hypochlorous-content {
  margin-top: 4rem;
}
@media only screen and (max-width: 767.499px) {
  .neodymium-content .neodymium-hypochlorous-section .neodymium-hypochlorous-content {
    margin-top: 3rem;
  }
}
.neodymium-content .neodymium-hypochlorous-section .neodymium-hypochlorous-text {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #333;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 767.499px) {
  .neodymium-content .neodymium-hypochlorous-section .neodymium-hypochlorous-text {
    font-size: 0.9rem;
    line-height: 1.7;
    margin-bottom: 2.5rem;
  }
}
.neodymium-content .neodymium-hypochlorous-section .neodymium-hypochlorous-text:last-child {
  margin-bottom: 0;
}
.neodymium-content .neodymium-hypochlorous-section .neodymium-system-image {
  text-align: center;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 767.499px) {
  .neodymium-content .neodymium-hypochlorous-section .neodymium-system-image {
    margin-bottom: 2.5rem;
  }
}
.neodymium-content .neodymium-hypochlorous-section .neodymium-system-image picture {
  display: inline-block;
  border: 3px solid #6bb659;
  border-radius: 8px;
  overflow: hidden;
}
.neodymium-content .neodymium-hypochlorous-section .neodymium-system-image img {
  width: 60rem;
  max-width: 100%;
  height: auto;
  display: block;
}
@media only screen and (max-width: 767.499px) {
  .neodymium-content .neodymium-hypochlorous-section .neodymium-system-image img {
    width: 100%;
  }
}
.neodymium-content .neodymium-epios-section {
  padding: 5rem 0 7rem;
  background-color: #f3f8e6;
}
@media only screen and (max-width: 767.499px) {
  .neodymium-content .neodymium-epios-section {
    padding: 3rem 0 5rem;
  }
}
.neodymium-content .neodymium-epios-section .section-main-title {
  margin-top: 0;
}
.neodymium-content .neodymium-epios-section .neodymium-epios-content {
  margin-top: 2rem;
}
@media only screen and (max-width: 767.499px) {
  .neodymium-content .neodymium-epios-section .neodymium-epios-content {
    margin-top: 2rem;
  }
}
.neodymium-content .neodymium-epios-section .neodymium-epios-text {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #333;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .neodymium-content .neodymium-epios-section .neodymium-epios-text {
    font-size: 0.9rem;
    line-height: 1.7;
  }
}

.erbium-content .section-container {
  width: 100%;
  max-width: 71rem;
  margin: 0 auto;
  padding: 0 1.2rem;
}
.erbium-content .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #A0C421;
  margin-bottom: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  justify-content: center;
  text-align: center;
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
}
.erbium-content .section-title .section-title-en {
  font-size: 1.1rem;
  color: #6bb659;
  font-weight: 700;
  order: -1;
}
@media only screen and (max-width: 767.499px) {
  .erbium-content .section-title {
    font-size: 1.44rem;
    gap: 0.5rem;
    margin-bottom: 0;
  }
  .erbium-content .section-title .section-title-en {
    font-size: 1.1rem;
  }
}
.erbium-content .erbium-about-section {
  padding: 5rem 0;
  background-color: #fff;
}
@media only screen and (max-width: 767.499px) {
  .erbium-content .erbium-about-section {
    padding: 3rem 0;
  }
}
@media only screen and (min-width: 768px) {
  .erbium-content .erbium-about-section .erbium-about-flex {
    gap: 10%;
  }
}
@media only screen and (min-width: 768px) {
  .erbium-content .erbium-about-section .erbium-about-flex .erbium-about-col-left {
    width: 60%;
  }
  .erbium-content .erbium-about-section .erbium-about-flex .erbium-about-col-right {
    width: 30%;
    display: flex;
    align-items: center;
  }
}
.erbium-content .erbium-about-section .erbium-about-title {
  font-size: 2rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  padding-bottom: 1rem;
  border-bottom: 3px solid #6bb659;
}
@media only screen and (max-width: 767.499px) {
  .erbium-content .erbium-about-section .erbium-about-title {
    font-size: 1.44rem;
    margin-bottom: 1.5rem;
    padding-bottom: 0.8rem;
    border-bottom-width: 2px;
  }
}
.erbium-content .erbium-about-section .erbium-about-text {
  font-size: 1.5rem;
  line-height: 2;
  color: #333;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .erbium-content .erbium-about-section .erbium-about-text {
    font-size: 0.9rem;
    line-height: 1.7;
  }
}
.erbium-content .erbium-about-section .erbium-about-col-right picture {
  display: block;
  width: 100%;
}
.erbium-content .erbium-about-section .erbium-about-col-right img {
  width: 50%;
  height: auto;
  display: block;
  margin: auto;
}
@media only screen and (min-width: 768px) {
  .erbium-content .erbium-about-section .erbium-about-col-right img {
    width: 100%;
  }
}
.erbium-content .erbium-features-section {
  padding: 5rem 0;
  background-color: #fff;
}
@media only screen and (max-width: 767.499px) {
  .erbium-content .erbium-features-section {
    padding: 3rem 0;
  }
}
.erbium-content .erbium-features-section .erbium-feature-item {
  margin-bottom: 4rem;
}
@media only screen and (min-width: 768px) {
  .erbium-content .erbium-features-section .erbium-feature-item {
    gap: 13%;
  }
}
@media only screen and (max-width: 767.499px) {
  .erbium-content .erbium-features-section .erbium-feature-item {
    margin-bottom: 3rem;
  }
}
.erbium-content .erbium-features-section .erbium-feature-item:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .erbium-content .erbium-features-section .erbium-feature-item .erbium-feature-col-left {
    width: 58%;
  }
  .erbium-content .erbium-features-section .erbium-feature-item .erbium-feature-col-right {
    width: 29%;
    display: flex;
    align-items: center;
  }
}
.erbium-content .erbium-features-section .erbium-feature-item .erbium-feature-col-right picture {
  display: block;
  width: 100%;
}
.erbium-content .erbium-features-section .erbium-feature-item .erbium-feature-col-right img {
  width: 100%;
  height: auto;
  display: block;
}
.erbium-content .erbium-features-section .erbium-feature-vertical {
  flex-direction: column !important;
  align-items: stretch !important;
}
.erbium-content .erbium-features-section .erbium-feature-vertical .erbium-feature-content {
  width: 100%;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 767.499px) {
  .erbium-content .erbium-features-section .erbium-feature-vertical .erbium-feature-content {
    margin-bottom: 2rem;
  }
}
.erbium-content .erbium-features-section .erbium-feature-vertical .erbium-feature-content .flex2-subtitle-with-circle {
  position: relative;
  margin: 1rem auto 1rem;
  padding: 0 0 0.8rem 3rem;
  color: #333;
  font-size: 1.3rem;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4;
}
@media only screen and (min-width: 768px) {
  .erbium-content .erbium-features-section .erbium-feature-vertical .erbium-feature-content .flex2-subtitle-with-circle {
    margin: 1.5rem auto 1.2rem;
    font-size: 1.6rem;
    padding-left: 3.5rem;
  }
}
.erbium-content .erbium-features-section .erbium-feature-vertical .erbium-feature-content .flex2-subtitle-with-circle::before {
  position: absolute;
  content: attr(data-no);
  top: 0;
  left: 0;
  width: 2.2rem;
  height: 2.2rem;
  color: #fff;
  font-size: 1.1rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  background: #A0C421;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .erbium-content .erbium-features-section .erbium-feature-vertical .erbium-feature-content .flex2-subtitle-with-circle::before {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.2rem;
  }
}
.erbium-content .erbium-features-section .erbium-feature-vertical .erbium-feature-content .flex2-text {
  margin: 1.5em 0;
  line-height: 1.5;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.95em;
}
@media only screen and (min-width: 768px) {
  .erbium-content .erbium-features-section .erbium-feature-vertical .erbium-feature-content .flex2-text {
    font-size: 1rem;
    line-height: 1.8;
  }
}
.erbium-content .erbium-features-section .erbium-feature-vertical .erbium-feature-image-container {
  width: 100%;
  text-align: center;
}
.erbium-content .erbium-features-section .erbium-feature-vertical .erbium-feature-image-container picture.only-pc {
  display: inline-block;
  max-width: 60rem;
  width: 100%;
}
.erbium-content .erbium-features-section .erbium-feature-vertical .erbium-feature-image-container picture.only-pc img {
  width: 100%;
  height: auto;
  display: block;
}
.erbium-content .erbium-features-section .erbium-feature-vertical .erbium-feature-image-container .erbium-mobile-images {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}
.erbium-content .erbium-features-section .erbium-feature-vertical .erbium-feature-image-container .erbium-mobile-images .erbium-mobile-image {
  width: 100%;
}
.erbium-content .erbium-features-section .erbium-feature-vertical .erbium-feature-image-container .erbium-mobile-images .erbium-mobile-image img {
  width: 100%;
  height: auto;
  display: block;
}
.erbium-content .erbium-periodontal-section {
  padding: 5rem 0;
  background-color: #f3f8e6;
  position: relative;
}
@media only screen and (max-width: 767.499px) {
  .erbium-content .erbium-periodontal-section {
    padding: 3rem 0;
  }
}
.erbium-content .erbium-periodontal-section::before {
  content: "";
  position: absolute;
  top: -5rem;
  left: 0;
  width: 10rem;
  height: 100%;
  background: url("../../../template_theme/assets/img/top/leaves-left.png") no-repeat left top;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 767.499px) {
  .erbium-content .erbium-periodontal-section::before {
    width: 4.5rem;
    top: -2rem;
  }
}
.erbium-content .erbium-periodontal-section::after {
  content: "";
  position: absolute;
  top: -5rem;
  right: 0;
  width: 9rem;
  height: 100%;
  background: url("../../../template_theme/assets/img/top/leaves-right.png") no-repeat left top;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 767.499px) {
  .erbium-content .erbium-periodontal-section::after {
    width: 4rem;
    top: -2rem;
  }
}
.erbium-content .erbium-periodontal-section .section-container {
  position: relative;
  z-index: 2;
}
.erbium-content .erbium-periodontal-section .erbium-periodontal-item {
  margin-bottom: 4rem;
}
@media only screen and (min-width: 768px) {
  .erbium-content .erbium-periodontal-section .erbium-periodontal-item {
    gap: 13%;
  }
}
@media only screen and (max-width: 767.499px) {
  .erbium-content .erbium-periodontal-section .erbium-periodontal-item {
    margin-bottom: 3rem;
  }
}
.erbium-content .erbium-periodontal-section .erbium-periodontal-item:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .erbium-content .erbium-periodontal-section .erbium-periodontal-item .erbium-periodontal-col-left {
    width: 58%;
  }
  .erbium-content .erbium-periodontal-section .erbium-periodontal-item .erbium-periodontal-col-right {
    width: 29%;
    display: flex;
    align-items: center;
  }
}
.erbium-content .erbium-periodontal-section .erbium-periodontal-item .erbium-periodontal-col-right picture {
  display: block;
  width: 100%;
}
.erbium-content .erbium-periodontal-section .erbium-periodontal-item .erbium-periodontal-col-right img {
  width: 100%;
  height: auto;
  max-height: 12.5rem;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}
.erbium-content .erbium-periodontal-section .erbium-periodontal-text-only {
  display: block !important;
}
.erbium-content .erbium-periodontal-section .erbium-periodontal-text-only .flex2-subtitle-with-circle {
  position: relative;
  margin: 1rem auto 1rem;
  padding: 0 0 0.8rem 3rem;
  color: #333;
  font-size: 1.3rem;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4;
}
@media only screen and (min-width: 768px) {
  .erbium-content .erbium-periodontal-section .erbium-periodontal-text-only .flex2-subtitle-with-circle {
    margin: 1.5rem auto 1.2rem;
    font-size: 1.6rem;
    padding-left: 3.5rem;
  }
}
.erbium-content .erbium-periodontal-section .erbium-periodontal-text-only .flex2-subtitle-with-circle::before {
  position: absolute;
  content: attr(data-no);
  top: 0;
  left: 0;
  width: 2.2rem;
  height: 2.2rem;
  color: #fff;
  font-size: 1.1rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  background: #A0C421;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .erbium-content .erbium-periodontal-section .erbium-periodontal-text-only .flex2-subtitle-with-circle::before {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.2rem;
  }
}
.erbium-content .erbium-periodontal-section .erbium-periodontal-text-only .flex2-text {
  margin: 1.5em 0;
  line-height: 1.5;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.95em;
}
@media only screen and (min-width: 768px) {
  .erbium-content .erbium-periodontal-section .erbium-periodontal-text-only .flex2-text {
    font-size: 1rem;
    line-height: 1.8;
  }
}
.erbium-content .erbium-cavity-section {
  padding: 5rem 0;
  background-color: #fff;
}
@media only screen and (max-width: 767.499px) {
  .erbium-content .erbium-cavity-section {
    padding: 3rem 0;
  }
}
.erbium-content .erbium-cavity-section .erbium-cavity-item {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 767.499px) {
  .erbium-content .erbium-cavity-section .erbium-cavity-item {
    margin-bottom: 2.5rem;
  }
}
.erbium-content .erbium-cavity-section .erbium-cavity-item:last-child {
  margin-bottom: 0;
}
.erbium-content .erbium-cavity-section .erbium-cavity-title {
  position: relative;
  margin: 1rem auto 1rem;
  padding: 0 0 0.8rem 3rem;
  color: #333;
  font-size: 1.3rem;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4;
  border-bottom: 3px solid #6bb659;
}
@media only screen and (min-width: 768px) {
  .erbium-content .erbium-cavity-section .erbium-cavity-title {
    margin: 1.5rem auto 1.2rem;
    font-size: 1.6rem;
    padding-left: 3.5rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .erbium-content .erbium-cavity-section .erbium-cavity-title {
    border-bottom-width: 2px;
  }
}
.erbium-content .erbium-cavity-section .erbium-cavity-title::before {
  position: absolute;
  content: attr(data-no);
  top: 0;
  left: 0;
  width: 2.2rem;
  height: 2.2rem;
  color: #fff;
  font-size: 1.1rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  background: #A0C421;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .erbium-content .erbium-cavity-section .erbium-cavity-title::before {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.2rem;
  }
}
.erbium-content .erbium-cavity-section .erbium-cavity-text {
  margin: 1.5em 0;
  line-height: 1.5;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.95em;
}
@media only screen and (min-width: 768px) {
  .erbium-content .erbium-cavity-section .erbium-cavity-text {
    font-size: 1rem;
    line-height: 1.8;
  }
}
.erbium-content .erbium-root-canal-section {
  padding: 5rem 0;
  background-color: #fff;
  position: relative;
}
@media only screen and (max-width: 767.499px) {
  .erbium-content .erbium-root-canal-section {
    padding: 3rem 0;
  }
}
.erbium-content .erbium-root-canal-section::before {
  content: "";
  position: absolute;
  top: -5rem;
  left: 0;
  width: 10rem;
  height: 100%;
  background: url("../../../template_theme/assets/img/top/leaves-left.png") no-repeat left top;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 767.499px) {
  .erbium-content .erbium-root-canal-section::before {
    width: 4.5rem;
    top: -2rem;
  }
}
.erbium-content .erbium-root-canal-section::after {
  content: "";
  position: absolute;
  top: -5rem;
  right: 0;
  width: 9rem;
  height: 100%;
  background: url("../../../template_theme/assets/img/top/leaves-right.png") no-repeat left top;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 767.499px) {
  .erbium-content .erbium-root-canal-section::after {
    width: 4rem;
    top: -2rem;
  }
}
.erbium-content .erbium-root-canal-section .section-container {
  position: relative;
  z-index: 2;
}
.erbium-content .erbium-root-canal-section .section-container-pic {
  width: 25rem;
  margin: auto;
  padding-top: 2rem;
}
.erbium-content .erbium-root-canal-section .section-container-pic.second {
  width: 32rem;
}
@media only screen and (max-width: 767.499px) {
  .erbium-content .erbium-root-canal-section .section-container-pic.second {
    width: 100%;
  }
}
.erbium-content .erbium-root-canal-section .section-container-pic.second img {
  width: 100%;
}
.erbium-content .erbium-root-canal-section .section-container-pic img {
  width: 100%;
  border-radius: 0.5rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.08);
}
@media only screen and (max-width: 767.499px) {
  .erbium-content .erbium-root-canal-section .section-container-pic {
    width: 100%;
  }
}
.erbium-content .erbium-root-canal-section .erbium-root-canal-content {
  margin-top: 4rem;
}
@media only screen and (max-width: 767.499px) {
  .erbium-content .erbium-root-canal-section .erbium-root-canal-content {
    margin-top: 3rem;
  }
}
.erbium-content .erbium-root-canal-section .erbium-root-canal-text {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #333;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 1.6rem;
}
@media only screen and (max-width: 767.499px) {
  .erbium-content .erbium-root-canal-section .erbium-root-canal-text {
    font-size: 0.9rem;
    line-height: 1.7;
    margin-bottom: 1.2rem;
  }
}
.erbium-content .erbium-root-canal-section .erbium-root-canal-text:last-child {
  margin-bottom: 0;
}
.erbium-content .erbium-comparison-section {
  padding: 5rem 0;
  background-color: #fff;
}
@media only screen and (max-width: 767.499px) {
  .erbium-content .erbium-comparison-section {
    padding: 3rem 0;
  }
}
.erbium-content .erbium-comparison-section .erbium-comparison-text {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #333;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767.499px) {
  .erbium-content .erbium-comparison-section .erbium-comparison-text {
    font-size: 0.9rem;
    line-height: 1.7;
    margin-bottom: 1.5rem;
  }
}
.erbium-content .erbium-comparison-section .erbium-comparison-text:last-child {
  margin-bottom: 0;
}
.erbium-content .erbium-comparison-section .erbium-comparison-clinic-info {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid #e0e0e0;
}
@media only screen and (max-width: 767.499px) {
  .erbium-content .erbium-comparison-section .erbium-comparison-clinic-info {
    margin-top: 2rem;
    padding-top: 1.5rem;
  }
}
.erbium-content .erbium-comparison-section .erbium-comparison-clinic-info .erbium-comparison-text {
  margin-bottom: 1.8rem;
}
@media only screen and (max-width: 767.499px) {
  .erbium-content .erbium-comparison-section .erbium-comparison-clinic-info .erbium-comparison-text {
    margin-bottom: 1.3rem;
  }
}
.erbium-content .erbium-comparison-section .erbium-comparison-clinic-info .erbium-comparison-text:last-child {
  margin-bottom: 0;
}
.erbium-content .erbium-qa-section {
  padding: 5rem 0 7rem;
  background-color: #f3f8e6;
  position: relative;
}
@media only screen and (max-width: 767.499px) {
  .erbium-content .erbium-qa-section {
    padding: 3rem 0 5rem;
  }
}
.erbium-content .erbium-qa-section::before {
  content: "";
  position: absolute;
  top: -5rem;
  left: 0;
  width: 10rem;
  height: 100%;
  background: url("../../../template_theme/assets/img/top/leaves-left.png") no-repeat left top;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 767.499px) {
  .erbium-content .erbium-qa-section::before {
    width: 4.5rem;
    top: -2rem;
  }
}
.erbium-content .erbium-qa-section::after {
  content: "";
  position: absolute;
  top: -5rem;
  right: 0;
  width: 9rem;
  height: 100%;
  background: url("../../../template_theme/assets/img/top/leaves-right.png") no-repeat left top;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 767.499px) {
  .erbium-content .erbium-qa-section::after {
    width: 4rem;
    top: -2rem;
  }
}
.erbium-content .erbium-qa-section .section-container {
  position: relative;
  z-index: 2;
}
.erbium-content .erbium-qa-section .qa-container {
  margin-top: 4rem;
}
@media only screen and (max-width: 767.499px) {
  .erbium-content .erbium-qa-section .qa-container {
    margin-top: 3rem;
  }
}
.erbium-content .erbium-comparison-content {
  margin-top: 4rem;
}
.erbium-content .erbium-comparison-content-pic {
  width: 35rem;
  margin: auto;
  padding-top: 2rem;
}
.erbium-content .erbium-comparison-content-pic.first {
  width: 17.5rem;
}
@media only screen and (max-width: 767.499px) {
  .erbium-content .erbium-comparison-content-pic.first {
    width: 50%;
  }
}
.erbium-content .erbium-comparison-content-pic.second {
  width: 32rem;
}
@media only screen and (max-width: 767.499px) {
  .erbium-content .erbium-comparison-content-pic.second {
    width: 100%;
  }
}
.erbium-content .erbium-comparison-content-pic.second img {
  width: 100%;
}
.erbium-content .erbium-comparison-content-pic img {
  width: 100%;
  border-radius: 0.5rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.08);
}
@media only screen and (max-width: 767.499px) {
  .erbium-content .erbium-comparison-content-pic {
    width: 100%;
  }
}
@media only screen and (max-width: 767.499px) {
  .erbium-content .erbium-comparison-content {
    margin-top: 3rem;
  }
}

.root-canal-content .section-container {
  width: 100%;
  max-width: 71rem;
  margin: 0 auto;
  padding: 0 1.2rem;
}
.root-canal-content .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #A0C421;
  margin-bottom: 4rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  justify-content: center;
  text-align: center;
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
}
.root-canal-content .section-title.green {
  color: #4caf50;
}
.root-canal-content .section-title .section-title-en {
  font-size: 1.1rem;
  color: #6bb659;
  font-weight: 700;
  order: -1;
}
@media only screen and (max-width: 767.499px) {
  .root-canal-content .section-title {
    font-size: 1.44rem;
    gap: 0.5rem;
    margin-bottom: 2rem;
  }
  .root-canal-content .section-title .section-title-en {
    font-size: 1.1rem;
  }
}
.root-canal-content .root-canal-about-section {
  padding: 5rem 0 6rem;
  background-color: #fff;
}
@media only screen and (max-width: 767.499px) {
  .root-canal-content .root-canal-about-section {
    padding: 3rem 0 5rem;
  }
}
.root-canal-content .root-canal-about-section .root-canal-about-content {
  margin-top: 2rem;
}
@media only screen and (max-width: 767.499px) {
  .root-canal-content .root-canal-about-section .root-canal-about-content {
    margin-top: 1.5rem;
  }
}
.root-canal-content .root-canal-about-section .root-canal-intro-text {
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 767.499px) {
  .root-canal-content .root-canal-about-section .root-canal-intro-text {
    font-size: 0.9rem;
    line-height: 1.7;
    margin-bottom: 4rem;
  }
}
.root-canal-content .root-canal-about-section .root-canal-preservation-flex {
  margin-bottom: 6rem;
}
@media only screen and (min-width: 768px) {
  .root-canal-content .root-canal-about-section .root-canal-preservation-flex {
    gap: 10%;
  }
}
@media only screen and (max-width: 767.499px) {
  .root-canal-content .root-canal-about-section .root-canal-preservation-flex {
    margin-bottom: 4rem;
  }
}
@media only screen and (min-width: 768px) {
  .root-canal-content .root-canal-about-section .root-canal-preservation-flex .root-canal-preservation-col-left {
    width: 60%;
  }
  .root-canal-content .root-canal-about-section .root-canal-preservation-flex .root-canal-preservation-col-right {
    width: 30%;
    display: flex;
    align-items: center;
  }
}
.root-canal-content .root-canal-about-section .root-canal-preservation-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  padding-bottom: 1rem;
  border-bottom: 3px solid #6bb659;
}
@media only screen and (max-width: 767.499px) {
  .root-canal-content .root-canal-about-section .root-canal-preservation-title {
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
    padding-bottom: 0.8rem;
    border-bottom-width: 2px;
  }
}
.root-canal-content .root-canal-about-section .root-canal-preservation-text {
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .root-canal-content .root-canal-about-section .root-canal-preservation-text {
    font-size: 0.9rem;
    line-height: 1.7;
  }
}
.root-canal-content .root-canal-about-section .root-canal-preservation-col-right picture {
  display: block;
  width: 100%;
}
.root-canal-content .root-canal-about-section .root-canal-preservation-col-right img {
  width: 50%;
  height: auto;
  display: block;
  margin: auto;
}
@media only screen and (min-width: 768px) {
  .root-canal-content .root-canal-about-section .root-canal-preservation-col-right img {
    width: 100%;
  }
}
@media only screen and (max-width: 767.499px) {
  .root-canal-content .root-canal-about-section .root-canal-preservation-col-right img {
    width: 100%;
  }
}
.root-canal-content .root-canal-about-section .root-canal-demerit-flex {
  margin-bottom: 0;
}
@media only screen and (max-width: 767.499px) {
  .root-canal-content .root-canal-about-section .root-canal-demerit-flex {
    flex-direction: column-reverse;
  }
}
@media only screen and (min-width: 768px) {
  .root-canal-content .root-canal-about-section .root-canal-demerit-flex {
    gap: 10%;
  }
}
@media only screen and (min-width: 768px) {
  .root-canal-content .root-canal-about-section .root-canal-demerit-flex .root-canal-demerit-col-left {
    width: 30%;
    display: flex;
    align-items: center;
  }
  .root-canal-content .root-canal-about-section .root-canal-demerit-flex .root-canal-demerit-col-right {
    width: 60%;
  }
}
.root-canal-content .root-canal-about-section .root-canal-demerit-col-left picture {
  display: block;
  width: 100%;
}
.root-canal-content .root-canal-about-section .root-canal-demerit-col-left img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}
.root-canal-content .root-canal-about-section .root-canal-demerit-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  padding-bottom: 1rem;
  border-bottom: 3px solid #6bb659;
}
@media only screen and (max-width: 767.499px) {
  .root-canal-content .root-canal-about-section .root-canal-demerit-title {
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
    padding-bottom: 0.8rem;
    border-bottom-width: 2px;
  }
}
.root-canal-content .root-canal-about-section .root-canal-demerit-text {
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 767.499px) {
  .root-canal-content .root-canal-about-section .root-canal-demerit-text {
    font-size: 0.9rem;
    line-height: 1.7;
    margin-bottom: 1.2rem;
  }
}
.root-canal-content .root-canal-about-section .root-canal-demerit-note {
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .root-canal-content .root-canal-about-section .root-canal-demerit-note {
    font-size: 0.9rem;
    line-height: 1.7;
  }
}
.root-canal-content .root-canal-flow-section {
  padding: 5rem 0;
  background-color: #f3f8e6;
  position: relative;
}
@media only screen and (max-width: 767.499px) {
  .root-canal-content .root-canal-flow-section {
    padding: 3rem 0;
  }
}
.root-canal-content .root-canal-flow-section::before {
  content: "";
  position: absolute;
  top: -5rem;
  left: 0;
  width: 10rem;
  height: 100%;
  background: url("../../../template_theme/assets/img/top/leaves-left.png") no-repeat left top;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 767.499px) {
  .root-canal-content .root-canal-flow-section::before {
    width: 4.5rem;
    top: -2rem;
  }
}
.root-canal-content .root-canal-flow-section::after {
  content: "";
  position: absolute;
  top: -5rem;
  right: 0;
  width: 9rem;
  height: 100%;
  background: url("../../../template_theme/assets/img/top/leaves-right.png") no-repeat left top;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 767.499px) {
  .root-canal-content .root-canal-flow-section::after {
    width: 4rem;
    top: -2rem;
  }
}
.root-canal-content .root-canal-flow-section .section-container {
  position: relative;
  z-index: 2;
}
.root-canal-content .root-canal-flow-section .root-canal-flow-content {
  margin-top: 2rem;
}
@media only screen and (max-width: 767.499px) {
  .root-canal-content .root-canal-flow-section .root-canal-flow-content {
    margin-top: 1.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .root-canal-content .root-canal-flow-section .root-canal-flow-flex {
    gap: 1%;
  }
  .root-canal-content .root-canal-flow-section .root-canal-flow-flex.flex2-flex {
    flex-wrap: nowrap;
  }
}
@media only screen and (min-width: 768px) {
  .root-canal-content .root-canal-flow-section .root-canal-flow-flex .root-canal-flow-col-left {
    width: 50%;
  }
  .root-canal-content .root-canal-flow-section .root-canal-flow-flex .root-canal-flow-col-right {
    width: 50%;
    display: flex;
    align-items: center;
  }
}
.root-canal-content .root-canal-flow-section .root-canal-flow-step {
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 767.499px) {
  .root-canal-content .root-canal-flow-section .root-canal-flow-step {
    margin-bottom: 2rem;
  }
}
.root-canal-content .root-canal-flow-section .root-canal-flow-step:last-child {
  margin-bottom: 0;
}
.root-canal-content .root-canal-flow-section .root-canal-flow-step-title {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 0 0 0.8rem 3rem;
  color: #333;
  font-size: 1.2rem;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4;
  display: flex;
  flex-direction: column;
}
.root-canal-content .root-canal-flow-section .root-canal-flow-step-title span {
  color: red;
  font-size: 1rem;
  font-weight: 400;
  padding-left: 1rem;
}
@media only screen and (min-width: 768px) {
  .root-canal-content .root-canal-flow-section .root-canal-flow-step-title span {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 768px) {
  .root-canal-content .root-canal-flow-section .root-canal-flow-step-title {
    font-size: 1.4rem;
    padding-left: 3.5rem;
  }
}
.root-canal-content .root-canal-flow-section .root-canal-flow-step-title::before {
  position: absolute;
  content: attr(data-no);
  top: 0;
  left: 0;
  width: 2.2rem;
  height: 2.2rem;
  color: #fff;
  font-size: 1.1rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  background: #A0C421;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .root-canal-content .root-canal-flow-section .root-canal-flow-step-title::before {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.2rem;
  }
}
.root-canal-content .root-canal-flow-section .root-canal-flow-step-title[data-no="5"]::before {
  top: 14%;
}
.root-canal-content .root-canal-flow-section .root-canal-flow-step-text {
  font-size: 0.95rem;
  line-height: 1.7;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
.root-canal-content .root-canal-flow-section .root-canal-flow-step-text span {
  font-weight: bold;
  color: #6bb659;
}
@media only screen and (min-width: 768px) {
  .root-canal-content .root-canal-flow-section .root-canal-flow-step-text {
    font-size: 1rem;
    line-height: 1.8;
  }
}
.root-canal-content .root-canal-flow-section .root-canal-flow-images-pc {
  display: flex;
  flex-direction: column;
  gap: 6.5rem;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.root-canal-content .root-canal-flow-section .root-canal-flow-images-pc .root-canal-flow-image {
  display: block;
  width: 100%;
}
.root-canal-content .root-canal-flow-section .root-canal-flow-images-pc .root-canal-flow-image img {
  width: 100%;
  height: auto;
  display: block;
  border: 1px solid #6bb659;
}
.root-canal-content .root-canal-flow-section .root-canal-flow-images-sp {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 2rem;
}
.root-canal-content .root-canal-flow-section .root-canal-flow-images-sp .root-canal-flow-image-sp {
  width: 100%;
}
.root-canal-content .root-canal-flow-section .root-canal-flow-images-sp .root-canal-flow-image-sp img {
  width: 100%;
  height: auto;
  display: block;
  border: 1px solid #6bb659;
}
.root-canal-content .root-canal-features-section {
  padding: 5rem 0;
  background-color: #fff;
  position: relative;
}
@media only screen and (max-width: 767.499px) {
  .root-canal-content .root-canal-features-section {
    padding: 3rem 0;
  }
}
.root-canal-content .root-canal-features-section::before {
  content: "";
  position: absolute;
  top: -5rem;
  left: 0;
  width: 10rem;
  height: 100%;
  background: url("../../../template_theme/assets/img/top/leaves-left.png") no-repeat left top;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 767.499px) {
  .root-canal-content .root-canal-features-section::before {
    width: 4.5rem;
    top: -2rem;
  }
}
.root-canal-content .root-canal-features-section::after {
  content: "";
  position: absolute;
  top: -5rem;
  right: 0;
  width: 9rem;
  height: 100%;
  background: url("../../../template_theme/assets/img/top/leaves-right.png") no-repeat left top;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 767.499px) {
  .root-canal-content .root-canal-features-section::after {
    width: 4rem;
    top: -2rem;
  }
}
.root-canal-content .root-canal-features-section .section-container {
  position: relative;
  z-index: 2;
}
.root-canal-content .root-canal-features-section .root-canal-features-content {
  margin-top: 2rem;
}
@media only screen and (max-width: 767.499px) {
  .root-canal-content .root-canal-features-section .root-canal-features-content {
    margin-top: 1.5rem;
  }
}
.root-canal-content .root-canal-features-section .treatment-box {
  background-color: #fff;
  border: 2px solid #4caf50;
  border-radius: 1rem;
  padding: 2rem;
  margin-bottom: 4rem;
  box-shadow: 0 4px 8px rgba(160, 196, 33, 0.1);
}
@media only screen and (max-width: 767.499px) {
  .root-canal-content .root-canal-features-section .treatment-box {
    padding: 1.5rem;
    margin-bottom: 3rem;
    border-radius: 0.8rem;
  }
}
.root-canal-content .root-canal-features-section .treatment-box-title {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .root-canal-content .root-canal-features-section .treatment-box-title {
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }
}
.root-canal-content .root-canal-features-section .treatment-box-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.root-canal-content .root-canal-features-section .treatment-box-item {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 1rem;
  font-size: 1.1rem;
  line-height: 1.6;
  color: #333;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .root-canal-content .root-canal-features-section .treatment-box-item {
    font-size: 0.9rem;
    margin-bottom: 0.8rem;
  }
}
.root-canal-content .root-canal-features-section .treatment-box-item:before {
  position: absolute;
  left: -0.5rem;
  top: 15%;
  font-weight: bold;
  font-size: 0.8rem;
  background-color: #4caf50;
}
.root-canal-content .root-canal-features-section .treatment-box-item:last-child {
  margin-bottom: 0;
}
.root-canal-content .root-canal-features-section .root-canal-feature-item {
  margin-bottom: 4rem;
}
@media only screen and (min-width: 768px) {
  .root-canal-content .root-canal-features-section .root-canal-feature-item {
    gap: 13%;
  }
  .root-canal-content .root-canal-features-section .root-canal-feature-item.rev {
    flex-direction: row-reverse;
  }
}
@media only screen and (max-width: 767.499px) {
  .root-canal-content .root-canal-features-section .root-canal-feature-item {
    margin-bottom: 3rem;
  }
}
.root-canal-content .root-canal-features-section .root-canal-feature-item:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .root-canal-content .root-canal-features-section .root-canal-feature-item .root-canal-feature-col-left {
    width: 58%;
    display: flex;
    flex-direction: column;
  }
  .root-canal-content .root-canal-features-section .root-canal-feature-item .root-canal-feature-col-left .flex2-subtitle-with-circle {
    margin: 1.5rem 0 0.5rem;
    font-size: 1.6rem;
    padding-left: 3.5rem;
  }
  .root-canal-content .root-canal-features-section .root-canal-feature-item .root-canal-feature-col-left .flex2-subtitle-with-circle::before {
    background: #4caf50;
  }
  .root-canal-content .root-canal-features-section .root-canal-feature-item .root-canal-feature-col-right {
    width: 29%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.root-canal-content .root-canal-features-section .root-canal-feature-item .root-canal-feature-col-left picture,
.root-canal-content .root-canal-features-section .root-canal-feature-item .root-canal-feature-col-right picture {
  display: block;
  width: 100%;
}
.root-canal-content .root-canal-features-section .root-canal-feature-item .root-canal-feature-col-left img,
.root-canal-content .root-canal-features-section .root-canal-feature-item .root-canal-feature-col-right img {
  width: 100%;
  height: auto;
  display: block;
}
.root-canal-content .root-canal-features-section .root-canal-feature-text-only {
  display: block !important;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767.499px) {
  .root-canal-content .root-canal-features-section .root-canal-feature-text-only {
    margin-bottom: 3rem;
  }
}
.root-canal-content .root-canal-features-section .root-canal-feature-text-only .flex2-subtitle-with-circle {
  position: relative;
  margin: 1rem auto 1rem;
  padding: 0 0 0.8rem 3rem;
  color: #333;
  font-size: 1.3rem;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4;
}
@media only screen and (min-width: 768px) {
  .root-canal-content .root-canal-features-section .root-canal-feature-text-only .flex2-subtitle-with-circle {
    margin: 1.5rem auto 1.2rem;
    font-size: 1.6rem;
    padding-left: 3.5rem;
  }
}
.root-canal-content .root-canal-features-section .root-canal-feature-text-only .flex2-subtitle-with-circle::before {
  position: absolute;
  content: attr(data-no);
  top: 0;
  left: 0;
  width: 2.2rem;
  height: 2.2rem;
  color: #fff;
  font-size: 1.1rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  background: #4caf50;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .root-canal-content .root-canal-features-section .root-canal-feature-text-only .flex2-subtitle-with-circle::before {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.2rem;
  }
}
.root-canal-content .root-canal-features-section .root-canal-feature-text-only .flex2-text {
  margin: 1.5em 0;
  line-height: 1.5;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.95em;
}
@media only screen and (min-width: 768px) {
  .root-canal-content .root-canal-features-section .root-canal-feature-text-only .flex2-text {
    font-size: 1rem;
    line-height: 1.8;
  }
}
.root-canal-content .root-canal-features-section .root-canal-feature-text-only .root-canal-feature-subtitle {
  font-size: 1.2rem;
  font-weight: 700;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4;
  margin: 2rem 0 1rem;
  padding-bottom: 0.5rem;
}
@media only screen and (min-width: 768px) {
  .root-canal-content .root-canal-features-section .root-canal-feature-text-only .root-canal-feature-subtitle {
    font-size: 1.2rem;
    margin: 2.5rem 0 0;
  }
}
@media only screen and (max-width: 767.499px) {
  .root-canal-content .root-canal-features-section .root-canal-feature-text-only .root-canal-feature-subtitle {
    font-size: 1.1rem;
    margin: 1.8rem 0 0.8rem;
    border-bottom-width: 1px;
  }
}
.root-canal-content .root-canal-features-section .root-canal-feature-subtitle {
  font-size: 1.2rem;
  font-weight: 700;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4;
}
@media only screen and (max-width: 767.499px) {
  .root-canal-content .root-canal-features-section .root-canal-feature-subtitle {
    font-size: 1.1rem;
    margin-bottom: 0.8rem;
  }
}
.root-canal-content .root-canal-features-section .root-canal-feature-subtitle-no-circle {
  font-size: 1.4rem;
  font-weight: 700;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
}
@media only screen and (max-width: 767.499px) {
  .root-canal-content .root-canal-features-section .root-canal-feature-subtitle-no-circle {
    font-size: 1.2rem;
    margin-bottom: 0.8rem;
    padding-bottom: 0.3rem;
    border-bottom-width: 1px;
  }
}
.root-canal-content .root-canal-qa-section {
  padding: 5rem 0 7rem;
  background-color: #f3f8e6;
  position: relative;
}
@media only screen and (max-width: 767.499px) {
  .root-canal-content .root-canal-qa-section {
    padding: 3rem 0 5rem;
  }
}
.root-canal-content .root-canal-qa-section::before {
  content: "";
  position: absolute;
  top: -5rem;
  left: 0;
  width: 10rem;
  height: 100%;
  background: url("../../../template_theme/assets/img/top/leaves-left.png") no-repeat left top;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 767.499px) {
  .root-canal-content .root-canal-qa-section::before {
    width: 4.5rem;
    top: -2rem;
  }
}
.root-canal-content .root-canal-qa-section::after {
  content: "";
  position: absolute;
  top: -5rem;
  right: 0;
  width: 9rem;
  height: 100%;
  background: url("../../../template_theme/assets/img/top/leaves-right.png") no-repeat left top;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 767.499px) {
  .root-canal-content .root-canal-qa-section::after {
    width: 4rem;
    top: -2rem;
  }
}
.root-canal-content .root-canal-qa-section .section-container {
  position: relative;
  z-index: 2;
}
.root-canal-content .root-canal-qa-section .qa-container {
  margin-top: 4rem;
}
@media only screen and (max-width: 767.499px) {
  .root-canal-content .root-canal-qa-section .qa-container {
    margin-top: 3rem;
  }
}

.snore-content .section-container {
  width: 100%;
  max-width: 71rem;
  margin: 0 auto;
  padding: 0 1.2rem;
}
.snore-content .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #A0C421;
  margin-bottom: 4rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  justify-content: center;
  text-align: center;
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
}
.snore-content .section-title .section-title-en {
  font-size: 1.1rem;
  color: #6bb659;
  font-weight: 700;
  order: -1;
}
@media only screen and (max-width: 767.499px) {
  .snore-content .section-title {
    font-size: 1.44rem;
    gap: 0.5rem;
    margin-bottom: 2rem;
  }
  .snore-content .section-title .section-title-en {
    font-size: 1.1rem;
  }
}
.snore-content .snore-symptoms-section {
  padding: 5rem 0;
  background-color: #fff;
  position: relative;
}
@media only screen and (max-width: 767.499px) {
  .snore-content .snore-symptoms-section {
    padding: 3rem 0;
  }
}
.snore-content .snore-symptoms-section::before {
  content: "";
  position: absolute;
  bottom: -17rem;
  left: 0;
  width: 10rem;
  height: 20rem;
  background: url("../../../template_theme/assets/img/top/leaves-left.png") no-repeat left top;
  background-size: contain;
  z-index: 10;
  pointer-events: none;
}
@media only screen and (max-width: 767.499px) {
  .snore-content .snore-symptoms-section::before {
    width: 4.5rem;
    height: 15rem;
    bottom: -13rem;
  }
}
.snore-content .snore-symptoms-section::after {
  content: "";
  position: absolute;
  bottom: -17rem;
  right: 0;
  width: 9rem;
  height: 20rem;
  background: url("../../../template_theme/assets/img/top/leaves-right.png") no-repeat right top;
  background-size: contain;
  z-index: 10;
  pointer-events: none;
}
@media only screen and (max-width: 767.499px) {
  .snore-content .snore-symptoms-section::after {
    width: 4rem;
    height: 15rem;
    bottom: -13rem;
  }
}
.snore-content .snore-symptoms-section .snore-symptoms-list.flex1-list .flex1-item {
  font-size: 1.2rem;
}
@media only screen and (max-width: 767.499px) {
  .snore-content .snore-symptoms-section .snore-symptoms-list.flex1-list .flex1-item {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .snore-content .snore-symptoms-section .snore-symptoms-flex {
    gap: 10%;
  }
}
@media only screen and (min-width: 768px) {
  .snore-content .snore-symptoms-section .snore-symptoms-flex .snore-symptoms-col-left {
    width: 60%;
  }
  .snore-content .snore-symptoms-section .snore-symptoms-flex .snore-symptoms-col-right {
    width: 30%;
    display: flex;
    align-items: center;
  }
}
.snore-content .snore-symptoms-section .snore-symptoms-title {
  font-size: 2rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  padding-bottom: 1rem;
  border-bottom: 3px solid #6bb659;
}
@media only screen and (max-width: 767.499px) {
  .snore-content .snore-symptoms-section .snore-symptoms-title {
    font-size: 1.44rem;
    margin-bottom: 1.5rem;
    padding-bottom: 0.8rem;
    border-bottom-width: 2px;
  }
}
.snore-content .snore-symptoms-section .snore-symptoms-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .snore-content .snore-symptoms-section .snore-symptoms-list {
    max-width: 50rem;
    padding-left: 3rem;
  }
}
.snore-content .snore-symptoms-section .snore-symptoms-item {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 1.2rem;
  font-size: 1.1rem;
  line-height: 1.8;
  color: #333;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .snore-content .snore-symptoms-section .snore-symptoms-item {
    font-size: 0.9rem;
    line-height: 1.7;
    margin-bottom: 1rem;
  }
}
.snore-content .snore-symptoms-section .snore-symptoms-item:before {
  content: "•";
  position: absolute;
  left: 0;
  top: -11%;
  color: #6bb659;
  font-weight: bold;
  font-size: 1.4rem;
}
@media only screen and (max-width: 767.499px) {
  .snore-content .snore-symptoms-section .snore-symptoms-item:before {
    font-size: 1.2rem;
  }
}
.snore-content .snore-symptoms-section .snore-symptoms-item:last-child {
  margin-bottom: 0;
}
.snore-content .snore-symptoms-section .snore-symptoms-col-right picture {
  display: block;
  width: 100%;
}
.snore-content .snore-symptoms-section .snore-symptoms-col-right img {
  width: 50%;
  height: auto;
  display: block;
  margin: auto;
}
@media only screen and (min-width: 768px) {
  .snore-content .snore-symptoms-section .snore-symptoms-col-right img {
    width: 100%;
  }
}
@media only screen and (max-width: 767.499px) {
  .snore-content .snore-symptoms-section .snore-symptoms-col-right img {
    width: 100%;
  }
}
.snore-content .snore-symptoms-section .snore-sas-flex {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767.499px) {
  .snore-content .snore-symptoms-section .snore-sas-flex {
    margin-top: 3rem;
    margin-bottom: 3rem;
    flex-direction: column-reverse;
  }
}
@media only screen and (min-width: 768px) {
  .snore-content .snore-symptoms-section .snore-sas-flex {
    gap: 10%;
  }
}
@media only screen and (min-width: 768px) {
  .snore-content .snore-symptoms-section .snore-sas-flex .snore-sas-col-left {
    width: 30%;
    display: flex;
    align-items: center;
  }
  .snore-content .snore-symptoms-section .snore-sas-flex .snore-sas-col-right {
    width: 60%;
  }
}
.snore-content .snore-symptoms-section .snore-sas-col-left picture {
  display: block;
  width: 100%;
}
.snore-content .snore-symptoms-section .snore-sas-col-left img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}
.snore-content .snore-symptoms-section .snore-sas-text {
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .snore-content .snore-symptoms-section .snore-sas-text {
    font-size: 0.9rem;
    line-height: 1.7;
  }
}
.snore-content .snore-symptoms-section .snore-causes-content {
  margin-top: 2rem;
}
@media only screen and (max-width: 767.499px) {
  .snore-content .snore-symptoms-section .snore-causes-content {
    margin-top: 1.5rem;
  }
}
.snore-content .snore-symptoms-section .snore-causes-list {
  list-style: none;
  padding: 0;
  margin: 0 0 3rem 0;
}
@media only screen and (min-width: 768px) {
  .snore-content .snore-symptoms-section .snore-causes-list {
    max-width: 50rem;
    padding-left: 3rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .snore-content .snore-symptoms-section .snore-causes-list {
    margin-bottom: 2rem;
  }
}
.snore-content .snore-symptoms-section .snore-causes-item {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 1.2rem;
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .snore-content .snore-symptoms-section .snore-causes-item {
    font-size: 0.9rem;
    line-height: 1.7;
    margin-bottom: 1rem;
  }
}
.snore-content .snore-symptoms-section .snore-causes-item:before {
  content: "•";
  position: absolute;
  left: 0;
  top: -22%;
  color: #6bb659;
  font-weight: bold;
  font-size: 1.4rem;
}
@media only screen and (max-width: 767.499px) {
  .snore-content .snore-symptoms-section .snore-causes-item:before {
    font-size: 1.2rem;
  }
}
.snore-content .snore-symptoms-section .snore-causes-item:last-child {
  margin-bottom: 0;
}
.snore-content .snore-symptoms-section .snore-clinic-info {
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  padding-top: 2rem;
  border-top: 1px solid #e0e0e0;
}
@media only screen and (max-width: 767.499px) {
  .snore-content .snore-symptoms-section .snore-clinic-info {
    font-size: 0.9rem;
    line-height: 1.7;
    padding-top: 1.5rem;
  }
}
.snore-content .snore-symptoms-section .snore-symptoms-columns {
  display: flex;
  gap: 2rem;
  margin: 3rem 0;
}
@media only screen and (max-width: 767.499px) {
  .snore-content .snore-symptoms-section .snore-symptoms-columns {
    flex-direction: column;
    gap: 2.5rem;
    margin-top: 2rem;
  }
}
.snore-content .snore-symptoms-section .symptoms-column {
  flex: 1;
  background: #ecf6ef;
  border-radius: 12px;
  padding: 2rem 1.5rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  border: 2px solid #f0f7e8;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
@media only screen and (max-width: 767.499px) {
  .snore-content .snore-symptoms-section .symptoms-column {
    padding: 1.5rem 1rem;
  }
}
.snore-content .snore-symptoms-section .symptoms-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6.875rem;
  height: 6.875rem;
  margin: 0 auto 1.5rem;
  box-shadow: 0 4px 12px rgba(28, 161, 209, 0.3);
}
@media only screen and (max-width: 767.499px) {
  .snore-content .snore-symptoms-section .symptoms-icon {
    width: 7rem;
    height: 7rem;
    margin-bottom: 1rem;
  }
}
.snore-content .snore-symptoms-section .symptoms-icon img .snore-content .snore-symptoms-section .symptoms-icon img {
  width: 4.875rem;
  height: 4.875rem;
  -o-object-fit: contain;
  object-fit: cover;
  overflow: hidden;
  /* filter: brightness(0) invert(1); */
}
@media only screen and (max-width: 767.499px) {
  .snore-content .snore-symptoms-section .symptoms-icon img {
    width: 7rem;
    height: 7rem;
  }
}
.snore-content .snore-symptoms-section .symptoms-column-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4;
}
@media only screen and (max-width: 767.499px) {
  .snore-content .snore-symptoms-section .symptoms-column-title {
    font-size: 1.1rem;
    margin-bottom: 1rem;
  }
}
.snore-content .snore-symptoms-section .symptoms-column-list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}
.snore-content .snore-symptoms-section .symptoms-column-list li {
  position: relative;
  padding-left: 1.2rem;
  padding-right: 0.5rem;
  margin-bottom: 0.8rem;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #333;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .snore-content .snore-symptoms-section .symptoms-column-list li {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-bottom: 0.7rem;
    padding-left: 1rem;
  }
}
.snore-content .snore-symptoms-section .symptoms-column-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6rem;
  width: 6px;
  height: 6px;
  background: linear-gradient(135deg, #6bb659, #A0C421);
  border-radius: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767.499px) {
  .snore-content .snore-symptoms-section .symptoms-column-list li:before {
    width: 5px;
    height: 5px;
    top: 0.5rem;
  }
}
.snore-content .snore-symptoms-section .symptoms-column-list li:last-child {
  margin-bottom: 0;
}
.snore-content .snore-sleep-splint-section {
  padding: 5rem 0;
  position: relative;
  overflow: hidden;
  background-image: url("../../../template_theme/assets/img/snore/sn-bg-pc.png");
  background-repeat: no-repeat;
  background-position: top center;
  -o-object-fit: cover;
  object-fit: cover;
  background-size: 100% auto;
}
@media only screen and (max-width: 767.499px) {
  .snore-content .snore-sleep-splint-section {
    padding: 3rem 0;
    background-image: url("../../../template_theme/assets/img/snore/sn-bg-sp.png");
    background-size: 100% auto;
  }
}
.snore-content .snore-sleep-splint-section .section-container {
  position: relative;
  z-index: 2;
}
.snore-content .snore-sleep-splint-section .snore-splint-content {
  margin-top: 2rem;
}
@media only screen and (max-width: 767.499px) {
  .snore-content .snore-sleep-splint-section .snore-splint-content {
    margin-top: 1.5rem;
  }
}
.snore-content .snore-sleep-splint-section .snore-splint-intro,
.snore-content .snore-sleep-splint-section .snore-splint-description {
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767.499px) {
  .snore-content .snore-sleep-splint-section .snore-splint-intro,
  .snore-content .snore-sleep-splint-section .snore-splint-description {
    font-size: 0.9rem;
    line-height: 1.7;
    margin-bottom: 1.5rem;
  }
}
.snore-content .snore-sleep-splint-section .snore-splint-features {
  list-style: none;
  padding: 0;
  margin: 0 0 3rem 0;
}
@media only screen and (min-width: 768px) {
  .snore-content .snore-sleep-splint-section .snore-splint-features {
    max-width: 50rem;
    padding-left: 3rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .snore-content .snore-sleep-splint-section .snore-splint-features {
    margin-bottom: 2rem;
  }
}
.snore-content .snore-sleep-splint-section .snore-splint-feature {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .snore-content .snore-sleep-splint-section .snore-splint-feature {
    font-size: 0.9rem;
    line-height: 1.7;
    margin-bottom: 0.8rem;
  }
}
.snore-content .snore-sleep-splint-section .snore-splint-feature:before {
  content: "•";
  position: absolute;
  left: 0;
  top: -11%;
  color: #6bb659;
  font-weight: bold;
  font-size: 1.2rem;
}
@media only screen and (max-width: 767.499px) {
  .snore-content .snore-sleep-splint-section .snore-splint-feature:before {
    font-size: 1rem;
  }
}
.snore-content .snore-sleep-splint-section .snore-splint-feature:last-child {
  margin-bottom: 0;
}
.snore-content .snore-sleep-splint-section .snore-splint-image {
  text-align: center;
  margin: 4rem 0;
}
@media only screen and (max-width: 767.499px) {
  .snore-content .snore-sleep-splint-section .snore-splint-image {
    margin: 3rem 0;
  }
}
.snore-content .snore-sleep-splint-section .snore-splint-image picture {
  display: inline-block;
}
.snore-content .snore-sleep-splint-section .snore-splint-image img {
  width: 56.25rem;
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}
@media only screen and (max-width: 767.499px) {
  .snore-content .snore-sleep-splint-section .snore-splint-image img {
    width: 100%;
  }
}
.snore-content .snore-sleep-splint-section .snore-difference-images {
  text-align: center;
  margin: 3rem 0;
}
@media only screen and (max-width: 767.499px) {
  .snore-content .snore-sleep-splint-section .snore-difference-images {
    margin: 2rem 0;
  }
}
.snore-content .snore-sleep-splint-section .snore-difference-images .snore-difference-pc {
  display: block;
}
@media only screen and (max-width: 767.499px) {
  .snore-content .snore-sleep-splint-section .snore-difference-images .snore-difference-pc {
    display: none;
  }
}
.snore-content .snore-sleep-splint-section .snore-difference-images .snore-difference-pc img {
  width: 56.25rem;
  max-width: 100%;
  height: auto;
  border-radius: 0.5rem;
  margin: auto;
}
.snore-content .snore-sleep-splint-section .snore-difference-images .snore-difference-sp {
  display: none;
}
@media only screen and (max-width: 767.499px) {
  .snore-content .snore-sleep-splint-section .snore-difference-images .snore-difference-sp {
    display: block;
  }
}
.snore-content .snore-sleep-splint-section .snore-difference-images .snore-difference-sp picture {
  display: block;
  margin-bottom: 1rem;
}
.snore-content .snore-sleep-splint-section .snore-difference-images .snore-difference-sp picture:last-child {
  margin-bottom: 0;
}
.snore-content .snore-sleep-splint-section .snore-difference-images .snore-difference-sp img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.snore-content .snore-sleep-splint-section .snore-difference-note {
  font-size: 0.85rem;
  color: #666;
  text-align: center;
  margin: 1rem 0 3rem;
  font-style: italic;
}
@media only screen and (max-width: 767.499px) {
  .snore-content .snore-sleep-splint-section .snore-difference-note {
    font-size: 0.8rem;
    margin: 1rem 0 2rem;
  }
}
.snore-content .snore-sleep-splint-section .snore-difference-explanation {
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .snore-content .snore-sleep-splint-section .snore-difference-explanation {
    font-size: 0.9rem;
    line-height: 1.7;
  }
}
.snore-content .snore-osas-section {
  padding: 5rem 0;
  background-color: #f3f8e6;
}
@media only screen and (max-width: 767.499px) {
  .snore-content .snore-osas-section {
    padding: 3rem 0;
  }
}
.snore-content .snore-osas-section .snore-osas-content {
  margin-top: 2rem;
}
@media only screen and (max-width: 767.499px) {
  .snore-content .snore-osas-section .snore-osas-content {
    margin-top: 1.5rem;
  }
}
.snore-content .snore-osas-section .snore-osas-main-text {
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767.499px) {
  .snore-content .snore-osas-section .snore-osas-main-text {
    font-size: 0.9rem;
    line-height: 1.7;
    margin-bottom: 1.5rem;
  }
}
.snore-content .snore-osas-section .snore-osas-importance {
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 767.499px) {
  .snore-content .snore-osas-section .snore-osas-importance {
    font-size: 0.9rem;
    line-height: 1.7;
    margin-bottom: 2rem;
  }
}
.snore-content .snore-osas-section .snore-osas-subtitle {
  position: relative;
  margin: 1rem auto 0.5rem;
  padding: 0 0 0.5em 0;
  color: #333;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  border-bottom: 1px solid #4caf50;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767.499px) {
  .snore-content .snore-osas-section .snore-osas-subtitle {
    font-size: 1.2rem;
    margin-bottom: 2rem;
  }
}
.snore-content .snore-osas-section .snore-osas-statistics {
  list-style: none;
  padding: 0;
  margin: 0 0 3rem 0;
}
@media only screen and (min-width: 768px) {
  .snore-content .snore-osas-section .snore-osas-statistics {
    max-width: 50rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 767.499px) {
  .snore-content .snore-osas-section .snore-osas-statistics {
    margin-bottom: 2rem;
  }
}
.snore-content .snore-osas-section .snore-osas-statistic {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .snore-content .snore-osas-section .snore-osas-statistic {
    font-size: 0.9rem;
    line-height: 1.7;
    margin-bottom: 0.8rem;
  }
}
.snore-content .snore-osas-section .snore-osas-statistic:before {
  content: "•";
  position: absolute;
  left: 0;
  top: -11%;
  color: #6bb659;
  font-weight: bold;
  font-size: 1.2rem;
}
@media only screen and (max-width: 767.499px) {
  .snore-content .snore-osas-section .snore-osas-statistic:before {
    font-size: 1rem;
  }
}
.snore-content .snore-osas-section .snore-osas-statistic:last-child {
  margin-bottom: 0;
}
.snore-content .snore-osas-section .snore-osas-references {
  text-align: center;
  margin-top: 3rem;
}
@media only screen and (max-width: 767.499px) {
  .snore-content .snore-osas-section .snore-osas-references {
    margin-top: 2rem;
  }
}
.snore-content .snore-osas-section .snore-osas-reference {
  font-size: 0.85rem;
  color: #666;
  font-style: italic;
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 767.499px) {
  .snore-content .snore-osas-section .snore-osas-reference {
    font-size: 0.8rem;
    margin-bottom: 0.3rem;
  }
}
.snore-content .snore-osas-section .snore-osas-reference:last-child {
  margin-bottom: 0;
}

.basic-content .section-container {
  width: 100%;
  max-width: 71rem;
  margin: 0 auto;
  padding: 0 1.2rem;
}
.basic-content .basic-main-section {
  padding: 5rem 0;
  background-color: #f3f8e6;
  /*.basic-rule-image {
    display: flex;
    justify-content: center;
    margin-top: 4rem;

    @include base.media(om) {
      margin-top: 3rem;
    }
  }*/
}
@media only screen and (max-width: 767.499px) {
  .basic-content .basic-main-section {
    padding: 3rem 0;
  }
}
.basic-content .basic-main-section .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #A0C421;
  margin-bottom: 4rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  justify-content: center;
  text-align: center;
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
}
.basic-content .basic-main-section .section-title .section-title-en {
  font-size: 1.1rem;
  color: #6bb659;
  font-weight: 700;
  order: -1;
}
@media only screen and (max-width: 767.499px) {
  .basic-content .basic-main-section .section-title {
    font-size: 1.44rem;
    gap: 0.5rem;
    margin-bottom: 2rem;
  }
  .basic-content .basic-main-section .section-title .section-title-en {
    font-size: 1.1rem;
  }
}
.basic-content .basic-main-section .basic-main-image {
  display: flex;
  justify-content: center;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767.499px) {
  .basic-content .basic-main-section .basic-main-image {
    margin-bottom: 1rem;
  }
}
.basic-content .basic-main-section .basic-slider-container {
  position: relative;
  margin: 0 auto;
  max-width: 60rem;
  padding: 0 4rem 3rem;
}
@media only screen and (max-width: 767.499px) {
  .basic-content .basic-main-section .basic-slider-container {
    padding: 0 2rem 3.5rem;
    max-width: 110%;
    width: auto;
  }
}
.basic-content .basic-main-section .basic-slider-main {
  overflow: hidden;
  box-shadow: 0.25rem 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 767.499px) {
  .basic-content .basic-main-section .basic-slider-main {
    box-shadow: 0.125rem 0.125rem 0.25rem rgba(0, 0, 0, 0.2);
  }
}
.basic-content .basic-main-section .basic-slider-main .swiper-button-next,
.basic-content .basic-main-section .basic-slider-main .swiper-button-prev {
  display: none;
}
.basic-content .basic-main-section .basic-slider-main .swiper-slide {
  position: relative;
}
.basic-content .basic-main-section .basic-slider-main .swiper-slide img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.basic-content .basic-main-section .basic-slider-main .swiper-pagination {
  display: none;
}
.basic-content .basic-main-section .basic-pagination {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.75rem;
  width: 100%;
}
@media only screen and (max-width: 767.499px) {
  .basic-content .basic-main-section .basic-pagination {
    gap: 1.5rem;
    bottom: 1rem;
  }
}
.basic-content .basic-main-section .basic-pagination .swiper-pagination-bullet {
  width: 1.2rem;
  height: 1.2rem;
  background: rgba(255, 255, 255, 0.85);
  border: 0.0625rem solid #6bb659;
  opacity: 1;
  margin: 0;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 767.499px) {
  .basic-content .basic-main-section .basic-pagination .swiper-pagination-bullet {
    width: 1.1rem;
    height: 1.1rem;
    position: relative;
  }
  .basic-content .basic-main-section .basic-pagination .swiper-pagination-bullet::before {
    content: "";
    position: absolute;
    top: -0.5rem;
    left: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
  }
}
.basic-content .basic-main-section .basic-pagination .swiper-pagination-bullet:hover {
  transform: scale(1.15);
  background: #d4e7d1;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}
.basic-content .basic-main-section .basic-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #6bb659;
  border-color: #6bb659;
  transform: scale(1.2);
  box-shadow: 0 3px 8px rgba(107, 182, 89, 0.3);
}
@media only screen and (max-width: 767.499px) {
  .basic-content .basic-main-section .basic-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    transform: scale(1.15);
  }
}
.basic-content .basic-main-section .basic-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:hover {
  transform: scale(1.25);
}
@media only screen and (max-width: 767.499px) {
  .basic-content .basic-main-section .basic-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:hover {
    transform: scale(1.2);
  }
}
.basic-content .basic-main-section .basic-slider-container .basic-main-next,
.basic-content .basic-main-section .basic-slider-container .basic-main-prev {
  color: #6bb659;
  width: 3rem;
  height: 3rem;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  transition: all 0.3s ease;
  z-index: 11;
}
.basic-content .basic-main-section .basic-slider-container .basic-main-next:after,
.basic-content .basic-main-section .basic-slider-container .basic-main-prev:after {
  font-size: 2rem;
  font-weight: bold;
}
@media only screen and (max-width: 767.499px) {
  .basic-content .basic-main-section .basic-slider-container .basic-main-next,
  .basic-content .basic-main-section .basic-slider-container .basic-main-prev {
    width: 2.5rem;
    height: 2.5rem;
  }
  .basic-content .basic-main-section .basic-slider-container .basic-main-next:after,
  .basic-content .basic-main-section .basic-slider-container .basic-main-prev:after {
    font-size: 1.5rem;
  }
}
.basic-content .basic-main-section .basic-slider-container .basic-main-next {
  right: 0;
}
@media only screen and (max-width: 767.499px) {
  .basic-content .basic-main-section .basic-slider-container .basic-main-next {
    right: -0.5rem;
  }
}
.basic-content .basic-main-section .basic-slider-container .basic-main-prev {
  left: 0;
}
@media only screen and (max-width: 767.499px) {
  .basic-content .basic-main-section .basic-slider-container .basic-main-prev {
    left: -0.5rem;
  }
}
.basic-content .basic-main-section .basic-main-img {
  width: 60rem;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  box-shadow: 0.25rem 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 767.499px) {
  .basic-content .basic-main-section .basic-main-img {
    width: 100%;
    border-width: 0.0625rem;
    box-shadow: 0.125rem 0.125rem 0.25rem rgba(0, 0, 0, 0.2);
  }
}
.basic-content .basic-main-section .basic-main-message {
  text-align: center;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767.499px) {
  .basic-content .basic-main-section .basic-main-message {
    margin-bottom: 3rem;
  }
}
.basic-content .basic-main-section .basic-main-message .basic-message-text {
  font-size: 1.3rem;
  line-height: 1.7;
  color: #50a166;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  margin: 0;
}
@media only screen and (max-width: 767.499px) {
  .basic-content .basic-main-section .basic-main-message .basic-message-text {
    font-size: 1.1rem;
    line-height: 1.6;
  }
}
.basic-content .basic-main-section .basic-description {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #333;
  font-weight: 400;
  width: 52rem;
  margin: auto;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .basic-content .basic-main-section .basic-description {
    font-size: 0.9rem;
    line-height: 1.7;
    width: 100%;
  }
}
.basic-content .basic-main-section .basic-description p {
  margin-bottom: 1.6rem;
}
.basic-content .basic-main-section .basic-description p.second {
  margin-bottom: 0.2rem;
}
.basic-content .basic-main-section .basic-description p .strong {
  font-size: 1.2rem;
  font-weight: 700;
}
@media only screen and (max-width: 767.499px) {
  .basic-content .basic-main-section .basic-description p .strong {
    font-size: 1.05rem;
  }
}
.basic-content .basic-main-section .basic-description p ul {
  list-style: none;
}
@media only screen and (max-width: 767.499px) {
  .basic-content .basic-main-section .basic-description p {
    margin-bottom: 1.2rem;
  }
}
.basic-content .basic-main-section .basic-description p:last-child {
  margin-top: 1.6rem;
}
@media only screen and (max-width: 767.499px) {
  .basic-content .basic-main-section .basic-description p:last-child {
    margin-top: 1.2rem;
  }
}
.basic-content .basic-main-section .basic-rule-img {
  width: 52rem;
  height: auto;
  margin: 4rem auto 2rem;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  box-shadow: 0.25rem 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 767.499px) {
  .basic-content .basic-main-section .basic-rule-img {
    width: 100%;
    margin: 2rem auto;
    box-shadow: 0.125rem 0.125rem 0.25rem rgba(0, 0, 0, 0.2);
  }
}
.basic-content .basic-flow-section {
  padding: 5rem 0;
  background-color: #fff;
  position: relative;
}
@media only screen and (max-width: 767.499px) {
  .basic-content .basic-flow-section {
    padding: 3rem 0;
  }
}
.basic-content .basic-flow-section::before {
  content: "";
  position: absolute;
  top: -5rem;
  left: 0;
  width: 10rem;
  height: 100%;
  background: url("../../../template_theme/assets/img/top/leaves-left.png") no-repeat left top;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 767.499px) {
  .basic-content .basic-flow-section::before {
    width: 4.5rem;
    top: -2rem;
  }
}
.basic-content .basic-flow-section::after {
  content: "";
  position: absolute;
  top: -5rem;
  right: 0;
  width: 9rem;
  height: 100%;
  background: url("../../../template_theme/assets/img/top/leaves-right.png") no-repeat left top;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 767.499px) {
  .basic-content .basic-flow-section::after {
    width: 4rem;
    top: -2rem;
  }
}
.basic-content .basic-flow-section .section-container {
  position: relative;
  z-index: 2;
}
.basic-content .basic-flow-section .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #A0C421;
  margin-bottom: 4rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  justify-content: center;
  text-align: center;
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
}
.basic-content .basic-flow-section .section-title .section-title-en {
  font-size: 1.1rem;
  color: #6bb659;
  font-weight: 700;
  order: -1;
}
@media only screen and (max-width: 767.499px) {
  .basic-content .basic-flow-section .section-title {
    font-size: 1.44rem;
    gap: 0.5rem;
    margin-bottom: 2rem;
  }
  .basic-content .basic-flow-section .section-title .section-title-en {
    font-size: 1.1rem;
  }
}
.basic-content .basic-flow-section .basic-flow-step {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767.499px) {
  .basic-content .basic-flow-section .basic-flow-step {
    margin-bottom: 3rem;
  }
}
.basic-content .basic-flow-section .basic-flow-step:last-child {
  margin-bottom: 0;
}
.basic-content .basic-flow-section .basic-flow-step .basic-flow-content {
  max-width: 68rem;
  margin: 0 auto;
}
.basic-content .basic-flow-section .basic-flow-step .basic-flow-content .basic-flow-image {
  margin: 2rem 0;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 767.499px) {
  .basic-content .basic-flow-section .basic-flow-step .basic-flow-content .basic-flow-image {
    margin: 1.5rem 0;
  }
}
.basic-content .basic-flow-section .basic-flow-step .basic-flow-content .basic-flow-image img {
  width: 35rem;
  height: auto;
  display: block;
  box-shadow: 0.25rem 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 767.499px) {
  .basic-content .basic-flow-section .basic-flow-step .basic-flow-content .basic-flow-image img {
    width: 100%;
    max-width: 35rem;
    box-shadow: 0.125rem 0.125rem 0.25rem rgba(0, 0, 0, 0.2);
  }
}
.basic-content .basic-flow-section .basic-flow-step .basic-flow-content p {
  font-family: "Noto Sans JP", sans-serif;
  width: 50rem;
  margin: auto;
}
.basic-content .basic-flow-section .basic-flow-step .basic-flow-content p span {
  color: #50a166;
  font-weight: 700;
}
@media only screen and (max-width: 767.499px) {
  .basic-content .basic-flow-section .basic-flow-step .basic-flow-content p {
    width: 100%;
  }
}
.basic-content .basic-flow-section .basic-flow-step .basic-flow-content .flex2-subtitle-with-no {
  position: relative;
  margin: 1rem 0 0.5rem;
  padding: 0 0 0.5em 2.5em;
  color: #333;
  font-size: 1.2rem;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
  border-bottom: 1px solid #4caf50;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .basic-content .basic-flow-section .basic-flow-step .basic-flow-content .flex2-subtitle-with-no {
    margin: 0.5rem 0 0.25rem;
    font-size: 1.5rem;
  }
}
.basic-content .basic-flow-section .basic-flow-step .basic-flow-content .flex2-subtitle-with-no::before {
  position: absolute;
  content: attr(data-no);
  top: -0.5rem;
  left: 0;
  width: 1.8em;
  aspect-ratio: 1/1;
  color: #4caf50;
  font-size: 1.3rem;
  font-family: "Roboto", "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 400;
  background: #fff;
  border: 1px solid #4caf50;
  border-radius: 100%;
  display: grid;
  place-items: center;
}
@media only screen and (min-width: 768px) {
  .basic-content .basic-flow-section .basic-flow-step .basic-flow-content .flex2-subtitle-with-no::before {
    font-size: 1.4rem;
  }
}
.basic-content .basic-flow-section .basic-flow-step .basic-flow-content .flex2-text {
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  margin: auto;
  width: 50rem;
}
.basic-content .basic-flow-section .basic-flow-step .basic-flow-content .flex2-text.padding {
  padding-top: 3rem;
}
@media only screen and (max-width: 767.499px) {
  .basic-content .basic-flow-section .basic-flow-step .basic-flow-content .flex2-text {
    font-size: 0.9rem;
    line-height: 1.7;
    width: 100%;
  }
}
.basic-content .basic-flow-section .basic-flow-step .basic-flow-content .flex2-text span {
  color: #50a166;
  font-weight: 500;
}
.basic-content .basic-flow-section .basic-flow-step .basic-flow-content .flex2-text a {
  color: #50a166;
  text-decoration: underline;
  font-weight: 500;
  transition: opacity 0.3s ease;
}
.basic-content .basic-flow-section .basic-flow-step .basic-flow-content .flex2-text a:hover {
  opacity: 0.8;
}
.basic-content .basic-flow-section .basic-flow-step .basic-flow-content .inspection-grid {
  width: 50rem;
  margin: 2rem auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media only screen and (max-width: 767.499px) {
  .basic-content .basic-flow-section .basic-flow-step .basic-flow-content .inspection-grid {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin-top: 1.5rem;
  }
}
.basic-content .basic-flow-section .basic-flow-step .basic-flow-content .inspection-grid .inspection-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.basic-content .basic-flow-section .basic-flow-step .basic-flow-content .inspection-grid .inspection-item .inspection-title {
  font-size: 1rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 1rem;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .basic-content .basic-flow-section .basic-flow-step .basic-flow-content .inspection-grid .inspection-item .inspection-title {
    font-size: 0.9rem;
    margin-bottom: 0.8rem;
    min-height: 2.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.basic-content .basic-flow-section .basic-flow-step .basic-flow-content .inspection-grid .inspection-item .inspection-image {
  width: 100%;
  display: flex;
  justify-content: center;
}
.basic-content .basic-flow-section .basic-flow-step .basic-flow-content .inspection-grid .inspection-item .inspection-image img {
  width: 100%;
  max-width: 12rem;
  height: auto;
  box-shadow: 0.125rem 0.125rem 0.25rem rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 767.499px) {
  .basic-content .basic-flow-section .basic-flow-step .basic-flow-content .inspection-grid .inspection-item .inspection-image img {
    max-width: 10rem;
  }
}
.basic-content .basic-bring-section {
  padding: 5rem 0;
  background-color: #fff;
}
@media only screen and (max-width: 767.499px) {
  .basic-content .basic-bring-section {
    padding: 3rem 0;
  }
}
.basic-content .basic-bring-section .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #A0C421;
  margin-bottom: 4rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  justify-content: center;
  text-align: center;
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
}
.basic-content .basic-bring-section .section-title .section-title-en {
  font-size: 1.1rem;
  color: #6bb659;
  font-weight: 700;
  order: -1;
}
@media only screen and (max-width: 767.499px) {
  .basic-content .basic-bring-section .section-title {
    font-size: 1.44rem;
    gap: 0.5rem;
    margin-bottom: 2rem;
  }
  .basic-content .basic-bring-section .section-title .section-title-en {
    font-size: 1.1rem;
  }
}
.basic-content .basic-fee-section {
  padding: 5rem 0;
  background-color: #f3f8e6;
}
@media only screen and (max-width: 767.499px) {
  .basic-content .basic-fee-section {
    padding: 3rem 0;
  }
}
.basic-content .basic-fee-section .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #A0C421;
  margin-bottom: 4rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  justify-content: center;
  text-align: center;
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
}
.basic-content .basic-fee-section .section-title .section-title-en {
  font-size: 1.1rem;
  color: #6bb659;
  font-weight: 700;
  order: -1;
}
@media only screen and (max-width: 767.499px) {
  .basic-content .basic-fee-section .section-title {
    font-size: 1.44rem;
    gap: 0.5rem;
    margin-bottom: 2rem;
  }
  .basic-content .basic-fee-section .section-title .section-title-en {
    font-size: 1.1rem;
  }
}
.basic-content .basic-fee-section .basic-fee-description {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #333;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .basic-content .basic-fee-section .basic-fee-description {
    font-size: 0.9rem;
    line-height: 1.7;
  }
}
.basic-content .basic-fee-section .basic-fee-description p {
  margin-bottom: 1.6rem;
}
@media only screen and (max-width: 767.499px) {
  .basic-content .basic-fee-section .basic-fee-description p {
    margin-bottom: 1.2rem;
  }
}
.basic-content .basic-fee-section .basic-fee-description p:last-child {
  margin-bottom: 0;
}
.basic-content .basic-qa-section {
  padding: 5rem 0;
  background-color: #fff;
}
@media only screen and (max-width: 767.499px) {
  .basic-content .basic-qa-section {
    padding: 3rem 0;
  }
}
.basic-content .basic-qa-section .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #A0C421;
  margin-bottom: 4rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  justify-content: center;
  text-align: center;
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
}
.basic-content .basic-qa-section .section-title .section-title-en {
  font-size: 1.1rem;
  color: #6bb659;
  font-weight: 700;
  order: -1;
}
@media only screen and (max-width: 767.499px) {
  .basic-content .basic-qa-section .section-title {
    font-size: 1.44rem;
    gap: 0.5rem;
    margin-bottom: 2rem;
  }
  .basic-content .basic-qa-section .section-title .section-title-en {
    font-size: 1.1rem;
  }
}
.basic-content .basic-qa-section .qa-item {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 767.499px) {
  .basic-content .basic-qa-section .qa-item {
    margin-bottom: 2rem;
  }
}
.basic-content .basic-qa-section .qa-item:last-child {
  margin-bottom: 0;
}
.basic-content .basic-qa-section .qa-item .qa-question {
  font-size: 1.2rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
  position: relative;
}
@media only screen and (max-width: 767.499px) {
  .basic-content .basic-qa-section .qa-item .qa-question {
    font-size: 1rem;
    margin-bottom: 0.8rem;
  }
}
.basic-content .basic-qa-section .qa-item .qa-question::before {
  content: "Q";
  position: absolute;
  left: 0;
  color: #A0C421;
  font-weight: 700;
  font-size: 1.2rem;
}
.basic-content .basic-qa-section .qa-item .qa-answer {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #333;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  padding-left: 1.5rem;
  position: relative;
}
@media only screen and (max-width: 767.499px) {
  .basic-content .basic-qa-section .qa-item .qa-answer {
    font-size: 0.9rem;
    line-height: 1.7;
  }
}
.basic-content .basic-qa-section .qa-item .qa-answer::before {
  content: "A";
  position: absolute;
  left: 0;
  color: #6bb659;
  font-weight: 700;
  font-size: 1.2rem;
}
.basic-content .basic-qa-section .qa-item .qa-answer p {
  margin-bottom: 1.6rem;
}
@media only screen and (max-width: 767.499px) {
  .basic-content .basic-qa-section .qa-item .qa-answer p {
    margin-bottom: 1.2rem;
  }
}
.basic-content .basic-qa-section .qa-item .qa-answer p:last-child {
  margin-bottom: 0;
}
.basic-content .basic-contact-section {
  padding: 5rem 0;
  background-color: #f3f8e6;
  position: relative;
}
@media only screen and (max-width: 767.499px) {
  .basic-content .basic-contact-section {
    padding: 3rem 0;
  }
}
.basic-content .basic-contact-section::before {
  content: "";
  position: absolute;
  top: -5rem;
  left: 0;
  width: 10rem;
  height: 100%;
  background: url("../../../template_theme/assets/img/top/leaves-left.png") no-repeat left top;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 767.499px) {
  .basic-content .basic-contact-section::before {
    width: 4.5rem;
    top: -2rem;
  }
}
.basic-content .basic-contact-section::after {
  content: "";
  position: absolute;
  top: -5rem;
  right: 0;
  width: 9rem;
  height: 100%;
  background: url("../../../template_theme/assets/img/top/leaves-right.png") no-repeat left top;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 767.499px) {
  .basic-content .basic-contact-section::after {
    width: 4rem;
    top: -2rem;
  }
}
.basic-content .basic-contact-section .section-container {
  position: relative;
  z-index: 2;
}
.basic-content .basic-contact-section .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #A0C421;
  margin-bottom: 4rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  justify-content: center;
  text-align: center;
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767.499px) {
  .basic-content .basic-contact-section .section-title {
    font-size: 1.44rem;
    margin-bottom: 3rem;
  }
}
.basic-content .basic-contact-section .contact {
  display: flex;
  justify-content: center;
  align-items: center;
}
.basic-content .basic-contact-section .contact .btns {
  width: 100%;
  max-width: 50rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 3rem;
}
@media only screen and (max-width: 767.499px) {
  .basic-content .basic-contact-section .contact .btns {
    flex-direction: column;
    gap: 1rem 0;
    max-width: 100%;
  }
}
.basic-content .basic-contact-section .contact .p_hamburgerBtn {
  flex: 1;
}
.basic-content .basic-contact-section .contact .p_hamburgerBtn a {
  border: none;
}
@media only screen and (max-width: 767.499px) {
  .basic-content .basic-contact-section .contact .p_hamburgerBtn {
    width: 100%;
    max-width: 20rem;
  }
}
.basic-content .basic-contact-section .contact .common-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  width: 100%;
  height: 6rem;
  gap: 1rem;
}
@media only screen and (max-width: 767.499px) {
  .basic-content .basic-contact-section .contact .common-btn {
    height: 4rem;
    font-size: 0.9rem;
  }
}
.basic-content .basic-contact-section .contact .common-btn .button-icon {
  width: 2rem;
  height: 2rem;
  flex-shrink: 0;
}
@media only screen and (max-width: 767.499px) {
  .basic-content .basic-contact-section .contact .common-btn .button-icon {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.basic-content .basic-contact-section .contact .common-btn .text-content {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.basic-content .basic-contact-section .contact .common-btn .text-content .contact-label {
  font-size: 1.2rem;
  font-weight: 500;
}
@media only screen and (max-width: 767.499px) {
  .basic-content .basic-contact-section .contact .common-btn .text-content .contact-label {
    font-size: 0.8rem;
  }
}
.basic-content .basic-contact-section .contact .common-btn .text-content .contact-value {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
}
.basic-content .basic-contact-section .contact .common-btn .text-content .contact-value.tel {
  font-family: "Montserrat", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .basic-content .basic-contact-section .contact .common-btn .text-content .contact-value {
    font-size: 1rem;
  }
}
.basic-content .basic-contact-section .contact .common-btn:hover #hamburger_アートワーク_7 {
  filter: url(#hamburgerPhoneGreenFilter);
}
.basic-content .basic-contact-section .contact .common-btn:hover #hamburger_アートワーク_43 {
  filter: url(#hamburgerCalendarWhiteFilter);
}
.basic-content .scan-analyzer-section {
  padding: 5rem 0;
  background-color: #fff;
}
@media only screen and (max-width: 767.499px) {
  .basic-content .scan-analyzer-section {
    padding: 3rem 0;
  }
}
.basic-content .scan-analyzer-section .section-container {
  max-width: 71rem;
  margin: 0 auto;
  padding: 0 1.2rem;
}
.basic-content .scan-analyzer-section .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #A0C421;
  margin-bottom: 4rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  justify-content: center;
  text-align: center;
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.3;
}
.basic-content .scan-analyzer-section .section-title .section-title-en {
  font-size: 1.1rem;
  color: #6bb659;
  font-weight: 700;
  order: -1;
}
@media only screen and (max-width: 767.499px) {
  .basic-content .scan-analyzer-section .section-title {
    font-size: 1.44rem;
    gap: 0.5rem;
    margin-bottom: 2rem;
  }
  .basic-content .scan-analyzer-section .section-title .section-title-en {
    font-size: 1.1rem;
  }
}
.basic-content .scan-analyzer-section .scan-analyzer-flex {
  display: flex;
  align-items: center;
  gap: 3rem;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767.499px) {
  .basic-content .scan-analyzer-section .scan-analyzer-flex {
    flex-direction: column;
    gap: 0;
    margin-bottom: 1rem;
  }
}
.basic-content .scan-analyzer-section .scan-analyzer-flex .scan-analyzer-col-left {
  flex: 1 1 0;
  min-width: 0;
}
.basic-content .scan-analyzer-section .scan-analyzer-flex .scan-analyzer-description {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .basic-content .scan-analyzer-section .scan-analyzer-flex .scan-analyzer-description {
    font-size: 1rem;
    line-height: 1.6;
  }
}
.basic-content .scan-analyzer-section .scan-analyzer-flex .scan-analyzer-description p {
  margin: 0;
}
.basic-content .scan-analyzer-section .scan-analyzer-flex .scan-analyzer-col-right {
  flex: 0 0 320px;
  max-width: 320px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767.499px) {
  .basic-content .scan-analyzer-section .scan-analyzer-flex .scan-analyzer-col-right {
    max-width: 100%;
    margin: 0 auto;
  }
}
.basic-content .scan-analyzer-section .scan-analyzer-flex .scan-analyzer-col-right .scan-analyzer-image {
  width: 100%;
}
.basic-content .scan-analyzer-section .scan-analyzer-flex .scan-analyzer-col-right .scan-analyzer-image img {
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.08);
}
.basic-content .scan-analyzer-section .scan-analyzer-recommend-box {
  background: #fff;
  border: 2px solid #50a166;
  border-radius: 1rem;
  padding: 2.5rem 3rem;
  margin: 0 auto;
  max-width: 35rem;
  box-shadow: 0 4px 8px rgba(160, 196, 33, 0.08);
}
@media only screen and (max-width: 767.499px) {
  .basic-content .scan-analyzer-section .scan-analyzer-recommend-box {
    padding: 1.5rem 0.8rem;
    max-width: 100%;
  }
}
.basic-content .scan-analyzer-section .scan-analyzer-recommend-box .scan-analyzer-recommend-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 1.5rem;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .basic-content .scan-analyzer-section .scan-analyzer-recommend-box .scan-analyzer-recommend-title {
    font-size: 1.2rem;
    margin-bottom: 1.2rem;
  }
}
.basic-content .scan-analyzer-section .scan-analyzer-recommend-box .scan-analyzer-recommend-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.basic-content .scan-analyzer-section .scan-analyzer-recommend-box .scan-analyzer-recommend-item {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 1rem;
  font-size: 1.1rem;
  line-height: 1.6;
  color: #333;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .basic-content .scan-analyzer-section .scan-analyzer-recommend-box .scan-analyzer-recommend-item {
    font-size: 1rem;
    margin-bottom: 0.8rem;
  }
}
.basic-content .scan-analyzer-section .scan-analyzer-recommend-box .scan-analyzer-recommend-item:before {
  content: "•";
  position: absolute;
  left: 0;
  top: -6%;
  color: #50a166;
  font-weight: bold;
  font-size: 1.2rem;
}
.basic-content .scan-analyzer-section .scan-analyzer-recommend-box .scan-analyzer-recommend-item:last-child {
  margin-bottom: 0;
}
.basic-content .scan-analyzer-features-section {
  padding: 5rem 0;
  background-color: #fff;
}
@media only screen and (max-width: 767.499px) {
  .basic-content .scan-analyzer-features-section {
    padding: 3rem 0;
  }
}
.basic-content .scan-analyzer-features-section .section-container {
  max-width: 71rem;
  margin: 0 auto;
  padding: 0 1.2rem;
}
.basic-content .scan-analyzer-features-section .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #A0C421;
  margin-bottom: 4rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  justify-content: center;
  text-align: center;
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.3;
}
.basic-content .scan-analyzer-features-section .section-title .section-title-en {
  font-size: 1.1rem;
  color: #6bb659;
  font-weight: 700;
  order: -1;
}
@media only screen and (max-width: 767.499px) {
  .basic-content .scan-analyzer-features-section .section-title {
    font-size: 1.44rem;
    gap: 0.5rem;
    margin-bottom: 2rem;
  }
  .basic-content .scan-analyzer-features-section .section-title .section-title-en {
    font-size: 1.1rem;
  }
}
.basic-content .scan-analyzer-features-section .scan-analyzer-features-flex {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767.499px) {
  .basic-content .scan-analyzer-features-section .scan-analyzer-features-flex {
    flex-direction: column;
    gap: 0;
    margin-bottom: 1rem;
  }
}
.basic-content .scan-analyzer-features-section .scan-analyzer-features-flex .scan-analyzer-features-col-left {
  flex: 1 1 0;
  min-width: 0;
}
.basic-content .scan-analyzer-features-section .scan-analyzer-features-flex .scan-analyzer-features-title {
  font-size: 1.4rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 1.5rem;
  text-align: left;
  line-height: 1.4;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .basic-content .scan-analyzer-features-section .scan-analyzer-features-flex .scan-analyzer-features-title {
    font-size: 1.2rem;
    margin-bottom: 1.2rem;
  }
}
.basic-content .scan-analyzer-features-section .scan-analyzer-features-flex .scan-analyzer-features-description {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .basic-content .scan-analyzer-features-section .scan-analyzer-features-flex .scan-analyzer-features-description {
    font-size: 1rem;
    line-height: 1.6;
  }
}
.basic-content .scan-analyzer-features-section .scan-analyzer-features-flex .scan-analyzer-features-description p {
  margin: 0;
}
.basic-content .scan-analyzer-features-section .scan-analyzer-features-flex .scan-analyzer-features-col-right {
  flex: 0 0 47%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media only screen and (max-width: 767.499px) {
  .basic-content .scan-analyzer-features-section .scan-analyzer-features-flex .scan-analyzer-features-col-right {
    max-width: 100%;
    margin: 1.5rem auto 0;
    flex: none;
  }
}
.basic-content .scan-analyzer-features-section .scan-analyzer-features-flex .scan-analyzer-features-col-right .scan-analyzer-features-image {
  width: 100%;
}
.basic-content .scan-analyzer-features-section .scan-analyzer-features-flex .scan-analyzer-features-col-right .scan-analyzer-features-image img {
  width: 100%;
  height: auto;
}
.basic-content .scan-analyzer-features-section .scan-analyzer-measurement-box {
  background: #fff;
  border: 2px solid #50a166;
  border-radius: 1rem;
  padding: 2.5rem 3rem;
  margin: 0 auto;
  max-width: 35rem;
  box-shadow: 0 4px 8px rgba(160, 196, 33, 0.08);
}
@media only screen and (max-width: 767.499px) {
  .basic-content .scan-analyzer-features-section .scan-analyzer-measurement-box {
    padding: 1.5rem 0.8rem;
    max-width: 100%;
  }
}
.basic-content .scan-analyzer-features-section .scan-analyzer-measurement-box .scan-analyzer-measurement-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 1.5rem;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .basic-content .scan-analyzer-features-section .scan-analyzer-measurement-box .scan-analyzer-measurement-title {
    font-size: 1.2rem;
    margin-bottom: 1.2rem;
  }
}
.basic-content .scan-analyzer-features-section .scan-analyzer-measurement-box .scan-analyzer-measurement-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.basic-content .scan-analyzer-features-section .scan-analyzer-measurement-box .scan-analyzer-measurement-item {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 1rem;
  font-size: 1.1rem;
  line-height: 1.6;
  color: #333;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .basic-content .scan-analyzer-features-section .scan-analyzer-measurement-box .scan-analyzer-measurement-item {
    font-size: 1rem;
    margin-bottom: 0.8rem;
  }
}
.basic-content .scan-analyzer-features-section .scan-analyzer-measurement-box .scan-analyzer-measurement-item:before {
  content: "•";
  position: absolute;
  left: 0;
  top: -6%;
  color: #50a166;
  font-weight: bold;
  font-size: 1.2rem;
}
.basic-content .scan-analyzer-features-section .scan-analyzer-measurement-box .scan-analyzer-measurement-item:last-child {
  margin-bottom: 0;
}
.basic-content .scan-analyzer-price-section {
  padding: 5rem 0;
  background-color: #f3f8e6;
  position: relative;
}
@media only screen and (max-width: 767.499px) {
  .basic-content .scan-analyzer-price-section {
    padding: 3rem 0;
  }
}
.basic-content .scan-analyzer-price-section::before {
  content: "";
  position: absolute;
  top: -5rem;
  left: 0;
  width: 10rem;
  height: 100%;
  background: url("../../../template_theme/assets/img/top/leaves-left.png") no-repeat left top;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 767.499px) {
  .basic-content .scan-analyzer-price-section::before {
    width: 4.5rem;
    top: -2rem;
  }
}
.basic-content .scan-analyzer-price-section::after {
  content: "";
  position: absolute;
  top: -5rem;
  right: 0;
  width: 9rem;
  height: 100%;
  background: url("../../../template_theme/assets/img/top/leaves-right.png") no-repeat left top;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 767.499px) {
  .basic-content .scan-analyzer-price-section::after {
    width: 4rem;
    top: -2rem;
  }
}
.basic-content .scan-analyzer-price-section .section-container {
  position: relative;
  z-index: 2;
  max-width: 71rem;
  margin: 0 auto;
  padding: 0 1.2rem;
}
.basic-content .scan-analyzer-price-section .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #A0C421;
  margin-bottom: 4rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  justify-content: center;
  text-align: center;
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.3;
}
.basic-content .scan-analyzer-price-section .section-title .section-title-en {
  font-size: 1.1rem;
  color: #6bb659;
  font-weight: 700;
  order: -1;
}
@media only screen and (max-width: 767.499px) {
  .basic-content .scan-analyzer-price-section .section-title {
    font-size: 1.44rem;
    gap: 0.5rem;
    margin-bottom: 2rem;
  }
  .basic-content .scan-analyzer-price-section .section-title .section-title-en {
    font-size: 1.1rem;
  }
}
.basic-content .scan-analyzer-price-section .price-table-container {
  display: flex;
  justify-content: center;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 767.499px) {
  .basic-content .scan-analyzer-price-section .price-table-container {
    margin-bottom: 2rem;
  }
}
.basic-content .scan-analyzer-price-section .price-table {
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 4px 8px rgba(160, 196, 33, 0.08);
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  max-width: 40rem;
  width: 100%;
  border: 2px solid #50a166;
}
@media only screen and (max-width: 767.499px) {
  .basic-content .scan-analyzer-price-section .price-table {
    max-width: 100%;
  }
}
.basic-content .scan-analyzer-price-section .price-label {
  background: #f8fdf2;
  padding: 1.5rem 2rem;
  text-align: left;
  font-size: 1.1rem;
  font-weight: 600;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  border-right: 1px solid #50a166;
  border-bottom: 1px solid #50a166;
  width: 50%;
}
.basic-content .scan-analyzer-price-section .price-label:last-child {
  border-style: none;
}
@media only screen and (max-width: 767.499px) {
  .basic-content .scan-analyzer-price-section .price-label {
    padding: 1.2rem 1rem;
    font-size: 1rem;
  }
}
.basic-content .scan-analyzer-price-section .price-label .price-note {
  font-size: 0.9rem;
  font-weight: 400;
  color: #666;
}
@media only screen and (max-width: 767.499px) {
  .basic-content .scan-analyzer-price-section .price-label .price-note {
    font-size: 0.85rem;
  }
}
.basic-content .scan-analyzer-price-section .price-value {
  padding: 1.5rem 2rem;
  text-align: right;
  font-size: 1.2rem;
  font-weight: 700;
  color: #50a166;
  border-bottom: 1px solid #50a166 !important;
  font-family: "Noto Sans JP", sans-serif;
}
.basic-content .scan-analyzer-price-section .price-value:last-child {
  border-style: none;
}
@media only screen and (max-width: 767.499px) {
  .basic-content .scan-analyzer-price-section .price-value {
    padding: 1.2rem 1rem;
    font-size: 1.1rem;
  }
}
.basic-content .scan-analyzer-price-section .price-value .price-tax {
  font-size: 0.9rem;
  font-weight: 400;
  color: #666;
  margin-left: 0.3rem;
}
@media only screen and (max-width: 767.499px) {
  .basic-content .scan-analyzer-price-section .price-value .price-tax {
    font-size: 0.8rem;
  }
}
.basic-content .scan-analyzer-price-section .price-value.price-free {
  color: #50a166;
  font-weight: 700;
}
.basic-content .scan-analyzer-price-section .price-value.price-risk {
  color: #333;
  font-weight: 400;
  font-size: 1rem;
}
@media only screen and (max-width: 767.499px) {
  .basic-content .scan-analyzer-price-section .price-value.price-risk {
    font-size: 0.9rem;
  }
  .basic-content .scan-analyzer-price-section .price-value.price-risk.left {
    text-align: left;
  }
}

.recruit-content .section-container {
  width: 100%;
  max-width: 71rem;
  margin: 0 auto;
  padding: 0 1.2rem;
}
.recruit-content .recruit-main-section {
  padding: 5rem 0;
  background-color: #f3f8e6;
}
@media only screen and (max-width: 767.499px) {
  .recruit-content .recruit-main-section {
    padding: 3rem 0;
  }
}
.recruit-content .recruit-main-section .section-title {
  font-size: 2rem;
  font-weight: 700;
  color: #6bb659;
  margin-bottom: 4rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}
@media only screen and (max-width: 767.499px) {
  .recruit-content .recruit-main-section .section-title {
    font-size: 1.3rem;
    margin-bottom: 2rem;
    line-height: 1.5;
  }
}
.recruit-content .recruit-main-section .recruit-images {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
}
@media only screen and (max-width: 767.499px) {
  .recruit-content .recruit-main-section .recruit-images {
    margin-top: 2rem;
  }
}
.recruit-content .recruit-main-section .recruit-images .recruit-image-main {
  max-width: 45rem;
  width: 100%;
}
@media only screen and (max-width: 767.499px) {
  .recruit-content .recruit-main-section .recruit-images .recruit-image-main {
    max-width: 100%;
  }
}
.recruit-content .recruit-main-section .recruit-images .recruit-image-main .recruit-img-main {
  width: 100%;
  height: auto;
  display: block;
  box-shadow: 0.25rem 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
  border-radius: 0.5rem;
}
@media only screen and (max-width: 767.499px) {
  .recruit-content .recruit-main-section .recruit-images .recruit-image-main .recruit-img-main {
    box-shadow: 0.125rem 0.125rem 0.25rem rgba(0, 0, 0, 0.2);
  }
}
.recruit-content .recruit-main-section .recruit-details {
  margin-top: 4rem;
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767.499px) {
  .recruit-content .recruit-main-section .recruit-details {
    margin-top: 3rem;
  }
}
.recruit-content .recruit-main-section .recruit-details .recruit-detail-info {
  display: flex;
  justify-content: center;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 767.499px) {
  .recruit-content .recruit-main-section .recruit-details .recruit-detail-info {
    margin-bottom: 2rem;
  }
}
.recruit-content .recruit-main-section .recruit-details .recruit-detail-info .recruit-detail-content {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  width: 56rem;
  flex-direction: column;
}
@media only screen and (max-width: 767.499px) {
  .recruit-content .recruit-main-section .recruit-details .recruit-detail-info .recruit-detail-content {
    display: block;
    gap: 0.5rem;
    width: 100%;
  }
}
.recruit-content .recruit-main-section .recruit-details .recruit-detail-info .recruit-detail-content .recruit-clinic-box {
  background-color: #ffffff;
  border: 1px solid #6bb659;
  padding: 1.5rem;
  width: 100%;
}
@media only screen and (max-width: 767.499px) {
  .recruit-content .recruit-main-section .recruit-details .recruit-detail-info .recruit-detail-content .recruit-clinic-box {
    padding: 1rem;
  }
}
.recruit-content .recruit-main-section .recruit-details .recruit-detail-info .recruit-detail-content .recruit-clinic-box .clinic-info-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 767.499px) {
  .recruit-content .recruit-main-section .recruit-details .recruit-detail-info .recruit-detail-content .recruit-clinic-box .clinic-info-item {
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 1rem;
  }
}
.recruit-content .recruit-main-section .recruit-details .recruit-detail-info .recruit-detail-content .recruit-clinic-box .clinic-info-item:last-child {
  margin-bottom: 0;
}
.recruit-content .recruit-main-section .recruit-details .recruit-detail-info .recruit-detail-content .recruit-clinic-box .clinic-info-item .clinic-label {
  font-size: 1.2rem;
  font-weight: 600;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  flex-shrink: 0;
  min-width: 6rem;
  line-height: 1.4;
}
@media only screen and (max-width: 767.499px) {
  .recruit-content .recruit-main-section .recruit-details .recruit-detail-info .recruit-detail-content .recruit-clinic-box .clinic-info-item .clinic-label {
    font-size: 0.9rem;
    min-width: auto;
  }
}
.recruit-content .recruit-main-section .recruit-details .recruit-detail-info .recruit-detail-content .recruit-clinic-box .clinic-info-item .clinic-value {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #333;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  flex: 1;
}
@media only screen and (max-width: 767.499px) {
  .recruit-content .recruit-main-section .recruit-details .recruit-detail-info .recruit-detail-content .recruit-clinic-box .clinic-info-item .clinic-value {
    font-size: 0.9rem;
    line-height: 1.7;
  }
}
.recruit-content .recruit-main-section .recruit-details .recruit-detail-info .recruit-detail-content .recruit-clinic-box .clinic-info-item .clinic-value p {
  margin: 0 0 0.5rem 0;
}
.recruit-content .recruit-main-section .recruit-details .recruit-detail-info .recruit-detail-content .recruit-clinic-box .clinic-info-item .clinic-value p:last-child {
  margin-bottom: 0;
}
.recruit-content .recruit-main-section .recruit-application {
  margin: 3rem 0;
}
@media only screen and (max-width: 767.499px) {
  .recruit-content .recruit-main-section .recruit-application {
    margin: 2rem 0;
  }
}
.recruit-content .recruit-main-section .recruit-application .recruit-application-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  max-width: 48rem;
  margin: 0 auto;
}
@media only screen and (max-width: 767.499px) {
  .recruit-content .recruit-main-section .recruit-application .recruit-application-content {
    gap: 1.5rem;
  }
}
.recruit-content .recruit-main-section .recruit-application .recruit-application-content .recruit-application-description {
  text-align: center;
}
.recruit-content .recruit-main-section .recruit-application .recruit-application-content .recruit-application-description p {
  font-size: 1.4rem;
  line-height: 1.7;
  color: #333;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
  margin: 0;
}
@media only screen and (max-width: 767.499px) {
  .recruit-content .recruit-main-section .recruit-application .recruit-application-content .recruit-application-description p {
    font-size: 1.1rem;
    line-height: 1.6;
  }
}
.recruit-content .recruit-main-section .recruit-application .recruit-application-content .recruit-application-methods {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  width: 100%;
}
@media only screen and (max-width: 767.499px) {
  .recruit-content .recruit-main-section .recruit-application .recruit-application-content .recruit-application-methods {
    flex-direction: column;
    gap: 1.5rem;
  }
}
.recruit-content .recruit-main-section .recruit-application .recruit-application-content .recruit-application-methods .recruit-application-text {
  flex: 1;
  transition: color 0.3s ease;
}
.recruit-content .recruit-main-section .recruit-application .recruit-application-content .recruit-application-methods .recruit-application-text p {
  font-size: 1.2rem;
  line-height: 1.7;
  color: #50a166;
  font-weight: 700;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  margin: 0;
  text-align: center;
}
@media only screen and (max-width: 767.499px) {
  .recruit-content .recruit-main-section .recruit-application .recruit-application-content .recruit-application-methods .recruit-application-text p {
    font-size: 1rem;
    line-height: 1.6;
  }
}
.recruit-content .recruit-main-section .recruit-application .recruit-application-content .recruit-application-methods .recruit-application-text .link {
  font-size: 2rem;
  line-height: 1.7;
  color: #50a166;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  margin: 0;
  text-align: center;
  text-decoration: none;
  display: block;
  cursor: pointer;
  transition: color 0.3s ease;
}
@media only screen and (max-width: 767.499px) {
  .recruit-content .recruit-main-section .recruit-application .recruit-application-content .recruit-application-methods .recruit-application-text .link {
    font-size: 1.3rem;
    line-height: 1.6;
  }
}
.recruit-content .recruit-main-section .recruit-application .recruit-application-content .recruit-application-methods .recruit-application-text .link:hover {
  color: #a4e993;
}
.recruit-content .recruit-main-section .recruit-application .recruit-application-content .recruit-application-methods .recruit-qr-code {
  flex-shrink: 0;
  width: 8rem;
  height: 8rem;
}
@media only screen and (max-width: 767.499px) {
  .recruit-content .recruit-main-section .recruit-application .recruit-application-content .recruit-application-methods .recruit-qr-code {
    width: 6rem;
    height: 6rem;
  }
}
.recruit-content .recruit-main-section .recruit-application .recruit-application-content .recruit-application-methods .recruit-qr-code .qr-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0.5rem;
}
.recruit-content .recruit-main-section .recruit-clinic-info {
  margin: 3rem 0 0 0;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 767.499px) {
  .recruit-content .recruit-main-section .recruit-clinic-info {
    margin: 2rem 0 0 0;
  }
}
.recruit-content .recruit-main-section .recruit-clinic-info .recruit-clinic-content {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  width: 40rem;
  flex-direction: column;
}
@media only screen and (max-width: 767.499px) {
  .recruit-content .recruit-main-section .recruit-clinic-info .recruit-clinic-content {
    display: block;
    gap: 0.5rem;
    width: 100%;
  }
}
.recruit-content .recruit-main-section .recruit-clinic-info .recruit-clinic-content .recruit-clinic-label {
  flex-shrink: 0;
}
@media only screen and (max-width: 767.499px) {
  .recruit-content .recruit-main-section .recruit-clinic-info .recruit-clinic-content .recruit-clinic-label {
    text-align: center;
  }
}
.recruit-content .recruit-main-section .recruit-clinic-info .recruit-clinic-content .recruit-clinic-label .recruit-subtitle {
  font-size: 1.8rem;
  font-weight: 700;
  color: #333;
  margin: 0;
  text-align: left;
}
@media only screen and (max-width: 767.499px) {
  .recruit-content .recruit-main-section .recruit-clinic-info .recruit-clinic-content .recruit-clinic-label .recruit-subtitle {
    font-size: 1.2rem;
    text-align: center;
  }
}
.recruit-content .recruit-main-section .recruit-clinic-info .recruit-clinic-content .recruit-clinic-details {
  padding-top: 0.3rem;
  width: 100%;
}
.recruit-content .recruit-main-section .recruit-clinic-info .recruit-clinic-content .recruit-clinic-details .recruit-clinic-box {
  background-color: #ffffff;
  border: 1px solid #6bb659;
  padding: 1.5rem;
}
@media only screen and (max-width: 767.499px) {
  .recruit-content .recruit-main-section .recruit-clinic-info .recruit-clinic-content .recruit-clinic-details .recruit-clinic-box {
    padding: 1rem;
  }
}
.recruit-content .recruit-main-section .recruit-clinic-info .recruit-clinic-content .recruit-clinic-details .recruit-clinic-box .clinic-info-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 767.499px) {
  .recruit-content .recruit-main-section .recruit-clinic-info .recruit-clinic-content .recruit-clinic-details .recruit-clinic-box .clinic-info-item {
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 1rem;
  }
}
.recruit-content .recruit-main-section .recruit-clinic-info .recruit-clinic-content .recruit-clinic-details .recruit-clinic-box .clinic-info-item:last-child {
  margin-bottom: 0;
}
.recruit-content .recruit-main-section .recruit-clinic-info .recruit-clinic-content .recruit-clinic-details .recruit-clinic-box .clinic-info-item .clinic-label {
  font-size: 1.2rem;
  font-weight: 600;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  flex-shrink: 0;
  min-width: 5rem;
}
@media only screen and (max-width: 767.499px) {
  .recruit-content .recruit-main-section .recruit-clinic-info .recruit-clinic-content .recruit-clinic-details .recruit-clinic-box .clinic-info-item .clinic-label {
    font-size: 0.9rem;
    min-width: auto;
  }
}
.recruit-content .recruit-main-section .recruit-clinic-info .recruit-clinic-content .recruit-clinic-details .recruit-clinic-box .clinic-info-item .clinic-value {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #333;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  flex: 1;
}
@media only screen and (max-width: 767.499px) {
  .recruit-content .recruit-main-section .recruit-clinic-info .recruit-clinic-content .recruit-clinic-details .recruit-clinic-box .clinic-info-item .clinic-value {
    font-size: 0.9rem;
    line-height: 1.7;
  }
}
.recruit-content .recruit-main-section .recruit-clinic-info .recruit-clinic-content .recruit-clinic-details .recruit-clinic-box .clinic-info-item .clinic-value p {
  margin: 0 0 0.5rem 0;
}
.recruit-content .recruit-main-section .recruit-clinic-info .recruit-clinic-content .recruit-clinic-details .recruit-clinic-box .clinic-info-item .clinic-value p:last-child {
  margin-bottom: 0;
}
.recruit-content .callender-title {
  font-size: 1.2rem;
  font-weight: 600;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 767.499px) {
  .recruit-content .callender-title {
    font-size: 0.9rem;
    margin-bottom: 1rem;
  }
}
.recruit-content .callender-title .callender-title-en {
  display: none;
}

.access-content .section-container {
  width: 100%;
  max-width: 71rem;
  margin: 0 auto;
  padding: 0 1.2rem;
}
.access-content .access-main-section {
  padding: 5rem 0;
  background-color: #f3f8e6;
}
@media only screen and (max-width: 767.499px) {
  .access-content .access-main-section {
    padding: 3rem 0;
  }
}
.access-content .access-main-section .section-title {
  font-size: 2rem;
  font-weight: bold;
  color: #6bb659;
  margin-bottom: 4rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .access-content .access-main-section .section-title {
    font-size: 1.3rem;
    margin-bottom: 2rem;
    line-height: 1.5;
  }
}
.access-content .access-main-section .access-images {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
}
@media only screen and (max-width: 767.499px) {
  .access-content .access-main-section .access-images {
    margin-top: 2rem;
  }
}
.access-content .access-main-section .access-images .access-image-main {
  max-width: 45rem;
  width: 100%;
}
@media only screen and (max-width: 767.499px) {
  .access-content .access-main-section .access-images .access-image-main {
    max-width: 100%;
  }
}
.access-content .access-main-section .access-images .access-image-main .access-img-main {
  width: 100%;
  height: auto;
  display: block;
  box-shadow: 0.25rem 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
  border-radius: 0.5rem;
}
@media only screen and (max-width: 767.499px) {
  .access-content .access-main-section .access-images .access-image-main .access-img-main {
    box-shadow: 0.125rem 0.125rem 0.25rem rgba(0, 0, 0, 0.2);
  }
}
.access-content .access-main-section .access-map-section {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
}
@media only screen and (max-width: 767.499px) {
  .access-content .access-main-section .access-map-section {
    margin-top: 2rem;
  }
}
.access-content .access-main-section .access-map-section .access-map {
  width: 45rem;
  height: 30rem;
  position: relative;
}
@media only screen and (max-width: 767.499px) {
  .access-content .access-main-section .access-map-section .access-map {
    width: 100%;
    height: 14.5rem;
  }
}
.access-content .access-main-section .access-map-section .access-map iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
  border-radius: 8px;
}
.access-content .access-main-section .access-map-section .access-map .map-link {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 8px 16px;
  border-radius: 4px;
  font-size: 0.9rem;
}
.access-content .access-main-section .access-map-section .access-map .map-link a {
  color: #50891f;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.access-content .access-main-section .access-map-section .access-map .map-link a:hover {
  text-decoration: underline;
}
.access-content .access-main-section .access-map-section .access-map .map-link a::after {
  content: "";
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 1px solid #50891f;
  border-right: 1px solid #50891f;
  transform: rotate(45deg);
  margin-left: 0.5rem;
}
@media only screen and (max-width: 767.499px) {
  .access-content .access-main-section .access-map-section .access-map .map-link {
    bottom: 10px;
    right: 10px;
    padding: 5px 10px;
    font-size: 0.8rem;
  }
}
.access-content .access-main-section .access-details {
  margin-top: 2rem;
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767.499px) {
  .access-content .access-main-section .access-details {
    margin-top: 1rem;
  }
}
.access-content .access-main-section .access-details .access-detail-info {
  display: flex;
  justify-content: center;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 767.499px) {
  .access-content .access-main-section .access-details .access-detail-info {
    margin-bottom: 2rem;
  }
}
.access-content .access-main-section .access-details .access-detail-info .access-detail-content {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  width: 56rem;
  flex-direction: column;
}
@media only screen and (max-width: 767.499px) {
  .access-content .access-main-section .access-details .access-detail-info .access-detail-content {
    display: block;
    gap: 0.5rem;
    width: 100%;
  }
}
.access-content .access-main-section .access-details .access-detail-info .access-detail-content .access-info-box {
  background-color: #ffffff;
  border: 1px solid #6bb659;
  padding: 1.5rem;
  width: 100%;
}
@media only screen and (max-width: 767.499px) {
  .access-content .access-main-section .access-details .access-detail-info .access-detail-content .access-info-box {
    padding: 1rem;
  }
}
.access-content .access-main-section .access-details .access-detail-info .access-detail-content .access-info-box .access-info-item {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767.499px) {
  .access-content .access-main-section .access-details .access-detail-info .access-detail-content .access-info-box .access-info-item {
    margin-bottom: 1.5rem;
  }
}
.access-content .access-main-section .access-details .access-detail-info .access-detail-content .access-info-box .access-info-item:last-child {
  margin-bottom: 0;
}
.access-content .access-main-section .access-details .access-detail-info .access-detail-content .access-info-box .access-info-item.address-section .address-content {
  text-align: center;
}
.access-content .access-main-section .access-details .access-detail-info .access-detail-content .access-info-box .access-info-item.address-section .address-content .postal-code {
  font-size: 1.24rem;
  font-weight: 500;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  margin: 0 0 0.5rem 0;
}
@media only screen and (max-width: 767.499px) {
  .access-content .access-main-section .access-details .access-detail-info .access-detail-content .access-info-box .access-info-item.address-section .address-content .postal-code {
    font-size: 1.1rem;
  }
}
.access-content .access-main-section .access-details .access-detail-info .access-detail-content .access-info-box .access-info-item.address-section .address-content .address {
  font-size: 1.2rem;
  font-weight: 500;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  margin: 0;
}
@media only screen and (max-width: 767.499px) {
  .access-content .access-main-section .access-details .access-detail-info .access-detail-content .access-info-box .access-info-item.address-section .address-content .address {
    font-size: 1.1rem;
  }
}
.access-content .access-main-section .access-details .access-detail-info .access-detail-content .access-info-box .access-info-item.transport-section .transport-content .transport-item {
  margin-bottom: 1.2rem;
  text-align: center;
}
@media only screen and (max-width: 767.499px) {
  .access-content .access-main-section .access-details .access-detail-info .access-detail-content .access-info-box .access-info-item.transport-section .transport-content .transport-item {
    margin-bottom: 1rem;
  }
}
.access-content .access-main-section .access-details .access-detail-info .access-detail-content .access-info-box .access-info-item.transport-section .transport-content .transport-item:last-child {
  margin-bottom: 0;
}
.access-content .access-main-section .access-details .access-detail-info .access-detail-content .access-info-box .access-info-item.transport-section .transport-content .transport-item .transport-label {
  font-size: 1.2rem;
  font-weight: 500;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  display: block;
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 767.499px) {
  .access-content .access-main-section .access-details .access-detail-info .access-detail-content .access-info-box .access-info-item.transport-section .transport-content .transport-item .transport-label {
    font-size: 1rem;
  }
}
.access-content .access-main-section .access-details .access-detail-info .access-detail-content .access-info-box .access-info-item.transport-section .transport-content .transport-item .transport-value {
  font-size: 1.2rem;
  font-weight: 500;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  margin: 0;
}
@media only screen and (max-width: 767.499px) {
  .access-content .access-main-section .access-details .access-detail-info .access-detail-content .access-info-box .access-info-item.transport-section .transport-content .transport-item .transport-value {
    font-size: 1rem;
  }
}
.access-content .access-main-section .access-schedule {
  margin: 3rem 0 0 0;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 767.499px) {
  .access-content .access-main-section .access-schedule {
    margin: 2rem 0 0 0;
  }
}
.access-content .access-main-section .access-schedule .access-schedule-content {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  width: 40rem;
  flex-direction: column;
}
@media only screen and (max-width: 767.499px) {
  .access-content .access-main-section .access-schedule .access-schedule-content {
    display: block;
    gap: 0.5rem;
    width: 100%;
  }
}
.access-content .access-main-section .access-schedule .access-schedule-content .access-schedule-label {
  flex-shrink: 0;
}
@media only screen and (max-width: 767.499px) {
  .access-content .access-main-section .access-schedule .access-schedule-content .access-schedule-label {
    text-align: center;
  }
}
.access-content .access-main-section .access-schedule .access-schedule-content .access-schedule-label .schedule-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #333;
  margin: 0;
  text-align: left;
}
@media only screen and (max-width: 767.499px) {
  .access-content .access-main-section .access-schedule .access-schedule-content .access-schedule-label .schedule-title {
    font-size: 1.2rem;
    text-align: center;
  }
}
.access-content .access-main-section .access-schedule .access-schedule-content .access-schedule-details {
  padding-top: 1.5rem;
  width: 100%;
}
.access-content .callender-title {
  display: none;
}

.about-director-content {
  /* &::before {
    content: '';
    position: absolute;
    top: -5rem;
    left: 0;
    width: 10rem;
    height: 100%;
    background: url('../../../template_theme/assets/img/top/leaves-left.png') no-repeat left top;
    background-size: contain;
    z-index: 1;
    pointer-events: none;

    @include base.media(om) {
      width: 4.5rem;
      top: -2rem;
    }
  }

  &::after {
    content: '';
    position: absolute;
    top: -5rem;
    right: 0;
    width: 9rem;
    height: 100%;
    background: url('../../../template_theme/assets/img/top/leaves-right.png') no-repeat left top;
    background-size: contain;
    z-index: 1;
    pointer-events: none;

    @include base.media(om) {
      width: 4rem;
      top: -2rem;
    }
  }*/
}
.about-director-content .section-container {
  width: 100%;
  max-width: 71rem;
  margin: 0 auto;
  padding: 0 1.2rem;
}
.about-director-content .about-director-main-section {
  padding: 5rem 0;
  background-color: #f3f8e6;
}
@media only screen and (max-width: 767.499px) {
  .about-director-content .about-director-main-section {
    padding: 3rem 0;
  }
}
.about-director-content .about-director-main-section .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #A0C421;
  margin-bottom: 4rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  justify-content: center;
  text-align: center;
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
}
.about-director-content .about-director-main-section .section-title .section-title-en {
  font-size: 1.1rem;
  color: #6bb659;
  font-weight: 700;
  order: -1;
}
@media only screen and (max-width: 767.499px) {
  .about-director-content .about-director-main-section .section-title {
    font-size: 1.44rem;
    gap: 0.5rem;
    margin-bottom: 2rem;
  }
  .about-director-content .about-director-main-section .section-title .section-title-en {
    font-size: 1.1rem;
  }
}
.about-director-content .about-director-main-section .director-profile {
  display: flex;
  gap: 3rem;
  margin-bottom: 4rem;
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767.499px) {
  .about-director-content .about-director-main-section .director-profile {
    flex-direction: column-reverse;
    gap: 2rem;
    margin-bottom: 3rem;
  }
}
.about-director-content .about-director-main-section .director-profile .director-image {
  flex-shrink: 0;
  width: 38rem;
}
@media only screen and (max-width: 767.499px) {
  .about-director-content .about-director-main-section .director-profile .director-image {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
.about-director-content .about-director-main-section .director-profile .director-image .director-img {
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
  box-shadow: 0.25rem 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 767.499px) {
  .about-director-content .about-director-main-section .director-profile .director-image .director-img {
    max-width: 20rem;
    box-shadow: 0.125rem 0.125rem 0.25rem rgba(0, 0, 0, 0.2);
  }
}
.about-director-content .about-director-main-section .director-profile .director-info {
  flex: 1;
  background-color: #ffffff;
  border: 1px solid #6bb659;
  padding: 2rem;
  border-radius: 0.5rem;
}
@media only screen and (max-width: 767.499px) {
  .about-director-content .about-director-main-section .director-profile .director-info {
    padding: 1.5rem;
  }
}
.about-director-content .about-director-main-section .director-profile .director-info .director-details .director-name-section {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767.499px) {
  .about-director-content .about-director-main-section .director-profile .director-info .director-details .director-name-section {
    margin-bottom: 1.5rem;
  }
}
.about-director-content .about-director-main-section .director-profile .director-info .director-details .director-name-section .director-position {
  font-size: 1.2rem;
  font-weight: 600;
  color: #6bb659;
  margin: 0 0 0.5rem 0;
}
@media only screen and (max-width: 767.499px) {
  .about-director-content .about-director-main-section .director-profile .director-info .director-details .director-name-section .director-position {
    font-size: 1rem;
  }
}
.about-director-content .about-director-main-section .director-profile .director-info .director-details .director-name-section .director-name {
  font-size: 1.8rem;
  font-weight: 700;
  color: #333;
  margin: 0;
}
@media only screen and (max-width: 767.499px) {
  .about-director-content .about-director-main-section .director-profile .director-info .director-details .director-name-section .director-name {
    font-size: 1.4rem;
  }
}
.about-director-content .about-director-main-section .director-profile .director-info .director-details .director-history .history-title {
  font-size: 1.3rem;
  font-weight: 600;
  color: #333;
  margin: 0 0 1rem 0;
  border-bottom: 2px solid #6bb659;
  padding-bottom: 0.5rem;
}
@media only screen and (max-width: 767.499px) {
  .about-director-content .about-director-main-section .director-profile .director-info .director-details .director-history .history-title {
    font-size: 1.1rem;
    margin-bottom: 0.8rem;
  }
}
.about-director-content .about-director-main-section .director-profile .director-info .director-details .director-history .history-list p {
  font-size: 1rem;
  line-height: 1.7;
  color: #333;
  margin: 0 0 0.5rem 0;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .about-director-content .about-director-main-section .director-profile .director-info .director-details .director-history .history-list p {
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 0.4rem;
  }
}
.about-director-content .about-director-main-section .director-profile .director-info .director-details .director-history .history-list p:last-child {
  margin-bottom: 0;
}
.about-director-content .about-director-main-section .director-message {
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
}
.about-director-content .about-director-main-section .director-message .message-content .message-title {
  margin: 3rem auto 1rem;
  padding: 0.3em 1em;
  color: #07651e;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  border-radius: 0.5rem;
  background: linear-gradient(to right, #dcebc4, #d0e1b8);
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767.499px) {
  .about-director-content .about-director-main-section .director-message .message-content .message-title {
    margin: 1.5rem auto 0.5rem;
    font-size: 1.5rem;
    margin-bottom: 3rem;
  }
}
.about-director-content .about-director-main-section .director-message .message-content .message-text p {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #333;
  margin: 0 0 1.5rem 0;
  text-align: justify;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .about-director-content .about-director-main-section .director-message .message-content .message-text p {
    font-size: 0.9rem;
    line-height: 1.7;
    margin-bottom: 1rem;
    text-align: left;
  }
}
.about-director-content .about-director-main-section .director-message .message-content .message-text p:last-child {
  margin-bottom: 0;
}
.about-director-content .director-learning-section {
  padding: 5rem 0;
  background-color: #fff;
  position: relative;
}
@media only screen and (max-width: 767.499px) {
  .about-director-content .director-learning-section {
    padding: 3rem 0;
  }
}
.about-director-content .director-learning-section::before {
  content: "";
  position: absolute;
  top: -5rem;
  left: 0;
  width: 10rem;
  height: 100%;
  background: url("../../../template_theme/assets/img/top/leaves-left.png") no-repeat left top;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 767.499px) {
  .about-director-content .director-learning-section::before {
    width: 4.5rem;
    top: -2rem;
  }
}
.about-director-content .director-learning-section::after {
  content: "";
  position: absolute;
  top: -5rem;
  right: 0;
  width: 9rem;
  height: 100%;
  background: url("../../../template_theme/assets/img/top/leaves-right.png") no-repeat left top;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 767.499px) {
  .about-director-content .director-learning-section::after {
    width: 4rem;
    top: -2rem;
  }
}
.about-director-content .section-container {
  position: relative;
  z-index: 2;
}
.about-director-content .director-learning-content {
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
}
.about-director-content .director-learning-content .learning-title {
  margin: 3rem auto 1rem;
  padding: 0.3em 1em;
  color: #07651e;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  border-radius: 0.5rem;
  background: linear-gradient(to right, #dcebc4, #d0e1b8);
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767.499px) {
  .about-director-content .director-learning-content .learning-title {
    margin: 1.5rem auto 0.5rem;
    font-size: 1.5rem;
    margin-bottom: 3rem;
  }
}
.about-director-content .director-learning-content .learning-text p {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #333;
  margin: 0 0 1.5rem 0;
  text-align: justify;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .about-director-content .director-learning-content .learning-text p {
    font-size: 0.9rem;
    line-height: 1.7;
    margin-bottom: 1rem;
    text-align: left;
  }
}
.about-director-content .director-learning-content .learning-text p:last-child {
  margin-bottom: 0;
}
.about-director-content .section-container {
  position: relative;
  z-index: 2;
}
.about-director-content .director-joy-content {
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
}
.about-director-content .director-joy-content .joy-title {
  margin: 3rem auto 1rem;
  padding: 0.3em 1em;
  color: #07651e;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  border-radius: 0.5rem;
  background: linear-gradient(to right, #dcebc4, #d0e1b8);
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767.499px) {
  .about-director-content .director-joy-content .joy-title {
    margin: 1.5rem auto 0.5rem;
    font-size: 1.5rem;
    margin-bottom: 3rem;
  }
}
.about-director-content .director-joy-content .joy-text p {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #333;
  margin: 0 0 1.5rem 0;
  text-align: justify;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .about-director-content .director-joy-content .joy-text p {
    font-size: 0.9rem;
    line-height: 1.7;
    margin-bottom: 1rem;
    text-align: left;
  }
}
.about-director-content .director-joy-content .joy-text p:last-child {
  margin-bottom: 0;
}
.about-director-content .director-thought-section {
  padding: 5rem 0;
  background-color: #f3f8e6;
  position: relative;
}
@media only screen and (max-width: 767.499px) {
  .about-director-content .director-thought-section {
    padding: 3rem 0;
  }
}
.about-director-content .director-thought-section::before {
  content: "";
  position: absolute;
  top: -5rem;
  left: 0;
  width: 10rem;
  height: 100%;
  background: url("../../../template_theme/assets/img/top/leaves-left.png") no-repeat left top;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 767.499px) {
  .about-director-content .director-thought-section::before {
    width: 4.5rem;
    top: -2rem;
  }
}
.about-director-content .director-thought-section::after {
  content: "";
  position: absolute;
  top: -5rem;
  right: 0;
  width: 9rem;
  height: 100%;
  background: url("../../../template_theme/assets/img/top/leaves-right.png") no-repeat left top;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 767.499px) {
  .about-director-content .director-thought-section::after {
    width: 4rem;
    top: -2rem;
  }
}
.about-director-content .director-thought-section .section-container {
  position: relative;
  z-index: 2;
}
.about-director-content .director-thought-section-subtitle {
  font-size: 1.75rem;
  color: #07651e;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 767.499px) {
  .about-director-content .director-thought-section-subtitle {
    font-size: 1.35rem;
    margin-bottom: 1rem;
    text-align: center;
  }
}
.about-director-content .director-thought-section .director-thought-content {
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
}
.about-director-content .director-thought-section .director-thought-content .thought-title {
  margin: 3rem auto 1rem;
  padding: 0.3em 1em;
  color: #07651e;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  border-radius: 0.5rem;
  background: linear-gradient(to right, #dcebc4, #d0e1b8);
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767.499px) {
  .about-director-content .director-thought-section .director-thought-content .thought-title {
    margin: 1.5rem auto 0.5rem;
    font-size: 1.5rem;
    margin-bottom: 3rem;
  }
}
.about-director-content .director-thought-section .director-thought-content .thought-flex::after {
  content: "";
  display: block;
  clear: both;
}
.about-director-content .director-thought-section .director-thought-content .thought-flex .thought-image {
  float: left;
  width: 26rem;
  margin: 0 3rem 1.5rem 0;
  border-radius: 0.5rem;
}
@media only screen and (max-width: 767.499px) {
  .about-director-content .director-thought-section .director-thought-content .thought-flex .thought-image {
    float: none;
    width: 100%;
    margin: 0 0 1.5rem 0;
  }
}
.about-director-content .director-thought-section .director-thought-content .thought-flex .thought-image .thought-img {
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
  box-shadow: 0.25rem 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 767.499px) {
  .about-director-content .director-thought-section .director-thought-content .thought-flex .thought-image .thought-img {
    box-shadow: 0.125rem 0.125rem 0.25rem rgba(0, 0, 0, 0.2);
  }
}
.about-director-content .director-thought-section .director-thought-content .thought-flex .thought-text p {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #333;
  margin: 0 0 1.5rem 0;
  text-align: justify;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .about-director-content .director-thought-section .director-thought-content .thought-flex .thought-text p {
    font-size: 0.9rem;
    line-height: 1.7;
    margin-bottom: 1rem;
    text-align: left;
  }
}
.about-director-content .director-thought-section .director-thought-content .thought-flex .thought-text p:last-child {
  margin-bottom: 0;
}

/**
 * 小児歯科ページのスタイル
 */
.pediatric-content .pediatric-message-section {
  padding: 5rem 0;
  width: 100%;
  max-width: 71rem;
  margin: 0 auto;
  padding: 5rem 1.2rem;
  position: relative;
}
@media only screen and (max-width: 767.499px) {
  .pediatric-content .pediatric-message-section {
    padding: 3rem 0;
  }
}
.pediatric-content .pediatric-message-section .section-container {
  position: relative;
  z-index: 2;
}
.pediatric-content .pediatric-message-section .pediatric-message-text {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #50a166;
  text-align: center;
  margin: 0 auto;
  font-weight: 500;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767.499px) {
  .pediatric-content .pediatric-message-section .pediatric-message-text {
    font-size: 1.15rem;
    line-height: 1.7;
    text-align: left;
  }
}
.pediatric-content .pediatric-stages-section {
  padding: 5rem 0;
  background-color: #f3f8e6;
  position: relative;
}
@media only screen and (max-width: 767.499px) {
  .pediatric-content .pediatric-stages-section {
    padding: 3rem 0;
  }
}
.pediatric-content .pediatric-stages-section::before {
  content: "";
  position: absolute;
  top: -5rem;
  left: 0;
  width: 10rem;
  height: 100%;
  background: url("../../../template_theme/assets/img/top/leaves-left.png") no-repeat left top;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 767.499px) {
  .pediatric-content .pediatric-stages-section::before {
    width: 4.5rem;
    top: -2rem;
  }
}
.pediatric-content .pediatric-stages-section::after {
  content: "";
  position: absolute;
  top: -5rem;
  right: 0;
  width: 9rem;
  height: 100%;
  background: url("../../../template_theme/assets/img/top/leaves-right.png") no-repeat right top;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 767.499px) {
  .pediatric-content .pediatric-stages-section::after {
    width: 4rem;
    top: -2rem;
  }
}
.pediatric-content .pediatric-stages-section .section-container {
  position: relative;
  z-index: 2;
}
.pediatric-content .pediatric-stages-section .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #A0C421;
  margin-bottom: 4rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  justify-content: center;
  text-align: center;
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
}
.pediatric-content .pediatric-stages-section .section-title .section-title-en {
  font-size: 1.1rem;
  color: #6bb659;
  font-weight: 700;
  order: -1;
}
@media only screen and (max-width: 767.499px) {
  .pediatric-content .pediatric-stages-section .section-title {
    font-size: 1.44rem;
    gap: 0.5rem;
    margin-bottom: 2rem;
  }
  .pediatric-content .pediatric-stages-section .section-title .section-title-en {
    font-size: 1.1rem;
  }
}
.pediatric-content .pediatric-stages-section .pediatric-stages-content {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 767.499px) {
  .pediatric-content .pediatric-stages-section .pediatric-stages-content {
    margin-bottom: 2rem;
  }
}
.pediatric-content .pediatric-stages-section .pediatric-stages-col-left {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 767.499px) {
  .pediatric-content .pediatric-stages-section .pediatric-stages-col-left {
    margin-bottom: 2rem;
  }
}
.pediatric-content .pediatric-stages-section .pediatric-stages-subtitle {
  position: relative;
  margin: 1rem auto 0.5rem;
  padding: 0 0 0.5em 0;
  color: #333;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  border-bottom: 1px solid #50a166;
  margin-bottom: 2rem;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .pediatric-content .pediatric-stages-section .pediatric-stages-subtitle {
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
  }
}
.pediatric-content .pediatric-stages-section .pediatric-stages-wrap {
  background-color: #fff;
  border: 2px solid #4caf50;
  border-radius: 1rem;
  padding: 2rem;
  max-width: 27rem;
  margin: 3rem auto 0;
  box-shadow: 0 4px 8px rgba(160, 196, 33, 0.1);
}
@media only screen and (max-width: 767.499px) {
  .pediatric-content .pediatric-stages-section .pediatric-stages-wrap {
    margin: 0 auto;
  }
}
.pediatric-content .pediatric-stages-section .pediatric-stages-list {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 23rem;
  margin: auto;
}
@media only screen and (min-width: 768px) {
  .pediatric-content .pediatric-stages-section .pediatric-stages-list.last {
    width: 36rem;
  }
}
.pediatric-content .pediatric-stages-section .pediatric-stages-item {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 1rem;
  font-size: 1.1rem;
  line-height: 1.6;
  color: #333;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
.pediatric-content .pediatric-stages-section .pediatric-stages-item:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767.499px) {
  .pediatric-content .pediatric-stages-section .pediatric-stages-item {
    font-size: 1rem;
    margin-bottom: 0.8rem;
  }
}
.pediatric-content .pediatric-stages-section .pediatric-stages-item:before {
  content: "•";
  position: absolute;
  left: 0;
  top: -6%;
  color: #50a166;
  font-weight: bold;
  font-size: 1.2rem;
}
.pediatric-content .pediatric-stages-section .pediatric-stages-description {
  position: relative;
  /* padding-left: 1.5rem; */
  font-size: 1.3rem;
  line-height: 1.7;
  color: #333;
  margin-bottom: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  /* text-align: center; */
  /*&:before {
      content: '•';
      position: absolute;
      left: 0;
      top: -6%;
      color: #50a166;
      font-weight: bold;
      font-size: 1.2rem;
  }*/
}
@media only screen and (max-width: 767.499px) {
  .pediatric-content .pediatric-stages-section .pediatric-stages-description {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    text-align: left;
  }
}
.pediatric-content .pediatric-stages-section .pediatric-stages-description-nodot {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #333;
  margin-bottom: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
}
@media only screen and (max-width: 767.499px) {
  .pediatric-content .pediatric-stages-section .pediatric-stages-description-nodot {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
  }
}
.pediatric-content .pediatric-stages-section .pediatric-stages-description-center {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #333;
  margin-bottom: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
@media only screen and (max-width: 767.499px) {
  .pediatric-content .pediatric-stages-section .pediatric-stages-description-center {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    text-align: left;
  }
}
.pediatric-content .pediatric-stages-section .pediatric-stages-description-pic {
  position: relative;
  width: 100%;
  max-width: 40rem;
  height: auto;
  margin: 0 auto 2rem;
  box-shadow: 0 4px 8px rgba(160, 196, 33, 0.1);
}
.pediatric-content .pediatric-stages-section .pediatric-stages-description-pic .pic-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0.5rem;
}
.pediatric-content .pediatric-stages-section .pediatric-stages-button {
  text-align: center;
  width: 25rem;
  margin: auto;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .pediatric-content .pediatric-stages-section .pediatric-stages-button {
    text-align: left;
    width: 100%;
  }
}
.pediatric-content .pediatric-stages-section .pediatric-stages-button .common-btn {
  padding: 1rem 2rem;
  font-size: 1rem;
}
@media only screen and (max-width: 767.499px) {
  .pediatric-content .pediatric-stages-section .pediatric-stages-button .common-btn {
    padding: 0.8rem 1.5rem;
    font-size: 0.9rem;
  }
}
.pediatric-content .pediatric-stages-section .pediatric-stages-note {
  text-align: center;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 767.499px) {
  .pediatric-content .pediatric-stages-section .pediatric-stages-note {
    padding-top: 1.5rem;
    text-align: left;
    margin-bottom: 2rem;
  }
}
.pediatric-content .pediatric-stages-section .pediatric-stages-note p {
  font-size: 1.1rem;
  color: #333;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .pediatric-content .pediatric-stages-section .pediatric-stages-note p {
    font-size: 1rem;
  }
}
.pediatric-content .pediatric-stages-section .pediatric-stages-subsection {
  margin-bottom: 2rem;
  width: 36rem;
  margin: auto;
}
.pediatric-content .pediatric-stages-section .pediatric-stages-subsection .pediatric-stages-description {
  text-align: left;
}
@media only screen and (max-width: 767.499px) {
  .pediatric-content .pediatric-stages-section .pediatric-stages-subsection {
    margin-bottom: 1.5rem;
    width: 100%;
  }
}
.pediatric-content .pediatric-stages-section .pediatric-stages-subsection:last-child {
  margin-bottom: 0;
}
.pediatric-content .pediatric-stages-section .pediatric-stages-subheading {
  font-size: 1.3rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 0.8rem;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .pediatric-content .pediatric-stages-section .pediatric-stages-subheading {
    font-size: 1.1rem;
    margin-bottom: 0.6rem;
  }
}
.pediatric-content .pediatric-stages-section .pediatric-stages-fulltext {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #333;
  margin-bottom: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
  width: 100%;
}
@media only screen and (max-width: 767.499px) {
  .pediatric-content .pediatric-stages-section .pediatric-stages-fulltext {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
  }
}
.pediatric-content .pediatric-stages-section .pediatric-stages-content-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #333;
  text-align: center;
  margin-bottom: 2rem;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .pediatric-content .pediatric-stages-section .pediatric-stages-content-title {
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
  }
}
.pediatric-content .pediatric-stages-section .pediatric-stages-list-dental {
  list-style: none;
  padding: 0;
  margin: 0;
}
.pediatric-content .pediatric-stages-section .pediatric-stages-list-dental .pediatric-stages-item-dental {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 2rem;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .pediatric-content .pediatric-stages-section .pediatric-stages-list-dental .pediatric-stages-item-dental {
    margin-bottom: 1.5rem;
  }
}
.pediatric-content .pediatric-stages-section .pediatric-stages-list-dental .pediatric-stages-item-dental:last-child {
  margin-bottom: 0;
}
.pediatric-content .pediatric-stages-section .pediatric-stages-list-dental .pediatric-stages-item-dental:before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #50a166;
  font-weight: bold;
  font-size: 1.2rem;
}
.pediatric-content .pediatric-stages-section .pediatric-stages-list-dental .pediatric-stages-item-dental .item-title {
  display: block;
  font-size: 1.2rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 767.499px) {
  .pediatric-content .pediatric-stages-section .pediatric-stages-list-dental .pediatric-stages-item-dental .item-title {
    font-size: 1.1rem;
  }
}
.pediatric-content .pediatric-stages-section .pediatric-stages-list-dental .pediatric-stages-item-dental .item-description {
  display: block;
  font-size: 1rem;
  line-height: 1.6;
  color: #555;
  font-weight: 400;
  letter-spacing: -0.08em;
}
@media only screen and (max-width: 767.499px) {
  .pediatric-content .pediatric-stages-section .pediatric-stages-list-dental .pediatric-stages-item-dental .item-description {
    font-size: 0.95rem;
  }
}
.pediatric-content .pediatric-stages-section .pediatric-stages-list-dental .pediatric-stages-item-dental .sub-list {
  list-style: none;
  padding: 0;
  margin: 0.8rem 0 0 0;
}
.pediatric-content .pediatric-stages-section .pediatric-stages-list-dental .pediatric-stages-item-dental .sub-list li {
  position: relative;
  padding-left: 1.2rem;
  margin-bottom: 0.5rem;
  font-size: 0.95rem;
  color: #666;
}
.pediatric-content .pediatric-stages-section .pediatric-stages-list-dental .pediatric-stages-item-dental .sub-list li:before {
  content: "-";
  position: absolute;
  left: 0;
  top: 0;
  color: #50a166;
}
.pediatric-content .pediatric-stages-section .pediatric-stages-list-dental .pediatric-stages-item-dental .sub-list li:last-child {
  margin-bottom: 0;
}
.pediatric-content .pediatric-stages-section .pediatric-stages-image {
  text-align: center;
  margin: 3rem 0;
}
@media only screen and (max-width: 767.499px) {
  .pediatric-content .pediatric-stages-section .pediatric-stages-image {
    margin: 2rem 0;
  }
}
.pediatric-content .pediatric-stages-section .pediatric-stages-image picture {
  display: inline-block;
  width: 100%;
  max-width: 30rem;
}
@media only screen and (max-width: 767.499px) {
  .pediatric-content .pediatric-stages-section .pediatric-stages-image picture {
    max-width: 100%;
  }
}
.pediatric-content .pediatric-stages-section .pediatric-stages-image img {
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
}
.pediatric-content .pediatric-stages-section .pediatric-stages-bite {
  margin: 5rem 0;
}
@media only screen and (max-width: 767.499px) {
  .pediatric-content .pediatric-stages-section .pediatric-stages-bite {
    margin: 3rem 0;
  }
}
.pediatric-content .pediatric-stages-section .bite-map-container {
  text-align: center;
  margin: 3rem 0;
}
@media only screen and (max-width: 767.499px) {
  .pediatric-content .pediatric-stages-section .bite-map-container {
    margin: 2rem 0;
  }
}
.pediatric-content .pediatric-stages-section .bite-map-container picture {
  display: inline-block;
  width: 100%;
  max-width: 50rem;
}
@media only screen and (max-width: 767.499px) {
  .pediatric-content .pediatric-stages-section .bite-map-container picture {
    max-width: 100%;
  }
}
.pediatric-content .pediatric-stages-section .bite-map-container img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767.499px) {
  .pediatric-content .pediatric-stages-section .bite-map-container img {
    border: 2px solid #F4B0B0;
    border-radius: 0.5rem;
  }
}
.pediatric-content .pediatric-stages-section .pediatric-stages-list-numbered {
  list-style: none;
  padding: 0;
  margin: 2rem auto;
  counter-reset: number-counter;
  max-width: 40rem;
}
@media only screen and (max-width: 767.499px) {
  .pediatric-content .pediatric-stages-section .pediatric-stages-list-numbered {
    margin: 1.5rem auto 0;
    max-width: 100%;
  }
}
.pediatric-content .pediatric-stages-section .pediatric-stages-numbered-item {
  position: relative;
  padding-left: 2.5rem;
  margin-bottom: 1rem;
  font-size: 1.1rem;
  line-height: 1.6;
  color: #333;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  counter-increment: number-counter;
}
@media only screen and (max-width: 767.499px) {
  .pediatric-content .pediatric-stages-section .pediatric-stages-numbered-item {
    font-size: 1rem;
    margin-bottom: 0.8rem;
    padding-left: 2rem;
  }
}
.pediatric-content .pediatric-stages-section .pediatric-stages-numbered-item:before {
  content: counter(number-counter) ".";
  position: absolute;
  left: 0;
  top: 0;
  color: #50a166;
  font-weight: bold;
  font-size: 1.1rem;
  width: 1.5rem;
}
@media only screen and (max-width: 767.499px) {
  .pediatric-content .pediatric-stages-section .pediatric-stages-numbered-item:before {
    font-size: 1rem;
    width: 1.2rem;
  }
}
.pediatric-content .pediatric-stages-section .pediatric-stages-numbered-item:last-child {
  margin-bottom: 0;
}
.pediatric-content .pediatric-stages-section .pediatric-stages-highlight-text {
  font-size: 1.3rem;
  line-height: 1.6;
  color: #333;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 768px) {
  .pediatric-content .pediatric-stages-section .pediatric-stages-highlight-text {
    text-align: center;
  }
}
@media only screen and (max-width: 767.499px) {
  .pediatric-content .pediatric-stages-section .pediatric-stages-highlight-text {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
  }
}

.pediatric-features-section {
  padding: 5rem 0;
  background-color: #fff;
  position: relative;
}
@media only screen and (max-width: 767.499px) {
  .pediatric-features-section {
    padding: 3rem 0;
  }
}
.pediatric-features-section::before {
  content: "";
  position: absolute;
  top: -5rem;
  left: 0;
  width: 10rem;
  height: 100%;
  background: url("../../../template_theme/assets/img/top/leaves-left.png") no-repeat left top;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 767.499px) {
  .pediatric-features-section::before {
    width: 4.5rem;
    top: -2rem;
  }
}
.pediatric-features-section::after {
  content: "";
  position: absolute;
  top: -5rem;
  right: 0;
  width: 9rem;
  height: 100%;
  background: url("../../../template_theme/assets/img/top/leaves-right.png") no-repeat left top;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 767.499px) {
  .pediatric-features-section::after {
    width: 4rem;
    top: -2rem;
  }
}
.pediatric-features-section .section-container {
  position: relative;
  z-index: 2;
}
.pediatric-features-section .pediatric-stages-fulltext {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #333;
  margin-bottom: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
  width: 100%;
}
@media only screen and (max-width: 767.499px) {
  .pediatric-features-section .pediatric-stages-fulltext {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
  }
}
.pediatric-features-section .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #A0C421;
  margin-bottom: 4rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  justify-content: center;
  text-align: center;
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
}
.pediatric-features-section .section-title .section-title-en {
  font-size: 1.1rem;
  color: #6bb659;
  font-weight: 700;
  order: -1;
}
@media only screen and (max-width: 767.499px) {
  .pediatric-features-section .section-title {
    font-size: 1.44rem;
    gap: 0.5rem;
    margin-bottom: 2rem;
  }
  .pediatric-features-section .section-title .section-title-en {
    font-size: 1.1rem;
  }
}
.pediatric-features-section .pediatric-stages-wrap-wide {
  background-color: #fff;
  border: 2px solid #4caf50;
  border-radius: 1rem;
  padding: 2rem;
  max-width: 41.5rem;
  margin: 3rem auto;
  box-shadow: 0 4px 8px rgba(160, 196, 33, 0.1);
}
@media only screen and (max-width: 767.499px) {
  .pediatric-features-section .pediatric-stages-wrap-wide {
    margin: 2rem auto;
  }
}
.pediatric-features-section .pediatric-features-list {
  list-style: none;
  padding: 0;
}
.pediatric-features-section .pediatric-features-item {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 1.2rem;
  font-size: 1.1rem;
  line-height: 1.6;
  color: #333;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .pediatric-features-section .pediatric-features-item {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
}
.pediatric-features-section .pediatric-features-item:before {
  content: "•";
  position: absolute;
  left: 0;
  color: #50a166;
  font-weight: bold;
  font-size: 1.2rem;
}
.pediatric-features-section .pediatric-features-item:last-child {
  margin-bottom: 0;
}

.pediatric-qa-section {
  padding: 5rem 0;
  background-color: #f3f8e6;
  position: relative;
}
@media only screen and (max-width: 767.499px) {
  .pediatric-qa-section {
    padding: 3rem 0;
  }
}
.pediatric-qa-section .section-container {
  position: relative;
  z-index: 2;
}
.pediatric-qa-section .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #A0C421;
  margin-bottom: 4rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  justify-content: center;
  text-align: center;
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
}
.pediatric-qa-section .section-title .section-title-en {
  font-size: 1.1rem;
  color: #6bb659;
  font-weight: 700;
  order: -1;
}
@media only screen and (max-width: 767.499px) {
  .pediatric-qa-section .section-title {
    font-size: 1.44rem;
    gap: 0.5rem;
    margin-bottom: 2rem;
  }
  .pediatric-qa-section .section-title .section-title-en {
    font-size: 1.1rem;
  }
}
.pediatric-qa-section .qa-container {
  max-width: 68rem;
  margin: 0 auto;
  padding: 0 2rem;
}
@media only screen and (max-width: 767.499px) {
  .pediatric-qa-section .qa-container {
    padding: 0;
  }
}
.pediatric-qa-section .qa-item {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767.499px) {
  .pediatric-qa-section .qa-item {
    margin-bottom: 1.5rem;
  }
}
.pediatric-qa-section .qa-item:last-child {
  margin-bottom: 0;
}
.pediatric-qa-section .qa-question {
  background-color: #50891f;
  color: #fff;
  padding: 1rem 1.5rem;
  padding-left: 3rem;
  margin-bottom: 0;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.6;
  border-radius: 8px;
  position: relative;
}
@media only screen and (max-width: 767.499px) {
  .pediatric-qa-section .qa-question {
    padding: 0.8rem 0;
    padding-left: 3.5rem;
    font-size: 1rem;
  }
}
.pediatric-qa-section .qa-question::before {
  content: "Q";
  position: absolute;
  left: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  background-color: #fff;
  color: #50891f;
  font-size: 1.2rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 767.499px) {
  .pediatric-qa-section .qa-question::before {
    width: 1.8rem;
    height: 1.8rem;
    font-size: 1rem;
  }
}
.pediatric-qa-section .qa-answer {
  padding: 1.5rem 2rem 1.5rem 3rem;
  margin: 0;
  font-size: 1rem;
  color: #333;
  line-height: 1.8;
  position: relative;
}
@media only screen and (max-width: 767.499px) {
  .pediatric-qa-section .qa-answer {
    padding: 1.2rem 0.5rem 1.2rem 3rem;
    font-size: 0.9rem;
    line-height: 1.7;
  }
}
.pediatric-qa-section .qa-answer::before {
  content: "A";
  position: absolute;
  left: 0.5rem;
  top: 1.5rem;
  width: 2rem;
  height: 2rem;
  background-color: #6bb659;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 767.499px) {
  .pediatric-qa-section .qa-answer::before {
    width: 1.8rem;
    height: 1.8rem;
    font-size: 1rem;
    top: 1.2rem;
  }
}

.pediatric-ortho-content .pediatric-ortho-merit-item {
  margin-bottom: 3rem;
}
.pediatric-ortho-content .flex2-subtitle-with-circle {
  position: relative;
  margin: 1rem auto 0;
  padding: 0 0 0.8rem 3rem;
  color: #333;
  font-size: 1.3rem;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4;
}
@media only screen and (min-width: 768px) {
  .pediatric-ortho-content .flex2-subtitle-with-circle {
    margin: 1.5rem auto 0;
    font-size: 1.6rem;
    padding-left: 3.5rem;
  }
  .pediatric-ortho-content .flex2-subtitle-with-circle.left {
    margin: 1.5rem 0 1.2rem;
  }
}
.pediatric-ortho-content .flex2-subtitle-with-circle::before {
  position: absolute;
  content: attr(data-no);
  top: 0;
  left: 0;
  width: 2.2rem;
  height: 2.2rem;
  color: #fff;
  font-size: 1.1rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  background: #50a166 !important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .pediatric-ortho-content .flex2-subtitle-with-circle::before {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.2rem;
  }
}
.pediatric-ortho-content .flex2-col-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.pediatric-ortho-content .pediatric-ortho-question {
  font-size: 1.4rem;
  font-weight: 600;
  color: #50a166;
  margin: 2.5rem 0 1rem;
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
}
@media only screen and (max-width: 767.499px) {
  .pediatric-ortho-content .pediatric-ortho-question {
    font-size: 1.1rem;
    margin: 2rem 0 0.8rem;
    line-height: 1.3;
  }
}
.pediatric-ortho-content .pediatric-ortho-question.next {
  padding-top: 1rem;
}
.pediatric-ortho-content .pediatric-ortho-image {
  text-align: center;
  margin: 3rem 0;
}
@media only screen and (max-width: 767.499px) {
  .pediatric-ortho-content .pediatric-ortho-image {
    margin: 2rem 0;
  }
}
.pediatric-ortho-content .pediatric-ortho-image picture {
  display: inline-block;
  max-width: 100%;
}
.pediatric-ortho-content .pediatric-ortho-image img {
  width: 100%;
  max-width: 40rem;
  height: auto;
  border-radius: 0.5rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 767.499px) {
  .pediatric-ortho-content .pediatric-ortho-image img {
    max-width: 100%;
  }
}
.pediatric-ortho-content .pediatric-ortho-image.small {
  margin: 2rem 0;
}
@media only screen and (max-width: 767.499px) {
  .pediatric-ortho-content .pediatric-ortho-image.small {
    margin: 1.5rem 0;
  }
}
.pediatric-ortho-content .pediatric-ortho-image.small picture {
  max-width: 25rem;
}
@media only screen and (max-width: 767.499px) {
  .pediatric-ortho-content .pediatric-ortho-image.small picture {
    max-width: 100%;
  }
}
.pediatric-ortho-content .section-container {
  width: 100%;
  max-width: 71rem;
  margin: 0 auto;
  padding: 0 1.2rem;
}
.pediatric-ortho-content .section-container-demerit {
  font-size: 1.4rem;
  font-weight: bold;
  border-bottom: #2e7d32 0.125rem solid;
  line-height: 1.7;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
@media only screen and (max-width: 767.499px) {
  .pediatric-ortho-content .section-container-demerit {
    font-size: 1.125rem;
    border-bottom: #2e7d32 0.0625rem solid;
    line-height: 1.5;
    margin-bottom: 1.5rem;
  }
}
.pediatric-ortho-content .pediatric-ortho-concerns-section {
  padding: 5rem 0 1rem;
  background-color: #fff;
}
@media only screen and (max-width: 767.499px) {
  .pediatric-ortho-content .pediatric-ortho-concerns-section {
    padding: 1rem 0 0;
  }
}
.pediatric-ortho-content .pediatric-ortho-concerns-section .pediatric-ortho-concerns-content {
  margin: 2rem auto;
  text-align: center;
  background: linear-gradient(135deg, #f0fff0 0%, #e8f5e8 100%);
  border: 0.125rem solid #4caf50;
  border-right: 0.5rem solid #2e7d32;
  border-bottom: 0.5rem solid #2e7d32;
  border-radius: 1.2rem;
  padding: 0 2rem;
  max-width: 36rem;
  position: relative;
}
.pediatric-ortho-content .pediatric-ortho-concerns-section .pediatric-ortho-concerns-content::before {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  background: linear-gradient(45deg, #4caf50, #66bb6a, #4caf50);
  border-radius: 1.3rem;
  z-index: -1;
  opacity: 0.1;
}
@media only screen and (max-width: 767.499px) {
  .pediatric-ortho-content .pediatric-ortho-concerns-section .pediatric-ortho-concerns-content {
    max-width: 100%;
    text-align: left;
    padding: 2rem 1.5rem;
    border-radius: 1rem;
    border-left-width: 6px;
  }
  .pediatric-ortho-content .pediatric-ortho-concerns-section .pediatric-ortho-concerns-content::before {
    border-radius: 1.1rem;
  }
}
.pediatric-ortho-content .pediatric-ortho-concerns-section .pediatric-stages-list {
  list-style: none;
  padding: 0;
  margin: 2rem auto;
}
@media only screen and (max-width: 767.499px) {
  .pediatric-ortho-content .pediatric-ortho-concerns-section .pediatric-stages-list {
    width: 100%;
    margin: 1.5rem auto;
  }
}
.pediatric-ortho-content .pediatric-ortho-concerns-section .pediatric-stages-item {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 1rem;
  font-size: 1.1rem;
  line-height: 1.6;
  color: #333;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
}
@media only screen and (max-width: 767.499px) {
  .pediatric-ortho-content .pediatric-ortho-concerns-section .pediatric-stages-item {
    font-size: 1rem;
    margin-bottom: 0.8rem;
  }
}
.pediatric-ortho-content .pediatric-ortho-concerns-section .pediatric-stages-item:before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
  color: #4caf50;
  font-weight: bold;
  font-size: 1rem;
}
@media only screen and (max-width: 767.499px) {
  .pediatric-ortho-content .pediatric-ortho-concerns-section .pediatric-stages-item:before {
    font-size: 0.9rem;
  }
}
.pediatric-ortho-content .pediatric-ortho-concerns-section .pediatric-stages-fulltext {
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.7;
  color: #333;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 767.499px) {
  .pediatric-ortho-content .pediatric-ortho-concerns-section .pediatric-stages-fulltext {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1.2rem;
  }
}
.pediatric-ortho-content .pediatric-ortho-concerns-section .pediatric-stages-fulltext:last-child {
  margin-bottom: 0;
}
.pediatric-ortho-content .pediatric-ortho-concerns-section .pediatric-ortho-warning-text {
  margin-top: 3rem;
}
@media only screen and (max-width: 767.499px) {
  .pediatric-ortho-content .pediatric-ortho-concerns-section .pediatric-ortho-warning-text {
    margin-top: 2rem;
  }
}
.pediatric-ortho-content .pediatric-ortho-concerns-section .pediatric-ortho-warning-text .pediatric-stages-fulltext {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #333;
  margin-bottom: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  width: 100%;
}
@media only screen and (max-width: 767.499px) {
  .pediatric-ortho-content .pediatric-ortho-concerns-section .pediatric-ortho-warning-text .pediatric-stages-fulltext {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    text-align: left;
  }
}
.pediatric-ortho-content .pediatric-ortho-demerit-section {
  padding: 0 0 5rem;
  background-color: #fff;
}
@media only screen and (max-width: 767.499px) {
  .pediatric-ortho-content .pediatric-ortho-demerit-section {
    padding: 3rem 0;
  }
}
.pediatric-ortho-content .pediatric-ortho-demerit-section .pediatric-ortho-warning-text {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 767.499px) {
  .pediatric-ortho-content .pediatric-ortho-demerit-section .pediatric-ortho-warning-text {
    margin-bottom: 2rem;
  }
}
.pediatric-ortho-content .pediatric-ortho-demerit-section .pediatric-ortho-warning-text .pediatric-stages-fulltext {
  font-size: 1.3rem;
  line-height: 1.7;
  color: #333;
  margin-bottom: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  width: 100%;
  font-weight: 500;
}
@media only screen and (max-width: 767.499px) {
  .pediatric-ortho-content .pediatric-ortho-demerit-section .pediatric-ortho-warning-text .pediatric-stages-fulltext {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    text-align: left;
  }
}
.pediatric-ortho-content .pediatric-ortho-demerit-section .pediatric-ortho-warning-text .pediatric-stages-fulltext .pediatric-ortho-inline-image {
  display: flex;
  /* text-align: center; */
  margin: 1.5rem 0;
  justify-content: center;
}
@media only screen and (max-width: 767.499px) {
  .pediatric-ortho-content .pediatric-ortho-demerit-section .pediatric-ortho-warning-text .pediatric-stages-fulltext .pediatric-ortho-inline-image {
    margin: 1.2rem 0;
  }
}
.pediatric-ortho-content .pediatric-ortho-demerit-section .pediatric-ortho-warning-text .pediatric-stages-fulltext .pediatric-ortho-inline-image img {
  width: 28rem;
  height: auto;
  border-radius: 0.6rem;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 767.499px) {
  .pediatric-ortho-content .pediatric-ortho-demerit-section .pediatric-ortho-warning-text .pediatric-stages-fulltext .pediatric-ortho-inline-image img {
    width: 100%;
    max-width: 20rem;
    border-radius: 0.5rem;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  }
}
.pediatric-ortho-content .pediatric-ortho-demerit-section .pediatric-ortho-demerit-flex {
  margin-bottom: 3rem;
}
@media only screen and (min-width: 768px) {
  .pediatric-ortho-content .pediatric-ortho-demerit-section .pediatric-ortho-demerit-flex {
    gap: 6%;
  }
}
@media only screen and (max-width: 767.499px) {
  .pediatric-ortho-content .pediatric-ortho-demerit-section .pediatric-ortho-demerit-flex {
    margin-bottom: 2rem;
  }
}
.pediatric-ortho-content .pediatric-ortho-demerit-section .pediatric-ortho-demerit-flex .pediatric-ortho-demerit-col-left {
  background-color: #fff;
  border: 2px solid #4caf50;
  border-radius: 1rem;
  padding: 2rem;
  box-shadow: 0 4px 8px rgba(160, 196, 33, 0.1);
}
@media only screen and (min-width: 768px) {
  .pediatric-ortho-content .pediatric-ortho-demerit-section .pediatric-ortho-demerit-flex .pediatric-ortho-demerit-col-left {
    width: 58%;
  }
}
@media only screen and (max-width: 767.499px) {
  .pediatric-ortho-content .pediatric-ortho-demerit-section .pediatric-ortho-demerit-flex .pediatric-ortho-demerit-col-left {
    padding: 1.5rem;
    border-radius: 0.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .pediatric-ortho-content .pediatric-ortho-demerit-section .pediatric-ortho-demerit-flex .pediatric-ortho-demerit-col-right {
    width: 36%;
    display: flex;
    align-items: center;
  }
}
.pediatric-ortho-content .pediatric-ortho-demerit-section .pediatric-stages-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 767.499px) {
  .pediatric-ortho-content .pediatric-ortho-demerit-section .pediatric-stages-list {
    margin-bottom: 1.5rem;
  }
}
.pediatric-ortho-content .pediatric-ortho-demerit-section .pediatric-stages-item {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 1rem;
  font-size: 1.1rem;
  line-height: 1.6;
  color: #333;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .pediatric-ortho-content .pediatric-ortho-demerit-section .pediatric-stages-item {
    font-size: 1rem;
    margin-bottom: 0.8rem;
  }
}
.pediatric-ortho-content .pediatric-ortho-demerit-section .pediatric-stages-item:before {
  content: "•";
  position: absolute;
  left: 0;
  top: -6%;
  color: #50a166;
  font-weight: bold;
  font-size: 1.2rem;
}
.pediatric-ortho-content .pediatric-ortho-demerit-section .pediatric-ortho-demerit-col-right picture {
  display: block;
  width: 100%;
}
.pediatric-ortho-content .pediatric-ortho-demerit-section .pediatric-ortho-demerit-col-right picture img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}
.pediatric-ortho-content .pediatric-ortho-demerit-section .pediatric-ortho-explanation .pediatric-stages-fulltext {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #333;
  margin-bottom: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
  width: 100%;
}
@media only screen and (max-width: 767.499px) {
  .pediatric-ortho-content .pediatric-ortho-demerit-section .pediatric-ortho-explanation .pediatric-stages-fulltext {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1rem;
  }
}
.pediatric-ortho-content .pediatric-ortho-expansion-merit {
  padding: 3rem 0 5rem;
}
@media only screen and (max-width: 767.499px) {
  .pediatric-ortho-content .pediatric-ortho-expansion-merit {
    padding: 0 0 4rem;
  }
}
.pediatric-ortho-content .pediatric-ortho-devices-section {
  padding: 5rem 0;
  background-color: #f3f8e6;
  position: relative;
}
@media only screen and (max-width: 767.499px) {
  .pediatric-ortho-content .pediatric-ortho-devices-section {
    padding: 3rem 0;
  }
}
.pediatric-ortho-content .pediatric-ortho-devices-section .section-container {
  position: relative;
  z-index: 2;
}
.pediatric-ortho-content .pediatric-ortho-devices-section .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #A0C421;
  margin-bottom: 4rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  justify-content: center;
  text-align: center;
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
}
.pediatric-ortho-content .pediatric-ortho-devices-section .section-title .section-title-en {
  font-size: 1.1rem;
  color: #6bb659;
  font-weight: 700;
  order: -1;
}
@media only screen and (max-width: 767.499px) {
  .pediatric-ortho-content .pediatric-ortho-devices-section .section-title {
    font-size: 1.44rem;
    gap: 0.5rem;
    margin-bottom: 2rem;
  }
  .pediatric-ortho-content .pediatric-ortho-devices-section .section-title .section-title-en {
    font-size: 1.1rem;
  }
}
.pediatric-ortho-content .pediatric-ortho-devices-section::before {
  content: "";
  position: absolute;
  top: -5rem;
  left: 0;
  width: 10rem;
  height: 100%;
  background: url("../../../template_theme/assets/img/top/leaves-left.png") no-repeat left top;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 767.499px) {
  .pediatric-ortho-content .pediatric-ortho-devices-section::before {
    width: 4.5rem;
    top: -2rem;
  }
}
.pediatric-ortho-content .pediatric-ortho-devices-section::after {
  content: "";
  position: absolute;
  top: -5rem;
  right: 0;
  width: 9rem;
  height: 100%;
  background: url("../../../template_theme/assets/img/top/leaves-right.png") no-repeat right top;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 767.499px) {
  .pediatric-ortho-content .pediatric-ortho-devices-section::after {
    width: 4rem;
    top: -2rem;
  }
}
.pediatric-ortho-content .pediatric-ortho-devices-section .pediatric-ortho-device-vkids {
  margin-top: 2rem;
}
@media only screen and (max-width: 767.499px) {
  .pediatric-ortho-content .pediatric-ortho-devices-section .pediatric-ortho-device-vkids {
    margin-top: 1.5rem;
  }
}
.pediatric-ortho-content .pediatric-ortho-devices-section .pediatric-ortho-device-vkids .pediatric-ortho-inline-image {
  display: flex;
  /* text-align: center; */
  margin: 1.5rem 0;
  justify-content: center;
}
@media only screen and (max-width: 767.499px) {
  .pediatric-ortho-content .pediatric-ortho-devices-section .pediatric-ortho-device-vkids .pediatric-ortho-inline-image {
    margin: 1.2rem 0;
  }
}
.pediatric-ortho-content .pediatric-ortho-devices-section .pediatric-ortho-device-vkids .pediatric-ortho-inline-image img {
  width: 35rem;
  height: auto;
  border-radius: 0.6rem;
  box-shadow: 0 0.1875rem 0.625rem rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 767.499px) {
  .pediatric-ortho-content .pediatric-ortho-devices-section .pediatric-ortho-device-vkids .pediatric-ortho-inline-image img {
    width: 100%;
    max-width: 20rem;
    border-radius: 0.5rem;
    box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.08);
  }
}
.pediatric-ortho-content .pediatric-ortho-devices-section .pediatric-ortho-device-adaptation {
  font-size: 1.3rem;
  font-weight: 600;
  color: #333;
  margin: 1rem 0 2rem;
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
  padding-left: 3rem;
}
@media only screen and (max-width: 767.499px) {
  .pediatric-ortho-content .pediatric-ortho-devices-section .pediatric-ortho-device-adaptation {
    font-size: 1.1rem;
    margin: 0.8rem 0 1.5rem;
    padding-left: 1rem;
  }
}
.pediatric-ortho-content .pediatric-ortho-devices-section .pediatric-ortho-device-subheading {
  position: relative;
  margin: 2rem 0 1rem;
  padding: 0 0 0.5em 0;
  color: #333;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.6;
  text-align: left;
  border-bottom: 1px solid #50a166;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .pediatric-ortho-content .pediatric-ortho-devices-section .pediatric-ortho-device-subheading {
    font-size: 1.2rem;
    margin: 1.5rem 0 0.8rem;
  }
}
.pediatric-ortho-content .pediatric-ortho-devices-section .pediatric-ortho-device-content {
  margin-top: 2rem;
}
@media only screen and (max-width: 767.499px) {
  .pediatric-ortho-content .pediatric-ortho-devices-section .pediatric-ortho-device-content {
    margin-top: 1.5rem;
  }
}
.pediatric-ortho-content .pediatric-ortho-devices-section .pediatric-ortho-device-content .pediatric-stages-fulltext {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #333;
  margin-bottom: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
  width: 100%;
}
@media only screen and (max-width: 767.499px) {
  .pediatric-ortho-content .pediatric-ortho-devices-section .pediatric-ortho-device-content .pediatric-stages-fulltext {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
  }
}
.pediatric-ortho-content .pediatric-ortho-devices-section .pediatric-ortho-symptoms-content,
.pediatric-ortho-content .pediatric-ortho-devices-section .pediatric-ortho-growth-content {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 767.499px) {
  .pediatric-ortho-content .pediatric-ortho-devices-section .pediatric-ortho-symptoms-content,
  .pediatric-ortho-content .pediatric-ortho-devices-section .pediatric-ortho-growth-content {
    margin-bottom: 2rem;
  }
}
.pediatric-ortho-content .pediatric-ortho-devices-section .pediatric-ortho-symptoms-content .pediatric-stages-list,
.pediatric-ortho-content .pediatric-ortho-devices-section .pediatric-ortho-growth-content .pediatric-stages-list {
  border: 2px solid #4caf50;
  border-radius: 1rem;
  padding: 2rem;
  box-shadow: 0 4px 8px rgba(160, 196, 33, 0.1);
  display: inline-block;
  margin-top: 0;
}
@media only screen and (max-width: 767.499px) {
  .pediatric-ortho-content .pediatric-ortho-devices-section .pediatric-ortho-symptoms-content .pediatric-stages-list,
  .pediatric-ortho-content .pediatric-ortho-devices-section .pediatric-ortho-growth-content .pediatric-stages-list {
    padding: 1.5rem;
    border-radius: 0.8rem;
    display: block;
  }
}
.pediatric-ortho-content .pediatric-ortho-devices-section .pediatric-stages-list {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0;
}
.pediatric-ortho-content .pediatric-ortho-devices-section .pediatric-stages-list .pediatric-stages-item {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 1rem;
  font-size: 1.1rem;
  line-height: 1.6;
  color: #333;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .pediatric-ortho-content .pediatric-ortho-devices-section .pediatric-stages-list .pediatric-stages-item {
    font-size: 1rem;
    margin-bottom: 0.8rem;
  }
}
.pediatric-ortho-content .pediatric-ortho-devices-section .pediatric-stages-list .pediatric-stages-item:before {
  content: "•";
  position: absolute;
  left: 0;
  top: -6%;
  color: #50a166;
  font-weight: bold;
  font-size: 1.2rem;
}
.pediatric-ortho-content .pediatric-ortho-devices-section .pediatric-ortho-detail-button {
  text-align: center;
  margin: 3rem 0 0;
  font-family: "Noto Sans JP", sans-serif;
  width: 25rem;
  margin: auto;
}
@media only screen and (max-width: 767.499px) {
  .pediatric-ortho-content .pediatric-ortho-devices-section .pediatric-ortho-detail-button {
    margin: 2rem 0 0;
    width: 100%;
  }
}
.pediatric-ortho-content .pediatric-ortho-devices-section .pediatric-ortho-detail-button .common-btn {
  padding: 1rem 2rem;
  font-size: 1rem;
}
@media only screen and (max-width: 767.499px) {
  .pediatric-ortho-content .pediatric-ortho-devices-section .pediatric-ortho-detail-button .common-btn {
    padding: 0.8rem 1.5rem;
    font-size: 0.9rem;
  }
}
.pediatric-ortho-content .pediatric-ortho-mouthpiece-section {
  padding: 5rem 0;
  background-color: #fff;
  position: relative;
}
@media only screen and (max-width: 767.499px) {
  .pediatric-ortho-content .pediatric-ortho-mouthpiece-section {
    padding: 3rem 0;
  }
}
.pediatric-ortho-content .pediatric-ortho-mouthpiece-section::before {
  content: "";
  position: absolute;
  top: -5rem;
  left: 0;
  width: 10rem;
  height: 100%;
  background: url("../../../template_theme/assets/img/top/leaves-left.png") no-repeat left top;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 767.499px) {
  .pediatric-ortho-content .pediatric-ortho-mouthpiece-section::before {
    width: 4.5rem;
    top: -2rem;
  }
}
.pediatric-ortho-content .pediatric-ortho-mouthpiece-section::after {
  content: "";
  position: absolute;
  top: -5rem;
  right: 0;
  width: 9rem;
  height: 100%;
  background: url("../../../template_theme/assets/img/top/leaves-right.png") no-repeat right top;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 767.499px) {
  .pediatric-ortho-content .pediatric-ortho-mouthpiece-section::after {
    width: 4rem;
    top: -2rem;
  }
}
.pediatric-ortho-content .pediatric-ortho-mouthpiece-section .section-container {
  position: relative;
  z-index: 2;
}
.pediatric-ortho-content .pediatric-ortho-mouthpiece-section .pediatric-ortho-mouthpiece-explanation {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767.499px) {
  .pediatric-ortho-content .pediatric-ortho-mouthpiece-section .pediatric-ortho-mouthpiece-explanation {
    margin-bottom: 3rem;
  }
}
.pediatric-ortho-content .pediatric-ortho-mouthpiece-section .pediatric-ortho-pre-correction-content {
  margin: 4rem 0;
  text-align: center;
}
@media only screen and (max-width: 767.499px) {
  .pediatric-ortho-content .pediatric-ortho-mouthpiece-section .pediatric-ortho-pre-correction-content {
    margin: 3rem 0;
    text-align: left;
  }
}
.pediatric-ortho-content .pediatric-ortho-mouthpiece-section .pediatric-ortho-pre-correction-content .pediatric-stages-fulltext {
  font-size: 1.2rem;
  line-height: 1.7;
  margin: 0;
}
@media only screen and (max-width: 767.499px) {
  .pediatric-ortho-content .pediatric-ortho-mouthpiece-section .pediatric-ortho-pre-correction-content .pediatric-stages-fulltext {
    font-size: 1.1rem;
    line-height: 1.6;
  }
}
.pediatric-ortho-content .pediatric-ortho-mouthpiece-section .pediatric-ortho-training-mouthpiece {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767.499px) {
  .pediatric-ortho-content .pediatric-ortho-mouthpiece-section .pediatric-ortho-training-mouthpiece {
    margin-bottom: 2rem;
  }
}
.pediatric-ortho-content .pediatric-ortho-mouthpiece-section .pediatric-ortho-training-effects-content {
  margin-top: 3rem;
  text-align: center;
}
@media only screen and (max-width: 767.499px) {
  .pediatric-ortho-content .pediatric-ortho-mouthpiece-section .pediatric-ortho-training-effects-content {
    margin-top: 2rem;
    text-align: left;
  }
}
.pediatric-ortho-content .pediatric-ortho-mouthpiece-section .pediatric-stages-fulltext {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #333;
  margin-bottom: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
  width: 100%;
}
.pediatric-ortho-content .pediatric-ortho-mouthpiece-section .pediatric-stages-fulltext li {
  padding-left: 1rem;
  position: relative;
}
.pediatric-ortho-content .pediatric-ortho-mouthpiece-section .pediatric-stages-fulltext li:before {
  content: "•";
  position: absolute;
  left: 0;
  top: -6%;
  color: #50a166;
  font-weight: bold;
  font-size: 1.2rem;
}
@media only screen and (max-width: 767.499px) {
  .pediatric-ortho-content .pediatric-ortho-mouthpiece-section .pediatric-stages-fulltext {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1rem;
  }
}
.pediatric-ortho-content .pediatric-ortho-mouthpiece-section .pediatric-stages-fulltext:last-child {
  margin-bottom: 0;
}
.pediatric-ortho-content .pediatric-ortho-expansion-section {
  padding: 5rem 0;
  background-color: #f3f8e6;
  position: relative;
}
@media only screen and (max-width: 767.499px) {
  .pediatric-ortho-content .pediatric-ortho-expansion-section {
    padding: 3rem 0;
  }
}
.pediatric-ortho-content .pediatric-ortho-expansion-section::before {
  content: "";
  position: absolute;
  top: -5rem;
  left: 0;
  width: 10rem;
  height: 100%;
  background: url("../../../template_theme/assets/img/top/leaves-left.png") no-repeat left top;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 767.499px) {
  .pediatric-ortho-content .pediatric-ortho-expansion-section::before {
    width: 4.5rem;
    top: -2rem;
  }
}
.pediatric-ortho-content .pediatric-ortho-expansion-section::after {
  content: "";
  position: absolute;
  top: -5rem;
  right: 0;
  width: 9rem;
  height: 100%;
  background: url("../../../template_theme/assets/img/top/leaves-right.png") no-repeat right top;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 767.499px) {
  .pediatric-ortho-content .pediatric-ortho-expansion-section::after {
    width: 4rem;
    top: -2rem;
  }
}
.pediatric-ortho-content .pediatric-ortho-expansion-section .section-container {
  position: relative;
  z-index: 2;
}

.pediatric-ortho-content .pediatric-stages-fulltext {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #333;
  margin-bottom: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
  width: 100%;
}
@media only screen and (max-width: 767.499px) {
  .pediatric-ortho-content .pediatric-stages-fulltext {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1rem;
  }
}
.pediatric-ortho-content .pediatric-stages-fulltext:last-child {
  margin-bottom: 0;
}

.pediatric-ortho-content .pediatric-ortho-question {
  font-size: 1.4rem;
  font-weight: 600;
  color: #50a166;
  margin: 2.5rem 0 1rem;
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
}
@media only screen and (max-width: 767.499px) {
  .pediatric-ortho-content .pediatric-ortho-question {
    font-size: 1.1rem;
    margin: 2rem 0 0.8rem;
    line-height: 1.3;
  }
}
.pediatric-ortho-content .pediatric-ortho-question.next {
  padding-top: 1rem;
}

.pediatric-ortho-content .pediatric-ortho-image {
  text-align: center;
  margin: 3rem 0;
}
@media only screen and (max-width: 767.499px) {
  .pediatric-ortho-content .pediatric-ortho-image {
    margin: 2rem 0;
  }
}
.pediatric-ortho-content .pediatric-ortho-image picture {
  display: inline-block;
  max-width: 100%;
}
.pediatric-ortho-content .pediatric-ortho-image img {
  width: 100%;
  max-width: 40rem;
  height: auto;
  border-radius: 0.5rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 767.499px) {
  .pediatric-ortho-content .pediatric-ortho-image img {
    max-width: 100%;
  }
}
.pediatric-ortho-content .pediatric-ortho-image.small {
  margin: 2rem 0;
}
@media only screen and (max-width: 767.499px) {
  .pediatric-ortho-content .pediatric-ortho-image.small {
    margin: 1.5rem 0;
  }
}
.pediatric-ortho-content .pediatric-ortho-image.small picture {
  max-width: 25rem;
}
@media only screen and (max-width: 767.499px) {
  .pediatric-ortho-content .pediatric-ortho-image.small picture {
    max-width: 100%;
  }
}

.pediatric-ortho-merit-section {
  background: #fff;
  padding: 5rem 0;
}
.pediatric-ortho-merit-section .section-container {
  max-width: 71rem;
  margin: 0 auto;
  padding: 0 1.2rem;
}
.pediatric-ortho-merit-section .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #A0C421;
  margin-bottom: 4rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  justify-content: center;
  text-align: center;
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
}
.pediatric-ortho-merit-section .section-title .section-title-en {
  font-size: 1.1rem;
  color: #6bb659;
  font-weight: 700;
  order: -1;
}
@media only screen and (max-width: 767.499px) {
  .pediatric-ortho-merit-section .section-title {
    font-size: 1.44rem;
    gap: 0.5rem;
    margin-bottom: 2rem;
  }
  .pediatric-ortho-merit-section .section-title .section-title-en {
    font-size: 1.1rem;
  }
}
.pediatric-ortho-merit-section .flex2-subtitle-with-circle::after {
  position: absolute;
  content: "";
  top: -1.2rem;
  left: -0.75rem;
  width: 3.7rem;
  height: 1rem;
  background: url("../../assets/img/pediatric/merit-icon.svg") no-repeat center center;
  background-size: contain;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .pediatric-ortho-merit-section .flex2-subtitle-with-circle::after {
    top: -2rem;
    left: -1.3rem;
    width: 5rem;
    height: 2.1rem;
  }
}
.pediatric-ortho-merit-section .flex2-subtitle-with-circle[data-no="5"]::after {
  background: url("../../assets/img/pediatric/demerit-icon.svg") no-repeat center center;
  background-size: contain;
}

.pediatric-ortho-case-section {
  background: #fff;
  padding: 5rem 0;
}
.pediatric-ortho-case-section .section-container {
  max-width: 71rem;
  margin: 0 auto;
  padding: 0 1.2rem;
}
.pediatric-ortho-case-section .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #A0C421;
  margin-bottom: 4rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  justify-content: center;
  text-align: center;
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
}
.pediatric-ortho-case-section .section-title .section-title-en {
  font-size: 1.1rem;
  color: #6bb659;
  font-weight: 700;
  order: -1;
}
@media only screen and (max-width: 767.499px) {
  .pediatric-ortho-case-section .section-title {
    font-size: 1.44rem;
    gap: 0.5rem;
    margin-bottom: 2rem;
  }
  .pediatric-ortho-case-section .section-title .section-title-en {
    font-size: 1.1rem;
  }
}

.pediatric-ortho-qa-section {
  padding: 5rem 0;
  background-color: #f3f8e6;
  position: relative;
}
@media only screen and (max-width: 767.499px) {
  .pediatric-ortho-qa-section {
    padding: 3rem 0;
  }
}
.pediatric-ortho-qa-section::before {
  content: "";
  position: absolute;
  top: -5rem;
  left: 0;
  width: 10rem;
  height: 100%;
  background: url("../../../template_theme/assets/img/top/leaves-left.png") no-repeat left top;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 767.499px) {
  .pediatric-ortho-qa-section::before {
    width: 4.5rem;
    top: -2rem;
  }
}
.pediatric-ortho-qa-section::after {
  content: "";
  position: absolute;
  top: -5rem;
  right: 0;
  width: 9rem;
  height: 100%;
  background: url("../../../template_theme/assets/img/top/leaves-right.png") no-repeat right top;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 767.499px) {
  .pediatric-ortho-qa-section::after {
    width: 4rem;
    top: -2rem;
  }
}
.pediatric-ortho-qa-section .section-container {
  position: relative;
  z-index: 2;
}
.pediatric-ortho-qa-section .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #A0C421;
  margin-bottom: 4rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  justify-content: center;
  text-align: center;
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
}
.pediatric-ortho-qa-section .section-title .section-title-en {
  font-size: 1.1rem;
  color: #6bb659;
  font-weight: 700;
  order: -1;
}
@media only screen and (max-width: 767.499px) {
  .pediatric-ortho-qa-section .section-title {
    font-size: 1.44rem;
    gap: 0.5rem;
    margin-bottom: 2rem;
  }
  .pediatric-ortho-qa-section .section-title .section-title-en {
    font-size: 1.1rem;
  }
}
.pediatric-ortho-qa-section .qa-container {
  max-width: 68rem;
  margin: 0 auto;
  padding: 0 2rem;
}
@media only screen and (max-width: 767.499px) {
  .pediatric-ortho-qa-section .qa-container {
    padding: 0;
  }
}
.pediatric-ortho-qa-section .qa-item {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767.499px) {
  .pediatric-ortho-qa-section .qa-item {
    margin-bottom: 1.5rem;
  }
}
.pediatric-ortho-qa-section .qa-item:last-child {
  margin-bottom: 0;
}
.pediatric-ortho-qa-section .qa-question {
  background-color: #50891f;
  color: #fff;
  padding: 1rem 1.5rem;
  padding-left: 3rem;
  margin-bottom: 0;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.6;
  border-radius: 8px;
  position: relative;
}
@media only screen and (max-width: 767.499px) {
  .pediatric-ortho-qa-section .qa-question {
    padding: 0.8rem 0;
    padding-left: 3.5rem;
    font-size: 1rem;
  }
}
.pediatric-ortho-qa-section .qa-question::before {
  content: "Q";
  position: absolute;
  left: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  background-color: #fff;
  color: #50891f;
  font-size: 1.2rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 767.499px) {
  .pediatric-ortho-qa-section .qa-question::before {
    width: 1.8rem;
    height: 1.8rem;
    font-size: 1rem;
  }
}
.pediatric-ortho-qa-section .qa-answer {
  padding: 1.5rem 2rem 1.5rem 3rem;
  margin: 0;
  font-size: 1rem;
  color: #333;
  line-height: 1.8;
  position: relative;
}
@media only screen and (max-width: 767.499px) {
  .pediatric-ortho-qa-section .qa-answer {
    padding: 1.2rem 0.5rem 1.2rem 3rem;
    font-size: 0.9rem;
    line-height: 1.7;
  }
}
.pediatric-ortho-qa-section .qa-answer::before {
  content: "A";
  position: absolute;
  left: 0.5rem;
  top: 1.5rem;
  width: 2rem;
  height: 2rem;
  background-color: #6bb659;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 767.499px) {
  .pediatric-ortho-qa-section .qa-answer::before {
    width: 1.8rem;
    height: 1.8rem;
    font-size: 1rem;
    top: 1.2rem;
  }
}

.dentures-content .section-container {
  width: 100%;
  max-width: 71rem;
  margin: 0 auto;
  padding: 0 1.2rem;
}
.dentures-content .dentures-main-title-section {
  padding: 5rem 0 1rem;
  background-color: #fff;
}
@media only screen and (max-width: 767.499px) {
  .dentures-content .dentures-main-title-section {
    padding: 1rem 0 0;
  }
}
.dentures-content .dentures-main-title-section .dentures-main-title-content {
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 767.499px) {
  .dentures-content .dentures-main-title-section .dentures-main-title-content {
    max-width: 100%;
    text-align: left;
  }
}
.dentures-content .dentures-explanation-section {
  padding: 0 0 5rem;
  background-color: #fff;
}
@media only screen and (max-width: 767.499px) {
  .dentures-content .dentures-explanation-section {
    padding: 3rem 0;
  }
}
.dentures-content .dentures-explanation-section .dentures-explanation-content {
  max-width: 68rem;
  margin: 0 auto;
}
.dentures-content .dentures-explanation-section .dentures-fulltext {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #333;
  margin-bottom: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
  width: 100%;
}
@media only screen and (max-width: 767.499px) {
  .dentures-content .dentures-explanation-section .dentures-fulltext {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1rem;
  }
}
.dentures-content .dentures-explanation-section .dentures-fulltext:last-child {
  margin-bottom: 0;
}

.dentures-type-section {
  background: #fff;
  padding: 5rem 0;
  position: relative;
}
.dentures-type-section::before {
  content: "";
  position: absolute;
  top: -5rem;
  left: 0;
  width: 10rem;
  height: 100%;
  background: url("../../../template_theme/assets/img/top/leaves-left.png") no-repeat left top;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 767.499px) {
  .dentures-type-section::before {
    width: 4.5rem;
    top: -2rem;
  }
}
.dentures-type-section::after {
  content: "";
  position: absolute;
  top: -5rem;
  right: 0;
  width: 9rem;
  height: 100%;
  background: url("../../../template_theme/assets/img/top/leaves-right.png") no-repeat right top;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 767.499px) {
  .dentures-type-section::after {
    width: 4rem;
    top: -2rem;
  }
}
.dentures-type-section .section-container {
  position: relative;
  z-index: 2;
  max-width: 71rem;
  margin: 0 auto;
  padding: 0 1.2rem;
}
.dentures-type-section .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #A0C421;
  margin-bottom: 4rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  justify-content: center;
  text-align: center;
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
}
.dentures-type-section .section-title .section-title-en {
  font-size: 1.1rem;
  color: #6bb659;
  font-weight: 700;
  order: -1;
}
@media only screen and (max-width: 767.499px) {
  .dentures-type-section .section-title {
    font-size: 1.44rem;
    gap: 0.5rem;
    margin-bottom: 2rem;
  }
  .dentures-type-section .section-title .section-title-en {
    font-size: 1.1rem;
  }
}
.dentures-type-section .dentures-type-flex {
  display: flex;
  align-items: flex-start;
  gap: 3rem;
}
@media only screen and (min-width: 768px) {
  .dentures-type-section .dentures-type-flex {
    margin-bottom: 5rem;
  }
}
.dentures-type-section .dentures-type-flex.next {
  margin-bottom: 0;
}
@media only screen and (max-width: 767.499px) {
  .dentures-type-section .dentures-type-flex {
    flex-direction: column;
    gap: 0;
  }
}
.dentures-type-section .dentures-type-text {
  flex: 1 1 0;
  min-width: 0;
}
.dentures-type-section .dentures-type-subtitle {
  font-size: 1.5rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  padding-bottom: 1rem;
  border-bottom: 3px solid #6bb659;
}
@media only screen and (max-width: 767.499px) {
  .dentures-type-section .dentures-type-subtitle {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
    padding-bottom: 0.8rem;
    border-bottom-width: 2px;
  }
}
.dentures-type-section .dentures-type-desc {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 0;
  text-align: left;
}
@media only screen and (max-width: 767.499px) {
  .dentures-type-section .dentures-type-desc {
    font-size: 1rem;
    line-height: 1.6;
  }
}
.dentures-type-section .dentures-type-image {
  flex: 0 0 20rem;
  max-width: 20rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .dentures-type-section .dentures-type-image {
    margin-top: 3rem;
  }
}
.dentures-type-section .dentures-type-image img {
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.08);
}
@media only screen and (max-width: 767.499px) {
  .dentures-type-section .dentures-type-image {
    max-width: 100%;
    margin: 0 auto;
  }
}

.dentures-qa-section {
  padding: 5rem 0;
  background-color: #f3f8e6;
  position: relative;
}
@media only screen and (max-width: 767.499px) {
  .dentures-qa-section {
    padding: 3rem 0;
  }
}
.dentures-qa-section .section-container {
  position: relative;
  z-index: 2;
}
.dentures-qa-section .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #A0C421;
  margin-bottom: 4rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  justify-content: center;
  text-align: center;
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
}
.dentures-qa-section .section-title .section-title-en {
  font-size: 1.1rem;
  color: #6bb659;
  font-weight: 700;
  order: -1;
}
@media only screen and (max-width: 767.499px) {
  .dentures-qa-section .section-title {
    font-size: 1.44rem;
    gap: 0.5rem;
    margin-bottom: 2rem;
  }
  .dentures-qa-section .section-title .section-title-en {
    font-size: 1.1rem;
  }
}
.dentures-qa-section .qa-container {
  max-width: 68rem;
  margin: 0 auto;
  padding: 0 2rem;
}
@media only screen and (max-width: 767.499px) {
  .dentures-qa-section .qa-container {
    padding: 0;
  }
}
.dentures-qa-section .qa-item {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767.499px) {
  .dentures-qa-section .qa-item {
    margin-bottom: 1.5rem;
  }
}
.dentures-qa-section .qa-item:last-child {
  margin-bottom: 0;
}
.dentures-qa-section .qa-question {
  background-color: #50891f;
  color: #fff;
  padding: 1rem 1.5rem;
  padding-left: 3rem;
  margin-bottom: 0;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.6;
  border-radius: 8px;
  position: relative;
}
@media only screen and (max-width: 767.499px) {
  .dentures-qa-section .qa-question {
    padding: 0.8rem 0;
    padding-left: 3.5rem;
    font-size: 1rem;
  }
}
.dentures-qa-section .qa-question::before {
  content: "Q";
  position: absolute;
  left: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  background-color: #fff;
  color: #50891f;
  font-size: 1.2rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 767.499px) {
  .dentures-qa-section .qa-question::before {
    width: 1.8rem;
    height: 1.8rem;
    font-size: 1rem;
  }
}
.dentures-qa-section .qa-answer {
  padding: 1.5rem 2rem 1.5rem 3rem;
  margin: 0;
  font-size: 1rem;
  color: #333;
  line-height: 1.8;
  position: relative;
}
@media only screen and (max-width: 767.499px) {
  .dentures-qa-section .qa-answer {
    padding: 1.2rem 0.5rem 1.2rem 3rem;
    font-size: 0.9rem;
    line-height: 1.7;
  }
}
.dentures-qa-section .qa-answer::before {
  content: "A";
  position: absolute;
  left: 0.5rem;
  top: 1.5rem;
  width: 2rem;
  height: 2rem;
  background-color: #6bb659;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 767.499px) {
  .dentures-qa-section .qa-answer::before {
    width: 1.8rem;
    height: 1.8rem;
    font-size: 1rem;
    top: 1.2rem;
  }
}

.cosmetic-content .cosmetic-main-title-section {
  padding: 5rem 0 1rem;
  background-color: #fff;
}
@media only screen and (max-width: 767.499px) {
  .cosmetic-content .cosmetic-main-title-section {
    padding: 1rem 0 0;
  }
}
.cosmetic-content .cosmetic-main-title-section .section-container {
  width: 100%;
  max-width: 71rem;
  margin: 0 auto;
  padding: 0 1.2rem;
}
.cosmetic-content .cosmetic-main-title-section .cosmetic-main-title-content {
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 767.499px) {
  .cosmetic-content .cosmetic-main-title-section .cosmetic-main-title-content {
    max-width: 100%;
    text-align: left;
  }
}
.cosmetic-content .cosmetic-main-title-section .cosmetic-main-desc {
  max-width: 68rem;
  margin: 0 auto;
  padding: 1rem 0 3rem;
}
@media only screen and (max-width: 767.499px) {
  .cosmetic-content .cosmetic-main-title-section .cosmetic-main-desc {
    max-width: 100%;
  }
}
.cosmetic-content .cosmetic-main-title-section .cosmetic-fulltext {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #333;
  margin-bottom: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
  width: 100%;
}
@media only screen and (max-width: 767.499px) {
  .cosmetic-content .cosmetic-main-title-section .cosmetic-fulltext {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1rem;
  }
}
.cosmetic-content .cosmetic-main-title-section .cosmetic-fulltext:last-child {
  margin-bottom: 0;
}

.cosmetic-aesthetics-section {
  background: #fff;
  padding: 5rem 0 1rem;
}
.cosmetic-aesthetics-section .section-container {
  width: 100%;
  max-width: 71rem;
  margin: 0 auto;
  padding: 0 1.2rem;
}
.cosmetic-aesthetics-section .flex1-main-title {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 767.499px) {
  .cosmetic-aesthetics-section .flex1-main-title {
    margin-bottom: 2rem;
  }
}
.cosmetic-aesthetics-section .cosmetic-aesthetics-flex {
  display: flex;
  align-items: center;
  gap: 3rem;
}
@media only screen and (max-width: 767.499px) {
  .cosmetic-aesthetics-section .cosmetic-aesthetics-flex {
    flex-direction: column;
    gap: 2rem;
  }
}
.cosmetic-aesthetics-section .cosmetic-aesthetics-col-left {
  flex: 1 1 0;
  min-width: 0;
}
.cosmetic-aesthetics-section .cosmetic-feature-block {
  margin-bottom: 2.5rem;
}
.cosmetic-aesthetics-section .cosmetic-feature-block:last-child {
  margin-bottom: 0;
}
.cosmetic-aesthetics-section .cosmetic-feature-subtitle {
  font-size: 1.3rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4;
}
@media only screen and (max-width: 767.499px) {
  .cosmetic-aesthetics-section .cosmetic-feature-subtitle {
    font-size: 1.1rem;
    margin-bottom: 0.8rem;
  }
}
.cosmetic-aesthetics-section .cosmetic-feature-text {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #333;
  margin-bottom: 0;
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
  width: 100%;
}
@media only screen and (max-width: 767.499px) {
  .cosmetic-aesthetics-section .cosmetic-feature-text {
    font-size: 1rem;
    line-height: 1.6;
  }
}
.cosmetic-aesthetics-section .cosmetic-aesthetics-col-right {
  flex: 0 0 320px;
  max-width: 320px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
  justify-content: flex-start;
}
@media only screen and (max-width: 767.499px) {
  .cosmetic-aesthetics-section .cosmetic-aesthetics-col-right {
    max-width: 100%;
    margin: 0 auto;
    gap: 1.5rem;
  }
}
.cosmetic-aesthetics-section .cosmetic-aesthetics-col-right .cosmetic-aesthetics-image {
  width: 100%;
}
.cosmetic-aesthetics-section .cosmetic-aesthetics-col-right .cosmetic-aesthetics-image img {
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.08);
}

.cosmetic-commitment-section {
  background: #f3f8e6;
  padding: 5rem 0;
  position: relative;
}
.cosmetic-commitment-section::before {
  content: "";
  position: absolute;
  top: -5rem;
  left: 0;
  width: 10rem;
  height: 100%;
  background: url("../../../template_theme/assets/img/top/leaves-left.png") no-repeat left top;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 767.499px) {
  .cosmetic-commitment-section::before {
    width: 4.5rem;
    top: -2rem;
  }
}
.cosmetic-commitment-section::after {
  content: "";
  position: absolute;
  top: -5rem;
  right: 0;
  width: 9rem;
  height: 100%;
  background: url("../../../template_theme/assets/img/top/leaves-right.png") no-repeat right top;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 767.499px) {
  .cosmetic-commitment-section::after {
    width: 4rem;
    top: -2rem;
  }
}
.cosmetic-commitment-section .section-container {
  position: relative;
  z-index: 2;
  max-width: 71rem;
  margin: 0 auto;
  padding: 0 1.2rem;
}
.cosmetic-commitment-section .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #A0C421;
  margin-bottom: 4rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  justify-content: center;
  text-align: center;
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
  font-family: "Noto Sans JP", sans-serif;
}
.cosmetic-commitment-section .section-title .section-title-en {
  font-size: 1.1rem;
  color: #6bb659;
  font-weight: 700;
  order: -1;
}
@media only screen and (max-width: 767.499px) {
  .cosmetic-commitment-section .section-title {
    font-size: 1.44rem;
    gap: 0.5rem;
    margin-bottom: 2rem;
  }
  .cosmetic-commitment-section .section-title .section-title-en {
    font-size: 1.1rem;
  }
}
.cosmetic-commitment-section .cosmetic-commitment-box {
  background: #fff;
  border: 2px solid #50a166;
  border-radius: 1rem;
  padding: 2.5rem;
  margin: 0 auto 0 auto;
  max-width: 54rem;
  box-shadow: 0 4px 8px rgba(160, 196, 33, 0.08);
}
@media only screen and (max-width: 767.499px) {
  .cosmetic-commitment-section .cosmetic-commitment-box {
    padding: 1.5rem 0.8rem;
    max-width: 100%;
  }
}
.cosmetic-commitment-section .cosmetic-commitment-box .treatment-box-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cosmetic-commitment-section .cosmetic-commitment-box .treatment-box-item {
  position: relative;
  padding-left: 2.2em;
  margin-bottom: 1.2rem;
  font-size: 1.15rem;
  line-height: 1.7;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media only screen and (max-width: 767.499px) {
  .cosmetic-commitment-section .cosmetic-commitment-box .treatment-box-item {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
}
.cosmetic-commitment-section .cosmetic-commitment-box .treatment-box-item:before {
  position: absolute;
  left: 0;
  top: 0.1em;
  font-size: 1.15em;
  font-family: inherit;
  background: #50a166;
}
.cosmetic-commitment-section .cosmetic-commitment-box .treatment-box-item:last-child {
  margin-bottom: 0;
}

.cosmetic-materials-section {
  padding: 5rem 0 0;
  position: relative;
}
@media only screen and (max-width: 767.499px) {
  .cosmetic-materials-section {
    padding: 3rem 0 1rem;
  }
}
.cosmetic-materials-section-inline-image {
  display: flex;
  /* text-align: center; */
  margin: 1.5rem 0;
  justify-content: center;
}
@media only screen and (max-width: 767.499px) {
  .cosmetic-materials-section-inline-image {
    margin: 1.2rem 0;
  }
}
.cosmetic-materials-section-inline-image img {
  width: 31rem;
  height: auto;
  border-radius: 0.6rem;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 767.499px) {
  .cosmetic-materials-section-inline-image img {
    width: 100%;
    max-width: 20rem;
    border-radius: 0.5rem;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  }
}
.cosmetic-materials-section .section-container {
  max-width: 71rem;
  margin: 0 auto;
  padding: 0 1.2rem;
  position: relative;
  z-index: 2;
}
.cosmetic-materials-section .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #A0C421;
  margin-bottom: 4rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  justify-content: center;
  text-align: center;
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
  font-family: "Noto Sans JP", sans-serif;
}
.cosmetic-materials-section .section-title .section-title-en {
  font-size: 1.1rem;
  color: #6bb659;
  font-weight: 700;
  order: -1;
}
@media only screen and (max-width: 767.499px) {
  .cosmetic-materials-section .section-title {
    font-size: 1.44rem;
    gap: 0.5rem;
    margin-bottom: 2rem;
  }
  .cosmetic-materials-section .section-title .section-title-en {
    font-size: 1.1rem;
  }
}
.cosmetic-materials-section .pediatric-stages-subtitle {
  position: relative;
  margin: 2.5rem auto 1.5rem;
  padding: 0 0 0.5em 0;
  color: #333;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  border-bottom: 1px solid #50a166;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .cosmetic-materials-section .pediatric-stages-subtitle {
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
  }
}
.cosmetic-materials-section .cosmetic-materials-desc {
  margin: 0 auto 2.5rem auto;
}
.cosmetic-materials-section .cosmetic-materials-desc p {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767.499px) {
  .cosmetic-materials-section .cosmetic-materials-desc p {
    font-size: 1rem;
    line-height: 1.6;
  }
}
.cosmetic-materials-section .pediatric-stages-list {
  list-style: none;
  padding: 0;
  margin: 2rem auto 0 auto;
  width: 23rem;
}
@media only screen and (min-width: 768px) {
  .cosmetic-materials-section .pediatric-stages-list {
    width: 30rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .cosmetic-materials-section .pediatric-stages-list {
    width: 100%;
  }
}
.cosmetic-materials-section .pediatric-stages-item {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 1rem;
  font-size: 1.1rem;
  line-height: 1.6;
  color: #333;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .cosmetic-materials-section .pediatric-stages-item {
    font-size: 1rem;
    margin-bottom: 0.8rem;
  }
}
.cosmetic-materials-section .pediatric-stages-item:before {
  content: "•";
  position: absolute;
  left: 0;
  top: -6%;
  color: #50a166;
  font-weight: bold;
  font-size: 1.2rem;
}

.cosmetic-ceramic-details-section {
  background: #fff;
  padding: 5rem 0 0;
}
@media only screen and (max-width: 767.499px) {
  .cosmetic-ceramic-details-section {
    padding: 1rem 0 0;
  }
}
.cosmetic-ceramic-details-section .section-container {
  width: 100%;
  max-width: 71rem;
  margin: 0 auto;
  padding: 0 1.2rem;
}
.cosmetic-ceramic-details-section .cosmetic-ceramic-item {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767.499px) {
  .cosmetic-ceramic-details-section .cosmetic-ceramic-item {
    margin-bottom: 0;
  }
}
.cosmetic-ceramic-details-section .cosmetic-ceramic-item:last-child {
  margin-bottom: 0;
}
.cosmetic-ceramic-details-section .cosmetic-aesthetics-flex {
  display: flex;
  align-items: center;
  gap: 3rem;
}
@media only screen and (max-width: 767.499px) {
  .cosmetic-ceramic-details-section .cosmetic-aesthetics-flex {
    flex-direction: column;
    gap: 2rem;
  }
}
.cosmetic-ceramic-details-section .cosmetic-aesthetics-col-left {
  flex: 1 1 0;
  min-width: 0;
}
.cosmetic-ceramic-details-section .cosmetic-feature-block {
  margin-bottom: 0;
}
.cosmetic-ceramic-details-section .cosmetic-feature-subtitle {
  font-size: 1.3rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4;
}
@media only screen and (max-width: 767.499px) {
  .cosmetic-ceramic-details-section .cosmetic-feature-subtitle {
    font-size: 1.1rem;
    margin-bottom: 0.8rem;
  }
}
.cosmetic-ceramic-details-section .cosmetic-feature-text {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #333;
  margin-bottom: 0;
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
  width: 100%;
}
@media only screen and (max-width: 767.499px) {
  .cosmetic-ceramic-details-section .cosmetic-feature-text {
    font-size: 1rem;
    line-height: 1.6;
  }
}
.cosmetic-ceramic-details-section .cosmetic-aesthetics-col-right {
  flex: 0 0 320px;
  max-width: 320px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767.499px) {
  .cosmetic-ceramic-details-section .cosmetic-aesthetics-col-right {
    max-width: 100%;
    margin: 0 auto;
    align-items: baseline;
  }
}
.cosmetic-ceramic-details-section .cosmetic-aesthetics-col-right .cosmetic-aesthetics-image {
  width: 100%;
}
.cosmetic-ceramic-details-section .cosmetic-aesthetics-col-right .cosmetic-aesthetics-image img {
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.08);
}

.cosmetic-gum-peeling-section {
  background: #fff;
  padding: 2rem 0 5rem;
}
@media only screen and (max-width: 767.499px) {
  .cosmetic-gum-peeling-section {
    padding: 3rem 0 3rem;
  }
}
.cosmetic-gum-peeling-section .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #A0C421;
  margin-bottom: 2rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  justify-content: center;
  text-align: center;
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
  font-family: "Noto Sans JP", sans-serif;
}
.cosmetic-gum-peeling-section .section-title .section-title-en {
  font-size: 1.1rem;
  color: #6bb659;
  font-weight: 700;
  order: -1;
}
@media only screen and (max-width: 767.499px) {
  .cosmetic-gum-peeling-section .section-title {
    font-size: 1.44rem;
    gap: 0.5rem;
    margin-bottom: 0;
  }
  .cosmetic-gum-peeling-section .section-title .section-title-en {
    font-size: 1.1rem;
  }
}
.cosmetic-gum-peeling-section .section-container {
  width: 100%;
  max-width: 71rem;
  margin: 0 auto;
  padding: 0 1.2rem;
}
.cosmetic-gum-peeling-section .cosmetic-gum-peeling-container {
  position: relative;
}
@media only screen and (max-width: 767.499px) {
  .cosmetic-gum-peeling-section .cosmetic-gum-peeling-container {
    display: flex;
    flex-direction: column;
  }
}
.cosmetic-gum-peeling-section .cosmetic-gum-image {
  float: left;
  width: 20rem;
  height: auto;
  margin-right: 2rem;
  margin-bottom: 1rem;
  border-radius: 0.5rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 767.499px) {
  .cosmetic-gum-peeling-section .cosmetic-gum-image {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
  }
}
.cosmetic-gum-peeling-section .cosmetic-feature-subtitle {
  position: relative;
  margin: 2.5rem auto 1.5rem;
  padding: 0 0 0.5em 0;
  color: #333;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  border-bottom: 1px solid #50a166;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .cosmetic-gum-peeling-section .cosmetic-feature-subtitle {
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .cosmetic-gum-peeling-section .cosmetic-gum-content {
    margin-bottom: 1.5rem;
  }
}
.cosmetic-gum-peeling-section .cosmetic-gum-content .cosmetic-feature-text {
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 0;
}
@media only screen and (max-width: 767.499px) {
  .cosmetic-gum-peeling-section .cosmetic-gum-content .cosmetic-feature-text {
    font-size: 0.9rem;
    line-height: 1.7;
    padding-top: 2rem;
  }
}
.cosmetic-gum-peeling-section .cosmetic-gum-content-inline-image {
  display: flex;
  /* text-align: center; */
  margin: 1.5rem 0;
  justify-content: center;
}
@media only screen and (max-width: 767.499px) {
  .cosmetic-gum-peeling-section .cosmetic-gum-content-inline-image {
    margin: 1.2rem 0;
  }
}
.cosmetic-gum-peeling-section .cosmetic-gum-content-inline-image img {
  width: 40rem;
  height: auto;
  padding-top: 3rem;
  border-radius: 0.6rem;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 767.499px) {
  .cosmetic-gum-peeling-section .cosmetic-gum-content-inline-image img {
    width: 100%;
    max-width: 20rem;
    padding-top: 1rem;
    border-radius: 0.5rem;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  }
}
.cosmetic-gum-peeling-section .cosmetic-gum-clearfix {
  clear: both;
}

.cosmetic-cases-section {
  background: #fff;
  padding: 5rem 0;
}
@media only screen and (max-width: 767.499px) {
  .cosmetic-cases-section {
    padding: 3rem 0;
  }
}
.cosmetic-cases-section .section-container {
  width: 100%;
  max-width: 71rem;
  margin: 0 auto;
  padding: 0 1.2rem;
}
.cosmetic-cases-section .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #A0C421;
  margin-bottom: 4rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  justify-content: center;
  text-align: center;
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
  font-family: "Noto Sans JP", sans-serif;
}
.cosmetic-cases-section .section-title .section-title-en {
  font-size: 1.1rem;
  color: #6bb659;
  font-weight: 700;
  order: -1;
}
@media only screen and (max-width: 767.499px) {
  .cosmetic-cases-section .section-title {
    font-size: 1.44rem;
    gap: 0.5rem;
    margin-bottom: 2rem;
  }
  .cosmetic-cases-section .section-title .section-title-en {
    font-size: 1.1rem;
  }
}

.cosmetic-qa-section {
  padding: 5rem 0;
  background-color: #f3f8e6;
  position: relative;
}
@media only screen and (max-width: 767.499px) {
  .cosmetic-qa-section {
    padding: 3rem 0;
  }
}
.cosmetic-qa-section::before {
  content: "";
  position: absolute;
  top: -5rem;
  left: 0;
  width: 10rem;
  height: 100%;
  background: url("../../../template_theme/assets/img/top/leaves-left.png") no-repeat left top;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 767.499px) {
  .cosmetic-qa-section::before {
    width: 4.5rem;
    top: -2rem;
  }
}
.cosmetic-qa-section::after {
  content: "";
  position: absolute;
  top: -5rem;
  right: 0;
  width: 9rem;
  height: 100%;
  background: url("../../../template_theme/assets/img/top/leaves-right.png") no-repeat left top;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 767.499px) {
  .cosmetic-qa-section::after {
    width: 4rem;
    top: -2rem;
  }
}
.cosmetic-qa-section .section-container {
  position: relative;
  z-index: 2;
}
.cosmetic-qa-section .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #A0C421;
  margin-bottom: 4rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  justify-content: center;
  text-align: center;
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
  font-family: "Noto Sans JP", sans-serif;
}
.cosmetic-qa-section .section-title .section-title-en {
  font-size: 1.1rem;
  color: #6bb659;
  font-weight: 700;
  order: -1;
}
@media only screen and (max-width: 767.499px) {
  .cosmetic-qa-section .section-title {
    font-size: 1.44rem;
    gap: 0.5rem;
    margin-bottom: 2rem;
  }
  .cosmetic-qa-section .section-title .section-title-en {
    font-size: 1.1rem;
  }
}

.blue-radical-content .blue-radical-main-title-section {
  padding: 5rem 0 1rem;
  background-color: #fff;
}
@media only screen and (max-width: 767.499px) {
  .blue-radical-content .blue-radical-main-title-section {
    padding: 1rem 0 0;
  }
}
.blue-radical-content .blue-radical-main-title-section .section-container {
  width: 100%;
  max-width: 71rem;
  margin: 0 auto;
  padding: 0 1.2rem;
}
.blue-radical-content .blue-radical-main-title-section .blue-radical-main-title-content {
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 767.499px) {
  .blue-radical-content .blue-radical-main-title-section .blue-radical-main-title-content {
    max-width: 100%;
    text-align: center;
  }
}
.blue-radical-content .blue-radical-main-title-section .blue-radical-center-title {
  text-align: center;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 767.499px) {
  .blue-radical-content .blue-radical-main-title-section .blue-radical-center-title {
    margin-bottom: 2rem;
  }
}
.blue-radical-content .blue-radical-main-title-section .pediatric-stages-list {
  list-style: none;
  padding: 0;
  margin: 2rem auto 0 auto;
  width: 23rem;
}
@media only screen and (min-width: 768px) {
  .blue-radical-content .blue-radical-main-title-section .pediatric-stages-list {
    width: 30rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .blue-radical-content .blue-radical-main-title-section .pediatric-stages-list {
    width: 100%;
  }
}
.blue-radical-content .blue-radical-main-title-section .pediatric-stages-item {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 1rem;
  font-size: 1.1rem;
  line-height: 1.6;
  color: #333;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
}
@media only screen and (max-width: 767.499px) {
  .blue-radical-content .blue-radical-main-title-section .pediatric-stages-item {
    font-size: 1rem;
    margin-bottom: 0.8rem;
  }
}
.blue-radical-content .blue-radical-main-title-section .pediatric-stages-item:before {
  content: "•";
  position: absolute;
  left: 0;
  top: -6%;
  color: #50a166;
  font-weight: bold;
  font-size: 1.2rem;
}
.blue-radical-content .blue-radical-device-section {
  background: #fff;
  padding: 5rem 0;
}
@media only screen and (max-width: 767.499px) {
  .blue-radical-content .blue-radical-device-section {
    padding: 3rem 0;
  }
}
.blue-radical-content .blue-radical-device-section .section-container {
  width: 100%;
  max-width: 71rem;
  margin: 0 auto;
  padding: 0 1.2rem;
}
.blue-radical-content .blue-radical-device-section .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #A0C421;
  margin-bottom: 4rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  justify-content: center;
  text-align: center;
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
  font-family: "Noto Sans JP", sans-serif;
}
.blue-radical-content .blue-radical-device-section .section-title .section-title-en {
  font-size: 1.1rem;
  color: #6bb659;
  font-weight: 700;
  order: -1;
}
@media only screen and (max-width: 767.499px) {
  .blue-radical-content .blue-radical-device-section .section-title {
    font-size: 1.44rem;
    gap: 0.5rem;
    margin-bottom: 2rem;
  }
  .blue-radical-content .blue-radical-device-section .section-title .section-title-en {
    font-size: 1.1rem;
  }
}
.blue-radical-content .blue-radical-device-section .blue-radical-desc {
  margin: 0 auto 2.5rem auto;
}
.blue-radical-content .blue-radical-device-section .blue-radical-desc p {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 767.499px) {
  .blue-radical-content .blue-radical-device-section .blue-radical-desc p {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1rem;
  }
}
.blue-radical-content .blue-radical-device-section .blue-radical-desc p:last-child {
  margin-bottom: 0;
}
.blue-radical-content .blue-radical-device-section .blue-radical-images {
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  margin-top: 3rem;
}
@media only screen and (max-width: 767.499px) {
  .blue-radical-content .blue-radical-device-section .blue-radical-images {
    flex-direction: column;
    gap: 1.5rem;
    margin-top: 2rem;
  }
}
.blue-radical-content .blue-radical-device-section .blue-radical-image {
  width: 100%;
  max-width: 32rem;
  height: auto;
  border-radius: 0.5rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 767.499px) {
  .blue-radical-content .blue-radical-device-section .blue-radical-image {
    max-width: 100%;
  }
}
.blue-radical-content .blue-radical-difference-section {
  background: #f3f8e6;
  padding: 5rem 0;
  position: relative;
}
.blue-radical-content .blue-radical-difference-section::before {
  content: "";
  position: absolute;
  top: -5rem;
  left: 0;
  width: 10rem;
  height: 100%;
  background: url("../../../template_theme/assets/img/top/leaves-left.png") no-repeat left top;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 767.499px) {
  .blue-radical-content .blue-radical-difference-section::before {
    width: 4.5rem;
    top: -2rem;
  }
}
.blue-radical-content .blue-radical-difference-section::after {
  content: "";
  position: absolute;
  top: -5rem;
  right: 0;
  width: 9rem;
  height: 100%;
  background: url("../../../template_theme/assets/img/top/leaves-right.png") no-repeat right top;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 767.499px) {
  .blue-radical-content .blue-radical-difference-section::after {
    width: 4rem;
    top: -2rem;
  }
}
.blue-radical-content .blue-radical-difference-section .section-container {
  position: relative;
  z-index: 2;
  max-width: 71rem;
  margin: 0 auto;
  padding: 0 1.2rem;
}
.blue-radical-content .blue-radical-difference-section .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #A0C421;
  margin-bottom: 4rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  justify-content: center;
  text-align: center;
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
  font-family: "Noto Sans JP", sans-serif;
}
.blue-radical-content .blue-radical-difference-section .section-title .section-title-en {
  font-size: 1.1rem;
  color: #6bb659;
  font-weight: 700;
  order: -1;
}
@media only screen and (max-width: 767.499px) {
  .blue-radical-content .blue-radical-difference-section .section-title {
    font-size: 1.44rem;
    gap: 0.5rem;
    margin-bottom: 2rem;
  }
  .blue-radical-content .blue-radical-difference-section .section-title .section-title-en {
    font-size: 1.1rem;
  }
}
.blue-radical-content .blue-radical-difference-section .blue-radical-difference-content {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media only screen and (max-width: 767.499px) {
  .blue-radical-content .blue-radical-difference-section .blue-radical-difference-content {
    gap: 2rem;
  }
}
.blue-radical-content .blue-radical-difference-section .blue-radical-difference-item {
  margin-bottom: 0;
}
.blue-radical-content .blue-radical-difference-section .blue-radical-difference-flex {
  display: flex;
  align-items: center;
  gap: 3rem;
}
@media only screen and (max-width: 767.499px) {
  .blue-radical-content .blue-radical-difference-section .blue-radical-difference-flex {
    flex-direction: column;
    gap: 2rem;
  }
}
.blue-radical-content .blue-radical-difference-section .blue-radical-difference-col-left {
  flex: 0 0 21.25rem;
  width: 100%;
}
@media only screen and (max-width: 767.499px) {
  .blue-radical-content .blue-radical-difference-section .blue-radical-difference-col-left {
    flex: 1;
    max-width: 100%;
  }
}
.blue-radical-content .blue-radical-difference-section .blue-radical-difference-col-right {
  flex: 1 1 0;
  min-width: 0;
}
.blue-radical-content .blue-radical-difference-section .blue-radical-difference-image {
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.08);
}
.blue-radical-content .blue-radical-difference-section .blue-radical-difference-text {
  padding: 0;
}
.blue-radical-content .blue-radical-difference-section .blue-radical-difference-subtitle {
  font-size: 1.3rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4;
}
@media only screen and (max-width: 767.499px) {
  .blue-radical-content .blue-radical-difference-section .blue-radical-difference-subtitle {
    font-size: 1.1rem;
    margin-bottom: 0.8rem;
  }
}
.blue-radical-content .blue-radical-difference-section .blue-radical-difference-desc {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #333;
  margin-bottom: 0;
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
}
@media only screen and (max-width: 767.499px) {
  .blue-radical-content .blue-radical-difference-section .blue-radical-difference-desc {
    font-size: 1rem;
    line-height: 1.6;
  }
}
.blue-radical-content .blue-radical-features-section {
  background: #f3f8e6;
  padding: 5rem 0;
  position: relative;
}
.blue-radical-content .blue-radical-features-section .section-container {
  max-width: 71rem;
  margin: 0 auto;
  padding: 0 1.2rem;
}
.blue-radical-content .blue-radical-features-section .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #A0C421;
  margin-bottom: 4rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  justify-content: center;
  text-align: center;
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
  font-family: "Noto Sans JP", sans-serif;
}
.blue-radical-content .blue-radical-features-section .section-title .section-title-en {
  font-size: 1.1rem;
  color: #6bb659;
  font-weight: 700;
  order: -1;
}
@media only screen and (max-width: 767.499px) {
  .blue-radical-content .blue-radical-features-section .section-title {
    font-size: 1.44rem;
    gap: 0.5rem;
    margin-bottom: 2rem;
  }
  .blue-radical-content .blue-radical-features-section .section-title .section-title-en {
    font-size: 1.1rem;
  }
}
.blue-radical-content .blue-radical-features-section .pediatric-stages-list {
  list-style: none;
  padding: 0;
  margin: 2rem auto 4rem auto;
  width: 23rem;
}
@media only screen and (min-width: 768px) {
  .blue-radical-content .blue-radical-features-section .pediatric-stages-list {
    width: 30rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .blue-radical-content .blue-radical-features-section .pediatric-stages-list {
    width: 100%;
    margin-bottom: 3rem;
  }
}
.blue-radical-content .blue-radical-features-section .pediatric-stages-item {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 1rem;
  font-size: 1.1rem;
  line-height: 1.6;
  color: #333;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
}
@media only screen and (max-width: 767.499px) {
  .blue-radical-content .blue-radical-features-section .pediatric-stages-item {
    font-size: 1rem;
    margin-bottom: 0.8rem;
  }
}
.blue-radical-content .blue-radical-features-section .pediatric-stages-item:before {
  content: "•";
  position: absolute;
  left: 0;
  top: -6%;
  color: #50a166;
  font-weight: bold;
  font-size: 1.2rem;
}
.blue-radical-content .blue-radical-features-section .blue-radical-features-content {
  margin-top: 3rem;
}
.blue-radical-content .blue-radical-features-section .blue-radical-features-flex {
  display: flex;
  align-items: center;
  gap: 3rem;
}
@media only screen and (max-width: 767.499px) {
  .blue-radical-content .blue-radical-features-section .blue-radical-features-flex {
    flex-direction: column-reverse;
    gap: 2rem;
  }
}
.blue-radical-content .blue-radical-features-section .blue-radical-features-col-left {
  flex: 1 1 0;
  min-width: 0;
}
.blue-radical-content .blue-radical-features-section .blue-radical-features-col-right {
  flex: 0 0 23.25rem;
  width: 100%;
}
@media only screen and (max-width: 767.499px) {
  .blue-radical-content .blue-radical-features-section .blue-radical-features-col-right {
    flex: 1;
    max-width: 100%;
  }
}
.blue-radical-content .blue-radical-features-section .blue-radical-features-image {
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.08);
}
.blue-radical-content .blue-radical-features-section .blue-radical-features-text {
  padding: 0;
}
.blue-radical-content .blue-radical-features-section .blue-radical-features-subtitle {
  font-size: 1.3rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4;
}
@media only screen and (max-width: 767.499px) {
  .blue-radical-content .blue-radical-features-section .blue-radical-features-subtitle {
    font-size: 1.1rem;
    margin-bottom: 0.8rem;
  }
}
.blue-radical-content .blue-radical-features-section .blue-radical-features-desc {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #333;
  margin-bottom: 0;
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
}
@media only screen and (max-width: 767.499px) {
  .blue-radical-content .blue-radical-features-section .blue-radical-features-desc {
    font-size: 1rem;
    line-height: 1.6;
  }
}
.blue-radical-content .blue-radical-flow-section {
  background: #fff;
  padding: 5rem 0;
  position: relative;
}
.blue-radical-content .blue-radical-flow-section::before {
  content: "";
  position: absolute;
  top: -5rem;
  left: 0;
  width: 10rem;
  height: 100%;
  background: url("../../../template_theme/assets/img/top/leaves-left.png") no-repeat left top;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 767.499px) {
  .blue-radical-content .blue-radical-flow-section::before {
    width: 4.5rem;
    top: -2rem;
  }
}
.blue-radical-content .blue-radical-flow-section::after {
  content: "";
  position: absolute;
  top: -5rem;
  right: 0;
  width: 9rem;
  height: 100%;
  background: url("../../../template_theme/assets/img/top/leaves-right.png") no-repeat right top;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 767.499px) {
  .blue-radical-content .blue-radical-flow-section::after {
    width: 4rem;
    top: -2rem;
  }
}
.blue-radical-content .blue-radical-flow-section .section-container {
  position: relative;
  z-index: 2;
  max-width: 71rem;
  margin: 0 auto;
  padding: 0 1.2rem;
}
.blue-radical-content .blue-radical-flow-section .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #A0C421;
  margin-bottom: 4rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  justify-content: center;
  text-align: center;
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
  font-family: "Noto Sans JP", sans-serif;
}
.blue-radical-content .blue-radical-flow-section .section-title .section-title-en {
  font-size: 1.1rem;
  color: #6bb659;
  font-weight: 700;
  order: -1;
}
@media only screen and (max-width: 767.499px) {
  .blue-radical-content .blue-radical-flow-section .section-title {
    font-size: 1.44rem;
    gap: 0.5rem;
    margin-bottom: 2rem;
  }
  .blue-radical-content .blue-radical-flow-section .section-title .section-title-en {
    font-size: 1.1rem;
  }
}
.blue-radical-content .blue-radical-flow-section .procedure-step {
  display: flex;
  align-items: center;
  gap: 3rem;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 767.499px) {
  .blue-radical-content .blue-radical-flow-section .procedure-step {
    flex-direction: column;
    gap: 0.8rem;
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .blue-radical-content .blue-radical-flow-section .procedure-step .flex2-subtitle-with-no.only-sp {
    order: -1;
  }
  .blue-radical-content .blue-radical-flow-section .procedure-step .procedure-col-left {
    order: 2;
  }
  .blue-radical-content .blue-radical-flow-section .procedure-step .procedure-col-right {
    order: 1;
  }
}
.blue-radical-content .blue-radical-flow-section .procedure-col-left {
  flex: 1 1 0;
  min-width: 0;
}
.blue-radical-content .blue-radical-flow-section .procedure-col-right {
  flex: 0 0 21.25rem;
  width: 100%;
}
@media only screen and (max-width: 767.499px) {
  .blue-radical-content .blue-radical-flow-section .procedure-col-right {
    flex: 1;
    max-width: 100%;
  }
}
.blue-radical-content .blue-radical-flow-section .procedure-col-right picture {
  display: block;
}
.blue-radical-content .blue-radical-flow-section .procedure-col-right picture img {
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.08);
}
.blue-radical-content .blue-radical-flow-section .flex2-subtitle-with-no {
  position: relative;
  margin-bottom: 1.5rem;
  padding-left: 5rem;
  color: #333;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .blue-radical-content .blue-radical-flow-section .flex2-subtitle-with-no {
    font-size: 1.3rem;
    padding-left: 4rem;
    margin-bottom: 1rem;
    border-bottom: #50a166 solid 1px;
    line-height: 2.4;
  }
}
.blue-radical-content .blue-radical-flow-section .flex2-subtitle-with-no::before {
  content: attr(data-no);
  position: absolute;
  left: 0;
  top: 44%;
  transform: translateY(-50%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .blue-radical-content .blue-radical-flow-section .flex2-subtitle-with-no::before {
    width: 2.3rem;
    height: 2.3rem;
    font-size: 1.3rem;
    color: #50a166;
    border: #50a166 1px solid;
  }
}
.blue-radical-content .blue-radical-flow-section .flex2-text {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #333;
  margin-bottom: 0;
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
}
@media only screen and (max-width: 767.499px) {
  .blue-radical-content .blue-radical-flow-section .flex2-text {
    font-size: 1rem;
    line-height: 1.6;
  }
}
.blue-radical-content .blue-radical-flow-section .blue-radical-restrictions {
  margin-top: 5rem;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767.499px) {
  .blue-radical-content .blue-radical-flow-section .blue-radical-restrictions {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
.blue-radical-content .blue-radical-flow-section .blue-radical-restrictions .blue-radical-center-title {
  text-align: center;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767.499px) {
  .blue-radical-content .blue-radical-flow-section .blue-radical-restrictions .blue-radical-center-title {
    margin-bottom: 1.5rem;
  }
}
.blue-radical-content .blue-radical-flow-section .blue-radical-restrictions .pediatric-stages-list {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  width: 23rem;
}
@media only screen and (min-width: 768px) {
  .blue-radical-content .blue-radical-flow-section .blue-radical-restrictions .pediatric-stages-list {
    width: 30rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .blue-radical-content .blue-radical-flow-section .blue-radical-restrictions .pediatric-stages-list {
    width: 100%;
  }
}
.blue-radical-content .blue-radical-flow-section .blue-radical-restrictions .pediatric-stages-item {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 1rem;
  font-size: 1.1rem;
  line-height: 1.6;
  color: #333;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
}
@media only screen and (max-width: 767.499px) {
  .blue-radical-content .blue-radical-flow-section .blue-radical-restrictions .pediatric-stages-item {
    font-size: 1rem;
    margin-bottom: 0.8rem;
  }
}
.blue-radical-content .blue-radical-flow-section .blue-radical-restrictions .pediatric-stages-item:before {
  content: "•";
  position: absolute;
  left: 0;
  top: -6%;
  color: #50a166;
  font-weight: bold;
  font-size: 1.2rem;
}
.blue-radical-content .blue-radical-flow-section .blue-radical-cost {
  margin-top: 4rem;
}
@media only screen and (max-width: 767.499px) {
  .blue-radical-content .blue-radical-flow-section .blue-radical-cost {
    margin-top: 3rem;
  }
}
.blue-radical-content .blue-radical-flow-section .blue-radical-cost .blue-radical-center-title {
  text-align: center;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767.499px) {
  .blue-radical-content .blue-radical-flow-section .blue-radical-cost .blue-radical-center-title {
    margin-bottom: 1.5rem;
  }
}
.blue-radical-content .blue-radical-flow-section .blue-radical-cost .blue-radical-cost-content {
  text-align: center;
  max-width: 40rem;
  margin: 0 auto;
}
.blue-radical-content .blue-radical-flow-section .blue-radical-cost .blue-radical-cost-text {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #333;
  margin-bottom: 0;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .blue-radical-content .blue-radical-flow-section .blue-radical-cost .blue-radical-cost-text {
    font-size: 1rem;
    line-height: 1.6;
    text-align: left;
  }
}
.blue-radical-content .blue-radical-prevention-section {
  background: #f3f8e6;
  padding: 5rem 0;
  position: relative;
}
.blue-radical-content .blue-radical-prevention-section::before {
  content: "";
  position: absolute;
  top: -5rem;
  left: 0;
  width: 10rem;
  height: 100%;
  background: url("../../../template_theme/assets/img/top/leaves-left.png") no-repeat left top;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 767.499px) {
  .blue-radical-content .blue-radical-prevention-section::before {
    width: 4.5rem;
    top: -2rem;
  }
}
.blue-radical-content .blue-radical-prevention-section::after {
  content: "";
  position: absolute;
  top: -5rem;
  right: 0;
  width: 9rem;
  height: 100%;
  background: url("../../../template_theme/assets/img/top/leaves-right.png") no-repeat right top;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 767.499px) {
  .blue-radical-content .blue-radical-prevention-section::after {
    width: 4rem;
    top: -2rem;
  }
}
.blue-radical-content .blue-radical-prevention-section .section-container {
  position: relative;
  z-index: 2;
  max-width: 71rem;
  margin: 0 auto;
  padding: 0 1.2rem;
}
.blue-radical-content .blue-radical-prevention-section .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #A0C421;
  margin-bottom: 4rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  justify-content: center;
  text-align: center;
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
  font-family: "Noto Sans JP", sans-serif;
}
.blue-radical-content .blue-radical-prevention-section .section-title .section-title-en {
  font-size: 1.1rem;
  color: #6bb659;
  font-weight: 700;
  order: -1;
}
@media only screen and (max-width: 767.499px) {
  .blue-radical-content .blue-radical-prevention-section .section-title {
    font-size: 1.44rem;
    gap: 0.5rem;
    margin-bottom: 2rem;
  }
  .blue-radical-content .blue-radical-prevention-section .section-title .section-title-en {
    font-size: 1.1rem;
  }
}
.blue-radical-content .blue-radical-prevention-section .blue-radical-prevention-image {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 767.499px) {
  .blue-radical-content .blue-radical-prevention-section .blue-radical-prevention-image {
    margin-bottom: 2rem;
  }
}
.blue-radical-content .blue-radical-prevention-section .blue-radical-prevention-img {
  width: 100%;
  height: auto;
  display: block;
}
.blue-radical-content .blue-radical-prevention-section .blue-radical-prevention-list {
  list-style: none;
  padding: 0;
  margin: 0 0 3rem 0;
  counter-reset: prevention-counter;
}
@media only screen and (max-width: 767.499px) {
  .blue-radical-content .blue-radical-prevention-section .blue-radical-prevention-list {
    margin-bottom: 2rem;
  }
}
.blue-radical-content .blue-radical-prevention-section .blue-radical-prevention-item {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 1.5rem;
  font-size: 1.1rem;
  line-height: 1.7;
  color: #333;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  counter-increment: prevention-counter;
}
@media only screen and (max-width: 767.499px) {
  .blue-radical-content .blue-radical-prevention-section .blue-radical-prevention-item {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1rem;
  }
}
.blue-radical-content .blue-radical-prevention-section .blue-radical-prevention-item:before {
  content: counter(prevention-counter);
  position: absolute;
  left: 0;
  top: 0;
  color: #50a166;
  font-weight: 700;
  font-size: 1.1rem;
}
@media only screen and (max-width: 767.499px) {
  .blue-radical-content .blue-radical-prevention-section .blue-radical-prevention-item:before {
    font-size: 1rem;
  }
}
.blue-radical-content .blue-radical-prevention-section .blue-radical-prevention-cost {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767.499px) {
  .blue-radical-content .blue-radical-prevention-section .blue-radical-prevention-cost {
    margin-bottom: 3rem;
  }
}
.blue-radical-content .blue-radical-prevention-section .blue-radical-prevention-cost-text {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #333;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 0;
}
@media only screen and (max-width: 767.499px) {
  .blue-radical-content .blue-radical-prevention-section .blue-radical-prevention-cost-text {
    font-size: 1rem;
    line-height: 1.6;
  }
}
.blue-radical-content .blue-radical-prevention-section .blue-radical-center-title {
  text-align: center;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 767.499px) {
  .blue-radical-content .blue-radical-prevention-section .blue-radical-center-title {
    margin-bottom: 2rem;
  }
}
.blue-radical-content .blue-radical-prevention-section .blue-radical-perimil-image {
  margin-bottom: 3rem;
  text-align: center;
}
@media only screen and (max-width: 767.499px) {
  .blue-radical-content .blue-radical-prevention-section .blue-radical-perimil-image {
    margin-bottom: 2rem;
  }
}
.blue-radical-content .blue-radical-prevention-section .blue-radical-perimil-img {
  width: 100%;
  max-width: 40rem;
  height: auto;
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 767.499px) {
  .blue-radical-content .blue-radical-prevention-section .blue-radical-perimil-img {
    max-width: 100%;
  }
}
.blue-radical-content .blue-radical-prevention-section .blue-radical-perimil-desc {
  max-width: 50rem;
  margin: 0 auto;
}
.blue-radical-content .blue-radical-prevention-section .blue-radical-perimil-text {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #333;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 1.5rem;
  text-align: left;
}
@media only screen and (max-width: 767.499px) {
  .blue-radical-content .blue-radical-prevention-section .blue-radical-perimil-text {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1rem;
  }
}
.blue-radical-content .blue-radical-prevention-section .blue-radical-perimil-text:last-child {
  margin-bottom: 0;
}
.blue-radical-content .blue-radical-prevention-section .blue-radical-center-title {
  text-align: center;
  margin-bottom: 3rem;
  margin-top: 4rem;
}
@media only screen and (max-width: 767.499px) {
  .blue-radical-content .blue-radical-prevention-section .blue-radical-center-title {
    margin-bottom: 2rem;
    margin-top: 3rem;
  }
}
.blue-radical-content .blue-radical-prevention-section .blue-radical-perimil-features {
  list-style: none;
  padding: 0;
  margin: 0 auto 4rem auto;
  max-width: 50rem;
}
@media only screen and (max-width: 767.499px) {
  .blue-radical-content .blue-radical-prevention-section .blue-radical-perimil-features {
    margin-bottom: 3rem;
  }
}
.blue-radical-content .blue-radical-prevention-section .blue-radical-perimil-features .pediatric-stages-item {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 1rem;
  font-size: 1.1rem;
  line-height: 1.7;
  color: #333;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
}
@media only screen and (max-width: 767.499px) {
  .blue-radical-content .blue-radical-prevention-section .blue-radical-perimil-features .pediatric-stages-item {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 0.8rem;
  }
}
.blue-radical-content .blue-radical-prevention-section .blue-radical-perimil-features .pediatric-stages-item:before {
  content: "•";
  position: absolute;
  left: 0;
  top: -6%;
  color: #50a166;
  font-weight: bold;
  font-size: 1.2rem;
}
.blue-radical-content .blue-radical-prevention-section .blue-radical-video-container {
  width: auto;
  max-width: 56rem;
  margin: 0 auto;
  aspect-ratio: 16/9;
}
@media only screen and (max-width: 767.499px) {
  .blue-radical-content .blue-radical-prevention-section .blue-radical-video-container {
    width: 100%;
  }
}
.blue-radical-content .blue-radical-prevention-section .blue-radical-video-container iframe {
  top: 0;
  left: 0;
  width: 56rem;
  height: 31rem;
  border: none;
  border-radius: 0.5rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 767.499px) {
  .blue-radical-content .blue-radical-prevention-section .blue-radical-video-container iframe {
    width: 100%;
    height: 100%;
  }
}

.home-visit-content .home-visit-main-title-section {
  padding: 5rem 0 1rem;
  background-color: #fff;
}
@media only screen and (max-width: 767.499px) {
  .home-visit-content .home-visit-main-title-section {
    padding: 1rem 0 0;
  }
}
.home-visit-content .home-visit-main-title-section .section-container {
  width: 100%;
  max-width: 71rem;
  margin: 0 auto;
  padding: 0 1.2rem;
}
.home-visit-content .home-visit-main-title-section .home-visit-main-title-content {
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 767.499px) {
  .home-visit-content .home-visit-main-title-section .home-visit-main-title-content {
    max-width: 100%;
    text-align: left;
  }
}
.home-visit-content .home-visit-main-title-section .home-visit-main-desc {
  max-width: 68rem;
  margin: 0 auto;
  padding: 1rem 0 3rem;
}
@media only screen and (max-width: 767.499px) {
  .home-visit-content .home-visit-main-title-section .home-visit-main-desc {
    max-width: 100%;
  }
}
.home-visit-content .home-visit-main-title-section .home-visit-fulltext {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #333;
  margin-bottom: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
  width: 100%;
}
@media only screen and (max-width: 767.499px) {
  .home-visit-content .home-visit-main-title-section .home-visit-fulltext {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1rem;
  }
}
.home-visit-content .home-visit-main-title-section .home-visit-fulltext:last-child {
  margin-bottom: 0;
}
.home-visit-content .home-visit-about-section {
  background: #fff;
  padding: 5rem 0;
}
@media only screen and (max-width: 767.499px) {
  .home-visit-content .home-visit-about-section {
    padding: 3rem 0;
  }
}
.home-visit-content .home-visit-about-section .section-container {
  width: 100%;
  max-width: 71rem;
  margin: 0 auto;
  padding: 0 1.2rem;
}
.home-visit-content .home-visit-about-section .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #A0C421;
  margin-bottom: 4rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  justify-content: center;
  text-align: center;
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
  font-family: "Noto Sans JP", sans-serif;
}
.home-visit-content .home-visit-about-section .section-title .section-title-en {
  font-size: 1.1rem;
  color: #6bb659;
  font-weight: 700;
  order: -1;
}
@media only screen and (max-width: 767.499px) {
  .home-visit-content .home-visit-about-section .section-title {
    font-size: 1.44rem;
    gap: 0.5rem;
    margin-bottom: 2rem;
  }
  .home-visit-content .home-visit-about-section .section-title .section-title-en {
    font-size: 1.1rem;
  }
}
.home-visit-content .home-visit-about-section .home-visit-about-flex {
  display: flex;
  align-items: center;
  gap: 3rem;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767.499px) {
  .home-visit-content .home-visit-about-section .home-visit-about-flex {
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 3rem;
  }
}
.home-visit-content .home-visit-about-section .home-visit-about-col-left {
  flex: 1 1 0;
  min-width: 0;
}
.home-visit-content .home-visit-about-section .home-visit-about-col-right {
  flex: 0 0 21.25rem;
  width: 100%;
}
@media only screen and (max-width: 767.499px) {
  .home-visit-content .home-visit-about-section .home-visit-about-col-right {
    flex: 1;
    max-width: 100%;
  }
}
.home-visit-content .home-visit-about-section .home-visit-about-image {
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.08);
}
.home-visit-content .home-visit-about-section .home-visit-about-desc {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #333;
  margin-bottom: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
}
@media only screen and (max-width: 767.499px) {
  .home-visit-content .home-visit-about-section .home-visit-about-desc {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1rem;
  }
}
.home-visit-content .home-visit-about-section .home-visit-about-desc:last-child {
  margin-bottom: 0;
}
.home-visit-content .home-visit-about-section .home-visit-center-title {
  text-align: center;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 767.499px) {
  .home-visit-content .home-visit-about-section .home-visit-center-title {
    margin-bottom: 2rem;
  }
}
.home-visit-content .home-visit-about-section .home-visit-experience-flex {
  display: flex;
  align-items: center;
  gap: 3rem;
}
@media only screen and (max-width: 767.499px) {
  .home-visit-content .home-visit-about-section .home-visit-experience-flex {
    flex-direction: column;
    gap: 2rem;
  }
}
.home-visit-content .home-visit-about-section .home-visit-experience-col-left {
  flex: 1 1 0;
  min-width: 0;
}
.home-visit-content .home-visit-about-section .home-visit-experience-col-right {
  flex: 0 0 21.25rem;
  width: 100%;
}
@media only screen and (max-width: 767.499px) {
  .home-visit-content .home-visit-about-section .home-visit-experience-col-right {
    flex: 1;
    max-width: 100%;
  }
}
.home-visit-content .home-visit-about-section .home-visit-experience-image {
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.08);
}
.home-visit-content .home-visit-about-section .home-visit-experience-desc {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #333;
  margin-bottom: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
}
@media only screen and (max-width: 767.499px) {
  .home-visit-content .home-visit-about-section .home-visit-experience-desc {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1rem;
  }
}
.home-visit-content .home-visit-about-section .home-visit-experience-desc:last-child {
  margin-bottom: 0;
}

.home-visit-services-section {
  background: #f3f8e6;
  padding: 5rem 0;
  position: relative;
}
.home-visit-services-section::before {
  content: "";
  position: absolute;
  top: -5rem;
  left: 0;
  width: 10rem;
  height: 100%;
  background: url("../../../template_theme/assets/img/top/leaves-left.png") no-repeat left top;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 767.499px) {
  .home-visit-services-section::before {
    width: 4.5rem;
    top: -2rem;
  }
}
.home-visit-services-section::after {
  content: "";
  position: absolute;
  top: -5rem;
  right: 0;
  width: 9rem;
  height: 100%;
  background: url("../../../template_theme/assets/img/top/leaves-right.png") no-repeat right top;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 767.499px) {
  .home-visit-services-section::after {
    width: 4rem;
    top: -2rem;
  }
}
.home-visit-services-section .section-container {
  position: relative;
  z-index: 2;
  max-width: 71rem;
  margin: 0 auto;
  padding: 0 1.2rem;
}
.home-visit-services-section .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #A0C421;
  margin-bottom: 4rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  justify-content: center;
  text-align: center;
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
  font-family: "Noto Sans JP", sans-serif;
}
.home-visit-services-section .section-title .section-title-en {
  font-size: 1.1rem;
  color: #6bb659;
  font-weight: 700;
  order: -1;
}
@media only screen and (max-width: 767.499px) {
  .home-visit-services-section .section-title {
    font-size: 1.44rem;
    gap: 0.5rem;
    margin-bottom: 2rem;
  }
  .home-visit-services-section .section-title .section-title-en {
    font-size: 1.1rem;
  }
}
.home-visit-services-section .home-visit-center-title {
  text-align: center;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 767.499px) {
  .home-visit-services-section .home-visit-center-title {
    margin-bottom: 2rem;
  }
}
.home-visit-services-section .home-visit-services-flex {
  display: flex;
  align-items: center;
  gap: 3rem;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767.499px) {
  .home-visit-services-section .home-visit-services-flex {
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 3rem;
  }
}
.home-visit-services-section .home-visit-services-col-left {
  flex: 1 1 0;
  min-width: 0;
}
.home-visit-services-section .home-visit-services-col-right {
  flex: 0 0 21.25rem;
  width: 100%;
}
@media only screen and (max-width: 767.499px) {
  .home-visit-services-section .home-visit-services-col-right {
    flex: 1;
    max-width: 100%;
  }
}
.home-visit-services-section .home-visit-services-image {
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.08);
}
.home-visit-services-section .home-visit-service-subtitle {
  font-size: 1.4rem;
  font-weight: 700;
  color: #333;
  margin: 3rem 0 1.5rem 0;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4;
  border-bottom: 1px solid #50a166;
  padding-bottom: 0.5rem;
}
@media only screen and (max-width: 767.499px) {
  .home-visit-services-section .home-visit-service-subtitle {
    font-size: 1.2rem;
    margin: 2rem 0 1rem 0;
  }
}
.home-visit-services-section .home-visit-services-question {
  font-size: 1.2rem;
  line-height: 1.7;
  color: #333;
  margin-bottom: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  text-align: left;
}
@media only screen and (max-width: 767.499px) {
  .home-visit-services-section .home-visit-services-question {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 1rem;
  }
}
.home-visit-services-section .home-visit-services-text {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #333;
  margin-bottom: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
}
@media only screen and (max-width: 767.499px) {
  .home-visit-services-section .home-visit-services-text {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1rem;
  }
}
.home-visit-services-section .home-visit-services-text:last-child {
  margin-bottom: 0;
}
.home-visit-services-section .home-visit-services-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem 0;
}
@media only screen and (max-width: 767.499px) {
  .home-visit-services-section .home-visit-services-list {
    margin-bottom: 1rem;
  }
}
.home-visit-services-section .home-visit-services-item {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 1rem;
  font-size: 1.1rem;
  line-height: 1.6;
  color: #333;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .home-visit-services-section .home-visit-services-item {
    font-size: 1rem;
    margin-bottom: 0.8rem;
  }
}
.home-visit-services-section .home-visit-services-item:before {
  content: "•";
  position: absolute;
  left: 0;
  top: -6%;
  color: #50a166;
  font-weight: bold;
  font-size: 1.2rem;
}

.home-visit-flow-section {
  background: #f5fdf5;
  padding: 5rem 0;
  position: relative;
}
.home-visit-flow-section::before {
  content: "";
  position: absolute;
  top: -5rem;
  left: 0;
  width: 10rem;
  height: 100%;
  background: url("../../../template_theme/assets/img/top/leaves-left.png") no-repeat left top;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 767.499px) {
  .home-visit-flow-section::before {
    width: 4.5rem;
    top: -2rem;
  }
}
.home-visit-flow-section::after {
  content: "";
  position: absolute;
  top: -5rem;
  right: 0;
  width: 9rem;
  height: 100%;
  background: url("../../../template_theme/assets/img/top/leaves-right.png") no-repeat right top;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 767.499px) {
  .home-visit-flow-section::after {
    width: 4rem;
    top: -2rem;
  }
}
.home-visit-flow-section .section-container {
  position: relative;
  z-index: 2;
  max-width: 71rem;
  margin: 0 auto;
  padding: 0 1.2rem;
}
.home-visit-flow-section .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #A0C421;
  margin-bottom: 4rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  justify-content: center;
  text-align: center;
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
  font-family: "Noto Sans JP", sans-serif;
}
.home-visit-flow-section .section-title .section-title-en {
  font-size: 1.1rem;
  color: #6bb659;
  font-weight: 700;
  order: -1;
}
@media only screen and (max-width: 767.499px) {
  .home-visit-flow-section .section-title {
    font-size: 1.44rem;
    gap: 0.5rem;
    margin-bottom: 2rem;
  }
  .home-visit-flow-section .section-title .section-title-en {
    font-size: 1.1rem;
  }
}
.home-visit-flow-section .procedure-step {
  display: flex;
  align-items: center;
  gap: 3rem;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 767.499px) {
  .home-visit-flow-section .procedure-step {
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 2rem;
  }
}
.home-visit-flow-section .procedure-step:last-child {
  margin-bottom: 0;
}
.home-visit-flow-section .procedure-col-left {
  flex: 1 1 0;
  min-width: 0;
}
.home-visit-flow-section .procedure-col-right {
  flex: 0 0 21.25rem;
  width: 100%;
}
@media only screen and (max-width: 767.499px) {
  .home-visit-flow-section .procedure-col-right {
    flex: 1;
    max-width: 100%;
  }
}
.home-visit-flow-section .procedure-col-right picture {
  display: block;
}
.home-visit-flow-section .procedure-col-right picture img {
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
}
.home-visit-flow-section .flex2-subtitle-with-no {
  position: relative;
  margin-bottom: 1.5rem;
  padding-left: 5rem;
  color: #333;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .home-visit-flow-section .flex2-subtitle-with-no {
    font-size: 1.3rem;
    padding-left: 4rem;
    margin-bottom: 1rem;
  }
}
.home-visit-flow-section .flex2-subtitle-with-no::before {
  content: attr(data-no);
  position: absolute;
  left: 0;
  top: 44% !important;
  transform: translateY(-50%);
  width: 3.5rem;
  height: 2.5rem;
  background-color: #50a166;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .home-visit-flow-section .flex2-subtitle-with-no::before {
    width: 3rem;
    height: 2.3rem;
    font-size: 1.3rem;
  }
}
.home-visit-flow-section .flex2-text {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #333;
  margin-bottom: 0;
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
}
@media only screen and (max-width: 767.499px) {
  .home-visit-flow-section .flex2-text {
    font-size: 1rem;
    line-height: 1.6;
  }
}

.sensitive-content .sensitive-main-title-section {
  padding: 5rem 0 1rem;
  background-color: #fff;
}
@media only screen and (max-width: 767.499px) {
  .sensitive-content .sensitive-main-title-section {
    padding: 1rem 0 0;
  }
}
.sensitive-content .sensitive-main-title-section .section-container {
  width: 100%;
  max-width: 71rem;
  margin: 0 auto;
  padding: 0 1.2rem;
}
.sensitive-content .sensitive-main-title-section .sensitive-main-title-content {
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 767.499px) {
  .sensitive-content .sensitive-main-title-section .sensitive-main-title-content {
    max-width: 100%;
    text-align: left;
  }
}
.sensitive-content .sensitive-main-title-section .sensitive-main-desc {
  max-width: 68rem;
  margin: 0 auto;
  padding: 1rem 0 3rem;
}
@media only screen and (max-width: 767.499px) {
  .sensitive-content .sensitive-main-title-section .sensitive-main-desc {
    max-width: 100%;
  }
}
.sensitive-content .sensitive-main-title-section .sensitive-fulltext {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #333;
  margin-bottom: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
  width: 100%;
}
@media only screen and (max-width: 767.499px) {
  .sensitive-content .sensitive-main-title-section .sensitive-fulltext {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1rem;
  }
}
.sensitive-content .sensitive-main-title-section .sensitive-fulltext:last-child {
  margin-bottom: 0;
}
.sensitive-content .sensitive-about-section {
  background: #fff;
  padding: 5rem 0;
}
@media only screen and (max-width: 767.499px) {
  .sensitive-content .sensitive-about-section {
    padding: 3rem 0;
  }
}
.sensitive-content .sensitive-about-section .section-container {
  width: 100%;
  max-width: 71rem;
  margin: 0 auto;
  padding: 0 1.2rem;
}
.sensitive-content .sensitive-about-section .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #A0C421;
  margin-bottom: 4rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  justify-content: center;
  text-align: center;
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
  font-family: "Noto Sans JP", sans-serif;
}
.sensitive-content .sensitive-about-section .section-title .section-title-en {
  font-size: 1.1rem;
  color: #6bb659;
  font-weight: 700;
  order: -1;
}
@media only screen and (max-width: 767.499px) {
  .sensitive-content .sensitive-about-section .section-title {
    font-size: 1.44rem;
    gap: 0.5rem;
    margin-bottom: 2rem;
  }
  .sensitive-content .sensitive-about-section .section-title .section-title-en {
    font-size: 1.1rem;
  }
}
.sensitive-content .sensitive-about-section .sensitive-about-flex {
  display: flex;
  align-items: center;
  gap: 3rem;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767.499px) {
  .sensitive-content .sensitive-about-section .sensitive-about-flex {
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 3rem;
  }
}
.sensitive-content .sensitive-about-section .sensitive-about-col-left {
  flex: 1 1 0;
  min-width: 0;
}
.sensitive-content .sensitive-about-section .sensitive-about-col-right {
  flex: 0 0 21.25rem;
  width: 100%;
}
@media only screen and (max-width: 767.499px) {
  .sensitive-content .sensitive-about-section .sensitive-about-col-right {
    flex: 1;
    max-width: 100%;
  }
}
.sensitive-content .sensitive-about-section .sensitive-about-image {
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.08);
}
.sensitive-content .sensitive-about-section .sensitive-about-desc {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #333;
  margin-bottom: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
}
@media only screen and (max-width: 767.499px) {
  .sensitive-content .sensitive-about-section .sensitive-about-desc {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1rem;
  }
}
.sensitive-content .sensitive-about-section .sensitive-about-desc:last-child {
  margin-bottom: 0;
}
.sensitive-content .sensitive-about-section .sensitive-center-title {
  text-align: center;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 767.499px) {
  .sensitive-content .sensitive-about-section .sensitive-center-title {
    margin-bottom: 2rem;
  }
}
.sensitive-content .sensitive-about-section .sensitive-causes-subtitle {
  font-size: 1.4rem;
  font-weight: 700;
  color: #333;
  margin: 3rem 0 1.5rem 0;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4;
  border-bottom: 1px solid #50a166;
  padding-bottom: 0.5rem;
}
@media only screen and (max-width: 767.499px) {
  .sensitive-content .sensitive-about-section .sensitive-causes-subtitle {
    font-size: 1.2rem;
    margin: 2rem 0 1rem 0;
  }
}
.sensitive-content .sensitive-about-section .sensitive-causes-text {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #333;
  margin-bottom: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
}
@media only screen and (max-width: 767.499px) {
  .sensitive-content .sensitive-about-section .sensitive-causes-text {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1rem;
  }
}
.sensitive-content .sensitive-about-section .sensitive-causes-text:last-child {
  margin-bottom: 0;
}
.sensitive-content .sensitive-difference-section {
  background: #f3f8e6;
  padding: 5rem 0;
  position: relative;
}
.sensitive-content .sensitive-difference-section::before {
  content: "";
  position: absolute;
  top: -5rem;
  left: 0;
  width: 10rem;
  height: 100%;
  background: url("../../../template_theme/assets/img/top/leaves-left.png") no-repeat left top;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 767.499px) {
  .sensitive-content .sensitive-difference-section::before {
    width: 4.5rem;
    top: -2rem;
  }
}
.sensitive-content .sensitive-difference-section::after {
  content: "";
  position: absolute;
  top: -5rem;
  right: 0;
  width: 9rem;
  height: 100%;
  background: url("../../../template_theme/assets/img/top/leaves-right.png") no-repeat right top;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 767.499px) {
  .sensitive-content .sensitive-difference-section::after {
    width: 4rem;
    top: -2rem;
  }
}
.sensitive-content .sensitive-difference-section .section-container {
  position: relative;
  z-index: 2;
  max-width: 71rem;
  margin: 0 auto;
  padding: 0 1.2rem;
}
.sensitive-content .sensitive-difference-section .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #A0C421;
  margin-bottom: 4rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  justify-content: center;
  text-align: center;
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
  font-family: "Noto Sans JP", sans-serif;
}
.sensitive-content .sensitive-difference-section .section-title .section-title-en {
  font-size: 1.1rem;
  color: #6bb659;
  font-weight: 700;
  order: -1;
}
@media only screen and (max-width: 767.499px) {
  .sensitive-content .sensitive-difference-section .section-title {
    font-size: 1.44rem;
    gap: 0.5rem;
    margin-bottom: 2rem;
  }
  .sensitive-content .sensitive-difference-section .section-title .section-title-en {
    font-size: 1.1rem;
  }
}
.sensitive-content .sensitive-difference-section .sensitive-difference-flex {
  display: flex;
  align-items: center;
  gap: 3rem;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767.499px) {
  .sensitive-content .sensitive-difference-section .sensitive-difference-flex {
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 3rem;
  }
}
.sensitive-content .sensitive-difference-section .sensitive-difference-col-left {
  flex: 1 1 0;
  min-width: 0;
}
.sensitive-content .sensitive-difference-section .sensitive-difference-col-right {
  flex: 0 0 21.25rem;
  width: 100%;
}
@media only screen and (max-width: 767.499px) {
  .sensitive-content .sensitive-difference-section .sensitive-difference-col-right {
    flex: 1;
    max-width: 100%;
  }
}
.sensitive-content .sensitive-difference-section .sensitive-difference-image {
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.08);
}
.sensitive-content .sensitive-difference-section .sensitive-difference-desc {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #333;
  margin-bottom: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
}
@media only screen and (max-width: 767.499px) {
  .sensitive-content .sensitive-difference-section .sensitive-difference-desc {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1rem;
  }
}
.sensitive-content .sensitive-difference-section .sensitive-difference-desc:last-child {
  margin-bottom: 0;
}
.sensitive-content .sensitive-difference-section .sensitive-difference-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem 0;
}
@media only screen and (max-width: 767.499px) {
  .sensitive-content .sensitive-difference-section .sensitive-difference-list {
    margin-bottom: 1rem;
  }
}
.sensitive-content .sensitive-difference-section .sensitive-difference-item {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 1rem;
  font-size: 1.1rem;
  line-height: 1.6;
  color: #333;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .sensitive-content .sensitive-difference-section .sensitive-difference-item {
    font-size: 1rem;
    margin-bottom: 0.8rem;
  }
}
.sensitive-content .sensitive-difference-section .sensitive-difference-item:before {
  content: "•";
  position: absolute;
  left: 0;
  top: -6%;
  color: #50a166;
  font-weight: bold;
  font-size: 1.2rem;
}
.sensitive-content .sensitive-difference-section .sensitive-causes-subtitle {
  font-size: 1.4rem;
  font-weight: 700;
  color: #333;
  margin: 3rem 0 1.5rem 0;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4;
  border-bottom: 1px solid #50a166;
  padding-bottom: 0.5rem;
}
@media only screen and (max-width: 767.499px) {
  .sensitive-content .sensitive-difference-section .sensitive-causes-subtitle {
    font-size: 1.2rem;
    margin: 2rem 0 1rem 0;
  }
}
.sensitive-content .sensitive-difference-section .sensitive-causes-text {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #333;
  margin-bottom: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
}
@media only screen and (max-width: 767.499px) {
  .sensitive-content .sensitive-difference-section .sensitive-causes-text {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1rem;
  }
}
.sensitive-content .sensitive-difference-section .sensitive-causes-text:last-child {
  margin-bottom: 0;
}
.sensitive-content .sensitive-causes-section {
  background: #fff;
  padding: 5rem 0;
}
@media only screen and (max-width: 767.499px) {
  .sensitive-content .sensitive-causes-section {
    padding: 3rem 0;
  }
}
.sensitive-content .sensitive-causes-section .section-container {
  width: 100%;
  max-width: 71rem;
  margin: 0 auto;
  padding: 0 1.2rem;
}
.sensitive-content .sensitive-causes-section .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #A0C421;
  margin-bottom: 4rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  justify-content: center;
  text-align: center;
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
  font-family: "Noto Sans JP", sans-serif;
}
.sensitive-content .sensitive-causes-section .section-title .section-title-en {
  font-size: 1.1rem;
  color: #6bb659;
  font-weight: 700;
  order: -1;
}
@media only screen and (max-width: 767.499px) {
  .sensitive-content .sensitive-causes-section .section-title {
    font-size: 1.44rem;
    gap: 0.5rem;
    margin-bottom: 2rem;
  }
  .sensitive-content .sensitive-causes-section .section-title .section-title-en {
    font-size: 1.1rem;
  }
}
.sensitive-content .sensitive-causes-section .sensitive-causes-content {
  max-width: 68rem;
  margin: 0 auto;
}
.sensitive-content .sensitive-causes-section .sensitive-causes-float-image {
  float: right;
  width: 21.25rem;
  height: auto;
  margin: 0 0 2rem 2rem;
  border-radius: 0.5rem;
}
@media only screen and (max-width: 767.499px) {
  .sensitive-content .sensitive-causes-section .sensitive-causes-float-image {
    float: none;
    width: 100%;
    margin: 0 0 2rem 0;
    display: block;
  }
}
@media only screen and (max-width: 767.499px) {
  .sensitive-content .sensitive-causes-section .sensitive-causes-float-text {
    overflow: visible;
  }
}
.sensitive-content .sensitive-causes-section .sensitive-causes-clear {
  clear: both;
}
.sensitive-content .sensitive-causes-section .sensitive-causes-desc {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #333;
  margin-bottom: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
}
@media only screen and (max-width: 767.499px) {
  .sensitive-content .sensitive-causes-section .sensitive-causes-desc {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1rem;
  }
}
.sensitive-content .sensitive-causes-section .sensitive-causes-desc:last-child {
  margin-bottom: 0;
}
.sensitive-content .sensitive-causes-section .sensitive-causes-subtitle {
  font-size: 1.4rem;
  font-weight: 700;
  color: #333;
  margin: 3rem 0 1.5rem 0;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4;
  border-bottom: 1px solid #50a166;
  padding-bottom: 0.5rem;
}
@media only screen and (max-width: 767.499px) {
  .sensitive-content .sensitive-causes-section .sensitive-causes-subtitle {
    font-size: 1.2rem;
    margin: 2rem 0 1rem 0;
  }
}
.sensitive-content .sensitive-causes-section .sensitive-causes-list {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem 0;
  clear: both;
}
@media only screen and (max-width: 767.499px) {
  .sensitive-content .sensitive-causes-section .sensitive-causes-list {
    margin-bottom: 1.5rem;
  }
}
.sensitive-content .sensitive-causes-section .sensitive-causes-item {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 1rem;
  font-size: 1.1rem;
  line-height: 1.6;
  color: #333;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .sensitive-content .sensitive-causes-section .sensitive-causes-item {
    font-size: 1rem;
    margin-bottom: 0.8rem;
  }
}
.sensitive-content .sensitive-causes-section .sensitive-causes-item:before {
  content: "•";
  position: absolute;
  left: 0;
  top: -6%;
  color: #50a166;
  font-weight: bold;
  font-size: 1.2rem;
}
.sensitive-content .sensitive-causes-section .sensitive-causes-special-item {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767.499px) {
  .sensitive-content .sensitive-causes-section .sensitive-causes-special-item {
    margin-bottom: 1.5rem;
  }
}
.sensitive-content .sensitive-causes-section .sensitive-causes-special-title {
  position: relative;
  font-size: 1.2rem;
  font-weight: 500;
  color: #333;
  margin-bottom: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4;
  padding-left: 1.5rem;
}
@media only screen and (max-width: 767.499px) {
  .sensitive-content .sensitive-causes-section .sensitive-causes-special-title {
    font-size: 1.1rem;
    margin-bottom: 0.8rem;
  }
}
.sensitive-content .sensitive-causes-section .sensitive-causes-special-title:before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
  color: #50a166;
  font-weight: bold;
  font-size: 1.4rem;
}
@media only screen and (max-width: 767.499px) {
  .sensitive-content .sensitive-causes-section .sensitive-causes-special-title:before {
    font-size: 1.2rem;
  }
}
.sensitive-content .sensitive-treatment-section {
  background: #f3f8e6;
  padding: 5rem 0;
  position: relative;
}
.sensitive-content .sensitive-treatment-section::before {
  content: "";
  position: absolute;
  top: -5rem;
  left: 0;
  width: 10rem;
  height: 100%;
  background: url("../../../template_theme/assets/img/top/leaves-left.png") no-repeat left top;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 767.499px) {
  .sensitive-content .sensitive-treatment-section::before {
    width: 4.5rem;
    top: -2rem;
  }
}
.sensitive-content .sensitive-treatment-section::after {
  content: "";
  position: absolute;
  top: -5rem;
  right: 0;
  width: 9rem;
  height: 100%;
  background: url("../../../template_theme/assets/img/top/leaves-right.png") no-repeat right top;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 767.499px) {
  .sensitive-content .sensitive-treatment-section::after {
    width: 4rem;
    top: -2rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .sensitive-content .sensitive-treatment-section {
    padding: 3rem 0;
  }
}
.sensitive-content .sensitive-treatment-section .section-container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 71rem;
  margin: 0 auto;
  padding: 0 1.2rem;
}
.sensitive-content .sensitive-treatment-section .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #A0C421;
  margin-bottom: 4rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  justify-content: center;
  text-align: center;
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
  font-family: "Noto Sans JP", sans-serif;
}
.sensitive-content .sensitive-treatment-section .section-title .section-title-en {
  font-size: 1.1rem;
  color: #6bb659;
  font-weight: 700;
  order: -1;
}
@media only screen and (max-width: 767.499px) {
  .sensitive-content .sensitive-treatment-section .section-title {
    font-size: 1.44rem;
    gap: 0.5rem;
    margin-bottom: 2rem;
  }
  .sensitive-content .sensitive-treatment-section .section-title .section-title-en {
    font-size: 1.1rem;
  }
}
.sensitive-content .sensitive-treatment-section .sensitive-treatment-content {
  max-width: 68rem;
  margin: 0 auto;
}
.sensitive-content .sensitive-treatment-section .sensitive-treatment-float-image {
  float: right;
  width: 21.25rem;
  height: auto;
  margin: 0 0 2rem 2rem;
  border-radius: 0.5rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.08);
}
@media only screen and (max-width: 767.499px) {
  .sensitive-content .sensitive-treatment-section .sensitive-treatment-float-image {
    float: none;
    width: 100%;
    margin: 0 0 2rem 0;
    display: block;
  }
}
@media only screen and (max-width: 767.499px) {
  .sensitive-content .sensitive-treatment-section .sensitive-treatment-float-text {
    overflow: visible;
  }
}
.sensitive-content .sensitive-treatment-section .sensitive-treatment-clear {
  clear: both;
}
.sensitive-content .sensitive-treatment-section .sensitive-treatment-desc {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #333;
  margin-bottom: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
}
@media only screen and (max-width: 767.499px) {
  .sensitive-content .sensitive-treatment-section .sensitive-treatment-desc {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1rem;
  }
}
.sensitive-content .sensitive-treatment-section .sensitive-treatment-desc:last-child {
  margin-bottom: 0;
}
.sensitive-content .sensitive-treatment-section .sensitive-treatment-special-item {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767.499px) {
  .sensitive-content .sensitive-treatment-section .sensitive-treatment-special-item {
    margin-bottom: 1.5rem;
  }
}
.sensitive-content .sensitive-treatment-section .sensitive-treatment-special-title {
  position: relative;
  font-size: 1.2rem;
  font-weight: 500;
  color: #333;
  margin-bottom: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4;
  padding-left: 1.5rem;
}
@media only screen and (max-width: 767.499px) {
  .sensitive-content .sensitive-treatment-section .sensitive-treatment-special-title {
    font-size: 1.1rem;
    margin-bottom: 0.8rem;
  }
}
.sensitive-content .sensitive-treatment-section .sensitive-treatment-special-title:before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
  color: #50a166;
  font-weight: bold;
  font-size: 1.4rem;
}
@media only screen and (max-width: 767.499px) {
  .sensitive-content .sensitive-treatment-section .sensitive-treatment-special-title:before {
    font-size: 1.2rem;
  }
}
.sensitive-content .sensitive-selfcare-section {
  background: #fff;
  padding: 5rem 0;
}
@media only screen and (max-width: 767.499px) {
  .sensitive-content .sensitive-selfcare-section {
    padding: 3rem 0;
  }
}
.sensitive-content .sensitive-selfcare-section .section-container {
  width: 100%;
  max-width: 71rem;
  margin: 0 auto;
  padding: 0 1.2rem;
}
.sensitive-content .sensitive-selfcare-section .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #A0C421;
  margin-bottom: 4rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  justify-content: center;
  text-align: center;
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
  font-family: "Noto Sans JP", sans-serif;
}
.sensitive-content .sensitive-selfcare-section .section-title .section-title-en {
  font-size: 1.1rem;
  color: #6bb659;
  font-weight: 700;
  order: -1;
}
@media only screen and (max-width: 767.499px) {
  .sensitive-content .sensitive-selfcare-section .section-title {
    font-size: 1.44rem;
    gap: 0.5rem;
    margin-bottom: 2rem;
  }
  .sensitive-content .sensitive-selfcare-section .section-title .section-title-en {
    font-size: 1.1rem;
  }
}
.sensitive-content .sensitive-selfcare-section .sensitive-causes-subtitle {
  font-size: 1.4rem;
  font-weight: 700;
  color: #333;
  margin: 0 0 3rem 0;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4;
  border-bottom: 1px solid #50a166;
  padding-bottom: 0.5rem;
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767.499px) {
  .sensitive-content .sensitive-selfcare-section .sensitive-causes-subtitle {
    font-size: 1.2rem;
    margin: 0 0 2rem 0;
  }
}
.sensitive-content .sensitive-selfcare-section .sensitive-selfcare-content {
  max-width: 68rem;
  margin: 0 auto;
}
.sensitive-content .sensitive-selfcare-section .sensitive-selfcare-float-image {
  float: right;
  width: 21.25rem;
  height: auto;
  margin: 0 0 2rem 2rem;
  border-radius: 0.5rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.08);
}
@media only screen and (max-width: 767.499px) {
  .sensitive-content .sensitive-selfcare-section .sensitive-selfcare-float-image {
    float: none;
    width: 100%;
    margin: 0 0 2rem 0;
    display: block;
  }
}
@media only screen and (max-width: 767.499px) {
  .sensitive-content .sensitive-selfcare-section .sensitive-selfcare-float-text {
    overflow: visible;
  }
}
.sensitive-content .sensitive-selfcare-section .sensitive-selfcare-clear {
  clear: both;
}
.sensitive-content .sensitive-selfcare-section .sensitive-selfcare-desc {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #333;
  margin-bottom: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
}
@media only screen and (max-width: 767.499px) {
  .sensitive-content .sensitive-selfcare-section .sensitive-selfcare-desc {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1rem;
  }
}
.sensitive-content .sensitive-selfcare-section .sensitive-selfcare-desc:last-child {
  margin-bottom: 0;
}
.sensitive-content .sensitive-selfcare-section .sensitive-selfcare-special-item {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767.499px) {
  .sensitive-content .sensitive-selfcare-section .sensitive-selfcare-special-item {
    margin-bottom: 1.5rem;
  }
}
.sensitive-content .sensitive-selfcare-section .sensitive-selfcare-special-title {
  position: relative;
  font-size: 1.2rem;
  font-weight: 500;
  color: #333;
  margin-bottom: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4;
  padding-left: 1.5rem;
}
@media only screen and (max-width: 767.499px) {
  .sensitive-content .sensitive-selfcare-section .sensitive-selfcare-special-title {
    font-size: 1.1rem;
    margin-bottom: 0.8rem;
  }
}
.sensitive-content .sensitive-selfcare-section .sensitive-selfcare-special-title:before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
  color: #50a166;
  font-weight: bold;
  font-size: 1.4rem;
}
@media only screen and (max-width: 767.499px) {
  .sensitive-content .sensitive-selfcare-section .sensitive-selfcare-special-title:before {
    font-size: 1.2rem;
  }
}

.sensitive-qa-section {
  padding: 5rem 0;
  background-color: #f3f8e6;
  position: relative;
}
@media only screen and (max-width: 767.499px) {
  .sensitive-qa-section {
    padding: 3rem 0;
  }
}
.sensitive-qa-section::before {
  content: "";
  position: absolute;
  top: -5rem;
  left: 0;
  width: 10rem;
  height: 100%;
  background: url("../../../template_theme/assets/img/top/leaves-left.png") no-repeat left top;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 767.499px) {
  .sensitive-qa-section::before {
    width: 4.5rem;
    top: -2rem;
  }
}
.sensitive-qa-section::after {
  content: "";
  position: absolute;
  top: -5rem;
  right: 0;
  width: 9rem;
  height: 100%;
  background: url("../../../template_theme/assets/img/top/leaves-right.png") no-repeat right top;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 767.499px) {
  .sensitive-qa-section::after {
    width: 4rem;
    top: -2rem;
  }
}
.sensitive-qa-section .section-container {
  position: relative;
  z-index: 2;
  max-width: 71rem;
  margin: 0 auto;
  padding: 0 1.2rem;
}
.sensitive-qa-section .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #A0C421;
  margin-bottom: 4rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  justify-content: center;
  text-align: center;
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
  font-family: "Noto Sans JP", sans-serif;
}
.sensitive-qa-section .section-title .section-title-en {
  font-size: 1.1rem;
  color: #6bb659;
  font-weight: 700;
  order: -1;
}
@media only screen and (max-width: 767.499px) {
  .sensitive-qa-section .section-title {
    font-size: 1.44rem;
    gap: 0.5rem;
    margin-bottom: 2rem;
  }
  .sensitive-qa-section .section-title .section-title-en {
    font-size: 1.1rem;
  }
}
.sensitive-qa-section .qa-container {
  max-width: 68rem;
  margin: 0 auto;
  padding: 0 2rem;
}
@media only screen and (max-width: 767.499px) {
  .sensitive-qa-section .qa-container {
    padding: 0;
  }
}
.sensitive-qa-section .qa-item {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767.499px) {
  .sensitive-qa-section .qa-item {
    margin-bottom: 1.5rem;
  }
}
.sensitive-qa-section .qa-item:last-child {
  margin-bottom: 0;
}
.sensitive-qa-section .qa-question {
  background-color: #50891f;
  color: #fff;
  padding: 1rem 1.5rem;
  padding-left: 3rem;
  margin-bottom: 0;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.6;
  border-radius: 8px;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .sensitive-qa-section .qa-question {
    padding: 0.8rem 0;
    padding-left: 3.5rem;
    font-size: 1rem;
  }
}
.sensitive-qa-section .qa-question::before {
  content: "Q";
  position: absolute;
  left: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  background-color: #fff;
  color: #50891f;
  font-size: 1.2rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 767.499px) {
  .sensitive-qa-section .qa-question::before {
    width: 1.8rem;
    height: 1.8rem;
    font-size: 1rem;
  }
}
.sensitive-qa-section .qa-answer {
  padding: 1.5rem 2rem 1.5rem 3rem;
  margin: 0;
  font-size: 1rem;
  color: #333;
  line-height: 1.8;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .sensitive-qa-section .qa-answer {
    padding: 1.2rem 0.5rem 1.2rem 3rem;
    font-size: 0.9rem;
    line-height: 1.7;
  }
}
.sensitive-qa-section .qa-answer::before {
  content: "A";
  position: absolute;
  left: 0.5rem;
  top: 1.5rem;
  width: 2rem;
  height: 2rem;
  background-color: #6bb659;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 767.499px) {
  .sensitive-qa-section .qa-answer::before {
    width: 1.8rem;
    height: 1.8rem;
    font-size: 1rem;
    top: 1.2rem;
  }
}

.cavity-content .cavity-revolution-section {
  background: #fff;
  padding: 5rem 0;
}
@media only screen and (max-width: 767.499px) {
  .cavity-content .cavity-revolution-section {
    padding: 3rem 0;
  }
}
.cavity-content .cavity-revolution-section .section-container {
  width: 100%;
  max-width: 71rem;
  margin: 0 auto;
  padding: 0 1.2rem;
}
.cavity-content .cavity-revolution-section .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #A0C421;
  margin-bottom: 4rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  justify-content: center;
  text-align: center;
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
  font-family: "Noto Sans JP", sans-serif;
}
.cavity-content .cavity-revolution-section .section-title .section-title-en {
  font-size: 1.1rem;
  color: #6bb659;
  font-weight: 700;
  order: -1;
}
@media only screen and (max-width: 767.499px) {
  .cavity-content .cavity-revolution-section .section-title {
    font-size: 1.44rem;
    gap: 0.5rem;
    margin-bottom: 2rem;
  }
  .cavity-content .cavity-revolution-section .section-title .section-title-en {
    font-size: 1.1rem;
  }
}
.cavity-content .cavity-revolution-section .cavity-main-title {
  margin: 3rem auto 1rem;
  padding: 0.3em 1em;
  color: #07651e;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  border-radius: 0.5rem;
  background: linear-gradient(to right, #dcebc4, #d0e1b8);
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (min-width: 768px) {
  .cavity-content .cavity-revolution-section .cavity-main-title {
    margin: 1.5rem auto 0.5rem;
    font-size: 1.5rem;
  }
}
.cavity-content .cavity-revolution-section .cavity-intro-text {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #333;
  margin-bottom: 4rem;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
@media only screen and (max-width: 767.499px) {
  .cavity-content .cavity-revolution-section .cavity-intro-text {
    font-size: 1rem;
    line-height: 1.6;
    text-align: left;
    margin-bottom: 3rem;
  }
}
.cavity-content .cavity-revolution-section .cavity-treatment-box {
  background-color: #fff;
  border: 2px solid #4caf50;
  border-radius: 1rem;
  padding: 2rem;
  max-width: 28rem;
  margin: auto;
  margin-bottom: 4rem;
  box-shadow: 0 4px 8px rgba(160, 196, 33, 0.1);
  counter-reset: treatment-counter;
}
@media only screen and (max-width: 767.499px) {
  .cavity-content .cavity-revolution-section .cavity-treatment-box {
    padding: 1.5rem;
    margin-bottom: 3rem;
    border-radius: 0.8rem;
  }
}
.cavity-content .cavity-revolution-section .cavity-treatment-box-title {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
}
@media only screen and (max-width: 767.499px) {
  .cavity-content .cavity-revolution-section .cavity-treatment-box-title {
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }
}
.cavity-content .cavity-revolution-section .cavity-treatment-box-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cavity-content .cavity-revolution-section .cavity-treatment-box-item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  font-size: 1.1rem;
  line-height: 1.6;
  color: #333;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .cavity-content .cavity-revolution-section .cavity-treatment-box-item {
    font-size: 0.9rem;
    margin-bottom: 0.8rem;
  }
}
.cavity-content .cavity-revolution-section .cavity-treatment-box-item:last-child {
  margin-bottom: 0;
}
.cavity-content .cavity-revolution-section .cavity-treatment-box-item::before {
  content: counter(treatment-counter);
  counter-increment: treatment-counter;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #088327;
  color: #fff;
  border-radius: 50%;
  font-size: 0.8rem;
  font-weight: 700;
  margin-right: 0.8rem;
  flex-shrink: 0;
  font-family: "Montserrat", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .cavity-content .cavity-revolution-section .cavity-treatment-box-item::before {
    width: 1.3rem;
    height: 1.3rem;
    font-size: 0.7rem;
    margin-right: 0.6rem;
  }
}
.cavity-content .cavity-revolution-section .cavity-laser-section {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767.499px) {
  .cavity-content .cavity-revolution-section .cavity-laser-section {
    margin-bottom: 3rem;
  }
}
.cavity-content .cavity-revolution-section .cavity-laser-subtitle {
  position: relative;
  margin-bottom: 2rem;
  padding-left: 3.5rem;
  color: #333;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .cavity-content .cavity-revolution-section .cavity-laser-subtitle {
    font-size: 1.3rem;
    padding-left: 4rem;
    margin-bottom: 1.5rem;
  }
}
.cavity-content .cavity-revolution-section .cavity-laser-subtitle::before {
  content: attr(data-no);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2.5rem;
  height: 2.5rem;
  background-color: #088327;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .cavity-content .cavity-revolution-section .cavity-laser-subtitle::before {
    width: 2.3rem;
    height: 2.3rem;
    font-size: 1.3rem;
  }
}
.cavity-content .cavity-revolution-section .cavity-laser-flex {
  display: flex;
  align-items: center;
  gap: 3rem;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 767.499px) {
  .cavity-content .cavity-revolution-section .cavity-laser-flex {
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 2rem;
  }
}
.cavity-content .cavity-revolution-section .cavity-laser-col-left {
  flex: 1 1 0;
  min-width: 0;
}
.cavity-content .cavity-revolution-section .cavity-laser-col-right {
  flex: 0 0 21.25rem;
  width: 100%;
}
@media only screen and (max-width: 767.499px) {
  .cavity-content .cavity-revolution-section .cavity-laser-col-right {
    order: -1;
    max-width: 100%;
    flex: 0;
  }
}
.cavity-content .cavity-revolution-section .cavity-laser-image {
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.08);
}
.cavity-content .cavity-revolution-section .cavity-laser-desc {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #333;
  margin-bottom: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
}
@media only screen and (max-width: 767.499px) {
  .cavity-content .cavity-revolution-section .cavity-laser-desc {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1rem;
  }
}
.cavity-content .cavity-revolution-section .cavity-laser-desc:last-child {
  margin-bottom: 0;
}
.cavity-content .cavity-revolution-section .canvity-redomend {
  background-color: #fff;
  border: 2px solid #4caf50;
  border-radius: 1rem;
  padding: 2rem;
  max-width: 37rem;
  margin: 5rem auto 0;
  box-shadow: 0 4px 8px rgba(160, 196, 33, 0.1);
}
@media only screen and (max-width: 767.499px) {
  .cavity-content .cavity-revolution-section .canvity-redomend {
    margin: 0 auto;
  }
}
.cavity-content .cavity-revolution-section .cavity-recommend-title {
  font-size: 1.3rem;
  font-weight: 500;
  color: #333;
  margin-bottom: 1.5rem;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .cavity-content .cavity-revolution-section .cavity-recommend-title {
    font-size: 1.1rem;
    margin-bottom: 1rem;
  }
}
.cavity-content .cavity-revolution-section .cavity-recommend-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cavity-content .cavity-revolution-section .cavity-recommend-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1rem;
  font-size: 1.1rem;
  line-height: 1.6;
  color: #333;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  padding-left: 1.5rem;
}
.cavity-content .cavity-revolution-section .cavity-recommend-item::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #4caf50;
  font-size: 1.2rem;
  font-weight: bold;
}
@media only screen and (max-width: 767.499px) {
  .cavity-content .cavity-revolution-section .cavity-recommend-item {
    font-size: 1rem;
    margin-bottom: 0.6rem;
  }
}
.cavity-content .cavity-revolution-section .cavity-recommend-item:last-child {
  margin-bottom: 0;
}
.cavity-content .cavity-revolution-section .cavity-concept-section {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767.499px) {
  .cavity-content .cavity-revolution-section .cavity-concept-section {
    margin-bottom: 3rem;
  }
}
.cavity-content .cavity-revolution-section .cavity-concept-title {
  font-size: 1.4rem;
  font-weight: 700;
  color: #333;
  margin: 3rem 0 1.5rem 0;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4;
  border-bottom: 1px solid #50a166;
  padding-bottom: 0.5rem;
}
@media only screen and (max-width: 767.499px) {
  .cavity-content .cavity-revolution-section .cavity-concept-title {
    font-size: 1.2rem;
    margin: 2rem 0 1rem 0;
  }
}
.cavity-content .cavity-revolution-section .cavity-concept-content {
  margin-top: 2rem;
}
@media only screen and (max-width: 767.499px) {
  .cavity-content .cavity-revolution-section .cavity-concept-content {
    margin-top: 1.5rem;
  }
}
.cavity-content .cavity-revolution-section .cavity-concept-subtitle {
  font-size: 1.3rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .cavity-content .cavity-revolution-section .cavity-concept-subtitle {
    font-size: 1.1rem;
    margin-bottom: 1rem;
  }
}
.cavity-content .cavity-revolution-section .cavity-concept-list {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem 0;
  counter-reset: concept-counter;
}
@media only screen and (max-width: 767.499px) {
  .cavity-content .cavity-revolution-section .cavity-concept-list {
    margin-bottom: 1.5rem;
  }
}
.cavity-content .cavity-revolution-section .cavity-concept-item {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 1rem;
  font-size: 1.1rem;
  line-height: 1.6;
  color: #333;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  counter-increment: concept-counter;
}
@media only screen and (max-width: 767.499px) {
  .cavity-content .cavity-revolution-section .cavity-concept-item {
    font-size: 1rem;
    margin-bottom: 0.8rem;
  }
}
.cavity-content .cavity-revolution-section .cavity-concept-item:before {
  content: counter(concept-counter) ".";
  position: absolute;
  left: 0;
  top: 0;
  color: #50a166;
  font-weight: bold;
  font-size: 1.1rem;
}
.cavity-content .cavity-revolution-section .cavity-concept-item:last-child {
  margin-bottom: 0;
}
.cavity-content .cavity-revolution-section .cavity-concept-text {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .cavity-content .cavity-revolution-section .cavity-concept-text {
    font-size: 1rem;
    line-height: 1.6;
  }
}
.cavity-content .cavity-revolution-section .cavity-buttons {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-top: 3rem;
}
@media only screen and (max-width: 767.499px) {
  .cavity-content .cavity-revolution-section .cavity-buttons {
    flex-direction: column;
    gap: 1rem;
    margin-top: 2rem;
  }
}
.cavity-content .cavity-revolution-section .cavity-button-item {
  text-align: center;
  width: 25rem;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .cavity-content .cavity-revolution-section .cavity-button-item {
    width: 100%;
  }
}
.cavity-content .cavity-revolution-section .cavity-button-item .common-btn {
  padding: 1rem 2rem;
  font-size: 1rem;
  width: 100%;
  display: inline-block;
  text-align: center;
}
@media only screen and (max-width: 767.499px) {
  .cavity-content .cavity-revolution-section .cavity-button-item .common-btn {
    padding: 0.8rem 1.5rem;
    font-size: 0.9rem;
  }
}
.cavity-content .cavity-revolution-section .cavity-closing-text {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 3rem;
  margin-bottom: 0;
}
@media only screen and (max-width: 767.499px) {
  .cavity-content .cavity-revolution-section .cavity-closing-text {
    font-size: 1rem;
    line-height: 1.6;
    margin-top: 2rem;
  }
}
.cavity-content .cavity-mitigation-section {
  background: #f3f8e6;
  padding: 5rem 0;
  position: relative;
}
@media only screen and (max-width: 767.499px) {
  .cavity-content .cavity-mitigation-section {
    padding: 3rem 0;
  }
}
.cavity-content .cavity-mitigation-section::before {
  content: "";
  position: absolute;
  top: -5rem;
  left: 0;
  width: 10rem;
  height: 100%;
  background: url("../../../template_theme/assets/img/top/leaves-left.png") no-repeat left top;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 767.499px) {
  .cavity-content .cavity-mitigation-section::before {
    width: 4.5rem;
    top: -2rem;
  }
}
.cavity-content .cavity-mitigation-section::after {
  content: "";
  position: absolute;
  top: -5rem;
  right: 0;
  width: 9rem;
  height: 100%;
  background: url("../../../template_theme/assets/img/top/leaves-right.png") no-repeat right top;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 767.499px) {
  .cavity-content .cavity-mitigation-section::after {
    width: 4rem;
    top: -2rem;
  }
}
.cavity-content .cavity-mitigation-section .section-container {
  position: relative;
  z-index: 2;
  max-width: 71rem;
  margin: 0 auto;
  padding: 0 1.2rem;
}
.cavity-content .cavity-mitigation-section .cavity-mitigation-subtitle {
  position: relative;
  margin-bottom: 4rem;
  padding-left: 3.5rem;
  color: #333;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .cavity-content .cavity-mitigation-section .cavity-mitigation-subtitle {
    font-size: 1.3rem;
    padding-left: 4rem;
    margin-bottom: 3rem;
  }
}
.cavity-content .cavity-mitigation-section .cavity-mitigation-subtitle::before {
  content: attr(data-no);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2.5rem;
  height: 2.5rem;
  background-color: #088327;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .cavity-content .cavity-mitigation-section .cavity-mitigation-subtitle::before {
    width: 2.3rem;
    height: 2.3rem;
    font-size: 1.3rem;
  }
}
.cavity-content .cavity-mitigation-section .cavity-mitigation-item {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767.499px) {
  .cavity-content .cavity-mitigation-section .cavity-mitigation-item {
    margin-bottom: 3rem;
  }
}
.cavity-content .cavity-mitigation-section .cavity-mitigation-item:last-child {
  margin-bottom: 0;
}
.cavity-content .cavity-mitigation-section .cavity-mitigation-flex {
  display: flex;
  align-items: center;
  gap: 3rem;
}
@media only screen and (max-width: 767.499px) {
  .cavity-content .cavity-mitigation-section .cavity-mitigation-flex {
    flex-direction: column;
    gap: 2rem;
  }
}
.cavity-content .cavity-mitigation-section .cavity-mitigation-col-left {
  flex: 0 0 21.25rem;
  width: 100%;
}
@media only screen and (max-width: 767.499px) {
  .cavity-content .cavity-mitigation-section .cavity-mitigation-col-left {
    flex: 1;
    max-width: 100%;
    order: 2;
  }
}
.cavity-content .cavity-mitigation-section .cavity-mitigation-col-right {
  flex: 1 1 0;
  min-width: 0;
}
@media only screen and (max-width: 767.499px) {
  .cavity-content .cavity-mitigation-section .cavity-mitigation-col-right {
    order: 1;
  }
}
.cavity-content .cavity-mitigation-section .cavity-mitigation-image {
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.08);
}
@media only screen and (max-width: 767.499px) {
  .cavity-content .cavity-mitigation-section .cavity-mitigation-image.second {
    width: 50%;
    margin: auto;
  }
}
.cavity-content .cavity-mitigation-section .cavity-mitigation-title {
  font-size: 1.3rem;
  font-weight: 500;
  color: #333;
  margin-bottom: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .cavity-content .cavity-mitigation-section .cavity-mitigation-title {
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }
}
.cavity-content .cavity-mitigation-section .cavity-mitigation-desc {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #333;
  margin-bottom: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .cavity-content .cavity-mitigation-section .cavity-mitigation-desc {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1rem;
  }
}
.cavity-content .cavity-mitigation-section .cavity-mitigation-desc:last-child {
  margin-bottom: 0;
}
.cavity-content .cavity-mitigation-section .cavity-mitigation-list {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0;
  counter-reset: laser-counter;
}
@media only screen and (max-width: 767.499px) {
  .cavity-content .cavity-mitigation-section .cavity-mitigation-list {
    margin: 1rem 0;
  }
}
.cavity-content .cavity-mitigation-section .cavity-mitigation-list-item {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 1.5rem;
  font-size: 1.1rem;
  line-height: 1.6;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  counter-increment: laser-counter;
}
@media only screen and (max-width: 767.499px) {
  .cavity-content .cavity-mitigation-section .cavity-mitigation-list-item {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
}
.cavity-content .cavity-mitigation-section .cavity-mitigation-list-item:before {
  content: counter(laser-counter) ".";
  position: absolute;
  left: 0;
  top: 0;
  color: #088327;
  font-weight: bold;
  font-size: 1.1rem;
}
.cavity-content .cavity-mitigation-section .cavity-mitigation-list-item:last-child {
  margin-bottom: 0;
}
.cavity-content .cavity-mitigation-section .cavity-mitigation-list-item strong {
  color: #088327;
  font-weight: 600;
}
.cavity-content .cavity-minimize-section {
  background: #fff;
  padding: 5rem 0;
  position: relative;
}
@media only screen and (max-width: 767.499px) {
  .cavity-content .cavity-minimize-section {
    padding: 3rem 0;
  }
}
.cavity-content .cavity-minimize-section::before {
  content: "";
  position: absolute;
  top: -5rem;
  left: 0;
  width: 10rem;
  height: 100%;
  background: url("../../../template_theme/assets/img/top/leaves-left.png") no-repeat left top;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 767.499px) {
  .cavity-content .cavity-minimize-section::before {
    width: 4.5rem;
    top: -2rem;
  }
}
.cavity-content .cavity-minimize-section::after {
  content: "";
  position: absolute;
  top: -5rem;
  right: 0;
  width: 9rem;
  height: 100%;
  background: url("../../../template_theme/assets/img/top/leaves-right.png") no-repeat right top;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 767.499px) {
  .cavity-content .cavity-minimize-section::after {
    width: 4rem;
    top: -2rem;
  }
}
.cavity-content .cavity-minimize-section .section-container {
  position: relative;
  z-index: 2;
  max-width: 71rem;
  margin: 0 auto;
  padding: 0 1.2rem;
}
.cavity-content .cavity-minimize-section .cavity-minimize-subtitle {
  position: relative;
  margin-bottom: 4rem;
  padding-left: 3.5rem;
  color: #333;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .cavity-content .cavity-minimize-section .cavity-minimize-subtitle {
    font-size: 1.3rem;
    padding-left: 4rem;
    margin-bottom: 3rem;
  }
}
.cavity-content .cavity-minimize-section .cavity-minimize-subtitle::before {
  content: attr(data-no);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2.5rem;
  height: 2.5rem;
  background-color: #088327;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .cavity-content .cavity-minimize-section .cavity-minimize-subtitle::before {
    width: 2.3rem;
    height: 2.3rem;
    font-size: 1.3rem;
  }
}
.cavity-content .cavity-minimize-section .cavity-minimize-item {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767.499px) {
  .cavity-content .cavity-minimize-section .cavity-minimize-item {
    margin-bottom: 3rem;
  }
}
.cavity-content .cavity-minimize-section .cavity-minimize-item:last-child {
  margin-bottom: 0;
}
.cavity-content .cavity-minimize-section .cavity-minimize-flex {
  display: flex;
  align-items: center;
  gap: 3rem;
}
@media only screen and (max-width: 767.499px) {
  .cavity-content .cavity-minimize-section .cavity-minimize-flex {
    flex-direction: column;
    gap: 2rem;
  }
}
.cavity-content .cavity-minimize-section .cavity-minimize-col-left {
  flex: 1 1 0;
  min-width: 0;
}
@media only screen and (max-width: 767.499px) {
  .cavity-content .cavity-minimize-section .cavity-minimize-col-left {
    order: 1;
  }
}
.cavity-content .cavity-minimize-section .cavity-minimize-col-right {
  flex: 0 0 21.25rem;
  width: 100%;
}
@media only screen and (max-width: 767.499px) {
  .cavity-content .cavity-minimize-section .cavity-minimize-col-right {
    flex: 1;
    max-width: 100%;
    order: 2;
  }
}
.cavity-content .cavity-minimize-section .cavity-minimize-image {
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.08);
}
@media only screen and (max-width: 767.499px) {
  .cavity-content .cavity-minimize-section .cavity-minimize-image.second {
    width: 50%;
    margin: auto;
  }
}
.cavity-content .cavity-minimize-section .cavity-minimize-title {
  font-size: 1.3rem;
  font-weight: 500;
  color: #333;
  margin-bottom: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .cavity-content .cavity-minimize-section .cavity-minimize-title {
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }
}
.cavity-content .cavity-minimize-section .cavity-minimize-desc {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #333;
  margin-bottom: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .cavity-content .cavity-minimize-section .cavity-minimize-desc {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1rem;
  }
}
.cavity-content .cavity-minimize-section .cavity-minimize-desc:last-child {
  margin-bottom: 0;
}
.cavity-content .cavity-minimize-section .cavity-minimize-list {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0;
}
@media only screen and (max-width: 767.499px) {
  .cavity-content .cavity-minimize-section .cavity-minimize-list {
    margin: 1rem 0;
  }
}
.cavity-content .cavity-minimize-section .cavity-minimize-list-item {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 1rem;
  font-size: 1.1rem;
  line-height: 1.6;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .cavity-content .cavity-minimize-section .cavity-minimize-list-item {
    font-size: 1rem;
    margin-bottom: 0.8rem;
  }
}
.cavity-content .cavity-minimize-section .cavity-minimize-list-item:before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #088327;
  font-weight: bold;
  font-size: 1.2rem;
}
.cavity-content .cavity-minimize-section .cavity-minimize-list-item:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .cavity-content .cavity-minimize-section .cavity-minimize-item .cavity-mitigation-flex {
    flex-direction: row-reverse;
  }
}
.cavity-content .cavity-minimize-section .cavity-minimize-item .cavity-mitigation-flex .cavity-mitigation-col-left {
  flex: 0 0 21.25rem;
  width: 100%;
}
@media only screen and (max-width: 767.499px) {
  .cavity-content .cavity-minimize-section .cavity-minimize-item .cavity-mitigation-flex .cavity-mitigation-col-left {
    flex: 1;
    max-width: 100%;
    order: 2;
  }
}
.cavity-content .cavity-minimize-section .cavity-minimize-item .cavity-mitigation-flex .cavity-mitigation-col-right {
  flex: 1 1 0;
  min-width: 0;
}
.cavity-content .cavity-minimize-section .cavity-minimize-item .cavity-mitigation-flex .cavity-mitigation-col-right.last {
  padding-top: 2rem;
}
@media only screen and (max-width: 767.499px) {
  .cavity-content .cavity-minimize-section .cavity-minimize-item .cavity-mitigation-flex .cavity-mitigation-col-right {
    order: 1;
  }
}
.cavity-content .cavity-why-section {
  background: #f3f8e6;
  padding: 5rem 0;
  position: relative;
}
@media only screen and (max-width: 767.499px) {
  .cavity-content .cavity-why-section {
    padding: 3rem 0;
  }
}
.cavity-content .cavity-why-section::before {
  content: "";
  position: absolute;
  top: -5rem;
  left: 0;
  width: 10rem;
  height: 100%;
  background: url("../../../template_theme/assets/img/top/leaves-left.png") no-repeat left top;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 767.499px) {
  .cavity-content .cavity-why-section::before {
    width: 4.5rem;
    top: -2rem;
  }
}
.cavity-content .cavity-why-section::after {
  content: "";
  position: absolute;
  top: -5rem;
  right: 0;
  width: 9rem;
  height: 100%;
  background: url("../../../template_theme/assets/img/top/leaves-right.png") no-repeat right top;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 767.499px) {
  .cavity-content .cavity-why-section::after {
    width: 4rem;
    top: -2rem;
  }
}
.cavity-content .cavity-why-section .section-container {
  position: relative;
  z-index: 2;
  max-width: 71rem;
  margin: 0 auto;
  padding: 0 1.2rem;
}
.cavity-content .cavity-why-section .cavity-why-main-title {
  margin: 3rem auto 1rem;
  padding: 0.3em 1em;
  color: #07651e;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  border-radius: 0.5rem;
  background: linear-gradient(to right, #dcebc4, #d0e1b8);
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 3rem;
}
@media only screen and (min-width: 768px) {
  .cavity-content .cavity-why-section .cavity-why-main-title {
    margin: 1.5rem auto 0.5rem;
    font-size: 1.5rem;
    margin-bottom: 4rem;
  }
}
.cavity-content .cavity-why-section .cavity-why-intro {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767.499px) {
  .cavity-content .cavity-why-section .cavity-why-intro {
    margin-bottom: 3rem;
  }
}
.cavity-content .cavity-why-section .cavity-why-intro-text {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #333;
  margin-bottom: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .cavity-content .cavity-why-section .cavity-why-intro-text {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1rem;
  }
}
.cavity-content .cavity-why-section .cavity-why-intro-text:last-child {
  margin-bottom: 0;
}
.cavity-content .cavity-why-section .cavity-why-intro-text strong {
  color: #088327;
  font-weight: 600;
}
.cavity-content .cavity-why-section .cavity-why-section-item {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 767.499px) {
  .cavity-content .cavity-why-section .cavity-why-section-item {
    margin-bottom: 2rem;
  }
}
.cavity-content .cavity-why-section .cavity-why-section-item:last-child {
  margin-bottom: 0;
}
.cavity-content .cavity-why-section .cavity-why-section-title {
  font-size: 1.4rem;
  font-weight: 700;
  color: #333;
  margin: 0 0 1.5rem 0;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4;
  border-bottom: 1px solid #50a166;
  padding-bottom: 0.5rem;
}
@media only screen and (max-width: 767.499px) {
  .cavity-content .cavity-why-section .cavity-why-section-title {
    font-size: 1.2rem;
    margin: 0 0 1rem 0;
  }
}
.cavity-content .cavity-why-section .cavity-why-section-text {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #333;
  margin-bottom: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .cavity-content .cavity-why-section .cavity-why-section-text {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1rem;
  }
}
.cavity-content .cavity-why-section .cavity-why-section-text:last-child {
  margin-bottom: 0;
}
.cavity-content .cavity-why-section .cavity-why-section-text strong {
  color: #088327;
  font-weight: 600;
}
.cavity-content .cavity-why-section .cavity-why-list {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0;
  counter-reset: why-counter;
}
@media only screen and (max-width: 767.499px) {
  .cavity-content .cavity-why-section .cavity-why-list {
    margin: 1rem 0;
  }
}
.cavity-content .cavity-why-section .cavity-why-list-item {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 1rem;
  font-size: 1.1rem;
  line-height: 1.6;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  counter-increment: why-counter;
}
@media only screen and (max-width: 767.499px) {
  .cavity-content .cavity-why-section .cavity-why-list-item {
    font-size: 1rem;
    margin-bottom: 0.8rem;
  }
}
.cavity-content .cavity-why-section .cavity-why-list-item:before {
  content: counter(why-counter);
  position: absolute;
  left: 0;
  top: 0;
  color: #088327;
  font-weight: bold;
  font-size: 1.1rem;
  width: 1.5rem;
  height: 1.5rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 2px solid #088327;
  border-radius: 50%;
}
.cavity-content .cavity-why-section .cavity-why-list-item:last-child {
  margin-bottom: 0;
}
.cavity-content .cavity-why-section .cavity-why-conclusion {
  margin-top: 4rem;
  padding: 2rem;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 0.5rem;
  border: 1px solid #50a166;
}
@media only screen and (max-width: 767.499px) {
  .cavity-content .cavity-why-section .cavity-why-conclusion {
    margin-top: 3rem;
    padding: 1.5rem;
  }
}
.cavity-content .cavity-why-section .cavity-why-conclusion-text {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #333;
  margin-bottom: 0;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  font-weight: 500;
}
@media only screen and (max-width: 767.499px) {
  .cavity-content .cavity-why-section .cavity-why-conclusion-text {
    font-size: 1rem;
    line-height: 1.6;
    text-align: left;
  }
}
.cavity-content .cavity-symptoms-section {
  background: #fff;
  padding: 5rem 0;
  position: relative;
}
@media only screen and (max-width: 767.499px) {
  .cavity-content .cavity-symptoms-section {
    padding: 3rem 0;
  }
}
.cavity-content .cavity-symptoms-section::before {
  content: "";
  position: absolute;
  top: -5rem;
  left: 0;
  width: 10rem;
  height: 100%;
  background: url("../../../template_theme/assets/img/top/leaves-left.png") no-repeat left top;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 767.499px) {
  .cavity-content .cavity-symptoms-section::before {
    width: 4.5rem;
    top: -2rem;
  }
}
.cavity-content .cavity-symptoms-section::after {
  content: "";
  position: absolute;
  top: -5rem;
  right: 0;
  width: 9rem;
  height: 100%;
  background: url("../../../template_theme/assets/img/top/leaves-right.png") no-repeat right top;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 767.499px) {
  .cavity-content .cavity-symptoms-section::after {
    width: 4rem;
    top: -2rem;
  }
}
.cavity-content .cavity-symptoms-section .section-container {
  position: relative;
  z-index: 2;
  max-width: 71rem;
  margin: 0 auto;
  padding: 0 1.2rem;
}
.cavity-content .cavity-symptoms-section .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #A0C421;
  margin-bottom: 4rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  justify-content: center;
  text-align: center;
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
  font-family: "Noto Sans JP", sans-serif;
}
.cavity-content .cavity-symptoms-section .section-title .section-title-en {
  font-size: 1.1rem;
  color: #6bb659;
  font-weight: 700;
  order: -1;
}
@media only screen and (max-width: 767.499px) {
  .cavity-content .cavity-symptoms-section .section-title {
    font-size: 1.44rem;
    gap: 0.5rem;
    margin-bottom: 2rem;
  }
  .cavity-content .cavity-symptoms-section .section-title .section-title-en {
    font-size: 1.1rem;
  }
}
.cavity-content .cavity-symptoms-section .cavity-symptoms-intro {
  font-size: 1.2rem;
  line-height: 1.7;
  color: #333;
  font-weight: 500;
  margin-bottom: 3rem;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
@media only screen and (max-width: 767.499px) {
  .cavity-content .cavity-symptoms-section .cavity-symptoms-intro {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 2rem;
  }
}
.cavity-content .cavity-symptoms-section .cavity-symptoms-main-image {
  text-align: center;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767.499px) {
  .cavity-content .cavity-symptoms-section .cavity-symptoms-main-image {
    margin-bottom: 3rem;
  }
}
.cavity-content .cavity-symptoms-section .cavity-symptoms-main-img {
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
}
.cavity-content .cavity-symptoms-section .cavity-symptoms-flex {
  display: flex;
  align-items: center;
  gap: 3rem;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 767.499px) {
  .cavity-content .cavity-symptoms-section .cavity-symptoms-flex {
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 2rem;
  }
}
.cavity-content .cavity-symptoms-section .cavity-symptoms-flex:last-child {
  margin-bottom: 0;
}
.cavity-content .cavity-symptoms-section .cavity-symptoms-col-left {
  flex: 1 1 0;
  min-width: 0;
}
.cavity-content .cavity-symptoms-section .cavity-symptoms-col-right {
  flex: 0 0 21.25rem;
  width: 100%;
}
@media only screen and (max-width: 767.499px) {
  .cavity-content .cavity-symptoms-section .cavity-symptoms-col-right {
    flex: 1;
    max-width: 100%;
  }
}
.cavity-content .cavity-symptoms-section .cavity-symptoms-stage-title {
  font-size: 1.6rem;
  font-weight: 500;
  color: #088327;
  margin-bottom: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4;
}
@media only screen and (max-width: 767.499px) {
  .cavity-content .cavity-symptoms-section .cavity-symptoms-stage-title {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
}
.cavity-content .cavity-symptoms-section .cavity-symptoms-text {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #333;
  margin-bottom: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
}
@media only screen and (max-width: 767.499px) {
  .cavity-content .cavity-symptoms-section .cavity-symptoms-text {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1rem;
  }
}
.cavity-content .cavity-symptoms-section .cavity-symptoms-text:last-child {
  margin-bottom: 0;
}
.cavity-content .cavity-symptoms-section .cavity-symptoms-image {
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
}
.cavity-content .cavity-symptoms-section .cavity-early-treatment {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 767.499px) {
  .cavity-content .cavity-symptoms-section .cavity-early-treatment {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
.cavity-content .cavity-symptoms-section .cavity-early-treatment-title,
.cavity-content .cavity-symptoms-section .cavity-aftercare-title {
  margin: 3rem auto 1rem;
  padding: 0.3em 1em;
  color: #07651e;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  border-radius: 0.5rem;
  background: linear-gradient(to right, #dcebc4, #d0e1b8);
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 767.499px) {
  .cavity-content .cavity-symptoms-section .cavity-early-treatment-title,
  .cavity-content .cavity-symptoms-section .cavity-aftercare-title {
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
    line-height: 1.3;
  }
}
.cavity-content .cavity-symptoms-section .cavity-early-treatment-text {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #333;
  margin-bottom: 0;
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
}
@media only screen and (max-width: 767.499px) {
  .cavity-content .cavity-symptoms-section .cavity-early-treatment-text {
    font-size: 1rem;
    line-height: 1.7;
  }
}
.cavity-content .cavity-symptoms-section .cavity-aftercare {
  margin-top: 5rem;
}
@media only screen and (max-width: 767.499px) {
  .cavity-content .cavity-symptoms-section .cavity-aftercare {
    margin-top: 4rem;
  }
}
.cavity-content .cavity-symptoms-section .cavity-aftercare-item {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 767.499px) {
  .cavity-content .cavity-symptoms-section .cavity-aftercare-item {
    margin-bottom: 2rem;
  }
}
.cavity-content .cavity-symptoms-section .cavity-aftercare-item:last-child {
  margin-bottom: 0;
}
.cavity-content .cavity-symptoms-section .cavity-aftercare-flex {
  display: flex;
  align-items: center;
  gap: 3rem;
}
@media only screen and (max-width: 767.499px) {
  .cavity-content .cavity-symptoms-section .cavity-aftercare-flex {
    flex-direction: column;
    gap: 2rem;
  }
}
.cavity-content .cavity-symptoms-section .cavity-aftercare-col-left {
  flex: 1 1 0;
  min-width: 0;
}
.cavity-content .cavity-symptoms-section .cavity-aftercare-col-right {
  flex: 0 0 21.25rem;
  width: 100%;
}
@media only screen and (max-width: 767.499px) {
  .cavity-content .cavity-symptoms-section .cavity-aftercare-col-right {
    flex: 1;
    max-width: 100%;
  }
}
.cavity-content .cavity-symptoms-section .cavity-aftercare-subtitle {
  font-size: 1.4rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4;
}
@media only screen and (max-width: 767.499px) {
  .cavity-content .cavity-symptoms-section .cavity-aftercare-subtitle {
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }
}
.cavity-content .cavity-symptoms-section .cavity-aftercare-text {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #333;
  margin-bottom: 0;
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
}
@media only screen and (max-width: 767.499px) {
  .cavity-content .cavity-symptoms-section .cavity-aftercare-text {
    font-size: 1rem;
    line-height: 1.6;
  }
}
.cavity-content .cavity-symptoms-section .cavity-aftercare-image {
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
}
.cavity-content .cavity-qa-section {
  padding: 5rem 0;
  background-color: #f3f8e6;
  position: relative;
}
@media only screen and (max-width: 767.499px) {
  .cavity-content .cavity-qa-section {
    padding: 3rem 0;
  }
}
.cavity-content .cavity-qa-section::before {
  content: "";
  position: absolute;
  top: -5rem;
  left: 0;
  width: 10rem;
  height: 100%;
  background: url("../../../template_theme/assets/img/top/leaves-left.png") no-repeat left top;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 767.499px) {
  .cavity-content .cavity-qa-section::before {
    width: 4.5rem;
    top: -2rem;
  }
}
.cavity-content .cavity-qa-section::after {
  content: "";
  position: absolute;
  top: -5rem;
  right: 0;
  width: 9rem;
  height: 100%;
  background: url("../../../template_theme/assets/img/top/leaves-right.png") no-repeat right top;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 767.499px) {
  .cavity-content .cavity-qa-section::after {
    width: 4rem;
    top: -2rem;
  }
}
.cavity-content .cavity-qa-section .section-container {
  position: relative;
  z-index: 2;
  max-width: 71rem;
  margin: 0 auto;
  padding: 0 1.2rem;
}
.cavity-content .cavity-qa-section .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #A0C421;
  margin-bottom: 4rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  justify-content: center;
  text-align: center;
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
  font-family: "Noto Sans JP", sans-serif;
}
.cavity-content .cavity-qa-section .section-title .section-title-en {
  font-size: 1.1rem;
  color: #6bb659;
  font-weight: 700;
  order: -1;
}
@media only screen and (max-width: 767.499px) {
  .cavity-content .cavity-qa-section .section-title {
    font-size: 1.44rem;
    gap: 0.5rem;
    margin-bottom: 2rem;
  }
  .cavity-content .cavity-qa-section .section-title .section-title-en {
    font-size: 1.1rem;
  }
}
.cavity-content .cavity-qa-section .qa-container {
  max-width: 68rem;
  margin: 0 auto;
  padding: 0 2rem;
}
@media only screen and (max-width: 767.499px) {
  .cavity-content .cavity-qa-section .qa-container {
    padding: 0;
  }
}
.cavity-content .cavity-qa-section .qa-item {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767.499px) {
  .cavity-content .cavity-qa-section .qa-item {
    margin-bottom: 1.5rem;
  }
}
.cavity-content .cavity-qa-section .qa-item:last-child {
  margin-bottom: 0;
}
.cavity-content .cavity-qa-section .qa-question {
  background-color: #50891f;
  color: #fff;
  padding: 1rem 1.5rem;
  padding-left: 3rem;
  margin-bottom: 0;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.6;
  border-radius: 8px;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .cavity-content .cavity-qa-section .qa-question {
    padding: 0.8rem 0;
    padding-left: 3.5rem;
    font-size: 1rem;
  }
}
.cavity-content .cavity-qa-section .qa-question::before {
  content: "Q";
  position: absolute;
  left: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  background-color: #fff;
  color: #50891f;
  font-size: 1.2rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 767.499px) {
  .cavity-content .cavity-qa-section .qa-question::before {
    width: 1.8rem;
    height: 1.8rem;
    font-size: 1rem;
  }
}
.cavity-content .cavity-qa-section .qa-answer {
  padding: 1.5rem 2rem 1.5rem 3rem;
  margin: 0;
  font-size: 1rem;
  color: #333;
  line-height: 1.8;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .cavity-content .cavity-qa-section .qa-answer {
    padding: 1.2rem 0.5rem 1.2rem 3rem;
    font-size: 0.9rem;
    line-height: 1.7;
  }
}
.cavity-content .cavity-qa-section .qa-answer::before {
  content: "A";
  position: absolute;
  left: 0.5rem;
  top: 1.5rem;
  width: 2rem;
  height: 2rem;
  background-color: #6bb659;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 767.499px) {
  .cavity-content .cavity-qa-section .qa-answer::before {
    width: 1.8rem;
    height: 1.8rem;
    font-size: 1rem;
    top: 1.2rem;
  }
}

.prevention-content .prevention-main-section {
  background: #fff;
  padding: 5rem 0;
}
@media only screen and (max-width: 767.499px) {
  .prevention-content .prevention-main-section {
    padding: 3rem 0;
  }
}
.prevention-content .prevention-main-section .section-container {
  width: 100%;
  max-width: 71rem;
  margin: 0 auto;
  padding: 0 1.2rem;
}
.prevention-content .prevention-main-section .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #A0C421;
  margin-bottom: 4rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  justify-content: center;
  text-align: center;
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
  font-family: "Noto Sans JP", sans-serif;
}
.prevention-content .prevention-main-section .section-title .section-title-en {
  font-size: 1.1rem;
  color: #6bb659;
  font-weight: 700;
  order: -1;
}
@media only screen and (max-width: 767.499px) {
  .prevention-content .prevention-main-section .section-title {
    font-size: 1.44rem;
    gap: 0.5rem;
    margin-bottom: 2rem;
  }
  .prevention-content .prevention-main-section .section-title .section-title-en {
    font-size: 1.1rem;
  }
}
.prevention-content .prevention-main-section .prevention-intro-text {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #333;
  margin-bottom: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
}
@media only screen and (max-width: 767.499px) {
  .prevention-content .prevention-main-section .prevention-intro-text {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
  }
}
.prevention-content .prevention-main-section .prevention-intro-text:last-of-type {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767.499px) {
  .prevention-content .prevention-main-section .prevention-intro-text:last-of-type {
    margin-bottom: 3rem;
  }
}
.prevention-content .prevention-main-section .prevention-fv {
  border-radius: 0.5rem;
  box-shadow: 0 4px 8px rgba(160, 196, 33, 0.1);
  width: 100%;
  max-width: 28rem;
  margin: auto;
  margin-bottom: 1rem;
}
.prevention-content .prevention-main-section .prevention-treatment-box {
  background-color: #fff;
  border: 2px solid #4caf50;
  border-radius: 1rem;
  padding: 2rem;
  max-width: 28rem;
  margin: auto;
  margin-bottom: 4rem;
  box-shadow: 0 4px 8px rgba(160, 196, 33, 0.1);
  counter-reset: treatment-counter;
}
@media only screen and (max-width: 767.499px) {
  .prevention-content .prevention-main-section .prevention-treatment-box {
    padding: 1.5rem;
    margin-bottom: 3rem;
    border-radius: 0.8rem;
  }
}
.prevention-content .prevention-main-section .prevention-treatment-box-title {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
}
@media only screen and (max-width: 767.499px) {
  .prevention-content .prevention-main-section .prevention-treatment-box-title {
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }
}
.prevention-content .prevention-main-section .prevention-treatment-box-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.prevention-content .prevention-main-section .prevention-treatment-box-item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  font-size: 1.1rem;
  line-height: 1.6;
  color: #333;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .prevention-content .prevention-main-section .prevention-treatment-box-item {
    font-size: 0.9rem;
    margin-bottom: 0.8rem;
  }
}
.prevention-content .prevention-main-section .prevention-treatment-box-item:last-child {
  margin-bottom: 0;
}
.prevention-content .prevention-main-section .prevention-treatment-box-item::before {
  content: counter(treatment-counter);
  counter-increment: treatment-counter;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #4caf50;
  color: #fff;
  border-radius: 50%;
  font-size: 0.8rem;
  font-weight: 700;
  margin-right: 0.8rem;
  flex-shrink: 0;
  font-family: "Montserrat", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .prevention-content .prevention-main-section .prevention-treatment-box-item::before {
    width: 1.3rem;
    height: 1.3rem;
    font-size: 0.7rem;
    margin-right: 0.6rem;
  }
}
.prevention-content .prevention-care-section {
  background: #f3f8e6;
  padding: 5rem 0;
  position: relative;
}
@media only screen and (max-width: 767.499px) {
  .prevention-content .prevention-care-section {
    padding: 3rem 0;
  }
}
.prevention-content .prevention-care-section::before {
  content: "";
  position: absolute;
  top: -5rem;
  left: 0;
  width: 10rem;
  height: 100%;
  background: url("../../../template_theme/assets/img/top/leaves-left.png") no-repeat left top;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 767.499px) {
  .prevention-content .prevention-care-section::before {
    width: 4.5rem;
    top: -2rem;
  }
}
.prevention-content .prevention-care-section::after {
  content: "";
  position: absolute;
  top: -5rem;
  right: 0;
  width: 9rem;
  height: 100%;
  background: url("../../../template_theme/assets/img/top/leaves-right.png") no-repeat right top;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 767.499px) {
  .prevention-content .prevention-care-section::after {
    width: 4rem;
    top: -2rem;
  }
}
.prevention-content .prevention-care-section .section-container {
  position: relative;
  z-index: 2;
  max-width: 71rem;
  margin: 0 auto;
  padding: 0 1.2rem;
}
.prevention-content .prevention-care-section .prevention-care-item {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767.499px) {
  .prevention-content .prevention-care-section .prevention-care-item {
    margin-bottom: 3rem;
  }
}
.prevention-content .prevention-care-section .prevention-care-item:last-child {
  margin-bottom: 0;
}
.prevention-content .prevention-care-section .prevention-care-subtitle {
  position: relative;
  margin-bottom: 3rem;
  padding-left: 3.5rem;
  color: #333;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .prevention-content .prevention-care-section .prevention-care-subtitle {
    font-size: 1.3rem;
    padding-left: 4rem;
    margin-bottom: 2rem;
  }
}
.prevention-content .prevention-care-section .prevention-care-subtitle::before {
  content: attr(data-no);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2.5rem;
  height: 2.5rem;
  background-color: #4caf50;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .prevention-content .prevention-care-section .prevention-care-subtitle::before {
    width: 2.3rem;
    height: 2.3rem;
    font-size: 1.3rem;
  }
}
.prevention-content .prevention-care-section .prevention-care-flex {
  display: flex;
  align-items: center;
  gap: 3rem;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767.499px) {
  .prevention-content .prevention-care-section .prevention-care-flex {
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 2rem;
  }
}
.prevention-content .prevention-care-section .prevention-care-col-left {
  flex: 1 1 0;
  min-width: 0;
}
@media only screen and (max-width: 767.499px) {
  .prevention-content .prevention-care-section .prevention-care-col-left {
    order: 1;
  }
}
.prevention-content .prevention-care-section .prevention-care-col-right {
  flex: 0 0 21.25rem;
  width: 100%;
}
@media only screen and (max-width: 767.499px) {
  .prevention-content .prevention-care-section .prevention-care-col-right {
    flex: 1;
    max-width: 100%;
    order: 2;
  }
}
.prevention-content .prevention-care-section .prevention-care-image {
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.08);
}
.prevention-content .prevention-care-section .prevention-care-desc {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #333;
  margin-bottom: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .prevention-content .prevention-care-section .prevention-care-desc {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1rem;
  }
}
.prevention-content .prevention-care-section .prevention-care-desc:last-child {
  margin-bottom: 0;
}
.prevention-content .prevention-care-section .prevention-care-detail {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 767.499px) {
  .prevention-content .prevention-care-section .prevention-care-detail {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
.prevention-content .prevention-care-section .prevention-care-detail:last-child {
  margin-bottom: 0;
}
.prevention-content .prevention-care-section .prevention-care-detail-flex {
  display: flex;
  align-items: center;
  gap: 3rem;
}
@media only screen and (max-width: 767.499px) {
  .prevention-content .prevention-care-section .prevention-care-detail-flex {
    flex-direction: column;
    gap: 2rem;
  }
}
.prevention-content .prevention-care-section .prevention-care-detail-col-left {
  flex: 1 1 0;
  min-width: 0;
}
@media only screen and (max-width: 767.499px) {
  .prevention-content .prevention-care-section .prevention-care-detail-col-left {
    order: 1;
  }
}
.prevention-content .prevention-care-section .prevention-care-detail-col-right {
  flex: 0 0 21.25rem;
  width: 100%;
}
@media only screen and (max-width: 767.499px) {
  .prevention-content .prevention-care-section .prevention-care-detail-col-right {
    flex: 1;
    max-width: 100%;
    order: 2;
  }
}
.prevention-content .prevention-care-section .prevention-care-detail-image {
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.08);
}
.prevention-content .prevention-care-section .prevention-care-detail-title {
  font-size: 1.3rem;
  font-weight: 500;
  color: #4caf50;
  margin-bottom: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .prevention-content .prevention-care-section .prevention-care-detail-title {
    margin-bottom: 1rem;
  }
}
.prevention-content .prevention-care-section .prevention-care-detail-desc {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #333;
  margin-bottom: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .prevention-content .prevention-care-section .prevention-care-detail-desc {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1rem;
  }
}
.prevention-content .prevention-care-section .prevention-care-detail-desc:last-child {
  margin-bottom: 0;
}
.prevention-content .prevention-selfcare-section {
  background: #fff;
  padding: 5rem 0;
  position: relative;
}
.prevention-content .prevention-selfcare-section::before {
  content: "";
  position: absolute;
  top: -5rem;
  left: 0;
  width: 10rem;
  height: 100%;
  background: url("../../../template_theme/assets/img/top/leaves-left.png") no-repeat left top;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 767.499px) {
  .prevention-content .prevention-selfcare-section::before {
    width: 4.5rem;
    top: -2rem;
  }
}
.prevention-content .prevention-selfcare-section::after {
  content: "";
  position: absolute;
  top: -5rem;
  right: 0;
  width: 9rem;
  height: 100%;
  background: url("../../../template_theme/assets/img/top/leaves-right.png") no-repeat right top;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 767.499px) {
  .prevention-content .prevention-selfcare-section::after {
    width: 4rem;
    top: -2rem;
  }
}
.prevention-content .prevention-selfcare-section .section-container {
  position: relative;
  z-index: 2;
  max-width: 71rem;
  margin: 0 auto;
  padding: 0 1.2rem;
}
.prevention-content .prevention-selfcare-section .prevention-selfcare-item {
  margin-bottom: 5rem;
}
@media only screen and (max-width: 767.499px) {
  .prevention-content .prevention-selfcare-section .prevention-selfcare-item {
    margin-bottom: 4rem;
  }
}
.prevention-content .prevention-selfcare-section .prevention-selfcare-item:last-child {
  margin-bottom: 0;
}
.prevention-content .prevention-selfcare-section .prevention-selfcare-subtitle {
  position: relative;
  margin-bottom: 3rem;
  padding-left: 3.5rem;
  color: #333;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .prevention-content .prevention-selfcare-section .prevention-selfcare-subtitle {
    font-size: 1.3rem;
    padding-left: 4rem;
    margin-bottom: 2rem;
  }
}
.prevention-content .prevention-selfcare-section .prevention-selfcare-subtitle::before {
  content: attr(data-no);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2.5rem;
  height: 2.5rem;
  background-color: #4caf50;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .prevention-content .prevention-selfcare-section .prevention-selfcare-subtitle::before {
    width: 2.3rem;
    height: 2.3rem;
    font-size: 1.3rem;
  }
}
.prevention-content .prevention-selfcare-section .prevention-selfcare-intro {
  margin-bottom: 5rem;
}
@media only screen and (max-width: 767.499px) {
  .prevention-content .prevention-selfcare-section .prevention-selfcare-intro {
    margin-bottom: 4rem;
  }
}
.prevention-content .prevention-selfcare-section .prevention-selfcare-intro-flex {
  display: flex;
  align-items: center;
  gap: 3rem;
}
@media only screen and (max-width: 767.499px) {
  .prevention-content .prevention-selfcare-section .prevention-selfcare-intro-flex {
    flex-direction: column;
    gap: 2rem;
  }
}
.prevention-content .prevention-selfcare-section .prevention-selfcare-intro-col-left {
  flex: 1 1 0;
  min-width: 0;
}
@media only screen and (max-width: 767.499px) {
  .prevention-content .prevention-selfcare-section .prevention-selfcare-intro-col-left {
    order: 1;
  }
}
.prevention-content .prevention-selfcare-section .prevention-selfcare-intro-col-right {
  flex: 0 0 21.25rem;
  width: 100%;
}
@media only screen and (max-width: 767.499px) {
  .prevention-content .prevention-selfcare-section .prevention-selfcare-intro-col-right {
    flex: 1;
    max-width: 100%;
    order: 2;
  }
}
.prevention-content .prevention-selfcare-section .prevention-selfcare-intro-image {
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.08);
}
.prevention-content .prevention-selfcare-section .prevention-selfcare-intro-text {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #333;
  margin-bottom: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .prevention-content .prevention-selfcare-section .prevention-selfcare-intro-text {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1rem;
  }
}
.prevention-content .prevention-selfcare-section .prevention-selfcare-intro-text:last-child {
  margin-bottom: 0;
}
.prevention-content .prevention-selfcare-section .prevention-selfcare-detail {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 767.499px) {
  .prevention-content .prevention-selfcare-section .prevention-selfcare-detail {
    margin-bottom: 4rem;
  }
}
.prevention-content .prevention-selfcare-section .prevention-selfcare-detail:last-child {
  margin-bottom: 0;
}
.prevention-content .prevention-selfcare-section .prevention-selfcare-detail-flex {
  display: flex;
  align-items: center;
  gap: 3rem;
}
@media only screen and (max-width: 767.499px) {
  .prevention-content .prevention-selfcare-section .prevention-selfcare-detail-flex {
    flex-direction: column;
    gap: 2rem;
  }
}
.prevention-content .prevention-selfcare-section .prevention-selfcare-detail-col-left {
  flex: 1 1 0;
  min-width: 0;
}
@media only screen and (max-width: 767.499px) {
  .prevention-content .prevention-selfcare-section .prevention-selfcare-detail-col-left {
    order: 1;
  }
}
.prevention-content .prevention-selfcare-section .prevention-selfcare-detail-col-right {
  flex: 0 0 21.25rem;
  width: 100%;
}
@media only screen and (max-width: 767.499px) {
  .prevention-content .prevention-selfcare-section .prevention-selfcare-detail-col-right {
    flex: 1;
    max-width: 100%;
    order: 2;
  }
}
.prevention-content .prevention-selfcare-section .prevention-selfcare-detail-image {
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.08);
}
.prevention-content .prevention-selfcare-section .prevention-selfcare-detail-title {
  font-size: 1.3rem;
  font-weight: 500;
  color: #4caf50;
  margin-bottom: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .prevention-content .prevention-selfcare-section .prevention-selfcare-detail-title {
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }
}
.prevention-content .prevention-selfcare-section .prevention-selfcare-detail-desc {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #333;
  margin-bottom: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .prevention-content .prevention-selfcare-section .prevention-selfcare-detail-desc {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1rem;
  }
}
.prevention-content .prevention-selfcare-section .prevention-selfcare-detail-desc:last-child {
  margin-bottom: 0;
}
.prevention-content .prevention-selfcare-section .prevention-checkup-flex {
  display: flex;
  align-items: center;
  gap: 3rem;
}
@media only screen and (max-width: 767.499px) {
  .prevention-content .prevention-selfcare-section .prevention-checkup-flex {
    flex-direction: column;
    gap: 1rem;
  }
}
.prevention-content .prevention-selfcare-section .prevention-checkup-col-image {
  flex: 0 0 21.25rem;
  width: 100%;
}
@media only screen and (max-width: 767.499px) {
  .prevention-content .prevention-selfcare-section .prevention-checkup-col-image {
    flex: 1;
    max-width: 100%;
    margin-left: 0;
    margin-top: 2rem;
    order: 2;
  }
}
.prevention-content .prevention-selfcare-section .prevention-checkup-col-text {
  flex: 1 1 0;
  min-width: 0;
}
@media only screen and (max-width: 767.499px) {
  .prevention-content .prevention-selfcare-section .prevention-checkup-col-text {
    order: 1;
  }
}
.prevention-content .prevention-selfcare-section .prevention-checkup-image {
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.08);
}
.prevention-content .prevention-selfcare-section .prevention-checkup-desc {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #333;
  margin-bottom: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .prevention-content .prevention-selfcare-section .prevention-checkup-desc {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1rem;
  }
}
.prevention-content .prevention-selfcare-section .prevention-checkup-desc:last-child {
  margin-bottom: 0;
}
.prevention-content .prevention-qa-section {
  padding: 5rem 0;
  background-color: #f3f8e6;
  position: relative;
}
@media only screen and (max-width: 767.499px) {
  .prevention-content .prevention-qa-section {
    padding: 3rem 0;
  }
}
.prevention-content .prevention-qa-section::before {
  content: "";
  position: absolute;
  top: -5rem;
  left: 0;
  width: 10rem;
  height: 100%;
  background: url("../../../template_theme/assets/img/top/leaves-left.png") no-repeat left top;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 767.499px) {
  .prevention-content .prevention-qa-section::before {
    width: 4.5rem;
    top: -2rem;
  }
}
.prevention-content .prevention-qa-section::after {
  content: "";
  position: absolute;
  top: -5rem;
  right: 0;
  width: 9rem;
  height: 100%;
  background: url("../../../template_theme/assets/img/top/leaves-right.png") no-repeat right top;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 767.499px) {
  .prevention-content .prevention-qa-section::after {
    width: 4rem;
    top: -2rem;
  }
}
.prevention-content .prevention-qa-section .section-container {
  position: relative;
  z-index: 2;
  max-width: 71rem;
  margin: 0 auto;
  padding: 0 1.2rem;
}
.prevention-content .prevention-qa-section .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #A0C421;
  margin-bottom: 4rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  justify-content: center;
  text-align: center;
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
  font-family: "Noto Sans JP", sans-serif;
}
.prevention-content .prevention-qa-section .section-title .section-title-en {
  font-size: 1.1rem;
  color: #6bb659;
  font-weight: 700;
  order: -1;
}
@media only screen and (max-width: 767.499px) {
  .prevention-content .prevention-qa-section .section-title {
    font-size: 1.44rem;
    gap: 0.5rem;
    margin-bottom: 2rem;
  }
  .prevention-content .prevention-qa-section .section-title .section-title-en {
    font-size: 1.1rem;
  }
}
.prevention-content .prevention-qa-section .qa-container {
  max-width: 68rem;
  margin: 0 auto;
  padding: 0 2rem;
}
@media only screen and (max-width: 767.499px) {
  .prevention-content .prevention-qa-section .qa-container {
    padding: 0;
  }
}
.prevention-content .prevention-qa-section .qa-item {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767.499px) {
  .prevention-content .prevention-qa-section .qa-item {
    margin-bottom: 1.5rem;
  }
}
.prevention-content .prevention-qa-section .qa-item:last-child {
  margin-bottom: 0;
}
.prevention-content .prevention-qa-section .qa-question {
  background-color: #50891f;
  color: #fff;
  padding: 1rem 1.5rem;
  padding-left: 3rem;
  margin-bottom: 0;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.6;
  border-radius: 8px;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .prevention-content .prevention-qa-section .qa-question {
    padding: 0.8rem 0;
    padding-left: 3.5rem;
    font-size: 1rem;
  }
}
.prevention-content .prevention-qa-section .qa-question::before {
  content: "Q";
  position: absolute;
  left: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  background-color: #fff;
  color: #50891f;
  font-size: 1.2rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 767.499px) {
  .prevention-content .prevention-qa-section .qa-question::before {
    width: 1.8rem;
    height: 1.8rem;
    font-size: 1rem;
  }
}
.prevention-content .prevention-qa-section .qa-answer {
  padding: 1.5rem 2rem 1.5rem 3rem;
  margin: 0;
  font-size: 1rem;
  color: #333;
  line-height: 1.8;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .prevention-content .prevention-qa-section .qa-answer {
    padding: 1.2rem 0.5rem 1.2rem 3rem;
    font-size: 0.9rem;
    line-height: 1.7;
  }
}
.prevention-content .prevention-qa-section .qa-answer::before {
  content: "A";
  position: absolute;
  left: 0.5rem;
  top: 1.5rem;
  width: 2rem;
  height: 2rem;
  background-color: #6bb659;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 767.499px) {
  .prevention-content .prevention-qa-section .qa-answer::before {
    width: 1.8rem;
    height: 1.8rem;
    font-size: 1rem;
    top: 1.2rem;
  }
}

.orthodontic-content .flex2-flex {
  align-items: center;
}
.orthodontic-content .orthodontic-bite-flex {
  display: flex;
  align-items: center;
  gap: 3rem;
}
@media only screen and (max-width: 767.499px) {
  .orthodontic-content .orthodontic-bite-flex {
    flex-direction: column;
    gap: 2rem;
  }
}
.orthodontic-content .orthodontic-bite-col-image {
  flex: 0 0 21.25rem;
  width: 100%;
}
@media only screen and (max-width: 767.499px) {
  .orthodontic-content .orthodontic-bite-col-image {
    flex: 1;
    max-width: 100%;
    order: 2;
  }
}
.orthodontic-content .orthodontic-bite-col-text {
  flex: 1 1 0;
  min-width: 0;
}
@media only screen and (max-width: 767.499px) {
  .orthodontic-content .orthodontic-bite-col-text {
    order: 1;
  }
}
.orthodontic-content .orthodontic-bite-image {
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.08);
}
.orthodontic-content .orthodontic-main-section {
  background: #fff;
  padding: 5rem 0;
}
@media only screen and (max-width: 767.499px) {
  .orthodontic-content .orthodontic-main-section {
    padding: 3rem 0;
  }
}
.orthodontic-content .orthodontic-bite-section {
  background: #f3f8e6;
  padding: 5rem 0;
  position: relative;
}
@media only screen and (max-width: 767.499px) {
  .orthodontic-content .orthodontic-bite-section {
    padding: 3rem 0;
  }
}
.orthodontic-content .orthodontic-device-section {
  background: #fff;
  padding: 5rem 0;
  position: relative;
}
@media only screen and (max-width: 767.499px) {
  .orthodontic-content .orthodontic-device-section {
    padding: 3rem 0;
  }
}
.orthodontic-content .orthodontic-device-section::before {
  content: "";
  position: absolute;
  top: -5rem;
  left: 0;
  width: 10rem;
  height: 100%;
  background: url("../../../template_theme/assets/img/top/leaves-left.png") no-repeat left top;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 767.499px) {
  .orthodontic-content .orthodontic-device-section::before {
    width: 4.5rem;
    top: -2rem;
  }
}
.orthodontic-content .orthodontic-device-section::after {
  content: "";
  position: absolute;
  top: -5rem;
  right: 0;
  width: 9rem;
  height: 100%;
  background: url("../../../template_theme/assets/img/top/leaves-right.png") no-repeat right top;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 767.499px) {
  .orthodontic-content .orthodontic-device-section::after {
    width: 4rem;
    top: -2rem;
  }
}

.section-container {
  width: 100%;
  max-width: 71rem;
  margin: 0 auto;
  padding: 0 1.2rem;
  position: relative;
  z-index: 2;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #A0C421;
  margin-bottom: 4rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  justify-content: center;
  text-align: center;
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
}
.section-title .section-title-en {
  font-size: 1.1rem;
  color: #6bb659;
  font-weight: 700;
  order: -1;
}
@media only screen and (max-width: 767.499px) {
  .section-title {
    font-size: 1.44rem;
    gap: 0.5rem;
    margin-bottom: 2rem;
  }
  .section-title .section-title-en {
    font-size: 1.1rem;
  }
}

.orthodontic-main-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
}
@media only screen and (max-width: 767.499px) {
  .orthodontic-main-content {
    gap: 2rem;
  }
}

.orthodontic-main-image {
  text-align: center;
  width: 100%;
  max-width: 40rem;
}
@media only screen and (max-width: 767.499px) {
  .orthodontic-main-image {
    max-width: 100%;
  }
}

.orthodontic-top-image {
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.08);
}

.orthodontic-consultation-section {
  width: 100%;
}

.orthodontic-consultation-title {
  position: relative;
  margin: 1rem auto 0.5rem;
  padding: 0 0 0.5em 0;
  color: #333;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  border-bottom: 1px solid #50a166;
  margin-bottom: 2rem;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .orthodontic-consultation-title {
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
  }
}

.orthodontic-consultation-list {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 23rem;
  margin: auto;
}
@media only screen and (max-width: 767.499px) {
  .orthodontic-consultation-list {
    width: 100%;
  }
}

.orthodontic-consultation-item {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 1rem;
  font-size: 1.1rem;
  line-height: 1.6;
  color: #333;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .orthodontic-consultation-item {
    font-size: 1rem;
    margin-bottom: 0.8rem;
  }
}
.orthodontic-consultation-item:before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
  color: #50a166;
  font-weight: bold;
  font-size: 1.2rem;
}
.orthodontic-consultation-item:last-child {
  margin-bottom: 0;
}

.orthodontic-bite-main-title {
  margin: 3rem auto 1rem;
  padding: 0.3em 1em;
  color: #07651e;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  border-radius: 0.5rem;
  background: linear-gradient(to right, #dcebc4, #d0e1b8);
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767.499px) {
  .orthodontic-bite-main-title {
    margin: 1.5rem auto 0.5rem;
    font-size: 1.5rem;
    margin-bottom: 3rem;
  }
}

.orthodontic-bite-item {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767.499px) {
  .orthodontic-bite-item {
    margin-bottom: 3rem;
  }
}
.orthodontic-bite-item:last-child {
  margin-bottom: 0;
}

.orthodontic-bite-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .orthodontic-bite-title {
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }
}

.orthodontic-bite-desc {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #333;
  margin-bottom: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .orthodontic-bite-desc {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1rem;
  }
}
.orthodontic-bite-desc:last-child {
  margin-bottom: 0;
}

.orthodontic-impact-section {
  margin-top: 5rem;
}
@media only screen and (max-width: 767.499px) {
  .orthodontic-impact-section {
    margin-top: 4rem;
  }
}

.orthodontic-impact-list {
  list-style: none;
  padding: 0;
  margin: 2rem 0 0 0;
}
@media only screen and (max-width: 767.499px) {
  .orthodontic-impact-list {
    margin: 1.5rem 0 0 0;
  }
}

.orthodontic-impact-item {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 1.1rem;
  line-height: 1.7;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .orthodontic-impact-item {
    font-size: 1rem;
    margin-bottom: 1rem;
    line-height: 1.6;
  }
}
.orthodontic-impact-item:before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #088327;
  font-weight: bold;
  font-size: 1.2rem;
}
.orthodontic-impact-item:last-child {
  margin-bottom: 0;
}

.orthodontic-benefits-section {
  margin-top: 5rem;
}
@media only screen and (max-width: 767.499px) {
  .orthodontic-benefits-section {
    margin-top: 4rem;
  }
}

.orthodontic-benefits-list {
  list-style: none;
  padding: 0;
  margin: 2rem 0 0 0;
}
@media only screen and (max-width: 767.499px) {
  .orthodontic-benefits-list {
    margin: 1.5rem 0 0 0;
  }
}

.orthodontic-benefits-item {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 1.1rem;
  line-height: 1.7;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .orthodontic-benefits-item {
    font-size: 1rem;
    margin-bottom: 1rem;
    line-height: 1.6;
  }
}
.orthodontic-benefits-item:before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #088327;
  font-weight: bold;
  font-size: 1.2rem;
}
.orthodontic-benefits-item:last-child {
  margin-bottom: 0;
}

.orthodontic-device-intro {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #333;
  margin-bottom: 4rem;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
@media only screen and (max-width: 767.499px) {
  .orthodontic-device-intro {
    font-size: 1rem;
    line-height: 1.6;
    text-align: left;
    margin-bottom: 3rem;
  }
}

.orthodontic-device-item {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767.499px) {
  .orthodontic-device-item {
    margin-bottom: 3rem;
  }
}
.orthodontic-device-item:last-child {
  margin-bottom: 0;
}

.orthodontic-device-subtitle {
  font-size: 1.4rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4;
  border-bottom: 2px solid #088327;
  padding-bottom: 0.5rem;
  display: block;
}
@media only screen and (max-width: 767.499px) {
  .orthodontic-device-subtitle {
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }
}

.orthodontic-exam-intro {
  margin: 4rem 0;
}
@media only screen and (max-width: 767.499px) {
  .orthodontic-exam-intro {
    margin: 3rem 0;
  }
}

.orthodontic-exam-item {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767.499px) {
  .orthodontic-exam-item {
    margin-bottom: 3rem;
  }
}
.orthodontic-exam-item:last-child {
  margin-bottom: 0;
}

.orthodontic-exam-subtitle {
  font-size: 1.4rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4;
  border-bottom: 2px solid #088327;
}
@media only screen and (max-width: 767.499px) {
  .orthodontic-exam-subtitle {
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }
}

.orthodontic-exam-desc {
  font-size: 1.25rem;
  line-height: 1.7;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .orthodontic-exam-desc {
    font-size: 1.1rem;
    line-height: 1.6;
  }
}

.orthodontic-exam-image {
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.08);
}

.orthodontic-flow-section {
  background: #f3f8e6;
  padding: 5rem 0;
  position: relative;
}
@media only screen and (max-width: 767.499px) {
  .orthodontic-flow-section {
    padding: 3rem 0;
  }
}
.orthodontic-flow-section::before {
  content: "";
  position: absolute;
  top: -5rem;
  left: 0;
  width: 10rem;
  height: 100%;
  background: url("../../../template_theme/assets/img/top/leaves-left.png") no-repeat left top;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 767.499px) {
  .orthodontic-flow-section::before {
    width: 4.5rem;
    top: -2rem;
  }
}
.orthodontic-flow-section::after {
  content: "";
  position: absolute;
  top: -5rem;
  right: 0;
  width: 9rem;
  height: 100%;
  background: url("../../../template_theme/assets/img/top/leaves-right.png") no-repeat right top;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 767.499px) {
  .orthodontic-flow-section::after {
    width: 4rem;
    top: -2rem;
  }
}

.orthodontic-flow-item {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767.499px) {
  .orthodontic-flow-item {
    margin-bottom: 3rem;
  }
}
.orthodontic-flow-item:last-of-type {
  margin-bottom: 0;
}
.orthodontic-flow-item:nth-child(9), .orthodontic-flow-item:nth-child(10) {
  clear: both;
}

.orthodontic-flow-subtitle {
  font-size: 1.4rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4;
  border-bottom: 2px solid #088327;
  padding-bottom: 0.5rem;
  display: block;
}
@media only screen and (max-width: 767.499px) {
  .orthodontic-flow-subtitle {
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }
}

.orthodontic-special-area {
  float: left;
  clear: both;
  width: 71rem;
  background-color: #fff;
  border: 2px solid #088327;
  border-radius: 0.5rem;
  padding: 2rem;
  margin-top: 0;
  margin-bottom: 4rem;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
}
@media only screen and (max-width: 767.499px) {
  .orthodontic-special-area {
    padding: 1.5rem;
    margin-bottom: 3rem;
    width: 90vw;
  }
}

.orthodontic-special-text {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #333;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
@media only screen and (max-width: 767.499px) {
  .orthodontic-special-text {
    font-size: 1rem;
    line-height: 1.6;
    text-align: left;
  }
}

.orthodontic-qa-section {
  padding: 5rem 0;
  background-color: #f5fdf5;
  position: relative;
}
@media only screen and (max-width: 767.499px) {
  .orthodontic-qa-section {
    padding: 3rem 0;
  }
}
.orthodontic-qa-section::before {
  content: "";
  position: absolute;
  top: -5rem;
  left: 0;
  width: 10rem;
  height: 100%;
  background: url("../../../template_theme/assets/img/top/leaves-left.png") no-repeat left top;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 767.499px) {
  .orthodontic-qa-section::before {
    width: 4.5rem;
    top: -2rem;
  }
}
.orthodontic-qa-section::after {
  content: "";
  position: absolute;
  top: -5rem;
  right: 0;
  width: 9rem;
  height: 100%;
  background: url("../../../template_theme/assets/img/top/leaves-right.png") no-repeat right top;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 767.499px) {
  .orthodontic-qa-section::after {
    width: 4rem;
    top: -2rem;
  }
}

.qa-container {
  max-width: 68rem;
  margin: 0 auto;
  padding: 0 2rem;
}
@media only screen and (max-width: 767.499px) {
  .qa-container {
    padding: 0;
  }
}

.qa-item {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767.499px) {
  .qa-item {
    margin-bottom: 1.5rem;
  }
}
.qa-item:last-child {
  margin-bottom: 0;
}

.qa-question {
  background-color: #50891f;
  color: #fff;
  padding: 1rem 1.5rem;
  padding-left: 3rem;
  margin-bottom: 0;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.6;
  border-radius: 8px;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .qa-question {
    padding: 0.8rem 0;
    padding-left: 3.5rem;
    font-size: 1rem;
  }
}
.qa-question::before {
  content: "Q";
  position: absolute;
  left: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  background-color: #fff;
  color: #50891f;
  font-size: 1.2rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 767.499px) {
  .qa-question::before {
    width: 1.8rem;
    height: 1.8rem;
    font-size: 1rem;
  }
}

.qa-answer {
  padding: 1.5rem 2rem 1.5rem 3rem;
  margin: 0;
  font-size: 1rem;
  color: #333;
  line-height: 1.8;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .qa-answer {
    padding: 1.2rem 0.5rem 1.2rem 3rem;
    font-size: 0.9rem;
    line-height: 1.7;
  }
}
.qa-answer::before {
  content: "A";
  position: absolute;
  left: 0.5rem;
  top: 1.5rem;
  width: 2rem;
  height: 2rem;
  background-color: #6bb659;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 767.499px) {
  .qa-answer::before {
    width: 1.8rem;
    height: 1.8rem;
    font-size: 1rem;
    top: 1.2rem;
  }
}

.laser-content .laser-about-section {
  background: #fff;
  padding: 5rem 0;
  position: relative;
}
.laser-content .laser-about-section .section-container {
  position: relative;
  z-index: 2;
  max-width: 71rem;
  margin: 0 auto;
  padding: 0 1.2rem;
}
.laser-content .laser-about-section .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #A0C421;
  margin-bottom: 4rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  justify-content: center;
  text-align: center;
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
  font-family: "Noto Sans JP", sans-serif;
}
.laser-content .laser-about-section .section-title .section-title-en {
  font-size: 1.1rem;
  color: #6bb659;
  font-weight: 700;
  order: -1;
}
@media only screen and (max-width: 767.499px) {
  .laser-content .laser-about-section .section-title {
    font-size: 1.44rem;
    gap: 0.5rem;
    margin-bottom: 2rem;
  }
  .laser-content .laser-about-section .section-title .section-title-en {
    font-size: 1.1rem;
  }
}
.laser-content .laser-about-section .laser-about-flex {
  display: flex;
  align-items: center;
  gap: 3rem;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 767.499px) {
  .laser-content .laser-about-section .laser-about-flex {
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 3rem;
  }
}
.laser-content .laser-about-section .laser-about-text {
  flex: 1 1 0;
  min-width: 0;
}
.laser-content .laser-about-section .laser-about-desc {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #333;
  margin-bottom: 0;
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
  width: 100%;
}
@media only screen and (max-width: 767.499px) {
  .laser-content .laser-about-section .laser-about-desc {
    font-size: 1rem;
    line-height: 1.6;
  }
}
.laser-content .laser-about-section .laser-about-image {
  flex: 0 0 20rem;
  max-width: 20rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767.499px) {
  .laser-content .laser-about-section .laser-about-image {
    margin: 0 auto;
  }
  .laser-content .laser-about-section .laser-about-image img {
    width: 100%;
  }
}
.laser-content .laser-about-section .laser-about-image .small {
  width: 77%;
  height: auto;
  border-radius: 0.5rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.08);
}
.laser-content .laser-about-section .laser-details-flex {
  display: flex;
  align-items: center;
  gap: 3rem;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 767.499px) {
  .laser-content .laser-about-section .laser-details-flex {
    flex-direction: column;
    gap: 0;
    margin-bottom: 3rem;
  }
}
.laser-content .laser-about-section .laser-details-text {
  flex: 1 1 0;
  min-width: 0;
}
.laser-content .laser-about-section .laser-details-subtitle {
  font-size: 1.5rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  padding-bottom: 1rem;
  border-bottom: 3px solid #6bb659;
}
@media only screen and (max-width: 767.499px) {
  .laser-content .laser-about-section .laser-details-subtitle {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
    padding-bottom: 0.8rem;
    border-bottom-width: 2px;
  }
}
.laser-content .laser-about-section .laser-details-desc {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 1.5rem;
  text-align: left;
}
@media only screen and (max-width: 767.499px) {
  .laser-content .laser-about-section .laser-details-desc {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1rem;
  }
}
.laser-content .laser-about-section .laser-details-desc:last-child {
  margin-bottom: 0;
}
.laser-content .laser-about-section .laser-benefits-intro {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 1rem;
  text-align: left;
}
@media only screen and (max-width: 767.499px) {
  .laser-content .laser-about-section .laser-benefits-intro {
    font-size: 1rem;
    line-height: 1.6;
  }
}
.laser-content .laser-about-section .laser-benefits-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem 0;
}
@media only screen and (max-width: 767.499px) {
  .laser-content .laser-about-section .laser-benefits-list {
    margin-bottom: 1rem;
  }
}
.laser-content .laser-about-section .laser-benefits-list .laser-benefits-item {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.8rem;
  font-size: 1.1rem;
  line-height: 1.7;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .laser-content .laser-about-section .laser-benefits-list .laser-benefits-item {
    font-size: 1rem;
    line-height: 1.6;
  }
}
.laser-content .laser-about-section .laser-benefits-list .laser-benefits-item:before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #6bb659;
  font-weight: bold;
  font-size: 1.2rem;
}
.laser-content .laser-about-section .laser-benefits-list .laser-benefits-item:last-child {
  margin-bottom: 0;
}
.laser-content .laser-about-section .laser-details-image {
  flex: 0 0 20rem;
  max-width: 20rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .laser-content .laser-about-section .laser-details-image {
    margin-top: 3rem;
  }
}
.laser-content .laser-about-section .laser-details-image img {
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.08);
}
@media only screen and (max-width: 767.499px) {
  .laser-content .laser-about-section .laser-details-image {
    max-width: 100%;
    margin: 0 auto;
  }
}
.laser-content .laser-about-section .laser-caries-section {
  text-align: center;
  margin-bottom: 0;
}
.laser-content .laser-about-section .laser-caries-title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #50a166;
  margin-bottom: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
@media only screen and (max-width: 767.499px) {
  .laser-content .laser-about-section .laser-caries-title {
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
  }
}
.laser-content .laser-about-section .laser-caries-list {
  list-style: none;
  padding: 0;
  margin: 2rem auto 0 auto;
  width: 23rem;
}
@media only screen and (min-width: 768px) {
  .laser-content .laser-about-section .laser-caries-list {
    width: 30rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .laser-content .laser-about-section .laser-caries-list {
    width: 100%;
  }
}
.laser-content .laser-about-section .laser-caries-item {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 1rem;
  font-size: 1.1rem;
  line-height: 1.6;
  color: #333;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
}
@media only screen and (max-width: 767.499px) {
  .laser-content .laser-about-section .laser-caries-item {
    font-size: 1rem;
    margin-bottom: 0.8rem;
  }
}
.laser-content .laser-about-section .laser-caries-item:before {
  content: "•";
  position: absolute;
  left: 0;
  top: -6%;
  color: #50a166;
  font-weight: bold;
  font-size: 1.2rem;
}
.laser-content .laser-about-section .laser-caries-item:last-child {
  margin-bottom: 0;
}
.laser-content .laser-types-section {
  background: #f3f8e6;
  padding: 5rem 0;
  position: relative;
}
.laser-content .laser-types-section::before {
  content: "";
  position: absolute;
  top: -5rem;
  left: 0;
  width: 10rem;
  height: 100%;
  background: url("../../../template_theme/assets/img/top/leaves-left.png") no-repeat left top;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 767.499px) {
  .laser-content .laser-types-section::before {
    width: 4.5rem;
    top: -2rem;
  }
}
.laser-content .laser-types-section::after {
  content: "";
  position: absolute;
  top: -5rem;
  right: 0;
  width: 9rem;
  height: 100%;
  background: url("../../../template_theme/assets/img/top/leaves-right.png") no-repeat right top;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 767.499px) {
  .laser-content .laser-types-section::after {
    width: 4rem;
    top: -2rem;
  }
}
.laser-content .laser-types-section .section-container {
  position: relative;
  z-index: 2;
  max-width: 71rem;
  margin: 0 auto;
  padding: 0 1.2rem;
}
.laser-content .laser-types-section .laser-types-title {
  margin: 3rem auto 1rem;
  padding: 0.3em 1em;
  color: #07651e;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: left;
  border-radius: 0.5rem;
  background: linear-gradient(to right, #dcebc4, #d0e1b8);
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (min-width: 768px) {
  .laser-content .laser-types-section .laser-types-title {
    margin: 1.5rem auto 0.5rem;
    font-size: 1.5rem;
  }
}
.laser-content .laser-types-section .laser-type-item {
  margin: 3rem 0 4rem;
}
@media only screen and (max-width: 767.499px) {
  .laser-content .laser-types-section .laser-type-item {
    margin: 2rem 0 3rem;
  }
}
.laser-content .laser-types-section .laser-type-item:last-child {
  margin-bottom: 0;
}
.laser-content .laser-types-section .laser-type-subtitle {
  font-size: 1.5rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  padding-bottom: 1rem;
  border-bottom: 3px solid #6bb659;
}
.laser-content .laser-types-section .laser-type-subtitle-pic {
  width: 21rem;
  margin: auto;
  padding-bottom: 2rem;
}
.laser-content .laser-types-section .laser-type-subtitle-pic.second {
  width: 32rem;
}
@media only screen and (max-width: 767.499px) {
  .laser-content .laser-types-section .laser-type-subtitle-pic.second {
    width: 100%;
  }
}
.laser-content .laser-types-section .laser-type-subtitle-pic.second img {
  width: 100%;
}
.laser-content .laser-types-section .laser-type-subtitle-pic img {
  width: 100%;
  border-radius: 0.5rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.08);
}
@media only screen and (max-width: 767.499px) {
  .laser-content .laser-types-section .laser-type-subtitle-pic {
    width: 100%;
  }
}
@media only screen and (max-width: 767.499px) {
  .laser-content .laser-types-section .laser-type-subtitle {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
    padding-bottom: 0.8rem;
    border-bottom-width: 2px;
  }
}
.laser-content .laser-types-section .laser-type-desc {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 1.5rem;
  text-align: left;
}
@media only screen and (max-width: 767.499px) {
  .laser-content .laser-types-section .laser-type-desc {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1rem;
  }
}
.laser-content .laser-types-section .laser-type-desc:last-child {
  margin-bottom: 0;
}
.laser-content .laser-types-section .laser-type-button {
  text-align: center;
  width: 25rem;
  margin: 2rem auto 0;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .laser-content .laser-types-section .laser-type-button {
    text-align: left;
    width: 100%;
  }
}
.laser-content .laser-types-section .laser-type-button .common-btn {
  padding: 1rem 2rem;
  font-size: 1rem;
}
@media only screen and (max-width: 767.499px) {
  .laser-content .laser-types-section .laser-type-button .common-btn {
    padding: 0.8rem 1.5rem;
    font-size: 0.9rem;
  }
}
.laser-content .laser-types-section .laser-periodontal-section {
  margin-top: 4rem;
}
@media only screen and (max-width: 767.499px) {
  .laser-content .laser-types-section .laser-periodontal-section {
    margin-top: 3rem;
  }
}
.laser-content .laser-types-section .laser-periodontal-title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #50a166;
  margin-bottom: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
@media only screen and (max-width: 767.499px) {
  .laser-content .laser-types-section .laser-periodontal-title {
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
  }
}
.laser-content .laser-types-section .laser-periodontal-list {
  list-style: none;
  padding: 0;
  margin: 2rem auto 0 auto;
  width: 35rem;
}
@media only screen and (min-width: 768px) {
  .laser-content .laser-types-section .laser-periodontal-list {
    width: 40rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .laser-content .laser-types-section .laser-periodontal-list {
    width: 100%;
  }
}
.laser-content .laser-types-section .laser-periodontal-item {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 1rem;
  font-size: 1.1rem;
  line-height: 1.6;
  color: #333;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
}
@media only screen and (max-width: 767.499px) {
  .laser-content .laser-types-section .laser-periodontal-item {
    font-size: 1rem;
    margin-bottom: 0.8rem;
  }
}
.laser-content .laser-types-section .laser-periodontal-item:before {
  content: "•";
  position: absolute;
  left: 0;
  top: -6%;
  color: #50a166;
  font-weight: bold;
  font-size: 1.2rem;
}
.laser-content .laser-types-section .laser-periodontal-item:last-child {
  margin-bottom: 0;
}
.laser-content .laser-qa-section {
  padding: 5rem 0;
  background-color: #f3f8e6;
  position: relative;
}
@media only screen and (max-width: 767.499px) {
  .laser-content .laser-qa-section {
    padding: 3rem 0;
  }
}
.laser-content .laser-qa-section::before {
  content: "";
  position: absolute;
  top: -5rem;
  left: 0;
  width: 10rem;
  height: 100%;
  background: url("../../../template_theme/assets/img/top/leaves-left.png") no-repeat left top;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 767.499px) {
  .laser-content .laser-qa-section::before {
    width: 4.5rem;
    top: -2rem;
  }
}
.laser-content .laser-qa-section::after {
  content: "";
  position: absolute;
  top: -5rem;
  right: 0;
  width: 9rem;
  height: 100%;
  background: url("../../../template_theme/assets/img/top/leaves-right.png") no-repeat right top;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 767.499px) {
  .laser-content .laser-qa-section::after {
    width: 4rem;
    top: -2rem;
  }
}
.laser-content .laser-qa-section .section-container {
  position: relative;
  z-index: 2;
  max-width: 71rem;
  margin: 0 auto;
  padding: 0 1.2rem;
}
.laser-content .laser-qa-section .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #A0C421;
  margin-bottom: 4rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  justify-content: center;
  text-align: center;
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
  font-family: "Noto Sans JP", sans-serif;
}
.laser-content .laser-qa-section .section-title .section-title-en {
  font-size: 1.1rem;
  color: #6bb659;
  font-weight: 700;
  order: -1;
}
@media only screen and (max-width: 767.499px) {
  .laser-content .laser-qa-section .section-title {
    font-size: 1.44rem;
    gap: 0.5rem;
    margin-bottom: 2rem;
  }
  .laser-content .laser-qa-section .section-title .section-title-en {
    font-size: 1.1rem;
  }
}
.laser-content .laser-qa-section .qa-container {
  max-width: 68rem;
  margin: 0 auto;
  padding: 0 2rem;
}
@media only screen and (max-width: 767.499px) {
  .laser-content .laser-qa-section .qa-container {
    padding: 0;
  }
}
.laser-content .laser-qa-section .qa-item {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767.499px) {
  .laser-content .laser-qa-section .qa-item {
    margin-bottom: 1.5rem;
  }
}
.laser-content .laser-qa-section .qa-item:last-child {
  margin-bottom: 0;
}
.laser-content .laser-qa-section .qa-question {
  background-color: #50891f;
  color: #fff;
  padding: 1rem 1.5rem;
  padding-left: 3rem;
  margin-bottom: 0;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.6;
  border-radius: 8px;
  position: relative;
}
@media only screen and (max-width: 767.499px) {
  .laser-content .laser-qa-section .qa-question {
    padding: 0.8rem 0;
    padding-left: 3.5rem;
    font-size: 1rem;
  }
}
.laser-content .laser-qa-section .qa-question::before {
  content: "Q";
  position: absolute;
  left: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  background-color: #fff;
  color: #50891f;
  font-size: 1.2rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 767.499px) {
  .laser-content .laser-qa-section .qa-question::before {
    width: 1.8rem;
    height: 1.8rem;
    font-size: 1rem;
  }
}
.laser-content .laser-qa-section .qa-answer {
  padding: 1.5rem 2rem 1.5rem 3rem;
  margin: 0;
  font-size: 1rem;
  color: #333;
  line-height: 1.8;
  position: relative;
}
@media only screen and (max-width: 767.499px) {
  .laser-content .laser-qa-section .qa-answer {
    padding: 1.2rem 0.5rem 1.2rem 3rem;
    font-size: 0.9rem;
    line-height: 1.7;
  }
}
.laser-content .laser-qa-section .qa-answer::before {
  content: "A";
  position: absolute;
  left: 0.5rem;
  top: 1.5rem;
  width: 2rem;
  height: 2rem;
  background-color: #6bb659;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 767.499px) {
  .laser-content .laser-qa-section .qa-answer::before {
    width: 1.8rem;
    height: 1.8rem;
    font-size: 1rem;
    top: 1.2rem;
  }
}

.tmd-content .tmd-main-section {
  background: #fff;
  padding: 5rem 0;
}
@media only screen and (max-width: 767.499px) {
  .tmd-content .tmd-main-section {
    padding: 3rem 0;
  }
}
.tmd-content .tmd-treatment-section {
  background: #fff;
  padding: 5rem 0;
}
@media only screen and (max-width: 767.499px) {
  .tmd-content .tmd-treatment-section {
    padding: 3rem 0;
  }
}
.tmd-content .tmd-cause-section {
  background: #f3f8e6;
  padding: 5rem 0;
  position: relative;
}
@media only screen and (max-width: 767.499px) {
  .tmd-content .tmd-cause-section {
    padding: 3rem 0;
  }
}
.tmd-content .tmd-cause-section::before {
  content: "";
  position: absolute;
  top: -5rem;
  left: 0;
  width: 10rem;
  height: 100%;
  background: url("../../../template_theme/assets/img/top/leaves-left.png") no-repeat left top;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 767.499px) {
  .tmd-content .tmd-cause-section::before {
    width: 4.5rem;
    top: -2rem;
  }
}
.tmd-content .tmd-cause-section::after {
  content: "";
  position: absolute;
  top: -5rem;
  right: 0;
  width: 9rem;
  height: 100%;
  background: url("../../../template_theme/assets/img/top/leaves-right.png") no-repeat right top;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 767.499px) {
  .tmd-content .tmd-cause-section::after {
    width: 4rem;
    top: -2rem;
  }
}
.tmd-content .section-container {
  width: 100%;
  max-width: 71rem;
  margin: 0 auto;
  padding: 0 1.2rem;
  position: relative;
  z-index: 2;
}
.tmd-content .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #A0C421;
  margin-bottom: 4rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  justify-content: center;
  text-align: center;
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
  font-family: "Noto Sans JP", sans-serif;
}
.tmd-content .section-title .section-title-en {
  font-size: 1.1rem;
  color: #6bb659;
  font-weight: 700;
  order: -1;
}
@media only screen and (max-width: 767.499px) {
  .tmd-content .section-title {
    font-size: 1.44rem;
    gap: 0.5rem;
    margin-bottom: 2rem;
  }
  .tmd-content .section-title .section-title-en {
    font-size: 1.1rem;
  }
}
.tmd-content .intro-text {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #333;
  margin-bottom: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
}
@media only screen and (max-width: 767.499px) {
  .tmd-content .intro-text {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
  }
}
.tmd-content .intro-text:last-of-type {
  margin-bottom: 0;
}
.tmd-content .treatment-subtitle {
  font-size: 1.3rem;
  font-weight: 500;
  color: #4caf50;
  margin-bottom: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .tmd-content .treatment-subtitle {
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }
}
.tmd-content .treatment-item {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767.499px) {
  .tmd-content .treatment-item {
    margin-bottom: 3rem;
  }
}
.tmd-content .treatment-item:last-child {
  margin-bottom: 0;
}
.tmd-content .flex-layout {
  display: flex;
  align-items: center;
  gap: 3rem;
}
@media only screen and (max-width: 767.499px) {
  .tmd-content .flex-layout {
    flex-direction: column;
    gap: 2rem;
  }
}
.tmd-content .flex-text {
  flex: 0 0 67%;
  width: 100%;
}
@media only screen and (max-width: 767.499px) {
  .tmd-content .flex-text {
    flex: 1;
    order: 1;
  }
}
.tmd-content .flex-image {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767.499px) {
  .tmd-content .flex-image {
    flex: 1;
    order: 2;
  }
}
.tmd-content .image-container {
  position: relative;
  width: 100%;
  max-width: 21rem;
  height: auto;
}
.tmd-content .content-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0.5rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.08);
}
.tmd-content .content-image-no-shadow {
  width: 100%;
  height: auto;
  display: block;
}
.tmd-content .content-list {
  max-width: 58rem;
  margin: 1.5rem auto;
}
@media only screen and (max-width: 767.499px) {
  .tmd-content .content-list {
    margin: 1rem 0;
  }
}
.tmd-content .content-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tmd-content .content-list li {
  display: flex;
  align-items: center;
  margin-bottom: 0.8rem;
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media only screen and (max-width: 767.499px) {
  .tmd-content .content-list li {
    font-size: 0.95rem;
    margin-bottom: 0.6rem;
  }
}
.tmd-content .content-list li:last-child {
  margin-bottom: 0;
}
.tmd-content .content-list li::before {
  content: "";
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  background-color: #4caf50;
  border-radius: 50%;
  margin-right: 0.8rem;
  flex-shrink: 0;
}
@media only screen and (max-width: 767.499px) {
  .tmd-content .content-list li::before {
    width: 0.5rem;
    height: 0.5rem;
    margin-right: 0.6rem;
  }
}
.tmd-content .types-list {
  margin: 2rem 0;
  padding: 1.5rem;
  border-radius: 0.8rem;
}
@media only screen and (max-width: 767.499px) {
  .tmd-content .types-list {
    margin: 1.5rem 0;
    padding: 1rem;
  }
}
.tmd-content .types-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tmd-content .types-list li {
  display: flex;
  align-items: center;
  margin-bottom: 0.8rem;
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .tmd-content .types-list li {
    font-size: 0.95rem;
    margin-bottom: 0.6rem;
  }
}
.tmd-content .types-list li:last-child {
  margin-bottom: 0;
}
.tmd-content .type-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem;
  height: 1.8rem;
  background-color: #4caf50;
  color: #fff;
  border-radius: 4px;
  font-size: 0.9rem;
  font-weight: 600;
  margin-right: 0.8rem;
  flex-shrink: 0;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .tmd-content .type-label {
    min-width: 2.2rem;
    height: 1.6rem;
    font-size: 0.8rem;
    margin-right: 0.6rem;
  }
}
.tmd-content .type-desc {
  flex: 1;
  font-weight: 500;
}
.tmd-content .special-title {
  margin: 3rem auto 2rem;
  padding: 0.3em 1em;
  color: #07651e;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  border-radius: 0.5rem;
  background: linear-gradient(to right, #dcebc4, #d0e1b8);
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
  max-width: none;
}
@media only screen and (max-width: 767.499px) {
  .tmd-content .special-title {
    font-size: 1.2rem;
    margin: 2rem auto 1.5rem;
    padding: 0.4em 0.8em;
  }
}
.tmd-content .symptoms-section {
  margin-top: 4rem;
}
@media only screen and (max-width: 767.499px) {
  .tmd-content .symptoms-section {
    margin-top: 3rem;
  }
}
.tmd-content .symptoms-flex {
  display: flex;
  align-items: center;
  width: 58rem;
  margin: auto;
  justify-content: space-evenly;
}
@media only screen and (max-width: 767.499px) {
  .tmd-content .symptoms-flex {
    flex-direction: column;
    gap: 1rem;
    width: 100%;
  }
}
.tmd-content .symptoms-text {
  width: auto;
}
@media only screen and (max-width: 767.499px) {
  .tmd-content .symptoms-text {
    flex: 1;
    order: 1;
  }
}
.tmd-content .symptoms-images {
  flex: 0 0 33%;
  width: 100%;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767.499px) {
  .tmd-content .symptoms-images {
    flex: 1;
    order: 2;
  }
}
.tmd-content .tmd-qa-section {
  padding: 5rem 0;
  background-color: #f3f8e6;
  position: relative;
}
@media only screen and (max-width: 767.499px) {
  .tmd-content .tmd-qa-section {
    padding: 3rem 0;
  }
}
.tmd-content .tmd-qa-section::before {
  content: "";
  position: absolute;
  top: -5rem;
  left: 0;
  width: 10rem;
  height: 100%;
  background: url("../../../template_theme/assets/img/top/leaves-left.png") no-repeat left top;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 767.499px) {
  .tmd-content .tmd-qa-section::before {
    width: 4.5rem;
    top: -2rem;
  }
}
.tmd-content .tmd-qa-section::after {
  content: "";
  position: absolute;
  top: -5rem;
  right: 0;
  width: 9rem;
  height: 100%;
  background: url("../../../template_theme/assets/img/top/leaves-right.png") no-repeat right top;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 767.499px) {
  .tmd-content .tmd-qa-section::after {
    width: 4rem;
    top: -2rem;
  }
}
.tmd-content .qa-container {
  max-width: 68rem;
  margin: 0 auto;
  padding: 0 2rem;
}
@media only screen and (max-width: 767.499px) {
  .tmd-content .qa-container {
    padding: 0;
  }
}
.tmd-content .qa-item {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767.499px) {
  .tmd-content .qa-item {
    margin-bottom: 1.5rem;
  }
}
.tmd-content .qa-item:last-child {
  margin-bottom: 0;
}
.tmd-content .qa-question {
  background-color: #50891f;
  color: #fff;
  padding: 1rem 1.5rem;
  padding-left: 3rem;
  margin-bottom: 0;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.6;
  border-radius: 8px;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .tmd-content .qa-question {
    padding: 0.8rem 0;
    padding-left: 3.5rem;
    font-size: 1rem;
  }
}
.tmd-content .qa-question::before {
  content: "Q";
  position: absolute;
  left: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  background-color: #fff;
  color: #50891f;
  font-size: 1.2rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 767.499px) {
  .tmd-content .qa-question::before {
    width: 1.8rem;
    height: 1.8rem;
    font-size: 1rem;
  }
}
.tmd-content .qa-answer {
  padding: 1.5rem 2rem 1.5rem 3rem;
  margin: 0;
  font-size: 1rem;
  color: #333;
  line-height: 1.8;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .tmd-content .qa-answer {
    padding: 1.2rem 0.5rem 1.2rem 3rem;
    font-size: 0.9rem;
    line-height: 1.7;
  }
}
.tmd-content .qa-answer::before {
  content: "A";
  position: absolute;
  left: 0.5rem;
  top: 1.5rem;
  width: 2rem;
  height: 2rem;
  background-color: #6bb659;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 767.499px) {
  .tmd-content .qa-answer::before {
    width: 1.8rem;
    height: 1.8rem;
    font-size: 1rem;
    top: 1.2rem;
  }
}

.periodontal-content .periodontal-main-section {
  background: #fff;
  padding: 5rem 0;
}
@media only screen and (max-width: 767.499px) {
  .periodontal-content .periodontal-main-section {
    padding: 3rem 0;
  }
}
.periodontal-content .section-title {
  color: #A0C421;
}
.periodontal-content .intro-text {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #333;
  margin-bottom: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
}
@media only screen and (max-width: 767.499px) {
  .periodontal-content .intro-text {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
  }
}
.periodontal-content .intro-text:last-of-type {
  margin-bottom: 0;
}
.periodontal-content .pediatric-stages-description-pic {
  position: relative;
  width: 100%;
  max-width: 37rem;
  height: auto;
  margin: 0 auto 2rem;
  box-shadow: 0 4px 8px rgba(160, 196, 33, 0.1);
}
.periodontal-content .pediatric-stages-description-pic .pic-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0.5rem;
}
.periodontal-content .image-container {
  position: relative;
  width: 100%;
  max-width: 40rem;
  height: auto;
}
@media only screen and (max-width: 767.499px) {
  .periodontal-content .image-container {
    width: 100%;
  }
}
.periodontal-content .content-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0.5rem;
}
.periodontal-content .flex-layout {
  display: flex;
  align-items: center;
  gap: 3rem;
}
.periodontal-content .flex-layout.full-text {
  display: block;
}
.periodontal-content .flex-layout.colmn {
  flex-direction: row;
  flex-direction: column;
}
.periodontal-content .flex-layout.colmn .flex-image {
  max-width: 40rem !important;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: none !important;
}
@media only screen and (max-width: 767.499px) {
  .periodontal-content .flex-layout.colmn .flex-image {
    flex: 1;
    order: 2;
  }
}
@media only screen and (max-width: 767.499px) {
  .periodontal-content .flex-layout {
    flex-direction: column;
    gap: 2rem;
  }
}
.periodontal-content .flex-text {
  flex: 0 0 67%;
  width: 100%;
}
@media only screen and (max-width: 767.499px) {
  .periodontal-content .flex-text {
    flex: 1;
    order: 1;
  }
}
.periodontal-content .flex-image {
  max-width: 21rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.08);
}
@media only screen and (max-width: 767.499px) {
  .periodontal-content .flex-image {
    flex: 1;
    order: 2;
  }
}
.periodontal-content .risk-title {
  font-size: 1.4rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4;
  border-bottom: 2px solid #088327;
  padding-bottom: 0.5rem;
}
@media only screen and (max-width: 767.499px) {
  .periodontal-content .risk-title {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    text-align: center;
  }
}
.periodontal-content .periodontal-risk-section {
  background: #f3f8e6;
  padding: 5rem 0;
  position: relative;
}
@media only screen and (max-width: 767.499px) {
  .periodontal-content .periodontal-risk-section {
    padding: 3rem 0;
  }
}
.periodontal-content .periodontal-risk-section::before {
  content: "";
  position: absolute;
  top: -5rem;
  left: 0;
  width: 10rem;
  height: 100%;
  background: url("../../../template_theme/assets/img/top/leaves-left.png") no-repeat left top;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 767.499px) {
  .periodontal-content .periodontal-risk-section::before {
    width: 4.5rem;
    top: -2rem;
  }
}
.periodontal-content .periodontal-risk-section::after {
  content: "";
  position: absolute;
  top: -5rem;
  right: 0;
  width: 9rem;
  height: 100%;
  background: url("../../../template_theme/assets/img/top/leaves-right.png") no-repeat right top;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 767.499px) {
  .periodontal-content .periodontal-risk-section::after {
    width: 4rem;
    top: -2rem;
  }
}
.periodontal-content .periodontal-risk-section .section-container {
  position: relative;
  z-index: 2;
  max-width: 71rem;
  margin: 0 auto;
  padding: 0 1.2rem;
}
.periodontal-content .periodontal-risk-section .risk-item,
.periodontal-content .periodontal-risk-section .collaboration-item {
  margin-bottom: 5rem;
}
@media only screen and (max-width: 767.499px) {
  .periodontal-content .periodontal-risk-section .risk-item,
  .periodontal-content .periodontal-risk-section .collaboration-item {
    margin-bottom: 4rem;
  }
}
.periodontal-content .periodontal-risk-section .collaboration-subtitle {
  font-size: 1.3rem;
  font-weight: 500;
  color: #4caf50;
  margin-bottom: 1.5rem;
  margin-top: 2rem;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .periodontal-content .periodontal-risk-section .collaboration-subtitle {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    margin-top: 1.5rem;
  }
}
.periodontal-content .periodontal-risk-section .risk-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.periodontal-content .periodontal-risk-section .risk-list-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1rem;
  font-size: 1.1rem;
  line-height: 1.6;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  padding-left: 1.5rem;
}
@media only screen and (max-width: 767.499px) {
  .periodontal-content .periodontal-risk-section .risk-list-item {
    font-size: 1rem;
    margin-bottom: 0.8rem;
    padding-left: 1.2rem;
  }
}
.periodontal-content .periodontal-risk-section .risk-list-item:last-child {
  margin-bottom: 0;
}
.periodontal-content .periodontal-risk-section .risk-list-item::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #4caf50;
  font-size: 1.2rem;
  font-weight: bold;
}
.periodontal-content .periodontal-risk-section .risk-note {
  font-size: 0.9rem;
  color: #666;
  margin-top: 0.3rem;
  display: block;
  font-style: italic;
}
@media only screen and (max-width: 767.499px) {
  .periodontal-content .periodontal-risk-section .risk-note {
    font-size: 0.85rem;
  }
}
.periodontal-content .periodontal-risk-section .collaboration-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.periodontal-content .periodontal-risk-section .collaboration-list-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1rem;
  font-size: 1.1rem;
  line-height: 1.6;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  padding-left: 1.5rem;
}
@media only screen and (max-width: 767.499px) {
  .periodontal-content .periodontal-risk-section .collaboration-list-item {
    font-size: 1rem;
    margin-bottom: 0.8rem;
    padding-left: 1.2rem;
  }
}
.periodontal-content .periodontal-risk-section .collaboration-list-item:last-child {
  margin-bottom: 0;
}
.periodontal-content .periodontal-risk-section .collaboration-list-item::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #4caf50;
  font-size: 1.2rem;
  font-weight: bold;
}
.periodontal-content .periodontal-risk-section .periodontal-treatment-box {
  background-color: #fff;
  border: 2px solid #4caf50;
  border-radius: 1rem;
  padding: 2rem;
  max-width: 37rem;
  margin: 5rem auto 0;
  box-shadow: 0 4px 8px rgba(160, 196, 33, 0.1);
}
@media only screen and (max-width: 767.499px) {
  .periodontal-content .periodontal-risk-section .periodontal-treatment-box {
    padding: 1.5rem;
    margin: 4rem auto 0;
    border-radius: 0.8rem;
  }
}
.periodontal-content .periodontal-risk-section .periodontal-treatment-box-title {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
}
@media only screen and (max-width: 767.499px) {
  .periodontal-content .periodontal-risk-section .periodontal-treatment-box-title {
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }
}
.periodontal-content .periodontal-risk-section .periodontal-treatment-box-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.periodontal-content .periodontal-risk-section .periodontal-treatment-box-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1rem;
  font-size: 1.1rem;
  line-height: 1.6;
  color: #333;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  padding-left: 1.5rem;
}
@media only screen and (max-width: 767.499px) {
  .periodontal-content .periodontal-risk-section .periodontal-treatment-box-item {
    font-size: 0.9rem;
    margin-bottom: 0.8rem;
    padding-left: 1.2rem;
  }
}
.periodontal-content .periodontal-risk-section .periodontal-treatment-box-item:last-child {
  margin-bottom: 0;
}
.periodontal-content .periodontal-risk-section .periodontal-treatment-box-item::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #4caf50;
  font-size: 1.2rem;
  font-weight: bold;
}
.periodontal-content .periodontal-progress-section {
  background: #fff;
  padding: 5rem 0;
}
@media only screen and (max-width: 767.499px) {
  .periodontal-content .periodontal-progress-section {
    padding: 3rem 0;
  }
}
.periodontal-content .periodontal-progress-section .section-container {
  max-width: 71rem;
  margin: 0 auto;
  padding: 0 1.2rem;
}
.periodontal-content .periodontal-progress-section .progress-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  margin-top: 4rem;
}
@media only screen and (max-width: 767.499px) {
  .periodontal-content .periodontal-progress-section .progress-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin-top: 3rem;
  }
}
.periodontal-content .periodontal-progress-section .progress-card {
  background: #fff;
  border-radius: 0.8rem;
  padding: 1.5rem;
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
@media only screen and (max-width: 767.499px) {
  .periodontal-content .periodontal-progress-section .progress-card {
    padding: 1.2rem;
    border-radius: 0.6rem;
  }
}
.periodontal-content .periodontal-progress-section .progress-image {
  width: 100%;
  max-width: 8rem;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 767.499px) {
  .periodontal-content .periodontal-progress-section .progress-image {
    max-width: 6rem;
    margin-bottom: 1rem;
  }
}
.periodontal-content .periodontal-progress-section .progress-img {
  width: 100%;
  height: auto;
  display: block;
}
.periodontal-content .periodontal-progress-section .progress-title {
  font-size: 1.3rem;
  font-weight: 500;
  color: #333;
  margin-bottom: 1rem;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .periodontal-content .periodontal-progress-section .progress-title {
    font-size: 1.1rem;
    margin-bottom: 0.8rem;
  }
}
.periodontal-content .periodontal-progress-section .progress-desc {
  font-size: 0.9rem;
  line-height: 1.6;
  color: #555;
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
}
@media only screen and (max-width: 767.499px) {
  .periodontal-content .periodontal-progress-section .progress-desc {
    font-size: 0.85rem;
    line-height: 1.5;
  }
}
.periodontal-content .periodontal-treatment-section {
  background: #f3f8e6;
  padding: 5rem 0;
  position: relative;
}
@media only screen and (max-width: 767.499px) {
  .periodontal-content .periodontal-treatment-section {
    padding: 3rem 0;
  }
}
.periodontal-content .periodontal-treatment-section::before {
  content: "";
  position: absolute;
  top: -5rem;
  left: 0;
  width: 10rem;
  height: 100%;
  background: url("../../../template_theme/assets/img/top/leaves-left.png") no-repeat left top;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 767.499px) {
  .periodontal-content .periodontal-treatment-section::before {
    width: 4.5rem;
    top: -2rem;
  }
}
.periodontal-content .periodontal-treatment-section::after {
  content: "";
  position: absolute;
  top: -5rem;
  right: 0;
  width: 9rem;
  height: 100%;
  background: url("../../../template_theme/assets/img/top/leaves-right.png") no-repeat right top;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 767.499px) {
  .periodontal-content .periodontal-treatment-section::after {
    width: 4rem;
    top: -2rem;
  }
}
.periodontal-content .periodontal-treatment-section .section-container {
  position: relative;
  z-index: 2;
  max-width: 71rem;
  margin: 0 auto;
  padding: 0 1.2rem;
}
.periodontal-content .periodontal-treatment-section .treatment-item {
  margin-bottom: 5rem;
}
@media only screen and (max-width: 767.499px) {
  .periodontal-content .periodontal-treatment-section .treatment-item {
    margin-bottom: 4rem;
  }
}
.periodontal-content .periodontal-treatment-section .treatment-item:last-child {
  margin-bottom: 0;
}
.periodontal-content .periodontal-treatment-section .treatment-subtitle {
  position: relative;
  margin-bottom: 3rem;
  padding-left: 3.5rem;
  color: #333;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .periodontal-content .periodontal-treatment-section .treatment-subtitle {
    font-size: 1.3rem;
    padding-left: 4rem;
    margin-bottom: 2rem;
  }
}
.periodontal-content .periodontal-treatment-section .treatment-subtitle::before {
  content: attr(data-no);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2.5rem;
  height: 2.5rem;
  background-color: #4caf50;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .periodontal-content .periodontal-treatment-section .treatment-subtitle::before {
    width: 2.3rem;
    height: 2.3rem;
    font-size: 1.3rem;
  }
}
.periodontal-content .periodontal-treatment-section .treatment-desc {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #333;
  margin-bottom: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .periodontal-content .periodontal-treatment-section .treatment-desc {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1rem;
  }
}
.periodontal-content .periodontal-treatment-section .treatment-desc:last-child {
  margin-bottom: 0;
}
.periodontal-content .periodontal-treatment-section .blue-radical-layout {
  padding: 3rem 0 1rem;
}
.periodontal-content .periodontal-treatment-section .blue-radical-layout .flex-image {
  flex: 0 0 35%;
  max-width: 28rem;
}
@media only screen and (max-width: 767.499px) {
  .periodontal-content .periodontal-treatment-section .blue-radical-layout .flex-image {
    flex: 1;
    order: 2;
    max-width: 100%;
  }
}
.periodontal-content .periodontal-treatment-section .blue-radical-layout .flex-image .image-container {
  max-width: 28rem;
}
@media only screen and (max-width: 767.499px) {
  .periodontal-content .periodontal-treatment-section .blue-radical-layout .flex-image .image-container {
    max-width: 100%;
  }
}
.periodontal-content .periodontal-treatment-section .blue-radical-layout .flex-text {
  flex: 1;
  color: #fff;
}
@media only screen and (max-width: 767.499px) {
  .periodontal-content .periodontal-treatment-section .blue-radical-layout .flex-text {
    order: 1;
  }
}
.periodontal-content .periodontal-treatment-section .risl-title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4;
}
@media only screen and (max-width: 767.499px) {
  .periodontal-content .periodontal-treatment-section .risl-title {
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
    text-align: center;
  }
}
.periodontal-content .periodontal-treatment-section .blue-radical-desc {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #333;
  margin-bottom: 2rem;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .periodontal-content .periodontal-treatment-section .blue-radical-desc {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
  }
}
.periodontal-content .periodontal-treatment-section .blue-radical-buttons {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
@media only screen and (max-width: 767.499px) {
  .periodontal-content .periodontal-treatment-section .blue-radical-buttons {
    justify-content: center;
    margin-top: 1.5rem;
  }
}
.periodontal-content .periodontal-treatment-section .blue-radical-button-item {
  text-align: center;
  width: 25rem;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .periodontal-content .periodontal-treatment-section .blue-radical-button-item {
    width: 100%;
    max-width: 20rem;
  }
}
.periodontal-content .periodontal-treatment-section .blue-radical-button-item .common-btn {
  padding: 1rem 2rem;
  font-size: 1rem;
  width: 100%;
  display: inline-block;
  text-align: center;
}
@media only screen and (max-width: 767.499px) {
  .periodontal-content .periodontal-treatment-section .blue-radical-button-item .common-btn {
    padding: 0.8rem 1.5rem;
    font-size: 0.9rem;
  }
}
.periodontal-content .periodontal-laser-vitamin-section {
  background: #fff;
  padding: 5rem 0;
  position: relative;
}
@media only screen and (max-width: 767.499px) {
  .periodontal-content .periodontal-laser-vitamin-section {
    padding: 3rem 0;
  }
}
.periodontal-content .periodontal-laser-vitamin-section::before {
  content: "";
  position: absolute;
  top: -5rem;
  left: 0;
  width: 10rem;
  height: 100%;
  background: url("../../../template_theme/assets/img/top/leaves-left.png") no-repeat left top;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 767.499px) {
  .periodontal-content .periodontal-laser-vitamin-section::before {
    width: 4.5rem;
    top: -2rem;
  }
}
.periodontal-content .periodontal-laser-vitamin-section::after {
  content: "";
  position: absolute;
  top: -5rem;
  right: 0;
  width: 9rem;
  height: 100%;
  background: url("../../../template_theme/assets/img/top/leaves-right.png") no-repeat right top;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 767.499px) {
  .periodontal-content .periodontal-laser-vitamin-section::after {
    width: 4rem;
    top: -2rem;
  }
}
.periodontal-content .list-wrap {
  max-width: 30rem;
  margin: auto;
  border: #07651e solid 0.125rem;
  border-radius: 1rem;
  padding: 1rem;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 767.499px) {
  .periodontal-content .list-wrap {
    width: 100%;
  }
}
.periodontal-content .section-container {
  position: relative;
  z-index: 2;
  max-width: 71rem;
  margin: 0 auto;
  padding: 0 1.2rem;
}
.periodontal-content .laser-treatment-item {
  margin-bottom: 5rem;
}
@media only screen and (max-width: 767.499px) {
  .periodontal-content .laser-treatment-item {
    margin-bottom: 4rem;
  }
}
.periodontal-content .main-title {
  margin: 3rem auto 1rem;
  padding: 0.3em 1em;
  color: #07651e;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  border-radius: 0.5rem;
  background: linear-gradient(to right, #dcebc4, #d0e1b8);
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767.499px) {
  .periodontal-content .main-title {
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
    text-align: center;
  }
}
.periodontal-content .laser-subtitle {
  font-size: 1.3rem;
  font-weight: 600;
  color: #4caf50;
  margin-bottom: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
@media only screen and (max-width: 767.499px) {
  .periodontal-content .laser-subtitle {
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }
}
.periodontal-content .laser-effects-list {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem 0;
  padding-left: 3rem;
}
@media only screen and (max-width: 767.499px) {
  .periodontal-content .laser-effects-list {
    margin-bottom: 1.5rem;
    padding-left: 0;
  }
}
.periodontal-content .laser-effects-item {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 1rem;
  font-size: 1.1rem;
  line-height: 1.6;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media only screen and (max-width: 767.499px) {
  .periodontal-content .laser-effects-item {
    font-size: 1rem;
    margin-bottom: 0.8rem;
    padding-left: 1.2rem;
  }
}
.periodontal-content .laser-effects-item:last-child {
  margin-bottom: 0;
}
.periodontal-content .laser-effects-item::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #4caf50;
  font-size: 1.2rem;
  font-weight: bold;
}
.periodontal-content .laser-desc {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .periodontal-content .laser-desc {
    font-size: 1rem;
    line-height: 1.6;
  }
}
.periodontal-content .vitamin-treatment-item {
  text-align: center;
}
.periodontal-content .vitamin-desc {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #333;
  margin-bottom: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767.499px) {
  .periodontal-content .vitamin-desc {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
  }
}
.periodontal-content .water-system-item {
  margin: 5rem 0;
  text-align: center;
}
@media only screen and (max-width: 767.499px) {
  .periodontal-content .water-system-item {
    margin: 4rem 0;
  }
}
.periodontal-content .water-systems {
  margin: 0 auto 3rem;
}
@media only screen and (max-width: 767.499px) {
  .periodontal-content .water-systems {
    margin: 0 auto 2rem;
  }
}
.periodontal-content .water-system-content {
  margin-bottom: 3rem;
  text-align: left;
}
@media only screen and (max-width: 767.499px) {
  .periodontal-content .water-system-content {
    margin-bottom: 2rem;
  }
}
.periodontal-content .water-system-content:last-child {
  margin-bottom: 0;
}
.periodontal-content .water-system-subtitle {
  font-size: 1.3rem;
  font-weight: 500;
  color: #333;
  margin-bottom: 1rem;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .periodontal-content .water-system-subtitle {
    font-size: 1.2rem;
    margin-bottom: 0.8rem;
  }
}
.periodontal-content .water-system-desc {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #333;
  margin-bottom: 0;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .periodontal-content .water-system-desc {
    font-size: 1rem;
    line-height: 1.6;
  }
}
.periodontal-content .maintenance-item {
  margin: 5rem 0 0;
}
@media only screen and (max-width: 767.499px) {
  .periodontal-content .maintenance-item {
    margin: 4rem 0 0;
  }
}
.periodontal-content .maintenance-desc {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #333;
  margin-bottom: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .periodontal-content .maintenance-desc {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1rem;
  }
}
.periodontal-content .maintenance-desc:last-child {
  margin-bottom: 0;
}
.periodontal-content .btn-container {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
@media only screen and (max-width: 767.499px) {
  .periodontal-content .btn-container {
    margin-top: 1.5rem;
  }
}
.periodontal-content .btn-container.left {
  justify-content: flex-start;
}
@media only screen and (max-width: 767.499px) {
  .periodontal-content .btn-container.left {
    justify-content: center;
  }
}
.periodontal-content .btn-container.right {
  justify-content: flex-end;
}
@media only screen and (max-width: 767.499px) {
  .periodontal-content .btn-container.right {
    justify-content: center;
  }
}
.periodontal-content .btn-container .btn-item {
  text-align: center;
  width: 25rem;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .periodontal-content .btn-container .btn-item {
    width: 100%;
    max-width: 20rem;
  }
}
.periodontal-content .btn-container .btn-item.compact {
  width: 18rem;
}
.periodontal-content .btn-container .btn-item.wide {
  width: 30rem;
}
.periodontal-content .btn-container .btn-item .common-btn {
  padding: 1rem 2rem;
  font-size: 1rem;
  width: 100%;
  display: inline-block;
  text-align: center;
}
@media only screen and (max-width: 767.499px) {
  .periodontal-content .btn-container .btn-item .common-btn {
    padding: 0.8rem 1.5rem;
    font-size: 0.9rem;
  }
}
.periodontal-content .periodontal-qa-section {
  padding: 5rem 0;
  background-color: #f3f8e6;
  position: relative;
}
@media only screen and (max-width: 767.499px) {
  .periodontal-content .periodontal-qa-section {
    padding: 3rem 0;
  }
}
.periodontal-content .periodontal-qa-section::before {
  content: "";
  position: absolute;
  top: -5rem;
  left: 0;
  width: 10rem;
  height: 100%;
  background: url("../../../template_theme/assets/img/top/leaves-left.png") no-repeat left top;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 767.499px) {
  .periodontal-content .periodontal-qa-section::before {
    width: 4.5rem;
    top: -2rem;
  }
}
.periodontal-content .periodontal-qa-section::after {
  content: "";
  position: absolute;
  top: -5rem;
  right: 0;
  width: 9rem;
  height: 100%;
  background: url("../../../template_theme/assets/img/top/leaves-right.png") no-repeat right top;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 767.499px) {
  .periodontal-content .periodontal-qa-section::after {
    width: 4rem;
    top: -2rem;
  }
}
.periodontal-content .periodontal-qa-section .section-container {
  position: relative;
  z-index: 2;
  max-width: 71rem;
  margin: 0 auto;
  padding: 0 1.2rem;
}
.periodontal-content .periodontal-qa-section .qa-container {
  max-width: 68rem;
  margin: 0 auto;
  padding: 0 2rem;
}
@media only screen and (max-width: 767.499px) {
  .periodontal-content .periodontal-qa-section .qa-container {
    padding: 0;
  }
}
.periodontal-content .periodontal-qa-section .qa-item {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767.499px) {
  .periodontal-content .periodontal-qa-section .qa-item {
    margin-bottom: 1.5rem;
  }
}
.periodontal-content .periodontal-qa-section .qa-item:last-child {
  margin-bottom: 0;
}
.periodontal-content .periodontal-qa-section .qa-question {
  background-color: #50891f;
  color: #fff;
  padding: 1rem 1.5rem;
  padding-left: 3rem;
  margin-bottom: 0;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.6;
  border-radius: 8px;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .periodontal-content .periodontal-qa-section .qa-question {
    padding: 0.8rem 0;
    padding-left: 3.5rem;
    font-size: 1rem;
  }
}
.periodontal-content .periodontal-qa-section .qa-question::before {
  content: "Q";
  position: absolute;
  left: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  background-color: #fff;
  color: #50891f;
  font-size: 1.2rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 767.499px) {
  .periodontal-content .periodontal-qa-section .qa-question::before {
    width: 1.8rem;
    height: 1.8rem;
    font-size: 1rem;
  }
}
.periodontal-content .periodontal-qa-section .qa-answer {
  padding: 1.5rem 2rem 1.5rem 3rem;
  margin: 0;
  font-size: 1rem;
  color: #333;
  line-height: 1.8;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .periodontal-content .periodontal-qa-section .qa-answer {
    padding: 1.2rem 0.5rem 1.2rem 3rem;
    font-size: 0.9rem;
    line-height: 1.7;
  }
}
.periodontal-content .periodontal-qa-section .qa-answer::before {
  content: "A";
  position: absolute;
  left: 0.5rem;
  top: 1.5rem;
  width: 2rem;
  height: 2rem;
  background-color: #6bb659;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 767.499px) {
  .periodontal-content .periodontal-qa-section .qa-answer::before {
    width: 1.8rem;
    height: 1.8rem;
    font-size: 1rem;
    top: 1.2rem;
  }
}

.vitamin-content .vitamin-main-section {
  background: #fff;
  padding: 5rem 0;
}
@media only screen and (max-width: 767.499px) {
  .vitamin-content .vitamin-main-section {
    padding: 3rem 0;
  }
}
.vitamin-content .section-container {
  width: 100%;
  max-width: 71rem;
  margin: 0 auto;
  padding: 0 1.2rem;
  position: relative;
  z-index: 2;
}
.vitamin-content .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #A0C421;
  margin-bottom: 4rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  justify-content: center;
  text-align: center;
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
}
.vitamin-content .section-title .section-title-en {
  font-size: 1.1rem;
  color: #6bb659;
  font-weight: 700;
  order: -1;
}
@media only screen and (max-width: 767.499px) {
  .vitamin-content .section-title {
    font-size: 1.44rem;
    gap: 0.5rem;
    margin-bottom: 2rem;
  }
  .vitamin-content .section-title .section-title-en {
    font-size: 1.1rem;
  }
}
.vitamin-content .intro-text {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #333;
  margin-bottom: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
}
.vitamin-content .intro-text.width {
  max-width: 50rem;
  margin: auto;
}
@media only screen and (max-width: 767.499px) {
  .vitamin-content .intro-text.width {
    width: 100%;
  }
}
@media only screen and (max-width: 767.499px) {
  .vitamin-content .intro-text {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
  }
}
.vitamin-content .intro-text:last-of-type {
  margin-bottom: 0;
}
.vitamin-content .flex-layout {
  display: flex;
  align-items: center;
  gap: 3rem;
}
@media only screen and (max-width: 767.499px) {
  .vitamin-content .flex-layout {
    flex-direction: column;
    gap: 2rem;
  }
}
.vitamin-content .flex-text {
  flex: 0 0 67%;
  width: 100%;
}
@media only screen and (max-width: 767.499px) {
  .vitamin-content .flex-text {
    flex: 1;
    order: 1;
  }
}
.vitamin-content .flex-image {
  max-width: 21rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.08);
}
@media only screen and (max-width: 767.499px) {
  .vitamin-content .flex-image {
    flex: 1;
    order: 2;
  }
}
.vitamin-content .image-container {
  position: relative;
  width: 100%;
  max-width: 40rem;
  height: auto;
  margin: 3rem auto;
}
@media only screen and (max-width: 767.499px) {
  .vitamin-content .image-container {
    width: 100%;
  }
}
.vitamin-content .content-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0.5rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.08);
}
.vitamin-content .main-title {
  margin: 3rem auto 2rem;
  padding: 0.3em 1em;
  color: #07651e;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  border-radius: 0.5rem;
  background: linear-gradient(to right, #dcebc4, #d0e1b8);
  width: 100%;
  max-width: none;
}
@media only screen and (max-width: 767.499px) {
  .vitamin-content .main-title {
    font-size: 1.2rem;
    margin: 2rem auto 1.5rem;
    padding: 0.4em 0.8em;
  }
}
.vitamin-content .category-title {
  font-size: 1.4rem;
  font-weight: 700;
  color: #333;
  margin: 0 0 1rem 0;
  text-align: center;
  line-height: 1.4;
  border-bottom: 1px solid #50a166;
  padding-bottom: 0.5rem;
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
  margin-bottom: 2rem;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .vitamin-content .category-title {
    font-size: 1.2rem;
    margin-top: 2.5rem;
    margin-bottom: 1.5rem;
  }
}
.vitamin-content .vitamin-indication-section {
  background: #f3f8e6;
  padding: 5rem 0;
  position: relative;
}
@media only screen and (max-width: 767.499px) {
  .vitamin-content .vitamin-indication-section {
    padding: 3rem 0;
  }
}
.vitamin-content .vitamin-indication-section::before {
  content: "";
  position: absolute;
  top: -5rem;
  left: 0;
  width: 10rem;
  height: 100%;
  background: url("../../../template_theme/assets/img/top/leaves-left.png") no-repeat left top;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 767.499px) {
  .vitamin-content .vitamin-indication-section::before {
    width: 4.5rem;
    top: -2rem;
  }
}
.vitamin-content .vitamin-indication-section::after {
  content: "";
  position: absolute;
  top: -5rem;
  right: 0;
  width: 9rem;
  height: 100%;
  background: url("../../../template_theme/assets/img/top/leaves-right.png") no-repeat right top;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 767.499px) {
  .vitamin-content .vitamin-indication-section::after {
    width: 4rem;
    top: -2rem;
  }
}
.vitamin-content .vitamin-indication-section .section-container {
  position: relative;
  z-index: 2;
}
.vitamin-content .indication-list {
  list-style: none;
  padding: 0;
  margin: 0 auto 2rem;
  max-width: 50rem;
}
@media only screen and (max-width: 767.499px) {
  .vitamin-content .indication-list {
    margin: 0 auto 1.5rem;
  }
}
.vitamin-content .indication-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.8rem;
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  padding-left: 1.5rem;
  font-weight: 400;
}
@media only screen and (max-width: 767.499px) {
  .vitamin-content .indication-item {
    font-size: 0.95rem;
    margin-bottom: 0.7rem;
    padding-left: 1.2rem;
  }
}
.vitamin-content .indication-item:last-child {
  margin-bottom: 0;
}
.vitamin-content .indication-item::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
  color: #50a166;
  font-size: 1rem;
  font-weight: bold;
}
@media only screen and (max-width: 767.499px) {
  .vitamin-content .indication-item::before {
    font-size: 0.9rem;
  }
}
.vitamin-content .indication-list.medical-effects {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem 2rem;
}
@media only screen and (max-width: 767.499px) {
  .vitamin-content .indication-list.medical-effects {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.4rem 1rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .vitamin-content .indication-list.medical-effects .indication-item {
    font-size: 0.85rem;
    line-height: 1.5;
  }
}
.vitamin-content .vitamin-side-effects-section {
  background: #fff;
  padding: 5rem 0;
  position: relative;
}
@media only screen and (max-width: 767.499px) {
  .vitamin-content .vitamin-side-effects-section {
    padding: 3rem 0;
  }
}
.vitamin-content .vitamin-side-effects-section::before {
  content: "";
  position: absolute;
  top: -5rem;
  left: 0;
  width: 10rem;
  height: 100%;
  background: url("../../../template_theme/assets/img/top/leaves-left.png") no-repeat left top;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 767.499px) {
  .vitamin-content .vitamin-side-effects-section::before {
    width: 4.5rem;
    top: -2rem;
  }
}
.vitamin-content .vitamin-side-effects-section::after {
  content: "";
  position: absolute;
  top: -5rem;
  right: 0;
  width: 9rem;
  height: 100%;
  background: url("../../../template_theme/assets/img/top/leaves-right.png") no-repeat right top;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 767.499px) {
  .vitamin-content .vitamin-side-effects-section::after {
    width: 4rem;
    top: -2rem;
  }
}
.vitamin-content .vitamin-side-effects-section .section-container {
  position: relative;
  z-index: 2;
}
.vitamin-content .side-effects-list {
  list-style: none;
  padding: 0;
  margin: 0 auto 2rem;
  max-width: 50rem;
}
@media only screen and (max-width: 767.499px) {
  .vitamin-content .side-effects-list {
    margin: 0 auto 1.5rem;
  }
}
.vitamin-content .side-effects-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.8rem;
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
  position: relative;
  padding-left: 1.5rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .vitamin-content .side-effects-item {
    font-size: 0.95rem;
    margin-bottom: 0.7rem;
    padding-left: 1.2rem;
  }
}
.vitamin-content .side-effects-item:last-child {
  margin-bottom: 0;
}
.vitamin-content .side-effects-item::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free", "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 15%;
  color: #4caf50;
  font-size: 0.9rem;
}
@media only screen and (max-width: 767.499px) {
  .vitamin-content .side-effects-item::before {
    font-size: 0.8rem;
  }
}
.vitamin-content .vitamin-precautions-section {
  background: #f3f8e6;
  padding: 5rem 0;
  position: relative;
}
@media only screen and (max-width: 767.499px) {
  .vitamin-content .vitamin-precautions-section {
    padding: 3rem 0;
  }
}
.vitamin-content .vitamin-precautions-section::before {
  content: "";
  position: absolute;
  top: -5rem;
  left: 0;
  width: 10rem;
  height: 100%;
  background: url("../../../template_theme/assets/img/top/leaves-left.png") no-repeat left top;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 767.499px) {
  .vitamin-content .vitamin-precautions-section::before {
    width: 4.5rem;
    top: -2rem;
  }
}
.vitamin-content .vitamin-precautions-section::after {
  content: "";
  position: absolute;
  top: -5rem;
  right: 0;
  width: 9rem;
  height: 100%;
  background: url("../../../template_theme/assets/img/top/leaves-right.png") no-repeat right top;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 767.499px) {
  .vitamin-content .vitamin-precautions-section::after {
    width: 4rem;
    top: -2rem;
  }
}
.vitamin-content .vitamin-precautions-section .section-container {
  position: relative;
  z-index: 2;
}
.vitamin-content .precautions-list {
  list-style: none;
  padding: 0;
  margin: 0 auto 2rem;
  max-width: 50rem;
}
@media only screen and (max-width: 767.499px) {
  .vitamin-content .precautions-list {
    margin: 0 auto 1.5rem;
  }
}
.vitamin-content .precautions-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.8rem;
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
  position: relative;
  padding-left: 1.5rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .vitamin-content .precautions-item {
    font-size: 0.95rem;
    margin-bottom: 0.7rem;
    padding-left: 1.2rem;
  }
}
.vitamin-content .precautions-item:last-child {
  margin-bottom: 0;
}
.vitamin-content .precautions-item::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free", "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 15%;
  color: #ff9800;
  font-size: 0.9rem;
}
@media only screen and (max-width: 767.499px) {
  .vitamin-content .precautions-item::before {
    font-size: 0.8rem;
  }
}
.vitamin-content .contraindications-list {
  list-style: none;
  padding: 0;
  margin: 0 auto 2rem;
  max-width: 50rem;
}
@media only screen and (max-width: 767.499px) {
  .vitamin-content .contraindications-list {
    margin: 0 auto 1.5rem;
  }
}
.vitamin-content .contraindications-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.8rem;
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
  position: relative;
  padding-left: 1.5rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .vitamin-content .contraindications-item {
    font-size: 0.95rem;
    margin-bottom: 0.7rem;
    padding-left: 1.2rem;
  }
}
.vitamin-content .contraindications-item:last-child {
  margin-bottom: 0;
}
.vitamin-content .contraindications-item::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free", "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 15%;
  color: #ff9800;
  font-size: 0.9rem;
}
@media only screen and (max-width: 767.499px) {
  .vitamin-content .contraindications-item::before {
    font-size: 0.8rem;
  }
}
.vitamin-content .vitamin-supplement-section {
  background: #fff;
  padding: 5rem 0;
  position: relative;
}
@media only screen and (max-width: 767.499px) {
  .vitamin-content .vitamin-supplement-section {
    padding: 3rem 0;
  }
}
.vitamin-content .vitamin-supplement-section .section-container {
  position: relative;
  z-index: 2;
}
.vitamin-content .supplement-title-container {
  max-width: 50rem;
  margin: 0 auto;
  padding: 3rem 2rem;
  border-radius: 1.5rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767.499px) {
  .vitamin-content .supplement-title-container {
    padding: 2.5rem 1.5rem 0;
    border-radius: 1rem;
    max-width: 95%;
  }
}
.vitamin-content .supplement-title-container::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -50%;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(160, 196, 33, 0.05) 0%, transparent 70%);
  z-index: -1;
}
.vitamin-content .supplement-main-title {
  font-size: 1.8rem;
  font-weight: 600;
  color: #4caf50;
  margin-bottom: 1.5rem;
  line-height: 1.4;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .vitamin-content .supplement-main-title {
    font-size: 1.4rem;
    margin-bottom: 1.2rem;
  }
}
.vitamin-content .supplement-product-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
}
@media only screen and (max-width: 767.499px) {
  .vitamin-content .supplement-product-title {
    gap: 0.6rem;
  }
}
.vitamin-content .supplement-product-name {
  display: inline-block;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, #A0C421 0%, #6bb659 100%);
  padding: 0.5em 1em;
  border-radius: 0.8rem;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 8px rgba(160, 196, 33, 0.3);
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  position: relative;
  transform: perspective(500px) rotateX(-5deg);
}
@media only screen and (max-width: 767.499px) {
  .vitamin-content .supplement-product-name {
    font-size: 1.6rem;
    padding: 0.4em 0.8em;
    border-radius: 0.6rem;
  }
}
.vitamin-content .supplement-product-name::after {
  content: "";
  position: absolute;
  top: 10%;
  left: 10%;
  right: 10%;
  height: 20%;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.4) 50%, transparent 100%);
  border-radius: 2px;
  transform: skewX(-20deg);
}
.vitamin-content .supplement-product-subtitle {
  font-size: 1.3rem;
  font-weight: 500;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4;
}
@media only screen and (max-width: 767.499px) {
  .vitamin-content .supplement-product-subtitle {
    font-size: 1.1rem;
  }
}
.vitamin-content .supplement-image {
  max-width: 50rem;
  margin: 3rem auto;
}
@media only screen and (max-width: 767.499px) {
  .vitamin-content .supplement-image {
    margin: 2.5rem auto;
    width: 100%;
  }
}
.vitamin-content .supplement-image .content-image {
  box-shadow: 0 1rem 3rem rgba(76, 175, 80, 0.25), 0 0.5rem 1.5rem rgba(160, 196, 33, 0.15);
}
@media only screen and (max-width: 767.499px) {
  .vitamin-content .supplement-image .content-image {
    box-shadow: 0 0.8rem 2.5rem rgba(76, 175, 80, 0.2), 0 0.4rem 1.2rem rgba(160, 196, 33, 0.12);
  }
}
.vitamin-content .vitamin-effects-section {
  background: #f3f8e6;
  padding: 5rem 0;
  position: relative;
}
@media only screen and (max-width: 767.499px) {
  .vitamin-content .vitamin-effects-section {
    padding: 3rem 0;
  }
}
.vitamin-content .vitamin-effects-section::before {
  content: "";
  position: absolute;
  top: -5rem;
  left: 0;
  width: 10rem;
  height: 100%;
  background: url("../../../template_theme/assets/img/top/leaves-left.png") no-repeat left top;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 767.499px) {
  .vitamin-content .vitamin-effects-section::before {
    width: 4.5rem;
    top: -2rem;
  }
}
.vitamin-content .vitamin-effects-section::after {
  content: "";
  position: absolute;
  top: -5rem;
  right: 0;
  width: 9rem;
  height: 100%;
  background: url("../../../template_theme/assets/img/top/leaves-right.png") no-repeat right top;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 767.499px) {
  .vitamin-content .vitamin-effects-section::after {
    width: 4rem;
    top: -2rem;
  }
}
.vitamin-content .vitamin-effects-section .section-container {
  position: relative;
  z-index: 2;
}
.vitamin-content .vitamin-c-effects-list {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 60rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
}
@media only screen and (max-width: 767.499px) {
  .vitamin-content .vitamin-c-effects-list {
    grid-template-columns: 1fr;
    gap: 2rem;
    max-width: 100%;
  }
}
.vitamin-content .vitamin-c-effects-item {
  background: #fff;
  border-radius: 1rem;
  padding: 2rem;
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.08);
  border: 1px solid #e8f5d8;
  position: relative;
  padding-left: 3rem;
}
@media only screen and (max-width: 767.499px) {
  .vitamin-content .vitamin-c-effects-item {
    padding: 1.5rem;
    padding-left: 2.5rem;
    border-radius: 0.8rem;
  }
}
.vitamin-content .vitamin-c-effects-item::before {
  content: "●";
  font-weight: 900;
  position: absolute;
  left: 1rem;
  top: 2rem;
  color: #4caf50;
  font-size: 1.2rem;
}
@media only screen and (max-width: 767.499px) {
  .vitamin-content .vitamin-c-effects-item::before {
    left: 0.8rem;
    top: 1.5rem;
    font-size: 1rem;
  }
}
.vitamin-content .effects-item-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 0.8rem;
  line-height: 1.4;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .vitamin-content .effects-item-title {
    font-size: 1.1rem;
    margin-bottom: 0.6rem;
  }
}
.vitamin-content .effects-item-desc {
  font-size: 1rem;
  line-height: 1.7;
  color: #555;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .vitamin-content .effects-item-desc {
    font-size: 0.95rem;
    line-height: 1.6;
  }
}
.vitamin-content .vitamin-recommend-container {
  max-width: 75rem;
  margin: 2rem auto;
}
@media only screen and (max-width: 767.499px) {
  .vitamin-content .vitamin-recommend-container {
    margin: 1.5rem auto;
  }
}
.vitamin-content .vitamin-recommend-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}
@media only screen and (max-width: 767.499px) {
  .vitamin-content .vitamin-recommend-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}
.vitamin-content .vitamin-recommend-column {
  background: #fff;
  border-radius: 0.8rem;
  padding: 2rem;
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.08);
  border: 1px solid #e8f5d8;
}
@media only screen and (max-width: 767.499px) {
  .vitamin-content .vitamin-recommend-column {
    padding: 1.5rem;
  }
}
.vitamin-content .vitamin-recommend-category-title {
  font-size: 1.3rem;
  font-weight: 500;
  color: #4caf50;
  margin-bottom: 1.5rem;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  border-bottom: 2px solid #4caf50;
  padding-bottom: 0.8rem;
}
@media only screen and (max-width: 767.499px) {
  .vitamin-content .vitamin-recommend-category-title {
    font-size: 1.2rem;
    margin-bottom: 1.2rem;
    padding-bottom: 0.6rem;
  }
}
.vitamin-content .vitamin-recommend-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.vitamin-content .vitamin-recommend-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  padding-left: 1.5rem;
  font-weight: 400;
}
@media only screen and (max-width: 767.499px) {
  .vitamin-content .vitamin-recommend-item {
    font-size: 0.95rem;
    margin-bottom: 0.8rem;
    padding-left: 1.2rem;
  }
}
.vitamin-content .vitamin-recommend-item:last-child {
  margin-bottom: 0;
}
.vitamin-content .vitamin-recommend-item::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
  color: #4caf50;
  font-size: 1rem;
  font-weight: bold;
}
@media only screen and (max-width: 767.499px) {
  .vitamin-content .vitamin-recommend-item::before {
    font-size: 0.9rem;
  }
}

.price-content .section-container {
  width: 100%;
  max-width: 71rem;
  margin: 0 auto;
  padding: 0 1.2rem;
}
.price-content .section-container .section-title {
  color: #A0C421;
}
.price-content .flex1-sub-title {
  margin: 2rem 0 1rem;
}
.price-content .price-main-section {
  padding: 5rem 0;
  background-color: #f3f8e6;
}
@media only screen and (max-width: 767.499px) {
  .price-content .price-main-section {
    padding: 3rem 0;
  }
}
.price-content .price-main-section .page-price-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #333;
  margin: 0 0 2rem 0;
  text-align: center;
}
@media only screen and (max-width: 767.499px) {
  .price-content .price-main-section .page-price-title {
    font-size: 1.4rem;
  }
}
.price-content .price-main-section .price-table-container {
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
}
.price-content .price-main-section .price-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 3rem;
}
.price-content .price-main-section .price-table th,
.price-content .price-main-section .price-table td {
  border: 1px solid #ddd;
  padding: 1rem;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .price-content .price-main-section .price-table th,
  .price-content .price-main-section .price-table td {
    padding: 0.6rem;
    font-size: 0.875rem;
    line-height: 1.5;
  }
}
.price-content .price-main-section .price-table th.top-none,
.price-content .price-main-section .price-table td.top-none {
  border-top: none;
}
.price-content .price-main-section .price-table th.bottom-none,
.price-content .price-main-section .price-table td.bottom-none {
  border-bottom: none;
}
.price-content .price-main-section .price-table th {
  background-color: #ecf6ef;
  font-weight: 700;
  width: 40%;
  vertical-align: middle;
}
@media only screen and (max-width: 767.499px) {
  .price-content .price-main-section .price-table th {
    font-weight: 500;
  }
}
.price-content .price-main-section .price-table td {
  background-color: #fff;
}
.price-content .price-main-section .price-table td.hidden {
  display: none;
}
.price-content .price-main-section .price-table .note {
  font-size: 0.9rem;
  color: #555;
}

.concept-content .concept-philosophy-section {
  background: #f3f8e6;
  padding: 5rem 0;
  position: relative;
}
@media only screen and (max-width: 767.499px) {
  .concept-content .concept-philosophy-section {
    padding: 3rem 0;
  }
}
.concept-content .concept-gallery-section {
  background: #fff;
  padding: 3rem 0;
  position: relative;
}
@media only screen and (max-width: 767.499px) {
  .concept-content .concept-gallery-section {
    padding: 2rem 0;
  }
}
.concept-content .concept-gallery-section::before {
  content: "";
  position: absolute;
  top: -5rem;
  left: 0;
  width: 10rem;
  height: 100%;
  background: url("../../../template_theme/assets/img/top/leaves-left.png") no-repeat left top;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 767.499px) {
  .concept-content .concept-gallery-section::before {
    width: 4.5rem;
    top: -2rem;
  }
}
.concept-content .concept-gallery-section::after {
  content: "";
  position: absolute;
  top: -5rem;
  right: 0;
  width: 10rem;
  height: 100%;
  background: url("../../../template_theme/assets/img/top/leaves-right.png") no-repeat right top;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 767.499px) {
  .concept-content .concept-gallery-section::after {
    width: 4.5rem;
    top: -2rem;
  }
}
.concept-content .concept-features-section {
  background: linear-gradient(to bottom, #fff 0%, #ecf6ef 100%);
  padding: 5rem 0;
}
@media only screen and (max-width: 767.499px) {
  .concept-content .concept-features-section {
    padding: 3rem 0;
  }
}
.concept-content .concept-features-section::before {
  content: "";
  position: absolute;
  top: -5rem;
  left: 0;
  width: 10rem;
  height: 100%;
  background: url("../../../template_theme/assets/img/top/leaves-left.png") no-repeat left top;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 767.499px) {
  .concept-content .concept-features-section::before {
    width: 4.5rem;
    top: -2rem;
  }
}
.concept-content .concept-features-section::after {
  content: "";
  position: absolute;
  top: -5rem;
  right: 0;
  width: 10rem;
  height: 100%;
  background: url("../../../template_theme/assets/img/top/leaves-right.png") no-repeat right top;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 767.499px) {
  .concept-content .concept-features-section::after {
    width: 4.5rem;
    top: -2rem;
  }
}
.concept-content .philosophy-content {
  display: flex;
  align-items: flex-start;
  gap: 3rem;
}
@media only screen and (max-width: 767.499px) {
  .concept-content .philosophy-content {
    flex-direction: column;
    gap: 2rem;
  }
}
.concept-content .philosophy-main {
  flex: 1;
}
.concept-content .philosophy-main-title {
  display: flex;
  align-items: center;
  gap: 1rem;
  position: relative;
  font-size: 1.8rem;
  font-weight: 300;
  color: rgb(46, 139, 87);
  padding-left: 3rem;
  line-height: 1.6;
  margin-bottom: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  /* 縁取りを追加 */
  text-shadow: -0.0625rem -0.0625rem 0 rgb(46, 139, 87), 0.0625rem -0.0625rem 0 rgb(46, 139, 87), -0.0625rem 0.0625rem 0 rgb(46, 139, 87), 0.0625rem 0.0625rem 0 rgb(46, 139, 87);
}
@media only screen and (max-width: 767.499px) {
  .concept-content .philosophy-main-title {
    text-shadow: none;
    font-weight: 700;
    padding-left: 1.5rem;
  }
}
.concept-content .philosophy-main-title::before {
  content: "";
  width: 3rem;
  height: 3rem;
  background: url("../../../template_theme/assets/img/concept/co-icon.png") no-repeat center;
  background-size: contain;
  /* flex-shrink: 0; */
  position: absolute;
  top: 2%;
  left: 0;
}
@media only screen and (max-width: 767.499px) {
  .concept-content .philosophy-main-title::before {
    width: 2.4rem;
    height: 2.4rem;
    top: 6%;
    left: -0.5rem;
  }
}
.concept-content .philosophy-main-title::after {
  content: "";
  position: absolute;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
  background: #07651e;
}
@media only screen and (max-width: 767.499px) {
  .concept-content .philosophy-main-title {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    gap: 0.75rem;
  }
  .concept-content .philosophy-main-title::before {
    width: 2rem;
    height: 2rem;
  }
}
.concept-content .philosophy-text {
  margin-bottom: 2rem;
}
.concept-content .philosophy-text p {
  font-size: 1.125rem;
  line-height: 1.8;
  margin-bottom: 0.75rem;
  color: #333;
}
@media only screen and (max-width: 767.499px) {
  .concept-content .philosophy-text p {
    font-size: 1rem;
  }
}
.concept-content .philosophy-text p:last-child {
  margin-bottom: 0;
}
.concept-content .philosophy-description p {
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
  color: #555;
}
@media only screen and (max-width: 767.499px) {
  .concept-content .philosophy-description p {
    font-size: 0.9rem;
  }
}
.concept-content .philosophy-description p:last-child {
  margin-bottom: 0;
}
.concept-content .philosophy-image {
  flex: 0 0 25rem;
}
@media only screen and (max-width: 767.499px) {
  .concept-content .philosophy-image {
    flex: 1;
    max-width: 100%;
  }
}
.concept-content .philosophy-img {
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.08);
}
.concept-content .gallery-images {
  display: flex;
  gap: 2rem;
  justify-content: center;
}
@media only screen and (max-width: 767.499px) {
  .concept-content .gallery-images {
    flex-direction: column;
    gap: 1.5rem;
  }
}
.concept-content .gallery-item {
  flex: 0 0 calc(50% - 1rem);
}
@media only screen and (max-width: 767.499px) {
  .concept-content .gallery-item {
    flex: 1;
  }
}
.concept-content .gallery-img {
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.08);
}
.concept-content .features-overview {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767.499px) {
  .concept-content .features-overview {
    margin-bottom: 3rem;
  }
}
.concept-content .features-list {
  list-style: none;
  padding: 0;
  margin: 0;
  width: auto;
  background: #f8fdf4;
  border-radius: 0.5rem;
  border-left: 0.25rem solid #7cb342;
  border-right: 0.25rem solid #7cb342;
  max-width: 50rem;
  margin: auto;
}
.concept-content .feature-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.5rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767.499px) {
  .concept-content .feature-item {
    padding: 1rem;
    gap: 0.75rem;
  }
}
.concept-content .feature-item:last-child {
  margin-bottom: 0;
}
.concept-content .feature-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  background: #7cb342;
  color: #fff;
  border-radius: 50%;
  font-weight: 700;
  font-size: 1.125rem;
  flex-shrink: 0;
}
@media only screen and (max-width: 767.499px) {
  .concept-content .feature-number {
    width: 1.75rem;
    height: 1.75rem;
    font-size: 1rem;
  }
}
.concept-content .feature-text {
  font-size: 1.125rem;
  font-weight: 600;
  color: #333;
  line-height: 1.6;
}
@media only screen and (max-width: 767.499px) {
  .concept-content .feature-text {
    font-size: 1rem;
  }
}
.concept-content .features-details .feature-detail {
  display: flex;
  align-items: center;
  gap: 3rem;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767.499px) {
  .concept-content .features-details .feature-detail {
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 3rem;
  }
}
.concept-content .features-details .feature-detail:nth-child(even) {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 767.499px) {
  .concept-content .features-details .feature-detail:nth-child(even) {
    flex-direction: column;
  }
}
.concept-content .features-details .feature-detail:last-child {
  margin-bottom: 0;
}
.concept-content .feature-detail-content {
  flex: 1;
  order: -1;
}
.concept-content .feature-detail-image {
  flex: 0 0 21.25rem;
}
@media only screen and (max-width: 767.499px) {
  .concept-content .feature-detail-image {
    flex: 1;
    max-width: 100%;
  }
}
.concept-content .feature-detail-title {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: #2d5016;
  margin-bottom: 1.5rem;
  line-height: 1.4;
}
@media only screen and (max-width: 767.499px) {
  .concept-content .feature-detail-title {
    font-size: 1.25rem;
    gap: 0.75rem;
    margin-bottom: 1rem;
  }
}
.concept-content .feature-number-large {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  background: #7cb342;
  color: #fff;
  border-radius: 50%;
  font-weight: 700;
  font-size: 1.25rem;
  flex-shrink: 0;
}
@media only screen and (max-width: 767.499px) {
  .concept-content .feature-number-large {
    width: 2rem;
    height: 2rem;
    font-size: 1rem;
  }
}
.concept-content .feature-detail-text p {
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
  color: #555;
}
@media only screen and (max-width: 767.499px) {
  .concept-content .feature-detail-text p {
    font-size: 0.9rem;
  }
}
.concept-content .feature-detail-text p:last-child {
  margin-bottom: 0;
}
.concept-content .feature-img {
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.08);
}

.in-hospital-content .in-hospital-room-section {
  background: #f3f8e6;
  padding: 5rem 0;
  position: relative;
}
@media only screen and (max-width: 767.499px) {
  .in-hospital-content .in-hospital-room-section {
    padding: 3rem 0;
  }
}
.in-hospital-content .in-hospital-equipment-section {
  background: linear-gradient(to bottom, #fff 0%, #ecf6ef 100%);
  padding: 5rem 0;
  position: relative;
}
@media only screen and (max-width: 767.499px) {
  .in-hospital-content .in-hospital-equipment-section {
    padding: 3rem 0;
  }
}
.in-hospital-content .in-hospital-equipment-section::before {
  content: "";
  position: absolute;
  top: -5rem;
  left: 0;
  width: 10rem;
  height: 100%;
  background: url("../../../template_theme/assets/img/top/leaves-left.png") no-repeat left top;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 767.499px) {
  .in-hospital-content .in-hospital-equipment-section::before {
    width: 4.5rem;
    top: -2rem;
  }
}
.in-hospital-content .in-hospital-equipment-section::after {
  content: "";
  position: absolute;
  top: -5rem;
  right: 0;
  width: 10rem;
  height: 100%;
  background: url("../../../template_theme/assets/img/top/leaves-right.png") no-repeat right top;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 767.499px) {
  .in-hospital-content .in-hospital-equipment-section::after {
    width: 4.5rem;
    top: -2rem;
  }
}
.in-hospital-content .room-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}
@media only screen and (max-width: 767.499px) {
  .in-hospital-content .room-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.in-hospital-content .room-item {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
.in-hospital-content .room-image {
  aspect-ratio: 16/10;
  overflow: hidden;
}
.in-hospital-content .room-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.in-hospital-content .room-content {
  padding: 1.5rem;
}
.in-hospital-content .room-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #2d5016;
  margin-bottom: 1rem;
  line-height: 1.4;
}
@media only screen and (max-width: 767.499px) {
  .in-hospital-content .room-title {
    font-size: 1.125rem;
  }
}
.in-hospital-content .room-text {
  font-size: 0.9rem;
  line-height: 1.7;
  color: #555;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .in-hospital-content .room-text {
    font-size: 0.85rem;
  }
}
.in-hospital-content .equipment-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}
@media only screen and (max-width: 767.499px) {
  .in-hospital-content .equipment-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.in-hospital-content .equipment-item {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
.in-hospital-content .equipment-image {
  aspect-ratio: 16/10;
  overflow: hidden;
}
.in-hospital-content .equipment-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.in-hospital-content .equipment-content {
  padding: 1.5rem;
}
.in-hospital-content .equipment-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #2d5016;
  margin-bottom: 0.75rem;
  line-height: 1.4;
}
@media only screen and (max-width: 767.499px) {
  .in-hospital-content .equipment-title {
    font-size: 1rem;
  }
}
.in-hospital-content .equipment-subtitle {
  font-size: 0.875rem;
  font-weight: 400;
  color: #666;
}
.in-hospital-content .equipment-text {
  font-size: 0.85rem;
  line-height: 1.7;
  color: #555;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767.499px) {
  .in-hospital-content .equipment-text {
    font-size: 0.8rem;
  }
}

.blog-archive-content {
  min-height: 100vh;
  background-color: #f3f8e6;
}
.blog-archive-content .section-container {
  width: 100%;
  max-width: 71rem;
  margin: 0 auto;
  padding: 0 1.2rem;
}

.blog-archive-main-section {
  padding: 6rem 0 10rem;
}
@media only screen and (max-width: 767.499px) {
  .blog-archive-main-section {
    padding: 3rem 0 6rem;
  }
}

.section-title {
  font-size: 2.4rem;
  font-weight: 600;
  color: #2e8b57;
  text-align: center;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 767.499px) {
  .section-title {
    font-size: 1.8rem;
    margin-bottom: 3rem;
  }
}

.blog-archive-list {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media only screen and (max-width: 767.499px) {
  .blog-archive-list {
    gap: 3rem;
  }
}

.blog-archive-item {
  margin: 0 5rem;
}
@media only screen and (max-width: 767.499px) {
  .blog-archive-item {
    margin: 0;
  }
}
.blog-archive-item .blog-item-link {
  display: flex;
  gap: 3rem;
  padding: 2rem;
  border: 1px solid #e5e5e5;
  border-radius: 0.8rem;
  background-color: #fff;
  transition: all 0.3s;
  text-decoration: none;
  color: inherit;
}
.blog-archive-item .blog-item-link:hover {
  box-shadow: 0 0.4rem 1.6rem rgba(0, 0, 0, 0.1);
  background-color: #eefffc;
}
@media only screen and (max-width: 767.499px) {
  .blog-archive-item .blog-item-link {
    flex-direction: column;
    gap: 1.6rem;
    padding: 1rem;
  }
}

.blog-item-thumbnail {
  flex: 0 0 19rem;
  height: 13rem;
  overflow: hidden;
  border-radius: 0.8rem;
}
@media only screen and (max-width: 767.499px) {
  .blog-item-thumbnail {
    flex: none;
    height: 12rem;
  }
}
.blog-item-thumbnail .blog-thumbnail {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.blog-item-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
@media only screen and (max-width: 767.499px) {
  .blog-item-content {
    gap: 1.2rem;
  }
}

.blog-item-meta {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.blog-item-meta .blog-date {
  font-size: 1.4rem;
  color: #666;
}
@media only screen and (max-width: 767.499px) {
  .blog-item-meta .blog-date {
    font-size: 1.2rem;
  }
}

.blog-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #333;
  line-height: 1.4;
  margin: 0;
  border-bottom: #2e8b57 solid 1px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-wrap: break-word;
}
@media only screen and (max-width: 767.499px) {
  .blog-title {
    font-size: 1.3rem;
    line-height: 1.3;
  }
}

.blog-excerpt {
  font-size: 1.2rem;
  color: #666;
  line-height: 1.6;
}
@media only screen and (max-width: 767.499px) {
  .blog-excerpt {
    font-size: 1rem;
    line-height: 1.5;
  }
}

.pagination-container {
  display: flex;
  justify-content: center;
  margin-top: 6rem;
}
@media only screen and (max-width: 767.499px) {
  .pagination-container {
    margin-top: 4rem;
  }
}

.pagination-wrapper .pagination {
  display: flex;
  list-style: none;
  gap: 0.8rem;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 767.499px) {
  .pagination-wrapper .pagination {
    gap: 0.4rem;
  }
}

.pagination-item.prev .pagination-link, .pagination-item.next .pagination-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border: 1px solid #ddd;
  border-radius: 0.4rem;
  background-color: #fff;
  color: #666;
  text-decoration: none;
  transition: all 0.3s ease;
}
.pagination-item.prev .pagination-link:hover, .pagination-item.next .pagination-link:hover {
  background-color: #2e8b57;
  color: #fff;
  border-color: #2e8b57;
}
@media only screen and (max-width: 767.499px) {
  .pagination-item.prev .pagination-link, .pagination-item.next .pagination-link {
    width: 3.2rem;
    height: 3.2rem;
    font-size: 1.2rem;
  }
}
.pagination-item.dots span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  color: #666;
}
@media only screen and (max-width: 767.499px) {
  .pagination-item.dots span {
    width: 3.2rem;
    height: 3.2rem;
    font-size: 1.2rem;
  }
}
.pagination-item.active .pagination-link {
  background-color: #2e8b57;
  color: #fff;
  border-color: #2e8b57;
}
.pagination-item .pagination-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border: 1px solid #ddd;
  border-radius: 0.4rem;
  background-color: #fff;
  color: #333;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 500;
  transition: all 0.3s ease;
}
.pagination-item .pagination-link:hover {
  background-color: #2e8b57;
  color: #fff;
  border-color: #2e8b57;
}
.pagination-item .pagination-link.current {
  background-color: #2e8b57;
  color: #fff;
  border-color: #2e8b57;
  cursor: default;
}
@media only screen and (max-width: 767.499px) {
  .pagination-item .pagination-link {
    width: 3.2rem;
    height: 3.2rem;
    font-size: 1.2rem;
  }
}

.no-posts {
  text-align: center;
  padding: 4rem 0;
}
.no-posts p {
  font-size: 1.6rem;
  color: #666;
}
@media only screen and (max-width: 767.499px) {
  .no-posts p {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 767.499px) {
  .pagination-wrapper .pagination .pagination-item:nth-child(n+6) {
    display: none;
  }
  .pagination-wrapper .pagination .pagination-item.prev,
  .pagination-wrapper .pagination .pagination-item.next {
    display: flex !important;
  }
}
.wp-editor-area,
.wp-editor-container textarea {
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: pre-wrap;
}

#column_contents pre,
body.post-type-blog pre {
  word-break: break-all;
  overflow-wrap: break-word;
}

.single-blog-content {
  min-height: 100vh;
  background-color: #f3f8e6;
  font-family: "Noto Sans JP", sans-serif;
}
.single-blog-content .higher-fv-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.3;
  word-break: break-word;
}
@media only screen and (max-width: 767.499px) {
  .single-blog-content .higher-fv-title {
    font-size: 1.8rem;
    line-height: 1.4;
  }
}
.single-blog-content .single-blog {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  max-width: 75rem;
  margin: 0 auto;
  padding: 2rem 1rem;
}
@media only screen and (max-width: 767.499px) {
  .single-blog-content .single-blog {
    padding: 1rem;
  }
}
.single-blog-content .single-blog .cats {
  width: 100%;
  margin-bottom: 2rem;
}
.single-blog-content #main {
  width: 100%;
  max-width: 71rem;
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.single-blog-content #contents {
  margin-bottom: 2.5rem;
}
@media only screen and (min-width: 768px) {
  .single-blog-content #contents {
    width: 45.625rem;
    padding-top: 3.125rem;
  }
}
.single-blog-content .clearfix {
  min-height: 0.0625rem;
}
.single-blog-content #main .paragraph {
  margin-bottom: 0.625rem;
}
.single-blog-content #contents .paragraph p {
  margin-bottom: 0.9375rem;
  line-height: 1.6;
  text-align: justify;
  font-size: 1rem;
}
.single-blog-content .column_golinkbox.reserve {
  margin-top: 2rem;
}
.single-blog-content .column_golinkbox a {
  display: block;
}
.single-blog-content .column_golinkbox.reserve a {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .single-blog-content .column_golinkbox.reserve a {
    padding-top: 24.65%;
    background: url(http://teigeki-dental.com/wp-content/uploads/2024/03/article-reservation-bnr.png) no-repeat;
    background-size: cover;
  }
}
.single-blog-content #column_contents #column_table_of_contents {
  padding: 2rem;
  margin-top: 4rem;
  background: rgba(152, 131, 98, 0.1);
  border-radius: 1rem;
}
.single-blog-content #column_contents a,
.single-blog-content #column_contents li,
.single-blog-content #column_contents p,
.single-blog-content #column_contents span {
  word-break: break-all;
}
.single-blog-content #column_contents #column_table_of_contents div span {
  font-size: 1.2rem;
  font-weight: bold;
  color: #2e8b57;
}
.single-blog-content #contents ul {
  margin: 0.625rem 0;
}
.single-blog-content #column_contents ol {
  padding: 2rem;
  background: #f5f5f5;
}
.single-blog-content #column_contents ul {
  padding: 2rem;
  background: #f5f5f5;
  list-style: disc;
}
.single-blog-content #column_contents ol:nth-child(n+2),
.single-blog-content #column_contents ul:nth-child(n+2) {
  margin-top: 2rem;
}
.single-blog-content #column_contents #column_table_of_contents #toclist {
  display: block;
  padding: 0;
  margin: 1rem 0 0;
  background: none;
}
.single-blog-content #column_contents ol li,
.single-blog-content #column_contents ul li {
  line-height: 2;
}
.single-blog-content #column_table_of_contents #toclist li {
  position: relative;
  padding-left: 1rem;
  list-style: none;
  line-height: 1.6;
}
.single-blog-content #column_contents #column_table_of_contents #toclist li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
}
.single-blog-content #column_contents #column_table_of_contents #toclist li a {
  display: block;
  font-weight: bold;
  color: #555;
  text-decoration: none;
}
.single-blog-content #column_contents #column_table_of_contents #toclist li ul {
  padding: 0.5rem 0;
  margin: 0;
  background: none;
}
.single-blog-content #column_contents #column_table_of_contents #toclist li ul li {
  list-style: none;
}
.single-blog-content #column_contents #column_table_of_contents #toclist li ul li:before {
  content: "";
  display: block;
  width: 0.4rem;
  height: 0.7rem;
  border-left: 0.125rem solid #333;
  border-bottom: 0.125rem solid #333;
}
.single-blog-content #column_contents #column_table_of_contents #toclist li:nth-child(n+2) {
  margin-top: 0.5rem;
}
.single-blog-content #contents h1,
.single-blog-content #contents h2 {
  font-family: dnp-shuei-mincho-pr6, sans-serif;
  width: 100%;
  font-size: 1.6875rem;
  line-height: 2.5rem;
  letter-spacing: 0.125rem;
  display: block;
  margin: 2.5rem 0 1.25rem 0;
  padding: 0.625rem 0 0.9375rem 0;
  border-top: 0.0625rem #2e8b57 solid;
  border-bottom: 0.0625rem #2e8b57 solid;
}
.single-blog-content #column_contents img,
.single-blog-content #contents .paragraph img {
  max-width: 100%;
  height: auto;
  contain-intrinsic-size: none !important;
  contain: none !important;
}
.single-blog-content #column_contents img[style*=width],
.single-blog-content #contents .paragraph img[style*=width] {
  max-width: 100% !important;
  box-sizing: border-box !important;
}
.single-blog-content #column_contents img[style*=height],
.single-blog-content #contents .paragraph img[style*=height] {
  height: auto !important;
}
.single-blog-content #column_contents img.aligncenter {
  display: block !important;
  margin: auto;
}
.single-blog-content #contents b {
  background-color: #e0fff2;
  font-weight: normal;
}
.single-blog-content #contents h3 {
  font-family: dnp-shuei-mincho-pr6, sans-serif;
  border-left: 0.375rem solid #2e8b57;
  font-size: 1.6875rem;
  padding: 0 0 0.4375rem 0.75rem;
  letter-spacing: 0.0625rem;
  margin: 2.1875rem 0 1.25rem 0;
  line-height: 2.1875rem;
}
.single-blog-content #contents h4 {
  color: #2e8b57;
  font-size: 1.3125rem;
  letter-spacing: 0.1875rem;
  margin: 1.875rem 0 1.25rem 0;
  font-weight: bold;
}
.single-blog-content #column_contents p a,
.single-blog-content #column_contents p span,
.single-blog-content #column_contents p strong {
  font-size: 100%;
}
.single-blog-content #contents table {
  border-collapse: collapse;
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
  margin: 1.25rem 0 0.9375rem 0;
  background: #fff;
  font-size: 0.8125rem;
}
.single-blog-content #contents table td,
.single-blog-content #contents table th {
  font-weight: normal;
}
.single-blog-content #contents table td {
  border-top: 0.0625rem solid #c6baa7 !important;
  border: 0.0625rem solid #c6baa7;
  text-align: left;
  padding: 0.1875rem 0.375rem;
}
@media only screen and (min-width: 768px) {
  .single-blog-content #sidebar {
    width: 15.75rem;
    margin-bottom: 3.125rem;
    padding-top: 2.1875rem;
  }
  .single-blog-content #sidebar .side_service {
    margin-bottom: 3.125rem;
  }
  .single-blog-content #sidebar .side_service h2 {
    font-family: dnp-shuei-mincho-pr6, sans-serif;
    font-size: 1.4375rem;
    letter-spacing: 0.25rem;
    padding: 0 0 1.25rem 0;
    color: #2e8b57;
  }
  .single-blog-content #sidebar .side_service li {
    background: #eefffc;
    list-style: none;
    margin-bottom: 0.25rem;
    letter-spacing: 0.0625rem;
  }
  .single-blog-content #sidebar .side_service li a {
    display: block;
    padding: 0.625rem 1rem 0.5rem;
    border: #2e8b57 solid 1px;
    border-radius: 0.5rem;
    background: url(../img/icon_arw.svg) no-repeat 0.5rem center;
    background-size: 0.75rem 0.75rem;
    color: #000;
    font-size: 0.875rem;
    text-decoration: none;
    transition: background-color 0.3s ease;
  }
  .single-blog-content #sidebar .side_service li a:hover {
    background-color: #f5f5f5;
  }
  .single-blog-content #sidebar .side_service li a .post-date {
    display: block;
    font-size: 0.75rem;
    color: #666;
    margin-bottom: 0.1875rem;
    font-weight: normal;
  }
  .single-blog-content #sidebar .side_service li a .post-title {
    display: block;
    font-size: 0.8125rem;
    color: #000;
    line-height: 1.4;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
  }
  .single-blog-content #sidebar .side_service li a .category-name {
    display: inline-block;
    font-size: 0.8125rem;
    color: #000;
    font-weight: 500;
    margin-right: 0.3125rem;
  }
  .single-blog-content #sidebar .side_service li a .post-count {
    display: inline-block;
    font-size: 0.6875rem;
    color: #666;
    font-weight: normal;
  }
  .single-blog-content #sidebar .side_service .month-dropdown-wrapper {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin-bottom: 0.25rem;
    box-sizing: border-box;
  }
  .single-blog-content #sidebar .side_service .month-dropdown {
    width: 100%;
    max-width: 100%;
    padding: 0.625rem 1.875rem 0.625rem 0.625rem;
    background: #eefffc;
    border: solid #2e8b57 1px;
    font-size: 0.8125rem;
    color: #000;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    border-radius: 0.5rem;
    box-sizing: border-box;
  }
  .single-blog-content #sidebar .side_service .month-dropdown:focus {
    outline: none;
    background-color: #f5f5f5;
  }
  .single-blog-content #sidebar .side_service .month-dropdown option {
    padding: 0.3125rem;
    color: #000;
    background: #fff;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .single-blog-content #sidebar .side_service .month-dropdown-wrapper::after {
    content: "";
    position: absolute;
    right: 0.75rem;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 0.375rem;
    height: 0.375rem;
    border-right: 0.125rem solid #666;
    border-bottom: 0.125rem solid #666;
    pointer-events: none;
  }
}
.single-blog-content .cats,
.single-blog-content .archive-main .archive-list .archive-item .cats {
  margin: calc(1.25rem * min(100vw, 68.75rem) / 68.75rem) 0 calc(0.625rem * min(100vw, 68.75rem) / 68.75rem);
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: calc(0.25rem * min(100vw, 68.75rem) / 68.75rem);
}
.single-blog-content .cats .cat {
  padding: 0.1em 1em;
  color: #2e8b57;
  font-size: calc(1rem * min(100vw, 68.75rem) / 68.75rem);
  background: #fff;
  border: 0.0625rem solid #2e8b57;
}
@media only screen and (max-width: 767.499px) {
  .single-blog-content .cats .cat {
    font-size: 1rem;
    min-height: 1.25rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767.499px) {
  .single-blog-content #sidebar,
  .single-blog-content .archive-wrap aside {
    width: 100%;
  }
  .single-blog-content .archive-wrap .archive-main {
    width: 100%;
  }
  .single-blog-content #main .paragraph,
  .single-blog-content .single-blog .cats {
    width: 90%;
    margin: 0.625rem auto;
  }
  .single-blog-content #sidebar {
    margin-bottom: 2rem;
    padding-top: 1.5rem;
  }
  .single-blog-content #sidebar .side_service {
    margin-bottom: 2rem;
  }
  .single-blog-content #sidebar .side_service h2 {
    font-family: dnp-shuei-mincho-pr6, sans-serif;
    font-size: 1.25rem;
    letter-spacing: 0.1875rem;
    padding: 0 0 1rem 0;
    color: #2e8b57;
    text-align: center;
  }
  .single-blog-content #sidebar .side_service li {
    background: #eefffc;
    list-style: none;
    margin-bottom: 0.5rem;
    letter-spacing: 0.05rem;
  }
  .single-blog-content #sidebar .side_service li a {
    display: block;
    padding: 0.75rem 1rem 0.625rem;
    background: url(../img/icon_arw.svg) no-repeat 0.5rem center;
    background-size: 0.6875rem 0.6875rem;
    color: #000;
    font-size: 0.8125rem;
    border: #2e8b57 solid 1px;
    border-radius: 0.5rem;
    text-decoration: none;
    transition: background-color 0.3s ease;
  }
  .single-blog-content #sidebar .side_service li a:hover {
    background-color: #f5f5f5;
  }
  .single-blog-content #sidebar .side_service li a .post-date {
    display: block;
    font-size: 0.6875rem;
    color: #666;
    margin-bottom: 0.125rem;
    font-weight: normal;
  }
  .single-blog-content #sidebar .side_service li a .post-title {
    display: block;
    font-size: 0.75rem;
    color: #000;
    line-height: 1.3;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
  }
  .single-blog-content #sidebar .side_service li a .category-name {
    display: inline-block;
    font-size: 0.75rem;
    color: #000;
    font-weight: 500;
    margin-right: 0.25rem;
  }
  .single-blog-content #sidebar .side_service li a .post-count {
    display: inline-block;
    font-size: 0.625rem;
    color: #666;
    font-weight: normal;
  }
  .single-blog-content #sidebar .side_service .month-dropdown-wrapper {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin-bottom: 0.125rem;
    box-sizing: border-box;
  }
  .single-blog-content #sidebar .side_service .month-dropdown {
    width: 100%;
    max-width: 100%;
    padding: 0.75rem 1.5rem 0.75rem 0.75rem;
    background: #eefffc;
    border: #2e8b57 solid 1px;
    font-size: 0.75rem;
    color: #000;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    border-radius: 0.5rem;
    box-sizing: border-box;
  }
  .single-blog-content #sidebar .side_service .month-dropdown:focus {
    outline: none;
    background-color: #f5f5f5;
  }
  .single-blog-content #sidebar .side_service .month-dropdown option {
    padding: 0.25rem;
    color: #000;
    background: #fff;
    font-size: 0.75rem;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .single-blog-content #sidebar .side_service .month-dropdown-wrapper::after {
    content: "";
    position: absolute;
    right: 0.625rem;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 0.3125rem;
    height: 0.3125rem;
    border-right: 0.0625rem solid #666;
    border-bottom: 0.0625rem solid #666;
    pointer-events: none;
  }
}

/**
 * メディアクエリ
 * - スマホ: ~ 559px
 * - タブレット: 560px ~ 959px
 * - PC: 960px ~
 */
/*# sourceMappingURL=style.css.map */
