.ly_page-mv {
  background-size: cover;
  background-position: left center;
  background-image: url("../img/page-ttl.webp");
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: clamp(260px, 40vw, 450px);
  text-shadow:
    0 0 6px rgba(255, 255, 255, 0.9), 0 0 12px rgba(255, 255, 255, 0.8), 0 0 24px rgba(255, 255, 255, 0.7), 0 0 36px rgba(255, 255, 255, 0.6), 0 0 48px rgba(255, 255, 255, 0.5);
}
.ly_page-mv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(240, 237, 226, 0.85);
  z-index: 1;
}
.ly_page-mv > * {
  position: relative;
  z-index: 2;
}
.ly_page-mv__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  padding: clamp(0rem, 2vw, 2rem);
  width: 100%;
}
@media screen and (max-width: 431px) {
  .ly_page-mv {
    height: 260px;
    background-position: center;
  }
  .ly_page-mv__content {
    padding: 0 1.2rem;
  }
}
@media print, screen and (max-width: 40.000em) {
  .ly_page-mv__content {
    width: 100%;
    padding: 0 1.5rem;
  }
}
.ly_page-mv__subtitle {
  display: block;
  font-weight: 500;
  font-family: var(--font-accent);
  font-size: 1rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  /*text-shadow: 0 0 10px #2E2524;*/
  margin-bottom: 0;
  color: var(--lgreen);
}
@media screen and (max-width: 431px) {
  .ly_page-mv__subtitle {
    font-size: 0.75rem;
    letter-spacing: 1px;
  }
}
.ly_page-mv__title {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(2.125rem, 5vw, 2.5rem);
  font-weight: 500;
  /*text-shadow: 0 0 10px #2E2524;*/
}
@media screen and (max-width: 431px) {
  .ly_page-mv__title {
    font-size: 1.75rem;
  }
}
.ly_page-mv__breadcrumbs {
  padding: 1rem;
  /*text-shadow: 0px 0px 5px #aaa;*/
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
/* Director name area */
.ly_doctor-intro--wrap {
  border-radius: 160px 160px 0 0;
  margin: 0 60px;
}
.ly_doctor-intro .director-name {
  text-align: center;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
}
.ly_doctor-intro .director-title {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 0.3rem;
}
.ly_doctor-intro .director-person {
  font-size: 1.65rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.ly_doctor-intro .director-person__en {
  display: block;
  font-size: 0.9rem;
  font-family: var(--font-accent);
  margin-top: 0.2rem;
  color: var(--lgreen);
  letter-spacing: 0.05em;
}
/* Profile card area */
.ly_doctor-intro .director-profile {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 3rem;
}
.ly_doctor-intro .director-profile .bl_card__item {
  background-color: #fef7e3;
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 2rem 3rem;
  outline: min(.1632653061vw + 7.387755102px, 10px) solid hsla(0, 0%, 100%, .4);
}
@media screen and (max-width: 1025px) {
  .ly_doctor-intro .director-profile .bl_card__item {
    padding: 1.8rem 2rem;
  }
}
/* スマホ */
@media screen and (max-width: 431px) {
  .ly_doctor-intro .director-profile .bl_card__item {
    padding: 1.8rem 2rem;
  }
}
/* dt and dd side by side */
/* dt & dd side by side */
.ly_doctor-intro .dl-career {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.875rem;
  line-height: 1.7;
  margin: 0;
  padding: 0;
}
.ly_doctor-intro .dl-career dt {
  width: 25%;
  padding: 5px 0;
  font-weight: 600;
  box-sizing: border-box;
}
.ly_doctor-intro .dl-career dd {
  width: 75%;
  padding: 5px 0;
  margin: 0;
  box-sizing: border-box;
}
/* Responsive */
@media (max-width: 768px) {
  .ly_doctor-intro .dl-career dt, .ly_doctor-intro .dl-career dd {
    width: 100%;
    border-bottom: none;
    padding: 6px 0;
  }
  .ly_doctor-intro .dl-career dd {
    border-bottom: 1px dotted #5E9D7A;
  }
}
/* List */
.ly_doctor-intro .director-profile .bl_list li {
  margin-bottom: 0.4rem;
  color: #333;
}
.ly_doctor-intro .director-profile .bl_list .link {
  color: var(--red, #b84141);
  text-decoration: underline;
  transition: color 0.3s ease;
}
.ly_doctor-intro .director-profile .bl_list .link:hover {
  color: #922f2f;
}
/* Responsive */
@media (max-width: 768px) {
  .ly_doctor-intro .director-profile {
    flex-direction: column;
  }
  .ly_doctor-intro .director-profile .bl_card__item {
    flex: 1 1 100%;
    padding: 1.5rem;
  }
  .ly_doctor-intro .director-person {
    font-size: 1.5rem;
  }
  .ly_doctor-intro .director-person__en {
    font-size: 0.8rem;
  }
}
/* FAQ box */
.faq_section {
  /*padding: 3.5rem 4.5rem 2.5rem;
  margin: 3.5rem 0;
  background-color: #fff;
  background: #f5f5f5;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.075);*/
  padding: 3rem 3.5rem 2.5rem;
  margin: 2.5rem 0;
  /*filter: drop-shadow(6px 6px 0 #c5d6cd);*/
  background-color: #fff;
  border-radius: 2rem;
  border: solid 6px #f0ede2;
  position: relative;
}
@media screen and (max-width: 48em) {
  .faq_section {
    padding: 2.5rem 3rem 2rem;
  }
}
@media screen and (max-width: 40em) {
  .faq_section {
    padding: 2rem 1.5rem;
    margin: 2rem 0;
  }
}
.faq_section dt {
  font-size: 1.25rem;
  position: relative;
  font-weight: 500;
  padding-left: 4rem;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  margin-bottom: 1rem;
}
.faq_section dd {
  position: relative;
  padding-left: 4rem;
  margin: 0;
}
.faq_section dd p {
  margin: 0 0 1rem;
}
.faq_section dt::before, .faq_section dd::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  padding-top: 5px;
  font-size: 1.25rem;
}
/* Qのスタイル */
.faq_section dt::before {
  content: "Q";
  background: var(--green);
}
/* Aのスタイル */
.faq_section dd::before {
  content: "A";
  background: #f28c28;
  top: 0.5rem;
}
@media screen and (max-width: 431px) {
  .faq_section dt {
    font-size: 1.125rem;
    padding-left: 2.8rem;
    margin-bottom: 0.75rem;
  }
  .faq_section dd {
    padding-left: 2.8rem;
  }
  .faq_section dt::before, .faq_section dd::before {
    width: 2.2rem;
    height: 2.2rem;
    font-size: 1rem;
    padding-top: 3px;
  }
  .faq_section dd::before {
    top: 0.25rem;
  }
}
.faq_section .button {
  display: block;
  max-width: 680px;
  margin: 2rem auto 0;
  left: -1.5rem;
}
.ly_types_about {
  padding: 7rem 0;
  /*background-image: url("../img/bg_gradient.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;*/
  background-color: #f0ede2;
  border-radius: 120px;
  margin: 0 60px;
}
/* Section wrapper (spacing & animation) */
.ly_types_type {
  margin-top: clamp(4rem, 5vw, 8rem);
  margin-bottom: clamp(4rem, 5vw, 8rem);
}
/* List container */
.ly_types_type .bl_acne-type {
  margin: 3rem 0;
}
/* List item (card) */
.ly_types_type .bl_acne-type li {
  padding: clamp(1.6rem, 5vw, 2.5rem) clamp(1.4rem, 6vw, 3rem);
  margin: clamp(1.2rem, 4vw, 2rem) 0;
  background: #fff;
  position: relative;
  border-radius: clamp(0.75rem, 3vw, 1rem);
  border: solid clamp(3px, 1vw, 6px) #f0ede2;
}
.ly_types_type .bl_acne-type li::before {
  background-color: var(--green);
  block-size: 6px;
  border-radius: 100vmax;
  content: "";
  display: inline-block;
  left: 3rem;
  position: absolute;
  top: -6px;
  width: 4em;
}
.ly_types_type .bl_acne-type .acne-type__sub {
  margin: 0 0 0 1rem;
  padding: 0.15rem 2rem;
  font-size: 75%;
  width: fit-content;
  text-align: center;
  font-weight: 400;
  background: var(--lgreen);
  border-radius: 20px;
  color: #fff;
}@media screen and (max-width: 431px) {
 .ly_types_type .bl_acne-type .acne-type__sub {
    display: block;
    margin: 0.85rem 0 0;
    padding: 0.4rem 1rem;
    font-size: 0.875rem;
   
    white-space: normal;
    line-height: 1.4;
    text-align: center;
  }
}
/* Title */
.ly_types_type .bl_acne-type h3 {
  font-size: 1.25rem;
  margin-bottom: 1rem;
  /*padding-bottom: 1.5rem;
  border-bottom: 1px dashed #5E9D7A;*/
  font-weight: 500;
  /*color:var(--green2);*/
}
.ly_types_type .bl_acne-type h3 .small {
  font-size: 80%;
  display: block;
  letter-spacing: 0;
  font-weight: 400;
}
/* Description text */
.ly_types_type .bl_acne-type p {
  margin: 0;
  line-height: 2;
}
/* Responsive: 1 column on mobile */
@media (max-width: 767px) {
  .ly_types_type .bl_acne-type li {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
.ly_types_causes {
  padding: 6rem 0;
  background-color: #f0ede2;
  border-radius: 120px 120px 0 0;
  margin: 0 60px;
}
/* Acne cause list */
.ly_types_causes .bl_acne-cause {
  list-style: none;
  margin: 0;
  padding: 0; /*display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;*/
}
.ly_types_causes .bl_acne-cause li {
  background: #fff;
  padding: clamp(1.8rem, 5vw, 3.5rem) clamp(1.4rem, 6vw, 4rem) clamp(1.6rem, 4vw, 2.5rem);
  margin-bottom: clamp(30px, 3vw, 40px);
  border-radius: clamp(1.25rem, 4vw, 2rem);
  overflow: hidden;
  outline: min(.1632653061vw + 7.387755102px, 10px) solid hsla(0, 0%, 100%, .4);
}
.ly_types_causes .bl_acne-cause .image {
  float: left;
  margin-right: 2rem;
  width: 25%;
}
.ly_types_causes .bl_acne-cause p:last-child {
  margin: 0;
}
/* 2-column layout from tablet and up */
@media (min-width: 640px) {
  .ly_types_causes .bl_acne-cause {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.ly_prevention--facewash {
  background-color: #e4f1ed;
  padding: clamp(1.8rem, 5vw, 3rem);
  margin: clamp(1.8rem, 5vw, 3rem) 0 clamp(3rem, 8vw, 6rem);
  border-radius: clamp(1.25rem, 4vw, 2rem);
}
.ly_prevention--facewash h3 {
  text-align: center;
  width: fit-content;
  color: #fff;
  background-color: #4c3b36;
  padding: 0.65rem 4rem;
  border-radius: 50px;
  margin: -4.5rem auto 3rem;
  position: relative;
  letter-spacing: 0;
  font-size: 1.35rem;
}
@media screen and (max-width: 431px) {
  .ly_prevention--facewash h3 {
    padding: 0.6rem 1.6rem;
    font-size: 1.05rem;
    margin: -2.8rem auto 2rem;
  }
}
.ly_prevention--facewash .bl_steps--facewash {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  margin-top: 2rem;
}
.ly_prevention--facewash .bl_steps__item {
  background-color: #fff;
  border-radius: 10px;
  outline: min(.1632653061vw + 7.387755102px, 10px) solid hsla(0, 0%, 100%, .4);
  padding: 2rem;
  text-align: left;
  transition: transform 0.3s ease;
}
.ly_prevention--facewash .bl_steps__item:hover {
  transform: translateY(-5px);
}
.ly_prevention--facewash .bl_steps__illust img {
  display: block;
  margin: 0 auto 1rem;
  width: 100%;
  height: clamp(180px, 30vw, 360px);
  object-fit: cover;
  border-radius: 6px;
}
@media screen and (max-width: 431px) {
  .ly_prevention--facewash .bl_steps__illust img {
    height: 180px;
  }
}
.ly_prevention--facewash .bl_steps__item p {
  font-size: 1rem;
  line-height: 1.7;
}
/* スマホ対応 */
@media (max-width: 767px) {
  .ly_prevention--facewash .bl_steps--facewash {
    grid-template-columns: 1fr;
  }
}
.ly_prevention .bl_section li {
  padding: 2.5rem 3rem;
  margin: 2rem 0;
  background: #fff;
  position: relative;
  border-radius: 1rem;
  border: solid 6px #f0ede2;
}
@media screen and (max-width: 769px) {
  .ly_prevention .bl_section li {
    padding: clamp(1.4rem, 5vw, 2.5rem) clamp(1.2rem, 6vw, 3rem);
    margin: clamp(1.2rem, 4vw, 2rem) 0;
    border-radius: clamp(0.75rem, 3vw, 1rem);
    border-width: clamp(3px, 1vw, 6px);
  }
}
.ly_prevention .bl_section li::before {
  background-color: var(--green);
  block-size: 6px;
  border-radius: 100vmax;
  content: "";
  display: inline-block;
  left: 3rem;
  position: absolute;
  top: -6px;
  width: 4em;
}
.ly_prevention .bl_section li h4 {
  font-size: clamp(1.125rem, 3vw, 1.25rem);
  font-family: var(--font-primary);
  /*border-bottom: 1px dashed #5E9D7A;
  padding-bottom: 1rem;*/
  margin-bottom: 0.65rem;
  /*color: var(--green2);*/
  letter-spacing: clamp(0px, 0.2vw, 2px);
  position: relative;
  font-weight: 500;
}
.ly_prevention .bl_section li p:last-child {
  margin: 0;
}
/* ==========================================================
   Acne Treatment Medications
   target: .ly_insurance-meds .bl_section
   ========================================================== */
.ly_insurance-meds .bl_section {
  background: #fff;
  padding: clamp(2rem, 6vw, 3.5rem);
  margin-bottom: clamp(30px, 3vw, 40px);
  border-radius: 2rem;
  outline: min(.1632653061vw + 7.387755102px, 10px) solid hsla(0, 0%, 100%, .4);
}
@media screen and (max-width: 431px) {
  .ly_insurance-meds .bl_section {
    padding: 1.5rem;
    margin-bottom: 24px;
    border-radius: 1.25rem;
    outline-width: 6px;
  }
}
.ly_insurance-meds .bl_section .box {
  margin-top: 2.5rem;
  padding: 2rem 2rem 1.5rem;
  border-radius: 2rem;
  position: relative;
  border: solid 6px #f0ede2;
}
@media screen and (max-width: 431px) {
  .ly_insurance-meds .bl_section .box {
    margin-top: 1.5rem;
    padding: 1.4rem 1.2rem 1.2rem;
    border-radius: 1.25rem;
    border-width: 4px;
  }
}
.ly_insurance-meds .bl_section .box::before {
  background-color: var(--green);
  block-size: 6px;
  border-radius: 100vmax;
  content: "";
  display: inline-block;
  left: 3rem;
  position: absolute;
  top: -6px;
  width: 4em;
}
/* 番号リスト（手順） */
.ly_insurance-meds .bl_section ol {
  margin: 1rem 0 1.2rem 1.5rem;
  padding: 0;
  list-style: decimal;
}
.ly_insurance-meds .bl_section ol li {
  margin-bottom: 0.6rem;
  line-height: 1.8;
}
.ly_insurance-gender {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2rem;
}
/* 共通デザイン */
.ly_insurance-gender .bl_card__item {
  flex: 1 1 50%;
  padding: 3rem;
  margin: 0;
  background: #fff;
  line-height: 1.8;
}
/* 女性セクション */
.ly_insurance-gender .female {
  background: #f6e6e8;
  border-radius: 2.5rem 0 0 2.5rem;
}
.ly_insurance-gender .female h2 {
  color: #e78390;
  text-align: center;
  font-size: clamp(1.3rem, 2.5vw, 1.6rem);
  font-weight: 700;
  margin-bottom: 1.5rem;
}
/* 男性セクション */
.ly_insurance-gender .male {
  background: #dde9f0;
  border-radius: 0 2.5rem 2.5rem 0;
}
.ly_insurance-gender .male h2 {
  color: #5ea8d5;
  text-align: center;
  font-size: clamp(1.3rem, 2.5vw, 1.6rem);
  font-weight: 700;
  margin-bottom: 1.5rem;
}
/* 画像 */
.ly_insurance-gender .bl_card__item img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1rem;
  margin-bottom: 1.5rem;
}
/* 段落 */
.ly_insurance-gender .bl_card__item p {
  font-size: 0.9375rem;
  margin-bottom: 1rem;
}
/* スマホ対応 */
@media (max-width: 767px) {
  .ly_insurance-gender {
    flex-direction: column;
    gap: 1.5rem;
  }
  .ly_insurance-gender .bl_card__item {
    flex: 1 1 100%;
    border-radius: 1rem;
    padding: 1.65rem;
  }
}
.ly_noninsurance--treatment {
  border-radius: 160px 160px 0 0;
}
.ly_noninsurance--treatment .bl_section {
  background: #fff;
  padding: clamp(1.8rem, 5vw, 3.5rem) clamp(1.4rem, 5vw, 4rem);
  margin-bottom: clamp(30px, 3vw, 40px);
  border-radius: clamp(1.25rem, 4vw, 2rem);
  outline: min(.1632653061vw + 7.387755102px, 10px) solid hsla(0, 0%, 100%, .4);
}@media screen and (max-width: 431px) {
  .ly_noninsurance--treatment .bl_section {
    padding: 1.4rem 0.875rem;
    margin-bottom: 1.25rem;
    border-radius: 1rem;
    outline-width: 6px;
  }
}
.ly_noninsurance--treatment .bl_case--section {
  background: #f7f4eb;
  margin-top: 2.5rem;
  padding: 3rem;
  padding-top: 6rem;
  border-radius: 2rem;
  margin-bottom: 3rem;
  background: #edf3e7;
  position: relative;
}
@media screen and (max-width: 769px) {
  .ly_noninsurance--treatment .bl_case--section {
    margin-top: 1.5rem;
    padding: 1.8rem;
    padding-top: 3.5rem;
    border-radius: 1.25rem;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 431px) {
  .ly_noninsurance--treatment .bl_case--section {
    margin-top: 1.2rem;
    padding: 1rem;
    padding-top: 2.8rem;
    border-radius: 1rem;
    margin-bottom: 1.5rem;
  }
}
.ly_noninsurance--treatment .bl_case--section::before {
  content: attr(data-text);
  position: absolute;
  top: 2.5rem;
  left: 2.8rem;
  width: calc (100% - 6rem);
  font-family: var(--font-accent);
  font-weight: 300;
  font-size: 3rem;
  color: #d8e4cd;
  pointer-events: none;
  line-height: 1;
}
.ly_noninsurance--treatment .bl_case {
  margin: 3rem 0 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.ly_noninsurance--treatment .bl_case__item figure {
  text-align: center;
}
.ly_noninsurance--treatment .bl_case__arrow {
  position: relative;
  width: 2rem;
  height: 2rem;
  margin-top: -8%;
}
.ly_noninsurance--treatment .bl_case__arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 30%;
  width: 1.25rem;
  height: 1.25rem;
  border-top: 2px solid var(--green);
  border-right: 2px solid var(--green);
  transform: translate(-50%, -50%) rotate(45deg);
}
@media screen and (max-width: 431px) {
  .ly_noninsurance--treatment .bl_case {
    gap: 1rem;margin: 1.5rem 0 1rem;
  }
  .ly_noninsurance--treatment .bl_case__arrow {
    width: 1rem;
    height: 1rem;
  }
}
.ly_noninsurance--treatment .bl_case__note {
  border: solid 1px #f0ede2;
  border-radius: 10px;
  background: #fff;
  padding: 1rem;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 431px) {
  .ly_noninsurance--treatment .bl_case__note {
    text-align: left;
  }
}
.ly_noninsurance--treatment .bl_case__item figure img {
  border-radius: 10px;
  display: block;
  width: 300px;
  height: auto;
}
@media screen and (max-width: 431px) {
  .ly_noninsurance--treatment .bl_case__item figure img {
    width: 120px;
    height: 120px;
    object-fit: cover;
  }
}
.ly_noninsurance--treatment .bl_case__item figure figcaption {
  margin: 1.5rem auto;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.05em;
  padding: 0.3rem 2rem;
  border-radius: 2px;
  display: block;
  width: fit-content;
  border-radius: 0.5rem;
}
.ly_noninsurance--treatment .bl_case__item figure figcaption.is-before {
  background-color: #65aeec;
  color: #fff;
}
.ly_noninsurance--treatment .bl_case__item figure figcaption.is-after {
  background-color: #f2c461;
  color: #fff;
}