@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

*:focus:not(.focus-visible),
*::before:focus:not(.focus-visible),
*::after:focus:not(.focus-visible) {
  outline: none;
}

*:focus:not(:focus-visible),
*::before:focus:not(:focus-visible),
*::after:focus:not(:focus-visible) {
  outline: none;
}

/* https://medium.com/@matuzo/writing-css-with-accessibility-in-mind-8514a0007939 */
.visually-hidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}

/* https://www.scottohara.me/blog/2019/01/12/lists-and-safari.html */
.plain-list {
  list-style: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'/%3E");
  padding-left: 0;
}

/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
html {
  -webkit-text-size-adjust: 100%;
}

button {
  cursor: pointer;
  -webkit-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  color: inherit;
  background: none;
}

h5, h6 {
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

p {
  margin: 1em 0;
}

img {
  height: auto;
  border: none;
  object-fit: contain;
}

iframe {
  width: 100%;
  height: 100%;
  border: none;
}

a[href*="404"] {
  pointer-events: none;
}

a[href=""] {
  pointer-events: none;
}

:root {
  --clr_txt: #444444;
  --rgb_txt: 68,68, 68;
  --clr_border: #707070;
  --rgb_border: 112,112, 112;
  --clr_shadow: #000000;
  --rgb_shadow: 0,0, 0;
  --clr_white: #fff;
  --rgb_white: 255,255, 255;
  --clr_navy: #00316C;
  --rgb_navy: 0,49, 108;
  --clr_navy_light: #4D6F99;
  --rgb_navy_light: 77,111, 153;
  --clr_navy_light02: #C3D1E2;
  --rgb_navy_light02: 195,209, 226;
  --clr_navy_dark: #052970;
  --rgb_navy_dark: 5,41, 112;
  --clr_navy_dark02: #014F7E;
  --rgb_navy_dark02: 1,79, 126;
  --clr_purple: #5F66A2;
  --rgb_purple: 95,102, 162;
  --clr_purple_light: #C3CBE2;
  --rgb_purple_light: 195,203, 226;
  --clr_purple_light02: #747EDB;
  --rgb_purple_light02: 116,126, 219;
  --clr_blue: #7AA0D9;
  --rgb_blue: 122,160, 217;
  --clr_blue_light: #EAEDF5;
  --rgb_blue_light: 234,237, 245;
  --clr_gold: #9E8855;
  --rgb_gold: 158,136, 85;
  --clr_gray: #E6E5E5;
  --rgb_gray: 230,229, 229;
  --clr_gray_light: #EFEFED;
  --rgb_gray_light: 239,239, 237;
  --clr_gray_light02: #F5F5F5;
  --rgb_gray_light02: 245,245, 245;
  --clr_gray_light03: #DCDBDB;
  --rgb_gray_light03: 220,219, 219;
  --clr_gray_light04: #C4C3C3;
  --rgb_gray_light04: 196,195, 195;
  --clr_gray_light05: #E4E4E4;
  --rgb_gray_light05: 228,228, 228;
  --clr_gray_dark: #AFAFAF;
  --rgb_gray_dark: 175,175, 175;
  --clr_gray_dark03: #A9A9A9;
  --rgb_gray_dark03: 169,169, 169;
  --clr_aqua: #308BC8;
  --rgb_aqua: 48,139, 200;
  --clr_aqua_light: #EBF5F8;
  --rgb_aqua_light: 235,245, 248;
  --clr_aqua_light02: #7CC6F8;
  --rgb_aqua_light02: 124,198, 248;
  --clr_yellow: #F5E6BC;
  --rgb_yellow: 245,230, 188;
  --clr_green: #017E7E;
  --rgb_green: 1,126, 126;
  --clr_brown: #705A46;
  --rgb_brown: 112,90, 70;
  --breakpoint: 666px;
}

@font-face {
  font-family: "fontello";
  src: url("fontello/font/fontello.woff2") format("woff2");
  font-display: fallback;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade_down {
  0% {
    opacity: 0;
    transform: translateY(-2.5rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade_up {
  0% {
    opacity: 0;
    transform: translateY(0.5rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes flip {
  0% {
    transform: perspective(800px) translate3d(0, 0, 0) rotateY(-30deg);
    opacity: 0;
  }
  100% {
    transform: perspective(800px) translate3d(0, 0, 0) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes fade_right {
  0% {
    opacity: 0;
    transform: translateX(2rem);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes fade_left {
  0% {
    opacity: 0;
    transform: translateX(-2rem);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.cf::before,
.cf::after {
  content: "";
  display: block;
}

.cf::after {
  clear: both;
}

.fl_l {
  float: left;
}

.fl_r {
  float: right;
}

.txt_c {
  text-align: center !important;
}

.txt_l {
  text-align: left !important;
}

.txt_r {
  text-align: right !important;
}

@media screen and (min-width: 41.625em), print {
  .pc-txt_c {
    text-align: center !important;
  }
  .pc-txt_l {
    text-align: left !important;
  }
  .pc-txt_r {
    text-align: right !important;
  }
}
.bold {
  font-weight: bold;
}

.txt_large {
  font-size: 120%;
}

.txt_small {
  font-size: 80%;
}

.txt_blue {
  color: var(--clr_aqua);
}

.underline {
  text-decoration: underline;
  text-decoration-thickness: 0.6em;
  text-decoration-color: var(--clr_yellow);
  text-underline-offset: -0.3em;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.d-inline {
  display: inline-block;
}

.img_c {
  max-width: 80%;
  margin: 1rem auto;
  border-radius: 10px;
}

.img_l, .img_r {
  max-width: 80%;
  margin: 1rem auto;
  border-radius: 10px;
}
.img_l.-no_radius, .img_r.-no_radius {
  border-radius: 0 !important;
}

.tate {
  max-width: 60%;
}

@media screen and (min-width: 41.625em), print {
  .img_c {
    max-width: min(70%, 75rem);
    border-radius: 15px;
  }
  .img_l {
    float: left;
    margin: 0 2rem 2rem 0;
    max-width: 40%;
    height: auto;
    border-radius: 15px;
  }
  .img_r {
    float: right;
    margin: 0 0 2rem 2rem;
    max-width: 40%;
    height: auto;
    border-radius: 15px;
  }
  .tate {
    max-width: 25% !important;
  }
}
.img_flex .img_content {
  width: 80%;
  height: -moz-fit-content;
  height: fit-content;
  margin: 1rem auto 2rem;
  border-radius: 10px;
  overflow: hidden;
}
.img_flex .img_content.-no_radius {
  border-radius: 0 !important;
}
.img_flex.-tate .img_content {
  width: 60%;
}
@media screen and (min-width: 41.625em), print {
  .img_flex {
    display: flex;
    justify-content: space-between;
  }
  .img_flex .img_content {
    width: 40%;
    margin: 0;
  }
  .img_flex .txt_content {
    width: calc(60% - 2rem);
  }
  .img_flex .txt_content > p:first-child {
    margin-top: 0;
  }
  .img_flex.-center {
    align-items: center;
  }
  .img_flex.-reverse {
    flex-direction: row-reverse;
  }
  .img_flex.-reverse .img_content img {
    margin: 0 0 0 auto;
  }
  .img_flex.-tate .img_content {
    width: 25% !important;
  }
  .img_flex.-tate .txt_content {
    width: calc(75% - 2rem);
  }
}

.sp_n {
  display: none;
}

@media screen and (min-width: 41.625em), print {
  .sp_n {
    display: block;
  }
  .pc_n {
    display: none;
  }
}
.mt00 {
  margin-top: 0rem !important;
}

.mt10 {
  margin-top: 1rem !important;
}

.mt20 {
  margin-top: 2rem !important;
}

.mt30 {
  margin-top: 3rem !important;
}

.mt40 {
  margin-top: 4rem !important;
}

.mt05 {
  margin-top: 0.5rem !important;
}

.mb00 {
  margin-bottom: 0 !important;
}

.pt00 {
  padding-top: 0 !important;
}

.pb00 {
  padding-bottom: 0 !important;
}

@media screen and (min-width: 41.625em), print {
  .mt00 {
    margin-top: calc(clamp(1.5rem, 0.8764rem + 0.936vw, 2rem) * 0) !important;
  }
  .mt10 {
    margin-top: calc(clamp(1.5rem, 0.8764rem + 0.936vw, 2rem) * 1) !important;
  }
  .mt20 {
    margin-top: calc(clamp(1.5rem, 0.8764rem + 0.936vw, 2rem) * 2) !important;
  }
  .mt30 {
    margin-top: calc(clamp(1.5rem, 0.8764rem + 0.936vw, 2rem) * 3) !important;
  }
  .mt40 {
    margin-top: calc(clamp(1.5rem, 0.8764rem + 0.936vw, 2rem) * 4) !important;
  }
  .mt05 {
    margin-top: 1rem !important;
  }
}
body:not(.index) .main > section ~ section, body:not(.index) .flex2 > section ~ section {
  margin-top: 4rem;
}
body:not(.index) .main > section section ~ section, body:not(.index) .flex2 > section section ~ section {
  margin-top: 3rem;
}
body:not(.index) .main > section > section section ~ section, body:not(.index) .flex2 > section > section section ~ section {
  margin-top: 2rem;
}
body:not(.index) .main > section > section > section section ~ section, body:not(.index) .flex2 > section > section > section section ~ section {
  margin-top: 2rem;
}
@media screen and (min-width: 41.625em), print {
  body:not(.index) .main > section ~ section, body:not(.index) .flex2 > section ~ section {
    margin-top: clamp(6rem, 3.5056rem + 3.745vw, 8rem);
  }
  body:not(.index) .main > section section ~ section, body:not(.index) .flex2 > section section ~ section {
    margin-top: clamp(4.5rem, 2.6292rem + 2.809vw, 6rem);
  }
  body:not(.index) .main > section > section section ~ section, body:not(.index) .flex2 > section > section section ~ section {
    margin-top: clamp(3rem, 1.7528rem + 1.873vw, 4rem);
  }
  body:not(.index) .main > section > section > section section ~ section, body:not(.index) .flex2 > section > section > section section ~ section {
    margin-top: clamp(3rem, 1.7528rem + 1.873vw, 4rem);
  }
}

.tbl_time {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 1.3rem;
}
.tbl_time caption {
  caption-side: bottom;
  text-align: left;
  margin-top: 0.6rem;
}
.tbl_time tr th {
  font-weight: normal;
}
.tbl_time tr th[scope=col] {
  padding: 0.2rem;
  text-align: center;
  background: var(--clr_gray_dark03);
  color: var(--clr_white);
}
.tbl_time tr th[scope=col]:first-child {
  width: 35%;
  border-radius: 3px 0 0 3px;
}
.tbl_time tr th[scope=col]:last-of-type {
  border-radius: 0 3px 3px 0;
}
.tbl_time tr th.time {
  border-bottom: 1px solid var(--clr_gray_dark03);
}
.tbl_time tr td {
  text-align: center;
  padding: 1.4rem 0.4rem;
  border-bottom: 1px solid var(--clr_gray_dark03);
  line-height: 1;
  font-size: 90%;
}

@media screen and (min-width: 41.625em), print {
  .tbl_time {
    font-size: clamp(1.6rem, 1.1011rem + 0.749vw, 2rem);
    table-layout: fixed;
  }
  .tbl_time caption {
    margin-top: clamp(0.8rem, 0.3011rem + 0.749vw, 1.2rem);
  }
  .tbl_time tr th[scope=col] {
    padding: 0.3rem 0;
  }
  .tbl_time tr th[scope=col]:first-child {
    width: 25%;
  }
  .tbl_time tr th[scope=col]:last-of-type {
    width: 15%;
    padding-right: clamp(1.8rem, 1.1764rem + 0.936vw, 2.3rem);
  }
  .tbl_time tr td {
    padding: clamp(2rem, 0.7528rem + 1.873vw, 3rem) 0;
    font-size: 90%;
  }
  .tbl_time tr td:last-of-type {
    width: 15%;
    padding-right: clamp(1.8rem, 1.1764rem + 0.936vw, 2.3rem);
  }
}
.gmap {
  width: 100%;
}

.tit_01 {
  width: calc(100% - 1rem);
  margin: 2rem auto 4rem;
  border-radius: 20px;
  font-size: 2rem;
  padding: 9.5rem 1rem 1rem;
  text-align: right;
  background: url(../img/tit_01.webp) top left 32%/auto 100% no-repeat;
  color: var(--clr_brown);
  font-weight: 500;
  line-height: 1.2;
  min-height: 50vw;
}

.tit_02 {
  font-size: 2rem;
  line-height: 1.294;
  padding-bottom: 2rem;
  margin: 0 auto 2rem;
  text-align: center;
  font-weight: 500;
  color: var(--clr_navy);
  padding: 0 2em;
  min-height: 2.5rem;
  width: -moz-fit-content;
  width: fit-content;
  background: url("../img/tit_02.svg") left center/auto 2.5rem no-repeat, url("../img/tit_02.svg") right center/auto 2.5rem no-repeat;
}
.tit_02 + p {
  margin-top: 0;
}

.tit_03 {
  font-size: 1.8rem;
  line-height: 1.294;
  margin-bottom: 2rem;
  padding-bottom: 0.8rem;
  font-weight: 500;
  color: var(--clr_navy);
  padding-bottom: 0.7rem;
  position: relative;
}
.tit_03::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: linear-gradient(to bottom, var(--clr_navy) 50%, var(--clr_aqua) 50%);
  position: absolute;
  left: 0;
  bottom: 0;
}
.tit_03 + p {
  margin-top: 0;
}

.tit_04 {
  font-size: 1.7rem;
  line-height: 1.294;
  margin-bottom: 1.5rem;
  font-weight: 500;
  padding-bottom: 0.4rem;
  color: var(--clr_gold);
  border-bottom: 2px solid var(--clr_gold);
}
.tit_04 + p {
  margin-top: 0;
}

.tit_05 {
  font-size: 1.6rem;
  line-height: 1.294;
  margin-bottom: 1.5rem;
  padding-bottom: 0.3rem;
  font-weight: 500;
  color: var(--clr_aqua);
  border-bottom: 2px dotted var(--clr_aqua);
}
.tit_05 + p {
  margin-top: 0;
}

.tit_06 {
  font-size: 1.5rem;
  line-height: 1.294;
  padding-bottom: 0.2rem;
  margin-bottom: 1.5rem;
  font-weight: 500;
  color: var(--clr_purple_light02);
}
.tit_06 + p {
  margin-top: 0;
}

@media screen and (min-width: 41.625em), print {
  .tit_01 {
    font-size: clamp(2.6rem, 1.1034rem + 2.247vw, 3.8rem);
    min-height: clamp(28rem, 0.5618rem + 41.199vw, 50rem);
    margin-bottom: clamp(4.5rem, -1.736rem + 9.363vw, 9.5rem);
    max-width: 180rem;
    width: calc(100% - 2rem);
    padding: clamp(13rem, 8.0112rem + 7.491vw, 17rem) clamp(2rem, -0.4944rem + 3.745vw, 4rem) 2rem;
    background-position: center center;
    border-radius: 50px;
    margin-top: 5rem;
  }
  .tit_01 span {
    display: block;
    max-width: min(1200px, 100vw - 4rem);
    margin: 2rem auto;
  }
  .tit_02 {
    font-size: clamp(2.4rem, 1.1528rem + 1.873vw, 3.4rem);
    background-size: auto clamp(2.8rem, 1.3034rem + 2.247vw, 4rem), auto clamp(2.8rem, 1.3034rem + 2.247vw, 4rem);
    min-height: clamp(2.8rem, 1.3034rem + 2.247vw, 4rem);
    margin-bottom: clamp(2rem, 0.2539rem + 2.622vw, 3.4rem);
  }
  .tit_03 {
    font-size: clamp(2.2rem, 0.9528rem + 1.873vw, 3.2rem);
    margin-bottom: clamp(2rem, 1.3764rem + 0.936vw, 2.5rem);
    padding-bottom: clamp(0.8rem, 0.5506rem + 0.375vw, 1rem);
  }
  .tit_03::after {
    height: clamp(0.4rem, 0.1506rem + 0.375vw, 0.6rem);
  }
  .tit_04 {
    font-size: clamp(2rem, 0.7528rem + 1.873vw, 3rem);
    margin-bottom: clamp(2rem, 1.3764rem + 0.936vw, 2.5rem);
    padding-bottom: clamp(0.4rem, 0.1506rem + 0.375vw, 0.6rem);
    border-width: 3px;
  }
  .tit_05 {
    font-size: clamp(1.8rem, 0.5528rem + 1.873vw, 2.8rem);
    margin-bottom: clamp(1.5rem, 0.8764rem + 0.936vw, 2rem);
    padding-bottom: 0.4rem;
    border-width: 3px;
  }
  .tit_06 {
    font-size: clamp(1.7rem, 0.5775rem + 1.685vw, 2.6rem);
    margin-bottom: clamp(1.5rem, 0.8764rem + 0.936vw, 2rem);
  }
}
.lst {
  line-height: 1.5;
}
.lst > li:not(:last-child) {
  margin-bottom: 0.5em;
}

.lst_ul {
  line-height: 1.5;
}
.lst_ul > li {
  padding-left: 1.4em;
  position: relative;
}
.lst_ul > li:not(:last-child) {
  margin-bottom: 0.5em;
}
.lst_ul > li::before {
  content: "●";
  color: var(--clr_aqua_light02);
  position: absolute;
  left: 0;
  top: 0.15em;
  font-size: 80%;
}
.lst_ul.-kome > li::before {
  content: "※";
  color: inherit;
  top: 0;
  font-size: 100%;
}

.lst_ul_disc {
  line-height: 1.5;
  padding-left: 2rem;
}
.lst_ul_disc > li {
  list-style: disc;
}
.lst_ul_disc > li:not(:last-child) {
  margin-bottom: 0.6em;
}
.lst_ul_disc > li::marker {
  color: var(--clr_txt);
}

.lst_ol {
  line-height: 1.5;
  counter-reset: number 0;
}
.lst_ol > li {
  counter-increment: number 1;
  padding-left: 1.3em;
  position: relative;
}
.lst_ol > li:not(:last-child) {
  margin-bottom: 0.6em;
}
.lst_ol > li::before {
  content: counter(number) ".";
  color: var(--clr_aqua_light02);
  position: absolute;
  left: 0;
}

.lst_ol_brackets {
  line-height: 1.5;
  counter-reset: number 0;
}
.lst_ol_brackets > li {
  counter-increment: number 1;
  padding-left: 1.5em;
  position: relative;
}
.lst_ol_brackets > li:not(:last-child) {
  margin-bottom: 0.6em;
}
.lst_ol_brackets > li::before {
  content: counter(number) "）";
  line-height: 1;
  position: absolute;
  top: 0.26rem;
  left: 0;
}
@media screen and (min-width: 41.625em), print {
  .lst_ol_brackets > li::before {
    top: 0.34rem;
  }
}

.lst_dl {
  --dl_border: var(--clr_border);
  --dl_border02:var(--clr_border);
}
.lst_dl dt {
  background: var(--clr_aqua_light);
  padding: 1rem 1.5rem;
  border-top: 1px solid var(--dl_border);
}
.lst_dl dd {
  margin: 0 0 0.5rem;
  padding: 1.5rem;
  border-top: 1px solid var(--dl_border);
  border-bottom: 1px solid var(--dl_border);
}
.lst_dl.-color02 dt {
  background: var(--clr_blue_light);
  border-color: var(--dl_border02);
}
.lst_dl.-color02 dt:first-of-type {
  border-color: var(--dl_border02);
}
.lst_dl.-color02 dt:last-of-type {
  border-color: var(--dl_border02);
}
.lst_dl.-color02 dd {
  border-color: var(--dl_border02);
}
.lst_dl.-color02 dd:last-of-type {
  border-color: var(--dl_border02);
}
@media screen and (min-width: 41.625em), print {
  .lst_dl dt {
    padding: clamp(0.8rem, 0.5506rem + 0.375vw, 1rem) clamp(2rem, 1.3764rem + 0.936vw, 2.5rem);
  }
  .lst_dl dd {
    padding: clamp(1rem, 0.3764rem + 0.936vw, 1.5rem) clamp(2rem, 1.3764rem + 0.936vw, 2.5rem);
  }
  .lst_dl.-color02 dt {
    border-color: var(--dl_border02);
  }
  .lst_dl.-color02 dt:last-of-type {
    border-color: var(--dl_border02);
  }
  .lst_dl.-color02 dd:first-of-type {
    border-color: var(--dl_border02);
  }
  .lst_dl.-color02 dd:last-of-type {
    border-color: var(--dl_border02);
  }
}

.lst_dl02 dt {
  font-weight: bold;
}
.lst_dl02 dd {
  margin-bottom: 1rem;
}
.lst_dl02 dd:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 41.625em), print {
  .lst_dl02 {
    width: 100%;
    display: grid;
    grid-template-columns: 8.5em 1fr;
    gap: 1rem;
  }
  .lst_dl02 dd {
    margin-bottom: 0 !important;
  }
}

.lst_anc {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.lst_anc > li a {
  color: var(--clr_white) !important;
  text-decoration: none !important;
}
.lst_anc > li a {
  display: block;
  text-align: center;
  padding: 1rem 3rem;
  line-height: 1.4;
  border-radius: 50vh;
  background: var(--clr_white);
  background: var(--clr_aqua);
  position: relative;
}
.lst_anc > li a::before {
  font-family: "fontello";
  content: "\e805";
  position: absolute;
  top: 50%;
  transform: translateY(-45%);
  left: 1.2rem;
  font-weight: normal;
}
.lst_anc.-down > li a::before {
  transform: translateY(-45%) rotate(90deg);
}
@media screen and (min-width: 41.625em), print {
  .lst_anc {
    gap: clamp(1rem, 0.3764rem + 0.936vw, 1.5rem) clamp(1rem, -0.2472rem + 1.873vw, 2rem);
  }
  .lst_anc > li {
    width: auto;
  }
  .lst_anc > li > a {
    padding: clamp(1rem, 0.6258rem + 0.562vw, 1.3rem) 4.4rem;
    transition: 0.2s;
  }
  .lst_anc > li > a::before {
    left: 1.8rem;
  }
  .lst_anc > li > a:is(:hover,.focus-visible) {
    filter: brightness(120%);
    opacity: 1;
  }
  .lst_anc > li > a:is(:hover, :focus-visible) {
    filter: brightness(120%);
    opacity: 1;
  }
}

.lst_flow > li {
  border: 2px solid var(--clr_aqua);
  background: var(--clr_white);
  padding: 1.5rem;
  border-radius: 10px;
  position: relative;
}
.lst_flow > li:not(:last-child) {
  margin: 0 0 5rem;
}
.lst_flow > li:not(:last-child)::after {
  content: "";
  display: block;
  width: 35%;
  aspect-ratio: 196/33;
  position: absolute;
  bottom: -3.8rem;
  left: 0;
  right: 0;
  margin: auto;
  background: url("../img/icon_flow.svg") center center/contain no-repeat;
}
.lst_flow > li .flow_tit {
  padding-bottom: 0.4rem;
  margin: -0.2rem 0 0.4rem;
  display: block;
  font-size: 115%;
  color: var(--clr_aqua);
}
@media screen and (min-width: 41.625em), print {
  .lst_flow > li {
    border-radius: 15px;
    padding: clamp(2.4rem, 1.6517rem + 1.124vw, 3rem);
  }
  .lst_flow > li:not(:last-child) {
    margin: 0 0 clamp(6rem, 2.2584rem + 5.618vw, 9rem);
  }
  .lst_flow > li:not(:last-child)::after {
    width: clamp(15rem, 9.2629rem + 8.614vw, 19.6rem);
    bottom: clamp(-6.5rem, -2.4551rem + -3.371vw, -4.7rem);
  }
  .lst_flow > li .flow_tit {
    font-size: clamp(1.8rem, 0.8022rem + 1.498vw, 2.6rem);
    margin-top: clamp(-0.6rem, -0.1506rem + -0.375vw, -0.4rem);
    margin-bottom: clamp(0.5rem, -0.1236rem + 0.936vw, 1rem);
  }
}

.tel {
  font-weight: bold;
}

.rsv {
  display: inline-block;
  background: var(--clr_aqua);
  color: var(--clr_white);
  padding: 2rem;
  border-radius: 5px;
}
.rsv::before {
  font-family: "fontello";
  content: "\e802";
  margin-right: 0.4rem;
  display: inline-block;
  transform: translateY(1px);
}
@media screen and (min-width: 41.625em), print {
  .rsv {
    border-radius: 10px;
  }
  .rsv::before {
    margin-right: 0.6rem;
  }
  .rsv:is(:hover,.focus-visible) {
    filter: brightness(120%);
    opacity: 1;
  }
  .rsv:is(:hover, :focus-visible) {
    filter: brightness(120%);
    opacity: 1;
  }
}

.box {
  padding: 1.5rem;
  background: var(--clr_aqua_light);
  border-radius: 10px;
}
.box.-color02 {
  background: var(--clr_blue_light);
}
@media screen and (min-width: 41.625em), print {
  .box {
    border-radius: 15px;
    padding: clamp(2.4rem, 1.6517rem + 1.124vw, 3rem);
  }
}

.btn {
  color: var(--clr_white) !important;
  text-decoration: none !important;
}

.btn {
  display: inline-block;
  text-align: center;
  padding: 1rem 3rem;
  border-radius: 50vh;
  background: var(--clr_white);
  background: var(--clr_aqua);
  border-radius: 50vh;
  line-height: 1.4;
  position: relative;
}
@media screen and (min-width: 41.625em), print {
  .btn {
    padding: clamp(1rem, 0.6258rem + 0.562vw, 1.3rem) clamp(3rem, 1.7528rem + 1.873vw, 4rem);
  }
  .btn:hover {
    filter: brightness(120%);
    opacity: 1;
  }
}

.lnk {
  text-decoration: none !important;
}

.lnk {
  display: inline-block;
  cursor: pointer;
  color: var(--clr_aqua);
}
.lnk:is(:hover,.focus-visible) {
  color: var(--clr_gold);
  opacity: 1;
}
.lnk:is(:hover, :focus-visible) {
  color: var(--clr_gold);
  opacity: 1;
}
.lnk.out::after {
  font-family: "fontello";
  content: "\cc05";
  margin-left: 0.3em;
  display: inline-block;
}
.lnk.pdf::after {
  font-family: "fontello";
  content: "\cc04";
  margin-left: 0.3em;
  display: inline-block;
}

.tbl {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  line-height: 1.4;
}
.tbl tr th {
  text-align: center;
  padding: 1rem;
  font-weight: normal;
  border: 1px solid var(--clr_border);
  background: var(--clr_blue_light);
}
.tbl tr td {
  text-align: left;
  padding: 1rem;
  border: 1px solid var(--clr_border);
}
.tbl tr td.price {
  text-align: right;
  width: 40%;
}
.tbl tr .nowrap, .tbl tr .sp_nowrap {
  width: 0;
  white-space: nowrap;
}
.tbl tr > *:first-child {
  border-left: none;
}
.tbl tr > *:last-child {
  border-right: none;
}
.tbl thead tr th {
  background: var(--clr_aqua_light);
}
.tbl.-checkup tr th {
  width: 35%;
}

@media screen and (min-width: 41.625em), print {
  .tbl tr th {
    padding: clamp(1rem, 0.3764rem + 0.936vw, 1.5rem) clamp(2rem, 1.3764rem + 0.936vw, 2.5rem);
  }
  .tbl tr td {
    padding: clamp(1rem, 0.3764rem + 0.936vw, 1.5rem) clamp(2rem, 1.3764rem + 0.936vw, 2.5rem);
  }
  .tbl tr .sp_nowrap {
    width: inherit;
    white-space: inherit;
  }
  .tbl .thead th {
    padding: clamp(0.8rem, 0.5506rem + 0.375vw, 1rem) clamp(2rem, 1.3764rem + 0.936vw, 2.5rem);
  }
}
.tbl_scroll {
  overflow-x: scroll;
}
.tbl_scroll .tbl {
  white-space: nowrap;
}
@media screen and (min-width: 41.625em), print {
  .tbl_scroll {
    overflow: inherit;
  }
  .tbl_scroll .tbl {
    white-space: inherit;
  }
}

.slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  margin: 1rem auto;
}
.slick-dots li {
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 0.2rem;
}
.slick-dots li button {
  padding: 50%;
  display: block;
  font-size: 0;
  cursor: pointer;
  opacity: 0.25;
  border-radius: 50%;
  background: #000;
}
.slick-dots li button:is(:hover,.focus-visible) {
  opacity: 0.8;
}
.slick-dots li button:is(:hover, :focus-visible) {
  opacity: 0.8;
}
.slick-dots li.slick-active button {
  opacity: 0.75;
}

@media screen and (min-width: 41.625em), print {
  .slick-dots {
    margin: 1.6rem auto;
  }
  .slick-dots li {
    width: 1.4rem;
    height: 1.4rem;
    margin: 0 0.6rem;
  }
}
html {
  font-size: 2.7777777778vw;
}

body {
  background: var(--clr_white);
  color: var(--clr_txt);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  word-wrap: break-word;
}
body::after {
  visibility: hidden;
  width: 100vw;
  height: 100vh;
  content: "";
  background: url("../img/logo_mark.svg") bottom -3rem right -3rem/90% auto no-repeat, rgba(var(--rgb_gray_light), 0.9);
  -webkit-backdrop-filter: blur(0.6rem);
          backdrop-filter: blur(0.6rem);
  position: fixed;
  top: 0;
  z-index: 3;
  opacity: 0;
  transition: all 0.2s ease-in-out 0s;
}
body.spnav_modal {
  height: 100%;
  overflow: hidden;
}
body.spnav_modal::after {
  visibility: visible;
  opacity: 1;
}

a {
  color: inherit;
  text-decoration: none;
}

.wrap {
  margin-right: 2rem;
  margin-left: 2rem;
}

.main {
  font-size: 1.3rem;
  line-height: 1.6;
}

@media screen and (min-width: 41.625em), print {
  html {
    font-size: 62.5%;
  }
  body::after {
    display: none;
  }
  a, button {
    transition: 0.2s;
  }
  a:is(:hover,.focus-visible), button:is(:hover,.focus-visible) {
    opacity: 0.8;
  }
  a:is(:hover, :focus-visible), button:is(:hover, :focus-visible) {
    opacity: 0.8;
  }
  .wrap {
    max-width: min(1200px, 100vw - 4rem);
    margin-left: auto;
    margin-right: auto;
  }
  .main {
    font-size: clamp(1.4rem, 0.9011rem + 0.749vw, 1.8rem);
  }
  .main a:not([class*=btn]):is(:hover,.focus-visible) {
    opacity: 1;
    text-decoration: none;
  }
  .main a:not([class*=btn]):is(:hover, :focus-visible) {
    opacity: 1;
    text-decoration: none;
  }
}
:target {
  scroll-margin-top: var(--scroll-margin);
}

.header {
  width: calc(100% - 2rem);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 100;
  background: var(--clr_white);
  border-radius: 0 0 10px 10px;
  box-shadow: 0 3px 6px rgba(var(--rgb_shadow), 0.16);
}
.header .wrap {
  margin-left: 1rem;
  margin-right: 1rem;
}
.header .wrap .logo {
  width: calc(100% - 4.5rem);
  height: 4rem;
}
.header .wrap .logo a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/logo.svg) no-repeat left center/contain;
}
.header .wrap .logo a .clip {
  display: block;
  height: 100%;
  overflow: hidden;
  clip-path: inset(50%);
  color: transparent;
}
.header .wrap .headR {
  display: flex;
  gap: 1.2rem;
  justify-content: flex-end;
  align-items: center;
}
.header .wrap .headR .add_acs li {
  line-height: 1.35;
  font-size: 1.2rem;
  text-align: right;
}
.header .wrap .headR .sat {
  color: var(--clr_white);
  background: var(--clr_navy);
  text-align: center;
  font-weight: 700;
  line-height: 1.25;
  font-size: 1.15rem;
  padding: 0.6rem 1.4rem;
  border-radius: 5px 5px 0 0;
}
.header .wrap .headR .sat span {
  display: block;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 41.625em), print {
  .header {
    max-width: min(1200px + 10rem, 100vw - 2rem);
    border-radius: 0 0 20px 20px;
  }
  .header .wrap {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header .wrap .logo {
    width: clamp(30rem, -5.5449rem + 53.371vw, 58.5rem);
    height: clamp(3.5rem, 0.8809rem + 3.933vw, 5.6rem);
    margin-top: 0.8rem;
  }
  .header .wrap .headR {
    width: -moz-fit-content;
    width: fit-content;
    gap: clamp(1rem, 0.5011rem + 0.749vw, 1.4rem);
  }
  .header .wrap .headR .add_acs > li {
    font-size: clamp(1.2rem, 0.4517rem + 1.124vw, 1.8rem);
    line-height: 1.333;
  }
  .header .wrap .headR .sat {
    font-size: clamp(1.2rem, 0.4517rem + 1.124vw, 1.8rem);
    padding: clamp(0.8rem, 0.5506rem + 0.375vw, 1rem) clamp(1rem, 0.7506rem + 0.375vw, 1.2rem);
    border-radius: 0 0 5px 5px;
  }
  .header .wrap .headR .sat span {
    font-size: clamp(1.4rem, 0.4022rem + 1.498vw, 2.2rem);
    letter-spacing: 0;
  }
}
#nav {
  width: 100vw;
}
#nav #sp_menu {
  width: 3rem;
  height: 4rem;
  color: var(--clr_navy);
  text-align: center;
  line-height: 1;
  font-size: 0.9rem;
  padding: 0;
  position: fixed;
  top: 0rem;
  right: 2rem;
  z-index: 102;
}
#nav #sp_menu .btn-line {
  display: block;
  position: absolute;
  top: 1.2rem;
  left: 0;
  right: 0;
  width: 3rem;
  height: 2px;
  background-color: var(--clr_navy);
  border-radius: 1px;
  transition: all 0.4s;
  margin: 0 auto;
}
#nav #sp_menu .btn-line:nth-of-type(2) {
  top: 2rem;
}
#nav #sp_menu .btn-line:nth-of-type(3) {
  top: 2.8rem;
}
#nav #sp_menu.-active .btn-line:nth-of-type(1) {
  animation: menu-bar01 0.6s forwards;
}
#nav #sp_menu.-active .btn-line:nth-of-type(2) {
  transition: all 0.25s 0.25s;
  opacity: 1;
}
#nav #sp_menu.-active .btn-line:nth-of-type(3) {
  animation: menu-bar02 0.6s forwards;
}
#nav #sp_menu.-close .btn-line:nth-of-type(1) {
  animation: active-menu-bar01 0.6s forwards;
}
#nav #sp_menu.-close .btn-line:nth-of-type(2) {
  opacity: 0;
}
#nav #sp_menu.-close .btn-line:nth-of-type(3) {
  animation: active-menu-bar03 0.6s forwards;
}
@keyframes menu-bar01 {
  0% {
    transform: translateY(0.8rem) rotate(45deg);
  }
  50% {
    transform: translateY(0.8rem) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar02 {
  0% {
    transform: translateY(-0.8rem) rotate(-45deg);
  }
  50% {
    transform: translateY(-0.8rem) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(0.8rem) rotate(0);
  }
  100% {
    transform: translateY(0.8rem) rotate(45deg);
  }
}
@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-0.8rem) rotate(0);
  }
  100% {
    transform: translateY(-0.8rem) rotate(-45deg);
  }
}
@media screen and (min-width: 41.625em), print {
  #nav {
    width: auto;
  }
  #nav #sp_menu {
    display: none;
  }
}

.gnav_subnav {
  opacity: 0;
  visibility: hidden;
  width: calc(100% - 2rem);
  max-height: calc(100svh - 12rem);
  overflow-y: auto;
  background: var(--clr_white);
  box-shadow: 0 3px 6px rgba(var(--rgb_shadow), 0.16);
  border-radius: 10px;
  padding: 1.5rem;
  position: fixed;
  top: 7rem;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
.gnav_subnav.-active {
  z-index: 9998;
  animation: active-menu 0.45s cubic-bezier(0.03, 0.1, 0.15, 0.78) forwards;
}
.gnav_subnav.-close {
  animation: close-menu 0.45s cubic-bezier(0.03, 0.1, 0.15, 0.78) forwards;
}
@keyframes active-menu {
  0% {
    top: 3rem;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  100% {
    top: 10rem;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
}
@keyframes close-menu {
  0% {
    top: 10rem;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
  100% {
    top: 3rem;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
}
.gnav_subnav .gnav > li {
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.gnav_subnav .gnav > li:not(:last-child) {
  border-bottom: 1px dotted var(--clr_navy_light);
}
.gnav_subnav .gnav > li > a, .gnav_subnav .gnav > li .sub {
  display: block;
  width: 100%;
  font-weight: bold;
  text-align: left;
  padding: 1rem;
  font-size: 1.3rem;
}
.gnav_subnav .gnav > li .sub {
  position: relative;
}
.gnav_subnav .gnav > li .sub::after {
  font-family: "fontello";
  content: "\e804";
  color: var(--clr_navy_light);
  display: block;
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  font-weight: normal;
  transition: 0.2s;
}
.gnav_subnav .gnav > li .sub.open::after {
  transform: scale(1, -1);
}
.gnav_subnav .gnav > li .subbox {
  display: none;
}
.gnav_subnav .gnav > li .subbox .subnav {
  display: flex;
  flex-wrap: wrap;
}
.gnav_subnav .gnav > li .subbox .subnav > li {
  width: 50%;
  border-bottom: 1px dotted var(--clr_white);
}
.gnav_subnav .gnav > li .subbox .subnav > li:nth-of-type(odd) {
  border-right: 1px dotted var(--clr_white);
}
.gnav_subnav .gnav > li .subbox .subnav > li:last-of-type, .gnav_subnav .gnav > li .subbox .subnav > li:nth-last-of-type(2):nth-of-type(odd) {
  border-bottom: none;
}
.gnav_subnav .gnav > li .subbox .subnav > li > a {
  display: grid;
  place-content: center start;
  width: 100%;
  height: 100%;
  text-align: left;
  padding: 1.3rem 1rem;
  font-size: 1.3rem;
  color: var(--clr_white);
  background: rgba(var(--rgb_navy_light), 0.8);
  line-height: 1.25;
}
.gnav_subnav .gnav > li .subbox .subnav > li > a.current {
  background: var(--clr_navy_light);
}
.gnav_subnav .gnav > li.treatment .subbox .subbox_row {
  display: flex;
  align-items: flex-start;
}
.gnav_subnav .gnav > li.treatment .subbox .subbox_row .subnav {
  width: 50%;
}
.gnav_subnav .gnav > li.treatment .subbox .subbox_row .subnav > li {
  width: 100%;
  border-bottom: none;
}
.gnav_subnav .gnav > li.treatment .subbox .subbox_row .subnav > li:nth-of-type(odd) {
  border-right: none;
}
.gnav_subnav .gnav > li.treatment .subbox .subbox_row .subnav > li:last-of-type, .gnav_subnav .gnav > li.treatment .subbox .subbox_row .subnav > li:nth-last-of-type(2):nth-of-type(odd) {
  border-bottom: none;
}
.gnav_subnav .gnav > li.treatment .subbox .subbox_row .subnav > li:not(:first-of-type) {
  border-top: 1px dotted var(--clr_white) !important;
}
.gnav_subnav .gnav > li.treatment .subbox .subbox_row .subnav:first-of-type > li {
  border-right: 1px dotted var(--clr_white);
}
.gnav_subnav .gnav > li.treatment .subbox .subbox_row .subnav.-color02 > li > a {
  background: rgba(var(--rgb_purple), 0.8);
}
.gnav_subnav .gnav > li.treatment .subbox .subbox_row .subnav.-color02 > li > a.current {
  background: var(--clr_purple);
}
@media screen and (min-width: 41.625em), print {
  .gnav_subnav {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
  .gnav_subnav {
    width: 100%;
    max-height: inherit;
    overflow-y: visible;
    padding: clamp(1.4rem, 0.0281rem + 2.06vw, 2.5rem) 0 clamp(1.4rem, 0.4022rem + 1.498vw, 2.2rem);
    position: static;
    border-radius: 0;
    box-shadow: none;
    background: none;
  }
  .gnav_subnav .gnav {
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border: none;
    gap: 1rem 0;
    padding: 0 1rem;
  }
  .gnav_subnav .gnav > li {
    border: none !important;
  }
  .gnav_subnav .gnav > li {
    position: relative;
    font-size: clamp(1.3rem, 0.6764rem + 0.936vw, 1.8rem);
    line-height: 1.2;
  }
  .gnav_subnav .gnav > li.hide {
    display: none;
  }
  .gnav_subnav .gnav > li::before, .gnav_subnav .gnav > li::after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    border-radius: 50vh;
    position: absolute;
    top: 0;
    transform: rotate(25deg);
    background: var(--clr_navy_light);
  }
  .gnav_subnav .gnav > li::before {
    left: 0;
  }
  .gnav_subnav .gnav > li::after {
    right: 0;
  }
  .gnav_subnav .gnav > li:not(.last-in-row)::after {
    background: transparent;
  }
  .gnav_subnav .gnav > li > a, .gnav_subnav .gnav > li .sub {
    text-align: center;
    font-size: clamp(1.3rem, 0.6764rem + 0.936vw, 1.8rem);
    padding: 0rem clamp(1.2rem, 0.2022rem + 1.498vw, 2rem);
    cursor: pointer;
  }
  .gnav_subnav .gnav > li > a:is(:hover,.focus-visible), .gnav_subnav .gnav > li .sub:is(:hover,.focus-visible) {
    color: var(--clr_navy_light);
    opacity: 1;
  }
  .gnav_subnav .gnav > li > a:is(:hover, :focus-visible), .gnav_subnav .gnav > li .sub:is(:hover, :focus-visible) {
    color: var(--clr_navy_light);
    opacity: 1;
  }
  .gnav_subnav .gnav > li > a.current, .gnav_subnav .gnav > li .sub.current {
    color: var(--clr_navy_light);
  }
  .gnav_subnav .gnav > li .sub::after {
    position: static;
    display: inline-block;
    margin-left: 0.6rem;
  }
  .gnav_subnav .gnav > li .subbox {
    display: none;
    position: absolute;
    top: calc(100% + clamp(0.5rem, -1.6202rem + 3.184vw, 2.2rem));
    left: 50%;
    transform: translateX(-50%);
    width: clamp(28rem, 14.2809rem + 20.599vw, 39rem);
    z-index: 10;
  }
  .gnav_subnav .gnav > li .subbox .subnav > li > a {
    font-size: clamp(1.3rem, 0.6764rem + 0.936vw, 1.8rem);
    line-height: 1.111;
    padding: clamp(1rem, 0.3764rem + 0.936vw, 1.5rem);
    -webkit-backdrop-filter: blur(0.2rem);
            backdrop-filter: blur(0.2rem);
  }
  .gnav_subnav .gnav > li .subbox .subnav > li > a:is(:hover,.focus-visible) {
    background: var(--clr_navy_light);
    opacity: 1;
  }
  .gnav_subnav .gnav > li .subbox .subnav > li > a:is(:hover, :focus-visible) {
    background: var(--clr_navy_light);
    opacity: 1;
  }
}

.overview {
  padding: 4rem 0rem;
  font-size: 1.3rem;
  line-height: 1.8;
  background: url("../img/overview_bg.webp") top center/cover;
}
.overview .clinic_name {
  text-align: center;
  margin: 0 0 2.5rem;
}
.overview .clinic_name img {
  max-width: 95%;
  margin: auto;
}
.overview .gaiyo {
  line-height: 1.4;
  display: grid;
  grid-template-columns: 6em 1fr;
  gap: 1rem;
}
.overview .gaiyo dt {
  padding: 0.4rem;
  background: var(--clr_gray_dark03);
  color: var(--clr_white);
  border-radius: 3px;
  text-align: center;
  height: -moz-fit-content;
  height: fit-content;
}
.overview .gaiyo dd {
  padding: 0.4rem;
}
.overview .gaiyo dd .tel {
  line-height: 1;
  color: var(--clr_gold);
  font-size: 130%;
}
.overview .tbl_time {
  margin: 2rem 0;
}
.overview .gmap {
  height: 100vw;
  margin: 2rem 0 0;
}
.overview .btn_map {
  display: inline-block;
}

@media screen and (min-width: 41.625em), print {
  .overview {
    padding: clamp(6rem, 1.0112rem + 7.491vw, 10rem) 0 clamp(8rem, -0.1067rem + 12.172vw, 14.5rem);
    font-size: clamp(1.4rem, 0.9011rem + 0.749vw, 1.8rem);
  }
  .overview .clinic_name {
    margin: 0 0 clamp(3.5rem, 1.6292rem + 2.809vw, 5rem);
  }
  .overview .clinic_name img {
    max-width: min(80%, 58.2rem);
  }
  .overview .overview_content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(42rem, 1fr));
    margin: 0 auto;
    gap: clamp(4rem, 1.5056rem + 3.745vw, 6rem) clamp(2rem, 0.1292rem + 2.809vw, 3.5rem);
  }
  .overview .gaiyo {
    grid-template-columns: 6.5em 1fr;
    gap: 1.5rem 1.5rem;
    font-size: clamp(1.5rem, 0.8764rem + 0.936vw, 2rem);
  }
  .overview .gaiyo dt {
    padding: 0.3rem;
  }
  .overview .gaiyo dd {
    padding: 0.3rem;
  }
  .overview .gaiyo dd .tel {
    font-size: clamp(2.4rem, 1.4022rem + 1.498vw, 3.2rem);
    display: inline-block;
    margin-top: clamp(-0.8rem, 0.5483rem + -1.124vw, -0.2rem);
  }
  .overview .tbl_time {
    margin: 0 0 clamp(3rem, 0.5056rem + 3.745vw, 5rem);
  }
  .overview .gmap {
    height: 100%;
    margin: 0;
    min-height: clamp(40rem, 27.5281rem + 18.727vw, 50rem);
  }
}
#tel_up {
  width: 100%;
  height: 4.2rem;
  position: fixed;
  bottom: 0rem;
  right: 0.5rem;
  z-index: 2;
  font-size: 1rem;
  display: flex;
  justify-content: space-between;
  justify-content: flex-end;
  align-items: center;
  gap: 0.5rem;
}
#tel_up ul {
  width: calc(100% - 3.9rem);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
}
#tel_up ul li {
  width: calc(50% - 1.5rem);
  width: calc(100% - 1.5rem);
  height: 100%;
  display: flex;
  align-items: center;
}
#tel_up ul li > * {
  color: var(--clr_white) !important;
}
#tel_up ul li > * {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  line-height: 1;
  padding: 0;
  background: var(--clr_aqua);
  border-radius: 5px 5px 0 0;
}
#tel_up ul li > * .tel {
  color: var(--clr_white) !important;
}
#tel_up ul li > * .tel {
  padding: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 1.6rem;
}
#tel_up ul li > * .tel::before {
  font-family: "fontello";
  content: "\e803";
  margin-right: 0.2rem;
  display: inline-block;
  transform: translateY(1px);
}
#tel_up #pageup {
  display: block;
  width: 3.4rem;
  aspect-ratio: 1/1;
  position: relative;
  border-radius: 50%;
}
#tel_up #pageup::before {
  display: block;
  font-family: "fontello";
  content: "\e808";
  font-size: 1.4rem;
  width: 100%;
  height: 100%;
  color: var(--clr_white);
  background: var(--clr_gold);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  place-items: center;
  border-radius: 50%;
}
#tel_up #pageup .clip {
  clip-path: inset(50%);
  color: transparent;
  font-size: 0;
}

@media screen and (min-width: 41.625em), print {
  #tel_up {
    width: min(1200px, 100vw - clamp(11rem, 4.764rem + 9.363vw, 16rem));
    height: clamp(5.5rem, 2.382rem + 4.682vw, 8rem);
    bottom: 0rem;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    gap: 0;
  }
  #tel_up ul {
    gap: clamp(1rem, -0.2472rem + 1.873vw, 2rem);
    width: 100%;
  }
  #tel_up ul li {
    width: clamp(16rem, 10.2629rem + 8.614vw, 20.6rem);
  }
  #tel_up ul li > * {
    font-size: clamp(1.6rem, 0.8517rem + 1.124vw, 2.2rem);
    border-radius: 10px 10px 0 0;
  }
  #tel_up ul li .tel {
    color: var(--clr_white) !important;
  }
  #tel_up ul li .tel {
    padding: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: clamp(1.8rem, 1.0517rem + 1.124vw, 2.4rem);
  }
  #tel_up ul li .tel::before {
    font-family: "fontello";
    content: "\e803";
    margin-right: 0.2rem;
    display: inline-block;
    transform: translateY(1px);
  }
  #tel_up #pageup {
    width: clamp(3.8rem, 2.3034rem + 2.247vw, 5rem);
    position: absolute;
    bottom: clamp(0.8rem, -0.073rem + 1.311vw, 1.5rem);
    right: clamp(-7rem, -1.382rem + -4.682vw, -4.5rem);
  }
  #tel_up #pageup::before {
    font-size: clamp(1.6rem, 0.727rem + 1.311vw, 2.3rem);
  }
  #tel_up #pageup:is(:hover,.focus-visible) {
    filter: brightness(120%);
    opacity: 1;
  }
  #tel_up #pageup:is(:hover, :focus-visible) {
    filter: brightness(120%);
    opacity: 1;
  }
}
.footer {
  text-align: center;
  padding: 0 0 4.2rem;
  background: var(--clr_navy);
}
.footer .footer_lnks {
  background: var(--clr_navy);
  color: var(--clr_white);
  padding: 1.5rem 0;
  font-size: 1.2rem;
}
.footer .footer_lnks .copy {
  display: block;
  font-size: 1.3rem;
}
.footer .footer_lnks .copy a {
  text-decoration: none;
}
.footer .footer_navs {
  display: none;
}

@media screen and (min-width: 41.625em), print {
  .footer {
    padding: clamp(3rem, 1.7528rem + 1.873vw, 4rem) 0 clamp(6rem, 2.2584rem + 5.618vw, 9rem);
  }
  .footer .footer_navs {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem;
    color: var(--clr_white);
    text-align: left;
    line-height: 1.667;
  }
  .footer .footer_navs .gnav .treatment, .footer .footer_navs .gnav .symptom {
    display: none;
  }
  .footer .footer_navs .subnav {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem;
  }
  .footer .footer_navs .subnav dl dt {
    font-size: clamp(1.4rem, 0.9011rem + 0.749vw, 1.8rem);
  }
  .footer .footer_navs .subnav dl dd {
    padding-left: 2em;
  }
  .footer .footer_navs .footer_nav {
    font-size: clamp(1.4rem, 0.9011rem + 0.749vw, 1.8rem);
  }
  .footer .footer_lnks {
    padding: 1rem 0;
  }
  .footer .footer_lnks .copy {
    font-size: clamp(1.5rem, 0.8764rem + 0.936vw, 2rem);
    text-align: right;
  }
}
.keyvsl {
  width: 100%;
  position: relative;
}
.keyvsl #keyvsl {
  width: calc(100% - 1rem);
  margin: 2rem auto 6rem;
  height: 130vw;
  overflow: hidden;
  visibility: hidden;
  border-radius: 20px;
}
.keyvsl #keyvsl .slick-list div img {
  height: 130vw !important;
}
.keyvsl #keyvsl .slick-list div img {
  width: 100%;
  object-fit: cover;
}
.keyvsl #keyvsl .slick-dots {
  position: relative;
  z-index: 2;
  margin: -1.8rem auto;
}
.keyvsl #keyvsl .slick-dots li {
  width: 1rem;
  height: 1rem;
  margin: 0 0.6rem;
}
.keyvsl #keyvsl .slick-dots li button {
  background: var(--clr_white);
}
.keyvsl .catch_copy {
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 9rem 2rem 0;
  pointer-events: none;
  opacity: 0;
  animation: fade_up 0.6s ease-out 0.5s 1 normal forwards;
}
.keyvsl .catch_copy p {
  margin: 0 auto;
  color: var(--clr_white);
  font-size: 1.5rem;
  text-align: right;
  text-shadow: 0 0 5px var(--clr_shadow);
}
.keyvsl .catch_copy p > span {
  display: block;
}
.keyvsl .catch_copy p > span .txt_large {
  font-size: 1.9rem;
}
.keyvsl .open_nairan {
  position: absolute;
  left: 1rem;
  bottom: -3rem;
  width: calc(100% - 2rem);
  display: flex;
  gap: 0.6rem;
  align-items: flex-end;
}
.keyvsl .open_nairan li {
  width: 40%;
  aspect-ratio: 1/1;
  text-align: center;
  padding: 1.2rem 0.4rem;
  line-height: 1.4;
  color: var(--clr_white);
  background: url("../img/logo_mark_opacity.svg") center center/83% auto no-repeat, var(--clr_gold);
  font-size: 1.6rem;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.7rem;
  opacity: 0;
}
.keyvsl .open_nairan li > span {
  display: block;
  width: 100%;
  line-height: 1.1;
}
.keyvsl .open_nairan li.nairan .txt_small {
  font-size: 90%;
}
.keyvsl .open_nairan.trigger > li {
  animation: flip 0.5s ease-out 1s 1 normal forwards;
}
.keyvsl .open_nairan.trigger > li:nth-child(2) {
  animation-delay: 1.2s;
}

@media screen and (min-width: 41.625em), print {
  .keyvsl #keyvsl {
    height: clamp(56rem, 26.0674rem + 44.944vw, 80rem);
    max-width: 180rem;
    width: calc(100% - 2rem);
    border-radius: 50px;
    margin-top: 5rem;
  }
  .keyvsl #keyvsl .slick-list div img {
    height: clamp(56rem, 26.0674rem + 44.944vw, 80rem) !important;
  }
  .keyvsl #keyvsl .slick-dots {
    margin-top: -3rem;
  }
  .keyvsl #keyvsl .slick-dots li {
    width: 1.6rem;
    height: 1.6rem;
    margin: 0 1.2rem;
  }
  .keyvsl .catch_copy {
    padding: clamp(10rem, 6.2584rem + 5.618vw, 13rem) 2rem 0;
  }
  .keyvsl .catch_copy p {
    font-size: clamp(2.2rem, 1.4517rem + 1.124vw, 2.8rem);
  }
  .keyvsl .catch_copy p span .txt_large {
    font-size: clamp(3rem, 1.7528rem + 1.873vw, 4rem);
    line-height: 1.4;
  }
  .keyvsl .open_nairan {
    max-width: min(1200px, 100vw - 4rem);
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: clamp(-5rem, -2.7528rem + -1.873vw, -4rem);
    gap: clamp(0.8rem, 0.5506rem + 0.375vw, 1rem);
  }
  .keyvsl .open_nairan li {
    width: clamp(17rem, 7.0225rem + 14.981vw, 25rem);
    font-size: clamp(1.8rem, 0.8022rem + 1.498vw, 2.6rem);
    gap: clamp(0.8rem, -0.1978rem + 1.498vw, 1.6rem);
  }
  .keyvsl .open_nairan li .txt_small {
    font-size: clamp(1.6rem, 0.6022rem + 1.498vw, 2.4rem);
  }
}
.top_tit02 {
  text-align: center;
  font-size: 2rem;
  line-height: 1.111;
  font-weight: 500;
  color: var(--clr_navy);
  margin: 0 auto 1.5rem;
}
.top_tit02::after {
  display: block;
  content: "";
  width: 4.5rem;
  height: 1.5rem;
  background: radial-gradient(circle farthest-side, var(--clr_gold), var(--clr_gold) 32%, transparent 32%, transparent) left bottom/1.5rem;
  background-repeat: repeat-x;
  margin: 0.4rem auto 0;
}

@media screen and (min-width: 41.625em), print {
  .top_tit02 {
    font-size: clamp(2.6rem, 1.3528rem + 1.873vw, 3.6rem);
    margin-bottom: clamp(2rem, 0.1292rem + 2.809vw, 3.5rem);
  }
  .top_tit02::after {
    width: clamp(6rem, 4.1292rem + 2.809vw, 7.5rem);
    height: clamp(2rem, 0.5034rem + 2.247vw, 3.2rem);
    background: radial-gradient(circle farthest-side, var(--clr_gold), var(--clr_gold) 30%, transparent 30%, transparent) left bottom/clamp(2rem, 1.3764rem + 0.936vw, 2.5rem);
    background-repeat: repeat-x;
    margin: clamp(1rem, 0.2517rem + 1.124vw, 1.6rem) auto 0;
  }
}
.index_treatment {
  margin: 2rem 0;
}
.index_treatment.trigger .wrap {
  animation: fade 0.6s ease-out 0.4s 1 normal forwards;
}
.index_treatment.trigger .wrap .top_tit02 {
  animation: fade_up 0.6s ease-out 0.7s 1 normal forwards;
}
.index_treatment.trigger .wrap .treatment_menu .treatment_tit {
  animation: fade_up 0.6s ease-out 0.8s 1 normal forwards;
}
.index_treatment.trigger .wrap .treatment_menu .subnav > li {
  animation: flip 1s ease-out 0.2s 1 normal forwards;
}
.index_treatment.trigger .wrap .treatment_menu .subnav > li:nth-child(1) {
  animation-delay: 1.15s;
}
.index_treatment.trigger .wrap .treatment_menu .subnav > li:nth-child(2) {
  animation-delay: 1.3s;
}
.index_treatment.trigger .wrap .treatment_menu .subnav > li:nth-child(3) {
  animation-delay: 1.45s;
}
.index_treatment.trigger .wrap .treatment_menu .subnav > li:nth-child(4) {
  animation-delay: 1.6s;
}
.index_treatment.trigger .wrap .treatment_menu .subnav > li:nth-child(5) {
  animation-delay: 1.75s;
}
.index_treatment.trigger .wrap .treatment_menu .subnav > li:nth-child(6) {
  animation-delay: 1.9s;
}
.index_treatment.trigger .wrap .treatment_menu .subnav > li:nth-child(7) {
  animation-delay: 2.05s;
}
.index_treatment.trigger .wrap .treatment_menu .subnav > li:nth-child(8) {
  animation-delay: 2.2s;
}
.index_treatment.trigger .wrap .treatment_menu .subnav > li:nth-child(9) {
  animation-delay: 2.35s;
}
.index_treatment.trigger .wrap .treatment_menu .subnav > li:nth-child(10) {
  animation-delay: 2.5s;
}
.index_treatment.trigger .wrap .treatment_menu .subnav > li:nth-child(11) {
  animation-delay: 2.65s;
}
.index_treatment.trigger .wrap .treatment_menu .subnav > li:nth-child(12) {
  animation-delay: 2.8s;
}
.index_treatment.trigger .wrap .treatment_menu .subnav > li:nth-child(13) {
  animation-delay: 2.95s;
}
.index_treatment.trigger .wrap .treatment_menu .subnav > li:nth-child(14) {
  animation-delay: 3.1s;
}
.index_treatment.trigger .wrap .treatment_menu .subnav > li:nth-child(15) {
  animation-delay: 3.25s;
}
.index_treatment.trigger .wrap .treatment_menu .subnav > li:nth-child(16) {
  animation-delay: 3.4s;
}
.index_treatment.trigger .wrap .treatment_menu .subnav > li:nth-child(17) {
  animation-delay: 3.55s;
}
.index_treatment.trigger .wrap .treatment_menu .subnav > li:nth-child(18) {
  animation-delay: 3.7s;
}
.index_treatment.trigger .wrap .treatment_menu .subnav > li:nth-child(19) {
  animation-delay: 3.85s;
}
.index_treatment.trigger .wrap .treatment_menu .subnav > li:nth-child(20) {
  animation-delay: 4s;
}
.index_treatment.trigger .wrap .treatment_menu .subnav > li:nth-child(21) {
  animation-delay: 4.15s;
}
.index_treatment.trigger .wrap .treatment_menu .subnav > li:nth-child(22) {
  animation-delay: 4.3s;
}
.index_treatment.trigger .wrap .treatment_menu .subnav > li:nth-child(23) {
  animation-delay: 4.45s;
}
.index_treatment.trigger .wrap .treatment_menu .subnav > li:nth-child(24) {
  animation-delay: 4.6s;
}
.index_treatment.trigger .wrap .treatment_menu .subnav > li:nth-child(25) {
  animation-delay: 4.75s;
}
.index_treatment.trigger .wrap .treatment_menu .subnav > li:nth-child(26) {
  animation-delay: 4.9s;
}
.index_treatment.trigger .wrap .treatment_menu .subnav > li:nth-child(27) {
  animation-delay: 5.05s;
}
.index_treatment.trigger .wrap .treatment_menu .subnav > li:nth-child(28) {
  animation-delay: 5.2s;
}
.index_treatment.trigger .wrap .treatment_menu .subnav > li:nth-child(29) {
  animation-delay: 5.35s;
}
.index_treatment.trigger .wrap .treatment_menu .subnav > li:nth-child(30) {
  animation-delay: 5.5s;
}
.index_treatment .wrap {
  background: var(--clr_gray);
  padding: 3rem 1.5rem;
  border-radius: 10px;
  opacity: 0;
}
.index_treatment .wrap .top_tit02 {
  opacity: 0;
}
.index_treatment .wrap .treatment_menu .treatment_tit {
  text-align: center;
  color: var(--clr_navy_light);
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  line-height: 1.3;
  margin-bottom: 1rem;
  opacity: 0;
}
.index_treatment .wrap .treatment_menu .treatment_tit::before, .index_treatment .wrap .treatment_menu .treatment_tit::after {
  content: "";
  display: block;
  width: 1em;
  height: 2px;
  background: var(--clr_navy_light);
  flex-grow: 1;
}
.index_treatment .wrap .treatment_menu .subnav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
}
.index_treatment .wrap .treatment_menu .subnav > li {
  width: calc((100% - 1.5rem) / 2);
  aspect-ratio: 1/1;
  opacity: 0;
}
.index_treatment .wrap .treatment_menu .subnav > li > a {
  display: grid;
  text-align: center;
  font-weight: 700;
  width: 100%;
  height: 100%;
  text-decoration: none;
  border: 4px solid var(--clr_navy_light02);
  text-align: center;
  color: var(--clr_white);
  background: var(--clr_navy_light);
  border-radius: 50%;
  font-size: 1.4rem;
  padding: 1.5rem 1rem;
  letter-spacing: 0.05em;
  line-height: 1.1;
  box-shadow: 3px 3px 3px rgba(var(--rgb_shadow), 0.16);
  position: relative;
}
.index_treatment .wrap .treatment_menu .subnav > li > a::before {
  content: "";
  display: block;
  width: 55%;
  aspect-ratio: 1/1;
  margin: 0 auto 0.2rem;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.index_treatment .wrap .treatment_menu .subnav > li > a.icon_01::before {
  background-image: url("../img/icon_01.svg");
}
.index_treatment .wrap .treatment_menu .subnav > li > a.icon_02::before {
  background-image: url("../img/icon_02.svg");
}
.index_treatment .wrap .treatment_menu .subnav > li > a.icon_03::before {
  background-image: url("../img/icon_03.svg");
}
.index_treatment .wrap .treatment_menu .subnav > li > a.icon_04::before {
  background-image: url("../img/icon_04.svg");
}
.index_treatment .wrap .treatment_menu .subnav > li > a.icon_05::before {
  background-image: url("../img/icon_05.svg");
}
.index_treatment .wrap .treatment_menu .subnav > li > a.icon_06::before {
  background-image: url("../img/icon_06.svg");
}
.index_treatment .wrap .treatment_menu .subnav > li > a.icon_07::before {
  background-image: url("../img/icon_07.svg");
}
.index_treatment .wrap .treatment_menu .subnav > li > a.icon_08::before {
  background-image: url("../img/icon_08.svg");
}
.index_treatment .wrap .treatment_menu .subnav > li:last-of-type:nth-of-type(odd) {
  margin-top: -1rem;
}
.index_treatment .wrap .treatment_menu.-color02 .treatment_tit {
  color: var(--clr_purple);
}
.index_treatment .wrap .treatment_menu.-color02 .treatment_tit::before, .index_treatment .wrap .treatment_menu.-color02 .treatment_tit::after {
  background: var(--clr_purple);
}
.index_treatment .wrap .treatment_menu.-color02 .subnav > li a {
  background: var(--clr_purple);
  border-color: var(--clr_purple_light);
}
.index_treatment .wrap .treatment_menu:not(:first-of-type) {
  margin-top: 3rem;
}
@media screen and (min-width: 41.625em), print {
  .index_treatment {
    margin: clamp(10rem, 3.764rem + 9.363vw, 15rem) 0 clamp(6rem, 1.0112rem + 7.491vw, 10rem);
  }
  .index_treatment .wrap {
    padding: clamp(5rem, -0.6124rem + 8.427vw, 9.5rem) clamp(2rem, -3.6124rem + 8.427vw, 6.5rem) clamp(3rem, -1.3652rem + 6.554vw, 6.5rem);
    border-radius: 20px;
  }
  .index_treatment .wrap .treatment_menu .treatment_tit {
    font-size: clamp(2rem, 1.2517rem + 1.124vw, 2.6rem);
    gap: 1rem;
    margin-bottom: 1rem;
  }
  .index_treatment .wrap .treatment_menu .treatment_tit::before, .index_treatment .wrap .treatment_menu .treatment_tit::after {
    height: 3px;
  }
  .index_treatment .wrap .treatment_menu .subnav {
    display: flex;
    justify-content: center;
    gap: clamp(1.5rem, 0.2528rem + 1.873vw, 2.5rem) clamp(2rem, -0.7438rem + 4.12vw, 4.2rem);
  }
  .index_treatment .wrap .treatment_menu .subnav > li {
    width: clamp(14rem, 9.0112rem + 7.491vw, 18rem);
  }
  .index_treatment .wrap .treatment_menu .subnav > li > a {
    border-width: 5px;
    font-size: clamp(1.5rem, 0.8764rem + 0.936vw, 2rem);
    padding: clamp(2rem, 1.3764rem + 0.936vw, 2.5rem) clamp(0.8rem, 0.5506rem + 0.375vw, 1rem);
    z-index: 0;
  }
  .index_treatment .wrap .treatment_menu .subnav > li > a::before {
    width: 50%;
    margin: 0 auto 0.2rem;
  }
  .index_treatment .wrap .treatment_menu .subnav > li > a::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    z-index: -1;
    transform: scale(0.8);
    transition: 0.3s;
  }
  .index_treatment .wrap .treatment_menu .subnav > li > a:is(:hover,.focus-visible)::after {
    background: var(--clr_blue);
    transform: scale(1);
  }
  .index_treatment .wrap .treatment_menu .subnav > li > a:is(:hover, :focus-visible)::after {
    background: var(--clr_blue);
    transform: scale(1);
  }
  .index_treatment .wrap .treatment_menu .subnav > li:last-of-type:nth-of-type(odd) {
    margin-top: 0rem;
  }
  .index_treatment .wrap .treatment_menu:not(:first-of-type) {
    margin-top: clamp(4rem, 2.7528rem + 1.873vw, 5rem);
  }
}

.index_info {
  overflow: hidden;
  margin: 2rem 0;
  position: relative;
  z-index: 0;
}
.index_info::after {
  content: "";
  display: block;
  width: calc(100% - 1rem);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--clr_blue_light);
  border-radius: 0 10px 10px 0;
  z-index: -1;
  opacity: 0;
}
.index_info.trigger::after {
  animation: fade_left 0.4s ease-out 0.2s 1 normal forwards;
}
.index_info.trigger .top_tit02 {
  animation: fade_up 0.6s ease-out 0.7s 1 normal forwards;
}
.index_info.trigger .info_area {
  animation: fade_up 0.6s ease-out 0.9s 1 normal forwards;
}
.index_info .wrap {
  padding: 3rem 0 2rem;
}
.index_info .wrap .top_tit02 {
  opacity: 0;
}
.index_info .wrap .info_area {
  background: var(--clr_white);
  padding: 1.5rem 1rem 1.5rem 1.5rem;
  border-radius: 5px;
  opacity: 0;
}
.index_info .wrap .info_area dl {
  max-height: 40vh;
  overflow-y: scroll;
  padding-right: 1rem;
  line-height: 1.3;
}
.index_info .wrap .info_area dl::-webkit-scrollbar {
  background: var(--clr_gray_light03);
  width: 5px;
  border-radius: 50vh;
}
.index_info .wrap .info_area dl::-webkit-scrollbar-thumb {
  background: var(--clr_gray_light04);
  border-radius: 50vh;
}
.index_info .wrap .info_area dl dt {
  margin: 0 0 1.5rem;
  cursor: pointer;
  font-size: 1.6rem;
  position: relative;
  color: var(--clr_aqua);
  border-top: 1px dashed var(--clr_border);
  padding: 1.5rem 0 0 2rem;
}
.index_info .wrap .info_area dl dt::before {
  font-family: "fontello";
  content: "\e807";
  font-size: 85%;
  position: absolute;
  top: calc(0.04475em + 1.7rem);
  left: 0.3rem;
  transition: 0.2s;
}
.index_info .wrap .info_area dl dt.open::before {
  transform: scale(1, -1) translateY(1px);
}
.index_info .wrap .info_area dl dt:first-of-type {
  border-top: none;
  padding-top: 0.5rem;
}
.index_info .wrap .info_area dl dt:first-of-type::before {
  top: calc(0.04475em + 0.7rem);
}
.index_info .wrap .info_area dl dd {
  font-size: 1.4rem;
  margin: -0.8rem 0 1.5rem;
  padding: 0 0 0 0.3rem;
  word-wrap: break-word;
}
.index_info .wrap .info_area dl dd a {
  color: var(--clr_navy);
}
.index_info .wrap .info_area dl dd a:hover {
  color: var(--clr_navy_light);
}
.index_info .wrap .info_area dl dd:not(:nth-of-type(-n+3)) {
  display: none;
}
@media screen and (min-width: 41.625em), print {
  .index_info {
    margin: clamp(6rem, 1.0112rem + 7.491vw, 10rem) 0;
    padding: 0 2rem;
    container: tab/inline-size;
  }
  .index_info::after {
    border-radius: 0 20px 20px 0;
    width: calc(100% - (100vw - 120rem) / 2 + clamp(2rem, -7.9775rem + 14.981vw, 10rem));
    max-width: calc(100% - 1rem);
  }
  .index_info .wrap {
    padding: clamp(6rem, 1.0112rem + 7.491vw, 10rem) 0;
    display: flex;
    gap: clamp(2rem, 1.127rem + 1.311vw, 2.7rem);
  }
  .index_info .wrap .top_tit02 {
    flex-shrink: 0;
    margin: 0rem auto;
  }
  .index_info .wrap .info_area {
    flex-grow: 1;
    border-radius: 10px;
    padding: clamp(2rem, 0.7528rem + 1.873vw, 3rem) clamp(1.5rem, -0.9944rem + 3.745vw, 3.5rem);
  }
  .index_info .wrap .info_area dl {
    max-height: clamp(30rem, 9.6708rem + 30.524vw, 46.3rem);
    padding-right: clamp(1.5rem, -4.1124rem + 8.427vw, 6rem);
  }
  .index_info .wrap .info_area dl::-webkit-scrollbar {
    width: clamp(0.6rem, 0.1011rem + 0.749vw, 1rem);
  }
  .index_info .wrap .info_area dl dt {
    margin: 0 0 clamp(2rem, 1.3764rem + 0.936vw, 2.5rem);
    font-size: clamp(1.7rem, 1.0764rem + 0.936vw, 2.2rem);
    padding: clamp(2rem, 1.3764rem + 0.936vw, 2.5rem) 1rem 0 clamp(2rem, 1.6258rem + 0.562vw, 2.3rem);
  }
  .index_info .wrap .info_area dl dt::before {
    font-size: 75%;
    top: calc(0.1625em + clamp(2.1rem, 1.227rem + 1.311vw, 2.8rem));
    left: 0.2rem;
  }
  .index_info .wrap .info_area dl dt:first-of-type {
    padding-top: 0rem;
  }
  .index_info .wrap .info_area dl dt:first-of-type::before {
    top: calc(0.1625em + 0.3rem);
  }
  .index_info .wrap .info_area dl dt:is(:hover,.focus-visible) {
    opacity: 0.8;
  }
  .index_info .wrap .info_area dl dt:is(:hover, :focus-visible) {
    opacity: 0.8;
  }
  .index_info .wrap .info_area dl dd {
    font-size: clamp(1.5rem, 0.8764rem + 0.936vw, 2rem);
    margin: clamp(-1.8rem, -1.1258rem + -0.562vw, -1.5rem) 0 clamp(2rem, 1.3764rem + 0.936vw, 2.5rem);
  }
  @container tab (width < 80rem) {
    .index_info .wrap {
      flex-direction: column;
    }
  }
}

.index_schedule {
  margin: 2rem auto 0;
  overflow: hidden;
  position: relative;
  z-index: 0;
  --schedule_close: var(--clr_yellow);
}
.index_schedule::after {
  content: "";
  display: block;
  width: calc(100% - 1rem);
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: var(--clr_blue_light);
  border-radius: 10px 0 0 10px;
  z-index: -1;
  opacity: 0;
}
.index_schedule.trigger::after {
  animation: fade_right 0.4s ease-out 0.2s 1 normal forwards;
}
.index_schedule.trigger .top_tit02 {
  animation: fade_up 0.6s ease-out 0.7s 1 normal forwards;
}
.index_schedule.trigger .status {
  animation: fade_up 0.6s ease-out 0.8s 1 normal forwards;
}
.index_schedule.trigger .info_area {
  animation: fade_up 0.6s ease-out 0.8s 1 normal forwards;
}
.index_schedule.trigger .cal_flex > li {
  animation: fade_up 0.6s ease-out 1s 1 normal forwards;
}
.index_schedule.trigger .cal_flex > li:nth-child(2) {
  animation-delay: 1.2s;
}
.index_schedule .wrap {
  padding: 3rem 0 2rem;
}
.index_schedule .top_tit02 {
  opacity: 0;
}
.index_schedule .status {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.7rem 2rem;
  margin-bottom: 2rem;
  opacity: 0;
}
.index_schedule .status li {
  display: flex;
  align-items: center;
  line-height: 1;
}
.index_schedule .status li::before {
  content: "";
  display: block;
  background: var(--clr_white);
  width: 1.2em;
  height: 1.2em;
  margin-right: 0.5rem;
}
.index_schedule .status li.close::before {
  background: var(--schedule_close);
}
.index_schedule .cal_flex {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 2rem 0;
}
.index_schedule .cal_flex > li {
  opacity: 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: var(--clr_white);
  border-radius: 3px;
  padding: 0.7rem 1.5rem 1.5rem 0.5rem;
}
@media screen and (min-width: 41.625em), print {
  .index_schedule {
    margin: clamp(6rem, 1.0112rem + 7.491vw, 10rem) 0 0;
  }
  .index_schedule::after {
    border-radius: 20px 0 0 20px;
    width: calc(100% - (100vw - 120rem) / 2 + clamp(2rem, -7.9775rem + 14.981vw, 10rem));
    max-width: calc(100% - 1rem);
  }
  .index_schedule .wrap {
    padding: clamp(6rem, 2.882rem + 4.682vw, 8.5rem) 0 clamp(6rem, 1.0112rem + 7.491vw, 10rem);
  }
  .index_schedule .status {
    margin: clamp(1.5rem, 0.2528rem + 1.873vw, 2.5rem) auto clamp(2.5rem, 1.8764rem + 0.936vw, 3rem);
    gap: 1rem 4rem;
  }
  .index_schedule .status li {
    font-size: clamp(1.5rem, 0.8764rem + 0.936vw, 2rem);
  }
  .index_schedule .status li::before {
    margin-right: 0.4rem;
    width: clamp(2rem, 1.3764rem + 0.936vw, 2.5rem);
    height: clamp(2rem, 1.3764rem + 0.936vw, 2.5rem);
  }
  .index_schedule .cal_flex {
    flex-direction: row;
    margin: 0 auto;
    gap: clamp(1rem, -2.7416rem + 5.618vw, 4rem);
  }
  .index_schedule .cal_flex > li {
    width: calc((100% - clamp(1rem, -2.7416rem + 5.618vw, 4rem)) / 2);
    margin: 0;
    padding: clamp(1rem, 0.3764rem + 0.936vw, 1.5rem) clamp(1.5rem, -0.3708rem + 2.809vw, 3rem) clamp(1.5rem, 0.8764rem + 0.936vw, 2rem) 0;
    border-radius: 5px;
  }
}

table.caledit {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  line-height: 1.3;
}
table.caledit th {
  font-weight: 400;
  padding: 0 0.4rem 0.4rem 0;
}
table.caledit td {
  height: 3.4rem;
  padding: 0.6rem 0.8rem 0.6rem 0;
  font-size: 1.4rem;
  vertical-align: middle;
  cursor: default;
}
table.caledit .month th {
  padding: 0.5rem 0 1.2rem 1rem;
  font-size: 1.8rem;
  line-height: 1;
  text-align: center;
}
table.caledit .week th {
  font-size: 1.1rem;
  border-right: 1px solid var(--clr_border);
  text-align: right;
}
table.caledit .day td {
  border-right: 1px solid var(--clr_border);
  text-align: center;
  padding-left: 1.3rem;
  padding-right: 0.3rem;
  position: relative;
  z-index: 0;
}
table.caledit .day td .shortTitle {
  text-align: center;
  font-size: 1rem;
}
table.caledit .day td.close::after {
  content: "";
  display: block;
  width: calc(100% - 1.6rem);
  aspect-ratio: 40/38;
  background: var(--schedule_close);
  position: absolute;
  right: 0.3rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
table.caledit .day td.notTheMonth {
  color: var(--clr_gray_dark);
}
@media screen and (min-width: 41.625em), print {
  table.caledit {
    table-layout: fixed;
  }
  table.caledit th {
    padding: clamp(1rem, 0.2517rem + 1.124vw, 1.6rem);
  }
  table.caledit td {
    height: clamp(4rem, 2.1292rem + 2.809vw, 5.5rem);
    font-size: clamp(1.5rem, 0.627rem + 1.311vw, 2.2rem);
  }
  table.caledit .month th {
    padding: 0.4rem 0 clamp(1.5rem, 0.627rem + 1.311vw, 2.2rem) clamp(1.5rem, -0.3708rem + 2.809vw, 3rem);
    font-size: clamp(1.8rem, 0.8022rem + 1.498vw, 2.6rem);
  }
  table.caledit .week th {
    font-size: clamp(1.1rem, 0.4764rem + 0.936vw, 1.6rem);
    padding: 0rem 0.8rem 0.7rem 0;
    line-height: 1;
  }
  table.caledit .day td {
    padding: clamp(1rem, 0.3764rem + 0.936vw, 1.5rem) clamp(0.3rem, 0.0506rem + 0.375vw, 0.5rem) clamp(1rem, 0.3764rem + 0.936vw, 1.5rem) clamp(1.2rem, -1.2944rem + 3.745vw, 3.2rem);
  }
  table.caledit .day td.close::after {
    width: calc(100% - clamp(1.5rem, -1.2438rem + 4.12vw, 3.7rem));
    right: clamp(0.3rem, 0.0506rem + 0.375vw, 0.5rem);
  }
}

.index_disease {
  padding: 4rem 0;
}
.index_disease.trigger .top_tit02 {
  animation: fade_up 0.6s ease-out 0.7s 1 normal forwards;
}
.index_disease.trigger .disease_content {
  animation: fade_up 0.6s ease-out 0.9s 1 normal forwards;
}
.index_disease .top_tit02 {
  opacity: 0;
}
.index_disease .disease_content {
  opacity: 0;
}
.index_disease .tab_ul {
  display: flex;
  justify-content: flex-start;
}
.index_disease .tab_ul > li {
  width: 33.3333333333%;
}
.index_disease .tab_ul > li > a {
  display: block;
  line-height: 1.2;
  text-align: center;
  padding: 0.8rem 0.5rem;
  background: var(--clr_navy_light02);
  color: var(--clr_navy_light);
  border: 1px solid var(--clr_navy_light);
  border-bottom: none;
  border-radius: 5px 5px 0 0;
}
.index_disease .tab_ul > li > a.active {
  color: var(--clr_white);
  background: var(--clr_navy_light);
}
.index_disease .tab_area {
  border: 1px solid var(--clr_navy_light);
  border-radius: 0 0 10px 10px;
  padding: 1.5rem;
}
.index_disease .tab_area .tab_content {
  display: none;
}
.index_disease .tab_area .tab_content.active {
  display: block;
}
.index_disease .tab_area .tab_content > dl > dt {
  font-size: 1.5rem;
  color: var(--clr_navy_light);
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
  line-height: 1.3;
}
.index_disease .tab_area .tab_content > dl > dt::after {
  content: "";
  display: block;
  width: 1em;
  height: 1px;
  background: var(--clr_navy_light);
  flex-grow: 1;
}
.index_disease .tab_area .tab_content > dl > dt:not(:first-of-type) {
  margin-top: 2.5rem;
}
.index_disease .tab_area .tab_content .disease_lst {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.index_disease .tab_area .tab_content .disease_lst > li {
  width: calc((100% - 1rem) / 2);
}
.index_disease .tab_area .tab_content .disease_lst > li > a {
  display: block;
  text-align: center;
  line-height: 1.2;
  color: var(--clr_txt);
  background: var(--clr_navy_light02);
  padding: 0.6rem;
  border-radius: 3px;
  box-shadow: 2px 2px 2px rgba(var(--rgb_shadow), 0.16);
}
@media screen and (min-width: 41.625em), print {
  .index_disease {
    padding: clamp(6rem, 1.6348rem + 6.554vw, 9.5rem) 0;
  }
  .index_disease .tab_ul > li {
    width: clamp(18rem, 3.0337rem + 22.472vw, 30rem);
  }
  .index_disease .tab_ul > li > a {
    padding: clamp(0.6rem, 0.2258rem + 0.562vw, 0.9rem) 0.5rem;
    border-width: 2px;
    border-radius: 10px 10px 0 0;
    font-size: clamp(1.6rem, 1.1011rem + 0.749vw, 2rem);
  }
  .index_disease .tab_ul > li > a:is(:hover,.focus-visible) {
    color: var(--clr_white);
    background: var(--clr_navy_light);
    opacity: 0.8;
  }
  .index_disease .tab_ul > li > a:is(:hover, :focus-visible) {
    color: var(--clr_white);
    background: var(--clr_navy_light);
    opacity: 0.8;
  }
  .index_disease .tab_area {
    border-width: 2px;
    border-radius: 0 15px 15px 15px;
    padding: clamp(2rem, -0.4944rem + 3.745vw, 4rem) clamp(2rem, -3.6124rem + 8.427vw, 6.5rem) clamp(2rem, -1.7416rem + 5.618vw, 5rem);
    container: tab/inline-size;
  }
  .index_disease .tab_area .tab_content > dl > dt {
    font-size: clamp(1.8rem, 1.0517rem + 1.124vw, 2.4rem);
    gap: clamp(1rem, 0.5011rem + 0.749vw, 1.4rem);
    margin-bottom: clamp(1.5rem, 0.8764rem + 0.936vw, 2rem);
  }
  .index_disease .tab_area .tab_content > dl > dt::after {
    height: 2px;
  }
  .index_disease .tab_area .tab_content > dl > dt:not(:first-of-type) {
    margin-top: clamp(3rem, 1.1292rem + 2.809vw, 4.5rem);
  }
  .index_disease .tab_area .tab_content .disease_lst {
    gap: clamp(1rem, -0.2472rem + 1.873vw, 2rem) clamp(1rem, -1.4944rem + 3.745vw, 3rem);
  }
  .index_disease .tab_area .tab_content .disease_lst > li {
    width: calc((100% - clamp(3rem, -4.4831rem + 11.236vw, 9rem)) / 4);
  }
  .index_disease .tab_area .tab_content .disease_lst > li > a {
    padding: clamp(0.7rem, 0.3258rem + 0.562vw, 1rem);
    border-radius: 5px;
  }
  .index_disease .tab_area .tab_content .disease_lst > li > a:is(:hover,.focus-visible) {
    color: var(--clr_white);
    background: var(--clr_navy_light);
    opacity: 0.8;
  }
  .index_disease .tab_area .tab_content .disease_lst > li > a:is(:hover, :focus-visible) {
    color: var(--clr_white);
    background: var(--clr_navy_light);
    opacity: 0.8;
  }
  @container tab (width < 80rem) {
    .index_disease .tab_area .tab_content .disease_lst > li {
      width: calc((100% - clamp(3rem, -4.4831rem + 11.236vw, 9rem)) / 3);
    }
  }
}

.index_symptom {
  padding: 2rem 0 0;
  overflow: hidden;
}
.index_symptom.trigger .top_tit02 {
  animation: fade_up 0.6s ease-out 0.7s 1 normal forwards;
}
.index_symptom.trigger .symptom_content::before {
  animation: fade_up 0.4s ease-out 1s 1 normal forwards;
}
.index_symptom.trigger .symptom_content .symptom_lst > li {
  animation: fade_up 1s ease-out 0.2s 1 normal forwards;
}
.index_symptom.trigger .symptom_content .symptom_lst > li:nth-child(1) {
  animation-delay: 1.3s;
}
.index_symptom.trigger .symptom_content .symptom_lst > li:nth-child(2) {
  animation-delay: 1.45s;
}
.index_symptom.trigger .symptom_content .symptom_lst > li:nth-child(3) {
  animation-delay: 1.6s;
}
.index_symptom.trigger .symptom_content .symptom_lst > li:nth-child(4) {
  animation-delay: 1.75s;
}
.index_symptom.trigger .symptom_content .symptom_lst > li:nth-child(5) {
  animation-delay: 1.9s;
}
.index_symptom.trigger .symptom_content .symptom_lst > li:nth-child(6) {
  animation-delay: 2.05s;
}
.index_symptom.trigger .symptom_content .symptom_lst > li:nth-child(7) {
  animation-delay: 2.2s;
}
.index_symptom.trigger .symptom_content .symptom_lst > li:nth-child(8) {
  animation-delay: 2.35s;
}
.index_symptom.trigger .symptom_content .symptom_lst > li:nth-child(9) {
  animation-delay: 2.5s;
}
.index_symptom.trigger .symptom_content .symptom_lst > li:nth-child(10) {
  animation-delay: 2.65s;
}
.index_symptom.trigger .symptom_content .symptom_lst > li:nth-child(11) {
  animation-delay: 2.8s;
}
.index_symptom.trigger .symptom_content .symptom_lst > li:nth-child(12) {
  animation-delay: 2.95s;
}
.index_symptom.trigger .symptom_content .symptom_lst > li:nth-child(13) {
  animation-delay: 3.1s;
}
.index_symptom.trigger .symptom_content .symptom_lst > li:nth-child(14) {
  animation-delay: 3.25s;
}
.index_symptom.trigger .symptom_content .symptom_lst > li:nth-child(15) {
  animation-delay: 3.4s;
}
.index_symptom.trigger .symptom_content .symptom_lst > li:nth-child(16) {
  animation-delay: 3.55s;
}
.index_symptom.trigger .symptom_content .symptom_lst > li:nth-child(17) {
  animation-delay: 3.7s;
}
.index_symptom.trigger .symptom_content .symptom_lst > li:nth-child(18) {
  animation-delay: 3.85s;
}
.index_symptom.trigger .symptom_content .symptom_lst > li:nth-child(19) {
  animation-delay: 4s;
}
.index_symptom.trigger .symptom_content .symptom_lst > li:nth-child(20) {
  animation-delay: 4.15s;
}
.index_symptom.trigger .symptom_content .symptom_lst > li:nth-child(21) {
  animation-delay: 4.3s;
}
.index_symptom.trigger .symptom_content .symptom_lst > li:nth-child(22) {
  animation-delay: 4.45s;
}
.index_symptom.trigger .symptom_content .symptom_lst > li:nth-child(23) {
  animation-delay: 4.6s;
}
.index_symptom.trigger .symptom_content .symptom_lst > li:nth-child(24) {
  animation-delay: 4.75s;
}
.index_symptom.trigger .symptom_content .symptom_lst > li:nth-child(25) {
  animation-delay: 4.9s;
}
.index_symptom.trigger .symptom_content .symptom_lst > li:nth-child(26) {
  animation-delay: 5.05s;
}
.index_symptom.trigger .symptom_content .symptom_lst > li:nth-child(27) {
  animation-delay: 5.2s;
}
.index_symptom.trigger .symptom_content .symptom_lst > li:nth-child(28) {
  animation-delay: 5.35s;
}
.index_symptom.trigger .symptom_content .symptom_lst > li:nth-child(29) {
  animation-delay: 5.5s;
}
.index_symptom.trigger .symptom_content .symptom_lst > li:nth-child(30) {
  animation-delay: 5.65s;
}
.index_symptom.trigger .symptom_content .symptom_lst > li:nth-child(31) {
  animation-delay: 5.8s;
}
.index_symptom.trigger .symptom_content .symptom_lst > li:nth-child(32) {
  animation-delay: 5.95s;
}
.index_symptom.trigger .symptom_content .symptom_lst > li:nth-child(33) {
  animation-delay: 6.1s;
}
.index_symptom.trigger .symptom_content .symptom_lst > li:nth-child(34) {
  animation-delay: 6.25s;
}
.index_symptom.trigger .symptom_content .symptom_lst > li:nth-child(35) {
  animation-delay: 6.4s;
}
.index_symptom.trigger .symptom_content .symptom_lst > li:nth-child(36) {
  animation-delay: 6.55s;
}
.index_symptom.trigger .symptom_content .symptom_lst > li:nth-child(37) {
  animation-delay: 6.7s;
}
.index_symptom.trigger .symptom_content .symptom_lst > li:nth-child(38) {
  animation-delay: 6.85s;
}
.index_symptom.trigger .symptom_content .symptom_lst > li:nth-child(39) {
  animation-delay: 7s;
}
.index_symptom.trigger .symptom_content .symptom_lst > li:nth-child(40) {
  animation-delay: 7.15s;
}
.index_symptom.trigger .symptom_content .symptom_lst > li:nth-child(41) {
  animation-delay: 7.3s;
}
.index_symptom.trigger .symptom_content .symptom_lst > li:nth-child(42) {
  animation-delay: 7.45s;
}
.index_symptom.trigger .symptom_content .symptom_lst > li:nth-child(43) {
  animation-delay: 7.6s;
}
.index_symptom.trigger .symptom_content .symptom_lst > li:nth-child(44) {
  animation-delay: 7.75s;
}
.index_symptom.trigger .symptom_content .symptom_lst > li:nth-child(45) {
  animation-delay: 7.9s;
}
.index_symptom.trigger .symptom_content .symptom_lst > li:nth-child(46) {
  animation-delay: 8.05s;
}
.index_symptom.trigger .symptom_content .symptom_lst > li:nth-child(47) {
  animation-delay: 8.2s;
}
.index_symptom.trigger .symptom_content .symptom_lst > li:nth-child(48) {
  animation-delay: 8.35s;
}
.index_symptom.trigger .symptom_content .symptom_lst > li:nth-child(49) {
  animation-delay: 8.5s;
}
.index_symptom.trigger .symptom_content .symptom_lst > li:nth-child(50) {
  animation-delay: 8.65s;
}
.index_symptom .top_tit02 {
  position: relative;
  padding-top: 4.5rem;
  z-index: 0;
  opacity: 0;
}
.index_symptom .top_tit02::before {
  content: "";
  display: block;
  width: 95%;
  aspect-ratio: 1/1;
  background: var(--clr_gray_light05);
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: -1;
}
.index_symptom .symptom_content {
  background: var(--clr_aqua_light);
  margin-top: 7rem;
  padding: 2rem 0 4rem;
  position: relative;
  z-index: 1;
}
.index_symptom .symptom_content::before {
  content: "";
  display: block;
  height: 6.5rem;
  aspect-ratio: 55.785/15.573;
  margin-left: auto;
  margin-right: auto;
  background: url("../img/index_symptom.png") bottom center/contain no-repeat;
  position: absolute;
  top: -6.5rem;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
}
.index_symptom .symptom_content .symptom_lst {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.index_symptom .symptom_content .symptom_lst > li {
  width: 100%;
  opacity: 0;
}
.index_symptom .symptom_content .symptom_lst > li a {
  display: block;
  line-height: 1.2;
  color: var(--clr_white);
  background: var(--clr_blue);
  padding: 1rem 1.5rem;
  border-radius: 5px;
  box-shadow: 3px 3px 3px rgba(var(--rgb_shadow), 0.16);
}
@media screen and (min-width: 41.625em), print {
  .index_symptom {
    padding: 0;
  }
  .index_symptom .top_tit02 {
    padding-top: clamp(6rem, 2.2584rem + 5.618vw, 9rem);
  }
  .index_symptom .top_tit02::before {
    width: clamp(54rem, 15.4019rem + 57.955vw, 84.948rem);
  }
  .index_symptom .symptom_content {
    margin-top: clamp(9rem, -3.4719rem + 18.727vw, 19rem);
    padding: clamp(5rem, -1.236rem + 9.363vw, 10rem) 0;
    container: tab/inline-size;
  }
  .index_symptom .symptom_content::before {
    height: clamp(8.5rem, -0.3214rem + 13.245vw, 15.573rem);
    top: clamp(-15.573rem, 0.3214rem + -13.245vw, -8.5rem);
  }
  .index_symptom .symptom_content .symptom_lst {
    gap: clamp(2.5rem, 0.6292rem + 2.809vw, 4rem) clamp(2rem, 0.7528rem + 1.873vw, 3rem);
  }
  .index_symptom .symptom_content .symptom_lst > li {
    width: calc((100% - clamp(4rem, 1.5056rem + 3.745vw, 6rem)) / 3);
  }
  .index_symptom .symptom_content .symptom_lst > li a {
    padding: clamp(0.8rem, 0.4258rem + 0.562vw, 1.1rem) clamp(1.5rem, 0.8764rem + 0.936vw, 2rem);
    border-radius: 10px;
    font-size: clamp(1.6rem, 1.1011rem + 0.749vw, 2rem);
  }
  .index_symptom .symptom_content .symptom_lst > li a:is(:hover,.focus-visible) {
    filter: brightness(115%);
  }
  .index_symptom .symptom_content .symptom_lst > li a:is(:hover, :focus-visible) {
    filter: brightness(115%);
  }
  @container tab (width < 80rem) {
    .index_symptom .symptom_content .symptom_lst > li {
      width: calc((100% - clamp(3rem, -4.4831rem + 11.236vw, 9rem)) / 2);
    }
  }
}

.index_feature {
  padding: 4rem 0rem;
  counter-reset: number 0;
  background: var(--clr_gray_light02);
}
.index_feature.trigger .top_tit02 {
  animation: fade_up 0.6s ease-out 0.7s 1 normal forwards;
}
.index_feature.trigger .feature_content > li {
  animation: fade 0.8s ease-out 0.2s 1 normal forwards;
}
.index_feature.trigger .feature_content > li:nth-child(1) {
  animation-delay: 1.15s;
}
.index_feature.trigger .feature_content > li:nth-child(2) {
  animation-delay: 1.3s;
}
.index_feature.trigger .feature_content > li:nth-child(3) {
  animation-delay: 1.45s;
}
.index_feature.trigger .feature_content > li:nth-child(4) {
  animation-delay: 1.6s;
}
.index_feature.trigger .feature_content > li:nth-child(5) {
  animation-delay: 1.75s;
}
.index_feature.trigger .feature_content > li:nth-child(6) {
  animation-delay: 1.9s;
}
.index_feature.trigger .feature_content > li:nth-child(7) {
  animation-delay: 2.05s;
}
.index_feature.trigger .feature_content > li:nth-child(8) {
  animation-delay: 2.2s;
}
.index_feature.trigger .feature_content > li:nth-child(9) {
  animation-delay: 2.35s;
}
.index_feature.trigger .feature_content > li:nth-child(10) {
  animation-delay: 2.5s;
}
.index_feature.trigger .feature_content > li:nth-child(11) {
  animation-delay: 2.65s;
}
.index_feature.trigger .feature_content > li:nth-child(12) {
  animation-delay: 2.8s;
}
.index_feature.trigger .feature_content > li:nth-child(13) {
  animation-delay: 2.95s;
}
.index_feature.trigger .feature_content > li:nth-child(14) {
  animation-delay: 3.1s;
}
.index_feature.trigger .feature_content > li:nth-child(15) {
  animation-delay: 3.25s;
}
.index_feature.trigger .feature_content > li:nth-child(16) {
  animation-delay: 3.4s;
}
.index_feature.trigger .feature_content > li:nth-child(17) {
  animation-delay: 3.55s;
}
.index_feature.trigger .feature_content > li:nth-child(18) {
  animation-delay: 3.7s;
}
.index_feature.trigger .feature_content > li:nth-child(19) {
  animation-delay: 3.85s;
}
.index_feature.trigger .feature_content > li:nth-child(20) {
  animation-delay: 4s;
}
.index_feature.trigger .feature_content > li > section .feature_tit {
  animation: flip 0.8s ease-out 0.2s 1 normal forwards;
}
.index_feature.trigger .feature_content > li > section .feature_tit:nth-child(1) {
  animation-delay: 1.15s;
}
.index_feature.trigger .feature_content > li > section .feature_tit:nth-child(2) {
  animation-delay: 1.3s;
}
.index_feature.trigger .feature_content > li > section .feature_tit:nth-child(3) {
  animation-delay: 1.45s;
}
.index_feature.trigger .feature_content > li > section .feature_tit:nth-child(4) {
  animation-delay: 1.6s;
}
.index_feature.trigger .feature_content > li > section .feature_tit:nth-child(5) {
  animation-delay: 1.75s;
}
.index_feature.trigger .feature_content > li > section .feature_tit:nth-child(6) {
  animation-delay: 1.9s;
}
.index_feature.trigger .feature_content > li > section .feature_tit:nth-child(7) {
  animation-delay: 2.05s;
}
.index_feature.trigger .feature_content > li > section .feature_tit:nth-child(8) {
  animation-delay: 2.2s;
}
.index_feature.trigger .feature_content > li > section .feature_tit:nth-child(9) {
  animation-delay: 2.35s;
}
.index_feature.trigger .feature_content > li > section .feature_tit:nth-child(10) {
  animation-delay: 2.5s;
}
.index_feature.trigger .feature_content > li > section .feature_tit:nth-child(11) {
  animation-delay: 2.65s;
}
.index_feature.trigger .feature_content > li > section .feature_tit:nth-child(12) {
  animation-delay: 2.8s;
}
.index_feature.trigger .feature_content > li > section .feature_tit:nth-child(13) {
  animation-delay: 2.95s;
}
.index_feature.trigger .feature_content > li > section .feature_tit:nth-child(14) {
  animation-delay: 3.1s;
}
.index_feature.trigger .feature_content > li > section .feature_tit:nth-child(15) {
  animation-delay: 3.25s;
}
.index_feature.trigger .feature_content > li > section .feature_tit:nth-child(16) {
  animation-delay: 3.4s;
}
.index_feature.trigger .feature_content > li > section .feature_tit:nth-child(17) {
  animation-delay: 3.55s;
}
.index_feature.trigger .feature_content > li > section .feature_tit:nth-child(18) {
  animation-delay: 3.7s;
}
.index_feature.trigger .feature_content > li > section .feature_tit:nth-child(19) {
  animation-delay: 3.85s;
}
.index_feature.trigger .feature_content > li > section .feature_tit:nth-child(20) {
  animation-delay: 4s;
}
.index_feature .top_tit02 {
  opacity: 0;
}
.index_feature .feature_content {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.index_feature .feature_content > li {
  width: calc((100% - 2rem) / 2);
  counter-increment: number 1;
  opacity: 0;
}
.index_feature .feature_content > li > section .feature_tit {
  font-size: 1.5rem;
  line-height: 1.571;
  color: var(--clr_white);
  font-weight: 500;
  text-align: center;
  margin-bottom: 1.5rem;
  width: 100%;
  aspect-ratio: 1/1;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: grid;
  place-content: center;
  border-radius: 5px;
  position: relative;
  z-index: 0;
}
.index_feature .feature_content > li > section .feature_tit > span::before {
  font-size: 4rem;
  display: block;
  content: counter(number, decimal-leading-zero);
  color: rgba(var(--rgb_white), 0.4);
  font-family: "Playball", cursive;
  font-weight: 400;
  font-style: normal;
}
.index_feature .feature_content > li > section .feature_tit::before, .index_feature .feature_content > li > section .feature_tit::after {
  position: absolute;
  content: "";
  display: block;
  border-radius: 5px;
}
.index_feature .feature_content > li > section .feature_tit::before {
  top: 3px;
  right: 3px;
  bottom: 3px;
  left: 3px;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border: 1px solid var(--clr_white);
  border-radius: 3px;
  z-index: 1;
}
.index_feature .feature_content > li > section .feature_tit::after {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(var(--rgb_navy_dark), 0.6);
  z-index: -1;
}
.index_feature .feature_content > li > section .feature_tit.-small {
  font-size: 1.35rem;
}
.index_feature .feature_content > li > section p {
  margin: 0;
  line-height: 1.889;
}
.index_feature .feature_content > li > section p:not(:first-of-type) {
  margin-top: 1em;
}
.index_feature .feature_content > li:nth-child(1) > section .feature_tit {
  background-image: url("../img/index_feature1.webp");
}
.index_feature .feature_content > li:nth-child(2) > section .feature_tit {
  background-image: url("../img/index_feature2.webp");
}
.index_feature .feature_content > li:nth-child(3) > section .feature_tit {
  background-image: url("../img/index_feature3.webp");
}
.index_feature .feature_content > li:nth-child(4) > section .feature_tit {
  background-image: url("../img/index_feature4.webp");
}
.index_feature .feature_content > li:nth-child(5) > section .feature_tit {
  background-image: url("../img/index_feature5.webp");
}
.index_feature .feature_content > li:nth-child(6) > section .feature_tit {
  background-image: url("../img/index_feature6.webp");
}
.index_feature .feature_content > li:nth-child(7) > section .feature_tit {
  background-image: url("../img/index_feature7.webp");
}
.index_feature .feature_content > li:nth-child(8) > section .feature_tit {
  background-image: url("../img/index_feature8.webp");
}
.index_feature .feature_content > li:nth-child(9) > section .feature_tit {
  background-image: url("../img/index_feature9.webp");
}
.index_feature .feature_content > li:nth-child(10) > section .feature_tit {
  background-image: url("../img/index_feature10.webp");
}
.index_feature .feature_content > li:nth-child(11) > section .feature_tit {
  background-image: url("../img/index_feature11.webp");
}
.index_feature .feature_content > li:nth-child(12) > section .feature_tit {
  background-image: url("../img/index_feature12.webp");
}
.index_feature .feature_content > li:nth-child(13) > section .feature_tit {
  background-image: url("../img/index_feature13.webp");
}
.index_feature .feature_content > li:nth-child(14) > section .feature_tit {
  background-image: url("../img/index_feature14.webp");
}
.index_feature .feature_content > li:nth-child(15) > section .feature_tit {
  background-image: url("../img/index_feature15.webp");
}
.index_feature .feature_content > li:nth-child(16) > section .feature_tit {
  background-image: url("../img/index_feature16.webp");
}
.index_feature .feature_content > li:nth-child(17) > section .feature_tit {
  background-image: url("../img/index_feature17.webp");
}
.index_feature .feature_content > li:nth-child(18) > section .feature_tit {
  background-image: url("../img/index_feature18.webp");
}
.index_feature .feature_content > li:nth-child(19) > section .feature_tit {
  background-image: url("../img/index_feature19.webp");
}
.index_feature .feature_content > li:nth-child(20) > section .feature_tit {
  background-image: url("../img/index_feature20.webp");
}
.index_feature .feature_content > li:nth-last-of-type(3n - 1) > section .feature_tit::after {
  background: rgba(var(--rgb_navy_dark02), 0.6);
}
.index_feature .feature_content > li:nth-last-of-type(3n - 2) > section .feature_tit::after {
  background: rgba(var(--rgb_green), 0.6);
}
@media screen and (min-width: 41.625em), print {
  .index_feature {
    padding: clamp(6rem, 2.2584rem + 5.618vw, 9rem) 0rem;
  }
  .index_feature .feature_content {
    gap: clamp(6rem, 0.3876rem + 8.427vw, 10.5rem) clamp(3rem, -1.4899rem + 6.742vw, 6.6rem);
    padding-bottom: clamp(10rem, 1.2697rem + 13.109vw, 17rem);
    margin-top: clamp(4rem, 2.1292rem + 2.809vw, 5.5rem);
  }
  .index_feature .feature_content > li {
    width: calc((100% - clamp(6rem, -2.9798rem + 13.483vw, 13.2rem)) / 3);
  }
  .index_feature .feature_content > li > section .feature_tit {
    font-size: clamp(1.8rem, 0.5528rem + 1.873vw, 2.8rem);
    margin-bottom: clamp(1.5rem, -0.3708rem + 2.809vw, 3rem);
    border-radius: 10px;
    padding: 1rem 1rem clamp(2.5rem, 0.0056rem + 3.745vw, 4.5rem);
  }
  .index_feature .feature_content > li > section .feature_tit > span::before {
    font-size: clamp(5.6rem, 2.6067rem + 4.494vw, 8rem);
    line-height: 1.3;
  }
  .index_feature .feature_content > li > section .feature_tit::before, .index_feature .feature_content > li > section .feature_tit::after {
    border-radius: 10px;
  }
  .index_feature .feature_content > li > section .feature_tit::before {
    top: clamp(0.6rem, 0.1011rem + 0.749vw, 1rem);
    right: clamp(0.6rem, 0.1011rem + 0.749vw, 1rem);
    bottom: clamp(0.6rem, 0.1011rem + 0.749vw, 1rem);
    left: clamp(0.6rem, 0.1011rem + 0.749vw, 1rem);
    width: calc(100% - clamp(1.2rem, 0.2022rem + 1.498vw, 2rem));
    height: calc(100% - clamp(1.2rem, 0.2022rem + 1.498vw, 2rem));
    border-radius: 10px;
  }
  .index_feature .feature_content > li > section .feature_tit.-small {
    font-size: clamp(1.8rem, 0.5528rem + 1.873vw, 2.8rem);
  }
  .index_feature .feature_content > li:nth-of-type(3n - 1) {
    transform: translateY(clamp(10rem, 1.2697rem + 13.109vw, 17rem));
  }
}

.index_greeting {
  padding: 4rem 0;
  background: url("../img/logo_mark.svg") top 4rem center/90% auto no-repeat, var(--clr_gray_light);
}
.index_greeting.trigger .top_tit02 {
  animation: fade_up 0.6s ease-out 0.7s 1 normal forwards;
}
.index_greeting.trigger .greeting_content .dr_img {
  animation: fade_up 0.6s ease-out 0.9s 1 normal forwards;
}
.index_greeting.trigger .greeting_content .dr_img .dr_photo::before, .index_greeting.trigger .greeting_content .dr_img .dr_photo::after {
  animation: fade 0.8s ease-out 1s 1 normal forwards;
}
.index_greeting.trigger .greeting_content .dr_message {
  animation: fade_up 0.6s ease-out 0.9s 1 normal forwards;
}
.index_greeting .top_tit02 {
  opacity: 0;
}
.index_greeting .greeting_content .dr_img {
  width: 80%;
  margin: 2.5rem auto 0;
  opacity: 0;
}
.index_greeting .greeting_content .dr_img .dr_photo {
  width: calc(100% - 5rem);
  border-radius: 5px;
  position: relative;
  margin-bottom: 5rem;
  z-index: 0;
}
.index_greeting .greeting_content .dr_img .dr_photo::before, .index_greeting .greeting_content .dr_img .dr_photo::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  position: absolute;
  right: -5rem;
  bottom: -5rem;
  opacity: 0;
}
.index_greeting .greeting_content .dr_img .dr_photo::before {
  background: rgba(var(--rgb_navy), 0.6);
  z-index: -1;
}
.index_greeting .greeting_content .dr_img .dr_photo::after {
  background: url("../img/doctor.webp") top center/cover no-repeat;
  z-index: -2;
}
.index_greeting .greeting_content .dr_img .dr_name {
  text-align: right;
  padding-right: 1.5em;
  line-height: 1;
  margin: 0;
  position: relative;
  top: -2.5em;
  color: var(--clr_white);
}
.index_greeting .greeting_content .dr_img .dr_name span {
  font-size: 1.6rem;
  margin-left: 1rem;
}
.index_greeting .greeting_content .dr_img .btn_dr {
  width: -moz-fit-content;
  width: fit-content;
  margin: 1rem 0 0 auto;
  line-height: 1.3;
}
.index_greeting .greeting_content .dr_img .btn_dr a {
  display: inline-block;
  background: var(--clr_navy_light);
  color: var(--clr_white);
  text-align: center;
  padding: 1rem 2rem 1rem 4rem;
  border-radius: 5px;
  position: relative;
  box-shadow: 2px 2px 2px rgba(var(--rgb_shadow), 0.16);
}
.index_greeting .greeting_content .dr_img .btn_dr a::before {
  font-family: "fontello";
  content: "\e805";
  position: absolute;
  top: 50%;
  transform: translateY(-40%);
  left: 1.5rem;
}
.index_greeting .greeting_content .dr_message {
  opacity: 0;
}
.index_greeting .greeting_content .dr_message p {
  line-height: 2.222;
  margin: 0;
  font-weight: bold;
}
.index_greeting .greeting_content .dr_message p:not(:first-of-type) {
  margin-top: 1em;
}
.index_greeting .greeting_content .dr_name {
  text-align: center;
}
.index_greeting .greeting_content .dr_name span {
  font-size: 1.6rem;
}
@media screen and (min-width: 41.625em), print {
  .index_greeting {
    padding: clamp(6rem, 1.6348rem + 6.554vw, 9.5rem) 0 clamp(6rem, 1.0112rem + 7.491vw, 10rem);
    background: url("../img/logo_mark.svg") top clamp(4rem, 0.2584rem + 5.618vw, 7rem) center/clamp(50rem, 6.3483rem + 65.543vw, 85rem) auto no-repeat, var(--clr_gray_light);
  }
  .index_greeting.trigger .greeting_content .dr_img {
    animation: fade_left 0.8s ease-out 1s 1 normal forwards;
  }
  .index_greeting.trigger .greeting_content .dr_message {
    animation: fade_right 0.8s ease-out 1s 1 normal forwards;
  }
  .index_greeting .greeting_content {
    display: flex;
    justify-content: space-between;
    gap: clamp(2rem, 0.7528rem + 1.873vw, 3rem);
    margin-top: clamp(3rem, -0.118rem + 4.682vw, 5.5rem);
  }
  .index_greeting .greeting_content .dr_img {
    width: clamp(24rem, -5.9326rem + 44.944vw, 48rem);
    margin: clamp(0.4rem, 0.1506rem + 0.375vw, 0.6rem) 0 0;
    flex-shrink: 0;
  }
  .index_greeting .greeting_content .dr_img .dr_photo {
    width: calc(100% - clamp(4rem, -3.4831rem + 11.236vw, 10rem));
    border-radius: 10px;
    margin-bottom: clamp(4rem, -3.4831rem + 11.236vw, 10rem);
  }
  .index_greeting .greeting_content .dr_img .dr_photo::before, .index_greeting .greeting_content .dr_img .dr_photo::after {
    border-radius: 10px;
    right: clamp(-10rem, 3.4831rem + -11.236vw, -4rem);
    bottom: clamp(-10rem, 3.4831rem + -11.236vw, -4rem);
  }
  .index_greeting .greeting_content .dr_img .dr_name {
    font-size: clamp(1.4rem, 0.6517rem + 1.124vw, 2rem);
    padding-right: clamp(2.5rem, 0.0056rem + 3.745vw, 4.5rem);
    top: clamp(-6rem, 1.191rem + -5.993vw, -2.8rem);
  }
  .index_greeting .greeting_content .dr_img .dr_name span {
    font-size: clamp(1.6rem, 0.3528rem + 1.873vw, 2.6rem);
  }
  .index_greeting .greeting_content .dr_img .btn_dr {
    margin: 0.4rem 0 0 auto;
  }
  .index_greeting .greeting_content .dr_img .btn_dr a {
    padding: clamp(0.8rem, 0.3011rem + 0.749vw, 1.2rem) clamp(2.5rem, -0.618rem + 4.682vw, 5rem) clamp(0.8rem, 0.3011rem + 0.749vw, 1.2rem) clamp(4rem, 2.1292rem + 2.809vw, 5.5rem);
    border-radius: 10px;
  }
  .index_greeting .greeting_content .dr_img .btn_dr a::before {
    left: 1.5rem;
  }
  .index_greeting .greeting_content .dr_img .btn_dr a:is(:hover,.focus-visible) {
    filter: brightness(120%);
  }
  .index_greeting .greeting_content .dr_img .btn_dr a:is(:hover, :focus-visible) {
    filter: brightness(120%);
  }
  .index_greeting .greeting_content .dr_message {
    flex-grow: 1;
  }
}

body:not(.index) .main {
  margin: 0 auto 6rem;
}
body:not(.index) .main a:not([class*=btn], [href*="tel:"], [class*=rsv]) {
  text-decoration: underline;
  color: var(--clr_aqua);
}
body:not(.index) .main a:not([class*=btn], [href*="tel:"], [class*=rsv]):is(:hover,.focus-visible) {
  color: var(--clr_gold);
  text-decoration: underline;
}
body:not(.index) .main a:not([class*=btn], [href*="tel:"], [class*=rsv]):is(:hover, :focus-visible) {
  color: var(--clr_gold);
  text-decoration: underline;
}
@media screen and (min-width: 41.625em), print {
  body:not(.index) > .wrap {
    max-width: min(1200px - 10rem, 100vw - 4rem);
  }
  body:not(.index) > .wrap .main {
    margin: 0 auto clamp(6rem, 3.5056rem + 3.745vw, 8rem);
  }
}

.breadcrumb {
  display: flex;
  font-size: 1.4rem;
  margin: 0 0rem 1rem;
  white-space: nowrap;
  overflow-x: scroll;
}
.breadcrumb li:not(:first-child)::before {
  display: inline-block;
  content: ">";
  margin: 0 0.4rem;
  transform: translateY(-2px);
}
.breadcrumb li br {
  display: none;
}

@media screen and (min-width: 41.625em), print {
  .breadcrumb {
    font-size: clamp(1.4rem, 0.9011rem + 0.749vw, 1.8rem);
    max-width: min(1200px, 100vw - 4rem);
    margin: 0 auto clamp(1.6rem, 1.1011rem + 0.749vw, 2rem);
    white-space: inherit;
    overflow-x: inherit;
  }
  .breadcrumb li:not(:first-child)::before {
    margin: 0 0.8rem;
  }
  .breadcrumb li a:is(:hover,.focus-visible) {
    text-decoration: underline !important;
  }
  .breadcrumb li a:is(:hover,.focus-visible) {
    color: var(--clr_gold);
  }
  .breadcrumb li a:is(:hover, :focus-visible) {
    text-decoration: underline !important;
  }
  .breadcrumb li a:is(:hover, :focus-visible) {
    color: var(--clr_gold);
  }
}
.doctor .dr_name {
  text-align: right;
}
.doctor .dr_name span {
  display: block;
}

.gallery {
  width: 85%;
  margin: auto;
  visibility: hidden;
  line-height: 1;
}
.gallery .gallery_slider div {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.gallery .gallery_slider div .cap {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  padding: 0.4rem;
  opacity: 0;
  transition: 0.3s ease;
  width: 100%;
  margin: 0;
  color: var(--clr_white);
  min-height: 3rem;
  line-height: 1.3;
  display: grid;
  place-items: center;
}
.gallery .gallery_slider div .slick-current .cap {
  opacity: 1;
  transition-delay: 0.5s;
  background: rgba(var(--rgb_aqua), 0.5);
}
.gallery .gallery_slider div:first-child .cap {
  transition-delay: 0s;
}
.gallery .gallery_slider .slick-arrow {
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 39%;
  cursor: pointer;
  line-height: 0;
  font-size: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: var(--clr_white);
  background: none;
  z-index: 1;
}
.gallery .gallery_slider .slick-arrow::before {
  font-family: "fontello";
  content: "\e804";
  color: var(--clr_aqua);
  font-size: 2.6rem;
}
.gallery .gallery_slider .slick-arrow.slick-next {
  right: -2.5rem;
  transform: rotate(270deg);
}
.gallery .gallery_slider .slick-arrow.slick-prev {
  left: -2.5rem;
  transform: rotate(90deg);
}
.gallery .gallery_slider .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  margin: 0.8rem auto;
}
.gallery .gallery_slider .slick-dots li {
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 0.2rem;
}
.gallery .gallery_slider .slick-dots li button {
  padding: 50%;
  display: block;
  font-size: 0;
  cursor: pointer;
  opacity: 0.25;
  border-radius: 50%;
  background: var(--clr_aqua);
}
.gallery .gallery_slider .slick-dots li button:is(:hover,.focus-visible) {
  opacity: 0.8;
}
.gallery .gallery_slider .slick-dots li button:is(:hover, :focus-visible) {
  opacity: 0.8;
}
.gallery .gallery_slider .slick-dots li.slick-active button {
  opacity: 0.75;
}
.gallery .gallery_thum img {
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 10px;
}
.gallery .gallery_thum .slick-current img {
  border: 2px solid var(--clr_aqua);
}
@media screen and (min-width: 41.625em), print {
  .gallery {
    width: min(75rem, 100% - 10rem);
    margin: auto;
    line-height: 0;
  }
  .gallery .gallery_slider {
    font-size: clamp(1.8rem, 1.0517rem + 1.124vw, 2.4rem);
  }
  .gallery .gallery_slider div {
    border-radius: 15px;
  }
  .gallery .gallery_slider div .cap {
    min-height: clamp(5rem, 3.7528rem + 1.873vw, 6rem);
  }
  .gallery .gallery_slider .slick-arrow {
    width: clamp(3.5rem, 1.6292rem + 2.809vw, 5rem);
    height: clamp(3.5rem, 1.6292rem + 2.809vw, 5rem);
    top: 43%;
  }
  .gallery .gallery_slider .slick-arrow::before {
    font-size: clamp(4rem, 2.7528rem + 1.873vw, 5rem);
  }
  .gallery .gallery_slider .slick-arrow.slick-next {
    right: clamp(-6rem, -1.5056rem + -3.745vw, -4rem);
  }
  .gallery .gallery_slider .slick-arrow.slick-prev {
    left: clamp(-6rem, -1.5056rem + -3.745vw, -4rem);
  }
  .gallery .gallery_slider .slick-dots {
    bottom: 5rem;
    margin: 1.4rem auto;
  }
  .gallery .gallery_slider .slick-dots li {
    width: 1.4rem;
    height: 1.4rem;
    margin: 0 0.6rem;
  }
  .gallery .gallery_thum {
    width: calc(100% + 0.6rem);
  }
  .gallery .gallery_thum .slick-track .slick-slide img {
    cursor: pointer;
    border: 4px solid transparent;
    border-radius: 15px;
  }
  .gallery .gallery_thum .slick-track .slick-slide.slick-current img {
    border: 4px solid var(--clr_aqua);
  }
}
.access .main .gmap {
  height: 30rem;
}
@media screen and (min-width: 41.625em), print {
  .access .main .gmap {
    height: clamp(35rem, 16.2921rem + 28.09vw, 50rem);
  }
}

.signature_box {
  padding: 1.5rem;
  border: 1px solid var(--clr_border);
}
@media screen and (min-width: 41.625em), print {
  .signature_box {
    padding: 3rem;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 0 0 auto;
  }
}

/*# sourceMappingURL=style.css.map */