@charset "UTF-8";

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  background-repeat: no-repeat;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

/* General elements */
hr {
  height: 0;
  overflow: visible;
}

details,
main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 0.875em;
}

[hidden] {
  display: none;
}

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  border-bottom: none;
  text-decoration: underline dotted;
}

a {
  display: block;
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace;
}

pre {
  font-size: 1em;
}

b,
strong {
  font-weight: bolder;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Forms */
input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: bold;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  color: inherit;
  cursor: pointer;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button,
input,
select,
textarea {
  border-style: none;
  background-color: transparent;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  display: table;
  max-width: 100%;
  border: 0;
  color: inherit;
  white-space: normal;
}

::-webkit-file-upload-button {
  color: inherit;
  font: inherit;
  -webkit-appearance: button;
}

/* Specify media element style */
img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not([fill]) {
  fill: currentColor;
}

/* Accessibility */
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

/**********************************************************
全体共通
***********************************************************/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 0.7142857vw;
}

body {
  color: #5C5C5C;
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
  font-family: "Zen Kaku Gothic New", sans-serif;
  -webkit-text-size-adjust: 100%;
  background-color: #ffffff;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

a {
  color: #5C5C5C;
  text-decoration: none;
  -webkit-transition: color 0.5s cubic-bezier(0.25, 1, 0.5, 1), border-color 0.5s cubic-bezier(0.25, 1, 0.5, 1), background-color 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition: color 0.5s cubic-bezier(0.25, 1, 0.5, 1), border-color 0.5s cubic-bezier(0.25, 1, 0.5, 1), background-color 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

a img {
  -webkit-transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

button {
  border: none;
  cursor: pointer;
}

.searchForm input {
  outline: none;
  padding-bottom: 2px;
}

/* 選択した時の青い背景を削除*/
.searchForm input:-webkit-autofill {
  border-radius: 3em;
  box-shadow: 0 0 0 1000px white inset;
}

/* 選択した時の×印を削除*/
::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* ========================================================
  スクロールバー
===========================================================*/
/* バーの背景色を設定できます*/
.js-simpleBar .simplebar-track {
  background: #EAEAEA;
  border-radius: 10px;
}

/* デフォルトだと薄くなっています。*/
.js-simpleBar .simplebar-track .simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}

/* ここでバーの色を設定 */
.js-simpleBar .simplebar-track .simplebar-scrollbar::before {
  background: #54ABB1;
}

.js-simpleBar .simplebar-track.simplebar-horizontal {
  height: 3px;
}

.js-simpleBar .simplebar-track.simplebar-vertical {
  width: 5px;
}

.js-simpleBar .simplebar-scrollbar:before {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}


/* ========================================================
  モーダル
===========================================================*/
.js-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100vw;
  height: 100dvh;
  display: grid;
  place-items: center;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0.3s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.js-modal.is-show {
  opacity: 1;
  visibility: visible;
}

.js-modalOverlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  cursor: pointer;
}

.js-modalWrap {
  position: relative;
  z-index: 2;
}

.js-modalButton {
  cursor: pointer;
}

/* ========================================================
  パララックス
===========================================================*/
.js-parallax-item {
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  will-change: transform;
}


/* ========================================================
  ドロップダウン
===========================================================*/
.js-toggle-container {
  visibility: hidden;
  height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: height 0.3s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  transition: height 0.3s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.js-toggle-container.is-open {
  visibility: visible;
  opacity: 1;
}

.js-toggle-button {
  cursor: pointer;
  position: relative;
}

/* 矢印 */
.js-toggle-button .arrow {
  width: 12px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 34px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}

.js-toggle-button.is-open .arrow {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}


/* ＋ */
.js-toggle-button .icon {
  position: relative;
  width: 17px;
  height: 17px;
  display: block;
}

.js-toggle-button .icon span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 1px;
  background-color: #54ABB1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.js-toggle-button .icon span:nth-child(1) {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

.js-toggle-button.is-open .icon span:nth-child(1) {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg);
}

.js-toggle-button.is-open .icon span:nth-child(2) {
  opacity: 0;
}


/**********************************************************
総合 ヘッダー
***********************************************************/
.header {
  height: 110px;
}

.header__inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  padding: 35px 40px;
}


/* ========================================================
  ヘッダーロゴ
===========================================================*/
.header__logo {
  width: 165px;
}

/* ========================================================
  ヘッダーメニュー
===========================================================*/
.header__menu {
  width: calc(100% - 133px);
}

.header__menu__list {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  gap: 2.6%;
}

.header__menu__list .menu a {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.header__menu__list .menu a:hover {
  opacity: 0.7;
}


/**********************************************************
総合 フッター
***********************************************************/
.footer__inner {
  border-top: 1px solid #ECECEC;
  padding: 50px 0 45px;
  margin: 0 7.1%;
}

.footer__column {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}

.footer__column+.footer__column {
  /* margin-top: 100px; */
  margin-top: 80px;
}

/* ========================================================
  フッターロゴ
===========================================================*/
.footer__logo {
  width: 350px;
  margin-top: 10px;
}

/* ========================================================
  フッターメニュー
===========================================================*/
.footer__menu {
  width: calc(100% - 340px);
  display: flex;
  justify-content: flex-end;
  gap: 9%;
  margin-top: 8px;
}

.footer__menu__list {
  list-style: none;
}

.footer__menu__list .item {
  font-size: 14px;
  letter-spacing: 0.05em;
}

.footer__menu__list .item+.item {
  margin-top: 15px;
}

.footer__menu__list .item a {
  display: flex;
  align-items: center;
  gap: 5px;
  transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.footer__menu__list .item a:hover {
  opacity: 0.7;
}

.footer__menu__list .item.-list {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
}

.footer__menu__list .item.-list.-first {
  margin-top: 20px;
}

.footer__menu__list .item.-list::before {
  content: "";
  display: block;
  width: 7px;
  height: 1px;
  background-color: #2E2E2E;
  margin-top: 2px;
}

.footer__menu__list .item.-list+.item.-list {
  margin-top: 13px;
}

/* ========================================================
  リンク
===========================================================*/
.footer__columnLink {
  width: 353px;
  margin-top: 24px;
  margin-bottom: 37px;
}

.footer__columnLink a {
  transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.footer__columnLink a:hover {
  opacity: 0.7;
}

.footer__link {
  list-style: none;
  display: flex;
  gap: 60px;
}

.footer__link .item {
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.footer__link .item a {
  transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.footer__link .item a:hover {
  opacity: 0.7;
}


/* ========================================================
  sns
===========================================================*/
.footer__sns {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  gap: 16px;
  margin-bottom: 25px;
  /* margin-top: 25px; */
}

.footer__sns .item {
  width: 41px;
  height: 41px;
  background-color: #50AEB8;
  border-radius: 50%;
}

.footer__sns .item a {
  width: inherit;
  height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.footer__sns .item img {
  width: 21px;
}

.footer__sns .item.-x img {
  width: 20px;
}

.footer__sns .item a {
  transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.footer__sns .item a:hover {
  opacity: 0.7;
}


/* ========================================================
  コピーライト
===========================================================*/
.footer__copyright {
  display: block;
  font-family: "Ysabeau Infant", sans-serif;
  font-size: 12px;
  line-height: 1.2;
  text-align: right;
}


/**********************************************************
blog ヘッダー
***********************************************************/
.blog-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 20px;
  gap: 10px;
}

.blog-header__wrap {
  height: calc(100dvh - 40px);
  margin: 20px 0;
}

.blog-header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 75px;
  height: 100%;
  border-radius: 3em;
  box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 0 25px;
  overflow-y: auto;
}

.blog-header .js-blogHeader-overlay {
  visibility: hidden;
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100dvh;
  background-color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  opacity: 0;
  -webkit-transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1), visibility 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1), visibility 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.blog-header .js-parentList-item {
  width: 35px;
  height: 35px;
  cursor: pointer;
  position: relative;
  z-index: 2;
}

.blog-header .js-parentList-item::before {
  content: "";
  width: 47px;
  height: 47px;
  background-color: #D2E4E5;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.blog-header .js-parentList-item.is-active::before {
  opacity: 1;
}

.blog-header .js-childList-item {
  visibility: hidden;
  max-height: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1), visibility 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1), visibility 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.blog-header .js-childList-item.is-active {
  visibility: visible;
  max-height: 100%;
  opacity: 1;
}

.blog-header .js-child {
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  max-width: 0;
  -webkit-transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1), visibility 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1), visibility 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.blog-header .js-child.is-active,
.blog-header .js-childList-item.is-active,
.blog-header .js-blogHeader-overlay.is-active {
  visibility: visible;
  opacity: 1;
}

.blog-header .js-child.is-active {
  max-height: 100%;
  max-width: 100%;
}

.blog-header .js-childList-item.is-active {
  position: relative;
  max-height: 100%;
}

/* ========================================================
  ヘッダーロゴ
  ===========================================================*/
.blog-header__logo {
  width: 33px;
  margin: 0 auto;
}

/* ========================================================
  検索
  ===========================================================*/
.blog-header__search {
  width: 35px;
}

/* ========================================================
  メニュー
  ===========================================================*/
.blog-header__menu {
  margin: 40% 0;
}

.blog-header__menu__list {
  list-style: none;
}

.blog-header__menu__list .menu+.menu {
  margin-top: clamp(17px, 2.64vh, 20px);
}

.blog-header__menu__list .menu a {
  display: block;
  width: 34px;
}

/* ========================================================
  ドロワーメニュー（PC）
===========================================================*/

/* --- ▼閉じるボタン
------------------------------------------------------ */
.blog-header__pcDrawer__closeButton {
  margin-top: 6%;
}

.blog-header__pcDrawer__closeButton button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  gap: 7px;
  border-radius: 6px;
  background-color: #f6f6f6;
}

.blog-header__pcDrawer__closeButton button .closeIcon,
.blog-header__pcDrawer__closeButton button:hover .closeIcon span {
  transition: background-color 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.blog-header__pcDrawer__closeButton button:hover .closeIcon {
  background-color: #fff;
}

.blog-header__pcDrawer__closeButton button:hover .closeIcon span {
  background-color: #54ABB1;
}

.blog-header__pcDrawer__closeButton .text {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.05em;
}

.blog-header__pcDrawer__closeButton .closeIcon {
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #54ABB1;
  border: 1px solid #54ABB1;
}

.blog-header__pcDrawer__closeButton .closeIcon span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 11px;
  background-color: #ffffff;
}

.blog-header__pcDrawer__closeButton .closeIcon span:nth-child(1) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.blog-header__pcDrawer__closeButton .closeIcon span:nth-child(2) {
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
  transform: translate(-50%, -50%) rotate(-135deg);
}


/* --- ▼ドロワーメニュー
------------------------------------------------------ */
.blog-header__pcDrawer__list {
  width: 100%;
  height: 100%;
  border-radius: 35px;
  background-color: #ffffff;
}

.blog-header__pcDrawer .childBox {
  width: 645px;
  height: 100svh;
  list-style: none;
}

.blog-header__pcDrawer .childBox__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 7.8% 7.8% 5.7%;
  overflow-y: auto;
  overflow-y: auto;
}

.blog-header__pcDrawer .childBox.-menu .childBox__heading {
  padding-bottom: min(7%, 38px);
  border-bottom: 1px dashed #E4E4E4;
}

.blog-header__pcDrawer .childBox.-menu .childBox__heading--title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: min(4.1%, 22px);
  gap: 8px;
}

.blog-header__pcDrawer .childBox.-menu .childBox__heading--title .icon {
  width: 35px;
}

.blog-header__pcDrawer .childBox.-menu .childBox__heading--title .text {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.05em;
}

.blog-header__pcDrawer .childBox.-menu .childBox__heading--text {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.1em;
}

.blog-header__pcDrawer .childBox.-menu .childBox__menu {
  margin-top: min(7.4%, 40px);
}

.blog-header__pcDrawer .childBox.-menu .childBox__menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 13px;
  display: flex;
}

.blog-header__pcDrawer .childBox.-menu .childBox__menu__list .childMenu {
  width: calc(50% - 7px);
  height: 40px;
}

.blog-header__pcDrawer .childBox.-menu .childBox__menu__list .childMenu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 6px;
  width: 100%;
  height: 100%;
  padding: 0 17px;
  border: 1px solid #54ABB1;
  border-radius: 3em;
  transition: background-color 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.blog-header__pcDrawer .childBox.-menu .childBox__menu__list .childMenu a:hover {
  background-color: #D2E4E5;
}

.blog-header__pcDrawer .childBox.-menu .childBox__menu__list .childMenu .text {
  margin-bottom: 2px;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.05em;
  width: calc(100% - 12px);
}

.blog-header__pcDrawer .childBox.-menu .childBox__menu__list .childMenu .arrow {
  width: 7px;
}

.blog-header__pcDrawer .childBox.-search .childBox--title {
  margin-bottom: 25px;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.blog-header__pcDrawer .childBox.-search .childBox__searchbox {
  margin-bottom: 30px;
}

.blog-header__pcDrawer .childBox.-search .childBox__searchbox form {
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  border: 1px solid #E4E4E4;
  border-radius: 3em;
  padding-right: 20px;
}

.blog-header__pcDrawer .childBox.-search .childBox__searchbox input {
  width: 100%;
  height: 100%;
  padding-left: 25px;
}

.blog-header__pcDrawer .childBox.-search .childBox__searchbox input::placeholder {
  color: #cacaca;
}

.blog-header__pcDrawer .childBox.-search .childBox__searchbox button {
  transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.blog-header__pcDrawer .childBox.-search .childBox__searchbox button:hover {
  opacity: 0.7;
}

.blog-header__pcDrawer .childBox.-search .childBox__keyword--title {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
}

.blog-header__pcDrawer .popular-search-keywords {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  max-height: 50px;
  overflow: hidden;
  gap: 10px 16px;
}

.blog-header__pcDrawer .popular-search-keywords a {
  color: #54ABB1;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
  transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.blog-header__pcDrawer .popular-search-keywords a:hover {
  opacity: 0.7;
}


/**********************************************************
blog フッター
***********************************************************/
.blog-footer__wrap {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 min(7.15%, 100px) 30px min(6.79%, 95px);
}

.blog-footer__inner {
  margin-left: min(5.84%, 70px);
}

.blog-footer__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.blog-footer__column.-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 45px;
  border-top: 1px solid #E4E4E4;
}

.blog-footer__column.-bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 15%;
}

.blog-footer .pagetop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  margin-left: auto;
  gap: 5px;
  transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.blog-footer .pagetop:hover {
  opacity: 0.7;
}

.blog-footer .pagetop .text {
  font-weight: 500;
  font-size: 15px;
  line-height: 1.4;
  font-family: "Ysabeau Infant", sans-serif;
}

.blog-footer .pagetop .icon {
  display: block;
  width: 9px;
}

.blog-footer__logo {
  width: 133px;
}

.blog-footer__copyright {
  font-weight: 500;
  font-size: 11px;
  line-height: 1.3;
  font-family: "Ysabeau Infant", sans-serif;
  text-align: right;
}

.blog-footer__menu {
  width: calc(100% - 133px);
  margin-bottom: 5px;
}

.blog-footer__menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 3.75%;
  list-style: none;
}

.blog-footer__menu__list .menu a {
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.05em;
  transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.blog-footer__menu__list .menu a:hover {
  opacity: 0.7;
}

.blog-footer__submenu {
  width: calc(100% - 210px);
}

.blog-footer__submenu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.75%;
  list-style: none;
}

.blog-footer__submenu__list .menu a {
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  gap: 4px;
  transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.blog-footer__submenu__list .menu a:hover {
  opacity: 0.7;
}

.blog-footer__submenu__list .menu .icon {
  width: 12px;
}


/**********************************************************
店舗 ヘッダー
***********************************************************/
.branch-header {
  height: 98px;
}

.branch-header__inner {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px min(3%, 45px);
  gap: 20px;
}

/* ========================================================
  ドロップダウンメニュー
===========================================================*/
.branch-header__menu .js-headerDropdownMenu {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.branch-header__menu .js-headerDropdownMenu.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}


/* ========================================================
  検索機能
===========================================================*/
.branch-header__menu .childMenu__list {
  list-style: none;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateY(100%);
  background-color: #fff;
  padding: 20px 30px;
}

.branch-header__menu .childMenu__list .searchForm {
  display: flex;
  align-items: center;
  position: relative;
}

.branch-header__menu .childMenu__list .searchForm input {
  outline: none;
  width: 324px;
  height: 40px;
  border: 1px solid #BCBCBC;
  border-radius: 3em;
  padding: 10px 18px 13px;
}

.branch-header__menu .submitButton {
  position: absolute;
  top: 50%;
  right: 21px;
  z-index: 2;
  transform: translateY(-50%);
}


/* ========================================================
  ヘッダーロゴ
===========================================================*/
.branch-header__logo {
  width: 274px;
}

/* ========================================================
  ヘッダーメニュー
===========================================================*/
.branch-header__menu {
  width: calc(100% - 274px);
}

.branch-header__menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: min(2.87%, 35px);
}

.branch-header__menu__list .menu.-button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 117px;
  height: 38px;
  background-color: #54ABB1;
  color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 3em;
  -webkit-transition: background-color 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  transition: background-color 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.branch-header__menu__list .menu.-button a:hover {
  background-color: #98CDD0;
}

.branch-header__menu__list .menu a {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  -webkit-transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.branch-header__menu__list .menu a:hover {
  opacity: 0.7;
}


/**********************************************************
店舗 フッター
***********************************************************/
.l-branchFooterWrapper {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 min(7.15%, 100px);
}

/* ========================================================
  head
===========================================================*/
.branch-footer__head {
  padding: 80px 0 50px;
  border-top: 1px solid #E1E1E1;
}

.branch-footer__head__inner {
  width: 100%;
}

/* ---▼ フッターロゴ
----------------------------------------------------------- */
.branch-footer__logo {
  width: 235px;
}

/* ========================================================
  body
===========================================================*/
.branch-footer__body__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 160px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* ---▼メニュー
----------------------------------------------------------- */
.branch-footer__menu {
  border-top: 1px solid #E1E1E1;
  padding: 50px 0 80px;
}

.branch-footer__menu__list {
  list-style: none;
}

.branch-footer__menu__list.-horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px 4.4%;
}

.branch-footer__menu__list.-vertical .menu+.menu {
  margin-top: 16px;
}

.branch-footer__menu__list .menu a {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  -webkit-transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.branch-footer__menu__list .menu a:hover {
  opacity: 0.7;
}

.branch-footer__menu .childMenu__list {
  margin-top: 15px;
  list-style: none;
}

.branch-footer__menu .childMenu__list .menu {
  position: relative;
  margin-left: 1.3em;
}

.branch-footer__menu .childMenu__list .menu+.menu {
  margin-top: 10px;
}

.branch-footer__menu .childMenu__list .menu::before {
  display: block;
  position: absolute;
  top: 0.3em;
  left: -10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #D0EAEC;
  content: "";
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}

.branch-footer__menu .childMenu__list .menu a {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
}

/* ---▼ボタン
----------------------------------------------------------- */
.branch-footer__button a {
  display: block;
  width: 309px;
  -webkit-transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.branch-footer__button a:hover {
  opacity: 0.8;
}

/* ---▼サブメニュー
----------------------------------------------------------- */
.branch-footer__submenu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 34px;
  list-style: none;
}

.branch-footer__submenu__list .menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  -webkit-transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.branch-footer__submenu__list .menu a:hover {
  opacity: 0.7;
}

/* ========================================================
  foot
===========================================================*/
.branch-footer__foot {
  background-color: #54ABB1;
}

.branch-footer__foot__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 96px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.branch-footer__foot__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15.4%;
}

.branch-footer__foot .snsWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}

.branch-footer__foot .snsWrap a {
  pointer-events: none;
  transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.branch-footer__foot .snsWrap a:hover {
  opacity: 0.7;
}

.branch-footer__foot .snsWrap .-x {
  width: 24px;
}

.branch-footer__foot .snsWrap .-instagram,
.branch-footer__foot .snsWrap .-facebook {
  width: 25px;
}

.branch-footer__foot .linkWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 5px;
  gap: 18%;
}

.branch-footer__foot .linkWrap .link a {
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  white-space: nowrap;
  -webkit-transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.branch-footer__foot .linkWrap .link a:hover {
  opacity: 0.7;
}

.branch-footer__foot .copyright {
  color: #fff;
  font-size: 11px;
  line-height: 1.6;
  font-family: "Montserrat", sans-serif;
  text-align: right;
}

/**********************************************************
共通コンポーネント
***********************************************************/
/* ========================================================
c-articleShare01
=========================================================== */
.c-articleShare01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 50px;
  padding: 3.5% 5%;
  border: 1px dashed #c1c1c1;
  border-radius: 20px;
}

.c-articleShare01 .text {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.c-articleShare01 .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 23px;
}

.c-articleShare01 .icon {
  width: 32px;
}

.c-articleShare01 .icon.-x {
  width: 28px;
}


/* ========================================================
c-articleShare02
=========================================================== */
.c-articleShare02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 80px;
  padding: 29px 0 28px;
  border-top: 1px solid #E1E1E1;
  border-bottom: 1px solid #E1E1E1;
}

.c-articleShare02 .text {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.c-articleShare02 .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 18px;
}

.c-articleShare02 .icon {
  width: 25px;
}

.c-articleShare02 .icon.-x {
  width: 22px;
}

.c-articleShare02 .icon a {
  transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.c-articleShare02 .icon a:hover {
  opacity: 0.7;
}

/* ========================================================
c-homeLinkButton
=========================================================== */
.c-homeLinkButton a {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
  width: 236px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  border-radius: 5px;
  padding: 0 20px 0 25px;
}

.c-homeLinkButton.-bl a {
  background-color: #54ABB1;
  transition: background-color 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.c-homeLinkButton.-bl a .text {
  color: #fff;
}

.c-homeLinkButton.-bl a:hover {
  background-color: #98CDD0;
}

.c-homeLinkButton.-wh a {
  background-color: #fff;
  transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.c-homeLinkButton.-wh a .text {
  color: #54ABB1;
}

.c-homeLinkButton.-wh a:hover {
  opacity: 0.7;
}


/* ========================================================
c-homeFv
=========================================================== */
.c-homeFv {
  margin-top: 27px;
  margin-bottom: 54px;
}

.c-homeFv--title .inner,
.c-homeFv__breadcrumb {
  padding: 0 2.8%;
}

.c-homeFv--title {
  border-bottom: 1px solid #ececec;
  padding-bottom: 90px;
}

.c-homeFv--title .en {
  font-family: "Ysabeau Infant", sans-serif;
  font-size: 70px;
  font-weight: 500;
  line-height: 1.4;
}

.c-homeFv--title .ja {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-top: 6px;
}

.c-homeFv__breadcrumb {
  margin-top: 8px;
}

.c-homeFv__breadcrumb__list {
  list-style: none;
  text-align: right;
}

.c-homeFv__breadcrumb .item {
  font-size: 12px;
  letter-spacing: 0.05em;
  display: inline;
}

.c-homeFv__breadcrumb .item a {
  display: inline-block;
  transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.c-homeFv__breadcrumb .item a:hover {
  opacity: 0.7;
}

.c-homeFv__breadcrumb .item.-home {
  position: relative;
}

.c-homeFv__breadcrumb .item.-home::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(90deg, #4CAFA2 0%, #3B95B3 100%);
  position: absolute;
  top: 50%;
  left: -6px;
  transform: translate(-100%, -50%);
}

.c-homeFv__breadcrumb .item+.item {
  position: relative;
  margin-left: 21px;
}

.c-homeFv__breadcrumb .item+.item::before {
  content: "";
  width: 16px;
  height: 1px;
  background-color: #B5B5B5;
  position: absolute;
  top: 50%;
  left: -6px;
  transform: translate(-100%, -50%);
}


/* ========================================================
c-homeTitle01
=========================================================== */
.c-homeTitle01--title {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
  padding-bottom: 25px;
}

.c-homeTitle01--title::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #8ED9CF 0%, #3B95B3 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}

.c-homeTitle01--title .en {
  font-family: "Ysabeau Infant", sans-serif;
  font-size: 55px;
  font-weight: 500;
  line-height: 1.4;
}

.c-homeTitle01--title .en::before {
  content: "";
  display: block;
  width: 14px;
  height: 6px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../images/home/common/title_square_bl.svg);
  margin-bottom: -7px;
}

.c-homeTitle01--title .ja {
  font-size: 22px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
}

.c-homeTitle01--text {
  font-size: 16px;
  line-height: 2.2;
  letter-spacing: 0.1em;
  text-align: right;
  margin-top: 25px;
}


/* ========================================================
c-blogArticleType01
=========================================================== */
.c-blogArticleType01 {
  margin-left: -2%;
}

.c-blogArticleType01:not(:has(.c-blogArticleType01__box)) {
  margin-left: 0;
}

.c-blogArticleType01__box {
  position: relative;
  width: 31.33%;
  margin-bottom: 2%;
  margin-bottom: 17px;
  /* ＝ (100% - 2% * 2) / 3 */
  margin-left: 2%;
  padding: 17px 25px 27px;
  transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.c-blogArticleType01__box:hover {
  opacity: 0.8;
}

.c-blogArticleType01__box:nth-last-child(-n+3) {
  margin-bottom: 0;
}

.c-blogArticleType01__box a.coverLink {
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-blogArticleType01__box .category {
  position: relative;
  z-index: 2;
}

.c-blogArticleType01__box .category a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 12px;
  gap: 10px;
  transition: color 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}


.c-blogArticleType01__box .category a:hover {
  color: #54ABB1;
}

.c-blogArticleType01__box .category .icon {
  width: 47px;
}

.c-blogArticleType01__box .category p {
  display: -webkit-box;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.03em;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}

.c-blogArticleType01__box .image {
  margin-bottom: 15px;
  width: 100%;
  height: 175px;
}

.c-blogArticleType01__box .image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 4px;
}

.c-blogArticleType01__box .title {
  display: -webkit-box;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 0.05em;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  margin-bottom: 38px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}

.c-blogArticleType01__box .time {
  margin-bottom: 16px;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.05em;
}

.c-blogArticleType01__box .tagWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-height: 88px;
  padding-top: 25px;
  overflow: hidden;
  gap: 8px;
  border-top: 1px solid #E4E4E4;
}


/* ========================================================
c-blogArticleType02
=========================================================== */
.c-blogArticleType02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: min(1.6vw, 22px);
}

.c-blogArticleType02__box {
  position: relative;
  width: calc(50% - 0.8vw);
  padding: 20px 25px 23px;
  transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.c-blogArticleType02__box:hover {
  opacity: 0.8;
}

.c-blogArticleType02__box a.coverLink {
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-blogArticleType02__box__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 7px;
}

.c-blogArticleType02__box .category {
  position: relative;
  z-index: 2;
}

.c-blogArticleType02__box .category a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  transition: color 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.c-blogArticleType02__box .category a:hover {
  color: #54ABB1;
}

.c-blogArticleType02__box .category .icon {
  width: 38px;
}

.c-blogArticleType02__box .category p {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.03em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}

.c-blogArticleType02__box .time {
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.05em;
}

.c-blogArticleType02__box .title {
  display: -webkit-box;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 0.05em;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}

.c-blogArticleType02__box .tagWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-height: 55px;
  padding-top: 23px;
  overflow: hidden;
  gap: 8px;
  border-top: 1px solid #E4E4E4;
}


/* ========================================================
c-blogFv
=========================================================== */
.c-blogFv {
  padding-top: 20px;
}

.c-blogFv--title {
  padding-bottom: 60px;
  border-bottom: 1px solid #E4E4E4;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.c-blogFv__breadcrumb {
  margin-top: 13px;
}

.c-blogFv__breadcrumb__list {
  list-style: none;
}

.c-blogFv__breadcrumb__list li {
  display: inline;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.c-blogFv__breadcrumb__list li a {
  display: inline-block;
  transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.c-blogFv__breadcrumb__list li a:hover {
  opacity: 0.7;
}

.c-blogFv__breadcrumb__list li+li::before {
  margin-right: 3px;
  content: "＞";
}

/* ========================================================
c-blogHeadingType01
=========================================================== */
.c-blogHeadingType01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 23px;
}

.c-blogHeadingType01--title {
  font-weight: 500;
  font-size: 22px;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.c-blogHeadingType01--numberArticles {
  margin-bottom: 3px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.05em;
}

.c-blogHeadingType01--numberArticles .number {
  margin: 0 5px;
  font-weight: 400;
  font-size: 26px;
}

/* ========================================================
c-blogHeadingType02
=========================================================== */
.c-blogHeadingType02 {
  margin-bottom: 23px;
}

.c-blogHeadingType02--title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.07em;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.c-blogHeadingType02--title .category {
  display: block;
  margin-right: 5px;
  font-size: 22px;
  letter-spacing: 0.05em;
}

.c-blogHeadingType02--title .category+span {
  display: block;
  margin-bottom: 1px;
}


/* ========================================================
c-blogTag
=========================================================== */
.c-blogTag {
  display: flex;
  flex-wrap: wrap;
}

.c-blogTag__item {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.c-blogTag__item a {
  display: block;
  z-index: 2;
  position: relative;
  padding: 4px 8px 6px;
  border-radius: 3em;
  background-color: #E5F5EE;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.03em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: background-color 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.c-blogTag__item a:hover {
  background-color: #C8E3D6;
}

.c-blogTag.-medium .c-blogTag__item a {
  font-size: 14px;
}

.c-blogTag.-small.c-blogTag__item a {
  font-size: 11px;
}


/* ========================================================
c-moreButton
=========================================================== */

.c-moreButton a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.05em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 7px;
}

.c-moreButton.-fsM a {
  font-size: 16px;
}

.c-moreButton--arrow {
  width: 20px;
  height: 20px;
  position: relative;
}

.c-moreButton--arrow .off,
.c-moreButton--arrow .on {
  transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1), visibility 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.c-moreButton--arrow .on {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

.c-moreButton a:hover .c-moreButton--arrow .on {
  opacity: 1;
  visibility: visible;
}

.c-moreButton a:hover .c-moreButton--arrow .off {
  opacity: 0;
  visibility: hidden;
}

/* ========================================================
c-branchFv
=========================================================== */
.c-branchFv {
  margin-bottom: 100px;
}

.c-branchFv__inner {
  position: relative;
  padding: 0 20px;
}

.c-branchFv__block {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  padding-bottom: 25px;
  transform: translate(-50%, -50%);
}

.c-branchFv--title.-wh {
  color: #fff;
}

.c-branchFv--title.-bk {
  color: #2c4040;
}

.c-branchFv--title .en {
  display: block;
  margin-bottom: 8px;
  font-weight: 400;
  font-size: 60px;
  line-height: 1.2;
  font-family: "Montserrat", sans-serif;
}

.c-branchFv--title .ja {
  display: block;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.1em;
}

.c-branchFv--image {
  width: 100%;
  height: max(36.43vw, 510px);
}

.c-branchFv--image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 5px;
}

.c-branchFv__breadcrumb {
  width: 100%;
  margin-top: 16px;
}

.c-branchFv__breadcrumb__list {
  list-style: none;
}

.c-branchFv__breadcrumb__list .item {
  display: inline;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.c-branchFv__breadcrumb__list .item .item,
.c-branchFv__breadcrumb__list .item .item a {
  color: #2c4040;
}

.c-branchFv__breadcrumb__list .item+.item {
  position: relative;
  margin-left: -2px;
}

.c-branchFv__breadcrumb__list .item+.item::before {
  content: "｜";
  color: #e1e1e1;
  font-weight: 400;
  padding-right: 1px;
}

.c-branchFv__breadcrumb__list .item a {
  display: inline-block;
  -webkit-transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.c-branchFv__breadcrumb__list .item a:hover {
  opacity: 0.7;
}

.c-branchFv.-childPage .c-branchFv--image {
  height: max(17.86vw, 250px);
}

.c-branchFv.-childPage .c-branchFv__block {
  padding-bottom: 0;
}

.c-branchFv.-childPage .c-branchFv--title .en {
  font-size: 40px;
  margin-bottom: 10px;
}

/* 初めての方への下層ページ */
body[class*="page-template-page-makuhari-newpatients-"] .c-branchFv.-childPage .c-branchFv--image img {
  object-position: center 41%;
}


/* ========================================================
c-branchSecType01
=========================================================== */
.c-branchSecType01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.c-branchSecType01__block.-title {
  width: 44%;
}

.c-branchSecType01__block.-map,
.c-branchSecType01__block.-table {
  width: 54%;
  max-width: 578px;
  border-radius: 5px;
}

/* googleマップ */
.c-branchSecType01__block.-map {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 380px;
}

.c-branchSecType01__block.-map iframe {
  position: absolute;
  top: -150px;
  left: 0;
  width: 100%;
  height: calc(100% + (75px * 2));
}

/* ========================================================
c-branchSecType02
=========================================================== */
.c-branchSecType02 .c-branchSecTitle05 {
  margin-bottom: 40px;
}

.c-branchSecType02 .text,
.c-branchSecType02 .strongText {
  letter-spacing: 0.05em;
}

.c-branchSecType02 .text {
  font-size: 16px;
  line-height: 2;
}

.c-branchSecType02 .strongText {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7;
}

.c-branchSecType02 .c-branchRoundButton {
  margin-top: 40px;
  text-align: right;
}

.c-branchSecType02 .grayBox {
  padding: 33px 40px 45px 40px;
  border-radius: 5px;
  background-color: #F7F8F8;
  margin-top: 40px;
}

.c-branchSecType02 .grayBox--title {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-bottom: 24px;
}

.c-branchSecType02 .grayBox__list {
  list-style: none;
}

.c-branchSecType02 .grayBox__list .item {
  position: relative;
  margin-left: 0.3em;
  padding-left: 1.3em;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

.c-branchSecType02 .grayBox__list .item+.item {
  margin-top: 5px;
}

.c-branchSecType02 .grayBox__list .item::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
}


/* ========================================================
c-branchSecTitle01
=========================================================== */
.c-branchSecTitle01--title .en,
.c-branchSecTitle01--title .ja {
  display: block;
}

.c-branchSecTitle01--title .en {
  font-weight: 400;
  font-size: 50px;
  line-height: 1.3;
  font-family: "Montserrat", sans-serif;
}

.c-branchSecTitle01--title .ja {
  margin-top: 2px;
  margin-left: 5px;
  color: #54ABB1;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.1em;
}

.c-branchSecTitle01 .c-branchRoundButton {
  margin-top: 40px;
  margin-left: 5px;
}

/* ========================================================
c-branchSecTitle02（トップだけ別指定）
=========================================================== */
.c-branchSecTitle02 {
  margin-bottom: 52px;
}

.c-branchSecTitle02--title {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-auto-flow: column;
  width: 100%;
}

.c-branchSecTitle02--title .en {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 50px;
  line-height: 2;
  border-top: 1px solid #E1E1E1;
}

.c-branchSecTitle02--title .ja {
  color: #54ABB1;
  font-weight: 500;
  font-size: 16px;
  line-height: 2.2;
  letter-spacing: 0.09em;
  border-top: 1px solid #54ABB1;
}


/* ========================================================
c-branchSecTitle03
=========================================================== */
.c-branchSecTitle03--title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 40px;
  gap: 0 12px;
}

.c-branchSecTitle03--title .en {
  font-weight: 400;
  font-size: 40px;
  line-height: 1.3;
  font-family: "Montserrat", sans-serif;
}

.c-branchSecTitle03--title .ja {
  margin-bottom: 9px;
  color: #54ABB1;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.1em;
}

.c-branchSecTitle03--subTitle {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-bottom: 5px;
}

.c-branchSecTitle03--text {
  margin-bottom: 22px;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

.c-branchSecTitle03__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.c-branchSecTitle03__info .tel a,
.c-branchSecTitle03__info .map a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  -webkit-transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.c-branchSecTitle03__info .tel a .icon,
.c-branchSecTitle03__info .map a .icon {
  width: 15px;
}

.c-branchSecTitle03__info .tel a:hover,
.c-branchSecTitle03__info .map a:hover {
  opacity: 0.7;
}

.c-branchSecTitle03__info .tel {
  position: relative;
  margin-right: min(4.67%, 23px);
  padding-right: min(4.67%, 23px);
}

.c-branchSecTitle03__info .tel::before {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 23px;
  background-color: #2C4040;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c-branchSecTitle03__info .tel .text {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
}

.c-branchSecTitle03__info .tel .text .mini {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-top: 2px;
}

.c-branchSecTitle03__info .map .text {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.03em;
}

.c-branchSecTitle03__notes {
  max-width: 350px;
  margin-bottom: 50px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

.c-branchSecTitle03 .c-branchRoundButton+.c-branchRoundButton {
  margin-top: 7px;
}

/* ========================================================
c-branchSecTitle04
=========================================================== */
.c-branchSecTitle04 {
  margin-top: 120px;
  padding-bottom: 28px;
  border-bottom: 1px solid #E1E1E1;
  text-align: center;
}

.c-branchSecTitle04 .en,
.c-branchSecTitle04 .ja {
  display: block;
  font-weight: 500;
}

.c-branchSecTitle04 .en {
  color: #54ABB1;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.3;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 10px;
}

.c-branchSecTitle04 .ja {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.1em;
}

/* ========================================================
c-branchSecTitle05
=========================================================== */
.c-branchSecTitle05 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.7;
  letter-spacing: 0.05em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #E1E1E1;
  padding-bottom: 23px;
}

.c-branchSecTitle05 .mini {
  font-size: 16px;
  line-height: 1.4;
}

.c-branchSecTitle05--title {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 22px;
}

.c-branchSecTitle05--title::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 7px;
  height: 72.3%;
  border-radius: 3em;
  transform: translateY(-50%);
  background-color: #54ABB1;
}

/* ========================================================
c-branchSecAbout
=========================================================== */
.c-branchSecAbout {
  max-width: 1000px;
  margin: 0 auto;
}

.c-branchSecAbout--title {
  margin-bottom: 35px;
  color: #54ABB1;
  font-weight: 500;
  font-size: 26px;
  line-height: 1.7;
  letter-spacing: 0.05em;
}

.c-branchSecAbout--text {
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.05em;
}


/* ========================================================
c-branchInfoBox
=========================================================== */
.c-branchInfoBox {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding: 18px 20px 48px;
  border: 2px solid #F7F8F8;
  background-color: #fff;
  border-radius: 5px;
}

.c-branchInfoBox--title {
  margin-bottom: 35px;
  padding: 25px 0 24px;
  border-radius: 5px;
  background-color: #D0EAEC;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
}

.c-branchInfoBox--text {
  margin-bottom: 35px;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: center;
}

.c-branchInfoBox__tel {
  max-width: 720px;
  margin: 0 auto;
}

.c-branchInfoBox__tel--title {
  width: 100%;
  margin-bottom: 30px;
  padding: 11px 0;
  background-color: #F7F8F8;
  border-radius: 5px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.35em;
  text-align: center;
}

.c-branchInfoBox__tel__notes {
  border-top: 1px solid #E1E1E1;
  border-bottom: 1px solid #E1E1E1;
  padding: 19px 0 16px 20px;
}

.c-branchInfoBox__tel__notes p {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

.c-branchInfoBox__tel .c-branchRoundButton {
  margin-top: 55px;
  text-align: center;
}

.c-branchInfoBox__tel__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px 30px;
  gap: 5%;
}

.c-branchInfoBox__tel__column .category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 28%;
  height: 112px;
  border: 1px dashed #C3C3C3;
  border-radius: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 3px;
}

.c-branchInfoBox__tel__column .category .icon {
  width: 35px;
  margin: 0 auto 5px;
}

.c-branchInfoBox__tel__column .category .title {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.25em;
}

.c-branchInfoBox__tel__column .info {
  padding-bottom: 6px;
}

.c-branchInfoBox__tel__column .info .tel {
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 53px;
  line-height: 1.2;
  letter-spacing: 0.08em;
}

.c-branchInfoBox__tel__column .info .text {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}


/* ========================================================
c-branchLinkSec
=========================================================== */
.c-branchLinkSec {
  padding: 90px 8.57%;
  margin: 120px 20px 120px;
  border-radius: 5px;
  background-color: #F7F8F8;
}

.c-branchLinkSec--title {
  margin-bottom: 40px;
}

.c-branchLinkSec--title .en,
.c-branchLinkSec--title .ja {
  display: block;
}

.c-branchLinkSec--title .en {
  margin-bottom: 4px;
  color: #54ABB1;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.3;
  font-family: "Montserrat", sans-serif;
}

.c-branchLinkSec--title .ja {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.1em;
}

.c-branchLinkSec__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.c-branchLinkSec__column__block {
  width: 25%;
  height: 144px;
}

.c-branchLinkSec__column__block a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 25px 4px;
  -webkit-transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.c-branchLinkSec__column__block a:hover {
  opacity: 0.7;
}

.c-branchLinkSec__column__block .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-branchLinkSec__column__block .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  width: calc(100% - 8px);
}

.c-branchLinkSec__column__block .dot {
  width: 11px;
  height: 11px;
  margin-top: 0.45em;
  border-radius: 50%;
  background-color: #54ABB1;
}

.c-branchLinkSec__column__block .text {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  width: calc(100% - 19px);
}

.c-branchLinkSec__column__block .icon {
  width: 8px;
  height: 11px;
  margin-top: 3px;
}

/* ========================================================
c-branchButtonGroup
=========================================================== */
.c-branchButtonGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
}

.c-branchButtonGroup--button {
  width: calc(33.3333333333% - 11px);
  height: 48px;
}

.c-branchButtonGroup--button.-comingsoon a {
  pointer-events: none;
  opacity: 0.4;
}

.c-branchButtonGroup--button .text {
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  -webkit-transition: color 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  transition: color 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.c-branchButtonGroup--button .text .big {
  margin-right: 4px;
  font-size: 22px;
  line-height: 1.2;
}

.c-branchButtonGroup--button .text .mini {
  font-size: 16px;
}

.c-branchButtonGroup--button .icon {
  width: 9px;
  height: 15px;
}

.c-branchButtonGroup--button .icon img {
  width: 100%;
  height: 100%;
}

.c-branchButtonGroup--button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
  border-radius: 5px;
  background-color: #54ABB1;
  -webkit-transition: background-color 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  transition: background-color 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.c-branchButtonGroup--button a:hover {
  background-color: #98CDD0;
}

.c-branchButtonGroup--button.-bottom .icon {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.c-branchButtonGroup--button.-bottom a {
  background-color: #9FB6B8;
}

.c-branchButtonGroup--button.-bottom a:hover {
  background-color: #C2D7D9;
}

.c-branchButtonGroup--button.-gap5 {
  gap: 6px;
}

.c-branchButtonGroup--button.-gap5 .c-branchButtonGroup--button {
  width: calc(33.3333333333% - 4px);
}

/* ========================================================
c-branchRoundButton
=========================================================== */
.c-branchRoundButton {
  height: 40px;
}

.c-branchRoundButton.-w130 {
  width: 130px;
}

.c-branchRoundButton.-w165 {
  width: 165px;
}

.c-branchRoundButton.-w200 {
  width: 200px;
}

.c-branchRoundButton.-w230 {
  width: 230px;
}

.c-branchRoundButton.-w250 {
  width: 250px;
}

.c-branchRoundButton.-w300 {
  width: 300px;
}

.c-branchRoundButton.-sizeM {
  height: 54px;
}

.c-branchRoundButton.-sizeM a {
  padding: 0 25px 0 28px;
}

.c-branchRoundButton.-sizeM a .text {
  font-size: 16px;
}

.c-branchRoundButton.-sizeM a .icon {
  width: 11px;
  height: 15px;
}

.c-branchRoundButton__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.c-branchRoundButton a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 15px 0 20px;
  border-radius: 3em;
  background-color: #54ABB1;
  -webkit-transition: background-color 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  transition: background-color 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.c-branchRoundButton a .text {
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.c-branchRoundButton a .icon {
  position: relative;
  width: 8px;
  height: 11px;
}

.c-branchRoundButton a:hover {
  background-color: #98CDD0;
}


/* ========================================================
c-branchHoursSchedule
=========================================================== */

.c-branchHoursSchedule table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  border: none;
}

/* 左上角丸 */
.c-branchHoursSchedule tr:nth-child(1) th:nth-child(1) {
  border-radius: 10px 0 0 0;
}

/* 右上角丸 */
.c-branchHoursSchedule tr:nth-child(1) th:last-child {
  border-radius: 0 10px 0 0;
}

/* 右下角丸 */
.c-branchHoursSchedule tr:last-child td:last-child {
  border-radius: 0 0 10px 0;
}

/* 左下角丸 */
.c-branchHoursSchedule tr:last-child td:nth-child(1) {
  border-radius: 0 0 0 10px;
}

.c-branchHoursSchedule th,
.c-branchHoursSchedule td {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  border-right: 1px solid #E1E1E1;
  border-bottom: 1px solid #E1E1E1;
  text-align: center;
  padding: 5px 14px;
}

.c-branchHoursSchedule th:first-child,
.c-branchHoursSchedule td:first-child {
  border-left: 1px solid #E1E1E1;
}

/* 1行目の背景と文字色 */
.c-branchHoursSchedule tr:nth-child(1) th {
  color: #ffffff;
  font-weight: 500;
  background-color: #9FB6B8;
  padding: 14px 0;
}

.c-branchHoursSchedule tr:nth-child(n + 2) td:nth-child(1) {
  background-color: #FDFDFD;
}

.c-branchHoursSchedule tr:nth-child(n + 2) td:nth-child(2) {
  padding: 20px 40px;
}

.c-branchHoursSchedule .flex {
  display: flex;
  align-items: flex-start;
  gap: 3%;
}

.c-branchHoursSchedule .flex+.flex {
  margin-top: 10px;
}

.c-branchHoursSchedule .flex .category {
  font-size: 14px;
  border-radius: 3em;
  max-width: 180px;
  width: 100%;
  padding: 3px 0 4px;
}

.c-branchHoursSchedule .flex .category.-pk {
  background-color: #F7E0E0;
}

.c-branchHoursSchedule .flex .category.-bl {
  background-color: #D7EAEB;
}

.c-branchHoursSchedule .flex .text {
  text-align: left;
}

/**********************************************************
総合トップページ
***********************************************************/
.sogo-home img,
.sogo-about img,
.sogo-message img {
  min-width: 1200px;
  max-width: 1400px;
  margin: 0 auto;
}

/**********************************************************
総合 トップページ
***********************************************************/
/* ========================================================
▼ 共通
=========================================================== */
.l-homeWrapper {
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
}

.l-homeSecWrapper {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.home,
.page-about,
.page-message,
.home a,
.page-about a,
.page-message a {
  color: #2E2E2E;
}

/* 背景の線 */
.homeBgItemWrap {
  position: relative;
  overflow: hidden;
}

.homeBgItem {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}


.homeBgItem img {
  width: 100%;
}

.home__message .homeBgItem,
.home__group .homeBgItem {
  width: 1870px;
}

@media screen and (min-width: 1871px) {

  .home__message .homeBgItem,
  .home__group .homeBgItem {
    width: 100%;
    left: 0;
    transform: translateX(0);
  }
}

/* message */
.home__message .homeBgItem {
  top: 230px;
}

/* group */
.home__group .homeBgItem {
  top: 320px;
}


/* ========================================================
▼ fv
=========================================================== */
.home__fv {
  width: 100%;
  position: relative;
  margin-top: -30px;
  padding-bottom: 23px;
}

.home__fv__group {
  width: 100%;
}

.home__fv__text {
  font-size: 37px;
  font-weight: 500;
  line-height: 2.1;
  letter-spacing: 0.18em;
  position: absolute;
  top: 230px;
  left: 9.5%;
}

.home__fv__text br {
  display: none;
}

.home__fv__text span {
  display: block;
}

.home__fv__text span:nth-child(2) {
  margin-left: 1.4em;
}

.home__fv__cycle {
  width: 672px;
  margin-left: auto;
  margin-right: 6.5%;
  margin-top: 5px;
}

.home__fv__scroll {
  position: absolute;
  bottom: 0;
  left: 3.5%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
}

.home__fv__scroll .text {
  font-family: "Ysabeau Infant", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  writing-mode: vertical-rl;
  position: relative;
}

.home__fv__scroll .border {
  display: block;
  width: 1px;
  height: 114px;
  background: linear-gradient(90deg, #4CAFA2 0%, #3B95B3 100%);
}

.home__fv__batch {
  width: 140px;
  height: 140px;
  background: linear-gradient(90deg, #4CAFA2 0%, #3B95B3 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  right: 3.5%;
  bottom: 18%;
  padding-bottom: 6px;
}

.home__fv__batch .icon {
  margin-bottom: 5px;
}

.home__fv__batch .text {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.06em;
  text-align: center;
}

/* ========================================================
▼ Message & About
=========================================================== */
.home__message__column,
.home__about__column {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.home__message__container,
.home__about__container {
  max-width: 530px;
}

.home__message__image,
.home__about__slider {
  width: calc(100% - 545px);
}

.home__message__container--title,
.home__about__container--title {
  font-family: "Ysabeau Infant", sans-serif;
  font-size: 55px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 13px;
}

.home__message__container--title::before,
.home__about__container--title::before {
  content: "";
  display: block;
  width: 14px;
  height: 6px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: -7px;
}

.home__message__container--title::before {
  background-image: url(../images/home/common/title_square_bl.svg);
}

.home__about__container--title::before {
  background-image: url(../images/home/common/title_square_wh.svg);
}

.home__message__container--subTitle,
.home__about__container--subTitle {
  font-size: 24px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-bottom: 35px;
}

.home__message__container--text,
.home__about__container--text {
  font-size: 16px;
  line-height: 2.2;
  letter-spacing: 0.1em;
}

.home__message__container .c-homeLinkButton,
.home__about__container .c-homeLinkButton {
  margin-top: 60px;
}

/* ========================================================
▼ Message
=========================================================== */
.home__message {
  margin-top: 72px;
  margin-bottom: 130px;
}

.home__message__inner {
  padding: 0 7.1%
}

.home__message__image {
  height: 636px;
  position: relative;
}

.home__message__image .image img {
  border-radius: 5px;
}

.home__message__image .image.-image01 {
  /* width: min(56.6%, 373px); */
  width: min(66%, 373px);
  position: absolute;
  top: 0;
  left: 26.5%;
}

.home__message__image .image.-image02 {
  /* width: min(44%, 290px); */
  width: min(52%, 290px);
  position: absolute;
  top: 395px;
  left: 21.1%;
}

.home__message__image .image.-image03 {
  /* width: min(42.3%, 279px); */
  width: min(50%, 279px);
  position: absolute;
  top: 200px;
  left: 11.5%;
  transform: translateX(-100%);
}


/* ========================================================
▼ About
=========================================================== */
.home__about {
  margin-bottom: 120px;
}

.home__about__inner {
  background-image: linear-gradient(90deg, #78C6C7, #449CB6);
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  padding: 127px 8% 150px 7.3%;
  margin: 0 2.8%;
}

.home__about__container {
  padding-top: 17px;
}

.home__about__container--title,
.home__about__container--subTitle,
.home__about__container--text {
  color: #fff;
}

.home__about__slider {
  max-width: 453px;
  position: relative;
  z-index: 2;
}

.home__about__slider .item {
  position: absolute;
  z-index: 1;
}

.home__about__slider .item.-item01 {
  width: 200px;
  top: -18%;
  left: 5%;
  transform: translateX(-100%);
}

.home__about__slider .item.-item02 {
  width: 265px;
  top: -24%;
  left: 87%;
}

.home__about__slider .item.-item03 {
  width: 265px;
  top: 53%;
  left: 31%;
  transform: translateX(-100%);
}

.home__about__slider .item.-item04 {
  width: 165px;
  top: 94%;
  left: 84%;
}

.home__about__slider .slider .image {
  max-width: 453px;
  position: relative;
  z-index: 1;
  margin: 0 auto;
}

.home__about__slider .slider .image::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 85%;
  height: 85%;
  background-image: radial-gradient(circle, rgba(76, 175, 162, 1), rgba(59, 149, 179, 1));
  border-radius: 50%;
  filter: blur(58px);
  z-index: -1;
}

/* --- ▼スライダーの設定
---------------------------------------------------------- */
.js-homeAboutSlider {
  overflow: visible;
}

/* ========================================================
▼ Group
=========================================================== */
.home__group {
  margin-bottom: 150px;
}

.home__group .c-homeTitle01 {
  margin-bottom: 70px;
}

.home__group__inner {
  padding: 0 7%;
}

.home__group__column {
  display: flex;
  justify-content: space-between;
}

.home__group__column__block {
  width: 48%;
  position: relative;
  overflow: hidden;
}

.home__group__column__block,
.home__group__column__block .image,
.home__group__column__block .image img {
  border-radius: 5px;
}

.home__group__column__block .image {
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.home__group__column__block .text {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
  width: 90%;
  max-width: 329px;
  height: 61px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #54ABB1;
  border-radius: 5px;
  transition: background-color 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.home__group__column__block a:hover .image {
  transform: scale(1.1);
}

.home__group__column__block a:hover .text {
  background-color: #98CDD0;
}

/**********************************************************
総合 メッセージ
***********************************************************/
.home-message {
  margin-bottom: 150px;
}

.home-message .homeBgItem {
  width: 2111px;
  top: 380px;
}

@media screen and (min-width: 2112px) {

  .home-message .homeBgItem {
    width: 100%;
    left: 0;
    transform: translateX(0);
  }
}

.home-message--title {
  font-size: 28px;
  font-weight: 500;
  line-height: 2.4;
  letter-spacing: 0.18em;
  margin-bottom: 60px;
  margin-left: 4%;
}

.home-message--title span {
  display: block;
}

.home-message--title span:nth-child(2) {
  margin-left: 2.3em;
}

.home-message__inner {
  padding: 0 2.8%;
}

.home-message__column__text p {
  font-size: 16px;
  line-height: 2.2;
  letter-spacing: 0.1em;
}

.home-message__column__text p+p {
  margin-top: 35px;
}

.home-message__column__text .signature {
  text-align: right;
  margin-top: 60px;
}

.home-message__column__text .signature span {
  display: block;
  line-height: 1;
}

.home-message__column__text .signature .post {
  font-size: 14px;
  letter-spacing: 0.09em;
}

.home-message__column__text .signature .name {
  font-size: 20px;
  letter-spacing: 0.1em;
  margin-top: 17px;
}

.home-message__column--image {
  width: 45%;
  max-width: 480px;
  float: right;
  margin-left: min(8%, 89px);
  margin-top: 11px;
  margin-bottom: min(5%, 56px);
}

.home-message__column--image img {
  border-radius: 5px;
}


/**********************************************************
総合 わたしたちについて
***********************************************************/
.home-about {
  margin-bottom: 150px;
}

/* ========================================================
message　promises　共通
===========================================================*/
.home-about__promises__wrap,
.home-about__brand__wrap {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 80px;
}

/* ========================================================
mission
===========================================================*/
.home-about__mission__inner {
  background-image: linear-gradient(90deg, #78C6C7, #449CB6);
  border-radius: 5px;
  margin: 0 40px;
  padding: 120px 7% 100px;
}

.home-about__mission__inner .homeBgItem {
  position: initial;
  width: 1320px;
  margin-left: 50%;
}

.home-about__mission__column__container {
  margin-top: 3px;
}

.home-about__mission__column__container--title,
.home-about__mission__column__container--text {
  color: #fff;
  font-weight: 500;
  text-align: right;
}

.home-about__mission__column--title {
  color: #fff;
  font-family: "Ysabeau Infant", sans-serif;
  font-size: 55px;
  font-weight: 500;
  line-height: 1.5;
  float: left;
}

.home-about__mission__column--title::before {
  content: "";
  display: block;
  width: 14px;
  height: 6px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../images/home/common/title_square_wh.svg);
  margin-bottom: -12px;
}

.home-about__mission__column__container--title {
  font-size: 40px;
  line-height: 1.7;
  letter-spacing: 0.18em;
  margin-bottom: 85px;
}

.home-about__mission__column__container--title span {
  text-align: left;
  display: inline-block;
}

.home-about__mission__column__container--text {
  font-size: 18px;
  line-height: 2.2;
  letter-spacing: 0.1em;
}

.home-about__mission__column__container--text+.home-about__mission__column__container--text {
  margin-top: 40px;
}


/* ========================================================
promises
===========================================================*/
.home-about__promises {
  margin-top: 120px;
}

.home-about__promises .c-homeTitle01 {
  margin-bottom: 80px;
}

.home-about__promises__column {
  display: flex;
  flex-wrap: wrap;
  gap: 80px 0;
}

.home-about__promises__column__block {
  width: calc(100% / 3);
  padding: 0 3.5%;
}

.home-about__promises__column__block+.home-about__promises__column__block {
  border-left: 1px solid #ECECEC;
}

.home-about__promises__column__block:nth-child(4) {
  border-left: none;
}

.home-about__promises__column__block .icon {
  margin-bottom: 5px;
}

.home-about__promises__column__block .title {
  font-size: 20px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-bottom: 13px;
}

.home-about__promises__column__block .text {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}


/* ========================================================
brand
===========================================================*/
.home-about__brand {
  margin-top: 120px;
}

.home-about__brand .c-homeTitle01 {
  margin-bottom: 180px;
}

.home-about__brand__container {
  text-align: center;
}

.home-about__brand__container__logo {
  width: 158px;
  margin: 0 auto 150px;
}

.home-about__brand__container__text {
  text-align: left;
  display: inline-block;
  max-width: 760px;
}

.home-about__brand__container__text p {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.1em;
}

.home-about__brand__container__text p+p {
  margin-top: 35px;
}


/**********************************************************
総合blogページ
***********************************************************/
/* ========================================================
共通
===========================================================*/
.post-type-archive-blog,
.single-blog,
.tax-blog-category,
.tax-blog-tag,
.page-blog-taglist,
.page-blog-news,
.page-blog-all,
.author {
  background-image: url(../images/blog/common/blogBg.webp);
  background-repeat: repeat;
}

.l-blogWrapper {
  max-width: 1400px;
  margin: 0 auto;
  padding: 50px min(7.15%, 100px) 80px min(6.79%, 95px);
}

.l-blogInner {
  margin-left: 70px;
}

.gradationColor {
  background: -webkit-gradient(linear, left top, right top, from(#4CAFA2), to(#3B95B3));
  background: linear-gradient(90deg, #4CAFA2 0%, #3B95B3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.boxBg {
  border-radius: 20px;
  background-color: #fff;
  -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.05);
}

.blogSecHeading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 25px;
}

.blogSecHeading--title {
  font-weight: 500;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 0.05em;
}

.blogSecHeading__more {
  margin-top: -5px;
  margin-right: 25px;
}

.blog-notext {
  font-size: 14px;
}

.auto-resize {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* --- ▼ページネーション
----------------------------------------------------------- */
.article-pagination,
.article-pagination .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 70px;
}

.article-pagination ul {
  list-style: none;
}

.article-pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.article-pagination ul li {
  transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.article-pagination ul li:hover {
  opacity: 0.7;
}

.article-pagination .page-numbers.current {
  color: #fff;
  background-color: #54ABB1;
  border-radius: 50%;
}

.article-pagination .next,
.article-pagination .prev {
  display: none;
}

/* ========================================================
fv
===========================================================*/
.blog-fv__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 42px;
}

.blog-fv__heading--title h1 {
  margin-bottom: 12px;
}

.blog-fv__heading__search {
  width: 406px;
  height: 45px;
  border-radius: 3em;
  background-color: #fff;
  box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.05);
}

.blog-fv__heading__search form {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 30px;
}

.blog-fv__heading__search form input {
  width: 100%;
  height: 100%;
  outline: none;
  padding-left: 25px;
}

/* 「×」ボタンを非表示 */
.blog-fv__heading__search form input ::after {
  content: none;
}

.blog-fv__heading__search form input::placeholder {
  color: #cacaca;
}

.blog-fv__heading__search form button {
  transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.blog-fv__heading__search form button:hover {
  opacity: 0.7;
}

.blog-fv__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: min(2.2%, 25px);
}

.blog-fv__column__left {
  width: 58.2%;
}

.blog-fv__column__left__head {
  height: 358px;
  margin-bottom: min(3.5%, 23px);
}

.blog-fv__column__left__head .swiper-slide {
  height: 100%;
}

.blog-fv__column__left__head .swiper-slide .inner {
  height: 100%;
}

.blog-fv__column__left__head .swiper-slide .inner .hover {
  position: relative;
  padding: 18px 25px 56px;
  transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.blog-fv__column__left__head .swiper-slide .hover:hover {
  opacity: 0.7;
}

.blog-fv__column__left__head .swiper-slide a.coverLink {
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.blog-fv__column__left__head .swiper-slide .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 47px;
  margin-bottom: 20px;
}

.blog-fv__column__left__head .swiper-slide .category {
  position: relative;
  z-index: 2;
}

.blog-fv__column__left__head .swiper-slide .category a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  transition: color 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.blog-fv__column__left__head .swiper-slide .category a:hover {
  color: #54ABB1;
}

.blog-fv__column__left__head .swiper-slide .category .icon {
  width: 47px;
  margin-right: 10px;
}

.blog-fv__column__left__head .swiper-slide .category p {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.03em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}

.blog-fv__column__left__head .swiper-slide .time {
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.05em;
}

.blog-fv__column__left__head .swiper-slide .body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 144px;
  gap: 25px;
}

.blog-fv__column__left__head .swiper-slide .image {
  width: 38.3%;
  height: 126px;
}

.blog-fv__column__left__head .swiper-slide .image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 4px;
}

.blog-fv__column__left__head .swiper-slide .image+.title {
  width: calc(100% - 38.3%);
}

.blog-fv__column__left__head .swiper-slide .title {
  display: -webkit-box;
  font-weight: 500;
  font-size: 26px;
  line-height: 1.7;
  letter-spacing: 0.05em;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}

.blog-fv__column__left__head .swiper-slide .tagWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-height: 52px;
  overflow: hidden;
  gap: 10px;
  border-top: 1px solid #E4E4E4;
  padding: 23px 70px 0 0;
  margin: 0 25px 19px;
}

.blog-fv__column__left__foot__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 118px;
  gap: 12px;
}

.blog-fv__column__left__foot__box {
  width: 33.3333333333%;
}

.blog-fv__column__left__foot__box.noLink a {
  pointer-events: none;
}

.blog-fv__column__left__foot__box a {
  height: 100%;
  transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.blog-fv__column__left__foot__box a:hover {
  opacity: 0.7;
}

.blog-fv__column__left__foot__box.-logo a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.blog-fv__column__left__foot__box.-logo .logo {
  width: 47.5%;
}

.blog-fv__column__left__foot__box.-logo .logo img {
  margin: 0 auto;
}


.blog-fv__column__left__foot__box.-clinic {
  background-color: transparent;
}

/* ↓消す */
.blog-fv__column__left__foot__box.-clinic:last-child {
  box-shadow: none !important;
}

/* ↑消す */

.blog-fv__column__left__foot__box.-clinic .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 31px;
  border-radius: 0 0 20px 20px;
  background-color: #ffffff;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.05em;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.blog-fv__column__left__foot__box.-clinic .image {
  width: 100%;
  height: calc(100% - 31px);
}

.blog-fv__column__left__foot__box.-clinic .image img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px 20px 0 0;
}

.blog-fv__column__right {
  width: 39.8%;
}

.blog-fv__column__right__box {
  padding: 29px 33px 23px;
  padding: 6.2% 7.2% 5%;
}

.blog-fv__column__right__box:nth-child(1) {
  height: 258px;
}

.blog-fv__column__right__box:nth-child(2) {
  height: 216px;
}

.blog-fv__column__right__box+.blog-fv__column__right__box {
  margin-top: 25px;
  margin-top: min(5.5%, 25px);
}

.blog-fv__column__right__box__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 17px;
}

.blog-fv__column__right__box__head--title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 9px;
}

.blog-fv__column__right__box__head--title .icon {
  width: 21px;
}

.blog-fv__column__right__box__head--title .title {
  color: #595959;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.05em;
}

.blog-fv__column__right__box.-popularArticle .blog-fv__column__right__box__head {
  margin-bottom: 17px;
  border-bottom: 1px solid #E4E4E4;
}

.blog-fv__column__right__box.-popularArticle .swiper-slide {
  position: relative;
}

.blog-fv__column__right__box.-popularArticle .swiper-slide a.coverLink {
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.blog-fv__column__right__box.-popularArticle .swiper-slide .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 11px;
}

.blog-fv__column__right__box.-popularArticle .swiper-slide .category {
  position: relative;
  z-index: 2;
}

.blog-fv__column__right__box.-popularArticle .swiper-slide .category a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  transition: color 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.blog-fv__column__right__box.-popularArticle .swiper-slide .category a:hover {
  color: #54ABB1;
}

.blog-fv__column__right__box.-popularArticle .swiper-slide .category .icon {
  width: 27px;
}

.blog-fv__column__right__box.-popularArticle .swiper-slide .category p {
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.03em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}

.blog-fv__column__right__box.-popularArticle .swiper-slide .time {
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.05em;
}

.blog-fv__column__right__box.-popularArticle .swiper-slide .title {
  display: -webkit-box;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 0.05em;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}

.blog-fv__column__right__box.-popularArticle .swiper-slide .tagWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-height: 30px;
  overflow: hidden;
  gap: 10px;
}

.blog-fv__column__right__box.-popularTag .tagWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-height: 122px;
  overflow: hidden;
  gap: 12px 11px;
}

.blog-fv .js-blogFvSlider {
  height: 100%;
  position: relative;
}

.blog-fv .js-blogFvSlider .swiper-wrapper {
  height: 100%;
}

.blog-fv .js-blogFvSlider .blogFvSlider__arrow {
  position: absolute;
  right: 19px;
  bottom: 21px;
  width: 74px;
}

.blog-fv .js-blogFvSlider .swiper-button-prev,
.blog-fv .js-blogFvSlider .swiper-button-next {
  width: 15px;
  height: 15px;
  transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.blog-fv .js-blogFvSlider .swiper-button-prev:hover,
.blog-fv .js-blogFvSlider .swiper-button-next:hover {
  opacity: 0.7;
}

.blog-fv .js-blogFvSlider .swiper-button-prev::after,
.blog-fv .js-blogFvSlider .swiper-button-next::after {
  width: 15px;
  height: 15px;
  margin: auto;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.blog-fv .js-blogFvSlider .swiper-button-prev::after {
  background-image: url(../images/blog/top/slide_arrow_l.svg);
}

.blog-fv .js-blogFvSlider .swiper-button-next::after {
  background-image: url(../images/blog/top/slide_arrow_r.svg);
}

.blog-fv .blog-fv__column__right .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: initial;
  width: auto;
  margin-right: 3px;
  gap: 8px;
}

.blog-fv .blog-fv__column__right .circle {
  z-index: 1;
  position: relative;
  width: 16px;
  height: 16px;
  margin: auto;
  overflow: hidden;
  border-radius: 50%;
  background: #54ABB1;
  text-align: center;
  cursor: pointer;
}

.blog-fv .blog-fv__column__right .circle::before,
.blog-fv .blog-fv__column__right .circle::after {
  display: block;
  position: absolute;
  top: 0;
  width: 16px;
  height: 16px;
  content: "";
}

.blog-fv .blog-fv__column__right .circle::before {
  left: -8px;
  background: #ffffff;
  -webkit-transform-origin: right 8px;
  z-index: 2;
  transform-origin: right 8px;
}

.blog-fv .blog-fv__column__right .circle:after {
  left: 8px;
  background: #ffffff;
  -webkit-transform-origin: left 8px;
  z-index: 3;
  transform-origin: left 8px;
}

.blog-fv .blog-fv__column__right .circle .circle_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 4;
  width: 14px;
  height: 14px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #ffffff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.blog-fv .blog-fv__column__right .circle .circle_inner::before {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #54ABB1;
  content: "";
}

.blog-fv .blog-fv__column__right .swiper-pagination-bullet.swiper-pagination-bullet-active.circle::before {
  -webkit-animation: circleBefore 5s linear forwards;
  animation: circleBefore 5s linear forwards;
}

.blog-fv .blog-fv__column__right .swiper-pagination-bullet.swiper-pagination-bullet-active.circle::after {
  -webkit-animation: circleAfter 5s linear forwards;
  animation: circleAfter 5s linear forwards;
}

@-webkit-keyframes circleAfter {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    background: #ffffff;
  }

  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    background: #ffffff;
  }

  50.01% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    background: #54ABB1;
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    background: #54ABB1;
  }
}

@keyframes circleAfter {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    background: #ffffff;
  }

  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    background: #ffffff;
  }

  50.01% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    background: #54ABB1;
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    background: #54ABB1;
  }
}

@-webkit-keyframes circleBefore {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

@keyframes circleBefore {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}


/* ========================================================
.blog-osirase page-news.php
=========================================================== */
/* --- ▼ブログトップ
------------------------------------------------------------ */
.blog-osirase {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 30px 53px;
  margin-top: 25px;
}

.blog-osirase .title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.blog-osirase .article a {
  display: flex;
  align-items: center;
  gap: 4px;
  transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.blog-osirase .article a:hover {
  opacity: 0.7;
}

.blog-osirase .article .time {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.blog-osirase .article .text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.05em;
}


@media screen and (max-width: 768px) {
  .blog-osirase {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    padding: 25px 30px;
    margin-top: 20px;
  }

  .blog-osirase .title {
    font-size: 18px;
  }

  .blog-osirase .article .time {
    font-size: 12px;
  }

  .blog-osirase .article .text {
    font-size: 14px;
  }
}


/* --- ▼お知らせページ
------------------------------------------------------------ */
.oshirase-container {
  margin-top: 65px;
}

.oshirase-container__heading {
  margin-bottom: 45px;
}

.oshirase-container__heading .time {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin-bottom: 13px;
}

.oshirase-container__heading .title {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.05em;
}

.oshirase-container__body {
  padding: 60px;
}

.oshirase-container__body p {
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: 0.05em;
  margin-bottom: 25px;
}

.oshirase-container__body a {
  display: inline;
  color: #54ABB1;
  border-bottom: 1px solid #54ABB1;
  transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.oshirase-container__body a:hover {
  opacity: 0.7;
}

.oshirase-container__body .writer {
  text-align: right;
}

@media screen and (max-width: 768px) {
  .oshirase-container__heading {
    margin-bottom: 35px;
    padding: 0 10px;
  }

  .oshirase-container__heading .time {
    margin-bottom: 12px;
  }

  .oshirase-container__heading .title {
    font-size: 20px;
  }

  .oshirase-container__body {
    padding: 20px 15px;
  }
}


/* ========================================================
新着記事
===========================================================*/
.blog-new {
  margin-top: 115px;
}

/* ========================================================
ピックアップ
===========================================================*/
.blog-pickup {
  margin-top: 80px;
}

.blog-pickup__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: min(1.1vw, 15px);
}

.blog-pickup__column__box {
  max-width: 271px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 calc(25% - min(1.1vw, 15px));
  flex: 1 1 calc(25% - min(1.1vw, 15px));
}

.blog-pickup__column__box a {
  transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.blog-pickup__column__box a:hover {
  opacity: 0.7;
}

.blog-pickup__column__box--image {
  margin-bottom: 18px;
}

.blog-pickup__column__box--image img {
  border-radius: 20px 20px 0 0;
}

.blog-pickup__column__box--title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
  text-align: center;
}

/* ========================================================
ピックアップ
===========================================================*/
.blog-recommendation {
  margin-top: 80px;
}

/* ========================================================
今月の人気記事
===========================================================*/
.blog-popular {
  margin-top: 80px;
}

/**********************************************************
総合blog カテゴリーページ
***********************************************************/
/* ========================================================
タグ
===========================================================*/

.blogCategory__button {
  margin-bottom: 65px;
  padding-top: 40px;
}

/* --- ▼ボタン（pc）
------------------------------------------------------------ */
.blogCategory__button__list.-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px 25px;
}

.blogCategory__button__list.-button .button {
  min-width: 265px;
  height: 46px;
}

.blogCategory__button__list.-button .button a {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  cursor: pointer;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 23px;
  border: 1px solid #54ABB1;
  border-radius: 3em;
  background-color: #ffffff;
  -webkit-transition: color 0.5s cubic-bezier(0.25, 1, 0.5, 1), background-color 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition: color 0.5s cubic-bezier(0.25, 1, 0.5, 1), background-color 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.blogCategory__button__list.-button .button a:hover,
.blogCategory__button__list.-button .button.is-active a {
  background-color: #54ABB1;
  color: #ffffff;
}

/* --- ▼セレクトボックス（sp）
------------------------------------------------------------ */
.blogCategory__button__list.-select {
  position: relative;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

/* 選択されていない状態 */
.blogCategory__button__list.-select .js-categorySelect {
  color: #ACACAC;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
  background-color: #fff;
  border: 1px solid #54ABB1;
  border-radius: 3em;
  width: 100%;
  padding: 10px 30px 13px 18px;
}

.blogCategory__button__list.-select::after {
  content: "";
  width: 8px;
  height: 7px;
  background-image: url(../images/blog/common/select_arrow_gn.webp);
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
}

/* 選択されている状態 */
.blogCategory__button__list.-select .js-categorySelect.is-selected {
  color: #fff;
  background-color: #54ABB1;
}

.blogCategory__button__list.-select:has(.js-categorySelect.is-selected)::after {
  background-image: url(../images/blog/common/select_arrow_wh.webp);
}


/* ========================================================
セクション
===========================================================*/
/* --- ▼セクション2
------------------------------------------------------------ */
.blogCategory__content__sec.-sec02 {
  margin-top: 84px;
}

/* --- ▼セクション3
------------------------------------------------------------ */
.blogCategory__content__sec.-sec03 {
  margin-top: 80px;
  padding: 32px 35px 35px;
}

.blogCategory__content__sec.-sec03 .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 31px;
}

.blogCategory__content__sec.-sec03 .heading--title {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.blogCategory__content__sec.-sec03 .heading--title .category {
  margin-right: 5px;
  font-size: 20px;
}

.blogCategory__content__sec.-sec03 .heading__more a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 7px;
}

.blogCategory__content__sec.-sec03 .heading__more .text {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.blogCategory__content__sec.-sec03 .heading__more .arrow {
  width: 20px;
}

.blogCategory__content__sec.-sec03 .tagWrap {
  gap: 12px 10px;
}


/**********************************************************
総合blog タグページ
***********************************************************/
/* ========================================================
セクション
===========================================================*/
/* --- ▼セクション2
------------------------------------------------------------ */
.blogtab-section.-sec01 {
  margin-top: 42px;
}

/* --- ▼セクション2
------------------------------------------------------------ */
.blogtab-section.-sec02 {
  margin-top: 76px;
}

/**********************************************************
総合blog 全記事一覧ページ
***********************************************************/

.blogAll-container {
  margin-top: 42px;
}

.blogAll-container .c-blogHeadingType01 {
  justify-content: flex-end;
}


/**********************************************************
総合blog タグ一覧ページ
***********************************************************/
/* ========================================================
あいうえお順
===========================================================*/
.blogtaglist-kana {
  margin-top: 65px;
  padding: 50px 40px;
}

.blogtaglist-kana__block+.blogtaglist-kana__block {
  margin-top: 60px;
}

.blogtaglist-kana__block .title {
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 7px;
  padding-left: 14px;
  border-bottom: 1px solid #E4E4E4;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.blogtaglist-kana__block .title::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 23px;
  border-radius: 3em;
  background-color: #54ABB1;
  content: "";
  -webkit-transform: translateY(-57%);
  transform: translateY(-57%);
}

.blogtaglist-kana__block .tagWrap {
  gap: 10px;
}


/* ========================================================
人気のタグ
===========================================================*/
.blogtaglist-popular {
  margin-top: 76px;
}

.blogtaglist-popular--title {
  margin-bottom: 24px;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.blogtaglist-popular__box {
  padding: 40px;
  gap: 10px;
}


/**********************************************************
総合blog 詳細ページ
***********************************************************/
/* ========================================================
共通
===========================================================*/
.blogsingle-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 65px;
  gap: 5%;
}

/* ========================================================
.blogsingle-container
===========================================================*/
.blogsingle-container {
  width: calc(100% - 286px - 5%);
}

.blogsingle-container__heading {
  margin-bottom: 45px;
}

.blogsingle-container__heading .time {
  margin-bottom: 13px;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.blogsingle-container__heading .title {
  font-weight: 500;
  font-size: 26px;
  line-height: 1.7;
  letter-spacing: 0.05em;
}

.blogsingle-container__article {
  padding: 6.32% 5.1% 3.8%;
}

.blogsingle-container__article__foot {
  margin-top: 65px;
  padding-top: 30px;
  gap: 10px 7px;
  border-top: 1px solid #E4E4E4;
}

.blogsingle-container__article__body .table-of-contents {
  padding-bottom: 30px;
}

.blogsingle-container__article__body .table-of-contents__container {
  border-radius: 20px;
  background-color: #F9F9F9;
  padding-bottom: 32px;
  padding-top: 32px;
}

.blogsingle-container__article__body .table-of-contents .title {
  position: relative;
  width: 100%;
  padding: 0 34px;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: left;
}

.blogsingle-container__article__body .table-of-contents .list {
  margin: 26px 34px 0;
  padding-top: 27px;
  border-top: 1px dashed #BFBFBF;
  list-style: none;
}

.blogsingle-container__article__body .table-of-contents .list li {
  position: relative;
  padding-left: 16px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.blogsingle-container__article__body .table-of-contents .list li::before {
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #54ABB1;
  content: "";
}

.blogsingle-container__article__body .table-of-contents .list li+li {
  margin-top: 20px;
}

.blogsingle-container__article__body .article h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  position: relative;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 20px;
  padding-bottom: 7px;
  padding-left: 14px;
  border-bottom: 1px solid #E4E4E4;
}

.blogsingle-container__article__body .article h2:first-of-type {
  margin-top: 20px;
}

.blogsingle-container__article__body .article h2::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 23px;
  border-radius: 3em;
  background-color: #54ABB1;
  content: "";
  -webkit-transform: translateY(-60%);
  transform: translateY(-60%);
}

.blogsingle-container__article__body .article h3 {
  margin-top: 30px;
  margin-bottom: 12px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.blogsingle-container__article__body .article p {
  line-height: 1.9;
  letter-spacing: 0.05em;
  margin-bottom: 24px;
}

/* 空のpタグのみ適用（改行のため） */
.blogsingle-container__article__body .article p:empty {
  min-height: 24px;
}

.blogsingle-container__article__body .article .wp-block-list {
  margin-bottom: 30px;
}

.blogsingle-container__article__body .article .wp-block-list li {
  margin-left: 1.45em;
}

.blogsingle-container__article__body .article ul.wp-block-list li+li {
  margin-top: 10px;
}

.blogsingle-container__article__body .article ol.wp-block-list li {
  line-height: 1.7;
}

.blogsingle-container__article__body .article ol.wp-block-list li+li {
  margin-top: 25px;
}

.blogsingle-container__article__body .article .wp-block-table thead {
  background-color: #f3f3f3;
  border-bottom: none;
}

.blogsingle-container__article__body .article .wp-block-table thead th {
  text-align: center;
}

.blogsingle-container__article__body .article .wp-block-image img {
  margin: 30px auto;
}

.blogsingle-container__article__body .article .wp-block-image a::before {
  display: none;
}

.blogsingle-container__article__body .article .wp-block-table {
  margin: 30px 0;
}

.blogsingle-container__article__body .article a {
  display: inline-block;
  position: relative;
  color: #54ABB1;
}

.blogsingle-container__article__body .article a::before {
  display: block;
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #54ABB1;
  content: "";
}

.blogsingle-container__article__body .article .wp-block-file a::before {
  bottom: 1px;
}

.blogsingle-container__article__body .article .wp-block-file .wp-block-file__button {
  background-color: #fff;
  border: 1px solid #54ABB1;
  border-radius: 3em;
  transition: color 0.3s cubic-bezier(0.25, 1, 0.5, 1), background-color 0.3s cubic-bezier(0.25, 1, 0.5, 1);

}

.blogsingle-container__article__body .article .wp-block-file .wp-block-file__button::before {
  display: none;
}

.blogsingle-container__article__body .article .wp-block-file .wp-block-file__button:hover {
  color: #fff;
  background-color: #54ABB1;
}

.blogsingle-container__people {
  margin-top: 25px;
  padding: 5%;
}

.blogsingle-container__people__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 25px;
}

.blogsingle-container__people__heading__profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
}

.blogsingle-container__people__heading__profile .image {
  width: 65px;
}

.blogsingle-container__people__heading__profile .shopname {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.blogsingle-container__people__heading__profile .name {
  margin-top: 5px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.blogsingle-container__people__text {
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: 0.05em;
}

.blogsingle-container__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 50px;
  padding: 3.5% 5%;
  border: 1px dashed #c1c1c1;
  border-radius: 20px;
}

.blogsingle-container__sns .text {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.blogsingle-container__sns .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 23px;
}

.blogsingle-container__sns .icon {
  width: 32px;
}

.blogsingle-container__sns .icon a {
  transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.blogsingle-container__sns .icon a:hover {
  opacity: 0.7;
}

.blogsingle-container__sns .icon.-x {
  width: 28px;
}

/* ========================================================
.blogsingle-sidebar
===========================================================*/
.blogsingle-sidebar {
  width: 286px;
}

.blogsingle-sidebar__relatedtag {
  padding: 33px 0 35px;
  border-bottom: 1px solid #E4E4E4;
}

.blogsingle-sidebar__relatedtag--title {
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.07em;
}

.blogsingle-sidebar__relatedtag--title span {
  display: block;
}

.blogsingle-sidebar__relatedtag--title .category {
  margin-bottom: 3px;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.blogsingle-sidebar__relatedtag__box {
  padding: 7%;
  gap: 12px 7px;
}

.blogsingle-sidebar__relatedtag__more {
  margin-top: 20px;
}

.blogsingle-sidebar__relatedtag__more a {
  justify-content: flex-end;
}

.blogsingle-sidebar__relatedarticle {
  margin-top: 35px;
}

.blogsingle-sidebar__relatedarticle--title {
  margin-bottom: 25px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.blogsingle-sidebar__relatedarticle__box {
  position: relative;
  padding: 20px;
  transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.blogsingle-sidebar__relatedarticle__box:hover {
  opacity: 0.7;
}

.blogsingle-sidebar__relatedarticle__box+.blogsingle-sidebar__relatedarticle__box {
  margin-top: 25px;
}

.blogsingle-sidebar__relatedarticle__box a.coverLink {
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.blogsingle-sidebar__relatedarticle__box .category {
  position: relative;
  z-index: 2;
  margin-bottom: 8px;
}

.blogsingle-sidebar__relatedarticle__box .category a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  transition: color 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.blogsingle-sidebar__relatedarticle__box .category a:hover {
  color: #54ABB1;
}

.blogsingle-sidebar__relatedarticle__box .category .icon {
  width: 31px;
}

.blogsingle-sidebar__relatedarticle__box .category p {
  display: -webkit-box;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.03em;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}

.blogsingle-sidebar__relatedarticle__box .title {
  display: -webkit-box;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.05em;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}

.blogsingle-sidebar__relatedarticle__box .time {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.05em;
}

.blogsingle-sidebar__relatedarticle__box .tagWrap {
  max-height: 83px;
  padding-top: 20px;
  overflow: hidden;
  gap: 8px;
  border-top: 1px solid #E4E4E4;
}


/* ========================================================
.blogsingle-tagPopularity
===========================================================*/
.blogsingle-tagPopularity {
  margin-top: 76px;
}

/* ========================================================
.blogsingle-monthPopularity
===========================================================*/
.blogsingle-monthPopularity {
  margin-top: 76px;
}

/**********************************************************
店舗 共通
***********************************************************/

/* 全ページ */
.branchPage {
  color: #2e2e2e;
  opacity: 0;
  transition: opacity 0.3s ease;
  /* animation: bodyFadeIn 0.5s forwards; */
}

/* @keyframes bodyFadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
} */

.branchPage.is-loaded {
  opacity: 1;
}

.branchPage.is-leaving {
  opacity: 0;
  transition: opacity 0s ease;
}

.branchPage a {
  color: #2e2e2e;
}


.l-branchWrapper {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 min(7.15vw, 100px);
}

.l-branchSecWrapper {
  max-width: 1120px;
  margin: 0 auto;
}


/* --- ▼セクションのタイトル設定
----------------------------------------------------------- */
.page-kameda-ivf-makuhari .c-branchSecTitle02 {
  margin-bottom: 0;
}

.page-kameda-ivf-makuhari .c-branchSecTitle02--title .en {
  font-size: 80px;
  line-height: 1.35;
}


/* --- ▼テキスト背景の設定
----------------------------------------------------------- */
.c-bgText {
  z-index: -1;
  position: absolute;
  top: 145px;
  left: 0;
  width: 100vw;
}

.c-bgText.-top120 {
  top: 120px;
}

.c-bgText.-top110 {
  top: 110px;
}

.c-bgText.-top190 {
  top: 190px;
}

.c-bgText.-top200 {
  top: 200px;
}

.c-bgText.-top240 {
  top: 240px;
}

.c-bgText.-top250 {
  top: 250px;
}

.c-bgText.-top275 {
  top: 250px;
}

.c-bgText__wrap {
  position: relative;
}

/**********************************************************
店舗 トップページ
***********************************************************/
/* ========================================================
▼ 追従リンク
=========================================================== */
.branch-top__fixedLink {
  position: fixed;
  top: 130px;
  right: 0;
  z-index: 10;
}

.js-branchFixedLink {
  transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1), visibility 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.js-branchFixedLink.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.branch-top__fixedLink__list {
  list-style: none;
}

.branch-top__fixedLink__list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 140px;
  height: 40px;
  border-radius: 3em 0 0 3em;
  background-color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.branch-top__fixedLink__list .item+.item {
  margin-top: 8px;
}

.branch-top__fixedLink__list .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  font-weight: 400;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  padding-left: 15px;
  transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.branch-top__fixedLink__list .item a:hover {
  opacity: 0.7;
}


/* ========================================================
▼ fv
=========================================================== */
.branch-top__fv {
  position: relative;
}

/* --- ▼info
----------------------------------------------------------- */
.branch-top__fv__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  z-index: 3;
  position: relative;
  align-items: flex-end;
  max-width: 1400px;
  /* margin: -75px auto 0; */
  margin: -45px auto 0;
  padding: 0 6.5% 0 3.2%;
  gap: 20px;
}

.branch-top__fv__info__title {
  width: calc(100% - 167px);
}

.branch-top__fv__info__title .sitename {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 400;
  font-size: 70px;
  line-height: 1.15;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 5px;
  gap: 0 12px;
}

.branch-top__fv__info__title .sitename span {
  display: block;
}

.branch-top__fv__info__title .subtext {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 6px;
  gap: 8px;
}

.branch-top__fv__info__title .subtext .text,
.branch-top__fv__info__title .subtext .box {
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.1em;
}

.branch-top__fv__info__title .subtext .text {
  font-size: 18px;
}

.branch-top__fv__info__title .subtext .box {
  padding: 2px 9px 4px;
  border: 1px solid #2C4040;
  border-radius: 4px;
  font-size: 16px;
}

.branch-top__fv__button {
  width: 147px;
  height: 147px;
}

.branch-top__fv__button .text {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.branch-top__fv__button .icon {
  position: relative;
  width: 27px;
  height: 27px;
}

.branch-top__fv__button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding-bottom: 5px;
  gap: 6px;
  border-radius: 50%;
  background-color: #54ABB1;
  text-align: center;
  -webkit-transition: background-color 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  transition: background-color 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.branch-top__fv__button a:hover {
  background-color: #98CDD0;
}

.branch-top__fv__slider {
  height: max(37.5vw, 525px);
}

.branch-top__fv__slider .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.branch-top__fv__slider .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.branch-top__fv__slider .swiper-slide:nth-of-type(1) {
  width: 67%;
  border-radius: 0 5px 5px 0;
}

.branch-top__fv__slider .swiper-slide:nth-of-type(2) {
  width: 33%;
  border-radius: 5px 0 0 5px;
}

.branch-top__fv__slider .swiper-slide:nth-of-type(1) img {
  border-radius: 0 5px 5px 0;
}

.branch-top__fv__slider .swiper-slide:nth-of-type(2) img {
  border-radius: 5px 0 0 5px;
}


/* ========================================================
▼ お知らせ
=========================================================== */
.branch-top__news {
  margin: 120px auto 140px;
}

.branch-top__news__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10.8%;
  max-width: 1010px;
  margin: 0 auto;
}

.branch-top__news__contents__list {
  margin-top: 30px;
  list-style: none;
}

.branch-top__news__contents__list .item {
  position: relative;
}

.branch-top__news__contents__list .item .inner {
  display: flex;
  align-items: center;
}

.branch-top__news__contents__list .item+.item {
  margin-top: 21px;
}

.branch-top__news__contents__list .item a.coverLink {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
}

.branch-top__news__contents__list .item a.coverLink+.inner {
  transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.branch-top__news__contents__list .item a.coverLink:hover+.inner {
  opacity: 0.7;
}

.branch-top__news__contents__list .item .time,
.branch-top__news__contents__list .item .category,
.branch-top__news__contents__list .item .text {
  letter-spacing: 0.05em;
  line-height: 1.4;
}

.branch-top__news__contents__list .item .info {
  display: flex;
  align-items: center;
}

.branch-top__news__contents__list .item .time {
  margin-right: 20px;
  font-size: 14px;
}

.branch-top__news__contents__list .item .category {
  font-size: 13px;
  border-radius: 5px;
  background-color: #D0EAEC;
  min-width: 120px;
  text-align: center;
  position: relative;
  z-index: 2;
  padding: 3px 11px 4px;
  margin-right: 26px;
}

.branch-top__news__contents__list .item .category.important {
  background-color: #F3D3D2;
}

.branch-top__news__contents__list .item .category a {
  -webkit-transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.branch-top__news__contents__list .item .category a:hover {
  opacity: 0.7;
}

.branch-top__news__contents__list .item .text {
  position: relative;
  padding-bottom: 1px;
  padding-left: 27px;
  font-size: 16px;
  line-height: 1.8;
}

.branch-top__news__contents__list .item .text::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 17px;
  background-color: #C8C8C8;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}


/* ========================================================
▼ リンクブロック
=========================================================== */
.branch-top__link {
  margin-bottom: 140px;
}

.branch-top__link__block {
  position: relative;
  border-radius: 5px;
}

.branch-top__link__block .image img {
  border-radius: 5px;
}

.branch-top__link__block .group {
  position: absolute;
  bottom: 24px;
  left: 24px;
}

.branch-top__link__block .group .title,
.branch-top__link__block .group .message {
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
  display: table;
  border-radius: 3px;
  background-color: #fff;
}

.branch-top__link__block .group .title {
  font-size: 21px;
  padding: 3px 11px;
}

.branch-top__link__block .group .title.-type01 {
  padding: 3px 7px;
  letter-spacing: -0.01em;
}

.branch-top__link__block .group .message {
  font-size: 14px;
  margin-top: 4px;
  padding: 4px 10px;
}

.branch-top__link__block a {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.branch-top__link__block a:hover {
  opacity: 0.7;
}

/* --- ▼スライダー
----------------------------------------------------------- */
.branch-top__link .swiper-pagination {
  display: none;
}


/* ========================================================
▼ 診療案内
=========================================================== */
.branch-top__services {
  margin-bottom: 140px;
}

/* --- ▼pageLink
----------------------------------------------------------- */
.branch-top__services__pageLink {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 22px;
}

.branch-top__services__pageLink__block {
  position: relative;
  width: 47%;
  max-width: 446px;
}

.branch-top__services__pageLink__block:nth-child(odd) {
  margin-left: auto;
}

.branch-top__services__pageLink__block:nth-child(2) {
  margin-top: -100px;
}

.branch-top__services__pageLink__block:nth-child(3) {
  margin-top: -150px;
}

.branch-top__services__pageLink__block .number {
  color: #54ABB1;
  font-weight: 500;
  font-size: 13px;
  font-family: "Montserrat", sans-serif;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  position: absolute;
  top: 0;
  left: -1.6em;
  writing-mode: vertical-rl;
}

.branch-top__services__pageLink__block .image img {
  border-radius: 5px;
}

.branch-top__services__pageLink__block .linktext {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
  padding: 0 10px;
}

.branch-top__services__pageLink__block .linktext .title {
  color: #54ABB1;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.branch-top__services__pageLink__block .linktext .message {
  margin-top: 6px;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.branch-top__services__pageLink__block .linktext .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  border: 1px solid #54ABB1;
  border-radius: 50%;
  background-color: #54ABB1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 1px;
  padding-left: 1px;
  -webkit-transition: background-color 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  transition: background-color 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.branch-top__services__pageLink__block .linktext .icon span {
  position: relative;
}

.branch-top__services__pageLink__block .linktext .icon .on,
.branch-top__services__pageLink__block .linktext .icon .off {
  width: 17px;
  height: 15px;
  -webkit-transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.branch-top__services__pageLink__block .linktext .icon .on {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.branch-top__services__pageLink__block a {
  display: block;
}

.branch-top__services__pageLink__block a:hover .linktext .icon {
  background-color: #fff;
}

.branch-top__services__pageLink__block a:hover .linktext .icon .on {
  opacity: 1;
}

.branch-top__services__pageLink__block a:hover .linktext .icon .off {
  opacity: 0;
}

/* --- ▼age
----------------------------------------------------------- */
.branch-top__services__age {
  max-width: 1000px;
  margin: 85px auto 0;
}

.branch-top__services__age__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.branch-top__services__age__title {
  width: 45.5%;
}

.branch-top__services__age__title .en {
  margin-bottom: 10px;
  color: #54ABB1;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.3;
  font-family: "Montserrat", sans-serif;
}

.branch-top__services__age__title .ja {
  font-weight: 500;
  font-size: 26px;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.branch-top__services__age__text {
  width: 53.5%;
  padding-top: 7px;
}

.branch-top__services__age__text p {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
}

.branch-top__services__age__text p+p {
  margin-top: 30px;
}

.branch-top__services__age .c-branchButtonGroup {
  gap: 6px;
}

.branch-top__services__age .c-branchButtonGroup--button {
  width: calc(100% / 3 - 4px);
}

.branch-top__services__age__link {
  margin-top: 65px;
}

/* ========================================================
▼ 当院について
=========================================================== */
.branch-top__about {
  margin-bottom: 140px;
}

.branch-top__about__contaier {
  z-index: 2;
  position: relative;
  margin-top: 22px;
}

.branch-top__about__inner {
  width: 44%;
  max-width: 465px;
  margin-right: 5.2%;
  margin-left: auto;
}

.branch-top__about__inner .c-branchRoundButton {
  margin-left: auto;
}

.branch-top__about__inner--title {
  margin-bottom: 32px;
  font-weight: 500;
  font-size: 26px;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.branch-top__about__inner--text {
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
}

.branch-top__about__image {
  width: 100vw;
  margin-top: max(-19.5%, -273px);
}

/* ========================================================
▼ Q&A
=========================================================== */
.branch-top__qa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1120px;
  margin: 0 auto 100px;
  border-top: 1px solid #E1E1E1;
  border-bottom: 1px solid #E1E1E1;
}

.branch-top__qa__heading {
  width: 26.5%;
  padding-top: 43px;
  padding-right: 2.5%;
}

.branch-top__qa__heading .c-branchSecTitle01 {
  width: 150px;
  margin: 0 auto;
}

.branch-top__qa__container {
  width: 73.5%;
}

.branch-top__qa__list {
  position: relative;
  width: 100%;
  padding-left: 8px;
  list-style: none;
}

.branch-top__qa__list::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: calc(100% - 16px);
  background-color: #E1E1E1;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.branch-top__qa__list .item+.item {
  border-top: 1px solid #E1E1E1;
}

.branch-top__qa__list .item .js-toggle-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.branch-top__qa__list .item .text {
  font-size: 16px;
  letter-spacing: 0.05em;
  display: flex;
  width: calc(100% - 27px);
}

.branch-top__qa__list .item .text .cl-gr {
  margin-right: 6px;
  color: #54ABB1;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.3;
  font-family: "Ysabeau Infant", sans-serif;
  display: block;
}

.branch-top__qa__list .item .button,
.branch-top__qa__list .item .container {
  padding: 0 25px 0 20px;
}

.branch-top__qa__list .item .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
  padding-top: 19px;
  padding-bottom: 20px;
}

.branch-top__qa__list .item .button .text {
  line-height: 1.8;
}

.branch-top__qa__list .item .container .text {
  line-height: 2;
  padding-bottom: 25px;
}

.branch-top__qa__list .item .container .text .cl-gr {
  padding-top: 5px;
}


/* ========================================================
▼ 背景画像（パララックス）
=========================================================== */
.branch-top__bigBg {
  width: 100%;
  height: 33.5vw;
  overflow: hidden;
}


/* ========================================================
▼ アクセス
=========================================================== */
.branch-top__info {
  padding: 110px 0 130px;
  background-color: #F7F8F8;
}

/* ---▼ branch-top__info__access
----------------------------------------------------------- */
.branch-top__info__access {
  margin-bottom: 70px;
}

/* ---▼ branch-top__info__officeHours
----------------------------------------------------------- */
.branch-top__info__officeHours {
  padding-top: 75px;
  border-top: 1px solid #E1E1E1;
}

.branch-top__info__officeHours table {
  width: 100%;
  margin: 0 auto;
  border-radius: 5px;
  border-collapse: collapse;
  border-spacing: 0;
}

.branch-top__info__officeHours table td,
.branch-top__info__officeHours table th {
  padding: 14px 10px 17px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.branch-top__info__officeHours table tr {
  border-radius: 5px;
  background: #fff;
  border-bottom: 2px solid #F7F8F8;
}

.branch-top__info__officeHours table tr.heading {
  background: #EBEBEB;
}

.branch-top__info__officeHours table tr .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}

.branch-top__info__officeHours table tr .flex+.flex {
  margin-top: 5px;
}

.branch-top__info__officeHours table tr th:first-child {
  width: 80px;
}

.branch-top__info__officeHours table tr th:last-child {
  width: 108px;
}

.branch-top__info__officeHours table tr td:first-child,
.branch-top__info__officeHours table tr td:last-child {
  text-align: center;
}

.branch-top__info__officeHours table tr .category {
  padding: 3px 8px 4px;
  border-radius: 3em;
  font-size: 13px;
  white-space: nowrap;
}

.branch-top__info__officeHours table tr .category.-women {
  background-color: #F7E0E0;
}

.branch-top__info__officeHours table tr .category.-men {
  background-color: #D7EAEB;

}

.branch-top__info__officeHours table tr.heading th:first-of-type,
.branch-top__info__officeHours table tr td:first-of-type {
  border-radius: 5px 0 0 5px;
}

.branch-top__info__officeHours table tr.heading th:last-of-type,
.branch-top__info__officeHours table tr td:last-of-type {
  border-radius: 0 5px 5px 0;
}


/**********************************************************
店舗 ニュース
***********************************************************/
.branch-news__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 45px;
}

.branch-news__category p,
.branch-news__category h2 {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  -webkit-transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.branch-news__category p+h2 {
  position: relative;
  margin-left: 15px;
  padding-left: 15px;
}

.branch-news__category p+h2::before {
  display: block;
  position: absolute;
  top: 53%;
  left: 0;
  width: 1px;
  height: 17px;
  background-color: #e1e1e1;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.branch-news__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 120px;
  gap: 10%;
}

.branch-news__container {
  width: calc(100% - 175px);
}

.branch-news__container__list {
  list-style: none;
}

.branch-news__container__list .item {
  position: relative;
  padding: 30px 20px 30px 30px;
  border-top: 1px solid #E1E1E1;
}

.branch-news__container__list .item:last-of-type {
  border-bottom: 1px solid #E1E1E1;
}

.branch-news__container__list .item a {
  display: block;
}

.branch-news__container__list .item a.articleLink {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.branch-news__container__list .item a.articleLink:hover+.flex {
  opacity: 0.7;
}

.branch-news__container__list .item .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.branch-news__container__list .item .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
  gap: 15px;
}

.branch-news__container__list .item .info .time {
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.08em;
}

.branch-news__container__list .item .info .category {
  position: relative;
  z-index: 2;
}

.branch-news__container__list .item .info .category a {
  padding: 4px 12px 5px;
  border-radius: 5px;
  background-color: #D0EAEC;
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.branch-news__container__list .item .info .category.important a {
  background-color: #F3D3D2;
}

.branch-news__container__list .item .title {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

.branch-news__container .article-pagination {
  margin-top: 42px;
}

.branch-news__sidebar {
  width: 160px;
  padding-top: 58px;
}

.branch-news__sidebar__list {
  list-style: none;
}

.branch-news__sidebar__list .item {
  position: relative;
}

.branch-news__sidebar__list .item+.item {
  margin-top: 12px;
}

.branch-news__sidebar__list .item a {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  -webkit-transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.branch-news__sidebar__list .item a:hover {
  opacity: 0.7;
}

.branch-news__sidebar__list .item.is-active {
  display: inline-block;
  border-bottom: 1px solid #54ABB1;
  color: #54ABB1;
}

/**********************************************************
店舗 ニュース詳細
***********************************************************/
.branch-news-single__container {
  max-width: 870px;
  margin: 0 auto;
}

.branch-news-single__container__heading {
  margin-bottom: 40px;
}

.branch-news-single__container__heading__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 18px;
  gap: 17px;
}

.branch-news-single__container__heading__info .time {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.branch-news-single__container__heading__info .category {
  color: #54ABB1;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.branch-news-single__container__heading--title {
  font-weight: 500;
  font-size: 30px;
  line-height: 1.7;
  letter-spacing: 0.05em;
}

.branch-news-single__container__article h2 {
  margin-top: 60px;
  margin-bottom: 22px;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.7;
  letter-spacing: 0.05em;
}

.branch-news-single__container__article h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.05em;
  margin-top: 30px;
  margin-bottom: 10px;
}

.branch-news-single__container__article p {
  line-height: 2;
  letter-spacing: 0.05em;
}

/* 空のpタグのみ適用（改行のため） */
.branch-news-single__container__article p:empty {
  min-height: 24px;
}

.branch-news-single__container__article p+p {
  margin-top: 13px;
}

.branch-news-single__container__article a {
  color: #54ABB1 !important;
  line-height: 1.4;
  display: inline;
  word-break: break-all;
  border-bottom: 1px solid #54ABB1;
  letter-spacing: 0.05em;
}

.branch-news-single__container__article ul,
.branch-news-single__container__article ol {
  margin-bottom: 34px;
}

.branch-news-single__container__article ul li,
.branch-news-single__container__article ol li {
  position: relative;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

.branch-news-single__container__article ul li+li,
.branch-news-single__container__article ul li+li {
  margin-top: 3px;
}

.branch-news-single__container__article ul {
  list-style: none;
}

.branch-news-single__container__article ul li {
  display: flex;
  margin-left: 0;
}

.branch-news-single__container__article ul li::before {
  content: "・";
  display: block;
}

.branch-news-single__container .c-articleShare {
  margin-top: 85px;
}

.branch-news-single__container__pagenation {
  margin-top: 50px;
  margin-bottom: 120px;
}

.branch-news-single__container__pagenation__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.branch-news-single__container__pagenation__list .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  -webkit-transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.branch-news-single__container__pagenation__list .item a:hover {
  opacity: 0.7;
}

.branch-news-single__container__pagenation__list .item .text {
  letter-spacing: 0.05em;
}

.branch-news-single__container__pagenation__list .item .icon {
  margin-top: 3px;
}

.branch-news-single__container__pagenation__list .item .arrow {
  margin-top: 2px;
}

.branch-news-single__container__pagenation__list .item .arrow.-reverse {
  -webkit-transform: rotate(180deg);
  margin-top: 3px;
  transform: rotate(180deg);
}

/**********************************************************
店舗 はじめての方へ
***********************************************************/
.branch-newpatients__firstVisit {
  margin-bottom: 120px;
}

/* --- ▼about
----------------------------------------------------------- */
.branch-newpatients__firstVisit__about {
  z-index: 2;
  position: relative;
  padding-bottom: 80px;
}

.branch-newpatients__firstVisit__about::before {
  display: block;
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 390px;
  background-color: #F7F8F8;
  content: "";
}

.branch-newpatients__firstVisit__about .c-branchInfoBox {
  margin-top: 80px;
  margin-bottom: 60px;
}


/* --- ▼link
----------------------------------------------------------- */
.branch-newpatients__firstVisit__about__inner .c-branchButtonGroup {
  max-width: 1000px;
  margin: 0 auto;
}

/* --- ▼共通 process,bring,payment
----------------------------------------------------------- */
.branch-newpatients__firstVisit__process__inner,
.branch-newpatients__firstVisit__bring__inner,
.branch-newpatients__firstVisit__payment__inner {
  max-width: 1000px;
  margin: 0 auto;
}

/* --- ▼process
----------------------------------------------------------- */
.branch-newpatients__firstVisit__process__inner {
  margin-top: 100px;
}

.branch-newpatients__firstVisit__process--text {
  max-width: 782px;
  margin-bottom: 70px;
  line-height: 2;
  letter-spacing: 0.05em;
}

.branch-newpatients__firstVisit__process__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4.8%;
}

.branch-newpatients__firstVisit__process__column+.branch-newpatients__firstVisit__process__column {
  margin-top: 50px;
}

.branch-newpatients__firstVisit__process__column:last-of-type .branch-newpatients__firstVisit__process__column__block.-number .text::after {
  display: none;
}

.branch-newpatients__firstVisit__process__column__block.-number .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 101px;
  height: 101px;
  border-radius: 50%;
  background-color: #D0EAEC;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  z-index: 2;
  position: relative;
  justify-content: center;
}

.branch-newpatients__firstVisit__process__column__block.-number .text::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 250px;
  border-left: 1px dashed #CACACA;
  content: "";
  -webkit-transform: translate(-50%, 100%);
  z-index: -1;
  transform: translate(-50%, 100%);
}

.branch-newpatients__firstVisit__process__column__block.-number .text .mini,
.branch-newpatients__firstVisit__process__column__block.-number .text .big {
  display: block;
  color: #2e2e2e;
  font-weight: 500;
}

.branch-newpatients__firstVisit__process__column__block.-number .text .mini {
  font-size: 14px;
  line-height: 1.1;
  font-family: "Montserrat", sans-serif;
}

.branch-newpatients__firstVisit__process__column__block.-number .text .big {
  font-size: 40px;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-top: -3px;
}

.branch-newpatients__firstVisit__process__column__block.-text {
  position: relative;
  width: calc(100% - 101px);
  padding: 25px 30px 47px;
  border-radius: 5px;
  background-color: #F7F8F8;
}

.branch-newpatients__firstVisit__process__column__block.-text::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 25px;
  height: 20px;
  background: -webkit-gradient(linear, right top, left bottom, color-stop(50%, transparent), color-stop(50%, #F7F8F8)) no-repeat top left/100% 51%, -webkit-gradient(linear, right bottom, left top, color-stop(51%, transparent), color-stop(50%, #F7F8F8)) no-repeat bottom left/100% 51%;
  background: linear-gradient(to bottom left, transparent 50%, #F7F8F8 50%) no-repeat top left/100% 51%, linear-gradient(to top left, transparent 51%, #F7F8F8 50%) no-repeat bottom left/100% 51%;
  content: "";
  -webkit-transform: translate(-100%, -50%) rotate(180deg);
  transform: translate(-100%, -50%) rotate(180deg);
}

.branch-newpatients__firstVisit__process__column__block.-text .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 28px;
  border-bottom: 1px solid #E1E1E1;
}

.branch-newpatients__firstVisit__process__column__block.-text .flex .title,
.branch-newpatients__firstVisit__process__column__block.-text .flex .category {
  display: block;
}

.branch-newpatients__firstVisit__process__column__block.-text .flex .title {
  color: #54ABB1;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.branch-newpatients__firstVisit__process__column__block.-text .flex .category {
  color: #BCBCBC;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.3;
  font-family: "Montserrat", sans-serif;
}

.branch-newpatients__firstVisit__process__column__block.-text .text {
  margin-top: 43px;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
}

/* --- ▼bring
----------------------------------------------------------- */
.branch-newpatients__firstVisit__bring__notes {
  margin-top: 27px;
}

.branch-newpatients__firstVisit__bring__notes p {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

.branch-newpatients__firstVisit__bring__list {
  margin-top: 100px;
  list-style: none;
}

.branch-newpatients__firstVisit__bring__list li+li {
  margin-top: 30px;
}

.branch-newpatients__firstVisit__bring__list li .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}

.branch-newpatients__firstVisit__bring__list li .flex .number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 54px;
  height: 40px;
  border-radius: 3em;
  background-color: #D0EAEC;
  font-weight: 500;
  font-size: 21px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.branch-newpatients__firstVisit__bring__list li .flex .text {
  width: calc(100% - 70px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.branch-newpatients__firstVisit__bring__list li .flex .text .mini {
  margin-top: 2px;
  font-size: 16px;
  letter-spacing: 0.05em;
}

.branch-newpatients__firstVisit__bring__list li .list {
  max-width: 930px;
  margin-top: 29px;
  list-style: none;
}

.branch-newpatients__firstVisit__bring__list li .list li {
  margin-left: 76px;
  padding-left: 0.85em;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

.branch-newpatients__firstVisit__bring__list li .list li+li {
  margin-top: 20px;
}

.branch-newpatients__firstVisit__bring__list li .list li .bold {
  font-weight: 500;
  display: flex;
  margin-left: -1em;
}

.branch-newpatients__firstVisit__bring__list li .list li .bold::before {
  content: "・";
  display: block;
}

.branch-newpatients__firstVisit__bring__list li .list li .text {
  line-height: 2;
  margin-top: 1px;
}

/* --- ▼payment
----------------------------------------------------------- */
.branch-newpatients__firstVisit__payment__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 83px;
  margin-bottom: 48px;
  gap: 7.2%;
}

.branch-newpatients__firstVisit__payment__image .image {
  width: 140px;
}

.branch-newpatients__firstVisit__payment__list {
  list-style: none;
}

.branch-newpatients__firstVisit__payment__list li {
  position: relative;
  padding-left: 20px;
}

.branch-newpatients__firstVisit__payment__list li+li {
  margin-top: 21px;
}

.branch-newpatients__firstVisit__payment__list li::before {
  display: block;
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #D0EAEC;
  content: "";
}

.branch-newpatients__firstVisit__payment__list li .bold,
.branch-newpatients__firstVisit__payment__list li .text {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

.branch-newpatients__firstVisit__payment__list li .bold {
  font-weight: 500;
}

.branch-newpatients__firstVisit__payment__list li .text {
  margin-top: 2px;
}

.branch-newpatients__firstVisit__payment__notes {
  margin-top: 28px;
  margin-left: 20px;
}

.branch-newpatients__firstVisit__payment__notes p {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}


/**********************************************************
店舗 ◯◯歳以下の不妊治療
***********************************************************/
.branch-newpatients__tau {
  margin-bottom: 150px;
}

.branch-newpatients__tau__container__inner {
  max-width: 1000px;
  margin: 0 auto;
}

.branch-newpatients__tau .c-branchSecTitle04 {
  margin-bottom: 40px;
  margin-top: 0;
}

.branch-newpatients__tau__container--text {
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-bottom: 50px;
}

.branch-newpatients__tau__container__graph {
  margin-bottom: 80px;
}

.branch-newpatients__tau__container__graph__images {
  display: flex;
  gap: 16px;
}

.branch-newpatients__tau__container__graph--notes {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-top: 20px;
}

.branch-newpatients__tau__container__announce {
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  padding: 40px 50px 50px;
  margin-bottom: 80px;
}

.branch-newpatients__tau__container__announce--title {
  color: #54ABB1;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 10px
}

.branch-newpatients__tau__container__announce--text {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 40px;
}

.branch-newpatients__tau__container__announce__box {
  background-color: #F7F8F8;
  border-radius: 5px;
  padding: 28px 35px;
}

.branch-newpatients__tau__container__announce__box__list {
  list-style: none;
}

.branch-newpatients__tau__container__announce__box__list .item {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  display: flex;
  gap: 3px;
}

.branch-newpatients__tau__container__announce__box__list .item+.item {
  margin-top: 10px;
}

.branch-newpatients__tau__container__announce__box__list .item::before {
  content: "・";
  display: block;
}

.branch-newpatients__tau__container__sec {
  max-width: 800px;
  margin: 80px auto 0;
}

.branch-newpatients__tau__container__sec .c-branchSecTitle05 {
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.branch-newpatients__tau__container__sec--text {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
}

.branch-newpatients__tau__container__sec--title {
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-top: 30px;
}

.branch-newpatients__tau__container__sec--title+.branch-newpatients__tau__container__sec--text {
  margin-top: 10px;
}

.branch-newpatients__tau__container__sec__box {
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  padding: 22px 25px 25px;
  margin-top: 20px;
}

.branch-newpatients__tau__container__sec__list,
.branch-newpatients__tau__container__sec__box__list {
  list-style: none;
}

.branch-newpatients__tau__container__sec__list .item,
.branch-newpatients__tau__container__sec__box__list .item {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  display: flex;
  gap: 3px;
}

.branch-newpatients__tau__container__sec__list .item+.item,
.branch-newpatients__tau__container__sec__box__list .item+.item {
  margin-top: 10px;
}

.branch-newpatients__tau__container__sec__list .item::before,
.branch-newpatients__tau__container__sec__box__list .item::before {
  content: "・";
  display: block;
}

.branch-newpatients__tau__container__sec__list {
  margin-left: 26px;
  margin-top: 14px;
}

.branch-newpatients__tau__container__sec__list.-ml0 {
  margin-left: 0;
}

.branch-newpatients__tau__container__sec__table {
  margin-top: 30px;
}

.branch-newpatients__tau__container__sec__table--text {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}

.branch-newpatients__tau__container__sec__table table {
  border-collapse: collapse;
  border: 1px solid #E1E1E1;
  width: 100%;
  /* セルの幅を均等 */
  table-layout: fixed;
}

.branch-newpatients__tau__container__sec__table th,
.branch-newpatients__tau__container__sec__table td {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
  border: 1px solid #E1E1E1;
  text-align: center;
  padding: 8px;
  word-break: break-word;
}

.branch-newpatients__tau__container__sec__table th {
  background-color: #ECECEC;
}


/**********************************************************
店舗 通院中の方へ
***********************************************************/
.page-template-page-makuhari-currentpatients .c-branchRoundButton {
  margin-left: auto;
}

.page-template-page-makuhari-currentpatients .c-branchSecTitle04 {
  margin-bottom: 100px;
}

.page-template-page-makuhari-currentpatients .c-branchSecType02 {
  max-width: 1000px;
  margin: 0 auto;
}

.page-template-page-makuhari-currentpatients .c-branchSecType02+.c-branchSecType02 {
  margin-top: 80px;
}

.branch-currentpatients__about .c-branchButtonGroup {
  max-width: 1000px;
  margin: 70px auto 0;
}

.page-template-page-makuhari-currentpatients__others {
  margin-bottom: 120px;
}

/**********************************************************
店舗 当院について
***********************************************************/
.branch-about {
  margin-bottom: 115px;
}

/* ========================================================
▼ message
=========================================================== */
.branch-about__message {
  margin-bottom: 115px;
}

.branch-about__message__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  gap: 8%;
}

.branch-about__message__column__block.-text {
  width: 54%;
}

.branch-about__message__column__block.-text .branch-about__message__column__block--title {
  margin-bottom: 50px;
  color: #54ABB1;
  font-weight: 500;
  font-size: 26px;
  line-height: 1.7;
  letter-spacing: 0.05em;
}

.branch-about__message__column__block.-text .branch-about__message__column__block--text {
  line-height: 2;
  letter-spacing: 0.05em;
}

.branch-about__message__column__block.-text .branch-about__message__column__block--text+.branch-about__message__column__block--text {
  margin-top: 32px;
}

.branch-about__message__column__block.-text .c-branchRoundButton__column {
  margin-top: 50px;
}

.branch-about__message__column__block.-image {
  width: 37%;
}

.branch-about__message__column__block.-image .image img {
  border-radius: 5px;
}


/* ========================================================
▼ facility
=========================================================== */
.branch-about__facility__mainImage {
  margin-bottom: 80px;
}

.branch-about__facility__mainImage .image img {
  border-radius: 5px;
}

.js-branchAboutSlider .swiper-slide {
  width: 31.7%;
}

.js-branchAboutSlider .swiper-slide:nth-of-type(2) {
  width: 35.5%;
}

.branch-about__facility__about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.branch-about__facility__about--text {
  line-height: 2;
  letter-spacing: 0.05em;
}

.branch-about__facility__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 120px;
}

.branch-about__facility__info__block {
  width: 50%;
  padding: 53px 0 60px;
}

.branch-about__facility__info__block+.branch-about__facility__info__block {
  border-left: 1px solid #E1E1E1;
}

.branch-about__facility__info__block:nth-child(1) {
  padding-left: 7%;
  padding-right: 5%;
}

.branch-about__facility__info__block:nth-child(1) .branch-about__facility__info__block--text {
  max-width: 337px;
}

.branch-about__facility__info__block:nth-child(2) {
  padding-right: 7%;
  padding-left: 5%;
}

.branch-about__facility__info__block:nth-child(2) .branch-about__facility__info__block--text {
  max-width: 335px;
}

.branch-about__facility__info__block:nth-child(2) .branch-about__facility__info__block__box {
  margin-left: auto;
}

.branch-about__facility__info__block__box {
  max-width: 337px;
  text-align: center;
}

.branch-about__facility__info__block--title {
  margin-bottom: 25px;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.branch-about__facility__info__block--text {
  line-height: 2;
  letter-spacing: 0.05em;
}

.branch-about__facility__info__block .c-branchRoundButton {
  margin: 40px auto 0;
}

/**********************************************************
店舗 院長挨拶
***********************************************************/
/* --- ▼about
------------------------------------------------------------ */
.branch-about-message__greeting__about {
  max-width: 1000px;
  margin: 0 auto;
}

.branch-about-message__greeting__about__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 80px;
  gap: 20px;
}

.branch-about-message__greeting__about .branch-about-message__greeting__about__column__block.-text {
  width: 51%;
}

.branch-about-message__greeting__about .branch-about-message__greeting__about__column__block--text,
.branch-about-message__greeting__about .branch-about-message__greeting__about--text {
  line-height: 2.3;
  letter-spacing: 0.05em;
}

.branch-about-message__greeting__about .branch-about-message__greeting__about__column__block--text+.branch-about-message__greeting__about__column__block--text,
.branch-about-message__greeting__about .branch-about-message__greeting__about--text+.branch-about-message__greeting__about--text {
  margin-top: 40px;
}

.branch-about-message__greeting__about .branch-about-message__greeting__about__column__block.-image {
  width: 37%;
}

.branch-about-message__greeting__about .branch-about-message__greeting__about__column__block.-image .image img {
  border-radius: 5px;
}

.branch-about-message__greeting__about .branch-about-message__greeting__about__column__block.-image .post,
.branch-about-message__greeting__about .branch-about-message__greeting__about__column__block.-image .name {
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: right;
}

.branch-about-message__greeting__about .branch-about-message__greeting__about__column__block.-image .post {
  margin-top: 16px;
  margin-bottom: 8px;
  font-size: 14px;
}

.branch-about-message__greeting__about .branch-about-message__greeting__about__column__block.-image .name {
  font-size: 22px;
}

/* --- ▼image
------------------------------------------------------------ */
.branch-about-message__greeting__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  gap: 8px;
}

.branch-about-message__greeting__image img {
  border-radius: 5px;
}

/* --- ▼info
------------------------------------------------------------ */
.branch-about-message__greeting__info {
  max-width: 1000px;
  margin: 120px auto 120px;
}

.branch-about-message__greeting__info__sec+.branch-about-message__greeting__info__sec {
  margin-top: 80px;
}

.branch-about-message__greeting__info .c-branchSecTitle05 {
  margin-bottom: 25px;
}

.branch-about-message__greeting__info__sec--text {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
}

/**********************************************************
店舗 医師・スタッフ紹介
***********************************************************/
.branch-about-staff__team .c-branchSecAbout {
  margin-bottom: 120px;
}

.branch-about-staff__team__container {
  max-width: 1000px;
  margin: 0 auto 120px;
}

.branch-about-staff__team__group .c-branchSecTitle04 {
  margin-top: 0;
  margin-bottom: 100px;
}

.branch-about-staff__team__group+.branch-about-staff__team__group {
  margin-top: 155px;
}

.branch-about-staff__team__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px 9px;
}

.branch-about-staff__team__column__block {
  position: relative;
  width: calc(33.3333333333% - 6px);
  transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.branch-about-staff__team__column__block:hover {
  opacity: 0.7;
}

.branch-about-staff__team__column__block .image img {
  border-radius: 5px;
}

.branch-about-staff__team__column__block .onText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 20px);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  z-index: 2;
  position: absolute;
  bottom: 10px;
  left: 10px;
  justify-content: space-between;
  padding: 20px;
}

.branch-about-staff__team__column__block .onText::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.8);
  content: "";
  -webkit-backdrop-filter: blur(5px);
  z-index: -1;
  backdrop-filter: blur(5px);
}

.branch-about-staff__team__column__block .onText .post {
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.branch-about-staff__team__column__block .onText .post .cl-gray {
  display: block;
  color: #737373;
}

.branch-about-staff__team__column__block .onText .name .ja,
.branch-about-staff__team__column__block .onText .name .en {
  display: block;
}

.branch-about-staff__team__column__block .onText .name .ja {
  margin-bottom: 3px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.branch-about-staff__team__column__block .onText .name .en {
  color: #54ABB1;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
  font-family: "Montserrat", sans-serif;
}


/* --- モーダル
----------------------------------------------------------- */
.branch-about-staff__team__column__modal__wrap {
  background-color: #fff;
  border-radius: 10px;
  width: 86vw;
  height: 79dvh;
  max-width: 1200px;
  position: relative;
}

.branch-about-staff__team__column__modal__container {
  width: 100%;
  height: 100%;
  padding: 147px 50px 70px 12.5%;
}

.branch-about-staff__team__column__modal__inner {
  padding-right: 10%;
  overflow: scroll;
  width: 100%;
  height: 100%;
}

/* ×ボタン */
.branch-about-staff__team__column__modal__wrap .js-modalClose {
  width: 50px;
  height: 40px;
  position: absolute;
  top: 30px;
  right: 28px;
  transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.branch-about-staff__team__column__modal__wrap .js-modalClose:hover {
  opacity: 0.7;
}

.branch-about-staff__team__column__modal__wrap .js-modalClose span {
  background-color: #2e2e2e;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
}

.branch-about-staff__team__column__modal__wrap .js-modalClose span:nth-child(1) {
  transform: translate(-50%, -50%)rotate(45deg);
}

.branch-about-staff__team__column__modal__wrap .js-modalClose span:nth-child(2) {
  transform: translate(-50%, -50%)rotate(-45deg);
}

/* プロフィール */
.branch-about-staff__team__column__modal__profile {
  display: flex;
  align-items: center;
  gap: 10%;
  margin-bottom: 100px;
}

.branch-about-staff__team__column__modal__profile .image {
  width: 40%;
}

.branch-about-staff__team__column__modal__profile .image img {
  border-radius: 5px;
}

.branch-about-staff__team__column__modal__profile .info {
  width: 50%;
}

.branch-about-staff__team__column__modal__profile .info .post {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-bottom: 9px;
}

.branch-about-staff__team__column__modal__profile .info .name.-ja {
  font-size: 34px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin-bottom: -1px;
}

.branch-about-staff__team__column__modal__profile .info .name.-en {
  color: #54ABB1;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 14px;
}

.branch-about-staff__team__column__modal__profile .info .member {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-top: 14px;
}

/* 経歴・資格・所属学会 */
.branch-about-staff__team__column__modal__sec+.branch-about-staff__team__column__modal__sec {
  margin-top: 80px;
}

.branch-about-staff__team__column__modal__sec .c-branchSecTitle05 {
  margin-bottom: 25px;
}

.branch-about-staff__team__column__modal__sec .text {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
}


/**********************************************************
店舗 担当医とスケジュール
***********************************************************/
.branch-about-schedule__physicians {
  margin-bottom: 120px;
}

.branch-about-schedule__physicians__sec .c-branchSecTitle04,
.branch-about-schedule__hours__sec .c-branchSecTitle04 {
  margin-bottom: 100px;
}

.branch-about-schedule__physicians__sec__container,
.branch-about-schedule__hours__sec__container {
  max-width: 1000px;
  margin: 0 auto;
}

.branch-about-schedule__physicians__sec__container__box {
  background-color: #F7F8F8;
  border-radius: 5px;
  padding: 40px;
  margin-top: 80px;
}

.branch-about-schedule__physicians__sec__container__box .flex {
  display: flex;
  gap: 30px;
}

.branch-about-schedule__physicians__sec__container__box .flex+.flex {
  margin-top: 12px;
}

.branch-about-schedule__physicians__sec__container__box .flex .category {
  font-size: 13px;
  line-height: 1.8;
  letter-spacing: 0.12em;
  background-color: #F7E0E0;
  border-radius: 3em;
  width: 155px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.branch-about-schedule__physicians__sec__container__box .flex .text {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

.branch-about-schedule__physicians__sec .c-branchRoundButton {
  margin-left: auto;
  margin-top: 42px;
}

/* --- table01
----------------------------------------------------------- */

.branch-about-schedule__physicians__sec__container__table+.branch-about-schedule__physicians__sec__container__table {
  margin-top: 50px;
}

.branch-about-schedule__physicians__sec__container__table table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  min-height: 410px;
  border: none;
}

/* 左上角丸 */
.branch-about-schedule__physicians__sec__container__table tr:nth-child(1) th:nth-child(1) {
  border-radius: 10px 0 0 0;
}

/* 右上角丸 */
.branch-about-schedule__physicians__sec__container__table tr:nth-child(1) th:last-child {
  border-radius: 0 10px 0 0;
}

/* 右下角丸 */
.branch-about-schedule__physicians__sec__container__table tr:last-child td:last-child {
  border-radius: 0 0 10px 0;
}

/* 左下角丸 */
.branch-about-schedule__physicians__sec__container__table tr:nth-child(4) th:nth-child(1) {
  border-radius: 0 0 0 10px;
}

/* 午前・午後の列幅 */
.branch-about-schedule__physicians__sec__container__table tr:nth-child(2) th:nth-child(1),
.branch-about-schedule__physicians__sec__container__table tr:nth-child(4) th:nth-child(1) {
  width: 65px;
}

/* 外来・特殊外来の列幅 */
.branch-about-schedule__physicians__sec__container__table tr:nth-child(2) th:nth-child(2),
.branch-about-schedule__physicians__sec__container__table tr:nth-child(3) th:nth-child(1) {
  width: 85px;
}

/* nameGroupの列幅（残りを6等分）*/
.branch-about-schedule__physicians__sec__container__table th:nth-child(n+3),
.branch-about-schedule__physicians__sec__container__table td:nth-child(n+3) {
  width: calc((100% - 150px) / 6);
  max-width: 140px;
}

.branch-about-schedule__physicians__sec__container__table td.nameGroup {
  vertical-align: top;
  padding-top: 15px;
  padding-bottom: 15px;
}

.branch-about-schedule__physicians__sec__container__table td .-gender {
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  max-width: 100px;
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 1px 0 2px;
}

.branch-about-schedule__physicians__sec__container__table td .-gender+.-gender {
  margin-top: 7px;
}

/* 男 */
.branch-about-schedule__physicians__sec__container__table td .men {
  background-color: #D7EAEB;
  border-radius: 3em;
}

/* 女 */
.branch-about-schedule__physicians__sec__container__table td .women {
  background-color: #F7E0E0;
  border-radius: 3em;
}

.branch-about-schedule__physicians__sec__container__table th,
.branch-about-schedule__physicians__sec__container__table td {
  border-right: 1px solid #E1E1E1;
  border-bottom: 1px solid #E1E1E1;
  padding: 10px 3px;
  text-align: center;
}

.branch-about-schedule__physicians__sec__container__table tbody tr:first-child th:first-child,
.branch-about-schedule__physicians__sec__container__table tbody tr:nth-child(2) th:nth-child(1),
.branch-about-schedule__physicians__sec__container__table tbody tr:nth-child(4) th:nth-child(1) {
  border-left: 1px solid #E1E1E1;
}

/* 1行目の背景と文字色 */
.branch-about-schedule__physicians__sec__container__table tr:nth-child(1) th {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
  background-color: #9FB6B8;
  color: #ffffff;
}

/* 午前・午後・外来 */
.branch-about-schedule__physicians__sec__container__table tbody tr:nth-child(2) th:nth-child(-n+2),
.branch-about-schedule__physicians__sec__container__table tbody tr:nth-child(4) th:nth-child(-n+2) {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.05em;
  background-color: #F5F9F8;
}

/* 午前・午後のみ */
.branch-about-schedule__physicians__sec__container__table tbody tr:nth-child(2) th:nth-child(1),
.branch-about-schedule__physicians__sec__container__table tbody tr:nth-child(4) th:nth-child(1) {
  font-weight: 500;
}

/* 外来のみ */
.branch-about-schedule__physicians__sec__container__table tbody tr:nth-child(2) th,
.branch-about-schedule__physicians__sec__container__table tbody tr:nth-child(4) th {
  background-color: #F5F9F8;
}

/* 特殊外来とそれ以降の右側のセルの設定 */
.branch-about-schedule__physicians__sec__container__table tbody tr:nth-child(3) th,
.branch-about-schedule__physicians__sec__container__table tbody tr:nth-child(3) td,
.branch-about-schedule__physicians__sec__container__table tbody tr:nth-child(5) th,
.branch-about-schedule__physicians__sec__container__table tbody tr:nth-child(5) td {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.05em;
  border-top: 1px dashed #E1E1E1;
}

/* 外来行（2行目と4行目）から右側のセルの下線を消す */
.branch-about-schedule__physicians__sec__container__table tbody tr:nth-child(2) th:nth-child(2),
.branch-about-schedule__physicians__sec__container__table tbody tr:nth-child(2) td:nth-child(n+2),
.branch-about-schedule__physicians__sec__container__table tbody tr:nth-child(4) th:nth-child(2),
.branch-about-schedule__physicians__sec__container__table tbody tr:nth-child(4) td:nth-child(n+2) {
  border-bottom: none;
}

/* その他のセルの背景色 */
.branch-about-schedule__physicians__sec__container__table td {
  background-color: #ffffff;
}


/**********************************************************
店舗 アクセス
***********************************************************/
.branch-about-access__hours {
  margin-bottom: 120px;
}

.branch-about-access__hours .c-branchButtonGroup {
  justify-content: center;
  margin-top: 70px;
}

.branch-about-access__hours .c-branchButtonGroup--button {
  max-width: 323px;
}

.branch-about-access__hours .c-branchSecTitle04 {
  margin-bottom: 100px;
}

.branch-about-access__hours__sec__inner,
.branch-about-access__hours__sec__location,
.branch-about-access__hours__sec__access,
.branch-about-access__hours__sec__guidemap {
  max-width: 1000px;
  margin: 0 auto;
}


/* --- ▼診察時間
----------------------------------------------------------- */

.branch-about-access__hours__sec.-officeHours .c-branchSecTitle04 {
  margin-top: 100px;
}

.branch-about-access__hours__sec--text {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
}

.branch-about-access__hours__sec--notes {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-top: 10px;
}

.branch-about-access__hours .c-branchHoursSchedule {
  margin-top: 70px;
}

.branch-about-access__hours .c-branchInfoBox {
  max-width: none;
  margin-top: 70px;
}

.branch-about-access__hours .c-branchInfoBox--title {
  font-size: 20px;
  padding: 13px 0 14px;
}

.branch-about-access__hours .c-branchRoundButton__column {
  justify-content: center;
  margin-top: 45px;
}


/* --- 所在地 --- */
.branch-about-access__hours__sec__location .c-branchSecTitle05 {
  margin-bottom: 40px;
}

.branch-about-access__hours__sec__location__map iframe {
  width: 100%;
}

.branch-about-access__hours__sec__location--text {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05;
  margin-bottom: 40px;
}

.branch-about-access__hours__sec__location__map iframe {
  width: 100%;
  height: 494px;
  border-radius: 5px;
}


/* --- アクセス --- */
.branch-about-access__hours__sec__access {
  margin-top: 75px;
}

.branch-about-access__hours__sec__access__inner {
  max-width: 904px;
  margin: 0 auto;
}

.branch-about-access__hours__sec__access .c-branchSecTitle05 {
  margin-bottom: 80px;
}

.branch-about-access__hours__sec__access .image {
  margin-bottom: 40px;
}

.branch-about-access__hours__sec__access--text {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
}

.branch-about-access__hours__sec__access--text .title {
  width: 11em;
  display: block;
  font-weight: 500;
  margin-right: 15px;
}

.branch-about-access__hours__sec__access--text .notes {
  font-size: 12px;
  margin-left: 30px;
}

.branch-about-access__hours__sec__access__box {
  background-color: #F7F8F8;
  border-radius: 10px;
  padding: 25px 35px;
  margin-top: 25px;
}

.branch-about-access__hours__sec__access__box .title {
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-bottom: 5px;
}

.branch-about-access__hours__sec__access__box .text {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.05em;
}


/* --- 案内図 --- */
.branch-about-access__hours__sec__guidemap {
  margin-top: 80px;
}

.branch-about-access__hours__sec__guidemap__inner {
  max-width: 823px;
  margin: 0 auto;
}

.branch-about-access__hours__sec__guidemap .c-branchSecTitle05 {
  margin-bottom: 70px;
}

.branch-about-access__hours__sec__guidemap__images {
  display: flex;
  gap: 11%;
}

.branch-about-access__hours__sec__guidemap__images .image {
  width: 50%;
}


/**********************************************************
店舗 診療内容
***********************************************************/
.branch-treatments__options {
  margin-bottom: 120px;
}

.branch-treatments__options__inner {
  max-width: 1000px;
  margin: 0 auto 120px;
}

.branch-treatments__options__inner .c-branchSecAbout {
  margin-bottom: 70px;
}

.branch-treatments__options .c-branchButtonGroup {
  gap: 16px;
}

.branch-treatments__options .c-branchButtonGroup .c-branchButtonGroup--button {
  width: calc(33.3333333333% - 11px);
}

.branch-treatments__options .c-branchButtonGroup .c-branchButtonGroup--button .text.-mini {
  font-size: 13px;
}

.branch-treatments__options .c-branchButtonGroup .c-branchButtonGroup--button .text.-kerning {
  letter-spacing: -0.06em;
}

.branch-treatments__options .c-branchButtonGroup .c-branchButtonGroup--button .text .kakko {
  font-size: 12px;
}

.branch-treatments__options__sec {
  max-width: 1000px;
  margin: 0 auto;
}

.branch-treatments__options__sec+.branch-treatments__options__sec {
  margin-top: 80px;
}

.branch-treatments__options__sec .subTitle {
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-top: 35px;
  margin-bottom: 15px;
}

.branch-treatments__options__sec .c-branchButtonGroup--button .branch-treatments__options__sec+.branch-treatments__options__sec {
  margin-top: 80px;
}

.branch-treatments__options__sec .c-branchSecTitle05 {
  margin-bottom: 40px;
}


/**********************************************************
店舗 診療内容 詳細ページ
***********************************************************/
.branch-treatments__type {
  margin-top: 100px;
  margin-bottom: 120px;
}

.branch-treatments__type__column {
  display: flex;
  align-items: flex-start;
  gap: 6.25%;
  margin-top: 90px;
}


/* --- ▼ヘディング
----------------------------------------------------------- */
.branch-treatments__type__heading .c-branchSecTitle04 {
  margin-top: 0;
  margin-bottom: 40px;
}

.branch-treatments__type__heading--text {
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.05em;
  max-width: 1000px;
  margin: 0 auto;
}


/* --- ▼メニュー
----------------------------------------------------------- */
.branch-treatments__type__menu {
  width: 250px;
  position: sticky;
  top: 100px;
  left: 0;
}

.branch-treatments__type__menu__inner {
  background-color: #F7F8F8;
  border-radius: 10px;
  padding: 36px 30px 40px 36px;
  margin-top: 8px;
}

.branch-treatments__type__menu__list {
  list-style: none;
}

.branch-treatments__type__menu__list .item {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  position: relative;
  padding-left: 1.2em;
}

.branch-treatments__type__menu__list .item+.item {
  margin-top: 14px;
}

.branch-treatments__type__menu__list .item::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: #9FB6B8;
  border-radius: 50%;
  position: absolute;
  top: 0.64em;
  left: 0;
  transition: background-color 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.branch-treatments__type__menu__list .item a {
  transition: color 0.3s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.branch-treatments__type__menu__list .item a:hover {
  opacity: 0.7;
}

/* --- ▼アクティブ --- */
.branch-treatments__type__menu__list .item.is-active::before {
  background-color: #54ABB1;
}

.branch-treatments__type__menu__list .item.is-active a {
  color: #54ABB1;
  pointer-events: none;
}


/* --- ▼内容
----------------------------------------------------------- */
.branch-treatments__type__container {
  width: calc(100% - 250px - 6.25%);
}

.branch-treatments__type__container .c-branchSecTitle05 {
  padding-bottom: 15px;
  margin-bottom: 40px;
}

.branch-treatments__type__container__sec+.branch-treatments__type__container__sec {
  margin-top: 80px;
}

.branch-treatments__type__container__sec--text {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
}

.branch-treatments__type__container__sec--text.-references {
  line-height: 1.5;
}

.branch-treatments__type__container__sec--text.-mt80 {
  margin-top: 80px;
}

.branch-treatments__type__container__sec--text a {
  display: inline;
  color: #54ABB1;
  text-decoration: underline;
  transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.branch-treatments__type__container__sec--text a:hover {
  opacity: 0.7;
}

.branch-treatments__type__container__sec--text .bold {
  font-weight: 500;
}

.branch-treatments__type__container__sec--text+.branch-treatments__type__container__sec--text {
  margin-top: 40px;
}

.branch-treatments__type__container__sec--subTitle {
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-top: 40px;
  margin-bottom: 10px;
}

.branch-treatments__type__container__sec__imageColumn {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}

.branch-treatments__type__container__sec__imageColumn.-center {
  margin-left: auto;
  margin-right: auto;
}

.branch-treatments__type__container__sec__imageColumn .image .text {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
}

.branch-treatments__type__container__sec__imageColumn.-w693 {
  max-width: 693px;
}

.branch-treatments__type__container__sec__imageColumn.-w600 {
  max-width: 600px;
}

.branch-treatments__type__container__sec__imageColumn.-w693.-twoColumn {
  gap: 7%;
}

.branch-treatments__type__container__sec__imageColumn.-w693.-twoColumn .image {
  width: 46.5%;
}

.branch-treatments__type__container__sec__imageColumn.-w600.-threeColumn {
  gap: 40px 5%;
}

.branch-treatments__type__container__sec__imageColumn.-w600.-threeColumn .image {
  width: 30%;
}

.branch-treatments__type__container__sec--image {
  margin: 40px 0;
}

.branch-treatments__type__container__sec--image.-center {
  margin-right: auto;
  margin-left: auto;
}

.branch-treatments__type__container__sec--image.-w600 {
  max-width: 600px;
}

.branch-treatments__type__container__sec--image .title {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}

.branch-treatments__type__container__sec--image .title.-aq {
  color: #54ABB1;
}

.branch-treatments__type__container__sec--image .text {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
}

.branch-treatments__type__container__sec--image .text.-right {
  text-align: right;
}

.branch-treatments__type__container__sec__list,
.branch-treatments__type__container__sec__list .childList,
ol.branch-treatments__type__container__sec__list li ul {
  list-style: none;
}

.branch-treatments__type__container__sec__list li,
.branch-treatments__type__container__sec__list .childList li,
ol.branch-treatments__type__container__sec__list li ul li {
  position: relative;
  padding-left: 1em;
}

.branch-treatments__type__container__sec__list li::before,
.branch-treatments__type__container__sec__list .childList li::before,
ol.branch-treatments__type__container__sec__list li ul li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.branch-treatments__type__container__sec__list {
  list-style: none;
  margin-top: 10px;
  margin-left: 20px;
}

.branch-treatments__type__container__sec__list.-ml0 {
  margin-left: 0;
}

.branch-treatments__type__container__sec__list.-mt40 {
  margin-top: 40px;
}

.branch-treatments__type__container__sec__list.-box {
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  padding: 23px 22px 27px;
}

.branch-treatments__type__container__sec__list.-box.-ml0 {
  margin-left: 0;
}

.branch-treatments__type__container__sec__list li {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
}

.branch-treatments__type__container__sec__list li.-bold {
  font-weight: 500;
}

.branch-treatments__type__container__sec__list li .bold {
  font-weight: 700;
}

ul.branch-treatments__type__container__sec__list li::before,
ol.branch-treatments__type__container__sec__list li ul li::before {
  content: "・";
}

.branch-treatments__type__container__sec__list .childList li {
  padding-left: 1.8em;
}

.branch-treatments__type__container__sec__list .childList li::before {
  content: "┗";
}

ol.branch-treatments__type__container__sec__list li {
  gap: 4px;
  line-height: 1.5;
}

ol.branch-treatments__type__container__sec__list li+li {
  margin-top: 15px;
}

ol.branch-treatments__type__container__sec__list li ul li+li {
  margin-top: 10px;
}

ol.branch-treatments__type__container__sec__list li:nth-child(1):before {
  content: "1.";
}

ol.branch-treatments__type__container__sec__list li:nth-child(2):before {
  content: "2.";
}

ol.branch-treatments__type__container__sec__list li:nth-child(3):before {
  content: "3.";
}

ol.branch-treatments__type__container__sec__list li:nth-child(4):before {
  content: "4.";
}

ol.branch-treatments__type__container__sec__list li:nth-child(5):before {
  content: "5.";
}

ol.branch-treatments__type__container__sec__list li:nth-child(6):before {
  content: "6.";
}

ol.branch-treatments__type__container__sec__list li:nth-child(7):before {
  content: "7.";
}

ol.branch-treatments__type__container__sec__list li:nth-child(8):before {
  content: "8.";
}

ol.branch-treatments__type__container__sec__list li:nth-child(9):before {
  content: "9.";
}

ol.branch-treatments__type__container__sec__list li:nth-child(10):before {
  content: "10.";
}

ol.branch-treatments__type__container__sec__list li:nth-child(11):before {
  content: "11.";
}

ol.branch-treatments__type__container__sec__list li:nth-child(12):before {
  content: "12.";
}

ol.branch-treatments__type__container__sec__list li:nth-child(13):before {
  content: "13.";
}

ol.branch-treatments__type__container__sec__list li:nth-child(14):before {
  content: "14.";
}

ol.branch-treatments__type__container__sec__list li:nth-child(15):before {
  content: "15.";
}

ol.branch-treatments__type__container__sec__list li:nth-child(16):before {
  content: "16.";
}

ol.branch-treatments__type__container__sec__list li:nth-child(17):before {
  content: "17.";
}

ol.branch-treatments__type__container__sec__list li:nth-child(18):before {
  content: "18.";
}

ol.branch-treatments__type__container__sec__list li:nth-child(19):before {
  content: "19.";
}

ol.branch-treatments__type__container__sec__list li:nth-child(20):before {
  content: "20.";
}

ol.branch-treatments__type__container__sec__list li.-number1:before {
  content: "1.";
}

ol.branch-treatments__type__container__sec__list li.-number2:before {
  content: "2.";
}

ol.branch-treatments__type__container__sec__list li.-number3:before {
  content: "3.";
}

ol.branch-treatments__type__container__sec__list li.-number4:before {
  content: "4.";
}

ol.branch-treatments__type__container__sec__list li.-number5:before {
  content: "5.";
}

ol.branch-treatments__type__container__sec__list li.-number6:before {
  content: "6.";
}

ol.branch-treatments__type__container__sec__list li.-number7:before {
  content: "7.";
}

ol.branch-treatments__type__container__sec__list li.-number8:before {
  content: "8.";
}

ol.branch-treatments__type__container__sec__list li.-number9:before {
  content: "9.";
}

ol.branch-treatments__type__container__sec__list li.-number10:before {
  content: "10.";
}



.branch-treatments__type__container__sec__box {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  padding: 35px 40px 43px;
  margin-top: 20px;
}

.branch-treatments__type__container__sec__box .group+.group {
  margin-top: 25px;
}

.branch-treatments__type__container__sec__box .title {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-bottom: 5px;
}

.branch-treatments__type__container__sec__box a {
  color: #54ABB1;
  display: inline;
  border-bottom: 1px solid #54ABB1;
  word-break: break-all;
  /* 自然に改行するように */
}

.branch-treatments__type__container__sec__box .list {
  list-style: none;
  margin-left: 3px;
  margin-top: 9px;
}

.branch-treatments__type__container__sec__box .list li,
.branch-treatments__type__container__sec__box .list .childList li {
  font-size: 16px;
  letter-spacing: 0.05em;
  position: relative;
  padding-left: 1em;
}

.branch-treatments__type__container__sec__box .list li::before,
.branch-treatments__type__container__sec__box .list .childList li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.branch-treatments__type__container__sec__box .list li {
  line-height: 1.5;
  gap: 3px;
}

.branch-treatments__type__container__sec__box .list li+li {
  margin-top: 10px;
}

.branch-treatments__type__container__sec__box ul.list li::before {
  content: "・";
}

.branch-treatments__type__container__sec__box ol.list li:nth-child(1):before {
  content: "1.";
}

.branch-treatments__type__container__sec__box ol.list li:nth-child(2):before {
  content: "2.";
}

.branch-treatments__type__container__sec__box ol.list li:nth-child(3):before {
  content: "3.";
}

.branch-treatments__type__container__sec__box ol.list li:nth-child(4):before {
  content: "4.";
}

.branch-treatments__type__container__sec__box ol.list li:nth-child(5):before {
  content: "5.";
}

.branch-treatments__type__container__sec__box ol.list li:nth-child(6):before {
  content: "6.";
}

.branch-treatments__type__container__sec__box ol.list li:nth-child(7):before {
  content: "7.";
}

.branch-treatments__type__container__sec__box ol.list li:nth-child(8):before {
  content: "8.";
}

.branch-treatments__type__container__sec__box ol.list li:nth-child(9):before {
  content: "9.";
}

.branch-treatments__type__container__sec__box ol.list li:nth-child(10):before {
  content: "10.";
}

.branch-treatments__type__container__sec__box .list .childList {
  list-style: none;
  margin-top: 10px;
}

.branch-treatments__type__container__sec__box .list .childList li {
  line-height: 2;
  padding-left: 1.8em;
}

.branch-treatments__type__container__sec__box .list .childList li+li {
  margin-top: 0;
}

.branch-treatments__type__container__sec__box .list ul.childList li::before {
  content: "┗";
}

/* 個別のmargin */
.branch-treatments__type__container__sec--subTitle+.branch-treatments__type__container__sec__list.-box {
  margin-top: 20px;
}

.branch-treatments__type__container__sec--subTitle+.branch-treatments__type__container__sec--image {
  margin-top: 20px;
}

.branch-treatments__type__container__sec__list.-box+.branch-treatments__type__container__sec--text {
  margin-top: 40px;
}

ol.branch-treatments__type__container__sec__list+.branch-treatments__type__container__sec--text {
  margin-top: 40px;
}

.branch-treatments__type__container__sec__list+.branch-treatments__type__container__sec--text {
  margin-top: 40px;
}

/**********************************************************
店舗 ご予約
***********************************************************/
.branch-appointment__info {
  margin-bottom: 120px;
}

.branch-appointment__info__container {
  max-width: 1000px;
  margin: 0 auto;
}

.branch-appointment__info .c-branchSecTitle04 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.branch-appointment__info .c-branchSecTitle05 {
  margin-bottom: 40px;
}

.branch-appointment__info .c-branchSecAbout {
  margin-bottom: 60px;
}

.branch-appointment__info .c-branchRoundButton__column {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 45px;
}

.branch-appointment__info__sec+.branch-appointment__info__sec {
  margin-top: 80px;
}

.branch-appointment__info__sec__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 5px;
  background-color: #F7F8F8;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 48px 56px;
}

.branch-appointment__info__sec__box--text {
  max-width: 474px;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

/**********************************************************
店舗 お問いあわせ
***********************************************************/
.branch-contact {
  margin-bottom: 90px;
}

.branch-contact__container {
  max-width: 1000px;
  margin: 0 auto;
}

.branch-contact .c-branchSecTitle04 {
  margin-top: 50px;
  margin-bottom: 100px;
}

.branch-contact__form {
  max-width: 800px;
}

.branch-contact__container .c-branchSecAbout {
  margin-bottom: 60px;
}

.branch-contact__form--notes {
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: right;
  margin-bottom: 15px;
}

.branch-contact__form--notes .cl-red {
  color: #DB0808;
}

/* --- ▼フォームの設定
----------------------------------------------------------- */
.branch-contact__form__container .block,
.branch-contact__form__container .notes,
.branch-contact__form__container .submitButton {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.branch-contact__form__container input,
.branch-contact__form__container textarea {
  outline: none;
}

.branch-contact__form__container .block.-textarea {
  align-items: flex-start;
}

.branch-contact__form__container .block.-textarea .text {
  padding-top: 10px;
}

.branch-contact__form__container .block+.block {
  margin-top: 30px;
}

.branch-contact__form__container .block .text,
.branch-contact__form__container .notes .text,
.branch-contact__form__container .submitButton .text {
  width: 145px;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.branch-contact__form__container .block .text .required,
.branch-contact__form__container .notes .consent .required {
  color: #DB0808;
}

.branch-contact__form__container .block .box,
.branch-contact__form__container .notes .box,
.branch-contact__form__container .submitButton .button {
  max-width: 600px;
  width: calc(100% - 145px);
}

/*送信ボタン*/
.branch-contact__form__container .submitButton {
  margin-top: 60px;
}


.branch-contact__form__container .submitButton input {
  width: 300px;
  height: 54px;
  display: block;
  border-radius: 3em;
  background-color: #54ABB1;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin: 0 auto;
  transition: background-color 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

/* ホバーアニメーション（有効時のみ） */
.branch-contact__form__container .submitButton input:not(:disabled):hover {
  background-color: #98CDD0;
}

/*ラジオボタン以外のinputとテキストエリア*/
.branch-contact__form__container .block input:not([type="radio"]),
.branch-contact__form__container .block textarea {
  width: 100%;
  border: 1px solid #D0D0D0;
  border-radius: 5px;
  padding: 11px 18px 13px;
}

/*ラジオボタン以外のinput*/
.branch-contact__form__container .block input:not([type="radio"]) {
  height: 46px;
}

/*テキストエリア*/
.branch-contact__form__container .block textarea {
  height: 230px;
}

/*ラジオボタン*/
.branch-contact__form__container .block.-radio .box label {
  display: flex;
  align-items: center;
  gap: 6px;
}

.branch-contact__form__container .block.-radio .box label input {
  margin-bottom: 1px;
}

.branch-contact__form__container .block.-radio .box .wpcf7-list-item.first {
  margin-left: 0;
}

.branch-contact__form__container .block.-radio .box .wpcf7-list-item+.wpcf7-list-item {
  margin-left: 35px;
}

.branch-contact__form__container .block.-radio .box .wpcf7-list-item-label {
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

/*承認*/
.branch-contact__form__container .notes {
  margin-top: 17px;
}

.branch-contact__form__container .notes .checkText {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-bottom: 14px;
}

.branch-contact__form__container .notes .checkText a {
  color: #54ABB1;
  display: inline-block;
  position: relative;
}

.branch-contact__form__container .notes .checkText a::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #54ABB1;
  position: absolute;
  bottom: 4px;
  left: 0;
}

.branch-contact__form__container .notes .consent {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

.branch-contact__form__container .notes .consent .wpcf7-list-item {
  margin-left: 0;
}

/* ====== ▼ラジオボタン 色変更▼ ====== */
/* ラジオボタンを非表示にして独自デザインを適用 */
.wpcf7-form input[type="radio"] {
  display: none;
}

/* ラジオボタン専用のラベル部分 */
.wpcf7-form input[type="radio"]+.wpcf7-list-item-label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}

/* 擬似要素で外枠を作成 */
.wpcf7-form input[type="radio"]+.wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  border: 1px solid #D0D0D0;
  border-radius: 50%;
  background-color: #fff;
  transition: all 0.3s ease;
}

/* 選択された時の内側の円を作成 */
.wpcf7-form input[type="radio"]+.wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: 4px;
  /* 外枠からの余白 */
  top: 50%;
  transform: translateY(-50%);
  width: 9px;
  height: 9px;
  background-color: #54ABB1;
  border-radius: 50%;
  opacity: 0;
  /* 初期は非表示 */
  transition: all 0.3s ease;
}

/* 選択された時に表示 */
.wpcf7-form input[type="radio"]:checked+.wpcf7-list-item-label::after {
  opacity: 1;
}


/* ====== ▼チェックボックスの線 色変更▼ ====== */
/* チェックボックスを非表示に */
.branch-contact__form__container .notes .consent input[type="checkbox"] {
  opacity: 0;
  position: absolute;
}

/* カスタムのチェックボックス枠 */
.branch-contact__form__container .notes .consent label {
  position: relative;
  padding-left: 27px;
  cursor: pointer;
  display: inline-block;
}

/* 擬似要素でボックスを作成 */
.branch-contact__form__container .notes .consent label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  width: 17px;
  height: 17px;
  border: 1px solid #D0D0D0;
  border-radius: 2px;
  background-color: #fff;
  box-sizing: border-box;
}

/* チェックが入った時の見た目 */
.branch-contact__form__container input[type="checkbox"]:checked+.wpcf7-list-item-label::after {
  content: '';
  position: absolute;
  left: 6px;
  top: 7px;
  width: 5px;
  height: 9px;
  border: solid #54ABB1;
  border-width: 0 1px 1px 0;
  transform: rotate(40deg);
}


/* === ▼プレスホルダーの文字色変更▼ === */
input::placeholder,
textarea::placeholder {
  color: #BCBCBC;
}

/* Safari, Chrome (WebKit) 対応 */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #BCBCBC;
}

/* Firefox対応 */
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #BCBCBC;
}

/* Internet Explorer対応 */
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #BCBCBC;
}

/* Microsoft Edge対応 */
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #BCBCBC;
}


/**********************************************************
店舗 個人情報保護方針
***********************************************************/
.branch-praivacy {
  max-width: 1000px;
  margin: 100px auto 120px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

.branch-praivacy__group--title {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #e1e1e1;
  text-align: center;
  padding-bottom: 25px;
  margin-bottom: 40px;
}

.branch-praivacy__group--text {
  margin-bottom: 50px;
}

.branch-praivacy__sec+.branch-praivacy__sec {
  margin-top: 50px;
}

.branch-praivacy__sec--title {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.7;
}

.branch-praivacy__sec--text {
  margin-bottom: 20px;
}

.branch-praivacy__sec__list {
  list-style: none;
}

.branch-praivacy__sec__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.branch-praivacy__sec__list li::before {
  display: block;
  margin-right: 5px;
  content: "・";
}

.branch-praivacy__sec__list.-number li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.branch-praivacy__sec__list.-number li::before {
  display: block;
  margin-right: 8px;
}

.branch-praivacy__signature {
  text-align: right;
  margin-top: 50px;
}

.branch-praivacy__signature p {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}


/**********************************************************
共通クラス
***********************************************************/
.is-sp,
.is-tab {
  display: none !important;
}



@media screen and (max-width: 1023px) {

  /**********************************************************
  共通クラス（tab）
  ***********************************************************/
  .is-tab {
    display: block !important;
  }

  /**********************************************************
  blog フッター（tab）
  ***********************************************************/
  .blog-footer__column.-center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }

  .blog-footer__menu {
    width: 100%;
  }

  .blog-footer__menu__list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 3.5%;
  }

  /**********************************************************
  店舗 ヘッダー（tab）
  ***********************************************************/
  .branch-header {
    height: 63px;
  }

  .branch-header__inner {
    padding: 20px;
    gap: 20px;
  }

  /* ========================================================
  ヘッダーロゴ（tab）
  ===========================================================*/
  .branch-header__logo {
    width: 218px;
    position: relative;
    z-index: 3;
  }

  /* ========================================================
  ドロワーメニュー（tab）
  ===========================================================*/

  .branch-header__drawerMenu {
    width: 100vw;
    height: 100dvh;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    padding-top: 60px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1), visibility 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  }

  .branch-header__drawerMenu__inner {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    border-top: 1px solid #E1E1E1;
    padding: 40px 20px;
  }

  /* PCメニュー非表示 */
  .branch-header__menu {
    display: none;
  }

  /* --- ▼アクティブ --- */
  .branch-header__drawerMenu.active {
    opacity: 1;
    visibility: visible;
  }


  /* --- ▼検索
  ---------------------------------------------------------- */
  .branch-header__drawerMenu__searchbox .searchForm {
    display: flex;
    align-items: center;
    position: relative;
    width: 95%;
    height: 40px;
    margin: 0 auto 40px;
  }

  .branch-header__drawerMenu__searchbox .searchForm input {
    outline: none;
    width: 100%;
    height: 100%;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.05em;
    border: 1px solid #BCBCBC;
    border-radius: 3em;
    padding: 10px 18px 13px;
  }

  .branch-header__drawerMenu__searchbox .submitButton {
    width: 22px;
    position: absolute;
    top: 50%;
    right: 21px;
    z-index: 2;
    transform: translateY(-50%);
  }


  /* --- ▼メインメニュー
  ---------------------------------------------------------- */

  .branch-header__drawerMenu__mainMenu__list {
    list-style: none;
  }

  .branch-header__drawerMenu__mainMenu__list>.menu {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.05em;
    border-top: 1px solid #E1E1E1;
  }

  .branch-header__drawerMenu__mainMenu__list>.menu:last-of-type {
    border-bottom: 1px solid #E1E1E1;
  }

  .branch-header__drawerMenu__mainMenu .menu .button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 26px 10px 25px;
  }

  .branch-header__drawerMenu__mainMenu__list>.menu .childMenu__list {
    list-style: none;
    padding-left: 3px;
  }

  .branch-header__drawerMenu__mainMenu__list>.menu .childMenu__list .menu {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.9;
    letter-spacing: 0.05em;
    position: relative;
    margin-left: 1.9em;
  }

  .branch-header__drawerMenu__mainMenu__list>.menu .childMenu__list .menu+.menu {
    margin-top: 10px;
  }

  .branch-header__drawerMenu__mainMenu__list>.menu .childMenu__list .menu:last-of-type {
    margin-bottom: 25px;
  }

  .branch-header__drawerMenu__mainMenu__list>.menu .childMenu__list .menu::before {
    content: "";
    display: block;
    position: absolute;
    top: 0.65em;
    left: -10px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #D0EAEC;
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }


  /* --- ▼サブメニュー
  ---------------------------------------------------------- */
  .branch-header__drawerMenu__subMenu {
    border-bottom: 1px solid #E1E1E1;
    padding: 30px 0 70px 10px;
  }

  .branch-header__drawerMenu__subMenu .menu {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.05em;
  }

  .branch-header__drawerMenu__subMenu .menu+.menu {
    margin-top: 20px;
  }

  /* --- ▼インフォメーション
  ---------------------------------------------------------- */
  .branch-header__drawerMenu__info {
    padding-top: 50px;
  }

  .branch-header__drawerMenu__info__button {
    width: 100%;
    max-width: 324px;
    height: 50px;
    background-color: #54ABB1;
    border-radius: 3em;
    margin: 0 auto;
  }

  .branch-header__drawerMenu__info__button a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.05em;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding-left: 8px;
  }

  .branch-header__drawerMenu__info__button .icon {
    width: 18px;
    display: block;
  }

  .branch-header__drawerMenu__info__tel {
    margin-top: 40px;
    margin-bottom: 15px;
  }

  .branch-header__drawerMenu__info__tel a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }

  .branch-header__drawerMenu__info__tel .icon {
    margin-top: 4px;
  }

  .branch-header__drawerMenu__info__tel .icon img {
    width: 18px;
  }

  .branch-header__drawerMenu__info__tel .text {
    font-size: 26px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.08em;
  }

  .branch-header__drawerMenu__info--text {
    font-size: 13px;
    line-height: 1.8;
    letter-spacing: 0.05em;
    text-align: center;
  }

  .branch-header__drawerMenu__info__sns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-top: 40px;
  }

  .branch-header__drawerMenu__info__sns .icon {
    width: 41px;
    height: 41px;
  }

  .branch-header__drawerMenu__info__sns .icon a {
    width: 100%;
    height: 100%;
    background-color: #54ABB1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
  }

  .branch-header__drawerMenu__info__sns .icon img {
    width: 21px;
  }

  .branch-header__drawerMenu__info__sns .icon.-x img {
    width: 20px;
  }


  /* ========================================================
  ハンバーガー（tab）
  ===========================================================*/
  .branch-header__hamburger {
    width: 23px;
    height: 23px;
    position: relative;
    z-index: 3;
  }

  .branch-header__hamburger span {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #54ABB1;
    position: absolute;
    top: 0;
    left: 0;
  }

  .branch-header__hamburger span:nth-child(1) {
    top: 7px;
  }

  .branch-header__hamburger span:nth-child(2) {
    top: 12px;
  }

  .branch-header__hamburger span:nth-child(3) {
    top: 17px;
  }

  /* --- ▼アクティブ
  ---------------------------------------------------------- */
  .branch-header__hamburger span {
    transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1), transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  }

  .branch-header__hamburger.active span:nth-child(1) {
    top: 50%;
    transform: rotate(135deg);
  }

  .branch-header__hamburger.active span:nth-child(2) {
    opacity: 0;
  }

  .branch-header__hamburger.active span:nth-child(3) {
    top: 50%;
    transform: rotate(-135deg);
  }

  /* ========================================================
  オーバーレイ（tab）
  ===========================================================*/
  .branch-header__overlay {
    width: 100vw;
    height: 100dvh;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  }

  /* --- ▼アクティブ
  ---------------------------------------------------------- */
  .branch-header__overlay.active {
    opacity: 1;
    visibility: visible;
  }

  /* ========================================================
  fv（tab）
  ===========================================================*/
  .blog-fv__column__left__foot__box.-logo .logo {
    width: 60%;
  }

  .blog-fv__column__left__foot__box.-clinic .title {
    height: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .blog-fv__column__left__foot__box.-clinic .image {
    height: calc(100% - 50px);
  }

  .blogsingle-container__sns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 15px;
  }

  .blogsingle-container__people__heading {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
  }

  /**********************************************************
    総合 トップページ（tab）
    ***********************************************************/
  /* ========================================================
    ▼ 共通（tab）
    =========================================================== */
  .l-homeWrapper {
    max-width: none;
    margin-right: 0;
    margin-left: 0;
  }

  .homeBgItem {
    width: 1274px;
  }

  .home__message .homeBgItem {
    top: 71%;
  }

  .home__group .homeBgItem {
    top: 205px;
    left: 55%;
  }

  /* ========================================================
  ▼ fv（tab）
  =========================================================== */

  .home__fv {
    overflow: hidden;
    padding-bottom: 97px;
  }

  .home__fv__text {
    font-size: 26px;
    letter-spacing: 0.15em;
    position: initial;
    margin-left: 8.3%;
    margin-top: 2.5%;
  }

  .home__fv__text br {
    display: block;
  }

  .home__fv__text span:nth-child(2) {
    margin-left: 0;
  }

  .home__fv__cycle {
    width: 555px;
    position: initial;
    margin-top: 0.5%;
    margin-left: 50.5%;
    margin-right: auto;
    transform: translateX(-50%);
  }

  .home__fv__scroll {
    left: 6.2%;
    bottom: -22px;
  }

  .home__fv__scroll .text {
    font-size: 12px;
  }

  .home__fv__scroll .border {
    height: 80px;
    margin-right: 2px;
  }

  /* ========================================================
    ▼ Message & About（tab）
    =========================================================== */
  .home__message__column,
  .home__about__column {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }

  .home__message__column {
    flex-direction: column-reverse;
  }

  .home__message__image,
  .home__about__slider {
    width: 100%;
  }

  /* ========================================================
    ▼ Message（tab）
    =========================================================== */
  .home__message {
    margin-top: 82px;
    margin-bottom: 90px;
  }

  .home__message__inner {
    padding: 0 6.2%;
  }

  .home__message__image {
    width: 100%;
    height: 65vw;
    margin-top: 85px;
  }

  .home__message__image .image.-image01 {
    width: 42.5%;
    left: 53%;
  }

  .home__message__image .image.-image02 {
    width: 33%;
    left: 49%;
    top: 61%;
  }

  .home__message__image .image.-image03 {
    width: 31.8%;
    transform: translateX(0);
    top: 31%;
    left: 9.5%;
  }


  /* ========================================================
    ▼ About（tab）
    =========================================================== */
  .home__about {
    margin-bottom: 80px;
  }

  .home__about__inner {
    background-image: linear-gradient(90deg, #6CBDC3, #469EB7);
    padding: 104px 6.3% 100px;
    margin: 0 3.8%;
  }

  .home__about__container {
    padding-top: 0;
  }

  .home__about__slider {
    max-width: 410px;
    margin: 120px auto 0;
  }

  .home__about__slider .item.-item01 {
    width: 185px;
    top: -13%;
  }

  .home__about__slider .item.-item02 {
    width: 240px;
    top: -19%;
    left: 94%;
  }

  .home__about__slider .item.-item03 {
    width: 260px;
    top: 52%;
    left: 34%;
  }

  .home__about__slider .item.-item04 {
    left: 79%;
  }


  /* ========================================================
    ▼ Group（tab）
    =========================================================== */
  .home__group {
    margin-bottom: 80px;
  }

  .home__group__inner {
    padding: 0 6.2%;
  }

  .home__group__column {
    gap: 2.5%;
  }

  .home__group__column__block {
    width: 50%;
    margin: 0 auto;
  }

  .home__group__column__block .text {
    font-size: 15px;
    max-width: 248px;
    height: 50px;
  }

  /**********************************************************
  総合 わたしたちについて（tab）
  ***********************************************************/

  /* ========================================================
  mission
  ===========================================================*/

  .home-about__mission__column--title {
    float: initial;
  }

  .home-about__mission__column__container {
    margin-top: 50px;
  }

  .home-about__mission__column__container--title,
  .home-about__mission__column__container--text {
    text-align: left;
  }

  .home-about__mission__column__container--title {
    margin-bottom: 35px;
  }

  /* ========================================================
  promises
  ===========================================================*/

  .home-about__promises__column__block {
    width: calc(100% / 2);
  }

  .home-about__promises__column__block:nth-child(3),
  .home-about__promises__column__block:nth-child(5) {
    border-left: none;
  }

  .home-about__promises__column__block:nth-child(4) {
    border-left: 1px solid #ECECEC;
  }

}

@media screen and (max-width: 768px) {
  /**********************************************************
  全体共通（sp）
  ***********************************************************/
  /* ========================================================
  スクロールバー（sp）
  ===========================================================*/

  .js-simpleBar .simplebar-track.simplebar-vertical {
    width: 3px;
  }


  /* ========================================================
  ドロップダウン（sp）
  ===========================================================*/
  /* --- ▼PCとSPどちらもドロップダウン
  ----------------------------------------------------------- */
  /* ＋ */
  .js-toggle-button .icon {
    width: 13px;
    height: 13px;
  }


  /* --- ▼SPのみドロップダウン
  ----------------------------------------------------------- */
  .js-sp-toggle-container {
    visibility: hidden;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: max-height 0.5s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    transition: max-height 0.5s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  }

  .js-sp-toggle-container.is-open {
    visibility: visible;
    opacity: 1;
  }

  .js-sp-toggle-button {
    cursor: pointer;
  }


  /* ＋ */
  .js-sp-toggle-button .icon {
    position: relative;
    width: 13px;
    height: 13px;
  }

  .js-sp-toggle-button .icon span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 1px;
    background-color: #54ABB1;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  }

  .js-sp-toggle-button .icon span:nth-child(1) {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
  }

  .js-sp-toggle-button.is-open .icon span:nth-child(1) {
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg);
  }

  .js-sp-toggle-button.is-open .icon span:nth-child(2) {
    opacity: 0;
  }

  /**********************************************************
  総合 ヘッダー（sp）
  ***********************************************************/
  .header {
    height: 65px;
  }

  .header__inner {
    padding: 20px;
  }

  /* ========================================================
  ヘッダーロゴ（sp）
  ===========================================================*/
  .header__logo {
    width: 125px;
  }

  /* ========================================================
  ヘッダーメニュー（sp）
  ===========================================================*/
  .header__menu {
    width: calc(100% - 92px);
  }

  .header__menu__list {
    gap: 20px;
  }

  .header__menu__list .menu a {
    font-size: 12px;
  }

  /**********************************************************
  総合 フッター（sp）
  ***********************************************************/
  .footer__inner {
    padding: 17px 5.1%;
    margin: 0;
  }

  .footer__column {
    flex-direction: column;
    gap: 0;
  }

  .footer__column+.footer__column {
    border-top: 1px solid #e1e1e1;
    margin-top: 25px;
    padding-top: 40px;
  }


  /* ========================================================
  フッターロゴ（sp）
  ===========================================================*/
  .footer__logo {
    width: 220px;
    margin-bottom: 21px;
  }

  /* ========================================================
  フッターメニュー（sp）
  ===========================================================*/
  .footer__menu {
    width: 100%;
    flex-direction: column;
    gap: 0;
    margin-top: 8px;
  }

  .footer__menu__list+.footer__menu__list {
    border-top: 1px solid #e1e1e1;
    padding-top: 24px;
    margin-top: 24px;
  }

  .footer__menu__list .item {
    font-size: 13px;
    line-height: 1.9;
  }

  .footer__menu__list .item+.item {
    margin-top: 7px;
  }

  .footer__menu__list .item.-list {
    gap: 10px;
    line-height: 1.8;
  }

  .footer__menu__list .item.-list.-first {
    margin-top: 9px;
  }

  .footer__menu__list .item.-list+.item.-list {
    margin-top: 10px;
  }

  /* ========================================================
  リンク（sp）
  ===========================================================*/
  .footer__columnLink {
    width: 100%;
    max-width: 344px;
    margin: 0 auto 17px;
  }

  .footer__link {
    flex-direction: column;
    gap: 0;
  }

  .footer__link .item {
    font-size: 13px;
    line-height: 1.9;
  }

  .footer__link .item+.item {
    margin-top: 7px;
  }


  /* ========================================================
  sns（sp）
  ===========================================================*/
  .footer__sns {
    justify-content: center;
    gap: 25px;
    margin-bottom: 20px;
    margin-top: 42px;
  }


  /* ========================================================
  コピーライト（sp）
  ===========================================================*/
  .footer__copyright {
    text-align: center;
  }


  /**********************************************************
  blog ヘッダー（sp）
  ***********************************************************/
  .blog-header {
    flex-direction: column;
    top: 15px;
    left: 0;
    width: 100%;
  }

  .blog-header__wrap {
    height: auto;
    min-height: 0;
    margin: 0;
    padding: 0 10px;
  }

  .blog-header__container {
    width: 100%;
    height: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 9px 23px 9px 25px;
  }

  /* ========================================================
   ヘッダーロゴ（sp）
  ===========================================================*/
  .blog-header__logo {
    width: auto;
    margin: 0;
  }

  .blog-header__logo a {
    display: flex;
    align-items: center;
    gap: 17px;
  }

  .blog-header__logo .headerLogo {
    width: 69px;
  }

  .blog-header__logo .pageLogo img:first-child {
    margin-bottom: 5px;
  }

  /* ========================================================
   ハンバーガーアイコン（sp）
  ===========================================================*/
  .blog-header__hamburger {
    width: 20px;
    height: 20px;
    cursor: pointer;
  }

  .blog-header__hamburger__inner {
    position: relative;
  }

  .blog-header__hamburger__inner span {
    display: block;
    position: absolute;
    left: 0;
    width: 21px;
    height: 0.094em;
    background-image: -webkit-gradient(linear, left top, right top, from(#4CAFA2), to(#3B95B3));
    background-image: linear-gradient(90deg, #4CAFA2 0%, #3B95B3 100%);
    background-origin: border-box;
    background-clip: border-box;
    -webkit-transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  }

  .blog-header__hamburger__inner span:nth-child(1) {
    top: 4px;
  }

  .blog-header__hamburger__inner span:nth-child(2) {
    top: 9px;
  }

  .blog-header__hamburger__inner span:nth-child(3) {
    top: 14px;
  }

  .blog-header__hamburger.is-active .blog-header__hamburger__inner span:nth-child(1) {
    -webkit-transform: translateY(5px) rotate(135deg);
    transform: translateY(5px) rotate(135deg);
  }

  .blog-header__hamburger.is-active .blog-header__hamburger__inner span:nth-child(2) {
    opacity: 0;
  }

  .blog-header__hamburger.is-active .blog-header__hamburger__inner span:nth-child(3) {
    -webkit-transform: translateY(-5px) rotate(-135deg);
    transform: translateY(-5px) rotate(-135deg);
  }

  /* ========================================================
   ドロワーメニュー（sp）
  ===========================================================*/
  .blog-header__spDrawer__wrap {
    width: calc(100% - 20px);
    height: 100%;
    margin: 0 auto;
  }

  .blog-header__spDrawer__inner {
    width: 100%;
    height: 100%;
    padding: 40px 25px 50px;
  }

  .blog-header__spDrawer .js-blogHeader-dropdown {
    visibility: hidden;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1), visibility 0.5s cubic-bezier(0.25, 1, 0.5, 1), max-height 0s 0.5s linear;
    transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1), visibility 0.5s cubic-bezier(0.25, 1, 0.5, 1), max-height 0s 0.5s linear;
  }

  .blog-header__spDrawer .js-blogHeader-dropdown.is-active {
    visibility: visible;
    overflow-y: scroll;
    opacity: 1;
    max-height: calc(100dvh - 90px);
    -webkit-transition: max-height 0s linear;
    transition: max-height 0s linear;
  }

  .blog-header__spDrawer .js-headerToggle-button .toggleIcon {
    position: relative;
    width: 15px;
    height: 15px;
  }

  .blog-header__spDrawer .js-headerToggle-button .toggleIcon span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 1px;
    background-image: -webkit-gradient(linear, left top, right top, from(#4CAFA2), to(#3B95B3));
    background-image: linear-gradient(90deg, #4CAFA2 0%, #3B95B3 100%);
    background-origin: border-box;
    background-clip: border-box;
  }

  .blog-header__spDrawer .js-headerToggle-button .toggleIcon span:nth-child(1) {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .blog-header__spDrawer .js-headerToggle-button .toggleIcon span:nth-child(2) {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  }

  .blog-header__spDrawer .js-headerToggle-button.is-open .toggleIcon span:nth-child(2) {
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg);
  }

  .blog-header__spDrawer .js-headerToggle-container {
    max-height: 0;
    overflow: hidden;
    will-change: max-height;
    -webkit-transition: max-height 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    transition: max-height 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  }

  /* --- ▼検索
  ---------------------------------------------------- */
  .blog-header__spDrawer__search {
    margin-bottom: 40px;
  }

  .blog-header__spDrawer__search__form {
    width: 100%;
    height: 45px;
    background-color: #fff;
    border: 1px solid #E4E4E4;
    border-radius: 3em;
    margin-bottom: 25px;
  }

  .blog-header__spDrawer__search__form form {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 20px;
  }

  .blog-header__spDrawer__search__form input {
    width: 100%;
    height: 100%;
    padding-left: 20px;
  }

  .blog-header__spDrawer__search__form input::placeholder {
    color: #cacaca;
  }

  .blog-header__spDrawer__search--title {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.05em;
    margin-bottom: 13px;
  }

  .blog-header__spDrawer .popular-search-keywords {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    max-height: 44px;
    overflow: hidden;
    gap: 10px 15px;
  }

  .blog-header__spDrawer .popular-search-keywords a {
    color: #54ABB1;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.05em;
  }


  /* --- ▼メニュー
  ---------------------------------------------------- */
  .blog-header__spDrawer__menu {
    padding: 35px 0 40px;
    border-top: 1px dashed #E4E4E4;
    border-bottom: 1px dashed #E4E4E4;
  }

  /* .branch-header #js-drawer,
  .branch-header #js-overlay,
  .branch-header #js-hamburger {
    transition: opacity 0s cubic-bezier(0.25, 1, 0.5, 1), visibility 0s cubic-bezier(0.25, 1, 0.5, 1);
  }

  .branch-header #js-drawer.active,
  .branch-header #js-overlay.active,
  .branch-header #js-hamburger.active {
    transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1), visibility 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  } */

  .blog-header__spDrawer__menu__list {
    list-style: none;
  }

  .blog-header__spDrawer__menu__list__category+.blog-header__spDrawer__menu__list__category {
    margin-top: 18px;
  }

  .blog-header__spDrawer__menu__list__category .button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .blog-header__spDrawer__menu__list__category .category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 7px;
  }

  .blog-header__spDrawer__menu__list__category .category .icon {
    width: 40px;
  }

  .blog-header__spDrawer__menu__list__category .contaner .list {
    padding: 12px 0 22px;
  }

  .blog-header__spDrawer__menu__list__category .contaner .list .category+.category {
    margin-top: 7px;
  }

  .blog-header__spDrawer__menu__list__category .contaner .list .category a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    min-height: 41px;
    padding: 0 18px;
    border: 1px solid #54ABB1;
    border-radius: 3em;
  }

  .blog-header__spDrawer__menu__list__category .contaner .list .category a .text {
    font-weight: 500;
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: 0.05em;
  }

  /* --- ▼リンク
  ---------------------------------------------------- */
  .blog-header__spDrawer__link {
    margin-top: 35px;
  }

  .blog-header__spDrawer__link--title {
    margin-bottom: 16px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0.05em;
  }

  .blog-header__spDrawer__link__list {
    list-style: none;
  }

  .blog-header__spDrawer__link__list .item+.item {
    margin-top: 12px;
  }

  .blog-header__spDrawer__link__list a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
  }

  .blog-header__spDrawer__link__list a .text {
    font-weight: 500;
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: 0.05em;
  }

  .blog-header__spDrawer__link__list a .icon {
    width: 13px;
  }

  /**********************************************************
  blog フッター（sp）
  ***********************************************************/
  .blog-footer__wrap {
    max-width: none;
    padding: 0 10px 30px;
  }

  .blog-footer__inner {
    margin-left: 0;
  }

  .blog-footer__column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .blog-footer__column.-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 45px;
  }

  .blog-footer__column.-bottom {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 37px;
  }

  .blog-footer .pagetop {
    margin-right: 10px;
    margin-bottom: 14px;
    gap: 3px;
  }

  .blog-footer .pagetop .text {
    font-size: 13px;
  }

  .blog-footer .pagetop .icon {
    width: 8px;
  }

  .blog-footer__copyright {
    text-align: center;
  }

  .blog-footer__menu {
    width: 100%;
    margin-top: 36px;
    margin-bottom: 0;
  }

  .blog-footer__menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }

  .blog-footer__menu__list .menu a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px 6px 8px 10px;
    font-size: 14px;
  }

  .blog-footer__menu__list .menu a::after {
    display: block;
    width: 7px;
    height: 10px;
    background-image: url(../images/blog/common/footer_arrow.svg);
    background-size: cover;
    content: "";
  }

  .blog-footer__submenu {
    width: 100%;
    margin-bottom: 20px;
  }

  .blog-footer__submenu__list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 27px;
  }

  /**********************************************************
  店舗 フッター（sp）
  ***********************************************************/
  .l-branchFooterWrapper {
    max-width: none;
    margin: 0;
    padding: 0 20px;
  }

  /* ========================================================
  head（sp）
  ===========================================================*/
  .branch-footer__head {
    padding: 50px 0 30px;
  }


  /* ---▼ フッターロゴ
  ----------------------------------------------------------- */
  .branch-footer__logo {
    width: 210px;
    margin: 0 auto;
  }


  /* ========================================================
  body（sp）
  ===========================================================*/
  .branch-footer__body__column {
    height: auto;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 50px;
  }

  /* ---▼メニュー
  ----------------------------------------------------------- */
  .branch-footer__menu {
    padding: 0 0 50px;
  }

  .branch-footer__menu__list.-horizontal {
    flex-direction: column;
    gap: 0;
  }

  .branch-footer__menu__list.-horizontal>.menu+.menu {
    border-top: 1px solid #E1E1E1;
  }

  .branch-footer__menu__list.-horizontal>li:last-of-type {
    border-top: 1px solid #E1E1E1;
  }

  .branch-footer__menu__list.-horizontal>.menu>button {
    width: 100%;
  }

  .branch-footer__menu__list.-horizontal>.menu>button .wrap {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.05em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 21px 10px;
  }

  .branch-footer__menu__list.-vertical {
    margin-top: 20px;
    padding-left: 10px;
  }

  .branch-footer__menu__list.-vertical .menu+.menu {
    margin-top: 16px;
  }

  .branch-footer__menu .childMenu__list {
    margin-top: 0;
  }

  .branch-footer__menu .childMenu__list .menu {
    margin-left: 1.9em;
  }

  .branch-footer__menu .childMenu__list .menu:last-of-type {
    margin-bottom: 25px;
  }

  .branch-footer__menu .childMenu__list .menu+.menu {
    margin-top: 10px;
  }

  .branch-footer__menu .childMenu__list .menu::before {
    top: 0.3em;
  }

  .branch-footer__menu .childMenu__list .menu button {
    line-height: 1.8;
  }


  /* ---▼ボタン
  ----------------------------------------------------------- */
  .branch-footer__button {
    margin: 0 auto 25px;
  }

  .branch-footer__button a {
    max-width: 344px;
    width: 100%;
  }


  /* ---▼サブメニュー
  ----------------------------------------------------------- */
  .branch-footer__submenu__list {
    flex-direction: column;
    gap: 15px;
    margin-left: 10px;
  }

  .branch-footer__submenu__list .menu a {
    font-size: 13px;
  }

  /* ========================================================
  foot（sp）
  ===========================================================*/
  .branch-footer__foot__inner {
    flex-direction: column;
    height: auto;
    padding: 40px 0 25px;
  }

  .branch-footer__foot__column {
    flex-direction: column;
    gap: 40px;
  }

  .branch-footer__foot .linkWrap {
    flex-direction: column;
    gap: 15px;
    text-align: center;
    padding-bottom: 0;
  }

  .branch-footer__foot .copyright {
    text-align: center;
    margin-top: 40px;
  }

  /**********************************************************
  blog 共通コンポーネント（sp）
  ***********************************************************/
  /* ========================================================
    c-homeLinkButton（sp）
    =========================================================== */
  .c-homeLinkButton a {
    width: 260px;
    gap: 15px;
    padding: 0 22px;
  }

  /* ========================================================
  c-homeFv（sp）
  =========================================================== */
  .c-homeFv {
    margin-top: 30px;
    margin-bottom: 37px;
  }

  .c-homeFv--title .inner,
  .c-homeFv__breadcrumb {
    padding: 0 5%;
  }

  .c-homeFv--title {
    padding-bottom: 70px;
  }

  .c-homeFv--title .en {
    font-size: 50px;
  }

  .c-homeFv--title .ja {
    font-size: 14px;
  }

  .c-homeFv__breadcrumb {
    margin-top: 3px;
  }

  .c-homeFv__breadcrumb .item+.item {
    margin-left: 14px;
  }

  .c-homeFv__breadcrumb .item+.item::before {
    width: 8px;
  }


  /* ========================================================
  c-homeTitle01（sp）
  =========================================================== */
  .c-homeTitle01--title {
    padding-bottom: 15px;
  }

  .c-homeTitle01--title .en {
    font-size: 45px;
  }

  .c-homeTitle01--title .ja {
    font-size: 13px;
    margin-bottom: 5px;
  }

  .c-homeTitle01--title .en::before {
    width: 12px;
  }

  .c-homeTitle01--text {
    font-size: 14px;
    line-height: 1.9;
    text-align: left;
    margin-top: 20px;
  }

  .c-homeTitle01--text br {
    display: none;
  }

  /* ========================================================
  c-articleShare01（sp）
  =========================================================== */
  .c-articleShare01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 50px;
    padding: 3.5% 5%;
    border: 1px dashed #c1c1c1;
    border-radius: 20px;
  }

  .c-articleShare01 .text {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0.05em;
  }

  .c-articleShare01 .column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 23px;
  }

  .c-articleShare01 .icon {
    width: 32px;
  }

  .c-articleShare01 .icon.-x {
    width: 28px;
  }


  /* ========================================================
  c-articleShare02（sp）
  =========================================================== */
  .c-articleShare02 {
    margin-top: 48px;
    padding: 25px 0 24px;
  }

  .c-articleShare02 .text {
    font-size: 14px;
  }

  .c-articleShare02 .icon {
    width: 22px;
  }

  .c-articleShare02 .icon.-x {
    width: 20px;
  }


  /* ========================================================
  c-blogArticleType01（sp）
  =========================================================== */
  .c-blogArticleType01 {
    width: 100%;
    margin-left: 0;
  }

  .c-blogArticleType01__box {
    width: calc((100% - 8px) / 2);
    margin-bottom: 9px;
    margin-left: 0;
    padding: 10px 10px 12px;
  }

  .c-blogArticleType01__box:nth-child(odd) {
    margin-right: 4px;
  }

  .c-blogArticleType01__box:nth-child(even) {
    margin-left: 4px;
  }

  .c-blogArticleType01__box:nth-last-child(-n+3) {
    margin-bottom: 8px;
  }

  .c-blogArticleType01__box:nth-last-child(-n+2) {
    margin-bottom: 8px;
  }

  .c-blogArticleType01__box .category {
    margin-bottom: 10px;
    gap: 5px;
  }

  .c-blogArticleType01__box .category .icon {
    width: 25px;
  }

  .c-blogArticleType01__box .category p {
    font-size: 12px;
  }

  .c-blogArticleType01__box .image {
    margin-bottom: 15px;
  }

  .c-blogArticleType01__box .image {
    height: 23.44vw;
  }

  .c-blogArticleType01__box .title {
    margin-bottom: 11px;
    font-size: 14px;
    line-height: 1.45;
    letter-spacing: 0.03em;
  }

  .c-blogArticleType01__box .time {
    margin-bottom: 10px;
    font-size: 10px;
    text-align: right;
  }

  .c-blogArticleType01__box .tagWrap {
    max-height: 67px;
    padding-top: 12px;
    gap: 7px;
  }


  /* ========================================================
  c-blogArticleType02（sp）
  =========================================================== */
  .c-blogArticleType02 {
    gap: 8px;
  }

  .c-blogArticleType02__box {
    width: 100%;
    padding: 10px 10px 12px;
  }

  .c-blogArticleType02__box .category {
    gap: 5px;
  }

  .c-blogArticleType02__box .category .icon {
    width: 25px;
  }

  .c-blogArticleType02__box .category p {
    font-size: 12px;
  }

  .c-blogArticleType02__box .time {
    margin-bottom: 10px;
    font-size: 10px;
    text-align: right;
  }

  .c-blogArticleType02__box .title {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 1.5;
  }

  .c-blogArticleType02__box .tagWrap {
    max-height: 35px;
    padding-top: 12px;
    gap: 7px;
  }


  /**********************************************************
  c-blogFv（sp）
  ***********************************************************/
  .c-blogFv {
    padding: 20px 10px 0;
  }

  .c-blogFv--title {
    padding-bottom: 45px;
    font-size: 24px;
  }

  .c-blogFv__breadcrumb {
    margin-top: 10px;
  }

  .c-blogFv__breadcrumb__list li {
    line-height: 1.5;
  }

  /* ========================================================
  c-blogHeadingType01（sp）
  =========================================================== */
  .c-blogHeadingType01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 20px;
    padding-left: 10px;
  }

  .c-blogHeadingType01--title {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .c-blogHeadingType01--numberArticles {
    margin-bottom: 0;
    font-size: 12px;
  }

  .c-blogHeadingType01--numberArticles .number {
    margin: 0 4px;
    font-size: 22px;
  }

  /* ========================================================
  c-blogHeadingType02（sp）
  =========================================================== */
  .c-blogHeadingType02 {
    margin-bottom: 15px;
    padding-left: 10px;
  }

  .c-blogHeadingType02--title {
    font-size: 12px;
    letter-spacing: 0.05em;
  }

  .c-blogHeadingType02--title .category {
    margin-right: 3px;
    font-size: 20px;
  }

  .c-blogHeadingType02--title .category+span {
    margin-bottom: 1px;
  }


  /* ========================================================
  c-blogTag（sp）
  =========================================================== */

  .c-blogTag__item a {
    font-size: 11px;
    padding: 3px 8px 4px;
  }

  .c-blogTag.-medium .c-blogTag__item a {
    font-size: 12px;
    padding: 3px 8px 5px;
  }

  .c-blogTag.-small.c-blogTag__item a {
    font-size: 11px;
    padding: 3px 8px 4px;
  }


  /* ========================================================
  c-moreButton（sp）
  =========================================================== */

  .c-moreButton.-fsM a {
    font-size: 14px;
  }


  /* ========================================================
  c-branchFv（sp）
  =========================================================== */
  .c-branchFv {
    margin-bottom: 50px;
  }

  .c-branchFv__inner {
    padding: 0 10px;
  }

  .c-branchFv__block {
    padding-bottom: 5px;
  }

  .c-branchFv--title .en {
    font-size: 35px;
    margin-bottom: 4px;
  }

  .c-branchFv--title .ja {
    font-size: 16px;
  }

  .c-branchFv--image {
    height: max(70.33vw, 270px);
  }

  .c-branchFv__breadcrumb {
    margin-top: 4px;
  }

  .c-branchFv.-childPage .c-branchFv--image {
    height: max(39.07vw, 150px);
  }

  .c-branchFv.-childPage .c-branchFv__block {
    padding-bottom: 5px;
  }

  .c-branchFv.-childPage .c-branchFv--title .en {
    font-size: 30px;
    margin-bottom: 3px;
  }

  /* 初めての方への下層ページ */
  body[class*="page-template-page-makuhari-newpatients-"] .c-branchFv.-childPage .c-branchFv--image img {
    object-position: center 34%;
  }



  /* ========================================================
  c-branchSecType01（sp）
  =========================================================== */
  .c-branchSecType01 {
    gap: 0;
    flex-direction: column;
    align-items: flex-start;
  }

  .c-branchSecType01 .-sp-order1 {
    order: 1;
  }

  .c-branchSecType01 .-sp-order2 {
    order: 2;
  }

  .c-branchSecType01 .-sp-order3 {
    order: 3;
  }

  .c-branchSecType01__block.-title {
    width: 100%;
  }

  .c-branchSecType01__block.-map,
  .c-branchSecType01__block.-table {
    width: 100%;
    max-width: none;
  }

  /* googleマップ */
  .c-branchSecType01__block.-map {
    padding-top: 340px;
  }

  /* ========================================================
  c-branchSecType02（sp）
  =========================================================== */
  .c-branchSecType02 .c-branchSecTitle05 {
    margin-bottom: 20px;
  }

  .c-branchSecType02 .c-branchSecTitle05 .mini {
    display: block;
    letter-spacing: 0.05em;
    margin-top: 5px;
  }

  .c-branchSecType02 .text,
  .c-branchSecType02 .strongText {
    letter-spacing: 0.05em;
  }

  .c-branchSecType02 .text {
    font-size: 14px;
    line-height: 1.9;
  }

  .c-branchSecType02 .strongText {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.9;
  }

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

  .c-branchSecType02 .grayBox {
    padding: 20px;
    margin-top: 30px;
  }

  .c-branchSecType02 .grayBox--title {
    font-size: 14px;
    margin-bottom: 15px;
  }

  .c-branchSecType02 .grayBox__list .item {
    font-size: 13px;
  }

  /* ========================================================
  c-branchSecTitle01（sp）
  =========================================================== */
  .c-branchSecTitle01 {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }

  .c-branchSecTitle01--title .en {
    font-size: 40px;
  }

  .c-branchSecTitle01--title .ja {
    font-size: 14px;
    margin-left: 3px;
  }

  .c-branchSecTitle01 .c-branchRoundButton {
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 0;
  }


  /* ========================================================
  c-branchSecTitle02（sp）
  =========================================================== */
  .c-branchSecTitle02 {
    margin-bottom: 30px;
  }

  .c-branchSecTitle02.-sp-mb40 {
    margin-bottom: 40px;
  }

  .c-branchSecTitle02--title .en {
    font-size: 40px;
    line-height: 1.3;
    padding-right: 10px;
  }

  .c-branchSecTitle02--title .ja {
    font-size: 14px;
    line-height: 1.5;
    padding-top: 3px;
  }

  .c-branchSecTitle02--title.-sp-fs35 .en {
    font-size: 35px;
  }

  /* ========================================================
  c-branchSecTitle03（sp）
  =========================================================== */
  .c-branchSecTitle03--title {
    margin-bottom: 30px;
    gap: 0 10px;
  }

  .c-branchSecTitle03--title .en {
    font-size: 30px;
  }

  .c-branchSecTitle03--title .ja {
    margin-bottom: 6px;
    font-size: 13px;
  }

  .c-branchSecTitle03--text {
    font-size: 14px;
    line-height: 1.9;
    margin-bottom: 0;
  }

  .c-branchSecTitle03--subTitle {
    font-size: 14px;
    margin-bottom: 8px;
  }

  .c-branchSecTitle03__info {
    margin-top: 16px;
    margin-bottom: 40px;
  }

  .c-branchSecTitle03__info .tel a,
  .c-branchSecTitle03__info .map a {
    gap: 6px;
  }

  .c-branchSecType01__block.-map,
  .c-branchSecType01__block.-table {
    margin-bottom: 30px;
  }

  .c-branchSecTitle03__info .tel a .icon,
  .c-branchSecTitle03__info .map a .icon {
    width: 13px;
  }

  .c-branchSecTitle03__info .tel {
    margin-right: 15px;
    padding-right: 15px;
  }

  .c-branchSecTitle03__info .tel::before {
    height: 20px;
  }

  .c-branchSecTitle03__info .tel .text {
    font-size: 18px;
  }

  .c-branchSecTitle03__info .tel .text .mini {
    font-size: 12px;
  }

  .c-branchSecTitle03__info .map .text {
    font-size: 16px;
  }

  .c-branchSecTitle03__notes {
    max-width: none;
    margin-top: 20px;
    margin-bottom: 40px;
    font-size: 13px;
  }

  .c-branchSecTitle03 .c-branchRoundButton+.c-branchRoundButton {
    margin-top: 10px;
  }


  /* ========================================================
  c-branchSecTitle04（sp）
  =========================================================== */
  .c-branchSecTitle04 {
    margin-top: 70px;
    padding-bottom: 20px;
  }

  .c-branchSecTitle04 .en {
    margin-bottom: 5px;
  }

  .c-branchSecTitle04 .ja {
    font-size: 20px;
    line-height: 1.6;
  }

  /* ========================================================
  c-branchSecTitle05（sp）
  =========================================================== */
  .c-branchSecTitle05 {
    font-size: 18px;
    padding-bottom: 14px;
  }

  .c-branchSecTitle05 .mini {
    font-size: 14px;
  }

  .c-branchSecTitle05--title {
    padding-left: 17px;
  }

  .c-branchSecTitle05--title::before {
    top: 55%;
    height: 71%;
  }


  /* ========================================================
  c-branchSecAbout（sp）
  =========================================================== */
  .c-branchSecAbout {
    max-width: none;
    margin: 0;
  }

  .c-branchSecAbout--title {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1.8;
  }

  .c-branchSecAbout--text {
    font-size: 16px;
    line-height: 1.9;
  }


  /* ========================================================
  c-branchInfoBox（sp）
  =========================================================== */
  .c-branchInfoBox {
    max-width: none;
    padding: 10px 10px 40px;
  }

  .c-branchInfoBox--title {
    font-size: 18px;
    padding: 19px 0 21px;
    margin-bottom: 25px;
  }

  .c-branchInfoBox--text {
    font-size: 14px;
    line-height: 1.9;
    text-align: left;
    margin-bottom: 25px;
  }

  .c-branchInfoBox__tel {
    max-width: none;
    margin: 0;
    padding: 0 5px
  }

  .c-branchInfoBox__tel--title {
    font-size: 16px;
    padding: 10px 0 12px;
    margin-bottom: 25px;
  }

  .c-branchInfoBox__tel__column {
    flex-direction: column;
    gap: 5px;
    padding: 0;
  }

  .c-branchInfoBox__tel__column .category {
    width: 120px;
    height: 66px;
    padding-bottom: 0;
  }

  .c-branchInfoBox__tel__column .category .icon {
    width: 20px;
    margin: 0 auto 2px;
  }

  .c-branchInfoBox__tel__column .category .title {
    font-size: 12px;
  }

  .c-branchInfoBox__tel__column .info {
    text-align: center;
    padding-bottom: 23px;
  }

  .c-branchInfoBox__tel__column .info .tel {
    font-size: 35px;
    line-height: 1.4;
    margin-bottom: 4px;
  }

  .c-branchInfoBox__tel__column .info .text {
    font-size: 13px;
  }

  .c-branchInfoBox__tel__notes {
    padding: 15px 4px 14px;
    margin: 0 5px;
  }

  .c-branchInfoBox__tel__notes p {
    font-size: 13px;
  }

  .c-branchInfoBox__tel .c-branchRoundButton {
    margin-top: 25px;
  }


  /* ========================================================
  c-branchLinkSec（sp）
  =========================================================== */
  .c-branchLinkSec {
    padding: 60px 25px;
    margin: 70px 10px 70px;
  }

  .c-branchLinkSec--title {
    margin-bottom: 30px;
  }

  .c-branchLinkSec--title .en {
    margin-bottom: 2px;
  }

  .c-branchLinkSec--title .ja {
    font-size: 18px;
    line-height: 1.6;
  }

  .c-branchLinkSec__column {
    flex-wrap: wrap;
    gap: 6px;
  }

  .c-branchLinkSec__column__block {
    width: calc(50% - 3px);
    height: 110px;
  }

  .c-branchLinkSec__column__block a {
    padding: 0 10px 0px 12px;
  }

  .c-branchLinkSec__column__block .flex {
    gap: 5px;
  }

  .c-branchLinkSec__column__block .dot {
    width: 9px;
    height: 9px;
    margin-top: 0.3em;
  }

  .c-branchLinkSec__column__block .text {
    font-size: 13px;
    width: calc(100% - 14px);
  }

  .c-branchLinkSec__column__block .icon {
    margin-top: 0;
  }

  /* ========================================================
  c-branchButtonGroup（sp）
  =========================================================== */
  /* 1列 */
  .c-branchButtonGroup.-sp-oneColumn {
    gap: 0;
  }

  .c-branchButtonGroup.-sp-oneColumn .c-branchButtonGroup--button {
    width: 100%;
  }

  .c-branchButtonGroup.-sp-oneColumn .c-branchButtonGroup--button+.c-branchButtonGroup--button {
    margin-top: 6px;
  }

  .c-branchButtonGroup.-sp-oneColumn .c-branchButtonGroup--button .text {
    font-size: 13px;
  }

  /* 2列 */
  .c-branchButtonGroup.-sp-twoColumn {
    gap: 6px;
  }

  .c-branchButtonGroup.-sp-twoColumn .c-branchButtonGroup--button {
    width: calc(50% - 3px);
  }

  .c-branchButtonGroup--button {
    height: 42px;
  }

  .c-branchButtonGroup--button .text {
    font-size: 12px;
  }

  .c-branchButtonGroup--button .text .big {
    font-size: 18px;
    line-height: 1.2;
    margin-right: 5px;
  }

  .c-branchButtonGroup--button .text .mini {
    font-size: 13px;
  }

  .c-branchButtonGroup--button .icon {
    position: relative;
    width: 7px;
    height: 12px;
  }

  .c-branchButtonGroup--button .text.-sp-fs12 {
    font-size: 12px;
  }

  .c-branchButtonGroup--button a {
    padding: 0 13px 0 10px;
  }

  .c-branchButtonGroup--button.-gap5 .c-branchButtonGroup--button {
    width: calc(50% - 3px);
  }


  /* ========================================================
  c-branchRoundButton（sp）
  =========================================================== */
  .c-branchRoundButton {
    height: 32px;
  }

  .c-branchRoundButton__column {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .c-branchRoundButton a {
    padding: 0 12px 0 13px;
  }

  .c-branchRoundButton a .text {
    font-size: 12px;
  }

  .c-branchRoundButton.-sp-w100 {
    width: 100px;
  }

  /* size共通 */
  .c-branchRoundButton.-sp-sizeM a,
  .c-branchRoundButton.-sp-sizeS a {
    position: relative;
    padding: 0 19px;
  }

  .c-branchRoundButton.-sp-sizeM a .text,
  .c-branchRoundButton.-sp-sizeS a .text {
    font-size: 14px;
    width: 100%;
    text-align: center;
  }

  .c-branchRoundButton.-sp-sizeM a .icon,
  .c-branchRoundButton.-sp-sizeS a .icon {
    width: 10px;
    height: 11px;
    position: absolute;
    top: 46%;
    right: 17px;
    transform: translateY(-50%);
  }

  /* sizeM */
  .c-branchRoundButton.-sp-sizeM {
    width: 270px;
    height: 50px;
  }

  /* sizeS */
  .c-branchRoundButton.-sp-sizeS {
    width: 220px;
    height: 43px;
  }


  /* ========================================================
  c-branchHoursSchedule（sp）
  =========================================================== */
  .c-branchHoursSchedule {
    overflow: scroll;
    padding-bottom: 15px;
  }

  .c-branchHoursSchedule table {
    width: 617px;
    margin: 0 auto;
    min-height: 512px;
  }

  /* 左上角丸 */
  .c-branchHoursSchedule tr:nth-child(1) th:nth-child(1) {
    border-radius: 5px 0 0 0;
  }

  /* 右上角丸 */
  .c-branchHoursSchedule tr:nth-child(1) th:last-child {
    border-radius: 0 5px 0 0;
  }

  /* 右下角丸 */
  .c-branchHoursSchedule tr:last-child td:last-child {
    border-radius: 0 0 5px 0;
  }

  /* 左下角丸 */
  .c-branchHoursSchedule tr:last-child td:nth-child(1) {
    border-radius: 0 0 0 5px;
  }

  .c-branchHoursSchedule th,
  .c-branchHoursSchedule td {
    font-size: 14px;
    letter-spacing: 0.1em;
    padding: 5px 14px;
  }

  /* 1行目の背景と文字色 */
  .c-branchHoursSchedule tr:nth-child(1) th {
    letter-spacing: 0.1em;
  }

  .c-branchHoursSchedule tr:nth-child(n + 2) td:nth-child(2) {
    padding: 15px 20px;
  }

  .c-branchHoursSchedule .flex {
    gap: 3%;
  }

  .c-branchHoursSchedule .flex .category {
    font-size: 13px;
    max-width: 78px;
  }

  /**********************************************************
  総合トップページ（sp）
  ***********************************************************/
  .sogo-home img,
  .sogo-about img,
  .sogo-message img {
    min-width: auto;
    max-width: none;
    width: 100%;
  }

  /**********************************************************
    総合 トップページ（sp）
    ***********************************************************/
  /* ========================================================
    ▼ 共通（sp）
    =========================================================== */

  .home__message .homeBgItem,
  .home__group .homeBgItem {
    width: 1274px;
  }

  .home__message .homeBgItem {
    top: 65%;
    left: 21%;
  }

  .home__group .homeBgItem {
    top: 300px;
    left: 24%;
  }


  /* ========================================================
  ▼ fv（sp）
  =========================================================== */

  .home__fv {
    padding-bottom: 40px;
  }

  .home__fv__text {
    margin-left: 14%;
    margin-top: 8.5%;
  }


  .home__fv__cycle {
    width: 355px;
    margin-top: 2.5%;
    margin-left: 50.2%;
  }

  .home__fv__scroll {
    left: 5.2%;
    bottom: -11px;
  }

  .home__fv__scroll .border {
    height: 65px;
  }

  /* ========================================================
    ▼ Message & About（sp）
    =========================================================== */
  .home__message__container,
  .home__about__container {
    max-width: none;
  }

  .home__message__container--title,
  .home__about__container--title {
    font-size: 45px;
    margin-bottom: 15px;
  }

  .home__message__container--title::before,
  .home__about__container--title::before {
    width: 12px;
  }

  .home__message__container--subTitle,
  .home__about__container--subTitle {
    font-size: 20px;
    line-height: 1.8;
    margin-bottom: 25px;
  }

  .home__message__container--text,
  .home__about__container--text {
    font-size: 14px;
    line-height: 1.9;
    letter-spacing: 0.05em;
  }

  .home__message__container--subTitle br,
  .home__about__container--subTitle br,
  .home__message__container--text br,
  .home__about__container--text br {
    display: none;
  }

  .home__message__container .c-homeLinkButton,
  .home__about__container .c-homeLinkButton {
    margin-top: 40px;
  }

  .home__message__container .c-homeLinkButton a,
  .home__about__container .c-homeLinkButton a {
    margin: 0 auto;
  }

  /* ========================================================
    ▼ Message（sp）
    =========================================================== */
  .home__message {
    margin-top: 50px;
    margin-bottom: 67px;
  }

  .home__message__inner {
    padding: 0 5.2%;
  }

  .home__message__image {
    height: min(118vw, 630px);
    margin-top: 70px;
  }

  .home__message__image .image.-image01 {
    width: min(72.5%, 347px);
    left: 42%;
    transform: translateX(-50%);
  }

  .home__message__image .image.-image02 {
    width: min(56%, 268px);
    top: 52.5%;
    left: 73%;
    transform: translateX(-50%);
  }

  .home__message__image .image.-image03 {
    width: min(47.8%, 229px);
    top: 69%;
    left: 9.5%;
    transform: translateX(-50%);
  }


  /* ========================================================
    ▼ About（sp）
    =========================================================== */
  .home__about {
    margin-bottom: 60px;
  }

  .home__about__inner {
    padding: 65px 7.5%;
    margin: 0 2.8%;
  }

  .home__about__slider {
    width: 91%;
    margin: 65px auto 0;
  }

  .home__about__slider .item.-item01 {
    width: 137px;
    top: -22%;
    left: 13%;
  }

  .home__about__slider .item.-item02 {
    width: 198px;
    top: -32%;
    left: 84%;
  }

  .home__about__slider .item.-item03 {
    width: 223px;
    top: 50%;
    left: 41%;
  }

  .home__about__slider .item.-item04 {
    width: 133px;
    left: 71%;
  }


  /* ========================================================
    ▼ Group（sp）
    =========================================================== */
  .home__group {
    margin-bottom: 70px;
  }

  .home__group__inner {
    padding: 0 5.2%;
  }

  .home__group .c-homeTitle01 {
    margin-bottom: 50px;
  }

  .home__group__column {
    flex-direction: column;
    gap: 20px
  }

  .home__group__column__block {
    width: 100%;
    max-width: 410px;
    margin: 0 auto;
  }

  /**********************************************************
  総合 メッセージ（sp）
  ***********************************************************/
  .home-message {
    margin-bottom: 70px;
  }

  .home-message .homeBgItem {
    width: 1274px;
    top: 550px;
    left: 22%;
  }

  .home-message--title {
    font-size: 22px;
    line-height: 1.9;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
    margin-left: 0;
  }

  .home-message--title span:nth-child(2) {
    margin-left: 0;
  }

  .home-message__inner {
    padding: 0 5%;
  }

  .home-message__column__text p {
    font-size: 14px;
    line-height: 1.9;
  }

  .home-message__column__text p+p {
    margin-top: 28px;
  }

  .home-message__column__text .signature {
    margin-top: 40px;
  }


  .home-message__column__text .signature .post {
    font-size: 13px;
  }

  .home-message__column__text .signature .name {
    font-size: 16px;
    margin-top: 12px;
  }

  .home-message__column--image {
    width: 90%;
    max-width: 410px;
    float: initial;
    margin: 0 auto 30px;
  }

  /**********************************************************
  総合 わたしたちについて（sp）
  ***********************************************************/
  .home-about {
    margin-bottom: 120px;
  }

  /* ========================================================
  message　promises　共通（sp）
  ===========================================================*/
  .home-about__promises__wrap,
  .home-about__brand__wrap {
    max-width: none;
    margin: 0;
    padding: 0 5.2%;
  }

  /* ========================================================
  mission（sp）
  ===========================================================*/
  .home-about__mission__inner {
    background-image: linear-gradient(90deg, #6CBDC3, #469EB7);
    margin: 0 2.8%;
    padding: 65px 8% 20px;
  }

  .home-about__mission__inner .homeBgItem {
    width: 962px;
    margin-left: 43%;
    margin-top: 46px;
  }

  .home-about__mission__column__container {
    margin-top: 0;
  }

  .home-about__mission__column--title {
    font-size: 45px;
    line-height: 1.3;
    margin-bottom: 30px;
  }

  .home-about__mission__column--title::before {
    width: 12px;
    height: 5px;
    margin-bottom: -7px;
  }

  .home-about__mission__column__container--title {
    font-size: 26px;
    line-height: 1.8;
    letter-spacing: 0.1em;
    margin-bottom: 28px;
  }

  .home-about__mission__column__container--text {
    font-size: 16px;
    line-height: 1.9;
  }

  .home-about__mission__column__container--text+.home-about__mission__column__container--text {
    margin-top: 30px;
  }


  /* ========================================================
  promises（sp）
  ===========================================================*/
  .home-about__promises {
    margin-top: 60px;
  }

  .home-about__promises .c-homeTitle01 {
    margin-bottom: 0;
  }

  .home-about__promises__column {
    flex-direction: column;
    gap: 0;
    max-width: 400px;
    margin: 0 auto;
  }

  .home-about__promises__column__block {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 35px;
  }

  .home-about__promises__column__block+.home-about__promises__column__block {
    border-left: none;
    border-top: 1px solid #ECECEC;
  }

  .home-about__promises__column__block .icon {
    width: 65px;
    margin: 0 auto 10px;
  }


  .home-about__promises__column__block .title {
    font-size: 18px;
    line-height: 1.8;
    text-align: center;
    margin-bottom: 8px;
  }

  .home-about__promises__column__block .text {
    font-size: 14px;
    line-height: 1.9;
  }


  /* ========================================================
  brand（sp）
  ===========================================================*/
  .home-about__brand {
    margin-top: 27px;
  }

  .home-about__brand .c-homeTitle01 {
    margin-bottom: 115px;
  }

  .home-about__brand__container__logo {
    width: 93px;
    margin: 0 auto 115px;
  }

  .home-about__brand__container__text {
    max-width: none;
  }

  .home-about__brand__container__text p {
    font-size: 14px;
    line-height: 1.9;
    letter-spacing: 0.05em;
  }

  .home-about__brand__container__text p+p {
    margin-top: 30px;
  }


  /**********************************************************
  総合blogページ（sp）
  ***********************************************************/
  /* ========================================================
  共通（sp）
  ===========================================================*/
  .l-blogWrapper {
    max-width: none;
    padding: 85px 10px 50px;
  }

  .l-blogInner {
    margin-left: 0;
  }

  .boxBg {
    border-radius: 15px;
  }

  .blogSecHeading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px;
    padding-left: 10px;
  }

  .blogSecHeading--title {
    font-size: 20px;
    line-height: 1.4;
  }

  .blogSecHeading__more {
    margin-top: 7px;
    margin-right: 10px;
  }

  .blogSecHeading__more .text {
    font-size: 14px;
    line-height: 1.4;
  }

  .blogSecHeading__more .icon {
    width: 20px;
    margin-top: 0;
  }


  /* --- ▼ページネーション
  ----------------------------------------------------------- */
  .article-pagination {
    margin-top: 45px;
  }

  .article-pagination .page-numbers {
    width: 33px;
    height: 33px;
    font-size: 14px;
  }


  /* ========================================================
  fv（sp）
  ===========================================================*/
  .blog-fv__heading {
    display: none;
  }

  .blog-fv__column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }

  .blog-fv__column__left {
    width: 100%;
  }

  .blog-fv__column__left__head {
    height: auto;
    margin-bottom: 20px;
  }

  .blog-fv__column__left__head .swiper-slide .inner .hover {
    padding: 15px 15px 30px;
  }

  .blog-fv__column__left__head .swiper-slide .head {
    height: 32px;
    margin-bottom: 8px;
  }

  .blog-fv__column__left__head .swiper-slide .category .icon {
    width: 32px;
    margin-right: 7px;
  }

  .blog-fv__column__left__head .swiper-slide .category p {
    font-size: 12px;
    line-height: 1.4;
  }

  .blog-fv__column__left__head .swiper-slide .time {
    font-size: 12px;
    line-height: 1.4;
  }

  .blog-fv__column__left__head .swiper-slide .body {
    min-height: 355px;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
    gap: 0;
  }

  .blog-fv__column__left__head .swiper-slide .image {
    width: 100%;
    max-width: 500px;
    height: 48.96vw;
    max-height: 269px;
    margin: 0 auto 8px;
  }

  .blog-fv__column__left__head .swiper-slide .image img {
    margin: 0 auto;
  }

  .blog-fv__column__left__head .swiper-slide .image+.title {
    width: 100%;
  }

  .blog-fv__column__left__head .swiper-slide .title {
    width: 100%;
    font-size: 20px;
    line-height: 1.6;
    padding-bottom: 40px;
  }

  .blog-fv__column__left__head .swiper-slide .tagWrap {
    max-height: 82px;
    gap: 7px;
    padding: 20px 45px 0 0;
    margin: 0 15px 20px;
  }

  .blog-fv__column__left__head .swiper-slide .tagWrap .tag a {
    font-size: 12px;
    padding: 3px 8px 5px;
  }

  .blog-fv__column__left__foot {
    margin-top: 20px;
  }

  .blog-fv__column__left__foot__inner {
    height: 116px;
    gap: 8px;
  }

  .blog-fv__column__left__foot__box {
    width: 100%;
  }

  .blog-fv__column__left__foot__box.-logo .logo {
    width: 64.6%;
  }

  .blog-fv__column__left__foot__box.-clinic .title {
    height: 44px;
    border-radius: 0 0 15px 15px;
    font-size: 11px;
    line-height: 1.4;
  }

  .blog-fv__column__left__foot__box.-clinic .image {
    height: calc(100% - 44px);
  }

  .blog-fv__column__left__foot__box.-clinic .image img {
    border-radius: 15px 15px 0 0;
  }

  .blog-fv__column__right {
    width: 100%;
  }

  .blog-fv__column__right__box {
    padding: 20px 15px;
  }

  .blog-fv__column__right__box:nth-child(1) {
    height: 313px;
  }

  .blog-fv__column__right__box:nth-child(2) {
    height: 173px;
  }

  .blog-fv__column__right__box+.blog-fv__column__right__box {
    margin-top: 20px;
  }

  .blog-fv__column__right__box__head {
    padding-bottom: 20px;
  }

  .blog-fv__column__right__box__head--title {
    gap: 7px;
  }

  .blog-fv__column__right__box__head--title .icon {
    width: 22px;
  }


  .blog-fv__column__right__box.-popularArticle .blog-fv__column__right__box__head {
    margin-bottom: 13px;
  }

  .blog-fv__column__right__box.-popularArticle .swiper-slide .head {
    margin-bottom: 8px;
  }

  .blog-fv__column__right__box.-popularArticle .swiper-slide .category {
    gap: 7px;
  }

  .blog-fv__column__right__box.-popularArticle .swiper-slide .category .icon {
    width: 32px;
  }

  .blog-fv__column__right__box.-popularArticle .swiper-slide .category p {
    font-size: 12px;
  }

  .blog-fv__column__right__box.-popularArticle .swiper-slide .body {
    height: 118px;
  }

  .blog-fv__column__right__box.-popularArticle .swiper-slide .title {
    margin-bottom: 0;
  }

  .blog-fv__column__right__box.-popularArticle .swiper-slide .tagWrap {
    max-height: 57px;
    gap: 7px;
  }

  .blog-fv__column__right__box.-popularArticle .swiper-slide .tagWrap .tag a {
    font-size: 12px;
    padding: 3px 8px 5px;
  }

  .blog-fv__column__right__box.-popularTag .tagWrap {
    max-height: 90px;
    gap: 7px;
  }

  .blog-fv .js-blogFvSlider .blogFvSlider__arrow {
    right: 5px;
    bottom: 17px;
    width: 62px;
  }

  .blog-fv .js-blogFvSlider .swiper-button-prev,
  .blog-fv .js-blogFvSlider .swiper-button-next {
    width: 10px;
    height: 14px;
  }

  .blog-fv .js-blogFvSlider .swiper-button-prev::after,
  .blog-fv .js-blogFvSlider .swiper-button-next::after {
    width: 10px;
    height: 14px;
  }

  .blog-fv .blog-fv__column__right .swiper-pagination {
    margin-right: -2px;
  }

  /* ========================================================
  新着記事（sp）
  ===========================================================*/
  .blog-new {
    margin-top: 50px;
  }

  /* ========================================================
  ピックアップ（sp）
  ===========================================================*/
  .blog-pickup {
    margin-top: 43px;
  }

  .blog-pickup__column {
    gap: 8px;
  }

  .blog-pickup__column__box {
    max-width: 400px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(50% - 8px);
    flex: 1 1 calc(50% - 8px);
  }

  .blog-pickup__column__box--image {
    margin-bottom: 10px;
  }

  .blog-pickup__column__box--image img {
    border-radius: 15px 15px 0 0;
    margin: 0 auto;
  }

  .blog-pickup__column__box--title {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.4;
  }

  /* ========================================================
  ピックアップ（sp）
  ===========================================================*/
  .blog-recommendation {
    margin-top: 50px;
  }

  /* ========================================================
  今月の人気記事（sp）
  ===========================================================*/
  .blog-popular {
    margin-top: 44px;
  }

  /**********************************************************
  総合blog カテゴリーページ（sp）
  ***********************************************************/
  /* ========================================================
  セクション（sp）
  ===========================================================*/
  /* --- ▼セクション2
  ------------------------------------------------------------ */
  .blogCategory__content__sec.-sec02 {
    margin-top: 52px;
  }

  /* --- ▼セクション3
  ------------------------------------------------------------ */
  .blogCategory__content__sec.-sec03 {
    margin-top: 52px;
    padding: 20px 15px;
  }

  .blogCategory__content__sec.-sec03 .heading {
    margin-bottom: 20px;
  }

  .blogCategory__content__sec.-sec03 .heading--title {
    font-size: 12px;
  }

  .blogCategory__content__sec.-sec03 .heading--title .category {
    margin-right: 6px;
    font-size: 16px;
  }

  .blogCategory__content__sec.-sec03 .heading__more {
    margin-top: 20px;
  }

  .blogCategory__content__sec.-sec03 .heading__more a {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .blogCategory__content__sec.-sec03 .tagWrap {
    gap: 7px;
  }


  /**********************************************************
  総合blog タグページ（sp）
  ***********************************************************/
  /* ========================================================
  セクション（sp）
  ===========================================================*/
  /* --- ▼セクション2
  ------------------------------------------------------------ */
  .blogtab-section.-sec01 {
    margin-top: 52px;
  }

  /* --- ▼セクション2
  ------------------------------------------------------------ */
  .blogtab-section.-sec02 {
    margin-top: 52px;
  }

  /**********************************************************
  総合blog 全記事一覧ページ（sp）
  ***********************************************************/

  .blogAll-container {
    margin-top: 52px;
  }

  /**********************************************************
  総合blog タグ一覧ページ（sp）
  ***********************************************************/
  /* ========================================================
  あいうえお順（sp）
  ===========================================================*/
  .blogtaglist-kana {
    margin-top: 52px;
    padding: 20px 15px 25px;
  }

  .blogtaglist-kana__block+.blogtaglist-kana__block {
    margin-top: 30px;
  }

  .blogtaglist-kana__block .title {
    margin-bottom: 15px;
    padding-bottom: 5px;
    font-size: 20px;
  }

  .blogtaglist-kana__block .title::before {
    height: 19px;
  }

  .blogtaglist-kana__block .tagWrap {
    gap: 7px;
  }


  /* ========================================================
  人気のタグ（sp）
  ===========================================================*/
  .blogtaglist-popular {
    margin-top: 52px;
  }

  .blogtaglist-popular--title {
    margin-bottom: 16px;
    padding-left: 10px;
    font-size: 20px;
  }

  .blogtaglist-popular__box {
    padding: 25px 15px;
    gap: 7px;
  }


  /**********************************************************
  総合blog 詳細ページ（sp）
  ***********************************************************/
  /* ========================================================
  共通（sp）
  ===========================================================*/
  .blogsingle-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 35px;
    gap: 0;
  }

  /* ========================================================
  .blogsingle-container（sp）
  ===========================================================*/
  .blogsingle-container {
    width: 100%;
  }

  .blogsingle-container__heading {
    margin-bottom: 35px;
    padding: 0 10px;
  }

  .blogsingle-container__heading .time {
    margin-bottom: 12px;
  }

  .blogsingle-container__heading .title {
    font-size: 20px;
  }

  .blogsingle-container__article {
    padding: 20px 15px;
  }

  .blogsingle-container__article__foot {
    margin-top: 40px;
    padding-top: 20px;
    gap: 7px;
  }

  .blogsingle-container__people {
    margin-top: 20px;
    padding: 20px 15px;
  }

  .blogsingle-container__people__heading {
    margin-bottom: 18px;
  }

  .blogsingle-container__people__heading__profile {
    gap: 11px;
  }

  .blogsingle-container__people__heading__profile .image {
    width: 48px;
  }

  .blogsingle-container__people__heading__profile .shopname {
    margin-top: 1px;
    font-size: 12px;
  }

  .blogsingle-container__people__heading__profile .name {
    font-size: 16px;
  }

  .blogsingle-container__people__heading__more {
    margin-top: 11px;
  }

  .blogsingle-container__people__text {
    font-size: 14px;
    line-height: 1.8;
  }

  .blogsingle-container__sns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 20px;
    padding: 21px 14px;
    border-radius: 15px;
  }

  .blogsingle-container__sns .text {
    font-size: 13px;
  }

  .blogsingle-container__sns .column {
    gap: 13px;
  }

  .blogsingle-container__sns .icon {
    width: 25px;
  }

  .blogsingle-container__sns .icon.-x {
    width: 24px;
  }

  /* ========================================================
  .blogsingle-sidebar（sp）
  ===========================================================*/
  .blogsingle-sidebar {
    width: 100%;
  }

  .blogsingle-sidebar__relatedtag {
    padding: 50px 0 0;
    border-bottom: none;
  }

  .blogsingle-sidebar__relatedtag--title {
    margin-bottom: 20px;
    padding: 0 10px;
    font-size: 12px;
    letter-spacing: 0.05em;
  }

  .blogsingle-sidebar__relatedtag--title .category {
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 1.4;
  }

  .blogsingle-sidebar__relatedtag__box {
    padding: 20px 15px;
    gap: 7px;
  }

  .blogsingle-sidebar__relatedtag__more {
    margin-right: 10px;
  }

  .blogsingle-sidebar__relatedarticle {
    margin-top: 50px;
  }

  .blogsingle-sidebar__relatedarticle--title {
    margin-bottom: 16px;
    padding: 0 10px;
    font-size: 20px;
    line-height: 1.4;
  }

  .blogsingle-sidebar__relatedarticle__box {
    padding: 10px;
  }

  .blogsingle-sidebar__relatedarticle__box+.blogsingle-sidebar__relatedarticle__box {
    margin-top: 8px;
  }

  .blogsingle-sidebar__relatedarticle__box .category {
    margin-bottom: 7px;
    gap: 5px;
  }

  .blogsingle-sidebar__relatedarticle__box .category .icon {
    width: 25px;
  }

  .blogsingle-sidebar__relatedarticle__box .title {
    margin-bottom: 12px;
    line-height: 1.5;
  }

  .blogsingle-sidebar__relatedarticle__box .time {
    margin-bottom: 10px;
    font-size: 10px;
    line-height: 1.4;
    text-align: right;
  }

  .blogsingle-sidebar__relatedarticle__box .tagWrap {
    max-height: 66px;
    padding-top: 12px;
    gap: 7px;
  }


  /* ========================================================
  .blogsingle-tagPopularity（sp）
  ===========================================================*/
  .blogsingle-tagPopularity {
    margin-top: 52px;
  }

  /* ========================================================
  .blogsingle-monthPopularity（sp）
  ===========================================================*/
  .blogsingle-monthPopularity {
    margin-top: 52px;
  }


  /**********************************************************
  店舗 共通（sp）
  ***********************************************************/
  .l-branchWrapper {
    max-width: none;
    margin: 0;
    padding: 0 20px;
  }

  .l-branchSecWrapper {
    max-width: none;
    margin: 0;
  }

  /* --- ▼セクションのタイトル設定
  ----------------------------------------------------------- */
  .page-kameda-ivf-makuhari .c-branchSecTitle02 {
    margin-bottom: 0;
  }

  .page-kameda-ivf-makuhari .c-branchSecTitle02--title .en {
    font-size: 40px;
  }

  /* --- ▼タイトルの背景設定
  ----------------------------------------------------------- */
  .c-bgText {
    top: 0;
  }

  .c-bgText.-sp-top135 {
    top: 135px;
  }

  .c-bgText.-sp-top195 {
    top: 195px;
  }

  /**********************************************************
  店舗 トップページ（sp）
  ***********************************************************/
  /* ========================================================
  ▼ 追従リンク（sp）
  =========================================================== */
  .branch-top__fixedLink {
    top: 90px;
  }

  .branch-top__fixedLink__list .item {
    width: 130px;
    height: 34px;
  }

  .branch-top__fixedLink__list .item a {
    letter-spacing: 0.03em;
  }


  /* ========================================================
  ▼ fv（sp）
  =========================================================== */
  /* --- ▼info
  ----------------------------------------------------------- */
  .branch-top__fv__info {
    max-width: none;
    flex-direction: column-reverse;
    margin: 0;
    padding: 0 20px;
    gap: 24px;
    position: absolute;
    bottom: -92px;
    left: 0;
  }

  .branch-top__fv__info__title {
    width: 100%;
  }

  .branch-top__fv__info__title .sitename {
    font-size: 42px;
    line-height: 1.1;
    display: block;
    margin-bottom: 12px;
  }

  .branch-top__fv__info__title .sitename span {
    display: inline-block;
  }

  .branch-top__fv__info__title .sitename span:nth-of-type(1),
  .branch-top__fv__info__title .sitename span:nth-of-type(3) {
    margin-right: 8px;
  }

  .branch-top__fv__info__title .subtext {
    flex-direction: column;
    align-items: flex-start;
    margin-left: 0;
    gap: 9px 0;
  }

  .branch-top__fv__info__title .subtext .text {
    font-size: 14px;
  }

  .branch-top__fv__info__title .subtext .box {
    font-size: 13px;
    padding: 4px 6px;
  }

  .branch-top__fv__button {
    width: 114px;
    height: 114px;
    margin-right: 22px;
  }

  .branch-top__fv__button .text {
    font-size: 13px;
    line-height: 1.4;
  }

  .branch-top__fv__button .icon {
    width: 23px;
    height: 23px;
  }


  .branch-top__fv__button a {
    padding-bottom: 5px;
    gap: 3px;
  }

  .branch-top__fv__slider {
    height: calc(100dvh - 195px);
    margin: 0 10px;
  }

  .branch-top__fv__slider .swiper-slide:nth-of-type(1),
  .branch-top__fv__slider .swiper-slide:nth-of-type(2) {
    width: auto;
  }

  .branch-top__fv__slider .swiper-slide:nth-of-type(1) img,
  .branch-top__fv__slider .swiper-slide:nth-of-type(2) img {
    border-radius: 5px;
  }


  /* ========================================================
  ▼ お知らせ（sp）
  =========================================================== */
  .branch-top__news {
    margin: 140px 0 68px;
  }

  .branch-top__news__column {
    max-width: none;
    flex-direction: column;
    gap: 30px;
  }

  .branch-top__news__contents__list {
    margin-top: 0;
  }

  .branch-top__news__contents__list .item .inner {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 3px;
  }

  .branch-top__news__contents__list .item+.item {
    margin-top: 24px;
  }

  .branch-top__news__contents__list .item .info {
    margin-bottom: 13px;
  }

  .branch-top__news__contents__list .item .time {
    font-size: 12px;
    margin-right: 17px;
  }

  .branch-top__news__contents__list .item .category {
    font-size: 12px;
    min-width: 108px;
    padding: 3px 10px 5px;
    margin-right: 0;
  }

  .branch-top__news__contents__list .item .text {
    padding-bottom: 0;
    padding-left: 0;
    font-size: 14px;
    line-height: 1.9;
  }

  .branch-top__news__contents__list .item .text::before {
    display: none;
  }


  /* ========================================================
  ▼ リンクブロック（sp）
  =========================================================== */
  .branch-top__link {
    margin-bottom: 65px;
  }

  .branch-top__link .l-branchWrapper {
    padding: 0;
  }

  .branch-top__link__block .group {
    bottom: 18px;
    left: 18px;
  }

  .branch-top__link__block .group .title {
    font-size: 17px;
    padding: 2px 9px 4px;
  }

  .branch-top__link__block .group .title.-type01 {
    padding: 2px 7px 3px;
  }

  .branch-top__link__block .group .message {
    font-size: 12px;
    padding: 2px 8px 4px;
  }


  /* --- ▼スライダー
  ----------------------------------------------------------- */

  .js-branchLinkSlider {
    padding-left: 16px;
    padding-right: 16px;
  }

  .js-branchLinkSlider .swiper-slide img {
    height: auto;
    width: 100%;
  }

  .branch-top__link .swiper-pagination {
    position: initial;
    display: block;
    margin-top: 7px;
  }

  .branch-top__link .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #54ABB1;
    border: 1px solid #54ABB1;
    opacity: 1;
    margin: 0 7px !important;
  }

  .branch-top__link .swiper-pagination-bullet-active {
    background: #fff;
  }

  /* ========================================================
  ▼ 診療案内（sp）
  =========================================================== */
  .branch-top__services {
    margin-bottom: 70px;
  }

  /* --- ▼pageLink
  ----------------------------------------------------------- */
  .branch-top__services__pageLink {
    max-width: none;
    margin: 0;
    padding: 30px 10px 0;
  }

  .branch-top__services__pageLink__block {
    width: 80.5%;
    max-width: 450px;
  }

  .branch-top__services__pageLink__block:nth-child(odd) {
    margin-left: auto;
  }

  .branch-top__services__pageLink__block:nth-child(even) {
    margin-left: 20px;
  }

  .branch-top__services__pageLink__block:nth-child(2),
  .branch-top__services__pageLink__block:nth-child(3) {
    margin-top: 40px;
  }

  .branch-top__services__pageLink__block .number {
    font-size: 12px;
    left: -1.8em;
  }

  .branch-top__services__pageLink__block .linktext {
    margin-top: 8px;
    padding: 0 4px;
  }

  .branch-top__services__pageLink__block .linktext .title {
    font-size: 16px;
  }

  .branch-top__services__pageLink__block .linktext .message {
    margin-top: 4px;
    font-size: 13px;
  }

  .branch-top__services__pageLink__block .linktext .icon {
    width: 34px;
    height: 34px;
    padding-top: 0;
    padding-left: 0;
    margin-bottom: -3px;
  }

  .branch-top__services__pageLink__block .linktext .icon .on,
  .branch-top__services__pageLink__block .linktext .icon .off {
    width: 15px;
    height: 13px;
  }

  /* --- ▼age
  ----------------------------------------------------------- */
  .branch-top__services__age {
    max-width: none;
    margin: 60px 0 0;
  }

  .branch-top__services__age__column {
    flex-direction: column;
  }

  .branch-top__services__age__title {
    width: 100%;
  }

  .branch-top__services__age__title .en {
    font-size: 12px;
    margin-bottom: 3px;
  }

  .branch-top__services__age__title .ja {
    font-size: 20px;
    line-height: 1.8;
  }

  .branch-top__services__age__text {
    width: 100%;
    padding-top: 0;
  }

  .branch-top__services__age__text p {
    font-size: 14px;
    line-height: 1.9;
  }

  .branch-top__services__age__text p+p {
    margin-top: 28px;
  }

  .branch-top__services__age__link {
    margin-top: 30px;
  }

  /* ========================================================
  ▼ 当院について（sp）
  =========================================================== */
  .branch-top__about {
    margin-bottom: 70px;
  }

  .branch-top__about__contaier {
    margin-top: 30px;
  }

  .branch-top__about__inner {
    width: 100%;
    max-width: none;
    margin-right: 0;
    margin-left: 0;
  }

  .branch-top__about__inner .c-branchRoundButton {
    margin: 0 auto;
  }

  .branch-top__about__inner--title {
    font-size: 20px;
    line-height: 1.8;
    margin-bottom: 20px;
  }

  .branch-top__about__inner--text {
    font-size: 14px;
    line-height: 1.9;
    margin-bottom: 40px;
  }

  .branch-top__about__image {
    width: 100vw;
    margin-top: 50px;
  }

  /* ========================================================
  ▼ Q&A（sp）
  =========================================================== */
  .branch-top__qa {
    flex-direction: column;
    max-width: none;
    margin: 0 0 70px;
    border: none;
  }

  .branch-top__qa__heading {
    width: 100%;
    padding-top: 0;
    padding-right: 0;
  }

  .branch-top__qa__heading .c-branchSecTitle01 {
    width: 100%;
    margin: 0;
  }

  .branch-top__qa__container {
    width: 100%;
    margin-top: 30px;
  }

  .branch-top__qa__list {
    padding-left: 0;
  }

  .branch-top__qa__list::before {
    display: none;
  }

  .branch-top__qa__list .item:first-of-type {
    border-top: 1px solid #E1E1E1;
  }

  .branch-top__qa__list .item:last-of-type {
    border-bottom: 1px solid #E1E1E1;
  }

  .branch-top__qa__list .item .text {
    font-size: 14px;
    width: calc(100% - 23px);
  }

  .branch-top__qa__list .item .text .cl-gr {
    font-size: 16px;
    margin-top: 3px;
    margin-right: 4px;
  }

  .branch-top__qa__list .item .button,
  .branch-top__qa__list .item .container {
    padding: 0 10px;
  }

  .branch-top__qa__list .item .button .text,
  .branch-top__qa__list .item .container {
    line-height: 1.9;
  }

  .branch-top__qa__list .item .button {
    padding-top: 18px;
    padding-bottom: 20px;
  }

  .branch-top__qa__list .item .button .icon {
    width: 13px;
    height: 13px;
  }

  .branch-top__qa__list .item .container {
    padding-left: 12px;
  }

  .branch-top__qa__list .item .container .text {
    line-height: 1.9;
    padding-bottom: 21px;
  }

  .branch-top__qa__list .item .container .text .cl-gr {
    padding-top: 1px;
  }


  /* ========================================================
  ▼ 背景画像（パララックス）（sp）
  =========================================================== */
  .branch-top__bigBg {
    height: 78.2vw;
  }


  /* ========================================================
  ▼ アクセス（sp）
  =========================================================== */
  .branch-top__info {
    padding: 70px 0;
  }

  .branch-top__info .c-branchRoundButton {
    margin: 0 auto;
  }

  /* ---▼ access
  ----------------------------------------------------------- */
  .branch-top__info__access {
    margin-bottom: 70px;
  }

  /* ---▼ officeHours
  ----------------------------------------------------------- */
  .branch-top__info__officeHours {
    padding-top: 0;
    border-top: none;
  }

  .branch-top__info__officeHours table tr {
    border-bottom: 3px solid #F7F8F8;
  }

  .branch-top__info__officeHours table tr .flex {
    gap: 8px;
    align-items: flex-start;
  }

  .branch-top__info__officeHours table tr .flex+.flex {
    margin-top: 7px;
  }

  .branch-top__info__officeHours table tr .flex .text {
    line-height: 1.8;
  }

  .branch-top__info__officeHours table tr .sp-flex {
    display: flex;
  }

  .branch-top__info__officeHours table tr .sp-flex .is-sp {
    margin-left: 5px;
  }

  .branch-top__info__officeHours table th {
    padding: 13px 7px 15px;
  }

  .branch-top__info__officeHours table tr th:first-child {
    width: 70px;
  }

  .branch-top__info__officeHours table tr td {
    padding: 15px 1px;
  }

  .branch-top__info__officeHours table tr td:nth-of-type(2) {
    text-align: left;
  }

  .branch-top__info__officeHours table tr td:first-child {
    vertical-align: top;
    padding-top: 18px;
  }

  .branch-top__info__officeHours table tr td>.text {
    font-size: 13px;
    display: flex !important;
    gap: 18px;
    margin-top: 10px;
    margin-left: 7px;
  }

  .branch-top__info__officeHours table tr .category {
    padding: 3px 8px;
  }

  .branch-top__info__officeHours table tr .recess {
    font-size: 13px;
    padding-left: 9px;
  }

  /**********************************************************
  店舗 ニュース（sp）
  ***********************************************************/
  .branch-news__category {
    margin-bottom: 30px;
  }

  .branch-news__category p,
  .branch-news__category h2 {
    font-size: 16px;
  }

  .branch-news__category p+h2 {
    margin-left: 12px;
    padding-left: 12px;
  }

  .branch-news__category p+h2::before {
    top: 53%;
    height: 16px;
  }

  .branch-news__column {
    flex-direction: column-reverse;
    margin-bottom: 70px;
    gap: 40px;
  }

  .branch-news__container {
    width: 100%;
  }

  .branch-news__container__list .item {
    padding: 25px 15px;
  }

  .branch-news__container__list .item .info {
    margin-bottom: 10px;
  }

  .branch-news__container__list .item .info .time {
    font-size: 13px;
  }

  .branch-news__container__list .item .info .category a {
    font-size: 12px;
    padding: 3px 10px 5px;
  }

  .branch-news__container__list .item .title {
    font-size: 14px;
    line-height: 1.9;
  }

  /* ---▼選択ボックス
  ------------------------------------------------------------ */
  .branch-news__sidebar {
    width: auto;
    padding: 0;
  }

  .branch-news__sidebar__select {
    cursor: pointer;
    width: 270px;
    height: 42px;
    margin: 0 auto;
    position: relative;
  }

  .branch-news__sidebar__select::before {
    content: "";
    display: block;
    width: 8px;
    height: 13px;
    background-image: url(../images/branch/common/arrow02_bk.svg);
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%) rotate(90deg);
  }

  .branch-news__sidebar__select select {
    outline: none;
    color: #BCBCBC;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0.05em;
    width: 100%;
    height: 100%;
    border: 1px solid #E1E1E1;
    border-radius: 5px;
    background-color: #F7F8F8;
    padding: 9px 15px;
  }


  /**********************************************************
  店舗 ニュース詳細（sp）
  ***********************************************************/
  .branch-news-single__container {
    max-width: none;
    margin: 0;
  }

  .branch-news-single__container__heading {
    margin-bottom: 30px;
  }

  .branch-news-single__container__heading__info {
    margin-bottom: 15px;
    gap: 15px;
  }

  .branch-news-single__container__heading__info .time {
    font-size: 14px;
  }

  .branch-news-single__container__heading__info .category {
    font-size: 14px;
  }

  .branch-news-single__container__heading--title {
    font-size: 20px;
  }

  .branch-news-single__container__article h2 {
    font-size: 18px;
    margin-top: 40px;
    margin-bottom: 15px;
  }

  .branch-news-single__container__article p {
    font-size: 14px;
    line-height: 1.9;
  }

  .branch-news-single__container__article p+p {
    margin-top: 20px;
  }

  .branch-news-single__container__article ul,
  .branch-news-single__container__article ol {
    margin-bottom: 20px;
  }

  .branch-news-single__container__article ul li,
  .branch-news-single__container__article ol li {
    position: relative;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.05em;
    margin-left: 1em;
  }

  .branch-news-single__container__article ul li+li,
  .branch-news-single__container__article ul li+li {
    margin-top: 3px;
  }

  .branch-news-single__container .c-articleShare {
    margin-top: 85px;
  }

  .branch-news-single__container__pagenation {
    margin-top: 30px;
    margin-bottom: 70px;
  }

  .branch-news-single__container__pagenation__list .item {
    font-size: 14px;
  }

  .branch-news-single__container__pagenation__list .item a {
    gap: 5px;
  }

  .branch-news-single__container__pagenation__list .item .icon {
    margin-top: 5px;
  }

  .branch-news-single__container__pagenation__list .item .arrow {
    margin-top: 2px;
  }

  .branch-news-single__container__pagenation__list .item .arrow.-reverse {
    margin-top: 3px;
  }


  /**********************************************************
  店舗 はじめての方へ（sp）
  ***********************************************************/
  .branch-newpatients__firstVisit {
    margin-bottom: 70px;
  }

  /* --- ▼about
  ----------------------------------------------------------- */
  .branch-newpatients__firstVisit__about {
    padding-bottom: 70px;
  }

  .branch-newpatients__firstVisit__about::before {
    height: 398px;
  }

  .branch-newpatients__firstVisit__about .c-branchInfoBox {
    margin-top: 50px;
    margin-bottom: 50px;
  }


  /* --- ▼link
  ----------------------------------------------------------- */
  .branch-newpatients__firstVisit__about__inner .c-branchButtonGroup {
    max-width: none;
    margin: 0;
  }

  /* --- ▼共通 process,bring,payment
  ----------------------------------------------------------- */
  .branch-newpatients__firstVisit__process__inner,
  .branch-newpatients__firstVisit__bring__inner,
  .branch-newpatients__firstVisit__payment__inner {
    max-width: none;
    margin: 0;
  }

  /* --- ▼process
  ----------------------------------------------------------- */
  .branch-newpatients__firstVisit__process__inner {
    margin-top: 40px;
  }

  .branch-newpatients__firstVisit__process--text {
    max-width: none;
    font-size: 14px;
    line-height: 1.9;
    margin-bottom: 40px;
  }

  .branch-newpatients__firstVisit__process__column {
    gap: 5.5%;
  }

  .branch-newpatients__firstVisit__process__column+.branch-newpatients__firstVisit__process__column {
    margin-top: 30px;
  }

  .branch-newpatients__firstVisit__process__column__block.-number .text {
    width: 66px;
    height: 66px;
  }

  .branch-newpatients__firstVisit__process__column__block.-number .text::after {
    height: 230px;
  }

  .branch-newpatients__firstVisit__process__column__block.-number .text .mini {
    font-size: 11px;
  }

  .branch-newpatients__firstVisit__process__column__block.-number .text .big {
    font-size: 30px;
  }

  .branch-newpatients__firstVisit__process__column__block.-text {
    width: calc(100% - 66px);
    padding: 20px;
  }

  .branch-newpatients__firstVisit__process__column__block.-text::before {
    width: 12px;
    height: 12px;
  }

  .branch-newpatients__firstVisit__process__column__block.-text .flex {
    padding-bottom: 21px;
  }

  .branch-newpatients__firstVisit__process__column__block.-text .flex .title {
    font-size: 16px;
  }

  .branch-newpatients__firstVisit__process__column__block.-text .flex .category {
    font-size: 11px;
  }

  .branch-newpatients__firstVisit__process__column__block.-text .text {
    font-size: 14px;
    line-height: 1.9;
    margin-top: 20px;
  }

  /* --- ▼bring
  ----------------------------------------------------------- */
  .branch-newpatients__firstVisit__bring__notes {
    margin-top: 25px;
    margin-left: 50px;
  }

  .branch-newpatients__firstVisit__bring__notes p {
    font-size: 13px;
  }

  .branch-newpatients__firstVisit__bring__list {
    margin-top: 40px;
  }

  .branch-newpatients__firstVisit__bring__list li+li {
    margin-top: 12px;
  }

  .branch-newpatients__firstVisit__bring__list>li:nth-child(3) .flex {
    align-items: flex-start;
  }

  .branch-newpatients__firstVisit__bring__list>li:nth-child(3) .flex .text {
    margin-top: 5px;
  }

  .branch-newpatients__firstVisit__bring__list li .flex {
    gap: 10px;
  }

  .branch-newpatients__firstVisit__bring__list li .flex .number {
    width: 42px;
    height: 33px;
    font-size: 18px;
  }

  .branch-newpatients__firstVisit__bring__list li .flex .text {
    font-size: 16px;
    width: calc(100% - 52px);
    flex-wrap: wrap;
  }

  .branch-newpatients__firstVisit__bring__list li .flex .text .mini {
    font-size: 13px;
  }

  .branch-newpatients__firstVisit__bring__list li:nth-child(-n + 2) .flex .text .mini {
    margin-top: 0;
  }

  .branch-newpatients__firstVisit__bring__list li:nth-child(3) .flex .text .mini {
    margin-top: 11px;
  }

  .branch-newpatients__firstVisit__bring__list li:nth-child(3) .flex .text {
    flex-direction: column;
    align-items: flex-start;
  }

  .branch-newpatients__firstVisit__bring__list li .list {
    max-width: none;
    margin-top: 25px;
  }

  .branch-newpatients__firstVisit__bring__list li .list li {
    font-size: 14px;
    margin-left: 55px;
  }

  .branch-newpatients__firstVisit__bring__list li .list li+li {
    margin-top: 20px;
  }

  .branch-newpatients__firstVisit__bring__list li .list li .text {
    font-size: 14px;
    line-height: 1.9;
    margin-top: 5px;
  }


  /* --- ▼payment
  ----------------------------------------------------------- */
  .branch-newpatients__firstVisit__payment__image {
    margin-top: 42px;
    margin-bottom: 37px;
    gap: 10.5%;
  }

  .branch-newpatients__firstVisit__payment__image .image {
    width: 70px;
  }

  .branch-newpatients__firstVisit__payment__list li {
    padding-left: 18px;
  }

  .branch-newpatients__firstVisit__payment__list li+li {
    margin-top: 12px;
  }

  .branch-newpatients__firstVisit__payment__list li::before {
    width: 9px;
    height: 9px;
  }

  .branch-newpatients__firstVisit__payment__list li .bold,
  .branch-newpatients__firstVisit__payment__list li .text {
    font-size: 14px;
    line-height: 1.9;
  }

  .branch-newpatients__firstVisit__payment__list li .text {
    margin-top: 0;
  }

  .branch-newpatients__firstVisit__payment__notes {
    margin-top: 25px;
  }

  .branch-newpatients__firstVisit__payment__notes p {
    font-size: 13px;
  }

  /**********************************************************
  店舗 ◯◯歳以下の不妊治療（sp）
  ***********************************************************/
  .branch-newpatients__tau {
    margin-bottom: 70px;
  }

  .branch-newpatients__tau__container__inner {
    max-width: none;
    margin: 0;
  }

  .branch-newpatients__tau .c-branchSecTitle04 {
    margin-bottom: 15px;
    margin-top: 0;
  }

  .branch-newpatients__tau__container--text {
    font-size: 16px;
    line-height: 1.9;
    margin-bottom: 40px;
  }

  .branch-newpatients__tau__container__graph {
    margin-bottom: 50px;
  }

  .branch-newpatients__tau__container__graph__images {
    flex-direction: column;
    gap: 12px;
  }

  .branch-newpatients__tau__container__graph--notes {
    font-size: 14px;
    line-height: 1.9;
    margin-top: 15px;
  }

  .branch-newpatients__tau__container__announce {
    border-radius: 5px;
    padding: 30px 15px 15px;
    margin-bottom: 50px;
  }

  .branch-newpatients__tau__container__announce--title {
    font-size: 20px;
  }

  .branch-newpatients__tau__container__announce--text {
    font-size: 14px;
    line-height: 1.9;
    text-align: left;
    padding: 0 9px;
    margin-bottom: 30px;
  }

  .branch-newpatients__tau__container__announce__box {
    padding: 20px 17px;
  }

  .branch-newpatients__tau__container__announce__box__list .item {
    font-size: 14px;
    line-height: 1.9;
  }

  .branch-newpatients__tau__container__announce__box__list .item+.item {
    margin-top: 4px;
  }

  .branch-newpatients__tau__container__sec {
    max-width: none;
    margin: 50px 0;
  }

  .branch-newpatients__tau__container__sec--text {
    font-size: 14px;
    line-height: 1.9;
  }

  .branch-newpatients__tau__container__sec--title {
    font-size: 16px;
  }

  .branch-newpatients__tau__container__sec__box {
    border-radius: 5px;
    padding: 20px 17px;
    margin-top: 10px;
  }

  .branch-newpatients__tau__container__sec__list .item,
  .branch-newpatients__tau__container__sec__box__list .item {
    font-size: 14px;
    line-height: 1.9;
  }

  .branch-newpatients__tau__container__sec__list .item+.item,
  .branch-newpatients__tau__container__sec__box__list .item+.item {
    margin-top: 4px;
  }

  .branch-newpatients__tau__container__sec__list {
    margin-left: 19px;
    margin-top: 10px;
  }

  .branch-newpatients__tau__container__sec__list.-ml0 {
    margin-left: 0;
  }

  .branch-newpatients__tau__container__sec__table {
    margin-top: 30px;
  }

  .branch-newpatients__tau__container__sec__table--text {
    font-size: 14px;
    line-height: 1.9;
  }

  .branch-newpatients__tau__container__sec__table th,
  .branch-newpatients__tau__container__sec__table td {
    font-size: 14px;
    line-height: 1.9;
  }


  /**********************************************************
  店舗 通院中の方へ（sp）
  ***********************************************************/
  .page-template-page-makuhari-currentpatients .c-branchRoundButton {
    margin-right: auto;
  }

  .page-template-page-makuhari-currentpatients .c-branchSecTitle04 {
    margin-bottom: 50px;
  }

  .page-template-page-makuhari-currentpatients .c-branchSecType02 {
    max-width: none;
    margin: 0;
  }

  .page-template-page-makuhari-currentpatients .c-branchSecType02+.c-branchSecType02 {
    margin-top: 50px;
  }

  .branch-currentpatients__about .c-branchButtonGroup {
    max-width: none;
    margin: 50px 0;
  }

  .page-template-page-makuhari-currentpatients__others {
    margin-bottom: 120px;
  }

  /**********************************************************
  店舗 当院について（sp）
  ***********************************************************/
  .branch-about {
    margin-bottom: 70px;
  }

  /* ========================================================
  ▼ message（sp）
  =========================================================== */
  .branch-about__message {
    margin-bottom: 70px;
  }

  .branch-about__message__column {
    margin: 0;
    gap: 0;
  }

  .branch-about__message__column__block.-text {
    width: 100%;
  }

  .branch-about__message__column__block.-text .branch-about__message__column__block--title {
    font-size: 20px;
    line-height: 1.8;
    margin-bottom: 40px;
  }

  .branch-about__message__column__block.-text .branch-about__message__column__block--text {
    font-size: 14px;
    line-height: 1.9;
  }

  .branch-about__message__column__block.-text .branch-about__message__column__block--text+.branch-about__message__column__block--text {
    margin-top: 30px;
  }

  .branch-about__message__column__block.-text .c-branchRoundButton__column {
    margin-top: 40px;
  }

  .branch-about__message__column__block.-image {
    width: 79.66%;
    height: 88.2vw;
    max-width: 420px;
    max-height: 500px;
    margin: 0 auto 40px;
  }

  .branch-about__message__column__block.-image .image {
    width: 100%;
    height: 100%;
  }

  .branch-about__message__column__block.-image .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }


  /* ========================================================
  ▼ facility（sp）
  =========================================================== */
  .branch-about__facility__mainImage {
    margin-bottom: 40px;
  }

  .js-branchAboutSlider .swiper-slide,
  .js-branchAboutSlider .swiper-slide:nth-of-type(2) {
    width: auto;
  }

  .js-branchAboutSlider .swiper-wrapper {
    transition-timing-function: linear;
  }

  .branch-about__facility__about {
    flex-direction: column;
    max-width: none;
    margin: 0;
  }

  .branch-about__facility__about--text {
    font-size: 14px;
    line-height: 1.9;
    margin-bottom: 40px;
  }

  .branch-about__facility__info {
    flex-direction: column;
    width: 87.3%;
    margin: 20px auto 0;
  }

  .branch-about__facility__info__block {
    width: 100%;
    padding: 50px 0;
  }

  .branch-about__facility__info__block+.branch-about__facility__info__block {
    border-left: none;
    border-top: 1px solid #E1E1E1;
  }

  .branch-about__facility__info__block:nth-child(1) {
    padding-left: 0;
  }

  .branch-about__facility__info__block:nth-child(2) {
    padding-right: 0;
    padding-bottom: 0;
  }

  .branch-about__facility__info__block:nth-child(2) .branch-about__facility__info__block__box {
    margin-left: 0;
  }

  .branch-about__facility__info__block__box {
    max-width: none;
    text-align: center;
  }

  .branch-about__facility__info__block--title {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .branch-about__facility__info__block--text {
    font-size: 14px;
    line-height: 1.9;
  }

  .branch-about__facility__info__block:nth-child(1) .branch-about__facility__info__block--text,
  .branch-about__facility__info__block:nth-child(2) .branch-about__facility__info__block--text {
    max-width: none;
  }

  .branch-about__facility__info__block .c-branchRoundButton {
    margin: 30px auto 0;
  }


  /**********************************************************
  店舗 院長挨拶（sp）
  ***********************************************************/

  .branch-about-message__greeting {
    margin-bottom: 70px;
  }

  /* --- ▼about
  ------------------------------------------------------------ */
  .branch-about-message__greeting__about {
    max-width: none;
    margin: 0;
  }

  .branch-about-message__greeting__about__column {
    flex-direction: column-reverse;
    margin-bottom: 30px;
    gap: 50px;
  }

  .branch-about-message__greeting__about .branch-about-message__greeting__about__column__block.-text {
    width: 100%;
  }

  .branch-about-message__greeting__about .branch-about-message__greeting__about__column__block--text,
  .branch-about-message__greeting__about .branch-about-message__greeting__about--text {
    font-size: 14px;
    line-height: 1.9;
  }

  .branch-about-message__greeting__about .branch-about-message__greeting__about__column__block--text+.branch-about-message__greeting__about__column__block--text,
  .branch-about-message__greeting__about .branch-about-message__greeting__about--text+.branch-about-message__greeting__about--text {
    margin-top: 30px;
  }

  .branch-about-message__greeting__about .branch-about-message__greeting__about__column__block.-image {
    width: 79.1%;
    margin: 50px auto 0;
  }

  .branch-about-message__greeting__about .branch-about-message__greeting__about__column__block.-image .post {
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 7px;
  }

  .branch-about-message__greeting__about .branch-about-message__greeting__about__column__block.-image .name {
    font-size: 18px;
  }

  /* --- ▼image
  ------------------------------------------------------------ */
  .branch-about-message__greeting__image {
    flex-direction: column;
    margin-top: 50px;
    gap: 6px;
  }

  /* --- ▼info
  ------------------------------------------------------------ */
  .branch-about-message__greeting__info {
    max-width: none;
    margin: 70px 0 0;
  }

  .branch-about-message__greeting__info .c-branchSecTitle05 {
    margin-bottom: 20px;
  }

  .branch-about-message__greeting__info__sec+.branch-about-message__greeting__info__sec {
    margin-top: 50px;
  }

  .branch-about-message__greeting__info__sec--text {
    font-size: 14px;
    line-height: 1.9;
  }

  /**********************************************************
  店舗 医師・スタッフ紹介（sp）
  ***********************************************************/

  .branch-about-staff__team__container {
    max-width: none;
    margin: 0 0 80px;
  }

  .branch-about-staff__team__group+.branch-about-staff__team__group {
    margin-top: 70px;
  }

  .branch-about-staff__team .c-branchSecAbout {
    margin-bottom: 70px;
  }

  .branch-about-staff__team__group .c-branchSecTitle04 {
    margin-bottom: 40px;
  }

  .branch-about-staff__team__column {
    gap: 20px 8px;
  }

  .branch-about-staff__team__column__block {
    width: calc(100% / 2 - 4px);
  }

  .branch-about-staff__team__column__block .onText {
    flex-direction: column;
    text-align: center;
    width: calc(100% - 12px);
    bottom: 6px;
    left: 6px;
    padding: 6px;
  }

  .branch-about-staff__team__column__block .onText .post {
    font-size: 12px;
    margin-bottom: 5px;
  }

  .branch-about-staff__team__column__block .onText .name .ja {
    font-size: 15px;
    margin-bottom: 2px;
  }

  .branch-about-staff__team__column__block .onText .name .en {
    font-size: 9px;
    text-align: center;
  }

  /* --- モーダル
  ----------------------------------------------------------- */
  .branch-about-staff__team__column__modal__wrap {
    border-radius: 5px;
    width: 90vw;
    height: 85dvh;
    max-width: none;
  }

  .branch-about-staff__team__column__modal__container {
    padding: 50px 23px 50px 6%;
  }

  .branch-about-staff__team__column__modal__inner {
    padding-right: 9%;
  }

  /* ×ボタン */
  .branch-about-staff__team__column__modal__wrap .js-modalClose {
    width: 28px;
    height: 25px;
    top: 13px;
    right: 11px;
  }

  /* プロフィール */
  .branch-about-staff__team__column__modal__profile {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 50px;
  }

  .branch-about-staff__team__column__modal__profile .image,
  .branch-about-staff__team__column__modal__profile .info {
    width: 100%;
  }

  .branch-about-staff__team__column__modal__profile .info .post {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .branch-about-staff__team__column__modal__profile .info .name.-ja {
    font-size: 28px;
    margin-bottom: -1px;
  }

  .branch-about-staff__team__column__modal__profile .info .name.-en {
    font-size: 14px;
    padding-bottom: 12px;
  }

  .branch-about-staff__team__column__modal__profile .info .member {
    font-size: 14px;
    margin-top: 10px;
  }

  /* 経歴・資格・所属学会 */
  .branch-about-staff__team__column__modal__sec+.branch-about-staff__team__column__modal__sec {
    margin-top: 50px;
  }

  .branch-about-staff__team__column__modal__sec .c-branchSecTitle05 {
    margin-bottom: 20px;
  }

  .branch-about-staff__team__column__modal__sec .text {
    font-size: 14px;
    line-height: 1.9;
  }

  /**********************************************************
  店舗 担当医とスケジュール（sp）
  ***********************************************************/
  .branch-about-schedule__physicians {
    margin-bottom: 70px;
  }

  .branch-about-schedule__physicians__sec .c-branchSecTitle04,
  .branch-about-schedule__hours__sec .c-branchSecTitle04 {
    margin-bottom: 50px;
  }

  .branch-about-schedule__physicians__sec__container,
  .branch-about-schedule__hours__sec__container {
    max-width: none;
    margin: 0;
  }

  .branch-about-schedule__physicians__sec__container__box {
    padding: 30px 20px;
    margin-top: 70px;
  }

  .branch-about-schedule__physicians__sec__container__box .flex {
    flex-direction: column;
    gap: 10px;
  }

  .branch-about-schedule__physicians__sec__container__box .flex+.flex {
    margin-top: 30px;
  }

  .branch-about-schedule__physicians__sec__container__box .flex .category {
    width: 120px;
  }

  .branch-about-schedule__physicians__sec__container__box .flex .text {
    font-size: 13px;
  }

  .branch-about-schedule__physicians__sec .c-branchRoundButton {
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
  }


  /* --- table01
  ----------------------------------------------------------- */
  .branch-about-schedule__physicians__sec__container__table {
    overflow: scroll;
    padding-bottom: 15px;
  }

  .branch-about-schedule__physicians__sec__container__table+.branch-about-schedule__physicians__sec__container__table {
    margin-top: 40px;
  }

  .branch-about-schedule__physicians__sec__container__table table {
    width: 735px;
    min-height: 390px;
  }

  /* 左上角丸 */
  .branch-about-schedule__physicians__sec__container__table tr:nth-child(1) th:nth-child(1) {
    border-radius: 5px 0 0 0;
  }

  /* 右上角丸 */
  .branch-about-schedule__physicians__sec__container__table tr:nth-child(1) th:last-child {
    border-radius: 0 5px 0 0;
  }

  /* 右下角丸 */
  .branch-about-schedule__physicians__sec__container__table tr:last-child td:last-child {
    border-radius: 0 0 5px 0;
  }

  /* 左下角丸 */
  .branch-about-schedule__physicians__sec__container__table tr:nth-child(4) th:nth-child(1) {
    border-radius: 0 0 0 5px;
  }

  /* 午前・午後の列幅 */
  .branch-about-schedule__physicians__sec__container__table tr:nth-child(2) th:nth-child(1),
  .branch-about-schedule__physicians__sec__container__table tr:nth-child(4) th:nth-child(1) {
    width: 50px;
  }

  /* 外来・特殊外来の列幅 */
  .branch-about-schedule__physicians__sec__container__table tr:nth-child(2) th:nth-child(2),
  .branch-about-schedule__physicians__sec__container__table tr:nth-child(3) th:nth-child(1) {
    width: 70px;
  }

  /* nameGroupの列幅（残りを6等分）*/
  .branch-about-schedule__physicians__sec__container__table th:nth-child(n+3),
  .branch-about-schedule__physicians__sec__container__table td:nth-child(n+3) {
    width: calc((100% - 120px) / 6);
  }

  .branch-about-schedule__physicians__sec__container__table td.nameGroup {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .branch-about-schedule__physicians__sec__container__table td .-gender {
    max-width: 82px;
  }

  .branch-about-schedule__physicians__sec__container__table th,
  .branch-about-schedule__physicians__sec__container__table td {
    padding: 10px;
  }


  /**********************************************************
  店舗 アクセス（sp）
  ***********************************************************/
  .branch-about-access__hours {
    margin-bottom: 70px;
  }

  .branch-about-access__hours .c-branchButtonGroup {
    margin-top: 50px;
  }

  .branch-about-access__hours .c-branchSecTitle04 {
    margin-bottom: 50px;
  }

  .branch-about-access__hours__sec__inner,
  .branch-about-access__hours__sec__location,
  .branch-about-access__hours__sec__access,
  .branch-about-access__hours__sec__guidemap {
    max-width: none;
    margin: 0;
  }


  /* --- ▼診察時間
  ----------------------------------------------------------- */

  .branch-about-access__hours__sec.-officeHours .c-branchSecTitle04 {
    margin-top: 70px;
  }

  .branch-about-access__hours__sec--text {
    font-size: 14px;
    line-height: 1.9;
  }

  .branch-about-access__hours__sec--notes {
    font-size: 12px;
    line-height: 1.9;
  }

  .branch-about-access__hours .c-branchHoursSchedule {
    margin-top: 40px;
  }

  .branch-about-access__hours .c-branchInfoBox {
    margin-top: 40px;
  }

  .branch-about-access__hours .c-branchInfoBox--title {
    font-size: 18px;
    padding: 12px 0 15px;
  }

  .branch-about-access__hours .c-branchRoundButton__column {
    margin-top: 35px;
  }


  /* --- 所在地 --- */
  .branch-about-access__hours__sec__location .c-branchSecTitle05 {
    margin-bottom: 20px;
  }

  .branch-about-access__hours__sec__location--text {
    font-size: 14px;
    line-height: 1.9;
  }

  .branch-about-access__hours__sec__location__map iframe {
    height: 450px;
  }


  /* --- アクセス --- */
  .branch-about-access__hours__sec__access {
    margin-top: 45px;
  }

  .branch-about-access__hours__sec__access__inner {
    max-width: none;
    margin: 0;
  }

  .branch-about-access__hours__sec__access .c-branchSecTitle05 {
    margin-bottom: 40px;
  }

  .branch-about-access__hours__sec__access .image {
    width: 100%;
  }

  .branch-about-access__hours__sec__access .inner {
    width: 920px;
    overflow-x: scroll;
    padding-bottom: 15px;
  }

  .branch-about-access__hours__sec__access--text {
    line-height: 1.9;
    flex-direction: column;
    align-items: flex-start;
  }

  .branch-about-access__hours__sec__access--text+.branch-about-access__hours__sec__access--text {
    margin-top: 20px;
  }

  .branch-about-access__hours__sec__access--text .title {
    width: auto;
    margin-right: 0;
    margin-bottom: 5px;
  }

  .branch-about-access__hours__sec__access--text .text {
    margin-left: 1em;
  }

  .branch-about-access__hours__sec__access--text .notes {
    font-size: 13px;
    margin-left: 0;
    display: block;
    margin-top: 5px;
  }

  .branch-about-access__hours__sec__access__box {
    border-radius: 5px;
    padding: 20px;
    margin-top: 30px;
  }

  .branch-about-access__hours__sec__access__box .title {
    line-height: 1.8;
    margin-bottom: 13px;
  }

  .branch-about-access__hours__sec__access__box .text {
    font-size: 13px;
    line-height: 1.8;
  }


  /* --- 案内図 --- */
  .branch-about-access__hours__sec__guidemap {
    margin-top: 50px;
  }

  .branch-about-access__hours__sec__guidemap__inner {
    max-width: none;
    margin: 0;
  }

  .branch-about-access__hours__sec__guidemap .c-branchSecTitle05 {
    margin-bottom: 50px;
  }

  .branch-about-access__hours__sec__guidemap__images {
    flex-direction: column;
    gap: 40px 0;
  }

  .branch-about-access__hours__sec__guidemap__images .image {
    width: 85%;
    margin: 0 auto;
    max-width: 400px;
  }


  /**********************************************************
  店舗 診療内容（sp）
  ***********************************************************/
  .branch-treatments__options {
    margin-bottom: 70px;
  }

  .branch-treatments__options__inner {
    max-width: none;
    margin: 0 0 70px;
  }

  .branch-treatments__options__inner .c-branchSecAbout {
    margin-bottom: 50px;
  }

  .branch-treatments__options .c-branchButtonGroup .c-branchButtonGroup--button .text.-sp-fs12 {
    font-size: 12px;
  }

  .branch-treatments__options .c-branchButtonGroup .c-branchButtonGroup--button .text.-sp-ls-5 {
    letter-spacing: -0.05em;
  }

  .branch-treatments__options .c-branchButtonGroup .c-branchButtonGroup--button .text.-sp-nonKerning {
    letter-spacing: 0.05em;
  }

  .branch-treatments__options__sec {
    max-width: none;
    margin: 0;
  }

  .branch-treatments__options__sec .subTitle {
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 10px;
  }

  .branch-treatments__options__sec+.branch-treatments__options__sec {
    margin-top: 50px;
  }

  .branch-treatments__options__sec .c-branchSecTitle05 {
    margin-bottom: 20px;
  }

  /**********************************************************
  店舗 診療内容 詳細ページ（sp）
  ***********************************************************/
  .branch-treatments__type {
    margin-top: 50px;
    margin-bottom: 70px;
  }

  .branch-treatments__type__column {
    display: block;
    gap: 0;
    margin-top: 50px;
  }


  /* --- ▼ヘディング
  ----------------------------------------------------------- */
  .branch-treatments__type__heading .c-branchSecTitle04 {
    margin-top: 0;
    margin-bottom: 15px;
  }

  .branch-treatments__type__heading .c-branchSecTitle04 .ja {
    font-size: 20px;
    line-height: 1.6;
  }

  .branch-treatments__type__heading--text {
    font-size: 16px;
    line-height: 1.9;
    max-width: none;
    margin: 0;
  }


  /* --- ▼メニュー
  ----------------------------------------------------------- */
  .branch-treatments__type__menu {
    display: none;
  }


  /* --- ▼内容
  ----------------------------------------------------------- */
  .branch-treatments__type__container {
    width: 100%;
  }

  .branch-treatments__type__container .c-branchSecTitle05 {
    margin-bottom: 20px;
  }

  .branch-treatments__type__container__sec+.branch-treatments__type__container__sec {
    margin-top: 50px;
  }

  .branch-treatments__type__container__sec--text {
    font-size: 14px;
    line-height: 1.9;
    letter-spacing: 0.05em;
  }

  .branch-treatments__type__container__sec--text .bold {
    font-weight: 500;
  }

  .branch-treatments__type__container__sec--text.-sp-mt50 {
    margin-top: 50px;
  }

  .branch-treatments__type__container__sec--text+.branch-treatments__type__container__sec--text {
    margin-top: 25px;
  }

  .branch-treatments__type__container__sec--subTitle {
    font-size: 16px;
    margin-top: 30px;
  }

  .branch-treatments__type__container__sec__imageColumn {
    margin-top: 20px;
  }

  .branch-treatments__type__container__sec__imageColumn.-w693.-twoColumn {
    gap: 3%;
  }

  .branch-treatments__type__container__sec__imageColumn.-w600.-sp-twoColumn {
    gap: 30px 3%;
  }

  .branch-treatments__type__container__sec__imageColumn.-w600.-sp-twoColumn .image {
    width: 48.5%;
  }

  .branch-treatments__type__container__sec--image {
    width: 100%;
    height: 100%;
    margin: 20px 0;
  }

  .branch-treatments__type__container__sec--image .text {
    font-size: 12px;
    line-height: 1.9;
  }

  .branch-treatments__type__container__sec--image .scroll {
    width: 100%;
    height: 100%;
    overflow-x: scroll;
    margin-bottom: 10px;
  }

  .branch-treatments__type__container__sec--image .scroll .image {
    margin-bottom: 15px;
  }

  .branch-treatments__type__container__sec--image .scroll .image.-w570 {
    width: 570px;
  }

  .branch-treatments__type__container__sec--image .scroll .image.-w610 {
    width: 610px;
  }

  .branch-treatments__type__container__sec--image .scroll .image.-w640 {
    width: 640px;
  }

  .branch-treatments__type__container__sec__list {
    margin-left: 2px;
  }

  .branch-treatments__type__container__sec__list.-sp-mt20 {
    margin-top: 20px;
  }

  .branch-treatments__type__container__sec__list li {
    font-size: 14px;
    line-height: 1.8;
  }

  .branch-treatments__type__container__sec__box {
    border-radius: 5px;
    padding: 20px 18px 22px;
    margin-top: 10px;
  }

  .branch-treatments__type__container__sec__box .title {
    font-size: 14px;
    line-height: 1.9;
    margin-bottom: 3px;
  }

  .branch-treatments__type__container__sec__box {
    font-size: 14px;
    line-height: 1.9;
  }

  .branch-treatments__type__container__sec__box .list {
    margin-top: 4px;
  }

  .branch-treatments__type__container__sec__box .list li {
    font-size: 14px;
    line-height: 1.9;
    gap: 3px;
  }

  .branch-treatments__type__container__sec__box .list li+li {
    margin-top: 3px;
  }


  .branch-treatments__type__container__sec__box .list .childList {
    margin-top: 1px;
    margin-left: 18px;
  }

  .branch-treatments__type__container__sec__box .list .childList li {
    gap: 14px;
    font-size: 14px;
    line-height: 1.9;
  }

  .branch-treatments__type__container__sec__box .list .childList li+li {
    margin-top: 3px;
  }

  /* 個別のmargin */
  .branch-treatments__type__container__sec--subTitle+.branch-treatments__type__container__sec__list.-box {
    margin-top: 20px;
  }

  .branch-treatments__type__container__sec__list.-box+.branch-treatments__type__container__sec--text {
    margin-top: 30px;
  }

  ol.branch-treatments__type__container__sec__list+.branch-treatments__type__container__sec--text {
    margin-top: 30px;
  }

  .branch-treatments__type__container__sec__list+.branch-treatments__type__container__sec--text {
    margin-top: 30px;
  }


  /**********************************************************
  店舗 ご予約（sp）
  ***********************************************************/
  .branch-appointment__info {
    margin-bottom: 70px;
  }

  .branch-appointment__info__container {
    max-width: none;
    margin: 0;
  }

  .branch-appointment__info .c-branchSecTitle04 {
    margin-top: 0;
    margin-bottom: 50px;
  }

  .branch-appointment__info .c-branchSecTitle05 {
    margin-bottom: 20px;
  }

  .branch-appointment__info .c-branchSecAbout {
    margin-bottom: 50px;
  }

  .branch-appointment__info .c-branchRoundButton__column {
    margin-top: 35px;
  }

  .branch-appointment__info__sec+.branch-appointment__info__sec {
    margin-top: 50px;
  }

  .branch-appointment__info__sec__box {
    flex-direction: column;
    gap: 35px;
    padding: 20px 20px 35px;
  }

  .branch-appointment__info__sec__box--text {
    max-width: none;
    font-size: 13px;
  }

  /**********************************************************
  店舗 お問いあわせ（sp）
  ***********************************************************/
  .branch-contact {
    margin-bottom: 40px;
  }

  .branch-contact__container {
    max-width: none;
    margin: 0;
  }

  .branch-contact .c-branchSecTitle04 {
    margin-top: 0;
    margin-bottom: 50px;
  }

  .branch-contact__form {
    max-width: none;
  }

  .branch-contact__container .c-branchSecAbout {
    margin-bottom: 40px;
  }

  .branch-contact__form--notes {
    font-size: 13px;
    margin-bottom: -18px;
  }


  /* --- ▼フォームの設定
  ----------------------------------------------------------- */
  .branch-contact__form__container .block,
  .branch-contact__form__container .notes,
  .branch-contact__form__container .submitButton {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .branch-contact__form__container .block+.block {
    margin-top: 20px;
  }

  .branch-contact__form__container .block .text,
  .branch-contact__form__container .notes .text,
  .branch-contact__form__container .submitButton .text {
    width: auto;
    font-size: 14px;
  }

  .branch-contact__form__container .block .box,
  .branch-contact__form__container .notes .box,
  .branch-contact__form__container .submitButton .button {
    max-width: none;
    width: 100%;
  }

  /*送信ボタン*/
  .branch-contact__form__container .submitButton {
    margin-top: 27px;
  }

  .branch-contact__form__container .submitButton input {
    width: 270px;
    height: 50px;
    font-size: 14px;
  }

  /*ラジオボタン以外のinputとテキストエリア*/
  .branch-contact__form__container .block input:not([type="radio"]),
  .branch-contact__form__container .block textarea {
    font-size: 14px;
    padding: 12px 12px 14px;
  }

  /*テキストエリア*/
  .branch-contact__form__container .block.-textarea {
    margin-top: 8px !important;
  }

  .branch-contact__form__container .block textarea {
    height: 300px;
  }

  .branch-contact__form__container .block.-radio {
    gap: 8px;
  }

  .branch-contact__form__container .block.-radio .box .wpcf7-list-item+.wpcf7-list-item {
    margin-left: 25px;
  }

  .branch-contact__form__container .block.-radio .box .wpcf7-list-item-label {
    font-size: 13px;
  }


  /*承認*/
  .branch-contact__form__container .notes {
    margin-top: -2px;
  }

  .branch-contact__form__container .notes .checkText {
    font-size: 13px;
    margin-bottom: 10px;
  }

  .branch-contact__form__container .notes .checkText a::before {
    bottom: 4px;
  }

  .branch-contact__form__container .notes .consent {
    font-size: 13px;
    text-align: center;
  }


  /**********************************************************
  店舗 個人情報保護方針（sp）
  ***********************************************************/
  .branch-praivacy {
    max-width: none;
    margin: 72px 0 70px;
    font-size: 14px;
    line-height: 1.9;
  }

  .branch-praivacy__group--title {
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 0.1em;
    padding-bottom: 20px;
    margin-bottom: 15px;
  }

  .branch-praivacy__group--text {
    margin-bottom: 40px;
  }

  .branch-praivacy__sec+.branch-praivacy__sec {
    margin-top: 40px;
  }

  .branch-praivacy__sec--title {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .branch-praivacy__sec--text {
    margin-bottom: 17px;
  }

  .branch-praivacy__signature {
    margin-top: 40px;
  }

  .branch-praivacy__signature p {
    font-size: 13px;
  }

  /**********************************************************
  共通クラス（sp）
  ***********************************************************/
  .is-pc {
    display: none !important;
  }

  .is-sp {
    display: block !important;
  }

}

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