@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@700;900&display=swap');
@charset "UTF-8";

:root {
  --viewport: 750;
  --gold: #baa073;
  --swiper-navigation-size: calc(100vw / var(--viewport) * 22);
}

.bold {
  font-weight: bold;
}
.font_red {
  color: #C1272D !important;
}
.font_gold {
  color: #BBA170 !important;
}
.flex {
  display: flex;
}
.relative {
  position: relative;
}

h3 {
  font-weight: 900 !important;
}

section .inner {
  width: calc(100vw / var(--viewport) * 690);
  margin: 0 auto;
}
.ttl_aco {
  cursor: pointer;
}
.body_aco {
  display: none;
}
.button {
  margin-top: calc(100vw / var(--viewport) * 66);
}
.button a {
  font-size: calc(100vw / var(--viewport) * 25);
  text-align: center;
  text-decoration: none;
  width: calc(100vw / var(--viewport) * 430);
  height: calc(100vw / var(--viewport) * 80);
  border: 1px solid #000;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

#wrap {
  overflow-x: hidden;
}

#conts {
  font-size: calc(100vw / var(--viewport) * 22);
  line-height: 1.8;
  padding-top: 0;
}

h2 {
  color: #fff;
  font-size: calc(100vw / var(--viewport) * 34);
  font-weight: bold;
  text-align: center;
  background: #000;
  height: calc(100vw / var(--viewport) * 90);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 !important;
  margin-top: calc(100vw / var(--viewport) * 86);
  margin-bottom: calc(100vw / var(--viewport) * 28);
}

.sec02 ul li .midashi {
  font-size: calc(100vw / var(--viewport) * 48);
  font-weight: bold;
  line-height: 1;
  text-align: center;
  margin: calc(100vw / var(--viewport) * 10) 0 calc(100vw / var(--viewport) * 38);
  position: relative;
}
.sec02 ul li .midashi:after {
  content: "";
  background: #000;
  width: calc(100vw / var(--viewport) * 174);
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: calc(100vw / var(--viewport) * -15);
}

.sec03 ul {
  flex-wrap: wrap;
  justify-content: space-between;
}
.sec03 ul li {
  width: calc(100vw / var(--viewport) * 217);
  height: calc(100vw / var(--viewport) * 217);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background: #EDEDED;
  border-radius: calc(100vw / var(--viewport) * 10);
}
.sec03 ul li:nth-child(1) img {
  width: calc(100vw / var(--viewport) * 74);
  margin: calc(100vw / var(--viewport) * 23) 0 calc(100vw / var(--viewport) * 12);
}
.sec03 ul li:nth-child(2) img {
  width: calc(100vw / var(--viewport) * 104);
  margin: calc(100vw / var(--viewport) * 24) 0 calc(100vw / var(--viewport) * 14);
}
.sec03 ul li:nth-child(3) img {
  width: calc(100vw / var(--viewport) * 99);
  margin: calc(100vw / var(--viewport) * 27) 0 calc(100vw / var(--viewport) * 16);
}
.sec03 ul li:nth-child(4) img {
  width: calc(100vw / var(--viewport) * 89);
  margin: calc(100vw / var(--viewport) * 25) 0 calc(100vw / var(--viewport) * 15);
}
.sec03 ul li:nth-child(5) img {
  width: calc(100vw / var(--viewport) * 65);
  margin: calc(100vw / var(--viewport) * 23) 0 calc(100vw / var(--viewport) * 15);
}
.sec03 ul li:nth-child(6) img {
  width: calc(100vw / var(--viewport) * 92);
  margin: calc(100vw / var(--viewport) * 25) 0 calc(100vw / var(--viewport) * 14);
}
.sec03 ul li .text {
  font-size: calc(100vw / var(--viewport) * 20);
  text-align: center;
  line-height: 1.25;
}

.sec04 h3 {
  font-size: calc(100vw / var(--viewport) * 60);
  font-weight: bold;
  text-align: center;
  margin-bottom: calc(100vw / var(--viewport) * 50);
}
.sec04 .box {
  padding: calc(100vw / var(--viewport) * 57) 0 calc(100vw / var(--viewport) * 75);
}
.sec04 .box.bg_gray {
  background: #EDEDED;
}
.sec04 .box .point {
  color: #fff;
  font-size: calc(100vw / var(--viewport) * 26);
  font-weight: bold;
  line-height: 1;
  width: calc(100vw / var(--viewport) * 101);
  height: calc(100vw / var(--viewport) * 101);
  background: #BCA071;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto calc(100vw / var(--viewport) * 30);
}
.sec04 .box .point .number {
  font-size: calc(100vw / var(--viewport) * 38);
  text-align: center;
  display: block;
  border-top: 1px solid #fff;
  width: calc(100vw / var(--viewport) * 85);
  padding-top: calc(100vw / var(--viewport) * 5);
  margin-top: calc(100vw / var(--viewport) * 8);
}
.sec04 .box .subTitle {
  color: #000;
  font-size: calc(100vw / var(--viewport) * 30);
  font-weight: bold;
  font-weight: 900;
  text-align: center;
  background: none;
  padding: 0;
  margin: 0 0 calc(100vw / var(--viewport) * 38);
}
.sec04 .box .flex {
  font-weight: bold;
  line-height: 1;
  align-items: center;
  margin-bottom: calc(100vw / var(--viewport) * 20);
}
.sec04 .box .firstLetter {
  font-size: calc(100vw / var(--viewport) * 140);
  margin-right: calc(100vw / var(--viewport) * 12);
}
.sec04 .box .flex div {
  width: calc(100% - calc(100vw / var(--viewport) * 152));
}
.sec04 .box .flex div .english {
  font-size: calc(100vw / var(--viewport) * 41);
  font-weight: bold;
  font-weight: 700;
}
.sec04 .box .flex div .title {
  font-size: calc(100vw / var(--viewport) * 41);
  font-weight: bold;
  font-weight: 700;
  border-top: 1px solid #000;
  padding-top: 0.2em;
  margin-top: 0.2em;
}
.sec04 .box .flex div .title .sup {
  font-size: calc(100vw / var(--viewport) * 18);
}
.sec04 .box .flex .caption {
  font-weight: normal;
  position: absolute;
  top: calc(100vw / var(--viewport) * 16);
  right: 0;
}

.swiper-container {
  padding: 0 calc(100vw / var(--viewport) * 30);
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.swiper-container .swiper-button-next,
.swiper-container .swiper-button-prev {
  width: calc(100vw / var(--viewport) * 30);
  height: calc(100vw / var(--viewport) * 30);
  background: #000;
  border-radius: 50%;
  margin-top: 0;
  transform: translateY(-100%);
}
.swiper-container .swiper-button-prev {
  left: calc(100vw / var(--viewport) * 15);
}
.swiper-container .swiper-button-next {
  right: calc(100vw / var(--viewport) * 15);
}
.swiper-container .swiper-button-next:after,
.swiper-container .swiper-button-prev:after {
  content: "▼";
  color: #fff;
  line-height: 1;
  transform: translate(2px, -4px) rotate(90deg);
  display: inline-block;
  font-size: calc(100vw / var(--viewport) * 18);
}
.swiper-container .swiper-button-next:after {
  transform: translate(4px, -4px) rotate(-90deg);
}
.swiper-slide > img {
  margin-bottom: calc(100vw / var(--viewport) * 20);
}
.swiper-slide .flex {
  line-height: 1;
  width: 100%;
  justify-content: space-between;
  align-items: flex-end;
}
.swiper-slide .flex .name {
  font-size: calc(100vw / var(--viewport) * 33);
  font-weight: bold;
}
.swiper-slide .flex .name .san {
  font-size: calc(100vw / var(--viewport) * 21);
}
.swiper-slide .flex .spec {
  font-size: calc(100vw / var(--viewport) * 15);
}
.swiper-slide .parts {
  font-size: calc(100vw / var(--viewport) * 20);
  border-top: 1px solid #000;
  width: 100%;
  padding-top: calc(100vw / var(--viewport) * 15);
  margin-top: calc(100vw / var(--viewport) * 15);
  margin-bottom: calc(100vw / var(--viewport) * 20);
}
.swiper-slide .bg_gray {
  font-size: calc(100vw / var(--viewport) * 16);
  text-align: left;
  background: #EDEDED;
  padding: calc(100vw / var(--viewport) * 9) calc(100vw / var(--viewport) * 16);
  margin-bottom: calc(100vw / var(--viewport) * 18);
}
.swiper-slide .youtubeArea {
  width: 100%;
  height: calc(100vw / var(--viewport) * 61);
  background: #BCA071;
}
.swiper-slide .youtubeArea .flex {
  text-decoration: none;
  align-items: center;
}
.swiper-slide .youtubeArea .icon {
  width: calc(100vw / var(--viewport) * 78);
  height: calc(100vw / var(--viewport) * 61);
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-slide .youtubeArea .icon img {
  width: calc(100vw / var(--viewport) * 52);
}
.swiper-slide .youtubeArea .icon + p {
  font-size: calc(100vw / var(--viewport) * 19);
  width: calc(100% - calc(100vw / var(--viewport) * 78));
}
.swiper-slide .youtubeArea .icon + p .arrow {
  margin-left: 0.5em;
  transform: rotate(-90deg);
  display: inline-block;
}

.sec06 .box {
  margin-top: calc(100vw / var(--viewport) * 55);
}
.sec06 .box:nth-child(1) {
  margin-top: 0;
}
.sec06 .box .textBox .midashi {
  font-size: calc(100vw / var(--viewport) * 62);
  font-weight: bold;
}
.sec06 .box .textBox .sub {
  font-size: calc(100vw / var(--viewport) * 32);
  line-height: 1;
}
.sec06 .box .textBox .priceBox {
  margin-top: calc(100vw / var(--viewport) * 20);
  justify-content: space-between;
  align-items: flex-start;
}
.sec06 .box .textBox .priceBox .count {
  color: #fff;
  font-size: calc(100vw / var(--viewport) * 36);
  font-weight: bold;
  background: #000;
  width: calc(100vw / var(--viewport) * 115);
  height: calc(100vw / var(--viewport) * 115);
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec06 .box .textBox .priceBox div img {
  height: calc(100vw / var(--viewport) * 120);
}
.sec06 .box:nth-child(2) .textBox .priceBox div img {
  height: calc(100vw / var(--viewport) * 120);
}
.sec06 > .inner > div:nth-child(3) {
  margin-top: calc(100vw / var(--viewport) * 55);
}

.sec07 .midashi {
  font-size: calc(100vw / var(--viewport) * 60);
  font-weight: bold;
  font-weight: 900;
  margin: calc(100vw / var(--viewport) * 15) 0;
}

#flow ul li {
  margin-top: calc(100vw / var(--viewport) * 88);
}
#flow ul:nth-child(1) li:nth-child(1) {
  margin-top: 0;
}
#flow ul li img {
  margin-bottom: calc(100vw / var(--viewport) * 32);
}
#flow ul li .step {
  color: var(--gold);
  font-size: calc(100vw / var(--viewport) * 46);
  font-weight: bold;
  text-align: center;
  background: #000;
  width: calc(100vw / var(--viewport) * 188);
  height: calc(100vw / var(--viewport) * 67);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto calc(100vw / var(--viewport) * 15);
}
#flow ul li .midashi {
  font-size: calc(100vw / var(--viewport) * 44);
  font-weight: bold;
  text-align: center;
  margin-bottom: calc(100vw / var(--viewport) * 34);
}

#faq .ttl_aco {
  font-size: calc(100vw / var(--viewport) * 28);
  font-weight: bold;
  margin-top: calc(100vw / var(--viewport) * 40);
}
#faq .ttl_aco:nth-child(1) {
  margin-top: 0;
}
#faq .ttl_aco .flex {
  line-height: 1.21;
  align-items: center;
}
#faq .ttl_aco .flex:nth-child(1) {
  width: calc(100vw / var(--viewport) * 617);
  padding-bottom: calc(100vw / var(--viewport) * 10);
  border-bottom: 1px solid #000;
  margin-bottom: calc(100vw / var(--viewport) * 10);
  position: relative;
}
#faq .ttl_aco .flex:nth-child(1):before,
#faq .ttl_aco .flex:nth-child(1):after {
  content: "";
  display: inline-block;
  background: #000;
  position: absolute;
  right: calc(100vw / var(--viewport) * -72);
  bottom: calc(100vw / var(--viewport) * -3);
}
#faq .ttl_aco .flex:nth-child(1):before {
  width: calc(100vw / var(--viewport) * 37);
  height: calc(100vw / var(--viewport) * 6);
}
#faq .ttl_aco .flex:nth-child(1):after {
  width: calc(100vw / var(--viewport) * 6);
  height: calc(100vw / var(--viewport) * 37);
  transform: translateX(calc(100vw / var(--viewport) * -16)) translateY(calc(100vw / var(--viewport) * 16));
}
#faq .ttl_aco.active .flex:nth-child(1):after {
  content: none;
}
#faq .ttl_aco .q {
  width: calc(100vw / var(--viewport) * 50);
  margin-right: calc(100vw / var(--viewport) * 15);
}
#faq .ttl_aco .q_text {
  width: calc(100% - calc(100vw / var(--viewport) * 65));
}
#faq .ttl_aco .flex:nth-child(2) {
  width: calc(100vw / var(--viewport) * 539);
  margin-left: calc(100vw / var(--viewport) * 115);
}
#faq .ttl_aco .a {
  width: calc(100vw / var(--viewport) * 41);
  margin-right: calc(100vw / var(--viewport) * 25);
}
#faq .ttl_aco .a_text {
  color: var(--gold);
  width: calc(100% - calc(100vw / var(--viewport) * 66));
}
#faq .body_aco {
  font-size: calc(100vw / var(--viewport) * 22);
  width: calc(100vw / var(--viewport) * 576);
  margin-top: calc(100vw / var(--viewport) * 23);
  margin-left: calc(100vw / var(--viewport) * 115);
}
#faq .body_aco .link {
  text-align: right;
}

#doctor .nameBox {
  font-weight: bold;
  text-align: right;
  margin-top: 1em;
}
#doctor .nameBox .sub {
  font-size: calc(100vw / var(--viewport) * 35);
}
#doctor .nameBox .name {
  font-size: calc(100vw / var(--viewport) * 55);
}

#clinic .midashi {
  color: var(--gold);
  font-size: calc(100vw / var(--viewport) * 41);
  font-weight: bold;
  text-align: center;
}
#clinic ul {
  flex-wrap: wrap;
  justify-content: space-between;
}
#clinic ul li {
  color: #fff;
  font-size: calc(100vw / var(--viewport) * 28);
  font-weight: bold;
  background: #000;
  display: flex;
  width: calc(100vw / var(--viewport) * 214);
  height: calc(100vw / var(--viewport) * 82);
  justify-content: center;
  align-items: center;
  margin-top: calc(100vw / var(--viewport) * 33);
}

.pc,
.pc_b {
  display: none;
}

@media screen and (max-width:767px) {
  .sec02 ul li {
    margin-top: calc(100vw / var(--viewport) * 85);
  }
  .sec02 ul li:nth-child(1) {
    margin-top: 0;
  }
  .sec02 ul li img {
    width: 100%;
    height: calc(100vw / var(--viewport) * 334);
    object-fit: cover;
  }
  .sec02 ul li:nth-child(1) img {
    object-position: 0 65%;
  }

  .sec03 ul li:nth-child(n+4) {
    margin-top: calc(100vw / var(--viewport) * 17);
  }

  .sec04 .box img {
    margin-bottom: calc(100vw / var(--viewport) * 31);
  }
  .sec04 .btn_more {
    display: none;
  }
  .sec04 .box_more {
    display: inline;
  }

  .sec06 .box .imgBox {
    text-align: center;
    background: #EDEDED;
  }

  .sec07 .pc_flex div {
    margin-top: calc(100vw / var(--viewport) * 74);
  }
  .sec07 .pc_flex div.mt0 {
    margin-top: 0;
  }

  #flow ul li img {
    width: 100%;
    height: calc(100vw / var(--viewport) * 350);
    object-fit: cover;
  }
  #flow ul:nth-child(1) li:nth-child(1) img {
    object-position: 0 5%;
  }
  #flow ul:nth-child(1) li:nth-child(2) img {
    object-position: 0 100%;
  }
  #flow ul:nth-child(1) li:nth-child(3) img {
    object-position: 0 60%;
  }
  #flow ul:nth-child(2) li:nth-child(1) img {
    object-position: 0 75%;
  }
  #flow ul:nth-child(2) li:nth-child(2) img {
    object-position: 0 50%;
  }
  #flow ul:nth-child(2) li:nth-child(3) img {
    object-position: 0 30%;
  }

  #doctor img {
    margin-bottom: calc(100vw / var(--viewport) * 36);
  }
}
@media screen and (min-width:768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }

  .pc_flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .pc_flex.reverse {
    flex-direction: row-reverse;
  }

  .button {
    margin-top: 54px;
  }
  .button a {
    font-size: 25px;
    width: 430px;
    height: 80px;
  }

  #conts {
    font-size: 14px;
  }

  .mv {
    width: 1140px;
    display: block;
    margin: 0 auto;
  }

  section .inner {
    width: 1000px;
  }

  h2 {
    font-size: 28px;
    width: 1000px;
    height: 70px;
    margin: 58px auto 21px;
  }

  .sec02 ul li {
    width: 300px;
  }
  .sec02 ul li .midashi {
    font-size: 28px;
    margin: 17px 0 20px;
  }
  .sec02 ul li .midashi:after {
    width: 107px;
    bottom: -10px;
  }

  .sec03 ul li {
    width: 155px;
    height: 155px;
    border-radius: 10px;
  }
  .sec03 ul li:nth-child(1) img {
    width: 53px;
    margin: 16px 0 8px;
  }
  .sec03 ul li:nth-child(2) img {
    width: 74px;
    margin: 17px 0 10px;
  }
  .sec03 ul li:nth-child(3) img {
    width: 71px;
    margin: 20px 0 12px;
  }
  .sec03 ul li:nth-child(4) img {
    width: 64px;
    margin: 18px 0 11px;
  }
  .sec03 ul li:nth-child(5) img {
    width: 47px;
    margin: 16px 0 11px;
  }
  .sec03 ul li:nth-child(6) img {
    width: 66px;
    margin: 18px 0 10px;
  }
  .sec03 ul li .text {
    font-size: 15px;
  }

  .sec04 h3 {
    font-size: 60px;
    margin-bottom: 33px;
  }
  .sec04 .box {
    padding: 70px 0 55px;
  }
  .sec04 .box.bg_gray {
    background: #EDEDED;
  }
  .sec04 .box .point {
    font-size: 26px;
    width: 101px;
    height: 101px;
    margin: 0 auto 30px;
  }
  .sec04 .box .point .number {
    font-size: 38px;
    width: 85px;
    padding-top: 5px;
    margin-top: 8px;
  }
  .sec04 .box .subTitle {
    font-size: 30px;
    margin: 0 0 49px;
  }
  .sec04 .box img {
    width: 500px;
    margin-right: 28px;
  }
  .sec04 .box .pc_flex.reverse img {
    margin-right: 0;
    margin-left: 28px;
  }
  .sec04 .box .flex {
    margin-bottom: 16px;
  }
  .sec04 .box .firstLetter {
    font-size: 94px;
    margin-right: 10px;
  }
  .sec04 .box .flex div {
    width: calc(100% - 104px);
  }
  .sec04 .box .flex div .english {
    font-size: 28px;
  }
  .sec04 .box .flex div .title {
    font-size: 28px;
    border-top: 1px solid #000;
    padding-top: 0.2em;
    margin-top: 0.2em;
  }
  .sec04 .box .flex div .title .sup {
    font-size: 10px;
    vertical-align: top;
  }
  .sec04 .box .pc_flex .text {
    line-height: 2;
  }
  .sec04 .box .flex .caption {
    top: 14px;
  }
  .sec04 .btn_more a {
    text-decoration: underline;
  }
  .sec04 .btn_more a:hover {
    text-decoration: none;
    cursor: pointer;
  }
  .sec04 .box_more {
    display: none;
  }

  .swiper-container {
    width: 1000px;
    padding: 0;
    margin: 0 auto;
  }
  .swiper-wrapper {
    justify-content: space-between;
  }
  .swiper-slide {
    width: 300px;
  }
  .swiper-container .swiper-button-next,
  .swiper-container .swiper-button-prev {
    display: none;
  }
  .swiper-slide > img {
    margin-bottom: 12px;
  }
  .swiper-slide .flex .name {
    font-size: 22px;
  }
  .swiper-slide .flex .name .san {
    font-size: 15px;
  }
  .swiper-slide .flex .spec {
    font-size: 15px;
  }
  .swiper-slide .parts {
    font-size: 15px;
    text-align: left;
    width: 100%;
    padding-top: 5px;
    margin-top: 10px;
    margin-bottom: 18px;
  }
  .swiper-slide .bg_gray {
    font-size: 12px;
    padding: 15px 16px;
    margin-bottom: 16px;
  }
  .swiper-slide .youtubeArea {
    height: 55px;
  }
  .swiper-slide .youtubeArea .icon {
    width: 70px;
    height: 55px;
  }
  .swiper-slide .youtubeArea .icon img {
    width: 47px;
  }
  .swiper-slide .youtubeArea .icon + p {
    font-size: 18px;
    width: calc(100% - 70px);
  }

  .sec06 .box {
    margin-top: 30px;
  }
  .sec06 .box:nth-child(1) {
    margin-top: 0;
  }
  .sec06 .box .imgBox {
    width: 370px;
    background: #EDEDED;
  }
  .sec06 .box .textBox {
    width: 600px;
  }
  .sec06 .box .textBox .midashi {
    font-size: 46px;
    line-height: 1;
    margin-bottom: 20px;
  }
  .sec06 .box .textBox .sub {
    font-size: 24px;
  }
  .sec06 .box .textBox .priceBox {
    margin-top: 24px;
  }
  .sec06 .box .textBox .priceBox .count {
    font-size: 26px;
    width: 91px;
    height: 91px;
  }
  .sec06 .box .textBox .priceBox div img {
    height: 111px;
  }
  .sec06 .box:nth-child(2) .textBox .priceBox div img {
    height: 111px;
  }
  .sec06 .box:nth-child(n+3) .imgBox {
    width: 300px;
  }
  .sec06 > .inner > div:nth-child(3) {
    margin-top: 30px;
  }
  .sec06 > .inner > div:nth-child(3) .box {
    margin-top: 0;
  }
  .sec06 > .inner > div:nth-child(3) .box .imgBox,
  .sec06 > .inner > div:nth-child(3) .box .textBox {
    width: 300px;
  }
  .sec06 > .inner > div:nth-child(3) .box .textBox .midashi {
    font-size: 25px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .sec06 > .inner > div:nth-child(3) .box .textBox .priceBox {
    margin-top: 0;
  }
  .sec06 > .inner > div:nth-child(3) .box .textBox .priceBox .count {
    font-size: 16px;
    width: 51px;
    height: 51px;
  }
  .sec06 > .inner > div:nth-child(3) .box .textBox .priceBox div img {
    height: 54px;
  }

  .sec07 img {
    width: 474px;
  }
  .sec07 .midashi {
    font-size: 28px;
    margin: 19px 0 15px;
  }
  .sec07 .pc_flex div {
    width: 474px;
    padding-bottom: 37px;
  }
  .sec07 .pc_flex:nth-child(2) div {
    padding-bottom: 0;
  }

  #flow ul li {
    width: 300px;
    padding-bottom: 30px;
    margin-top: 0;
  }
  #flow ul li:nth-child(n+4) {
    padding-bottom: 0;
    margin-top: 30px;
  }
  #flow ul li img {
    margin-bottom: 14px;
  }
  #flow ul li .step {
    font-size: 20px;
    width: 82px;
    height: 29px;
    margin: 0 auto 4px;
  }
  #flow ul li .midashi {
    font-size: 22px;
    margin-bottom: 15px;
  }

  #faq .ttl_aco {
    font-size: 22px;
    margin-top: 40px;
  }
  #faq .ttl_aco:nth-child(1) {
    margin-top: 0;
  }
  #faq .ttl_aco .flex:nth-child(1) {
    width: 934px;
    padding-bottom: 10px;
    margin-bottom: 24px;
  }
  #faq .ttl_aco .flex:nth-child(1):before,
  #faq .ttl_aco .flex:nth-child(1):after {
    right: -66px;
    bottom: -3px;
  }
  #faq .ttl_aco .flex:nth-child(1):before {
    width: 34px;
    height: 6px;
  }
  #faq .ttl_aco .flex:nth-child(1):after {
    width: 6px;
    height: 34px;
    transform: translateX(-14px) translateY(14px);
  }
  #faq .ttl_aco .q {
    width: 46px;
    margin-right: 15px;
  }
  #faq .ttl_aco .q_text {
    width: calc(100% - 61px);
  }
  #faq .ttl_aco .flex:nth-child(2) {
    width: 827px;
    margin-left: 104px;
  }
  #faq .ttl_aco .a {
    width: 38px;
    margin-right: 23px;
  }
  #faq .ttl_aco .a_text {
    color: var(--gold);
    width: calc(100% - 60px);
  }
  #faq .body_aco {
    font-size: 18px;
    width: 827px;
    margin-top: 40px;
    margin-left: 104px;
  }
  #faq .body_aco .link {
    text-align: right;
  }

  #doctor img {
    width: 375px;
    margin-right: 38px;
  }
  #doctor .nameBox {
    margin-top: 0;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  #doctor .nameBox .sub {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 12px;
  }
  #doctor .nameBox .name {
    font-size: 31px;
    line-height: 1;
  }

  #clinic .midashi {
    font-size: 41px;
  }
  #clinic ul li {
    font-size: 17px;
    width: 130px;
    height: 50px;
    margin-top: 17px;
  }

  .sp,
  .sp_b {
    display: none;
  }
  .pc {
    display: inline;
  }
  .pc_b {
    display: block;
  }
}

/* swiper */
.slider2 {
  padding: 0 calc(100vw / var(--viewport) * 30);
  position: relative;
}
.slider2 .swiper-wrapper .swiper-slide {
  font-size: calc(100vw / var(--viewport) * 22);
  text-align: left;
  margin-top: 0 !important;
}
.slider2 .swiper-button-prev,
.slider2 .swiper-button-next {
  width: calc(100vw / var(--viewport) * 37);
  height: calc(100vw / var(--viewport) * 37);
  background: url(../img/icon_arrow.png) center center no-repeat;
  background-size: 100% auto;
}
.slider2 .swiper-button-prev {
  left: calc(100vw / var(--viewport) * 50);
  transform: scale(-1, 1);
}
.slider2 .swiper-button-next {
  right: calc(100vw / var(--viewport) * 50);
}
.slider2 .swiper-button-next.swiper-button-disabled,
.slider2 .swiper-button-prev.swiper-button-disabled {
  display: none !important;
}
@media screen and (min-width:768px) {
  .slider2 .swiper-wrapper {
    width: 1000px;
    flex-wrap: wrap;
    margin: 0 auto;
  }
  .slider2 .swiper-wrapper .swiper-slide {
    font-size: 14px;
  }
  .slider2 .swiper-button-prev,
  .slider2 .swiper-button-next {
    display: none;
  }
}

@media screen and (min-width:768px) {
  .l_bnr {
    width: 90%;
    max-width: 1000px;
    margin: 60px auto 0;
  }
}

.bnr {
  display: block;
}

.bnr  img {
  width: 100%;
  height: auto;
  display: block;
}

/* 241029 10周年CP用 */
@media screen and (min-width:768px) {
  .sec06 .box .textBox .midashi {
    position: relative;
  }
  .sec06 .box .textBox .midashi:after {
    /* content: '';
    position: absolute;
    top: calc(50% + 0.05em);
    right: 0;
    transform: translate(0,-50%);
    width: 222px;
    height: 46px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('/assets/img/common/cp_10th_h_2.webp'); */
  }
  .sec06 > .inner > div:nth-child(3) .box .textBox .midashi:after {
    right: 0;
    width: 145px;
    height: 30px;
  }
}
@media screen and (max-width:767px) {
  .sec06 .box .textBox .midashi {
    position: relative;
  }
  .sec06 .box .textBox .sub {
    position: relative;
  }
  .sec06 .box .textBox .midashi:after {
    /* content: '';
    position: absolute;
    top: calc(50% + 0.05em);
    right: 0;
    transform: translate(0,-50%);
    width: 18.6vw;
    height: 9.4vw;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('/assets/img/common/cp_10th_h_1.webp'); */
  }
  /* .sec06 > .inner > div:nth-child(2) .textBox .midashi:after {
    display: none;
  }
  .sec06 > .inner > div:nth-child(2) .textBox .sub:after {
    content: '';
    position: absolute;
    top: calc(50% + 0.05em);
    right: 16.8vw;
    transform: translate(0,-50%);
    width: 39.4vw;
    height: 8.2vw;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('/assets/img/common/cp_10th_h_2.webp');
  } */
}
