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

body {
  overflow-wrap: anywhere;
  word-break: break-all;
  line-break: strict;
}

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

h5, h6 {
  margin: 0;
}

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

p {
  margin: 1rem 0;
}

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

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

:root {
  --clr_txt: #3a3a3a;
  --rgb_txt: 58, 58, 58, gray(#3a3a3a);
  --clr_red: #f00;
  --rgb_red: 255, 0, 0, gray(#f00);
  --clr_red_light: #f33;
  --rgb_red_light: 255, 51, 51, gray(#f33);
  --clr_red_dark: #c00;
  --rgb_red_dark: 204, 0, 0, gray(#c00);
  --clr_green_line: #06C755;
  --rgb_green_line: 6, 199, 85, gray(#06C755);
  --clr_blue: #035dc8;
  --rgb_blue: 3, 93, 200, gray(#035dc8);
  --clr_blue_pastel: #e9f3ff;
  --rgb_blue_pastel: 233, 243, 255, gray(#e9f3ff);
  --clr_blue_light: #386fb2;
  --rgb_blue_light: 56, 111, 178, gray(#386fb2);
  --clr_blue_light2: #c8d7e9;
  --rgb_blue_light2: 200, 215, 233, gray(#c8d7e9);
  --clr_blue_light3: #c2d8f3;
  --rgb_blue_light3: 194, 216, 243, gray(#c2d8f3);
  --clr_blue_dark: #003d88;
  --rgb_blue_dark: 0, 61, 136, gray(#003d88);
  --clr_blue_dark2: #0d2646;
  --rgb_blue_dark2: 13, 38, 70, gray(#0d2646);
  --clr_blue_bright: #024da6;
  --rgb_blue_bright: 2, 77, 166, gray(#024da6);
  --clr_blue_bright3: #005dab;
  --rgb_blue_bright3: 0, 93, 171, gray(#005dab);
  --clr_lightblue: #7ab9ef;
  --rgb_lightblue: 122, 185, 239, gray(#7ab9ef);
  --clr_gray_white: #ffffff;
  --rgb_gray_white: 255, 255, 255, gray(#ffffff);
  --clr_gray_light: #f8f8f8;
  --rgb_gray_light: 248, 248, 248, gray(#f8f8f8);
  --clr_gray_middle: #767676;
  --rgb_gray_middle: 118, 118, 118, gray(#767676);
}

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

.bold {
  font-weight: bold;
}

.underline {
  text-decoration: underline;
}

.txt_large {
  font-size: 120%;
}

.txt_small {
  font-size: 80%;
}

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

.img_c {
  margin: 1rem auto;
}

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

img.tate {
  max-width: 60%;
}

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

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

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

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

.mb10 {
  margin-bottom: 1.2rem !important;
}

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

.mb20 {
  margin-bottom: 2.4rem !important;
}

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

.mb30 {
  margin-bottom: 3.6rem !important;
}

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

.mb40 {
  margin-bottom: 4.8rem !important;
}

/*.main,*/
.flex2 > section ~ section {
  margin-top: 5rem;
}
.flex2 > section > section ~ section, .flex2 > .flex2 > section ~ section {
  margin-top: 4rem;
}
.flex2 > section > section > section ~ section, .flex2 > section > .flex2 > section ~ section, .flex2 > .flex2 > section > section ~ section, .flex2 > .flex2 > .flex2 > section ~ section {
  margin-top: 3rem;
}
.flex2 > section > section > section > section ~ section, .flex2 > section > section > .flex2 > section ~ section, .flex2 > section > .flex2 > section > section ~ section, .flex2 > section > .flex2 > .flex2 > section ~ section, .flex2 > .flex2 > section > section > section ~ section, .flex2 > .flex2 > section > .flex2 > section ~ section, .flex2 > .flex2 > .flex2 > section > section ~ section, .flex2 > .flex2 > .flex2 > .flex2 > section ~ section {
  margin-top: 3rem;
}

.main > section {
  padding: 6rem 0;
}
.main > section:first-child:not([data-colored]) {
  padding-top: 0;
}

@media screen and (min-width: 48em), print {
  .mt00 {
    margin-top: 0rem !important;
  }
  .mb00 {
    margin-bottom: 0rem !important;
  }
  .mt10 {
    margin-top: 2.4rem !important;
  }
  .mb10 {
    margin-bottom: 2.4rem !important;
  }
  .mt20 {
    margin-top: 4.8rem !important;
  }
  .mb20 {
    margin-bottom: 4.8rem !important;
  }
  .mt30 {
    margin-top: 7.2rem !important;
  }
  .mb30 {
    margin-bottom: 7.2rem !important;
  }
  .mt40 {
    margin-top: 9.6rem !important;
  }
  .mb40 {
    margin-bottom: 9.6rem !important;
  }
  /*.main, */
  .flex2 > section ~ section {
    margin-top: 9rem;
  }
  .flex2 > section > section ~ section, .flex2 > .flex2 > section ~ section {
    margin-top: 7rem;
  }
  .flex2 > section > section > section ~ section, .flex2 > section > .flex2 > section ~ section, .flex2 > .flex2 > section > section ~ section, .flex2 > .flex2 > .flex2 > section ~ section {
    margin-top: 5rem;
  }
  .flex2 > section > section > section > section ~ section, .flex2 > section > section > .flex2 > section ~ section, .flex2 > section > .flex2 > section > section ~ section, .flex2 > section > .flex2 > .flex2 > section ~ section, .flex2 > .flex2 > section > section > section ~ section, .flex2 > .flex2 > section > .flex2 > section ~ section, .flex2 > .flex2 > .flex2 > section > section ~ section, .flex2 > .flex2 > .flex2 > .flex2 > section ~ section {
    margin-top: 5rem;
  }
  .main > section {
    padding: 12rem 0;
  }
  .main > section:first-child:not([data-colored]) {
    padding-top: 0;
  }
}
.tbl_box {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ccc;
  line-height: 1.4;
}
.tbl_box caption {
  padding: 0.5rem;
  margin-bottom: -1px;
  background: -webkit-gradient(linear, left bottom, left top, from(#47a3f2), to(#79b9ef));
  background: linear-gradient(0deg, #47a3f2 0%, #79b9ef 100%);
  border: 1px solid #ccc;
  color: var(--clr_gray_white);
  text-align: center;
  font-size: 1.8rem;
}
.tbl_box th, .tbl_box td {
  padding: 0.4rem 0.8rem;
  border: 1px solid #ccc;
  text-align: left;
}
.tbl_box th {
  background-color: #c2d8f3;
  font-size: 1.6rem;
  font-weight: bold;
  color: var(--clr_blue_dark);
}
.tbl_box td {
  font-size: 1.4rem;
}
.tbl_box td.sub_th {
  background-color: #e9f3ff;
}
@media screen and (min-width: 48em), print {
  .tbl_box caption {
    padding: 1.1rem;
    font-size: 2.4rem;
  }
  .tbl_box th, .tbl_box td {
    padding: 0.9rem 1.5rem;
  }
  .tbl_box th {
    font-size: 1.8rem;
  }
  .tbl_box td {
    font-size: 1.6rem;
  }
}

.sp_tit {
  display: block;
  width: 100%;
  margin-top: 3rem;
  border: 3px solid var(--clr_blue_light);
  border-radius: 4px;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.4;
  color: var(--clr_blue_dark);
}
@media screen and (min-width: 48em), print {
  .sp_tit {
    margin-top: 6rem;
  }
}

.dl_box {
  display: block;
  margin-top: 1.9rem;
  line-height: 1.4;
}
.dl_box dt {
  display: block;
  background-color: #c2d8f3;
  padding: 0.8rem 1.6rem;
  font-size: 1.8rem;
  font-weight: bold;
  color: var(--clr_blue_dark);
}
.dl_box dd {
  display: block;
  padding: 1rem 1.6rem;
  background-color: #e9f3ff;
  font-size: 1.6rem;
}
.dl_paral {
  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;
  margin-top: 1.9rem;
  line-height: 1.4;
}
.dl_paral dt {
  display: block;
  width: 130px;
}
.dl_paral dd {
  display: block;
  width: calc(100% - 130px);
}
.dl_paral dd p, .dl_paral dd .kome {
  margin: 0;
}
.dl_paral dd .lst_ul li {
  margin-bottom: 0;
}

.tbl_time {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid var(--clr_gray_white);
  font-size: 1.4rem;
}
.tbl_time caption {
  font-size: 1.2rem;
  caption-side: bottom;
  text-align: left;
  line-height: 1.4;
  margin-top: 0.9rem;
}
.tbl_time th, .tbl_time td {
  padding: 0.8rem 0.1rem;
  text-align: center;
}
.tbl_time thead th, .tbl_time thead td {
  background-color: var(--clr_blue_bright3);
  white-space: nowrap;
  text-align: center;
  color: var(--clr_gray_white);
  line-height: 1;
}
.tbl_time thead th[scope=row] {
  width: 26.28%;
}
.tbl_time thead td {
  width: 10.53%;
}
.tbl_time tbody {
  background-color: var(--clr_gray_white);
}
.tbl_time tbody th, .tbl_time tbody td {
  border: 1px solid var(--clr_gray_middle);
  color: var(--clr_txt);
  text-align: center;
  line-height: 1.142;
}
.gmap {
  width: 100%;
}

.tit_01 {
  display: -ms-grid;
  display: grid;
  place-content: center;
  place-items: center;
  min-height: 12rem;
  line-height: 1.4;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  padding: 1rem;
  text-align: center;
  font-size: 2.2rem;
  color: car(--clr_blue_dark);
}

.tit_02 {
  display: table;
  text-align: center;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  color: var(--clr_blue_light);
  margin: 0 auto 2rem;
  padding-bottom: 0.8rem;
  line-height: 1;
  font-weight: 400;
  font-size: 3rem;
  border-bottom: 2px solid var(--clr_blue_light);
}
.tit_02.tit_double {
  line-height: 1.2;
}
.tit_02[data-color=white] {
  color: var(--clr_gray_white);
  border-bottom-color: var(--clr_gray_white);
}
@media screen and (min-width: 48em), print {
  .tit_02 {
    margin: 0 auto 4rem;
    font-size: 6rem;
    padding-bottom: 1.2rem;
  }
}

.tit_03 {
  margin: 0 0 2rem;
  padding: 1.2rem;
  background: var(--clr_blue_pastel);
  font-size: 2rem;
  line-height: 1.4;
  color: var(--clr_blue_light);
  -webkit-box-shadow: 5px 5px 0px 0 var(--clr_blue_light2);
          box-shadow: 5px 5px 0px 0 var(--clr_blue_light2);
}

* + .tit_03 {
  margin-top: 5.2rem;
}

.tit_04 {
  line-height: 1.4;
  margin: 0 0 1.6rem;
  padding: 0 1.2rem 0.3rem;
  border-bottom: 5px solid var(--clr_blue_light);
  font-size: 1.8rem;
  line-height: 1.4;
  color: var(--clr_blue_light);
}
.tit_04.parall > * {
  display: block;
}
.tit_04.parall > *::last-child {
  text-align: right;
}
@media screen and (min-width: 48em), print {
  .tit_04.parall {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.tit_05 {
  line-height: 1.4;
  margin: 0 0 1.6rem;
  padding: 0.8rem 1.2rem;
  border: 1px solid var(--clr_blue_light);
  font-size: 1.6rem;
  line-height: 1.4;
  color: var(--clr_blue_light);
}

.tit_06 {
  line-height: 1.4;
  margin: 0 0 1.6rem;
  padding: 0.6rem 1.2rem;
  background: -webkit-gradient(linear, left top, right top, from(var(--clr_blue)), color-stop(34.1666%, #003d88), to(var(--clr_blue)));
  background: linear-gradient(90deg, var(--clr_blue) 0%, #003d88 34.1666%, var(--clr_blue) 100%);
  font-size: 1.6rem;
  line-height: 1.4;
  color: var(--clr_gray_white);
}

* + .tit_04, * + .tit_05, * + .tit_06 {
  margin-top: 3rem;
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    min-height: 30rem;
    font-size: 4.2rem;
  }
  .tit_03 {
    font-size: 3.2rem;
    margin: 0 0 3rem;
    padding: 2.4rem 1.6rem;
  }
  * + .tit_03 {
    margin-top: 10.4rem;
  }
  .tit_04 {
    font-size: 3rem;
    margin: 0 0 2rem;
    padding: 0 1.6rem 0.6rem;
    border-bottom-width: 10px;
  }
  .tit_05 {
    font-size: 2.4rem;
    margin: 0 0 2rem;
    padding: 1.2rem 1.6rem;
  }
  .tit_06 {
    font-size: 2rem;
    margin: 0 0 2rem;
    padding: 1rem 1.6rem;
  }
  * + .tit_04, * + .tit_05, * + .tit_06 {
    margin-top: 6rem;
  }
}
.lst_ul {
  line-height: 1.4;
  margin: 1rem 0;
}
.lst_ul > li {
  position: relative;
  padding: 0 0 0 1.4em;
}
.lst_ul > li:not(:last-child) {
  margin: 0 0 1rem;
}
.lst_ul > li::before {
  content: "●";
  color: var(--clr_blue_light);
  position: absolute;
  left: 0;
}
.lst_ul.kome > li::before {
  content: "※";
  color: var(--clr_txt);
}
.lst_ul.hyphen > li::before {
  content: "-";
  color: var(--clr_txt);
}
.lst_ul.pl18 {
  padding-left: 1.8em !important;
}

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

.lst_ol {
  line-height: 1.4;
  counter-reset: number 0;
  margin: 1rem 0;
}
.lst_ol > li {
  counter-increment: number 1;
  padding: 0 0 0 1.8em;
  position: relative;
}
.lst_ol > li:not(:last-child) {
  margin: 0 0 1rem;
}
.lst_ol > li::before {
  display: inline-block;
  content: counter(number, decimal-leading-zero) ".";
  color: var(--clr_txt);
  font-weight: bold;
  position: absolute;
  left: 0;
}

.lst_ol_circle {
  line-height: 1.4;
  counter-reset: number 0;
  margin: 1rem 0;
}
.lst_ol_circle > li {
  counter-increment: number 1;
  padding: 0 0 0 1.8em;
  position: relative;
}
.lst_ol_circle > li:not(:last-child) {
  margin: 0 0 1rem;
}
.lst_ol_circle > li::before {
  display: inline-block;
  width: 22px;
  content: counter(number);
  background-color: var(--clr_blue_light);
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  position: absolute;
  left: 0;
  line-height: 22px;
  text-align: center;
}

.lst_ol_brack {
  line-height: 1.4;
  counter-reset: number;
  margin: 1rem 0;
}
.lst_ol_brack > li {
  counter-increment: number;
  padding: 0 0 0 1.8em;
  position: relative;
}
.lst_ol_brack > li:not(:last-child) {
  margin: 0 0 1rem;
}
.lst_ol_brack > li::before {
  display: inline-block;
  content: "(" counter(number) ")";
  color: var(--clr_txt);
  font-weight: bold;
  position: absolute;
  left: 0;
}

.lst_flow li + li {
  position: relative;
  margin-top: 6rem;
}
@media screen and (min-width: 48em), print {
  .lst_flow li + li {
    margin-top: 10rem;
  }
}
.lst_flow li + li::before {
  content: "";
  position: absolute;
  left: 0;
  top: -4rem;
  display: block;
  width: 100%;
  height: 2rem;
  background: url(../img/arrow-ico.svg) no-repeat center top/contain;
}
@media screen and (min-width: 48em), print {
  .lst_flow li + li::before {
    height: 37px;
    top: -68px;
  }
}

.lst_dl01 dt {
  font-weight: bold;
}
.lst_dl01 dd {
  margin: 0 0 1rem;
}

@media screen and (min-width: 48em), print {
  .lst_dl01 {
    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_dl01 dt {
    width: 20%;
  }
  .lst_dl01 dd {
    width: 80%;
    padding: 0 0 0 1rem;
  }
}
p.kome {
  padding: 0 0 0 1.2em;
  position: relative;
}
p.kome::before {
  content: "※";
  position: absolute;
  left: 0;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 4rem;
}
.flex2, .flex3 {
  margin-top: 1.9rem;
}
.flex2 > figure > img, .flex3 > figure > img {
  width: 100%;
}
.flex2 > *:not(:first-child), .flex3 > *:not(:first-child) {
  margin-top: 2rem;
}
.flex2 > figure img, .flex3 > figure img {
  border-radius: 8px;
  overflow: hidden;
}
.flex2.note_box, .flex3.note_box {
  padding: 1.6rem 1.2rem;
  background-color: #e9f3ff;
  border-radius: 10px;
}
.flex2.note_box > figure, .flex3.note_box > figure {
  border-radius: 10px;
}
.flex2.note_box .sub_tit, .flex3.note_box .sub_tit {
  display: table;
  padding: 0.4rem;
  margin-bottom: 1.3rem;
  border-radius: 4px;
  background-color: var(--clr_blue_light);
  color: var(--clr_gray_white);
  font-size: 1.6rem;
  line-height: 1;
}
@media screen and (min-width: 48em), print {
  .flex2.note_box, .flex3.note_box {
    padding: 5rem;
  }
  .flex2.note_box > figure, .flex3.note_box > figure {
    width: 30%;
  }
  .flex2.note_box > section, .flex3.note_box > section {
    width: 65.454%;
  }
  .flex2.note_box .sub_tit, .flex3.note_box .sub_tit {
    padding: 0.9rem 1.1rem;
    margin-bottom: 1.5rem;
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 48em), print {
  .flex2[data-aspect="4"] > figure {
    width: 41.666%;
  }
  .flex2[data-aspect="4"] > section {
    width: 52.666%;
  }
}

.flex3 {
  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;
}
.flex3 > li {
  width: 46%;
}

.box_white {
  padding: 1.2rem;
  border: 1px solid #7ab9ef;
  background-color: #e2f2ff;
  border-radius: 10px;
  color: var(--clr_txt_base);
}
.box_white > *:first-child {
  margin-top: 0 !important;
}
.box_white > *:last-child {
  margin-bottom: 0 !important;
}
@media screen and (min-width: 48em), print {
  .box_white {
    padding: 3rem;
  }
}

.box_blue {
  padding: 1.2rem;
  border: 1px solid #7ab9ef;
  background: -webkit-gradient(linear, left bottom, left top, from(#0374d3), to(#7ab9ef));
  background: linear-gradient(0deg, #0374d3 0%, #7ab9ef 100%);
  color: var(--clr_gray_white);
}
.box_blue > *:first-child {
  margin-top: 0 !important;
}
.box_blue > *:last-child {
  margin-bottom: 0 !important;
}
@media screen and (min-width: 48em), print {
  .box_blue {
    padding: 3rem;
  }
}

@media screen and (min-width: 48em), print {
  .flex {
    gap: 1rem 5rem;
  }
  .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;
  }
  .flex2[data-dir=left] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .flex2 > section, .flex2 > li, .flex2 > div, .flex2 > figure, .flex2 > img {
    width: 48%;
    margin-top: 0 !important;
  }
  .flex3 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 2rem;
  }
  .flex3 li {
    width: 31%;
  }
}
.tel {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: 0 0.4rem;
  line-height: 1;
}

.box_ {
  padding: 1.6rem;
}
@media screen and (min-width: 48em), print {
  .box_ {
    padding: 3rem;
  }
}

.btn_rsv {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.4rem;
}
@media screen and (min-width: 48em) and (hover: hover), print and (hover: hover) {
  .btn_rsv {
    opacity: 1;
  }
  .btn_rsv:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 1;
  }
  .btn_rsv:where(:any-link, :enabled, summary):hover {
    opacity: 1;
  }
}
@media screen and (min-width: 48em), print {
  .btn_rsv:focus-visible {
    opacity: 1;
  }
}

.btn_detail {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.2rem 2.8rem;
  background: var(--clr_blue_light);
  color: var(--clr_gray_white);
  text-decoration: none !important;
  line-height: 1.6;
  font-size: 1.6rem;
  border-radius: 4px;
}
.btn_detail span {
  display: block;
}
.btn_detail::after {
  content: "▶";
  display: block;
  margin-left: 0.8rem;
}
@media screen and (min-width: 48em), print {
  .btn_detail {
    line-height: 1;
  }
}
@media screen and (min-width: 48em) and (hover: hover), print and (hover: hover) {
  .btn_detail {
    opacity: 1;
  }
  .btn_detail:where(:-moz-any-link, :enabled, summary):hover {
    background: #1f4675;
    opacity: 1;
  }
  .btn_detail:where(:any-link, :enabled, summary):hover {
    background: #1f4675;
    opacity: 1;
  }
}
@media screen and (min-width: 48em), print {
  .btn_detail:focus-visible {
    background: #1f4675;
    opacity: 1;
  }
}

.anchor_link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #7ab9ef;
  text-decoration: underline;
}
.anchor_link::after {
  content: "»";
  display: block;
}
.anchor_link span {
  display: block;
  margin-left: 8px;
}

.linkout {
  display: inline-block;
  color: var(--clr_txt);
  text-decoration: none !important;
}
.linkout::after {
  font-family: "fontello";
  content: "\f08e";
  font-size: 0.8em;
  margin-left: 0.6rem;
}
@media screen and (min-width: 48em), print {
  .linkout::after {
    margin-left: 1rem;
  }
}

.slick-slide {
  padding: 0;
}
.slick-slide div {
  line-height: 1;
}
.slick-slide p {
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.6);
  margin: 0;
  padding: 0 1rem;
  line-height: 1.6;
}

.slick-arrow {
  width: 1.8rem;
  height: 1.8rem;
  position: absolute;
  top: calc(50% - 0.9rem);
  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;
  color: var(--clr_blue_light);
  background: var(--clr_blue_pastel);
  border-radius: 50%;
  border: 0;
  z-index: 5;
}
.slick-arrow::before {
  font-size: 0.9rem;
  opacity: 1;
}
.slick-arrow.slick-prev {
  left: -2.6rem;
}
.slick-arrow.slick-prev::before {
  font-family: "fontello";
  content: "\e80d";
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.slick-arrow.slick-next {
  right: -2.6rem;
}
.slick-arrow.slick-next::before {
  font-family: "fontello";
  content: "\e80d";
}
@media screen and (min-width: 48em), print {
  .slick-arrow {
    width: 5rem;
    height: 5rem;
    top: calc(50% - 2.5rem);
  }
  .slick-arrow::before {
    font-size: 2.4rem;
  }
  .slick-arrow.slick-prev {
    left: -6rem;
  }
  .slick-arrow.slick-next {
    right: -6rem;
  }
}
@media screen and (min-width: 48em) and (hover: hover), print and (hover: hover) {
  .slick-arrow {
    opacity: 1;
  }
  .slick-arrow:where(:-moz-any-link, :enabled, summary):hover {
    color: var(--clr_txt);
    background: var(--clr_gray_white);
    opacity: 1;
  }
  .slick-arrow:where(:any-link, :enabled, summary):hover {
    color: var(--clr_txt);
    background: var(--clr_gray_white);
    opacity: 1;
  }
}
@media screen and (min-width: 48em), print {
  .slick-arrow:focus-visible {
    color: var(--clr_txt);
    background: var(--clr_gray_white);
    opacity: 1;
  }
}

.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.8rem auto 0;
}
.slick-dots li {
  width: 0.5rem;
  height: 0.5rem;
  margin: 0 0.2rem;
}
.slick-dots li button {
  padding: 50%;
  display: block;
  font-size: 0;
  cursor: pointer;
  opacity: 0.25;
  border-radius: 50%;
  background: var(--clr_txt);
}
@media (hover: hover) {
  .slick-dots li button {
    opacity: 1;
  }
  .slick-dots li button:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
  .slick-dots li button:where(:any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
}
.slick-dots li button:focus-visible {
  opacity: 0.8;
}
.slick-dots li.slick-active button {
  opacity: 0.75;
}
@media screen and (min-width: 48em), print {
  .slick-dots {
    margin: 1.6rem auto;
  }
  .slick-dots li {
    width: 1.4rem;
    height: 1.4rem;
    margin: 0 0.6rem;
  }
}

html {
  font-size: 2.7777777778vw;
}

body {
  background: var(--clr_gray_white);
  padding-top: 12.21912%;
  color: var(--clr_txt);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body::after {
  visibility: hidden;
  width: 100vw;
  height: 100vh;
  content: "";
  background: rgba(var(--rgb_txt), 0.6);
  position: fixed;
  inset: 0;
  z-index: 90;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  -webkit-backdrop-filter: blur(0.6rem);
  backdrop-filter: blur(0.6rem);
}
body.spnav_modal {
  overflow: hidden !important;
}
body.spnav_modal::after {
  visibility: visible;
  opacity: 1;
}

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

*[data-type=pc] {
  display: none !important;
}

*[hidden] {
  display: none !important;
}

*[data-font=montserrat] {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
}

*[data-fade] {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-out 0.2s;
  transition: opacity 0.4s ease-out 0.2s;
}

*[data-fade].show {
  opacity: 1;
}

.wrap {
  text-align: left;
}

.main {
  font-size: 1.4rem;
  line-height: 1.8;
}
.main p + p {
  margin-top: 1.6rem;
}
.main a:not([class*=btn], [href*="tel:"]) {
  text-decoration: underline;
}
.main div.tel {
  text-align: center;
}
.main div.tel span {
  display: block;
  margin: 0 auto;
  padding: 1.1rem 3rem;
  border: 2px solid var(--clr_gray_white);
  border-radius: 10px;
  background-color: var(--clr_blue_light);
  color: var(--clr_gray_white);
  font-size: 2.4rem;
  letter-spacing: 0.1rem;
}
.main div.tel span:before {
  content: "tel.";
}
@media screen and (min-width: 48em), print {
  .main div.tel span {
    width: 320px;
  }
}

@media screen and (min-width: 48em), print {
  html {
    font-size: 62.5%;
  }
  body {
    min-width: calc(1200px + 40px);
    padding-top: 0;
  }
  body::after {
    display: none;
  }
  *[data-type=pc] {
    display: block !important;
  }
  a, button {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  a img, button img {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
}
@media screen and (min-width: 48em) and (hover: hover), print and (hover: hover) {
  a, button {
    opacity: 1;
  }
  a:where(:-moz-any-link, :enabled, summary):hover, button:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
  a:where(:any-link, :enabled, summary):hover, button:where(:any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
  a:where(:-moz-any-link, :enabled, summary):hover img, button:where(:-moz-any-link, :enabled, summary):hover img {
    opacity: 0.8;
  }
  a:where(:any-link, :enabled, summary):hover img, button:where(:any-link, :enabled, summary):hover img {
    opacity: 0.8;
  }
}
@media screen and (min-width: 48em), print {
  a:focus-visible, button:focus-visible {
    opacity: 0.8;
  }
  a:focus-visible img, button:focus-visible img {
    opacity: 0.8;
  }
  *[data-type=sp] {
    display: none !important;
  }
  .wrap {
    width: 1200px;
    margin: auto;
  }
  .main {
    font-size: 1.6rem;
    line-height: 2;
  }
  .main a:not([class*=btn]):hover {
    opacity: 1;
    text-decoration: none;
  }
}
:target {
  scroll-margin-top: 6rem;
}
@media screen and (min-width: 48em), print {
  :target {
    scroll-margin-top: 16rem;
  }
}

.header {
  position: fixed;
  inset: 0 0 auto;
  background-color: #f6fbff;
  color: var(--clr_blue_light);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 99;
}
.header > .wrap {
  padding: 0.5rem;
}
.header > .wrap .logo {
  position: relative;
  width: 50%;
  text-align: left;
  z-index: 100;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.header > .wrap .logo.hide {
  -webkit-transform: translateY(-150%);
          transform: translateY(-150%);
}
.header > .wrap .logo a {
  display: block;
  width: 100%;
}
.header > .wrap .headR {
  display: none;
}

body.fNavi .header {
  -webkit-transform: translateY(-150%);
          transform: translateY(-150%);
}

@media screen and (min-width: 48em), print {
  .header {
    position: relative;
    inset: initial initial auto;
  }
  .header > .wrap {
    padding: 3rem 0;
    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: calc(100% - 182px);
    padding-left: 182px;
    position: relative;
    z-index: 101;
    text-align: center;
  }
  .header > .wrap .logo a {
    width: 350px;
    margin: 0 auto;
  }
  .header > .wrap .headR {
    width: 182px;
    margin: 0;
    display: block;
  }
  .header > .wrap .headR li {
    display: block;
    line-height: 1;
    text-align: center;
  }
  .header > .wrap .headR li.acs {
    font-size: 1.2rem;
    letter-spacing: 0.1rem;
  }
  .header > .wrap .headR li .tel {
    margin-top: 0.8rem;
    padding: 1rem;
    border: 1px solid var(--clr_blue_light);
    border-radius: 5px;
    font-size: 2rem;
    letter-spacing: 0.14rem;
  }
  .header > .wrap .headR li .tel::before {
    content: "tel.";
    font-size: 1.6rem;
  }
}
.pc_fix {
  display: none;
}

@media screen and (min-width: 48em), print {
  .pc_fix {
    display: block;
    position: fixed;
    inset: 5rem 0 auto auto;
  }
}
#nav {
  width: 100vw;
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
}
#nav #sp_menu {
  width: 3.2rem;
  height: 3.2rem;
  text-align: center;
  line-height: 1;
  font-size: 0.8rem;
  color: var(--clr_blue_dark);
  padding: 0;
  position: absolute;
  inset: 0.5rem 1.5rem auto auto;
  z-index: 100;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#nav #sp_menu.hide {
  -webkit-transform: translateY(-220%);
          transform: translateY(-220%);
}
#nav #sp_menu::before {
  display: block;
  font-family: "fontello";
  content: "\e802";
  font-size: 2rem;
}
#nav #sp_menu::after {
  display: block;
  content: "MENU";
  margin: 0.2rem 0 0;
  color: var(--clr_blue_dark);
}
#nav #sp_menu.close::before {
  font-family: "fontello";
  content: "\e806";
}
#nav #sp_menu.close::after {
  content: "CLOSE";
}
#nav #sp_menu span {
  display: none;
}
#nav .gnav_subnav {
  display: none;
  width: 94vw;
  max-height: calc(100dvh - 8rem);
  overflow-y: auto;
  background: #e9f3ff;
  -webkit-box-shadow: 0 0.4rem 0.6rem 0.2rem rgba(var(--rgb_txt), 0.2);
          box-shadow: 0 0.4rem 0.6rem 0.2rem rgba(var(--rgb_txt), 0.2);
  padding: 1.6rem;
  margin: auto;
  position: absolute;
  inset: 6.6rem 0 auto;
  z-index: 100;
}
#nav .gnav_subnav .gnav {
  border-top: 1px solid var(--clr_gray_white);
  border-bottom: 1px solid var(--clr_gray_white);
}
#nav .gnav_subnav .gnav > li:not(:last-child) {
  border-bottom: 1px dotted var(--clr_gray_white);
}
#nav .gnav_subnav .gnav > li > a, #nav .gnav_subnav .gnav > li > .sub {
  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;
  position: relative;
  width: 100%;
  text-align: left;
  padding: 1rem;
  font-size: 1.4rem;
  line-height: 1;
}
#nav .gnav_subnav .gnav > li > a span, #nav .gnav_subnav .gnav > li > .sub span {
  display: block;
}
#nav .gnav_subnav .gnav > li .sub::after {
  font-family: "fontello";
  content: "\f004";
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#nav .gnav_subnav .gnav > li .sub.close::after {
  font-family: "fontello";
  content: "\f005";
}
#nav .gnav_subnav .gnav > li .subbox {
  display: none;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  padding: 2rem 1rem;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--clr_gray_white)), to(#def0ff));
  background: linear-gradient(180deg, var(--clr_gray_white) 0%, #def0ff 100%);
  font-size: 1.4rem;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav > li > a {
  position: relative;
  display: block;
  padding: 1rem 1rem 1rem 1.2rem;
  color: var(--clr_txt);
}
#nav .gnav_subnav .gnav > li .subbox > .subnav > li > a.current {
  color: var(--clr_blue_light);
}
#nav .gnav_subnav .gnav > li .subbox > .subnav > li > a.current::before {
  opacity: 1;
  font-family: "fontello";
  content: "\e80d";
  display: block;
  position: absolute;
  left: 0;
  top: calc(50% - 0.4rem);
  color: var(--clr_blue_light);
  font-size: 1rem;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
#nav .gnav_subnav #menu_close {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  color: var(--clr_txt);
  background: var(--clr_gray_white);
  text-align: center;
  padding: 0.6rem 0;
  margin: 2rem 0 0;
}
#nav .gnav_subnav #menu_close::before {
  font-family: "fontello";
  content: "\e806";
  margin: 0 0.6rem 0 0;
}
@media screen and (min-width: 48em), print {
  #nav {
    width: auto;
    position: sticky;
    inset: 0 0 auto;
    -webkit-transition: 0.8s;
    transition: 0.8s;
  }
  #nav.hide {
    -webkit-transform: translateY(-300%);
            transform: translateY(-300%);
  }
  #nav.sticky .gnav_subnav {
    background: -webkit-gradient(linear, left top, left bottom, from(#bdcbd6), to(#e2f2ff));
    background: linear-gradient(180deg, #bdcbd6 0%, #e2f2ff 100%);
  }
  #nav #sp_menu {
    display: none;
  }
  #nav .gnav_subnav {
    display: block !important;
    width: 100%;
    max-height: inherit;
    -webkit-box-shadow: none;
            box-shadow: none;
    overflow-y: visible;
    padding: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#bccad6), color-stop(11%, #bccad6), color-stop(12%, #e2f2ff), to(#e2f2ff));
    background: linear-gradient(180deg, #bccad6 0%, #bccad6 11%, #e2f2ff 12%, #e2f2ff 100%);
    position: static;
    color: var(--clr_gray_white);
  }
  #nav .gnav_subnav .gnav {
    width: 1200px;
    /*w1200px*/
    margin: auto;
    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-top: none;
    border-bottom: none;
  }
  #nav .gnav_subnav .gnav > li {
    position: relative;
    cursor: pointer;
  }
  #nav .gnav_subnav .gnav > li:not(:last-child) {
    border-bottom: none;
  }
  #nav .gnav_subnav .gnav > li > .sub.close::after {
    content: "";
  }
  #nav .gnav_subnav .gnav > li > a, #nav .gnav_subnav .gnav > li > .sub {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    font-size: 1.8rem;
    color: var(--clr_blue_light);
    padding: 5.5rem 3.6rem;
    margin: 0;
    z-index: 1;
  }
  #nav .gnav_subnav .gnav > li > a.current, #nav .gnav_subnav .gnav > li > .sub.current {
    -webkit-transition: 0s;
    transition: 0s;
  }
  #nav .gnav_subnav .gnav > li > a::before, #nav .gnav_subnav .gnav > li > a.current::before, #nav .gnav_subnav .gnav > li > .sub::before, #nav .gnav_subnav .gnav > li > .sub.current::before {
    content: "";
    display: block;
    position: absolute;
    top: 4rem;
    left: 0;
    width: 100%;
    height: 9.6rem;
    background-color: #7ab9ef;
    opacity: 0;
    -webkit-transform: translateY(-4rem);
            transform: translateY(-4rem);
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    z-index: 0;
  }
  #nav .gnav_subnav .gnav > li > a::after, #nav .gnav_subnav .gnav > li > a.current::after, #nav .gnav_subnav .gnav > li > .sub::after, #nav .gnav_subnav .gnav > li > .sub.current::after {
    content: "";
    display: block;
    position: absolute;
    top: 8.8rem;
    left: calc(50% - 0.4rem);
    width: 0.8rem;
    height: 4.5rem;
    max-height: 0px;
    background: url("../img/gnav_arrow.svg") no-repeat center bottom;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out 0.2s;
    transition: all 0.4s ease-out 0.2s;
    z-index: 0;
  }
  #nav .gnav_subnav .gnav > li > a span, #nav .gnav_subnav .gnav > li > a.current span, #nav .gnav_subnav .gnav > li > .sub span, #nav .gnav_subnav .gnav > li > .sub.current span {
    position: relative;
    z-index: 1;
  }
  #nav .gnav_subnav .gnav > li > a.current, #nav .gnav_subnav .gnav > li .sub.current {
    opacity: 1;
    color: var(--clr_gray_white);
  }
  #nav .gnav_subnav .gnav > li > a.current::before, #nav .gnav_subnav .gnav > li .sub.current::before {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    background-color: #7ab9ef;
    color: var(--clr_gray_white);
  }
  #nav .gnav_subnav .gnav > li > a.current::after, #nav .gnav_subnav .gnav > li .sub.current::after {
    opacity: 1;
    max-height: 4.5rem;
  }
  #nav .gnav_subnav .gnav > li .subbox {
    display: block !important;
    width: auto;
    position: absolute;
    top: 100%;
    left: calc(50% - 20.4rem);
    pointer-events: none;
    z-index: 0;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav {
    width: 40.8rem;
    padding: 5.5rem 4.8rem 3.8rem;
    border: 1px solid var(--clr_blue_dark);
    background: -webkit-gradient(linear, left top, left bottom, from(var(--clr_gray_white)), to(#def0ff));
    background: linear-gradient(180deg, var(--clr_gray_white) 0%, #def0ff 100%);
    opacity: 0;
    -webkit-transform: translateY(-4rem);
            transform: translateY(-4rem);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    z-index: -1;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav > li {
    position: relative;
    margin-bottom: 1.4rem;
    font-size: 1.6rem;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav > li > a {
    padding: 0 0 0 1.4rem;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav > li > a::before {
    font-family: "fontello";
    content: "\e80d";
    display: block;
    position: absolute;
    left: 0;
    top: 0.7rem;
    color: var(--clr_blue_light);
    font-size: 1rem;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav > li > a.current {
    opacity: 1;
    color: var(--clr_blue_light);
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav > li > a.current::before {
    opacity: 1;
  }
}
@media screen and (min-width: 48em) and (hover: hover), print and (hover: hover) {
  #nav .gnav_subnav .gnav > li .subbox > .subnav > li > a {
    opacity: 1;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav > li > a:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 1;
    color: var(--clr_blue_light);
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav > li > a:where(:any-link, :enabled, summary):hover {
    opacity: 1;
    color: var(--clr_blue_light);
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav > li > a:where(:-moz-any-link, :enabled, summary):hover::before {
    opacity: 1;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav > li > a:where(:any-link, :enabled, summary):hover::before {
    opacity: 1;
  }
}
@media screen and (min-width: 48em), print {
  #nav .gnav_subnav .gnav > li .subbox > .subnav > li > a:focus-visible {
    opacity: 1;
    color: var(--clr_blue_light);
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav > li > a:focus-visible::before {
    opacity: 1;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav > li > a.current {
    -webkit-transition: 0s;
    transition: 0s;
  }
  #nav .gnav_subnav .gnav > li:hover > a, #nav .gnav_subnav .gnav > li:hover > .sub, #nav .gnav_subnav .gnav > li:focus > a, #nav .gnav_subnav .gnav > li:focus > .sub, #nav .gnav_subnav .gnav > li:focus-visible > a, #nav .gnav_subnav .gnav > li:focus-visible > .sub {
    opacity: 1;
    color: var(--clr_gray_white);
  }
  #nav .gnav_subnav .gnav > li:hover > a::before, #nav .gnav_subnav .gnav > li:hover > .sub::before, #nav .gnav_subnav .gnav > li:focus > a::before, #nav .gnav_subnav .gnav > li:focus > .sub::before, #nav .gnav_subnav .gnav > li:focus-visible > a::before, #nav .gnav_subnav .gnav > li:focus-visible > .sub::before {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  #nav .gnav_subnav .gnav > li:hover > a::after, #nav .gnav_subnav .gnav > li:hover > .sub::after, #nav .gnav_subnav .gnav > li:focus > a::after, #nav .gnav_subnav .gnav > li:focus > .sub::after, #nav .gnav_subnav .gnav > li:focus-visible > a::after, #nav .gnav_subnav .gnav > li:focus-visible > .sub::after {
    opacity: 1;
    max-height: 4.5rem;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  #nav .gnav_subnav .gnav > li.treatment .currentOpen {
    pointer-events: auto;
  }
  #nav .gnav_subnav .gnav > li.treatment .currentOpen > .subnav {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    z-index: 0;
  }
  #nav .gnav_subnav #menu_close {
    display: none;
  }
}

.symptoms {
  display: block grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  row-gap: 1em;
}
@media screen and (min-width: 48em), print {
  .symptoms {
    width: min(100% - 2.5rem, 1200px);
    margin-inline: auto;
    display: block grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
.symptoms .symptoms_inner {
  width: min(100% - 1rem, 280px);
  margin-inline: auto;
  background-color: #fff;
  -webkit-box-shadow: 3px 3px 5px rgba(30, 72, 104, 0.3);
          box-shadow: 3px 3px 5px rgba(30, 72, 104, 0.3);
}
.symptoms .symptoms_inner strong {
  padding: 0.5em;
  display: inline-block;
  width: 100%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.symptoms .symptoms_inner strong::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #333333;
  border-right: 2px solid #333333;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: inline-block;
  margin-right: 0.5em;
}
.symptoms .symptoms_inner ul {
  padding: 0.5em;
}
.symptoms .symptoms_inner h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: no-repeat;
  background-size: 20%;
  background-position: 13%;
  min-height: 85px;
  background-color: var(--clr_lightblue);
  color: #fff;
  padding: 0.5rem 2rem;
  line-height: initial;
}
@media screen and (min-width: 48em), print {
  .symptoms .symptoms_inner h3 {
    background-size: 25%;
    background-position: 20%;
    padding: 0.5rem 5rem;
  }
}
.symptoms .symptoms_inner .symptoms_medicine {
  background-image: url(../img/top_gude_fg01.svg);
}
.symptoms .symptoms_inner .symptoms_vaccination {
  background-image: url(../img/top_gude_fg10.svg);
}
.symptoms .symptoms_inner .symptoms_gastroscopy {
  background-image: url(../img/top_gude_fg03.svg);
}
.symptoms .symptoms_inner .symptoms_colonoscopy {
  background-image: url(../img/top_gude_fg04.svg);
}

.bnrGr .webRevLink,
.bnrGr .lineLink,
.bnrGr .tel01 {
  display: block;
  background-color: var(--clr_gray_white);
  border: 2px solid var(--clr_gray_white);
  border-radius: 3rem;
  height: 100%;
  padding: 0.5rem;
  font-size: 1.4rem;
  text-decoration: none !important;
}
.bnrGr .webRevLink:hover,
.bnrGr .lineLink:hover,
.bnrGr .tel01:hover {
  opacity: 0.8 !important;
}
.bnrGr .webRevLink span::before,
.bnrGr .lineLink span::before,
.bnrGr .tel01 span::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 20px;
  margin-right: 8px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  vertical-align: sub;
}
@media screen and (min-width: 48em), print {
  .bnrGr .webRevLink,
  .bnrGr .lineLink,
  .bnrGr .tel01 {
    font-size: 2rem;
    letter-spacing: 0.2rem;
  }
  .bnrGr .webRevLink span::before,
  .bnrGr .lineLink span::before,
  .bnrGr .tel01 span::before {
    width: 22px;
    height: 25px;
  }
}
.bnrGr .tel01 {
  background: -webkit-gradient(linear, left bottom, left top, from(#f8b500), to(#ffdd99));
  background: linear-gradient(0deg, #f8b500 0%, #ffdd99 100%);
  color: var(--clr_gray_white);
}
.bnrGr .tel01 span::before {
  display: none;
}
.bnrGr .webRevLink {
  background: -webkit-gradient(linear, left bottom, left top, from(#38b5e3), to(#afc2ff));
  background: linear-gradient(0deg, #38b5e3 0%, #afc2ff 100%);
  color: var(--clr_gray_white);
}
.bnrGr .webRevLink span::before {
  /*background-image: url(../img/rev-icon.svg);*/
  display: none;
}
.bnrGr .lineLink {
  background: -webkit-gradient(linear, left bottom, left top, from(#09C209), to(#7DD0E5));
  background: linear-gradient(0deg, #09C209 0%, #7DD0E5 100%);
  color: var(--clr_gray_white);
}
.bnrGr .lineLink span::before {
  display: none;
  /*background-image: url(../img/line-icon.svg);*/
}

.main .bnrGr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main .bnrGr li {
  display: block;
}
.main .bnrGr li + li {
  margin-left: 16px;
}
.main .bnrGr .webRevLink,
.main .bnrGr .lineLink,
.main .bnrGr .tel01 {
  padding: 0.5rem 2rem;
}
.main .bnrGr .webRevLink a span::before,
.main .bnrGr .lineLink a span::before,
.main .bnrGr .tel01 a span::before {
  vertical-align: text-bottom;
}

#tel_up {
  position: fixed;
  inset: auto 0 0;
  width: 100%;
  height: 4rem;
  padding: 0.5rem;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 2px solid var(--clr_gray_white);
  background-color: var(--clr_blue_pastel);
  color: var(--clr_blue_light);
  text-align: center;
  font-size: 1.4rem;
  visibility: hidden;
  z-index: 1000;
}
#tel_up ul {
  width: 100%;
  height: 100%;
  padding-right: 1rem;
  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;
  line-height: 1;
}
#tel_up ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
#tel_up ul li + li {
  margin-left: 1%;
}
#tel_up ul li.telno a {
  letter-spacing: 0.1rem;
}
#tel_up ul li.telno a::before {
  content: "tel.";
}
#tel_up #pageup {
  position: absolute;
  display: block;
  width: 3rem;
  bottom: 5rem;
  right: 1rem;
  height: 3rem;
  text-align: center;
  line-height: 1;
  overflow: hidden;
  padding: 0.5rem;
  background-color: var(--clr_gray_white);
  border-radius: 50%;
  z-index: 101;
}
#tel_up #pageup::before {
  display: block;
  font-family: "fontello";
  content: "\e81b";
  font-size: 1.6rem;
}
#tel_up #pageup .clip {
  display: block;
  font-size: 1rem;
  clip-path: inset(50%);
  color: transparent;
  position: absolute;
  inset: 0;
  z-index: 0;
}

@media screen and (min-width: 48em), print {
  #tel_up {
    width: auto;
    height: auto;
    padding: 0;
    border-top: none;
    background-color: transparent;
  }
  #tel_up ul {
    width: auto;
    height: auto;
    padding-top: 0;
    display: block;
  }
  #tel_up ul li {
    position: fixed;
    right: 0;
    width: 64px;
    z-index: 102;
  }
  #tel_up ul li + li {
    margin-left: 0;
  }
  #tel_up ul li.webRev, #tel_up ul li.line {
    width: 61px;
  }
  #tel_up ul li.webRev a, #tel_up ul li.line a {
    height: auto;
    padding: 20px 17px 20px 20px;
    border-radius: 0;
    border-right: none;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
  #tel_up ul li.webRev a::before, #tel_up ul li.line a::before {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    right: 0;
    width: calc(100% - 4px);
    height: calc(100% - 8px);
    border: 1px solid #fff;
    border-right: 0;
  }
  #tel_up ul li.webRev a span::before, #tel_up ul li.line a span::before {
    margin-bottom: 8px;
    margin-right: 0;
    vertical-align: top;
  }
  #tel_up ul li.webRev {
    top: 145px;
  }
  #tel_up ul li.line {
    top: 343px;
  }
  #tel_up #pageup {
    position: fixed;
    display: block;
    width: 10rem;
    height: 10rem;
    inset: auto 4rem 4rem auto;
    border: 3px solid var(--clr_gray_white);
    padding: 0;
    background-color: var(--clr_blue_pastel);
    z-index: 102;
  }
  #tel_up #pageup::before {
    font-size: 5.2rem;
    color: var(--clr_blue_light);
  }
}
@media screen and (min-width: 48em) and (hover: hover), print and (hover: hover) {
  #tel_up #pageup {
    opacity: 1;
  }
  #tel_up #pageup:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 1;
  }
  #tel_up #pageup:where(:any-link, :enabled, summary):hover {
    opacity: 1;
  }
}
@media screen and (min-width: 48em), print {
  #tel_up #pageup:focus-visible {
    opacity: 1;
  }
}
.footer {
  margin: 0 auto;
  text-align: center;
  padding: 4rem 8vw 5rem;
  background: var(--clr_blue);
  background: radial-gradient(at 23.333% 15.318%, #def0ff 0%, #f8fcff 100%);
  color: var(--clr_blue_dark2);
}
.footer .wrap {
  font-size: 1.4rem;
}
.footer .clinic_name {
  margin-bottom: 1.7rem;
}
.footer .clinic_name img {
  width: 100%;
  margin: 0;
}
.footer .clinic_data li {
  display: block;
  line-height: 1;
}
.footer .clinic_data li.acs {
  font-size: 1.5rem;
}
.footer .clinic_data li.tel {
  margin-top: 0.8rem;
}
.footer .clinic_data li.tel span {
  display: block;
  padding: 1.1rem 0.1rem;
  border: 2px solid var(--clr_gray_white);
  border-radius: 10px;
  background: radial-gradient(at 23.333% 15.318%, #74b6ee 0%, #0877d3 100%);
  color: var(--clr_gray_white);
  font-size: 2.4rem;
  letter-spacing: 0.1rem;
}
.footer .clinic_data li.tel span:before {
  content: "tel.";
}
.footer .overview {
  margin-top: 3rem;
}
.footer .overview .gaiyo {
  width: 100%;
  margin: 0;
  text-align: left;
}
.footer .overview .gaiyo dt {
  display: inline-block;
  border-radius: 10px;
  padding: 0.7rem 0.9rem;
  line-height: 1;
  background-color: #7ab9ef;
  color: var(--clr_gray_white);
}
.footer .overview .gaiyo dt + dd + dt {
  margin-top: 15px;
}
.footer .overview .gaiyo dd {
  display: block;
  line-height: 1.428;
}
.footer .overview .gaiyo dd.director {
  display: inline-block;
  width: calc(100% - 6.5rem);
  margin-left: 12px;
}
.footer .overview .gaiyo dd:not(.director) {
  margin-top: 6px;
}
.footer .overview .tbl_time {
  margin-top: 3rem;
}
.footer .googleMap {
  margin-top: 4rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #7499c4;
}
.footer .googleMap .gmap {
  height: 70vw;
  border-radius: 12px;
  -webkit-text-size-adjust: none;
  overflow: hidden;
}
.footer ul:not(.clinic_data) {
  display: none;
  line-height: 1.714;
}
.footer ul:not(.clinic_data).gnav {
  padding-top: 2.7rem;
}
.footer .copy {
  display: block;
  margin-top: 1.5rem;
  padding: 0;
  font-size: 1.2rem;
}

@media screen and (min-width: 48em), print {
  .footer {
    width: 100%;
    max-width: 1800px;
    margin: 0 auto;
    padding: 12rem 0 12.4rem;
    border-radius: 9.6rem 9.6rem 0 0;
  }
  .footer .wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 26.666% 62.5%;
    grid-template-columns: 26.666% 62.5%;
    -ms-grid-rows: (auto)[6];
    grid-template-rows: repeat(6, auto);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    text-align: left;
  }
  .footer .wrap > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .footer .wrap > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .footer .wrap > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .footer .wrap > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .footer .wrap > *:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .footer .wrap > *:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .footer .wrap > *:nth-child(7) {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .footer .wrap > *:nth-child(8) {
    -ms-grid-row: 4;
    -ms-grid-column: 2;
  }
  .footer .wrap > *:nth-child(9) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .footer .wrap > *:nth-child(10) {
    -ms-grid-row: 5;
    -ms-grid-column: 2;
  }
  .footer .wrap > *:nth-child(11) {
    -ms-grid-row: 6;
    -ms-grid-column: 1;
  }
  .footer .wrap > *:nth-child(12) {
    -ms-grid-row: 6;
    -ms-grid-column: 2;
  }
  .footer .clinic_name {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
  .footer .clinic_data {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
  }
  .footer .clinic_data li.acs {
    font-size: 1.6rem;
  }
  .footer .overview {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 3;
    -ms-grid-row-span: 4;
    grid-row: 3/7;
  }
  .footer .googleMap {
    margin: 0;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    grid-row: 1/4;
  }
  .footer .googleMap .gmap {
    height: 600px;
    border-radius: 26px;
  }
  .footer ul:not(.clinic_data) {
    display: block;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
  }
  .footer ul:not(.clinic_data).gnav {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4/5;
  }
  .footer ul:not(.clinic_data).subnav {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    grid-row: 5/6;
  }
  .footer ul:not(.clinic_data) li {
    display: inline-block;
    -webkit-text-size-adjust: none;
  }
  .footer ul:not(.clinic_data) li:not(:last-child)::after {
    content: "|";
    margin: 0 1rem;
  }
}
@media screen and (min-width: 48em) and (hover: hover), print and (hover: hover) {
  .footer ul:not(.clinic_data) li a {
    opacity: 1;
  }
  .footer ul:not(.clinic_data) li a:where(:-moz-any-link, :enabled, summary):hover {
    text-decoration: underline;
    opacity: 1;
  }
  .footer ul:not(.clinic_data) li a:where(:any-link, :enabled, summary):hover {
    text-decoration: underline;
    opacity: 1;
  }
}
@media screen and (min-width: 48em), print {
  .footer ul:not(.clinic_data) li a:focus-visible {
    text-decoration: underline;
    opacity: 1;
  }
  .footer ul:not(.clinic_data) li.treatment {
    display: none;
  }
  .footer .copy {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 6;
    -ms-grid-row-span: 1;
    grid-row: 6/7;
    margin-top: 3rem;
  }
}
.viedo_view {
  max-width: 750px;
  width: 100%;
}

.bnr {
  padding: 0 1.6rem;
}

.main, .main > * {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.tit_top {
  display: table;
  text-align: center;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  white-space: pre-wrap;
  word-break: keep-all;
  color: var(--clr_blue_light);
  margin: 0 auto 2rem;
}
.tit_top > *, .tit_top::before {
  display: block;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
}
.tit_top::before {
  content: attr(title);
  font-size: 3rem;
}
.tit_top > span {
  margin-top: 0.8rem;
  padding-top: 0.8rem;
  font-size: 1.1rem;
  border-top: 2px solid var(--clr_blue_light);
}
.tit_top[data-color=white] {
  color: var(--clr_gray_white);
}
.tit_top[data-color=white] > span {
  border-top-color: var(--clr_gray_white);
  color: var(--clr_gray_white);
}
@media screen and (min-width: 48em), print {
  .tit_top {
    margin: 0 auto 4rem;
  }
  .tit_top::before {
    font-size: 6rem;
  }
  .tit_top > span {
    margin-top: 1.2rem;
    padding-top: 1.2rem;
    font-size: 2rem;
  }
}

.keyvsl {
  position: relative;
}
.keyvsl #keyvsl {
  max-width: 100%;
  position: relative;
}
.keyvsl #keyvsl::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-top: 70%;
}
.keyvsl #keyvsl .mv_slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.keyvsl #keyvsl .mv_slider .slick-list, .keyvsl #keyvsl .mv_slider .slick-track, .keyvsl #keyvsl .mv_slider .slick-slide > div, .keyvsl #keyvsl .mv_slider .slick-slide li {
  height: 100%;
}
.keyvsl #keyvsl .mv_slider .slick-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: -18rem center;
     object-position: -18rem center;
}
.keyvsl > .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 16rem 0 0;
  color: #fff;
  line-height: 1;
}
.keyvsl > .wrap > p {
  margin: 0;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  font-weight: bold;
}
.keyvsl > .wrap .clinic_name {
  display: block;
  width: 100%;
  margin-bottom: 6%;
  text-align: center;
}
.keyvsl > .wrap .clinic_name > img {
  width: 71.7557%;
  margin: 0 auto;
}
.keyvsl > .wrap .catch {
  font-size: 1.8rem;
}
.keyvsl > .wrap .catch2 {
  font-size: 3rem;
}

@media screen and (min-width: 48em), print {
  .keyvsl #keyvsl {
    max-height: 57rem;
  }
  .keyvsl #keyvsl::before {
    padding-top: 45.833%;
  }
  .keyvsl #keyvsl .mv_slider .slick-slide img {
    -o-object-position: center;
       object-position: center;
  }
  .keyvsl #keyvsl .slick-dots {
    margin: -3rem auto 0;
    position: relative;
    z-index: 1;
  }
  .keyvsl > .wrap {
    width: 1200px;
    left: calc(50% - 600px);
    padding: 40rem 0 0;
  }
  .keyvsl > .wrap::before {
    padding-top: 36.83333%;
  }
  .keyvsl > .wrap::before {
    margin: 73px auto 36px;
    padding-top: 171px;
  }
  .keyvsl > .wrap .clinic_name {
    margin-bottom: 72px;
  }
  .keyvsl > .wrap .clinic_name > img {
    width: 564px;
  }
  .keyvsl > .wrap .catch {
    font-size: 3.6rem;
  }
  .keyvsl > .wrap .catch2 {
    font-size: 6rem;
  }
}
.info {
  padding: 6rem 0;
}
.info::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/top_info_bg.svg") no-repeat;
  background-position: right 16% bottom 50px;
  background-size: auto 20%;
  opacity: 0.2;
  z-index: 0;
}
.info .wrap {
  position: relative;
  z-index: 1;
}
.info .wrap dl {
  position: relative;
  margin: 0 auto;
  padding: 2.4rem 1.6rem;
  background: rgba(248, 248, 248, 0.8);
}
.info .wrap dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0 0.6rem;
  font-weight: bold;
  font-size: 1.6rem;
  color: var(--clr_blue_dark);
  line-height: 1.6;
  cursor: pointer;
}
.info .wrap dl dt::before {
  font-family: "fontello";
  content: "\e81b";
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.info .wrap dl dt.close::before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.info .wrap dl dt:not(:first-of-type) {
  margin: 2rem 0 0.6rem;
  padding: 2rem 0 0;
  border-top: 1px solid #ccc;
}
.info .wrap dl dt:hover {
  color: var(--clr_blue_light);
  text-decoration: none !important;
}
.info .wrap dl dd {
  margin: 0 0 2rem;
  font-size: 1.4rem;
}
.info .wrap dl dd:nth-of-type(n+4) {
  display: none;
}

@media screen and (min-width: 48em), print {
  .info {
    padding: 12rem 0 11.5rem;
  }
  .info::before {
    background-position: right 3.6458% top 30px;
    background-size: auto 490px;
  }
  .info .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .info .wrap .tit_top {
    width: 23rem;
    margin-left: 0;
  }
  .info .wrap .tit_top span {
    text-align: right;
  }
  .info .wrap dl {
    width: calc(100% - 29rem);
    padding: 5rem 0 5rem 7.8rem;
    margin-right: 0;
    background: transparent;
  }
  .info .wrap dl::before {
    content: "";
    display: block;
    width: 400%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(248, 248, 248, 0.8);
    border-radius: 1.6rem 0 0 1.6rem;
    z-index: 0;
  }
  .info .wrap dl > * {
    position: relative;
    z-index: 1;
  }
  .info .wrap dl dt {
    gap: 0 1rem;
    margin: 0 0 1rem;
    font-size: 2rem;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .info .wrap dl dt::before {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .info .wrap dl dt:not(:first-of-type) {
    margin: 3rem 0 0.6rem;
    padding: 3rem 0 0;
  }
  .info .wrap dl dt:hover, .info .wrap dl dt:focus-visible {
    text-decoration: underline;
  }
  .info .wrap dl dd {
    margin: 0 0 3rem;
    font-size: 1.6rem;
  }
  .info .wrap dl dd:last-child {
    margin-bottom: 0;
  }
}
.sidebar {
  position: relative;
  overflow: hidden;
}
.sidebar .wrap {
  padding: 6rem 1.6rem;
  background: -webkit-gradient(linear, left top, right top, from(#f7fcff), to(#def0ff));
  background: linear-gradient(90deg, #f7fcff 0%, #def0ff 100%);
}
.sidebar .wrap nav {
  width: 100%;
  text-align: center;
}
.sidebar .wrap .subnav {
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  margin: 0 auto;
  -webkit-box-shadow: 5px 5px 15px rgba(30, 72, 104, 0.3);
          box-shadow: 5px 5px 15px rgba(30, 72, 104, 0.3);
}
.sidebar .wrap .subnav::after {
  /*content: "";診療のご案内spacer*/
  display: block;
  width: calc(50% - 1px);
  height: 0;
  margin-top: 2px;
  padding-top: 40%;
  background-color: var(--clr_gray_white);
}
.sidebar .wrap .subnav li {
  display: block;
  width: calc(50% - 1px);
  background-color: var(--clr_gray_white);
}
.sidebar .wrap .subnav li:nth-child(n+3) {
  margin-top: 2px;
}
.sidebar .wrap .subnav li a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background: no-repeat center center/auto 70%;
  text-decoration: none;
  color: var(--clr_blue_dark);
}
.sidebar .wrap .subnav li a:hover::before {
  mix-blend-mode: color-dodge;
}
.sidebar .wrap .subnav li a:hover::after {
  opacity: 1;
}
.sidebar .wrap .subnav li a::before {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-top: 80%;
  background: no-repeat center center/auto 70%;
  z-index: 1;
}
.sidebar .wrap .subnav li a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #d8e8fc;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  z-index: 0;
}
.sidebar .wrap .subnav li a span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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;
  z-index: 2;
  font-size: 1.6rem;
}
.sidebar .wrap .subnav li a.internal::before {
  background-image: url("../img/top_gude_fg01.svg");
}
.sidebar .wrap .subnav li a.fever::before {
  background-image: url("../img/top_gude_fg02.svg");
}
.sidebar .wrap .subnav li a.endoscopy::before {
  background-image: url("../img/top_gude_fg03.svg");
}
.sidebar .wrap .subnav li a.colonoscopy::before {
  background-image: url("../img/top_gude_fg04.svg");
}
.sidebar .wrap .subnav li a.lifestyle::before {
  background-image: url("../img/top_gude_fg05.svg");
}
.sidebar .wrap .subnav li a.pressure::before {
  background-image: url("../img/top_gude_fg06.svg");
}
.sidebar .wrap .subnav li a.dyslipidemia::before {
  background-image: url("../img/top_gude_fg07.svg");
}
.sidebar .wrap .subnav li a.diabetes::before {
  background-image: url("../img/top_gude_fg08.svg");
}
.sidebar .wrap .subnav li a.gout::before {
  background-image: url("../img/top_gude_fg09.svg");
}
.sidebar .wrap .subnav li a.vaccination::before {
  background-image: url("../img/top_gude_fg10.svg");
}
.sidebar .wrap .subnav li a.checkup::before {
  background-image: url("../img/top_gude_fg11.svg");
}
.sidebar .wrap .subnav li a.sas::before {
  background-image: url("../img/top_gude_fg12.svg");
}
.sidebar.-bg_gradient {
  background: -webkit-gradient(linear, left top, right top, from(#f7fcff), to(#def0ff));
  background: linear-gradient(90deg, #f7fcff 0%, #def0ff 100%);
}
.sidebar.-bg_gradient::before {
  background: none;
}
.sidebar.-bg_gradient::after {
  background: none;
}
.sidebar.-bg_gradient .wrap {
  background: none;
}

@media screen and (min-width: 48em), print {
  .sidebar::before {
    content: "";
    display: block;
    width: 600px;
    height: 100%;
    position: absolute;
    top: 0;
    right: calc(50% + 600px);
    background: url("../img/top_guide_bg01.webp") no-repeat right center/cover;
  }
  .sidebar::after {
    content: "";
    display: block;
    width: 600px;
    height: 100%;
    position: absolute;
    top: 0;
    left: calc(50% + 600px);
    background: url("../img/top_guide_bg02.webp") no-repeat left center/cover;
  }
  .sidebar .wrap {
    padding: 15.6rem 0 12rem;
  }
  .sidebar .wrap .subnav {
    width: 83.1666%;
  }
  .sidebar .wrap .subnav::after {
    width: 24.849%;
    padding-top: 13.026052%;
  }
  .sidebar .wrap .subnav li {
    width: 24.849%;
  }
  .sidebar .wrap .subnav li:nth-child(3), .sidebar .wrap .subnav li:nth-child(4) {
    margin-top: 0;
  }
  .sidebar .wrap .subnav li:nth-child(n+5) {
    margin-top: 2px;
  }
  .sidebar .wrap .subnav li a::before {
    padding-top: 52.419%;
  }
  .sidebar .wrap .subnav li a span {
    font-size: 2rem;
  }
}
.mov_drsfile {
  padding: 6rem 1.6rem 0;
}
.mov_drsfile .mov > div {
  margin: 0 0 3rem;
}
.mov_drsfile .mov > div video, .mov_drsfile .mov > div iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
.mov_drsfile .drsfile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
.mov_drsfile .drsfile li img {
  width: 80%;
  margin: auto;
}

@media screen and (min-width: 48em), print {
  .mov_drsfile {
    width: 1200px;
    margin: auto;
    padding: 12rem 0 0;
  }
  .mov_drsfile .mov {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 5rem;
  }
  .mov_drsfile .mov > div {
    width: 49%;
  }
  .mov_drsfile .mov > div iframe {
    height: calc(100% - 1rem);
  }
  .mov_drsfile .drsfile {
    margin: 4rem 0 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 5rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .mov_drsfile .drsfile li {
    max-width: calc((100% - 10rem) / 3);
  }
  .mov_drsfile .drsfile li img {
    width: auto;
  }
}
.main > .feature {
  padding: 6rem 0;
}
.feature .feature_list {
  counter-reset: number 0;
}
.feature .feature_list li {
  position: relative;
  padding: 1.6rem;
  background-color: var(--clr_blue_pastel);
}
.feature .feature_list li + li {
  margin-top: 2px;
}
.feature .feature_list li .list_inner {
  max-width: 1200px;
  position: relative;
  margin: 0 auto;
}
.feature .feature_list li .list_inner::after {
  counter-increment: number 1;
  content: counter(number);
  position: absolute;
  top: 1.2rem;
  left: 1.2rem;
  display: block;
  width: 25vw;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-size: 10rem;
  text-align: center;
  font-weight: bold;
  font-style: normal;
  color: var(--clr_blue_light3);
  line-height: 1;
}
.feature .feature_list li img {
  width: 70%;
  margin: 0 auto 2rem;
}
.feature .feature_list li .feature_tit {
  text-align: center;
}
.feature .feature_list li .feature_tit > * {
  display: block;
}
.feature .feature_list li .feature_tit span {
  color: var(--clr_blue_dark2);
  font-size: 1.6rem;
  line-height: 1.5;
}
.feature .feature_list li .feature_tit strong {
  margin-top: 0.8rem;
  font-size: 2.4rem;
  color: var(--clr_blue_dark);
  line-height: 1.15;
}
.feature .feature_list li p {
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 1.4rem;
}
@media screen and (min-width: 48em), print {
  .main > .feature {
    padding: 15.6rem 0 11rem;
  }
  .feature .feature_list li {
    padding: 0;
    background-color: transparent;
  }
  .feature .feature_list li .list_inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px 0;
    background-color: var(--clr_blue_pastel);
  }
  .feature .feature_list li .list_inner::after {
    position: relative;
    top: initial;
    left: initial;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    width: auto;
    font-size: 25rem;
    z-index: 1;
  }
  .feature .feature_list li + li {
    margin-top: 3rem;
  }
  .feature .feature_list li[data-dir=left] .list_inner {
    -ms-grid-columns: 300px 1fr 180px;
    grid-template-columns: 300px 1fr 180px;
    padding-left: 100px;
    border-radius: 46px 0 0 46px;
  }
  .feature .feature_list li[data-dir=left] .list_inner::after {
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3/4;
    text-align: right;
  }
  .feature .feature_list li[data-dir=left] img {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }
  .feature .feature_list li[data-dir=left] .feature_tit, .feature .feature_list li[data-dir=left] p {
    padding-left: 50px;
  }
  .feature .feature_list li[data-dir=left]::before {
    right: 0;
  }
  .feature .feature_list li[data-dir=right] .list_inner {
    -ms-grid-columns: 180px 1fr 300px;
    grid-template-columns: 180px 1fr 300px;
    padding-right: 100px;
    border-radius: 0 46px 46px 0;
  }
  .feature .feature_list li[data-dir=right] .list_inner::after {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    text-align: left;
  }
  .feature .feature_list li[data-dir=right] img {
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3/4;
  }
  .feature .feature_list li[data-dir=right] .feature_tit, .feature .feature_list li[data-dir=right] p {
    padding-right: 50px;
  }
  .feature .feature_list li[data-dir=right]::before {
    left: 0;
  }
  .feature .feature_list li::before {
    content: "";
    position: absolute;
    top: 0;
    display: block;
    width: 50%;
    height: 100%;
    background-color: var(--clr_blue_pastel);
    z-index: 0;
  }
  .feature .feature_list li > * {
    position: relative;
    z-index: 1;
  }
  .feature .feature_list li img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    width: 100%;
    margin: 0;
  }
  .feature .feature_list li .feature_tit {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    align-self: flex-end;
    text-align: left;
  }
  .feature .feature_list li .feature_tit span {
    font-size: 2.4rem;
  }
  .feature .feature_list li .feature_tit strong {
    margin-top: 0.7rem;
    font-size: 4rem;
  }
  .feature .feature_list li p {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    align-self: flex-start;
    font-size: 1.6rem;
  }
}

body:not(.index) .sub_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
body:not(.index) .lower_head {
  width: 100%;
  background: url(../img/lower_mv.webp) no-repeat center center/cover;
}
body:not(.index) .lower_head > .wrap {
  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;
}
body:not(.index) .lower_head > .wrap .tit_01 {
  color: var(--clr_blue_dark);
  font-weight: bold;
  line-height: 1.25;
}
body:not(.index) .main {
  width: 100%;
  margin: 4rem 0 6rem;
  font-size: initial;
}
body:not(.index) .main *[data-type=sp] {
  display: block !important;
}
body:not(.index) .main *[data-type=pc] {
  display: none !important;
}
body:not(.index) .main > section {
  width: 100%;
}
body:not(.index) .main > section:first-child {
  margin-top: 0 !important;
}
body:not(.index) .main > section[data-colored] {
  background: -webkit-gradient(linear, left top, right top, from(#7ab9ef), to(#0273d2));
  background: linear-gradient(90deg, #7ab9ef 0%, #0273d2 100%);
  color: var(--clr_gray_white);
}
body:not(.index) .main > section[data-colored] .tit_02,
body:not(.index) .main > section[data-colored] .lst_ul > li::before {
  color: var(--clr_gray_white);
}
body:not(.index) .main > section[data-colored] .tit_02 span {
  border-top-color: var(--clr_gray_white);
}
body:not(.index) .main > section .wrap {
  padding: 0 1.6rem;
}
body:not(.index) .main > .flex2.wrap {
  margin-top: 0;
}
body:not(.index) .main > .flex2.wrap > section {
  padding: 6rem 1.6rem;
}
body:not(.index) .main img {
  width: 100%;
}
body:not(.index) .main strong {
  background: -webkit-gradient(linear, left bottom, left top, from(#e9f3ff), color-stop(40%, #e9f3ff), color-stop(40%, var(--clr_gray_white)), to(var(--clr_gray_white)));
  background: linear-gradient(0deg, #e9f3ff 0%, #e9f3ff 40%, var(--clr_gray_white) 40%, var(--clr_gray_white) 100%);
  mix-blend-mode: multiply;
  color: var(--clr_blue_dark);
}
@media screen and (min-width: 48em), print {
  body:not(.index) .sec_wrap::after {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    clear: both;
  }
  body:not(.index) .sec_wrap .sec_fg {
    display: block;
    float: right;
    width: 41.666%;
    margin: 0 0 20px 5.668%;
  }
  body:not(.index) .main {
    width: 100%;
    margin: 14.8rem auto 8rem;
  }
  body:not(.index) .main *[data-type=sp] {
    display: none !important;
  }
  body:not(.index) .main *[data-type=pc] {
    display: block !important;
  }
  body:not(.index) .main > section .wrap {
    padding: 0;
  }
  body:not(.index) .main > .flex2.wrap {
    width: 1200px;
    padding: 12rem 0;
  }
  body:not(.index) .main img {
    width: auto;
  }
  body:not(.index) .main .cf .img_l, body:not(.index) .main .cf .img_r {
    max-width: 40%;
    height: auto;
  }
}

.treatmentPage .sec_box {
  margin-top: 5.2rem;
}
.treatmentPage .thd_box,
.treatmentPage .fou_box,
.treatmentPage .fif_box {
  margin-top: 3rem;
}
@media screen and (min-width: 48em), print {
  .treatmentPage .sec_box {
    margin-top: 10.4rem;
  }
  .treatmentPage .thd_box,
  .treatmentPage .fou_box,
  .treatmentPage .fif_box {
    margin-top: 6rem;
  }
}
.treatmentPage .about_sec .dl_box {
  clear: both;
}

.breadnav {
  max-width: 100vw;
  margin: 1rem 1.6rem;
  overflow-x: auto;
}
.breadnav .breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  white-space: nowrap;
}
.breadnav .breadcrumb li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadnav .breadcrumb li a {
  text-decoration: underline;
}
.breadnav .breadcrumb li:not(:last-child)::after {
  display: inline-block;
  content: ">";
  font-size: 70%;
  margin: 0 0.6rem;
}
@media screen and (min-width: 48em), print {
  .breadnav {
    width: 1200px;
    max-width: 100%;
    margin: 2rem auto 0;
    overflow-x: inherit;
  }
  .breadnav .breadcrumb {
    font-size: 1.4rem;
  }
  .breadnav .breadcrumb li:not(:last-child)::after {
    margin: 0 1rem;
  }
  .breadnav .breadcrumb li a:hover {
    opacity: 1;
    text-decoration: none;
  }
}

.doctor .greeting .sec_fg {
  width: 60%;
  margin: auto;
}
.doctor .greeting .dr_name {
  text-align: right;
}
.doctor .biography .lst_ul, .doctor .qualification .lst_ul {
  display: table;
  font-size: 1.4rem;
}
.doctor .slick_slider {
  width: 80%;
  max-width: 750px;
  margin: 0 auto;
}
.doctor .introduction_dl {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
}
.doctor .introduction_dl dt, .doctor .introduction_dl dd {
  display: block;
}
.doctor .introduction_dl dt {
  margin-right: 10px;
  padding: 0 0.9rem;
  border-radius: 10px;
  background-color: #7ab9ef;
  color: var(--clr_gray_white);
}
@media screen and (min-width: 48em), print {
  .doctor .greeting .sec_fg {
    width: 30% !important;
  }
  .doctor .biography .lst_ul, .doctor .qualification .lst_ul {
    font-size: 1.8rem;
  }
}
.doctor ul.btn_flex {
  display: block;
  gap: 15px;
  margin: 1rem;
  padding: 0;
  list-style-type: none;
}
.doctor ul.btn_flex li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 1rem;
}
.doctor ul.btn_flex li a {
  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;
  width: 100%;
  border: 1px solid var(--clr_blue_light);
  border-radius: 10px;
  padding: 10px 20px;
  text-decoration: none;
  color: var(--clr_blue_light);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 1.2em;
  /*        &:hover {
            background-color: var(--clr_blue_light);
            color: #ffffff;
            &::after {
              color: #ffffff;
            }
          }*/
}
.doctor ul.btn_flex li a::after {
  font-family: "fontello";
  content: "\f08e";
  font-size: 1.2em;
  color: var(--clr_blue_light);
}
@media screen and (min-width: 48em), print {
  .doctor .greeting .sec_fg {
    width: 30% !important;
  }
  .doctor .biography .lst_ul, .doctor .qualification .lst_ul {
    font-size: 1.8rem;
  }
  .doctor ul.btn_flex {
    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;
    gap: 15px;
    margin: 2.5rem 5rem;
    padding: 0;
  }
  .doctor ul.btn_flex li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-bottom: 0;
  }
  .doctor ul.btn_flex li a {
    padding: 20px 30px;
    font-size: 1.8rem;
  }
  .doctor ul.btn_flex li a:hover {
    background-color: var(--clr_blue_light);
    color: #ffffff;
  }
  .doctor ul.btn_flex li a:hover::after {
    color: #ffffff;
  }
}

.first .first_sec .lst_ul + .txt_c {
  margin-top: 2rem;
}
.first .reservation div.tel {
  width: 100%;
}
.first .lst_flow {
  counter-reset: number 0;
}
.first .lst_flow li {
  position: relative;
  margin: 0;
  counter-increment: number 1;
  position: relative;
}
.first .lst_flow li + li::before {
  content: "";
  position: absolute;
  left: 0;
  top: -4rem;
  display: block;
  width: 100%;
  height: 2rem;
  background: url(../img/arrow-ico.svg) no-repeat center top/contain;
}
.first .lst_flow li .tit_03 {
  display: block;
}
.first .lst_flow li .tit_03::before {
  display: inline-block;
  content: counter(number) ".";
}
.first .lst_flow li:not(:last-child) {
  margin: 0 0 6rem;
}
.first .lst_flow li:not(:last-child)::after {
  display: block;
  content: "";
  width: 2.8rem;
  height: 1.4rem;
  background: var(--clr_gray_white);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  inset: auto 0 -4rem;
  margin: auto;
}
@media screen and (min-width: 48em), print {
  .first .first_sec .lst_ul,
  .first .caution .lst_ul {
    display: table;
    text-align: left;
  }
  .first .reservation .tel {
    text-align: center;
  }
  .first .reservation .tel > span.tel {
    width: auto;
    display: table;
  }
  .first .lst_flow li:not(:last-child) {
    margin: 0 0 10rem;
  }
  .first .lst_flow li:not(:last-child) + li::before {
    height: 37px;
    top: -68px;
  }
  .first .lst_flow li:not(:last-child)::after {
    width: 3.6rem;
    height: 1.8rem;
    inset: auto 0 -6rem;
  }
}

.gallery {
  width: 85%;
  margin: auto;
  visibility: hidden;
}
.gallery .gallery_slider div .cap {
  margin: 0.2rem 0 0;
  text-align: center;
  color: var(--clr_gray_white);
  padding: 0.4rem;
  font-size: 1.2rem;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background: var(--clr_txt);
  line-height: 1.4;
}
.gallery .gallery_slider div .slick-current .cap {
  opacity: 1;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.gallery .gallery_slider div:first-child .cap {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.gallery .gallery_thum div img {
  cursor: pointer;
  border: 4px solid transparent;
}
.gallery .gallery_thum .slick-current div img {
  border: 4px solid var(--clr_txt);
}

@media screen and (min-width: 48em), print {
  .gallery {
    width: 75rem;
    margin: auto;
  }
  .gallery .gallery_slider {
    font-size: 1.6em;
  }
  .gallery .gallery_slider div .cap {
    font-size: 1.8rem;
    padding: 1rem;
  }
  .gallery .gallery_thum {
    width: calc(100% + 0.6rem);
  }
}
.device li {
  margin: 0 0 2rem;
  text-align: center;
}
.device li img {
  margin: 0 auto 0.6rem;
  max-width: 80%;
}

@media screen and (min-width: 48em), print {
  .device {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2rem;
  }
  .device li {
    width: 32%;
  }
  .device li img {
    margin: 0 auto 1rem;
    max-width: 100%;
  }
}
.full-image {
  font-size: 1.4rem;
}
@media screen and (min-width: 48em), print {
  .full-image {
    font-size: 2rem;
  }
}

body.access .main .tbl_box, body.access .main .tbl_time {
  margin: 0 auto;
}
body.access .main .access_sec .tbl_box {
  border: none;
}
body.access .main .access_sec .tbl_box, body.access .main .access_sec .tbl_box tbody, body.access .main .access_sec .tbl_box tr, body.access .main .access_sec .tbl_box th, body.access .main .access_sec .tbl_box td {
  display: block;
}
body.access .main .access_sec .tbl_box caption {
  display: block;
  padding: 0;
  background: transparent;
  border: none;
  color: #000;
  font-size: 1.2rem;
  caption-side: bottom;
  text-align: left;
  line-height: 1;
  margin-top: 0.9rem;
}
body.access .main .gmap {
  height: 100vw;
  margin: 2rem 0;
}
@media screen and (min-width: 48em), print {
  body.access .main .access_sec .tbl_box {
    display: table;
    border: 1px solid #ccc;
  }
  body.access .main .access_sec .tbl_box tbody {
    display: table-row-group;
  }
  body.access .main .access_sec .tbl_box tr {
    display: table-row;
  }
  body.access .main .access_sec .tbl_box td, body.access .main .access_sec .tbl_box th {
    display: table-cell;
  }
  body.access .main .access_sec .tbl_box caption {
    display: table-caption;
  }
  body.access .main .tbl_box, body.access .main .tbl_time {
    max-width: 600px;
    width: 80%;
  }
  body.access .main .tbl_time {
    font-size: 2rem;
  }
  body.access .main .gmap {
    margin: 4rem 0 0;
    height: 50rem;
  }
}
body.access .footer .wrap {
  display: block;
  text-align: center;
}
body.access .footer .copy {
  margin-top: 0;
}
@media screen and (min-width: 48em), print {
  body.access .footer .copy {
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 48em), print {
  body.access .footer ul.gnav {
    padding-top: 0;
  }
}

.anc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.6rem 2rem;
}
.anc li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 0.6rem;
}
.anc li::before {
  font-family: "fontello";
  content: "\e80c";
  color: var(--clr_txt);
}
.anc li a {
  color: var(--clr_txt);
  display: inline-block;
  text-decoration: none !important;
}

@media screen and (min-width: 48em), print {
  .anc {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.6rem 2rem;
  }
  .anc li {
    font-size: 110%;
  }
}
@media screen and (min-width: 48em) and (hover: hover), print and (hover: hover) {
  .anc li a {
    opacity: 1;
  }
  .anc li a:where(:-moz-any-link, :enabled, summary):hover {
    text-decoration: underline !important;
  }
  .anc li a:where(:any-link, :enabled, summary):hover {
    text-decoration: underline !important;
  }
}
@media screen and (min-width: 48em), print {
  .anc li a:focus-visible {
    text-decoration: underline !important;
  }
}
@media screen and (min-width: 48em), print {
  body.treatmentPage .people_sec .lst_ul, body.treatmentPage .symptoms_sec .lst_ul {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}
body.internal .typical_sec .flex2 {
  margin-top: 0;
}

@media screen and (min-width: 48em), print {
  body.internal .typical_sec .flex2 {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  body.internal .typical_sec .flex2 .dl_box {
    width: 48%;
  }
}
@media screen and (min-width: 48em), print {
  body.colonoscopy .inspection_sec .lst_ul > li {
    margin-bottom: 0;
  }
}
body.checkup .tbl_box th {
  width: 180px;
  font-size: 1.2rem;
}
body.checkup .tbl_box td, body.checkup .tbl_box td * {
  font-size: 1.2rem;
}
body.checkup .specific_sec .tbl_box {
  margin-top: 1.9rem;
}

@media screen and (min-width: 48em), print {
  body.checkup .tbl_box th {
    width: 160px;
    font-size: 1.8rem;
  }
  body.checkup .tbl_box td, body.checkup .tbl_box td * {
    font-size: 1.6rem;
  }
}
/*# sourceMappingURL=style.css.map */