@charset "UTF-8";
/*=======================================
	breakpoint
=======================================*/
/*=======================================
	hover
=======================================*/
/*=======================================
	中央配置
=======================================*/
/*=======================================
	可変レスポンシブ
=======================================*/
/* PC */
/* TB */
/* SP */
/*=======================================
	ブラウザ別
=======================================*/
/* Safari */
/* Firefox */
/*-------------------------
- common
- mv_sec
- pickup_sec
- symptoms_sec
- concept_sec
- movie_sec
- commitment_sec
- treatment_sec
- fix_tab
- graph_area
- price_bnr
-------------------------*/
/*=======================================
　common
=======================================*/
body {
  letter-spacing: 0.03em;
  line-height: 2.25;
  background: #F9F8F4;
}
@media screen and (max-width: 1400px) {
  body {
    font-size: clamp(15px, 1.1428571429vw, 16px);
  }
}
body.beauty {
  background: #FFFBFB;
}

@media screen and (max-width: 768px) {
  main {
    margin: 0 0 80px;
    padding-top: 100px;
    overflow: clip;
  }
}

.txt_link {
  color: var(--sub_green01);
  text-decoration: underline;
  text-decoration-color: var(--sub_green01);
}

.side_menu {
  padding: 40px 28px 73px;
  background-color: #F2F1EA;
}
@media screen and (max-width: 1400px) {
  .side_menu {
    padding: 30px 20px 50px;
  }
}
@media screen and (max-width: 768px) {
  .side_menu {
    background: none;
    padding: 0;
  }
}

.cloumn_ttl {
  margin-bottom: 65px;
  position: relative;
  padding-bottom: 16px;
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.42;
  text-align: center;
}
@media screen and (max-width: 1400px) {
  .cloumn_ttl {
    font-size: clamp(20px, 2.1428571429vw, 30px);
  }
}
@media screen and (max-width: 768px) {
  .cloumn_ttl {
    margin-bottom: 30px;
  }
}
.cloumn_ttl::after {
  content: "";
  bottom: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 146.96px;
  height: 2px;
  background: rgb(243, 248, 246);
  background: -webkit-gradient(linear, left top, right top, from(rgba(243, 248, 246, 0.05)), color-stop(50%, rgb(8, 112, 75)), to(rgba(243, 248, 246, 0.05)));
  background: linear-gradient(90deg, rgba(243, 248, 246, 0.05) 0%, rgb(8, 112, 75) 50%, rgba(243, 248, 246, 0.05) 100%);
}

.reason_sttl {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
  line-height: 1.58;
  text-indent: -2.2em;
  padding-left: 2.2em;
}
@media screen and (max-width: 1400px) {
  .reason_sttl {
    font-size: clamp(18px, 1.7142857143vw, 24px);
  }
}
.reason_sttl::before {
  counter-increment: number 1;
  content: "0" counter(number) ".";
  font-family: "Marcellus", serif;
  font-weight: 400;
  padding-right: 10px;
  color: var(--sub_green01);
}

.reason_child_sttl {
  margin-bottom: 10px;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.58;
  text-indent: -2.2em;
  padding-left: 2.2em;
}
@media screen and (max-width: 1400px) {
  .reason_child_sttl {
    font-size: clamp(15px, 1.2857142857vw, 18px);
  }
}
.reason_child_sttl::before {
  counter-increment: child-counter;
  content: "0" counter(child-counter) " ";
  font-family: "Marcellus", serif;
  font-weight: 400;
  padding-right: 10px;
  color: var(--sub_green01);
}

.caution_ttl {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
  line-height: 1.58;
  text-indent: -2.2em;
  padding-left: 2.2em;
  color: #205322;
}
@media screen and (max-width: 1400px) {
  .caution_ttl {
    font-size: clamp(18px, 1.7142857143vw, 24px);
  }
}
.caution_ttl::before {
  counter-increment: number 1;
  content: "0" counter(number) ".";
  padding-right: 5px;
}

.cmn_sttl_06 {
  margin-bottom: 20px;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.58;
  color: var(--sub_green02);
}
@media screen and (max-width: 1400px) {
  .cmn_sttl_06 {
    font-size: clamp(16px, 1.4285714286vw, 20px);
  }
}
.cmn_sttl_06 .f36 {
  font-size: 36px;
}
@media screen and (max-width: 1400px) {
  .cmn_sttl_06 .f36 {
    font-size: clamp(21px, 2.5714285714vw, 36px);
  }
}
.cmn_sttl_06 .green {
  color: #076F4A;
}

.cmn_sttl_07 {
  margin-bottom: 20px;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.58;
  text-align: center;
  color: var(--sub_green02);
}
@media screen and (max-width: 1400px) {
  .cmn_sttl_07 {
    font-size: clamp(18px, 1.7142857143vw, 24px);
  }
}

.cmn_sttl_08 {
  text-align: center;
  margin-bottom: 33px;
}
@media screen and (max-width: 768px) {
  .cmn_sttl_08 {
    margin-bottom: 15px;
  }
}
.cmn_sttl_08 span {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
}
.cmn_sttl_08 span.jp {
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 1.583;
  color: #076f4a;
}
@media screen and (max-width: 768px) {
  .cmn_sttl_08 span.jp {
    font-size: 20px;
  }
}
.cmn_sttl_08 span.en {
  font-size: 12px;
  letter-spacing: 0.05em;
  color: #c97f35;
}
@media screen and (max-width: 768px) {
  .cmn_sttl_08 span.en {
    font-size: 10px;
  }
}

.symptoms_ttl {
  margin-bottom: 30px;
  font-family: "Noto Serif JP", serif;
  font-size: 37px;
  font-weight: 700;
  text-align: center;
  line-height: 1.8;
}
@media screen and (max-width: 1400px) {
  .symptoms_ttl {
    font-size: clamp(24px, 2.6428571429vw, 37px);
    line-height: 1.5;
  }
}

.case_btn {
  width: 280px;
}
@media screen and (max-width: 768px) {
  .case_btn {
    width: 48%;
  }
}
.case_btn a {
  display: block;
  position: relative;
  width: 100%;
  padding: 20px 0 18px 19px;
  border-radius: 6px;
  background: #EEECE0;
  border: 1px solid #99978A;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 1400px) {
  .case_btn a {
    font-size: clamp(14px, 1.4285714286vw, 20px);
    padding: 20px 20px 15px 15px;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 820px) {
  .case_btn a {
    margin: 0 auto;
    padding: 10px 15px 8px 10px;
    font-size: 12px;
  }
}
.case_btn a.white {
  background: #fff;
}
.case_btn a::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #3A3A3A;
  right: 18.5px;
  bottom: 17.6px;
  border-radius: 50vw;
  border: 3px solid transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 820px) {
  .case_btn a::after {
    width: 6px;
    height: 6px;
    right: 12px;
    bottom: 10px;
  }
}
@media (min-width: 769px) and (hover: hover) and (pointer: fine) {
  .case_btn a:hover {
    background: #A9A695;
    opacity: 1;
  }
  .case_btn a:hover::after {
    width: 20.9px;
    height: 20.9px;
    right: 13.5px;
    bottom: 12.8px;
    background-color: transparent;
    border-color: #fff;
  }
}
@media screen and (min-width: 769px) and (hover: hover) and (pointer: fine) and (max-width: 820px) {
  .case_btn a:hover::after {
    width: 15px;
    height: 15px;
    right: 8px;
    bottom: 10px;
  }
}
@media (min-width: 769px) and (-ms-high-contrast: none), (min-width: 769px) and (-ms-high-contrast: active) {
  .case_btn a:hover {
    background: #A9A695;
    opacity: 1;
  }
  .case_btn a:hover::after {
    width: 20.9px;
    height: 20.9px;
    right: 13.5px;
    bottom: 12.8px;
    background-color: transparent;
    border-color: #fff;
  }
}
@media screen and (min-width: 769px) and (-ms-high-contrast: none) and (max-width: 820px), screen and (min-width: 769px) and (-ms-high-contrast: active) and (max-width: 820px) {
  .case_btn a:hover::after {
    width: 15px;
    height: 15px;
    right: 8px;
    bottom: 10px;
  }
}

/*=======================================
case_sec
=======================================*/
section {
  margin-bottom: 180px;
}
@media screen and (max-width: 1400px) {
  section {
    margin-bottom: 11.25vw;
  }
}
@media screen and (max-width: 768px) {
  section {
    margin-bottom: 90px;
  }
}

.bg_block {
  background: #fff;
  border: 1px solid #D4D2CB;
  border-radius: 6px;
  padding: 6.6%;
}
.bg_block .txt {
  margin-bottom: 0;
}

.case_sec {
  counter-reset: number 0;
}
.case_sec .txt {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .case_sec .txt {
    margin-bottom: 30px;
  }
}
.case_sec .reason {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .case_sec .reason {
    margin-bottom: 60px;
  }
}

.reason_child {
  counter-reset: child-counter;
  margin-bottom: 40px;
}

.flow {
  position: relative;
}
.flow::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 1.5em;
  width: 1px;
  height: calc(100% - 1.5em);
  background: #A9A695;
}
.flow .flow_item {
  padding-left: 8.6363636364%;
  position: relative;
}
.flow .flow_item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.1em;
  width: 13px;
  height: 13px;
  background: #F9F8F4;
  border: 1px solid #A9A695;
  border-radius: 50vw;
}
@media screen and (max-width: 768px) {
  .flow .flow_item::before {
    top: 0.8em;
  }
}
.flow .flow_item:last-child .txt {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.flow .flow_item .txt {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #D4D2CB;
}
@media screen and (max-width: 768px) {
  .flow .flow_item .txt {
    margin-bottom: 20px;
    padding-bottom: 15px;
  }
}

.flow_num {
  position: relative;
}
.flow_num::before {
  content: "";
  position: absolute;
  left: 22px;
  top: 1.5em;
  width: 6px;
  height: 100%;
  background: rgb(169, 166, 149);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(169, 166, 149)), to(rgb(250, 250, 248)));
  background: linear-gradient(180deg, rgb(169, 166, 149) 0%, rgb(250, 250, 248) 100%);
}
@media screen and (max-width: 768px) {
  .flow_num::before {
    width: 4px;
    left: 14px;
  }
}
.flow_num .flow_item {
  padding-left: 8.6363636364%;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .flow_num .flow_item {
    padding-left: 60px;
  }
}
@media screen and (max-width: 768px) {
  .flow_num .flow_item {
    padding-left: 45px;
  }
}
.flow_num .flow_item::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  counter-increment: number 1;
  content: "0" counter(number) "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  background: #F9F8F4;
  border: 1px solid #A9A695;
  border-radius: 50vw;
  font-family: "Marcellus", serif;
  font-size: 19px;
  color: var(--sub_green01);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .flow_num .flow_item::before {
    width: 30px;
    height: 30px;
    font-size: 12px;
    top: 0.2em;
  }
}
.flow_num .flow_item:last-child::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 100%;
  background: #F9F8F4;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .flow_num .flow_item:last-child::after {
    width: 30px;
    top: 0.2em;
  }
}
.flow_num .flow_item:last-child .txt {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
@media screen and (max-width: 768px) {
  .flow_num .flow_item:last-child .txt {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.flow_num .flow_item .txt {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #D4D2CB;
}
@media screen and (max-width: 768px) {
  .flow_num .flow_item .txt {
    margin-bottom: 20px;
    padding-bottom: 15px;
  }
}

.flow_img {
  margin-bottom: 93px;
}
@media screen and (max-width: 768px) {
  .flow_img {
    margin-bottom: 45px;
  }
}
.flow_img .img {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .flow_img .img {
    margin-bottom: 30px;
  }
}
.flow_img .notes {
  font-size: 12px;
  letter-spacing: 0.03em;
  line-height: 2;
  color: #333;
}
@media screen and (max-width: 768px) {
  .flow_img .notes {
    font-size: 11px;
  }
}

.link_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 21.3px 0;
}
@media screen and (max-width: 768px) {
  .link_block {
    gap: 10px 0;
  }
}
.link_block::after {
  content: "";
  display: block;
  width: 31.8181818182%;
}
@media screen and (max-width: 768px) {
  .link_block::after {
    display: none;
  }
}
.link_block .link_item {
  width: 31.8181818182%;
}
@media screen and (max-width: 768px) {
  .link_block .link_item {
    width: 48%;
  }
}
.link_block .link_item a {
  display: block;
  position: relative;
  width: 100%;
  padding: 20px 0 18px 19px;
  border-radius: 6px;
  background: #EEECE0;
  border: 1px solid #99978A;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 1400px) {
  .link_block .link_item a {
    font-size: clamp(14px, 1.4285714286vw, 20px);
    padding: 20px 20px 15px 15px;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 820px) {
  .link_block .link_item a {
    margin: 0 auto;
    padding: 10px 15px 8px 10px;
    font-size: 12px;
  }
}
.link_block .link_item a::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #3A3A3A;
  right: 18.5px;
  bottom: 17.6px;
  border-radius: 50vw;
  border: 3px solid transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 820px) {
  .link_block .link_item a::after {
    width: 6px;
    height: 6px;
    right: 12px;
    bottom: inherit;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media (min-width: 769px) and (hover: hover) and (pointer: fine) {
  .link_block .link_item a:hover {
    background: #A9A695;
    opacity: 1;
  }
  .link_block .link_item a:hover::after {
    width: 20.9px;
    height: 20.9px;
    right: 13.5px;
    bottom: 12.8px;
    background-color: transparent;
    border-color: #fff;
  }
}
@media screen and (min-width: 769px) and (hover: hover) and (pointer: fine) and (max-width: 820px) {
  .link_block .link_item a:hover::after {
    width: 15px;
    height: 15px;
    right: 8px;
    bottom: 10px;
  }
}
@media (min-width: 769px) and (-ms-high-contrast: none), (min-width: 769px) and (-ms-high-contrast: active) {
  .link_block .link_item a:hover {
    background: #A9A695;
    opacity: 1;
  }
  .link_block .link_item a:hover::after {
    width: 20.9px;
    height: 20.9px;
    right: 13.5px;
    bottom: 12.8px;
    background-color: transparent;
    border-color: #fff;
  }
}
@media screen and (min-width: 769px) and (-ms-high-contrast: none) and (max-width: 820px), screen and (min-width: 769px) and (-ms-high-contrast: active) and (max-width: 820px) {
  .link_block .link_item a:hover::after {
    width: 15px;
    height: 15px;
    right: 8px;
    bottom: 10px;
  }
}

.injection .clm2 .txt {
  width: 55%;
}
@media screen and (max-width: 768px) {
  .injection .clm2 .txt {
    width: 100%;
  }
}
.injection .clm2 .img {
  width: 40.6818181818%;
}
@media screen and (max-width: 768px) {
  .injection .clm2 .img {
    width: 100%;
  }
}

/*=======================================
　mv_sec
=======================================*/
.mv_sec {
  margin-bottom: 175.2px;
}
@media screen and (max-width: 1400px) {
  .mv_sec {
    margin-bottom: 10.95vw;
  }
}
@media screen and (max-width: 768px) {
  .mv_sec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 70px;
  }
}
.mv_sec .ttl_area {
  margin-bottom: 30px;
}
@media screen and (max-width: 1400px) {
  .mv_sec .ttl_area {
    margin-bottom: 1.875vw;
  }
}
@media screen and (max-width: 768px) {
  .mv_sec .ttl_area {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 72.3px;
  }
}
.mv_sec .ttl_area .ttl_02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 22px;
  margin-bottom: 30px;
  font-family: "Noto Serif JP", serif;
  font-size: 55px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--sub_green02);
}
@media screen and (max-width: 1400px) {
  .mv_sec .ttl_area .ttl_02 {
    margin-bottom: 15px;
    font-size: clamp(30px, 3.9285714286vw, 55px);
  }
}
@media screen and (max-width: 820px) {
  .mv_sec .ttl_area .ttl_02 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0;
  }
}
.mv_sec .ttl_area .ttl_02 .en {
  font-family: "Marcellus", serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: var(--sub_green01);
  text-align: left;
}
@media screen and (max-width: 1400px) {
  .mv_sec .ttl_area .ttl_02 .en {
    font-size: clamp(13px, 1.1428571429vw, 16px);
  }
}
@media screen and (max-width: 820px) {
  .mv_sec .ttl_area .ttl_02 .en {
    display: block;
  }
}
.mv_sec .ttl_area .tag_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2px 12px;
}
.mv_sec .ttl_area .tag_list .tag_item {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  color: #888888;
}
@media screen and (max-width: 820px) {
  .mv_sec .ttl_area .tag_list .tag_item {
    font-size: 11px;
  }
}
.mv_sec .breadcrumbs {
  margin-bottom: 36px;
}
@media screen and (max-width: 768px) {
  .mv_sec .breadcrumbs {
    margin-bottom: 47.2px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.mv_sec .img_area {
  margin-bottom: 65px;
  border-radius: 6px;
  overflow: hidden;
}
@media screen and (max-width: 1400px) {
  .mv_sec .img_area {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .mv_sec .img_area {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

/*=======================================
　nav_area
=======================================*/
main .nav_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.285%;
}
@media screen and (max-width: 820px) {
  main .nav_area {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px 2%;
  }
}
@media screen and (max-width: 768px) {
  main .nav_area {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
main .nav_area > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 31.8181818182%;
  height: 88.58px;
  padding: 30px 0 29.6px 19px;
  background: #E2E0D5;
  border-radius: 6px;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #3A3A3A;
}
@media screen and (max-width: 1400px) {
  main .nav_area > a {
    font-size: clamp(14px, 1.4285714286vw, 20px);
    padding: 20px 20px 15px 20px;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 820px) {
  main .nav_area > a {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 15px 20px 13px 20px;
    font-size: 15px;
  }
}
main .nav_area > a::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #3A3A3A;
  right: 18.5px;
  bottom: 17.6px;
  border-radius: 50vw;
  border: 3px solid transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 820px) {
  main .nav_area > a::after {
    width: 6px;
    height: 6px;
    right: 20.7px;
    bottom: inherit;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
main .nav_area > a.active {
  pointer-events: none;
  background: rgb(63, 97, 75);
  background: linear-gradient(135deg, rgb(63, 97, 75) 0%, rgb(49, 83, 52) 100%);
  color: #fff;
}
main .nav_area > a.active::after {
  width: 20.9px;
  height: 20.9px;
  right: 13.5px;
  bottom: 12.8px;
  border: 3px solid #fff;
  background-color: transparent;
}
@media screen and (max-width: 820px) {
  main .nav_area > a.active::after {
    width: 6px;
    height: 6px;
    right: 20.7px;
    bottom: inherit;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media (min-width: 769px) and (hover: hover) and (pointer: fine) {
  main .nav_area > a:hover {
    opacity: 1;
  }
  main .nav_area > a:hover::after {
    width: 20.9px;
    height: 20.9px;
    bottom: 12.8px;
    right: 13.5px;
    background: transparent;
    border-color: #3A3A3A;
  }
  main .nav_area > a:hover.active::after {
    border-color: #fff;
  }
}
@media (min-width: 769px) and (-ms-high-contrast: none), (min-width: 769px) and (-ms-high-contrast: active) {
  main .nav_area > a:hover {
    opacity: 1;
  }
  main .nav_area > a:hover::after {
    width: 20.9px;
    height: 20.9px;
    bottom: 12.8px;
    right: 13.5px;
    background: transparent;
    border-color: #3A3A3A;
  }
  main .nav_area > a:hover.active::after {
    border-color: #fff;
  }
}

/*=======================================
　mv_sec_und ※症例ページのMV
=======================================*/
.mv_sec_und {
  margin-bottom: 77px;
}
@media screen and (max-width: 1400px) {
  .mv_sec_und {
    margin-bottom: 4.8125vw;
  }
}
@media screen and (max-width: 768px) {
  .mv_sec_und {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 50px;
  }
}
.mv_sec_und .ttl_area .ttl_02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 52px;
  font-family: "Noto Serif JP", serif;
  font-size: 45px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--sub_green02);
  text-align: left;
}
@media screen and (max-width: 1400px) {
  .mv_sec_und .ttl_area .ttl_02 {
    margin-bottom: 15px;
    font-size: clamp(25px, 3.2142857143vw, 45px);
  }
}
@media screen and (max-width: 820px) {
  .mv_sec_und .ttl_area .ttl_02 {
    gap: 0 10px;
  }
}
.mv_sec_und .ttl_area .ttl_02 .en {
  font-family: "Marcellus", serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: var(--sub_green01);
  text-align: left;
  margin-top: 21px;
}
@media screen and (max-width: 1400px) {
  .mv_sec_und .ttl_area .ttl_02 .en {
    font-size: clamp(13px, 1.1428571429vw, 16px);
  }
}
@media screen and (max-width: 820px) {
  .mv_sec_und .ttl_area .ttl_02 .en {
    display: block;
    margin-top: 10px;
  }
}
.mv_sec_und .ttl_area .ttl_02 .copy {
  font-size: 24px;
  margin-bottom: 5px;
}
@media screen and (max-width: 1400px) {
  .mv_sec_und .ttl_area .ttl_02 .copy {
    font-size: clamp(16px, 1.7142857143vw, 24px);
  }
}
.mv_sec_und .ttl_area .tag_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2px 12px;
}
.mv_sec_und .ttl_area .tag_list .tag_item {
  font-family: "Noto Serif JP", serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  color: #888888;
}
@media screen and (max-width: 820px) {
  .mv_sec_und .ttl_area .tag_list .tag_item {
    font-size: 11px;
  }
}
.mv_sec_und .breadcrumbs {
  margin-bottom: 36px;
}
@media screen and (max-width: 768px) {
  .mv_sec_und .breadcrumbs {
    margin-bottom: 47.2px;
  }
}
.mv_sec_und .nav_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.285%;
}
@media screen and (max-width: 820px) {
  .mv_sec_und .nav_area {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px 2%;
  }
}
.mv_sec_und .nav_area > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 31.8181818182%;
  height: 88.58px;
  padding: 30px 0 29.6px 19px;
  background: #E2E0D5;
  border-radius: 6px;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #3A3A3A;
}
@media screen and (max-width: 1400px) {
  .mv_sec_und .nav_area > a {
    font-size: clamp(14px, 1.4285714286vw, 20px);
    padding: 20px 20px 15px 20px;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 820px) {
  .mv_sec_und .nav_area > a {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 15px 20px 13px 20px;
    font-size: 15px;
  }
}
.mv_sec_und .nav_area > a::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #3A3A3A;
  right: 18.5px;
  bottom: 17.6px;
  border-radius: 50vw;
  border: 3px solid transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 820px) {
  .mv_sec_und .nav_area > a::after {
    width: 6px;
    height: 6px;
    right: 20.7px;
    bottom: inherit;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.mv_sec_und .nav_area > a.active {
  pointer-events: none;
  background: rgb(63, 97, 75);
  background: linear-gradient(135deg, rgb(63, 97, 75) 0%, rgb(49, 83, 52) 100%);
  color: #fff;
}
.mv_sec_und .nav_area > a.active::after {
  width: 20.9px;
  height: 20.9px;
  right: 13.5px;
  bottom: 12.8px;
  border: 3px solid #fff;
  background-color: transparent;
}
@media screen and (max-width: 820px) {
  .mv_sec_und .nav_area > a.active::after {
    width: 6px;
    height: 6px;
    right: 20.7px;
    bottom: inherit;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media (min-width: 769px) and (hover: hover) and (pointer: fine) {
  .mv_sec_und .nav_area > a:hover {
    opacity: 1;
  }
  .mv_sec_und .nav_area > a:hover::after {
    width: 20.9px;
    height: 20.9px;
    bottom: 12.8px;
    right: 13.5px;
    background: transparent;
    border-color: #3A3A3A;
  }
  .mv_sec_und .nav_area > a:hover.active::after {
    border-color: #fff;
  }
}
@media (min-width: 769px) and (-ms-high-contrast: none), (min-width: 769px) and (-ms-high-contrast: active) {
  .mv_sec_und .nav_area > a:hover {
    opacity: 1;
  }
  .mv_sec_und .nav_area > a:hover::after {
    width: 20.9px;
    height: 20.9px;
    bottom: 12.8px;
    right: 13.5px;
    background: transparent;
    border-color: #3A3A3A;
  }
  .mv_sec_und .nav_area > a:hover.active::after {
    border-color: #fff;
  }
}

/*=======================================
worries_sec
=======================================*/
.worries_sec {
  margin-bottom: 71px;
}
@media screen and (max-width: 768px) {
  .worries_sec {
    margin-bottom: 35px;
  }
}
.worries_sec .worries_ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 37px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #076F4A;
}
@media screen and (max-width: 1400px) {
  .worries_sec .worries_ttl {
    font-size: clamp(22px, 2.6428571429vw, 37px);
  }
}
.worries_sec .worries_ttl .dot {
  -webkit-text-emphasis: filled;
  text-emphasis: filled;
}

/*=======================================
　reason_sec_und
=======================================*/
.reason_sec_und {
  position: relative;
  padding: 150px 0 156px;
  /*AGA_reason*/
  /* ED */
}
@media screen and (max-width: 768px) {
  .reason_sec_und {
    /* width: 90%; */
    padding: 80px 0 80px;
    margin: 0 auto 80px;
  }
}
.reason_sec_und::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -62%;
  right: -39%;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: url("../img/case/reason_bg.jpg") no-repeat;
  background-size: cover !important;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .reason_sec_und::before {
    left: -20%;
    right: -20%;
  }
}
.reason_sec_und.reason_sec_und02::before {
  background: url("../img/case/reason_bg02.jpg") no-repeat;
}
.reason_sec_und.reason_sec_und03::before {
  background: url("../img/case/reason_bg03.jpg") no-repeat;
}
.reason_sec_und.reason_sec_und04::before {
  background: url("../img/case/reason_bg04.jpg") no-repeat;
}
.reason_sec_und.reason_sec_und05::before {
  background: url("../img/case/feature_bg01.png") no-repeat;
}
.reason_sec_und.reason_sec_und06::before {
  background: url("../img/case/reason_bg06.jpg") no-repeat;
}
.reason_sec_und .reason_ttl {
  margin-bottom: 60px;
  font-family: "Noto Serif JP", serif;
  font-size: 37px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #333;
  text-align: center;
  line-height: 1.8;
}
@media screen and (max-width: 1400px) {
  .reason_sec_und .reason_ttl {
    font-size: clamp(20px, 2.6428571429vw, 37px);
  }
}
.reason_sec_und .reason_ttl .small {
  font-size: 26px;
}
@media screen and (max-width: 1400px) {
  .reason_sec_und .reason_ttl .small {
    font-size: clamp(16px, 1.8571428571vw, 26px);
  }
}
.reason_sec_und .reason_box {
  position: relative;
  padding: 25px 33px 40px 147px;
  background: #fff;
  -webkit-filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.1607843137));
          filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.1607843137));
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .reason_sec_und .reason_box {
    padding: 40px 5%;
  }
}
.reason_sec_und .reason_box:not(:last-child) {
  margin-bottom: 57px;
}
.reason_sec_und .reason_box .icon_area {
  width: 25%;
  max-width: 111px;
  position: absolute;
  top: -7px;
  left: -5px;
}
@media screen and (max-width: 768px) {
  .reason_sec_und .reason_box .icon_area {
    position: relative;
    top: -45px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-bottom: -20px;
  }
}
.reason_sec_und .reason_box .reason_sttl_und {
  margin-bottom: 10px;
  font-family: "Noto Serif JP", serif;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0.03em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.6;
}
@media screen and (max-width: 1400px) {
  .reason_sec_und .reason_box .reason_sttl_und {
    font-size: clamp(17px, 1.5vw, 21px);
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .reason_sec_und .reason_box .reason_sttl_und {
    line-height: 1.8;
  }
}
.reason_sec_und .reason_box .reason_sttl_und .f30 {
  font-size: 30px;
}
@media screen and (max-width: 1400px) {
  .reason_sec_und .reason_box .reason_sttl_und .f30 {
    font-size: clamp(19px, 2.1428571429vw, 30px);
  }
}
.reason_sec_und .reason_box .reason_sttl_und .f31 {
  font-size: 31px;
}
@media screen and (max-width: 1400px) {
  .reason_sec_und .reason_box .reason_sttl_und .f31 {
    font-size: clamp(20px, 2.2142857143vw, 31px);
  }
}
.reason_sec_und .reason_box .reason_sttl_und .f36 {
  font-size: 36px;
}
@media screen and (max-width: 1400px) {
  .reason_sec_und .reason_box .reason_sttl_und .f36 {
    font-size: clamp(21px, 2.5714285714vw, 36px);
  }
}
.reason_sec_und .reason_box .reason_sttl_und .f28 {
  font-size: 28px;
}
@media screen and (max-width: 1400px) {
  .reason_sec_und .reason_box .reason_sttl_und .f28 {
    font-size: clamp(19px, 2vw, 28px);
  }
}
.reason_sec_und .reason_box .reason_sttl_und .f27 {
  font-size: 27px;
}
@media screen and (max-width: 1400px) {
  .reason_sec_und .reason_box .reason_sttl_und .f27 {
    font-size: clamp(18px, 1.9285714286vw, 27px);
  }
}
.reason_sec_und .reason_box .reason_sttl_und .f25 {
  font-size: 25px;
}
@media screen and (max-width: 1400px) {
  .reason_sec_und .reason_box .reason_sttl_und .f25 {
    font-size: clamp(16px, 1.7857142857vw, 25px);
  }
}
.reason_sec_und .reason_box .reason_sttl_und .f20 {
  font-size: 20px;
}
@media screen and (max-width: 1400px) {
  .reason_sec_und .reason_box .reason_sttl_und .f20 {
    font-size: clamp(15px, 1.4285714286vw, 20px);
  }
}
.reason_sec_und .reason_box .reason_sttl_und .green {
  color: #076F4A;
}
.reason_sec_und .reason_box .circle li, .reason_sec_und .reason_box .check li {
  font-size: 18px;
  margin-bottom: 15px;
  padding-left: 30px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.03em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .reason_sec_und .reason_box .circle li, .reason_sec_und .reason_box .check li {
    font-size: 16px;
    padding-left: 25px;
  }
}
.reason_sec_und .reason_box .circle li:before, .reason_sec_und .reason_box .check li:before {
  content: "";
  background-size: contain !important;
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  top: 4px;
}
@media screen and (max-width: 768px) {
  .reason_sec_und .reason_box .circle li:before, .reason_sec_und .reason_box .check li:before {
    width: 16px;
    height: 16px;
    top: 5px;
  }
}
.reason_sec_und .reason_box .circle li .under_line, .reason_sec_und .reason_box .check li .under_line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(50%, #FBE9B9));
  background: linear-gradient(transparent 60%, #FBE9B9 50%);
}
.reason_sec_und .reason_box .circle li .green, .reason_sec_und .reason_box .check li .green {
  color: #076F4A;
}
.reason_sec_und .reason_box .circle li::before {
  background: url("../img/case/reason_icon01.svg") no-repeat;
}
.reason_sec_und .reason_box .check li::before {
  background: url("../img/common/check02.svg") no-repeat;
}
.reason_sec_und .reason_box .reason_copy {
  margin-bottom: 10px;
  font-family: "Noto Serif JP", serif;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.6;
  position: relative;
  padding-left: 28px;
}
@media screen and (max-width: 768px) {
  .reason_sec_und .reason_box .reason_copy {
    font-size: 16px;
    padding-left: 24px;
  }
}
.reason_sec_und .reason_box .reason_copy::before {
  content: "";
  width: 20px;
  height: 23px;
  display: inline-block;
  background: #076F4A;
  position: absolute;
  left: 0;
  top: 0.5em;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media screen and (max-width: 768px) {
  .reason_sec_und .reason_box .reason_copy::before {
    width: 15px;
    height: 18px;
    top: 0.3em;
  }
}
.reason_sec_und .reason_box .reason_copy .f27 {
  font-size: 27px;
}
@media screen and (max-width: 768px) {
  .reason_sec_und .reason_box .reason_copy .f27 {
    font-size: 18px;
  }
}
.reason_sec_und .reason_copy02 {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 37px;
  letter-spacing: 0.04em;
  line-height: 1.432;
  text-align: center;
  color: #333;
}
@media screen and (max-width: 1400px) {
  .reason_sec_und .reason_copy02 {
    font-size: clamp(23px, 2.3125vw, 37px);
  }
}
@media screen and (max-width: 768px) {
  .reason_sec_und .reason_copy02 {
    font-size: 23px;
  }
}

/*=======================================
effect_sec
=======================================*/
.effect_sec .img {
  max-width: 586px;
  margin: 0 auto;
}

/*=======================================
　clm
=======================================*/
.clm1_block {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .clm1_block {
    margin-bottom: 20px;
  }
}
.clm1_block .block {
  border: none;
  background: #EEECE1;
}
.clm1_block .block:nth-child(even) {
  background: #E2E0D5;
}
.clm1_block .block:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .clm1_block .block:not(:last-child) {
    margin-bottom: 20px;
  }
}
.clm1_block .block .txt {
  margin-bottom: 0;
}

.clm2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px 8%;
}
@media screen and (max-width: 768px) {
  .clm2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.clm2 .left_area {
  width: 67.6261363636%;
}
@media screen and (max-width: 768px) {
  .clm2 .left_area {
    width: 100%;
  }
}
.clm2 .right_area {
  width: 32.3738636364%;
}
@media screen and (max-width: 768px) {
  .clm2 .right_area {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .clm2.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.clm2_block {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px 0;
  margin-bottom: 100px;
}
@media screen and (max-width: 820px) {
  .clm2_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .clm2_block {
    margin-bottom: 20px;
  }
}
.clm2_block::after {
  content: "";
  display: block;
  width: 48.8636363636%;
}
.clm2_block .block {
  background: #EEECE1;
  width: 48.8636363636%;
  padding: 5%;
  border-radius: 6px;
}
@media screen and (max-width: 768px) {
  .clm2_block .block {
    width: 100%;
  }
}
.clm2_block .block .txt {
  margin-bottom: 0;
}

.img {
  margin: 0 auto;
}
.img.w880 {
  max-width: 880px;
}
.img.w780 {
  max-width: 780px;
}
.img.w700 {
  max-width: 700px;
}
.img.w740 {
  max-width: 740px;
}
.img.w665 {
  max-width: 665px;
}
.img.w670 {
  max-width: 670px;
}
.img.w600 {
  max-width: 600px;
}
.img.w550 {
  max-width: 550px;
}
.img.w575 {
  max-width: 575px;
}
.img.w530 {
  max-width: 530px;
}
.img.w500 {
  max-width: 500px;
}
.img.w400 {
  max-width: 400px;
}
.img.l {
  margin: 0 0 0 0;
}

/* パラクライン効果 */
.para .txt {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .para .txt {
    width: 100%;
  }
}
.para .img {
  width: 38.0078636959%;
}
@media screen and (max-width: 768px) {
  .para .img {
    width: 100%;
  }
}

.symptoms_sec02 .clm2 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.symptoms_sec02 .clm2 .clm1 {
  width: 100%;
}
.symptoms_sec02 .clm2 .w200 {
  width: 100%;
  max-width: 200px;
}

/*=======================================
symptoms_sec
=======================================*/
.symptoms_sec {
  background: #EEECE1;
  padding: 52.2px 0 50.7px;
  border-radius: 6px;
}
@media screen and (max-width: 768px) {
  .symptoms_sec {
    padding: 40px 0 35px;
  }
}
.symptoms_sec .symptoms_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12.8px 0;
  width: 90%;
  max-width: 799px;
  margin: 0 auto;
}
.symptoms_sec .symptoms_list::after {
  content: "";
  display: block;
  width: 31.8181818182%;
}
.symptoms_sec .symptoms_list .symptoms_item {
  width: 31.4142678348%;
  position: relative;
  padding: 15px 12px 15.2px 50px;
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1400px) {
  .symptoms_sec .symptoms_list .symptoms_item {
    font-size: clamp(14px, 1.2857142857vw, 18px);
  }
}
@media screen and (max-width: 768px) {
  .symptoms_sec .symptoms_list .symptoms_item {
    width: 48%;
  }
}
@media screen and (max-width: 640px) {
  .symptoms_sec .symptoms_list .symptoms_item {
    width: 90%;
    margin: 0 auto;
  }
}
.symptoms_sec .symptoms_list .symptoms_item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 39px;
  height: 100%;
  background-color: #4B3C3C;
}
.symptoms_sec .symptoms_list .symptoms_item::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 12px;
  width: 13.77px;
  height: 8px;
  background: url(../img/common/check.svg) no-repeat;
  background-size: cover;
}
.symptoms_sec .symptoms_list.clm2 .symptoms_item {
  width: 47.9349186483%;
}
@media screen and (max-width: 768px) {
  .symptoms_sec .symptoms_list.clm2 .symptoms_item {
    width: 48%;
  }
}
@media screen and (max-width: 640px) {
  .symptoms_sec .symptoms_list.clm2 .symptoms_item {
    width: 90%;
    margin: 0 auto;
  }
}
.symptoms_sec .symptoms_list.clm1 .symptoms_item {
  width: 100%;
}

.symptoms_list02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12.8px 0;
}
.symptoms_list02::after {
  content: "";
  display: block;
  width: 31.8181818182%;
}
.symptoms_list02 li {
  width: 100%;
  position: relative;
  padding: 15px 12px 15px 50px;
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.1em;
  -webkit-filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.23));
          filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.23));
}
@media screen and (max-width: 768px) {
  .symptoms_list02 li {
    font-size: 16px;
    padding: 10px 12px 10px 50px;
  }
}
.symptoms_list02 li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 39px;
  height: 100%;
  background-color: #076F4A;
}
.symptoms_list02 li::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 12px;
  width: 13.77px;
  height: 8px;
  background: url(../img/common/check.svg) no-repeat;
  background-size: cover;
}

.recommendation_sec {
  background: #EEECE1;
  padding: 52.2px 0 50.7px;
  border-radius: 6px;
}
.recommendation_sec .inner {
  width: 90%;
  margin: 0 auto;
}

/* 症例ページ symptoms_sec */
.symptoms_sec02 {
  background: none;
}

/*=======================================
column_sec
=======================================*/
.column_sec {
  margin-top: 250px;
  margin-bottom: 119.1px;
}
@media screen and (max-width: 768px) {
  .column_sec {
    margin-top: 200px;
    margin-bottom: 80px;
  }
}
.column_sec .column_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 3.0681818182%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .column_sec .column_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.column_sec .column_list .column_item {
  position: relative;
  width: 22.7272727273%;
}
@media screen and (max-width: 768px) {
  .column_sec .column_list .column_item {
    width: 100%;
    padding: 15.1px 0 15.9px;
    border-bottom: 1px solid #E6E6E6;
  }
}
.column_sec .column_list .column_item a.main_link {
  display: block;
  position: relative;
}
@media screen and (max-width: 768px) {
  .column_sec .column_list .column_item a.main_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-left: 45%;
  }
}
@media (min-width: 769px) and (hover: hover) and (pointer: fine) {
  .column_sec .column_list .column_item a.main_link:hover {
    opacity: 1;
  }
  .column_sec .column_list .column_item a.main_link:hover .img_area > img {
    scale: 1.2;
  }
  .column_sec .column_list .column_item a.main_link:hover .ttl_column {
    color: var(--sub_green01);
  }
}
@media (min-width: 769px) and (-ms-high-contrast: none), (min-width: 769px) and (-ms-high-contrast: active) {
  .column_sec .column_list .column_item a.main_link:hover {
    opacity: 1;
  }
  .column_sec .column_list .column_item a.main_link:hover .img_area > img {
    scale: 1.2;
  }
  .column_sec .column_list .column_item a.main_link:hover .ttl_column {
    color: var(--sub_green01);
  }
}
.column_sec .column_list .column_item a.main_link::before {
  content: "01";
  position: absolute;
  left: 0;
  top: -2.5em;
  font-family: "Marcellus", serif;
  font-size: 16px;
  color: var(--sub_green01);
}
@media screen and (max-width: 768px) {
  .column_sec .column_list .column_item a.main_link::before {
    display: none;
  }
}
.column_sec .column_list .column_item a.main_link .img_area {
  position: relative;
  margin-bottom: 20px;
  border-radius: 6px;
  overflow: hidden;
  max-height: 120px;
}
@media screen and (max-width: 768px) {
  .column_sec .column_list .column_item a.main_link .img_area {
    position: absolute;
    right: 60%;
    top: 0;
    width: 38.2%;
    max-width: 130px;
  }
}
.column_sec .column_list .column_item a.main_link .img_area > img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.column_sec .column_list .column_item a.main_link .ttl_column {
  font-weight: 600;
  line-height: 1.625;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 1400px) {
  .column_sec .column_list .column_item a.main_link .ttl_column {
    font-size: clamp(12px, 1.1428571429vw, 16px);
  }
}
@media screen and (max-width: 768px) {
  .column_sec .column_list .column_item a.main_link .ttl_column {
    margin-bottom: 15px;
    font-size: 12px;
  }
}
.column_sec .column_list .column_item:nth-child(2) a.main_link::before {
  content: "02";
}
.column_sec .column_list .column_item:nth-child(3) a.main_link::before {
  content: "03";
}
.column_sec .column_list .column_item:nth-child(4) a.main_link::before {
  content: "04";
}
@media screen and (max-width: 768px) {
  .column_sec .column_list .column_item .txt_area {
    padding-left: 45%;
  }
}
.column_sec .column_list .column_item .txt_area .tag_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 3px 0;
  margin: 20px 0 10px;
}
@media screen and (max-width: 768px) {
  .column_sec .column_list .column_item .txt_area .tag_list {
    gap: 0;
    margin-top: 0;
  }
}
.column_sec .column_list .column_item .txt_area .tag_list .tag_item {
  font-size: 12px;
  font-weight: 500;
  margin-right: 10px;
  line-height: 1.5;
}
@media screen and (max-width: 1400px) {
  .column_sec .column_list .column_item .txt_area .tag_list .tag_item {
    font-size: clamp(11px, 0.8571428571vw, 12px);
  }
}
@media screen and (max-width: 768px) {
  .column_sec .column_list .column_item .txt_area .tag_list .tag_item {
    font-size: 11px;
    margin-right: 5px;
  }
}
@media (min-width: 769px) and (hover: hover) and (pointer: fine) {
  .column_sec .column_list .column_item .txt_area .tag_list .tag_item a:hover {
    opacity: 0.7;
  }
}
@media (min-width: 769px) and (-ms-high-contrast: none), (min-width: 769px) and (-ms-high-contrast: active) {
  .column_sec .column_list .column_item .txt_area .tag_list .tag_item a:hover {
    opacity: 0.7;
  }
}
.column_sec .column_list .column_item .txt_area .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
@media screen and (max-width: 1400px) {
  .column_sec .column_list .column_item .txt_area .info {
    gap: 0 8px;
  }
}
@media screen and (max-width: 768px) {
  .column_sec .column_list .column_item .txt_area .info {
    gap: 0 8px;
  }
}
.column_sec .column_list .column_item .txt_area .info .date {
  font-family: "Marcellus", serif;
  font-size: 14px;
}
@media screen and (max-width: 1400px) {
  .column_sec .column_list .column_item .txt_area .info .date {
    font-size: clamp(10px, 1vw, 14px);
  }
}
@media screen and (max-width: 768px) {
  .column_sec .column_list .column_item .txt_area .info .date {
    font-size: 12px;
  }
}
.column_sec .column_list .column_item .txt_area .info .category {
  padding: 0 8px;
  font-size: 12px;
  background-color: var(--sub_green01);
  color: #fff;
  border-radius: 6px;
}
@media screen and (max-width: 1400px) {
  .column_sec .column_list .column_item .txt_area .info .category {
    padding: 0 5px;
    font-size: clamp(8px, 0.8571428571vw, 12px);
  }
}
@media screen and (max-width: 768px) {
  .column_sec .column_list .column_item .txt_area .info .category {
    padding: 0 5px;
    font-size: 10px;
    line-height: 1.7;
  }
}

/*=======================================
faq_sec
=======================================*/
.faq_sec .faq_box {
  margin-top: 40px;
  border-bottom: 1px solid #D4D2CB;
}
.faq_sec .faq_box dl {
  border-bottom: 1px solid var(--main_navy);
}
.faq_sec .faq_box dl dt p, .faq_sec .faq_box dl dd p {
  position: relative;
  line-height: 2;
  padding-left: calc(1rem + 15px); /* [1文字]＋[Qアイコンとテキストの間隔] */
}
.faq_sec .faq_box dl dt p::before, .faq_sec .faq_box dl dd p::before {
  position: absolute;
  left: 0;
  top: 0.2rem;
  color: var(--main_navy);
}
.faq_sec .faq_box dl dt {
  padding: 30px;
  background: #F9F8F4;
  border-top: 1px solid #D4D2CB;
  font-weight: 700;
  /* アコーディオンの場合 */
}
@media screen and (max-width: 768px) {
  .faq_sec .faq_box dl dt {
    padding: 25px 5%;
  }
}
.faq_sec .faq_box dl dt .faq_ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  color: var(--sub_green02);
  /* アイコン：テキストの場合 */
}
@media screen and (max-width: 1400px) {
  .faq_sec .faq_box dl dt .faq_ttl {
    font-size: clamp(16px, 1.7142857143vw, 24px);
  }
}
.faq_sec .faq_box dl dt .faq_ttl::before {
  content: "Q";
  font-family: "Marcellus", serif;
  font-size: clamp(16px, 1.7142857143vw, 24px);
  line-height: 1;
  top: 0.5em;
  font-weight: 400;
  color: var(--sub_green01);
}
.faq_sec .faq_box dl dt.aco_open_btn {
  padding-right: 75px;
  position: relative;
  /* ＋ボタン */
  /* 開いた時 */
}
@media screen and (max-width: 768px) {
  .faq_sec .faq_box dl dt.aco_open_btn {
    padding-right: calc(5% + 30px);
  }
}
@media (min-width: 769px) and (hover: hover) and (pointer: fine) {
  .faq_sec .faq_box dl dt.aco_open_btn:hover {
    cursor: pointer;
  }
}
@media (min-width: 769px) and (-ms-high-contrast: none), (min-width: 769px) and (-ms-high-contrast: active) {
  .faq_sec .faq_box dl dt.aco_open_btn:hover {
    cursor: pointer;
  }
}
.faq_sec .faq_box dl dt.aco_open_btn .icon {
  position: absolute;
  top: 3em;
  right: 30px;
  width: 15px;
  height: 15px;
}
@media screen and (max-width: 768px) {
  .faq_sec .faq_box dl dt.aco_open_btn .icon {
    right: 20px;
  }
}
.faq_sec .faq_box dl dt.aco_open_btn .icon span {
  left: 0;
  width: 15px;
  height: 1px;
  background: #707070;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.faq_sec .faq_box dl dt.aco_open_btn .icon span:nth-of-type(1) {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.faq_sec .faq_box dl dt.aco_open_btn .icon span:nth-of-type(2) {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.faq_sec .faq_box dl dt.aco_open_btn.active .icon span:nth-of-type(2) {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.faq_sec .faq_box dl dd {
  padding: 50px 25px;
  background: #EEECE1;
  /* アコーディオンの場合 */
}
@media screen and (max-width: 768px) {
  .faq_sec .faq_box dl dd {
    padding: 25px 5%;
  }
}
.faq_sec .faq_box dl dd p {
  color: var(--main_navy);
  font-size: 90%;
  /* アイコン：テキストの場合 */
}
.faq_sec .faq_box dl dd p::before {
  content: "A";
  font-family: "Marcellus", serif;
  font-size: clamp(16px, 1.7142857143vw, 24px);
  line-height: 1;
  color: var(--sub_green01);
}
.faq_sec .faq_box dl dd.aco_content {
  display: none;
  padding-right: 75px;
}
@media screen and (max-width: 768px) {
  .faq_sec .faq_box dl dd.aco_content {
    padding-right: calc(5% + 30px);
  }
}
.faq_sec .faq_box dl dd.aco_content .w500 {
  font-weight: 500;
}

/*=======================================
caution_sec
=======================================*/
.caution_sec {
  counter-reset: number 0;
}
.caution_sec .caution_list {
  background: #EEECE1;
  border-radius: 6px;
  padding: 5% 4%;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .caution_sec .caution_list {
    padding: 30px 5%;
  }
}
.caution_sec .caution_list .caution_item:not(:first-child) {
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .caution_sec .caution_list .caution_item:not(:first-child) {
    padding-top: 20px;
  }
}
.caution_sec .caution_list .caution_item:not(:last-child) {
  padding-bottom: 30px;
  border-bottom: 1px solid #D4D2CB;
}
@media screen and (max-width: 768px) {
  .caution_sec .caution_list .caution_item:not(:last-child) {
    padding-bottom: 20px;
  }
}

/*=======================================
treatment_sec
=======================================*/
.treatment_sec > .cmn_txt03 {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .treatment_sec > .cmn_txt03 {
    margin-bottom: 25px;
  }
}
.treatment_sec .method_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 130px 0;
}
@media screen and (max-width: 768px) {
  .treatment_sec .method_wrap {
    gap: 65px 0;
  }
}
.treatment_sec .method_wrap .method_box {
  /* 治療法見出し */
  /* ～とは */
  /* 治療の特徴・アプローチ */
  /* 治療の流れ */
  /* 詳しくはこちらバナー */
}
.treatment_sec .method_wrap .method_box .method_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 10px;
  background: #eeece1;
  margin-bottom: 33px;
  padding: 22px 30px;
  gap: 20px 0;
}
@media screen and (max-width: 768px) {
  .treatment_sec .method_wrap .method_box .method_ttl {
    gap: 10px 0;
  }
}
.treatment_sec .method_wrap .method_box .method_ttl .ttl_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 17.5px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .treatment_sec .method_wrap .method_box .method_ttl .ttl_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.treatment_sec .method_wrap .method_box .method_ttl .ttl_area > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 7px;
}
.treatment_sec .method_wrap .method_box .method_ttl .ttl_area > span:nth-child(1) {
  padding-right: 17.5px;
  border-right: 1px solid #076F4A;
}
@media screen and (max-width: 768px) {
  .treatment_sec .method_wrap .method_box .method_ttl .ttl_area > span:nth-child(1) {
    border-right: none;
  }
}
.treatment_sec .method_wrap .method_box .method_ttl .ttl_area span {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 25px;
  letter-spacing: 0.05em;
  color: #333;
  line-height: 1.75;
}
@media screen and (max-width: 1024px) {
  .treatment_sec .method_wrap .method_box .method_ttl .ttl_area span {
    font-size: 20px;
  }
}
.treatment_sec .method_wrap .method_box .method_ttl .ttl_area span .num {
  color: #fff;
  background: #076F4A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50vw;
}
@media screen and (max-width: 768px) {
  .treatment_sec .method_wrap .method_box .method_ttl .ttl_area span .num {
    width: 30px;
    height: 30px;
  }
}
.treatment_sec .method_wrap .method_box .method_ttl .cmn_btn02 {
  /* flex: 1; */
}
.treatment_sec .method_wrap .method_box .method_ttl .cmn_btn02 a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.1em;
  max-width: 236px;
  height: 50px;
  background: -webkit-gradient(linear, right top, left top, from(#4e8461), to(#1c5039));
  background: linear-gradient(-90deg, #4e8461 0%, #1c5039 100%);
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 22px;
}
.treatment_sec .method_wrap .method_box .method_about {
  border-radius: 6px;
  background: #fff;
  border: 1px solid #d4d2cb;
  padding: 50px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .treatment_sec .method_wrap .method_box .method_about {
    padding: 25px 5%;
    margin-bottom: 20px;
  }
}
.treatment_sec .method_wrap .method_box .method_about .clm2 .txt_area {
  width: 63.17%;
}
@media screen and (max-width: 768px) {
  .treatment_sec .method_wrap .method_box .method_about .clm2 .txt_area {
    width: 100%;
  }
}
.treatment_sec .method_wrap .method_box .method_about .clm2 .txt_area .cmn_sttl_02 {
  margin-bottom: 19px;
}
.treatment_sec .method_wrap .method_box .method_about .clm2 .txt_area .cmn_txt03 {
  margin-bottom: 0;
}
.treatment_sec .method_wrap .method_box .method_about .clm2 .img_area {
  width: 29.87%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .treatment_sec .method_wrap .method_box .method_about .clm2 .img_area {
    width: 100%;
  }
}
.treatment_sec .method_wrap .method_box .method_about .clm2 .img_area img {
  border-radius: 6px;
}
.treatment_sec .method_wrap .method_box .treatment_point {
  background: #fff;
  border: 1px solid #d4d2cb;
  padding: 50px 0 33px;
  margin-bottom: 40px;
  border-radius: 6px;
  /* 白枠あり */
  /* 背景画像違い */
}
@media screen and (max-width: 768px) {
  .treatment_sec .method_wrap .method_box .treatment_point {
    padding: 25px 0;
    margin-bottom: 20px;
  }
}
.treatment_sec .method_wrap .method_box .treatment_point .treatment_point_inn {
  width: 81.36%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .treatment_sec .method_wrap .method_box .treatment_point .treatment_point_inn {
    width: 90%;
  }
}
.treatment_sec .method_wrap .method_box .treatment_point .point_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  gap: 21px 5.045%;
  max-width: 694px;
  margin: 0 auto 57px;
}
@media screen and (max-width: 768px) {
  .treatment_sec .method_wrap .method_box .treatment_point .point_wrap {
    gap: 10px 2%;
    margin-bottom: 30px;
  }
}
.treatment_sec .method_wrap .method_box .treatment_point .point_wrap li {
  width: 29.97%;
}
@media screen and (max-width: 768px) {
  .treatment_sec .method_wrap .method_box .treatment_point .point_wrap li {
    width: 32%;
  }
}
.treatment_sec .method_wrap .method_box .treatment_point .point_list {
  counter-reset: child-counter;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 57px 0;
}
@media screen and (max-width: 768px) {
  .treatment_sec .method_wrap .method_box .treatment_point .point_list {
    gap: 30px 0;
  }
}
.treatment_sec .method_wrap .method_box .treatment_point .point_list .point_item .cmn_sttl_03 {
  position: relative;
  padding-left: 68px;
}
@media screen and (max-width: 768px) {
  .treatment_sec .method_wrap .method_box .treatment_point .point_list .point_item .cmn_sttl_03 {
    padding-left: 50px;
  }
}
.treatment_sec .method_wrap .method_box .treatment_point .point_list .point_item .cmn_sttl_03::before {
  position: absolute;
  left: 0;
  top: 0;
  counter-increment: child-counter;
  content: "0" counter(child-counter) " ";
  font-family: "Marcellus", serif;
  font-size: 23px;
  letter-spacing: 0.1em;
  color: #fff;
  width: 48px;
  height: 48px;
  background: #076f4a;
  border: 1px solid #076f4a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50vw;
}
@media screen and (max-width: 768px) {
  .treatment_sec .method_wrap .method_box .treatment_point .point_list .point_item .cmn_sttl_03::before {
    font-size: 16px;
    width: 35px;
    height: 35px;
  }
}
.treatment_sec .method_wrap .method_box .treatment_point .point_list .point_item .cmn_txt03 {
  padding-left: 68px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .treatment_sec .method_wrap .method_box .treatment_point .point_list .point_item .cmn_txt03 {
    padding-left: 50px;
  }
}
.treatment_sec .method_wrap .method_box .treatment_point .point_list .point_item .img {
  padding-left: 68px;
}
@media screen and (max-width: 768px) {
  .treatment_sec .method_wrap .method_box .treatment_point .point_list .point_item .img {
    padding-left: 50px;
  }
}
.treatment_sec .method_wrap .method_box .treatment_point.treatment_point02 {
  border-radius: 6px;
  background: url("../img/case/point_bg01.jpg") no-repeat;
  background-size: cover !important;
  border: none;
}
.treatment_sec .method_wrap .method_box .treatment_point.treatment_point02 .treatment_point_inn {
  background: rgba(255, 255, 255, 0.77);
  padding: 50px;
  border-radius: 6px;
  -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}
@media screen and (max-width: 768px) {
  .treatment_sec .method_wrap .method_box .treatment_point.treatment_point02 .treatment_point_inn {
    padding: 25px 5%;
  }
}
.treatment_sec .method_wrap .method_box .treatment_point.treatment_point02-2 {
  background: url("../img/case/point_bg02.jpg") no-repeat;
}
.treatment_sec .method_wrap .method_box .treatment_point.treatment_point02-3 {
  background: url("../img/case/point_bg03.jpg") no-repeat;
}
.treatment_sec .method_wrap .method_box .treatment_flow {
  background: #fff;
  padding: 50px 0;
  margin-bottom: 60px;
  border-radius: 6px;
  border: 1px solid #d4d2cb;
}
@media screen and (max-width: 768px) {
  .treatment_sec .method_wrap .method_box .treatment_flow {
    padding: 25px 0;
  }
}
.treatment_sec .method_wrap .method_box .treatment_flow .treatment_flow_inn {
  width: 87.95%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .treatment_sec .method_wrap .method_box .treatment_flow .treatment_flow_inn {
    width: 90%;
  }
}
.treatment_sec .method_wrap .method_box .treatment_flow .flow_img {
  margin-bottom: 0;
}
.treatment_sec .method_wrap .method_box .treatment_flow .flow_img .img {
  /* max-width: 670px; */
  margin: 0 auto 62px;
}
@media screen and (max-width: 768px) {
  .treatment_sec .method_wrap .method_box .treatment_flow .flow_img .img {
    margin-bottom: 30px;
  }
}
.treatment_sec .method_wrap .method_box .treatment_flow .flow_img .img.f4 {
  max-width: 613px;
}
.treatment_sec .method_wrap .method_box .treatment_flow .flow_img .img.f3 {
  max-width: 466px;
}
.treatment_sec .method_wrap .method_box .detail_bnr {
  max-width: 614px;
  margin: 0 auto;
}
.treatment_sec .method_wrap .method_box .detail_bnr02 {
  max-width: 614px;
  margin: 30px auto 0;
}


/* さらに詳しくボタン */
.detail_btn_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  gap: 10px 7.5%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 535px;
  margin: 0 auto;
}
.detail_btn_area > p {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.05em;
  color: #076f4a;
  line-height: 1.4;
}
.detail_btn_area .cmn_btn02 a {
  width: 265px;
  height: 50px;
  background: -webkit-gradient(linear, right top, left top, from(#4e8461), to(#1c5039));
  background: linear-gradient(-90deg, #4e8461 0%, #1c5039 100%);
  border: 1px solid var(--sub_green01);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.1em;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 22px;
}
.detail_btn_area.align_R {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/* 治療の効果 */
.effect_point {
  background: #fff;
  border: 1px solid #d4d2cb;
  padding: 50px 0 33px;
  margin-bottom: 50px;
  border-radius: 6px;
}
@media screen and (max-width: 768px) {
  .effect_point {
    padding: 25px 0;
    margin-bottom: 20px;
  }
}
.effect_point .effect_point_inn {
  width: 92%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .effect_point .effect_point_inn {
    width: 90%;
  }
}
.effect_point .effect_list {
  counter-reset: child-counter;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 57px 5%;
}
@media screen and (max-width: 768px) {
  .effect_point .effect_list {
    gap: 30px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.effect_point .effect_list .effect_item {
  width: 46%;
}
@media screen and (max-width: 768px) {
  .effect_point .effect_list .effect_item {
    width: auto;
  }
}
.effect_point .effect_list .effect_item .cmn_sttl_03 {
  position: relative;
  padding-left: 40px;
  font-size: 22px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .effect_point .effect_list .effect_item .cmn_sttl_03 {
    padding-left: 35px;
    font-size: 18px;
  }
}
.effect_point .effect_list .effect_item .cmn_sttl_03::before {
  position: absolute;
  left: 0;
  top: 10px;
  counter-increment: child-counter;
  content: "" counter(child-counter) " ";
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #fff;
  width: 29px;
  height: 29px;
  background: #076f4a;
  border: 1px solid #076f4a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50vw;
}
@media screen and (max-width: 768px) {
  .effect_point .effect_list .effect_item .cmn_sttl_03::before {
    font-size: 14px;
    width: 26px;
    height: 26px;
    top: 8px;
  }
}
.effect_point .effect_list .effect_item .cmn_txt03 {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .effect_point .effect_list .effect_item .cmn_txt03 {
    padding-left: 0px;
  }
}
.effect_point .effect_list .effect_item .img {
  padding-left: 68px;
}
@media screen and (max-width: 768px) {
  .effect_point .effect_list .effect_item .img {
    padding-left: 50px;
  }
}

/* 内服治療 */
.oral_box h3 {
  font-size: 24px;
  margin-bottom: 10px;
  color: #076F4A;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .oral_box h3 {
    font-size: 18px;
  }
}
.oral_box dl {
  border-bottom: 1px solid #076F4A;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .oral_box dl {
    padding-bottom: 15px;
    margin-bottom: 30px;
  }
}
.oral_box dl:last-child {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.oral_box dl dt {
  display: inline-block;
  background: #EEECE1;
  padding: 4px 16px;
  border-radius: 50px;
  font-size: 17px;
  line-height: 1.2;
  letter-spacing: 0.03em;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .oral_box dl dt {
    font-size: 15px;
  }
}
.oral_box dl dd {
  margin-bottom: 18px;
  letter-spacing: 0.03em;
}

/*=======================================
fix_tab
=======================================*/
.fix_tab {
  position: sticky;
  top: 100px;
  max-width: 880px;
  width: 100%;
  margin-bottom: 17px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .fix_tab {
    top: 80px;
  }
}
.fix_tab ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 11px;
}
@media screen and (max-width: 768px) {
  .fix_tab ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.fix_tab ul li {
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .fix_tab ul li {
    height: 30px;
  }
}
.fix_tab ul li a {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #CCCABE;
  border-radius: 50vw;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .fix_tab ul li a {
    font-size: 15px;
    padding: 0 10px;
  }
}
.fix_tab ul li a.active {
  background: #9a967e;
  pointer-events: none;
}
@media (min-width: 769px) and (hover: hover) and (pointer: fine) {
  .fix_tab ul li a:hover {
    opacity: 1;
    background: #9a967e;
  }
}
@media (min-width: 769px) and (-ms-high-contrast: none), (min-width: 769px) and (-ms-high-contrast: active) {
  .fix_tab ul li a:hover {
    opacity: 1;
    background: #9a967e;
  }
}

/*=======================================
graph_area
=======================================*/
.graph_area {
  background: #EEECE1;
  border-radius: 10px;
  padding: 40px 5% 68px;
}
@media screen and (max-width: 768px) {
  .graph_area {
    padding: 20px 5% 35px;
  }
}
.graph_area .graph_area_sttl {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 25px;
  letter-spacing: 0.05em;
  line-height: 2.12;
  color: #333;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .graph_area .graph_area_sttl {
    margin-bottom: 15px;
    font-size: 20px;
  }
}
.graph_area .clm1 {
  background: #f9f8f4;
  padding: 50px 10.83% 76px;
}
@media screen and (max-width: 768px) {
  .graph_area .clm1 {
    padding: 25px 5% 40px;
  }
}

/*=======================================
banner_area
=======================================*/
.banner_area {
  margin-bottom: 121px;
  -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}
@media screen and (max-width: 768px) {
  .banner_area {
    margin-bottom: 60px;
  }
}
.banner_area img {
  border-radius: 6px;
}

/*=======================================
reason_list
=======================================*/
.reason_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px 3.11%;
}
@media screen and (max-width: 1024px) {
  .reason_list {
    -webkit-column-gap: 4%;
       -moz-column-gap: 4%;
            column-gap: 4%;
  }
}
@media screen and (max-width: 768px) {
  .reason_list {
    row-gap: 10px;
  }
}
.reason_list li {
  font-weight: 500;
  font-size: clamp(12px, 1.2857142857vw, 18px);
  letter-spacing: 0.03em;
  color: #076f4a;
  width: 31.26%;
  background: #fff;
  border: 1px solid #076f4a;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 20px;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .reason_list li {
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  .reason_list li {
    font-size: 13px;
    padding: 10px;
  }
}

/*=======================================
caution_box
=======================================*/
.caution_box {
  background: #efe4c4;
  padding: 50px 0 55px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .caution_box {
    padding: 25px 0 30px;
  }
}
.caution_box .caution_box_inn {
  width: 89.49%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .caution_box .caution_box_inn {
    width: 90%;
  }
}
.caution_box .caution_box_inn ul {
  background: #fff;
  border: 1px solid #076f4a;
  border-radius: 6px;
  padding: 40px 30px;
}
@media screen and (max-width: 768px) {
  .caution_box .caution_box_inn ul {
    padding: 20px 5%;
  }
}
.caution_box .caution_box_inn ul li:not(:last-child) {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #076f4a;
}
@media screen and (max-width: 768px) {
  .caution_box .caution_box_inn ul li:not(:last-child) {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}

/*=======================================
recommend_sec
=======================================*/
.recommend_sec {
  margin: 0 0 130px 0;
}
@media screen and (max-width: 768px) {
  .recommend_sec {
    margin: 0 0 80px 0;
  }
}
.recommend_sec .recomend_wrap {
  max-width: 780px;
  margin: 0 auto;
  /* width: 90%; */
}
.recommend_sec .recomend_ttl {
  background: -webkit-gradient(linear, left top, right top, from(#FB9E7A), to(#E8724C));
  background: linear-gradient(90deg, #FB9E7A 0%, #E8724C 100%);
  border-radius: 5px 5px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #FFF;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4%;
  gap: 10px 20px;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 768px) {
  .recommend_sec .recomend_ttl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 31% 0 0;
  }
}
.recommend_sec .recomend_ttl p {
  border: 2px solid #FFF;
  width: 107px;
  height: 107px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 25px;
  border-radius: 80px;
  font-weight: 600;
}
@media screen and (max-width: 1400px) {
  .recommend_sec .recomend_ttl p {
    font-size: clamp(18px, 1.7857142857vw, 25px);
  }
}
@media screen and (max-width: 820px) {
  .recommend_sec .recomend_ttl p {
    width: 74px;
    height: 74px;
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .recommend_sec .recomend_ttl p {
    display: none;
  }
}
.recommend_sec .recomend_ttl h2 {
  font-size: 27px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1400px) {
  .recommend_sec .recomend_ttl h2 {
    font-size: clamp(16px, 1.9285714286vw, 27px);
  }
}
@media screen and (max-width: 820px) {
  .recommend_sec .recomend_ttl h2 {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .recommend_sec .recomend_ttl h2 {
    font-size: 16px;
    padding-right: 45%;
    display: none;
  }
}
.recommend_sec .recomend_ttl h2 strong {
  font-size: 34px;
}
@media screen and (max-width: 820px) {
  .recommend_sec .recomend_ttl h2 strong {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .recommend_sec .recomend_ttl h2 strong {
    font-size: 20px;
  }
}
.recommend_sec .recomend_ttl .img {
  position: absolute;
  right: 10px;
  bottom: 0px;
  width: 22%;
}
@media screen and (max-width: 768px) {
  .recommend_sec .recomend_ttl .img {
    width: 90%;
    max-width: 0 auto;
    padding: -50% 0 0 0;
  }
}
.recommend_sec .recomend_box {
  background: #FFF;
  border: solid 1px #CC9F58;
  border-radius: 0px 0px 5px 5px;
  border-top: none;
  padding: 40px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .recommend_sec .recomend_box {
    padding: 20px;
  }
}
.recommend_sec .recomend_box .catch {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #E8724C;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .recommend_sec .recomend_box .catch {
    font-size: 15px;
  }
}
.recommend_sec .recomend_box .catch span {
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  .recommend_sec .recomend_box .catch span {
    font-size: 12px;
  }
}
.recommend_sec .recomend_box .catch strong {
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  .recommend_sec .recomend_box .catch strong {
    font-size: 18px;
  }
}
.recommend_sec .recomend_box .notes {
  font-size: 12px;
  letter-spacing: 0.03em;
  line-height: 2;
  color: #333;
}
@media screen and (max-width: 768px) {
  .recommend_sec .recomend_box .notes {
    font-size: 11px;
  }
}

/*=======================================
condition_sec
=======================================*/
.condition_sec {
  max-width: 780px;
  margin: 0 auto 140px;
  width: 90%;
}
.condition_sec .cmn_sttl_01::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 232.17px;
  height: 2px;
  background: rgb(225, 92, 89);
  background: linear-gradient(115deg, rgb(225, 92, 89) 0%, rgba(255, 255, 255, 0) 100%);
}
.condition_sec .box {
  background: #FFF;
  border: solid 1px #CC9F58;
  border-radius: 5px;
  padding: 50px;
}
@media screen and (max-width: 1024px) {
  .condition_sec .box {
    padding: 30px 6%;
  }
}
@media screen and (max-width: 768px) {
  .condition_sec .box {
    padding: 30px 6%;
  }
}
.condition_sec .structure {
  border-bottom: 1px solid #F8E6E6;
  padding: 0 40px 40px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .condition_sec .structure {
    padding: 0 2% 20px;
    margin-bottom: 40px;
  }
}
.condition_sec .structure p {
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .condition_sec .structure p {
    margin-bottom: 15px;
  }
}
.condition_sec .structure ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px 11px;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .condition_sec .structure ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    margin-bottom: 20px;
    gap: 5px 11px;
  }
}
.condition_sec .structure ul .st {
  width: 85px;
  background: -webkit-gradient(linear, left top, right top, from(#FB9E7A), to(#DE5656));
  background: linear-gradient(90deg, #FB9E7A 0%, #DE5656 100%);
  padding: 5px 10px 7px;
  text-align: center;
  border-radius: 50px;
  color: #FFF;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .condition_sec .structure ul .st {
    font-size: 15px;
  }
}
.condition_sec .structure ul .txt {
  width: calc(100% - 85px);
  text-align: left;
  font-size: 16px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .condition_sec .structure ul .txt {
    width: auto;
    font-size: 15px;
  }
}
.condition_sec .clm2 {
  gap: 0 4%;
}
.condition_sec .clm2 .left_area {
  width: 53%;
}
@media screen and (max-width: 768px) {
  .condition_sec .clm2 .left_area {
    width: auto;
    margin-bottom: 20px;
  }
}
.condition_sec .clm2 .right_area {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .condition_sec .clm2 .right_area {
    width: auto;
  }
}
.condition_sec .clm2.r {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .condition_sec .clm2.r {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/*=======================================
skin_care_sec
=======================================*/
.skin_care_sec {
  position: relative;
  padding: 150px 0 156px;
}
@media screen and (max-width: 768px) {
  .skin_care_sec {
    /* width: 90%; */
    padding: 80px 0 80px;
    margin: 0 auto 80px;
  }
}
.skin_care_sec::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -62%;
  right: -39%;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: url("../img/beauty_skin/beauty_bg01.jpg") no-repeat;
  background-size: cover !important;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .skin_care_sec::before {
    left: -20%;
    right: -20%;
  }
}
.skin_care_sec .skin_care_ttl {
  margin-bottom: 50px;
  font-family: "Noto Serif JP", serif;
  font-size: 47px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #D84848;
  text-align: center;
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 768px) {
  .skin_care_sec .skin_care_ttl {
    margin-bottom: 30px;
  }
}
.skin_care_sec .skin_care_ttl:before {
  content: "";
  position: absolute;
  width: 404px;
  height: 315px;
  top: -110px;
  left: 0;
  background: url("../img/beauty_skin/img08.png") no-repeat;
  background-size: contain;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .skin_care_sec .skin_care_ttl:before {
    width: 250px;
    height: 155px;
    top: -65px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1400px) {
  .skin_care_sec .skin_care_ttl {
    font-size: clamp(20px, 2.6428571429vw, 37px);
  }
}
.skin_care_sec .skin_care_ttl .small {
  font-size: 28px;
}
@media screen and (max-width: 1400px) {
  .skin_care_sec .skin_care_ttl .small {
    font-size: clamp(16px, 1.8571428571vw, 25px);
  }
}
.skin_care_sec .txt01 {
  text-align: center;
  margin-bottom: 60px;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 1400px) {
  .skin_care_sec .txt01 {
    font-size: clamp(15px, 1.2857142857vw, 18px);
  }
}
.skin_care_sec .skin_care_box {
  background: rgba(255, 255, 255, 0.6);
  border: solid 1px #CC9F58;
  border-radius: 5px;
  padding: 70px;
}
@media screen and (max-width: 1024px) {
  .skin_care_sec .skin_care_box {
    padding: 50px 6%;
  }
}
@media screen and (max-width: 820px) {
  .skin_care_sec .skin_care_box {
    padding: 50px 5%;
  }
}
@media screen and (max-width: 768px) {
  .skin_care_sec .skin_care_box {
    padding: 30px 5%;
  }
}
.skin_care_sec .point_area {
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .skin_care_sec .point_area {
    padding: 10px 0;
  }
}
.skin_care_sec .point_area .ttl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .skin_care_sec .point_area .ttl {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    margin-bottom: 20px;
  }
}
.skin_care_sec .point_area .ttl .icon {
  width: 16.1%;
}
@media screen and (max-width: 768px) {
  .skin_care_sec .point_area .ttl .icon {
    width: 23%;
  }
}
.skin_care_sec .point_area .ttl .icon:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: 50%;
  background: #E25E5A;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .skin_care_sec .point_area .ttl .icon:before {
    top: 30px;
  }
}
.skin_care_sec .point_area .ttl p {
  color: #E6675E;
  font-size: 29px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 1.8;
  padding-left: 15px;
}
@media screen and (max-width: 1400px) {
  .skin_care_sec .point_area .ttl p {
    font-size: clamp(18px, 2.0714285714vw, 29px);
    padding-left: 10px;
  }
}
.skin_care_sec .point_area .ttl p span {
  font-size: 21px;
}
@media screen and (max-width: 1400px) {
  .skin_care_sec .point_area .ttl p span {
    font-size: clamp(14px, 1.5vw, 21px);
  }
}
.skin_care_sec .point_area .txt02 {
  color: #E25F5A;
  text-align: center;
  margin: 0 0 15px 0;
  font-size: 18px;
}
.skin_care_sec .bottom_catch {
  color: #D84848;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  line-height: 1.5;
}
.skin_care_sec .bottom_catch .txt01 {
  font-size: 25px;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  font-weight: 700;
}
@media screen and (max-width: 820px) {
  .skin_care_sec .bottom_catch .txt01 {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .skin_care_sec .bottom_catch .txt01 {
    font-size: 16px;
  }
}
.skin_care_sec .bottom_catch .txt02 {
  font-size: 27px;
  letter-spacing: 0.05em;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 1400px) {
  .skin_care_sec .bottom_catch .txt02 {
    font-size: clamp(17px, 1.9285714286vw, 27px);
  }
}
.skin_care_sec .bottom_catch .txt02 strong {
  font-size: 35px;
}
@media screen and (max-width: 1400px) {
  .skin_care_sec .bottom_catch .txt02 strong {
    font-size: clamp(20px, 2.5vw, 35px);
  }
}

.method_box {
  margin-bottom: 60px;  /* 下の余白 */
}

.method_box + .method_box {
  margin-top: 60px;  /* 上の余白 */
}

.method_box {
  margin-top: 60px;   /* 上の余白を追加 */
  margin-bottom: 60px; /* 下の余白（すでに効いているなら不要） */
}


/*=======================================
price_bnr
=======================================*/
.price_bnr {
  text-align: center;
}/*# sourceMappingURL=case.css.map */

/* 2025.9.22追加---------------*/
.img_area2{
	margin:30px auto 120px;
	text-align:center;
}
@media print, screen and (min-width:1401px){
	.sp2{display:none;}
}
/* method_ttl */
.method_ttl.flex{
display:-webkit-box;
display:-ms-flexbox;
display:flex;
}
.method_ttl.flex .cmn_btn02 a{
margin:20px 0 0 0;
}
@media print, screen and (max-width:1401px) and (min-width:769px){
	.method_ttl.flex .txt .ttl_area span:first-child{
	width:180px;
	font-size:1.2rem;
	}
}
@media print, screen and (min-width:769px){
	.method_ttl.flex .txt{
	width:67%;
	}
	.method_ttl.flex .img{
	width:30%;
	}
}
@media print, screen and (max-width:768px){
	.method_ttl.flex .txt{
	width:65%;
	margin-right:5%;
	}
	.method_ttl.flex .img{
	width:30%;
	margin-top:10px;
	}
	.method_ttl.flex{align-items: start !important;}
}
/* case_sec */
.case_sec .txt2 {
margin-bottom:30px;
}
.cmn_sttl_06_2{
margin-bottom: 20px;
font-size: 20px;
line-height: 1.58;
color: var(--sub_green02);
}
.cmn_sttl_06_2 .green {
color: #076F4A;
}
.cmn_sttl_06_2 .f36 {
font-size: 36px;
font-weight: 500;
}
/* disc_list */
.disc_list{margin:20px 0 30px 1em;}
.disc_list:last-child{margin-bottom:0;}
.disc_list li{list-style:disc;margin:8px auto;line-height:1.7em;}
.t_center{text-align:center;}
/* treatment_flow_w */
.treatment_flow_w{
background: #fff;
border-radius: 6px;
border: 1px solid #d4d2cb;
margin:60px auto;
}
.treatment_flow_w .treatment_flow_inn{
width: 87.95%;
margin: 0 auto;
}
@media print, screen and (min-width:769px){
	.treatment_flow_w{
	padding: 50px 0;
	}
}
@media print, screen and (max-width:768px){
	.treatment_flow_w{
	padding:20px 0;
	}
}
/* case */
.case-study-container{
margin:20px auto 30px;
background-color: #f9f9f9;
padding:15px;
width:96%;
}
.case{
box-shadow:0px 0px 5px 0px rgba(0,0,0,.2);
position: relative;
background-color:#fff;
border-radius:15px;
box-sizing: border-box;
margin-top:25px;
}
.case-header{
position:absolute;
display: inline-block;
color:#fff;
font-weight:500;
text-align:center;
}
.case-header::after{
content: "";
position: absolute;
bottom: 0;
left: 50%;
border-style: solid;
border-width:8px 10px 0 10px;
translate: -50% 100%;
}
.case-header strong{font-size:1.1rem; color:#fff !important;}
.case-text{
font-size:1.6rem;
line-height:1.4;
text-align:center;
font-weight:500;
background-color:#fff;
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
}
.case-text2{
padding:10px;
text-align:center;
background-color:#fff;
line-height:1.7em;
}
.case-text2 strong{color:#000 !important;}
.case-text3{
color:#fff;
border-radius:0 0 15px 15px;
}
.case-text3 strong{color:#fff !important;}
.case-text3 ul{margin-left:15px;}
.case-text3 li{
position: relative;
line-height: 1.6;
margin:0 0 8px;
}
.case-text3 li::after {
content: '';
display: block;
position: absolute;
top: .5em;
left: -1.1em;
width: 10px;
height: 5px;
border-left: 3px solid #fff46f;
border-bottom: 3px solid #fff46f;
transform: rotate(-45deg);
}
.case.c1,.c1 .case-header{background-image: linear-gradient(90deg, #449cd1, #45bfd3);}
.c1 .case-header::after{border-color:#1c83c1 transparent transparent;}
.c1 .case-text{color:#449cd1;}
.c1 .case-text2{background-color:#ecf6fb;}
.c1 .case-header,.c1 .case-text3{text-shadow:1px 1px 3px rgba(68,156,209,.3);}
.case.c2,.c2 .case-header{background-image: linear-gradient(90deg, #11a6a7, #11a9a0);}
.c2 .case-header::after{border-color:#028687 transparent transparent;}
.c2 .case-text{color:#11a6a7;}
.c2 .case-text2{background-color:#edf9f8;}
.c2 .case-header,.c2 .case-text3{text-shadow:1px 1px 3px rgba(17,166,167,.3);}
.case.c3,.c3 .case-header{background-image: linear-gradient(90deg, #f59227, #f5a328);}
.c3 .case-header::after{border-color:#ef7d01 transparent transparent;}
.c3 .case-text{color:#f59227;}
.c3 .case-text2{background-color:#fff8ea;}
.c3 .case-header,.c3 .case-text3{text-shadow:1px 1px 3px rgba(245,146,39,.3);}
.inline{display:inline-block !important;}
.mt15{margin-top:15px !important;}
.mt40{margin-top:40px !important;}
.mt80{margin-top:80px !important;}
.case .kome{
font-size:.8rem;
line-height:1.5em;
text-align:left;
margin:10px auto;
position:relative;
padding-left:1rem;
}
.case .kome:before{
content:'※';
display:block;
position:absolute;
top:0;
left:0;
}
@media print, screen and (min-width:1201px){
	.case-study-container{
	display:flex;
	flex-direction: row;
	}
	.case{
	width:32.66666666666667%;
	margin-right:1%;
	}
	.case:nth-child(3n){
	margin-right:0;
	}
	.case-header{
	top:-30px;
	left:0;
	right:0;
	border-radius:15px 15px 0 0;
	padding:8px 10px;
	}
	.case-text{
	height:135px;
	padding:40px 10px 10px;
	}
	.case-text3{padding:30px;}
}
@media print, screen and (max-width:1200px){
	.case{margin:15px auto 35px;}
	.case:last-child{margin-bottom:0;}
	.case-header{
	top:-20px;
	left:10%;
	width:80%;
	border-radius:30px;
	padding:5px 10px;
	}
	.case-text{
	padding:50px 15px 20px;
	border-radius:15px 15px 0 0;
	}
	.case-text3{padding:5%;}
}
@media print, screen and (max-width:320px){
	.case-header{line-height:1.4em;padding-bottom:10px;}
}
/* blown_bg_sttl */
.blown_bg_sttl{
background-color:#d5d5d5;
color:#fff;
border-radius:10px;
padding:8px 20px;
font-weight:600;
font-size:1.1rem;
line-height:1.4;
}
/* green_bg_sttl */
.green_bg_sttl{
background-color:#076f4a;
color:#fff;
border-radius:10px;
padding:8px 20px;
font-weight:600;
font-size:1.1rem;
line-height:1.4;
}
/* t_black */
.t_black strong{color:#000 !important;}
/* cmn_sttl */
.cmn_sttl_02.lh{line-height:1.5em;}
.cmn_sttl_02 .s_txt,
.cmn_sttl_03 .s_txt{display:block;}
@media print, screen and (min-width:1081px){
	.cmn_sttl_02 .s_txt{font-size:1.4rem;}
	.cmn_sttl_03 .s_txt{font-size:1.1rem;}
}
@media print, screen and (max-width:1080px) and (min-width:769px){
	.cmn_sttl_02 .s_txt{font-size:1.3rem;}
	.cmn_sttl_03 .s_txt{font-size:1rem;}
}
@media print, screen and (min-width:769px){
	.cmn_sttl_02 .s_txt{margin-top:-10px;}
	.cmn_sttl_03 .s_txt{margin-top:-10px;}
}
@media print, screen and (max-width:768px){
	.cmn_sttl_02 .s_txt{font-size:1rem;}
	.cmn_sttl_03 .s_txt{font-size:.9rem;line-height:1.5em;}
}
/* border_ttl */
.border_ttl{
font-family: "Noto Serif JP", serif;
font-size:1.1rem;
line-height:1.4em;
border-left:5px solid #076f4a;
padding-left:10px;
margin-bottom:10px;
font-weight:600;
}
.border_ttl + p{margin-left:15px;}
/* cp_list */
ul.cp_list {
padding: 0.5em;
}
ul.cp_list li {
position: relative;
margin-bottom:5px;
border-bottom: 1px dotted #d1c2a0;
}
ul.cp_list li:after,
ul.cp_list li:before {
position: absolute;
content:'';
transform: rotate(45deg);
}
ul.cp_list li:before {
border:1px solid #a98366;
}
ul.cp_list li:after {
background:#a98366;
transform: rotate(60deg);
}
ul.cp_list li strong{color:#a98366 !important;}
.white_bg{background-color:#fff;padding:5%;margin:40px auto;}
@media print, screen and (min-width:769px){
	ul.cp_list li {font-size:1.3rem;padding: 0.5em 0 0.5em 2.3em;}
	ul.cp_list li:before {width: 12px;height: 12px;top:1.2rem;left: 0.2em;}
	ul.cp_list li:after {width: 14px;height: 14px;left: 0.7em;top: 1.3rem;}
}
@media print, screen and (max-width:768px){
	ul.cp_list li {font-size:1.2rem;line-height:1.6em;padding: 0.5em 0 0.5em 1.5em;}
	ul.cp_list li:before {width:8px;height:8px;top:1.1rem;left: 0.1em;}
	ul.cp_list li:after {width: 10px;height: 10px;left: 0.5em;top: 1.2rem;}
}
/*youtube_movie*/
.youtube_movie{
position: relative;
width: 100%;
padding-top: 56.25%;
}
.youtube_movie iframe {
position: absolute;
top: 0;
right: 0;
width: 100%;
height: 100%;
}