@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  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 {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  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;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  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;
}

/* 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]) {
  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;
  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=""] {
  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_brown: #917C68;
  --rgb_brown: 145, 124, 104;
  --clr_brown_light: #D2C0AD;
  --rgb_brown_light: 210, 192, 173;
  --clr_brown_light02: #E1D8CF;
  --rgb_brown_light02: 225, 216, 207;
  --clr_brown_light03: #EFE8E1;
  --rgb_brown_light03: 239, 232, 225;
  --clr_brown_dark: #A29486;
  --rgb_brown_dark: 162, 148, 134;
  --clr_brown_dark02: #88775E;
  --rgb_brown_dark02: 136, 119, 94;
  --clr_brown_dark03: #8E6F57;
  --rgb_brown_dark03: 142, 111, 87;
  --clr_orange: #EA7635;
  --rgb_orange: 234, 118, 53;
  --clr_orange_light: #F9BE00;
  --rgb_orange_light: 249, 190, 0;
  --clr_orange_light02: #FCF8EC;
  --rgb_orange_light02: 252, 248, 236;
  --clr_orange_light03: #FBDC7B;
  --rgb_orange_light03: 251, 220, 123;
  --clr_orange_light04: #FBEDC0;
  --rgb_orange_light04: 251, 237, 192;
  --clr_orange_light05: #FBF9E7;
  --rgb_orange_light05: 251, 249, 231;
  --clr_blue: #2079C8;
  --rgb_blue: 32, 121, 200;
  --clr_blue_light: #3FB1C6;
  --rgb_blue_light: 63, 177, 198;
  --clr_blue_light02: #E5F9FC;
  --rgb_blue_light02: 229, 249, 252;
  --clr_blue_light03: #D7EFEC;
  --rgb_blue_light03: 215, 239, 236;
  --clr_blue_light04: #D4E7EB;
  --rgb_blue_light04: 212, 231, 235;
  --clr_blue_light05: #EBFAFE;
  --rgb_blue_light05: 235, 250, 254;
  --clr_blue_light06: #B5DCE3;
  --rgb_blue_light06: 181, 220, 227;
  --clr_blue_dark: #4D728E;
  --rgb_blue_dark: 77, 114, 142;
  --clr_blue_dark02: #70889A;
  --rgb_blue_dark02: 112, 136, 154;
  --clr_blue_dark03: #9DADB9;
  --rgb_blue_dark03: 157, 173, 185;
  --clr_gray: #707070;
  --rgb_gray: 112, 112, 112;
  --clr_gray_light: #AFAFAF;
  --rgb_gray_light: 175, 175, 175;
  --clr_line: #06C755;
  --rgb_line: 6, 199, 85;
  --anime-opacity: 1;
}

@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_up {
  0% {
    opacity: 0;
    transform: translateY(0.5rem);
  }
  100% {
    opacity: 1;
    transform: translateY(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: 48em), 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: 700;
}

.underline {
  text-decoration: underline;
}

.txt_large {
  font-size: 120%;
}

.txt_small {
  font-size: 80%;
}

.txt_orange {
  color: var(--clr_orange);
}

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

.line_mark {
  background: linear-gradient(transparent 75%, var(--clr_orange_light03) 75%) repeat scroll 0 -0.2em;
  padding-left: 0.1rem;
  padding-right: 0.1rem;
}

.inline {
  display: inline-block;
}

.img_c {
  margin: 1rem auto;
  border-radius: 7px;
}
@media screen and (min-width: 48em), print {
  .img_c {
    border-radius: 10px;
  }
}

.img_l, .img_r {
  max-width: 80%;
  margin: 1rem auto;
  border-radius: 7px;
}
@media screen and (min-width: 48em), print {
  .img_l, .img_r {
    border-radius: 10px;
  }
}

.tate {
  max-width: 60%;
}

@media screen and (min-width: 48em), print {
  .img_l {
    float: left;
    margin: 0 2rem 2rem 0;
    max-width: 40%;
    height: auto;
  }
  .img_r {
    float: right;
    margin: 0 0 2rem 2rem;
    max-width: 40%;
    height: auto;
  }
  .tate {
    max-width: 25% !important;
  }
}
.img_flex .img_content {
  width: 80%;
  margin: 1rem auto;
}
.img_flex.-tate .img_content {
  width: 60%;
}
@media screen and (min-width: 48em), 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.-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: 48em), 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: 48em), print {
  .mt00 {
    margin-top: 0rem !important;
  }
  .mt10 {
    margin-top: 2rem !important;
  }
  .mt20 {
    margin-top: 4rem !important;
  }
  .mt30 {
    margin-top: 6rem !important;
  }
  .mt40 {
    margin-top: 8rem !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: 48em), print {
  body:not(.index) .main > section ~ section, body:not(.index) .flex2 > section ~ section {
    margin-top: 8rem;
  }
  body:not(.index) .main > section section ~ section, body:not(.index) .flex2 > section section ~ section {
    margin-top: 6rem;
  }
  body:not(.index) .main > section > section section ~ section, body:not(.index) .flex2 > section > section section ~ section {
    margin-top: 4rem;
  }
  body:not(.index) .main > section > section > section section ~ section, body:not(.index) .flex2 > section > section > section section ~ section {
    margin-top: 4rem;
  }
}

.tbl_time {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.tbl_time caption {
  caption-side: bottom;
  text-align: left;
  margin-top: 0.4rem;
}
.tbl_time tr th {
  font-weight: normal;
}
.tbl_time tr th[scope=col] {
  padding: 0.4rem 0;
  text-align: center;
  background: var(--clr_brown_dark);
  color: var(--clr_white);
  font-size: 1.1rem;
}
.tbl_time tr th[scope=col]:first-child {
  width: 40%;
}
.tbl_time tr th.time {
  border-bottom: 1px solid var(--clr_brown_dark);
  background: var(--clr_white);
}
.tbl_time tr td {
  text-align: center;
  padding: 1.2rem 0.4rem;
  border-bottom: 1px solid var(--clr_brown_dark);
  line-height: 1;
  font-size: 80%;
  background: var(--clr_white);
}
.tbl_time.-color02 tr th[scope=col] {
  background: var(--clr_blue_dark02);
}
.tbl_time.-color02 tr th.time {
  border-bottom: 1px solid var(--clr_blue_dark02);
}
.tbl_time.-color02 tr td {
  border-bottom: 1px solid var(--clr_blue_dark02);
}

@media screen and (min-width: 48em), print {
  .tbl_time {
    table-layout: fixed;
  }
  .tbl_time tr th[scope=col] {
    padding: 0.6rem 0;
    font-size: 1.8rem;
  }
  .tbl_time tr th[scope=col]:first-child {
    width: 33%;
  }
  .tbl_time tr td {
    padding: 2.2rem 0;
  }
}
.tbl_time ~ .tbl_time {
  margin-top: 1.4rem;
}
@media screen and (min-width: 48em), print {
  .tbl_time ~ .tbl_time {
    margin-top: 2rem;
  }
}

.gmap {
  width: 100%;
}

body {
  --clr_main: var(--clr_orange);
  --clr_sub: var(--clr_orange_light);
}
body .tit_01 {
  background-image: url(../img/tit_01-orange.webp);
}
body .tit_02 {
  background: url("../img/tit_02-orange.svg") center right/2em auto no-repeat, url("../img/tit_02-orange.svg") center left/2em auto no-repeat;
}
body.-page_dialysis {
  --clr_main: var(--clr_orange);
  --clr_sub: var(--clr_orange_light);
}
body.-page_dialysis .tit_01 {
  background-image: url(../img/tit_01-orange.webp);
}
body.-page_dialysis .tit_02 {
  background: url("../img/tit_02-orange.svg") center right/2em auto no-repeat, url("../img/tit_02-orange.svg") center left/2em auto no-repeat;
}
body.-page_dermatology {
  --clr_main: var(--clr_blue);
  --clr_sub: var(--clr_blue_light);
}
body.-page_dermatology .tit_01 {
  background-image: url(../img/tit_01-blue.webp);
}
body.-page_dermatology .tit_02 {
  background: url("../img/tit_02-blue.svg") center right/2em auto no-repeat, url("../img/tit_02-blue.svg") center left/2em auto no-repeat;
}
body .tit_01 {
  font-size: 1.8rem;
  padding: 1rem;
  text-align: center;
  margin-bottom: 1rem;
  background-position: center center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  color: var(--clr_brown);
  font-weight: 500;
  line-height: 1.2;
  min-height: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .tit_01.-orange {
  background-image: url("../img/tit_01-orange.webp");
}
body .tit_01.-blue {
  background-image: url("../img/tit_01-blue.webp");
}
body .tit_02 {
  font-size: 1.6rem;
  line-height: 1.2;
  margin-inline: auto;
  margin-bottom: 2rem;
  text-align: center;
  position: relative;
  font-weight: 500;
  color: var(--clr_brown_dark03);
  width: fit-content;
  padding-left: 2.4em;
  padding-right: 2.4em;
}
body .tit_02.-orange {
  background: url("../img/tit_02-orange.svg") center right/2em auto no-repeat, url("../img/tit_02-orange.svg") center left/2em auto no-repeat;
}
body .tit_02.-blue {
  background: url("../img/tit_02-blue.svg") center right/2em auto no-repeat, url("../img/tit_02-blue.svg") center left/2em auto no-repeat;
}
body .tit_03 {
  font-size: 1.5rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  font-weight: 500;
  color: var(--clr_main);
  padding-bottom: 0.7rem;
}
body .tit_03::after {
  content: "";
  width: 100%;
  height: 5px;
  background: linear-gradient(to bottom, var(--clr_main) 50%, var(--clr_sub) 50%);
  display: block;
  margin: 0.3rem 0 0;
}
body .tit_03.-orange {
  color: var(--clr_orange);
}
body .tit_03.-orange::after {
  background: linear-gradient(to bottom, var(--clr_orange) 50%, var(--clr_blue_light) 50%);
}
body .tit_03.-blue {
  color: var(--clr_blue);
}
body .tit_03.-blue::after {
  background: linear-gradient(to bottom, var(--clr_blue) 50%, var(--clr_blue_light) 50%);
}
body .tit_04 {
  font-size: 1.4rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  font-weight: 500;
  padding-bottom: 0.5rem;
  color: var(--clr_brown);
  border-bottom: 3px solid var(--clr_brown);
}
body .tit_05 {
  font-size: 1.3rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: var(--clr_sub);
  font-weight: 500;
}
body .tit_05::after {
  content: "";
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, var(--clr_orange_light) 50%, transparent 50%) repeat;
  background-size: 6px 3px;
  display: block;
  margin: 0.3rem 0 0;
}
body .tit_05.-orange {
  color: var(--clr_orange_light);
}
body .tit_05.-orange::after {
  background: linear-gradient(to right, var(--clr_orange_light) 50%, transparent 50%) repeat;
}
body .tit_05.-blue {
  color: var(--clr_blue_light);
}
body .tit_05.-blue::after {
  background: linear-gradient(to right, var(--clr_blue_light) 50%, transparent 50%) repeat;
}
body .tit_06 {
  font-size: 1.2rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  font-weight: 500;
  color: var(--clr_main);
}
body .tit_06.-orange {
  color: var(--clr_blue);
}
body .tit_06.-blue {
  color: var(--clr_blue);
}
@media screen and (min-width: 48em), print {
  body .tit_01 {
    font-size: 3.6rem;
    min-height: 39rem;
    margin-bottom: 2rem;
  }
  body .tit_01 span {
    width: calc(1200px - 10rem);
    margin: 2rem auto;
  }
  body .tit_02 {
    font-size: 3.2rem;
    margin-bottom: 4rem;
  }
  body .tit_03 {
    font-size: 3rem;
    margin-bottom: 3rem;
  }
  body .tit_03::after {
    height: 6px;
  }
  body .tit_04 {
    font-size: 2.8rem;
    margin-bottom: 3rem;
    border-width: 3px;
  }
  body .tit_05 {
    font-size: 2.6rem;
    margin-bottom: 2rem;
  }
  body .tit_05::after {
    height: 4px;
    background-size: 8px 4px;
  }
  body .tit_06 {
    font-size: 2.4rem;
  }
}

.lst {
  line-height: 1.4;
}
.lst > li:not(:last-child) {
  margin-bottom: 1rem;
}

.lst_ul {
  line-height: 1.4;
}
.lst_ul > li {
  padding-left: 1.4em;
  position: relative;
}
.lst_ul > li:not(:last-child) {
  margin-bottom: 1rem;
}
.lst_ul > li::before {
  content: "●";
  color: var(--clr_orange_light03);
  position: absolute;
  left: 0;
}
.lst_ul.-kome > li::before {
  content: "※";
  color: var(--clr_txt) !important;
}
.lst_ul.-disc > li::before {
  font-size: 40%;
  top: 0.55rem;
  left: 0.6rem;
  color: var(--clr_txt) !important;
}
@media screen and (min-width: 48em), print {
  .lst_ul.-disc > li::before {
    top: 0.7rem;
  }
}
.lst_ul.-orange > li::before {
  color: var(--clr_orange_light03) !important;
}
.lst_ul.-blue > li::before {
  color: var(--clr_blue_light06) !important;
}

.lst_ol {
  line-height: 1.4;
  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: 1rem;
}
.lst_ol > li::before {
  content: counter(number) ".";
  color: var(--clr_orange_light);
  width: 1.3em;
  height: 1.3em;
  line-height: 1;
  position: absolute;
  top: 0.26rem;
  left: 0;
}
@media screen and (min-width: 48em), print {
  .lst_ol > li::before {
    top: 0.34rem;
  }
}
.lst_ol.-orange > li::before {
  color: var(--clr_orange_light) !important;
}
.lst_ol.-blue > li::before {
  color: var(--clr_blue_light) !important;
}

.lst_dl {
  --dl_border: var(--clr_border);
}
.lst_dl dt {
  background: #EFE8E1;
  padding: 0.6rem 1rem;
  border-top: 1px solid var(--dl_border);
  border-right: 1px solid var(--dl_border);
  border-left: 1px solid var(--dl_border);
}
.lst_dl dd {
  margin: 0 0 0.5rem;
  padding: 0.8rem 1rem;
  border-top: 1px solid var(--dl_border);
  border-right: 1px solid var(--dl_border);
  border-left: 1px solid var(--dl_border);
  border-bottom: 1px solid var(--dl_border);
}
.lst_dl.-row {
  display: flex;
  flex-wrap: wrap;
}
.lst_dl.-row dt {
  width: 40%;
  display: flex;
  align-items: center;
}
.lst_dl.-row dt:last-of-type {
  border-bottom: 1px solid var(--dl_border);
}
.lst_dl.-row dd {
  width: 60%;
  margin-bottom: 0;
  border-left: none;
  border-bottom: none;
}
.lst_dl.-row dd:last-of-type {
  border-bottom: 1px solid var(--dl_border);
}
.lst_dl.-orange dt {
  background: var(--clr_orange_light04);
}
.lst_dl.-blue dt {
  background: var(--clr_blue_light04);
}
.lst_dl.-color02 dt {
  background: #EFE8E1;
}
@media screen and (min-width: 48em), print {
  .lst_dl dt {
    padding: 1rem 2.5rem;
  }
  .lst_dl dd {
    padding: 1.5rem 2.5rem;
  }
  .lst_dl.-row dt {
    width: 30%;
    padding: 1.5rem 2.5rem;
  }
  .lst_dl.-row dd {
    width: 70%;
  }
  .lst_dl.-pc_row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .lst_dl.-pc_row dt {
    width: 30%;
    padding: 1.5rem 2.5rem;
  }
  .lst_dl.-pc_row dt:last-of-type {
    border-bottom: 1px solid var(--dl_border);
  }
  .lst_dl.-pc_row dd {
    width: 70%;
    margin: 0;
    border-top: 1px solid var(--dl_border);
    border-left: none;
    border-bottom: none;
  }
  .lst_dl.-pc_row dd:last-of-type {
    border-bottom: 1px solid var(--dl_border);
  }
}

.lst_dl02 dt {
  font-weight: 700;
}
.lst_dl02 dd {
  margin-bottom: 1rem;
}
.lst_dl02 dd:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 48em), print {
  .lst_dl02 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .lst_dl02 dt {
    width: 8.5em;
  }
  .lst_dl02 dd {
    width: calc(100% - 8.5em);
    padding-left: 1rem;
  }
}

.flow dd {
  margin: 0;
  position: relative;
}
.flow dd:not(:last-child) {
  margin: 0 0 6rem;
}
.flow dd:not(:last-child)::after {
  display: block;
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  bottom: -5rem;
  left: 0;
  right: 0;
  border-top: 1.7rem solid var(--clr_orange);
  border-right: 3.5rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-left: 3.5rem solid transparent;
  margin: auto;
}
@media screen and (min-width: 48em), print {
  .flow dd:not(:last-child) {
    margin: 0 0 10rem;
  }
  .flow dd:not(:last-child)::after {
    bottom: -7.5rem;
    border-top: 3.5rem solid var(--clr_orange);
    border-right: 10.5rem solid transparent;
    border-left: 10.5rem solid transparent;
  }
}
.flow.-blue dd {
  position: relative;
}
.flow.-blue dd:not(:last-child) {
  margin: 0 0 6rem;
}
.flow.-blue dd:not(:last-child)::after {
  display: block;
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  bottom: -5rem;
  left: 0;
  right: 0;
  border-top: 1.7rem solid var(--clr_blue);
  border-right: 3.5rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-left: 3.5rem solid transparent;
  margin: auto;
}
@media screen and (min-width: 48em), print {
  .flow.-blue dd:not(:last-child) {
    margin: 0 0 10rem;
  }
  .flow.-blue dd:not(:last-child)::after {
    bottom: -7.5rem;
    border-top: 3.5rem solid var(--clr_blue);
    border-right: 10.5rem solid transparent;
    border-left: 10.5rem solid transparent;
  }
}

.flow_ol {
  counter-reset: number 0;
}
.flow_ol > li {
  border: 2px solid var(--clr_orange);
  border-radius: 7px;
  padding: 1.5rem;
  counter-increment: number 1;
  position: relative;
}
.flow_ol > li:not(:last-child) {
  margin: 0 0 6rem;
}
.flow_ol > li:not(:last-child)::after {
  display: block;
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  bottom: -5rem;
  left: 0;
  right: 0;
  border-top: 1.7rem solid var(--clr_orange);
  border-right: 3.5rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-left: 3.5rem solid transparent;
  margin: auto;
}
@media screen and (min-width: 48em), print {
  .flow_ol > li:not(:last-child) {
    margin: 0 0 10rem;
  }
  .flow_ol > li:not(:last-child)::after {
    bottom: -7.5rem;
    border-top: 3.5rem solid var(--clr_orange);
    border-right: 10.5rem solid transparent;
    border-left: 10.5rem solid transparent;
  }
}
.flow_ol > li .flow_tit {
  margin-bottom: 0.8rem;
  display: block;
  font-size: 1.4rem;
  color: var(--clr_orange);
  font-weight: 500;
  padding-left: 1.2em;
}
.flow_ol > li .flow_tit::before {
  display: inline-block;
  content: counter(number) ".";
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
}
.flow_ol.-orange > li {
  border-color: var(--clr_orange);
  position: relative;
}
.flow_ol.-orange > li:not(:last-child) {
  margin: 0 0 6rem;
}
.flow_ol.-orange > li:not(:last-child)::after {
  display: block;
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  bottom: -5rem;
  left: 0;
  right: 0;
  border-top: 1.7rem solid var(--clr_orange);
  border-right: 3.5rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-left: 3.5rem solid transparent;
  margin: auto;
}
@media screen and (min-width: 48em), print {
  .flow_ol.-orange > li:not(:last-child) {
    margin: 0 0 10rem;
  }
  .flow_ol.-orange > li:not(:last-child)::after {
    bottom: -7.5rem;
    border-top: 3.5rem solid var(--clr_orange);
    border-right: 10.5rem solid transparent;
    border-left: 10.5rem solid transparent;
  }
}
.flow_ol.-orange > li .flow_tit {
  color: var(--clr_orange);
}
.flow_ol.-blue > li {
  border-color: var(--clr_blue);
  position: relative;
}
.flow_ol.-blue > li:not(:last-child) {
  margin: 0 0 6rem;
}
.flow_ol.-blue > li:not(:last-child)::after {
  display: block;
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  bottom: -5rem;
  left: 0;
  right: 0;
  border-top: 1.7rem solid var(--clr_blue);
  border-right: 3.5rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-left: 3.5rem solid transparent;
  margin: auto;
}
@media screen and (min-width: 48em), print {
  .flow_ol.-blue > li:not(:last-child) {
    margin: 0 0 10rem;
  }
  .flow_ol.-blue > li:not(:last-child)::after {
    bottom: -7.5rem;
    border-top: 3.5rem solid var(--clr_blue);
    border-right: 10.5rem solid transparent;
    border-left: 10.5rem solid transparent;
  }
}
.flow_ol.-blue > li .flow_tit {
  color: var(--clr_blue);
}
@media screen and (min-width: 48em), print {
  .flow_ol > li {
    border-radius: 10px;
    padding: 3rem;
  }
  .flow_ol > li .flow_tit {
    font-size: 2.6rem;
    margin-bottom: 1.5rem;
  }
  .flow_ol > li .flow_tit::before {
    top: 3rem;
    left: 3rem;
  }
}

.flex3, .flex4 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}
.flex3 > li, .flex4 > li {
  width: calc(50% - 0.5rem);
}
.flex3 > li:not(:last-child), .flex4 > li:not(:last-child) {
  margin-bottom: inherit;
}

.flex1 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 2rem;
}
.flex1 > li {
  width: fit-content;
}
.flex1 > li:not(:last-child) {
  margin-bottom: inherit;
}

@media screen and (min-width: 48em), print {
  .flex2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem 3.6rem;
  }
  .flex2 > section, .flex2 > li, .flex2 > div {
    width: calc(50% - 1.8rem);
    margin-top: 0 !important;
  }
  .flex2 > section:not(:last-child), .flex2 > li:not(:last-child), .flex2 > div:not(:last-child) {
    margin-bottom: inherit;
  }
  .flex3 {
    justify-content: flex-start;
    gap: 1rem 2rem;
  }
  .flex3 li {
    width: calc((100% - 4rem) / 3);
  }
  .flex3_1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 1rem 2rem;
  }
  .flex3_1 li {
    width: calc((100% - 4rem) / 3);
  }
  .flex3_1 li:not(:last-child) {
    margin-bottom: inherit;
  }
  .flex4 {
    justify-content: flex-start;
    gap: 1rem 2rem;
  }
  .flex4 li {
    width: calc((100% - 6rem) / 4);
  }
  .flex1 {
    gap: 1rem 3rem;
  }
}
.tel {
  display: flex;
  align-items: center;
  width: fit-content;
  gap: 0 0.5rem;
  font-weight: 700;
  background: var(--clr_orange);
  color: var(--clr_white);
  border-radius: 8px;
  font-size: 1.4rem;
  padding: 0.1rem 0.5rem 0.3rem;
}
.tel .txt_small {
  letter-spacing: 0.04rem;
  display: inline-block;
  transform: translateY(0.5px);
}
.tel.-dermatology {
  background: var(--clr_blue);
}
@media screen and (min-width: 48em), print {
  .tel {
    border-radius: 10px;
    padding: 0rem 0.9rem 0.2rem;
    font-size: 2.2rem;
    gap: 0 1rem;
  }
  .tel .txt_small {
    font-size: 2rem;
    letter-spacing: 0.08rem;
  }
}

.box {
  padding: 1.5rem;
  border-radius: 7px;
  background: var(--clr_brown_light03);
}
.box .box_tit {
  font-size: 1.4rem;
  margin: 0 auto 1.5rem;
}
.box.-orange {
  background: var(--clr_orange_light05);
}
.box.-blue {
  background: var(--clr_blue_light05);
}
.box.-color02 {
  background: var(--clr_brown_light03);
}
@media screen and (min-width: 48em), print {
  .box {
    padding: 3rem;
    border-radius: 10px;
  }
}

.btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: var(--clr_white);
  background: var(--clr_brown);
  padding: 0.7rem 2.5rem 0.7rem 3.5rem;
  min-height: 4rem;
  border-radius: 3px;
  font-weight: 700;
  line-height: 1.3;
  position: relative;
  box-shadow: 2px 2px 2px rgba(var(--rgb_shadow), 0.16);
  width: fit-content;
  text-align: center;
}
.btn::before {
  font-family: "fontello";
  content: "\e92a";
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-40%);
  left: 1rem;
  line-height: 1;
  font-weight: normal;
}
@media screen and (min-width: 48em), print {
  .btn {
    padding: 1.5rem 3rem 1.5rem 4.5rem;
    border-radius: 5px;
    min-width: 27rem;
    min-height: 6rem;
  }
  .btn::before {
    left: 1.5rem;
  }
  .btn:hover {
    opacity: 1;
    filter: brightness(110%);
    box-shadow: 0px 0px 10px rgba(var(--rgb_shadow), 0.16);
  }
}
.btn.-orange {
  background: var(--clr_orange_light);
}
.btn.-blue {
  background: var(--clr_blue_light);
}
.btn.-color02 {
  background: var(--clr_brown);
}
.btn.-line {
  background: var(--clr_line);
}
.btn.-icon {
  background: var(--clr_white);
  color: var(--clr_txt);
  padding-right: 60px;
  position: relative;
  min-height: 60px;
}
.btn.-icon::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 60px;
  height: 60px;
}
.btn.-icon.-line::after {
  background: url("../img/icon_line.png") center center/30px 30px no-repeat;
}
.btn.-icon.-instagram::after {
  background: url("../img/icon_instagram.png") center center/30px 30px no-repeat;
}
@media screen and (min-width: 48em), print {
  .btn.-icon {
    font-size: 1.8rem;
    padding-right: calc(60px + 0.5rem);
  }
}

.nav_lst {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}
.nav_lst > li {
  width: calc((100% - 0.6rem) / 2);
}
.nav_lst > li a {
  background-color: var(--clr_white);
  border-radius: 5px;
  padding: 1.2rem 4rem 1.2rem 1.5rem;
  box-shadow: 2px 2px 2px rgba(var(--rgb_shadow), 0.16);
  background-position: center right 1rem;
  background-size: 3.2rem auto;
  background-repeat: no-repeat;
  background-image: var(--bg-image);
  line-height: 1.4;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: var(--clr_txt) !important;
  transition: 0.2s;
}
@media screen and (min-width: 48em), print {
  .nav_lst > li a {
    font-size: 1.6rem;
    min-height: 6rem;
    line-height: 1.2;
    background-size: 5rem auto;
    background-position: center right 0.5rem;
    padding: 0.5rem 6rem 0.5rem 1.5rem;
    position: relative;
  }
  .nav_lst > li a::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    border: 2px solid transparent;
    border-radius: 5px;
    pointer-events: none;
    transition: 0.2s;
  }
  .nav_lst > li a:hover::after {
    border: 2px solid var(--clr_orange_light);
  }
}
.nav_lst > li a {
  font-size: 90%;
  text-decoration: none !important;
  background-position: center right 0.5rem;
  background-size: 2.8rem auto;
  min-height: 5rem;
  padding: 0.5rem 3.5rem 0.5rem 1rem;
}
@media screen and (min-width: 48em), print {
  .nav_lst > li a {
    font-size: 100%;
    background-position: center right 0.5rem;
    background-size: 5rem auto;
    padding: 0.5rem 6rem 0.5rem 1.5rem;
    min-height: 7rem;
  }
  .nav_lst.-pc_col3 > li {
    width: calc((100% - 1.2rem) / 3);
  }
  .nav_lst.-pc_col4 > li {
    width: calc((100% - 1.8rem) / 4);
  }
}

.-page_dermatology .nav_lst > li a:hover::after {
  border: 2px solid var(--clr_blue_light);
}

.lnk {
  display: inline-block;
  text-decoration: underline;
  cursor: pointer;
  color: var(--clr_brown);
}
.lnk::after {
  padding-left: 0.3rem;
  display: inline-block;
}
@media screen and (min-width: 48em), print {
  .lnk::after {
    padding-left: 0.6rem;
  }
}
.lnk:hover {
  text-decoration: none;
}
.lnk.out::after {
  font-family: "fontello";
  content: "\f08e";
}
.lnk.pdf::after {
  font-family: "fontello";
  content: "\f1c1";
}

.sns_lst {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.sns_lst > li a {
  font-size: 1.4rem;
  min-width: 9rem;
}
@media screen and (min-width: 48em), print {
  .sns_lst {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.5rem;
  }
  .sns_lst > li a {
    font-size: 2.2rem;
    min-width: 12rem;
  }
}

.tbl {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
.tbl caption {
  caption-side: bottom;
  text-align: left;
  margin-top: 0.4rem;
}
.tbl tr th {
  text-align: left;
  padding: 1rem;
  font-weight: normal;
  border: 1px solid var(--clr_border);
  background: var(--clr_brown_light03);
}
.tbl tr td {
  text-align: left;
  padding: 1rem;
  border: 1px solid var(--clr_border);
}
.tbl tr td.price {
  text-align: right;
  width: 9em;
}
.tbl tr .nowrap {
  width: 0;
  white-space: nowrap;
}
.tbl.-orange tr th {
  background: var(--clr_orange_light04);
}
.tbl.-blue tr th {
  background: var(--clr_blue_light04);
}
.tbl.-color02 tr th {
  background: var(--clr_brown_light03);
}

@media screen and (min-width: 48em), print {
  .tbl tr th {
    padding: 1rem 2.5rem;
  }
  .tbl tr td {
    padding: 1rem 2.5rem;
  }
  .tbl tr td.price {
    width: 20em;
  }
}
.tbl_scroll {
  overflow-x: scroll;
}
.tbl_scroll .tbl {
  white-space: nowrap;
}
@media screen and (min-width: 48em), 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:hover, .slick-dots li button:focus {
  opacity: 0.8;
}
.slick-dots li.slick-active button {
  opacity: 0.75;
}

@media screen and (min-width: 48em), print {
  .slick-dots {
    margin: 1.6rem auto;
  }
  .slick-dots li {
    width: 1.4rem;
    height: 1.4rem;
    margin: 0 0.6rem;
  }
}
.anc_inner {
  margin: 0rem auto 4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}
.anc_inner li {
  width: 80%;
}
.anc_inner li a {
  width: 100%;
}
@media screen and (min-width: 48em), print {
  .anc_inner {
    width: 1000px;
    margin: 0rem auto 7rem;
    flex-wrap: wrap;
    gap: 2rem;
  }
  .anc_inner li {
    width: 29%;
  }
}

html {
  font-size: 3.125vw;
}

body {
  background: var(--clr_white);
  color: var(--clr_txt);
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 500;
  font-style: normal;
  word-wrap: break-word;
}
body::after {
  visibility: hidden;
  width: 100vw;
  height: 100vh;
  content: "";
  background: rgba(var(--rgb_brown_light03), 0.8);
  backdrop-filter: blur(0.6rem);
  position: fixed;
  top: 0;
  z-index: 2;
  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;
}

.main {
  font-size: 1.2rem;
  line-height: 1.75;
}

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

@media screen and (min-width: 48em), print {
  html {
    font-size: 62.5%;
  }
  body {
    min-width: calc(1200px + 40px);
  }
  body::after {
    display: none;
  }
  a, button {
    transition: 0.2s;
  }
  a:hover, button:hover {
    opacity: 0.8;
  }
  .main {
    font-size: 1.8rem;
    line-height: 1.8;
  }
  .main a:not([class*=btn]):hover {
    opacity: 1;
    text-decoration: none;
  }
  .wrap {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}
:target {
  scroll-margin-top: var(--scroll-margin);
}

.header {
  position: sticky;
  top: 0;
  z-index: 102;
  background: var(--clr_white);
  box-shadow: 0 3px 3px rgba(var(--rgb_shadow), 0.16);
}
.header .wrap {
  padding: 1rem 0;
}
.header .wrap .logo {
  width: calc(100% - 5.6rem);
  height: 4.6rem;
}
.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;
}

@media screen and (min-width: 48em), print {
  .header .wrap {
    max-width: 180rem;
    width: 100%;
    margin: 0 auto;
    padding: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header .wrap .logo {
    width: 32rem;
    height: 8.422rem;
  }
  .header .wrap .headR {
    width: calc(100% - 32.5rem);
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .header .wrap .headR .tel_lst {
    display: flex;
    flex-direction: end;
    align-items: center;
    gap: 0 1.5rem;
  }
}
#nav {
  width: 100vw;
}
#nav #sp_menu {
  color: var(--clr_brown);
  text-align: center;
  line-height: 1;
  font-size: 1rem;
  padding: 0;
  position: fixed;
  border-radius: 7px;
  top: 1rem;
  right: 1.5rem;
  z-index: 102;
}
#nav #sp_menu::before {
  display: block;
  font-family: "fontello";
  content: "\e806";
  font-size: 4rem;
  margin: -0.1rem 0 -0.6rem;
  transition: 0.2s;
}
#nav #sp_menu::after {
  content: "MENU";
}
#nav #sp_menu.close::before {
  font-family: "fontello";
  content: "\e807";
}
#nav #sp_menu.close::after {
  content: "CLOSE";
}
#nav #sp_menu span {
  display: none;
}
@media screen and (min-width: 48em), print {
  #nav {
    width: 100%;
  }
  #nav #sp_menu {
    display: none;
  }
}

.gnav_subnav {
  display: none;
  width: 100%;
  max-height: calc(100svh - 6.6rem - 3.8rem);
  overflow-y: auto;
  background: var(--clr_white);
  padding: 1.5rem;
  position: absolute;
  top: 6.5rem;
  left: 0;
  right: 0;
  margin: auto;
  z-index: calc(infinity);
}
.gnav_subnav .gnav > li > a, .gnav_subnav .gnav > li .sub {
  display: block;
  width: 100%;
  text-align: left;
  padding: 1rem 1.5rem;
  font-size: 1.3rem;
  color: var(--clr_brown);
  position: relative;
}
.gnav_subnav .gnav > li > a::before, .gnav_subnav .gnav > li .sub::before {
  font-family: "fontello";
  content: "\f111";
  color: var(--clr_brown_light);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-30%);
  line-height: 1;
  font-size: 70%;
}
.gnav_subnav .gnav > li .sub {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.gnav_subnav .gnav > li .sub::after {
  font-family: "fontello";
  content: "\f004";
  display: block;
  color: var(--clr_orange);
  transition: 0.2s;
}
.gnav_subnav .gnav > li .sub.close::after {
  transform: scale(1, -1);
}
.gnav_subnav .gnav > li .sub.-color02::after {
  color: var(--clr_blue);
}
.gnav_subnav .gnav > li .subbox {
  display: none;
  background: rgba(var(--rgb_orange), 0.8);
}
.gnav_subnav .gnav > li .subbox .subnav li:not(:last-of-type) {
  border-bottom: 1px dashed var(--clr_white);
}
.gnav_subnav .gnav > li .subbox .subnav li a {
  display: block;
  padding: 1rem 1.5rem;
  font-size: 1.3rem;
  color: var(--clr_white);
}
.gnav_subnav .gnav > li .subbox .subnav li a.current {
  background: var(--clr_orange);
}
.gnav_subnav .gnav > li .subbox.-color02 {
  background: rgba(var(--rgb_blue), 0.8);
}
.gnav_subnav .gnav > li .subbox.-color02 .subnav li a.current {
  background: var(--clr_blue);
}
@media screen and (min-width: 48em), print {
  .gnav_subnav {
    display: block !important;
    max-height: inherit;
    overflow-y: visible;
    position: static;
    padding: 1rem 0;
  }
  .gnav_subnav .gnav {
    display: flex;
    justify-content: flex-end;
  }
  .gnav_subnav .gnav li {
    position: relative;
  }
  .gnav_subnav .gnav li.pc-gnav_none {
    display: none;
  }
  .gnav_subnav .gnav li:first-of-type > a {
    padding-left: 0;
  }
  .gnav_subnav .gnav li:first-of-type > a::before {
    content: none;
  }
  .gnav_subnav .gnav li > a, .gnav_subnav .gnav li .sub {
    display: block;
    font-size: 1.8rem;
    margin: 0;
    padding: 0 0 0 2rem;
    cursor: pointer;
    position: relative;
  }
  .gnav_subnav .gnav li > a::before, .gnav_subnav .gnav li .sub::before {
    left: 0.65rem;
    transform: translateY(-45%);
    font-size: 1rem;
  }
  .gnav_subnav .gnav li > a:hover, .gnav_subnav .gnav li .sub:hover {
    opacity: 1;
    color: var(--clr_orange);
  }
  .gnav_subnav .gnav li > a.sub::after, .gnav_subnav .gnav li .sub.sub::after {
    position: absolute;
    bottom: -2.2rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 0 0 0 1em;
    text-align: center;
  }
  .gnav_subnav .gnav li .subbox {
    width: auto;
    position: absolute;
    top: 5.2rem;
    left: 50%;
    transform: translateX(calc(-50% + 1rem));
    width: 20rem;
  }
  .gnav_subnav .gnav li .subbox > .subnav li a {
    font-size: 1.8rem;
    padding: 0.5rem 1.5rem;
    min-height: 6rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.2;
  }
  .gnav_subnav .gnav li .subbox > .subnav li a span {
    display: block;
  }
  .gnav_subnav .gnav li .subbox > .subnav li a:hover {
    opacity: 1;
    background: var(--clr_orange);
  }
  .gnav_subnav .gnav li .subbox.-color02 > .subnav li a:hover {
    background: var(--clr_blue);
  }
}

.overview {
  padding: 3rem 0rem 0;
  font-size: 1.2rem;
  line-height: 1.6;
  background: url("../img/overview_bg.webp") top center/cover no-repeat;
}
.overview .clinic_name {
  text-align: center;
  margin: 0 0 2rem;
}
.overview .clinic_name img {
  max-width: 80%;
  margin: auto;
}
.overview .gaiyo {
  width: 100%;
  line-height: 1.5;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 0.7rem;
  margin-bottom: 1.4rem;
}
.overview .gaiyo dd {
  width: calc(100% - 5em - 0.7rem);
  padding: 0.2rem 0;
}
.overview .gaiyo dd.-tel {
  padding: 0;
  font-size: 1.35rem;
  line-height: 1.35;
}
.overview .gaiyo dd.-tel .js-tel:not(.single) {
  margin-left: 0.5rem;
}
.overview .gaiyo_tit {
  width: 5em;
  height: fit-content;
  border-radius: 3px;
  padding: 0.2rem 0;
  color: var(--clr_white);
  background: var(--clr_brown_dark02);
  text-align: center;
  margin: 0;
}
.overview .tbl_time {
  margin-top: 1rem;
}
.overview .gmap {
  height: 100vw;
  margin-top: 3rem;
}

@media screen and (min-width: 48em), print {
  .overview {
    padding: 10rem 0 0;
    font-size: 1.8rem;
    background-size: auto calc(100% - 50.5rem);
  }
  .overview .clinic_name {
    margin: 0 0 3rem;
  }
  .overview .clinic_name img {
    max-width: 31.364rem;
    margin: 0;
  }
  .overview .gaiyo {
    gap: 1.7rem 1.2rem;
    margin-bottom: 0;
  }
  .overview .gaiyo dd {
    width: calc(100% - 9rem - 1.2rem);
    padding: 0.2rem 0;
  }
  .overview .gaiyo dd.-tel {
    font-size: 2rem;
  }
  .overview .gaiyo dd.-tel .js-tel:not(.single) {
    margin-left: 1rem;
  }
  .overview .gaiyo_tit {
    width: 9rem;
    padding: 0.2rem 0;
  }
  .overview .tbl_time {
    margin-top: 1.5rem;
  }
  .overview .tbl_time ~ .tbl_time {
    margin-top: 2rem;
  }
  .overview .gmap {
    height: 50.5rem;
    margin-top: 9rem;
  }
}
#tel_up {
  width: 100%;
  height: 3.8rem;
  background: var(--clr_white);
  box-shadow: 0px 0px 12px -3px rgba(var(--rgb_shadow), 0.16);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  font-size: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#tel_up ul {
  width: calc(100% - 4rem);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
#tel_up ul li {
  width: calc((100% - 1rem) / 2);
  height: calc(100% - 0.4rem);
  display: flex;
  align-items: center;
}
#tel_up ul li.single {
  width: calc(100% - 1rem);
}
#tel_up ul li a {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.3;
  padding: 0;
  border-radius: 8px;
  color: var(--clr_white);
}
#tel_up ul li a::before {
  font-size: 90%;
  margin-right: 0.2rem;
  transform: translateY(3px);
}
#tel_up ul li a.tel_dialysis {
  background: var(--clr_orange);
}
#tel_up ul li a.tel_dermatology {
  background: var(--clr_blue);
}
#tel_up #pageup {
  display: block;
  width: 3.8rem;
  height: 3.8rem;
  position: relative;
}
#tel_up #pageup::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: url("../img/pagetop.png") center center/contain no-repeat;
  position: absolute;
  top: 0;
  right: 0.2rem;
}
#tel_up #pageup .clip {
  clip-path: inset(50%);
  color: transparent;
  font-size: 0;
}

@media screen and (min-width: 48em), print {
  #tel_up {
    width: 8rem;
    height: 8.1rem;
    bottom: 3rem;
    right: 3rem;
    left: auto;
    background: none;
    box-shadow: none;
    padding: 0;
  }
  #tel_up ul {
    display: none;
  }
  #tel_up #pageup {
    width: 100%;
    height: 100%;
  }
}
.footer {
  text-align: center;
  padding: 0 0 3.8rem;
  background: var(--clr_brown_light02);
}
.footer .copy {
  display: block;
  padding: 1rem;
  font-size: 1.2rem;
}
.footer ul {
  display: none;
}

@media screen and (min-width: 48em), print {
  .footer {
    padding: 4.5rem 0 0;
  }
  .footer .copy {
    font-size: 1.8rem;
    text-align: right;
    padding: 4.5rem 0 3rem;
  }
  .footer .footer_nav {
    display: flex;
  }
  .footer .footer_nav ul {
    width: fit-content;
    display: flex;
    flex-direction: column;
    gap: 0.7rem 0;
    padding: 0 5rem 0 2rem;
    min-width: 25rem;
    border-left: 3px solid var(--clr_orange_light);
  }
  .footer .footer_nav ul li {
    text-align: left;
    font-size: 1.8rem;
  }
  .footer .footer_nav ul li a {
    opacity: 1;
  }
  .footer .footer_nav ul li a:hover {
    text-decoration: underline;
  }
  .footer .footer_nav ul li.nav_dialysis, .footer .footer_nav ul li.nav_dermatology {
    display: none;
  }
  .footer .footer_nav ul:nth-of-type(3) {
    border-color: var(--clr_blue_light);
  }
}
.keyvsl {
  width: 100%;
  position: relative;
}
.keyvsl #keyvsl {
  width: 100%;
  height: 18rem;
  overflow: hidden;
  visibility: hidden;
}
.keyvsl #keyvsl .slick-list div img {
  height: 18rem !important;
  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 .kv_nav {
  padding: 1rem 1rem 1.3rem;
  display: flex;
  flex-direction: column;
  gap: 2rem 0;
  background: linear-gradient(to bottom, var(--clr_orange_light02) 50%, var(--clr_blue_light02) 50%);
}
.keyvsl .kv_nav li {
  opacity: 0;
}
.keyvsl .kv_nav li .kv_btn {
  display: block;
  border-radius: 7px;
  font-weight: 700;
  line-height: 1.5;
  font-size: 1.6rem;
  border: 3px solid var(--clr_white);
  box-shadow: 3px 3px 3px rgba(var(--rgb_shadow), 0.16);
  padding: 1rem 6.5rem 1rem 4rem;
  position: relative;
  color: var(--clr_white);
  background: var(--clr_brown);
}
.keyvsl .kv_nav li .kv_btn::before {
  font-family: "fontello";
  content: "\e92a";
  font-weight: normal;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1.5rem;
}
.keyvsl .kv_nav li .kv_btn .txt_small {
  font-size: 1.1rem;
  display: block;
}
.keyvsl .kv_nav li .kv_btn.-dialysis {
  background: url("../img/mark_dialysis.svg") center right 1rem/4rem auto no-repeat, var(--clr_orange);
}
.keyvsl .kv_nav li .kv_btn.-dermatology {
  background: url("../img/mark_dermatology.svg") center right 1rem/4rem auto no-repeat, var(--clr_blue);
}
.keyvsl .kv_nav.trigger > li {
  animation: fade_up 1s ease-out 0.4s 1 normal forwards;
}
.keyvsl .kv_nav.trigger > li:nth-child(2) {
  animation-delay: 0.5s;
}

@media screen and (min-width: 48em), print {
  .keyvsl #keyvsl {
    height: 79rem;
    max-width: 200rem;
    margin-left: auto;
    margin-right: auto;
  }
  .keyvsl #keyvsl .slick-list div img {
    height: 79rem !important;
  }
  .keyvsl #keyvsl .slick-dots {
    margin-top: -3rem;
  }
  .keyvsl #keyvsl .slick-dots li {
    width: 1.6rem;
    height: 1.6rem;
    margin: 0 1.2rem;
  }
  .keyvsl .kv_nav {
    padding: 0;
    gap: 2.2rem 0;
    background: none;
    position: absolute;
    bottom: 4rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 180rem;
  }
  .keyvsl .kv_nav li {
    width: fit-content;
    margin: 0 1.5rem 0 auto;
  }
  .keyvsl .kv_nav li .kv_btn {
    border-radius: 10px;
    font-size: 2.6rem;
    border-width: 5px;
    padding: 2rem 10.8rem 2rem 6.3rem;
  }
  .keyvsl .kv_nav li .kv_btn::before {
    left: 3rem;
    font-size: 75%;
  }
  .keyvsl .kv_nav li .kv_btn .txt_small {
    font-size: 2rem;
  }
  .keyvsl .kv_nav li .kv_btn.-dialysis {
    background: url("../img/mark_dialysis.svg") center right 2rem/7rem auto no-repeat, var(--clr_orange);
  }
  .keyvsl .kv_nav li .kv_btn.-dermatology {
    background: url("../img/mark_dermatology.svg") center right 2rem/7rem auto no-repeat, var(--clr_blue);
  }
  .keyvsl .kv_nav li .kv_btn:hover {
    opacity: 1;
    filter: brightness(115%);
    box-shadow: 0px 0px 10px rgba(var(--rgb_shadow), 0.16);
  }
}
.top_tit02 {
  color: var(--clr_brown);
  font-size: 1.9rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  padding: 1.5rem 0 2rem;
  background-position: top right;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-image: url("../img/index_section-orange.webp");
}
.top_tit02::before {
  content: "";
  display: block;
  width: 4rem;
  height: 4rem;
  margin: 0 auto 0.5rem;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/mark_dialysis.svg");
}
.top_tit02::after {
  content: attr(data-ruby);
  color: var(--clr_orange_light);
  font-size: 1.2rem;
  display: block;
  font-weight: 500;
  margin-top: 0.3rem;
}
@media screen and (min-width: 48em), print {
  .top_tit02 {
    font-size: 3.6rem;
    padding: 4rem 0;
    background-position: center top;
  }
  .top_tit02::before {
    width: 8rem;
    height: 8.125rem;
    margin-bottom: 1rem;
  }
  .top_tit02::after {
    font-size: 2.2rem;
    margin-top: 0.8rem;
  }
}

.top_tit03 {
  font-weight: 700;
  font-size: 1.8rem;
  text-align: center;
  color: var(--clr_brown);
  margin-bottom: 1.8rem;
}
.top_tit03::after {
  content: "";
  display: block;
  margin: 0 auto;
  background: url("../img/top_tit03-orange.svg") bottom center/contain no-repeat;
  width: 1.8em;
  height: 1rem;
}
@media screen and (min-width: 48em), print {
  .top_tit03 {
    font-size: 3.4rem;
    margin-bottom: 5rem;
  }
}

.introduction {
  padding: 5rem 0;
  background: url("../img/index_introduction_dialysis.png") center center/70% auto no-repeat;
}
.introduction .intro_tit {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.4rem;
  text-align: center;
  line-height: 1.4;
  color: var(--clr_orange);
}
.introduction .intro_tit div span {
  opacity: 0;
}
.introduction p {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 0;
  font-size: 1.3rem;
  opacity: var(--anime-opacity);
}
.introduction.trigger .intro_tit .intro_tit01-1 span, .introduction.trigger .intro_tit .intro_tit02-1 span {
  animation: fade 0.8s ease-out 0.2s 1 normal forwards;
}
.introduction.trigger .intro_tit .intro_tit01-1 span:nth-child(1), .introduction.trigger .intro_tit .intro_tit02-1 span:nth-child(1) {
  animation-delay: 0.27s;
}
.introduction.trigger .intro_tit .intro_tit01-1 span:nth-child(2), .introduction.trigger .intro_tit .intro_tit02-1 span:nth-child(2) {
  animation-delay: 0.34s;
}
.introduction.trigger .intro_tit .intro_tit01-1 span:nth-child(3), .introduction.trigger .intro_tit .intro_tit02-1 span:nth-child(3) {
  animation-delay: 0.41s;
}
.introduction.trigger .intro_tit .intro_tit01-1 span:nth-child(4), .introduction.trigger .intro_tit .intro_tit02-1 span:nth-child(4) {
  animation-delay: 0.48s;
}
.introduction.trigger .intro_tit .intro_tit01-1 span:nth-child(5), .introduction.trigger .intro_tit .intro_tit02-1 span:nth-child(5) {
  animation-delay: 0.55s;
}
.introduction.trigger .intro_tit .intro_tit01-1 span:nth-child(6), .introduction.trigger .intro_tit .intro_tit02-1 span:nth-child(6) {
  animation-delay: 0.62s;
}
.introduction.trigger .intro_tit .intro_tit01-1 span:nth-child(7), .introduction.trigger .intro_tit .intro_tit02-1 span:nth-child(7) {
  animation-delay: 0.69s;
}
.introduction.trigger .intro_tit .intro_tit01-1 span:nth-child(8), .introduction.trigger .intro_tit .intro_tit02-1 span:nth-child(8) {
  animation-delay: 0.76s;
}
.introduction.trigger .intro_tit .intro_tit01-1 span:nth-child(9), .introduction.trigger .intro_tit .intro_tit02-1 span:nth-child(9) {
  animation-delay: 0.83s;
}
.introduction.trigger .intro_tit .intro_tit01-1 span:nth-child(10), .introduction.trigger .intro_tit .intro_tit02-1 span:nth-child(10) {
  animation-delay: 0.9s;
}
.introduction.trigger .intro_tit .intro_tit01-1 span:nth-child(11), .introduction.trigger .intro_tit .intro_tit02-1 span:nth-child(11) {
  animation-delay: 0.97s;
}
.introduction.trigger .intro_tit .intro_tit01-1 span:nth-child(12), .introduction.trigger .intro_tit .intro_tit02-1 span:nth-child(12) {
  animation-delay: 1.04s;
}
.introduction.trigger .intro_tit .intro_tit01-1 span:nth-child(13), .introduction.trigger .intro_tit .intro_tit02-1 span:nth-child(13) {
  animation-delay: 1.11s;
}
.introduction.trigger .intro_tit .intro_tit01-1 span:nth-child(14), .introduction.trigger .intro_tit .intro_tit02-1 span:nth-child(14) {
  animation-delay: 1.18s;
}
.introduction.trigger .intro_tit .intro_tit01-1 span:nth-child(15), .introduction.trigger .intro_tit .intro_tit02-1 span:nth-child(15) {
  animation-delay: 1.25s;
}
.introduction.trigger .intro_tit .intro_tit01-1 span:nth-child(16), .introduction.trigger .intro_tit .intro_tit02-1 span:nth-child(16) {
  animation-delay: 1.32s;
}
.introduction.trigger .intro_tit .intro_tit01-1 span:nth-child(17), .introduction.trigger .intro_tit .intro_tit02-1 span:nth-child(17) {
  animation-delay: 1.39s;
}
.introduction.trigger .intro_tit .intro_tit01-1 span:nth-child(18), .introduction.trigger .intro_tit .intro_tit02-1 span:nth-child(18) {
  animation-delay: 1.46s;
}
.introduction.trigger .intro_tit .intro_tit01-1 span:nth-child(19), .introduction.trigger .intro_tit .intro_tit02-1 span:nth-child(19) {
  animation-delay: 1.53s;
}
.introduction.trigger .intro_tit .intro_tit01-1 span:nth-child(20), .introduction.trigger .intro_tit .intro_tit02-1 span:nth-child(20) {
  animation-delay: 1.6s;
}
.introduction.trigger .intro_tit .intro_tit01-1 span:nth-child(21), .introduction.trigger .intro_tit .intro_tit02-1 span:nth-child(21) {
  animation-delay: 1.67s;
}
.introduction.trigger .intro_tit .intro_tit01-1 span:nth-child(22), .introduction.trigger .intro_tit .intro_tit02-1 span:nth-child(22) {
  animation-delay: 1.74s;
}
.introduction.trigger .intro_tit .intro_tit01-1 span:nth-child(23), .introduction.trigger .intro_tit .intro_tit02-1 span:nth-child(23) {
  animation-delay: 1.81s;
}
.introduction.trigger .intro_tit .intro_tit01-1 span:nth-child(24), .introduction.trigger .intro_tit .intro_tit02-1 span:nth-child(24) {
  animation-delay: 1.88s;
}
.introduction.trigger .intro_tit .intro_tit01-1 span:nth-child(25), .introduction.trigger .intro_tit .intro_tit02-1 span:nth-child(25) {
  animation-delay: 1.95s;
}
.introduction.trigger .intro_tit .intro_tit01-1 span:nth-child(26), .introduction.trigger .intro_tit .intro_tit02-1 span:nth-child(26) {
  animation-delay: 2.02s;
}
.introduction.trigger .intro_tit .intro_tit01-1 span:nth-child(27), .introduction.trigger .intro_tit .intro_tit02-1 span:nth-child(27) {
  animation-delay: 2.09s;
}
.introduction.trigger .intro_tit .intro_tit01-1 span:nth-child(28), .introduction.trigger .intro_tit .intro_tit02-1 span:nth-child(28) {
  animation-delay: 2.16s;
}
.introduction.trigger .intro_tit .intro_tit01-1 span:nth-child(29), .introduction.trigger .intro_tit .intro_tit02-1 span:nth-child(29) {
  animation-delay: 2.23s;
}
.introduction.trigger .intro_tit .intro_tit01-1 span:nth-child(30), .introduction.trigger .intro_tit .intro_tit02-1 span:nth-child(30) {
  animation-delay: 2.3s;
}
.introduction.trigger .intro_tit .intro_tit01-2 span {
  animation: fade 0.8s ease-out 0.69s 1 normal forwards;
}
.introduction.trigger .intro_tit .intro_tit01-2 span:nth-child(1) {
  animation-delay: 0.76s;
}
.introduction.trigger .intro_tit .intro_tit01-2 span:nth-child(2) {
  animation-delay: 0.83s;
}
.introduction.trigger .intro_tit .intro_tit01-2 span:nth-child(3) {
  animation-delay: 0.9s;
}
.introduction.trigger .intro_tit .intro_tit01-2 span:nth-child(4) {
  animation-delay: 0.97s;
}
.introduction.trigger .intro_tit .intro_tit01-2 span:nth-child(5) {
  animation-delay: 1.04s;
}
.introduction.trigger .intro_tit .intro_tit01-2 span:nth-child(6) {
  animation-delay: 1.11s;
}
.introduction.trigger .intro_tit .intro_tit01-2 span:nth-child(7) {
  animation-delay: 1.18s;
}
.introduction.trigger .intro_tit .intro_tit01-2 span:nth-child(8) {
  animation-delay: 1.25s;
}
.introduction.trigger .intro_tit .intro_tit01-2 span:nth-child(9) {
  animation-delay: 1.32s;
}
.introduction.trigger .intro_tit .intro_tit01-2 span:nth-child(10) {
  animation-delay: 1.39s;
}
.introduction.trigger .intro_tit .intro_tit01-2 span:nth-child(11) {
  animation-delay: 1.46s;
}
.introduction.trigger .intro_tit .intro_tit01-2 span:nth-child(12) {
  animation-delay: 1.53s;
}
.introduction.trigger .intro_tit .intro_tit01-2 span:nth-child(13) {
  animation-delay: 1.6s;
}
.introduction.trigger .intro_tit .intro_tit01-2 span:nth-child(14) {
  animation-delay: 1.67s;
}
.introduction.trigger .intro_tit .intro_tit01-2 span:nth-child(15) {
  animation-delay: 1.74s;
}
.introduction.trigger .intro_tit .intro_tit01-2 span:nth-child(16) {
  animation-delay: 1.81s;
}
.introduction.trigger .intro_tit .intro_tit01-2 span:nth-child(17) {
  animation-delay: 1.88s;
}
.introduction.trigger .intro_tit .intro_tit01-2 span:nth-child(18) {
  animation-delay: 1.95s;
}
.introduction.trigger .intro_tit .intro_tit01-2 span:nth-child(19) {
  animation-delay: 2.02s;
}
.introduction.trigger .intro_tit .intro_tit01-2 span:nth-child(20) {
  animation-delay: 2.09s;
}
.introduction.trigger .intro_tit .intro_tit01-2 span:nth-child(21) {
  animation-delay: 2.16s;
}
.introduction.trigger .intro_tit .intro_tit01-2 span:nth-child(22) {
  animation-delay: 2.23s;
}
.introduction.trigger .intro_tit .intro_tit01-2 span:nth-child(23) {
  animation-delay: 2.3s;
}
.introduction.trigger .intro_tit .intro_tit01-2 span:nth-child(24) {
  animation-delay: 2.37s;
}
.introduction.trigger .intro_tit .intro_tit01-2 span:nth-child(25) {
  animation-delay: 2.44s;
}
.introduction.trigger .intro_tit .intro_tit01-2 span:nth-child(26) {
  animation-delay: 2.51s;
}
.introduction.trigger .intro_tit .intro_tit01-2 span:nth-child(27) {
  animation-delay: 2.58s;
}
.introduction.trigger .intro_tit .intro_tit01-2 span:nth-child(28) {
  animation-delay: 2.65s;
}
.introduction.trigger .intro_tit .intro_tit01-2 span:nth-child(29) {
  animation-delay: 2.72s;
}
.introduction.trigger .intro_tit .intro_tit01-2 span:nth-child(30) {
  animation-delay: 2.79s;
}
.introduction.trigger .intro_tit .intro_tit02-2 span {
  animation: fade 0.8s ease-out 0.55s 1 normal forwards;
}
.introduction.trigger .intro_tit .intro_tit02-2 span:nth-child(1) {
  animation-delay: 0.62s;
}
.introduction.trigger .intro_tit .intro_tit02-2 span:nth-child(2) {
  animation-delay: 0.69s;
}
.introduction.trigger .intro_tit .intro_tit02-2 span:nth-child(3) {
  animation-delay: 0.76s;
}
.introduction.trigger .intro_tit .intro_tit02-2 span:nth-child(4) {
  animation-delay: 0.83s;
}
.introduction.trigger .intro_tit .intro_tit02-2 span:nth-child(5) {
  animation-delay: 0.9s;
}
.introduction.trigger .intro_tit .intro_tit02-2 span:nth-child(6) {
  animation-delay: 0.97s;
}
.introduction.trigger .intro_tit .intro_tit02-2 span:nth-child(7) {
  animation-delay: 1.04s;
}
.introduction.trigger .intro_tit .intro_tit02-2 span:nth-child(8) {
  animation-delay: 1.11s;
}
.introduction.trigger .intro_tit .intro_tit02-2 span:nth-child(9) {
  animation-delay: 1.18s;
}
.introduction.trigger .intro_tit .intro_tit02-2 span:nth-child(10) {
  animation-delay: 1.25s;
}
.introduction.trigger .intro_tit .intro_tit02-2 span:nth-child(11) {
  animation-delay: 1.32s;
}
.introduction.trigger .intro_tit .intro_tit02-2 span:nth-child(12) {
  animation-delay: 1.39s;
}
.introduction.trigger .intro_tit .intro_tit02-2 span:nth-child(13) {
  animation-delay: 1.46s;
}
.introduction.trigger .intro_tit .intro_tit02-2 span:nth-child(14) {
  animation-delay: 1.53s;
}
.introduction.trigger .intro_tit .intro_tit02-2 span:nth-child(15) {
  animation-delay: 1.6s;
}
.introduction.trigger .intro_tit .intro_tit02-2 span:nth-child(16) {
  animation-delay: 1.67s;
}
.introduction.trigger .intro_tit .intro_tit02-2 span:nth-child(17) {
  animation-delay: 1.74s;
}
.introduction.trigger .intro_tit .intro_tit02-2 span:nth-child(18) {
  animation-delay: 1.81s;
}
.introduction.trigger .intro_tit .intro_tit02-2 span:nth-child(19) {
  animation-delay: 1.88s;
}
.introduction.trigger .intro_tit .intro_tit02-2 span:nth-child(20) {
  animation-delay: 1.95s;
}
.introduction.trigger .intro_tit .intro_tit02-2 span:nth-child(21) {
  animation-delay: 2.02s;
}
.introduction.trigger .intro_tit .intro_tit02-2 span:nth-child(22) {
  animation-delay: 2.09s;
}
.introduction.trigger .intro_tit .intro_tit02-2 span:nth-child(23) {
  animation-delay: 2.16s;
}
.introduction.trigger .intro_tit .intro_tit02-2 span:nth-child(24) {
  animation-delay: 2.23s;
}
.introduction.trigger .intro_tit .intro_tit02-2 span:nth-child(25) {
  animation-delay: 2.3s;
}
.introduction.trigger .intro_tit .intro_tit02-2 span:nth-child(26) {
  animation-delay: 2.37s;
}
.introduction.trigger .intro_tit .intro_tit02-2 span:nth-child(27) {
  animation-delay: 2.44s;
}
.introduction.trigger .intro_tit .intro_tit02-2 span:nth-child(28) {
  animation-delay: 2.51s;
}
.introduction.trigger .intro_tit .intro_tit02-2 span:nth-child(29) {
  animation-delay: 2.58s;
}
.introduction.trigger .intro_tit .intro_tit02-2 span:nth-child(30) {
  animation-delay: 2.65s;
}
.introduction.trigger p {
  animation: fade_up 0.8s ease-out 1.5s 1 normal forwards;
}
@media screen and (min-width: 48em), print {
  .introduction {
    background-size: 37.6rem auto;
    padding: 18.5rem 0;
  }
  .introduction .intro_tit {
    font-size: 6.4rem;
    display: flex;
    justify-content: center;
  }
  .introduction p {
    font-size: 2rem;
    text-align: center;
    margin-top: 0.8rem;
    letter-spacing: 0.01rem;
    line-height: 1.95;
  }
  .introduction.trigger p {
    animation: fade_up 0.8s ease-out 1.8s 1 normal forwards;
  }
}

.treat_nav {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  padding-bottom: 1rem;
}
.treat_nav dl .navtit {
  font-size: 1.7rem;
  color: var(--clr_orange);
  border-bottom: 2px solid var(--clr_orange_light);
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  line-height: 1.25;
  font-weight: 700;
  margin-bottom: 1.5rem;
  opacity: var(--anime-opacity);
}
.treat_nav dl .navtit .txt_small {
  display: block;
  color: var(--clr_txt);
  font-size: 1.2rem;
}
.treat_nav dl .navtit::before {
  content: "";
  display: block;
  border-radius: 10px;
  background-position: center center;
  background-size: 80% auto;
  background-repeat: no-repeat;
  background-color: var(--clr_orange_light);
  width: 5rem;
  height: 5rem;
  margin-right: 1.2rem;
}
.treat_nav dl .navtit.-shunt::before {
  background-image: url("../img/icon_shunt.svg");
}
.treat_nav dl .navtit.-bone::before {
  background-image: url("../img/icon_bone.svg");
}
.treat_nav dl .navtit.-foot::before {
  background-image: url("../img/icon_foot.svg");
}
.treat_nav dl .navtit.-dialysis::before {
  background-image: url("../img/icon_dialysis.svg");
}
.treat_nav dl .navtit.-dermatology::before {
  background-image: url("../img/icon_dermatology.svg");
}
.treat_nav dl .navtit.-treatment::before {
  background-image: url("../img/icon_treatment.svg");
}
.treat_nav dl dd ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}
.treat_nav dl dd ul li {
  width: 100%;
  opacity: var(--anime-opacity);
}
.treat_nav dl dd ul li a {
  background-color: var(--clr_white);
  border-radius: 5px;
  padding: 1.2rem 4rem 1.2rem 1.5rem;
  box-shadow: 2px 2px 2px rgba(var(--rgb_shadow), 0.16);
  background-position: center right 1rem;
  background-size: 3.2rem auto;
  background-repeat: no-repeat;
  background-image: var(--bg-image);
  line-height: 1.4;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: var(--clr_txt) !important;
  transition: 0.2s;
}
@media screen and (min-width: 48em), print {
  .treat_nav dl dd ul li a {
    font-size: 1.6rem;
    min-height: 6rem;
    line-height: 1.2;
    background-size: 5rem auto;
    background-position: center right 0.5rem;
    padding: 0.5rem 6rem 0.5rem 1.5rem;
    position: relative;
  }
  .treat_nav dl dd ul li a::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    border: 2px solid transparent;
    border-radius: 5px;
    pointer-events: none;
    transition: 0.2s;
  }
  .treat_nav dl dd ul li a:hover::after {
    border: 2px solid var(--clr_orange_light);
  }
}
.treat_nav dl dd ul.-col2 {
  gap: 0.6rem;
}
.treat_nav dl dd ul.-col2 li {
  width: calc((100% - 0.6rem) / 2);
}
.treat_nav dl dd ul.-col2 li a {
  background-position: center right 0.7rem;
}
.treat_nav dl.trigger dt {
  animation: fade_up 0.8s ease-out 0.1s 1 normal forwards;
}
.treat_nav dl.trigger dd ul > li {
  animation: fade_up 0.6s ease-out 0.4s 1 normal forwards;
}
.treat_nav dl.trigger dd ul > li:nth-child(1) {
  animation-delay: 0.5s;
}
.treat_nav dl.trigger dd ul > li:nth-child(2) {
  animation-delay: 0.6s;
}
.treat_nav dl.trigger dd ul > li:nth-child(3) {
  animation-delay: 0.7s;
}
.treat_nav dl.trigger dd ul > li:nth-child(4) {
  animation-delay: 0.8s;
}
.treat_nav dl.trigger dd ul > li:nth-child(5) {
  animation-delay: 0.9s;
}
.treat_nav dl.trigger dd ul > li:nth-child(6) {
  animation-delay: 1s;
}
.treat_nav dl.trigger dd ul > li:nth-child(7) {
  animation-delay: 1.1s;
}
.treat_nav dl.trigger dd ul > li:nth-child(8) {
  animation-delay: 1.2s;
}
.treat_nav dl.trigger dd ul > li:nth-child(9) {
  animation-delay: 1.3s;
}
.treat_nav dl.trigger dd ul > li:nth-child(10) {
  animation-delay: 1.4s;
}
.treat_nav dl.trigger dd ul > li:nth-child(11) {
  animation-delay: 1.5s;
}
.treat_nav dl.trigger dd ul > li:nth-child(12) {
  animation-delay: 1.6s;
}
.treat_nav dl.trigger dd ul > li:nth-child(13) {
  animation-delay: 1.7s;
}
.treat_nav dl.trigger dd ul > li:nth-child(14) {
  animation-delay: 1.8s;
}
.treat_nav dl.trigger dd ul > li:nth-child(15) {
  animation-delay: 1.9s;
}
.treat_nav dl.trigger dd ul > li:nth-child(16) {
  animation-delay: 2s;
}
.treat_nav dl.trigger dd ul > li:nth-child(17) {
  animation-delay: 2.1s;
}
.treat_nav dl.trigger dd ul > li:nth-child(18) {
  animation-delay: 2.2s;
}
.treat_nav dl.trigger dd ul > li:nth-child(19) {
  animation-delay: 2.3s;
}
.treat_nav dl.trigger dd ul > li:nth-child(20) {
  animation-delay: 2.4s;
}
.treat_nav dl.trigger dd ul > li:nth-child(21) {
  animation-delay: 2.5s;
}
.treat_nav dl.trigger dd ul > li:nth-child(22) {
  animation-delay: 2.6s;
}
.treat_nav dl.trigger dd ul > li:nth-child(23) {
  animation-delay: 2.7s;
}
.treat_nav dl.trigger dd ul > li:nth-child(24) {
  animation-delay: 2.8s;
}
.treat_nav dl.trigger dd ul > li:nth-child(25) {
  animation-delay: 2.9s;
}
.treat_nav dl.trigger dd ul > li:nth-child(26) {
  animation-delay: 3s;
}
.treat_nav dl.trigger dd ul > li:nth-child(27) {
  animation-delay: 3.1s;
}
.treat_nav dl.trigger dd ul > li:nth-child(28) {
  animation-delay: 3.2s;
}
.treat_nav dl.trigger dd ul > li:nth-child(29) {
  animation-delay: 3.3s;
}
.treat_nav dl.trigger dd ul > li:nth-child(30) {
  animation-delay: 3.4s;
}
.treat_nav dl.trigger dd ul.-col2 > li {
  animation: fade_up 0.6s ease-out 0.4s 1 normal forwards;
}
.treat_nav dl.trigger dd ul.-col2 > li:nth-child(1) {
  animation-delay: 0.5s;
}
.treat_nav dl.trigger dd ul.-col2 > li:nth-child(2) {
  animation-delay: 0.5s;
}
.treat_nav dl.trigger dd ul.-col2 > li:nth-child(3) {
  animation-delay: 0.6s;
}
.treat_nav dl.trigger dd ul.-col2 > li:nth-child(4) {
  animation-delay: 0.6s;
}
.treat_nav dl.trigger dd ul.-col2 > li:nth-child(5) {
  animation-delay: 0.7s;
}
.treat_nav dl.trigger dd ul.-col2 > li:nth-child(6) {
  animation-delay: 0.7s;
}
.treat_nav dl.trigger dd ul.-col2 > li:nth-child(7) {
  animation-delay: 0.8s;
}
.treat_nav dl.trigger dd ul.-col2 > li:nth-child(8) {
  animation-delay: 0.8s;
}
.treat_nav dl.trigger dd ul.-col2 > li:nth-child(9) {
  animation-delay: 0.9s;
}
.treat_nav dl.trigger dd ul.-col2 > li:nth-child(10) {
  animation-delay: 0.9s;
}
.treat_nav dl.trigger dd ul.-col2 > li:nth-child(11) {
  animation-delay: 1s;
}
.treat_nav dl.trigger dd ul.-col2 > li:nth-child(12) {
  animation-delay: 1s;
}
.treat_nav dl.trigger dd ul.-col2 > li:nth-child(13) {
  animation-delay: 1.1s;
}
.treat_nav dl.trigger dd ul.-col2 > li:nth-child(14) {
  animation-delay: 1.1s;
}
.treat_nav dl.trigger dd ul.-col2 > li:nth-child(15) {
  animation-delay: 1.2s;
}
.treat_nav dl.trigger dd ul.-col2 > li:nth-child(16) {
  animation-delay: 1.2s;
}
.treat_nav dl.trigger dd ul.-col2 > li:nth-child(17) {
  animation-delay: 1.3s;
}
.treat_nav dl.trigger dd ul.-col2 > li:nth-child(18) {
  animation-delay: 1.3s;
}
.treat_nav dl.trigger dd ul.-col2 > li:nth-child(19) {
  animation-delay: 1.4s;
}
.treat_nav dl.trigger dd ul.-col2 > li:nth-child(20) {
  animation-delay: 1.4s;
}
.treat_nav dl.trigger dd ul.-col2 > li:nth-child(21) {
  animation-delay: 1.5s;
}
.treat_nav dl.trigger dd ul.-col2 > li:nth-child(22) {
  animation-delay: 1.5s;
}
.treat_nav dl.trigger dd ul.-col2 > li:nth-child(23) {
  animation-delay: 1.6s;
}
.treat_nav dl.trigger dd ul.-col2 > li:nth-child(24) {
  animation-delay: 1.6s;
}
.treat_nav dl.trigger dd ul.-col2 > li:nth-child(25) {
  animation-delay: 1.7s;
}
.treat_nav dl.trigger dd ul.-col2 > li:nth-child(26) {
  animation-delay: 1.7s;
}
.treat_nav dl.trigger dd ul.-col2 > li:nth-child(27) {
  animation-delay: 1.8s;
}
.treat_nav dl.trigger dd ul.-col2 > li:nth-child(28) {
  animation-delay: 1.8s;
}
.treat_nav dl.trigger dd ul.-col2 > li:nth-child(29) {
  animation-delay: 1.9s;
}
.treat_nav dl.trigger dd ul.-col2 > li:nth-child(30) {
  animation-delay: 1.9s;
}
@media screen and (min-width: 48em), print {
  .treat_nav {
    flex-direction: row;
    justify-content: center;
    gap: 0 3.5rem;
  }
  .treat_nav dl {
    width: calc((100% - 7rem) / 3);
  }
  .treat_nav dl .navtit {
    font-size: 3.2rem;
    padding-bottom: 1rem;
    margin-bottom: 3rem;
  }
  .treat_nav dl .navtit .txt_small {
    font-size: 2rem;
  }
  .treat_nav dl .navtit::before {
    width: 9rem;
    height: 9rem;
    border-radius: 15px;
    background-size: 80% auto;
    margin-right: 2rem;
  }
  .treat_nav dl dd ul {
    gap: 1rem;
  }
  .treat_nav dl dd ul.-col2 {
    gap: 1.1rem 0.6rem;
  }
  .treat_nav dl dd ul.-col2 li {
    width: calc((100% - 0.6rem) / 2);
  }
  .treat_nav dl dd ul.-col2 li a {
    background-size: 4.5rem auto;
    padding-right: 5rem;
    background-position: center right 0.5rem;
  }
}

.info {
  margin-top: 4rem;
  margin-bottom: 4rem;
  padding: 1.5rem;
  background: var(--clr_white);
  border-top: 1px solid var(--clr_brown_dark);
  border-bottom: 1px solid var(--clr_brown_dark);
  opacity: var(--anime-opacity);
}
.info .top_tit03 {
  margin-bottom: 1rem;
}
.info dl {
  line-height: 1.4;
}
.info dl dt {
  margin: 0 0 1rem;
  color: var(--clr_orange);
  cursor: pointer;
  font-size: 1.4rem;
  position: relative;
  padding: 1rem 0rem 0 1.8rem;
}
.info dl dt::before {
  font-family: "fontello";
  content: "\e80a";
  font-weight: normal;
  position: absolute;
  top: 1rem;
  left: 0;
  transition: 0.2s;
}
.info dl dt.open::before {
  transform: scale(1, -1);
}
.info dl dd {
  margin: 0 0 1.6rem;
  word-wrap: break-word;
}
.info dl dd:not(:nth-of-type(-n+3)) {
  display: none;
}
.info dl dd a {
  text-decoration: underline;
  color: var(--clr_brown);
}
.info dl dd a:hover {
  text-decoration: none;
}
.info.trigger {
  animation: fade_up 0.8s ease-out 0.1s 1 normal forwards;
}

@media screen and (min-width: 48em), print {
  .info {
    margin-top: 12rem;
    margin-bottom: 12rem;
    padding: 3.5rem 6.5rem;
    display: flex;
    justify-content: space-between;
  }
  .info .top_tit03 {
    width: fit-content;
  }
  .info dl {
    width: 83rem;
  }
  .info dl dt {
    font-size: 2rem;
    margin: 0 0 1rem;
    padding-left: 2rem;
  }
  .info dl dt::before {
    font-size: 85%;
    top: 1.3rem;
  }
  .info dl dd {
    font-size: 1.8rem;
    margin: 0 0 1.6rem;
  }
}
.index_timetable .flex2 > * {
  opacity: var(--anime-opacity);
}
.index_timetable .flex2 > div:nth-of-type(2) {
  margin-top: 1.4rem;
}
.index_timetable .flex2 section ~ section {
  margin-top: 4rem;
}
.index_timetable .flex2 > *.trigger {
  animation: fade_up 0.8s ease-out 0.1s 1 normal forwards;
}
.index_timetable .time_tit04 {
  color: var(--clr_brown_dark);
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid var(--clr_brown_dark);
  font-size: 1.4rem;
}
@media screen and (min-width: 48em), print {
  .index_timetable .time_tit04 {
    font-size: 2.2rem;
    margin-top: 4.5rem;
  }
}

.feature {
  counter-reset: number 0;
  padding: 4rem 0;
}
.feature .feature_flex {
  width: calc(100% - 3rem);
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 3rem 0;
}
.feature .feature_flex > section {
  display: flex;
  flex-direction: column;
  opacity: var(--anime-opacity);
}
.feature .feature_flex > section .feature_tit {
  order: 2;
  color: var(--clr_orange);
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: 0.7rem;
}
.feature .feature_flex > section .feature_content {
  order: 3;
}
.feature .feature_flex > section .feature_content p {
  margin: 0;
}
.feature .feature_flex > section .feature_content .btn {
  margin-top: 1rem;
  background: var(--clr_orange_light);
}
.feature .feature_flex > section .feature_img {
  order: 1;
  width: 100%;
  height: 18rem;
  margin: 0 auto 1.4rem;
  position: relative;
  counter-increment: number 1;
  border-radius: 7px;
  overflow: hidden;
}
.feature .feature_flex > section .feature_img img {
  margin: 0 auto;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.feature .feature_flex > section .feature_img::before {
  font-family: "Oleo Script", serif;
  font-weight: 400;
  font-style: normal;
  color: var(--clr_white);
  position: absolute;
  z-index: 1;
  bottom: 0.7rem;
  right: 1rem;
  line-height: 1;
  font-size: 4rem;
  letter-spacing: 0.1rem;
  display: inline-block;
  content: counter(number, decimal-leading-zero);
}
.feature .feature_flex > section .feature_img::after {
  content: " ";
  width: 10rem;
  height: 10rem;
  position: absolute;
  bottom: 0;
  right: 0;
  background: linear-gradient(135deg, transparent 50%, rgba(var(--rgb_orange_light), 0.6) 50%);
}
.feature .feature_flex > section.trigger {
  animation: fade_up 0.8s ease-out 0.1s 1 normal forwards;
}
@media screen and (min-width: 48em), print {
  .feature {
    padding: 12rem 0;
  }
  .feature .feature_flex {
    width: 100%;
    gap: 3.6rem;
  }
  .feature .feature_flex > section {
    width: calc((100% - 10.8rem) / 4);
  }
  .feature .feature_flex > section .feature_tit {
    font-size: 2.4rem;
    margin-bottom: 0.7rem;
  }
  .feature .feature_flex > section .feature_content p {
    line-height: 1.6;
  }
  .feature .feature_flex > section .feature_content .btn {
    margin-top: 2rem;
  }
  .feature .feature_flex > section .feature_img {
    height: 25rem;
    margin: 0 auto 2rem;
    border-radius: 10px;
  }
  .feature .feature_flex > section .feature_img::before {
    bottom: 0.7rem;
    right: 1rem;
    font-size: 5rem;
  }
  .feature .feature_flex > section .feature_img::after {
    content: " ";
    width: 13rem;
    height: 13rem;
  }
  .feature .feature_flex > section:nth-of-type(even) {
    margin-top: 10rem;
  }
  .feature .feature_flex.trigger > section {
    animation: fade_up 1s ease-out 0.1s 1 normal forwards;
  }
  .feature .feature_flex.trigger > section:nth-child(1) {
    animation-delay: 0.25s;
  }
  .feature .feature_flex.trigger > section:nth-child(2) {
    animation-delay: 0.4s;
  }
  .feature .feature_flex.trigger > section:nth-child(3) {
    animation-delay: 0.55s;
  }
  .feature .feature_flex.trigger > section:nth-child(4) {
    animation-delay: 0.7s;
  }
  .feature .feature_flex.trigger > section:nth-child(5) {
    animation-delay: 0.85s;
  }
  .feature .feature_flex.trigger > section:nth-child(6) {
    animation-delay: 1s;
  }
  .feature .feature_flex.trigger > section:nth-child(7) {
    animation-delay: 1.15s;
  }
  .feature .feature_flex.trigger > section:nth-child(8) {
    animation-delay: 1.3s;
  }
  .feature .feature_flex.trigger > section:nth-child(9) {
    animation-delay: 1.45s;
  }
  .feature .feature_flex.trigger > section:nth-child(10) {
    animation-delay: 1.6s;
  }
}

.tab_ul {
  display: flex;
  gap: 0.4rem;
}
.tab_ul > li {
  width: 6em;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}
.tab_ul > li a {
  display: block;
  width: 100%;
  text-align: center;
  padding: 0.1rem;
  font-size: 1.4rem;
  color: var(--clr_white);
  background: var(--clr_blue_dark03);
}
.tab_ul > li a.active {
  background: var(--clr_blue_dark02);
}
@media screen and (min-width: 48em), print {
  .tab_ul {
    gap: 1rem;
  }
  .tab_ul > li {
    width: 10rem;
  }
  .tab_ul > li a {
    font-size: 2.2rem;
  }
}

.tab_area {
  display: none;
}
.tab_area.active {
  display: block;
}

.caledit {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
}
.caledit tr th {
  text-align: center;
  background: var(--clr_blue_dark02);
  color: var(--clr_white);
  font-size: 1.55rem;
  line-height: 1.2;
  padding: 0.7rem 0 0;
}
.caledit tr td {
  border-bottom: 1px solid var(--clr_blue_dark02);
  background: var(--clr_white);
  text-align: center;
  vertical-align: middle;
  font-size: 1.4rem;
  padding: 0.6rem 0;
  box-shadow: inset 0 0 0 0.6rem var(--clr_white);
  cursor: default;
}
.caledit tr td .shortTitle {
  font-size: 1rem;
}
.caledit tr td .today {
  font-weight: 700;
}
.caledit tr td.open {
  background: var(--clr_blue_light03);
}
.caledit tr td.notTheMonth {
  color: var(--clr_gray_light);
}
.caledit tr.week th {
  font-size: 1.1rem;
  padding: 0.5rem 0;
}
@media screen and (min-width: 48em), print {
  .caledit tr th {
    font-size: 2.6rem;
    padding: 0.7rem 0 0;
  }
  .caledit tr td {
    font-size: 2.2rem;
    padding: 1rem 0;
    box-shadow: inset 0 0 0 1rem var(--clr_white);
  }
  .caledit tr.week th {
    font-size: 2rem;
    padding: 0.5rem 0;
  }
}

.status {
  display: flex;
  margin-top: 0.5rem;
}
.status li {
  display: flex;
  align-items: center;
}
.status li::before {
  display: inline-block;
  content: "";
  width: 1.2em;
  height: 1.2em;
}
.status li:not(:last-child) {
  margin-right: 1rem;
}
.status li.open::before {
  background: var(--clr_blue_light03);
  border: 1px solid var(--clr_blue_dark02);
  margin-right: 0.5rem;
}
@media screen and (min-width: 48em), print {
  .status li::before {
    width: 2.7rem;
    height: 2.7rem;
    transform: translateY(1px);
  }
}

@media screen and (min-width: 48em), print {
  section:has(.caledit) {
    min-height: 64rem;
  }
}
.slider {
  padding: 4rem 0;
  opacity: var(--anime-opacity);
}
.slider .loopslider {
  width: 100%;
  height: 13.25rem;
  position: relative;
  overflow: hidden;
}
.slider .loopslider ul {
  height: 100%;
  display: inline;
  overflow: hidden;
}
.slider .loopslider ul li {
  width: 22.25rem;
  height: 100%;
  display: inline-block;
  border-radius: 10px;
  overflow: hidden;
  padding-right: 1rem;
}
.slider .loopslider ul li img {
  border-radius: 10px;
}
.slider.trigger {
  animation: fade 1s ease-out 0.1s 1 normal forwards;
}

@media screen and (min-width: 48em), print {
  .slider {
    padding: 10.5rem 0;
  }
  .slider .loopslider {
    height: 53rem;
  }
  .slider .loopslider ul li {
    width: 88rem;
    padding-right: 3rem;
    border-radius: 20px;
  }
  .slider .loopslider ul li img {
    border-radius: 20px;
  }
}
.section_dialysis {
  background: var(--clr_orange_light02);
  overflow: hidden;
}
.section_dialysis .slider {
  padding-top: 0;
}

.section_dermatology {
  background: var(--clr_blue_light02);
  overflow: hidden;
}
.section_dermatology .top_tit02 {
  color: var(--clr_blue_dark);
  background-image: url("../img/index_section-blue.webp");
  background-position: left top;
}
.section_dermatology .top_tit02::before {
  background-image: url("../img/mark_dermatology.svg");
}
.section_dermatology .top_tit02::after {
  color: var(--clr_blue_light);
}
.section_dermatology .top_tit03 {
  color: var(--clr_blue_dark);
}
.section_dermatology .top_tit03:after {
  background-image: url("../img/top_tit03-blue.svg");
}
.section_dermatology .introduction {
  background-image: url("../img/index_introduction_dermatology.png");
  background-size: 55% auto;
}
.section_dermatology .introduction .intro_tit {
  color: var(--clr_blue);
}
.section_dermatology .info {
  border-color: var(--clr_gray);
  margin-top: 0;
}
.section_dermatology .info dl dt {
  color: var(--clr_blue);
}
.section_dermatology .index_timetable .time_tit04 {
  color: var(--clr_blue_dark02);
  border-color: var(--clr_blue_dark02);
}
.section_dermatology .feature .feature_flex .feature_tit {
  color: var(--clr_blue);
}
.section_dermatology .feature .feature_flex .feature_content .btn {
  background: var(--clr_blue_light);
}
.section_dermatology .feature .feature_flex .feature_img::after {
  background: linear-gradient(135deg, transparent 50%, rgba(var(--rgb_blue_light), 0.6) 50%);
}
.section_dermatology .treat_nav .navtit {
  color: var(--clr_blue);
  border-color: var(--clr_blue_light);
}
.section_dermatology .treat_nav .navtit::before {
  background-color: var(--clr_blue_light);
}
.section_dermatology .treat_nav dd ul li a:hover::after {
  border: 2px solid var(--clr_blue_light);
}
.section_dermatology .btn_price {
  margin: 3rem auto;
  text-align: center;
}
.section_dermatology .btn_price .btn {
  margin-inline: auto;
  min-width: 50%;
  padding-right: 3rem;
  padding-left: 3rem;
}
@media screen and (min-width: 48em), print {
  .section_dermatology .top_tit02 {
    background-position: center top;
  }
  .section_dermatology .introduction {
    background-size: 33rem auto;
    padding: 17rem 0 19rem;
  }
  .section_dermatology .introduction p {
    font-size: 2.2rem;
  }
  .section_dermatology .info {
    margin-bottom: 12rem;
  }
  .section_dermatology .feature {
    padding: 8rem 0 12rem;
  }
  .section_dermatology .treat_nav {
    padding-bottom: 0;
  }
  .section_dermatology .treat_nav .navtit {
    font-size: 2.6rem;
  }
  .section_dermatology .btn_price {
    margin: 5rem auto;
  }
  .section_dermatology .btn_price .btn {
    min-width: 27.3rem;
    padding-right: 4.5rem;
    padding-left: 4.5rem;
  }
}

body:not(.index) .main {
  margin: 0 1rem 6rem;
}
body:not(.index) .main a:not([class*=btn], [href*="tel:"], [class*=rsv]) {
  text-decoration: underline;
  color: var(--clr_brown);
}
body:not(.index) .main a:not([class*=btn], [href*="tel:"], [class*=rsv]):hover {
  text-decoration: none;
}
@media screen and (min-width: 48em), print {
  body:not(.index) .main {
    width: calc(1200px - 10rem);
    margin: 0 auto 8rem;
  }
}

body {
  --clr_main: var(--clr_orange);
  --clr_box: var(--clr_orange_light05);
  --clr_lst: var(--clr_orange_light03);
  --clr_num: var(--clr_orange_light);
  --clr_tbl: var(--clr_orange_light04);
}
body.-page_dialysis {
  --clr_main: var(--clr_orange);
  --clr_box: var(--clr_orange_light05);
  --clr_lst: var(--clr_orange_light03);
  --clr_num: var(--clr_orange_light);
  --clr_tbl: var(--clr_orange_light04);
}
body.-page_dermatology {
  --clr_main: var(--clr_blue);
  --clr_box: var(--clr_blue_light05);
  --clr_lst: var(--clr_blue_light06);
  --clr_num: var(--clr_blue_light);
  --clr_tbl: var(--clr_blue_light04);
}
body .box {
  background: var(--clr_box);
}
body .lst_ul > li::before {
  color: var(--clr_lst);
}
body .lst_ol > li::before {
  color: var(--clr_num);
}
body .lst_dl dt {
  background: var(--clr_tbl);
}
body .flow_ol > li {
  border-color: var(--clr_main);
  position: relative;
}
body .flow_ol > li:not(:last-child) {
  margin: 0 0 6rem;
}
body .flow_ol > li:not(:last-child)::after {
  display: block;
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  bottom: -5rem;
  left: 0;
  right: 0;
  border-top: 1.7rem solid var(--clr_orange);
  border-right: 3.5rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-left: 3.5rem solid transparent;
  margin: auto;
}
@media screen and (min-width: 48em), print {
  body .flow_ol > li:not(:last-child) {
    margin: 0 0 10rem;
  }
  body .flow_ol > li:not(:last-child)::after {
    bottom: -7.5rem;
    border-top: 3.5rem solid var(--clr_orange);
    border-right: 10.5rem solid transparent;
    border-left: 10.5rem solid transparent;
  }
}
body .flow_ol > li .flow_tit {
  color: var(--clr_main);
}
body .tbl tr th {
  background: var(--clr_tbl);
}

.breadcrumb {
  display: flex;
  font-size: 1.2rem;
  margin: 0 1rem 4rem;
  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: 48em), print {
  .breadcrumb {
    font-size: 1.8rem;
    width: 1200px;
    margin: 0 auto 8rem;
    white-space: inherit;
    overflow-x: inherit;
  }
  .breadcrumb li:not(:first-child)::before {
    margin: 0 0.8rem;
  }
  .breadcrumb li a:hover {
    text-decoration: underline !important;
  }
}
.doctor .dr_name {
  text-align: right;
}
.doctor .dr_name span {
  display: block;
}

.gallery {
  width: 85%;
  margin: auto;
  visibility: hidden;
  --clr_gallery: var(--clr_orange);
  --rgb_gallery: var(--rgb_orange);
}
.gallery.-blue {
  --clr_gallery: var(--clr_blue);
  --rgb_gallery: var(--rgb_blue);
}
.gallery .gallery_slider div {
  position: relative;
}
.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);
}
.gallery .gallery_slider div .slick-current .cap {
  opacity: 1;
  transition-delay: 0.5s;
  background: rgba(var(--rgb_gallery), 0.8);
}
.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: "\f006";
  color: var(--clr_gallery);
  font-size: 3rem;
}
.gallery .gallery_slider .slick-arrow.slick-next {
  right: -2.5rem;
}
.gallery .gallery_slider .slick-arrow.slick-prev {
  left: -2.5rem;
}
.gallery .gallery_slider .slick-arrow.slick-prev::before {
  font-family: "fontello";
  content: "\f007";
}
.gallery .gallery_slider .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  margin: 0.5rem auto 0.8rem;
}
.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_gallery);
}
.gallery .gallery_slider .slick-dots li button:hover, .gallery .gallery_slider .slick-dots li button:focus {
  opacity: 0.8;
}
.gallery .gallery_slider .slick-dots li.slick-active button {
  opacity: 0.75;
}
.gallery .gallery_thum div img {
  cursor: pointer;
  border: 2px solid transparent;
}
.gallery .gallery_thum .slick-current div img {
  border: 2px solid var(--clr_gallery);
}
.gallery.-access .gallery_slider div .cap {
  font-size: 90%;
  line-height: 1.35;
}
@media screen and (min-width: 48em), print {
  .gallery {
    width: 75rem;
    margin: auto;
  }
  .gallery .gallery_slider {
    font-size: 1.6em;
  }
  .gallery .gallery_slider .slick-arrow {
    width: 5rem;
    height: 5rem;
    top: 43%;
  }
  .gallery .gallery_slider .slick-arrow::before {
    font-size: 5rem;
  }
  .gallery .gallery_slider .slick-arrow.slick-next {
    right: -6rem;
  }
  .gallery .gallery_slider .slick-arrow.slick-prev {
    left: -6rem;
  }
  .gallery .gallery_slider .slick-dots {
    bottom: 5rem;
    margin: 1rem auto 1.4rem;
  }
  .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 div img {
    cursor: pointer;
    border: 4px solid transparent;
  }
  .gallery .gallery_thum .slick-track .slick-slide.slick-current div img {
    border: 4px solid var(--clr_gallery);
  }
  .gallery.-few .gallery_thum .slick-track {
    transform: translate3d(0px, 0px, 0px) !important;
  }
  .gallery.-access .gallery_slider div .cap {
    padding: 0.8rem 1rem;
  }
}

.device li {
  margin: 0 0 2rem;
  text-align: center;
}
.device li img {
  margin: 0 auto 0.6rem;
  max-width: 80%;
}

@media screen and (min-width: 48em), print {
  .device {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .device li {
    width: calc((100% - 4rem) / 3);
    margin-bottom: 2rem;
  }
  .device li:not(:nth-child(3n)) {
    margin-right: 2rem;
  }
  .device li img {
    margin: 0 auto 1rem;
    max-width: 100%;
  }
}
.first .first_flex .img {
  max-width: 80%;
  margin: 1rem auto;
}
.first .first_flex .img img {
  border-radius: 5px;
}

@media screen and (min-width: 48em), print {
  .first .first_flex {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
  }
  .first .first_flex .img {
    max-width: 35%;
    margin: 0 0 0 auto;
  }
  .first .first_flex .img img {
    border-radius: 10px;
  }
}
.access .main .acs_dl dd {
  margin-bottom: 2rem;
}
.access .main .gmap {
  height: 30rem;
  margin: 2rem 0;
}
@media screen and (min-width: 48em), print {
  .access .main .tbl_time {
    font-size: 2rem;
  }
  .access .main .acs_flex {
    display: flex;
    justify-content: space-between;
  }
  .access .main .acs_flex > div, .access .main .acs_flex > section, .access .main .acs_flex > dl {
    width: 48%;
  }
  .access .main .acs_flex .acs_dl dd {
    margin-bottom: 4rem;
  }
  .access .main .gmap {
    margin: 4rem 0 0;
    height: 50rem;
  }
}/*# sourceMappingURL=style.css.map */