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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

h5, h6 {
  margin: 0;
}

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

p {
  margin: 1em 0;
}

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

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

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

:root {
  --clr_txt: #3A3A3A;
  --rgb_txt: 58, 58, 58;
  --clr_border: #CCCCCC;
  --rgb_border: 204, 204, 204;
  --clr_shadow: #000;
  --rgb_shadow: 0, 0, 0;
  --clr_white: #fff;
  --rgb_white: 255, 255, 255;
  --clr_navy: #224F82;
  --rgb_navy: 34, 79, 130;
  --clr_navy_light: #E8EEF5;
  --rgb_navy_light: 232, 238, 245;
  --clr_navy_light02: #4C7AAE;
  --rgb_navy_light02: 76, 122, 174;
  --clr_navy_light03: #D7E0E8;
  --rgb_navy_light03: 215, 224, 232;
  --clr_navy_light04: #97BCD8;
  --rgb_navy_light04: 151, 188, 216;
  --clr_navy_light05: #B0C6DE;
  --rgb_navy_light05: 176, 198, 222;
  --clr_navy_light06: #4D7CB0;
  --rgb_navy_light06: 77, 124, 176;
  --clr_navy_dark: #005B9A;
  --rgb_navy_dark: 0, 91, 154;
  --clr_navy_dark02: #215B9C;
  --rgb_navy_dark02: 33, 91, 156;
  --clr_green: #2D9EB5;
  --rgb_green: 45, 158, 181;
  --clr_green_light: #25BEDE;
  --rgb_green_light: 37, 190, 222;
  --clr_green_light02: #A0D9E5;
  --rgb_green_light02: 160, 217, 229;
  --clr_green_light03: #DEF3F8;
  --rgb_green_light03: 222, 243, 248;
  --clr_green_light04: #E1FAFF;
  --rgb_green_light04: 225, 250, 255;
  --clr_blue: #3278C8;
  --rgb_blue: 50, 120, 200;
  --clr_blue_light: #EAF0F8;
  --rgb_blue_light: 234, 240, 248;
  --clr_blue_light02: #D2E7F9;
  --rgb_blue_light02: 210, 231, 249;
  --clr_gray: #707070;
  --rgb_gray: 112, 112, 112;
  --clr_gray_dark: #3D3D3D;
  --rgb_gray_dark: 61, 61, 61;
  --clr_gray_dark02: #363636;
  --rgb_gray_dark02: 54, 54, 54;
  --anime-opacity: 1;
}

@font-face {
  font-family: "fontello";
  src: url("fontello/font/fontello.woff2") format("woff2");
  font-display: fallback;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2); /* 拡大率 */
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade02 {
  0% {
    opacity: 0.8;
    filter: blur(4px);
  }
  100% {
    opacity: 1;
    filter: inherit;
  }
}
@keyframes fade03 {
  0% {
    opacity: 0;
    filter: blur(4px);
  }
  100% {
    opacity: 1;
    filter: inherit;
  }
}
@keyframes fade_up {
  0% {
    opacity: 0;
    transform: translateY(0.5rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade_right {
  0% {
    opacity: 0;
    transform: translateX(2rem);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes fade_left {
  0% {
    opacity: 0;
    transform: translateX(-1rem);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.cf::before,
.cf::after {
  content: "";
  display: block;
}

.cf::after {
  clear: both;
}

.fl_l {
  float: left;
}

.fl_r {
  float: right;
}

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

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

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

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

.txt_large {
  font-size: 120%;
}

.txt_small {
  font-size: 80%;
}

.line_mark {
  background: linear-gradient(transparent 75%, var(--clr_green_light04) 75%) repeat scroll 0 -0.2em;
  padding-left: 0.1rem;
  padding-right: 0.1rem;
}

.line_mark02 {
  text-decoration: underline;
  text-decoration-color: var(--clr_green);
  text-underline-offset: 6px;
  padding-left: 0.1rem;
  padding-right: 0.1rem;
}

.inline {
  display: inline-block;
}

.img_c {
  margin: 1rem auto;
}

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

.tate {
  max-width: 60%;
}

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

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

.mt10 {
  margin-top: 1rem;
}

.mt20 {
  margin-top: 2rem;
}

.mt30 {
  margin-top: 3rem;
}

.mt40 {
  margin-top: 4rem;
}

.mt05 {
  margin-top: 0.5rem;
}

.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;
  }
  .mt10 {
    margin-top: 2rem;
  }
  .mt20 {
    margin-top: 4rem;
  }
  .mt30 {
    margin-top: 6rem;
  }
  .mt40 {
    margin-top: 8rem;
  }
  .mt05 {
    margin-top: 1rem;
  }
}
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;
  border: 1px solid var(--clr_navy);
}
.tbl_time caption {
  font-size: 87.5%;
  caption-side: bottom;
  text-align: left;
  margin-top: 0.4rem;
}
.tbl_time tr th {
  font-weight: normal;
  border: 1px solid var(--clr_navy);
}
.tbl_time tr th[scope=col] {
  padding: 0.4rem;
  font-size: 90%;
  text-align: center;
  background: var(--clr_blue_light02);
  color: var(--clr_navy);
  font-weight: 700;
}
.tbl_time tr th[scope=col]:first-child {
  width: 35%;
}
.tbl_time tr th.time {
  background: var(--clr_blue_light02);
  color: var(--clr_gray_dark02);
}
.tbl_time tr td {
  text-align: center;
  border: 1px solid var(--clr_navy);
  padding: 1rem 0.4rem;
  background: var(--clr_white);
  color: var(--clr_gray_dark02);
  line-height: 1;
  font-size: 80%;
}
@media screen and (min-width: 48em), print {
  .tbl_time {
    table-layout: fixed;
  }
  .tbl_time tr th {
    border-width: 2px;
  }
  .tbl_time tr th[scope=col] {
    padding: 0.6rem 0;
  }
  .tbl_time tr th[scope=col]:first-child {
    width: 35%;
  }
  .tbl_time tr td {
    padding: 1.4rem 0;
    border-width: 2px;
  }
}
.gmap {
  width: 100%;
}

.tit_01 {
  font-size: 2.2rem;
  padding: 6.6rem 1rem 2rem;
  text-align: center;
  margin-bottom: 1rem;
  background: url(../img/tit_01.webp) center/auto 100% no-repeat;
  color: var(--clr_white);
  font-weight: 900;
  line-height: 1.2;
  height: 18rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tit_02 {
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 2rem;
  text-align: center;
  position: relative;
  font-weight: 900;
  color: var(--clr_green);
}
.tit_02::after {
  content: "";
  display: block;
  width: 3rem;
  height: 1.5rem;
  margin: 0.5rem auto 0;
  background: url(../img/tit_02.png) center top/contain no-repeat;
}

.tit_03 {
  font-size: 1.8rem;
  line-height: 1.2;
  margin-bottom: 2rem;
  font-weight: 700;
  color: var(--clr_white);
  padding: 0.4rem 1rem;
  background: var(--clr_green);
}

.tit_04 {
  font-size: 1.7rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  font-weight: 700;
  padding-left: 1rem;
  border-left: 3px solid var(--clr_navy);
  color: var(--clr_navy);
}

.tit_05 {
  font-size: 1.6rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  padding-bottom: 0.4rem;
  color: var(--clr_green);
  border-bottom: 2px dotted var(--clr_green);
  font-weight: 700;
}

.tit_06 {
  font-size: 1.5rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  font-weight: 700;
  padding-bottom: 0.2rem;
  color: var(--clr_navy);
  border-bottom: 3px solid var(--clr_navy_light05);
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    font-size: 5rem;
    margin-top: -9rem;
    margin-bottom: 3rem;
    padding: 12rem 0 3rem;
    height: 50rem;
  }
  .tit_01 span {
    width: calc(1200px - 10rem);
    margin: 0 auto 2rem;
  }
  .tit_02 {
    font-size: 4.6rem;
    margin-bottom: 5rem;
  }
  .tit_02::after {
    width: 4.4rem;
    height: 2.6rem;
    margin-top: 1rem;
  }
  .tit_03 {
    font-size: 3rem;
    margin-bottom: 3rem;
    padding: 0.7rem 1.5rem;
  }
  .tit_04 {
    font-size: 2.6rem;
    margin-bottom: 3rem;
    border-width: 5px;
    padding-left: 1.5rem;
  }
  .tit_05 {
    font-size: 2.4rem;
    padding-bottom: 0.7rem;
    margin-bottom: 2rem;
  }
  .tit_06 {
    font-size: 2rem;
    border-width: 5px;
  }
}
.lst {
  line-height: 1.4;
}
.lst > li:not(:last-child) {
  margin-bottom: 1rem;
}

.lst_ul {
  line-height: 1.4;
}
.lst_ul > li {
  padding-left: 1.8em;
  position: relative;
  color: var(--clr_navy);
}
.lst_ul > li:not(:last-child) {
  margin-bottom: 1rem;
}
.lst_ul > li::before {
  content: "";
  display: block;
  width: 2rem;
  height: 1.8rem;
  background: url("../img/tit_02.png") center center/contain no-repeat;
  position: absolute;
  top: 0rem;
  left: 0;
}
@media screen and (min-width: 48em), print {
  .lst_ul > li::before {
    left: 0.2rem;
    width: 2.2rem;
    height: 2rem;
    top: 0.1rem;
  }
}
.lst_ul.-kome > li::before {
  content: "※";
  color: inherit;
  background: none;
}
.lst_ul.-disc > li {
  color: var(--clr_txt);
}
.lst_ul.-disc > li::before {
  content: "●";
  font-size: 40%;
  top: 0.75rem;
  left: 0.8rem;
  color: var(--clr_txt);
  background: none;
}
@media screen and (min-width: 48em), print {
  .lst_ul.-disc > li::before {
    top: 0.9rem;
  }
}

.lst_ol {
  line-height: 1.4;
  counter-reset: number 0;
}
.lst_ol > li {
  counter-increment: number 1;
  padding-left: 1.8em;
  position: relative;
}
.lst_ol > li:not(:last-child) {
  margin-bottom: 1rem;
}
.lst_ol > li::before {
  content: counter(number) ")";
  color: var(--clr_navy);
  width: 1.3em;
  height: 1.3em;
  line-height: 1;
  position: absolute;
  top: 0.26rem;
  left: 0.7rem;
  font-weight: bold;
}
@media screen and (min-width: 48em), print {
  .lst_ol > li::before {
    top: 0.34rem;
  }
}
.lst_ol.-black > li::before {
  color: var(--clr_txt);
}

.lst_dl {
  --dl_border: var(--clr_border);
}
.lst_dl dt {
  background: var(--clr_navy_light05);
  color: var(--clr_navy);
  padding: 0.6rem 1rem;
  border-top: 1px solid var(--dl_border);
  border-right: 1px solid var(--dl_border);
  border-left: 1px solid var(--dl_border);
}
.lst_dl dd {
  background: var(--clr_blue_light);
  color: var(--clr_gray_dark);
  margin: 0 0 0.5rem;
  padding: 0.8rem 1rem;
  border-top: 1px solid var(--dl_border);
  border-right: 1px solid var(--dl_border);
  border-left: 1px solid var(--dl_border);
  border-bottom: 1px solid var(--dl_border);
}
.lst_dl.-row {
  display: flex;
  flex-wrap: wrap;
}
.lst_dl.-row dt {
  width: 40%;
  display: flex;
  align-items: center;
}
.lst_dl.-row dt:last-of-type {
  border-bottom: 1px solid var(--dl_border);
}
.lst_dl.-row dd {
  width: 60%;
  margin-bottom: 0;
  border-left: none;
  border-bottom: none;
}
.lst_dl.-row dd:last-of-type {
  border-bottom: 1px solid var(--dl_border);
}
@media screen and (min-width: 48em), print {
  .lst_dl dt {
    padding: 1rem 2.5rem;
  }
  .lst_dl dd {
    padding: 1.5rem 2.5rem;
  }
  .lst_dl.-row dt {
    width: 30%;
    padding: 1.5rem 2.5rem;
  }
  .lst_dl.-row dd {
    width: 70%;
  }
}

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

.lst_anc {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.lst_anc > li {
  width: 100%;
}
.lst_anc > li a {
  display: block;
}
@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: 100%;
  line-height: 1;
  text-align: center;
  position: absolute;
  bottom: -5rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-family: "fontello";
  content: "\e809";
  color: var(--clr_navy);
  font-size: 3.8rem;
}
@media screen and (min-width: 48em), print {
  .flow > dd:not(:last-child) {
    margin: 0 0 10rem;
  }
  .flow > dd:not(:last-child)::after {
    bottom: -8.5rem;
    font-size: 7rem;
  }
}

.flow_ol {
  counter-reset: number 0;
}
.flow_ol > li {
  border: 2px solid var(--clr_navy);
  padding: 1.5rem;
  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: 100%;
  line-height: 1;
  text-align: center;
  position: absolute;
  bottom: -5rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-family: "fontello";
  content: "\e809";
  color: var(--clr_navy);
  font-size: 3.8rem;
}
@media screen and (min-width: 48em), print {
  .flow_ol > li:not(:last-child) {
    margin: 0 0 10rem;
  }
  .flow_ol > li:not(:last-child)::after {
    bottom: -8.5rem;
    font-size: 7rem;
  }
}
.flow_ol > li .flow_tit {
  margin-bottom: 0.8rem;
  display: block;
  font-size: 115%;
  color: var(--clr_white);
  background: var(--clr_navy);
  font-weight: 700;
  padding: 0.2rem 0.6rem 0.2rem 1.4em;
  width: fit-content;
}
.flow_ol > li .flow_tit::before {
  display: inline-block;
  content: counter(number) ".";
  position: absolute;
  top: 1.7rem;
  left: 2.2rem;
}
@media screen and (min-width: 48em), print {
  .flow_ol > li {
    padding: 3rem;
  }
  .flow_ol > li .flow_tit {
    margin-bottom: 1.5rem;
    font-size: 1.8rem;
    padding: 0.2rem 1.4rem 0.2rem 1.8em;
  }
  .flow_ol > li .flow_tit::before {
    top: 3.2rem;
    left: 4.4rem;
  }
}

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

@media screen and (min-width: 48em), print {
  .flex2 {
    display: flex;
    justify-content: space-between;
    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 {
    justify-content: flex-start;
    gap: 1rem 2rem;
  }
  .flex3 li {
    width: calc((100% - 4rem) / 3);
  }
  .flex3_1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 1rem 2rem;
  }
  .flex3_1 li {
    width: calc((100% - 4rem) / 3);
  }
  .flex3_1 li:not(:last-child) {
    margin-bottom: inherit;
  }
  .flex4 {
    justify-content: flex-start;
    gap: 1rem 2rem;
  }
  .flex4 li {
    width: calc((100% - 6rem) / 4);
  }
  .flex1 {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 3rem;
  }
  .flex1 > li {
    width: fit-content;
  }
  .flex1 > li:not(:last-child) {
    margin-bottom: inherit;
  }
}
.tel {
  display: inline-block;
  border: 1px solid var(--clr_white);
  background: var(--clr_white);
  color: var(--clr_navy);
  line-height: 1;
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: 0.05rem;
  padding: 1.6rem 1.5rem 0.6rem;
  box-shadow: 3px 3px 0px rgba(var(--rgb_shadow), 0.16);
  border: 1px solid rgba(var(--rgb_shadow), 0.16);
  position: relative;
}
.tel::before {
  content: "tel.";
  font-size: 1.2rem;
  letter-spacing: 0.08rem;
}
.tel::after {
  content: "（キュウニシタクナル）（オシッコゼロ）";
  display: block;
  width: fit-content;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  transform: translateX(0.4rem);
  top: 0.7rem;
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0rem;
}
@media screen and (min-width: 48em), print {
  .tel {
    font-size: 2.8rem;
    padding: 2rem 1.5rem 0.8rem;
  }
  .tel::after {
    font-size: 1rem;
    top: 0.9rem;
    right: 0.8rem;
  }
}

.rsv {
  display: inline-block;
  color: var(--clr_white);
  background: var(--clr_navy);
  padding: 0.7rem 3rem;
  text-align: center;
  position: relative;
  box-shadow: 3px 3px 0px rgba(var(--rgb_shadow), 0.16);
  border: 1px solid var(--clr_white);
  background: var(--clr_green_light);
  line-height: 1.1;
}
.rsv::after {
  font-family: "fontello";
  content: "\32";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
}
@media screen and (min-width: 48em), print {
  .rsv {
    padding: 0.8rem 5rem;
  }
  .rsv::after {
    right: 1rem;
  }
  .rsv:hover {
    opacity: 1;
    background: var(--clr_blue);
    color: var(--clr_white);
  }
}
.rsv::before {
  font-family: "fontello";
  content: "\e80c";
  font-size: 140%;
  margin-right: 0.8rem;
  display: inline-block;
  transform: translateY(2px);
}
.rsv::after {
  font-family: "fontello";
  content: "\e812";
  right: 0.5rem;
  top: auto;
  bottom: 0.5rem;
  font-size: 50%;
  transform: inherit;
}

.tel_rsv {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
@media screen and (min-width: 48em), print {
  .tel_rsv {
    flex-direction: row;
    justify-content: center;
  }
  .tel_rsv > li {
    height: 5.8rem;
  }
  .tel_rsv > li > * {
    height: 100%;
  }
  .tel_rsv > li > *.rsv {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.box {
  padding: 1.5rem;
  background: var(--clr_blue_light);
}
.box.-color02 {
  background: var(--clr_green_light03);
}
@media screen and (min-width: 48em), print {
  .box {
    padding: 3rem;
  }
}

.btn {
  display: inline-block;
  color: var(--clr_white);
  background: var(--clr_navy);
  padding: 0.7rem 3rem;
  text-align: center;
  position: relative;
  box-shadow: 3px 3px 0px rgba(var(--rgb_shadow), 0.16);
}
.btn::after {
  font-family: "fontello";
  content: "\32";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
}
@media screen and (min-width: 48em), print {
  .btn {
    padding: 0.8rem 5rem;
  }
  .btn::after {
    right: 1rem;
  }
  .btn:hover {
    opacity: 1;
    background: var(--clr_blue);
    color: var(--clr_white);
  }
}

.lnk {
  display: inline-block;
  text-decoration: underline !important;
  letter-spacing: 0.05rem;
  cursor: pointer;
  color: var(--clr_green);
  font-weight: 700;
}
.lnk::after {
  font-family: "fontello";
  content: "\e818";
  display: inline-block;
  margin-left: 0.3rem;
  font-weight: normal;
}
.lnk:hover {
  text-decoration: none !important;
  opacity: 1;
}
.lnk.scr::after {
  font-family: "fontello";
  content: "\e803";
}
.lnk.out {
  overflow-wrap: anywhere; /* 収まらない場合に折り返す */
  word-break: normal; /* 単語の分割はデフォルトに依存 */
  line-break: strict; /* 禁則処理を厳格に適用 */
}
.lnk.out::after {
  font-family: "fontello";
  content: "\f08e";
}
.lnk.pdf::after {
  font-family: "fontello";
  content: "\f1c1";
}

.tbl {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
.tbl tr th {
  text-align: left;
  padding: 1rem;
  font-weight: 700;
  border: 1px solid var(--clr_border);
  background: var(--clr_navy_light05);
  color: var(--clr_navy);
}
.tbl tr td {
  text-align: left;
  padding: 1rem;
  border: 1px solid var(--clr_border);
}
.tbl tr .nowrap {
  width: 0;
  white-space: nowrap;
}
.tbl tbody tr th {
  background: var(--clr_blue_light);
  color: var(--clr_gray_dark);
  font-weight: 500;
}
.tbl.-price tr th {
  background: var(--clr_navy_light05);
  color: var(--clr_navy);
}
.tbl.-price tr td {
  background: var(--clr_blue_light);
  color: var(--clr_gray_dark);
}
.tbl.-price tr td.price {
  width: 8em;
  text-align: right;
}

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

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

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

body {
  background: var(--clr_white);
  color: var(--clr_txt);
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 500;
  word-wrap: break-word;
}
body::after {
  visibility: hidden;
  width: 100vw;
  height: 100vh;
  content: "";
  background: rgba(var(--rgb_navy), 0.8);
  backdrop-filter: blur(0.6rem);
  position: fixed;
  top: 0;
  z-index: 2;
  opacity: 0;
  transition: all 0.2s ease-in-out 0s;
}
body.spnav_modal {
  height: 100%;
  overflow: hidden;
}
body.spnav_modal::after {
  visibility: visible;
  opacity: 1;
}

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

.main {
  font-size: 1.3rem;
  line-height: 1.65;
}

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

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

.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
}
.header .wrap {
  margin: 0;
  padding: 1rem;
}
.header .wrap .logo {
  width: calc(100% - 5.6rem);
  height: 4.6rem;
}
.header .wrap .logo a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/logo.svg) left center/contain no-repeat;
}
.header .wrap .logo a .clip {
  display: block;
  height: 100%;
  overflow: hidden;
  clip-path: inset(50%);
  color: transparent;
}

@media screen and (min-width: 48em), print {
  .header {
    width: 100%;
    max-width: 200rem;
    margin: 0 auto;
  }
  .header .wrap {
    padding: 3rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .header .wrap .logo {
    width: 40rem;
    height: 10.6rem;
    transition: 0.2s;
  }
}
#nav {
  width: 100vw;
}
#nav #sp_menu {
  width: 4.6rem;
  height: 4.6rem;
  background: var(--clr_navy_light03);
  color: var(--clr_navy);
  text-align: center;
  line-height: 1;
  font-size: 1rem;
  padding: 0;
  position: fixed;
  top: 1rem;
  right: 1rem;
  z-index: 102;
}
#nav #sp_menu::before {
  display: block;
  font-family: "fontello";
  content: "\e802";
  font-size: 3.4rem;
  margin: -0.4rem 0;
  transition: 0.2s;
}
#nav #sp_menu::after {
  content: "MENU";
  color: var(--clr_green);
  font-weight: 900;
  font-size: 1.1rem;
}
#nav #sp_menu.close::before {
  font-family: "fontello";
  content: "\e806";
}
#nav #sp_menu.close::after {
  content: "CLOSE";
}
#nav #sp_menu span {
  display: none;
}
@media screen and (min-width: 48em), print {
  #nav {
    width: auto;
    position: sticky;
    top: 0;
    z-index: 100;
    transition: 0.2s;
  }
  #nav.-bg_white {
    background: rgba(var(--rgb_navy_light), 0.8);
  }
  #nav.-bg_white .gnav li a, #nav.-bg_white .gnav li .sub {
    color: var(--clr_txt);
    text-shadow: none;
  }
  #nav.-bg_white .gnav li a.current, #nav.-bg_white .gnav li .sub.current {
    color: var(--clr_green);
  }
  #nav #sp_menu {
    display: none;
  }
}

.gnav_subnav {
  display: none;
  width: calc(100% - 2rem);
  max-height: calc(100svh - 6.6rem - 5rem - 1rem);
  overflow-y: auto;
  padding: 1.5rem 0;
  position: fixed;
  top: 7.6rem;
  left: 0;
  right: 0;
  margin: auto;
  z-index: calc(infinity);
}
.gnav_subnav .gnav {
  border-top: 1px solid var(--clr_white);
}
.gnav_subnav .gnav > li {
  min-width: fit-content;
  border-bottom: 1px solid var(--clr_white);
}
.gnav_subnav .gnav > li a, .gnav_subnav .gnav > li .sub {
  display: block;
  width: 100%;
  text-align: left;
  padding: 1rem;
  font-size: 1.3rem;
  color: var(--clr_white);
}
.gnav_subnav .gnav > li a.current, .gnav_subnav .gnav > li .sub.current {
  color: var(--clr_navy_light05);
}
.gnav_subnav .gnav > li .sub {
  position: relative;
}
.gnav_subnav .gnav > li .sub::after {
  content: "▼";
  display: block;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}
.gnav_subnav .gnav > li .sub.close::after {
  content: "▲";
}
.gnav_subnav .gnav > li .subbox {
  display: none;
  margin-bottom: 0.8rem;
  padding: 0.3rem;
}
.gnav_subnav .gnav > li .subbox .subnav {
  display: flex;
  flex-wrap: wrap;
  background: rgba(var(--rgb_white), 0.8);
  border: 1px solid var(--clr_gray);
}
.gnav_subnav .gnav > li .subbox .subnav li {
  width: 50%;
  margin: 0 0 -1px;
  border-bottom: 1px solid var(--clr_gray);
}
.gnav_subnav .gnav > li .subbox .subnav li:nth-of-type(odd) {
  border-right: 1px solid var(--clr_gray);
}
.gnav_subnav .gnav > li .subbox .subnav li a {
  text-align: center;
  display: block;
  padding: 1rem;
  color: var(--clr_txt);
}
.gnav_subnav .gnav > li .subbox .subnav li a.current {
  color: var(--clr_green);
}
@media screen and (min-width: 48em), print {
  .gnav_subnav {
    display: block !important;
    width: 100%;
    max-width: 200rem;
    max-height: inherit;
    overflow-y: visible;
    padding: 3rem;
    position: static;
  }
  .gnav_subnav .gnav {
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    border: none;
    gap: 0 2rem;
  }
  .gnav_subnav .gnav li {
    position: relative;
    border: none;
  }
  .gnav_subnav .gnav li:not(:last-child) {
    border-bottom: none;
  }
  .gnav_subnav .gnav li a, .gnav_subnav .gnav li .sub {
    display: block;
    text-align: center;
    font-size: 2rem;
    margin: 0;
    padding: 0;
    letter-spacing: 0.05rem;
    cursor: pointer;
    text-shadow: 0 0 3px rgba(var(--rgb_shadow), 0.36);
    position: relative;
  }
  .gnav_subnav .gnav li a::after, .gnav_subnav .gnav li .sub::after {
    margin: 0 0 0 0.5rem;
    display: inline-block;
    position: static;
    font-size: 80%;
  }
  .gnav_subnav .gnav li a:hover, .gnav_subnav .gnav li .sub:hover {
    color: var(--clr_green) !important;
  }
  .gnav_subnav .gnav li a.current, .gnav_subnav .gnav li .sub.current {
    color: var(--clr_white);
  }
  .gnav_subnav .gnav li .subbox {
    width: auto;
    position: absolute;
    top: 4rem;
    left: 50%;
    transform: translateX(-50%);
    width: 20rem;
    margin: 0;
    padding: 0;
  }
  .gnav_subnav .gnav li .subbox > .subnav {
    border: 1px solid var(--clr_gray);
  }
  .gnav_subnav .gnav li .subbox > .subnav li {
    width: 100%;
    margin: 0 0 0 -1px;
  }
  .gnav_subnav .gnav li .subbox > .subnav li:nth-of-type(odd) {
    border-right: none;
  }
  .gnav_subnav .gnav li .subbox > .subnav li:not(:last-of-type) {
    border-bottom: 1px solid var(--clr_gray);
  }
  .gnav_subnav .gnav li .subbox > .subnav li a {
    font-size: 1.6rem;
    padding: 1rem 0.5rem;
    text-shadow: none;
  }
}

.overview {
  padding: 1.5rem 0rem 0;
  font-size: 1.3rem;
  line-height: 1.6;
  background: var(--clr_white);
}
.overview .clinic_logo {
  text-align: center;
  margin: 0 0 1rem;
  width: 100%;
}
.overview .clinic_logo img {
  max-width: 70%;
  margin: auto;
}
.overview .overview_content {
  margin-top: 1.5rem;
  background: var(--clr_navy);
  color: var(--clr_white);
  padding: 3rem 0;
}
.overview .clinic_name {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05rem;
  margin: 0 0 1.5rem;
}
.overview .clinic_name span {
  font-size: 1.1rem;
  display: inline-block;
  letter-spacing: 0;
  margin-right: 0.3rem;
}
.overview .add {
  margin: 0;
  line-height: 1.3;
}
.overview .tel_fax {
  margin: 0rem auto 1.5rem;
  font-weight: 900;
  line-height: 1.3;
}
.overview .tel_fax .tel_no {
  font-size: 2rem;
}
.overview .tel_fax .fax_no {
  font-size: 1.6rem;
}
.overview .clinic_info {
  line-height: 1.3;
  margin: 3rem 0 1.5rem;
}
.overview .clinic_info p {
  margin: 0.4rem 0;
  font-size: 1.2rem;
}
.overview .gaiyo {
  margin-top: 1.5rem;
}
.overview .gaiyo dt {
  font-size: 1.5rem;
  color: var(--clr_green);
  font-weight: 900;
}
.overview .gaiyo dd {
  font-size: 1.2rem;
}
.overview .gaiyo dd:not(:last-of-type) {
  margin-bottom: 1.5rem;
}
.overview .tbl_time {
  margin: 2rem 0;
}
.overview .gmap {
  height: 100vw;
}

@media screen and (min-width: 48em), print {
  .overview {
    padding: 4.5rem 0rem 0;
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .overview .clinic_logo {
    margin: 0 auto 1.5rem;
    width: 40rem;
  }
  .overview .clinic_logo img {
    max-width: 100%;
    margin: auto;
  }
  .overview .overview_content {
    margin-top: 5rem;
    padding: 8rem 0;
    letter-spacing: 0.07rem;
  }
  .overview .overview_content .overview_flex {
    display: flex;
    justify-content: space-between;
  }
  .overview .overview_content .overview_flex .overviewL {
    width: 33%;
  }
  .overview .overview_content .overview_flex .overviewR {
    width: 61%;
  }
  .overview .clinic_name {
    font-size: 2.4rem;
    letter-spacing: 0.1rem;
    margin: 0 0 1rem;
  }
  .overview .clinic_name span {
    font-size: 1.4rem;
    margin-right: 0.3rem;
  }
  .overview .add {
    line-height: 1.3;
  }
  .overview .tel_fax {
    margin: 0rem auto 5rem;
    line-height: 1.2;
  }
  .overview .tel_fax .tel_no {
    font-size: 2.6rem;
    letter-spacing: 0.13rem;
  }
  .overview .tel_fax .fax_no {
    font-size: 2rem;
    letter-spacing: 0.1rem;
  }
  .overview .clinic_info {
    line-height: 1.4;
    margin: 3rem 0 1.5rem;
  }
  .overview .clinic_info p {
    margin: 0.4rem 0;
    font-size: 1.4rem;
  }
  .overview .gaiyo {
    margin-top: 1.5rem;
  }
  .overview .gaiyo dt {
    font-size: 2rem;
  }
  .overview .gaiyo dt .txt_small {
    font-size: 1.4rem;
  }
  .overview .gaiyo dd {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .overview .gaiyo dd:not(:last-of-type) {
    margin-bottom: 1.5rem;
  }
  .overview .tbl_time {
    margin: 0 0 5rem;
  }
  .overview .gmap {
    height: 35rem;
  }
}
#tel_up {
  width: 100%;
  height: 5rem;
  background: var(--clr_green);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  font-size: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
#tel_up .tel_rsv {
  width: calc(100% - 0.4rem);
  height: calc(100% - 0.4rem);
  flex-direction: row;
  justify-content: center;
  gap: 0.2rem;
}
#tel_up .tel_rsv li {
  height: 100%;
  display: flex;
  align-items: center;
}
#tel_up .tel_rsv li:has(.tel) {
  flex-grow: 1;
}
#tel_up .tel_rsv li > * {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
  box-shadow: none;
}
#tel_up .tel_rsv li .tel {
  font-size: 2.2rem;
  align-items: flex-end;
  padding: 0 0 0.6rem;
}
#tel_up .tel_rsv li .rsv {
  font-size: 1.3rem;
  padding: 0 1.4rem;
}
#tel_up .tel_rsv li .rsv::before {
  margin-right: 0.5rem;
  transform: translateY(0px);
}

@media screen and (min-width: 48em), print {
  #tel_up {
    width: auto;
    height: 8rem;
    bottom: 3rem;
    right: 12rem;
    left: auto;
    background: none;
    padding: 0;
    gap: 1rem;
  }
  #tel_up .tel_rsv {
    width: auto;
    height: 8rem;
    gap: 1rem;
  }
  #tel_up .tel_rsv li {
    height: 100%;
    display: flex;
    align-items: center;
  }
  #tel_up .tel_rsv li:has(.tel) {
    flex-grow: 1;
  }
  #tel_up .tel_rsv li > * {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1rem;
    box-shadow: none;
  }
  #tel_up .tel_rsv li .tel {
    font-size: 3.2rem;
    padding: 0 3.5rem 1.5rem;
  }
  #tel_up .tel_rsv li .tel::before {
    font-size: 2rem;
  }
  #tel_up .tel_rsv li .tel::after {
    font-size: 1.2rem;
    top: 1.5rem;
  }
  #tel_up .tel_rsv li .rsv {
    font-size: 1.8rem;
    padding: 0 3rem;
  }
  #tel_up .tel_rsv li .rsv::before {
    margin-right: 0.5rem;
    transform: translateY(0px);
  }
}
#pageup {
  display: block;
  width: 4rem;
  height: 4rem;
  position: fixed;
  bottom: 5.5rem;
  right: 0.5rem;
  z-index: 1;
}
#pageup::before {
  display: block;
  font-family: "fontello";
  content: "\e80b";
  font-size: 1.4rem;
  width: 100%;
  height: 100%;
  color: var(--clr_navy);
  background: var(--clr_white);
  position: absolute;
  top: 0;
  right: 0;
  border: 1px solid var(--clr_navy);
  display: grid;
  place-items: center;
}
#pageup .clip {
  clip-path: inset(50%);
  color: transparent;
  font-size: 0;
}
@media screen and (min-width: 48em), print {
  #pageup {
    width: 8rem;
    height: 8rem;
    bottom: 3rem;
    right: 3rem;
  }
  #pageup::before {
    width: 8rem;
    height: 8rem;
    font-size: 2.3rem;
  }
}

.footer {
  text-align: center;
  padding: 0 0 5rem;
  background: var(--clr_green);
}
.footer .copy {
  display: block;
  color: var(--clr_white);
  padding: 1rem;
  font-size: 1.2rem;
}
.footer ul {
  display: none;
}
.footer .lnk_privacy_policy {
  color: var(--clr_white);
  text-decoration: underline;
  padding: 2rem 0 0.5rem;
}

@media screen and (min-width: 48em), print {
  .footer {
    padding: 3rem 0 9rem;
  }
  .footer .copy {
    padding: 3rem 1rem;
    font-size: 1.4rem;
  }
  .footer ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 53rem;
    margin: 0 auto 0.5rem;
    gap: 0.5rem 0;
  }
  .footer ul li {
    text-align: center;
    font-size: 1.4rem;
    color: var(--clr_white);
    -webkit-text-size-adjust: none;
  }
  .footer ul li:not(:last-child)::after {
    content: "|";
    margin: 0 0.8rem;
  }
  .footer ul li a {
    opacity: 1;
  }
  .footer ul li a:hover {
    text-decoration: underline;
  }
  .footer ul li.treatment, .footer ul li.clinic {
    display: none;
  }
  .footer ul.subnav li:nth-child(5)::after {
    content: none;
  }
  .footer .lnk_privacy_policy {
    font-size: 1.3rem;
    padding: 0.5rem 0 1rem;
  }
}
.keyvsl {
  width: 100%;
  position: relative;
}
.keyvsl .add-animation {
  animation: zoomUp 10s linear 0.2s normal both;
}
.keyvsl #keyvsl {
  width: 100%;
  height: 24rem;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  animation: fade 2s ease-out 0s 1 normal forwards;
}
.keyvsl #keyvsl .slick-list div img {
  height: 24rem !important;
  width: 100%;
  object-fit: cover;
}
.keyvsl #keyvsl .slick-dots {
  position: relative;
  z-index: 2;
  margin: -1.8rem auto;
}
.keyvsl #keyvsl .slick-dots li {
  width: 1rem;
  height: 1rem;
  margin: 0 0.6rem;
}
.keyvsl #keyvsl .slick-dots li button {
  background: var(--clr_white);
}
.keyvsl .catch_copy {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  color: var(--clr_white);
  font-size: 1.6rem;
  line-height: 1.45;
  padding: 6rem 1rem 3rem;
  letter-spacing: 0.15rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  opacity: 0;
  pointer-events: none;
  animation: fade_up 0.6s ease-out 0.8s 1 normal forwards;
}
.keyvsl .catch_copy span {
  display: block;
  text-shadow: 0 0 3px rgba(var(--rgb_shadow), 0.66);
}
.keyvsl .catch_copy span.txt_large {
  font-size: 2.6rem;
  font-weight: 900;
  letter-spacing: 0.35rem;
  margin-bottom: 0.1rem;
}
.keyvsl .catch_copy span.txt_small {
  font-size: 1.2rem;
  text-indent: 0.2rem;
  letter-spacing: 0.1rem;
}

@media screen and (min-width: 48em), print {
  .keyvsl {
    margin-top: -9rem;
  }
  .keyvsl #keyvsl {
    height: 100rem;
    max-width: 200rem;
    margin-left: auto;
    margin-right: auto;
  }
  .keyvsl #keyvsl .slick-list div img {
    height: 100rem !important;
  }
  .keyvsl #keyvsl .slick-dots {
    margin-top: -3rem;
  }
  .keyvsl #keyvsl .slick-dots li {
    width: 1.6rem;
    height: 1.6rem;
    margin: 0 1.2rem;
  }
  .keyvsl .catch_copy {
    font-size: 4rem;
    width: 100%;
    max-width: 170rem;
    line-height: 1.4;
    padding: 3rem 5rem;
    letter-spacing: 0.6rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .keyvsl .catch_copy span {
    display: block;
    text-shadow: 0 0 3px rgba(var(--rgb_shadow), 0.16);
  }
  .keyvsl .catch_copy span.txt_large {
    font-size: 7rem;
    letter-spacing: 1rem;
    margin-bottom: 0.8rem;
  }
  .keyvsl .catch_copy span.txt_small {
    font-size: 3rem;
    text-indent: 0.4rem;
    letter-spacing: 0.45rem;
  }
}
.top_tit02 {
  color: var(--clr_navy);
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.02rem;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 2rem;
}
.top_tit02::before {
  content: attr(data-ruby);
  color: var(--clr_green);
  font-size: 3.2rem;
  display: block;
  font-weight: 900;
  line-height: 1.15;
  margin-top: -0.5rem;
}

@media screen and (min-width: 48em), print {
  .top_tit02 {
    font-size: 2.4rem;
    margin-bottom: 5rem;
  }
  .top_tit02::before {
    font-size: 5rem;
    margin-top: -0.8rem;
  }
}
.info {
  padding: 4rem 0;
  background: url("../img/index_news_bg.webp") top left/60% auto repeat;
}
.info dl {
  line-height: 1.4;
}
.info dl dt {
  margin: 0 0 1rem;
  font-weight: 700;
  color: var(--clr_navy);
  cursor: pointer;
  font-size: 1.5rem;
  font-weight: 700;
  position: relative;
  padding: 1rem 2rem 0 0;
  border-top: 1px solid var(--clr_gray);
  opacity: var(--anime-opacity);
}
.info dl dt::before {
  font-family: "fontello";
  content: "\e821";
  font-weight: normal;
  position: absolute;
  bottom: 0rem;
  right: 0;
  color: var(--clr_green);
  transition: 0.2s;
}
.info dl dt .date {
  font-size: 1.2rem;
  display: block;
  line-height: 1.2;
  text-indent: 0.1rem;
}
.info dl dt.open::before {
  transform: scale(1, -1);
}
.info dl dd {
  margin: 0 0 1.6rem;
  word-wrap: break-word;
  opacity: var(--anime-opacity);
}
.info dl dd:not(:nth-of-type(-n+3)) {
  display: none;
}
.info dl dd a {
  text-decoration: underline;
  color: var(--clr_green);
}
.info dl dd a:hover {
  text-decoration: none;
}
.info dl.trigger dt {
  animation: fade_up 0.6s ease-out 0.2s 1 normal forwards;
}
.info dl.trigger dd {
  animation: fade_up 0.6s ease-out 0.2s 1 normal forwards;
}

@media screen and (min-width: 48em), print {
  .info {
    background-size: 80rem auto;
    padding: 12rem 0 10rem;
  }
  .info .wrap {
    display: flex;
    justify-content: space-between;
  }
  .info .wrap .top_tit02 {
    width: fit-content;
    text-align: left;
  }
  .info .wrap dl {
    width: 85rem;
  }
  .info .wrap dl dt {
    font-size: 2.4rem;
    margin: 0 0 1.5rem;
    padding-right: 3rem;
    padding-top: 2.2rem;
    letter-spacing: 0.1rem;
  }
  .info .wrap dl dt .date {
    font-size: 1.6rem;
  }
  .info .wrap dl dd {
    margin: 0 0 2.4rem;
    letter-spacing: 0.1rem;
  }
}
.index_about {
  padding: 4rem 0 0rem;
}
.index_about .about_tit03 {
  color: var(--clr_green);
  font-weight: 700;
  font-size: 2.1rem;
  letter-spacing: 0.08rem;
  text-align: center;
  margin: 0 0 5rem;
  position: relative;
  z-index: 0;
  opacity: var(--anime-opacity);
}
.index_about .about_tit03::after {
  content: "";
  display: block;
  height: 9.5rem;
  aspect-ratio: 11/8;
  background: url("../img/index_about01.webp") center center/cover no-repeat;
  position: absolute;
  bottom: -10.5rem;
  left: -2.2rem;
  z-index: -1;
  filter: blur(4px);
  opacity: var(--anime-opacity);
  pointer-events: none;
}
.index_about .slogan {
  position: relative;
  z-index: 0;
  opacity: var(--anime-opacity);
}
.index_about .slogan::before {
  content: "";
  display: block;
  height: 11rem;
  aspect-ratio: 42/34;
  background: url("../img/index_about02.webp") center center/contain no-repeat;
  position: absolute;
  bottom: 5rem;
  right: calc(50% - 1rem);
  z-index: -1;
  filter: blur(4px);
  opacity: var(--anime-opacity);
  pointer-events: none;
}
.index_about .slogan::after {
  content: "";
  display: block;
  width: 100%;
  height: 15rem;
  margin-top: 2.8rem;
  background: url("../img/index_about03.webp") bottom right/auto 100% no-repeat;
  position: relative;
  right: -1.5rem;
  filter: blur(4px);
  opacity: var(--anime-opacity);
  pointer-events: none;
}
.index_about .slogan p {
  text-align: right;
  font-size: 1.4rem;
  letter-spacing: 0.05rem;
  margin: 0;
  text-shadow: 0 0 2px var(--clr_white), 0 0 2px var(--clr_white), 0 0 2px var(--clr_white);
}
.index_about .slogan p:not(:first-of-type) {
  margin-top: 1.8rem;
}
.index_about.trigger .about_tit03 {
  animation: fade_up 0.6s ease-out 0.4s 1 normal forwards;
}
.index_about.trigger .about_tit03::after {
  animation: fade03 0.8s ease-out 1s 1 normal forwards;
}
.index_about.trigger .slogan {
  animation: fade_up 0.6s ease-out 0.6s 1 normal forwards;
}
.index_about.trigger .slogan::before {
  animation: fade03 0.8s ease-out 1.2s 1 normal forwards;
}
.index_about.trigger .slogan::after {
  animation: fade03 0.8s ease-out 1.4s 1 normal forwards;
}
@media screen and (min-width: 48em), print {
  .index_about {
    padding: 12.5rem 0;
    overflow: hidden;
  }
  .index_about .wrap {
    padding: 0 18rem 0 30rem;
  }
  .index_about .wrap .top_tit02 {
    width: fit-content;
    margin: 0 auto 0 2.5rem;
  }
  .index_about .wrap .about_tit03 {
    font-size: 5rem;
    margin: 10rem 0 9.5rem;
    letter-spacing: 0.75rem;
    text-align: left;
  }
  .index_about .wrap .about_tit03::before {
    content: "";
    display: block;
    width: 55rem;
    height: 40rem;
    background: url("../img/index_about01.webp") center center/contain no-repeat;
    position: absolute;
    bottom: -10rem;
    left: -70rem;
    z-index: -1;
    filter: blur(4px);
    opacity: var(--anime-opacity);
    pointer-events: none;
  }
  .index_about .wrap .about_tit03::after {
    height: 34rem;
    background: url("../img/index_about02.webp") center center/cover no-repeat;
    bottom: -19.5rem;
    left: -45rem;
  }
  .index_about .slogan::before {
    content: none;
  }
  .index_about .slogan::after {
    width: 53rem;
    height: 50rem;
    background: url("../img/index_about03.webp") center center/contain no-repeat;
    position: absolute;
    bottom: -12.5rem;
    right: -58rem;
    margin: 0;
  }
  .index_about .slogan p {
    font-size: 2.4rem;
    line-height: 1.5;
    letter-spacing: 0.3rem;
    text-shadow: none;
  }
  .index_about .slogan p:not(:first-of-type) {
    margin-top: 3rem;
  }
  .index_about.trigger .about_tit03 {
    animation: fade_up 0.6s ease-out 0.4s 1 normal forwards;
  }
  .index_about.trigger .about_tit03::before {
    animation: fade03 0.8s ease-out 1.2s 1 normal forwards;
  }
  .index_about.trigger .about_tit03::after {
    animation: fade03 0.8s ease-out 1.4s 1 normal forwards;
  }
  .index_about.trigger .slogan {
    animation: fade_up 0.6s ease-out 0.6s 1 normal forwards;
  }
  .index_about.trigger .slogan::after {
    animation: fade03 0.8s ease-out 1.6s 1 normal forwards;
  }
}

.index_treatment {
  padding: 4rem 1.5rem;
  background: url("../img/index_treatment_bg.webp") top center/auto 100% no-repeat;
}
.index_treatment .subnav {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.index_treatment .subnav > li {
  width: calc(50% - 0.5rem);
  opacity: var(--anime-opacity);
}
.index_treatment .subnav > li:nth-of-type(-n + 3) {
  width: 100%;
}
.index_treatment .subnav > li:nth-of-type(-n + 3) a::before {
  font-size: 2.8rem;
  width: 5.4rem;
  height: 5.4rem;
  border-radius: 50%;
  display: grid;
  place-content: center;
  background: var(--clr_navy_light03);
  color: var(--clr_navy);
  margin: 0 auto 0.7rem;
}
.index_treatment .subnav > li:nth-of-type(-n + 3) a.urination1::before {
  font-family: "fontello";
  content: "\e80d";
}
.index_treatment .subnav > li:nth-of-type(-n + 3) a.urination2::before {
  font-family: "fontello";
  content: "\e80e";
}
.index_treatment .subnav > li:nth-of-type(-n + 3) a.kids::before {
  font-family: "fontello";
  content: "\e80f";
}
.index_treatment .subnav > li a {
  display: grid;
  place-content: center;
  padding: 1.5rem 0.5rem;
  width: 100%;
  height: 100%;
  background: var(--clr_white);
  text-align: center;
  color: var(--clr_navy);
  font-size: 1.4rem;
  border-bottom: 3px solid var(--clr_navy_light04);
  line-height: 1.2;
  box-shadow: 0 0 10px rgba(var(--rgb_shadow), 0.16);
}
.index_treatment.trigger .subnav > li {
  animation: fade_up 0.6s ease-out 0.4s 1 normal forwards;
}
.index_treatment.trigger .subnav > li:nth-child(1) {
  animation-delay: 0.6s;
}
.index_treatment.trigger .subnav > li:nth-child(2) {
  animation-delay: 0.8s;
}
.index_treatment.trigger .subnav > li:nth-child(3) {
  animation-delay: 1s;
}
.index_treatment.trigger .subnav > li:nth-child(4) {
  animation-delay: 1.2s;
}
.index_treatment.trigger .subnav > li:nth-child(5) {
  animation-delay: 1.4s;
}
.index_treatment.trigger .subnav > li:nth-child(6) {
  animation-delay: 1.6s;
}
.index_treatment.trigger .subnav > li:nth-child(7) {
  animation-delay: 1.8s;
}
.index_treatment.trigger .subnav > li:nth-child(8) {
  animation-delay: 2s;
}
.index_treatment.trigger .subnav > li:nth-child(9) {
  animation-delay: 2.2s;
}
.index_treatment.trigger .subnav > li:nth-child(10) {
  animation-delay: 2.4s;
}
.index_treatment.trigger .subnav > li:nth-child(11) {
  animation-delay: 2.6s;
}
.index_treatment.trigger .subnav > li:nth-child(12) {
  animation-delay: 2.8s;
}
.index_treatment.trigger .subnav > li:nth-child(13) {
  animation-delay: 3s;
}
.index_treatment.trigger .subnav > li:nth-child(14) {
  animation-delay: 3.2s;
}
.index_treatment.trigger .subnav > li:nth-child(15) {
  animation-delay: 3.4s;
}
.index_treatment.trigger .subnav > li:nth-child(16) {
  animation-delay: 3.6s;
}
@media screen and (min-width: 48em), print {
  .index_treatment {
    padding: 12rem 0;
    background-size: 200rem auto;
  }
  .index_treatment .subnav {
    gap: 2rem 2.5rem;
  }
  .index_treatment .subnav > li {
    width: calc((100% - 7.5rem) / 4);
  }
  .index_treatment .subnav > li:nth-of-type(-n + 3) {
    width: 36rem;
    margin-bottom: 3.5rem;
  }
  .index_treatment .subnav > li:nth-of-type(-n + 3):nth-of-type(-n + 2) {
    margin-right: calc((1200px - 108rem) / 2 - 2.5rem);
  }
  .index_treatment .subnav > li:nth-of-type(-n + 3) a::before {
    font-size: 6.8rem;
    width: 10rem;
    height: 10rem;
    margin: 0 auto 1.8rem;
  }
  .index_treatment .subnav > li a {
    padding: 2.5rem 1rem;
    font-size: 1.8rem;
    border-width: 5px;
    min-height: 10rem;
  }
  .index_treatment .subnav > li a:hover {
    background: var(--clr_navy_light06);
    color: var(--clr_white);
  }
  .index_treatment.trigger .subnav > li {
    animation: fade_up 0.6s ease-out 0.4s 1 normal forwards;
  }
  .index_treatment.trigger .subnav > li:nth-child(1) {
    animation-delay: 0.4s;
  }
  .index_treatment.trigger .subnav > li:nth-child(2) {
    animation-delay: 0.4s;
  }
  .index_treatment.trigger .subnav > li:nth-child(3) {
    animation-delay: 0.4s;
  }
  .index_treatment.trigger .subnav > li:nth-child(4) {
    animation-delay: 0.6s;
  }
  .index_treatment.trigger .subnav > li:nth-child(5) {
    animation-delay: 0.6s;
  }
  .index_treatment.trigger .subnav > li:nth-child(6) {
    animation-delay: 0.6s;
  }
  .index_treatment.trigger .subnav > li:nth-child(7) {
    animation-delay: 0.6s;
  }
  .index_treatment.trigger .subnav > li:nth-child(8) {
    animation-delay: 0.8s;
  }
  .index_treatment.trigger .subnav > li:nth-child(9) {
    animation-delay: 0.8s;
  }
  .index_treatment.trigger .subnav > li:nth-child(10) {
    animation-delay: 0.8s;
  }
  .index_treatment.trigger .subnav > li:nth-child(11) {
    animation-delay: 0.8s;
  }
  .index_treatment.trigger .subnav > li:nth-child(12) {
    animation-delay: 1s;
  }
  .index_treatment.trigger .subnav > li:nth-child(13) {
    animation-delay: 1s;
  }
  .index_treatment.trigger .subnav > li:nth-child(14) {
    animation-delay: 1s;
  }
  .index_treatment.trigger .subnav > li:nth-child(15) {
    animation-delay: 1s;
  }
  .index_treatment.trigger .subnav > li:nth-child(16) {
    animation-delay: 1.2s;
  }
}

.feature {
  padding: 4rem 0;
  background: url("../img/index_feature_bg.webp") top right/auto 100% no-repeat;
}
.feature .feature_lst {
  display: flex;
  flex-wrap: wrap;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  gap: 4px 0;
}
.feature .feature_lst > li {
  width: 100%;
  aspect-ratio: 4/2.2;
  opacity: var(--anime-opacity);
}
.feature .feature_lst > li a {
  display: block;
  width: 100%;
  height: 100%;
  color: var(--clr_white);
  background-position: center top -1rem;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 1.5rem;
  position: relative;
  z-index: 0;
  display: grid;
  align-content: end;
}
.feature .feature_lst > li a .feature_tit {
  font-size: 1.8rem;
  margin-bottom: 0.8rem;
  line-height: 1.2;
}
.feature .feature_lst > li a p {
  margin: 0;
  font-size: 1.2rem;
}
.feature .feature_lst > li a::before {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(var(--rgb_navy_dark02), 0.6);
  position: absolute;
  inset: 0;
  z-index: -1;
}
.feature .feature_lst > li:nth-of-type(1) a {
  background-image: url("../img/index_feature01.webp");
}
.feature .feature_lst > li:nth-of-type(2) a {
  background-image: url("../img/index_feature02.webp");
}
.feature .feature_lst > li:nth-of-type(3) a {
  background-image: url("../img/index_feature03.webp");
}
.feature .feature_lst > li:nth-of-type(4) a {
  background-image: url("../img/index_feature04.webp");
}
.feature .feature_lst > li:nth-of-type(5) a {
  background-image: url("../img/index_feature05.webp");
}
.feature .feature_lst > li:nth-of-type(6) a {
  background-image: url("../img/index_feature06.webp");
}
.feature .feature_lst > li:nth-of-type(7) a {
  background-image: url("../img/index_feature07.webp");
}
.feature .feature_lst > li:nth-of-type(8) a {
  background-image: url("../img/index_feature08.webp");
}
.feature .feature_lst > li:nth-of-type(9) a {
  background-image: url("../img/index_feature09.webp");
}
.feature.trigger .feature_lst > li {
  animation: fade_up 0.6s ease-out 0.4s 1 normal forwards;
}
.feature.trigger .feature_lst > li:nth-child(1) {
  animation-delay: 0.8s;
}
.feature.trigger .feature_lst > li:nth-child(2) {
  animation-delay: 1s;
}
.feature.trigger .feature_lst > li:nth-child(3) {
  animation-delay: 1.2s;
}
.feature.trigger .feature_lst > li:nth-child(4) {
  animation-delay: 1.4s;
}
.feature.trigger .feature_lst > li:nth-child(5) {
  animation-delay: 1.6s;
}
.feature.trigger .feature_lst > li:nth-child(6) {
  animation-delay: 1.8s;
}
.feature.trigger .feature_lst > li:nth-child(7) {
  animation-delay: 2s;
}
.feature.trigger .feature_lst > li:nth-child(8) {
  animation-delay: 2.2s;
}
.feature.trigger .feature_lst > li:nth-child(9) {
  animation-delay: 2.4s;
}
.feature.trigger .feature_lst > li:nth-child(10) {
  animation-delay: 2.6s;
}
.feature.trigger .feature_lst > li:nth-child(11) {
  animation-delay: 2.8s;
}
.feature.trigger .feature_lst > li:nth-child(12) {
  animation-delay: 3s;
}
.feature.trigger .feature_lst > li:nth-child(13) {
  animation-delay: 3.2s;
}
.feature.trigger .feature_lst > li:nth-child(14) {
  animation-delay: 3.4s;
}
.feature.trigger .feature_lst > li:nth-child(15) {
  animation-delay: 3.6s;
}
.feature.trigger .feature_lst > li:nth-child(16) {
  animation-delay: 3.8s;
}
@media screen and (min-width: 48em), print {
  .feature {
    padding: 11.5rem 0 12rem;
    background-position: top center;
    background-size: 200rem auto;
  }
  .feature .feature_lst {
    margin-left: 0;
    margin-right: 0;
    gap: 0;
    background: url("../img/logo_mark.svg") bottom 5rem right 11rem/20rem auto no-repeat;
    opacity: var(--anime-opacity);
  }
  .feature .feature_lst > li {
    width: 33.3333333333%;
    aspect-ratio: 4/3;
    opacity: 1;
  }
  .feature .feature_lst > li a {
    padding: 3rem;
    background-position: center center;
  }
  .feature .feature_lst > li a section {
    min-height: 11.5rem;
  }
  .feature .feature_lst > li a .feature_tit {
    font-size: 4rem;
    margin-bottom: 0.8rem;
  }
  .feature .feature_lst > li a p {
    font-size: 1.6rem;
  }
  .feature .feature_lst > li a::before {
    background: rgba(var(--rgb_navy_dark02), 0.8);
    transition: 0.3s;
  }
  .feature .feature_lst > li a:hover::before {
    background: rgba(var(--rgb_navy_dark02), 0.3);
  }
  .feature .feature_lst > li:nth-of-type(3n - 2) {
    position: relative;
  }
  .feature .feature_lst > li:nth-of-type(3n - 2)::after {
    content: "";
    display: block;
    width: 200%;
    height: 100%;
    position: absolute;
    top: 0;
    right: -200%;
    z-index: 0;
    background: rgba(var(--rgb_navy_dark02), 0.8);
  }
  .feature .feature_lst > li:nth-of-type(3n - 2):not(:first-of-type)::after {
    box-shadow: 0 -4px 0px var(--clr_white);
  }
  .feature .feature_lst > li:not(:nth-of-type(3n)) a {
    border-right: 4px solid var(--clr_white);
  }
  .feature .feature_lst > li:not(:nth-of-type(-n + 3)) {
    border-top: 4px solid var(--clr_white);
  }
  .feature.trigger .feature_lst {
    animation: fade_up 0.6s ease-out 0.4s 1 normal forwards;
  }
  .feature.trigger .feature_lst > li {
    animation: none;
  }
  .feature.trigger .feature_lst > li:nth-child(1) {
    animation-delay: inherit;
  }
  .feature.trigger .feature_lst > li:nth-child(2) {
    animation-delay: inherit;
  }
  .feature.trigger .feature_lst > li:nth-child(3) {
    animation-delay: inherit;
  }
  .feature.trigger .feature_lst > li:nth-child(4) {
    animation-delay: inherit;
  }
  .feature.trigger .feature_lst > li:nth-child(5) {
    animation-delay: inherit;
  }
  .feature.trigger .feature_lst > li:nth-child(6) {
    animation-delay: inherit;
  }
  .feature.trigger .feature_lst > li:nth-child(7) {
    animation-delay: inherit;
  }
  .feature.trigger .feature_lst > li:nth-child(8) {
    animation-delay: inherit;
  }
  .feature.trigger .feature_lst > li:nth-child(9) {
    animation-delay: inherit;
  }
  .feature.trigger .feature_lst > li:nth-child(10) {
    animation-delay: inherit;
  }
  .feature.trigger .feature_lst > li:nth-child(11) {
    animation-delay: inherit;
  }
  .feature.trigger .feature_lst > li:nth-child(12) {
    animation-delay: inherit;
  }
  .feature.trigger .feature_lst > li:nth-child(13) {
    animation-delay: inherit;
  }
  .feature.trigger .feature_lst > li:nth-child(14) {
    animation-delay: inherit;
  }
  .feature.trigger .feature_lst > li:nth-child(15) {
    animation-delay: inherit;
  }
  .feature.trigger .feature_lst > li:nth-child(16) {
    animation-delay: inherit;
  }
}

.greeting {
  padding: 4rem 0;
  overflow: hidden;
}
.greeting .dr_img {
  position: relative;
  z-index: 0;
  padding: 1rem 0 0;
  margin-bottom: 2rem;
  opacity: var(--anime-opacity);
}
.greeting .dr_img::before {
  content: "";
  display: block;
  width: 70%;
  height: calc(100% - 1rem);
  position: absolute;
  top: -1rem;
  left: -1.5rem;
  background: linear-gradient(to right, var(--clr_green_light02), var(--clr_navy_light02), var(--clr_navy_light02));
  z-index: -1;
  opacity: var(--anime-opacity);
}
.greeting .dr_img img {
  margin: 0 auto;
  max-width: 70%;
}
.greeting .dr_message {
  opacity: var(--anime-opacity);
}
.greeting .dr_message .dr_name {
  text-align: right;
  font-size: 1.4rem;
  margin: 2rem 0rem 0.8rem 0;
}
.greeting.trigger .dr_img {
  animation: fade_up 0.6s ease-out 0.4s 1 normal forwards;
}
.greeting.trigger .dr_img::before {
  animation: fade_right 0.4s ease-out 0.4s 1 normal forwards;
}
.greeting.trigger .dr_message {
  animation: fade_up 0.6s ease-out 0.6s 1 normal forwards;
}
@media screen and (min-width: 48em), print {
  .greeting {
    padding: 10rem 0 11rem;
  }
  .greeting .wrap {
    position: relative;
    padding-left: 65.5rem;
    min-height: 57rem;
  }
  .greeting .wrap .top_tit02 {
    text-align: left;
  }
  .greeting .wrap .dr_img {
    position: absolute;
    top: -1rem;
    left: -2rem;
    width: 65.5rem;
    padding: 0;
    margin: 0;
  }
  .greeting .wrap .dr_img::before {
    content: "";
    display: block;
    width: 80rem;
    height: calc(100% - 7rem);
    position: absolute;
    top: -8rem;
    left: auto;
    right: 24rem;
    background: linear-gradient(to right, var(--clr_green_light02), var(--clr_navy_light02));
  }
  .greeting .wrap .dr_img img {
    max-width: inherit;
    width: 50rem;
  }
  .greeting .wrap .dr_message p {
    letter-spacing: 0.08rem;
    line-height: 1.6;
  }
  .greeting .wrap .dr_message .dr_name {
    font-size: 2rem;
    margin: 3rem 0rem 1.8rem 0;
    letter-spacing: 0;
  }
  .greeting.trigger .dr_img {
    animation: fade_right 0.6s ease-out 0.4s 1 normal forwards;
  }
  .greeting.trigger .dr_img::before {
    animation: fade_right 0.6s ease-out 0.6s 1 normal forwards;
  }
  .greeting.trigger .dr_message {
    animation: fade_up 0.6s ease-out 0.6s 1 normal forwards;
  }
}

.index_symptoms {
  padding: 4rem 0;
  background: url("../img/index_symptoms_bg.webp") top center/auto 100% no-repeat;
}
.index_symptoms .wrap {
  background: var(--clr_white);
  padding: 3rem 0;
  box-shadow: 3px 3px 30px rgba(var(--rgb_shadow), 0.16);
}
.index_symptoms .wrap .symptoms_lst {
  padding: 0rem 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.3rem 0;
}
.index_symptoms .wrap .symptoms_lst > li {
  width: 100%;
  opacity: var(--anime-opacity);
}
.index_symptoms .wrap .symptoms_lst > li a {
  display: block;
  font-size: 1.3rem;
  padding: 1rem;
  line-height: 1.3;
  background: var(--clr_navy_light);
  color: var(--clr_navy);
  text-align: center;
  box-shadow: 3px 3px 0 rgba(var(--rgb_shadow), 0.16);
}
.index_symptoms.trigger .symptoms_lst > li {
  animation: fade_up 0.6s ease-out 0.4s 1 normal forwards;
}
.index_symptoms.trigger .symptoms_lst > li:nth-child(1) {
  animation-delay: 0.6s;
}
.index_symptoms.trigger .symptoms_lst > li:nth-child(2) {
  animation-delay: 0.8s;
}
.index_symptoms.trigger .symptoms_lst > li:nth-child(3) {
  animation-delay: 1s;
}
.index_symptoms.trigger .symptoms_lst > li:nth-child(4) {
  animation-delay: 1.2s;
}
.index_symptoms.trigger .symptoms_lst > li:nth-child(5) {
  animation-delay: 1.4s;
}
.index_symptoms.trigger .symptoms_lst > li:nth-child(6) {
  animation-delay: 1.6s;
}
.index_symptoms.trigger .symptoms_lst > li:nth-child(7) {
  animation-delay: 1.8s;
}
.index_symptoms.trigger .symptoms_lst > li:nth-child(8) {
  animation-delay: 2s;
}
.index_symptoms.trigger .symptoms_lst > li:nth-child(9) {
  animation-delay: 2.2s;
}
.index_symptoms.trigger .symptoms_lst > li:nth-child(10) {
  animation-delay: 2.4s;
}
.index_symptoms.trigger .symptoms_lst > li:nth-child(11) {
  animation-delay: 2.6s;
}
.index_symptoms.trigger .symptoms_lst > li:nth-child(12) {
  animation-delay: 2.8s;
}
.index_symptoms.trigger .symptoms_lst > li:nth-child(13) {
  animation-delay: 3s;
}
.index_symptoms.trigger .symptoms_lst > li:nth-child(14) {
  animation-delay: 3.2s;
}
.index_symptoms.trigger .symptoms_lst > li:nth-child(15) {
  animation-delay: 3.4s;
}
.index_symptoms.trigger .symptoms_lst > li:nth-child(16) {
  animation-delay: 3.6s;
}
@media screen and (min-width: 48em), print {
  .index_symptoms {
    padding: 12rem 0;
    background-size: 200rem auto;
  }
  .index_symptoms .wrap {
    padding: 7rem 0 8.5rem;
  }
  .index_symptoms .wrap .symptoms_lst {
    padding: 0rem 10rem;
    justify-content: space-between;
    gap: 3rem 5rem;
  }
  .index_symptoms .wrap .symptoms_lst > li {
    width: calc((100% - 5rem) / 2);
  }
  .index_symptoms .wrap .symptoms_lst > li a {
    padding: 1.5rem;
    min-height: 7rem;
    font-size: 1.8rem;
    line-height: 1.3;
    display: grid;
    place-items: center;
  }
  .index_symptoms .wrap .symptoms_lst > li a:hover {
    background: var(--clr_navy_light06);
    color: var(--clr_white);
  }
  .index_symptoms.trigger .symptoms_lst > li {
    animation: fade_up 0.6s ease-out 0.2s 1 normal forwards;
  }
  .index_symptoms.trigger .symptoms_lst > li:nth-child(1) {
    animation-delay: 0.4s;
  }
  .index_symptoms.trigger .symptoms_lst > li:nth-child(2) {
    animation-delay: 0.4s;
  }
  .index_symptoms.trigger .symptoms_lst > li:nth-child(3) {
    animation-delay: 0.6s;
  }
  .index_symptoms.trigger .symptoms_lst > li:nth-child(4) {
    animation-delay: 0.6s;
  }
  .index_symptoms.trigger .symptoms_lst > li:nth-child(5) {
    animation-delay: 0.8s;
  }
  .index_symptoms.trigger .symptoms_lst > li:nth-child(6) {
    animation-delay: 0.8s;
  }
  .index_symptoms.trigger .symptoms_lst > li:nth-child(7) {
    animation-delay: 1s;
  }
  .index_symptoms.trigger .symptoms_lst > li:nth-child(8) {
    animation-delay: 1s;
  }
  .index_symptoms.trigger .symptoms_lst > li:nth-child(9) {
    animation-delay: 1.2s;
  }
  .index_symptoms.trigger .symptoms_lst > li:nth-child(10) {
    animation-delay: 1.2s;
  }
  .index_symptoms.trigger .symptoms_lst > li:nth-child(11) {
    animation-delay: 1.4s;
  }
  .index_symptoms.trigger .symptoms_lst > li:nth-child(12) {
    animation-delay: 1.4s;
  }
  .index_symptoms.trigger .symptoms_lst > li:nth-child(13) {
    animation-delay: 1.6s;
  }
  .index_symptoms.trigger .symptoms_lst > li:nth-child(14) {
    animation-delay: 1.6s;
  }
  .index_symptoms.trigger .symptoms_lst > li:nth-child(15) {
    animation-delay: 1.8s;
  }
  .index_symptoms.trigger .symptoms_lst > li:nth-child(16) {
    animation-delay: 1.8s;
  }
}

.top_info {
  padding: 1rem 0;
  background: url("../img/index_symptoms_bg.webp") top center/auto 100% no-repeat;
}
.top_info .wrap {
  border: 3px solid var(--clr_green_light02);
  background: var(--clr_white);
  padding: 3rem 2rem;
  box-shadow: 3px 3px 30px rgba(var(--rgb_shadow), 0.16);
  margin: 1.5rem;
}
.top_info .wrap .symptoms_lst {
  padding: 0rem 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.3rem 0;
}
@media screen and (min-width: 48em), print {
  .top_info {
    padding: 4rem 0;
    background-size: 200rem auto;
  }
  .top_info .wrap {
    padding: 5rem 7rem;
    margin: 2rem auto;
  }
  .top_info .wrap .symptoms_lst {
    padding: 0rem 10rem;
    justify-content: space-between;
    gap: 3rem 5rem;
  }
}

body:not(.index) .main {
  margin: 0 1.5rem 6rem;
}
body:not(.index) .main a:not([class*=btn], [href*="tel:"], [class*=rsv]) {
  text-decoration: underline;
  color: var(--clr_green);
}
body:not(.index) .main a:not([class*=btn], [href*="tel:"], [class*=rsv]):hover {
  text-decoration: none;
}
@media screen and (min-width: 48em), print {
  body:not(.index) .main {
    width: calc(1200px - 10rem);
    margin: 0 auto 8rem;
  }
}

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

@media screen and (min-width: 48em), print {
  .breadcrumb {
    font-size: 1.4rem;
    width: 1200px;
    margin: 0 auto 8rem;
    white-space: inherit;
    overflow-x: inherit;
  }
  .breadcrumb li:not(:first-child)::before {
    margin: 0 0.8rem;
  }
  .breadcrumb li a:hover {
    text-decoration: none !important;
  }
}
.gallery {
  width: 85%;
  margin: auto;
  visibility: hidden;
}
.gallery .gallery_slider div {
  position: relative;
}
.gallery .gallery_slider div .cap {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  padding: 0.4rem;
  opacity: 0;
  transition: 0.3s ease;
  width: 100%;
  margin: 0;
  color: var(--clr_white);
  line-height: 1.3;
}
.gallery .gallery_slider div .slick-current .cap {
  opacity: 1;
  transition-delay: 0.5s;
  background: rgba(var(--rgb_navy), 0.5);
}
.gallery .gallery_slider div:first-child .cap {
  transition-delay: 0s;
}
.gallery .gallery_slider .slick-arrow {
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 39%;
  cursor: pointer;
  line-height: 0;
  font-size: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: var(--clr_white);
  background: none;
  z-index: 1;
}
.gallery .gallery_slider .slick-arrow::before {
  font-family: "fontello";
  content: "\f006";
  color: var(--clr_navy);
  font-size: 3rem;
}
.gallery .gallery_slider .slick-arrow.slick-next {
  right: -2.5rem;
}
.gallery .gallery_slider .slick-arrow.slick-prev {
  left: -2.5rem;
}
.gallery .gallery_slider .slick-arrow.slick-prev::before {
  font-family: "fontello";
  content: "\f007";
}
.gallery .gallery_slider .slick-dots {
  display: flex;
  justify-content: 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_navy);
}
.gallery .gallery_slider .slick-dots li button:hover, .gallery .gallery_slider .slick-dots li button:focus {
  opacity: 0.8;
}
.gallery .gallery_slider .slick-dots li.slick-active button {
  opacity: 0.75;
}
.gallery .gallery_thum div img {
  cursor: pointer;
  border: 2px solid transparent;
}
.gallery .gallery_thum .slick-current div img {
  border: 2px solid var(--clr_navy);
}
@media screen and (min-width: 48em), print {
  .gallery {
    width: 75rem;
    margin: auto;
  }
  .gallery .gallery_slider {
    font-size: 1.6em;
  }
  .gallery .gallery_slider div .cap {
    line-height: 1.8;
  }
  .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;
  }
  .gallery .gallery_thum .slick-track .slick-slide.slick-current div img {
    border: 4px solid var(--clr_navy);
  }
  .gallery.-few .gallery_thum .slick-track {
    transform: translate3d(0px, 0px, 0px) !important;
  }
  .flex2.-device {
    gap: 4rem 2rem;
  }
}
.access .main .gmap {
  height: 30rem;
  margin: 2rem 0;
}
@media screen and (min-width: 48em), print {
  .access .main .tbl_time {
    font-size: 1.8rem;
  }
  .access .main .tbl_time tr th[scope=col] {
    padding: 1rem 0.4rem;
    font-size: 90%;
  }
  .access .main .tbl_time tr th[scope=col]:first-child {
    width: 35%;
  }
  .access .main .tbl_time tr td {
    padding: 1.6rem 0.4rem;
    font-size: 80%;
  }
  .access .main .tbl_time .gmap {
    margin: 4rem 0 0;
    height: 50rem;
  }
}

.privacy_policy h2 {
  font-size: 1.6rem;
}
@media screen and (min-width: 48em), print {
  .privacy_policy h2 {
    font-size: 2.4rem;
  }
}/*# sourceMappingURL=style.css.map */