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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

h5, h6 {
  margin: 0;
}

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

p {
  margin: 1em 0;
}

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

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

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

:root {
  --clr_txt: #333333;
  --rgb_txt: 51,51, 51;
  --clr_border: #CCCCCC;
  --rgb_border: 204,204, 204;
  --clr_white: #ffffff;
  --rgb_white: 255,255, 255;
  --clr_blue: #4B6AAC;
  --rgb_blue: 75,106, 172;
  --clr_blue_light: #F3F5F9;
  --rgb_blue_light: 243,245, 249;
  --clr_blue_light02: #7E94C3;
  --rgb_blue_light02: 126,148, 195;
  --clr_blue_light03: #CBD4E7;
  --rgb_blue_light03: 203,212, 231;
  --clr_blue_light04: #E5E9F3;
  --rgb_blue_light04: 229,233, 243;
  --clr_green: #5DB7B0;
  --rgb_green: 93,183, 176;
  --clr_green_light: #F4FAF9;
  --rgb_green_light: 244,250, 249;
  --clr_green_light02: #E7F4F3;
  --rgb_green_light02: 231,244, 243;
  --clr_gray: #F5F5F5;
  --rgb_gray: 245,245, 245;
  --clr_gray_dark: #AAAAAA;
  --rgb_gray_dark: 170,170, 170;
  --clr_yellow: #FFE770;
  --rgb_yellow: 255,231, 112;
}

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

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

.txt_large {
  font-size: 120%;
}

.txt_small {
  font-size: 80%;
}

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

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

.img_c {
  margin: 1rem auto;
}

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

.tate {
  max-width: 60%;
}

@media screen and (min-width: 48em), print {
  .img_l {
    float: left;
    margin: 0 2rem 2rem 0;
    max-width: 40%;
    height: auto;
  }
  .img_r {
    float: right;
    margin: 0 0 2rem 2rem;
    max-width: 40%;
    height: auto;
  }
  .tate {
    max-width: 25% !important;
  }
}
.sp_n {
  display: none;
}

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 48em), print {
  .mt00 {
    margin-top: 0rem !important;
  }
  .mt10 {
    margin-top: 2rem !important;
  }
  .mt20 {
    margin-top: 4rem !important;
  }
  .mt30 {
    margin-top: 6rem !important;
  }
  .mt40 {
    margin-top: 8rem !important;
  }
  .mt05 {
    margin-top: 1rem !important;
  }
}
body:not(.index) .main > section ~ section, body:not(.index) .flex2 > section ~ section {
  margin-top: 4rem;
}
body:not(.index) .main > section section ~ section, body:not(.index) .flex2 > section section ~ section {
  margin-top: 3rem;
}
body:not(.index) .main > section > section section ~ section, body:not(.index) .flex2 > section > section section ~ section {
  margin-top: 2rem;
}
body:not(.index) .main > section > section > section section ~ section, body:not(.index) .flex2 > section > section > section section ~ section {
  margin-top: 2rem;
}
@media screen and (min-width: 48em), print {
  body:not(.index) .main > section ~ section, body:not(.index) .flex2 > section ~ section {
    margin-top: 8rem;
  }
  body:not(.index) .main > section section ~ section, body:not(.index) .flex2 > section section ~ section {
    margin-top: 6rem;
  }
  body:not(.index) .main > section > section section ~ section, body:not(.index) .flex2 > section > section section ~ section {
    margin-top: 4rem;
  }
  body:not(.index) .main > section > section > section section ~ section, body:not(.index) .flex2 > section > section > section section ~ section {
    margin-top: 4rem;
  }
}

.tbl_time {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.tbl_time caption {
  caption-side: bottom;
  text-align: left;
  margin-top: 1rem;
  letter-spacing: 0.05em;
}
.tbl_time caption .cap {
  display: grid;
  align-items: center;
  grid-template-columns: 4.5em 1fr;
  gap: 1rem;
}
.tbl_time caption .cap .cap_tit {
  background: var(--clr_white);
  text-align: center;
  border: 1px solid var(--clr_blue);
  padding: 0.3rem;
}
.tbl_time tr th {
  font-weight: 400;
}
.tbl_time tr th[scope=col] {
  padding: 0.8rem 0.2rem;
  text-align: center;
  background: var(--clr_blue);
  color: var(--clr_white);
}
.tbl_time tr th[scope=col]:first-child {
  width: 34%;
}
.tbl_time tr th.time {
  border-bottom: 1px solid var(--clr_border);
  background: var(--clr_white);
}
.tbl_time tr td {
  text-align: center;
  padding: 1.5rem 0.4rem;
  border-bottom: 1px solid var(--clr_border);
  line-height: 1;
  font-size: 95%;
  background: var(--clr_white);
  color: var(--clr_green);
}
.tbl_time tr td.close {
  color: var(--clr_txt);
}

@media screen and (min-width: 48em), print {
  .tbl_time {
    table-layout: fixed;
    font-size: 2rem;
  }
  .tbl_time caption {
    margin-top: 2rem;
  }
  .tbl_time caption .cap {
    gap: 1rem 2rem;
  }
  .tbl_time caption .cap .cap_tit {
    padding: 0.2rem;
  }
  .tbl_time tr th[scope=col] {
    padding: 1.6rem 0.2rem;
  }
  .tbl_time tr th[scope=col]:first-child {
    width: 27%;
  }
  .tbl_time tr th[scope=col]:last-of-type {
    width: 15%;
    padding-right: 1.4rem;
  }
  .tbl_time tr td {
    padding: 2rem 0.2rem;
    font-size: 100%;
  }
  .tbl_time tr td:last-of-type {
    width: 15%;
    padding-right: 1.4rem;
  }
}
.gmap {
  width: 100%;
}

.tit_01 {
  font-size: 2.2rem;
  padding: 1rem;
  text-align: center;
  margin-bottom: 4rem;
  background: url("../img/logo_mark.webp") bottom -0.3rem right -3rem/auto 107% no-repeat, var(--clr_blue_light);
  font-weight: 400;
  line-height: 1.2;
  min-height: 9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.1em;
}

.tit_02 {
  font-size: 2.2rem;
  line-height: 1.2;
  padding-bottom: 1.4rem;
  margin-bottom: 2rem;
  text-align: center;
  position: relative;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.tit_02::after {
  content: "";
  width: 1.5em;
  height: 2px;
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  border-bottom: 2px solid var(--clr_blue);
}
.tit_02 + p {
  margin-top: 0;
}

.tit_03 {
  font-size: 1.9rem;
  line-height: 1.2;
  margin-bottom: 2rem;
  font-weight: bold;
  color: var(--clr_white);
  padding: 0.6rem 1rem;
  letter-spacing: 0.1em;
  font-weight: 400;
  background: linear-gradient(to bottom, var(--clr_blue), var(--clr_green));
  border-left: 2px solid var(--clr_green);
}
.tit_03 + p {
  margin-top: 0;
}

.tit_04 {
  font-size: 1.8rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  font-weight: 400;
  padding: 0.3rem 1rem 0.6rem;
  letter-spacing: 0.1em;
  border-left: 2px solid var(--clr_green);
  border-bottom: 1px solid var(--clr_border);
}
.tit_04 + p {
  margin-top: 0;
}

.tit_05 {
  font-size: 1.7rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  letter-spacing: 0.1em;
  padding-bottom: 0.6rem;
  border-bottom: 3px dotted var(--clr_blue);
  font-weight: 400;
}
.tit_05 + p {
  margin-top: 0;
}

.tit_06 {
  font-size: 1.6rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  font-weight: 500;
  padding: 0.1rem 0 0.1rem 1.8em;
  position: relative;
}
.tit_06::before, .tit_06::after {
  content: "";
  display: block;
  aspect-ratio: 1/1;
  position: absolute;
}
.tit_06::before {
  border: 1px solid var(--clr_green);
  width: 1.1em;
  top: 0;
  left: 0;
}
.tit_06::after {
  background: var(--clr_blue);
  width: 0.9em;
  top: 0.4em;
  left: 0.4em;
}
.tit_06 + p {
  margin-top: 0;
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    font-size: 4.8rem;
    min-height: 30rem;
    margin-bottom: 6.5rem;
  }
  .tit_01 span {
    width: calc(1200px - 10rem);
    margin: 2rem auto;
  }
  .tit_02 {
    font-size: 4.8rem;
    margin-bottom: 4.5rem;
    padding-bottom: 2.8rem;
  }
  .tit_02::after {
    width: 1.3em;
  }
  .tit_03 {
    font-size: 3.6rem;
    padding: 1.35rem 2rem;
    margin-bottom: 3rem;
    border-left-width: 4px;
  }
  .tit_04 {
    font-size: 3rem;
    margin-bottom: 3rem;
    padding: 0.6rem 2rem 0.9rem;
  }
  .tit_05 {
    font-size: 2.4rem;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
  .tit_06 {
    font-size: 2rem;
    padding-left: 4.5rem;
  }
  .tit_06::before {
    width: 2.6rem;
  }
  .tit_06::after {
    width: 2rem;
    top: 1rem;
    left: 1rem;
  }
}
.lst {
  line-height: 1.4;
}
.lst > li:not(:last-child) {
  margin-bottom: 1rem;
}

.lst_ul {
  line-height: 1.4;
}
.lst_ul > li {
  padding-left: 1.4em;
  position: relative;
}
.lst_ul > li:not(:last-child) {
  margin-bottom: 1rem;
}
.lst_ul > li::before {
  content: "●";
  color: var(--clr_blue_light03);
  position: absolute;
  top: 0.1rem;
  left: 0;
}
.lst_ul.-kome > li::before {
  content: "※";
  color: inherit;
  top: 0;
}

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

.lst_ol {
  line-height: 1.4;
  counter-reset: number 0;
}
.lst_ol > li {
  counter-increment: number 1;
  padding-left: 1.9em;
  position: relative;
}
.lst_ol > li:not(:last-child) {
  margin-bottom: 1rem;
}
.lst_ol > li::before {
  content: counters(num, ".", decimal-leading-zero) ". ";
  color: var(--clr_green);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  position: absolute;
  top: 0.26rem;
  left: 0;
}
@media screen and (min-width: 48em), print {
  .lst_ol > li::before {
    top: 0.34rem;
  }
}

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

.lst_dl {
  line-height: 1.4;
  --dl_border: var(--clr_border);
}
.lst_dl dt {
  color: var(--clr_blue);
  font-weight: 500;
  padding: 1.5rem 1.5rem 1rem;
  border-top: 1px solid var(--dl_border);
}
.lst_dl dd {
  padding: 0 1.5rem 1.5rem;
}
.lst_dl dd:last-of-type {
  border-bottom: 1px solid var(--dl_border);
}
@media screen and (min-width: 48em), print {
  .lst_dl {
    display: grid;
    grid-template-columns: 30% 1fr;
  }
  .lst_dl dt {
    padding: 3rem;
  }
  .lst_dl dt:last-of-type {
    border-bottom: 1px solid var(--dl_border);
  }
  .lst_dl dd {
    border-top: 1px solid var(--dl_border);
    padding: 3rem;
  }
}

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

.lst_anc {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.lst_anc > li {
  width: 100%;
}
.lst_anc > li a {
  color: var(--clr_white) !important;
  text-decoration: none !important;
  font-weight: 400 !important;
}
.lst_anc > li a {
  display: block;
  text-align: center;
  padding: 1rem 3rem;
  letter-spacing: 0.05em;
  background: var(--clr_green);
  line-height: 1.4;
  position: relative;
}
.lst_anc > li a::after {
  font-family: "fontello";
  content: "\e805";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
  font-size: 60%;
}
@media screen and (min-width: 48em), print {
  .lst_anc {
    gap: 2rem 4rem;
  }
  .lst_anc > li {
    width: calc((100% - 12rem) / 4);
  }
  .lst_anc > li > a {
    transition: 0.2s;
  }
  .lst_anc > li > a:hover {
    color: var(--clr_green) !important;
  }
  .lst_anc > li > a:hover {
    opacity: 1;
    background: var(--clr_green_light02);
  }
  .lst_anc.-col3 > li {
    width: calc((100% - 9rem) / 3);
  }
}

.flow > dd {
  margin: 0;
  position: relative;
}
.flow > dd:not(:last-child) {
  margin: 0 0 4rem;
}
.flow > dd:not(:last-child)::after {
  display: block;
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  bottom: -4.2rem;
  left: 0;
  right: 0;
  border-top: 1.8rem solid var(--clr_blue_light03);
  border-right: 2.5rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-left: 2.5rem solid transparent;
  margin: auto;
}
@media screen and (min-width: 48em), print {
  .flow > dd:not(:last-child) {
    margin: 0 0 5rem;
  }
  .flow > dd:not(:last-child)::after {
    bottom: -5.6rem;
    border-top: 2.8rem solid var(--clr_blue_light03);
    border-right: 4.5rem solid transparent;
    border-left: 4.5rem solid transparent;
  }
}

.lst_flow {
  counter-reset: number 0;
}
.lst_flow > li {
  border: 2px solid var(--clr_blue_light03);
  padding: 1.5rem;
  counter-increment: number 1;
  position: relative;
}
.lst_flow > li:not(:last-child) {
  margin: 0 0 4rem;
}
.lst_flow > li:not(:last-child)::after {
  display: block;
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  bottom: -4.2rem;
  left: 0;
  right: 0;
  border-top: 1.8rem solid var(--clr_blue_light03);
  border-right: 2.5rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-left: 2.5rem solid transparent;
  margin: auto;
}
@media screen and (min-width: 48em), print {
  .lst_flow > li:not(:last-child) {
    margin: 0 0 5rem;
  }
  .lst_flow > li:not(:last-child)::after {
    bottom: -5.6rem;
    border-top: 2.8rem solid var(--clr_blue_light03);
    border-right: 4.5rem solid transparent;
    border-left: 4.5rem solid transparent;
  }
}
.lst_flow > li .flow_tit {
  padding-bottom: 0.6rem;
  margin-bottom: 1rem;
  letter-spacing: 0.1em;
  border-bottom: 3px dotted var(--clr_blue);
  display: block;
  font-size: 1.7rem;
  line-height: 1.2;
  font-weight: 400;
}
@media screen and (min-width: 48em), print {
  .lst_flow > li {
    padding: 3rem;
    border-width: 4px;
  }
  .lst_flow > li .flow_tit {
    font-size: 2.4rem;
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
  }
}

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

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

@media screen and (min-width: 48em), print {
  .flex2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem 3rem;
  }
  .flex2 > section, .flex2 > li, .flex2 > div {
    margin-top: 0 !important;
  }
  .flex2 > section, .flex2 > li, .flex2 > div {
    width: calc(50% - 3rem);
  }
  .flex2 > section:not(:last-child), .flex2 > li:not(:last-child), .flex2 > div:not(:last-child) {
    margin-bottom: inherit;
  }
  .flex3 {
    justify-content: flex-start;
    gap: 1rem 2rem;
  }
  .flex3 li {
    width: calc((100% - 4rem) / 3);
  }
  .flex3_1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 1rem 2rem;
  }
  .flex3_1 li {
    width: calc((100% - 4rem) / 3);
  }
  .flex3_1 li:not(:last-child) {
    margin-bottom: inherit;
  }
  .flex4 {
    justify-content: flex-start;
    gap: 1rem 2rem;
  }
  .flex4 li {
    width: calc((100% - 6rem) / 4);
  }
  .flex1 {
    gap: 1rem 3rem;
  }
}
.tel {
  color: var(--clr_blue);
  font-weight: 600;
  letter-spacing: 0.05em;
  font-size: 130%;
}
.tel::before {
  font-family: "fontello";
  content: "\e804";
  display: inline-block;
  font-size: 90%;
  margin-right: 0.4rem;
}
@media screen and (min-width: 48em), print {
  .tel::before {
    font-size: 80%;
    transform: translateY(-3px);
    margin-right: 0.7rem;
  }
}

.box {
  padding: 1.5rem;
  border-radius: 15px;
  background: var(--clr_blue_light04);
}
.box.-color02 {
  background: var(--clr_light02);
}
@media screen and (min-width: 48em), print {
  .box {
    border-radius: 30px;
    padding: 3rem;
  }
}

.btn {
  display: inline-block;
  color: var(--clr_white);
  background: var(--clr_green);
  padding: 1.1rem 3rem;
  line-height: 1.4;
  position: relative;
}
.btn::after {
  font-family: "fontello";
  content: "\e805";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
  font-size: 60%;
}
@media screen and (min-width: 48em), print {
  .btn {
    padding: 1.6rem 6.7rem;
  }
  .btn::after {
    right: 1.5rem;
  }
  .btn:hover {
    opacity: 1;
    background: var(--clr_green_light02);
    color: var(--clr_green);
  }
}

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

.lnk {
  display: inline-block;
  letter-spacing: 0.05rem;
  cursor: pointer;
  color: var(--clr_green);
}
.lnk::before {
  font-family: "fontello";
  content: "\e805";
  display: inline-block;
  font-size: 60%;
  margin-right: 0.5rem;
  transform: translateY(-2px);
}
.lnk::after {
  padding-left: 0.3rem;
  display: inline-block;
}
@media screen and (min-width: 48em), print {
  .lnk::after {
    padding-left: 0.6rem;
  }
}
.lnk:is(:hover,.focus-visible) {
  color: var(--clr_blue);
  opacity: 1;
}
.lnk:is(:hover, :focus-visible) {
  color: var(--clr_blue);
  opacity: 1;
}
.lnk.out::after {
  font-family: "fontello";
  content: "\cc05";
}
.lnk.pdf::after {
  font-family: "fontello";
  content: "\cc04";
}

.tbl {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  line-height: 1.4;
}
.tbl tr th {
  text-align: center;
  padding: 1rem;
  font-weight: normal;
  border: 1px solid var(--clr_border);
  background: var(--clr_blue_light);
}
.tbl tr td {
  text-align: left;
  padding: 1rem;
  border: 1px solid var(--clr_border);
}
.tbl tr .nowrap, .tbl tr .sp_nowrap {
  width: 0;
  white-space: nowrap;
}
.tbl thead tr th {
  background: var(--clr_blue);
  color: var(--clr_white);
}

@media screen and (min-width: 48em), print {
  .tbl tr th {
    padding: 1.5rem 2.5rem;
  }
  .tbl tr td {
    padding: 2rem 2.5rem;
  }
  .tbl tr .sp_nowrap {
    width: inherit;
    white-space: inherit;
  }
}
.tbl_scroll {
  overflow-x: scroll;
}
.tbl_scroll .tbl {
  white-space: nowrap;
}
@media screen and (min-width: 48em), print {
  .tbl_scroll {
    overflow: inherit;
  }
  .tbl_scroll .tbl {
    white-space: inherit;
  }
}

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

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

body {
  background: var(--clr_white);
  color: var(--clr_txt);
  font-family: "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  word-wrap: break-word;
}
body::after {
  visibility: hidden;
  width: 100vw;
  height: 100vh;
  content: "";
  background: url("../img/logo_mark.webp") bottom right -15rem/130% auto no-repeat, var(--clr_blue_light04);
  position: fixed;
  top: 0;
  z-index: 11;
  opacity: 0;
  transition: all 0.2s ease-in-out 0s;
}
body.spnav_modal {
  height: 100%;
  overflow: hidden;
}
body.spnav_modal::after {
  visibility: visible;
  opacity: 1;
}

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

.main {
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

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

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

.header {
  background: var(--clr_white);
}
.header .wrap {
  padding: 1rem 0;
  margin-left: 1rem;
  margin-right: 1rem;
}
.header .wrap .logo {
  width: calc(100% - 5.6rem);
  height: 4.6rem;
}
.header .wrap .logo a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/logo.svg) no-repeat left center/contain;
}
.header .wrap .logo a .clip {
  display: block;
  height: 100%;
  overflow: hidden;
  clip-path: inset(50%);
  color: transparent;
}
.header .wrap .headR .acs {
  text-align: center;
  line-height: 1.5;
  background: var(--clr_blue_light);
  padding: 1rem;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0.5rem auto 0;
}

@media screen and (min-width: 48em), print {
  .header .wrap {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 0 0;
  }
  .header .wrap .logo {
    width: 57rem;
    height: 5.4rem;
  }
  .header .wrap .headR {
    width: calc(100% - 60rem);
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    gap: 1rem 2.7rem;
  }
  .header .wrap .headR .acs {
    font-size: 2rem;
    width: 23rem;
    margin: 0;
    padding: 1rem 2rem 1rem 0rem;
    text-indent: 2rem;
  }
  .header .wrap .headR .tel {
    font-size: 3.6rem;
  }
}
#nav {
  width: 100vw;
}
#nav #sp_menu {
  width: 4.6rem;
  height: 4.6rem;
  background: var(--clr_blue);
  color: var(--clr_white);
  text-align: center;
  line-height: 1;
  font-size: 1rem;
  padding: 0;
  position: fixed;
  top: 1rem;
  right: 1rem;
  z-index: 102;
}
#nav #sp_menu::before {
  display: block;
  font-family: "fontello";
  content: "\cc01";
  font-size: 2.8rem;
  margin: -0.3rem 0 0rem;
  transition: 0.2s;
}
#nav #sp_menu::after {
  content: "MENU";
}
#nav #sp_menu.close::before {
  font-family: "fontello";
  content: "\cc02";
}
#nav #sp_menu.close::after {
  content: "CLOSE";
}
#nav #sp_menu span {
  display: none;
}
@media screen and (min-width: 48em), print {
  #nav {
    width: auto;
    position: sticky;
    top: 0;
    z-index: 100;
  }
  #nav #sp_menu {
    display: none;
  }
}

.gnav_subnav {
  display: none;
  width: calc(100% - 2rem);
  max-height: calc(100% - 7.6rem);
  overflow-y: auto;
  background: rgba(var(--rgb_white), 0.7);
  padding: 1.5rem 2rem;
  position: fixed;
  top: 6.6rem;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: calc(infinity);
}
.gnav_subnav .gnav > li > a, .gnav_subnav .gnav > li .sub {
  display: block;
  width: 100%;
  text-align: left;
  padding: 1.4rem 0;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.gnav_subnav .gnav > li > a.current, .gnav_subnav .gnav > li .sub.current {
  color: var(--clr_green);
}
.gnav_subnav .gnav > li .sub {
  position: relative;
}
.gnav_subnav .gnav > li .sub::after {
  font-family: "fontello";
  content: "\e803";
  display: inline-block;
  position: absolute;
  top: 1.5rem;
  right: 0;
  font-size: 70%;
  font-weight: normal;
  transition: transform 0.2s ease;
}
.gnav_subnav .gnav > li .sub.open::after {
  transform: scale(1, -1);
}
.gnav_subnav .gnav > li .subbox {
  display: none;
  background: var(--clr_white);
  margin-bottom: 0.5rem;
}
.gnav_subnav .gnav > li .subbox .subnav {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid var(--clr_green);
}
.gnav_subnav .gnav > li .subbox .subnav > li {
  width: 50%;
  border-bottom: 1px solid var(--clr_green);
}
.gnav_subnav .gnav > li .subbox .subnav > li:nth-of-type(odd) {
  border-right: 1px solid var(--clr_green);
}
.gnav_subnav .gnav > li .subbox .subnav > li:last-of-type {
  border-bottom: none;
}
.gnav_subnav .gnav > li .subbox .subnav > li:nth-last-of-type(2):nth-of-type(odd) {
  border-bottom: none;
}
.gnav_subnav .gnav > li .subbox .subnav > li > a {
  display: block;
  text-align: center;
  padding: 1.2rem 0.5rem;
  color: var(--clr_green);
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.025em;
}
.gnav_subnav .gnav > li .subbox .subnav > li > a.current {
  background: var(--clr_green);
  color: var(--clr_white);
}
@media screen and (min-width: 48em), print {
  .gnav_subnav {
    display: block !important;
  }
  .gnav_subnav {
    width: 100%;
    max-height: inherit;
    overflow-y: visible;
    padding: 0;
    position: static;
    background: var(--clr_white);
    box-shadow: 0 5px 5px rgba(var(--rgb_txt), 0.03);
  }
  .gnav_subnav .gnav {
    width: 1200px;
    margin: auto;
    display: flex;
    justify-content: center;
    padding: 1rem 0 0;
    gap: 0 7.5rem;
  }
  .gnav_subnav .gnav > li {
    position: relative;
  }
  .gnav_subnav .gnav > li > a, .gnav_subnav .gnav > li .sub {
    display: block;
    text-align: center;
    font-size: 2rem;
    padding: 1rem 1rem 2.5rem;
  }
  .gnav_subnav .gnav > li > a.current, .gnav_subnav .gnav > li > a:is(:hover,.focus-visible), .gnav_subnav .gnav > li .sub.current, .gnav_subnav .gnav > li .sub:is(:hover,.focus-visible) {
    color: var(--clr_green);
    opacity: 1;
  }
  .gnav_subnav .gnav > li > a.current, .gnav_subnav .gnav > li > a:is(:hover, :focus-visible), .gnav_subnav .gnav > li .sub.current, .gnav_subnav .gnav > li .sub:is(:hover, :focus-visible) {
    color: var(--clr_green);
    opacity: 1;
  }
  .gnav_subnav .gnav > li .sub::after {
    top: auto;
    bottom: 0.5rem;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 70%;
  }
  .gnav_subnav .gnav > li .subbox {
    position: absolute;
    top: 5.9rem;
    left: 50%;
    transform: translateX(-50%);
    width: 56rem;
    padding: 0;
    margin: 0;
  }
  .gnav_subnav .gnav > li .subbox > .subnav > li > a {
    font-size: 2rem;
    padding: 1.7rem 0.5rem;
  }
  .gnav_subnav .gnav > li .subbox > .subnav > li > a.current, .gnav_subnav .gnav > li .subbox > .subnav > li > a:is(:hover,.focus-visible) {
    opacity: 1;
    background: var(--clr_green);
    color: var(--clr_white);
  }
  .gnav_subnav .gnav > li .subbox > .subnav > li > a.current, .gnav_subnav .gnav > li .subbox > .subnav > li > a:is(:hover, :focus-visible) {
    opacity: 1;
    background: var(--clr_green);
    color: var(--clr_white);
  }
}

.overview {
  padding: 4rem 0 0;
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  background: var(--clr_gray);
}
.overview .clinic_name {
  text-align: center;
  margin: 0 0 1rem;
}
.overview .clinic_name img {
  max-width: 100%;
  margin: auto;
}
.overview .gaiyo {
  line-height: 1.8;
}
.overview .gaiyo dt {
  padding: 1.5rem 0 0.2rem;
  font-weight: 600;
  color: var(--clr_blue);
}
.overview .overview_tel {
  width: 100%;
  margin: 2rem 0;
}
.overview .overview_tel a {
  width: 100%;
}
.overview .overview_tel .tel {
  display: block;
  width: 100%;
  font-size: 2rem;
  text-align: center;
  background: var(--clr_white);
  border: 1px solid var(--clr_blue);
  padding: 0.5rem 1rem;
}
.overview .tbl_time {
  margin: 2rem 0;
}
.overview .floormap {
  margin: 2rem 1.5rem;
}
.overview .gmap {
  height: 100vw;
  margin-top: 4rem;
}
@media screen and (min-width: 48em), print {
  .overview {
    padding: 6rem 0 0;
    font-size: 2rem;
  }
  .overview .wrap {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
  }
  .overview .wrap .overviewL, .overview .wrap .overviewR {
    width: calc((100% - 6rem) / 2);
  }
  .overview .clinic_name {
    margin: 0 0 4.5rem;
  }
  .overview .gaiyo {
    display: grid;
    grid-template-columns: 6.5em 1fr;
    gap: 1.25rem 2rem;
  }
  .overview .gaiyo dt {
    padding: 0;
  }
  .overview .overview_tel {
    margin: 0 0 4rem;
  }
  .overview .overview_tel .tel {
    font-size: 3.6rem;
    padding: 1rem 1rem 1rem 2.5rem;
    line-height: 1;
  }
  .overview .tbl_time {
    margin: 0;
  }
  .overview .floormap {
    width: 1200px;
    margin: 6rem auto;
  }
  .overview .gmap {
    height: 40rem;
    margin-top: 6rem;
  }
}

#tel_up {
  width: 100%;
  height: 4.5rem;
  background: var(--clr_white);
  box-shadow: 0px 0px 12px -3px rgba(var(--rgb_txt), 0.3);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  font-size: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#tel_up ul {
  width: calc(100% - 4.5rem);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
#tel_up ul li {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
#tel_up ul li > * {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  padding: 0;
}
#tel_up ul li > * .tel {
  padding: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
}
#tel_up #pageup {
  display: block;
  width: 4.5rem;
  height: 4.5rem;
  position: relative;
}
#tel_up #pageup::before {
  display: block;
  font-family: "fontello";
  content: "\e807";
  font-size: 1.4rem;
  width: 100%;
  height: 100%;
  color: var(--clr_white);
  background: var(--clr_blue_light02);
  position: absolute;
  top: 0;
  right: 0;
  display: grid;
  place-items: center;
}
#tel_up #pageup .clip {
  clip-path: inset(50%);
  color: transparent;
  font-size: 0;
}

@media screen and (min-width: 48em), print {
  #tel_up {
    width: 6rem;
    height: 6rem;
    bottom: 3rem;
    right: 3rem;
    left: auto;
    background: none;
    box-shadow: none;
    padding: 0;
  }
  #tel_up ul {
    display: none;
  }
  #tel_up #pageup {
    width: 100%;
    height: 100%;
  }
  #tel_up #pageup::before {
    font-size: 1.8rem;
  }
}
.footer {
  text-align: center;
  padding: 0 0 4.5rem;
  background: var(--clr_blue);
  letter-spacing: 0.05em;
}
.footer .footer_lnks {
  background: var(--clr_blue);
  color: var(--clr_white);
  padding: 1.5rem;
  font-size: 1.3rem;
}
.footer .footer_lnks a {
  text-decoration: underline;
}
.footer .footer_lnks .copy {
  display: block;
  margin-top: 1rem;
  font-size: 1.4rem;
}
.footer .footer_lnks .copy a {
  text-decoration: none;
}
.footer ul {
  display: none;
}

@media screen and (min-width: 48em), print {
  .footer {
    padding: 0;
  }
  .footer .footer_lnks {
    padding: 1.5rem 1rem;
  }
  .footer .footer_lnks .copy {
    font-size: 2rem;
    margin: 0;
  }
  .footer .footer_nav {
    background: var(--clr_gray);
    padding: 4.5rem 0;
  }
  .footer .footer_nav > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem 0;
    margin-left: auto;
    margin-right: auto;
    width: calc(1200px - 10rem);
  }
  .footer .footer_nav > ul > li {
    text-align: center;
    font-size: 2rem;
    padding: 0 1rem;
    line-height: 1;
    letter-spacing: 0.05em;
    border-right: 1px solid var(--clr_txt);
    -webkit-text-size-adjust: none;
  }
  .footer .footer_nav > ul > li a:hover {
    opacity: 1;
    text-decoration: underline;
  }
  .footer .footer_nav > ul > li.treatment {
    display: none;
  }
  .footer .footer_nav > ul > li.last-in-row {
    border-right-color: transparent;
  }
  .footer .footer_nav > ul:not(:first-of-type) {
    margin-top: 1.5rem;
  }
}
.keyvsl {
  width: 100%;
  position: relative;
}
.keyvsl #keyvsl {
  width: 100%;
  height: 100vw;
  overflow: hidden;
  visibility: hidden;
}
.keyvsl #keyvsl .slick-list div img {
  height: 100vw !important;
}
.keyvsl #keyvsl .slick-list div img {
  width: 100%;
  object-fit: cover;
}
.keyvsl #keyvsl .slick-dots {
  position: relative;
  z-index: 2;
  margin: -1.8rem auto;
}
.keyvsl #keyvsl .slick-dots li {
  width: 1rem;
  height: 1rem;
  margin: 0 0.6rem;
}
.keyvsl #keyvsl .slick-dots li button {
  background: var(--clr_white);
}
.keyvsl .pickup {
  width: 100%;
  height: 100vw;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  justify-content: flex-end;
  padding: 2rem;
  pointer-events: none;
}
.keyvsl .pickup .catch_copy span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  color: var(--clr_white);
  font-size: 2rem;
  background: linear-gradient(to right, var(--clr_blue), var(--clr_green));
  padding: 0.5rem 1rem 0.7rem 1rem;
  letter-spacing: 0.05em;
}
.keyvsl .pickup .catch_copy span:not(:first-of-type) {
  margin-top: 0.5rem;
}
.keyvsl .pickup .lst_pickup > li {
  width: -moz-fit-content;
  width: fit-content;
  background: var(--clr_blue);
  outline: 1px solid var(--clr_white);
  outline-offset: -4px;
  color: var(--clr_white);
  text-align: center;
  padding: 1rem;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.keyvsl .pickup .lst_pickup > li::before {
  display: block;
  font-family: "fontello";
  content: "\e806";
  font-size: 3rem;
  line-height: 1;
  margin: 0.5rem auto;
}

@media screen and (min-width: 48em), print {
  .keyvsl #keyvsl {
    height: 75rem;
    max-width: 200rem;
    margin-left: auto;
    margin-right: auto;
  }
  .keyvsl #keyvsl .slick-list div img {
    height: 75rem !important;
  }
  .keyvsl #keyvsl .slick-dots {
    margin-top: -3rem;
  }
  .keyvsl #keyvsl .slick-dots li {
    width: 1.6rem;
    height: 1.6rem;
    margin: 0 1.2rem;
  }
  .keyvsl .pickup {
    height: 75rem;
    margin: 0 auto;
    width: 1200px;
    padding: 2rem 0;
    gap: 3.6rem;
  }
  .keyvsl .pickup .catch_copy span {
    font-size: 4.8rem;
    padding: 0.9rem 2rem 1.3rem 2rem;
  }
  .keyvsl .pickup .catch_copy span:not(:first-of-type) {
    margin-top: 1rem;
  }
  .keyvsl .pickup .lst_pickup > li {
    font-size: 2.4rem;
    outline-offset: -7px;
    padding: 2.5rem;
  }
  .keyvsl .pickup .lst_pickup > li::before {
    font-size: 6rem;
    margin: 0.5rem auto 1.5rem;
  }
}
.top_tit02 {
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  font-weight: 400;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 2.5rem;
}

@media screen and (min-width: 48em), print {
  .top_tit02 {
    font-size: 4.8rem;
    margin-bottom: 5rem;
  }
}
.index_info {
  padding: 4rem 0;
  background: var(--clr_blue_light);
}
.index_info .top_tit02 {
  text-align: left;
}
.index_info .info_base {
  background: var(--clr_white);
  padding: 1.5rem;
}
.index_info #info_lst {
  max-height: 50vh;
  overflow-y: scroll;
}
.index_info #info_lst::-webkit-scrollbar {
  background: transparent;
  width: 5px;
}
.index_info #info_lst::-webkit-scrollbar-thumb {
  background: var(--clr_blue);
  border-radius: 50vh;
}
@media screen and (min-width: 48em), print {
  .index_info {
    padding: 8rem 0;
  }
  .index_info .top_tit02 {
    margin-bottom: 2rem;
  }
  .index_info .info_base {
    padding: 5rem 6rem 6rem;
  }
  .index_info #info_lst::-webkit-scrollbar {
    width: 7px;
  }
}

.accordion-container {
  width: calc(100% - 1rem);
  margin: 0;
}
.accordion-container .accordion-item {
  width: 100%;
  border-radius: 0;
  color: var(--clr_txt);
  border-bottom: 1px solid var(--clr_border);
}
.accordion-container .accordion-item:first-of-type summary.accordion-header {
  padding-top: 0;
}
.accordion-container .accordion-item:first-of-type summary.accordion-header::before {
  top: 0.5rem;
}
.accordion-container .accordion-item summary.accordion-header {
  padding: 1.5rem 0;
  cursor: pointer;
  list-style: none;
  color: var(--clr_blue);
  position: relative;
}
.accordion-container .accordion-item summary.accordion-header::before {
  font-family: "fontello";
  content: "\e803";
  display: inline-block;
  position: absolute;
  top: 1.5rem;
  right: 0;
  font-size: 70%;
  transition: transform 0.2s ease;
}
.accordion-container .accordion-item summary.accordion-header::-webkit-details-marker {
  display: none;
}
.accordion-container .accordion-item[open] summary.accordion-header::before {
  transform: scale(1, -1);
}
.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: red;
  color: #fff;
  font-size: 0.75rem;
  border-radius: 4px;
}
.accordion-container .accordion-item .accordion-date {
  color: var(--clr_blue);
  font-weight: 600;
  margin-bottom: 0.2rem;
}
.accordion-container .accordion-item .accordion-title {
  color: var(--clr_blue);
  font-weight: 600;
  line-height: 1.4;
}
.accordion-container .accordion-item .accordion-content {
  margin-top: -1rem;
  padding: 0 0 1.5rem;
}
.accordion-container .accordion-item .accordion-content p {
  margin: 0;
}
.accordion-container .accordion-item .accordion-content p:not(:first-child) {
  margin-top: 1em;
}

@media screen and (min-width: 48em), print {
  .accordion-container {
    width: calc(100% - 6rem);
    max-height: 45rem;
  }
  .accordion-container .accordion-item {
    border-radius: 0;
    overflow: hidden;
  }
  .accordion-container .accordion-item summary.accordion-header {
    padding: 3rem 3rem 3rem 0;
  }
  .accordion-container .accordion-item summary.accordion-header::before {
    right: 0rem;
    top: 4rem;
  }
  .accordion-container .accordion-item .accordion-date {
    min-width: 18rem;
    margin-right: 0;
  }
  .accordion-container .accordion-item .accordion-badge {
    font-size: 0.75rem;
    border-radius: 4px;
  }
  .accordion-container .accordion-item .accordion-content {
    padding: 0 3rem 3rem 0;
    margin-top: -2rem;
  }
}
.index_treatment {
  padding: 4rem 0;
}
.index_treatment .subnav {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.index_treatment .subnav > li {
  width: calc((100% - 1.5rem) / 2);
  aspect-ratio: 276/200;
}
.index_treatment .subnav > li > a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 100%;
  height: 100%;
  text-decoration: none;
  font-size: 1.5rem;
  padding: 0.5rem;
  line-height: 1.2;
  border: 1px solid var(--clr_green);
  text-align: center;
  font-weight: 600;
  position: relative;
}
.index_treatment .subnav > li > a::before {
  content: "";
  display: block;
  width: 35%;
  aspect-ratio: 1/1;
  margin-left: auto;
  margin-right: auto;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.index_treatment .subnav > li > a::after {
  font-family: "fontello";
  content: "\e805";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
  font-size: 60%;
  color: var(--clr_green);
}
.index_treatment .subnav > li > a.icon_internal::before {
  background-image: url("../img/icon_internal.svg");
}
.index_treatment .subnav > li > a.icon_diabetes::before {
  background-image: url("../img/icon_diabetes.svg");
}
.index_treatment .subnav > li > a.icon_thyroid::before {
  background-image: url("../img/icon_thyroid.svg");
}
.index_treatment .subnav > li > a.icon_gastro::before {
  background-image: url("../img/icon_gastro.svg");
}
.index_treatment .subnav > li > a.icon_high_blood_pressure::before {
  background-image: url("../img/icon_high_blood_pressure.svg");
}
.index_treatment .subnav > li > a.icon_dyslipidemia::before {
  background-image: url("../img/icon_dyslipidemia.svg");
}
.index_treatment .subnav > li > a.icon_checkup::before {
  background-image: url("../img/icon_checkup.svg");
}
.index_treatment .subnav > li > a.icon_vaccination::before {
  background-image: url("../img/icon_vaccination.svg");
}
.index_treatment .subnav > li > a.icon_hay_fever::before {
  background-image: url("../img/icon_hay_fever.svg");
}
.index_treatment .subnav > li > a.icon_antismoking::before {
  background-image: url("../img/icon_antismoking.svg");
}
.index_treatment .subnav > li > a.icon_respiratory::before {
  background-image: url("../img/icon_respiratory.svg");
}
.index_treatment .subnav > li > a.icon_cardiovascular::before {
  background-image: url("../img/icon_cardiovascular.svg");
}
.index_treatment .subnav > li > a.icon_sas::before {
  background-image: url("../img/icon_sas.svg");
}
@media screen and (min-width: 48em), print {
  .index_treatment {
    padding: 8rem 0;
  }
  .index_treatment .subnav {
    gap: 3.2rem;
  }
  .index_treatment .subnav > li {
    width: calc((100% - 9.6rem) / 4);
  }
  .index_treatment .subnav > li > a {
    font-size: 2rem;
    gap: 3rem;
    padding: 1.5rem 1rem 1rem;
  }
  .index_treatment .subnav > li > a::before {
    width: 8rem;
  }
  .index_treatment .subnav > li > a::after {
    right: 1.5rem;
    transition: 0.2s;
  }
  .index_treatment .subnav > li > a:is(:hover,.focus-visible) {
    color: var(--clr_blue);
    background: var(--clr_green_light);
  }
  .index_treatment .subnav > li > a:is(:hover, :focus-visible) {
    color: var(--clr_blue);
    background: var(--clr_green_light);
  }
}

.index_schedule {
  background: var(--clr_white);
  padding: 4rem 0;
  --schedule_amonly: var(--clr_blue_light03);
  --schedule_close: var(--clr_gray_dark);
}
.index_schedule .status {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.7rem 2rem;
  margin-bottom: 2rem;
}
.index_schedule .status li {
  display: flex;
  align-items: center;
  line-height: 1;
}
.index_schedule .status li::before {
  content: "";
  display: block;
  border: 1px solid var(--clr_blue);
  background: var(--clr_blue_light);
  width: 1.2em;
  height: 1.2em;
  margin-right: 0.5rem;
}
.index_schedule .status li.amOnly::before {
  background: var(--schedule_amonly);
}
.index_schedule .status li.close::before {
  background: var(--schedule_close);
}
.index_schedule .cal_flex {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 2.5rem 0;
}
.index_schedule .cal_flex > li {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 48em), print {
  .index_schedule {
    padding: 4rem 0 12rem;
  }
  .index_schedule .status {
    margin: 5.2rem auto 3.4rem;
    gap: 1rem 4rem;
  }
  .index_schedule .status li::before {
    margin-right: 0.8rem;
    width: 3rem;
    height: 3rem;
  }
  .index_schedule .cal_flex {
    flex-direction: row;
    justify-content: center;
    gap: 6rem;
  }
  .index_schedule .cal_flex > li {
    width: 56.8rem;
    margin: 0;
  }
}

table.caledit {
  width: 100%;
  border-collapse: collapse;
}
table.caledit th {
  text-align: center;
  font-weight: 400;
  color: var(--clr_txt);
  padding: 0.6rem 0.3rem;
}
table.caledit td {
  text-align: center;
  height: 4rem;
  font-size: 1.4rem;
  vertical-align: middle;
  cursor: default;
}
table.caledit .month th {
  padding: 0.5rem 0 1.4rem;
  font-size: 1.8rem;
  line-height: 1;
}
table.caledit .week th {
  background: var(--clr_blue_light02);
  color: var(--clr_white);
  font-size: 1.4rem;
  border: 1px solid var(--clr_blue);
}
table.caledit .day td {
  background: var(--clr_blue_light);
  border: 1px solid var(--clr_blue);
}
table.caledit .day td .shortTitle {
  text-align: center;
  font-size: 1rem;
}
table.caledit .day td:hover .shortTitle {
  color: var(--clr_txt);
}
table.caledit .day td.amOnly {
  background: var(--schedule_amonly);
}
table.caledit .day td.close {
  background: var(--schedule_close);
}
table.caledit .day td.notTheMonth {
  background: var(--clr_white);
}
@media screen and (min-width: 48em), print {
  table.caledit {
    table-layout: fixed;
  }
  table.caledit th {
    padding: 1.6rem;
  }
  table.caledit td {
    height: 7.35rem;
    font-size: 2rem;
  }
  table.caledit .month th {
    padding: 0.5rem 0 2.4rem;
    font-size: 3.6rem;
  }
  table.caledit .week th {
    font-size: 2rem;
    padding: 0.8rem 0;
  }
}

.index_greeting {
  padding: 4rem 0;
  background: url("../img/logo_mark.webp") bottom right -15rem/130% auto no-repeat, var(--clr_blue_light);
}
.index_greeting .wrap {
  background: var(--clr_white);
  padding: 1.5rem;
}
.index_greeting .greeting_img {
  margin: 2rem auto 2.7rem;
  max-width: 60%;
}
.index_greeting .greeting_img .dr_img {
  box-shadow: 7px 7px 0 0 var(--clr_blue);
}
.index_greeting .greeting_txt p {
  margin: 0;
}
.index_greeting .greeting_txt p:not(:first-of-type) {
  margin-top: 1.5rem;
}
.index_greeting .greeting_txt p.dr_name {
  margin: 2.5rem 0 0;
  line-height: 1.4;
}
.index_greeting .greeting_txt p.dr_name span {
  font-size: 2rem;
  margin-left: 1.2rem;
}
.index_greeting .greeting_txt p.dr_name + div {
  margin-top: 2.5rem;
}
@media screen and (min-width: 48em), print {
  .index_greeting {
    padding: 8rem 0 12rem;
    background: url("../img/logo_mark.webp") bottom right calc(50% - 45rem)/100rem auto no-repeat, var(--clr_blue_light);
  }
  .index_greeting .wrap {
    padding: 6rem;
  }
  .index_greeting .greeting_content {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    gap: 0 6rem;
  }
  .index_greeting .greeting_content .greeting_txt {
    flex-grow: 1;
  }
  .index_greeting .greeting_content .greeting_img {
    flex-shrink: 0;
    width: 38rem;
    margin: 0 1rem 0 0;
  }
  .index_greeting .greeting_content .greeting_img .dr_img {
    box-shadow: 10px 10px 0 0 var(--clr_blue);
  }
  .index_greeting .greeting_txt p:not(:first-of-type) {
    margin-top: 3.5rem;
  }
  .index_greeting .greeting_txt p.dr_name {
    margin: 3rem 0 0;
  }
  .index_greeting .greeting_txt p.dr_name span {
    font-size: 3rem;
    margin-left: 2.2rem;
  }
  .index_greeting .greeting_txt p.dr_name + div {
    margin-top: 3.5rem;
  }
}

.index_symptoms {
  padding: 4rem 0;
}
.index_symptoms .lst_symptoms > li > a {
  display: grid;
  grid-template-columns: 5rem 1fr;
  align-items: center;
  gap: 1rem;
  color: var(--clr_txt);
  line-height: 1.5;
  border-bottom: 1px solid var(--clr_green);
  padding: 0.7rem 2.5rem 0.7rem 0.7rem;
  position: relative;
}
.index_symptoms .lst_symptoms > li > a::before {
  content: "";
  display: block;
  aspect-ratio: 1/1;
  background-color: var(--clr_green_light);
  border-radius: 50%;
  background-image: url("../img/symptoms_01.svg");
  background-position: center center, center center;
  background-size: 60% auto;
  background-repeat: no-repeat;
}
.index_symptoms .lst_symptoms > li > a::after {
  color: var(--clr_green);
  font-family: "fontello";
  content: "\e805";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
  font-size: 60%;
}
.index_symptoms .lst_symptoms > li > a.symptoms_01::before {
  background-image: url("../img/symptoms_01.svg");
}
.index_symptoms .lst_symptoms > li > a.symptoms_02::before {
  background-image: url("../img/symptoms_02.svg");
}
.index_symptoms .lst_symptoms > li > a.symptoms_03::before {
  background-image: url("../img/symptoms_03.svg");
}
.index_symptoms .lst_symptoms > li > a.symptoms_04::before {
  background-image: url("../img/symptoms_04.svg");
}
.index_symptoms .lst_symptoms > li > a.symptoms_05::before {
  background-image: url("../img/symptoms_05.svg");
}
.index_symptoms .lst_symptoms > li > a.symptoms_06::before {
  background-image: url("../img/symptoms_06.svg");
}
.index_symptoms .lst_symptoms > li > a.symptoms_07::before {
  background-image: url("../img/symptoms_07.svg");
}
.index_symptoms .lst_symptoms > li > a.symptoms_08::before {
  background-image: url("../img/symptoms_08.svg");
}
.index_symptoms .lst_symptoms > li > a.symptoms_09::before {
  background-image: url("../img/symptoms_09.svg");
}
.index_symptoms .lst_symptoms > li > a.symptoms_10::before {
  background-image: url("../img/symptoms_10.svg");
}
.index_symptoms .lst_symptoms > li > a.symptoms_11::before {
  background-image: url("../img/symptoms_11.svg");
}
.index_symptoms .lst_symptoms > li > a.symptoms_12::before {
  background-image: url("../img/symptoms_12.svg");
}
.index_symptoms .lst_symptoms > li > a.symptoms_13::before {
  background-image: url("../img/symptoms_13.svg");
}
.index_symptoms .lst_symptoms > li > a.symptoms_14::before {
  background-image: url("../img/symptoms_14.svg");
}
.index_symptoms .lst_symptoms > li > a.symptoms_15::before {
  background-image: url("../img/symptoms_15.svg");
}
.index_symptoms .lst_symptoms > li > a.symptoms_16::before {
  background-image: url("../img/symptoms_16.svg");
}
.index_symptoms .lst_symptoms > li > a.symptoms_17::before {
  background-image: url("../img/symptoms_17.svg");
}
.index_symptoms .lst_symptoms > li > a.symptoms_18::before {
  background-image: url("../img/symptoms_18.svg");
}
.index_symptoms .lst_symptoms > li > a.symptoms_19::before {
  background-image: url("../img/symptoms_19.svg");
}
.index_symptoms .lst_symptoms > li > a.symptoms_20::before {
  background-image: url("../img/symptoms_20.svg");
}
.index_symptoms .lst_symptoms > li > a.symptoms_21::before {
  background-image: url("../img/symptoms_21.svg");
}
@media screen and (min-width: 48em), print {
  .index_symptoms {
    padding: 8rem 0 12rem;
  }
  .index_symptoms .lst_symptoms {
    display: flex;
    flex-wrap: wrap;
    gap: 0 1.8rem;
  }
  .index_symptoms .lst_symptoms > li {
    width: calc((100% - 3.6rem) / 3);
  }
  .index_symptoms .lst_symptoms > li > a {
    font-size: 2rem;
    grid-template-columns: 9rem 1fr;
    gap: 2rem;
    padding: 1.44rem 4rem 1.44rem 1rem;
  }
  .index_symptoms .lst_symptoms > li > a::before {
    background-size: 5rem auto;
  }
  .index_symptoms .lst_symptoms > li > a::after {
    right: 1.7rem;
  }
  .index_symptoms .lst_symptoms > li > a::before, .index_symptoms .lst_symptoms > li > a::after {
    transition: 0.2s;
  }
  .index_symptoms .lst_symptoms > li > a:hover {
    color: var(--clr_blue);
    border-color: var(--clr_blue);
  }
  .index_symptoms .lst_symptoms > li > a:hover::before {
    background-color: var(--clr_blue_light04);
  }
  .index_symptoms .lst_symptoms > li > a:hover::after {
    color: var(--clr_blue);
  }
}

body:not(.index) .main {
  margin: 0 2rem 6rem;
}
body:not(.index) .main a:not([class*=btn], [href*="tel:"], [class*=rsv]) {
  color: var(--clr_green);
}
body:not(.index) .main a:not([class*=btn], [href*="tel:"], [class*=rsv]):is(:hover,.focus-visible) {
  color: var(--clr_blue);
}
body:not(.index) .main a:not([class*=btn], [href*="tel:"], [class*=rsv]):is(:hover, :focus-visible) {
  color: var(--clr_blue);
}
@media screen and (min-width: 48em), print {
  body:not(.index) .main {
    width: 1200px;
    margin: 0 auto 12rem;
  }
}

.breadcrumb {
  display: flex;
  font-size: 1.5rem;
  margin: 0 2rem 1rem;
  white-space: nowrap;
  overflow-x: scroll;
}
.breadcrumb li:not(:first-child)::before {
  display: inline-block;
  content: "＞";
  margin: 0 0.6rem;
}
.breadcrumb li br {
  display: none;
}
.breadcrumb li a {
  color: var(--clr_green);
  text-decoration: underline;
}

@media screen and (min-width: 48em), print {
  .breadcrumb {
    font-size: 2rem;
    width: 1200px;
    margin: 0 auto 2rem;
    white-space: inherit;
    overflow-x: inherit;
  }
  .breadcrumb li:not(:first-child)::before {
    margin: 0 0.8rem;
  }
  .breadcrumb li a:hover {
    opacity: 1;
    color: var(--clr_blue);
  }
}
.gallery {
  width: 85%;
  margin: auto;
  visibility: hidden;
  line-height: 1;
}
.gallery .gallery_slider div {
  position: relative;
}
.gallery .gallery_slider div .cap {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  padding: 0.4rem;
  opacity: 0;
  transition: 0.3s ease;
  width: 100%;
  margin: 0;
  color: var(--clr_white);
  min-height: 3rem;
  line-height: 1.3;
  display: grid;
  place-items: center;
}
.gallery .gallery_slider div .slick-current .cap {
  opacity: 1;
  transition-delay: 0.5s;
  background: rgba(var(--rgb_green), 0.7);
}
.gallery .gallery_slider div:first-child .cap {
  transition-delay: 0s;
}
.gallery .gallery_slider .slick-arrow {
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 39%;
  cursor: pointer;
  line-height: 0;
  font-size: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: var(--clr_white);
  background: none;
  z-index: 1;
}
.gallery .gallery_slider .slick-arrow::before {
  font-family: "fontello";
  content: "\e805";
  color: var(--clr_green);
  font-size: 3rem;
}
.gallery .gallery_slider .slick-arrow.slick-next {
  right: -2.5rem;
}
.gallery .gallery_slider .slick-arrow.slick-prev {
  left: -2.5rem;
}
.gallery .gallery_slider .slick-arrow.slick-prev::before {
  font-family: "fontello";
  content: "\e802";
}
.gallery .gallery_slider .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  margin: 0.8rem auto;
}
.gallery .gallery_slider .slick-dots li {
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 0.2rem;
}
.gallery .gallery_slider .slick-dots li button {
  padding: 50%;
  display: block;
  font-size: 0;
  cursor: pointer;
  opacity: 0.25;
  border-radius: 50%;
  background: var(--clr_green);
}
.gallery .gallery_slider .slick-dots li button:hover, .gallery .gallery_slider .slick-dots li button:focus {
  opacity: 0.8;
}
.gallery .gallery_slider .slick-dots li.slick-active button {
  opacity: 0.75;
}
.gallery .gallery_thum div img {
  cursor: pointer;
  border: 2px solid transparent;
}
.gallery .gallery_thum .slick-current div img {
  border: 2px solid var(--clr_green);
}
@media screen and (min-width: 48em), print {
  .gallery {
    width: 75rem;
    margin: auto;
    line-height: 0;
  }
  .gallery .gallery_slider {
    font-size: 1.6em;
  }
  .gallery .gallery_slider div .cap {
    min-height: 6rem;
  }
  .gallery .gallery_slider .slick-arrow {
    width: 5rem;
    height: 5rem;
    top: 43%;
  }
  .gallery .gallery_slider .slick-arrow::before {
    font-size: 5rem;
  }
  .gallery .gallery_slider .slick-arrow.slick-next {
    right: -6rem;
  }
  .gallery .gallery_slider .slick-arrow.slick-prev {
    left: -6rem;
  }
  .gallery .gallery_slider .slick-dots {
    bottom: 5rem;
    margin: 1.4rem auto;
  }
  .gallery .gallery_slider .slick-dots li {
    width: 1.4rem;
    height: 1.4rem;
    margin: 0 0.6rem;
  }
  .gallery .gallery_thum {
    width: calc(100% + 0.6rem);
  }
  .gallery .gallery_thum .slick-track .slick-slide div img {
    cursor: pointer;
    border: 4px solid transparent;
  }
  .gallery .gallery_thum .slick-track .slick-slide.slick-current div img {
    border: 4px solid var(--clr_green);
  }
}
.access .main .acs_dl dd {
  margin-bottom: 2rem;
}
.access .main .gmap {
  height: 30rem;
  margin: 2rem 0;
}
@media screen and (min-width: 48em), print {
  .access .main .tbl_time caption {
    margin-top: 3rem;
  }
  .access .main .tbl_time tr th[scope=col]:first-child {
    width: 27%;
  }
  .access .main .tbl_time tr th[scope=col]:last-of-type {
    width: 18%;
    padding-right: 10rem;
  }
  .access .main .tbl_time tr td {
    padding: 3rem 0.2rem;
  }
  .access .main .tbl_time tr td:last-of-type {
    width: 18%;
    padding-right: 10rem;
  }
  .access .main .acs_content {
    display: flex;
    justify-content: space-between;
  }
  .access .main .acs_content > div, .access .main .acs_content > section, .access .main .acs_content > dl {
    width: calc((100% - 6rem) / 2);
  }
  .access .main .acs_content .acs_dl dd {
    margin-bottom: 4rem;
  }
  .access .main .acs_content .gmap {
    margin: 0;
    height: auto;
  }
}

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

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