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

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

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  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 {
  -webkit-box-sizing: border-box;
          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: #000000;
  --rgb_txt: 0, 0, 0;
  --clr_border: #ccc;
  --rgb_border: 204, 204, 204;
  --clr_white: #fff;
  --rgb_white: 255, 255, 255;
  --clr_green: #009999;
  --rgb_green: 0, 153, 153;
  --clr_green_light: #189291;
  --rgb_green_light: 24, 146, 145;
  --clr_green_light02: #D6F3F3;
  --rgb_green_light02: 214, 243, 243;
  --clr_green_light03: #C2E5E5;
  --rgb_green_light03: 194, 229, 229;
  --clr_green_light04: #EDF6F9;
  --rgb_green_light04: 237, 246, 249;
  --clr_green_light05: #00B1B7;
  --rgb_green_light05: 0, 177, 183;
  --clr_green_light06: #A1D1D1;
  --rgb_green_light06: 161, 209, 209;
  --clr_green_light07: #6DB9B9;
  --rgb_green_light07: 109, 185, 185;
  --clr_green_light08: #DAEBEA;
  --rgb_green_light08: 218, 235, 234;
  --clr_green_light09: #B7D9D9;
  --rgb_green_light09: 183, 217, 217;
  --clr_green_dark: #002F2F;
  --rgb_green_dark: 0, 47, 47;
  --clr_green_dark02: #067F7C;
  --rgb_green_dark02: 6, 127, 124;
  --clr_green_dark03: #009A9A;
  --rgb_green_dark03: 0, 154, 154;
  --clr_green_dark04: #089C9C;
  --rgb_green_dark04: 8, 156, 156;
  --clr_red: #993333;
  --rgb_red: 153, 51, 51;
  --clr_red_light: #F1C8BD;
  --rgb_red_light: 241, 200, 189;
  --clr_red_light02: #EF6784;
  --rgb_red_light02: 239, 103, 132;
  --clr_red_light03: #F9E5E0;
  --rgb_red_light03: 249, 229, 224;
  --clr_red_light04: #C95A40;
  --rgb_red_light04: 201, 90, 64;
  --clr_red_light05: #E8DBDB;
  --rgb_red_light05: 232, 219, 219;
  --clr_red_light06: #F5E2DE;
  --rgb_red_light06: 245, 226, 222;
  --clr_red_dark: #A03F25;
  --rgb_red_dark: 160, 63, 37;
  --clr_red_dark02: #B93D1E;
  --rgb_red_dark02: 185, 61, 30;
  --clr_red_dark03: #641005;
  --rgb_red_dark03: 100, 16, 5;
  --clr_brown: #663333;
  --rgb_brown: 102, 51, 51;
  --clr_brown_light: #C9B1B1;
  --rgb_brown_light: 201, 177, 177;
  --clr_brown_light02: #AB8B67;
  --rgb_brown_light02: 171, 139, 103;
  --clr_beige: #CCBBA9;
  --rgb_beige: 204, 187, 169;
  --clr_beige_light: #ECE7E1;
  --rgb_beige_light: 236, 231, 225;
  --clr_yellow: #F5F3CE;
  --rgb_yellow: 245, 243, 206;
  --clr_yellow_light: #F2EAC2;
  --rgb_yellow_light: 242, 234, 194;
  --clr_yellow_light02: #FAFBF5;
  --rgb_yellow_light02: 250, 251, 245;
  --clr_gray: #B5B5B6;
  --rgb_gray: 181, 181, 182;
  --clr_gray_dark: #666666;
  --rgb_gray_dark: 102, 102, 102;
  --clr_gray_dark02: #A5A5A5;
  --rgb_gray_dark02: 165, 165, 165;
  --clr_gray_dark03: #443C31;
  --rgb_gray_dark03: 68, 60, 49;
  --anime-opacity: 1;
}

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

.vertical {
  vertical-align: top !important;
}

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

.txt_large {
  font-size: 110%;
}

.txt_small {
  font-size: 85%;
}

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

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

.txt_zen {
  font-family: "Zen Maru Gothic", serif;
  font-style: normal;
  font-weight: 700;
  font-weight: 500;
}

.txt_zen_bold {
  font-family: "Zen Maru Gothic", serif;
  font-style: normal;
  font-weight: 700;
  font-weight: 700;
}

.line_mark {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, var(--clr_red_light06))) repeat scroll 0 -0.2em;
  background: linear-gradient(transparent 70%, var(--clr_red_light06) 70%) repeat scroll 0 -0.2em;
  mix-blend-mode: multiply;
  padding-left: 0.1rem;
  padding-right: 0.1rem;
}
.line_mark.-color02 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, var(--clr_green_light08))) repeat scroll 0 -0.2em;
  background: linear-gradient(transparent 70%, var(--clr_green_light08) 70%) repeat scroll 0 -0.2em;
}
.line_mark.-dark {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(70%, var(--clr_brown_light02))) repeat scroll 0 -0.2em;
  background: linear-gradient(transparent 80%, var(--clr_brown_light02) 70%) repeat scroll 0 -0.2em;
  padding-bottom: 0.2em;
}
.line_mark.-red {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(70%, var(--clr_red_light02))) repeat scroll 0 -0.2em;
  background: linear-gradient(transparent 80%, var(--clr_red_light02) 70%) repeat scroll 0 -0.2em;
  padding-bottom: 0.2em;
}
.line_mark.-color03 {
  mix-blend-mode: none;
}

.inline {
  display: inline-block;
}

.img_c {
  margin: 1rem auto;
  border-radius: 7px;
}

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

.tate {
  max-width: 60%;
}

@media screen and (min-width: 48em), print {
  .img_c {
    border-radius: 10px;
  }
  .img_l {
    float: left;
    margin: 0 2rem 2rem 0;
    max-width: 40%;
    height: auto;
    border-radius: 10px;
  }
  .img_r {
    float: right;
    margin: 0 0 2rem 2rem;
    max-width: 40%;
    height: auto;
    border-radius: 10px;
  }
  .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-weight: 500;
  color: var(--clr_green);
  table-layout: fixed;
  font-family: "Zen Maru Gothic", serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0;
}
.tbl_time caption {
  caption-side: bottom;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  padding-left: 0.2rem;
}
.tbl_time tr th {
  font-family: "Zen Maru Gothic", serif;
  font-style: normal;
  font-weight: 700;
}
.tbl_time tr th[scope=col] {
  padding: 0rem 0 0.6rem;
  text-align: center;
  border-bottom: 1px dashed var(--clr_green);
}
.tbl_time tr th[scope=col]:first-child {
  width: 25%;
}
.tbl_time tr td {
  text-align: center;
  padding: 1rem 0rem;
  line-height: 1;
}
.tbl_time tr:last-of-type th, .tbl_time tr:last-of-type td {
  border-top: 1px dashed var(--clr_green);
}

@media screen and (min-width: 48em), print {
  .tbl_time {
    table-layout: fixed;
  }
  .tbl_time caption {
    font-size: 1.6rem;
    padding-left: 0.5rem;
  }
  .tbl_time tr th[scope=col] {
    padding: 0 0 1rem;
  }
  .tbl_time tr th[scope=col]:first-child {
    width: 30%;
    letter-spacing: 0.1rem;
  }
  .tbl_time tr th.time {
    letter-spacing: 0.1rem;
  }
  .tbl_time tr td {
    padding: 1rem 0;
  }
}
.tbl_time_bgwhite {
  padding: 1.5rem 1rem;
  background: var(--clr_white);
  border-radius: 20px;
  font-size: 1.15rem;
}
@media screen and (min-width: 48em), print {
  .tbl_time_bgwhite {
    font-size: 2rem;
    border-radius: 30px;
    padding: 4rem;
  }
  .tbl_time_bgwhite .tbl_time caption {
    font-size: 1.8rem;
    padding-left: 6rem;
    margin-top: 3rem;
  }
  .tbl_time_bgwhite .tbl_time tr th[scope=col] {
    padding: 0 0 2rem;
  }
  .tbl_time_bgwhite .tbl_time tr th[scope=col]:first-child {
    width: 30%;
  }
  .tbl_time_bgwhite .tbl_time tr td {
    padding: 2rem 0;
  }
}

.gmap {
  width: 100%;
}

.tit_01 {
  padding: 2.5rem 0 1.5rem;
  position: relative;
  z-index: 0;
}
.tit_01::before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  top: 0;
  content: "";
  display: block;
  width: 100%;
  height: calc(100% + 5rem);
  background-position: top left;
  background-size: 40vw auto;
  background-repeat: repeat;
}
@media screen and (min-width: 48em), print {
  .tit_01::before {
    background-size: 30rem auto;
  }
}
.tit_01::before {
  background-image: url("../img/bg_tit01.webp");
  mask-image: url("../img/bg_tit01-sp.svg");
  mask-position: top center;
  mask-repeat: no-repeat;
  mask-size: 100% auto;
  -webkit-mask-image: url("../img/bg_tit01-sp.svg");
  -webkit-mask-position: top center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% auto;
}
.tit_01 span {
  display: -ms-grid;
  display: grid;
  place-items: center;
  color: var(--clr_white);
  font-family: "Zen Maru Gothic", serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  background: url("../img/tit_01.svg") top center/100% 100% no-repeat;
  font-size: 1.6rem;
  text-align: center;
  width: 85%;
  height: 7.5rem;
  margin-inline: auto;
  letter-spacing: 0.2rem;
  padding: 0.3rem 3rem 1.8rem;
}

.tit_02 {
  color: var(--clr_green);
  font-size: 1.6rem;
  font-family: "Zen Maru Gothic", serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.05rem;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 2rem;
  padding-top: 6rem;
  background: url("../img/icon_logo.webp") top center/auto 5.5rem no-repeat;
}
.tit_02::after {
  content: " ";
  display: block;
  width: 2.8em;
  height: 4px;
  margin: 0.8rem auto 0;
  border-radius: 50vh;
  background: url("../img/tit_02.png") center left/110% auto repeat-x;
}

.tit_03 {
  font-size: 1.6rem;
  line-height: 1.2;
  margin-bottom: 2rem;
  letter-spacing: 0.05rem;
  font-family: "Zen Maru Gothic", serif;
  font-style: normal;
  font-weight: 700;
  color: var(--clr_gray_dark);
  padding: 0.2rem 0.5rem 0.8rem 2.9rem;
  border-bottom: 2px solid var(--clr_red_light05);
  background: url("../img/tit_03.png") top left/1.6em auto no-repeat;
}

.tit_04 {
  font-size: 1.5rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  font-family: "Zen Maru Gothic", serif;
  font-style: normal;
  font-weight: 700;
  font-weight: 500;
  color: var(--clr_gray_dark);
  padding: 0 0.5rem 0.8rem 2.9rem;
  border-bottom: 3px dotted var(--clr_green_light06);
  position: relative;
}
.tit_04::before {
  position: absolute;
  top: 0.25rem;
  left: 0.5rem;
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-image: radial-gradient(var(--clr_green) 30%, var(--clr_green_light07) 30%);
}

.tit_05 {
  font-size: 1.4rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  font-family: "Zen Maru Gothic", serif;
  font-style: normal;
  font-weight: 700;
  font-weight: 500;
  color: var(--clr_gray_dark);
  letter-spacing: 0.05rem;
  padding: 0 0.5rem 0.6rem 2.9rem;
  border-bottom: 2px dotted var(--clr_brown_light);
  position: relative;
}
.tit_05::before {
  position: absolute;
  top: 0.45rem;
  left: 0.8rem;
  content: "";
  display: block;
  width: 0.7em;
  height: 0.7em;
  border-radius: 50%;
  background: var(--clr_beige);
}

.tit_06 {
  font-size: 1.3rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  font-family: "Zen Maru Gothic", serif;
  font-style: normal;
  font-weight: 700;
  color: var(--clr_gray_dark);
  font-weight: 500;
  letter-spacing: 0.05rem;
  padding: 0 0.5rem 0 2.9rem;
  position: relative;
}
.tit_06::before {
  position: absolute;
  top: 0.7rem;
  left: 1rem;
  content: "";
  display: block;
  width: 0.4em;
  height: 0.4em;
  border-radius: 50%;
  background: var(--clr_gray);
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    padding: 6rem 0 2rem;
  }
  .tit_01::before {
    background-position: top left;
    background-size: 40vw auto;
    background-repeat: repeat;
    mask-image: url("../img/bg_tit01-pc.svg");
    mask-position: top center;
    mask-repeat: no-repeat;
    mask-size: 200rem auto;
    -webkit-mask-image: url("../img/bg_tit01-pc.svg");
    -webkit-mask-position: top center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 200rem auto;
  }
}
@media screen and (min-width: 48em) and (min-width: 48em), print {
  .tit_01::before {
    background-size: 30rem auto;
  }
}
@media screen and (min-width: 48em), print {
  .tit_01 span {
    width: 95.4rem;
    height: 20.443rem;
    font-size: 3.6rem;
    padding: 3rem 8rem 6.8rem;
  }
  .tit_02 {
    font-size: 3.4rem;
    margin-bottom: 4rem;
    letter-spacing: 0.15rem;
    padding-top: 11.8rem;
    background: url("../img/icon_logo.webp") top center/auto 10.4rem no-repeat;
  }
  .tit_02::after {
    width: 7.2rem;
    height: 5px;
    margin-top: 1rem;
  }
  .tit_03 {
    font-size: 2.6rem;
    margin-bottom: 3rem;
    padding: 0.5rem 0.5rem 1.6rem 5rem;
    background-size: 4.2rem auto;
    background-position: top left 0.3rem;
  }
  .tit_04 {
    font-size: 2.4rem;
    margin-bottom: 3rem;
    padding: 0 0.5rem 0.8rem 5rem;
  }
  .tit_04::before {
    top: 0.5rem;
    left: 0.7rem;
    width: 2rem;
    height: 2rem;
    background-image: radial-gradient(var(--clr_green) 40%, var(--clr_green_light07) 40%);
  }
  .tit_05 {
    font-size: 2.2rem;
    margin-bottom: 2rem;
    padding: 0 0.5rem 0.6rem 5rem;
  }
  .tit_05::before {
    top: 0.6rem;
    left: 0.8rem;
    width: 1.5rem;
    height: 1.5rem;
  }
  .tit_06 {
    font-size: 2rem;
    padding: 0 0.5rem 0 5rem;
  }
  .tit_06::before {
    top: 0.8rem;
    left: 1rem;
    width: 1rem;
    height: 1rem;
  }
}
.lst {
  line-height: 1.4;
}
.lst > li:not(:last-child) {
  margin-bottom: 0.8rem;
}

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

.lst_ul_disc {
  line-height: 1.4;
}
.lst_ul_disc > li {
  padding-left: 1.2em;
  position: relative;
}
.lst_ul_disc > li:not(:last-child) {
  margin-bottom: 0.3rem;
}
@media screen and (min-width: 48em), print {
  .lst_ul_disc > li:not(:last-child) {
    margin-bottom: 0.7rem;
  }
}
.lst_ul_disc > li::before {
  content: "・";
  position: absolute;
  left: 0;
}

.lst_ol {
  line-height: 1.4;
  counter-reset: number 0;
}
.lst_ol > li {
  counter-increment: number 1;
  padding-left: 1.7em;
  position: relative;
}
.lst_ol > li:not(:last-child) {
  margin-bottom: 0.8rem;
}
.lst_ol > li::before {
  content: counter(number) "）";
  position: absolute;
  top: 0rem;
  left: 0;
}

.lst_dl dt {
  background: var(--clr_beige);
  padding: 0.6rem 1rem;
}
.lst_dl dd {
  padding: 0.8rem 1rem;
  background-position: top left;
  background-size: 40vw auto;
  background-repeat: repeat;
}
@media screen and (min-width: 48em), print {
  .lst_dl dd {
    background-size: 30rem auto;
  }
}
.lst_dl dd {
  background-image: url("../img/bg_box03.webp");
}
@media screen and (min-width: 48em), print {
  .lst_dl dt {
    padding: 1rem 2.5rem;
  }
  .lst_dl dd {
    padding: 1.5rem 2.5rem;
  }
}

.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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .lst_dl02 dt {
    width: 8.5em;
  }
  .lst_dl02 dd {
    width: calc(100% - 8.5em);
    padding-left: 1rem;
  }
}

.lst_anc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}
.lst_anc > li {
  width: 100%;
}
.lst_anc > li a {
  display: inline-block;
  color: var(--clr_white);
  background: url("../img/button_bg.png") top left/25rem auto repeat;
  border-radius: 50vh;
  padding: 0.2rem 1rem;
  text-align: center;
  cursor: pointer;
  font-size: 1.5rem;
  letter-spacing: 0.2rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  min-width: 50%;
  font-family: "Zen Maru Gothic", serif;
  font-style: normal;
  font-weight: 700;
}
@media screen and (min-width: 48em), print {
  .lst_anc > li a {
    padding: 0.2rem 2rem;
    font-size: 2.2rem;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
  .lst_anc > li a:hover {
    background-image: url("../img/button_bg02.png");
  }
}
.lst_anc > li a::before {
  font-family: "fontello";
  content: "\e809";
}
@media screen and (min-width: 48em), print {
  .lst_anc.-col3 > li {
    width: calc((100% - 2rem) / 3);
  }
  .lst_anc.-col4 > li {
    width: calc((100% - 3rem) / 4);
  }
}

.flow > dd {
  margin: 0;
  position: relative;
}
.flow > dd:not(:last-child) {
  margin: 0 0 6rem;
}
.flow > dd:not(:last-child)::after {
  display: block;
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  bottom: -5rem;
  left: 0;
  right: 0;
  border-top: 1.8rem solid var(--clr_green_dark04);
  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 8rem;
  }
  .flow > dd:not(:last-child)::after {
    bottom: -6.8rem;
    border-top: 2.5rem solid var(--clr_green_dark04);
    border-right: 3rem solid transparent;
    border-left: 3rem solid transparent;
  }
}

.flow_ol {
  counter-reset: number 0;
}
.flow_ol > li {
  background: var(--clr_white);
  border-radius: 30px;
  padding: 1.5rem;
  -webkit-box-shadow: 4px 4px 0px 1px var(--clr_green_light09);
          box-shadow: 4px 4px 0px 1px var(--clr_green_light09);
  counter-increment: number 1;
  position: relative;
}
.flow_ol > li:not(:last-child) {
  margin: 0 0 6rem;
}
.flow_ol > li:not(:last-child)::after {
  display: block;
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  bottom: -5rem;
  left: 0;
  right: 0;
  border-top: 1.8rem solid var(--clr_green_dark04);
  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_ol > li:not(:last-child) {
    margin: 0 0 8rem;
  }
  .flow_ol > li:not(:last-child)::after {
    bottom: -6.8rem;
    border-top: 2.5rem solid var(--clr_green_dark04);
    border-right: 3rem solid transparent;
    border-left: 3rem solid transparent;
  }
}
.flow_ol > li .flow_tit {
  padding-bottom: 0.4rem;
  margin-bottom: 0.8rem;
  border-bottom: 1px solid var(--clr_border);
  display: block;
  color: var(--clr_gray_dark);
  font-family: "Zen Maru Gothic", serif;
  font-style: normal;
  font-weight: 700;
  font-weight: 500;
  font-weight: bold;
  padding-left: 1.2em;
  font-size: 1.4rem;
  line-height: 1.2;
  padding: 0 0.5rem 0.6rem 2rem;
  border-bottom: 2px dotted var(--clr_green_light06);
  position: relative;
}
.flow_ol > li .flow_tit::before {
  display: inline-block;
  content: counter(number) ".";
  position: absolute;
  top: 0rem;
  left: 0.5rem;
}
@media screen and (min-width: 48em), print {
  .flow_ol {
    width: calc(100% - 16rem);
    margin-inline: auto;
  }
  .flow_ol > li {
    border-radius: 40px;
    -webkit-box-shadow: 8px 8px 0px 1px var(--clr_green_light09);
            box-shadow: 8px 8px 0px 1px var(--clr_green_light09);
    padding: 3rem;
  }
  .flow_ol > li .flow_tit {
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
    padding: 0 0.5rem 1.2rem 3.5rem;
  }
  .flow_ol > li .flow_tit::before {
    left: 1rem;
  }
}

.lst_faq dt, .lst_faq dd {
  padding-left: 2.8rem;
  position: relative;
}
.lst_faq dt::before, .lst_faq dd::before {
  position: absolute;
  left: 0;
  font-family: "Baloo 2", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
  width: 2.4rem;
  text-align: center;
}
.lst_faq dt {
  margin-bottom: 0.8rem;
  color: var(--clr_green);
  font-family: "Zen Maru Gothic", serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1.4;
}
.lst_faq dt::before {
  content: "Q.";
  top: -0.4rem;
  color: var(--clr_green);
}
.lst_faq dd:not(:last-child) {
  margin-bottom: 2rem;
}
.lst_faq dd::before {
  content: "A.";
  top: -0.6rem;
  color: var(--clr_red);
}
@media screen and (min-width: 48em), print {
  .lst_faq dt, .lst_faq dd {
    padding-left: 4.5rem;
  }
  .lst_faq dt::before, .lst_faq dd::before {
    width: 4rem;
    top: -1.7rem;
    font-size: 3.2rem;
  }
  .lst_faq dt {
    font-size: 2rem;
    margin-bottom: 1.8rem;
  }
  .lst_faq dt::before {
    top: -0.8rem;
  }
  .lst_faq dd:not(:last-child) {
    margin-bottom: 4rem;
  }
  .lst_faq dd::before {
    top: -1.1rem;
  }
}

.flex3, .flex4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.6rem 2rem;
}
.flex1 > li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.flex1 > li:not(:last-child) {
  margin-bottom: inherit;
}

@media screen and (min-width: 48em), print {
  .flex2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1rem 2rem;
  }
  .flex2 > section, .flex2 > li, .flex2 > div {
    width: calc(50% - 1rem);
    margin-top: 0 !important;
  }
  .flex2 > section:not(:last-child), .flex2 > li:not(:last-child), .flex2 > div:not(:last-child) {
    margin-bottom: inherit;
  }
  .flex3 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 1rem 2rem;
  }
  .flex3 li {
    width: calc((100% - 4rem) / 3);
  }
  .flex3_1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            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 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 1rem 2rem;
  }
  .flex4 li {
    width: calc((100% - 6rem) / 4);
  }
  .flex1 {
    gap: 1rem 3rem;
  }
}
.box {
  padding: 1.5rem;
  background-position: top left;
  background-size: 40vw auto;
  background-repeat: repeat;
}
@media screen and (min-width: 48em), print {
  .box {
    background-size: 30rem auto;
  }
}
.box {
  background-image: url("../img/bg_box01.webp");
  border-radius: 30px;
}
.box .box_tit {
  margin-bottom: 1rem;
  font-size: 1.3rem;
  line-height: 1.3;
  color: var(--clr_green);
}
.box.-color02 {
  background-image: url("../img/bg_box02.webp");
}
.box.-color02 .box_tit {
  color: var(--clr_red);
}
.box.-color03 {
  background: var(--clr_white);
}
.box section ~ section {
  margin-top: 2rem !important;
}
@media screen and (min-width: 48em), print {
  .box {
    padding: 3rem;
    border-radius: 40px;
  }
  .box .box_tit {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
  .box section ~ section {
    margin-top: 4rem !important;
  }
}

.btn {
  display: inline-block;
  color: var(--clr_white);
  background: url("../img/button_bg.png") top left/25rem auto repeat;
  border-radius: 50vh;
  padding: 0.2rem 1rem;
  text-align: center;
  cursor: pointer;
  font-size: 1.5rem;
  letter-spacing: 0.2rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  min-width: 50%;
  font-family: "Zen Maru Gothic", serif;
  font-style: normal;
  font-weight: 700;
}
@media screen and (min-width: 48em), print {
  .btn {
    padding: 0.2rem 2rem;
    font-size: 2.2rem;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
  .btn:hover {
    background-image: url("../img/button_bg02.png");
  }
}
.btn.out {
  background: var(--clr_green);
  padding-right: 3rem;
  padding-left: 2rem;
  font-size: 1.3rem;
}
.btn.invalid {
  position: relative;
  pointer-events: none;
  background: var(--clr_gray_dark02);
}
@media screen and (min-width: 48em), print {
  .btn.out {
    padding-right: 5.5rem;
    padding-left: 3.5rem;
    font-size: 2.4rem;
  }
  .btn.out::after {
    font-family: "fontello";
    content: "\e80a";
    font-weight: 100;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-45%);
            transform: translateY(-45%);
    right: 3rem;
  }
}

.form_btn a[href=""] {
  -webkit-filter: saturate(0) contrast(0.3) brightness(140%);
          filter: saturate(0) contrast(0.3) brightness(140%);
  pointer-events: none;
}
@media screen and (min-width: 48em), print {
  .form_btn:has(a[href=""]) {
    cursor: not-allowed;
  }
}

.lnk {
  display: inline-block;
  text-decoration: underline;
  text-underline-offset: 6px;
  letter-spacing: 0.05rem;
  cursor: pointer;
  color: var(--clr_green_dark02);
}
.lnk::after {
  padding-left: 0.3rem;
  display: inline-block;
}
@media screen and (min-width: 48em), print {
  .lnk::after {
    padding-left: 0.6rem;
  }
}
.lnk:hover {
  color: var(--clr_brown_light02);
  opacity: 1;
}
.lnk.out::after {
  font-family: "fontello";
  content: "\f08e";
}
.lnk.pdf::after {
  font-family: "fontello";
  content: "\f1c1";
}

.txt_lnk {
  color: var(--clr_red);
  text-decoration: underline;
}
.txt_lnk:hover {
  color: var(--clr_brown_light02);
  opacity: 1;
}

.bnr_curon {
  width: 70%;
  aspect-ratio: 6/5;
  margin-inline: auto;
  display: block;
}
@media screen and (min-width: 48em), print {
  .bnr_curon {
    width: 30rem;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .bnr_curon:hover {
    opacity: 0.9;
    -webkit-filter: brightness(105%);
            filter: brightness(105%);
  }
}

.tbl {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  line-height: 1.4;
  --clr_tbl: var(--clr_green);
}
.tbl tr th {
  text-align: center;
  padding: 1rem;
  font-weight: normal;
  border: 1px solid var(--clr_tbl);
  background-position: top left;
  background-size: 40vw auto;
  background-repeat: repeat;
}
@media screen and (min-width: 48em), print {
  .tbl tr th {
    background-size: 30rem auto;
  }
}
.tbl tr th {
  background-image: url("../img/bg_box01.webp");
  color: var(--clr_tbl);
}
.tbl tr td {
  text-align: left;
  padding: 1rem;
  border: 1px solid var(--clr_tbl);
  background: var(--clr_white);
}
.tbl tr .nowrap {
  width: 0;
  white-space: nowrap;
}
.tbl thead tr th {
  text-align: center;
  background: var(--clr_tbl) !important;
  color: var(--clr_white);
}
.tbl thead tr th:not(:last-of-type) {
  border-right: 1px solid var(--clr_white);
}
.tbl.-price tr td {
  text-align: center;
}
.tbl.-color02 {
  --clr_tbl: var(--clr_red);
}
.tbl.-color02 tr th {
  background-image: url("../img/bg_box02.webp");
}

@media screen and (min-width: 48em), print {
  .tbl tr th {
    padding: 1rem 2.5rem;
  }
  .tbl tr td {
    padding: 1rem 2.5rem;
  }
}
.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin: 1rem auto;
}
.slick-dots li {
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 0.2rem;
}
.slick-dots li button {
  padding: 50%;
  display: block;
  font-size: 0;
  cursor: pointer;
  opacity: 0.25;
  border-radius: 50%;
  background: var(--clr_white);
}
.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: 3.125vw;
}

body {
  background: var(--clr_white);
  color: var(--clr_txt);
  font-family: "Noto Sans JP", 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/icon_cloud.png") left -1.5rem bottom 7rem/auto 6rem no-repeat, url("../img/icon_logo.webp") right 2.5rem bottom 19.8rem/auto 3rem no-repeat, url("../img/icon_cloud.png") right -1rem bottom 12rem/auto 8rem no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(var(--rgb_white), 0)), to(white)), url("../img/bg_green.webp") top left/40% auto repeat;
  background: url("../img/icon_cloud.png") left -1.5rem bottom 7rem/auto 6rem no-repeat, url("../img/icon_logo.webp") right 2.5rem bottom 19.8rem/auto 3rem no-repeat, url("../img/icon_cloud.png") right -1rem bottom 12rem/auto 8rem no-repeat, linear-gradient(to bottom, rgba(var(--rgb_white), 0) 50%, white 100%), url("../img/bg_green.webp") top left/40% auto repeat;
  backdrop-filter: blur(0.6rem);
  position: fixed;
  top: 0;
  z-index: 101;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
body.spnav_modal {
  height: 100%;
  overflow: hidden;
}
body.spnav_modal::after {
  visibility: visible;
  opacity: 1;
}

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

.main {
  font-size: 1.2rem;
  line-height: 1.7;
  letter-spacing: 0.07rem;
}

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

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

.header {
  background: var(--clr_yellow_light02);
}
.header .wrap {
  padding: 0.5rem 0;
}
.header .wrap .head_logo .logo {
  width: 100%;
  height: 4.6rem;
}
.header .wrap .head_logo .logo a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/logo.png) no-repeat center center/contain;
}
.header .wrap .head_logo .logo a .clip {
  display: block;
  height: 100%;
  overflow: hidden;
  clip-path: inset(50%);
  color: transparent;
}
.header .wrap .head_logo .head_dept {
  text-align: center;
  color: var(--clr_green);
  font-family: "Zen Maru Gothic", serif;
  font-style: normal;
  font-weight: 700;
  font-weight: 500;
  border-radius: 10px;
  border: 0.5px solid var(--clr_green);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 60%;
  margin: 1rem auto 0;
  font-size: 1.15rem;
  padding: 0.3rem 1rem;
}

@media screen and (min-width: 48em), print {
  .header {
    background: var(--clr_white);
  }
  .header .wrap {
    width: 100%;
    padding: 3rem 5rem 2rem;
    max-width: 200rem;
    margin-inline: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .wrap .head_logo {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0;
  }
  .header .wrap .head_logo .logo {
    width: 28rem;
    height: 7rem;
    margin-inline: auto;
  }
  .header .wrap .head_logo .head_dept {
    font-size: 1.4rem;
    letter-spacing: 0.4rem;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    width: 100%;
    margin-top: 1.3rem;
  }
  .header .wrap .headR .headR_lst {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 0 1.5rem;
    margin-top: 2rem;
  }
  .header .wrap .headR .headR_lst > li {
    color: var(--clr_white);
    font-family: "Zen Maru Gothic", serif;
    font-style: normal;
    font-weight: 700;
    font-weight: 900;
    text-align: center;
    background: var(--clr_green);
    border-radius: 10px;
    padding: 0.4rem;
    width: 13rem;
    font-size: 1.2rem;
    letter-spacing: 0.2rem;
  }
  .header .wrap .headR .headR_lst > li.-clr_recruit {
    background: #b03e23;
  }
}
#sp_nav {
  position: sticky;
  top: 0;
  z-index: 100;
  padding: 0.5rem 0;
  background: rgba(var(--rgb_white), 0.5);
  backdrop-filter: blur(0.6rem);
  -webkit-box-shadow: 0 8px 7px rgba(var(--rgb_gray), 0.1);
          box-shadow: 0 8px 7px rgba(var(--rgb_gray), 0.1);
}
#sp_nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}
#sp_nav > ul > li {
  width: 25%;
  text-align: center;
  font-size: 1rem;
  line-height: 1.15;
}
#sp_nav > ul > li:not(:last-child) {
  border-right: 1px dashed var(--clr_green);
}
#sp_nav > ul > li > a {
  display: block;
  height: 100%;
  color: var(--clr_green);
  font-family: "Zen Maru Gothic", serif;
  font-style: normal;
  font-weight: 700;
}
#sp_nav > ul > li > a::before {
  display: -ms-grid;
  display: grid;
  place-items: center;
  font-weight: normal;
  height: 3rem;
  line-height: 1;
  font-size: 2rem;
}
#sp_nav > ul > li > a.-home::before {
  font-family: "fontello";
  content: "\e80b";
}
#sp_nav > ul > li > a.-access::before {
  font-family: "fontello";
  content: "\e80c";
}
#sp_nav > ul > li > a.-timetable::before {
  font-family: "fontello";
  content: "\e80d";
}
@media screen and (min-width: 48em), print {
  #sp_nav {
    display: none;
  }
}

#sp_menu {
  width: 100%;
  text-align: center;
  padding: 0;
  color: var(--clr_green);
  font-family: "Zen Maru Gothic", serif;
  font-style: normal;
  font-weight: 700;
}
#sp_menu::before {
  display: -ms-grid;
  display: grid;
  place-items: center;
  font-family: "fontello";
  content: "\e80e";
  height: 3rem;
  line-height: 1;
  font-size: 3rem;
}
#sp_menu::after {
  content: "MENU";
}
#sp_menu.close::before {
  font-family: "fontello";
  content: "\e814";
}
#sp_menu.close::after {
  content: "CLOSE";
}
#sp_menu span {
  display: none;
}
@media screen and (min-width: 48em), print {
  #sp_menu {
    display: none;
  }
}

/* SP ドロップダウンメニュー（Slick Nav） -------------------------------------- */
.slicknav_menu {
  position: absolute;
  top: -0.8rem;
  right: 0;
  display: inline-block;
  background: none;
  padding: 0;
  z-index: 100;
}
.slicknav_menu .slicknav_btn { /* Toggle Btn */
  width: 5.8rem;
  height: 5.8rem;
  text-shadow: none;
  border-radius: 0;
  background: #fff;
  margin: 0;
  text-align: center;
  position: relative;
  z-index: 10;
}
.slicknav_menu .slicknav_btn::before { /* Toggle Open Icon */
  display: block;
  font-family: "fontello";
  content: "\e802";
  font-size: 5rem;
  color: #49b236;
  position: absolute;
  top: 2.4rem;
  left: 0;
  right: 0;
}
.slicknav_menu .slicknav_btn::after {
  content: "MENU";
  font-size: 1.2rem;
  color: #515151;
  position: absolute;
  bottom: -0.6rem;
  left: 0;
  right: 0;
}
.slicknav_menu .slicknav_btn.slicknav_open::before { /* Toggle Close Icon */
  display: block;
  font-family: "fontello";
  content: "\e800";
  font-size: 5rem;
  position: absolute;
  top: 1.8;
  left: 0;
  right: 0;
}
.slicknav_menu .slicknav_btn.slicknav_open::after {
  content: "CLOSE";
  font-size: 1.2rem;
  position: absolute;
  bottom: -0.4rem;
  left: 0;
  right: 0;
}
.slicknav_menu .slicknav_nav { /* 展開部 */
  width: 100vw;
  background: #fff;
  position: absolute;
  top: 7rem;
  right: 0;
  border-bottom: 1px solid #ff0000;
}
.slicknav_menu .slicknav_nav li {
  border-top: 1px solid #ff0000;
}
.slicknav_menu .slicknav_nav li a {
  display: block;
  color: #ff0000;
  padding: 1.4rem 1rem;
  font-size: 1.8rem;
}
.slicknav_menu .slicknav_nav li.slicknav_parent > a.slicknav_item {
  position: relative;
}
.slicknav_menu .slicknav_nav li.slicknav_parent > a.slicknav_item::after {
  position: absolute;
  top: 1.4rem;
  right: 1rem;
  font-family: "fontello";
  content: "\e805";
  color: #49b236;
  font-size: 2rem;
}
.slicknav_menu .slicknav_nav li.slicknav_parent .sub { /* サブメニュー */
  width: 100vw;
  margin: 0;
  background: #ffffff;
}
.slicknav_menu .slicknav_nav li.slicknav_parent .sub > li {
  background: #d7eed3;
}
.slicknav_menu .slicknav_nav li.slicknav_parent .sub > li > a::before {
  display: inline-block;
  margin-right: 0.8rem;
  padding-left: 2rem;
  font-family: "fontello";
  content: "\e801";
  color: #91c988;
}
.slicknav_menu .slicknav_nav li.slicknav_open > a.slicknav_item {
  position: relative;
}
.slicknav_menu .slicknav_nav li.slicknav_open > a.slicknav_item::after {
  position: absolute;
  top: 1.4rem;
  right: 1rem;
  font-family: "fontello";
  content: "\e806";
  color: #49b236;
  font-size: 2rem;
}
.slicknav_menu .slicknav_nav a:hover {
  background: none;
}
.slicknav_menu .slicknav_nav .slicknav_row, .slicknav_menu .slicknav_nav a {
  padding: 0;
  margin: 0;
}
.slicknav_menu .slicknav_icon, .slicknav_menu .slicknav_icon-bar, .slicknav_menu .slicknav_arrow {
  display: none !important;
}

.gnav_subnav {
  display: none;
  width: calc(100% - 4rem);
  max-height: calc(100svh - 7rem);
  overflow-y: auto;
  background: rgba(var(--rgb_white), 0.8);
  border-radius: 20px;
  padding: 1.5rem;
  position: fixed;
  top: 2rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  z-index: calc(infinity);
}
.gnav_subnav .gnav > li:not(:last-child) {
  border-bottom: 1px dashed var(--clr_green);
}
.gnav_subnav .gnav > li a {
  display: block;
  width: 100%;
  text-align: left;
  padding: 0.8rem;
  font-size: 1.3rem;
  letter-spacing: 0.07rem;
  color: var(--clr_green);
  font-family: "Zen Maru Gothic", serif;
  font-style: normal;
  font-weight: 700;
}
.gnav_subnav .gnav > li.about > a {
  position: relative;
  padding-right: 1.5rem;
}
.gnav_subnav .gnav > li.about > a::after {
  display: inline-block;
  font-family: "fontello";
  content: "4";
  color: var(--clr_green);
  position: absolute;
  right: 0.5rem;
  top: 50%;
  padding-right: 0.5rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 2rem;
}
.gnav_subnav .gnav > li.about.open > a {
  position: relative;
  padding-right: 1.5rem;
}
.gnav_subnav .gnav > li.about.open > a::after {
  display: inline-block;
  font-family: "fontello";
  content: "3";
  color: var(--clr_green);
  position: absolute;
  right: 0.5rem;
  top: 50%;
  padding-right: 0.5rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 2rem;
}
.gnav_subnav .gnav > li .sub {
  display: none;
}
@media screen and (min-width: 48em), print {
  .gnav_subnav {
    display: block !important;
    width: 100%;
    max-height: inherit;
    overflow-y: visible;
    background: none;
    border-radius: 0;
    padding: 0;
    position: static;
    margin: 0;
  }
  .gnav_subnav .gnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .gnav_subnav .gnav > li {
    position: relative;
  }
  .gnav_subnav .gnav > li:last-of-type a {
    padding-right: 0;
  }
  .gnav_subnav .gnav > li:not(:last-child) {
    border-bottom: none;
    border-right: 1px dashed var(--clr_green);
  }
  .gnav_subnav .gnav > li a {
    width: 100%;
    padding: 0.3rem 1.8rem;
    font-size: 1.7rem;
    letter-spacing: 0.15rem;
  }
  .gnav_subnav .gnav > li.about > a {
    position: relative;
    margin-right: 2rem;
  }
  .gnav_subnav .gnav > li.about > a::after {
    display: inline-block;
    font-family: "fontello";
    content: "4";
    color: var(--clr_green);
    position: absolute;
    right: 0.5rem;
    top: 50%;
    padding-right: 0.5rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 2rem;
  }
  .gnav_subnav .gnav > li.about.-mg_r > a {
    margin-right: 3.5rem;
  }
  .gnav_subnav .gnav > li.about.open > a {
    position: relative;
    margin-right: 2rem;
  }
  .gnav_subnav .gnav > li.about.open > a::after {
    display: inline-block;
    font-family: "fontello";
    content: "3";
    color: var(--clr_green);
    position: absolute;
    right: 0.5rem;
    top: 50%;
    padding-right: 0.5rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 2rem;
  }
  .gnav_subnav .gnav {
    /* サブメニュー展開部 */
  }
  .gnav_subnav .gnav .sub {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    width: 300px;
    z-index: 1000;
    background: #ffffff;
  }
  .gnav_subnav .gnav .sub li {
    border-bottom: 1px dashed var(--clr_green);
    /*           &:first-child {
                 display: none;
               }*/
  }
  .gnav_subnav .gnav .sub li a {
    padding: 1.4rem;
    color: var(--clr_green);
    background: #ffffff;
    text-align: left;
  }
  .gnav_subnav .gnav .sub li a:hover {
    opacity: 1;
  }
  .gnav_subnav .gnav .sub li a span:hover {
    opacity: 0.7;
  }
}

#scroll_nav {
  display: none;
}
@media screen and (min-width: 48em), print {
  #scroll_nav {
    position: fixed;
    top: 0;
    z-index: 103;
    background: rgba(var(--rgb_white), 0.5);
    backdrop-filter: blur(0.6rem);
    -webkit-box-shadow: 0 8px 7px rgba(var(--rgb_gray), 0.1);
            box-shadow: 0 8px 7px rgba(var(--rgb_gray), 0.1);
    padding: 1.5rem 5rem;
    width: 100%;
    display: none;
  }
  #scroll_nav .gnav_subnav {
    width: 1200px;
    margin: 0 auto;
  }
  #scroll_nav .gnav_subnav .gnav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #scroll_nav .gnav_subnav .gnav > li a {
    padding: 0 3rem;
  }
  #scroll_nav .gnav_subnav .gnav > li.about > a {
    position: relative;
    margin-right: 2rem;
  }
  #scroll_nav .gnav_subnav .gnav > li.about > a::after {
    display: inline-block;
    font-family: "fontello";
    content: "4";
    color: var(--clr_green);
    position: absolute;
    right: 0.5rem;
    top: 50%;
    padding-right: 0.5rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 2rem;
  }
  #scroll_nav .gnav_subnav .gnav > li.about.open > a {
    position: relative;
    margin-right: 2rem;
  }
  #scroll_nav .gnav_subnav .gnav > li.about.open > a::after {
    display: inline-block;
    font-family: "fontello";
    content: "3";
    color: var(--clr_green);
    position: absolute;
    right: 0.5rem;
    top: 50%;
    padding-right: 0.5rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 2rem;
  }
  #scroll_nav .gnav_subnav .gnav {
    /* サブメニュー展開部 */
  }
  #scroll_nav .gnav_subnav .gnav .sub {
    display: none;
    position: absolute;
    top: 3rem;
    left: 0;
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    width: 300px;
    z-index: 1000;
    background: #ffffff;
  }
  #scroll_nav .gnav_subnav .gnav .sub li {
    border-bottom: 1px dashed var(--clr_green);
    /*            &:first-child {
                  display: none;
                }*/
  }
  #scroll_nav .gnav_subnav .gnav .sub li a {
    padding: 1.4rem;
    color: var(--clr_green);
    background: #ffffff;
    text-align: left;
  }
  #scroll_nav .gnav_subnav .gnav .sub li a:hover {
    opacity: 1;
  }
}

.overview {
  padding-bottom: 4rem;
  font-size: 1.2rem;
  line-height: 1.6;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(var(--clr_white)));
  background: linear-gradient(to bottom, transparent calc(100vw - 5rem), var(--clr_white) calc(100vw - 5rem));
  color: var(--clr_green);
  margin-top: -50vw;
}
.overview::before {
  content: "";
  display: block;
  width: 100%;
  height: 100vw;
  background: url("../img/overview_top.webp") bottom center/100% auto no-repeat;
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.overview .clinic_name {
  text-align: center;
  margin: 2rem 0 3rem;
  padding-bottom: 4.5rem;
  background-image: radial-gradient(ellipse 1.4rem 1.1rem, var(--clr_green) 4px, transparent 4px);
  background-position: center bottom;
  background-repeat: repeat-x;
  background-size: 1.4rem 1.1rem;
  position: relative;
}
.overview .clinic_name img {
  max-width: 60%;
  margin: auto;
}
.overview .clinic_name::after {
  content: "";
  display: block;
  width: 4rem;
  height: 2.5rem;
  background: url("../img/icon_ribbon.svg") center center/contain no-repeat, var(--clr_white);
  margin-inline: auto;
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  right: 0;
}
.overview .wrap {
  margin: 0;
}
.overview .gaiyo dt {
  font-family: "Zen Maru Gothic", serif;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1rem;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
}
.overview .gaiyo dd > ul {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.overview .gaiyo dd > ul > li {
  font-weight: 400;
  position: relative;
  padding-left: 1rem;
  letter-spacing: 0.04rem;
}
.overview .gaiyo dd > ul > li .gaiyo_tit {
  font-weight: 500;
}
.overview .gaiyo dd > ul > li::before {
  position: absolute;
  left: -0.2rem;
  content: "・";
  display: block;
}
.overview .tbl_time {
  width: calc(100% - 2rem);
  margin: 2rem auto;
}
.overview .overview_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 3rem auto;
  width: calc(100% - 1rem);
}
.overview .overview_btns > li {
  width: 50%;
  text-align: center;
  font-family: "Zen Maru Gothic", serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
}
.overview .overview_btns > li p {
  margin: 0;
}
.overview .overview_btns > li .btn {
  width: calc(100% - 1rem);
  margin: 0.5rem auto 0;
  letter-spacing: 0.04rem;
}
.overview .alignment_lst {
  width: calc(100% - 2rem);
  margin-inline: auto;
}
.overview .alignment_lst dt {
  text-align: center;
  font-size: 1.45rem;
  font-family: "Zen Maru Gothic", serif;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 0.8rem;
}
.overview .alignment_lst dd {
  text-align: center;
}
.overview .alignment_lst dd > ul {
  margin-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}
.overview .alignment_lst dd > ul > li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: calc(50% - 0.5rem);
}
.overview .alignment_lst dd > ul > li a {
  display: block;
  width: 100%;
  font-family: "Zen Maru Gothic", serif;
  font-style: normal;
  font-weight: 700;
  padding: 0.4rem;
  border-radius: 7px;
  border: 1px solid var(--clr_green);
}

@media screen and (min-width: 48em), print {
  .overview {
    padding-bottom: 15rem;
    font-size: 1.8rem;
    line-height: 1.8;
    overflow: hidden;
    margin-top: -50rem;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(48rem, transparent), color-stop(48rem, var(--clr_white)));
    background: linear-gradient(to bottom, transparent 48rem, var(--clr_white) 48rem);
  }
  .overview::before {
    width: 100%;
    height: 96.4rem;
    aspect-ratio: auto;
    background: url("../img/overview_top-pc.webp") bottom center/200rem auto no-repeat;
    margin: 0rem auto;
  }
  .overview .clinic_name {
    text-align: center;
    margin: 0 0 12rem;
    padding-bottom: 8.5rem;
  }
  .overview .clinic_name img {
    width: 50.673rem;
    margin: auto;
  }
  .overview .clinic_name::after {
    width: 7.6rem;
    height: 5.3rem;
    bottom: -2rem;
  }
  .overview .overview_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .overview .overview_flex > div {
    width: 50%;
  }
  .overview .wrap {
    margin: 14rem auto 0;
  }
  .overview .gaiyo dt {
    margin-bottom: 0.5rem;
    font-size: 1.9rem;
  }
  .overview .gaiyo dd > ul {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
  .overview .gaiyo dd > ul > li {
    padding-left: 1rem;
  }
  .overview .gaiyo dd > ul > li::before {
    left: -0.4rem;
  }
  .overview .tbl_time {
    width: 38.4rem;
    margin: 0 auto;
  }
  .overview .overview_btns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 7rem auto 11rem;
    gap: 0 6rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .overview .overview_btns > li {
    width: 28rem;
    line-height: 1.3;
  }
  .overview .overview_btns > li p {
    letter-spacing: 0.25rem;
  }
  .overview .overview_btns > li .btn {
    width: 100%;
    margin: 1.5rem auto 0;
    letter-spacing: 0.35rem;
    padding: 0.5rem;
  }
  .overview .overview_btns > li .btn::after {
    position: static;
    margin-left: 1rem;
  }
  .overview .alignment_lst {
    width: 89.341rem;
    margin-inline: auto;
  }
  .overview .alignment_lst dt {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
  .overview .alignment_lst dd {
    letter-spacing: 0.15rem;
  }
  .overview .alignment_lst dd > ul {
    margin-top: 4.5rem;
    gap: 2rem 1.5rem;
  }
  .overview .alignment_lst dd > ul > li {
    max-width: calc((100% - 1.5rem) / 2);
    min-width: calc((100% - 3rem) / 3);
  }
  .overview .alignment_lst dd > ul > li a {
    padding: 0.45rem 2rem;
    border-radius: 10px;
    font-size: 2.1rem;
  }
}
#tel_up {
  width: 100%;
  height: 3.4rem;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 103;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#tel_up ul {
  width: calc(100% - 4.3rem);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  gap: 0 0.5rem;
}
#tel_up ul li {
  width: calc((100% - 1rem) / 3);
  height: 100%;
}
#tel_up ul li > * {
  display: -ms-grid;
  display: grid;
  place-items: center;
  font-family: "Zen Maru Gothic", serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 0.07rem;
  border-radius: 15px 15px 0 0;
  width: 100%;
  height: 100%;
  padding-top: 0.2rem;
  color: var(--clr_white);
  --clr_bg: var(--rgb_green);
  background-image: repeating-linear-gradient(90deg, rgba(var(--clr_bg), 0.7), rgba(var(--clr_bg), 0.7) 1.3rem, rgba(var(--clr_bg), 1) 1.3rem, rgba(var(--clr_bg), 1) 2.6rem);
}
#tel_up ul li > *.-rsv {
  --clr_bg: var(--rgb_beige);
}
#tel_up ul li > *.-tel {
  --clr_bg: var(--rgb_red_dark);
}
#tel_up #pageup {
  display: block;
  padding: 0.5rem 0 0;
  font-family: "Zen Maru Gothic", serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.05rem;
  width: 3.9rem;
  height: 3.4rem;
  line-height: 1;
  color: var(--clr_white);
  font-size: 1.2rem;
  --clr_bg: var(--rgb_green);
  background-image: repeating-linear-gradient(90deg, rgba(var(--clr_bg), 0.7), rgba(var(--clr_bg), 0.7) 1.3rem, rgba(var(--clr_bg), 1) 1.3rem, rgba(var(--clr_bg), 1) 2.6rem);
  mask-image: url("../img/totop.svg");
  mask-position: top center;
  mask-repeat: no-repeat;
  mask-size: 100% auto;
  -webkit-mask-image: url("../img/totop.svg");
  -webkit-mask-position: top center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% auto;
}

@media screen and (min-width: 48em), print {
  #tel_up {
    width: auto;
    height: 8.8rem;
    left: auto;
    right: 5rem;
  }
  #tel_up ul {
    width: auto;
    gap: 0 2rem;
    margin-right: 2rem;
  }
  #tel_up ul li {
    width: 21rem;
  }
  #tel_up ul li > * {
    font-size: 2.8rem;
    letter-spacing: 0.15rem;
    border-radius: 25px 25px 0 0;
    background-image: repeating-linear-gradient(90deg, rgba(var(--clr_bg), 0.7), rgba(var(--clr_bg), 0.7) 2.86rem, rgba(var(--clr_bg), 1) 2.86rem, rgba(var(--clr_bg), 1) 5.72rem);
  }
  #tel_up #pageup {
    padding: 1rem 0 0;
    letter-spacing: 0.05rem;
    width: 9.6rem;
    height: 8.8rem;
    font-size: 2.3rem;
    background-image: repeating-linear-gradient(90deg, rgba(var(--clr_bg), 0.7), rgba(var(--clr_bg), 0.7) 3.2rem, rgba(var(--clr_bg), 1) 3.2rem, rgba(var(--clr_bg), 1) 6.4rem);
  }
}
.footer .f_nav {
  padding: 4rem 2rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(var(--rgb_green_light04), 0)), color-stop(1rem, rgba(var(--rgb_green_light04), 1)), color-stop(rgba(var(--rgb_green_light04), 1)), to(rgba(var(--rgb_green_light04), 0)));
  background: linear-gradient(to bottom, rgba(var(--rgb_green_light04), 0), rgba(var(--rgb_green_light04), 1) 1rem, rgba(var(--rgb_green_light04), 1) calc(100% - 1rem), rgba(var(--rgb_green_light04), 0));
}
.footer .f_nav .gnav, .footer .f_nav .subnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 3rem;
}
.footer .f_nav .gnav > li, .footer .f_nav .subnav > li {
  width: calc((100% - 2.5rem) / 2);
}
.footer .f_nav .gnav > li a, .footer .f_nav .subnav > li a {
  font-family: "Zen Maru Gothic", serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.2rem;
  color: var(--clr_green);
}
.footer .f_nav .nav_tit {
  color: var(--clr_green);
  font-family: "Zen Maru Gothic", serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.4rem;
  text-align: center;
  margin: 0 0 1.5rem;
}
.footer .f_nav .gnav {
  gap: 1.5rem 2.5rem;
}
.footer .f_nav .subnav {
  gap: 0.8rem 2.5rem;
  margin-bottom: 0;
}
.footer .f_nav .subnav > li a {
  position: relative;
  padding-left: 1rem;
}
.footer .f_nav .subnav > li a::before {
  content: "-";
  display: block;
  line-height: 1;
  color: var(--clr_green);
  position: absolute;
  left: 0;
  top: 0.2rem;
}
.footer .bg_white {
  background: var(--clr_white);
}
.footer .sns_lnks {
  padding-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer .sns_lnks > li {
  width: 40px;
  height: auto;
}
.footer .sns_lnks > li a {
  display: block;
  width: 100%;
  height: 100%;
}
.footer .copy {
  display: block;
  text-align: center;
  color: var(--clr_green);
  font-family: "Zen Maru Gothic", serif;
  font-style: normal;
  font-weight: 700;
  font-weight: 500;
  padding: max(20px, 1rem) 1rem 6rem;
  font-size: 1.2rem;
}

@media screen and (min-width: 48em), print {
  .footer .f_nav {
    padding: 11.5rem 0 7rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .footer .f_nav > div {
    width: 600px;
  }
  .footer .f_nav .gnav, .footer .f_nav .subnav {
    margin-bottom: 0;
  }
  .footer .f_nav .gnav > li, .footer .f_nav .subnav > li {
    width: calc((100% - 3rem) / 2);
  }
  .footer .f_nav .gnav > li a, .footer .f_nav .subnav > li a {
    font-size: 2.1rem;
    letter-spacing: 0.2rem;
  }
  .footer .f_nav .gnav {
    padding: 0 4rem;
    gap: 2rem 3rem;
  }
  .footer .f_nav .subnav {
    padding: 0 4rem 0 14.5rem;
    gap: 1rem 3rem;
  }
  .footer .f_nav .subnav > li a {
    font-size: 1.8rem;
    padding-left: 1rem;
  }
  .footer .f_nav .subnav > li a::before {
    top: 0.3rem;
  }
  .footer .f_nav .nav_tit {
    padding: 0 4rem 0 14.5rem;
    font-size: 2.1rem;
    margin: 0 0 2rem;
  }
  .footer .sns_lnks {
    padding-top: 8rem;
    gap: 0 3rem;
  }
  .footer .sns_lnks > li {
    width: 4.3rem;
    height: auto;
  }
  .footer .copy {
    padding: 2.4rem 1rem 9.5rem;
    font-size: 1.8rem;
  }
}
body.index .main {
  font-weight: 500;
}

.keyvsl {
  width: 100%;
  position: relative;
  background-position: top left;
  background-size: 40vw auto;
  background-repeat: repeat;
}
@media screen and (min-width: 48em), print {
  .keyvsl {
    background-size: 30rem auto;
  }
}
.keyvsl {
  background-image: url("../img/bg_pink.webp");
  padding-bottom: 1rem;
}
.keyvsl #keyvsl {
  width: 100%;
  height: 20rem;
  overflow: hidden;
  visibility: hidden;
}
.keyvsl #keyvsl .slick-list div img {
  height: 20rem !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 .open {
  color: var(--clr_white);
  background: url("../img/index_kv_open.svg") center center/contain no-repeat;
  text-align: center;
  font-size: 1.25rem;
  font-family: "Zen Maru Gothic", serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.5rem;
  padding-bottom: 2rem;
  line-height: 1.4;
  text-shadow: 2px 2px 2px var(--clr_green_dark);
  width: 100%;
  min-height: 9rem;
  position: absolute;
  top: 16rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.keyvsl .open .year {
  letter-spacing: 0.15rem;
  margin-right: 0.4rem;
  display: inline-block;
}
.keyvsl .open .txt_large {
  font-size: 2rem;
  letter-spacing: 0.6rem;
}
.keyvsl .catch_copy {
  margin: 5rem 1rem 0;
  padding: 2rem 0 1.5rem;
  background: var(--clr_white);
  border-radius: 50% 50% 20px 20px;
}
.keyvsl .catch_copy .catch_txt {
  font-family: "Zen Maru Gothic", serif;
  font-style: normal;
  font-weight: 700;
  color: var(--clr_green);
  font-size: 1.4rem;
  letter-spacing: 0.2rem;
  text-align: center;
  margin: 0 0 1.5rem;
}
.keyvsl .catch_copy .catch_txt::before {
  font-family: "fontello";
  content: "\e815";
  display: block;
  font-size: 3rem;
  font-weight: normal;
}
.keyvsl .catch_copy .catch_lst {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 1.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1.5rem;
}
.keyvsl .catch_copy .catch_lst > li {
  width: 40%;
  font-size: 1.2rem;
  letter-spacing: 0.15rem;
  text-align: center;
  padding: 0.1rem 0.3rem;
  font-family: "Zen Maru Gothic", serif;
  font-style: normal;
  font-weight: 700;
  font-weight: 500;
  color: var(--clr_green);
  border: 2px solid var(--clr_green);
  border-radius: 10px;
}
.keyvsl .catch_copy .catch_lst > li.catch_recruit {
  color: #fff;
  background: #b03e23;
  border: 2px solid #b03e23;
}
.keyvsl .catch_copy .catch_lst > li.catch_rsv {
  color: #fff;
  background: var(--clr_green);
  border: 2px solid var(--clr_green);
}
.keyvsl .kv_timetable {
  background: var(--clr_white);
  border-radius: 20px;
  margin: 2rem 1rem 0;
  padding: 1.5rem 1rem;
  font-size: 1.15rem;
}

@media screen and (min-width: 48em), print {
  .keyvsl {
    background-image: url("../img/bg_kv.webp");
    padding: 5rem 5rem 3rem;
    max-width: 200rem;
    margin-inline: auto;
  }
  .keyvsl #keyvsl {
    height: 70.6rem;
    border-radius: 95.77px;
  }
  .keyvsl #keyvsl .slick-list div img {
    height: 70.6rem !important;
  }
  .keyvsl #keyvsl .slick-dots {
    margin-top: -3rem;
  }
  .keyvsl #keyvsl .slick-dots li {
    width: 1.6rem;
    height: 1.6rem;
    margin: 0 1.2rem;
  }
  .keyvsl .open {
    font-size: 2.2rem;
    letter-spacing: 0.8rem;
    padding-bottom: 2rem;
    width: 27rem;
    height: 10rem;
    margin: 0 auto;
    top: 20.3rem;
    line-height: 1.25;
    left: 0;
    right: 0;
  }
  .keyvsl .open .year {
    letter-spacing: 0.12rem;
    margin-right: 0.8rem;
  }
  .keyvsl .open .txt_large {
    font-size: 2.2rem;
    letter-spacing: 0.8rem;
  }
  .keyvsl .catch_copy {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: absolute;
    left: 0;
    right: 0;
    top: 24rem;
    margin: 0 auto;
    padding: 0;
    background: none;
    border-radius: 0;
  }
  .keyvsl .catch_copy .catch_txt {
    font-size: 3.2rem;
    letter-spacing: 1.3rem;
    padding: 2rem 3.5rem;
    margin: 12rem 0 0;
    color: var(--clr_green);
    background: rgba(var(--rgb_white), 0.6);
    border-radius: 10px;
  }
  .keyvsl .catch_copy .catch_txt::before {
    font-size: 8rem;
    line-height: 1.4;
    content: none;
  }
  .keyvsl .catch_copy .catch_lst {
    display: none;
  }
  .keyvsl .kv_timetable {
    width: 47.6rem;
    border-radius: 30px;
    margin: 0;
    padding: 2rem 3rem 5rem;
    font-size: 1.8rem;
    position: absolute;
    bottom: 1rem;
    left: calc(50% + 600px - 47.6rem - 3.7rem);
    background: rgba(var(--rgb_white), 0.8);
    border: 1px solid var(--clr_white);
  }
}
.top_tit02 {
  color: var(--clr_green);
  font-size: 1.5rem;
  font-family: "Zen Maru Gothic", serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.05rem;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 2rem;
  padding-top: 6rem;
  background: url("../img/icon_logo.webp") top center/auto 5.5rem no-repeat;
}
.top_tit02::before {
  content: attr(data-ruby);
  color: var(--clr_green);
  font-family: "Baloo 2", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2.4rem;
  display: block;
  letter-spacing: 0.2rem;
}
.top_tit02::after {
  content: " ";
  display: block;
  width: 3em;
  height: 4px;
  margin: 0.8rem auto 0;
  border-radius: 50vh;
  background: url("../img/tit_02.png") center left/110% auto repeat-x;
}
.top_tit02.-white::before {
  color: var(--clr_white);
}
.top_tit02.-apeal {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding: 6rem 5rem 0;
  background: url("../img/icon_logo.webp") top center/auto 5.5rem no-repeat, url("../img/top_tit02_apealL.svg") top 4rem left/3rem auto no-repeat, url("../img/top_tit02_apealR.svg") top 4rem right/3rem auto no-repeat;
}

@media screen and (min-width: 48em), print {
  .top_tit02 {
    font-size: 2.4rem;
    margin-bottom: 1.5rem;
    letter-spacing: 0.2rem;
    padding-top: 11rem;
    background: url("../img/icon_logo.webp") top center/auto 10.4rem no-repeat;
  }
  .top_tit02::before {
    font-size: 4rem;
    letter-spacing: 0.4rem;
    line-height: 1.1;
  }
  .top_tit02::after {
    width: 7.2rem;
    height: 5px;
    margin-top: 1rem;
  }
  .top_tit02.-apeal {
    padding: 11rem 8rem 0;
    background: url("../img/icon_logo.webp") top center/auto 10.4rem no-repeat, url("../img/top_tit02_apealL.svg") top 7rem left/6rem auto no-repeat, url("../img/top_tit02_apealR.svg") top 7rem right/6rem auto no-repeat;
  }
}
.info_map {
  padding: 2rem 0 4rem;
  background-position: top left;
  background-size: 40vw auto;
  background-repeat: repeat;
}
@media screen and (min-width: 48em), print {
  .info_map {
    background-size: 30rem auto;
  }
}
.info_map {
  background-image: url("../img/bg_pink.webp");
}
@media screen and (min-width: 48em), print {
  .info_map {
    max-width: 200rem;
    margin-inline: auto;
    padding: 2rem 0 2rem;
  }
  .info_map > .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .info_map > .wrap.-item_c {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.index_info {
  margin-bottom: 1rem;
}
.index_info .top_tit02 {
  background: none;
  padding-top: 0;
}
.index_info .news_box {
  line-height: 1.4;
  background: -webkit-gradient(linear, left top, right top, color-stop(3.8rem, var(--clr_white)), color-stop(3.8rem, rgba(var(--rgb_white), 0.6)));
  background: linear-gradient(to right, var(--clr_white) 3.8rem, rgba(var(--rgb_white), 0.6) 3.8rem);
  border-radius: 17px;
  padding: 1.5rem 1rem 1.5rem 1.5rem;
  margin-bottom: 5rem;
}
.index_info .news_box dl {
  max-height: 27rem;
  overflow: scroll;
}
.index_info .news_box dl::-webkit-scrollbar {
  background: var(--clr_gray_dark02);
  width: 3px;
  height: 100%;
}
.index_info .news_box dl::-webkit-scrollbar-thumb {
  background: var(--clr_red_dark);
}
.index_info .news_box dl dt {
  color: var(--clr_red);
  font-weight: 700;
  cursor: pointer;
  font-size: 1.3rem;
  position: relative;
  padding: 1.6rem 1rem 0 3.2rem;
  border-top: 1px dashed var(--clr_green);
  margin-right: 0.5rem;
}
.index_info .news_box dl dt .date {
  font-size: 1.1rem;
  color: var(--clr_green_dark);
  display: block;
  letter-spacing: 0.1rem;
  margin-bottom: 0.2rem;
}
.index_info .news_box dl dt::before {
  font-family: "fontello";
  content: "\e811";
  font-weight: normal;
  position: absolute;
  top: 1.5rem;
  left: 0.3rem;
  color: var(--clr_green);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.index_info .news_box dl dt.open::before {
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}
.index_info .news_box dl dt:not(:first-of-type) {
  border-top: 1px dashed var(--clr_green);
  margin-top: 1.6rem;
}
.index_info .news_box dl dd {
  margin-top: 0.5rem;
  margin-right: 0.5rem;
  padding: 0 1rem 0 3.2rem;
  font-size: 1.2rem;
  word-wrap: break-word;
}
.index_info .news_box dl dd:not(:nth-of-type(-n+3)) {
  display: none;
}
.index_info .news_box dl dd a {
  color: var(--clr_red);
  text-decoration: underline;
}
@media screen and (min-width: 48em), print {
  .index_info .news_box {
    width: 68.4rem;
    margin: 0;
    background: -webkit-gradient(linear, left top, right top, color-stop(7rem, var(--clr_white)), color-stop(7rem, rgba(var(--rgb_white), 0.6)));
    background: linear-gradient(to right, var(--clr_white) 7rem, rgba(var(--rgb_white), 0.6) 7rem);
    padding: 3.2rem;
    border-radius: 33px;
  }
  .index_info .news_box dl {
    max-height: 25rem;
  }
  .index_info .news_box dl::-webkit-scrollbar {
    width: 5px;
  }
  .index_info .news_box dl dt {
    font-size: 1.8rem;
    padding: 1.6rem 1rem 0 19.5rem;
    position: relative;
    margin-right: 2rem;
  }
  .index_info .news_box dl dt .date {
    font-size: 1.8rem;
    margin-bottom: 0rem;
    padding-left: 5.7rem;
    position: absolute;
    left: 0;
    letter-spacing: 0.19rem;
  }
  .index_info .news_box dl dt::before {
    top: 1.4rem;
    left: 0rem;
    font-size: 120%;
  }
  .index_info .news_box dl dt.open::before {
    -webkit-transform: scale(1, -1);
            transform: scale(1, -1);
  }
  .index_info .news_box dl dt:not(:first-of-type) {
    border-top: 1px dashed var(--clr_green);
    margin-top: 1.6rem;
  }
  .index_info .news_box dl dd {
    margin-top: 0.5rem;
    margin-right: 2rem;
    padding: 0 1rem 0 19.5rem;
    font-size: 1.6rem;
  }
  .index_info .news_box dl dd a:hover {
    color: var(--clr_brown_light02);
    opacity: 1;
  }
}

.index_map {
  margin-top: 1rem;
}
.index_map .map_img {
  position: relative;
  padding-top: 5rem;
}
.index_map .map_img .parking_acs {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.8rem;
}
.index_map .map_img .parking_acs > li {
  border-radius: 50%;
  position: relative;
}
.index_map .map_img .parking_acs > li.-parking {
  color: var(--clr_red_dark);
  font-weight: 900;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  background: rgba(var(--rgb_beige), 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 1rem;
}
.index_map .map_img .parking_acs > li.-parking .p {
  font-family: "Baloo 2", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.05;
  margin-right: -0.8rem;
}
.index_map .map_img .parking_acs > li.-acs {
  font-family: "Zen Maru Gothic", serif;
  font-style: normal;
  font-weight: 700;
  color: var(--clr_white);
  letter-spacing: 0.05rem;
  border-radius: 50%;
  width: 7.5rem;
  height: 7.5rem;
  background: radial-gradient(circle closest-corner, var(--clr_green) 40%, rgba(var(--rgb_green), 0.7) 40%);
  display: -ms-grid;
  display: grid;
  place-content: center;
  line-height: 1.4;
  font-size: 1.4rem;
}
.index_map .map_img img {
  border-radius: 18px;
}
.index_map .clinic_info {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1.5rem auto 1rem;
}
.index_map .clinic_info p {
  margin: 0;
  letter-spacing: 0.1rem;
}
.index_map .clinic_info p:not(:first-of-type) {
  margin-top: 0.2rem;
}
.index_map .clinic_info p.-acs span {
  display: inline-block;
  margin: 0 1rem;
}
@media screen and (min-width: 48em), print {
  .index_map {
    margin-top: 0;
  }
  .index_map .map_img {
    padding-top: 7.5rem;
    width: 48rem;
    padding-right: 3.6rem;
    margin-top: -6rem;
  }
  .index_map .map_img .parking_acs {
    gap: 0 1.4rem;
  }
  .index_map .map_img .parking_acs > li.-parking {
    width: 9.5rem;
    height: 9.5rem;
    padding-bottom: 1.3rem;
  }
  .index_map .map_img .parking_acs > li.-parking .p {
    font-size: 7.2rem;
    line-height: 1;
    margin-right: -1.3rem;
  }
  .index_map .map_img .parking_acs > li.-acs {
    letter-spacing: 0.07rem;
    width: 12.7rem;
    height: 12.7rem;
    line-height: 1.3;
    font-size: 2.4rem;
  }
  .index_map .map_img img {
    border-radius: 36px;
  }
  .index_map .clinic_info {
    margin: 2rem auto 1rem;
  }
  .index_map .clinic_info p {
    margin: 0.2rem 0;
    letter-spacing: 0.15rem;
  }
  .index_map .clinic_info p.-acs span {
    margin: 0 2rem;
  }
}

.index_greeting {
  padding: 0rem 1rem 4rem;
  background: url("../img/index_greeting_bg.webp") top right 36%/auto 86.27vw repeat-y;
  position: relative;
  z-index: 0;
}
.index_greeting::after {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 258.81vw + 1rem);
  z-index: -1;
  bottom: -0.5rem;
  background-position: top left;
  background-size: 40vw auto;
  background-repeat: repeat;
}
@media screen and (min-width: 48em), print {
  .index_greeting::after {
    background-size: 30rem auto;
  }
}
.index_greeting::after {
  background-image: url("../img/bg_green.webp");
  left: 0;
  position: absolute;
}
.index_greeting .doctor_photo {
  position: relative;
  z-index: 0;
  width: 100%;
}
.index_greeting .doctor_photo::after {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  background: var(--clr_white);
  border-radius: 50px 400px 0 0;
  position: absolute;
  bottom: -0.2rem;
  left: 0;
  z-index: -1;
}
.index_greeting .doctor_photo img {
  width: 100%;
}
.index_greeting .doctor_photo .doctor_name {
  margin: 0;
  color: var(--clr_white);
  text-align: center;
  font-family: "Zen Maru Gothic", serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.55;
  -webkit-transform: rotate(34.72deg);
          transform: rotate(34.72deg);
  position: absolute;
  bottom: 1.6rem;
  left: 5rem;
}
.index_greeting .doctor_photo .doctor_name span {
  display: block;
  font-size: 1.2rem;
}
.index_greeting .greeting_box > section {
  background: var(--clr_white);
  border-radius: 0 0 50px 50px;
  padding: 2rem;
}
.index_greeting .greeting_box > section .greeting_tit02 {
  text-align: center;
  font-family: "Zen Maru Gothic", serif;
  font-style: normal;
  font-weight: 700;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.2rem;
  margin-bottom: 0.8rem;
  color: var(--clr_green);
  font-size: 1.7rem;
}
.index_greeting .greeting_box > section p {
  line-height: 1.7;
}
.index_greeting .greeting_box > section .greeting_tit03 {
  color: var(--clr_green);
  text-align: center;
  font-weight: 400;
  margin-bottom: 0.4rem;
  font-size: 1.4rem;
}
.index_greeting .greeting_box > section .lst_ul_disc {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.index_greeting .greeting_box > section .btn {
  margin-top: 1rem;
}
.index_greeting .greeting_box > section .clinic_photo {
  margin-top: 2rem;
}
.index_greeting .greeting_box > section .clinic_photo img {
  width: 90%;
  margin-inline: auto;
  border-radius: 16px;
}
@media screen and (min-width: 48em), print {
  .index_greeting {
    padding: 0;
    overflow: hidden;
    background: url("../img/index_greeting_bg.webp") top center/200rem auto no-repeat;
  }
  .index_greeting:after {
    width: 200rem;
    height: calc(100% - 63rem);
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .index_greeting .greeting_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 1200px;
    margin: 4rem auto 0;
  }
  .index_greeting .greeting_box .doctor_photo {
    width: 48.6rem;
    margin-left: -3rem;
  }
  .index_greeting .greeting_box .doctor_photo::after {
    width: 50%;
    height: 10rem;
    border-radius: 0;
    right: 0;
    left: auto;
    bottom: 0;
  }
  .index_greeting .greeting_box .doctor_photo .doctor_name {
    font-size: 1.5rem;
    line-height: 1.45;
    letter-spacing: 0.05rem;
    bottom: 3rem;
    left: 8rem;
  }
  .index_greeting .greeting_box .doctor_photo .doctor_name span {
    font-size: 1.8rem;
  }
  .index_greeting .greeting_box > section {
    width: 86.5rem;
    border-radius: 150px 55px 55px 0;
    padding: 4rem 5rem 5rem 11rem;
    margin-left: -12rem;
  }
  .index_greeting .greeting_box > section .greeting_tit02 {
    font-size: 3rem;
    line-height: 1.2;
    margin-bottom: 2.2rem;
    letter-spacing: 0.75rem;
  }
  .index_greeting .greeting_box > section .greeting_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .index_greeting .greeting_box > section .greeting_content > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .index_greeting .greeting_box > section .greeting_content .clinic_photo {
    margin-top: 0;
    width: 36rem;
  }
  .index_greeting .greeting_box > section .greeting_content .clinic_photo img {
    width: 100%;
    margin-inline: auto;
    border-radius: 24px;
  }
  .index_greeting .greeting_box > section .greeting_content > section {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .index_greeting .greeting_box > section .greeting_content > section .greeting_tit03 {
    margin: 2rem auto 1rem;
    font-size: 1.8rem;
    line-height: 1.2;
  }
  .index_greeting .greeting_box > section .greeting_content > section .lst_ul_disc {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .index_greeting .greeting_box > section .greeting_content .btn {
    margin-top: 3rem;
    min-width: 19rem;
  }
}

.index_apeal {
  position: relative;
  padding-top: 4.5rem;
  background: url("../img/icon_cloud.png") top 17rem right -2rem/10.5rem auto no-repeat, url("../img/icon_cloud.png") bottom 15rem left -4rem/10rem auto no-repeat;
}
.index_apeal::before, .index_apeal::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
}
.index_apeal::before {
  z-index: -3;
  background-position: top left;
  background-size: 40vw auto;
  background-repeat: repeat;
}
@media screen and (min-width: 48em), print {
  .index_apeal::before {
    background-size: 30rem auto;
  }
}
.index_apeal::before {
  background-image: url("../img/bg_cloud.webp");
  mask-image: url("../img/index_apeal_cloud.svg");
  mask-position: top center;
  mask-repeat: no-repeat;
  mask-size: 350% auto;
  -webkit-mask-image: url("../img/index_apeal_cloud.svg");
  -webkit-mask-position: top center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 350% auto;
  top: 1rem;
}
.index_apeal::after {
  background-position: top left;
  background-size: 40vw auto;
  background-repeat: repeat;
}
@media screen and (min-width: 48em), print {
  .index_apeal::after {
    background-size: 30rem auto;
  }
}
.index_apeal::after {
  background-image: url("../img/bg_green.webp");
  top: 0;
  z-index: -4;
}
.index_apeal .apeal_lst {
  margin: 0 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem 0;
}
.index_apeal .apeal_lst > li > section {
  background: var(--clr_white);
  border-radius: 60px 0 25px 25px;
  padding: 2rem;
  position: relative;
  margin-top: 18rem;
}
.index_apeal .apeal_lst > li > section::before, .index_apeal .apeal_lst > li > section::after {
  content: "";
  display: block;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  z-index: -1;
  pointer-events: none;
}
.index_apeal .apeal_lst > li > section::before {
  width: calc((100vw - 2.5rem) / 2);
  height: calc((100vw - 2.5rem) / 2);
  right: -0.25rem;
  top: -10rem;
}
.index_apeal .apeal_lst > li > section::after {
  width: 65vw;
  height: 65vw;
  top: -18rem;
  left: -1rem;
  z-index: -2;
}
.index_apeal .apeal_lst > li:nth-of-type(1) > section::before {
  background-image: url("../img/icon_point01.png");
}
.index_apeal .apeal_lst > li:nth-of-type(1) > section::after {
  background-image: url("../img/index_apeal01.webp");
}
.index_apeal .apeal_lst > li:nth-of-type(2) > section::before {
  background-image: url("../img/icon_point02.png");
}
.index_apeal .apeal_lst > li:nth-of-type(2) > section::after {
  background-image: url("../img/index_apeal02.webp");
}
.index_apeal .apeal_lst > li:nth-of-type(3) > section::before {
  background-image: url("../img/icon_point03.png");
}
.index_apeal .apeal_lst > li:nth-of-type(3) > section::after {
  background-image: url("../img/index_apeal03.webp");
}
.index_apeal .apeal_lst > li:nth-of-type(4) > section::before {
  background-image: url("../img/icon_point04.png");
}
.index_apeal .apeal_lst > li:nth-of-type(4) > section::after {
  background-image: url("../img/index_apeal04.webp");
}
.index_apeal .apeal_lst > li:nth-of-type(5) > section::before {
  background-image: url("../img/icon_point05.png");
}
.index_apeal .apeal_lst > li:nth-of-type(5) > section::after {
  background-image: url("../img/index_apeal05.webp");
}
.index_apeal .apeal_lst > li:nth-of-type(6) > section::before {
  background-image: url("../img/icon_point06.png");
}
.index_apeal .apeal_lst > li:nth-of-type(6) > section::after {
  background-image: url("../img/index_apeal06.webp");
}
.index_apeal .apeal_lst > li:nth-of-type(7) > section::before {
  background-image: url("../img/icon_point07.png");
}
.index_apeal .apeal_lst > li:nth-of-type(7) > section::after {
  background-image: url("../img/index_apeal07.webp");
}
.index_apeal .apeal_lst > li:nth-of-type(8) > section::before {
  background-image: url("../img/icon_point08.png");
}
.index_apeal .apeal_lst > li:nth-of-type(8) > section::after {
  background-image: url("../img/index_apeal08.webp");
}
.index_apeal .apeal_lst > li:nth-of-type(9) > section::before {
  background-image: url("../img/icon_point09.png");
}
.index_apeal .apeal_lst > li:nth-of-type(9) > section::after {
  background-image: url("../img/index_apeal09.webp");
}
.index_apeal .apeal_lst > li:nth-of-type(10) > section::before {
  background-image: url("../img/icon_point010.png");
}
.index_apeal .apeal_lst > li:nth-of-type(10) > section::after {
  background-image: url("../img/index_apeal010.webp");
}
.index_apeal .apeal_lst > li .apeal_tit03 {
  font-family: "Zen Maru Gothic", serif;
  font-style: normal;
  font-weight: 700;
  font-weight: 900;
  color: var(--clr_green);
  margin-bottom: 1rem;
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
  line-height: 1.2;
}
.index_apeal .apeal_lst > li .apeal_tit03 .att {
  color: var(--clr_red);
  font-size: 60%;
  margin-left: 0.3rem;
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
  display: inline-block;
}
.index_apeal .apeal_lst > li p {
  margin: 0;
  line-height: 1.7;
}
.index_apeal .apeal_lst > li .apreal_lnks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 1.5rem 1rem 0;
  gap: 1rem;
}
.index_apeal .apeal_lst > li .apreal_lnks > li a {
  font-size: 1.1rem;
  width: 100%;
  letter-spacing: 0.02rem;
  padding: 0.4rem 1.6rem;
}
.index_apeal .apeal_lst > li:nth-of-type(even) > section {
  border-radius: 0 60px 25px 25px;
}
.index_apeal .apeal_lst > li:nth-of-type(even) > section::before {
  right: auto;
  left: -0.25rem;
}
.index_apeal .apeal_lst > li:nth-of-type(even) > section::after {
  left: auto;
  right: -0.3rem;
}
.index_apeal .and_more {
  margin: 1.5rem auto 0;
}
.index_apeal .and_more .apeal_more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 0;
}
.index_apeal .and_more .apeal_more li {
  border-radius: 50%;
  background: var(--clr_white);
  font-family: "Zen Maru Gothic", serif;
  font-style: normal;
  font-weight: 700;
  font-weight: 900;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  display: -ms-grid;
  display: grid;
  place-content: center;
  width: var(--bg_size);
  height: var(--bg_size);
}
.index_apeal .and_more .apeal_more li:nth-of-type(1) {
  --bg_size: 16rem;
  -webkit-transform: translateX(-2rem);
          transform: translateX(-2rem);
  position: relative;
}
.index_apeal .and_more .apeal_more li:nth-of-type(1)::before {
  content: "";
  display: block;
  width: 10rem;
  height: 8rem;
  background: url("../img/icon_more.png") center center/contain no-repeat;
  position: absolute;
  top: -2.5rem;
  left: -2.5rem;
}
.index_apeal .and_more .apeal_more li:nth-of-type(1) {
  padding-bottom: 2.5rem;
}
.index_apeal .and_more .apeal_more li:nth-of-type(2) {
  --bg_size: 14.5rem;
  position: absolute;
  bottom: calc(var(--bg_size) * -1 + 6.5rem);
  right: calc(50% - var(--bg_size) + 1rem);
}
.index_apeal .and_more .apeal_more li:nth-of-type(3) {
  --bg_size: 13rem;
  position: absolute;
  bottom: calc(var(--bg_size) * -1 + 3.5rem);
  left: calc(50% - var(--bg_size));
  z-index: -1;
}
.index_apeal .and_more .apeal_more li span {
  display: block;
  text-align: center;
  line-height: 1.4;
  font-size: 1.5rem;
  color: var(--clr_gray_dark);
}
.index_apeal .and_more .apeal_more li span.txt_green {
  color: var(--clr_green);
}
.index_apeal .and_more .apeal_more li span.txt_large {
  font-size: 1.6rem;
}
.index_apeal .logo02 {
  padding: 15rem 1rem 0.5rem;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(70%, var(--clr_white)), to(var(--clr_white)));
  background: linear-gradient(to bottom, transparent, var(--clr_white) 70%, var(--clr_white));
}
@media screen and (min-width: 48em), print {
  .index_apeal {
    padding-top: 14.5rem;
    max-width: 200rem;
    margin-inline: auto;
    overflow: hidden;
    background: url("../img/icon_cloud.png") top 9rem right calc(50% - 84rem)/39.553rem auto no-repeat, url("../img/icon_flag.png") top 53.5rem left calc(50% - 56rem)/59.473rem auto no-repeat, url("../img/icon_cloud.png") top 145rem left calc(50% - 85rem)/39.553rem auto no-repeat, url("../img/icon_logo.webp") top 168rem right calc(50% - 76rem)/10.4rem auto no-repeat, url("../img/icon_cloud.png") top 178rem right calc(50% - 77.5rem)/39.553rem auto no-repeat, url("../img/icon_cloud.png") bottom 58rem left calc(50% - 80rem)/28.633rem auto no-repeat;
  }
  .index_apeal::before {
    mask-size: 212rem auto;
    -webkit-mask-size: 212rem auto;
    top: 7rem;
  }
  .index_apeal .apeal_lst {
    width: 1200px;
    margin: 2rem auto 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 3rem 4rem;
  }
  .index_apeal .apeal_lst > li {
    width: calc((100% - 4rem) / 2);
  }
  .index_apeal .apeal_lst > li > section {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    border-radius: 120px 0 50px 50px;
    padding: 2.5rem 4.5rem 3rem;
    margin-top: 40.3rem;
  }
  .index_apeal .apeal_lst > li > section::before {
    width: 29rem;
    height: 30rem;
    right: -0.1rem;
    top: -20.5rem;
  }
  .index_apeal .apeal_lst > li > section::after {
    width: 45.3rem;
    height: 45.3rem;
    top: -40rem;
    left: -1rem;
  }
  .index_apeal .apeal_lst > li > section .apeal_tit03 {
    margin-bottom: 1.7rem;
    font-size: 2.3rem;
    line-height: 1.2;
    letter-spacing: 0.3rem;
    min-height: 6rem;
    display: -ms-grid;
    display: grid;
    place-items: end center;
  }
  .index_apeal .apeal_lst > li > section .apeal_tit03 .att {
    font-size: 60%;
    margin-left: 0.3rem;
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
  }
  .index_apeal .apeal_lst > li > section .apreal_lnks {
    margin: 1.8rem 2rem 0;
    gap: 1rem 6rem;
  }
  .index_apeal .apeal_lst > li > section .apreal_lnks > li {
    width: calc((100% - 6rem) / 2);
  }
  .index_apeal .apeal_lst > li > section .apreal_lnks > li a {
    font-size: 2rem;
    padding: 0.3rem 1rem;
  }
  .index_apeal .apeal_lst > li:first-of-type {
    margin-left: calc(50% + 2rem);
  }
  .index_apeal .apeal_lst > li:nth-of-type(even) > section {
    border-radius: 0 120px 50px 50px;
    margin-top: 8rem;
  }
  .index_apeal .apeal_lst > li:nth-of-type(even) > section::before {
    left: -0.1rem;
  }
  .index_apeal .apeal_lst > li:nth-of-type(even) > section::after {
    right: -0.3rem;
  }
  .index_apeal .apeal_lst > li:nth-of-type(even):has(.and_more) {
    margin-top: -36rem;
  }
  .index_apeal .and_more {
    margin: 4rem auto 0;
    width: calc((100% - 4rem) / 2);
  }
  .index_apeal .and_more .apeal_more li:nth-of-type(1) {
    --bg_size: 24.6rem;
    padding-bottom: 5rem;
    -webkit-transform: translateX(-2rem);
            transform: translateX(-2rem);
  }
  .index_apeal .and_more .apeal_more li:nth-of-type(1)::before {
    width: 16rem;
    height: 13.9rem;
    top: -5rem;
    left: -4rem;
  }
  .index_apeal .and_more .apeal_more li:nth-of-type(2) {
    --bg_size: 22.4rem;
    bottom: calc(var(--bg_size) * -1 + 10rem);
    right: calc(50% - var(--bg_size) + 0.5rem);
  }
  .index_apeal .and_more .apeal_more li:nth-of-type(3) {
    --bg_size: 20.8rem;
    bottom: calc(var(--bg_size) * -1 + 7rem);
    left: calc(50% - var(--bg_size) + 1rem);
  }
  .index_apeal .and_more .apeal_more li span {
    line-height: 1.4;
    font-size: 2.4rem;
    letter-spacing: 0.3rem;
  }
  .index_apeal .and_more .apeal_more li span.txt_large {
    font-size: 2.6rem;
  }
  .index_apeal .logo02 {
    padding: 18rem 0 2rem;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(40%, var(--clr_white)), to(var(--clr_white)));
    background: linear-gradient(to bottom, transparent, var(--clr_white) 40%, var(--clr_white));
  }
  .index_apeal .logo02 img {
    margin-inline: auto;
  }
}

.index_treatments {
  overflow: hidden;
  background-position: top left;
  background-size: 40vw auto;
  background-repeat: repeat;
}
@media screen and (min-width: 48em), print {
  .index_treatments {
    background-size: 30rem auto;
  }
}
.index_treatments {
  background-image: url("../img/bg_brown.webp");
}
.index_treatments .toiro {
  font-family: "Baloo 2", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: var(--clr_white);
  padding: 1rem 0rem 3.8rem;
  text-align: center;
  font-size: 1.9rem;
  letter-spacing: 0.5rem;
}
.index_treatments > section {
  position: relative;
  z-index: 0;
  padding-bottom: 8rem;
}
.index_treatments > section::before, .index_treatments > section::after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
}
.index_treatments > section::before {
  height: 7rem;
  background-position: bottom left;
  background-size: 40vw auto;
  background-repeat: repeat;
}
@media screen and (min-width: 48em), print {
  .index_treatments > section::before {
    background-size: 30rem auto;
  }
}
.index_treatments > section::before {
  background-image: url("../img/bg_yellow.webp");
  -webkit-mask-image: url("../img/index_treatmens_top.svg");
          mask-image: url("../img/index_treatmens_top.svg");
  mask-position: bottom center;
  mask-repeat: no-repeat;
  mask-size: 100% auto;
  -webkit-mask-image: url("../img/index_treatments_top.svg");
  -webkit-mask-position: bottom center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% auto;
  top: -4.5rem;
}
.index_treatments > section::after {
  background-position: top left;
  background-size: 40vw auto;
  background-repeat: repeat;
}
@media screen and (min-width: 48em), print {
  .index_treatments > section::after {
    background-size: 30rem auto;
  }
}
.index_treatments > section::after {
  background-image: url("../img/bg_yellow.webp");
  height: 100%;
  bottom: 0;
}
.index_treatments .treat_tit {
  margin: 0 2rem;
}
.index_treatments .symptoms_lst {
  margin: 4rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5rem 1rem;
}
.index_treatments .symptoms_lst > li {
  width: calc((100% - 1rem) / 2);
  aspect-ratio: 46/35;
}
.index_treatments .symptoms_lst > li span {
  height: 100%;
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
  font-family: "Zen Maru Gothic", serif;
  font-style: normal;
  font-weight: 700;
  font-weight: 900;
  color: var(--clr_green);
  display: -ms-grid;
  display: grid;
  place-content: center;
  text-align: center;
  font-size: 1.3rem;
  letter-spacing: 0.15rem;
  line-height: 1.2;
  padding: 3.5rem 0 2rem;
  position: relative;
}
.index_treatments .symptoms_lst > li span::before {
  content: "";
  display: block;
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.index_treatments .symptoms_lst > li.words span {
  background-image: url("../img/icon_words.png");
}
.index_treatments .symptoms_lst > li.words span::before {
  background-image: url("../img/icon_words_deco.png");
  top: -2.5rem;
  left: -2rem;
  width: 5rem;
  height: 4.5rem;
}
.index_treatments .symptoms_lst > li.anxious span {
  background-image: url("../img/icon_anxious.png");
}
.index_treatments .symptoms_lst > li.anxious span::before {
  background-image: url("../img/icon_anxious_deco.png");
  top: -2.5rem;
  left: -1.5rem;
  width: 4.5rem;
  height: 4.5rem;
}
.index_treatments .symptoms_lst > li.trouble span {
  background-image: url("../img/icon_trouble.png");
}
.index_treatments .symptoms_lst > li.trouble span::before {
  background-image: url("../img/icon_trouble_decoL.png");
  top: -2.5rem;
  left: -1.5rem;
  width: 3.5rem;
  height: 4.5rem;
}
.index_treatments .symptoms_lst > li.trouble span::after {
  content: "";
  display: block;
  background: url("../img/icon_trouble_decoR.png") center center/contain no-repeat;
  top: -4.5rem;
  right: -2rem;
  width: 5rem;
  height: 5.5rem;
  position: absolute;
}
.index_treatments .symptoms_lst > li.concentration span {
  background-image: url("../img/icon_concentration.png");
}
.index_treatments .symptoms_lst > li.concentration span::before {
  background-image: url("../img/icon_concentration_deco.png");
  top: -3.5rem;
  left: -1rem;
  width: 3.5rem;
  height: 7rem;
}
.index_treatments .symptoms_lst > li.group span {
  background-image: url("../img/icon_group.png");
}
.index_treatments .symptoms_lst > li.group span::before {
  background-image: url("../img/icon_group_deco.png");
  top: -2.5rem;
  right: -1rem;
  width: 3rem;
  height: 3rem;
}
.index_treatments .symptoms_lst > li.study span {
  background-image: url("../img/icon_study.png");
}
.index_treatments .symptoms_lst > li.study span::before {
  background-image: url("../img/icon_study_deco.png");
  top: -1.5rem;
  right: -3rem;
  width: 4.5rem;
  height: 4rem;
}
.index_treatments .symptoms_lst > li.school span {
  background-image: url("../img/icon_school.png");
}
.index_treatments .symptoms_lst > li.insomnia span {
  background-image: url("../img/icon_insomnia.png");
}
.index_treatments .symptoms_lst > li.tantrum span {
  background-image: url("../img/icon_tantrum.png");
}
.index_treatments .symptoms_lst > li.tantrum span::before {
  background-image: url("../img/icon_tantrum_deco.png");
  top: -4.5rem;
  right: -2rem;
  width: 7.5rem;
  height: 5rem;
}
.index_treatments .symptoms_lst > li:first-child {
  width: 100%;
  aspect-ratio: 92/35;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.index_treatments .symptoms_lst > li:first-child > span {
  width: calc((100% - 1rem) / 2);
}
.index_treatments .treatments_lst {
  margin: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}
.index_treatments .treatments_lst > li {
  width: calc((100% - 1rem) / 2);
}
.index_treatments .treatments_lst > li a {
  display: -ms-grid;
  display: grid;
  place-content: center;
  text-align: center;
  line-height: 1.2;
  padding: 0.5rem;
  min-height: 4.5rem;
  letter-spacing: 0.05rem;
  width: 100%;
  height: 100%;
  color: var(--clr_green);
  font-family: "Zen Maru Gothic", serif;
  font-style: normal;
  font-weight: 700;
  font-weight: 900;
  background: url("../img/bg_treatments_lst.png") center/100% 100% no-repeat;
}
@media screen and (min-width: 48em), print {
  .index_treatments {
    max-width: 200rem;
    margin-inline: auto;
  }
  .index_treatments .toiro {
    padding: 1rem 0rem 7rem;
    font-size: 4rem;
    letter-spacing: 2.8rem;
    width: 1200px;
    margin-inline: auto;
  }
  .index_treatments > section {
    padding-bottom: 42rem;
  }
  .index_treatments > section::before {
    width: 200rem;
    height: 39rem;
    top: -8.5rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .index_treatments > section::after {
    height: calc(100% - 30rem);
  }
  .index_treatments .treat_tit {
    margin: 4.5rem 2rem 0;
    letter-spacing: 0.18rem;
    text-align: center;
  }
  .index_treatments .symptoms_lst {
    width: 1200px;
    margin: 12rem auto 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.5rem 1rem;
  }
  .index_treatments .symptoms_lst > li {
    width: 23rem;
    height: 17.5rem;
    aspect-ratio: inherit;
  }
  .index_treatments .symptoms_lst > li span {
    text-align: center;
    font-size: 2.4rem;
    line-height: 1.35;
    padding: 5rem 0 2rem;
    letter-spacing: 0.3rem;
  }
  .index_treatments .symptoms_lst > li.words {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin-left: 2rem;
  }
  .index_treatments .symptoms_lst > li.words span::before {
    top: -5rem;
    left: -4rem;
    width: 8.4rem;
    height: 6.8rem;
  }
  .index_treatments .symptoms_lst > li.anxious {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .index_treatments .symptoms_lst > li.anxious span::before {
    top: -4rem;
    left: -5.5rem;
    width: 8.8rem;
    height: 7.66rem;
  }
  .index_treatments .symptoms_lst > li.trouble {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .index_treatments .symptoms_lst > li.trouble span::before {
    top: -4.5rem;
    left: 1.5rem;
    width: 5.6rem;
    height: 6.3rem;
  }
  .index_treatments .symptoms_lst > li.trouble span::after {
    top: -6.5rem;
    right: -1rem;
    width: 7.1rem;
    height: 8rem;
  }
  .index_treatments .symptoms_lst > li.concentration {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .index_treatments .symptoms_lst > li.concentration span::before {
    top: -6rem;
    left: -2rem;
    width: 5.8rem;
    height: 12.2rem;
  }
  .index_treatments .symptoms_lst > li.group {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-right: 2rem;
  }
  .index_treatments .symptoms_lst > li.group span::before {
    top: -4rem;
    right: -4rem;
    width: 5.2rem;
    height: 5.2rem;
  }
  .index_treatments .symptoms_lst > li.study {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .index_treatments .symptoms_lst > li.study span::before {
    top: -0.5rem;
    right: -5rem;
    width: 6.9rem;
    height: 5.4rem;
  }
  .index_treatments .symptoms_lst > li.school {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .index_treatments .symptoms_lst > li.insomnia {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .index_treatments .symptoms_lst > li.tantrum {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .index_treatments .symptoms_lst > li.tantrum span::before {
    top: -8.5rem;
    right: -3.5rem;
    width: 12.2rem;
    height: 8.86rem;
  }
  .index_treatments .symptoms_lst > li:first-child {
    width: 23rem;
    height: 17.5rem;
    aspect-ratio: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .index_treatments .symptoms_lst > li:first-child > span {
    width: 100%;
  }
  .index_treatments .treatments_lst {
    width: 1200px;
    margin: 6.5rem auto 2rem;
    gap: 1rem 0.5rem;
  }
  .index_treatments .treatments_lst > li {
    width: calc((100% - 2.5rem) / 5);
  }
  .index_treatments .treatments_lst > li a {
    line-height: 1.2;
    min-height: 8.3rem;
    letter-spacing: 0.05rem;
    font-size: 2.1rem;
  }
  .index_treatments .treatments_lst > li a:hover {
    opacity: 0.8;
  }
}

.index_reception {
  padding-top: 6rem;
  margin-top: -8rem;
}
.index_reception .top_tit02 {
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
.index_reception .bg_gray {
  position: relative;
  padding-top: 2rem;
  z-index: 0;
}
.index_reception .bg_gray::before, .index_reception .bg_gray::after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
}
.index_reception .bg_gray::before {
  height: 19rem;
  background-position: bottom left;
  background-size: 40vw auto;
  background-repeat: repeat;
}
@media screen and (min-width: 48em), print {
  .index_reception .bg_gray::before {
    background-size: 30rem auto;
  }
}
.index_reception .bg_gray::before {
  background-image: url("../img/bg_gray.webp");
  mask-image: url("../img/index_reception_top.svg");
  mask-position: bottom center;
  mask-repeat: no-repeat;
  mask-size: 200% auto;
  -webkit-mask-image: url("../img/index_reception_top.svg");
  -webkit-mask-position: bottom center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 200% auto;
  top: -17.5rem;
}
.index_reception .bg_gray::after {
  background-position: top left;
  background-size: 40vw auto;
  background-repeat: repeat;
}
@media screen and (min-width: 48em), print {
  .index_reception .bg_gray::after {
    background-size: 30rem auto;
  }
}
.index_reception .bg_gray::after {
  background-image: url("../img/bg_gray.webp");
  height: 100%;
  bottom: 0;
}
.index_reception .bg_brown {
  background-position: top left;
  background-size: 40vw auto;
  background-repeat: repeat;
}
@media screen and (min-width: 48em), print {
  .index_reception .bg_brown {
    background-size: 30rem auto;
  }
}
.index_reception .bg_brown {
  background-image: url("../img/bg_brown.webp");
  padding-bottom: 4rem;
}
.index_reception .bg_brown::before {
  margin-bottom: 3rem;
  content: "";
  display: block;
  width: 100%;
  height: 1rem;
  background: var(--clr_white);
}
.index_reception .bg_pink02 {
  background-position: top left;
  background-size: 40vw auto;
  background-repeat: repeat;
}
@media screen and (min-width: 48em), print {
  .index_reception .bg_pink02 {
    background-size: 30rem auto;
  }
}
.index_reception .bg_pink02 {
  background-image: url("../img/bg_pink02.webp");
  position: relative;
  padding: 1.5rem 0 50vw;
}
.index_reception .bg_pink02::before {
  content: "";
  display: block;
  width: 100%;
  height: 5rem;
  position: absolute;
  left: 0;
  top: -4.5rem;
  background: url("../img/bg_pink02_top.webp") bottom left/38.13% auto repeat-x;
}
.index_reception .process_dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 1rem 0 0.5rem;
}
.index_reception .process_dl > dt {
  margin-bottom: 1.5rem;
}
.index_reception .process_dl > dd {
  font-weight: 400;
  margin-bottom: 3rem;
}
.index_reception .process_dl {
  --clr_main: var(--clr_green);
  --clr_sub: rgba(var(--rgb_green),0.7);
  --clr_tit: var(--clr_green_dark02);
  --clr_tit02: var(--clr_green);
}
.index_reception .process_dl.-brown {
  --clr_main: var(--clr_brown);
  --clr_sub: rgba(var(--rgb_brown),0.7);
  --clr_tit: var(--clr_brown);
  --clr_tit02: var(--clr_brown);
}
.index_reception .process_dl.-red {
  --clr_main: var(--clr_red);
  --clr_sub: rgba(var(--rgb_red),0.7);
  --clr_tit: var(--clr_red_dark);
  --clr_tit02: var(--clr_red_dark);
}
.index_reception .process_dl p {
  margin: 0;
}
.index_reception .process_dl > dt {
  width: 5em;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.2rem;
}
.index_reception .process_dl > dt .num_tit {
  font-family: "Zen Maru Gothic", serif;
  font-style: normal;
  font-weight: 700;
  font-weight: 900;
  color: var(--clr_tit);
  line-height: 1.25;
  margin-bottom: 0.6rem;
}
.index_reception .process_dl > dt .num {
  display: -ms-grid;
  display: grid;
  place-items: center;
  line-height: 1;
  border-radius: 50%;
  background: var(--clr_main);
  color: var(--clr_white);
  font-family: "Baloo 2", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
  width: 1.4em;
  height: 1.4em;
  margin: 0.3rem auto;
  -webkit-box-shadow: 0 0 0 0.3rem var(--clr_sub);
          box-shadow: 0 0 0 0.3rem var(--clr_sub);
}
.index_reception .process_dl > dt::after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background-image: radial-gradient(ellipse 0.9rem 1.2rem, var(--clr_main) 2px, transparent 2px);
  background-position: center top;
  background-repeat: space;
  background-size: 1rem 1.2rem;
  border-radius: 50%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-inline: auto;
}
.index_reception .process_dl > dt.border_long {
  margin-bottom: 0;
}
.index_reception .process_dl > dt.border_none::after {
  content: none;
}
.index_reception .process_dl > dd {
  width: calc(100% - 5em - 0.5rem);
}
.index_reception .process_dl > dd .process_txt {
  margin: 0;
  text-align: center;
  line-height: 1.4;
}
.index_reception .process_dl > dd .process_box {
  background: var(--clr_white);
  border-radius: 20px;
  padding: 1.5rem;
}
.index_reception .process_dl > dd .process_box.-double {
  border-radius: 10px;
  padding: 1rem;
  margin: 4px 0;
  border: 4px solid var(--clr_main);
  -webkit-box-shadow: 0 0 0 4px var(--clr_sub);
          box-shadow: 0 0 0 4px var(--clr_sub);
}
.index_reception .process_dl > dd .process_box .box_tit {
  text-align: center;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0.8rem;
  font-size: 1.25rem;
}
.index_reception .process_dl > dd .process_box .process_tit {
  font-family: "Zen Maru Gothic", serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.45rem;
  color: var(--clr_main);
  margin-bottom: 0.4rem;
}
.index_reception .process_dl > dd .process_box .btn {
  min-width: 65%;
  margin-top: 0.8rem;
  position: relative;
}
.index_reception .process_dl > dd .process_box .first_visit .form_btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.index_reception .process_dl > dd .process_box .process_content > dt {
  color: var(--clr_tit02);
  font-family: "Zen Maru Gothic", serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.45rem;
  margin-bottom: 0.5rem;
}
.index_reception .process_dl > dd .process_box .process_content > dt span {
  display: block;
  margin-top: 0.4rem;
}
.index_reception .process_dl > dd .process_box .process_content > dd .process_lst > dt {
  font-weight: 700;
  font-size: 1.3rem;
  margin-bottom: 0.2rem;
  color: var(--clr_green_dark);
}
.index_reception .process_dl > dd .process_box .process_content > dd .process_lst > dd p ~ p {
  margin-top: 1rem;
}
.index_reception .process_dl > dd .process_box .process_content > dd .process_lst > dd ~ dt {
  margin-top: 1.5rem;
}
.index_reception .process_dl > dd .process_box .process_content > dd .process_lst.-red > dt {
  color: var(--clr_red_dark03);
}
.index_reception .process_dl > dd .process_box .process_content > dd .process_lst.-red > dd .lst_ul > li::before {
  color: var(--clr_sub);
}
.index_reception .process_dl > dd .process_box .process_content > dd ~ dt {
  margin-top: 1.5rem;
}
.index_reception .process_dl > dd .reception_lnk {
  color: var(--clr_main);
}
.index_reception .process_dl > dd .reception_lnk::before {
  content: "＞";
}
.index_reception .process_dl > dd .reception_lnk:hover {
  opacity: 0.7;
}
.index_reception .process_dl > dd.borderB {
  position: relative;
}
.index_reception .process_dl > dd.borderB::after {
  content: "";
  display: block;
  width: 100vw;
  height: 1rem;
  position: absolute;
  bottom: -2rem;
  right: -1rem;
  background-image: radial-gradient(ellipse 1.4rem 1.1rem, var(--clr_white) 4px, transparent 4px);
  background-position: center bottom;
  background-repeat: repeat-x;
  background-size: 1.4rem 1.1rem;
}
.index_reception .info_box_lst {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  padding: 1rem 2rem;
}
.index_reception .info_box {
  padding: 1.5rem 0 2rem;
  --clr_main: var(--clr_green);
  --clr_bg: rgba(var(--rgb_green),0.5);
  background: linear-gradient(315deg, transparent 2rem, var(--clr_bg) 2rem);
  border-radius: 10px;
  position: relative;
}
.index_reception .info_box.-beige {
  --clr_main: var(--clr_beige);
  --clr_bg: rgba(var(--rgb_beige),0.5);
}
.index_reception .info_box.-beige .lst_ul > li::before {
  color: var(--clr_beige);
}
.index_reception .info_box::after {
  content: "";
  display: block;
  width: 2.828rem;
  height: 2.828rem;
  background: linear-gradient(315deg, transparent 50%, var(--clr_main) 50%);
  border-radius: 15px 0 0 0;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.index_reception .info_box dt {
  color: var(--clr_white);
  font-family: "Zen Maru Gothic", serif;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  font-size: 1.6rem;
  background: var(--clr_main);
  padding: 0.3rem 1rem;
}
.index_reception .info_box dd {
  padding: 1rem 2rem 0;
  font-weight: 400;
}
@media screen and (min-width: 48em), print {
  .index_reception {
    padding-top: 8rem;
    max-width: 200rem;
    margin-inline: auto;
    overflow: hidden;
    margin-top: -40rem;
  }
  .index_reception .bg_gray {
    background: none;
    padding: 2rem 0 4rem;
  }
  .index_reception .bg_gray .process_dl > dd:last-of-type {
    margin-bottom: 4rem;
  }
  .index_reception .bg_gray::before {
    width: 200rem;
    height: 55rem;
    mask-size: 100% auto;
    -webkit-mask-size: 100% auto;
    top: -26.8rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .index_reception .bg_gray::after {
    width: 200rem;
    height: calc(100% - 20.8rem);
  }
  .index_reception .bg_brown {
    padding-bottom: 10rem;
  }
  .index_reception .bg_brown::before {
    margin-bottom: 3rem;
    height: 1.3rem;
  }
  .index_reception .bg_pink02 {
    padding: 1.5rem 0 40rem;
  }
  .index_reception .bg_pink02::before {
    top: -9.6rem;
    height: 10.1rem;
    background: url("../img/bg_pink02_top.webp") bottom left/28.6rem auto repeat-x;
  }
  .index_reception .process_dl {
    width: 98.9rem;
    margin-inline: auto;
    padding: 0;
  }
  .index_reception .process_dl > dt {
    margin-bottom: 2rem;
  }
  .index_reception .process_dl > dd {
    margin-bottom: 5rem;
  }
  .index_reception .process_dl:has(.process_lst) > dd {
    margin-bottom: 9rem;
  }
  .index_reception .process_dl > dt {
    width: calc(100% - 81rem);
    gap: 0.2rem;
  }
  .index_reception .process_dl > dt .num_tit {
    line-height: 1.25;
    margin-bottom: 2rem;
    font-size: 3rem;
    letter-spacing: 0.4rem;
  }
  .index_reception .process_dl > dt .num {
    font-size: 7rem;
    width: 7.4rem;
    height: 7.4rem;
    margin: 1rem auto;
    -webkit-box-shadow: 0 0 0 1rem var(--clr_sub);
            box-shadow: 0 0 0 1rem var(--clr_sub);
  }
  .index_reception .process_dl > dt::after {
    width: 1.5rem;
    background-image: radial-gradient(ellipse 1.5rem 2rem, var(--clr_main) 3px, transparent 3px);
    background-size: 1rem 2rem;
    margin: 1rem auto 0.2rem;
  }
  .index_reception .process_dl > dt.pc-border_long {
    margin-bottom: 0;
  }
  .index_reception .process_dl > dt:has(> span.num_tit) + dd {
    margin-top: 4rem;
  }
  .index_reception .process_dl > dd {
    width: 81rem;
  }
  .index_reception .process_dl > dd .process_txt {
    line-height: 1.5;
  }
  .index_reception .process_dl > dd .process_box {
    border-radius: 40px;
    padding: 3rem 3.5rem 3rem 1rem;
  }
  .index_reception .process_dl > dd .process_box.-double {
    border-radius: 20px;
    padding: 2rem 4.5rem;
    margin: 9px;
    border: 9px solid var(--clr_main);
    -webkit-box-shadow: 0 0 0 9px var(--clr_sub);
            box-shadow: 0 0 0 9px var(--clr_sub);
  }
  .index_reception .process_dl > dd .process_box .box_tit {
    font-size: 2.2rem;
    margin-bottom: 1.4rem;
    letter-spacing: 0.3rem;
  }
  .index_reception .process_dl > dd .process_box .process_tit {
    width: calc(100% - 55.2rem);
    font-size: 3rem;
    margin-bottom: 1.5rem;
    text-align: center;
  }
  .index_reception .process_dl > dd .process_box .btn {
    min-width: 27.5rem;
    margin-top: 3rem;
  }
  .index_reception .process_dl > dd .process_box .process_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 3.5rem 0;
  }
  .index_reception .process_dl > dd .process_box .process_content > dt {
    font-size: 3rem;
    margin-top: 0.2rem;
    line-height: 1.2;
    width: calc(100% - 58rem);
    text-align: center;
    letter-spacing: 0.5rem;
  }
  .index_reception .process_dl > dd .process_box .process_content > dt span {
    margin-top: 3rem;
  }
  .index_reception .process_dl > dd .process_box .process_content > dt ~ dt {
    margin-top: 0.2rem;
  }
  .index_reception .process_dl > dd .process_box .process_content > dd {
    width: 57rem;
  }
  .index_reception .process_dl > dd .process_box .process_content > dd .process_lst > dt {
    font-size: 2.1rem;
    margin-bottom: 0rem;
    letter-spacing: 0.2rem;
  }
  .index_reception .process_dl > dd .process_box .process_content > dd .process_lst > dt ~ dt {
    margin-top: 4.5rem;
  }
  .index_reception .process_dl > dd .process_box .process_content > dd .process_lst > dd p ~ p {
    margin-top: 3.5rem;
  }
  .index_reception .process_dl > dd.borderB::after {
    width: 200rem;
    height: 1rem;
    bottom: -3rem;
    right: -50.55rem;
    margin: 0 auto;
    background-image: radial-gradient(ellipse 1.4rem 1.1rem, var(--clr_white) 5px, transparent 5px);
    background-position: center bottom;
    background-repeat: repeat-x;
    background-size: 2rem 1.1rem;
  }
  .index_reception .info_box_lst {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 6rem 12rem;
    padding: 0rem 0 1rem;
  }
  .index_reception .info_box {
    width: 37.6rem;
    padding: 1.5rem 0 3.5rem;
    background: linear-gradient(315deg, transparent 3rem, var(--clr_bg) 3rem);
    border-radius: 18px;
  }
  .index_reception .info_box::after {
    width: 4.242rem;
    height: 4.242rem;
    border-radius: 20px 0 0 0;
  }
  .index_reception .info_box dt {
    font-size: 3rem;
    padding: 0.3rem 1rem;
    letter-spacing: 0.4rem;
  }
  .index_reception .info_box dd {
    padding: 1rem 3.5rem 0;
    letter-spacing: 0.2rem;
  }
}

.pr065em {
  padding-right: 0.65em;
}

body:not(.index) {
  background: url("../img/icon_cloud02.png") top 32rem right 0/7rem auto no-repeat, url("../img/icon_cloud.png") top 39rem left -2rem/12rem auto no-repeat, url("../img/bg_low.webp") top left/40vw auto repeat;
}
body:not(.index) .main {
  padding: 0 1rem 50vw;
}
body:not(.index) .main a:not([class*=btn], [href*="tel:"], [class*=rsv]) {
  text-decoration: underline;
  text-underline-offset: 4px;
  color: var(--clr_green_dark02);
}
body:not(.index) .main a:not([class*=btn], [href*="tel:"], [class*=rsv]):hover {
  color: var(--clr_brown_light02);
}
@media screen and (min-width: 48em), print {
  body:not(.index) {
    max-width: 200rem;
    margin-inline: auto;
    background: url("../img/icon_cloud02.png") top 55rem right calc(50% - 80rem)/26.6rem auto no-repeat, url("../img/icon_cloud.png") top 65rem left calc(50% - 90rem)/32.4rem auto no-repeat, url("../img/icon_logo.webp") top 179rem right calc(50% - 80rem)/10.4rem auto no-repeat, url("../img/icon_cloud.png") top 188.8rem right calc(50% - 80rem)/39.5rem auto no-repeat, url("../img/icon_cloud.png") top 210rem left calc(50% - 80rem)/21.5rem auto no-repeat, url("../img/bg_low.webp") top left/30rem auto repeat;
  }
  body:not(.index) .main {
    width: 1200px;
    margin: 0 auto 8rem;
    padding: 0 0 50rem;
  }
  body:not(.index) .main a:not([class*=btn], [href*="tel:"], [class*=rsv]) {
    text-underline-offset: 6px;
  }
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.1rem;
  margin: 0 1rem 4rem;
  white-space: nowrap;
  overflow-x: scroll;
}
.breadcrumb li {
  font-weight: 500;
}
.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_dark02);
  text-decoration: none !important;
}

@media screen and (min-width: 48em), print {
  .breadcrumb {
    font-size: 1.6rem;
    margin: 0 3rem 3rem;
    white-space: inherit;
    overflow-x: inherit;
    width: calc(1200px - 10rem);
    margin: 1rem auto 3rem;
  }
  .breadcrumb li {
    font-size: 1.6rem;
  }
  .breadcrumb li:not(:first-child)::before {
    margin: 0 0.8rem;
  }
  .breadcrumb li a:hover {
    text-decoration: underline !important;
  }
}
.staff .dr_introduction .dr_img {
  margin: 1rem auto;
}
.staff .dr_introduction .dr_img img {
  width: 60%;
  margin-inline: auto;
  border-radius: 7px;
}
.staff .dr_introduction .dr_name {
  text-align: right;
}
.staff .dr_introduction .dr_name span {
  display: block;
}
@media screen and (min-width: 48em), print {
  .staff .dr_introduction {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .staff .dr_introduction .dr_img {
    margin: 0;
    width: 25%;
    height: auto;
  }
  .staff .dr_introduction .dr_img img {
    width: 100%;
    border-radius: 10px;
  }
  .staff .dr_introduction .dr_message {
    width: calc(75% - 6rem);
  }
}

.gallery {
  width: 85%;
  margin: auto;
  visibility: hidden;
}
.gallery .gallery_slider div {
  position: relative;
  border-radius: 7px;
  overflow: hidden;
}
.gallery .gallery_slider div .cap {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  padding: 0.4rem;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 100%;
  margin: 0;
  color: var(--clr_green);
}
.gallery .gallery_slider div .slick-current .cap {
  opacity: 1;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  background: rgba(var(--rgb_white), 0.8);
}
.gallery .gallery_slider div:first-child .cap {
  -webkit-transition-delay: 0s;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: 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: "\e4a2";
  color: var(--clr_green);
  font-size: 2.2rem;
}
.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: "\e4a1";
}
.gallery .gallery_slider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin: 0.5rem auto 0.8rem;
}
.gallery .gallery_slider .slick-dots li {
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 0.2rem;
}
.gallery .gallery_slider .slick-dots li button {
  padding: 50%;
  display: block;
  font-size: 0;
  cursor: pointer;
  opacity: 0.25;
  border-radius: 50%;
  background: var(--clr_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;
  border-radius: 5px;
}
.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;
  }
  .gallery .gallery_slider {
    font-size: 1.6em;
  }
  .gallery .gallery_slider div {
    border-radius: 10px;
  }
  .gallery .gallery_slider .slick-arrow {
    width: 5rem;
    height: 5rem;
    top: 43%;
  }
  .gallery .gallery_slider .slick-arrow::before {
    font-size: 5rem;
  }
  .gallery .gallery_slider .slick-arrow.slick-next {
    right: -6rem;
  }
  .gallery .gallery_slider .slick-arrow.slick-prev {
    left: -6rem;
  }
  .gallery .gallery_slider .slick-dots {
    bottom: 5rem;
    margin: 1rem auto 1.4rem;
  }
  .gallery .gallery_slider .slick-dots li {
    width: 1.4rem;
    height: 1.4rem;
    margin: 0 0.6rem;
  }
  .gallery .gallery_thum {
    width: calc(100% + 0.6rem);
  }
  .gallery .gallery_thum .slick-track .slick-slide div img {
    cursor: pointer;
    border: 4px solid transparent;
    border-radius: 7px;
  }
  .gallery .gallery_thum .slick-track .slick-slide.slick-current div img {
    border: 4px solid var(--clr_green);
  }
}
.gallery_lst {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.5rem;
}
.gallery_lst > li img {
  width: 85%;
  margin-inline: auto;
  border-radius: 7px;
}
.gallery_lst > li img.vertical {
  width: 60%;
}
.gallery_lst > li .gallery_tit {
  text-align: center;
  font-family: "Zen Maru Gothic", serif;
  font-style: normal;
  font-weight: 700;
  color: var(--clr_green);
  font-size: 1.5rem;
  margin: 1rem 0 0;
  line-height: 1.35;
}
.gallery_lst > li p {
  margin: 1rem 0 0;
}
@media screen and (min-width: 48em), print {
  .gallery_lst {
    gap: 6rem;
  }
  .gallery_lst > li {
    width: calc((100% - 6rem) / 2);
  }
  .gallery_lst > li img {
    width: 100%;
    border-radius: 10px;
  }
  .gallery_lst > li img.vertical {
    width: auto;
    height: 38rem;
  }
  .gallery_lst > li .gallery_tit {
    font-size: 2.4rem;
    margin-top: 2rem;
  }
}

.box_signature {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: 0;
}

.access .main {
  padding-bottom: 2rem !important;
}
.access .main .map_img img {
  border-radius: 20px;
}
.access .main .gmap {
  height: 30rem;
  margin: 2rem 0;
}
.access .main .gmap iframe {
  border-radius: 20px;
}
@media screen and (min-width: 48em), print {
  .access .main {
    padding-bottom: 6rem !important;
  }
  .access .main .map_img img {
    width: 100%;
    border-radius: 30px;
  }
  .access .main .gmap {
    margin: 0;
    height: 37.605rem;
  }
  .access .main .gmap iframe {
    border-radius: 30px;
  }
}

.recruit .img_mail {
  display: inline-block;
  width: auto;
  height: 1.2em;
  position: relative;
  top: 0.2em;
}
.bnr_influ {
  width: 100%;
  margin: 3rem auto 0;
  text-align: center;
}
.bnr_influ a {
  display: inline-block;
}
.bnr_influ img {
  display: block;
  margin: 1rem auto 0;
}
/*# sourceMappingURL=style.css.map */