@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%;
}

body {
  overflow-wrap: break-word;
}

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

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;
}

:root {
  --clr_txt: #111;
  --rgb_txt: 17,17, 17;
  --clr_red: #E26D69;
  --rgb_red: 226,109, 105;
  --clr_gray: #E6E6E6;
  --rgb_gray: 230,230, 230;
  --clr_gray_dark01: #82847C;
  --rgb_gray_dark01: 130,132, 124;
  --clr_gray_dark02: #505050;
  --rgb_gray_dark02: 80,80, 80;
  --clr_gray_light: #F6F6F6;
  --rgb_gray_light: 246,246, 246;
  --clr_yellow: #FFF9AF;
  --rgb_yellow: 255,249, 175;
  --clr_yellow_dark: #C9BF3D;
  --rgb_yellow_dark: 201,191, 61;
  --clr_yellow_light: #FFF78E;
  --rgb_yellow_light: 255,247, 142;
  --clr_green_main: #3FA037;
  --rgb_green_main: 63,160, 55;
  --clr_green: #F5FFDC;
  --rgb_green: 245,255, 220;
  --clr_green_dark01: #336600;
  --rgb_green_dark01: 51,102, 0;
  --clr_green_dark02: #389230;
  --rgb_green_dark02: 56,146, 48;
  --clr_green_dark03: #4F7D21;
  --rgb_green_dark03: 79,125, 33;
  --clr_green_dark04: #57B24F;
  --rgb_green_dark04: 87,178, 79;
  --clr_green_light01: #E9FEBA;
  --rgb_green_light01: 233,254, 186;
  --clr_green_light02: #DDF6A0;
  --rgb_green_light02: 221,246, 160;
  --clr_green_light03: #B5E447;
  --rgb_green_light03: 181,228, 71;
  --clr_green_light04: #CAE58C;
  --rgb_green_light04: 202,229, 140;
  --breakpoint: 576px;
}

@font-face {
  font-family: "fontello";
  src: url("fontello/font/fontello.woff2") format("woff2");
  font-display: fallback;
}
/*@mixin mincho($weight: 500) {
  font-family: "Noto Serif JP", serif;
  font-weight: $weight;
  font-style: normal;
}*/
.cf::before,
.cf::after {
  content: "";
  display: block;
}

.cf::after {
  clear: both;
}

.fl_l {
  float: left;
}

.fl_r {
  float: right;
}

p {
  margin: 0 0 1em;
}

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

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

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

.bold {
  font-weight: bold;
}

.font_l {
  font-size: 120%;
}

.font_s {
  font-size: 80%;
}

.fc_red {
  color: var(--clr_red);
}

.fc_green {
  color: var(--clr_green_dark01);
}

.img_c {
  margin: 1rem auto;
}

.img_l,
.img_r {
  max-width: 80%;
  margin: 1rem auto;
}

img.tate {
  max-width: 60%;
}

@media screen and (width >= 36em), print {
  .img_l {
    float: left;
    margin: 0 3rem 2rem 0;
  }
  .img_r {
    float: right;
    margin: 0 0 2rem 3rem;
  }
  img.tate {
    max-width: 25% !important;
  }
}
.sp_n {
  display: none;
}

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

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

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

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

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

.main > section ~ section,
.flex2 > section ~ section {
  margin-top: 5rem;
}
.main > section > section ~ section,
.main > .flex2 > section ~ section,
.flex2 > section > section ~ section,
.flex2 > .flex2 > section ~ section {
  margin-top: 4rem;
}
.main > section > section > section ~ section,
.main > section > .flex2 > section ~ section,
.main > .flex2 > section > section ~ section,
.main > .flex2 > .flex2 > section ~ section,
.flex2 > section > section > section ~ section,
.flex2 > section > .flex2 > section ~ section,
.flex2 > .flex2 > section > section ~ section,
.flex2 > .flex2 > .flex2 > section ~ section {
  margin-top: 3rem;
}
.main > section > section > section > section ~ section,
.main > section > section > .flex2 > section ~ section,
.main > section > .flex2 > section > section ~ section,
.main > section > .flex2 > .flex2 > section ~ section,
.main > .flex2 > section > section > section ~ section,
.main > .flex2 > section > .flex2 > section ~ section,
.main > .flex2 > .flex2 > section > section ~ section,
.main > .flex2 > .flex2 > .flex2 > section ~ section,
.flex2 > section > section > section > section ~ section,
.flex2 > section > section > .flex2 > section ~ section,
.flex2 > section > .flex2 > section > section ~ section,
.flex2 > section > .flex2 > .flex2 > section ~ section,
.flex2 > .flex2 > section > section > section ~ section,
.flex2 > .flex2 > section > .flex2 > section ~ section,
.flex2 > .flex2 > .flex2 > section > section ~ section,
.flex2 > .flex2 > .flex2 > .flex2 > section ~ section {
  margin-top: 3rem;
}

@media screen and (width >= 36em), print {
  .mt00 {
    margin-top: 0rem !important;
  }
  .mt10 {
    margin-top: 2.4rem !important;
  }
  .mt20 {
    margin-top: 4.8rem !important;
  }
  .mt30 {
    margin-top: 7.2rem !important;
  }
  .mt40 {
    margin-top: 9.6rem !important;
  }
  .main > section ~ section,
  .flex2 > section ~ section {
    margin-top: 9rem;
  }
  .main > section > section ~ section,
  .main > .flex2 > section ~ section,
  .flex2 > section > section ~ section,
  .flex2 > .flex2 > section ~ section {
    margin-top: 7rem;
  }
  .main > section > section > section ~ section,
  .main > section > .flex2 > section ~ section,
  .main > .flex2 > section > section ~ section,
  .main > .flex2 > .flex2 > section ~ section,
  .flex2 > section > section > section ~ section,
  .flex2 > section > .flex2 > section ~ section,
  .flex2 > .flex2 > section > section ~ section,
  .flex2 > .flex2 > .flex2 > section ~ section {
    margin-top: 5rem;
  }
  .main > section > section > section > section ~ section,
  .main > section > section > .flex2 > section ~ section,
  .main > section > .flex2 > section > section ~ section,
  .main > section > .flex2 > .flex2 > section ~ section,
  .main > .flex2 > section > section > section ~ section,
  .main > .flex2 > section > .flex2 > section ~ section,
  .main > .flex2 > .flex2 > section > section ~ section,
  .main > .flex2 > .flex2 > .flex2 > section ~ section,
  .flex2 > section > section > section > section ~ section,
  .flex2 > section > section > .flex2 > section ~ section,
  .flex2 > section > .flex2 > section > section ~ section,
  .flex2 > section > .flex2 > .flex2 > section ~ section,
  .flex2 > .flex2 > section > section > section ~ section,
  .flex2 > .flex2 > section > .flex2 > section ~ section,
  .flex2 > .flex2 > .flex2 > section > section ~ section,
  .flex2 > .flex2 > .flex2 > .flex2 > section ~ section {
    margin-top: 5rem;
  }
}
/* マージン -------------------------------------- */
.mb_00 {
  margin-bottom: 0 !important;
}

.mb_05 {
  margin-bottom: 0.5rem !important;
}

.mb_10 {
  margin-bottom: 1rem !important;
}

.mb_15 {
  margin-bottom: 1.5rem !important;
}

.mb_20 {
  margin-bottom: 2rem !important;
}

.mb_25 {
  margin-bottom: 2.5rem !important;
}

.mb_30 {
  margin-bottom: 3rem !important;
}

.mb_35 {
  margin-bottom: 3.5rem !important;
}

.mb_40 {
  margin-bottom: 4rem !important;
}

.mb_45 {
  margin-bottom: 4.5rem !important;
}

.mb_50 {
  margin-bottom: 5rem !important;
}

.mlr_auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

/* マージンPC -------------------------------------- */
@media screen and (width >= 36em), print {
  .mb_05_pc {
    margin-bottom: 0.5rem !important;
  }
  .mb_10_pc {
    margin-bottom: 1rem !important;
  }
  .mb_15_pc {
    margin-bottom: 1.5rem !important;
  }
  .mb_20_pc {
    margin-bottom: 2rem !important;
  }
  .mb_25_pc {
    margin-bottom: 2.5rem !important;
  }
  .mb_30_pc {
    margin-bottom: 3rem !important;
  }
  .mb_35_pc {
    margin-bottom: 3.5rem !important;
  }
  .mb_40_pc {
    margin-bottom: 4rem !important;
  }
  .mb_45_pc {
    margin-bottom: 4.5rem !important;
  }
  .mb_50_pc {
    margin-bottom: 5rem !important;
  }
  .mlr_auto_pc {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
/* 幅 -------------------------------------- */
.w_10 {
  width: 10% !important;
}

.w_15 {
  width: 15% !important;
}

.w_20 {
  width: 20% !important;
}

.w_25 {
  width: 25% !important;
}

.w_30 {
  width: 30% !important;
}

.w_35 {
  width: 35% !important;
}

.w_40 {
  width: 40% !important;
}

.w_45 {
  width: 45% !important;
}

.w_50 {
  width: 50% !important;
}

.w_55 {
  width: 55% !important;
}

.w_60 {
  width: 60% !important;
}

.w_65 {
  width: 65% !important;
}

.w_70 {
  width: 70% !important;
}

.w_75 {
  width: 75% !important;
}

.w_80 {
  width: 80% !important;
}

.w_85 {
  width: 85% !important;
}

.w_90 {
  width: 90% !important;
}

.w_95 {
  width: 95% !important;
}

.w_100 {
  width: 100% !important;
}

/* 幅PC -------------------------------------- */
@media screen and (width >= 36em), print {
  .w_10_pc {
    width: 10% !important;
  }
  .w_15_pc {
    width: 15% !important;
  }
  .w_20_pc {
    width: 20% !important;
  }
  .w_25_pc {
    width: 25% !important;
  }
  .w_30_pc {
    width: 30% !important;
  }
  .w_35_pc {
    width: 35% !important;
  }
  .w_40_pc {
    width: 40% !important;
  }
  .w_45_pc {
    width: 45% !important;
  }
  .w_50_pc {
    width: 50% !important;
  }
  .w_55_pc {
    width: 55% !important;
  }
  .w_60_pc {
    width: 60% !important;
  }
  .w_65_pc {
    width: 65% !important;
  }
  .w_70_pc {
    width: 70% !important;
  }
  .w_75_pc {
    width: 75% !important;
  }
  .w_80_pc {
    width: 80% !important;
  }
  .w_85_pc {
    width: 85% !important;
  }
  .w_90_pc {
    width: 90% !important;
  }
  .w_95_pc {
    width: 95% !important;
  }
  .w_100_pc {
    width: 100% !important;
  }
  .w_68_pc {
    width: 68% !important;
  }
}
.tbl_time {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin: 0 0 2rem;
  background: var(--clr_green_light03);
}
.tbl_time caption {
  caption-side: top;
  text-align: left;
  margin-bottom: 0.5em;
}
.tbl_time caption::first-letter {
  color: var(--clr_green_dark01);
}
.tbl_time.internal {
  background: var(--clr_gray);
}
.tbl_time.dermatology {
  background: var(--clr_green_light02);
}
.tbl_time tr th[scope=col] {
  padding: 1rem 0;
  font-size: 90%;
  line-height: 1.4;
  text-align: center;
  font-weight: normal;
}
.tbl_time tr th[scope=col]:first-child {
  width: 35%;
}
.tbl_time tr th[scope=row] {
  font-weight: normal;
  line-height: 1.4;
  border-top: 1px solid #fff;
}
.tbl_time tr td {
  text-align: center;
  padding: 1rem 0.4rem;
  border-top: 1px solid #fff;
  line-height: 1.4;
  color: var(--clr_green_dark01);
  font-size: 80%;
}
@media screen and (width >= 36em), print {
  .tbl_time {
    table-layout: fixed;
    font-size: clamp(1.2rem, 0.8185rem + 0.662vw, 1.6rem);
    margin: 0 0 2.5rem;
  }
  .tbl_time caption {
    font-size: clamp(1.4rem, 1.0185rem + 0.662vw, 1.8rem);
  }
  .tbl_time tr th[scope=col] {
    padding: 0;
    height: 4.4rem;
  }
  .tbl_time tr th[scope=col]:first-child {
    width: 30%;
  }
  .tbl_time tr td {
    padding: 0;
    height: 4.4rem;
  }
}
.gmap {
  width: 100%;
}

.letwbr, .tit_02 {
  white-space: pre-wrap;
  word-break: keep-all;
}

.tit_02 {
  font-size: 2.2rem;
  line-height: 1.4;
  letter-spacing: 0.03em;
  text-indent: 0.03em;
  margin: 0 0 1.5rem;
  font-weight: 500;
  background: url(../img/h2.png) no-repeat left center;
  background-size: 2rem auto;
  color: var(--clr_green_dark01);
  padding-left: 2.5rem;
}

@media screen and (width >= 36em), print {
  .tit_02 {
    font-size: clamp(2.6rem, 2.2185rem + 0.662vw, 3rem);
    margin: 0 auto 2.3rem;
    background-size: auto;
    padding-left: 4.4rem;
  }
}
.list_maru {
  line-height: 1.4;
  margin: 1rem 0;
}
.list_maru > li {
  padding: 0 0 0 1.4em;
  position: relative;
}
.list_maru > li:not(:last-child) {
  margin: 0 0 1rem;
}
.list_maru > li::before {
  content: "●";
  color: var(--clr_green_main);
  position: absolute;
  left: 0;
}
.list_maru.kome > li::before {
  content: "※";
  color: inherit;
}

.list_sim {
  line-height: 1.4;
  margin: 0 0 0 2rem;
}
.list_sim > li {
  list-style: disc;
}
.list_sim > li:not(:last-child) {
  margin: 0 0 1rem;
}
.list_sim > li::marker {
  color: var(--clr_green_main);
}

.list_num {
  line-height: 1.4;
  counter-reset: number 0;
  margin: 1rem 0;
}
.list_num > li {
  counter-increment: number 1;
  padding: 0 0 0 1.8em;
  position: relative;
}
.list_num > li:not(:last-child) {
  margin: 0 0 1rem;
}
.list_num > li::before {
  display: inline-block;
  content: counter(number, decimal-leading-zero) ".";
  color: var(--clr_txt);
  position: absolute;
  left: 0;
}

/* link -------------------------------------- */
ul.list_lnk {
  padding: 0;
}
ul.list_lnk li {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 0.8rem;
}
ul.list_lnk li::before {
  font-family: "fontello";
  font-weight: 400;
  content: "\e815";
  padding-right: 0.3rem;
  font-weight: bold;
  color: var(--clr_green_main);
}
ul.list_lnk a {
  color: var(--clr_link);
}

/* ページ内リンク -------------------------------------- */
ul.list_pl li {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 8px;
}
ul.list_pl a::before {
  font-family: "fontello";
  font-weight: 400;
  content: "\e814";
  padding-right: 5px;
  font-weight: bold;
  color: var(--clr_green_main);
}

@media screen and (width >= 36em), print {
  ul.list_pl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  ul.list_pl li {
    width: 33%;
  }
  ul.list_pl::after {
    content: "";
    display: block;
    width: 33%;
  }
}
/* チェックボックス -------------------------- */
ul.list_check {
  padding: 0;
  margin: 0 0 1rem;
}
ul.list_check li {
  list-style-type: none;
  margin: 0 0 0.8rem 0;
  padding-left: 1.5em;
  position: relative;
}
ul.list_check li::before {
  position: absolute;
  font-family: "fontello";
  font-weight: 400;
  content: "\e80e";
  left: 0;
  color: var(--clr_main);
}

p.kome {
  padding: 0 0 0 1.2em;
  position: relative;
}
p.kome::before {
  content: "※";
  position: absolute;
  left: 0;
}

/* 流れ図 -------------------------------------- */
ol.list_flow {
  list-style: none;
  padding: 0;
  margin: 0;
}
ol.list_flow > li {
  border: 0.2rem solid var(--clr_green_dark01);
  border-radius: 0.5rem;
  margin-bottom: 4rem;
  padding: 1rem 1rem;
  position: relative;
}
ol.list_flow > li dt {
  font-size: 120%;
  margin-bottom: 0.5rem;
  color: var(--clr_green_main);
}
ol.list_flow > li *:last-child {
  margin-bottom: 0 !important;
}
ol.list_flow > li::after {
  background: var(--clr_green_dark01);
  content: "";
  display: block;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  left: 0;
  right: 0;
  bottom: -3.25rem;
  margin: auto;
  position: absolute;
  width: 5rem;
  height: 2rem;
}
ol.list_flow > li:last-child::after {
  /*最後の▼を外す*/
  display: none;
}

@media screen and (width >= 36em), print {
  ol.list_flow > li {
    padding: 3rem 3.5rem 3.5rem;
    margin-bottom: 9rem;
  }
  ol.list_flow > li::after {
    width: 20rem;
    height: 3.3rem;
    bottom: -6.5rem;
  }
  ol.list_flow > li dt {
    font-size: 2.6rem;
    margin-bottom: 1rem;
  }
}
/* -----------------------------------------------------------
　定義リスト
----------------------------------------------------------- */
/* 経歴 -------------------------------------- */
.dl_career dd {
  margin: 0 0 1em 5px;
}

@media screen and (width >= 36em), print {
  .dl_career {
    display: flex;
    flex-wrap: wrap;
  }
  .dl_career dt {
    width: 4em;
  }
  .dl_career dd {
    width: calc(100% - 5em);
  }
}
/* dtシンプル -------------------------------------- */
.dl_sim {
  margin: 0 auto 1.5rem;
}
.dl_sim > dt {
  font-weight: bold;
  margin-bottom: 0.7rem;
  font-size: 110%;
}
.dl_sim > dd {
  margin-bottom: 2rem;
}

/* dtに二重線 -------------------------------------- */
.dl_def {
  margin: 2rem auto;
}
.dl_def > dt {
  border-bottom: double 3px var(--clr_green_main);
  margin: 1.5em 0 0.7em;
  padding-bottom: 0.4em;
  font-size: 110%;
  font-weight: 500;
}
.dl_def > dt:first-child {
  margin-top: 0;
}
.dl_def > dd {
  margin-bottom: 1.5rem;
}
.dl_def > dd ul.list_maru li::before {
  color: var(--clr_green_main);
}

.dl_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  border-left: 0.1rem solid #ccc;
  border-right: 0.1rem solid #ccc;
  border-top: 0.1rem solid #ccc;
  padding: 0;
}
.dl_flex dt,
.dl_flex dd {
  border-bottom: 0.1rem solid #ccc;
  margin: 0;
  padding: 0.5rem;
}
.dl_flex dt {
  background: var(--clr_green_light02);
}

@media screen and (width >= 36em), print {
  .dl_flex dt,
  .dl_flex dd {
    padding: 1.5rem;
  }
}
.flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem 4rem;
}

.flex3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex3 > li {
  width: 46%;
}

@media screen and (width >= 36em), print {
  .flex {
    gap: 1rem 5rem;
  }
  .flex_LRTB {
    display: flex;
    flex-wrap: wrap;
  }
  .flex_LRTB.center {
    justify-content: center;
  }
  /* PCで右→左に配置／SPで上→下に配置 */
  .flex_RLTB {
    display: flex;
    display: -webkit-flex;
    flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    flex-wrap: wrap;
  }
  .flex_RLTB.half,
  .flex_LRTB.half {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .flex_RLTB.half > *,
  .flex_LRTB.half > * {
    width: 48%;
    margin-bottom: 0;
  }
  .flex_RLTB.half > figure.w30,
  .flex_LRTB.half > figure.w30 {
    width: 30% !important;
    margin-right: 2%;
  }
  .flex_RLTB.half > figure + ul,
  .flex_LRTB.half > figure + ul {
    width: 68% !important;
  }
  .flex_LRTB.third > * {
    width: 32%;
  }
  .flex_LRTB.third::after {
    content: "";
    display: block;
    width: 32%;
    height: 0.1rem;
  }
  .flex_LRTB.fourth > * {
    width: 24%;
  }
  .flex_LRTB.fourth::after {
    content: "";
    display: block;
    width: 24%;
    height: 0.1rem;
  }
}
.tel {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 0 0.6rem;
  line-height: 1;
  color: var(--clr_green_main);
}
.tel::before {
  font-family: "fontello";
  font-weight: 400;
  content: "\e80b";
  font-size: 80%;
  margin: 0.4rem 0 0;
}

.box_01 {
  padding: 1.6rem;
  background: var(--clr_green_light02);
}
@media screen and (width >= 36em), print {
  .box_01 {
    padding: 3rem;
  }
}

.box_02 {
  padding: 1.6rem;
  background: var(--clr_green_light04);
}
@media screen and (width >= 36em), print {
  .box_02 {
    padding: 3rem;
  }
}

.box_03 {
  padding: 1.6rem;
  background: var(--clr_green_light02);
}
@media screen and (width >= 36em), print {
  .box_03 {
    padding: 2rem;
  }
}

.marker {
  text-decoration: underline;
  text-decoration-thickness: 4px;
  text-decoration-color: #cdf;
  text-underline-offset: -0.2em;
  text-decoration-skip-ink: none;
}

/*
.btn_rsv { // 予約ボタン
  display: block;
  span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 0 .4rem;
    color: #fff;
    background: var(--clr_navy);
    outline: 1px solid rgba(#fff, .4);
    outline-offset: -.3rem;
    transition: .2s;
    &::before {
      @include fontello("e80d");
    }
    @include red_arw; // ::after
  }
  @include pc {
    @include hover {
      opacity: 1.0;
      span {
        background: var(--clr_red);
      }
    }
  }
}

.btn_line {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 2.2rem;
  padding: 2.0rem 4.0rem;
  font-size: 1.8rem;
  text-decoration: none !important;
  border: 4px solid var(--clr_green_light);
  &::before { // アイコン
    display: block;
    content: "";
    width: 4.0rem;
    aspect-ratio: 1;
    background: url(../img/icon_line.svg) no-repeat center / contain;
    flex: 0 0 4.0rem;
  }
  @include pc {
    padding: 2.0rem 7.0rem;
    font-size: 2.8rem;
    @include hover {
      opacity: 1.0;
      color: var(--clr_green_line) !important;
    }
  }
}

.btn_detail { // 汎用
  display: inline-block;
  padding: .6rem 3.0rem;
  background: var(--clr_navy);
  color: #fff;
  text-decoration: none !important;
  @include red_arw;
  &::before { // 枠
    content: "";
    display: block;
    width: calc(100% - .4rem);
    height: calc(100% - .4rem);
    border: 1px solid rgba(#fff, .4);
    position: absolute;
    inset: 0;
    margin: auto;
  }
  @include pc {
    @include hover {
      background: rgba(var(--rgb_navy), .8);
      opacity: 1.0;
    }
  }
}

.linkout { // 外部リンク
  display: inline-block;
  color: var(--clr_txt);
  text-decoration: none !important;
  &::after {
    @include fontello("f08e");
    font-size: .8em;
    margin-left: .6rem;
    @include pc {
      margin-left: 1.0rem;
    }
  }
}
*/
.tbl_lst {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.tbl_lst th[scope=row] {
  width: 28%;
  padding: 0.4rem 1rem;
  font-weight: normal;
  background: var(--clr_green_light02);
  border: 1px solid #ccc;
}
.tbl_lst td {
  padding: 1rem;
  border: 1px solid #ccc;
}

@media screen and (width >= 36em), print {
  .tbl_lst th[scope=row] {
    padding: 0.4rem 2rem;
  }
  .tbl_lst td {
    padding: 2rem 3rem;
    border: 1px solid #ccc;
  }
}
.tbl_lst2 {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.tbl_lst2 th {
  padding: 1rem 1rem;
  border: 1px solid #ccc;
}
.tbl_lst2 th[scope=col] {
  color: #fff;
  background: var(--clr_green_main);
}
.tbl_lst2 th[scope=row] {
  width: 25%;
  font-weight: normal;
  background: var(--clr_green_light02);
}
.tbl_lst2 td {
  padding: 1rem 1rem;
  border: 1px solid #ccc;
}

@media screen and (width >= 36em), print {
  .tbl_lst2 th,
  .tbl_lst2 td {
    padding: 1.5rem 2rem;
  }
}
.tbl_scroll {
  overflow-x: scroll;
}

.tbl_def {
  width: 100%;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  line-height: 1.3em;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-collapse: collapse;
}
.tbl_def thead {
  background: var(--clr_green_dark01);
  color: #fff;
}
.tbl_def thead th {
  padding: 0.5rem 0.2rem 0.5rem;
  border: 0.1rem solid var(--clr_green_main);
  font-weight: 500;
}
.tbl_def tbody th {
  background: var(--clr_green_light02);
  padding: 0.5rem 0.2rem 0.4rem 0.2rem;
  border: 0.1rem solid var(--clr_green_main);
  font-weight: 500;
}
.tbl_def tbody td {
  padding: 0.5rem 0.2rem 0.4rem 0.2rem;
  border: 0.1rem solid var(--clr_green_main);
}

.tbl_price {
  width: 100%;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  line-height: 1.3em;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-collapse: collapse;
}
.tbl_price tr {
  border-bottom: 1px solid #ccc;
}
.tbl_price tr th {
  text-align: left;
  color: #663300;
  font-size: 94%;
  padding: 0.5rem 0.2rem 0.5rem;
}
.tbl_price tr td {
  padding: 0.5rem 0.2rem 0.5rem;
  border-left: 0.1rem solid #ccc;
}
.tbl_price tr td:last-child {
  text-align: right;
}

@media screen and (width >= 36em), print {
  .tbl_scroll {
    overflow-x: inherit;
  }
  .tbl_def thead th,
  .tbl_def thead td {
    padding: 1.5rem;
  }
  .tbl_def tbody th,
  .tbl_def tbody td {
    padding: 1.5rem;
  }
  .tbl_def.details tbody th {
    writing-mode: inherit;
    padding: 1rem;
    width: 5em;
  }
  .tbl_def.details tbody td {
    padding: 1rem;
  }
  .tbl_def.details tbody td:has(dl) {
    padding: 0;
  }
  .tbl_def.details tbody td dl {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
  }
  .tbl_def.details tbody td dl dt {
    width: 8em;
    padding: 1rem;
  }
  .tbl_def.details tbody td dl dd {
    width: calc(100% - 8em);
    padding: 1rem;
  }
  .tbl_def.details tbody td dl dd + dt {
    margin: 0;
    border-top: 0.1rem solid #fff;
  }
  .tbl_def.details tbody td dl dd + dt + dd {
    border-top: 0.1rem solid #ccc;
  }
}
.slick-arrow {
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 9rem;
  cursor: pointer;
  line-height: 0;
  font-size: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: var(--clr_green_main);
  z-index: 5;
}
.slick-arrow::before {
  font-size: 1.2rem;
  opacity: 1;
}
.slick-arrow.slick-prev {
  left: -2.6rem;
}
.slick-arrow.slick-prev::before {
  font-family: "fontello";
  font-weight: 400;
  content: "\e802";
}
.slick-arrow.slick-next {
  right: -2.6rem;
}
.slick-arrow.slick-next::before {
  font-family: "fontello";
  font-weight: 400;
  content: "\e815";
}

@media screen and (width >= 36em), print {
  .slick-arrow {
    width: 5rem;
    height: 5rem;
    border: 1px solid var(--clr_green_main);
    top: 26rem;
  }
  .slick-arrow::before {
    font-size: 2.4rem;
  }
  .slick-arrow.slick-prev {
    left: -6rem;
  }
  .slick-arrow.slick-next {
    right: -6rem;
  }
}
@media screen and (width >= 36em) and (hover: hover), print and (hover: hover) {
  .slick-arrow {
    opacity: 1;
  }
  .slick-arrow:where(:any-link, :enabled, summary):hover {
    color: var(--clr_green_main);
    background: #fff;
    opacity: 1;
  }
}
@media screen and (width >= 36em), print {
  .slick-arrow:focus-visible {
    color: var(--clr_green_main);
    background: #fff;
    opacity: 1;
  }
}
.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: var(--clr_green_main);
}
@media (hover: hover) {
  .slick-dots li button {
    opacity: 1;
  }
  .slick-dots li button:where(:any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
}
.slick-dots li button:focus-visible {
  opacity: 0.8;
}
.slick-dots li.slick-active button {
  opacity: 0.75;
}

@media screen and (width >= 36em), 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: #F9FFEB;
  color: var(--clr_txt);
  font-family: YakuHanJPs, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

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

.main {
  font-size: 1.2rem;
  line-height: 1.8;
  /*  a:not([class*="btn"], [href*="tel:"]) {
      text-decoration: underline;
    }*/
}
.main .wrap {
  margin: 0 1.5rem;
}

@media screen and (width >= 36em), print {
  html {
    font-size: 62.5%;
  }
  body::after {
    display: none;
  }
  a,
  button {
    transition: 0.2s;
  }
  a img,
  button img {
    transition: 0.2s;
  }
}
@media screen and (width >= 36em) and (hover: hover), print and (hover: hover) {
  a,
  button {
    opacity: 1;
  }
  a:where(:any-link, :enabled, summary):hover,
  button:where(:any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
  a:where(:any-link, :enabled, summary):hover img,
  button:where(:any-link, :enabled, summary):hover img {
    opacity: 0.8;
  }
}
@media screen and (width >= 36em), print {
  a:focus-visible,
  button:focus-visible {
    opacity: 0.8;
  }
  a:focus-visible img,
  button:focus-visible img {
    opacity: 0.8;
  }
  .wrap {
    padding: 1rem;
    max-width: 1180px;
    margin: auto;
  }
  .main {
    font-size: clamp(1.4rem, 1.2093rem + 0.331vw, 1.6rem);
  }
  .main a:not([class*=btn]):hover {
    opacity: 1;
    text-decoration: none;
  }
  .main .wrap {
    padding: 0 4rem;
    max-width: 1180px;
    margin: auto;
  }
}
:target {
  scroll-margin-top: 3rem;
}
@media screen and (width >= 36em), print {
  :target {
    scroll-margin-top: 10rem;
  }
}

.header {
  position: relative;
  z-index: 2000;
}
.header > .wrap .logo {
  width: 100%;
  height: 6rem;
  padding: 1rem;
  inset: 0 0 auto 0;
  z-index: 100;
  background: #fff;
  transition: 0.5s;
  /*
  &.hide {
    // スマホ用
    transform: translateY(-150%);
  }*/
}
.header > .wrap .logo a {
  display: block;
  width: calc(100% - 8.6rem);
  height: 100%;
  background: url(../img/logo.svg) no-repeat center/contain;
  margin: auto;
}
.header > .wrap .logo a .clip {
  display: block;
  height: 100%;
  overflow: hidden;
  clip-path: inset(50%);
  color: transparent;
}
.header .headR {
  display: none;
}

@media screen and (width >= 36em), print {
  .header {
    font-size: clamp(1.2rem, 0.8185rem + 0.662vw, 1.6rem);
    background: #fff;
  }
  .header > .wrap {
    padding: 0 clamp(2rem, 5.9073rem + -3.311vw, 4rem);
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header > .wrap .logo {
    width: 34.5%;
    height: 7.24rem;
    padding: 0;
    margin: 2.4rem 0;
    position: relative;
    z-index: 101;
    background: none;
  }
  .header > .wrap .logo a {
    width: 100%;
  }
  .header > .wrap .headR {
    width: 65%;
    margin: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 3.5%;
  }
  .header > .wrap .headR .btn_reserve {
    border: 0.1rem solid var(--clr_green_light03);
    box-shadow: inset 0.3rem -0.3rem 0 0.3rem #fff, inset -0.3rem -0.3rem 0px 0.3rem #fff;
    width: clamp(10rem, 3.8013rem + 10.762vw, 16.5rem);
    height: 9.7rem;
    background: var(--clr_green_main);
    display: none;
    flex-wrap: wrap;
    font-size: 125%;
    color: #fff;
    justify-content: center;
    align-items: center;
    gap: 0.5em;
    padding-bottom: 1.2rem;
    margin-bottom: 2.4rem;
  }
  .header > .wrap .headR .btn_reserve::before {
    font-family: "fontello";
    font-weight: 400;
    content: "\e805";
    font-size: 110%;
  }
  .header > .wrap .headR .list_overview {
    line-height: 1;
  }
  .header > .wrap .headR .list_overview .l_tel {
    font-size: 210%;
    font-family: "Barlow", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    letter-spacing: 0.06em;
    color: var(--clr_green_dark01);
    margin-bottom: 0.9rem;
  }
  .header > .wrap .headR .list_overview .l_tel::before {
    font-size: 80%;
  }
  .header > .wrap .headR .l_address::before {
    padding-right: 0.3em;
    font-size: 130%;
  }
}
#sp_nav {
  z-index: 1000;
  position: relative;
  background: #fff;
  box-shadow: 0px 10px 10px -6px rgba(100, 100, 100, 0.1);
}
#sp_nav ul {
  display: flex;
  justify-content: space-around;
  width: 100%;
  margin: 0;
}
#sp_nav ul li {
  width: 20%;
  margin: 0;
  letter-spacing: normal;
  text-align: center;
  position: relative;
  font-size: 90%;
}
#sp_nav ul li::after {
  content: "";
  display: block;
  width: 10%;
  height: 90%;
  border-left: var(--clr_green_light03) 0.1rem solid;
  position: absolute;
  top: 0;
  right: -0.8rem;
}
#sp_nav ul li a,
#sp_nav ul li button {
  display: block;
  width: 100%;
  color: var(--clr_txt);
  line-height: 1.4;
}
#sp_nav ul li a::before,
#sp_nav ul li button::before {
  display: block;
  font-family: "fontello";
  font-weight: 400;
  content: "\e804";
  font-size: 2rem;
  color: var(--clr_green_main);
}
#sp_nav ul li a,
#sp_nav ul li button {
  padding: 0.5rem 0 0.7rem 0;
}
#sp_nav ul li.a_phone a::before {
  font-family: "fontello";
  font-weight: 400;
  content: "\e803";
}
#sp_nav ul li.a_rsv {
  display: none;
}
#sp_nav ul li.a_rsv a::before {
  font-family: "fontello";
  font-weight: 400;
  content: "\e805";
}
#sp_nav ul li.a_clinic a::before {
  font-family: "fontello";
  font-weight: 400;
  content: "\e817";
}
#sp_nav ul li.a_access a::before {
  font-family: "fontello";
  font-weight: 400;
  content: "\e804";
}
#sp_nav ul li:last-child {
  width: 18%;
}
#sp_nav ul li:last-child button::before {
  font-family: "fontello";
  font-weight: 400;
  content: "\e800";
}
#sp_nav ul li:last-child::after {
  display: none;
}

body.nav_open header {
  display: none;
}
body.nav_open #sp_nav {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
body.nav_open #sp_nav ul li:last-child button::before {
  font-family: "fontello";
  font-weight: 400;
  content: "\e801";
}
body.nav_open .sub_header {
  margin-top: 6rem;
}
body.nav_open .overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #eeeeee;
  z-index: 11;
  transition: 0.3s;
}
body.nav_open #global_nav .gnav_subnav {
  right: 0;
}

body.nav_fixed #sp_nav {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
body.nav_fixed .sub_header {
  margin-top: 5rem;
}

#global_nav {
  width: 100vw;
  background: #fff;
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
}
#global_nav .gnav_subnav {
  width: 100%;
  padding: 1rem 2rem 2rem;
  position: absolute;
  right: -100vw;
  top: 4.5rem;
  transition: 0.3s;
  z-index: 1100;
  position: fixed;
  max-height: 94%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: #eee;
}
#global_nav .gnav_subnav .gnav > li:not(:last-child) {
  border-bottom: 1px dotted var(--clr_txt);
}
#global_nav .gnav_subnav .gnav > li.disease .subbox > .subnav {
  background: rgba(63, 160, 55, 0.9);
}
#global_nav .gnav_subnav .gnav > li.collab .subbox > .subnav {
  background: rgba(255, 252, 212, 0.9);
}
#global_nav .gnav_subnav .gnav > li.collab .subbox > .subnav li {
  box-shadow: inset -1px -1px 0px #A1C47E;
}
#global_nav .gnav_subnav .gnav > li.collab .subbox > .subnav a {
  color: var(--clr_green_dark03);
}
#global_nav .gnav_subnav .gnav > li.collab .subbox > .subnav a::before {
  color: var(--clr_green_dark03);
}
#global_nav .gnav_subnav .gnav > li.collab .subbox > .subnav a:hover {
  color: var(--clr_green_dark04);
}
#global_nav .gnav_subnav .gnav > li > a,
#global_nav .gnav_subnav .gnav > li > .sub {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 100%;
  text-align: left;
  padding: 1rem 2rem 1.6rem;
  font-size: 1.4rem;
  color: var(--clr_txt);
  position: relative;
  /*
  &::before {
    // 半円
    content: "";
    display: block;
    width: .8rem;
    height: 1.2rem;
    border-radius: 0 1.2rem 1.2rem 0;
    position: absolute;
    inset: auto auto auto .6rem;
  }*/
}
#global_nav .gnav_subnav .gnav > li > a.current::before,
#global_nav .gnav_subnav .gnav > li > .sub.current::before {
  background: var(--clr_green_main);
}
#global_nav .gnav_subnav .gnav > li .sub::after {
  font-family: "fontello";
  font-weight: 400;
  content: "\e814";
  line-height: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 0 auto;
}
#global_nav .gnav_subnav .gnav > li .sub.close::after {
  scale: 1 -1;
}
#global_nav .gnav_subnav .gnav > li .subbox > .subnav {
  display: flex;
  flex-wrap: wrap;
  background: rgba(89, 177, 2, 0.9);
}
#global_nav .gnav_subnav .gnav > li .subbox > .subnav li {
  width: 50%;
  box-shadow: inset -1px -1px 0px #FFFFFF;
}
#global_nav .gnav_subnav .gnav > li .subbox > .subnav li a {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  padding: 1rem 1rem 1rem 1.8rem;
  font-size: 1.2rem;
  color: #fff;
  position: relative;
}
#global_nav .gnav_subnav .gnav > li .subbox > .subnav li a::before {
  display: inline;
  content: "▸";
  color: var(--clr_yellow);
  position: absolute;
  left: 0.5rem;
}
#global_nav .gnav_subnav .gnav > li .subbox > .subnav li a.current {
  background: var(--clr_red);
}

@media screen and (width >= 36em), print {
  #global_nav {
    width: auto;
    position: sticky;
    inset: 0 0 auto;
    box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.16);
    transition: 0.8s;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.7);
  }
  #global_nav.hide {
    transform: translateY(-300%);
  }
  #global_nav .gnav_subnav {
    display: block !important;
    width: 100%;
    max-height: inherit;
    box-shadow: none;
    overflow: visible;
    background: none;
    padding: 0;
    position: static;
  }
  #global_nav .gnav_subnav .gnav {
    max-width: 1180px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: none;
  }
  #global_nav .gnav_subnav .gnav > li {
    flex: auto;
    position: relative;
    height: 5.3rem;
    align-content: center;
    width: 12.5%;
  }
  #global_nav .gnav_subnav .gnav > li:last-child {
    display: none;
  }
  #global_nav .gnav_subnav .gnav > li:first-child::before {
    content: "";
    display: block;
    width: 0.1rem;
    height: 2rem;
    background: var(--clr_gray_dark01);
    position: absolute;
    inset: 1.8rem auto 0 0;
  }
  #global_nav .gnav_subnav .gnav > li:not(:last-child) {
    border-bottom: none;
  }
  #global_nav .gnav_subnav .gnav > li:not(:last-child)::after {
    content: "";
    display: block;
    width: 0.1rem;
    height: 2rem;
    background: var(--clr_gray_dark01);
    position: absolute;
    inset: 1.8rem 0 0 auto;
  }
  #global_nav .gnav_subnav .gnav > li > a,
  #global_nav .gnav_subnav .gnav > li > .sub {
    justify-content: center;
    text-align: center;
    font-size: clamp(1rem, 0.4278rem + 0.993vw, 1.6rem);
    padding: 0 0;
    height: 5.3rem;
    margin: 0;
    cursor: pointer;
    gap: 0.3rem;
  }
  #global_nav .gnav_subnav .gnav > li > a::before,
  #global_nav .gnav_subnav .gnav > li > .sub::before {
    width: 2rem;
    height: 1rem;
    margin: auto;
    border-radius: 2rem 2rem 0 0;
    position: absolute;
    inset: auto 0 -1px 0;
    transition: 0.2s;
    display: block;
    content: "";
  }
  #global_nav .gnav_subnav .gnav > li > a::after,
  #global_nav .gnav_subnav .gnav > li > .sub::after {
    margin: 0 0 0 clamp(0rem, -0.1907rem + 0.331vw, 0.2rem);
    font-size: clamp(0.5rem, -0.549rem + 1.821vw, 1.6rem);
  }
}
@media screen and (width >= 36em) and (hover: hover), print and (hover: hover) {
  #global_nav .gnav_subnav .gnav > li > a,
  #global_nav .gnav_subnav .gnav > li > .sub {
    opacity: 1;
  }
  #global_nav .gnav_subnav .gnav > li > a:where(:any-link, :enabled, summary):hover,
  #global_nav .gnav_subnav .gnav > li > .sub:where(:any-link, :enabled, summary):hover {
    opacity: 1;
  }
  #global_nav .gnav_subnav .gnav > li > a:where(:any-link, :enabled, summary):hover::before,
  #global_nav .gnav_subnav .gnav > li > .sub:where(:any-link, :enabled, summary):hover::before {
    background: var(--clr_green_main);
  }
}
@media screen and (width >= 36em), print {
  #global_nav .gnav_subnav .gnav > li > a:focus-visible,
  #global_nav .gnav_subnav .gnav > li > .sub:focus-visible {
    opacity: 1;
  }
  #global_nav .gnav_subnav .gnav > li > a:focus-visible::before,
  #global_nav .gnav_subnav .gnav > li > .sub:focus-visible::before {
    background: var(--clr_green_main);
  }
  #global_nav .gnav_subnav .gnav > li > a.current,
  #global_nav .gnav_subnav .gnav > li > .sub.current {
    transition: 0s;
  }
  #global_nav .gnav_subnav .gnav > li > a.current::before,
  #global_nav .gnav_subnav .gnav > li > .sub.current::before {
    background: var(--clr_green_main);
  }
  #global_nav .gnav_subnav .gnav > li .subbox {
    display: none;
    width: clamp(26rem, 8.8344rem + 29.801vw, 44rem);
    position: absolute;
    left: -98%;
    z-index: 100;
    border: 1px solid rgba(255, 255, 255, 0.3);
  }
  #global_nav .gnav_subnav .gnav > li .subbox > .subnav li a {
    font-size: clamp(1.2rem, 0.6278rem + 0.993vw, 1.8rem);
    padding: 0.8rem 0.5rem 0.8rem 1.9rem;
  }
}
@media screen and (width >= 36em) and (hover: hover), print and (hover: hover) {
  #global_nav .gnav_subnav .gnav > li .subbox > .subnav li a {
    opacity: 1;
  }
  #global_nav .gnav_subnav .gnav > li .subbox > .subnav li a:where(:any-link, :enabled, summary):hover {
    color: var(--clr_gray);
    opacity: 1;
  }
  #global_nav .gnav_subnav .gnav > li .subbox > .subnav li a:where(:any-link, :enabled, summary):hover::before {
    background: none;
  }
}
@media screen and (width >= 36em), print {
  #global_nav .gnav_subnav .gnav > li .subbox > .subnav li a:focus-visible {
    color: var(--clr_gray);
    opacity: 1;
  }
  #global_nav .gnav_subnav .gnav > li .subbox > .subnav li a:focus-visible::before {
    background: none;
  }
  #global_nav .gnav_subnav .gnav > li .subbox > .subnav li a.current {
    transition: 0s;
  }
  #global_nav .gnav_subnav #menu_close {
    display: none;
  }
  #global_nav.fix_nav {
    background: #fff;
  }
}
#overview {
  margin: 1rem 0 0;
  padding: 4rem 0 0;
  background: url(../img/overview_bg.jpg) no-repeat center;
  background-size: cover;
  font-size: 1.4rem;
  line-height: 1.6;
  background-attachment: fixed;
}
#overview .clinic_name {
  margin: 0 0 1rem;
}
#overview .clinic_name img {
  max-width: 80%;
  margin: auto;
}
#overview .list_overview {
  width: fit-content;
  margin: 0 auto 1.5rem;
}
#overview .list_overview li {
  width: fit-content;
}
#overview .list_overview .l_tel {
  font-size: 2rem;
  font-family: "Barlow", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: var(--clr_green_dark01);
  margin-bottom: 0.3rem;
}
#overview .list_overview .l_tel::before {
  font-size: 1.8rem;
}
#overview > .wrap {
  margin: 0 1.6rem;
}
#overview > .wrap .overviewR {
  margin: 2rem 0 0;
}
#overview {
  /*
    .gmap {
      margin: 4.0rem 0 0;
      height: 100vw;
    }*/
}

.list_overview li::before {
  font-size: 1.6rem;
  padding-right: 0.3rem;
  color: var(--clr_green_dark01);
  font-family: "fontello";
  font-weight: 400;
  content: "\e803";
}
.list_overview li.l_address::before {
  font-family: "fontello";
  font-weight: 400;
  content: "\e804";
}
.list_overview li.l_access::before {
  font-family: "fontello";
  font-weight: 400;
  content: "\e807";
}
.list_overview li.l_parking::before {
  font-family: "fontello";
  font-weight: 400;
  content: "\e808";
}

.dl_overview {
  width: 100%;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: wrap;
}
.dl_overview dt {
  width: 100%;
  padding: 0.5rem;
  margin: 0 0 0.6rem;
  color: var(--clr_green_dark01);
  background: var(--clr_green_light03);
  text-align: center;
}
.dl_overview dd {
  margin: 0 0 1.6rem;
}
.dl_overview dd .tel {
  font-size: 120%;
}

@media screen and (width >= 36em), print {
  #overview {
    margin: 0 0 0;
    padding: 7rem 0;
    font-size: clamp(1.4rem, 1.0185rem + 0.662vw, 1.8rem);
  }
  #overview .clinic_name {
    margin: 0 auto 2.6rem 0;
  }
  #overview .clinic_name img {
    max-width: clamp(30rem, 14.9325rem + 26.159vw, 45.8rem);
    margin: 0;
  }
  #overview .list_overview {
    margin: 0 auto 4.2rem 0;
  }
  #overview .list_overview .l_tel {
    font-size: 4.4rem;
    line-height: 4.4rem;
  }
  #overview .list_overview .l_tel::before {
    font-size: 3.5rem;
  }
  #overview .list_overview .l_address {
    font-size: 2rem;
  }
  #overview .list_overview .l_address::before {
    font-size: 2.5rem;
    padding-right: 0.7rem;
  }
  #overview > .wrap {
    padding: clamp(4rem, 4rem + 0vw, 4rem);
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 5rem;
  }
  #overview > .wrap .overviewL,
  #overview > .wrap .overviewR {
    width: 48%;
    min-width: 45rem;
    margin: auto;
  }
  #overview > .wrap .overviewR {
    max-width: 51.5rem;
  }
  #overview > .wrap .overviewR .tbl_time {
    margin: 0 0 2.5rem;
  }
  #overview > .wrap .overviewR .tbl_time.dermatology {
    margin-bottom: 0;
  }
  .dl_overview {
    gap: 0;
  }
  .dl_overview dt {
    width: 10rem;
    padding: 0 1.4rem;
    line-height: 3.8rem;
    margin: 0 0 3.3rem;
    text-align-last: justify;
  }
  .dl_overview dd {
    width: calc(100% - 12rem);
    margin: 0 0 3.3rem;
  }
}
#tel_up {
  width: 4rem;
  height: 4rem;
  background: transparent;
  border: 0.1rem var(--clr_green_light03) solid;
  padding: 0.2rem;
  visibility: hidden;
  position: fixed;
  inset: auto 1rem 1rem auto;
  z-index: 10;
  font-size: 1.4rem;
  box-shadow: 0 -0.2rem 0.2rem rgba(var(--rgb_txt), 0.2);
  /*ul {
    //width: calc(100% - 4.0rem);
    height: 100%;
    //display: flex;
    //justify-content: center;
    //align-items: center;
    //line-height: 1.0;

    li {
      flex: auto;
      height: 100%;
      text-align: center;

      &.telno {
        a {
          display: flex;
          height: 100%;
          font-size: 1.6rem;
        }
      }

      .btn_rsv {
        height: 100%;

        span {
          display: flex;
          height: 100%;
        }
      }
    }
  }*/
}
#tel_up #pageup {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 0 1rem;
  line-height: 1;
  background: var(--clr_green_dark01);
  overflow: hidden;
  position: relative;
  z-index: 101;
  color: #fff;
}
#tel_up #pageup::before {
  display: block;
  font-family: "fontello";
  font-weight: 400;
  content: "\e816";
  font-size: 1.6rem;
}
#tel_up #pageup .clip {
  display: block;
  font-size: 1rem;
  clip-path: inset(50%);
  color: transparent;
  position: absolute;
  inset: 0;
  z-index: 0;
}

@media screen and (width >= 36em), print {
  #tel_up {
    display: block;
    width: 6rem;
    height: 6rem;
    inset: auto 4rem 4rem auto;
    background: none;
    box-shadow: none;
  }
  #tel_up ul {
    display: none;
  }
  #tel_up #pageup {
    width: 100%;
    padding: 0;
  }
  #tel_up #pageup::before {
    font-size: 3rem;
  }
}
@media screen and (width >= 36em) and (hover: hover), print and (hover: hover) {
  #tel_up #pageup {
    opacity: 1;
  }
  #tel_up #pageup:where(:any-link, :enabled, summary):hover {
    opacity: 1;
  }
}
@media screen and (width >= 36em), print {
  #tel_up #pageup:focus-visible {
    opacity: 1;
  }
}
.footer {
  text-align: center;
  padding: 1rem 0 0;
  color: #fff;
  background: var(--clr_green_dark02);
}
.footer .copy {
  display: block;
  padding: 0.6rem 1rem;
  font-size: 1.2rem;
  font-style: normal;
}
.footer a {
  color: #fff !important;
}
.footer .txt_c.pc_n {
  font-size: 1.4rem;
}
.footer ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 1rem;
  font-size: 1.2rem;
}
.footer ul li {
  width: 49%;
}

@media screen and (width >= 36em), print {
  .footer {
    padding: 5rem 0 2rem;
  }
  .footer .copy {
    font-size: clamp(1rem, 0.6185rem + 0.662vw, 1.4rem);
    margin: 5rem 0 0;
  }
  .footer ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 0;
  }
  .footer ul li {
    display: inline-block;
    font-size: clamp(1.2rem, 0.8185rem + 0.662vw, 1.6rem);
    margin: 0 0;
    width: auto;
    line-height: 2.2em;
  }
  .footer ul li:not(:last-child)::after {
    content: "|";
    margin: 0 1rem;
  }
  .footer ul li.last-in-row::after {
    display: none;
  }
}
@media screen and (width >= 36em) and (hover: hover), print and (hover: hover) {
  .footer ul li a {
    opacity: 1;
  }
  .footer ul li a:where(:any-link, :enabled, summary):hover {
    text-decoration: underline;
    opacity: 1;
  }
}
@media screen and (width >= 36em), print {
  .footer ul li a:focus-visible {
    text-decoration: underline;
    opacity: 1;
  }
  .footer ul li.treatment {
    display: none;
  }
  .footer ul.gnav {
    gap: 1em;
    margin: 0 0 1.6rem;
  }
  .footer ul.gnav li::after {
    display: none;
  }
  .footer ul.gnav li::before {
    content: "▪";
    color: var(--clr_yellow_light);
  }
}
.keyvsl {
  width: 100%;
  position: relative;
}
.keyvsl #keyvsl {
  max-width: 100%;
  height: 45rem;
  overflow: hidden;
  visibility: hidden;
}
.keyvsl #keyvsl div img {
  height: 45rem !important;
  object-fit: cover;
  margin: auto;
}
.keyvsl #keyvsl .slick-dots {
  display: none;
  margin: 0.6rem 0 0;
  position: relative;
  z-index: 2;
}
.keyvsl #keyvsl .slick-dots li {
  width: 1rem;
  height: 1rem;
  margin: 0 0.6rem;
}
.keyvsl #keyvsl .slick-dots li button {
  background: var(--clr_yellow_dark);
}
.keyvsl > .wrap {
  padding: 1.6rem;
  position: absolute;
  inset: 0;
  align-content: center;
}
.keyvsl .kv_txt {
  width: 80%;
  max-width: 30rem;
}

@media screen and (width >= 36em), print {
  .keyvsl #keyvsl {
    height: 68.8rem;
  }
  .keyvsl #keyvsl div img {
    height: 68.8rem !important;
    object-fit: none;
  }
  .keyvsl #keyvsl .slick-dots {
    margin: -4rem auto 0;
  }
  .keyvsl #keyvsl .slick-dots li {
    width: 1.6rem;
    height: 1.6rem;
    margin: 0 1.2rem;
  }
  .keyvsl .kv_txt {
    width: auto;
    max-width: inherit;
  }
}
body.index {
  background: #fff;
}
body.index .main .tit_02 {
  position: relative;
}
body.index .main .tit_02::after {
  display: block;
  content: attr(data-txt);
  font-weight: 300;
  font-style: italic;
  font-family: "Barlow", sans-serif;
  font-optical-sizing: auto;
  font-size: 1.5em;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 0;
  color: var(--clr_green_dark03);
  opacity: 0.99;
}

@media screen and (width >= 36em), print {
  body.index .main .tit_02 {
    margin-bottom: 4rem;
  }
  body.index .main .tit_02::after {
    font-size: 333%;
    top: inherit;
    bottom: 0;
  }
}
body.index #time_access {
  background: var(--clr_green);
  padding: 4rem 0;
}
body.index #time_access .tit_02 {
  z-index: 10;
}
body.index #time_access .tit_02::after {
  font-size: 1.2em;
  color: #D6E5C7;
  bottom: -0.4em;
  left: 50%;
  top: inherit;
  right: inherit;
  z-index: -2;
}
body.index #time_access #time {
  margin-bottom: 3rem;
}
body.index #time_access .list_overview {
  margin-bottom: 2rem;
}
body.index #time_access .list_overview li {
  margin-bottom: 0.65em;
}
body.index #time_access .gmap iframe {
  border: 0.6rem solid #FCFFF3;
  height: 30rem;
}
body.index #time_access .gmap .txt_r span::before {
  font-family: "fontello";
  font-weight: 400;
  content: "\e806";
  color: var(--clr_green_dark01);
  padding-right: 0.2em;
}

@media screen and (width >= 36em), print {
  body.index #time_access {
    padding: 4rem 0 2rem;
  }
  body.index #time_access .tit_02::after {
    left: 26rem;
  }
  body.index #time_access .flex2 {
    gap: 0 4%;
    justify-content: center;
    display: flex;
  }
  body.index #time_access section {
    max-width: 51.2rem;
    min-width: 35rem;
    margin: 0;
    width: 47%;
  }
  body.index #time_access .list_overview {
    margin-bottom: 4rem;
  }
  body.index #time_access .gmap iframe {
    height: 39.5rem;
  }
}
body.index .info {
  padding: 4rem 0;
  background: var(--clr_green_light03);
}
body.index .info .wrap .tit_02 {
  background-image: url(../img/h2_dark.png);
  color: #fff;
}
body.index .info .wrap .tit_02::after {
  color: #85CC33;
}

@media screen and (width >= 36em), print {
  body.index .info {
    padding: 8rem 0;
    container: tab/inline-size;
  }
  @container tab (width < 1024px) {
    body.index .info .wrap {
      display: block;
    }
  }
}
.accordion-container {
  width: 100%;
  margin: 0;
  max-height: 32.8rem;
  overflow-y: auto;
  padding: 0 1rem 0 0;
}
.accordion-container::-webkit-scrollbar {
  width: 0.5rem;
}
.accordion-container::-webkit-scrollbar-track {
  background: #fff 0% 0% no-repeat padding-box;
  border-radius: 0.5rem;
}
.accordion-container::-webkit-scrollbar-thumb {
  background: var(--clr_green_main);
  border-radius: 0.5rem;
  box-shadow: none;
}
.accordion-container .accordion-item {
  width: 100%;
  margin-bottom: 1em;
  border: none;
  border-radius: 0;
  color: var(--clr_txt);
  background: var(--clr_green);
  padding: 1em;
}
.accordion-container .accordion-item:last-child {
  margin-bottom: 0;
}
.accordion-container .accordion-item summary.accordion-header {
  /* display: flex;
  align-items: center;
  padding: 0;*/
  cursor: pointer;
  list-style: none;
  position: relative;
}
.accordion-container .accordion-item summary.accordion-header::before {
  font-family: "fontello";
  font-weight: 400;
  content: "\e80b";
  color: var(--clr_green_main);
  transition: transform 0.3s ease;
  padding-right: 1rem;
  font-size: 110%;
}
.accordion-container .accordion-item summary.accordion-header::-webkit-details-marker {
  display: none;
}
.accordion-container .accordion-item[open] summary.accordion-header::before {
  font-family: "fontello";
  font-weight: 400;
  content: "\e80a";
}
.accordion-container .accordion-item .accordion-badge,
.accordion-container .accordion-item .accordion-date,
.accordion-container .accordion-item .accordion-title {
  display: inline-block;
  padding: 0;
  margin-right: 0.5em;
}
.accordion-container .accordion-item .accordion-badge {
  background-color: var(--clr_green);
  color: #fff;
  font-size: 0.75rem;
  border-radius: 4px;
}
.accordion-container .accordion-item .accordion-date {
  color: var(--clr_gray_dark01);
}
.accordion-container .accordion-item .accordion-title {
  color: var(--clr_green_dark01);
  font-weight: 500;
  font-size: 125%;
}
.accordion-container .accordion-item .accordion-content {
  padding: 0.5rem 1.2em;
}

@media screen and (width >= 36em), print {
  .accordion-container {
    max-height: 32.8rem;
    overflow-y: auto;
    overflow-x: none;
    overscroll-behavior-y: none;
  }
  .accordion-container .accordion-item {
    border: none;
    border-radius: 0;
    overflow: hidden;
  }
  .accordion-container .accordion-item .accordion-badge {
    font-size: 0.75rem;
    border-radius: 4px;
  }
}
body.index #feature {
  padding: 4rem 0;
  background: var(--clr_green_main);
}
body.index #feature .tit_02 {
  color: #fff;
}
body.index #feature .tit_02::after {
  color: var(--clr_green_dark04);
}
body.index #feature .wrap section {
  position: relative;
  z-index: 10;
  padding: 1rem;
  margin-bottom: 2em;
}
body.index #feature .wrap section::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 95%;
  height: 95%;
  border-top: 0.1rem solid #fff;
  border-left: 0.1rem solid #fff;
  padding: 1rem 0 0 1rem;
}
body.index #feature .wrap section .inner {
  background: var(--clr_green_dark02);
  padding: 3rem 1rem 1rem;
  margin-top: -2rem;
  color: #fff;
}
body.index #feature .wrap section.feature02::before, body.index #feature .wrap section.feature04::before, body.index #feature .wrap section.feature06::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: inherit;
  border-right: 0.1rem solid #fff;
  border-left: none;
  padding: 1rem 1rem 0 0;
}
body.index #feature .wrap section.feature06 ul {
  margin-bottom: 1rem;
}
body.index #feature .wrap section.feature06 ul li {
  margin: 1rem auto;
  max-width: 20rem;
}
body.index #feature .wrap section.feature06 ul a {
  display: block;
  background: var(--clr_yellow);
  width: 100%;
  color: var(--clr_green_dark01);
  position: relative;
  padding: 0.4rem 1rem;
  text-decoration: none;
}
body.index #feature .wrap section.feature06 ul a::after {
  font-family: "fontello";
  font-weight: 400;
  content: "\e80c";
  color: var(--clr_yellow_dark);
  position: absolute;
  bottom: 0.3rem;
  right: 0.3rem;
  font-size: 0.5rem;
}
body.index #feature h3 {
  color: var(--clr_yellow);
  font-weight: 500;
  font-size: 2rem;
  white-space: pre-wrap;
  word-break: keep-all;
  letter-spacing: 0.01em;
  text-indent: 0.01em;
}
body.index #feature h3::first-letter {
  font-size: 176%;
  line-height: 1;
}

@media screen and (width >= 36em), print {
  body.index #feature {
    padding: 8rem 0;
  }
  body.index #feature .wrap section {
    padding: 5rem 0 0 2.5rem;
    margin-bottom: 4.8rem;
  }
  body.index #feature .wrap section::after {
    width: 96%;
    height: 35rem;
  }
  body.index #feature .wrap section h3 {
    position: relative;
    z-index: 10;
    margin-left: 2%;
    font-size: clamp(1.4rem, 0.2556rem + 1.987vw, 2.6rem);
    line-height: 1.45;
    width: 50%;
  }
  body.index #feature .wrap section .inner {
    min-height: 28rem;
    position: relative;
    margin-top: -5.5rem;
    padding: 3rem 3.5% 1rem 2%;
  }
  body.index #feature .wrap section .inner p {
    width: 53.5%;
    margin-top: 4.5rem;
  }
  body.index #feature .wrap section .inner figure {
    position: absolute;
    bottom: 4.5rem;
    max-width: 42.7rem;
    left: 55%;
    width: 44%;
  }
  body.index #feature .wrap section.feature01 .inner {
    margin-top: -2rem;
  }
  body.index #feature .wrap section.feature01 .inner p {
    margin-top: 0;
    line-height: 1.75;
  }
  body.index #feature .wrap section.feature02, body.index #feature .wrap section.feature04, body.index #feature .wrap section.feature06 {
    padding: 4.5rem 2.5rem 0 0;
  }
  body.index #feature .wrap section.feature02 h3, body.index #feature .wrap section.feature04 h3, body.index #feature .wrap section.feature06 h3 {
    margin-left: 47%;
  }
  body.index #feature .wrap section.feature02 .inner, body.index #feature .wrap section.feature04 .inner, body.index #feature .wrap section.feature06 .inner {
    padding: 3rem 2% 1rem 47%;
  }
  body.index #feature .wrap section.feature02 .inner p, body.index #feature .wrap section.feature04 .inner p, body.index #feature .wrap section.feature06 .inner p {
    width: auto;
  }
  body.index #feature .wrap section.feature02 figure, body.index #feature .wrap section.feature04 figure, body.index #feature .wrap section.feature06 figure {
    left: inherit;
    right: 55%;
  }
  body.index #feature .wrap section.feature06 ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 1rem 2%;
  }
  body.index #feature .wrap section.feature06 ul li {
    width: fit-content;
    margin: 0;
    min-width: 20rem;
  }
  body.index #feature .wrap section.feature06 ul li a::after {
    font-size: 1rem;
    line-height: 1;
    bottom: 0.6rem;
    right: 0.6rem;
  }
  body.index #feature .wrap section.feature06 ul li a {
    transition: all 0.3s ease 0s;
  }
  body.index #feature .wrap section.feature06 ul li a:hover {
    transform: translateY(-0.1875em);
  }
  body.index #feature {
    container: tab/inline-size;
  }
  @container tab (width < 1024px) {
    body.index #feature .inner section {
      width: calc(50% - clamp(1rem, -1.8609rem + 4.967vw, 4rem));
      padding: clamp(22rem, -12.3311rem + 59.603vw, 58rem) 0 0;
    }
    body.index #feature .inner section .tit {
      font-size: clamp(2rem, 0.8556rem + 1.987vw, 3.2rem);
    }
  }
}
body.index #menu {
  padding: 4rem 0;
  background: url(../img/menu_bg.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}
body.index #menu h2::after {
  color: var(--clr_green_light04);
}
body.index #menu ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1em 0;
  justify-content: center;
}
body.index #menu ul li {
  width: 48%;
  max-width: 15.5rem;
}
body.index #menu ul li a {
  width: 100%;
  background: url(../img/menu_dermatology.png) no-repeat top center;
  background-size: auto 9rem;
  padding-top: 9rem;
  text-align: center;
  color: var(--clr_txt);
  font-weight: 500;
  text-decoration: none;
  display: block;
  font-size: 1.4rem;
}
body.index #menu ul li a span {
  display: block;
  line-height: 1;
}
body.index #menu ul li.hand_surgery a {
  background-image: url(../img/menu_hand_surgery.png);
}
body.index #menu ul li.internal a {
  background-image: url(../img/menu_internal.png);
}
body.index #menu ul li.ortho a {
  background-image: url(../img/menu_ortho.png);
}
body.index #menu ul li.osteoporosis a {
  background-image: url(../img/menu_osteoporosis.png);
}
body.index #menu ul li.private a {
  background-image: url(../img/menu_private.png);
}
body.index #menu ul li.sports_ortho a {
  background-image: url(../img/menu_sports_ortho.png);
}
body.index #menu ul li.traffic_accident a {
  background-image: url(../img/menu_traffic_accident.png);
}
body.index #menu ul li.rehabilitation a {
  background-image: url(../img/menu_rehabilitation.png);
}

@media screen and (width >= 36em), print {
  body.index #menu {
    padding: 7rem 0 8rem;
  }
  body.index #menu ul {
    gap: 2.3rem 3.9%;
    justify-content: center;
  }
  body.index #menu ul li {
    width: 18.5rem;
    max-width: inherit;
  }
  body.index #menu ul li a {
    padding-top: 16rem;
    background-size: auto;
    font-size: clamp(1.4rem, 1.0185rem + 0.662vw, 1.8rem);
    transition: all 0.3s ease 0s;
  }
  body.index #menu ul li a:hover {
    transform: translateY(-0.1875em);
  }
}
body.index #disease {
  padding: 4rem 0;
  background: var(--clr_green_main);
}
body.index #disease .tit_02 {
  color: #fff;
}
body.index #disease .tit_02::after {
  color: var(--clr_green_dark04);
}
body.index #disease dl > div {
  margin-bottom: 2rem;
}
body.index #disease dl > div dt {
  background: url(../img/disease_neck.png) no-repeat #F5FFDC;
  background-size: contain;
  width: 95%;
  position: relative;
}
body.index #disease dl > div dt a {
  padding: 1rem 1rem 1rem 6rem;
  display: block;
  text-decoration: none;
  color: var(--clr_green_dark01);
  font-size: 1.8rem;
  position: relative;
}
body.index #disease dl > div dt a::after {
  font-family: "fontello";
  font-weight: 400;
  content: "\e80c";
  color: var(--clr_yellow_dark);
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
  line-height: 1;
  font-size: 1rem;
}
body.index #disease dl > div dd {
  width: 95%;
  margin-left: 5%;
  background: var(--clr_green_dark02);
  padding: 2rem 1rem 1rem;
  margin-top: -1rem;
}
body.index #disease dl > div dd ul li {
  display: flex;
  gap: 0.2rem;
  align-items: center;
  color: #fff;
  margin-bottom: 0.5rem;
  font-size: 1.4rem;
}
body.index #disease dl > div dd ul li::before {
  display: inline;
  content: "▸";
  color: var(--clr_yellow);
}
body.index #disease dl > div.hip_joint dt {
  background-image: url(../img/disease_hip_joint.png);
}
body.index #disease dl > div.knees dt {
  background-image: url(../img/disease_knees.png);
}
body.index #disease dl > div.shoulder_elbow dt {
  background-image: url(../img/disease_shoulder.png);
}
body.index #disease dl > div.ankle_joint dt {
  background-image: url(../img/disease_ankle_joint.png);
}
body.index #disease dl > div.elbow_finger dt {
  background-image: url(../img/disease_elbow_finger.png);
}

@media screen and (width >= 36em), print {
  body.index #disease {
    padding: 7rem 0 10rem;
    margin-bottom: 12.5rem;
  }
  body.index #disease dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4rem 2rem;
  }
  body.index #disease dl > div {
    width: calc((100% - 4rem) / 3);
    min-width: 28rem;
    margin: 0;
  }
  body.index #disease dl > div dt {
    width: calc(100% - 2rem);
    height: 8rem;
  }
  body.index #disease dl > div dt a {
    font-size: clamp(1.6rem, -0.1166rem + 2.98vw, 3.4rem);
    line-height: 8rem;
    padding: 0 0 0 9.2rem;
  }
  body.index #disease dl > div dt a::after {
    font-size: 1.4rem;
  }
  body.index #disease dl > div dd {
    width: calc(100% - 2rem);
    height: 28rem;
    margin: -5rem 0 0 2rem;
    padding: 7.5rem 0 0 2rem;
  }
  body.index #disease dl > div dd ul li {
    margin-bottom: 0;
    font-size: clamp(1.4rem, 0.8185rem + 0.662vw, 1.6rem);
  }
  body.index #disease dl > div.neck, body.index #disease dl > div.shoulder_elbow {
    width: 29.5rem;
  }
  body.index #disease dl > div.neck dd, body.index #disease dl > div.shoulder_elbow dd {
    height: 31rem;
  }
  body.index #disease dl > div.elbow_finger {
    width: 47rem;
  }
  body.index #disease dl > div.elbow_finger dd {
    height: 31rem;
  }
  body.index #disease dl > div.elbow_finger dd ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  body.index #disease dl > div.elbow_finger dd ul li {
    width: 53%;
  }
  body.index #disease dl > div.elbow_finger dd ul li:nth-child(even) {
    width: 46%;
  }
}
body:not(.index) .sub_header {
  display: flex;
  flex-direction: column-reverse;
}
body:not(.index) .main {
  margin: 4rem 1.6rem 6rem;
}
body:not(.index) .main .tel {
  font-size: 120%;
}
body:not(.index) .main .btn_rsv span {
  padding: 1rem 3rem;
}
body:not(.index) .main section {
  margin: 0 0 5rem;
}
body:not(.index) .main section section {
  margin: 4rem 0;
}
body:not(.index) .main section section section {
  margin: 3rem 0;
}
body:not(.index) h1 {
  display: grid;
  place-content: center;
  place-items: center;
  min-height: 10rem;
  background: url(../img/h1.jpg) no-repeat center;
  color: var(--clr_green_dark02);
  font-size: 2.4rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  padding: 1rem;
  text-align: center;
  position: relative;
  overflow: hidden;
  font-weight: 500;
  text-shadow: 3px 3px 0px rgba(246, 246, 246, 0.8);
}
body:not(.index) h2 {
  font-size: 2.2rem;
  line-height: 1.4;
  letter-spacing: 0.03em;
  text-indent: 0.03em;
  margin: 0 0 1.5rem;
  font-weight: 500;
  background: url(../img/h2.png) no-repeat left center;
  background-size: 2rem auto;
  color: var(--clr_green_dark01);
  padding-left: 2.5rem;
}
body:not(.index) h2 + section {
  margin-top: 0 !important;
}
body:not(.index) h3 {
  padding: 0.4rem 1rem 0.4rem 1.4rem;
  background: var(--clr_green_dark04);
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.4;
  margin: 0 0 2rem;
  position: relative;
  font-weight: normal;
}
body:not(.index) h3 + section {
  margin-top: 0 !important;
}
body:not(.index) h4 {
  padding: 0.4rem 1rem 0.4rem 1.4rem;
  background: var(--clr_green_light01);
  color: var(--clr_green_dark01);
  font-size: 1.6rem;
  line-height: 1.4;
  margin: 0 0 2rem;
  position: relative;
  font-weight: normal;
}
body:not(.index) h4 + section {
  margin-top: 0 !important;
}
body:not(.index) h5 {
  font-size: 1.6rem;
  color: var(--clr_green_dark04);
  line-height: 1.4;
  margin: 0 0 2rem;
  font-weight: normal;
  border-bottom: 0.2rem solid var(--clr_green_dark04);
}
body:not(.index) h5 + section {
  margin-top: 0 !important;
}
body:not(.index) h6 {
  font-size: 1.4rem;
  line-height: 1.4;
  margin: 0 0 2rem;
  font-weight: normal;
  border-bottom: 0.2rem solid var(--clr_gray);
}
@media screen and (width >= 36em), print {
  body:not(.index) .main {
    margin: 8rem auto;
    padding: 0 clamp(3rem, 4.9536rem + -1.656vw, 4rem);
  }
  body:not(.index) .main .cf .img_l,
  body:not(.index) .main .cf .img_r {
    max-width: 40%;
    height: auto;
  }
  body:not(.index) .main section {
    margin: 0 0 8rem;
  }
  body:not(.index) .main section section {
    margin: 7rem 0;
  }
  body:not(.index) .main section section section {
    margin: 6rem 0;
  }
  body:not(.index) .main section section section section {
    margin: 5rem 0;
  }
  body:not(.index) .main section section section section section {
    margin: 4rem 0;
  }
  body:not(.index) .main h2 {
    font-size: clamp(2.6rem, 2.2185rem + 0.662vw, 3rem);
    margin: 0 auto 2.3rem;
    background-size: auto;
    padding-left: 4.4rem;
  }
  body:not(.index) .main h3 {
    font-size: clamp(2rem, 1.8093rem + 0.331vw, 2.2rem);
    padding: 0.4rem 2rem 0.4rem 2rem;
    margin: 0 0 3rem;
  }
  body:not(.index) .main h4 {
    font-size: clamp(1.8rem, 1.6093rem + 0.331vw, 2rem);
    padding: 0.4rem 2rem 0.4rem 2rem;
    margin: 0 0 3rem;
  }
  body:not(.index) .main h5 {
    font-size: clamp(1.6rem, 1.4093rem + 0.331vw, 1.8rem);
    padding: 0.4rem 2rem 0.4rem 2rem;
    margin: 0 0 3rem;
  }
  body:not(.index) .main h6 {
    font-size: clamp(1.6rem, 1.4093rem + 0.331vw, 1.8rem);
  }
  body:not(.index) h1 {
    min-height: clamp(18rem, 13.3272rem + 8.113vw, 22.9rem);
    font-size: clamp(3rem, 2.0464rem + 1.656vw, 4rem);
    margin-top: -5.3rem;
    padding-top: 5.3rem;
  }
}

.breadnav {
  max-width: 100vw;
  margin: 1rem 1.6rem;
  overflow-x: auto;
}
.breadnav .breadcrumb {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  white-space: nowrap;
}
.breadnav .breadcrumb li {
  display: flex;
  align-items: center;
}
.breadnav .breadcrumb li a {
  color: var(--clr_green_dark02);
}
.breadnav .breadcrumb li:not(:last-child)::after {
  display: inline-block;
  content: ">";
  font-size: 70%;
  margin: 0 0.6rem;
}

@media screen and (width >= 36em), print {
  .breadnav {
    width: 100%;
    padding: 0 clamp(2rem, 0.0927rem + 3.311vw, 4rem);
    max-width: 1180px;
    margin: 2rem auto 0;
    overflow-x: inherit;
  }
  .breadnav .breadcrumb {
    font-size: clamp(1rem, 0.4278rem + 0.993vw, 1.6rem);
  }
  .breadnav .breadcrumb li:not(:last-child)::after {
    margin: 0 1rem;
  }
  .breadnav .breadcrumb li a:hover {
    opacity: 1;
    text-decoration: none;
  }
}
.dr_name {
  text-align: right;
}
.dr_name span {
  font-size: 120%;
}

@keyframes fadein {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
summary.btn_detail {
  cursor: pointer;
}

.reki {
  margin: 3rem 0 0;
  opacity: 0;
  animation: fadein 0.4s ease-out 0.3s 1 normal forwards;
}

.gallery {
  width: 85%;
  margin: auto;
  visibility: hidden;
}
.gallery .gallery_slider div .cap {
  margin: 0.2rem 0 0;
  text-align: center;
  color: #fff;
  padding: 0.4rem;
  font-size: 1.2rem;
  opacity: 0;
  transition: 0.3s ease;
  background: var(--clr_green_main);
  line-height: 1.4;
}
.gallery .gallery_slider div .slick-current .cap {
  opacity: 1;
  transition-delay: 0.5s;
}
.gallery .gallery_slider div:first-child .cap {
  transition-delay: 0s;
}
.gallery .gallery_thum div img {
  cursor: pointer;
  border: 4px solid transparent;
}
.gallery .gallery_thum .slick-current div img {
  border: 4px solid var(--clr_green_main);
}

@media screen and (width >= 36em), print {
  .gallery {
    width: 75rem;
    max-width: calc(100% - 3rem);
    margin: auto;
  }
  .gallery .gallery_slider {
    font-size: 1.6em;
  }
  .gallery .gallery_slider div .cap {
    font-size: 1.8rem;
    padding: 1rem;
  }
  .gallery .gallery_thum {
    width: calc(100% + 0.6rem);
  }
}
.full-image {
  font-size: 1.4rem;
}
@media screen and (width >= 36em), print {
  .full-image {
    font-size: 2rem;
  }
}

#access .gmap iframe {
  height: 30rem;
}
@media screen and (width >= 36em), print {
  #access .gmap iframe {
    height: 40rem;
  }
}

.ortho_parts.inner {
  display: flex;
  justify-content: center;
  gap: 1rem;
  padding: 35rem 0 0;
  background: url(../img/ortho_parts_body.png) no-repeat top 0.5rem center/auto 31rem, url(../img/ortho_parts_bg.png) no-repeat center top/contain;
  position: relative;
}

.list_parts {
  width: 45%;
}
.list_parts li {
  margin: 0 0 4rem;
  background: rgba(255, 255, 255, 0.8);
  /*&::after {
      width: 70%;
      height: 0.2rem;
      content: '';
      display: block;
      background: #E26D69;
      margin: 0 auto 0;
    }*/
}
.list_parts li a {
  display: block;
  position: relative;
  height: 6rem;
  text-align: center;
  padding-top: 2.2rem;
  color: #E26D69;
  font-size: 120%;
  /*&::after {
    content: "";
    display: block;
    width: 3rem;
    border-radius: 50%;
    top: 3rem;
    right: 0;
    left: 0;
    margin: 0 auto;
    aspect-ratio: 1;
    background: transparent radial-gradient(closest-side at 50% 50%, #E26D69 0%, #FFD5D4 100%) 0% 0% no-repeat padding-box;
    mix-blend-mode: multiply;
    border: 2px solid #FFFFFF;
    position: absolute;
  }*/
}
.list_parts li a::before {
  content: "";
  display: block;
  width: 4rem;
  aspect-ratio: 1;
  background: url(../img/ortho_parts_neck.png) no-repeat center/contain;
  margin: auto;
  top: -2rem;
  left: 0;
  right: 0;
  position: absolute;
  font-size: 120%;
}
.list_parts li a::after {
  width: 70%;
  height: 0.2rem;
  content: "";
  display: block;
  background: #E26D69;
  margin: 0 auto 0;
}
.list_parts li.elbow::before {
  background: transparent radial-gradient(closest-side at 50% 50%, #A2DC5A 0%, #DEF1C8 100%) 0% 0% no-repeat padding-box;
  top: 9rem;
  right: calc(50% - 8rem);
}
.list_parts li.elbow::after {
  background: #A2DC5A;
}
.list_parts li.elbow a {
  color: #A2DC5A;
}
.list_parts li.elbow a::before {
  background-image: url(../img/ortho_parts_elbow.png);
}
.list_parts li.elbow a::after {
  background: #A2DC5A;
}
.list_parts li.knees::before {
  background: transparent radial-gradient(closest-side at 50% 50%, #337ED6 0%, #B7D2F2 100%) 0% 0% no-repeat padding-box;
  top: 22rem;
  right: calc(50% - 12rem);
}
.list_parts li.knees a {
  color: #337ED6;
}
.list_parts li.knees a::before {
  background-image: url(../img/ortho_parts_knees.png);
}
.list_parts li.knees a::after {
  background: #337ED6;
}
.list_parts li.shoulder::before {
  background: transparent radial-gradient(closest-side at 50% 50%, #FCBF64 0%, #FFF3E2 100%) 0% 0% no-repeat padding-box;
  top: 4rem;
  right: calc(50% - 22rem);
}
.list_parts li.shoulder a {
  color: #FCBF64;
}
.list_parts li.shoulder a::before {
  background-image: url(../img/ortho_parts_shoulder.png);
}
.list_parts li.shoulder a::after {
  background: #FCBF64;
}
.list_parts li.hip::before {
  background: transparent radial-gradient(closest-side at 50% 50%, #51BFD1 0%, #BDE1E6 100%) 0% 0% no-repeat padding-box;
  top: 12rem;
  left: calc(50% - 12rem);
}
.list_parts li.hip {
  /* &::after {
    background: transparent radial-gradient(closest-side at 50% 50%, #51BFD1 0%, #BDE1E6 100%) 0% 0% no-repeat padding-box;
    top: 15rem;
    left: calc(50% - 13rem);
    right: 0;
    content: "";
    display: block;
    width: 3rem;
    border-radius: 50%;
    margin: 0 auto;
    aspect-ratio: 1;
    mix-blend-mode: multiply;
    border: 2px solid #FFFFFF;
    position: absolute;
  }*/
}
.list_parts li.hip a {
  color: #51BFD1;
}
.list_parts li.hip a::before {
  background-image: url(../img/ortho_parts_hip.png);
}
.list_parts li.hip a::after {
  background: #51BFD1;
}
.list_parts li.ankle::before {
  background: transparent radial-gradient(closest-side at 50% 50%, #8C79B9 0%, rgba(214, 204, 239, 0.8) 100%) 0% 0% no-repeat padding-box;
  top: 27rem;
  right: calc(50% - 21rem);
}
.list_parts li.ankle a {
  color: #8C79B9;
}
.list_parts li.ankle a::before {
  background-image: url(../img/ortho_parts_ankle.png);
}
.list_parts li.ankle a::after {
  background: #8C79B9;
}

@media screen and (width >= 36em), print {
  .ortho_parts.inner {
    padding: 0;
    height: clamp(40rem, 0.9007rem + 67.881vw, 81rem);
    max-width: 98rem;
    padding-top: 0;
    background-size: contain;
    margin: 12.5rem auto 0;
    justify-content: space-between;
    background-position: top center, top center;
  }
  @keyframes maru {
    0% {
      transform: scale(1);
      opacity: 0.8;
    }
    50% {
      transform: scale(1.2);
      opacity: 0.8;
    }
    100% {
      transform: scale(1);
      opacity: 0.8;
    }
  }
  .list_parts {
    width: clamp(14rem, -0.8768rem + 25.828vw, 29.6rem);
  }
  .list_parts li {
    margin-bottom: clamp(5rem, 0.6132rem + 7.616vw, 9.6rem);
  }
  .list_parts li::before, .list_parts li::after {
    width: clamp(3rem, -0.4331rem + 5.96vw, 6.6rem);
  }
  .list_parts li:hover a::before {
    animation: maru 2s ease-out infinite;
  }
  .list_parts li a {
    height: clamp(8rem, -1.5364rem + 16.556vw, 18rem);
    padding-top: clamp(4rem, -1.7219rem + 9.934vw, 10rem);
    width: clamp(10rem, -8.6914rem + 32.45vw, 29.6rem);
    font-size: clamp(1rem, -0.7166rem + 2.98vw, 2.8rem);
  }
  .list_parts li a::before {
    width: clamp(6rem, 0.0874rem + 10.265vw, 12.2rem);
    top: -3rem;
  }
  .list_parts li.neck::before {
    top: 8rem;
  }
  .list_parts li.elbow::before {
    top: 21rem;
    right: calc(50% - 29rem);
  }
  .list_parts li.elbow::after {
    top: 29rem;
    right: calc(50% - 24rem);
  }
  .list_parts li.knees::before {
    top: 53rem;
    right: calc(50% - 39rem);
  }
  .list_parts li.shoulder::before {
    top: 10rem;
    right: calc(50% - 65rem);
  }
  .list_parts li.hip::before {
    top: 28rem;
    left: calc(50% - 37rem);
  }
  .list_parts li.hip::after {
    top: 35rem;
    left: calc(50% - 41rem);
  }
  .list_parts li.ankle::before {
    top: 64rem;
    right: calc(50% - 60rem);
  }
}
@media print {
  body {
    width: 1300px !important;
    zoom: 0.8;
  }
}

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