@charset "UTF-8";
/* ==========================================
==========================================
             共通設定
==========================================
========================================== */
html {
  font-size: 62.5%;
}
body {
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  background-color: white;
  color: #181A1D;
}
.pcbr {
  display: inline-block;
}
.spbr {
  display: none;
}
.child_menu {
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: 0.3s;
}
.accordion:hover .child_menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@media screen and (max-width: 1024px) {
  .pcbr {
    display: none;
  }
  .spbr {
    display: inline-block;
  }
}
/* ==========================================
==========================================
             ヘッダー
==========================================
========================================== */
#site-header h1 small {
  font-size: 1.2rem;
}
#site-header h1 img {
  width: 340px;
}
#site-header h1 {
  width: 350px;
  margin-right: 20px;
  text-align: left;
}
#site-header {
  position: fixed;
  top: 0;
  left: 0;
  padding: 7px 20px;
  background-color: #fff;
  box-sizing: border-box;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  z-index: 9999;
  text-align: center;
}
#site-header .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: transform 0.3s ease;
  transform-origin: top center;
}
#site-header nav {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 2em;
}
#site-header nav .dropdwn {
  display: flex;
  align-items: flex-end;
  gap: 25px;
}
#site-header nav ul li {
  position: relative;
  display: block;
  cursor: pointer;
}
#site-header nav .dropdwn li a small {
  display: block;
  transition: 0.3s all;
  white-space: nowrap;
  position: relative;
  z-index: 2;
}
#site-header nav .dropdwn li a span {
  width: 55px;
  display: block;
  margin: 0 auto 3px;
}
#site-header nav .dropdwn li a {
  display: block;
  text-align: center;
  line-height: 1.2;
}
#site-header nav .dropdwn li a img {
  transition: 0.4s all;
  height: 40px;
  width: auto;
}
#site-header nav .tel {
  margin-left: 40px;
  color: #E51072;
  font-weight: 700;
}
#site-header nav .tel p {
  font-size: 1.85rem;
  line-height: 1.5;
}
#top #site-header nav .tel span {
  font-size: 1.8rem;
}
#site-header nav .tel a {
  font-size: 3.1rem;
  transition: 0.4s all;
  line-height: 1;
}
#site-header .dropdwn img:hover {
  scale: 1.15;
}
#site-header nav .tel a:hover {
  opacity: 0.7;
}
/* スクロール後 */
#site-header.shrink .header-inner {
  font-size: 1.4rem;
  transition: 0.4s all;
}
#site-header.shrink nav .tel p {
  font-size: 1.5rem;
  transition: 0.4s all;
}
#site-header.shrink nav .tel a {
  font-size: 2.7rem;
  transition: 0.4s all;
}
#site-header.shrink {
  padding: 5px 20px;
  transition: 0.4s all;
}
#site-header.shrink nav ul li a img {
  transition: 0.4s all;
  height: 35px;
  width: auto;
}
#site-header.shrink nav ul .navbr a img {
  transition: 0.4s all;
  height: 35px;
  width: auto;
}
#site-header.shrink nav ul li a span {
  transition: 0.4s all;
  margin: 0 auto 3px;
}
#site-header.shrink nav ul .navbr a span {
  transition: 0.4s all;
}
#site-header.shrink h1 {
  width: 330px;
  transition: 0.4s all;
}
#site-header .hamburger {
  display: none;
}
#site-header .menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 9999;
}
#site-header .menu-overlay.active {
  opacity: 1;
  visibility: visible;
}
#site-header .header-right {
  display: flex;
  align-items: center;
  gap: 15px;
}
#site-header .telsp {
  display: none;
}
#site-header .spnav-img {
  display: none;
}
#site-header .accordion {
  position: relative;
}
#site-header .child_menu {
  position: absolute;
  top: 110%;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  padding: 20px 15px 15px;
  margin: 0;
  -moz-column-count: 2;
  column-count: 2;
  min-width: 280px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: 0.3s;
}
#site-header .accordion:hover .child_menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
#site-header .child_menu li {
  -moz-column-break-inside: avoid;
  break-inside: avoid;
  margin-bottom: 15px;
}
#site-header .child_menu li a {
  font-size: 1.5rem;
  transition: 0.3s;
  padding: 0;
}
#site-header .child_menu li a:hover {
  color: #10A59A;
}
/* スマホ */
@media screen and (max-width: 1024px) {
  #site-header nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    height: 100vh;
    background: rgba(255, 255, 255, 0.95);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 70px;
    transition: 0.3s;
    z-index: 1000;
  }
  #site-header nav.active {
    right: 0;
  }
  #site-header nav .dropdwn {
    flex-direction: column;
    gap: 11px;
    align-items: flex-start;
    margin-left: 10px;
    display: block;
  }
  #site-header nav .tel {
    margin: 0;
    text-align: center;
  }
  #site-header .hamburger {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 37px;
    height: 30px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 2000;
  }
  #site-header .hamburger span {
    height: 3px;
    background: #10A59A;
    border-radius: 3px;
    transition: 0.3s;
  }
  #site-header .hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(10px, 5px);
  }
  #site-header .hamburger.active span:nth-child(2) {
    opacity: 0;
  }
  #site-header .hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(14px, -9px);
  }
  #site-header nav.active {
    right: 0;
  }
  #site-header h1 img {
    margin-top: -3px;
    width: 165px;
  }
  #site-header h1 {
    text-align: left;
    margin-right: 0px;
    margin-top: 0px;
    width: 180px;
  }
  #site-header nav .tel {
    scale: 80%;
  }
  #site-header .header-right .telsp {
    font-weight: bold;
    color: #E51072;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    margin-top: 7px;
  }
  #site-header .header-right .telsp p {
    font-size: 1.1rem;
    line-height: 1;
  }
  #site-header .header-right span {
    font-size: 1.1rem;
    margin-right: 2px;
  }
  #site-header h1 small {
    font-size: 0.9rem;
  }
  #site-header {
    padding: 5px 10px;
  }
  #site-header .header-right {
    gap: 10px;
  }
  #site-header nav .dropdwn li a {
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 5px 0;
  }
  #site-header nav .dropdwn li a small {
    margin-left: 20px;
    text-align: left;
    width: 80%;
  }
  #site-header nav .dropdwn li a span {
    margin: 0 auto 15px;
    width: 55px;
    height: 35px;
  }
  #site-header nav .dropdwn li a img {
    height: 70px;
  }
  #site-header nav .dropdwn .navbr a img {
    height: 40px;
  }
  #site-header .telsp a {
    font-size: 1.7rem;
  }
  #site-header .spnav-img {
    display: block;
    width: 100px;
    margin: 0px auto 100px;
  }
  #site-header .accordion > a {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    padding-right: 30px;
  }
  #site-header .accordion > a span.toggle-icon {
    font-size: 1.6rem;
    transition: 0.3s;
  }
  #site-header .accordion.active > a span.toggle-icon {
    transform: rotate(180deg);
  }
  #site-header .accordion .child_menu {
    position: static !important;
    top: auto !important;
    left: auto !important;
    width: 100%;
    -moz-column-count: 1;
    column-count: 1;
    padding: 0;
    box-shadow: none;
    border-radius: 0;
    background: transparent;
    opacity: 1;
    visibility: visible;
    transform: none;
    min-width: auto;
    font-size: 1.3rem;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
  }
  #site-header .accordion.open > a::after {
    transform: translateY(-50%) rotate(0deg);
  }
  #site-header nav .child_menu li a {
    display: block;
    padding: 3px 0;
    line-height: 1.4;
    font-size: 1.4rem;
  }
  #site-header .accordion > a::before, #site-header .accordion > a::after {
    content: "";
    position: absolute;
    right: -10px;
    top: 50%;
    width: 18px;
    height: 3px;
    background: #10A59A;
    transition: 0.3s ease;
    pointer-events: none;
  }
  #site-header .accordion > a::after {
    transform: translateY(-50%);
  }
  #site-header .accordion > a::before {
    transform: translateY(-50%) rotate(90deg);
  }
  #site-header .accordion.open > a::before {
    opacity: 0;
  }
}
/* タブレット */
@media screen and (min-width: 760px) and (max-width: 1024px) {
  #site-header h1 img {
    margin-top: 2px;
    width: 240px;
  }
  #site-header h1 {
    text-align: left;
    margin-right: 0px;
    margin-top: 0px;
    width: 300px;
  }
  #site-header .header-right .telsp p {
    font-size: 1.6rem;
  }
  #site-header .telsp a {
    font-size: 2.3rem;
  }
}
/* ==========================================
==========================================
              追随ボタン
==========================================
========================================== */
.btn-fix {
  position: fixed;
  top: 45%;
  right: 0px !important;
  transform: translateY(-50%);
  z-index: 9999;
}
.btn-fix li {
  transition: 0.3s all ease-out;
  transform: translateX(3px);
}
.btn-fix li:hover {
  transform: translateX(0px);
}
.btn-fix li a {
  font-size: 2rem;
  display: inline-block;
  padding: 0px 19px;
  text-align: center;
  height: 180px;
  line-height: 0.8;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  box-sizing: border-box;
  width: 52px;
  letter-spacing: 3px;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
.btn-fix .fix-web a {
  background: #E51072;
  color: #fff;
}
.btn-fix .fix-line a {
  background: #11C440;
  color: #fff;
}
#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 10px;
  bottom: 40px;
  background: #E51072;
  border-radius: 50%;
  z-index: 999;
  opacity: 0.9;
}
#page_top:hover {
  opacity: 0.85;
  transition: 0.4s;
}
#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before {
  content: "";
  position: absolute;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  transform: rotate(-45deg);
  width: 15px;
  height: 15px;
  top: 20px;
  bottom: 20px;
  left: 17px;
}
/* スマホ  */
@media screen and (max-width: 1024px) {
  .btn-fix {
    position: fixed;
    top: auto;
    bottom: 0;
    right: 0px;
    left: 0;
    transform: translateY(0);
    opacity: 0.85;
  }
  .btn-fix ul {
    display: flex;
  }
  .btn-fix li {
    width: 50%;
    transition: 0;
    transform: translateX(0px);
  }
  .btn-fix li:hover {
    transform: translateX(0px);
  }
  .btn-fix li a {
    font-size: 1.8rem;
    padding: 18px 0px;
    height: auto;
    line-height: 1;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    width: 100%;
    writing-mode: horizontal-tb;
    text-orientation: initial;
  }
  #page_top {
    bottom: 70px;
  }
}
/* タブレット */
/* ==========================================
==========================================
              フッターアクセス
==========================================
========================================== */
.footer-content {
  position: relative;
  z-index: 1;
  display: flex;
  padding: 60px 5%;
  justify-content: center;
  gap: 5%;
  flex-wrap: wrap;
}
.footer-content::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(/asset/images/top/bg_05.jpg);
  background-size: cover;
  background-position: center;
  opacity: 0.2;
  z-index: -1;
}
.footer-content::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(16, 165, 154, 0.25);
  z-index: -1;
}
.footer-content .footer-medicalHours {
  background-color: #fff;
  max-width: 650px;
  padding: 30px 40px;
}
.footer-content .time-table td {
  padding: 0px;
  text-align: center;
  height: 50px;
  border-bottom: none;
  vertical-align: middle;
  color: #10A59A;
}
.footer-content .time-table tr:first-of-type, .footer-content .time-table tr:last-of-type {
  border-bottom: 1px solid #10A59A;
}
.footer-content .time-table th {
  padding: 0px 18px 10px;
}
.footer-content .time-table .time, .footer-content .time-table .holi, .footer-content .time-table .satsmall {
  color: #181A1D;
}
.footer-content .footer-medicalHours {
  text-align: center;
}
.footer-content .time-table th, .footer-content .time-table .time {
  font-weight: 700;
  font-size: 1.8rem;
}
.footer-content .footer-medicalHours p {
  margin-top: 10px;
}
.footer-content .footer-txt .tel p {
  font-size: 2.5rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  margin-bottom: 5px;
}
.footer-content .footer-txt .tel a span {
  font-size: 2.5rem;
  margin-right: 20px;
}
.footer-content .footer-txt .tel a {
  font-size: 4.1rem;
  font-weight: 700;
  color: #E51072;
}
.footer-content .footer-txt {
  text-align: center;
}
.footer-content .webBtn {
  position: relative;
  padding: 10px 20px;
  font-size: 1.9rem;
  color: #fff;
  background-color: #E51072;
  display: flex;
  border-radius: 5px;
  justify-content: center;
  max-width: 350px;
  margin-top: 10px;
}
.footer-content .webBtn img {
  width: 30px;
  margin-right: 12px;
}
.footer-content .webBtn::after {
  transform: rotate(45deg);
  width: 10px;
  height: 10px;
  margin-left: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  margin-top: 14px;
  position: absolute;
  right: 20px;
}
.footer-content .webBtn:hover {
  opacity: 0.8;
  transition: 0.4s all;
}
.footer-content .lineBtn {
  position: relative;
  padding: 10px 20px;
  font-size: 1.9rem;
  color: #fff;
  background-color: #11C440;
  display: flex;
  border-radius: 5px;
  justify-content: center;
  max-width: 350px;
  margin-top: 20px;
}
.footer-content .lineBtn img {
  width: 34px;
  margin-right: 10px;
}
.footer-content .lineBtn::after {
  transform: rotate(45deg);
  width: 10px;
  height: 10px;
  margin-left: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  margin-top: 14px;
  position: absolute;
  right: 20px;
}
.footer-content .lineBtn:hover {
  opacity: 0.8;
  transition: 0.4s all;
}
/* スマホ  */
@media screen and (max-width: 1024px) {
  .footer-content .time-table th {
    padding: 8px 8px 8px;
    vertical-align: middle;
  }
  .footer-content .footer-medicalHours {
    background-color: #fff;
    max-width: 650px;
    padding: 15px 10px;
    margin-bottom: 35px;
  }
  .footer-content .footer-medicalHours p {
    margin-top: 10px;
    font-size: 1.4rem;
    line-height: 1.2;
  }
  .footer-content .time-table th, .footer-content .time-table .time {
    font-size: 1.6rem;
  }
  .footer-content .time-table {
    line-height: 1.2;
  }
  .footer-content .time-table td {
    height: 0px;
    padding: 8px 0;
    line-height: 1;
  }
  .footer-content .time-table .time, .footer-content .time-table .satsmall {
    font-size: 1.5rem;
  }
  .footer-content .footer-txt .tel p {
    font-size: 2.3rem;
    margin-bottom: 0;
  }
  .footer-content .footer-txt .tel a {
    font-size: 3.8rem;
    line-height: 1.3;
  }
  .footer-content .footer-txt .tel a span {
    font-size: 2.5rem;
    margin-right: 10px;
  }
  .footer-content .lineBtn {
    margin-top: 15px;
  }
}
/* タブレット */
/* ==========================================
==========================================
              フッターバナー
==========================================
========================================== */
.footer-bnr .bnr-area img {
  height: 80px;
}
.footer-bnr .bnr-area ul {
  display: flex;
  gap: 30px;
  justify-content: center;
  flex-wrap: wrap;
}
.footer-bnr {
  padding: 20px 0;
}
.footer-bnr .bnr-area li:hover {
  opacity: 0.8;
  transition: 0.4s;
}
/* スマホ  */
@media screen and (max-width: 1024px) {
  .footer-bnr .bnr-area ul {
    gap: 10px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    max-width: 90%;
    margin: 0 auto;
  }
  .footer-bnr .bnr-area img {
    width: 250px;
    height: auto;
  }
  .footer-bnr {
    padding: 30px 0 20px;
  }
}
/* タブレット */
/* ==========================================
==========================================
              フッターコピーライト
==========================================
========================================== */
.footer-copy {
  background-color: #10A59A;
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
  padding: 15px 0;
}
.footer-copy .footer-menu ul {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 10px;
}
.footer-copy .footer-menu li {
  position: relative;
  padding: 0 0 0 16px;
}
.footer-copy .footer-menu li::before {
  position: absolute;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border: 5px solid transparent;
  border-left: 8px solid #fff;
}
/* スマホ  */
@media screen and (max-width: 1024px) {
  .footer-copy .footer-menu ul {
    gap: 15px;
  }
  .footer-copy {
    padding: 15px 0 20px;
  }
  .footer-copy .copy {
    font-size: 1rem;
  }
  .footer-copy .footer-menu li::before {
    border: 4px solid transparent;
    border-left: 7px solid #fff;
  }
  .footer-copy .footer-menu li {
    padding: 0 0 0 13px;
  }
}
/* タブレット */
.head-mv h2 {
  font-size: 4rem;
  letter-spacing: 5px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  text-align: center;
}
.head-mv {
  width: 100%;
  height: 420px;
  position: relative;
}
.lowertlt {
  font-size: 3.6rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  text-align: center;
  color: #413615;
  position: relative;
  padding-bottom: 15px;
  margin: 70px auto 50px;
}
.lowertlt::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100px;
  height: 5px;
  background: #10A59A;
  transform: translateX(-50%);
}
.lowertlt::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 60px;
  height: 5px;
  background: #5BB402;
  transform: translateX(-50%);
}
.lowerSmalltlt {
  font-size: 2.8rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  color: #413615;
  position: relative;
  padding-left: 10px;
  margin: 60px auto 30px;
  border-left: solid 4px #10A59A;
}
.lowerSmalltlt::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -2px;
  width: 4px;
  height: 40%;
  background: #5BB402;
  transform: translateX(-50%);
}
.quotation p {
  text-align: center;
  background-image: url(/asset/images/clinicinfo/bg_01.jpg);
  margin: 0 auto;
  max-width: 1200px;
  width: 90%;
  padding: 40px 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  font-size: 1.8rem;
  color: #413615;
  font-weight: 600;
  border-radius: 15px;
}
.explanation {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  background-color: #FDFDF2;
  padding: 30px 40px;
}
.content01, .content02 {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
.content01-inner, .content02-inner {
  display: flex;
  gap: 3em;
  justify-content: space-between;
}
.content01-inner img, .content02-inner img {
  width: 35%;
  height: 100%;
}
.flow-content, .flow-content-last {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  position: relative;
  padding: 30px 0;
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}
.flow-content-first {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  position: relative;
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  padding: 0px 0 30px;
}
.flow-num {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #10A59A;
  font-size: 3rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}
.flow-num::after {
  content: "STEP";
  width: 74px;
  height: 30px;
  font-size: 1.6rem;
  color: #10A59A;
  border: 1px solid #10A59A;
  border-radius: 10px;
  position: absolute;
  transform: translateY(50%);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 11;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}
.flow-inner h4 {
  font-size: 2.4rem;
  color: #10A59A;
  font-weight: 800;
  font-family: "Noto Serif JP", serif;
}
.flow-content::after, .flow-content-first::after {
  content: "";
  display: block;
  width: 0;
  height: calc(100% - 100px);
  border-right: 2px dotted #10A59A;
  position: absolute;
  bottom: 0px;
  left: 40px;
}
/* スマホ */
@media screen and (max-width: 1024px) {
  .head-mv {
    height: 300px;
  }
  .head-mv h2 {
    font-size: 3.8rem;
    letter-spacing: 5px;
    line-height: 1.3;
    text-align: center;
    top: 50%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateX(0%);
  }
  .lowertlt {
    font-size: 3rem;
    margin: 50px auto 40px;
  }
  .lowerSmalltlt {
    font-size: 2.5rem;
    margin: 40px auto 35px;
  }
  .quotation p {
    text-align: left;
  }
  .explanation {
    padding: 20px;
  }
  .content01-inner {
    display: block;
  }
  .content01-inner img {
    width: 100%;
    margin-bottom: 20px;
  }
  .content02-inner img {
    width: 100%;
    order: 1;
  }
  .content02-inner p {
    order: 2;
  }
  .content02-inner {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .flow-num {
    width: 50px;
    height: 50px;
    font-size: 2.2rem;
  }
  .flow-num::after {
    content: "STEP";
    width: 50px;
    height: 25px;
    font-size: 1.2rem;
    border-radius: 7px;
  }
  .flow-inner h4 {
    font-size: 2rem;
    line-height: 1.3;
    margin-bottom: 10px;
  }
  .flow-content-first {
    gap: 20px;
    padding: 0px 0 15px;
  }
  .flow-content, .flow-content-last {
    padding: 15px 0;
  }
  .flow-content::after, .flow-content-first::after {
    bottom: 5px;
    left: 25px;
  }
}
/* タブレット */
/* ==========================================
==========================================
             メインビジュアル
==========================================
========================================== */
#top #mv {
  margin-top: 84px; /* ヘッダーの高さ分 */
}
#top #mv .mv-slider::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 96, 89, 0.25);
  pointer-events: none;
  z-index: 2;
}
#top #mv .mv-slider li {
  position: relative;
  z-index: 1;
}
#top #mv .mv_txt p {
  position: absolute;
  top: 45vh;
  left: 10%;
  transform: translateY(-50%);
  z-index: 800;
  color: #fff;
  font-size: 4rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  text-shadow: 0 0 10px #777, 0 0 10px #777, 0 0 10px #777, 0 0 10px #777, 0 0 10px #777;
  line-height: 1.5;
}
#top #mv .mv_txt small {
  position: absolute;
  top: 63vh;
  left: 10%;
  transform: translateY(-50%);
  z-index: 800;
  color: #F8F8BD;
  font-size: 2.5rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  text-shadow: 0 0 10px #777, 0 0 10px #777, 0 0 10px #777, 0 0 10px #777, 0 0 10px #777;
}
#top #mv .mv_txt dl {
  position: absolute;
  top: 74vh;
  left: 10%;
  z-index: 800;
  display: flex;
  gap: 30px;
}
#top #mv .mv_txt dl dd {
  background-color: #fff;
  border: 2px solid #10A59A;
  width: 120px;
  height: 120px;
  border-radius: 60px;
  text-align: center;
  box-sizing: border-box;
  color: #10A59A;
  padding-top: 12px;
  line-height: 1.2;
}
#top #mv .mv_txt dl dd:nth-child(even) {
  background-color: #fff;
  border: 2px solid #5BB402;
  width: 120px;
  height: 120px;
  border-radius: 60px;
  text-align: center;
  box-sizing: border-box;
  color: #5BB402;
  padding-top: 15px;
  line-height: 1.2;
}
#top #mv .mv_txt dl dd img {
  margin-bottom: 3px;
}
/* mvスライドショー */
#top #mv .mv-slider {
  position: relative;
  width: 100%;
  height: 90vh; /* mv高さ */
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
#top #mv .mv-slider li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  animation: fadeZoom 16s infinite;
}
#top #mv .mv-slider img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#top #mv .mv-slider li:first-child {
  opacity: 1;
}
#top #mv .mv-slider li:nth-child(2) {
  animation-delay: 6s;
}
#top #mv .mv-slider li:nth-child(3) {
  animation-delay: 12s;
}
@keyframes fadeZoom {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  10% {
    opacity: 1;
  }
  35% {
    opacity: 1;
    transform: scale(1.06);
  }
  45% {
    opacity: 0;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
/* スマホ */
@media screen and (max-width: 1024px) {
  #top #mv {
    margin-top: 72px;
  }
  #top #mv .mv_txt dl dd, #top #mv .mv_txt dl dd:nth-child(even) {
    width: 100px;
    height: 100px;
    font-size: 1.4rem;
    padding-top: 9px;
  }
  #top #mv .mv_txt dl dd img, #top #mv .mv_txt dl dd img:nth-child(even) {
    width: 33px;
  }
  #top #mv .mv-slider {
    height: 500px;
  }
  #top #mv .mv_txt p {
    top: 220px;
    font-size: 2.4rem;
    left: 7%;
  }
  #top #mv .mv_txt small {
    top: 355px;
    font-size: 2rem;
    left: 7%;
  }
  #top #mv .mv_txt dl {
    gap: 0px;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: 450px;
    justify-content: center;
    gap: 8px;
  }
}
/* タブレット */
@media screen and (min-width: 760px) and (max-width: 1024px) {
  #top #mv .mv_txt dl {
    margin: 0 0 0 10%;
    justify-content: left;
  }
}
/* ==========================================
==========================================
              お知らせ
==========================================
========================================== */
#top #topinformation {
  background-color: #F8FFF2;
  position: relative;
  padding-bottom: 30px;
}
#top #topinformation .topinformation-all {
  max-width: 1150px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5%;
}
#top #topinformation::before {
  position: absolute;
  content: "";
  width: 450px;
  height: 450px;
  background-image: url("/asset/images/top/bg_01.png");
  background-position: center;
  background-size: contain;
  left: 5%;
}
/* お知らせ部分 */
#top #topinformation .topinformation-content h2 span {
  font-size: 6rem;
  font-family: "Amiri", serif;
  font-weight: 400;
  display: block;
  margin-bottom: -65px;
  color: rgba(16, 165, 154, 0.2);
}
#top #topinformation .topinformation-content h2 {
  font-size: 2.5rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  margin-bottom: 10px;
}
#top #topinformation .topinformation-content .news_list {
  border-top: solid 1px #5BB402;
  border-bottom: solid 1px #5BB402;
  padding: 30px 30px;
  height: 220px; /*スクロールの高さ*/
  overflow-y: scroll;
  margin-bottom: 10px;
}
#top #topinformation .topinformation-content .news_list .data {
  font-weight: 700;
  margin-right: 30px;
}
#top #topinformation .topinformation-content .news_list li {
  max-width: 500px; /* 幅の制限 */
  white-space: nowrap; /* 改行しない */
  overflow: hidden; /* はみ出した部分を隠す */
  text-overflow: ellipsis; /* 「...」を表示 */
  margin-bottom: 15px;
}
#top #topinformation .topinformation-content .news_btn {
  position: relative;
  padding: 0 0 0 16px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  right: -76%;
}
#top #topinformation .topinformation-content {
  position: relative;
  margin: 50px 10px;
  width: 500px;
}
#top #topinformation .topinformation-content .news_btn::before, #top #topinformation .topinformation-content .news_btn::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -20%;
  margin: auto;
  content: "";
  vertical-align: middle;
}
#top #topinformation .topinformation-content .news_btn::before {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #10A59A;
}
#top #topinformation .topinformation-content .news_btn::after {
  right: -13%;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
#top #topinformation .topinformation-content .news_btn:hover {
  opacity: 0.85;
  transition: 0.4s all;
}
/* 診療時間表 */
#top #topinformation .information-medicalHours {
  text-align: center;
  margin-top: 70px;
}
#top #topinformation .information-medicalHours table {
  margin: 0 auto;
}
#top #topinformation .information-medicalHours img {
  width: 100px;
  margin-bottom: 13px;
}
#top #topinformation .information-medicalHours .time-table {
  max-width: 460px;
  font-weight: bold;
  text-align: center;
  border-collapse: separate;
  border-spacing: 0;
  border-left: 2px solid #5BB402;
  border-right: 2px solid #5BB402;
  border-radius: 10px;
  overflow: hidden;
}
#top #topinformation .information-medicalHours .time-table th, #top #topinformation .time-table td {
  padding: 0px 10px;
  text-align: center;
  height: 50px;
  border-bottom: 2px solid #5BB402;
  vertical-align: middle;
}
#top #topinformation .information-medicalHours .time-table th {
  background: #5BB402;
  color: #fff;
  border-top: 2px solid #5BB402;
}
#top #topinformation .information-medicalHours .time-table td {
  width: 100%;
  color: #5BB402;
  font-weight: bold;
  background-color: #fff;
}
#top #topinformation .information-medicalHours .time-table td:last-of-type {
  padding-right: 30px;
}
#top #topinformation .information-medicalHours .time-table .break {
  width: 100%;
  color: #181A1D;
  font-weight: 500;
}
#top #topinformation .information-medicalHours .time-table .holi {
  padding-right: 30px;
}
#top #topinformation .information-medicalHours .time-table .satsmall {
  color: #181A1D;
  font-size: 1.3rem;
  font-weight: 600;
  padding: 0px;
  line-height: 1.3;
}
#top #topinformation .information-medicalHours .time-table .time {
  color: #181A1D;
}
#top #topinformation .information-medicalHours p {
  margin-top: 10px;
}
/* スマホ  */
@media screen and (max-width: 1024px) {
  /* お知らせ */
  #top #topinformation .topinformation-content h2 span {
    margin-bottom: -60px;
  }
  #top #topinformation::before {
    width: 200px;
    height: 200px;
    left: 0;
    top: 25%;
  }
  #top #topinformation .topinformation-content .news_list li {
    max-width: 100%;
    margin-bottom: 15px;
  }
  #top #topinformation .topinformation-content .news_list {
    padding: 10px 10px;
  }
  #top #topinformation .topinformation-content .news_btn {
    right: -60%;
  }
  #top #topinformation .topinformation-content {
    margin: 30px 0px;
    width: 100%;
  }
  /* 診療時間表 */
  #top #topinformation .information-medicalHours {
    margin-top: 10px;
    padding-bottom: 25px;
  }
  #top #message h2::before {
    display: none;
  }
  #top #topinformation .information-medicalHours .time-table th, .time-table td {
    padding: 5px 8px;
  }
  #top #topinformation .information-medicalHours .time-table .holi, #top #topinformation .information-medicalHours .time-table td:last-of-type {
    padding-right: 20px;
  }
  #top #topinformation .information-medicalHours .time-table .time {
    line-height: 1.1;
    font-size: 1.5rem;
  }
  #top #topinformation .information-medicalHours .time-table td {
    font-weight: 600;
  }
  #top #topinformation .information-medicalHours p {
    margin-top: 15px;
  }
  #top #topinformation .information-medicalHours {
    padding-bottom: 40px;
    margin-top: 20px;
  }
}
/* タブレット */
@media screen and (min-width: 760px) and (max-width: 1024px) {
  #top #topinformation .topinformation-content .news_list li {
    max-width: 400px;
  }
  #top #topinformation .topinformation-content .news_btn {
    right: -72%;
  }
}
/* ==========================================
==========================================
              ごあいさつ
==========================================
========================================== */
#top #message {
  color: #fff;
  background: linear-gradient(rgba(63, 63, 65, 0.75), rgba(63, 63, 65, 0.75)), url(/asset/images/top/bg_02.webp);
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 120px 0 60px;
}
#top #message h2 span {
  font-size: 6rem;
  font-family: "Amiri", serif;
  font-weight: 400;
  display: block;
  margin-bottom: -65px;
  color: rgba(255, 255, 255, 0.2);
}
#top #message h2 {
  font-size: 3.6rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  margin-top: 50px;
  position: relative;
  text-align: center;
}
#top #message h2::before {
  position: absolute;
  content: "";
  width: 100px;
  height: 100px;
  background-image: url("/asset/images/top/logo_03.png");
  background-position: center;
  background-size: contain;
  left: 20%;
  top: -45%;
}
#top #message .message-content {
  display: flex;
  max-width: 1100px;
  width: 90%;
  justify-content: space-between;
  margin: 0 auto;
}
#top #message .message-inner p {
  line-height: 2;
}
#top #message .message-inner a {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 265px;
  margin: 0 auto;
  padding: 13px 10px;
  border: none;
  border-radius: 10px;
  background-color: #5BB402;
  color: #fff;
  font-weight: 500;
  font-size: 1.8rem;
  margin-top: 40px;
}
#top #message .message-inner a::after {
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
  margin-left: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  margin-top: 4px;
}
#top #message .message-inner a:hover {
  opacity: 0.85;
  transition: 0.4s all;
}
/* スマホ  */
@media screen and (max-width: 1024px) {
  #top #message .message-content {
    display: block;
  }
  #top #message h2 {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 30px;
  }
  #top #message {
    padding: 40px 0 60px;
  }
  #top #message h2 span {
    margin-bottom: -65px;
  }
}
/* タブレット */
/* ==========================================
==========================================
             特徴
==========================================
========================================== */
#top #features {
  padding: 60px 0 30px;
  overflow: hidden;
}
#top #features h2 {
  font-size: 3.6rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  text-align: center;
  margin-bottom: 90px;
}
#top #features h2 span {
  font-size: 9rem;
  font-family: "Amiri", serif;
  font-weight: 400;
  display: block;
  color: rgba(16, 165, 154, 0.2);
  margin-bottom: -90px;
}
#top #features .features-contentodd h3 span, #top #features .features-contenteven h3 span {
  line-height: 1;
  letter-spacing: -0.05em;
  padding-left: 3%;
  font-size: 10rem;
  font-family: "Amiri", serif;
  font-weight: 400;
  position: relative;
}
#top #features .features-contentodd h3 span {
  color: #10A59A;
}
#top #features .features-contenteven h3 span {
  color: #5BB402;
}
#top #features .features-contentodd h3 span::before, #top #features .features-contenteven h3 span::before {
  position: absolute;
  content: "Features";
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  left: -18%;
  top: 90px;
  transform: translateY(-50%);
  z-index: 3;
}
#top #features .features-contentodd h3 span::before {
  color: #10A59A;
}
#top #features .features-contenteven h3 span::before {
  color: #5BB402;
}
#top #features .features-contentodd h3 span::after, #top #features .features-contenteven h3 span::after {
  position: absolute;
  content: "";
  letter-spacing: 0.05em;
  background: #fff;
  width: 60px;
  height: 20px;
  left: -18%;
  top: 90px;
  transform: translateY(-50%);
  z-index: 2;
}
#top #features h3 {
  font-size: 2.9rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
}
#top #features .features-contentodd h3 {
  padding-bottom: 25px;
  border-bottom: 1px solid #10A59A;
}
#top #features .features-contenteven h3 {
  padding-bottom: 25px;
  border-bottom: 1px solid #009A28;
}
#top #features .features-txt p {
  padding-top: 25px;
}
#top #features .features-contentodd, #top #features .features-contenteven {
  display: flex;
  position: relative;
  gap: 5%;
  width: 90%;
  margin-bottom: 110px;
}
#top #features .features-contentodd {
  margin-left: 10%;
  justify-content: flex-start;
}
#top #features .features-contenteven {
  margin-right: 10%;
  justify-content: flex-end;
}
#top #features .features-img {
  width: 50%;
}
#top #features .features-txt {
  width: 40%;
}
#top #features .features-contentodd .features-img::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -3rem;
  width: 100%;
  background-color: #E9FEFC;
  z-index: -1;
  height: 19rem;
  left: -18px;
}
#top #features .features-contenteven .features-img::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -3rem;
  width: 100%;
  background-color: #EBFFE5;
  z-index: -1;
  height: 19rem;
  left: 18px;
}
/* スマホ  */
@media screen and (max-width: 1024px) {
  #top #features .features-contentodd, #top #features .features-contenteven {
    flex-direction: column;
  }
  #top #features .features-txt {
    width: 90%;
  }
  #top #features h2 span {
    line-height: 0.9;
    margin-bottom: -35px;
    font-size: 6rem;
  }
  #top #features h2 {
    font-size: 3rem;
    margin-bottom: 60px;
    text-align: center;
    margin-top: 0px;
  }
  #top #features h3 {
    font-size: 2.4rem;
  }
  #top #features .features-contentodd h3 span, #top #features .features-contenteven h3 span {
    padding-left: 8%;
    font-size: 8rem;
    line-height: 0.2;
  }
  #top #features .features-contentodd h3 span::before, #top #features .features-contenteven h3 span::before {
    font-size: 1.2rem;
    left: 2%;
    top: 78px;
  }
  #top #features .features-contentodd h3 span::after, #top #features .features-contenteven h3 span::after {
    width: 50px;
    height: 15px;
    left: 2%;
    top: 78px;
  }
  #top #features .features-contentodd h3 {
    padding-bottom: 20px;
  }
  #top #features .features-contenteven h3 {
    padding-bottom: 20px;
  }
  #top #features .features-txt p {
    padding-top: 0px;
  }
  /* タイトルを一番上 */
  #top #features .features-title {
    order: 1;
  }
  /* 画像を2番目 */
  #top #features .features-img {
    order: 2;
    margin: 10px 0 20px;
    width: 100%;
  }
  /* 本文を最後 */
  #top #features .features-txt p {
    order: 3;
  }
  /* テキストブロックもflexにする */
  #top #features .features-txt {
    display: contents;
  }
  #top #features .features-contentodd, #top #features .features-contenteven {
    justify-content: center;
    margin: 0 auto 90px;
  }
  #top #features .features-contentodd, #top #features .features-contenteven {
    gap: 0;
  }
  #top #features .features-contenteven .features-img::after {
    left: -10%;
    bottom: -30px;
    width: 120%;
    height: 260px;
    right: 0;
  }
  #top #features .features-contentodd .features-img::after {
    right: 0;
    bottom: -30px;
    width: 120%;
    height: 260px;
    left: -10%;
  }
  #top #features {
    padding: 60px 0 20px;
  }
}
/* タブレット */
/* ==========================================
==========================================
              診療のご案内
==========================================
========================================== */
#top #medical {
  z-index: 1000;
  position: relative;
}
#top #medical .curve-top svg {
  display: block;
  width: 100%;
  margin-bottom: -1px;
}
#top #medical .curve-bottom svg {
  display: block;
  width: 100%;
  margin-top: -1px;
}
#top #medical .medical-content {
  background: linear-gradient(rgba(16, 165, 154, 0.8), rgba(16, 165, 154, 0.8)), url(/asset/images/top/bg_03.webp);
  background-size: cover;
  background-position: center;
  padding: 30px 0 70px;
}
#top #medical h2 {
  font-size: 3.6rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  text-align: center;
  margin-bottom: 90px;
  color: #fff;
}
#top #medical h2 span {
  font-size: 9rem;
  font-family: "Amiri", serif;
  font-weight: 400;
  display: block;
  color: rgba(255, 255, 255, 0.25);
  margin-bottom: -90px;
}
#top #medical .medical-list1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
  width: 90%;
  margin: 0 auto;
  justify-content: center;
  max-width: 1200px;
  margin-bottom: 6rem;
}
#top #medical .medical-list2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  width: 90%;
  margin: 0 auto;
  justify-content: center;
  max-width: 1200px;
}
#top #medical .medical-item1 h3 {
  text-align: center;
  font-size: 2.8rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  color: #10A59A;
  line-height: 1;
  margin-bottom: 20px;
}
#top #medical .medical-item1 div {
  margin: 0 auto;
  padding: 20px 30px 40px;
}
#top #medical li {
  background-color: #fff;
  overflow: hidden;
}
/* #top #medical li:hover {
    opacity: .87;
    transition: .3s;
} */
#top #medical li img {
  transition: transform 0.4s ease;
}
#top #medical li:hover img {
  transform: scale(1.08);
}
#top #medical .medical-item2:hover img {
  transform: scale(1.15);
}
#top #medical .medical-item2 {
  padding: 20px;
  min-width: 0;
}
#top #medical .medical-item2 h3 {
  text-align: center;
  font-size: 2.8rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  color: #10A59A;
  line-height: 1.2;
}
#top #medical .medical-item2 p {
  text-align: center;
  color: #10A59A;
}
#top #medical .medical-item2 img {
  margin: 10px auto 15px;
  display: block;
  height: 95px;
}
#top #medical .medical-list1 li, #top #medical .medical-list2 li {
  position: relative;
}
#top #medical .medical-list1 li::before {
  position: absolute;
  content: "";
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border: 1px solid #10A59A;
  pointer-events: none;
  z-index: 3;
}
#top #medical .medical-list1 li::after {
  content: "";
  position: absolute;
  right: 25px;
  bottom: 25px;
  width: 0;
  height: 0;
  border-right: 25px solid #10A59A;
  border-top: 25px solid transparent;
  transition: transform 0.4s ease;
}
#top #medical .medical-list1 li:hover::after {
  transform: scale(1.2);
}
#top #medical .medical-list2 li::before {
  position: absolute;
  content: "";
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border: 1px solid #10A59A;
  pointer-events: none;
  z-index: 3;
}
#top #medical .medical-list2 li::after {
  content: "";
  position: absolute;
  right: 25px;
  bottom: 25px;
  width: 0;
  height: 0;
  border-right: 20px solid #10A59A;
  border-top: 20px solid transparent;
  transition: transform 0.5s ease;
}
#top #medical .medical-list2 li:hover::after {
  transform: scale(1.2);
}
/* スマホ  */
@media screen and (max-width: 1024px) {
  #top #medical .medical-list1 {
    grid-template-columns: repeat(1, 1fr);
    gap: 3rem;
    margin-bottom: 3rem;
  }
  #top #medical .medical-list2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
  #top #medical .medical-item2 img {
    margin: 10px auto 10px;
    height: 55px;
  }
  #top #medical .medical-list1 li::after, #top #medical .medical-list2 li::after {
    right: 15px;
    bottom: 15px;
    border-right: 15px solid #10A59A;
    border-top: 15px solid transparent;
  }
  #top #medical .medical-list1 li::before, #top #medical .medical-list2 li::before {
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
  }
  #top #medical h2 {
    font-size: 3rem;
    margin-bottom: 45px;
    text-align: center;
    margin-top: 20px;
  }
  #top #medical h2 span {
    line-height: 0.9;
    margin-bottom: -35px;
    font-size: 6rem;
  }
  #top #medical .medical-item1 h3 {
    margin-bottom: 10px;
    margin-top: -8px;
  }
  #top #medical .medical-item1 p {
    line-height: 1.7;
    font-size: 1.5rem;
  }
  #top #medical .medical-item2 h3 {
    font-size: 2rem;
  }
  #top #medical .medical-item2 {
    padding: 20px 15px;
    height: 220px;
  }
  #top #medical .medical-item2 p {
    line-height: 1.5;
    margin-top: 10px;
    font-size: 1.5rem;
  }
}
/* ==========================================
==========================================
              院長紹介
==========================================
========================================== */
#top #introduction {
  position: relative;
  padding: 100px 0 90px;
}
#top #introduction::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(/asset/images/top/bg_04.webp);
  background-size: cover;
  background-position: center;
  z-index: -1;
  margin-top: -60px;
}
#top #introduction h2 {
  font-size: 3.6rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  margin-bottom: 40px;
}
#top #introduction h2 span {
  font-size: 9rem;
  font-family: "Amiri", serif;
  font-weight: 400;
  display: block;
  color: rgba(61, 154, 0, 0.2);
  margin-bottom: -90px;
  margin-top: -40px;
}
#top #introduction .introduction-content {
  width: 90%;
  max-width: 1000px;
  display: flex;
  margin: 0 auto;
  gap: 10rem;
}
#top #introduction .introduction-txt p {
  margin-bottom: 17px;
}
#top #introduction .introduction-inner a {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 265px;
  padding: 13px 10px;
  border: none;
  border-radius: 10px;
  background-color: #5BB402;
  color: #fff;
  font-weight: 500;
  font-size: 1.8rem;
  margin-top: 60px;
}
#top #introduction .introduction-inner a::after {
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
  margin-left: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  margin-top: 4px;
}
#top #introduction .introduction-inner a:hover {
  opacity: 0.85;
  transition: 0.4s all;
}
#top #introduction .introduction-inner {
  width: 60%;
}
#top #introduction .introduction-img {
  width: 40%;
  position: relative;
}
#top #introduction .introduction-img dl {
  position: absolute;
  background-color: #5BB402;
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
  padding: 15px 25px;
  border-radius: 10px;
  bottom: 2rem;
  right: -2rem;
}
#top #introduction .introduction-img dl::after {
  position: absolute;
  content: "";
  border: #fff solid 1px;
  top: 5px;
  left: 5px;
  bottom: 5px;
  right: 5px;
  z-index: 3;
  border-radius: 10px;
}
#top #introduction .introduction-img dl span {
  font-size: 1.8rem;
}
/* スマホ  */
@media screen and (max-width: 1024px) {
  #top #introduction .introduction-content {
    flex-direction: column;
    gap: 3rem;
  }
  #top #introduction .introduction-inner {
    display: contents;
  }
  #top #introduction .introduction-inner h2 {
    order: 1;
  }
  #top #introduction .introduction-img {
    order: 2;
  }
  #top #introduction .introduction-txt {
    order: 3;
    margin-top: 15px;
  }
  #top #introduction .introduction-inner .standardBtn {
    order: 4;
  }
  #top #introduction h2 span {
    font-size: 7rem;
    color: rgba(61, 154, 0, 0.25);
    margin-bottom: -70px;
    margin-top: 0;
  }
  #top #introduction h2 {
    font-size: 3rem;
    margin-bottom: 20px;
    text-align: center;
    margin-top: 0px;
  }
  #top #introduction .introduction-img {
    width: 100%;
  }
  #top #introduction .introduction-inner {
    width: 100%;
  }
  #top #introduction {
    padding: 40px 0 70px;
  }
  #top #introduction .introduction-inner a {
    margin: 0 auto;
    margin-top: 0;
    width: 100%;
  }
  #top #introduction .introduction-img dl {
    bottom: -1rem;
    right: -10rem;
    padding: 10px 15px;
  }
  #top #introduction .introduction-txt p {
    margin-bottom: 11px;
  }
  #top #introduction .introduction-img {
    width: 70%;
  }
}
/* タブレット */
@media screen and (min-width: 760px) and (max-width: 1024px) {
  #top #introduction .introduction-img img {
    width: 40%;
  }
  #top #introduction .introduction-img dl {
    left: 0;
    right: auto;
  }
}
/* ==========================================
==========================================
              院内写真のスライダー
==========================================
========================================== */
#top .img-slider {
  overflow: hidden;
  width: 100%;
  background-color: #10A59A;
  padding: 30px 0;
}
#top .slider-track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: scroll 70s linear infinite;
  gap: 2rem;
}
#top .slider-track div {
  flex: 0 0 auto;
}
#top .slider-track img {
  width: 300px;
  height: auto;
  display: block;
  border-radius: 10px;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
/* スマホ  */
@media screen and (max-width: 1024px) {
  #top .slider-track img {
    width: 200px;
  }
  #top .img-slider {
    padding: 20px 0;
  }
}
/* タブレット */
/* ==========================================
==========================================
              アクセス
==========================================
========================================== */
#top #access {
  padding: 55px 0 80px;
}
#top #access h2 {
  font-size: 3.6rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  text-align: center;
  margin-bottom: 60px;
}
#top #access h2 span {
  font-size: 9rem;
  font-family: "Amiri", serif;
  font-weight: 400;
  display: block;
  color: rgba(16, 165, 154, 0.2);
  margin-bottom: -90px;
}
#top #access p {
  text-align: center;
  margin-bottom: 30px;
}
#top #access .access-content {
  justify-content: center;
  display: flex;
  margin: 0 auto;
  width: 90%;
  max-width: 1200px;
  gap: 3rem;
}
#top #access .googlemap, #top #access .accessvideo {
  width: 100%;
  border-radius: 20px;
  height: 40vh;
}
#top #access a {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 265px;
  padding: 13px 10px;
  border: none;
  border-radius: 10px;
  background-color: #10A59A;
  color: #fff;
  font-weight: 500;
  font-size: 1.8rem;
  margin-top: 60px;
  margin: 40px auto 0;
}
#top #access a::after {
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
  margin-left: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  margin-top: 4px;
}
#top #access a:hover {
  opacity: 0.85;
  transition: 0.4s all;
}
/* スマホ  */
@media screen and (max-width: 1024px) {
  #top #access .access-content {
    display: block;
  }
  #top #access .googlemap, #top #access .accessvideo {
    height: 30vh;
    border-radius: 15px;
  }
  #top #access .accessvideo {
    margin-top: 20px;
  }
  #top #access {
    padding: 60px 0 60px;
  }
  #top #access h2 span {
    line-height: 0.9;
    margin-bottom: -35px;
    font-size: 6rem;
  }
  #top #access h2 {
    font-size: 3rem;
    margin-bottom: 35px;
    text-align: center;
    margin-top: 0px;
  }
  #top #access a {
    margin: 30px auto 0;
  }
}
/* タブレット */
@media screen and (min-width: 760px) and (max-width: 1024px) {
  #top #access .googlemap, #top #access .accessvideo {
    height: 40vh;
  }
}
/* ==========================================
==========================================
              ヘッダーmv
==========================================
========================================== */
#clinicinfo .head-mv {
  background: linear-gradient(rgba(63, 63, 65, 0.75), rgba(63, 63, 65, 0.5)), url(/asset/images/clinicinfo/headmv.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 60px;
}
/* スマホ */
@media screen and (max-width: 1024px) {
  #clinicinfo .head-mv {
    margin-bottom: 50px;
  }
}
/* ==========================================
==========================================
              あいさつ
==========================================
========================================== */
#clinicinfo .introduction p {
  margin-bottom: 10px;
}
#clinicinfo .introduction {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  background-image: url(/asset/images/clinicinfo/bg_01.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 40px 30px;
  text-align: center;
  border-radius: 15px;
}
#clinicinfo .introduction h3 {
  font-size: 2.4rem;
  margin: 0px auto 20px;
  font-weight: 500;
  color: #413615;
}
/* スマホ */
@media screen and (max-width: 1024px) {
  #clinicinfo .introduction h3 {
    font-size: 1.85rem;
    line-height: 1.5;
  }
  #clinicinfo .introduction {
    text-align: left;
  }
}
/* ==========================================
==========================================
              医院概要
==========================================
========================================== */
#clinicinfo .infooverview table {
  margin: 0 auto;
  width: 90%;
  max-width: 850px;
}
#clinicinfo .infooverview th {
  border-bottom: solid 3px #10A59A;
  padding: 13px;
  font-weight: 600;
  text-align: center;
}
#clinicinfo .infooverview td {
  border-bottom: solid 1px #847D67;
  padding: 13px 0 13px 2.5em;
}
@media screen and (max-width: 1024px) {
  #clinicinfo .infooverview td {
    padding-left: 1em;
    line-height: 1.5;
    padding: 13px 0 13px 1em;
  }
  #clinicinfo .infooverview th {
    padding: 10px 8px;
  }
}
/* ==========================================
==========================================
              院内紹介
==========================================
========================================== */
#clinicinfo .inside .inside-container {
  width: 90%;
  height: auto;
  max-width: 1000px;
  margin: 0 auto;
}
#clinicinfo .inside .inside-container .slider {
  margin-bottom: 20px;
}
#clinicinfo .inside .inside-container .slick-img img {
  width: 100%;
  height: 550px;
  -o-object-fit: cover;
  object-fit: cover;
}
#clinicinfo .inside .thumbnail {
  width: 100%;
  max-width: 1000px;
}
#clinicinfo .inside .inside-container .slick-img p {
  background-color: #3D9A00;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100px;
  padding: 5px 10px;
  text-align: center;
  font-size: 2rem;
}
#clinicinfo .inside {
  padding-bottom: 10px;
}
/* スマホ */
@media screen and (max-width: 1024px) {
  #clinicinfo .inside .inside-container .slick-img img {
    height: 350px;
  }
}
/* ==========================================
==========================================
              設備紹介
==========================================
========================================== */
#clinicinfo .equipment ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  width: 90%;
  margin: 0 auto;
  justify-content: center;
  max-width: 1200px;
}
#clinicinfo .equipment li img {
  width: 100%;
  height: auto;
}
#clinicinfo .equipment li h4 {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  margin: 10px auto;
  color: #10A59A;
}
#clinicinfo .equipment li p {
  margin: 0 auto;
  width: 90%;
}
#clinicinfo .infection {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 20px;
}
#clinicinfo .infection .infection-txt {
  display: flex;
  gap: 5rem;
}
#clinicinfo .infection img {
  width: 350px;
  height: auto;
}
/* スマホ */
@media screen and (max-width: 1024px) {
  #clinicinfo .equipment ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 5rem;
  }
  #clinicinfo .infection .infection-txt {
    display: block;
  }
  #clinicinfo .infection img {
    margin-top: 20px;
    width: 100%;
  }
}
/* ==========================================
==========================================
              治療までの流れ
==========================================
========================================== */
#clinicinfo .infoflow {
  padding-bottom: 30px;
}
#clinicinfo .infoflow .infoflow-innner, #clinicinfo .infoflow .infoflow-innnerlast {
  display: flex;
  width: 90%;
  margin: 0 auto;
  justify-content: center;
  display: flex;
  gap: 40px;
  max-width: 1000px;
  background-color: #EFFFEB;
  padding: 30px;
  margin-bottom: 60px;
  position: relative;
}
#clinicinfo .infoflow .infoflow-innner img, #clinicinfo .infoflow .infoflow-innnerlast img {
  width: 300px;
  height: 100%;
}
#clinicinfo .infoflow .infoflow-innner .infoflow-txt h4, #clinicinfo .infoflow .infoflow-innnerlast .infoflow-txt h4 {
  font-size: 2.6rem;
  font-family: "Noto Serif JP";
  font-weight: 650;
  color: #3D9A00;
  position: relative;
}
#clinicinfo .infoflow .infoflow-innner .infoflow-txt h4::after, #clinicinfo .infoflow .infoflow-innnerlast .infoflow-txt h4::after {
  position: absolute;
  content: "";
  border-bottom: solid 1px #5BB402;
  left: 0;
  width: 100%;
  top: 67px;
}
#clinicinfo .infoflow .infoflow-innner .infoflow-txt p, #clinicinfo .infoflow .infoflow-innnerlast .infoflow-txt p {
  margin-top: 40px;
}
#clinicinfo .infoflow .infoflow-innner:after {
  position: absolute;
  content: "";
  border-left: 34px solid transparent;
  border-right: 34px solid transparent;
  border-top: 21px solid #5BB402;
  position: absolute;
  left: 50%;
  bottom: -42px;
  margin-left: -34px;
}
/* スマホ */
@media screen and (max-width: 1024px) {
  #clinicinfo .infoflow .infoflow-innner, #clinicinfo .infoflow .infoflow-innnerlast {
    display: block;
    margin-bottom: 50px;
    padding: 25px;
  }
  #clinicinfo .infoflow .infoflow-innner .infoflow-txt p, #clinicinfo .infoflow .infoflow-innnerlast .infoflow-txt p {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  #clinicinfo .infoflow .infoflow-innner .infoflow-txt h4::after, #clinicinfo .infoflow .infoflow-innnerlast .infoflow-txt h4::after {
    top: 60px;
  }
  #clinicinfo .infoflow .infoflow-innner .infoflow-txt h4, #clinicinfo .infoflow .infoflow-innnerlast .infoflow-txt h4 {
    font-size: 2.4rem;
  }
  #clinicinfo .infoflow .infoflow-innner:after {
    bottom: -37px;
  }
  #clinicinfo .infoflow {
    padding-bottom: 20px;
  }
}
/* ==========================================
==========================================
              ヘッダーmv
==========================================
========================================== */
#doctor .head-mv {
  background: linear-gradient(rgba(63, 63, 65, 0.75), rgba(63, 63, 65, 0.5)), url(/asset/images/doctor/headmv.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 60px;
}
/* スマホ */
@media screen and (max-width: 1024px) {
  #doctor .head-mv {
    margin-bottom: 50px;
  }
}
/* ==========================================
==========================================
              院長紹介
==========================================
========================================== */
#doctor .doctorcontent h4 {
  color: #10A59A;
  font-weight: 800;
  font-size: 2.8rem;
  font-family: "Noto Serif JP", serif;
  margin: -10px 0 30px;
  position: relative;
  padding-bottom: 0.5em;
  border-bottom: 2px solid #10A59A;
  width: 600px;
}
#doctor .doctorcontent {
  display: flex;
  gap: 5em;
  padding-top: 20px;
}
#doctor .doctorinner {
  display: block;
}
#doctor h5 {
  font-size: 2.3rem;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  color: #413615;
  margin: 0px 0 30px;
  padding: 5px 15px;
  background-color: #EEEEEE;
  border-radius: 10px;
}
#doctor .doctorIntroduce {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 30px;
}
#doctor .doctorIntroduce-img img {
  width: 350px;
  height: 100%;
}
#doctor .doctorCareer {
  display: flex;
  gap: 3em;
  margin: 50px auto 30px;
}
#doctor .career {
  width: 50%;
}
#doctor .academicconference {
  width: 50%;
}
#doctor .doctorCareer li {
  margin-block: 3px;
  position: relative;
  padding-left: 1em;
}
#doctor .doctorCareer li:before {
  content: "";
  width: 5px;
  height: 5px;
  background: #413615;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 10px;
}
#doctor .academicconference ul {
  display: grid;
  grid-template-columns: repeat(2, auto);
}
#doctor strong {
  font-weight: 600;
  margin-right: 10px;
}
#doctor .career span {
  font-size: 1.3rem;
}
#doctor .doctorbanner-img {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 4em;
  justify-content: center;
  justify-items: center;
}
#doctor .doctorbanner-img img {
  width: auto;
  height: 150px;
}
#doctor .doctorbanner-img img:hover {
  opacity: 0.8;
  transition: 0.4s;
}
/* スマホ */
@media screen and (max-width: 1024px) {
  #doctor .doctorcontent h4 {
    font-size: 2.5rem;
    width: 100%;
    line-height: 1.5;
    text-align: center;
  }
  #doctor .doctorcontent {
    flex-direction: column;
    gap: 2em;
    margin-top: 25px;
  }
  #doctor .doctorinner {
    order: 2;
  }
  #doctor .doctorIntroduce-img {
    order: 1;
    margin: 0 auto;
  }
  #doctor .doctorCareer {
    flex-direction: column;
    gap: 20px;
  }
  #doctor .career {
    width: 100%;
  }
  #doctor .academicconference {
    width: 100%;
  }
  #doctor .doctorbanner-img {
    display: flex;
    text-align: center;
    flex-direction: column;
    gap: 20px;
  }
  #doctor .doctorbanner-img img {
    width: 90%;
    height: auto;
    max-width: 350px;
  }
  #doctor .doctorcontent {
    padding-top: 0px;
    margin-top: 0px;
  }
}
/* タブレット */
/* ==========================================
==========================================
              当院の治療について
==========================================
========================================== */
#doctor .aboutTreatment {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
#doctor .aboutTreatment .aboutTreatment-img {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 5em;
  margin: 30px 0 100px;
}
/* スマホ */
@media screen and (max-width: 1024px) {
  #doctor .aboutTreatment .aboutTreatment-img {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 30px 0 70px;
  }
}
/* タブレット */
/* ==========================================
==========================================
              ヘッダーmv
==========================================
========================================== */
#information .head-mv {
  background: linear-gradient(rgba(63, 63, 65, 0.75), rgba(63, 63, 65, 0.5)), url(/asset/images/information/headmv.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 60px;
}
/* スマホ */
@media screen and (max-width: 1024px) {
  #information .head-mv {
    margin-bottom: 50px;
  }
}
/* ==========================================
==========================================
             お知らせ一覧
==========================================
========================================== */
#information .information-content {
  width: 90%;
  max-width: 1100px;
  margin: auto;
  padding: 45px 0;
  border-bottom: solid 1px #10A59A;
}
#information .information-content .information-title {
  font-size: 2rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  margin-bottom: 20px;
}
#information .information-content .information-time {
  margin-bottom: 20px;
  background-color: #10A59A;
  display: inline-block;
  color: white;
  padding: 3px 15px;
}
#information .informationList {
  padding-bottom: 100px;
}
#information .anchor {
  padding-top: 100px;
  margin-top: -100px;
}
/* スマホ */
@media screen and (max-width: 1024px) {
  #information .head-mv {
    margin-bottom: 50px;
  }
  #information .information-content {
    padding: 30px 0;
  }
  #information .information-content .information-title, #information .information-content .information-time {
    margin-bottom: 15px;
  }
  #information .informationList {
    padding-bottom: 80px;
  }
  #information .anchor {
    padding-top: 80px;
    margin-top: -80px;
  }
}
/* ==========================================
==========================================
              ヘッダーmv
==========================================
========================================== */
#access .head-mv {
  background: linear-gradient(rgba(63, 63, 65, 0.75), rgba(63, 63, 65, 0.5)), url(/asset/images/access/headmv.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 60px;
}
/* スマホ */
@media screen and (max-width: 1024px) {
  #access .head-mv {
    margin-bottom: 50px;
  }
}
/* ==========================================
==========================================
              診療時間
==========================================
========================================== */
#access .hourstable {
  background-color: #FDFDF2;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 0;
}
#access .hourstable table {
  font-size: 2rem;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  width: 90%;
}
#access .hourstable .time-table tr {
  border-bottom: 2px solid #413615;
  height: 65px;
  vertical-align: middle;
}
#access .hourstable .time-table tr:last-child {
  border-bottom: none;
}
#access .hourstable .time-table th {
  vertical-align: middle;
}
#access .hourstable .time-table td {
  height: 65px;
  padding: 0px 10px;
  text-align: center;
  vertical-align: middle;
}
#access .hourstable p {
  text-align: center;
}
#access .hourstable .hourstablep {
  margin-top: 20px;
}
#access .hourstable th:first-of-type, #access .hourstable td:first-of-type {
  border-right: 2px solid #413615;
}
#access .hourstable .time-table .satsmall {
  line-height: 1.2;
  padding: 0;
}
/* スマホ */
@media screen and (max-width: 1024px) {
  #access .hourstable table {
    font-size: 1.7rem;
    line-height: 1.2;
  }
  #access .hourstable .time-table td {
    padding: 0px 5px;
  }
  #access .hourstable p {
    font-size: 1.5rem;
  }
}
/* タブレット */
/* ==========================================
==========================================
              マップ
==========================================
========================================== */
#access .accessMap {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
#access .accessMap .googlemap {
  width: 100%;
  height: 450px;
}
#access .accessMap p {
  text-align: center;
  background-color: #EFFFEB;
  padding: 10px 0;
  font-size: 1.8rem;
  margin-top: -8px;
}
/* スマホ */
@media screen and (max-width: 1024px) {
  #access .accessMap .googlemap {
    width: 100%;
    height: 300px;
  }
  #access .accessMap p {
    font-size: 1.6rem;
  }
}
/* タブレット */
/* ==========================================
==========================================
              徒歩
==========================================
========================================== */
#access .accessWalk {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  background: #EFFFEB;
  padding-top: 60px;
}
#access .accessWalk .accessvideo {
  max-width: 850px;
  aspect-ratio: 16/9;
  margin: 0 auto;
  display: block;
  width: 100%;
}
#access .accessWalk p {
  text-align: center;
  background-color: #EFFFEB;
  padding: 10px 0;
  font-size: 1.8rem;
}
/* スマホ */
@media screen and (max-width: 1024px) {
  #access .accessWalk .accessvideo {
    height: 250px;
  }
  #access .accessWalk p {
    font-size: 1.6rem;
  }
  #access .accessWalk {
    padding-top: 0;
  }
}
/* タブレット */
/* ==========================================
==========================================
              駐車場
==========================================
========================================== */
#access .accessParking {
  display: flex;
  justify-content: center;
  gap: 3em;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 90px;
}
#access .accessParking img {
  width: 100%;
  max-width: 400px;
}
/* スマホ */
@media screen and (max-width: 1024px) {
  #access .accessParking {
    display: block;
    padding-bottom: 40px;
  }
  #access .accessParking p {
    margin-bottom: 25px;
  }
  #access .accessParking img {
    margin: 0 auto;
    display: block;
  }
}
/* タブレット */
/* ==========================================
==========================================
              ヘッダーmv
==========================================
========================================== */
#comprehensive .head-mv {
  background: linear-gradient(rgba(63, 63, 65, 0.75), rgba(63, 63, 65, 0.5)), url(/asset/images/comprehensive/headmv.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 60px;
}
/* スマホ */
@media screen and (max-width: 1024px) {
  #comprehensive .head-mv {
    margin-bottom: 50px;
  }
}
/* ==========================================
==========================================
              一般歯科
==========================================
========================================== */
#comprehensive #general .decaySymptoms {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
#comprehensive #general .decaySymptoms-content {
  background-color: #EFFFEB;
  padding: 30px;
  margin-bottom: 30px;
  display: flex;
  gap: 3em;
}
#comprehensive #general .decaySymptoms-content h5 {
  font-size: 2.1rem;
  font-weight: 800;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 15px;
  color: brown;
}
#comprehensive #general .decaySymptoms-content img {
  height: 100%;
  width: 20%;
}
#comprehensive #general .decaySymptoms-ex {
  margin-bottom: 50px;
}
#comprehensive #general .decayLose-content {
  display: flex;
  gap: 3em;
}
#comprehensive #general .generalPeriodontal-content {
  display: flex;
  gap: 3em;
  margin: 0 auto;
  width: 90%;
  max-width: 1200px;
  padding: 30px;
  background-color: #FDFDF2;
}
#comprehensive #general .generalPeriodontal-content img {
  width: 30%;
  height: 100%;
}
#comprehensive #general .generalPeriodontal-inner a {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 265px;
  margin: 0 auto;
  padding: 13px 10px;
  border: none;
  border-radius: 10px;
  background-color: #10A59A;
  color: #fff;
  font-weight: 500;
  font-size: 1.8rem;
  margin-top: 40px;
}
#comprehensive #general .generalPeriodontal-inner a:hover {
  opacity: 0.85;
  transition: 0.4s all;
}
#comprehensive #general .generalPeriodontal-inner a::after {
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
  margin-left: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  margin-top: 4px;
}
/* スマホ */
@media screen and (max-width: 1024px) {
  #comprehensive #general .decay {
    margin-bottom: 60px;
  }
  #comprehensive #general .decayWith-content img {
    width: 100%;
    margin-top: 25px;
  }
  #comprehensive #general .decayWith-content {
    display: block;
  }
  #comprehensive #general .decaySymptoms-content {
    display: block;
    padding: 20px;
  }
  #comprehensive #general .decaySymptoms-content img {
    width: 40%;
    display: flex;
    margin: 0 auto 10px;
  }
  #comprehensive #general .decaySymptoms-content h5 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 10px;
  }
  #comprehensive #general .decayLose-content {
    display: block;
  }
  #comprehensive #general .decayLose-content img {
    width: 100%;
    margin-bottom: 20px;
  }
  #comprehensive #general .generalPeriodontal-content {
    flex-direction: column;
    padding: 30px 20px;
    gap: 20px;
  }
  #comprehensive #general .generalPeriodontal-content img {
    order: 1;
    width: 100%;
  }
  #comprehensive #general .generalPeriodontal-inner {
    order: 2;
  }
  #comprehensive #general .generalPeriodontal-inner a {
    margin-top: 20px;
  }
  #comprehensive #general .generalPeriodontal {
    margin-bottom: 60px;
  }
  #comprehensive #general .decaySymptoms-ex {
    margin-bottom: 30px;
  }
}
/* ==========================================
==========================================
              小児歯科
==========================================
========================================== */
#comprehensive #pediatric .fluorine-inner {
  display: flex;
  gap: 3em;
}
/* スマホ */
@media screen and (max-width: 1024px) {
  #comprehensive #pediatric {
    margin-bottom: 60px;
  }
  #comprehensive #pediatric .fluorine-inner {
    display: block;
  }
  #comprehensive #pediatric .fluorine-inner img {
    width: 100%;
    margin-bottom: 20px;
  }
}
/* ==========================================
==========================================
              予防歯科
==========================================
========================================== */
#comprehensive #preventive .preventive-inner {
  display: flex;
  gap: 3em;
}
#comprehensive #preventive {
  padding-bottom: 100px;
}
/* スマホ */
@media screen and (max-width: 1024px) {
  #comprehensive #preventive .preventive-inner {
    display: block;
  }
  #comprehensive #preventive .preventive-inner img {
    width: 100%;
    margin-bottom: 20px;
  }
  #comprehensive #preventive {
    padding-bottom: 60px;
  }
}
/* ==========================================
==========================================
              ヘッダーmv
==========================================
========================================== */
#aesthetic .head-mv {
  background: linear-gradient(rgba(63, 63, 65, 0.75), rgba(63, 63, 65, 0.5)), url(/asset/images/aesthetic/headmv.webp);
  background-repeat: no-repeat;
  background-position: center 0%;
  background-size: cover;
  margin-bottom: 60px;
}
/* スマホ */
@media screen and (max-width: 1024px) {
  #aesthetic .head-mv {
    margin-bottom: 50px;
  }
}
/* ==========================================
==========================================
              ホワイトニング
==========================================
========================================== */
#aesthetic #whitening .whiteningflow .lowerSmalltlt {
  width: 90%;
  max-width: 1000px;
}
/* スマホ */
/* ==========================================
==========================================
              セラミック
==========================================
========================================== */
#aesthetic #ceramic {
  margin-bottom: 70px;
}
#aesthetic #ceramic .lowerSmalltlt {
  width: 90%;
  max-width: 1000px;
}
#aesthetic #ceramic .ceramicpoint-content {
  display: flex;
  margin: 0 auto;
  max-width: 1000px;
  width: 90%;
  gap: 3em;
  justify-content: space-between;
  background-color: #EFFFEB;
  padding: 30px;
}
#aesthetic #ceramic .ceramicpoint-content li {
  margin-bottom: 10px;
  font-size: 1.8rem;
  position: relative;
  padding-left: 1em;
}
#aesthetic #ceramic .ceramicpoint-content img {
  width: 35%;
  height: 100%;
}
#aesthetic #ceramic .ceramicpoint-content li:before {
  content: "";
  width: 5px;
  height: 5px;
  background: #413615;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 14px;
}
#aesthetic #ceramic .flow-num {
  background-color: #3D9A00;
}
#aesthetic #ceramic .flow-num::after {
  color: #3D9A00;
  border: 1px solid #3D9A00;
}
#aesthetic #ceramic .flow-inner h4 {
  color: #3D9A00;
}
/*素材について*/
#aesthetic #ceramic .material {
  width: 90%;
  margin: 0 auto;
  max-width: 1000px;
}
#aesthetic #ceramic .material .material-item {
  display: flex;
  gap: 30px;
  width: 100%;
  margin-bottom: 20px;
}
#aesthetic #ceramic .material .material-item figure {
  width: 30%;
}
#aesthetic #ceramic .material .material-item figure img {
  width: 100%;
}
#aesthetic #ceramic .material .material-item dl {
  width: 70%;
}
#aesthetic #ceramic .material .material-item dl dt {
  font-weight: bold;
  font-size: 2.4rem;
  font-family: "Noto Serif JP", serif;
  color: #10A59A;
  margin-bottom: 10px;
}
#aesthetic #ceramic .flow-content::after, #aesthetic #ceramic .flow-content-first::after {
  content: "";
  border-right: 2px dotted #3D9A00;
}
/* スマホ */
@media screen and (max-width: 1024px) {
  #aesthetic #ceramic .ceramicpoint-content {
    display: block;
    padding: 20px;
  }
  #aesthetic #ceramic .ceramicpoint-content li {
    margin-bottom: 8px;
    font-size: 1.6rem;
  }
  #aesthetic #ceramic .ceramicpoint-content img {
    width: 100%;
  }
  #aesthetic #ceramic {
    margin-bottom: 50px;
  }
  /*素材について*/
  #aesthetic #ceramic .material {
    width: 90%;
    margin: 0 auto;
    max-width: initial;
  }
  #aesthetic #ceramic .material .material-item {
    flex-direction: column;
    gap: 0;
    width: 100%;
    margin-bottom: 40px;
  }
  #aesthetic #ceramic .material .material-item figure {
    width: 100%;
    margin: 0 auto;
  }
  #aesthetic #ceramic .material .material-item figure img {
    width: 100%;
  }
  #aesthetic #ceramic .material .material-item dl {
    width: 100%;
  }
  #aesthetic #ceramic .material .material-item dl dt {
    font-size: 2.2rem;
    margin-bottom: 5px;
	  text-align: center;
  }
  #aesthetic #ceramic .flow-content::after, #aesthetic #ceramic .flow-content-first::after {
    content: "";
    border-right: 2px dotted #3D9A00;
  }
}
/* ==========================================
==========================================
              プラセンタ
==========================================
========================================== */
#aesthetic #placenta .placentaeffect {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto 80px;
}
#aesthetic #placenta .placentaeffect-content h5 {
  font-size: 2.2rem;
  text-align: center;
  font-weight: 600;
  color: #10A59A;
  margin-bottom: 10px;
}
#aesthetic #placenta .placentaeffect-content {
  background-color: #E9FEFC;
  padding: 20px 30px 27px;
  margin-bottom: 25px;
}
/* スマホ */
@media screen and (max-width: 1024px) {
  #aesthetic #placenta .placentaeffect-content {
    margin-bottom: 20px;
  }
  #aesthetic #placenta .placentaeffect-content h5 {
    font-size: 2rem;
    margin-bottom: 15px;
  }
  #aesthetic #placenta .placentaeffect {
    margin: 0 auto 60px;
  }
}
/* ==========================================
==========================================
              ヘッダーmv
==========================================
========================================== */
#prosthetic .head-mv {
  background: linear-gradient(rgba(63, 63, 65, 0.75), rgba(63, 63, 65, 0.5)), url(/asset/images/prosthetic/headmv.webp);
  background-repeat: no-repeat;
  background-position: center 10%;
  background-size: cover;
  margin-bottom: 60px;
}
/* スマホ */
@media screen and (max-width: 1024px) {
  #prosthetic .head-mv {
    margin-bottom: 50px;
  }
}
/* ==========================================
==========================================
              インプラント
==========================================
========================================== */
#prosthetic #implant .implantpoint {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
#prosthetic #implant .implantpoint-content {
  display: flex;
  margin: 0 auto;
  gap: 3em;
  justify-content: space-between;
  background-color: #EFFFEB;
  padding: 30px;
  align-items: center;
}
#prosthetic #implant .implantpoint-content li {
  margin-bottom: 10px;
  font-size: 1.7rem;
  position: relative;
  padding-left: 1em;
}
#prosthetic #implant .implantpoint-content img {
  width: 35%;
  height: 100%;
}
#prosthetic #implant .implantpoint-content li:before {
  content: "";
  width: 5px;
  height: 5px;
  background: #413615;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 14px;
}
#prosthetic #implant .implantflow .lowerSmalltlt {
  width: 90%;
  max-width: 1000px;
}
#prosthetic #implant .flow-inner h4 {
  color: #3D9A00;
}
#prosthetic #implant .flow-num {
  background-color: #3D9A00;
}
#prosthetic #implant .flow-num::after {
  color: #3D9A00;
  border: 1px solid #3D9A00;
}
#prosthetic #implant .flow-content::after, #prosthetic #implant .flow-content-first::after {
  border-right: 2px dotted #3D9A00;
}
/* スマホ */
@media screen and (max-width: 1024px) {
  #prosthetic #implant .implantpoint-content {
    display: block;
    padding: 20px;
  }
  #prosthetic #implant .implantpoint-content img {
    width: 100%;
    margin-bottom: 10px;
  }
  #prosthetic #implant .implantpoint-content li {
    margin-bottom: 8px;
    font-size: 1.6rem;
  }
}
/* ==========================================
==========================================
              入れ歯
==========================================
========================================== */
#prosthetic #dentures .denturesflow .lowerSmalltlt, #prosthetic #dentures .denturesComparison .lowerSmalltlt {
  width: 90%;
  max-width: 1000px;
}
#prosthetic #dentures .denturesflow {
  margin-bottom: 80px;
}
#prosthetic #dentures .denturesComparison-content {
  display: flex;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
#prosthetic #dentures .insurance h5, #prosthetic #dentures .noinsurance h5 {
  text-align: center;
  font-size: 2.4rem;
  color: #413615;
  font-family: "Noto Serif JP", serif;
  font-weight: 800;
  margin-bottom: 20px;
}
#prosthetic #dentures .comparison-merit, #prosthetic #dentures .comparison-demerit {
  width: 50%;
}
#prosthetic #dentures .comparison-merit h6 {
  text-align: center;
  font-size: 1.9rem;
  font-weight: 600;
  color: white;
  padding: 8px 0;
  background-color: #FFA200;
}
#prosthetic #dentures .comparison-merit ul {
  background-color: #FDFDF2;
  padding: 20px;
  min-height: 310px;
}
#prosthetic #dentures .comparison-demerit h6 {
  text-align: center;
  font-size: 1.9rem;
  font-weight: 600;
  color: white;
  padding: 8px 0;
  background-color: #5C6B80;
}
#prosthetic #dentures .comparison-demerit ul {
  background-color: #F5F7F9;
  padding: 20px;
  min-height: 310px;
}
#prosthetic #dentures .comparison-merit li, #prosthetic #dentures .comparison-demerit li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 1em;
}
#prosthetic #dentures .comparison-merit li:before, #prosthetic #dentures .comparison-demerit li:before {
  content: "";
  width: 5px;
  height: 5px;
  background: #413615;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 14px;
}
#prosthetic #dentures .noinsurance {
  margin-bottom: 40px;
}
#prosthetic #dentures .privatedentures {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
#prosthetic #dentures .dentures-brand h5 {
  text-align: center;
  font-size: 2.4rem;
  margin: 40px 0 30px;
  color: #413615;
  font-family: "Noto Serif JP", serif;
  font-weight: 800;
}
#prosthetic #dentures .dentures-type {
  display: flex;
  gap: 5rem;
  margin-bottom: 40px;
}
#prosthetic #dentures .dentures-type img {
  width: 350px;
  height: 100%;
}
#prosthetic #dentures .dentures-typetxt h6 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #10A59A;
  font-family: "Noto Serif JP", serif;
  font-weight: 800;
}
#prosthetic #dentures .dentures-type dt {
  font-weight: 600;
}
#prosthetic #dentures .dentures-type dd {
  margin-bottom: 15px;
}
#prosthetic #dentures .dentures-typetxt .bottom {
  margin-bottom: 15px;
}
/* スマホ */
@media screen and (max-width: 1024px) {
  #prosthetic #dentures .denturesComparison-content {
    display: block;
  }
  #prosthetic #dentures .comparison-merit ul {
    min-height: auto;
  }
  #prosthetic #dentures .comparison-demerit ul {
    min-height: auto;
  }
  #prosthetic #dentures .comparison-merit, #prosthetic #dentures .comparison-demerit {
    width: 100%;
  }
  #prosthetic #dentures .denturesflow {
    margin-bottom: 60px;
  }
  #prosthetic #dentures .dentures-type {
    display: block;
  }
  #prosthetic #dentures .dentures-typetxt h6 {
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 20px;
  }
}
/* ==========================================
==========================================
              ヘッダーmv
==========================================
========================================== */
#periodontal .head-mv {
  background: linear-gradient(rgba(63, 63, 65, 0.75), rgba(63, 63, 65, 0.5)), url(/asset/images/periodontal/headmv.webp);
  background-repeat: no-repeat;
  background-position: center 45%;
  background-size: cover;
  margin-bottom: 60px;
}
/* スマホ */
@media screen and (max-width: 1024px) {
  #periodontal .head-mv {
    margin-bottom: 50px;
  }
}
/* ==========================================
==========================================
              症状
==========================================
========================================== */
#periodontal .periodontalSymptoms .symptomscontent {
  max-width: 900px;
  width: 90%;
  margin: 0 auto;
  padding: 30px;
  background-color: #FDFDF2;
}
#periodontal .periodontalSymptoms .symptomscontent ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1em;
}
#periodontal .periodontalSymptoms .symptomscontent li {
  font-size: 1.8rem;
  position: relative;
  padding-left: 1.3em;
}
#periodontal .periodontalSymptoms .symptomscontent li:before {
  position: absolute;
  content: "";
  top: 11px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 2px solid #10a59a;
}
#periodontal .periodontalSymptoms .symptomscontent li:after {
  position: absolute;
  content: "";
  width: 16px;
  height: 6px;
  top: 11px;
  left: 2px;
  border-left: 2px solid #10A59A;
  border-bottom: 2px solid #10A59A;
  transform: rotate(-45deg);
}
#periodontal .periodontalSymptoms .symptomsp {
  text-align: center;
  margin-top: 20px;
  font-weight: 600;
  font-size: 2rem;
  color: brown;
}
/* スマホ */
@media screen and (max-width: 1024px) {
  #periodontal .periodontalSymptoms .symptomscontent ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 1em;
  }
  #periodontal .periodontalSymptoms .symptomsp {
    font-size: 1.7rem;
  }
  #periodontal .periodontalSymptoms .symptomscontent li {
    font-size: 1.7rem;
    padding-left: 1.8em;
  }
}
/* ==========================================
==========================================
    歯周病の原因と予防について
==========================================
========================================== */
/* スマホ */
/* ==========================================
==========================================
          歯周病の進行段階
==========================================
========================================== */
#periodontal .periodontalStage .periodontalStage-ex {
  text-align: center;
  margin-bottom: 40px;
}
#periodontal .periodontalStage .periodontalStage-content {
  display: flex;
  width: 90%;
  max-width: 1000px;
  gap: 3em;
  margin: 0 auto 25px;
  padding: 30px 20px;
  background-color: #EFFFEB;
}
#periodontal .periodontalStage .periodontalStage-content img {
  width: 180px;
  height: 100%;
}
#periodontal .periodontalStage .periodontalStage-txt h5 {
  color: brown;
  font-size: 2.1rem;
  font-weight: 800;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 15px;
}
/* スマホ */
@media screen and (max-width: 1024px) {
  #periodontal .periodontalStage .periodontalStage-content img {
    width: 140px;
    margin: 0 auto 20px;
    display: block;
  }
  #periodontal .periodontalStage .periodontalStage-content {
    display: block;
    margin: 0 auto 25px;
    padding: 20px;
    background-color: #EFFFEB;
  }
  #periodontal .periodontalStage .periodontalStage-txt h5 {
    font-size: 2.1rem;
    margin-bottom: 5px;
    text-align: center;
  }
}
/* ==========================================
==========================================
          歯周病の治療について
==========================================
========================================== */
#periodontal .periodontalTreatment {
  margin-bottom: 80px;
}
/* スマホ */
@media screen and (max-width: 1024px) {
  #periodontal .periodontalTreatment {
    margin-bottom: 60px;
  }
}
/* ==========================================
==========================================
              ヘッダーmv
==========================================
========================================== */
#sitemap .head-mv {
  background: linear-gradient(rgba(63, 63, 65, 0.75), rgba(63, 63, 65, 0.5)), url(/asset/images/sitemap/headmv.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 60px;
}
/* スマホ */
@media screen and (max-width: 1024px) {
  #sitemap .head-mv {
    margin-bottom: 50px;
  }
}
/* ==========================================
==========================================
              サイトマップ
==========================================
========================================== */
#sitemap .listdetail {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto 100px;
  font-size: 1.8rem;
  line-height: 2.5;
  color: #413615;
}
#sitemap .listdetail a:hover {
  color: #10A59A;
  transition: 0.4s;
}
#sitemap .listdetail li {
  padding: 5px 0;
}
#sitemap .listdetail .list1 li {
  border-bottom: 2px dotted #10A59A;
  font-weight: 700;
}
#sitemap .listdetail .list2 li {
  border-bottom: 2px dotted #10A59A;
  font-weight: 550;
}
#sitemap .listdetail .list2 li:last-of-type {
  border-bottom: none;
}
#sitemap .listdetail .list3 li {
  border-bottom: none;
  font-weight: 400;
  padding: 0;
}
#sitemap .listdetail .list2 {
  margin-left: 80px;
}
#sitemap .listdetail .list3 {
  margin-left: 100px;
}
/* スマホ */
@media screen and (max-width: 1024px) {
  #sitemap .listdetail .list2 {
    margin-left: 60px;
  }
  #sitemap .listdetail .list3 {
    margin-left: 60px;
  }
  #sitemap .listdetail {
    line-height: 2.5;
    margin: 0 auto 60px;
    font-size: 1.7rem;
  }
}
/* ==========================================
==========================================
              ヘッダーmv
==========================================
========================================== */
#privacypolicy .head-mv {
  background: linear-gradient(rgba(63, 63, 65, 0.75), rgba(63, 63, 65, 0.5)), url(/asset/images/privacypolicy/headmv.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 60px;
}
/* スマホ */
@media screen and (max-width: 1024px) {
  #privacypolicy .head-mv {
    margin-bottom: 50px;
  }
}
/* ==========================================
==========================================
              プライバシーポリシー
==========================================
========================================== */
#privacypolicy .policy-content {
  width: 90%;
  margin: 0 auto;
  max-width: 1000px;
}
#privacypolicy .policy {
  margin-bottom: 80px;
}
/* スマホ */
@media screen and (max-width: 1024px) {
  #privacypolicy .policy {
    margin-bottom: 60px;
  }
}
/* ==========================================
==========================================
              スタンダード
==========================================
========================================== */
.anime {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.anime.active {
  opacity: 1;
  transform: translateY(0);
}
/* ==========================================
==========================================
              メインビジュアル
==========================================
========================================== */
/* 文字アニメ */
#mv .char {
  display: inline-block;
  opacity: 0;
  transform: translateY(20px);
  transition: 0.4s ease;
}
#mv .anime.active .char {
  opacity: 1;
  transform: translateY(0);
}
#mv .mv_txt .anime.active .char {
  opacity: 1 !important;
  transform: translateY(0) !important;
}
#mv .mv_txt .char {
  opacity: 0 !important;
  transform: translateY(20px) !important;
  display: inline-block;
  transition: 0.4s ease;
}
/* p / small（親は何もしない） */
#mv .mv_txt p.anime, #mv .mv_txt small.anime {
  opacity: 1;
  transform: none;
}
/* ddアニメ*/
#mv .mv_txt dl dd.anime {
  opacity: 0;
  transform: translateY(20px);
  transition: 0.6s ease;
}
#mv .mv_txt dl dd.anime.active {
  opacity: 1;
  transform: translateY(0);
}
/* 順番 */
#mv .mv_txt dl dd:nth-child(1) {
  transition-delay: 1.5s;
}
#mv .mv_txt dl dd:nth-child(2) {
  transition-delay: 1.8s;
}
#mv .mv_txt dl dd:nth-child(3) {
  transition-delay: 2.1s;
}
/* ==========================================
==========================================
             お知らせ
==========================================
========================================== */
#topinformation .topinformation-content {
  transition: 0.8s ease;
  transition-delay: 0.1s;
}
#topinformation .information-medicalHours {
  transition: 0.6s ease;
  transition-delay: 0.2s;
}
/* ==========================================
==========================================
              5つの特徴
==========================================
========================================== */
#features .features-contentodd.anime {
  opacity: 0;
  transform: translate(-50%, 0);
  transition: 2s all ease-out;
}
#features .features-contentodd.anime.active {
  transform: translate(0, 0);
  opacity: 1;
  transition: 1s all ease-out;
}
#features .features-contenteven.anime {
  opacity: 0;
  transform: translate(50%, 0);
  transition: 2s all ease-out;
}
#features .features-contenteven.anime.active {
  transform: translate(0, 0);
  opacity: 1;
  transition: 1s all ease-out;
}
/* ==========================================
==========================================
              診療のご案内
==========================================
========================================== */ /*# sourceMappingURL=style.css.map */

/* 260529 */
#ceramic .ceramic-material {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
#ceramic .ceramic-material .material-typetxt h5 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #3D9A00;
    font-family: "Noto Serif JP", serif;
    font-weight: 800;
}
#ceramic .ceramic-material .material-type {
    display: flex;
    gap: 5rem;
    margin-bottom: 40px;
}
#ceramic .ceramic-material .material-type img {
    width: 350px;
    height: 100%;
}
#ceramic .ceramic-material .material-txt p {
  margin-bottom: 40px;
}
#aesthetic #ceramic .ceramic-material .lowerSmalltlt {
  width: 100%;
}
#ceramic .ceramic-material .material-typetxt p span{
  font-weight: 600;
}
#prosthetic #dentures .privatedentures .privatedentures-txt p {
  margin-bottom: 40px;
}
#prosthetic #dentures .privatedentures .dentures-typetxt p span{
  font-weight: 600;
}
#ceramic th {
  font-weight: 600;
  width: 180px;
}
#dentures th {
  font-weight: 600;
  width: 180px;
}
/* スマホ */
@media screen and (max-width: 1024px) {
  #ceramic .ceramic-material .material-type {
    display: block;
  }
  #ceramic .ceramic-material .material-typetxt h5 {
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 20px;
  }  
  #ceramic th {
    width: 165px;
  }
  #dentures th {
    width: 165px;
  }
}