.mb_05vw {
  margin-bottom: 0.5vw;
}
@media (max-width: 750px) {
  .mb_05vw {
    margin-bottom: 2vw;
  }
}
.mb_1vw {
  margin-bottom: 1vw;
}
@media (max-width: 750px) {
  .mb_1vw {
    margin-bottom: 3vw;
  }
}
.mb_2vw {
  margin-bottom: 2vw;
}
@media (max-width: 750px) {
  .mb_2vw {
    margin-bottom: 5vw;
  }
}

.wrap {
  margin: 0 auto;
  width: 550px;
  background-color: #fff;
  font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN W6", sans-serif;
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 1.5;
  color: #464646;
}
@media (max-width: 750px) {
  .wrap {
    width: 100%;
  }
}

.cta_wrap {
  background: url("https://ariel.clinic/official/wp-content/themes/arielcl-2021/lp/kumatarumi/images/fv_04.webp") center / cover no-repeat;
  width: 100%;
  padding: 1.7vw 2vw 2vw;
}
.cta_wrap li {
  margin-top: 0.3vw;
}
@media (max-width: 750px) {
  .cta_wrap {
    padding: 4vw 5vw 5vw;
  }
  .cta_wrap li {
    margin-top: 1vw;
  }
}

.header_wrap {
  color: #fff;
  text-align: center;
  background: #01B1A6;
  padding: 0.5vw;
}
.header_wrap img {
  width: 50%;
}

.clinic_wrap {
  background: linear-gradient(
    to bottom,
    #f1f2f3 0%,
    #ebf7f9 100%
  );
  padding: 2vw;
}
@media (max-width: 750px) {
  .clinic_wrap {
    padding: 5vw;
  }
  .header_wrap {
    padding: 1.5vw;
  }
}

.clinic_wrap .clinic_wrap_inner {
  background: #fff;
  padding: 1.5vw;
}
@media (max-width: 750px) {
  .clinic_wrap .clinic_wrap_inner {
    padding: 4.5vw;
  }
}

/*
.clinic_address {
  display: flex;
  justify-content: space-between;
}
.clinic_address dt {
  width: 30%;
}
.clinic_address dd {
  width: 68%;
}
*/

.introduction_wrap {
  background: url("https://ariel.clinic/official/wp-content/themes/arielcl-2021/lp/kumatarumi/images/introduction_bg.webp") center / cover no-repeat;
  padding-bottom: 2vw;
}
.introduction_case {
  padding: 0 1vw 1vw;
}
.introduction_case li {
  margin-top: 1vw;
}
@media (max-width: 750px) {
  .introduction_wrap {
    padding-bottom: 5vw;
  }
  .introduction_case {
    padding: 0 2vw 2vw;
  }
  .introduction_case li {
    margin-top: 2vw;
  }
}

.qa_wrap {
  background: #f3f2ee;
}
.qa_inner {
  padding: 2vw;
}
.qa_inner_ttl {
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 30%,
    rgba(255, 255, 255, 1) 70%,
    rgba(255, 255, 255, 0) 100%
  );
  padding: 1vw;
  color: #01B1A6;
  text-align: center;
  font-weight: bold;
}
.qa_detail {

}
.qa_detail dd {
  padding: 1vw;
}
.qa_detail dt {
  position: relative;
  background: #D8E9E9;
  color: #01B1A6;
  font-weight: bold;
  border-radius: 6px;
  padding: 1vw 2.5vw;
}
.qa_detail dt.is-open {
  border-radius: 6px 6px 0 0;
}
.qa_detail dt:before {
  content: "Q. ";
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  font-weight: bold;
  transition: transform 0.2s ease;
}
.qa_detail dt::after {
  content: "＋";
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  font-weight: bold;
  transition: transform 0.2s ease;
}
.qa_detail dt.is-open::after {
  content: "－";
}
.qa_detail dd {
  display: none;
  background: #fff;
  border-radius: 0 0 6px 6px;
}
@media (max-width: 750px) {
  .qa_inner {
    padding: 5vw;
  }
  .qa_inner_ttl,
  .qa_detail dd {
    padding: 3vw;
  }
  .qa_detail dt {
    padding: 3vw 5vw 3vw 8vw;
  }
}

.map-wrap {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 の比率（縦横比を維持） */
  height: 0;
  overflow: hidden;
}

.map-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.flow_wrap {
  background: linear-gradient(to bottom, #FFFDED, #F0D7D7);
}
.flow_inner {
  padding: 1.5vw;
}
@media (max-width: 750px) {
  .flow_inner {
    padding: 4vw;
  }
}
.flow_wrap .slick-arrow {
  
}
.flow_wrap .slick-prev {
  z-index: 9999999;
  left: -10px;
}
.flow_wrap .slick-next {
  right: -10px;
}
.flow_wrap .slick-prev:before {
    content: '◀';
    color: #B68A8A;
    font-weight: bold;
}
.flow_wrap .slick-next:before {
    content: '▶';
    color: #B68A8A;
    font-weight: bold;
}
.flow_wrap .slick-dots li.slick-active button:before {
  color: #B68A8A;
}
.slick-slide img {
  max-width: 100%;
  height: auto;
  display: block;
}
.slick-track {
  display: flex !important;
  align-items: flex-start; /* 上揃えにする */
}
.slick-slide {
  height: auto !important;
}

.footer_wrap {
  margin: 0 auto;
  color: #fff;
  text-align: center;
  background: #01B1A6;
  padding: 2vw;
}

@media (min-width: 750px) {
    .footer_wrap,
    .fixedbtn {
        width: 550px !important;
    }
}