@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-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;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-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;
}
[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]) {
  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 {
  word-wrap: break-word;
}

button {
  cursor: pointer;
  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: 0 0 1em;
}
p:last-child {
  margin: 0;
}

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

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

a {
  pointer-events: none;
}

.news_body a, a[target*=_blank], a[href$="./"], a[href*="tel:"], a[href*="#"], a[href*=information],
a[class*=btn_rsv] {
  pointer-events: auto;
}

:root {
  --clr_txt: #111;
  --rgb_txt: 17 17 17;
  --clr_blue_dark: #223670;
  --rgb_blue_dark: 34 54 112;
  --clr_blue_dark2: #28479E;
  --rgb_blue_dark2: 40 71 158;
  --clr_blue_dark3: #676E84;
  --rgb_blue_dark3: 103 110 132;
  --clr_blue_dark4: #81BBBF;
  --rgb_blue_dark4: 129 187 191;
  --clr_blue_dark5: #6D7899;
  --rgb_blue_dark5: 109 120 153;
  --clr_blue_dark6: #2D4381;
  --rgb_blue_dark6: 45 67 129;
  --clr_blue: #7BB8B9;
  --rgb_blue: 123 184 185;
  --clr_blue_light: #BDE4E5;
  --rgb_blue_light: 189 228 229;
  --clr_blue_light2: #9FCECF;
  --rgb_blue_light2: 159 206 207;
  --clr_blue_light3: #77BEF7;
  --rgb_blue_light3: 119 190 247;
  --clr_blue_light4: #CFE9EB;
  --rgb_blue_light4: 207 233 235;
  --clr_red_dark: #E1444B;
  --rgb_red_dark: 225 68 75;
  --clr_red_dark2: #E25A61;
  --rgb_red_dark2: 226 90 97;
  --clr_red: #DE545B;
  --rgb_red: 222 84 91;
  --clr_red_light: #F8D5D6;
  --rgb_red_light: 248 213 214;
  --clr_red_light2: #F9D9D9;
  --rgb_red_light2: 249 217 217;
  --clr_gray_dark: #BCBCBC;
  --rgb_gray_dark: 188 188 188;
  --clr_gray_dark2: #82847C;
  --rgb_gray_dark2: 130 132 124;
  --clr_gray: #EBEBEB;
  --rgb_gray: 235 235 235;
  --clr_gray_light: #D0D5E1;
  --rgb_gray_light: 208 213 225;
  --clr_gray_light2: #F2F2F2;
  --rgb_gray_light2: 242 242 242;
  --clr_black: #111111;
  --rgb_black: 17 17 17;
  --breakpoint: 576px;
}

:root {
  --padding100: calc((100% - 100rem) / 2);
}

:root {
  --padding110: calc((100% - 110rem) / 2);
}

:root {
  --padding120: calc((100% - 120rem) / 2);
}

@font-face {
  font-family: "fontello";
  src: url("fontello/font/fontello.woff2") format("woff2");
  font-display: fallback;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade_down {
  0% {
    opacity: 0;
    transform: translateY(-3rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade_up {
  0% {
    opacity: 0;
    transform: translateY(3rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade_right {
  0% {
    opacity: 0;
    transform: translateX(3rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fade_left {
  0% {
    opacity: 0;
    transform: translateX(-3rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.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_ja {
  font-family: "Hiragino Sans", Meiryo, sans-serif;
  font-family: "Hiragino Sans", "Yu Gothic medium", "Yu Gothic", "游ゴシック Medium", Meiryo, sans-serif;
}

.rubik {
  font-family: "Rubik", sans-serif;
  font-weight: 300;
}

.img_c {
  margin: 1rem auto;
}
.img_c.w35 {
  max-width: 80%;
}

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

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

.img_wrap img {
  width: auto;
  max-width: 90%;
  margin: auto;
}
.img_wrap img:not(:last-of-type) {
  margin: 0 auto 2rem;
}

@media screen and (min-width: 36em), print {
  .img_c.w35 {
    max-width: 35%;
  }
  .img_l {
    float: left;
    margin: 0 3rem 1rem 0;
  }
  .img_r {
    float: right;
    margin: 0 0 1rem 3rem;
  }
  img.tate {
    max-width: 25% !important;
  }
  .img_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 4rem 0;
  }
  .img_wrap img {
    margin: 0;
    max-width: 48%;
  }
  .img_wrap img:not(:last-of-type) {
    margin: 0;
  }
}
.sp_n {
  display: none;
}

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

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

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

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

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

body:not(.index) .main > section ~ section, body:not(.index) .flex2 > section ~ section {
  margin-top: 5rem;
}
body:not(.index) .main > section section ~ section, body:not(.index) .flex2 > section section ~ section {
  margin-top: 4rem;
}
body:not(.index) .main > section > section section ~ section, body:not(.index) .flex2 > section > section section ~ section {
  margin-top: 3rem;
}
body:not(.index) .main > section > section > section section ~ section, body:not(.index) .flex2 > section > section > section section ~ section {
  margin-top: 2rem;
}

.mth2 {
  margin-top: 5rem !important;
}

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

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

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

@media screen and (min-width: 36em), print {
  .mt50 {
    margin-top: 10rem !important;
  }
  .mt40 {
    margin-top: 8rem !important;
  }
  .mt30 {
    margin-top: 6rem !important;
  }
  .mt20 {
    margin-top: 4rem !important;
  }
  .mt10 {
    margin-top: 2rem !important;
  }
  body:not(.index) .main > section ~ section, body:not(.index) .flex2 > section ~ section {
    margin-top: clamp(5rem, 2.2308rem + 4.808vw, 8rem);
  }
  body:not(.index) .main > section section ~ section, body:not(.index) .flex2 > section section ~ section {
    margin-top: clamp(4rem, 2.1538rem + 3.205vw, 6rem);
  }
  body:not(.index) .main > section > section section ~ section, body:not(.index) .flex2 > section > section section ~ section {
    margin-top: clamp(3rem, 2.0769rem + 1.603vw, 4rem);
  }
  body:not(.index) .main > section > section > section section ~ section, body:not(.index) .flex2 > section > section > section section ~ section {
    margin-top: clamp(3rem, 2.0769rem + 1.603vw, 4rem);
  }
  .mth2 {
    margin-top: clamp(5rem, 2.2308rem + 4.808vw, 8rem) !important;
  }
  .mth3 {
    margin-top: clamp(4rem, 2.1538rem + 3.205vw, 6rem) !important;
  }
  .mth4 {
    margin-top: clamp(3rem, 2.0769rem + 1.603vw, 4rem) !important;
  }
  .mth5 {
    margin-top: clamp(3rem, 2.0769rem + 1.603vw, 4rem) !important;
  }
}
.tbl_time {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 1.2rem;
}
.tbl_time caption {
  font-size: 88.8%;
  caption-side: bottom;
  text-align: left;
  margin-top: 1em;
  letter-spacing: 0.04em;
}
.tbl_time tr th {
  font-weight: normal;
}
.tbl_time tr th[scope=col] {
  padding: 0.4rem 0;
  text-align: center;
  color: var(--clr_blue_dark);
  letter-spacing: 0.02em;
  text-indent: 0.02em;
  border-bottom: 1px solid var(--clr_blue_dark5);
}
.tbl_time tr th[scope=col]:first-child {
  width: 28%;
}
.tbl_time tr th[scope=row] {
  border-bottom: 1px solid var(--clr_blue_dark5);
}
.tbl_time tr td {
  text-align: center;
  padding: 1.4rem 0.4rem;
  border-bottom: 1px solid var(--clr_blue_dark5);
  line-height: 1;
  letter-spacing: 0.02em;
  text-indent: 0.02em;
  color: var(--clr_blue_dark);
  font-size: 80%;
}

@media screen and (min-width: 36em), print {
  .tbl_time {
    table-layout: fixed;
    font-size: clamp(1.4rem, 1.0308rem + 0.641vw, 1.8rem);
  }
  .tbl_time tr th[scope=col] {
    padding: 1rem 0 1.5rem;
  }
  .tbl_time tr th[scope=col]:first-child {
    width: 25.5%;
  }
  .tbl_time tr td {
    padding: 2.2rem 0;
  }
}
.tbl_basic {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  border: 1px solid #ccc;
  font-size: 1rem;
}
.tbl_basic tr th {
  border: 1px solid #ccc;
  padding: 0.4rem;
}
.tbl_basic tr th[scope=col] {
  background: var(--clr_txt);
  color: #fff;
}
.tbl_basic tr th[scope=row] {
  background: #ccc;
}
.tbl_basic tr td {
  padding: 0.4rem;
  border: 1px solid #ccc;
}

@media screen and (min-width: 36em), print {
  .tbl_basic {
    font-size: inherit;
  }
  .tbl_basic tr th {
    padding: 1rem;
  }
  .tbl_basic tr td {
    padding: 1rem;
  }
}
.gmap {
  width: 100%;
}

.tit_01 {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 10rem;
  background: var(--clr_blue_light2);
  color: #fff;
  font-weight: 600;
  font-size: 2.6rem;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  padding: 1rem;
  text-align: center;
}

.tit_02 {
  font-size: 2.4rem;
  line-height: 1.4;
  color: var(--clr_blue_dark);
  letter-spacing: 0.03em;
  margin: 0 0 0.6em;
  padding: 0 0 0.5em;
  border-bottom: 1px solid var(--clr_blue_dark);
}

.tit_03 {
  font-size: 2.2rem;
  line-height: 1.4;
  color: var(--clr_blue);
  letter-spacing: 0.03em;
  margin: 0 0 0.5em;
}

.tit_04 {
  font-size: 2rem;
  line-height: 1.4;
  color: var(--clr_blue_light3);
  letter-spacing: 0.03em;
  margin: 0 0 0.5em;
}

.tit_05 {
  font-size: 1.8rem;
  line-height: 1.4;
  letter-spacing: 0.03em;
  margin: 0 0 0.5em;
}

.tit_06 {
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: 0.03em;
  margin: 0 0 0.5em;
}

@media screen and (min-width: 36em), print {
  .tit_01 {
    min-height: 20rem;
    font-size: clamp(3.7rem, 3.0538rem + 1.122vw, 4.4rem);
  }
  .tit_02 {
    font-size: clamp(3.4rem, 2.8462rem + 0.962vw, 4rem);
  }
  .tit_03 {
    font-size: clamp(2.7rem, 2.2385rem + 0.801vw, 3.2rem);
  }
  .tit_04 {
    font-size: clamp(2.3rem, 1.8385rem + 0.801vw, 2.8rem);
  }
  .tit_05 {
    font-size: clamp(2.2rem, 1.8308rem + 0.641vw, 2.6rem);
  }
  .tit_06 {
    font-size: clamp(2rem, 1.6308rem + 0.641vw, 2.4rem);
  }
}
.lst_ul {
  line-height: 1.4;
  margin: 1rem 0;
}
.lst_ul > li {
  padding: 0 0 0 1em;
  position: relative;
}
.lst_ul > li:not(:last-child) {
  margin: 0 0 1rem;
}
.lst_ul > li::before {
  content: "●";
  color: var(--clr_red_dark2);
  font-size: 60%;
  position: absolute;
  left: 0;
  top: 0.4em;
}
.lst_ul.kome > li::before {
  content: "※";
  color: var(--clr_txt);
}

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

.lst_dl01 dt {
  font-weight: bold;
}
.lst_dl01 dd {
  margin: 0 0 1rem;
}
.lst_dl01.dt1em {
  display: flex;
  flex-wrap: wrap;
}
.lst_dl01.dt1em > dt {
  width: 1em;
}
.lst_dl01.dt1em > dd {
  width: calc(100% - 1em);
}
.lst_dl01.dt2em {
  display: flex;
  flex-wrap: wrap;
}
.lst_dl01.dt2em > dt {
  width: 2em;
}
.lst_dl01.dt2em > dd {
  width: calc(100% - 2em);
}
.lst_dl01.dt3em {
  display: flex;
  flex-wrap: wrap;
}
.lst_dl01.dt3em > dt {
  width: 3em;
}
.lst_dl01.dt3em > dd {
  width: calc(100% - 3em);
}
.lst_dl01.dt4em {
  display: flex;
  flex-wrap: wrap;
}
.lst_dl01.dt4em > dt {
  width: 4em;
}
.lst_dl01.dt4em > dd {
  width: calc(100% - 4em);
}
.lst_dl01.dt5em {
  display: flex;
  flex-wrap: wrap;
}
.lst_dl01.dt5em > dt {
  width: 5em;
}
.lst_dl01.dt5em > dd {
  width: calc(100% - 5em);
}
.lst_dl01.dt6em {
  display: flex;
  flex-wrap: wrap;
}
.lst_dl01.dt6em > dt {
  width: 6em;
}
.lst_dl01.dt6em > dd {
  width: calc(100% - 6em);
}
.lst_dl01.dt7em {
  display: flex;
  flex-wrap: wrap;
}
.lst_dl01.dt7em > dt {
  width: 7em;
}
.lst_dl01.dt7em > dd {
  width: calc(100% - 7em);
}
.lst_dl01.dt8em {
  display: flex;
  flex-wrap: wrap;
}
.lst_dl01.dt8em > dt {
  width: 8em;
}
.lst_dl01.dt8em > dd {
  width: calc(100% - 8em);
}
.lst_dl01.dt9em {
  display: flex;
  flex-wrap: wrap;
}
.lst_dl01.dt9em > dt {
  width: 9em;
}
.lst_dl01.dt9em > dd {
  width: calc(100% - 9em);
}
.lst_dl01.dt10em {
  display: flex;
  flex-wrap: wrap;
}
.lst_dl01.dt10em > dt {
  width: 10em;
}
.lst_dl01.dt10em > dd {
  width: calc(100% - 10em);
}
@media screen and (min-width: 36em), print {
  .lst_dl01 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .lst_dl01 dt {
    width: 20%;
  }
  .lst_dl01 dd {
    width: 80%;
    padding: 0 0 0 1rem;
  }
}

.lst_dl02 {
  border: 1px solid var(--clr_txt);
  border-top: none;
  margin: 1em 0;
}
.lst_dl02 dt {
  padding: 0.5rem 1rem;
  text-align: center;
  font-weight: bold;
  border-top: 1px solid var(--clr_txt);
  border-bottom: 1px solid var(--clr_txt);
  background: #ccc;
}
.lst_dl02 dd {
  padding: 1rem;
}
@media screen and (min-width: 36em), print {
  .lst_dl02 {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid var(--clr_txt);
  }
  .lst_dl02 dt, .lst_dl02 dd {
    width: 50%;
    padding: 1rem 2rem;
  }
  .lst_dl02 dt {
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: none;
    border-right: 1px solid var(--clr_txt);
  }
  .lst_dl02 dt:last-of-type {
    border-bottom: none;
  }
  .lst_dl02 dd:not(:last-of-type) {
    border-bottom: 1px solid var(--clr_txt);
  }
  .lst_dl02.dt_small dt {
    width: 30%;
  }
  .lst_dl02.dt_small dd {
    width: 70%;
  }
}

.btn_flex {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
}
.btn_flex a {
  margin: 0 auto !important;
}

@media screen and (min-width: 36em), print {
  .main {
    container: tab/inline-size;
  }
  @container tab (width > 650px) {
    .main .flex2 {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
    }
    .main .flex2 > section, .main .flex2 > li, .main .flex2 > div {
      width: 48%;
      margin-top: 0 !important;
    }
    .main .flex2.lst_ul > li:nth-last-child(2) {
      margin-bottom: 0;
    }
    .main .flex2.gap {
      gap: 4rem;
    }
  }
  .btn_flex {
    flex-direction: row;
    gap: 1rem 2rem;
    flex-wrap: wrap;
  }
}
.tel_style {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 0 0.4rem;
}

.box1, .box2, .box3 {
  padding: 1rem;
  margin: 1em 0;
}
@media screen and (min-width: 36em), print {
  .box1, .box2, .box3 {
    padding: 3rem;
  }
}

.box1 {
  background: #fff;
}

.box2 {
  background: var(--clr_blue_light4);
}

.box3 {
  background: var(--clr_red_light);
}

.btn_rsv, .btn1, .btn2 {
  display: block;
  padding: 1rem 2rem;
  margin: 1rem auto;
  color: #fff;
  line-height: 1.2;
  border-radius: 100vh;
  text-decoration: none !important;
  min-width: 60%;
  width: fit-content;
  text-align: center;
  letter-spacing: 0.02em;
  text-indent: 0.02em;
}
@media screen and (min-width: 36em), print {
  .btn_rsv, .btn1, .btn2 {
    min-width: clamp(18rem, 12.4615rem + 9.615vw, 24rem);
    padding: 1.4rem 3rem;
    font-size: clamp(1.4rem, 1.2154rem + 0.321vw, 1.6rem);
  }
  .btn_rsv:is(:hover, :focus-visible), .btn1:is(:hover, :focus-visible), .btn2:is(:hover, :focus-visible) {
    opacity: 1;
  }
}

.btn_rsv {
  background: var(--clr_red);
}
@media screen and (min-width: 36em), print {
  .btn_rsv:is(:hover, :focus-visible) {
    background: var(--clr_blue);
  }
}

.btn1 {
  background: var(--clr_blue_dark);
}
@media screen and (min-width: 36em), print {
  .btn1:is(:hover, :focus-visible) {
    background: var(--clr_red);
  }
}

.btn2 {
  background: var(--clr_blue_dark4);
}
@media screen and (min-width: 36em), print {
  .btn2:is(:hover, :focus-visible) {
    background: var(--clr_blue_dark2);
  }
}

.linkout {
  display: inline-block;
  color: var(--clr_txt);
}
.linkout::after {
  font-family: "fontello";
  content: "\f08e";
  margin-left: 0.3rem;
}
@media screen and (min-width: 36em), print {
  .linkout::after {
    margin-left: 0.5rem;
  }
  .linkout::after:hover {
    text-decoration: none;
  }
}
.linkout.pdf::after {
  font-family: "fontello";
  content: "\f1c1";
}

@media screen and (min-width: 36em), print {
  .slick-arrow {
    position: absolute;
    cursor: pointer;
    line-height: 0;
    font-size: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 5;
    width: 5rem;
    height: 5rem;
    top: clamp(14rem, 2.9231rem + 19.231vw, 26rem);
  }
  .slick-arrow::before {
    font-size: clamp(3.4rem, 1.9231rem + 2.564vw, 5rem);
    color: var(--clr_txt);
    transition: 0.3s;
  }
  .slick-arrow.slick-prev {
    left: -11%;
  }
  .slick-arrow.slick-prev::before {
    font-family: "fontello";
    content: "\71";
  }
  .slick-arrow.slick-next {
    right: -11%;
  }
  .slick-arrow.slick-next::before {
    font-family: "fontello";
    content: "\77";
  }
}
.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: 50%;
  background: var(--clr_txt);
}
.slick-dots li button:is(:hover, :focus-visible) {
  opacity: 0.8;
}
.slick-dots li.slick-active button {
  opacity: 0.75;
}

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

body {
  background: var(--clr_gray);
  color: var(--clr_txt);
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}
body::after {
  visibility: hidden;
  width: 100vw;
  height: 100vh;
  content: "";
  background: rgb(var(--rgb_blue)/0.6);
  position: fixed;
  top: 0;
  z-index: 90;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
  backdrop-filter: blur(0.6rem);
}
body.spnav_modal {
  overflow: hidden !important;
}
body.spnav_modal::after {
  visibility: visible;
  opacity: 1;
}

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

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

@media screen and (min-width: 36em), print {
  html {
    font-size: 62.5%;
  }
  body::after {
    display: none;
  }
  a, button {
    transition: 0.2s;
  }
  a:hover, button:hover {
    opacity: 0.8;
  }
  .wrap {
    max-width: 1200px;
    margin: auto;
  }
  .main {
    font-size: clamp(1.4rem, 1.2154rem + 0.321vw, 1.6rem);
  }
  .main a:not([class*=btn]):hover {
    opacity: 1;
    text-decoration: none;
  }
}
:target {
  scroll-margin-top: 7rem;
}
@media screen and (min-width: 36em), print {
  :target {
    scroll-margin-top: 10rem;
  }
}

.header {
  position: sticky;
  top: -6.6rem;
  left: 0;
  z-index: 100;
}
.header > .wrap .logo {
  width: 100%;
  height: 6.6rem;
  padding: 1rem;
  background: var(--clr_blue_dark);
  transition: 0.5s;
}
.header > .wrap .logo.hide {
  transform: translateY(-150%);
}
.header > .wrap .logo a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/logo.svg) no-repeat center/contain;
}
.header > .wrap .logo a .clip {
  display: block;
  height: 100%;
  overflow: hidden;
  clip-path: inset(50%);
  color: transparent;
}

@media screen and (min-width: 36em), print {
  .header {
    top: 0;
    background: var(--clr_blue_dark);
  }
  .header > .wrap {
    padding: 1rem 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 2rem;
    width: min(118rem, 100% - 2rem);
  }
  .header > .wrap .logo {
    width: 19.8%;
    min-width: 21rem;
    aspect-ratio: 234/76;
    background-position: left;
    height: auto;
    padding: 0;
    position: relative;
    z-index: 101;
    background: none;
  }
  .header > .wrap .logo a {
    width: 100%;
  }
}
#nav {
  width: 100vw;
  position: relative;
}
#nav #sp_menu {
  width: 100%;
  height: 6rem;
  display: flex;
  align-items: center;
  background: #fff;
  text-align: center;
  padding: 0.5rem 0;
  z-index: 100;
  transition: 0.5s;
}
#nav #sp_menu li {
  flex: 1;
  height: 100%;
}
#nav #sp_menu li:not(:last-of-type) {
  border-right: 1px solid var(--clr_gray);
}
#nav #sp_menu li a, #nav #sp_menu li button {
  white-space: nowrap;
  font-size: 1rem;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  line-height: 1;
}
#nav #sp_menu li a::before, #nav #sp_menu li button::before {
  color: var(--clr_red);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  min-height: 2rem;
}
#nav #sp_menu li a.spbtn_home::before, #nav #sp_menu li button.spbtn_home::before {
  font-family: "fontello";
  content: "\e807";
}
#nav #sp_menu li a.spbtn_tel::before, #nav #sp_menu li button.spbtn_tel::before {
  font-family: "fontello";
  content: "\e805";
}
#nav #sp_menu li a.spbtn_rsv::before, #nav #sp_menu li button.spbtn_rsv::before {
  font-family: "fontello";
  content: "\e808";
}
#nav #sp_menu li a.spbtn_acs::before, #nav #sp_menu li button.spbtn_acs::before {
  font-family: "fontello";
  content: "\e806";
}
#nav #sp_menu li a.menu, #nav #sp_menu li button.menu {
  padding: 0;
}
#nav #sp_menu li a.menu::before, #nav #sp_menu li button.menu::before {
  font-family: "fontello";
  content: "\e800";
}
#nav #sp_menu li a.menu.close::before, #nav #sp_menu li button.menu.close::before {
  font-family: "fontello";
  content: "\e801";
}
#nav #sp_menu li a span, #nav #sp_menu li button span {
  min-height: 2rem;
  display: flex;
  align-items: center;
}
#nav .gnav_subnav {
  display: none;
  width: 94vw;
  max-height: calc(100dvh - 13.6rem);
  overflow-y: auto;
  background: var(--clr_blue_dark);
  padding: 1.6rem;
  margin: auto;
  position: absolute;
  top: 6rem;
  left: 0;
  right: 0;
  z-index: 100;
}
#nav .gnav_subnav.spnav_sticky {
  max-height: calc(100dvh - 7rem);
}
#nav .gnav_subnav .gnav > li a, #nav .gnav_subnav .gnav > li .sub {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-align: left;
  padding: 1rem;
  font-size: 1.4rem;
  color: #fff;
  letter-spacing: 0.01em;
  font-family: "Rubik", sans-serif;
  font-weight: 300;
}
#nav .gnav_subnav .gnav > li a.current, #nav .gnav_subnav .gnav > li .sub.current {
  color: var(--clr_blue_light);
}
#nav .gnav_subnav #menu_close {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
  text-align: center;
  padding: 0.6rem 0;
  margin: 1rem 0 0;
}
#nav .gnav_subnav #menu_close::before {
  font-family: "fontello";
  content: "\e801";
  margin: 0 0.6rem 0 0;
}

@media screen and (min-width: 36em), print {
  #nav {
    width: auto;
    position: static;
    flex: 1;
  }
  #nav #sp_menu {
    display: none;
  }
  #nav .gnav_subnav {
    display: block !important;
    width: 100%;
    max-height: calc(var(--vh, 1vh) * 100);
    overflow-y: visible;
    padding: 1rem 0;
    position: static;
  }
  #nav .gnav_subnav .gnav {
    margin: auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    gap: 0 clamp(1rem, -1.0308rem + 3.526vw, 3.2rem);
    border: none;
  }
  #nav .gnav_subnav .gnav > li {
    width: auto;
    position: relative;
  }
  #nav .gnav_subnav .gnav > li.pc_gnav_n {
    display: none;
  }
  #nav .gnav_subnav .gnav > li a, #nav .gnav_subnav .gnav > li .sub {
    justify-content: center;
    text-align: center;
    font-size: clamp(1.4rem, 1.2154rem + 0.321vw, 1.6rem);
    margin: 0;
    padding: 0;
    cursor: pointer;
  }
  #nav .gnav_subnav .gnav > li a:is(:hover, :focus-visible, .current), #nav .gnav_subnav .gnav > li .sub:is(:hover, :focus-visible, .current) {
    color: var(--clr_blue_light);
    opacity: 1;
  }
  #nav .gnav_subnav .gnav > li .subbox {
    display: none;
    width: 100%;
    position: absolute;
    z-index: 100;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a {
    padding: 1rem 0;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a:is(:hover, :focus-visible, .current) {
    color: #f00;
  }
  #nav .gnav_subnav #menu_close {
    display: none;
  }
}
.overview {
  padding: 4rem 1rem;
  font-size: 1.3rem;
  line-height: 1.6;
}
.overview .clinic_name {
  margin: 0 0 3rem;
}
.overview .clinic_name img {
  max-width: 60%;
  margin: 0 auto 3rem;
}
.overview .clinic_name p {
  letter-spacing: 0.02em;
}
.overview > .wrap .overviewL .gaiyo {
  width: 100%;
  margin: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  line-height: 1.22;
  letter-spacing: 0.02em;
}
.overview > .wrap .overviewL .gaiyo dt {
  width: 24%;
  color: var(--clr_blue_dark);
  font-weight: 600;
  padding: 0 1em 0 0;
  font-size: 1.4rem;
}
.overview > .wrap .overviewL .gaiyo dd {
  width: 76%;
}
.overview > .wrap .overviewL .gaiyo dd .txt_ja {
  color: var(--clr_gray_dark2);
}
.overview > .wrap .overviewL .gaiyo dt, .overview > .wrap .overviewL .gaiyo dd {
  margin: 0 0 1.9em;
}
.overview > .wrap .overviewR {
  margin: 2rem 0 0;
}
.overview > .wrap .overviewR .time_tit {
  color: var(--clr_blue_dark);
  font-weight: 600;
}
.overview .logo_wrap {
  background: var(--clr_gray_light2);
  padding: 2rem 1rem;
  margin: 2rem 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
.overview .logo_wrap a {
  width: 50%;
  display: block;
}
.overview .logo_wrap a img {
  width: 100%;
}
.overview .logo_wrap p {
  margin: 0;
}

@media screen and (min-width: 36em), print {
  .overview {
    padding: clamp(5rem, 0.3846rem + 8.013vw, 10rem) 0;
    margin: auto;
    font-size: clamp(1.4rem, 1.2154rem + 0.321vw, 1.6rem);
    width: min(118rem, 100% - 2rem);
  }
  .overview .clinic_name {
    margin: 0 0 clamp(4rem, 0.7692rem + 5.609vw, 7.5rem);
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 2rem;
  }
  .overview .clinic_name img {
    max-width: 27.1rem;
    margin: 0;
  }
  .overview .clinic_name .rsv_tel_btnwrap {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 1.6rem;
  }
  .overview .clinic_name .rsv_tel_btnwrap a {
    margin: 0 !important;
  }
  .overview .clinic_name p {
    margin: 1rem 0 0;
    font-size: clamp(1.6rem, 1.2308rem + 0.641vw, 2rem);
  }
  .overview > .wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 3rem 0;
  }
  .overview > .wrap .overviewL, .overview > .wrap .overviewR {
    min-width: 51rem;
    flex-grow: 1;
  }
  .overview > .wrap .overviewL {
    width: 49%;
  }
  .overview > .wrap .overviewL .gaiyo dt {
    width: 18%;
    font-size: clamp(1.6rem, 1.4154rem + 0.321vw, 1.8rem);
  }
  .overview > .wrap .overviewL .gaiyo dd {
    width: 82%;
    font-size: clamp(1.4rem, 1.2154rem + 0.321vw, 1.6rem);
  }
  .overview > .wrap .overviewR {
    width: 51%;
    margin: 0;
  }
  .overview > .wrap .overviewR .gmap {
    height: 100%;
  }
  .overview .logo_wrap {
    margin: clamp(4rem, 2.1538rem + 3.205vw, 6rem) 0 0;
    padding: clamp(2rem, -0.7692rem + 4.808vw, 5rem);
    flex-direction: row;
    gap: clamp(3rem, -0.6923rem + 6.41vw, 7rem);
  }
  .overview .logo_wrap a {
    width: 30%;
    max-width: 19.2rem;
  }
  .overview .logo_wrap p {
    letter-spacing: 0.04em;
  }
}
#pageup {
  display: none;
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 1;
}
#pageup .pageup {
  cursor: pointer;
  width: 5rem;
  aspect-ratio: 1/1;
  font-size: 2.6rem;
  text-align: center;
  padding: 0.4rem;
  color: #fff;
  background: var(--clr_red);
  border: 1px solid #fff;
}
#pageup .pageup::before {
  display: block;
  font-family: "fontello";
  content: "\e803";
}
#pageup .pageup .clip {
  display: block;
  font-size: 1rem;
  clip-path: inset(50%);
  color: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: 0;
}

@media screen and (min-width: 36em), print {
  #pageup .pageup {
    width: clamp(5rem, 4.4462rem + 0.962vw, 5.6rem);
    font-size: clamp(3rem, 2.4462rem + 0.962vw, 3.6rem);
    line-height: 1;
  }
}
.footer {
  text-align: center;
  color: #fff;
  background: var(--clr_blue_dark);
}
.footer .copy {
  display: block;
  padding: 1rem;
  font-size: 1.2rem;
}
.footer ul {
  display: none;
}

@media screen and (min-width: 36em), print {
  .footer {
    padding: clamp(2rem, -0.3077rem + 4.006vw, 4.5rem) 0 0;
  }
  .footer .copy {
    margin: clamp(2rem, 1.0769rem + 1.603vw, 3rem) 0 0;
    font-size: 1.4rem;
  }
  .footer ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    width: min(120rem, 100% - 2rem);
    margin: auto;
  }
  .footer ul li {
    display: flex;
    font-size: clamp(1.4rem, 1.2154rem + 0.321vw, 1.6rem);
    margin: 0 0 1rem;
    letter-spacing: 0.01em;
    text-indent: 0.01em;
  }
  .footer ul li:not(:last-child, .last-in-row)::after {
    content: "|";
    margin: 0 1.5rem;
  }
  .footer ul li a {
    opacity: 1;
  }
  .footer ul li a:hover {
    text-decoration: underline;
  }
}
.index main {
  overflow-x: clip;
}

.keyvsl {
  width: 100%;
  position: relative;
}
.keyvsl #keyvsl {
  max-width: 100%;
  height: 27rem;
  overflow: hidden;
  visibility: hidden;
}
.keyvsl #keyvsl .slick-list div img {
  height: 27rem !important;
  object-fit: cover;
  margin: auto;
}
.keyvsl > .wrap {
  opacity: 0;
  animation: fadein 1.5s forwards;
}
.keyvsl > .wrap .catch_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 1rem;
  color: #fff;
  text-align: center;
  font-size: 2rem;
  line-height: 1.2;
}
.keyvsl > .wrap .catch_wrap .catch {
  font-weight: 600;
}
.keyvsl > .wrap .catch_wrap .catch_small {
  font-size: 55%;
  text-shadow: 0 0 0.25rem rgb(var(--rgb_blue_light3)/0.5);
}
.keyvsl > .wrap .open {
  background: rgb(var(--rgb_red_light2)/0.9);
  border-radius: 100vh;
  padding: 1rem;
  color: var(--clr_red);
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  margin: 1rem 1rem 1.5rem;
}
.keyvsl > .wrap .rsv_tel_btnwrap li a {
  font-size: 1.4rem;
}

@media screen and (min-width: 36em), print {
  .keyvsl #keyvsl {
    height: 57.1rem;
  }
  .keyvsl #keyvsl .slick-list div img {
    height: 57.1rem !important;
  }
  .keyvsl > .wrap {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    width: min(118rem, 100% - 2rem);
    padding: 0 0 3rem;
    z-index: 1;
  }
  .keyvsl > .wrap .catch_wrap {
    position: static;
    padding: 0;
    margin: 0 0 2rem;
    text-align: right;
    font-size: clamp(3.2rem, 2.4615rem + 1.282vw, 4rem);
  }
  .keyvsl > .wrap .catch_wrap .catch {
    margin: 0 0 0.5em;
  }
  .keyvsl > .wrap .catch_wrap .catch_small {
    text-shadow: 0 0 0.5rem rgb(var(--rgb_blue_light3)/0.5);
  }
  .keyvsl > .wrap .open {
    width: clamp(14rem, 11.8769rem + 3.686vw, 16.3rem);
    aspect-ratio: 1/1;
    border-radius: 50%;
    padding: 1rem 1rem 1.5rem;
    font-size: clamp(1.9rem, 1.4385rem + 0.801vw, 2.4rem);
    margin: 0;
    position: absolute;
    top: calc(-1 * clamp(10rem, 8.1538rem + 3.205vw, 12rem));
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.2;
    z-index: -1;
  }
  .keyvsl > .wrap .rsv_tel_btnwrap {
    display: flex;
    justify-content: flex-end;
    gap: 1rem clamp(1rem, 0.6308rem + 0.641vw, 1.4rem);
    flex-wrap: wrap;
  }
  .keyvsl > .wrap .rsv_tel_btnwrap li a {
    margin: 0;
    min-width: 22.9rem;
    font-size: clamp(1.4rem, 1.2154rem + 0.321vw, 1.6rem);
  }
}
.tit_02_top {
  color: var(--clr_blue_dark);
  font-weight: 600;
  letter-spacing: 0.005em;
  line-height: 1.2;
  margin: 0 0 0.8em;
  font-size: 2.4rem;
}
.tit_02_top.med {
  font-weight: 500;
}
.tit_02_top.red {
  color: var(--clr_red_dark2);
}
.tit_02_top.white {
  color: #fff;
}
.tit_02_top.light {
  color: var(--clr_blue_light);
}

@media screen and (min-width: 36em), print {
  .tit_02_top {
    font-size: clamp(3.2rem, 2.4615rem + 1.282vw, 4rem);
  }
}
.info_acs {
  padding: 4rem 1rem;
}

@media screen and (min-width: 36em), print {
  .info_acs {
    padding: 5rem 0 clamp(5rem, 1.3077rem + 6.41vw, 9rem);
    width: min(118rem, 100% - 2rem);
    margin: auto;
    display: flex;
    justify-content: space-between;
  }
  main {
    container: tab/inline-size;
  }
  @container tab (width < 880px) {
    main .info_acs {
      flex-direction: column;
      gap: 6rem;
    }
    main .info_acs > section {
      width: 100%;
    }
  }
}
.info {
  opacity: 0;
}
.info.trigger {
  animation: fade_up 1s forwards;
}
.info .tit_btn {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 0 0 1.9em;
}
.info .tit_btn .tit_02_top {
  margin: 0;
}
.info .tit_btn .btn {
  color: var(--clr_red_dark);
  border: 1px solid var(--clr_red_dark);
  border-radius: 100vh;
  font-size: 1.2rem;
  padding: 0 0.9em;
  letter-spacing: 0.01em;
  line-height: 1.4;
}
.info .tab_wrap .tab_button {
  display: flex;
  gap: 2px;
  margin: 0 0 1.5rem;
}
.info .tab_wrap .tab_button li {
  flex: 1;
  list-style: none;
}
.info .tab_wrap .tab_button li button {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--clr_gray_dark);
  color: #fff;
  line-height: 1.2;
  padding: 0.5rem 0;
  border-radius: 3px 3px 0 0;
}
@media screen and (min-width: 36em), print {
  .info .tab_wrap .tab_button li button {
    border-radius: 6px 6px 0 0;
  }
}
.info .tab_wrap .tab_button li.active button {
  background: var(--clr_blue_dark);
  cursor: default;
}
.info .tab_wrap .tab_button li.active button:hover {
  opacity: 1;
}
.info .tab_wrap .tab_box_wrapper .tab_box {
  display: none;
}
.info .tab_wrap .tab_box_wrapper .tab_box.active {
  display: block;
}

.notice-container, .fullview-container {
  border-top: 1px solid var(--clr_blue_dark);
  border-bottom: 1px solid var(--clr_blue_dark);
  padding: 0.5rem 0;
}
.notice-container dl > div, .fullview-container dl > div {
  padding: 3rem 0;
}
.notice-container dl > div:not(:first-of-type), .fullview-container dl > div:not(:first-of-type) {
  border-top: 1px dotted var(--clr_black);
}
.notice-container dl > div dt, .fullview-container dl > div dt {
  display: block;
  margin: 0 0 0.6em;
  color: var(--clr_blue_dark2);
  font-weight: 600;
  font-size: 112.5%;
  position: relative;
}
.notice-container dl > div dt .notice-day, .notice-container dl > div dt .fullview-day, .fullview-container dl > div dt .notice-day, .fullview-container dl > div dt .fullview-day {
  color: var(--clr_gray_dark2);
  display: block;
  font-weight: 400;
  font-size: 87.5%;
  margin: 0 0 0.3em;
}

@media screen and (min-width: 36em), print {
  .info {
    width: 46.6%;
  }
  .info .tit_btn .btn {
    font-size: clamp(1.4rem, 1.2154rem + 0.321vw, 1.6rem);
  }
  .info .tab_wrap .tab_button li button {
    padding: 0.7rem 0;
  }
  .notice-container, .fullview-container {
    padding: 0.5rem 0;
  }
  .notice-container dl > div dt .notice-day, .notice-container dl > div dt .fullview-day, .fullview-container dl > div dt .notice-day, .fullview-container dl > div dt .fullview-day {
    margin: 0 0 0.5em;
  }
}
.acs {
  margin: 4rem 0 0;
  opacity: 0;
}
.acs.trigger {
  animation: fade_up 1s forwards;
}
.acs .acs_txt {
  color: var(--clr_blue_dark);
  font-weight: 600;
  font-size: 112.5%;
}
.acs dl {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.5;
  margin: 2rem 0;
}
.acs dl dt {
  color: var(--clr_blue_dark);
  font-weight: 600;
  font-size: 112.5%;
  width: 25%;
}
.acs dl dd {
  width: 75%;
  padding: 0 0 0 1em;
}
.acs dl dt, .acs dl dd {
  margin: 0 0 1em;
}
.acs .gmap {
  height: calc(100vw - 2rem);
}

@media screen and (min-width: 36em), print {
  .acs {
    width: 47.5%;
    margin: 0;
  }
  .acs dl {
    margin: 3rem 0 2rem;
  }
  .acs dl dt {
    width: 28%;
  }
  .acs dl dd {
    width: 72%;
  }
  .acs .gmap {
    height: 37.7rem;
  }
}
.urgent {
  padding: 4rem 1rem 22rem;
  background: #fff url(../img/index_urgent_bg.jpg) no-repeat right -26rem bottom/auto 20rem;
  letter-spacing: 0.01em;
}
.urgent .txt_wrap {
  opacity: 0;
}
.urgent .txt_wrap.trigger {
  animation: fade_right 1s forwards;
}
.urgent .txt_wrap p .txt_ja {
  font-size: 87.5%;
  letter-spacing: 0.04em;
}
.urgent .txt_wrap dl dt {
  color: var(--clr_red_dark2);
  font-weight: 600;
}
.urgent .txt_wrap dl dd ul li {
  display: flex;
  align-items: first baseline;
}
.urgent .txt_wrap dl dd ul li::before {
  content: "・";
}

@media screen and (min-width: 36em), print {
  .urgent {
    padding: 2rem 0;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: clamp(26rem, 16.1231rem + 17.147vw, 36.7rem);
  }
  .urgent .txt_wrap {
    width: min(118rem, 100% - 2rem);
  }
  .urgent .txt_wrap .tit_02_top {
    margin: 0 0 0.3em;
  }
}
.trusted {
  padding: 4rem 1rem;
  background: var(--clr_blue_dark);
  color: #fff;
  letter-spacing: 0.01em;
}
.trusted.trigger .tit_02_top, .trusted.trigger p, .trusted.trigger ul {
  animation: fadein 1s forwards;
}
.trusted .tit_02_top {
  opacity: 0;
}
.trusted p {
  opacity: 0;
}
.trusted p.txt_ja {
  font-size: 87.5%;
}
.trusted ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  opacity: 0;
}
.trusted ul li {
  border: 1px solid #fff;
  padding: 1rem;
  aspect-ratio: 1/1;
  width: calc((100% - 1rem) / 2);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.7rem;
}
.trusted ul li .rubik {
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  font-size: 114.2%;
}

@media screen and (min-width: 36em), print {
  .trusted {
    padding: clamp(5rem, 1.3077rem + 6.41vw, 9rem) 0;
  }
  .trusted .tit_02_top, .trusted p, .trusted ul {
    width: min(118rem, 100% - 2rem);
  }
  .trusted .tit_02_top {
    margin: 0 auto 0.4em;
  }
  .trusted p {
    margin: 0 auto 0.5em;
  }
  .trusted ul {
    margin: 4.5rem auto 0;
    gap: 2rem;
  }
  .trusted ul li {
    width: calc((100% - 6rem) / 4);
    font-size: clamp(1.8rem, 0.8769rem + 1.603vw, 2.8rem);
  }
  .trusted {
    container: tab/inline-size;
  }
  @container tab (width < 780px) {
    .trusted ul {
      flex-wrap: wrap;
    }
    .trusted ul li {
      width: calc((100% - 2rem) / 2);
      font-size: 2.4rem;
      padding: 2rem;
    }
  }
}
.insurance {
  padding: 4rem 1rem;
}
.insurance .tit_02_top {
  margin: 0 0 1.3em;
  opacity: 0;
}
.insurance .tit_02_top.trigger {
  animation: fadein 1s forwards;
}
.insurance ul {
  padding: 0 2rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.insurance ul.trigger li:nth-child(1) {
  animation: fade_up 1s forwards normal;
  animation-delay: 0.3s;
}
.insurance ul.trigger li:nth-child(2) {
  animation: fade_up 1s forwards normal;
  animation-delay: 0.6s;
}
.insurance ul.trigger li:nth-child(3) {
  animation: fade_up 1s forwards normal;
  animation-delay: 0.9s;
}
.insurance ul li {
  opacity: 0;
}
.insurance ul li::before {
  content: "";
  width: 100%;
  aspect-ratio: 378/350;
  display: block;
  margin: 0 0 1rem;
}
.insurance ul li.insurance1::before {
  background: url(../img/index_insurance1.jpg) no-repeat center/cover;
}
.insurance ul li.insurance2::before {
  background: url(../img/index_insurance2.jpg) no-repeat center/cover;
}
.insurance ul li.insurance3::before {
  background: url(../img/index_insurance3.jpg) no-repeat center/cover;
}
.insurance ul li p {
  color: var(--clr_blue_dark);
  letter-spacing: 0.01em;
  margin: 0 0 0.3em;
  font-size: 1.5rem;
  line-height: 1.38;
}
.insurance ul li p.txt_ja {
  letter-spacing: 0.02em;
  font-size: 1.3rem;
  color: var(--clr_blue_dark3);
}

@media screen and (min-width: 36em), print {
  .insurance {
    width: min(118rem, 100% - 2rem);
    margin: auto;
    padding: clamp(5rem, 0.8462rem + 7.212vw, 9.5rem) 0;
  }
  .insurance ul {
    padding: 0;
    flex-direction: row;
    gap: clamp(1.5rem, 0.7615rem + 1.282vw, 2.3rem);
  }
  .insurance ul li {
    width: calc((100% - clamp(1.5rem, 0.7615rem + 1.282vw, 2.3rem)) / 3);
  }
  .insurance ul li::before {
    margin: 0 0 3rem;
  }
  .insurance ul li p {
    font-size: clamp(1.6rem, 1.4154rem + 0.321vw, 1.8rem);
  }
  .insurance ul li p.txt_ja {
    font-size: clamp(1.2rem, 1.0154rem + 0.321vw, 1.4rem);
  }
  .insurance {
    container: tab/inline-size;
  }
  @container tab (width < 700px) {
    .insurance ul {
      flex-direction: column;
      gap: 3rem;
      max-width: 35rem;
      margin: auto;
    }
    .insurance ul li {
      width: 100%;
    }
  }
}
.eng_speaking {
  background: var(--clr_blue_dark);
  color: #fff;
  padding: 4rem 0 0;
}
.eng_speaking .tit_02_top {
  padding: 0 1rem;
  opacity: 0;
}
.eng_speaking .tit_02_top span {
  color: var(--clr_blue_light2);
  font-size: 55%;
  font-weight: 400;
}
.eng_speaking .tit_02_top.trigger {
  animation: fadein 1s forwards;
}
.eng_speaking ul li {
  min-height: 24rem;
  display: flex;
  align-items: flex-end;
  opacity: 0;
}
.eng_speaking ul li.trigger:nth-child(2n-1) {
  animation: fade_left 1s forwards;
}
.eng_speaking ul li.trigger:nth-child(2n) {
  animation: fade_right 1s forwards;
}
.eng_speaking ul li.eng1 {
  background: url(../img/index_eng_speaking1.jpg) no-repeat center right/auto 100%;
}
.eng_speaking ul li.eng2 {
  background: url(../img/index_eng_speaking2.jpg) no-repeat center left/auto 100%;
}
.eng_speaking ul li > div {
  background: rgb(var(--rgb_blue_dark)/0.84);
  padding: 1rem 1rem 1.5rem 1rem;
  width: 100%;
}
.eng_speaking ul li > div .p_wrap {
  position: relative;
  padding: 0 0 0 1rem;
}
.eng_speaking ul li > div .p_wrap::before {
  content: "";
  width: 1px;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.eng_speaking ul li > div p {
  margin: 0;
  font-size: 1.5rem;
  letter-spacing: 0.01em;
}
.eng_speaking ul li > div p.txt_ja {
  color: var(--clr_gray_light);
  font-size: 87.5%;
  letter-spacing: 0.04em;
}

@media screen and (min-width: 36em), print {
  .eng_speaking {
    padding: clamp(5rem, 1.3077rem + 6.41vw, 9rem) 0 0;
  }
  .eng_speaking .tit_02_top {
    padding: 0;
    margin: 0 auto 1.5em;
    width: min(118rem, 100% - 2rem);
  }
  .eng_speaking ul {
    display: flex;
  }
  .eng_speaking ul li {
    min-height: clamp(30rem, 15.4154rem + 25.321vw, 45.8rem);
    width: 50%;
    flex: 1;
    background-size: cover !important;
  }
  .eng_speaking ul li.eng1 > div {
    justify-content: flex-end;
  }
  .eng_speaking ul li.eng2 > div .p_wrap {
    padding: 0 0 0 clamp(2rem, -0.9538rem + 5.128vw, 5.2rem);
  }
  .eng_speaking ul li.eng2 > div .p_wrap::before {
    left: clamp(1rem, -1.7692rem + 4.808vw, 4rem);
  }
  .eng_speaking ul li > div {
    min-height: 11.3rem;
    display: flex;
    align-items: center;
    padding: 0 0 clamp(1rem, 0.0769rem + 1.603vw, 2rem);
  }
  .eng_speaking ul li > div .p_wrap {
    width: min(59rem, 100% - 1rem);
  }
  .eng_speaking ul li > div .p_wrap::before {
    min-height: 4.7rem;
    height: 100%;
  }
  .eng_speaking ul li > div .p_wrap p {
    font-size: clamp(1.6rem, 1.4154rem + 0.321vw, 1.8rem);
  }
  .eng_speaking {
    container: tab/inline-size;
  }
  @container tab (width < 780px) {
    .eng_speaking ul {
      flex-direction: column;
    }
    .eng_speaking ul li {
      width: 100%;
    }
    .eng_speaking ul li > div {
      justify-content: center !important;
    }
    .eng_speaking ul li > div .p_wrap {
      width: 80%;
    }
  }
}
.convenient {
  background: var(--clr_blue);
  padding: 4rem 1rem;
  color: #fff;
}
.convenient .tit_02_top {
  opacity: 0;
}
.convenient .tit_02_top.trigger {
  animation: fadein 1s forwards;
}
.convenient ul {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.convenient ul.trigger li:nth-child(1) {
  animation: fade_up 1s forwards normal;
  animation-delay: 0.3s;
}
.convenient ul.trigger li:nth-child(2) {
  animation: fade_up 1s forwards normal;
  animation-delay: 0.6s;
}
.convenient ul li {
  opacity: 0;
}
.convenient ul li::before {
  content: "";
  width: 100%;
  aspect-ratio: 558/323;
  display: block;
  margin: 0 0 1rem;
}
.convenient ul li.convenient1::before {
  background: url(../img/index_convenient1.jpg) no-repeat center/cover;
}
.convenient ul li.convenient2::before {
  background: url(../img/index_convenient2.jpg) no-repeat center/cover;
}
.convenient ul li .p_wrap {
  padding: 0 0 0 1rem;
  position: relative;
}
.convenient ul li .p_wrap::before {
  content: "";
  width: 1px;
  height: calc(100% - 1rem);
  background: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.convenient ul li .p_wrap p {
  margin: 0;
  font-size: 1.5rem;
}
.convenient ul li .p_wrap p.txt_ja {
  font-size: 87.5%;
  margin: 0.3em 0 0;
  letter-spacing: 0.04em;
}

@media screen and (min-width: 36em), print {
  .convenient {
    padding: clamp(5rem, 1.3077rem + 6.41vw, 9rem) 0;
  }
  .convenient .tit_02_top {
    width: min(118rem, 100% - 2rem);
    margin: 0 auto 1.5em;
  }
  .convenient ul {
    width: min(118rem, 100% - 2rem);
    margin: auto;
    flex-direction: row;
    gap: clamp(2rem, -2.0615rem + 7.051vw, 6.4rem);
  }
  .convenient ul li {
    flex: 1;
  }
  .convenient ul li::before {
    margin: 0 0 2.5rem;
  }
  .convenient ul li .p_wrap {
    min-height: 7.5rem;
    display: flex;
    align-items: center;
    padding: 0 0 0 1.5rem;
  }
  .convenient ul li .p_wrap p {
    font-size: clamp(1.6rem, 1.4154rem + 0.321vw, 1.8rem);
  }
}
.feature {
  padding: 4rem 1rem;
}
.feature ol li.feat1::before {
  background: url(../img/index_feat1.jpg) no-repeat center/cover;
}
.feature ol li.feat2::before {
  background: url(../img/index_feat2.jpg) no-repeat center/cover;
}
.feature ol li.feat3::before {
  background: url(../img/index_feat3.jpg) no-repeat center/cover;
}
.feature ol li.feat4::before {
  background: url(../img/index_feat4.jpg) no-repeat center/cover;
}
.feature ol li.feat5::before {
  background: url(../img/index_feat5.jpg) no-repeat center/cover;
}
.feature ol li.feat6::before {
  background: url(../img/index_feat6.jpg) no-repeat center/cover;
}

.tre .subnav li a.sample1::before {
  background: url(../img/index_tre_sample1.svg) no-repeat center/100% auto;
}
.tre .subnav li a.sample2::before {
  background: url(../img/index_tre_sample2.svg) no-repeat center/100% auto;
}
.tre .subnav li a.sample3::before {
  background: url(../img/index_tre_sample3.svg) no-repeat center/100% auto;
}
body:not(.index) .sub_header {
  display: flex;
  flex-direction: column-reverse;
}
body:not(.index) .main {
  margin: 3rem 1rem 6rem;
}
body:not(.index) .main a:not([class*=btn], [href*="tel:"], .lst_anc > li > a) {
  color: var(--clr_blue_dark6);
  text-decoration: underline;
}
@media screen and (min-width: 36em), print {
  body:not(.index) .main {
    width: min(118rem, 100% - 2rem);
    margin: clamp(5rem, 2.2308rem + 4.808vw, 8rem) auto 8rem;
  }
  body:not(.index) .main .cf .img_l, body:not(.index) .main .cf .img_r {
    max-width: 35%;
    height: auto;
  }
  body:not(.index) .main a:not([class*=btn], [href*="tel:"], .lst_anc > li > a):is(:hover, :focus-visible) {
    opacity: 1;
    text-decoration: none;
  }
}

.breadnav {
  margin: 1rem;
  overflow-x: auto;
}
.breadnav .breadcrumb {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  white-space: nowrap;
}
.breadnav .breadcrumb li {
  display: flex;
  align-items: center;
}
.breadnav .breadcrumb li a {
  color: var(--clr_blue_dark);
}
.breadnav .breadcrumb li:not(:last-child)::after {
  display: inline-block;
  content: ">";
  margin: 0 0.6rem;
}

@media screen and (min-width: 36em), print {
  .breadnav {
    width: min(118rem, 100% - 2rem);
    margin: 1.5rem auto;
    overflow-x: inherit;
  }
  .breadnav .breadcrumb {
    font-size: clamp(1.3rem, 1.0231rem + 0.481vw, 1.6rem);
  }
  .breadnav .breadcrumb li:not(:last-child)::after {
    margin: 0 1rem;
  }
  .breadnav .breadcrumb li a:hover {
    opacity: 1;
    text-decoration: underline;
  }
}
.dr_name {
  text-align: right;
}
.dr_name span {
  font-size: 120%;
}

.gallery {
  width: 90%;
  margin: auto;
  visibility: hidden;
}
.gallery .gallery_slider div .cap {
  margin: 0.2rem 0 0;
  text-align: center;
  color: #fff;
  padding: 0.4rem;
  font-size: 1.2rem;
  opacity: 0;
  transition: 0.3s ease;
  background: var(--clr_txt);
  line-height: 1.4;
}
.gallery .gallery_slider div .slick-current .cap {
  opacity: 1;
  transition-delay: 0.5s;
}
.gallery .gallery_slider div:first-child .cap {
  transition-delay: 0s;
}
.gallery .gallery_thum div img {
  cursor: pointer;
  filter: brightness(50%);
}
.gallery .gallery_thum .slick-current div img {
  filter: brightness(100%);
}

@media screen and (min-width: 36em), print {
  .gallery {
    max-width: 75rem;
    width: 80%;
    margin: auto;
  }
  .gallery .gallery_slider {
    font-size: 1.6em;
  }
  .gallery .gallery_slider div .cap {
    font-size: 1.8rem;
    padding: 1rem;
  }
  .gallery .gallery_thum {
    width: calc(100% + 0.6rem);
  }
}
body.access .main .gmap {
  height: 100vw;
  margin: 2rem 0;
}
@media screen and (min-width: 36em), print {
  body.access .main .gmap {
    height: 30rem;
  }
}

@media print {
  body {
    width: 1300px !important;
    zoom: 0.8;
  }
}/*# sourceMappingURL=style.css.map */