@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-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;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

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

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

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

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

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

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

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

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

/* A elements that don't have a class get default styles */
a:not([class]) {
  -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;
     -moz-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;
  -o-object-fit: contain;
     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: #707070;
  --rgb_border: 112 112 112;
  --clr_white: #fff;
  --rgb_white: 255 255 255;
  --clr_pink: #EEA2A2;
  --rgb_pink: 238 162 162;
  --clr_pink_light: #FFBEC4;
  --rgb_pink_light: 255 190 196;
  --clr_pink_light02: #FFF7F5;
  --rgb_pink_light02: 255 247 245;
  --clr_pink_light03: #FADBDE;
  --rgb_pink_light03: 250 219 222;
  --clr_pink_dark: #EF8B8B;
  --rgb_pink_dark: 239 139 139;
  --clr_pink_dark02: #D15B5C;
  --rgb_pink_dark02: 209 91 92;
  --clr_pink_dark03: #E58E96;
  --rgb_pink_dark03: 229 142 150;
  --clr_green: #6FCBC4;
  --rgb_green: 111 203 196;
  --clr_green_light: #A1D6D2;
  --rgb_green_light: 161 214 210;
  --clr_green_light02: #E5FBFA;
  --rgb_green_light02: 229 251 250;
  --clr_green_light03: #F2FCD9;
  --rgb_green_light03: 242 252 217;
  --clr_green_dark: #008F84;
  --rgb_green_dark: 0 143 132;
  --clr_yellow: #FFF56B;
  --rgb_yellow: 255 245 107;
  --clr_yellow_dark: #F5C72D;
  --rgb_yellow_dark: 245 199 45;
  --clr_gray: #F7F7F7;
  --rgb_gray: 247 247 247;
  --clr_gray_dark: #555555;
  --rgb_gray_dark: 85 85 85;
  --clr_red: #E76263;
  --rgb_red: 231 98 99;
  --breakpoint: 768px;
}

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

.txt_small {
  font-size: 85%;
}

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

.txt_pink {
  color: var(--clr_pink_dark);
}

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

.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 {
  max-width: 80%;
  margin: 1rem auto;
}

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

.tate {
  max-width: 60%;
}

@media screen and (width >= 48em), print {
  .img_c {
    max-width: min(70%, 75rem);
  }
  .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 (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 (width >= 48em), print {
  .mt00 {
    margin-top: calc(clamp(1.5rem, 0.6111rem + 1.157vw, 2rem) * 0) !important;
  }
  .mt10 {
    margin-top: calc(clamp(1.5rem, 0.6111rem + 1.157vw, 2rem) * 1) !important;
  }
  .mt20 {
    margin-top: calc(clamp(1.5rem, 0.6111rem + 1.157vw, 2rem) * 2) !important;
  }
  .mt30 {
    margin-top: calc(clamp(1.5rem, 0.6111rem + 1.157vw, 2rem) * 3) !important;
  }
  .mt40 {
    margin-top: calc(clamp(1.5rem, 0.6111rem + 1.157vw, 2rem) * 4) !important;
  }
  .mt05 {
    margin-top: 1rem !important;
  }
}
body:not(.index) .main > section ~ section, body:not(.index) .flex2 > section ~ section {
  margin-top: 4rem;
}
body:not(.index) .main > section section ~ section, body:not(.index) .flex2 > section section ~ section {
  margin-top: 3rem;
}
body:not(.index) .main > section > section section ~ section, body:not(.index) .flex2 > section > section section ~ section {
  margin-top: 2rem;
}
body:not(.index) .main > section > section > section section ~ section, body:not(.index) .flex2 > section > section > section section ~ section {
  margin-top: 2rem;
}
@media screen and (width >= 48em), print {
  body:not(.index) .main > section ~ section, body:not(.index) .flex2 > section ~ section {
    margin-top: clamp(6rem, 2.4444rem + 4.63vw, 8rem);
  }
  body:not(.index) .main > section section ~ section, body:not(.index) .flex2 > section section ~ section {
    margin-top: clamp(4.5rem, 1.8333rem + 3.472vw, 6rem);
  }
  body:not(.index) .main > section > section section ~ section, body:not(.index) .flex2 > section > section section ~ section {
    margin-top: clamp(3rem, 1.2222rem + 2.315vw, 4rem);
  }
  body:not(.index) .main > section > section > section section ~ section, body:not(.index) .flex2 > section > section > section section ~ section {
    margin-top: clamp(3rem, 1.2222rem + 2.315vw, 4rem);
  }
}

.tbl_time {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 1.25rem;
  color: var(--clr_gray_dark);
}
.tbl_time caption {
  caption-side: bottom;
  text-align: left;
  margin-top: 1rem;
  line-height: 1.417;
  letter-spacing: 0.06em;
  font-size: 1.2rem;
}
.tbl_time caption > span {
  display: flex;
}
.tbl_time caption > span .cap_tit {
  flex-shrink: 0;
}
.tbl_time tr th {
  font-weight: normal;
}
.tbl_time tr th[scope=col] {
  padding: 0.4rem;
  text-align: center;
  background: var(--clr_pink_dark);
  color: var(--clr_white);
}
.tbl_time tr th[scope=col]:first-child {
  width: 35%;
  letter-spacing: 0.36em;
}
.tbl_time tr th.time {
  border-bottom: 1px solid var(--clr_pink_dark);
  background: var(--clr_white);
  padding-inline: 0.5rem;
}
.tbl_time tr th.time > div {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 1.2;
}
.tbl_time tr th.time > div span {
  flex-grow: 1;
}
.tbl_time tr td {
  text-align: center;
  padding: 1.4rem 0.4rem;
  border-bottom: 1px solid var(--clr_pink_dark);
  line-height: 1;
  font-size: 90%;
  background: var(--clr_white);
  color: var(--clr_pink_dark);
}

@media screen and (width >= 48em), print {
  .tbl_time {
    table-layout: fixed;
    font-size: clamp(1.2rem, 0.8444rem + 0.463vw, 1.4rem);
  }
  .tbl_time caption {
    margin-top: 1rem;
    margin-left: 0.5rem;
    font-size: clamp(1.1rem, 0.9222rem + 0.231vw, 1.2rem);
  }
  .tbl_time tr th[scope=col] {
    padding: clamp(0.2rem, 0.0222rem + 0.231vw, 0.3rem) 0;
  }
  .tbl_time tr th[scope=col]:first-child {
    width: clamp(10rem, -11.3333rem + 27.778vw, 22rem);
  }
  .tbl_time tr th[scope=col]:last-of-type {
    width: 4em;
    padding-right: clamp(0.5rem, -1.2778rem + 2.315vw, 1.5rem);
  }
  .tbl_time tr th.time {
    border-width: 2px;
    padding: 0;
  }
  .tbl_time tr th.time > div {
    padding: 0 clamp(0.5rem, -2.1667rem + 3.472vw, 2rem) 0 clamp(0.5rem, -3.0556rem + 4.63vw, 2.5rem);
    letter-spacing: 0.06em;
  }
  .tbl_time tr td {
    padding: clamp(1rem, 0.5556rem + 0.579vw, 1.25rem) 0;
    border-width: 2px;
  }
  .tbl_time tr td:last-of-type {
    width: 4em;
    padding-right: clamp(0.5rem, -1.2778rem + 2.315vw, 1.5rem);
  }
}
.gmap {
  width: 100%;
}

.tit_01 {
  font-size: 2.2rem;
  padding: 1rem;
  text-align: center;
  margin-bottom: 1rem;
  background: url(../img/tit_01.webp) center/auto 100% no-repeat;
  color: var(--clr_red);
  font-weight: 500;
  line-height: 1.3;
  min-height: 8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0;
}

.tit_02 {
  font-size: 1.8rem;
  line-height: 1.3;
  margin-bottom: 2rem;
  text-align: center;
  letter-spacing: 0.24em;
  font-weight: 500;
  color: var(--clr_red);
}
.tit_02 .txt_small {
  font-size: 90%;
  letter-spacing: 0.06em;
  display: block;
  margin-top: 0.6rem;
}
.tit_02 + p {
  margin-top: 0;
}

.tit_03 {
  font-size: 1.7rem;
  line-height: 1.3;
  margin-bottom: 2rem;
  font-weight: 500;
  color: var(--clr_white);
  letter-spacing: 0.06em;
  background: var(--clr_pink_dark);
  padding: 0.6rem 1.4rem;
}
.tit_03 + p {
  margin-top: 0;
}

.tit_04 {
  font-size: 1.6rem;
  line-height: 1.3;
  margin-bottom: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: var(--clr_red);
  padding: 0.4rem 0 0.6rem 3.2rem;
  background: url("../img/tit_04.png") center left/2.4rem auto no-repeat;
  border-bottom: 1px solid var(--clr_pink_light03);
}
.tit_04 + p {
  margin-top: 0;
}

.tit_05 {
  font-size: 1.5rem;
  line-height: 1.3;
  margin-bottom: 1.5rem;
  padding: 0 0 0.4rem 1rem;
  color: var(--clr_green);
  font-weight: 500;
  border-bottom: 1px dashed var(--clr_green);
}
.tit_05 + p {
  margin-top: 0;
}

.tit_06 {
  font-size: 1.5rem;
  line-height: 1.3;
  margin-bottom: 1.5rem;
  padding: 0 0 0.4rem 1rem;
  color: var(--clr_txt);
  font-weight: 500;
  border-bottom: 1px dashed var(--clr_txt);
}
.tit_06 + p {
  margin-top: 0;
}

@media screen and (width >= 48em), print {
  .tit_01 {
    font-size: clamp(2.6rem, 0.8222rem + 2.315vw, 3.6rem);
    min-height: clamp(9rem, 3.6667rem + 6.944vw, 12rem);
    margin-bottom: 0;
  }
  .tit_01 span {
    max-width: min(1200px, 100% - 4rem);
    width: 100%;
    margin: 2rem auto;
  }
  .tit_02 {
    font-size: clamp(2.4rem, 1.3333rem + 1.389vw, 3rem);
    margin-bottom: clamp(2rem, 0.7556rem + 1.62vw, 2.7rem);
  }
  .tit_03 {
    font-size: clamp(2rem, 1.2889rem + 0.926vw, 2.4rem);
    margin-bottom: clamp(2.4rem, 1.3333rem + 1.389vw, 3rem);
    padding: clamp(0.6rem, -0.1111rem + 0.926vw, 1rem) clamp(1.5rem, 0.6111rem + 1.157vw, 2rem);
  }
  .tit_04 {
    font-size: clamp(1.8rem, 1.0889rem + 0.926vw, 2.2rem);
    margin-bottom: clamp(2.4rem, 1.3333rem + 1.389vw, 3rem);
    padding: clamp(0.8rem, 0.0889rem + 0.926vw, 1.2rem) 0 clamp(0.5rem, -0.0333rem + 0.694vw, 0.8rem) clamp(4rem, -0.4444rem + 5.787vw, 6.5rem);
    background-size: clamp(3.2rem, 0.8889rem + 3.009vw, 4.5rem) auto;
  }
  .tit_05 {
    font-size: clamp(1.6rem, 0.8889rem + 0.926vw, 2rem);
    margin-bottom: clamp(1.6rem, 0.8889rem + 0.926vw, 2rem);
    padding: 0 0 clamp(0.5rem, -0.0333rem + 0.694vw, 0.8rem) clamp(1rem, 0.1111rem + 1.157vw, 1.5rem);
  }
  .tit_06 {
    font-size: clamp(1.6rem, 0.8889rem + 0.926vw, 2rem);
    margin-bottom: clamp(1.6rem, 0.8889rem + 0.926vw, 2rem);
    padding: 0 0 clamp(0.5rem, -0.0333rem + 0.694vw, 0.8rem) clamp(1rem, 0.1111rem + 1.157vw, 1.5rem);
  }
}
.lst {
  line-height: 1.5;
}
.lst > li:not(:last-child) {
  margin-bottom: 0.6em;
}

.lst_ul {
  line-height: 1.5;
}
.lst_ul > li {
  padding-left: 1.4em;
  position: relative;
}
.lst_ul > li:not(:last-child) {
  margin-bottom: 0.6em;
}
.lst_ul > li::before {
  content: "●";
  color: var(--clr_red);
  position: absolute;
  left: 0;
  top: 0.15em;
  font-size: 80%;
}
.lst_ul.-kome > li::before {
  content: "※";
  color: inherit;
  top: 0;
  font-size: 100%;
}
@media screen and (width >= 48em), print {
  .lst_ul.col2 {
    display: flex;
    flex-wrap: wrap;
    gap: 0 1rem;
  }
  .lst_ul.col2 > * {
    margin: 0;
    width: calc((100% - 1rem) / 2);
    min-width: 30rem;
  }
}
@media screen and (width >= 48em), print {
  .lst_ul.col3 {
    display: flex;
    flex-wrap: wrap;
    gap: 0 1rem;
  }
  .lst_ul.col3 > * {
    margin: 0;
    width: calc((100% - 2rem) / 3);
    min-width: 20rem;
  }
}

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

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

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

.lst_dl {
  --dl_border: var(--clr_border);
  --dl_border02:var(--clr_border);
}
.lst_dl dt {
  background: var(--clr_pink_light02);
  padding: 1rem 1.5rem;
  border-top: 1px solid var(--dl_border);
  border-right: 1px solid var(--dl_border);
  border-left: 1px solid var(--dl_border);
}
.lst_dl dd {
  margin: 0 0 0.5rem;
  padding: 1.5rem;
  border-top: 1px solid var(--dl_border);
  border-right: 1px solid var(--dl_border);
  border-left: 1px solid var(--dl_border);
  border-bottom: 1px solid var(--dl_border);
}
.lst_dl.-color02 dt {
  background: var(--clr_gray);
  border-color: var(--dl_border02);
}
.lst_dl.-color02 dt:first-of-type {
  border-color: var(--dl_border02);
}
.lst_dl.-color02 dt:last-of-type {
  border-color: var(--dl_border02);
}
.lst_dl.-color02 dd {
  border-color: var(--dl_border02);
}
.lst_dl.-color02 dd:last-of-type {
  border-color: var(--dl_border02);
}
@media screen and (width >= 48em), print {
  .lst_dl dt {
    padding: clamp(0.8rem, 0.4444rem + 0.463vw, 1rem) clamp(2.4rem, 1.3333rem + 1.389vw, 3rem);
  }
  .lst_dl dd {
    padding: clamp(1.4rem, 0.8667rem + 0.694vw, 1.7rem) clamp(2.4rem, 1.3333rem + 1.389vw, 3rem);
  }
  .lst_dl.-color02 dt {
    border-color: var(--dl_border02);
  }
  .lst_dl.-color02 dt:last-of-type {
    border-color: var(--dl_border02);
  }
  .lst_dl.-color02 dd:first-of-type {
    border-color: var(--dl_border02);
  }
  .lst_dl.-color02 dd:last-of-type {
    border-color: var(--dl_border02);
  }
}

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

.lst_anc {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.lst_anc > li a {
  display: flex;
  align-items: center;
  color: var(--clr_white) !important;
  background: var(--clr_pink);
  border-radius: 4px;
  letter-spacing: 0.06em;
  padding: 0.8rem 2.5rem 0.8rem 1.5rem;
  position: relative;
  line-height: 1.2;
  text-decoration: none !important;
}
.lst_anc > li a::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
  content: "";
  display: block;
  font-family: "fontello";
  content: "\34";
}
@media screen and (width >= 48em), print {
  .lst_anc {
    display: grid;
    grid-template-columns: repeat(auto-fit, clamp(20rem, 4.8889rem + 19.676vw, 28.5rem));
    justify-content: center;
    gap: clamp(1rem, -0.7778rem + 2.315vw, 2rem);
  }
  .lst_anc > li {
    width: auto;
  }
  .lst_anc > li > a {
    min-height: clamp(3.5rem, 1.7222rem + 2.315vw, 4.5rem);
    border-radius: clamp(0.4rem, -0.3111rem + 0.926vw, 0.8rem);
    transition: 0.2s;
  }
  .lst_anc > li > a::after {
    right: clamp(1.5rem, 0.6111rem + 1.157vw, 2rem);
  }
  .lst_anc > li > a:hover {
    background: var(--clr_pink_light);
    opacity: 1;
  }
}

.lst_flow {
  counter-reset: number 0;
  padding-left: 2rem;
}
.lst_flow > li {
  background: var(--clr_pink_light02);
  border-radius: 7px;
  padding: 1.5rem 1.5rem 1.5rem 3.5rem;
  counter-increment: number 1;
  line-height: 1.444;
  position: relative;
}
.lst_flow > li::before {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  content: counter(number, decimal-leading-zero);
  color: var(--clr_white);
  background: url("../img/flow_step.svg") top 0.7rem center/auto 1.4rem no-repeat, var(--clr_pink_dark);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -2.5rem;
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  text-align: center;
  font-size: 2.2rem;
  letter-spacing: 0.15rem;
  padding-bottom: 0.3rem;
  padding-left: 0.2rem;
}
.lst_flow > li:not(:last-child) {
  margin: 0 0 4rem;
}
.lst_flow > li:not(:last-child)::after {
  display: block;
  font-family: "fontello";
  content: "\e80c";
  text-align: center;
  line-height: 1;
  font-size: 4rem;
  color: var(--clr_yellow_dark);
  position: absolute;
  bottom: -4rem;
  left: 0;
  right: 0;
  margin: auto;
}
.lst_flow > li .flow_tit {
  display: block;
  font-size: 1.5rem;
  color: var(--clr_red);
  font-weight: 500;
  margin: 0 0 0.4rem;
}
@media screen and (width >= 48em), print {
  .lst_flow {
    padding: 0 0 0 clamp(3.5rem, 0.8333rem + 3.472vw, 5rem);
  }
  .lst_flow > li {
    padding: clamp(1.5rem, -0.2778rem + 2.315vw, 2.5rem) clamp(1.5rem, -2.0556rem + 4.63vw, 3.5rem) clamp(1.5rem, -0.2778rem + 2.315vw, 2.5rem) clamp(4.8rem, 0.8889rem + 5.093vw, 7rem);
    border-radius: clamp(0.8rem, -0.4444rem + 1.62vw, 1.5rem);
  }
  .lst_flow > li::before {
    width: clamp(7rem, 1.6667rem + 6.944vw, 10rem);
    height: clamp(7rem, 1.6667rem + 6.944vw, 10rem);
    font-size: clamp(3rem, 0.6889rem + 3.009vw, 4.3rem);
    left: clamp(-5rem, -0.8333rem + -3.472vw, -3.5rem);
    padding-bottom: clamp(0.5rem, -0.3889rem + 1.157vw, 1rem);
    background: url("../img/flow_step.svg") top clamp(1rem, -0.2444rem + 1.62vw, 1.7rem) center/auto clamp(2rem, 1.1111rem + 1.157vw, 2.5rem) no-repeat, var(--clr_pink);
  }
  .lst_flow > li:not(:last-child) {
    margin: 0 0 clamp(5rem, 1.4444rem + 4.63vw, 7rem);
  }
  .lst_flow > li:not(:last-child)::after {
    bottom: clamp(-7rem, -1.4444rem + -4.63vw, -5rem);
    font-size: clamp(4.7rem, 1.5rem + 4.167vw, 6.5rem);
  }
  .lst_flow > li .flow_tit {
    font-size: clamp(1.8rem, 1.0889rem + 0.926vw, 2.2rem);
    margin-bottom: clamp(0.6rem, -0.1111rem + 0.926vw, 1rem);
  }
}

.tel {
  color: var(--clr_pink_dark02);
  letter-spacing: 0.036em;
  font-size: 2rem;
}
.tel::before {
  display: inline-block;
  content: "Tel.";
  font-size: 70%;
  margin-right: 0.4rem;
}
@media screen and (width >= 48em), print {
  .tel {
    font-size: clamp(1.8rem, 0.3778rem + 1.852vw, 2.6rem);
  }
}

.official_tel {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
}
.official_tel li {
  width: calc((100% - 0.6rem) / 2);
  flex-grow: 1;
}
.official_tel li .btn_official, .official_tel li .tel, .official_tel li a {
  border-radius: 50vh;
  width: 100%;
  height: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.official_tel li .btn_official {
  letter-spacing: 0.06em;
  font-size: 1.15rem;
  background: var(--clr_green);
  color: var(--clr_white);
  text-align: center;
  line-height: 1.2;
}
.official_tel li .btn_official::before {
  font-family: "fontello";
  content: "\e806";
  font-size: 140%;
  line-height: 1;
  margin-right: 0.6rem;
}
.official_tel li .tel {
  background: var(--clr_pink);
  color: var(--clr_white);
  font-size: 1.8rem;
}
.official_tel li .tel::before {
  transform: translateY(2px);
}
@media screen and (width >= 48em), print {
  .official_tel {
    flex-direction: column;
    align-items: flex-end;
  }
  .official_tel > li {
    width: auto;
  }
  .official_tel > li .btn_official, .official_tel > li .tel, .official_tel > li a {
    height: clamp(3.8rem, 2.3778rem + 1.852vw, 4.6rem);
  }
  .official_tel > li .btn_official {
    font-size: clamp(1.4rem, 0.6889rem + 0.926vw, 1.8rem);
    padding: 0 clamp(1rem, 0.2889rem + 0.926vw, 1.4rem) 0 clamp(1.8rem, 0.7333rem + 1.389vw, 2.4rem);
  }
  .official_tel > li .btn_official::before {
    font-size: 140%;
    margin-right: clamp(0.4rem, 0.0444rem + 0.463vw, 0.6rem);
  }
  .official_tel > li .tel {
    font-size: clamp(2.2rem, 0.7778rem + 1.852vw, 3rem);
    padding-inline: clamp(1.8rem, 1.0889rem + 0.926vw, 2.2rem);
  }
  .official_tel > li .tel::before {
    transform: translateY(5px);
    margin-right: 0.6rem;
  }
}

.rsv {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  background: var(--clr_red);
  color: var(--clr_white);
  border-radius: 5px;
  padding: 0.8rem 2.5rem;
  line-height: 1.4;
}
.rsv::before {
  font-family: "fontello";
  content: "\e815";
  font-size: 120%;
  line-height: 1;
  transform: translateY(1px);
}
@media screen and (width >= 48em), print {
  .rsv {
    border-radius: clamp(0.5rem, -0.0333rem + 0.694vw, 0.8rem);
    padding: clamp(0.8rem, 0.4444rem + 0.463vw, 1rem) clamp(2rem, -1.5556rem + 4.63vw, 4rem);
  }
  .rsv:is(:hover, :focus-visible) {
    background: var(--clr_pink);
    opacity: 1;
  }
}

.btn_blog {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: var(--clr_green_dark);
  color: var(--clr_white);
  border-radius: 5px;
  padding: 0.8rem 2.5rem;
  line-height: 1.4;
}
.btn_blog::before {
  font-family: "fontello";
  content: "\e816";
  font-size: 130%;
  line-height: 1;
  transform: translateY(1.5px);
}
@media screen and (width >= 48em), print {
  .btn_blog {
    border-radius: clamp(0.5rem, -0.0333rem + 0.694vw, 0.8rem);
    padding: clamp(0.8rem, 0.4444rem + 0.463vw, 1rem) clamp(2rem, -1.5556rem + 4.63vw, 4rem);
  }
  .btn_blog:is(:hover, :focus-visible) {
    background: var(--clr_green);
    opacity: 1;
  }
}

.box {
  padding: 1.5rem;
  background: var(--clr_pink_light02);
}
.box.-color02 {
  background: var(--clr_green_light02);
}
@media screen and (width >= 48em), print {
  .box {
    padding: clamp(2.4rem, 1.3333rem + 1.389vw, 3rem);
  }
}

.btn {
  display: inline-block;
  color: var(--clr_white);
  background: var(--clr_pink);
  border-radius: 5px;
  padding: 0.8rem 2.5rem;
  line-height: 1.4;
  position: relative;
}
.btn::before {
  margin-right: 0.5rem;
  font-family: "fontello";
  content: "\e800";
  display: inline-block;
  font-weight: normal;
  font-size: 96%;
}
@media screen and (width >= 48em), print {
  .btn {
    padding: clamp(0.8rem, 0.4444rem + 0.463vw, 1rem) clamp(2rem, -1.5556rem + 4.63vw, 4rem);
    border-radius: clamp(0.5rem, -0.0333rem + 0.694vw, 0.8rem);
  }
  .btn::before {
    margin-right: 0.6rem;
  }
  .btn:hover {
    background: var(--clr_pink_light);
    opacity: 1;
  }
}

.lnk {
  display: inline-block;
  text-decoration: underline !important;
  cursor: pointer;
  color: var(--clr_green);
}
.lnk::after {
  padding-left: 0.3rem;
  display: inline-block;
}
@media screen and (width >= 48em), print {
  .lnk::after {
    padding-left: 0.6rem;
  }
}
.lnk:is(:hover, :focus-visible) {
  color: var(--clr_yellow_dark);
  opacity: 1;
}

.tbl {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  line-height: 1.4;
}
.tbl tr th {
  text-align: center;
  padding: 0.8rem;
  font-weight: normal;
  border: 1px solid var(--clr_border);
  background: var(--clr_pink_light02);
}
.tbl tr th.-gray {
  background: var(--clr_gray);
}
.tbl tr td {
  text-align: left;
  padding: 0.8rem;
  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_pink_dark) !important;
  color: var(--clr_white) !important;
}
.tbl.-th30 tr th {
  width: 25%;
}
.tbl.-color02 tr th {
  background: var(--clr_gray_light);
}

@media screen and (width >= 48em), print {
  .tbl tr th {
    padding: clamp(1.2rem, 0.6667rem + 0.694vw, 1.5rem) clamp(2rem, 1.1111rem + 1.157vw, 2.5rem);
  }
  .tbl tr td {
    padding: clamp(1.2rem, 0.6667rem + 0.694vw, 1.5rem) clamp(2rem, 1.1111rem + 1.157vw, 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 (width >= 48em), print {
  .tbl_scroll {
    overflow: inherit;
  }
  .tbl_scroll .tbl {
    white-space: inherit;
  }
}

.flex1 {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
}
.flex1.lst_ul > li {
  margin: 0 !important;
  padding-left: 1em;
}
@media screen and (width >= 48em), print {
  .flex1 {
    gap: 1rem clamp(1.5rem, 0.6111rem + 1.157vw, 2rem);
  }
}

@media screen and (width >= 48em), print {
  .flex2 {
    display: flex;
    flex-wrap: wrap;
    gap: clamp(2rem, -1.5556rem + 4.63vw, 4rem);
  }
  .flex2 > * {
    margin-top: 0 !important;
    width: calc((100% - clamp(2rem, -1.5556rem + 4.63vw, 4rem)) / 2);
  }
}

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

@media screen and (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: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  word-wrap: break-word;
}
body::after {
  visibility: hidden;
  width: 100vw;
  height: 100vh;
  content: "";
  background: rgb(var(--rgb_green_light02)/0.8);
  backdrop-filter: blur(0.8rem);
  position: fixed;
  top: 0;
  z-index: 2;
  opacity: 0;
  transition: all 0.2s ease-in-out 0s;
}
body.spnav_modal {
  height: 100%;
  overflow: hidden;
}
body.spnav_modal::after {
  visibility: visible;
  opacity: 1;
}

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

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

.main {
  font-size: 1.4rem;
  line-height: 1.75;
  letter-spacing: 0.06em;
}

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

.header {
  position: relative;
}
.header .wrap {
  padding-bottom: 1rem;
  margin: 6.6rem 0 0;
}
.header .wrap .logo {
  width: 100%;
  height: 6.6rem;
  position: fixed;
  top: 0;
  z-index: 100;
  background: var(--clr_white);
  padding: 0.8rem 6.6rem 0.8rem 4.6rem;
}
.header .wrap .logo a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/logo02.svg) center center/auto 100% no-repeat;
}
.header .wrap .logo a .clip {
  display: block;
  height: 100%;
  overflow: hidden;
  clip-path: inset(50%);
  color: transparent;
}
.header .wrap .headR {
  padding-inline: 1rem;
}

@media screen and (width >= 48em), print {
  .header .wrap {
    padding: 1rem clamp(0rem, -1.7778rem + 2.315vw, 1rem);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header .wrap .logo {
    width: clamp(22rem, 3.8667rem + 23.611vw, 32.2rem);
    height: auto;
    aspect-ratio: 322/102;
    position: static;
    background: none;
    padding: 0;
    margin-left: clamp(0rem, -7.1111rem + 9.259vw, 4rem);
  }
  .header .wrap .logo a {
    background-position: left center;
    background-size: contain;
  }
  .header .wrap .headR {
    padding: 0;
  }
}
#nav {
  width: 100vw;
}
#nav #sp_menu {
  width: 4.6rem;
  height: 4.6rem;
  background: linear-gradient(160deg, var(--clr_pink_light), var(--clr_pink_dark03));
  color: var(--clr_white);
  outline: 1px solid var(--clr_white);
  outline-offset: -3px;
  border-radius: 5px;
  text-align: center;
  line-height: 1;
  font-size: 1rem;
  padding: 0;
  position: fixed;
  top: 1rem;
  right: 1rem;
  z-index: 101;
}
#nav #sp_menu::before {
  display: block;
  font-family: "fontello";
  content: "\e809";
  font-size: 2.6rem;
  margin: -0.6rem 0 -0.2rem;
  transition: 0.2s;
}
#nav #sp_menu::after {
  content: "MENU";
}
#nav #sp_menu.close::before {
  font-family: "fontello";
  content: "\e80a";
}
#nav #sp_menu.close::after {
  content: "CLOSE";
}
#nav #sp_menu span {
  display: none;
}
@media screen and (width >= 48em), print {
  #nav {
    width: auto;
    position: sticky;
    top: 0;
    z-index: 100;
  }
  #nav #sp_menu {
    display: none;
  }
}

.gnav_subnav {
  display: none;
  width: 100%;
  max-height: calc(100svh - 6.6rem - 4.4rem);
  overflow-y: auto;
  background: var(--clr_white);
  padding: 0 1rem 1rem;
  position: fixed;
  top: 6.6rem;
  left: 0;
  right: 0;
  margin: auto;
  z-index: calc(infinity);
}
.gnav_subnav .gnav {
  padding-top: 1rem;
}
.gnav_subnav .gnav > li {
  border-bottom: 1px solid var(--clr_pink_light03);
}
.gnav_subnav .gnav > li > a, .gnav_subnav .gnav > li .sub {
  display: block;
  width: 100%;
  text-align: left;
  padding: 1rem;
  font-size: 1.4rem;
}
.gnav_subnav .gnav > li > a.current, .gnav_subnav .gnav > li .sub.current {
  color: var(--clr_pink);
}
.gnav_subnav #menu_close {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  text-align: center;
  padding: 0.6rem 0;
  margin: 2rem 0 0;
}
.gnav_subnav #menu_close::before {
  font-family: "fontello";
  content: "\e80a";
  margin: 0 0.6rem 0 0;
}
@media screen and (width >= 48em), print {
  .gnav_subnav {
    display: block !important;
    width: 100%;
    max-height: inherit;
    overflow-y: visible;
    padding: clamp(1rem, -1.6667rem + 3.472vw, 2.5rem) 0;
    position: static;
    background: linear-gradient(to bottom, var(--clr_pink_light), var(--clr_pink_dark03));
  }
  .gnav_subnav .official_tel {
    display: none;
  }
  .gnav_subnav .gnav {
    max-width: min(1200px, 100% - 2rem);
    margin: auto;
    display: flex;
    justify-content: space-between;
    border: none;
    padding: 0;
  }
  .gnav_subnav .gnav > li {
    flex-grow: 1;
    position: relative;
    border-bottom: none;
    border-right: 1px solid var(--clr_white);
  }
  .gnav_subnav .gnav > li:first-of-type {
    border-left: 1px solid var(--clr_white);
  }
  .gnav_subnav .gnav > li > a, .gnav_subnav .gnav > li .sub {
    text-align: center;
    font-size: clamp(1.3rem, 0.4111rem + 1.157vw, 1.8rem);
    margin: 0;
    padding: 0.6rem 0;
    cursor: pointer;
    position: relative;
    line-height: 1;
    color: var(--clr_white);
  }
  .gnav_subnav .gnav > li > a::before, .gnav_subnav .gnav > li .sub::before {
    position: absolute;
    top: auto;
    bottom: clamp(-1rem, 0.3889rem + -1.157vw, -0.5rem);
    left: 0;
    right: 0;
    margin: 0 auto;
    content: "";
    width: 80%;
    height: 1px;
    transition: 0.2s;
  }
  .gnav_subnav .gnav > li > a.current, .gnav_subnav .gnav > li .sub.current {
    color: var(--clr_white);
  }
  .gnav_subnav .gnav > li > a:is(:hover, :focus-visible), .gnav_subnav .gnav > li .sub:is(:hover, :focus-visible) {
    opacity: 1;
  }
  .gnav_subnav .gnav > li > a:is(:hover, :focus-visible)::before, .gnav_subnav .gnav > li .sub:is(:hover, :focus-visible)::before {
    background: var(--clr_white);
  }
  .gnav_subnav .gnav > li > a.current:before, .gnav_subnav .gnav > li .sub.current:before {
    background: var(--clr_white);
  }
  .gnav_subnav #menu_close {
    display: none;
  }
}

#scroll_nav {
  display: none;
  pointer-events: none;
}
@media screen and (width >= 48em), print {
  #scroll_nav {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 102;
    padding: 0;
    width: 100%;
  }
  #scroll_nav .gnav_subnav {
    opacity: 0;
    pointer-events: none;
  }
  #scroll_nav .gnav_subnav.fadein {
    opacity: 1;
    pointer-events: all;
  }
  #scroll_nav .pc_fixed {
    pointer-events: all;
  }
}

.pc_fixed {
  display: none;
}
@media screen and (width >= 48em), print {
  .pc_fixed {
    display: block;
    position: absolute;
    top: calc(100% + clamp(5rem, 3.2222rem + 2.315vw, 6rem));
    right: 0;
    z-index: 101;
  }
  .pc_fixed > ul {
    display: flex;
    flex-direction: column;
    gap: clamp(1rem, -0.7778rem + 2.315vw, 2rem);
  }
  .pc_fixed > ul > li a {
    border-radius: clamp(0.6rem, -0.1111rem + 0.926vw, 1rem) 0 0 clamp(0.6rem, -0.1111rem + 0.926vw, 1rem);
    font-size: clamp(1.4rem, 0.3333rem + 1.389vw, 2rem);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: clamp(1.4rem, -0.5556rem + 2.546vw, 2.5rem) clamp(1.4rem, 0.3333rem + 1.389vw, 2rem);
  }
  .pc_fixed > ul > li a::before {
    font-size: 160%;
  }
}

#tel_up {
  width: 100%;
  height: 4.4rem;
  background: var(--clr_white);
  box-shadow: 0px 0px 12px -3px rgb(var(--rgb_txt)/0.3);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  font-size: 1rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.4rem;
}
#tel_up ul {
  width: calc(100% - 4.8rem);
  height: calc(100% - 0.8rem);
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 0.4rem;
}
#tel_up ul li {
  width: 50%;
  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: 1.3rem;
  padding: 0;
}
#tel_up #pageup {
  display: block;
  width: 3.6rem;
  height: 3.6rem;
  position: relative;
  margin-right: 0.4rem;
}
#tel_up #pageup::before {
  display: block;
  font-family: "fontello";
  content: "\33";
  font-size: 2.4rem;
  width: 100%;
  height: 100%;
  color: var(--clr_white);
  background: var(--clr_red);
  position: absolute;
  inset: 0;
  border-radius: 50%;
  display: grid;
  place-items: center;
  line-height: 1;
}
#tel_up #pageup .clip {
  clip-path: inset(50%);
  color: transparent;
  font-size: 0;
}

@media screen and (width >= 48em), print {
  #tel_up {
    width: auto;
    height: auto;
    bottom: clamp(1.5rem, -1.1667rem + 3.472vw, 3rem);
    right: clamp(1.5rem, -1.1667rem + 3.472vw, 3rem);
    left: auto;
    background: none;
    box-shadow: none;
    padding: 0;
    z-index: 102;
  }
  #tel_up ul {
    display: none;
  }
  #tel_up #pageup {
    width: clamp(4rem, 2.2222rem + 2.315vw, 5rem);
    height: clamp(4rem, 2.2222rem + 2.315vw, 5rem);
    margin: 0;
  }
  #tel_up #pageup::before {
    font-size: clamp(2.4rem, 0.6222rem + 2.315vw, 3.4rem);
    transition: 0.2s;
  }
  #tel_up #pageup:hover::before {
    background: var(--clr_pink_light);
    opacity: 1;
  }
}
.footer {
  padding: 0 0 4.4rem;
  background: url("../img/overview_bg.webp") top center/cover no-repeat;
  position: relative;
  margin-top: 6rem;
}
.footer::before {
  content: "";
  display: block;
  height: 6rem;
  aspect-ratio: 247/123;
  background: url("../img/overview_deco.png") center bottom/contain no-repeat;
  position: absolute;
  bottom: 100%;
  left: 1rem;
  pointer-events: none;
}
.footer .overview {
  padding: 4rem 0rem 5.5rem;
  font-size: 1.4rem;
  line-height: 1.75;
}
.footer .overview > .wrap {
  background: rgb(var(--rgb_white)/0.9);
  border-radius: 10px;
  padding: 3rem 1.5rem;
}
.footer .overview .clinic_name {
  text-align: center;
  margin: 0 0 1.5rem;
}
.footer .overview .clinic_name img {
  max-width: 80%;
  margin: auto;
}
.footer .overview .overview_tel {
  text-align: center;
}
.footer .overview .overview_tel .tel {
  line-height: 1;
  font-size: 2.4rem;
}
.footer .overview .overview_add {
  text-align: center;
  letter-spacing: 0;
  color: var(--clr_pink_dark02);
}
.footer .overview .overview_acs {
  text-align: center;
  letter-spacing: 0;
  color: var(--clr_pink_dark02);
  line-height: 1.5;
  margin-top: 1rem;
}
.footer .overview .tbl_time {
  margin: 2rem 0;
}
.footer .overview .map {
  width: 100%;
  aspect-ratio: 554/588;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}
.footer .overview .btn.-acs {
  display: inline-block;
  width: 100%;
  letter-spacing: 0.06em;
  line-height: 1.2;
}
.footer .overview .btn.-acs::before {
  font-family: "fontello";
  content: "\e80d";
  font-size: 125%;
  line-height: 1;
  margin-right: 0.6rem;
}
.footer .overview .card_box {
  margin-top: 3rem;
}
.footer .overview .card_box > dt {
  color: var(--clr_white);
  background: var(--clr_pink_dark);
  text-align: center;
  letter-spacing: 0.12em;
  padding: 0.4rem;
}
.footer .overview .card_box > dd {
  background: var(--clr_white);
  border: 1px solid var(--clr_red);
  border-top: 0;
  padding: 0 1rem 1rem;
}
.footer .overview .card_box > dd .card_lst > dt {
  text-align: center;
  color: var(--clr_pink_dark02);
  letter-spacing: 0;
  border-bottom: 2px solid var(--clr_red);
  padding: 0.8rem 0.4rem 0.2rem;
}
.footer .overview .card_box > dd .card_lst > dd {
  padding-top: 1rem;
}
.footer .overview .card_box > dd .card_lst > dd > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.footer .overview .card_box > dd .card_lst > dd > ul > li img {
  display: block;
  max-width: 50px;
  max-height: 40px;
  width: 100%;
  height: auto;
}
.footer .overview .card_box > dd .card_lst > dd > ul > li img.long {
  max-width: 75px;
}
.footer .overview .card_box > dd .card_lst:not(:first-of-type) {
  margin-top: 1rem;
}
.footer .footer_content {
  position: relative;
}
.footer .footer_content::after {
  content: "";
  display: block;
  height: 4.5rem;
  aspect-ratio: 119/88;
  position: absolute;
  bottom: 100%;
  right: 1rem;
  background: url("../img/footer_deco.png") bottom center/contain no-repeat;
}
.footer .footer_lnks {
  background: var(--clr_pink_dark);
  color: var(--clr_white);
  padding: 1rem;
  letter-spacing: 0.06em;
  text-align: center;
}
.footer .footer_lnks .copy {
  display: block;
  font-size: 1.1rem;
  letter-spacing: 0.06em;
}
.footer .footer_lnks .copy a {
  text-decoration: none;
}
.footer ul {
  display: none;
}

@media screen and (width >= 48em), print {
  .footer {
    padding: 0;
    max-width: 200rem;
    margin-inline: auto;
    margin-top: clamp(9rem, 1.3556rem + 9.954vw, 13.3rem);
  }
  .footer::before {
    height: clamp(8rem, 0.3556rem + 9.954vw, 12.3rem);
    left: calc(50% - clamp(34rem, -8.6667rem + 55.556vw, 58rem));
  }
  .footer .overview {
    padding: clamp(4rem, 2.2222rem + 2.315vw, 5rem) 0 clamp(8rem, -0.8889rem + 11.574vw, 13rem);
    font-size: clamp(1.3rem, 0.7667rem + 0.694vw, 1.6rem);
  }
  .footer .overview > .wrap {
    padding: clamp(2rem, 0.2222rem + 2.315vw, 3rem) clamp(2rem, 0.2222rem + 2.315vw, 3rem) clamp(2rem, -1.5556rem + 4.63vw, 4rem);
    border-radius: clamp(1rem, -0.7778rem + 2.315vw, 2rem);
  }
  .footer .overview .overview_content {
    display: flex;
    flex-wrap: wrap;
    gap: clamp(2rem, -1.5556rem + 4.63vw, 4rem);
    margin: 0 auto;
  }
  .footer .overview .overview_content .overviewL, .footer .overview .overview_content .overviewR {
    width: calc((100% - clamp(2rem, -1.5556rem + 4.63vw, 4rem)) / 2);
  }
  .footer .overview .overview_content .overviewL {
    padding-inline: clamp(1rem, -1.6667rem + 3.472vw, 2.5rem);
  }
  .footer .overview .clinic_name {
    margin: clamp(2rem, -2.9778rem + 6.481vw, 4.8rem) 0 clamp(1.5rem, -1.1667rem + 3.472vw, 3rem);
  }
  .footer .overview .clinic_name img {
    max-width: clamp(24rem, -1.9556rem + 33.796vw, 38.6rem);
  }
  .footer .overview .overview_tel .tel {
    font-size: clamp(2.2rem, 0.7778rem + 1.852vw, 3rem);
  }
  .footer .overview .overview_add {
    font-size: clamp(1.3rem, 0.7667rem + 0.694vw, 1.6rem);
    margin: clamp(1rem, -0.4222rem + 1.852vw, 1.8rem) 0;
  }
  .footer .overview .overview_acs {
    font-size: clamp(1.3rem, 0.7667rem + 0.694vw, 1.6rem);
  }
  .footer .overview .tbl_time {
    margin: clamp(1.5rem, -0.2778rem + 2.315vw, 2.5rem) 0 0;
  }
  .footer .overview .map {
    margin: 0 0 clamp(0.8rem, -0.0889rem + 1.157vw, 1.3rem);
  }
  .footer .overview .card_box > dt {
    font-size: clamp(1.4rem, 0.6889rem + 0.926vw, 1.8rem);
  }
  .footer .overview .card_box > dd {
    display: flex;
    flex-wrap: wrap;
    padding: 0 1rem clamp(1rem, -1.6667rem + 3.472vw, 2.5rem);
    gap: clamp(2rem, -1.5556rem + 4.63vw, 4rem);
  }
  .footer .overview .card_box > dd .card_lst {
    width: calc((100% - clamp(2rem, -1.5556rem + 4.63vw, 4rem)) / 2);
    padding: 1rem;
  }
  .footer .overview .card_box > dd .card_lst > dt {
    font-size: clamp(1.4rem, 0.6889rem + 0.926vw, 1.8rem);
    padding: 0.5rem 0 0.4rem;
    margin-bottom: 0.8rem;
  }
  .footer .overview .card_box > dd .card_lst > dd > ul {
    gap: clamp(1rem, 0.1111rem + 1.157vw, 1.5rem);
  }
  .footer .overview .card_box > dd .card_lst:not(:first-of-type) {
    margin-top: 0;
  }
  .footer .footer_content::after {
    height: clamp(5.5rem, -0.3667rem + 7.639vw, 8.8rem);
    right: calc(50% - clamp(34rem, -6.8889rem + 53.241vw, 57rem));
  }
  .footer .footer_nav {
    padding: clamp(2rem, 0.2222rem + 2.315vw, 3rem) 1rem;
    background: rgb(var(--rgb_pink_light)/0.7);
  }
  .footer .footer_nav > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem 0;
    margin-inline: auto;
  }
  .footer .footer_nav > ul > li {
    padding: 0 clamp(1rem, -0.6rem + 2.083vw, 1.9rem);
    line-height: 1;
    border-right: 1px solid var(--clr_white);
  }
  .footer .footer_nav > ul > li > a {
    text-align: center;
    letter-spacing: 0.06em;
    font-size: clamp(1.2rem, 0.8444rem + 0.463vw, 1.4rem);
    color: var(--clr_white);
  }
  .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_lnks {
    padding: 1rem;
  }
  .footer .footer_lnks .copy {
    font-size: clamp(1rem, 0.6444rem + 0.463vw, 1.2rem);
  }
}
@media screen and (width >= 48em), print {
  body.index #nav {
    display: none !important;
  }
}

.keyvsl {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.keyvsl::after {
  content: "";
  display: block;
  width: calc(100% + 4px);
  height: 3rem;
  background: url("../img/kv_deco.svg") top center/cover no-repeat;
  position: absolute;
  bottom: -1px;
  left: -2px;
  right: 0;
  margin-inline: auto;
}
.keyvsl #keyvsl {
  width: 100%;
  height: 70vw;
  overflow: hidden;
  visibility: hidden;
}
.keyvsl #keyvsl .slick-list div img {
  height: 70vw !important;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.keyvsl #keyvsl .slick-dots {
  position: relative;
  z-index: 2;
  margin: -1.8rem auto;
}
.keyvsl #keyvsl .slick-dots li {
  width: 1rem;
  height: 1rem;
  margin: 0 0.6rem;
}
.keyvsl #keyvsl .slick-dots li button {
  background: var(--clr_white);
}
.keyvsl .catch_copy {
  width: 100%;
  height: 70vw;
  position: absolute;
  z-index: 1;
  inset: 0;
  display: grid;
  place-content: center;
  padding: 1rem;
  pointer-events: none;
}
.keyvsl .catch_copy p {
  margin: 0;
  font-size: 1.7rem;
  letter-spacing: 0.036em;
  padding: 3rem;
  background: url("../img/kv_catch.png") center center/contain no-repeat;
}
.keyvsl .catch_copy p .txt_red {
  font-size: 2rem;
}

@media screen and (width >= 48em), print {
  .keyvsl {
    overflow: visible;
  }
  .keyvsl::after {
    width: 100%;
    left: 0;
    max-width: 200rem;
    height: auto;
    aspect-ratio: 2000/156;
    background-size: cover;
  }
  .keyvsl #keyvsl {
    height: clamp(46rem, -10.8889rem + 74.074vw, 78rem);
    max-width: 200rem;
    margin-left: auto;
    margin-right: auto;
  }
  .keyvsl #keyvsl .slick-list div img {
    height: clamp(46rem, -10.8889rem + 74.074vw, 78rem) !important;
  }
  .keyvsl #keyvsl .slick-dots {
    margin-top: -3rem;
  }
  .keyvsl #keyvsl .slick-dots li {
    width: 1.6rem;
    height: 1.6rem;
    margin: 0 1.2rem;
  }
  .keyvsl .catch_copy {
    height: clamp(46rem, -10.8889rem + 74.074vw, 78rem);
    margin: 0 auto;
    padding: 1rem 1rem 3rem;
    max-width: min(1200px, 100% - 4rem);
  }
  .keyvsl .catch_copy p {
    font-size: clamp(2.2rem, -0.4667rem + 3.472vw, 3.7rem);
    padding: clamp(4rem, 0.4444rem + 4.63vw, 6rem);
  }
  .keyvsl .catch_copy p .txt_red {
    font-size: clamp(2.6rem, -0.6rem + 4.167vw, 4.4rem);
  }
}
#index_nav {
  display: none;
}
@media screen and (width >= 48em), print {
  #index_nav {
    display: block;
    margin: clamp(-12.5rem, -8.3333rem + -3.472vw, -11rem) auto 0;
    position: relative;
    z-index: 10;
  }
  #index_nav > ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: clamp(0.5rem, -0.3889rem + 1.157vw, 1rem) clamp(1rem, -2.4844rem + 4.537vw, 2.96rem);
  }
  #index_nav > ul > li.pc-hide {
    display: none;
  }
  #index_nav > ul > li > a {
    display: grid;
    place-content: center;
    border-radius: 50%;
    color: var(--clr_white);
    outline: 1px solid var(--clr_white);
    outline-offset: -4px;
    background: linear-gradient(to bottom, var(--clr_pink_light), var(--clr_pink_dark03));
    width: clamp(11rem, 4.6rem + 8.333vw, 14.6rem);
    aspect-ratio: 1/1;
    text-align: center;
    font-size: clamp(1.3rem, 0.4111rem + 1.157vw, 1.8rem);
    letter-spacing: 0.036em;
  }
  #index_nav > ul > li > a:hover {
    opacity: 1;
    filter: brightness(1.15);
  }
}
#index_nav {
  container: tab/inline-size;
}
@container tab (width < 120rem) {
  #index_nav > ul {
    padding-inline: clamp(5rem, -3.8889rem + 11.574vw, 10rem);
  }
}

.index_konoko {
  padding-top: 2rem;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.index_konoko::before, .index_konoko::after {
  content: "";
  display: block;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.index_konoko::before {
  background-image: url("../img/index_konokoL.png");
  width: 80%;
  aspect-ratio: 952/591;
  position: absolute;
  z-index: -1;
  bottom: 7.5rem;
  left: -6rem;
}
.index_konoko::after {
  background-image: url("../img/index_konoko_bg.png");
  width: 90%;
  aspect-ratio: 795/471;
  margin: -4rem -7rem 0 auto;
  position: relative;
  z-index: -2;
}
.index_konoko > .wrap {
  position: relative;
  z-index: 0;
}
.index_konoko > .wrap::before, .index_konoko > .wrap::after {
  content: "";
  display: block;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.index_konoko > .wrap::before {
  width: 66%;
  aspect-ratio: 44/34;
  background-image: url("../img/index_konoko01.webp");
  margin-bottom: 1rem;
}
.index_konoko > .wrap::after {
  width: 30%;
  aspect-ratio: 1/1;
  background-image: url("../img/index_konokoR.png");
  position: absolute;
  top: 12.5rem;
  right: -0.5rem;
  z-index: -1;
}
.index_konoko .konoko_tit {
  font-size: 1.6rem;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.036em;
  line-height: 1.4;
  margin-bottom: 0.6rem;
}
.index_konoko p {
  line-height: 1.818;
  letter-spacing: 0.036em;
  margin: 0;
  text-align: center;
  font-size: 1.45rem;
}
.index_konoko p:not(:first-of-type) {
  margin-top: 1em;
}
@media screen and (width >= 48em), print {
  .index_konoko {
    padding: clamp(4rem, -0.4444rem + 5.787vw, 6.5rem) 0 0;
    max-width: 200rem;
    margin-inline: auto;
  }
  .index_konoko::before {
    width: clamp(50rem, -30.3556rem + 104.63vw, 95.2rem);
    bottom: 1.5rem;
    left: calc(50% - clamp(45rem, -34.1111rem + 103.009vw, 89.5rem));
  }
  .index_konoko::after {
    width: clamp(45rem, -16.3333rem + 79.861vw, 79.5rem);
    margin: clamp(-23rem, 13.1111rem + -30.093vw, -10rem) calc(50% - clamp(44rem, -20rem + 83.333vw, 80rem)) 0 auto;
  }
  .index_konoko > .wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(1rem, -0.7778rem + 2.315vw, 2rem);
    padding-left: clamp(0rem, -3.5556rem + 4.63vw, 2rem);
  }
  .index_konoko > .wrap::before {
    width: clamp(25rem, -8.7778rem + 43.981vw, 44rem);
    margin-bottom: 1rem;
    margin: 0;
  }
  .index_konoko > .wrap::after {
    width: 24.6rem;
    top: -6.5rem;
    right: calc(50% - 89.5rem);
  }
  .index_konoko .konoko_content {
    width: -moz-fit-content;
    width: fit-content;
    flex-shrink: 0;
    padding-top: clamp(0rem, -1.7778rem + 2.315vw, 1rem);
  }
  .index_konoko .konoko_content .konoko_tit {
    font-size: clamp(1.7rem, 0.1rem + 2.083vw, 2.6rem);
    margin-bottom: 1rem;
    line-height: 1.1;
  }
  .index_konoko .konoko_content p {
    font-size: clamp(1.5rem, 0.2556rem + 1.62vw, 2.2rem);
  }
}

.index_feature {
  padding: 4rem 1.5rem 2rem;
}
.index_feature .feature_tit02 {
  color: var(--clr_red);
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-align: center;
  line-height: 1.467;
  margin-bottom: 2rem;
  background: url("../img/logo_mark.png") center center/contain no-repeat;
  display: grid;
  place-content: center;
  height: 14rem;
  padding-top: 4.5rem;
}
.index_feature .feature_lst {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.index_feature .feature_lst > li::before {
  content: "";
  display: block;
  width: 83%;
  aspect-ratio: 7/6;
  margin-inline: auto;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  pointer-events: none;
}
.index_feature .feature_lst > li:nth-child(1)::before {
  background-image: url("../img/index_feature01.png");
}
.index_feature .feature_lst > li:nth-child(2)::before {
  background-image: url("../img/index_feature02.png");
}
.index_feature .feature_lst > li:nth-child(3)::before {
  background-image: url("../img/index_feature03.png");
}
.index_feature .feature_lst > li:nth-child(4)::before {
  background-image: url("../img/index_feature04.png");
}
.index_feature .feature_lst > li:nth-child(5)::before {
  background-image: url("../img/index_feature05.png");
}
.index_feature .feature_lst > li:nth-child(6)::before {
  background-image: url("../img/index_feature06.png");
}
.index_feature .feature_lst > li:nth-child(7)::before {
  background-image: url("../img/index_feature07.png");
}
.index_feature .feature_lst > li:nth-child(8)::before {
  background-image: url("../img/index_feature08.png");
}
.index_feature .feature_lst > li:nth-child(9)::before {
  background-image: url("../img/index_feature09.png");
}
.index_feature .feature_lst > li > section .feature_tit03 {
  background: var(--clr_green);
  color: var(--clr_white);
  border-radius: 50vh;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.036em;
  margin: -4.5rem auto 1rem;
  padding: 0.8rem 1rem;
  line-height: 1.2;
  width: 73%;
}
.index_feature .feature_lst > li > section .feature_txt {
  margin-bottom: 1rem;
}
.index_feature .feature_lst > li > section p {
  margin: 0;
  line-height: 1.875;
  letter-spacing: 0.06em;
}
.index_feature .feature_lst > li > section p:not(:first-of-type) {
  margin-top: 1em;
}
@media screen and (width >= 48em), print {
  .index_feature {
    display: grid;
    position: relative;
    padding: clamp(4rem, 1.3333rem + 3.472vw, 5.5rem) 0rem clamp(0.5rem, -0.3889rem + 1.157vw, 1rem);
  }
  .index_feature .feature_tit02,
  .index_feature .feature_lst {
    grid-area: 1/1;
  }
  .index_feature .feature_tit02 {
    place-self: center;
    z-index: 2;
    font-size: clamp(2rem, 0.2222rem + 2.315vw, 3rem);
    transform: translateY(clamp(-25rem, -4.1667rem + -17.361vw, -17.5rem));
    height: clamp(17.5rem, 4.1667rem + 17.361vw, 25rem);
    padding-top: 6%;
    margin-bottom: clamp(0rem, -3.5556rem + 4.63vw, 2rem);
  }
  .index_feature .feature_lst {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 2rem 0;
  }
  .index_feature .feature_lst > li {
    max-width: 40rem;
    display: flex;
    flex-direction: column;
    padding-inline: 1rem;
  }
  .index_feature .feature_lst > li:nth-child(1) {
    grid-column: 2/span 2;
    grid-row: 1;
    transform: translateX(-4rem);
  }
  .index_feature .feature_lst > li:nth-child(2) {
    grid-column: 4/span 2;
    grid-row: 1;
    transform: translateX(4rem);
  }
  .index_feature .feature_lst > li:nth-child(3) {
    grid-column: 1/span 2;
    grid-row: 2;
    display: block;
    margin-top: 3.5rem;
  }
  .index_feature .feature_lst > li:nth-child(4) {
    grid-column: 3/span 2;
    grid-row: 2;
    margin-top: 17.5rem;
    display: block;
  }
  .index_feature .feature_lst > li:nth-child(5) {
    grid-column: 5/span 2;
    grid-row: 2;
    display: block;
    margin-top: 3.5rem;
  }
  .index_feature .feature_lst > li:nth-child(6) {
    grid-column: 2/span 2;
    grid-row: 3;
    transform: translateX(-4rem);
  }
  .index_feature .feature_lst > li:nth-child(7) {
    grid-column: 4/span 2;
    grid-row: 3;
    transform: translateX(4rem);
  }
  .index_feature .feature_lst > li > section {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }
  .index_feature .feature_lst > li > section .feature_tit03 {
    font-size: clamp(1.6rem, -0.1778rem + 2.315vw, 2.6rem);
    margin: clamp(-6.2rem, 1.3rem + -6.25vw, -3.5rem) auto 0.6rem;
    padding: clamp(0.5rem, -0.3889rem + 1.157vw, 1rem);
  }
  .index_feature .feature_lst > li > section .feature_content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }
  .index_feature .feature_lst > li > section .feature_content .feature_txt {
    margin-bottom: 0.9rem;
    min-height: clamp(10rem, 6.4444rem + 4.63vw, 12rem);
  }
  .index_feature .feature_lst > li > section .feature_content .feature_txt {
    flex-grow: 1;
  }
}

body:not(.index) .main {
  margin: 4rem auto 8rem;
}
body:not(.index) .main a:not([class*=btn], [href*="tel:"], [class*=rsv]) {
  text-decoration: underline;
  color: var(--clr_green);
}
body:not(.index) .main a:not([class*=btn], [href*="tel:"], [class*=rsv]):is(:hover, :focus-visible) {
  color: var(--clr_yellow_dark);
  text-decoration: underline;
}
@media screen and (width >= 48em), print {
  body:not(.index) > .wrap .main {
    margin: clamp(3rem, 1.2222rem + 2.315vw, 4rem) auto clamp(12rem, 6.6667rem + 6.944vw, 15rem);
  }
}

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

@media screen and (width >= 48em), print {
  .breadcrumb {
    font-size: clamp(1.4rem, 0.6889rem + 0.926vw, 1.8rem);
    margin: clamp(1.5rem, 0.6111rem + 1.157vw, 2rem) 0;
    white-space: inherit;
    overflow-x: inherit;
  }
  .breadcrumb li:not(:first-child)::before {
    margin: 0 0.8rem;
  }
  .breadcrumb li a:is(:hover, :focus-visible) {
    color: var(--clr_yellow_dark);
    opacity: 1;
    text-decoration: underline !important;
  }
}/*# sourceMappingURL=style.css.map */