@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  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 {
  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;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

h5, h6 {
  margin: 0;
}

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

p {
  margin: 1em 0;
}

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

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

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

:root {
  --clr_txt: #41413D;
  --rgb_txt: 65, 65, 61;
  --clr_border: #CCCCCC;
  --rgb_border: 204, 204, 204;
  --clr_shadow: rgba(0, 0, 0, 0);
  --rgb_shadow: 0, 0, 0;
  --clr_white: #fff;
  --rgb_white: 255, 255, 255;
  --clr_navy: #6A75A4;
  --rgb_navy: 106, 117, 164;
  --clr_navy_light: #8D92A5;
  --rgb_navy_light: 141, 146, 165;
  --clr_navy_light02: #EBEDF3;
  --rgb_navy_light02: 235, 237, 243;
  --clr_navy_dark: #212B57;
  --rgb_navy_dark: 33, 43, 87;
  --clr_orange: #DB8B1C;
  --rgb_orange: 219, 139, 28;
  --clr_gray: #9A9A9A;
  --rgb_gray: 154, 154, 154;
  --clr_gray_light: #F9F9F9;
  --rgb_gray_light: 249, 249, 249;
  --clr_gray_light02: #E6E6E6;
  --rgb_gray_light02: 230, 230, 230;
  --clr_gray_light03: #ECECEC;
  --rgb_gray_light03: 236, 236, 236;
  --clr_gray_light04: #B4B4B4;
  --rgb_gray_light04: 180, 180, 180;
  --clr_gray_light05: #E9E9E9;
  --rgb_gray_light05: 233, 233, 233;
  --clr_gray_light06: #EDECE6;
  --rgb_gray_light06: 237, 236, 230;
  --clr_gray_dark: #707070;
  --rgb_gray_dark: 112, 112, 112;
  --clr_gray_dark02: #9E9E9E;
  --rgb_gray_dark02: 158, 158, 158;
  --clr_blue: #439DD9;
  --rgb_blue: 67, 157, 217;
  --clr_red: #E96666;
  --rgb_red: 233, 102, 102;
  --clr_yellow: #FFF5AF;
  --rgb_yellow: 255, 245, 175;
  --clr_yellow_light: #FFFAE6;
  --rgb_yellow_light: 255, 250, 230;
}

@media screen and (min-width: 48em), print {
  :root {
    --font-size_base: 1.8rem;
    --font-size10: calc(var(--font-size_base) * 0.5556);
    --font-size11: calc(var(--font-size_base) * 0.6111);
    --font-size12: calc(var(--font-size_base) * 0.6667);
    --font-size13: calc(var(--font-size_base) * 0.7222);
    --font-size14: calc(var(--font-size_base) * 0.7778);
    --font-size15: calc(var(--font-size_base) * 0.8333);
    --font-size16: calc(var(--font-size_base) * 0.8889);
    --font-size17: calc(var(--font-size_base) * 0.9444);
    --font-size19: calc(var(--font-size_base) * 1.0556);
    --font-size20: calc(var(--font-size_base) * 1.1111);
    --font-size21: calc(var(--font-size_base) * 1.1667);
    --font-size22: calc(var(--font-size_base) * 1.2222);
    --font-size23: calc(var(--font-size_base) * 1.2778);
    --font-size24: calc(var(--font-size_base) * 1.3333);
    --font-size25: calc(var(--font-size_base) * 1.3889);
    --font-size26: calc(var(--font-size_base) * 1.4444);
    --font-size27: calc(var(--font-size_base) * 1.5);
    --font-size28: calc(var(--font-size_base) * 1.5556);
    --font-size29: calc(var(--font-size_base) * 1.6111);
    --font-size30: calc(var(--font-size_base) * 1.6667);
    --font-size31: calc(var(--font-size_base) * 1.7222);
    --font-size32: calc(var(--font-size_base) * 1.7778);
    --font-size33: calc(var(--font-size_base) * 1.8333);
    --font-size34: calc(var(--font-size_base) * 1.8889);
    --font-size35: calc(var(--font-size_base) * 1.9444);
    --font-size36: calc(var(--font-size_base) * 2.0);
    --font-size37: calc(var(--font-size_base) * 2.0556);
    --font-size38: calc(var(--font-size_base) * 2.1111);
    --font-size39: calc(var(--font-size_base) * 2.1667);
    --font-size40: calc(var(--font-size_base) * 2.2222);
    --font-size41: calc(var(--font-size_base) * 2.2778);
    --font-size42: calc(var(--font-size_base) * 2.3333);
    --font-size43: calc(var(--font-size_base) * 2.3889);
    --font-size44: calc(var(--font-size_base) * 2.4444);
    --font-size45: calc(var(--font-size_base) * 2.5000);
    --font-size46: calc(var(--font-size_base) * 2.5556);
    --font-size47: calc(var(--font-size_base) * 2.6111);
    --font-size48: calc(var(--font-size_base) * 2.6667);
    --font-size49: calc(var(--font-size_base) * 2.7222);
    --font-size50: calc(var(--font-size_base) * 2.7778);
  }
}

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

.cf::after {
  clear: both;
}

.fl_l {
  float: left;
}

.fl_r {
  float: right;
}

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

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

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

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

.txt_large {
  font-size: 120%;
}

.emphasize {
  border-top: 1px solid var(--clr_navy);
  border-bottom: 1px solid var(--clr_navy);
  padding: 1rem;
}
.emphasize p {
  font-size: 95%;
  margin: 0;
  color: var(--clr_navy);
  font-weight: 500;
}
.emphasize p:not(:first-of-type) {
  margin-top: 1em;
}
@media screen and (min-width: 48em), print {
  .emphasize {
    padding: 1.5rem;
  }
  .emphasize p {
    font-size: 110%;
  }
}

.txt_small {
  font-size: 80%;
}

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

.txt_navy {
  color: var(--clr_navy);
}

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

.inline {
  display: inline-block;
}

.img_c {
  margin: 1rem auto;
}

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

.tate {
  max-width: 60%;
}

@media screen and (min-width: 48em), print {
  .img_l {
    float: left;
    margin: 0 2rem 2rem 0;
    max-width: 40%;
    height: auto;
  }
  .img_r {
    float: right;
    margin: 0 0 2rem 2rem;
    max-width: 40%;
    height: auto;
  }
  .tate {
    max-width: 25% !important;
  }
}
.img_flex .img_content {
  width: 80%;
  margin: 1rem auto;
}
@media screen and (min-width: 48em), print {
  .img_flex {
    display: flex;
    justify-content: space-between;
  }
  .img_flex .img_content {
    width: 40%;
    margin: 0;
  }
  .img_flex .txt_content {
    width: calc(60% - 2rem);
  }
  .img_flex.-center {
    align-items: center;
  }
  .img_flex.-reverse {
    flex-direction: row-reverse;
  }
  .img_flex.-reverse .img_content img {
    margin: 0 0 0 auto;
  }
}

.img_lst {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 3rem;
}
.img_lst > li img {
  max-width: 80%;
  margin: 0 auto 1rem;
}
.img_lst > li p {
  margin: 0;
  text-align: center;
}
@media screen and (min-width: 48em), print {
  .img_lst {
    flex-direction: row;
    gap: 4rem 2rem;
  }
  .img_lst > li {
    width: calc((100% - 4rem) / 3);
  }
  .img_lst > li img {
    max-width: 100%;
    margin: 0 0 1rem;
  }
}

.sp_n {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

.tbl_time table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.tbl_time table tr th {
  font-weight: normal;
}
.tbl_time table tr th[scope=col] {
  padding: 0.4em;
  text-align: center;
  border-top: 1px solid var(--clr_navy_dark);
  border-bottom: 1px solid var(--clr_navy_dark);
}
.tbl_time table tr th[scope=col]:first-child {
  width: 37%;
}
.tbl_time table tr th[scope=col].sat {
  color: var(--clr_blue);
}
.tbl_time table tr th[scope=col].sun {
  color: var(--clr_red);
}
.tbl_time table tr th.time {
  border-bottom: 1px solid var(--clr_gray_light04);
  padding: 0.5rem 0 0.8rem;
  text-align: center;
}
.tbl_time table tr th.time span {
  display: block;
  background: var(--clr_navy_light02);
  text-align: center;
  font-size: 1.1rem;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.3rem 0.5rem;
  min-width: 90%;
  margin: 0 auto;
  border-radius: 6px;
  line-height: 1.2;
}
.tbl_time table tr th.time span:not(:first-of-type) {
  margin-top: 0.4rem;
}
.tbl_time table tr td {
  text-align: center;
  padding: 1rem 0.4rem;
  border-bottom: 1px solid var(--clr_gray_light04);
  line-height: 1;
  color: var(--clr_navy);
  font-size: 1.1rem;
}
.tbl_time .caption {
  margin-top: 1rem;
  font-size: 1.2rem;
}
.tbl_time .caption .mark {
  display: grid;
  grid-template-columns: 2.2em 1fr;
  line-height: 1.4;
}
.tbl_time .caption .cap {
  display: grid;
  grid-template-columns: 5em 1fr;
  gap: 0.2rem 1rem;
  align-items: center;
  margin-top: 0.6rem;
  line-height: 1.3;
}
.tbl_time .caption .cap dt {
  color: var(--clr_white);
  background: var(--clr_orange);
  text-align: center;
  border-radius: 6px;
  font-weight: 500;
  padding: 0.3rem 0;
  display: grid;
  place-content: center;
}

@media screen and (min-width: 48em), print {
  .tbl_time {
    line-height: 2;
  }
  .tbl_time table {
    table-layout: fixed;
    font-size: var(--font-size20);
  }
  .tbl_time table tr th[scope=col] {
    padding: 0.5rem 0;
  }
  .tbl_time table tr th[scope=col]:first-child {
    width: 29%;
    padding-right: 1.5rem;
  }
  .tbl_time table tr th[scope=col]:last-of-type {
    width: 11%;
    padding-right: 2%;
  }
  .tbl_time table tr th.time {
    font-size: var(--font-size24);
    padding: 1rem 0 1.5rem;
    letter-spacing: 0.2rem;
    padding-right: 1.5rem;
  }
  .tbl_time table tr th.time span {
    font-size: var(--font-size16);
    min-width: 18.4rem;
    letter-spacing: 0.13rem;
    padding: 0.7rem 2rem;
  }
  .tbl_time table tr th.time span:not(:first-of-type) {
    margin-top: 0.6rem;
  }
  .tbl_time table tr td {
    padding: 1rem 0;
    font-size: var(--font-size20);
  }
  .tbl_time table tr td:last-of-type {
    width: 11%;
    padding-right: 2%;
  }
  .tbl_time .caption {
    margin-top: 2rem;
    font-size: var(--font-size_base);
  }
  .tbl_time .caption .mark {
    font-size: var(--font-size20);
    letter-spacing: 0.1rem;
  }
  .tbl_time .caption .cap {
    gap: 1rem 2rem;
    margin-top: 1.5rem;
    grid-template-columns: 10.6rem 1fr;
  }
  .tbl_time .caption .cap dt {
    line-height: 1.8;
    font-size: var(--font-size_base);
    padding: 0.1rem 0;
  }
  .tbl_time .caption .cap dd {
    font-size: var(--font-size22);
    letter-spacing: 0.1rem;
  }
}
.gmap {
  width: 100%;
}

.head_img {
  width: 100%;
}
.head_img img {
  display: block;
  margin-inline: auto;
}
@media screen and (min-width: 48em), print {
  .head_img {
    margin: 4rem auto 4rem;
  }
  .head_img img {
    width: 120rem;
  }
}

.tit_01 {
  font-size: 2rem;
  padding: 0.5rem 1rem 1.5rem;
  text-align: center;
  margin-bottom: 2rem;
  background: linear-gradient(to bottom, var(--clr_gray_light) 9rem, transparent 9rem);
  color: var(--clr_navy_dark);
  font-weight: 500;
  line-height: 1.2;
  min-height: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.tit_01::after {
  content: "";
  display: block;
  width: 40%;
  aspect-ratio: 297/268;
  background: url("../img/tit_01.png") center center/contain no-repeat;
  position: absolute;
  right: -4rem;
  top: 2rem;
  pointer-events: none;
}

.tit_02 {
  color: var(--clr_navy_dark);
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 2.5rem;
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 0.7rem;
  position: relative;
}
.tit_02::before {
  font-family: "fontello";
  content: "\ec97";
  display: block;
  font-size: 120%;
}
.tit_02::after {
  content: "";
  display: block;
  width: 2.5em;
  height: 1px;
  background: var(--clr_gray);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-inline: auto;
}

.tit_03 {
  font-size: 1.7rem;
  line-height: 1.35;
  margin-bottom: 1.4rem;
  font-weight: bold;
  background: var(--clr_navy);
  color: var(--clr_white);
  border-radius: 6px;
  padding: 0.7rem 1rem;
  font-weight: 500;
}
.tit_03 + p {
  margin-top: 0;
}

.tit_04 {
  font-size: 1.6rem;
  line-height: 1.35;
  margin-bottom: 1rem;
  font-weight: 500;
  padding: 0 0 0.8rem 2.7rem;
  border-bottom: 2px solid var(--clr_gray_light02);
  position: relative;
}
.tit_04::before {
  font-family: "fontello";
  content: "\e800";
  position: absolute;
  top: 0rem;
  left: 0;
  font-size: 115%;
  color: var(--clr_navy_light);
}
.tit_04 + p {
  margin-top: 0;
}

.tit_05 {
  font-size: 1.5rem;
  line-height: 1.35;
  margin-bottom: 1rem;
  padding: 0 0 0 2rem;
  font-weight: 500;
  position: relative;
}
.tit_05::before {
  font-family: "fontello";
  content: "\ec94";
  position: absolute;
  top: 0em;
  left: 0;
  color: var(--clr_navy);
  font-size: 120%;
  line-height: 1.2;
}
.tit_05 + p {
  margin-top: 0;
}

.tit_06 {
  font-size: 1.4rem;
  line-height: 1.35;
  margin-bottom: 1rem;
  font-weight: 500;
}
.tit_06 + p {
  margin-top: 0;
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    font-size: 3.2rem;
    min-height: 25.5rem;
    margin-bottom: 2.3rem;
    padding: 3rem 1rem 6.5rem;
    letter-spacing: 0.25rem;
    background: linear-gradient(to bottom, var(--clr_gray_light) 22rem, transparent 22rem);
  }
  .tit_01 span {
    width: calc(1200px - 10rem);
    margin: 2rem auto;
  }
  .tit_01::after {
    width: 29.7rem;
    top: 4rem;
    right: calc(50% - 71rem);
  }
  .tit_02 {
    font-size: 2.6rem;
    margin-bottom: 4rem;
    padding-bottom: 1.6rem;
    letter-spacing: 0.2rem;
  }
  .tit_03 {
    font-size: var(--font-size22);
    margin-bottom: 1.8rem;
    letter-spacing: 0.2rem;
    padding: 1rem 1.5rem;
  }
  .tit_04 {
    font-size: var(--font-size22);
    padding-left: 1.65em;
    letter-spacing: 0.2rem;
    margin-bottom: 1rem;
  }
  .tit_04::before {
    top: -0.05em;
  }
  .tit_05 {
    font-size: var(--font-size20);
    margin-bottom: 1rem;
    letter-spacing: 0.1rem;
    padding-left: 1.3em;
  }
  .tit_05::before {
    top: 0.07em;
  }
  .tit_06 {
    font-size: var(--font-size20);
    letter-spacing: 0.15rem;
    margin-bottom: 1rem;
  }
  .tit_06::before {
    margin-right: 1rem;
  }
}
.lst {
  line-height: 1.4;
}
.lst > li:not(:last-child) {
  margin-bottom: 1rem;
}

.lst_ul {
  line-height: 1.4;
}
.lst_ul > li {
  padding-left: 1.4em;
  position: relative;
}
.lst_ul > li:not(:last-child) {
  margin-bottom: 1rem;
}
.lst_ul > li::before {
  font-family: "fontello";
  content: "\ec52";
  color: var(--clr_navy);
  position: absolute;
  top: 0.1rem;
  left: 0;
}
@media screen and (min-width: 48em), print {
  .lst_ul > li::before {
    top: 0.07em;
  }
}
.lst_ul.-color02 > li::before {
  color: var(--clr_orange);
}
.lst_ul.-kome > li::before {
  content: "※";
  color: inherit;
}
.lst_ul.-check > li {
  font-weight: 500;
}
.lst_ul.-check > li::before {
  font-family: "fontello";
  content: "\ec9e";
  color: var(--clr_navy);
  top: 0.04em;
}
@media screen and (min-width: 48em), print {
  .lst_ul.-check > li::before {
    top: 0.1em;
  }
}

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

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

.lst_dl {
  --dl_border: var(--clr_border);
}
.lst_dl dt {
  background: var(--clr_yellow_light);
  font-weight: 500;
  padding: 0.6rem 1rem;
  border-top: 1px solid var(--dl_border);
  border-right: 1px solid var(--dl_border);
  border-left: 1px solid var(--dl_border);
}
.lst_dl dd {
  margin: 0 0 0.5rem;
  padding: 0.8rem 1rem;
  border-top: 1px solid var(--dl_border);
  border-right: 1px solid var(--dl_border);
  border-left: 1px solid var(--dl_border);
  border-bottom: 1px solid var(--dl_border);
}
@media screen and (min-width: 48em), print {
  .lst_dl dt {
    padding: 1rem 2.5rem;
  }
  .lst_dl dd {
    padding: 1.5rem 2.5rem;
  }
}

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

.lst_anc {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.lst_anc > li {
  width: 100%;
}
.lst_anc > li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  background: var(--clr_navy_light);
  color: var(--clr_white) !important;
  text-decoration: none !important;
  text-align: center;
  padding: 0.4rem 2.5rem;
  line-height: 1.3;
  min-height: 3.2rem;
  position: relative;
}
.lst_anc > li a::after {
  font-family: "fontello";
  content: "\32";
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 48em), print {
  .lst_anc {
    gap: 2rem 4.5rem;
  }
  .lst_anc > li {
    width: calc((100% - 13.5rem) / 4);
  }
  .lst_anc > li a {
    height: 100%;
    border-radius: 10px;
    line-height: 1.3;
    padding: 0.3em 3.5rem;
    min-height: 3.5rem;
  }
  .lst_anc > li a::after {
    right: 1.5rem;
  }
  .lst_anc > li a:hover {
    background: var(--clr_gray_dark02);
    text-decoration: none !important;
  }
  .lst_anc.-col3 > li {
    width: calc((100% - 9rem) / 3);
  }
  .lst_anc.-center {
    justify-content: center;
  }
}

.flow > dd {
  margin: 0;
  position: relative;
}
.flow > dd:not(:last-child) {
  margin: 0 0 6rem;
}
.flow > dd:not(:last-child)::after {
  display: block;
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  bottom: -5rem;
  left: 0;
  right: 0;
  border-top: 1.8rem solid var(--clr_gray_light02);
  border-right: 3rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-left: 3rem solid transparent;
  margin: auto;
}
@media screen and (min-width: 48em), print {
  .flow > dd:not(:last-child) {
    margin: 0 0 11rem;
  }
  .flow > dd:not(:last-child)::after {
    bottom: -8rem;
    border-top: 3rem solid var(--clr_gray_light02);
    border-right: 4.5rem solid transparent;
    border-left: 4.5rem solid transparent;
  }
}

.flow_ol {
  counter-reset: number 0;
}
.flow_ol > li {
  border: 2px solid var(--clr_gray_light03);
  border-radius: 6px;
  padding: 1rem 1rem 1rem 2.6em;
  counter-increment: number 1;
  position: relative;
}
.flow_ol > li:not(:last-child) {
  margin: 0 0 6rem;
}
.flow_ol > li:not(:last-child)::after {
  display: block;
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  bottom: -5rem;
  left: 0;
  right: 0;
  border-top: 1.8rem solid var(--clr_gray_light02);
  border-right: 3rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-left: 3rem solid transparent;
  margin: auto;
}
@media screen and (min-width: 48em), print {
  .flow_ol > li:not(:last-child) {
    margin: 0 0 11rem;
  }
  .flow_ol > li:not(:last-child)::after {
    bottom: -8rem;
    border-top: 3rem solid var(--clr_gray_light02);
    border-right: 4.5rem solid transparent;
    border-left: 4.5rem solid transparent;
  }
}
.flow_ol > li::before {
  display: flex;
  align-items: center;
  justify-content: center;
  content: counter(number);
  position: absolute;
  top: 1.2rem;
  left: 1rem;
  font-size: 1.4rem;
  background: var(--clr_navy);
  color: var(--clr_white);
  border-radius: 50%;
  font-weight: 500;
  width: 1.4em;
  height: 1.4em;
  line-height: 1;
}
.flow_ol > li .flow_tit {
  margin-bottom: 0.1rem;
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
  transform: translateY(-2px);
}
@media screen and (min-width: 48em), print {
  .flow_ol > li {
    border-radius: 10px;
    padding: 1.25em 3rem 1.25em 8.6rem;
    min-height: 8rem;
  }
  .flow_ol > li::before {
    font-size: var(--font-size24);
    width: 1.4em;
    height: 1.4em;
    top: 2.2rem;
    left: 3.1rem;
  }
  .flow_ol > li .flow_tit {
    font-size: var(--font-size20);
    margin-bottom: 0.5rem;
  }
}

.lst_faq dt, .lst_faq dd {
  padding-left: 2.4rem;
  position: relative;
}
.lst_faq dt::before, .lst_faq dd::before {
  position: absolute;
  top: -0.25rem;
  left: 0;
  display: block;
  font-size: 120%;
  letter-spacing: 0.1rem;
}
.lst_faq dt {
  margin-bottom: 0.8rem;
  line-height: 1.5;
  cursor: pointer;
}
.lst_faq dt::before {
  content: "Q.";
  color: var(--clr_navy);
}
.lst_faq dt:not(:first-of-type) {
  margin-top: 2rem;
}
.lst_faq dd::before {
  content: "A.";
  color: var(--clr_navy_light);
  left: 0.2rem;
}
@media screen and (min-width: 48em), print {
  .lst_faq dt, .lst_faq dd {
    padding-left: 3.4rem;
  }
  .lst_faq dt:not(:first-of-type) {
    margin-top: 3rem;
  }
}

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

.flex1 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 2rem;
}
.flex1 > li {
  width: -moz-fit-content;
  width: fit-content;
}
.flex1 > li:not(:last-child) {
  margin-bottom: inherit;
}

@media screen and (min-width: 48em), print {
  .flex2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem 2rem;
  }
  .flex2 > section, .flex2 > li, .flex2 > div {
    width: calc(50% - 1rem);
    margin-top: 0 !important;
  }
  .flex2 > section:not(:last-child), .flex2 > li:not(:last-child), .flex2 > div:not(:last-child) {
    margin-bottom: inherit;
  }
  .flex3 {
    justify-content: flex-start;
    gap: 1rem 2rem;
  }
  .flex3 li {
    width: calc((100% - 4rem) / 3);
  }
  .flex3_1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 1rem 2rem;
  }
  .flex3_1 li {
    width: calc((100% - 4rem) / 3);
  }
  .flex3_1 li:not(:last-child) {
    margin-bottom: inherit;
  }
  .flex4 {
    justify-content: flex-start;
    gap: 1rem 2rem;
  }
  .flex4 li {
    width: calc((100% - 6rem) / 4);
  }
  .flex1 {
    gap: 1rem 3rem;
  }
}
.tel {
  color: var(--clr_navy_dark);
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.tel::before {
  font-family: "fontello";
  content: "\ec90";
  margin-right: 0.5rem;
}
@media screen and (min-width: 48em), print {
  .tel::before {
    margin-right: 0.7rem;
  }
}

.rsv {
  display: inline-block;
  font-weight: 500;
  background: var(--clr_navy_dark);
  color: var(--clr_white);
  padding: 1rem 3rem;
  border-radius: 6px;
  position: relative;
}
.rsv::before {
  font-family: "fontello";
  content: "\ec99";
  margin-right: 0.5rem;
  font-size: 140%;
  line-height: 1;
}
.rsv::after {
  position: absolute;
  width: calc(100% - 0.6rem);
  height: calc(100% - 0.6rem);
  top: 0.3rem;
  left: 0.3rem;
  content: "";
  display: block;
  border-radius: 4px;
  border: 1px solid var(--clr_white);
}
@media screen and (min-width: 48em), print {
  .rsv {
    padding: 1.5rem 4rem;
    letter-spacing: 0.1rem;
  }
  .rsv::before {
    font-size: 150%;
  }
  .rsv::after {
    width: calc(100% - 1rem);
    height: calc(100% - 1rem);
    top: 0.5rem;
    left: 0.5rem;
  }
  .rsv:hover {
    opacity: 1;
    background: var(--clr_navy_light);
  }
}

.job_lst {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 1rem;
}
.job_lst > li {
  width: 100%;
}
@media screen and (min-width: 48em), print {
  .job_lst {
    flex-direction: row;
    gap: 1.5rem;
  }
  .job_lst > li {
    width: auto;
    min-width: 30.7rem;
  }
  .job_lst > li .bnr_recruit {
    width: 100%;
  }
}

.bnr_recruit {
  display: block;
  background: var(--clr_navy);
  color: var(--clr_white);
  text-align: center;
  border-radius: 6px;
  text-shadow: 3px 3px 6px rgba(var(--rgb_shadow), 0.1);
  padding: 1.2rem 3.5rem 1.2rem 7.1rem;
  font-size: 2rem;
  box-shadow: 3px 3px 6px rgba(var(--rgb_shadow), 0.1);
  position: relative;
}
.bnr_recruit::before, .bnr_recruit::after {
  position: absolute;
  display: block;
  pointer-events: none;
}
.bnr_recruit::before {
  font-family: "fontello";
  content: "\ec9f";
  font-size: 235%;
  line-height: 1;
  left: 1.85rem;
  top: 50%;
  transform: translateY(-50%);
}
.bnr_recruit::after {
  width: calc(100% - 1rem);
  height: calc(100% - 1rem);
  border: 1px solid var(--clr_white);
  border-radius: 4px;
  font-family: "fontello";
  content: "\ec6b";
  font-size: 65%;
  top: 0.5rem;
  left: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0.5rem 1.5rem 0;
}
.bnr_recruit:hover {
  opacity: 1;
  background: var(--clr_navy_light);
}
@media screen and (min-width: 48em), print {
  .bnr_recruit {
    padding: 1.8rem 6rem 1.8rem 9.5rem;
    font-size: var(--font-size20);
    letter-spacing: 0.08em;
  }
  .bnr_recruit::before {
    left: 2rem;
    font-size: 5.1rem;
  }
  .bnr_recruit::after {
    padding: 0.5rem 2rem;
  }
}

.box {
  padding: 1rem;
  border-radius: 6px;
  background: var(--clr_navy_light02);
}
.box.-color02 {
  background: var(--clr_yellow_light);
}
@media screen and (min-width: 48em), print {
  .box {
    padding: 1.25em;
    border-radius: 10px;
  }
}

.btn {
  display: inline-block;
  color: var(--clr_white);
  background: var(--clr_navy);
  border-radius: 6px;
  padding: 0.8rem 3rem;
  line-height: 1.4;
  text-align: center;
  position: relative;
  font-weight: 500;
}
.btn::after {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-45%);
  right: 1rem;
  font-family: "fontello";
  content: "\ec6b";
  font-size: 82%;
  font-weight: normal;
}
@media screen and (min-width: 48em), print {
  .btn {
    padding: 1.2rem 5rem;
    letter-spacing: 0.25rem;
    border-radius: 10px;
  }
  .btn::after {
    right: 1.5rem;
  }
  .btn:hover {
    background: var(--clr_navy_light);
  }
}

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

.tbl {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  line-height: 1.4;
}
.tbl tr th {
  text-align: center;
  padding: 1rem;
  font-weight: normal;
  border: 1px solid var(--clr_border);
  background: var(--clr_yellow_light);
  font-weight: 500;
}
.tbl tr td {
  text-align: left;
  padding: 1rem;
  border: 1px solid var(--clr_border);
}
.tbl tr .nowrap, .tbl tr .sp_nowrap {
  width: 0;
  white-space: nowrap;
}
.tbl thead tr th {
  background: var(--clr_navy_light);
  color: var(--clr_white);
}
.tbl.-th45 tr th {
  width: 45%;
}

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

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

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

body {
  background: var(--clr_white);
  color: var(--clr_txt);
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  word-wrap: break-word;
  font-size: 1.3rem;
  line-height: 1.8;
}
body::after {
  visibility: hidden;
  width: 100vw;
  height: 100vh;
  content: "";
  background: rgba(var(--rgb_navy_light02), 0.8);
  backdrop-filter: blur(0.6rem);
  position: fixed;
  top: 0;
  z-index: 2;
  opacity: 0;
  transition: all 0.2s ease-in-out 0s;
}
body.spnav_modal {
  height: 100%;
  overflow: hidden;
}
body.spnav_modal::after {
  visibility: visible;
  opacity: 1;
}

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

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

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

.header {
  position: relative;
  z-index: 101;
  background: var(--clr_white);
  font-weight: 500;
}
.header .wrap {
  padding: 2rem 0 0;
}
.header .wrap .logo {
  width: 100%;
  height: 4.5rem;
}
.header .wrap .logo a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/logo.png) center center/contain no-repeat;
}
.header .wrap .logo a .clip {
  display: block;
  height: 100%;
  overflow: hidden;
  clip-path: inset(50%);
  color: transparent;
}
.header .wrap .headR .add_tel {
  margin-top: 1rem;
  text-align: center;
  line-height: 1.2;
}
.header .wrap .headR .add_tel .add {
  font-size: 1.2rem;
  letter-spacing: 0.05rem;
}
.header .wrap .headR .add_tel .add::before {
  font-family: "fontello";
  content: "\e9c8";
  color: var(--clr_navy_dark);
  font-size: 120%;
  margin-right: 0.2rem;
}
.header .wrap .headR .add_tel .add .zip {
  margin-right: 0.5rem;
}
.header .wrap .headR .font_size {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 1rem;
  font-size: 1.3rem;
  margin-top: 0.5rem;
}
.header .wrap .headR .font_size dt {
  color: var(--clr_navy_dark);
}
.header .wrap .headR .font_size dd > ul {
  display: flex;
  justify-content: center;
  gap: 0.7rem;
}
.header .wrap .headR .font_size dd > ul li button {
  line-height: 1.6;
  border-radius: 6px;
  border: 2px solid var(--clr_navy_dark);
  color: var(--clr_navy_dark);
  min-width: 4em;
  transform: 0.2s;
  display: grid;
  place-content: center;
}
.header .wrap .headR .font_size dd > ul li button.active {
  color: var(--clr_white);
  background: var(--clr_navy_dark);
}

@media screen and (min-width: 48em), print {
  .header {
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 8px 7px rgba(var(--rgb_shadow), 0.02);
  }
  .header .wrap {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 0 1rem;
  }
  .header .wrap .logo {
    width: 35.7rem;
    height: 6rem;
  }
  .header .wrap .headR {
    width: calc(100% - 37rem);
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
  }
  .header .wrap .headR .add_tel {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-top: 0;
    margin-right: 3rem;
    line-height: 1;
    font-size: var(--font-size_base);
  }
  .header .wrap .headR .add_tel .add {
    font-size: var(--font-size16);
    margin-bottom: 1.5rem;
    letter-spacing: 0.15rem;
  }
  .header .wrap .headR .add_tel .add::before {
    margin-right: 0.7rem;
    font-size: 130%;
  }
  .header .wrap .headR .add_tel .tel {
    font-size: var(--font-size22);
  }
  .header .wrap .headR .font_size {
    display: block;
    font-size: 1.6rem;
  }
  .header .wrap .headR .font_size dt {
    margin-bottom: 1rem;
    line-height: 1;
  }
  .header .wrap .headR .font_size dd > ul {
    gap: 0.8rem;
  }
  .header .wrap .headR .font_size dd > ul li button {
    font-size: 1.5rem;
    line-height: 1.47;
    min-width: 6rem;
  }
}
#sp_nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--clr_white);
  box-shadow: 0 8px 7px rgba(var(--rgb_shadow), 0.02);
  padding: 1rem 0;
}
#sp_nav > ul {
  display: flex;
  width: 100%;
  height: 100%;
}
#sp_nav > ul > li {
  width: 20%;
  text-align: center;
  font-size: 1rem;
  line-height: 1.1;
}
#sp_nav > ul > li:not(:last-of-type) {
  border-right: 1px solid var(--clr_gray_light02);
}
#sp_nav > ul > li > a {
  display: block;
  height: 100%;
  padding: 0.5rem 0 0;
  font-weight: 500;
}
#sp_nav > ul > li > a::before {
  display: grid;
  place-items: center;
  font-family: "fontello";
  content: "\f1c1";
  line-height: 1;
  font-size: 2rem;
  color: var(--clr_navy);
  margin: 0 auto 0.5rem;
}
#sp_nav > ul > li > a.icon_home::before {
  font-family: "fontello";
  content: "\ec9a";
}
#sp_nav > ul > li > a.icon_doctor {
  line-height: 1;
  font-size: 0.9rem;
}
#sp_nav > ul > li > a.icon_doctor::before {
  font-family: "fontello";
  content: "\ec9d";
  margin: 0;
}
#sp_nav > ul > li > a.icon_access::before {
  font-family: "fontello";
  content: "\ec9b";
}
#sp_nav > ul > li > a.icon_first::before {
  font-family: "fontello";
  content: "\ec9c";
}
#sp_nav > ul > li #nav #sp_menu {
  width: 100%;
  text-align: center;
  padding: 0.5rem 0 0;
}
#sp_nav > ul > li #nav #sp_menu::before {
  display: grid;
  place-items: center;
  font-family: "fontello";
  content: "\e971";
  line-height: 1;
  font-size: 2rem;
  color: var(--clr_navy);
  margin: 0 auto 0.5rem;
}
#sp_nav > ul > li #nav #sp_menu::after {
  content: "MENU";
}
#sp_nav > ul > li #nav #sp_menu.close::before {
  font-family: "fontello";
  content: "\e970";
}
#sp_nav > ul > li #nav #sp_menu.close::after {
  content: "CLOSE";
}
#sp_nav > ul > li #nav #sp_menu span {
  display: none;
}
@media screen and (min-width: 48em), print {
  #sp_nav {
    display: none;
  }
}

.gnav_subnav {
  display: none;
  width: 100%;
  max-height: calc(100vh - 20rem);
  overflow-y: auto;
  background: var(--clr_white);
  padding: 1rem 1.5rem 1.5rem;
  position: absolute;
  top: 6rem;
  left: 0;
  right: 0;
  margin: auto;
  z-index: calc(infinity);
}
.gnav_subnav .gnav {
  border-bottom: 1px solid var(--clr_gray_light02);
}
.gnav_subnav .gnav > li {
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.gnav_subnav .gnav > li:not(:last-child) {
  border-bottom: 1px solid var(--clr_gray_light02);
}
.gnav_subnav .gnav > li a, .gnav_subnav .gnav > li .sub {
  display: block;
  width: 100%;
  text-align: left;
  padding: 1.2rem 0;
  font-weight: 500;
  font-size: 1.3rem;
}
.gnav_subnav .gnav > li .sub {
  position: relative;
}
.gnav_subnav .gnav > li .sub::after {
  font-family: "fontello";
  content: "\74";
  display: block;
  color: var(--clr_navy);
  position: absolute;
  bottom: 0.5rem;
  right: 1rem;
  transition: 0.2s;
  font-size: 150%;
}
.gnav_subnav .gnav > li .sub.close::after {
  transform: scale(1, -1);
}
.gnav_subnav .gnav > li .subbox {
  display: none;
  background: var(--clr_white);
}
.gnav_subnav .gnav > li .subbox .subnav {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid var(--clr_gray_light06);
  margin-bottom: 1rem;
}
.gnav_subnav .gnav > li .subbox .subnav li {
  width: 50%;
  border-bottom: 1px solid var(--clr_gray_light06);
}
.gnav_subnav .gnav > li .subbox .subnav li:nth-of-type(odd) {
  border-right: 1px solid var(--clr_gray_light06);
}
.gnav_subnav .gnav > li .subbox .subnav li:last-of-type {
  border-bottom: none;
}
.gnav_subnav .gnav > li .subbox .subnav li:nth-last-of-type(2):nth-of-type(odd) {
  border-bottom: none;
}
.gnav_subnav .gnav > li .subbox .subnav li a {
  display: grid;
  place-content: center;
  height: 100%;
  text-align: center;
  font-size: 1.2rem;
  padding: 1rem 0;
  color: var(--clr_txt);
}
.gnav_subnav .gnav > li .subbox .subnav li a.current {
  background: var(--clr_navy);
  color: var(--clr_white);
}
@media screen and (min-width: 48em), print {
  .gnav_subnav {
    display: block !important;
    width: 100%;
    max-height: inherit;
    overflow-y: visible;
    padding: 2.2rem 0;
    position: static;
  }
  .gnav_subnav .gnav {
    width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    border: none;
  }
  .gnav_subnav .gnav li {
    width: 100%;
    position: relative;
    border-right: 1px solid var(--clr_gray_dark);
  }
  .gnav_subnav .gnav li:first-of-type {
    border-left: 1px solid var(--clr_gray_dark);
  }
  .gnav_subnav .gnav li:not(:last-child) {
    border-bottom: none;
  }
  .gnav_subnav .gnav li a, .gnav_subnav .gnav li .sub {
    display: grid;
    place-content: center;
    text-align: center;
    font-size: var(--font-size16);
    margin: 0;
    padding: 0;
    height: 2.6rem;
    cursor: pointer;
    letter-spacing: 0.1rem;
    position: relative;
  }
  .gnav_subnav .gnav li a::after, .gnav_subnav .gnav li .sub::after {
    bottom: -0.85em;
    right: 0;
    left: 0;
    margin-inline: auto;
    font-size: 125%;
    line-height: 1;
  }
  .gnav_subnav .gnav li a:hover, .gnav_subnav .gnav li .sub:hover {
    opacity: 1;
    color: var(--clr_navy_light);
  }
  .gnav_subnav .gnav li a:hover::after, .gnav_subnav .gnav li .sub:hover::after {
    color: var(--clr_navy_light);
  }
  .gnav_subnav .gnav li a.current, .gnav_subnav .gnav li .sub.current {
    position: relative;
  }
  .gnav_subnav .gnav li a.current::before, .gnav_subnav .gnav li .sub.current::before {
    position: absolute;
    top: auto;
    bottom: -0.9rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: "";
    width: 6.4rem;
    height: 1px;
    background: var(--clr_orange);
  }
  .gnav_subnav .gnav li .subbox {
    width: auto;
    position: absolute;
    top: 4.7rem;
    width: 100%;
  }
  .gnav_subnav .gnav li .subbox > .subnav {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
  }
  .gnav_subnav .gnav li .subbox > .subnav li {
    width: 100%;
    padding: 0;
    border-right: none;
    border-left: none;
  }
  .gnav_subnav .gnav li .subbox > .subnav li:nth-of-type(odd) {
    border-right: none;
  }
  .gnav_subnav .gnav li .subbox > .subnav li:nth-last-of-type(2):nth-of-type(odd) {
    border-bottom: 1px solid var(--clr_gray_light06);
  }
  .gnav_subnav .gnav li .subbox > .subnav li a {
    font-size: var(--font-size16);
    padding: 0.5rem;
    min-height: 6rem;
  }
  .gnav_subnav .gnav li .subbox > .subnav li a::before {
    content: none;
  }
  .gnav_subnav .gnav li .subbox > .subnav li a:hover {
    opacity: 1;
    background: var(--clr_navy);
    color: var(--clr_white);
  }
}

.pc_rsv {
  position: fixed;
  top: 18rem;
  right: 0rem;
  left: 0;
  margin-inline: auto;
  width: calc(100% - 2rem);
  max-width: 166rem;
  z-index: 100;
  pointer-events: none;
}
.pc_rsv > ul {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}
.pc_rsv > ul > li a {
  display: grid;
  place-content: center;
  text-align: center;
  font-size: 1.8rem;
  padding: 0;
  margin: 0 0 0 auto;
  width: 11.6rem;
  height: 11.2rem;
  letter-spacing: 0.12rem;
  padding-top: 0.5rem;
  pointer-events: all;
}
.pc_rsv > ul > li a::before {
  margin: 0 0 0.2rem;
}
.pc_rsv > ul > li a.bnr_recruit::before {
  position: static;
  transform: none;
  font-size: 230%;
  margin: -0.5rem auto;
}
.pc_rsv > ul > li a.bnr_recruit::after {
  content: "";
}

.overview {
  padding: 4rem 0 0;
  border-top: 1px solid var(--clr_gray_light02);
}
.overview .clinic_name {
  text-align: center;
  margin: 0 0 1rem;
}
.overview .clinic_name img {
  max-width: 80%;
  margin: auto;
}
.overview .overview_tel {
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}
.overview .gaiyo {
  width: 100%;
  display: grid;
  grid-template-columns: 6em 1fr;
  flex-wrap: wrap;
  gap: 1rem;
  font-weight: 400;
  line-height: 1.4;
}
.overview .gaiyo dt {
  padding: 0.7rem 0;
  color: var(--clr_white);
  background: var(--clr_navy);
  border-radius: 6px;
  text-align: center;
  display: grid;
  place-items: center;
}
.overview .gaiyo dt.space {
  letter-spacing: 0.6em;
  text-indent: 0.6em;
}
.overview .gaiyo dd {
  padding: 0.7rem 0;
}
.overview .gaiyo dd a {
  color: var(--clr_navy);
}
.overview .tbl_time {
  margin: 2rem 0;
}
.overview .gmap {
  height: 90vw;
}

@media screen and (min-width: 48em), print {
  .overview {
    padding: 9rem 0 0;
  }
  .overview .clinic_name {
    margin: 0 0 1rem;
  }
  .overview .clinic_name img {
    max-width: 35.7rem;
  }
  .overview .overview_tel {
    margin: 1.3rem auto 2.5rem;
    font-size: var(--font-size26);
  }
  .overview .overview_tel .tel::before {
    margin-right: 1.2rem;
  }
  .overview .overview_content {
    display: flex;
    justify-content: space-between;
    margin: 0 auto 6rem;
  }
  .overview .overview_content .overviewL, .overview .overview_content .overviewR {
    width: 48.5%;
  }
  .overview .gaiyo {
    gap: 1.6rem 2rem;
    grid-template-columns: 6em 1fr;
  }
  .overview .gaiyo dt {
    padding: 0;
    min-height: 5rem;
  }
  .overview .gaiyo dt.space {
    letter-spacing: 1em;
    text-indent: 1em;
  }
  .overview .gaiyo dd {
    padding: 0;
    min-height: 5rem;
    display: grid;
    place-content: center start;
    letter-spacing: 0.15rem;
  }
  .overview .gaiyo dd .add > span {
    display: inline-block;
  }
  .overview .gaiyo dd .add > span.zip {
    margin-right: 0.5rem;
  }
  .overview .tbl_time {
    margin: 0;
  }
  .overview .tbl_time table {
    font-size: var(--font-size_base);
  }
  .overview .tbl_time table tr th[scope=col] {
    padding: 0.8rem 0;
  }
  .overview .tbl_time table tr th[scope=col]:first-child {
    width: 32%;
    padding-left: 1rem;
  }
  .overview .tbl_time table tr th[scope=col]:last-of-type {
    width: 12%;
  }
  .overview .tbl_time table tr th.time {
    font-size: var(--font-size20);
    padding: 1.2rem 0 1.2rem 1rem;
    letter-spacing: 0.15rem;
    line-height: 1.5;
  }
  .overview .tbl_time table tr th.time span {
    font-size: var(--font-size16);
    min-width: 15.2rem;
    letter-spacing: 0.15rem;
    margin-top: 0.4rem;
    padding: 0.5rem;
  }
  .overview .tbl_time table tr td {
    padding: 1rem 0;
    font-size: var(--font-size14);
  }
  .overview .tbl_time table tr td:last-of-type {
    width: 12%;
  }
  .overview .tbl_time .caption {
    margin-top: 1.3rem;
    margin-left: 0.5rem;
  }
  .overview .tbl_time .caption .mark {
    font-size: var(--font-size_base);
    letter-spacing: 0.08rem;
  }
  .overview .tbl_time .caption .cap {
    gap: 1rem 2rem;
    margin-top: 0.5rem;
  }
  .overview .tbl_time .caption .cap dt {
    font-size: var(--font-size_base);
  }
  .overview .tbl_time .caption .cap dd {
    font-size: var(--font-size20);
  }
  .overview .gmap {
    height: 50rem;
  }
}
#tel_up {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  font-size: 1rem;
}
#tel_up #pageup {
  width: 4.2rem;
  height: 4.2rem;
  color: var(--clr_white);
  background: var(--clr_navy);
  border: 1px solid var(--clr_white);
  margin: 0 0.2rem 0.4rem auto;
  display: grid;
  place-content: center;
  border-radius: 50%;
  box-shadow: 0 3px 3px rgba(var(--rgb_shadow), 0.16);
  font-size: 1ren;
  letter-spacing: 0.05rem;
  font-weight: 600;
}
#tel_up #pageup::before {
  display: block;
  font-family: "fontello";
  content: "\ec8d";
  font-size: 1rem;
  line-height: 1;
}
#tel_up .tel_rsv {
  width: 100%;
  height: 4.5rem;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
#tel_up .tel_rsv li {
  width: calc((100% - 0.9rem) / 2);
  height: calc(100% - 0.4rem);
  display: flex;
  align-items: center;
  box-shadow: 0px 0px 12px -3px rgba(var(--rgb_shadow), 0.16);
}
#tel_up .tel_rsv li .tel, #tel_up .tel_rsv li .rsv {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  padding: 0;
}
#tel_up .tel_rsv li .tel {
  background: var(--clr_white);
  color: var(--clr_navy_dark);
  border-radius: 6px;
  box-shadow: inset 0 0 0 1px var(--clr_navy_dark);
  position: relative;
}
#tel_up .tel_rsv li .tel::after {
  position: absolute;
  width: calc(100% - 0.6rem);
  height: calc(100% - 0.6rem);
  top: 0.3rem;
  left: 0.3rem;
  content: "";
  display: block;
  border-radius: 4px;
  border: 1px solid var(--clr_navy_dark);
}
#tel_up .recruit_rsv {
  width: 100%;
  height: 4.5rem;
  display: flex;
  box-shadow: 0px 0px 12px -3px rgba(var(--rgb_shadow), 0.16);
}
#tel_up .recruit_rsv > li {
  width: 50%;
  height: 100%;
}
#tel_up .recruit_rsv > li .btn {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  padding: 0 1rem 0 2rem;
  font-size: 1.6rem;
  border-radius: 0;
  outline: none;
  letter-spacing: 0.08em;
}
#tel_up .recruit_rsv > li .btn::before {
  position: absolute;
}
#tel_up .recruit_rsv > li .btn::after {
  transform: translateY(-41%);
}
#tel_up .recruit_rsv > li .btn.-recruit {
  text-shadow: 3px 3px 6px rgba(var(--rgb_shadow), 0.1);
}
#tel_up .recruit_rsv > li .btn.-recruit::before {
  font-family: "fontello";
  content: "\ec9f";
  font-size: 210%;
  left: 1rem;
}
#tel_up .recruit_rsv > li .btn.-rsv {
  background: var(--clr_navy_dark);
}
#tel_up .recruit_rsv > li .btn.-rsv::before {
  font-family: "fontello";
  content: "\ec99";
  font-size: 130%;
  left: 1.5rem;
}

@media screen and (min-width: 48em), print {
  #tel_up {
    width: calc(100% - 4rem);
    max-width: 166rem;
    bottom: 3rem;
    left: 0;
    right: 0;
    margin-inline: auto;
    pointer-events: none;
  }
  #tel_up .tel_rsv, #tel_up .recruit_rsv {
    display: none;
  }
  #tel_up .f_recruit_bnr {
    display: none;
  }
  #tel_up #pageup {
    margin: 0 0 0 auto;
    width: 9.2rem;
    height: 9.2rem;
    right: 3rem;
    font-size: var(--font-size_base);
    pointer-events: all;
  }
  #tel_up #pageup::before {
    font-size: var(--font-size23);
  }
  #tel_up #pageup:hover {
    opacity: 1;
    background: var(--clr_navy_light);
  }
}
.footer {
  text-align: center;
  padding: 0 0 4.2rem;
  background: var(--clr_navy_light);
  color: var(--clr_white);
}
.footer .copy {
  display: block;
  padding: 1.6rem 1rem;
  font-size: 1.1rem;
}
.footer ul {
  display: none;
}

@media screen and (min-width: 48em), print {
  .footer {
    padding: 3.5rem 0 0;
  }
  .footer .copy {
    padding: 2.7rem 1rem;
    font-size: var(--font-size_base);
    border-top: 1px solid var(--clr_white);
    width: 1200px;
    margin: 4.5rem auto 0;
    letter-spacing: 0.15rem;
  }
  .footer .gnav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1rem 5rem;
    font-weight: 500;
    margin: 0 auto 2rem;
    width: calc(1200px - 20rem);
  }
  .footer .gnav .about {
    display: none;
  }
  .footer .gnav > li {
    font-size: var(--font-size16);
  }
  .footer .gnav > li a {
    letter-spacing: 0.1rem;
  }
  .footer .gnav > li a::before {
    font-family: "fontello";
    content: "\ec6b";
    display: inline-block;
    margin-right: 1.2rem;
  }
  .footer .gnav > li a:hover {
    opacity: 1;
    text-decoration: underline;
  }
  .footer .subnav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.2rem 0;
    width: calc(1200px - 15rem);
    margin-inline: auto;
  }
  .footer .subnav li {
    text-align: center;
    font-size: var(--font-size16);
    padding: 0 0.48em;
    line-height: 1;
    border-left: 1px solid var(--clr_white);
    -webkit-text-size-adjust: none;
  }
  .footer .subnav li a {
    letter-spacing: 0.1rem;
  }
  .footer .subnav li a:hover {
    opacity: 1;
    text-decoration: underline;
  }
  .footer .subnav li.treatment {
    display: none;
  }
  .footer .subnav li.last-in-row {
    border-right: 1px solid var(--clr_white);
  }
}
.keyvsl {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.keyvsl #keyvsl {
  width: 100%;
  height: 45rem;
  overflow: hidden;
  visibility: hidden;
}
.keyvsl #keyvsl .slick-list div img {
  height: 45rem !important;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.keyvsl #keyvsl .slick-dots {
  position: relative;
  z-index: 2;
  margin: -2.3rem auto;
}
.keyvsl #keyvsl .slick-dots li {
  width: 1rem;
  height: 1rem;
  margin: 0 0.6rem;
}
.keyvsl #keyvsl .slick-dots li button {
  background: var(--clr_navy);
}
.keyvsl .catch_copy {
  line-height: 1.25;
  padding: 0 1.5rem;
  letter-spacing: 0.08em;
  font-size: 1.7rem;
  text-align: center;
  font-weight: 500;
  position: absolute;
  top: 21rem;
  left: 0;
  right: 0;
  margin-inline: auto;
  z-index: 2;
  text-shadow: 0 0 30px var(--clr_white), 0 0 30px var(--clr_white), 0 0 30px var(--clr_white), 0 0 30px var(--clr_white), 0 0 30px var(--clr_white), 0 0 30px var(--clr_white), 0 0 30px var(--clr_white), 0 0 30px var(--clr_white), 0 0 30px var(--clr_white), 0 0 30px var(--clr_white), 0 0 30px var(--clr_white), 0 0 30px var(--clr_white), 0 0 30px var(--clr_white), 0 0 30px var(--clr_white), 0 0 30px var(--clr_white), 0 0 30px var(--clr_white), 0 0 30px var(--clr_white), 0 0 30px var(--clr_white), 0 0 30px var(--clr_white), 0 0 30px var(--clr_white), 0 0 30px var(--clr_white), 0 0 30px var(--clr_white), 0 0 30px var(--clr_white), 0 0 30px var(--clr_white);
}
.keyvsl .kv_info {
  top: 0;
  left: 0;
  right: 0;
  margin-inline: auto;
  z-index: 2;
  display: grid;
  place-content: center;
}
.keyvsl .open_nairan {
  display: flex;
  gap: 1rem;
  position: relative;
  z-index: 2;
  margin: 2rem auto 0;
  width: -moz-fit-content;
  width: fit-content;
}
.keyvsl .open_nairan > li {
  border-radius: 1rem;
  border: 2px solid var(--clr_navy_light);
  background: var(--clr_navy_dark);
  outline: 1px solid var(--clr_white);
  outline-offset: -6px;
  letter-spacing: 0.08em;
  font-size: 1.5rem;
  line-height: 1.5;
}
.keyvsl .open_nairan > li a {
  display: block;
  padding: 1rem 1.5rem;
}
.keyvsl .open_nairan > li a > dl > dt {
  text-align: center;
  color: var(--clr_white);
  min-height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.4rem;
  line-height: 1;
}
.keyvsl .open_nairan > li a > dl > dd {
  border-top: 1px solid var(--clr_white);
  display: flex;
  flex-direction: column;
  color: var(--clr_white);
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 0.8rem 0 0.4rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.keyvsl .open_nairan > li a > dl > dd .num {
  font-size: 2rem;
  line-height: 1;
}
.keyvsl .open_nairan > li a > dl > dd .txt_large {
  font-size: 1.7rem;
  letter-spacing: 0.08em;
}
.keyvsl .open_nairan > li a > dl > dd .txt_small {
  font-size: 1.2rem;
}
.keyvsl .open_nairan > li a > dl > dd .txt_small > dl {
  display: grid;
  grid-template-columns: 8em 1fr;
  text-align: left;
}
.keyvsl .open_nairan > li.parking {
  background: var(--clr_white);
}
.keyvsl .open_nairan > li.parking a {
  height: 100%;
}
.keyvsl .open_nairan > li.parking a dl {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.keyvsl .open_nairan > li.parking a dl dt {
  border-top: 2px solid var(--clr_navy);
  border-bottom: 2px solid var(--clr_navy);
  color: var(--clr_navy_dark);
  font-weight: 600;
  letter-spacing: 0.08em;
  padding: 1.2rem 0;
  margin: 0;
}
.keyvsl .open_nairan > li.parking a dl dd {
  letter-spacing: 0.04em;
  color: var(--clr_navy_dark);
  font-weight: 600;
  padding: 0;
  display: grid;
  place-content: center;
  flex-grow: 1;
}
.keyvsl .open_nairan > li.parking a dl dd .parking_txt {
  margin: 0 0 0.5rem;
}
.keyvsl .open_nairan > li.parking a dl dd .parking_txt::first-letter {
  font-size: 2.4rem;
}
.keyvsl .kv_bnr {
  padding: 2.5rem 1rem 0;
  z-index: 2;
  position: relative;
}
.keyvsl .anime_scroll {
  position: absolute;
  font-weight: 500;
  right: 1.5rem;
  top: 41rem;
  writing-mode: vertical-rl;
  color: var(--clr_navy);
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.05rem;
  z-index: 2;
  background: url("../img/icon_scroll.png") bottom 0.1rem left/auto 90% no-repeat;
  padding-left: 1rem;
}
.keyvsl::after {
  content: "";
  display: block;
  height: 29.104rem;
  aspect-ratio: 6/5;
  background: url("../img/index_keyvsl_deco.png") center center/contain no-repeat;
  position: absolute;
  right: -19.5rem;
  top: 26rem;
  z-index: 1;
}

@media screen and (min-width: 48em), print {
  .keyvsl {
    max-width: 200rem;
    margin-left: auto;
    margin-right: auto;
  }
  .keyvsl #keyvsl {
    height: 81rem;
  }
  .keyvsl #keyvsl .slick-list div img {
    height: 70rem !important;
  }
  .keyvsl #keyvsl .slick-dots {
    margin-top: -4rem;
  }
  .keyvsl #keyvsl .slick-dots li {
    width: 1.6rem;
    height: 1.6rem;
    margin: 0 1.2rem;
  }
  .keyvsl .catch_copy {
    line-height: 1.65;
    font-size: var(--font-size32);
    width: 1200px;
    top: 5.5rem;
    padding: 0;
    text-align: left;
  }
  .keyvsl .kv_info {
    position: absolute;
    height: 66rem;
    place-content: end start;
  }
  .keyvsl .open_nairan {
    flex-direction: row;
    gap: 2.8rem;
    margin: 0;
  }
  .keyvsl .open_nairan > li {
    border-radius: 2rem;
    font-size: var(--font-size20);
    line-height: 1.5;
    min-width: 24rem;
  }
  .keyvsl .open_nairan > li a {
    padding: 1.5rem 2.3rem 1.2rem;
  }
  .keyvsl .open_nairan > li a > dl > dt {
    min-height: 3.1rem;
    margin-bottom: 0.2rem;
    padding-bottom: 0.5rem;
    font-size: var(--font-size18);
  }
  .keyvsl .open_nairan > li a > dl > dd {
    padding: 0.8rem 0 0.4rem;
  }
  .keyvsl .open_nairan > li a > dl > dd .num {
    font-size: var(--font-size30);
  }
  .keyvsl .open_nairan > li a > dl > dd .txt_large {
    font-size: var(--font-size26);
  }
  .keyvsl .open_nairan > li a > dl > dd .txt_small {
    font-size: var(--font-size16);
  }
  .keyvsl .open_nairan > li a > dl > dd .txt_small > dl {
    grid-template-columns: 8em 1fr;
    margin-top: 0.5rem;
    padding-right: 1rem;
  }
  .keyvsl .open_nairan > li.parking {
    min-width: 21rem;
  }
  .keyvsl .open_nairan > li.parking a {
    width: 100%;
  }
  .keyvsl .open_nairan > li.parking a dl dt {
    border-width: 3px;
    padding: 1.2rem 0;
    font-size: var(--font-size22);
  }
  .keyvsl .open_nairan > li.parking a dl dd {
    font-size: var(--font-size30);
  }
  .keyvsl .open_nairan > li.parking a dl dd .parking_txt {
    margin: 0;
  }
  .keyvsl .open_nairan > li.parking a dl dd .parking_txt::first-letter {
    font-size: var(--font-size40);
  }
  .keyvsl .kv_bnr {
    padding: 0;
    position: static;
    margin: -5rem auto 10rem;
  }
  .keyvsl .kv_bnr .job_lst {
    justify-content: center;
  }
  .keyvsl .anime_scroll {
    right: calc(50% - 85.5rem);
    background-size: auto 5.2rem;
    background-position: top 0.5rem left;
    top: 62.5rem;
    font-size: 1.7rem;
    letter-spacing: 0.15rem;
    padding-left: 2.1rem;
  }
  .keyvsl::after {
    height: 57.9rem;
    right: calc(50% - 109rem);
    top: 32.5rem;
  }
}
.top_tit02 {
  color: var(--clr_navy_dark);
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 4.5rem;
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px solid var(--clr_gray);
  padding-bottom: 0.7rem;
  position: relative;
}
.top_tit02::before {
  font-family: "fontello";
  content: "\ec97";
  display: block;
  font-size: 120%;
}
.top_tit02::after {
  content: attr(data-ruby);
  color: var(--clr_txt);
  font-size: 1.2rem;
  display: block;
  letter-spacing: 0.05rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2.4rem;
}

@media screen and (min-width: 48em), print {
  .top_tit02 {
    font-size: 2.6rem;
    margin-bottom: 7rem;
    padding-bottom: 0.9rem;
    letter-spacing: 0.2rem;
  }
  .top_tit02::after {
    font-size: 1.6rem;
    letter-spacing: 0.12rem;
    bottom: -3rem;
  }
}
.index_news {
  padding: 4rem 0;
}
.index_news .news_tit {
  color: var(--clr_txt);
  font-size: 1.7rem;
  line-height: 1.5;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 13rem;
  aspect-ratio: 162/148;
  font-weight: 400;
  background: url("../img/index_news_tit.png") center center/contain no-repeat;
  margin: 0 auto 3rem;
  letter-spacing: 0.1rem;
  padding-top: 1rem;
}
.index_news .news_tit::after {
  content: attr(data-ruby);
  color: var(--clr_navy_dark);
  font-size: 1.1rem;
  display: block;
  letter-spacing: 0.05rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.index_news dl dt {
  margin: 0 0 1.5rem;
  font-weight: 500;
  cursor: pointer;
  position: relative;
  padding: 1.5rem 0.5rem 0 1.6em;
  line-height: 1.4;
}
.index_news dl dt::before {
  font-family: "fontello";
  content: "\ec6c";
  font-weight: normal;
  position: absolute;
  top: 1.6rem;
  left: 0.4rem;
  color: var(--clr_navy_dark);
  transition: 0.2s;
}
.index_news dl dt.open::before {
  transform: scale(1, -1) translateY(1px);
}
.index_news dl dt:not(:first-of-type) {
  border-top: 1px solid var(--clr_gray_light05);
}
.index_news dl dt:first-of-type {
  padding-top: 0;
}
.index_news dl dt:first-of-type::before {
  top: 0.1rem;
}
.index_news dl dd {
  font-weight: 400;
  margin: -1rem 0 1.5rem;
  padding: 0 0.5rem 0 1.6em;
  word-wrap: break-word;
}
.index_news dl dd:not(:nth-of-type(-n+3)) {
  display: none;
}
.index_news dl dd a {
  color: var(--clr_navy);
  text-decoration: underline;
  text-underline-offset: 0.3em;
}
.index_news dl dd a:hover {
  opacity: 1;
  color: var(--clr_orange);
  text-decoration: underline !important;
}
@media screen and (min-width: 48em), print {
  .index_news {
    padding: 0 0 11rem;
  }
  .index_news .wrap {
    display: flex;
    align-items: flex-start;
    gap: 0 4.5rem;
  }
  .index_news .wrap .news_tit {
    font-size: 2.3rem;
    line-height: 1.5;
    width: 16.2rem;
    margin: 0 auto 2rem;
    letter-spacing: 0.1rem;
    padding-top: 1rem;
    flex-shrink: 0;
  }
  .index_news .wrap .news_tit::after {
    font-size: 1.5rem;
    letter-spacing: 0.05rem;
  }
  .index_news .wrap dl {
    width: 99.1rem;
  }
  .index_news .wrap dl dt {
    margin: 0 0 1.5rem;
    padding: 1.5rem 1rem 0 4rem;
  }
  .index_news .wrap dl dt::before {
    top: 1.65rem;
    left: 1.1rem;
  }
  .index_news .wrap dl dt.open::before {
    transform: scale(1, -1) translateY(1px);
  }
  .index_news .wrap dl dt:first-of-type {
    padding-top: 0;
  }
  .index_news .wrap dl dt:first-of-type::before {
    top: 0.15rem;
  }
  .index_news .wrap dl dd {
    line-height: 1.9;
    margin: -1.5rem 0 1.5rem;
    padding: 0 1rem 0 4rem;
  }
}

.index_timetable {
  padding: 4rem 0;
  background: var(--clr_gray_light);
}
.index_timetable .wrap {
  background: var(--clr_white);
  padding: 3rem 1rem;
  margin-inline: auto;
}
@media screen and (min-width: 48em), print {
  .index_timetable {
    padding: 5.5rem 0;
  }
  .index_timetable .wrap {
    padding: 5rem 5rem 4.5rem;
  }
}

.index_greeting {
  padding: 4rem 0 calc(100vw + 3rem);
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.index_greeting::after {
  position: absolute;
  bottom: 4rem;
  right: 0rem;
  z-index: -1;
  content: "";
  display: block;
  width: calc(100vw - 2rem);
  aspect-ratio: 1/1;
  pointer-events: none;
  background: url("../img/index_doctor.webp") center center/contain no-repeat;
}
.index_greeting .greeting_txt {
  background: url("../img/logo_mark.webp") bottom 1rem center/80% auto no-repeat;
}
.index_greeting .greeting_txt p {
  text-align: justify;
}
.index_greeting .greeting_txt p.dr_name {
  text-align: right;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.4rem;
  margin-top: 2.5rem;
}
.index_greeting .greeting_txt p.dr_name span {
  margin-left: 1rem;
  letter-spacing: 0.05rem;
}
.index_greeting .greeting_txt .btn_dr {
  margin-top: 1.5rem;
}
.index_greeting .greeting_txt .btn_dr a {
  display: inline-block;
  text-align: center;
  color: var(--clr_white);
  padding: 0.5rem 3rem;
  border-radius: 50vh;
  background: var(--clr_navy);
  letter-spacing: 0.15rem;
  font-weight: 500;
}
@media screen and (min-width: 48em), print {
  .index_greeting {
    padding: 8rem 0;
    overflow: hidden;
  }
  .index_greeting::after {
    bottom: auto;
    top: 16.2rem;
    right: calc(50% - 88rem);
    width: 80rem;
  }
  .index_greeting .top_tit02 {
    margin-bottom: 8.5rem;
  }
  .index_greeting .greeting_txt {
    background: url("../img/logo_mark.webp") bottom 0rem left 29.5rem/54.5rem auto no-repeat;
    padding-right: 48rem;
    padding-bottom: 6rem;
  }
  .index_greeting .greeting_txt p {
    letter-spacing: 0.14rem;
    line-height: 1.8;
    margin: 0;
    padding-right: 8rem;
  }
  .index_greeting .greeting_txt p:not(:first-of-type) {
    margin-top: 1.5rem;
  }
  .index_greeting .greeting_txt p.dr_name {
    margin-top: 4.5rem;
    font-size: var(--font-size22);
    letter-spacing: 0.6rem;
    padding-right: 0;
  }
  .index_greeting .greeting_txt p.dr_name span {
    margin-left: 2rem;
    letter-spacing: 0.14rem;
  }
  .index_greeting .greeting_txt .btn_dr {
    margin-top: 2rem;
  }
  .index_greeting .greeting_txt .btn_dr a {
    padding: 0.9rem 6.5rem;
    letter-spacing: 0.35rem;
  }
  .index_greeting .greeting_txt .btn_dr a:hover {
    background: var(--clr_navy_light);
  }
}

.index_features {
  counter-reset: number 0;
  padding: 4rem 0;
  position: relative;
}
.index_features::before {
  content: "";
  display: block;
  width: calc(100% - 4rem);
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin-inline: auto;
  background: var(--clr_gray_light02);
}
.index_features .features_lst {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.index_features .features_lst > li {
  position: relative;
}
.index_features .features_lst > li::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -2rem;
  right: -1rem;
  background: url("../img/index_features_bgR.png") top right/60% auto no-repeat;
  z-index: -1;
  pointer-events: none;
}
.index_features .features_lst > li::after {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 7/9;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-top: 2rem;
}
.index_features .features_lst > li > section {
  counter-increment: number 1;
  position: relative;
  padding: 3.5rem 0;
  background: url("../img/index_features_deco.png") bottom left/auto 1rem repeat-x;
}
.index_features .features_lst > li > section::before {
  color: var(--clr_txt);
  background: url("../img/index_features_num.png") center center/contain no-repeat;
  width: 6.5rem;
  height: 6.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  top: 0rem;
  right: 0rem;
  letter-spacing: 0.1rem;
  content: counter(number, decimal-leading-zero);
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 3rem;
  line-height: 1;
}
.index_features .features_lst > li > section .features_tit {
  font-size: 1.7rem;
  color: var(--clr_navy_dark);
  line-height: 1.65;
  letter-spacing: 0.15rem;
  padding-right: 6rem;
  margin-bottom: 1.5rem;
  font-weight: 500;
}
.index_features .features_lst > li > section .features_tit:first-letter {
  color: var(--clr_orange);
}
.index_features .features_lst > li > section p {
  margin: 0;
  text-align: justify;
  line-height: 1.8;
}
.index_features .features_lst > li > section p:not(:first-of-type) {
  margin-top: 1rem;
}
.index_features .features_lst > li:nth-child(1)::after {
  background-image: url("../img/index_features01.webp");
}
.index_features .features_lst > li:nth-child(2)::after {
  background-image: url("../img/index_features02.webp");
}
.index_features .features_lst > li:nth-child(3)::after {
  background-image: url("../img/index_features03.webp");
}
.index_features .features_lst > li:nth-child(4)::after {
  background-image: url("../img/index_features04.webp");
}
.index_features .features_lst > li:nth-child(5)::after {
  background-image: url("../img/index_features05.webp");
}
.index_features .features_lst > li:nth-of-type(even)::before {
  right: auto;
  left: -1rem;
  background: url("../img/index_features_bgL.png") top left/60% auto no-repeat;
}
@media screen and (min-width: 48em), print {
  .index_features {
    padding: 8.5rem 0 15.5rem;
    overflow: hidden;
  }
  .index_features::before {
    width: calc(1200px - 20rem);
  }
  .index_features .features_lst {
    gap: 12.8rem;
  }
  .index_features .features_lst > li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .index_features .features_lst > li::before {
    width: 54rem;
    height: 75rem;
    background-size: contain;
    top: -4.5rem;
    right: calc(50% - 100rem);
  }
  .index_features .features_lst > li::after {
    width: 70rem;
    margin-top: 0rem;
    margin-left: -14rem;
  }
  .index_features .features_lst > li > section {
    width: 52rem;
    padding: 11.5rem 0 7rem;
    margin-bottom: 6.5rem;
    background-size: auto 1.7rem;
  }
  .index_features .features_lst > li > section::before {
    width: 14rem;
    height: 14rem;
    letter-spacing: 0.1rem;
    font-size: 6rem;
  }
  .index_features .features_lst > li > section .features_tit {
    font-size: var(--font-size34);
    line-height: 1.65;
    letter-spacing: 0.55rem;
    padding-right: 0rem;
    margin-bottom: 1.5rem;
  }
  .index_features .features_lst > li > section p {
    font-size: var(--font-size20);
    letter-spacing: 0.15rem;
    line-height: 2;
  }
  .index_features .features_lst > li:nth-of-type(even) {
    flex-direction: row;
  }
  .index_features .features_lst > li:nth-of-type(even)::before {
    background-size: contain;
    right: auto;
    left: calc(50% - 100rem);
    top: -4rem;
  }
  .index_features .features_lst > li:nth-of-type(even)::after {
    margin-left: 0;
    margin-right: -14rem;
  }
}

.treat {
  padding: 4rem 0;
  background: var(--clr_gray_light);
}
.treat .subnav {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.treat .subnav:not(:first-of-type) {
  margin-top: 1rem;
}
.treat .subnav li {
  width: calc((100% - 1rem) / 2);
}
.treat .subnav li a {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  background: var(--clr_white);
  text-decoration: none;
  font-size: 1.2rem;
  padding: 1rem 0.2rem 2.5rem;
  line-height: 1.2;
  border-radius: 6px;
  font-weight: 500;
  box-shadow: 0 3px 6px rgba(var(--rgb_shadow), 0.16);
  position: relative;
}
.treat .subnav li a::before {
  content: "";
  display: block;
  width: 6rem;
  height: 5rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0rem auto 1rem;
}
.treat .subnav li a::after {
  font-family: "fontello";
  content: "\ec95";
  color: var(--clr_gray);
  position: absolute;
  bottom: 0.5rem;
  right: 1rem;
  font-size: 1.6rem;
  line-height: 1;
}
.treat .subnav li a.ortho::before {
  background-image: url("../img/icon_ortho.svg");
}
.treat .subnav li a.rehabilitation::before {
  background-image: url("../img/icon_rehabilitation.svg");
}
.treat .subnav li a.sports_ortho::before {
  background-image: url("../img/icon_sports_ortho.svg");
}
.treat .subnav li a.traffic_accident::before {
  background-image: url("../img/icon_traffic_accident.svg");
}
.treat .subnav li a.osteoporosis::before {
  background-image: url("../img/icon_osteoporosis.svg");
}
.treat .subnav li a.bone_and_soft_tissue_tumors::before {
  background-image: url("../img/icon_bone_and_soft_tissue_tumors.svg");
}
.treat .subnav li a.nutritional_guidance::before {
  background-image: url("../img/icon_nutritional_guidance.svg");
}
.treat .subnav li a.chinese_medicine::before {
  background-image: url("../img/icon_chinese_medicine.svg");
}
.treat .subnav li a.shock_wave::before {
  background-image: url("../img/icon_shock_wave.svg");
}
.treat .subnav li a.selfpay::before {
  background-image: url("../img/icon_selfpay.svg");
}
@media screen and (min-width: 48em), print {
  .treat {
    padding: 8rem 0 14rem;
  }
  .treat .subnav {
    gap: 1.5rem;
    width: 1200px;
    margin-inline: auto;
    justify-content: center;
  }
  .treat .subnav:not(:first-of-type) {
    margin-top: 1.5rem;
  }
  .treat .subnav li {
    width: 22.8rem;
  }
  .treat .subnav li a {
    font-size: var(--font-size20);
    padding: 3rem 0.5rem 3.7rem;
    letter-spacing: 0.06em;
  }
  .treat .subnav li a::before {
    width: 10rem;
    height: 10rem;
    margin: 0rem auto 3rem;
  }
  .treat .subnav li a::after {
    bottom: 0.5rem;
    right: 1.5rem;
    font-size: 2.2rem;
  }
  .treat .subnav li a:hover {
    background: rgba(var(--rgb_navy_light), 0.2);
  }
}

.index_worry {
  padding: 4rem 0;
  background: url("../img/index_worry_bgR.png") top right/45% auto no-repeat, url("../img/index_worry_bgL.png") top left/45% auto no-repeat;
}
.index_worry .worry_chart {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-inline: auto;
  overflow: hidden;
}
.index_worry .worry_chart .img_body {
  width: 78%;
  margin-right: -16%;
  margin-left: -12%;
}
.index_worry .worry_chart .worry_lst {
  width: 50%;
  background: var(--clr_gray_light);
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 1.5rem;
}
.index_worry .worry_chart .worry_lst > li {
  width: 100%;
  position: relative;
}
.index_worry .worry_chart .worry_lst > li::before, .index_worry .worry_chart .worry_lst > li::after {
  position: absolute;
  pointer-events: none;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
}
.index_worry .worry_chart .worry_lst > li::before {
  content: "";
  display: block;
  width: 0.3rem;
  height: calc(100% - 1.4rem);
  background: var(--clr_navy);
  left: 0.7rem;
}
.index_worry .worry_chart .worry_lst > li::after {
  font-family: "fontello";
  content: "\ec95";
  right: 0.7rem;
  color: var(--clr_gray);
  font-size: 1.6rem;
  line-height: 1;
}
.index_worry .worry_chart .worry_lst > li .parts {
  display: grid;
  place-content: center start;
  border-radius: 6px;
  font-weight: 500;
  box-shadow: 0 3px 6px rgba(var(--rgb_shadow), 0.16);
  width: 100%;
  padding: 0rem 2.8rem 0rem 1.6rem;
  min-height: 3.5rem;
  background: var(--clr_white);
  font-size: 1.2rem;
  line-height: 1.2;
  position: relative;
}
.index_worry .worry_chart .worry_lst > li .parts::before, .index_worry .worry_chart .worry_lst > li .parts::after {
  position: absolute;
  content: "";
  display: block;
  border-radius: 50%;
}
.index_worry .worry_chart .worry_lst > li .parts::before {
  width: 2.4rem;
  height: 2.4rem;
  border: 2px solid var(--clr_gray_dark);
}
.index_worry .worry_chart .worry_lst > li .parts::after {
  width: 1.8rem;
  height: 1.8rem;
  transform: translate(0.3rem, 0.3rem);
}
.index_worry .worry_chart .worry_lst > li .parts.-neck::before, .index_worry .worry_chart .worry_lst > li .parts.-neck::after {
  top: 4.6rem;
  left: -10.12rem;
}
.index_worry .worry_chart .worry_lst > li .parts.-shoulder::before, .index_worry .worry_chart .worry_lst > li .parts.-shoulder::after {
  top: 1.5rem;
  left: -7.6rem;
}
.index_worry .worry_chart .worry_lst > li .parts.-handarm::before, .index_worry .worry_chart .worry_lst > li .parts.-handarm::after {
  top: 7rem;
  left: -6rem;
}
.index_worry .worry_chart .worry_lst > li .parts.-elbow::before, .index_worry .worry_chart .worry_lst > li .parts.-elbow::after {
  top: -2rem;
  left: -13.5rem;
}
.index_worry .worry_chart .worry_lst > li .parts.-lowerback::before, .index_worry .worry_chart .worry_lst > li .parts.-lowerback::after {
  width: 3rem;
  height: 3rem;
  top: -5.5rem;
  left: -10.4rem;
}
.index_worry .worry_chart .worry_lst > li .parts.-lowerback::after {
  width: 2.4rem;
  height: 2.4rem;
}
.index_worry .worry_chart .worry_lst > li .parts.-groin::before, .index_worry .worry_chart .worry_lst > li .parts.-groin::after {
  top: -6rem;
  left: -11.7rem;
}
.index_worry .worry_chart .worry_lst > li .parts.-knee::before, .index_worry .worry_chart .worry_lst > li .parts.-knee::after {
  top: -3.8rem;
  left: -9rem;
}
.index_worry .worry_chart .worry_lst > li .parts.-foot::before, .index_worry .worry_chart .worry_lst > li .parts.-foot::after {
  top: -0.5rem;
  left: -11.2rem;
}
@media screen and (min-width: 48em), print {
  .index_worry {
    padding: 7.5rem 0 5rem;
    background: url("../img/index_worry_bgR.png") top right calc(50% - 68rem)/65rem auto no-repeat, url("../img/index_worry_bgL.png") top left calc(50% - 71rem)/57rem auto no-repeat;
  }
  .index_worry .worry_chart .img_body {
    width: 51rem;
    margin-right: 0;
    margin-left: 0;
  }
  .index_worry .worry_chart .worry_lst {
    display: flex;
    flex-wrap: wrap;
    gap: 1.8rem;
    padding: 4rem 3rem;
  }
  .index_worry .worry_chart .worry_lst > li::before {
    width: 0.8rem;
    height: calc(100% - 2.4rem);
    left: 1rem;
  }
  .index_worry .worry_chart .worry_lst > li::after {
    right: 2rem;
    font-size: 4rem;
  }
  .index_worry .worry_chart .worry_lst > li .parts {
    padding-right: 6.5rem;
    padding-left: 4rem;
    font-size: var(--font-size22);
    min-height: 7rem;
    letter-spacing: 0.15rem;
  }
  .index_worry .worry_chart .worry_lst > li .parts::before {
    width: 5rem;
    height: 5rem;
  }
  .index_worry .worry_chart .worry_lst > li .parts::after {
    width: 3.833rem;
    height: 3.833rem;
    transform: translate(0.5835rem, 0.5835rem);
    transition: 0.3s;
  }
  .index_worry .worry_chart .worry_lst > li .parts.-neck::before, .index_worry .worry_chart .worry_lst > li .parts.-neck::after {
    top: 7.5rem;
    left: -40.2rem;
  }
  .index_worry .worry_chart .worry_lst > li .parts.-shoulder::before, .index_worry .worry_chart .worry_lst > li .parts.-shoulder::after {
    top: 1.5rem;
    left: -35rem;
  }
  .index_worry .worry_chart .worry_lst > li .parts.-elbow::before, .index_worry .worry_chart .worry_lst > li .parts.-elbow::after {
    top: -4.7rem;
    left: -47.5rem;
  }
  .index_worry .worry_chart .worry_lst > li .parts.-handarm::before, .index_worry .worry_chart .worry_lst > li .parts.-handarm::after {
    top: 14.5rem;
    left: -32rem;
  }
  .index_worry .worry_chart .worry_lst > li .parts.-lowerback::before, .index_worry .worry_chart .worry_lst > li .parts.-lowerback::after {
    width: 6.5rem;
    height: 6.5rem;
    top: -10.5rem;
    left: -40.8rem;
  }
  .index_worry .worry_chart .worry_lst > li .parts.-lowerback::after {
    width: 5.333rem;
    height: 5.333rem;
  }
  .index_worry .worry_chart .worry_lst > li .parts.-groin::before, .index_worry .worry_chart .worry_lst > li .parts.-groin::after {
    top: -12.4rem;
    left: -43.5rem;
  }
  .index_worry .worry_chart .worry_lst > li .parts.-knee::before, .index_worry .worry_chart .worry_lst > li .parts.-knee::after {
    top: -8.3rem;
    left: -37.5rem;
  }
  .index_worry .worry_chart .worry_lst > li .parts.-foot::before, .index_worry .worry_chart .worry_lst > li .parts.-foot::after {
    top: 0.8rem;
    left: -42.5rem;
  }
  .index_worry .worry_chart .worry_lst > li .parts:hover {
    background: rgba(var(--rgb_navy_light), 0.2);
  }
  .index_worry .worry_chart .worry_lst > li .parts:hover::after {
    background: rgba(var(--rgb_navy_dark), 0.4);
  }
}

.slider {
  padding: 2rem 0 4rem;
}
.slider .loopslider {
  width: 100%;
  height: 11.75rem;
  position: relative;
  overflow: hidden;
}
.slider .loopslider ul {
  height: 100%;
  display: inline;
  overflow: hidden;
}
.slider .loopslider ul li {
  width: 17.5rem;
  height: 100%;
  display: inline-block;
  overflow: hidden;
  padding-right: 1rem;
}

@media screen and (min-width: 48em), print {
  .slider {
    padding: 8rem 0 13rem;
  }
  .slider .loopslider {
    height: 23.5rem;
  }
  .slider .loopslider ul li {
    width: 34.7rem;
    padding-right: 1.7rem;
  }
}
body:not(.index) .main {
  margin: 0 1rem 6rem;
  text-align: justify;
  word-break: break-all;
}
body:not(.index) .main a:not([class*=btn], [href*="tel:"], [class*=rsv]) {
  color: var(--clr_navy);
  text-decoration: underline;
  text-underline-offset: 0.3em;
}
body:not(.index) .main a:not([class*=btn], [href*="tel:"], [class*=rsv]):hover {
  opacity: 1;
  color: var(--clr_orange);
  text-decoration: underline;
}
@media screen and (min-width: 48em), print {
  body:not(.index) .main {
    width: calc(1200px - 10rem);
    margin: 0 auto 8rem;
    line-height: 1.8;
  }
}

.breadcrumb {
  display: flex;
  font-size: 1.2rem;
  margin: 0 1rem 2rem;
  white-space: nowrap;
  overflow-x: scroll;
}
.breadcrumb li:not(:first-child)::before {
  display: inline-block;
  font-family: "fontello";
  content: "\ecba";
  margin: 0 0.6rem;
  color: var(--clr_gray_dark);
  font-size: 90%;
  transform: translateY(-1px);
}
.breadcrumb li br {
  display: none;
}
.breadcrumb li a {
  color: var(--clr_navy_dark);
  text-decoration: underline;
}
.breadcrumb li a:hover {
  color: var(--clr_orange);
}

@media screen and (min-width: 48em), print {
  .breadcrumb {
    font-size: var(--font-size14);
    width: 1200px;
    margin: 0 auto 3rem;
    white-space: inherit;
    overflow-x: inherit;
  }
  .breadcrumb li:not(:first-child)::before {
    margin: 0 0.8rem;
  }
}
.doctor .dr_name {
  text-align: right;
}
.doctor .dr_name span {
  display: block;
}

.gallery {
  width: 85%;
  margin: auto;
  visibility: hidden;
}
.gallery .gallery_slider div {
  position: relative;
}
.gallery .gallery_slider div .cap {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  padding: 0.4rem;
  opacity: 0;
  transition: 0.3s ease;
  width: 100%;
  margin: 0;
  color: var(--clr_white);
  min-height: 3rem;
  line-height: 1.3;
  display: grid;
  place-items: center;
}
.gallery .gallery_slider div .slick-current .cap {
  opacity: 1;
  transition-delay: 0.5s;
  background: rgba(var(--rgb_navy), 0.5);
}
.gallery .gallery_slider div:first-child .cap {
  transition-delay: 0s;
}
.gallery .gallery_slider .slick-arrow {
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 39%;
  cursor: pointer;
  line-height: 0;
  font-size: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: var(--clr_white);
  background: none;
  z-index: 1;
}
.gallery .gallery_slider .slick-arrow::before {
  font-family: "fontello";
  content: "\ecba";
  color: var(--clr_navy);
  font-size: 2.4rem;
}
.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 {
  transform: scale(-1, 1);
}
.gallery .gallery_slider .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  margin: 0.5rem auto 0.8rem;
}
.gallery .gallery_slider .slick-dots li {
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 0.2rem;
}
.gallery .gallery_slider .slick-dots li button {
  padding: 50%;
  display: block;
  font-size: 0;
  cursor: pointer;
  opacity: 0.25;
  border-radius: 50%;
  background: var(--clr_navy);
}
.gallery .gallery_slider .slick-dots li button:hover, .gallery .gallery_slider .slick-dots li button:focus {
  opacity: 0.8;
}
.gallery .gallery_slider .slick-dots li.slick-active button {
  opacity: 0.75;
}
.gallery .gallery_thum div img {
  cursor: pointer;
  border: 2px solid transparent;
}
.gallery .gallery_thum .slick-current div img {
  border: 2px solid var(--clr_navy);
}
@media screen and (min-width: 48em), print {
  .gallery {
    width: 75rem;
    margin: auto;
  }
  .gallery .gallery_slider {
    font-size: 1.6em;
  }
  .gallery .gallery_slider div .cap {
    min-height: 6rem;
  }
  .gallery .gallery_slider .slick-arrow {
    width: 5rem;
    height: 5rem;
    top: 43%;
  }
  .gallery .gallery_slider .slick-arrow::before {
    font-size: 5rem;
  }
  .gallery .gallery_slider .slick-arrow.slick-next {
    right: -6rem;
  }
  .gallery .gallery_slider .slick-arrow.slick-prev {
    left: -6rem;
  }
  .gallery .gallery_slider .slick-dots {
    bottom: 5rem;
    margin: 1rem auto 1.4rem;
  }
  .gallery .gallery_slider .slick-dots li {
    width: 1.4rem;
    height: 1.4rem;
    margin: 0 0.6rem;
  }
  .gallery .gallery_thum {
    width: calc(100% + 0.6rem);
  }
  .gallery .gallery_thum .slick-track .slick-slide div img {
    cursor: pointer;
    border: 4px solid transparent;
  }
  .gallery .gallery_thum .slick-track .slick-slide.slick-current div img {
    border: 4px solid var(--clr_navy);
  }
}
.first .first_flex .img {
  max-width: 80%;
  margin: 1rem auto;
}
.first .first_flex .img img {
  border-radius: 5px;
}

@media screen and (min-width: 48em), print {
  .first .first_flex {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
  }
  .first .first_flex .img {
    max-width: 35%;
    margin: 0 0 0 auto;
  }
  .first .first_flex .img img {
    border-radius: 10px;
  }
}
.access .main .gmap {
  margin: 3rem 0 0;
}
.access .main .gmap iframe {
  height: 90vw;
}
.access .main .tbl_time tr th.time {
  text-align: center;
}
@media screen and (min-width: 48em), print {
  .access .main .tbl_time {
    width: calc(1200px - 20rem);
    margin-inline: auto;
  }
  .access .main .gmap {
    margin: 0;
  }
  .access .main .gmap iframe {
    height: 50rem;
  }
}

.recruit .recruit_message .txt_navy {
  font-weight: 500;
  font-size: 1.5rem;
}
.recruit .job_lst {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.recruit .job_lst > li > a {
  display: block;
  color: var(--clr_white) !important;
  text-decoration: none !important;
  text-align: center;
  background: var(--clr_navy_light);
  border-radius: 6px;
  padding: 1.5rem 1rem;
  position: relative;
}
.recruit .job_lst > li > a::before, .recruit .job_lst > li > a::after {
  position: absolute;
  display: block;
}
.recruit .job_lst > li > a::before {
  content: "";
  width: calc(100% - 0.6rem);
  height: calc(100% - 0.6rem);
  top: 0.3rem;
  left: 0.3rem;
  border: 1px solid var(--clr_white);
  border-radius: 4px;
}
.recruit .job_lst > li > a::after {
  font-family: "fontello";
  content: "\32";
  line-height: 1;
  bottom: 0.4rem;
  left: 0;
  right: 0;
  margin-inline: auto;
}
@media screen and (min-width: 48em), print {
  .recruit .recruit_message .txt_navy {
    font-size: var(--font-size28);
  }
  .recruit .job_lst {
    flex-direction: row;
    gap: 3rem 6rem;
  }
  .recruit .job_lst > li {
    width: calc((100% - 12rem) / 3);
  }
  .recruit .job_lst > li > a {
    border-radius: 10px;
    padding: 2.5rem 4rem;
    font-size: var(--font-size22);
  }
  .recruit .job_lst > li > a::before {
    content: "";
    width: calc(100% - 1rem);
    height: calc(100% - 1rem);
    top: 0.5rem;
    left: 0.5rem;
    border-radius: 8px;
  }
  .recruit .job_lst > li > a:hover {
    background: var(--clr_navy);
  }
}/*# sourceMappingURL=style.css.map */