@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;
  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 {
  -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: #D4DCE0;
  --rgb_border: 212, 220, 224;
  --clr_shadow: #000000;
  --rgb_shadow: 0, 0, 0;
  --clr_white: #fff;
  --rgb_white: 255, 255, 255;
  --clr_blue: #004EA2;
  --rgb_blue: 0, 78, 162;
  --clr_blue_light: #0081C6;
  --rgb_blue_light: 0, 129, 198;
  --clr_blue_light02: #3496D3;
  --rgb_blue_light02: 52, 150, 211;
  --clr_blue_light03: #4387C4;
  --rgb_blue_light03: 67, 135, 196;
  --clr_blue_dark: #003C7D;
  --rgb_blue_dark: 0, 60, 125;
  --clr_blue_dark02: #003754;
  --rgb_blue_dark02: 0, 55, 84;
  --clr_blue_dark03: #005BAB;
  --rgb_blue_dark03: 0, 91, 171;
  --clr_aqua: #B3E5F9;
  --rgb_aqua: 179, 229, 249;
  --clr_aqua_light: #B3F1FF;
  --rgb_aqua_light: 179, 241, 255;
  --clr_aqua_light02: #E6F6FD;
  --rgb_aqua_light02: 230, 246, 253;
  --clr_aqua_light03: #CCE5FF;
  --rgb_aqua_light03: 204, 229, 255;
  --clr_aqua_dark: #47BCC6;
  --rgb_aqua_dark: 71, 188, 198;
  --clr_aqua_dark02: #99DBFF;
  --rgb_aqua_dark02: 153, 219, 255;
  --clr_aqua_dark03: #54C3F1;
  --rgb_aqua_dark03: 84, 195, 241;
  --clr_gray: #D4DCE0;
  --rgb_gray: 212, 220, 224;
  --clr_gray_light: #F0F2F4;
  --rgb_gray_light: 240, 242, 244;
  --clr_red: #e60012;
  --rgb_red: 230, 0, 18;
  --clr_cal: #99DBFF;
  --rgb_cal: 153, 219, 255;
  --clr_cal_off: #D4DCE0;
  --rgb_cal_off: 212, 220, 224;
  --clr_cal_pm: #B3F1FF;
  --rgb_cal_pm: 179, 241, 255;
  --clr_cal_pmOnly: #CCFFCC;
  --rgb_cal_pmOnly: 204, 255, 204;
  --clr_cal_extraOff: #FFFFCC;
  --rgb_cal_extraOff: 255, 255, 204;
}

@font-face {
  font-family: "fontello";
  src: url("fontello/font/fontello.woff2") format("woff2");
  font-display: fallback;
}
.cf::before,
.cf::after {
  content: "";
  display: block;
}

.cf::after {
  clear: both;
}

.fl_l {
  float: left;
}

.fl_r {
  float: right;
}

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

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

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

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

.txt_large {
  font-size: 120%;
}

.txt_small {
  font-size: 80%;
}

.txt_blue {
  color: var(--clr_blue_light);
}

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

.line_mark {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(75%, var(--clr_aqua_light03))) repeat scroll 0 -0.2em;
  background: linear-gradient(transparent 75%, var(--clr_aqua_light03) 75%) repeat scroll 0 -0.2em;
  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, .tablet_only, .pc_only {
  display: none;
}

.sp_only {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

.tbl_time {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 1.2rem;
}
.tbl_time caption {
  caption-side: bottom;
  text-align: left;
  margin-top: 0.7rem;
  font-size: 92%;
}
.tbl_time caption .blue {
  color: var(--clr_blue_light);
}
.tbl_time caption .cap_flex {
  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;
  margin: 0.7rem 0;
}
.tbl_time caption .cap_flex .cap_tit {
  color: var(--clr_blue_light);
  border: 1px solid var(--clr_blue_light);
  width: 4em;
  text-align: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.tbl_time caption .cap_flex .cap_content {
  width: calc(100% - 4em - 1rem);
}
.tbl_time caption .kome {
  display: inline-block;
  padding-left: 1.1em;
  position: relative;
  line-height: 1.5;
}
.tbl_time caption .kome::before {
  content: "※";
  position: absolute;
  left: 0;
}
.tbl_time tr:first-of-type {
  background: -webkit-gradient(linear, left top, right top, from(var(--clr_blue_light02)), to(var(--clr_blue)));
  background: linear-gradient(to right, var(--clr_blue_light02), var(--clr_blue));
  color: var(--clr_white);
}
.tbl_time tr th {
  font-weight: normal;
}
.tbl_time tr th[scope=col] {
  padding: 0.4rem;
  text-align: center;
  font-weight: 700;
}
.tbl_time tr th[scope=col]:first-child {
  width: 35%;
}
.tbl_time tr th.time {
  border-bottom: 1px solid var(--clr_white);
  background: var(--clr_aqua_light02);
  font-weight: 700;
}
.tbl_time tr td {
  text-align: center;
  padding: 1rem 0.4rem;
  border-bottom: 1px solid var(--clr_white);
  background: var(--clr_aqua_light02);
  color: var(--clr_blue_light);
  line-height: 1;
  font-size: 80%;
}

@media screen and (min-width: 48em), print {
  .tbl_time {
    table-layout: fixed;
    font-size: 2rem;
  }
  .tbl_time caption {
    font-size: 1.8rem;
    margin-top: 1.5rem;
  }
  .tbl_time caption .cap_flex {
    margin: 1.8rem 0;
    line-height: 1.55;
  }
  .tbl_time caption .cap_flex .cap_tit {
    width: 11rem;
  }
  .tbl_time caption .cap_flex .cap_content {
    width: calc(100% - 11rem - 1rem);
  }
  .tbl_time tr th[scope=col] {
    padding: 0.6rem 0;
  }
  .tbl_time tr th[scope=col]:first-child {
    width: 32%;
  }
  .tbl_time tr th[scope=col]:last-of-type {
    width: 12%;
    padding-right: 2%;
  }
  .tbl_time tr td {
    padding: 2.2rem 0;
  }
  .tbl_time tr td:last-of-type {
    width: 12%;
    padding-right: 2%;
  }
}
.timetable_bgwhite {
  background: var(--clr_white);
  border: 1px solid var(--clr_gray);
  padding: 1.5rem;
}
@media screen and (min-width: 48em), print {
  .timetable_bgwhite {
    padding: 2.5rem 3rem;
  }
}

.gmap {
  width: 100%;
}

.img_map img {
  margin-inline: auto;
}

.tit_01 {
  font-size: 2rem;
  padding: 1rem;
  text-align: center;
  margin-bottom: 1rem;
  background: url(../img/tit_01.webp) center/auto 100% no-repeat;
  color: var(--clr_white);
  font-weight: 700;
  line-height: 1.2;
  min-height: 9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tit_02 {
  font-size: 1.8rem;
  line-height: 1.2;
  margin-bottom: 4rem;
  text-align: center;
  position: relative;
  font-weight: 700;
  color: var(--clr_blue);
}
.tit_02::after {
  content: "";
  width: 2.1em;
  height: 2px;
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -1.2rem;
  border-bottom: 2px solid var(--clr_blue_light);
}

.tit_03 {
  font-size: 1.7rem;
  line-height: 1.3;
  margin-bottom: 2rem;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, right top, from(var(--clr_blue_light02)), to(var(--clr_blue)));
  background: linear-gradient(to right, var(--clr_blue_light02), var(--clr_blue));
  color: var(--clr_white);
  padding: 0.6rem 1.6rem;
  position: relative;
}
.tit_03::before {
  content: "";
  display: block;
  width: 0.8rem;
  height: 2px;
  background: var(--clr_white);
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.tit_04 {
  font-size: 1.6rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  font-weight: 700;
  padding-left: 1.6rem;
  position: relative;
}
.tit_04::before {
  content: "";
  display: block;
  width: 0.9rem;
  height: 0.9rem;
  background: -webkit-gradient(linear, left top, right top, from(var(--clr_blue_light02)), to(var(--clr_blue)));
  background: linear-gradient(to right, var(--clr_blue_light02), var(--clr_blue));
  color: var(--clr_white);
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
}

.tit_05 {
  font-size: 1.5rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  padding-bottom: 0.6rem;
  color: var(--clr_blue_dark03);
  font-weight: 700;
  border-bottom: 1px solid;
  border-image-source: linear-gradient(to right, var(--clr_blue_light02) 2.5em, transparent 2.5em);
  border-image-slice: 1;
}

.tit_06 {
  font-size: 1.4rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  font-weight: 700;
  padding-left: 1.5rem;
  position: relative;
}
.tit_06::before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  border: 2px solid var(--clr_blue_light);
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    font-size: 4.4rem;
    min-height: 24rem;
  }
  .tit_01 span {
    width: calc(1200px - 10rem);
    margin: 2rem auto;
  }
  .tit_02 {
    font-size: 4rem;
    margin-bottom: 7.5rem;
  }
  .tit_02::after {
    bottom: -2rem;
  }
  .tit_03 {
    font-size: 3.2rem;
    padding: 1.4rem 3rem;
    margin-bottom: 3rem;
  }
  .tit_03::before {
    width: 1.5rem;
  }
  .tit_04 {
    font-size: 2.6rem;
    padding-left: 3rem;
    margin-bottom: 3rem;
  }
  .tit_04::before {
    width: 1.5rem;
    height: 1.5rem;
  }
  .tit_05 {
    font-size: 2.2rem;
    padding-bottom: 0.8rem;
    margin-bottom: 2rem;
  }
  .tit_06 {
    font-size: 2rem;
    padding-left: 2.5rem;
  }
  .tit_06::before {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.lst {
  line-height: 1.4;
}
.lst > li:not(:last-child) {
  margin-bottom: 1rem;
}

.lst_ul {
  line-height: 1.4;
}
.lst_ul > li {
  padding-left: 1.4em;
  position: relative;
}
.lst_ul > li:not(:last-child) {
  margin-bottom: 1rem;
}
.lst_ul > li::before {
  content: "●";
  color: var(--clr_blue_light);
  font-size: 80%;
  position: absolute;
  top: 0.2em;
  left: 0;
}
.lst_ul.-kome > li::before {
  content: "※";
  color: inherit;
  font-size: 100%;
  top: inherit;
}
.lst_ul.-check > li::before {
  font-family: "fontello";
  content: "\e805";
  left: 0.15rem;
  color: var(--clr_blue);
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
  font-size: 100%;
  top: inherit;
}

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

.lst_ol {
  line-height: 1.4;
  counter-reset: number 0;
}
.lst_ol > li {
  counter-increment: number 1;
  padding-left: 1.3em;
  position: relative;
}
.lst_ol > li:not(:last-child) {
  margin-bottom: 1rem;
}
.lst_ol > li::before {
  content: counter(number) ".";
  color: var(--clr_blue_light);
  font-weight: 700;
  width: 1.3em;
  height: 1.3em;
  line-height: 1;
  position: absolute;
  top: 0.26rem;
  left: 0;
}
@media screen and (min-width: 48em), print {
  .lst_ol > li::before {
    top: 0.34rem;
  }
}
.lst_ol.-maru > li::before {
  display: -ms-grid;
  display: grid;
  place-items: center;
  content: counter(number);
  color: var(--clr_txt);
  border: 1px solid var(--clr_txt);
  text-align: center;
  border-radius: 50%;
  font-size: 80%;
}
.lst_ol.-wide {
  line-height: 1.65;
}
.lst_ol.-wide > li:not(:last-child) {
  margin-bottom: 1.5rem;
}
.lst_ol.-wide > li::before {
  font-size: 105%;
  top: 0.5rem;
}
@media screen and (min-width: 48em), print {
  .lst_ol.-wide > li:not(:last-child) {
    margin-bottom: 2rem;
  }
  .lst_ol.-wide > li::before {
    top: 0.6rem;
  }
}

.lst_dl {
  --dl_border: var(--clr_gray);
}
.lst_dl dt {
  background: var(--clr_aqua_light02);
  color: var(--clr_blue);
  font-weight: 700;
  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 {
  margin: 0 0 0.5rem;
  background: var(--clr_white);
  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);
}
@media screen and (min-width: 48em), print {
  .lst_dl dt {
    padding: 1rem 2.5rem;
  }
  .lst_dl dd {
    padding: 1.5rem 2.5rem;
  }
}

.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: -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: block;
  padding: 0.6rem 1rem 0.6rem 2rem;
  position: relative;
  font-weight: 700;
  text-decoration: none !important;
}
.lst_anc > li a::before {
  position: absolute;
  left: 0.5rem;
  bottom: 0.5rem;
  font-family: "fontello";
  content: "\34";
  font-weight: 400;
}
.lst_anc > li a::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: var(--clr_blue_light);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (min-width: 48em), print {
  .lst_anc {
    gap: 2rem;
  }
  .lst_anc > li {
    width: calc((100% - 4rem) / 3);
  }
  .lst_anc > li a {
    padding: 1.2rem 1.2rem 1.2rem 3rem;
  }
  .lst_anc > li a::before {
    bottom: 1rem;
  }
  .lst_anc > li a:hover {
    color: var(--clr_aqua_dark) !important;
    opacity: 0.7 !important;
  }
  .lst_anc > li a:hover::after {
    background: var(--clr_aqua_dark);
  }
}
@media screen and (min-width: 80em), print {
  .lst_anc > li {
    width: calc((100% - 6rem) / 4);
  }
  .lst_anc .pc-col03 > li {
    width: calc((100% - 4rem) / 3);
  }
}

.flow > dd {
  margin: 0;
  position: relative;
}
.flow > dd:not(:last-child) {
  margin: 0 0 5rem;
}
.flow > dd:not(:last-child)::after {
  display: block;
  width: 4rem;
  height: 1.5rem;
  background: url("../img/icon_flow.png") center center/contain no-repeat;
  content: "";
  position: absolute;
  bottom: -3.5rem;
  left: 0;
  right: 0;
  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: -5.5rem;
    width: 6rem;
    height: 2rem;
  }
}

.flow_ol {
  counter-reset: number 0;
}
.flow_ol > li {
  border: 1px solid var(--clr_blue_light);
  padding: 1.5rem;
  counter-increment: number 1;
  position: relative;
  -webkit-box-shadow: inset 0 0 0 3px var(--clr_white), inset 0 0 0 4px var(--clr_aqua_dark03);
          box-shadow: inset 0 0 0 3px var(--clr_white), inset 0 0 0 4px var(--clr_aqua_dark03);
}
.flow_ol > li:not(:last-child) {
  margin: 0 0 5rem;
}
.flow_ol > li:not(:last-child)::after {
  display: block;
  width: 4rem;
  height: 1.5rem;
  background: url("../img/icon_flow.png") center center/contain no-repeat;
  content: "";
  position: absolute;
  bottom: -3.5rem;
  left: 0;
  right: 0;
  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: -5.5rem;
    width: 6rem;
    height: 2rem;
  }
}
.flow_ol > li .flow_tit {
  padding-bottom: 0.4rem;
  margin-bottom: 0.8rem;
  border-bottom: 1px solid var(--clr_blue_light);
  display: block;
  font-size: 115%;
  color: var(--clr_blue_light);
  font-weight: 700;
  padding-left: 1.2em;
}
.flow_ol > li .flow_tit::before {
  display: inline-block;
  content: counter(number) ".";
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
}
@media screen and (min-width: 48em), print {
  .flow_ol > li {
    padding: 3rem;
    -webkit-box-shadow: inset 0 0 0 4px var(--clr_white), inset 0 0 0 5px var(--clr_aqua_dark03);
            box-shadow: inset 0 0 0 4px var(--clr_white), inset 0 0 0 5px var(--clr_aqua_dark03);
  }
  .flow_ol > li .flow_tit {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
  .flow_ol > li .flow_tit::before {
    top: 3rem;
    left: 3rem;
  }
}

.lst_faq dt, .lst_faq dd {
  padding-left: 3rem;
  position: relative;
}
.lst_faq dt::before, .lst_faq dd::before {
  position: absolute;
  top: -0.3rem;
  left: 0;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 120%;
  width: 2.5rem;
  text-align: center;
  letter-spacing: 0.1rem;
}
.lst_faq dt {
  margin-bottom: 0.8rem;
}
.lst_faq dt::before {
  content: "Q.";
  color: var(--clr_blue);
}
.lst_faq dd:not(:last-child) {
  margin-bottom: 1.5rem;
}
.lst_faq dd::before {
  content: "A.";
  color: var(--clr_aqua_dark03);
}
@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;
    font-size: 140%;
    top: -0.6rem;
  }
}

.card_lst {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(100% - 1rem);
  margin-inline: auto;
  gap: 1.5rem;
}
.card_lst > li {
  width: calc((100% - 4.5rem) / 4);
  min-width: 50px;
  min-height: 33px;
  display: -ms-grid;
  display: grid;
  place-items: center;
}
.card_lst > li .square {
  max-width: 85%;
}
.card_lst.-small {
  gap: 1rem;
}
.card_lst.-small > li {
  width: calc((100% - 4rem) / 5);
}
.card_lst.-small > li .square {
  max-width: 80%;
}
@media screen and (min-width: 48em), print {
  .card_lst {
    gap: 3.5rem;
  }
  .card_lst > li {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .card_lst > li .square {
    max-width: inherit;
  }
  .card_lst.-small {
    width: auto;
    gap: 1.5rem;
  }
  .card_lst.-small > li {
    width: calc((100% - 9rem) / 7);
  }
}
@media screen and (min-width: 80em), print {
  .card_lst {
    width: 100rem;
    gap: 4rem;
  }
}

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

@media screen and (min-width: 80em), 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 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1rem 3rem;
  }
  .flex1 > li {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .flex1 > li:not(:last-child) {
    margin-bottom: inherit;
  }
}
.tel {
  display: inline-block;
  color: var(--clr_white);
  background: var(--clr_blue_dark02);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.5rem 2rem;
  gap: 0.5rem;
  font-weight: 700;
  max-width: 55%;
}
.tel::before {
  font-family: "fontello";
  content: "\e80c";
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
  font-weight: 400;
}
@media screen and (min-width: 48em), print {
  .tel {
    max-width: 20rem;
  }
}

.rsv {
  display: inline-block;
  color: var(--clr_white);
  background: var(--clr_blue);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.5rem 2rem;
  gap: 0.5rem;
  font-weight: 700;
  max-width: 55%;
}
.rsv::before {
  font-family: "fontello";
  content: "\e80d";
  font-weight: 400;
}
@media screen and (min-width: 48em), print {
  .rsv {
    max-width: 20rem;
  }
  .rsv:hover {
    opacity: 1;
    -webkit-filter: brightness(130%);
            filter: brightness(130%);
  }
}

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

.btn {
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(var(--clr_blue_light02)), to(var(--clr_blue)));
  background: linear-gradient(to right, var(--clr_blue_light02), var(--clr_blue));
  color: var(--clr_white);
  color: var(--clr_blue_light);
  border: 1px solid var(--clr_blue_light);
  padding: 0.6rem 2rem;
  font-weight: 700;
  min-width: 55%;
  text-align: center;
  position: relative;
  z-index: 0;
}
.btn::before, .btn::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
}
.btn::before {
  width: 100%;
  height: 100%;
  z-index: -1;
  background: var(--clr_white);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.btn::after {
  width: 1rem;
  height: 1rem;
  background: linear-gradient(135deg, transparent 50%, var(--clr_blue_light) 50%);
}
@media screen and (min-width: 48em), print {
  .btn {
    padding: 1.3rem 3rem;
    min-width: 28rem;
  }
  .btn::after {
    width: 2rem;
    height: 2rem;
  }
  .btn:hover {
    color: var(--clr_white);
    opacity: 1;
  }
  .btn:hover::before {
    background: none;
  }
}

.lnk {
  display: inline-block;
  text-decoration: underline;
  cursor: pointer;
  color: var(--clr_blue_light);
}
.lnk::after {
  padding-left: 0.3rem;
  display: inline-block;
}
@media screen and (min-width: 48em), print {
  .lnk::after {
    padding-left: 0.6rem;
  }
}
.lnk:hover {
  text-decoration: none;
  opacity: 1;
}
.lnk.scr::before {
  font-family: "fontello";
  content: "\34";
}
.lnk.out::after {
  font-family: "fontello";
  content: "\f08e";
}
.lnk.pdf::after {
  font-family: "fontello";
  content: "\f1c1";
}

.bnr {
  display: block;
  width: 100%;
}
.bnr img {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.bnr:hover img {
  -webkit-filter: brightness(105%);
          filter: brightness(105%);
  opacity: 0.9;
}
.bnr.txt_c {
  margin-inline: auto;
}

.tbl {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
.tbl caption {
  font-size: 85%;
  caption-side: bottom;
  text-align: left;
  margin-top: 0.4rem;
}
.tbl tr th {
  text-align: left;
  padding: 1rem;
  font-weight: normal;
  border: 1px solid var(--clr_border);
  background: var(--clr_gray_light);
  line-height: 1.3;
}
.tbl tr td {
  text-align: left;
  padding: 1rem;
  border: 1px solid var(--clr_border);
}
.tbl tr .nowrap {
  width: 0;
  white-space: nowrap;
}
.tbl thead tr th {
  background: var(--clr_blue_light);
  color: var(--clr_white);
  text-align: center;
}

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

.caledit {
  width: 100%;
  border-spacing: 0.2rem;
  font-size: 1.3rem;
  background: var(--clr_white);
}
.caledit tr th {
  text-align: center;
  padding: 0.3rem;
  font-size: 1.45rem;
  background: -webkit-gradient(linear, left top, right top, from(var(--clr_blue_light02)), to(var(--clr_blue)));
  background: linear-gradient(to right, var(--clr_blue_light02), var(--clr_blue));
  color: var(--clr_white);
}
.caledit tr td {
  text-align: center;
  padding: 0.4rem;
  color: var(--clr_txt);
}
.caledit tr td.today {
  font-weight: bold;
}
.caledit tr td.open {
  background: var(--clr_cal);
}
.caledit tr td.off {
  background: var(--clr_cal_off);
}
.caledit tr td.pm {
  background: var(--clr_cal_pm);
}
.caledit tr td.pmOnly {
  background: var(--clr_cal_pmOnly);
}
.caledit tr td.extraOff {
  background: var(--clr_cal_extraOff);
}
.caledit tr td.notTheMonth {
  background: var(--clr_white);
  color: transparent;
}
.caledit tr.week th {
  color: var(--clr_blue_light);
  text-align: center;
  border: none;
  padding: 0.2rem;
  font-size: 1.2rem;
  background: var(--clr_white);
}
@media screen and (min-width: 48em), print {
  .caledit {
    max-width: 57rem;
    margin-inline: auto;
    font-size: 1.8rem;
  }
  .caledit tr th {
    padding: 0.72rem;
    font-size: 2.4rem;
  }
  .caledit tr td {
    padding: 0.8rem 0.5rem;
  }
  .caledit tr.week th {
    font-size: 1.8rem;
  }
}

.cal {
  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;
}
@media screen and (min-width: 48em), print {
  .cal {
    gap: 4rem;
  }
}
@media screen and (min-width: 80em), print {
  .cal {
    -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: 2rem;
  }
  .cal > li {
    width: 47.5%;
  }
}

.cal_status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem 1rem;
  margin-top: 1rem;
}
.cal_status li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.3rem;
  font-weight: 700;
}
.cal_status li::before {
  display: inline-block;
  content: "";
  display: block;
  width: 1.2em;
  height: 1.2em;
  border: 2px solid var(--clr_white);
  margin-right: 0.3rem;
}
.cal_status li.open::before {
  background: var(--clr_cal);
}
.cal_status li.off::before {
  background: var(--clr_cal_off);
}
.cal_status li.pm::before {
  background: var(--clr_cal_pm);
}
.cal_status li.pmOnly::before {
  background: var(--clr_cal_pmOnly);
}
.cal_status li.extraOff::before {
  background: var(--clr_cal_extraOff);
}
@media screen and (min-width: 48em), print {
  .cal_status {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 3.5rem;
    gap: 1rem 3rem;
  }
  .cal_status > li {
    font-size: 2rem;
  }
  .cal_status > li::before {
    width: 3rem;
    height: 3rem;
    margin-right: 1rem;
  }
}

.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: #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: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  word-wrap: break-word;
}
body::after {
  visibility: hidden;
  width: 100vw;
  height: 100vh;
  content: "";
  background: rgba(var(--rgb_gray_light), 0.8);
  -webkit-backdrop-filter: blur(0.6rem);
          backdrop-filter: blur(0.6rem);
  position: fixed;
  top: 0;
  z-index: 2;
  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.3rem;
  line-height: 1.75;
}

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

@media screen and (min-width: 48em), print {
  html {
    font-size: 62.5%;
  }
  .main {
    font-size: 1.8rem;
    line-height: 1.9;
  }
  .wrap {
    max-width: 90rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media screen and (min-width: 80em), 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.9;
  }
  .main a:not([class*=btn]):hover {
    opacity: 1;
    text-decoration: none;
  }
  .wrap {
    width: 1200px;
    padding: 0;
    max-width: inherit;
  }
}
:target {
  scroll-margin-top: var(--scroll-margin);
}

.header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  margin-inline: auto;
  z-index: 101;
  background: var(--clr_white);
  -webkit-box-shadow: 0 4px 10px -2px rgba(var(--rgb_shadow), 0.16);
          box-shadow: 0 4px 10px -2px rgba(var(--rgb_shadow), 0.16);
}
.header .wrap {
  padding: 1rem 0;
}
.header .wrap .logo {
  width: calc(100% - 5.6rem);
  height: 4.6rem;
}
.header .wrap .logo a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/logo.svg) no-repeat left center/contain;
}
.header .wrap .logo a .clip {
  display: block;
  height: 100%;
  overflow: hidden;
  clip-path: inset(50%);
  color: transparent;
}
.header .wrap .headR .head_acs {
  display: none;
}
@media screen and (min-width: 48em), print {
  .header .wrap {
    padding: 1.5rem;
    max-width: inherit;
  }
  .header .wrap .logo {
    width: calc(100% - 6.5rem);
    height: 6rem;
  }
}
@media screen and (min-width: 80em), print {
  .header {
    width: 100%;
  }
  .header .wrap {
    width: 100%;
    max-width: 200rem;
    padding: 0rem 2rem;
    margin: 0 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 .logo {
    width: 44.08rem;
    height: 7.6rem;
  }
  .header .wrap .headR {
    max-width: calc(100% - 44.5rem);
  }
  .header .wrap .headR .gnav_subnav .acs_info {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.acs_info .lst_ul.-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem 1.5rem;
  margin: 0 auto 1.5rem;
}
.acs_info .lst_ul.-check > li {
  color: var(--clr_blue);
  font-size: 1.2rem;
  border-bottom: 1px dashed var(--clr_blue);
}
.acs_info .lst_ul.-check > li:not(:last-child) {
  margin-bottom: 0rem;
}
.acs_info .add_acs .add {
  background: var(--clr_aqua_light02);
  text-align: center;
  font-size: 1.2rem;
  padding: 0.5rem;
  margin: 0;
  letter-spacing: 0.05rem;
}
.acs_info .add_acs .add::before {
  font-family: "fontello";
  content: "\e80a";
  color: var(--clr_blue_light);
  margin-right: 0.3rem;
}
.acs_info .add_acs .acs {
  background: -webkit-gradient(linear, left top, right top, from(var(--clr_blue_light02)), to(var(--clr_blue)));
  background: linear-gradient(to right, var(--clr_blue_light02), var(--clr_blue));
  color: var(--clr_white);
  padding: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  letter-spacing: 0.1rem;
}
.acs_info .add_acs .acs > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  width: 60%;
}
.acs_info .add_acs .acs > ul > li {
  width: calc(50% - 0.25rem);
  text-align: center;
  font-size: 1.3rem;
  font-weight: 700;
  background: var(--clr_white);
  color: var(--clr_blue);
  padding: 0.2rem 0.5rem;
  border-left: 2px solid var(--clr_blue);
}
.acs_info .add_acs .acs > ul > li.txt_blue {
  color: var(--clr_blue_light);
  border-color: var(--clr_blue_light);
}
.acs_info .add_acs .acs > p {
  font-size: 1.3rem;
  line-height: 1;
  margin: 0;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-weight: 700;
}
.acs_info .add_acs .acs > p .txt_small {
  display: inline-block;
  position: relative;
  z-index: 0;
}
.acs_info .add_acs .acs > p .txt_small::before {
  font-family: "fontello";
  content: "\e80b";
  color: var(--clr_blue_light03);
  font-size: 270%;
  line-height: 1;
  position: absolute;
  left: -0.7em;
  top: -0.7rem;
  z-index: -1;
  font-weight: 400;
}
@media screen and (min-width: 48em), print {
  .acs_info .lst_ul.-check {
    gap: 1rem 3rem;
    margin: 0 auto 2rem;
  }
  .acs_info .lst_ul.-check > li {
    font-size: 1.8rem;
    letter-spacing: 0.1rem;
  }
  .acs_info .add_acs .add {
    font-size: 1.6rem;
    padding: 0.5rem;
    letter-spacing: 0.1rem;
  }
  .acs_info .add_acs .add::before {
    margin-right: 0.3rem;
  }
  .acs_info .add_acs .acs {
    padding: 0.5rem;
    letter-spacing: 0.1rem;
  }
  .acs_info .add_acs .acs > ul {
    gap: 0.5rem;
    width: 60%;
  }
  .acs_info .add_acs .acs > ul > li {
    font-size: 2rem;
    padding: 0.5rem 0.5rem;
  }
  .acs_info .add_acs .acs > ul > li .txt_small {
    font-size: 1.6rem;
  }
  .acs_info .add_acs .acs > p {
    font-size: 2.2rem;
  }
  .acs_info .add_acs .acs > p .txt_small {
    font-size: 1.8rem;
  }
  .acs_info .add_acs .acs > p .txt_small::before {
    font-size: 200%;
    left: -0.8em;
    top: -0.85rem;
  }
}
@media screen and (min-width: 80em), print {
  .acs_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .acs_info .lst_ul.-check {
    display: block;
    margin: 0.5rem 0 0;
  }
  .acs_info .lst_ul.-check > li {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .acs_info .lst_ul.-check > li:not(:last-child) {
    margin-bottom: 0.6rem;
  }
  .acs_info .add_acs {
    width: 41rem;
  }
  .acs_info .add_acs .acs > ul {
    width: auto;
  }
  .acs_info .add_acs .acs > ul > li {
    width: 12rem;
  }
}

#nav {
  width: 100vw;
}
#nav #sp_menu {
  width: 4.6rem;
  height: 4.6rem;
  background: var(--clr_blue);
  color: var(--clr_white);
  text-align: center;
  line-height: 1;
  font-size: 1rem;
  padding: 0;
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 102;
}
#nav #sp_menu::before {
  display: block;
  font-family: "fontello";
  content: "\e802";
  font-size: 3.6rem;
  margin: -0.6rem 0 -0.2rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#nav #sp_menu::after {
  content: "MENU";
}
#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: 100%;
  }
  #nav #sp_menu {
    width: 6rem;
    height: 6rem;
    font-size: 1.1rem;
    top: 1.5rem;
    right: 1.5rem;
  }
  #nav #sp_menu::before {
    font-size: 4rem;
    margin: -0.5rem 0 -0.1rem;
  }
}
@media screen and (min-width: 80em), print {
  #nav {
    width: auto;
    position: sticky;
    top: 0;
    z-index: 100;
  }
  #nav #sp_menu {
    display: none;
  }
}

.gnav_subnav {
  display: none;
  width: 100%;
  max-height: calc(100svh - 6.6rem - 3.8rem);
  overflow-y: auto;
  background: var(--clr_white);
  padding: 1rem;
  position: absolute;
  top: 6.5rem;
  left: 0;
  right: 0;
  margin: auto;
  z-index: calc(infinity);
}
.gnav_subnav .gnav {
  padding-top: 1rem;
}
.gnav_subnav .gnav > li a, .gnav_subnav .gnav > li .sub {
  display: block;
  width: 100%;
  text-align: left;
  padding: 0.7rem 1rem;
  font-size: 1.3rem;
  font-weight: 700;
}
.gnav_subnav .gnav > li a.current, .gnav_subnav .gnav > li .sub.current {
  color: var(--clr_blue_light);
}
.gnav_subnav .gnav > li .sub {
  position: relative;
}
.gnav_subnav .gnav > li .sub::after {
  font-family: "fontello";
  content: "\f004";
  display: block;
  position: absolute;
  bottom: 0.5rem;
  right: 1rem;
  font-weight: 400;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.gnav_subnav .gnav > li .sub.close::after {
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}
.gnav_subnav .gnav > li .subbox {
  display: none;
  background: -webkit-gradient(linear, left top, right top, from(var(--clr_blue_light02)), to(var(--clr_blue)));
  background: linear-gradient(to right, var(--clr_blue_light02), var(--clr_blue));
  color: var(--clr_white);
  padding: 0.5rem;
  margin: 0.5rem auto;
}
.gnav_subnav .gnav > li .subbox .subnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.gnav_subnav .gnav > li .subbox .subnav li {
  width: 50%;
}
.gnav_subnav .gnav > li .subbox .subnav li a {
  display: block;
  padding: 0.7rem 0.5rem 0.7rem 1.6rem;
  font-size: 1.2rem;
  position: relative;
}
.gnav_subnav .gnav > li .subbox .subnav li a br {
  display: none;
}
.gnav_subnav .gnav > li .subbox .subnav li a::before {
  position: absolute;
  left: 0.7rem;
  font-family: "fontello";
  content: "\32";
  font-weight: 400;
}
.gnav_subnav .gnav > li .subbox .subnav li a.current {
  background: var(--clr_aqua_light02);
}
@media screen and (min-width: 48em), print {
  .gnav_subnav {
    max-height: calc(100vh - 9rem - 12rem);
    padding: 1.5rem calc((100% - 72rem) / 2);
    top: 9rem;
  }
  .gnav_subnav .gnav {
    padding-top: 1rem;
  }
  .gnav_subnav .gnav > li a, .gnav_subnav .gnav > li .sub {
    font-size: 1.6rem;
    padding: 0.7rem 0.5rem;
    letter-spacing: 0.03rem;
  }
  .gnav_subnav .gnav > li a:hover, .gnav_subnav .gnav > li .sub:hover {
    color: var(--clr_blue_light);
  }
  .gnav_subnav .gnav > li .subbox {
    padding: 1rem;
    margin: 0.5rem auto;
  }
  .gnav_subnav .gnav > li .subbox .subnav {
    gap: 0.5rem;
  }
  .gnav_subnav .gnav > li .subbox .subnav li {
    width: calc(50% - 0.25rem);
  }
  .gnav_subnav .gnav > li .subbox .subnav li a {
    padding: 0.9rem 0.7rem 0.9rem 2rem;
    font-size: 1.5rem;
  }
  .gnav_subnav .gnav > li .subbox .subnav li a:hover {
    background: var(--clr_aqua_light02);
  }
}
@media screen and (min-width: 80em), print {
  .gnav_subnav {
    display: block !important;
    width: 100%;
    max-height: inherit;
    overflow-y: visible;
    padding: 0;
    position: static;
  }
  .gnav_subnav .gnav {
    margin: 0;
    padding: 0.5rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 0 0.5rem;
  }
  .gnav_subnav .gnav > li {
    width: auto;
    position: relative;
  }
  .gnav_subnav .gnav > li a, .gnav_subnav .gnav > li .sub {
    display: block;
    text-align: center;
    font-size: 1.8rem;
    cursor: pointer;
  }
  .gnav_subnav .gnav > li a::after, .gnav_subnav .gnav > li .sub::after {
    content: none;
  }
  .gnav_subnav .gnav > li .subbox {
    width: auto;
    position: absolute;
    margin: 0;
    top: 4.8rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 45em;
  }
  .gnav_subnav .gnav > li .subbox > .subnav li a {
    font-size: 1.8rem;
    padding: 0.7rem 0.5rem 0.7rem 2.6rem;
    text-align: left;
  }
  .gnav_subnav .gnav > li .subbox > .subnav li a::before {
    left: 1rem;
    top: 0.9rem;
  }
}

.overview {
  padding: 4rem 0rem 0;
  font-size: 1.3rem;
  line-height: 1.6;
  background: url("../img/overview_bg.webp") top center/auto 100% no-repeat;
}
.overview .clinic_name {
  text-align: center;
  margin: 0 0 2.5rem;
}
.overview .clinic_name img {
  max-width: 80%;
  margin: auto;
}
.overview .gaiyo {
  width: 100%;
  margin: 0 0 2rem;
  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: 1.3rem 0;
}
.overview .gaiyo dt {
  width: 8em;
  text-align: left;
  padding: 0.2rem 0 0.2rem 1rem;
  color: var(--clr_blue_light);
  font-weight: 700;
  border-left: 2px solid var(--clr_blue_light);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.overview .gaiyo dt.space {
  letter-spacing: 1rem;
}
.overview .gaiyo dd {
  width: calc(100% - 8em);
  padding: 0.2rem 0.4rem;
}
.overview .card_lst {
  margin: 0rem auto 2rem;
}
.overview .div:has(.tbl_time) {
  margin: 2rem auto;
}
.overview .gmap {
  height: 100vw;
  margin-top: 3rem;
}
@media screen and (min-width: 48em), print {
  .overview {
    padding: 8rem 0 0;
    font-size: 1.8rem;
  }
  .overview .clinic_name {
    margin: 0 0 6rem;
  }
  .overview .clinic_name img {
    max-width: 46.4rem;
  }
  .overview .gaiyo {
    gap: 1.8rem 0;
  }
  .overview .gaiyo dt {
    padding: 0.2rem 0 0.2rem 1.5rem;
  }
  .overview .gaiyo dt.space {
    letter-spacing: 2rem;
  }
  .overview .gaiyo dd {
    padding: 0.2rem 1rem;
  }
  .overview .card_lst {
    margin: 6rem auto;
  }
  .overview .gmap {
    height: 45rem;
    margin-top: 8rem;
  }
}
@media screen and (min-width: 80em), print {
  .overview {
    padding: 10rem 0 0;
  }
}

@media screen and (min-width: 80em), print {
  .overview .overview_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
  }
  .overview .overview_flex .overviewL, .overview .overview_flex .overviewR {
    width: 47.5%;
  }
  .overview .overview_flex .card_lst {
    margin: 2.5rem auto 0;
  }
  .overview .overview_timetable {
    margin: 0;
  }
}
#tel_up {
  width: 100%;
  height: 3.8rem;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  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;
}
#tel_up ul li {
  width: 50%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#tel_up ul li .tel, #tel_up ul li .rsv {
  width: 100%;
  max-width: inherit;
  height: 100%;
  font-size: 1.2rem;
  padding: 0;
}
#tel_up #pageup {
  display: block;
  width: 4.3rem;
  height: 3.8rem;
  color: var(--clr_white);
  background: var(--clr_blue_light);
  position: relative;
  font-weight: 700;
  font-size: 1rem;
}
#tel_up #pageup::before {
  display: block;
  font-family: "fontello";
  content: "\33";
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 400;
}

@media screen and (min-width: 48em), print {
  #tel_up {
    width: auto;
    height: 7rem;
    bottom: 3rem;
    right: 3rem;
    left: auto;
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0;
  }
  #tel_up ul {
    width: auto;
  }
  #tel_up ul > li {
    width: auto;
    min-width: 24rem;
  }
  #tel_up ul > li .tel, #tel_up ul > li .rsv {
    font-size: 2.2rem;
    padding: 0 2rem;
  }
  #tel_up ul > li .tel::before, #tel_up ul > li .rsv::before {
    margin-right: 0.4rem;
  }
  #tel_up #pageup {
    width: 7rem;
    height: 100%;
    font-size: 1.6rem;
  }
  #tel_up #pageup::before {
    font-size: 2.3rem;
  }
  #tel_up #pageup:hover {
    opacity: 1;
    -webkit-filter: brightness(120%);
            filter: brightness(120%);
  }
}
.footer {
  text-align: center;
  padding: 0 0 3.8rem;
  background: var(--clr_blue_dark);
  color: var(--clr_white);
}
.footer .copy {
  display: block;
  color: var(--clr_white);
  padding: 1rem;
  font-size: 1.2rem;
}
.footer ul {
  display: none;
}

@media screen and (min-width: 48em), print {
  .footer {
    padding: 6rem 0;
  }
  .footer .copy {
    padding: 5rem 1rem;
    font-size: 1.6rem;
  }
  .footer ul {
    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;
    width: calc(100% - 6rem);
    max-width: 90rem;
    margin: 0 auto;
  }
  .footer ul li {
    text-align: center;
    font-size: 1.8rem;
    margin: 0 0 1.5rem;
    line-height: 1.2;
    padding: 0 0.8rem;
    -webkit-text-size-adjust: none;
    border-right: 1px solid var(--clr_white);
  }
  .footer ul li a {
    opacity: 1;
  }
  .footer ul li a br {
    display: none;
  }
  .footer ul li a:hover {
    text-decoration: underline;
  }
  .footer ul li.treatment {
    display: none;
  }
  .footer ul li.last-in-row {
    border-right: none;
  }
}
@media screen and (min-width: 80em), print {
  .footer ul {
    width: calc(1200px - 10rem);
    max-width: inherit;
  }
}
.keyvsl {
  width: 100%;
  position: relative;
}
.keyvsl #keyvsl {
  width: 100%;
  height: 18rem;
  overflow: hidden;
  visibility: hidden;
}
.keyvsl #keyvsl .slick-list div img {
  height: 18rem !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 .kv_info {
  padding: 1.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--clr_aqua_light02)), to(rgba(var(--rgb_blue_light02), 0.4)));
  background: linear-gradient(to bottom, var(--clr_aqua_light02), rgba(var(--rgb_blue_light02), 0.4));
}
.keyvsl .kv_info li {
  width: calc((100vw - 4rem) / 3);
  aspect-ratio: 1/1;
  display: -ms-grid;
  display: grid;
  place-items: center;
  text-align: center;
  line-height: 1.4;
  color: var(--clr_white);
  position: relative;
  font-size: 1.25rem;
  font-weight: 700;
  z-index: 0;
}
.keyvsl .kv_info li.txt_small {
  font-size: 1rem;
}
.keyvsl .kv_info li::before, .keyvsl .kv_info li::after {
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
}
.keyvsl .kv_info li::before {
  border: 1px solid var(--clr_white);
  -webkit-transform: rotate(-8deg);
          transform: rotate(-8deg);
  z-index: 1;
}
.keyvsl .kv_info li::after {
  background: url("../img/logo_mark.svg") bottom -2rem right -2rem/110% auto no-repeat, -webkit-gradient(linear, left top, right top, from(var(--clr_blue_light02)), to(var(--clr_blue)));
  background: url("../img/logo_mark.svg") bottom -2rem right -2rem/110% auto no-repeat, linear-gradient(to right, var(--clr_blue_light02), var(--clr_blue));
  opacity: 0.95;
  z-index: -1;
}

@media screen and (min-width: 48em), print {
  .keyvsl #keyvsl {
    height: 50rem;
  }
  .keyvsl #keyvsl .slick-list div img {
    height: 50rem !important;
  }
  .keyvsl .kv_info {
    padding: 0 0 0 3rem;
    width: 100%;
    gap: 3rem;
    bottom: 3rem;
    position: absolute;
    left: 0;
    right: 0;
    margin-inline: auto;
    background: none;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .keyvsl .kv_info li {
    width: 17.6rem;
    height: 17.6rem;
    line-height: 1.4;
    font-size: 2.56rem;
    letter-spacing: 0.2rem;
  }
  .keyvsl .kv_info li.txt_small {
    font-size: 1.92rem;
    letter-spacing: 0.1rem;
  }
}
@media screen and (min-width: 80em), print {
  .keyvsl #keyvsl {
    height: 81rem;
    max-width: 200rem;
    margin-left: auto;
    margin-right: auto;
  }
  .keyvsl #keyvsl .slick-list div img {
    height: 81rem !important;
  }
  .keyvsl .kv_info {
    width: 1200px;
    gap: 4rem;
    bottom: 5.8rem;
    padding: 0;
  }
  .keyvsl .kv_info li {
    width: 22rem;
    height: 22rem;
    line-height: 1.4;
    font-size: 3.2rem;
  }
  .keyvsl .kv_info li.txt_small {
    font-size: 2.4rem;
  }
}
.top_tit02 {
  color: var(--clr_blue);
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 2.5rem;
}
.top_tit02::after {
  content: attr(data-ruby);
  color: var(--clr_blue_light);
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  padding-top: 0.2rem;
  font-size: 1.2rem;
  display: block;
  letter-spacing: 0.05rem;
}

@media screen and (min-width: 48em), print {
  .top_tit02 {
    font-size: 4rem;
    margin-bottom: 8rem;
    letter-spacing: 0.2rem;
  }
  .top_tit02::after {
    font-size: 1.8rem;
    padding-top: 0.5rem;
    letter-spacing: 0.15rem;
  }
}
.index_acs_info {
  margin: 2rem 1rem;
}
@media screen and (min-width: 48em), print {
  .index_acs_info {
    max-width: 90rem;
    margin-inline: auto;
    padding: 3rem 3rem 0;
  }
}
@media screen and (min-width: 80em), print {
  .index_acs_info {
    display: none;
  }
}

.index_clinicinfo {
  margin: 2rem 0 4rem;
}
.index_clinicinfo .img_map {
  margin-top: 2rem;
}
@media screen and (min-width: 48em), print {
  .index_clinicinfo {
    margin: 8rem 0;
  }
  .index_clinicinfo .img_map {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 80em), print {
  .index_clinicinfo {
    margin: 10rem 0;
  }
  .index_clinicinfo .timetable_map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .index_clinicinfo .timetable_map > div {
    width: 47.5%;
  }
  .index_clinicinfo .timetable_map > div.timetable_bgwhite {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .index_clinicinfo .timetable_map > div.img_map {
    margin: 0;
  }
}

.index_info {
  padding: 4rem 0;
  background: var(--clr_aqua_light02);
}
.index_info .top_tit02 {
  margin-bottom: 1rem;
}
.index_info dl {
  line-height: 1.4;
  border-bottom: 1px solid var(--clr_blue_light);
}
.index_info dl dt {
  margin: 0 0 1.5rem;
  font-weight: 700;
  cursor: pointer;
  font-size: 108%;
  position: relative;
  padding: 1.5rem 1rem 0 1.8rem;
}
.index_info dl dt::before {
  font-family: "fontello";
  content: "\e800";
  font-weight: normal;
  position: absolute;
  top: 1.6rem;
  left: 0;
  color: var(--clr_blue_light);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.index_info dl dt.open::before {
  -webkit-transform: scale(1, -1) translateY(2px);
          transform: scale(1, -1) translateY(2px);
}
.index_info dl dt:not(:first-of-type) {
  border-top: 1px solid var(--clr_blue_light);
}
.index_info dl dd {
  margin: -0.5rem 0 1.6rem;
  padding: 0 1rem 0 1.8rem;
  word-wrap: break-word;
}
.index_info dl dd:not(:nth-of-type(-n+3)) {
  display: none;
}
.index_info dl dd a {
  color: var(--clr_blue_light);
  text-decoration: underline !important;
}
@media screen and (min-width: 48em), print {
  .index_info {
    padding: 8rem 0;
  }
  .index_info dl dt, .index_info dl dd {
    padding-left: 3rem;
  }
}
@media screen and (min-width: 80em), print {
  .index_info {
    padding: 9.5rem 0 10.5rem;
  }
  .index_info > .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .index_info > .wrap .top_tit02 {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-top: 1.5rem;
  }
  .index_info > .wrap dl {
    width: 90rem;
  }
  .index_info > .wrap dl dt {
    font-size: 2.2rem;
    padding-top: 2rem;
    padding-left: 4rem;
    margin-bottom: 2rem;
  }
  .index_info > .wrap dl dt::before {
    top: 2.1rem;
  }
  .index_info > .wrap dl dt.open::before {
    -webkit-transform: scale(1, -1) translateY(1px);
            transform: scale(1, -1) translateY(1px);
  }
  .index_info > .wrap dl dd {
    padding-left: 4rem;
    margin-bottom: 2rem;
    line-height: 1.6;
  }
  .index_info > .wrap dl dd a:hover {
    text-decoration: none !important;
  }
}

.index_symptoms {
  padding: 4rem 0;
  background: url("../img/index_symptoms_bg.webp") top center/cover no-repeat;
}
.index_symptoms .symptoms_lst {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}
.index_symptoms .symptoms_lst > li {
  width: 100%;
  background: var(--clr_white);
  padding: 1rem 1.5rem;
  font-weight: 700;
  -webkit-box-shadow: 0 0 10px rgba(var(--rgb_shadow), 0.16);
          box-shadow: 0 0 10px rgba(var(--rgb_shadow), 0.16);
  border-left: 3px solid var(--clr_blue);
  line-height: 1.35;
  font-size: 1.35rem;
}
@media screen and (min-width: 48em), print {
  .index_symptoms {
    padding: 8rem 0;
    background-size: auto 100%;
  }
  .index_symptoms .symptoms_lst {
    gap: 3rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .index_symptoms .symptoms_lst > li {
    width: 100%;
    padding: 1.6rem 3.5rem;
    font-size: 2.8rem;
    letter-spacing: 0.15rem;
  }
}
@media screen and (min-width: 80em), print {
  .index_symptoms {
    padding: 10.5rem 0;
  }
  .index_symptoms .symptoms_lst {
    gap: 4rem;
    padding: 0 1.6rem;
  }
  .index_symptoms .symptoms_lst > li {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.index_medical {
  padding: 4rem 0;
  background: url("..//img/logo_mark.svg") bottom 1rem right 0.5rem/75% auto no-repeat, -webkit-gradient(linear, left top, right top, from(var(--clr_blue_light02)), to(var(--clr_blue)));
  background: url("..//img/logo_mark.svg") bottom 1rem right 0.5rem/75% auto no-repeat, linear-gradient(to right, var(--clr_blue_light02), var(--clr_blue));
}
.index_medical .top_tit02 {
  color: var(--clr_white);
}
.index_medical .top_tit02::after {
  color: var(--clr_white);
}
.index_medical .medical_lst {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
}
.index_medical .medical_lst > li {
  width: calc(50% - 1rem);
  aspect-ratio: 1/1;
  position: relative;
  z-index: 0;
}
.index_medical .medical_lst > li:has(.respiratory), .index_medical .medical_lst > li:has(.lungc_cancer_dog) {
  width: 100%;
  aspect-ratio: inherit;
}
.index_medical .medical_lst > li:has(.respiratory)::before, .index_medical .medical_lst > li:has(.respiratory)::after, .index_medical .medical_lst > li:has(.lungc_cancer_dog)::before, .index_medical .medical_lst > li:has(.lungc_cancer_dog)::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.index_medical .medical_lst > li:has(.respiratory)::before, .index_medical .medical_lst > li:has(.lungc_cancer_dog)::before {
  opacity: 0.2;
}
.index_medical .medical_lst > li:has(.respiratory)::after, .index_medical .medical_lst > li:has(.lungc_cancer_dog)::after {
  background: var(--clr_blue_dark);
  z-index: -1;
}
.index_medical .medical_lst > li:has(.respiratory)::before {
  background: url("../img/bg_respiratory.webp") center center/cover no-repeat;
}
.index_medical .medical_lst > li:has(.lungc_cancer_dog)::before {
  background: url("../img/bg_lungc_cancer_dog.webp") center center/cover no-repeat;
}
.index_medical .medical_lst > li a {
  display: -ms-grid;
  display: grid;
  place-items: center;
  -webkit-box-shadow: 0 0 10px rgba(var(--rgb_shadow), 0.16);
          box-shadow: 0 0 10px rgba(var(--rgb_shadow), 0.16);
  line-height: 1.3;
  width: 100%;
  height: 100%;
  text-align: center;
  font-weight: 700;
  color: var(--clr_blue);
  background: var(--clr_aqua_light02);
  padding: 2rem 0;
  font-size: 1.3rem;
  position: relative;
}
.index_medical .medical_lst > li a::after {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  pointer-events: none;
  content: "";
  display: block;
  width: calc(100% - 1rem);
  height: calc(100% - 1rem);
  border: 1px solid var(--clr_blue_light);
  background: linear-gradient(135deg, transparent calc(100% - 1rem), var(--clr_blue_light) calc(100% - 1rem));
}
.index_medical .medical_lst > li a::before {
  content: "";
  display: block;
  width: 40%;
  aspect-ratio: 1/1;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto;
}
.index_medical .medical_lst > li a.respiratory, .index_medical .medical_lst > li a.lungc_cancer_dog {
  background: none;
}
.index_medical .medical_lst > li a.respiratory::after, .index_medical .medical_lst > li a.lungc_cancer_dog::after {
  border-color: var(--clr_white);
  background: linear-gradient(135deg, transparent calc(100% - 1rem), var(--clr_white) calc(100% - 1rem));
}
.index_medical .medical_lst > li a.respiratory::before, .index_medical .medical_lst > li a.lungc_cancer_dog::before {
  width: 25%;
  margin-bottom: 0.7rem;
}
.index_medical .medical_lst > li a.respiratory span, .index_medical .medical_lst > li a.lungc_cancer_dog span {
  background: var(--clr_white);
  color: var(--clr_blue_dark);
  padding: 0.2rem 1rem;
  font-size: 1.5rem;
}
.index_medical .medical_lst > li a.respiratory::before {
  background-image: url("../img/icon_respiratory.svg");
}
.index_medical .medical_lst > li a.lungc_cancer_dog::before {
  background-image: url("../img/icon_lungc_cancer_dog.svg");
}
.index_medical .medical_lst > li a.thoracic_surgery::before {
  background-image: url("../img/icon_thoracic_surgery.svg");
}
.index_medical .medical_lst > li a.internal::before {
  background-image: url("../img/icon_internal.svg");
}
.index_medical .medical_lst > li a.bronchial_asthma::before {
  background-image: url("../img/icon_bronchial_asthma.svg");
}
.index_medical .medical_lst > li a.pulmonary_disease::before {
  background-image: url("../img/icon_pulmonary_disease.svg");
}
.index_medical .medical_lst > li a.antismoking::before {
  background-image: url("../img/icon_antismoking.svg");
}
.index_medical .medical_lst > li a.sas::before {
  background-image: url("../img/icon_sas.svg");
}
.index_medical .medical_lst > li a.diabetes::before {
  background-image: url("../img/icon_diabetes.svg");
}
.index_medical .medical_lst > li a.cardiovascular::before {
  background-image: url("../img/icon_cardiovascular.svg");
}
.index_medical .medical_lst > li a.lifestyle_related::before {
  background-image: url("../img/icon_lifestyle_related.svg");
}
.index_medical .medical_lst > li a.checkup::before {
  background-image: url("../img/icon_checkup.svg");
}
.index_medical .medical_lst > li a.vaccination::before {
  background-image: url("../img/icon_vaccination.svg");
}
@media screen and (min-width: 48em), print {
  .index_medical {
    padding: 8rem 0;
    background: url("..//img/logo_mark.svg") center center/120% auto no-repeat, -webkit-gradient(linear, left top, right top, from(var(--clr_blue_light02)), to(var(--clr_blue)));
    background: url("..//img/logo_mark.svg") center center/120% auto no-repeat, linear-gradient(to right, var(--clr_blue_light02), var(--clr_blue));
  }
  .index_medical .medical_lst {
    gap: 4rem;
  }
  .index_medical .medical_lst > li {
    width: calc((100% - 8rem) / 3);
  }
  .index_medical .medical_lst > li:has(.respiratory), .index_medical .medical_lst > li:has(.lungc_cancer_dog) {
    width: calc((100% - 6rem) / 2);
    margin-bottom: 2rem;
    aspect-ratio: inherit;
  }
  .index_medical .medical_lst > li:has(.respiratory):not(a[href=""]):hover::before, .index_medical .medical_lst > li:has(.lungc_cancer_dog):not(a[href=""]):hover::before {
    opacity: 0.6;
  }
  .index_medical .medical_lst > li:has(.lungc_cancer_dog) {
    margin-left: 2rem;
  }
  .index_medical .medical_lst > li a {
    line-height: 1.3;
    padding: 1rem 0 3rem;
    font-size: 2.4rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .index_medical .medical_lst > li a::before {
    width: 10rem;
  }
  .index_medical .medical_lst > li a.respiratory, .index_medical .medical_lst > li a.lungc_cancer_dog {
    padding: 3rem 0 5rem;
  }
  .index_medical .medical_lst > li a.respiratory::before, .index_medical .medical_lst > li a.lungc_cancer_dog::before {
    width: 12rem;
    margin-bottom: 2.7rem;
  }
  .index_medical .medical_lst > li a.respiratory span, .index_medical .medical_lst > li a.lungc_cancer_dog span {
    padding: 0.2rem 1rem;
    font-size: 3.4rem;
    letter-spacing: 0.2rem;
  }
  .index_medical .medical_lst > li a:hover {
    -webkit-filter: brightness(110%);
            filter: brightness(110%);
  }
}
@media screen and (min-width: 80em), print {
  .index_medical {
    padding: 10rem 0;
    background: url("..//img/logo_mark.svg") center center/176.3rem auto no-repeat, -webkit-gradient(linear, left top, right top, from(var(--clr_blue_light02)), to(var(--clr_blue)));
    background: url("..//img/logo_mark.svg") center center/176.3rem auto no-repeat, linear-gradient(to right, var(--clr_blue_light02), var(--clr_blue));
  }
  .index_medical .medical_lst > li {
    width: calc((100% - 12rem) / 4);
  }
  .index_medical .medical_lst > li a {
    font-size: 2.8rem;
  }
  .index_medical .medical_lst > li a.respiratory span, .index_medical .medical_lst > li a.lungc_cancer_dog span {
    font-size: 3.6rem;
  }
}

.index_features {
  counter-reset: number 0;
  padding: 4rem 0 5rem;
}
.index_features .features_lst > li {
  counter-increment: number 1;
  position: relative;
}
.index_features .features_lst > li:not(:first-of-type) {
  margin-top: 4rem;
}
.index_features .features_lst > li::before {
  content: "";
  display: block;
  width: 4rem;
  height: 1px;
  background: var(--clr_blue_light);
  position: absolute;
  top: -0.8rem;
  left: -1.5rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  z-index: 2;
}
.index_features .features_lst > li > section {
  padding-top: 3rem;
}
.index_features .features_lst > li > section .feature_tit {
  font-size: 1.7rem;
  letter-spacing: 0.05rem;
  font-weight: 700;
  display: block;
  position: relative;
  margin: 0 0 0.7rem;
}
.index_features .features_lst > li > section .feature_tit::before, .index_features .features_lst > li > section .feature_tit::after {
  position: absolute;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  left: 0;
  color: var(--clr_aqua);
  line-height: 1;
}
.index_features .features_lst > li > section .feature_tit::before {
  content: "Feature.";
  font-size: 1.8rem;
  top: -2.6rem;
  letter-spacing: 0.05rem;
}
.index_features .features_lst > li > section .feature_tit::after {
  content: counter(number, decimal-leading-zero);
  padding-left: 7.3rem;
  font-size: 2.8rem;
  top: -3.4rem;
  letter-spacing: 0.1rem;
}
.index_features .features_lst > li > section .feature_tit .bg_gradation {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: -webkit-gradient(linear, left top, right top, from(var(--clr_blue_light02)), to(var(--clr_blue)));
  background: linear-gradient(to right, var(--clr_blue_light02), var(--clr_blue));
  color: var(--clr_white);
  padding: 0 1rem;
}
.index_features .features_lst > li > section .feature_tit .bg_gradation:not(:last-of-type) {
  margin-bottom: 0.5rem;
}
.index_features .features_lst > li > section p {
  margin: 0;
}
.index_features .features_lst > li::after {
  content: "";
  display: block;
  width: calc(100% + 1rem);
  height: 15rem;
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
  -webkit-box-shadow: 10px 10px 0px rgba(var(--rgb_aqua_dark), 0.2);
          box-shadow: 10px 10px 0px rgba(var(--rgb_aqua_dark), 0.2);
  margin: 1rem auto 0;
}
.index_features .features_lst > li:nth-child(1)::after {
  background-image: url("../img/index_features01.webp");
}
.index_features .features_lst > li:nth-child(2)::after {
  background-image: url("../img/index_features02.webp");
}
.index_features .features_lst > li:nth-child(3)::after {
  background-image: url("../img/index_features03.webp");
}
.index_features .features_lst > li:nth-child(4)::after {
  background-image: url("../img/index_features04.webp");
}
.index_features .features_lst > li:nth-child(5)::after {
  background-image: url("../img/index_features05.webp");
}
.index_features .features_lst > li:nth-child(6)::after {
  background-image: url("../img/index_features06.webp");
}
.index_features .features_lst > li:nth-child(7)::after {
  background-image: url("../img/index_features07.webp");
}
.index_features .features_lst > li:nth-child(8)::after {
  background-image: url("../img/index_features08.webp");
}
.index_features .features_lst > li:nth-child(9)::after {
  background-image: url("../img/index_features09.webp");
}
.index_features .features_lst > li:nth-child(10)::after {
  background-image: url("../img/index_features010.webp");
}
.index_features .features_lst > li:nth-child(11)::after {
  background-image: url("../img/index_features011.webp");
}
.index_features .features_lst > li:nth-child(12)::after {
  background-image: url("../img/index_features012.webp");
}
.index_features .features_lst > li:nth-child(13)::after {
  background-image: url("../img/index_features013.webp");
}
.index_features .features_lst > li:nth-child(14)::after {
  background-image: url("../img/index_features014.webp");
}
.index_features .features_lst > li:nth-child(15)::after {
  background-image: url("../img/index_features015.webp");
}
.index_features .features_lst > li:nth-child(16)::after {
  background-image: url("../img/index_features016.webp");
}
.index_features .features_lst > li:nth-child(17)::after {
  background-image: url("../img/index_features017.webp");
}
.index_features .features_lst > li:nth-child(18)::after {
  background-image: url("../img/index_features018.webp");
}
.index_features .features_lst > li:nth-child(19)::after {
  background-image: url("../img/index_features019.webp");
}
.index_features .features_lst > li:nth-child(20)::after {
  background-image: url("../img/index_features020.webp");
}
@media screen and (min-width: 48em), print {
  .index_features {
    padding: 8rem 0;
  }
  .index_features .features_lst > li:not(:first-of-type) {
    margin-top: 8rem;
  }
  .index_features .features_lst > li::before {
    width: 4rem;
    top: -0.8rem;
    left: -1.5rem;
  }
  .index_features .features_lst > li > section {
    padding-top: 10rem;
  }
  .index_features .features_lst > li > section .feature_tit {
    margin-bottom: 2.2rem;
    padding: 0;
    letter-spacing: 0.15rem;
    line-height: 1.5;
    font-size: 3.6rem;
  }
  .index_features .features_lst > li > section .feature_tit::before {
    font-size: 4rem;
    top: -6.7rem;
    letter-spacing: 0.4rem;
  }
  .index_features .features_lst > li > section .feature_tit::after {
    font-size: 8rem;
    padding-left: 18.5rem;
    letter-spacing: 0.2rem;
    top: -10rem;
  }
  .index_features .features_lst > li > section .feature_tit .bg_gradation {
    padding: 0 1.3rem 0 1.8rem;
    letter-spacing: 0.17rem;
  }
  .index_features .features_lst > li > section .feature_tit .bg_gradation:not(:last-of-type) {
    margin-bottom: 1rem;
  }
  .index_features .features_lst > li > section p {
    font-size: 2rem;
    line-height: 1.8;
  }
  .index_features .features_lst > li::before {
    width: 10rem;
    top: 0;
    left: -5rem;
  }
  .index_features .features_lst > li::after {
    margin: 1rem auto 0;
    width: 100%;
    max-width: 90rem;
    aspect-ratio: 5/2;
    height: auto;
    -webkit-box-shadow: 20px 20px 0px rgba(var(--rgb_aqua_dark), 0.2);
            box-shadow: 20px 20px 0px rgba(var(--rgb_aqua_dark), 0.2);
  }
}
@media screen and (min-width: 80em), print {
  .index_features {
    padding: 10.5rem 0 8rem;
    max-width: 200rem;
    margin-inline: auto;
    overflow: hidden;
  }
  .index_features .top_tit02 {
    margin-bottom: 0;
  }
  .index_features .features_lst {
    padding-top: 8rem;
    padding-bottom: 2rem;
  }
  .index_features .features_lst > li {
    min-height: 46rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .index_features .features_lst > li:not(:first-of-type) {
    margin-top: 4.5rem;
  }
  .index_features .features_lst > li > section {
    padding-top: 12rem;
    width: 54rem;
    padding-bottom: 3rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .index_features .features_lst > li::before {
    top: 0;
    left: -5rem;
  }
  .index_features .features_lst > li::after {
    width: 100rem;
    max-width: inherit;
    margin: 0 0 0 6rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .index_features .features_lst > li:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .index_features .features_lst > li:nth-of-type(even) > section {
    margin: 0 0 0 auto;
  }
  .index_features .features_lst > li:nth-of-type(even)::before {
    left: 55rem;
  }
  .index_features .features_lst > li:nth-of-type(even)::after {
    margin-right: 6rem;
    margin-left: 0;
    -webkit-box-shadow: -20px 20px 0px rgba(var(--rgb_aqua_dark), 0.2);
            box-shadow: -20px 20px 0px rgba(var(--rgb_aqua_dark), 0.2);
  }
}

.index_cashless {
  padding: 1rem 0 4rem;
}
@media screen and (min-width: 48em), print {
  .index_cashless {
    padding: 0rem 0 8rem;
  }
}
@media screen and (min-width: 80em), print {
  .index_cashless {
    padding: 0rem 0 10rem;
  }
}

.index_calendar {
  padding: 4rem 0;
  background: var(--clr_aqua_light02);
}
@media screen and (min-width: 48em), print {
  .index_calendar {
    padding: 10.5rem 0 9.5rem;
  }
}

body:not(.index) .main {
  margin: 0 1rem 6rem;
}
body:not(.index) .main a:not([class*=btn], [href*="tel:"], [class*=rsv]) {
  text-decoration: underline;
  color: var(--clr_blue_light);
}
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 {
    max-width: 90rem;
    margin: 0 auto 8rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media screen and (min-width: 80em), print {
  body:not(.index) .main {
    width: 1200px;
    max-width: inherit;
    margin: 0 auto 8rem;
    padding: 0;
  }
}

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

@media screen and (min-width: 48em), print {
  .breadcrumb {
    font-size: 1.8rem;
    max-width: 90rem;
    padding-left: 3rem;
    padding-right: 3rem;
    margin: 0 auto 7rem;
    white-space: inherit;
    overflow-x: inherit;
  }
  .breadcrumb li:not(:first-child)::before {
    margin: 0 0.8rem;
  }
  .breadcrumb li a:hover {
    text-decoration: none;
  }
}
@media screen and (min-width: 80em), print {
  .breadcrumb {
    max-width: inherit;
    width: 1200px;
    padding: 0;
  }
}
.doctor .dr_name {
  text-align: right;
}
.doctor .dr_name span {
  display: block;
}

.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;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 100%;
  margin: 0;
  color: var(--clr_white);
}
.gallery .gallery_slider div .slick-current .cap {
  opacity: 1;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  background: rgba(var(--rgb_blue), 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: "\f006";
  color: var(--clr_blue);
  font-size: 2.6rem;
}
.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: -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_blue);
}
.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_blue);
}
@media screen and (min-width: 48em), print {
  .gallery {
    max-width: 75rem;
    margin: auto;
  }
  .gallery .gallery_slider {
    font-size: 1.6em;
  }
  .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_blue);
  }
}
.device_lst {
  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;
}
.device_lst li .device_name {
  margin: 0.6rem 0 1.5rem;
  text-align: center;
  color: var(--clr_blue);
  font-size: 1.6rem;
}
.device_lst li img {
  margin-inline: auto;
  max-width: 80%;
}
@media screen and (min-width: 48em), print {
  .device_lst {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3rem;
  }
  .device_lst li {
    width: calc((100% - 4rem) / 2);
  }
  .device_lst li .device_name {
    margin: 1rem 0 2rem;
    font-size: 2.2rem;
  }
  .device_lst li img {
    max-width: 100%;
  }
}
@media screen and (min-width: 80em), print {
  .device_lst {
    gap: 4rem;
  }
  .device_lst li .device_name {
    font-size: 2.8rem;
  }
}

.access .main .gmap {
  height: 100vw;
}
@media screen and (min-width: 48em), print {
  .access .main .tbl_time {
    font-size: 2rem;
  }
  .access .main .gmap {
    margin: 0;
    height: 40rem;
  }
}
@media screen and (min-width: 80em), print {
  .access .main .gmap {
    height: auto;
  }
}

.recruit_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  margin-top: 1rem;
}
.recruit_btn > li {
  width: calc(50% - 0.5rem);
}
.recruit_btn > li a {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  font-size: 95%;
}
@media screen and (min-width: 48em), print {
  .recruit_btn {
    gap: 2rem;
    margin-top: 4rem;
  }
  .recruit_btn > li {
    width: calc(50% - 1rem);
  }
  .recruit_btn > li a {
    font-size: 110%;
  }
}
/*# sourceMappingURL=style.css.map */