@charset "UTF-8";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  position: relative;
  border-spacing: 0;
}

input,
select {
  vertical-align: middle;
}

input,
button,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  font-family: inherit;
  border-radius: 0;
  color: inherit;
  background: transparent;
  border: none;
  margin: 0;
  padding: 0;
}

label {
  cursor: pointer;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button,
input[type=month]::-webkit-outer-spin-button,
input[type=month]::-webkit-inner-spin-button,
input[type=datetime-local]::-webkit-outer-spin-button,
input[type=datetime-local]::-webkit-inner-spin-button,
input[type=week]::-webkit-outer-spin-button,
input[type=week]::-webkit-inner-spin-button,
input[type=time]::-webkit-outer-spin-button,
input[type=time]::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button,
input[type=date]::-webkit-inner-spin-button {
  display: none;
}

input[type=number],
input[type=month],
input[type=datetime-local],
input[type=week],
input[type=time],
input[type=date] {
  -moz-appearance: textfield;
}

input[type=date]::-webkit-clear-button,
input[type=month]::-webkit-clear-button,
input[type=datetime-local]::-webkit-clear-button,
input[type=time]::-webkit-clear-button,
input[type=week]::-webkit-clear-button {
  -webkit-appearance: none;
}

button:focus {
  outline: none;
  box-shadow: none;
}

address {
  font-style: normal;
}

body * {
  box-sizing: border-box;
}

:root {
  interpolate-size: allow-keywords;
}

html {
  scrollbar-gutter: stable;
}

body {
  min-width: 1280px;
  font-size: 1rem;
}
body {
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  line-height: 1.75em;
  text-size-adjust: 100%;
  background: #fff;
}
body.is-open {
  overflow: hidden;
}
body.is-open::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 110;
}
body.is-nav-open {
  overflow: hidden;
}

.is-outside {
  margin: 0 -20px;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

figure figcaption {
  margin-top: 1em;
  font-size: 1rem;
}
figure figcaption {
  line-height: 1.43em;
}

/* 共通 ------------------------------------- */

.m-none {
  margin: 0 !important;
}

.mt-none {
  margin-top: 0 !important;
}

.mr-none {
  margin-right: 0 !important;
}

.mb-none {
  margin-bottom: 0 !important;
}

.ml-none {
  margin-left: 0 !important;
}

.mx-none {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.my-none {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.m-xxs {
  margin: 8px !important;
}

.mt-xxs {
  margin-top: 8px !important;
}

.mr-xxs {
  margin-right: 8px !important;
}

.mb-xxs {
  margin-bottom: 8px !important;
}

.ml-xxs {
  margin-left: 8px !important;
}

.mx-xxs {
  margin-left: 8px !important;
  margin-right: 8px !important;
}

.my-xxs {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

.m-xs {
  margin: clamp(8px, 0.5rem + 0.4vw, 16px) !important;
}

.mt-xs {
  margin-top: clamp(8px, 0.5rem + 0.4vw, 16px) !important;
}

.mr-xs {
  margin-right: clamp(8px, 0.5rem + 0.4vw, 16px) !important;
}

.mb-xs {
  margin-bottom: clamp(8px, 0.5rem + 0.4vw, 16px) !important;
}

.ml-xs {
  margin-left: clamp(8px, 0.5rem + 0.4vw, 16px) !important;
}

.mx-xs {
  margin-left: clamp(8px, 0.5rem + 0.4vw, 16px) !important;
  margin-right: clamp(8px, 0.5rem + 0.4vw, 16px) !important;
}

.my-xs {
  margin-top: clamp(8px, 0.5rem + 0.4vw, 16px) !important;
  margin-bottom: clamp(8px, 0.5rem + 0.4vw, 16px) !important;
}

.m-sm {
  margin: clamp(16px, 1rem + 0.8vw, 32px) !important;
}

.mt-sm {
  margin-top: clamp(16px, 1rem + 0.8vw, 32px) !important;
}

.mr-sm {
  margin-right: clamp(16px, 1rem + 0.8vw, 32px) !important;
}

.mb-sm {
  margin-bottom: clamp(16px, 1rem + 0.8vw, 32px) !important;
}

.ml-sm {
  margin-left: clamp(16px, 1rem + 0.8vw, 32px) !important;
}

.mx-sm {
  margin-left: clamp(16px, 1rem + 0.8vw, 32px) !important;
  margin-right: clamp(16px, 1rem + 0.8vw, 32px) !important;
}

.my-sm {
  margin-top: clamp(16px, 1rem + 0.8vw, 32px) !important;
  margin-bottom: clamp(16px, 1rem + 0.8vw, 32px) !important;
}

.m-md {
  margin: clamp(24px, 1.5rem + 1.2vw, 48px) !important;
}

.mt-md {
  margin-top: clamp(24px, 1.5rem + 1.2vw, 48px) !important;
}

.mr-md {
  margin-right: clamp(24px, 1.5rem + 1.2vw, 48px) !important;
}

.mb-md {
  margin-bottom: clamp(24px, 1.5rem + 1.2vw, 48px) !important;
}

.ml-md {
  margin-left: clamp(24px, 1.5rem + 1.2vw, 48px) !important;
}

.mx-md {
  margin-left: clamp(24px, 1.5rem + 1.2vw, 48px) !important;
  margin-right: clamp(24px, 1.5rem + 1.2vw, 48px) !important;
}

.my-md {
  margin-top: clamp(24px, 1.5rem + 1.2vw, 48px) !important;
  margin-bottom: clamp(24px, 1.5rem + 1.2vw, 48px) !important;
}

.m-lg {
  margin: clamp(32px, 2rem + 1.6vw, 64px) !important;
}

.mt-lg {
  margin-top: clamp(32px, 2rem + 1.6vw, 64px) !important;
}

.mr-lg {
  margin-right: clamp(32px, 2rem + 1.6vw, 64px) !important;
}

.mb-lg {
  margin-bottom: clamp(32px, 2rem + 1.6vw, 64px) !important;
}

.ml-lg {
  margin-left: clamp(32px, 2rem + 1.6vw, 64px) !important;
}

.mx-lg {
  margin-left: clamp(32px, 2rem + 1.6vw, 64px) !important;
  margin-right: clamp(32px, 2rem + 1.6vw, 64px) !important;
}

.my-lg {
  margin-top: clamp(32px, 2rem + 1.6vw, 64px) !important;
  margin-bottom: clamp(32px, 2rem + 1.6vw, 64px) !important;
}

.m-xl {
  margin: clamp(44px, 2.75rem + 2.2vw, 88px) !important;
}

.mt-xl {
  margin-top: clamp(44px, 2.75rem + 2.2vw, 88px) !important;
}

.mr-xl {
  margin-right: clamp(44px, 2.75rem + 2.2vw, 88px) !important;
}

.mb-xl {
  margin-bottom: clamp(44px, 2.75rem + 2.2vw, 88px) !important;
}

.ml-xl {
  margin-left: clamp(44px, 2.75rem + 2.2vw, 88px) !important;
}

.mx-xl {
  margin-left: clamp(44px, 2.75rem + 2.2vw, 88px) !important;
  margin-right: clamp(44px, 2.75rem + 2.2vw, 88px) !important;
}

.my-xl {
  margin-top: clamp(44px, 2.75rem + 2.2vw, 88px) !important;
  margin-bottom: clamp(44px, 2.75rem + 2.2vw, 88px) !important;
}

.m-xxl {
  margin: clamp(60px, 3.75rem + 3vw, 120px) !important;
}

.mt-xxl {
  margin-top: clamp(60px, 3.75rem + 3vw, 120px) !important;
}

.mr-xxl {
  margin-right: clamp(60px, 3.75rem + 3vw, 120px) !important;
}

.mb-xxl {
  margin-bottom: clamp(60px, 3.75rem + 3vw, 120px) !important;
}

.ml-xxl {
  margin-left: clamp(60px, 3.75rem + 3vw, 120px) !important;
}

.mx-xxl {
  margin-left: clamp(60px, 3.75rem + 3vw, 120px) !important;
  margin-right: clamp(60px, 3.75rem + 3vw, 120px) !important;
}

.my-xxl {
  margin-top: clamp(60px, 3.75rem + 3vw, 120px) !important;
  margin-bottom: clamp(60px, 3.75rem + 3vw, 120px) !important;
}

.p-none {
  padding: 0 !important;
}

.pt-none {
  padding-top: 0 !important;
}

.pr-none {
  padding-right: 0 !important;
}

.pb-none {
  padding-bottom: 0 !important;
}

.pl-none {
  padding-left: 0 !important;
}

.px-none {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.py-none {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.p-xxs {
  padding: 8px !important;
}

.pt-xxs {
  padding-top: 8px !important;
}

.pr-xxs {
  padding-right: 8px !important;
}

.pb-xxs {
  padding-bottom: 8px !important;
}

.pl-xxs {
  padding-left: 8px !important;
}

.px-xxs {
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.py-xxs {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.p-xs {
  padding: clamp(8px, 0.5rem + 0.4vw, 16px) !important;
}

.pt-xs {
  padding-top: clamp(8px, 0.5rem + 0.4vw, 16px) !important;
}

.pr-xs {
  padding-right: clamp(8px, 0.5rem + 0.4vw, 16px) !important;
}

.pb-xs {
  padding-bottom: clamp(8px, 0.5rem + 0.4vw, 16px) !important;
}

.pl-xs {
  padding-left: clamp(8px, 0.5rem + 0.4vw, 16px) !important;
}

.px-xs {
  padding-left: clamp(8px, 0.5rem + 0.4vw, 16px) !important;
  padding-right: clamp(8px, 0.5rem + 0.4vw, 16px) !important;
}

.py-xs {
  padding-top: clamp(8px, 0.5rem + 0.4vw, 16px) !important;
  padding-bottom: clamp(8px, 0.5rem + 0.4vw, 16px) !important;
}

.p-sm {
  padding: clamp(16px, 1rem + 0.8vw, 32px) !important;
}

.pt-sm {
  padding-top: clamp(16px, 1rem + 0.8vw, 32px) !important;
}

.pr-sm {
  padding-right: clamp(16px, 1rem + 0.8vw, 32px) !important;
}

.pb-sm {
  padding-bottom: clamp(16px, 1rem + 0.8vw, 32px) !important;
}

.pl-sm {
  padding-left: clamp(16px, 1rem + 0.8vw, 32px) !important;
}

.px-sm {
  padding-left: clamp(16px, 1rem + 0.8vw, 32px) !important;
  padding-right: clamp(16px, 1rem + 0.8vw, 32px) !important;
}

.py-sm {
  padding-top: clamp(16px, 1rem + 0.8vw, 32px) !important;
  padding-bottom: clamp(16px, 1rem + 0.8vw, 32px) !important;
}

.p-md {
  padding: clamp(24px, 1.5rem + 1.2vw, 48px) !important;
}

.pt-md {
  padding-top: clamp(24px, 1.5rem + 1.2vw, 48px) !important;
}

.pr-md {
  padding-right: clamp(24px, 1.5rem + 1.2vw, 48px) !important;
}

.pb-md {
  padding-bottom: clamp(24px, 1.5rem + 1.2vw, 48px) !important;
}

.pl-md {
  padding-left: clamp(24px, 1.5rem + 1.2vw, 48px) !important;
}

.px-md {
  padding-left: clamp(24px, 1.5rem + 1.2vw, 48px) !important;
  padding-right: clamp(24px, 1.5rem + 1.2vw, 48px) !important;
}

.py-md {
  padding-top: clamp(24px, 1.5rem + 1.2vw, 48px) !important;
  padding-bottom: clamp(24px, 1.5rem + 1.2vw, 48px) !important;
}

.p-lg {
  padding: clamp(32px, 2rem + 1.6vw, 64px) !important;
}

.pt-lg {
  padding-top: clamp(32px, 2rem + 1.6vw, 64px) !important;
}

.pr-lg {
  padding-right: clamp(32px, 2rem + 1.6vw, 64px) !important;
}

.pb-lg {
  padding-bottom: clamp(32px, 2rem + 1.6vw, 64px) !important;
}

.pl-lg {
  padding-left: clamp(32px, 2rem + 1.6vw, 64px) !important;
}

.px-lg {
  padding-left: clamp(32px, 2rem + 1.6vw, 64px) !important;
  padding-right: clamp(32px, 2rem + 1.6vw, 64px) !important;
}

.py-lg {
  padding-top: clamp(32px, 2rem + 1.6vw, 64px) !important;
  padding-bottom: clamp(32px, 2rem + 1.6vw, 64px) !important;
}

.p-xl {
  padding: clamp(44px, 2.75rem + 2.2vw, 88px) !important;
}

.pt-xl {
  padding-top: clamp(44px, 2.75rem + 2.2vw, 88px) !important;
}

.pr-xl {
  padding-right: clamp(44px, 2.75rem + 2.2vw, 88px) !important;
}

.pb-xl {
  padding-bottom: clamp(44px, 2.75rem + 2.2vw, 88px) !important;
}

.pl-xl {
  padding-left: clamp(44px, 2.75rem + 2.2vw, 88px) !important;
}

.px-xl {
  padding-left: clamp(44px, 2.75rem + 2.2vw, 88px) !important;
  padding-right: clamp(44px, 2.75rem + 2.2vw, 88px) !important;
}

.py-xl {
  padding-top: clamp(44px, 2.75rem + 2.2vw, 88px) !important;
  padding-bottom: clamp(44px, 2.75rem + 2.2vw, 88px) !important;
}

.p-xxl {
  padding: clamp(60px, 3.75rem + 3vw, 120px) !important;
}

.pt-xxl {
  padding-top: clamp(60px, 3.75rem + 3vw, 120px) !important;
}

.pr-xxl {
  padding-right: clamp(60px, 3.75rem + 3vw, 120px) !important;
}

.pb-xxl {
  padding-bottom: clamp(60px, 3.75rem + 3vw, 120px) !important;
}

.pl-xxl {
  padding-left: clamp(60px, 3.75rem + 3vw, 120px) !important;
}

.px-xxl {
  padding-left: clamp(60px, 3.75rem + 3vw, 120px) !important;
  padding-right: clamp(60px, 3.75rem + 3vw, 120px) !important;
}

.py-xxl {
  padding-top: clamp(60px, 3.75rem + 3vw, 120px) !important;
  padding-bottom: clamp(60px, 3.75rem + 3vw, 120px) !important;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.bg {
  background: #F7FAFE;
}
.bg-dark {
  background: #EBF3FD;
}
.bg-em {
  background: #FDF1EF;
}
.bg-gray {
  background: #FAFAFA;
}

[class^=icon-] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}
[class^=icon-]::before {
  content: "";
  display: inline-block;
  width: 1.5em;
  height: 1em;
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background: #222;
  transition: all 0.2s ease;
}
.c-white [class^=icon-] {
  background: #fff;
}

.icon-arrow::before {
  mask-image: url(../img/common/icon-arrow.svg);
}

.icon-arrow2::before {
  mask-image: url(../img/common/icon-arrow2.svg);
}

.icon-plus::before {
  mask-image: url(../img/common/icon-plus.svg);
}

.icon-home::before {
  mask-image: url(../img/common/icon-home.svg);
}

.icon-tel::before {
  mask-image: url(../img/common/icon-tel.svg);
}

.icon-mail::before {
  mask-image: url(../img/common/icon-mail.svg);
}

.icon-schedule::before {
  mask-image: url(../img/common/icon-schedule.svg);
  height: 1.5em;
}

.icon-for-medical::before {
  mask-image: url(../img/common/icon-for-medical.svg);
}

.icon-guide::before {
  mask-image: url(../img/common/icon-guide.svg);
}

/* ファイル */
.icon-pdf::before {
  mask-image: url(../img/common/icon-pdf.svg);
  height: 1.5em;
}

.icon-tsv::before {
  mask-image: url(../img/common/icon-tsv.svg);
  height: 1.5em;
}

.icon-word::before {
  mask-image: url(../img/common/icon-word.svg);
  height: 1.5em;
}

.icon-excel::before {
  mask-image: url(../img/common/icon-excel.svg);
  height: 1.5em;
}

.icon-dl::before {
  mask-image: url(../img/common/icon-dl.svg);
}

.icon-movie::before {
  mask-image: url(../img/common/icon-movie.svg);
}

/* 別窓 */
.icon-blank::before {
  mask-image: url(../img/common/icon-blank.svg);
}

/* 診療科 */
.icon-surgical::before {
  mask-image: url(../img/common/icon-surgical.svg);
}

.icon-internal::before {
  mask-image: url(../img/common/icon-internal.svg);
}

.icon-urology::before {
  mask-image: url(../img/common/icon-urology.svg);
}

.icon-sensory::before {
  mask-image: url(../img/common/icon-sensory.svg);
}

.icon-pediatrics::before {
  mask-image: url(../img/common/icon-pediatrics.svg);
}

.icon-radiology::before {
  mask-image: url(../img/common/icon-radiology.svg);
}

.icon-rehabilitation::before {
  mask-image: url(../img/common/icon-rehabilitation.svg);
}

.icon-centers::before {
  mask-image: url(../img/common/icon-centers.svg);
}

.icon-emergency::before {
  mask-image: url(../img/common/icon-emergency.svg);
}

.icon-hematology::before {
  mask-image: url(../img/common/icon-hematology.svg);
}

.icon-medical::before {
  mask-image: url(../img/common/icon-medical.svg);
}

.icon-specialized::before {
  mask-image: url(../img/common/icon-specialized.svg);
}

[class^=icon-color],
[class^=icon-circle] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  mask: none;
  transition: all 0.2s ease;
}
[class^=icon-color]::before,
[class^=icon-circle]::before {
  content: "";
  display: inline-block;
  width: 1.5em;
  height: 1em;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  transition: all 0.2s ease;
}

.icon-color-movie::before {
  background-image: url(../img/common/icon-color-movie.svg);
}

.icon-color-outpatient::before {
  height: 1.5em;
  background-image: url(../img/common/icon-color-outpatient.svg);
}

.icon-color-hospitalization::before {
  height: 1.5em;
  background-image: url(../img/common/icon-color-hospitalization.svg);
}

.icon-color-for-medical::before {
  height: 1.5em;
  background-image: url(../img/common/icon-color-for-medical.svg);
}

.icon-color-news::before {
  height: 1.5em;
  background-image: url(../img/common/icon-color-news.svg);
}

.icon-color-recruitment::before {
  height: 1.5em;
  background-image: url(../img/common/icon-color-recruitment.svg);
}

.icon-color-checkup::before {
  height: 1.5em;
  background-image: url(../img/common/icon-color-checkup.svg);
}

.icon-color-guide::before {
  height: 1.5em;
  background-image: url(../img/common/icon-color-guide.svg);
}

.icon-color-patient::before {
  height: 1.5em;
  background-image: url(../img/common/icon-color-patient.svg);
}

.icon-color-hospital::before {
  height: 1.5em;
  background-image: url(../img/common/icon-color-hospital.svg);
}

.icon-color-cancer::before {
  height: 1.5em;
  background-image: url(../img/common/icon-color-cancer.svg);
}

.icon-color-hotline::before {
  height: 1.5em;
  background-image: url(../img/common/icon-color-hotline.svg);
}

.icon-color-orthopedics::before {
  height: 1.5em;
  background-image: url(../img/common/icon-color-orthopedics.svg);
}

.icon-color-list::before {
  height: 1.5em;
  background-image: url(../img/common/icon-color-list.svg);
}

.icon-color-facility::before {
  height: 1.5em;
  background-image: url(../img/common/icon-color-facility.svg);
}

.icon-color-consltation::before {
  height: 1.5em;
  background-image: url(../img/common/icon-color-consltation.svg);
}

.icon-color-search::before {
  height: 1.5em;
  background-image: url(../img/common/icon-search.svg);
}

.icon-color-access::before {
  height: 1.5em;
  background-image: url(../img/common/icon-access.svg);
}

.icon-color-mail::before {
  background-image: url(../img/common/icon-mail.svg);
}

[class^=icon-circle]::before {
  height: 1.5em;
  width: 1.5em;
}

.icon-circle-access::before {
  background-image: url(../img/common/icon-circle-access.svg);
}

.icon-circle-bus::before {
  background-image: url(../img/common/icon-circle-bus.svg);
}

.icon-circle-car::before {
  background-image: url(../img/common/icon-circle-car.svg);
}

.icon-circle-train::before {
  background-image: url(../img/common/icon-circle-train.svg);
}

.icon-circle-surgical::before {
  background-image: url(../img/common/icon-circle-surgical.svg);
}

.icon-circle-internal::before {
  background-image: url(../img/common/icon-circle-internal.svg);
}

.icon-circle-urology::before {
  background-image: url(../img/common/icon-circle-urology.svg);
}

.icon-circle-sensory::before {
  background-image: url(../img/common/icon-circle-sensory.svg);
}

.icon-circle-pediatrics::before {
  background-image: url(../img/common/icon-circle-pediatrics.svg);
}

.icon-circle-radiology::before {
  background-image: url(../img/common/icon-circle-radiology.svg);
}

.icon-circle-rehabilitation::before {
  background-image: url(../img/common/icon-circle-rehabilitation.svg);
}

.icon-circle-centers::before {
  background-image: url(../img/common/icon-circle-centers.svg);
}

.icon-circle-emergency::before {
  background-image: url(../img/common/icon-circle-emergency.svg);
}

.icon-circle-hematology::before {
  background-image: url(../img/common/icon-circle-hematology.svg);
}

.icon-circle-medical::before {
  background-image: url(../img/common/icon-circle-medical.svg);
}

.icon-circle-specialized::before {
  background-image: url(../img/common/icon-circle-specialized.svg);
}

.icon-circle2-surgical::before {
  background-image: url(../img/common/icon-circle2-surgical.svg);
}

.icon-circle2-internal::before {
  background-image: url(../img/common/icon-circle2-internal.svg);
}

.icon-circle2-urology::before {
  background-image: url(../img/common/icon-circle2-urology.svg);
}

.icon-circle2-sensory::before {
  background-image: url(../img/common/icon-circle2-sensory.svg);
}

.icon-circle2-pediatrics::before {
  background-image: url(../img/common/icon-circle2-pediatrics.svg);
}

.icon-circle2-radiology::before {
  background-image: url(../img/common/icon-circle2-radiology.svg);
}

.icon-circle2-rehabilitation::before {
  background-image: url(../img/common/icon-circle2-rehabilitation.svg);
}

.icon-circle2-centers::before {
  background-image: url(../img/common/icon-circle2-centers.svg);
}

.icon-circle2-emergency::before {
  background-image: url(../img/common/icon-circle2-emergency.svg);
}

.icon-circle2-hematology::before {
  background-image: url(../img/common/icon-circle2-hematology.svg);
}

.icon-circle2-medical::before {
  background-image: url(../img/common/icon-circle2-medical.svg);
}

.icon-circle2-specialized::before {
  background-image: url(../img/common/icon-circle2-specialized.svg);
}

/* 共通パーツ ---------------------------------- */
.content-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}
.content-inner--s {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
}

.font-sans {
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

.font-serif {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
}

.font-en {
  font-family: "Marcellus", serif;
}

.font-num {
  font-family: "Lato", serif;
}

.font-num2 {
  font-family: "Crimson Pro", serif;
}

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

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

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

.keycolor {
  color: #4A6088 !important;
}

.red {
  color: #B90505 !important;
}

.blue {
  color: #0a63d1 !important;
}

.green {
  color: #097407 !important;
}

.black {
  color: #222 !important;
}

.bold {
  font-weight: 700 !important;
}

.small {
  display: inline-block;
  font-size: 0.8em !important;
  line-height: 1.75em;
}

.large {
  display: inline-block;
  font-size: 1.375em !important;
  line-height: 1.2em;
}

.float-left {
  float: left;
  margin-right: 40px;
  margin-bottom: 40px;
}

.float-right {
  float: right;
  margin-left: 40px;
  margin-bottom: 40px;
}

.float-none {
  float: none;
}

:has(> .float-left, > .float-right) {
  clear: both;
  overflow: hidden;
}

a {
  display: inline-flex;
  align-items: center;
  color: #222;
  text-decoration: none;
  transition: all 0.3s ease;
}
a .icon-pdf::before {
  background: #B90505;
}
a .icon-word::before {
  background: #1A50B2;
}
a .icon-excel::before {
  background: #156F63;
}
a .icon-arrow::before {
  height: 1.2em;
}
a.link-color {
  color: #4A6088;
}
a.link-color [class^=icon-]::before {
  background: #4A6088;
}
a.link-color .icon-pdf::before {
  background: #B90505;
}
a.link-color .icon-word::before {
  background: #1A50B2;
}
a.link-color .icon-excel::before {
  background: #156F63;
}
a.link-line {
  color: #4A6088;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-decoration-color: #4A6088;
  transition: text-decoration-color 0.2s ease-in;
}

[class^=ttl-] .label small {
  display: inline-block;
  margin-left: 0.5em;
  font-size: 0.55em;
  vertical-align: middle;
}

.ttl-lg {
  position: relative;
  margin: 0 auto 104px;
  padding-left: 0.8em;
  font-size: 2.625rem;
}
.ttl-lg {
  font-weight: 500;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  color: #4A6088;
  line-height: 1.42em;
  border-left: 8px solid #4A6088;
}
.ttl-lg .label {
  display: inline-block;
}

.ttl-lg2 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 auto 40px;
  padding-bottom: 0.8em;
  font-size: 1.875rem;
}
.ttl-lg2 {
  font-weight: 500;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  color: #4A6088;
  line-height: 1.42em;
  border-bottom: 2px solid #DDDDDD;
}
.ttl-lg2::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  display: block;
  width: 2em;
  height: 2px;
  background: #4A6088;
  transition: 0.2s ease-in;
}
.ttl-lg2 .label {
  display: inline-block;
}
.ttl-lg2_num {
  align-items: flex-start;
  justify-content: space-between;
  padding-left: 0.2em;
  padding-right: 0.2em;
}
.ttl-lg2_num .num {
  font-size: 1.18em;
  font-weight: 400;
  font-family: "Crimson Pro", serif;
}
.ttl-lg2_num .label {
  width: calc(100% - 2em) !important;
}
.ttl-lg2_icon {
  align-items: flex-start;
  justify-content: space-between;
  padding-left: 0.2em;
  padding-right: 0.2em;
}
.ttl-lg2_icon [class^=icon-]::before {
  height: 2em;
  width: 2em;
}
.ttl-lg2_icon .label {
  width: calc(100% - 3em) !important;
}
.ttl-lg2_arrow {
  padding: 0.8em;
}
.ttl-lg2_arrow .label {
  position: relative;
  width: 100%;
  padding-right: 1.5em;
}
.ttl-lg2_arrow .label::after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(../img/common/icon-arrow.svg) center no-repeat;
  background-size: contain;
  transform: translate(0, -50%);
}

.ttl-lg3 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  margin: 0 auto 40px;
  font-size: 2.5rem;
}
.ttl-lg3 {
  font-weight: 500;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  color: #4A6088;
  line-height: 1.42em;
}
.ttl-lg3 .label {
  line-height: 1.2em;
}
.ttl-lg3 .label-sub {
  margin-top: 0.8em;
  font-size: 0.4em;
  font-weight: 400;
  font-family: "Marcellus", serif;
  letter-spacing: 0.2em;
  color: #777777;
  line-height: 1.2em;
}

.ttl-md {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 auto 1em;
  font-size: 1.375rem;
}
.ttl-md {
  font-weight: 600;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  color: #4A6088;
}
.ttl-md .label {
  display: inline-block;
}

.ttl-md2 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 auto 1.2em;
  font-size: 1.375rem;
}
.ttl-md2 {
  font-weight: 600;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  color: #4A6088;
}
.ttl-md2::before {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 1px;
  margin-right: 0.5em;
  background: #4A6088;
}
.ttl-md2 .label {
  display: inline-block;
}

.ttl-md3 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 auto 1em;
  padding-left: 0.5em;
  font-size: 1.5rem;
}
.ttl-md3 {
  font-weight: 500;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  color: #4A6088;
  line-height: 1.42em;
  border-left: 4px solid #4A6088;
}
.ttl-md3 .label {
  display: inline-block;
}
.ttl-md3_arrow .label {
  position: relative;
  width: 100%;
  padding-right: 1.5em;
}
.ttl-md3_arrow .label::after {
  position: absolute;
  top: 50%;
  right: 0.2em;
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(../img/common/icon-arrow.svg) center no-repeat;
  background-size: contain;
  transform: translate(0, -50%);
}

.ttl-md4 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 auto 1em;
  padding: 0.8em;
  font-size: 1.375rem;
}
.ttl-md4 {
  font-weight: 600;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  color: #4A6088;
  background: #F0F5FC;
}
.ttl-md4 .label {
  display: inline-block;
}

.ttl-sm {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 auto 1em;
  font-size: 1.125rem;
}
.ttl-sm {
  font-weight: 400;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
}
.ttl-sm::before {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 1px;
  margin-right: 0.5em;
  background: #222;
}
.ttl-sm .label {
  display: inline-block;
}

.ttl-sm2 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 auto 1em;
  padding-bottom: 0.8em;
  font-size: 1.375rem;
}
.ttl-sm2 {
  font-weight: 600;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  color: #4A6088;
  line-height: 1.42em;
  border-bottom: 1px solid #4A6088;
}
.ttl-sm2 .label {
  display: inline-block;
}
.ttl-sm2_num {
  align-items: flex-start;
  justify-content: space-between;
  padding-left: 0.4em;
  padding-right: 0.4em;
}
.ttl-sm2_num .num {
  font-size: 1.18em;
  font-weight: 400;
  font-family: "Crimson Pro", serif;
}
.ttl-sm2_num .label {
  width: calc(100% - 2em) !important;
}

.ttl-sm3 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 auto 1em;
  font-size: 1.125rem;
}
.ttl-sm3 {
  font-weight: 600;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  color: #4A6088;
  line-height: 1.42em;
}
.ttl-sm3 .label {
  display: inline-block;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #4A6088;
}

.ttl-category {
  display: flex;
  align-items: center;
  margin: 0 auto 30px;
  border-bottom: 1px solid #4A6088;
}
.ttl-category [class^=icon-color-] {
  width: 64px;
  height: 64px;
}
.ttl-category [class^=icon-color-]::before {
  width: 50px;
  height: 50px;
}
.ttl-category .ttl-lg3 {
  margin: 0;
  align-items: flex-start;
  padding-left: 1em;
  padding-bottom: 0.5em;
  border-left: 1px solid #DDDDDD;
}

.acc:not(.is-open) {
  margin-bottom: 0 !important;
}
.acc-ttl {
  cursor: pointer;
}
.acc-ttl .label {
  position: relative;
  width: 100%;
  padding-right: 1.5em;
}
.acc-ttl .label::before, .acc-ttl .label::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  width: 0.8em;
  height: 1px;
  background: #222;
}
.acc-ttl .label::after {
  transform: rotate(90deg);
}
.acc-ttl + .acc-content {
  display: none;
}
.acc-ttl + .acc-content > .section:not(:last-child) {
  margin-bottom: 48px;
}
.acc.is-open .acc-ttl .label::after {
  transform: rotate(0deg);
}

.view-more {
  position: relative;
  height: 200px;
  margin: 0 auto clamp(24px, 1.5rem + 1.2vw, 48px);
  overflow-y: hidden;
}
.view-more.is-open {
  height: 100%;
  overflow-y: initial;
}
.view-more.is-open::before {
  opacity: 0;
}
.view-more.is-open + .view-more-btn .btn .icon-plus::before {
  display: none;
}
.view-more.is-open + .view-more-btn .btn .icon-plus::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1px;
  background: #4A6088;
  transition: 0.2s ease-in;
}
.view-more::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 200px;
  background: linear-gradient(0deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
  transition: 0.4s;
  z-index: 1;
}
.view-more-btn {
  margin: 0 auto;
  text-align: center;
}

.list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.list-inline .list-item {
  display: inline-block;
  margin-right: 1em;
  margin-bottom: 0.5em;
}
.list-item:not(:last-child) {
  margin-bottom: 0.5em;
}
.list-item a {
  text-indent: 0;
}
.list-style-disc .list-item {
  padding-left: 1.5em;
  text-indent: -1.5em;
  font-weight: 400;
  line-height: 1.5em;
}
.list-style-disc .list-item::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
  color: #4A6088;
  vertical-align: middle;
  border-radius: 100%;
  background: #4A6088;
}
.list-style-disc .list-item p,
.list-style-disc .list-item a {
  text-indent: 0;
}
.list-style-disc .list-item .list-child {
  margin-top: 8px;
}
.list-style-disc .list-item .list-child .list-item {
  font-size: 0.9375rem;
}
.list-style-disc .list-item .list-child .list-item::before {
  width: 0.6em;
  height: 0.6em;
  border-radius: 0;
  clip-path: polygon(0 0, 0 100%, 100% 100%);
  vertical-align: middle;
  background: #c1deff;
}
.list-style-ordered {
  counter-reset: num 0;
}
.list-style-ordered > .list-item {
  display: flex;
  flex-wrap: wrap;
  font-weight: 500;
  color: #4A6088;
}
.list-style-ordered > .list-item:not(:last-child) {
  margin-bottom: 1em;
}
.list-style-ordered > .list-item::before {
  width: 1.5em;
  flex-shrink: 0;
  counter-increment: num 1;
  content: counter(num) "";
  padding-right: 0.5em;
  font-size: 1.125em;
  font-family: "Lato", serif;
  text-align: center;
  color: #4A6088;
}
.list-style-ordered > .list-item > p {
  flex: 1;
  padding-left: 0.5em;
  line-height: 1.5em;
  border-left: 1px solid #4A6088;
}
.list-style-ordered > .list-item dl {
  flex: 1;
}
.list-style-ordered > .list-item dl dt {
  margin-bottom: 0.5em;
  padding-left: 0.5em;
  line-height: 1.5em;
  border-left: 1px solid #4A6088;
}
.list-style-ordered > .list-item dl dd {
  padding-left: 0.5em;
  font-weight: 400;
  color: #222;
  line-height: 1.5em;
}
.list-style-ordered > .list-item .list-child {
  margin-top: 8px;
}
.list-style-ordered > .list-item .list-child .list-item {
  font-size: 0.9375rem;
}
.list-style-ordered > .list-item .list-child .list-item {
  padding-left: 1em;
  text-indent: -1em;
}
.list-style-ordered.is-text-black > .list-item {
  color: #222;
}
.list-style-content .list-item {
  margin: 0;
  padding: 1em;
  border-top: 1px solid #DDDDDD;
}
.list-style-content .list-item:last-child {
  border-bottom: 1px solid #DDDDDD;
}
.list-style-content .list-item:has(a) {
  padding: 0;
}
.list-style-content .list-item:has(a) a {
  width: 100%;
  padding: 1em;
  font-size: 1rem;
}
.list-style-content .list-item:has(a) a {
  color: #4A6088;
  line-height: 1.5em;
}
.list-style-content .list-item:has(a) a [class^=icon-] {
  margin-left: auto;
  margin-right: 0;
  padding-left: 0.5em;
}
.list-style-definition {
  display: flex !important;
  flex-wrap: wrap;
  align-items: flex-start;
}
.list-style-definition dt {
  min-width: 4em;
  margin-right: 1em;
  padding: 0.2em 0.5em;
  color: #4A6088;
  line-height: 1.4em;
  text-align: center;
  border: 1px solid #222;
}
.list-style-definition dd {
  flex: 1;
}

table {
  width: auto;
}
table th {
  padding: 0.75em;
  font-size: 1rem;
}
table th {
  font-weight: 500;
  vertical-align: middle;
}
table td {
  padding: 0.75em;
  font-size: 1rem;
}
table td {
  font-weight: 400;
  vertical-align: middle;
}

.table {
  border-collapse: collapse;
}
.table th {
  border: 1px solid #DDDDDD;
}
.table th .link-icon {
  width: 100%;
}
.table th .link-icon [class^=icon-] {
  margin-left: auto;
  margin-right: 0;
}
.table td {
  border: 1px solid #DDDDDD;
}
.table thead th {
  color: #fff;
  background: #4A6088;
  white-space: nowrap;
}
.table tbody th {
  color: #4A6088;
  background: #F0F5FC;
  vertical-align: middle;
}
.table.table-style-em thead th {
  background: #B90505;
}
.table.table-style-em tbody th {
  color: #B90505;
  background: #FDF1EF;
}
.table.table-style-em tbody td {
  color: #B90505;
}
.table.table-responsive {
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
.table.table-responsive th,
.table.table-responsive td {
  border-right: none;
  border-bottom: none;
}
.table-striped {
  border-collapse: collapse;
}
.table-striped th {
  border: 1px solid #DDDDDD;
}
.table-striped td {
  border: 1px solid #DDDDDD;
}
.table-striped thead th {
  color: #fff;
  background: #4A6088;
  vertical-align: middle;
}
.table-striped tbody th {
  color: #fff;
  background: #4A6088;
}
.table-striped tbody tr:nth-child(odd) td {
  color: #4A6088;
  background: #F0F5FC;
}
.table-bordered {
  table-layout: fixed;
  border-collapse: collapse;
}
.table-bordered th {
  border: 1px solid #DDDDDD;
}
.table-bordered td {
  border: 1px solid #DDDDDD;
}
.table-bordered.table-responsive {
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
.table-bordered.table-responsive th,
.table-bordered.table-responsive td {
  border-right: none;
  border-bottom: none;
}
.table-basic tr:first-child th {
  border-top: 1px solid #777777;
}
.table-basic tr:first-child td {
  border-top: 1px solid #DDDDDD;
}
.table-basic th {
  position: relative;
  min-width: 4em;
  padding: 0.6em 0.6em 0.8em;
  font-weight: 500;
  text-align: left;
  border-bottom: 1px solid #777777;
}
.table-basic td {
  position: relative;
  padding: 0.6em 0.6em 0.8em;
  text-align: left;
  border-bottom: 1px solid #DDDDDD;
}
.table-history tbody tr:first-child th::after {
  top: 50% !important;
}
.table-history tbody th {
  position: relative;
  width: 8em;
  padding: 1em 0;
  font-size: 1.375rem;
}
.table-history tbody th {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  color: #4A6088;
  line-height: 1.4em;
  text-align: left;
  vertical-align: top;
}
.table-history tbody th::before {
  position: absolute;
  top: 1.6em;
  right: 1em;
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  background: #4A6088;
  border-radius: 100%;
  transform: translateY(-50%);
}
.table-history tbody th::after {
  position: absolute;
  top: 0;
  right: 1.25em;
  content: "";
  display: inline-block;
  width: 1px;
  height: calc(100% + 1px);
  background: #4A6088;
}
.table-history tbody td {
  position: relative;
  padding: 1em 0;
  line-height: 1.4em;
  border-bottom: 1px solid #DDDDDD;
}
.table-history tbody td .month {
  display: inline-block;
  width: 3em;
  margin-right: 1em;
  font-size: 1.125rem;
}
.table-history tbody td .month {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  color: #4A6088;
  border-right: 1px solid #4A6088;
}
.table-full-width {
  width: 100%;
}
.table-vertical tbody {
  display: flex;
}
.table-vertical tr {
  display: flex;
  flex-flow: column;
  flex: 1;
}
.table-vertical th {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  border-bottom: none;
}
.table-vertical td {
  display: block;
  text-align: center;
}
.table-horizontal tr:nth-of-type(odd) td {
  background-color: #F0F5FC;
}
.table-horizontal tr th {
  color: #fff;
  background-color: #4A6088;
}

.table-scroll {
  width: 100%;
  overflow-x: auto;
}

.btn {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  flex-shrink: 0;
  min-width: 174px;
  padding: 1em;
  font-size: 0.9375rem;
}
.btn {
  color: #4A6088;
  border: 1px solid #4A6088;
  border-radius: 3px;
  background: #fff;
  transition: background 0.2s ease-in, color 0.2s ease-in;
}
.btn.is-active {
  color: #fff;
  background: #4A6088;
}
.btn.is-active::after,
.btn.is-active [class^=icon-]::before {
  background-color: #fff !important;
}
.btn.is-active [class^=icon-color-]::before,
.btn.is-active [class^=icon-circle-]::before {
  background-color: transparent !important;
}
.btn.is-disable {
  color: #777777;
  background: #DDDDDD;
  border-color: #DDDDDD;
  pointer-events: none;
}
.btn [class^=icon-] {
  margin-left: 0.5em;
  transition: background 0.2s ease-in;
}
.btn [class^=icon-]::before {
  background-color: #4A6088;
}
.btn [class^=icon-color-]::before,
.btn [class^=icon-circle-]::before {
  background-color: transparent;
}
.btn .label {
  display: inline-block;
  line-height: 1.4em;
}
.btn-link::after, .btn-pdf::after {
  content: "";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.2em;
  height: 1.2em;
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background: #4A6088;
  transition: all 0.2s ease;
}
.btn-link::after, .btn-pdf::after {
  margin-left: 0.5em;
  transition: background 0.2s ease-in;
}
.btn-link::after {
  mask-image: url(../img/common/icon-arrow.svg);
}
.btn-pdf::after {
  mask-image: url(../img/common/icon-pdf.svg);
  background: #B90505;
}
.btn-icon::after {
  display: none;
}
.btn-lg {
  min-height: 5.4em;
  font-size: 1.0625rem;
}
.btn-lg::after {
  width: 1.5em;
  height: 1.5em;
}
.btn-md {
  min-height: 4.2em;
  font-size: 0.9375rem;
}
.btn-md::after {
  width: 1.5em;
  height: 1.5em;
}
.btn-sm {
  padding: 0.8em;
  font-size: 0.9375rem;
}
.btn-sm::after {
  width: 1em;
  height: 1em;
}
.btn-full-width {
  width: 100%;
  min-width: 100%;
}
.btn-blue {
  color: #fff;
  background: #4A6088;
}
.btn-blue::after,
.btn-blue [class^=icon-]::before {
  background-color: #fff !important;
}
.btn-blue [class^=icon-color-]::before,
.btn-blue [class^=icon-circle-]::before {
  background-color: transparent !important;
}
.btn-shadow {
  border: none;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
}

.zoom-img {
  position: relative;
  display: inline-block;
}
.zoom-img::after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(../img/common/icon-zoom.svg) center no-repeat;
  background-size: contain;
}

.modal {
  display: none;
}
.modal-wrap .mfp-content {
  width: 95%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 60px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.05);
}
.modal-content .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 70px;
  height: 70px;
  opacity: 1;
  transition: all 0.4s;
}
.modal-content .btn-close .bar {
  position: relative;
  display: inline-block;
  width: 46%;
  margin: 0 auto;
}
.modal-content .btn-close .bar::before, .modal-content .btn-close .bar::after {
  content: "";
  display: block;
  position: relative;
  left: 50%;
  width: 100%;
  height: 2px;
  background: #222;
  transform: translateX(-50%);
}
.modal-content .btn-close .bar::before {
  top: 0;
  transform: translateX(-50%) rotate(30deg);
}
.modal-content .btn-close .bar::after {
  top: -2px;
  transform: translateX(-50%) rotate(-30deg);
}
.modal-content .btn-close .label {
  position: relative;
  top: 10px;
  font-size: 0.8125rem;
}
.modal-content .btn-close .label {
  font-family: "Marcellus", serif;
  line-height: 1em;
  color: #222;
  z-index: 1;
}
.modal-content#outpatient .info-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.modal-content#outpatient .info-list dt {
  width: 5em;
  text-align: center;
  color: #4A6088;
  border: 1px solid #222;
}
.modal-content#outpatient .info-list dd {
  width: calc(100% - 6em);
}
.modal-content#outpatient .info-list dd .font-num {
  font-size: 1.375rem;
}
.modal-content#outpatient .bg-dark {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.modal-content#outpatient .bg-dark > div {
  width: 55%;
  padding: 20px;
  background: #fff;
}
.modal-content#outpatient .bg-dark > div:last-child {
  width: calc(45% - 10px);
}
.modal-content#outpatient .bg-dark > div:last-child .block-column {
  text-align: center;
}
.modal-content#outpatient .bg-dark > div h3 {
  margin: 0 auto 1em;
  font-size: 1.125rem;
}
.modal-content#outpatient .bg-dark > div h3 {
  font-weight: 500;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  text-align: center;
  color: #4A6088;
}
.modal-content#search .content-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}
.modal-content#search .search p {
  margin-bottom: 20px;
  line-height: 1.75em;
}
.modal-content#search .search-form .content-row {
  align-items: center;
  gap: 10px;
}
.modal-content#search .search-form .content-row .btn {
  min-width: auto;
}
.modal-content#search .search-input {
  flex: 1;
  padding: 1em;
  font-size: 1rem;
}
.modal-content#search .search-input {
  line-height: 1.2em;
  border: 1px solid #222;
}
.modal-content#search .keyword dt {
  margin-bottom: 20px;
}
.modal-content#search .keyword dd {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}
.modal-content#search .keyword .tag {
  display: inline-block;
  padding: 0.2em 0.5em;
  font-size: 1rem;
}
.modal-content#search .keyword .tag {
  line-height: 1.2em;
  color: #4A6088;
  background: #F0F5FC;
  border-radius: 9999px;
}

.modaal-image img {
  max-height: 80vh;
  width: auto;
}

.page-tab-btns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin: 0 auto 80px;
}
.page-tab-btns .btn {
  position: relative;
  width: 100%;
  justify-content: center;
  font-size: 1.25rem;
}
.page-tab-btns .btn {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  border-radius: 5px;
}
.page-tab-btns .btn.is-active::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: "";
  height: 0.3em;
  width: 0.6em;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  transform: translate(-50%, -100%);
}
.page-tab-btns .btn .label {
  text-align: center;
}
.page-tab-btns .btn [class^=icon-]::before {
  height: 1.5em;
  width: 1.5em;
  margin-right: 0.5em;
}

.page-inner-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 auto 104px;
}
.page-inner-links li {
  display: inline-block;
}
.page-inner-links li a {
  padding: 0.6em;
  font-size: 1rem;
}
.page-inner-links li a {
  font-weight: 400;
  line-height: 1.4em;
  background: #fff;
  border: 1px solid #DDDDDD;
  border-radius: 3px;
}
.page-inner-links li a::after {
  content: "";
  display: inline-block;
  width: 0.4em;
  height: 0.4em;
  margin-left: 0.8em;
  border-top: 1px solid #222;
  border-right: 1px solid #222;
  transform: rotate(135deg);
}

.magazine > div {
  text-align: center;
}
.magazine > div figure {
  margin: 0 auto clamp(16px, 1rem + 0.8vw, 32px);
  max-width: 240px;
  width: 70%;
}
.magazine > div figure figcaption {
  margin: 0.5em auto;
  font-size: 1.125rem;
}
.magazine > div figure figcaption {
  font-weight: 400;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
}
.magazine dl {
  height: 100%;
  padding: clamp(8px, 0.5rem + 0.4vw, 16px) clamp(16px, 1rem + 0.8vw, 32px);
  border: 1px solid #DDDDDD;
}
.magazine dl dt {
  padding-bottom: 0.5em;
  border-bottom: 1px solid #DDDDDD;
}
.magazine dl figure {
  width: 100%;
  margin: 0 auto clamp(8px, 0.5rem + 0.4vw, 16px);
}
.magazine dl figure img {
  max-width: none;
  width: 100%;
  height: auto;
  border: 1px solid #DDDDDD;
}

.box {
  border: 1px solid #DDDDDD;
}

.flow .box {
  position: relative;
  padding: clamp(16px, 1rem + 0.8vw, 32px);
}
.flow .box:not(:last-child) {
  margin-bottom: 50px;
}
.flow .box:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  display: inline-block;
  height: 30px;
  width: 60px;
  background: #4A6088;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  transform: translate(-50%, 140%);
}

/* カラム -------------------------------
Wrapper：.block-columns
Inner：.block-column
* PC：8カラム、SP：4カラムまで設定可能。
* .block-columns と合わせて.col-[2〜4]をクラス名に設定
---------------------------------------- */
.block-columns {
  display: grid;
  gap: 20px;
}
.block-columns.is-nogap {
  gap: 0 !important;
}
.block-columns.is-gap-sm {
  gap: 8px !important;
}
.block-columns.col-1 {
  grid-template-columns: repeat(1, 1fr);
}
.block-columns.col-2 {
  grid-template-columns: repeat(2, 1fr);
}
.block-columns.col-3 {
  grid-template-columns: repeat(3, 1fr);
}
.block-columns.col-4 {
  grid-template-columns: repeat(4, 1fr);
}
.block-columns.col-5 {
  grid-template-columns: repeat(5, 1fr);
}
.block-columns.col-6 {
  grid-template-columns: repeat(6, 1fr);
}
.block-columns.col-7 {
  grid-template-columns: repeat(7, 1fr);
}
.block-columns.col-8 {
  grid-template-columns: repeat(8, 1fr);
}
.block-columns.block-btns .btn {
  height: 100%;
  width: 100%;
  min-width: auto;
}
.block-columns .block-column {
  position: relative;
  display: block;
  width: 100%;
}

/* flex ---------------------------------- */
.block-flex {
  display: flex;
  flex-wrap: wrap;
}

/* アニメーション ---------------------------------- */
.fadein {
  opacity: 0;
  transform: translateY(50px);
  transition: 1s ease;
}
.fadein.scrollin {
  opacity: 1;
  transform: translateY(0);
}

/* ヘッダー ---------------------------------- */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1280px;
  background: #fff;
  z-index: 100;
}
.header-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-left: 30px;
}
.header .logo {
  display: inline-block;
  width: 275px;
}
.header .logo img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.header .tel {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-right: 30px;
}
.header .tel .icon-tel::before {
  width: 1.5em;
  height: 1.5em;
  background: #4A6088;
}
.header .tel .label {
  display: inline-block;
  margin-left: 0.2em;
  font-size: 32px;
  font-family: "Lato", serif;
  color: #4A6088;
}
.header-nav-btn {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.header-nav-btn > li {
  display: inline-block;
}
.header-nav-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 90px;
  height: 90px;
  background: #fff;
  border-left: 1px solid #DDDDDD;
}
.header-nav-btn a [class^=icon-] {
  margin: 0 auto 5px;
}
.header-nav-btn a .label {
  font-size: 12px;
  line-height: 1.2em;
  text-align: center;
}
.header .btn-gnav {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 90px;
  height: 90px;
  background-image: linear-gradient(180deg, #4A6088, #6889C6);
  transition: 0.3s ease-in;
  z-index: 100;
}
.header .btn-gnav::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, #2E446D, #4A6088);
  opacity: 0;
  transition: 0.3s ease-in;
}
.is-nav-open .header .btn-gnav {
  position: fixed;
  top: 0;
  right: 0;
}
.is-nav-open .header .btn-gnav::before {
  opacity: 1;
}
.is-nav-open .header .btn-gnav .bar::before {
  top: 0;
  transform: translateX(-50%) rotate(30deg);
}
.is-nav-open .header .btn-gnav .bar::after {
  top: -2px;
  transform: translateX(-50%) rotate(-30deg);
}
.header .btn-gnav .bar {
  position: relative;
  display: inline-block;
  width: 46%;
  margin: 0 auto;
}
.header .btn-gnav .bar::before, .header .btn-gnav .bar::after {
  content: "";
  display: block;
  position: relative;
  left: 50%;
  width: 100%;
  height: 2px;
  background: #fff;
  transform: translateX(-50%);
  transition: all 0.4s;
}
.header .btn-gnav .bar::before {
  top: -4px;
}
.header .btn-gnav .bar::after {
  top: 6px;
}
.header .btn-gnav .label {
  position: relative;
  top: 10px;
  font-size: 0.8125rem;
}
.header .btn-gnav .label {
  font-family: "Marcellus", serif;
  color: #fff;
  z-index: 1;
}
.header .nav-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  background: #F0F5FC;
  pointer-events: none;
  transition: transform 0.4s ease-in;
  overflow-y: auto;
  transform: translateY(-100%);
}
.is-nav-open .header .nav-menu {
  height: 100dvh;
  pointer-events: auto;
  z-index: 90;
  transform: translateY(0);
}
.header .nav-menu .header-inner {
  height: 90px;
  padding-right: 90px;
}
.header .nav-menu .header-inner .tel {
  border: none;
}
.header .nav-menu-inner {
  width: 1240px;
  margin: 0 auto;
  padding: 40px 20px 80px;
}
.header .nav-menu-head {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
  margin: 0 auto 32px;
}
.header .nav-menu-head a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 90px;
  color: #4A6088;
  background: #fff;
  border: 1px solid #4A6088;
  border-radius: 5px;
}
.header .nav-menu-head a [class^=icon-] {
  margin: 0 auto 5px;
}
.header .nav-menu-head a [class^=icon-]::before {
  width: 2em;
  height: 2em;
}
.header .nav-menu-head a .label {
  font-size: 0.9375rem;
}
.header .nav-menu-head a .label {
  line-height: 1.2em;
  text-align: center;
}
.header .nav-menu-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 65px;
}
.header .nav-menu-category {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 20px;
  width: 100%;
  max-width: 860px;
}
.header .nav-menu-category-column {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: calc((100% - 20px) / 2);
}
.header .nav-menu-category-item {
  display: block;
  width: 100%;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
}
.header .nav-menu-category-item.is-open summary h2::after {
  transform: rotate(0deg);
}
.header .nav-menu-category-item summary {
  list-style: none;
  cursor: pointer;
}
.header .nav-menu-category-item summary h2 {
  position: relative;
}
.header .nav-menu-category-item summary h2::before, .header .nav-menu-category-item summary h2::after {
  content: "";
  position: absolute;
  top: calc(50% - 10px);
  right: 0;
  display: inline-block;
  width: 20px;
  height: 1px;
  background: #222;
  transition: transform 0.2s ease-in;
}
.header .nav-menu-category-item summary h2::after {
  transform: rotate(90deg);
}
.header .nav-menu-category-ttl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.header .nav-menu-category-ttl [class^=icon-color] {
  width: 64px;
}
.header .nav-menu-category-ttl [class^=icon-color]::before {
  width: 35px;
  height: 35px;
}
.header .nav-menu-category-ttl h2 {
  flex: 1;
  padding-left: 0.5em;
}
.header .nav-menu-category-ttl h2 .label {
  display: block;
  font-size: 1.25rem;
}
.header .nav-menu-category-ttl h2 .label {
  font-weight: 500;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  line-height: 1.4em;
  color: #4A6088;
}
.header .nav-menu-category-ttl h2 .label-en {
  display: block;
  font-size: 0.5625rem;
}
.header .nav-menu-category-ttl h2 .label-en {
  font-family: "Marcellus", serif;
  line-height: 1.4em;
  color: #777777;
}
.header .nav-menu-category-ttl dt {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #4A6088;
}
.header .nav-menu-category-ttl dt [class^=icon-color] {
  width: 64px;
  height: 64px;
  border-right: 1px solid #DDDDDD;
}
.header .nav-menu-category-ttl dt h2 {
  padding-bottom: 0.5em;
}
.header .nav-menu-category-ttl dd {
  width: 100%;
  font-size: 0.8125rem;
}
.header .nav-menu-category-content {
  display: none;
  padding-top: 1em;
}
.header .nav-menu-link {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #DDDDDD;
  border-radius: 5px;
  overflow: hidden;
}
.header .nav-menu-link tr:last-child th,
.header .nav-menu-link tr:last-child td {
  border-bottom: none;
}
.header .nav-menu-link th {
  font-size: 1rem;
}
.header .nav-menu-link th {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  line-height: 1.4em;
  color: #4A6088;
  background: #F7FAFE;
  border-right: 1px solid #DDDDDD;
}
.header .nav-menu-link th:not(:last-child) {
  border-bottom: 1px solid #DDDDDD;
}
.header .nav-menu-link td {
  padding: 0;
  border-bottom: 1px solid #DDDDDD;
}
.header .nav-menu-link td a {
  position: relative;
  display: block;
  padding: 0.5em 1em;
  padding-right: 30px;
  font-size: 0.9375rem;
}
.header .nav-menu-link td a {
  line-height: 1.4em;
}
.header .nav-menu-link td a::after {
  position: absolute;
  top: 50%;
  right: 0.5em;
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  background: url(../img/common/icon-arrow.svg) center no-repeat;
  background-size: contain;
  transform: translate(0, -50%);
}
.header .nav-menu-link td a.link-pdf::after {
  height: 2em;
  background-image: url(../img/common/icon-pdf.svg);
}
.header .nav-menu-link-child li {
  display: block;
}
.header .nav-menu-link-child li:not(:last-child) {
  border-bottom: 1px solid #DDDDDD;
}
.header .nav-menu-sub {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  width: 100%;
}
.header .nav-menu-sub .nav-menu-category-item {
  position: relative;
}
.header .nav-menu-sub .nav-menu-category-item::after {
  position: absolute;
  top: 50%;
  right: 1em;
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  background: url(../img/common/icon-arrow.svg) center no-repeat;
  background-size: contain;
  transform: translate(0, -50%);
}
.header .nav-menu-sub-link {
  width: 100%;
  margin: 0 auto;
  border: 1px solid #DDDDDD;
  border-radius: 5px;
  overflow: hidden;
}
.header .nav-menu-sub-link > li:not(:last-child) {
  border-bottom: 1px solid #DDDDDD;
}
.header .nav-menu-sub-link a {
  position: relative;
  display: block;
  width: 100%;
  padding: 0.5em 1em;
  padding-right: 30px;
  font-size: 0.9375rem;
}
.header .nav-menu-sub-link a {
  line-height: 1.4em;
  background: #fff;
}
.header .nav-menu-sub-link a::after {
  position: absolute;
  top: 50%;
  right: 0.5em;
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  background: url(../img/common/icon-arrow.svg) center no-repeat;
  background-size: contain;
  transform: translate(0, -50%);
}
.header .nav-menu-sub-link a.link-pdf::after {
  height: 2em;
  background-image: url(../img/common/icon-pdf.svg);
}
.header .nav-menu-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.header .nav-menu-footer .sns {
  margin: 0;
  text-align: left;
}
.header .nav-menu-footer .banner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  margin-right: 0;
}
.header .nav-menu-footer .banner a {
  display: block;
}
.header .nav-menu-footer .banner a img {
  max-width: 100%;
  height: auto;
}

.nav-right {
  position: fixed;
  top: 260px;
  right: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 8px;
  z-index: 10;
}
.nav-right a {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 0.5em;
  font-size: 1rem;
}
.nav-right a {
  background: #fff;
  border: 1px solid #4A6088;
  border-right: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.nav-right a [class^=icon-] {
  margin-bottom: 0.5em;
}
.nav-right a .label {
  writing-mode: vertical-rl;
  text-align: center;
  color: #4A6088;
}

/* フッター */
.footer {
  padding-bottom: 50px;
  background: #F0F5FC;
}
.footer .sns {
  width: 100%;
  margin: 0 auto 50px;
  padding: 50px 0;
  text-align: center;
  border-bottom: 1px solid #DDDDDD;
}
.footer-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}
.footer-row {
  display: flex;
  flex-wrap: wrap;
}
.footer .logo {
  display: inline-block;
  width: 320px;
  margin: 0 auto 55px;
}
.footer .logo img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.footer-info {
  width: 400px;
  border-right: 1px solid #DDDDDD;
}
.footer-info address,
.footer-info .tel {
  line-height: 1.5em;
}
.footer-info address {
  margin-bottom: 1em;
}
.footer-info .tel {
  font-family: "Lato", serif;
}
.footer-nav {
  width: 660px;
  margin-left: auto;
  margin-right: 0;
  text-align: left;
}
.footer-nav-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 12px;
  margin: 0 auto 32px;
}
.footer-nav-main a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100px;
  height: 90px;
  color: #4A6088;
  background: #fff;
  border: 1px solid #4A6088;
  border-radius: 5px;
}
.footer-nav-main a [class^=icon-] {
  margin: 0 auto 5px;
}
.footer-nav-main a [class^=icon-]::before {
  width: 2em;
  height: 2em;
}
.footer-nav-main a .label {
  font-size: 12px;
  line-height: 1.2em;
  text-align: center;
}
.footer-nav-sub {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 40px;
  margin: 0 auto 50px;
}
.footer-nav-sub a {
  font-size: 12px;
}
.footer-banner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
.footer-banner a {
  display: block;
}
.footer-banner a img {
  max-width: 100%;
  height: auto;
}
.footer .copyright {
  font-size: 0.5625rem;
}

.btn-gotop {
  position: fixed;
  bottom: 5%;
  right: 5%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 64px;
  height: 64px;
  background: #fff;
  border: 1px solid #4A6088;
  border-radius: 100%;
  z-index: 10;
}
.btn-gotop::before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-top: 1px solid #4A6088;
  border-right: 1px solid #4A6088;
  transform: translateY(-2px) rotate(315deg);
}
.btn-gotop .label {
  font-size: 0.875rem;
}
.btn-gotop .label {
  font-family: "Marcellus", serif;
  color: #4A6088;
  line-height: 1.2em;
}

/* SNS */
.sns {
  margin: 0 auto;
  text-align: center;
}
.sns ul {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
}
.sns ul li {
  width: 100px;
  text-align: center;
}
.sns ul li a {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.sns ul li a img {
  height: 35px;
  width: auto;
  margin: 0 auto 0.5em;
}
.sns ul li a span {
  display: inline-block;
  font-size: 0.75rem;
}
.sns ul li a span {
  line-height: 1.4em;
}

.page-head {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  height: 370px;
  margin: 0 auto 120px;
  padding-top: 90px;
  background: url(../img/common/bg_page.jpg) center no-repeat;
  background-size: cover;
}
.page-head-inner {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}
.page-head-inner {
  color: #fff;
}
.page-head-aside {
  width: 50%;
  padding: 20px 0;
  padding-left: 48px;
  border-left: 1px solid #fff;
}
.page-head-ttl {
  font-size: 3.75rem;
}
.page-head-ttl {
  font-weight: 500;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  line-height: 1.44em;
}
.page-head-ttl-sub {
  display: block;
  margin-bottom: 1.5em;
  font-size: 1.25rem;
}
.page-head-ttl-sub {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  line-height: 1em;
}
.page-head-ttl-department {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 1.5625rem;
}
.page-head-ttl-department {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  line-height: 1em;
}
.page-head-ttl-department [class^=icon-] {
  margin-right: 0.2em;
}
.page-head-ttl-department [class^=icon-]::before {
  width: 1.2em;
  height: 1.2em;
  background: #fff;
}
.page .breadcrumbs {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}
.page .breadcrumbs {
  transform: translate(-50%, 50%);
}
.page .breadcrumbs-list {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 0.3em 1em;
  background: #fff;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.page .breadcrumbs-list li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 0.875rem;
}
.page .breadcrumbs-list li {
  line-height: 1.75em;
}
.page .breadcrumbs-list li:not(:last-child) {
  margin-right: 0.4em;
}
.page .breadcrumbs-list li + li::before {
  content: "";
  display: inline-block;
  width: 0.4em;
  height: 0.4em;
  margin-right: 0.5em;
  border-top: 1px solid #222;
  border-right: 1px solid #222;
  transform: rotate(45deg);
}
.page .breadcrumbs-list li a {
  color: #4A6088;
}
.page .breadcrumbs-list li .icon-home::before {
  background: #4A6088;
}
.page-wrapper {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}
.page-columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-columns .side {
  width: 240px;
  margin: 0 0 100px;
}
.page-columns .side details[open] summary::after {
  transform: rotate(0);
}
.page-columns .side details summary {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 1em 0;
  list-style: none;
  font-size: 1.0625rem;
}
.page-columns .side details summary {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  color: #4A6088;
  border-bottom: 1px solid #4A6088;
  cursor: pointer;
}
.page-columns .side details summary::before, .page-columns .side details summary::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  width: 0.8em;
  height: 1px;
  background: #222;
  transition: transform 0.2s ease-in;
}
.page-columns .side details summary::after {
  transform: rotate(90deg);
}
.page-columns .side details summary [class^=icon-circle-]::before {
  height: 1.8em;
  width: 1.8em;
  margin-right: 0.4em;
}
.page-columns .side-nav-ttl {
  position: relative;
  width: 100%;
  margin: 0 auto 20px;
  padding-left: 0.5em;
  font-size: 1.5rem;
}
.page-columns .side-nav-ttl {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  color: #4A6088;
  border-left: 4px solid #4A6088;
}
.page-columns .side-nav-ttl::after {
  position: absolute;
  top: 50%;
  right: 0.2em;
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(../img/common/icon-arrow.svg) center no-repeat;
  background-size: contain;
  transform: translate(0, -50%);
}
.page-columns .side-nav a {
  position: relative;
  display: block;
  padding: 1em 0;
  list-style: none;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  color: #4A6088;
  border-bottom: 1px solid #4A6088;
}
.page-columns .side-nav a.is-active {
  background: #F7FAFE;
}
.page-columns .side-nav a::after {
  position: absolute;
  top: 50%;
  right: 0.2em;
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(../img/common/icon-arrow.svg) center no-repeat;
  background-size: contain;
  transform: translate(0, -50%);
}
.page-columns .side-nav-child {
  display: none;
  margin-bottom: 20px;
}
.page-columns .side-nav-child a {
  position: relative;
  display: block;
  width: 100%;
  padding: 1em 0.5em;
  padding-right: 1.5em;
  font-size: 0.875rem;
}
.page-columns .side-nav-child a {
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  line-height: 1.4em;
  color: #222;
  border-bottom: 1px solid #DDDDDD;
}
.page-columns .side-nav-child a::after {
  position: absolute;
  top: 50%;
  right: 0.5em;
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  background: url(../img/common/icon-arrow.svg) center no-repeat;
  background-size: contain;
  transform: translate(0, -50%);
}
.page-columns .side-nav-child a.link-pdf::after {
  height: 2em;
  background-image: url(../img/common/icon-pdf.svg);
}
.page-columns .side + .page-content {
  width: 100%;
  max-width: 930px;
  margin-right: 0;
  padding: 0;
  padding-bottom: 200px;
}
.page-content {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}
.page-content {
  padding-bottom: 200px;
}
.page-content > .section:not(:last-of-type) {
  margin-bottom: 200px;
}
.page-content > .section > .section {
  margin-bottom: 96px;
}
.page-content > .section > .section > .section {
  margin-bottom: 64px;
}
.page-content .section p + p {
  margin-top: 1em;
}
.page-content .section p:has(ruby) {
  line-height: 2em !important;
}
.page-content p {
  line-height: 2em;
}
.page-content .note {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 0.875rem;
}
.page-content .note {
  line-height: 1.4em;
}
.page-content .note:has(ruby) {
  line-height: 2em !important;
}
.page-content .note a {
  text-indent: 0;
}
.page-content ul.note {
  padding-left: 0;
  text-indent: 0;
}
.page-content ul.note > li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 0.875rem;
}
.page-content ul.note > li {
  line-height: 1.6em;
}
.page-content li:has(ruby),
.page-content dt:has(ruby),
.page-content dd:has(ruby),
.page-content [class^=ttl-]:has(ruby) {
  line-height: 2em !important;
}
.page-content .last-update {
  margin: clamp(24px, 1.5rem + 1.2vw, 48px) auto 0;
  font-size: 0.875rem;
}
.page-content .last-update {
  text-align: right;
}

.page-list {
  gap: 80px 60px;
}
.page-list > .block-column {
  position: relative;
}
.page-list-links {
  position: relative;
  width: 100%;
  margin: -40px auto 0;
  margin-left: -40px;
  padding: 40px;
  background: #fff;
  border-top-right-radius: 5px;
}
.page-list-links .block-columns {
  gap: 8px;
}

.form-table th {
  padding: 0.75em 0;
  text-align: left;
  vertical-align: top;
}
.form-table th.required::after {
  content: "必須";
  display: inline-block;
  margin-left: 1em;
  padding: 0 0.5em;
  font-size: 0.75rem;
}
.form-table th.required::after {
  color: #fff;
  line-height: 1.75em;
  background: #B90505;
  border-radius: 4px;
}
.form-table td {
  padding: 0.75em;
}
.form-table input[type=text],
.form-table input[type=email],
.form-table input[type=tel],
.form-table input[type=number],
.form-table textarea {
  width: 100%;
  padding: 0.5em 1em;
  font-size: 1rem;
}
.form-table input[type=text],
.form-table input[type=email],
.form-table input[type=tel],
.form-table input[type=number],
.form-table textarea {
  border: 1px solid #DDDDDD;
  border-radius: 3px;
}
.form-table input[type=text].sm,
.form-table input[type=email].sm,
.form-table input[type=tel].sm,
.form-table input[type=number].sm,
.form-table textarea.sm {
  width: 25%;
  min-width: 10em;
}
.form-table input[type=text].md,
.form-table input[type=email].md,
.form-table input[type=tel].md,
.form-table input[type=number].md,
.form-table textarea.md {
  width: 50%;
  min-width: 10em;
}
.form-table input[type=date] {
  width: 100%;
  padding: 0.5em 1em;
  font-size: 1rem;
}
.form-table input[type=checkbox] {
  position: relative;
  width: 1.5em;
  height: 1.5em;
  margin-right: 0.5em;
  border: 1px solid #DDDDDD;
  border-radius: 3px;
}
.form-table input[type=checkbox]:checked::before {
  opacity: 1;
}
.form-table input[type=checkbox]::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 0.4em;
  height: 0.8em;
  transform: rotate(35deg) skewY(16deg) translateY(-50%);
  transform-origin: center right;
  border-right: 3px solid #4A6088;
  border-bottom: 3px solid #4A6088;
  opacity: 0;
}
.form-table select {
  width: 100%;
  padding: 0.5em 1em;
  padding-right: 3em;
  font-size: 1rem;
}
.form-table .select-wrap {
  position: relative;
  width: fit-content;
  border: 1px solid #DDDDDD;
  border-radius: 3px;
}
.form-table .select-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  background: url(../img/common/icon-arrow.svg) center no-repeat;
  background-size: contain;
  transform: rotate(90deg) translateX(-50%);
  pointer-events: none;
}
.form-table .select-wrap:has(.wpcf7-date)::after {
  display: none;
}
.form-table .date-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.form-table .date-wrap .select-wrap {
  width: 30%;
  margin-right: 1%;
}
.form-table .date-wrap .select-wrap:nth-of-type(2), .form-table .date-wrap .select-wrap:nth-of-type(3) {
  width: 25%;
  margin-left: 1%;
}
.form-table .checkbox-wrap label {
  display: block;
  margin-bottom: 0.5em;
}
.form-table .acceptance-wrap {
  margin-top: 20px;
}
.form-table .wpcf7-list-item {
  margin: 0;
}
.form-table .wpcf7-checkbox .wpcf7-list-item {
  display: block;
}
.form-table .wpcf7-checkbox .wpcf7-list-item label {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.form-table .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label {
  width: calc(100% - 2em);
}

.form-conditional {
  display: none;
  margin-top: 50px;
}

.wpcf7-form .btn-wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 767px){
  body {
    font-size: 3.5897435897vw;
  }
  body {
    min-width: 100%;
  }
  figure figcaption {
    font-size: 3.5897435897vw;
  }
  .hidden-sm-down {
    display: none !important;
  }
  .m-md-none {
    margin: 0 !important;
  }
  .mt-md-none {
    margin-top: 0 !important;
  }
  .mr-md-none {
    margin-right: 0 !important;
  }
  .mb-md-none {
    margin-bottom: 0 !important;
  }
  .ml-md-none {
    margin-left: 0 !important;
  }
  .mx-md-none {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .my-md-none {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-md-xxs {
    margin: 8px !important;
  }
  .mt-md-xxs {
    margin-top: 8px !important;
  }
  .mr-md-xxs {
    margin-right: 8px !important;
  }
  .mb-md-xxs {
    margin-bottom: 8px !important;
  }
  .ml-md-xxs {
    margin-left: 8px !important;
  }
  .mx-md-xxs {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }
  .my-md-xxs {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .m-md-xs {
    margin: clamp(8px, 0.5rem + 0.4vw, 16px) !important;
  }
  .mt-md-xs {
    margin-top: clamp(8px, 0.5rem + 0.4vw, 16px) !important;
  }
  .mr-md-xs {
    margin-right: clamp(8px, 0.5rem + 0.4vw, 16px) !important;
  }
  .mb-md-xs {
    margin-bottom: clamp(8px, 0.5rem + 0.4vw, 16px) !important;
  }
  .ml-md-xs {
    margin-left: clamp(8px, 0.5rem + 0.4vw, 16px) !important;
  }
  .mx-md-xs {
    margin-left: clamp(8px, 0.5rem + 0.4vw, 16px) !important;
    margin-right: clamp(8px, 0.5rem + 0.4vw, 16px) !important;
  }
  .my-md-xs {
    margin-top: clamp(8px, 0.5rem + 0.4vw, 16px) !important;
    margin-bottom: clamp(8px, 0.5rem + 0.4vw, 16px) !important;
  }
  .m-md-sm {
    margin: clamp(16px, 1rem + 0.8vw, 32px) !important;
  }
  .mt-md-sm {
    margin-top: clamp(16px, 1rem + 0.8vw, 32px) !important;
  }
  .mr-md-sm {
    margin-right: clamp(16px, 1rem + 0.8vw, 32px) !important;
  }
  .mb-md-sm {
    margin-bottom: clamp(16px, 1rem + 0.8vw, 32px) !important;
  }
  .ml-md-sm {
    margin-left: clamp(16px, 1rem + 0.8vw, 32px) !important;
  }
  .mx-md-sm {
    margin-left: clamp(16px, 1rem + 0.8vw, 32px) !important;
    margin-right: clamp(16px, 1rem + 0.8vw, 32px) !important;
  }
  .my-md-sm {
    margin-top: clamp(16px, 1rem + 0.8vw, 32px) !important;
    margin-bottom: clamp(16px, 1rem + 0.8vw, 32px) !important;
  }
  .m-md-md {
    margin: clamp(24px, 1.5rem + 1.2vw, 48px) !important;
  }
  .mt-md-md {
    margin-top: clamp(24px, 1.5rem + 1.2vw, 48px) !important;
  }
  .mr-md-md {
    margin-right: clamp(24px, 1.5rem + 1.2vw, 48px) !important;
  }
  .mb-md-md {
    margin-bottom: clamp(24px, 1.5rem + 1.2vw, 48px) !important;
  }
  .ml-md-md {
    margin-left: clamp(24px, 1.5rem + 1.2vw, 48px) !important;
  }
  .mx-md-md {
    margin-left: clamp(24px, 1.5rem + 1.2vw, 48px) !important;
    margin-right: clamp(24px, 1.5rem + 1.2vw, 48px) !important;
  }
  .my-md-md {
    margin-top: clamp(24px, 1.5rem + 1.2vw, 48px) !important;
    margin-bottom: clamp(24px, 1.5rem + 1.2vw, 48px) !important;
  }
  .m-md-lg {
    margin: clamp(32px, 2rem + 1.6vw, 64px) !important;
  }
  .mt-md-lg {
    margin-top: clamp(32px, 2rem + 1.6vw, 64px) !important;
  }
  .mr-md-lg {
    margin-right: clamp(32px, 2rem + 1.6vw, 64px) !important;
  }
  .mb-md-lg {
    margin-bottom: clamp(32px, 2rem + 1.6vw, 64px) !important;
  }
  .ml-md-lg {
    margin-left: clamp(32px, 2rem + 1.6vw, 64px) !important;
  }
  .mx-md-lg {
    margin-left: clamp(32px, 2rem + 1.6vw, 64px) !important;
    margin-right: clamp(32px, 2rem + 1.6vw, 64px) !important;
  }
  .my-md-lg {
    margin-top: clamp(32px, 2rem + 1.6vw, 64px) !important;
    margin-bottom: clamp(32px, 2rem + 1.6vw, 64px) !important;
  }
  .m-md-xl {
    margin: clamp(44px, 2.75rem + 2.2vw, 88px) !important;
  }
  .mt-md-xl {
    margin-top: clamp(44px, 2.75rem + 2.2vw, 88px) !important;
  }
  .mr-md-xl {
    margin-right: clamp(44px, 2.75rem + 2.2vw, 88px) !important;
  }
  .mb-md-xl {
    margin-bottom: clamp(44px, 2.75rem + 2.2vw, 88px) !important;
  }
  .ml-md-xl {
    margin-left: clamp(44px, 2.75rem + 2.2vw, 88px) !important;
  }
  .mx-md-xl {
    margin-left: clamp(44px, 2.75rem + 2.2vw, 88px) !important;
    margin-right: clamp(44px, 2.75rem + 2.2vw, 88px) !important;
  }
  .my-md-xl {
    margin-top: clamp(44px, 2.75rem + 2.2vw, 88px) !important;
    margin-bottom: clamp(44px, 2.75rem + 2.2vw, 88px) !important;
  }
  .m-md-xxl {
    margin: clamp(60px, 3.75rem + 3vw, 120px) !important;
  }
  .mt-md-xxl {
    margin-top: clamp(60px, 3.75rem + 3vw, 120px) !important;
  }
  .mr-md-xxl {
    margin-right: clamp(60px, 3.75rem + 3vw, 120px) !important;
  }
  .mb-md-xxl {
    margin-bottom: clamp(60px, 3.75rem + 3vw, 120px) !important;
  }
  .ml-md-xxl {
    margin-left: clamp(60px, 3.75rem + 3vw, 120px) !important;
  }
  .mx-md-xxl {
    margin-left: clamp(60px, 3.75rem + 3vw, 120px) !important;
    margin-right: clamp(60px, 3.75rem + 3vw, 120px) !important;
  }
  .my-md-xxl {
    margin-top: clamp(60px, 3.75rem + 3vw, 120px) !important;
    margin-bottom: clamp(60px, 3.75rem + 3vw, 120px) !important;
  }
  .p-md-none {
    padding: 0 !important;
  }
  .pt-md-none {
    padding-top: 0 !important;
  }
  .pr-md-none {
    padding-right: 0 !important;
  }
  .pb-md-none {
    padding-bottom: 0 !important;
  }
  .pl-md-none {
    padding-left: 0 !important;
  }
  .px-md-none {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .py-md-none {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-md-xxs {
    padding: 8px !important;
  }
  .pt-md-xxs {
    padding-top: 8px !important;
  }
  .pr-md-xxs {
    padding-right: 8px !important;
  }
  .pb-md-xxs {
    padding-bottom: 8px !important;
  }
  .pl-md-xxs {
    padding-left: 8px !important;
  }
  .px-md-xxs {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .py-md-xxs {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .p-md-xs {
    padding: clamp(8px, 0.5rem + 0.4vw, 16px) !important;
  }
  .pt-md-xs {
    padding-top: clamp(8px, 0.5rem + 0.4vw, 16px) !important;
  }
  .pr-md-xs {
    padding-right: clamp(8px, 0.5rem + 0.4vw, 16px) !important;
  }
  .pb-md-xs {
    padding-bottom: clamp(8px, 0.5rem + 0.4vw, 16px) !important;
  }
  .pl-md-xs {
    padding-left: clamp(8px, 0.5rem + 0.4vw, 16px) !important;
  }
  .px-md-xs {
    padding-left: clamp(8px, 0.5rem + 0.4vw, 16px) !important;
    padding-right: clamp(8px, 0.5rem + 0.4vw, 16px) !important;
  }
  .py-md-xs {
    padding-top: clamp(8px, 0.5rem + 0.4vw, 16px) !important;
    padding-bottom: clamp(8px, 0.5rem + 0.4vw, 16px) !important;
  }
  .p-md-sm {
    padding: clamp(16px, 1rem + 0.8vw, 32px) !important;
  }
  .pt-md-sm {
    padding-top: clamp(16px, 1rem + 0.8vw, 32px) !important;
  }
  .pr-md-sm {
    padding-right: clamp(16px, 1rem + 0.8vw, 32px) !important;
  }
  .pb-md-sm {
    padding-bottom: clamp(16px, 1rem + 0.8vw, 32px) !important;
  }
  .pl-md-sm {
    padding-left: clamp(16px, 1rem + 0.8vw, 32px) !important;
  }
  .px-md-sm {
    padding-left: clamp(16px, 1rem + 0.8vw, 32px) !important;
    padding-right: clamp(16px, 1rem + 0.8vw, 32px) !important;
  }
  .py-md-sm {
    padding-top: clamp(16px, 1rem + 0.8vw, 32px) !important;
    padding-bottom: clamp(16px, 1rem + 0.8vw, 32px) !important;
  }
  .p-md-md {
    padding: clamp(24px, 1.5rem + 1.2vw, 48px) !important;
  }
  .pt-md-md {
    padding-top: clamp(24px, 1.5rem + 1.2vw, 48px) !important;
  }
  .pr-md-md {
    padding-right: clamp(24px, 1.5rem + 1.2vw, 48px) !important;
  }
  .pb-md-md {
    padding-bottom: clamp(24px, 1.5rem + 1.2vw, 48px) !important;
  }
  .pl-md-md {
    padding-left: clamp(24px, 1.5rem + 1.2vw, 48px) !important;
  }
  .px-md-md {
    padding-left: clamp(24px, 1.5rem + 1.2vw, 48px) !important;
    padding-right: clamp(24px, 1.5rem + 1.2vw, 48px) !important;
  }
  .py-md-md {
    padding-top: clamp(24px, 1.5rem + 1.2vw, 48px) !important;
    padding-bottom: clamp(24px, 1.5rem + 1.2vw, 48px) !important;
  }
  .p-md-lg {
    padding: clamp(32px, 2rem + 1.6vw, 64px) !important;
  }
  .pt-md-lg {
    padding-top: clamp(32px, 2rem + 1.6vw, 64px) !important;
  }
  .pr-md-lg {
    padding-right: clamp(32px, 2rem + 1.6vw, 64px) !important;
  }
  .pb-md-lg {
    padding-bottom: clamp(32px, 2rem + 1.6vw, 64px) !important;
  }
  .pl-md-lg {
    padding-left: clamp(32px, 2rem + 1.6vw, 64px) !important;
  }
  .px-md-lg {
    padding-left: clamp(32px, 2rem + 1.6vw, 64px) !important;
    padding-right: clamp(32px, 2rem + 1.6vw, 64px) !important;
  }
  .py-md-lg {
    padding-top: clamp(32px, 2rem + 1.6vw, 64px) !important;
    padding-bottom: clamp(32px, 2rem + 1.6vw, 64px) !important;
  }
  .p-md-xl {
    padding: clamp(44px, 2.75rem + 2.2vw, 88px) !important;
  }
  .pt-md-xl {
    padding-top: clamp(44px, 2.75rem + 2.2vw, 88px) !important;
  }
  .pr-md-xl {
    padding-right: clamp(44px, 2.75rem + 2.2vw, 88px) !important;
  }
  .pb-md-xl {
    padding-bottom: clamp(44px, 2.75rem + 2.2vw, 88px) !important;
  }
  .pl-md-xl {
    padding-left: clamp(44px, 2.75rem + 2.2vw, 88px) !important;
  }
  .px-md-xl {
    padding-left: clamp(44px, 2.75rem + 2.2vw, 88px) !important;
    padding-right: clamp(44px, 2.75rem + 2.2vw, 88px) !important;
  }
  .py-md-xl {
    padding-top: clamp(44px, 2.75rem + 2.2vw, 88px) !important;
    padding-bottom: clamp(44px, 2.75rem + 2.2vw, 88px) !important;
  }
  .p-md-xxl {
    padding: clamp(60px, 3.75rem + 3vw, 120px) !important;
  }
  .pt-md-xxl {
    padding-top: clamp(60px, 3.75rem + 3vw, 120px) !important;
  }
  .pr-md-xxl {
    padding-right: clamp(60px, 3.75rem + 3vw, 120px) !important;
  }
  .pb-md-xxl {
    padding-bottom: clamp(60px, 3.75rem + 3vw, 120px) !important;
  }
  .pl-md-xxl {
    padding-left: clamp(60px, 3.75rem + 3vw, 120px) !important;
  }
  .px-md-xxl {
    padding-left: clamp(60px, 3.75rem + 3vw, 120px) !important;
    padding-right: clamp(60px, 3.75rem + 3vw, 120px) !important;
  }
  .py-md-xxl {
    padding-top: clamp(60px, 3.75rem + 3vw, 120px) !important;
    padding-bottom: clamp(60px, 3.75rem + 3vw, 120px) !important;
  }
  .content-inner {
    padding: 0 5.1282051282vw;
  }
  .content-inner--s {
    padding: 0 5.1282051282vw;
  }
  .text-md-l {
    text-align: left !important;
  }
  .text-md-c {
    text-align: center !important;
  }
  .text-md-r {
    text-align: right !important;
  }
  .float-left {
    width: 45%;
    margin-right: clamp(16px, 1rem + 0.8vw, 32px);
    margin-bottom: clamp(24px, 1.5rem + 1.2vw, 48px);
  }
  .float-right {
    width: 45%;
    margin-left: clamp(16px, 1rem + 0.8vw, 32px);
    margin-bottom: clamp(24px, 1.5rem + 1.2vw, 48px);
  }
  .float-md-none {
    float: none;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .float-md-none img {
    width: 100%;
  }
  [class^=ttl-] .label small {
    display: block;
    margin: -0.5em 0 0;
  }
  .ttl-lg {
    font-size: 8.2051282051vw;
  }
  .ttl-lg {
    margin-bottom: 16.4102564103vw;
    border-left-width: 6px;
  }
  .ttl-lg2 {
    font-size: 6.1538461538vw;
  }
  .ttl-lg2 {
    margin-bottom: 8.2051282051vw;
  }
  .ttl-lg3 {
    font-size: 11.2820512821vw;
  }
  .ttl-md {
    font-size: 4.6153846154vw;
  }
  .ttl-md2 {
    font-size: 4.6153846154vw;
  }
  .ttl-md3 {
    font-size: 5.1282051282vw;
  }
  .ttl-md4 {
    font-size: 4.6153846154vw;
  }
  .ttl-sm {
    font-size: 4.1025641026vw;
  }
  .ttl-sm2 {
    font-size: 5.1282051282vw;
  }
  .ttl-sm3 {
    font-size: 4.1025641026vw;
  }
  .ttl-category [class^=icon-color-]::before {
    width: 35px;
    height: 35px;
  }
  .acc-ttl + .acc-content > .section:not(:last-child) {
    margin-bottom: 10.2564102564vw;
  }
  .list-style-disc .list-item .list-child .list-item {
    font-size: 3.3333333333vw;
  }
  .list-style-ordered > .list-item .list-child .list-item {
    font-size: 3.3333333333vw;
  }
  .list-style-content .list-item:has(a) a {
    font-size: 3.5897435897vw;
  }
  table {
    width: 100%;
  }
  table th {
    font-size: 3.5897435897vw;
  }
  table td {
    font-size: 3.5897435897vw;
  }
  .table-basic.table-responsive tr:first-child th {
    border-color: #DDDDDD;
  }
  .table-basic.table-responsive tr:first-child th::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 30%;
    height: 1px;
    background: #777777;
  }
  .table-basic.table-responsive tr:first-child td {
    border-top: 0;
  }
  .table-basic.table-responsive th {
    padding-bottom: 0;
    border-bottom: 0;
  }
  .table-basic.table-responsive td::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    width: 30%;
    height: 1px;
    background: #777777;
  }
  .table-history tbody th {
    font-size: 4.6153846154vw;
  }
  .table-history tbody th {
    width: 6.5em;
  }
  .table-history tbody td .month {
    font-size: 4.1025641026vw;
  }
  .table-history tbody td .month {
    width: 100%;
    margin: 0;
    border: 0;
  }
  .table-responsive {
    display: block;
  }
  .table-responsive thead,
  .table-responsive tbody,
  .table-responsive tr,
  .table-responsive th,
  .table-responsive td {
    display: block;
  }
  .table-responsive.column-2 {
    display: flex;
    flex-wrap: wrap;
  }
  .table-responsive.column-2 thead,
  .table-responsive.column-2 tbody,
  .table-responsive.column-2 tr {
    display: contents;
  }
  .table-responsive.column-2 th,
  .table-responsive.column-2 td {
    width: 50%;
  }
  .table-vertical tbody {
    flex-flow: column;
  }
  .table-vertical tr:last-of-type td {
    border-bottom: 1px solid #DDDDDD;
  }
  .table-vertical td {
    text-align: left;
    border-bottom: none;
  }
  .table-scroll table {
    min-width: 930px;
  }
  .btn {
    font-size: 3.8461538462vw;
  }
  .btn.center {
    margin: 0 auto;
    width: fit-content;
    display: flex;
    min-width: 200px;
  }
  .btn.center .label {
    display: inline;
  }
  .btn-lg {
    font-size: 3.8461538462vw;
  }
  .btn-lg {
    width: 100%;
  }
  .btn-md {
    font-size: 3.5897435897vw;
  }
  .btn-md {
    width: 100%;
  }
  .btn-sm {
    font-size: 3.5897435897vw;
  }
  .modal-wrap .mfp-content {
    padding: 20px;
  }
  .modal-content .ttl-category .ttl-lg3 {
    font-size: 5.641025641vw;
  }
  .modal-content .btn-close {
    width: 17.9487179487vw;
    height: 17.9487179487vw;
  }
  .modal-content .btn-close .label {
    font-size: 2.8205128205vw;
  }
  .modal-content#outpatient .info-list dd .font-num {
    font-size: 5.1282051282vw;
  }
  .modal-content#outpatient .bg-dark > div {
    width: 100%;
  }
  .modal-content#outpatient .bg-dark > div:last-child {
    width: 100%;
  }
  .modal-content#outpatient .bg-dark > div h3 {
    font-size: 4.1025641026vw;
  }
  .modal-content#search .search-input {
    font-size: 4.1025641026vw;
  }
  .modal-content#search .keyword dd {
    gap: 0.5em;
  }
  .modal-content#search .keyword .tag {
    font-size: 3.5897435897vw;
  }
  .page-tab-btns {
    gap: 4px;
    margin-bottom: 20.5128205128vw;
  }
  .page-tab-btns .btn {
    font-size: 3.3333333333vw;
  }
  .page-tab-btns .btn {
    flex-direction: column;
    min-width: auto;
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
  .page-tab-btns .btn.is-active::after {
    height: 0.5em;
    width: 1em;
    transform: translate(-50%, -80%);
  }
  .page-tab-btns .btn [class^=icon-]::before {
    height: 2em;
    width: 2em;
  }
  .page-inner-links {
    gap: 4px;
    margin-bottom: 20.5128205128vw;
  }
  .page-inner-links li a {
    font-size: 4.1025641026vw;
  }
  .magazine > div figure {
    max-width: 100%;
  }
  .magazine > div figure figcaption {
    font-size: 4.1025641026vw;
  }
  .magazine dl .btn {
    min-width: auto;
    width: 100%;
    padding: 1em 0.5em;
  }
  .block-columns {
    gap: 2.5641025641vw;
  }
  .block-columns.col-md-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .block-columns.col-md-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .block-columns.col-md-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .block-columns.col-md-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .block-flex.flex-direction-md-column {
    flex-direction: column;
  }
  .header {
    min-width: 100%;
  }
  .header-inner {
    padding-left: 3.8461538462vw;
  }
  .header .logo {
    width: 51.2820512821vw;
  }
  .header .tel {
    flex-direction: column;
    width: 17.9487179487vw;
    height: 17.9487179487vw;
    margin-right: 0;
    border-left: 1px solid #DDDDDD;
  }
  .header .tel::after {
    content: "TEL";
    display: inline-block;
    margin-top: 0.5em;
    font-family: "Marcellus", serif;
    line-height: 1em;
    color: #4A6088;
    font-size: 2.8205128205vw;
  }
  .header .tel .label {
    display: none;
  }
  .header-nav-btn {
    display: none;
  }
  .header .btn-gnav {
    width: 17.9487179487vw;
    height: 17.9487179487vw;
  }
  .header .btn-gnav .label {
    font-size: 2.8205128205vw;
  }
  .header .nav-menu .header-inner {
    height: 17.9487179487vw;
    padding-right: 17.9487179487vw;
  }
  .header .nav-menu-inner {
    width: 100%;
    padding: 40px 20px;
  }
  .header .nav-menu-head {
    grid-template-columns: repeat(3, 1fr);
  }
  .header .nav-menu-head a .label {
    font-size: 3.0769230769vw;
  }
  .header .nav-menu-main {
    margin-bottom: 0;
  }
  .header .nav-menu-category-column {
    width: 100%;
  }
  .header .nav-menu-category-ttl h2 .label {
    font-size: 4.6153846154vw;
  }
  .header .nav-menu-category-ttl h2 .label-en {
    font-size: 2.3076923077vw;
  }
  .header .nav-menu-category-ttl dd {
    font-size: 3.3333333333vw;
  }
  .header .nav-menu-link th {
    font-size: 4.1025641026vw;
  }
  .header .nav-menu-link td a {
    font-size: 3.8461538462vw;
  }
  .header .nav-menu-sub {
    margin-top: 20px;
  }
  .header .nav-menu-sub-link a {
    font-size: 3.8461538462vw;
  }
  .header .nav-menu-footer .banner {
    grid-template-columns: 1fr;
    margin: 0 auto;
    padding: 0;
  }
  .nav-right {
    display: none;
  }
  .nav-right a {
    font-size: 4.1025641026vw;
  }
  .footer .sns {
    padding: 40px 0;
  }
  .footer-inner {
    padding: 0 5.1282051282vw;
  }
  .footer .logo {
    margin-bottom: 32px;
  }
  .footer-info {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    border: none;
  }
  .footer-info address,
  .footer-info .tel {
    display: inline-block;
  }
  .footer-info .tel {
    color: #4A6088;
  }
  .footer-info .tel a {
    color: #4A6088;
  }
  .footer-nav {
    width: 100%;
    margin-top: 40px;
    border-top: 1px solid #DDDDDD;
  }
  .footer-nav-main {
    display: none;
  }
  .footer-nav-sub {
    display: none;
  }
  .footer-banner {
    grid-template-columns: 1fr;
    padding: 40px 0;
  }
  .footer .copyright {
    font-size: 2.3076923077vw;
  }
  .btn-gotop .label {
    font-size: 3.5897435897vw;
  }
  .sns {
    width: 100%;
    padding: 40px 0;
  }
  .sns ul {
    width: 100%;
  }
  .sns ul li {
    width: 20%;
  }
  .sns ul li a span {
    font-size: 2.5641025641vw;
  }
  .page-head {
    margin-bottom: 20.5128205128vw;
    padding-top: 17.9487179487vw;
  }
  .page-head-inner {
    padding: 0 5.1282051282vw;
  }
  .page-head-aside {
    display: none;
  }
  .page-head-ttl {
    font-size: 9.7435897436vw;
  }
  .page-head-ttl-sub {
    font-size: 3.5897435897vw;
  }
  .page-head-ttl-department {
    font-size: 4.358974359vw;
  }
  .page .breadcrumbs {
    padding: 0 5.1282051282vw;
  }
  .page .breadcrumbs {
    left: 0;
    padding-left: 0;
    transform: translate(0, 50%);
  }
  .page .breadcrumbs-list {
    border-top-left-radius: 0;
  }
  .page .breadcrumbs-list li {
    font-size: 3.0769230769vw;
  }
  .page-wrapper {
    padding: 0 5.1282051282vw;
  }
  .page-columns {
    flex-direction: column-reverse;
  }
  .page-columns .side {
    width: 100%;
  }
  .page-columns .side details summary {
    font-size: 3.8461538462vw;
  }
  .page-columns .side-nav-ttl {
    font-size: 5.1282051282vw;
  }
  .page-columns .side-nav-child a {
    font-size: 3.3333333333vw;
  }
  .page-columns .side + .page-content {
    padding: 0;
    padding-bottom: 36.9230769231vw;
  }
  .page-content {
    padding: 0 5.1282051282vw;
  }
  .page-content {
    padding: 0;
    padding-bottom: 36.9230769231vw;
  }
  .page-content > .section:not(:last-of-type) {
    margin-bottom: 36.9230769231vw;
  }
  .page-content > .section > .section {
    margin-bottom: 20.5128205128vw;
  }
  .page-content > .section > .section > .section {
    margin-bottom: 10.2564102564vw;
  }
  .page-content .note {
    font-size: 3.0769230769vw;
  }
  .page-content ul.note > li {
    font-size: 3.0769230769vw;
  }
  .page-content li:has(ruby) small,
  .page-content dt:has(ruby) small,
  .page-content dd:has(ruby) small,
  .page-content [class^=ttl-]:has(ruby) small {
    display: block;
  }
  .page-content .last-update {
    font-size: 3.0769230769vw;
  }
  .page-list {
    gap: 15.3846153846vw 0;
  }
  .page-list-links {
    width: 90%;
    margin: -5.1282051282vw auto 0;
    padding: 5.1282051282vw;
    border-top-left-radius: 5px;
  }
  .form-table th.required::after {
    font-size: 3.0769230769vw;
  }
  .form-table td {
    padding: 0.75em 0;
  }
  .form-table input[type=text],
  .form-table input[type=email],
  .form-table input[type=tel],
  .form-table input[type=number],
  .form-table textarea {
    font-size: 4.1025641026vw;
  }
  .form-table input[type=date] {
    font-size: 4.1025641026vw;
  }
  .form-table select {
    font-size: 4.1025641026vw;
  }
  .form-table .select-wrap {
    width: 100%;
  }
}

@media screen and (min-width: 1180px){
  .is-outside {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
  右側へ要素を広げる（2カラム） .is-outside-right {
    flex: 1;
    margin-right: calc(50% - 50vw);
  }
  .is-outside-left {
    flex: 1;
    margin-left: calc(50% - 50vw);
  }
}

@media screen and (max-width: 1239px){
  .hidden-xl-down {
    display: none !important;
  }
}

@media screen and (max-width: 1039px){
  .hidden-pc-down {
    display: none !important;
  }
}

@media screen and (max-width: 991px){
  .hidden-md-down {
    display: none !important;
  }
}

@media screen and (max-width: 575px){
  .hidden-xs-down {
    display: none !important;
  }
}

@media screen and (max-width: 374px){
  .hidden-xxs-down {
    display: none !important;
  }
}

@media screen and (min-width: 1240px){
  .hidden-xl-up {
    display: none !important;
  }
}

@media screen and (min-width: 1040px){
  .hidden-pc-up {
    display: none !important;
  }
}

@media screen and (min-width: 992px){
  .hidden-lg-up {
    display: none !important;
  }
}

@media screen and (min-width: 768px){
  .hidden-md-up {
    display: none !important;
  }
  a:hover {
    color: #4A6088;
  }
  a:hover [class^=icon-]:not[class^=icon-color-]::before {
    background: #4A6088;
  }
  a.link-color:hover {
    color: #4A6088;
    opacity: 0.7;
  }
  a.link-line:hover {
    color: #4A6088;
    opacity: 0.7;
    text-decoration-color: transparent;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  .ttl-lg2_arrow:hover {
    background: #F0F5FC;
  }
  .ttl-lg2_arrow:hover::before {
    width: 100%;
  }
  .ttl-md3_arrow:hover {
    background: #F0F5FC;
  }
  .view-more.is-open + .view-more-btn .btn:hover .icon-plus::after {
    background: #fff;
  }
  .list-style-content .list-item:has(a) a:hover {
    background: #F7FAFE;
    opacity: 1;
  }
  .table-vertical tr:not(:last-child) th {
    border-right: none;
  }
  .table-vertical tr:not(:last-child) td {
    border-right: none;
  }
  .btn:hover {
    color: #fff;
    background: #4A6088;
  }
  .btn:hover::after,
  .btn:hover [class^=icon-]::before {
    background-color: #fff !important;
  }
  .btn:hover [class^=icon-color-]::before,
  .btn:hover [class^=icon-circle-]::before {
    background-color: transparent !important;
  }
  .btn-blue:hover {
    color: #4A6088;
    background: #fff;
  }
  .btn-blue:hover::after,
  .btn-blue:hover [class^=icon-]::before {
    background-color: #4A6088 !important;
  }
  .btn-blue:hover [class^=icon-color-]::before,
  .btn-blue:hover [class^=icon-circle-]::before {
    background-color: transparent !important;
  }
  .zoom-img:hover {
    opacity: 0.8;
  }
  .modal-content .btn-close:hover {
    opacity: 0.5;
  }
  .modal-content#outpatient .ttl-category .icon-color-outpatient {
    width: 100px;
  }
  .modal-content#outpatient .bg-dark > div:last-child .block-column .btn {
    width: 50%;
    margin: 0 auto;
  }
  .modal-content#search .ttl-category .icon-color-search {
    width: 100px;
  }
  .modal-content#search .search {
    width: 48%;
  }
  .modal-content#search .keyword {
    width: 45%;
  }
  .page-inner-links li a:hover {
    background: #DFEAF7;
  }
  .block-flex-item {
    width: 50%;
  }
  .header-nav-btn a:hover {
    background: #DFEAF7;
  }
  .header .nav-menu-head a:hover {
    background: #DFEAF7;
  }
  .header .nav-menu-category-item:hover {
    background: #F7FAFE;
  }
  .header .nav-menu-category-item.is-open:hover {
    background: #fff;
  }
  .header .nav-menu-link td a:hover {
    background: #F7FAFE;
  }
  .header .nav-menu-sub {
    max-width: 300px;
  }
  .header .nav-menu-sub-link a:hover {
    background: #F7FAFE;
  }
  .header .nav-menu-footer .banner a:hover {
    opacity: 0.8;
  }
  .nav-right a:hover {
    background: #DFEAF7;
  }
  .footer-nav-main a:hover {
    background: #DFEAF7;
  }
  .footer-banner a:hover {
    opacity: 0.8;
  }
  .btn-gotop:hover {
    background: #4A6088;
  }
  .btn-gotop:hover::before {
    border-color: #fff;
  }
  .btn-gotop:hover .label {
    color: #fff;
  }
  .sns ul li a:hover {
    opacity: 0.7;
  }
  .page-head-inner:has(.page-head-aside) {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .page-head-inner:has(.page-head-aside) .page-head-ttl {
    width: 50%;
  }
  .page .breadcrumbs-list li a:hover {
    opacity: 0.7;
  }
  .page-columns .side-nav a:hover {
    background: #F7FAFE;
  }
  .page-columns .side-nav-child a:hover {
    background: #F7FAFE;
  }
  .form-table th {
    width: 250px;
  }
  #vaccine-form .form-table th {
    width: 300px;
  }
}

@media screen and (min-width: 576px){
  .hidden-sm-up {
    display: none !important;
  }
}

@media screen and (min-width: 481px){
  .hidden-xs-up {
    display: none !important;
  }
}

@media screen and (min-width: 375px){
  .hidden-xxs-up {
    display: none !important;
  }
}