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

:root {
  --clr_txt: #333;
  --rgb_txt: 51, 51, 51;
  --clr_blue_dark: #025278;
  --rgb_blue_dark: 2, 82, 120;
  --clr_blue_dark2: #028EAC;
  --rgb_blue_dark2: 2, 142, 172;
  --clr_blue_dark3: #1DADE5;
  --rgb_blue_dark3: 29, 173, 229;
  --clr_blue_dark4: #22A8B1;
  --rgb_blue_dark4: 34, 168, 177;
  --clr_blue_dark5: #3E8EB7;
  --rgb_blue_dark5: 62, 142, 183;
  --clr_blue_dark6: #4D63BC;
  --rgb_blue_dark6: 77, 99, 188;
  --clr_blue_dark7: #4773BF;
  --rgb_blue_dark7: 71, 115, 191;
  --clr_blue_dark8: #409FB8;
  --rgb_blue_dark8: 64, 159, 184;
  --clr_blue_dark9: #5191C2;
  --rgb_blue_dark9: 81, 145, 194;
  --clr_blue_dark10: #53B0BB;
  --rgb_blue_dark10: 83, 176, 187;
  --clr_blue_dark11: #5AC1CC;
  --rgb_blue_dark11: 90, 193, 204;
  --clr_blue_dark12: #234A97;
  --rgb_blue_dark12: 35, 74, 151;
  --clr_blue_dark13: #6988C8;
  --rgb_blue_dark13: 105, 136, 200;
  --clr_blue: #64A0E1;
  --rgb_blue: 100, 160, 225;
  --clr_blue_light: #CEE5E6;
  --rgb_blue_light: 206, 229, 230;
  --clr_blue_light2: #DDF1F2;
  --rgb_blue_light2: 221, 241, 242;
  --clr_blue_light3: #D9E4EE;
  --rgb_blue_light3: 217, 228, 238;
  --clr_blue_light4: #EFF5FB;
  --rgb_blue_light4: 239, 245, 251;
  --clr_blue_light5: #ECFBFC;
  --rgb_blue_light5: 236, 251, 252;
  --clr_orange: #F19282;
  --rgb_orange: 241, 146, 130;
  --clr_gray_dark: #707070;
  --rgb_gray_dark: 112, 112, 112;
  --clr_gray_dark2: #444;
  --rgb_gray_dark2: 68, 68, 68;
  --clr_gray_dark3: #AAAAAA;
  --rgb_gray_dark3: 170, 170, 170;
  --clr_gray: #BBBBBB;
  --rgb_gray: 187, 187, 187;
  --clr_gray_light: #E4E4E4;
  --rgb_gray_light: 228, 228, 228;
  --clr_gray_light2: #EBE9E9;
  --rgb_gray_light2: 235, 233, 233;
  --clr_gray_light3: #F5F5F5;
  --rgb_gray_light3: 245, 245, 245;
  --clr_gray_light4: #F6F6F6;
  --rgb_gray_light4: 246, 246, 246;
  --clr_gray_light5: #EDEDEE;
  --rgb_gray_light5: 237, 237, 238;
}

:root {
  --padding120: calc((100% - 1200px) / 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);
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes balloon {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0.6rem);
  }
}
@keyframes airball {
  0% {
    transform: translate(0, 0) rotate(-7deg);
  }
  50% {
    transform: translate(0, -7px) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(7deg);
  }
}
@keyframes poyon {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  15% {
    transform: scale(0.9, 0.9) translate(0%, 5%);
  }
  30% {
    transform: scale(1.3, 0.8) translate(0%, 10%);
  }
  50% {
    transform: scale(0.8, 1.3) translate(0%, -10%);
  }
  70% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes clip_center {
  0% {
    clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    opacity: 1;
  }
}
@keyframes clip_left {
  0% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    opacity: 1;
  }
}
@keyframes clip_right {
  0% {
    clip-path: polygon(100% 0, 100% 1%, 100% 100%, 100% 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    opacity: 1;
  }
}
@keyframes clip_top {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    opacity: 1;
  }
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15); /* 拡大率 */
  }
}
.add_zoom {
  animation: zoomUp 10s linear 0s normal both;
}

.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_strong {
  background: linear-gradient(to bottom, transparent 60%, rgba(var(--rgb_orange), 0.4) 60%);
}

.txt_blue {
  color: var(--clr_blue_dark) !important;
}

.img_c {
  margin: 1rem auto;
}

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

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

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

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

.mt40 {
  margin-top: 40px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt10 {
  margin-top: 10px !important;
}

body:not(.index) .main > section ~ section, body:not(.index) .flex2 > section ~ section {
  margin-top: 50px;
}
body:not(.index) .main > section section ~ section, body:not(.index) .flex2 > section section ~ section {
  margin-top: 40px;
}
body:not(.index) .main > section > section section ~ section, body:not(.index) .flex2 > section > section section ~ section {
  margin-top: 30px;
}
body:not(.index) .main > section > section > section section ~ section, body:not(.index) .flex2 > section > section > section section ~ section {
  margin-top: 20px;
}

.mth2 {
  margin-top: 50px !important;
}

.mth3 {
  margin-top: 40px !important;
}

.mth4 {
  margin-top: 30px !important;
}

.mth5 {
  margin-top: 20px !important;
}

@media screen and (min-width: 48em), print {
  .mt50 {
    margin-top: 100px !important;
  }
  .mt40 {
    margin-top: 80px !important;
  }
  .mt30 {
    margin-top: 60px !important;
  }
  .mt20 {
    margin-top: 40px !important;
  }
  .mt10 {
    margin-top: 20px !important;
  }
  body:not(.index) .main > section ~ section, body:not(.index) .flex2 > section ~ section {
    margin-top: 100px;
  }
  body:not(.index) .main > section section ~ section, body:not(.index) .flex2 > section section ~ section {
    margin-top: 80px;
  }
  body:not(.index) .main > section > section section ~ section, body:not(.index) .flex2 > section > section section ~ section {
    margin-top: 60px;
  }
  body:not(.index) .main > section > section > section section ~ section, body:not(.index) .flex2 > section > section > section section ~ section {
    margin-top: 40px;
  }
  .mth2 {
    margin-top: 100px !important;
  }
  .mth3 {
    margin-top: 80px !important;
  }
  .mth4 {
    margin-top: 60px !important;
  }
  .mth5 {
    margin-top: 40px !important;
  }
}
.tbl_time {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 1.2rem;
  color: var(--clr_gray_dark2);
  font-weight: 400;
}
.tbl_time caption {
  caption-side: bottom;
  text-align: left;
  margin-top: 10px;
  line-height: 1.33;
}
.tbl_time tr th {
  font-weight: normal;
}
.tbl_time tr th[scope=col] {
  padding: 0.5rem 0;
  text-align: center;
  background: var(--clr_blue_dark);
  color: #fff;
}
.tbl_time tr th[scope=col]:first-child {
  width: 30%;
}
.tbl_time tr th[scope=col]:last-child {
  width: 14%;
  padding: 0.4rem 1rem 0.4rem 0;
}
.tbl_time tr th[scope=row] {
  border-bottom: 1px solid var(--clr_blue_dark);
}
.tbl_time tr td {
  text-align: center;
  padding: 1.4rem 0.4rem;
  border-bottom: 1px solid var(--clr_blue_dark);
  line-height: 1;
}
.tbl_time tr td:last-child {
  padding: 1.4rem 1rem 1.4rem 0;
}

@media screen and (min-width: 48em), print {
  .tbl_time {
    table-layout: fixed;
    font-size: 1.8rem;
  }
  .tbl_time caption {
    margin: 1rem 0 0;
  }
  .tbl_time caption p {
    margin: 0 0 1rem;
  }
  .tbl_time tr th[scope=col]:first-child {
    width: 25%;
  }
  .tbl_time tr th[scope=col]:last-child {
    padding: 0.5rem 1.5rem 0.5rem 0;
  }
  .tbl_time tr td {
    padding: 2rem 0;
  }
  .tbl_time tr td:last-child {
    padding: 2rem 1.5rem 2rem 0;
  }
}
.tbl_basic {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  border: 1px solid var(--clr_gray_dark);
  font-size: 1rem;
}
.tbl_basic caption {
  caption-side: bottom;
  margin-top: 0.5rem;
  text-align: left;
}
.tbl_basic tr th {
  border: 1px solid var(--clr_gray_dark);
  padding: 0.4rem;
}
.tbl_basic tr th[scope=col] {
  background: var(--clr_blue_dark2);
  color: #fff;
}
.tbl_basic tr th[scope=col]:not(:last-child) {
  border-right: 1px solid #fff;
}
.tbl_basic tr th[scope=row] {
  background: var(--clr_blue_light5);
}
.tbl_basic tr td {
  padding: 0.4rem;
  border: 1px solid var(--clr_gray_dark);
}

@media screen and (min-width: 48em), print {
  .tbl_basic {
    font-size: inherit;
  }
  .tbl_basic caption {
    margin-top: 1rem;
  }
  .tbl_basic tr th {
    padding: 1rem;
  }
  .tbl_basic tr td {
    padding: 1rem;
  }
}
.gmap {
  width: 100%;
  height: 100vw;
}
@media screen and (min-width: 48em), print {
  .gmap {
    height: 40rem;
  }
}

.tit_01 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-height: 100px;
  background: url(../img/tit_01.jpg) no-repeat center center/auto 100%;
  font-size: 2.2rem;
  line-height: 1.4;
  text-align: right;
  padding: 10px;
  color: #fff;
  text-shadow: 0 0 3px #000;
  font-weight: 500;
  opacity: 0;
  animation: fadein 1s forwards;
}

.tit_02 {
  width: fit-content;
  font-size: 2rem;
  line-height: 1.4;
  text-align: center;
  margin: 0 auto 20px;
  color: var(--clr_gray_dark);
  font-weight: 500;
}
.tit_02::after {
  content: "";
  width: 2.5em;
  height: 1em;
  background: url(../img/tit_02.svg) no-repeat center/100% auto;
  margin: 0.3rem auto 0;
  display: block;
}

body.index .tit_02 {
  font-size: 2.2rem;
}
body.index .tit_02::after {
  content: attr(data-txt);
  width: 100%;
  height: auto;
  background: none;
  font-size: 52%;
  color: var(--clr_blue_dark10);
  font-family: "Marcellus SC", serif;
  font-weight: 400;
}

.tit_03 {
  font-size: 1.8rem;
  line-height: 1.4;
  margin: 0 0 20px;
  padding: 0 0 0.3em 1.8em;
  color: var(--clr_blue_dark12);
  font-weight: 500;
  position: relative;
  background: url(../img/tit_03.svg) no-repeat top 0.1em left/1.3em auto;
}
.tit_03::after {
  content: "";
  width: 100%;
  height: 4px;
  background: linear-gradient(to bottom, var(--clr_blue_dark12) 50%, var(--clr_blue_dark13) 50%);
  margin: 0.1em 0 0;
  position: absolute;
  bottom: 0;
  left: 0;
}

.tit_04 {
  font-size: 1.6rem;
  line-height: 1.4;
  margin: 0 0 2rem;
  padding: 0 0 0.1em;
  font-weight: 500;
  color: var(--clr_blue_dark9);
  border-bottom: 2px solid var(--clr_blue_dark9);
}

.tit_05 {
  font-size: 1.4rem;
  line-height: 1.4;
  margin: 0 0 10px;
  padding: 0 0 0.1em;
  color: var(--clr_blue_dark10);
  font-weight: 500;
  border-bottom: 2px dotted var(--clr_blue_dark10);
}

.tit_06 {
  font-size: 1.3rem;
  line-height: 1.4;
  margin: 0 0 10px;
  font-weight: 500;
  color: var(--clr_blue_dark9);
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    min-height: 450px;
    background: url(../img/tit_01.jpg) no-repeat center center/auto;
    font-size: 3.4rem;
    padding: 130px 105px 30px;
  }
  .tit_01 br {
    display: none;
  }
  .tit_02 {
    font-size: 3.2rem;
    margin: 0 auto 40px;
  }
  body.index .tit_02 {
    font-size: 3.4rem;
  }
  .tit_03 {
    font-size: 3rem;
    margin: 0 0 30px;
  }
  .tit_03::after {
    height: 6px;
  }
  .tit_04 {
    font-size: 2.8rem;
    margin: 0 0 30px;
    border-bottom: 3px solid var(--clr_blue_dark9);
  }
  .tit_05 {
    font-size: 2.6rem;
    margin: 0 0 20px;
    border-bottom: 4px dotted var(--clr_blue_dark10);
  }
  .tit_06 {
    font-size: 2.4rem;
    margin: 0 0 20px;
  }
}
.lst_ul {
  line-height: 1.4;
  margin: 1rem 0;
}
.lst_ul > li {
  padding: 0 0 0 1.4em;
  position: relative;
}
.lst_ul > li:not(:last-child) {
  margin: 0 0 1rem;
}
.lst_ul > li::before {
  content: "●";
  color: var(--clr_blue_light);
  position: absolute;
  left: 0;
}
.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 1.8em;
  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: 48em), 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 {
  margin: 1em 0;
}
.lst_dl02 > dt {
  background: var(--clr_blue_light4);
  border-top: 1px solid var(--clr_gray_dark);
  border-bottom: 1px solid var(--clr_gray_dark);
  padding: 0.5rem 1rem;
}
.lst_dl02 > dd {
  padding: 1rem;
  background: #fff;
}
.lst_dl02 > dd:last-of-type {
  border-bottom: 1px solid var(--clr_gray_dark);
}
.lst_dl02.center > dt, .lst_dl02.center > dd {
  text-align: center;
  justify-content: center;
}
@media screen and (min-width: 48em), print {
  .lst_dl02 {
    display: flex;
    flex-wrap: wrap;
  }
  .lst_dl02 > dt,
  .lst_dl02 > dd {
    width: 50%;
  }
  .lst_dl02 > dt {
    border-bottom: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 1rem;
  }
  .lst_dl02 > dt:last-of-type {
    border-bottom: 1px solid var(--clr_gray_dark);
  }
  .lst_dl02 > dd {
    border-top: 1px solid var(--clr_gray_dark);
    padding: 2rem;
    display: flex;
    align-items: center;
  }
  .lst_dl02.dt_small > dt {
    width: 30%;
  }
  .lst_dl02.dt_small > dd {
    width: 70%;
  }
  .lst_dl02.price dd {
    text-align: right;
    justify-content: flex-end;
  }
}

.lst_flow {
  counter-reset: number 0;
  margin: 1em 0;
}
.lst_flow > li {
  padding: 1rem;
  border: 2px solid var(--clr_blue_dark10);
  position: relative;
}
.lst_flow > li .tit {
  font-size: 1.6rem;
  line-height: 1.4;
  display: inline-block;
  color: var(--clr_blue_dark10);
  margin: 0 0 1rem;
  font-weight: 500;
}
.lst_flow > li:not(:last-of-type) {
  margin: 0 0 5rem;
}
.lst_flow > li:not(:last-of-type)::after {
  content: "";
  width: 10rem;
  height: 1.5rem;
  background: var(--clr_blue_dark10);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  bottom: -3.5rem;
  left: 50%;
  transform: translateX(-50%);
}
.lst_flow.num {
  counter-reset: number 0;
}
.lst_flow.num li {
  border: 2px solid var(--clr_blue);
}
.lst_flow.num li::after {
  background: var(--clr_blue);
}
.lst_flow.num li .tit {
  color: var(--clr_blue);
}
.lst_flow.num li .tit::before {
  content: counter(number) ". ";
  counter-increment: number 1;
}
@media screen and (min-width: 48em), print {
  .lst_flow > li {
    padding: 2.5rem 3.5rem;
  }
  .lst_flow > li .tit {
    font-size: 2.6rem;
  }
  .lst_flow > li:not(:last-of-type) {
    margin: 0 0 8.5rem;
  }
  .lst_flow > li:not(:last-of-type)::after {
    width: 19.6rem;
    height: 3.3rem;
    bottom: -6rem;
  }
}

.flex {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
}
.flex > li:not(:last-child) {
  margin: 0;
}

.flex3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex3 > li {
  width: 46%;
}

@media screen and (min-width: 48em), print {
  .flex {
    gap: 1rem 5rem;
  }
  .flex2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .flex2 > section, .flex2 > li, .flex2 > div {
    width: 48%;
    margin-top: 0 !important;
  }
  .flex2.lst_ul > li:nth-last-child(2) {
    margin-bottom: 0;
  }
  .flex2.gap {
    gap: 4rem;
  }
  .flex3 {
    justify-content: flex-start;
  }
  .flex3 li {
    width: 31%;
  }
  .flex3 li:not(:nth-child(3n)) {
    margin: 0 2rem 0 0;
  }
}
.tel_style {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 0 0.4rem;
  color: var(--clr_blue_dark2);
  font-weight: bold;
}
.tel_style::before {
  font-family: "fontello";
  content: "\e8ec";
  font-size: 90%;
}
@media screen and (min-width: 48em), print {
  .tel_style::before {
    padding: 0.5rem 0 0;
  }
}

.box_lightblue, .box_blue {
  padding: 1rem;
  margin: 1em 0;
}
@media screen and (min-width: 48em), print {
  .box_lightblue, .box_blue {
    padding: 3rem;
  }
}

.box_lightblue {
  background: var(--clr_blue_light5);
}

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

.btn_gray, .btn_blue, .btn_lightblue {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  width: fit-content;
  padding: 10px;
  margin: 1.5em auto;
  background: #fff;
  line-height: 1.4;
  text-decoration: none !important;
  position: relative;
}
.btn_gray::before, .btn_blue::before, .btn_lightblue::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: -5px;
  top: -5px;
  z-index: -1;
}
.btn_gray::after, .btn_blue::after, .btn_lightblue::after {
  font-family: "fontello";
  content: "\e8ed";
  font-size: 150%;
  line-height: 1;
  font-weight: normal;
}
.btn_gray.anc::after, .btn_blue.anc::after, .btn_lightblue.anc::after {
  transform: rotate(90deg);
}
.btn_gray.pdf::after, .btn_blue.pdf::after, .btn_lightblue.pdf::after {
  font-family: "fontello";
  content: "\f1c1";
}
@media screen and (min-width: 48em), print {
  .btn_gray, .btn_blue, .btn_lightblue {
    font-size: 2rem;
    padding: 20px;
    gap: 50px;
    right: -5px;
    transition: 0.3s;
  }
  .btn_gray::before, .btn_blue::before, .btn_lightblue::before {
    left: -10px;
    top: -10px;
    transition: 0.3s;
  }
  .btn_gray:is(:hover, :focus-visible), .btn_blue:is(:hover, :focus-visible), .btn_lightblue:is(:hover, :focus-visible) {
    background: #fff;
    opacity: 1;
  }
  .btn_gray:is(:hover, :focus-visible)::before, .btn_blue:is(:hover, :focus-visible)::before, .btn_lightblue:is(:hover, :focus-visible)::before {
    left: 0;
    top: 0;
    z-index: 1;
  }
}

.btn_gray {
  background: var(--clr_gray_light);
  color: var(--clr_gray_dark);
}
.btn_gray::before {
  border: 1px solid var(--clr_gray);
}
@media screen and (min-width: 48em), print {
  .btn_gray:is(:hover, :focus-visible) {
    box-shadow: -10px -10px 0 var(--clr_gray_light);
  }
}

.btn_blue {
  background: var(--clr_blue_light3);
  color: var(--clr_blue_dark9);
}
.btn_blue::before {
  border: 1px solid var(--clr_blue_dark9);
}
@media screen and (min-width: 48em), print {
  .btn_blue:is(:hover, :focus-visible) {
    box-shadow: -10px -10px 0 var(--clr_blue_light3);
  }
}

.btn_lightblue {
  background: var(--clr_blue_light2);
  color: var(--clr_blue_dark10);
}
.btn_lightblue::before {
  border: 1px solid var(--clr_blue_dark10);
}
@media screen and (min-width: 48em), print {
  .btn_lightblue:is(:hover, :focus-visible) {
    box-shadow: -10px -10px 0 var(--clr_blue_light2);
  }
}

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

.lst_anc {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 0 5px;
}
.lst_anc li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: fit-content;
  padding: 10px;
  background: #fff;
  line-height: 1.4;
  text-decoration: none !important;
  position: relative;
  background: var(--clr_blue_light3);
  color: var(--clr_blue_dark9);
}
.lst_anc li a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: -5px;
  top: -5px;
  z-index: -1;
  border: 1px solid var(--clr_blue_dark9);
}
.lst_anc li a::after {
  font-family: "fontello";
  content: "\e8ed";
  font-size: 150%;
  line-height: 1;
  font-weight: normal;
  transform: rotate(90deg);
}
@media screen and (min-width: 48em), print {
  .lst_anc {
    gap: 30px;
  }
  .lst_anc li a {
    font-size: 2rem;
    padding: 20px;
    gap: 30px;
    right: -5px;
    transition: 0.3s;
  }
  .lst_anc li a::before {
    left: -10px;
    top: -10px;
    transition: 0.3s;
  }
  .lst_anc li a:is(:hover, :focus-visible) {
    background: #fff;
    opacity: 1;
  }
  .lst_anc li a:is(:hover, :focus-visible)::before {
    left: 0;
    top: 0;
    z-index: 1;
    box-shadow: -10px -10px 0 var(--clr_blue_light3);
  }
}

@media screen and (min-width: 48em), 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: 26rem;
  }
  .slick-arrow::before {
    font-size: 5rem;
    color: var(--clr_txt);
    transition: 0.3s;
  }
  .slick-arrow.slick-prev {
    left: -6rem;
  }
  .slick-arrow.slick-prev::before {
    font-family: "fontello";
    content: "\71";
  }
  .slick-arrow.slick-next {
    right: -6rem;
  }
  .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: 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;
  scroll-behavior: smooth;
}

body {
  background: #fff;
  color: var(--clr_txt);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
body::after {
  visibility: hidden;
  width: 100vw;
  height: 100vh;
  content: "";
  background: rgba(var(--rgb_blue_dark), 0.6);
  position: fixed;
  top: 0;
  z-index: 90;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}
body.spnav_modal {
  overflow: hidden !important;
}
body.spnav_modal::after {
  visibility: visible;
  opacity: 1;
}

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

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

@media screen and (min-width: 48em), print {
  html {
    font-size: 62.5%;
  }
  body {
    min-width: calc(1200px + 40px);
  }
  body::after {
    display: none;
  }
  a, button {
    transition: 0.2s;
  }
  a:hover, button:hover {
    opacity: 0.8;
  }
  .wrap {
    width: 1200px;
    margin: auto;
  }
  .main {
    font-size: 1.8rem;
    line-height: 2;
  }
  .main a:not([class*=btn]):hover {
    opacity: 1;
    text-decoration: none;
  }
}
.header {
  position: relative;
}
.header > .headL {
  padding: 10px;
}
.header > .headL .logo {
  width: 100%;
  height: 66px;
  padding: 10px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: #fff;
  transition: 0.5s;
}
.header > .headL .logo.hide {
  transform: translateY(-150%);
}
.header > .headL .logo a {
  display: block;
  width: calc(100% - 56px);
  height: 100%;
  background: url(../img/logo.svg) no-repeat left center/contain;
}
.header > .headL .logo a .clip {
  display: block;
  height: 100%;
  overflow: hidden;
  clip-path: inset(50%);
  color: transparent;
}
.header > .headL .bus_tel_add {
  margin-top: 55px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 20px;
  align-items: center;
  justify-content: center;
}
.header > .headL .bus_tel_add .bus {
  background: var(--clr_blue_dark10);
  color: #fff;
  text-align: center;
  line-height: 1;
  padding: 5px 15px 0;
  margin: 0;
}
.header > .headL .bus_tel_add .bus::after {
  font-family: "fontello";
  content: "\e92a";
  display: block;
  font-size: 2.4rem;
}
.header > .headL .bus_tel_add > ul .tel_style {
  font-size: 2rem;
}
.header > .headL .bus_tel_add > ul li.add {
  font-size: 1.4rem;
}
.header > .headL .bus_tel_add .font_size {
  background: var(--clr_gray_light);
  border-radius: 3px;
  padding: 5px;
  font-size: 1.2rem;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  position: fixed;
  top: 8px;
  right: 63px;
  z-index: 100;
  transition: 0.5s;
}
.header > .headL .bus_tel_add .font_size.hide {
  transform: translateY(-220%);
}
.header > .headL .bus_tel_add .font_size p {
  margin: 0;
  color: var(--clr_blue_dark);
}
.header > .headL .bus_tel_add .font_size ul {
  display: flex;
  gap: 5px;
  justify-content: space-between;
}
.header > .headL .bus_tel_add .font_size ul li button {
  background: #fff;
  border: 1px solid var(--clr_blue_dark10);
  border-radius: 2px;
  color: var(--clr_blue_dark10);
  font-weight: bold;
  padding: 8px;
}
.header > .headL .bus_tel_add .font_size ul li button.active {
  background: var(--clr_blue_dark10);
  color: #fff;
}

@media screen and (min-width: 48em), print {
  .header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 15px 10px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    transition: transform 1s, background 0.5s;
    width: 100%;
    min-width: 1240px;
  }
  .header.hide {
    transform: translateY(-150%);
  }
  .header.change_color {
    background: rgba(255, 255, 255, 0.85);
  }
  .header > .headL {
    display: flex;
    padding: 0;
  }
  .header > .headL .logo {
    width: 200px;
    height: 80px;
    padding: 0;
    position: relative;
    z-index: 101;
    background: none;
  }
  .header > .headL .logo a {
    width: 100%;
  }
  .header > .headL .bus_tel_add {
    margin: 0 0 0 30px;
    flex-wrap: nowrap;
    gap: 0 10px;
  }
  .header > .headL .bus_tel_add .bus {
    padding: 5px 8px;
    font-size: 14px;
  }
  .header > .headL .bus_tel_add .bus::after {
    font-size: 42px;
    line-height: 0.8;
  }
  .header > .headL .bus_tel_add > ul .tel_style {
    font-size: 28px;
  }
  .header > .headL .bus_tel_add > ul li.add {
    font-size: 18px;
  }
  .header > .headL .bus_tel_add .font_size {
    position: absolute;
    top: 0;
    right: 10px;
    padding: 5px 10px;
    font-size: 1.8rem;
    width: fit-content;
    gap: 10px;
    gap: 5px;
    border-radius: 0 0 3px 3px;
  }
  .header > .headL .bus_tel_add .font_size ul {
    display: flex;
    justify-content: space-between;
  }
  .header > .headL .bus_tel_add .font_size ul li button {
    font-size: 2rem;
    padding: 0 5px;
  }
  .header .headR {
    width: 656px;
  }
}
#nav {
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
#nav #sp_menu {
  width: 46px;
  height: 46px;
  background: var(--clr_blue_dark);
  padding: 0;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 100;
  transition: 0.5s;
}
#nav #sp_menu.hide {
  transform: translateY(-220%);
}
#nav #sp_menu span {
  width: 25px;
  height: 2px;
  background: #fff;
  position: absolute;
  transition: 0.5s;
  transform: translate(-50%, -50%);
}
#nav #sp_menu span:nth-of-type(1) {
  top: 33%;
  left: 50%;
}
#nav #sp_menu span:nth-of-type(2) {
  top: 50%;
  left: 50%;
}
#nav #sp_menu span:nth-of-type(3) {
  top: 67%;
  left: 50%;
}
#nav #sp_menu.close span {
  top: 50%;
}
#nav #sp_menu.close span:nth-of-type(1) {
  transform: translate(-50%, -50%) rotate(45deg);
  transform-origin: center;
}
#nav #sp_menu.close span:nth-of-type(2) {
  opacity: 0;
}
#nav #sp_menu.close span:nth-of-type(3) {
  transform: translate(-50%, -50%) rotate(-45deg);
  transform-origin: center;
}
#nav .gnav_subnav {
  display: none;
  width: 100%;
  max-height: calc(100dvh - 80px);
  overflow-y: auto;
  background: #fff;
  padding: 10px 16px 16px;
  margin: auto;
  position: absolute;
  top: 66px;
  left: 0;
  right: 0;
  z-index: 100;
}
#nav .gnav_subnav .gnav.pc_n > li:last-child {
  border-bottom: none;
}
#nav .gnav_subnav .gnav > li {
  border-bottom: 1px dotted var(--clr_txt);
}
#nav .gnav_subnav .gnav > li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-align: left;
  padding: 10px;
  font-size: 1.4rem;
  color: var(--clr_gray_dark);
}
#nav .gnav_subnav .gnav > li a.current {
  color: var(--clr_blue_dark);
}
#nav .gnav_subnav #menu_close {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  color: var(--clr_gray_dark);
  background: rgba(var(--rgb_blue_dark), 0.1);
  text-align: center;
  padding: 6px 0;
  margin: 10px 0 0;
}
#nav .gnav_subnav #menu_close::before {
  font-family: "fontello";
  content: "\e807";
  margin: 0 6px 0 0;
}

@media screen and (min-width: 48em), print {
  #nav {
    width: auto;
    position: static;
  }
  #nav #sp_menu {
    display: none;
  }
  #nav .gnav_subnav {
    display: block !important;
    width: 100%;
    max-height: calc(var(--vh, 1vh) * 100);
    overflow-y: visible;
    padding: 0;
    position: static;
    background: none;
  }
  #nav .gnav_subnav .gnav {
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: none;
  }
  #nav .gnav_subnav .gnav.pc_n {
    display: none;
  }
  #nav .gnav_subnav .gnav > li {
    width: 100%;
    position: relative;
    border-bottom: none;
  }
  #nav .gnav_subnav .gnav > li::before, #nav .gnav_subnav .gnav > li:last-child:after {
    content: "";
    width: 2px;
    height: 70%;
    background: linear-gradient(to bottom, var(--clr_gray_dark) 1px, transparent 3px) repeat-y center top/2px 4px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  #nav .gnav_subnav .gnav > li::before {
    left: 0;
  }
  #nav .gnav_subnav .gnav > li:last-child:after {
    right: 0;
  }
  #nav .gnav_subnav .gnav > li a {
    justify-content: center;
    text-align: center;
    font-size: 2rem;
    margin: 0;
    cursor: pointer;
    text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
  }
  #nav .gnav_subnav .gnav > li a:is(:hover, :focus-visible, .current) {
    color: var(--clr_blue_dark);
    opacity: 1;
  }
  #nav .gnav_subnav #menu_close {
    display: none;
  }
}
.side_btn {
  display: none;
}

@media screen and (min-width: 48em), print {
  .side_btn.show {
    visibility: visible;
    opacity: 1;
  }
  .side_btn {
    visibility: hidden;
    opacity: 0;
    transition: 1s;
    display: flex;
    position: fixed;
    top: 20%;
    right: 0;
    z-index: 200;
  }
  .side_btn li .btn_recruit {
    background: var(--clr_blue_dark);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 2rem;
    padding: 25px 0 10px;
    width: 80px;
    border-radius: 5px;
    letter-spacing: 0.1em;
    writing-mode: vertical-rl;
    white-space: nowrap;
  }
  .side_btn li .btn_recruit::after {
    font-family: "fontello";
    content: "\e929";
    font-size: 240%;
  }
  .side_btn li .btn_recruit:is(:hover, :focus-visible) {
    background: var(--clr_blue_dark2);
    opacity: 1;
  }
}
.kv_nav {
  width: 100%;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.16);
  display: flex;
  background: #fff;
  position: relative;
  opacity: 0;
  animation: fade_up 1s forwards 0.6s;
}
.kv_nav li {
  flex: 1;
  position: relative;
}
.kv_nav li:not(:last-child)::after {
  content: "";
  width: 2px;
  height: 80%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: linear-gradient(to bottom, var(--clr_gray_dark3) 2px, transparent 2px) repeat-y top center/2px 4px;
}
.kv_nav li a {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  padding: 5px;
  line-height: 1.2;
  height: 100%;
}
.kv_nav li a::before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
}
.kv_nav li a.outpatient {
  color: var(--clr_blue_dark6);
}
.kv_nav li a.outpatient::before {
  background: url(../img/index_kvnav_outpatient.svg) no-repeat center/100% auto;
}
.kv_nav li a.hospitalization-and-visiting {
  color: var(--clr_blue_dark7);
}
.kv_nav li a.hospitalization-and-visiting::before {
  background: url(../img/index_kvnav_hospitalization-and-visiting.svg) no-repeat center/100% auto;
}
.kv_nav li a.rehabilitation {
  color: var(--clr_blue_dark5);
}
.kv_nav li a.rehabilitation::before {
  background: url(../img/index_kvnav_rehabilitation.svg) no-repeat center/100% auto;
}
.kv_nav li a.katsukihospital {
  color: var(--clr_blue_dark8);
}
.kv_nav li a.katsukihospital::before {
  background: url(../img/index_kvnav_katsukihospital.svg) no-repeat center/100% auto;
}
.kv_nav li a.staff {
  color: var(--clr_blue_dark4);
}
.kv_nav li a.staff::before {
  background: url(../img/index_kvnav_staff.svg) no-repeat center/100% auto;
}

@media screen and (min-width: 48em), print {
  .kv_nav {
    width: 1200px;
    margin: -50px auto 0;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.16);
    border-radius: 100vh;
  }
  .kv_nav li a {
    font-size: 2rem;
    padding: 10px 10px 15px;
    transition: 0.3s;
  }
  .kv_nav li a::before {
    width: 45px;
    height: 45px;
  }
  .kv_nav li a:is(:hover, :focus-visible) {
    opacity: 0.6;
  }
}
.overview {
  padding: 40px 10px;
  font-size: 1.25rem;
  line-height: 1.6;
  background: rgba(var(--rgb_gray_light5), 0.7) url(../img/overview_bg.jpg) no-repeat center top/300% auto;
}
.overview .clinic_name {
  margin: 0 0 20px;
}
.overview .clinic_name img {
  max-width: 60%;
  margin: auto;
}
.overview > .wrap .overviewL .gaiyo {
  width: 100%;
  font-weight: 400;
  line-height: 1.33;
  border-left: 2px solid var(--clr_blue_dark);
  padding: 0 0 0 10px;
}
.overview > .wrap .overviewL .gaiyo li:not(:last-child) {
  margin: 0 0 8px;
}
.overview > .wrap .overviewR {
  margin: 20px 0;
}
.overview > .wrap .gmap {
  height: 100vw;
  border: 1px solid var(--clr_blue_dark);
  overflow: hidden;
}

@media screen and (min-width: 48em), print {
  .overview {
    padding: 120px 0;
    font-size: 1.8rem;
    background-size: clamp(2000px, 100vw, 100%);
  }
  .overview .clinic_name {
    margin: 0 0 40px;
  }
  .overview .clinic_name img {
    max-width: 200px;
  }
  .overview > .wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px 0;
  }
  .overview > .wrap .overviewL, .overview > .wrap .overviewR {
    width: 48.5%;
  }
  .overview > .wrap .overviewL .gaiyo {
    padding: 0 0 0 20px;
  }
  .overview > .wrap .overviewL .gaiyo li:not(:last-child) {
    margin: 0 0 17px;
  }
  .overview > .wrap .overviewR {
    margin: 0;
  }
  .overview > .wrap .gmap {
    height: 300px;
    width: 100%;
  }
}
#tel_up {
  width: 100%;
  height: 40px;
  background: #fff;
  visibility: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  font-size: 1.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 -2px 2px rgba(102, 102, 102, 0.2);
}
#tel_up ul {
  width: calc(100% - 40px);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
#tel_up ul li {
  flex: auto;
  height: 100%;
  text-align: center;
}
#tel_up ul li .tel_style {
  height: 100%;
  font-size: 1.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
#tel_up ul li .btn_rsv {
  height: 100%;
  display: flex;
}
#tel_up #pageup {
  display: block;
  width: 40px;
  height: 100%;
  font-size: 1.6rem;
  text-align: center;
  padding: 10px;
  line-height: 1;
  background: var(--clr_blue_dark10);
  overflow: hidden;
  position: relative;
  z-index: 101;
  color: #fff;
  font-size: 20px;
}
#tel_up #pageup::before {
  display: block;
  font-family: "fontello";
  content: "\e803";
  line-height: 1;
}
#tel_up #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: 48em), print {
  #tel_up {
    width: 50px;
    height: 50px;
    bottom: 80px;
    right: 80px;
    left: auto;
    background: none;
    padding: 0;
    box-shadow: none;
  }
  #tel_up ul {
    display: none;
  }
  #tel_up #pageup {
    width: 100%;
    font-size: 24px;
    border-radius: 50%;
    padding: 0 0 5px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.16);
  }
}
.footer {
  padding: 0 0 40px;
  background: var(--clr_blue_dark);
  font-weight: 400;
}
.footer .copy {
  display: block;
  color: #fff;
  padding: 6px 10px;
  font-size: 1.2rem;
  text-align: center;
}
.footer .nav_wrap {
  display: none;
}

@media screen and (min-width: 48em), print {
  .footer {
    padding: 45px var(--padding120) 0;
  }
  .footer .copy {
    padding: 0 0 50px;
    text-align: right;
    font-size: 1.6rem;
  }
  .footer .nav_wrap {
    display: flex;
    gap: 35px;
    font-size: 1.6rem;
    color: #fff;
  }
  .footer ul li:not(:last-child) {
    margin: 0 0 6px;
  }
  .footer ul li a.pdf::after {
    font-family: "fontello";
    content: "\f1c1";
    margin: 0 0 0 0.3em;
  }
  .footer ul.gnav {
    min-width: 170px;
  }
  .footer div {
    min-width: 170px;
  }
  .footer div p {
    border-bottom: 1px solid #fff;
    padding: 0 0 6px;
    margin: 0 0 10px;
  }
}
.keyvsl {
  width: 100%;
  position: relative;
  opacity: 0;
  animation: fadein 1s forwards;
}
.keyvsl::after {
  content: "";
  width: 100%;
  height: 40%;
  background: linear-gradient(to bottom, #fff, transparent), linear-gradient(to bottom, #fff, transparent);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.keyvsl #keyvsl {
  max-width: 100%;
  height: 240px;
  overflow: hidden;
  visibility: hidden;
}
.keyvsl #keyvsl .slick-list div img {
  height: 240px !important;
  object-fit: cover;
  margin: auto;
}
.keyvsl > .wrap {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  z-index: 1;
}
.keyvsl > .wrap .catch {
  width: fit-content;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-weight: 500;
  font-size: 1.4rem;
  color: var(--clr_blue_dark);
  padding: 0 0 5px 10px;
  text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
  border-bottom: 2px solid var(--clr_blue_dark);
  opacity: 0;
  animation: fade_right 1.5s forwards 0.6s;
}
.keyvsl > .wrap .catch span {
  color: var(--clr_orange);
}

@media screen and (min-width: 48em), print {
  .keyvsl::after {
    height: 400px;
  }
  .keyvsl #keyvsl {
    height: 850px;
  }
  .keyvsl #keyvsl .slick-list div img {
    height: 850px !important;
  }
  .keyvsl > .wrap {
    top: 225px;
    width: 100%;
    max-width: 2000px;
  }
  .keyvsl > .wrap .catch {
    font-size: 2.6rem;
    width: fit-content;
    text-shadow: 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff;
  }
}
.info {
  padding: 20px 10px 10px;
  margin: 40px 10px;
  border: 1px solid var(--clr_gray);
  opacity: 0;
}
.info.trigger {
  animation: fadein 1s forwards;
}
.info dl {
  font-weight: 400;
  line-height: 1.5;
  border-top: 2px solid var(--clr_gray);
  padding: 20px 0 0;
  margin: 0 0 30px;
}
.info dl dt {
  display: flex;
  align-items: flex-start;
  gap: 0 6px;
  margin: 0 0 6px;
  color: var(--clr_blue_dark9);
  cursor: pointer;
}
.info dl dt::before {
  font-family: "fontello";
  content: "\e80a";
  font-size: 85%;
  margin: 0.2em 0 0;
}
.info dl dt.close::before {
  font-family: "fontello";
  content: "\e80d";
}
.info dl dt:not(:first-of-type) {
  margin: 20px 0 6px;
}
.info dl dd {
  margin: 0 0 20px;
}
.info dl dd:not(:nth-of-type(-n+3)) {
  display: none;
}

@media screen and (min-width: 48em), print {
  .info {
    width: 1200px;
    margin: 100px auto 140px;
    padding: 70px 60px 30px 0;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .info .tit_02 {
    width: 250px;
  }
  .info dl {
    width: calc(100% - 250px);
    border-top: none;
    border-left: 2px solid var(--clr_gray);
    padding: 0 0 0 35px;
  }
  .info dl dt {
    transition: 0.3s;
  }
  .info dl dt:hover {
    color: var(--clr_blue_dark);
  }
  .info dl dd {
    margin: 0 0 16px;
  }
  .info .btn_gray.arrow_svg {
    margin: 1.5em 0 1.5em auto;
  }
}
.btn_gray.arrow_svg {
  gap: 10px;
}
.btn_gray.arrow_svg::before {
  border: 1px solid var(--clr_blue_dark10);
}
.btn_gray.arrow_svg::after {
  content: "";
  width: 1.6em;
  height: 0.5em;
  margin: 0 0 0.2em;
  padding: 10px 20px;
  background: url(../img/icon_arrow.svg) no-repeat center/100% auto;
}
@media screen and (min-width: 48em), print {
  .btn_gray.arrow_svg {
    padding: 20px 30px;
    gap: 20px;
  }
}

.greeting {
  padding: 0 0 41rem;
  margin: 0 0 40px;
  position: relative;
}
.greeting.trigger .greeting_inner {
  animation: fadein 1s forwards;
}
.greeting.trigger .dr_section {
  animation: fade_up 1s forwards 0.5s;
}
.greeting .greeting_inner {
  background: var(--clr_gray_light3);
  padding: 40px 10px 60px;
  opacity: 0;
}
.greeting p {
  line-height: 2.22;
  font-weight: 400;
}
.greeting p.txt_blue {
  color: var(--clr_blue_dark9);
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 188%;
  text-align: center;
  line-height: 1.4;
}
.greeting .dr_section {
  width: 70%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
}
.greeting .dr_section .name_btn {
  background: var(--clr_blue_light2);
  width: 80%;
  margin: auto;
  padding: 15px 0;
  position: relative;
  z-index: 1;
}
.greeting .dr_section .name_btn .dr_name {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
}

@media screen and (min-width: 48em), print {
  .greeting {
    padding: 80px 0 0;
    margin: 0 auto 150px;
    width: 1200px;
  }
  .greeting .greeting_inner {
    padding: 65px 70px 65px 170px;
    margin: 0 0 0 auto;
    width: 891px;
  }
  .greeting p.txt_blue {
    margin: 0 0 25px;
  }
  .greeting .dr_section {
    width: 430px;
    bottom: auto;
    top: 0;
    left: 0;
    right: auto;
    margin: 0;
  }
  .greeting .dr_section .name_btn {
    width: 330px;
    padding: 20px 0 10px;
  }
  .greeting .dr_section .name_btn .dr_name {
    font-size: 2rem;
  }
  .greeting .dr_section .name_btn .btn_gray {
    gap: 60px;
  }
}
.feature {
  padding: 40px 0;
  background: linear-gradient(to bottom, var(--clr_blue_light4), transparent 400px);
  overflow-x: clip;
}
.feature .tit_02 {
  opacity: 0;
}
.feature .tit_02.trigger {
  animation: fadein 1s forwards;
}
.feature ol {
  counter-reset: number 0;
}
.feature ol li.trigger::before {
  animation: fade_left 1s forwards;
}
.feature ol li.trigger .txt_box {
  animation: fadein 1s forwards 0.5s;
}
.feature ol li.trigger:nth-child(2n)::before {
  animation: fade_right 1s forwards;
}
.feature ol li:not(:last-child) {
  margin: 0 0 40px;
}
.feature ol li:nth-child(2n)::before {
  margin: 0 0 20px auto;
  box-shadow: 15px 10px 0 var(--clr_gray);
}
.feature ol li::before {
  content: "";
  width: 95%;
  height: 120px;
  display: block;
  margin: 0 0 20px;
  box-shadow: -15px 10px 0 var(--clr_gray);
  opacity: 0;
}
.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;
}
.feature ol li .txt_box {
  padding: 0 10px 0 38%;
  position: relative;
  line-height: 1.6;
  opacity: 0;
}
.feature ol li .txt_box::before {
  content: counter(number, decimal-leading-zero) ".";
  counter-increment: number 1;
  width: 38%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  font-family: "Playball", cursive;
  font-weight: 400;
  color: var(--clr_blue_light3);
  font-size: 70px;
  line-height: 1;
}
.feature ol li .txt_box .btn_gray {
  width: 100%;
  margin: 1em 0 0;
}
.feature ol li .txt_box .btn_gray::before {
  border: 1px solid var(--clr_blue_dark10);
}
.feature ol li .txt_box .btn_gray::after {
  color: var(--clr_blue_dark10);
}

@media screen and (min-width: 48em), print {
  .feature {
    padding: 140px 0 160px;
    width: 100%;
  }
  .feature ol {
    width: 1200px;
    margin: 60px auto 0;
  }
  .feature ol li {
    min-height: 400px;
    padding: 0 0 0 600px;
    display: flex;
    align-items: center;
    position: relative;
  }
  .feature ol li:not(:last-child) {
    margin: 0 0 70px;
  }
  .feature ol li:nth-child(2n) {
    padding: 0 620px 0 0;
  }
  .feature ol li:nth-child(2n)::before {
    margin: 0;
    box-shadow: 30px 20px 0 var(--clr_gray);
    left: calc(50% + 20px);
  }
  .feature ol li:nth-child(2n) .txt_box {
    padding: 0 0 0 210px;
  }
  .feature ol li::before {
    width: 979px;
    height: 400px;
    margin: 0;
    box-shadow: -30px 20px 0 var(--clr_gray);
    position: absolute;
    left: calc(50% - 1000px);
  }
  .feature ol li .txt_box {
    padding: 0 0 0 225px;
    font-size: 2rem;
  }
  .feature ol li .txt_box::before {
    width: 200px;
    font-size: 140px;
  }
  .feature ol li .txt_box .btn_gray {
    margin: 2em 0 0;
  }
}
.about_clinic {
  padding: 40px 10px;
  background: linear-gradient(to bottom, var(--clr_blue_light4), transparent 400px);
}
.about_clinic .tit_02 {
  opacity: 0;
}
.about_clinic .tit_02.trigger {
  animation: fadein 1s forwards;
}
.about_clinic .subnav {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
.about_clinic .subnav.trigger li:nth-child(1) {
  animation: fade_up 1s forwards normal;
  animation-delay: 0.2s;
}
.about_clinic .subnav.trigger li:nth-child(2) {
  animation: fade_up 1s forwards normal;
  animation-delay: 0.4s;
}
.about_clinic .subnav.trigger li:nth-child(3) {
  animation: fade_up 1s forwards normal;
  animation-delay: 0.6s;
}
.about_clinic .subnav.trigger li:nth-child(4) {
  animation: fade_up 1s forwards normal;
  animation-delay: 0.8s;
}
.about_clinic .subnav.trigger li:nth-child(5) {
  animation: fade_up 1s forwards normal;
  animation-delay: 1s;
}
.about_clinic .subnav.trigger li:nth-child(6) {
  animation: fade_up 1s forwards normal;
  animation-delay: 1.2s;
}
.about_clinic .subnav.trigger li:nth-child(7) {
  animation: fade_up 1s forwards normal;
  animation-delay: 1.4s;
}
.about_clinic .subnav li {
  width: 135px;
  opacity: 0;
}
.about_clinic .subnav li a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  height: 135px;
  background: var(--clr_blue_dark11);
  text-decoration: none;
  font-size: 1.2rem;
  font-feature-settings: "palt";
  text-align: center;
  color: var(--clr_gray_dark);
  position: relative;
  z-index: 1;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.16);
}
.about_clinic .subnav li a::before {
  content: "";
  width: 45px;
  height: 45px;
  display: block;
}
.about_clinic .subnav li a.outpatient::before {
  background: url(../img/index_about_clinic_outpatient.svg) no-repeat center/100% auto;
}
.about_clinic .subnav li a.hospitalization-and-visiting::before {
  background: url(../img/index_about_clinic_hospitalization-and-visiting.svg) no-repeat center/100% auto;
}
.about_clinic .subnav li a.gastroenterologist::before {
  background: url(../img/index_about_clinic_gastroenterologist.svg) no-repeat center/100% auto;
}
.about_clinic .subnav li a.pain::before {
  background: url(../img/index_about_clinic_pain.svg) no-repeat center/100% auto;
}
.about_clinic .subnav li a.plastic-surgery::before {
  background: url(../img/index_about_clinic_plastic-surgery.svg) no-repeat center/100% auto;
}
.about_clinic .subnav li a.lifestyle_related::before {
  background: url(../img/index_about_clinic_lifestyle_related.svg) no-repeat center/100% auto;
}
.about_clinic .subnav li a.checkup::before {
  background: url(../img/index_about_clinic_checkup.svg) no-repeat center/100% auto;
}
.about_clinic .subnav li a::after {
  content: "";
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: var(--clr_gray_light4);
  z-index: -1;
}

@media screen and (min-width: 48em), print {
  .about_clinic {
    padding: 150px var(--padding120);
    position: relative;
  }
  .about_clinic .tit_02 {
    position: absolute;
    top: 220px;
    left: calc(50% - 600px);
  }
  .about_clinic .subnav {
    gap: 70px 133px;
    justify-content: flex-start;
  }
  .about_clinic .subnav li {
    width: 200px;
  }
  .about_clinic .subnav li:first-of-type {
    width: 531px;
  }
  .about_clinic .subnav li:first-of-type a {
    width: 200px;
    margin: 0 0 0 auto;
  }
  .about_clinic .subnav li a {
    height: 200px;
    font-size: 2rem;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.16);
  }
  .about_clinic .subnav li a::before {
    width: 75px;
    height: 75px;
    transition: 0.3s;
  }
  .about_clinic .subnav li a::after {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    transition: 0.5s;
  }
  .about_clinic .subnav li a:is(:hover, :focus-visible) {
    color: #fff;
  }
  .about_clinic .subnav li a:is(:hover, :focus-visible).outpatient::before {
    background-image: url(../img/index_about_clinic_outpatient_after.svg);
  }
  .about_clinic .subnav li a:is(:hover, :focus-visible).hospitalization-and-visiting::before {
    background-image: url(../img/index_about_clinic_hospitalization-and-visiting_after.svg);
  }
  .about_clinic .subnav li a:is(:hover, :focus-visible).gastroenterologist::before {
    background-image: url(../img/index_about_clinic_gastroenterologist_after.svg);
  }
  .about_clinic .subnav li a:is(:hover, :focus-visible).pain::before {
    background-image: url(../img/index_about_clinic_pain_after.svg);
  }
  .about_clinic .subnav li a:is(:hover, :focus-visible).plastic-surgery::before {
    background-image: url(../img/index_about_clinic_plastic-surgery_after.svg);
  }
  .about_clinic .subnav li a:is(:hover, :focus-visible).lifestyle_related::before {
    background-image: url(../img/index_about_clinic_lifestyle_related_after.svg);
  }
  .about_clinic .subnav li a:is(:hover, :focus-visible).checkup::before {
    background-image: url(../img/index_about_clinic_checkup_after.svg);
  }
  .about_clinic .subnav li a:is(:hover, :focus-visible)::after {
    width: 40%;
    height: 40%;
    opacity: 0;
  }
}
body:not(.index) .sub_header {
  display: flex;
  flex-direction: column-reverse;
}
body:not(.index) .main {
  margin: 20px 10px 60px;
}
body:not(.index) .main .tel_style {
  font-size: 120%;
}
body:not(.index) .main a:not([class*=btn], [href*="tel:"], .lst_anc > li > a) {
  color: var(--clr_blue_dark);
}
@media screen and (min-width: 48em), print {
  body:not(.index) .main {
    width: 1067px;
    margin: 80px auto;
  }
  body:not(.index) .main .cf .img_l, body:not(.index) .main .cf .img_r {
    max-width: 40%;
    height: auto;
  }
}

.breadnav {
  max-width: 100vw;
  margin: 1rem;
  overflow-x: auto;
}
.breadnav .breadcrumb {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  white-space: nowrap;
}
.breadnav .breadcrumb li {
  display: flex;
  align-items: center;
}
.breadnav .breadcrumb li a {
  text-decoration: none;
}
.breadnav .breadcrumb li br {
  display: none;
}
.breadnav .breadcrumb li:not(:last-child)::after {
  display: inline-block;
  content: ">";
  margin: 0 0.6rem;
}

@media screen and (min-width: 48em), print {
  .breadnav {
    width: 1200px;
    max-width: 100%;
    margin: 10px auto 0;
    overflow-x: inherit;
  }
  .breadnav .breadcrumb {
    font-size: 1.8rem;
  }
  .breadnav .breadcrumb li:not(:last-child)::after {
    margin: 0 1rem;
  }
  .breadnav .breadcrumb li a:hover {
    opacity: 1;
    text-decoration: underline;
  }
}
.dr_name span {
  font-size: 130%;
}

body.clinic .img_wrap > div {
  max-width: 60%;
  margin: auto;
}
body.clinic .img_wrap > div:not(:last-child) {
  margin: 0 auto 4rem;
}

@media screen and (min-width: 48em), print {
  body.clinic .img_wrap {
    display: flex;
    justify-content: center;
    gap: 4rem;
  }
  body.clinic .img_wrap > div {
    width: 25%;
    margin: 0 !important;
  }
}
.gallery_container {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.gallery_container .gallery_box img {
  max-width: 80%;
  margin: 0 auto 1rem;
}

@media screen and (min-width: 48em), print {
  .gallery_container {
    flex-direction: row;
    gap: 4rem 3rem;
    flex-wrap: wrap;
  }
  .gallery_container .gallery_box {
    width: calc((100% - 6rem) / 3);
  }
  .gallery_container .gallery_box img {
    max-width: 100%;
    margin: 0 0 1rem;
  }
}
body.access .main .gmap {
  margin: 2rem 0;
}
@media screen and (min-width: 48em), print {
  body.access .main .gmap {
    margin: 4rem 0 0;
    height: auto;
  }
}

.dl_anc dl:not(:last-child) {
  margin: 0 0 30px;
}
.dl_anc dl:nth-child(2n) dt {
  background: var(--clr_blue_light2);
}
.dl_anc dl dt {
  background: var(--clr_blue_light3);
  color: var(--clr_blue_dark);
  text-align: center;
  font-size: 1.4rem;
  padding: 5px 10px;
  margin: 0 0 10px;
}
.dl_anc dl dd ul li a {
  display: block;
  border-bottom: 2px dotted var(--clr_blue_dark);
  padding: 10px 20px 10px 0;
  position: relative;
  text-decoration: none !important;
  color: var(--clr_gray_dark2) !important;
}
.dl_anc dl dd ul li a::after {
  font-family: "fontello";
  content: "\ebbe";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: var(--clr_blue_dark);
}
@media screen and (min-width: 48em), print {
  .dl_anc {
    display: flex;
    flex-wrap: wrap;
    gap: 40px calc((100% - 960px) / 2);
  }
  .dl_anc dl {
    min-width: 320px;
  }
  .dl_anc dl dt {
    font-size: 2.8rem;
    padding: 12px 10px;
    margin: 0 0 25px;
  }
  .dl_anc dl dd ul li:not(:last-child) {
    margin: 0 0 5px;
  }
  .dl_anc dl dd ul li a {
    font-size: 2.2rem;
    padding: 15px 25px 15px 0;
  }
  .dl_anc dl dd ul li a:is(:hover, :focus-visible) {
    opacity: 1;
    color: var(--clr_blue_dark) !important;
  }
}

@media screen and (min-width: 48em), print {
  body.nursing-facility .dl_anc dl {
    width: 100%;
  }
  body.nursing-facility .dl_anc dl dt {
    width: 320px;
    margin: 0 auto 25px;
  }
  body.nursing-facility .dl_anc dl dd ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  body.nursing-facility .dl_anc dl dd ul li {
    width: 48%;
  }
}
.lst_faq dt, .lst_faq dd {
  position: relative;
}
.lst_faq dt::before, .lst_faq dd::before {
  width: 1.7em;
  height: 1.7em;
  font-size: 1.6rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 0 0 0.2em;
  position: absolute;
  left: 0;
  top: 0;
}
.lst_faq dt {
  font-size: 1.4rem;
  color: var(--clr_blue_dark);
  line-height: 1.4;
  margin: 0 0 1rem;
  padding: 0.3em 0 0 4rem;
}
.lst_faq dt::before {
  content: "Q";
  background: var(--clr_blue_dark);
}
.lst_faq dd {
  padding: 0.1em 0 0 4rem;
}
.lst_faq dd::before {
  content: "A";
  background: var(--clr_blue_dark4);
}
.lst_faq dd:not(:last-child) {
  margin: 0 0 3rem;
}

@media screen and (min-width: 48em), print {
  .lst_faq dt, .lst_faq dd {
    padding-left: 5rem;
  }
  .lst_faq dt::before, .lst_faq dd::before {
    font-size: 2.2rem;
  }
  .lst_faq dt {
    font-size: 2rem;
    margin: 0 0 2rem;
  }
  .lst_faq dd:not(:last-child) {
    margin: 0 0 5rem;
  }
}
.tab_button {
  display: flex;
}
.tab_button .tab {
  width: 50%;
}
.tab_button .tab button {
  padding: 0.5rem;
  background: var(--clr_gray_light);
  color: var(--clr_blue_dark);
  width: 100%;
  height: 100%;
  border-radius: 0.5rem 0.5rem 0 0;
}
.tab_button .tab.active button {
  background: var(--clr_blue_dark);
  color: #fff;
  cursor: default;
}
.tab_button .tab.active button:hover {
  opacity: 1;
}
@media screen and (min-width: 48em), print {
  .tab_button .tab button {
    border-radius: 1rem 1rem 0 0;
    padding: 1rem;
  }
}

.box_wrapper .tab_box {
  border: 1px solid var(--clr_blue_dark);
  padding: 1rem;
  display: none;
}
.box_wrapper .tab_box.active {
  display: block;
}
@media screen and (min-width: 48em), print {
  .box_wrapper .tab_box {
    padding: 3rem;
  }
}

body.staff .recruit_box {
  padding: 2rem 0;
}
body.staff .recruit_box:not(:last-of-type) {
  border-bottom: 1px solid var(--clr_gray);
}

@media screen and (min-width: 48em), print {
  body.staff .recruit_box {
    padding: 4rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  body.staff .recruit_box .txt_wrap {
    width: 70%;
  }
  body.staff .recruit_box .btn_blue {
    margin: 0;
  }
}
.btn_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  margin: 1em 0;
}
.btn_wrap .btn_gray {
  margin: 0;
}

@media screen and (min-width: 48em), print {
  .btn_wrap {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4rem;
  }
}/*# sourceMappingURL=style.css.map */