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

.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;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

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

/* 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 {
  word-wrap: break-word;
}

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

h5, h6 {
  margin: 0;
}

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

p {
  margin: 0 0 1em;
}
p:last-child {
  margin: 0;
}

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

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

a {
  pointer-events: none;
}

button[class*=sub], .accordion-content a, a[href$="./"],
a[href*=blog],
a[href*=access],
a[href*=doctor],
a[href*=clinic],
a[href*=first] {
  pointer-events: auto;
}

:root {
  --clr_txt: #5A574F;
  --rgb_txt: 90, 87, 79;
  --clr_green_dark: #506651;
  --rgb_green_dark: 80, 102, 81;
  --clr_green_dark2: #3D4C3A;
  --rgb_green_dark2: 61, 76, 58;
  --clr_green_dark3: #4E634C;
  --rgb_green_dark3: 78, 99, 76;
  --clr_green: #81A27A;
  --rgb_green: 129, 162, 122;
  --clr_green_light: #E9F1E2;
  --rgb_green_light: 233, 241, 226;
  --clr_brown_dark: #675D58;
  --rgb_brown_dark: 103, 93, 88;
  --clr_brown: #A09589;
  --rgb_brown: 160, 149, 137;
  --clr_brown_light: #FCF9F2;
  --rgb_brown_light: 252, 249, 242;
  --clr_brown_light2: #F6EDD9;
  --rgb_brown_light2: 246, 237, 217;
  --clr_brown_light3: #EAE7E4;
  --rgb_brown_light3: 234, 231, 228;
  --clr_blue: #315E80;
  --rgb_blue: 49, 94, 128;
  --clr_blue_light: #DCE6E6;
  --rgb_blue_light: 220, 230, 230;
  --clr_blue_light2: #88B3C5;
  --rgb_blue_light2: 136, 179, 197;
  --clr_orange: #FFA067;
  --rgb_orange: 255, 160, 103;
  --clr_orange_light: #F6EDD9;
  --rgb_orange_light: 246, 237, 217;
  --clr_yellow: #FFE731;
  --rgb_yellow: 255, 231, 49;
}

:root {
  --padding100: calc((100% - 100rem) / 2);
}

:root {
  --padding110: calc((100% - 110rem) / 2);
}

:root {
  --padding120: calc((100% - 120rem) / 2);
}

@font-face {
  font-family: "fontello";
  src: url("fontello/font/fontello.woff2") format("woff2");
  font-display: fallback;
}
.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;
}

.bold {
  font-weight: bold;
}

.txt_large {
  font-size: 120%;
}

.txt_small {
  font-size: 80%;
}

.txt_strong {
  background: linear-gradient(to bottom, transparent 60%, var(--clr_txt) 60%);
}

.txt_green {
  color: var(--clr_green) !important;
}

.txt_play {
  font-family: "Playpen Sans", cursive;
  font-weight: 400;
}

.img_c {
  margin: 1rem auto;
}

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

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

.img_wrap img {
  width: auto;
  max-width: 90%;
  margin: auto;
}
.img_wrap img:not(:last-of-type) {
  margin: 0 auto 2rem;
}

@media screen and (min-width: 48em), 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;
  }
  .img_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 4rem 0;
  }
  .img_wrap img {
    margin: 0;
    max-width: 48%;
  }
  .img_wrap img:not(:last-of-type) {
    margin: 0;
  }
}
.sp_n {
  display: none;
}

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

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

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

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

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

body:not(.index) .main > section ~ section, body:not(.index) .flex2 > section ~ section {
  margin-top: 5rem;
}
body:not(.index) .main > section section ~ section, body:not(.index) .flex2 > section section ~ section {
  margin-top: 4rem;
}
body:not(.index) .main > section > section section ~ section, body:not(.index) .flex2 > section > section section ~ section {
  margin-top: 3rem;
}
body:not(.index) .main > section > section > section section ~ section, body:not(.index) .flex2 > section > section > section section ~ section {
  margin-top: 2rem;
}

.mth2 {
  margin-top: 5rem !important;
}

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

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

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

@media screen and (min-width: 48em), print {
  .mt50 {
    margin-top: 10rem !important;
  }
  .mt40 {
    margin-top: 8rem !important;
  }
  .mt30 {
    margin-top: 6rem !important;
  }
  .mt20 {
    margin-top: 4rem !important;
  }
  .mt10 {
    margin-top: 2rem !important;
  }
  body:not(.index) .main > section ~ section, body:not(.index) .flex2 > section ~ section {
    margin-top: 10rem;
  }
  body:not(.index) .main > section section ~ section, body:not(.index) .flex2 > section section ~ section {
    margin-top: 8rem;
  }
  body:not(.index) .main > section > section section ~ section, body:not(.index) .flex2 > section > section section ~ section {
    margin-top: 6rem;
  }
  body:not(.index) .main > section > section > section section ~ section, body:not(.index) .flex2 > section > section > section section ~ section {
    margin-top: 4rem;
  }
  .mth2 {
    margin-top: 10rem !important;
  }
  .mth3 {
    margin-top: 8rem !important;
  }
  .mth4 {
    margin-top: 6rem !important;
  }
  .mth5 {
    margin-top: 4rem !important;
  }
}
.tbl_time {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 1.2rem;
  border-bottom: 1px solid var(--clr_green_dark2);
}
.tbl_time caption {
  caption-side: bottom;
  text-align: left;
  margin-top: 1rem;
}
.tbl_time caption span {
  background: var(--clr_green_dark2);
  color: #fff;
  border-radius: 3px 3px 3px 3px;
  padding: 0 0.5rem;
  margin: 0 0.5rem 0 0;
}
@media screen and (min-width: 48em), print {
  .tbl_time caption span {
    border-radius: 6px 6px 6px 6px;
  }
}
.tbl_time tr th {
  font-weight: normal;
}
.tbl_time tr th[scope=col] {
  padding: 0.4rem 0;
  text-align: center;
  border-bottom: 1px solid var(--clr_green_dark2);
}
.tbl_time tr th[scope=col]:first-child {
  width: 32%;
}
.tbl_time tr th[scope=row] {
  padding: 0.5rem 0;
}
.tbl_time tr th[scope=row] span {
  display: block;
  font-size: 1rem;
}
.tbl_time tr td {
  text-align: center;
  line-height: 1;
}
.tbl_time tr td.op {
  color: var(--clr_green);
}
.tbl_time tr:not(:last-of-type) th[scope=row], .tbl_time tr:not(:last-of-type) td {
  border-bottom: 1px dashed var(--clr_green_dark2);
  border-right: 1px solid transparent;
  border-left: 1px solid transparent;
}

@media screen and (min-width: 48em), print {
  .tbl_time {
    table-layout: fixed;
    font-size: 2rem;
    letter-spacing: 0.05em;
    text-indent: 0.05em;
  }
  .tbl_time caption {
    text-indent: 0;
  }
  .tbl_time caption span {
    padding: 0 1.5rem;
  }
  .tbl_time tr th[scope=col] {
    padding: 1rem 0;
  }
  .tbl_time tr th[scope=col]:first-child {
    width: 28%;
  }
  .tbl_time tr th[scope=col]:last-child {
    width: 14%;
  }
  .tbl_time tr th[scope=row] {
    padding: 0.9rem 0;
  }
  .tbl_time tr th[scope=row] span {
    font-size: 1.6rem;
  }
}
.tbl_basic {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  border: 1px solid #ccc;
  font-size: 1rem;
}
.tbl_basic tr th {
  border: 1px solid #ccc;
  padding: 0.4rem;
}
.tbl_basic tr th[scope=col] {
  background: var(--clr_txt);
  color: #fff;
}
.tbl_basic tr th[scope=row] {
  background: #ccc;
}
.tbl_basic tr td {
  padding: 0.4rem;
  border: 1px solid #ccc;
}

@media screen and (min-width: 48em), print {
  .tbl_basic {
    font-size: inherit;
  }
  .tbl_basic tr th {
    padding: 1rem;
  }
  .tbl_basic tr td {
    padding: 1rem;
  }
}
.gmap {
  width: 100%;
}

.tit_01 {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 10rem;
  font-size: 2.2rem;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  padding: 1rem;
  margin: 0 1rem;
  text-align: center;
  background: var(--clr_brown_light) url(../img/deco_sasa_brown.svg) no-repeat left 1rem bottom 1rem/8rem auto;
  border-radius: 1rem 1rem 1rem 1rem;
}
@media screen and (min-width: 48em), print {
  .tit_01 {
    border-radius: 2rem 2rem 2rem 2rem;
  }
}

.tit_02 {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  margin: 0 0 1.5rem;
  padding: 1.1em 0 0.5em;
  border-bottom: 2px dashed var(--clr_green);
  background: url(../img/icon_sasa.svg) no-repeat center top/auto 0.95em;
}

body:is(.index) .tit_02 {
  border-bottom: none;
  padding: 0.9em 0 0;
  background-size: auto 0.8em;
  padding: 0.9em 0 0.3em;
}
body:is(.index) .tit_02::after {
  content: attr(data-txt);
  display: block;
  font-size: 50%;
  font-family: "Playpen Sans", cursive;
  font-weight: 400;
  color: var(--clr_green_dark2);
  letter-spacing: 0.05em;
  text-indent: 0.05em;
}

.tit_03 {
  font-size: 1.8rem;
  line-height: 1.4;
  margin: 0 0 1.5rem;
  padding: 0.3em 0.5em 0.3em 1.8em;
  background: var(--clr_green_light);
  font-weight: 700;
  letter-spacing: 0.05em;
  position: relative;
  border-radius: 0.3rem 0.3rem 0.3rem 0.3rem;
}
@media screen and (min-width: 48em), print {
  .tit_03 {
    border-radius: 0.6rem 0.6rem 0.6rem 0.6rem;
  }
}
.tit_03::before {
  content: "";
  width: 0.8em;
  height: 0.8em;
  border-radius: 50%;
  border: 3px solid var(--clr_brown);
  position: absolute;
  left: 0.7em;
  top: 0.6em;
}

.tit_04 {
  font-size: 1.6rem;
  line-height: 1.4;
  margin: 0 0 1.5rem;
  color: var(--clr_brown);
  font-weight: 700;
  letter-spacing: 0.05em;
}
.tit_04::after {
  content: "";
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, var(--clr_orange) 5em, var(--clr_brown_light3) 5em);
  display: block;
  margin: 0.2em 0 0;
}

.tit_05 {
  font-size: 1.4rem;
  line-height: 1.4;
  margin: 0 0 1rem;
  padding: 0 0 0 1em;
  font-weight: 700;
  letter-spacing: 0.05em;
  position: relative;
}
.tit_05::before {
  content: "";
  width: 6px;
  height: calc(100% - 4px);
  background: var(--clr_green_dark2);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 1px 1px 1px 1px;
}
@media screen and (min-width: 48em), print {
  .tit_05::before {
    border-radius: 2px 2px 2px 2px;
  }
}

.tit_06 {
  font-size: 1.3rem;
  line-height: 1.4;
  margin: 0 0 1rem;
  padding: 0.3em 0.5em;
  border-radius: 3px 3px 3px 3px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.05em;
  background: var(--clr_blue);
}
@media screen and (min-width: 48em), print {
  .tit_06 {
    border-radius: 6px 6px 6px 6px;
  }
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    min-height: 25rem;
    font-size: 4.2rem;
    width: 100%;
    margin: auto;
    max-width: 190rem;
    background-size: 27.9rem auto;
    background-position: left calc(50% - 79rem) bottom;
  }
  .tit_02 {
    font-size: 3.8rem;
    margin: 0 0 3rem;
  }
  body:is(.index) .tit_02 {
    font-size: 4.8rem;
  }
  .tit_03 {
    font-size: 3rem;
    margin: 0 0 3rem;
  }
  .tit_04 {
    font-size: 2.8rem;
    margin: 0 0 3rem;
  }
  .tit_05 {
    font-size: 2.4rem;
    margin: 0 0 2rem;
  }
  .tit_05::before {
    width: 8px;
  }
  .tit_06 {
    font-size: 2rem;
    margin: 0 0 2rem;
  }
}
.lst_ul {
  line-height: 1.4;
  margin: 1rem 0;
}
.lst_ul > li {
  padding: 0 0 0 1em;
  position: relative;
}
.lst_ul > li:not(:last-child) {
  margin: 0 0 1rem;
}
.lst_ul > li::before {
  content: "●";
  color: var(--clr_green_dark2);
  font-size: 60%;
  position: absolute;
  left: 0;
  top: 0.4em;
}
.lst_ul.kome > li::before {
  content: "※";
  color: var(--clr_txt);
}

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

.lst_dl01 dt {
  font-weight: bold;
}
.lst_dl01 dd {
  margin: 0 0 1rem;
}
.lst_dl01.dt1em {
  display: flex;
  flex-wrap: wrap;
}
.lst_dl01.dt1em > dt {
  width: 1em;
}
.lst_dl01.dt1em > dd {
  width: calc(100% - 1em);
}
.lst_dl01.dt2em {
  display: flex;
  flex-wrap: wrap;
}
.lst_dl01.dt2em > dt {
  width: 2em;
}
.lst_dl01.dt2em > dd {
  width: calc(100% - 2em);
}
.lst_dl01.dt3em {
  display: flex;
  flex-wrap: wrap;
}
.lst_dl01.dt3em > dt {
  width: 3em;
}
.lst_dl01.dt3em > dd {
  width: calc(100% - 3em);
}
.lst_dl01.dt4em {
  display: flex;
  flex-wrap: wrap;
}
.lst_dl01.dt4em > dt {
  width: 4em;
}
.lst_dl01.dt4em > dd {
  width: calc(100% - 4em);
}
.lst_dl01.dt5em {
  display: flex;
  flex-wrap: wrap;
}
.lst_dl01.dt5em > dt {
  width: 5em;
}
.lst_dl01.dt5em > dd {
  width: calc(100% - 5em);
}
.lst_dl01.dt6em {
  display: flex;
  flex-wrap: wrap;
}
.lst_dl01.dt6em > dt {
  width: 6em;
}
.lst_dl01.dt6em > dd {
  width: calc(100% - 6em);
}
.lst_dl01.dt7em {
  display: flex;
  flex-wrap: wrap;
}
.lst_dl01.dt7em > dt {
  width: 7em;
}
.lst_dl01.dt7em > dd {
  width: calc(100% - 7em);
}
.lst_dl01.dt8em {
  display: flex;
  flex-wrap: wrap;
}
.lst_dl01.dt8em > dt {
  width: 8em;
}
.lst_dl01.dt8em > dd {
  width: calc(100% - 8em);
}
.lst_dl01.dt9em {
  display: flex;
  flex-wrap: wrap;
}
.lst_dl01.dt9em > dt {
  width: 9em;
}
.lst_dl01.dt9em > dd {
  width: calc(100% - 9em);
}
.lst_dl01.dt10em {
  display: flex;
  flex-wrap: wrap;
}
.lst_dl01.dt10em > dt {
  width: 10em;
}
.lst_dl01.dt10em > dd {
  width: calc(100% - 10em);
}
@media screen and (min-width: 48em), print {
  .lst_dl01 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .lst_dl01 dt {
    width: 20%;
  }
  .lst_dl01 dd {
    width: 80%;
    padding: 0 0 0 1rem;
  }
}

.lst_dl02 {
  border: 1px solid var(--clr_txt);
  border-top: none;
  margin: 1em 0;
}
.lst_dl02 dt {
  padding: 0.5rem 1rem;
  text-align: center;
  font-weight: bold;
  border-top: 1px solid var(--clr_txt);
  border-bottom: 1px solid var(--clr_txt);
  background: #ccc;
}
.lst_dl02 dd {
  padding: 1rem;
}
@media screen and (min-width: 48em), print {
  .lst_dl02 {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid var(--clr_txt);
  }
  .lst_dl02 dt, .lst_dl02 dd {
    width: 50%;
    padding: 1rem 2rem;
  }
  .lst_dl02 dt {
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: none;
    border-right: 1px solid var(--clr_txt);
  }
  .lst_dl02 dt:last-of-type {
    border-bottom: none;
  }
  .lst_dl02 dd:not(:last-of-type) {
    border-bottom: 1px solid var(--clr_txt);
  }
  .lst_dl02.dt_small dt {
    width: 30%;
  }
  .lst_dl02.dt_small dd {
    width: 70%;
  }
}

.flex {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
}
.flex > li:not(:last-child) {
  margin: 0;
}

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

@media screen and (min-width: 48em), print {
  .flex {
    gap: 1rem 5rem;
  }
  .flex2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .flex2 > section, .flex2 > li, .flex2 > div {
    width: 48%;
    margin-top: 0 !important;
  }
  .flex2.lst_ul > li:nth-last-child(2) {
    margin-bottom: 0;
  }
  .flex2.gap {
    gap: 4rem;
  }
  .flex3 {
    justify-content: flex-start;
  }
  .flex3 li {
    width: 31%;
  }
  .flex3 li:not(:nth-child(3n)) {
    margin: 0 2rem 0 0;
  }
}
.tel_style {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 0.2em;
  font-family: "Playpen Sans", cursive;
  font-weight: 400;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.tel_style::before {
  font-family: "fontello";
  content: "\e81f";
  color: #fff;
  width: 2.5rem;
  height: 2.5rem;
  background: var(--clr_green);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 1.2rem;
}
@media screen and (min-width: 48em), print {
  .tel_style::before {
    width: 4.8rem;
    height: 4.8rem;
    font-size: 2.6rem;
  }
}

.box_1, .box_2 {
  padding: 1rem;
  margin: 1em 0;
  border-radius: 1rem 1rem 1rem 1rem;
}
@media screen and (min-width: 48em), print {
  .box_1, .box_2 {
    border-radius: 2rem 2rem 2rem 2rem;
  }
}
@media screen and (min-width: 48em), print {
  .box_1, .box_2 {
    padding: 3rem;
  }
}

.box_1 {
  background: var(--clr_green_light);
}

.box_2 {
  background: var(--clr_brown_light);
}

.btn_rsv, .btn_line {
  display: inline-block;
  padding: 1rem 3rem 1rem 4.5rem;
  background: #fff;
  color: var(--clr_txt);
  text-decoration: none !important;
  border-radius: 100vh;
  position: relative;
  line-height: 1.4;
  font-weight: 700;
}
.btn_rsv::before, .btn_line::before {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-weight: normal;
}
@media screen and (min-width: 48em), print {
  .btn_rsv, .btn_line {
    padding: 1.4rem 5rem 1.4rem 7rem;
  }
  .btn_rsv::before, .btn_line::before {
    width: 4rem;
    height: 4rem;
    font-size: 2rem;
  }
}

.btn_rsv {
  border: 2px solid var(--clr_brown);
  box-shadow: 0 2px 0 var(--clr_brown);
}
@media screen and (min-width: 48em), print {
  .btn_rsv {
    box-shadow: 0 4px 0 var(--clr_brown);
  }
}
.btn_rsv::before {
  font-family: "fontello";
  content: "\e81a";
  background: var(--clr_brown);
}
@media screen and (min-width: 48em), print {
  .btn_rsv:is(:hover, :focus-visible) {
    background: var(--clr_brown_light);
    opacity: 1;
  }
}

.btn_line {
  border: 2px solid var(--clr_green);
  box-shadow: 0 2px 0 var(--clr_green);
}
@media screen and (min-width: 48em), print {
  .btn_line {
    box-shadow: 0 4px 0 var(--clr_green);
  }
}
.btn_line::before {
  font-family: "fontello";
  content: "\e800";
  background: var(--clr_green);
}
@media screen and (min-width: 48em), print {
  .btn_line:is(:hover, :focus-visible) {
    background: var(--clr_green_light);
    opacity: 1;
  }
}

.btn_1, .btn_2 {
  display: inline-block;
  padding: 1rem 3.5rem 1rem 3rem;
  background: #fff;
  color: var(--clr_txt);
  text-decoration: none !important;
  border-radius: 100vh;
  position: relative;
  line-height: 1.4;
  transition: 0.3s;
}
.btn_1::after, .btn_2::after {
  font-family: "fontello";
  content: "\e828";
  position: absolute;
  right: 0.9em;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 48em), print {
  .btn_1, .btn_2 {
    padding: 1.4rem 5.5rem;
  }
}

.btn_1 {
  border: 2px solid var(--clr_green);
  box-shadow: 0 2px 0 var(--clr_green);
}
@media screen and (min-width: 48em), print {
  .btn_1 {
    box-shadow: 0 4px 0 var(--clr_green);
  }
}
.btn_1::after {
  color: var(--clr_green);
}
@media screen and (min-width: 48em), print {
  .btn_1:is(:hover, :focus-visible) {
    background: var(--clr_green_light);
    opacity: 1;
  }
}

.btn_2 {
  border: 2px solid var(--clr_brown);
  box-shadow: 0 2px 0 var(--clr_brown);
}
@media screen and (min-width: 48em), print {
  .btn_2 {
    box-shadow: 0 4px 0 var(--clr_brown);
  }
}
.btn_2::after {
  color: var(--clr_brown);
}
@media screen and (min-width: 48em), print {
  .btn_2:is(:hover, :focus-visible) {
    background: var(--clr_brown_light);
    opacity: 1;
  }
}

.linkout {
  display: inline-block;
  color: var(--clr_txt);
}
.linkout::after {
  font-family: "fontello";
  content: "\cc05";
  margin-left: 0.3rem;
}
@media screen and (min-width: 48em), print {
  .linkout::after {
    margin-left: 0.5rem;
  }
  .linkout::after:hover {
    text-decoration: none;
  }
}
.linkout.pdf::after {
  font-family: "fontello";
  content: "\cc04";
}

@media screen and (min-width: 48em), print {
  .slick-arrow {
    position: absolute;
    cursor: pointer;
    line-height: 0;
    font-size: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 5;
    width: 5rem;
    height: 5rem;
    top: 26rem;
  }
  .slick-arrow::before {
    font-size: 5rem;
    color: var(--clr_green);
    transition: 0.3s;
  }
  .slick-arrow.slick-prev {
    left: -6rem;
  }
  .slick-arrow.slick-prev::before {
    font-family: "fontello";
    content: "\e829";
  }
  .slick-arrow.slick-next {
    right: -6rem;
  }
  .slick-arrow.slick-next::before {
    font-family: "fontello";
    content: "\e828";
  }
  .slick-arrow:is(:hover, :focus-visible)::before {
    filter: brightness(110%);
  }
}
.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);
}
.slick-dots li button:is(:hover, :focus-visible) {
  opacity: 0.8;
}
.slick-dots li.slick-active button {
  opacity: 0.75;
}

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

body {
  background: #fff;
  color: var(--clr_txt);
  font-family: "Noto Sans JP", sans-serif;
}
body::after {
  visibility: hidden;
  width: 100vw;
  height: 100vh;
  content: "";
  background: rgba(var(--rgb_brown), 0.6);
  position: fixed;
  top: 0;
  z-index: 90;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
  backdrop-filter: blur(0.6rem);
}
body.spnav_modal {
  overflow: hidden !important;
}
body.spnav_modal::after {
  visibility: visible;
  opacity: 1;
}

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

.main {
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
.main a:not([class*=btn], [href*="tel:"]) {
  text-decoration: underline;
}

@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;
  }
  .wrap {
    width: 1200px;
    margin: auto;
  }
  .main {
    font-size: 2rem;
    line-height: 2;
  }
  .main a:not([class*=btn]):hover {
    opacity: 1;
    text-decoration: none;
  }
}
.header {
  position: relative;
}
.header > .wrap .logo {
  width: 100%;
  height: 8rem;
  padding: 1rem 0 0;
  position: relative;
  z-index: 100;
  background: #fff;
  transition: 0.5s;
}
.header > .wrap .logo.hide {
  transform: translateY(-150%);
}
.header > .wrap .logo a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/logo.svg) no-repeat center/contain;
}
.header > .wrap .logo a .clip {
  display: block;
  height: 100%;
  overflow: hidden;
  clip-path: inset(50%);
  color: transparent;
}
.header > .wrap .headR {
  display: none;
}

@media screen and (min-width: 48em), print {
  .header > .wrap {
    padding: 1rem 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header > .wrap .logo {
    width: 51rem;
    height: 14.8rem;
    padding: 0;
    position: relative;
    z-index: 101;
    background: none;
  }
  .header > .wrap .logo a {
    width: 100%;
  }
  .header > .wrap .headR {
    width: calc(100% - 51rem);
    display: flex;
    justify-content: flex-end;
  }
  .header > .wrap .headR ul li .tel_style {
    font-size: 3.6rem;
  }
}
#nav {
  width: 100vw;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
#nav #sp_menu {
  display: flex;
  width: 100%;
  background: #fff;
}
#nav #sp_menu li {
  flex: 1;
  padding: 0.5rem 0;
}
#nav #sp_menu li a, #nav #sp_menu li button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  padding: 0 0.5rem;
  color: var(--clr_brown_dark);
}
#nav #sp_menu li a.spnav_home::before, #nav #sp_menu li button.spnav_home::before {
  font-family: "fontello";
  content: "\e825";
  color: var(--clr_green_dark2);
  font-size: 2rem;
}
#nav #sp_menu li a.spnav_doc::before, #nav #sp_menu li button.spnav_doc::before {
  font-family: "fontello";
  content: "\e81c";
  color: var(--clr_green_dark2);
  font-size: 2rem;
}
#nav #sp_menu li a.spnav_acs::before, #nav #sp_menu li button.spnav_acs::before {
  font-family: "fontello";
  content: "\e81e";
  color: var(--clr_green_dark2);
  font-size: 2rem;
}
#nav #sp_menu li a.spnav_first::before, #nav #sp_menu li button.spnav_first::before {
  font-family: "fontello";
  content: "\e81d";
  color: var(--clr_green_dark2);
  font-size: 2rem;
}
#nav #sp_menu li a.menu::before, #nav #sp_menu li button.menu::before {
  font-family: "fontello";
  content: "\cc01";
  color: var(--clr_green_dark2);
  font-size: 2rem;
}
#nav #sp_menu li a {
  border-right: 1px solid var(--clr_green_light);
}
#nav #sp_menu li .menu::before {
  color: var(--clr_txt) !important;
}
#nav #sp_menu li .menu.close::before {
  font-family: "fontello";
  content: "\cc02";
}
#nav .gnav_subnav {
  display: none;
  width: 94vw;
  overflow-y: auto;
  background: #fff;
  padding: 1.6rem;
  margin: auto;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 100;
}
#nav .gnav_subnav .gnav > li a, #nav .gnav_subnav .gnav > li .sub {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-align: left;
  padding: 1rem;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
#nav .gnav_subnav .gnav > li a.current, #nav .gnav_subnav .gnav > li .sub.current {
  color: var(--clr_green);
}
#nav .gnav_subnav .gnav > li .sub {
  gap: 0.4rem;
}
#nav .gnav_subnav .gnav > li .sub::after {
  font-family: "fontello";
  content: "\e823";
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: var(--clr_green);
}
#nav .gnav_subnav .gnav > li .sub.close::after {
  font-family: "fontello";
  content: "\e819";
}
#nav .gnav_subnav .gnav > li .subbox {
  display: none;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.16);
  border-radius: 0.6rem 0.6rem 0.6rem 0.6rem;
  overflow: hidden;
  padding: 1rem;
}
@media screen and (min-width: 48em), print {
  #nav .gnav_subnav .gnav > li .subbox {
    border-radius: 1.2rem 1.2rem 1.2rem 1.2rem;
  }
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li a {
  display: block;
  padding: 1rem;
  color: var(--clr_txt);
  border-radius: 0.3rem 0.3rem 0.3rem 0.3rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 48em), print {
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a {
    border-radius: 0.6rem 0.6rem 0.6rem 0.6rem;
  }
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li a br {
  display: none;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li a.current {
  color: #fff;
  background: var(--clr_green);
}
#nav .gnav_subnav #menu_close {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  color: var(--clr_txt);
  background: rgba(var(--rgb_green), 0.2);
  text-align: center;
  padding: 0.6rem 0;
  margin: 1rem 0 0;
}
#nav .gnav_subnav #menu_close::before {
  font-family: "fontello";
  content: "\cc02";
  margin: 0 0.6rem 0 0;
}

@media screen and (min-width: 48em), print {
  #nav {
    width: auto;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    transition: 0.8s;
  }
  #nav.hide {
    transform: translateY(-300%);
  }
  #nav #sp_menu {
    display: none;
  }
  #nav .gnav_subnav {
    display: block !important;
    width: 100%;
    max-height: calc(var(--vh, 1vh) * 100);
    overflow-y: visible;
    padding: 0;
    position: static;
  }
  #nav .gnav_subnav .gnav {
    width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: none;
  }
  #nav .gnav_subnav .gnav > li {
    width: auto;
    position: relative;
  }
  #nav .gnav_subnav .gnav > li:not(:last-child) {
    border-bottom: none;
  }
  #nav .gnav_subnav .gnav > li a, #nav .gnav_subnav .gnav > li .sub {
    justify-content: center;
    text-align: center;
    font-size: 2rem;
    padding: 1rem 0 2rem;
    margin: 0;
    cursor: pointer;
  }
  #nav .gnav_subnav .gnav > li a:is(:hover, :focus-visible, .current), #nav .gnav_subnav .gnav > li .sub:is(:hover, :focus-visible, .current) {
    color: var(--clr_green);
    opacity: 1;
  }
  #nav .gnav_subnav .gnav > li .subbox {
    display: none;
    width: 26rem;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.16);
    background: #fff;
    padding: 2rem;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a {
    padding: 0.5rem 1rem;
    text-align: left;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a:is(:hover, :focus-visible, .current) {
    color: #fff;
    background: var(--clr_green);
    opacity: 1;
  }
  #nav .gnav_subnav #menu_close {
    display: none;
  }
}
.side_btn {
  display: none;
}

@media screen and (min-width: 48em), print {
  .side_btn {
    display: block;
    position: fixed;
    right: 1rem;
    top: 15%;
    z-index: 200;
  }
  .side_btn li:not(:last-of-type) {
    margin: 0 0 1.2rem;
  }
  .side_btn li a {
    writing-mode: vertical-rl;
    white-space: nowrap;
    text-orientation: upright;
    padding: 6rem 1.3rem 3rem;
    font-size: 2.2rem;
  }
  .side_btn li a::before {
    left: 50%;
    top: 1rem;
    transform: translateX(-50%);
  }
}
.overview {
  background: var(--clr_brown_light);
  padding: 4rem 1rem;
  font-size: 1.25rem;
  line-height: 1.6;
}
.overview .clinic_name {
  margin: 0 0 2rem;
}
.overview .clinic_name img {
  max-width: 90%;
  margin: auto;
}
.overview > .wrap .overviewL .gaiyo {
  width: 100%;
  margin: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  letter-spacing: 0.05em;
}
.overview > .wrap .overviewL .gaiyo dt {
  width: 24%;
  color: var(--clr_txt);
  text-align: center;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
}
.overview > .wrap .overviewL .gaiyo dt span {
  background: var(--clr_blue_light2);
  border-radius: 3px 3px 3px 3px;
  display: block;
  color: #fff;
}
@media screen and (min-width: 48em), print {
  .overview > .wrap .overviewL .gaiyo dt span {
    border-radius: 6px 6px 6px 6px;
  }
}
.overview > .wrap .overviewL .gaiyo dd {
  width: 76%;
  padding: 0 0 0 1rem;
}
.overview > .wrap .overviewL .gaiyo dt:not(:last-of-type), .overview > .wrap .overviewL .gaiyo dd:not(:last-of-type) {
  margin: 0 0 1rem;
}
.overview > .wrap .overviewL .tbl_wrap {
  margin: 2rem 0;
  background: #fff;
  border-radius: 0.6rem 0.6rem 0.6rem 0.6rem;
  padding: 1rem;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 48em), print {
  .overview > .wrap .overviewL .tbl_wrap {
    border-radius: 1.2rem 1.2rem 1.2rem 1.2rem;
  }
}
.overview > .wrap .overviewR .gmap {
  height: 100vw;
}
.overview > .wrap .overviewR ul {
  display: flex;
  gap: 1rem;
  margin: 2rem 0 0;
}
.overview > .wrap .overviewR ul li {
  flex: 1;
  border-radius: 0.6rem 0.6rem 0.6rem 0.6rem;
  color: #fff;
  background: var(--clr_brown);
  text-align: center;
  padding: 1rem 0;
}
@media screen and (min-width: 48em), print {
  .overview > .wrap .overviewR ul li {
    border-radius: 1.2rem 1.2rem 1.2rem 1.2rem;
  }
}
.overview > .wrap .overviewR ul li::before {
  margin: 0 1rem 0 0;
}
.overview > .wrap .overviewR ul li.car::before {
  font-family: "fontello";
  content: "\e821";
}
.overview > .wrap .overviewR ul li.bike::before {
  font-family: "fontello";
  content: "\e820";
}

@media screen and (min-width: 48em), print {
  .overview {
    padding: 6rem 0;
    font-size: 2rem;
  }
  .overview .clinic_name {
    margin: 0 0 4.5rem;
  }
  .overview .clinic_name img {
    max-width: 56rem;
  }
  .overview > .wrap {
    display: flex;
    justify-content: space-between;
  }
  .overview > .wrap .overviewL, .overview > .wrap .overviewR {
    width: 48%;
  }
  .overview > .wrap .overviewL .gaiyo dt {
    width: 21%;
  }
  .overview > .wrap .overviewL .gaiyo dt span {
    padding: 0.4rem 0;
  }
  .overview > .wrap .overviewL .gaiyo dd {
    width: 79%;
    padding: 0 0 0 1.5rem;
    line-height: 2;
  }
  .overview > .wrap .overviewL .gaiyo dt:not(:last-of-type), .overview > .wrap .overviewL .gaiyo dd:not(:last-of-type) {
    margin: 0 0 2rem;
  }
  .overview > .wrap .overviewL .tbl_wrap {
    margin: 3rem 0 0;
    padding: 3rem 1rem;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  }
  .overview > .wrap .overviewR .gmap {
    height: 67.6rem;
  }
  .overview > .wrap .overviewR ul {
    justify-content: center;
    gap: 2rem;
    margin: 2.5rem 0 0;
  }
  .overview > .wrap .overviewR ul li {
    min-width: 22.7rem;
    flex: none;
    padding: 1.3rem 0;
  }
}
#tel_up {
  width: 100%;
  height: 4rem;
  background: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  font-size: 1.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#tel_up ul {
  width: calc(100% - 4rem);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
#tel_up ul li {
  flex: auto;
  height: 100%;
  text-align: center;
  border: 2px solid var(--clr_green);
  border-right: none;
}
#tel_up ul li .tel_style {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--clr_green);
}
#tel_up ul li .tel_style::before {
  font-size: 1.6rem;
}
#tel_up ul li .btn_rsv, #tel_up ul li .btn_line {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  box-shadow: none;
  border: none;
  padding: 0;
  border-radius: 0;
}
#tel_up ul li .btn_rsv::before, #tel_up ul li .btn_line::before {
  position: static;
  transform: translateY(0);
}
#tel_up #pageup {
  display: block;
  width: 4rem;
  height: 100%;
  font-size: 1.6rem;
  color: var(--clr_green_dark);
  text-align: center;
  padding: 1rem;
  line-height: 1;
  overflow: hidden;
  position: relative;
  z-index: 101;
  border: 2px solid var(--clr_green_dark);
}
#tel_up #pageup::before {
  display: block;
  font-family: "fontello";
  content: "\e822";
}
#tel_up .clip {
  display: block;
  font-size: 1rem;
  clip-path: inset(50%);
  color: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: 0;
}

@media screen and (min-width: 48em), print {
  #tel_up {
    width: 6rem;
    height: 6rem;
    bottom: 4rem;
    right: 6rem;
    left: auto;
    background: none;
    padding: 0;
    box-shadow: none;
    visibility: hidden;
  }
  #tel_up ul {
    display: none;
  }
  #tel_up #pageup {
    width: 100%;
    font-size: 2.2rem;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 4px 0 var(--clr_green_dark);
  }
  #tel_up #pageup:is(:hover, :focus-visible) {
    background: var(--clr_green_light);
    opacity: 1;
  }
}
.footer {
  text-align: center;
  padding: 0 0 4rem;
  background: var(--clr_brown_light2);
}
.footer .copy_wrap {
  background: var(--clr_green_dark2);
  color: #fff;
  padding: 1rem;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
}
.footer .copy_wrap .copy {
  display: block;
  margin: 1rem 0 0;
}
.footer ul {
  display: none;
}

@media screen and (min-width: 48em), print {
  .footer {
    padding: 4rem 0 0;
  }
  .footer .copy_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3.5rem var(--padding120) 10rem;
    margin: 4.5rem 0 0;
    font-size: 2rem;
  }
  .footer .copy_wrap .copy {
    margin: 0;
  }
  .footer ul {
    display: block;
    text-align: center;
    max-width: 80rem;
    margin: auto;
    display: flex;
    justify-content: center;
    gap: 1rem 2rem;
    flex-wrap: wrap;
  }
  .footer ul.gnav {
    margin: 0 auto 1rem;
  }
  .footer ul li {
    font-size: 2rem;
    -webkit-text-size-adjust: none;
    position: relative;
    letter-spacing: 0.05em;
    text-indent: 0.05em;
  }
  .footer ul li:not(:last-child)::after {
    content: "|";
    position: absolute;
    right: -1.4rem;
  }
  .footer ul li.last-in-row::after {
    opacity: 0;
  }
  .footer ul li a {
    opacity: 1;
  }
  .footer ul li a:hover {
    text-decoration: underline;
  }
  .footer ul li a br {
    display: none;
  }
  .footer ul li.about, .footer ul li.treatment {
    display: none;
  }
}
.keyvsl {
  width: calc(100% - 2rem);
  margin: 0 auto 20rem;
  padding: 8rem 1rem 16rem;
  position: relative;
  background-color: var(--clr_brown_light);
  border-radius: 1rem 1rem 1rem 1rem;
}
@media screen and (min-width: 48em), print {
  .keyvsl {
    border-radius: 2rem 2rem 2rem 2rem;
  }
}
.keyvsl #keyvsl {
  width: 25rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  visibility: hidden;
  margin: auto;
}
.keyvsl #keyvsl .slick-list div {
  position: relative;
}
.keyvsl #keyvsl .slick-list div img {
  object-fit: cover;
  margin: auto;
}
.keyvsl .catch_wrap .catch {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  width: fit-content;
  white-space: nowrap;
  margin: 0 auto;
  line-height: 1.45;
  position: absolute;
  top: 1rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  opacity: 0;
  transition: 0.6s;
  text-shadow: var(--clr_brown_light) 3px 0px 0px, var(--clr_brown_light) 2.83487px 0.981584px 0px, var(--clr_brown_light) 2.35766px 1.85511px 0px, var(--clr_brown_light) 1.62091px 2.52441px 0px, var(--clr_brown_light) 0.705713px 2.91581px 0px, var(--clr_brown_light) -0.287171px 2.98622px 0px, var(--clr_brown_light) -1.24844px 2.72789px 0px, var(--clr_brown_light) -2.07227px 2.16926px 0px, var(--clr_brown_light) -2.66798px 1.37182px 0px, var(--clr_brown_light) -2.96998px 0.42336px 0px, var(--clr_brown_light) -2.94502px -0.571704px 0px, var(--clr_brown_light) -2.59586px -1.50383px 0px, var(--clr_brown_light) -1.96093px -2.27041px 0px, var(--clr_brown_light) -1.11013px -2.78704px 0px, var(--clr_brown_light) -0.137119px -2.99686px 0px, var(--clr_brown_light) 0.850987px -2.87677px 0px, var(--clr_brown_light) 1.74541px -2.43999px 0px, var(--clr_brown_light) 2.44769px -1.73459px 0px, var(--clr_brown_light) 2.88051px -0.838247px 0px;
}
.keyvsl .catch_wrap .catch.active {
  opacity: 1;
}
.keyvsl .catch_wrap .catch .txt_medium {
  font-size: 116.6%;
  letter-spacing: 0.05em;
}
.keyvsl .catch_wrap .catch .txt_large {
  font-size: 155.5%;
  letter-spacing: 0.05em;
}
.keyvsl .catch_wrap .catch .circle {
  position: relative;
  text-shadow: none;
}
.keyvsl .catch_wrap .catch .circle::before {
  content: "";
  width: 2em;
  height: 2em;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  inset: 0;
  margin: auto;
  z-index: -1;
}
.keyvsl > .wrap {
  position: absolute;
  bottom: -19rem;
  left: 0;
  right: 0;
  padding: 2rem 1rem;
}
.keyvsl > .wrap .kv_feat {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, 1fr);
}
.keyvsl > .wrap .kv_feat li {
  background: var(--clr_blue_light);
  border-radius: 0.8rem;
  color: var(--clr_blue);
  font-weight: bold;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  text-align: center;
  min-height: 5.5rem;
  outline: 1px solid #fff;
  outline-offset: -4px;
  line-height: 1.16;
  position: relative;
}
.keyvsl > .wrap .kv_feat li::before {
  content: "";
  width: 3rem;
  height: 2rem;
  background: url(../img/icon_sasa.svg) no-repeat center/100% auto;
  position: absolute;
  top: -0.8rem;
  left: 50%;
  transform: translateX(-50%);
}
.keyvsl > .wrap .kv_feat li .txt_green {
  font-size: 85.7%;
  color: var(--clr_green_dark2);
}
.keyvsl > .wrap .open {
  margin: 1rem 0 3rem;
  background: rgba(var(--rgb_green_dark), 0.9);
  color: #fff;
  font-weight: 700;
  width: calc(100% + 2rem);
  margin-left: -2rem;
  padding: 1.5rem 1rem 1.5rem 3rem;
  border-radius: 0 2rem 2rem 0;
  display: flex;
  justify-content: center;
  gap: 2rem;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  position: relative;
}
.keyvsl > .wrap .open::after {
  content: "";
  width: 4rem;
  height: 4rem;
  background: url(../img/index_kv_sasa.svg) no-repeat center/100% auto;
  position: absolute;
  bottom: -2rem;
  right: 1rem;
}
.keyvsl > .wrap .open li {
  font-size: 1.2rem;
  text-align: center;
}
.keyvsl > .wrap .open li .txt_medium {
  font-size: 118%;
}
.keyvsl > .wrap .open li .txt_large {
  font-size: 136.3%;
}
.keyvsl > .wrap .open li.show {
  padding: 0 0 0 2rem;
  border-left: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 48em), print {
  .keyvsl {
    height: 72.6rem;
    width: 100%;
    max-width: 190rem;
    padding: 0;
    margin: 0 auto 12rem;
    background-image: url(../img/index_kv_illust.png);
    background-repeat: no-repeat;
    background-size: 21.7rem auto;
    background-position: top 35.5rem left calc(50% - 59rem);
  }
  .keyvsl #keyvsl {
    width: 70rem;
    position: absolute;
    right: calc(50% - 60rem);
    top: 50%;
    transform: translateY(-50%);
  }
  .keyvsl #keyvsl .slick-list div img {
    height: 70rem !important;
  }
  .keyvsl .catch_wrap .catch {
    font-size: 3.6rem;
    left: calc(50% - 60rem);
    top: 2rem;
    transform: translateX(0);
    min-height: 19rem;
    display: flex;
    align-items: center;
  }
  .keyvsl > .wrap {
    bottom: 0;
    width: 100%;
    padding: 6rem var(--padding120);
  }
  .keyvsl > .wrap .kv_feat {
    gap: 0 1rem;
    width: 32.9rem;
    margin: 0 0 12rem 9.1rem;
  }
  .keyvsl > .wrap .kv_feat li {
    border-radius: 50%;
    font-size: 2.4rem;
    flex-direction: column;
    width: 16rem;
    height: 16rem;
    outline-offset: -6px;
  }
  .keyvsl > .wrap .kv_feat li::before {
    width: 5rem;
    height: 3.1rem;
  }
  .keyvsl > .wrap .kv_feat li:nth-child(2) {
    margin-left: -8.3rem;
  }
  .keyvsl > .wrap .kv_feat li:nth-child(3) {
    margin-left: 8.3rem;
  }
  .keyvsl > .wrap .kv_feat li:nth-child(3), .keyvsl > .wrap .kv_feat li:nth-child(4) {
    margin-top: -1.1rem;
  }
  .keyvsl > .wrap .open {
    margin: 0 !important;
    width: calc(47.2rem + (100% - 120rem) / 2);
    padding: 3rem 5rem 3rem 0;
    justify-content: flex-end;
    gap: 3rem;
    position: absolute;
    left: 0;
    bottom: 2rem;
  }
  .keyvsl > .wrap .open::after {
    width: 7.3rem;
    height: 6.7rem;
    bottom: -3.2rem;
    right: 1.5rem;
  }
  .keyvsl > .wrap .open li {
    font-size: 2.2rem;
  }
  .keyvsl > .wrap .open li.show {
    padding: 0 0 0 4rem;
  }
  .keyvsl > .wrap .time {
    position: absolute;
    right: 4rem;
    bottom: 2rem;
    width: 60rem;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 1.2rem;
    padding: 1rem 2rem 2rem;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  }
}
.bnr_recruit {
  display: block;
  margin: 0 1rem 4rem;
  padding: 0.8rem 1rem;
  border: 2px solid var(--clr_green);
  border-radius: 0.6rem 0.6rem 0.6rem 0.6rem;
  background: url(../img/bnr_recruit.jpg) no-repeat center/cover;
  text-align: center;
  text-decoration: none !important;
}
@media screen and (min-width: 48em), print {
  .bnr_recruit {
    border-radius: 1.2rem 1.2rem 1.2rem 1.2rem;
  }
}
.bnr_recruit p {
  color: var(--clr_green_dark2);
  margin: 0 auto 0.5rem;
  padding: 0 0 0.2rem;
  line-height: 1.44;
  border-bottom: 2px dotted var(--clr_green);
  width: fit-content;
  font-size: 1.4rem;
  font-weight: 700;
}
.bnr_recruit span {
  background: var(--clr_orange);
  color: #fff;
  display: block;
  width: fit-content;
  margin: auto;
  padding: 0 1.5rem;
  border-radius: 100vh;
  font-size: 1rem;
}

@media screen and (min-width: 48em), print {
  .bnr_recruit {
    width: 75rem;
    margin: 0 auto 6rem;
    padding: 1.5rem 1rem;
  }
  .bnr_recruit p {
    margin: 0 auto 1.5rem;
    border-bottom: 3px dotted var(--clr_green);
    font-size: 3.4rem;
  }
  .bnr_recruit span {
    padding: 0 4.3rem;
    font-size: 1.8rem;
    transition: 0.3s;
    border: 2px solid var(--clr_orange);
    line-height: 1.8;
  }
  .bnr_recruit:is(:hover, :focus-visible) span {
    color: var(--clr_orange);
    background: #fff;
  }
}
.info_blog {
  padding: 0 2rem 4rem;
}
.info_blog > section {
  border-radius: 1rem 1rem 1rem 1rem;
  padding: 2rem 1rem;
}
@media screen and (min-width: 48em), print {
  .info_blog > section {
    border-radius: 2rem 2rem 2rem 2rem;
  }
}
.info_blog > section > .tit {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0 0 1.5rem;
  letter-spacing: 0.05em;
}
.info_blog > section > .tit::after {
  content: attr(data-txt);
  font-size: 66.6%;
  font-family: "Playpen Sans", cursive;
  font-weight: 400;
  margin: 0 0 0 1rem;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 48em), print {
  .info_blog {
    margin: 0 auto 12rem;
    padding: 0 var(--padding120);
    width: 100%;
    height: 55rem;
    display: flex;
    gap: 2rem;
    overflow-x: clip;
  }
  .info_blog > section {
    flex: 1;
    padding: 4rem 4.5rem;
  }
  .info_blog > section > .tit {
    font-size: 3rem;
  }
}
.info {
  border: 4px solid var(--clr_green_light);
  position: relative;
}
.info::before {
  content: "";
  width: 4rem;
  height: 4rem;
  background: url(../img/icon_sasa_left.svg) no-repeat center/100% auto;
  position: absolute;
  left: -2rem;
  top: -2rem;
}
.info > .tit {
  border-bottom: 2px solid var(--clr_green);
}
.info > .tit::after {
  color: var(--clr_green_dark2);
}
.info .accordion-container {
  min-height: 50vw;
  max-height: 100vw;
  overflow-y: auto;
  overscroll-behavior-y: none;
  scrollbar-color: var(--clr_green) #fff;
}
.info .accordion-container::-webkit-scrollbar {
  border-radius: 100vw;
}
.info .accordion-container::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 100vw;
}
.info .accordion-container::-webkit-scrollbar-thumb {
  background: var(--clr_green);
  border-radius: 100vw;
}
.info .accordion-container .accordion-item .accordion-header {
  display: block;
  position: relative;
  padding: 0 0 0 1.5em;
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1.8;
  cursor: pointer;
}
.info .accordion-container .accordion-item .accordion-header::before {
  font-family: "fontello";
  content: "\e823";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--clr_green_dark2);
  font-weight: normal;
  padding: 0 0 0 1px;
}
.info .accordion-container .accordion-item[open] .accordion-header:before {
  font-family: "fontello";
  content: "\e819";
}
.info .accordion-container .accordion-item .accordion-content {
  line-height: 2;
  margin: 0.5em 0 0;
}
.info .accordion-container .accordion-item:not(:first-of-type) .accordion-header {
  margin: 1em 0 0.5em;
  padding: 1em 0 0 1.5em;
  border-top: 1px dashed var(--clr_green);
}
.info .accordion-container .accordion-item:not(:first-of-type) .accordion-header::before {
  top: 1em;
}

@media screen and (min-width: 48em), print {
  .info::before {
    width: 7.8rem;
    height: 7.9rem;
    left: -2.9rem;
    top: -3.8rem;
  }
  .info .accordion-container {
    min-height: 0;
    max-height: 39rem;
  }
  .info .accordion-container .accordion-item .accordion-header {
    font-size: 2.2rem;
    transition: 0.3s;
  }
  .info .accordion-container .accordion-item .accordion-header:is(:hover, :focus-visible) {
    color: var(--clr_green);
  }
}
.blog_container {
  margin: 2rem 0 0;
  border: 4px solid var(--clr_brown_light2);
  position: relative;
}
.blog_container::before {
  content: "";
  width: 4rem;
  height: 4rem;
  background: url(../img/icon_sasa_right.svg) no-repeat center/100% auto;
  position: absolute;
  right: -2rem;
  bottom: -2rem;
}
.blog_container > .tit {
  border-bottom: 2px solid var(--clr_brown);
}
.blog_container > .tit::after {
  color: var(--clr_brown);
}
.blog_container .blog_lst {
  min-height: 50vw;
  max-height: 100vw;
  overflow-y: auto;
  overscroll-behavior-y: none;
  scrollbar-color: var(--clr_brown) #fff;
}
.blog_container .blog_lst::-webkit-scrollbar {
  border-radius: 100vw;
}
.blog_container .blog_lst::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 100vw;
}
.blog_container .blog_lst::-webkit-scrollbar-thumb {
  background: var(--clr_brown);
  border-radius: 100vw;
}
.blog_container .blog_lst li:not(:last-of-type) {
  margin: 0 0 1em;
  padding: 0 0 1em;
  border-bottom: 1px dashed var(--clr_brown);
}
.blog_container .blog_lst li a {
  text-decoration: none;
}
.blog_container .blog_lst li a .tit {
  font-size: 1.3rem;
  font-weight: 700;
  position: relative;
  padding: 0 0 0 1.5em;
  margin: 0 0 0.5em;
}
.blog_container .blog_lst li a .tit::before {
  font-family: "fontello";
  content: "\e828";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--clr_brown);
  font-weight: normal;
  padding: 0 0 0 1px;
}
.blog_container .blog_lst li a .sum {
  line-height: 2;
}

@media screen and (min-width: 48em), print {
  .blog_container {
    margin: 0;
  }
  .blog_container::before {
    width: 7.8rem;
    height: 7.9rem;
    right: -4.9rem;
    bottom: -3.8rem;
  }
  .blog_container .blog_lst {
    min-height: 0;
    max-height: 39rem;
  }
  .blog_container .blog_lst li a .tit {
    font-size: 2.2rem;
    line-height: 1.8;
    transition: 0.3s;
  }
  .blog_container .blog_lst li a:is(:hover, :focus-visible) .tit {
    color: var(--clr_brown);
  }
}
.greeting {
  background: var(--clr_green_light);
  padding: 6rem 1rem 4rem;
}
.greeting .txt_wrap {
  background: #fff;
  padding: 1rem 1rem 3rem;
  border-radius: 1rem 1rem 1rem 1rem;
}
@media screen and (min-width: 48em), print {
  .greeting .txt_wrap {
    border-radius: 2rem 2rem 2rem 2rem;
  }
}
.greeting .txt_wrap .tit_02 {
  margin-top: -4.2rem;
}
.greeting .txt_wrap .dr_img img {
  width: 80%;
  margin: 2rem auto 1rem;
  border-radius: 1rem 1rem 1rem 1rem;
}
@media screen and (min-width: 48em), print {
  .greeting .txt_wrap .dr_img img {
    border-radius: 2rem 2rem 2rem 2rem;
  }
}
.greeting .txt_wrap .dr_img p {
  text-align: center;
}
.greeting .txt_wrap .dr_img p span {
  font-size: 120%;
}
.greeting .txt_wrap .btn_1 {
  margin: 1rem auto 0;
  display: block;
  width: fit-content;
}

@media screen and (min-width: 48em), print {
  .greeting {
    padding: 17.2rem 0 14rem;
    background-image: url(../img/deco_sasa_green.svg);
    background-repeat: no-repeat;
    background-size: 18rem auto;
    background-position: bottom 8.7rem left calc(50% + 77rem);
  }
  .greeting .txt_wrap {
    padding: 1rem 10.5rem 6rem var(--padding120);
    width: calc(90.5rem + var(--padding120));
    position: relative;
  }
  .greeting .txt_wrap .tit_02 {
    margin-top: -8.5rem;
  }
  .greeting .txt_wrap .dr_img {
    position: absolute;
    right: -29.5rem;
    top: 3.4rem;
  }
  .greeting .txt_wrap .dr_img img {
    width: 36rem;
    margin: 0 0 2.5rem;
  }
  .greeting .txt_wrap .btn_1 {
    margin: 0 0 0 auto;
  }
}
.feature {
  padding: 4rem 2rem 10rem;
  position: relative;
}
.feature::before {
  content: "";
  width: 100%;
  height: 96%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--clr_brown_light) url(../img/index_feat_deco.svg) no-repeat center bottom/80% auto;
  border-radius: 100vw 100vw 0 0;
  z-index: -1;
}
.feature ol {
  counter-reset: number 0;
}
.feature ol li {
  position: relative;
  padding: 3.3rem 0 0;
}
.feature ol li::before {
  content: "";
  width: 100%;
  height: 17rem;
  display: block;
  border-radius: 1rem 1rem 1rem 1rem;
  margin: 0 0 1.5rem;
}
@media screen and (min-width: 48em), print {
  .feature ol li::before {
    border-radius: 2rem 2rem 2rem 2rem;
  }
}
.feature ol li.feat1::before {
  background: url(../img/index_feat1.jpg) no-repeat center/cover;
}
.feature ol li.feat2::before {
  background: url(../img/index_feat2.jpg) no-repeat center/cover;
}
.feature ol li.feat3::before {
  background: url(../img/index_feat3.jpg) no-repeat center/cover;
}
.feature ol li.feat4::before {
  background: url(../img/index_feat4.jpg) no-repeat center/cover;
}
.feature ol li.feat5::before {
  background: url(../img/index_feat5.jpg) no-repeat center/cover;
}
.feature ol li.feat6::before {
  background: url(../img/index_feat6.jpg) no-repeat center/cover;
}
.feature ol li:not(:last-child) {
  margin: 0 0 3rem;
}
.feature ol li span {
  width: 6.5rem;
  height: 6.5rem;
  border-radius: 50%;
  background: var(--clr_green);
  color: #fff;
  font-family: "Playpen Sans", cursive;
  font-weight: 400;
  font-weight: 500;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
}
.feature ol li span::after {
  content: counter(number, decimal-leading-zero);
  counter-increment: number 1;
  display: block;
  font-size: 285.7%;
  line-height: 0.9;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
}
.feature ol li .tit {
  color: var(--clr_brown);
  font-weight: 700;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.4;
  margin: 0 0 1rem;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
}

@media screen and (min-width: 48em), print {
  .feature {
    padding: 10rem calc((100% - 108.4rem) / 2) 18rem;
  }
  .feature .tit_02 {
    margin: 0 0 1rem;
  }
  .feature::before {
    width: 120rem;
    height: 89.3%;
    background-size: 56.7rem auto;
    margin: auto;
  }
  .feature ol {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 6rem 0;
  }
  .feature ol li {
    padding: 5rem 0 0;
    width: 51rem;
  }
  .feature ol li::before {
    height: 32rem;
    margin: 0 0 3rem;
  }
  .feature ol li:not(:last-child) {
    margin: 0;
  }
  .feature ol li span {
    width: 10rem;
    height: 10rem;
    font-size: 1.4rem;
  }
  .feature ol li span::after {
    padding: 0 0 1rem;
  }
  .feature ol li .tit {
    font-size: 2.8rem;
    margin: 0 0 2.5rem;
  }
}
.about_diabetes::before, .about_thyroid::before {
  content: "";
  width: 100%;
  height: 17rem;
  display: block;
  margin: 0 0 2rem;
  border-radius: 1rem 1rem 1rem 1rem;
}
@media screen and (min-width: 48em), print {
  .about_diabetes::before, .about_thyroid::before {
    border-radius: 2rem 2rem 2rem 2rem;
  }
}
.about_diabetes .tit_02, .about_thyroid .tit_02 {
  text-align: left;
  background: none;
  padding: 0 0 0 5rem !important;
  position: relative;
}
.about_diabetes .tit_02::before, .about_thyroid .tit_02::before {
  content: "";
  border-radius: 50%;
  width: 4.5rem;
  height: 4.5rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.about_diabetes .tit_02::after, .about_thyroid .tit_02::after {
  margin: 0.3rem 0 0;
}
.about_diabetes .btn_1, .about_diabetes .btn_2, .about_thyroid .btn_1, .about_thyroid .btn_2 {
  display: block;
  width: fit-content;
  margin: 0 0 0 auto;
}

.about_diabetes {
  padding: 4rem 2rem 2rem;
}
.about_diabetes::before {
  background: url(../img/index_diabetes.jpg) no-repeat center/cover;
}
.about_diabetes .tit_02 {
  color: var(--clr_green_dark2);
}
.about_diabetes .tit_02::before {
  background: var(--clr_green_dark2) url(../img/index_diabetes_icon.svg) no-repeat center/100% auto;
}
.about_diabetes .btn_1 {
  border: 2px solid var(--clr_green_dark2);
  box-shadow: 0 2px 0 var(--clr_green_dark2);
}
@media screen and (min-width: 48em), print {
  .about_diabetes .btn_1 {
    box-shadow: 0 4px 0 var(--clr_green_dark2);
  }
}
.about_diabetes .btn_1::after {
  color: var(--clr_green_dark2);
}

.about_thyroid {
  padding: 2rem 2rem 4rem;
}
.about_thyroid::before {
  background: url(../img/index_thyroid.jpg) no-repeat center/cover;
}
.about_thyroid .tit_02 {
  color: var(--clr_brown);
}
.about_thyroid .tit_02::before {
  background: var(--clr_brown) url(../img/index_thyroid_icon.svg) no-repeat center/100% auto;
}
.about_thyroid .tit_02::after {
  color: var(--clr_brown) !important;
}

@media screen and (min-width: 48em), print {
  .about_diabetes, .about_thyroid {
    min-height: 57rem;
    position: relative;
    width: 100%;
    overflow-x: clip;
    display: flex;
    align-items: center;
  }
  .about_diabetes::before, .about_thyroid::before {
    width: 94.6rem;
    height: 57rem;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .about_diabetes::after, .about_thyroid::after {
    content: "";
    width: 18rem;
    height: 25.9rem;
    background: url(../img/deco_sasa_green.svg) no-repeat center/100% auto;
    position: absolute;
  }
  .about_diabetes .tit_02, .about_thyroid .tit_02 {
    padding: 0 0 0 10.5rem !important;
  }
  .about_diabetes .tit_02::before, .about_thyroid .tit_02::before {
    width: 10rem;
    height: 10rem;
  }
  .about_diabetes {
    margin: 14rem 0 0;
    padding: 0 var(--padding120) 0 50%;
  }
  .about_diabetes::before {
    left: calc(50% - 100rem);
  }
  .about_diabetes::after {
    left: calc(50% + 68.3rem);
    bottom: 0;
  }
  .about_thyroid {
    padding: 0 50% 0 var(--padding120);
    margin: 9rem 0;
  }
  .about_thyroid::before {
    right: calc(50% - 100rem);
  }
  .about_thyroid::after {
    left: calc(50% - 86.7rem);
    bottom: 2rem;
    transform: rotateY(180deg);
  }
}
.tre {
  padding: 4rem 1rem;
}
.tre .tit_02 {
  position: relative;
  z-index: 1;
}
.tre .subnav {
  padding: 5rem 1rem 3rem;
  margin-top: -4.5rem;
  background: var(--clr_green_light);
  border-radius: 1rem 1rem 1rem 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  position: relative;
}
@media screen and (min-width: 48em), print {
  .tre .subnav {
    border-radius: 2rem 2rem 2rem 2rem;
  }
}
.tre .subnav::before, .tre .subnav::after {
  content: "";
  width: 4rem;
  height: 4rem;
  position: absolute;
}
.tre .subnav::before {
  background: url(../img/icon_sasa_left.svg) no-repeat center/100% auto;
  left: -1rem;
  top: -1rem;
}
.tre .subnav::after {
  background: url(../img/icon_sasa_right.svg) no-repeat center/100% auto;
  right: -1rem;
  bottom: -2rem;
}
.tre .subnav li {
  width: 48%;
}
.tre .subnav li.top_n {
  display: none;
}
.tre .subnav li a {
  background: #fff;
  height: 100%;
  text-align: center;
  text-decoration: none;
  padding: 1rem;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
  color: var(--clr_brown);
  font-weight: 700;
  border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
}
@media screen and (min-width: 48em), print {
  .tre .subnav li a {
    border-radius: 1rem 1rem 1rem 1rem;
  }
}
.tre .subnav li a::before {
  content: "";
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  display: block;
  margin: auto;
  background: var(--clr_brown_light);
}
.tre .subnav li a::after {
  content: "";
  width: 7rem;
  height: 7rem;
  position: absolute;
  top: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
}
.tre .subnav li a.internal::after {
  background: url(../img/index_tre_internal.svg) no-repeat center/100% auto;
}
.tre .subnav li a.fever::after {
  background: url(../img/index_tre_fever.svg) no-repeat center/100% auto;
}
.tre .subnav li a.lifestyle_related::after {
  background: url(../img/index_tre_lifestyle_related.svg) no-repeat center/100% auto;
}
.tre .subnav li a.high_blood_pressure::after {
  background: url(../img/index_tre_high_blood_pressure.svg) no-repeat center/100% auto;
}
.tre .subnav li a.dyslipidemia::after {
  background: url(../img/index_tre_dyslipidemia.svg) no-repeat center/100% auto;
}
.tre .subnav li a.hyperuricemia::after {
  background: url(../img/index_tre_hyperuricemia.svg) no-repeat center/100% auto;
}
.tre .subnav li a.vaccination::after {
  background: url(../img/index_tre_vaccination.svg) no-repeat center/100% auto;
}
.tre .subnav li a.checkup::after {
  background: url(../img/index_tre_checkup.svg) no-repeat center/100% auto;
}
.tre .subnav li a span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 3rem;
  font-feature-settings: "palt";
}
.tre .subnav li a span::after {
  font-family: "fontello";
  content: "\e828";
  color: var(--clr_green);
  font-weight: normal;
  font-size: 90%;
  margin: 0.3em 0 0;
}

@media screen and (min-width: 48em), print {
  .tre {
    padding: 0 var(--padding120) 14rem;
    width: 100%;
    overflow-x: clip;
  }
  .tre .subnav {
    padding: 10rem 7rem 7.8rem;
    margin-top: -9.8rem;
    gap: 1.9rem;
  }
  .tre .subnav::before, .tre .subnav::after {
    width: 7.9rem;
    height: 7.9rem;
  }
  .tre .subnav::before {
    left: -2.3rem;
    top: 1rem;
  }
  .tre .subnav::after {
    right: -3.4rem;
    bottom: 0.5rem;
  }
  .tre .subnav li {
    width: 25rem;
  }
  .tre .subnav li a {
    padding: 3rem 1rem 2rem;
    gap: 3rem;
    font-size: 2.2rem;
    transition: 0.3s;
  }
  .tre .subnav li a::before {
    width: 14rem;
    height: 14rem;
  }
  .tre .subnav li a::after {
    width: 12rem;
    height: 12rem;
    top: 4rem;
  }
  .tre .subnav li a span {
    gap: 1rem;
  }
  .tre .subnav li a span br {
    display: none;
  }
  .tre .subnav li a:is(:hover, :focus-visible, .current) {
    transform: scale(1.03);
  }
}
body:not(.index) .sub_header {
  display: flex;
  flex-direction: column-reverse;
}
body:not(.index) .main {
  margin: 2rem 1rem 6rem;
}
body:not(.index) .main .tel_style {
  font-size: 120%;
}
body:not(.index) .main a:not([class*=btn], [href*="tel:"], .lst_anc > li > a) {
  color: var(--clr_txt);
}
@media screen and (min-width: 48em), print {
  body:not(.index) .main {
    width: 100rem;
    margin: 6rem auto 8rem;
  }
  body:not(.index) .main .cf .img_l, body:not(.index) .main .cf .img_r {
    max-width: 40%;
    height: auto;
  }
}

.breadnav {
  max-width: 100vw;
  margin: 1rem;
  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 {
  text-decoration: none;
}
.breadnav .breadcrumb li:not(:last-child)::after {
  display: inline-block;
  content: ">";
  margin: 0 0.6rem;
}

@media screen and (min-width: 48em), print {
  .breadnav {
    width: 115rem;
    max-width: 100%;
    margin: 0 auto 1rem;
    overflow-x: inherit;
  }
  .breadnav .breadcrumb {
    font-size: 2rem;
  }
  .breadnav .breadcrumb li:not(:last-child)::after {
    margin: 0 1rem;
  }
  .breadnav .breadcrumb li a:hover {
    opacity: 1;
    text-decoration: underline;
  }
}
.dr_name {
  text-align: right;
}
.dr_name span {
  font-size: 120%;
}

.gallery {
  width: 85%;
  margin: auto;
  visibility: hidden;
}
.gallery .gallery_slider div .cap {
  margin: 0.2rem 0 0;
  text-align: center;
  padding: 0.4rem;
  font-size: 1.2rem;
  opacity: 0;
  transition: 0.3s ease;
  background: var(--clr_brown_light);
  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;
  filter: brightness(50%);
}
.gallery .gallery_thum .slick-current div img {
  filter: brightness(100%);
}
.gallery .gallery_thum .slick-track {
  transform: translate3d(0px, 0px, 0px) !important;
}

@media screen and (min-width: 48em), print {
  .gallery {
    width: 75rem;
    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);
  }
}
body.access .main .gmap {
  height: 100vw;
  margin: 2rem 0;
}
@media screen and (min-width: 48em), print {
  body.access .main .gmap {
    margin: 4rem 0 0;
    height: auto;
  }
}/*# sourceMappingURL=style.css.map */