@charset "UTF-8";
html {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
}
body {
  background-color: #fff;
  color: #000;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 1.5;
}
a {
  color: #000;
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}
/*----------------------------------------------------
	Header
----------------------------------------------------*/
.l-header {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
}
.l-header__inner {
  position: relative;
}
.l-header__logo a {
  display: block;
}
/* Header Navi */
.l-header__navi {
  display: flex;
}
.l-header__naviItem {
  position: relative;
}
.l-header__naviItem > a {
  display: block;
  position: relative;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  transition: 0.3s all;
}
.l-header__naviItem.current > a {
  color: #6c6e97;
}
.l-header__subMenu {
  z-index: 1;
  position: relative;
}
.l-header__subMenuList {
  display: flex;
  flex-direction: column;
}
.l-header__subMenu li a {
  display: block;
  position: relative;
  font-weight: 500;
  transition: color 0.3s;
}
/*----------------------------------------------------
	Footer
----------------------------------------------------*/
.l-footer__map iframe {
  display: block;
  height: 40rem;
}
.l-footer__infoWrapper .c-contentBlock01 {
  display: flex;
}
.l-footer__address {
  color: #969696;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
.l-footer__tel {
  display: block;
}
.l-footer__tel::before {
  margin-right: 0.2rem;
  content: "Tel.";
  color: #6c6e97;
  font-size: 2rem;
}
.l-footer__telNumber {
  color: #e5a9b4;
  font-weight: 500;
  font-size: 3.6rem;
}
.l-footer__calendar {
  background-color: #fff;
}
/* ----------------------------------------------------
 calendar
---------------------------------------------------- */
div.cal_wrapper {
  position: relative;
  margin: 0;
  font-weight: 500;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
div.cal_wrapper::before {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #6c6e97;
  content: "";
}
div.cal_wrapper::after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #6c6e97;
  content: "";
}
div.cal_wrapper table {
  width: 100%;
  margin-bottom: 0;
}
div.cal_wrapper table td {
  background: transparent;
}
div.cal_wrapper table.cal tr th {
  background: none;
}
div.cal_wrapper table.cal tr th p {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  color: #6c6e97;
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: 0.075em;
}
div.cal_wrapper table.cal tr th div.cal_ui {
  display: flex;
  z-index: 2;
  position: absolute;
  top: 0.2rem;
  right: 0;
  justify-content: space-between;
  width: 100%;
}
div.cal_wrapper table.cal tr th div.cal_ui::before {
  z-index: -1;
  position: absolute;
  left: 0;
  transform: scale(-1, 1);
  background: url("../../img/common/icon_arrow02.svg") no-repeat center/cover;
  content: "";
}
div.cal_wrapper table.cal tr th div.cal_ui::after {
  z-index: -1;
  position: absolute;
  right: 0;
  background: url("../../img/common/icon_arrow02.svg") no-repeat center/cover;
  content: "";
}
div.cal_wrapper table.cal tr th div.cal_ui input {
  margin: 0;
  padding: 0;
  color: #6c6e97;
  font-weight: 500;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
  letter-spacing: 0.025em;
  cursor: pointer;
}
div.cal_wrapper table.cal tr th div.cal_ui input:nth-of-type(2) {
  display: none;
}
div.cal_wrapper table.cal tr td {
  position: relative;
  padding: 0;
  border-top: 0.3rem solid transparent;
  border-right: 0.2rem solid transparent;
  border-bottom: 0.2rem solid transparent;
  border-left: 0.2rem solid transparent;
  text-align: center;
}
div.cal_wrapper table.cal tr td:first-of-type {
  border-left: none;
}
div.cal_wrapper table.cal tr td:last-of-type {
  border-right: none;
}
div.cal_wrapper table.cal tr:nth-of-type(3) td {
  border-top: none;
}
div.cal_wrapper table.cal tr:last-of-type td {
  border-bottom: none;
}
div.cal_wrapper table.cal tr.headline td {
  background-color: transparent;
  color: #6c6e97;
}
div.cal_wrapper table.cal tr td div {
  padding: 1.7rem 2.2rem 1.7rem 2.3rem;
  font-weight: normal;
  letter-spacing: 0.075em;
  text-align: center;
}
div.cal_wrapper table.cal tr td div span {
  display: none;
  z-index: 10;
  position: absolute;
  top: 3rem;
  left: 0;
  width: 18rem;
  padding: 0.5rem;
  border: solid 1px #eee;
  background-color: #fff;
  box-shadow: 1px 1px 3px #666;
  color: #000;
  font-weight: normal;
  line-height: 1.5em;
  font-family: sans-serif;
  text-align: left;
}
div.cal_wrapper table.cal tr td div.backward {
  font-weight: normal;
  opacity: 0.5;
}
div.cal_wrapper table.cal tr td div.pointer {
  cursor: pointer;
}
.cal-txt {
  font-weight: 500;
  font-size: 1.4rem;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", sans-serif;
  text-align: left;
}
.cal-txt span {
  display: inline-block;
  font-size: 2.5rem;
  vertical-align: -0.5rem;
}
.cal-txt span:not(:first-of-type) {
  margin-left: 4.6rem;
}
/* ----------------------------------------------------
calendar デザイン調整用
---------------------------------------------------- */
div.cal_wrapper table.cal tr th div.cal_ui input {
  /* next.prev btn */
  -webkit-appearance: none;
  border: 0;
  background: transparent;
}
/* 休診 */
div.cal_wrapper table.cal tr td div.Mon {
  background: #F9E2ED;
}
/* 午後休診 */
div.cal_wrapper table.cal tr td div.Sat {
  background: #DBF0DF;
}
/* Sun;日曜*/
div.cal_wrapper table.cal tr td div.Sun {
  background: #F9E2ED;
}
/* Holyday;祝日*/
div.cal_wrapper table.cal tr td div.Holyday {
  background: #F9E2ED;
}
/* PMOff；午後休診 */
div.cal_wrapper table.cal tr td div.PMOff {
  background: #DBF0DF;
}
/* dayOff;祝日*/
div.cal_wrapper table.cal tr td div.dayOff {
  background: #F9E2ED;
}
/* otherDay;その他 */
div.cal_wrapper table.cal tr td div.otherDay {
  background: #C2D7FF;
}
/* weekday;一日診療　*/
div.cal_wrapper table.cal tr td div.weekday {
  background: transparent;
}
/* Today;当日 */
div.cal_wrapper table.cal tr td div.Today {
  font-weight: 700;
}
div.cal_wrapper table.cal tr td div.pointer:hover {
  background-color: #aaa;
  color: #fff;
}
/*　凡例　*/
.cal-off {
  color: #F9E2ED;
}
.cal-halfOff {
  color: #DBF0DF;
}
.cal-other {
  color: #C2D7FF;
}
.l-footer__copyright {
  background-color: #6c6e97;
  text-align: center;
}
.l-footer__copyright small {
  display: inline-block;
  color: #fff;
  font-weight: 500;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", sans-serif;
}
.l-footer__buttonWrapper {
  display: flex;
  z-index: 101;
  position: fixed;
}
.l-footer__buttonItem a {
  display: flex;
  background-color: #6c6e97;
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: 0.025em;
  text-align: center;
  transition: background-color 0.3s;
}
.l-footer__buttonItem a:hover {
  background-color: #9d9fd0;
}
.l-footer__buttonItem .--icon {
  display: block;
  position: relative;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
.l-footer__buttonItem .--icon::before {
  content: "";
}
.l-footer__buttonItem.--tel .--icon::before {
  background: url("../../img/common/icon_tel01_white.svg") no-repeat center/cover;
}
.l-footer__buttonItem.--web .--icon::before {
  background: url("../../img/common/icon_web01_white.svg") no-repeat center/cover;
}
.l-footer__buttonItem.--access .--icon::before {
  background: url("../../img/common/icon_map01_white.svg") no-repeat center/cover;
}
.l-footer__pageTop {
  display: block;
  z-index: 11;
  position: fixed;
  width: 5rem;
  height: 5rem;
  padding-top: 1.8rem;
  border: 1px solid #6c6e97;
  border-radius: 50%;
  background-color: #fff;
  color: #6c6e97;
  line-height: 1.19;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.05em;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s all;
}
.l-footer__pageTop::after {
  display: block;
  position: absolute;
  left: 50%;
  width: 0.8rem;
  height: 0.8rem;
  transform: translateX(-50%) rotate(45deg);
  border-top: 1px solid #6c6e97;
  border-left: 1px solid #6c6e97;
  content: "";
}
.l-footer__pageTop:hover {
  background-color: #6c6e97;
  color: #fff;
}
.l-footer__pageTop:hover::after {
  border-color: #fff;
}
.l-footer__pageTop.is-show {
  animation: fadeIn 0.3s ease-in-out;
  opacity: 1;
  pointer-events: all;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*----------------------------------------------------
	Main
----------------------------------------------------*/
.l-container {
  position: relative;
  overflow: hidden;
}
.l-main {
  position: relative;
}
.l-contentsWrapper {
  position: relative;
  background-color: #fff;
  line-height: 1.63;
}
.l-main__inner {
  position: relative;
}
/*----------------------------------------------------
	button
----------------------------------------------------*/
/* アイコン付き角丸ボタン */
.c-button01 {
  display: flex;
  position: relative;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  height: 6rem;
  padding: 1rem 1rem 1rem 6rem;
  border: 1px solid #6c6e97;
  border-radius: 6rem;
  background-color: #fff;
  color: #6c6e97;
  font-weight: 500;
  font-size: 1.8rem;
  transition: all 0.3s;
}
.c-button01::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 3rem;
  transform: translateY(-50%);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}
.c-button01::after {
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 1.3rem;
  height: 0.4rem;
  transform: translateY(-50%);
  background: url("../../img/common/icon_arrow01.svg") no-repeat center/cover;
  content: "";
  transition: all 0.2s;
}
.c-button01:hover {
  background-color: #6c6e97;
  color: #fff;
}
.c-button01:hover::after {
  right: 1rem;
  background: url("../../img/common/icon_arrow01_white.svg") no-repeat center/cover;
}
.c-button01.--access::before {
  width: 1.8rem;
  height: 3rem;
  background-image: url("../../img/common/icon_map01.svg");
}
.c-button01.--access:hover::before {
  background-image: url("../../img/common/icon_map01_white.svg");
}
.c-button01.--first::before {
  width: 1.8rem;
  height: 1.8rem;
  background-image: url("../../img/common/icon_first01.svg");
}
.c-button01.--first:hover::before {
  background-image: url("../../img/common/icon_first01_white.svg");
}
/* 長方形ボタン */
.c-button02 {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  height: 6rem;
  padding: 0.8rem 3.6rem;
  background-color: #6c6e97;
  color: #fff;
  font-weight: 500;
  font-size: 1.8rem;
  transition: all 0.3s;
}
.c-button02::after {
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 1.3rem;
  height: 0.4rem;
  transform: translateY(-50%);
  background: url("../../img/common/icon_arrow01_white.svg") no-repeat center/cover;
  content: "";
  transition: all 0.2s;
}
.c-button02:hover {
  background-color: #9d9fd0;
}
.c-button02:hover::after {
  right: 1rem;
}
/* 緑背景ボタン */
.c-button03 {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  height: 6.6rem;
  border-radius: 1rem;
  background: url("../../img/common/bg_btn01.png") no-repeat center/cover;
  box-shadow: 0 0 1.2rem 0 #dff0d8;
  color: #6ba354;
  font-weight: 500;
  transition: all 0.3s;
}
.c-button03::after {
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 0.8rem;
  height: 1.3rem;
  transform: translateY(-50%);
  background: url("../../img/common/icon_arrow05.svg") no-repeat center/cover;
  content: "";
  transition: all 0.2s;
}
.c-button03:hover {
  opacity: 0.7;
}
.c-button03:hover::after {
  right: 1rem;
}
/*----------------------------------------------------
	banner
----------------------------------------------------*/
/* 背景画像付きバナー */
.c-banner01 {
  display: block;
  position: relative;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  transition: all 0.3s;
}
.c-banner01::before {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(102deg, #d3d6e8, #9fa2bf 27%, #6c6e97 100%);
  content: "";
  opacity: 0.85;
}
.c-banner01::after {
  z-index: 1;
  position: absolute;
  top: 50%;
  width: 1.3rem;
  height: 0.4rem;
  transform: translateY(-50%);
  background: url("../../img/common/icon_arrow01_white.svg") no-repeat center/cover;
  content: "";
  transition: all 0.2s;
}
.c-banner01:hover {
  opacity: 0.5;
}
.c-banner01__image {
  height: 10.3rem;
  overflow: hidden;
}
.c-banner01__image::before {
  z-index: 1;
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  width: calc(100% - 1rem);
  height: calc(100% - 1rem);
  border: 1px solid #fff;
  content: "";
}
.c-banner01__text {
  display: flex;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  align-items: center;
  justify-content: center;
  width: 100%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: bold;
  font-size: 2.2rem;
  text-align: center;
}
.c-banner01.--icon01 .c-banner01__text::before {
  width: 2.6rem;
  height: 2.6rem;
  margin-right: 1rem;
  background: url("../../img/common/icon_menu01_white.svg") no-repeat center/cover;
  content: "";
}
.c-banner01.--icon02 .c-banner01__text::before {
  width: 2rem;
  height: 2.6rem;
  margin-top: 0.3rem;
  margin-right: 1rem;
  background: url("../../img/common/icon_menu02_white.svg") no-repeat center/cover;
  content: "";
}
/*----------------------------------------------------
	common parts
----------------------------------------------------*/
/* TEL */
.c-telBox {
  display: inline-block;
}
.c-telBox__number {
  color: #6c6e97;
  font-weight: 500;
  font-size: 3.6rem;
  line-height: 1;
  letter-spacing: 0.025em;
}
.c-telBox__number::before {
  margin-right: 0.3rem;
  content: "Tel.";
  font-weight: normal;
  font-size: 2rem;
}
/* 診療時間のテーブル */
.c-hours__table {
  width: 100%;
  margin-bottom: 10px;
  border-top: 1px solid #6c6e97;
  border-bottom: 1px solid #6c6e97;
  color: #6c6e97;
  font-weight: 500;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  text-align: center;
}
.c-hours__table thead th {
  border-bottom: 1px solid #6c6e97;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1.2;
}
.c-hours__table thead th span {
  font-size: 12px;
}
.c-hours__table tbody td {
  letter-spacing: 0.025em;
}
.c-hours__table tbody td.hour {
  width: auto;
  line-height: 1.2;
}
.c-hours__table tbody td.hour span {
  font-size: 12px;
}
.c-hours__text {
  position: relative;
  margin-top: 0.2rem;
  margin-bottom: 0;
  padding-left: 1.8rem;
  color: #969696;
  font-size: 1.4rem;
  line-height: 1.4;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.05em;
  text-align: left;
}
.c-hours__text::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
}
.c-hours__text:first-of-type {
  margin-top: 1rem;
}
/* 採用情報バナー */
.c-footerRecruit {
  z-index: 1;
  position: relative;
}
.c-footerRecruit__inner {
  display: block;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.c-footerRecruit__inner::before {
  z-index: 1;
  position: absolute;
  top: 0.8rem;
  left: 0.8rem;
  width: calc(100% - 1.6rem);
  height: calc(100% - 1.6rem);
  border: 1px solid #fff;
  content: "";
}
.c-footerRecruit__inner::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.85;
}
.c-footerRecruit__textWrapper {
  z-index: 1;
  position: relative;
  text-align: center;
}
.c-footerRecruit__title {
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.c-footerRecruit__title::before {
  display: block;
  content: attr(data-text) "";
  font-weight: 200;
  letter-spacing: 0.3em;
  text-transform: capitalize;
}
.c-footerRecruit__text {
  margin-bottom: 0;
  color: #fff;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.05em;
  text-align: center;
}
.c-footerRecruit__buttonWrapper {
  display: flex;
  z-index: 1;
  position: relative;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.c-footerRecruit__button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 6rem;
  padding: 0.8rem 3.4rem;
  border: 1px solid #6c6e97;
  border-radius: 6rem;
  background: #fff url("../../img/common/icon_arrow01.svg") no-repeat right 1.8rem center/1.3rem auto;
  color: #6c6e97;
  font-weight: 500;
  font-size: 1.8rem;
  text-align: center;
}
/*----------------------------------------------------
	Component
----------------------------------------------------*/
/* コンテンツ枠 */
.c-contentBlock01 {
  width: 100%;
}
.c-contentBlock02 {
  width: 100%;
}
/* Heading */
.c-topHeading01 {
  z-index: 1;
  position: relative;
  color: #6c6e97;
  font-weight: 500;
  letter-spacing: 0.025em;
}
.c-topHeading01::before {
  display: block;
  margin-bottom: 0.6rem;
  content: attr(data-text) "";
  color: #e5a9b4;
  font-weight: 200;
  line-height: 1;
  letter-spacing: 0.3em;
  text-transform: capitalize;
}
.c-topHeading01::after {
  position: absolute;
  height: 1px;
  background-color: #e5a9b4;
  content: "";
}
.c-topHeading02 {
  display: flex;
  z-index: 1;
  position: relative;
  flex-direction: column;
  color: #6c6e97;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
}
.c-topHeading02::before {
  content: attr(data-text) "";
  color: #e5a9b4;
  letter-spacing: 0.3em;
}
/* パンくずリスト */
.c-breadCrumb {
  position: relative;
}
.c-breadCrumb__list:not(#_) {
  display: flex;
  margin-bottom: 0;
}
.c-breadCrumb__list li {
  position: relative;
  color: #000;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
.c-breadCrumb__list li::after {
  display: block;
  position: absolute;
  top: 49%;
  transform: translateY(-50%);
  content: "＞";
  color: #d3d6e8;
}
.c-breadCrumb__list li:last-of-type:after {
  display: none;
}
.c-breadCrumb__list li a {
  color: #6c6e97;
  text-decoration: underline;
  text-underline-offset: 0.2rem;
  transition: opacity 0.2s linear;
}
.c-breadCrumb__list li a:hover {
  opacity: 0.7;
}
/* ローカルナビ */
.c-localNav__list {
  display: flex;
  margin-bottom: 0;
}
.c-localNav__item:not(#_) a {
  display: flex;
  position: relative;
  color: #6c6e97;
  font-weight: 500;
  text-align: center;
  transition: all 0.3s;
}
.c-localNav__item:not(#_) a:hover {
  background-color: #6c6e97;
  color: #fff;
}
.c-localNav__item:not(#_).current a {
  border-color: #fff;
  background-color: #6c6e97;
  color: #fff;
}
/*----------------------------------------------------
	Project
----------------------------------------------------*/
/* mainVisual */
.p-mainVisual {
  position: relative;
}
.p-mainVisual::before {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  content: "";
}
.p-mainVisual .slick-dots li.slick-active button:before {
  background-color: #6c6e97;
}
.p-mainVisual__textWrapper {
  position: absolute;
  writing-mode: vertical-rl;
}
.p-mainVisual__title {
  color: #6c6e97;
}
.p-mainVisual__title .--marker {
  display: inline-block;
  position: relative;
  margin-top: 0.6rem;
  margin-bottom: 1.4rem;
  padding-top: 1.4rem;
  padding-bottom: 0.6rem;
  background-color: #fff;
  color: #e5a9b4;
  line-height: 1.4;
}
.p-mainVisual__title .--marker::before {
  position: absolute;
  transform: scale(-1, -1) rotate(90deg);
  content: "”";
  color: #6c6e97;
  line-height: 1;
}
.p-mainVisual__title .--marker::after {
  position: absolute;
  transform: rotate(90deg);
  content: "”";
  color: #6c6e97;
  line-height: 1;
}
/* お知らせ */
.pointWrap {
  position: relative;
  background-color: #fff;
}
.pointWrap::before {
  position: absolute;
  background-image: repeating-linear-gradient(90deg, #d3d6e8, #d3d6e8 5px, transparent 5px, transparent 10px), repeating-linear-gradient(180deg, #d3d6e8, #d3d6e8 5px, transparent 5px, transparent 10px), repeating-linear-gradient(90deg, #d3d6e8, #d3d6e8 5px, transparent 5px, transparent 10px), repeating-linear-gradient(180deg, #d3d6e8, #d3d6e8 5px, transparent 5px, transparent 10px);
  background-position: left top, right top, left bottom, left top;
  background-size: 100% 1px, 1px 100%, 100% 1px, 1px 100%;
  background-repeat: repeat-x, repeat-y, repeat-x, repeat-y;
  content: "";
  pointer-events: none;
}
.pointWrap h2 {
  z-index: 1;
  position: relative;
  color: #6c6e97;
  font-weight: 500;
  letter-spacing: 0.025em;
}
.pointWrap h2::before {
  display: block;
  margin-bottom: 0.6rem;
  content: "Information";
  color: #e5a9b4;
  font-weight: 200;
  line-height: 1;
  letter-spacing: 0.3em;
  text-transform: capitalize;
}
.pointWrap h2::after {
  position: absolute;
  height: 1px;
  background-color: #e5a9b4;
  content: "";
}
.point:not(:first-of-type) {
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: solid 1px #f0f0f0;
}
.point h3 {
  color: #6c6e97;
  font-weight: 500;
  font-size: 1.8rem;
}
.point h3:not(:first-of-type) {
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: solid 1px #f0f0f0;
}
.point p {
  margin-bottom: 1.6rem;
  line-height: 1.63;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.05em;
}
.point p a {
  color: #6c6e97;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
  transition: 0.3s all;
}
.point p a:hover {
  opacity: 0.7;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
長期休診のお知らせ - table
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
table.schedule {
  width: 100%;
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
  border-bottom: 1px solid #eee;
}
table.schedule th, table.schedule td {
  font-weight: 500;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
table.schedule thead th {
  padding: 0.6rem 0.5rem 0.7rem;
  border-left: 1px solid #eee;
  background-color: #6c6e97;
  color: #fff;
  line-height: 1.47;
  letter-spacing: 0.05em;
  text-align: center;
}
table.schedule thead th:first-of-type {
  border-color: #6c6e97;
}
table.schedule tbody th {
  padding: 0.9rem 0.5rem;
  border-left: 1px solid #eee;
  background-color: #fff;
  color: #6c6e97;
}
table.schedule tbody tr:not(:first-of-type) th, table.schedule tbody tr:not(:first-of-type) td {
  border-top: 1px solid #eee;
}
table.schedule td {
  padding: 0.9rem 0.5rem;
  border-left: 1px solid #eee;
  background-color: #fff;
  color: #6c6e97;
  text-align: center;
}
/*休診欄*/
table.schedule td.red {
  background-color: #f2f3f7;
  color: #6c6e97;
}
/*日付統合の調整*/
table.schedule thead th.merge span {
  display: inline-block;
}
table.schedule thead th.merge span.btw {
  padding: 0 0.5em;
  vertical-align: 50%;
}
/* クリニックのご案内 */
.p-topInfo {
  position: relative;
}
.p-topInfo::before {
  position: absolute;
  left: 0;
  background-color: #f2f3f7;
  content: "";
}
.p-topInfo__boxWrapper {
  z-index: 1;
  position: relative;
}
.p-topInfo__box {
  display: flex;
  flex-wrap: wrap;
}
.p-topInfo__address {
  color: #969696;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
.p-topInfo_telWrapper {
  display: flex;
}
.p-topInfo_tel {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 6rem;
  border: 1px solid #6c6e97;
  background-color: #fff;
  text-align: center;
}
.p-topInfo__reserve {
  display: flex;
  position: relative;
  align-items: center;
  height: 6rem;
  padding: 0.8rem 4rem 0.8rem;
  background-color: #6c6e97;
  color: #fff;
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: 0.025em;
  transition: opacity 0.2s linear;
}
.p-topInfo__reserve::before {
  width: 3rem;
  height: 2.5rem;
  margin-right: 1rem;
  background: url("../../img/common/icon_web01_white.svg") no-repeat center/cover;
  content: "";
}
.p-topInfo__reserve::after {
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 1.3rem;
  height: 0.3rem;
  transform: translateY(-50%);
  background: url("../../img/common/icon_arrow01_white.svg") no-repeat center/cover;
  content: "";
  transition: right 0.2s linear;
}
.p-topInfo__reserve:hover {
  opacity: 0.7;
}
.p-topInfo__reserve:hover::after {
  right: 1rem;
}
.p-topInfo__buttonWrapper {
  display: flex;
  margin-bottom: 0;
}
/* 診療内容 */
.p-topMedical__boxWrapper {
  display: flex;
  flex-direction: column;
}
.p-topMedical__box {
  z-index: 1;
  position: relative;
}
.p-topMedical__boxInner {
  display: block;
  position: relative;
  height: 100%;
  color: #fff;
  transition: opacity 0.3s;
}
a.p-topMedical__boxInner:hover {
  opacity: 0.7;
}
.p-topMedical__image {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-topMedical__title {
  position: relative;
  font-weight: 500;
  text-align: center;
}
.p-topMedical__text {
  margin-bottom: 0;
  font-weight: 500;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.05em;
  text-align: center;
}
.p-topMedical__originalList {
  display: none;
}
.p-topMedical__listWrapper {
  display: flex;
  position: relative;
  background-color: rgba(255, 255, 255, 0.9);
  color: #000;
}
.p-topMedical__list {
  margin-bottom: 0;
}
.p-topMedical__listItem {
  position: relative;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
.p-topMedical__listItem::before {
  position: absolute;
  left: 0;
  background: url("../../img/common/icon_check01.svg") no-repeat center/cover;
  content: "";
}
.p-topMedical__listItem:not(:first-of-type) {
  padding-top: 1.2rem;
  background-image: repeating-linear-gradient(90deg, #d3d6e8, #d3d6e8 5px, transparent 5px, transparent 10px);
  background-position: left top;
  background-size: 100% 1px;
  background-repeat: repeat-x;
}
.p-topMedical__listItem:not(:first-of-type)::before {
  top: 1.8rem;
}
.p-topMedical__listItem:last-of-type::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: repeating-linear-gradient(90deg, #d3d6e8, #d3d6e8 5px, transparent 5px, transparent 10px);
  background-position: left bottom;
  background-size: 100% 1px;
  background-repeat: repeat-x;
  content: "";
}
.p-topMedical__bannerWrapper {
  display: flex;
}
.p-topMedical__button {
  margin-right: auto;
  margin-left: auto;
}
/* こだわり */
.p-topFeatures {
  border-radius: 3rem;
}
.p-topFeatures__boxWrapper {
  display: flex;
  flex-direction: column;
  counter-reset: number 0;
}
.p-topFeatures__textWrapper {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 0 1rem 0 rgba(108, 110, 151, 0.1);
}
.p-topFeatures__textWrapper::before {
  position: absolute;
  top: -8rem;
  left: -7.5rem;
  width: 15rem;
  height: 15rem;
  transform: rotate(45deg);
  background: #e5a9b4;
  content: "";
}
.p-topFeatures__textWrapper::after {
  position: absolute;
  top: -0.2rem;
  left: 1.2rem;
  content: counter(number, decimal-leading-zero) "";
  color: #fff;
  font-weight: 500;
  font-size: 3.5rem;
  letter-spacing: 0.05em;
  counter-increment: number 1;
}
.p-topFeatures__title {
  color: #6c6e97;
  font-weight: 500;
  line-height: 1.46;
  letter-spacing: 0.05em;
  text-align: center;
}
.p-topFeatures__text {
  margin-bottom: 0;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.05em;
}
/* クリニック写真 */
.p-topView__scroll {
  display: flex;
  align-items: flex-start;
  width: 100vw;
  overflow: hidden;
  gap: 1.8rem;
}
.p-topViewList {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0;
  gap: 1.8rem;
  animation: infinity-scroll 34s infinite linear 0.5s both;
}
@keyframes infinity-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.p-topViewListItem {
  width: 27rem;
  height: 18rem;
}
/* ごあいさつ */
.p-topGreeting {
  z-index: 1;
  position: relative;
}
.p-topGreeting__boxWrapper {
  display: flex;
}
.p-topGreeting__image {
  z-index: 1;
  position: relative;
}
.p-topGreeting__image::before {
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #f2f3f7;
  content: "";
}
.p-topGreeting__title {
  color: #e5a9b4;
  font-weight: 500;
}
.p-topGreeting__text {
  margin-bottom: 0;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.05em;
  text-align: justify;
  text-justify: inter-ideograph;
}
.p-topGreeting__text:not(:first-of-type) {
  margin-top: 2.4rem;
}
.p-topGreeting__name {
  margin-top: 1rem;
  color: #6c6e97;
  font-weight: 500;
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  text-align: right;
}
.p-topGreeting__name .--small {
  margin-right: 1rem;
  color: #000;
  font-weight: normal;
  font-size: 1.4rem;
}
.p-topGreeting__CareerWrapper {
  border: solid 1px #d3d6e8;
  border-radius: 1rem;
  letter-spacing: 0.05em;
}
.p-topGreeting__CareerTitle {
  color: #6c6e97;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
.p-topGreeting__CareerList {
  margin-top: 0.8rem;
  margin-bottom: 0;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
.p-topGreeting__CareerListItem {
  position: relative;
  padding-left: 1.6rem;
}
.p-topGreeting__CareerListItem::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
}
.p-topGreeting__button {
  margin-right: auto;
  margin-left: auto;
}
/* コラム */
.p-topColumn {
  position: relative;
}
.p-topColumn::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fbf2f4;
  content: "";
}
.p-topColumn__boxWrapper02 {
  width: 100%;
}
.p-topColumn__boxWrapper03 {
  display: flex;
  padding-bottom: 1.6rem;
  gap: 2rem;
}
.p-topColumn .slick-dots {
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  justify-content: space-between;
  width: 100%;
  height: 0.5rem;
  border-radius: 0.3rem;
  background-color: #fff;
}
.p-topColumn .slick-dots li {
  position: relative;
  flex-grow: 1;
  height: 100%;
  margin: 0;
}
.p-topColumn .slick-dots .dot {
  display: block;
  width: 100%;
  height: 100%;
  background-color: transparent;
  transition: background-color 0.3s;
}
.p-topColumn .slick-dots li.slick-active .dot {
  border-radius: 0.3rem;
  background-color: #c7c8d0;
}
.p-topColumn__box {
  width: 27rem;
  height: 28rem;
  margin-right: 2rem;
}
.p-topColumn__boxInner {
  display: block;
  height: 100%;
  background-color: #fff;
  box-shadow: 0 0 1rem 0 rgba(108, 110, 151, 0.1);
}
.p-topColumn__image {
  height: 18rem;
  overflow: hidden;
}
.p-topColumn__image img {
  transition: 0.3s;
}
a.p-topColumn__boxInner:hover .p-topColumn__image img {
  transform: scale(1.1, 1.1);
}
.p-topColumn__textWrapper {
  padding: 1.4rem 1.6rem 0.8rem;
}
.p-topColumn__date {
  margin-bottom: 1rem;
  color: #6c6e97;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.05em;
}
.p-topColumn__title {
  font-weight: 500;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.025em;
}
a.p-topColumn__boxInner:hover .p-topColumn__title {
  color: #6c6e97;
  text-decoration: underline;
}
/* 新着情報 */
.p-topNews {
  position: relative;
}
.p-topNews__boxWrapper {
  display: flex;
  position: relative;
  align-items: flex-start;
}
.p-topNewsList {
  margin-bottom: 0;
  border-bottom: solid 1px #eee;
}
.p-topNewsList dt {
  color: #bfbfbf;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.p-topNewsList dd {
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.p-topNewsList dd:last-of-type {
  padding-bottom: 0;
}
.p-topNewsList dd.continuous {
  border: none;
}
.p-topNewsList dd a {
  color: #6c6e97;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
  transition: 0.3s all;
}
.p-topNewsList dd a:hover {
  opacity: 0.7;
}
/*----------------------------------------------------
	下層ページ
----------------------------------------------------*/
/* タイトル */
.p-visual {
  position: relative;
  width: 100%;
  background: url("../../img/page/common/visual_tit.jpg") no-repeat center/cover;
}
.p-visual::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(103deg, #d3d6e8, #9fa2bf 50%, #6c6e97);
  content: "";
  opacity: 0.8;
}
.p-visual__title {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  transform: translate(-50%, -50%);
  border: 1px solid #fff;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
}
.p-visual__title::before {
  position: absolute;
  border: 1px solid #fff;
  content: "";
}
.p-visual__title::after {
  position: absolute;
  border: 1px solid #fff;
  content: "";
}
/* 見出し */
.hA {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  color: #6c6e97;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
}
.hA::before {
  position: absolute;
  top: 52%;
  left: 0;
  height: 1px;
  transform: translateY(-50%);
  background-color: #e5a9b4;
  content: "";
}
.hA::after {
  position: absolute;
  top: 52%;
  right: 0;
  height: 1px;
  transform: translateY(-50%);
  background-color: #e5a9b4;
  content: "";
}
.hB {
  max-width: 100%;
  overflow: hidden;
  background-color: #f2f3f7;
  color: #6c6e97;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.hC {
  max-width: 100%;
  overflow: hidden;
  border-top: 1px solid #6c6e97;
  border-bottom: 1px solid #6c6e97;
  color: #6c6e97;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.hD {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #d3d6e8;
  color: #6c6e97;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.hD::before {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  background-color: #f5b7c4;
  content: "";
}
.hE {
  position: relative;
  overflow: hidden;
  color: #6c6e97;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.hE::before {
  position: absolute;
  left: 0.3rem;
  width: 1.3rem;
  height: 1.3rem;
  background-color: #f2f3f7;
  content: "";
}
.hE::after {
  position: absolute;
  left: 0;
  width: 1.3rem;
  height: 1.3rem;
  background-color: #e5a9b4;
  content: "";
}
/* 太文字 */
.strongA {
  display: inline;
  background: linear-gradient(transparent 45%, #fffbc7 0%);
  font-weight: 500;
}
.strongB {
  font-weight: bold;
}
/* リンク */
.l-main__inner p {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.05em;
}
.l-main__inner dt, .l-main__inner dd {
  letter-spacing: 0.05em;
}
.l-main__inner a:not(.linkArrow) {
  color: #6c6e97;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
  transition: opacity 0.3s;
}
.l-main__inner a:not(.linkArrow):hover {
  opacity: 0.7;
}
.telLink {
  display: inline-block;
  color: #6c6e97;
  font-weight: 500;
  font-size: 3.6rem;
  line-height: 1;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
  letter-spacing: 0.025em;
}
.telLink::before {
  position: static;
  transform: translateY(0);
  content: "Tel.";
  color: #6c6e97;
  font-weight: normal;
  font-size: 2rem;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
}
.telLink a:not(#_) {
  color: #6c6e97;
  text-decoration: none;
}
.l-main__inner a.linkArrow {
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  height: 6rem;
  padding: 0.8rem 3.8rem 0.8rem 3.2rem;
  border: 1px solid #6c6e97;
  border-radius: 0.5rem;
  border-radius: 6rem;
  background-color: #fff;
  color: #6c6e97;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.2;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
  text-align: center;
  transition: all 0.3s;
}
.l-main__inner a.linkArrow::after {
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 1.3rem;
  height: 0.4rem;
  transform: translateY(-50%);
  background: url("../../img/common/icon_arrow01.svg") no-repeat center/cover;
  content: "";
  transition: all 0.2s;
}
.l-main__inner a.linkArrow:hover {
  background-color: #6c6e97;
  color: #fff;
}
.l-main__inner a.linkArrow:hover::after {
  background-image: url("../../img/common/icon_arrow01_white.svg");
}
.l-main__inner a.linkArrow.linkExternal::after {
  position: static;
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 1.8rem;
  transform: translateY(0);
  background-image: url("../../img/common/icon_external01.svg");
}
.l-main__inner a.linkArrow.linkExternal:hover::after {
  background-image: url("../../img/common/icon_external01_white.svg");
}
.l-main__inner a.linkArrow.linkExternal span::after {
  display: none;
}
.l-main__inner a:not(.linkArrow).linkExternal span {
  color: #6c6e97;
  text-decoration: underline;
  text-underline-offset: 0.2rem;
  transition: color 0.2s;
}
.l-main__inner a:not(.linkArrow).linkExternal span::after {
  content: "\e89e";
  color: #6c6e97;
  font-size: 1.8rem;
  font-family: "Material Symbols Outlined";
  font-variation-settings: "wght"300;
}
.l-main__inner a:not(.linkArrow).linkExternal:hover span, .l-main__inner a:not(.linkArrow).linkExternal:hover span::after {
  color: #6c6e97;
}
/* リスト */
.l-main__inner ul:not(.acsDirection), .l-main__inner ol, .l-main__inner dl {
  font-weight: normal;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
.l-main__inner ul:not(.acsDirection) li, .l-main__inner ol li {
  letter-spacing: 0.025em;
}
.listDot:not(#_) li {
  position: relative;
  padding-left: 1.2rem;
}
.listDot:not(#_) li::before {
  position: absolute;
  left: 0;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 100%;
  background-color: #6c6e97;
  content: "";
}
.listNum {
  counter-reset: ol_li;
}
.listNum:not(#_) li {
  position: relative;
  margin-left: 0;
  padding-left: 2.5rem;
  list-style: none;
}
.listNum:not(#_) li:before {
  position: absolute;
  top: 0.4rem;
  left: 0;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: #6c6e97;
  content: counter(ol_li) "";
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.9rem;
  text-align: center;
  counter-increment: ol_li;
}
.listNote li:not(#_) {
  color: #969696;
  line-height: 1.4;
  text-indent: -1.9rem;
  white-space: wrap;
}
.listNote li:not(#_)::before {
  margin-right: 0.5rem;
}
.listCheck:not(#_) li {
  position: relative;
  padding-left: 2.2rem;
}
.listCheck:not(#_) li::before {
  position: absolute;
  top: 0.7rem;
  left: 0;
  width: 1.3rem;
  height: 0.8rem;
  transform: rotate(-45deg);
  border-bottom: 0.2rem solid #6c6e97;
  border-left: 0.2rem solid #6c6e97;
  content: "";
}
dl.listData dt {
  color: #6c6e97;
  font-weight: 500;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
  letter-spacing: 0.05em;
}
/* 装飾ボックス */
.decBox {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.decBox01 {
  background-image: repeating-linear-gradient(90deg, #d3d6e8, #d3d6e8 5px, transparent 5px, transparent 10px), repeating-linear-gradient(180deg, #d3d6e8, #d3d6e8 5px, transparent 5px, transparent 10px), repeating-linear-gradient(90deg, #d3d6e8, #d3d6e8 5px, transparent 5px, transparent 10px), repeating-linear-gradient(180deg, #d3d6e8, #d3d6e8 5px, transparent 5px, transparent 10px);
  background-position: left top, right top, left bottom, left top;
  background-size: 100% 1px, 1px 100%, 100% 1px, 1px 100%;
  background-repeat: repeat-x, repeat-y, repeat-x, repeat-y;
  background-color: #fff;
}
.decBox02 {
  border: solid 1px #d3d6e8;
  border-radius: 1rem;
}
.decBox03 {
  background-color: #fffafb;
}
/* テーブル */
.tblA, .tblB, .tblC, .tblD, .tblE {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
}
.tblA th, .tblB th, .tblC th, .tblD th, .tblE th {
  border-top: dashed 1px #6c6e97;
  border-left: dashed 1px #6c6e97;
  background-color: #f2f3f7;
  color: #6c6e97;
  font-weight: 500;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.05em;
}
.tblA th:first-of-type, .tblB th:first-of-type, .tblC th:first-of-type, .tblD th:first-of-type, .tblE th:first-of-type {
  border-left: solid 1px #6c6e97;
}
.tblA tr:first-of-type th:last-of-type {
  border-right: solid 1px #6c6e97;
}
.tblA tr:not(:first-of-type) td {
  border-left: solid 1px #6c6e97;
}
.tblA tr:last-of-type th, .tblB tr:last-of-type th, .tblE tr:last-of-type th {
  border-bottom: solid 1px #6c6e97;
}
.tblA td, .tblB td, .tblC td, .tblD td, .tblE td {
  border-top: dashed 1px #6c6e97;
  border-right: dashed 1px #6c6e97;
  border-left: dashed 1px #6c6e97;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.05em;
}
.tblA tr:last-of-type td, .tblB tr:last-of-type td, .tblC tr:last-of-type td, .tblD tr:last-of-type td, .tblE tr:last-of-type td {
  border-bottom: solid 1px #6c6e97;
}
.tblA tr:first-of-type th, .tblB tr:first-of-type th, .tblE tr:first-of-type th, .tblA tr:first-of-type td, .tblB tr:first-of-type td, .tblE tr:first-of-type td {
  border-top: solid 1px #6c6e97;
}
.tblB td.inrTblB table {
  border: none;
}
.tblB td.inrTblB table th {
  text-align: left;
}
.tblD td:first-of-type {
  border-top: 1px solid #fff;
  border-left: 1px solid #6c6e97;
  background-color: #6c6e97;
  color: #fff;
  text-align: center;
}
.tblD tbody tr:first-of-type td:first-of-type {
  border-top: 1px solid #6c6e97;
}
.tblE th {
  border-top: 1px solid #6c6e97;
}
.tblE tr:nth-of-type(even) th {
  background-color: #6c6e97;
  color: #fff;
}
.tblE tr:nth-of-type(even) td {
  background-color: #f2f3f7;
}
.tblE tr:nth-of-type(even) td:first-of-type {
  border-left: 1px solid #6c6e97;
}
/* 流れ */
.stpBox__wrapper {
  position: relative;
}
.stpBox__wrapper::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 0.3rem;
  height: calc(100% - 3rem);
  transform: translateX(-50%);
  background-color: #e5a9b4;
  content: "";
}
.stpBox {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  margin-bottom: 0;
  margin-bottom: 3rem;
  padding: 0;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 0 1rem 0 rgba(108, 110, 151, 0.1);
}
.stpBox::before {
  z-index: 1;
  position: absolute;
  top: -8rem;
  left: -7.5rem;
  width: 15rem;
  height: 15rem;
  transform: rotate(45deg);
  background-color: #6c6e97;
  content: "";
}
.stpBox::after {
  z-index: 1;
  position: absolute;
  top: -0.2rem;
  left: 1.2rem;
  content: attr(data-number) "";
  color: #fff;
  font-weight: 500;
  font-size: 3.5rem;
  letter-spacing: 0.05em;
}
.stpBox:last-of-type {
  margin-bottom: 0;
}
.stpBox:last-child::after {
  content: attr(data-number) "";
}
.stpBox::after {
  bottom: auto;
  width: auto;
  height: auto;
  transform: translateX(0) rotate(0);
  border: none;
}
.stpContent > h3 {
  width: 100%;
  color: #6c6e97;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.stpBox .stpContent {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.stpBox .stpContent p {
  line-height: 1.56;
}
/*----------------------------------------------------
	Utility
----------------------------------------------------*/
.u-font--gothic {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
.u-font--yu {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", sans-serif;
}
.u-center {
  text-align: center !important;
}
.u-bold {
  font-weight: bold !important;
}
.u-objectFit {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* ----------------------------------------------------
	以下、PC用・スマホ用のメディアクエリ
---------------------------------------------------- */
@media (max-width: 767px) {
  div.cal_wrapper table.cal tr th p {
    font-size: 1.4rem;
  }
  div.cal_wrapper table.cal tr th div.cal_ui input {
    font-size: 1.2rem;
  }
  div.cal_wrapper table.cal tr td {
    border-width: 1px;
    font-size: 3.7vw;
  }
  div.cal_wrapper table.cal tr td div {
    padding: 1rem 0.4rem;
    font-size: 1.2rem;
  }
  div.cal_wrapper table.cal tr td div span {
    top: 4vw;
    width: 24vw;
    padding: 0.4vw;
  }
  .cal-txt {
    margin-top: 0.8rem;
    margin-bottom: 0;
    font-size: 1.2rem;
  }
  .cal-txt span {
    font-size: 1.8rem;
    vertical-align: -0.3rem;
  }
  .cal-txt span:not(:first-of-type) {
    margin-left: 1.6rem;
  }
  table.schedule {
    width: 100%;
    margin: 0.8rem 0;
  }
  table.schedule thead {
    display: block;
    width: 35%;
    float: left;
  }
  table.schedule th, table.schedule td {
    display: block;
    padding: 0.6rem 0.5rem 0.2rem;
    font-size: 1.6rem;
    line-height: 1.6 !important;
    text-align: center;
  }
  table.schedule thead th, table.schedule tbody th {
    padding: 0.6rem 0.5rem 0.2rem;
    font-size: 1.6rem;
  }
  table.schedule thead th {
    border-left: none;
  }
  table.schedule:not(.schedule_y) thead th:not(:first-of-type) {
    border-top: 1px solid #eee;
  }
  table.schedule:not(.schedule_y) thead th:first-of-type {
    border-top: 1px solid #6c6e97;
  }
  table.schedule tbody th {
    border-top: 1px solid #eee;
  }
  table.schedule tbody tr:first-of-type th {
    border-left: none;
  }
  table.schedule:not(.schedule_y) tbody tr:last-of-type th:last-of-type {
    border-right: 1px solid #eee;
  }
  table.schedule td {
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
  }
  table.schedule:not(.schedule_y) tr:first-of-type td {
    border-left: none;
  }
  table.schedule:not(.schedule_y) tr:last-of-type td {
    border-right: 1px solid #eee;
  }
  table.schedule tbody {
    display: block;
    width: 65%;
    float: left;
  }
  table.schedule thead tr {
    display: block;
  }
  table.schedule tbody tr {
    display: block;
    width: 50%;
    float: left;
  }
  table.schedule {
    zoom: 100%;
  }
  table.schedule td br {
    display: block;
  }
  table.schedule th br {
    display: none;
  }
  table.schedule th br.sp_br {
    display: block !important;
  }
  /*-----------------------------*/
  /*スマホでも横にレイアウト変したい時：長期休診用*/
  table.schedule.schedule_y {
    display: table;
    width: 100% !important;
  }
  table.schedule.schedule_y thead {
    display: table-header-group;
    width: 100%;
    float: none;
  }
  table.schedule.schedule_y thead th:not(:first-of-type) {
    border-left: 1px solid #eee;
  }
  table.schedule.schedule_y tbody {
    display: table-row-group;
    width: 100%;
    float: none;
  }
  table.schedule.schedule_y th, table.schedule.schedule_y td {
    display: table-cell;
    padding: 0.3rem 1px;
    text-align: center;
  }
  table.schedule.schedule_y th {
    padding: 0.9rem 0;
    font-size: 1rem;
  }
  table.schedule.schedule_y td {
    font-size: 1.2rem;
  }
  table.schedule.schedule_y td br {
    display: block;
  }
  table.schedule.schedule_y th br {
    display: block !important;
  }
  table.schedule.schedule_y th br.sp_br {
    display: none !important;
  }
  table.schedule.schedule_y thead tr {
    display: table-row;
  }
  table.schedule.schedule_y tbody tr {
    display: table-row;
    width: 100%;
    float: none;
  }
  table.schedule.schedule_y tbody tr th {
    width: 2em;
    padding: 0.6rem 0;
    border-left: 1px solid #eee;
  }
  table.schedule.schedule_y tbody tr td:last-of-type {
    border-right: 1px solid #eee;
  }
  table.schedule.schedule_y th, table.schedule.schedule_y td {
    margin-top: -1px;
    margin-left: -1px;
  }
  table.schedule.schedule_y {
    zoom: 100%;
  }
  table.schedule.schedule_y th, table.schedule.schedule_y td {
    vertical-align: middle !important;
  }
}
@media screen and (min-width: 768px) {
  .l-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 160rem;
    min-height: 10rem;
    margin: 0 auto;
    padding: 2.2rem 5rem;
    gap: 3.2rem;
  }
  .l-header__logoText {
    margin-left: 6.8rem;
    color: #969696;
    font-size: 1.4rem;
  }
  .l-header__logo a {
    margin-top: -2.2rem;
  }
  .l-header__logoImage {
    width: 38.3rem;
  }
  /* ハンバーガーメニュー */
  .l-header__naviWrapper {
    flex: 1;
  }
  .l-header__navi {
    justify-content: flex-end;
    gap: 4rem;
  }
  .l-header__naviItem > a {
    color: #000;
    letter-spacing: 0.025em;
    text-align: center;
  }
  .l-header__naviItem.current > a::after {
    position: absolute;
    bottom: -0.8rem;
    left: 50%;
    width: 0.5rem;
    height: 0.5rem;
    transform: translateX(-50%);
    border-radius: 50%;
    background-color: #6c6e97;
    content: "";
  }
  .l-header__subMenu {
    display: none;
    position: absolute;
    top: 1.6rem;
    left: 50%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding-top: 1.6rem;
    transform: translateX(-50%);
  }
  .is-have-subMenu:hover .l-header__subMenu, .l-header__subMenu:hover {
    display: block;
    animation-duration: 0.4s;
    animation-fill-mode: forwards;
    animation-name: fadeIn;
  }
  .l-header__naviItem:hover > a {
    color: #6c6e97;
  }
  .l-header__naviItem:hover > a::after {
    position: absolute;
    bottom: -0.8rem;
    left: 50%;
    width: 0.5rem;
    height: 0.5rem;
    transform: translateX(-50%);
    border-radius: 50%;
    background-color: #6c6e97;
    content: "";
  }
  .l-header__subMenuList {
    position: relative;
    min-width: 18rem;
    padding: 1.2rem 2rem 1.1rem;
    gap: 1.2rem;
    border-radius: 0.5rem;
    background-color: #f2f3f7;
  }
  .l-header__subMenuList:after {
    position: absolute;
    top: -0.8rem;
    right: 0;
    left: 0;
    width: 0;
    height: 0;
    margin: auto;
    border-right: 1.3rem solid transparent;
    border-bottom: 1.3rem solid #f2f3f7;
    border-left: 1.3rem solid transparent;
    content: "";
  }
  .l-header__subMenu li a {
    padding-right: 2rem;
    font-size: 1.5rem;
  }
  .l-header__subMenu li a::before {
    position: absolute;
    top: 0.8rem;
    right: 0;
    width: 1.2rem;
    height: 0.3rem;
    background: url("../../img/common/icon_arrow01.svg") no-repeat center/cover;
    content: "";
    transition: 0.3s;
  }
  .l-header__subMenu li a:hover {
    color: #6c6e97;
  }
  .l-header__subMenu li a:hover::before {
    right: -1rem;
  }
  .l-footer {
    padding-top: 10.3rem;
  }
  .l-footer__recruitWrapper {
    margin-bottom: 11.3rem;
  }
  .l-footer__infoWrapper {
    padding-top: 8.3rem;
    padding-bottom: 8.4rem;
    background: url("../../img/common/bg_footer01_pc.png") no-repeat center top/cover;
  }
  .l-footer__infoWrapper .c-contentBlock01 {
    align-items: flex-start;
    justify-content: space-between;
  }
  .l-footer__info {
    width: 65.9rem;
    margin-top: 5.7rem;
  }
  .l-footer__logoWrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    margin-bottom: 0.4rem;
    gap: 1.3rem 2.4rem;
  }
  .l-footer__logoImage {
    width: 48.5rem;
  }
  .l-footer__address {
    margin-bottom: 0.4rem;
    line-height: 1.6;
  }
  .l-footer__tel {
    margin-left: auto;
  }
  .l-footer__calendar {
    padding: 1.2rem 1.9rem 0.9rem;
  }
  div.cal_wrapper {
    padding: 3.2rem 0 1.6rem;
  }
  div.cal_wrapper::before {
    top: 3.4rem;
  }
  div.cal_wrapper::after {
    top: 8.8rem;
  }
  div.cal_wrapper table.cal tr th div.cal_ui::before, div.cal_wrapper table.cal tr th div.cal_ui::after {
    top: 0.3rem;
    width: 1.9rem;
    height: 1.9rem;
  }
  div.cal_wrapper table.cal tr th div.cal_ui input:nth-of-type(1) {
    padding-left: 2.8rem;
  }
  div.cal_wrapper table.cal tr th div.cal_ui input:nth-of-type(3) {
    padding-right: 2.8rem;
  }
  div.cal_wrapper table.cal tr.headline td {
    padding: 1.3rem 0 2rem;
  }
  .l-footer__copyright {
    padding: 1.2rem 0;
  }
  .l-footer__copyright small {
    font-size: 1.4rem;
    line-height: 1.43;
  }
  .l-footer__buttonWrapper {
    top: 50%;
    right: 0;
    flex-direction: column;
    align-items: flex-end;
    gap: 1rem;
    transform: translateY(-50%);
  }
  .l-footer__buttonItem a {
    height: 8rem;
    cursor: pointer;
  }
  .l-footer__buttonItem .--icon {
    width: 8rem;
    padding-top: 5rem;
  }
  .l-footer__buttonItem .--icon::before {
    position: absolute;
    top: 1.3rem;
    left: 50%;
    transform: translateX(-50%);
  }
  .l-footer__buttonItem.--tel .--number {
    width: 0;
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
    padding-top: 1.1rem;
    padding-bottom: 1.1rem;
    overflow: hidden;
    font-weight: 500;
    font-size: 2.4rem;
    white-space: nowrap;
    transition: width 0.3s;
  }
  .l-footer__buttonItem.--tel a:hover .--number {
    width: 17.8rem;
    padding-right: 1rem;
    padding-left: 1.7rem;
    border-left: 1px solid #fff;
  }
  .l-footer__buttonItem.--tel .--icon::before {
    width: 2.7rem;
    height: 3rem;
  }
  .l-footer__buttonItem.--web .--icon::before {
    width: 3.6rem;
    height: 3rem;
  }
  .l-footer__buttonItem.--access .--icon::before {
    width: 1.8rem;
    height: 2.9rem;
  }
  .l-footer__pageTop {
    right: 1.5rem;
    bottom: 1.5rem;
  }
  .l-footer__pageTop::after {
    top: 1rem;
  }
  .l-container {
    display: flex;
    flex-flow: column;
    min-height: 100vh;
  }
  .l-main {
    flex: 1;
  }
  .c-link {
    transition: opacity 0.2s linear;
  }
  .c-link:hover {
    opacity: 0.7;
  }
  .c-link--bright {
    transition: filter 0.2s linear;
  }
  .c-link--bright:hover {
    filter: brightness(1.1);
  }
  .c-button01 {
    min-width: 32rem;
  }
  .c-button02 {
    min-width: 33rem;
  }
  .c-button03 {
    min-width: 29.7rem;
    padding: 1rem 4rem 1rem;
  }
  .c-banner01::after {
    right: 2.5rem;
  }
  .c-banner01__image {
    width: 48.1rem;
  }
  .c-hours__table {
    font-size: 1.8rem;
  }
  .c-hours__table thead th {
    padding: 1rem 0.8rem;
  }
  /*
  .c-hours__table thead th.title {
    padding-right: 0.4rem;
  }
*/
  .c-hours__table tbody td {
    width: 7.6rem;
    padding: 1.3rem 0.8rem;
  }
  .c-hours__table tbody td:not(.hour) {
    font-size: 1.6rem;
  }
  .c-hours__table tbody tr:not(:first-of-type) td {
    padding-top: 0;
  }
  .c-hours__table tbody td.hour {
    padding: 1.3rem 0.5rem 1.4rem 0.2rem;
  }
  .c-hours__table tbody td.open {
    font-size: 1.8rem;
  }
  .c-footerRecruit {
    width: 120rem;
    margin-right: auto;
    margin-left: auto;
  }
  .c-footerRecruit__inner {
    min-height: 29.5rem;
    padding: 3.5rem 20rem;
    background-image: url("../../img/common/bg_recruit01_pc.jpg");
  }
  .c-footerRecruit__inner::after {
    background-image: linear-gradient(104deg, #d3d6e8, #9fa2bf 50%, #6c6e97);
  }
  .c-footerRecruit__title {
    margin-bottom: 3.2rem;
    font-size: 3.2rem;
  }
  .c-footerRecruit__title::before {
    margin-bottom: 0.4rem;
    font-size: 1.6rem;
  }
  .c-footerRecruit__buttonWrapper {
    justify-content: center;
    margin-top: 4rem;
    gap: 1.6rem 2rem;
  }
  .c-footerRecruit__button {
    width: 32rem;
  }
  .c-contentBlock01 {
    width: 120rem;
    margin-right: auto;
    margin-left: auto;
  }
  .c-contentBlock02 {
    width: 100rem;
    margin-right: auto;
    margin-left: auto;
  }
  .c-topHeading01 {
    font-size: 3.2rem;
  }
  .c-topHeading01::before {
    font-size: 1.6rem;
  }
  .c-topHeading01::after {
    top: 0.8rem;
    left: -5.5rem;
    width: 4.5rem;
  }
  .c-topHeading02 {
    font-size: 3.2rem;
  }
  .c-topHeading02::before {
    font-size: 1.6rem;
  }
  .c-breadCrumb {
    top: 1rem;
    width: 120rem;
    margin-right: auto;
    margin-bottom: 9.5rem;
    margin-left: auto;
  }
  .c-breadCrumb__list:not(#_) {
    gap: 3.3rem;
  }
  .c-breadCrumb__list li::after {
    right: -2.4rem;
  }
  .c-localNav {
    margin-bottom: 10.4rem;
  }
  .c-localNav__list {
    justify-content: center;
    gap: 2rem;
  }
  .c-localNav__item {
    width: 32rem;
  }
  .c-localNav__item:not(#_) a {
    align-items: center;
    justify-content: center;
    height: 6rem;
    padding: 1.4rem 1.6rem;
    border: solid 1px #6c6e97;
    border-radius: 0.5rem;
    border-radius: 6rem;
    font-size: 1.8rem;
    line-height: 1.2;
  }
  .p-mainVisual {
    height: 110.2rem;
    margin-top: 10rem;
  }
  .p-mainVisual::before {
    width: calc(100% - (100% - 120rem) / 2 + 5rem);
    background: url("../../img/top/bg_mv01_pc.png") no-repeat center/cover;
  }
  .p-mainVisual__slideWrapper {
    width: 139rem;
    margin-left: calc((100% - 120rem) / 2 - 15rem);
  }
  .p-mainVisual__slideItemInner {
    grid-column-gap: 5.2rem;
    display: grid;
    grid-template-rows: repeat(2, auto);
    grid-template-columns: 69.8rem 50rem;
    align-items: start;
  }
  .p-mainVisual__slideItem img.--01 {
    grid-area: 1/1/3/2;
    width: 69.8rem;
    height: 88rem;
  }
  .p-mainVisual__slideItem img.--02 {
    grid-area: 1/2/2/3;
    width: 50rem;
    height: 36.7rem;
    margin-top: 10.1rem;
  }
  .p-mainVisual__slideItem img.--03 {
    grid-area: 2/2/3/3;
    width: 40rem;
    height: 41.3rem;
    margin-top: 5rem;
  }
  .p-mainVisual .slick-dots {
    display: flex;
    z-index: 99;
    bottom: 0;
    left: calc((100% - 120rem) / 2);
    justify-content: center;
    width: 49.8rem;
    margin-left: 5rem;
    gap: 0.3rem;
  }
  .p-mainVisual .slick-dots li {
    width: 8rem;
    height: 0.3rem;
    margin: 0;
  }
  .p-mainVisual .slick-dots li button:before {
    width: 8rem;
    height: 0.3rem;
    background-color: #d3d6e8;
  }
  .p-mainVisual__textWrapper {
    top: 3.4rem;
    right: calc((100% - 120rem) / 2 - 6rem);
  }
  .p-mainVisual__title {
    font-size: 3.2rem;
    line-height: 2.2;
    letter-spacing: 0.44em;
  }
  .p-mainVisual__title .--marker::before {
    top: -0.6rem;
    right: -1.7rem;
    font-size: 3.4rem;
  }
  .p-mainVisual__title .--marker::after {
    bottom: -0.6rem;
    left: -1.7rem;
    font-size: 3.4rem;
  }
  .p-mainVisual__title .--paragraph-pc:nth-of-type(2) {
    margin-top: 5rem;
  }
  .p-mainVisual__title .--paragraph-pc:nth-of-type(3) {
    margin-top: 48rem;
    line-height: 2.6;
  }
  .pointWrap {
    width: 120rem;
    margin: -7rem auto 10rem;
    padding: 6rem 10rem 3.8rem;
  }
  .pointWrap::before {
    top: 1rem;
    left: 1rem;
    width: 100%;
    height: 100%;
  }
  .pointWrap h2 {
    margin-bottom: 5rem;
    font-size: 3.2rem;
  }
  .pointWrap h2::before {
    font-size: 1.6rem;
  }
  .pointWrap h2::after {
    top: 0.8rem;
    left: -5.5rem;
    width: 4.5rem;
  }
  .point h3 {
    margin-bottom: 1.2rem;
  }
  .point p {
    text-align: justify;
    text-justify: inter-ideograph;
    word-break: break-word;
  }
  table.schedule td:last-of-type {
    border-right: 1px solid #eee;
  }
  .p-topInfo {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .p-topInfo::before {
    top: 0;
    width: calc(100% - (100% - 120rem) / 2 + 5rem);
    height: 100%;
  }
  body.--point-none .p-topInfo {
    margin-top: 10rem;
  }
  .p-topInfo__boxWrapper {
    margin-top: 4.4rem;
  }
  .p-topInfo__box {
    justify-content: center;
    width: 66rem;
  }
  .p-topInfo__logo {
    margin-bottom: 1.5rem;
  }
  .p-topInfo__logoImage {
    width: 48.5rem;
  }
  .p-topInfo__address {
    letter-spacing: 0.01em;
  }
  .p-topInfo_telWrapper {
    margin-top: 1.5rem;
    margin-bottom: 2.1rem;
  }
  .p-topInfo_tel {
    width: 33rem;
  }
  .p-topInfo__reserve {
    width: 33rem;
  }
  .p-topInfo__buttonWrapper {
    margin-top: 2.8rem;
    gap: 2rem;
  }
  .p-topInfo__image {
    position: absolute;
    top: 0;
    right: -10rem;
    width: 56.6rem;
    height: 66.1rem;
  }
  .p-topMedical {
    padding-top: 17.9rem;
    padding-bottom: 10.2rem;
  }
  .p-topMedical__heading {
    margin-bottom: 4.3rem;
  }
  .p-topMedical__boxWrapper {
    gap: 10.2rem;
  }
  .p-topMedical__box::before {
    z-index: 1;
    position: absolute;
    top: -2.3rem;
    left: 50%;
    width: 1px;
    height: 4.5rem;
    transform: translateX(-50%);
    background-color: #6c6e97;
    content: "";
  }
  .p-topMedical__boxInner {
    padding: 5.5rem 0 9.4rem;
  }
  .p-topMedical__box.--01 .p-topMedical__boxInner {
    -webkit-clip-path: polygon(10rem 0, 100% 0, 100% 100%, 0 100%);
    margin-left: calc((100% - 120rem) / 2 - 10rem);
    clip-path: polygon(10rem 0, 100% 0, 100% 100%, 0 100%);
  }
  .p-topMedical__box.--02 .p-topMedical__boxInner {
    -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 10rem) 100%, 0 100%);
    display: flex;
    justify-content: flex-end;
    margin-right: calc((100% - 120rem) / 2 - 10rem);
    padding-bottom: 5rem;
    clip-path: polygon(0 0, 100% 0, calc(100% - 10rem) 100%, 0 100%);
  }
  .p-topMedical__box.--01 .c-contentBlock02 {
    margin-right: 0;
    margin-left: 20rem;
  }
  .p-topMedical__box.--02 .c-contentBlock02 {
    margin: 0;
    margin-right: 20rem;
  }
  .p-topMedical__title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: auto;
    margin-bottom: 2.4rem;
    margin-left: auto;
    font-size: 3.5rem;
    letter-spacing: 0.4em;
    writing-mode: vertical-rl;
  }
  .p-topMedical__listWrapper {
    margin-top: 3rem;
    padding: 4rem 10rem 4.4rem;
    gap: 3.5rem;
  }
  .p-topMedical__list {
    width: calc((100% - 3.5rem) / 2);
  }
  .p-topMedical__listItem {
    padding-left: 2.6rem;
    letter-spacing: 0.05em;
  }
  .p-topMedical__listItem::before {
    top: 0.7rem;
    width: 1.6rem;
    height: 1.1rem;
  }
  .p-topMedical__listItem:not(:first-of-type) {
    margin-top: 0.4rem;
  }
  .p-topMedical__bannerWrapper {
    justify-content: center;
    margin-top: 5rem;
    gap: 3.8rem;
  }
  .p-topMedical__button {
    margin-top: 4.5rem;
  }
  .p-topFeatures {
    margin-right: calc((100% - 120rem) / 2 - 10rem);
    margin-left: calc((100% - 120rem) / 2 - 10rem);
    padding-top: 7rem;
    padding-bottom: 24rem;
    background: url("../../img/top/bg_features01_pc.png") no-repeat center top/cover;
  }
  .p-topFeatures__boxWrapper {
    margin-top: 6.8rem;
    gap: 10rem 0;
  }
  .p-topFeatures__box {
    display: flex;
  }
  .p-topFeatures__box:nth-of-type(even) {
    flex-direction: row-reverse;
  }
  .p-topFeatures__image {
    width: 60rem;
  }
  .p-topFeatures__textWrapper {
    width: 65rem;
    min-height: 29rem;
    margin-top: 3rem;
    margin-bottom: -3rem;
    margin-left: -5rem;
    padding: 3.8rem 6rem;
  }
  .p-topFeatures__box:nth-of-type(even) .p-topFeatures__textWrapper {
    margin-right: -5rem;
    margin-left: 0;
  }
  .p-topFeatures__title {
    margin-bottom: 2rem;
    font-size: 2.4rem;
  }
  .p-topFeatures__buttonWrapper {
    margin-top: 2rem;
  }
  .p-topView {
    margin-top: -12.3rem;
  }
  .p-topGreeting {
    margin-top: 10.3rem;
    padding-top: 2.5rem;
    padding-bottom: 6.8rem;
  }
  .p-topGreeting::before {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 5rem;
    width: calc(100% - ((100% - 120rem) / 2 - 10rem) - 5rem);
    height: 100%;
    background: url("../../img/top/bg_greeting01.png") no-repeat center top/cover;
    content: "";
    pointer-events: none;
  }
  .p-topGreeting__boxWrapper {
    margin-top: 3.2rem;
    gap: 8rem;
  }
  .p-topGreeting__image {
    width: 51.9rem;
    height: 60.7rem;
  }
  .p-topGreeting__image::before {
    top: 1.8rem;
    left: 1.9rem;
  }
  .p-topGreeting__textWrapper {
    flex: 1;
    margin-top: 3rem;
  }
  .p-topGreeting__title {
    margin-bottom: 2rem;
    font-size: 2.8rem;
    line-height: 1.43;
    letter-spacing: 0.05em;
  }
  .p-topGreeting__CareerWrapper {
    margin-top: 3.1rem;
    padding: 3rem;
  }
  .p-topGreeting__button {
    margin-top: 5rem;
  }
  .p-topColumn {
    padding-top: 7.5rem;
    padding-bottom: 5rem;
  }
  .p-topColumn::before {
    width: calc(100% - (100% - 120rem) / 2 + 10rem);
  }
  .p-topColumn__heading {
    position: absolute;
    top: 6.4rem;
    left: calc((100% - 120rem) / 2);
  }
  .p-topColumn__boxWrapper02 {
    width: calc(100% - (100% - 120rem) / 2 - 40rem);
    margin-left: calc((100% - 120rem) / 2 + 40rem);
  }
  .p-topColumn .slick-dots {
    width: calc(100% - (100% - 120rem) - 40rem);
    margin: 2rem auto 0;
  }
  .p-topColumn__button {
    position: absolute;
    top: 16.8rem;
    left: calc((100% - 120rem) / 2);
  }
  .p-topNews {
    min-height: 32.3rem;
    padding-top: 8rem;
  }
  .p-topNews__boxWrapper {
    gap: 4rem;
  }
  .p-topNews__heading {
    flex: 1;
    margin-top: 1.7rem;
  }
  .p-topNewsList {
    width: 81.1rem;
    padding-bottom: 2.6rem;
  }
  .p-topNewsList dt {
    position: absolute;
    padding-top: 2.8rem;
    padding-left: 2rem;
  }
  .p-topNewsList dd {
    padding-top: 2.6rem;
    padding-bottom: 2.6rem;
    padding-left: 14.7rem;
    border-top: solid 1px #eee;
    font-size: 1.8rem;
  }
  .p-topNewsList dd.continuous {
    margin-top: -3.2rem;
  }
  .p-topNews__button {
    z-index: 1;
    position: absolute;
    top: 12rem;
    left: 0;
  }
  .p-visual {
    height: 36.5rem;
  }
  .p-visual__title {
    min-width: 39.3rem;
    max-width: 120rem;
    margin-top: 5.4rem;
    padding: 2.8rem 7rem 3.8rem;
    font-size: 3.5rem;
  }
  .p-visual__title::before {
    top: -1.7rem;
    left: -1.7rem;
    width: 3.5rem;
    height: 3.5rem;
  }
  .p-visual__title::after {
    right: -1.7rem;
    bottom: -1.7rem;
    width: 3.5rem;
    height: 3.5rem;
  }
  .hA {
    margin-bottom: 4.5rem;
    padding-right: 6.5rem;
    padding-left: 6.5rem;
    font-size: 3rem;
  }
  .hA::before {
    width: 4.5rem;
  }
  .hA::after {
    width: 4.5rem;
  }
  .hA:not(:first-of-type) {
    margin-top: 11rem;
  }
  .hB {
    margin-bottom: 3rem;
    padding: 0.9rem 2rem 0.8rem;
    font-size: 2.5rem;
  }
  .hB:not(:first-of-type) {
    margin-top: 7.5rem;
  }
  .hC {
    margin-bottom: 2rem;
    padding: 0.8rem 1rem;
    font-size: 2rem;
  }
  .hC:not(:first-of-type) {
    margin-top: 5rem;
  }
  .hD {
    margin-bottom: 2rem;
    padding-bottom: 0.8rem;
    font-size: 1.8rem;
  }
  .hD::before {
    width: 15rem;
  }
  .hD:not(:first-of-type) {
    margin-top: 4rem;
  }
  .hE {
    margin-bottom: 2rem;
    padding-left: 2.6rem;
    font-size: 1.8rem;
  }
  .hE::before {
    top: 1.1rem;
  }
  .hE::after {
    top: 0.8rem;
  }
  .hE:not(:first-of-type) {
    margin-top: 3.8rem;
  }
  .l-main__inner p {
    margin-bottom: 1.6rem;
  }
  .l-main__inner a.linkArrow {
    min-width: 32rem;
  }
  .l-main__inner ul:not(.acsDirection), .l-main__inner ol, .l-main__inner dl {
    margin-bottom: 3.6rem;
  }
  .l-main__inner ul:not(.acsDirection) li:not(:first-of-type), .l-main__inner ol li:not(:first-of-type) {
    margin-top: 0.3rem;
  }
  .l-main__inner ul.col2, .l-main__inner ul.col3, .l-main__inner ul.col4 {
    margin-top: -2rem;
  }
  .l-main__inner ul.col2 li, .l-main__inner ul.col3 li, .l-main__inner ul.col4 li {
    margin-top: 2rem;
  }
  .l-main__inner ul.col2 li:not(:first-of-type), .l-main__inner ul.col3 li:not(:first-of-type), .l-main__inner ul.col4 li:not(:first-of-type) {
    margin-top: 2rem;
  }
  .listDot:not(#_) li::before {
    top: 1.1rem;
  }
  .listNote li:not(#_) {
    font-size: 1.4rem;
  }
  dl.listData dt {
    margin-bottom: 1.2rem;
    font-size: 1.8rem;
  }
  dl.listData dd {
    padding-left: 2rem;
  }
  .decBox {
    margin-top: 3rem;
    margin-bottom: 3rem;
    padding: 3rem 3rem 1.4rem;
  }
  .decBox .hB, .decBox .hC, .decBox .hD, .decBox .hE {
    margin-bottom: 2rem;
  }
  .tblA th, .tblB th, .tblC th, .tblD th, .tblE th {
    padding: 1.3rem 1.8rem;
  }
  .tblC th, .tblD th {
    border-top: solid 1px #6c6e97;
  }
  .tblA td, .tblB td, .tblC td, .tblD td, .tblE td {
    padding: 1.3rem 1.8rem;
  }
  .tblA td:last-of-type, .tblB td:last-of-type, .tblC td:last-of-type, .tblD td:last-of-type, .tblE td:last-of-type {
    border-right: solid 1px #6c6e97;
  }
  .tblB td.inrTblB table tr:last-of-type th {
    border-top: dashed 1px #6c6e97;
  }
  .tblB td.inrTblB table td {
    border-bottom: dashed 1px #6c6e97;
    border-left: dashed 1px #6c6e97;
  }
  .tblB td.inrTblB table tr:last-of-type td:last-of-type {
    border-bottom: none;
  }
  .tblC th, .tblC td {
    padding: 0.9rem 1.8rem;
  }
  .tblC th {
    border-left: dashed 1px #6c6e97;
  }
  .tblC th:last-of-type {
    border-right: solid 1px #6c6e97;
  }
  .tblC td:first-of-type {
    border-left: solid 1px #6c6e97;
  }
  .tblD th:last-of-type {
    border-right: solid 1px #6c6e97;
  }
  .tblD td:nth-of-type(2) {
    border-left: solid 1px #6c6e97;
  }
  .tblD td:first-of-type {
    padding: 1rem 0.6rem;
    font-size: 2rem;
  }
  .tblE th {
    padding: 1.5rem 1.8rem;
    line-height: 1.38;
  }
  .tblE td {
    padding: 1.5rem 1rem;
    line-height: 1.38;
  }
  .floatBox .floatL {
    margin-right: 6rem;
  }
  .stpBox {
    min-height: 14rem;
    padding-right: 3rem;
    gap: 0 4rem;
  }
  .stpContent > h3 {
    margin-bottom: 2rem;
    font-size: 2.4rem;
    line-height: 1.2;
  }
  .stpImg {
    width: 37rem;
  }
  .stpBox .stpContent {
    flex: 1;
    padding: 3.2rem 0 1.6rem;
  }
  .stpBox.stpNoImg .stpContent {
    margin-left: 10rem;
  }
  .stpBox .decBox {
    margin-top: 2.4rem;
    margin-bottom: 2.4rem;
  }
  .stpBox > .decBox {
    margin-left: 3rem;
  }
  .stpBox.stpNoImg > .decBox {
    margin-left: 10rem;
  }
}
@media not all and (min-width: 768px) {
  html {
    font-size: 2.6666vw;
  }
  .l-header__inner {
    top: 0;
    left: 0;
    width: 100%;
    min-height: 5.4rem;
    padding: 1.2rem 2rem 1rem;
  }
  .l-header__logoImage {
    width: 28rem;
  }
  .l-header__spMenu {
    z-index: 1001;
    position: fixed;
    top: 0;
    right: 0;
  }
  .l-header__naviButton {
    display: block;
    position: relative;
    width: 5.4rem;
    height: 5.4rem;
    border: none;
    background-color: #d3d6e8;
    cursor: pointer;
  }
  .l-hamburgerMenu__bar, .l-hamburgerMenu__bar::before, .l-hamburgerMenu__bar::after {
    position: absolute;
    right: 0;
    left: 0;
    width: 2.8rem;
    height: 0.2rem;
    margin: auto;
    background-color: #f2f3f7;
    transition: transform 0.25s;
  }
  .l-hamburgerMenu__bar::before, .l-hamburgerMenu__bar::after {
    content: "";
  }
  .l-hamburgerMenu__bar {
    top: 2.7rem;
  }
  .l-hamburgerMenu__bar::before {
    top: 0.7rem;
  }
  .l-hamburgerMenu__bar::after {
    bottom: 0.7rem;
  }
  .u-hamburgerMenu__animated .l-hamburgerMenu__bar {
    background-color: transparent;
  }
  .u-hamburgerMenu__animated .l-hamburgerMenu__bar::before {
    top: 0;
    width: 2.3rem;
    transform: rotate(45deg);
  }
  .u-hamburgerMenu__animated .l-hamburgerMenu__bar::after {
    top: 0;
    bottom: auto;
    width: 2.3rem;
    transform: rotate(-45deg);
  }
  .l-header__naviWrapper {
    z-index: -1;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.95);
    opacity: 0;
    pointer-events: none;
    transition: all 0.5s;
  }
  .l-header__naviWrapper.is-show {
    opacity: 1;
    pointer-events: auto;
  }
  .l-header__naviWrapperInner {
    -webkit-overflow-scrolling: touch;
    display: flex;
    position: fixed;
    top: 0;
    right: 0;
    flex-direction: column;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
  }
  @supports (-webkit-touch-callout: none) {
    .l-header__naviWrapperInner {
      /* Safari用のハック */
      height: -webkit-fill-available;
    }
  }
  .l-header__naviWrapper nav {
    padding: 0 2rem;
  }
  .l-header__navi {
    flex-direction: column;
    margin-top: 8rem;
    gap: 2rem;
  }
  .l-header__naviItem::before {
    position: absolute;
    top: 1rem;
    left: 0;
    width: 3rem;
    height: 1px;
    background-color: #e5a9b4;
    content: "";
  }
  .l-header__naviItem:last-of-type::after {
    display: block;
    width: 1px;
    height: 8rem;
    content: "";
  }
  .l-header__naviItem > a {
    padding-left: 4rem;
    color: #6c6e97;
    font-size: 1.8rem;
  }
  .l-header__subMenuList {
    flex-wrap: wrap;
    margin-top: 1rem;
    padding: 1rem 1.6rem 1rem 2.7rem;
    gap: 1rem;
    background-color: #f2f3f7;
  }
  .l-header__subMenu li a {
    padding-left: 1.2rem;
    font-size: 1.5rem;
  }
  .l-header__subMenu li a::before {
    position: absolute;
    top: 0.9rem;
    left: 0;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background-color: #6c6e97;
    content: "";
  }
  .l-footer {
    padding-top: 10.8rem;
  }
  .l-footer__recruitWrapper {
    margin-bottom: 7rem;
  }
  .l-footer__infoWrapper {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background: url("../../img/common/bg_footer01_sp.png") no-repeat center top/cover;
  }
  .l-footer__infoWrapper .c-contentBlock01 {
    flex-direction: column;
    gap: 3rem;
  }
  .l-footer__logoImage {
    width: 33.5rem;
  }
  .l-footer__address {
    margin-top: 1rem;
    margin-right: -0.6rem;
    font-size: 1.5rem;
    line-height: 1.71;
  }
  .l-footer__tel {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 2rem;
    margin-right: auto;
    margin-bottom: 2rem;
    margin-left: auto;
  }
  .l-footer__calendar {
    padding: 0.5rem 1.2rem;
  }
  div.cal_wrapper {
    padding-top: 2.6rem;
  }
  div.cal_wrapper::before {
    top: 2.5rem;
  }
  div.cal_wrapper::after {
    top: 6rem;
  }
  div.cal_wrapper table.cal tr th div.cal_ui {
    top: 0.2rem;
  }
  div.cal_wrapper table.cal tr th div.cal_ui::before, div.cal_wrapper table.cal tr th div.cal_ui::after {
    top: 0.3rem;
    width: 1.3rem;
    height: 1.3rem;
  }
  div.cal_wrapper table.cal tr th div.cal_ui input:nth-of-type(1) {
    padding-left: 1.6rem;
  }
  div.cal_wrapper table.cal tr th div.cal_ui input:nth-of-type(3) {
    padding-right: 1.6rem;
  }
  div.cal_wrapper table.cal tr.headline td {
    padding: 0.7rem 0.2rem 1.2rem;
    font-size: 1.2rem;
  }
  .l-footer__copyright {
    margin-bottom: 4.1rem;
    padding: 2rem 2rem 1.6rem;
  }
  .l-footer__copyright small {
    font-size: 1.2rem;
    line-height: 1.67;
  }
  .l-footer__buttonWrapper {
    bottom: 0;
    left: 0;
    justify-content: center;
    width: 100%;
  }
  .l-footer__buttonItem {
    width: 100%;
  }
  .l-footer__buttonItem:not(:first-of-type) {
    border-left: 1px solid #fff;
  }
  .l-footer__buttonItem a {
    align-items: center;
    justify-content: center;
    height: 5rem;
  }
  .l-footer__buttonItem .--icon {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
  .l-footer__buttonItem.--tel .--number {
    display: none;
  }
  .l-footer__buttonItem.--tel .--icon::before {
    width: 1.9rem;
    height: 2rem;
  }
  .l-footer__buttonItem.--web .--icon::before {
    width: 2.5rem;
    height: 2rem;
  }
  .l-footer__buttonItem.--access .--icon::before {
    width: 1.2rem;
    height: 2rem;
  }
  .l-footer__pageTop {
    right: 2rem;
    bottom: 6.5rem;
  }
  .l-footer__pageTop::after {
    top: 1.1rem;
  }
  .l-footer__pageTop .--text {
    font-size: 1.4rem;
  }
  .l-contentsWrapper {
    display: flex;
    flex-direction: column-reverse;
  }
  .c-button01 {
    width: 100%;
  }
  .c-button02 {
    width: 100%;
    font-size: 4vw;
    line-height: 1.4;
  }
  .c-button03 {
    width: 100%;
    max-width: 33.5rem;
    padding: 1rem 4rem 1rem;
  }
  .c-banner01::after {
    right: 1.5rem;
  }
  .c-banner01__image {
    width: 100%;
  }
  .c-hours__table {
    font-size: 1.4rem;
  }
  .c-hours__table thead th {
    padding: 1.1rem 0.6rem 1rem;
  }
  .c-hours__table thead th:last-of-type {
    padding-right: 0.2rem;
    padding-left: 0.2rem;
  }
  .c-hours__table thead th.title {
    white-space: nowrap;
  }
  .c-hours__table tbody td {
    min-width: 3.2rem;
    padding: 1rem 0.6rem;
  }
  .c-hours__table tbody tr:not(:first-of-type) td {
    padding-top: 0.9rem;
  }
  .c-hours__table tbody td.hour {
    padding-right: 0.4rem;
  }
  .c-hours__table tbody td.open {
    font-size: 1.5rem;
  }
  .c-footerRecruit {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .c-footerRecruit__inner {
    display: flex;
    flex-direction: column;
    padding: 5.4rem 3.3rem 4rem;
    background-image: url("../../img/common/bg_recruit01_sp.jpg");
  }
  .c-footerRecruit__inner::after {
    background-image: linear-gradient(139deg, #d3d6e8, #9fa2bf 50%, #6c6e97);
  }
  .c-footerRecruit__title {
    margin-bottom: 3rem;
    font-size: 2.5rem;
  }
  .c-footerRecruit__title::before {
    font-size: 1.4rem;
  }
  .c-footerRecruit__buttonWrapper {
    flex-direction: column;
    margin-top: 3rem;
    gap: 1rem;
  }
  .c-footerRecruit__button {
    width: 100%;
  }
  .c-contentBlock01 {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .c-contentBlock02 {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .c-topHeading01 {
    font-size: 2.5rem;
  }
  .c-topHeading01::before {
    margin-bottom: 1.4rem;
    font-size: 1.4rem;
  }
  .c-topHeading01::after {
    top: 2.3rem;
    left: 0;
    width: 3rem;
  }
  .c-topHeading02 {
    font-size: 2.5rem;
  }
  .c-topHeading02::before {
    font-size: 1.4rem;
  }
  .c-breadCrumb {
    margin-top: 1.2rem;
    margin-bottom: 2rem;
    margin-left: 1.5rem;
    padding-bottom: 1.5rem;
    overflow-x: scroll;
  }
  .c-breadCrumb__list:not(#_) {
    flex-wrap: wrap;
    column-gap: 2.4rem;
  }
  .c-breadCrumb__list:not(#_):last-of-type::after {
    display: inline-block;
    width: 1px;
    height: 1px;
    content: "";
  }
  .c-breadCrumb__list li::after {
    right: -2rem;
  }
  .c-localNav {
    margin-top: 2.4rem;
    margin-bottom: -3rem;
  }
  .c-localNav .c-contentBlock01 {
    padding-right: 0;
    padding-left: 0;
  }
  .c-localNav__list {
    flex-direction: column;
    flex-wrap: wrap;
    border-bottom: 1px solid #6c6e97;
  }
  .c-localNav__item:not(#_) a {
    align-items: center;
    height: 6rem;
    padding: 1.2rem 3.4rem 1rem 2rem;
    border-top: 1px solid #6c6e97;
    background-color: #fff;
    line-height: 1.4;
    text-align: left;
  }
  .c-localNav__item:not(#_) a::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 2rem;
    width: 1.3rem;
    height: 0.4rem;
    transform: translateY(-50%);
    background: url("../../img/common/icon_arrow01.svg") no-repeat center/cover;
    content: "";
  }
  .c-localNav__item:not(#_) a:hover {
    border-color: #fff;
  }
  .c-localNav__item:not(#_) a:hover::after {
    background-image: url("../../img/common/icon_arrow01_white.svg");
  }
  .c-localNav__item:not(#_).current a::after {
    background-image: url("../../img/common/icon_arrow01_white.svg");
  }
  .p-mainVisual {
    min-height: 67.7rem;
    margin-top: 5.4rem;
    padding-bottom: 6.4rem;
  }
  .p-mainVisual::before {
    width: calc(100% - 6rem);
    background: url("../../img/top/bg_mv01_sp.png") no-repeat center/cover;
  }
  .p-mainVisual__slideItemInner {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
  .p-mainVisual__slideItem img.--01 {
    width: 29.8rem;
    height: 35.1rem;
  }
  .p-mainVisual__slideItem img.--02 {
    width: 19.8rem;
    height: 14.3rem;
    margin-left: 4rem;
  }
  .p-mainVisual__slideItem img.--03 {
    width: 19.8rem;
    height: 20.8rem;
    margin-left: 2rem;
  }
  .p-mainVisual .slick-dots {
    display: none;
  }
  .p-mainVisual__textWrapper {
    top: 2rem;
    right: 3.8rem;
  }
  .p-mainVisual__title {
    font-size: 2rem;
    line-height: 1;
    letter-spacing: 0.32em;
  }
  .p-mainVisual__title .--marker {
    padding-right: 0.2rem;
  }
  .p-mainVisual__title .--marker::before {
    top: -0.2rem;
    right: -1.2rem;
    font-size: 2.2rem;
  }
  .p-mainVisual__title .--marker::after {
    bottom: -0.2rem;
    left: -1.2rem;
    font-size: 2.2rem;
  }
  .p-mainVisual__title .--paragraph-sp {
    display: inline-block;
  }
  .p-mainVisual__title .--paragraph-sp:nth-of-type(2) {
    margin-top: 34.5rem;
    margin-right: 2rem;
  }
  .p-mainVisual__title .--paragraph-sp:nth-of-type(3) {
    margin-top: 51.2rem;
    margin-right: 2rem;
  }
  .pointWrap {
    margin-top: 3.2rem;
    padding: 5.2rem 4rem 3.4rem;
  }
  .pointWrap::before {
    top: 2rem;
    left: 2rem;
    width: calc(100% - 4rem);
    height: calc(100% - 4rem);
  }
  .pointWrap h2 {
    margin-bottom: 4rem;
    font-size: 2.5rem;
  }
  .pointWrap h2::before {
    margin-bottom: 1.4rem;
    font-size: 1.4rem;
  }
  .pointWrap h2::after {
    top: 2.3rem;
    left: 0;
    width: 3rem;
  }
  .point h3 {
    margin-bottom: 1.5rem;
  }
  .p-topInfo {
    margin-top: 5rem;
    padding-bottom: 6rem;
  }
  .p-topInfo::before {
    bottom: 0;
    width: 100%;
    height: calc(100% - 19.7rem);
  }
  body.--point-none .p-topInfo {
    margin-top: 8rem;
  }
  .p-topInfo__boxWrapper {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 2.9rem;
    gap: 2rem;
  }
  .p-topInfo__box {
    flex-direction: column;
  }
  .p-topInfo__logo {
    margin-bottom: 1rem;
  }
  .p-topInfo__logoImage {
    width: 33.5rem;
  }
  .p-topInfo__address {
    margin-right: -1.6rem;
    font-size: 1.5rem;
    line-height: 1.53;
    white-space: nowrap;
  }
  .p-topInfo_telWrapper {
    flex-direction: column;
    margin-top: 3rem;
    margin-bottom: 3.1rem;
  }
  .c-telBox__number {
    font-size: 3rem;
  }
  .p-topInfo__reserve {
    justify-content: center;
  }
  .p-topInfo__buttonWrapper {
    flex-direction: column;
    margin-top: 3.1rem;
    gap: 1rem;
  }
  .p-topInfo__image {
    width: 33.5rem;
  }
  .p-topMedical {
    padding-top: 6rem;
    padding-bottom: 5.2rem;
  }
  .p-topMedical__heading {
    margin-bottom: 2.8rem;
  }
  .p-topMedical__boxWrapper {
    gap: 4.8rem;
  }
  .p-topMedical__imageWrapper {
    position: relative;
    margin-right: -2rem;
    margin-left: -2rem;
    padding: 4.6rem 2rem;
  }
  .p-topMedical__title {
    margin-bottom: 3rem;
    padding-bottom: 1rem;
    font-size: 2.5rem;
  }
  .p-topMedical__title::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 4.5rem;
    height: 1px;
    transform: translateX(-50%);
    background-color: #fff;
    content: "";
  }
  .p-topMedical__listWrapper {
    padding: 7.7rem 0 0;
    gap: 2rem;
  }
  .p-topMedical__listWrapper::before {
    z-index: 1;
    position: absolute;
    top: -2.3rem;
    left: 50%;
    width: 1px;
    height: 4.5rem;
    transform: translateX(-50%);
    background-color: #6c6e97;
    content: "";
  }
  .p-topMedical__listWrapper::after {
    display: block;
    position: absolute;
    top: 2.8rem;
    left: 50%;
    transform: translateX(-50%);
    content: "症例";
    color: #6c6e97;
    font-weight: 500;
    font-size: 2rem;
    text-align: center;
  }
  .p-topMedical__text {
    text-align: left;
  }
  .p-topMedical__list {
    width: calc((100% - 2rem) / 2);
  }
  .p-topMedical__listItem {
    padding-bottom: 1rem;
    padding-left: 1.8rem;
    font-size: 3.8vw;
    line-height: 1.33;
  }
  .p-topMedical__listItem::before {
    top: 0.5rem;
    width: 1.1rem;
    height: 0.9rem;
  }
  .p-topMedical__spButton {
    margin-top: 3.2rem;
  }
  .p-topMedical__bannerWrapper {
    flex-direction: column;
    margin-top: 5.2rem;
    gap: 1rem;
  }
  .p-topMedical__button {
    margin-top: 3.4rem;
  }
  .p-topFeatures {
    padding-top: 5rem;
    padding-bottom: 16.6rem;
    background: url("../../img/top/bg_features01_sp.png") no-repeat center top/cover;
  }
  .p-topFeatures__boxWrapper {
    margin-top: 4rem;
    gap: 4rem 0;
  }
  .p-topFeatures__image {
    height: 23rem;
    margin-right: -2rem;
    margin-left: -2rem;
  }
  .p-topFeatures__textWrapper {
    margin-top: -3rem;
    padding: 4.7rem 1rem 3rem 1.3rem;
  }
  .p-topFeatures__title {
    margin-bottom: 2.7rem;
    font-size: 2rem;
  }
  .p-topFeatures__buttonWrapper {
    width: calc(100% + 1rem + 1.3rem);
    margin-top: 2.7rem;
    margin-right: -1rem;
    margin-bottom: -3rem;
    margin-left: -1.3rem;
  }
  .p-topView {
    margin-top: -9rem;
  }
  .p-topGreeting {
    padding-top: 7.7rem;
    padding-bottom: 7rem;
  }
  .p-topGreeting__boxWrapper {
    flex-direction: column;
    margin-top: 2.4rem;
    gap: 4.1rem;
  }
  .p-topGreeting__image {
    width: 23.2rem;
    height: 27.1rem;
    margin-right: auto;
    margin-left: auto;
  }
  .p-topGreeting__image::before {
    top: 1rem;
    left: 1rem;
  }
  .p-topGreeting__title {
    margin-bottom: 2.4rem;
    font-size: 2rem;
    line-height: 1.45;
    letter-spacing: 0.025em;
  }
  .p-topGreeting__CareerWrapper {
    margin-top: 2rem;
    padding: 3rem 2.4rem 2.4rem;
  }
  .p-topGreeting__button {
    margin-top: 3.2rem;
  }
  .p-topGreeting__CareerListItem {
    font-size: 3.8vw;
  }
  .p-topColumn {
    padding-top: 5.8rem;
    padding-bottom: 6rem;
  }
  .p-topColumn__heading {
    margin-right: 2rem;
    margin-left: 2rem;
  }
  .p-topColumn__boxWrapper01 {
    margin-top: 3.5rem;
  }
  .p-topColumn__boxWrapper03 {
    margin-left: 2rem;
  }
  .p-topColumn .slick-dots {
    width: calc(100% - 2rem);
  }
  .p-topColumn__button {
    width: calc(100% - 4rem);
    margin-top: 3.5rem;
    margin-right: 2rem;
    margin-left: 2rem;
  }
  .p-topNews {
    padding-top: 7rem;
  }
  .p-topNews__boxWrapper {
    flex-direction: column;
  }
  .p-topNewsList {
    margin-top: 2.7rem;
    padding-bottom: 2rem;
  }
  .p-topNewsList dt {
    margin-bottom: 0.8rem;
    padding-top: 2rem;
    border-top: solid 1px #eee;
  }
  .p-topNewsList dd {
    padding-bottom: 2rem;
    font-size: 1.6rem;
  }
  .p-topNewsList dd.continuous {
    margin-top: -0.8rem;
  }
  .p-topNews__button {
    margin-top: 3.4rem;
  }
  .p-visual {
    height: 24rem;
  }
  .p-visual__title {
    max-width: 90%;
    margin-top: 2.8rem;
    padding: 2.4rem 2rem;
    font-size: 2.4rem;
  }
  .p-visual__title::before {
    top: -1.2rem;
    left: -1.2rem;
    width: 2.4rem;
    height: 2.4rem;
  }
  .p-visual__title::after {
    right: -1.2rem;
    bottom: -1.2rem;
    width: 2.4rem;
    height: 2.4rem;
  }
  .hA {
    margin-bottom: 3.2rem;
    padding-right: 4.8rem;
    padding-left: 4.8rem;
    font-size: 2rem;
  }
  .hA::before {
    width: 3.2rem;
  }
  .hA::after {
    width: 3.2rem;
  }
  .hA:not(:first-of-type) {
    margin-top: 8rem;
  }
  .hB {
    margin-bottom: 2.4rem;
    padding: 0.7rem 1.6rem 0.6rem;
    font-size: 1.8rem;
  }
  .hB:not(:first-of-type) {
    margin-top: 4rem;
  }
  .hC {
    margin-bottom: 2rem;
    padding: 0.6rem 0.8rem;
    font-size: 1.8rem;
  }
  .hC:not(:first-of-type) {
    margin-top: 3.2rem;
  }
  .hD {
    margin-bottom: 1.5rem;
    padding-bottom: 0.4rem;
    font-size: 1.6rem;
  }
  .hD::before {
    width: 8.8rem;
  }
  .hD:not(:first-of-type) {
    margin-top: 2.4rem;
  }
  .hE {
    margin-bottom: 1.4rem;
    padding-left: 2.3rem;
    font-size: 1.6rem;
  }
  .hE::before {
    top: 0.9rem;
  }
  .hE::after {
    top: 0.6rem;
  }
  .hE:not(:first-of-type) {
    margin-top: 2rem;
  }
  .l-main__inner a.linkArrow {
    width: 100%;
  }
  .l-main__inner a.linkArrow.linkExternal::after {
    margin-left: 1.2rem;
  }
  .l-main__inner a:not(.linkArrow).linkExternal span::after {
    top: -0.1rem;
    right: -2rem;
  }
  .l-main__inner ul:not(.acsDirection), .l-main__inner ol, .l-main__inner dl {
    margin-bottom: 2rem;
  }
  .l-main__inner ul:not(.acsDirection) li:not(:first-of-type), .l-main__inner ol li:not(:first-of-type) {
    margin-top: 0.3rem;
  }
  .l-main__inner ul.col2.flexNoWrap li:first-child, .l-main__inner ul.col2.flexNoWrap li:nth-child(2) {
    margin-top: 0;
  }
  .listDot:not(#_) li::before {
    top: 1.2rem;
  }
  dl.listData dt {
    margin-bottom: 0.6rem;
    font-size: 1.7rem;
  }
  dl.listData dd {
    padding-left: 1.5rem;
  }
  .decBox {
    margin-top: 1.6rem;
    margin-bottom: 1.6rem;
    padding: 1.6rem 1.5rem 0.6rem;
  }
  .decBox .hB, .decBox .hC, .decBox .hD, .decBox .hE {
    margin-bottom: 1.4rem;
  }
  .tblA th, .tblB th, .tblC th, .tblD th, .tblE th {
    padding: 0.8rem 0.8rem;
  }
  .tblA td, .tblB td, .tblC td, .tblD td, .tblE td {
    padding: 0.8rem 0.8rem;
  }
  .tblA:not(.tblVertical) td:last-of-type {
    border-right: solid 1px #6c6e97;
  }
  .tblA.tblVertical th, .tblA.tblVertical td, .tblB th, .tblB td {
    border-right: solid 1px #6c6e97;
    border-left: solid 1px #6c6e97;
  }
  .tblB tr:last-of-type td {
    border-bottom: solid 1px #6c6e97 !important;
  }
  .tblB tr:last-of-type th {
    border-bottom: none !important;
  }
  .tblA.tblVertical tr:last-of-type th {
    border-bottom: dashed 1px #6c6e97;
  }
  .tblA.tblVertical tr:last-of-type td {
    border-bottom: none;
  }
  .tblA.tblVertical th {
    border-top: dashed 1px #6c6e97;
  }
  .tblA.tblVertical tr:first-of-type th {
    border-top: dashed 1px #6c6e97;
  }
  .tblA.tblVertical tr:first-of-type th:first-of-type {
    border-top: solid 1px #6c6e97;
  }
  .tblA.tblVertical tr:first-of-type td, .tblB tr:first-of-type td {
    border-top: dashed 1px #6c6e97;
  }
  .tblA.tblVertical tr:last-of-type td:last-of-type {
    border-bottom: solid 1px #6c6e97 !important;
  }
  .tblB td.inrTblB td {
    border-bottom: dashed 1px #6c6e97 !important;
  }
  .tblB td.inrTblB table th {
    background-color: #f2f3f7;
    color: #6c6e97;
  }
  .tblB td.inrTblB table td {
    border-top: dashed 1px #6c6e97 !important;
    border-bottom: dashed 1px #6c6e97 !important;
  }
  .tblB td.inrTblB table tr:last-of-type td:last-of-type {
    border-bottom: solid 1px #6c6e97 !important;
  }
  .tblC th {
    border-left: solid 1px #6c6e97 !important;
  }
  .tblC td:first-of-type {
    border-top: dashed 1px #6c6e97;
  }
  .tblC thead tr th, .tblC tbody tr td {
    border-top: dashed 1px #6c6e97;
    border-bottom: none;
  }
  .tblC tbody tr:first-of-type td {
    border-top: dashed 1px #6c6e97;
  }
  .tblC tbody tr:last-of-type td {
    border-right: solid 1px #6c6e97;
    border-bottom: none;
  }
  .tblC thead tr th:first-of-type, .tblC tbody tr td:first-of-type {
    border-top: solid 1px #6c6e97;
  }
  .tblC thead tr:last-of-type th:last-of-type, .tblC tbody tr td:last-of-type {
    border-bottom: solid 1px #6c6e97;
  }
  .tblD td {
    padding: 0;
    border-left: 1px solid #6c6e97;
  }
  .tblD td:before {
    padding: 0.8rem 0.8rem;
    border-bottom: 1px dashed #6c6e97;
    background-color: #f2f3f7;
    color: #6c6e97;
  }
  .tblD td span {
    padding: 0.8rem 0.8rem;
  }
  .tblD td:first-of-type {
    padding: 0.8rem 0.8rem;
    border-right: 1px solid #6c6e97;
    border-bottom: none;
  }
  .tblD tr td, .tblD tr:last-of-type td {
    border-bottom: 1px dashed #6c6e97;
  }
  .tblD td:last-child {
    border-bottom: 1px solid #6c6e97 !important;
  }
  .tbl-scroll {
    position: relative;
    margin-bottom: 2.5vw;
  }
  .tbl-scroll .tblE {
    margin-bottom: 0;
    overflow: visible;
    border: none;
    border-radius: 0;
  }
  .tbl-scroll .tblE th::before {
    background-color: #6c6e97;
  }
  .tbl-scroll .tblE th::after {
    background-color: #6c6e97;
  }
  .tblE td {
    border-left: none;
  }
  .tblE td:last-of-type {
    border-right: 1px solid #6c6e97;
  }
  .stpBox {
    flex-direction: column;
    padding-bottom: 1.6rem;
  }
  .stpContent > h3 {
    margin-bottom: 1.6rem;
    font-size: 1.8rem;
  }
  .stpBox.stpNoImg h3:first-of-type {
    padding-left: 3.2rem;
  }
  .stpImg {
    margin-top: 0;
    margin-bottom: 1.6rem;
  }
  .stpBox .stpContent {
    padding: 0 1.6rem;
  }
  .stpBox.stpNoImg .stpContent {
    margin-top: 5.6rem;
  }
  .stpBox .decBox {
    margin-top: 0;
    margin-bottom: 0;
  }
  .stpBox > .decBox {
    width: auto;
    margin-top: 0;
    margin-right: 1.6rem;
    margin-left: 1.6rem;
  }
  .stpBox.stpNoImg > .decBox {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 1490px) {
  html {
    font-size: 0.6711409396vw;
  }
}
@media (min-width: 768px) {
  table.schedule td br {
    display: none;
  }
  table.schedule th br.sp_br {
    display: none !important;
  }
}