@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cardo:ital@1&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+Georgian&display=swap");
/*--------------------------------
  General Setting
---------------------------------*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.8;
}

html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Noto Serif JP", serif;
}
html.active {
  position: fixed;
  overflow: hidden;
}

body {
  height: 100%;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #040000;
}
a:hover img {
  opacity: 0.8;
}

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

/*--------------------------------
  共通レイアウト
---------------------------------*/
.container {
  max-width: 1086px;
  margin: 0 auto;
}

.content-main {
  overflow: hidden;
  padding-bottom: 150px;
  margin-top: 70px;
}
@media screen and (max-width: 576px) {
  .content-main {
    padding-bottom: 25%;
    padding-left: 5%;
    padding-right: 5%;
    margin-top: 70px;
  }
}
@media (min-width: 1120px) {
  .content-main {
    padding-bottom: 180px;
    margin-top: 130px;
  }
}

.content-body {
  max-width: 1226px;
  padding-top: 10%;
  margin: 0 5%;
}
@media (min-width: 768px) {
  .content-body {
    padding-top: 80px;
  }
}
@media (min-width: 1120px) {
  .content-body {
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 576px) {
  .content-body {
    margin: 0;
  }
}

.content-inner {
  position: relative;
  padding-left: 5%;
  padding-right: 5%;
}
@media screen and (max-width: 576px) {
  .content-inner {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1120px) {
  .content-inner {
    padding-left: 70px;
    padding-right: 70px;
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.gap-0 {
  gap: 0 !important;
}

@media screen and (max-width: 576px) {
  .col-sm-1 {
    width: 8.33%;
  }
  .col-sm-2 {
    width: 16.66%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33%;
  }
  .col-sm-5 {
    width: 41.66%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33%;
  }
  .col-sm-8 {
    width: 66.66%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33%;
  }
  .col-sm-11 {
    width: 91%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .gap-sm__0px {
    gap: 0 !important;
  }
  .gap-sm__10px {
    gap: 10px !important;
  }
}
@media (min-width: 1120px) {
  .col-lg-1 {
    width: 8.33%;
  }
  .col-lg-2 {
    width: 16.66%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33%;
  }
  .col-lg-5 {
    width: 41.66%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33%;
  }
  .col-lg-8 {
    width: 66.66%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33%;
  }
  .col-lg-11 {
    width: 91%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .gap-lg-0px {
    gap: 0 !important;
  }
  .gap-lg-30px {
    gap: 30px !important;
  }
  .gap-lg-20px {
    gap: 20px !important;
  }
  .gap-lg-60px {
    gap: 60px !important;
  }
}
@media (min-width: 1120px) {
  .col-lg-1 {
    width: 8.33%;
  }
  .col-lg-2 {
    width: 16.66%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33%;
  }
  .col-lg-5 {
    width: 41.66%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33%;
  }
  .col-lg-8 {
    width: 66.66%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33%;
  }
  .col-lg-11 {
    width: 91%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .gap-lg-60px {
    gap: 60px;
  }
  .gap-lg-60px > .col-lg-6 {
    width: calc(50% - 30px);
  }
  .gap-lg-30px {
    gap: 30px;
  }
  .gap-lg-30px > .col-lg-6 {
    width: calc(50% - 15px);
  }
  .pc__hide {
    display: none;
  }
}
.align-center {
  text-align: center;
}

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

.justify-content-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.justify-content-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.justify-content-flex-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.mt-60 {
  margin-top: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

@media screen and (max-width: 576px) {
  .mb-sm-20 {
    margin-bottom: 20px;
  }
  .mb-sm-30 {
    margin-bottom: 30px;
  }
  .mb-sm-50 {
    margin-bottom: 50px;
  }
  .p-sm-20 {
    padding: 20px;
  }
  .sp__hide {
    display: none;
  }
}
@media (min-width: 1120px) {
  .mb-lg-30 {
    margin-bottom: 30px;
  }
  .mb-lg-50 {
    margin-bottom: 50px;
  }
  .p-lg-20 {
    padding: 20px;
  }
  .p-lg-40 {
    padding: 40px;
  }
  .tab__hide {
    display: none;
  }
}
@media (min-width: 1120px) {
  .mb-lg-30 {
    margin-bottom: 30px;
  }
  .mb-lg-50 {
    margin-bottom: 50px;
  }
  .mb-lg-60 {
    margin-bottom: 60px;
  }
  .p-lg-20 {
    padding: 20px;
  }
}
/*--------------------------------
  Header
---------------------------------*/
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  background-color: #d5dce1;
  transition: .3s;
}
@media screen and (max-width: 576px) {
  .site-header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
  }
}

.header-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;
  width: 94%;
  height: 70px;
  margin: 0 auto;
}
@media screen and (max-width: 576px) {
  .header-inner {
    width: 90%;
  }
}
@media (min-width: 1120px) {
  .header-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;
    height: 130px;
    margin: 0 auto;
  }
}

.site-branding {
  height: 40px;
}
@media (min-width: 1120px) {
  .site-branding {
    height: 56px;
  }
}
@media screen and (max-width: 576px) {
  .site-branding {
    height: 30px;
  }
}
.site-branding img {
  width: auto;
  height: 100%;
}

.header-nav {
  display: none;
}
@media (min-width: 1120px) {
  .header-nav {
    display: block;
  }
}
.header-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}
@media screen and (max-width: 576px) {
  .header-nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 5px;
  }
}
@media (min-width: 1120px) {
  .header-nav ul {
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }
}
.header-nav .nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-nav .nav-item.target-blue {
  background-color: #78C8E6;
  border-radius: 12px;
  padding: 7px 20px 7px 20px;
  position: relative;
  overflow: hidden;
}
.header-nav .nav-item.target-blue:after {
  position: absolute;
  z-index: 1;
  content: "";
  background-image: url('../../common/img/icon-hospital-w.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
  bottom: 0;
  right: 18px;
  display: block;
  height: 90%;
  width: 100px;
  opacity: .4;
}
.header-nav .nav-item.target-blue a::after {
  content: unset;
}
/*add20241206*/
.header-nav ul {
  justify-content: flex-end;
}
.header-nav ul + ul{
margin-top: 7px;
}
.header-nav .nav-item.target-orange {
  background-color: #F0B13B;
  border-radius: 12px;
  padding: 7px 20px 7px 20px;
  position: relative;
  overflow: hidden;
}
.header-nav .nav-item.target-orange:after {
  position: absolute;
  z-index: 1;
  content: "";
  background-image: url('../../common/img/icon-hospital-w.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
  bottom: 0;
  right: 18px;
  display: block;
  height: 90%;
  width: 100px;
  opacity: .4;
}
.header-nav .nav-item.target-orange a::after {
  content: unset;
}
.header-nav .nav-item.target-green {
  background-color: #82D26E;
  border-radius: 12px;
  padding: 7px 20px 7px 20px;
  position: relative;
  overflow: hidden;
}
.header-nav .nav-item.target-green:after {
  position: absolute;
  z-index: 1;
  content: "";
  background-image: url('../../common/img/icon-owner-w.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
  bottom: 0;
  right: 0;
  display: block;
  height: 90%;
  width: 100px;
  opacity: .4;
}

.header-nav .nav-item.target-green a::after {
  content: unset;
}
.header-nav .nav-item>a:has(span) {
  display: flex;
  flex-direction: column;
  z-index: 2;
}
.header-nav .nav-item>a>span {
  color: #fff;
  font-size: smaller;
}

.header-nav .nav-item a {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.75;
  letter-spacing: 0.04em;
  position: relative;
}
@media screen and (max-width: 576px) {
  .header-nav .nav-item a {
    font-size: 0.65rem;
  }
}
.header-nav .nav-item a::after {
  content: "";
  display: block;
  background-color: #939393;
  width: 100%;
  height: 3px;
  margin-top: 10px;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  bottom: -10px;
}
.header-nav .nav-item a:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.menu-toggle {
  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-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 52px;
  margin-top: -8px;
  z-index: 999;
  cursor: pointer;
}
@media (min-width: 1120px) {
  .menu-toggle {
    display: none;
    outline: none;
  }
}
.menu-toggle .menu-toggle__bars {
  position: relative;
  width: 48px;
  height: 12px;
}
.menu-toggle .menu-toggle__bars span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #040000;
}
.menu-toggle .menu-toggle__bars span:nth-of-type(1) {
  top: 0;
  z-index: 1;
}
.menu-toggle .menu-toggle__bars span:nth-of-type(2) {
  bottom: 0;
}
.menu-toggle small {
  margin-bottom: 3px;
  color: #040000;
  font-family: "Times New Roman", "Cardo", serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 576px) {
  .menu-toggle small {
    font-size: 0.9rem;
  }
}
.menu-toggle.active .menu-toggle__bars span:nth-of-type(1) {
  -webkit-transform: translateY(-5px) rotate(45deg);
          transform: translateY(-5px) rotate(45deg);
}
.menu-toggle.active .menu-toggle__bars span:nth-of-type(2) {
  -webkit-transform: translateY(-15px) rotate(-45deg);
          transform: translateY(-15px) rotate(-45deg);
}
.menu-toggle.active small {
  opacity: 0;
}

.header-nav-sp {
  display: none;
  width: 100%;
  height: calc(100vh - 70px);
  background-color: #fff;
  padding: 20px;
  overflow-y: auto;
}
.header-nav-sp > ul {
  padding-bottom: 80px;
}
.header-nav-sp > ul > li {
  border-bottom: 1px solid #d5dce1;
  font-weight: 500;
  padding: 10px 20px;
}
.header-nav-sp > ul > li:has(.sub-menu) {
  position: relative;
}
.header-nav-sp > ul > li:has(.sub-menu)::before, .header-nav-sp > ul > li:has(.sub-menu)::after {
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  background-color: #040000;
  position: absolute;
  top: 25px;
  right: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform-origin: 0 0 0;
          transform-origin: 0 0 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header-nav-sp > ul > li:has(.sub-menu)::after {
  -webkit-transform: rotate(90deg) translateY(-50%);
          transform: rotate(90deg) translateY(-50%);
}
.header-nav-sp > ul > li:has(.sub-menu).open::before {
  -webkit-transform: rotate(90deg) translateY(-50%);
          transform: rotate(90deg) translateY(-50%);
}
.header-nav-sp > ul > li a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
}
@media screen and (max-width: 576px) {
  .header-nav-sp > ul > li a {
    font-size: 0.9rem;
  }
}
.header-nav-sp > ul > li .sub-menu {
  display: none;
  margin-top: 10px;
}
.header-nav-sp > ul > li .sub-menu li {
  padding: 5px 0;
}
.header-nav-sp > ul > li .sub-menu li::before {
  content: "―";
  display: inline-block;
  margin-right: 2px;
}
.header-nav-sp > ul > li .sub-menu li a {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 300;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 576px) {
  .header-nav-sp > ul > li .sub-menu li a {
    font-size: 0.75rem;
  }
}
.header-nav-sp > ul > li .sub-menu li li {
  margin-left: 1.3em;
  padding-bottom: 0;
}

/*--------------------------------
  Footer
---------------------------------*/
.page-top {
  position: fixed;
  right: 0;
  bottom: 55px;
  z-index: 3;
}
.page-top 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;
  width: 50px;
  height: 50px;
  background: #040000;
  border-top: 2px solid #040000;
  border-bottom: 2px solid #040000;
  border-left: 2px solid #040000;
  border-radius: 4px 0 0 4px;
}
.page-top a:hover {
  width: 60px;
  background: #fff;
}

.site-footer {
  width: 100%;
  background-color: #d5dce1;
  font-family: "Noto Sans JP", sans-serif;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 1120px) {
  .site-footer {
    padding-top: 74px;
  }
}
.site-footer .site-branding {
  height: 46px;
}
@media screen and (max-width: 576px) {
  .site-footer .site-branding {
    text-align: center;
  }
  .site-footer .site-branding img {
    margin-left: -24px;
  }
}
@media (min-width: 768px) {
  .site-footer .site-branding {
    height: 56px;
    padding-left: 30px;
  }
}

.footer-inner {
  display: grid;
  -webkit-column-gap: 80px;
     -moz-column-gap: 80px;
          column-gap: 80px;
  width: 94%;
  padding-bottom: 80px;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .footer-inner {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
}

.footer-sns-links {
  grid-column-start: 1;
  grid-row-start: 2;
  align-self:end;
  grid-row: 3;
  padding-top: 30px;
  line-height: 40px;
}
.footer-sns-links img {
  border-radius: 20px;
  height: 40px;
  width: 40px;
  margin-right: 15px;
}
@media screen and (max-width: 576px) {
  .footer-sns-links {
    padding: 20px 20px 0;
  }
}
@media (min-width: 768px) {
  .footer-sns-links {
    padding-left: 30px;
  }
}
@media (min-width: 1200px) {
  .footer-sns-links {
    padding-top: 0;
    grid-row: auto;
  }
}

.footer-nav {
  padding-top: 30px;
}
@media screen and (max-width: 576px) {
  .footer-nav {
    padding: 0 20px;
  }
}
@media (min-width: 768px) {
  .footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0 30px;
    padding-left: 40px;
  }
}
@media (min-width: 1200px) {
  .footer-nav {
    grid-row: span 2 / span 2;
    grid-column-start: 2;
    grid-row-start: 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 50px;
    padding-top: 0;
  }
}
.footer-nav a:hover {
  color: #3fa9f5;
}
.footer-nav h3 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.75;
  margin-bottom: 10px;
}
@media screen and (max-width: 576px) {
  .footer-nav h3 {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 576px) {
  .footer-nav h3 {
    margin-top: 20px;
  }
}
.footer-nav ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 10px;
}
.footer-nav ul li {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 576px) {
  .footer-nav ul li {
    font-size: 0.6rem;
  }
}
.footer-nav ul li::before {
  content: "─";
  margin-right: 4px;
}
.footer-nav ul li ul {
  margin-bottom: 0;
  padding-left: 1.3rem;
}
.footer-nav a {
  font-family: "Noto Sans JP", sans-serif;
}
.footer-nav .external::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  -webkit-mask-image: url("/common/img/icon-external.svg");
          mask-image: url("/common/img/icon-external.svg");
  background-color: #040000;
  margin-left: 10px;
}

.copyright {
  width: 94%;
  font-size: 9px;
  font-size: 0.5625rem;
  line-height: 1.75;
  letter-spacing: 0.02em;
  text-align: left;
  margin: 0 auto;
}
@media screen and (max-width: 576px) {
  .copyright {
    font-size: 0.45rem;
  }
}
@media (min-width: 768px) {
  .copyright {
    text-align: right;
  }
}

/*--------------------------------
  Aside
---------------------------------*/
/*--------------------------------
	共通パーツ
---------------------------------*/
.js-toggle-item {
  border: 1px solid #040000;
}
.js-toggle-item :hover {
  background-color: #dde9f0;
  -webkit-transition: 1s;
  transition: 1s;
}
.js-toggle-item:not(:last-child) {
  margin-bottom: 20px;
}
.js-toggle-item.open {
  border: none;
}
.js-toggle-item.open .js-toggle-button {
  background-image: linear-gradient(150deg, rgb(63, 169, 245), rgb(226, 239, 241));
  color: #fff;
}
.js-toggle-item.open .js-toggle-button .open-shut::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.js-toggle-button {
  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;
  min-height: 70px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.js-toggle-button span {
  margin-top: -0.5em;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.17em;
  line-height: 1.4;
}
@media screen and (max-width: 576px) {
  .js-toggle-button span {
    font-size: 0.75rem;
  }
}
.js-toggle-button span::before {
  content: "Q.";
  font-family: "Noto Serif JP", serif;
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-right: 20px;
}
@media screen and (max-width: 576px) {
  .js-toggle-button span::before {
    font-size: 1.05rem;
  }
}
.js-toggle-button .open-shut {
  display: block;
  width: 26px;
  height: 26px;
  position: relative;
}
.js-toggle-button .open-shut::before, .js-toggle-button .open-shut::after {
  content: "";
  display: block;
  width: 26px;
  height: 1px;
  background-color: #231815;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transform-origin: 50% 50% 0;
          transform-origin: 50% 50% 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.js-toggle-button .open-shut::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.js-toggle-body {
  display: none;
  padding-top: 30px;
  padding-bottom: 50px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
.js-toggle-body p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.024em;
}
@media screen and (max-width: 576px) {
  .js-toggle-body p {
    font-size: 0.75rem;
  }
}
.js-toggle-body p:not(:last-child) {
  margin-bottom: 2rem;
}
.js-toggle-body p:first-child::before {
  content: "A.";
  font-family: "Noto Serif JP", serif;
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-right: 20px;
}
@media screen and (max-width: 576px) {
  .js-toggle-body p:first-child::before {
    font-size: 1.05rem;
  }
}
.js-toggle-body a {
  color: #3296d4;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  text-decoration: underline;
}
.js-toggle-body ul {
  list-style: disc;
  margin-left: 2rem;
}

[class*=bl_bubble__] {
  display: inline-block;
  position: relative;
  padding: 0 10px;
  text-align: center;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
[class*=bl_bubble__]::after {
  content: "";
  height: 8px;
  width: 8px;
  pointer-events: none;
  position: absolute;
  margin-left: -6px;
  top: 100%;
  left: 50%;
}

.bl_bubble__red {
  background: #D92B2B;
  color: #fff;
}
.bl_bubble__red::after {
  background: linear-gradient(135deg, #D92B2B 0%, #D92B2B 50%, transparent 50%, transparent 100%);
  border-top-color: #D92B2B;
}

.bl_bubble__orange {
  background: var(--secondary_d_color);
  color: #fff;
}
.bl_bubble__orange::after {
  background: linear-gradient(135deg, #F26500 0%, #F26500 50%, transparent 50%, transparent 100%);
  border-top-color: var(--secondary_d_color);
}

.breadcrumb {
  width: 90%;
  margin: 0 auto;
  position: relative;
}
.breadcrumb ul {
  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;
  height: 70px;
  margin-bottom: 20px;
}
.breadcrumb ul li {
  display: inline-block;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 500;
}
@media screen and (max-width: 576px) {
  .breadcrumb ul li {
    font-size: 0.5rem;
  }
}
.breadcrumb ul li:not(:last-child)::after {
  content: "/";
  display: inline-block;
  margin: 0 0.5rem;
}
.breadcrumb ul li a {
  position: relative;
}
.breadcrumb ul li a::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #040000;
  position: absolute;
  bottom: -6px;
}
@media (min-width: 1200px) {
  .breadcrumb {
    max-width: 1150px;
  }
}
@media screen and (max-width: 576px) {
  .breadcrumb {
    width: 100%;
  }
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 24px 7px 30px;
  background-color: #3fa9f5;
  border-radius: 50px;
  border-color: #3fa9f5;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 32px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #fff), color-stop(50%, transparent));
  background-image: linear-gradient(90deg, #fff 50%, transparent 50%);
  background-position: 100%;
  background-size: 400%;
  -webkit-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  font-size: 1.2rem;
}
.btn:hover {
  color: #3fa9f5;
  background-position: 0;
}
.btn.center {
  margin: 0 auto;
}
.btn.right {
  margin-left: auto;
  margin-right: 0;
}
.btn.bottom {
  margin-top: auto;
  margin-bottom: 0;
}
.btn.disable {
  pointer-events: none;
  opacity: 0.4;
}
@media screen and (max-width: 576px) {
  .btn {
    font-size: 0.8rem;
    line-height: 28px;
    padding: 10px 20px;
  }
}

.btn-white {
  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;
  min-width: 150px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fff;
  border: 1px solid #040000;
  border-radius: 100px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  color: #040000;
  letter-spacing: 0.05em;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
}
.btn-white::after {
  content: "＞";
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.btn-white:hover {
  color: #040000;
}
@media screen and (max-width: 576px) {
  .btn-white {
    padding: 10px 20px;
    font-size: 0.8rem;
    line-height: 28px;
  }
}

.btn.small,
.btn-white.small {
  min-width: auto;
  width:auto;
  display: inline;
  padding: 3px 12px 5px 10px;
  line-height: 20px;
  font-size: 0.7rem;
  border: 1px solid #808080;
  color: #808080;
}
@media screen and (max-width: 576px) {
  .btn.small,
  .btn-white.small {
    font-size: 0.55rem;
  }
}

.cta-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 576px) {
  .cta-button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin-top: 90px;
  }
}
@media (min-width: 1120px) {
  .cta-button {
    gap: 110px;
    padding-left: 58px;
    padding-right: 58px;
    margin-top: 180px;
  }
}
.cta-button a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 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;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  letter-spacing: 0.1em;
  position: relative;
}
@media screen and (max-width: 576px) {
  .cta-button a {
    min-height: 80px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 576px) and (max-width: 576px) {
  .cta-button a {
    font-size: 0.9rem;
  }
}
@media (min-width: 1120px) {
  .cta-button a {
    min-height: 146px;
    font-size: 47px;
    font-size: 2.9375rem;
  }
}
@media screen and (min-width: 1120px) and (max-width: 576px) {
  .cta-button a {
    font-size: 2.35rem;
  }
}
.cta-button a::before {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 43px);
  border-left: 1px solid #040000;
  border-right: 1px solid #040000;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.cta-button a::after {
  content: "";
  display: block;
  width: calc(100% - 43px);
  height: 100%;
  border-top: 1px solid #040000;
  border-bottom: 1px solid #040000;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.bl_cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bl_card_item {
  position: relative;
  margin: 10px;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}
.bl_card_item:hover .bl_card_thumbnail img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.bl_card_item:hover [class*=btn__]::before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.bl_card_thumbnail {
  overflow: hidden;
}
.bl_card_thumbnail figure {
  margin: 0;
}
.bl_card_thumbnail figure img {
  border-radius: 5px 5px 0 0;
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media screen and (max-width: 576px) {
  .bl_card_body {
    padding: 0 20px;
  }
}
@media (min-width: 1120px) {
  .bl_card_body {
    padding: 0 35px;
  }
}

.el_card_title {
  color: var(--primary_d_color);
}
.el_card_title a {
  display: block;
  color: inherit;
  text-decoration: none;
  font-weight: inherit;
}
.el_card_title a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  background-color: rgba(0, 0, 0, 0);
}
.el_card_title a:hover {
  color: var(--secondary_color);
}

.bl_categoryList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
  list-style: none;
  padding: 0;
  position: relative;
  z-index: 1;
}
.bl_categoryList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  color: #333;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
  padding: 5px;
  margin: 0;
}
@media screen and (max-width: 576px) {
  .bl_categoryList li {
    font-size: 0.7rem;
  }
}
@media (min-width: 1120px) {
  .bl_categoryList li {
    padding: 0 5px;
  }
}
.bl_categoryList li a {
  color: inherit;
  text-decoration: none;
}
@media (min-width: 1120px) {
  .bl_categoryList li a {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 1120px) and (max-width: 576px) {
  .bl_categoryList li a {
    font-size: 0.7rem;
  }
}
.bl_categoryList li a:hover {
  color: var(--secondary_color);
}

[class*=bl_card_item__label] {
  color: #fff;
  font-weight: 700;
  padding: 4px 10px 5px;
  position: absolute;
  top: 0;
  left: 0;
}

.bl_card_item__label-blue {
  background-color: #2654BF;
}
.bl_card_item__label-green {
  background-color: #00872D;
}

.bl_card-item__horizontal {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
@media (min-width: 1120px) {
  .bl_card-item__horizontal {
    width: 91.6666666667%;
    margin: 30px auto;
  }
  .bl_card-item__horizontal.left {
    margin-left: 0;
    margin-right: auto;
  }
  .bl_card-item__horizontal.right {
    margin-left: auto;
    margin-right: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.page-navi {
  margin-top: 40px;
}
@media (min-width: 1120px) {
  .page-navi {
    margin-top: 80px;
  }
}
.page-navi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1120px) {
  .page-navi ul {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
.page-navi ul li {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 500;
}
@media screen and (max-width: 576px) {
  .page-navi ul li {
    font-size: 0.85rem;
  }
}
.page-navi ul li 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;
  width: 30px;
  height: 30px;
  color: #acacab;
}
.page-navi ul li.current a {
  color: #71c6d4;
}
.page-navi ul li.next a {
  width: 42px;
  height: 42px;
  background-color: #71c6d4;
  border-radius: 50%;
  color: #fff;
}

.section-customer {
  margin-top: 100px;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background-color: rgba(183, 163, 139, 0.1);
}
@media (min-width: 1120px) {
  .section-customer {
    margin-top: 130px;
  }
}
.section-customer .section-inner {
  padding: 40px 20px;
  margin: 0 auto;
}
@media (min-width: 1120px) {
  .section-customer .section-inner {
    max-width: 1260px;
    padding: 80px 50px;
  }
}
.section-customer .customer-column {
  display: grid;
  row-gap: 50px;
  border-left: 0.85px solid #040000;
  border-right: 0.85px solid #040000;
  padding: 0 20px;
}
@media (min-width: 1120px) {
  .section-customer .customer-column {
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 100px;
       -moz-column-gap: 100px;
            column-gap: 100px;
    padding: 0 50px;
  }
}
.section-customer .customer-item h3 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 576px) {
  .section-customer .customer-item h3 {
    font-size: 1rem;
  }
}
@media (min-width: 1120px) {
  .section-customer .customer-item h3 {
    font-size: 27px;
    font-size: 1.6875rem;
  }
}
@media screen and (min-width: 1120px) and (max-width: 576px) {
  .section-customer .customer-item h3 {
    font-size: 1.35rem;
  }
}
.section-customer .customer-item > img {
  width: 100%;
}
.section-customer .customer-item.owner h3 {
  color: #82d26e;
}
.section-customer .customer-item.owner .contents-list .btn {
  background-color: #82d26e;
}
.section-customer .customer-item.owner .contents-list .btn:hover {
  color: #82d26e;
}
.section-customer .customer-item.hospital h3 {
  color: #78c8e6;
}
.section-customer .customer-item.hospital .contents-list .btn {
  background-color: #78c8e6;
}
.section-customer .contents-list {
  display: grid;
  gap: 6px;
  margin-top: 30px;
}
@media (min-width: 1120px) {
  .section-customer .contents-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
@media screen and (max-width: 576px) {
  .section-customer .contents-list {
    margin-top: 5vw;
    gap: 10px;
  }
}
.section-customer .contents-list li .btn {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  min-height: 46px;
  height: 100%;
  font-size: 1rem;
  line-height: 1.2;
}
.section-customer .contents-list li .btn::after {
  content: "＞";
  display: inline-block;
  margin-left: 10px;
}
.section-customer .btn.disable {
  background-color: #c2ced5 !important;
  pointer-events: none;
  cursor: default;
}
.section-customer .btn.disable em {
  margin-left: 0.5em;
  font-size: 0.8em;
  line-height: 1.2;
  font-family: "Times New Roman", "Cardo", serif;
  color: #708693;
}
@media screen and (min-width: 1120px) and (max-width: 1220px) {
  .section-customer .btn.disable em {
    display: block;
    margin-left: 0;
  }
}

.entry-content .bl_table__default {
  margin-top: 20px;
  border-collapse: unset;
  border-spacing: unset;
}
@media screen and (max-width: 576px) {
  .entry-content .bl_table__default {
    mdle-layout: fixed;
  }
}
@media screen and (max-width: 576px) {
  .entry-content .bl_table__default tr {
    border-bottom: 1px solid #D4D4D4;
  }
}
@media screen and (max-width: 576px) {
  .entry-content .bl_table__default tr:first-child td:first-of-type {
    border-top: 1px solid #D4D4D4;
  }
}
@media (min-width: 1120px) {
  .entry-content .bl_table__default tr:first-child td:first-of-type {
    white-space: nowrap;
    width: 0;
  }
}
.entry-content .bl_table__default tr th,
.entry-content .bl_table__default tr td {
  border-left: none;
  border-right: none;
  padding: 15px;
  min-width: 200px;
}
.entry-content .bl_table__default tr th:first-child,
.entry-content .bl_table__default tr td:first-child {
  background: #F5F5F5;
  padding-left: 0;
}
@media screen and (max-width: 576px) {
  .entry-content .bl_table__default tr th:first-child,
  .entry-content .bl_table__default tr td:first-child {
    padding-top: 15px;
    padding-bottom: 0;
  }
}
@media (min-width: 1120px) {
  .entry-content .bl_table__default tr th:first-child,
  .entry-content .bl_table__default tr td:first-child {
    vertical-align: top;
  }
}
@media screen and (max-width: 576px) {
  .entry-content .bl_table__default tr th,
  .entry-content .bl_table__default tr td {
    display: block;
    border-top: none;
    width: 100%;
    padding-top: 5px;
    padding-left: 0;
    border-top: 0;
    border-bottom: 0;
  }
}
@media (min-width: 1120px) {
  .entry-content .bl_table__default tr th,
  .entry-content .bl_table__default tr td {
    border-top: 1px solid #D4D4D4;
    border-bottom: 1px solid #D4D4D4;
  }
}

@media screen and (max-width: 576px) {
  .fs--sm-14 {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 576px) and (max-width: 576px) {
  .fs--sm-14 {
    font-size: 0.7rem;
  }
}
@media screen and (max-width: 576px) {
  .fs--sm-55 {
    font-size: 55px;
    font-size: 3.4375rem;
  }
}
@media screen and (max-width: 576px) and (max-width: 576px) {
  .fs--sm-55 {
    font-size: 2.75rem;
  }
}
@media screen and (max-width: 576px) {
  .fs--sm-60 {
    font-size: 60px;
    font-size: 3.75rem;
  }
}
@media screen and (max-width: 576px) and (max-width: 576px) {
  .fs--sm-60 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 576px) {
  .fs--sm-65 {
    font-size: 65px;
    font-size: 4.0625rem;
  }
}
@media screen and (max-width: 576px) and (max-width: 576px) {
  .fs--sm-65 {
    font-size: 3.25rem;
  }
}

@media (min-width: 1120px) {
  .sm-only {
    display: none;
  }
}

@media screen and (max-width: 576px) {
  .lg-only {
    display: none;
  }
}

/*--------------------------------
  404ページ
---------------------------------*/
/*--------------------------------
  下層ページ（共通）
---------------------------------*/
.eyecatch {
  width: 100%;
  height: 30vh;
  min-height: 380px;
  max-height: 520px;
  margin: 0 auto;
  position: relative;
}
.eyecatch.eyecatch-min {
  height: 24vh;
  max-height: 300px;
  min-height: 230px;
  background-image: linear-gradient(150deg, rgb(63, 169, 245), rgb(226, 239, 241));
}
.eyecatch.eyecatch-min picture {
  display: block;
  height: 100%;
}
@media screen and (max-width: 576px) {
  .eyecatch.eyecatch-min picture img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.eyecatch.eyecatch-min h1 {
  text-align: center;
}
.eyecatch.eyecatch-min h1 span {
  font-weight: 700;
}
.eyecatch.eyecatch-min h1::after {
  color: #fff;
  font-family: "Times New Roman", "Cardo", serif;
  font-size: 55px;
  font-size: 3.4375rem;
  font-weight: 400;
  font-style: italic;
  line-height: 1;
  letter-spacing: 0.01em;
  opacity: 0.4;
  white-space: nowrap;
}
@media screen and (max-width: 576px) {
  .eyecatch.eyecatch-min h1::after {
    font-size: 2.75rem;
  }
}
@media screen and (max-width: 576px) {
  .eyecatch.eyecatch-min {
    min-height: 180px;
  }
  .eyecatch.eyecatch-min h1::after {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 576px) and (max-width: 576px) {
  .eyecatch.eyecatch-min h1::after {
    font-size: 2rem;
  }
}
@media screen and (max-width: 576px) {
  .eyecatch.eyecatch-min h1 span {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 576px) and (max-width: 576px) {
  .eyecatch.eyecatch-min h1 span {
    font-size: 1.4rem;
  }
}
@media (min-width: 1120px) {
  .eyecatch.eyecatch-min h1::after {
    font-size: 85px;
    font-size: 5.3125rem;
  }
}
@media screen and (min-width: 1120px) and (max-width: 576px) {
  .eyecatch.eyecatch-min h1::after {
    font-size: 4.25rem;
  }
}
.eyecatch h1 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
}
.eyecatch h1.white {
  color: #fff;
}
.eyecatch h1 span {
  display: block;
  font-size: 45px;
  font-size: 2.8125rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-shadow: 0 0 6px #2d6470;
}
@media screen and (max-width: 576px) {
  .eyecatch h1 span {
    font-size: 2.25rem;
  }
}
.eyecatch h1::after {
  content: attr(data-en);
  display: block;
  color: rgba(255, 255, 255, 0.4);
  font-family: "Times New Roman", "Cardo", serif;
  font-size: 45px;
  font-size: 2.8125rem;
  line-height: 1;
  font-style: italic;
  white-space: nowrap;
}
@media screen and (max-width: 576px) {
  .eyecatch h1::after {
    font-size: 2.25rem;
  }
}
@media (min-width: 1120px) {
  .eyecatch h1::after {
    font-size: 85px;
    font-size: 5.3125rem;
  }
}
@media screen and (min-width: 1120px) and (max-width: 576px) {
  .eyecatch h1::after {
    font-size: 4.25rem;
  }
}
@media screen and (max-width: 576px) {
  .eyecatch h1::after {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 576px) and (max-width: 576px) {
  .eyecatch h1::after {
    font-size: 1.5rem;
  }
}
.eyecatch picture {
  height: 100%;
  display: block;
  overflow: hidden;
}
.eyecatch picture img {
  position: relative;
  display: inline-block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: none;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 1120px) {
  .eyecatch {
    height: 55vh;
  }
}
@media screen and (max-width: 576px) {
  .eyecatch {
    width: 112%;
    min-height: 240px;
    margin: 0 -6% 0 -6%;
  }
  .eyecatch h1 span {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 576px) {
  .section-default {
    padding-top: 80px;
    padding-left: 20px;
  }
}
@media (min-width: 1120px) {
  .section-default {
    padding-top: 126px;
    padding-left: 70px;
  }
}
.section-default:first-of-type {
  padding-top: 0;
}
.section-default .section-title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.124em;
  position: relative;
}
@media screen and (max-width: 576px) {
  .section-default .section-title {
    font-size: 1.2rem;
  }
}
@media (min-width: 1120px) {
  .section-default .section-title {
    font-size: 33px;
    font-size: 2.0625rem;
  }
}
@media screen and (min-width: 1120px) and (max-width: 576px) {
  .section-default .section-title {
    font-size: 1.65rem;
  }
}
.section-default .section-title::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background-image: url("../../common/img/stairs.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: -35px;
}
@media (min-width: 1120px) {
  .section-default .section-title::before {
    width: 100px;
    height: 100px;
    left: -70px;
  }
}

.content-header {
  padding-bottom: 10%;
  padding-left: 5%;
  padding-right: 5%;
}
@media screen and (max-width: 576px) {
  .content-header {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .content-header {
    padding-bottom: 100px;
  }
}
.content-header h2 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.174em;
  position: relative;
}
@media screen and (max-width: 576px) {
  .content-header h2 {
    font-size: 1.2rem;
  }
}
@media (min-width: 1120px) {
  .content-header h2 {
    font-size: 49px;
    font-size: 3.0625rem;
  }
}
@media screen and (min-width: 1120px) and (max-width: 576px) {
  .content-header h2 {
    font-size: 2.45rem;
  }
}
.content-header h2::before {
  content: attr(data-en);
  display: block;
  color: #040000;
  font-family: "Times New Roman", "Cardo", serif;
  font-style: italic;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
@media (min-width: 1120px) {
  .content-header h2::before {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}
@media screen and (min-width: 1120px) and (max-width: 576px) {
  .content-header h2::before {
    font-size: 1.25rem;
  }
}
.content-header .lead-text {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 2.2;
  letter-spacing: 0.07em;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .content-header .lead-text {
    font-size: 1rem;
  }
}
@media screen and (max-width: 576px) {
  .content-header .lead-text {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 576px) and (max-width: 576px) {
  .content-header .lead-text {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 576px) {
  .content-header .lead-text br {
    display: none;
  }
}

.lead-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
@media screen and (max-width: 576px) {
  .lead-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 1120px) {
  .lead-block {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.lead-block .section-title {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.lead-block .lead-text {
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.055em;
  text-align: justify;
}
@media (min-width: 1120px) {
  .lead-block .lead-text {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1120px) and (max-width: 576px) {
  .lead-block .lead-text {
    font-size: 1rem;
  }
}
@media screen and (max-width: 576px) {
  .lead-block .lead-text {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.8;
  }
}
@media screen and (max-width: 576px) and (max-width: 576px) {
  .lead-block .lead-text {
    font-size: 0.7rem;
  }
}

.relation-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10% 5%;
}
@media screen and (max-width: 576px) {
  .relation-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin: 90px 0 0 0;
  }
}
@media (min-width: 1120px) {
  .relation-link {
    max-width: 970px;
    -webkit-column-gap: 66px;
       -moz-column-gap: 66px;
            column-gap: 66px;
    margin: 0 auto;
    margin-top: 180px;
  }
}
.relation-link .relation-link-item,
.relation-link a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 20px;
  background-color: #e4f0ec;
  -webkit-box-shadow: 6px 6px 10px rgba(35, 24, 21, 0.3);
          box-shadow: 6px 6px 10px rgba(35, 24, 21, 0.3);
  color: #666666;
  font-weight: 500;
  letter-spacing: 0.022em;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.relation-link .relation-link-item:hover,
.relation-link a:hover {
  background-color: #dde9f0;
  -webkit-box-shadow: 3px 3px 10px rgba(35, 24, 21, 0.3);
          box-shadow: 3px 3px 10px rgba(35, 24, 21, 0.3);
  -webkit-transition: 1s;
  transition: 1s;
}
@media screen and (max-width: 576px) {
  .relation-link .relation-link-item,
  .relation-link a {
    min-height: 80px;
  }
}
@media (min-width: 1120px) {
  .relation-link .relation-link-item,
  .relation-link a {
    max-height: 135px;
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1120px) and (max-width: 576px) {
  .relation-link .relation-link-item,
  .relation-link a {
    font-size: 1.2rem;
  }
}
.relation-link .relation-link-item img,
.relation-link a img {
  max-width: 80px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1120px) {
  .relation-link .relation-link-item img,
  .relation-link a img {
    max-width: 135px;
  }
}
.relation-link .relation-link-item > div,
.relation-link a > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: 12px;
  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: 0 30px;
  line-height: 1.6;
}
@media (min-width: 1120px) {
  .relation-link .relation-link-item > div,
  .relation-link a > div {
    max-height: 135px;
    padding: 30px;
  }
}
.relation-link .relation-link-item > div::after,
.relation-link a > div::after {
  content: "";
  display: block;
  width: 20px;
  height: 17px;
  background-image: url("../../common/img/arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.relation-link .relation-link-item.coming-soon,
.relation-link a.coming-soon {
  background-color: #d5dce1 !important;
  pointer-events: none;
  cursor: default;
  opacity: 0.7;
}
.relation-link .relation-link-item.coming-soon > div::after,
.relation-link a.coming-soon > div::after {
  content: none;
}
.relation-link .relation-link-item.coming-soon small,
.relation-link a.coming-soon small {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 576px) {
  .relation-link .relation-link-item.coming-soon small,
  .relation-link a.coming-soon small {
    font-size: 0.7rem;
  }
}

.relation-link-l a {
  height: 135px;
  max-height: none;
}
@media (min-width: 768px) {
  .relation-link-l a {
    height: 210px;
  }
}
.relation-link-l a img {
  width: 135px;
  max-width: none;
}
@media (min-width: 768px) {
  .relation-link-l a img {
    width: 50%;
    max-width: 450px;
  }
}

.page_error .en {
  margin-top: 1em;
}

/*--------------------------------
	トップページ
---------------------------------*/
@media screen and (max-width: 576px) {
  .top .content-body {
    margin-right: 0;
    margin-left: 0;
  }
}

.top-section {
  padding-top: 8%;
  padding-bottom: 50px;
}
@media (min-width: 1120px) {
  .top-section {
    padding-top: 80px;
    padding-bottom: 130px;
  }
}
.top-section .section-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 30px;
}
@media screen and (max-width: 576px) {
  .top-section .section-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 1120px) {
  .top-section .section-columns {
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
  }
}
.top-section .section-columns.full {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
.top-section .section-columns .column {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
}
.top-section .section-columns .column p {
  font-weight: 700;
  letter-spacing: 0.143em;
  line-height: 2;
}
@media screen and (max-width: 576px) {
  .top-section .section-columns .column p {
    padding: 0 5vw;
  }
}
@media (min-width: 768px) {
  .top-section .section-columns .column p {
    font-size: 1.6vw;
  }
}
@media (min-width: 1200px) {
  .top-section .section-columns .column p {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1200px) and (max-width: 576px) {
  .top-section .section-columns .column p {
    font-size: 1.2rem;
  }
}
.top-section .section-columns .column img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-section .section-columns .column.img {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  overflow: hidden;
  max-height: 480px;
}
@media (min-width: 768px) {
  .top-section .section-columns .column {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .top-section .section-columns .column.img {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
.top-section .section-lead.center {
  text-align: center;
}
.top-section .section-lead.center:not(:last-child) {
  margin-bottom: 2em;
}
.top-section .section-lead p {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.085em;
  line-height: 2;
  margin-bottom: 50px;
}
@media screen and (max-width: 576px) {
  .top-section .section-lead p {
    font-size: 0.8rem;
  }
}
@media (min-width: 1120px) {
  .top-section .section-lead p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1120px) and (max-width: 576px) {
  .top-section .section-lead p {
    font-size: 1rem;
  }
}

.section-overview h3,
.top-section h2 {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 50px;
  position: relative;
}
@media screen and (max-width: 576px) {
  .section-overview h3,
  .top-section h2 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 576px) {
  .section-overview h3,
  .top-section h2 {
    margin-bottom: 3%;
  }
}
.section-overview h3.border,
.top-section h2.border {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.section-overview h3.border::before,
.top-section h2.border::before {
  content: "";
  display: block;
  width: 5px;
  height: 54%;
  background-color: #040000;
  position: absolute;
  left: -30px;
}
@media (min-width: 1120px) {
  .section-overview h3.border::before,
  .top-section h2.border::before {
    left: -40px;
  }
}

.top-section h2::after {
  content: attr(data-en);
  display: block;
  color: #e5e5e4;
  font-family: "Times New Roman", "Cardo", serif;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 400;
  font-style: italic;
  line-height: 1.8;
}
@media screen and (max-width: 576px) {
  .top-section h2::after {
    font-size: 1.4rem;
  }
}
@media (min-width: 1120px) {
  .top-section h2::after {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1120px) and (max-width: 576px) {
  .top-section h2::after {
    font-size: 2rem;
  }
}
@media (min-width: 1120px) {
  .top-section h2 {
    font-size: 49px;
    font-size: 3.0625rem;
  }
}
@media screen and (min-width: 1120px) and (max-width: 576px) {
  .top-section h2 {
    font-size: 2.45rem;
  }
}
.top-section h2 small {
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 576px) {
  .top-section h2 small {
    font-size: 0.8rem;
  }
}
@media (min-width: 1120px) {
  .top-section h2 small {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1120px) and (max-width: 576px) {
  .top-section h2 small {
    font-size: 1.2rem;
  }
}
.top-section h2[data-en^=Hospital]::after {
  mix-blend-mode: multiply;
}

.section-overview h3.border {
  font-size: 32px;
  font-size: 2rem;
}
@media screen and (max-width: 576px) {
  .section-overview h3.border {
    font-size: 1.6rem;
  }
}
.section-overview h3.border::before {
  height: 100%;
}

.section-mv {
  position: relative;
}
@media screen and (max-width: 576px) {
  .section-mv {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}
.section-mv .mv-copy {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  text-align: center;
  /*
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);*/
}
.section-mv .mv-copy img {
  width: 100%;
  max-width: 2173px;
  height: auto;
  margin: auto;
}
.section-mv .mv-slide li:not(:first-of-type) {
  display: none;
}
.section-mv .mv-slide.slick-initialized li:not(:first-of-type) {
  display: block;
}

.section-mv .mv-slide li {
  text-align: center;
}

.section-mv .mv-slide li img {
  max-width: 100%;
  margin: auto;
}

a:hover .btn-white {
  background-color: #040000;
  color: #fff;
}
a .btn-white {
  height: 44px;
  border-radius: 50px;
  color: #666666;
  font-size: 17px;
  font-size: 1.0625rem;
  padding: 0 45px 3px 35px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  border: unset;
}
@media screen and (max-width: 576px) {
  a .btn-white {
    font-size: 0.85rem;
  }
}
a .btn-white:hover {
  color: #fff;
}
a .btn-white::after {
  right: 16px;
  top: 48%;
}

.section-overview {
  padding-top: 14%;
  padding-bottom: 20%;
  margin-top: 16%;
  position: relative;
}
@media (min-width: 768px) {
  .section-overview {
    margin-top: 40px;
    padding-bottom: 150px;
  }
}
.section-overview::after {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(183, 163, 139)), to(rgb(111, 192, 219)));
  background-image: linear-gradient(0deg, rgb(183, 163, 139), rgb(111, 192, 219));
  opacity: 0.2;
  margin-left: calc(50% - 50vw);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.section-overview .overview-list {
  display: grid;
  row-gap: 50px;
  width: 91vw;
  margin-bottom: 20%;
}
@media screen and (max-width: 576px) {
  .section-overview .overview-list {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .section-overview .overview-list {
    row-gap: 130px;
    margin-bottom: 130px;
  }
}
@media (min-width: 1120px) {
  .section-overview .overview-list {
    width: 100%;
  }
}
.section-overview .overview-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
@media screen and (max-width: 576px) {
  .section-overview .overview-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
  }
}
.section-overview .overview-item.lg-revers .overview-body {
  border-left: 5px solid #040000;
}
.section-overview .overview-item.lg-revers .overview-body .overview-text {
  border-width: 0;
}
@media (min-width: 1120px) {
  .section-overview .overview-item.lg-revers {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .section-overview .overview-item.lg-revers .overview-body {
    border: 0;
  }
  .section-overview .overview-item.lg-revers .overview-body .overview-text {
    border-left: 5px solid #040000;
  }
}
.section-overview .overview-item h3 {
  margin-top: -2px;
  margin-bottom: auto;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-align: left;
}
@media screen and (max-width: 576px) {
  .section-overview .overview-item h3 {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .section-overview .overview-item h3 {
    margin-bottom: auto;
    font-size: 33px;
    font-size: 2.0625rem;
    text-align: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 576px) {
  .section-overview .overview-item h3 {
    font-size: 1.65rem;
  }
}
.section-overview .overview-item > div {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
@media screen and (max-width: 576px) {
  .section-overview .overview-item > div {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
.section-overview .overview-item .overview-body {
  position: relative;
}
.section-overview .overview-item .overview-body .overview-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-left: 5px solid #040000;
  padding-left: 8%;
}
.section-overview .overview-item .overview-body .overview-text p {
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.12em;
  line-height: 2;
  text-align: justify;
  margin-top: 20px;
}
@media screen and (max-width: 576px) {
  .section-overview .overview-item .overview-body .overview-text p {
    font-size: 0.75rem;
  }
}
@media (min-width: 768px) {
  .section-overview .overview-item .overview-body .overview-text {
    padding-left: 40px;
  }
}
@media (min-width: 1120px) {
  .section-overview .overview-item .overview-body .btn {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
.section-overview .overview-item .overview-img {
  overflow: hidden;
}
.section-overview .overview-item .overview-img img {
  height: 100%;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 576px) {
  .section-overview .overview-item .overview-img img {
    width: 100%;
  }
}
@media (min-width: 1120px) {
  .section-overview .overview-item .overview-img img {
    height: auto;
  }
}
.section-overview .overview-item .btn {
  margin-top: 1.6em;
}
.section-overview .hospital-list {
  display: grid;
  gap: 35px 40px;
  margin-top: 50px;
}
@media (min-width: 768px) {
  .section-overview .hospital-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.section-overview .hospital-list .hospital-itemt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 14px;
     -moz-column-gap: 14px;
          column-gap: 14px;
}
.section-overview .hospital-list .hospital-itemt h4 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media screen and (max-width: 576px) {
  .section-overview .hospital-list .hospital-itemt h4 {
    font-size: 0.9rem;
  }
}
.section-overview .hospital-list .hospital-itemt a {
  display: block;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.section-overview .hospital-list .hospital-itemt a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.section-search {
  padding-bottom: 130px;
  padding: 16% 0 20% 0;
}
@media (min-width: 768px) {
  .section-search {
    padding: 110px 0 130px 0;
  }
}
.section-search h2::before {
  content: "";
  display: inline-block;
  width: 76px;
  height: 92px;
  background: url("/common/img/icon-search.svg") no-repeat center;
  margin-right: 10px;
  margin-bottom: -30px;
}
.section-search .search-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  border-radius: 20px;
  background-color: #e4f0ec;
  margin: 0 auto;
}
@media screen and (max-width: 576px) {
  .section-search .search-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 1120px) {
  .section-search .search-columns {
    height: 274px;
  }
}
.section-search .search-columns .search-text {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  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: 50%;
}
.section-search .search-columns .search-text p {
  width: 80%;
  font-size: 0.8rem;
  letter-spacing: 0.17em;
}
@media screen and (max-width: 576px) {
  .section-search .search-columns .search-text {
    width: 100%;
    padding: 7% 5%;
  }
}
@media (min-width: 768px) {
  .section-search .search-columns .search-text p {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 576px) {
  .section-search .search-columns .search-text p {
    font-size: 0.75rem;
  }
}
.section-search .search-columns .search-img {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 50%;
  border-radius: 0 20px 20px 0;
  overflow: hidden;
}
.section-search .search-columns .search-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 576px) {
  .section-search .search-columns .search-img {
    border-radius: 0 0 20px 20px;
    width: 100%;
    height: 180px;
  }
  .section-search .search-columns .search-img img {
    width: 100%;
  }
}

.section-customer {
  padding-top: 0;
}

.section-donation {
  padding: 20% 0;
}
@media (min-width: 1120px) {
  .section-donation {
    padding: 200px 0;
  }
}
.section-donation::before, .section-donation::after {
  content: "";
  display: block;
  width: 82vw;
  height: 1px;
  background-color: #040000;
}
.section-donation::before {
  margin-bottom: 60px;
  margin-right: -18vw;
  margin-left: auto;
}
.section-donation::after {
  margin-top: 90px;
  margin-left: -18vw;
}
@media screen and (max-width: 576px) {
  .section-donation::after {
    margin-top: 20%;
  }
}
.section-donation h2::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 60px;
  background: url("/common/img/icon-heart.svg") no-repeat center;
  margin-right: 30px;
  margin-bottom: -30px;
}
@media (min-width: 1120px) {
  .section-donation h2::before {
    width: 97px;
    height: 96px;
  }
}
.section-donation .donation-columns {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
.section-donation .donation-columns img {
  width: 100%;
  height: auto;
}
.section-donation .donation-message {
  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-column-gap: 36px;
     -moz-column-gap: 36px;
          column-gap: 36px;
  margin-top: 60px;
}
@media screen and (max-width: 576px) {
  .section-donation .donation-message {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
    margin-top: 10%;
  }
}
.section-donation .donation-message p {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1.7;
}
@media screen and (max-width: 576px) {
  .section-donation .donation-message p {
    font-size: 0.9rem;
  }
}
@media (min-width: 1120px) {
  .section-donation .donation-message p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1120px) and (max-width: 576px) {
  .section-donation .donation-message p {
    font-size: 1rem;
  }
}

.section-news {
  width: 100vw;
  background-color: rgba(49, 157, 206, 0.1);
  padding: 70px 5% 50px 5%;
  margin-left: calc(50% - 50vw);
}
@media (min-width: 1120px) {
  .section-news {
    padding: 70px 0 50px 0;
  }
}
@media screen and (max-width: 576px) {
  .section-news {
    padding: 10% 5%;
  }
}
.section-news .section-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 120px;
     -moz-column-gap: 120px;
          column-gap: 120px;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 576px) {
  .section-news .section-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.section-news .section-inner h2 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 33px;
  font-size: 2.0625rem;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .section-news .section-inner h2 {
    font-size: 1.65rem;
  }
}
.section-news .section-inner h2 small {
  display: block;
  border-top: 1px solid #221714;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 300;
  padding-top: 10px;
  margin-top: 10px;
}
@media screen and (max-width: 576px) {
  .section-news .section-inner h2 small {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 576px) {
  .section-news .section-inner h2 small {
    width: 20%;
    margin: auto;
  }
}
.section-news .section-inner .news-content {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
.section-news .section-inner .btn {
  margin-top: 40px;
}

.section-faq {
  padding-top: 12%;
}
@media (min-width: 1120px) {
  .section-faq {
    padding-top: 130px;
  }
}
@media screen and (max-width: 576px) {
  .section-faq {
    padding-top: 14%;
  }
}
.section-faq h2::before {
  content: "";
  display: inline-block;
  width: 80px;
  height: 80px;
  background: url("/common/img/icon-faq.svg") no-repeat center;
  margin-right: 30px;
  margin-bottom: -30px;
}
@media (min-width: 1120px) {
  .section-faq h2::before {
    width: 152px;
    height: 134px;
  }
}
.section-faq .faq-list {
  margin-bottom: 50px;
}
.section-faq .faq-list li {
  background-color: #e5e5e4;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-align: center;
  padding: 15px 10px;
}
@media screen and (max-width: 576px) {
  .section-faq .faq-list li {
    font-size: 0.7rem;
  }
}
.section-faq .faq-list li:not(:last-child) {
  margin-bottom: 45px;
}

.section-cta .cta-button {
  max-width: 840px;
  margin-top: 16%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1120px) {
  .section-cta .cta-button {
    margin-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.section-cta .cta-button a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 146px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 241, 47, 0.3)), color-stop(20%, rgba(229, 165, 40, 0.3)), color-stop(31.37%, rgba(222, 145, 38, 0.3)), color-stop(40.86%, rgba(217, 132, 36, 0.3)), color-stop(50%, rgba(216, 128, 36, 0.3)), color-stop(51.75%, rgba(207, 124, 47, 0.3)), color-stop(59.94%, rgba(167, 106, 92, 0.3)), color-stop(68.19%, rgba(135, 91, 129, 0.3)), color-stop(76.35%, rgba(110, 80, 159, 0.3)), to(rgba(56, 155, 232, 0.3)));
  background: linear-gradient(90deg, rgba(255, 241, 47, 0.3) 0%, rgba(229, 165, 40, 0.3) 20%, rgba(222, 145, 38, 0.3) 31.37%, rgba(217, 132, 36, 0.3) 40.86%, rgba(216, 128, 36, 0.3) 50%, rgba(207, 124, 47, 0.3) 51.75%, rgba(167, 106, 92, 0.3) 59.94%, rgba(135, 91, 129, 0.3) 68.19%, rgba(110, 80, 159, 0.3) 76.35%, rgba(56, 155, 232, 0.3) 100%);
  background-position: 1% 50%;
  background-size: 200% auto;
  font-size: 47px;
  font-size: 2.9375rem;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 0.02em;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 576px) {
  .section-cta .cta-button a {
    font-size: 2.35rem;
  }
}
@media screen and (max-width: 576px) {
  .section-cta .cta-button a {
    font-size: 1.5rem;
    min-height: 100px;
  }
}
.section-cta .cta-button a:hover {
  background-position: 99% 50%;
}
.section-cta .cta-button a small {
  display: block;
  font-size: 0.5em;
}

/*--------------------------------
  3つの柱ページ
---------------------------------*/
.philosophy section:not(:last-child) {
  padding-bottom: 130px;
}
.philosophy .section-title {
  border-left: 5px solid #040000;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding-left: 40px;
  margin-bottom: 50px;
}
@media screen and (max-width: 576px) {
  .philosophy .section-title {
    font-size: 1.6rem;
  }
}
@media (min-width: 1120px) {
  .philosophy .section-title {
    font-size: 51px;
    font-size: 3.1875rem;
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 1120px) and (max-width: 576px) {
  .philosophy .section-title {
    font-size: 2.55rem;
  }
}
.philosophy .section-title::before {
  content: attr(data-en);
  display: block;
  font-family: "Times New Roman", "Cardo", serif;
  font-style: italic;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  position: relative;
}
@media screen and (max-width: 576px) {
  .philosophy .section-title::before {
    font-size: 1rem;
  }
}
@media (min-width: 1120px) {
  .philosophy .section-title::before {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}
@media screen and (min-width: 1120px) and (max-width: 576px) {
  .philosophy .section-title::before {
    font-size: 1.25rem;
  }
}
.philosophy .section-lead .section-title {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  margin: 0 auto;
  margin-bottom: 30px;
}
@media screen and (max-width: 576px) {
  .philosophy .section-lead .section-title {
    font-size: 1rem;
  }
}
@media (min-width: 1120px) {
  .philosophy .section-lead .section-title {
    font-size: 49px;
    font-size: 3.0625rem;
  }
}
@media screen and (min-width: 1120px) and (max-width: 576px) {
  .philosophy .section-lead .section-title {
    font-size: 2.45rem;
  }
}
.philosophy .section-lead .section-title::before {
  content: unset;
}
.philosophy .section-lead .section-title::after {
  content: attr(data-en);
  display: block;
  color: #e5e5e4;
  font-family: "Times New Roman", "Cardo", serif;
  font-style: italic;
  font-size: 28px;
  font-size: 1.75rem;
  text-align: center;
  letter-spacing: 0.02em;
  position: relative;
}
@media screen and (max-width: 576px) {
  .philosophy .section-lead .section-title::after {
    font-size: 1.4rem;
  }
}
@media (min-width: 1120px) {
  .philosophy .section-lead .section-title::after {
    font-size: 53px;
    font-size: 3.3125rem;
  }
}
@media screen and (min-width: 1120px) and (max-width: 576px) {
  .philosophy .section-lead .section-title::after {
    font-size: 2.65rem;
  }
}
.philosophy .section-lead p {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.07em;
  line-height: 2;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 576px) {
  .philosophy .section-lead p {
    font-size: 0.75rem;
  }
}
@media (min-width: 1120px) {
  .philosophy .section-lead p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1120px) and (max-width: 576px) {
  .philosophy .section-lead p {
    font-size: 1rem;
  }
}

.core-lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 90px;
     -moz-column-gap: 90px;
          column-gap: 90px;
  margin-bottom: 80px;
}
@media screen and (max-width: 576px) {
  .core-lead {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 30px;
  }
}
.core-lead .core-img {
  position: relative;
}
.core-lead .core-img::after {
  content: "";
  display: block;
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)), to(rgb(206, 230, 236)));
  background-image: linear-gradient(90deg, rgb(255, 255, 255), rgb(206, 230, 236));
  position: absolute;
  z-index: -1;
}
.core-lead p {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.07em;
  line-height: 2;
  text-align: justify;
}
@media screen and (max-width: 576px) {
  .core-lead p {
    font-size: 0.75rem;
  }
}
@media (min-width: 1120px) {
  .core-lead p {
    max-width: 273px;
  }
}

.bg-gray {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)), to(rgb(222, 226, 229)));
  background-image: linear-gradient(90deg, rgb(255, 255, 255), rgb(222, 226, 229));
  padding-top: 50px;
  padding-bottom: 60px;
}
.bg-gray h3 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.124em;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 576px) {
  .bg-gray h3 {
    font-size: 0.9rem;
  }
}
@media (min-width: 1120px) {
  .bg-gray h3 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 1120px) and (max-width: 576px) {
  .bg-gray h3 {
    font-size: 1.5rem;
  }
}
.bg-gray .columns {
  display: grid;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 576px) {
  .bg-gray .columns {
    row-gap: 30px;
  }
}
@media (min-width: 1120px) {
  .bg-gray .columns {
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}
.bg-gray .columns h4 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.124em;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 576px) {
  .bg-gray .columns h4 {
    font-size: 1rem;
  }
}
.bg-gray .columns .btn {
  margin-top: 40px;
}

.section-advancedmedical-care .core-lead .core-img::after {
  width: 572px;
  height: 443px;
  top: -130px;
  right: -250px;
}
@media (min-width: 1120px) {
  .section-advancedmedical-care .core-lead p {
    margin-top: 230px;
  }
}

.section-clinical-reserch .core-lead .core-img::after {
  width: 350px;
  height: 484px;
  top: -130px;
  right: -250px;
}
@media (min-width: 1120px) {
  .section-clinical-reserch .core-lead p {
    margin-top: 230px;
  }
}

.reserch-item {
  display: grid;
}
@media (min-width: 1120px) {
  .reserch-item {
    grid-template-columns: 1fr 367px;
  }
}
.reserch-item:not(:last-child) {
  margin-bottom: 30px;
}
@media (min-width: 1120px) {
  .reserch-item:not(:last-child) {
    margin-bottom: 90px;
  }
}
.reserch-item .reserch-body {
  background-color: #e7e7e6;
  padding: 20px 30px;
  position: relative;
}
@media (min-width: 1120px) {
  .reserch-item .reserch-body {
    padding: 50px 90px;
  }
}
.reserch-item .reserch-body::before {
  content: "";
  display: block;
  width: 184px;
  height: 184px;
  background-image: radial-gradient(rgb(255, 255, 255), rgb(150, 207, 210));
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0.63;
}
.reserch-item .reserch-body h3 {
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: 500;
  letter-spacing: 0.124em;
  line-height: 2;
  position: relative;
}
@media screen and (max-width: 576px) {
  .reserch-item .reserch-body h3 {
    font-size: 0.95rem;
  }
}
.reserch-item .reserch-body p {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2;
  letter-spacing: 0.07em;
  position: relative;
}
@media screen and (max-width: 576px) {
  .reserch-item .reserch-body p {
    font-size: 0.75rem;
  }
}

.section-hr-development .core-lead .core-img::after {
  width: 336px;
  height: 538px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(206, 230, 236)), to(rgb(255, 255, 255)));
  background-image: linear-gradient(90deg, rgb(206, 230, 236), rgb(255, 255, 255));
  top: -130px;
  right: -150px;
}
@media (min-width: 1120px) {
  .section-hr-development .core-lead p {
    margin-top: 230px;
  }
}

.comitment-block {
  border-bottom: 0.5px solid #040000;
}
.comitment-block h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  margin-bottom: 50px;
}
.comitment-block h3 span {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #bfbfbf;
  font-family: "Times New Roman", "Cardo", serif;
  font-size: 36px;
  font-size: 2.25rem;
  font-style: italic;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 576px) {
  .comitment-block h3 span {
    font-size: 1.8rem;
  }
}
.comitment-block h3::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.5px;
  background-color: #040000;
}

.commitment-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
@media screen and (max-width: 576px) {
  .commitment-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.commitment-columns .commitment-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 576px) {
  .commitment-columns .commitment-img {
    text-align: center;
    margin-bottom: 50px;
  }
}
.commitment-columns dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 600;
  letter-spacing: 0.07em;
  line-height: 1.2;
  border-bottom: 0.4px solid #231815;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 576px) {
  .commitment-columns dl dt {
    font-size: 0.85rem;
  }
}
.commitment-columns dl dt::before {
  content: attr(data-num);
  display: inline-block;
  font-family: "Noto Serif Georgian", serif;
  font-style: italic;
  font-size: 36px;
  font-size: 2.25rem;
  color: #612b80;
  margin-right: 10px;
}
@media screen and (max-width: 576px) {
  .commitment-columns dl dt::before {
    font-size: 1.8rem;
  }
}
.commitment-columns dl dd {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.07em;
  line-height: 2;
  text-align: justify;
  padding-bottom: 50px;
}
@media screen and (max-width: 576px) {
  .commitment-columns dl dd {
    font-size: 0.75rem;
  }
}
.commitment-columns dl dd .btn {
  margin-top: 20px;
}

/*--------------------------------
  症例紹介ページ
---------------------------------*/
.case .content-header {
  height: inherit;
  margin-bottom: 80px;
}
.case .section-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 27px;
  font-size: 1.6875rem;
  margin: 0 auto;
  margin-bottom: 100px;
}
@media screen and (max-width: 576px) {
  .case .section-title {
    font-size: 1.35rem;
  }
}
.case .relation-link a {
  height: 239px;
}
.case .relation-link a img {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1120px) {
  .case .relation-link a img {
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
    height: 100%;
  }
}
.case .relation-link a span {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1120px) {
  .case .relation-link a span {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}

.bg-blue {
  padding-top: 90px;
  padding-bottom: 140px;
  position: relative;
}
.bg-blue::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(183, 163, 139)), to(rgb(111, 192, 219)));
  background-image: linear-gradient(0deg, rgb(183, 163, 139), rgb(111, 192, 219));
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
}

.case-cat-list {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.case-cat-list li 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;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  height: 50px;
  background-color: #fff;
  border: 1px solid #040000;
  border-radius: 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 576px) {
  .case-cat-list li a {
    font-size: 0.9rem;
  }
}
.case-cat-list li a:hover {
  background-color: #71c6d4;
  border: 1px solid #71c6d4;
  color: #fff;
}
.case-cat-list li.current a {
  background-color: #71c6d4;
  border: 1px solid #71c6d4;
  color: #fff;
}
.case-cat-list li.current a::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 20px;
  background-image: url("../../common/img/check.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.case-item {
  position: relative;
}
.case-item::before {
  content: "";
  display: block;
  width: 5px;
  height: 110px;
  background-color: #040000;
  position: absolute;
  top: 0;
  left: -20px;
}
@media (min-width: 1120px) {
  .case-item::before {
    left: -70px;
  }
}
.case-item:not(:last-child) {
  margin-bottom: 40px;
}
.case-item h3 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.124em;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 576px) {
  .case-item h3 {
    font-size: 1rem;
  }
}
.case-item .row {
  display: grid;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  row-gap: 20px;
}
@media (min-width: 1120px) {
  .case-item .row {
    grid-template-columns: 30% 1fr;
  }
}
.case-item .case-body dl dt, .case-item .case-body dl dd {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 576px) {
  .case-item .case-body dl dt, .case-item .case-body dl dd {
    font-size: 0.75rem;
  }
}
.case-item .case-body dl dt {
  margin-left: -0.5em;
}

/*--------------------------------
  学会・セミナーページ
---------------------------------*/
@media screen and (max-width: 576px) {
  .medical .content-body {
    margin: 0;
  }
}
.medical .content-inner {
  max-width: 1080px;
  padding-left: 0;
  padding-right: 0;
  margin: 0 auto;
}
.medical .tab-content ul li {
  border-bottom: 0;
}
.medical .tab-content ul li:hover {
  background-color: transparent;
  cursor: auto;
}

.tab-list {
  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;
  gap: 20px 10px;
  margin-bottom: 100px;
}
@media screen and (max-width: 576px) {
  .tab-list {
    gap: 10px;
  }
}
.tab-list .tab_item {
  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: 10px;
  height: 50px;
  background-color: #fff;
  border: 1px solid #040000;
  border-radius: 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  padding-left: 25px;
  padding-right: 25px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
@media screen and (max-width: 576px) {
  .tab-list .tab_item {
    font-size: 0.9rem;
  }
}
.tab-list .tab_item:hover {
  background-color: #71c6d4;
  border: 1px solid #71c6d4;
  color: #fff;
}
.tab-list .tab_item.active {
  background-color: #71c6d4;
  border: 1px solid #71c6d4;
  color: #fff;
}
.tab-list .tab_item.active::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 20px;
  background-image: url("../../common/img/check.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 576px) {
  .tab-list .tab_item {
    height: 40px;
    padding: 0 15px;
    font-size: 0.7rem;
  }
}

.tab-body .tab-content.active {
  display: block;
}
.tab-body .tab-content .post-item {
  border-bottom: 1px solid #040000;
  padding-bottom: 2.5em;
  margin-bottom: 2.5em;
}
.tab-body .tab-content .post-item h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
}
@media screen and (max-width: 576px) {
  .tab-body .tab-content .post-item h3 {
    font-size: 1.05rem;
  }
}
.tab-body .tab-content .post-item .date {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.17em;
}
@media screen and (max-width: 576px) {
  .tab-body .tab-content .post-item .date {
    font-size: 0.75rem;
  }
}
.tab-body .tab-content .post-item .post-body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0.17em;
  padding-left: 1.5em;
  margin-top: 0.8em;
}
@media screen and (max-width: 576px) {
  .tab-body .tab-content .post-item .post-body {
    font-size: 0.75rem;
  }
}
.tab-body .tab-content .post-item .post-body p {
  margin: 0;
}
.tab-body .tab-content .post-item .post-body p:nth-child(n+2) {
  margin-top: 0.6em;
}
.tab-body .tab-content .post-item .post-body p strong {
  font-weight: 700;
  margin-right: 5px;
}
.tab-body .tab-content .post-item .post-body .award {
  display: inline-block;
  color: #b19900;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0em;
  margin-left: 10px;
}
@media screen and (max-width: 576px) {
  .tab-body .tab-content .post-item .post-body .award {
    font-size: 0.6rem;
  }
}
.tab-body .tab-content .post-item .post-body .award::before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 21px;
  background-image: url("../../common/img/icon-award.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  vertical-align: middle;
  margin-right: 5px;
}
.tab-body .tab-content .post-item .post-body .explanation,
.tab-body .tab-content .post-item .post-body .explanation2 {
  display: block;
  margin-left: 2.5em;
}
.tab-body .tab-content .post-item .post-body .explanation::before,
.tab-body .tab-content .post-item .post-body .explanation2::before {
  content: "──";
  position: absolute;
  display: block;
  letter-spacing: 0;
  -webkit-transform: translateX(-120%);
          transform: translateX(-120%);
}
.tab-body .tab-content .post-item .post-body .explanation {
  font-weight: 400;
}
.tab-body .tab-content .post-item .post-body .explanation2 {
  font-weight: 300;
  font-size: 0.8em;
  margin: 0.3em 0 0 3.125em;
}
.tab-body .tab-content .post-item .post-body .explanation2::before {
  content: none;
  font-size: 1.25em;
}
@media screen and (max-width: 576px) {
  .tab-body .tab-content .post-item .post-body {
    padding-left: 0;
  }
}
@media screen and (max-width: 576px) {
  .tab-body .tab-content .post-item {
    padding: 0 2% 20px 2%;
  }
}

.case-item {
  position: relative;
}
.case-item::before {
  content: "";
  display: block;
  width: 5px;
  height: 110px;
  background-color: #040000;
  position: absolute;
  top: 0;
  left: -20px;
}
@media (min-width: 1120px) {
  .case-item::before {
    left: -70px;
  }
}
.case-item:not(:last-child) {
  margin-bottom: 40px;
}
.case-item h3 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.124em;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 576px) {
  .case-item h3 {
    font-size: 1rem;
  }
}
.case-item .row {
  display: grid;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  row-gap: 20px;
}
@media (min-width: 1120px) {
  .case-item .row {
    grid-template-columns: 30% 1fr;
  }
}
.case-item .case-body dl dt, .case-item .case-body dl dd {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 576px) {
  .case-item .case-body dl dt, .case-item .case-body dl dd {
    font-size: 0.75rem;
  }
}
.case-item .case-body dl dt {
  margin-left: -0.5em;
}

/*--------------------------------
  診療科一覧ページ
---------------------------------*/
@media (min-width: 1120px) {
  .information .relation-link a img {
    width: 453px;
    height: 210px;
  }
}

.information-list {
  display: grid;
  gap: 40px;
}
@media (min-width: 768px) {
  .information-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.information-item {
  display: grid;
  gap: 20px;
}
@media (min-width: 1120px) {
  .information-item {
    grid-template-columns: 220px 1fr;
  }
}

.information-img {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 10px;
  width: 220px;
  height: 220px;
  margin: auto;
  background-color: #fff;
  border: 0.3px solid #040000;
  border-radius: 10px;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  padding: 15px;
}
@media screen and (max-width: 576px) {
  .information-img {
    margin: 0 auto;
  }
}
.information-img h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: -10px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .information-img h3 {
    font-size: 0.9rem;
  }
}
.information-img h3::after {
  font-family: "Noto Serif JP", serif;
  content: attr(data-en);
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 576px) {
  .information-img h3::after {
    font-size: 0.7rem;
  }
}
.information-img img {
  max-height: 147px;
  width: auto;
}

.information-body {
  position: relative;
  display: grid;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  text-align: justify;
}
.information-body p {
  margin-bottom: 1em;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.5;
}
@media screen and (max-width: 576px) {
  .information-body p {
    font-size: 0.75rem;
  }
}
.information-body .btn.right {
  margin-right: auto;
}
@media (min-width: 1120px) {
  .information-body .btn.right {
    margin-right: 0;
  }
}

.clinic-list {
  display: grid;
  gap: 10px 15px;
  grid-template-columns: repeat(2, 100px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 576px) {
  .clinic-list {
    grid-template-columns: repeat(auto-fill, 100px);
  }
}
@media (min-width: 1120px) {
  .clinic-list {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}
.clinic-list li 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;
  max-width: 100px;
  height: 25px;
  padding-bottom: 2px;
  border: 1px solid #040000;
  border-radius: 5px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 11px;
  font-size: 0.6875rem;
}
@media screen and (max-width: 576px) {
  .clinic-list li a {
    font-size: 0.55rem;
  }
}
.clinic-list li a:hover {
  background-color: white;
}

.info-detail .content-header {
  border-left: 1.5px solid #040000;
  padding-top: 0;
  padding-bottom: 120px;
  padding-left: 40px;
  position: relative;
}
.info-detail .content-header::before {
  content: "";
  display: block;
  width: 5px;
  height: 110px;
  background-color: #040000;
  position: absolute;
  top: 0;
  left: 0;
}
.info-detail .section-default {
  border-left: 1.5px solid #040000;
  padding-top: 0;
  padding-bottom: 120px;
  padding-left: 40px;
  position: relative;
}
@media screen and (max-width: 576px) {
  .info-detail .section-default {
    padding-left: 8%;
  }
}
.info-detail .section-default:last-child {
  padding-bottom: 0;
}
.info-detail .section-default::before {
  content: "";
  display: block;
  width: 5px;
  height: 110px;
  background-color: #040000;
  position: absolute;
  top: 0;
  left: 0;
}
.info-detail .section-default .section-title::before {
  content: unset;
}
.info-detail .section-default .lead-block .section-title {
  border-top: 1.5px solid #040000;
  font-size: 27px;
  font-size: 1.6875rem;
  font-weight: 500;
  letter-spacing: 0.124em;
  padding-top: 15px;
}
@media screen and (max-width: 576px) {
  .info-detail .section-default .lead-block .section-title {
    font-size: 1.35rem;
  }
}
@media screen and (max-width: 576px) {
  .info-detail .section-default .lead-block .section-title {
    font-size: 20px;
    font-size: 1.25rem;
    padding-bottom: 5%;
  }
}
@media screen and (max-width: 576px) and (max-width: 576px) {
  .info-detail .section-default .lead-block .section-title {
    font-size: 1rem;
  }
}

.staff-list {
  display: grid;
}
@media (min-width: 1120px) {
  .staff-list {
    grid-template-columns: repeat(2, 46%);
    -webkit-column-gap: 8%;
       -moz-column-gap: 8%;
            column-gap: 8%;
  }
}
.staff-list .staff-item {
  margin-top: 70px;
}
.staff-list .staff-item h4 {
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 700;
  letter-spacing: 0.095em;
  line-height: 1.625;
}
@media screen and (max-width: 576px) {
  .staff-list .staff-item h4 {
    font-size: 1.15rem;
  }
}
@media screen and (max-width: 576px) {
  .staff-list .staff-item h4 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 576px) and (max-width: 576px) {
  .staff-list .staff-item h4 {
    font-size: 0.9rem;
  }
}
.staff-list .staff-item h4 small {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
}
@media screen and (max-width: 576px) {
  .staff-list .staff-item h4 small {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 576px) {
  .staff-list .staff-item h4 small {
    display: block;
    margin-bottom: 1em;
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 576px) and (max-width: 576px) {
  .staff-list .staff-item h4 small {
    font-size: 0.6rem;
  }
}
.staff-list .staff-item h4 small.staff-position {
  font-weight: 700;
  margin-left: -0.3em;
}
.staff-list .staff-item h5 {
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.625;
}
@media screen and (max-width: 576px) {
  .staff-list .staff-item h5 {
    font-size: 0.95rem;
  }
}
@media screen and (max-width: 576px) {
  .staff-list .staff-item h5 {
    margin-top: 0.5em;
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 576px) and (max-width: 576px) {
  .staff-list .staff-item h5 {
    font-size: 0.8rem;
  }
}

/*--------------------------------
  患者さま紹介の流れページ
---------------------------------*/
.referral .content-header {
  padding-top: 50px;
  padding-bottom: 50px;
}
.referral .content-inner {
  background-color: rgba(185, 165, 141, 0.1);
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 1120px) {
  .referral .content-inner {
    padding-top: 30px;
    padding-bottom: 70px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

h3.referral-title {
  font-family: "Times New Roman", "Cardo", serif;
  font-size: 1.5rem;
  letter-spacing: 0.19em;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bolder;
}
#flow-reservation h3.referral-title {
  margin-bottom: 0;
  flex-basis: 320px;
  font-size: 1.8rem;
}

#flow-reservation .referral-title + .body-top {
  flex-shrink: 3;
}
@media screen and (max-width: 576px) {
  .referral-title {
    font-size: 1.6rem;
    margin-bottom: 0;
  }
  #flow-reservation .referral-title {
    flex-basis: fit-content;
  }
  .referral .content-header {
    line-break: strict;
  }
  #flow-reservation h3.referral-title {
    flex-basis: auto;
  }
}
.referral-title::after {
  content: "";
  display: block;
  width: 35px;
  height: 1px;
  background-color: #040000;
  margin: 0 auto;
}
#flow-reservation .referral-title::after {
  content: "";
  display:none;
}
.referral-title span {
  font-size: 42px;
  font-size: 2.625rem;
  font-style: italic;
}
@media screen and (max-width: 576px) {
  .referral-title span {
    font-size: 2.1rem;
  }
}

.flow-item {
  position: relative;
}
@media screen and (max-width: 576px) {
  .flow-item {
    padding: 20px;
  }
}
.flow-item:not(.end) {
  padding-bottom: 60px;
}

.flow-item:not(.end)::after {
  content: "";
  display: block;
  width: 23px;
  height: 55px;
  background-image: url("../../common/img/arrow-down.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: 48px auto 0;
}
#flow-reservation .flow-item:not(.end)::after {
  content: "";
  display: block;
  width: 100%;
  height: 14px;
  background-image: url("../img/referral/line-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin: 48px auto 0;
}
#flow-today .flow-item:not(.end)::after,
#flow-tomorrow .flow-item:not(.end)::after {
  content: "";
  display: none;
}
.flow-item .item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
#flow-reservation .flow-item .item-inner {
  justify-content: flex-start;
}
@media screen and (max-width: 576px) {
  .flow-item .item-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
  }
}
@media (min-width: 1120px) {
  .flow-item .flow-img {
    width: calc(40% - 40px);
  }
}
.flow-item .flow-body {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 1120px) {
  .flow-item .flow-body {
    max-width: 60%;
  }
}
.flow-item .flow-body h3 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.124em;
  margin-bottom: 0.6em;
}
@media screen and (max-width: 576px) {
  .flow-item .flow-body h3 {
    font-size: 1rem;
  }
}
.flow-item .flow-body dl {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 2em;
  row-gap: 1em;
  column-gap: 0;
}
@media screen and (max-width: 576px) {
  .flow-item .flow-body dl {
    font-size: 0.8rem;
  }
}
.flow-item .flow-text {
  border-top: 1px solid #040000;
  padding-top: 1.2em;
}
.referral .flow-item .flow-text {
  border-top: none;
  padding-top: 1.2em;
}
.referral #flow-reservation .flow-item .flow-text {
  border-top: none;
  padding-top: 0;
}
.flow-item .flow-text p {
  margin-bottom: 1em;
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 576px) {
  .flow-item .flow-text p {
    font-size: 0.8rem;
  }
}
@media (min-width: 1120px) {
  .flow-item .flow-text p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1120px) and (max-width: 576px) {
  .flow-item .flow-text p {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 576px) {
  .flow-item .body-bottom {
    margin-top: 30px;
  }
}
.flow-item .body-bottom p small {
  display: block;
  margin-top: 0.5em;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
}
.flow-item .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 10px;
  margin-top: 15px;
}
@media screen and (max-width: 576px) {
  .flow-item .buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.flow-item .buttons .btn-white {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  height: auto;
  padding-right: 42px;
  font-size: 17px;
  font-size: 1.0625rem;
  text-align: center;
  line-height: 42px;
}
@media screen and (max-width: 576px) {
  .flow-item .buttons .btn-white {
    font-size: 0.85rem;
  }
}
.flow-item .buttons .btn-white::after {
  right: 15px;
}
@media screen and (max-width: 576px) {
  .flow-item .buttons .btn-white {
    width: 100%;
    line-height: 1.4;
  }
}
.flow-item.booking-done h3 {
  text-align: center;
}
.flow-item dl {
  margin-top: 1em;
}
.flow-item a:not(.btn-white):not(.btn) {
  color: #3fa6f2;
  text-decoration: underline;
}
.flow-item a:not(.btn-white):not(.btn):hover {
  color: black;
}
@media (min-width: 768px) {
  .flow-item a[href*="tel:"]:not(.btn-white):not(.btn) {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: black;
  }
}

.section-request {
  background-color: #040000;
  -webkit-clip-path: polygon(0% 33px, 33px 33px, 33px 0%, 100% 0%, 100% calc(100% - 33px), calc(100% - 33px) calc(100% - 33px), calc(100% - 33px) 100%, 0% 100%);
          clip-path: polygon(0% 33px, 33px 33px, 33px 0%, 100% 0%, 100% calc(100% - 33px), calc(100% - 33px) calc(100% - 33px), calc(100% - 33px) 100%, 0% 100%);
  padding: 20px;
  /*margin-top: 94px;*/
  margin-top: 0;
  padding: 40px 30px;
  position: relative;
}
@media (min-width: 1120px) {
  .section-request {
    padding: 70px;
    -webkit-clip-path: polygon(0% 33px, 33px 33px, 33px 0%, 100% 0%, 100% calc(100% - 33px), calc(100% - 33px) calc(100% - 33px), calc(100% - 33px) 100%, 0% 100%);
            clip-path: polygon(0% 33px, 33px 33px, 33px 0%, 100% 0%, 100% calc(100% - 33px), calc(100% - 33px) calc(100% - 33px), calc(100% - 33px) 100%, 0% 100%);
  }
}
.section-request::after {
  content: "";
  display: block;
  background-color: #fff;
  -webkit-clip-path: polygon(0% 33px, 33px 33px, 33px 0%, 100% 0%, 100% calc(100% - 33px), calc(100% - 33px) calc(100% - 33px), calc(100% - 33px) 100%, 0% 100%);
          clip-path: polygon(0% 33px, 33px 33px, 33px 0%, 100% 0%, 100% calc(100% - 33px), calc(100% - 33px) calc(100% - 33px), calc(100% - 33px) 100%, 0% 100%);
  position: absolute;
  top: 0.5px;
  bottom: 0.5px;
  left: 0.4px;
  right: 0.4px;
  z-index: -1;
}
@media (min-width: 1120px) {
  .section-request::after {
    -webkit-clip-path: polygon(0% 33px, 33px 33px, 33px 0%, 100% 0%, 100% calc(100% - 33px), calc(100% - 33px) calc(100% - 33px), calc(100% - 33px) 100%, 0% 100%);
            clip-path: polygon(0% 33px, 33px 33px, 33px 0%, 100% 0%, 100% calc(100% - 33px), calc(100% - 33px) calc(100% - 33px), calc(100% - 33px) 100%, 0% 100%);
  }
}
.section-request .section-inner {
  position: relative;
}
.section-request .section-title {
  margin-bottom: 50px;
  font-size: 21px;
  font-size: 1.3125rem;
  text-align: center;
  line-height: 3;
}
@media screen and (max-width: 576px) {
  .section-request .section-title {
    font-size: 1.05rem;
  }
}
@media (min-width: 1120px) {
  .section-request .section-title {
    font-size: 27px;
    font-size: 1.6875rem;
  }
}
@media screen and (min-width: 1120px) and (max-width: 576px) {
  .section-request .section-title {
    font-size: 1.35rem;
  }
}
.section-request .section-title::before {
  left: 0;
}
.section-request .section-title span {
  padding-bottom: 0.8em;
  border-bottom: 1px solid black;
}
.section-request .columns {
  display: grid;
  gap: 30px;
  grid-template-rows: 250px 1fr;
}
@media (min-width: 768px) {
  .section-request .columns {
    grid-template-rows: auto;
    grid-template-columns: 270px 1fr;
  }
}
.section-request .columns .column-img {
  text-align: center;
}
.section-request .columns .column-text p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 576px) {
  .section-request .columns .column-text p {
    font-size: 0.9rem;
  }
}

/*add-20240129*/
.referral .department-list {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 60px 30px;
  margin-bottom: 30px;
}
.referral .flow-item .flow-body {
  max-width: 80%;
}
@media (min-width: 1120px) {
  .referral .department-list {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    grid-template-columns: repeat(2, 1fr);
    /*grid-template-rows: repeat(2, 1fr);*/
    gap: 100px 20px;
    grid-template-areas:
    "a b"
    "c c";
  }
  .referral .flow-item .flow-body {
    max-width: 100%;
  }
  .referral .department-list #flow-today {
    grid-area: a;
  }
  .referral .department-list #flow-tomorrow {
    grid-area: b;
  }
  .referral .department-list #flow-reservation {
    grid-area: c;
  }
}

@media screen and (max-width: 576px) {
  .referral .flow-item .flow-body {
    max-width: 100%;
  }
}
@media screen and (max-width: 1120px) {
  .referral .department-list #flow-today {
    order: 1;
    padding-bottom: 60px;
  }
  .referral .department-list #flow-tomorrow {
    order: 2;
    padding-bottom: 60px;
  }
  .referral .department-list #flow-reservation {
    order: 3;
    padding-bottom: 60px;
  }
  .referral .department-list #flow-today h2 br {
    display: none;
  }
}

.referral .flow-item .buttons {
  justify-content: center;
}

.referral #flow-reservation .flow-item .buttons {
  margin-top: 0;
  justify-content: flex-start;
  margin-bottom: 1em;
}

.referral h4 {
  font-weight:bolder;
  font-size:130%;
  text-align: center;
}

.referral .section-department h2 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 1;
  order: 1;
  border-top: none;
  border-left: 5px solid #040000;
  font-size: 27px;
  font-size: 1.6875rem;
  -webkit-writing-mode: horizontal-tb;
  -ms-writing-mode: lr-tb;
  writing-mode: horizontal-tb;
  padding-top: 0;
  padding-left: 30px;
  margin-bottom: 40px;
  font-family: "Times New Roman", "Cardo", serif;
  margin-top: -3.5rem;
}

@media (min-width: 1120px) {
  .referral .section-department h2 {
    font-size: 200%;
    margin-top: -3.5rem;
  }

  .referral .lead-text.content-inner {
    padding-top: 70px;
    padding-bottom: 70px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 130%;
  }

  .referral h4 {
    word-break: keep-all;
  }
}

.referral header + .mini-guide {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 60px;
}
.referral header + .mini-guide h4 {
  width: 100%;
  text-align: center;
}
.referral .end.mini-guide {
  margin: 40px 0;
}
.referral .end.mini-guide h4 {
  width: 100%;
  text-align: center;
}
@media (min-width: 1120px) {
  .referral .mini-guide,
  .referral header + .mini-guide {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .referral .end.mini-guide .buttons {
    display: flex;
    flex-direction: row;
    gap: 20px;
  }

  .referral .content-inner h2 {
    font-size: 1.35rem;
    margin-left: 15px;
    padding-left: 15px;
  }

  .referral .end.mini-guide {
    margin: 0;
  }
  .referral .content-header .lead-text br {
    display: inline;
  }
  .referral .lead-text.content-inner {
    padding: 30px;
  }
  .referral h4 {
    word-break: keep-all;
  }
}

body.referral .btn-white[href$=".pdf"]::after,
body.referral .btn-white[href$=".docx"]::after {
  content: url(../img/referral/icon-download.svg);
  position: absolute;
  top: 63%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*--------------------------------
  診療・電話受付時間ページ
---------------------------------*/
.consultationtime .content-header {
  padding-bottom: 80px;
}
.consultationtime .content-header .about {
  text-align: center;
  margin-top: 50px;
}
.consultationtime .content-header .about h2 {
  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;
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 576px) {
  .consultationtime .content-header .about h2 {
    font-size: 1rem;
  }
}
.consultationtime .content-header .about h2::before, .consultationtime .content-header .about h2::after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background-color: #040000;
  margin: 0 1rem;
}
@media (min-width: 1120px) {
  .consultationtime .content-header .about h2::before, .consultationtime .content-header .about h2::after {
    width: 200px;
  }
}
.consultationtime .content-header .about p {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.056em;
  line-height: 2;
}
@media screen and (max-width: 576px) {
  .consultationtime .content-header .about p {
    font-size: 0.9rem;
  }
}
.consultationtime .content-inner {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 576px) {
  .consultationtime .content-inner {
    padding-left: 20px;
  }
}
@media (min-width: 1120px) {
  .consultationtime .content-inner {
    padding-top: 120px;
    padding-bottom: 130px;
  }
}
.consultationtime .content-inner::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #b7a38b;
  opacity: 0.1;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.consultationtime .attention-section {
  padding-left: 30px;
}
@media screen and (max-width: 576px) {
  .consultationtime .attention-section {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.consultationtime .attention-section:not(:last-of-type) {
  padding-bottom: 140px;
}
@media screen and (max-width: 576px) {
  .consultationtime .attention-section:not(:last-of-type) {
    padding-bottom: 100px;
  }
}
.consultationtime .attention-section .section-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  position: relative;
  margin-bottom: 70px;
}
@media screen and (max-width: 576px) {
  .consultationtime .attention-section .section-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 40px;
  }
}
@media (min-width: 1120px) {
  .consultationtime .attention-section .section-header {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 50px;
  }
}
.consultationtime .attention-section .section-header::before {
  content: "";
  display: block;
  width: 5px;
  height: 100%;
  background-color: #040000;
  position: absolute;
  top: 0;
  left: -30px;
}
.consultationtime .attention-section .attention-title {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 27px;
  font-size: 1.6875rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.2;
}
@media screen and (max-width: 576px) {
  .consultationtime .attention-section .attention-title {
    font-size: 1.35rem;
  }
}
@media (min-width: 1120px) {
  .consultationtime .attention-section .attention-title {
    font-size: 51px;
    font-size: 3.1875rem;
  }
}
@media screen and (min-width: 1120px) and (max-width: 576px) {
  .consultationtime .attention-section .attention-title {
    font-size: 2.55rem;
  }
}
.consultationtime .attention-section .attention-title::before {
  content: attr(data-en);
  display: block;
  font-family: "Times New Roman", "Cardo", serif;
  font-style: italic;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.002em;
  line-height: 1.2;
  margin-bottom: 25px;
}
@media screen and (max-width: 576px) {
  .consultationtime .attention-section .attention-title::before {
    font-size: 1rem;
  }
}
@media (min-width: 1120px) {
  .consultationtime .attention-section .attention-title::before {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}
@media screen and (min-width: 1120px) and (max-width: 576px) {
  .consultationtime .attention-section .attention-title::before {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 576px) {
  .consultationtime .attention-section .attention-title::before {
    margin-bottom: 10px;
  }
}
.consultationtime .attention-section .columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 576px) {
  .consultationtime .attention-section .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 1120px) {
  .consultationtime .attention-section .columns {
    gap: 50px;
  }
}
.consultationtime .attention-section .columns.align-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.consultationtime .attention-section .columns .column-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.consultationtime .attention-section .columns .column-text h3 {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0.124em;
  margin-bottom: 50px;
}
@media screen and (max-width: 576px) {
  .consultationtime .attention-section .columns .column-text h3 {
    font-size: 1.5rem;
  }
}
.consultationtime .attention-section .columns .column-text .text-item:not(:last-child) {
  margin-bottom: 50px;
}
.consultationtime .attention-section .columns .column-text h4 {
  border-bottom: 0.5px solid #040000;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.124em;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
@media screen and (max-width: 576px) {
  .consultationtime .attention-section .columns .column-text h4 {
    font-size: 1rem;
  }
}
.consultationtime .attention-section .columns .column-text p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2;
  letter-spacing: 0.035em;
}
@media screen and (max-width: 576px) {
  .consultationtime .attention-section .columns .column-text p {
    font-size: 0.9rem;
  }
}
.consultationtime .attention-section .columns .column-text li {
  font-size: 18px;
  font-size: 1.125rem;
  padding-left: 1rem;
  text-indent: -1rem;
}
@media screen and (max-width: 576px) {
  .consultationtime .attention-section .columns .column-text li {
    font-size: 0.9rem;
  }
}
.consultationtime .attention-section .columns .column-text li:not(:last-child) {
  margin-bottom: 10px;
}
.consultationtime .attention-section .columns .column-text li::before {
  content: "・";
}
.consultationtime .attention-section .columns .column-text li ul {
  margin-top: 10px;
}
.consultationtime .attention-section .columns .column-text li ul li {
  margin-bottom: 5px;
}
.consultationtime .attention-section .columns:not(:has(.column-img)) {
  display: grid;
  gap: 40px;
}
@media (min-width: 1120px) {
  .consultationtime .attention-section .columns:not(:has(.column-img)) {
    grid-template-columns: repeat(2, 1fr);
    gap: 90px;
  }
}
.consultationtime .attention-section .columns:not(:has(.column-img)) .column-text h4 {
  border-bottom: 0.5px solid #040000;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.124em;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
@media screen and (max-width: 576px) {
  .consultationtime .attention-section .columns:not(:has(.column-img)) .column-text h4 {
    font-size: 1rem;
  }
}
.consultationtime .attention-section .columns:not(:has(.column-img)) .column-text p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.625;
  letter-spacing: 0.035em;
}
@media screen and (max-width: 576px) {
  .consultationtime .attention-section .columns:not(:has(.column-img)) .column-text p {
    font-size: 0.8rem;
  }
}

/*--------------------------------
  受信の流れページ
---------------------------------*/
.flow .content-header .lead-text {
  font-size: 17px;
  font-size: 1.0625rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 576px) {
  .flow .content-header .lead-text {
    font-size: 0.85rem;
  }
}
@media (min-width: 1120px) {
  .flow .content-header .lead-text {
    font-size: 27px;
    font-size: 1.6875rem;
  }
}
@media screen and (min-width: 1120px) and (max-width: 576px) {
  .flow .content-header .lead-text {
    font-size: 1.35rem;
  }
}
.flow .content-inner {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 576px) {
  .flow .content-inner {
    padding-left: 20px;
  }
}
@media (min-width: 1120px) {
  .flow .content-inner {
    padding-top: 120px;
    padding-bottom: 130px;
  }
}
.flow .content-inner::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #b7a38b;
  opacity: 0.1;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.flow .flow-section {
  border-left: 1px solid #040000;
  padding-left: 30px;
  position: relative;
}
@media screen and (max-width: 576px) {
  .flow .flow-section {
    padding-right: 20px;
  }
}
.flow .flow-section::before {
  content: "";
  display: block;
  width: 5px;
  height: 60px;
  background-color: #040000;
  position: absolute;
  top: 0;
  left: 0;
}
.flow .flow-section:last-of-type .flow-item:last-of-type {
  padding-bottom: 0;
}
.flow .flow-section .flow-title {
  font-size: 27px;
  font-size: 1.6875rem;
  font-weight: 500;
  letter-spacing: 0.124em;
  margin-bottom: 50px;
}
@media screen and (max-width: 576px) {
  .flow .flow-section .flow-title {
    font-size: 1.35rem;
  }
}
.flow .flow-section .flow-title::before {
  content: attr(data-en);
  display: block;
  font-family: "Times New Roman", "Cardo", serif;
  font-style: italic;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.002em;
  line-height: 1.2;
}
@media screen and (max-width: 576px) {
  .flow .flow-section .flow-title::before {
    font-size: 1rem;
  }
}
@media (min-width: 1120px) {
  .flow .flow-section .flow-title::before {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}
@media screen and (min-width: 1120px) and (max-width: 576px) {
  .flow .flow-section .flow-title::before {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 576px) {
  .flow .flow-section .flow-item {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 30px;
  }
}
.flow .flow-section .flow-item:last-child {
  padding-bottom: 70px;
}
.flow .flow-section .flow-item:last-child::after {
  content: unset;
}
.flow .flow-section .flow-item .flow-item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px 25px;
}
@media (min-width: 1120px) {
  .flow .flow-section .flow-item .flow-item-inner {
    gap: 30px 40px;
  }
}
@media screen and (max-width: 576px) {
  .flow .flow-section .flow-item .flow-item-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.flow .flow-section .flow-item .flow-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 50%;
}
@media (min-width: 1120px) {
  .flow .flow-section .flow-item .flow-img {
    width: 410px;
  }
}
@media screen and (max-width: 576px) {
  .flow .flow-section .flow-item .flow-img {
    width: 100%;
  }
}
.flow .flow-section .flow-item .flow-body {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}
.flow .flow-section .flow-item .flow-body h3 {
  border-bottom: 1px solid #040000;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.flow .flow-section .flow-item .flow-text {
  border-top: 0;
  padding-top: 0;
  text-align: justify;
}

/*--------------------------------
  ご来院時の注意事項ページ
---------------------------------*/
.attention .content-inner {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 576px) {
  .attention .content-inner {
    padding-left: 20px;
  }
}
@media (min-width: 1120px) {
  .attention .content-inner {
    padding-top: 120px;
    padding-bottom: 130px;
  }
}
.attention .content-inner::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #b7a38b;
  opacity: 0.1;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.attention .attention-section {
  padding-left: 30px;
}
@media screen and (max-width: 576px) {
  .attention .attention-section {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.attention .attention-section:not(:last-of-type) {
  padding-bottom: 140px;
}
@media screen and (max-width: 576px) {
  .attention .attention-section:not(:last-of-type) {
    padding-bottom: 100px;
  }
}
.attention .attention-section .section-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  position: relative;
  margin-bottom: 70px;
}
@media screen and (max-width: 576px) {
  .attention .attention-section .section-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 40px;
  }
}
@media (min-width: 1120px) {
  .attention .attention-section .section-header {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 50px;
  }
}
.attention .attention-section .section-header::before {
  content: "";
  display: block;
  width: 5px;
  height: 100%;
  background-color: #040000;
  position: absolute;
  top: 0;
  left: -30px;
}
.attention .attention-section .section-header p {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.055em;
  line-height: 2;
}
@media screen and (max-width: 576px) {
  .attention .attention-section .section-header p {
    font-size: 0.8rem;
  }
}
.attention .attention-section .section-header p small {
  line-height: 1.4;
}
@media (min-width: 1120px) {
  .attention .attention-section .section-header p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1120px) and (max-width: 576px) {
  .attention .attention-section .section-header p {
    font-size: 1rem;
  }
}
.attention .attention-section .attention-title {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 27px;
  font-size: 1.6875rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.2;
}
@media screen and (max-width: 576px) {
  .attention .attention-section .attention-title {
    font-size: 1.35rem;
  }
}
@media (min-width: 1120px) {
  .attention .attention-section .attention-title {
    font-size: 51px;
    font-size: 3.1875rem;
  }
}
@media screen and (min-width: 1120px) and (max-width: 576px) {
  .attention .attention-section .attention-title {
    font-size: 2.55rem;
  }
}
.attention .attention-section .attention-title::before {
  content: attr(data-en);
  display: block;
  font-family: "Times New Roman", "Cardo", serif;
  font-style: italic;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.002em;
  line-height: 1.2;
  margin-bottom: 25px;
}
@media screen and (max-width: 576px) {
  .attention .attention-section .attention-title::before {
    font-size: 1rem;
  }
}
@media (min-width: 1120px) {
  .attention .attention-section .attention-title::before {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}
@media screen and (min-width: 1120px) and (max-width: 576px) {
  .attention .attention-section .attention-title::before {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 576px) {
  .attention .attention-section .attention-title::before {
    margin-bottom: 10px;
  }
}
.attention .attention-section .columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 576px) {
  .attention .attention-section .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 1120px) {
  .attention .attention-section .columns {
    gap: 50px;
  }
}
.attention .attention-section .columns.align-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.attention .attention-section .columns .column-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.attention .attention-section .columns .column-text h3 {
  border-bottom: 0.5px solid #040000;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.124em;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
@media screen and (max-width: 576px) {
  .attention .attention-section .columns .column-text h3 {
    font-size: 1rem;
  }
}
.attention .attention-section .columns .column-text p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2;
  letter-spacing: 0.035em;
}
@media screen and (max-width: 576px) {
  .attention .attention-section .columns .column-text p {
    font-size: 0.9rem;
  }
}
.attention .attention-section .columns:not(:has(.column-img)) {
  display: grid;
  gap: 40px;
}
@media (min-width: 1120px) {
  .attention .attention-section .columns:not(:has(.column-img)) {
    grid-template-columns: repeat(2, 1fr);
    gap: 90px;
  }
}
.attention .attention-section .columns:not(:has(.column-img)) .column-text h3 {
  border-bottom: 0.5px solid #040000;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.124em;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
@media screen and (max-width: 576px) {
  .attention .attention-section .columns:not(:has(.column-img)) .column-text h3 {
    font-size: 1rem;
  }
}
.attention .attention-section .columns:not(:has(.column-img)) .column-text p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.625;
  letter-spacing: 0.035em;
}
@media screen and (max-width: 576px) {
  .attention .attention-section .columns:not(:has(.column-img)) .column-text p {
    font-size: 0.8rem;
  }
}
.attention-section .column-text ul.parking_DoorPunch {
  list-style:disc;
  list-style-position:inside;
}
.attention-section .column-text ul.parking_DoorPunch li {
  margin-left:2rem;
  text-indent:-1.2rem;
}
.attention .check-list {
  display: grid;
  grid-template-rows: auto;
  gap: 30px;
}
@media screen and (max-width: 576px) {
  .attention .check-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 60px;
  }
}
@media (min-width: 1120px) {
  .attention .check-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
  }
}
.attention .check-list .check-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 576px) {
  .attention .check-list .check-item {
    -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;
  }
}
.attention .check-list .only-img {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.attention .check-list .check-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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: 202px;
  height: 166px;
  background-color: #fff;
  border: 0.4px solid #8c8c8c;
  border-radius: 12px;
  -webkit-box-shadow: 5px 5px 1px rgba(3, 0, 1, 0.1);
          box-shadow: 5px 5px 1px rgba(3, 0, 1, 0.1);
}
.attention .check-list .check-body {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}
.attention .check-list .check-body h3 {
  border-bottom: 1px solid #040000;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.124em;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
@media screen and (max-width: 576px) {
  .attention .check-list .check-body h3 {
    font-size: 0.9rem;
  }
}
.attention .check-list .check-body h3 span {
  letter-spacing: 0em;
}
.attention .check-list .check-body p {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.035em;
}
@media screen and (max-width: 576px) {
  .attention .check-list .check-body p {
    font-size: 0.8rem;
  }
}
.attention .payment-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 576px) {
  .attention .payment-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
}
@media (min-width: 768px) {
  .attention .payment-list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.attention .precautions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 80px;
     -moz-column-gap: 80px;
          column-gap: 80px;
  margin-top: 60px;
}
@media screen and (max-width: 576px) {
  .attention .precautions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 30px;
  }
}
.attention .precautions h3 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 100%;
  border-left: 0.5px solid #040000;
  border-right: 0.5px solid #040000;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.124em;
  padding: 40px 90px;
}
@media screen and (max-width: 576px) {
  .attention .precautions h3 {
    font-size: 1rem;
  }
}
@media screen and (max-width: 576px) {
  .attention .precautions h3 {
    width: 100%;
    padding: 10px;
    text-align: center;
  }
}
.attention .precautions ul {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  list-style: disc;
  margin-left: 1.5rem;
}
.attention .precautions ul li {
  padding: 5px 0;
}

/*--------------------------------
  医院ページ（共通）
---------------------------------*/
.hospital .eyecatch h1 span {
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}
.hospital .bg-blue {
  padding-top: 0;
  padding-bottom: 120px;
}
.hospital .tab-content {
  display: block;
  padding-top: 0;
}

.section-about-hospital {
  max-width: 1100px;
  padding-top: 100px;
  margin: 0 5%;
  position: relative;
}
@media (min-width: 1120px) {
  .section-about-hospital {
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 576px) {
  .section-about-hospital {
    margin-right: 5%;
    margin-left: 5%;
  }
}
.section-about-hospital .section-inner {
  border-left: 5px solid #040000;
  padding-left: 20px;
}
@media (min-width: 1120px) {
  .section-about-hospital .section-inner {
    padding-left: 40px;
  }
}
.section-about-hospital h2 {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.085em;
  margin-bottom: 50px;
}
@media screen and (max-width: 576px) {
  .section-about-hospital h2 {
    font-size: 1.6rem;
  }
}
@media (min-width: 1120px) {
  .section-about-hospital h2 {
    font-size: 49px;
    font-size: 3.0625rem;
  }
}
@media screen and (min-width: 1120px) and (max-width: 576px) {
  .section-about-hospital h2 {
    font-size: 2.45rem;
  }
}
@media (min-width: 1120px) {
  .section-about-hospital .lead-block {
    padding-left: 30%;
  }
}
.section-about-hospital .lead-block p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2.3;
  letter-spacing: 0.12em;
  text-align: justify;
}
@media screen and (max-width: 576px) {
  .section-about-hospital .lead-block p {
    font-size: 0.9rem;
  }
}
@media (min-width: 1120px) {
  .section-about-hospital .lead-block p {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1120px) and (max-width: 576px) {
  .section-about-hospital .lead-block p {
    font-size: 1.2rem;
  }
}

.section-department {
  padding-top: 40px;
  padding-bottom: 120px;
}
.section-department .section-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 576px) {
  .section-department .section-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 1120px) {
  .section-department .section-inner {
    -webkit-column-gap: 70px;
       -moz-column-gap: 70px;
            column-gap: 70px;
  }
}
.section-department h2 {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 576px) {
  .section-department h2 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 576px) {
  .section-department h2 {
    border-left: 5px solid #040000;
    padding-left: 20px;
    margin-bottom: 50px;
  }
}
@media (min-width: 1120px) {
  .section-department h2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    border-top: 5px solid #040000;
    font-size: 49px;
    font-size: 3.0625rem;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    padding-top: 40px;
  }
}
@media screen and (min-width: 1120px) and (max-width: 576px) {
  .section-department h2 {
    font-size: 2.45rem;
  }
}
.section-department h2::before {
  content: attr(data-en);
  display: block;
  font-family: "Times New Roman", "Cardo", serif;
  font-style: italic;
  font-size: 25px;
  font-size: 1.5625rem;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 576px) {
  .section-department h2::before {
    font-size: 1.25rem;
  }
}
@media (min-width: 1120px) {
  .section-department h2::before {
    margin-left: 15px;
  }
}

.department-body .note {
  font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (max-width: 576px) {
  .department-body .note {
    font-size: 0.65rem;
  }
}

.department-list {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 30px;
  margin-bottom: 30px;
}
@media (min-width: 1120px) {
  .department-list {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px 50px;
  }
}
.department-list .department-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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 0.4px solid #231815;
  border-bottom: 0.4px solid #231815;
  padding-bottom: 20px;
}
.department-list .department-item h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 300;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .department-list .department-item h3 {
    font-size: 0.9rem;
  }
}
.department-list .department-item h3::after {
  content: attr(data-en);
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (max-width: 576px) {
  .department-list .department-item h3::after {
    font-size: 0.75rem;
  }
}

.section-tel {
  padding-bottom: 130px;
}
.section-tel h2 {
  text-align: center;
  font-family: "Times New Roman", "Cardo", serif;
  font-size: 34px;
  font-size: 2.125rem;
  letter-spacing: 0.1em;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 576px) {
  .section-tel h2 {
    font-size: 1.7rem;
  }
}
.section-tel .section-inner {
  max-width: 680px;
  margin: 0 auto;
  padding: 34px;
  text-align: center;
}
.section-tel .tel-body {
  padding: 0 0 2em 0;
  border-right: 1px solid #323333;
  border-left: 1px solid #323333;
}
.section-tel a {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 38px;
  font-size: 2.375rem;
  letter-spacing: 0.15em;
  line-height: 50px;
  color: #3fa6f2;
}
@media screen and (max-width: 576px) {
  .section-tel a {
    font-size: 1.9rem;
  }
}
.section-tel a:hover {
  color: black;
}
.section-tel svg {
  width: 27px;
  height: 50px;
  margin-right: 0.5em;
  vertical-align: bottom;
  fill: currentColor;
}
@media (min-width: 768px) {
  .section-tel a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: black;
  }
}
@media screen and (max-width: 576px) {
  .section-tel {
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }
  .section-tel .section-inner {
    padding: 7% 5%;
  }
  .section-tel a {
    letter-spacing: 0.1em;
    line-height: 37px;
    font-size: 8vw;
  }
  .section-tel svg {
    width: 20px;
    height: 37px;
  }
}

.section-access {
  padding-bottom: 130px;
  margin: 0 5%;
}
@media (min-width: 1120px) {
  .section-access {
    margin: 0;
  }
}
@media screen and (max-width: 576px) {
  .section-access {
    margin: 0;
  }
}
.section-access .section-inner {
  max-width: 1100px;
  margin: 0 auto;
}
.section-access .section-inner::before, .section-access .section-inner::after {
  content: "";
  display: block;
  width: 100%;
  height: 8.5px;
}
.section-access .section-inner::before {
  background: -webkit-gradient(linear, left top, right top, from(rgb(82, 71, 64)), color-stop(25%, rgb(82, 71, 64)), color-stop(25%, rgb(113, 191, 205)), color-stop(50%, rgb(113, 191, 205)), color-stop(50%, rgb(82, 71, 64)), color-stop(75%, rgb(82, 71, 64)), color-stop(75%, rgb(113, 191, 205)));
  background: linear-gradient(90deg, rgb(82, 71, 64) 0%, rgb(82, 71, 64) 25%, rgb(113, 191, 205) 25%, rgb(113, 191, 205) 50%, rgb(82, 71, 64) 50%, rgb(82, 71, 64) 75%, rgb(113, 191, 205) 75%);
  margin-bottom: 60px;
}
.section-access .section-inner::after {
  background: -webkit-gradient(linear, left top, right top, from(rgb(113, 191, 205)), color-stop(25%, rgb(113, 191, 205)), color-stop(25%, rgb(82, 71, 64)), color-stop(50%, rgb(82, 71, 64)), color-stop(50%, rgb(113, 191, 205)), color-stop(75%, rgb(113, 191, 205)), color-stop(75%, rgb(82, 71, 64)));
  background: linear-gradient(90deg, rgb(113, 191, 205) 0%, rgb(113, 191, 205) 25%, rgb(82, 71, 64) 25%, rgb(82, 71, 64) 50%, rgb(113, 191, 205) 50%, rgb(113, 191, 205) 75%, rgb(82, 71, 64) 75%);
  margin-top: 80px;
}
.section-access h2 {
  text-align: center;
  font-family: "Times New Roman", "Cardo", serif;
  font-size: 34px;
  font-size: 2.125rem;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}
@media screen and (max-width: 576px) {
  .section-access h2 {
    font-size: 1.7rem;
  }
}
.section-access .access-columns {
  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: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 30px;
}
@media (min-width: 768px) {
  .section-access .access-columns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.section-access .access-map {
  width: 100%;
  height: 50vh;
}
.section-access .access-map iframe {
  width: 100%;
  height: 100%;
  min-height: auto;
}
@media (min-width: 768px) {
  .section-access .access-map {
    width: 58%;
    height: 100%;
  }
  .section-access .access-map iframe {
    min-height: 470px;
  }
}
.section-access .access-route .address {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.section-access .access-route h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  margin-top: 20px;
  margin-bottom: 15px;
}
@media screen and (max-width: 576px) {
  .section-access .access-route h3 {
    font-size: 0.8rem;
  }
}
.section-access .access-route dl dt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 576px) {
  .section-access .access-route dl dt {
    font-size: 0.65rem;
  }
}
.section-access .access-route dl dd {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 5px;
}
@media screen and (max-width: 576px) {
  .section-access .access-route dl dd {
    font-size: 0.65rem;
  }
}
.section-access .access-route img {
  margin-right: 10px;
  vertical-align: middle;
}

.section-customer {
  margin-top: 100px;
}
@media (min-width: 1120px) {
  .section-customer {
    margin-top: 130px;
  }
}

/*--------------------------------
	お知らせーページ
---------------------------------*/
.tab-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tab-select li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 215px;
  width: 100%;
}

.tab_item {
  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;
  line-height: 50px;
  color: #231815;
  font-family: "Noto Serif JP", serif;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 576px) {
  .tab_item {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 576px) {
  .tab_item {
    height: 50px;
    line-height: 1.2;
  }
}
@media (min-width: 1120px) {
  .tab_item {
    font-size: 21px;
    font-size: 1.3125rem;
    padding: 10px 0;
  }
}
@media screen and (min-width: 1120px) and (max-width: 576px) {
  .tab_item {
    font-size: 1.05rem;
  }
}
.tab_item.all {
  border-bottom: 5px solid #3fa6f2;
}
.tab_item.kawasaki {
  border-bottom: 5px solid #5ecae0;
}
.tab_item.tokyo {
  border-bottom: 5px solid #55bcb8;
}
.tab_item.nagoya {
  border-bottom: 5px solid #8760af;
}
.tab_item.osaka {
  border-bottom: 5px solid #5d7bd6;
}
.tab_item.info {
  border-bottom: 5px solid #adaac2;
}

input[name=tab_item] {
  display: none;
}

#all:checked ~ .tab-select .tab_item.all,
#kawasaki:checked ~ .tab-select .tab_item.kawasaki,
#tokyo:checked ~ .tab-select .tab_item.tokyo,
#nagoya:checked ~ .tab-select .tab_item.nagoya,
#osaka:checked ~ .tab-select .tab_item.osaka,
#info:checked ~ .tab-select .tab_item.info {
  background-color: #fff;
  color: #fff;
}
#all:checked ~ .tab-select .tab_item.all::before,
#kawasaki:checked ~ .tab-select .tab_item.kawasaki::before,
#tokyo:checked ~ .tab-select .tab_item.tokyo::before,
#nagoya:checked ~ .tab-select .tab_item.nagoya::before,
#osaka:checked ~ .tab-select .tab_item.osaka::before,
#info:checked ~ .tab-select .tab_item.info::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: -14px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(135deg);
          transform: translateX(-50%) rotate(135deg);
}
@media (min-width: 1120px) {
  #all:checked ~ .tab-select .tab_item.all::before,
  #kawasaki:checked ~ .tab-select .tab_item.kawasaki::before,
  #tokyo:checked ~ .tab-select .tab_item.tokyo::before,
  #nagoya:checked ~ .tab-select .tab_item.nagoya::before,
  #osaka:checked ~ .tab-select .tab_item.osaka::before,
  #info:checked ~ .tab-select .tab_item.info::before {
    width: 30px;
    height: 30px;
    bottom: -18px;
  }
}

#all:checked ~ .tab-select .tab_item.all {
  background-color: #3fa6f2;
}
#all:checked ~ .tab-select .tab_item.all::before {
  background-color: #3fa6f2;
  border-top: solid 5px #3fa6f2;
  border-right: solid 5px #3fa6f2;
}

#kawasaki:checked ~ .tab-select .tab_item.kawasaki {
  background-color: #5ecae0;
}
#kawasaki:checked ~ .tab-select .tab_item.kawasaki::before {
  background-color: #5ecae0;
  border-top: solid 5px #5ecae0;
  border-right: solid 5px #5ecae0;
}

#tokyo:checked ~ .tab-select .tab_item.tokyo {
  background-color: #55bcb8;
}
#tokyo:checked ~ .tab-select .tab_item.tokyo::before {
  background-color: #55bcb8;
  border-top: solid 5px #55bcb8;
  border-right: solid 5px #55bcb8;
}

#nagoya:checked ~ .tab-select .tab_item.nagoya {
  background-color: #8760af;
}
#nagoya:checked ~ .tab-select .tab_item.nagoya::before {
  background-color: #8760af;
  border-top: solid 5px #8760af;
  border-right: solid 5px #8760af;
}

#osaka:checked ~ .tab-select .tab_item.osaka {
  background-color: #5d7bd6;
}
#osaka:checked ~ .tab-select .tab_item.osaka::before {
  background-color: #5d7bd6;
  border-top: solid 5px #5d7bd6;
  border-right: solid 5px #5d7bd6;
}

#info:checked ~ .tab-select .tab_item.info {
  background-color: #adaac2;
}
#info:checked ~ .tab-select .tab_item.info::before {
  background-color: #adaac2;
  border-top: solid 5px #adaac2;
  border-right: solid 5px #adaac2;
}

#all:checked ~ .tab-body #all-content,
#kawasaki:checked ~ .tab-body #kawasaki-content,
#tokyo:checked ~ .tab-body #tokyo-content,
#nagoya:checked ~ .tab-body #nagoya-content,
#osaka:checked ~ .tab-body #osaka-content,
#info:checked ~ .tab-body #info-content {
  display: block;
}

.tab-content {
  display: none;
  overflow: hidden;
  padding-top: 50px;
}
@media (min-width: 1120px) {
  .tab-content {
    padding-top: 30px;
  }
}
.tab-content ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  border-bottom: 1px solid #040000;
  padding: 33px 20px;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
}
@media screen and (max-width: 576px) {
  .tab-content ul li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 10px;
    padding: 1.5em 0;
  }
}
@media (min-width: 1120px) {
  .tab-content ul li {
    max-height: 100px;
  }
}
.tab-content ul li a {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
}
@media screen and (max-width: 576px) {
  .tab-content ul li a {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 576px) {
  .tab-content ul li a {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.tab-content ul li a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.tab-content ul li:hover {
  background-color: #dde9f0;
  cursor: pointer;
  -webkit-transition: 1s;
  transition: 1s;
}

.post-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
.post-meta time {
  font-size: 17px;
  font-size: 1.0625rem;
}
@media screen and (max-width: 576px) {
  .post-meta time {
    font-size: 0.85rem;
  }
}
@media screen and (max-width: 576px) {
  .post-meta {
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }
}

[class^=cat-] {
  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: 100px;
  height: 34px;
  color: #fff;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
}
@media screen and (max-width: 576px) {
  [class^=cat-] {
    font-size: 0.65rem;
  }
}
@media screen and (max-width: 576px) {
  [class^=cat-] {
    width: 80px;
    height: 2.5em;
  }
}

.cat-all {
  background-color: #3fa6f2;
}

.cat-kawasaki {
  background-color: #5ecae0;
}

.cat-tokyo {
  background-color: #55bcb8;
}

.cat-nagoya {
  background-color: #8760af;
}

.cat-osaka {
  background-color: #5d7bd6;
}

.cat-info {
  background-color: #adaac2;
}

/*--------------------------------
  投稿（記事詳細）ページ
---------------------------------*/
.single .post-meta {
  margin-bottom: 40px;
}
.single.case .content-inner {
  max-width: 1090px;
  margin: 0 auto;
}
.single .relation-link {
  padding-left: 0;
  padding-right: 0;
}

.post-header {
  margin-bottom: 50px;
}
.post-header .case-name {
  display: inline-block;
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 700;
  letter-spacing: 0.124em;
  border-bottom: 1px solid #040000;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 576px) {
  .post-header .case-name {
    font-size: 1.05rem;
  }
}

.post-title {
  font-family: "Noto Serif JP", serif;
  font-size: 27px;
  font-size: 1.6875rem;
  font-weight: 500;
}
@media screen and (max-width: 576px) {
  .post-title {
    font-size: 1.35rem;
  }
}

.wp-block-file object {
  margin-bottom: 1em;
}
.wp-block-file a.wp-element-button {
  line-height: 36px;
  padding: 3px 20px 5px 20px;
  margin-left: 1em;
  border: 1px solid black;
  border-radius: 30px;
  background-color: black;
  font-size: 14px;
  color: white;
}
.wp-block-file a.wp-element-button:hover {
  background-color: white;
  color: black;
}

.post-eyecatch {
  text-align: center;
}

.post-body p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2;
  margin-bottom: 2em;
}
@media screen and (max-width: 576px) {
  .post-body p {
    font-size: 0.75rem;
  }
}
.post-body p a {
  color: #3fa6f2;
  text-decoration: underline;
}
@media screen and (max-width: 576px) {
  .post-body .table-wrrap {
    overflow-x: auto;
    white-space: nowrap;
  }
}
.post-body table {
  width: 100%;
  margin-top: 50px;
}
.post-body table thead {
  background-color: #eceef0;
  border-bottom: 1px solid #040000;
  font-size: 17px;
  font-size: 1.0625rem;
}
@media screen and (max-width: 576px) {
  .post-body table thead {
    font-size: 0.85rem;
  }
}
.post-body table thead th {
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  padding: 25px;
}
.post-body table tbody {
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (max-width: 576px) {
  .post-body table tbody {
    font-size: 0.75rem;
  }
}
.post-body table tbody tr:nth-child(even) {
  background-color: #eceef0;
}
.post-body table tbody tr td {
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  padding: 20px;
}
.post-body .row {
  display: grid;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  row-gap: 30px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 80px;
}
@media (min-width: 1120px) {
  .post-body .row {
    grid-template-columns: 40% 1fr;
  }
}
.post-body .row .column-text p {
  margin-top: 0;
  margin-bottom: 1em;
}
.post-body .row .column-text p:last-child {
  margin-bottom: 0;
}

.signature {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: 0;
}
.signature p {
  letter-spacing: 0.17em;
  margin-top: 40px;
}

.post-pagination {
  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;
  margin-top: 100px;
}
.post-pagination .to-list {
  display: block;
  line-height: 36px;
  padding: 0 30px;
  border: 1px solid #3fa6f2;
  border-radius: 30px;
  color: #3fa6f2;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
}
.post-pagination .to-list:hover {
  color: #fff;
  background-color: #3fa6f2;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
@media screen and (max-width: 576px) {
  .post-pagination .to-list {
    font-size: 0.75rem;
  }
}
@media (min-width: 1120px) {
  .post-pagination .to-list {
    padding: 0 35px;
  }
}

/*--------------------------------
  問い合わせフォーム
---------------------------------*/
.form-wrrap {
  max-width: 760px;
  margin: 0 auto;
}

.form-content dt {
  font-family: "Noto Serif JP", serif;
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 500;
  margin-top: 80px;
  margin-bottom: 1em;
}
@media screen and (max-width: 576px) {
  .form-content dt {
    font-size: 1.05rem;
  }
}
.form-content span.require {
  font-size: 21px;
  font-size: 1.3125rem;
  color: #cc2426;
}
@media screen and (max-width: 576px) {
  .form-content span.require {
    font-size: 1.05rem;
  }
}
.form-content dd {
  margin-bottom: 40px;
}
.form-content dd.file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.form-content dd .horizontal {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
}
.form-content .radio-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
}
.form-content [type=radio] + label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-content [type=radio] + label::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  border: 1px solid #acacab;
  border-radius: 30px;
  margin-right: 10px;
}
.form-content [type=radio]:checked + label::before {
  background-color: #040000;
}
.form-content [type=tel],
.form-content [type=text],
.form-content [type=email] {
  width: 100%;
  height: 40px;
  padding: 0.4em;
  border-bottom: 1px solid #acacab;
}
.form-content input[type=file] {
  width: 100%;
}
.form-content textarea {
  width: 100%;
  height: 350px;
  border: 1px solid #acacab;
}
.form-content .upload-title,
.form-content dd.file {
  display: none;
}
.form-content .message-explanation {
  margin-top: 50px;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 576px) {
  .form-content .message-explanation {
    font-size: 0.9rem;
  }
}
.form-content .mail-check {
  display: inline-block;
  margin-top: 40px;
}
.form-content .error {
  display: block;
  margin-top: 1em;
  margin-right: 2em;
  color: #cc2426;
}

.form-button {
  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;
  margin: 130px 0;
}
@media screen and (max-width: 576px) {
  .form-button input, .form-button button {
    max-width: 50%;
  }
}

.confirm #formWrap h4 {
  margin-bottom: 3em;
}
.confirm .form-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 4em;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 576px) {
  .confirm .form-content {
    font-size: 0.8rem;
  }
}
.confirm .form-content dt {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  padding-bottom: 30px;
  margin: 0;
}
@media (min-width: 1120px) {
  .confirm .form-content dt {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    border-bottom: 1px solid #acacab;
    margin-bottom: 30px;
  }
}
.confirm .form-content dt:last-of-type {
  margin-bottom: 0;
}
.confirm .form-content dt.width-fill {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  border-bottom: unset;
}
.confirm .form-content dd {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  border-bottom: 1px solid #acacab;
  padding-bottom: 30px;
  margin: 0;
  margin-bottom: 30px;
}
@media (min-width: 1120px) {
  .confirm .form-content dd {
    -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
    margin-bottom: 30px;
  }
}
.confirm .form-content dd:last-of-type {
  margin-bottom: 0;
}
.confirm .form-content dd.width-fill {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.confirm .form-content dd p {
  margin-bottom: 20px;
}

.thanks-message {
  text-align: center;
}
.thanks-message p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.75;
}
.thanks-message p:not(:last-child) {
  margin-bottom: 2rem;
}

/*--------------------------------
  よくあるご質問ページ
---------------------------------*/
.faq .content-header {
  height: inherit;
  margin-bottom: 40px;
}
.faq .content-header .lead-text {
  text-align: inherit;
}

/*--------------------------------
	ポリシー、規約ページ
---------------------------------*/
.doc-section {
  max-width: 960px;
  padding-bottom: 85px;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif !important;
}
.doc-section:last-child {
  padding-bottom: 0;
}
.doc-section.red-line {
  padding-top: 45px;
  position: relative;
}
.doc-section.red-line::before {
  content: "";
  display: block;
  width: 110px;
  height: 2px;
  background-color: #d72426;
  position: absolute;
  top: 0;
  left: 0;
}
.doc-section.blue-line {
  padding-top: 50px;
  position: relative;
}
.doc-section.blue-line::before {
  content: "";
  display: block;
  width: 150px;
  height: 2px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(7%, rgb(119, 184, 198)), color-stop(99%, rgb(226, 239, 233)));
  background-image: linear-gradient(90deg, rgb(119, 184, 198) 7%, rgb(226, 239, 233) 99%);
  position: absolute;
  top: 0;
  left: 0;
}
.doc-section .doc-title {
  font-family: "Noto Serif JP", serif;
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 500;
  margin-bottom: 30px;
}
@media screen and (max-width: 576px) {
  .doc-section .doc-title {
    font-size: 1.05rem;
  }
}
.doc-section p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: justify;
  margin-top: 40px;
}
@media screen and (max-width: 576px) {
  .doc-section p {
    font-size: 0.75rem;
  }
}
.doc-section p:first-child {
  margin-top: 0;
}
.doc-section ol {
  list-style: decimal;
  line-height: 1.75;
  padding-left: 2rem;
  margin-top: 1em;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (max-width: 576px) {
  .doc-section ol {
    font-size: 0.75rem;
  }
}
.doc-section ol li {
  padding-top: 5px;
  padding-bottom: 5px;
}
.doc-section ol span {
  display: block;
  margin-left: 4em;
}
@media screen and (max-width: 576px) {
  .doc-section ol {
    display: block;
    padding-left: 1em;
  }
}
.doc-section dl {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.75;
}
@media screen and (max-width: 576px) {
  .doc-section dl {
    font-size: 0.75rem;
  }
}
.doc-section dl dt {
  font-weight: normal;
}
.doc-section dl dd {
  padding-left: 1rem;
}
@media screen and (max-width: 576px) {
  .doc-section {
    padding-bottom: 60px;
  }
  .doc-section.red-line {
    padding-top: 25px;
  }
  .doc-section .doc-title {
    margin-bottom: 20px;
  }
  .doc-section p {
    margin-top: 20px;
  }
}

/* print */
@media print {
  a[href]:after {
    content: "" !important;
  }
  abbr[title]:after {
    content: "" !important;
  }
}/*# sourceMappingURL=style.css.map */