@charset "UTF-8";
html {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
body {
  background-color: #fff;
  color: #3e3736;
  font-weight: normal;
  line-height: 1.5555;
}
a {
  color: #3e3736;
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}
/*----------------------------------------------------
	Header
----------------------------------------------------*/
.l-header {
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
}
body#home .l-header.js-fixed {
  position: fixed;
  animation: slideDown 0.3s ease-in-out;
  opacity: 1;
}
@keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
.l-header__inner {
  position: relative;
}
body#home .l-header.js-fixed .l-header__logo {
  position: absolute;
}
/* Header Navi */
.l-header__navi {
  position: relative;
}
.l-header__naviItem {
  position: relative;
}
.l-header__naviItem > a {
  display: block;
  position: relative;
  color: #3e3736;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  transition: 0.3s all;
}
.l-header__subMenu {
  display: none;
  z-index: 1;
  position: relative;
}
.l-header__subMenu.is-active {
  display: block;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-name: fadeIn;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.l-header__subMenuList {
  display: flex;
  flex-direction: column;
}
.l-header__subMenu li a {
  display: block;
  position: relative;
  line-height: 1.5;
  letter-spacing: 0.05em;
  transition: all 0.3s;
}
/*----------------------------------------------------
	Footer
----------------------------------------------------*/
.l-footer {
  background-color: #f9f6ef;
}
.l-footer__inner {
  z-index: 1;
  position: relative;
}
.l-footer__infoWrapper {
  display: flex;
  position: relative;
}
.l-footer__hoursWrapper {
  border: 2px solid #2396c8;
  border-radius: 2rem;
  background-color: #fff;
}
.l-footer__hoursTitle {
  margin-right: auto;
  margin-left: auto;
  border-radius: 2.2rem;
  background-color: #2396c8;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}
.l-footer__contactWrapper {
  margin-top: 1.5rem;
}
.l-footer__tel {
  position: relative;
  border: 2px solid #2396c8;
  border-radius: 2rem;
  background-color: #fff;
}
.l-footer__tel::before {
  background: url("../../img/common/icon_tel01.svg") no-repeat center/cover;
  content: "";
}
.l-footer__reservation {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 2px solid #2396c8;
  border-radius: 2rem;
  background-color: #fff;
}
.l-footer__reservation::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url("../../img/common/icon_web01.svg") no-repeat center/cover;
  content: "";
}
.l-footer__reservation .--title {
  display: block;
}
.l-footer__reservation .--text {
  display: block;
  color: #2396c8;
  font-weight: 500;
}
.l-footer__access {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 2px solid #2396c8;
  border-radius: 2rem;
  background-color: #fff;
}
.l-footer__access::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url("../../img/common/icon_map01.svg") no-repeat center/cover;
  content: "";
}
.l-footer__address {
  letter-spacing: 0.05em;
}
/* ----------------------------------------------------
 calendar
---------------------------------------------------- */
div.cal_wrapper {
  position: relative;
  margin: 0;
}
div.cal_wrapper table {
  width: 100%;
}
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.1rem;
  right: 0;
  left: 0;
  margin: auto;
  font-weight: normal;
  font-size: 1.8rem;
  letter-spacing: 0.18em;
}
div.cal_wrapper table.cal tr th div.cal_ui {
  display: flex;
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  justify-content: space-between;
  width: 100%;
}
div.cal_wrapper table.cal tr th div.cal_ui::before {
  z-index: -1;
  position: absolute;
  transform: scale(-1, 1);
  background: url("../../img/common/icon_arrow04.svg") no-repeat center/cover;
  content: "";
}
div.cal_wrapper table.cal tr th div.cal_ui::after {
  z-index: -1;
  position: absolute;
  background: url("../../img/common/icon_arrow04.svg") no-repeat center/cover;
  content: "";
}
div.cal_wrapper table.cal tr th div.cal_ui input {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  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.5rem solid transparent;
  border-right: 0.4rem solid transparent;
  border-bottom: 0.5rem solid transparent;
  border-left: 0.4rem 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;
  background-color: #2396c8;
  color: #fff;
}
div.cal_wrapper table.cal tr td div {
  padding: 1.4rem 0.4rem;
  background-color: #fff;
  color: #3e3736;
  font-size: 1.7rem;
  letter-spacing: 0.1em;
  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 {
  color: #000;
  font-weight: normal;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  text-align: left;
}
.cal-txt span {
  display: inline-block;
  width: 10.7rem;
  padding: 0.2rem 0.4rem;
  font-size: 1.3rem;
  text-align: center;
}
.cal-txt span:not(:first-of-type) {
  margin-left: 2.2rem;
}
/* ----------------------------------------------------
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.Sat {
  background: #b9dee8;
}
/* Sun;日曜*/
div.cal_wrapper table.cal tr td div.Sun {
  background: #f8c6bd;
}
/* Holyday;祝日*/
div.cal_wrapper table.cal tr td div.Holyday {
  background: #f8c6bd;
}
/* PMOff；午後休診 */
div.cal_wrapper table.cal tr td div.PMOff {
  background: #b9dee8;
}
/* dayOff;祝日*/
div.cal_wrapper table.cal tr td div.dayOff {
  background: #f8c6bd;
}
/* otherDay;その他 */
div.cal_wrapper table.cal tr td div.otherDay {
  background: #e7bc71;
}
/* weekday;一日診療　*/
div.cal_wrapper table.cal tr td div.weekday {
  background: #fff;
}
/* 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 {
  background-color: #f8c6bd;
}
.cal-halfOff {
  background-color: #b9dee8;
}
.cal-other {
  background-color: #e7bc71;
}
.l-footer__logo {
  text-align: center;
}
.l-footer__map iframe {
  display: block;
}
.l-footer__copyright {
  background-color: #2396c8;
  text-align: center;
}
.l-footer__copyright small {
  display: inline-block;
  color: #fff;
  font-weight: normal;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
.l-footer__buttonWrapper {
  /*  display: flex;*/
  z-index: 1000;
  position: fixed;
  margin-bottom: 0;
}
.l-footer__buttonItem a {
  display: flex;
  position: relative;
  align-items: center;
  background-color: #2396c8;
  color: #fff;
  font-weight: bold;
  transition: 0.3s;
}
.l-footer__buttonItem.--01 a::before {
  background: url("../../img/common/icon_web01_white.svg") no-repeat center/cover;
  content: "";
}
.l-footer__buttonItem.--02 a {
  background-color: #18943b;
}
.l-footer__pageTop {
  display: block;
  z-index: 1;
  position: fixed;
  right: calc((100% - 120rem) / 2 - 10.5rem);
  bottom: 8rem;
  width: 12rem;
  height: 12rem;
  padding-top: 6rem;
  padding-left: 0.4rem;
  border-radius: 50%;
  background-color: #e48f93;
  color: #e48f93;
  font-weight: bold;
  font-size: 2.2rem;
  font-family: brandon-grotesque, sans-serif;
  letter-spacing: 0.15em;
  text-align: center;
  transition: 0.3s all;
  z-index: 999;
}
.l-footer__pageTop::before {
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8rem;
  height: 8rem;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0.3rem 0.3rem 0.6rem 0 rgba(0, 0, 0, 0.2);
  content: "";
}
.l-footer__pageTop::after {
  position: absolute;
  top: 3.8rem;
  left: 50%;
  width: 2rem;
  height: 2rem;
  transform: translateX(-50%);
  background: url("../../img/common/icon_arrow03.svg") no-repeat center/cover;
  content: "";
}
/*----------------------------------------------------
	Main
----------------------------------------------------*/
.l-container {
  position: relative;
  overflow: hidden;
}
.l-main {
  z-index: 2;
  position: relative;
}
.l-contentsWrapper {
  position: relative;
}
.l-main__inner {
  position: relative;
}
.l-main__inner:last-child {
	padding-bottom: 100px;
}
.l-main__inner p, .bgBl p, .bgGrn p {
	font-size: clamp(16px, 2rem, 2rem);
}
/*----------------------------------------------------
	link
----------------------------------------------------*/
.c-link {
  transition: opacity 0.2s linear;
}
.c-link--bright {
  transition: filter 0.2s linear;
}
/*----------------------------------------------------
	button
----------------------------------------------------*/
/* 通常ボタン */
.c-button01 {
  display: block;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  border: solid 2px #2396c8;
  border-radius: 3rem;
  background-color: #2396c8;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.075em;
  text-align: center;
  transition: all 0.3s;
}
.c-button01::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url("../../img/common/icon_arrow02_white.svg") no-repeat center/cover;
  content: "";
}
.c-button01:hover {
  border-color: #2396c8;
  background-color: #fff;
  color: #2396c8;
}
.c-button01:hover::after {
  background-image: url("../../img/common/icon_arrow02.svg");
}
.c-button01.--no-border {
  border: none;
}
.c-button01.--no-border:hover {
  background-color: inherit;
  color: #fff;
  opacity: 0.8;
}
.c-button01.--no-border:hover::after {
  background-image: url("../../img/common/icon_arrow02_white.svg");
}
/*----------------------------------------------------
	common parts
----------------------------------------------------*/
/* 背景のカーブ */
.c-bg__topWhite {
  position: relative;
}
.c-bg__topWhite::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url("../../img/common/bg_contents01.png") no-repeat center/cover;
  content: "";
  pointer-events: none;
}
.c-bg__topYellow {
  position: relative;
}
.c-bg__topYellow::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url("../../img/common/bg_contents02.png") no-repeat center/cover;
  content: "";
  pointer-events: none;
}
.c-bg__topBlue {
  position: relative;
	margin-top: 0 !important;
}
.c-bg__topBlue::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  pointer-events: none;
}
.c-bg__topGreen {
  position: relative;
}
.c-bg__topGreen::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  pointer-events: none;
}
.c-bg__bottomWhite {
  z-index: 1;
  position: relative;
}
.c-bg__bottomWhite::after {
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url("../../img/common/bg_contents02.png") no-repeat center/cover;
  content: "";
  pointer-events: none;
}
.c-bg__bottomYellow {
  z-index: 1;
  position: relative;
}
.c-bg__bottomYellow::after {
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url("../../img/common/bg_contents01.png") no-repeat center/cover;
  content: "";
  pointer-events: none;
}
/* TEL */
.c-telBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.c-telBox__title {
  display: block;
}
.c-telBox__number {
  display: block;
  color: #2396c8;
  font-weight: bold;
  line-height: 1;
  font-family: "Roboto", sans-serif;
}
.c-telBox__hours {
  display: block;
  color: #2396c8;
  letter-spacing: 0.075em;
}
/* 診療時間のテーブル */
.c-hours__table {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 0;
  border-bottom: solid 1px #3e3736;
  text-align: center;
}
.c-hours__table thead th {
  font-weight: 500;
}
.c-hours__table thead th.title {
  font-weight: bold;
}
.c-hours__table tbody td {
  border-top: solid 1px #3e3736;
}
.c-hours__table tbody td.hour {
  text-align: right;
}
.c-hours__table tbody td.open {
  color: #4c94b5;
}
.c-hours__text {
  margin-bottom: 0;
  letter-spacing: 0.1em;
  text-align: left;
}
/* 採用情報バナー */
.c-footerRecruit {
  position: relative;
  overflow: hidden;
  border: 2px solid #2396c8;
}
.c-footerRecruit__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.c-footerRecruit__title {
  color: #4c94b5;
  letter-spacing: 0.15em;
  mix-blend-mode: multiply;
}
.c-footerRecruit__title::before {
  display: block;
  content: attr(data-text) "";
  font-weight: 300;
  line-height: 1;
  font-family: "Roboto", sans-serif;
}
.c-footerRecruit__text {
  margin-bottom: 0;
  letter-spacing: 0.05em;
}
.c-footerRecruit__buttonWrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.c-footerRecruit__button {
  background-color: #2396c8;
  color: #fff;
  letter-spacing: 0.2em;
  text-align: center;
}
/*----------------------------------------------------
	Component
----------------------------------------------------*/
/* コンテンツ枠 */
.c-contentBlock01 {
  width: 100%;
  padding-right: 1.4rem;
  padding-left: 1.4rem;
}
.c-contentBlock02 {
  width: 100%;
  padding-right: 2.6rem;
  padding-left: 2.6rem;
}
/* Heading */
.c-topHeading01 {
  z-index: 1;
  position: relative;
  color: #3e3736;
  font-weight: bold;
  text-align: center;
}
.c-topHeading01::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: url("../../img/common/icon_heading01.svg") no-repeat center/cover;
  content: "";
}
.c-topHeading01::after {
  display: block;
  content: attr(data-text) "";
  font-weight: normal;
  line-height: 1;
  font-family: brandon-grotesque, sans-serif;
}
/* パンくずリスト */
.c-breadCrumb__list:not(#_) {
  display: flex;
  margin-bottom: 0;
}
.c-breadCrumb__list li {
  position: relative;
  color: #2396c8;
}
.c-breadCrumb__list li::after {
  display: block;
  position: absolute;
  top: 55%;
  width: 0.7rem;
  height: 0.7rem;
  transform: translateY(-50%) rotate(45deg);
  border-top: 1px solid #2396c8;
  border-right: 1px solid #2396c8;
  content: "";
}
.c-breadCrumb__list li:last-of-type:after {
  display: none;
}
.c-breadCrumb__list li a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #808080;
}
.c-breadCrumb__list li.--home a::before {
  width: 2.8rem;
  height: 1rem;
  background: url("../../img/common/icon_breadCrumb.svg") no-repeat center/cover;
  content: "";
}
/* ローカルナビ */
.c-localNav__list {
  display: flex;
  margin-bottom: 0;
  flex-wrap: wrap;
}
.c-localNav__item:not(#_) a {
  display: block;
  position: relative;
  color: #2396c8;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  transition: all 0.3s;
}
.c-localNav__item:not(#_) a:hover {
  background-color: #2396c8;
  color: #fff;
}
.c-localNav__item:not(#_).current a {
  background-color: #2396c8;
  color: #fff;
}
/*----------------------------------------------------
	Project
----------------------------------------------------*/
/* mainVisual */
.p-mainVisual {
  position: relative;
}
.p-mainVisual__slideWrapper {
  position: absolute;
}
.p-mainVisual__slideItem {
  -webkit-clip-path: circle(0% at 100% 0);
  position: absolute;
  inset: 0;
  clip-path: circle(0% at 100% 0); /* 初期は右上から円が0 */
  opacity: 0;
  transition: none;
}
.p-mainVisual__textWrapper {
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 5;
  position: absolute;
}
.p-mainVisual__title {
  margin-bottom: 0;
  color: #3e3736;
  letter-spacing: 0.085em;
  writing-mode: vertical-rl;
}
.p-mainVisual__hoursWrapper {
  z-index: 3;
  position: absolute;
  border-radius: 1.5rem;
  background-color: #f9f6ef;
}
.p-mainVisual__bg {
  position: absolute;
  width: 100%;
  height: 100%;
}
.p-mainVisual__bg.--01 {
  z-index: 2;
}
.--point-none .p-mainVisual__bg.--02 {
  display: none;
}
.p-mainVisual__bg.--03 {
  z-index: 2;
}
/* お知らせ */
.pointWrap {
  position: relative;
  background-color: #fff;
}
.pointWrap h2 {
  z-index: 2;
  position: relative;
  color: #2396c8;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
}
.point h3 {
  color: #2396c8;
  font-weight: 500;
  letter-spacing: 0.075em;
}
.point p {
  font-weight: normal;
  letter-spacing: 0.05em;
  text-align: justify;
  text-justify: inter-ideograph;
}
.point p a {
  color: #2396c8;
  text-decoration: underline;
  transition: 0.3s all;
}
.point p a:hover {
  opacity: 0.8;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
長期休診のお知らせ - table
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
table.schedule {
  width: 100%;
  margin-top: 0.5rem;
  margin-bottom: 1.6rem;
}
table.schedule thead th {
  padding: 0.6rem 0.5rem 0.7rem;
  border-left: 0.3rem solid #fff;
  background-color: #2396c8;
  color: #fff;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.47;
  letter-spacing: 0.05em;
  text-align: center;
}
table.schedule thead th:first-of-type {
  border-left: none;
}
table.schedule tbody th {
  padding: 0.2rem 0.5rem 0.3rem;
  border-top: 0.3rem solid #fff;
  background-color: #cce8eb;
  color: #615e53;
  font-weight: normal;
  font-size: 1.8rem;
}
table.schedule td {
  padding: 0.2rem 0.5rem 0.3rem;
  border-top: 0.3rem solid #fff;
  border-left: 0.3rem solid #fff;
  background-color: #fffcf4;
  color: #2396c8;
  font-size: 1.8rem;
  text-align: center;
}
/*休診欄*/
table.schedule td.red {
  background-color: #f8c6bd;
  color: #615e53;
}
/*日付統合の調整*/
table.schedule thead th.merge span {
  display: inline-block;
}
table.schedule thead th.merge span.btw {
  padding: 0 0.5em;
  vertical-align: 50%;
}
/* イントロ */
.p-topIntro {
  z-index: 2;
  position: relative;
}
.p-topIntro .c-contentBlock01 {
  display: flex;
}
.p-topIntro__title {
  line-height: 1.56;
}
.p-topIntro__text {
  text-align: justify;
  text-justify: inter-ideograph;
}
.p-topIntro__image {
  overflow: hidden;
}
/* 診療内容 */
.p-topMedical {
  background-color: #f9f6ef;
}
.p-topMedical__boxWrapper {
  overflow: hidden;
  border: 2px solid #18943b;
  background-color: #fff;
}
.p-topMedical__boxWrapper.--01 {
  border-color: #18943b;
}
.p-topMedical__boxWrapper.--02 {
  border-color: #e48f93;
}
.p-topMedical__title {
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
}
.p-topMedical__box {
  display: flex;
  flex-wrap: wrap;
}
.p-topMedical__boxWrapper.--01 .p-topMedical__title, .p-topMedical__boxWrapper.--01 .p-topMedical_button {
  background-color: #18943b;
}
.p-topMedical__boxWrapper.--02 .p-topMedical__title, .p-topMedical__boxWrapper.--02 .p-topMedical_button {
  background-color: #e48f93;
}
.p-topMedical__imageWrapper {
  display: flex;
  flex-wrap: wrap;
}
.p-topMedical__image {
  margin: 0;
  text-align: center;
}
.p-topMedical__parts01 {
  position: absolute;
}
/* できること */
.p-topFeatures {
  position: relative;
}
.p-topFeatures__boxWrapper {
  display: flex;
  counter-reset: number 0;
}
.p-topFeatures__box {
  position: relative;
}
.p-topFeatures__box::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  content: ""counter(number);
  color: #2396c8;
  font-weight: bold;
  line-height: 1;
  font-family: brandon-grotesque, sans-serif;
  text-align: center;
  counter-increment: number 1;
}
.p-topFeatures__image {
  overflow: hidden;
}
.p-topFeatures__title {
  font-weight: 500;
  text-align: center;
}
.p-topFeatures__text {
  margin-bottom: 0;
  letter-spacing: 0.04em;
  text-align: justify;
  text-justify: inter-ideograph;
}
.p-topFeatures__button {
  margin-right: auto;
  margin-left: auto;
}
.p-topFeatures__parts01 {
  z-index: -1;
  position: absolute;
}
/* クリニック写真 */
.p-topView__inner {
  z-index: 1;
  position: relative;
}
.p-topView__scroll {
  display: flex;
  align-items: flex-end;
  width: 100vw;
  overflow: hidden;
}
.p-topViewList {
  display: flex;
  align-items: flex-end;
  margin-bottom: 0;
  animation: infinity-scroll 34s infinite linear 0.5s both;
}
@keyframes infinity-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.p-topViewListItem {
  overflow: hidden;
}
.p-topView__parts01 {
  position: absolute;
}
/* 医師の紹介 */
.p-topMessage {
  z-index: auto;
  background-color: #f9f6ef;
}
.p-topMessage .c-contentBlock02 {
  z-index: 1;
  position: relative;
}
.p-topMessage__boxWrapper {
  display: flex;
}
.p-topMessage__image {
  margin: 0;
  overflow: hidden;
}
.p-topMessage__title {
  color: #2396c8;
  font-weight: 500;
  text-align: center;
}
.p-topMessage__text {
  margin-bottom: 0;
}
.p-topMessage__text:not(:first-of-type) {
  margin-top: 2.4rem;
}
.p-topMessage__hoursWrapper {
  overflow: hidden;
  border: 2px solid #2396c8;
  border-radius: 2rem;
  background-color: #fff;
}
.p-topMessage__hoursWrapper .c-hours__table {
  border-bottom: none;
}
.p-topMessage__hoursWrapper .c-hours__table thead th:last-of-type {
  padding-right: 1.9rem;
}
.p-topMessage__hoursWrapper .c-hours__table thead th.title {
  letter-spacing: 0.2em;
}
.p-topMessage__hoursWrapper .c-hours__table tbody td {
  position: relative;
}
.p-topMessage__hoursWrapper .c-hours__table tbody td:last-of-type {
  padding-right: 2rem;
}
.p-topMessage__hoursWrapper .c-hours__table tbody tr:first-of-type td {
  border-top: 2px solid #2396c8;
}
.p-topMessage__hoursWrapper .c-hours__table tbody tr:not(:first-of-type) td:first-of-type::before {
  position: absolute;
  top: -0.2rem;
  left: 0;
  height: 0.5rem;
  background-color: #fff;
  content: "";
}
.p-topMessage__hoursWrapper .c-hours__table tbody tr:not(:first-of-type) td:last-of-type::before {
  position: absolute;
  top: -0.2rem;
  right: 0;
  height: 0.5rem;
  background-color: #fff;
  content: "";
}
.p-topMessage__hoursWrapper .c-hours__table tbody td.star {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}
.p-topMessage .c-hours__text {
  margin-top: 0.5rem;
  text-align: right;
}
.p-topMessage__button {
  margin-right: auto;
  margin-left: auto;
}
/* コラム */
.p-topColumn__boxWrapper {
  display: flex;
  flex-wrap: wrap;
}
.c-topColumn__boxInner {
  display: block;
  overflow: hidden;
  background-color: #e9f2f6;
  transition: color 0.3s, background-color 0.3s;
}
.c-topColumn__boxInner:hover {
  background-color: #7bc0de;
  color: #fff;
}
.p-topColumn__image {
  overflow: hidden;
}
.p-topColumn__date {
  padding-top: 1.6rem;
  letter-spacing: 0.1em;
}
.p-topColumn__title {
  padding-bottom: 2rem;
}
.p-topColumn__button {
  margin-right: auto;
  margin-left: auto;
}
/* 更新情報 */
.p-topNews {
  position: relative;
}
.p-topNews::before {
  position: absolute;
  top: 0;
  background: url("../../img/common/parts05.svg") no-repeat center/cover;
  content: "";
}
.p-topNewsList {
  margin-bottom: 0;
}
.p-topNewsList dt {
  line-height: 1.6;
  letter-spacing: 0.1em;
}
.p-topNewsList dd {
  line-height: 1.6;
  letter-spacing: 0.1em;
}
.p-topNewsList dd.continuous {
  padding-top: 0.8rem;
  border-top: none;
}
.p-topNewsList dd a {
  color: #2396c8;
  text-decoration: underline;
  transition: 0.3s all;
}
.p-topNewsList dd a:hover {
  opacity: 0.8;
}
.p-topNews__button {
  margin-right: auto;
  margin-left: auto;
}
/*----------------------------------------------------
	下層ページ
----------------------------------------------------*/
/* タイトル */
.p-visual {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.p-visual::before {
  position: absolute;
  background: url("../../img/page/common/img_visual01.svg") no-repeat center/cover;
  content: "";
}
.p-visual::after {
  position: absolute;
  background: url("../../img/page/common/img_visual02.svg") no-repeat center/cover;
  content: "";
}
.p-visual__title {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  font-weight: 500;
  letter-spacing: 0.075em;
  text-align: center;
}
/* 見出し */
.hA {
  z-index: 1;
  position: relative;
  color: #3e3736;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
}
.hA::before {
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: url("../../img/common/parts01.svg") no-repeat center/cover;
  content: "";
}
.hA::after {
  display: block;
  content: attr(data-text) "";
  color: #2396c8;
  font-weight: normal;
  line-height: 1.4;
  font-family: brandon-grotesque, sans-serif;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.hB {
  z-index: 1;
  max-width: 100%;
  overflow: hidden;
  color: #2396c8;
  font-weight: 500;
  letter-spacing: 0.075em;
  border-bottom: 1px solid #2396c8;
  padding-bottom: 5px;
}
.hC {
  z-index: 1;
  max-width: 100%;
  overflow: hidden;
  border: 0.2rem solid #2396c8;
  box-shadow: 0.5rem 0.5rem 0 0 rgb(35, 150, 200);
  color: #3e3736;
  font-weight: bold;
  letter-spacing: 0.075em;
}
.hD {
  position: relative;
  overflow: hidden;
  color: #3e3736;
  font-weight: bold;
  letter-spacing: 0.075em;
}
.hD::before {
  position: absolute;
  top: 0;
  left: 0;
  border: 0.6rem solid #2396c8;
  border-radius: 50%;
  content: "";
}
.hE {
  overflow: hidden;
  color: #3e3736;
  font-weight: bold;
  letter-spacing: 0.075em;
}
/* 太文字 */
.strongA {
  display: inline;
  background: linear-gradient(transparent 55%, #ffff00 0%);
  font-weight: bold;
}
.strongB {
  font-weight: bold;
}
/* リンク */
.l-main__inner p {
  font-weight: normal;
  line-height: 1.555;
  letter-spacing: 0.05em;
}
.l-main__inner dt, .l-main__inner dd {
  letter-spacing: 0.05em;
}
.l-main__inner a:not(.linkArrow) {
  color: #2396c8;
  text-decoration: underline;
  transition: opacity 0.3s;
}
.l-main__inner a:not(.linkArrow):hover {
  opacity: 0.7;
}
.telLink {
  display: flex;
  align-items: center;
  color: #2396c8;
  font-weight: bold;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.05em;
  text-decoration: none !important;
}
.telLink::before {
  position: static;
  transform: translateY(0);
  background: url("../../img/common/icon_tel01.svg") no-repeat center/cover;
  content: "";
}
.telLink a:not(#_) {
  color: #2396c8;
  text-decoration: none;
}
.l-main__inner a.linkArrow {
  display: inline-block;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  border: solid 2px #2396c8;
  border-radius: 3rem;
  background-color: #2396c8;
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.075em;
  text-align: center;
  transition: all 0.3s;
}
.l-main__inner a.linkArrow::after {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url("../../img/common/icon_arrow02_white.svg") no-repeat center/cover;
  content: "";
}
.l-main__inner a.linkArrow:hover {
  border-color: #2396c8;
  background-color: #fff;
  color: #2396c8;
}
.l-main__inner a.linkArrow:hover::after {
  background-image: url("../../img/common/icon_arrow02.svg");
}
.l-main__inner a.linkArrow.linkExternal span::after {
  display: none;
}
.l-main__inner a:not(.linkArrow).linkExternal span {
  color: #2396c8;
  text-decoration: underline;
  text-underline-offset: 0.2rem;
  transition: color 0.2s;
}
.l-main__inner a:not(.linkArrow).linkExternal span::after {
  content: "\e89e";
  color: #2396c8;
  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: #2396c8;
}
.l-main__inner a.linkArrow.linkExternal::after {
  background-image: url("../../img/common/icon_external01_white.svg");
}
.l-main__inner a.linkArrow.linkExternal:hover::after {
  background-image: url("../../img/common/icon_external01.svg");
}
/* リスト */
.l-main__inner ul:not(.acsDirection), .l-main__inner ol, .l-main__inner dl {
  font-weight: normal;
}
.l-main__inner ul:not(.acsDirection) li, .l-main__inner ol li {
  font-weight: 500;
  letter-spacing: 0.025em;
}
.listDot:not(#_) li {
  position: relative;
}
.listDot:not(#_) li::before {
  position: absolute;
  left: 0;
  border-radius: 100%;
  background-color: #2396c8;
  content: "";
}
.listNum {
  counter-reset: ol_li;
}
.listNum:not(#_) li {
  position: relative;
  margin-left: 0;
  list-style: none;
}
.listNum:not(#_) li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: counter(ol_li) ".";
  color: #2396c8;
  font-weight: bold;
  counter-increment: ol_li;
}
.listNote li:not(#_):not(:first-of-type) {
  margin-top: 0.2rem;
}
.listCheck:not(#_) li {
  position: relative;
}
.listCheck:not(#_) li::before {
  position: absolute;
  top: 0.5rem;
  left: 0;
  background: url("../../img/common/icon_check01.svg") no-repeat center/cover;
  content: "";
}
dl.listData dt {
  color: #2396c8;
  font-weight: bold;
  letter-spacing: 0.1em;
}
dl.listData dd {
  line-height: 1.6;
}
/* 装飾ボックス */
.decBox {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.decBox01 {
  border: 0.2rem solid #2396c8;
  background-color: #fff;
}
.decBox02 {
  background-color: #fcfbf7;
}
.decBox02 .hD {
  color: #2396c8;
}
.decBox03 {
  background-color: #2396c8;
  color: #fff;
}
.decBox03 .hD {
  color: #fff;
}
.decBox03 .hD::before {
  border-color: #fff;
}
.decBox04 {
  background-color: #eaf4ff;
  border: 3px solid #fff;
}
.decBox05 {
  background-color: #fff;
}
/* テーブル */
.tblA th, .tblB th, .tblC th, .tblD th, .tblE th {
  border: solid 0.2rem #fff;
  border-top: none;
  border-left: none;
  background-color: #2396c8;
  color: #fff;
  font-weight: normal;
  letter-spacing: 0.05em;
}
.tblA td, .tblB td, .tblC td, .tblD td, .tblE td {
  border: solid 0.2rem #fff;
  border-top: none;
  border-left: none;
  background-color: #f9f6ef;
  font-weight: normal;
  letter-spacing: 0.05em;
}
.tblB td.inrTblB table {
  border: none;
}
.tblB td.inrTblB table th {
  background-color: #bde1d6;
  color: #3e3736;
  text-align: left;
}
.tblB td.inrTblB table td {
  border-bottom: solid 0.2rem #fff !important;
}
.tblB td.inrTblB table tr:last-of-type th, .tblB td.inrTblB table tr:last-of-type td {
  border-bottom: none !important;
}
.tblD td:first-of-type {
  border-right: none;
  background-color: #bde1d6;
  font-weight: bold;
  text-align: center;
}
.tbl-scroll .tblE th {
  background-color: #bde1d6;
  color: #3e3736;
}
/* 流れ */
.stpBox {
  display: flex;
  z-index: 1;
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  margin-bottom: 0;
  padding: 0;
}
.stpBox::after {
  display: none;
}
.stpBox__inner {
  display: flex;
}
.stpBox > h3 {
  display: flex;
  position: relative;
  flex: 0 0 auto;
  align-items: center;
  color: #2396c8;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.16em;
}
.stpBox > h3 .--number {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-family: brandon-grotesque, sans-serif;
}
.stpBox > h3 .--number::before {
  content: "STEP";
  font-weight: bold;
  line-height: 1;
  line-height: 1;
  font-family: brandon-grotesque, sans-serif;
  letter-spacing: 0.15em;
  white-space: nowrap;
}
.stpBox > h3 .--number::after {
  content: attr(data-number) "";
  line-height: 1;
}
.stpImg {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
}
.stpImg img {
  -o-object-fit: cover;
  object-fit: cover;
}
/*----------------------------------------------------
	Utility
----------------------------------------------------*/
.u-font--en {
  font-family: brandon-grotesque, 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) {
	.l-main__inner:last-child {
	padding-bottom: 0;
}
  .l-main__inner p, .bgBl p, .bgGrn p {
    font-size: 1.5rem;
	  line-height: 1.65
  }
  div.cal_wrapper table.cal tr th p {
    font-size: 1.4rem;
  }
  div.cal_wrapper table.cal tr th div.cal_ui {
    top: 0.1rem;
  }
  div.cal_wrapper table.cal tr th div.cal_ui input {
    font-size: 1.2rem;
  }
  div.cal_wrapper table.cal tr td {
    font-size: 3.7vw;
  }
  div.cal_wrapper table.cal tr td div {
    padding: 1.1rem 0.4rem;
    font-size: 1.3rem;
  }
  div.cal_wrapper table.cal tr td div span {
    top: 4vw;
    width: 24vw;
    padding: 0.4vw;
  }
  .cal-txt {
    font-size: 1rem;
  }
  .cal-txt span {
    width: 8.3rem;
    font-size: 1rem;
  }
  .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.3rem 0.5rem;
    border-width: 0.2rem;
    font-size: 1.1rem;
    line-height: 1.6 !important;
    text-align: center;
  }
  table.schedule thead th, table.schedule tbody th {
    padding: 0.3rem 0.5rem;
    border-top: 0.2rem solid #fff;
    border-left: 0.2rem solid #fff;
    font-size: 1.1rem;
  }
  table.schedule tbody th {
    border-top: none;
    border-left: 0.2rem solid #fff;
  }
  table.schedule:not(.schedule_y) thead th {
    border-left: none;
  }
  table.schedule thead th:first-of-type {
    border-top: none;
  }
  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 {
    border-top: none;
  }
  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;
  }
  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;
  }
  table.schedule.schedule_y tbody tr th:first-of-type {
    border-top: 0.3rem solid #fff;
  }
  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) and (hover: hover) {
  .c-link:hover {
    opacity: 0.7;
    transition: opacity 0.2s linear;
  }
  .c-link--bright:hover {
    filter: brightness(1.1);
    transition: filter 0.2s linear;
  }
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1.8rem;
  }
  .l-header {
    position: absolute;
    min-height: 10.6rem;
  }
  body:not(#home) .l-header {
    position: fixed;
    min-height: 10.6rem;
  }
  .l-header__inner {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: center;
    width: 120rem;
    margin: 0 auto;
    padding-top: 2.5rem;
    padding-bottom: 1.4rem;
  }
  body#home .l-header:not(.js-fixed) .l-header__inner {
    flex-direction: column;
    align-items: center;
    padding: 3.7rem 0 2.5rem;
  }
  body:not(#home) .l-header .l-header__inner {
    padding-top: 3.6rem;
  }
  .l-header.js-fixed .l-header__inner {
    padding-top: 3.7rem;
    padding-bottom: 2.5rem;
  }
  body#home .l-header.js-fixed .l-header__logo {
    top: 4.8rem;
    left: -4rem;
  }
  body:not(#home) .l-header .l-header__logo {
    margin-right: -10.4rem;
    margin-bottom: -0.5rem;
  }
  .l-header__logoImage {
    width: 27.2rem;
  }
  body#home .l-header.js-fixed .l-header__logoImage {
    width: 16.8rem;
  }
  body:not(#home) .l-header:not(.js-fixed) .l-header__logoImage.--01, .l-header.js-fixed .l-header__logoImage.--01 {
    display: none;
  }
  body:not(#home) .l-header:not(.js-fixed) .l-header__logoImage.--02, .l-header.js-fixed .l-header__logoImage.--02 {
    display: block;
    width: 10.8rem;
  }
  /* ハンバーガーメニュー */
  .l-header__naviWrapper {
    flex: 1;
    width: 100%;
  }
  .l-header__navi {
    display: flex;
    justify-content: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 2.8rem auto 0;
    font-size: 2.2rem;
  }
  .l-header__naviItem:not(:last-of-type)::after {
    position: absolute;
    top: 0.3rem;
    right: 0;
    width: 1px;
    height: 1.5rem;
    border-right: 2px solid #4c94b5;
    content: "";
  }
  .l-header__naviItem > a {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
    letter-spacing: 0.025em;
    text-align: center;
  }
  .l-header__naviItem > a:hover {
    opacity: 0.8;
  }
  .l-header__subMenu {
    position: absolute;
    top: 1.4rem;
    left: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding-top: 2.9rem;
  }
  body:not(#home) .l-header .l-header__subMenu {
    top: 1.2rem;
  }
  .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__subMenuList {
    position: relative;
    padding: 0.4rem 2.4rem 1.4rem;
    gap: 2.2rem;
    border-radius: 0 0 1.2rem 1.2rem;
    background-color: rgba(255, 255, 255, 0.9);
  }
  .l-header__subMenu li a {
    padding-right: 2rem;
    font-size: 1.6rem;
  }
  .l-header__subMenu li a:hover {
    padding-right: 0;
    padding-left: 2rem;
    color: #2396c8;
  }
  .l-header__subMenu li a:hover::before {
    position: absolute;
    top: 0.5rem;
    left: 0;
    width: 1.6rem;
    height: 1.6rem;
    border: #2396c8 0.4rem solid;
    border-radius: 50%;
    content: "";
  }
  .l-footer {
    margin-top: -14rem;
    padding-top: 33rem;
  }
  .l-footer__infoWrapper {
    align-items: flex-start;
    justify-content: space-between;
    padding: 8.5rem 0 9rem;
  }
  .l-footer__info {
    width: 64rem;
  }
  .l-footer__hoursWrapper {
    margin-top: 3.7rem;
    padding: 0 3rem 1.2rem;
  }
  .l-footer__hoursTitle {
    width: 33rem;
    margin-top: -2.2rem;
    padding: 1rem 1.6rem 1.2rem;
    font-size: 2.2rem;
  }
  .l-footer__contactWrapper {
    grid-column-gap: 2rem;
    display: grid;
    grid-template-columns: 34rem 28rem;
  }
  .l-footer__tel {
    grid-area: 1/1/2/2;
    padding: 1.6rem 1.6rem 2.2rem;
  }
  .l-footer__tel::before {
    width: 4rem;
    height: 6.6rem;
    margin-bottom: 1rem;
  }
  .l-footer__reservation {
    grid-area: 1/2/2/3;
    padding-left: 4.6rem;
  }
  .l-footer__reservation::before {
    left: 1.6rem;
    width: 5rem;
    height: 4rem;
  }
  .l-footer__reservation .--title {
    font-size: 2rem;
  }
  .l-footer__reservation .--text {
    font-size: 1.3rem;
  }
  .l-footer__access {
    grid-area: 1/2/1/2;
    padding-left: 2.3rem;
    font-size: 2rem;
  }
  .l-footer__access::before {
    left: 3rem;
    width: 2.7rem;
    height: 4.2rem;
  }
  .l-footer__addressWrapper {
    display: flex;
    align-items: flex-end;
    margin-top: 1rem;
    gap: 4.2rem;
  }
  .l-footer__address {
    font-size: 2.1rem;
  }
  .l-footer__mapLink {
    display: block;
    margin-bottom: -1.2rem;
    color: #2396c8;
    font-size: 1.8rem;
    letter-spacing: 0.075em;
  }
  .l-footer__mapLink::after {
    display: inline-block;
    margin-left: -0.8rem;
    content: "\e037";
    font-size: 3.6rem;
    font-family: "Material Symbols Outlined";
    font-variation-settings: "FILL"1, "wght"200;
    vertical-align: -1.2rem;
  }
  .l-footer__calendar {
    width: 45rem;
  }
  div.cal_wrapper {
    padding: 3.7rem 0 1.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.8rem;
    width: 1.2rem;
    height: 1.2rem;
  }
  div.cal_wrapper table.cal tr th div.cal_ui::before {
    left: 6.8rem;
  }
  div.cal_wrapper table.cal tr th div.cal_ui::after {
    right: 6.8rem;
  }
  div.cal_wrapper table.cal tr th div.cal_ui input:nth-of-type(1) {
    padding-left: 2rem;
  }
  div.cal_wrapper table.cal tr th div.cal_ui input:nth-of-type(3) {
    padding-right: 2rem;
  }
  div.cal_wrapper table.cal tr.headline td {
    padding: 0.2rem 0.2rem 0.3rem;
    font-size: 1.3rem;
  }
  .l-footer__logo {
    margin-bottom: 7.8rem;
  }
  .l-footer__logo img {
    width: 26.6rem;
  }
  .l-footer__map iframe {
    height: 36.2rem;
  }
  .l-footer__copyright {
    padding: 2.1rem 0;
  }
  .l-footer__copyright small {
    font-size: 1.4rem;
  }
  .l-footer__buttonWrapper {
    top: 50%;
    right: 0;
    flex-direction: column;
    gap: 1.5rem;
    transform: translateY(-50%);
  }
  .l-footer__buttonItem {
    text-orientation: upright;
    writing-mode: vertical-rl;
  }
  .l-footer__buttonItem a {
    width: 11.2rem;
    height: 26.5rem;
    padding-top: 2.8rem;
    padding-right: 0.8rem;
    gap: 1.2rem;
    border-radius: 3rem 0 0 3rem;
    font-size: 2.2rem;
    line-height: 1.4;
    letter-spacing: 0.1em;
  }
  .l-footer__buttonItem a::after {
    position: absolute;
    right: 0;
    bottom: 2.6rem;
    left: 0;
    width: 3.3rem;
    height: 2.7rem;
    margin: auto;
    background: url("../../img/common/icon_arrow01_white.svg") no-repeat center/cover;
    content: "";
  }
  .l-footer__buttonItem a:hover {
    transform: translateX(0.8rem);
  }
  .l-footer__buttonItem.--01 a::before {
    width: 4.9rem;
    height: 3.9rem;
    margin-top: -0.3rem;
  }
  .l-container {
    display: flex;
    flex-flow: column;
    min-height: 100vh;
  }
  .l-main {
    flex: 1;
  }
  .l-contentsWrapper {
    width: 120rem;
    margin-right: auto;
    margin-left: auto;
  }
  .c-link:focus {
    opacity: 0.7;
    transition: opacity 0.2s linear;
  }
  .c-link--bright:focus {
    filter: brightness(1.1);
    transition: filter 0.2s linear;
  }
  .c-button01 {
    min-width: 27rem;
    min-height: 6rem;
    padding: 1.4rem 5.6rem 1.2rem 2.8rem;
    font-size: 2rem;
  }
  .c-button01::after {
    right: 2.2rem;
    width: 2.8rem;
    height: 2.8rem;
  }
  .c-bg__topWhite::before {
    width: 196.9rem;
    height: 23.4rem;
  }
  .c-bg__topYellow::before {
    width: 196.9rem;
    height: 23.4rem;
  }
  .c-bg__topBlue::before {
    background: url("../../img/common/bg_contents03.png") no-repeat center/cover;
    width: 196.9rem;
    height: 23.4rem;
  }
  .c-bg__topGreen::before {
    background: url("../../img/common/bg_contents04.png") no-repeat center/cover;
    width: 196.9rem;
    height: 23.4rem;
  }
  .c-bg__bottomWhite::after {
    width: 196.9rem;
    height: 23.4rem;
  }
  .c-bg__bottomYellow::after {
    width: 196.9rem;
    height: 23.4rem;
  }
  .c-telBox__title {
    font-size: 2rem;
  }
  .c-telBox__number {
    font-size: 3.8rem;
    letter-spacing: 0.075em;
  }
  .c-telBox__hours {
    margin-top: 0.4rem;
    font-size: 1.3rem;
  }
  .c-hours__table thead th {
    padding: 0.7rem 0.9rem 0.8rem;
  }
  .c-hours__table thead th.title {
    padding-left: 1.8rem;
    letter-spacing: 0.7em;
  }
  .c-hours__table tbody td {
    padding: 0.5rem 1.9rem 0.6rem;
  }
  .c-hours__table tbody td:last-of-type {
    padding-right: 2.4rem;
  }
  .c-hours__table tbody td.hour {
    padding: 0.5rem 1.8rem 0.6rem 0.8rem;
    font-size: 2rem;
  }
  .c-hours__text {
    margin-top: 0.8rem;
    margin-left: 0.8rem;
    font-size: 2rem;
  }
  .c-footerRecruit {
    width: 90rem;
    margin-right: auto;
    margin-left: auto;
    border-radius: 3rem;
  }
  .c-footerRecruit__inner {
    min-height: 18rem;
    padding: 2.3rem 4.6rem 2.3rem 3.2rem;
    background-image: url("../../img/common/bg_recruit01_pc.jpg");
  }
  .c-footerRecruit__textWrapper {
    width: calc(100% - 23.1rem);
  }
  .c-footerRecruit__title {
    font-size: 2.2rem;
  }
  .c-footerRecruit__title::before {
    margin-bottom: 0.4rem;
    margin-left: -0.2rem;
    font-size: 6.1rem;
    letter-spacing: 0.2em;
  }
  .c-footerRecruit__text {
    margin-top: 1rem;
    font-size: 1.6rem;
  }
  .c-footerRecruit__buttonWrapper {
    align-items: flex-end;
    width: 23.1rem;
    gap: 2.4rem 2.3rem;
  }
  .c-footerRecruit__button {
    width: 23.1rem;
    height: 4.8rem;
    padding: 0.9rem;
    border-radius: 0.6rem;
    font-size: 2rem;
  }
  .c-footerRecruit.--2column .c-footerRecruit__button {
    width: 20.7rem;
  }
  .c-contentBlock01 {
    width: 120rem;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
  }
  .c-contentBlock02 {
    width: 120rem;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
  }
  .c-topHeading01 {
    padding-top: 8.8rem;
    font-size: 4.2rem;
    letter-spacing: 0.05em;
  }
  .c-topHeading01::before {
    width: 8.6rem;
    height: 8rem;
  }
  .c-topHeading01::after {
    margin-top: 0.5rem;
    font-size: 2.5rem;
    letter-spacing: 0.15em;
  }
  .c-breadCrumb {
    margin-top: 2.3rem;
    margin-bottom: 4.6rem;
  }
  .c-breadCrumb__list:not(#_) {
    gap: 4.4rem;
  }
  .c-breadCrumb__list li {
    letter-spacing: 0.25em;
	  font-size: min(1.16vw, 1.4rem);
  }
  .c-breadCrumb__list li::after {
    right: -2.1rem;
  }
  .c-localNav {
    margin-bottom: 11.5rem;
  }
  .c-localNav__list {
    justify-content: center;
    gap: 2.7rem;
  }
  .c-localNav__item {
    width: 24rem;
  }
  .c-localNav__item:not(#_) a {
    height: 4.7rem;
    padding: 0.9rem 1.6rem;
    border: solid 0.2rem #2396c8;
    border-radius: 1.5rem;
    font-size: 1.6rem;
  }
  .c-localNav__item:not(#_).current a::before {
    background-color: #2396c8;
  }
  .c-localNav__item:not(#_).current a::after {
    background-image: url("../../img/common/bg_localNav02.png");
  }
  .p-mainVisual {
    min-height: 85.6rem;
    margin-bottom: 10.3rem;
  }
  .p-mainVisual__slideWrapper {
    top: 0;
    left: calc((100% - 120rem) / 2 + 22rem);
    width: 126.2rem;
    height: 81.3rem;
  }
  .p-mainVisual__textWrapper {
    top: 22rem;
    left: calc((100% - 120rem) / 2 + 0.4rem);
  }
  .p-mainVisual__title {
    font-size: 3.4rem;
    line-height: 1.925;
  }
  .p-mainVisual__hoursWrapper {
    left: calc((100% - 120rem) / 2);
    width: 48rem;
    padding: 1.8rem 2.6rem 2rem;
	  bottom: -25px;
  }
  .p-mainVisual__hoursWrapper .c-hours__table thead th {
    padding: 0.7rem 1.1rem 0.8rem;
    font-size: 1.7rem;
  }
  .p-mainVisual__hoursWrapper .c-hours__table thead th.title {
    font-size: 1.8rem;
    letter-spacing: 0.45em;
  }
  .p-mainVisual__hoursWrapper .c-hours__table tbody td {
    padding: 0.5rem 1.1rem 0.6rem;
    font-size: 1.7rem;
  }
  .p-mainVisual__hoursWrapper .c-hours__table tbody td.hour {
    padding-right: 1.6rem;
    padding-left: 0.8rem;
    font-size: 1.6rem;
    letter-spacing: 0;
  }
  .p-mainVisual__hoursWrapper .c-hours__text {
    font-size: 1.8rem;
  }
  .p-mainVisual__bg.--01 {
    top: -15.8rem;
    left: calc(50% + 20rem);
    width: 42rem;
    height: 42rem;
  }
  .p-mainVisual__bg.--02 {
    z-index: -1;
    right: calc(50% + 23.5rem);
    bottom: -55.5rem;
    width: 78rem;
    height: 78rem;
  }
  .p-mainVisual__bg.--03 {
    bottom: -23.8rem;
    left: calc(50% + 46.8rem);
    width: 48rem;
    height: 48rem;
  }
  .pointWrap {
    width: 90rem;
    margin: 0 auto 5.5rem;
    padding: 0 4.2rem 2.2rem;
    border: 0.4rem solid #2396c8;
    border-radius: 2rem;
  }
  .pointWrap::before {
    position: absolute;
    position: absolute;
    top: -0.6rem;
    top: -0.6rem;
    right: 0;
    right: 0;
    left: 0;
    left: 0;
    width: 36rem;
    width: 36rem;
    height: 4.7rem;
    height: 4.7rem;
    margin: auto;
    margin: auto;
    background-color: #fff;
    background-color: #fff;
    content: "";
    content: "";
  }
  .pointWrap::after {
    z-index: 1;
    position: absolute;
    top: -0.4rem;
    right: 0;
    left: 0;
    width: 36rem;
    height: 4.7rem;
    margin: auto;
    background-image: url("../../img/top/bg_point01_pc.png"), url("../../img/top/bg_point02_pc.png");
    background-position: left top, right top;
    background-size: auto 4.7rem, auto 4.7rem;
    background-repeat: no-repeat, no-repeat;
    content: "";
  }
  .pointWrap h2 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: -0.4rem;
    margin-right: auto;
    margin-bottom: 2rem;
    margin-left: auto;
    padding: 0 3.8rem 0.7rem;
    border-bottom: 0.4rem solid #2396c8;
    font-size: 2.6rem;
    line-height: 1.4;
  }
  .point:not(:first-of-type) {
    margin-top: 2.4rem;
  }
  .point h3 {
    font-size: 1.8rem;
  }
  .point h3:not(:first-of-type) {
    margin-top: 2.4rem;
  }
  .point p {
    margin-bottom: 1.6rem;
    font-size: 1.6rem;
    word-break: break-word;
  }
  .p-topIntro .c-contentBlock01 {
    align-items: flex-start;
    gap: 7.8rem;
  }
  .p-topIntro__textWrapper {
    flex: 1;
    padding-top: 8.5rem;
  }
  .p-topIntro__title {
    font-feature-settings: "palt";
    margin-bottom: 4rem;
    font-size: 3.7rem;
    letter-spacing: 0.12em;
    text-align: right;
  }
  .p-topIntro__text {
    margin-right: 1rem;
    margin-left: 5rem;
    line-height: 1.55;
    letter-spacing: 0.05em;
  }
  .p-topIntro__image {
    width: 51.8rem;
    border-radius: 6rem;
  }
  .p-topMedical {
    margin-top: -9rem;
    padding-top: 18rem;
    padding-bottom: 20rem;
  }
  .p-topMedical__heading {
    margin-bottom: 8rem;
  }
  .p-topMedical__boxWrapper {
    border-radius: 3rem;
  }
  .p-topMedical__boxWrapper:not(:first-of-type) {
    margin-top: 6.6rem;
  }
  .p-topMedical__boxWrapper.--02 {
    padding-bottom: 2.2rem;
  }
  .p-topMedical__title {
    padding: 2.2rem 1.6rem 1.6rem;
    font-size: 3.2rem;
  }
  .p-topMedical__box {
    align-items: center;
    padding: 2.2rem 5.6rem 2.8rem;
    gap: 6.4rem;
  }
  .p-topMedical__boxWrapper.--02 .p-topMedical__box {
    padding-top: 4rem;
  }
  .p-topMedical__textWrapper {
    width: 39.5rem;
  }
  .p-topMedical__text {
    line-height: 1.55;
    letter-spacing: 0.075em;
  }
  .p-topMedical_button {
    margin-top: 4.5rem;
    margin-right: auto;
    margin-left: auto;
  }
  .p-topMedical__imageWrapper {
    flex: 1;
    gap: 3.2rem 5.4rem;
  }
  .p-topMedical__boxWrapper.--01 .p-topMedical__imageWrapper {
    justify-content: center;
  }
  .p-topMedical__boxWrapper.--02 .p-topMedical__imageWrapper {
    padding-left: 2.8rem;
  }
  .p-topMedical__image {
    width: 9.6rem;
  }
  .p-topMedical__boxWrapper.--02 .p-topMedical__image {
    width: 13.1rem;
  }
  .p-topMedical__imageCaption {
    font-size: 1.6rem;
  }
  .p-topMedical__parts01 {
    top: 14.5rem;
    left: calc(50% - 43rem);
    width: 16rem;
    height: 16rem;
  }
  .p-topMedical__parts02 {
    position: absolute;
    right: calc(50% - 86.5rem);
    bottom: 0;
    width: 54.8rem;
    height: 54.8rem;
  }
  .p-topFeatures {
    margin-top: -5rem;
    padding-bottom: 9.6rem;
  }
  .p-topFeatures__boxWrapper {
    justify-content: center;
    margin-top: 8rem;
    gap: 6.8rem;
  }
  .p-topFeatures__box {
    padding-top: 8.8rem;
  }
  .p-topFeatures__box::before {
    font-size: 8.9rem;
  }
  .p-topFeatures__image {
    width: 35.4rem;
    height: 38rem;
    margin-bottom: 2.6rem;
    border-radius: 6rem;
  }
  .p-topFeatures__title {
    margin-bottom: 2.3rem;
    font-size: 2.4rem;
    line-height: 1.55;
  }
  .p-topFeatures__button {
    margin-top: 5.2rem;
  }
  .p-topFeatures__parts01 {
    top: 20rem;
    left: calc(50% - 74rem);
    width: 22.8rem;
    height: 22.8rem;
  }
  .p-topView {
    padding-bottom: 22rem;
  }
  .p-topView__scroll {
    gap: 3.5rem;
  }
  .p-topViewList {
    gap: 3.5rem;
  }
  .p-topViewListItem {
    width: 37.7rem;
    height: 25.7rem;
    border-radius: 1rem;
  }
  .p-topView__parts01 {
    right: calc(50% - 84rem);
    bottom: -28rem;
    width: 53.5rem;
    height: 53.5rem;
  }
  .p-topMessage {
    margin-top: -6rem;
    padding-bottom: 18rem;
  }
  .p-topMessage__boxWrapper {
    justify-content: center;
    margin-top: 10rem;
    gap: 9.2rem;
  }
  .p-topMessage__box {
    width: 40.2rem;
  }
  .p-topMessage__image {
    width: 40.2rem;
    height: 47.1rem;
    margin-bottom: 3rem;
    border-radius: 6rem;
  }
  .p-topMessage__title {
    margin-bottom: 1.3rem;
    font-size: 2.6rem;
  }
  .p-topMessage__text {
    line-height: 1.55;
    letter-spacing: 0.05em;
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .p-topMessage__hoursWrapper {
    margin-top: 3.2rem;
  }
  .p-topMessage__hoursWrapper .c-hours__table thead th {
    padding-top: 0.8rem;
    padding-bottom: 0.7rem;
    font-size: 1.4rem;
  }
  .p-topMessage__hoursWrapper .c-hours__table thead th.title {
    padding-left: 1.4rem;
  }
  .p-topMessage__hoursWrapper .c-hours__table tbody td {
    padding: 1.2rem 1.1rem 1.2rem;
    font-size: 1.4rem;
  }
  .p-topMessage__hoursWrapper .c-hours__table tbody tr:not(:first-of-type) td:first-of-type::before {
    width: 1rem;
  }
  .p-topMessage__hoursWrapper .c-hours__table tbody tr:not(:first-of-type) td:last-of-type::before {
    width: 1rem;
  }
  .p-topMessage__hoursWrapper .c-hours__table tbody td.star {
    font-size: 1.6rem;
  }
  .p-topMessage__hoursWrapper .c-hours__table tbody td.hour {
    padding: 1.2rem 0.8rem 1.2rem 1.2rem;
    font-size: 1.4rem;
  }
  .p-topMessage .c-hours__text {
    font-size: 1.4rem;
  }
  .p-topMessage__button {
    margin-top: 5.2rem;
  }
  .p-topColumn {
    margin-top: -23.4rem;
    padding-top: 18rem;
    padding-bottom: 11rem;
  }
  .p-topColumn__boxWrapper {
    margin-top: 10rem;
    gap: 3.4rem;
  }
  .p-topColumn__box {
    width: calc((100% - 6.8rem) / 3);
  }
  .c-topColumn__boxInner {
    border-radius: 3rem;
  }
  .p-topColumn__image {
    height: 25rem;
    border-radius: 3rem;
  }
  .p-topColumn__date {
    padding-right: 2.6rem;
    padding-left: 2.6rem;
    font-size: 1.6rem;
  }
  .p-topColumn__title {
    padding-right: 2.6rem;
    padding-left: 2.6rem;
    font-size: 2rem;
    letter-spacing: 0.15em;
  }
  .p-topColumn__button {
    margin-top: 8.2rem;
  }
  .p-topNews::before {
    left: calc(50% - 85rem);
    width: 46.7rem;
    height: 23.5rem;
  }
  .p-topNews__heading {
    margin-bottom: 7.2rem;
  }
  .p-topNewsList {
    width: 90rem;
    margin-right: auto;
    margin-left: auto;
    border-bottom: 3px dotted #2396c8;
  }
  .p-topNewsList dt {
    position: absolute;
    padding-top: 2.8rem;
    color: #2396c8;
    font-size: 1.6rem;
  }
  .p-topNewsList dt:first-of-type {
    padding-top: 0;
  }
  .p-topNewsList dd {
    padding-top: 2.2rem;
    padding-bottom: 0.5rem;
    padding-left: 13.5rem;
    font-size: 2rem;
  }
  .p-topNewsList dd:first-of-type {
    padding-top: 0;
  }
  .p-topNewsList dd:not(:first-of-type) {
    border-top: 3px dotted #2396c8;
  }
  .p-topNewsList dd.continuous {
    margin-top: -1.3rem;
    border-top: none;
  }
  .p-topNews__button {
    margin-top: 6.5rem;
  }
  .p-visual {
    margin-top: 10.6rem;
  }
  .p-visual::before {
    top: -7rem;
    left: calc(50% - 44rem);
    width: 15.1rem;
    height: 30rem;
  }
  .p-visual::after {
    right: calc(50% - 23rem);
    bottom: -7.2rem;
    width: 30.8rem;
    height: 30.8rem;
  }
  .p-visual__title {
    padding: 4.4rem 3.2rem 2.4rem;
    font-size: 3.4rem;
  }
  .p-visual__image {
    height: 38.4rem;
  }
  .hA {
    margin-bottom: 8rem;
    padding-top: 5.4rem;
    font-size: 3.4rem;
  }
  .hA:not(:first-of-type) {
    margin-top: 15rem;
  }
  .hA::before {
    width: 8.1rem;
    height: 8.1rem;
  }
  .hA::after {
    font-size: 2rem;
  }
  .hB {
    margin-bottom: 4.8rem;
    font-size: 2.4rem;
  }
  .hB:not(:first-of-type) {
    margin-top: 8rem;
  }
  .hC {
    margin-bottom: 3.8rem;
    padding: 1.7rem 2.8rem;
    border-radius: 1rem;
    font-size: 2.2rem;
  }
  .hC:not(:first-of-type) {
    margin-top: 7.2rem;
  }
  .hD {
    min-height: 2.2rem;
    margin-bottom: 2rem;
    padding-left: 2.9rem;
    font-size: 2.2rem;
  }
  .hD::before {
    top: 0.7rem;
    width: 2.3rem;
    height: 2.3rem;
  }
  .hD:not(:first-of-type) {
    margin-top: 4rem;
  }
  .hE {
    margin-bottom: 2rem;
    font-size: 2.2rem;
    color: #2396c8;
  }
  .hE:not(:first-of-type) {
    margin-top: 3.6rem;
  }
  .l-main__inner p {
    margin-bottom: 2rem;
  }
  .telLink {
    gap: 1.6rem;
    font-size: 3.8rem;
  }
  .telLink::before {
    width: 2.6rem;
    height: 4.3rem;
  }
  .l-main__inner a.linkArrow {
    min-width: 27rem;
    min-height: 6rem;
    padding: 1.4rem 5.6rem 1.2rem 2.8rem;
    font-size: 2rem;
  }
  .l-main__inner a.linkArrow::after {
    right: 2.2rem;
    width: 2.8rem;
    height: 2.8rem;
  }
  .l-main__inner a:not(.linkArrow).linkExternal span::after {
    margin-top: 0.2rem;
  }
  .l-main__inner a.linkArrow.linkExternal {
    padding-right: 6rem;
    padding-left: 3.2rem;
  }
  .l-main__inner a.linkArrow.linkExternal::after {
    right: 2.4rem;
    width: 3.1rem;
    height: 2.8rem;
  }
  .l-main__inner ul:not(.acsDirection), .l-main__inner ol, .l-main__inner dl {
    margin-bottom: 4.2rem;
  }
  .l-main__inner ul:not(.acsDirection) li:not(:first-of-type), .l-main__inner ol li:not(:first-of-type) {
    margin-top: 0.5rem;
  }
  .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 {
    padding-left: 1.7rem;
  }
  .listDot:not(#_) li::before {
    top: 0.8rem;
    width: 1.1rem;
    height: 1.1rem;
  }
  .listNum:not(#_) li {
    padding-left: 2.2rem;
  }
  .listNote li:not(#_) {
    font-size: 1.6rem;
  }
  .listCheck:not(#_) li {
    padding-left: 2.5rem;
  }
  .listCheck:not(#_) li::before {
    width: 1.9rem;
    height: 1.7rem;
  }
  dl.listData dt {
    margin-bottom: 0.6rem;
    font-size: 2.1rem;
  }
  dl.listData dd {
    margin-bottom: 1.6rem;
  }
  .decBox {
    margin-top: 4rem;
    margin-bottom: 4rem;
    padding: 3.2rem 3.6rem 1.6rem;
    border-radius: 1rem;
  }
  .decBox .hD {
    margin-bottom: 2rem;
  }
  .tblA, .tblB, .tblC, .tblD, .tblE {
    margin-bottom: 4rem;
  }
  .tblA th, .tblB th, .tblC th, .tblD th, .tblE th {
    padding: 0.8rem 1.6rem;
    font-size: 1.8rem;
  }
  .tblA tr:last-of-type th, .tblB tr:last-of-type th, .tblE tr:last-of-type th {
    border-bottom: none;
  }
  .tblA td, .tblB td, .tblC td, .tblD td, .tblE td {
    padding: 0.8rem 1.6rem;
    font-size: 1.6rem;
  }
  .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: none;
  }
  .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: none;
  }
  .tblB td.inrTblB table th {
    border-right: solid 0.2rem #fff !important;
    border-bottom: solid 0.2rem #fff !important;
  }
  .tblC th {
    padding: 1.3rem 2rem 1.1rem;
  }
  .tblC th:last-of-type {
    border-right: none;
  }
  .tblD th {
    padding: 1.6rem 2rem;
  }
  .tblD th:last-of-type {
    border-right: none;
  }
  .tblD td:first-of-type {
    padding-right: 0.9rem;
    padding-left: 0.9rem;
    font-size: 1.8rem;
  }
  .tbl-scroll .tblE th {
    font-size: 1.6rem;
  }
  .tblE td {
    font-size: 1.4rem;
  }
  .tblA tr:nth-of-type(even) td, .tblB tr:nth-of-type(even) td, .tblC tr:nth-of-type(even) td, .tblD tr:nth-of-type(even) td, .tblE tr:nth-of-type(even) td {
    background-color: #fcfbf7;
  }
  .tblB tr:nth-of-type(even) td.inrTblB table td {
    background-color: #f9f6ef;
  }
  .tblB td.inrTblB table tr:nth-of-type(even) td {
    background-color: #fcfbf7;
  }
  .floatBox .floatL {
    margin-right: 5.5rem;
  }
  .stpBox {
    margin-bottom: 8rem;
  }
  .stpBox__inner {
    align-items: flex-start;
    width: 100%;
    gap: 0 4rem;
  }
  .stpBox > h3 {
    width: auto;
    min-width: 52.9rem;
    min-height: 7rem;
    margin-right: auto;
    margin-bottom: 4.4rem;
    margin-left: auto;
    padding: 0.6rem 6rem;
    border: 2px solid #2396c8;
    border-radius: 3rem;
    font-size: 2.2rem;
  }
  .stpBox > h3::after {
    position: absolute;
    right: 0;
    bottom: 0;
    bottom: -1.5rem;
    left: 0;
    width: 3rem;
    height: 1.5rem;
    margin: auto;
    background: url("../../img/page/common/bg_flow01_pc.png") no-repeat center/cover;
    content: "";
  }
  .stpBox > h3 .--number {
    margin-right: 2.4rem;
    gap: 1rem;
  }
  .stpBox > h3 .--number::before {
    top: 3rem;
    left: 1.8rem;
    font-size: 1.6rem;
  }
  .stpBox > h3 .--number::after {
    font-size: 5.2rem;
  }
  .stpImg {
    width: 27.6rem;
    margin-top: 0.6rem;
  }
  .stpBox .stpContent {
    flex: 1;
  }
  .stpBox .decBox {
    margin-top: 2.4rem;
    margin-bottom: 2.4rem;
  }
}
@media not all and (min-width: 768px) {
  html {
    font-size: 2.6666vw;
  }
  body {
    font-size: 1.3rem;
  }
  .l-header {
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    min-height: 6.4rem;
  }
  .l-header__inner {
    width: 100%;
    padding: 1.3rem 1.5rem 1.4rem;
    background-color: #fff;
  }
  .l-header__logo {
    text-align: center;
  }
  .l-header__logoImage {
    width: 16rem;
  }
  body:not(#home) .l-header:not(.js-fixed) .l-header__logoImage.--02, .l-header.js-fixed .l-header__logoImage.--02 {
    display: none;
  }
  .l-header__spMenu {
    z-index: 1001;
    position: fixed;
    top: 1.2rem;
    right: 2.2rem;
  }
  .l-header__naviButton {
    display: block;
    position: relative;
    width: 2.8rem;
    height: 3rem;
    border: none;
    background-color: transparent;
    cursor: pointer;
  }
  .l-hamburgerMenu__bar, .l-hamburgerMenu__bar::before, .l-hamburgerMenu__bar::after {
    position: absolute;
    right: 0;
    left: 0;
    width: 2.8rem;
    height: 0.1rem;
    margin: auto;
    background-color: #2396c8;
    transition: transform 0.25s;
  }
  .l-hamburgerMenu__bar::before, .l-hamburgerMenu__bar::after {
    content: "";
  }
  .l-hamburgerMenu__bar {
    top: 2rem;
  }
  .l-hamburgerMenu__bar::before {
    top: 1rem;
  }
  .l-hamburgerMenu__bar::after {
    bottom: 1rem;
  }
  .u-hamburgerMenu__animated .l-hamburgerMenu__bar {
    background-color: transparent;
  }
  .u-hamburgerMenu__animated .l-hamburgerMenu__bar::before {
    top: 0;
    transform: rotate(45deg);
  }
  .u-hamburgerMenu__animated .l-hamburgerMenu__bar::after {
    top: 0;
    bottom: auto;
    transform: rotate(-45deg);
  }
  .l-header__naviWrapper {
    z-index: 1000;
    position: fixed;
    top: 0;
    right: 0;
    width: 22.6rem;
    height: 100vh;
    transform: translateX(100%);
    background-color: rgba(255, 255, 255, 0.9);
    pointer-events: none;
    transition: all 0.5s;
  }
  .l-header__naviWrapper.is-show {
    transform: translateX(0);
    pointer-events: auto;
  }
  .l-header__naviWrapperInner {
    -webkit-overflow-scrolling: touch;
    display: flex;
    z-index: 10;
    position: fixed;
    top: 0;
    right: 0;
    flex-direction: column;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
  }
  .l-header__naviWrapper .l-header__naviLogo {
    width: 9.2rem;
    margin: 1.3rem 0 0 2.2rem;
  }
  @supports (-webkit-touch-callout: none) {
    .l-header__naviWrapperInner {
      /* Safari用のハック */
      height: -webkit-fill-available;
    }
  }
  .l-header__navi {
    margin-top: 2.4rem;
  }
  .l-header__naviItem {
    margin-left: 2.2rem;
  }
  .l-header__naviItem:not(:first-of-type) {
    margin-top: 1.4rem;
  }
  .l-header__naviItem > a {
    padding: .4rem 0 1.2rem 1rem;
    border-bottom: 1px solid #b5b5b6;
    font-weight: 500;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
  }
  .l-header__subMenu {
    display: block;
  }
  .l-header__subMenu.is-active {
    display: block;
  }
  .l-header__subMenuList {
    margin-top: 0.8rem;
    margin-bottom: 2rem;
    padding-right: 0.8rem;
  }
  .l-header__subMenu li a {
    padding: .5rem 1.7rem 1rem 1rem;
    font-size: 1.3rem;
  }
  .l-header__subMenu li a:hover {
    padding-right: 0;
    padding-left: 1.7rem;
    color: #2396c8;
  }
  .l-header__subMenu li a:hover::before {
    position: absolute;
    top: 0.8rem;
    left: 0;
    width: 1.4rem;
    height: 1.4rem;
    border: #2396c8 0.5rem solid;
    border-radius: 50%;
    content: "";
  }
  .l-footer {
    margin-top: 1rem;
    padding-top: 7.6rem;
  }
  .l-footer__infoWrapper {
    flex-direction: column;
    padding: 5.7rem 0 4.3rem;
    gap: 4.8rem;
  }
  .l-footer__hoursWrapper {
    padding: 0 1.3rem 1rem;
  }
  .l-footer__hoursTitle {
    width: 18.2rem;
    margin-top: -1.4rem;
    padding: 0.7rem 1.6rem 0.7rem;
    font-size: 1.4rem;
  }
  .l-footer__contactWrapper {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }
  .l-footer__tel {
    padding: 1rem 3.4rem 0.8rem 8.8rem;
  }
  .l-footer__tel::before {
    position: absolute;
    top: 50%;
    left: 4.4rem;
    width: 3rem;
    height: 5rem;
    transform: translateY(-50%);
  }
  .l-footer__reservation {
    padding: 0.7rem 3.2rem 0.7rem 7.8rem;
  }
  .l-footer__reservation::before {
    left: 3.7rem;
    width: 4.3rem;
    height: 3.4rem;
  }
  .l-footer__reservation .--title {
    font-size: 1.9rem;
  }
  .l-footer__reservation .--text {
    margin-top: -0.2rem;
    font-size: 1.4rem;
  }
  .l-footer__access {
    padding: 1.6rem 3.2rem 1.6rem 7.8rem;
    font-size: 1.9rem;
  }
  .l-footer__access::before {
    left: 4.6rem;
    width: 2.4rem;
    height: 3.7rem;
  }
  .l-footer__address {
    margin-bottom: 1.2rem;
    font-size: 1.3rem;
    line-height: 1.4;
    text-align: center;
  }
  div.cal_wrapper {
    padding: 2.9rem 0 1.4rem;
  }
  div.cal_wrapper table.cal tr th div.cal_ui::before, div.cal_wrapper table.cal tr th div.cal_ui::after {
    top: 0.5rem;
    width: 0.8rem;
    height: 0.9rem;
  }
  div.cal_wrapper table.cal tr th div.cal_ui::before {
    left: 5rem;
  }
  div.cal_wrapper table.cal tr th div.cal_ui::after {
    right: 5rem;
  }
  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.1rem 0.2rem 0.2rem;
    font-size: 1rem;
  }
  .l-footer__logo {
    margin-bottom: 2.5rem;
  }
  .l-footer__logo img {
    width: 19.7rem;
  }
  .l-footer__map {
    margin-bottom: 1.5rem;
    overflow: hidden;
    border-radius: 0.6rem;
  }
  .l-footer__map iframe {
    height: 19rem;
  }
  .l-footer__copyright {
    padding: 1.4rem 0 6.8rem;
  }
  .l-footer__copyright small {
    font-size: 0.8rem;
  }
  .l-footer__buttonWrapper {
    bottom: 0;
    left: 0;
    justify-content: center;
    width: 100%;
    gap: 1rem;
  }
  .l-footer__buttonItem a {
    justify-content: center;
    /*    width: 17rem;*/
    height: 6.2rem;
    gap: 0.7rem;
    /*    border-radius: 2rem 2rem 0 0;*/
    font-size: 1.6rem;
    letter-spacing: 0.1em;
  }
  .l-footer__buttonItem a:hover {
    transform: translateY(0.6rem);
  }
  .l-footer__buttonItem.--01 a::before {
    width: 4.2rem;
    height: 3.3rem;
  }
  .l-contentsWrapper {
    display: flex;
    flex-direction: column;
    margin-right: 1.4rem;
    margin-left: 1.4rem;
    padding: 1.6rem 0 2.4rem;
  }
  .l-main__inner {
    order: 2;
    font-size: 1.4rem;
  }
  .c-button01 {
    min-width: 18rem;
    min-height: 4rem;
    padding: 0.9rem 3.6rem 0.8rem 2rem;
    font-size: 1.4rem;
  }
  .c-button01::after {
    right: 1.4rem;
    width: 1.9rem;
    height: 1.9rem;
  }
  .c-bg__topWhite::before {
    width: 100%;
    height: 4.3rem;
  }
  .c-bg__topYellow::before {
    width: 100%;
    height: 4.3rem;
  }
  .c-bg__topBlue::before {
    background: none;
    width: 100%;
    height: 4.3rem;
  }
  .c-bg__topGreen::before {
    background: url("../../img/common/bg_contents01.png") no-repeat center/cover;
    width: 100%;
    height: 4.3rem;
  }
  .c-bg__bottomWhite::after {
    width: 100%;
    height: 4.3rem;
  }
  .c-bg__bottomYellow::after {
    width: 100%;
    height: 4.3rem;
  }
  .c-telBox__title {
    font-size: 1.6rem;
  }
  .c-telBox__number {
    font-size: 3rem;
    letter-spacing: 0.05em;
  }
  .c-telBox__hours {
    font-size: 1.4rem;
    line-height: 1.2;
  }
  .c-hours__table {
    font-size: 1.2rem;
  }
  .c-hours__table thead th {
    padding: 0.5rem 0.5rem 0.3rem;
    font-size: 1.3rem;
  }
  .c-hours__table thead th:last-of-type {
    padding-right: 1rem;
  }
  .c-hours__table thead th.title {
    padding-right: 0.2rem;
    padding-bottom: 0.1rem;
    padding-left: 0.6rem;
    font-size: 1.2rem;
    letter-spacing: 0.5em;
  }
  .c-hours__table tbody td {
    padding: 0.5rem 0.8rem 0.6rem;
    font-size: 1.1rem;
  }
  .c-hours__table tbody td:last-of-type {
    padding-right: 1.2rem;
  }
  .c-hours__table tbody td.hour {
    padding-left: 0.4rem;
  }
  .c-hours__table tbody td.open {
    font-size: 1.3rem;
  }
  .c-hours__text {
    margin-top: 0.6rem;
    margin-left: 0.8rem;
    font-size: 1.3rem;
  }
  .c-footerRecruit {
    margin-right: 1.4rem;
    margin-left: 1.4rem;
    border-radius: 2rem;
  }
  .c-footerRecruit__inner {
    padding: 1.2rem 1.6rem 1.1rem;
    background-image: url("../../img/common/bg_recruit01_sp.jpg");
  }
  .c-footerRecruit__textWrapper {
    width: 19rem;
  }
  .c-footerRecruit__title {
    font-size: 1.4rem;
  }
  .c-footerRecruit__title::before {
    font-size: 3.4rem;
    letter-spacing: 0.18em;
  }
  .c-footerRecruit__text {
    margin-top: 0.3rem;
    margin-left: 0.1rem;
    font-size: 1.1rem;
    line-height: 1.2;
  }
  .c-footerRecruit__buttonWrapper {
    max-width: 10rem;
    gap: 1rem;
  }
  .c-footerRecruit__button {
    min-width: 9.1rem;
    height: 3.3rem;
    padding: 0.8rem 0.6rem;
    border-radius: 0.4rem;
    font-size: 1.2rem;
  }
  .c-footerRecruit.--2column .c-footerRecruit__button {
    width: 10.8rem;
  }
  .c-topHeading01 {
    padding-top: 5.6rem;
    font-size: 2.4rem;
    letter-spacing: 0.05em;
  }
  .c-topHeading01::before {
    width: 5.5rem;
    height: 5.2rem;
    transform: translateX(-0.6rem);
  }
  .c-topHeading01::after {
    margin-top: 0.4rem;
    font-size: 1.4rem;
    letter-spacing: 0.15em;
  }
  .c-breadCrumb {
    order: 1;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    overflow-x: scroll;
  }
  .c-breadCrumb__list:not(#_) {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    gap: 2.4rem;
  }
  .c-breadCrumb__list li {
    letter-spacing: 0.15em;
	  font-size: min(2.8vw, 1.3rem);
  }
  .c-breadCrumb__list li::after {
    right: -1.2rem;
  }
  .c-localNav {
    borde: 1px solid #2396c8;
    order: 3;
    margin-top: 2.4rem;
  }
  .c-localNav .c-contentBlock02 {
    padding-right: 0;
    padding-left: 0;
  }
  .c-localNav__list {
    flex-direction: column;
    flex-wrap: wrap;
    overflow: hidden;
    border: 2px solid #2396c8;
    border-radius: 1.5rem;
  }
  .c-localNav__item:not(#_) a {
    height: 5rem;
    padding: 1.3rem 3.2rem 1.3rem 2rem;
    background-color: #fff;
    font-size: 1.5rem;
    text-align: left;
  }
  .c-localNav__item:not(#_):not(:first-of-type) a {
    border-top: 1px solid #2396c8;
  }
  .c-localNav__item:not(#_).current a::after {
    border-color: #fff;
  }
  .p-mainVisual {
    min-height: 38.6rem;
    margin-top: 6.4rem;
    margin-bottom: 1.6rem;
  }
  .p-mainVisual__slideWrapper {
    top: -3.2rem;
    left: 2.5rem;
    width: 37.9rem;
    height: 24.1rem;
  }
  .p-mainVisual__textWrapper {
    top: 4.6rem;
    left: 0;
    padding-left: 1.8rem;
	  
  }
  .p-mainVisual__title {
    font-size: 1.3rem;
    line-height: 2;
	      background-color: rgba(255, 255, 255, 0.8);
    padding: 1.5rem 1rem;
    border-radius: 1.5rem;
  }
  .p-mainVisual__hoursWrapper {
    left: 0;
	    bottom: 0;
    width: calc(100% - 2.2rem);
    margin-right: 1.1rem;
    margin-left: 1.1rem;
    padding: 0.7rem 1.3rem 0.9rem;
  }
  .p-mainVisual__hoursWrapper .c-hours__table thead th.title {
    padding-bottom: 0.5rem;
  }
  .p-mainVisual__hoursWrapper .c-hours__table tbody td {
    padding: 0.3rem 0.8rem;
  }
  .p-mainVisual__hoursWrapper .c-hours__table tbody td.hour {
    padding-right: 1rem;
    padding-left: 0.2rem;
    font-size: 1.2rem;
  }
  .p-mainVisual__hoursWrapper .c-hours__text {
    margin-top: 0.4rem;
  }
  .p-mainVisual__bg.--03 {
    top: 11.2rem;
    right: -6.2rem;
    width: 17rem;
    height: 17rem;
  }
  .pointWrap {
    margin: 1.8rem 1.1rem 4rem;
    padding: 0 1.5rem 0.4rem;
    overflow: hidden;
    border-radius: 0.6rem;
    background-image: url("../../img/top/bg_point01_sp.png"), url("../../img/top/bg_point02_sp.png"), url("../../img/top/bg_point03_sp.png");
    background-position: center top, center bottom, center;
    background-size: 100% auto, 100% auto, 100% auto;
    background-repeat: no-repeat, no-repeat, repeat-y;
  }
  .pointWrap h2 {
    margin-top: -0.2rem;
    margin-bottom: 1.6rem;
    padding: 0 1.8rem;
    font-size: 1.4rem;
    line-height: 1;
  }
  .point:not(:first-of-type) {
    margin-top: 1.2rem;
  }
  .point h3 {
    font-size: 1.1rem;
  }
  .point h3:not(:first-of-type) {
    margin-top: 1.2rem;
  }
  .point p {
    margin-bottom: 0.8rem;
    font-size: 1.1rem;
  }
  .p-topIntro {
    padding-bottom: 5rem;
  }
  .p-topIntro .c-contentBlock01 {
    flex-direction: column-reverse;
    gap: 3rem;
  }
  .p-topIntro__title {
    margin-bottom: 2.3rem;
    color: #000;
    font-size: 1.7rem;
    letter-spacing: 0.25em;
    text-align: center;
  }
  .p-topIntro__text {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    color: #000;
    line-height: 1.538;
    letter-spacing: 0.022em;
  }
  .p-topIntro__image {
    height: 23rem;
    border-radius: 2rem;
  }
  .p-topMedical {
    margin-top: -0.3rem;
    padding-bottom: 9rem;
  }
  .p-topMedical__heading {
    margin-bottom: 2.2rem;
  }
  .p-topMedical__boxWrapper {
    border-radius: 2rem;
  }
  .p-topMedical__boxWrapper:not(:first-of-type) {
    margin-top: 2.5rem;
  }
  .p-topMedical__title {
    padding: 0.7rem 1rem 1rem;
    font-size: 2rem;
  }
  .p-topMedical__box {
    position: relative;
    flex-direction: column;
    padding: 2rem 2.7rem 7.6rem;
    gap: 0.4rem;
  }
  .p-topMedical__text {
    color: #000;
    line-height: 1.538;
    letter-spacing: 0.02em;
  }
  .p-topMedical_button {
    position: absolute;
    right: 0;
    bottom: 1.6rem;
    left: 0;
    margin: auto;
  }
  .p-topMedical__imageWrapper {
    gap: 1.6rem 1.8rem;
  }
  .p-topMedical__boxWrapper.--02 .p-topMedical__imageWrapper {
    justify-content: center;
    margin-top: 1.6rem;
    gap: 1.6rem 5rem;
  }
  .p-topMedical__image {
    width: calc((100% - 3.6rem) / 3);
  }
  .p-topMedical__boxWrapper.--02 .p-topMedical__image {
    width: 9rem;
  }
  .p-topMedical__imageCaption {
    margin-top: 0.3rem;
    color: #333;
    font-size: 1.4rem;
    line-height: 1.2;
  }
  .p-topMedical__parts01 {
    top: -2.8rem;
    left: 2.3rem;
    width: 7.2rem;
    height: 7.2rem;
  }
  .p-topFeatures {
    margin-top: -3.2rem;
    padding-bottom: 3.8rem;
  }
  .p-topFeatures__boxWrapper {
    flex-direction: column;
    margin-top: 2.7rem;
    gap: 2.5rem;
  }
  .p-topFeatures__box {
    grid-column-gap: 1.9rem;
    grid-row-gap: 1.3rem;
    display: grid;
    grid-template-rows: repeat(2, auto);
    grid-template-columns: 14.3rem auto;
    padding-top: 4.5rem;
  }
  .p-topFeatures__box::before {
    font-size: 4.8rem;
  }
  .p-topFeatures__image {
    grid-area: 2/1/3/2;
    width: 14.3rem;
    height: 16.8rem;
    border-radius: 2rem;
  }
  .p-topFeatures__title {
    grid-area: 1/1/2/3;
    color: #000;
    font-size: 1.8rem;
    line-height: 1.22;
    letter-spacing: 0.25em;
  }
  .p-topFeatures__text {
    grid-area: 2/2/3/3;
    color: #000;
  }
  .p-topFeatures__button {
    margin-top: 2.7rem;
  }
  .p-topFeatures__parts01 {
    top: 11rem;
    left: 1.2rem;
    width: 8.6rem;
    height: 8.6rem;
  }
  .p-topView {
    padding-bottom: 7.7rem;
  }
  .p-topView__scroll {
    gap: 2rem;
  }
  .p-topViewList {
    gap: 2rem;
  }
  .p-topViewListItem {
    width: 21.3rem;
    height: 14.5rem;
    border-radius: 0.6rem;
  }
  .p-topView__parts01 {
    right: -3rem;
    bottom: -4.6rem;
    width: 20.3rem;
    height: 20.3rem;
  }
  .p-topMessage {
    margin-top: -3.2rem;
    padding-bottom: 2.4rem;
  }
  .p-topMessage__boxWrapper {
    flex-direction: column;
    margin-top: 2.6rem;
    gap: 4.5rem;
  }
  .p-topMessage__box {
    grid-column-gap: 1.5rem;
    display: grid;
    grid-template-rows: repeat(2, auto);
    grid-template-columns: 14.2rem auto;
  }
  .p-topMessage__image {
    grid-area: 2/1/3/3;
    width: 14.2rem;
    height: 16.6rem;
    border-radius: 2rem;
	  margin: 0 auto;
  }
  .p-topMessage__title {
    grid-area: 1/1/2/3;
    margin-bottom: 1rem;
    font-size: 2rem;
    letter-spacing: 0.14em;
  }
  .p-topMessage__text {
    grid-area: 2/2/3/3;
    color: #000;
    line-height: 1.538;
    letter-spacing: 0.025em;
  }
  .p-topMessage__hoursWrapper {
    grid-area: 3/1/4/3;
    margin-top: 2.4rem;
  }
  .p-topMessage__hoursWrapper .c-hours__table thead th {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
    font-size: 1.1rem;
  }
  .p-topMessage__hoursWrapper .c-hours__table tbody td {
    padding: 0.9rem 0.8rem;
    font-size: 1.1rem;
  }
  .p-topMessage__hoursWrapper .c-hours__table tbody tr:not(:first-of-type) td:first-of-type::before {
    width: 0.8rem;
  }
  .p-topMessage__hoursWrapper .c-hours__table tbody tr:not(:first-of-type) td:last-of-type::before {
    width: 0.8rem;
  }
  .p-topMessage__hoursWrapper .c-hours__table tbody td.star {
    font-size: 1.2rem;
  }
  .p-topMessage__hoursWrapper .c-hours__table tbody td.hour {
    padding: 0.9rem 0.8rem;
    font-weight: 500;
    font-size: 1.1rem;
  }
  .p-topMessage .c-hours__text {
    grid-area: 4/1/5/3;
    margin-right: 0.4rem;
    font-size: 1.1rem;
  }
  .p-topMessage__button {
    margin-top: 2.7rem;
  }
  .p-topColumn {
    padding-top: 1.3rem;
    padding-bottom: 1.5rem;
  }
  .p-topColumn__boxWrapper {
    flex-direction: column;
    margin-top: 3.4rem;
    gap: 1.6rem;
  }
  .c-topColumn__boxInner {
    border-radius: 2rem;
  }
  .p-topColumn__image {
    height: 21.4rem;
    border-radius: 2rem;
  }
  .p-topColumn__date {
    padding-right: 2.4rem;
    padding-left: 2.4rem;
    font-size: 1.4rem;
  }
  .p-topColumn__title {
    padding-right: 2.4rem;
    padding-left: 2.4rem;
    font-size: 1.7rem;
    letter-spacing: 0.015em;
  }
  .p-topColumn__button {
    margin-top: 2.6rem;
  }
  .p-topNews {
    padding-top: 3.8rem;
  }
  .p-topNews::before {
    left: -3.7rem;
    width: 17.8rem;
    height: 9rem;
  }
  .p-topNews__heading {
    margin-bottom: 2.7rem;
  }
  .p-topNewsList {
    border-bottom: 2px dotted #2396c8;
  }
  .p-topNewsList dt {
    padding-right: 1.6rem;
    padding-left: 1.6rem;
    font-size: 1.4rem;
  }
  .p-topNewsList dt:not(:first-of-type) {
    padding-top: 1.6rem;
    border-top: 2px dotted #2396c8;
  }
  .p-topNewsList dd {
    padding-right: 1.6rem;
    padding-bottom: 0.6rem;
    padding-left: 1.6rem;
    font-size: 1.4rem;
  }
  .p-topNewsList dd.continuous {
    margin-top: -1rem;
  }
  .p-topNews__button {
    margin-top: 2.5rem;
  }
  .p-visual {
    margin-top: 6.4rem;
  }
  .p-visual::before {
    top: -3.5rem;
    left: calc(50% - 14rem);
    width: 5rem;
    height: 10rem;
  }
  .p-visual::after {
    right: calc(50% - 11rem);
    bottom: -2.5rem;
    width: 10rem;
    height: 10rem;
  }
  .p-visual__title {
    padding: 2.4rem 1.5rem 2rem;
    font-size: 2rem;
  }
  .p-visual__image {
    height: 12rem;
  }
  .hA {
    margin-bottom: 3.2rem;
    padding-top: 3.2rem;
    font-size: 1.8rem;
  }
  .hA:not(:first-of-type) {
    margin-top: 8rem;
  }
  .hA::before {
    width: 4.8rem;
    height: 4.8rem;
  }
  .hA::after {
    font-size: 1.2rem;
  }
  .hB {
    margin-bottom: 2.4rem;
    font-size: 1.7rem;
  }
  .hB:not(:first-of-type) {
    margin-top: 4rem;
  }
  .hC {
    margin-bottom: 2rem;
    padding: 0.8rem 1.5rem 0.9rem;
    border-radius: 0.6rem;
    font-size: 1.6rem;
  }
  .hC:not(:first-of-type) {
    margin-top: 3.2rem;
  }
  .hD {
    min-height: 1.8rem;
    margin-bottom: 1.5rem;
    padding-left: 2.4rem;
    font-size: 1.5rem;
  }
  .hD::before {
    top: 0.3rem;
    width: 1.8rem;
    height: 1.8rem;
  }
  .hD:not(:first-of-type) {
    margin-top: 2.4rem;
  }
  .hE {
    margin-bottom: 1.4rem;
    font-size: 1.5rem;
    color: #2396c8;
  }
  .hE:not(:first-of-type) {
    margin-top: 2rem;
  }
  .telLink {
    gap: 1rem;
    font-size: 3rem;
  }
  .telLink::before {
    width: 2.1rem;
    height: 3.4rem;
    margin-bottom: 0.1rem;
  }
  .l-main__inner a.linkArrow {
    min-width: 18rem;
    min-height: 4rem;
    padding: 0.9rem 3.6rem 0.8rem 2rem;
    font-size: 1.4rem;
  }
  .l-main__inner a.linkArrow::after {
    right: 1.4rem;
    width: 1.9rem;
    height: 1.9rem;
  }
  .l-main__inner a:not(.linkArrow).linkExternal span::after {
    top: -0.1rem;
    right: -2rem;
  }
  .l-main__inner a.linkArrow.linkExternal::after {
    width: 1.9rem;
    height: 1.7rem;
  }
  .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.6rem;
  }
  .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 {
    padding-left: 1.4rem;
  }
  .listDot:not(#_) li::before {
    top: 0.6rem;
    width: 0.9rem;
    height: 0.9rem;
  }
  .listNum:not(#_) li {
    padding-left: 1.6rem;
  }
  .listCheck:not(#_) li {
    padding-left: 1.8rem;
  }
  .listCheck:not(#_) li::before {
    width: 1.5rem;
    height: 1.3rem;
  }
  dl.listData dt {
    font-size: 1.4rem;
  }
  dl.listData dd {
    margin-bottom: 0.6rem;
  }
  .decBox {
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding: 1.6rem 1.5rem 0.6rem;
    border-radius: 0.6rem;
  }
  .decBox .hD {
    margin-bottom: 1.6rem;
  }
  .tblA, .tblB, .tblC, .tblD, .tblE {
    margin-bottom: 2rem;
  }
  .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: none;
  }
  .tblA:not(.tblVertical) tr:last-of-type th, .tblA:not(.tblVertical) tr:last-of-type td {
    border-bottom: none;
  }
  .tblA.tblVertical th, .tblA.tblVertical td {
    border-right: none;
  }
  .tblA.tblVertical th {
    border-top: solid 1px #2396c8;
  }
  .tblA.tblVertical tr:first-of-type th:first-of-type {
    border-top: none;
  }
  .tblB tr th {
    border-top: solid 1px #2396c8;
    border-right: none;
    border-bottom: dotted 1px #2396c8 !important;
  }
  .tblB tr:first-of-type th:first-of-type {
    border-top: none;
  }
  .tblB tr td {
    border-right: none;
  }
  .tblC td {
    border-left: solid 0.2rem #fff !important;
  }
  .tblC thead tr th:last-of-type, .tblC tbody tr td:last-of-type {
    border-bottom: none;
  }
  .tblC tbody tr:last-of-type td {
    border-right: none;
  }
  .tblD td {
    padding: 0;
    border-right: none;
  }
  .tblD td:before {
    padding: 0.8rem 0.8rem;
    background-color: #2396c8;
    color: #fff;
  }
  .tblD td span {
    padding: 0.8rem 0.8rem;
  }
  .tblD td:first-of-type {
    padding: 0.8rem 0.8rem;
    border-bottom: none;
  }
  .tbl-scroll {
    position: relative;
    margin-bottom: 2.5vw;
  }
  .tbl-scroll .tblE {
    margin-bottom: 0;
    overflow: visible;
    border: none;
    border-radius: 0;
  }
  .tblE td {
    border-left: none;
  }
  .tblA:not(.tblVertical) tr:nth-of-type(even) td, .tblE tr:nth-of-type(even) td {
    background-color: #fcfbf7;
  }
  .stpBox {
    margin-bottom: 3.2rem;
  }
  .stpBox__inner {
    flex-direction: column;
  }
  .stpBox > h3 {
    justify-content: center;
    width: 100%;
    height: 6.2rem;
    margin-bottom: 2.4rem;
    padding: 0.2rem 2.4rem 1rem;
    background: url("../../img/page/common/bg_flow01_sp.png") no-repeat center/cover;
    font-size: 1.5rem;
  }
  .stpBox > h3 .--number {
    margin-right: 1rem;
    gap: 0.4rem;
  }
  .stpBox > h3 .--number::before {
    font-size: 1.2rem;
  }
  .stpBox > h3 .--number::after {
    font-size: 3.2rem;
  }
  .stpImg {
    margin-top: 0;
    margin-bottom: 1.8rem;
  }
  .stpBox .decBox {
    margin-top: 0;
  }
  .stpBox > .decBox {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 1440px) {
  html {
    font-size: 0.694444vw;
  }
}
@media (min-width: 768px) {
  table.schedule td br {
    display: none;
  }
  table.schedule th br.sp_br {
    display: none !important;
  }
}
@media screen and (min-width: 1760px) {
  .p-mainVisual__slideWrapper {
    right: 0;
    left: auto;
  }
  .p-mainVisual__bg.--02 {
    right: auto;
    left: -18rem;
  }
  .p-mainVisual__bg.--03 {
    right: -15rem;
    left: auto;
  }
}
@media screen and (min-width: 1970px) {
  .c-bg__topWhite::before {
    width: 100%;
    background-size: 100% 23.4rem;
  }
  .c-bg__topYellow::before {
    width: 100%;
    background-size: 100% 23.4rem;
  }
  .c-bg__topBlue::before {
    background: url("../../img/common/bg_contents03.png") no-repeat center/cover;
    width: 100%;
    background-size: 100% 23.4rem;
  }
  .c-bg__topGreen::before {
    background: url("../../img/common/bg_contents04.png") no-repeat center/cover;
    width: 100%;
    background-size: 100% 23.4rem;
  }
  .c-bg__bottomWhite::after {
    width: 100%;
    background-size: 100% 23.4rem;
  }
  .c-bg__bottomYellow::after {
    width: 100%;
    background-size: 100% 23.4rem;
  }
}
@media (hover: none) {
  .c-link:active {
    opacity: 0.7;
  }
  .c-link--bright:active {
    filter: brightness(1.1);
  }
}