#wrapper {
  overflow: hidden;
  background-image: url(/staff/img/main_bg.gif), linear-gradient(to bottom, #acddf7 0, #acddf7 387px, #fdefd7 387px);
  background-position: center top;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1024px) {
  #wrapper {
    background-image: url(/staff/img/sp/kv_tab.gif);
    background-color: #fdefd7;
    background-size: 100%, auto;
  }
}
@media screen and (max-width: 600px) {
  #wrapper {
    background-image: url(/index/img/sp/kv_sp.gif), linear-gradient(to bottom, #acddf7 0, #acddf7 387px, #fdefd7 387px);
  }
}
#wrapper h2 {
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: bold;
  color: var(--color_bw1);
  text-align: center;
}
@media screen and (max-width: 1024px) {
  #wrapper h2 {
    font-size: clamp(1.375rem, 1.086rem + 1.23vw, 1.875rem);
  }
}
@media screen and (max-width: 600px) {
  #wrapper h2 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  #wrapper [class^=deco] {
    display: none;
  }
}
#wrapper section {
  width: 100%;
}
#wrapper section.ttl_area {
  margin: 40px 0 80px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  #wrapper section.ttl_area {
    padding: 0 5%;
  }
}
@media screen and (max-width: 600px) {
  #wrapper section.ttl_area {
    margin: 20px 0 40px;
  }
}
@media screen and (max-width: 1024px) {
  #wrapper section.ttl_area h1 img {
    width: 550px;
  }
}
@media screen and (max-width: 600px) {
  #wrapper section.ttl_area h1 img {
    width: 80%;
  }
}
#wrapper section.ttl_area > .inner {
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
}
#wrapper section.ttl_area > .inner p.lead {
  margin-top: 70px;
  text-align: left;
  font-size: var(--fz_lg);
  color: var(--color_bw1);
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.6666666667;
}
@media screen and (max-width: 1024px) {
  #wrapper section.ttl_area > .inner p.lead {
    margin-top: 40px;
  }
}
#wrapper section.staff_area {
  padding-bottom: 100px;
  background: url(/staff/img/deco2.gif) right top 4% no-repeat, url(/staff/img/deco6.gif) left top 65% no-repeat, url(/staff/img/deco9.gif) left bottom 0 no-repeat;
}
@media screen and (max-width: 1024px) {
  #wrapper section.staff_area {
    background: none;
  }
}
@media screen and (max-width: 600px) {
  #wrapper section.staff_area {
    padding-bottom: 100px;
  }
}
#wrapper section.staff_area > .inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  color: var(--color_bw1);
}
#wrapper section.staff_area > .inner .anc_area {
  margin-bottom: 95px;
}
@media screen and (max-width: 1024px) {
  #wrapper section.staff_area > .inner .anc_area {
    margin-bottom: 50px;
  }
}
#wrapper section.staff_area > .inner .anc_area ul {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 600px) {
  #wrapper section.staff_area > .inner .anc_area ul {
    flex-wrap: wrap;
    gap: 30px 10px;
  }
}
#wrapper section.staff_area > .inner .anc_area ul li:not(:last-child) {
  margin-right: 20px;
}
@media screen and (max-width: 1024px) {
  #wrapper section.staff_area > .inner .anc_area ul li:not(:last-child) {
    margin-right: 15px;
  }
}
@media screen and (max-width: 600px) {
  #wrapper section.staff_area > .inner .anc_area ul li:not(:last-child) {
    margin: 0;
  }
}
#wrapper section.staff_area > .inner .anc_area ul li a {
  position: relative;
  width: 180px;
}
@media screen and (max-width: 1024px) {
  #wrapper section.staff_area > .inner .anc_area ul li a {
    width: 130px;
    font-size: 13px;
  }
}
@media screen and (max-width: 600px) {
  #wrapper section.staff_area > .inner .anc_area ul li a {
    width: 110px;
    font-size: 12px;
  }
}
#wrapper section.staff_area > .inner .anc_area ul li a:hover:after {
  bottom: -20px;
}
#wrapper section.staff_area > .inner .anc_area ul li a:after {
  content: "";
  display: block;
  width: 20px;
  aspect-ratio: 2/1;
  background: var(--color_bl);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translate(-50%, 0);
  transition: all 0.3s;
}
#wrapper section.staff_area > .inner .name {
  width: 304px;
  padding-top: 10px;
  aspect-ratio: 152/71;
  background: url(/staff/img/name_bg.png) center/100% no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  #wrapper section.staff_area > .inner .name {
    width: 230px;
  }
}
@media screen and (max-width: 600px) {
  #wrapper section.staff_area > .inner .name {
    margin: 0 auto;
  }
}
#wrapper section.staff_area > .inner .name.mb {
  margin-bottom: 20px;
}
#wrapper section.staff_area > .inner .name p {
  text-align: left;
  font-size: 26px;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  #wrapper section.staff_area > .inner .name p {
    font-size: 22px;
  }
}
#wrapper section.staff_area > .inner .name p span {
  font-size: 18px;
}
@media screen and (max-width: 1024px) {
  #wrapper section.staff_area > .inner .name p span {
    font-size: 15px;
  }
}
#wrapper section.staff_area > .inner .prof_wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  #wrapper section.staff_area > .inner .prof_wrap {
    display: block;
  }
}
#wrapper section.staff_area > .inner .prof_wrap.mb {
  margin-bottom: 100px;
}
@media screen and (max-width: 600px) {
  #wrapper section.staff_area > .inner .prof_wrap.mb {
    margin-bottom: 50px;
  }
}
#wrapper section.staff_area > .inner .prof_wrap .prof_l {
  width: 38.5%;
}
@media screen and (max-width: 600px) {
  #wrapper section.staff_area > .inner .prof_wrap .prof_l {
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 2px solid #fff;
  }
}
#wrapper section.staff_area > .inner .prof_wrap .prof_r {
  width: 60%;
}
@media screen and (max-width: 600px) {
  #wrapper section.staff_area > .inner .prof_wrap .prof_r {
    width: 100%;
  }
}
#wrapper section.staff_area > .inner dl dt {
  margin-bottom: 15px;
  padding: 5px 15px 6px;
  display: inline-block;
  font-size: var(--fz_md);
  background: var(--color_bw1);
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  letter-spacing: 0.06em;
}
#wrapper section.staff_area > .inner dl dd {
  font-size: var(--fz_md);
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
@media screen and (max-width: 600px) {
  #wrapper section.staff_area > .inner dl dd {
    letter-spacing: 0.04em;
  }
}
#wrapper section.staff_area > .inner dl dd ul.dg {
  display: grid;
  grid-template-columns: repeat(2, 35%) 30%;
  row-gap: 10px;
}
@media screen and (max-width: 600px) {
  #wrapper section.staff_area > .inner dl dd ul.dg {
    display: block;
  }
}
#wrapper section.staff_area > .inner dl dd ul.df {
  display: flex;
  flex-wrap: wrap;
  gap: 0px 20px;
}
@media screen and (max-width: 600px) {
  #wrapper section.staff_area > .inner dl dd ul.df {
    display: block;
  }
}
#wrapper section.staff_area > .inner dl dd ul li {
  padding-left: 1em;
  text-indent: -1em;
}
#wrapper section.staff_area > .inner dl dd table {
  width: 100%;
  table-layout: fixed;
}
#wrapper section.staff_area > .inner dl dd table tr {
  border-bottom: 1px solid var(--color_bw1);
}
#wrapper section.staff_area > .inner dl dd table tr:first-child {
  border-top: 1px solid var(--color_bw1);
}
#wrapper section.staff_area > .inner dl dd table tr th {
  width: 135px;
  padding: 15px 0;
}
@media screen and (max-width: 1024px) {
  #wrapper section.staff_area > .inner dl dd table tr th {
    width: 115px;
  }
}
@media screen and (max-width: 600px) {
  #wrapper section.staff_area > .inner dl dd table tr th {
    width: 105px;
  }
}
#wrapper section.staff_area > .inner dl dd table tr td {
  padding: 15px 0;
}
#wrapper section.staff_area > .inner hr {
  margin: 30px 0;
  border-width: 1px;
  border-color: #fff;
}
@media screen and (max-width: 600px) {
  #wrapper section.staff_area > .inner hr {
    margin: 20px 0;
  }
}
#wrapper section.staff_area > .inner .tac {
  text-align: center;
}
#wrapper section.staff_area > .inner h2 {
  position: relative;
  background-image: linear-gradient(to right, #70424f 0, #70424f 8px, transparent 8px);
  background-size: 12px 2px;
  background-repeat: repeat-x;
  background-position: center center;
  display: flex;
  justify-content: center;
}
#wrapper section.staff_area > .inner h2:after {
  content: "";
}
#wrapper section.staff_area > .inner h2 > span {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.06em;
  display: flex;
  align-items: center;
  background: #fdefd7;
  padding: 0 18px;
}
@media screen and (max-width: 600px) {
  #wrapper section.staff_area > .inner h2 > span {
    font-size: 24px;
  }
}
#wrapper section.staff_area > .inner h2 > span span {
  font-size: 18px;
}
@media screen and (max-width: 600px) {
  #wrapper section.staff_area > .inner h2 > span span {
    font-size: 12px;
  }
}
#wrapper section.staff_area > .inner p.txt {
  font-size: var(--fz_md);
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
#wrapper section.staff_area > .inner p.txt.mt {
  margin-top: 20px;
}
@media screen and (max-width: 600px) {
  #wrapper section.staff_area > .inner p.txt.mt {
    margin-top: 10px;
  }
}
#wrapper section.staff_area > .inner .name_col {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 600px) {
  #wrapper section.staff_area > .inner .name_col {
    display: block;
  }
}
#wrapper section.staff_area > .inner .name_col.jcc {
  justify-content: center;
}
@media screen and (max-width: 600px) {
  #wrapper section.staff_area > .inner .name_col.jcc p.txt {
    margin-top: 10px;
    text-align: center;
  }
}
#wrapper section.staff_area > .inner .name_col .name {
  margin-right: 30px;
}
@media screen and (max-width: 600px) {
  #wrapper section.staff_area > .inner .name_col .name {
    margin: 0 auto;
  }
}
#wrapper section.staff_area > .inner .doctor_col {
  display: flex;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 600px) {
  #wrapper section.staff_area > .inner .doctor_col {
    display: block;
  }
  #wrapper section.staff_area > .inner .doctor_col > div:not(:last-child) {
    margin-bottom: 30px;
  }
}
#wrapper section.staff_area > .inner .doctor_col.mt {
  margin-top: 60px;
}
@media screen and (max-width: 600px) {
  #wrapper section.staff_area > .inner .doctor_col.mt {
    margin-top: 30px;
  }
}
#wrapper section.staff_area > .inner .anc_box {
  position: relative;
}
#wrapper section.staff_area > .inner .anc_box > * {
  position: relative;
  z-index: 2;
}
#wrapper section.staff_area > .inner .anc_box:not(:last-child) {
  margin-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  #wrapper section.staff_area > .inner .anc_box:not(:last-child) {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1024px) {
  #wrapper section.staff_area > .inner .anc_box {
    padding: 0 5%;
  }
}
#wrapper section.staff_area > .inner [class^=deco_] {
  position: absolute;
}
@media screen and (max-width: 1024px) {
  #wrapper section.staff_area > .inner [class^=deco_] {
    display: none;
  }
}
#wrapper section.staff_area > .inner .deco_1 {
  top: -70px;
  left: -200px;
}
#wrapper section.staff_area > .inner .deco_2 {
  right: -150px;
  bottom: -30px;
}
#wrapper section.staff_area > .inner .deco_3 {
  left: -185px;
  top: 215px;
}
#wrapper section.staff_area > .inner .deco_4 {
  top: 280px;
  right: -200px;
}
#wrapper section.staff_area > .inner .deco_5 {
  top: 70%;
  left: -190px;
}
#wrapper section.staff_area > .inner .deco_6 {
  right: -210px;
  bottom: -170px;
}
#wrapper section.staff_area > .inner .director_area .name_col {
  margin-bottom: 30px;
}
#wrapper section.staff_area > .inner .director_area .name_col .director {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 600px) {
  #wrapper section.staff_area > .inner .director_area .name_col .director {
    margin-top: 20px;
  }
}
#wrapper section.staff_area > .inner .director_area .name_col .director .img {
  width: 80px;
  margin-right: 20px;
}
#wrapper section.staff_area > .inner .director_area .name_col .director p {
  font-size: var(--fz_md);
  font-weight: bold;
  line-height: 1.5;
}
#wrapper section.staff_area > .inner .director_area .prof_wrap .prof_r {
  width: 58.5%;
  padding-left: 35px;
  border-left: 2px solid #fff;
}
@media screen and (max-width: 600px) {
  #wrapper section.staff_area > .inner .director_area .prof_wrap .prof_r {
    width: 100%;
    padding: 0;
    border-left: none;
  }
}
#wrapper section.staff_area > .inner .director_area .more {
  margin-top: 40px;
}
#wrapper section.staff_area > .inner .director_area .more .btn_bl {
  margin: 0 auto;
  text-align: center;
  line-height: 1.3333333333;
}
#wrapper section.staff_area > .inner .director_area .more .btn_bl > span span {
  font-size: 16px;
}
@media screen and (max-width: 600px) {
  #wrapper section.staff_area > .inner .director_area .more .btn_bl > span span {
    font-size: 12px;
  }
}
@media screen and (max-width: 600px) {
  #wrapper section.reservation_area > .inner {
    padding: 0 5%;
  }
}
#wrapper section.reservation_area > .inner .btn_reservation {
  margin-bottom: 30px;
}
#wrapper section.reservation_area > .inner .btn_reservation .btn_bl {
  margin: 0 auto;
}
#wrapper section.reservation_area > .inner .btn_links {
  display: flex;
  justify-content: center;
}
#wrapper section.reservation_area > .inner .btn_links a:not(:last-child) {
  margin-right: 20px;
}/*# sourceMappingURL=layout.css.map */