@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);
  -webkit-clip-path: inset(50%);
          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: break-word;
}

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

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

.txt_blue {
  color: #2E6BAD;
}

.txt_green {
  color: #20992A;
}

.txt_pink {
  color: #E75297;
}

.img_c {
  max-width: 80%;
  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;
  }
}
.mt40 {
  margin-top: 4rem;
}

.mt30 {
  margin-top: 3rem;
}

.mt20 {
  margin-top: 2rem;
}

.mt10 {
  margin-top: 1rem !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 !important;
  }
  .main > section ~ section, .flex2 > section ~ section {
    margin-top: 8rem;
  }
  .main > section section ~ section, .flex2 > section section ~ section {
    margin-top: 6rem;
  }
  .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;
  }
}
.timetable {
  border-radius: 1rem 1rem 0 0;
  overflow: hidden;
  font-size: 1.4rem;
}
.timetable .tit {
  color: #fff;
  text-align: center;
  padding: 0.4rem;
  font-size: 110%;
  background: #2E6BAD;
}
.timetable .tbl_time {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #707070;
  border-radius: 0 0 1rem 1rem;
  overflow: hidden;
}
.timetable .tbl_time tr th {
  font-weight: normal;
}
.timetable .tbl_time tr th[scope=col] {
  padding: 0.4rem 0;
  font-size: 90%;
  text-align: center;
  color: #2E6BAD;
  background: #C5EFFF;
  border-bottom: 1px solid #707070;
}
.timetable .tbl_time tr th[scope=col]:first-child {
  width: 35%;
  border-right: 1px solid #707070;
}
.timetable .tbl_time tr th[scope=row] {
  background: #FFFDE2;
  border-right: 1px solid #707070;
}
.timetable .tbl_time tr td {
  text-align: center;
  padding: 1rem 0.4rem;
  line-height: 1;
  font-size: 80%;
  color: #2E6BAD;
}
.timetable .tbl_time tr td.close {
  color: #1A1311;
}
.timetable .tbl_time tr:not(:last-of-type) th[scope=row], .timetable .tbl_time tr:not(:last-of-type) td {
  border-bottom: 1px solid #707070;
}
.timetable .cap {
  font-size: 85%;
  caption-side: bottom;
  text-align: left;
  margin-top: 0.4rem;
}

@media screen and (min-width: 48em), print {
  .timetable {
    font-size: 1.8rem;
    border-radius: 2rem 2rem 0 0;
  }
  .timetable .tit {
    padding: 1rem;
  }
  .timetable .tbl_time {
    table-layout: fixed;
  }
  .timetable .tbl_time tr th[scope=col] {
    padding: 1rem 0;
  }
  .timetable .tbl_time tr th[scope=col]:first-child {
    width: 30%;
  }
  .timetable .tbl_time tr td {
    padding: 1.6rem 0;
    font-size: 100%;
  }
}
.gmap {
  width: 100%;
}

.tit_01 {
  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;
  min-height: 8rem;
  background: url(../img/tit_01.webp) no-repeat center bottom/auto 100%;
  font-size: 2.2rem;
  line-height: 1.4;
  color: #fff;
  padding: 1rem;
  text-align: center;
}

.tit_02 {
  color: #2E6BAD;
  text-align: center;
  font-size: 2rem;
  line-height: 1.4;
  margin: 0 auto 2rem;
}

.tit_03 {
  font-size: 1.8rem;
  line-height: 1.4;
  color: #fff;
  padding: 0.6rem 1rem;
  background: url(../img/tit_03.webp) no-repeat center center/150% auto;
  margin: 0 0 2rem;
}

.tit_04 {
  font-size: 1.6rem;
  line-height: 1.4;
  color: #FF9848;
  border-bottom: 2px dotted #FFCD82;
  padding: 0 3rem 0.4rem 3.6rem;
  background: url(../img/tit_04_kani.svg) no-repeat left top/1.8em auto, url(../img/tit_04_anago.svg) no-repeat right bottom/2.5rem auto;
  margin: 0 0 2rem;
}

.tit_05 {
  font-size: 1.6rem;
  line-height: 1.4;
  padding: 0 0 0 4rem;
  color: #DF6284;
  background: url(../img/tit_05.svg) no-repeat left top/3rem auto;
  margin: 0 0 2rem;
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    min-height: 44rem;
    background: url(../img/tit_01.webp) no-repeat center top/auto;
    font-size: 4rem;
    padding: 10rem 0 0;
    margin: -16rem 0 3rem;
  }
  .tit_02 {
    font-size: 3.2rem;
    margin: 0 auto 3rem;
  }
  .tit_03 {
    background: url(../img/tit_03.webp) no-repeat center center/auto;
    padding: 1rem 1.6rem;
    font-size: 2.8rem;
    margin: 0 0 3rem;
  }
  .tit_04 {
    font-size: 2.4rem;
    padding: 0 5rem 0.6rem 5.4rem;
    background: url(../img/tit_04_kani.svg) no-repeat left top/1.8em auto, url(../img/tit_04_anago.svg) no-repeat right bottom/4rem auto;
    margin: 0 0 3rem;
  }
  .tit_05 {
    font-size: 2rem;
    margin: 0 0 3rem;
  }
}
.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: "";
  width: 1em;
  height: 1em;
  background: url(../img/lst_ul.svg) no-repeat center center/contain;
  position: absolute;
  top: 0.3rem;
  left: 0;
}
.lst_ul.kome > li::before {
  content: "※";
  color: #1A1311;
  background: none;
}

.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: #1A1311;
}

.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: #1A1311;
  font-weight: bold;
  position: absolute;
  left: 0;
}

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

@media screen and (min-width: 48em), print {
  .lst_ul > li {
    padding: 0 0 0 1.6em;
  }
  .lst_ul > li::before {
    top: 0.5rem;
  }
  .lst_ol > li {
    padding: 0 0 0 3.6rem;
  }
  .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: 15%;
  }
  .lst_dl01 dd {
    width: 85%;
    padding: 0 0 0 1rem;
  }
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem 2rem;
}
.flex > li:not(:last-child) {
  margin: 0;
}

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

@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 > section, .flex2 > li {
    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;
}
.tel::before {
  content: "TEL.";
  font-size: 80%;
}
.tel a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.box_blue {
  padding: 1rem;
  background: #E5F8FF;
}
@media screen and (min-width: 48em), print {
  .box_blue {
    padding: 3rem;
  }
}

.btn_monshin {
  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;
  padding: 0.4rem 2rem;
  background: #fff;
  color: #0099DB;
  border: 2px solid #0099DB;
  border-radius: clamp(1rem, 1vw, 2rem);
}
.btn_monshin::before {
  font-family: "fontello";
  content: "\e809";
}
@media screen and (min-width: 48em), print {
  .btn_monshin:is(:hover, :focus-visible) {
    color: #fff;
    background: #0099DB;
    opacity: 1;
  }
}

.btn_org {
  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 1rem;
  padding: 0.4rem 2rem;
  color: #535353;
  background: #fff;
  text-decoration: none !important;
  border: 2px solid #EEA268;
  border-radius: clamp(0.6rem, 1vw, 1rem);
}
.btn_org::after {
  content: "";
  width: 1.6em;
  height: 1em;
  background: url(../img/icon_arrow_org.svg) no-repeat center center/contain;
}
@media screen and (min-width: 48em), print {
  .btn_org:is(:hover, :focus-visible) {
    opacity: 1;
    background: #FFEFD8;
  }
}

.linkout {
  display: inline-block;
  color: #1A1311;
  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-arrow {
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  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: #2E6BAD;
  z-index: 1;
}
.slick-arrow::before {
  font-size: 1.2rem;
}
.slick-arrow.slick-prev {
  left: -2.6rem;
}
.slick-arrow.slick-prev::before {
  font-family: "fontello";
  content: "\f104";
}
.slick-arrow.slick-next {
  right: -2.6rem;
}
.slick-arrow.slick-next::before {
  font-family: "fontello";
  content: "\32";
}

@media screen and (min-width: 48em), print {
  .slick-arrow {
    width: 5rem;
    height: 5rem;
  }
  .slick-arrow::before {
    font-size: 2.4rem;
  }
  .slick-arrow.slick-prev {
    left: -6rem;
  }
  .slick-arrow.slick-next {
    right: -6rem;
  }
}
.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin: 1rem auto;
}
.slick-dots li {
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 0.2rem;
}
.slick-dots li button {
  padding: 50%;
  display: block;
  font-size: 0;
  cursor: pointer;
  opacity: 0.25;
  border-radius: 50%;
  background: #2E6BAD;
}
.slick-dots li button:hover, .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: 3.125vw;
}

body {
  background: #fff;
  color: #1A1311;
  font-family: "M PLUS 2", "Hiragino Sans", "Yu Gothic medium", "游ゴシック Medium", Meiryo, sans-serif;
}
body::after {
  visibility: hidden;
  width: 100vw;
  height: 100vh;
  content: "";
  background: rgba(46, 107, 173, 0.8);
  position: fixed;
  top: 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 {
  height: 100%;
  overflow: hidden !important;
}
body.spnav_modal::after {
  visibility: visible;
  opacity: 1;
}

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

.main {
  font-size: 1.4rem;
  line-height: 1.8;
}
.main a:not([class*=btn], [href*="tel:"]) {
  text-decoration: underline;
}

@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;
  }
  .wrap {
    width: 1200px;
    margin: auto;
  }
  .main {
    font-size: 1.8rem;
    line-height: 2;
  }
  .main a:not([class*=btn]):hover {
    opacity: 1;
    text-decoration: none;
  }
}
:target::before {
  content: "";
  display: block;
  height: 2rem;
  margin: -2rem 0 0;
  visibility: hidden;
}
@media screen and (min-width: 48em), print {
  :target::before {
    height: 12rem;
    margin: -12rem 0 0;
  }
}

.header {
  position: relative;
}
.header .inner > .wrap {
  padding: 1rem;
}
.header .inner > .wrap .logo {
  width: 100%;
  height: 6.6rem;
  padding: 1rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.header .inner > .wrap .logo.hide {
  -webkit-transform: translateY(-150%);
          transform: translateY(-150%);
}
.header .inner > .wrap .logo a {
  display: block;
  width: calc(100% - 5.6rem);
  height: 100%;
  background: url(../img/logo.svg) no-repeat left center/contain;
}
.header .inner > .wrap .logo a .clip {
  display: block;
  height: 100%;
  overflow: hidden;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  color: transparent;
}
.header .inner > .wrap .headR {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 1rem;
  margin: 5.6rem 0 0;
  text-align: center;
  font-size: 1.4rem;
}
.header .inner > .wrap .headR ul li .tel {
  font-size: 2rem;
  color: #2E6BAD;
  font-weight: 700;
}
.header .inner > .wrap .headR ul li.add {
  display: none;
}
.header .inner > .wrap .headR ul li.acs {
  color: #2E6BAD;
}
.header .inner > .wrap .headR ul li.acs span {
  display: inline-block;
  color: #fff;
  background: #2E6BAD;
  padding: 0.2rem 1.4rem;
  border-radius: 0.5rem;
  margin: 0 1rem 0 0;
}
.header .inner > .wrap .headR .btn_monshin {
  width: 17rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
  font-size: 1.6rem;
  line-height: 1.2;
}
.header .inner > .wrap .headR .btn_monshin::before {
  display: block;
  font-size: 170%;
}

@media screen and (min-width: 48em), print {
  .header .inner {
    position: relative;
    z-index: 1;
  }
  .header .inner > .wrap {
    padding: 2rem 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 .inner > .wrap .logo {
    width: 36%;
    height: 9.5rem;
    padding: 0;
    position: relative;
    z-index: 101;
    background: none;
  }
  .header .inner > .wrap .logo a {
    width: 100%;
  }
  .header .inner > .wrap .headR {
    gap: 0 1rem;
    margin: 0;
    text-align: left;
  }
  .header .inner > .wrap .headR ul li .tel {
    font-size: 3.2rem;
    line-height: 1;
  }
  .header .inner > .wrap .headR ul li.add {
    display: block;
    margin: 0.4rem 0;
  }
  .header .inner > .wrap .headR ul li.add br {
    display: none;
  }
  .header .inner > .wrap .headR .btn_monshin {
    width: 18.5rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    font-size: 2.4rem;
  }
  .header .inner > .wrap .headR .btn_monshin::before {
    display: block;
    font-size: 170%;
  }
}
#nav {
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
#nav #sp_menu {
  width: 4.6rem;
  height: 4.6rem;
  color: #fff;
  background: #2E6BAD;
  text-align: center;
  line-height: 1;
  font-size: 1rem;
  padding: 0;
  border-radius: 0.4rem;
  position: absolute;
  top: 1rem;
  right: 1rem;
  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: "\e800";
  font-size: 2.6rem;
}
#nav #sp_menu::after {
  display: block;
  content: "MENU";
  margin: 0.2rem 0 0;
}
#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: calc(100dvh - 8rem);
  overflow-y: auto;
  background: #fff;
  border-radius: 0 0 1rem 1rem;
  padding: 1.6rem;
  margin: auto;
  position: absolute;
  top: 6.6rem;
  left: 0;
  right: 0;
  z-index: 100;
}
#nav .gnav_subnav .gnav > li a, #nav .gnav_subnav .gnav > li .sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1rem;
  width: 100%;
  text-align: left;
  padding: 1rem;
  font-size: 1.4rem;
}
#nav .gnav_subnav .gnav > li a::before, #nav .gnav_subnav .gnav > li .sub::before {
  content: "";
  display: block;
  width: 5rem;
  height: 3.6rem;
}
#nav .gnav_subnav .gnav > li a.current, #nav .gnav_subnav .gnav > li .sub.current {
  color: #2E6BAD;
}
#nav .gnav_subnav .gnav > li a.home::before, #nav .gnav_subnav .gnav > li .sub.home::before {
  background: url("../img/icon_home.svg") no-repeat center center/auto 80%;
}
#nav .gnav_subnav .gnav > li a.greeting::before, #nav .gnav_subnav .gnav > li .sub.greeting::before {
  background: url("../img/icon_greeting.svg") no-repeat center center/auto 80%;
}
#nav .gnav_subnav .gnav > li a.treatment::before, #nav .gnav_subnav .gnav > li .sub.treatment::before {
  background: url("../img/icon_treatment.svg") no-repeat center center/auto 80%;
}
#nav .gnav_subnav .gnav > li a.nursing::before, #nav .gnav_subnav .gnav > li .sub.nursing::before {
  background: url("../img/icon_nursing.svg") no-repeat center center/contain;
}
#nav .gnav_subnav .gnav > li a.first::before, #nav .gnav_subnav .gnav > li .sub.first::before {
  background: url("../img/icon_first.svg") no-repeat center center/auto 80%;
}
#nav .gnav_subnav .gnav > li a.clinic::before, #nav .gnav_subnav .gnav > li .sub.clinic::before {
  background: url("../img/icon_clinic.svg") no-repeat center center/auto 80%;
}
#nav .gnav_subnav .gnav > li a.access::before, #nav .gnav_subnav .gnav > li .sub.access::before {
  background: url("../img/icon_access.svg") no-repeat center center/auto 80%;
}
#nav .gnav_subnav #menu_close {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  color: #2E6BAD;
  background: rgba(46, 107, 173, 0.1);
  text-align: center;
  border-radius: 0.6rem;
  padding: 0.6rem 0;
  margin: 1rem 0 0;
}
#nav .gnav_subnav #menu_close::before {
  font-family: "fontello";
  content: "\e803";
  margin: 0 0.6rem 0 0;
}

@media screen and (min-width: 48em), print {
  #nav {
    width: auto;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    -webkit-transition: 0.8s;
    transition: 0.8s;
  }
  #nav.hide {
    -webkit-transform: translateY(-300%);
            transform: translateY(-300%);
  }
  #nav #sp_menu {
    display: none;
  }
  #nav .gnav_subnav {
    display: block !important;
    width: 100%;
    max-height: inherit;
    border-radius: 0;
    overflow-y: visible;
    padding: 0;
    position: static;
  }
  #nav .gnav_subnav .gnav {
    width: 1200px;
    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: none;
  }
  #nav .gnav_subnav .gnav > li {
    position: relative;
  }
  #nav .gnav_subnav .gnav > li a, #nav .gnav_subnav .gnav > li .sub {
    -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;
    text-align: center;
    font-size: 1.8rem;
    padding: 1rem 3rem;
    margin: 0;
    cursor: pointer;
  }
  #nav .gnav_subnav .gnav > li a::before, #nav .gnav_subnav .gnav > li .sub::before {
    width: 7rem;
    height: 5.6rem;
  }
  #nav .gnav_subnav .gnav > li a:is(:hover, :focus-visible, .current), #nav .gnav_subnav .gnav > li .sub:is(:hover, :focus-visible, .current) {
    color: #2E6BAD;
    opacity: 1;
  }
  #nav .gnav_subnav #menu_close {
    display: none;
  }
}
.overview {
  padding: 4rem 1rem;
  font-size: 1.4rem;
  line-height: 1.6;
  border-top: 1px solid #707070;
  -webkit-text-size-adjust: none;
}
.overview > .wrap .overviewL .clinic_name {
  font-size: 1.2rem;
  text-align: center;
  margin: 0 0 2rem;
}
.overview > .wrap .overviewL .clinic_name img {
  margin: 0 auto 1rem;
}
.overview > .wrap .overviewL .clinic_name .tel {
  display: block;
  margin: 0 0 0.6rem;
  color: #fff;
  font-size: 1.8rem;
  padding: 0.6rem;
  background: #79CDEC;
  border-radius: clamp(0.8rem, 1vw, 1.5rem);
}
.overview > .wrap .overviewL .clinic_name br {
  display: none;
}
.overview > .wrap .overviewL .outline .gaiyo {
  width: 100%;
  margin: 0;
  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;
}
.overview > .wrap .overviewL .outline .gaiyo dt {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.4rem 0;
  color: #2E6BAD;
  border-bottom: 2px solid #2E6BAD;
}
.overview > .wrap .overviewL .outline .gaiyo dd {
  width: 70%;
  padding: 0.4rem 1rem;
  border-bottom: 2px solid #D5D5D5;
}
.overview > .wrap .overviewL .outline .acs {
  margin: 1rem 0;
}
.overview > .wrap .overviewL .outline .acs .tit {
  color: #fff;
  text-align: center;
  background: #2E6BAD;
  border-radius: clamp(0.3rem, 1vw, 0.5rem);
  margin: 0 0 0.6rem;
}
.overview > .wrap .overviewL .outline .acs dl dt {
  color: #2E6BAD;
}
.overview > .wrap .overviewL .outline .acs dl dd {
  font-size: 90%;
  margin: 0 0 1rem;
}
.overview > .wrap .overviewL .timetable {
  margin: 2rem 0;
}
@media screen and (min-width: 48em), print {
  .overview {
    padding: 8rem 0;
  }
  .overview > .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;
  }
  .overview > .wrap .overviewL {
    width: 63%;
    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;
  }
  .overview > .wrap .overviewL .clinic_name {
    width: 32rem;
    font-size: 1.2rem;
    margin: 0;
  }
  .overview > .wrap .overviewL .clinic_name .tel {
    font-size: 2.4rem;
  }
  .overview > .wrap .overviewL .outline {
    width: 56%;
  }
  .overview > .wrap .overviewL .outline .gaiyo dt {
    width: 17%;
    padding: 1rem 0 0.6rem 0;
  }
  .overview > .wrap .overviewL .outline .gaiyo dd {
    width: 83%;
    padding: 1rem 0 0.6rem 1rem;
  }
  .overview > .wrap .overviewL .outline .acs dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  .overview > .wrap .overviewL .outline .acs dl dt {
    width: 28%;
    color: #2E6BAD;
  }
  .overview > .wrap .overviewL .outline .acs dl dd {
    width: 72%;
    font-size: 90%;
    margin: 0;
  }
  .overview > .wrap .overviewL .timetable {
    margin: 2rem 0 0;
  }
  .overview > .wrap .overviewR {
    width: 35%;
  }
}
#tel_up {
  width: 100%;
  height: 4rem;
  background: #fff;
  visibility: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 101;
  font-size: 1.4rem;
  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-shadow: 0 -0.2rem 0.2rem rgba(102, 102, 102, 0.2);
          box-shadow: 0 -0.2rem 0.2rem rgba(102, 102, 102, 0.2);
}
#tel_up ul {
  width: calc(100% - 4rem);
  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;
  line-height: 1;
}
#tel_up ul li {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  height: 100%;
  text-align: center;
}
#tel_up ul li .tel {
  display: block;
  height: 100%;
  font-size: 1.8rem;
}
#tel_up ul li .tel::before {
  display: none;
}
#tel_up ul li .tel a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0 0.4rem;
  height: 100%;
  color: #fff;
  background: #79CDEC;
  padding: 1rem 0;
}
#tel_up ul li .tel a::before {
  content: "TEL.";
  font-size: 80%;
}
#tel_up ul li .btn_monshin {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  border-radius: 0;
}
#tel_up #pageup {
  display: block;
  width: 4rem;
  height: 100%;
  border: 2px solid #79CDEC;
  background: #fff;
  position: relative;
}
#tel_up #pageup::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
  background: url(../img/icon_arrow_blue.svg) no-repeat center center/55% auto;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  position: absolute;
  top: 0;
  left: 0;
}
#tel_up #pageup .clip {
  display: block;
  font-size: 1rem;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  color: transparent;
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  z-index: 1;
}

@media screen and (min-width: 48em), print {
  #tel_up {
    width: 5rem;
    height: 5rem;
    bottom: 2rem;
    right: 2rem;
    left: auto;
    background: none;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  #tel_up ul {
    display: none;
  }
  #tel_up #pageup {
    width: 5rem;
    border-radius: 50%;
  }
}
.footer {
  text-align: center;
  padding: 0 0 4rem;
  color: #303030;
}
.footer .copy {
  display: block;
  padding: 0.6rem 1rem;
  font-size: 1.2rem;
}
.footer ul {
  display: none;
}

@media screen and (min-width: 48em), print {
  .footer {
    padding: 3rem 0;
  }
  .footer .copy {
    margin: 2rem 0 0;
  }
  .footer ul {
    display: block;
    text-align: center;
  }
  .footer ul li {
    display: inline-block;
    font-size: 1.4rem;
    margin: 0 0 1rem;
    -webkit-text-size-adjust: none;
  }
  .footer ul li:not(:last-child)::after {
    content: "|";
    margin: 0 1rem;
  }
  .footer ul li a {
    opacity: 1;
  }
  .footer ul li a:hover {
    text-decoration: underline;
  }
}
body.index .header .inner {
  background: rgba(255, 255, 255, 0.8);
}

.keyvsl {
  width: 100%;
  position: relative;
}
.keyvsl #keyvsl {
  max-width: 100%;
  height: 27rem;
  overflow: hidden;
  visibility: hidden;
}
.keyvsl #keyvsl .slick-list div img {
  height: 24rem !important;
  -o-object-fit: cover;
     object-fit: cover;
  margin: auto;
}
.keyvsl #keyvsl .slick-dots {
  margin: 0.6rem 0 0;
  position: relative;
  z-index: 2;
}
.keyvsl #keyvsl .slick-dots li {
  width: 1rem;
  height: 1rem;
  margin: 0 0.6rem;
}
.keyvsl > .wrap {
  position: absolute;
  top: 3rem;
  left: 0;
  right: 0;
  z-index: 1;
}
.keyvsl > .wrap .catch {
  color: #fff;
  font-size: 1.4rem;
  text-shadow: 0.2rem 0.2rem 0.4rem #666, -0.2rem 0.2rem 0.4rem #666, 0.2rem -0.2rem 0.4rem #666, -0.2rem -0.2rem 0.4rem #666;
  text-align: center;
  margin: auto;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
}

@media screen and (min-width: 48em), print {
  .keyvsl {
    top: -16rem;
    margin-bottom: -9rem;
  }
  .keyvsl #keyvsl {
    height: 87rem;
  }
  .keyvsl #keyvsl .slick-list div img {
    height: 87rem !important;
  }
  .keyvsl #keyvsl .slick-dots {
    margin: -5rem 0 0;
  }
  .keyvsl #keyvsl .slick-dots li {
    width: 1.6rem;
    height: 1.6rem;
    margin: 0 1.2rem;
  }
  .keyvsl > .wrap {
    top: 20rem;
  }
  .keyvsl > .wrap .catch {
    font-size: 2.6rem;
  }
}
.beginner {
  padding: 4rem 1rem 20rem;
  position: relative;
  overflow: hidden;
}
.beginner::before {
  content: "";
  display: block;
  width: calc(100% - 4rem);
  height: calc(100% - 26rem);
  margin: auto;
  border: 2px dotted #79CDEC;
  border-radius: 2rem;
  position: absolute;
  top: 5rem;
  left: 0;
  right: 0;
  z-index: 1;
}
.beginner .inner {
  background: #C5EFFF;
  border-radius: 2.4rem;
  padding: 2rem 2.6rem;
  position: relative;
}
.beginner .inner::before, .beginner .inner::after {
  display: block;
  content: "";
  position: absolute;
  z-index: -1;
}
.beginner .inner::before {
  background: url(../img/index_first_seal.jpg) no-repeat center center/contain;
  width: 13rem;
  height: 5rem;
  top: -3.4rem;
  right: -1rem;
}
.beginner .inner::after {
  background: url(../img/index_first_whale.jpg) no-repeat center center/contain;
  width: 20rem;
  height: 15rem;
  margin: auto;
  bottom: -16rem;
  left: 0;
  right: 0;
}
.beginner .inner .tit_02 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1rem 3rem 0 0;
  font-weight: 700;
  margin: 0 0 2rem;
  background: url(../img/icon_light.svg) no-repeat right top/3rem auto;
  position: relative;
  z-index: 1;
}
.beginner .inner .txt {
  position: relative;
  z-index: 1;
}
.beginner .inner .txt p .txt_pink, .beginner .inner .txt p .txt_green {
  font-size: 140%;
}
.beginner .inner .txt .lst_btn {
  text-align: center;
}
.beginner .inner .txt .lst_btn li {
  margin: 0 0 1rem;
}
.beginner .inner .txt .lst_btn li .btn_org {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 120%;
}

@media screen and (min-width: 48em), print {
  .beginner {
    margin: 8rem 0;
    padding: 0;
  }
  .beginner::before {
    width: 69.4rem;
    height: calc(100% - 2.6rem);
    border-radius: 4rem;
    top: 1.4rem;
  }
  .beginner .inner {
    width: 72rem;
    margin: auto;
    border-radius: 5rem;
    padding: 6rem 5rem 4rem;
  }
  .beginner .inner::before {
    width: 31rem;
    height: 16rem;
    top: auto;
    bottom: 0;
    left: -12rem;
    right: auto;
  }
  .beginner .inner::after {
    width: 40.6rem;
    height: 30rem;
    margin: auto;
    top: 0;
    bottom: 0;
    left: auto;
    right: -45rem;
  }
  .beginner .inner .tit_02 {
    padding: 2.4rem 5rem 0 0;
    background: url(../img/icon_light.svg) no-repeat right top/4.5rem auto;
  }
  .beginner .inner .txt p .txt_pink, .beginner .inner .txt p .txt_green {
    font-size: 140%;
  }
  .beginner .inner .txt .lst_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    gap: 0 2rem;
  }
  .beginner .inner .txt .lst_btn li {
    width: 48%;
    margin: 0;
  }
  .beginner .inner .txt .lst_btn li .btn_org {
    padding: 1rem;
  }
}
.tre {
  padding: 4rem 1rem;
  background: url(../img/index_tre_bg.webp) no-repeat center bottom/auto 100% #7CC9E5;
}
.tre .wrap {
  padding: 2rem 1rem 8rem;
  background: url(../img/index_tre_kame.svg) no-repeat left -1rem bottom -1rem/10rem auto, rgba(255, 255, 255, 0.9);
}

@media screen and (min-width: 48em), print {
  .tre {
    padding: 0;
    background: url(../img/index_tre_bg.webp) no-repeat center top/auto;
  }
  .tre .wrap {
    width: 104rem;
    padding: 10rem 0;
    background: url(../img/index_tre_kame.svg) no-repeat left 1rem bottom -7rem/26rem auto, rgba(255, 255, 255, 0.9);
  }
  .tre .wrap p {
    text-align: center;
  }
  .tre .wrap .btn_org {
    padding: 1rem 8rem;
  }
}
.conductive_edu {
  padding: 4rem 1rem 6rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#abe7ff), to(#f5fdff));
  background: linear-gradient(#abe7ff 0%, #f5fdff 100%);
  overflow: hidden;
}
.conductive_edu .subnav {
  width: 80%;
  margin: auto;
  position: relative;
}
.conductive_edu .subnav::before, .conductive_edu .subnav::after {
  content: "";
  position: absolute;
}
.conductive_edu .subnav::before {
  background: url(../img/index_nursing_left.png) no-repeat center center/contain;
  width: 15rem;
  height: 15rem;
  bottom: -7rem;
  left: -6rem;
}
.conductive_edu .subnav::after {
  background: url(../img/index_nursing_right.png) no-repeat center center/contain;
  width: 20rem;
  height: 16rem;
  top: -10rem;
  right: -12rem;
}
.conductive_edu .subnav li {
  margin: 0 0 1.6rem;
  position: relative;
  z-index: 1;
}
.conductive_edu .subnav li a {
  display: block;
  text-align: center;
  font-size: 1.6rem;
  background: #fff;
  padding: 0.6rem;
  border: 1px solid #79CDEC;
  border-radius: clamp(1rem, 1vw, 2rem);
  text-decoration: none;
  position: relative;
}
.conductive_edu .subnav li a::before {
  content: "";
  display: block;
  position: absolute;
}
.conductive_edu .subnav li a span {
  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;
  gap: 0 0.6rem;
  padding: 1rem 1rem 1rem 4rem;
  color: #2E6BAD;
  background: #E5F8FF;
  border-radius: clamp(0.6rem, 1vw, 1rem);
}
.conductive_edu .subnav li a span::after {
  content: "";
  display: block;
  width: 1.2em;
  height: 0.8em;
  background: url(../img/icon_arrow_blue.svg) no-repeat center center/contain;
}
.conductive_edu .subnav li a.wt::before {
  background: url(../img/index_nursing_wt.svg) no-repeat center center/contain;
  width: 6.6rem;
  height: 6.6rem;
  top: -0.6rem;
  left: 0;
}
.conductive_edu .subnav li a.lang::before {
  background: url(../img/index_nursing_lang.svg) no-repeat center center/contain;
  width: 7.6rem;
  height: 6.6rem;
  top: -0.6rem;
  left: 0;
}
.conductive_edu .subnav li a.psychotherapy::before {
  background: url(../img/index_nursing_psychotherapy.svg) no-repeat center center/contain;
  width: 7rem;
  height: 6rem;
  top: 0;
  left: 0;
}

@media screen and (min-width: 48em), print {
  .conductive_edu {
    padding: 10rem 0;
  }
  .conductive_edu .subnav {
    width: 104rem;
    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;
    gap: 6rem 10rem;
  }
  .conductive_edu .subnav::before {
    width: 32rem;
    height: 33.6rem;
    bottom: -3rem;
    left: -33rem;
  }
  .conductive_edu .subnav::after {
    width: 50rem;
    height: 25.3rem;
    top: -14rem;
    right: -38rem;
  }
  .conductive_edu .subnav li {
    width: 42%;
  }
  .conductive_edu .subnav li a {
    font-size: 2.4rem;
    padding: 1rem;
    border: 2px solid #79CDEC;
  }
  .conductive_edu .subnav li a::before {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .conductive_edu .subnav li a span {
    gap: 0 1rem;
    padding: 3rem 0 3rem 6rem;
  }
  .conductive_edu .subnav li a span::after {
    margin: 0.4rem 0 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .conductive_edu .subnav li a.wt::before {
    width: 12rem;
    height: 14rem;
    top: -1.4rem;
  }
  .conductive_edu .subnav li a.lang::before {
    width: 17rem;
    height: 13rem;
    top: -1rem;
  }
  .conductive_edu .subnav li a.psychotherapy::before {
    width: 16.6rem;
    height: 12.6rem;
  }
  .conductive_edu .subnav li a:is(:hover, :focus-visible)::before {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .conductive_edu .subnav li a:is(:hover, :focus-visible) span::after {
    -webkit-transform: translateX(3rem);
            transform: translateX(3rem);
  }
  .conductive_edu .subnav li:first-child {
    width: 100%;
  }
  .conductive_edu .subnav li:first-child a {
    width: 42%;
    margin: auto;
  }
}
.info {
  padding: 4rem 1rem 6rem;
  background: url(../img/index_info_bg.webp) no-repeat center bottom/300% auto;
  overflow: hidden;
}
.info .wrap {
  position: relative;
}
.info .wrap::before, .info .wrap::after {
  display: block;
  content: "";
  position: absolute;
}
.info .wrap::before {
  width: 6rem;
  height: 5rem;
  background: url(../img/index_info_kani.png) no-repeat center center/contain;
  bottom: -3.8rem;
  left: -1rem;
}
.info .wrap::after {
  width: 5.5rem;
  height: 3.5rem;
  background: url(../img/index_info_kai.png) no-repeat center center/contain;
  bottom: -2rem;
  right: -1rem;
}
.info .wrap .box {
  background: #E3CBB0;
  border: 0.8rem solid #BFA78B;
  padding: 1rem 0 1rem 1rem;
}
.info .wrap .box dl {
  height: 20rem;
  padding: 0 1rem 0 0;
  line-height: 1.4;
  overflow-y: auto;
  overscroll-behavior-y: none;
}
.info .wrap .box dl dt {
  margin: 0 0 0.6rem;
  color: #2E6BAD;
  font-size: 110%;
  line-height: 1.4;
  cursor: pointer;
}
.info .wrap .box dl dt .date {
  font-size: 80%;
}
.info .wrap .box dl dt::before {
  font-family: "fontello";
  content: "\34";
}
.info .wrap .box dl dt.close::before {
  font-family: "fontello";
  content: "\33";
}
.info .wrap .box dl dt:not(:first-of-type) {
  margin: 1rem 0 0.6rem;
  padding: 1rem 0 0;
  border-top: 1px solid #ccc;
}
.info .wrap .box dl dd {
  margin: 0 0 1rem;
}
.info .wrap .box dl dd:not(:nth-of-type(-n+3)) {
  display: none;
}

@media screen and (min-width: 48em), print {
  .info {
    padding: 10rem 0 12rem;
    background: url(../img/index_info_bg.webp) no-repeat center bottom/auto;
  }
  .info .wrap::before, .info .wrap::after {
    display: block;
    content: "";
    position: absolute;
  }
  .info .wrap::before {
    width: 13rem;
    height: 11rem;
    bottom: -3.6rem;
    left: 8rem;
  }
  .info .wrap::after {
    width: 8rem;
    height: 7rem;
    bottom: -4.6rem;
    right: 10rem;
  }
  .info .wrap .tit_02 {
    width: 26rem;
  }
  .info .wrap .box {
    width: 90rem;
    margin: auto;
    border: 2rem solid #BFA78B;
    padding: 1rem 1rem 1rem 3rem;
  }
  .info .wrap .box dl {
    height: 41rem;
    padding: 2rem 3rem 2rem 2rem;
    line-height: 1.6;
  }
  .info .wrap .box dl dt {
    margin: 0 0 1rem;
  }
  .info .wrap .box dl dt::before {
    margin-right: 1rem;
  }
  .info .wrap .box dl dt:not(:first-of-type) {
    margin: 1.6rem 0 0.6rem;
    padding: 1.6rem 0 0;
  }
  .info .wrap .box dl dt:hover {
    color: #20992A;
  }
  .info .wrap .box dl dd {
    margin: 0 0 1.6rem;
  }
}
.aisatsu {
  padding: 4rem 1rem;
  background: repeating-linear-gradient(90deg, #E8E8E8, #E8E8E8 1px, transparent 1px, transparent 1.6rem), repeating-linear-gradient(0deg, #E8E8E8, #E8E8E8 1px, #fff 1px, #fff 1.6rem);
}
.aisatsu .wrap .txt .name_btn {
  background: url(../img/logo_mark.svg) no-repeat right 4rem bottom/25% auto;
}
.aisatsu .wrap .txt .name_btn .txt_green {
  font-size: 120%;
}
.aisatsu .wrap .photo {
  max-width: 80%;
  margin: 2rem auto 0;
}

@media screen and (min-width: 48em), print {
  .aisatsu {
    padding: 11rem 0;
    background: repeating-linear-gradient(90deg, #E8E8E8, #E8E8E8 1px, transparent 1px, transparent 3rem), repeating-linear-gradient(0deg, #E8E8E8, #E8E8E8 1px, #fff 1px, #fff 3rem);
  }
  .aisatsu .wrap {
    width: 110rem;
    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;
  }
  .aisatsu .wrap .tit_02 {
    width: 100%;
    text-align: left;
  }
  .aisatsu .wrap .txt {
    width: 60%;
  }
  .aisatsu .wrap .txt .name_btn {
    padding: 2rem 0 0;
    background: url(../img/logo_mark.svg) no-repeat right 10rem bottom/auto 100%;
  }
  .aisatsu .wrap .txt .name_btn .btn_org {
    padding: 1.4rem 7rem;
  }
  .aisatsu .wrap .photo {
    max-width: 40rem;
    margin: 0;
  }
}
body:not(.index) .main {
  margin: 3rem 1rem 6rem;
}
body:not(.index) .main .tel {
  font-size: 180%;
}
@media screen and (min-width: 48em), print {
  body:not(.index) .main {
    width: 100rem;
    margin: 10rem auto 8rem;
  }
  body:not(.index) .main .cf .img_l, body:not(.index) .main .cf .img_r {
    max-width: 40%;
    height: auto;
  }
}

.breadnav {
  max-width: 100vw;
  margin: 1rem;
  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: 1.2rem;
  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 {
    max-width: 100rem;
    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;
  }
}
.dr_aisatsu .dr_name {
  text-align: center;
  color: #20992A;
}
.dr_aisatsu .dr_name span {
  font-size: 120%;
}

@media screen and (min-width: 48em), print {
  .dr_aisatsu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .dr_aisatsu .txt {
    width: 65%;
  }
  .dr_aisatsu .photo {
    width: 35%;
  }
}
.fukidashi span {
  display: block;
  width: 68%;
  margin: 0 0 0 auto;
  padding: 1rem;
  border-radius: clamp(0.6rem, 1vw, 1rem);
  position: relative;
}
.fukidashi span::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -3.6rem;
  border: 1.6rem solid transparent;
}
.fukidashi.yadokari {
  background: url("../img/treatment_yadokari.svg") no-repeat left center/20% auto;
}
.fukidashi.yadokari span {
  background-color: #E5F8FF;
}
.fukidashi.yadokari span::before {
  border-right: 3rem solid #E5F8FF;
}
.fukidashi.kurage {
  background: url("../img/treatment_kurage.svg") no-repeat left center/20% auto;
}
.fukidashi.kurage span {
  background-color: #FFEDD2;
}
.fukidashi.kurage span::before {
  border-right: 3rem solid #FFEDD2;
}

@media screen and (min-width: 48em), print {
  .fukidashi {
    padding: 1rem 0;
  }
  .fukidashi span {
    width: 87%;
    padding: 2rem 3rem;
  }
  .fukidashi span::before {
    left: -4.6rem;
    border: 2rem solid transparent;
  }
  .fukidashi.yadokari {
    background: url("../img/treatment_yadokari.svg") no-repeat left center/9rem auto;
  }
  .fukidashi.yadokari span::before {
    border-right: 4rem solid #E5F8FF;
  }
  .fukidashi.kurage {
    background: url("../img/treatment_kurage.svg") no-repeat left center/9rem auto;
  }
  .fukidashi.kurage span::before {
    border-right: 4rem solid #FFEDD2;
  }
}
.box_flow {
  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;
  background: url("../img/treatment_flow_bg.png") no-repeat right -5rem bottom -4rem/200% auto #BFE5FA;
  border-radius: 1.6rem;
  padding: 2.4rem 1rem;
  position: relative;
}
.box_flow .tit {
  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;
  width: 7.4rem;
  height: 7.4rem;
  font-size: 2rem;
  background: #2E6BAD;
  color: #fff;
  border: 2px solid #ffffff;
  border-radius: clamp(0.6rem, 1vw, 1rem);
}
.box_flow .tit.shoshin {
  position: absolute;
  top: 11.4rem;
}
.box_flow > ol, .box_flow > p {
  width: 68%;
  margin: 0 0 0 auto;
}
.box_flow > ol > li, .box_flow > p {
  border: 2px solid #69A5E6;
  border-radius: clamp(0.6rem, 1vw, 1rem);
  padding: 1rem;
  background: rgba(255, 255, 255, 0.8);
}
.box_flow > ol > li {
  position: relative;
}
.box_flow > ol > li > p {
  margin: 0;
}
.box_flow > ol > li .lst_ul_disc {
  margin: 0 0 0 4rem;
}
.box_flow > ol > li .lst_ul_disc li {
  margin: 0;
}
.box_flow > ol > li:not(:last-child) {
  margin: 0 0 4rem;
}
.box_flow > ol > li:not(:last-child)::before, .box_flow > ol > li:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.box_flow > ol > li:not(:last-child)::before {
  bottom: -4.6rem;
  border: 1.2rem solid transparent;
  border-top: 2.1rem solid #69A5E6;
}
.box_flow > ol > li:not(:last-child)::after {
  bottom: -4.2rem;
  border: 1rem solid transparent;
  border-top: 1.8rem solid #fff;
}

@media screen and (min-width: 48em), print {
  .box_flow {
    background: url("../img/treatment_flow_bg.png") no-repeat center bottom/auto #BFE5FA;
    padding: 5rem;
    border-radius: 5rem;
  }
  .box_flow .tit {
    width: 15rem;
    height: 15rem;
    font-size: 4rem;
    border: 3px solid #ffffff;
  }
  .box_flow .tit.shoshin {
    top: 21.4rem;
  }
  .box_flow > ol, .box_flow > p {
    width: 75%;
  }
  .box_flow > ol > li, .box_flow > p {
    border: 3px solid #69A5E6;
    padding: 2rem 3rem;
  }
  .box_flow > ol > li .lst_ul_disc {
    margin: 0 0 0 6.2rem;
  }
  .box_flow > ol > li:not(:last-child) {
    margin: 0 0 7.8rem;
  }
  .box_flow > ol > li:not(:last-child)::before {
    bottom: -8.8rem;
    border: 2.4rem solid transparent;
    border-top: 4rem solid #69A5E6;
  }
  .box_flow > ol > li:not(:last-child)::after {
    bottom: -7.8rem;
    border: 1.9rem solid transparent;
    border-top: 3.2rem solid #fff;
  }
}
.wt, .lang, .psychotherapy {
  padding: 0 0 16rem;
}

.wt {
  background: url(../img/nursing_manbo.svg) no-repeat center bottom/50% auto;
}
.wt .lst_ul_disc li {
  margin: 0;
}

.lang {
  background: url(../img/nursing_fish.svg) no-repeat center bottom/50% auto;
}

.psychotherapy {
  background: url(../img/nursing_turtle.svg) no-repeat center bottom/50% auto;
}

@media screen and (min-width: 48em), print {
  .wt, .lang, .psychotherapy {
    padding: 0 30rem 0 0;
  }
  .wt {
    background: url(../img/nursing_manbo.svg) no-repeat right top/25rem auto;
  }
  .lang {
    background: url(../img/nursing_fish.svg) no-repeat right top/25rem auto;
  }
  .psychotherapy {
    background: url(../img/nursing_turtle.svg) no-repeat right top/25rem auto;
  }
}
.box_beginner {
  background: #C5EFFF;
  border-radius: 2.4rem;
  padding: 1rem 2.6rem 2rem;
  position: relative;
}
.box_beginner::before {
  content: "";
  display: block;
  width: calc(100% - 2rem);
  height: calc(100% - 2rem);
  margin: auto;
  border: 2px dotted #79CDEC;
  border-radius: 2rem;
  position: absolute;
  top: 1rem;
  left: 0;
  right: 0;
}
.box_beginner .txt {
  position: relative;
  z-index: 1;
}
.box_beginner .txt .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  color: #2E6BAD;
  text-align: center;
}
.box_beginner .txt .btn_monshin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  font-size: 130%;
}

@media screen and (min-width: 48em), print {
  .box_beginner {
    width: 58rem;
    margin: auto;
    border-radius: 5rem;
    padding: 3rem 6rem 4rem;
  }
  .box_beginner::before {
    width: 55.4rem;
    height: calc(100% - 2.6rem);
    border-radius: 4rem;
    top: 1.4rem;
  }
}
.lst_flow dd {
  margin: 0;
  position: relative;
}
.lst_flow dd:not(:last-child) {
  margin: 0 0 6rem;
}
.lst_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 #20992A;
  border-right: 2rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-left: 2rem solid transparent;
  margin: auto;
}

@media screen and (min-width: 48em), print {
  .lst_flow dd:not(:last-child) {
    margin: 0 0 10rem;
  }
  .lst_flow dd:not(:last-child)::after {
    bottom: -7rem;
  }
}
.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 3rem;
  }
  .device li {
    width: 31%;
  }
  .device li img {
    margin: 0 auto 1rem;
    max-width: 100%;
  }
}
#baguetteBox-overlay .full-image figcaption {
  font-size: 1.4rem;
}
@media screen and (min-width: 48em), print {
  #baguetteBox-overlay .full-image figcaption {
    font-size: 1.8rem;
  }
}

body.access .main .gmap {
  height: 100vw;
  margin: 2rem 0;
}
body.access .main .lst_route {
  counter-reset: number 0;
}
body.access .main .lst_route li {
  padding: 1.6rem 1.2rem;
  background: #bfe5fa;
  border-radius: 1.6rem;
  line-height: 1.4;
  counter-increment: number 1;
}
body.access .main .lst_route li:not(:last-child) {
  margin: 0 0 2rem;
}
body.access .main .lst_route li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.access .main .lst_route li span::before {
  width: 1.4em;
  height: 1.4em;
  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;
  content: counter(number);
  color: #fff;
  font-size: 180%;
  background: #2E6BAD;
  font-weight: bold;
  border-radius: 50%;
  margin: 0 1rem 0 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.4em;
          flex: 0 0 1.4em;
}
body.access .main .lst_route li img {
  display: block;
  border-radius: 1rem;
  margin: 1rem auto 0;
}
@media screen and (min-width: 48em), print {
  body.access .main .tbl_time {
    font-size: 2rem;
  }
  body.access .main .flex .txt {
    width: 45%;
  }
  body.access .main .flex .txt .lst_dl01 {
    display: block;
  }
  body.access .main .flex .txt .lst_dl01 dt, body.access .main .flex .txt .lst_dl01 dd {
    width: 100%;
  }
  body.access .main .flex .illst_map {
    width: 50%;
  }
  body.access .main .gmap {
    margin: 4rem 0 0;
    height: 50rem;
  }
  body.access .main .lst_route {
    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;
    gap: 4rem;
  }
  body.access .main .lst_route li {
    width: 48%;
    padding: 2.8rem 3rem;
    border-radius: 2rem;
  }
  body.access .main .lst_route li:not(:last-child) {
    margin: 0;
  }
  body.access .main .lst_route li span::before {
    font-size: 230%;
    margin: 0 1.4rem 0 0;
  }
  body.access .main .lst_route li img {
    display: block;
    border-radius: 1.4rem;
    margin: 1.6rem auto 0;
  }
}

.anc li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.2;
  margin: 0 0 1rem;
}
.anc li::before {
  font-family: "fontello";
  content: "\e80c";
  color: #1A1311;
  margin-right: 0.4rem;
}
.anc li a {
  color: #1A1311;
  display: inline-block;
  text-decoration: none !important;
}

@media screen and (min-width: 48em), print {
  .anc {
    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;
    gap: 0 2rem;
  }
  .anc li {
    font-size: 110%;
    margin: 0 0 1.6rem;
  }
  .anc li::before {
    margin-right: 0.8rem;
  }
  .anc li a:hover {
    text-decoration: underline !important;
  }
}