@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700&display=swap');
:root {
  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-bold: 600;
  --green: #37c078;
  --orange: #e6af1b;
  --blue: #3C8BE2;
  --shadow: 0 4px 8px rgba(0, 0, 0, 0.075);
  --color-bg: #F8F8F6;
}
body {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #7d561a;
  font-size: clamp(0.875rem, 1vw, 1rem);
}
p {
  margin-bottom: clamp(1.5rem, 1.85vw, 1.85rem);
  line-height: 2;
  text-rendering: optimizeLegibility;
}
.section-heading {
  font-size: clamp(2rem, 3vw, 2.25rem);
  position: relative;
  font-weight: 500;
  margin-bottom: 2rem;
  line-height: 1.5;
  letter-spacing: 2px;
}
.section-heading::before {
  content: attr(data-text);
  display: block;
  font-size: 4rem;
  font-family: var(--font-accent);
  color: var(--green);
  letter-spacing: 1px;
  font-weight: 300;
}
.section-heading .en {
  display: block;
  font-size: 4rem;
  color: var(--orange);
  letter-spacing: 0;
  font-weight: 900;
}
.section-heading .en::first-letter {
  color: var(--green);
}
.section-lead {
  font-size: clamp(1.125rem, 1vw, 1.5rem);
  font-family: var(--font-secondary);
  line-height: 1.75;
  margin-bottom: 1.5rem;
  color: inherit;
  letter-spacing: clamp(1px, 0.2vw, 2px);
  font-weight: 500;
}
.section-subheading {
  font-size: clamp(1.35rem, 3vw, 1.5rem);
  font-family: var(--font-secondary);
  margin-bottom: 2.5rem;
  padding-bottom: 1.85rem;
  letter-spacing: clamp(0px, 0.2vw, 2px);
  position: relative;
  font-weight: 400;
}
.section-subheading::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 120px;
  height: 1px;
  border-bottom: solid 2px #333;
  border-bottom-color: rgb(51, 51, 51);
  border-color: var(--green);
}
@media print, screen and (max-width: 431px) {
  .section-subheading::after {
    border-top: none;
    margin: 0;
  }
}
.section-caption {
  position: relative;
  font-weight: 500;
  font-family: var(--font-secondary);
  margin-bottom: 1.25rem;
  font-size: clamp(1.125rem, 4vw, 1.25rem);
  letter-spacing: 2px;
}
.section-caption--2 {
  /*color: var(--green);*/ font-family: var(--font-secondary);
  margin-bottom: 1.25rem;
  font-weight: 500;
  font-size: clamp(1.125rem, 4vw, 1.3rem);
}
.section-caption--3 {
  font-size: clamp(1.125rem, 4vw, 1.3rem);
  position: relative;
  padding: 0 0 1rem;
  font-family: var(--font-secondary);
  border: none;
  font-weight: 500;
  margin-bottom: 1.25rem;
  border-bottom: 2px solid #eee;
}
.section-caption--4 {
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
  padding: 0.8125rem 1.5rem;
  font-family: var(--font-secondary);
  background: #faf7eb;
  border-radius: 4px;
}
.ly_wave, .ly_wave02 {
  position: relative;
}
.ly_wave::after {
  content: "";
  display: block;
  background-image: url(../img/bg_wave-02.webp);
  background-repeat: repeat-x;
  background-position: bottom center;
  background-size: 100% auto;
  width: 100%;
  height: 70px;
  position: absolute;
  left: 0;
  bottom: -70px;
  z-index: 1;
}
.ly_wave02::before {
  content: "";
  display: block;
  background-image: url(../img/bg_wave.webp);
  background-repeat: repeat-x;
  background-position: top center;
  background-size: 100% auto;
  width: 100%;
  height: 70px;
  position: absolute;
  left: 0;
  top: -70px;
  z-index: 1;
}
@media screen and (max-width: 821px) {
  .ly_wave::after {
    height: 50px;
    background-size: 100% auto;
    bottom: -45px;
  }
  .ly_wave02::before {
    background-size: 100% auto;
    height: 50px;
    top: -45px;
  }
}
@media screen and (max-width: 641px) {
  .ly_wave::after {
    height: 40px;
    bottom: -35px;
  }
  .ly_wave02::before {
    height: 40px;
    top: -35px;
  }
}
/*ly_header*/
.ly_header {
  width: 100%;
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: transparent;
  transition: background-color 0.3s ease-in-out; /**/
}
.ly_header.scrolled {
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  transition: box-shadow 0.3s ease-in-out;
}
@media print, screen and (max-width: 1279px) {
  .ly_header {
    padding-right: 80px;
  }
}
@media print, screen and (max-width: 641px) {
  .ly_header {
    padding: 1rem 60px 1rem 1rem;
  }
}
.ly_header__logo {
  margin-right: auto;
}
@media screen and (max-width: 48em) {
  .ly_header__logo {
    margin-right: auto;
  }
}
.ly_header__logo h1 {
  line-height: 1;
  margin: 0 0 0 1.5rem;
}
@media print, screen and (max-width: 641px) {
  .ly_header__logo h1 {
    margin: 0;
  }
}
.ly_header__logo h1 img {
  width: clamp(200px, 20vw, 240px);
  display: block;
}
@media print, screen and (max-width: 431px) {
  .ly_header__logo h1 img {
    width:
  }
}
.ly_header__logo .logo-link {
  display: flex;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
}
/*navigation*/
.ly_header__nav {
  display: flex;
  margin-left: auto;
}
.ly_header__nav .nav {
  margin: 0;
}
.ly_header__nav li a {
  display: block;
  position: relative;
  font-family: var(--font-secondary);
}
.ly_header__nav .menu-item-has-children > a:after, .ly_header__nav .menu-item-has-children > a:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  width: 10px;
  height: 1px;
  background: #4d6069;
  transition: 0.2s;
}
@media screen and (max-width: 64em) {
  .ly_header__nav .menu-item-has-children > a:after, .ly_header__nav .menu-item-has-children > a:before {
    background: #fff;
    right: 1rem;
  }
}
.ly_header__nav .menu-item-has-children > a:after {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.ly_header__nav .menu-item-has-children > a.open:before {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}
.ly_header__nav .menu-item-has-children > a.open:after {
  background: transparent;
}
.ly_header__nav .menu-item-has-children .sub-menu {
  display: none;
}
.ly_header__nav .menu-item-has-children .sub-menu li::after {
  content: "";
  position: absolute;
  right: 1rem;
  top: 50%;
  width: 6px;
  height: 6px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-color: var(--gold);
  transform: translateY(-50%) rotate(-45deg);
}
@media print, screen and (min-width: 1501px) {
  .ly_header__nav li a {
    padding: 30px 20px;
    font-size: 14px;
  }
}
@media print, screen and (min-width: 1279px) {
  #ly_header__navbtn, .overlay {
    display: none;
  }
  .ly_header__nav ul {
    display: flex;
  }
  .ly_header__nav li {
    position: relative;
    line-height: 1;
  }
  .ly_header__nav li a {
    padding: clamp(12px, 1vw, 20px);
    font-size: clamp(12px, 1vw, 16px);
    font-weight: 600;
  }
  .ly_header__nav .menu-item-has-children > a {
    padding-right: 40px;
  }
  .ly_header__nav li ul.sub-menu {
    flex-direction: column;
    background: var(--green);
    position: absolute;
    width: 240px;
    left: 50%;
    margin: 0;
    top: 64px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 10px 0;
    color: #fff;
  }
  .ly_header__nav li ul.sub-menu--2cols {
    flex-direction: column;
    background: var(--green);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.085);
    position: absolute;
    width: 800px;
    left: 50%;
    margin: 0;
    top: 64px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 10px 0;
    color: #fff;
  }
  .ly_header__nav li ul.sub-menu--2cols li {
    width: 50%;
    float: left;
  }
  .ly_header__nav li ul.sub-menu li a {
    line-height: 1.2em;
    font-size: 13px;
    padding: 12px 20px;
  }
}
@media only screen and (max-width: 1279px) {
  .overlay {
    width: 0;
    height: 0;
    position: fixed;
    z-index: 11;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.5s;
    background: rgba(255, 255, 255, 0.7);
  }
  .overlay.open {
    width: 100%;
    height: 100%;
    opacity: 1;
  }
  .ly_header__nav {
    display: block;
  }
  #ly_header__navbtn {
    top: 12px;
    right: 15px;
    transition: 0.3s;
    cursor: pointer;
    position: fixed;
    z-index: 9999;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #ly_header__navbtn .menu-trigger {
    width: 22px;
    height: 18px;
    position: relative;
  }
  #ly_header__navbtn .menu-trigger span {
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
    transition: all 0.5s;
  }
  #ly_header__navbtn .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  #ly_header__navbtn .menu-trigger span:nth-of-type(2) {
    width: 70%;
    top: 9px;
  }
  #ly_header__navbtn .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  #ly_header__navbtn.active .menu-trigger span:nth-of-type(1) {
    transform: translateY(8px) rotate(-45deg);
    background-color: #fff;
  }
  #ly_header__navbtn.active .menu-trigger span:nth-of-type(2) {
    opacity: 0;
  }
  #ly_header__navbtn.active .menu-trigger span:nth-of-type(3) {
    transform: translateY(-8px) rotate(45deg);
    background-color: #fff;
  }
  .ly_header__nav {
    width: 320px;
    height: 100%;
    overflow: auto;
    padding: 60px 0;
    background: var(--green);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 12;
    transform: translate(100%);
    transition: all 0.5s;
  }
  .ly_header__nav.open {
    transform: translateZ(0);
  }
  .ly_header__nav .nav {
    width: 100%;
  }
  .ly_header__nav .nav > li {
    padding: 0 0;
    margin: 0 1.5rem;
    border-bottom: solid 1px #fff;
  }
  .ly_header__nav li a {
    position: relative;
    padding: 12px 15px;
    color: #fff;
  }
  .ly_header__nav .menu-item-has-children .sub-menu {
    padding: 10px 15px;
    font-size: 0.85rem;
    margin-bottom: 1.5rem;
  }
  .ly_header__nav .menu-item-has-children .sub-menu li {
    padding: 0;
    position: relative;
  }
  .ly_header__nav .menu-item-has-children .sub-menu li:last-child {
    margin-bottom: 0;
  }
  .ly_header__nav .menu-item-has-children .sub-menu li a {
    padding: 0.35rem 0;
  }
  .ly_header__nav .menu-item-has-children .sub-menu li::after {
    content: "";
    position: absolute;
    right: 0.5rem;
    top: 50%;
    width: 6px;
    height: 6px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: translateY(-50%) rotate(-45deg);
  }
}
@media print, screen and (max-width: 431px) {
  .ly_header__nav {
    width: 100%;
  }
  #ly_header__navbtn {
    background: var(--green);
    border-radius: 1rem;
  }
  #ly_header__navbtn .menu-trigger span {
    background-color: #fff;
  }
  .ly_header__nav li a {
    text-align:center;
      font-size:1.25rem;
    padding: 1.5rem;
    color: #fff;
  }
}
.ly_header__tel {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0 1rem;
  font-family: var(--font-secondary);
}
@media print, screen and (max-width:601px) {
  .ly_header__tel {
    display: none;
  }
}
.header-tel__label {
  font-size: clamp(10px, 1.2vw, 14px);
}
.header-tel__link {
  font-size: clamp(18px, 2vw, 26px);
  font-family: var(--font-secondary);
  text-decoration: none;
  font-weight: 500;
  position: relative;
  padding-left: 2rem;
}
.header-tel__link::before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  background-image: url("../img/icon-tel.webp");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 60%;
  left: 0;
  transform: translateY(-60%);
  filter: brightness(0) saturate(100%) invert(63%) sepia(70%) saturate(485%) hue-rotate(40deg) brightness(97%) contrast(84%);
}
/*header_contact*/
.ly_header__contact {
  display: flex; /* æ¨ªä¸¦ã³ã«é…ç½® */
  list-style: none; /* ãƒªã‚¹ãƒˆãƒžãƒ¼ã‚«ãƒ¼ã‚’å‰Šé™¤ */
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 40em) {
  .ly_header__contact {
    display: none;
  }
}
.ly_header__contact li {
  width: 100px;
  height: 100%;
}
.ly_header__contact li a {
  flex: 1; /* å„é …ç›®ã‚’å‡ç­‰ã«é…ç½® */
  text-align: center; /* ãƒ†ã‚­ã‚¹ãƒˆã‚’ä¸­å¤®æƒãˆ */
  padding: 1rem 0.5rem 0.65rem;
  position: relative; /* ç–‘ä¼¼è¦ç´ ã®ä½ç½®åŸºæº– */
  color: #fff; /* ãƒ†ã‚­ã‚¹ãƒˆã®è‰²ã‚’ç™½ã«è¨­å®š */
  font-size: 0.75rem;
  white-space: nowrap;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #fff;
}
@media screen and (max-width: 48em) {
  .ly_header__contact li a {
    padding: 1rem 0.15rem 0.65rem;
  }
}
.ly_header__reserve a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fae87d;
  color: #6b3e00;
  font-weight: bold;
  text-decoration: none;
  padding: 1.5rem;
  border-radius: 0 0 0 40px;
  text-align: center;
}
@media print, screen and (max-width: 1279px) {
  .ly_header__reserve a {
    padding: 1.25rem;
    border-radius: 0;
  }
}
@media print, screen and (max-width: 821px) {
  .ly_header__reserve a {
    padding: 0.8125rem 1rem;
    border-radius: 0;
  }
}
@media print, screen and (max-width: 641px) {
  .ly_header__reserve {
    display: none;
  }
}
.ly_header__reserve img {
  width: 32px;
  height: 32px;
  margin-bottom: 0.65rem;
}
.ly_header__reserve span {
  font-size: 1rem;
  line-height: 1.2;
}
.ly_top-mv {
  position: relative;
  width: 100%;
  padding: clamp(1.5rem, 1vw, 3rem);
  margin-top: 105px;
}
@media print, screen and (max-width: 821px) {
  .ly_top-mv {
    position: relative;
    width: 100%;
    aspect-ratio: 2 / 1.25;
    overflow: hidden;
    margin-top: 88px;
  }
}
@media print, screen and (max-width: 641px) {
  .ly_top-mv {
    aspect-ratio: initial;
  }
}
@media print, screen and (max-width: 431px) {
  .ly_top-mv {
    
    margin-top: 68px;
  }
}
.mv-bg {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 821px) {
  .mv-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 3rem;
  }
}
.mv-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: clamp(250px, 30vw, 400px);
  height: auto;
}
@media screen and (max-width: 821px) {
  .mv-text {
    width: clamp(250px, 30vw, 320px);
  }
}
.ly_introduction {
  padding-top: 400px;
  margin-top: -300px;
  width: 100%;
  background-image: url("../img/bg_town.webp"), url("../img/bg_sky.webp");
  background-repeat: no-repeat, no-repeat;
  background-position: center bottom, center top;
  background-size: 100% auto, cover;
  height: 1000px;
}
@media screen and (max-width: 834px) {
  .ly_introduction {
    padding-top: clamp(260px, 1vw, 360px);
    margin-top: clamp(-250px, 1vw, -300px);
    height: clamp(700px, 1vw, 800px);
  }
}
@media screen and (max-width: 641px) {
  .ly_introduction {
    padding-top: 160px;
    margin-top: -150px;
    height: 600px;
  }
}
.ly_introduction_text {
  width: fit-content;
  margin: 0 auto;
  letter-spacing: 2px;
  line-height: 1.8;
  font-size: 1.2rem;
  padding: 2rem;
}
@media screen and (max-width: 641px) {
  .ly_introduction_text {
    font-size: 1rem;
  }
}
.ly_feature {
  padding: clamp(4rem, 6vw, 7rem) 0 clamp(2rem, 4vw, 4rem);
  background: #fff5b9;
}
@media print, screen and (max-width: 431px) {
  .ly_feature {
    padding: 2rem 0;
  }
}
.ly_feature__title {
  text-align: center;
}
@media screen and (max-width: 821px) {
  .ly_feature__title img {
    width: clamp(450px, 1vw, 600px);
  }
}
.ly_feature--section {
  background: #ffffff;
  border-radius: 2.5rem;
  padding: clamp(2rem, 4vw, 4rem) clamp(2.5rem, 5vw, 5rem);
  margin: 4rem auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
@media print, screen and (max-width: 431px) {
  .ly_feature--section {
    padding: 2rem;
    margin: 2.5rem auto;
  }
}
.ly_feature__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.bl_feature {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  margin: 0;
}
.ly_feature--section__title {
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: clamp(2rem, 3vw, 3rem);
  display: flex;
  align-items: center;
  gap: 1.5rem;
  line-height: 1;
}
.ly_feature--section__title .number {
  font-size: clamp(5rem, 1vw, 7rem);
  font-weight: 900;
  color: var(--orange);
  background-image: url("../img/bg_feature_numb.png");
  background-size: 70% auto;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.ly_feature--section__title .number::first-letter {
  color: var(--green);
}
.ly_feature--section__title .text {
  font-size: clamp(1.5rem, 2vw, 2rem);
  padding-top: 1rem;
  line-height: 1.5;
}
@media print, screen and (max-width: 431px) {
  .ly_feature--section__title .text {
    font-size: clamp(1.25rem, 1vw, 1.35rem);
  }
}
.ly_feature--section__image img {
  width: 100%;
  border-radius: 2rem;
  object-fit: cover;
}
.ly_feature--section__text {
  flex: 1 1 50%;
}
.ly_feature--section__text h4 {
  font-size: clamp(1rem, 3vw, 1.25rem);
  ;
  font-weight: 500;
  margin: 1.5rem 0;
}
@media screen and (max-width: 641px) {
  .ly_feature--section__text h4 br {
    display: none;
  }
}
/* Section 03 年齢別ボックス（PC：2列） */
.ly_feature--section__age {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(2rem, 2vw, 3rem);
  margin-top: 2rem;
}
/* モバイル（1列） */
@media (max-width: 600px) {
  .ly_feature--section__age {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
  }
}
.ly_feature--section__age .age-box {
  padding: clamp(1.75rem, 3vw, 3rem);
  border-radius: 2rem;
  color: #5c3b1e;
  font-weight: 600;
}
.ly_feature--section__age .age-box img {
  border-radius: 1rem;
  width: 100%;
  display: block;
  height: auto;
  object-fit: cover;
  margin-bottom: 1.5rem;
}
@media print, screen and (max-width: 431px) {
  .ly_feature--section__age .age-box {
    padding: 1.5rem;
  }
  .ly_feature--section__age .age-box .age-box__img {
    margin: -1.5rem -1.5rem 1.5rem;
  }
  .ly_feature--section__age .age-box img {
    border-radius: 0;
  }
}
.ly_feature--section__age .age-box__age {
  margin-top: clamp(-3rem, 1vw, -5rem);
  font-size: clamp(3rem, 1vw, 5rem);
  margin-left: clamp(1rem, 3vw, 2rem);
  line-height: 1;
}
.ly_feature--section__age .age-box__age .small {
  font-size: 50%;
}
.ly_feature--section__age .age-box__age span {
  display: inline-block;
  text-shadow:
    -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}
.ly_feature--section__age .age-box__desc {
  font-size: 1.125rem;
  margin-bottom: 2rem;
  padding: 0 1.5rem;
}
@media screen and (max-width: 641px) {
  .ly_feature--section__age .age-box__desc {
    font-size: 0.9375rem;
    margin-bottom: 2rem;
    font-weight: 500;
    padding: 0;
    letter-spacing: 0;
  }
  .ly_feature--section__age .age-box__desc br {
    display: none;
  }
}
.ly_feature--section__age .age-box__link {
  display: block;
  text-align: center;
  max-width: 240px;
  margin: 0 auto;
  background: #555;
  color: #fff;
  font-size: clamp(0.875rem, 1vw, 1rem);
  padding: clamp(0.5rem, 1.5vw, 0.8125rem) clamp(1rem, 3vw, 1.5rem);
  border-radius: 999px;
  text-decoration: none;
  transition: 0.3s;
}
.ly_feature--section__age .age-box__link:hover {
  opacity: 0.8;
}
.age-box__link--full {
  display: block;
  text-decoration: none;
  color: inherit;
  height: 100%;
}
.age-box--pink {
  background: #ffeaf2;
}
.age-box--blue {
  background: #eaf4ff;
}
.age-box--green {
  background: #e2f8eb;
}
.age-box--orange {
  background: #fff3e0;
}
/* 年齢テキストカラー */
.age-box--pink .age-box__age span {
  color: #e25a9b; /* 濃いピンク */
}
.age-box--blue .age-box__age span {
  color: #2f80ed; /* 明るい青 */
}
.age-box--green .age-box__age span {
  color: #00b388; /* ミントグリーン */
}
.age-box--orange .age-box__age span {
  color: #f89c1c; /* 橙色 */
}
/* ボタンカラー */
.age-box--pink .age-box__link {
  background: #e25a9b;
}
.age-box--blue .age-box__link {
  background: #2f80ed;
}
.age-box--green .age-box__link {
  background: #00b388;
}
.age-box--orange .age-box__link {
  background: #f89c1c;
}
.ly_dental__school__wrap {
  background: #cfe7f8;
  padding: clamp(10rem, 8vw, 12rem) 0 clamp(2.5rem, 4vw, 5rem);
}
@media print, screen and (max-width: 431px) {
  .ly_dental__school__wrap {
    padding: 7rem 0 4rem;
  }
}
.ly_dental__school__wrap.ly_wave::after {
  filter: brightness(0) saturate(100%) invert(100%) sepia(56%) saturate(1744%) hue-rotate(173deg) brightness(96%) contrast(103%);
}
.ly_dental__school {
  background: #fff;
  border-radius: 24px;
  padding: clamp(2rem, 2.5vw, 3rem) clamp(2rem, 4vw, 4rem) 2.5rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  margin: 0 auto;
}
.ly_dental__school__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}
@media print, screen and (max-width: 40.000em) {
  .ly_dental__school__inner {
    display: block;
  }
}
.ly_dental__school__left {
  flex-basis: 55%;
}
.ly_dental__school__lead-wrap {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 2rem;
}
.ly_dental__school__icon {
  width: 100px;
  flex-shrink: 0;
}
.ly_dental__school__icon img {
  width: 100%;
  height: auto;
}
.ly_dental__school__lead {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.6;
  margin: 0;
}
.ly_dental__school__lead span {
  color: #f39800;
}
.ly_dental__school__title {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
  display: flex;
  gap: 0.5rem;
}
.ly_dental__school__title .green {
  color: #2fc27d;
}
.ly_dental__school__title .yellow {
  color: #f0c02e;
}
.ly_dental__school__text {
  font-size: 1rem;
  line-height: 2;
  color: #5c3a00;
}
@media screen and (max-width: 821px) {
  .ly_dental__school__text br {
    display: none;
  }
}
.ly_dental__school__right {
  text-align: center;
  overflow: hidden;
  flex-basis: 40%;
}
.ly_dental__school__right .fade-slider {
  width: 100%;
  max-width: 100%;
}
.ly_dental__school__image {
  width: 100%;
  height: auto;
  display: block;
}
.slider-wrapper {
  width: 100%;
  max-width: 100%;
}
.fade-slider {
  width: 100%;
}
.ly_faq {
  background: #ddfcb7;
  padding: clamp(10rem, 9vw, 15rem) 0 clamp(4rem, 9vw, 10rem);
}
.ly_faq.ly_wave::after {
  filter: brightness(0) saturate(100%) invert(97%) sepia(4%) saturate(2241%) hue-rotate(29deg) brightness(97%) contrast(105%);
}
/* footer
============================================================================================================ */
.ly_footer {
  background: #f5f5f5;
  background-image: url(../img/bg_blue.webp);
  background-size: cover;
  padding: clamp(8rem, 9vw, 13rem) 0 0;
}
@media screen and (max-width: 834px) {
  .ly_footer__card {
    display: block;
  }
}
.ly_footer__header {
  display: flex; /* æ¨ªä¸¦ã³ã«ã™ã‚‹ */
  align-items: center; /* ç¸¦æ–¹å‘ã‚’ä¸­å¤®æƒãˆ */
  gap: 2rem; /* ãƒ­ã‚´ã¨SNSã‚¢ã‚¤ã‚³ãƒ³ã®é–“éš” */
  margin-bottom: 2rem;
}
.ly_footer__logo {
  margin: 0; /* ä¸è¦ãªä½™ç™½ã‚’å‰Šé™¤ */
}
.ly_footer__sns {
  margin: 0; /* ä¸è¦ãªä½™ç™½ã‚’å‰Šé™¤ */
}
.ly_footer__sns .instagram-icon img {
  width: 44px; /* ã‚¢ã‚¤ã‚³ãƒ³ã‚µã‚¤ã‚ºã‚’èª¿æ•´ */
  height: auto;
}
.ly_footer__copyright {
  font-size: 0.75rem;
  margin: 0;
  text-align: center;
  padding: 3rem 0;
}
.ly_footer__timetable-wrapper {
  border: 1px solid #ccc;
  border-radius: 12px;
  overflow: hidden;
  width: 100%;
  margin: 0 0 1rem;
}
.ly_footer__timetable {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 0;
}
.ly_footer__timetable th {
  background-color: #f0f8dd;
  text-align: center;
  border-bottom: 1px solid #ccc;
  font-weight: 600;
}
.ly_footer__timetable tbody td {
  text-align: center;
  font-weight: 600;
  background: #fff;
  border-bottom: 1px solid #ccc;
}
.ly_footer__timetable tbody tr:last-child td {
  border-bottom: none;
}
.ly_footer__map__notice {
  color: var(--green);
  border: 2px solid #ccc;
  border-color: var(--green);
  padding: 0.5rem;
  margin: 1rem 0 0;
  text-align: center;
}
.ly_footer__sns {
  background-color: #fff;
  border-radius: 1rem;
  padding: 2.5rem;
  text-align: center;
  margin: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.ly_footer__sns img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.ly_footer__sns__link {
  margin: 1rem 0 0;
  font-size: 14px;
  word-break: break-all;
}
.ly_footer__sns__link a {
  color: #000;
  text-decoration: underline;
}
.ly_footer__contact {
  display: flex;
  justify-content: center;
  align-items: stretch;
  margin: 3rem auto;
}
.ly_footer__contact__tel, .ly_footer__contact__web {
  flex: 1 1 460px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ly_footer__contact__tel {
  background-color: #fff;
  border-radius: 1.5rem 0 0 1.5rem;
}
.ly_footer__contact__tel-inner {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.ly_footer__contact__tel-icon {
  width: 60px;
  height: 60px;
  display: block;
}
.ly_footer__contact__tel-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ly_footer__contact__tel-caption {
  font-size: 1rem;
  color: #5c3d1b;
  margin: 0 0 0.25rem;
  line-height: 1;
}
.ly_footer__contact__tel-number {
  font-size: 2.25rem;
  font-weight: bold;
  color: #5c3d1b;
  text-decoration: none;
  line-height: 1;
  letter-spacing: 0.05em;
}
/* ---- Web予約 ---- */
.ly_footer__contact__web {
  background: linear-gradient(to bottom, #fff7df, #fff1c2);
  border-radius: 0 1.5rem 1.5rem 0;
  flex-direction: column;
  padding: 1.5rem;
  box-sizing: border-box;
  text-align: center;
}
.ly_footer__contact__web-top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 1rem;
}
.ly_footer__contact__calendar-icon {
  width: 54px;
  height: 54px;
  display: block;
}
.ly_footer__contact__web-title {
  font-size: 1.45rem; /* ←UP */
  color: #5c3d1b;
  margin: 0;
  text-align: left;
  line-height: 1.5;
}
.ly_footer__contact__web-title span {
  color: #ec7c00;
  font-weight: bold;
}
.ly_footer__contact__web-button {
  display: inline-block;
  background-color: #5c3d1b;
  color: #fff;
  font-size: 15px; /* ←UP */
  padding: 0.6rem 1.4rem;
  border-radius: 20px;
  text-decoration: none;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .ly_footer__contact {
    flex-direction: column;
    align-items: center;
    width: 100%;
    border-radius: 1.5rem;
    overflow: hidden;
  }
  .ly_footer__contact__tel, .ly_footer__contact__web {
    flex: 1 1 100%;
    width: 100%;
    border-radius: 0;
  }
  .ly_footer__contact__tel a {
    padding: 2.5rem 1rem;
  }
  .ly_footer__contact__tel a, .ly_footer__contact__web a {
    width: 100%;
    display: block;
  }
  .ly_footer__contact__tel-inner {
    justify-content: center;
  }
}
.ly_footer__map {
  padding: clamp(1rem, 2vw, 2rem) clamp(1rem, 4vw, 4rem) 0;
}
.ly_footer__map iframe {
  border-radius: 2rem;
}
.ly_contact--sp {
  display: none;
}
@media print, screen and (max-width: 40em) {
  .ly_contact--sp {
    display: flex;
    justify-content: space-between;
    gap: 0;
    padding: 1rem 1.5rem;
  }
  .ly_contact--sp.ly_contact__footer {
    padding: 0;
  }
  .ly_contact__footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
  }
  .ly_contact__item {
    flex: 1;
    text-align: center;
    position: relative;
    color: #fff;
  }
  .ly_contact__item::before {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    margin: 0 auto 5px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    top: 1rem;
  }
  /* å„ã‚¢ã‚¤ã‚³ãƒ³ */
  .ly_contact__tel::before {
    background-image: url('../img/common/icon-tel.webp');
    filter: brightness(0) saturate(100%) invert(100%) brightness(105%) contrast(105%);
  }
  .ly_contact__guideline::before {
    background-image: url('../img/common/icon-file.webp');
  }
  .ly_contact__entry::before {
    background-image: url('../img/common/icon-mail.webp');
  }
  .ly_contact__footer .ly_contact__mail::before {
    filter: none;
  }
  /* èƒŒæ™¯è‰² */
  .ly_contact__tel {
    background-color: var(--green);
  }
  .ly_contact__guideline {
    background-color: var(--blue);
  }
  .ly_contact__entry {
    background-color: var(--orange);
  }
  .ly_contact__shop {
    background- background-color: var(--green);
  }
  .ly_contact__link {
    color: #fff;
    font-size: 0.75rem;
    letter-spacing: 0;
    padding: 3rem 0.25rem 0.75rem;
    display: block;
    width: 100%;
    height: 100%;
  }
  .ly_contact__mail .ly_contact__link {
    color: var(--green);
  }
  .ly_contact__footer .ly_contact__mail {
    background-color: var(--green);
  }
  .ly_contact__footer .ly_contact__mail .ly_contact__link {
    color: #fff;
  }
}
.ly_pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border: solid 1px #013285;
  border-color: var(--green);
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
@media print, screen and (max-width: 40.000em) {
  .ly_pagetop {
    bottom: 100px;
    width: 44px;
    height: 44px;
  }
}
.ly_pagetop::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-left: 1.5px solid #013285;
  border-top: 1.5px solid #013285;
  transform: rotate(45deg);
  margin-top: 5px;
  border-color: var(--green);
}
.ly_pagetop.show {
  opacity: 1;
  visibility: visible;
}
.ly_age--wrap {
  position: relative;
  padding-top: 300px;
  margin-top: -100px;
  width: 100%;
  background-image: url("../img/bg_town.webp"), url("../img/bg_sky.webp");
  background-repeat: no-repeat, no-repeat;
  background-position: center bottom, center top;
  background-size: 100% auto, cover;
  height: 1400px;
}
@media screen and (max-width: 1025px) {
  .ly_age--wrap {
    height: 1200px;
  }
}
@media screen and (max-width: 769px) {
  .ly_age--wrap {
    height: 1800px;
  }
}
@media screen and (max-width: 601px) {
  .ly_age--wrap {
    height: 1500px;
    padding-top: 280px;
  }
}
@media screen and (max-width: 431px) {
  .ly_age--wrap {
    height: 1350px;
    padding-top: 280px;
  }
}
.ly_age__title {
  text-align: center;
  padding: 0 2rem;
}
.ly_age__title h2 {
  margin: 0 auto 3rem;
  display: inline-block;
}
.ly_age__title .lead {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.ly_age__title .sub {
  font-size: 1rem;
  line-height: 2.2;
  font-weight: bold;
}
@media print, screen and (max-width: 431px) {
  .ly_age__title .lead {
    font-size: 1.35rem;
  }
  .ly_age__title .sub {
    text-align: left;
  }
}
.ly_age--wrap .age-box-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  padding: 2rem;
  max-width: 1280px;
  margin: 0 auto;
}
@media (max-width: 769px) {
  .ly_age--wrap .age-box-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
.ly_age--wrap .age-box {
  text-align: center;
}
.ly_age--wrap .age-box img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  transition: transform 0.3s ease;
}
.ly_age--wrap .age-box a:hover img {
  transform: scale(1.05);
}
/* スマホ（768px以下）で2列に */
@media (max-width: 768px) {
  .ly_age--wrap .age-box-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    padding: 1.5rem;
  }
}
.ly_age--section .lead {
  font-size: clamp(1rem, 2vw, 1.5rem);
  letter-spacing: 1px;
  margin: 0;
  font-weight: 600
}
.ly_age--section--01 .lead {
  color: #f17fbf;
}
.ly_age--section--02 .lead {
  color: #3491ef;
}
.ly_age--section--03 .lead {
  color: #36cb7c;
}
.ly_age--section--04 .lead {
  color: #f3a326;
}
.ly_age--section--03 .mrc-box {
  background: #eafff0;
  padding: clamp(1.5rem, 2vw, 3rem) clamp(1.5rem, 2vw, 3rem) clamp(1rem, 1.5vw, 2rem);
  border-radius: 2rem;
  align-items: center;
}
.ly_age--section--03 .mrc-box__lead {
  font-size: 1.65rem;
  font-weight: bold;
  letter-spacing: 0;
  margin-bottom: 1rem;
}
.ly_age--section--03 .mrc-box__lead .green {
  color: #36cb7c; /* 緑（ボタンと一致） */
}
.ly_age--section--04 .button {
  background-color: #f3a326;
}
.fixed-bottom-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  z-index: 9999;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
}

.fixed-bottom-banner .banner-btn {
  flex: 1;
  text-align: center;
  padding:  0;
  font-size: 1.2rem;
  color: #fff;
  text-decoration: none;
}

.banner-btn.tel {
  background-color: #2ba6ff;
}

.banner-btn.reserve {
  background-color: #ec7c9b;
}

/* スマホのみ表示（PCでは非表示） */
@media (min-width: 768px) {
  .fixed-bottom-banner {
    display: none;
  }
}
