@charset "UTF-8";
html {
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 100%;
  width: 100%;
  background: #ffffff;
  color: #767171;
  text-align: justify;
  letter-spacing: 1px;
  font-size: 14px;
  font-family: "Roboto", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
}

/*******reset*******/
a {
  outline: 0;
  color: #767171;
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  margin: 0;
  padding: 0;
  list-style: none;
}

dl, dt, dd {
  margin: 0;
  padding: 0;
}

br.sp {
  display: none;
}
@media print, screen and (max-width: 767px) {
  br.sp {
    display: block !important;
  }
}

#wrapper {
  margin: 0;
  padding: 113px 0 0;
}
@media print, screen and (max-width: 1179px) {
  #wrapper {
    padding: 110px 0 0;
  }
}
@media print, screen and (max-width: 1023px) {
  #wrapper {
    overflow: hidden;
  }
}
@media print, screen and (max-width: 767px) {
  #wrapper {
    padding: 60px 0 0;
  }
}

.header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin: 0;
  padding: 13px 50px 20px;
  background: #ffffff;
}
@media print, screen and (max-width: 1179px) {
  .header {
    height: 64px;
  }
}
@media print, screen and (max-width: 767px) {
  .header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    align-items: center;
    padding: 0 20px;
    height: 60px;
    border-bottom: #e3e3e3 solid 1px;
  }
}
.header .header_logo {
  margin: 0;
  padding: 0;
  line-height: 0;
}
@media print, screen and (max-width: 767px) {
  .header .header_logo img {
    width: auto;
    height: 34px;
  }
}
.header .header_nav {
  margin: 0 67px 0 auto;
  padding: 0;
  line-height: 1;
}
@media print, screen and (max-width: 1179px) {
  .header .header_nav {
    margin: 0;
  }
}
@media print, screen and (max-width: 767px) {
  .header .header_nav {
    display: none;
  }
}
.header .header_nav ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.header .header_nav ul li {
  margin: 0 0 0 50px;
  padding: 0;
  font-weight: 500;
  font-size: 13px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  transform: rotateZ(0.03deg);
}
@media print, screen and (max-width: 1023px) {
  .header .header_nav ul li {
    margin: 0 0 0 40px;
  }
}
.header .header_contact {
  margin: 0;
  padding: 0;
  text-align: right;
}
@media print, screen and (max-width: 1179px) {
  .header .header_contact {
    position: absolute;
    top: 20px;
    right: 50px;
    display: none;
  }
}
.header .header_contact .tel {
  margin: 0 0 15px;
  padding: 0;
  letter-spacing: normal;
  font-weight: 500;
  font-size: 26px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  transform: rotateZ(0.03deg);
}
@media print, screen and (max-width: 1179px) {
  .header .header_contact .tel {
    margin: 0 0 5px;
    font-size: 20px;
  }
}
.header .header_contact .tel a {
  pointer-events: none;
}
.header .header_contact .open {
  letter-spacing: normal;
  font-weight: 500;
  font-size: 12px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  transform: rotateZ(0.03deg);
}
@media print, screen and (max-width: 1179px) {
  .header .header_contact .open {
    font-size: 10px;
  }
}
.header .menu_btn {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99;
  display: none;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 60px;
  cursor: pointer;
}
@media print, screen and (max-width: 767px) {
  .header .menu_btn {
    display: flex;
  }
}
.header .menu_btn .menu_btn__hambarger {
  position: relative;
  width: 32px;
  height: 8px;
}
.header .menu_btn .menu_btn__hambarger span {
  position: absolute;
  display: block;
  width: 32px;
  height: 1px;
  background-color: #767171;
}
.header .menu_btn .menu_btn__hambarger span:nth-child(1) {
  top: 0;
  left: 0;
  transition: ease 0.5s;
}
.header .menu_btn .menu_btn__hambarger span:nth-child(2) {
  top: 100%;
  left: 0;
  transition: ease 0.5s;
}
.header .menu_btn.action {
  top: 0;
}
.header .menu_btn.action .menu_btn__hambarger span:nth-child(1) {
  top: 50%;
  transform: rotate(45deg);
}
.header .menu_btn.action .menu_btn__hambarger span:nth-child(2) {
  top: 50%;
  transform: rotate(-45deg);
}

.footer {
  margin: 0;
  padding: 80px 0 0;
  background-color: #f2f2f2;
}
.footer .footer_wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 100px 80px;
  max-width: 1034px;
}
@media print, screen and (max-width: 1179px) {
  .footer .footer_wrapper {
    padding: 0 80px 80px;
  }
}
@media print, screen and (max-width: 1023px) {
  .footer .footer_wrapper {
    display: block;
    padding: 0 50px 80px;
  }
}
@media print, screen and (max-width: 767px) {
  .footer .footer_wrapper {
    padding: 0 30px 80px;
  }
}
.footer .footer_wrapper .footer_info {
  margin: 0;
  padding: 0;
}
@media print, screen and (max-width: 1023px) {
  .footer .footer_wrapper .footer_info {
    text-align: center;
  }
}
.footer .footer_wrapper .footer_info .footer_logo {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  margin: 0 0 30px;
  padding: 0;
  line-height: 0;
}
@media print, screen and (max-width: 1023px) {
  .footer .footer_wrapper .footer_info .footer_logo {
    display: block;
    margin: 0 auto 30px;
    text-align: center;
  }
}
.footer .footer_wrapper .footer_info .footer_logo img {
  margin: 0 15px 0 0;
}
@media print, screen and (max-width: 1023px) {
  .footer .footer_wrapper .footer_info .footer_logo img {
    display: block;
    margin: 0 auto 18px;
  }
}
.footer .footer_wrapper .footer_info p {
  margin: 0;
  padding: 0;
  font-weight: 500;
  font-size: 13px;
  line-height: 2em;
  transform: rotateZ(0.03deg);
}
.footer .footer_wrapper .footer_contact {
  margin: 0;
  padding: 0;
  text-align: right;
}
@media print, screen and (max-width: 1023px) {
  .footer .footer_wrapper .footer_contact {
    margin: 26px 0 0;
    text-align: center;
  }
}
.footer .footer_wrapper .footer_contact .tel {
  margin: 0 0 15px;
  padding: 0;
  letter-spacing: normal;
  font-weight: 500;
  font-size: 26px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  transform: rotateZ(0.03deg);
}
@media print, screen and (max-width: 1023px) {
  .footer .footer_wrapper .footer_contact .tel {
    margin: 0 0 5px;
  }
}
.footer .footer_wrapper .footer_contact .tel a {
  pointer-events: none;
}
@media print, screen and (max-width: 767px) {
  .footer .footer_wrapper .footer_contact .tel a {
    pointer-events: all;
  }
}
.footer .footer_wrapper .footer_contact .open {
  letter-spacing: normal;
  font-weight: 500;
  font-size: 12px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  transform: rotateZ(0.03deg);
}
@media print, screen and (max-width: 1179px) {
  .footer .footer_wrapper .footer_contact .open {
    font-size: 12px;
  }
}
@media print, screen and (max-width: 767px) {
  .footer .footer_wrapper .footer_contact .open {
    letter-spacing: normal;
    line-height: 1.8em;
  }
}
.footer .footer_nav {
  padding: 50px 100px;
  background-color: #ffffff;
}
@media print, screen and (max-width: 1179px) {
  .footer .footer_nav {
    padding: 50px 80px;
  }
}
@media print, screen and (max-width: 1023px) {
  .footer .footer_nav {
    padding: 50px;
  }
}
@media print, screen and (max-width: 767px) {
  .footer .footer_nav {
    padding: 20px 30px 40px;
  }
}
.footer .footer_nav .footer_nav__wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0;
  max-width: 1034px;
}
@media print, screen and (max-width: 1023px) {
  .footer .footer_nav .footer_nav__wrapper {
    display: block;
  }
}
.footer .footer_nav .footer_nav__wrapper ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media print, screen and (max-width: 1023px) {
  .footer .footer_nav .footer_nav__wrapper ul {
    justify-content: center;
  }
}
@media print, screen and (max-width: 767px) {
  .footer .footer_nav .footer_nav__wrapper ul {
    display: block;
    margin: 0 0 40px;
  }
}
.footer .footer_nav .footer_nav__wrapper ul li {
  margin: 0 30px 0 0;
  padding: 0;
  font-weight: 500;
  font-size: 13px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  transform: rotateZ(0.03deg);
}
@media print, screen and (max-width: 1023px) {
  .footer .footer_nav .footer_nav__wrapper ul li {
    margin: 0 20px 30px;
  }
}
@media print, screen and (max-width: 767px) {
  .footer .footer_nav .footer_nav__wrapper ul li {
    margin: 0;
    border-bottom: #e3e3e3 solid 1px;
  }
  .footer .footer_nav .footer_nav__wrapper ul li a {
    display: block;
    height: 40px;
    line-height: 40px;
  }
}
.footer .footer_nav .footer_nav__wrapper p.copyright {
  margin: 0;
  padding: 0;
  letter-spacing: normal;
  font-size: 10px;
  line-height: 1;
}
@media print, screen and (max-width: 1023px) {
  .footer .footer_nav .footer_nav__wrapper p.copyright {
    text-align: center;
  }
}
@media print, screen and (max-width: 767px) {
  .footer .footer_nav .footer_nav__wrapper p.copyright {
    margin: 0 -30px;
  }
}

.sp_nav {
  position: fixed;
  top: 0;
  right: -280px;
  bottom: 0;
  z-index: 98;
  overflow: auto;
  padding: 120px 30px 50px 30px;
  width: 200px;
  border-left: #e3e3e3 solid 1px;
  background-color: #ffffff;
  transition: right 0.7s cubic-bezier(0.26, 0.63, 0, 0.99);
}
.sp_nav.is-active {
  right: 0;
}
.sp_nav .mark {
  margin: 0 0 20px;
  padding: 0;
  line-height: 0;
}
.sp_nav ul {
  margin: 0;
  padding: 0;
}
.sp_nav ul li {
  margin: 0 0 10px 5px;
  padding: 0;
}
.sp_nav ul li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  padding: 0 2px;
  height: 50px;
  height: 42px;
  border-bottom: #e3e3e3 solid 1px;
  color: #1a1a1a;
  font-weight: 500;
  font-size: 15px;
  font-size: 14px;
  line-height: 1;
}

.top {
  margin: 0;
  padding: 0;
}
.top .top_hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 50px;
  padding: 0;
  height: 714px;
}
@media print, screen and (max-width: 1179px) {
  .top .top_hero {
    height: 660px;
  }
}
@media print, screen and (max-width: 767px) {
  .top .top_hero {
    height: 540px;
  }
}
.top .top_hero h1 {
  margin: 0;
  padding: 0;
  line-height: 0;
}
@media print, screen and (max-width: 767px) {
  .top .top_hero h1 img {
    width: auto;
    height: 365px;
  }
}
.top .top_hero .top_hero__illust {
  position: absolute;
  right: 50%;
  bottom: 20px;
  margin: 0;
  margin-right: -352px;
  padding: 0;
  line-height: 0;
}
@media print, screen and (max-width: 767px) {
  .top .top_hero .top_hero__illust {
    margin-right: -246px;
  }
  .top .top_hero .top_hero__illust img {
    width: 248px;
    height: auto;
  }
}
.top .top_about {
  margin: 0 0 128px;
  padding: 0 100px;
}
@media print, screen and (max-width: 1179px) {
  .top .top_about {
    padding: 0 80px;
  }
}
@media print, screen and (max-width: 1023px) {
  .top .top_about {
    margin: 0 0 50px;
    padding: 0 50px;
  }
}
@media print, screen and (max-width: 767px) {
  .top .top_about {
    margin: 0 0 50px;
    padding: 0 30px;
  }
}
.top .top_about .top_about__wrapper {
  margin: 0 auto;
  padding: 0;
  max-width: 1034px;
}
.top .top_about .top_about__wrapper p {
  position: relative;
  z-index: 3;
  display: inline-block;
  margin: 0;
  padding: 0 30px 30px 0;
  background-color: #ffffff;
  text-align: justify;
  font-size: 14px;
  line-height: 2.4em;
}
@media print, screen and (max-width: 1023px) {
  .top .top_about .top_about__wrapper p {
    padding: 0 0 50px 0;
    background-color: transparent;
  }
  .top .top_about .top_about__wrapper p br {
    display: none;
  }
}
@media print, screen and (max-width: 767px) {
  .top .top_about .top_about__wrapper p {
    line-height: 2em;
  }
}
.top .top_about .top_about__wrapper p.top_about__copy {
  display: block;
  margin: 0 0 40px;
  padding: 0;
  color: #000000;
  letter-spacing: normal;
  font-weight: 500;
  font-size: 50px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  line-height: 1;
  transform: rotateZ(0.03deg);
}
@media print, screen and (max-width: 767px) {
  .top .top_about .top_about__wrapper p.top_about__copy {
    margin: 0 0 24px;
    font-size: 40px;
  }
}
.top .top_about .top_about__wrapper .top_about__open {
  position: relative;
  display: flex;
  justify-content: center;
  margin: -77px 0 0 270px;
  padding: 84px 65px 65px;
  border: #e3e3e3 solid 1px;
  border-radius: 10px;
}
@media print, screen and (max-width: 1179px) {
  .top .top_about .top_about__wrapper .top_about__open {
    margin: -77px 0 0 146px;
  }
}
@media print, screen and (max-width: 1023px) {
  .top .top_about .top_about__wrapper .top_about__open {
    margin: 0;
    padding: 65px;
  }
}
@media print, screen and (max-width: 767px) {
  .top .top_about .top_about__wrapper .top_about__open {
    margin: 0 -30px;
    padding: 50px 30px 44px;
    border: none;
    border-radius: 0;
    background-color: #efefef;
  }
}
.top .top_about .top_about__wrapper .top_about__open .top_about__seal {
  position: absolute;
  top: -42px;
  right: -42px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 130px;
  border-radius: 130px;
  background-color: #de5451;
  color: #ffffff;
  font-weight: 500;
  font-size: 22px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  transform: rotateZ(0.03deg);
}
@media print, screen and (max-width: 767px) {
  .top .top_about .top_about__wrapper .top_about__open .top_about__seal {
    top: -30px;
    right: 14px;
    width: 90px;
    height: 90px;
    font-size: 18px;
  }
}
.top .top_about .top_about__wrapper .top_about__open .top_about__flex {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media print, screen and (max-width: 1259px) {
  .top .top_about .top_about__wrapper .top_about__open .top_about__flex {
    width: 553px;
  }
}
@media print, screen and (max-width: 1023px) {
  .top .top_about .top_about__wrapper .top_about__open .top_about__flex {
    width: 536px;
  }
}
@media print, screen and (max-width: 767px) {
  .top .top_about .top_about__wrapper .top_about__open .top_about__flex {
    display: block;
    width: auto;
    text-align: center;
  }
}
.top .top_about .top_about__wrapper .top_about__open .top_about__flex .top_about__tl {
  padding: 0 70px 0 0;
  font-weight: 400;
  font-size: 24px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  transform: rotateZ(0.03deg);
}
@media print, screen and (max-width: 1259px) {
  .top .top_about .top_about__wrapper .top_about__open .top_about__flex .top_about__tl {
    padding: 0 50px 0 0;
  }
}
@media print, screen and (max-width: 1023px) {
  .top .top_about .top_about__wrapper .top_about__open .top_about__flex .top_about__tl {
    padding: 0 40px 0 0;
  }
}
@media print, screen and (max-width: 767px) {
  .top .top_about .top_about__wrapper .top_about__open .top_about__flex .top_about__tl {
    padding: 0 0 10px;
    font-weight: 500;
    font-size: 18px;
  }
}
.top .top_about .top_about__wrapper .top_about__open .top_about__flex .top_about__time {
  padding: 0 0 0 70px;
  border-left: #e3e3e3 solid 1px;
  font-size: 20px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  transform: rotateZ(0.03deg);
}
@media print, screen and (max-width: 1259px) {
  .top .top_about .top_about__wrapper .top_about__open .top_about__flex .top_about__time {
    padding: 0 0 0 50px;
  }
}
@media print, screen and (max-width: 1023px) {
  .top .top_about .top_about__wrapper .top_about__open .top_about__flex .top_about__time {
    padding: 0 0 0 40px;
  }
}
@media print, screen and (max-width: 767px) {
  .top .top_about .top_about__wrapper .top_about__open .top_about__flex .top_about__time {
    padding: 0 0 10px;
    border-left: none;
    letter-spacing: normal;
    font-size: 16px;
  }
}
.top .top_about .top_about__wrapper .top_about__open .top_about__flex .top_about__time span.large {
  font-size: 40px;
}
.top .top_about .top_about__wrapper .top_about__open .top_about__flex .top_about__time span.time {
  font-weight: 500;
  font-size: 16px;
}
@media print, screen and (max-width: 767px) {
  .top .top_about .top_about__wrapper .top_about__open .top_about__flex .top_about__time span.time {
    display: inline-block;
    padding: 10px 0 0;
  }
}
.top .top_about .top_about__wrapper .top_about__open p.top_about__note {
  margin: 13px 0 0;
  padding: 0;
  width: 100%;
  font-size: 12px;
}
@media print, screen and (max-width: 1023px) {
  .top .top_about .top_about__wrapper .top_about__open p.top_about__note {
    text-align: center;
  }
}
.top .top_contents {
  margin: 0;
  padding: 0 100px 116px;
}
@media print, screen and (max-width: 1179px) {
  .top .top_contents {
    padding: 0 80px 116px;
  }
}
@media print, screen and (max-width: 1023px) {
  .top .top_contents {
    padding: 0 50px 50px;
  }
}
@media print, screen and (max-width: 767px) {
  .top .top_contents {
    padding: 0 30px 20px;
  }
}
.top .top_contents ul {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  margin: 0 0 0 -34px;
  padding: 0;
}
@media print, screen and (max-width: 1179px) {
  .top .top_contents ul {
    margin: 0 0 0 -20px;
  }
}
@media print, screen and (max-width: 767px) {
  .top .top_contents ul {
    display: block;
    margin: 0;
  }
}
.top .top_contents ul li {
  box-sizing: border-box;
  padding: 0 0 0 34px;
  width: 33.3333%;
}
@media print, screen and (max-width: 1179px) {
  .top .top_contents ul li {
    padding: 0 0 0 20px;
  }
}
@media print, screen and (max-width: 767px) {
  .top .top_contents ul li {
    margin: 0 0 30px;
    padding: 0;
    width: auto;
  }
}
.top .top_contents ul li .top_contents__box {
  height: 100%;
  border: #e3e3e3 solid 1px;
  border-radius: 10px;
}
.top .top_contents ul li .top_contents__box a {
  position: relative;
  display: block;
  box-sizing: border-box;
  margin: 0;
  padding: 270px 40px 100px 40px;
  height: 100%;
  background-position: 40px 40px;
  background-repeat: no-repeat;
}
@media print, screen and (max-width: 1179px) {
  .top .top_contents ul li .top_contents__box a {
    background-size: 60px auto;
  }
}
@media print, screen and (max-width: 1023px) {
  .top .top_contents ul li .top_contents__box a {
    padding: 270px 20px 70px 20px;
    background-position: 20px 40px;
  }
}
@media print, screen and (max-width: 767px) {
  .top .top_contents ul li .top_contents__box a {
    padding: 54px 30px 60px 30px;
    background-position: top 29px right 30px;
    background-size: 50px auto;
  }
}
.top .top_contents ul li .top_contents__box a .contents_name {
  position: absolute;
  top: 40px;
  right: 40px;
  margin: 0;
  padding: 0;
  color: #000000;
  letter-spacing: 5px;
  font-weight: 500;
  font-size: 22px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  line-height: 1;
  transform: rotateZ(0.03deg);
  writing-mode: vertical-rl;
}
@media print, screen and (max-width: 767px) {
  .top .top_contents ul li .top_contents__box a .contents_name {
    position: static;
    letter-spacing: 1px;
    font-size: 20px;
    writing-mode: horizontal-tb;
  }
}
.top .top_contents ul li .top_contents__box a p {
  font-weight: 500;
  font-size: 14px;
  line-height: 2em;
}
@media print, screen and (max-width: 1289px) {
  .top .top_contents ul li .top_contents__box a p br {
    display: none;
  }
}
@media print, screen and (max-width: 767px) {
  .top .top_contents ul li .top_contents__box a p {
    margin: 20px 0 0;
  }
}
.top .top_contents ul li .top_contents__box a .circle {
  position: absolute;
  right: 30px;
  bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 56px;
  background-color: #de5451;
}
@media print, screen and (max-width: 1023px) {
  .top .top_contents ul li .top_contents__box a .circle {
    width: 40px;
    height: 40px;
  }
  .top .top_contents ul li .top_contents__box a .circle img {
    width: 16px;
    height: auto;
  }
}
@media print, screen and (max-width: 767px) {
  .top .top_contents ul li .top_contents__box a .circle {
    right: 30px;
    width: 30px;
    height: 30px;
  }
}
.top .top_contents ul li:nth-child(1) a {
  background-image: url(../img/icon_hospital.svg);
}
.top .top_contents ul li:nth-child(2) a {
  background-image: url(../img/icon_surgery.svg);
}
.top .top_contents ul li:nth-child(3) a {
  background-image: url(../img/icon_doctor.svg);
}

.outpatient {
  position: relative;
  margin: 0 auto;
  padding: 134px 0 118px;
  max-width: 764px;
}
@media print, screen and (max-width: 1179px) {
  .outpatient {
    padding: 100px 0 118px;
  }
}
@media print, screen and (max-width: 1023px) {
  .outpatient {
    padding: 100px 50px 50px;
  }
}
@media print, screen and (max-width: 767px) {
  .outpatient {
    padding: 50px 30px 50px;
  }
}
.outpatient .outpatient_illust {
  position: absolute;
  top: 62px;
  left: -198px;
}
@media print, screen and (max-width: 1179px) {
  .outpatient .outpatient_illust {
    display: none;
  }
}
.outpatient h1 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 90px;
  padding: 0 0 37px 30px;
  border-bottom: #e3e3e3 solid 1px;
  color: #000000;
  font-weight: 500;
  font-size: 24px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  line-height: 1;
  transform: rotateZ(0.03deg);
}
@media print, screen and (max-width: 1179px) {
  .outpatient h1 {
    margin: 0;
    padding: 0 0 37px;
    border-bottom: none;
  }
}
@media print, screen and (max-width: 767px) {
  .outpatient h1 {
    padding: 0 0 28px;
  }
}
.outpatient h1 i {
  margin: 0 15px 0 0;
  padding: 0;
  line-height: 0;
}
.outpatient .outpatient_read {
  margin: 0 0 73px;
  padding: 0 30px;
  text-align: justify;
  font-size: 14px;
  line-height: 2.2em;
}
@media print, screen and (max-width: 1179px) {
  .outpatient .outpatient_read {
    padding: 0 10px;
  }
}
@media print, screen and (max-width: 767px) {
  .outpatient .outpatient_read {
    margin: 0 0 50px;
    padding: 0 10px;
    line-height: 2em;
  }
}
.outpatient .outpatient_tel {
  position: relative;
  margin: 0 0 50px;
  padding: 50px 30px;
  border: #e3e3e3 solid 1px;
  border-radius: 10px;
}
@media print, screen and (max-width: 767px) {
  .outpatient .outpatient_tel {
    margin: 0 0 30px;
    padding: 50px 20px;
  }
}
.outpatient .outpatient_tel .outpatient_tel__seal {
  position: absolute;
  top: -72px;
  right: -42px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 130px;
  border-radius: 130px;
  background-color: #de5451;
  color: #ffffff;
  font-weight: 500;
  font-size: 22px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  transform: rotateZ(0.03deg);
}
@media print, screen and (max-width: 767px) {
  .outpatient .outpatient_tel .outpatient_tel__seal {
    top: -32px;
    right: -14px;
    width: 90px;
    height: 90px;
    font-size: 18px;
  }
}
.outpatient .outpatient_tel h2 {
  position: absolute;
  top: -21px;
  left: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  padding: 0 10px;
  background-color: #ffffff;
  color: #000000;
  font-weight: 500;
  font-size: 19px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  line-height: 1;
  transform: rotateZ(0.03deg);
}
.outpatient .outpatient_tel h2 i {
  margin: 0 20px 0 0;
  padding: 0;
  line-height: 0;
}
@media print, screen and (max-width: 767px) {
  .outpatient .outpatient_tel h2 {
    position: static;
    justify-content: center;
    margin: 0 0 20px;
    padding: 0;
    background-color: transparent;
  }
}
.outpatient .outpatient_tel .outpatient_tel__flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media print, screen and (max-width: 767px) {
  .outpatient .outpatient_tel .outpatient_tel__flex {
    display: block;
    text-align: center;
  }
}
.outpatient .outpatient_tel .outpatient_tel__flex .tel {
  margin: 0;
  padding: 0 40px 0 0;
  letter-spacing: normal;
  font-weight: 500;
  font-size: 26px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  transform: rotateZ(0.03deg);
}
@media print, screen and (max-width: 767px) {
  .outpatient .outpatient_tel .outpatient_tel__flex .tel {
    padding: 0 0 20px;
  }
}
.outpatient .outpatient_tel .outpatient_tel__flex .tel a {
  pointer-events: none;
}
@media print, screen and (max-width: 767px) {
  .outpatient .outpatient_tel .outpatient_tel__flex .tel a {
    pointer-events: all;
  }
}
.outpatient .outpatient_tel .outpatient_tel__flex .open {
  letter-spacing: normal;
  font-weight: 500;
  font-size: 14px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  line-height: 1.8em;
  transform: rotateZ(0.03deg);
}
.outpatient .outpatient_open {
  position: relative;
  margin: 0;
  padding: 50px 30px 30px;
  border: #e3e3e3 solid 1px;
  border-radius: 10px;
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  .outpatient .outpatient_open {
    padding: 50px 20px 30px;
  }
}
.outpatient .outpatient_open i {
  display: block;
  margin: 0 0 34px;
  padding: 0;
  line-height: 0;
}
.outpatient .outpatient_open h2 {
  margin: 0 0 20px;
  padding: 0;
  background-color: #ffffff;
  color: #000000;
  font-weight: 500;
  font-size: 19px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  line-height: 1;
  transform: rotateZ(0.03deg);
}
.outpatient .outpatient_open .outpatient_open__time {
  margin: 0 0 30px;
  padding: 0;
  font-weight: 500;
  font-size: 20px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  transform: rotateZ(0.03deg);
}
.outpatient .outpatient_open .outpatient_open__time span.small {
  font-size: 15px;
}
.outpatient .outpatient_open .outpatient_open__time span.large {
  font-size: 40px;
}
.outpatient .outpatient_open .outpatient_open__time span.time {
  font-weight: 500;
  font-size: 16px;
}
.outpatient .outpatient_open p.outpatient_open__note {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 12px;
}
@media print, screen and (max-width: 767px) {
  .outpatient .outpatient_open p.outpatient_open__note {
    line-height: 1.8em;
  }
}

.treatment {
  margin: 0 auto;
  padding: 180px 0 0;
}
@media print, screen and (max-width: 1179px) {
  .treatment {
    padding: 100px 0 0;
  }
}
@media print, screen and (max-width: 767px) {
  .treatment {
    padding: 50px 0 0;
  }
}
.treatment .treatment_hero {
  position: relative;
  margin: 0 auto 70px;
  padding: 0;
  max-width: 1150px;
}
@media print, screen and (max-width: 1359px) {
  .treatment .treatment_hero {
    margin: 0 100px 70px;
  }
}
@media print, screen and (max-width: 1179px) {
  .treatment .treatment_hero {
    margin: 0 50px 70px;
    max-width: inherit;
    width: auto;
  }
}
@media print, screen and (max-width: 1023px) {
  .treatment .treatment_hero {
    margin: 0 50px 50px;
  }
}
@media print, screen and (max-width: 767px) {
  .treatment .treatment_hero {
    margin: 0 30px 30px;
  }
}
.treatment .treatment_hero h1 {
  position: absolute;
  top: -78px;
  right: 115px;
  display: flex;
  align-items: center;
  flex-direction: row;
  margin: 0;
  padding: 0;
  color: #000000;
  letter-spacing: 6px;
  font-weight: 500;
  font-size: 32px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  line-height: 1;
  transform: rotateZ(0.03deg);
  writing-mode: vertical-rl;
}
.treatment .treatment_hero h1 i {
  margin: 0 0 26px;
  padding: 0;
  line-height: 0;
}
@media print, screen and (max-width: 767px) {
  .treatment .treatment_hero h1 i {
    margin: 0 15px 0 0;
  }
}
@media print, screen and (max-width: 1179px) {
  .treatment .treatment_hero h1 {
    top: 0;
    right: 60px;
    font-size: 28px;
  }
}
@media print, screen and (max-width: 767px) {
  .treatment .treatment_hero h1 {
    position: static;
    padding: 0 0 28px;
    letter-spacing: 1px;
    font-size: 24px;
    writing-mode: horizontal-tb;
  }
}
.treatment .treatment_hero .treatment_hero__photo {
  overflow: hidden;
  margin: 0 330px 0 0;
  padding: 0;
  border-radius: 10px;
  line-height: 0;
}
@media print, screen and (max-width: 1259px) {
  .treatment .treatment_hero .treatment_hero__photo {
    margin: 0 280px 0 0;
  }
}
@media print, screen and (max-width: 1179px) {
  .treatment .treatment_hero .treatment_hero__photo {
    margin: 0 220px 0 0;
  }
}
@media print, screen and (max-width: 767px) {
  .treatment .treatment_hero .treatment_hero__photo {
    margin: 0;
  }
}
.treatment .treatment_hero .treatment_hero__photo img {
  width: 100%;
  height: auto;
}
.treatment .treatment_hero .treatment_hero__description {
  position: relative;
  z-index: 2;
  margin: -266px 0 0 416px;
  padding: 54px 0 0 54px;
  border-radius: 10px;
  background-color: #ffffff;
}
@media print, screen and (max-width: 1179px) {
  .treatment .treatment_hero .treatment_hero__description {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 50px 20px 0;
    max-width: 828px;
  }
}
@media print, screen and (max-width: 767px) {
  .treatment .treatment_hero .treatment_hero__description {
    padding: 30px 0 0;
  }
}
.treatment .treatment_hero .treatment_hero__description h2 {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  margin: 0 0 40px;
  padding: 0;
  color: #000000;
  font-weight: 500;
  font-size: 24px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  line-height: 1;
  transform: rotateZ(0.03deg);
}
@media print, screen and (max-width: 767px) {
  .treatment .treatment_hero .treatment_hero__description h2 {
    font-size: 20px;
  }
}
.treatment .treatment_hero .treatment_hero__description h2 i {
  margin: 0 20px 0 0;
  padding: 0;
  line-height: 0;
}
@media print, screen and (max-width: 767px) {
  .treatment .treatment_hero .treatment_hero__description h2 i img {
    width: 46px;
    height: auto;
  }
}
.treatment .treatment_hero .treatment_hero__description p {
  margin: 0;
  padding: 0;
  text-align: justify;
  font-weight: 500;
  font-size: 15px;
  line-height: 2em;
}
@media print, screen and (max-width: 1259px) {
  .treatment .treatment_hero .treatment_hero__description p {
    font-size: 14px;
  }
}
.treatment .comparison {
  margin: 0 auto;
  padding: 0 0 100px;
  max-width: 828px;
}
@media print, screen and (max-width: 1023px) {
  .treatment .comparison {
    padding: 0 50px 100px;
  }
}
@media print, screen and (max-width: 767px) {
  .treatment .comparison {
    padding: 0 30px 50px;
  }
}
.treatment .comparison .comparison_image {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 70px;
  padding: 50px;
  border: #e3e3e3 solid 1px;
  border-radius: 10px;
}
@media print, screen and (max-width: 767px) {
  .treatment .comparison .comparison_image {
    margin: 0 0 30px;
    padding: 50px 30px 40px;
  }
}
.treatment .comparison .comparison_image ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 0 -110px;
}
@media print, screen and (max-width: 767px) {
  .treatment .comparison .comparison_image ul {
    margin: 0 0 0 -30px;
  }
}
.treatment .comparison .comparison_image ul li {
  box-sizing: border-box;
  margin: 0;
  padding: 0 0 0 110px;
  width: 325px;
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  .treatment .comparison .comparison_image ul li {
    box-sizing: border-box;
    padding: 0 0 0 30px;
    width: 50%;
  }
}
.treatment .comparison .comparison_image ul li img {
  width: 100%;
  height: auto;
}
.treatment .comparison .comparison_image ul li p {
  margin: 0;
  padding: 15px 0 0;
  text-align: center;
  font-weight: 500;
  font-size: 15px;
}
@media print, screen and (max-width: 767px) {
  .treatment .comparison .comparison_image ul li p {
    padding: 10px 0 0;
    text-align: center;
    font-size: 13px;
  }
}
.treatment .comparison p {
  margin: 0 0 30px;
  padding: 0 20px;
  text-align: justify;
  font-weight: 500;
  font-size: 15px;
  line-height: 2em;
}
@media print, screen and (max-width: 767px) {
  .treatment .comparison p {
    padding: 0;
    font-size: 14px;
    line-height: 2em;
  }
}
.treatment .comparison p b {
  display: inline-block;
  padding: 0 0 10px;
  color: #000000;
  font-size: 17px;
}
.treatment .method {
  padding: 0 100px;
  background-color: #f2f2f2;
}
@media print, screen and (max-width: 1023px) {
  .treatment .method {
    padding: 0 50px;
  }
}
@media print, screen and (max-width: 767px) {
  .treatment .method {
    padding: 0 30px;
  }
}
.treatment .method .method_wrapper {
  position: relative;
  margin: 0 auto;
  padding: 100px 20px 42px;
  max-width: 828px;
}
@media print, screen and (max-width: 767px) {
  .treatment .method .method_wrapper {
    padding: 100px 0 42px;
  }
}
.treatment .method .method_wrapper h2 {
  position: absolute;
  top: -34px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 40px;
  padding: 0;
  color: #000000;
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 36px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  line-height: 1;
  transform: rotateZ(0.03deg);
}
@media print, screen and (max-width: 767px) {
  .treatment .method .method_wrapper h2 {
    top: -24px;
    font-size: 30px;
  }
}
.treatment .method .method_wrapper h2 i {
  margin: 0 15px 0 0;
  padding: 0;
  line-height: 0;
}
@media print, screen and (max-width: 767px) {
  .treatment .method .method_wrapper h2 i img {
    width: 46px;
    height: auto;
  }
}
.treatment .method .method_wrapper .method_box {
  margin: 0;
  padding: 0 20px 66px;
}
@media print, screen and (max-width: 1023px) {
  .treatment .method .method_wrapper .method_box {
    padding: 0 0 66px;
  }
}
.treatment .method .method_wrapper .method_box .method_name {
  margin: 0 0 20px;
  color: #000000;
  letter-spacing: 3px;
  font-weight: 500;
  font-size: 28px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  line-height: 1;
  transform: rotateZ(0.03deg);
}
@media print, screen and (max-width: 1023px) {
  .treatment .method .method_wrapper .method_box .method_name {
    font-size: 24px;
  }
}
@media print, screen and (max-width: 767px) {
  .treatment .method .method_wrapper .method_box .method_name {
    letter-spacing: normal;
    font-size: 20px;
  }
}
.treatment .method .method_wrapper .method_box p {
  margin: 0;
  padding: 0;
  text-align: justify;
  font-weight: 500;
  font-size: 14px;
  line-height: 2.2em;
}
@media print, screen and (max-width: 1023px) {
  .treatment .method .method_wrapper .method_box p br {
    display: none;
  }
}
@media print, screen and (max-width: 767px) {
  .treatment .method .method_wrapper .method_box p {
    line-height: 2em;
  }
}
.treatment .surgery {
  margin: 0;
  padding: 0 100px;
}
@media print, screen and (max-width: 1023px) {
  .treatment .surgery {
    padding: 0 50px;
  }
}
@media print, screen and (max-width: 767px) {
  .treatment .surgery {
    padding: 0 30px;
  }
}
.treatment .surgery .surgery_wrapper {
  position: relative;
  margin: 0 auto;
  padding: 100px 0 42px;
  max-width: 828px;
}
.treatment .surgery .surgery_wrapper h2 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 40px;
  padding: 0;
  color: #000000;
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 30px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  line-height: 1;
  transform: rotateZ(0.03deg);
}
@media print, screen and (max-width: 767px) {
  .treatment .surgery .surgery_wrapper h2 {
    font-size: 24px;
  }
}
.treatment .surgery .surgery_wrapper h2 i {
  margin: 0 20px 0 0;
  padding: 0;
  line-height: 0;
}
@media print, screen and (max-width: 767px) {
  .treatment .surgery .surgery_wrapper h2 i {
    margin: 0 15px 0 0;
  }
  .treatment .surgery .surgery_wrapper h2 i img {
    width: 46px;
    height: auto;
  }
}
.treatment .surgery .surgery_wrapper p {
  margin: 0 0 40px;
  padding: 0 20px;
  text-align: justify;
  font-weight: 500;
  font-size: 14px;
  line-height: 2.2em;
}
@media print, screen and (max-width: 767px) {
  .treatment .surgery .surgery_wrapper p {
    padding: 0;
    line-height: 2em;
  }
}
.treatment .surgery .surgery_wrapper p b {
  display: inline-block;
  padding: 0 0 10px;
  color: #000000;
  font-size: 17px;
}
.treatment .surgery .surgery_wrapper h3 {
  margin: 0 0 20px;
  padding: 0 20px;
  color: #000000;
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 20px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  line-height: 1;
  transform: rotateZ(0.03deg);
}
@media print, screen and (max-width: 767px) {
  .treatment .surgery .surgery_wrapper h3 {
    padding: 0;
  }
}
.treatment .surgery .surgery_wrapper .surgery_adaptation {
  margin: 0 0 50px;
  padding: 40px;
  border-radius: 10px;
  background-color: #e6e6e6;
}
@media print, screen and (max-width: 767px) {
  .treatment .surgery .surgery_wrapper .surgery_adaptation {
    margin: 0 -30px 50px;
    padding: 40px 30px;
    border-radius: 0;
  }
}
.treatment .surgery .surgery_wrapper .surgery_adaptation ul li {
  text-align: justify;
  font-weight: 500;
  font-size: 14px;
  line-height: 2.2em;
}
.treatment .message {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  padding: 30px 0 166px;
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  .treatment .message {
    padding: 30px 30px 200px;
  }
}
.treatment .message p {
  margin: 0;
  padding: 0;
  color: #000000;
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 20px;
  line-height: 2.4em;
  transform: rotateZ(0.03deg);
}
@media print, screen and (max-width: 767px) {
  .treatment .message p {
    text-align: justify;
    line-height: 2.2em;
  }
  .treatment .message p br {
    display: none;
  }
}
.treatment .message p.note {
  font-size: 14px;
}
.treatment .message .message_illust {
  position: absolute;
  right: 50%;
  bottom: 20px;
  margin: 0;
  margin-right: -532px;
  padding: 0;
  line-height: 0;
}
@media print, screen and (max-width: 1023px) {
  .treatment .message .message_illust {
    margin-right: -440px;
  }
}
@media print, screen and (max-width: 767px) {
  .treatment .message .message_illust {
    right: 0;
    margin-right: 0;
  }
}
@media print, screen and (max-width: 1023px) {
  .treatment .message .message_illust img {
    width: 227px;
    height: auto;
  }
}
@media print, screen and (max-width: 767px) {
  .treatment .message .message_illust img {
    width: 180px;
    height: auto;
  }
}

.doctors {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 100px;
  max-width: 1330px;
}
@media print, screen and (max-width: 1179px) {
  .doctors {
    padding: 100px 50px;
  }
}
@media print, screen and (max-width: 1023px) {
  .doctors {
    display: block;
    padding: 100px 50px 0;
  }
}
@media print, screen and (max-width: 767px) {
  .doctors {
    padding: 50px 30px 0;
  }
}
.doctors .doctors_title {
  margin: 0;
  padding: 0;
  width: 440px;
}
@media print, screen and (max-width: 1259px) {
  .doctors .doctors_title {
    width: calc(100% - 580px);
  }
}
@media print, screen and (max-width: 1023px) {
  .doctors .doctors_title {
    margin: 0 0 50px;
    width: auto;
  }
}
@media print, screen and (max-width: 767px) {
  .doctors .doctors_title {
    margin: 0 0 30px;
  }
}
.doctors .doctors_title .doctors_title__wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
@media print, screen and (max-width: 1023px) {
  .doctors .doctors_title .doctors_title__wrapper {
    display: block;
  }
}
.doctors .doctors_title .doctors_title__wrapper h1 {
  display: flex;
  align-items: center;
  margin: 0 0 30px;
  padding: 0;
  color: #000000;
  letter-spacing: 6px;
  font-weight: 500;
  font-size: 24px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  line-height: 1;
  transform: rotateZ(0.03deg);
}
.doctors .doctors_title .doctors_title__wrapper h1 i {
  margin: 0 20px 0 0;
  padding: 0;
  line-height: 0;
}
.doctors .doctors_title .doctors_title__wrapper p {
  margin: 0;
  padding: 0;
  text-align: justify;
  font-weight: 500;
  font-size: 14px;
  line-height: 2em;
}
@media print, screen and (max-width: 1259px) {
  .doctors .doctors_title .doctors_title__wrapper p br {
    display: none;
  }
}
.doctors .doctors_title .doctors_title__wrapper .doctors_illust {
  margin: 50px 0 0;
  line-height: 0;
}
@media print, screen and (max-width: 1023px) {
  .doctors .doctors_title .doctors_title__wrapper .doctors_illust {
    display: none;
  }
}
.doctors .doctor_list {
  width: 530px;
}
@media print, screen and (max-width: 1023px) {
  .doctors .doctor_list {
    width: auto;
  }
}
.doctors .doctor_list dl {
  overflow: hidden;
  margin: 0 0 100px;
  padding: 0;
}
@media print, screen and (max-width: 1023px) {
  .doctors .doctor_list dl {
    margin: 0 0 50px;
    padding: 30px;
    border: #e3e3e3 solid 1px;
    border-radius: 10px;
  }
}
.doctors .doctor_list dl dt.btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
}
@media print, screen and (max-width: 767px) {
  .doctors .doctor_list dl dt.btn {
    display: block;
  }
}
.doctors .doctor_list dl dt.btn .doctor_photo {
  overflow: hidden;
  width: 282px;
  border-radius: 10px;
  line-height: 0;
}
@media print, screen and (max-width: 1179px) {
  .doctors .doctor_list dl dt.btn .doctor_photo {
    width: 240px;
  }
}
@media print, screen and (max-width: 1023px) {
  .doctors .doctor_list dl dt.btn .doctor_photo {
    width: 200px;
  }
}
@media print, screen and (max-width: 767px) {
  .doctors .doctor_list dl dt.btn .doctor_photo {
    margin: 0 auto 20px;
    width: 150px;
  }
}
.doctors .doctor_list dl dt.btn .doctor_photo img {
  width: 100%;
  height: auto;
}
.doctors .doctor_list dl dt.btn .doctor_info {
  margin: 0;
  padding: 0 0 0 50px;
}
@media print, screen and (max-width: 767px) {
  .doctors .doctor_list dl dt.btn .doctor_info {
    padding: 0;
  }
}
.doctors .doctor_list dl dt.btn .doctor_info .doctor_name {
  margin: 0 0 30px;
  color: #000000;
  letter-spacing: 2px;
  font-weight: 500;
  font-size: 20px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  line-height: 1;
  transform: rotateZ(0.03deg);
}
@media print, screen and (max-width: 1179px) {
  .doctors .doctor_list dl dt.btn .doctor_info .doctor_name {
    margin: 0 0 20px;
  }
}
@media print, screen and (max-width: 767px) {
  .doctors .doctor_list dl dt.btn .doctor_info .doctor_name {
    text-align: center;
    font-size: 18px;
  }
}
.doctors .doctor_list dl dt.btn .doctor_info .doctor_affiliation {
  margin: 0 0 40px;
  font-weight: 500;
  font-size: 14px;
  line-height: 2em;
}
@media print, screen and (max-width: 1023px) {
  .doctors .doctor_list dl dt.btn .doctor_info .doctor_affiliation {
    margin: 0 0 20px;
  }
}
@media print, screen and (max-width: 767px) {
  .doctors .doctor_list dl dt.btn .doctor_info .doctor_affiliation {
    text-align: center;
  }
}
.doctors .doctor_list dl dt.btn .doctor_info .more {
  margin: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 2em;
}
@media print, screen and (max-width: 767px) {
  .doctors .doctor_list dl dt.btn .doctor_info .more {
    text-align: center;
  }
}
.doctors .doctor_list dl dd.history {
  overflow: hidden;
  margin: 0;
  padding: 0;
  max-height: 0;
  transition: max-height 1s ease;
}
.doctors .doctor_list dl dd.history .doctor_history {
  margin: 0;
  padding: 50px 0 0;
}
.doctors .doctor_list dl dd.history .doctor_history dl {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: #e3e3e3 solid 1px;
  letter-spacing: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 2em;
}
@media print, screen and (max-width: 1023px) {
  .doctors .doctor_list dl dd.history .doctor_history dl {
    margin: 0 0 20px;
    padding: 0 0 20px;
    border: none;
    border-bottom: #e3e3e3 solid 1px;
    border-radius: 0;
  }
}
@media print, screen and (max-width: 767px) {
  .doctors .doctor_list dl dd.history .doctor_history dl {
    display: block;
  }
}
.doctors .doctor_list dl dd.history .doctor_history dl dt {
  margin: 0;
  padding: 0;
  width: 130px;
}
@media print, screen and (max-width: 767px) {
  .doctors .doctor_list dl dd.history .doctor_history dl dt {
    width: auto;
    font-weight: 700;
    font-size: 11px;
  }
}
.doctors .doctor_list dl dd.history .doctor_history dl dd {
  margin: 0;
  padding: 0;
  width: calc(100% - 130px);
}
@media print, screen and (max-width: 767px) {
  .doctors .doctor_list dl dd.history .doctor_history dl dd {
    width: auto;
  }
}

.access {
  position: relative;
  margin: 0 auto;
  padding: 100px;
}
@media print, screen and (max-width: 1179px) {
  .access {
    padding: 100px 80px;
  }
}
@media print, screen and (max-width: 1023px) {
  .access {
    padding: 100px 50px 50px;
  }
}
@media print, screen and (max-width: 767px) {
  .access {
    padding: 50px 30px 50px;
  }
}
.access h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 50px;
  padding: 0;
  color: #000000;
  font-weight: 500;
  font-size: 24px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  line-height: 1;
  transform: rotateZ(0.03deg);
}
@media print, screen and (max-width: 767px) {
  .access h1 {
    margin: 0 0 30px;
  }
}
.access h1 i {
  margin: 0 15px 0 0;
  padding: 0;
  line-height: 0;
}
.access .access_info {
  margin: 0 0 50px;
  padding: 0;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 2.2em;
}
@media print, screen and (max-width: 767px) {
  .access .access_info {
    line-height: 2em;
  }
}
@media print, screen and (max-width: 767px) {
  .access .access_info {
    margin: 0 0 30px;
  }
}
.access .map {
  overflow: hidden;
  width: 100%;
  border: #e3e3e3 solid 1px;
  border-radius: 10px;
  line-height: 0;
}
.access .map iframe {
  width: 100%;
  height: 596px;
  opacity: 0.6;
  filter: grayscale(100%);
}
@media print, screen and (max-width: 767px) {
  .access .map iframe {
    height: 400px;
  }
}
.access .access_tel {
  position: relative;
  margin: 0;
  padding: 60px 0 0;
}
.access .access_tel .access_tel__flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media print, screen and (max-width: 767px) {
  .access .access_tel .access_tel__flex {
    display: block;
    text-align: center;
  }
}
.access .access_tel .access_tel__flex .tel {
  padding: 0 40px 0 0;
  letter-spacing: normal;
  font-weight: 500;
  font-size: 30px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  transform: rotateZ(0.03deg);
}
@media print, screen and (max-width: 767px) {
  .access .access_tel .access_tel__flex .tel {
    margin: 0 0 10px;
    padding: 0;
    font-size: 24px;
  }
}
.access .access_tel .access_tel__flex .tel a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  pointer-events: none;
}
@media print, screen and (max-width: 767px) {
  .access .access_tel .access_tel__flex .tel a {
    justify-content: center;
    pointer-events: all;
  }
}
.access .access_tel .access_tel__flex .tel a i {
  margin: 0 15px 0 0;
  line-height: 0;
}
@media print, screen and (max-width: 767px) {
  .access .access_tel .access_tel__flex .tel a i img {
    width: 30px;
    height: auto;
  }
}
.access .access_tel .access_tel__flex .open {
  letter-spacing: normal;
  font-weight: 500;
  font-size: 15px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  line-height: 1.8em;
  transform: rotateZ(0.03deg);
}
@media print, screen and (max-width: 767px) {
  .access .access_tel .access_tel__flex .open {
    font-size: 13px;
  }
}
.access .access_tel .access_tel__flex .access_tel__seal {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 0 40px;
  width: 88px;
  height: 88px;
  border-radius: 88px;
  background-color: #de5451;
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  transform: rotateZ(0.03deg);
}
@media print, screen and (max-width: 1023px) {
  .access .access_tel .access_tel__flex .access_tel__seal {
    position: absolute;
    top: -32px;
    right: -30px;
    pointer-events: none;
  }
}
@media print, screen and (max-width: 767px) {
  .access .access_tel .access_tel__flex .access_tel__seal {
    top: -9px;
    right: -16px;
    width: 60px;
    height: 60px;
    font-size: 13px;
  }
}
/*# sourceMappingURL=style.css.map */