@charset "UTF-8";
@import url(//fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Noto+Serif+JP:wght@200..900&family=Zen+Maru+Gothic&display=swap);
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

img {
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
  font-family: inherit;
  -webkit-appearance: none;
}

textarea {
  font-family: inherit;
  -webkit-appearance: none;
}

*:focus {
  outline: none;
}

input[type=checkbox],
input[type=radio] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=radio] {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}

html {
  font-size: 100%;
}

body {
  color: #342200;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  font-size: 14px;
  font-size: clamp(0.875rem, 0.3vw + 0.785rem, 1rem);
  line-height: 2;
  height: 100%;
  box-sizing: border-box;
  display: block;
  letter-spacing: 0.04em;
  padding-top: 70px;
}

.inner {
  max-width: 1190px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}

.inner-m {
  max-width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
}

.inner-s {
  max-width: 680px;
  margin: 0 auto;
  box-sizing: border-box;
}

@media screen and (max-width:1200px) {
  .inner, .inner-m, .inner-s {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0 3%;
  }
}
@media screen and (max-width: 768px) {
  body {
    line-height: 1.8;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  body img {
    width: 100%;
  }
  .inner, .inner-m, .inner-s {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0 7%;
  }
}
a {
  text-decoration: none;
}

img {
  width: 100%;
}

main {
  position: relative;
  z-index: 10;
  overflow: hidden;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  box-sizing: border-box;
  padding-right: 80px;
}
header.no-transition, header.no-transition * {
  transition: none !important;
}
header:after {
  content: "";
  background-color: rgba(255, 255, 255, 0.9);
  width: 100vw;
  height: 70px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  opacity: 1;
}
header h1 {
  padding: 10px 20px 0px;
}
header h1 a {
  display: flex;
  align-items: center;
  position: relative;
  width: 216px;
  height: 53px;
}
header .btn-list-h {
  position: absolute;
  top: 0;
  right: 80px;
  display: flex;
  align-items: center;
}
header .btn-list-h .tel a {
  font-size: 22px;
  font-size: clamp(1.375rem, 0.8vw + 1.135rem, 1.75rem);
  color: #8E6211;
  line-height: 1;
  font-weight: 900;
  text-align: center;
  height: 70px;
  display: inline-block;
  box-sizing: border-box;
  padding: 0.5em 20px 0;
}
header .btn-list-h .tel a small {
  font-size: 9px;
  font-size: clamp(0.5625rem, 0.1vw + 0.5325rem, 0.625rem);
  display: block;
  font-weight: 700;
  letter-spacing: -0.1em;
  margin-bottom: 3px;
}
header .btn-list-h .tel a {
  transition: 0.5s all;
}
header .btn-list-h .tel a:hover {
  filter: brightness(60%);
}
header .btn-list-h .web a {
  background-color: #FF8ED5;
  display: inline-block;
  height: 70px;
  line-height: 70px;
  width: 210px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-size: clamp(1rem, 0.4vw + 0.88rem, 1.1875rem);
  font-weight: 700;
  transition: 0.5s all;
}
header .btn-list-h .web a:hover {
  filter: brightness(110%);
}
header .menu {
  display: inline-block;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 9999;
  cursor: pointer;
  width: 80px;
  height: 70px;
}
header .menu:after {
  content: "";
  background-color: #86C801;
  width: 80px;
  height: 70px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
header .menu .menu-trigger,
header .menu .menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}
header .menu .menu-trigger {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 33px;
  height: 22px;
  display: block;
  transform: translate(-50%, -50%);
}
header .menu .menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 1px;
  overflow: hidden;
}
header .menu .menu-trigger span:nth-of-type(1) {
  top: 0;
}
header .menu .menu-trigger span:nth-of-type(2) {
  top: 10px;
}
header .menu .menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
header .menu .menu-trigger.active span:nth-of-type(1) {
  transform: translateY(10px) rotate(-45deg);
}
header .menu .menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
header .menu .menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-10px) rotate(45deg);
}
header nav {
  z-index: 999;
  position: fixed;
  top: 70px;
  right: 0;
  background-color: rgba(134, 200, 1, 0.9);
  box-sizing: border-box;
  padding: 60px;
  box-sizing: border-box;
  width: 40%;
  min-width: 400px;
  height: calc(100vh - 70px);
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  transform: translateX(100%);
  transition: 0.5s all ease-out;
}
header nav.open {
  transform: translateX(0);
}
header nav:after {
  content: "";
  background: url(/asset/images/footer_obj.png) no-repeat;
  background-size: cover;
  width: 280px;
  height: 326px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  opacity: 0.2;
}
header nav ul li {
  margin-bottom: 25px;
}
header nav ul li a {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  font-size: clamp(1rem, 0.6vw + 0.82rem, 1.25rem);
  position: relative;
  padding-left: 20px;
  line-height: 1.2;
}
header nav ul li a:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #fff;
  border-right: 0;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
header nav ul li.has-sub > a {
  position: relative;
  padding-right: 30px;
}
header nav ul li.has-sub > a span {
  display: inline-block;
  position: relative;
  padding-right: 80px;
}
header nav ul li.has-sub.is-open > a::after {
  transform: translateY(-20%) rotate(-135deg);
}
header nav ul li.has-sub.is-open .sub {
  display: block;
}
header nav ul li.has-sub .sub {
  display: none;
  position: static;
  width: 100%;
  top: 0;
  left: 0;
  transform: none;
  opacity: 1;
  visibility: visible;
  box-shadow: none;
  background: none;
  padding: 0;
  overflow: hidden;
  transform: translateX(0%) translateY(0px) !important;
  border-radius: 0px !important;
  margin-top: 20px;
}
header nav ul li.has-sub .sub ul {
  margin-top: 10px;
  margin-left: 30px;
}

@media screen and (max-width: 768px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9997;
  }
  header:after {
    height: 60px;
    opacity: 1;
  }
  header h1 {
    width: 20%;
    max-width: auto;
    min-width: auto;
    line-height: 1;
    padding: 15px 5% 0;
  }
  header h1 a {
    width: 180px;
    height: 34px;
  }
  header h1 img {
    width: 100%;
  }
  header .btn-list-h {
    display: none;
  }
  header .menu {
    width: 60px;
    height: 60px;
  }
  header .menu:after {
    width: 60px;
    height: 60px;
  }
  header nav {
    top: 60px;
    padding: 30px 10%;
    box-sizing: border-box;
    width: 100%;
    min-width: 100px;
    height: calc(100vh - 120px);
    height: calc(100svh - 120px);
  }
  header nav:after {
    width: 140px;
    height: 163px;
    opacity: 0.4;
  }
  header nav ul li {
    margin-bottom: 20px;
  }
  header nav ul li a {
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    font-size: clamp(1rem, 0.6vw + 0.82rem, 1.25rem);
    position: relative;
    padding-left: 20px;
    line-height: 1.2;
  }
  header nav ul li a:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #fff;
    border-right: 0;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  header nav ul li.has-sub > a {
    position: relative;
    padding-right: 30px;
  }
  header nav ul li.has-sub > a span {
    display: inline-block;
    position: relative;
    padding-right: 80px;
  }
  header nav ul li.has-sub.is-open > a::after {
    transform: translateY(-20%) rotate(-135deg);
  }
  header nav ul li.has-sub.is-open .sub {
    display: block;
  }
  header nav ul li.has-sub .sub {
    display: none;
    position: static;
    width: 100%;
    top: 0;
    left: 0;
    transform: none;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    background: none;
    padding: 0;
    overflow: hidden;
    transform: translateX(0%) translateY(0px) !important;
    border-radius: 0px !important;
    margin-top: 0px;
  }
  header nav ul li.has-sub .sub ul {
    margin-top: 10px;
    margin-left: 30px;
  }
}
/*---------------------------
	footer
----------------------------*/
footer {
  background: url(/asset/images/footer_obj.png) no-repeat 97% 50% #DFFECF;
  background-size: auto 80%;
  padding-top: 50px;
  position: relative;
  z-index: 20;
}
footer .inner {
  max-width: 1000px;
}
footer nav {
  display: grid;
  grid-template-columns: 1fr 2fr;
  margin-bottom: 45px;
  gap: 60px;
}
footer nav .nav-block .nav-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
footer nav .nav-block.right .nav-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
footer nav .nav-block h3 {
  width: 100%;
  color: #342200;
  font-size: 20px;
  font-size: clamp(1.25rem, 0.3vw + 1.16rem, 1.375rem);
  line-height: 1.2;
  padding-bottom: 15px;
  margin-bottom: 25px;
  border-bottom: 1px solid #342200;
}
footer nav .nav-block ul {
  width: 50%;
}
footer nav .nav-block ul li {
  margin-bottom: 20px;
  line-height: 1;
}
footer nav .nav-block ul li:last-child {
  margin-bottom: 0px;
}
footer nav .nav-block ul li a {
  font-size: 12px;
  font-size: clamp(0.75rem, 0.6vw + 0.57rem, 1rem);
  color: #342200;
  transition: color 0.3s;
  font-weight: 600;
  line-height: 1.2;
  padding: 0;
  display: inline-block;
  padding-left: 20px;
  position: relative;
  white-space: nowrap;
  transition: 0.5s all;
}
footer nav .nav-block ul li a:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #342200;
  border-right: 0;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
footer nav .nav-block ul li a:hover {
  opacity: 0.7;
}
footer #bnr-list {
  max-width: 640px;
  width: 100%;
  margin: auto;
}
footer #bnr-list ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
footer #bnr-list ul li a {
  display: inline-block;
  transition: 0.3s all ease-out;
}
footer #bnr-list ul li a:hover {
  transform: scale(1.05);
}
footer .copy {
  text-align: center;
  line-height: 1;
  font-size: 9px;
  font-size: clamp(0.5625rem, 0.6vw + 0.3825rem, 0.8125rem);
  padding: 20px 0;
}

@media screen and (max-width:970px) {
  footer nav {
    gap: 30px;
  }
  footer nav .nav-block .nav-wrap {
    grid-template-columns: 1fr;
  }
  footer nav .nav-block.right .nav-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  footer {
    padding-top: 40px;
    background: url(/asset/images/footer_obj.png) no-repeat 97% 5% #DFFECF;
    background-size: auto 30%;
  }
  footer .inner {
    grid-template-columns: 1fr;
    overflow: hidden;
  }
  footer nav {
    display: grid;
    grid-template-columns: 1fr;
    margin-bottom: 10px;
    gap: 30px;
  }
  footer nav .nav-block .nav-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  footer nav .nav-block.right .nav-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  footer nav .nav-block h3 {
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  footer nav .nav-block ul {
    width: 50%;
  }
  footer nav .nav-block ul li {
    margin-bottom: 10px;
    line-height: 1;
  }
  footer nav .nav-block ul li:last-child {
    margin-bottom: 0px;
  }
  footer nav .nav-block ul li a:hover {
    opacity: 1;
  }
  footer #bnr-list {
    padding: 20px 0;
  }
  footer #bnr-list ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    box-sizing: border-box;
    padding: 0 10%;
  }
  footer #bnr-list ul li a:hover {
    transform: scale(1);
  }
}
/*---------------------------
	common-area
----------------------------*/
#common-area {
  padding: 60px 0;
  position: relative;
  background-color: #fff;
}
#common-area .inner {
  display: flex;
}
#common-area .inner .clinic-info {
  width: 48%;
  box-sizing: border-box;
  padding-right: 50px;
}
#common-area .inner .clinic-info h2 {
  max-width: 330px;
  margin-bottom: 39px;
}
#common-area .inner .clinic-info ul {
  font-size: 16px;
  font-size: clamp(1rem, 0.3vw + 0.91rem, 1.125rem);
  line-height: 1.2;
  margin-bottom: 30px;
}
#common-area .inner .clinic-info ul li {
  position: relative;
  padding-left: 50px;
  margin-bottom: 25px;
}
#common-area .inner .clinic-info ul li:last-child {
  margin-bottom: 0px;
}
#common-area .inner .clinic-info ul li:before {
  content: "";
  background: url(/asset/images/icon_address.png) no-repeat;
  background-size: cover;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#common-area .inner .clinic-info ul li:nth-child(2):before {
  background: url(/asset/images/icon_tel.png) no-repeat;
  background-size: cover;
}
#common-area .inner .clinic-info ul li:nth-child(3):before {
  background: url(/asset/images/icon_time.png) no-repeat;
  background-size: cover;
}
#common-area .inner .clinic-info ul li:nth-child(4):before {
  background: url(/asset/images/icon_days.png) no-repeat;
  background-size: cover;
}
#common-area .inner .clinic-info ul li:nth-child(5):before {
  background: url(/asset/images/icon_train.png) no-repeat;
  background-size: cover;
}
#common-area .inner .clinic-info ul li:nth-child(6):before {
  background: url(/asset/images/icon_car.png) no-repeat;
  background-size: cover;
}
#common-area .inner .clinic-info .tel {
  text-align: center;
  margin-bottom: 20px;
}
#common-area .inner .clinic-info .tel a {
  color: #8E6211;
  font-size: 28px;
  font-size: clamp(1.75rem, 1.1vw + 1.42rem, 2.25rem);
  font-weight: 700;
  line-height: 1.2;
  vertical-align: bottom;
  color: rgb(52, 34, 0);
}
#common-area .inner .clinic-info .tel a:before {
  content: "TEL";
  font-size: 50%;
  padding-right: 0.8em;
}
#common-area .inner .clinic-info .btn {
  margin: auto;
  width: 100%;
  max-width: 100%;
}
#common-area .inner .clinic-info .btn a {
  width: 100%;
}
#common-area .inner .clinic-info .btn a span {
  position: relative;
  display: inline-block;
  padding-left: 35px;
}
#common-area .inner .clinic-info .btn a span:before {
  content: "";
  background: url(/asset/images/icon_pc.png) no-repeat;
  background-size: cover;
  width: 27px;
  height: 27px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#common-area .inner .clinic-info .btn a:hover span:before {
  content: "";
  background: url(/asset/images/icon_pc_p.png) no-repeat;
  background-size: cover;
}
#common-area .inner .map-area {
  width: 52%;
}
#common-area .inner .map-area .map iframe {
  width: 100% !important;
  height: 350px !important;
}
#common-area .inner .map-area table {
  width: 100%;
  background-color: #FF8ED5;
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid #FF8ED5;
  margin-bottom: 20px;
}
#common-area .inner .map-area table th, #common-area .inner .map-area table td {
  padding: 10px;
  font-size: 12px;
  font-size: clamp(0.75rem, 0.4vw + 0.63rem, 0.9375rem);
  color: #FF8ED5;
  background-color: #fff;
}
#common-area .inner .map-area table th.no, #common-area .inner .map-area table td.no {
  color: #342200;
}
#common-area .inner .map-area table th {
  color: #342200;
}
#common-area .inner .map-area table tr.head th, #common-area .inner .map-area table tr.head td {
  background-color: #FF8ED5;
  color: #fff;
  font-weight: 700;
}
#common-area .inner .map-area table tr:nth-of-type(2) th, #common-area .inner .map-area table tr:nth-of-type(2) td {
  border-bottom: 2px solid #FF8ED5;
}

@media screen and (max-width: 768px) {
  #common-area {
    padding: 40px 0 0;
    overflow: hidden;
  }
  #common-area .inner {
    display: flex;
    flex-direction: column;
  }
  #common-area .inner .clinic-info {
    width: 100%;
    box-sizing: border-box;
    padding-right: 0px;
  }
  #common-area .inner .clinic-info h2 {
    max-width: 240px;
    margin: 0 auto 20px;
  }
  #common-area .inner .clinic-info ul {
    margin-bottom: 30px;
  }
  #common-area .inner .clinic-info ul li {
    padding-left: 40px;
    margin-bottom: 20px;
  }
  #common-area .inner .clinic-info ul li:before {
    width: 24px;
    height: 24px;
  }
  #common-area .inner .clinic-info .tel {
    text-align: center;
    margin-bottom: 20px;
  }
  #common-area .inner .clinic-info .tel a {
    color: #8E6211;
    font-size: 28px;
    font-size: clamp(1.75rem, 1.1vw + 1.42rem, 2.25rem);
    font-weight: 700;
    line-height: 1.2;
    vertical-align: bottom;
  }
  #common-area .inner .clinic-info .tel a:before {
    content: "TEL";
    font-size: 50%;
    padding-right: 0.8em;
  }
  #common-area .inner .clinic-info .btn {
    margin: 0 auto 30px;
  }
  #common-area .inner .clinic-info .btn a:hover span:before {
    content: "";
    background: url(/asset/images/icon_pc.png) no-repeat;
    background-size: cover;
  }
  #common-area .inner .map-area {
    width: 100%;
  }
  #common-area .inner .map-area .map {
    margin-left: -8%;
    margin-bottom: -10px;
  }
  #common-area .inner .map-area .map iframe {
    width: 100vw !important;
    height: 250px !important;
  }
  #common-area .inner .map-area table {
    width: 100%;
    background-color: #FF8ED5;
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid #FF8ED5;
    margin-bottom: 30px;
  }
  #common-area .inner .map-area table th, #common-area .inner .map-area table td {
    padding: 5px;
    vertical-align: middle;
    line-height: 1.4;
  }
}
/*---------------------------
	pagetop
----------------------------*/
#pagetop {
  position: fixed;
  z-index: 100;
  bottom: 20px;
  right: 20px;
  width: 58px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s;
}
@media screen and (max-width: 768px) {
  #pagetop {
    bottom: 70px;
    width: 34px;
    right: 3%;
  }
}
#pagetop.is-show {
  opacity: 1;
  visibility: visible;
}
#pagetop.is-stopped {
  position: absolute;
  top: -29px;
}
@media screen and (max-width: 768px) {
  #pagetop.is-stopped {
    top: -17px;
  }
}
#pagetop a {
  display: inline-block;
  transition: 0.5s all ease-out;
}
#pagetop a:hover {
  transform: scale(1.1);
}
@media screen and (max-width: 768px) {
  #pagetop a:hover {
    transform: scale(1);
  }
}
#pagetop a img {
  opacity: 0.9;
  display: inline-block;
}

/*---------------------------
	fix-btn-list
----------------------------*/
#fix-btn {
  display: none;
}

@media screen and (max-width: 768px) {
  #fix-btn {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 999;
  }
  #fix-btn .reservation {
    display: flex;
    width: 100%;
  }
  #fix-btn .reservation li {
    /* width: 50%; */
    width: 100%;
  }
  #fix-btn .reservation li a {
    display: block;
    height: 60px;
    line-height: 60px;
    position: relative;
    overflow: hidden;
    width: 100%;
    text-align: center;
  }
  #fix-btn .reservation li a i {
    font-style: normal;
    white-space: nowrap;
  }
  #fix-btn .reservation li a:hover {
    filter: brightness(116%);
  }
  #fix-btn .reservation li.web a {
    color: #fff;
    font-size: 14px;
    font-size: clamp(0.875rem, 0.6vw + 0.695rem, 1.125rem);
    box-sizing: border-box;
    padding-top: 0px;
    background-color: #FF8ED5;
  }
  #fix-btn .reservation li.web a span {
    position: relative;
    padding-left: 40px;
  }
  #fix-btn .reservation li.web a span:after {
    content: "";
    background: url(/asset/images/icon_pc.png) no-repeat;
    background-size: 26px;
    width: 26px;
    height: 26px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  #fix-btn .reservation li.tel a {
    background-color: #FFBC38;
    color: #fff;
    font-size: 14px;
    font-size: clamp(0.875rem, 0.6vw + 0.695rem, 1.125rem);
    box-sizing: border-box;
  }
  #fix-btn .reservation li.tel a span {
    position: relative;
    padding-left: 30px;
  }
  #fix-btn .reservation li.tel a span:before {
    content: "";
    background: url(/asset/images/icon_tel_w.png) no-repeat;
    background-size: 23px;
    width: 23px;
    height: 23px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  #fix-btn .reservation li.tel a i {
    font-size: 14px;
    font-size: clamp(0.875rem, 0.6vw + 0.695rem, 1.125rem);
    margin-left: 0.5em;
  }
}
/*---------------------------
	anchor-pos
----------------------------*/
.anchor-pos {
  margin-top: -120px;
  padding-top: 120px;
}

@media screen and (max-width: 768px) {
  .anchor-pos {
    margin-top: -80px;
    padding-top: 80px;
  }
}
/*---------------------------
	btn
----------------------------*/
.btn {
  width: 100%;
  max-width: 280px;
}
.btn a {
  display: block;
  background-color: #FF8ED5;
  color: #fff;
  text-align: center;
  height: 55px;
  line-height: 50px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 18px;
  font-size: clamp(1.125rem, 0.3vw + 1.035rem, 1.25rem);
  transition: transform 0.3s, background-color 0.3s;
  position: relative;
  border: 2px solid #FF8ED5;
  box-sizing: border-box;
  letter-spacing: 0.1em;
}
.btn a:hover {
  background-color: #fff;
  color: #FF8ED5;
}

@media screen and (max-width: 768px) {
  .btn a {
    height: 45px;
    line-height: 40px;
  }
  .btn a:hover {
    background-color: #FF8ED5;
    color: #fff;
  }
  .btn a:hover:after {
    border-left: 11px solid #fff;
  }
}
/*---------------------------
	ttl
----------------------------*/
h3.ttl0 {
  position: relative;
  z-index: -1;
  font-size: 26px;
  font-size: clamp(1.625rem, 1.7vw + 1.115rem, 2.375rem);
  margin-bottom: 60px;
  line-height: 1;
  text-align: center;
}
h3.ttl0 span {
  display: inline-block;
  position: relative;
  line-height: 1;
  color: #8E6211;
  padding-top: 1em;
  z-index: 2;
}
h3.ttl0 span small {
  /*position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  white-space: nowrap;*/
}
h3.ttl0 span small::first-letter {
  color: #FFBC38;
}
h3.ttl0 span em {
  position: absolute;
  bottom: 0;
  left: 50%;
  font-family: "Lora", serif;
  font-style: normal;
  font-size: 240%;
  display: inline-block;
  line-height: 1;
  opacity: 0.14;
  font-weight: 400;
  color: #FFBC38;
  white-space: nowrap;
  transform: translateX(-50%);
  z-index: -1;
}
h3.ttl0.g span {
  color: #8E6211;
}
h3.ttl0.g span small::first-letter {
  color: #35a92a;
}
h3.ttl0.g span em {
  color: #35a92a;
}
h3.ttl0.anime span small {
  transform: translateY(30px);
  display: inline-block;
  opacity: 0;
}
h3.ttl0.anime span em {
  transform: scale(1.2) translateX(-50%);
  transform-origin: left;
  opacity: 0;
}
h3.ttl0.anime.active span small {
  transform: translateY(0px);
  opacity: 1;
  transition: 0.4s all ease-out;
}
h3.ttl0.anime.active span em {
  transform: scale(1) translateX(-50%);
  opacity: 0.14;
  transition: 1s all ease-out;
  transition-delay: 0.3;
}

h4.ttl0 {
  margin-bottom: 20px;
}
h4.ttl0 span {
  position: relative;
  display: inline-block;
  padding-left: 50px;
  font-size: 20px;
  font-size: clamp(1.25rem, 0.8vw + 1.01rem, 1.625rem);
  line-height: 1.4;
  color: #FFBC38;
}
h4.ttl0 span:before {
  content: "";
  background: url(/asset/images/tooth.png) no-repeat;
  background-size: cover;
  width: 36px;
  height: 36px;
  position: absolute;
  top: 0;
  left: 0;
}
h4.ttl0.add-bg {
  position: relative;
  background-color: #FFFBF2;
  border-radius: 10px;
  padding: 6px 0;
  border: 1px solid #FFBC38;
  box-shadow: 3px 3px 0px #FFBC38;
}

@media screen and (max-width: 768px) {
  h3.ttl0 {
    margin-bottom: 40px;
    line-height: 1.4;
  }
  h3.ttl0 span {
    line-height: 1.4;
  }
  h3.ttl0 span em {
    font-size: 200%;
  }
  h4.ttl0 span {
    padding-left: 35px;
  }
  h4.ttl0 span:before {
    width: 28px;
    height: 28px;
  }
  h4.ttl0.add-bg {
    border-radius: 5px;
    padding: 8px 0 3px;
  }
}
/*-----------------------------
		low
-----------------------------*/
.low #mv {
  height: 280px;
  background: url(/asset/images/clinic/mv.jpg) no-repeat 50% 50%;
  background-size: cover;
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
  box-shadow: 0 15px 15px -8px rgba(0, 0, 0, 0.5) inset;
}
.low #mv::before {
  content: "";
  background: #EFEFEF;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.6;
}
.low #mv h2 {
  font-size: 28px;
  font-size: clamp(1.75rem, 1.9vw + 1.18rem, 2.625rem);
  line-height: 1.2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #8E6211;
  text-align: center;
  white-space: nowrap;
}
.low #mv h2 small {
  display: block;
  font-size: 30%;
  font-family: "Lora", serif;
  margin-bottom: 5px;
  font-weight: 500;
}
.low #mv h2 small i {
  display: inline-block;
  font-style: normal;
  line-height: 1;
  padding: 8px 15px;
  border-radius: 30px;
  background-color: #8E6211;
  color: #fff;
}
.low #mv .mv-line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 7px;
  display: flex;
  z-index: 10;
  background: #FFBC38;
  background: linear-gradient(90deg, rgb(255, 188, 56) 0%, rgb(166, 220, 58) 25%, rgb(255, 142, 213) 50%, rgb(42, 185, 201) 75%, rgb(251, 127, 88) 100%);
  /*i{
  	display: inline-block;
  	background-color: $key2;
  	width: 20%;
  	&:nth-child(2){background-color: $key9;}
  	&:nth-child(3){background-color: $key1;}
  	&:nth-child(4){background-color: $key7;}
  	&:nth-child(5){background-color: #FB7F58;}
  }*/
}
.low #mv.mv-anime h2 {
  opacity: 0;
}
.low #mv.mv-anime h2 small {
  opacity: 0;
  transform: translateY(20px) scale(0.2);
}
.low #mv.mv-anime .mv-line {
  clip-path: inset(0 100%);
}
.low #mv.mv-anime.active h2 {
  opacity: 1;
  transition: 0.7s all ease-out;
}
.low #mv.mv-anime.active h2 small {
  opacity: 1;
  transform: translateY(0px) scale(1);
  transition: 0.3s all ease-out;
  transition-delay: 0.5s;
}
.low #mv.mv-anime.active .mv-line {
  clip-path: inset(0);
  transition: 0.7s all ease-out;
}

@media screen and (max-width: 768px) {
  .low #mv {
    height: 210px;
    margin-bottom: 40px;
  }
  .low #mv h2 small {
    display: block;
    font-size: 35%;
    font-family: "Lora", serif;
    margin-bottom: 5px;
    font-weight: 500;
  }
  .low #mv h2 small i {
    padding: 6px 10px;
  }
  .low #mv .mv-line {
    height: 4px;
  }
}
/*---------------------------
		PC / sp
----------------------------*/
.pc_none {
  display: none;
}

.sp_none {
  display: inline-block;
}

.pc_br {
  display: block;
}

.sp_br {
  display: none;
}

.mg-t10 {
  margin-top: 10px;
}

.mg-b10 {
  margin-bottom: 10px;
}

.p-t10 {
  padding-top: 10px;
}

.p-b10 {
  padding-bottom: 10px;
}

.mg-t20 {
  margin-top: 20px;
}

.mg-b20 {
  margin-bottom: 20px;
}

.p-t20 {
  padding-top: 20px;
}

.p-b20 {
  padding-bottom: 20px;
}

.mg-t30 {
  margin-top: 30px;
}

.mg-b30 {
  margin-bottom: 30px;
}

.p-t30 {
  padding-top: 30px;
}

.p-b30 {
  padding-bottom: 30px;
}

.mg-t40 {
  margin-top: 40px;
}

.mg-b40 {
  margin-bottom: 40px;
}

.p-t40 {
  padding-top: 40px;
}

.p-b40 {
  padding-bottom: 40px;
}

.mg-t50 {
  margin-top: 50px;
}

.mg-b50 {
  margin-bottom: 50px;
}

.p-t50 {
  padding-top: 50px;
}

.p-b50 {
  padding-bottom: 50px;
}

.mg-t60 {
  margin-top: 60px;
}

.mg-b60 {
  margin-bottom: 60px;
}

.p-t60 {
  padding-top: 60px;
}

.p-b60 {
  padding-bottom: 60px;
}

.mg-t70 {
  margin-top: 70px;
}

.mg-b70 {
  margin-bottom: 70px;
}

.p-t70 {
  padding-top: 70px;
}

.p-b70 {
  padding-bottom: 70px;
}

.mg-t80 {
  margin-top: 80px;
}

.mg-b80 {
  margin-bottom: 80px;
}

.p-t80 {
  padding-top: 80px;
}

.p-b80 {
  padding-bottom: 80px;
}

.mg-t90 {
  margin-top: 90px;
}

.mg-b90 {
  margin-bottom: 90px;
}

.p-t90 {
  padding-top: 90px;
}

.p-b90 {
  padding-bottom: 90px;
}

.mg-t100 {
  margin-top: 100px;
}

.mg-b100 {
  margin-bottom: 100px;
}

.p-t100 {
  padding-top: 100px;
}

.p-b100 {
  padding-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .pc_none {
    display: inline-block;
  }
  .sp_none {
    display: none;
  }
  .pc_br {
    display: none;
  }
  .sp_br {
    display: block;
  }
  .mg-t10 {
    margin-top: 5px;
  }
  .mg-b10 {
    margin-bottom: 5px;
  }
  .p-t10 {
    padding-top: 5px;
  }
  .p-b10 {
    padding-bottom: 5px;
  }
  .mg-t20 {
    margin-top: 10px;
  }
  .mg-b20 {
    margin-bottom: 10px;
  }
  .p-t20 {
    padding-top: 10px;
  }
  .p-b20 {
    padding-bottom: 10px;
  }
  .mg-t30 {
    margin-top: 15px;
  }
  .mg-b30 {
    margin-bottom: 15px;
  }
  .p-t30 {
    padding-top: 15px;
  }
  .p-b30 {
    padding-bottom: 15px;
  }
  .mg-t40 {
    margin-top: 20px;
  }
  .mg-b40 {
    margin-bottom: 20px;
  }
  .p-t40 {
    padding-top: 20px;
  }
  .p-b40 {
    padding-bottom: 20px;
  }
  .mg-t50 {
    margin-top: 25px;
  }
  .mg-b50 {
    margin-bottom: 25px;
  }
  .p-t50 {
    padding-top: 25px;
  }
  .p-b50 {
    padding-bottom: 25px;
  }
  .mg-t60 {
    margin-top: 30px;
  }
  .mg-b60 {
    margin-bottom: 30px;
  }
  .p-t60 {
    padding-top: 30px;
  }
  .p-b60 {
    padding-bottom: 30px;
  }
  .mg-t70 {
    margin-top: 35px;
  }
  .mg-b70 {
    margin-bottom: 35px;
  }
  .p-t70 {
    padding-top: 35px;
  }
  .p-b70 {
    padding-bottom: 35px;
  }
  .mg-t80 {
    margin-top: 40px;
  }
  .mg-b80 {
    margin-bottom: 40px;
  }
  .p-t80 {
    padding-top: 40px;
  }
  .p-b80 {
    padding-bottom: 40px;
  }
  .mg-t90 {
    margin-top: 45px;
  }
  .mg-b90 {
    margin-bottom: 45px;
  }
  .p-t90 {
    padding-top: 45px;
  }
  .p-b90 {
    padding-bottom: 45px;
  }
  .mg-t100 {
    margin-top: 50px;
  }
  .mg-b100 {
    margin-bottom: 50px;
  }
  .p-t100 {
    padding-top: 50px;
  }
  .p-b100 {
    padding-bottom: 50px;
  }
  main img {
    width: 100%;
    height: auto;
  }
}
.anime.opacity {
  opacity: 0;
}
.anime.opacity.active {
  transition: 0.7s all ease-out;
  opacity: 1;
}
.anime.blur {
  opacity: 0;
  filter: blur(15px);
}
.anime.blur.active {
  transition: 1s all ease-out;
  opacity: 1;
  filter: blur(0px);
}
.anime.up {
  opacity: 0;
  transform: translateY(50px);
}
.anime.up.active {
  transition: 0.7s all ease-out;
  opacity: 1;
  transform: translateY(0);
}
.anime.zoom {
  opacity: 0;
  transform: scale(0.8);
}
.anime.zoom.active {
  transition: 0.3s all ease-out;
  opacity: 1;
  transform: scale(1);
}
.anime.up-3d {
  opacity: 0;
  transform-style: preserve-3d;
  transform: translateY(50px) rotateY(45deg);
}
.anime.up-3d.active {
  transition: 0.7s all ease-out;
  opacity: 1;
  transform: translateY(0) rotateY(0deg);
}
.anime.no-active {
  opacity: 0;
  transform: translateY(50px);
}

#top #mv {
  position: relative;
  height: 670px;
}
#top #mv p {
  font-size: 22px;
  font-size: clamp(1.375rem, 2.9vw + 0.505rem, 2.6875rem);
  position: absolute;
  top: 45%;
  left: 50%;
  z-index: 10;
  display: inline-block;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  text-shadow: 0 0 10px rgba(24, 26, 29, 0.55);
  white-space: nowrap;
}
#top #mv .pic {
  position: absolute;
  bottom: 0;
  left: 30px;
  width: calc(100% - 30px);
  height: 100%;
  border-bottom-left-radius: 335px;
  border-top-left-radius: 335px;
  overflow: hidden;
  z-index: 1;
}
#top #mv .pic:before {
  content: "";
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0.3;
}
#top #mv .pic {
  /*img{
    height: 100%;
    object-fit: cover;
  }*/
}
#top #mv .pic .splide__slide {
  width: 100%;
}
#top #mv .pic .splide__track {
  height: 100%;
}
#top #mv .pic .splide__slide img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
#top #mv .pic .splide__slide img.sp {
  display: none;
}
#top #mv .obj1 {
  position: absolute;
  left: 50px;
  bottom: -20px;
  width: 16%;
  z-index: 2;
  min-width: 140px;
  max-width: 200px;
}
#top #mv .table-wrap {
  position: absolute;
  bottom: 40px;
  right: 40px;
  z-index: 10;
  display: flex;
  align-items: flex-end;
}
#top #mv .table-wrap .obj2 img {
  width: auto;
  height: 155px;
}
#top #mv .table-wrap table {
  width: 100%;
  background-color: #FFBC38;
  border-radius: 20px;
  overflow: hidden;
  border: 2px solid #FFBC38;
  margin-left: 60px;
}
#top #mv .table-wrap table th, #top #mv .table-wrap table td {
  padding: 10px;
  font-size: 12px;
  font-size: clamp(0.75rem, 0.4vw + 0.63rem, 0.9375rem);
  color: #8E6211;
  background-color: #fff;
}
#top #mv .table-wrap table tr.head th, #top #mv .table-wrap table tr.head td {
  background-color: #FFBC38;
  color: #fff;
  font-weight: 700;
}
#top #mv .table-wrap table tr:nth-of-type(2) th, #top #mv .table-wrap table tr:nth-of-type(2) td {
  border-bottom: 2px solid #FFBC38;
}
#top #mv.mv-anime p {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.8);
}
#top #mv.mv-anime .pic {
  opacity: 0;
  clip-path: inset(0 0 0 100%);
}
#top #mv.mv-anime .obj1 img {
  display: inline-block;
  opacity: 0;
  transform: translateX(30px);
}
#top #mv.mv-anime .table-wrap .obj2 {
  opacity: 0;
  transform: scale(1.2);
}
#top #mv.mv-anime .table-wrap table {
  transform: translateY(30px);
  opacity: 0;
}
#top #mv.mv-anime.active p {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  transition: 0.5s all ease-out;
  transition-delay: 0.5s;
}
#top #mv.mv-anime.active .pic {
  opacity: 1;
  clip-path: inset(0);
  transition: 1s all ease-out;
}
#top #mv.mv-anime.active .obj1 img {
  opacity: 1;
  transform: translateX(0);
  transition: 0.7s all ease-out;
  transition-delay: 1s;
}
#top #mv.mv-anime.active .table-wrap .obj2 {
  opacity: 1;
  transform: scale(1);
  transition: 0.3s all ease-out;
  transition-delay: 1.5s;
}
#top #mv.mv-anime.active .table-wrap table {
  transform: translateY(0);
  opacity: 1;
  transition: 0.5s all ease-out;
  transition-delay: 1s;
}
#top #top-news {
  background-color: #ECFDFF;
  padding: 50px 0 70px;
}
#top #top-news .inner {
  max-width: 1000px;
}
#top #top-news h2 {
  position: relative;
  z-index: -1;
  font-size: 26px;
  font-size: clamp(1.625rem, 1.7vw + 1.115rem, 2.375rem);
  margin-bottom: 25px;
  line-height: 1;
}
#top #top-news h2 span {
  display: inline-block;
  position: relative;
  line-height: 1;
  color: #2AB9C9;
  z-index: 1;
}
#top #top-news h2 span small {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  white-space: nowrap;
  z-index: 2;
}
#top #top-news h2 span em {
  /*position: absolute;
  bottom: 0;
  left: 0;*/
  font-family: "Lora", serif;
  font-style: normal;
  font-size: 240%;
  display: inline-block;
  line-height: 1;
  opacity: 0.14;
  font-weight: 400;
  z-index: -1;
}
#top #top-news .news-list .news-list-wrap ul {
  border-top: 1px solid #2AB9C9;
}
#top #top-news .news-list .news-list-wrap ul li {
  position: relative;
  display: flex;
  border-bottom: 1px solid #2AB9C9;
  padding: 20px 40px;
  gap: 60px;
  font-weight: 700;
  color: #333;
}
#top #top-news .news-list .news-list-wrap ul li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
#top #top-news .news-list .news-list-wrap ul li a:hover ~ time {
  opacity: 0.7;
}
#top #top-news .news-list .news-list-wrap ul li a:hover ~ p {
  opacity: 0.7;
}
#top #top-news .news-list .news-list-wrap ul li time {
  transition: 0.5s all;
}
#top #top-news .news-list .news-list-wrap ul li p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  position: relative;
  transition: 0.5s all;
}
#top #top-news .news-list .btn {
  position: absolute;
  top: 20px;
  right: 0px;
  width: 265px;
}
#top #top-news .news-list .btn a {
  background-color: #2AB9C9;
  border-color: #2AB9C9;
}
#top #top-news .news-list .btn a:hover {
  background-color: #fff;
  color: #2AB9C9;
}
#top #top-greeting {
  padding: 100px 0 120px;
}
#top #top-greeting .inner {
  max-width: 1160px;
  display: flex;
  background-color: #FFFAC9;
  border-radius: 30px;
  padding: 35px 70px 30px;
  align-items: center;
}
#top #top-greeting .inner figure {
  width: 38%;
}
#top #top-greeting .inner figure span {
  position: relative;
  display: inline-block;
}
#top #top-greeting .inner figure span strong {
  position: absolute;
  bottom: 0;
  left: -2.5em;
  height: 75%;
  display: block;
}
#top #top-greeting .inner figure span strong img {
  width: auto;
  height: 100%;
}
#top #top-greeting .inner figure span img {
  border-radius: 25px;
  overflow: hidden;
}
#top #top-greeting .inner figure p {
  text-align: center;
  line-height: 1;
  margin-top: 15px;
  font-size: 13px;
  font-size: clamp(0.8125rem, 0.7vw + 0.6025rem, 1.125rem);
  color: #342200;
}
#top #top-greeting .inner figure.anime {
  opacity: 0;
  transform: translateX(30px);
}
#top #top-greeting .inner figure.anime span strong {
  opacity: 0;
  transform: translateY(20px);
}
#top #top-greeting .inner figure.anime p {
  opacity: 0;
}
#top #top-greeting .inner figure.anime.active {
  opacity: 1;
  transform: translateX(0px);
  transition: 0.5s all ease-out;
}
#top #top-greeting .inner figure.anime.active span strong {
  opacity: 1;
  transform: translateY(0px);
  transition: 0.5s all ease-out;
  transition-delay: 0.5s;
}
#top #top-greeting .inner figure.anime.active p {
  opacity: 1;
  transition: 0.5s all ease-out;
  transition-delay: 0.5s;
}
#top #top-greeting .inner article {
  width: 62%;
  box-sizing: border-box;
  padding-left: 70px;
  color: #342200;
}
#top #top-greeting .inner article strong {
  display: block;
  line-height: 1.4;
  font-size: 20px;
  font-size: clamp(1.25rem, 1.4vw + 0.83rem, 1.875rem);
  margin-bottom: 35px;
}
#top #top-greeting .inner article strong span {
  position: relative;
  z-index: 1;
}
#top #top-greeting .inner article strong span:after {
  content: "";
  background-color: rgba(255, 188, 56, 0.25);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
  z-index: -1;
}
#top #top-greeting .inner article .btn {
  margin-top: 40px;
}
#top #top-greeting .inner article .btn a {
  background-color: #FFBC38;
  border-color: #FFBC38;
}
#top #top-greeting .inner article .btn a:hover {
  background-color: #fff;
  color: #FFBC38;
}
#top #top-greeting .inner article.anime {
  opacity: 0;
  transform: translateX(-30px);
}
#top #top-greeting .inner article.anime.active {
  opacity: 1;
  transform: translateX(0);
  transition: 0.5s all ease-out;
  transition-delay: 0.3s;
}
#top #top-greeting .inner .obj {
  position: absolute;
  bottom: -5%;
  right: -6%;
  width: 20%;
}
#top #top-cocept {
  padding: 100px 0 80px;
  position: relative;
  background-color: #F3FFE9;
}
#top #top-cocept .bg {
  position: absolute;
  top: -25px;
  left: 0;
  width: 100%;
  height: 26px;
}
#top #top-cocept .bg svg {
  width: 5000px;
}
#top #top-cocept .inner {
  position: relative;
  z-index: 1;
}
#top #top-cocept h2 {
  text-align: center;
  font-size: 32px;
  font-size: clamp(2rem, 1.1vw + 1.67rem, 2.5rem);
  color: #8E6211;
  line-height: 1.2;
  margin-bottom: 50px;
}
#top #top-cocept p {
  text-align: center;
  color: #342200;
}
#top #top-cocept .btn {
  margin: 60px auto 0;
}
#top #top-cocept .btn a {
  background-color: #8E6211;
  border-color: #8E6211;
}
#top #top-cocept .btn a:hover {
  background-color: #fff;
  color: #8E6211;
}
#top #top-cocept .obj {
  position: absolute;
  top: 0;
  left: 0;
  width: 18%;
  z-index: -1;
}
#top #top-cocept .obj.obj1 {
  left: 5%;
}
#top #top-cocept .obj.obj2 {
  left: auto;
  right: 5%;
  width: 15%;
}
#top #top-cocept .obj.obj3 {
  top: 45%;
  left: auto;
  right: -5%;
  width: 22%;
}
#top #top-cocept .obj.obj4 {
  top: auto;
  bottom: 0;
  width: 13%;
}
#top #top-feature {
  padding: 100px 0 150px;
  position: relative;
  background-color: #fff;
}
#top #top-feature .bg {
  position: absolute;
  top: -25px;
  left: 0;
  width: 100%;
  height: 26px;
}
#top #top-feature .bg svg {
  width: 5000px;
}
#top #top-feature .inner {
  position: relative;
}
#top #top-feature h2 {
  position: relative;
  z-index: -1;
  font-size: 26px;
  font-size: clamp(1.625rem, 1.7vw + 1.115rem, 2.375rem);
  margin-bottom: 60px;
  line-height: 1;
  text-align: center;
  z-index: 1;
}
#top #top-feature h2 span {
  display: inline-block;
  position: relative;
  line-height: 1;
  color: #8E6211;
  position: relative;
}
#top #top-feature h2 span small {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  white-space: nowrap;
  z-index: 2;
}
#top #top-feature h2 span small::first-letter {
  color: #FFBC38;
}
#top #top-feature h2 span em {
  /*position: absolute;
  bottom: 0;
  left: 0;*/
  font-family: "Lora", serif;
  font-style: normal;
  font-size: 240%;
  display: inline-block;
  line-height: 1;
  opacity: 0.14;
  font-weight: 400;
  color: #FFBC38;
  z-index: -1;
}
#top #top-feature h2.anime span small {
  transform: translateY(30px) translateX(-50%);
  opacity: 0;
}
#top #top-feature h2.anime span em {
  transform: scale(1.2);
  opacity: 0;
}
#top #top-feature h2.anime.active span small {
  transform: translateY(0px) translateX(-50%);
  opacity: 1;
  transition: 0.4s all ease-out;
}
#top #top-feature h2.anime.active span em {
  transform: scale(1);
  opacity: 0.14;
  transition: 1s all ease-out;
  transition-delay: 0.3;
}
#top #top-feature ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-bottom: 85px;
}
#top #top-feature ul li {
  border-radius: 25px;
  background-color: #FFBC38;
  position: relative;
}
#top #top-feature ul li:nth-child(2) {
  background-color: #A6DC3A;
}
#top #top-feature ul li:nth-child(2) article label {
  background-color: #A6DC3A;
}
#top #top-feature ul li:nth-child(3) {
  background-color: #FF8ED5;
}
#top #top-feature ul li:nth-child(3) article label {
  background-color: #FF8ED5;
}
#top #top-feature ul li:nth-child(4) {
  background-color: #2AB9C9;
}
#top #top-feature ul li:nth-child(4) article label {
  background-color: #2AB9C9;
}
#top #top-feature ul li figure img {
  border-radius: 25px 25px 0 0;
}
#top #top-feature ul li article {
  padding: 45px 20px 45px;
  position: relative;
  z-index: 1;
  color: #fff;
}
#top #top-feature ul li article label {
  display: block;
  position: absolute;
  top: -90px;
  left: 50%;
  transform: translateX(-50%);
  width: 140px;
  height: 140px;
  line-height: 140px;
  font-size: 35px;
  font-size: clamp(2.1875rem, 4.9vw + 0.7175rem, 4.375rem);
  color: #fff;
  font-family: "Noto Serif JP", serif;
  border-radius: 70px;
  text-align: center;
  background-color: #FFBC38;
  z-index: -1;
  font-style: italic;
  text-indent: -0.2em;
}
#top #top-feature ul li article strong {
  display: block;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 30px;
  font-size: 22px;
  font-size: clamp(1.375rem, 0.6vw + 1.195rem, 1.625rem);
}
#top #top-feature ul li .pic {
  position: absolute;
  bottom: calc(-2% - 45px);
  width: 46%;
  right: 20px;
}
#top #top-feature .box {
  border: 10px solid #FB7F58;
  box-sizing: border-box;
  padding: 15px 90px 55px;
  border-radius: 30px;
  color: #634C21;
  position: relative;
}
#top #top-feature .box strong {
  display: block;
  text-align: center;
  margin-bottom: 25px;
}
#top #top-feature .box strong label {
  display: inline-block;
  width: 140px;
  height: 140px;
  line-height: 140px;
  font-size: 35px;
  font-size: clamp(2.1875rem, 4.9vw + 0.7175rem, 4.375rem);
  color: #fff;
  font-family: "Noto Serif JP", serif;
  border-radius: 70px;
  text-align: center;
  background-color: #FB7F58;
  z-index: -1;
  font-weight: 400;
  font-style: italic;
  text-indent: -0.2em;
  margin-bottom: 10px;
}
#top #top-feature .box strong span {
  display: block;
  font-size: 22px;
  font-size: clamp(1.375rem, 0.7vw + 1.165rem, 1.6875rem);
}
#top #top-feature .box dl {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  margin-top: 40px;
}
#top #top-feature .box dl img {
  border-radius: 25px;
}
#top #top-feature .box .obj {
  position: absolute;
  top: 45px;
}
#top #top-feature .box .obj.obj1 {
  left: 90px;
  width: 12%;
}
#top #top-feature .box .obj.obj2 {
  right: 90px;
  width: 13%;
}
#top #top-medical {
  padding: 30px 0 100px;
  margin-bottom: 100px;
  background-color: #FFFBF2;
  position: relative;
  z-index: 1;
}
#top #top-medical:before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(/asset/images/top/medical_bg1.png) no-repeat 50% 0;
  background-size: 160%;
  position: absolute;
  top: -3%;
  left: 0;
  z-index: -1;
}
#top #top-medical:after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(/asset/images/top/medical_bg2.png) no-repeat 50% bottom;
  background-size: 120%;
  position: absolute;
  bottom: -4%;
  left: 0;
  z-index: -1;
}
#top #top-medical .inner {
  max-width: 1000px;
  position: relative;
  z-index: 1;
}
#top #top-medical .inner:before {
  content: "";
  background: url(/asset/images/top/madical_obj.png) no-repeat;
  background-size: cover;
  width: 126px;
  height: 178px;
  position: absolute;
  bottom: -40px;
  left: -170px;
}
#top #top-medical h2 {
  position: relative;
  z-index: -1;
  font-size: 26px;
  font-size: clamp(1.625rem, 1.7vw + 1.115rem, 2.375rem);
  margin-bottom: 60px;
  line-height: 1;
  text-align: center;
}
#top #top-medical h2 span {
  display: inline-block;
  position: relative;
  line-height: 1;
  color: #8E6211;
}
#top #top-medical h2 span small {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  white-space: nowrap;
  z-index: 2;
}
#top #top-medical h2 span small::first-letter {
  color: #FFBC38;
}
#top #top-medical h2 span em {
  /*position: absolute;
  bottom: 0;
  left: 0;*/
  font-family: "Lora", serif;
  font-style: normal;
  font-size: 240%;
  display: inline-block;
  line-height: 1;
  opacity: 0.14;
  font-weight: 400;
  color: #FFBC38;
  z-index: -1;
}
#top #top-medical h2.anime span small {
  transform: translateY(30px) translateX(-50%);
  opacity: 0;
}
#top #top-medical h2.anime span em {
  transform: scale(1.2);
  opacity: 0;
}
#top #top-medical h2.anime.active span small {
  transform: translateY(0px) translateX(-50%);
  opacity: 1;
  transition: 0.6s all ease-out;
}
#top #top-medical h2.anime.active span em {
  transform: scale(1);
  opacity: 0.14;
  transition: 1s all ease-out;
  transition-delay: 0.3;
}
#top #top-medical ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 50px 0 60px;
}
#top #top-medical ul li {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  position: relative;
  transition: 0.3s all ease-out;
}
#top #top-medical ul li:hover {
  transform: scale(1.08);
  filter: brightness(110%);
}
#top #top-medical ul li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
#top #top-medical ul li figure {
  text-align: center;
  padding: 20px 0;
}
#top #top-medical ul li figure img {
  width: 50%;
}
#top #top-medical ul li article {
  padding: 15px 10px;
  background-color: #FFBC38;
  color: #fff;
  border-radius: 0 0 20px 20px;
  text-align: center;
  line-height: 1.4;
  font-size: 12px;
  font-size: clamp(0.75rem, 0.3vw + 0.66rem, 0.875rem);
}
#top #top-medical ul li article h3 {
  font-size: 20px;
  font-size: clamp(1.25rem, 0.3vw + 1.16rem, 1.375rem);
  margin-bottom: 10px;
}
#top #top-medical .btn {
  margin: auto;
}
#top #top-medical .btn a {
  background-color: #8E6211;
  border-color: #8E6211;
}
#top #top-medical .btn a:hover {
  background-color: #fff;
  color: #8E6211;
}
#top #slider img {
  border-radius: 25px;
}

@media screen and (max-width: 768px) {
  #top #mv {
    position: relative;
    height: 350px;
  }
  #top #mv p {
    top: 40%;
    left: 50%;
    z-index: 10;
    display: inline-block;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    font-weight: 700;
    line-height: 1.4;
    text-shadow: 0 0 10px rgba(24, 26, 29, 0.55);
    white-space: nowrap;
  }
  #top #mv .pic {
    position: absolute;
    bottom: 0;
    left: 15px;
    width: calc(100% - 15px);
    height: 100%;
    border-bottom-left-radius: 335px;
    border-top-left-radius: 335px;
    overflow: hidden;
    z-index: 1;
  }
  #top #mv .pic:before {
    content: "";
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0.3;
  }
  #top #mv .pic {
    /*img{
      height: 100%;
      object-fit: cover;
    }*/
  }
  #top #mv .pic .splide__slide {
    width: 100%;
  }
  #top #mv .pic .splide__track {
    height: 100%;
  }
  #top #mv .pic .splide__slide img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #top #mv .pic .splide__slide img.sp {
    display: none;
  }
  #top #mv .obj1 {
    display: none;
  }
  #top #mv .table-wrap {
    position: absolute;
    bottom: -20px;
    right: 3%;
    z-index: 10;
    display: flex;
    align-items: flex-end;
  }
  #top #mv .table-wrap:after {
    content: "";
    background: url(/asset/images/top/mv_obj1.png) no-repeat;
    background-size: cover;
    width: 80px;
    height: 95px;
    position: absolute;
    top: -90px;
    right: 0;
  }
  #top #mv .table-wrap .obj2 img {
    width: auto;
    height: 100px;
  }
  #top #mv .table-wrap table {
    margin-left: 20px;
    border-radius: 10px;
  }
  #top #mv .table-wrap table th, #top #mv .table-wrap table td {
    padding: 5px;
    vertical-align: middle;
    line-height: 1.2;
  }
  #top #top-news {
    padding: 50px 0 70px;
  }
  #top #top-news .inner {
    max-width: 100%;
  }
  #top #top-news h2 {
    margin-bottom: 25px;
    text-align: center;
  }
  #top #top-news .news-list .news-list-wrap {
    margin-bottom: 10px;
  }
  #top #top-news .news-list .news-list-wrap ul li {
    padding: 10px 20px;
    gap: 20px;
  }
  #top #top-news .news-list .news-list-wrap ul li a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
  }
  #top #top-news .news-list .news-list-wrap ul li a:hover ~ time {
    opacity: 1;
  }
  #top #top-news .news-list .news-list-wrap ul li a:hover ~ p {
    opacity: 1;
  }
  #top #top-news .news-list .btn {
    position: relative;
    top: 0px auto 0;
    right: auto;
    width: 100%;
    margin: auto;
  }
  #top #top-news .news-list .btn a {
    background-color: #2AB9C9;
    border-color: #2AB9C9;
  }
  #top #top-news .news-list .btn a:hover {
    background-color: #2AB9C9;
    color: #fff;
  }
  #top #top-greeting {
    padding: 50px 5% 100px;
  }
  #top #top-greeting .inner {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    padding: 35px 30px 30px;
  }
  #top #top-greeting .inner figure {
    width: 100%;
    margin-bottom: 30px;
  }
  #top #top-greeting .inner figure p {
    margin-top: 10px;
  }
  #top #top-greeting .inner article {
    width: 100%;
    padding-left: 0px;
  }
  #top #top-greeting .inner article strong {
    margin-bottom: 25px;
    text-align: center;
  }
  #top #top-greeting .inner article .btn {
    margin: 20px auto 0;
  }
  #top #top-greeting .inner article .btn a:hover {
    background-color: #FFBC38;
    color: #fff;
  }
  #top #top-greeting .inner .obj {
    position: absolute;
    bottom: -80px;
    right: -6%;
    width: 35%;
    max-width: 160px;
  }
  #top #top-cocept {
    padding: 50px 0 50px;
  }
  #top #top-cocept .bg {
    position: absolute;
    top: -17px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  #top #top-cocept .bg svg {
    width: 3000px;
  }
  #top #top-cocept h2 {
    margin-bottom: 30px;
  }
  #top #top-cocept .btn {
    margin: 30px auto 0;
  }
  #top #top-cocept .btn a {
    background-color: #8E6211;
    border-color: #8E6211;
  }
  #top #top-cocept .btn a:hover {
    background-color: #fff;
    color: #8E6211;
  }
  #top #top-cocept .obj {
    position: absolute;
    top: 7%;
    left: 0;
    width: 28%;
    z-index: -1;
  }
  #top #top-cocept .obj.obj1 {
    left: -5%;
    opacity: 0.5;
  }
  #top #top-cocept .obj.obj2 {
    top: 22%;
    left: auto;
    right: -5%;
    width: 25%;
    opacity: 0.5;
  }
  #top #top-cocept .obj.obj3 {
    top: 65%;
    left: auto;
    right: -5%;
    width: 32%;
    opacity: 0.5;
  }
  #top #top-cocept .obj.obj4 {
    top: auto;
    bottom: 70px;
    width: 17%;
  }
  #top #top-feature {
    padding: 10px 0 100px;
  }
  #top #top-feature .bg {
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  #top #top-feature .bg svg {
    width: 3000px;
  }
  #top #top-feature h2 {
    margin-bottom: 40px;
  }
  #top #top-feature ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
    margin-bottom: 25px;
  }
  #top #top-feature ul li {
    border-radius: 25px;
    background-color: #FFBC38;
    position: relative;
  }
  #top #top-feature ul li:nth-child(2) {
    background-color: #A6DC3A;
  }
  #top #top-feature ul li:nth-child(2) article label {
    background-color: #A6DC3A;
  }
  #top #top-feature ul li:nth-child(3) {
    background-color: #FF8ED5;
  }
  #top #top-feature ul li:nth-child(3) article {
    padding-bottom: 85px;
  }
  #top #top-feature ul li:nth-child(3) article label {
    background-color: #FF8ED5;
  }
  #top #top-feature ul li:nth-child(4) {
    background-color: #2AB9C9;
  }
  #top #top-feature ul li:nth-child(4) article label {
    background-color: #2AB9C9;
  }
  #top #top-feature ul li article {
    padding: 25px 20px 25px;
  }
  #top #top-feature ul li article label {
    top: -50px;
    width: 90px;
    height: 90px;
    line-height: 90px;
  }
  #top #top-feature ul li article strong {
    margin-bottom: 20px;
  }
  #top #top-feature ul li .pic {
    position: absolute;
    bottom: calc(-2% - 5px);
    width: 46%;
    right: 20px;
  }
  #top #top-feature .box {
    border: 5px solid #FB7F58;
    box-sizing: border-box;
    padding: 15px 15px 25px;
    border-radius: 30px;
    color: #634C21;
    position: relative;
  }
  #top #top-feature .box strong {
    display: block;
    text-align: center;
    margin-bottom: 15px;
    line-height: 1.4;
  }
  #top #top-feature .box strong label {
    width: 90px;
    height: 90px;
    line-height: 90px;
    margin-bottom: 10px;
  }
  #top #top-feature .box dl {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
    margin-top: 20px;
  }
  #top #top-feature .box dl img {
    border-radius: 15px;
  }
  #top #top-feature .box .obj {
    position: absolute;
    top: 25px;
  }
  #top #top-feature .box .obj.obj1 {
    left: 10px;
    width: 18%;
  }
  #top #top-feature .box .obj.obj2 {
    right: 10px;
    width: 19%;
  }
  #top #top-medical {
    padding: 0px 0 30px;
    margin-bottom: 70px;
  }
  #top #top-medical:before {
    top: -1%;
  }
  #top #top-medical:after {
    bottom: -1%;
  }
  #top #top-medical .inner {
    max-width: 100%;
  }
  #top #top-medical .inner:before {
    display: none;
  }
  #top #top-medical h2 {
    margin-bottom: 25px;
    line-height: 1;
    text-align: center;
  }
  #top #top-medical ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    margin: 35px 0 30px;
  }
  #top #top-medical ul li:hover {
    transform: scale(1);
    filter: brightness(100%);
  }
  #top #top-medical ul li figure {
    text-align: center;
    padding: 10px 0;
  }
  #top #top-medical .btn {
    margin: auto;
  }
  #top #top-medical .btn a {
    background-color: #8E6211;
    border-color: #8E6211;
  }
  #top #top-medical .btn a:hover {
    background-color: #fff;
    color: #8E6211;
  }
  #top #slider img {
    border-radius: 15px;
  }
}
/*-------------------------
  clinic
--------------------------*/
#clinic #mv {
  background: url(/asset/images/clinic/mv.jpg) no-repeat 50% 50%;
  background-size: cover;
}
#clinic #lead {
  background-color: #FFFBF2;
  margin-top: -60px;
  padding: 80px 0 100px;
  text-align: center;
  font-size: 16px;
  font-size: clamp(1rem, 0.3vw + 0.91rem, 1.125rem);
}
#clinic #lead strong {
  text-align: center;
  display: block;
  margin-bottom: 60px;
  font-size: 26px;
  font-size: clamp(1.625rem, 0.8vw + 1.385rem, 2rem);
  line-height: 1.4;
  color: #8E6211;
}
#clinic #lead strong span {
  position: relative;
  z-index: 1;
}
#clinic #lead strong span:after {
  content: "";
  background-color: rgba(255, 188, 56, 0.25);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
  z-index: -1;
}
#clinic #feature {
  padding: 60px 0 100px;
  position: relative;
  background-color: #fff;
}
#clinic #feature .bg {
  position: absolute;
  top: -25px;
  left: 0;
  width: 100%;
  height: 26px;
}
#clinic #feature .bg svg {
  width: 5000px;
}
#clinic #feature .inner {
  position: relative;
}
#clinic #feature ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-bottom: 85px;
}
#clinic #feature ul li {
  border-radius: 25px;
  background-color: #FFBC38;
  position: relative;
}
#clinic #feature ul li:nth-child(2) {
  background-color: #A6DC3A;
}
#clinic #feature ul li:nth-child(2) article label {
  background-color: #A6DC3A;
}
#clinic #feature ul li:nth-child(3) {
  background-color: #FF8ED5;
}
#clinic #feature ul li:nth-child(3) article label {
  background-color: #FF8ED5;
}
#clinic #feature ul li:nth-child(4) {
  background-color: #2AB9C9;
}
#clinic #feature ul li:nth-child(4) article label {
  background-color: #2AB9C9;
}
#clinic #feature ul li figure img {
  border-radius: 25px 25px 0 0;
}
#clinic #feature ul li article {
  padding: 45px 20px 45px;
  position: relative;
  z-index: 1;
  color: #fff;
}
#clinic #feature ul li article label {
  display: block;
  position: absolute;
  top: -90px;
  left: 50%;
  transform: translateX(-50%);
  width: 140px;
  height: 140px;
  line-height: 140px;
  font-size: 35px;
  font-size: clamp(2.1875rem, 4.9vw + 0.7175rem, 4.375rem);
  color: #fff;
  font-family: "Noto Serif JP", serif;
  border-radius: 70px;
  text-align: center;
  background-color: #FFBC38;
  z-index: -1;
  font-style: italic;
  text-indent: -0.2em;
}
#clinic #feature ul li article strong {
  display: block;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 30px;
  font-size: 22px;
  font-size: clamp(1.375rem, 0.6vw + 1.195rem, 1.625rem);
}
#clinic #feature ul li .pic {
  position: absolute;
  bottom: calc(-2% - 45px);
  width: 46%;
  right: 20px;
}
#clinic #feature .box {
  border: 10px solid #FB7F58;
  box-sizing: border-box;
  padding: 15px 90px 55px;
  border-radius: 30px;
  color: #634C21;
  position: relative;
}
#clinic #feature .box strong {
  display: block;
  text-align: center;
  margin-bottom: 25px;
}
#clinic #feature .box strong label {
  display: inline-block;
  width: 140px;
  height: 140px;
  line-height: 140px;
  font-size: 35px;
  font-size: clamp(2.1875rem, 4.9vw + 0.7175rem, 4.375rem);
  color: #fff;
  font-family: "Noto Serif JP", serif;
  border-radius: 70px;
  text-align: center;
  background-color: #FB7F58;
  z-index: -1;
  font-weight: 400;
  font-style: italic;
  text-indent: -0.2em;
  margin-bottom: 10px;
}
#clinic #feature .box strong span {
  display: block;
  font-size: 22px;
  font-size: clamp(1.375rem, 0.7vw + 1.165rem, 1.6875rem);
}
#clinic #feature .box dl {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  margin-top: 40px;
}
#clinic #feature .box dl img {
  border-radius: 25px;
}
#clinic #feature .box .obj {
  position: absolute;
  top: 45px;
}
#clinic #feature .box .obj.obj1 {
  left: 90px;
  width: 12%;
}
#clinic #feature .box .obj.obj2 {
  right: 90px;
  width: 13%;
}
#clinic #facility {
  padding: 60px 0 100px;
  position: relative;
  background-color: #F3FFE9;
}
#clinic #facility .bg {
  position: absolute;
  top: -25px;
  left: 0;
  width: 100%;
  height: 26px;
}
#clinic #facility .bg svg {
  width: 5000px;
}
#clinic #facility .inner {
  position: relative;
}
#clinic #facility .clinic-slide {
  max-width: 900px;
  margin: 0 auto 100px;
}
#clinic #facility .clinic-slide img {
  border-radius: 15px;
}
#clinic #facility .clinic-slide .clinic-slide-main {
  margin-bottom: 20px;
}
#clinic #facility .clinic-slide .clinic-slide-main__item {
  position: relative;
}
#clinic #facility .clinic-slide .clinic-slide-main__item h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 15px 30px;
  background-color: #35a92a;
  border-radius: 0 20px 0 20px;
}
#clinic #facility .clinic-slide .clinic-slide-thumb li.is-active {
  border: 3px solid #35a92a;
  border-radius: 20px;
  overflow: hidden;
  box-sizing: border-box;
}
#clinic #facility .clinic-slide .splide__arrows .splide__arrow {
  background: url(/asset/images/clinic/arrow.png) no-repeat;
  background-size: cover;
  width: 46px;
  height: 84px;
  opacity: 1;
}
#clinic #facility .clinic-slide .splide__arrows .splide__arrow.splide__arrow--prev {
  left: -60px;
  transform: scale(-1, 1) translateY(-50%);
}
#clinic #facility .clinic-slide .splide__arrows .splide__arrow.splide__arrow--next {
  right: -60px;
}
#clinic #facility .list li {
  display: flex;
  margin-bottom: 40px;
  background-color: #fff;
  padding: 40px;
  border-radius: 25px;
}
#clinic #facility .list li:last-child {
  margin-bottom: 0px;
}
#clinic #facility .list li figure {
  width: 30%;
}
#clinic #facility .list li figure img {
  border-radius: 25px;
}
#clinic #facility .list li article {
  width: 70%;
  box-sizing: border-box;
  padding-left: 40px;
}
#clinic #facility .list li:nth-child(even) {
  flex-direction: row-reverse;
}
#clinic #facility .list li:nth-child(even) article {
  padding-left: 0;
  padding-right: 40px;
}

@media screen and (max-width: 768px) {
  #clinic #mv {
    background: url(/asset/images/clinic/mv.jpg) no-repeat 50% 50%;
    background-size: cover;
  }
  #clinic #lead {
    background-color: #FFFAC9;
    margin-top: -40px;
    padding: 50px 0 50px;
    text-align: center;
    font-size: 16px;
    font-size: clamp(1rem, 0.3vw + 0.91rem, 1.125rem);
  }
  #clinic #lead strong {
    margin-bottom: 40px;
  }
  #clinic #feature {
    padding: 30px 0 50px;
    position: relative;
    background-color: #fff;
  }
  #clinic #feature .bg {
    position: absolute;
    top: -17px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  #clinic #feature .bg svg {
    width: 3000px;
  }
  #clinic #feature h2 {
    margin-bottom: 40px;
  }
  #clinic #feature ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
    margin-bottom: 25px;
  }
  #clinic #feature ul li {
    border-radius: 25px;
    background-color: #FFBC38;
    position: relative;
  }
  #clinic #feature ul li:nth-child(2) {
    background-color: #A6DC3A;
  }
  #clinic #feature ul li:nth-child(2) article label {
    background-color: #A6DC3A;
  }
  #clinic #feature ul li:nth-child(3) {
    background-color: #FF8ED5;
  }
  #clinic #feature ul li:nth-child(3) article {
    padding-bottom: 85px;
  }
  #clinic #feature ul li:nth-child(3) article label {
    background-color: #FF8ED5;
  }
  #clinic #feature ul li:nth-child(4) {
    background-color: #2AB9C9;
  }
  #clinic #feature ul li:nth-child(4) article label {
    background-color: #2AB9C9;
  }
  #clinic #feature ul li article {
    padding: 25px 20px 25px;
  }
  #clinic #feature ul li article label {
    top: -50px;
    width: 90px;
    height: 90px;
    line-height: 90px;
  }
  #clinic #feature ul li article strong {
    margin-bottom: 20px;
  }
  #clinic #feature ul li .pic {
    position: absolute;
    bottom: calc(-2% - 5px);
    width: 46%;
    right: 20px;
  }
  #clinic #feature .box {
    border: 5px solid #FB7F58;
    box-sizing: border-box;
    padding: 15px 15px 25px;
    border-radius: 30px;
    color: #634C21;
    position: relative;
  }
  #clinic #feature .box strong {
    display: block;
    text-align: center;
    margin-bottom: 15px;
    line-height: 1.4;
  }
  #clinic #feature .box strong label {
    width: 90px;
    height: 90px;
    line-height: 90px;
    margin-bottom: 10px;
  }
  #clinic #feature .box dl {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
    margin-top: 20px;
  }
  #clinic #feature .box dl img {
    border-radius: 15px;
  }
  #clinic #feature .box .obj {
    position: absolute;
    top: 25px;
  }
  #clinic #feature .box .obj.obj1 {
    left: 10px;
    width: 18%;
  }
  #clinic #feature .box .obj.obj2 {
    right: 10px;
    width: 19%;
  }
  #clinic #facility {
    padding: 30px 0 60px;
    position: relative;
    background-color: #F3FFE9;
  }
  #clinic #facility .bg {
    position: absolute;
    top: -17px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  #clinic #facility .bg svg {
    width: 3000px;
  }
  #clinic #facility .clinic-slide {
    margin: 0 auto 30px;
    padding: 0 20px;
  }
  #clinic #facility .clinic-slide .clinic-slide-main {
    margin-bottom: 10px;
  }
  #clinic #facility .clinic-slide img {
    border-radius: 10px;
  }
  #clinic #facility .clinic-slide .clinic-slide-main__item h3 {
    padding: 10px 20px;
    border-radius: 0 10px 0 10px;
  }
  #clinic #facility .clinic-slide .clinic-slide-thumb li.is-active {
    border: 3px solid #35a92a;
    border-radius: 10px;
    overflow: hidden;
    box-sizing: border-box;
  }
  #clinic #facility .clinic-slide .splide__arrows .splide__arrow {
    width: 20px;
    height: 37px;
  }
  #clinic #facility .clinic-slide .splide__arrows .splide__arrow.splide__arrow--prev {
    left: -30px;
  }
  #clinic #facility .clinic-slide .splide__arrows .splide__arrow.splide__arrow--next {
    right: -30px;
  }
  #clinic #facility .list li {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 20px;
  }
  #clinic #facility .list li figure {
    width: 100%;
    margin-bottom: 20px;
  }
  #clinic #facility .list li figure img {
    border-radius: 20px;
  }
  #clinic #facility .list li article {
    width: 100%;
    padding-left: 0px;
  }
  #clinic #facility .list li:nth-child(even) {
    flex-direction: column;
  }
  #clinic #facility .list li:nth-child(even) article {
    padding-left: 0;
    padding-right: 0px;
  }
}
/*-------------------------
  medical
--------------------------*/
#medical #mv {
  background: url(/asset/images/medical/mv.jpg) no-repeat 50% top;
  background-size: cover;
}
#medical #medical-top {
  margin-top: -60px;
  padding: 100px 0 60px;
  margin-bottom: 70px;
  background-color: #FFFBF2;
  position: relative;
  z-index: 1;
}
#medical #medical-top:after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(/asset/images/top/medical_bg2.png) no-repeat 50% bottom;
  background-size: 120%;
  position: absolute;
  bottom: -2%;
  left: 0;
  z-index: -1;
}
#medical #medical-top strong {
  display: block;
  text-align: center;
  font-size: 16px;
  font-size: clamp(1rem, 0.3vw + 0.91rem, 1.125rem);
}
#medical #medical-top ul {
  margin: 80px auto 60px;
  max-width: 1000px;
}
#medical #medical-top ul li {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  position: relative;
  transition: 0.3s all ease-out;
  display: flex;
  margin-bottom: 40px;
  align-items: center;
}
#medical #medical-top ul li:hover {
  transform: scale(1.08);
  filter: brightness(110%);
}
#medical #medical-top ul li:nth-child(even) {
  flex-direction: row-reverse;
}
#medical #medical-top ul li:nth-child(even) article {
  border-radius: 20px 0px 0px 20px;
}
#medical #medical-top ul li:nth-child(2) article, #medical #medical-top ul li:nth-child(7) article {
  background-color: #A6DC3A;
}
#medical #medical-top ul li:nth-child(3) article, #medical #medical-top ul li:nth-child(8) article {
  background-color: #FF8ED5;
}
#medical #medical-top ul li:nth-child(4) article, #medical #medical-top ul li:nth-child(9) article {
  background-color: #2AB9C9;
}
#medical #medical-top ul li:nth-child(5) article {
  background-color: #FB7F58;
}
#medical #medical-top ul li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
#medical #medical-top ul li figure {
  text-align: center;
  padding: 20px 0;
  width: 35%;
}
#medical #medical-top ul li figure img {
  width: 70%;
}
#medical #medical-top ul li article {
  padding: 35px 40px;
  background-color: #FFBC38;
  color: #fff;
  border-radius: 0 20px 20px 0px;
  line-height: 1.8;
  font-size: 12px;
  font-size: clamp(0.75rem, 0.3vw + 0.66rem, 0.875rem);
  box-sizing: border-box;
  width: 65%;
}
#medical #medical-top ul li article h3 {
  font-size: 22px;
  font-size: clamp(1.375rem, 0.8vw + 1.135rem, 1.75rem);
  margin-bottom: 10px;
}
#medical #medical-top ul li article span {
  display: inline-block;
  padding: 5px 20px;
  background-color: #fff;
  border-radius: 10px;
  color: #342200;
}
#medical #medical-top ul li article p {
  margin-top: 25px;
}

@media screen and (max-width: 768px) {
  #medical #medical-top {
    margin-top: -40px;
    padding: 50px 0 20px;
    margin-bottom: 30px;
    background-color: #FFFBF2;
    position: relative;
    z-index: 1;
  }
  #medical #medical-top:after {
    bottom: -0.5%;
  }
  #medical #medical-top strong {
    display: block;
    text-align: center;
  }
  #medical #medical-top ul {
    margin: 60px auto 20px;
  }
  #medical #medical-top ul li {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    position: relative;
    transition: 0.3s all ease-out;
    display: flex;
    flex-direction: column !important;
    margin-bottom: 20px;
    align-items: center;
  }
  #medical #medical-top ul li:hover {
    transform: scale(1);
    filter: brightness(100%);
  }
  #medical #medical-top ul li figure {
    padding: 10px 0;
    width: 100%;
  }
  #medical #medical-top ul li figure img {
    width: 50%;
  }
  #medical #medical-top ul li article {
    padding: 25px 20px;
    border-radius: 0 0px 20px 20px !important;
    width: 100%;
  }
  #medical #medical-top ul li article h3 {
    margin-bottom: 10px;
  }
  #medical #medical-top ul li article span {
    padding: 5px 10px;
  }
  #medical #medical-top ul li article p {
    margin-top: 15px;
  }
}
/*-------------------------
  medical-low
--------------------------*/
#general #mv {
  background: url(/asset/images/medical/general_mv.jpg) no-repeat 50% top;
  background-size: cover;
}

#pediatric #mv {
  background: url(/asset/images/medical/pediatric_mv.jpg) no-repeat 50% 50%;
  background-size: cover;
}

#whitening #mv {
  background: url(/asset/images/medical/whitening_mv.jpg) no-repeat 50% 50%;
  background-size: cover;
}

#aesthetic #mv {
  background: url(/asset/images/medical/aesthetic_mv.jpg) no-repeat 50% 30%;
  background-size: cover;
}

#orthodontics #mv {
  background: url(/asset/images/medical/orthodontics_mv.jpg) no-repeat 50% 30%;
  background-size: cover;
}

#periodontal-disease #mv {
  background: url(/asset/images/medical/periodontal_mv.jpg) no-repeat 50% 50%;
  background-size: cover;
}

.medical-low #lead {
  background-color: #FFFBF2;
  padding: 80px 0 60px;
  margin-top: -60px;
}
.medical-low #lead li {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
  flex-direction: row-reverse;
}
.medical-low #lead li:nth-child(even) {
  flex-direction: row;
}
.medical-low #lead li:nth-child(even) figure {
  width: calc(45% + (100vw - 100%) / 2);
  margin-right: auto;
  margin-left: calc((100% - 100vw) / 2);
  position: relative;
}
.medical-low #lead li:nth-child(even) figure img {
  border-radius: 0px 25px 25px 0px;
}
.medical-low #lead li:nth-child(even) figure p {
  left: auto;
  right: 0;
  border-radius: 25px 0px 25px 0px;
}
.medical-low #lead li:nth-child(even) article {
  padding-right: 0px;
  padding-left: 80px;
}
.medical-low #lead li article {
  width: 55%;
  box-sizing: border-box;
  padding-right: 80px;
}
.medical-low #lead li article strong {
  display: block;
  font-size: 22px;
  font-size: clamp(1.375rem, 0.6vw + 1.195rem, 1.625rem);
  line-height: 1.6;
  margin-bottom: 30px;
  color: #8E6211;
}
.medical-low #lead li article strong span {
  position: relative;
  z-index: 1;
}
.medical-low #lead li article strong span:after {
  content: "";
  background-color: rgba(255, 188, 56, 0.25);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
  z-index: -1;
}
.medical-low #lead li figure {
  width: calc(45% + (100vw - 100%) / 2);
  margin-right: calc((100% - 100vw) / 2);
  position: relative;
}
.medical-low #lead li figure img {
  display: block;
  border-radius: 25px 0 0 25px;
  max-height: 500px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.medical-low #lead li.anime figure {
  clip-path: inset(0 0 0 100%);
  opacity: 0;
}
.medical-low #lead li.anime article {
  opacity: 0;
  transform: translateX(30px);
}
.medical-low #lead li.anime:nth-child(even) figure {
  clip-path: inset(0 100% 0 0);
  opacity: 0;
}
.medical-low #lead li.anime:nth-child(even) article {
  opacity: 0;
  transform: translateX(-30px);
}
.medical-low #lead li.anime.active figure {
  clip-path: inset(0);
  opacity: 1;
  transition: 0.5s all ease-out;
}
.medical-low #lead li.anime.active article {
  opacity: 1;
  transform: translateX(0px);
  transition: 0.5s all ease-out;
}
.medical-low #lead .check-list {
  max-width: 800px;
  margin: 0 auto 60px;
  border-radius: 25px;
  background-color: #F3FFE9;
  box-sizing: border-box;
  padding: 40px;
}
.medical-low #lead .check-list h4 {
  text-align: center;
  font-size: 20px;
  font-size: clamp(1.25rem, 0.6vw + 1.07rem, 1.5rem);
  line-height: 1.2;
  margin-bottom: 20px;
  color: #A6DC3A;
}
.medical-low #lead .check-list h4 + p {
  text-align: center;
  margin-bottom: 20px;
}
.medical-low #lead .check-list dl {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -10px;
}
.medical-low #lead .check-list dl dd {
  width: 50%;
  padding-left: 30px;
  box-sizing: border-box;
  line-height: 1.4;
  margin-bottom: 10px;
  position: relative;
}
.medical-low #lead .check-list dl dd:before {
  content: "";
  background: url(/asset/images/medical/check.png) no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
.medical-low #lead h4.ttl0 {
  font-size: 23px;
  font-size: clamp(1.4375rem, 0.4vw + 1.3175rem, 1.625rem);
  background-color: #fff3fa;
  border-color: #FF8ED5;
  box-shadow: 3px 3px 0 #FF8ED5;
}
.medical-low #lead h4.ttl0 span {
  color: #FF8ED5;
}
.medical-low #lead h4.ttl0 span:before {
  background: url(/asset/images/tooth2.png) no-repeat;
  background-size: cover;
}
.medical-low #lead h4.ttl0.center {
  text-align: center;
  margin-bottom: 40px;
}
.medical-low #lead h4.ttl0 + p {
  text-align: center;
  margin-bottom: 40px;
  font-size: 16px;
  font-size: clamp(1rem, 0.3vw + 0.91rem, 1.125rem);
}
.medical-low #lead h4.ttl0 + p.align-left {
  text-align: left;
}
.medical-low #lead .flex {
  display: flex;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto 60px;
}
.medical-low #lead .flex figure {
  width: 35%;
}
.medical-low #lead .flex article {
  width: 65%;
  box-sizing: border-box;
  padding-left: 60px;
}
.medical-low #lead .flex article h5 {
  margin: 20px 0 10px;
  font-size: 18px;
  font-size: clamp(1.125rem, 0.3vw + 1.035rem, 1.25rem);
  color: #8E6211;
}
.medical-low #lead .flex article dl {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -10px;
}
.medical-low #lead .flex article dl dd {
  padding-left: 30px;
  margin-right: 1em;
  box-sizing: border-box;
  line-height: 1.4;
  margin-bottom: 10px;
  position: relative;
}
.medical-low #lead .flex article dl dd:before {
  content: "";
  background: url(/asset/images/medical/check.png) no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
.medical-low #lead .flow {
  max-width: 900px;
  margin: auto;
}
.medical-low #lead .flow + .note {
  text-align: center;
  margin-top: 20px;
  line-height: 1.2;
}
.medical-low #lead .flow + .note span {
  position: relative;
  padding-left: 1.2em;
}
.medical-low #lead .flow + .note span::before {
  content: "※";
  position: absolute;
  top: 2px;
  left: 0;
}
.medical-low #contents {
  padding: 60px 0 80px;
  position: relative;
  background-color: #fff;
}
.medical-low #contents .bg {
  position: absolute;
  top: -25px;
  left: 0;
  width: 100%;
  height: 26px;
}
.medical-low #contents .bg svg {
  width: 5000px;
}
.medical-low #contents .inner {
  position: relative;
}
.medical-low #contents h3.ttl0 {
  margin-top: 100px;
}
.medical-low #contents h3.ttl0:first-of-type {
  margin-top: 0px;
}
.medical-low #contents h3.ttl0 + p {
  text-align: center;
  margin: -20px 0 40px;
  font-size: 16px;
  font-size: clamp(1rem, 0.3vw + 0.91rem, 1.125rem);
}
.medical-low #contents h4.ttl0 {
  font-size: 23px;
  font-size: clamp(1.4375rem, 0.4vw + 1.3175rem, 1.625rem);
}
.medical-low #contents h4.ttl0.center {
  text-align: center;
  margin-bottom: 40px;
}
.medical-low #contents h4.ttl0 + p {
  text-align: center;
  margin-bottom: 40px;
  font-size: 16px;
  font-size: clamp(1rem, 0.3vw + 0.91rem, 1.125rem);
}
.medical-low #contents .block-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 1000px;
  margin: auto;
  gap: 30px 40px;
  margin-bottom: 80px;
}
.medical-low #contents .block-list.last {
  margin-bottom: 0px;
}
.medical-low #contents .block-list li {
  padding: 25px;
  border-radius: 25px;
  background-color: #F3FFE9;
}
.medical-low #contents .block-list li figure {
  margin-bottom: 20px;
}
.medical-low #contents .block-list li figure img {
  border-radius: 25px;
  width: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
.medical-low #contents .block-list li h5 {
  text-align: center;
  line-height: 1.4;
  margin-bottom: 15px;
  font-size: 18px;
  font-size: clamp(1.125rem, 0.3vw + 1.035rem, 1.25rem);
  color: #35a92a;
}
.medical-low #contents .block-list li h5 small {
  display: block;
  font-size: 60%;
  margin-top: 5px;
}
.medical-low #contents .block-list.w100 {
  max-width: 100%;
}
.medical-low #contents .block-list.line li {
  background-color: #fff;
  box-sizing: border-box;
  border: 3px solid #FB7F58;
}
.medical-low #contents .block-list.line.green li {
  border: 3px solid #A6DC3A;
}
.medical-low #contents .block-list.line.green li h5 {
  color: #A6DC3A;
}
.medical-low #contents .block-list.col3 {
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.medical-low #contents .block-list.col3:has(.btn) li {
  grid-row: span 3;
}
.medical-low #contents .block-list.col3:has(figure) {
  gap: 60px 30px;
}
.medical-low #contents .block-list.col3:has(figure) li {
  grid-row: span 3;
}
.medical-low #contents .block-list.col3:has(figure) li figure {
  margin-bottom: 0px;
}
.medical-low #contents .block-list.col3 li {
  grid-row: span 2;
  display: grid;
  grid-template-rows: subgrid;
  gap: 15px;
}
.medical-low #contents .block-list.col3 li h5 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
  color: #FB7F58;
  font-size: 18px;
  font-size: clamp(1.125rem, 0.3vw + 1.035rem, 1.25rem);
  line-height: 1.4;
  margin-bottom: 0;
  position: relative;
}
.medical-low #contents .block-list.col3.col2 {
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: 30px;
}
.medical-low #contents .block-list.col3.col2.merit.mg-b60 {
  margin-bottom: 60px !important;
}
.medical-low #contents .block-list.col3.col2.merit li h5 {
  color: #FB7F58;
}
.medical-low #contents .block-list.col3.col2.merit li dl dd {
  position: relative;
  padding-left: 1.5em;
}
.medical-low #contents .block-list.col3.col2.merit li dl dd:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.medical-low #contents .block-list.col3.col2.merit li:nth-child(2) {
  border-color: #2AB9C9;
}
.medical-low #contents .block-list.col3.col2.merit li:nth-child(2) h5 {
  color: #2AB9C9;
}
.medical-low #contents .block-list.col4 {
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.medical-low #contents .block-list.col4 li {
  grid-row: span 3;
  display: grid;
  grid-template-rows: subgrid;
}
.medical-low #contents .block-list.col4 li h5 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
  color: #FB7F58;
  font-size: 18px;
  font-size: clamp(1.125rem, 0.3vw + 1.035rem, 1.25rem);
  line-height: 1.4;
  margin-bottom: 0;
  position: relative;
}
.medical-low #contents .block-list.general-list {
  margin-top: 70px;
  gap: 60px 30px;
}
.medical-low #contents .block-list.general-list:has(.btn) {
  gap: 20px 30px;
}
.medical-low #contents .block-list.general-list:has(.btn) .btn {
  margin: 20px auto 0;
}
.medical-low #contents .block-list.general-list li {
  padding-top: 50px;
}
.medical-low #contents .block-list.general-list li h5 strong {
  position: absolute;
  top: -90px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #FB7F58;
  color: #fff;
  font-size: 150%;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 40px;
  font-family: "Lora", serif;
  font-weight: 400;
}
.medical-low #contents .block-list.general-list li h5 strong em {
  font-style: normal;
  font-size: 30%;
  display: block;
  position: absolute;
  top: -2em;
  left: 50%;
  transform: translateX(-50%);
}
.medical-low #contents .block-list.general-list li h5 strong:has(em) {
  box-sizing: border-box;
  padding-top: 0.25em;
}
.medical-low #contents .flex {
  display: flex;
  flex-direction: row-reverse;
  padding: 40px;
  background-color: #FFFAC9;
  border-radius: 25px;
}
.medical-low #contents .flex.left {
  flex-direction: row;
}
.medical-low #contents .flex.left article {
  padding-right: 0;
  padding-left: 60px;
}
.medical-low #contents .flex.pink {
  background-color: #fff3fa;
}
.medical-low #contents .flex figure {
  width: 35%;
}
.medical-low #contents .flex figure img {
  border-radius: 25px;
}
.medical-low #contents .flex article {
  width: 65%;
  box-sizing: border-box;
  padding-right: 60px;
}
.medical-low #contents .flex article h5 {
  font-size: 22px;
  font-size: clamp(1.375rem, 0.3vw + 1.285rem, 1.5rem);
  color: #8E6211;
  line-height: 1.4;
  margin-bottom: 20px;
}
.medical-low #contents .flex article h5 small {
  font-size: 80%;
}
.medical-low #contents .flex article dl dt {
  position: relative;
  padding-left: 1.5em;
  color: #8E6211;
  line-height: 1.4;
  margin-bottom: 15px;
  font-size: 18px;
  font-size: clamp(1.125rem, 0.3vw + 1.035rem, 1.25rem);
}
.medical-low #contents .flex article dl dt:before {
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
}
.medical-low #contents .flex article dl dd {
  margin-bottom: 30px;
}
.medical-low #contents .flex article dl dd:last-of-type {
  margin-bottom: 0px;
}
.medical-low #contents .pc {
  display: block;
}
.medical-low #contents .sp {
  display: none;
}
.medical-low #contents table {
  width: 100%;
  max-width: 800px;
  margin: auto;
  background-color: #FFBC38;
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid #FFBC38;
  margin-bottom: 20px;
}
.medical-low #contents table th, .medical-low #contents table td {
  padding: 20px 10px;
  font-size: 16px;
  font-size: clamp(1rem, 0.3vw + 0.91rem, 1.125rem);
  background-color: #fff;
  text-align: center;
  line-height: 1.4;
}
.medical-low #contents table th {
  background-color: #FFBC38;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .medical-low #contents table th {
    border-bottom: 2px solid #fff !important;
  }
}
.medical-low #contents table td {
  border-left: 2px solid #FFBC38;
  white-space: nowrap;
  vertical-align: middle;
}
.medical-low #contents table td small {
  font-size: 70%;
}
.medical-low #contents table td.bg_w {
  background-color: #fff !important;
  color: #342200 !important;
  border-bottom: 2px solid #FFBC38 !important;
}
.medical-low #contents table tr.head th, .medical-low #contents table tr.head td {
  background-color: #FFBC38;
  color: #fff;
  font-weight: 700;
}
.medical-low #contents table tr.head th {
  border-left: 2px solid #fff;
}
@media screen and (max-width: 768px) {
  .medical-low #contents table tr.head th {
    border-color: #fff !important;
  }
}
.medical-low #contents table tr:nth-of-type(2) th, .medical-low #contents table tr:nth-of-type(2) td {
  border-bottom: 2px solid #FFBC38;
}
.medical-low #snore {
  padding: 60px 0 80px;
  position: relative;
  background-color: #F3FFE9;
  margin-top: 100px;
  margin-bottom: -80px;
}
.medical-low #snore .bg {
  position: absolute;
  top: -25px;
  left: 0;
  width: 100%;
  height: 26px;
}
.medical-low #snore .bg svg {
  width: 5000px;
}
.medical-low #snore .lead-txt strong {
  display: block;
  font-size: 22px;
  font-size: clamp(1.375rem, 0.3vw + 1.285rem, 1.5rem);
  line-height: 1.4;
  margin-bottom: 20px;
}
.medical-low #snore .lead-txt strong span {
  position: relative;
  z-index: 1;
  color: #8E6211;
}
.medical-low #snore .lead-txt strong span:after {
  content: "";
  background-color: rgba(255, 188, 56, 0.25);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
  z-index: -1;
}
.medical-low #snore ol {
  max-width: 800px;
  margin: 0 auto 60px;
}
.medical-low #snore ol li {
  list-style: none;
  line-height: 1.6;
  font-size: 16px;
  font-size: clamp(1rem, 0.3vw + 0.91rem, 1.125rem);
  position: relative;
  padding-left: 1.8em;
  margin-bottom: 20px;
}
.medical-low #snore ol li span {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  font-weight: 700;
  color: #fff;
}
.medical-low #snore ol li span:after {
  content: "";
  width: 36px;
  height: 36px;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #A6DC3A;
  z-index: -1;
  transform: translate(-50%, -50%);
  border-radius: 18px;
}
.medical-low #snore .col2 dl dd {
  position: relative;
  padding-left: 1.5em;
  line-height: 1.6;
  margin-bottom: 10px;
}
.medical-low #snore .col2 dl dd:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.medical-low #snore .col2 dl dd:last-of-type {
  margin-bottom: 0px;
}
.medical-low #snore p.align-left {
  text-align: left !important;
}
.medical-low #snore p.align-left small {
  display: block;
  line-height: 1.4;
  margin-top: 20px;
  font-size: 80%;
  position: relative;
  padding-left: 1.2em;
}
.medical-low #snore p.align-left small:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  .medical-low #lead {
    padding: 40px 0 10px;
    margin-top: -40px;
  }
  .medical-low #lead li {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    flex-direction: column;
  }
  .medical-low #lead li.mg30 {
    margin-bottom: 30px;
  }
  .medical-low #lead li:nth-child(even) {
    flex-direction: column;
  }
  .medical-low #lead li:nth-child(even) figure {
    width: calc(100% + (100vw - 100%) / 2);
    margin-right: auto;
    margin-left: calc((100% - 100vw) / 2);
    position: relative;
  }
  .medical-low #lead li:nth-child(even) figure img {
    border-radius: 0px 20px 20px 0px;
  }
  .medical-low #lead li:nth-child(even) article {
    padding-right: 0px;
    padding-left: 0px;
  }
  .medical-low #lead li article {
    width: 100%;
    box-sizing: border-box;
    padding-right: 0px;
  }
  .medical-low #lead li article strong {
    margin-bottom: 10px;
    line-height: 1.4;
  }
  .medical-low #lead li article strong span:after {
    height: 10px;
  }
  .medical-low #lead li figure {
    width: calc(100% + (100vw - 100%) / 2);
    margin-bottom: 20px;
  }
  .medical-low #lead li figure img {
    border-radius: 20px 0 0 20px;
  }
  .medical-low #lead .check-list {
    max-width: 100%;
    margin: 0 auto 30px;
    border-radius: 20px;
    padding: 20px;
  }
  .medical-low #lead .check-list h4 {
    text-align: center;
    font-size: 20px;
    font-size: clamp(1.25rem, 0.6vw + 1.07rem, 1.5rem);
    line-height: 1.2;
    margin-bottom: 20px;
    color: #A6DC3A;
  }
  .medical-low #lead .check-list h4 + p {
    text-align: center;
    margin-bottom: 20px;
  }
  .medical-low #lead .check-list dl {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -10px;
  }
  .medical-low #lead .check-list dl.sp-noflex {
    display: block;
  }
  .medical-low #lead .check-list dl.sp-noflex dd {
    width: 100%;
  }
  .medical-low #lead .check-list dl dd {
    width: 50%;
    padding-left: 30px;
    box-sizing: border-box;
    line-height: 1.4;
    margin-bottom: 10px;
    position: relative;
  }
  .medical-low #lead .check-list dl dd:before {
    content: "";
    background: url(/asset/images/medical/check.png) no-repeat;
    background-size: cover;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .medical-low #lead h4.ttl0.center {
    margin-bottom: 25px;
  }
  .medical-low #lead h4.ttl0.center span {
    padding-top: 38px;
    padding-left: 0px;
  }
  .medical-low #lead h4.ttl0.center span:before {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 36px;
    height: 36px;
  }
  .medical-low #lead h4.ttl0 + p {
    margin-bottom: 20px;
  }
  .medical-low #lead .flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto 40px;
  }
  .medical-low #lead .flex figure {
    width: 100%;
    margin-bottom: 20px;
  }
  .medical-low #lead .flex article {
    width: 100%;
    box-sizing: border-box;
    padding-left: 0px;
  }
  .medical-low #lead .flex article h5 {
    margin: 20px 0 10px;
    font-size: 18px;
    font-size: clamp(1.125rem, 0.3vw + 1.035rem, 1.25rem);
    color: #8E6211;
  }
  .medical-low #lead .flex article dl {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -10px;
  }
  .medical-low #lead .flex article dl dd {
    padding-left: 30px;
    margin-right: 1em;
    box-sizing: border-box;
    line-height: 1.4;
    margin-bottom: 10px;
    position: relative;
  }
  .medical-low #lead .flex article dl dd:before {
    content: "";
    background: url(/asset/images/medical/check.png) no-repeat;
    background-size: cover;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .medical-low #lead .flow {
    max-width: 100%;
    margin: 0 auto 0px;
  }
  .medical-low #lead .flow + .note {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .medical-low #contents {
    padding: 30px 0 30px;
  }
  .medical-low #contents .bg {
    position: absolute;
    top: -17px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .medical-low #contents .bg svg {
    width: 3000px;
  }
  .medical-low #contents h3.ttl0 {
    margin-top: 50px;
  }
  .medical-low #contents h4.ttl0.center {
    margin-bottom: 25px;
  }
  .medical-low #contents h4.ttl0.center span {
    padding-top: 38px;
    padding-left: 0px;
  }
  .medical-low #contents h4.ttl0.center span:before {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 36px;
    height: 36px;
  }
  .medical-low #contents h4.ttl0 + p {
    margin-bottom: 20px;
  }
  .medical-low #contents .block-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    margin-bottom: 40px;
  }
  .medical-low #contents .block-list li {
    padding: 20px;
    border-radius: 20px;
  }
  .medical-low #contents .block-list li figure img {
    border-radius: 20px;
  }
  .medical-low #contents .block-list.w100 {
    max-width: 100%;
  }
  .medical-low #contents .block-list.line li {
    background-color: #fff;
    box-sizing: border-box;
    border: 3px solid #FB7F58;
  }
  .medical-low #contents .block-list.col3 {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .medical-low #contents .block-list.col3:has(figure) {
    gap: 40px 20px;
  }
  .medical-low #contents .block-list.col3:has(figure) li figure {
    margin-bottom: 10px;
  }
  .medical-low #contents .block-list.col3 li {
    grid-row: auto;
    display: block;
  }
  .medical-low #contents .block-list.col3 li article {
    display: block;
  }
  .medical-low #contents .block-list.col3 li h5 {
    display: block;
    margin-bottom: 10px;
    height: auto;
  }
  .medical-low #contents .block-list.col3 li .btn {
    margin-top: 15px;
  }
  .medical-low #contents .block-list.col3.col2 {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .medical-low #contents .block-list.col3.col2.merit.mg-b60 {
    margin-bottom: 40px !important;
  }
  .medical-low #contents .block-list.col4 {
    grid-template-columns: repeat(1, 1fr);
  }
  .medical-low #contents .block-list.col4 li {
    grid-row: auto;
    display: block;
  }
  .medical-low #contents .block-list.col4 li article {
    display: block;
  }
  .medical-low #contents .block-list.col4 li h5 {
    display: block;
    margin-bottom: 10px;
    height: auto;
  }
  .medical-low #contents .block-list.col4 li .btn {
    margin-top: 15px;
  }
  .medical-low #contents .block-list.general-list {
    margin-top: 70px;
    gap: 45px;
  }
  .medical-low #contents .block-list.general-list:has(.btn) {
    gap: 50px 0px;
  }
  .medical-low #contents .block-list.general-list li {
    padding-top: 30px;
  }
  .medical-low #contents .block-list.general-list li h5 strong {
    position: absolute;
    top: -65px;
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
  .medical-low #contents .flex {
    display: flex;
    flex-direction: column !important;
    padding: 20px;
    background-color: #FFFAC9;
    border-radius: 20px;
  }
  .medical-low #contents .flex figure {
    width: 100%;
    margin-bottom: 20px;
  }
  .medical-low #contents .flex figure img {
    border-radius: 20px;
  }
  .medical-low #contents .flex article {
    width: 100%;
    box-sizing: border-box;
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .medical-low #snore {
    padding: 10px 0 60px;
    position: relative;
    background-color: #F3FFE9;
    margin-top: 50px;
    margin-bottom: -60px;
  }
  .medical-low #snore .bg {
    position: absolute;
    top: -17px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .medical-low #snore .bg svg {
    width: 3000px;
  }
  .medical-low .pc {
    display: none !important;
  }
  .medical-low .sp {
    display: block !important;
  }
}
/*-------------------------
  staff
--------------------------*/
#staff #mv {
  background: url(/asset/images/staff/mv.jpg) no-repeat 50% 50%;
  background-size: cover;
}
#staff #lead {
  background-color: #FFFBF2;
  margin-top: -60px;
  padding: 80px 0 100px;
}
#staff #lead strong {
  display: block;
  text-align: center;
  padding: 8vw 0;
  max-width: 800px;
  margin: auto;
  position: relative;
  z-index: 1;
  font-size: 16px;
  font-size: clamp(1rem, 0.8vw + 0.76rem, 1.375rem);
  color: #8E6211;
  text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
  font-family: 700;
}
#staff #lead strong b {
  display: inline-block;
  font-size: 140%;
  color: #FFBC38;
}
#staff #lead strong:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: url(/asset/images/staff/lead.jpg) no-repeat 50%;
  background-size: cover;
  filter: sepia(25%);
  opacity: 0.6;
  border-radius: 25px;
}
#staff #lead strong:before {
  content: "";
  background: url(/asset/images/top/concept_obj.png) no-repeat;
  background-size: cover;
  width: 153px;
  height: 190px;
  position: absolute;
  bottom: -20px;
  left: -50px;
}
#staff #lead.anime {
  opacity: 0;
  transform: scale(0.8);
}
#staff #lead.anime strong:before {
  opacity: 0;
  transform: translateX(20px);
}
#staff #lead.anime.active {
  opacity: 1;
  transform: scale(1);
  transition: 0.5s all ease-out;
}
#staff #lead.anime.active strong:before {
  opacity: 1;
  transform: translateX(0);
  transition: 0.5s all ease-out;
  transition-delay: 0.5s;
}
#staff #intro {
  padding: 60px 0 80px;
  position: relative;
  background-color: #fff;
}
#staff #intro .bg {
  position: absolute;
  top: -25px;
  left: 0;
  width: 100%;
  height: 26px;
}
#staff #intro .bg svg {
  width: 5000px;
}
#staff #intro h3.ttl0 {
  margin-top: 80px;
}
#staff #intro h3.ttl0:first-of-type {
  margin-top: 0px;
}
#staff #intro .block {
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
  flex-direction: row-reverse;
}
#staff #intro .block.left {
  flex-direction: row;
}
#staff #intro .block.left figure {
  width: calc(45% + (100vw - 100%) / 2);
  margin-right: auto;
  margin-left: calc((100% - 100vw) / 2);
  position: relative;
}
#staff #intro .block.left figure img {
  border-radius: 0px 25px 25px 0px;
}
#staff #intro .block.left figure p {
  left: auto;
  right: 0;
  border-radius: 25px 0px 25px 0px;
}
#staff #intro .block.left figure.anime {
  clip-path: inset(0 100% 0 0);
}
#staff #intro .block.left article {
  padding-right: 0px;
  padding-left: 80px;
}
#staff #intro .block.left article.anime {
  transform: translateX(-30px);
}
#staff #intro .block article {
  width: 55%;
  box-sizing: border-box;
  padding-right: 80px;
}
#staff #intro .block article p.txt {
  font-size: 14px;
  font-size: clamp(0.875rem, 0.3vw + 0.785rem, 1rem);
}
#staff #intro .block article.anime {
  opacity: 0;
  transform: translateX(30px);
}
#staff #intro .block article.anime.active {
  opacity: 1;
  transform: translateX(0);
  transition: 0.7s all ease-out;
  transition-delay: 0.3s;
}
#staff #intro .block figure {
  width: calc(45% + (100vw - 100%) / 2);
  margin-right: calc((100% - 100vw) / 2);
  position: relative;
}
#staff #intro .block figure img {
  display: block;
  border-radius: 25px 0 0 25px;
  max-height: 500px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
#staff #intro .block figure p {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  background-color: #FFBC38;
  padding: 10px 30px;
  border-radius: 0px 25px 0 25px;
  font-size: 20px;
  font-size: clamp(1.25rem, 0.3vw + 1.16rem, 1.375rem);
}
#staff #intro .block figure p small {
  display: inline-block;
  margin-right: 0.5em;
  font-size: 60%;
}
#staff #intro .block figure.anime {
  opacity: 0;
  clip-path: inset(0 0 0 100%);
}
#staff #intro .block figure.anime.active {
  opacity: 1;
  clip-path: inset(0);
  transition: 0.7s all ease-out;
}
#staff #intro .box {
  padding: 25px 40px;
  border: 5px solid #A6DC3A;
  border-radius: 20px;
  margin: 20px auto 0;
  max-width: 1000px;
}
#staff #intro .box ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -10px;
}
#staff #intro .box ul li {
  width: calc(50% - 1em);
  line-height: 1.4;
  margin-bottom: 10px;
  padding-left: 1.5em;
  position: relative;
  box-sizing: border-box;
  margin-right: 1em;
}
#staff #intro .box ul li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  #staff #lead {
    margin-top: -40px;
    padding: 50px 0 70px;
  }
  #staff #lead strong {
    padding: 8vw 0 17vw;
    line-height: 1.6;
  }
  #staff #lead strong b {
    display: block;
    font-size: 140%;
    line-height: 1.2;
    padding: 0.5em 0;
  }
  #staff #lead strong:after {
    border-radius: 15px;
  }
  #staff #lead strong:before {
    content: "";
    background: url(/asset/images/top/concept_obj.png) no-repeat;
    background-size: cover;
    width: 80px;
    height: 100px;
    position: absolute;
    bottom: -20px;
    left: -6%;
  }
  #staff #intro {
    padding: 40px 0 40px;
  }
  #staff #intro .bg {
    position: absolute;
    top: -17px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  #staff #intro .bg svg {
    width: 3000px;
  }
  #staff #intro h3.ttl0 {
    margin-top: 40px;
  }
  #staff #intro h3.ttl0:first-of-type {
    margin-top: 0px;
  }
  #staff #intro .block {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    flex-direction: column;
  }
  #staff #intro .block.left {
    flex-direction: column;
  }
  #staff #intro .block.left figure {
    width: calc(100% + (100vw - 100%) / 2);
    margin-right: auto;
    margin-left: calc((100% - 100vw) / 2);
    position: relative;
  }
  #staff #intro .block.left figure img {
    border-radius: 0px 15px 15px 0px;
  }
  #staff #intro .block.left figure p {
    left: auto;
    right: 0;
    border-radius: 15px 0px 15px 0px;
  }
  #staff #intro .block.left article {
    padding-right: 0px;
    padding-left: 0px;
  }
  #staff #intro .block article {
    width: 100%;
    padding-right: 0px;
  }
  #staff #intro .block figure {
    width: calc(100% + (100vw - 100%) / 2);
    margin-right: calc((100% - 100vw) / 2);
    position: relative;
    margin-bottom: 20px;
  }
  #staff #intro .block figure img {
    border-radius: 15px 0 0 15px;
  }
  #staff #intro .block figure p {
    padding: 5px 20px;
    border-radius: 0px 15px 0 15px;
  }
  #staff #intro .box {
    padding: 15px 20px;
    border: 3px solid #A6DC3A;
    border-radius: 10px;
  }
  #staff #intro .box ul li {
    width: 100%;
  }
}
/*-------------------------
  access
--------------------------*/
#access #mv {
  background: url(/asset/images/access/mv.jpg) no-repeat 50% top;
  background-size: cover;
}
#access #g-map {
  margin-bottom: 100px;
}
#access #g-map .map-wrap {
  width: 100%;
  height: 460px;
  margin-bottom: 20px;
  border-radius: 25px;
  overflow: hidden;
}
#access #g-map .map-wrap iframe {
  width: 100%;
  height: 100%;
}
#access #g-map .address {
  text-align: center;
  margin-bottom: 40px;
}
#access #g-map ul {
  display: flex;
  max-width: 1000px;
  margin: auto;
  align-items: center;
}
#access #g-map ul .figure {
  width: 50%;
}
#access #g-map ul .figure img {
  border-radius: 20px;
}
#access #g-map ul .article {
  width: 50%;
  box-sizing: border-box;
  padding-left: 60px;
}
#access #g-map ul .article h4.ttl {
  font-size: 16px;
  font-size: clamp(1rem, 0.6vw + 0.82rem, 1.25rem);
  line-height: 1.2;
  margin-bottom: 20px;
  font-weight: 700;
}
#access #g-map ul .article dl dt {
  color: #FF8ED5;
  font-weight: 700;
  line-height: 1.2;
  font-size: 18px;
  font-size: clamp(1.125rem, 0.3vw + 1.035rem, 1.25rem);
  margin-bottom: 5px;
  position: relative;
  line-height: 50px;
  min-height: 50px;
  padding-left: 60px;
}
#access #g-map ul .article dl dt:before {
  content: "";
  background: url(/asset/images/icon_train.png) no-repeat;
  background-size: cover;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#access #g-map ul .article dl dt.car:before {
  content: "";
  background: url(/asset/images/icon_car.png) no-repeat;
  background-size: cover;
}
#access #g-map ul .article dl dd {
  margin-bottom: 20px;
  line-height: 1.4;
}
#access #g-map ul .article dl dd:last-of-type {
  margin-bottom: 0px;
}
#access #movie {
  margin-bottom: 80px;
}
#access #movie ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}
#access #movie ul li iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  border-radius: 15px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  #access #g-map {
    margin-bottom: 50px;
  }
  #access #g-map .map-wrap {
    height: 250px;
    margin-bottom: 10px;
    border-radius: 15px;
  }
  #access #g-map .address {
    text-align: center;
    margin-bottom: 30px;
    line-height: 1.4;
  }
  #access #g-map ul {
    display: flex;
    flex-direction: column-reverse;
  }
  #access #g-map ul .figure {
    width: 100%;
    margin-top: 20px;
  }
  #access #g-map ul .figure img {
    border-radius: 15px;
  }
  #access #g-map ul .article {
    width: 100%;
    box-sizing: border-box;
    padding-left: 0px;
  }
  #access #g-map ul .article h4.ttl {
    margin-bottom: 20px;
  }
  #access #g-map ul .article dl dt {
    line-height: 40px;
    min-height: 40px;
    padding-left: 45px;
  }
  #access #g-map ul .article dl dt:before {
    width: 30px;
    height: 30px;
  }
  #access #g-map ul .article dl dd {
    margin-bottom: 10px;
  }
  #access #movie {
    margin-bottom: 40px;
  }
  #access #movie ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  #access #movie ul li iframe {
    border-radius: 10px;
  }
}
/*-------------------------
  news
--------------------------*/
#news #mv {
  background: url(/asset/images/news/mv.jpg) no-repeat 50% 50%;
  background-size: cover;
}
#news #news-list {
  background-color: #ECFDFF;
  padding: 60px 0 80px;
  margin-top: -60px;
}
#news #news-list .inner {
  display: flex;
}
#news #news-list .news-list-wrap {
  width: calc(100% - 250px);
  box-sizing: border-box;
  padding-right: 60px;
}
#news #news-list .news-list-wrap ul {
  border-top: 1px solid #2AB9C9;
}
#news #news-list .news-list-wrap ul li {
  border-bottom: 1px solid #2AB9C9;
}
#news #news-list .news-list-wrap ul li:last-child {
  border-bottom: 0px;
}
#news #news-list .news-list-wrap ul li:last-child article {
  padding-bottom: 0px;
}
#news #news-list .news-list-wrap ul li .ttl-area {
  background-color: #fff;
  padding: 15px 30px;
  line-height: 1.6;
  border-bottom: 1px dotted #2AB9C9;
}
#news #news-list .news-list-wrap ul li .ttl-area time {
  font-size: 90%;
  margin-bottom: 10px;
  display: block;
  color: #2AB9C9;
}
#news #news-list .news-list-wrap ul li .ttl-area h3 {
  font-size: 18px;
  font-size: clamp(1.125rem, 0.3vw + 1.035rem, 1.25rem);
}
#news #news-list .news-list-wrap ul li article {
  padding: 20px 30px 60px;
}
#news #news-list .news-list-wrap ul li article p, #news #news-list .news-list-wrap ul li article figure {
  margin-bottom: 10px;
}
#news #news-list aside {
  width: 250px;
}
#news #news-list aside ul {
  border-top: 1px solid #2AB9C9;
}
#news #news-list aside ul li {
  position: relative;
  border-bottom: 1px solid #2AB9C9;
  padding: 10px 10px 20px;
  gap: 20px;
  font-weight: 700;
  color: #333;
}
#news #news-list aside ul li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
#news #news-list aside ul li a:hover ~ time {
  opacity: 0.7;
}
#news #news-list aside ul li a:hover ~ p {
  opacity: 0.7;
}
#news #news-list aside ul li time {
  transition: 0.5s all;
  font-size: 80%;
  line-height: 1.2;
}
#news #news-list aside ul li p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  position: relative;
  transition: 0.5s all;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  #news #news-list {
    padding: 40px 0 50px;
    margin-top: -40px;
  }
  #news #news-list .inner {
    display: block;
  }
  #news #news-list .news-list-wrap {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 40px;
  }
  #news #news-list .news-list-wrap ul li .ttl-area {
    padding: 10px 20px;
  }
  #news #news-list .news-list-wrap ul li article {
    padding: 10px 20px 30px;
  }
  #news #news-list aside {
    width: 100%;
  }
  #news #news-list aside ul li {
    padding: 5px 10px 10px;
    gap: 10px;
  }
  #news #news-list aside ul li a:hover ~ time {
    opacity: 1;
  }
  #news #news-list aside ul li a:hover ~ p {
    opacity: 1;
  }
}