@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

html {
  font-size: 16px;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

img {
  width: 100%;
  height: 100%;
}

.flex {
  display: flex;
}

.headline {
  border-bottom: 2px solid gray;
  font-size: 1.875rem;
  font-weight: inherit;
  padding-bottom: 0.6rem;
  letter-spacing: 0.06rem;
  line-height: 36px;
  margin: 1rem 0;
  font-family: "Lato", sans-serif;
}

.mx {
  max-width: 960px;
  margin: 0 auto;
}

.Topic {
  display: flex;
  gap: 2rem;
  border-bottom: 1px solid black;
  padding-bottom: 0.6rem;
}

.ttl {
  font-size: 70px;
  line-height: 84px;
  color: #debbcb;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}

.subttl {
  font-size: 1.5rem;
  transform: translateY(14px);
  font-weight: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
}

.gold {
  color: #bfba92;
}

.brown {
  color: #817963;
}

.roundPink {
  background-image: url(../img/round_1.png);
  background-position: center;
  background-size: cover;
}

.roundWhite {
  background-image: url(../img/round_2.png);
  background-position: center;
  background-size: cover;
}

.roundPink-change {
  background-image: url(../img/round_1.png);
  background-position: center;
  background-size: cover;
}

.roundWhite-change {
  background-image: url(../img/round_2.png);
  background-position: center;
  background-size: cover;
}

.transY-5 {
  transform: translateY(5px);
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.cristal-body {
  position: relative;
}

.cristal1 {
  position: absolute;
  top: -200px;
  right: -400px;
  width: 623px;
  aspect-ratio: 1/1;
  z-index: -2;
  transform: rotate(-25deg);
}

.cristal2 {
  position: absolute;
  top: 500px;
  left: -450px;
  width: 623px;
  aspect-ratio: 1/1;
  z-index: -2;
  transform: rotate(100deg);
}

.position {
  position: absolute;
}

.MB-block {
  display: none;
}

.PC-block {
  display: block;
}

.JP {
  font-family: "Noto Sans JP", sans-serif;
}

.gosic {
  font-family: "yu-gothic-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
}

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

.os {
  font-family: "Oswald", sans-serif;
}

header {
  padding: 1.6875rem;
  background-color: white;
  align-items: center;
}
header .modal {
  display: none;
}

.headerLogo{
  width: 200px;
}

.headerMenu {
  margin-left: auto;
}
.headerMenu-ul {
  gap: 2rem;
}
.headerMenu__list:hover {
  opacity: 0.7;
}

main {
  overflow: hidden;
}
main.active {
  margin-top: 70px;
}

.FV {
  margin: 0px 0 6rem;
  position: relative;
}
.FV-slide-items {
  width: 100%;
  height: 100%;
}

.FV-slide-items li{
  display: none;
}

.slick-initialized li{
  display: block;
}

.news {
  margin-bottom: 4rem;
}
.news-block {
  gap: 2rem;
  padding: 1rem 0;
}

.news__link:hover {
  opacity: 0.7;
}

.pickUp {
  justify-content: space-between;
  gap: 2%;
  margin: 2rem 0 4rem;
}
.pickUp-block img {
  -o-object-fit: cover;
     object-fit: cover;
}

.moreBtn {
  text-align: center;
  display: block;
  margin-bottom: 3rem;
}

.moreBtn-a {
  display: inline-block;
  background-color: white;
  border-radius: 2rem;
  padding: 0.6rem 3rem;
  color: #e4b9d0;
  text-align: center;
  font-size: 1.125rem;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  border: 4px solid #debbcb;
  transition: all 0.3s;
}
.moreBtn-a:hover {
  color: white;
  background-color: #e4b9d0;
}

.Concept {
  background-image: url();
}

.concept {
  margin: 2rem 0 6rem;
  background-image: url(../img/concept.jpg);
  background-position: center;
  background-size: cover;
  padding: 1rem 0 0rem 0;
}
.concept__contents {
  margin-top: 4rem;
  padding-bottom: 4rem;
}
.concept__contents-ttl {
  border-left: 8px solid #debbcb;
  padding-left: 1rem;
  font-size: 2rem;
  line-height: 3rem;
  max-width: 548px;
}
.concept__contents-text {
  padding-top: 1rem;
  font-size: 0.875rem;
  line-height: 2rem;
  letter-spacing: 0.04rem;
  max-width: 548px;
}
.concept__contents-subttl {
  max-width: 548px;
}

.plan {
  margin: 3rem 0 8rem;
}
.plan .tab-right {
  text-align: right;
}
.plan .tabs {
  display: inline-block;
}
.plan .tabs .tab {
  display: inline-block;
  padding: 0.5rem 2rem;
  cursor: pointer;
  margin-right: -1px;
  color: white;
  font-family: "Noto Sans JP", sans-serif;
}
.plan .contents {
  display: none;
  border: 1px solid #ccc;
  margin-top: -1px;
  display: none;
}
.plan .contents.active {
  display: block;
}
.plan .content {
  border: 35px solid #edebec;
}
.plan .content-detail {
  width: 60%;
  padding: 1rem 0 1rem 1rem;
  background-color: #fff;
}
.plan .content-detail-price {
  font-size: 1.875rem;
  border-bottom: 1px solid black;
  letter-spacing: 0.3rem;
  font-family: "Lato", sans-serif;
}
.plan .content-detail-menu {
  font-size: 1.5rem;
  margin-top: 1rem;
  font-family: "Noto Sans JP", sans-serif;
}
.plan .content-detail .pinkBig {
  font-size: 3rem;
  color: #debbcb;
}
.plan .content-detail .BrownBig {
  font-size: 3rem;
  color: #817963;
}
.plan .content-detail .GoldBig {
  font-size: 3rem;
  color: #bfba92;
}
.plan .content-detail .grayBig {
  font-size: 2rem;
  color: #bfba92;
  padding: 0 0.5rem;
}
.plan .content-detail-sum {
  font-size: 1.375rem;
  font-family: "Noto Sans JP", sans-serif;
}
.plan .content-detail .priceBtn {
  font-size: 1.2rem;
  color: #debbcb;
  border: 1px solid #debbcb;
  border-radius: 1rem;
  padding: 0.2rem 2rem;
  transform: translateY(-5px);
  position: relative;
  display: inline-block;
  margin-right: 0.5rem;
  transition: all 0.3s;
}
.plan .content-detail .priceBtn:hover {
  color: #fff;
  background: #debbcb;
}
.plan .content-detail .priceBtn.gold {
  color: #bfba92;
  border: 1px solid #bfba92;
}
.plan .content-detail .priceBtn.gold:hover {
  color: #fff;
  background: #bfba92;
}
.plan .content-detail .priceBtn.gold::after {
  background-image: url(../img/arrow-02.png);
  background-position: center;
  background-size: cover;
}
.plan .content-detail .priceBtn.brown {
  color: #817963;
  border: 1px solid #817963;
}
.plan .content-detail .priceBtn.brown:hover {
  color: #fff;
  background: #817963;
}
.plan .content-detail .priceBtn.brown::after {
  background-image: url(../img/arrow-03.png);
  background-position: center;
  background-size: cover;
}
.plan .content-detail .priceBtn::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  width: 8px;
  height: 8px;
  background-image: url(../img/arrow.png);
  background-position: center;
  background-size: cover;
}
.plan .content-detail .align-right {
  text-align: right;
  margin-right: 3.5rem;
  font-size: 0.875rem;
}
.plan .content-detail-text {
  gap: 1rem;
  flex-direction: column;
  border: 1px solid #debbcb;
  padding: 1.5rem 1rem 1.5rem 3rem;
  margin: 2rem 3.2rem 0 0;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
}
.plan .content-detail-text::before {
  content: "こんな方にオススメ";
  position: absolute;
  top: -1rem;
  left: 1rem;
  padding: 0.2rem 2rem;
  color: white;
  background-color: #e4b9d0;
}
.plan .content-detail-text.gold {
  border: 1px solid #bfba92;
}
.plan .content-detail-text.gold::before {
  background-color: #bfba92;
}
.plan .content-detail-text.brown {
  border: 1px solid #817963;
}
.plan .content-detail-text.brown::before {
  background-color: #817963;
}
.plan .content-detail-text .toPerson {
  font-size: 0.875rem;
  position: relative;
  color: black;
}
.plan .content-detail-text .toPerson::before {
  content: "◆";
  color: #debbcb;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -1.6rem;
}
.plan .content-detail-text .toPerson.gold::before {
  color: #bfba92;
}
.plan .content-detail-text .toPerson.brown::before {
  color: #817963;
}
.plan .content-img {
  width: 40%;
}
.plan .content-img img {
  -o-object-fit: cover;
     object-fit: cover;
}
.plan #tab1 {
  background-color: #debbcb;
}
.plan #tab2 {
  background-color: #bfba92;
}
.plan #tab3 {
  background-color: #817963;
}
.plan .grantea {
  background-color: #debbcb;
  color: white;
  padding: 1rem 0 1rem 2rem;
  margin-top: 1rem;
  font-size: 1.5rem;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
}
.plan .grantea::after {
  content: "+";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
}

.merit {
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 2rem;
  margin-bottom: 6rem;
}
.merit__block {
  width: 258.91px;
  height: 258.91px;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
}
.merit .roundPoint {
  color: #debbcb;
  font-family: "Oswald", sans-serif;
}
.merit .roundPoint .point {
  border-bottom: 1px solid #debbcb;
  font-size: 1.25rem;
  display: inline-block;
}
.merit .roundPoint .number {
  font-size: 3.125rem;
  transform: translateY(-10px);
}
.merit .roundText {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.375rem;
  transform: translateY(-10px);
}
.merit .roundText .font19 {
  font-size: 1.1875rem;
}

.menu {
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2rem 0;
  margin: 3rem 0 6rem;
}
.menu a {
  display: block;
  width: 460.8px;
}
.menu__link {
  transition: all 0.3s;
}
.menu__link:hover {
  opacity: 0.7;
}
.menu__block {
  width: 100%;
  background-color: #f7f6f3;
}
.menu__block-text {
  padding: 1rem 0 0 0;
  text-align: center;
  font-size: 1.625rem;
  font-family: "Noto Sans JP", sans-serif;
}
.menu__block-img {
  width: 100%;
  height: auto;
  padding: 1rem 2rem;
  aspect-ratio: 2.2/1;
}
.menu__block-img img {
  -o-object-fit: cover;
     object-fit: cover;
}
.menu .goldBlock {
  border-radius: 1.25rem 1.25rem 0 0;
  background-color: #bfba92;
  height: 10px;
  width: 100%;
}

.search {
  background-image: url(../img/face-point.png);
  background-position: center;
  background-size: cover;
  aspect-ratio: 2.3/1;
  margin-bottom: 6rem;
  position: relative;
  margin-top: 2rem;
  flex: 0 0 58rem;
}
.search .position {
  top: 1rem;
  left: calc((100vw - 960px) / 2);
}
.search .searchTtl {
  display: inline-block;
  padding: 2rem 13rem 1rem 0;
  font-size: 1.875rem;
  font-family: "Lato", sans-serif;
  font-weight: lighter;
}
.search .searchText {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  border-left: 8px solid #bfba92;
  padding-left: 2rem;
}
.search .searchBtn {
  background-color: #fff;
  border: 1px solid #debbcb;
  color: #debbcb;
  border-radius: 30px;
  display: inline-block;
  text-align: center;
  padding: 0.6vh 0;
  width: calc((960px - 28vw) / 2);
  font-size: 1.125rem;
  cursor: pointer;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  transition: all 0.3s;
}
.search .searchBtn:hover {
  color: white;
  background-color: #debbcb;
}
.search .searchBtn:hover::after {
  color: #fff;
}
.search .searchBtn::after {
  content: "";
  color: #debbcb;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background-image: url(../img/arrow.png);
  background-position: center;
  background-size: cover;
}
.search .searchBody {
  justify-content: space-between;
  width: 100%;
}
.search .searchBody-column {
  display: flex;
  flex-direction: column;
  gap: 3.4782608696vw;
  margin-top: 17.3913043478vw;
}

.gray {
  background-color: #edebec;
  margin: 2rem 0 8rem;
  width: 100%;
}

.change {
  margin-bottom: 6rem;
}
.change__block {
  padding: 2rem 0;
  margin: 1rem 1rem 7rem;
  aspect-ratio: 1/1;
  width: 20vw;
}
.change .change__block-texts {
  gap: 2rem;
  padding: 0.5rem;
}
.change .change-text {
  font-size: 0.825rem;
  font-family: "yu-gothic-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.flow {
  flex-direction: column;
  gap: 2rem 0;
  margin: 2rem 0 6rem;
}
.flow__block {
  background-color: #fff;
}
.flow__block-content {
  border: 8px solid #e3e3e3;
  border-left: none;
  padding-left: 4rem;
  padding-right: 2rem;
}
.flow__block-step {
  background-image: url(../img/icon-box.jpg);
  background-position: center;
  background-size: cover;
  color: white;
  padding: 0.5rem 3rem;
  width: 220px;
}
.flow .stepTtl {
  font-size: 1.5rem;
  padding: 12px 0 10px;
  font-family: "Noto Sans JP", sans-serif;
}
.flow .stepText {
  font-size: 0.875rem;
  padding-bottom: 1rem;
  font-family: "yu-gothic-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.flow .step {
  font-size: 2rem;
  text-align: center;
}
.flow .step-icon {
  margin: 0 auto;
}
.step-icon1{
  width: 40px;
}
.step-icon2{
  width: 46px;
}
.step-icon3{
  width: 56px;
}
.flow .stepNumber {
  font-size: 3rem;
}

.clinic {
  justify-content: space-between;
  margin-bottom: 6rem;
}
.clinic__block {
  width: 45%;
  padding: 2rem 2rem 0 0;
  height: 300px;
}

.question {
  width: 100%;
  gap: 1rem;
  flex-direction: column;
  margin-bottom: 6rem;
}
.question__block {
  margin-top: 2rem;
  width: 100%;
}
.question__block .Q {
  padding: 1rem 0 1rem 2rem;
  background-image: url(../img/Q&A.jpg);
  background-position: center;
  background-size: cover;
  color: white;
  font-size: 1.375rem;
  position: relative;
  cursor: pointer;
  font-family: "Noto Sans JP", sans-serif;
  transition: all 0.3s;
}
.question__block .accordion__bar1,
.question__block .accordion__bar2 {
  position: absolute;
  background: #fff;
}
.question__block .accordion__bar1 {
  width: 18px;
  height: 3px;
  top: 30px;
  right: 23px;
}
.question__block .accordion__bar2 {
  width: 3px;
  height: 18px;
  top: 22px;
  right: 30px;
  transition: all 0.3s;
}
.question__block .accordion__bar2.is-open {
  transform: rotate(90deg);
}
.question__block .granteaContent {
  gap: 1.2rem;
  flex-direction: column;
  font-size: 0.875rem;
  border: 8px solid #e3e3e3;
  border-top: none;
  background-color: #fff;
  display: none;
  padding: 1rem 0;
  transition: all 0.3s;
}
.question__block .granteaContent.open {
  display: block;
  transition: all 0.3s;
}
.question__block .textPlan {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  color: black;
  padding: 1rem 1rem 1rem 3rem;
}
.question__block .textPlan::before {
  content: "◆";
  color: #debbcb;
  position: absolute;
  top: 1rem;
  left: 1rem;
}
.question__block .A {
  background-color: #fff;
  padding: 1rem 1rem 1rem 2rem;
  font-size: 0.875rem;
  border: 8px solid #e3e3e3;
  border-top: none;
  display: none;
  transition: all 0.3s;
}
.question__block .A.open {
  display: block;
  transition: all 0.3s;
}

.doctor-body {
  background-image: url(../img/doctor-1.jpg);
  background-position: center;
  background-size: cover;
  aspect-ratio: 3.5/1;
  margin-bottom: 6rem;
}

.doctor__content {
  max-width: 548px;
  padding-top: 1rem;
  margin: 2rem 0 0;
}
.doctor__content-topic {
  padding: 1rem 0 1rem 1rem;
  font-size: 2rem;
  font-weight: inherit;
  letter-spacing: 0.06rem;
  line-height: 36px;
  margin: 1rem 0;
  border-left: 8px solid #bfba92;
  font-family: "Noto Sans JP", sans-serif;
}
.doctor__content-text {
  font-family: "yu-gothic-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.homeCare {
  background-image: url(../img/cosmetic.jpg);
  background-position: center;
  background-size: cover;
  aspect-ratio: 2.6/1;
  margin: 2rem 0 8rem;
}
.homeCare .btn {
  position: relative;
  width: 100%;
  height: 100%;
}
.homeCare .btn .homeCareBtn {
  cursor: pointer;
  position: absolute;
  bottom: 2rem;
  left: 0;
  padding: 0.8rem 7rem;
  background-color: #bfba92;
  color: white;
  border: none;
  font-family: "Noto Sans JP", sans-serif;
}
.homeCare .btn .homeCareBtn:hover {
  opacity: 0.7;
}
.homeCare .btn .homeCareBtn::after {
  content: "＞";
  color: white;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
}

.column {
  margin-bottom: 5rem;
}
.column__block {
  border-bottom: 1px solid #707070;
  margin-top: 1.5rem;
  padding-bottom: 0.8rem;
  gap: 2rem;
}
.column__block:hover {
  opacity: 0.7;
}
.column__block-img {
  width: 30%;
  height: auto;
  aspect-ratio: 1/1;
}
.column__block .column-ttl {
  font-size: 1.5rem;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}
.column__block .column-text {
  font-family: "yu-gothic-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 1rem;
}
.column .column__detail {
  gap: 2rem;
}
.column .column__detail-img {
  width: 30%;
  height: auto;
}
.column .column__detail-name {
  font-family: "yu-gothic-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.column-btn {
  margin-top: 3rem;
}

.column__link:hover {
  opacity: 0.7;
}

.slanting {
  fill: #e4b9d0;
  transform: translateY(9px);
  position: relative;
  z-index: -3;
}

.footerUpper {
  text-align: center;
  color: white;
  background-color: #e4b9d0;
  font-size: 1.5rem;
  position: relative;
  font-family: "Lato", sans-serif;
  transform: translateY(1px);
}
.footerUpper::after {
  content: "＾";
  position: absolute;
  top: -2.4rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 4rem;
}

.footerContent {
  background-color: #e4b9d0;
  padding: 2rem 0 5rem;
}

.footerWrapper {
  gap: 1rem;
}
.footerWrapper .footerRight {
  width: 30%;
}

.footerMiddle {
  justify-content: space-between;
  gap: 0.6rem;
}
.footerMiddle__block-logo{
  width: 200px;
  margin-inline: auto;
}
.footerMiddle__block .footerImg {
  width: 100%;
  height: auto;
}
.footerMiddle__block .Address {
  color: white;
  font-style: normal;
  flex-direction: column;
  margin-top: 0.6rem;
  gap: 0.6rem;
}
.footerMiddle__block .footerBtn {
  background-color: white;
  border-radius: 2rem;
  padding: 0.6rem 3rem;
  color: #e4b9d0;
  margin-top: 2rem;
  text-align: center;
  font-size: 1.125rem;
  font-weight: bold;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  border: 4px solid #debbcb;
}
.footerMiddle__block .footerBtn::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 3rem;
  width: 8px;
  height: 8px;
  background-image: url(../img/arrow.png);
  background-position: center;
  background-size: cover;
}
.footerMiddle__block .footerBtn:hover {
  opacity: 0.7;
}
.footerMiddle .footerLeft {
  width: 45%;
}
.footerMiddle .footerCenter {
  width: 50%;
}

.footerMenu {
  flex-direction: column;
  gap: 1rem 0;
  color: white;
  border-left: 2px solid white;
  padding-left: 2rem;
}
.footerMenu__list {
  white-space: nowrap;
}
.footerMenu__list a:hover {
  opacity: 0.7;
}

.footerLower {
  text-align: center;
  font-size: 0.75rem;
}

.modal-btn{
  display: none;
}

@media screen and (max-width: 1160px){
  header{
    padding: .6875rem;
  }
  header .modal {
    display: block;
  }
  header.active {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
  }
  .headerLogo{
    width: 60px;
  }
  .headerMenu {
    display: none;
  }
  .modal-btn {
    position: absolute;
    top: 16px;
    right: 20px;
    width: 30px;
    height: 50px;
    z-index: 1000;
    display: block;
  }
  .modal-btn .modalSpan {
    background-color: black;
    height: 1px;
    width: 30px;
    transition: 0.5s;
  }
  .modal-btn .modalSpan.active {
    background-color: white;
  }
  .modal-btn .modalSpan:nth-of-type(1) {
    position: absolute;
    top: 10px;
    right: 0px;
  }
  .modal-btn .modalSpan:nth-of-type(1).active {
    transform: rotate(45deg);
    position: absolute;
    top: 20px;
    right: 0px;
  }
  .modal-btn .modalSpan:nth-of-type(2) {
    position: absolute;
    top: 18px;
    right: 0px;
  }
  .modal-btn .modalSpan:nth-of-type(2).active {
    display: none;
  }
  .modal-btn .modalSpan:nth-of-type(3) {
    position: absolute;
    top: 26px;
    right: 0px;
  }
  .modal-btn .modalSpan:nth-of-type(3).active {
    transform: rotate(-45deg);
    position: absolute;
    top: 20px;
    right: 0px;
  }
  .modal {
    position: relative;
    position: fixed;
    top: 0;
    width: 100vw;
    height: 100vh;
    right: -100vw;
    transition: 1s;
    background-color: #debbcb;
    text-align: left;
    z-index: 999;
    padding-top: 20px;
  }
  .modal ul {
    display: flex;
    margin-top: 50px;
    flex-direction: column;
    gap: 40px;
  }
  .modal ul li {
    border-bottom: 1px solid white;
    padding-left: 30px;
    position: relative;
  }
  .modal ul li a {
    font-size: 24px;
    color: white;
    display: block;
    width: 100%;
  }
  .modal ul li::after {
    content: "+";
    position: absolute;
    top: -10px;
    right: 30px;
    font-size: 30px;
    color: white;
  }
  .modal.active {
    transform: translateX(-100vw);
    transition: 1s;
  }
}

@media screen and (max-width: 960px) {
  html {
    font-size: 14px;
  }
  .Topic {
    flex-direction: column;
    gap: 0rem;
    text-align: center;
  }
  .ttl {
    font-size: 4.2rem;
  }
  .subttl {
    transform: translateY(0px);
  }
  .headline {
    font-size: 3rem;
  }
  .mx {
    max-width: 640px;
    margin: 0 auto;
  }
  .MB-block {
    display: block;
  }
  .PC-block {
    display: none;
  }

  .news-block {
    font-size: 1.6rem;
  }
  .pickUp {
    gap: 4% 2%;
    margin: 2rem 0 8rem;
    flex-wrap: wrap;
  }
  .pickUp-block {
    width: 48%;
    margin-top: 1rem;
  }
  .concept {
    background-image: none;
    background-position: center;
    background-size: cover;
  }
  .concept__contents-ttl {
    font-size: 1.8rem;
    margin: 1.5rem 0;
  }
  .concept__contents-text {
    font-size: 1.4rem;
    line-height: 3rem;
  }
  .concept__contents-subttl {
    margin-top: 4rem;
  }
  .plan .content {
    border: 10px solid #edebec;
    flex-direction: column-reverse;
  }
  .plan .content-detail {
    width: 100%;
  }
  .plan .content-detail-sum {
    padding: 0 1.2rem 0 0;
  }
  .plan .content-detail .priceBtn {
    transform: translateY(-3px);
  }
  .plan .content-detail .align-right {
    margin-right: 1.2rem;
  }
  .plan .content-detail-text {
    margin: 2rem 1.2rem 0 0;
  }
  .plan .content-img {
    width: 100%;
  }
  .merit {
    padding-top: 2rem;
    margin-bottom: 8rem;
  }
  .merit__block {
    width: 48%;
    height: auto;
    aspect-ratio: 1/1;
  }
  .merit .roundPoint .point {
    font-size: 1.25rem;
  }
  .merit .roundPoint .number {
    font-size: 3.125rem;
  }
  .merit .roundPink-change {
    background-image: url(../img/round_2.png);
    background-position: center;
    background-size: cover;
  }
  .merit .roundWhite-change {
    background-image: url(../img/round_1.png);
    background-position: center;
    background-size: cover;
  }
  .menu a {
    width: 100%;
  }
  .menu__block {
    width: 100%;
  }
  .menu__block-img img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .search {
    background-image: url(../img/faceAll-sp.png);
    background-position: center;
    background-size: cover;
    aspect-ratio: 1.1/1;
  }
  .search .position {
    display: none;
  }
  .search .searchBtn {
    padding: 1vh 0;
    width: 35vw;
    font-size: 1.1rem;
    border: 2px solid #debbcb;
  }
  .search .transY-sp {
    transform: translateY(8vh);
  }
  .search .searchBody {
    width: 100%;
  }
  .search .searchBody-column {
    gap: 5.4545454545vw;
    margin-top: 30.9090909091vw;
  }
  .change__block {
    width: 36vw;
    margin: 1rem 1rem 5rem;
    padding: 1rem 0;
  }
  .clinic {
    flex-direction: column;
  }
  .clinic__block {
    width: 100%;
    padding: 2rem 0;
    height: auto;
    font-size: 1.2rem;
  }
  .doctor-body {
    background-image: none;
    background-position: center;
    background-size: cover;
  }
  .doctor-body .doctorImg {
    margin: 2rem 0 1rem;
  }
  .doctor__content {
    margin: 2rem 0 0;
  }
  .doctor__content-topic {
    padding: 0.4rem 0 0.4rem 2rem;
    font-size: 1.8rem;
    margin: 1rem 0 1.6rem;
  }
  .doctor__content-text {
    font-size: 1.4rem;
    line-height: 3rem;
  }
  .homeCare {
    background-image: url(../img/cosmetic-sp.jpg);
    background-position: center;
    background-size: cover;
    aspect-ratio: 1.6/1;
    margin: 2rem 0 12rem;
  }
  .homeCare .btn .homeCareBtn {
    width: calc(100vw - 4.8rem);
    bottom: -6rem;
    left: 0;
    padding: 0.8rem 7rem;
    font-size: 1.6rem;
  }
  .homeCare .btn .homeCareBtn::after {
    right: 1rem;
  }
  .column__block {
    gap: 1rem;
  }
  .column__block-img {
    aspect-ratio: 1/1;
    width: 100%;
  }
  .column__block .column-text {
    padding: 1rem 0 1rem 0;
  }
  .column .column__detail {
    gap: 1rem;
  }
  .column .column__detail-img {
    width: 60%;
    height: auto;
  }
  .slanting {
    transform: translateY(47px);
    padding-top: 3rem;
  }
  .footerUpper {
    font-size: 2.4rem;
    background-color: inherit;
  }
  .footerUpper::after {
    top: -3rem;
  }
  .footerMiddle {
    flex-direction: column-reverse;
  }
  .footerMiddle .footerLeft {
    width: 100%;
  }
  .footerMiddle .footerCenter {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
  }
  .footerMiddle .footerCenter .footerImg {
    width: 50%;
  }
  .footerMiddle__block .Address {
    flex: 1;
  }
  .footerMiddle__block .footerBtn {
    border-radius: 4rem;
    padding: 1.2rem 4rem;
    margin: 2rem;
    font-size: 1.5rem;
  }
  .footerMiddle__block-logo{
    margin-top: 20px;
  }
  .footerWrapper {
    gap: 1rem;
    flex-direction: column-reverse;
  }
  .footerWrapper .footerRight {
    width: 100%;
  }
  .footerMenu {
    flex-direction: column;
    gap: 1rem 0;
    color: white;
    border-left: none;
    text-align: center;
    padding-left: 0;
    font-size: 1.6rem;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 640px) {
  html {
    font-size: 10px;
  }
  .mx {
    max-width: none;
    margin: 0 2rem;
  }
  .search .transY-sp {
    transform: translateY(4vh);
  }
  .flow__block {
    height: auto;
  }
  .flow__block-content {
    padding: 1rem;
  }
  .flow__block-step {
    padding: 1rem 3rem;
  }
  .flow .stepTtl {
    padding: 0 0 0.5rem;
  }
  .flow .stepText {
    padding: 0;
    line-height: 1.4rem;
  }
  .step-icon1{
    width: 32px;
  }
  .step-icon2{
    width: 37px;
  }
  .step-icon3{
    width: 40px;
  }
  .slanting {
    transform: translateY(34px);
  }
  .question__block .accordion__bar1 {
    width: 11px;
    height: 2px;
    top: 19px;
    right: 20px;
  }
  .question__block .accordion__bar2 {
    width: 2px;
    height: 11px;
    top: 15px;
    right: 24px;
  }
}