@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  font-style: normal;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: 0em;
}
*:before {
  margin: 0;
  padding: 0;
  font-style: normal;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: 0em;
}
*:after {
  margin: 0;
  padding: 0;
  font-style: normal;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: 0em;
}

html {
  font-size: 16px;
}

body {
  font-size: 1.125rem;
  color: #333;
  font-family: "Noto Sans JP", "NotoSans", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: normal;
  padding-top: calc(15.625rem + 2px);
  line-height: 1.5;
  padding-top: var(--header-height, 250px);
}

main {
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  main {
    font-size: 1rem;
  }
}

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

figure {
  font-size: 0;
  margin-bottom: 1rem;
}
figure img {
  width: 100%;
  margin-bottom: 0 !important;
}

figcaption {
  text-align: center;
  padding-top: 0.5rem;
  font-size: 0.875rem;
}

em {
  color: #2f4862;
}

p {
  line-height: 1.65em;
  margin-bottom: 1.5em;
}
p a {
  color: #2f4862;
}

a {
  text-decoration: none;
  color: #2f4862;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a:hover {
  opacity: 0.7;
}

.page-title-wrap.inner {
  padding-top: 3rem;
}

h1 {
  font-weight: 700;
  font-size: 2.5rem;
  color: #2f4862;
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 2.125rem;
  }
}

h1.page-title {
  text-align: left;
  color: #2f4862;
  margin-bottom: 1.5em;
}

h2 {
  font-size: 1.85rem;
  font-weight: 500;
  font-weight: 700;
  margin-top: 2em;
  margin-bottom: 1em;
  color: #333;
  color: #2f4862;
  text-align: left;
  padding: 0.5rem 1rem;
  background-color: #2f4862;
  color: #fff;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 1.65rem;
  }
}
h2.h2_bg-second {
  background-color: #ea8080;
}

h3 {
  color: #2f4862;
  font-weight: 700;
  font-size: 1.65rem;
  margin-top: 1.5em;
  margin-bottom: 1em;
  padding-bottom: 0.2rem;
  border-bottom: solid 2px #a4b3c3;
  position: relative;
}
h3::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: 2px solid #ea8080;
  bottom: -2px;
  width: 15%;
}
h3.single-line::after {
  display: none;
}
h3.no-border {
  border-bottom: none;
  padding-bottom: 0;
}
h3.no-border::after {
  display: none;
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 1.45rem;
  }
}

h4 {
  color: #2f4862;
  border-bottom: 1px solid #2f4862;
  margin-top: 1.25em;
  margin-bottom: 1em;
  padding-bottom: 0.25rem;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  h4 {
    font-size: 1.25rem;
  }
}

h5 {
  font-weight: 700;
  margin-bottom: 1em;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  h5 {
    font-size: 1.125rem;
  }
}

section {
  padding: 5rem 0;
}
@media screen and (max-width: 768px) {
  section {
    padding: 4rem 0;
  }
}

.link-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 2rem auto 0;
  padding: 1rem 2rem;
  border-radius: 3rem;
  background-color: #2f4862;
  color: #fff;
  font-weight: medium;
  text-decoration: none;
  max-width: 100%;
}
.link-button::before {
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  display: inline-block;
  content: "\f0da";
}
@media screen and (max-width: 540px) {
  .link-button {
    width: 100%;
  }
}

.btn-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(1.5rem, 1.5vw, 1.875rem);
  font-weight: 600;
  color: #ea8080;
}
.btn-arrow::after {
  content: "";
  display: block;
  width: clamp(2.25rem, 2.4vw, 3rem);
  height: clamp(2.25rem, 2.4vw, 3rem);
  background-color: #ea8080; /* 通常時のアイコンの色（文字色と合わせる） */
  margin-left: 0.75rem;
  /* マスク設定（SVGの形に切り抜く） */
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  -webkit-mask-image: url("../img/icon/icon_arrow_red.svg");
          mask-image: url("../img/icon/icon_arrow_red.svg");
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.cat {
  border: 1px solid #2f4862;
  color: #2f4862;
  padding: 0.25rem 1.5rem;
  font-size: 0.875rem;
}

time {
  color: #b5b5b5;
}

#breadcrumbs {
  padding: 1rem 0;
  color: #333;
  font-weight: 500;
}
#breadcrumbs a {
  color: #ea8080;
}
#breadcrumbs a::after {
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  display: inline-block;
  display: inline-block;
  margin: 0 0.6em 0 0.8em;
  content: "\f105";
}

main li {
  margin-bottom: 0.5em;
}
main ul {
  margin-bottom: 1rem;
}
main ul.ul-dot {
  list-style: none;
  padding-left: 1.2em;
}
main ul.ul-dot > li {
  position: relative;
}
main ul.ul-dot > li::before {
  display: block;
  position: absolute;
  left: -2em;
  top: 0.85em;
  font-family: "Font Awesome 5 Free";
  font-size: 0.5em;
  font-weight: 900;
  content: "\f111";
  color: #2f4862;
}
main ul.ul-dot.ul-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0rem 2.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
main ol {
  margin-bottom: 1rem;
}
main ol.ol-number {
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
}
main ol.ol-number > li {
  text-indent: -1.3em;
  padding-left: 1.3em;
}
main ol.ol-number > li::before {
  counter-increment: item;
  content: counter(item) ".";
  padding-right: 0.5em;
  font-weight: bold;
  color: #2f4862;
}

.eyecatch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 0;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10rem 0;
}
@media screen and (max-width: 768px) {
  .eyecatch {
    padding: 7rem 0;
  }
}

.page-navigation {
  width: 100%;
  font-size: 90%;
  text-align: center;
  margin-bottom: 1rem;
}
.page-navigation a {
  text-decoration: none;
  padding: 0.4rem 0.8rem;
  margin: 4px;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #2f4862;
  color: #2f4862;
}
.page-navigation a:hover {
  opacity: 0.75;
  color: #2f4862;
}
.page-navigation span {
  text-decoration: none;
  padding: 0.4rem 0.8rem;
  margin: 4px;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #2f4862;
  color: #2f4862;
}
.page-navigation span.current {
  color: white;
  font-weight: bold;
  background: #2f4862;
}

.page-link {
  margin: 4rem 0;
}
@media screen and (max-width: 768px) {
  .page-link {
    margin: 2rem 0;
  }
}
.page-link > ul {
  padding-left: 0 !important;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #2f4862;
}
.page-link > ul > li {
  margin: 0 0.5rem 1rem;
}
.page-link > ul > li > a {
  border: 1px solid #2f4862;
  padding: 0.5rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.25rem;
}
.page-link > ul > li > a::before {
  content: "";
  display: block;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.5rem;
  border-bottom: 0.2rem solid;
  border-left: 0.2rem solid;
  top: 0.15rem;
}
.page-link > ul > li > a:hover {
  color: #fff;
  background-color: #2f4862;
  opacity: 0.9;
}
@media screen and (max-width: 540px) {
  .page-link > ul > li {
    width: 100%;
    margin: 0 0 1rem;
  }
  .page-link > ul.link-sp-flex {
    gap: 0.5rem;
  }
  .page-link > ul.link-sp-flex > li {
    width: calc((100% - 0.5rem) / 2);
    margin: 0;
  }
}

.iframe-wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  margin-bottom: 1.5rem;
}
.iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  .iframe-wrap.is-map {
    padding-bottom: 100%;
  }
}

.inner {
  max-width: calc(100% - (100% - 3rem - 10px) * 0.1666666667 * 2 - 3rem + 3rem);
  min-width: calc(1200px - 3rem + 3rem);
  margin: 0 auto;
  padding: 0 1.5rem;
}
@media screen and (max-width: 1200px) {
  .inner {
    max-width: none;
    min-width: auto;
  }
}
.narrow {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.pd-wrap {
  padding: 0 8%;
}
@media screen and (max-width: 992px) {
  .pd-wrap {
    padding: 0;
  }
}

.overview {
  margin-bottom: 5em;
}
@media screen and (max-width: 768px) {
  .overview {
    margin-bottom: 3em;
  }
}

.white {
  color: white;
}

.gray {
  color: #6f6f6f;
}

.red {
  color: #c01227;
}

.first {
  color: #2f4862;
}

.second {
  color: #ea8080;
}

.x-small {
  font-size: 0.75rem !important;
}

.small {
  font-size: 0.875rem !important;
}

.standard {
  font-size: 1rem;
}

.large {
  font-size: 1.25rem !important;
}

.x-large {
  font-size: 1.5rem !important;
}

.xx-large {
  font-size: 2rem !important;
}

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

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

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

.serif {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}

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

.medium {
  font-weight: 500 !important;
}

.bg-white {
  background-color: #fff;
}

.bg-red {
  background-color: #fff2f2 !important;
}

.bg-yellow {
  background-color: #ffffea !important;
}

.bg-gray {
  background-color: #ebebeb;
}

.bg-gray-light {
  background-color: #f3eee7;
}

.bg-gray-light-more {
  background-color: #f7f7f7;
}

.bg-first {
  background-color: #f0f5fa;
}

.bg-second {
  background-color: #fbefef;
}

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

.mb-s {
  margin-bottom: 0.5rem !important;
}

.mb-m1 {
  margin-bottom: 1rem !important;
}

.mb-m {
  margin-bottom: 1.5rem !important;
}

.mb-l {
  margin-bottom: 3rem !important;
}

.mb-4l {
  margin-bottom: 4rem !important;
}

.mb-xl {
  margin-bottom: 5rem !important;
}

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

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

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

.pc {
  display: block;
}

br.pc {
  display: inline;
}

br.pc-l {
  display: inline;
}

.tab {
  display: none;
}

.sp {
  display: none;
}

.box {
  padding: 1.5rem;
}

.white-box {
  background-color: white;
  padding: 1.5rem;
  margin-bottom: 0.5rem;
  -webkit-box-shadow: 0 3px 8px rgba(206, 201, 195, 0.35);
          box-shadow: 0 3px 8px rgba(206, 201, 195, 0.35);
}
.white-box img {
  border: 1px solid #666;
}

.white-box.grid {
  margin-bottom: 1rem;
  padding: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.box-gray {
  padding: 1.5rem;
  background-color: #f7f7f7;
  margin-bottom: 0.5rem;
}

.border-box {
  border: 1px solid #666;
  padding: 1.5rem;
}

.border-box-light {
  border: 1px solid #b5b5b5;
  padding: 1.5rem;
}

.box-shadow-gray {
  -webkit-box-shadow: 0px 3px 8px rgba(206, 201, 195, 0.4);
          box-shadow: 0px 3px 8px rgba(206, 201, 195, 0.4);
}

.box-shadow-blue {
  -webkit-box-shadow: 0px 3px 8px rgba(47, 72, 98, 0.2);
          box-shadow: 0px 3px 8px rgba(47, 72, 98, 0.2);
}

.no-box-shadow {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.border {
  border-bottom: 1px solid #a4b3c3 !important;
}

img.img-border {
  border: 1px solid #999;
}

.fit-img {
  display: block;
  position: relative;
  padding-bottom: 65%;
}
.fit-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}

.img-half, .img-half02 {
  width: 50%;
  margin: 0 auto;
}
.img-half img, .img-half02 img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .img-half, .img-half02 {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .img-half02 {
    width: 50%;
  }
}

.radius01 {
  border-radius: 1rem;
}

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

ul.sitemap-list {
  padding: 0;
  list-style: none;
  margin-top: 5rem;
}
ul.sitemap-list.level-1 > li {
  font-size: 1.125rem;
  font-weight: 700;
  font-weight: 500;
}
ul.sitemap-list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 1em;
}
ul.sitemap-list li::before {
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  display: inline-block;
  content: "\f0da";
  color: #2f4862;
}
ul.sitemap-list li ul.level-2 {
  margin-top: 1rem;
  list-style: none;
}
ul.sitemap-list li ul.level-2 li {
  font-weight: 500;
}
ul.sitemap-list li ul.level-2 li::before {
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  display: inline-block;
  content: "\f105";
}
ul.sitemap-list li ul.level-2 ul.level-3 {
  margin-top: 1rem;
  list-style: none;
}
ul.sitemap-list li ul.level-2 ul.level-3 li::before {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.5rem;
  border-bottom: 0.2rem solid;
  border-right: none;
  border-width: 0.1rem;
  top: 0.75em;
  left: 0;
  height: 0;
}
ul.sitemap-list br,
ul.sitemap-list rp, ul.sitemap-list rt {
  display: none;
}

.chevron-right,
.chevron-down {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: inline-block;
  -webkit-transform: scale(var(--ggs, 1));
          transform: scale(var(--ggs, 1));
  width: 1rem;
  height: 1rem;
  border: 0.2rem solid transparent;
}
.chevron-right::after,
.chevron-down::after {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 0.5rem;
  height: 0.5rem;
}

.link-underline {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.link-underline.double {
  text-decoration-style: double;
}

.underline-double {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-style: double;
}

.link-arrow::before {
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  display: inline-block;
  content: "\f105";
}

.link-down::before {
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  display: inline-block;
  content: "\f107";
}

.link-blank::before {
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  display: inline-block;
  content: "\f35d";
}

.link-download::before {
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  display: inline-block;
  content: "\f019";
}

.link-circle-arrow::before {
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  display: inline-block;
  content: "\f35a";
}

.link-caret::before {
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  display: inline-block;
  content: "\f0da";
}

.link-caret-down::before {
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  display: inline-block;
  content: "\f0d7";
}

.link-phone::before {
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  display: inline-block;
  content: "\f095";
}

.link-home::before {
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  display: inline-block;
  content: "\f015";
}

a[href$=".pdf"]::before {
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  display: inline-block;
  content: "\f1c1";
  color: #ea8080;
  font-size: 0.95em;
  margin-right: 0.25rem;
}

a.pdf-white[href$=".pdf"]::before {
  color: #fff;
}

a[href$=".doc"]::before, a[href$=".docx"]::before {
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  display: inline-block;
  content: "\f1c2";
}

a[href$=".xls"]::before, a[href$=".xlsx"]::before {
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  display: inline-block;
  content: "\f1c3";
}

.noicon::before, .noicon::after {
  display: none !important;
}

.chevron-right::after {
  border-bottom: 0.2rem solid;
  border-right: 0.2rem solid;
  right: 0.2rem;
  top: 0.2rem;
}

.chevron-down::after {
  border-left: 0.2rem solid;
  border-bottom: 0.2rem solid;
  right: 0.2rem;
  top: 0.15rem;
}

.zoom-icon {
  position: relative;
}
.zoom-icon::after {
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  display: inline-block;
  content: "\f00e";
  font-size: 1.65rem;
  color: #a4b3c3;
  color: #2f4862;
  position: absolute;
  bottom: 0.25rem;
  right: 0.25rem;
  margin: 0;
  text-shadow: 0 3px 8px rgba(255, 255, 255, 0.2);
}

.circle-icon::before {
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  display: inline-block;
  content: "\f111";
  font-weight: 400;
}

@media screen and (max-width: 992px) {
  br.pc-l {
    display: none;
  }
  br.tab {
    display: inline;
  }
}
@media screen and (max-width: 768px) {
  .pc,
  br.pc {
    display: none;
  }
  .sp {
    display: block;
  }
  br.sp {
    display: inline;
  }
}
.bn-link-btn {
  display: block;
  padding: 1.5rem;
  background-color: #f0f5fa;
  border: 2px solid #a4b3c3;
  color: #2f4862;
  font-weight: 700;
  font-size: 1.25rem;
  border-radius: 1rem;
  text-align: center;
  -webkit-box-shadow: 0 2px 8px rgba(47, 72, 98, 0.2);
          box-shadow: 0 2px 8px rgba(47, 72, 98, 0.2);
  position: relative;
  overflow: hidden;
}
.bn-link-btn::after {
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  display: inline-block;
  content: "\f35a";
  margin-left: 1rem;
  font-weight: 400;
}
.bn-link-btn:hover {
  opacity: 1;
  color: #fff;
  background-color: #2f4862;
  border: 2px solid #2f4862;
}
.bn-link-btn.bn-link-btn_wh {
  background-color: #fff;
}
.bn-link-btn.bn-link-btn_wh:hover {
  background-color: #2f4862;
}

header {
  width: 100%;
  color: #2f4862;
  position: relative;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  height: auto;
  padding: 1.25rem 1.25rem 0;
  -webkit-transition: padding 0.3s ease;
  transition: padding 0.3s ease;
}
@media screen and (max-width: 992px) {
  header {
    padding: 1.25rem 1.5rem 0;
  }
}
@media screen and (max-width: 768px) {
  header {
    padding: 0;
    height: 5.625rem;
  }
}

.head {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 2.5%;
}

.brand {
  font-weight: 700;
  text-align: center;
  font-size: clamp(1.3rem, 1.5vw, 1.625rem);
  color: #2f4862;
}
@media screen and (max-width: 768px) {
  .brand {
    font-size: clamp(1.25rem, 4vw, 1.5rem);
  }
}
@media screen and (max-width: 390px) {
  .brand {
    font-size: 1.125rem;
  }
}

.logo {
  display: block;
}
.logo img {
  height: auto;
  display: block;
}

.head-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(255, 255, 255, 0.9);
  padding: clamp(1.5rem, 2.4vw, 3rem);
  gap: 1.5rem;
  /* ▼ 追加: head-top自体を消す（縮める＆透明にする）アニメーション設定 */
  -webkit-transition: max-height 0.3s ease, padding 0.3s ease, opacity 0.3s ease;
  transition: max-height 0.3s ease, padding 0.3s ease, opacity 0.3s ease;
  max-height: 300px; /* 実際の高さより少し大きめの適当な数値をセット（開く時のため） */
  overflow: hidden; /* 縮む際に中身がはみ出さないようにする */
  will-change: max-height, padding, opacity;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
@media screen and (max-width: 992px) {
  .head-top {
    padding: 1.5rem 1rem;
  }
}
@media screen and (max-width: 768px) {
  .head-top {
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 1.5rem;
  }
}

@media screen and (min-width: 769px) {
  header.is-hide-top {
    padding-top: 1.25rem;
  }
  header.is-hide-top .head-top {
    /* 高さ、余白、透明度をすべて0にして完全に存在を消す */
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    opacity: 0;
    /* gap等の余白が残らないように必要に応じて追加 */
    margin: 0;
  }
}
.head-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.head-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: clamp(2rem, 4.8vw, 6rem);
}
@media screen and (max-width: 1400px) {
  .head-right {
    gap: 2vw;
  }
}
@media screen and (max-width: 992px) {
  .head-right {
    gap: 0.5vw;
  }
}

.head-right-info {
  display: grid;
  grid-template-columns: auto auto auto 1fr;
  gap: 0.625rem 1rem;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  color: #6c6563;
  font-size: 0.875rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.head-right-info > :nth-child(2) {
  margin-right: 0.75rem;
}
.head-right-info dt {
  font-weight: 800;
}
.head-right-info dd {
  font-weight: 600;
}
@media screen and (max-width: 1400px) {
  .head-right-info {
    gap: 0.5rem 0.75rem;
  }
}
@media screen and (max-width: 992px) {
  .head-right-info {
    font-size: 0.75rem;
    gap: 0.5rem 0.75rem;
  }
}

.head-right-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.head-right-menu a {
  margin-left: 0.9vw;
}
.head-right-menu .head-top-en {
  width: clamp(2.25rem, 2.25vw, 2.8125rem);
  margin-left: 0;
}
.head-right-menu .head-top-en img {
  width: 100%;
  vertical-align: middle;
}
.head-right-menu .head-top-menu {
  width: clamp(2.25rem, 2.25vw, 2.8125rem);
  height: clamp(2.25rem, 2.25vw, 2.8125rem);
  border: 1.5px solid #2f4862;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.5rem;
}
.head-right-menu .head-top-menu img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 992px) {
  .head-right-menu a {
    margin-left: 0.75rem;
  }
  .head-right-menu .head-top-en {
    width: 2rem;
  }
  .head-right-menu .head-top-menu {
    width: 2rem;
    height: 2rem;
    padding: 0.35rem;
  }
}
@media screen and (max-width: 900px) {
  .head-right-menu {
    display: none;
  }
}

.research-box {
  margin-left: 0.9vw;
}
@media screen and (max-width: 992px) {
  .research-box {
    margin-left: 0.75rem;
  }
}
.research-box .gsc-control-searchbox-only {
  border: none;
  background: transparent;
  padding: 0;
}
.research-box form.gsc-search-box {
  margin: 0 !important;
  max-width: 240px !important;
  min-width: 200px !important;
  width: 12vw;
}
.research-box table.gsc-search-box {
  position: relative;
  margin-bottom: 0;
}
.research-box table.gsc-search-box td {
  border: none;
  background: none;
  padding: 0;
  display: table-cell !important;
}
.research-box table.gsc-search-box button {
  border: none;
  background: none;
  color: #2f4862;
}
.research-box table.gsc-search-box .gsc-input {
  margin-bottom: 0;
}
.research-box table.gsc-search-box .gsc-input table {
  border: none;
  margin: 0;
}
.research-box table.gsc-search-box .gsc-input table td {
  padding: 0 !important;
}
.research-box table.gsc-search-box .gsc-input .gsc-input-box {
  background: transparent;
  border: 1px solid #2f4862;
  border-radius: 2rem;
  height: clamp(1.9rem, 2vw, 2.5rem);
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  padding-left: 2.5rem;
}
.research-box table.gsc-search-box .gsc-input .gsc-input-box input.gsc-input {
  background: transparent !important;
  width: 100% !important;
  height: 38px !important;
  padding: 0 10px !important;
  border: none !important;
  outline: none !important;
  margin: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  position: relative;
  top: -5px;
}
.research-box table.gsc-search-box .gsc-input .gsc-input-box .gsib_b {
  padding-right: 0.75rem !important;
  position: relative;
  top: -5px;
}
.research-box table.gsc-search-box .gsc-input .gsc-input-box .gsib_b .gscb_a {
  color: #2f4862;
}
.research-box table.gsc-search-box .gsc-search-button {
  position: absolute;
  left: 0.75rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  width: 1.25rem;
  height: 1.25rem;
  padding: 0;
  border: none;
  background-image: url("../img/icon/icon_search.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.research-box table.gsc-search-box .gsc-search-button > .gsc-search-button-v2 {
  display: block !important;
  position: absolute !important;
  top: 50%;
  left: 0;
  width: 2rem;
  height: 2rem;
  opacity: 0 !important;
  z-index: 20 !important;
  cursor: pointer;
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
}
.research-box table.gsc-search-box .gsc-search-button > .gsc-search-button-v2 svg {
  display: none;
}
.research-box table.gsc-search-box .gsc-clear-button {
  display: none !important;
}

.head-nav {
  margin-top: 2px;
}
.head-nav .head-nav-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 2px;
  list-style: none;
}
.head-nav .head-nav-list li {
  height: 100%;
}
.head-nav .head-nav-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  background-color: rgba(235, 235, 235, 0.9);
  padding: 1rem 1.4vw;
  font-size: clamp(1rem, 1.4vw, 1.5rem);
  font-weight: 600;
  white-space: nowrap;
}
.head-nav .head-nav-list li a::before {
  content: "";
  display: block;
  width: clamp(2rem, 2.4vw, 3rem);
  height: clamp(2rem, 2.4vw, 3rem);
  margin-right: 0.9vw;
  /* 【重要】ここがポイント */
  background-color: #2f4862; /* 通常時のアイコンの色（文字色と合わせる） */
  /* マスク設定（SVGの形に切り抜く） */
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.head-nav .head-nav-list li a.menu-visit::before {
  -webkit-mask-image: url("../img/icon/menu_visit.svg");
          mask-image: url("../img/icon/menu_visit.svg");
}
.head-nav .head-nav-list li a.menu-hospitalization::before {
  -webkit-mask-image: url("../img/icon/menu_hospitalization.svg");
          mask-image: url("../img/icon/menu_hospitalization.svg");
}
.head-nav .head-nav-list li a.menu-clinic::before {
  -webkit-mask-image: url("../img/icon/menu_clinic.svg");
          mask-image: url("../img/icon/menu_clinic.svg");
}
.head-nav .head-nav-list li a.menu-intro::before {
  -webkit-mask-image: url("../img/icon/menu_introduction.svg");
          mask-image: url("../img/icon/menu_introduction.svg");
}
.head-nav .head-nav-list li a.menu-relations {
  background-color: rgba(200, 203, 205, 0.9);
}
.head-nav .head-nav-list li a.menu-relations::before {
  -webkit-mask-image: url("../img/icon/menu_relations.svg");
          mask-image: url("../img/icon/menu_relations.svg");
}
.head-nav .head-nav-list li a.menu-recruit {
  background-color: rgba(200, 203, 205, 0.9);
}
.head-nav .head-nav-list li a.menu-recruit::before {
  -webkit-mask-image: url("../img/icon/menu_recruit.svg");
          mask-image: url("../img/icon/menu_recruit.svg");
}
@media screen and (max-width: 1200px) {
  .head-nav .head-nav-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .head-nav .head-nav-list {
    display: none;
  }
}

#sp-nav {
  display: none;
}
@media screen and (max-width: 768px) {
  #sp-nav {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .head-right {
    display: none;
  }
  .drawer-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: fixed;
    z-index: 1201;
    right: calc(5.625rem / 4);
    top: calc(5.625rem / 4 + 0.5rem);
    width: calc(5.625rem / 2.25);
    height: calc(5.625rem / 2);
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    text-align: center;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .drawer-toggle__icon {
    position: relative;
    display: block;
    width: 100%;
    height: 5px;
    background-color: #2f4862;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .drawer-toggle__icon::before, .drawer-toggle__icon::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #2f4862;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .drawer-toggle__icon::before {
    top: -0.8rem;
  }
  .drawer-toggle__icon::after {
    bottom: -0.8rem;
  }
  .drawer-toggle__label {
    display: block;
    white-space: nowrap;
    font-size: 0.65rem;
    font-weight: 700;
    color: #2f4862;
    margin-top: 1rem;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .drawer-toggle.is-active {
    -webkit-transform: translateX(-81vw);
            transform: translateX(-81vw);
  }
}
@media screen and (max-width: 768px) and (min-width: 412px) {
  .drawer-toggle.is-active {
    -webkit-transform: translateX(-350px);
            transform: translateX(-350px);
  }
}
@media screen and (max-width: 768px) {
  .drawer-toggle.is-active .drawer-toggle__label {
    display: none;
  }
  .drawer-toggle.is-active .drawer-toggle__icon {
    background-color: transparent;
  }
  .drawer-toggle.is-active .drawer-toggle__icon::before {
    top: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    background-color: #fff;
  }
  .drawer-toggle.is-active .drawer-toggle__icon::after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    background-color: #fff;
  }
  .drawer-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(47, 72, 98, 0.6);
    z-index: 1100;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  .drawer-overlay.is-active {
    opacity: 1;
    visibility: visible;
  }
  .drawer-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 85%;
    max-width: 350px;
    height: 100%;
    height: 100dvh;
    padding-bottom: env(safe-area-inset-bottom);
    background-color: #fff;
    z-index: 2050;
    -webkit-transition: right 0.3s ease;
    transition: right 0.3s ease;
    overflow-y: auto;
  }
  .drawer-menu.is-active {
    right: 0;
  }
  .drawer-menu__inner {
    padding: 1.5rem 0 3rem;
  }
  .drawer-menu__logo {
    margin-bottom: 1.5rem;
  }
  .drawer-menu__logo-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-decoration: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .drawer-menu__logo-link:active, .drawer-menu__logo-link:hover {
    opacity: 1;
  }
  .drawer-menu__logo img {
    width: 17rem;
    height: auto;
  }
  .drawer-menu__logo-text {
    font-size: 1.55rem;
    font-weight: 700;
    color: #2f4862;
    line-height: 1.3;
  }
  .drawer-menu__utils {
    padding-bottom: 1.5rem;
    padding: 0 1.5rem 1.5rem;
    border-bottom: 2px solid #a4b3c3;
  }
  .drawer-menu__icon-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.5rem;
  }
  .drawer-menu__icon-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    border: 1.5px solid #2f4862;
    border-radius: 50%;
    padding: 0.6rem;
  }
  .drawer-menu__icon-link img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .drawer-menu__icon-link--en {
    border: none;
    padding: 0;
    border-radius: 0;
  }
  .drawer-menu__search .research-box {
    margin-left: 0;
  }
  .drawer-menu__search form.gsc-search-box {
    max-width: 100% !important;
    width: 100%;
  }
  .drawer-menu__list {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .drawer-menu__item {
    border-bottom: 1px solid #a4b3c3;
  }
  .drawer-menu__item > a {
    display: block;
    width: 100%;
    padding: 1.25rem;
    font-size: 1.125rem;
    font-weight: 600;
    color: #2f4862;
    background-color: #2f4862;
    color: #fff;
    text-decoration: none;
  }
  .drawer-menu__item > a i {
    margin-right: 0.5rem;
  }
  .drawer-menu__parent-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    background-color: #f0f5fa;
    background-color: #2f4862;
  }
  .drawer-menu__parent-link {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 1.25rem;
    font-size: 1.125rem;
    font-weight: 600;
    text-decoration: none;
    border-right: 1px solid #a4b3c3;
    color: #fff;
  }
  .drawer-menu__accordion-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 4rem;
    min-height: 3.5rem;
    background: none;
    border: none;
    cursor: pointer;
    color: #2f4862;
    color: #fff;
    padding: 1rem;
  }
  .drawer-menu__accordion-btn::after {
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
    margin-right: 0.5rem;
    display: inline-block;
    content: "\f0d7";
    margin-right: 0;
    font-size: 1.25rem;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .drawer-menu__accordion-btn.is-open::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .drawer-menu__child-list {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: #f0f5fa;
    border-radius: 0.5rem;
  }
  .drawer-menu__child-list li a {
    display: block;
    padding: 1rem 1rem 1rem 1.5rem;
    font-size: 0.95rem;
    font-weight: 500;
    border-bottom: 1px dashed #666;
  }
  .drawer-menu__child-list li:first-of-type {
    border-top: 1px solid #a4b3c3;
  }
  .drawer-menu__child-list li:last-child a {
    border-bottom: none;
  }
}
@media screen and (max-width: 540px) {
  .drawer-toggle {
    width: calc(5.625rem / 2.5);
    height: calc(5.625rem / 2.25);
  }
  .drawer-toggle__label {
    font-size: 0.6rem;
  }
  .drawer-toggle__icon::before {
    top: -0.75rem;
  }
  .drawer-toggle__icon::after {
    bottom: -0.75rem;
  }
}
@media screen and (max-width: 390px) {
  .drawer-toggle__label {
    margin-top: 0.875rem;
  }
  .drawer-toggle__icon {
    height: 4.5px;
  }
  .drawer-toggle__icon::before {
    top: -0.7rem;
  }
  .drawer-toggle__icon::after {
    bottom: -0.7rem;
  }
}
.department_bn-link {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  padding-top: 4rem;
}
.department_bn-link a {
  display: block;
  padding: 2rem;
  background-color: #f0f5fa;
  border: 2px solid #a4b3c3;
  color: #2f4862;
  font-weight: 700;
  font-size: 1.5rem;
  border-radius: 1rem;
  text-align: center;
  -webkit-box-shadow: 0 2px 8px rgba(47, 72, 98, 0.2);
          box-shadow: 0 2px 8px rgba(47, 72, 98, 0.2);
  position: relative;
  overflow: hidden;
}
.department_bn-link a::before {
  content: "";
  background-image: url("../img/icon/menu_clinic.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 6rem;
  height: 6rem;
  display: inline-block;
  opacity: 0.1;
  position: absolute;
  top: 35%;
  left: 30%;
  -webkit-transform: rotate(-15deg) translate(-50%, -50%);
          transform: rotate(-15deg) translate(-50%, -50%);
}
.department_bn-link a.bn_clinical::before {
  background-image: url("../img/icon/icon_clinical.svg");
  width: 7rem;
  height: 7rem;
}
.department_bn-link a.bn_center::before {
  background-image: url("../img/icon/icon_center.svg");
  width: 7.15rem;
  height: 7.15rem;
}
.department_bn-link a::after {
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  display: inline-block;
  content: "\f35a";
  margin-left: 1rem;
  font-weight: 400;
}
.department_bn-link a:hover {
  opacity: 1;
  background-color: rgba(234, 128, 128, 0.15);
  color: #ea8080;
  border: 2px solid rgba(234, 128, 128, 0.3);
  -webkit-box-shadow: 0 2px 8px rgba(234, 128, 128, 0.2);
          box-shadow: 0 2px 8px rgba(234, 128, 128, 0.2);
}
@media screen and (max-width: 768px) {
  .department_bn-link {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

footer {
  background-color: #2f4862;
  color: white;
  padding: 3.625rem 0;
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 2rem 0 4.5rem;
  }
}
footer ul {
  list-style: none;
}
footer .foot-inner.inner {
  max-width: calc(1720px + 10%);
  padding: 0 5%;
}
@media screen and (max-width: 992px) {
  footer .foot-inner.inner {
    padding: 0 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  footer .foot-inner.inner {
    padding: 0 14% !important;
  }
}
footer .foot-top {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.5rem;
}
@media screen and (max-width: 1300px) {
  footer .foot-top {
    grid-template-columns: repeat(3, 1fr);
  }
}
footer a {
  display: block;
  font-size: clamp(1rem, 1.5vw, 1.125rem);
  font-weight: 700;
  color: #fff;
}
footer .foot-menu:last-child {
  padding-right: 0;
}
@media screen and (max-width: 768px) {
  footer .foot-menu {
    padding-right: 0;
  }
}
footer .foot-menu a, footer .foot-menu li {
  line-height: 1.6;
}
footer .foot-menu-parent {
  display: block;
  margin-bottom: 0;
}
footer .foot-menu-child > li {
  margin-bottom: 0;
}
footer .foot-menu-child > li > a {
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
footer .foot-menu-child > li > a::before {
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  display: inline-block;
  content: "\f0da";
  font-size: 0.8em;
  position: relative;
  top: 0.25em;
}
footer .foot-col01 > :first-of-type, footer .foot-col02 > :first-of-type {
  margin-bottom: 2rem;
}
@media screen and (max-width: 992px) {
  footer .foot-col01 > :first-of-type, footer .foot-col02 > :first-of-type {
    margin-bottom: 1.5rem;
  }
}
footer .foot-col03-first {
  margin-bottom: 2rem;
}
@media screen and (max-width: 992px) {
  footer .foot-col03-first {
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  footer .foot-top {
    display: none !important;
  }
}
footer .foot-btm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 3rem;
}
@media screen and (max-width: 768px) {
  footer .foot-btm {
    display: block;
    padding-top: 0;
  }
}
footer .foot-btm .foot-btm-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 19%;
}
footer .foot-btm .foot-btm-right a {
  display: inline-block;
  padding: 1rem 1.5rem;
  border: 1px solid #fff;
}
footer .foot-btm .foot-btm-right a i {
  margin-right: 0.25rem;
}
@media screen and (max-width: 1300px) {
  footer .foot-btm .foot-btm-right {
    width: 32%;
  }
}
@media screen and (max-width: 768px) {
  footer .foot-btm .foot-btm-right {
    display: none;
  }
}
footer .foot-btm .foot-btm-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
footer .foot-btm .foot-btm-left .foot-logo-wrap {
  line-height: 1.2;
}
footer .foot-btm .foot-btm-left .foot-logo-wrap .foot-logo {
  font-size: 1.5rem;
  font-weight: bold;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 370px;
  white-space: nowrap;
}
footer .foot-btm .foot-btm-left .foot-info {
  font-size: 1rem;
  line-height: 1.6;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
footer .foot-btm .foot-btm-left .foot-info p {
  margin-bottom: 0;
}
footer .foot-btm .foot-btm-left .foot-info a {
  font-size: inherit;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 2px;
}
footer .foot-btm .foot-btm-left .foot-copy {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
footer .foot-btm .foot-btm-left .foot-copy p {
  line-height: 1.5;
}
footer .foot-btm .foot-btm-left .foot-copy .foot-tab {
  display: none;
}
@media screen and (max-width: 1300px) {
  footer .foot-btm .foot-btm-left {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  footer .foot-btm .foot-btm-left .foot-logo-wrap {
    width: 100%;
  }
  footer .foot-btm .foot-btm-left .foot-logo-wrap .foot-logo {
    max-width: 265px;
  }
  footer .foot-btm .foot-btm-left .foot-copy {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  footer .foot-btm .foot-btm-left .foot-copy p {
    line-height: 1.4;
  }
}
@media screen and (max-width: 768px) {
  footer .foot-btm .foot-btm-left .foot-logo-wrap {
    text-align: center;
    width: 100%;
    line-height: 1.5;
  }
  footer .foot-btm .foot-btm-left .foot-logo-wrap .foot-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 80%;
  }
  footer .foot-btm .foot-btm-left .foot-logo-wrap .foot-logo > div {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 5.3vw;
  }
  footer .foot-btm .foot-btm-left .foot-info {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  footer .foot-btm .foot-btm-left .foot-copy {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (max-width: 540px) {
  footer .foot-btm .foot-btm-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.75rem;
  }
  footer .foot-btm .foot-btm-left .foot-logo-wrap .foot-logo {
    max-width: 100%;
  }
  footer .foot-btm .foot-btm-left .foot-logo-wrap .foot-logo > div {
    font-size: 6.54vw;
  }
  footer .foot-btm .foot-btm-left .foot-info {
    width: 100%;
  }
  footer .foot-btm .foot-btm-left .foot-copy {
    width: 100%;
  }
}

.floating-live-wrapper {
  position: fixed;
  bottom: 10rem;
  right: 0;
  z-index: 800;
  width: 3rem;
  height: 10rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 769px) {
  .floating-live-wrapper:hover {
    width: clamp(260px, 20vw, 290px);
  }
  .floating-live-wrapper:hover .floating-live-btn {
    width: 100%;
  }
  .floating-live-wrapper:hover .floating-live-btn .btn-compact {
    opacity: 0;
    pointer-events: none;
  }
  .floating-live-wrapper:hover .floating-live-btn .btn-expanded {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .floating-live-wrapper {
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-shadow: 0 -1px 6px rgba(206, 201, 195, 0.1);
            box-shadow: 0 -1px 6px rgba(206, 201, 195, 0.1);
  }
}

.floating-live-wrapper {
  bottom: 5.6666666667rem;
}
@media screen and (max-width: 768px) {
  .floating-live-wrapper {
    bottom: 0;
  }
}

.faq-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .faq-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 50%;
    background-color: #ea8080;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.85rem;
    padding: 0.75rem 0.5rem calc(0.75rem + env(safe-area-inset-bottom));
  }
  .faq-sp span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    border: 1px solid #fff;
    border-radius: 50%;
    margin-right: 0.4rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .faq-sp span img {
    width: 48%;
    height: auto;
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
}

.floating-live-btn {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #2f4862;
  border-radius: 1rem 0 0 1rem;
  overflow: hidden;
  -webkit-box-shadow: 0 0 3px rgba(206, 201, 195, 0.4);
          box-shadow: 0 0 3px rgba(206, 201, 195, 0.4);
  -webkit-box-shadow: 0 0 4px #f7f7f7;
          box-shadow: 0 0 4px #f7f7f7;
  -webkit-transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  color: #fff;
}
.floating-live-btn:hover {
  opacity: 1;
}
.floating-live-btn .btn-compact, .floating-live-btn .btn-expanded {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.floating-live-btn .btn-compact {
  width: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  letter-spacing: 0.1em;
  font-size: 0.875rem;
  opacity: 1;
  line-height: 1;
}
.floating-live-btn .btn-compact::before {
  content: "";
  background-image: url("/wp-content/uploads/2026/03/icon_live02-2.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-bottom: 0.25rem;
  width: 1.125rem;
  height: 1.125rem;
}
.floating-live-btn .btn-expanded {
  width: clamp(260px, 20vw, 290px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  opacity: 0;
  padding: clamp(1.25rem, 1.65vw, 1.875rem) clamp(1.75rem, 2.25vw, 2.8125rem);
  font-size: 1rem;
}
.floating-live-btn .btn-expanded .live-img {
  margin-bottom: 0.5rem;
}
.floating-live-btn .btn-expanded .live-img img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .floating-live-btn {
    position: relative;
    width: 50%;
    height: auto;
    border-radius: 0;
    bottom: auto;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .floating-live-btn .btn-compact {
    position: relative;
    width: 100%;
    height: auto;
    opacity: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    letter-spacing: normal;
    font-size: 0.85rem;
    font-weight: 600;
    padding: 0.75rem 0.5rem calc(0.75rem + env(safe-area-inset-bottom));
  }
  .floating-live-btn .btn-compact::before {
    margin-bottom: 0;
    margin-right: 0.5rem;
    width: 1.4rem;
    height: 1.4rem;
  }
  .floating-live-btn .btn-compact::after {
    display: none;
  }
  .floating-live-btn .btn-expanded {
    display: none;
  }
  .floating-live-btn:hover {
    width: 50%;
    height: auto;
  }
}

#pagetop {
  position: fixed;
  z-index: 30;
  width: 3rem;
  height: 3rem;
  bottom: 1.3333333333rem;
  right: 0;
  line-height: 2em;
  background: #cec9c3;
  color: white;
  font-size: 2em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
#pagetop:hover {
  line-height: 3rem;
  opacity: 0.8;
  cursor: pointer;
}
#pagetop a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: inline-block;
  -webkit-transform: scale(var(--ggs, 1));
          transform: scale(var(--ggs, 1));
  width: 2rem;
  height: 2rem;
  border: 4px solid transparent;
  color: #fff;
}
#pagetop a::after {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 15px;
  height: 15px;
  border-top: 4px solid;
  border-right: 4px solid;
  left: 5px;
  bottom: 1px;
}
@media screen and (max-width: 768px) {
  #pagetop {
    bottom: 4rem;
  }
}

.xicon-wrap {
  position: fixed;
  z-index: 30;
  width: 3rem;
  height: 3rem;
  bottom: 5.6666666667rem;
  right: 0;
  line-height: 2em;
  background: #cec9c3;
  background: #2f4862;
  -webkit-box-shadow: 0 0 3px rgba(247, 247, 247, 0.8);
          box-shadow: 0 0 3px rgba(247, 247, 247, 0.8);
  color: white;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem;
}
.xicon-wrap a {
  color: white;
  font-size: 1.125em;
}
@media screen and (max-width: 768px) {
  .xicon-wrap {
    bottom: 8rem;
  }
}

.grid,
.flex2,
.flex3,
.flex4,
.flex5,
.flex6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid > *,
.flex2 > *,
.flex3 > *,
.flex4 > *,
.flex5 > *,
.flex6 > * {
  margin-bottom: 1.5rem;
}
.grid *:first-child,
.flex2 *:first-child,
.flex3 *:first-child,
.flex4 *:first-child,
.flex5 *:first-child,
.flex6 *:first-child {
  margin-top: 0;
}

.flexstart {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex2 > *,
.flex2-2 > * {
  width: calc((100% - 1.5rem) / 2);
}

.flex3:after {
  content: "";
  display: block;
  width: calc((100% - 3rem) / 3);
}
.flex3 > * {
  width: calc((100% - 3rem) / 3);
}

.flex4:before {
  content: "";
  display: block;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: calc((100% - 4.5rem) / 4);
}
.flex4:after {
  content: "";
  display: block;
  width: calc((100% - 4.5rem) / 4);
}
.flex4 > * {
  width: calc((100% - 4.5rem) / 4);
}

.flex5:before {
  content: "";
  display: block;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: calc((100% - 6rem) / 5);
}
.flex5:after {
  content: "";
  display: block;
  width: calc((100% - 6rem) / 5);
}
.flex5 > * {
  width: calc((100% - 6rem) / 5);
}

.flex6:before {
  content: "";
  display: block;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: calc((100% - 7.5rem) / 6);
}
.flex6:after {
  content: "";
  display: block;
  width: calc((100% - 7.5rem) / 6);
}
.flex6 > * {
  width: calc((100% - 7.5rem) / 6);
}

.grid3-2 {
  width: calc((100% - 3rem) / 3 * 2 + 1.5rem);
}
.grid3-2 h2 {
  text-align: left;
}
.grid3-2 h3 {
  text-align: left;
}

.grid4-3 {
  width: calc((100% - 4.5rem) / 4 * 3 + 3rem);
}

.grid4-2 {
  width: calc((100% - 1.5rem) / 2);
}

.grid3-1 {
  width: calc((100% - 3rem) / 3);
}

.grid4-1 {
  width: calc((100% - 4.5rem) / 4);
}

@media screen and (max-width: 768px) {
  .grid3-1,
  .grid3-2,
  .grid4-1,
  .grid4-2,
  .grid4-3 {
    width: 100%;
  }
  .flex2 > * {
    width: 100%;
  }
  .flex3 > * {
    width: 100%;
  }
  .flex3:after {
    width: 100%;
  }
  .flex2-2 > * {
    width: calc((100% - 1rem) / 2);
  }
  .flex4 > *, .flex4:before, .flex4:after {
    width: calc((100% - 1rem) / 2);
  }
  .flex5 > *, .flex5:before, .flex5:after {
    width: calc((100% - 1rem) / 2);
  }
  .flex6 > *, .flex6:before, .flex6:after {
    width: calc((100% - 2rem) / 3);
  }
  .grid > *,
  .flex2 > *,
  .flex2-2 > *,
  .flex3 > *,
  .flex4 > *,
  .flex5 > *,
  .flex6 > * {
    margin-bottom: 1rem;
  }
  .flex2.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
input,
select,
textarea {
  padding: 0.25rem 0.5rem;
  vertical-align: middle;
  border: 1px solid #666;
}

input[type=text],
input[type=tel],
input[type=number],
input[type=email],
input[type=submit],
input[type=reset],
input[type=button],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "Noto Sans Japanese", Hiragino Sans, "ヒラギノ角ゴシック";
  border: 1px solid #666;
  width: 100%;
}

textarea {
  height: 7rem;
}

input[type=reset],
input[type=button] {
  background-color: rgba(190, 190, 190, 0.3);
  border: 2px solid rgba(142, 142, 142, 0.2);
}
input[type=reset]:hover,
input[type=button]:hover {
  background-color: white !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

:focus {
  outline: none;
}

.wpcf7-list-item {
  margin: 0 !important;
}

.wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.wpcf7-radio span {
  margin-left: 0.5rem;
}

input[name=form-type] {
  display: none;
}

label {
  font-size: 1rem;
}

.submit {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
.submit input {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 1.2rem;
}
.submit input:disabled {
  opacity: 0.3;
  border: 1px solid #666 !important;
  color: #333 !important;
  background-color: #666;
}

table {
  width: 100%;
  border-spacing: 6px;
  border-collapse: collapse;
  margin-bottom: 1rem;
}
table th {
  padding: 1em 1.5rem;
  border: 1px solid #a4b3c3;
  text-align: left;
  background-color: #f3eee7;
  width: 1px;
  white-space: nowrap;
  font-weight: normal;
}
table td {
  padding: 1em 1.5rem;
  border: 1px solid #a4b3c3;
  text-align: left;
  background: white;
  word-break: break-all;
}

table.th-wrap th {
  white-space: normal;
}

.scroll-table-wrap {
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.scroll-table-wrap::-webkit-scrollbar {
  display: none;
}

.scroll-table {
  width: 100%;
  min-width: 600px;
  border-collapse: collapse;
  table-layout: fixed;
}

.table-tab-note {
  display: none;
  color: #6c6563;
  font-size: 0.9em;
}
@media screen and (max-width: 992px) {
  .table-tab-note {
    display: block;
  }
}

.table-sp-note {
  display: none;
  color: #6c6563;
  font-size: 0.9em;
}
@media screen and (max-width: 768px) {
  .table-sp-note {
    display: block;
  }
}

.table-thin th, .table-thin td {
  padding: 0.75em 1rem;
}
@media screen and (max-width: 768px) {
  .table-thin th, .table-thin td {
    padding: 0.5em 0.75rem;
  }
}

@media screen and (max-width: 992px) {
  .flex-table-tab {
    width: 100%;
  }
  .flex-table-tab th {
    display: block;
    width: 100%;
    padding: 1rem;
    border-bottom: none;
    white-space: normal;
  }
  .flex-table-tab td {
    display: block;
    width: 100%;
    padding: 1rem;
    border-bottom: none;
  }
  .flex-table-tab tr:last-of-type td {
    border-bottom: 1px solid #a4b3c3;
  }
  .flex-table-tab.top-border-none tr:first-of-type th {
    border-top: none;
  }
}
@media screen and (max-width: 768px) {
  .flex-table th {
    display: block;
    width: 100%;
    padding: 1rem;
    border-bottom: none;
    white-space: normal;
  }
  .flex-table td {
    display: block;
    width: 100%;
    padding: 1rem;
    border-bottom: none;
  }
  .flex-table tr:last-of-type td {
    border-bottom: 1px solid #a4b3c3;
  }
  .flex-table.top-border-none tr:first-of-type th {
    border-top: none;
  }
}
body.home {
  padding-top: 0;
  background-color: #ffffff;
}
body.home section:first-of-type {
  padding-top: 5rem;
}
body.home .inner {
  max-width: calc(100% - (100% - 3rem - 10px) * 0.1666666667 * 2 - 3rem + 10%);
  padding: 0 5%;
}
@media screen and (max-width: 2560px) {
  body.home .inner {
    max-width: calc(1720px + 10%);
  }
}
body.home footer {
  margin-top: 0;
}
body.home .eye-top {
  width: 100%;
  height: 45vw;
  min-height: 750px;
  max-height: 1200px;
  background-image: url("../img/eye_test.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  body.home .eye-top {
    height: 45vh;
    min-height: 350px;
  }
}
@media screen and (max-width: 540px) {
  body.home .eye-top {
    background-position: left 45% center;
  }
}
body.home h2 {
  background-color: transparent;
  text-align: center;
  font-weight: 700;
  font-size: clamp(2.25rem, 2.4vw, 3rem);
  margin-bottom: 0.5em;
  color: #2f4862;
}
@media screen and (max-width: 768px) {
  body.home h2 {
    font-size: clamp(2rem, 6vw, 2.4rem);
  }
}
body.home h3 {
  font-weight: 500;
  font-size: 1.8rem;
  border-bottom: 1px solid #2f4862;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}
body.home h4 {
  font-weight: 500;
  font-size: 1.25rem;
  padding-bottom: 0.5em;
}
body.home .headline {
  margin-bottom: 0;
  list-style: none;
}
body.home .headline li {
  margin-bottom: 0;
  background-color: #ea8080;
}
body.home .headline li + li {
  margin-top: 2px;
}
body.home .headline a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  padding: 1.5rem 2.5rem;
  font-weight: 500;
}
body.home .headline .headline-icon {
  content: "";
  display: block;
  width: clamp(2rem, 2vw, 2.5rem);
  height: clamp(2rem, 2vw, 2.5rem);
  background-image: url("../img/icon/icon_important.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  top: 0.25em;
}
body.home .headline .headline-title {
  font-size: clamp(1.5rem, 1.5vw, 1.875rem);
  line-height: 1.8;
  margin-left: 1rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
body.home .headline .headline-title span:first-of-type {
  position: relative;
  top: -0.15em;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}
body.home .headline .headline-title span:nth-of-type(2) {
  font-size: 0.6em;
  margin-left: 0.75rem;
  position: relative;
  top: -0.3em;
}
@media screen and (max-width: 768px) {
  body.home .headline a {
    padding: 1rem 1.5rem;
  }
  body.home .headline .headline-icon {
    width: clamp(1.5rem, 5vw, 2rem);
    height: clamp(1.5rem, 5vw, 2rem);
  }
  body.home .headline .headline-title {
    font-size: clamp(1.25rem, 3vw, 1.5rem);
    margin-left: 0.5rem;
  }
}
body.home #pickup_menu-wrap {
  background-color: #2f4862;
}
@media screen and (max-width: 1200px) {
  body.home #pickup_menu-wrap {
    padding: 4rem 0;
  }
}
@media screen and (max-width: 768px) {
  body.home #pickup_menu-wrap {
    padding: 2rem 0;
  }
}
body.home .top_pickup_menu {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1.25rem, 1.6vw, 2rem);
}
@media screen and (max-width: 1200px) {
  body.home .top_pickup_menu {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  body.home .top_pickup_menu {
    gap: clamp(1rem, 1.2vw, 1.5rem);
  }
}
body.home .pickup_menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  padding: 1.2vw 1rem 1.2vw 0;
  border-radius: 0.5rem;
}
body.home .pickup_menu-item .pickup_menu_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: clamp(6rem, 11.2vw, 14rem);
  padding: 0 0.8vw 0 1rem;
}
body.home .pickup_menu-item .pickup_menu_icon img {
  width: 100%;
}
body.home .pickup_menu-item .pickup_menu_icon.bn_firstvisit img {
  max-width: 164px;
  max-width: clamp(7.5411rem, 8.2vw, 10.25rem);
}
body.home .pickup_menu-item .pickup_menu_icon.bn_followup img {
  max-width: 140px;
  max-width: clamp(6.4375rem, 7vw, 8.75rem);
}
body.home .pickup_menu-item .pickup_menu_icon.bn_hospitalization img {
  max-width: 150px;
  max-width: clamp(6.8973rem, 7.5vw, 9.375rem);
}
body.home .pickup_menu-item .pickup_menu_icon.bn_visit img {
  max-width: 150px;
  max-width: clamp(6.8973rem, 7.5vw, 9.375rem);
}
body.home .pickup_menu-item .pickup_menu_icon.bn_clinic img {
  max-width: 180px;
  max-width: clamp(8.2768rem, 9vw, 11.25rem);
}
body.home .pickup_menu-item .pickup_menu_icon.bn_floormap img {
  max-width: 130px;
  max-width: clamp(5.9777rem, 6.5vw, 8.125rem);
}
body.home .pickup_menu-item h2 {
  font-size: clamp(1.125rem, 1.5vw, 1.625rem);
  font-weight: 800;
  text-align: left;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 0;
  padding: 0;
  margin: 0;
  padding-left: 1.2vw;
}
body.home .pickup_menu-item h2 span {
  display: block;
  font-size: 0.615em;
}
@media screen and (max-width: 1200px) {
  body.home .pickup_menu-item {
    padding: 2vw 1rem 2vw 0;
  }
  body.home .pickup_menu-item h2 {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  body.home .pickup_menu-item h2 {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 540px) {
  body.home .pickup_menu-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1rem;
  }
  body.home .pickup_menu-item .pickup_menu_icon {
    padding: 0;
    margin-bottom: 0.75rem;
  }
  body.home .pickup_menu-item h2 {
    font-size: 1.125rem;
    margin-bottom: 0;
    padding: 0;
  }
}
body.home #info .info-title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
body.home #info .info-title-wrap h2 {
  padding: 0;
  margin-top: 0;
}
body.home #info .info-list-wrap {
  display: none;
  -webkit-animation: tabFadeIn 0.5s ease;
          animation: tabFadeIn 0.5s ease;
}
body.home #info .info-list-wrap.is-active {
  display: block;
}
body.home #info .info-list {
  border-top: 2px solid #2f4862;
  border-bottom: 2px solid #2f4862;
}
body.home #info .info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1.25rem;
  border-bottom: 2px solid #a4b3c3;
}
body.home #info .info-item:last-of-type {
  border-bottom: none;
}
body.home #info .info-supple {
  margin-bottom: 0;
  padding: 1.25rem 0;
  font-weight: 600;
}
body.home #info .info-supple time {
  display: inline-block;
  color: #889fb6;
  font-size: clamp(1.125rem, 1.2vw, 1.5rem);
  min-width: 9.5em;
}
body.home #info .info-supple time::before {
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  display: inline-block;
  content: "\f017";
  font-weight: 400;
  font-size: 0.8em;
  position: relative;
  top: -0.1em;
}
body.home #info .info-supple time .day-en {
  margin-left: 0.5rem;
}
body.home #info .info-supple .cat {
  display: inline-block;
  padding: 0.15rem 0.75rem;
  margin-left: 1rem;
  min-width: 9em;
  text-align: center;
  font-size: clamp(0.95rem, 0.9vw, 1.125rem);
  border: 2px solid #2f4862;
}
body.home #info .info-supple .cat:hover {
  opacity: 1;
  background-color: #2f4862;
  color: #fff;
}
body.home #info .info-title {
  display: inline-block;
  margin-left: 1.5rem;
  font-size: clamp(1.35rem, 1.6vw, 1.8rem);
  font-weight: 600;
  color: #2f4862;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 1.25rem 0;
  line-height: 1.5;
}
body.home #info .info-title:hover {
  opacity: 1;
  color: #ea8080;
  text-decoration: underline;
  text-underline-offset: 0.1em;
}
body.home #info .info-title .title-wrap {
  display: inline;
}
body.home #info .info-title .mark-new {
  display: inline-block;
  background-color: #ea8080;
  font-size: clamp(1rem, 0.9vw, 1.125rem);
  font-weight: 500;
  color: #fff;
  padding: 0.5em 1.75em;
  line-height: 1;
  border-radius: 2rem;
  vertical-align: 4px;
  margin-left: 1rem;
}
body.home #info .info-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: clamp(1rem, 1.4vw, 1.75rem);
  list-style: none;
  margin-top: 3.625rem;
  padding: 0;
}
body.home #info .info-label .label-item {
  font-size: clamp(1rem, 1.4vw, 1.75rem);
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  text-align: center;
  padding: 0.5rem 1.25rem;
  margin-bottom: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border: 2px solid #2f4862;
  background: #2f4862;
  border-radius: 0.5rem;
  padding: 0.5rem 0.5rem;
  min-width: 8.4em;
}
body.home #info .info-label .label-item.is-active {
  background-color: #fff;
  color: #2f4862;
  pointer-events: none;
}
body.home #info .info-label .label-item:hover {
  background-color: #fff;
  color: #2f4862;
}
body.home #info .info-label .label-link-item {
  margin-bottom: 0;
}
body.home #info .info-label .label-link-item a {
  display: block;
  font-size: clamp(1rem, 1.4vw, 1.75rem);
  font-weight: 600;
  color: #fff;
  text-align: center;
  padding: 0.5rem 1.3rem;
  margin-bottom: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border: 2px solid #ea8080;
  background: #ea8080;
  border-radius: 0.5rem;
  padding: 0.5rem 0.5rem;
  min-width: 8.4em;
}
body.home #info .info-label .label-link-item a:hover {
  background-color: transparent;
  color: #ea8080;
  opacity: 1;
}
body.home #info .info-label .label-link-item a::before {
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  display: inline-block;
  content: "\f0da";
}
@media screen and (max-width: 992px) {
  body.home #info .info-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0 0.75rem;
  }
  body.home #info .info-supple {
    padding-top: 1.5rem;
    padding-bottom: 0;
  }
  body.home #info .info-supple time {
    font-size: clamp(0.95rem, 2.5vw, 1.125rem);
    min-width: 9.5em;
  }
  body.home #info .info-supple time::before {
    margin-right: 0.25rem;
  }
  body.home #info .info-supple time .day-en {
    margin-left: 0.25rem;
  }
  body.home #info .info-supple .cat {
    padding: 0.1rem 0.25rem;
    min-width: 8em;
    margin-left: 0;
    font-size: clamp(0.875rem, 2.5vw, 1rem);
  }
  body.home #info .info-title {
    font-size: clamp(1.25rem, 2.5vw, 1.35rem);
    line-height: 1.65;
    padding-top: 0.5rem;
    padding-bottom: 1rem;
    margin-left: 0;
  }
  body.home #info .info-title .mark-new {
    font-size: clamp(0.875rem, 0.9vw, 1rem);
    padding: 0.5em 1.25em;
  }
}
@media screen and (max-width: 768px) {
  body.home #info .info-title {
    padding-top: 0.5rem;
    padding-bottom: 1rem;
    margin-left: 0;
  }
  body.home #info .info-label {
    margin-top: 2rem;
  }
}
body.home #top_bn_area {
  background-color: #cec9c3;
  padding: 6.25rem 0;
}
@media screen and (max-width: 768px) {
  body.home #top_bn_area {
    background-color: #f3eee7;
    padding: 3rem 0;
  }
}
body.home .center-link {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  list-style: none;
  margin-bottom: clamp(4rem, 4.3vw, 5.375rem);
}
body.home .center-link .center-item {
  margin-bottom: 0;
}
body.home .center-link .center-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  color: #2f4862;
  font-size: clamp(1.25rem, 1.7vw, 2.125rem);
  font-weight: 600;
  height: 110px;
  height: clamp(5rem, 5.5vw, 6.875rem);
  padding: 1.5rem;
}
body.home .center-link .center-item a.center-font-s {
  font-size: clamp(1rem, 1.2vw, 1.5rem);
}
body.home .center-link .center-item.item-blank {
  background-color: #fff;
}
@media screen and (max-width: 992px) {
  body.home .center-link {
    grid-template-columns: repeat(2, 1fr);
  }
  body.home .center-link .center-item.item-blank {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  body.home .center-link {
    grid-template-columns: 1fr;
    margin-bottom: 3.5rem;
  }
  body.home .center-link .center-item a {
    height: auto;
    padding: 1rem 2rem;
    text-align: left;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
body.home .bn_sub {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(1.5rem, 2vw, 2.5rem);
  font-size: clamp(1.25rem, 1.5vw, 1.875rem);
  font-weight: 600;
}
body.home .bn_sub .bn_sub-item {
  background-color: #2f4862;
  border-radius: 0.5rem;
  padding: 1.75rem 1.4vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #fff;
}
body.home .bn_sub .bn_sub-item.bn_donation {
  background-color: #ea8080;
}
body.home .bn_sub .bn_sub-item .sub_icon img {
  width: clamp(5rem, 4.5vw, 5.625rem);
  vertical-align: bottom;
}
body.home .bn_sub .bn_sub-item .sub_icon img.icon-access {
  width: clamp(7.44rem, 6.7vw, 8.375rem);
}
body.home .bn_sub .bn_sub-item .sub_icon img.icon-donation {
  width: clamp(4.38rem, 3.95vw, 4.9375rem);
}
body.home .bn_sub .bn_sub-item span {
  display: block;
  margin-top: 1.25rem;
}
@media screen and (max-width: 992px) {
  body.home .bn_sub {
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(1.25rem, 5vw, 2rem) clamp(1rem, 3.5vw, 1.75rem);
  }
}
@media screen and (max-width: 768px) {
  body.home .bn_sub {
    font-size: clamp(1rem, 3vw, 1.125rem);
  }
  body.home .bn_sub .bn_sub-item {
    padding: 1rem;
  }
  body.home .bn_sub .bn_sub-item .sub_icon img {
    width: 60px;
  }
  body.home .bn_sub .bn_sub-item .sub_icon img.icon-access {
    width: 90px;
  }
  body.home .bn_sub .bn_sub-item .sub_icon img.icon-donation {
    width: 52.5px;
  }
  body.home .bn_sub .bn_sub-item span {
    margin-top: 1rem;
  }
}
body.home .bn-inforesearch {
  text-align: center;
}
body.home .bn-inforesearch a {
  display: inline-block;
  padding: 1.25rem;
  border-radius: 0.5rem;
  font-weight: 500;
  margin-top: 3rem;
  background-color: #2f4862;
  color: #fff;
}
@media screen and (max-width: 540px) {
  body.home .bn-inforesearch {
    text-align: left;
  }
  body.home .bn-inforesearch a {
    width: 100%;
    margin-top: 2rem;
  }
}

body.page {
  /* 完全に空のpタグpタグ */
}
body.page p:empty {
  margin-bottom: 0;
}
body.page main ul {
  padding-left: 1.5em;
}
body.page main ul.ul-dot {
  padding-left: 1.2em;
}
body.page main ul.list-style-none {
  padding-left: 0;
}
body.page main ol {
  padding-left: 1.5em;
}
body.page main ol.ol-number {
  padding-left: 0;
}
body.page main section {
  padding: 0 0 4rem;
}
body.page main > section:nth-of-type(2n) {
  background-color: #ebebeb;
}
body.page main .timeline {
  max-width: 600px;
  margin: 0 auto;
}
body.page main .timeline-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  width: 100%;
}
body.page main .timeline-list-item:last-child .content {
  border-left: 1px solid white;
}
@media screen and (max-width: 768px) {
  body.page main .timeline-list-item:last-child .content {
    width: calc(100% - 100px);
  }
}
body.page main .timeline-list-item .date {
  width: 80px;
}
body.page main .timeline-list-item .content {
  position: relative;
  padding: 0 0 3rem 2rem;
  border-left: 1px solid #2f4862;
  width: calc(100% - 120px);
}
body.page main .timeline-list-item .content::before {
  content: "";
  position: absolute;
  top: 0px;
  left: -9px;
  width: 16px;
  height: 16px;
  background-color: #2f4862;
  border-radius: 10px;
}
body.page .related-link {
  background-color: #ebebeb;
  padding: 3rem 0;
}
body.page .related-link h3 {
  margin-top: 0;
  color: #6c6563;
}
body.page .related-link ul {
  list-style: none;
  padding: 0;
}
body.page .related-link ul > li a {
  background-color: white;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-size: 1.5rem;
  color: white;
  display: block;
  position: relative;
  height: 150px;
}
body.page .related-link ul > li a::before {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
}
body.page .related-link ul > li a:hover {
  opacity: 1;
}
body.page .related-link ul > li a:hover::before {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: rgba(0, 0, 0, 0.1);
}
body.page .related-link ul > li a p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  line-height: 1.5;
  font-size: 1.5rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
}
body.page .page-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body.page .page-list > div {
  padding: 0 0 1.5rem;
  margin-bottom: 1.75rem;
  width: 48.5%;
  -webkit-box-shadow: 0 3px 8px rgba(47, 72, 98, 0.2);
          box-shadow: 0 3px 8px rgba(47, 72, 98, 0.2);
}
body.page .page-list > div p {
  padding: 0 1.25rem;
}
body.page .page-list h2 {
  background-color: #2f4862;
  padding: 0;
  color: #fff;
  font-size: 1.8rem;
  text-align: left;
  margin-top: 0;
  margin-bottom: 1.5rem;
}
body.page .page-list h2 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.25rem;
  position: relative;
  color: inherit;
}
body.page .page-list h2 a::after {
  border-right: solid 1rem #a4b3c3;
  border-bottom: solid 1rem #a4b3c3;
  border-top: solid 1rem transparent;
  border-left: solid 1rem transparent;
  bottom: 0;
  right: 0;
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
body.page .page-list ul {
  list-style: none;
  padding: 0 1.5rem;
}
body.page .page-list ul li a {
  color: #2f4862;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
body.page .page-list ul li a::before {
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  display: inline-block;
  content: "\f0da";
  font-size: 0.8em;
  color: #ea8080;
  position: relative;
  top: 0.2em;
}
body.page .page-list ul li a:hover span {
  text-decoration: underline;
  text-underline-offset: 2px;
}
body.page .page-list .btn-arrow {
  font-size: 1.25rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; /* 【追加】リンクの幅をテキストとアイコンぴったりにする */
  margin-left: auto; /* 【追加】要素自体を右寄せにする */
  margin-top: 1rem;
  margin-right: 1.5rem;
  padding-left: 1.5rem;
}
body.page .page-list .btn-arrow::after {
  width: 2rem;
  height: 2rem;
  margin-left: 0.5rem;
}
@media screen and (max-width: 768px) {
  body.page .page-list > div {
    width: 100%;
  }
  body.page .page-list h2 {
    font-size: 1.65rem;
  }
  body.page .page-list h2 a {
    padding: 1rem;
  }
}
body.page .page-parent-link {
  padding: 1.5rem;
  -webkit-box-shadow: 0 3px 10px rgba(47, 72, 98, 0.2);
          box-shadow: 0 3px 10px rgba(47, 72, 98, 0.2);
}
body.page .page-parent-link h3 {
  margin-top: 0;
}
body.page .page-parent-link h3::after {
  display: none;
}
body.page .page-parent-link .ul-pagelist {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.875rem;
}
body.page .page-parent-link .ul-pagelist li a {
  display: block;
  padding: 1rem;
  background-color: #ebebeb;
  font-weight: 500;
  border-radius: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body.page .page-parent-link .ul-pagelist li a::before {
  position: relative;
  top: 0.1em;
}
body.page .page-parent-link .ul-pagelist.parent-list {
  margin-bottom: 1.25rem;
}
body.page .page-parent-link .ul-pagelist.parent-list li a {
  background-color: #f3eee7;
}
body.page .page-parent-link .ul-pagelist.flex2 {
  gap: 1rem;
}
body.page .page-parent-link .ul-pagelist.flex2 > * {
  width: calc((100% - 1rem) / 2);
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  body.page .page-parent-link .ul-pagelist.parent-list {
    margin-bottom: 1rem;
  }
  body.page .page-parent-link .ul-pagelist.flex2 {
    gap: 0.75rem;
  }
  body.page .page-parent-link .ul-pagelist.flex2 > * {
    width: 100%;
  }
}

.greeting-img {
  max-width: 400px;
}

.result-table-year table {
  min-width: 992px;
}
.result-table-year table th, .result-table-year table td {
  white-space: nowrap;
}

.chart-container {
  position: relative; /* Chart.jsが枠に合わせてリサイズするために必要 */
  width: 100%;
  height: 400px; /* PC表示時の高さを指定 */
}
@media screen and (max-width: 768px) {
  .chart-container {
    min-height: 300px; /* スマホでも潰れないように最低限の高さを確保 */
  }
}

.chart-container02 {
  position: relative; /* Chart.jsが枠に合わせてリサイズするために必要 */
  height: 400px;
}
@media screen and (max-width: 768px) {
  .chart-container02 .chart-container {
    min-height: 300px; /* スマホでも潰れないように最低限の高さを確保 */
  }
}

.flow-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; /* 縦並びにする */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /* 中央揃え */
  gap: 10px; /* 箱と矢印の間の余白 */
  margin: 0 auto; /* 親要素に対して中央寄せ */
  font-weight: 500;
}
.flow-wrap .flow-box {
  background-color: #f0f5fa;
  -webkit-box-shadow: 2px 2px 8px rgba(47, 72, 98, 0.3);
          box-shadow: 2px 2px 8px rgba(47, 72, 98, 0.3);
  border-radius: 1rem;
  padding: 1.5rem 2rem;
  text-align: center;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #2f4862;
  line-height: 1.6;
}
.flow-wrap .flow-box p {
  margin: 0 0 1.25rem 0;
}
.flow-wrap .flow-box p:last-child {
  margin-bottom: 0;
}
.flow-wrap .flow-arrow {
  color: #2f4862; /* 枠線と同じ緑色 */
  font-size: 3rem; /* 矢印の大きさ */
  line-height: 1;
  margin: 0.5rem 0;
}
.flow-wrap.flow-small .flow-box {
  padding: 1rem 1.25rem;
}
.flow-wrap.flow-small .flow-arrow {
  font-size: 2rem;
}

.room-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  margin: 0 auto 2rem;
}
@media screen and (max-width: 768px) {
  .room-list {
    grid-template-columns: 1fr;
  }
}

.room-card {
  border: 1px solid #e0e0e0;
  border-radius: 1rem;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 10px rgba(47, 72, 98, 0.15);
          box-shadow: 0 3px 10px rgba(47, 72, 98, 0.15);
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.room-card .room-img-box {
  position: relative;
  width: 100%;
  aspect-ratio: 3/2;
}
.room-card .room-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.room-card .room-label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 1rem 2rem;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  border-bottom-right-radius: 1rem;
  background-color: rgba(234, 128, 128, 0.9);
}
.room-card .room-content {
  padding: 1.25rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.room-card .room-price {
  color: #2f4862;
  margin: 0 0 1rem 0;
  border-bottom: none;
}
.room-card .room-price::after {
  display: none;
}
.room-card .tax {
  font-size: 0.9rem;
  color: #6c6563;
  font-weight: normal;
}
.room-card .room-info dl {
  margin: 0 0 1rem 0;
  font-size: 1rem;
}
.room-card .room-info dt {
  font-weight: bold;
  margin-bottom: 0.5rem;
  color: #2f4862;
}
.room-card .room-info dd {
  margin: 0;
}
.room-card .note {
  margin-left: 0.75rem;
  font-size: 0.9em;
  font-weight: 500;
  color: #6c6563;
}
.room-card .ward-row {
  margin-bottom: 0.5rem;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.room-card .ward-name {
  font-weight: bold;
  color: #2f4862;
  border-radius: 4px;
  font-size: 0.9em;
  white-space: nowrap;
}
.room-card .ward-nums {
  display: block;
}
.room-card .facilities-title {
  font-size: 1rem;
  font-weight: 500;
  margin: 0 0 8px 0;
}
.room-card .tag-list {
  list-style: none;
  padding: 0 !important;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.room-card .tag-list li {
  font-size: 0.85rem;
  background-color: #f0f5fa;
  color: #2f4862;
  font-weight: medium;
  padding: 0.25rem 0.75rem;
  border-radius: 2rem;
}

.receipt-time {
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .receipt-time {
    font-size: 1.125rem;
  }
}

.step-flow-wrapper {
  margin: 0 auto;
  padding: 20px 0;
}
.step-flow-wrapper .step-card {
  background: #fff;
  border: 1px solid #b5b5b5;
  border-radius: 0.5rem;
  border-left: 6px solid #2f4862;
  -webkit-box-shadow: 0 3px 8px rgba(47, 72, 98, 0.1);
          box-shadow: 0 3px 8px rgba(47, 72, 98, 0.1);
  position: relative;
  margin-bottom: 1.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 1.5rem;
  gap: 1.25rem;
}
@media screen and (max-width: 768px) {
  .step-flow-wrapper .step-card {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1rem;
    margin-bottom: 1.25rem;
  }
}
.step-flow-wrapper .step-card:last-of-type {
  margin-bottom: 0;
}
.step-flow-wrapper .step-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  margin-bottom: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.step-flow-wrapper .step-header .step-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 2rem;
  height: 2rem;
  background-color: #2f4862;
  color: #fff;
  border-radius: 50%;
  font-weight: bold;
  font-size: 1.1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.step-flow-wrapper .step-header .step-title {
  margin: 0;
  font-size: 1.25rem;
  font-weight: bold;
  color: #2f4862;
  border-bottom: none;
}
.step-flow-wrapper .step-header .step-title::after {
  display: none;
}
@media screen and (max-width: 768px) {
  .step-flow-wrapper .step-header .step-title {
    font-size: 1.125rem;
  }
}
.step-flow-wrapper .step-direction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.75rem;
  min-width: 360px;
  padding: 0.75rem;
}
@media screen and (max-width: 768px) {
  .step-flow-wrapper .step-direction {
    min-width: auto;
    padding: 0;
  }
}
.step-flow-wrapper .step-direction .actor {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 2rem;
  font-size: 0.9rem;
  font-weight: bold;
}
.step-flow-wrapper .step-direction .actor-patient {
  background-color: #f0f5fa;
  color: #2f4862;
  border: 1px solid #a4b3c3;
}
.step-flow-wrapper .step-direction .actor-center {
  background-color: #fbefef;
  color: #ea8080;
  border: 1px solid #d99696;
}
.step-flow-wrapper .step-direction .actor-hospital {
  background-color: #f7f7f7;
  color: #333;
  border: 1px solid #333;
}
.step-flow-wrapper .step-direction .icon-arrow {
  color: #6c6563;
  color: #2f4862;
  font-size: 1.1rem;
}
.step-flow-wrapper.step-flow-arrow .step-card {
  margin-bottom: 2.5rem;
}
.step-flow-wrapper.step-flow-arrow .step-card:not(:last-child)::after {
  content: "\f0d7";
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  position: absolute;
  bottom: -2.25rem;
  left: 2.5rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 2rem;
  color: #a4b3c3;
  line-height: 1;
}
.step-flow-wrapper.step-flow-arrow .step-card:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .step-flow-wrapper.step-flow-arrow .step-card:not(:last-child)::after {
    left: 2rem;
  }
}
.step-flow-wrapper.step-flow-visit .step-card {
  display: block;
}
.step-flow-wrapper.step-flow-visit .actor {
  font-size: 1rem;
  padding: 0 0.25rem;
}
.step-flow-wrapper.step-flow-visit .time-badge {
  display: inline-block;
  color: #ea8080;
  border-radius: 4px;
  font-size: 0.95rem;
  font-weight: 500;
}
.step-flow-wrapper.step-flow-visit .direction-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
  padding: 0;
  margin-top: 1.25rem;
}
.step-flow-wrapper.step-flow-visit .direction-list .direction-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.step-flow-wrapper.step-flow-visit .direction-list small {
  font-size: 0.95em;
  font-weight: 500;
  margin-top: 6px;
}
.step-flow-wrapper.step-flow-visit .direction-box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.step-flow-wrapper.step-flow-visit .direction-box .step-details-list {
  margin: 10px 0 0 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
}
.step-flow-wrapper.step-flow-visit .direction-box .step-details-list li {
  margin-bottom: 4px;
}

.caution-box {
  font-size: 1.25rem;
  font-weight: 700;
  color: #ea8080;
  border-radius: 1rem;
  border: 0.75rem solid #ea8080;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}
.caution-box ul li {
  text-decoration: underline;
  text-decoration-style: double;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
}
@media screen and (max-width: 768px) {
  .caution-box {
    font-size: 1.125rem;
  }
}

.caution-text {
  color: #ea8080;
  font-weight: 700;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .caution-text {
    font-size: 1.125rem;
  }
}

.alert-banner {
  margin: 0 auto 2rem;
  font-family: sans-serif;
  -webkit-box-shadow: 0 3px 8px rgba(51, 51, 51, 0.15);
          box-shadow: 0 3px 8px rgba(51, 51, 51, 0.15);
  border-radius: 1rem;
  overflow: hidden;
}

.sub-text {
  font-size: 1.1rem;
  font-weight: bold;
  margin: 0 0 0.5rem 0;
}
@media screen and (max-width: 768px) {
  .sub-text {
    font-size: 0.95rem;
  }
}
.sub-text.text-white {
  color: #fff;
}

.icon-stack-alert .icon-base {
  color: #6c6563;
}
.icon-stack-alert .icon-ban {
  color: #ea8080;
}

.alert-photo {
  border: 8px solid #ea8080;
  text-align: center;
  background-color: #ea8080;
}
.alert-photo .banner-header {
  background-color: #ea8080;
  color: #fff;
  padding: 1.5rem 1rem;
}
.alert-photo .banner-header .main-text {
  font-size: 2.5rem;
  font-weight: bold;
  margin: 0;
  line-height: 1.2;
}
.alert-photo .banner-header .main-text span {
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .alert-photo .banner-header .main-text {
    font-size: 1.8rem;
  }
  .alert-photo .banner-header .main-text span {
    font-size: 2.2rem;
  }
}
.alert-photo .banner-content {
  background-color: #fff;
  padding: 2rem 1rem;
}
.alert-photo .icon-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 2rem;
}
.alert-photo .icon-row .icon-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 180px;
}
.alert-photo .icon-row .icon-item p {
  color: #2f4862;
  font-weight: bold;
  font-size: 1rem;
  margin: 10px 0 0 0;
}
@media screen and (max-width: 768px) {
  .alert-photo .icon-row .icon-item {
    width: 120px;
  }
}
.alert-photo .warning-text {
  font-size: 1.6rem;
  font-weight: bold;
  color: #2f4862;
  margin: 0 0 1rem 0;
}
@media screen and (max-width: 768px) {
  .alert-photo .warning-text {
    font-size: 1.2rem;
  }
}

.alert-smoke {
  background-color: #f0f5fa;
  padding: 1.25rem 2rem 1rem;
  max-width: 650px;
}
@media screen and (max-width: 768px) {
  .alert-smoke {
    padding: 15px 15px 10px;
  }
}
.alert-smoke .banner-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px 30px;
  border-radius: 1rem;
}
@media screen and (max-width: 768px) {
  .alert-smoke .banner-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    padding: 20px 15px;
  }
}
.alert-smoke .text-area {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.alert-smoke .text-area .main-title {
  color: #2f4862;
  margin: 0 0 10px 0;
  font-weight: 900;
  line-height: 1.2;
  border: none;
}
.alert-smoke .text-area .main-title::after {
  display: none;
}
.alert-smoke .text-area .main-title .line1 {
  display: block;
  font-size: 2.2rem;
  letter-spacing: 0.05em;
}
.alert-smoke .text-area .main-title .line2 {
  display: block;
  font-size: 3.5rem;
  letter-spacing: 0.1em;
  color: #ea8080;
}
@media screen and (max-width: 768px) {
  .alert-smoke .text-area .main-title .line1 {
    font-size: 1.6rem;
  }
  .alert-smoke .text-area .main-title .line2 {
    font-size: 2.5rem;
  }
}
.alert-smoke .text-area .sub-text {
  color: #2f4862;
}
.alert-smoke .icon-area {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.alert-smoke .icon-area .icon-stack-alert {
  font-size: 5rem;
}
@media screen and (max-width: 768px) {
  .alert-smoke .icon-area .icon-stack-alert {
    font-size: 4rem;
  }
}

.traning-ctr-chart.org-chart-wrapper {
  overflow-x: auto;
  padding: 1.5rem 0;
  text-align: center;
}
.traning-ctr-chart.org-chart-wrapper p {
  margin: 0 !important;
  padding: 0 !important;
}
.traning-ctr-chart.org-chart-wrapper > p,
.traning-ctr-chart.org-chart-wrapper .org-tree > p,
.traning-ctr-chart.org-chart-wrapper .org-row > p,
.traning-ctr-chart.org-chart-wrapper .org-children > p {
  display: none !important;
}
.traning-ctr-chart .org-tree {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #333;
  text-align: left;
  padding: 0 1rem;
}
.traning-ctr-chart .org-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.traning-ctr-chart .org-box {
  border: 1px solid #6c6563;
  padding: 0.75rem 1.25rem;
  min-width: 10.5rem;
  border-radius: 6px;
  text-align: center;
  position: relative;
  z-index: 2;
  margin: 0.5rem 0;
  white-space: nowrap;
  -webkit-box-shadow: 0 2px 5px rgba(51, 51, 51, 0.05);
          box-shadow: 0 2px 5px rgba(51, 51, 51, 0.05);
}
.traning-ctr-chart .org-box br {
  display: block;
}
.traning-ctr-chart .org-children {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding-left: 3rem;
}
.traning-ctr-chart .org-children::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.5rem;
  height: 1px;
  background-color: #6c6563;
}
.traning-ctr-chart .org-children > .org-row {
  position: relative;
}
.traning-ctr-chart .org-children > .org-row::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -1.5rem;
  width: 1.5rem;
  height: 1px;
  background-color: #6c6563;
}
.traning-ctr-chart .org-children > .org-row::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1.5rem;
  width: 1px;
  background-color: #6c6563;
}
.traning-ctr-chart .org-children > .org-row:first-child::after {
  top: 50%;
}
.traning-ctr-chart .org-children > .org-row:last-child::after {
  bottom: 50%;
}
.traning-ctr-chart .org-children > .org-row:first-child:last-child::after {
  display: none;
}

.organization .org-chart-container {
  max-width: 1080px;
  margin: 0 auto;
  padding: 2rem 1.25rem;
  background-color: #f7f7f7;
  border-radius: 0.5rem;
}
@media screen and (max-width: 540px) {
  .organization .org-chart-container {
    padding: 1.25rem 0.75rem;
  }
}
.organization .org-level1-wrapper {
  margin-bottom: 1.25rem;
}
.organization .org-level1 {
  display: block;
  color: #2f4862;
  background-color: #fff;
  padding: 0.75rem 1.5rem;
  margin-left: 5px;
  border-radius: 6px;
  font-size: 1.5rem;
  letter-spacing: 0.02em;
  font-weight: bold;
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 0 2px 6px rgba(47, 72, 98, 0.1);
          box-shadow: 0 2px 6px rgba(47, 72, 98, 0.1);
  border: 1px solid #2f4862;
  border-left: 10px solid #2f4862;
}
.organization ul.org-level2-list {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
  position: relative;
}
.organization ul.org-level2-list > li {
  position: relative;
  padding-left: 3rem;
  margin-bottom: 0.75rem;
}
.organization ul.org-level2-list > li:last-of-type {
  margin-bottom: 0;
}
.organization ul.org-level2-list > li::before {
  content: "";
  position: absolute;
  top: -0.75rem;
  bottom: 0;
  left: 1.5rem;
  border-left: 1px solid #333;
}
.organization ul.org-level2-list > li:first-child::before {
  top: -1.25rem;
}
.organization ul.org-level2-list > li:last-child::before {
  bottom: auto;
  height: 2.375rem;
}
.organization ul.org-level2-list > li::after {
  content: "";
  position: absolute;
  top: 1.6rem;
  left: 1.5rem;
  width: 1.5rem;
  border-top: 1px solid #333;
}
.organization .org-level2-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background-color: #ffffff;
  border: 1px solid #b5b5b5;
  border-left: 5px solid #2f4862;
  padding: 0.75rem 1.25rem;
  font-size: 1.25rem;
  font-weight: bold;
  color: #2f4862;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0 1px 3px rgba(47, 72, 98, 0.05);
          box-shadow: 0 1px 3px rgba(47, 72, 98, 0.05);
}
.organization details.org-details > summary {
  list-style: none;
  cursor: pointer;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.organization details.org-details > summary::-webkit-details-marker {
  display: none;
}
.organization details.org-details > summary:hover {
  background-color: #f7f7f7;
  background-color: #f0f5fa;
}
.organization .toggle-icon {
  font-size: 1.125rem;
  color: #2f4862;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  position: absolute;
  right: 1.25rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.organization details[open] .toggle-icon {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.organization .org-level3-content {
  padding: 1rem 1.25rem 1.5rem 1.25rem;
  margin-top: -2px;
  background-color: #fff;
  border: 1px solid #b5b5b5;
  border-left: 5px solid #2f4862;
  border-top: none;
  border-radius: 0 0 0.25rem 0.25rem;
}
.organization ul.org-leaf-list {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}
.organization ul.org-leaf-list li {
  padding: 6px 0;
  font-size: 0.95rem;
  font-weight: 500;
  color: #333;
  position: relative;
  padding-left: 0.875rem;
}
.organization ul.org-leaf-list li::before {
  content: "";
  width: 0.4em;
  height: 0.4em;
  background-color: #2f4862;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 1em;
  color: #2f4862;
}
.organization .grid-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 4px 10px;
}
.organization .category-title {
  font-weight: bold;
  color: #2f4862;
  margin: 1rem 0 0.75rem 0;
  border-bottom: 1px solid #a4b3c3;
  padding-bottom: 4px;
}
.organization .category-title:first-child {
  margin-top: 0;
}
.organization .dept-block {
  margin-bottom: 1.25rem;
}
.organization .dept-block .dept-title {
  margin-bottom: 1rem;
}
.organization .dept-block .group-title {
  font-size: 1rem;
  font-weight: 600;
  color: #2f4862;
  margin: 0.875rem 0 0.75rem 0;
  padding-left: 5px;
  border-left: 3px solid #a4b3c3;
}

.clinical-so-link {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 4px;
  list-style-type: none;
  padding-left: 0 !important;
}
.clinical-so-link li {
  margin-bottom: 0;
}
.clinical-so-link li a {
  display: block;
  padding: 0.5rem 0.75rem;
  font-weight: 500;
  border: 1px solid #a4b3c3;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.clinical-so-link li a:hover {
  border: 1px solid rgba(234, 128, 128, 0.5);
  color: #ea8080;
}
@media screen and (max-width: 768px) {
  .clinical-so-link {
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  }
  .clinical-so-link li a {
    padding: 0.5rem;
    font-size: 1rem;
  }
}

.inpatient-building__floor-map-wrapper {
  margin: 0 auto;
  line-height: 1.6;
}
.inpatient-building__table {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
  border-top: 2px solid #2f4862;
  border-bottom: 2px solid #2f4862;
}
.inpatient-building__table th,
.inpatient-building__table td {
  border: 1px solid #a4b3c3;
  padding: 1rem;
  vertical-align: top;
  font-size: 1rem;
}
.inpatient-building__table th {
  background-color: #2f4862;
  color: #fff;
  text-align: center;
  font-weight: bold;
  border-bottom: 1px solid #fff;
  position: sticky;
  top: calc(var(--current-header-height, 150px) + 1px);
  z-index: 10;
  width: 23%;
}
.inpatient-building__table th:first-of-type {
  width: 8%;
}
.inpatient-building__table .inpatient-building__floor-number {
  background-color: #f3eee7;
  font-weight: bold;
  text-align: center !important;
  vertical-align: middle !important;
  color: #2f4862;
}
@media screen and (max-width: 768px) {
  .inpatient-building__table {
    border-top: none;
    border-bottom: none;
  }
  .inpatient-building__table thead {
    display: none;
  }
  .inpatient-building__table tbody tr {
    display: block;
    margin-bottom: 1.5rem;
    border: 1px solid #a4b3c3;
    border-radius: 0.5rem;
    overflow: hidden;
    -webkit-box-shadow: 0 3px 8px rgba(47, 72, 98, 0.1);
            box-shadow: 0 3px 8px rgba(47, 72, 98, 0.1);
  }
  .inpatient-building__table td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left;
    border: none;
    border-bottom: 1px solid #ebebeb;
    padding: 1rem;
    font-size: 1rem;
  }
  .inpatient-building__table td:last-child {
    border-bottom: none;
  }
  .inpatient-building__table td:empty {
    display: none;
  }
  .inpatient-building__table td::before {
    content: attr(data-label);
    display: block;
    width: 35%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding-right: 1rem;
    font-weight: bold;
    color: #2f4862;
    font-size: 1.125rem;
    line-height: 1.4;
  }
  .inpatient-building__table td.inpatient-building__floor-number {
    display: block;
    background-color: #2f4862;
    color: #fff;
    padding: 1rem;
    text-align: center !important;
    font-size: 1.25rem;
    border-bottom: 1px solid #fff;
  }
  .inpatient-building__table td.inpatient-building__floor-number::before {
    content: none;
  }
}

.card-flex {
  display: grid;
  gap: 0.75rem 0.5rem;
  grid-template-columns: repeat(3, 1fr);
}
.card-flex figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.card-flex figure img {
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}
.card-flex figure figcaption {
  font-weight: 500;
  margin-top: 0.25rem;
  text-align: center;
  line-height: 1.2;
}
@media screen and (max-width: 992px) {
  .card-flex figure img {
    width: 50px;
    height: 50px;
  }
}

.faq-wrap {
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
  font-weight: 500;
}
.faq-wrap .faq-q {
  padding: 1.5rem 1.5rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.faq-wrap .faq-q p {
  margin-bottom: 0;
  line-height: 1.75;
}
.faq-wrap .faq-q::before {
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  display: inline-block;
  content: "Q";
  margin-right: 0.75rem;
  font-size: 1.25em;
  color: #2f4862;
}
.faq-wrap .faq-a {
  padding: 1.5rem;
  background-color: #f7f7f7;
  border-radius: 20px;
  font-size: 1.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.faq-wrap .faq-a p {
  line-height: 1.75;
}
.faq-wrap .faq-a::before {
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  display: inline-block;
  content: "A";
  margin-right: 0.75rem;
  font-size: 1.25em;
  color: #ea8080;
}

.sitemap ul[class*=wsp-] {
  padding: 0;
  list-style: none;
  margin-top: 1.5rem;
}
.sitemap ul[class*=wsp-] br,
.sitemap ul[class*=wsp-] rp, .sitemap ul[class*=wsp-] rt {
  display: none;
}
.sitemap ul[class*=wsp-] > li {
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 1em;
}
.sitemap ul[class*=wsp-] > li::before {
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  display: inline-block;
  content: "\f0da";
  color: #2f4862;
}
.sitemap ul[class*=wsp-] > li > ul {
  margin-top: 1rem;
  list-style: none;
  padding: 0;
}
.sitemap ul[class*=wsp-] > li > ul > li {
  font-weight: 500;
  font-size: 1rem;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 1em;
}
.sitemap ul[class*=wsp-] > li > ul > li::before {
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  display: inline-block;
  content: "\f105";
  color: #2f4862;
}
.sitemap ul[class*=wsp-] > li > ul > li > ul {
  margin-top: 1rem;
  list-style: none;
  padding: 0;
}
.sitemap ul[class*=wsp-] > li > ul > li > ul > li {
  position: relative;
  padding-left: 1em;
  margin-bottom: 1rem;
}
.sitemap ul[class*=wsp-] > li > ul > li > ul > li::before {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  width: 0.5rem;
  height: 0;
  margin-right: 0.5rem;
  border-bottom: 0.1rem solid #2f4862;
  border-right: none;
  top: 0.75em;
  left: 0;
}

body.archive .cat-nav {
  padding: 0 0 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
body.archive .cat-nav > a {
  border: 2px solid #2f4862;
  border-radius: 0.5rem;
  margin-right: 1rem;
  padding: 0.5rem 1rem;
  display: block;
  font-weight: 500;
  cursor: pointer;
}
body.archive .cat-nav > a:not(.active) {
  color: #fff;
  background-color: #2f4862;
}
body.archive .cat-nav > a:not(.active):hover {
  opacity: 1;
  background-color: #fff;
  color: #2f4862;
}
body.archive .cat-nav > a:not(.active).pro-info-tab {
  background-color: #ea8080;
  border: 2px solid #ea8080;
}
body.archive .cat-nav > a:not(.active).pro-info-tab::before {
  margin-right: 0.25rem;
}
body.archive .cat-nav > a:not(.active).pro-info-tab:hover {
  color: #ea8080;
  background-color: #fff;
}
body.archive .cat-nav > a.active {
  opacity: 1;
  cursor: initial;
}
@media screen and (max-width: 768px) {
  body.archive .cat-nav {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 2.5rem;
  }
  body.archive .cat-nav > a {
    width: 49%;
    margin-right: 0;
    margin-bottom: 0.5rem;
    text-align: center;
  }
}

.news-box h2 {
  font-size: 1.8rem;
  border-bottom: 1px solid #2f4862;
  padding: 0 0 0.5em;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
  color: #333;
  background-color: transparent;
}
.news-box time {
  margin-right: 0.5rem;
  color: #889fb6;
  font-weight: 500;
}
.news-box time::before {
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  display: inline-block;
  content: "\f017";
  font-weight: 400;
  font-size: 0.8em;
  position: relative;
  top: -0.1em;
}
.news-box img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.news-box .fit-img {
  margin-bottom: 1rem;
  border: 1px solid #c8cbcd;
  overflow: hidden;
}
.news-box .fit-img img {
  -o-object-position: top;
     object-position: top;
}
.news-box .fit-img:hover img {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
.news-box > a {
  margin-bottom: 2rem;
}

.news-supple {
  margin-bottom: 1rem;
}

.post-type-archive-departments .departments-list {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 1.25rem;
}
.post-type-archive-departments .departments-item {
  margin-bottom: 0;
}
.post-type-archive-departments .departments-item .departments_item-name {
  margin: 0;
  font-size: 1.2rem;
  border-bottom: none;
}
.post-type-archive-departments .departments-item .departments_item-name:after {
  display: none;
}
.post-type-archive-departments .departments-item .departments_item-name a {
  display: block;
  background: #f0f5fa;
  -webkit-box-shadow: 0 3px 8px rgba(47, 72, 98, 0.15);
          box-shadow: 0 3px 8px rgba(47, 72, 98, 0.15);
  border-radius: 6px;
  padding: 1rem;
}
.post-type-archive-departments .departments-item .departments_item-name a:hover {
  color: #ea8080;
  background-color: rgba(234, 128, 128, 0.1);
  -webkit-box-shadow: 0 3px 8px rgba(234, 128, 128, 0.2);
          box-shadow: 0 3px 8px rgba(234, 128, 128, 0.2);
  opacity: 1;
}

.tax-departments_type .departments-list {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 1.25rem;
}
.tax-departments_type .departments-item {
  margin-bottom: 0;
}
.tax-departments_type .departments-item .departments_item-name {
  margin: 0;
  font-size: 1.2rem;
  border-bottom: none;
}
.tax-departments_type .departments-item .departments_item-name:after {
  display: none;
}
.tax-departments_type .departments-item .departments_item-name a {
  display: block;
  background: #f0f5fa;
  -webkit-box-shadow: 0 3px 8px rgba(47, 72, 98, 0.15);
          box-shadow: 0 3px 8px rgba(47, 72, 98, 0.15);
  border-radius: 6px;
  padding: 1rem;
}
.tax-departments_type .departments-item .departments_item-name a:hover {
  color: #ea8080;
  background-color: rgba(234, 128, 128, 0.1);
  -webkit-box-shadow: 0 3px 8px rgba(234, 128, 128, 0.2);
          box-shadow: 0 3px 8px rgba(234, 128, 128, 0.2);
  opacity: 1;
}

.post-type-archive-recruit .recruit-bn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.25rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 992px) {
  .post-type-archive-recruit .recruit-flex.flex3 > * {
    width: calc((100% - 1.5rem) / 2);
  }
}
@media screen and (max-width: 768px) {
  .post-type-archive-recruit .recruit-flex.flex3 > * {
    width: 100%;
  }
}
.post-type-archive-recruit .recruit-bn__link {
  position: relative;
  display: block;
  width: 33.3333333333%;
  text-decoration: none;
  color: #fff;
  overflow: hidden;
  border-radius: 0.5rem;
}
.post-type-archive-recruit .recruit-bn__img {
  width: 100%;
  height: 100%;
  position: relative;
}
.post-type-archive-recruit .recruit-bn__img img {
  width: 100%;
  height: 225px;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
.post-type-archive-recruit .recruit-bn__img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(47, 72, 98, 0.1);
  -webkit-transition: background 0.5s ease-in-out;
  transition: background 0.5s ease-in-out;
}
.post-type-archive-recruit .recruit-bn__text {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  z-index: 2;
  width: 100%;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 500;
  padding: 0.5rem 1rem;
  background-color: rgba(47, 72, 98, 0.8);
}
.post-type-archive-recruit .recruit-bn__text::after {
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  display: inline-block;
  content: "\f35d";
  font-size: 0.7em;
  margin-left: 0.35em;
  margin-top: -1.2em;
  vertical-align: middle;
}
.post-type-archive-recruit .recruit-bn__link:hover {
  opacity: 0.8;
}
.post-type-archive-recruit .recruit-bn__link:hover .recruit-bn__img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.post-type-archive-recruit .recruit-bn__link:hover .recruit-bn__img::after {
  background: rgba(234, 128, 128, 0.1);
}
.post-type-archive-recruit .recruit-bn__link:hover .recruit-bn__text {
  background-color: rgba(234, 128, 128, 0.8);
}
@media screen and (max-width: 768px) {
  .post-type-archive-recruit .recruit-bn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
  .post-type-archive-recruit .recruit-bn__link {
    width: 100%;
  }
}
.post-type-archive-recruit .recruit-archive-box {
  background-color: #fff;
  -webkit-box-shadow: 0 3px 10px rgba(47, 72, 98, 0.15);
          box-shadow: 0 3px 10px rgba(47, 72, 98, 0.15);
  overflow: hidden;
  border-radius: 0.5rem;
}
.post-type-archive-recruit .recruit-archive-box img {
  width: 100%;
}
.post-type-archive-recruit .recruit-archive-box .recruit-archive-text {
  padding: 1.5rem;
}
.post-type-archive-recruit .recruit-archive-box .recruit-archive-list {
  list-style: none;
}
.post-type-archive-recruit .recruit-archive-box .recruit-archive-list .recruit-archive-link .recruit-archive-date {
  font-size: 0.95rem;
  color: #889fb6;
}
.post-type-archive-recruit .recruit-archive-box .recruit-archive-list .recruit-archive-link .recruit-archive-title {
  margin-right: 0.5rem;
  font-weight: 500;
  color: #2f4862;
}
.post-type-archive-recruit .recruit-archive-box .recruit-archive-list .recruit-archive-link .recruit-archive-new {
  background-color: #ea8080;
  color: #fff;
  font-size: 0.75rem;
  padding: 0.15rem 0.5rem;
  margin-left: 0.5rem;
  border-radius: 2rem;
}
.post-type-archive-recruit .recruit-archive-box .recruit-archive-list .recruit-archive-link:hover .recruit-archive-date {
  color: #ea8080;
}
.post-type-archive-recruit .recruit-archive-box .recruit-archive-list .recruit-archive-link:hover .recruit-archive-title {
  color: #ea8080;
}
.post-type-archive-recruit .recruit-archive-box .recruit-btn-more.btn-arrow {
  font-size: 1.125rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 1rem;
}
.post-type-archive-recruit .recruit-archive-box .recruit-btn-more.btn-arrow::after {
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 0.5rem;
  margin-top: 0.25rem;
}
.post-type-archive-recruit .recruit-archive-box .recruit-external-link {
  text-align: right;
}
.post-type-archive-recruit .recruit-archive-box .recruit-external-link a {
  font-weight: 500;
  color: #ea8080;
}
.post-type-archive-recruit .recruit-archive-box .recruit-external-link a::after {
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  display: inline-block;
  content: "\f35d";
  font-size: 0.7em;
  margin-left: 0.35em;
  margin-top: -1.2em;
  vertical-align: middle;
}

.post-type-archive-procurement-informat .procurement-simple-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.post-type-archive-procurement-informat .procurement-simple-list li {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 0;
}
.post-type-archive-procurement-informat .procurement-simple-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding: 1rem 0.75rem;
  text-decoration: none;
  color: #2f4862;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.post-type-archive-procurement-informat .procurement-simple-list li a time {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 6.5rem;
  color: #889fb6;
  font-size: 0.9rem;
  font-weight: 700;
}
.post-type-archive-procurement-informat .procurement-simple-list li a time::before {
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  display: inline-block;
  content: "\f017";
  font-weight: 400;
  font-size: 0.8em;
  position: relative;
  top: -0.1em;
  margin-right: 0.25rem;
}
.post-type-archive-procurement-informat .procurement-simple-list li a .procurement-title {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-weight: 500;
  line-height: 1.5;
}
.post-type-archive-procurement-informat .procurement-simple-list li a .procurement-archive-new {
  display: inline-block;
  color: #fff;
  background-color: #ea8080;
  font-size: 0.7em;
  font-weight: bold;
  margin-left: 0.65rem;
  vertical-align: middle;
  padding: 0.25rem 0.5rem;
  border-radius: 2rem;
  line-height: 1.4;
  white-space: nowrap;
}
.post-type-archive-procurement-informat .procurement-simple-list li a:hover {
  background-color: #fff;
}
.post-type-archive-procurement-informat .procurement-simple-list li a:hover .procurement-title {
  color: #ea8080;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.post-type-archive-procurement-informat .no-post-msg {
  color: #6c6563;
  padding: 10px 0;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .post-type-archive-procurement-informat .procurement-simple-list li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .post-type-archive-procurement-informat .procurement-simple-list li a time {
    width: auto;
    margin-bottom: 0.25rem;
  }
}

body.single main ul {
  padding-left: 1.5em;
}
body.single main ul.ul-dot {
  padding-left: 1.2em;
}
body.single main ul.list-style-none {
  padding-left: 0;
}
body.single main ol {
  padding-left: 1.5em;
}
body.single main ol.ol-number {
  padding-left: 0;
}
body.single main img {
  width: 100%;
}
body.single.single-post .page-title-wrap, body.single.single-procurement-informat .page-title-wrap {
  max-width: 800px;
  min-width: auto;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 992px) {
  body.single.single-post .page-title-wrap, body.single.single-procurement-informat .page-title-wrap {
    padding-left: 5%;
    padding-right: 5%;
    margin: 0;
  }
}
body.single section {
  padding-top: 0;
}
body.single time {
  display: inline-block;
  color: #889fb6;
  font-weight: 500;
  white-space: nowrap;
  margin-right: 1rem;
}
body.single time::before {
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  display: inline-block;
  content: "\f017";
  font-weight: 400;
  font-size: 0.8em;
  position: relative;
  top: -0.1em;
  margin-right: 0.25rem;
}
body.single .single-inner {
  max-width: 1080px;
}
body.single .news-supple {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
}
body.single .navigation {
  border-top: 1px solid #999;
  width: 100%;
  margin: 2rem 0 0.8rem;
  padding: 1.2rem 0 0;
  font-size: 85%;
  clear: both;
  text-align: left;
}
body.single .navigation > h2 {
  display: none;
}
body.single .navigation a span {
  display: inline;
  margin-right: 1em;
  padding-right: 1em;
}
body.single .navigation a span.navitext {
  border-right: 1px solid #666;
}
body.single .navigation .nav-previous {
  background-color: #f7f7f7;
  margin-bottom: 0.5rem;
}
body.single .navigation .nav-previous a {
  padding: 0.5rem 1rem;
  display: block;
}
body.single .navigation .nav-next {
  background-color: #f7f7f7;
}
body.single .navigation .nav-next a {
  padding: 0.5rem 1rem;
  display: block;
}

.single-departments .features-list h3 {
  border-bottom: 1px solid #a4b3c3;
}
.single-departments .features-list h3::after {
  display: none;
}
@media screen and (max-width: 768px) {
  .single-departments .department-img-wrap {
    max-width: 300px;
    margin: 0 auto 1rem;
  }
  .single-departments .department-img-wrap img {
    width: 100%;
  }
}
.single-departments .department_link-wrap ul li:last-of-type {
  margin-bottom: 0;
}

.single-recruit .recruit-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
  font-size: 0.95rem;
}
.single-recruit .recruit-date::before {
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  display: inline-block;
  content: "\f017";
  font-weight: 400;
  position: relative;
  margin-right: 0.15rem;
}
.single-recruit .recruit-tag-item {
  display: inline-block;
  color: #2f4862;
  border: 1px solid #2f4862;
  padding: 4px 12px;
  border-radius: 4px;
  font-size: 1rem;
  margin-right: 5px;
}
.single-recruit .recruit-line-share {
  margin-top: 3rem;
  text-align: center;
}/*# sourceMappingURL=basic.css.map */