@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul,
nav ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background: transparent;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

th {
  font-weight: normal;
  text-align: left;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #CCC;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: bottom;
  background: transparent;
}

address, cite, code, dfn, em, var {
  font-style: normal;
}

figure {
  margin-bottom: 0;
}

:root {
  --pdg-sp: 6vw;
  --pdg-sp: 3vw;
}

.font-jp {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.font-icon {
  font-style: normal;
  font-family: 'Material Symbols Rounded';
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 48;
}

html {
  font-size: 62.5%;
}

@media screen and (max-width: 767px) {
  html {
    font-size: 3.5vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  html {
    font-size: 1.1vw;
  }
}

@media screen and (min-width: 1025px) {
  html {
    font-size: 1vw;
  }
}

@media screen and (min-width: 1400px) {
  html {
    font-size: 14px;
  }
}

body {
  width: 100%;
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
  color: #333;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 1rem;
    line-height: 2;
    -webkit-text-size-adjust: 100%;
  }
  body input, body select {
    font-size: 16px;
  }
}

@media screen and (min-width: 766px) {
  body {
    font-size: 1.14286rem;
    line-height: 2.2;
    letter-spacing: .05em;
  }
}

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

img[src$=".svg"] {
  width: 100%;
}

@media screen and (max-width: 767px) {
  img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
}

@media screen and (min-width: 1025px) {
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none !important;
  }
}

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

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

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

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

*, ::after, ::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

nav a {
  text-decoration: none;
}

main ul,
main ol {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.header a {
  text-decoration: none !important;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  display: grid;
  width: 100%;
  border-top: solid 5px #603813;
  background-color: #fff;
  -webkit-backdrop-filter: blur(0);
          backdrop-filter: blur(0);
  -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}

@media screen and (max-width: 767px) {
  .header {
    height: 90px;
    padding: 4vw 0 2vw 4vw;
  }
}

@media screen and (min-width: 766px) {
  .header {
    place-items: center;
    height: 10.71429rem;
  }
}

.header .header-inner {
  max-width: 95%;
  width: 100%;
  margin-inline: auto;
  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;
}

.header ._logo {
  max-width: 550px;
  width: 39.28571%;
  -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}

@media screen and (max-width: 767px) {
  .header ._logo {
    width: 60%;
  }
}

.header ._logo a {
  display: block;
  line-height: 1;
  -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}

@media (hover) {
  .header ._logo a:hover {
    -webkit-filter: opacity(60%);
            filter: opacity(60%);
  }
}

.header ._tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: .5em;
  font-size: 2.14286rem;
  font-weight: 500;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .header ._tel {
    font-size: 1.28571rem;
  }
}

.header ._tel::before {
  content: "TEL";
  padding-inline: .5em;
  background-color: #333;
  font-size: 1.14286rem;
  color: #fff;
  letter-spacing: .1em;
}

@media screen and (max-width: 767px) {
  .header ._tel::before {
    font-size: 0.92857rem;
  }
}

.header.is-fixed {
  background-color: rgba(255, 255, 255, 0.85);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  -webkit-filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.15));
          filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.15));
  -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.header .global ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  letter-spacing: .2em;
}

.header .global ul a {
  position: relative;
  display: block;
}

.header .global ul a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  margin: auto;
  background: #006837;
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

@media (hover: hover) {
  .header .global ul a {
    -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  .header .global ul a:hover {
    color: #006837;
  }
  .header .global ul a:hover::before {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

.btn-trigger {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto 30px auto auto;
  z-index: 101;
  width: 40px;
  aspect-ratio: 1;
  -webkit-transition: all .2s;
  transition: all .2s;
}

@media screen and (max-width: 767px) {
  .btn-trigger {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto 15px auto auto;
    width: 30px;
  }
}

.btn-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  display: inline-block;
  background-color: #603813;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.btn-trigger span:nth-of-type(1) {
  top: calc(50% + 8px);
}

.btn-trigger span:nth-of-type(2) {
  top: 50%;
}

.btn-trigger span:nth-of-type(3) {
  top: calc(50% - 8px);
}

.btn-trigger:hover {
  cursor: pointer;
}

.btn-trigger.is-active {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.btn-trigger.is-active span {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.btn-trigger.is-active span:nth-of-type(1) {
  -webkit-transform: translateY(-8px) rotate(-45deg);
          transform: translateY(-8px) rotate(-45deg);
}

.btn-trigger.is-active span:nth-of-type(2) {
  -webkit-transform: translateY(0) rotate(45deg);
          transform: translateY(0) rotate(45deg);
}

.btn-trigger.is-active span:nth-of-type(3) {
  opacity: 0;
}

.btn-trigger.is-active::before {
  -webkit-filter: opacity(0);
          filter: opacity(0);
}

.drawer a {
  text-decoration: none !important;
}

.drawer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-transition: all .6s;
  transition: all .6s;
}

.drawer.is-open {
  opacity: 100%;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all .6s;
  transition: all .6s;
}

.drawer .drawer-inner {
  width: 100%;
  height: 100%;
  overflow-y: auto;
}

.drawer .drawer-global {
  padding: 100px 10vw;
}

.drawer .drawer-global ._inner {
  width: 100%;
}

.drawer .drawer-global ul li a {
  display: block;
  padding-top: 1em;
  padding-bottom: 1em;
  border-bottom: solid 1px #ccc;
  text-align: center;
  font-size: 1.14286rem;
}

@media (hover) {
  .drawer .drawer-global a {
    -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  .drawer .drawer-global a:hover {
    -webkit-filter: opacity(70%);
            filter: opacity(70%);
  }
}

.footer #access {
  padding-block: 8.57143rem;
}

@media screen and (max-width: 767px) {
  .footer #access {
    padding-block: 4.28571rem;
  }
}

.footer #access .access-box {
  max-width: 1200px;
  width: 88%;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5.71429rem;
}

@media screen and (max-width: 767px) {
  .footer #access .access-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.85714rem;
  }
}

.footer #access .access-box ._googlemap {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

@media screen and (max-width: 767px) {
  .footer #access .access-box ._googlemap {
    width: 100%;
  }
}

.footer #access .access-box ._googlemap .googlemap-wrap {
  aspect-ratio: 600 / 500;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .footer #access .access-box ._googlemap .googlemap-wrap {
    aspect-ratio: 1 / 1.3;
  }
}

.footer #access .access-box ._googlemap .googlemap-wrap iframe {
  width: 100%;
  height: calc(100% + 300px);
  margin-top: -150px;
}

.footer #access .access-box ._googlemap a {
  display: block;
  margin-top: .5em;
  text-align: right;
  text-decoration: underline;
}

.footer #access .access-box ._txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.footer #access .access-box ._txt h2 {
  width: 100%;
}

.footer #access .access-box ._txt address {
  -webkit-margin-before: 2em;
          margin-block-start: 2em;
  line-height: 1.4;
  font-size: 1.28571rem;
}

.footer #access .access-box ._txt address .__phone {
  color: #006837;
  font-family: "EB Garamond", serif;
  font-size: 2.42857rem;
}

.footer #access .access-box ._txt address .__phone::before {
  content: "TEL.";
  font-size: 1.42857rem;
}

.footer #access .access-box ._txt dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 1em;
}

.footer #access .access-box ._txt dl dt {
  -ms-flex-preferred-size: 9em;
      flex-basis: 9em;
  padding-block: .8em;
  border-top: solid 1px #006837;
  color: #006837;
  font-weight: 600;
}

.footer #access .access-box ._txt dl dt:last-of-type {
  border-bottom: solid 1px #006837;
}

.footer #access .access-box ._txt dl dd {
  -ms-flex-preferred-size: calc(100% - 9em);
      flex-basis: calc(100% - 9em);
  padding-block: .8em;
  border-top: solid 1px #ccc;
}

.footer #access .access-box ._txt dl dd:last-of-type {
  border-bottom: solid 1px #ccc;
}

.footer #calendar {
  padding-block: 7.14286rem;
  background-color: rgba(197, 225, 159, 0.3);
}

@media screen and (max-width: 767px) {
  .footer #calendar {
    padding-block: 4.28571rem;
  }
}

.footer #calendar .calendar-box {
  max-width: 1200px;
  width: 88%;
  margin-inline: auto;
}

.footer #calendar .calendar-box.-hospinfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.85714rem;
  margin-top: 2.85714rem;
}

@media screen and (max-width: 767px) {
  .footer #calendar .calendar-box.-hospinfo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.42857rem;
    margin-top: 1.42857rem;
  }
}

.footer #calendar .calendar-box ._inner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.footer #calendar .calendar-box ._img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.footer .footer-nav {
  padding-block: 7.14286rem;
  background-image: url("/assets/images/common/footer_bkg.webp");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .footer .footer-nav {
    padding-block: 4.28571rem;
    background-image: url("/assets/images/common/footer_bkg.webp");
    background-position: 23% 0;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

.footer .footer-nav .footer-nav-box {
  max-width: 1200px;
  width: 88%;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr 1fr 2fr 1fr;
  gap: 3.57143rem;
}

@media screen and (max-width: 767px) {
  .footer .footer-nav .footer-nav-box {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .footer .footer-nav .footer-nav-box ._inner {
    -ms-flex-preferred-size: calc((100% - 2rem) / 2);
        flex-basis: calc((100% - 2rem) / 2);
  }
}

.footer .footer-nav a {
  display: block;
  color: #fff;
}

.footer .footer-nav p {
  margin-block: revert;
}

.footer .footer-nav p a {
  padding-top: .3em;
  padding-bottom: .7em;
  border-bottom: solid 1px rgba(255, 255, 255, 0.6);
  font-weight: 400;
  letter-spacing: .1em;
  -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}

@media (hover) {
  .footer .footer-nav p a:hover {
    -webkit-filter: opacity(60%);
            filter: opacity(60%);
  }
}

@media screen and (max-width: 767px) {
  .footer .footer-nav p a {
    font-size: 1rem;
  }
}

.footer .footer-nav p._recruitment {
  margin-top: 1.5em;
}

.footer .footer-nav ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rm;
  margin-top: 1em;
  list-style-type: none;
  letter-spacing: .1em;
  font-size: 0.92857rem;
}

@media screen and (max-width: 767px) {
  .footer .footer-nav ul {
    margin-bottom: 2em;
    font-size: 0.85714rem;
  }
}

.footer .footer-nav ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}

@media (hover) {
  .footer .footer-nav ul li a:hover {
    -webkit-filter: opacity(60%);
            filter: opacity(60%);
  }
}

@media screen and (max-width: 767px) {
  .footer .footer-nav ul li a {
    padding-block: .5em;
  }
}

.footer .footer-nav ul li a::before {
  content: "";
  display: inline-block;
  width: .7em;
  height: 1px;
  margin-right: .7em;
  background-color: #fff;
}

.footer .footer-credits {
  padding-block: 1.5em;
  color: rgba(51, 51, 51, 0.8);
  text-align: center;
  font-family: "EB Garamond", serif;
}

.main {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 10.71429rem;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .main {
    margin-top: 90px;
  }
}

body.is-scrollFixed {
  position: fixed;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}

.ttl-lev01 {
  position: relative;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin: 0 auto 4em auto;
  text-align: center;
  line-height: 1.2;
  letter-spacing: .4em;
  font-size: 1.28571rem;
}

@media screen and (max-width: 767px) {
  .ttl-lev01 {
    margin: 0 auto 3em auto;
    letter-spacing: .2em;
    font-size: 1.07143rem;
  }
}

.ttl-lev01 span {
  position: relative;
  display: block;
  padding-block: 2.5em .9em;
  color: #603813;
  letter-spacing: .15em;
  font-family: "EB Garamond", serif;
  font-weight: 500;
  font-size: 2.5rem;
}

@media screen and (max-width: 767px) {
  .ttl-lev01 span {
    letter-spacing: .1em;
    font-size: 1.78571rem;
  }
}

.ttl-lev01 span::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: 0 auto auto auto;
  z-index: 1;
  display: block;
  width: 1px;
  height: 2em;
  background-color: #006837;
}

.ttl-lev01 span::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto auto .45em auto;
  z-index: 1;
  display: block;
  width: 2em;
  height: 4px;
  background-color: #006837;
}

.ttl-lev02 {
  position: relative;
  margin-bottom: 4.28571rem;
  letter-spacing: .5em;
  text-indent: .5em;
  text-align: center;
  line-height: 2;
  font-size: 1.71429rem;
}

.ttl-lev02::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto auto 2.5rem auto;
  content: "";
  display: inline-block;
  width: 2em;
  height: 2px;
  background-color: #006837;
}

.ttl-lev02::after {
  content: attr(data-en);
  display: block;
  color: rgba(0, 104, 55, 0.5);
  letter-spacing: .2em;
  text-indent: .2em;
  font-size: 1.35714rem;
}

.ttl-lev03 {
  font-size: 1.71429rem;
}

@media screen and (min-width: 766px) {
  .ttl-lev03 {
    margin-bottom: 1.07143rem;
  }
}

.lead-lev01 {
  letter-spacing: .05em;
  color: #006837;
  text-align: center;
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .lead-lev01 {
    font-size: 1.28571rem;
  }
}

.lead-lev01.-mrgT1 {
  margin-top: 1em;
}

.lead-lev01.-mrgT2 {
  margin-top: 2em;
}

.lead-lev02 {
  letter-spacing: .05em;
  text-align: center;
  font-weight: 600;
  font-size: 1.57143rem;
}

@media screen and (max-width: 767px) {
  .lead-lev02 {
    font-size: 1.07143rem;
  }
}

.lead-lev02.-mrgT1 {
  margin-top: 1em;
}

.lead-lev02.-mrgT2 {
  margin-top: 2em;
}

.page-mv {
  width: 100%;
  aspect-ratio: 1400 / 430;
  background-image: url("/assets/images/common/bkg_brick.webp");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .page-mv {
    aspect-ratio: 3 / 2;
  }
}

.page-mv ._inner {
  position: relative;
  display: grid;
  place-items: center;
  aspect-ratio: 1400 / 280;
  background-color: #ecf4e0;
}

@media screen and (max-width: 767px) {
  .page-mv ._inner {
    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;
    aspect-ratio: 3 / 1.6;
  }
}

.page-mv h1 {
  position: relative;
  background-color: #ecf4e0;
  text-align: center;
  line-height: 1.2;
  letter-spacing: .4em;
  font-size: 1.28571rem;
}

@media screen and (max-width: 767px) {
  .page-mv h1 {
    font-size: 1.14286rem;
  }
}

.page-mv h1::before {
  content: attr(data-en);
  display: block;
  -webkit-padding-after: .9em;
          padding-block-end: .9em;
  color: #603813;
  letter-spacing: .15em;
  font-family: "EB Garamond", serif;
  font-weight: 500;
  font-size: 2.71429rem;
}

@media screen and (max-width: 767px) {
  .page-mv h1::before {
    letter-spacing: .05em;
    font-size: 2rem;
  }
}

.page-mv h1::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto auto 2.1em auto;
  z-index: 1;
  display: block;
  width: 3.5em;
  height: 4px;
  background-color: #006837;
}

.hosp-time {
  -webkit-padding-after: 1.07143rem;
          padding-block-end: 1.07143rem;
  background-color: #c5e19f;
  text-align: center;
  line-height: 1.6;
}

.hosp-time table {
  width: 100%;
  -webkit-margin-after: 1.07143rem;
          margin-block-end: 1.07143rem;
  background-color: #fff;
}

.hosp-time table th, .hosp-time table td {
  text-align: center;
  line-height: 1;
}

.hosp-time table th:not(:last-child), .hosp-time table td:not(:last-child) {
  border-right: solid 1px #c5e19f;
}

.hosp-time table thead th {
  padding: .9em 0;
  background-color: #006837;
  color: #fff;
  font-size: 1.57143rem;
}

@media screen and (max-width: 767px) {
  .hosp-time table thead th {
    font-size: 1rem;
  }
}

.hosp-time table thead th:first-child {
  width: 30%;
}

.hosp-time table tbody th, .hosp-time table tbody td {
  padding: .5em 0;
  border-bottom: solid 1px #c5e19f;
}

.hosp-time table tbody th {
  font-size: 1.28571rem;
}

@media screen and (max-width: 767px) {
  .hosp-time table tbody th {
    font-size: 1rem;
  }
}

.hosp-time table tbody td {
  width: 10%;
  color: #c5e19f;
  font-size: 2.28571rem;
}

@media screen and (max-width: 767px) {
  .hosp-time table tbody td {
    font-size: 1.42857rem;
  }
}

.hosp-time table tbody td.closed {
  color: #333;
  font-size: 1.57143rem;
}

@media screen and (max-width: 767px) {
  .hosp-time table tbody td.closed {
    font-size: 1rem;
  }
}

.hosp-time .__phone {
  font-size: 1.57143rem;
}

.hosp-time .__phone::before {
  content: "TEL.";
  font-size: 1.14286rem;
}

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

@media screen and (min-width: 766px) {
  .sp {
    display: none !important;
    visibility: hidden !important;
  }
}

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

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

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

.list-disc {
  list-style-type: disc;
}

.list-decimal {
  list-style-type: decimal;
}

.list-disc, .list-decimal {
  margin-left: 1.5em;
}

.list-disc li, .list-decimal li {
  padding-left: .25em;
}

.xo-month-wrap {
  background-color: #fff;
  -webkit-filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.15));
          filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.15));
  overflow: hidden !important;
}

@media screen and (min-width: 766px) {
  .xo-month-wrap {
    padding: 2.14286rem 3.57143rem;
  }
}

@media screen and (max-width: 767px) {
  .xo-month-wrap {
    padding: 2.14286rem;
  }
}

.xo-event-calendar {
  position: relative;
  z-index: 1;
  font-family: "Hiragino Mincho ProN", YuMincho, serif !important;
}

.xo-event-calendar .xo-months {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.28571rem;
}

@media screen and (max-width: 767px) {
  .xo-event-calendar .xo-months {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.42857rem;
  }
}

.xo-event-calendar .xo-months .xo-month-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.xo-event-calendar .month-header {
  margin: 0 0 1em 0 !important;
  letter-spacing: 0.05em;
}

.xo-event-calendar .month-header span {
  font-size: 1.28571rem;
}

@media screen and (max-width: 767px) {
  .xo-event-calendar .month-header span {
    font-size: 1.14286rem;
  }
}

.xo-event-calendar table, .xo-event-calendar th, .xo-event-calendar td {
  border: none;
}

.xo-event-calendar table div, .xo-event-calendar th div, .xo-event-calendar td div {
  border: none;
}

.xo-event-calendar .xo-month {
  border-collapse: collapse;
  border-spacing: 0;
  border: none !important;
}

.xo-event-calendar .xo-month th, .xo-event-calendar .xo-month td {
  border: none !important;
  font-size: 1.14286rem;
}

@media screen and (max-width: 767px) {
  .xo-event-calendar .xo-month th, .xo-event-calendar .xo-month td {
    font-size: 0.92857rem;
  }
}

.xo-event-calendar .xo-month th {
  padding-top: .5em !important;
  padding-bottom: .5em !important;
  border-top: solid 1px #ccc !important;
  border-bottom: solid 1px #ccc !important;
}

.xo-event-calendar .xo-month th.sunday {
  color: #e75172;
}

.xo-event-calendar .xo-month th.saturday {
  color: #006837;
}

.xo-event-calendar .xo-month td div {
  padding-top: 1em !important;
  text-align: center !important;
}

.xo-event-calendar .xo-month td .month-event-title {
  background-color: #e8ed6d !important;
  text-align: center !important;
}

.xo-event-calendar .xo-month .dayname td:first-child {
  color: #e75172;
}

.xo-event-calendar .xo-month .dayname td:last-child {
  color: #00d;
}

.xo-event-calendar .xo-month .holiday-holiday {
  color: #fff;
}

.holiday-titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2em;
  margin-top: 1em;
}

.holiday-titles .holiday-title span {
  border: none !important;
}

.xo-event-calendar table.xo-month .month-dayname td div.today {
  color: #603813 !important;
}

#home .mv {
  position: relative;
}

@media screen and (max-width: 767px) {
  #home .mv figure {
    width: 100%;
    height: 35vh;
  }
  #home .mv figure img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 61%;
       object-position: 61%;
    width: 100%;
    height: 100%;
  }
}

#home .mv p {
  position: absolute;
  top: 15%;
  right: 9%;
  z-index: 1;
  width: 28%;
}

@media screen and (max-width: 767px) {
  #home .mv p {
    top: 3%;
    right: 3%;
    width: 45%;
  }
}

#home #aboutus {
  max-width: 1200px;
  width: 88%;
  margin-inline: auto;
  padding-block: 4.28571rem;
  text-align: center;
  letter-spacing: .2em;
  line-height: 3;
}

@media screen and (max-width: 767px) {
  #home #aboutus {
    width: 100%;
    letter-spacing: .05em;
    line-height: 2;
  }
}

#home #aboutus h1 {
  font-weight: 400;
  font-family: "Hiragino Mincho ProN", YuMincho, serif;
  font-size: 2.85714rem;
}

@media screen and (max-width: 767px) {
  #home #aboutus h1 {
    letter-spacing: .2em;
    font-size: 2rem;
  }
}

#home #aboutus p {
  -webkit-margin-after: 2em;
          margin-block-end: 2em;
  font-family: "Hiragino Mincho ProN", YuMincho, serif;
  font-size: 1.28571rem;
}

@media screen and (max-width: 767px) {
  #home #aboutus p {
    font-size: 1.14286rem;
  }
}

#home #info {
  background-image: url("/assets/images/common/bkg_brick.webp");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

#home #info .info-box {
  max-width: 1200px;
  width: 88%;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-block: 7.14286rem;
}

@media screen and (max-width: 767px) {
  #home #info .info-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.14286rem;
    padding-block: 4.28571rem;
  }
}

#home #info .info-box ._img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.57143rem;
}

@media screen and (max-width: 767px) {
  #home #info .info-box ._img {
    gap: 2.14286rem;
  }
}

#home #info .info-box ._img figure {
  max-width: 240px;
  width: 40%;
}

@media screen and (max-width: 767px) {
  #home #info .info-box ._img figure {
    width: 100%;
  }
}

#home #info .info-box ._hospinfo {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 767px) {
  #home #info .info-box ._hospinfo {
    width: 100%;
  }
}

#home #info .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

#home #info .swiper-wrapper img {
  height: auto;
  width: 100%;
}

#home #philosophy {
  padding-block: 7.14286rem;
  counter-reset: number 0;
}

@media screen and (max-width: 767px) {
  #home #philosophy {
    padding-block: 4.28571rem;
  }
}

#home #philosophy .philosophy-box {
  max-width: 1200px;
  width: 88%;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.92857rem;
  margin-block: 7.85714rem;
}

@media screen and (max-width: 767px) {
  #home #philosophy .philosophy-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.42857rem;
    margin-block: 4.28571rem;
  }
}

#home #philosophy .philosophy-box ._txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#home #philosophy .philosophy-box ._txt h3 {
  position: relative;
  padding-left: 2em;
  padding-bottom: 5.5em;
  line-height: 1.6;
  background: url("/assets/images/home/h3_bkg.svg") no-repeat left bottom/75%;
}

@media screen and (max-width: 767px) {
  #home #philosophy .philosophy-box ._txt h3 {
    background-size: 85%;
    background-position: left 50%;
  }
}

#home #philosophy .philosophy-box ._txt h3::before {
  content: attr(data-en);
  display: block;
  font-weight: 400;
  font-family: "EB Garamond", serif;
  font-size: 2.5rem;
  letter-spacing: .15em;
}

@media screen and (max-width: 767px) {
  #home #philosophy .philosophy-box ._txt h3::before {
    font-size: 2.28571rem;
    letter-spacing: .1em;
  }
}

#home #philosophy .philosophy-box ._txt h3::after {
  position: absolute;
  top: -.9em;
  left: 0;
  z-index: -1;
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero);
  color: #d6c9bd;
  font-weight: 400;
  font-family: "EB Garamond", serif;
  font-size: 5.71429rem;
}

@media screen and (max-width: 767px) {
  #home #philosophy .philosophy-box ._txt h3::after {
    font-size: 4.28571rem;
  }
}

#home #philosophy .philosophy-box ._txt h3 + p {
  margin-top: 2em;
}

@media screen and (max-width: 767px) {
  #home #philosophy .philosophy-box ._txt h3 + p {
    margin-top: -2em;
  }
}

#home #philosophy .philosophy-box ._txt p {
  position: relative;
  z-index: 1;
  text-indent: 1em;
}

#home #philosophy .philosophy-box ._img {
  width: min(55%, 650px);
}

@media screen and (max-width: 767px) {
  #home #philosophy .philosophy-box ._img {
    width: 100%;
  }
}

#home #philosophy .philosophy-box:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  #home #philosophy .philosophy-box:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#home #philosophy .philosophy-img {
  margin-top: 8.57143rem;
}

@media screen and (max-width: 767px) {
  #home #philosophy .philosophy-img {
    margin-top: 4.28571rem;
  }
}

#home #medicalinfo ._inner {
  padding-block: 7.14286rem;
  background-image: url("/assets/images/common/bkg_brick.webp");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  #home #medicalinfo ._inner {
    padding-block: 4.28571rem;
  }
}

#home #medicalinfo .medical-list {
  max-width: 942px;
  width: 88%;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.42857rem 5rem;
}

@media screen and (max-width: 767px) {
  #home #medicalinfo .medical-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.07143rem;
  }
}

#home #medicalinfo .medical-list .medical-item {
  position: relative;
  display: block;
  padding-block: 2em;
  background-color: #fff;
  text-align: center;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  #home #medicalinfo .medical-list .medical-item {
    padding-block: 1em;
  }
}

#home #medicalinfo .medical-list .medical-item::before {
  content: "";
  position: absolute;
  right: .5em;
  bottom: .5em;
  z-index: 1;
  width: 1em;
  height: 1em;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  background-color: #006837;
}

@media (hover: hover) {
  #home #medicalinfo .medical-list .medical-item {
    -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  #home #medicalinfo .medical-list .medical-item:hover {
    background-color: #c5e19f;
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
    -webkit-filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.2));
            filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.2));
  }
  #home #medicalinfo .medical-list .medical-item:hover::before {
    background-color: #fff;
  }
}

#home #medicalinfo .medical-list .medical-item figure {
  width: 50%;
  margin-inline: auto;
}

@media screen and (max-width: 767px) {
  #home #medicalinfo .medical-list .medical-item figure {
    width: 40%;
  }
}

#home #medicalinfo .medical-list .medical-item h2 {
  margin-top: 1em;
  color: #603813;
  font-size: 1.57143rem;
}

@media screen and (max-width: 767px) {
  #home #medicalinfo .medical-list .medical-item h2 {
    font-size: 1.28571rem;
  }
}

#home #medicalinfo .medical-list .medical-item p {
  font-size: 0.92857rem;
}

#greeting .profile .profile-box {
  position: relative;
  max-width: 1200px;
  width: 88%;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.28571rem 12%;
  margin-bottom: 11.42857rem;
}

@media screen and (max-width: 767px) {
  #greeting .profile .profile-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.14286rem 0;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 766px) {
  #greeting .profile .profile-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 55%;
    z-index: -1;
    width: 50vw;
    height: 100%;
    background-color: #faf8ef;
  }
  #greeting .profile .profile-box:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  #greeting .profile .profile-box:nth-of-type(even)::before {
    left: auto;
    right: 55%;
  }
}

#greeting .profile .profile-box ._img {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
  padding-top: 5.71429rem;
}

@media screen and (max-width: 767px) {
  #greeting .profile .profile-box ._img {
    padding-top: 4.28571rem;
  }
}

#greeting .profile .profile-box ._img h2 {
  color: #006837;
  letter-spacing: .2em;
}

#greeting .profile .profile-box ._img h3 {
  line-height: 1.2;
  letter-spacing: .1em;
  font-weight: 400;
  font-family: "Hiragino Mincho ProN", YuMincho, serif;
  font-size: 2.85714rem;
}

@media screen and (max-width: 767px) {
  #greeting .profile .profile-box ._img h3 {
    font-size: 2.14286rem;
  }
}

#greeting .profile .profile-box ._img h3::after {
  content: attr(data-en);
  display: block;
  color: #c5e19f;
  letter-spacing: .2em;
  font-weight: 400;
  font-family: "EB Garamond", serif;
  font-size: 1.14286rem;
}

@media screen and (max-width: 767px) {
  #greeting .profile .profile-box ._img h3::after {
    font-size: 1rem;
  }
}

#greeting .profile .profile-box ._img figure {
  margin-top: 3em;
}

#greeting .profile .profile-box ._img p {
  margin-top: 1em;
}

#greeting .profile .profile-box ._txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-padding-before: 12.5rem;
          padding-block-start: 12.5rem;
}

@media screen and (max-width: 767px) {
  #greeting .profile .profile-box ._txt {
    position: relative;
    padding-block: 2em;
  }
  #greeting .profile .profile-box ._txt::before {
    content: "";
    position: absolute;
    top: 0;
    left: -6vw;
    z-index: -1;
    width: 100vw;
    height: 100%;
    background-color: #faf8ef;
  }
}

#greeting .profile .profile-box ._txt h3 {
  position: relative;
  padding-bottom: .6em;
  font-size: 1.42857rem;
  color: #006837;
}

@media screen and (max-width: 767px) {
  #greeting .profile .profile-box ._txt h3 {
    font-size: 1.28571rem;
  }
}

#greeting .profile .profile-box ._txt h3::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 6em;
  height: 1px;
  background-color: #006837;
}

#greeting .profile .profile-box ._txt ul {
  margin-top: 1em;
}

#greeting .message {
  max-width: 1200px;
  width: 88%;
  margin-inline: auto;
  padding-top: 5.71429rem;
  text-align: center;
  line-height: 3;
}

#greeting .message h3 {
  letter-spacing: .3em;
  font-weight: 400;
  font-family: "Hiragino Mincho ProN", YuMincho, serif;
  font-size: 2.85714rem;
}

@media screen and (max-width: 767px) {
  #greeting .message h3 {
    letter-spacing: .1em;
    font-size: 2rem;
  }
}

#greeting .message p {
  letter-spacing: .2em;
  font-family: "Hiragino Mincho ProN", YuMincho, serif;
  font-size: 1.28571rem;
}

@media screen and (max-width: 767px) {
  #greeting .message p {
    letter-spacing: .1em;
    font-size: 1rem;
  }
}

#greeting .message p + p {
  margin-top: 2em;
}

#medical .subject {
  position: relative;
  padding-block: 8.57143rem 12.14286rem;
}

@media screen and (max-width: 767px) {
  #medical .subject {
    padding-block: 5.71429rem;
  }
}

#medical .subject::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 21.42857rem;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #ecf4e0));
  background-image: linear-gradient(180deg, #fff 0%, #ecf4e0 50%);
}

#medical .subject .ttl-subject {
  position: relative;
  line-height: 1;
  letter-spacing: .2em;
  text-align: center;
  color: #603813;
  font-weight: 500;
  font-size: 2.28571rem;
}

@media screen and (max-width: 767px) {
  #medical .subject .ttl-subject {
    font-size: 1.71429rem;
  }
}

#medical .subject .ttl-subject::before {
  content: "";
  display: block;
  max-width: 95px;
  width: 7.91667%;
  aspect-ratio: 1;
  margin: 0 auto .5em auto;
}

@media screen and (max-width: 767px) {
  #medical .subject .ttl-subject::before {
    width: 70px;
  }
}

#medical .subject#ippan .ttl-subject::before {
  background-image: url("/assets/images/common/medical_ippan.svg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

#medical .subject#ireba .ttl-subject::before {
  background-image: url("/assets/images/common/medical_ireba.svg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

#medical .subject#shoni .ttl-subject::before {
  background-image: url("/assets/images/common/medical_shoni.svg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

#medical .subject#geka .ttl-subject::before {
  background-image: url("/assets/images/common/medical_geka.svg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

#medical .subject#yobo .ttl-subject::before {
  background-image: url("/assets/images/common/medical_yobo.svg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

#medical .subject#kyosei .ttl-subject::before {
  background-image: url("/assets/images/common/medical_kyosei.svg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

#medical .subject#shinbi .ttl-subject::before {
  background-image: url("/assets/images/common/medical_shinbi.svg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

#medical .subject#implant .ttl-subject::before {
  background-image: url("/assets/images/common/medical_implant.svg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

#medical .subject#whitening .ttl-subject::before {
  background-image: url("/assets/images/common/medical_whitening.svg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

#medical .subject .subject-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6.42857rem;
  max-width: 1200px;
  width: 88%;
  margin-inline: auto;
  -webkit-margin-before: 5.71429rem;
          margin-block-start: 5.71429rem;
}

@media screen and (max-width: 767px) {
  #medical .subject .subject-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.14286rem;
    -webkit-margin-before: 2.14286rem;
            margin-block-start: 2.14286rem;
  }
}

#medical .subject .subject-box ._txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#medical .subject .subject-box ._txt h3 {
  margin-bottom: 1em;
  letter-spacing: .2em;
  color: #006837;
  font-family: "Hiragino Mincho ProN", YuMincho, serif;
  font-size: 2.28571rem;
}

@media screen and (max-width: 767px) {
  #medical .subject .subject-box ._txt h3 {
    margin-bottom: 0;
    letter-spacing: .1em;
    font-size: 1.71429rem;
  }
}

#medical .subject .subject-box ._txt p {
  margin-top: 1em;
  text-indent: 1em;
}

#medical .subject .subject-box ._img {
  max-width: 600px;
  width: 50%;
}

@media screen and (max-width: 767px) {
  #medical .subject .subject-box ._img {
    width: 100%;
  }
}

@media screen and (min-width: 766px) {
  #medical .subject:nth-of-type(odd):not(:nth-of-type(1)) .subject-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  #medical .subject:nth-of-type(1) .subject-box:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

#medical .subject .kyose-price {
  max-width: 1200px;
  width: 88%;
  margin-inline: auto;
  margin-top: 4.28571rem;
}

#medical .subject .kyose-price h4 {
  position: relative;
  margin-bottom: 2.14286rem;
  border-bottom: solid 4px #c5e19f;
  font-size: 1.57143rem;
}

#medical .subject .kyose-price h4::before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  z-index: 0;
  width: 5em;
  height: 4px;
  background-color: #006837;
}

#medical .subject .kyose-price .price-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.07143rem;
  margin-bottom: 1.07143rem;
}

@media screen and (max-width: 767px) {
  #medical .subject .kyose-price .price-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#medical .subject .kyose-price .price-box h5 {
  -ms-flex-preferred-size: 15em;
      flex-basis: 15em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-inline: 1.5em;
  background-color: rgba(197, 225, 159, 0.3);
  font-size: 1.07143rem;
}

@media screen and (max-width: 767px) {
  #medical .subject .kyose-price .price-box h5 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    padding: .5em;
  }
}

#medical .subject .kyose-price .price-box .table-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#medical .subject .kyose-price .price-box .table-wrap table {
  width: 100%;
}

#medical .subject .kyose-price .price-box .table-wrap table th, #medical .subject .kyose-price .price-box .table-wrap table td {
  padding: .5em 1em;
  border: solid 1px #999;
  vertical-align: middle;
  color: rgba(51, 51, 51, 0.85);
  font-size: 0.85714rem;
}

#medical .subject .kyose-price .price-box .table-wrap table th {
  width: 20%;
  background-color: #006837;
  color: #fff;
  font-weight: 600;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  #medical .subject .kyose-price .price-box .table-wrap table th {
    width: 24%;
  }
}

#medical .subject .kyose-price .price-box .table-wrap table th + td {
  width: 20%;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  #medical .subject .kyose-price .price-box .table-wrap table th + td {
    width: 15%;
  }
}

#medical .subject .kyose-price .attention {
  line-height: 1.6;
  color: rgba(51, 51, 51, 0.85);
  font-size: 0.85714rem;
}

#medical #notes dl {
  max-width: 1200px;
  width: 88%;
  margin-inline: auto;
  -webkit-margin-before: 5.71429rem;
          margin-block-start: 5.71429rem;
  padding: 2em;
  border: solid 1px #999;
  font-size: 0.85714rem;
}

@media screen and (max-width: 767px) {
  #medical #notes dl {
    -webkit-margin-before: 2.14286rem;
            margin-block-start: 2.14286rem;
    font-size: 12px;
  }
}

/*# sourceMappingURL=style.css.map */
