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

@font-face {
  font-family: "fontello";
  src: url("fontello/font/fontello.woff2") format("woff2");
  font-display: fallback;
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.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;
}

.txt_large {
  font-size: 120%;
}

.txt_small {
  font-size: 80%;
}

.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;
  }
  .img_r {
    float: right;
    margin: 0 0 2rem 2rem;
  }
  .tate {
    max-width: 25% !important;
  }
}
.sp_n {
  display: none;
}

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

.mt30 {
  margin-top: 3rem;
}

.mt20 {
  margin-top: 2rem;
}

.mt10 {
  margin-top: 1rem;
}

.mt0 {
  margin-top: 0 !important;
}

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

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

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

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

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

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

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

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

.main > section > section section ~ section, .flex2 > section > section section ~ section {
  margin-top: 2rem;
}

.main > section > section > section section ~ section, .flex2 > section > section > section section ~ section {
  margin-top: 2rem;
}

@media screen and (min-width: 48em), print {
  .mt40 {
    margin-top: 8rem;
  }
  .mt30 {
    margin-top: 6rem;
  }
  .mt20 {
    margin-top: 4rem;
  }
  .mt10 {
    margin-top: 2rem;
  }
  .mt0 {
    margin-top: 0;
  }
  .mb0 {
    margin-bottom: 0 !important;
  }
  .main > section ~ section, .flex2 > section ~ section {
    margin-top: 10rem;
  }
  .main > section section ~ section, .flex2 > section section ~ section {
    margin-top: 8rem;
  }
  .main > section > section section ~ section, .flex2 > section > section section ~ section {
    margin-top: 4rem;
  }
  .main > section > section > section section ~ section, .flex2 > section > section > section section ~ section {
    margin-top: 2rem;
  }
}
.tbl_time {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 1.3rem;
}
.tbl_time caption {
  font-size: 1.1rem;
  caption-side: bottom;
  text-align: left;
  margin-top: 1rem;
  color: #1972AA;
}
.tbl_time caption .cap_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tbl_time caption .cap_flex .cap_tit {
  margin-right: 0.5rem;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.tbl_time tr th {
  font-weight: normal;
}
.tbl_time tr th[scope=col] {
  padding: 0.4rem 0;
  font-size: 90%;
  text-align: center;
  background: #1972AA;
  color: #fff;
}
.tbl_time tr th[scope=col]:first-child {
  width: 35%;
  border-radius: 3px 0 0 3px;
}
.tbl_time tr th[scope=col]:last-of-type {
  border-radius: 0 3px 3px 0;
}
.tbl_time tr th.time {
  color: #1972AA;
  border-bottom: 1px solid #1972AA;
}
.tbl_time tr td {
  text-align: center;
  padding: 1rem 0.4rem;
  border-bottom: 1px solid #1972AA;
  line-height: 1;
  font-size: 85%;
  color: #1972AA;
}
@media screen and (min-width: 48em), print {
  .tbl_time {
    table-layout: fixed;
    font-size: 1.6rem;
  }
  .tbl_time caption {
    font-size: 1.4rem;
    margin-top: 1rem;
  }
  .tbl_time caption .cap_flex .cap_tit {
    width: auto;
  }
  .tbl_time caption .cap_flex .cap_content {
    width: calc(100% - 10rem) !important;
  }
  .tbl_time tr th[scope=col] {
    padding: 0.4rem 0;
    font-size: 1.4rem;
  }
  .tbl_time tr th[scope=col]:first-child {
    width: 25%;
    border-radius: 5px 0 0 5px;
  }
  .tbl_time tr th[scope=col]:last-of-type {
    border-radius: 0 5px 5px 0;
    width: 15%;
    padding-right: 5%;
  }
  .tbl_time tr td {
    padding: 1.1rem 0;
    font-size: 100%;
  }
  .tbl_time tr td:last-of-type {
    width: 15%;
    padding-right: 5%;
  }
}
.gmap {
  width: 100%;
}

.tit_01 {
  background: url("../img/tit_01.webp") center center/cover no-repeat;
  margin: 0 1rem 1.5rem;
  padding: 0 1rem;
  border-radius: 10px;
  height: 12rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tit_01 span {
  text-align: center;
  font-size: 2rem;
  color: #1972AA;
  background: #fff;
  border-radius: 3px;
  margin: 0 auto;
  padding: 0.1rem 1rem;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  line-height: 1.35;
}

.tit_02 {
  font-size: 1.8rem;
  line-height: 1.2;
  margin: 0 auto 2rem;
  padding-bottom: 0.6rem;
  font-weight: bold;
  border-bottom: 1px solid #1972AA;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.tit_03 {
  font-size: 1.7rem;
  line-height: 1.2;
  margin: 0 0 2rem;
  color: #fff;
  background: #1972AA;
  padding: 0.6rem 1rem;
  font-weight: bold;
}

.tit_04 {
  font-size: 1.6rem;
  line-height: 1.2;
  margin: 0 0 1.5rem;
  font-weight: bold;
}

.tit_05 {
  font-size: 1.5rem;
  line-height: 1.2;
  margin: 0 0 1.5rem;
  color: #1972AA;
  border: 1px solid #1972AA;
  padding: 0.4rem 0.8rem;
}

.tit_06 {
  font-size: 1.4rem;
  line-height: 1.2;
  margin: 0 0 1.5rem;
  color: #1972AA;
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    padding: 8rem 0;
    border-radius: 20px;
    max-width: 180rem;
    width: calc(100% - 2rem);
    height: 40rem;
    margin: 0 auto;
  }
  .tit_01 span {
    border-radius: 5px;
    padding: 0.2rem 1.2rem;
    font-size: 3.6rem;
  }
  .tit_02 {
    font-size: 2.8rem;
    margin: 0 auto 4rem;
    padding-bottom: 0.8rem;
  }
  .tit_03 {
    font-size: 2.2rem;
    margin: 0 0 3rem;
    padding: 1rem 1.6rem;
  }
  .tit_04 {
    font-size: 2rem;
    margin: 0 0 2rem;
  }
  .tit_05 {
    font-size: 1.8rem;
    margin: 0 0 2rem;
    padding: 0.9rem 1.3rem;
  }
  .tit_06 {
    font-size: 1.6rem;
    margin: 0 0 2rem;
  }
}
.lst {
  line-height: 1.4;
  margin: 1rem 0;
}
.lst > li {
  position: relative;
}
.lst > li:not(:last-child) {
  margin: 0 0 1rem;
}

.lst_ul {
  line-height: 1.4;
  margin: 1rem 0;
}
.lst_ul > li {
  padding: 0 0 0 1.4em;
  position: relative;
}
.lst_ul > li:not(:last-child) {
  margin: 0 0 1rem;
}
.lst_ul > li::before {
  content: "■";
  color: #1972AA;
  position: absolute;
  left: 0;
}
.lst_ul.kome > li::before {
  content: "※";
  color: #333333;
}

.lst_ul_disc {
  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: #1972AA;
}

.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::marker {
  color: #f00;
}
.lst_ol > li::before {
  display: inline-block;
  content: counter(number) ".";
  color: #1972AA;
  font-weight: bold;
  position: absolute;
  top: 0.2rem;
  left: 0;
  width: 1.6rem;
  height: 1.6rem;
  text-align: center;
  font-size: 1.1rem;
}

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

.lst_dl02 {
  margin-top: 2rem;
}
.lst_dl02 dt {
  font-weight: bold;
  color: #1972AA;
  padding: 0.3rem 0 0.3rem 1rem;
  border-top: 1px solid #1972AA;
  border-right: 1px solid #1972AA;
  border-left: 1px solid #1972AA;
  background: #DCE5EA;
}
.lst_dl02 dd {
  margin: 0 0 0.5rem;
  padding: 0.3rem 0 0.3rem 1rem;
  border-top: 1px dotted #1972AA;
  border-right: 1px solid #1972AA;
  border-left: 1px solid #1972AA;
  border-bottom: 1px solid #1972AA;
}

@media screen and (min-width: 48em), print {
  .lst_ol > li {
    padding: 0 0 0 3.6rem;
  }
  .lst_ol > li::before {
    width: 2.1rem;
    height: 2.1rem;
    font-size: 1.4rem;
    top: 0.3rem;
  }
  .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;
  }
  .lst_dl02 {
    border-bottom: 1px solid #1972AA;
    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: 3rem;
  }
  .lst_dl02 dt {
    width: 20%;
    padding: 1rem 1rem 1rem 2.5rem;
  }
  .lst_dl02 dd {
    width: 80%;
    margin: 0;
    padding: 1rem 1rem 1rem 2.5rem;
    border-top: 1px solid #1972AA;
    border-left: none;
    border-bottom: none;
  }
}
.flex1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex1 > li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 2.5rem 0.6em 0 !important;
}

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

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

@media screen and (min-width: 48em), print {
  .flex1 > li {
    width: auto;
    min-width: 0;
    margin-right: 6rem !important;
  }
  .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 > section, .flex2 > li {
    width: 48%;
    margin-top: 0 !important;
  }
  .flex3 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .flex3 li {
    width: calc((100% - 4rem) / 3);
  }
  .flex3 li:not(:nth-child(3n)) {
    margin: 0 2rem 0 0;
  }
  .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;
  }
  .flex3_1 li {
    width: calc((100% - 2rem) / 3);
  }
  .flex3_1 li:not(:nth-child(3n)) {
    margin: 0 1rem 0 0;
  }
  .flex5 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .flex5 li {
    width: calc((100% - 4rem) / 5);
  }
  .flex5 li:not(:nth-child(5n)) {
    margin: 0 1rem 0 0;
  }
}
.tel {
  display: inline-block;
  color: #86BE24;
  font-family: "Montserrat", sans-serif;
}
.tel::before {
  content: "TEL";
  padding-right: 0.2rem;
  font-size: 70%;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
@media screen and (min-width: 48em), print {
  .tel {
    pointer-events: none;
  }
  .tel a {
    pointer-events: auto;
  }
}

.box {
  padding: 1rem;
  border-radius: 3px;
  background: #eee;
}
@media screen and (min-width: 48em), print {
  .box {
    padding: 2rem;
    border-radius: 6px;
  }
}
.box.blue {
  background: #1972AA;
  color: #fff;
}
.box.gray {
  background: #DCE5EA;
}

.gray_bg {
  background: #DEE8EF;
}

.btn {
  padding: 0.6rem 3.5rem 0.6rem 1.5rem;
  min-width: 15rem;
  display: inline-block;
  text-decoration: none !important;
  background: #1972AA;
  border: 1px solid #1972AA;
  cursor: pointer;
  position: relative;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.btn::after {
  font-family: "fontello";
  content: "\ea32";
  line-height: 1;
  position: absolute;
  right: 0.8rem;
  left: auto;
  top: 49%;
  transform: translateY(-49%);
  -webkit-transform: translateY(-49%);
  -ms-transform: translateY(-49%);
  font-size: 140%;
  font-weight: normal;
}
.btn.green {
  background: #86BE24;
  border-color: #86BE24;
}
@media screen and (min-width: 48em), print {
  .btn {
    margin: 0 0.5rem;
    padding: 1rem 6rem 1rem 2.5rem;
    min-width: 23rem;
  }
  .btn:hover {
    background: #fff;
    color: #1972AA;
    opacity: 1;
  }
  .btn.green:hover {
    color: #86BE24;
  }
  .btn:after {
    right: 1.3rem;
    font-size: 4rem;
  }
}

.lnk {
  display: inline-block;
  text-decoration: underline !important;
  cursor: pointer;
  color: #1972AA;
}
.lnk:hover {
  color: #86BE24;
  text-decoration: underline !important;
  opacity: 1;
}
.lnk.scr::after {
  font-family: "fontello";
  content: "\62";
  padding-left: 0.5rem;
  font-size: 1.1rem;
  display: inline-block;
}
@media screen and (min-width: 48em), print {
  .lnk.scr::after {
    font-size: 1.5rem;
  }
}
.lnk.out::after {
  font-family: "fontello";
  content: "\f08e";
  padding-left: 0.5rem;
  display: inline-block;
}
@media screen and (min-width: 48em), print {
  .lnk.out::after {
    padding-left: 1rem;
  }
}

.tbl {
  width: 100%;
  margin: 2rem 0;
  border-spacing: 0;
  font-size: 1.4rem;
  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 #ccc;
  background: #1972AA;
  color: #fff;
}
.tbl tr td {
  text-align: left;
  padding: 1rem;
  border: 1px solid #ccc;
  background: #EEEEEE;
}

@media screen and (min-width: 48em), print {
  .tbl {
    table-layout: fixed;
    border-radius: 1rem;
    font-size: 1.8rem;
  }
  .tbl tr th {
    padding: 1rem 2.5rem;
  }
  .tbl tr td {
    padding: 1rem 2.5rem;
  }
}
.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: 2px;
  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: #fff;
  color: #333333;
  font-family: "Yu Gothic medium", "游ゴシック Medium", Meiryo, sans-serif;
  word-wrap: break-word;
}
body::after {
  visibility: hidden;
  width: 100vw;
  height: 100vh;
  content: "";
  background: rgba(222, 232, 239, 0.95);
  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.55;
}

.wrap {
  margin: 0 1rem;
}

.w940 {
  width: 100%;
}

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

.header {
  position: sticky;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background: #fff;
}
.header .wrap {
  padding: 0.8rem 0 0.5rem;
}
.header .wrap .logo {
  width: calc(100% - 4.2rem);
  height: 4.7rem;
}
.header .wrap .logo a {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/logo.webp") left center/contain no-repeat;
}
.header .wrap .logo a .clip {
  display: block;
  height: 100%;
  overflow: hidden;
  clip-path: inset(50%);
  color: transparent;
}

@media screen and (min-width: 48em), print {
  .header {
    padding: 1rem 0;
  }
  .header .wrap {
    margin: 0 auto 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: 35%;
    height: 7.6rem;
  }
  .header .wrap .logo a {
    background: url("../img/logo.webp") left center/98% auto no-repeat;
  }
}
#nav {
  width: 100vw;
}
#nav #sp_menu {
  width: 4.2rem;
  height: 4.2rem;
  color: #1972AA;
  background: #fff;
  text-align: center;
  line-height: 1;
  font-size: 1rem;
  padding: 0;
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 10;
  border-radius: 5px;
}
#nav #sp_menu::before {
  display: block;
  font-family: "fontello";
  content: "\e802";
  font-size: 3.6rem;
  margin: -0.6rem 0 -0.2rem;
}
#nav #sp_menu::after {
  content: "MENU";
}
#nav #sp_menu.close::before {
  font-family: "fontello";
  content: "\e803";
}
#nav #sp_menu.close::after {
  content: "CLOSE";
}
#nav #sp_menu span {
  display: none;
}
#nav .gnav_subnav {
  display: none;
  width: 94vw;
  max-height: 75vh;
  overflow-y: auto;
  background: #fff;
  border-radius: 5px;
  padding: 1.6rem;
  position: fixed;
  top: 7rem;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
}
#nav .gnav_subnav .gnav > li {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
#nav .gnav_subnav .gnav > li a, #nav .gnav_subnav .gnav > li .sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  text-align: left;
  padding: 1rem;
  font-size: 1.4rem;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  font-weight: bold;
}
#nav .gnav_subnav .gnav > li a::before, #nav .gnav_subnav .gnav > li .sub::before {
  content: attr(data-ruby);
  padding: 0 0 0.1rem 0.5rem;
  font-size: 80%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  font-weight: normal;
  font-family: "Montserrat", sans-serif;
}
#nav .gnav_subnav .gnav > li a.current, #nav .gnav_subnav .gnav > li .sub.current {
  color: #1972AA;
}
#nav .gnav_subnav .gnav > li .sub::after {
  font-family: "fontello";
  content: "\74";
  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;
  margin: 0 0 0 auto;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  color: #1972AA;
}
#nav .gnav_subnav .gnav > li .sub.close::after {
  font-family: "fontello";
  content: "\79";
}
#nav .gnav_subnav .gnav > li .subbox {
  display: none;
  background: #fff;
  border: 1px solid #1972AA;
}
#nav .gnav_subnav .gnav > li .subbox .subnav li:not(:first-of-type) {
  border-top: 1px solid #1972AA;
}
#nav .gnav_subnav .gnav > li .subbox .subnav li a {
  display: block;
  padding: 0.7rem 1.5rem;
  color: #1972AA;
  font-weight: normal;
}
#nav .gnav_subnav .gnav > li .subbox .subnav li a.current {
  background: #1972AA;
  color: #fff;
}

@media screen and (min-width: 48em), print {
  #nav {
    width: 65%;
  }
  #nav #sp_menu {
    display: none;
  }
  #nav .gnav_subnav {
    display: block !important;
    width: 95%;
    margin: 0 0 0 auto;
    background: none;
    max-height: auto;
    overflow-y: visible;
    padding: 0 0 1.5rem;
    position: static;
  }
  #nav .gnav_subnav .gnav {
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #nav .gnav_subnav .gnav li {
    width: 100%;
    position: relative;
  }
  #nav .gnav_subnav .gnav li a, #nav .gnav_subnav .gnav li .sub {
    display: block;
    text-align: center;
    font-size: 1.6rem;
    margin: 0;
    cursor: pointer;
    position: relative;
  }
  #nav .gnav_subnav .gnav li a::before, #nav .gnav_subnav .gnav li .sub::before {
    position: absolute;
    bottom: -0.5rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    padding: 0;
    font-size: 1.2rem;
    line-height: 1;
  }
  #nav .gnav_subnav .gnav li a::after, #nav .gnav_subnav .gnav li .sub::after {
    position: absolute;
    top: 1.2rem;
    right: 1rem;
  }
  #nav .gnav_subnav .gnav li a:hover, #nav .gnav_subnav .gnav li .sub:hover {
    color: #1972AA;
  }
  #nav .gnav_subnav .gnav li .sub {
    padding-right: 1.5rem;
  }
  #nav .gnav_subnav .gnav li .subbox {
    width: auto;
    position: absolute;
    top: 5.5rem;
    left: 0rem;
    width: 12rem;
  }
  #nav .gnav_subnav .gnav li .subbox > .subnav li a {
    font-size: 1.6rem;
    padding: 0.6rem 0.5rem;
  }
  #nav .gnav_subnav .gnav li .subbox > .subnav li a:hover {
    background: #1972AA;
    color: #fff;
  }
}
.overview {
  margin-top: 5rem;
  padding: 0 1rem 4rem;
  font-size: 1.3rem;
  line-height: 1.6;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(18rem, #fff), color-stop(18rem, #6C9DC1), to(#6C9DC1));
  background: linear-gradient(180deg, #fff 0, #fff 18rem, #6C9DC1 18rem, #6C9DC1 100%);
}
.overview > .wrap {
  margin: 0;
  padding: 1rem;
  border: 1px solid #1972AA;
  background: #fff;
  border-radius: 5px;
}
.overview > .wrap .clinic_name {
  text-align: center;
  margin: -6.5rem auto 2rem;
  background: #fff;
  width: 90%;
}
.overview > .wrap .clinic_name img {
  max-width: 88%;
  margin: auto;
}
.overview > .wrap .gaiyo dt {
  padding: 1rem 0.5rem 0.3rem;
  font-weight: bold;
}
.overview > .wrap .gaiyo dd {
  border-bottom: 1px solid #CCCCCC;
  padding: 0 0.5rem 1rem;
}
.overview > .wrap .gaiyo dd .tel {
  font-size: 1.5rem;
}
.overview > .wrap .gaiyo dd .tel::before {
  content: none;
}
.overview > .wrap .gaiyo dd.add span {
  display: block;
}
.overview > .wrap .overviewR .tbl_time {
  margin: 3rem 0 2rem;
}

.gmap {
  margin: 4rem auto 0;
  height: calc(100vw - 2rem);
}

@media screen and (min-width: 48em), print {
  .overview {
    margin-top: 11rem;
    padding: 0 0 10rem;
    font-size: 1.6rem;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(11rem, #fff), color-stop(11rem, #6C9DC1), to(#6C9DC1));
    background: linear-gradient(180deg, #fff 0, #fff 11rem, #6C9DC1 11rem, #6C9DC1 100%);
  }
  .overview > .wrap {
    margin: 0 auto;
    padding: 2rem 3.5rem 4rem;
    border-radius: 10px;
  }
  .overview > .wrap .clinic_name {
    margin: -13rem auto 2rem;
    width: 50rem;
  }
  .overview > .wrap .clinic_name img {
    max-width: 44rem;
  }
  .overview > .wrap .overview_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .overview > .wrap .overview_flex .overviewL, .overview > .wrap .overview_flex .overviewR {
    width: 48%;
  }
  .overview > .wrap .overview_flex .gaiyo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .overview > .wrap .overview_flex .gaiyo dt {
    width: 16%;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    padding: 1rem 0.5rem 1rem 0;
    border-bottom: 1px solid #CCCCCC;
  }
  .overview > .wrap .overview_flex .gaiyo dd {
    width: 84%;
    padding: 1rem 1rem 1rem 0;
  }
  .overview > .wrap .overview_flex .gaiyo dd.add .zip {
    margin: 0 0.5rem 0 0;
  }
  .overview > .wrap .overview_flex .gaiyo dd.add span {
    margin-right: 0.3rem;
    display: inline-block;
  }
  .overview > .wrap .overview_flex .gaiyo dd.tel_dd {
    padding: 0.8rem 1rem 0.4rem 0;
  }
  .overview > .wrap .overview_flex .gaiyo dd.tel_dd .tel {
    font-size: 1.8rem;
  }
  .overview > .wrap .overview_flex .overviewR .tbl_time {
    margin: 2.5rem auto 0;
  }
  .gmap {
    max-width: 180rem;
    width: calc(100% - 2rem);
    height: 40rem;
    margin: 6rem auto 0;
  }
}
#tel_up {
  width: 100%;
  height: 4rem;
  background: #6C9CC0;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#tel_up ul {
  width: calc(100% - 4.6rem);
  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: 100%;
  height: 3.6rem;
  text-align: center;
}
#tel_up ul li .tel {
  background: #fff;
  width: 100%;
  height: 100%;
  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;
  font-size: 1.8rem;
  color: #568399;
}
#tel_up #pageup {
  display: block;
  width: 4rem;
  height: 3.6rem;
  padding: 0;
  font-size: 1rem;
  background: #1972AA;
  color: #fff;
  line-height: 1.1;
}
#tel_up #pageup .clip {
  font-family: "Montserrat", sans-serif;
  clip-path: inset(50%);
  color: transparent;
}
#tel_up #pageup .clip span {
  display: inline-block;
}
#tel_up #pageup::before {
  display: block;
  font-family: "fontello";
  content: "\ea31";
  font-size: 1.6rem;
  height: 100%;
  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;
}

@media screen and (min-width: 48em), print {
  #tel_up {
    width: 8rem;
    height: 8rem;
    bottom: 4rem;
    right: 4rem;
    left: auto;
    background: none;
    padding: 0;
  }
  #tel_up ul {
    display: none;
  }
  #tel_up #pageup {
    display: block;
    width: 8rem;
    height: 8rem;
    padding: 0;
    font-size: 1rem;
    background: none;
    line-height: 1.1;
    color: #1972AA;
    border: 1px solid #1972AA;
    border-radius: 50%;
    background: #fff;
  }
  #tel_up #pageup .clip {
    font-size: 1.1rem;
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
    display: block;
    clip-path: inset(0%);
    color: #1972AA;
  }
  #tel_up #pageup::before {
    font-size: 1.5rem;
    position: absolute;
    top: 0.5rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
  }
}
.footer {
  text-align: center;
  padding: 0 0 4rem;
}
.footer .copy {
  display: block;
  background: #1972AA;
  color: #fff;
  padding: 0.6rem 1rem;
  font-size: 1.2rem;
}
.footer ul {
  display: none;
}

@media screen and (min-width: 48em), print {
  .footer {
    padding: 3rem 0 0;
    background: #1972AA;
    color: #fff;
  }
  .footer .copy {
    padding: 2rem 0;
    font-size: 1.4rem;
  }
  .footer .nav_lst {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer .nav_lst ul {
    display: block;
    text-align: center;
  }
  .footer .nav_lst ul li {
    display: inline-block;
    font-size: 1.6rem;
    margin: 0 0 1rem;
    font-weight: bold;
    -webkit-text-size-adjust: none;
  }
  .footer .nav_lst ul li::after {
    content: "｜";
    margin: 0 0.5rem;
  }
  .footer .nav_lst ul li a {
    opacity: 1;
  }
  .footer .nav_lst ul li a span {
    display: none;
  }
  .footer .nav_lst ul li a:hover {
    text-decoration: underline;
  }
  .footer .nav_lst ul li.treatment {
    display: none;
  }
  .footer .nav_lst ul:last-of-type li:last-of-type::after {
    content: none;
  }
}
body.index .main {
  overflow: hidden;
  position: relative;
  padding: 0 0 6rem;
}
body.index .main::before {
  -webkit-animation: loop01 22s linear infinite;
          animation: loop01 22s linear infinite;
}
body.index .main::after {
  left: -1px;
  right: 1px;
  -webkit-animation: loop02 22s linear infinite;
          animation: loop02 22s linear infinite;
}
@media screen and (min-width: 48em), print {
  body.index .main {
    padding: 0 0 12rem;
  }
  body.index .main::before {
    -webkit-animation: loop01 100s linear infinite;
            animation: loop01 100s linear infinite;
  }
  body.index .main::after {
    -webkit-animation: loop02 100s linear infinite;
            animation: loop02 100s linear infinite;
  }
  body.index .main .wrap {
    margin-left: auto;
    margin-right: auto;
  }
}

.keyvsl {
  width: 100%;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(14rem, #fff), color-stop(14rem, #DEE8EF), to(#DEE8EF));
  background: linear-gradient(#fff 14rem, #DEE8EF 14rem, #DEE8EF 100%);
}
.keyvsl::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: calc(100% - 2rem);
  height: 22rem;
  content: " ";
  display: block;
  background: #fff;
  border-radius: 10px;
}
.keyvsl #keyvsl {
  width: calc(100% - 2rem);
  margin: 0 auto;
  height: 24rem;
  overflow: hidden;
  visibility: hidden;
  border-radius: 10px;
}
.keyvsl #keyvsl .slick-list div img {
  height: 22rem !important;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.keyvsl #keyvsl .slick-dots {
  position: relative;
  z-index: 2;
  margin: 0.2rem auto;
}
.keyvsl #keyvsl .slick-dots li {
  width: 1rem;
  height: 1rem;
  margin: 0 0.6rem;
}
.keyvsl #keyvsl .slick-dots li button {
  background: #1972AA;
}
.keyvsl .catch span {
  font-family: "Kosugi Maru", sans-serif;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.4), -1px -1px 2px rgba(255, 255, 255, 0.4), 1px -1px 2px rgba(255, 255, 255, 0.4), -1px 1px 2px rgba(255, 255, 255, 0.4);
  font-size: 2rem;
  line-height: 1.3;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin: 0 auto;
  padding: 2rem 0;
  color: #1972AA;
}
.keyvsl .tel_open {
  margin: 0 2.5rem;
}
.keyvsl .tel_open li {
  text-align: center;
}
.keyvsl .tel_open li.tel_li {
  padding: 1.2rem 0 1rem;
  background: #fff;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: bold;
}
.keyvsl .tel_open li.tel_li .tel {
  font-size: 2.2rem;
  color: #86BE24;
  display: block;
  font-weight: normal;
}
.keyvsl .tel_open li.open_li {
  padding: 0.8rem 0;
  background: #86BE24;
  color: #fff;
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 1.55;
}
.keyvsl .tel_open li.open_li .open {
  font-size: 1.7rem;
  margin-left: 0.5rem;
  letter-spacing: 0.05rem;
}
.keyvsl .tel_open li.open_li .parking {
  font-weight: normal;
  display: block;
  font-size: 1.3rem;
}

@media screen and (min-width: 48em), print {
  .keyvsl {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(54rem, #fff), color-stop(54rem, #DEE8EF), to(#DEE8EF));
    background: linear-gradient(#fff 54rem, #DEE8EF 54rem, #DEE8EF 100%);
  }
  .keyvsl::before {
    max-width: 180rem;
    height: 80rem;
    border-radius: 20px;
  }
  .keyvsl #keyvsl {
    max-width: 180rem;
    height: 84rem;
    border-radius: 20px;
  }
  .keyvsl #keyvsl .slick-list div img {
    height: 80rem !important;
    border-radius: 20px;
  }
  .keyvsl #keyvsl .slick-dots {
    margin-top: 1rem;
  }
  .keyvsl #keyvsl .slick-dots li {
    width: 1.6rem;
    height: 1.6rem;
    margin: 0 1.2rem;
  }
  .keyvsl .catch {
    position: absolute;
    max-width: 180rem;
    margin: 0 auto;
    top: 33rem;
    left: 0;
    right: 0;
  }
  .keyvsl .catch span {
    font-size: 3.8rem;
    margin: 0 0 0 5rem;
    text-shadow: 1px 1px 2px rgba(51, 51, 51, 0.7), -1px -1px 2px rgba(51, 51, 51, 0.7), 1px -1px 2px rgba(51, 51, 51, 0.7), -1px 1px 2px rgba(51, 51, 51, 0.7);
    color: #fff;
    -webkit-animation: fade 1s ease-out 0.4s 1 normal forwards;
            animation: fade 1s ease-out 0.4s 1 normal forwards;
    opacity: 0;
  }
  .keyvsl .tel_open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 1200px;
    height: 9rem;
    margin: 0 auto;
    position: absolute;
    bottom: 8rem;
    right: 0;
    left: 0;
  }
  .keyvsl .tel_open li {
    height: 100%;
    margin: 0;
    padding: 0 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .keyvsl .tel_open li.tel_li {
    font-size: 1.2rem;
    text-align: left;
    padding: 0.5rem 2.5rem 0;
  }
  .keyvsl .tel_open li.tel_li .tel {
    font-size: 2.6rem;
  }
  .keyvsl .tel_open li.tel_li .tel::before {
    font-size: 1.5rem;
  }
  .keyvsl .tel_open li.open_li {
    font-size: 1.6rem;
    line-height: 1.25;
    padding: 0.3rem 2rem;
    letter-spacing: 0.05rem;
  }
  .keyvsl .tel_open li.open_li .open {
    font-size: 1.8rem;
    margin-left: 0;
    display: block;
    letter-spacing: 0.1rem;
  }
  .keyvsl .tel_open li.open_li .parking {
    padding-top: 0.1rem;
    letter-spacing: 0;
  }
}
.top_tit02 {
  color: #1972AA;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.05rem;
  text-align: center;
  line-height: 1.2;
  margin: 0 auto 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  padding-top: 1.8rem;
  background: url("../img/top_tit02.svg") top center/40% auto no-repeat;
}
.top_tit02 .en {
  display: block;
  color: #333333;
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: 0.1rem;
  line-height: 1;
  border-top: 1px solid #1972AA;
  padding-top: 0.7rem;
  margin-top: 0.7rem;
  font-family: "Montserrat", sans-serif;
}

@media screen and (min-width: 48em), print {
  .top_tit02 {
    font-size: 3.6rem;
    margin: 0 auto 3rem;
    padding-top: 3.5rem;
    background: url("../img/top_tit02.svg") top center/8.5rem auto no-repeat;
    letter-spacing: 0.1rem;
  }
  .top_tit02 .en {
    font-size: 1.4rem;
    padding-top: 1.8rem;
    margin-top: 1rem;
  }
}
.info {
  margin: 0 0 4rem;
  padding: 2rem 1rem;
}
.info dl {
  line-height: 1.4;
  background: #fff;
  border-radius: 10px;
  padding: 1rem 0 2.5rem;
}
.info dl dt {
  margin: 0 0 1rem;
  font-weight: bold;
  cursor: pointer;
  font-size: 1.4rem;
  padding: 1rem 1.5rem 0 1.5rem;
}
.info dl dt .day {
  display: block;
  font-size: 1.2rem;
  margin-bottom: 0.2rem;
}
.info dl dt::after {
  font-family: "fontello";
  content: "\ea30";
  font-weight: normal;
  margin-left: 0.1rem;
  color: #1972AA;
  font-size: 90%;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  display: inline-block;
}
.info dl dt.open::after {
  font-family: "fontello";
  content: "\e80e";
}
.info dl dd {
  margin: 0 0 1.6rem;
  padding: 0 1.5rem 0 1.5rem;
  font-size: 1.3rem;
  word-wrap: break-word;
}
.info dl dd:not(:nth-of-type(-n+3)) {
  display: none;
}
.info dl dd a {
  color: #1972AA;
  text-decoration: underline;
}

@media screen and (min-width: 48em), print {
  .info {
    width: 1200px;
    margin: 0rem auto;
    padding: 6rem 0 5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .info .top_tit02 {
    margin: 3rem auto 0 0;
  }
  .info dl {
    padding: 3rem 3rem 4rem 15rem;
    width: 94rem;
  }
  .info dl dt {
    font-size: 2rem;
    margin: 0 0 1rem;
    position: relative;
  }
  .info dl dt .day {
    font-size: 1.6rem;
    position: absolute;
    top: 1.4rem;
    left: -9.5rem;
  }
  .info dl dd {
    font-size: 1.6rem;
    margin: 0 0 1.6rem;
  }
  .info dl dd a:hover {
    color: #86BE24;
    text-decoration: underline !important;
  }
}
.feature {
  line-height: 1.3;
  counter-reset: number 0;
  padding: 0 1rem;
}
.feature .flex {
  position: relative;
}
.feature .flex::before {
  content: " ";
  display: block;
  position: absolute;
  top: -11.5rem;
  left: 0rem;
  background: url("../img/fukidashi.svg") center center/contain no-repeat;
  width: 10rem;
  height: 5rem;
}
.feature .flex > section {
  margin-top: 3rem !important;
  border-left: 1px solid #1972AA;
}
.feature .flex > section:not(:first-of-type) {
  margin-top: 4rem !important;
}
.feature .flex > section .top_tit03 {
  margin: 0 1.2rem 1rem 1.5rem;
  counter-increment: number 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.feature .flex > section .top_tit03 span {
  max-width: 82%;
  font-size: 1.6rem;
  font-weight: bold;
  padding-left: 0.5rem;
}
.feature .flex > section .top_tit03::before {
  color: #1972AA;
  width: 18%;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  padding-top: 1rem;
  text-align: center;
  font-size: 3.4rem;
  display: block;
  content: counter(number, decimal-leading-zero);
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
}
.feature .flex > section .top_tit03::after {
  font-family: "Montserrat", sans-serif;
  color: #1972AA;
  content: "POINT";
  position: absolute;
  top: 0rem;
  left: 0;
  font-size: 1.1rem;
  letter-spacing: 0.1rem;
  text-align: center;
  width: 18%;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.feature .flex > section .feature_content {
  margin: 0 1.5rem;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.feature .flex > section .feature_content p {
  font-size: 1.3rem;
  width: calc(100% - 30vw - 1rem);
  margin: 0;
}
.feature .flex > section .feature_content::before {
  content: " ";
  display: block;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 5px;
  width: 30vw;
  height: 24vw;
  border-radius: 5px;
}
.feature .flex > section:nth-of-type(1) .feature_content::before {
  background-image: url("../img/index_feature01.webp");
}
.feature .flex > section:nth-of-type(2) .feature_content::before {
  background-image: url("../img/index_feature02.webp");
}
.feature .flex > section:nth-of-type(3) .feature_content::before {
  background-image: url("../img/index_feature03.webp");
}
.feature .flex > section:nth-of-type(4) .feature_content::before {
  background-image: url("../img/index_feature04.webp");
}

@media screen and (min-width: 48em), print {
  .feature {
    padding-top: 11.5rem;
    line-height: 1.4;
  }
  .feature .flex {
    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: 5.5rem auto 0;
    width: 1200px;
  }
  .feature .flex::before {
    width: 19.5rem;
    height: 8rem;
    top: -19.5rem;
    left: 6rem;
  }
  .feature .flex > section {
    width: 50%;
    padding-left: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0 !important;
    margin-bottom: 4rem;
  }
  .feature .flex > section:not(:first-of-type) {
    margin-top: 0 !important;
  }
  .feature .flex > section .top_tit03 {
    display: block;
    margin: 0;
    width: 40%;
  }
  .feature .flex > section .top_tit03 span {
    padding: 0;
    font-size: 2.2rem;
  }
  .feature .flex > section .top_tit03::before {
    font-size: 6rem;
    width: auto;
    text-align: left;
    padding: 1rem 0 0.5rem 0;
  }
  .feature .flex > section .top_tit03::after {
    font-size: 2rem;
    width: auto;
    left: 0.4rem;
  }
  .feature .flex > section .feature_content {
    display: block;
    margin: 0 0 0 4rem;
    width: 27rem;
  }
  .feature .flex > section .feature_content p {
    width: auto;
    font-size: 1.6rem;
    line-height: 1.9;
    margin: 2rem 0 0;
  }
  .feature .flex > section .feature_content::before {
    border-radius: 10px;
    width: 100%;
    height: 21.1rem;
    margin: 0;
  }
  .feature .flex > section:first-of-type .top_tit03::before {
    width: 7.7rem;
    text-align: center;
  }
}
body:not(.index) .main {
  margin: 0 0rem 12rem;
}
@media screen and (min-width: 48em), print {
  body:not(.index) .main {
    margin: 0 0 24rem;
  }
  body:not(.index) .cf .img_l, body:not(.index) .cf .img_r {
    max-width: 40%;
    height: auto;
  }
}

.breadcrumb {
  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;
  font-size: 1.2rem;
  margin: 0 1rem 4rem;
}
.breadcrumb li:not(:first-child)::before {
  display: inline-block;
  content: ">";
  margin: 0 0.4rem;
}
.breadcrumb li a {
  color: #1972AA;
  text-decoration: underline !important;
}

@media screen and (min-width: 48em), print {
  .breadcrumb {
    font-size: 1.6rem;
    width: 1200px;
    margin: 3rem auto 7.5rem;
  }
  .breadcrumb li:not(:first-child)::before {
    margin: 0 0.8rem;
  }
  .breadcrumb li a:hover {
    color: #86BE24;
    text-decoration: underline !important;
  }
}
.greeting .dr_name {
  text-align: right;
}
.greeting .dr_name span {
  display: block;
}
@media screen and (min-width: 48em), print {
  .greeting .dr_img {
    margin: 0 0 2rem 6rem;
  }
}

.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: #fff;
}
.gallery .gallery_slider div .slick-current .cap {
  opacity: 1;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  background: rgba(25, 114, 170, 0.5);
}
.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: #fff;
  background: none;
  z-index: 1;
}
.gallery .gallery_slider .slick-arrow::before {
  font-family: "fontello";
  content: "\69";
  color: #1972AA;
  font-size: 3rem;
}
.gallery .gallery_slider .slick-arrow.slick-next {
  right: -2.5rem;
}
.gallery .gallery_slider .slick-arrow.slick-prev {
  left: -2.5rem;
}
.gallery .gallery_slider .slick-arrow.slick-prev::before {
  font-family: "fontello";
  content: "\75";
}
.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: 1rem auto;
}
.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: #1972AA;
}
.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 #1972AA;
}

@media screen and (min-width: 48em), print {
  .gallery {
    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: 1.6rem auto;
  }
  .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 #1972AA;
  }
}
.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;
  }
  .device li {
    width: 32%;
    margin: 0 0 2rem;
  }
  .device li:not(:nth-child(3n)) {
    margin: 0 2.4rem 2rem 0;
  }
  .device li img {
    margin: 0 auto 1rem;
    max-width: 100%;
  }
}
.flow dt span {
  letter-spacing: 0.2rem;
  margin-right: 0.2rem;
}
.flow dd {
  margin: 0;
  position: relative;
}
.flow dd:not(:last-child) {
  margin: 0 0 6rem;
}
@media screen and (min-width: 48em), print {
  .flow dd:not(:last-child) {
    margin: 0 0 10rem;
  }
}
.flow dd:not(:last-child)::after {
  display: block;
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  bottom: -5rem;
  left: 0;
  right: 0;
  border-top: 2rem solid #DEE8EF;
  border-right: 3rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-left: 3rem solid transparent;
  margin: auto;
}

.access .main {
  margin-bottom: 6rem !important;
}
.access .acs_dl {
  margin-top: 2rem;
  border: 1px solid #1972AA;
}
.access .acs_dl dt {
  background: #DCE5EA;
  padding: 0.4rem 1rem;
}
.access .acs_dl dt:not(:first-of-type) {
  border-top: 1px solid #1972AA;
}
.access .acs_dl dd {
  padding: 0.8rem 1rem;
}
.access .acs_dl dd.add span {
  display: block;
}
.access .acs_dl dd.tel_base {
  padding: 0.6rem 1rem;
}
.access .acs_dl dd.tel_base .tel {
  font-size: 1.5rem;
}
.access .acs_dl dd.tel_base .tel::before {
  content: none;
}
.access .acs_dl dd .acs li:nth-of-type(2) {
  margin-left: -1rem;
}
.access .gmap {
  height: 100vw;
}
.access .flex_box {
  display: block;
}
.access .flex_box div {
  width: 100%;
}
.access .flex_box div.gmap02 {
  height: 20rem;
  max-width: 100%;
}
@media screen and (min-width: 48em), print {
  .access .main {
    margin-bottom: 12rem !important;
  }
  .access .acs_dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .access .acs_dl dt {
    width: 25%;
    padding: 1.5rem 2rem;
  }
  .access .acs_dl dd {
    width: 75%;
    padding: 1.5rem 2rem;
  }
  .access .acs_dl dd:not(:first-of-type) {
    border-top: 1px solid #1972AA;
  }
  .access .acs_dl dd.add span {
    display: inline-block;
    margin-left: 1rem;
  }
  .access .acs_dl dd.tel_base {
    padding: 0rem 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .access .acs_dl dd.tel_base .tel {
    font-size: 2rem;
    line-height: 1;
  }
  .access .tbl_time {
    font-size: 2rem;
  }
  .access .tbl_time caption {
    font-size: 1.6rem;
  }
  .access .tbl_time tr th[scope=col] {
    padding: 0.8rem 0;
    font-size: 1.6rem;
  }
  .access .tbl_time tr th[scope=col]:last-of-type {
    border-radius: 0 5px 5px 0;
    width: 15%;
    padding-right: 5%;
  }
  .access .tbl_time tr td {
    padding: 1.6rem 0;
  }
  .access .tbl_time tr td:last-of-type {
    width: 15%;
    padding-right: 5%;
  }
  .access .gmap {
    height: 40rem;
    max-width: 100%;
  }
  .access .flex_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .access .flex_box div {
    width: 48%;
  }
  .access .flex_box div.gmap02 {
    height: 450px;
    max-width: 100%;
  }
}

.recruit .tbl.recruit_detail tr th, .recruit .tbl.recruit_detail tr td {
  display: block;
}
@media screen and (min-width: 48em), print {
  .recruit .tbl.recruit_detail tr th {
    width: 25%;
  }
  .recruit .tbl.recruit_detail tr th, .recruit .tbl.recruit_detail tr td {
    display: table-cell;
  }
}
/*# sourceMappingURL=style.css.map */