
@charset "UTF-8";
/*
 * Sass    : Dart sass
 * 命名規則 : RSCSSベース
 *   [接頭辞]
 *   .-****  : Variant
 *   ._****  : Helpers
 *   .c-**** : 汎用コンポーネント
 *   .l-**** : レイアウト
 *   .f-**** : フォーム系コンポーネント
 */
@import url("https://use.fontawesome.com/releases/v5.15.1/css/all.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;0,900;1,400;1,500;1,700;1,900&family=Zen+Maru+Gothic:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;700&display=swap");
/**************************************************/
/* helpers */
/**************************************************/
._disp-ib {
  display: inline-block !important;
}

@media (max-width: 1071px) {
  ._view-cw-high {
    display: none !important;
  }
}
@media (min-width: 1072px) {
  ._view-cw-low {
    display: none !important;
  }
}
@media (max-width: 1279px) {
  ._view-xl-high {
    display: none !important;
  }
}
@media (min-width: 1280px) {
  ._view-xl-low {
    display: none !important;
  }
}
@media (max-width: 1071px) {
  ._view-lg-high {
    display: none !important;
  }
}
@media (min-width: 1072px) {
  ._view-lg-low {
    display: none !important;
  }
}
@media (max-width: 767px) {
  ._view-md-high {
    display: none !important;
  }
}
@media (min-width: 768px) {
  ._view-md-low {
    display: none !important;
  }
}
@media (max-width: 479px) {
  ._view-sm-high {
    display: none !important;
  }
}
@media (min-width: 480px) {
  ._view-sm-low {
    display: none !important;
  }
}
._clearfix {
  zoom: 1;
}
._clearfix:after {
  content: "";
  display: block;
  clear: both;
  overflow: auto;
}

._center {
  text-align: center !important;
}

._left {
  text-align: left !important;
}

._right {
  text-align: right !important;
}

._float-l {
  float: left !important;
}

._float-r {
  float: right !important;
}

._clear {
  clear: both !important;
}

._hidden {
  display: none !important;
}

._disp-ib {
  display: inline-block !important;
}

._margin0 {
  margin: 0 !important;
}

._padding0 {
  padding: 0 !important;
}

._border0 {
  border: none !important;
}

._fixed {
  position: fixed !important;
}

._absolute {
  position: absolute !important;
}

._static {
  position: static !important;
}

._xsmall {
  font-size: 75% !important;
}

._small {
  font-size: 88% !important;
}

._large {
  font-size: 113% !important;
}

._xlarge {
  font-size: 133% !important;
}

._nowrap {
  white-space: nowrap !important;
}

._nobg {
  background: none !important;
}

._full {
  width: 100% !important;
}

/**************************************************/
/* base */
/**************************************************/
:root {
  --header-height: 0;
}

:root {
  font-size: min(16px, 1.5625vw);
}
@media (max-width: 1071px) {
  :root {
    font-size: 2.0833333333vw;
  }
}
@media (max-width: 767px) {
  :root {
    font-size: 4.2666666667vw;
  }
}

html {
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: "Noto Sans JP", "Noto Sans CJK JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "Hiragino Sans", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  min-width: 320px;
  padding: 0;
  font-size: 1rem;
  line-height: 1.5;
}
body.-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

input,
textarea {
  font-size: 16px;
}

input,
textarea,
select,
button {
  font-family: "Noto Sans JP", "Noto Sans CJK JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "Hiragino Sans", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
}

button,
input[type=button],
input[type=submit] {
  transition: opacity 0.15s ease;
}
button:hover,
input[type=button]:hover,
input[type=submit]:hover {
  opacity: 0.7;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  color: #FC6202;
  text-decoration: underline;
  transition: color 0.15s ease;
}
a:hover {
  color: #B74701;
}
a:hover {
  text-decoration: none;
}

em {
  font-style: normal;
}

a.-telink,
a.js-telink {
  cursor: default;
  opacity: 1 !important;
}

body._ios a:hover {
  opacity: 1;
}

/**************************************************/
/* pages */
/**************************************************/
/**************************************************/
/* Header */
/**************************************************/
.l-header {
  box-sizing: border-box;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 101;
}
.l-header > .inner {
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
  padding: 1.5rem 2rem;
}
.l-header > .inner > .logoarea {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  align-items: flex-end;
  margin: 0;
}
.l-header > .inner > .logoarea .logo {
  width: 20.5rem;
  margin: 0 1.25rem 0 0;
  color: #000;
  line-height: 0;
}
.l-header > .inner > .logoarea .logo a {
  color: inherit;
  text-decoration: none;
}
.l-header > .inner > .logoarea .logo img {
  display: block;
}
.l-header > .inner > .logoarea .copy {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
}
.l-header > .inner > .navigation {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  align-items: center;
  position: absolute;
  top: 2rem;
  right: 2rem;
  z-index: 1;
}
.l-header > .inner > .navigation .sns {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.l-header > .inner > .navigation .sns > li {
  display: block;
  margin-left: 1rem;
}
.l-header > .inner > .navigation .sns .link {
  display: block;
  text-align: center;
}
.l-header > .inner > .navigation .sns img {
  display: block;
  margin: 0 auto;
}
.l-header > .inner > .navigation .utility {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  margin: 0 0 0 2.5rem;
}
.l-header > .inner > .navigation .utility > li {
  display: block;
  font-size: 0.9375rem;
}
.l-header > .inner > .navigation .utility > li + li {
  margin-left: 1rem;
}
.l-header > .inner > .navigation .utility .link {
  transition: color 0.15s ease;
  display: inline-block;
  position: relative;
  padding-left: 1.625rem;
  color: inherit;
  text-decoration: none;
}
.l-header > .inner > .navigation .utility .link:hover {
  color: #FC6202;
}
.l-header > .inner > .navigation .utility .link::before {
  display: block;
  position: absolute;
  top: calc(50% - 0.6875rem);
  left: 0;
  width: 1.375rem;
  height: 1.375rem;
  background: no-repeat center/contain;
  content: "";
}
.l-header > .inner > .navigation .utility > li.blog .link::before {
  background-image: url(../img/icon-blog.svg);
}
.l-header > .inner > .navigation .utility > li.news .link::before {
  background-image: url(../img/icon-news.svg);
}
.l-header > .inner > .navigation .utility > li.contact .link::before {
  background-image: url(../img/icon-contact.svg);
}
.l-header > .inner > .navigation .utility > li.recruit .link {
  padding-left: 2rem;
}
.l-header > .inner > .navigation .utility > li.recruit .link::before {
  width: 1.75rem;
  background-image: url(../img/icon-recruit.svg);
}
@media (max-width: 1071px) {
  .l-header {
    position: fixed;
    top: 0;
    left: 0;
  }
  .l-header > .inner {
    padding: 1.5rem 1.5rem;
  }
  .l-header > .inner > .logoarea {
    display: block;
  }
  .l-header > .inner > .logoarea .logo {
    margin-right: 0;
  }
  .l-header > .inner > .logoarea .logo img {
    width: 100%;
  }
  .l-header > .inner > .logoarea .copy {
    margin: 0.5rem 0 0;
  }
  .l-header > .inner > .navigation {
    display: none;
  }
}
@media (max-width: 767px) {
  .l-header > .inner {
    padding: 1rem 1rem;
  }
  .l-header > .inner > .logoarea .logo {
    width: 14.0625rem;
  }
  .l-header > .inner > .logoarea .copy {
    margin-top: 0.25rem;
    font-size: 0.6875rem;
  }
}

.l-header-hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.5rem;
  width: 4.5rem;
  height: 4.5rem;
  margin: auto 0;
  border-radius: 0.25rem;
  background: #FCD947;
  cursor: pointer;
}
.l-header-hamburger > .txt {
  display: block;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.l-header-hamburger > .bar {
  display: block;
  position: relative;
  width: 2.25rem;
  height: 0.625rem;
  margin: 0.5rem auto 0.25rem;
}
.l-header-hamburger > .bar::before, .l-header-hamburger > .bar::after {
  display: block;
  position: absolute;
  left: 0;
  width: 2.25rem;
  height: 1px;
  border-radius: 0.125rem;
  background: #000;
  content: "";
  transition: all 0.2s ease-out;
}
.l-header-hamburger > .bar::before {
  top: 0;
}
.l-header-hamburger > .bar::after {
  top: calc(100% - 0.0625rem);
}
.l-header-hamburger.-open > .bar::before {
  top: 50%;
  transform: rotate(135deg) scale(0.75);
}
.l-header-hamburger.-open > .bar::after {
  top: 50%;
  transform: rotate(-135deg) scale(0.75);
}
@media (max-width: 1071px) {
  .l-header-hamburger {
    display: flex;
  }
}
@media (max-width: 767px) {
  .l-header-hamburger {
    right: 1rem;
    width: 3rem;
    height: 3rem;
  }
  .l-header-hamburger > .txt {
    font-size: 0.75rem;
  }
  .l-header-hamburger > .bar {
    width: 1.5rem;
    height: 0.5rem;
    margin: 0.25rem auto;
  }
  .l-header-hamburger > .bar::before, .l-header-hamburger > .bar::after {
    width: 1.5rem;
  }
}

.l-globalnav {
  position: relative;
  padding-top: 1rem;
  z-index: 200;
  width: 100%;
  background-color: #fff;
}
@media (max-width: 1071px) {
  .l-globalnav {
    display: none;
  }
}

.l-globalnav-list {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin: 0 auto;
}
.l-globalnav-list::before {
  display: block;
  position: absolute;
  top: 0.5rem;
  left: 0;
  height: 1.5rem;
  border-left: 1px dashed #000;
  content: "";
}
.l-globalnav-list > li {
  flex: 1 1 auto;
  display: block;
  position: relative;
  width: 16.6666666667%;
  line-height: 1.5;
  text-align: center;
}
.l-globalnav-list > li::before {
  display: block;
  position: absolute;
  top: 0.5rem;
  right: 0;
  height: 1.5rem;
  border-left: 1px dashed #000;
  content: "";
}
.l-globalnav-list > li::after {
  display: none;
  position: absolute;
  bottom: 0;
  left: calc(50% - 0.75rem);
  border: solid transparent;
  border-width: 0 0.75rem 1rem;
  border-bottom-color: #EFECE7;
  content: "";
}
.l-globalnav-list > li.-open::after {
  display: block;
}
.l-globalnav-list > li > .btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  height: 100%;
  padding: 0 0.25rem 1.5rem;
  font-size: 0.9375rem;
  color: inherit;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.15s ease;
}
.l-globalnav-list > li > .btn:hover {
  color: #FC6202;
}
.l-globalnav-list > li > .btn::before {
  display: block;
  width: 3.125rem;
  height: 2.5rem;
  margin: 0 auto 0.5rem;
  background: no-repeat center/contain;
  content: "";
}
.l-globalnav-list > li.beginners > .btn::before {
  background-image: url(../img/icon-beginners.svg);
}
.l-globalnav-list > li.clinic > .btn::before {
  background-image: url(../img/icon-clinic.svg);
}
.l-globalnav-list > li.inguinalhernia > .btn::before {
  background-image: url(../img/icon-inguinalhernia.svg);
}
.l-globalnav-list > li.daysurgery > .btn::before {
  background-image: url(../img/icon-daysurgery.svg);
}
.l-globalnav-list > li.faq > .btn::before {
  background-image: url(../img/icon-faq.svg);
}
.l-globalnav-list > li.alignment > .btn::before {
  background-image: url(../img/icon-alignment.svg);
}

.l-megamenu {
  display: none;
  box-sizing: border-box;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #EFECE7;
}
.l-megamenu > .inner {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding: 4rem 1.5rem;
}
@media (max-width: 1071px) {
  .l-megamenu {
    display: none !important;
  }
}

.l-spnav {
  display: none;
  position: fixed;
  top: var(--header-height, 3.5rem);
  right: 0;
  width: 100%;
  height: calc(var(--vh, 100dvh) - var(--header-height, 3.5rem));
  background: #EFECE7;
  z-index: 102;
}
.l-spnav > .container {
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
  max-height: 100%;
  overflow-y: auto;
}
.l-spnav > .container::-webkit-scrollbar {
  display: none;
}
@media (min-width: 1072px) {
  .l-spnav {
    display: none !important;
  }
}

.l-spnav-list {
  margin: 0 auto;
  padding: 1.5rem 1.5rem 2.5rem;
}
.l-spnav-list > *:first-child {
  margin-top: 0 !important;
}
.l-spnav-list .primary {
  margin: 1.5rem 0 0;
  border-bottom: 1px solid #707070;
  font-size: 0.9375rem;
  font-weight: 700;
  position: relative;
}
.l-spnav-list .primary.beginners .btn::before {
  background-image: url(../img/icon-beginners.svg);
}
.l-spnav-list .primary.clinic .btn::before {
  background-image: url(../img/icon-clinic.svg);
}
.l-spnav-list .primary.inguinalhernia .btn::before {
  background-image: url(../img/icon-inguinalhernia.svg);
}
.l-spnav-list .primary.daysurgery .btn::before {
  background-image: url(../img/icon-daysurgery.svg);
}
.l-spnav-list .primary.faq .btn::before {
  background-image: url(../img/icon-faq.svg);
}
.l-spnav-list .primary.alignment .btn::before {
  background-image: url(../img/icon-alignment.svg);
}
.l-spnav-list .primary.blog .btn::before {
  background-image: url(../img/icon-blog.svg);
  width: 1.375rem !important;
  height: 1.375rem !important;
  left: 0.5rem !important;
}
.l-spnav-list .primary.news .btn::before {
  background-image: url(../img/icon-news.svg);
  width: 1.25rem !important;
  height: 1.25rem !important;
  left: 0.5rem !important;
}
.l-spnav-list .primary .btn {
  display: inline-block;
  position: relative;
  padding: 1rem 2.625rem 1rem 2.5rem;
  color: inherit;
  text-decoration: none;
}
.l-spnav-list .primary .btn.-top {
  padding-left: 0;
}
.l-spnav-list .primary .btn::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 1.65625rem;
  background-size: contain;
  background-repeat: no-repeat;
}
.l-spnav-list .primary .btn::after {
  display: block;
  position: absolute;
  top: calc(50% - 0.75rem);
  right: 0;
  width: 1.5rem;
  height: 1.5rem;
  background: #F8B300;
  content: "";
  mask: url(../img/icon-arrow-circle-left.svg) center;
  mask-repeat: no-repeat;
  mask-size: contain;
}
.l-spnav-list .primary .bar {
  position: absolute;
  top: calc(50% - 0.8125rem);
  right: 0;
  width: 1.625rem;
  height: 1.625rem;
  cursor: pointer;
  border-radius: 0.125rem;
  content: "";
  background-color: #fff;
}
.l-spnav-list .primary .bar::before, .l-spnav-list .primary .bar::after {
  position: absolute;
  content: "";
  background-color: #FC6202;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 6.25rem;
}
.l-spnav-list .primary .bar::before {
  width: 1rem;
  height: 0.125rem;
}
.l-spnav-list .primary .bar::after {
  width: 0.125rem;
  height: 1rem;
  transition: 0.3s;
}
.l-spnav-list .primary .bar.js-active::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.l-spnav-list .list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  margin: 0.75rem 0 0;
}
.l-spnav-list .list > li {
  display: block;
  width: 100%;
  margin: 0;
  border-bottom: 1px solid #CCC;
  font-size: 0.875rem;
}
.l-spnav-list .list .btn {
  display: block;
  position: relative;
  padding: 1rem 0;
  color: inherit;
  text-decoration: none;
}
.l-spnav-list .list .btn::after {
  display: block;
  position: absolute;
  top: calc(50% - 0.3125rem);
  right: 0;
  width: 0.625rem;
  height: 0.625rem;
  background: #FC6202;
  content: "";
  mask: url(../img/icon-arrow-left.svg) center;
  mask-repeat: no-repeat;
  mask-size: contain;
}
.l-spnav-list .list.-big .btn {
  padding-top: 2rem;
}
.l-spnav-list .list.-big .btn::after {
  top: 54%;
}
.l-spnav-list .clinicList {
  display: flex;
  margin: 1.5rem 0 0 0;
  padding: 0;
  column-gap: 0.5rem;
  list-style: none;
}
.l-spnav-list .clinicList > li {
  flex: 1;
}
.l-spnav-list .clinicList .btn {
  display: block;
  width: 100%;
  color: inherit;
  text-decoration: none;
}
.l-spnav-list .clinicList .btn > .name {
  margin: 0.625rem 0 0 0;
  font-size: 0.875rem;
  position: relative;
}
.l-spnav-list .clinicList .btn > .name::after {
  position: absolute;
  content: "";
  right: 0.3125rem;
  top: calc(50% - 0.28125rem);
  width: 0.375rem;
  height: 0.5625rem;
  background: url(../img/icon-arrow-left.svg) center center no-repeat;
}
.l-spnav-list .contactBtn {
  margin-top: 2.5rem;
}
.l-spnav-list .contactBtn .text {
  margin-top: 0.75rem;
  font-size: 0.75rem;
}
.l-spnav-list .sns {
  display: flex;
  margin: 2.5rem 0 0 0;
  padding: 0;
  list-style: none;
  justify-content: center;
  column-gap: 1.875rem;
}
.l-spnav-list .sns .btn {
  display: inline-block;
  text-decoration: none;
  color: inherit;
  font-size: 0.875rem;
}
.l-spnav-list .sns .btn > img {
  width: 1.5rem;
  display: inline-block;
  margin-right: 0.5rem;
}

/**************************************************/
/* Footer */
/**************************************************/
.l-footer {
  position: relative;
  z-index: 5;
}
.l-footer > .inner {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding: 3.125rem 0 6.25rem;
}
.l-footer > .inner > .head {
  position: relative;
}
.l-footer > .inner > .head .head {
  display: block;
  margin: 0;
}
.l-footer > .inner > .head .sns {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0;
}
.l-footer > .inner > .head .sns > li {
  display: block;
  margin-left: 2rem;
  font-size: 0.875rem;
}
.l-footer > .inner > .head .sns .link {
  display: inline-flex;
  align-items: center;
  color: inherit;
  text-decoration: none;
  transition: color 0.15s ease;
}
.l-footer > .inner > .head .sns .link:hover {
  color: #FC6202;
}
.l-footer > .inner > .head .sns .icon {
  display: inline-block;
  margin: 0;
}
.l-footer > .inner > .head .sns .label {
  display: inline-block;
  margin: 0 0 0 0.5rem;
}
.l-footer > .inner > .sitemap {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  margin: 2rem 0 -2rem -4rem;
}
.l-footer > .inner > .sitemap > .unit {
  display: block;
  width: calc(50% - 4rem);
  margin: 0 0 2rem 4rem;
}
.l-footer > .inner > .sitemap > .unit > *:first-child {
  margin-top: 0 !important;
}
.l-footer > .inner > .sitemap .primary {
  margin: 2rem 0 0;
  border-bottom: 1px solid #707070;
  font-size: 1rem;
  font-weight: 700;
}
.l-footer > .inner > .sitemap .primary .btn {
  display: block;
  position: relative;
  padding: 1rem 0;
  color: inherit;
  text-decoration: none;
  transition: color 0.15s ease;
}
.l-footer > .inner > .sitemap .primary .btn::after {
  display: block;
  position: absolute;
  top: calc(50% - 0.75rem);
  right: 0;
  width: 1.5rem;
  height: 1.5rem;
  background: #F8B300;
  content: "";
  mask: url(../img/icon-arrow-circle-left.svg) center;
  mask-repeat: no-repeat;
  mask-size: contain;
}
.l-footer > .inner > .sitemap .primary .btn:hover {
  color: #FC6202;
}
.l-footer > .inner > .sitemap .list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  margin: 0.75rem 0 -1rem -3rem;
}
.l-footer > .inner > .sitemap .list > li {
  width: calc(50% - 3rem);
  margin: 0 0 1rem 3rem;
  border-bottom: 1px solid #CCC;
  font-size: 0.875rem;
}
.l-footer > .inner > .sitemap .list .btn {
  display: block;
  position: relative;
  padding: 0.75rem 0;
  color: inherit;
  text-decoration: none;
  transition: color 0.15s ease;
}
.l-footer > .inner > .sitemap .list .btn::after {
  display: block;
  position: absolute;
  top: calc(50% - 0.3125rem);
  right: 0;
  width: 0.625rem;
  height: 0.625rem;
  background: #FC6202;
  content: "";
  mask: url(../img/icon-arrow-left.svg) center;
  mask-repeat: no-repeat;
  mask-size: contain;
}
.l-footer > .inner > .sitemap .list .btn:hover {
  color: #FC6202;
}
.l-footer > .inner > .utility {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  margin: 3.125rem 0 -1rem -1.25rem;
}
.l-footer > .inner > .utility > li {
  display: block;
  width: calc(25% - 1.25rem);
  margin: 0 0 1rem 1.25rem;
  border-bottom: 1px solid #CCC;
  font-size: 0.875rem;
}
.l-footer > .inner > .utility > li .btn {
  display: block;
  position: relative;
  padding: 0.75rem 0;
  color: inherit;
  text-decoration: none;
}
.l-footer > .inner > .utility > li .btn::after {
  display: block;
  position: absolute;
  top: calc(50% - 0.3125rem);
  right: 0;
  width: 0.625rem;
  height: 0.625rem;
  background: #FC6202;
  content: "";
  mask: url(../img/icon-arrow-left.svg) center;
  mask-repeat: no-repeat;
  mask-size: contain;
}
.l-footer > .inner > .utility > li .btn:hover {
  color: #FC6202;
}
.l-footer > .inner > .contact {
  margin-top: 2.5rem;
}
.l-footer > .inner > .clinic {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  margin: 3.125rem 0 -2rem -2rem;
}
.l-footer > .inner > .clinic > li {
  display: block;
  width: calc(33.3333333333% - 2rem);
  margin: 0 0 2rem 2rem;
}
.l-footer > .inner > .clinic > li .card {
  display: block;
  color: inherit;
  text-decoration: none;
  transition: all 0.5s ease;
}
.l-footer > .inner > .clinic > li .card:hover {
  opacity: 0.7;
}
.l-footer > .inner > .clinic > li .card:hover .image img {
  transform: scale(1.08);
}
.l-footer > .inner > .clinic > li .image {
  display: block;
  overflow: hidden;
}
.l-footer > .inner > .clinic > li .image img {
  display: block;
  width: 100%;
  transition: all 0.5s ease;
}
.l-footer > .inner > .clinic > li .title {
  margin: 0.75rem 0 0;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
}
.l-footer > .inner > .clinic > li .title::after {
  position: absolute;
  background: #F8B300;
  width: 1.5rem;
  height: 1.5rem;
  content: "";
  mask: url(../img/icon-arrow-circle-left.svg) center;
  mask-repeat: no-repeat;
  mask-size: contain;
  transition: 0.3s;
  right: 0;
  top: calc(50% - 0.75rem);
}
.l-footer > .inner > .clinic > li .title em {
  color: #FC6202;
}
.l-footer > .copyright {
  margin: 0;
  padding: 1rem 1.5rem;
  background: var(--footer-background-color, #000);
  color: var(--footer-color, #fff);
  font-size: 0.875rem;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 1071px) {
  .l-footer > .inner {
    display: none;
  }
}
@media (max-width: 767px) {
  .l-footer > .copyright {
    padding: 0.75rem 1.5rem;
    font-size: 0.6875rem;
  }
}

/**************************************************/
/* contents */
/**************************************************/
.l-page-container {
  position: relative;
}
@media (max-width: 1071px) {
  .l-page-container {
    padding-top: var(--header-height, 3.5rem);
  }
}

.l-breadcrumb {
  position: relative;
  background: #D9D5CD;
}
@media (max-width: 1071px) {
  .l-breadcrumb {
    padding: 0 1.25rem;
  }
}

.l-breadcrumb-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  margin: 0 auto;
  padding: 0.75rem 0;
}
.l-breadcrumb-list > li {
  display: block;
  position: relative;
  padding: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.l-breadcrumb-list > li:not(:first-child) {
  margin-left: 1rem;
  padding-left: 1rem;
}
.l-breadcrumb-list > li:not(:first-child)::after {
  display: block;
  position: absolute;
  top: calc(0.25rem + 0.8em - 0.375rem);
  left: -0.375rem;
  width: 0.75rem;
  height: 0.75rem;
  background: #000;
  content: "";
  mask: url(../img/icon-arrow-left.svg) center;
  mask-repeat: no-repeat;
  mask-size: contain;
}
.l-breadcrumb-list > li a {
  display: block;
  color: inherit;
  text-decoration: none;
}
.l-breadcrumb-list > li a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .l-breadcrumb-list {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .l-breadcrumb-list > li {
    font-size: 0.75rem;
  }
  .l-breadcrumb-list > li:not(:first-child) {
    margin-left: 0.5rem;
    padding-left: 0.5rem;
  }
  .l-breadcrumb-list > li:not(:first-child)::after {
    top: calc(0.25rem + 0.8em - 0.25rem);
    left: -0.25rem;
    width: 0.5rem;
    height: 0.5rem;
  }
}

.l-pagetitle {
  position: relative;
  box-sizing: border-box;
  margin: auto;
  background: #000 url(../../images/dummy-pagetitle.jpg);
  text-align: center;
}
.l-pagetitle.-about {
  background: #000 url(../../images/about/pagetitle.jpg) center center no-repeat;
  background-size: cover;
}
.l-pagetitle.-hernia {
  background: #000 url(../../images/inguinalhernia/pagetitle.jpg) center center no-repeat;
  background-size: cover;
}
.l-pagetitle.-daysurgery {
  background: #000 url(../../images/daysurgery/pagetitle.jpg) center center no-repeat;
  background-size: cover;
}
.l-pagetitle.-news {
  background: #000 url(../../images/news/pagetitle.jpg) center center no-repeat;
  background-size: cover;
}
.l-pagetitle.-other {
  background: #000 url(../../images/news/pagetitle.jpg) center center no-repeat;
  background-size: cover;
}
.l-pagetitle.-faq {
  background: #000 url(../../images/faq/pagetitle.jpg) 0% 0% no-repeat;
  background-size: cover;
}
.l-pagetitle.-blog {
  background: #000 url(../../images/blog/pagetitle.jpg) center center no-repeat;
  background-size: cover;
}
.l-pagetitle::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #3E1B01;
  content: "";
  z-index: 0;
  opacity: 0.6;
  pointer-events: none;
}
.l-pagetitle > .inner {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  position: relative;
  min-height: 15rem;
  margin: 0 auto;
  padding: 1.25rem 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  z-index: 1;
}
.l-pagetitle .sub {
  display: block;
  margin-bottom: 0.5rem;
  padding: 0.25rem 1.25em;
  border-radius: 0.25rem;
  background: #FCD947;
  font-size: 1.25rem;
}
.l-pagetitle .main {
  display: block;
  color: #fff;
  font-size: 2.5rem;
}
.l-pagetitle.-index .main {
  font-size: 3rem;
}
@media (max-width: 1071px) {
  .l-pagetitle {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (max-width: 767px) {
  .l-pagetitle > .inner {
    min-height: 7.5rem;
    padding: 0.75rem 0;
    font-size: 1.75rem;
  }
  .l-pagetitle .sub {
    margin-bottom: 0.25rem;
    padding: 0.125rem 0.5em;
    margin-bottom: 0.25rem;
    font-size: 1rem;
  }
  .l-pagetitle .main {
    font-size: 1.5rem;
  }
  .l-pagetitle.-index .main {
    font-size: 1.5rem;
  }
}

.l-section {
  position: relative;
  padding: 5rem 0;
}
.l-section.-fill {
  background-color: #EFECE7;
}
@media (max-width: 1071px) {
  .l-section {
    padding: 2.5rem 0;
  }
}

.l-page-contents {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.l-page-contents > *:first-child {
  margin-top: 0 !important;
}
@media (max-width: 1071px) {
  .l-page-contents {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.l-page-contents-s {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.l-page-contents-s > *:first-child {
  margin-top: 0 !important;
}
@media (max-width: 1071px) {
  .l-page-contents-s {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.l-category-nav > .heading {
  border-bottom: 1px solid;
  padding-bottom: 1.5rem;
  margin: 0;
}
@media (max-width: 1071px) {
  .l-category-nav > .heading {
    padding-bottom: 0.875rem;
  }
}
.l-category-nav > .heading > a {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  align-items: flex-end;
  justify-content: space-between;
  margin: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  color: inherit;
  text-decoration: none;
}
@media (max-width: 1071px) {
  .l-category-nav > .heading > a {
    font-size: 1.0625rem;
    display: inline-block;
    position: relative;
    padding-right: 2rem;
  }
  .l-category-nav > .heading > a::after {
    position: absolute;
    background: #F8B300;
    width: 1.5rem;
    height: 1.5rem;
    content: "";
    mask: url(../img/icon-arrow-circle-left.svg) center;
    mask-repeat: no-repeat;
    mask-size: contain;
    transition: 0.3s;
    right: 0;
    top: calc(50% - 0.75rem);
  }
}
.l-category-nav > .heading > a > span {
  display: inline-block;
  font-size: 1rem;
  padding-right: 2rem;
  position: relative;
}
.l-category-nav > .heading > a > span::after {
  position: absolute;
  background: #F8B300;
  width: 1.5rem;
  height: 1.5rem;
  content: "";
  mask: url(../img/icon-arrow-circle-left.svg) center;
  mask-repeat: no-repeat;
  mask-size: contain;
  transition: 0.3s;
  right: 0;
  top: calc(50% - 0.75rem);
}
@media (max-width: 1071px) {
  .l-category-nav > .heading > a > span {
    display: none;
  }
}
.l-category-nav > .list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  margin: 3rem 0 -1.5rem -2rem;
}
@media (max-width: 1071px) {
  .l-category-nav > .list {
    margin: 1.5rem 0 -0.625rem -1rem;
  }
}
.l-category-nav > .list > li {
  display: block;
  width: calc(33.3333333333% - 2rem);
  margin: 0 0 1.5rem 2rem;
}
@media (max-width: 1071px) {
  .l-category-nav > .list > li {
    width: calc(50% - 1rem);
    margin: 0 0 0.625rem 1rem;
  }
}
@media (max-width: 767px) {
  .l-category-nav > .list > li {
    width: calc(100% - 1rem);
  }
}
.l-category-nav > .list .btn {
  display: flex;
  flex-wrap: nowrap;
  justify-content: stretch;
  align-items: center;
  box-sizing: border-box;
  position: relative;
  min-height: 4.625rem;
  padding: 0.5rem 1rem;
  border: 1px solid #F8B300;
  border-radius: 0.5rem;
  background: #fff;
  color: inherit;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  box-shadow: 0 0.375rem 0 rgba(62, 27, 1, 0.1);
  transition: all 0.3s ease;
  position: relative;
}
@media (max-width: 1071px) {
  .l-category-nav > .list .btn {
    font-size: 1rem;
    font-weight: normal;
    min-height: 3.5rem;
    box-shadow: 0 0.25rem 0 rgba(62, 27, 1, 0.1);
  }
}
.l-category-nav > .list .btn::after {
  position: absolute;
  background: #F8B300;
  width: 1.5rem;
  height: 1.5rem;
  content: "";
  mask: url(../img/icon-arrow-circle-left.svg) center;
  mask-repeat: no-repeat;
  mask-size: contain;
  transition: 0.3s;
  right: 1.375rem;
  top: calc(50% - 0.75rem);
}
@media (max-width: 1071px) {
  .l-category-nav > .list .btn::after {
    width: 1.25rem;
    height: 1.25rem;
    top: calc(50% - 0.625rem);
  }
}
.l-category-nav > .list .btn:hover {
  transform: translateY(0.375rem);
  box-shadow: 0 0 0 rgba(62, 27, 1, 0.1);
}
@media (max-width: 1071px) {
  .l-category-nav > .list .btn:hover {
    transform: translateY(0.25rem);
    box-shadow: 0 0 0 rgba(62, 27, 1, 0.1);
  }
}
.l-category-nav > .clinic {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  margin: 3rem 0 -2rem -2rem;
}
@media (max-width: 767px) {
  .l-category-nav > .clinic {
    margin: 3rem 0 0 0;
    flex-direction: column;
    row-gap: 1.875rem;
  }
}
.l-category-nav > .clinic > li {
  display: block;
  width: calc(33.3333333333% - 2rem);
  margin: 0 0 2rem 2rem;
}
@media (max-width: 767px) {
  .l-category-nav > .clinic > li {
    width: 100%;
    margin: 0;
    text-align: center;
  }
}
.l-category-nav > .clinic > li .card {
  display: block;
  color: inherit;
  text-decoration: none;
  transition: all 0.5s ease;
}
@media (max-width: 767px) {
  .l-category-nav > .clinic > li .card {
    margin: 0 2.125rem;
    max-resolution: 0 auto;
    box-sizing: border-box;
  }
}
.l-category-nav > .clinic > li .card:hover {
  opacity: 0.7;
}
.l-category-nav > .clinic > li .card:hover .image img {
  transform: scale(1.08);
}
.l-category-nav > .clinic > li .image {
  display: block;
  overflow: hidden;
}
.l-category-nav > .clinic > li .image img {
  display: block;
  width: 100%;
  transition: all 0.5s ease;
}
.l-category-nav > .clinic > li .title {
  margin: 0.75rem 0 0;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
}
@media (max-width: 1071px) {
  .l-category-nav > .clinic > li .title {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .l-category-nav > .clinic > li .title {
    font-size: 1.125rem;
    display: inline-block;
    padding-right: 1.75rem;
  }
}
.l-category-nav > .clinic > li .title::after {
  position: absolute;
  background: #F8B300;
  width: 1.5rem;
  height: 1.5rem;
  content: "";
  mask: url(../img/icon-arrow-circle-left.svg) center;
  mask-repeat: no-repeat;
  mask-size: contain;
  transition: 0.3s;
  right: 0;
  top: calc(50% - 0.75rem);
}
@media (max-width: 1071px) {
  .l-category-nav > .clinic > li .title::after {
    width: 1.25rem;
    height: 1.25rem;
    top: calc(50% - 0.625rem);
  }
}
.l-category-nav > .clinic > li .title em {
  color: #FC6202;
}

.l-fixed-content {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 101;
  width: 3.5rem;
  transform: translateY(-50%);
}
@media ((max-width: 1071px) and (max-height: 920px)) {
  .l-fixed-content {
    transform: translateY(-52%);
  }
}
@media ((max-width: 768px) and (max-height: 920px)) {
  .l-fixed-content {
    transform: translateY(-65%);
  }
}

.l-fixed-content > .list {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.l-fixed-content > .list > li {
  display: block;
  margin: 0 0 1.25rem;
  writing-mode: vertical-rl;
}
.l-fixed-content > .list > li .btn {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: 3.5rem;
  padding: 1rem 0.5rem;
  border-radius: 0.5rem 0 0 0.5rem;
  background: #ddd;
  color: inherit;
  font-size: 1.125rem;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.25em;
}
@media (max-width: 1071px) {
  .l-fixed-content > .list > li .btn {
    font-size: 0.8rem;
  }
}
@media ((min-width: 769px) and (max-height: 920px)) {
  .l-fixed-content > .list > li .btn {
    font-size: 0.95rem;
  }
}
.l-fixed-content > .list > li .btn::before {
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  margin: 0 0 0.5rem;
  background: no-repeat center/contain;
  content: "";
}
.l-fixed-content > .list > li.reserve .btn {
  background-color: #FC6202;
  color: #fff;
  box-shadow: 0 0.25rem 0 #9A3A00;
}
.l-fixed-content > .list > li.reserve .btn::before {
  background-image: url(../img/icon-reserve.svg);
}
.l-fixed-content > .list > li.consult .btn {
  background-color: #F8B300;
  box-shadow: 0 0.25rem 0 #8B7723;
}
.l-fixed-content > .list > li.consult .btn::before {
  background-image: url(../img/icon-consult.svg);
}
.l-fixed-content > .list > li.line .btn {
  background-color: #34C755;
  color: #fff;
  box-shadow: 0 0.25rem 0 #2C9D4E;
}
.l-fixed-content > .list > li.line .btn::before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIwIiBoZWlnaHQ9IjMyMCIgdmlld0JveD0iMCAwIDMyMCAzMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMF8xMDBfMikiPgo8cGF0aCBkPSJNMjQ3Ljg2IDBINzIuMTRDMzIuMjk4MiAwIDAgMzIuMjk4MiAwIDcyLjE0VjI0Ny44NkMwIDI4Ny43MDIgMzIuMjk4MiAzMjAgNzIuMTQgMzIwSDI0Ny44NkMyODcuNzAyIDMyMCAzMjAgMjg3LjcwMiAzMjAgMjQ3Ljg2VjcyLjE0QzMyMCAzMi4yOTgyIDI4Ny43MDIgMCAyNDcuODYgMFoiIGZpbGw9IiMwNkM3NTUiLz4KPHBhdGggZD0iTTI2Ni42NiAxNDQuOTJDMjY2LjY2IDk3LjE4IDIxOC44IDU4LjM0IDE1OS45NyA1OC4zNEMxMDEuMTQgNTguMzQgNTMuMjgwMyA5Ny4xOCA1My4yODAzIDE0NC45MkM1My4yODAzIDE4Ny43MiA5MS4yNDAzIDIyMy41NiAxNDIuNTEgMjMwLjM0QzE0NS45OCAyMzEuMDkgMTUwLjcxIDIzMi42MyAxNTEuOTEgMjM1LjZDMTUyLjk5IDIzOC4zIDE1Mi42MSAyNDIuNTIgMTUyLjI2IDI0NS4yNUMxNTIuMjYgMjQ1LjI1IDE1MS4wMSAyNTIuNzggMTUwLjc0IDI1NC4zOEMxNTAuMjcgMjU3LjA4IDE0OC42IDI2NC45MyAxNTkuOTggMjYwLjEzQzE3MS4zNyAyNTUuMzMgMjIxLjQyIDIyMy45NSAyNDMuOCAxOTguMTlDMjU5LjI2IDE4MS4yMyAyNjYuNjcgMTY0LjAzIDI2Ni42NyAxNDQuOTJIMjY2LjY2WiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTIzMS4xNiAxNzIuNDlIMjAxLjE5QzIwMC4wNiAxNzIuNDkgMTk5LjE1IDE3MS41OCAxOTkuMTUgMTcwLjQ1VjE3MC40MlYxMjMuOTRWMTIzLjg5QzE5OS4xNSAxMjIuNzYgMjAwLjA2IDEyMS44NSAyMDEuMTkgMTIxLjg1SDIzMS4xNkMyMzIuMjggMTIxLjg1IDIzMy4yIDEyMi43NyAyMzMuMiAxMjMuODlWMTMxLjQ2QzIzMy4yIDEzMi41OSAyMzIuMjkgMTMzLjUgMjMxLjE2IDEzMy41SDIxMC43OVYxNDEuMzZIMjMxLjE2QzIzMi4yOCAxNDEuMzYgMjMzLjIgMTQyLjI4IDIzMy4yIDE0My40VjE1MC45N0MyMzMuMiAxNTIuMSAyMzIuMjkgMTUzLjAxIDIzMS4xNiAxNTMuMDFIMjEwLjc5VjE2MC44N0gyMzEuMTZDMjMyLjI4IDE2MC44NyAyMzMuMiAxNjEuNzkgMjMzLjIgMTYyLjkxVjE3MC40OEMyMzMuMiAxNzEuNjEgMjMyLjI5IDE3Mi41MiAyMzEuMTYgMTcyLjUyVjE3Mi40OVoiIGZpbGw9IiMwNkM3NTUiLz4KPHBhdGggZD0iTTEyMC4yOSAxNzIuNDlDMTIxLjQxIDE3Mi40OSAxMjIuMzMgMTcxLjU4IDEyMi4zMyAxNzAuNDVWMTYyLjg4QzEyMi4zMyAxNjEuNzYgMTIxLjQxIDE2MC44NCAxMjAuMjkgMTYwLjg0SDk5LjkxOTVWMTIzLjg4Qzk5LjkxOTUgMTIyLjc2IDk4Ljk5OTUgMTIxLjg0IDk3Ljg3OTUgMTIxLjg0SDkwLjMwOTVDODkuMTc5NSAxMjEuODQgODguMjY5NSAxMjIuNzUgODguMjY5NSAxMjMuODhWMTcwLjQxVjE3MC40NUM4OC4yNjk1IDE3MS41OCA4OS4xNzk1IDE3Mi40OSA5MC4zMDk1IDE3Mi40OUgxMjAuMjhIMTIwLjI5WiIgZmlsbD0iIzA2Qzc1NSIvPgo8cGF0aCBkPSJNMTM4LjMzIDEyMS44NUgxMzAuNzdDMTI5LjY0NCAxMjEuODUgMTI4LjczIDEyMi43NjMgMTI4LjczIDEyMy44OVYxNzAuNDVDMTI4LjczIDE3MS41NzcgMTI5LjY0NCAxNzIuNDkgMTMwLjc3IDE3Mi40OUgxMzguMzNDMTM5LjQ1NyAxNzIuNDkgMTQwLjM3IDE3MS41NzcgMTQwLjM3IDE3MC40NVYxMjMuODlDMTQwLjM3IDEyMi43NjMgMTM5LjQ1NyAxMjEuODUgMTM4LjMzIDEyMS44NVoiIGZpbGw9IiMwNkM3NTUiLz4KPHBhdGggZD0iTTE4OS44NCAxMjEuODVIMTgyLjI3QzE4MS4xNCAxMjEuODUgMTgwLjIzIDEyMi43NiAxODAuMjMgMTIzLjg5VjE1MS41NEwxNTguOTMgMTIyLjc3QzE1OC44OCAxMjIuNyAxNTguODIgMTIyLjYzIDE1OC43NyAxMjIuNTZDMTU4Ljc3IDEyMi41NiAxNTguNzcgMTIyLjU2IDE1OC43NiAxMjIuNTVDMTU4LjcyIDEyMi41MSAxNTguNjggMTIyLjQ2IDE1OC42NCAxMjIuNDJDMTU4LjYzIDEyMi40MSAxNTguNjEgMTIyLjQgMTU4LjYgMTIyLjM5QzE1OC41NiAxMjIuMzYgMTU4LjUzIDEyMi4zMyAxNTguNDkgMTIyLjNDMTU4LjQ3IDEyMi4yOSAxNTguNDUgMTIyLjI3IDE1OC40MyAxMjIuMjZDMTU4LjQgMTIyLjIzIDE1OC4zNiAxMjIuMjEgMTU4LjMyIDEyMi4xOUMxNTguMyAxMjIuMTggMTU4LjI4IDEyMi4xNiAxNTguMjYgMTIyLjE1QzE1OC4yMiAxMjIuMTMgMTU4LjE5IDEyMi4xMSAxNTguMTUgMTIyLjA5QzE1OC4xMyAxMjIuMDggMTU4LjExIDEyMi4wNyAxNTguMDkgMTIyLjA2QzE1OC4wNSAxMjIuMDQgMTU4LjAxIDEyMi4wMiAxNTcuOTcgMTIyLjAxQzE1Ny45NSAxMjIuMDEgMTU3LjkzIDEyMS45OSAxNTcuOSAxMjEuOTlDMTU3Ljg2IDEyMS45OCAxNTcuODIgMTIxLjk2IDE1Ny43OCAxMjEuOTVDMTU3Ljc2IDEyMS45NSAxNTcuNzMgMTIxLjk0IDE1Ny43MSAxMjEuOTNDMTU3LjY3IDEyMS45MyAxNTcuNjMgMTIxLjkxIDE1Ny41OSAxMjEuOUMxNTcuNTYgMTIxLjkgMTU3LjUzIDEyMS45IDE1Ny41IDEyMS44OUMxNTcuNDYgMTIxLjg5IDE1Ny40MyAxMjEuODggMTU3LjM5IDEyMS44OEMxNTcuMzUgMTIxLjg4IDE1Ny4zMiAxMjEuODggMTU3LjI4IDEyMS44OEMxNTcuMjYgMTIxLjg4IDE1Ny4yMyAxMjEuODggMTU3LjIxIDEyMS44OEgxNDkuNjlDMTQ4LjU3IDEyMS44OCAxNDcuNjUgMTIyLjc5IDE0Ny42NSAxMjMuOTJWMTcwLjQ4QzE0Ny42NSAxNzEuNiAxNDguNTYgMTcyLjUyIDE0OS42OSAxNzIuNTJIMTU3LjI2QzE1OC4zOSAxNzIuNTIgMTU5LjMgMTcxLjYxIDE1OS4zIDE3MC40OFYxNDIuODNMMTgwLjYzIDE3MS42NEMxODAuNzggMTcxLjg1IDE4MC45NiAxNzIuMDIgMTgxLjE2IDE3Mi4xNUMxODEuMTYgMTcyLjE1IDE4MS4xOCAxNzIuMTYgMTgxLjE4IDE3Mi4xN0MxODEuMjIgMTcyLjIgMTgxLjI2IDE3Mi4yMiAxODEuMzEgMTcyLjI1QzE4MS4zMyAxNzIuMjYgMTgxLjM1IDE3Mi4yNyAxODEuMzcgMTcyLjI4QzE4MS40IDE3Mi4zIDE4MS40NCAxNzIuMzEgMTgxLjQ3IDE3Mi4zM0MxODEuNSAxNzIuMzUgMTgxLjU0IDE3Mi4zNiAxODEuNTcgMTcyLjM3QzE4MS41OSAxNzIuMzcgMTgxLjYxIDE3Mi4zOSAxODEuNjMgMTcyLjM5QzE4MS42OCAxNzIuNDEgMTgxLjcyIDE3Mi40MiAxODEuNzcgMTcyLjQzQzE4MS43NyAxNzIuNDMgMTgxLjc5IDE3Mi40MyAxODEuOCAxNzIuNDNDMTgxLjk3IDE3Mi40NyAxODIuMTUgMTcyLjUgMTgyLjMzIDE3Mi41SDE4OS44NUMxOTAuOTcgMTcyLjUgMTkxLjg5IDE3MS41OSAxOTEuODkgMTcwLjQ2VjEyMy45QzE5MS44OSAxMjIuNzggMTkwLjk4IDEyMS44NiAxODkuODUgMTIxLjg2TDE4OS44NCAxMjEuODVaIiBmaWxsPSIjMDZDNzU1Ii8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDBfMTAwXzIiPgo8cmVjdCB3aWR0aD0iMzIwIiBoZWlnaHQ9IjMyMCIgZmlsbD0id2hpdGUiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K);
  width: 2rem;
  height: 2rem;
  margin: 0 0 0.25rem;
}
@media (max-width: 767px) {
  .l-fixed-content {
    display: none;
  }
}

@media (max-width: 767px) {
  .l-fixed-sp {
    position: fixed;
    z-index: 100;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    border-top: solid 2px #FCD947;
    padding: 0.5rem 0.5rem 0.75rem;
    text-align: center;
  }
  .l-fixed-sp__inner {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .l-fixed-sp a {
    box-sizing: border-box;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
    text-decoration: none;
    position: relative;
    padding: 0.4375rem 0;
    font-weight: bold;
    font-size: 0.9375rem;
    line-height: 1.2;
  }
  .l-fixed-sp a.-reserve {
    background-color: #FC6202;
    box-shadow: 0 0.25rem 0 #9A3A00;
    color: #fff;
  }
  .l-fixed-sp a.-reserve::before {
    position: relative;
    content: "";
    width: 1.125rem;
    height: 1.125rem;
    background: url(../../shared/img/icon-reserve.svg) center center no-repeat;
    background-size: contain;
    display: inline-block;
    margin-right: 8px;
  }
  .l-fixed-sp a.-tel {
    background-color: #FCD947;
    box-shadow: 0 0.25rem 0 #8B7723;
    color: #3E1B01;
  }
  .l-fixed-sp a.-tel::before {
    position: relative;
    content: "";
    width: 1.125rem;
    height: 1.25rem;
    background: url(../../shared/img/icon-consult.svg) center center no-repeat;
    background-size: contain;
    display: inline-block;
    margin-right: 6px;
  }
  .l-fixed-sp a.-line {
    background-color: #34C755;
    box-shadow: 0 0.25rem 0 #2C9D4E;
    color: #fff;
  }
  .l-fixed-sp a.-line::before {
    content: "";
    display: inline-block;
    width: 1.5rem;
    height: 1.125rem;
    margin-right: 4px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIwIiBoZWlnaHQ9IjMyMCIgdmlld0JveD0iMCAwIDMyMCAzMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMF8xMDBfMikiPgo8cGF0aCBkPSJNMjQ3Ljg2IDBINzIuMTRDMzIuMjk4MiAwIDAgMzIuMjk4MiAwIDcyLjE0VjI0Ny44NkMwIDI4Ny43MDIgMzIuMjk4MiAzMjAgNzIuMTQgMzIwSDI0Ny44NkMyODcuNzAyIDMyMCAzMjAgMjg3LjcwMiAzMjAgMjQ3Ljg2VjcyLjE0QzMyMCAzMi4yOTgyIDI4Ny43MDIgMCAyNDcuODYgMFoiIGZpbGw9IiMwNkM3NTUiLz4KPHBhdGggZD0iTTI2Ni42NiAxNDQuOTJDMjY2LjY2IDk3LjE4IDIxOC44IDU4LjM0IDE1OS45NyA1OC4zNEMxMDEuMTQgNTguMzQgNTMuMjgwMyA5Ny4xOCA1My4yODAzIDE0NC45MkM1My4yODAzIDE4Ny43MiA5MS4yNDAzIDIyMy41NiAxNDIuNTEgMjMwLjM0QzE0NS45OCAyMzEuMDkgMTUwLjcxIDIzMi42MyAxNTEuOTEgMjM1LjZDMTUyLjk5IDIzOC4zIDE1Mi42MSAyNDIuNTIgMTUyLjI2IDI0NS4yNUMxNTIuMjYgMjQ1LjI1IDE1MS4wMSAyNTIuNzggMTUwLjc0IDI1NC4zOEMxNTAuMjcgMjU3LjA4IDE0OC42IDI2NC45MyAxNTkuOTggMjYwLjEzQzE3MS4zNyAyNTUuMzMgMjIxLjQyIDIyMy45NSAyNDMuOCAxOTguMTlDMjU5LjI2IDE4MS4yMyAyNjYuNjcgMTY0LjAzIDI2Ni42NyAxNDQuOTJIMjY2LjY2WiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTIzMS4xNiAxNzIuNDlIMjAxLjE5QzIwMC4wNiAxNzIuNDkgMTk5LjE1IDE3MS41OCAxOTkuMTUgMTcwLjQ1VjE3MC40MlYxMjMuOTRWMTIzLjg5QzE5OS4xNSAxMjIuNzYgMjAwLjA2IDEyMS44NSAyMDEuMTkgMTIxLjg1SDIzMS4xNkMyMzIuMjggMTIxLjg1IDIzMy4yIDEyMi43NyAyMzMuMiAxMjMuODlWMTMxLjQ2QzIzMy4yIDEzMi41OSAyMzIuMjkgMTMzLjUgMjMxLjE2IDEzMy41SDIxMC43OVYxNDEuMzZIMjMxLjE2QzIzMi4yOCAxNDEuMzYgMjMzLjIgMTQyLjI4IDIzMy4yIDE0My40VjE1MC45N0MyMzMuMiAxNTIuMSAyMzIuMjkgMTUzLjAxIDIzMS4xNiAxNTMuMDFIMjEwLjc5VjE2MC44N0gyMzEuMTZDMjMyLjI4IDE2MC44NyAyMzMuMiAxNjEuNzkgMjMzLjIgMTYyLjkxVjE3MC40OEMyMzMuMiAxNzEuNjEgMjMyLjI5IDE3Mi41MiAyMzEuMTYgMTcyLjUyVjE3Mi40OVoiIGZpbGw9IiMwNkM3NTUiLz4KPHBhdGggZD0iTTEyMC4yOSAxNzIuNDlDMTIxLjQxIDE3Mi40OSAxMjIuMzMgMTcxLjU4IDEyMi4zMyAxNzAuNDVWMTYyLjg4QzEyMi4zMyAxNjEuNzYgMTIxLjQxIDE2MC44NCAxMjAuMjkgMTYwLjg0SDk5LjkxOTVWMTIzLjg4Qzk5LjkxOTUgMTIyLjc2IDk4Ljk5OTUgMTIxLjg0IDk3Ljg3OTUgMTIxLjg0SDkwLjMwOTVDODkuMTc5NSAxMjEuODQgODguMjY5NSAxMjIuNzUgODguMjY5NSAxMjMuODhWMTcwLjQxVjE3MC40NUM4OC4yNjk1IDE3MS41OCA4OS4xNzk1IDE3Mi40OSA5MC4zMDk1IDE3Mi40OUgxMjAuMjhIMTIwLjI5WiIgZmlsbD0iIzA2Qzc1NSIvPgo8cGF0aCBkPSJNMTM4LjMzIDEyMS44NUgxMzAuNzdDMTI5LjY0NCAxMjEuODUgMTI4LjczIDEyMi43NjMgMTI4LjczIDEyMy44OVYxNzAuNDVDMTI4LjczIDE3MS41NzcgMTI5LjY0NCAxNzIuNDkgMTMwLjc3IDE3Mi40OUgxMzguMzNDMTM5LjQ1NyAxNzIuNDkgMTQwLjM3IDE3MS41NzcgMTQwLjM3IDE3MC40NVYxMjMuODlDMTQwLjM3IDEyMi43NjMgMTM5LjQ1NyAxMjEuODUgMTM4LjMzIDEyMS44NVoiIGZpbGw9IiMwNkM3NTUiLz4KPHBhdGggZD0iTTE4OS44NCAxMjEuODVIMTgyLjI3QzE4MS4xNCAxMjEuODUgMTgwLjIzIDEyMi43NiAxODAuMjMgMTIzLjg5VjE1MS41NEwxNTguOTMgMTIyLjc3QzE1OC44OCAxMjIuNyAxNTguODIgMTIyLjYzIDE1OC43NyAxMjIuNTZDMTU4Ljc3IDEyMi41NiAxNTguNzcgMTIyLjU2IDE1OC43NiAxMjIuNTVDMTU4LjcyIDEyMi41MSAxNTguNjggMTIyLjQ2IDE1OC42NCAxMjIuNDJDMTU4LjYzIDEyMi40MSAxNTguNjEgMTIyLjQgMTU4LjYgMTIyLjM5QzE1OC41NiAxMjIuMzYgMTU4LjUzIDEyMi4zMyAxNTguNDkgMTIyLjNDMTU4LjQ3IDEyMi4yOSAxNTguNDUgMTIyLjI3IDE1OC40MyAxMjIuMjZDMTU4LjQgMTIyLjIzIDE1OC4zNiAxMjIuMjEgMTU4LjMyIDEyMi4xOUMxNTguMyAxMjIuMTggMTU4LjI4IDEyMi4xNiAxNTguMjYgMTIyLjE1QzE1OC4yMiAxMjIuMTMgMTU4LjE5IDEyMi4xMSAxNTguMTUgMTIyLjA5QzE1OC4xMyAxMjIuMDggMTU4LjExIDEyMi4wNyAxNTguMDkgMTIyLjA2QzE1OC4wNSAxMjIuMDQgMTU4LjAxIDEyMi4wMiAxNTcuOTcgMTIyLjAxQzE1Ny45NSAxMjIuMDEgMTU3LjkzIDEyMS45OSAxNTcuOSAxMjEuOTlDMTU3Ljg2IDEyMS45OCAxNTcuODIgMTIxLjk2IDE1Ny43OCAxMjEuOTVDMTU3Ljc2IDEyMS45NSAxNTcuNzMgMTIxLjk0IDE1Ny43MSAxMjEuOTNDMTU3LjY3IDEyMS45MyAxNTcuNjMgMTIxLjkxIDE1Ny41OSAxMjEuOUMxNTcuNTYgMTIxLjkgMTU3LjUzIDEyMS45IDE1Ny41IDEyMS44OUMxNTcuNDYgMTIxLjg5IDE1Ny40MyAxMjEuODggMTU3LjM5IDEyMS44OEMxNTcuMzUgMTIxLjg4IDE1Ny4zMiAxMjEuODggMTU3LjI4IDEyMS44OEMxNTcuMjYgMTIxLjg4IDE1Ny4yMyAxMjEuODggMTU3LjIxIDEyMS44OEgxNDkuNjlDMTQ4LjU3IDEyMS44OCAxNDcuNjUgMTIyLjc5IDE0Ny42NSAxMjMuOTJWMTcwLjQ4QzE0Ny42NSAxNzEuNiAxNDguNTYgMTcyLjUyIDE0OS42OSAxNzIuNTJIMTU3LjI2QzE1OC4zOSAxNzIuNTIgMTU5LjMgMTcxLjYxIDE1OS4zIDE3MC40OFYxNDIuODNMMTgwLjYzIDE3MS42NEMxODAuNzggMTcxLjg1IDE4MC45NiAxNzIuMDIgMTgxLjE2IDE3Mi4xNUMxODEuMTYgMTcyLjE1IDE4MS4xOCAxNzIuMTYgMTgxLjE4IDE3Mi4xN0MxODEuMjIgMTcyLjIgMTgxLjI2IDE3Mi4yMiAxODEuMzEgMTcyLjI1QzE4MS4zMyAxNzIuMjYgMTgxLjM1IDE3Mi4yNyAxODEuMzcgMTcyLjI4QzE4MS40IDE3Mi4zIDE4MS40NCAxNzIuMzEgMTgxLjQ3IDE3Mi4zM0MxODEuNSAxNzIuMzUgMTgxLjU0IDE3Mi4zNiAxODEuNTcgMTcyLjM3QzE4MS41OSAxNzIuMzcgMTgxLjYxIDE3Mi4zOSAxODEuNjMgMTcyLjM5QzE4MS42OCAxNzIuNDEgMTgxLjcyIDE3Mi40MiAxODEuNzcgMTcyLjQzQzE4MS43NyAxNzIuNDMgMTgxLjc5IDE3Mi40MyAxODEuOCAxNzIuNDNDMTgxLjk3IDE3Mi40NyAxODIuMTUgMTcyLjUgMTgyLjMzIDE3Mi41SDE4OS44NUMxOTAuOTcgMTcyLjUgMTkxLjg5IDE3MS41OSAxOTEuODkgMTcwLjQ2VjEyMy45QzE5MS44OSAxMjIuNzggMTkwLjk4IDEyMS44NiAxODkuODUgMTIxLjg2TDE4OS44NCAxMjEuODVaIiBmaWxsPSIjMDZDNzU1Ii8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDBfMTAwXzIiPgo8cmVjdCB3aWR0aD0iMzIwIiBoZWlnaHQ9IjMyMCIgZmlsbD0id2hpdGUiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
}
/**************************************************/
/* clinic list 共通 */
/**************************************************/
.c-clinic-list-a {
  display: flex;
  list-style: none;
  margin-top: 2.5rem;
  margin-bottom: 0;
  padding: 0;
  gap: 1.5rem 2rem;
}
@media (max-width: 1071px) {
  .c-clinic-list-a {
    gap: 1.5rem 1.25rem;
    margin-top: 1.5rem;
  }
}
@media (max-width: 767px) {
  .c-clinic-list-a {
    margin-top: 2rem;
    flex-direction: column;
  }
}
.c-clinic-list-a > li {
  flex: 1;
}
@media (max-width: 767px) {
  .c-clinic-list-a > li {
    max-width: 16.25rem;
    margin: 0 auto;
  }
}
.c-clinic-list-a > li > .card {
  display: inline-block;
  width: 100%;
  border-radius: 1rem;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: 0.3s;
}
.c-clinic-list-a > li > .card > .image {
  overflow: hidden;
}
.c-clinic-list-a > li > .card > .image img {
  transition: 0.3s;
}
.c-clinic-list-a > li > .card:hover {
  opacity: 0.7;
}
.c-clinic-list-a > li > .card:hover > .image img {
  transform: scale(1.08);
}
@media (max-width: 1071px) {
  .c-clinic-list-a > li > .card {
    border-radius: 0.75rem;
  }
}
.c-clinic-list-a > li > .card > .body {
  background-color: #EFECE7;
  padding: 1.25rem;
  line-height: 1.3;
  text-align: center;
}
@media (max-width: 1071px) {
  .c-clinic-list-a > li > .card > .body {
    padding: 0.875rem 0.625rem;
  }
}
.c-clinic-list-a > li > .card > .body > .name {
  font-weight: bold;
  font-size: 1.25rem;
  display: inline-block;
  margin: 0 auto;
  padding-right: 1.875rem;
  position: relative;
}
@media (max-width: 1071px) {
  .c-clinic-list-a > li > .card > .body > .name {
    font-size: 0.875rem;
    padding-right: 1.375rem;
  }
}
@media (max-width: 767px) {
  .c-clinic-list-a > li > .card > .body > .name {
    font-size: 1.125rem;
    padding-right: 1.6875rem;
  }
}
.c-clinic-list-a > li > .card > .body > .name::after {
  position: absolute;
  right: 0;
  top: calc(50% - 0.75rem);
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background: #f8b300;
  mask: url(../img/icon-arrow-circle-left.svg) center;
  mask-repeat: no-repeat;
  mask-size: contain;
}
@media (max-width: 1071px) {
  .c-clinic-list-a > li > .card > .body > .name::after {
    width: 1rem;
    height: 1rem;
    top: calc(50% - 0.5rem);
  }
}
@media (max-width: 767px) {
  .c-clinic-list-a > li > .card > .body > .name::after {
    width: 1.25rem;
    height: 1.25rem;
    top: calc(50% - 0.625rem);
  }
}
.c-clinic-list-a > li > .card > .body > .name > em {
  font-size: 1.5rem;
  color: #FC6202;
}
@media (max-width: 1071px) {
  .c-clinic-list-a > li > .card > .body > .name > em {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .c-clinic-list-a > li > .card > .body > .name > em {
    font-size: 1.25rem;
  }
}
.c-clinic-list-a > li > .card > .body > .root {
  font-size: 1.125rem;
  margin: 0.625rem 0 0 0;
}
@media (max-width: 1071px) {
  .c-clinic-list-a > li > .card > .body > .root {
    font-size: 0.875rem;
  }
}
@media (max-width: 767px) {
  .c-clinic-list-a > li > .card > .body > .root {
    font-size: 1rem;
  }
}
.c-clinic-list-a.-white > li > .card > .body {
  background-color: #fff;
}

/**************************************************/
/* blog list 共通 */
/**************************************************/
.c-blog-list {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 5rem 2rem;
  flex-wrap: wrap;
}
@media (max-width: 1071px) {
  .c-blog-list {
    gap: 1.875rem 1.375rem;
  }
}
@media (max-width: 767px) {
  .c-blog-list {
    flex-direction: column;
    margin: 0 auto;
    max-width: 16.25rem;
    row-gap: 2.5rem;
  }
  .c-blog-list.-blogPage {
    max-width: 100%;
  }
}
.c-blog-list > li {
  width: calc((100% - 4rem) / 3);
}
@media (max-width: 1071px) {
  .c-blog-list > li {
    width: calc((100% - 2.75rem) / 3);
  }
}
@media (max-width: 767px) {
  .c-blog-list > li {
    width: 100%;
  }
}
.c-blog-list > li > .link {
  width: 100%;
  display: inline-block;
  height: 100%;
  border-radius: 1rem;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .c-blog-list > li > .link {
    border-radius: 0.5rem;
  }
}
.c-blog-list > li > .link > .image > img {
  aspect-ratio: 320/200;
  object-fit: cover;
}
@media (max-width: 767px) {
  .c-blog-list > li > .link > .image > img {
    border-radius: 0.5rem;
    aspect-ratio: 260/162;
  }
}
.c-blog-list > li > .link > .body {
  padding: 1.5rem 1rem 2rem;
}
@media (max-width: 1071px) {
  .c-blog-list > li > .link > .body {
    padding: 1.25rem 1rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .c-blog-list > li > .link > .body {
    padding: 0.75rem 0 0 0;
  }
}
.c-blog-list > li > .link > .body > .wrap {
  display: flex;
  column-gap: 0.75rem;
  align-items: center;
}
@media (max-width: 1071px) {
  .c-blog-list > li > .link > .body > .wrap {
    column-gap: 0.5rem;
  }
}
.c-blog-list > li > .link > .body > .wrap > .date {
  font-family: "Poppins", sans-serif;
}
@media (max-width: 767px) {
  .c-blog-list > li > .link > .body > .wrap > .date {
    font-size: 0.9375rem;
  }
}
.c-blog-list > li > .link > .body > .wrap > .tag {
  font-size: 0.8125rem;
  padding: 0.375rem 1.125rem;
  display: inline-block;
  border-radius: 0.25rem;
  background-color: #fff;
  border: solid 1px #ffb012;
  line-height: 1;
}
@media (max-width: 1071px) {
  .c-blog-list > li > .link > .body > .wrap > .tag {
    font-size: 0.6875rem;
    padding: 0.375rem 0.5rem;
  }
}
@media (max-width: 767px) {
  .c-blog-list > li > .link > .body > .wrap > .tag {
    font-size: 0.8125rem;
    padding: 0.25rem 0.375rem;
  }
}
.c-blog-list > li > .link > .body > .title {
  font-weight: bold;
  margin: 0.5rem 0 0 0;
  font-size: 1rem;
}
@media (max-width: 1071px) {
  .c-blog-list > li > .link > .body > .title {
    font-size: 0.875rem;
  }
}
@media (max-width: 767px) {
  .c-blog-list > li > .link > .body > .title {
    font-size: 1.0625rem;
    color: #FC6202;
  }
}
@media (min-width: 768px) {
  .c-blog-list > li > .link:hover {
    background-color: #EFECE7;
  }
}

/**************************************************/
/* movie list 共通 */
/**************************************************/
.c-movie-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  column-gap: 2rem;
  row-gap: 2.5rem;
}
@media (max-width: 1071px) {
  .c-movie-list {
    column-gap: 1.375rem;
  }
}
@media (max-width: 767px) {
  .c-movie-list {
    flex-direction: column;
    margin: 0 auto;
    max-width: 16.25rem;
  }
}
.c-movie-list > li {
  width: calc((100% - 4rem) / 3);
}
@media (max-width: 767px) {
  .c-movie-list > li {
    width: 100%;
  }
}
.c-movie-list > li > .link {
  width: 100%;
  height: 100%;
  display: inline-block;
  border-radius: 0 0 1rem 1rem;
  color: inherit;
  text-decoration: none;
  transition: 0.3s;
}
.c-movie-list > li > .link > .video {
  padding-top: 62.5%;
  width: 100%;
  height: 0;
  position: relative;
}
.c-movie-list > li > .link > .video > iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.c-movie-list > li > .link > .body {
  padding: 1.5rem 1rem 2.25rem;
}
@media (max-width: 1071px) {
  .c-movie-list > li > .link > .body {
    padding: 1.25rem 1rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .c-movie-list > li > .link > .body {
    padding: 1rem 0 0 0;
  }
}
.c-movie-list > li > .link > .body > .title {
  margin: 0;
  font-size: 1rem;
}
@media (max-width: 1071px) {
  .c-movie-list > li > .link > .body > .title {
    font-size: 0.875rem;
  }
}
@media (max-width: 767px) {
  .c-movie-list > li > .link > .body > .title {
    font-size: 1.0625rem;
    font-weight: normal;
  }
}
@media (min-width: 768px) {
  .c-movie-list > li > .link:hover {
    background-color: #EFECE7;
  }
}

/**************************************************/
/* page-menu （フッター上） */
/**************************************************/
.c-page-menu {
  box-sizing: border-box;
  background: #EFECE7;
}
.c-page-menu > .inner {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding: 6.25rem 1.5rem 5rem;
}
@media (max-width: 1071px) {
  .c-page-menu > .inner {
    padding: 3rem 1.5rem;
  }
}
.c-page-menu.-hernia > .inner {
  padding-bottom: 6.25rem;
}
@media (max-width: 1071px) {
  .c-page-menu.-hernia > .inner {
    padding-bottom: 3rem;
  }
}
.c-page-menu > .inner > .menu > .heading {
  border-bottom: 1px solid;
  padding-bottom: 1.5rem;
  margin: 0;
}
@media (max-width: 1071px) {
  .c-page-menu > .inner > .menu > .heading {
    padding-bottom: 0.875rem;
  }
}
.c-page-menu > .inner > .menu > .heading > a {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  align-items: flex-end;
  justify-content: space-between;
  margin: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  color: inherit;
  text-decoration: none;
}
@media (max-width: 1071px) {
  .c-page-menu > .inner > .menu > .heading > a {
    font-size: 1.0625rem;
    display: inline-block;
    position: relative;
    padding-right: 2rem;
  }
  .c-page-menu > .inner > .menu > .heading > a::after {
    position: absolute;
    background: #F8B300;
    width: 1.5rem;
    height: 1.5rem;
    content: "";
    mask: url(../img/icon-arrow-circle-left.svg) center;
    mask-repeat: no-repeat;
    mask-size: contain;
    transition: 0.3s;
    right: 0;
    top: calc(50% - 0.75rem);
  }
}
.c-page-menu > .inner > .menu > .heading > a > span {
  display: inline-block;
  font-size: 1rem;
  padding-right: 2rem;
  position: relative;
}
.c-page-menu > .inner > .menu > .heading > a > span::after {
  position: absolute;
  background: #F8B300;
  width: 1.5rem;
  height: 1.5rem;
  content: "";
  mask: url(../img/icon-arrow-circle-left.svg) center;
  mask-repeat: no-repeat;
  mask-size: contain;
  transition: 0.3s;
  right: 0;
  top: calc(50% - 0.75rem);
}
@media (max-width: 1071px) {
  .c-page-menu > .inner > .menu > .heading > a > span {
    display: none;
  }
}
.c-page-menu > .inner > .menu > .list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  margin: 3rem 0 -1.5rem -2rem;
}
@media (max-width: 1071px) {
  .c-page-menu > .inner > .menu > .list {
    margin: 1.5rem 0 -0.625rem -1rem;
  }
}
.c-page-menu > .inner > .menu > .list > li {
  display: block;
  width: calc(33.3333333333% - 2rem);
  margin: 0 0 1.5rem 2rem;
}
@media (max-width: 1071px) {
  .c-page-menu > .inner > .menu > .list > li {
    width: calc(50% - 1rem);
    margin: 0 0 0.625rem 1rem;
  }
}
@media (max-width: 767px) {
  .c-page-menu > .inner > .menu > .list > li {
    width: calc(100% - 1rem);
  }
}
.c-page-menu > .inner > .menu > .list .btn {
  display: flex;
  flex-wrap: nowrap;
  justify-content: stretch;
  align-items: center;
  box-sizing: border-box;
  position: relative;
  min-height: 4.625rem;
  padding: 0.5rem 1rem;
  border: 1px solid #F8B300;
  border-radius: 0.5rem;
  background: #fff;
  color: inherit;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  box-shadow: 0 0.375rem 0 rgba(62, 27, 1, 0.1);
  transition: all 0.3s ease;
  position: relative;
}
@media (max-width: 1071px) {
  .c-page-menu > .inner > .menu > .list .btn {
    font-size: 1rem;
    font-weight: normal;
    min-height: 3.5rem;
    box-shadow: 0 0.25rem 0 rgba(62, 27, 1, 0.1);
  }
}
.c-page-menu > .inner > .menu > .list .btn::after {
  position: absolute;
  background: #F8B300;
  width: 1.5rem;
  height: 1.5rem;
  content: "";
  mask: url(../img/icon-arrow-circle-left.svg) center;
  mask-repeat: no-repeat;
  mask-size: contain;
  transition: 0.3s;
  right: 1.375rem;
  top: calc(50% - 0.75rem);
}
@media (max-width: 1071px) {
  .c-page-menu > .inner > .menu > .list .btn::after {
    width: 1.25rem;
    height: 1.25rem;
    top: calc(50% - 0.625rem);
  }
}
.c-page-menu > .inner > .menu > .list .btn:hover {
  transform: translateY(0.375rem);
  box-shadow: 0 0 0 rgba(62, 27, 1, 0.1);
}
@media (max-width: 1071px) {
  .c-page-menu > .inner > .menu > .list .btn:hover {
    transform: translateY(0.25rem);
    box-shadow: 0 0 0 rgba(62, 27, 1, 0.1);
  }
}
.c-page-menu > .inner > .clinic {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  margin: 3rem 0 -2rem -2rem;
}
@media (max-width: 767px) {
  .c-page-menu > .inner > .clinic {
    margin: 3rem 0 0 0;
    flex-direction: column;
    row-gap: 1.875rem;
  }
}
.c-page-menu > .inner > .clinic > li {
  display: block;
  width: calc(33.3333333333% - 2rem);
  margin: 0 0 2rem 2rem;
}
@media (max-width: 767px) {
  .c-page-menu > .inner > .clinic > li {
    width: 100%;
    margin: 0;
    text-align: center;
  }
}
.c-page-menu > .inner > .clinic > li .card {
  display: block;
  color: inherit;
  text-decoration: none;
  transition: all 0.5s ease;
}
@media (max-width: 767px) {
  .c-page-menu > .inner > .clinic > li .card {
    margin: 0 2.125rem;
    max-resolution: 0 auto;
    box-sizing: border-box;
  }
}
.c-page-menu > .inner > .clinic > li .card:hover {
  opacity: 0.7;
}
.c-page-menu > .inner > .clinic > li .card:hover .image img {
  transform: scale(1.08);
}
.c-page-menu > .inner > .clinic > li .image {
  display: block;
  overflow: hidden;
}
.c-page-menu > .inner > .clinic > li .image img {
  display: block;
  width: 100%;
  transition: all 0.5s ease;
}
.c-page-menu > .inner > .clinic > li .title {
  margin: 0.75rem 0 0;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
}
@media (max-width: 1071px) {
  .c-page-menu > .inner > .clinic > li .title {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .c-page-menu > .inner > .clinic > li .title {
    font-size: 1.125rem;
    display: inline-block;
    padding-right: 1.75rem;
  }
}
.c-page-menu > .inner > .clinic > li .title::after {
  position: absolute;
  background: #F8B300;
  width: 1.5rem;
  height: 1.5rem;
  content: "";
  mask: url(../img/icon-arrow-circle-left.svg) center;
  mask-repeat: no-repeat;
  mask-size: contain;
  transition: 0.3s;
  right: 0;
  top: calc(50% - 0.75rem);
}
@media (max-width: 1071px) {
  .c-page-menu > .inner > .clinic > li .title::after {
    width: 1.25rem;
    height: 1.25rem;
    top: calc(50% - 0.625rem);
  }
}
.c-page-menu > .inner > .clinic > li .title em {
  color: #FC6202;
}

/**************************************************/
/* contactボタン */
/**************************************************/
.c-contactBtn-wrap {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  column-gap: 4rem;
}
@media (max-width: 1071px) {
  .c-contactBtn-wrap {
    flex-direction: column;
    row-gap: 1.5rem;
  }
}
.c-contactBtn-wrap > li {
  flex: 1;
}

.c-btn-reserve > .btn {
  box-sizing: border-box;
  color: #fff;
  font-weight: bold;
  width: 100%;
  background-color: #fc6202;
  border-radius: 0.5rem;
  box-shadow: 0 0.375rem 0 #9a3a00;
  text-decoration: none;
  font-size: 1.875rem;
  position: relative;
  padding: 1.5625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  margin: 0 auto;
}
@media (max-width: 1071px) {
  .c-btn-reserve > .btn {
    max-width: 27.5rem;
  }
}
@media (max-width: 767px) {
  .c-btn-reserve > .btn {
    font-size: 1.125rem;
    padding: 1.125rem;
    box-shadow: 0 0.25rem 0 #9a3a00;
    max-width: 18.4375rem;
  }
}
.c-btn-reserve > .btn:hover {
  color: #fcd947;
  transform: translateY(0.375rem);
  box-shadow: 0 0 0 #9a3a00;
}
@media (max-width: 767px) {
  .c-btn-reserve > .btn:hover {
    transform: translateY(0.25rem);
    box-shadow: 0 0 0 #9a3a00;
  }
}
.c-btn-reserve > .btn::before {
  content: "";
  display: inline-block;
  background: url(../img/icon-reserve.svg) center center no-repeat;
  background-size: contain;
  width: 1.875rem;
  height: 1.875rem;
  margin-right: 0.5rem;
}
@media (max-width: 767px) {
  .c-btn-reserve > .btn::before {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.c-btn-reserve > .text {
  font-weight: bold;
  text-align: center;
  font-size: 1.125rem;
  margin: 1.25rem 0 0 0;
}

.c-btn-tel {
  text-align: center;
}
.c-btn-tel > .btn {
  text-align: center;
  box-sizing: border-box;
  text-decoration: none;
  background-color: #fcd947;
  border-radius: 0.5rem;
  color: #3e1b01;
  display: inline-block;
  width: 100%;
  padding-top: 1rem;
  margin: 0 auto;
}
@media (max-width: 1071px) {
  .c-btn-tel > .btn {
    max-width: 27.5rem;
  }
}
@media (max-width: 767px) {
  .c-btn-tel > .btn {
    padding-top: 0.625rem;
    box-shadow: 0 0.25rem 0 #8b7723;
    max-width: 18.4375rem;
  }
}
.c-btn-tel > .btn > .wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
}
.c-btn-tel > .btn > .wrap > .dial {
  font-weight: bold;
  font-size: 1.125rem;
  margin: 0;
  color: #000;
}
@media (max-width: 767px) {
  .c-btn-tel > .btn > .wrap > .dial {
    font-size: 0.6875rem;
    margin-right: 0.3125rem;
  }
}
.c-btn-tel > .btn > .wrap > .tag {
  color: #fff;
  font-weight: bold;
  font-size: 0.8125rem;
  display: inline-block;
  border-radius: 0.25rem;
  padding: 0.125rem 0.375rem;
  background-color: #3e1b01;
}
@media (max-width: 767px) {
  .c-btn-tel > .btn > .wrap > .tag {
    font-size: 0.4375rem;
  }
}
.c-btn-tel > .btn > .number {
  font-weight: bold;
  font-style: italic;
  font-size: 3.125rem;
  font-family: "Poppins", sans-serif;
  margin-top: -0.5rem;
  line-height: 1.3;
  display: inline-block;
  position: relative;
  padding-left: 3rem;
}
@media (max-width: 767px) {
  .c-btn-tel > .btn > .number {
    font-size: 1.9375rem;
    padding-left: 1.875rem;
    margin-top: -0.3125rem;
  }
}
.c-btn-tel > .btn > .number::before {
  position: absolute;
  content: "";
  width: 2.5625rem;
  height: 1.6875rem;
  background: url(../img/icon-freedial.svg) center center no-repeat;
  background-size: contain;
  left: 0;
  top: 55%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .c-btn-tel > .btn > .number::before {
    width: 1.625rem;
    height: 1.0625rem;
  }
}
.c-btn-tel > .text {
  font-weight: bold;
  text-align: center;
  margin: 0.875rem 0 0 0;
}
@media (max-width: 767px) {
  .c-btn-tel > .text {
    margin-top: 1.25rem;
    font-size: 1.125rem;
  }
}

/**************************************************/
/* components */
/**************************************************/
/**************************************************/
/* components - basic */
/**************************************************/
.c-marker {
  background: linear-gradient(transparent 70%, #fcd947 0%);
  display: inline;
}

.c-link-a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
  font-weight: bold;
  font-size: 1.125rem;
  padding-right: 2rem;
  position: relative;
  transition: 0.3s;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .c-link-a {
    font-size: 1.0625rem;
  }
}
.c-link-a::after {
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  right: 0;
  top: calc(50% - 0.75rem);
  display: inline-block;
  background: #f8b300;
  content: "";
  mask: url(../img/icon-arrow-circle-left.svg) center;
  mask-repeat: no-repeat;
  mask-size: contain;
  transition: 0.3s;
}
.c-link-a:hover {
  color: #fc6202;
}
.c-link-a:hover::after {
  background: #fc6202;
}

.c-text-a {
  font-size: 1.125rem;
  line-height: 2;
  margin: 3.75rem 0 0 0;
}
@media (max-width: 1071px) {
  .c-text-a {
    font-size: 1.0625rem;
    margin-top: 2rem;
  }
}

.c-heading-a {
  text-align: center;
  margin: 0;
}
.c-heading-a > span {
  font-size: 2rem;
  position: relative;
  padding: 0.875rem 0.5rem;
  display: inline-block;
  z-index: 1;
  text-align: left;
}
@media (max-width: 1071px) {
  .c-heading-a > span {
    font-size: 1.375rem;
    padding: 1rem 0.5rem;
  }
}
.c-heading-a > span::before, .c-heading-a > span::after {
  content: "";
  position: absolute;
  background: url(../../shared/img/single-quotation.svg) center center no-repeat;
  width: 2.125rem;
  height: 4rem;
  background-size: contain;
  z-index: -1;
}
@media (max-width: 1071px) {
  .c-heading-a > span::before, .c-heading-a > span::after {
    width: 1.8125rem;
    height: 3.375rem;
  }
}
.c-heading-a > span::before {
  left: 0;
  top: 0rem;
}
.c-heading-a > span::after {
  right: 0;
  bottom: 0;
  transform: rotate(180deg);
}
@media (max-width: 1071px) {
  .c-heading-a > span::after {
    top: auto;
    transform: rotate(180deg);
  }
}
.c-heading-a.-large > span {
  font-size: 2.5rem;
  padding: 0.5rem;
  vertical-align: middle;
}
@media (max-width: 1071px) {
  .c-heading-a.-large > span {
    font-size: 1.375rem;
    padding: 1.0625rem 0.5rem;
  }
}
@media (max-width: 767px) {
  .c-heading-a.-large > span {
    padding: 0.625rem 0.5rem;
    text-align: center;
  }
}
.c-heading-a.-large > span::before, .c-heading-a.-large > span::after {
  width: 3.625rem;
  height: 6.75rem;
}
@media (max-width: 1071px) {
  .c-heading-a.-large > span::before, .c-heading-a.-large > span::after {
    width: 1.8125rem;
    height: 3.375rem;
  }
}
.c-heading-a.-large > span::before {
  top: 0;
  transform: translateY(0);
}
@media (max-width: 1071px) {
  .c-heading-a.-large > span::before {
    top: 0rem;
  }
}
.c-heading-a.-large > span::after {
  top: auto;
  bottom: 0;
  transform: translateY(0) rotate(180deg);
}
@media (max-width: 1071px) {
  .c-heading-a.-large > span::after {
    bottom: 0rem;
  }
}
.c-heading-a.-medium > span {
  font-size: 2.25rem;
}
@media (max-width: 1071px) {
  .c-heading-a.-medium > span {
    font-size: 1.375rem;
  }
}
.c-heading-a.-white > span::before, .c-heading-a.-white > span::after {
  background: url(../../shared/img/single-quotation-white.svg) center center no-repeat;
  background-size: contain;
}

.c-heading-b {
  font-size: 1.75rem;
  margin: 0;
  padding: 0 0 1.5rem;
  position: relative;
  border-bottom: solid 0.125rem #D9D5CD;
}
.c-heading-b.-small {
  font-size: 1.25rem;
  padding-bottom: 0.875rem;
}
@media (max-width: 1071px) {
  .c-heading-b {
    padding: 0 0 0.875rem;
    font-size: 1.375rem;
    line-height: 1.4;
  }
  .c-heading-b.-small {
    font-size: 1.0625rem;
  }
}
.c-heading-b::before {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 0.125rem #FFB012;
  bottom: -0.125rem;
  width: 31.3%;
}
@media (max-width: 1071px) {
  .c-heading-b::before {
    width: 36.6%;
  }
}

.c-heading-c {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0;
  padding: 0 0 0 1.75rem;
  position: relative;
}
@media (max-width: 1071px) {
  .c-heading-c {
    font-size: 1.25rem;
    line-height: 1.4;
    padding-left: 1rem;
  }
}
.c-heading-c::before {
  position: absolute;
  content: " ";
  left: 0;
  width: 0.25rem;
  height: 100%;
  background-color: #FFB012;
}

.c-heading-d {
  font-size: 1.25rem;
  font-weight: bold;
  margin: 0;
  padding: 0 0 0 2.25rem;
  position: relative;
}
@media (max-width: 1071px) {
  .c-heading-d {
    padding: 0 0 0 1.5rem;
  }
}
.c-heading-d::before {
  position: absolute;
  content: "";
  top: 0.8rem;
  left: 0;
  width: 1rem;
  height: 0.125rem;
  border-radius: 0.125rem;
  background-color: #FFB012;
}
@media (max-width: 1071px) {
  .c-heading-d::before {
    top: 1rem;
  }
}

.c-heading-e {
  position: relative;
  margin: 0;
  padding: 0 0 0 3.625rem;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 2;
  counter-increment: heading;
}
@media (max-width: 1071px) {
  .c-heading-e {
    padding: 0 0 0 2.5rem;
    font-size: 1.125rem;
    line-height: 1.5;
  }
}
.c-heading-e::before {
  content: counter(heading);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  padding: 0.375rem 0.8125rem;
  background-color: #FFB012;
  border-radius: 0.25rem;
  font-size: 1.5rem;
  line-height: 1.2;
}
@media (max-width: 1071px) {
  .c-heading-e::before {
    padding: 0.375rem 0.6875rem;
    font-size: 1.0625rem;
  }
}

.c-btn-a {
  color: inherit;
  text-align: center;
  display: inline-block;
  padding: 0.75rem 5rem;
  border-radius: 6.25rem;
  background-color: #ffb012;
  font-weight: bold;
  text-decoration: none;
  font-size: 1.5rem;
  box-sizing: border-box;
  box-shadow: 0 0.25rem 0 rgba(82, 59, 1, 0.7);
  transition: all 0.3s ease;
  max-width: 100%;
}
@media (max-width: 1071px) {
  .c-btn-a {
    font-size: 1.25rem;
  }
}
@media (max-width: 767px) {
  .c-btn-a {
    font-size: 1.0625rem;
    padding: 0.625rem;
    width: 18.4375rem;
  }
}
.c-btn-a:hover {
  transform: translateY(0.25rem);
  color: #b74701;
  box-shadow: 0 0 0 rgba(82, 59, 1, 0.7);
}

.c-btn-b {
  color: #fff;
  text-align: center;
  display: inline-block;
  padding: 0.5rem 2rem;
  border-radius: 6.25rem;
  background-color: #fc6202;
  font-weight: bold;
  text-decoration: none;
  box-shadow: 0 0.25rem 0 rgba(82, 59, 1, 0.6);
  transition: all 0.3s ease;
  max-width: 100%;
  box-sizing: border-box;
}
.c-btn-b:hover {
  transform: translateY(0.25rem);
  color: #fcd947;
  box-shadow: 0 0 0 rgba(95, 37, 1, 0.6);
}

.c-btn-c {
  display: inline-block;
  padding: 0.625rem 2.125rem;
  border-radius: 6.25rem;
  border: solid 2px #FFB012;
  text-decoration: none;
  color: inherit;
  transition: 0.3s;
  font-weight: bold;
  text-align: center;
}
.c-btn-c:hover {
  background-color: #FDF4CE;
  color: #fc6202;
  border-color: #fc6202;
}

.c-btn-d-list, .c-btn-e-list {
  display: flex;
  margin: 0;
  padding: 0;
  gap: 2rem;
  flex-wrap: wrap;
  list-style: none;
}
@media (max-width: 1071px) {
  .c-btn-d-list, .c-btn-e-list {
    gap: 1rem 1.25rem;
  }
}
@media (max-width: 767px) {
  .c-btn-d-list, .c-btn-e-list {
    max-width: 100%;
    width: 18.4375rem;
    margin-inline: auto;
  }
}
.c-btn-d-list > li, .c-btn-e-list > li {
  width: calc((100% - 4rem) / 3);
}
@media (max-width: 1071px) {
  .c-btn-d-list > li, .c-btn-e-list > li {
    width: calc((100% - 1.25rem) / 2);
  }
}
@media (max-width: 767px) {
  .c-btn-d-list > li, .c-btn-e-list > li {
    width: 100%;
  }
}

.c-btn-d, .c-btn-e {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  color: inherit;
  text-decoration: none;
  border: solid 1px #ffb012;
  border-radius: 0.5rem;
  padding: 1.375rem 1.5rem;
  box-shadow: 0 0.375rem 0 #efece7;
  transition: 0.3s;
  background-color: #fff;
}
@media (max-width: 1071px) {
  .c-btn-d, .c-btn-e {
    padding: 0.8125rem 1rem;
    border-radius: 0.25rem;
  }
}
.c-btn-d > .title, .c-btn-e > .title {
  font-weight: bold;
  font-size: 1.125rem;
  position: relative;
  padding-right: 2rem;
  display: inline-block;
  transition: 0.3s;
}
@media (max-width: 1071px) {
  .c-btn-d > .title, .c-btn-e > .title {
    font-size: 1.0625rem;
    padding-right: 1.75rem;
  }
}
.c-btn-d > .title::after, .c-btn-e > .title::after {
  display: block;
  position: absolute;
  top: calc(50% - 0.75rem);
  right: 0;
  width: 1.5rem;
  height: 1.5rem;
  background: #f8b300;
  content: "";
  mask: url(../img/icon-arrow-circle-left.svg) center;
  mask-repeat: no-repeat;
  mask-size: contain;
  transition: 0.3s;
}
@media (max-width: 1071px) {
  .c-btn-d > .title::after, .c-btn-e > .title::after {
    width: 1.25rem;
    height: 1.25rem;
    top: calc(50% - 0.625rem);
  }
}
.c-btn-d > .text, .c-btn-e > .text {
  margin: 0.625rem 0 0 0;
  color: #000;
}
@media (max-width: 1071px) {
  .c-btn-d > .text, .c-btn-e > .text {
    margin-top: 0.125rem;
  }
}
.c-btn-d:hover, .c-btn-e:hover {
  box-shadow: 0 0 0 #efece7;
  transform: translateY(0.375rem);
}
.c-btn-d:hover > .title, .c-btn-e:hover > .title {
  color: #fc6202;
}
.c-btn-d:hover > .title::after, .c-btn-e:hover > .title::after {
  background-color: #fc6202;
}

@media (max-width: 1071px) {
  .c-btn-e-list {
    gap: 1.5rem 1.25rem;
  }
}

.c-btn-e {
  border-radius: 0.5rem;
  padding: 1.4375rem 1.375rem 1.4375rem 1.5rem;
  box-shadow: 0 0.375rem 0 #D9D5CD;
}
@media (max-width: 1071px) {
  .c-btn-e {
    padding: 0.875rem 1.5rem;
  }
}
.c-btn-e > .title {
  width: 100%;
  box-sizing: border-box;
}
@media (max-width: 1071px) {
  .c-btn-e > .title {
    font-size: 1.0625rem;
  }
}
.c-btn-e > .title::after {
  top: 50%;
  transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
}
.c-btn-e.-down > .title::after {
  transform: translateY(-50%) rotate(90deg);
}

.c-list-check {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
@media (max-width: 1071px) {
  .c-list-check {
    row-gap: 0.625rem;
  }
}
.c-list-check > li {
  padding-left: 1.875rem;
  font-size: 1.125rem;
  position: relative;
}
@media (max-width: 1071px) {
  .c-list-check > li {
    padding-left: 1.4375rem;
    font-size: 1.0625rem;
    line-height: 1.5;
  }
}
.c-list-check > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.4rem;
  background: url(../img/icon-check-orange.svg) center center no-repeat;
  background-size: contain;
  width: 1.25rem;
  height: 1rem;
}
@media (max-width: 1071px) {
  .c-list-check > li::before {
    width: 0.875rem;
    height: 0.6875rem;
    top: 0.6rem;
  }
}

.c-list-dot {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
@media (max-width: 1071px) {
  .c-list-dot {
    row-gap: 0.625rem;
  }
}
.c-list-dot > li {
  padding-left: 1rem;
  font-size: 1.125rem;
  line-height: 1.5;
  position: relative;
  list-style: none;
}
@media (max-width: 1071px) {
  .c-list-dot > li {
    font-size: 1.0625rem;
  }
}
.c-list-dot > li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.6rem;
  left: 0;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #FFB012;
}

.c-list-num {
  font-size: 1.125rem;
  line-height: 2;
  margin: 4rem 0 0 0;
  padding-left: 1.5em;
}
@media (max-width: 1071px) {
  .c-list-num {
    font-size: 1.0625rem;
    margin-top: 2rem;
  }
}

.c-timetable {
  box-sizing: border-box;
  width: 100%;
  margin: auto;
  table-layout: fixed;
  border-collapse: collapse;
}
.c-timetable th {
  box-sizing: border-box;
  padding: 1.5rem 0;
  font-size: 1.375rem;
  font-weight: normal;
  text-align: left;
}
.c-timetable th.hours {
  width: 10.625rem;
}
.c-timetable td {
  box-sizing: border-box;
  position: relative;
  font-size: 1.125rem;
  text-align: center;
}
.c-timetable td > .maru {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.4375rem;
  height: 1.4375rem;
  border-radius: 6.25rem;
  background-color: #FCD947;
  content: "";
  transform: translate(-50%, -50%);
}
.c-timetable td > .bar {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.4375rem;
  height: 0.1875rem;
  background-color: #C1BFBC;
  content: "";
  transform: translate(-50%, -50%);
}
.c-timetable thead th {
  border-bottom: solid 1px #FFB012;
  font-size: 1.375rem;
  font-weight: bold;
  text-align: center;
}
.c-timetable tr:not(:last-child) th, .c-timetable tr:not(:last-child) td {
  border-bottom: dashed 1px #FFB012;
}
@media (max-width: 1071px) {
  .c-timetable th {
    padding: 0.875rem 0;
    font-size: 0.875rem;
  }
  .c-timetable th.hours {
    width: 8.125rem;
  }
  .c-timetable td {
    padding: 0.875rem 0;
    font-size: 0.875rem;
  }
  .c-timetable td > .maru {
    width: 0.875rem;
    height: 0.875rem;
  }
  .c-timetable td > .bar {
    width: 0.875rem;
    height: 0.125rem;
  }
  .c-timetable thead th {
    padding: 0.875rem 0;
    font-size: 1.125rem;
  }
}
@media (max-width: 767px) {
  .c-timetable th.hours {
    width: 4em;
  }
  .c-timetable thead th {
    font-size: 1rem;
  }
}

.c-timetable-b {
  width: 100%;
  margin: 0 auto;
  border-top: solid 1px #999999;
  border-bottom: solid 1px #999999;
  table-layout: fixed;
  border-collapse: collapse;
}
.c-timetable-b th, .c-timetable-b td {
  padding: 0.75rem 0.25rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25;
  text-align: center;
  vertical-align: middle;
}
.c-timetable-b th {
  font-weight: bold;
}
.c-timetable-b th.hours {
  width: 7em;
  font-size: 1rem;
  text-align: left;
}
.c-timetable-b td {
  position: relative;
}
.c-timetable-b td > .maru {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border-radius: 6.25rem;
  background-color: #FCD947;
  line-height: 0;
  content: "";
}
.c-timetable-b td > .bar {
  display: inline-block;
  position: absolute;
  top: calc(50% - 0.0625rem);
  left: 0;
  right: 0;
  width: 1rem;
  height: 0.125rem;
  margin: auto;
  background-color: #C1BFBC;
  content: "";
}
.c-timetable-b thead th {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  font-size: 1rem;
}
.c-timetable-b tbody th, .c-timetable-b tbody td {
  border-top: dashed 1px #FFB012;
}
.c-clinic-introduction {
  display: flex;
  flex-direction: column;
  row-gap: 5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 767px) {
  .c-clinic-introduction {
    row-gap: 2.5rem;
  }
}
.c-clinic-introduction .item > .head {
  color: #fc6202;
  font-size: 2rem;
  margin: 0;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 767px) {
  .c-clinic-introduction .item > .head {
    font-size: 1.5rem;
  }
}
.c-clinic-introduction .item > .subHead {
  text-align: center;
  margin: 1rem 0 0 0;
  font-size: 1.25rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .c-clinic-introduction .item > .subHead {
    margin-top: 0.625rem;
  }
}
.c-clinic-introduction .item > .wrap {
  display: flex;
  column-gap: 2.75rem;
  margin-top: 3rem;
}
@media (max-width: 1071px) {
  .c-clinic-introduction .item > .wrap {
    column-gap: 1.25rem;
    margin-top: 1.5rem;
  }
}
@media (max-width: 767px) {
  .c-clinic-introduction .item > .wrap {
    flex-direction: column;
    row-gap: 2rem;
  }
}
.c-clinic-introduction .item > .wrap > .image {
  border-radius: 1.5rem;
  flex: 1;
  overflow: hidden;
}
@media (max-width: 1071px) {
  .c-clinic-introduction .item > .wrap > .image {
    border-radius: 1.25rem;
  }
}
@media (max-width: 767px) {
  .c-clinic-introduction .item > .wrap > .image {
    border-radius: 1rem;
  }
}
.c-clinic-introduction .item > .wrap > .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-clinic-introduction .item > .wrap > .map {
  width: 37%;
  aspect-ratio: 1;
}
@media (max-width: 767px) {
  .c-clinic-introduction .item > .wrap > .map {
    width: 15rem;
    margin: 0 auto;
  }
}
.c-clinic-introduction .item > .wrap > .map > iframe {
  width: 100%;
  height: 100%;
}
.c-clinic-introduction .item > .textWrap {
  margin-top: 1.875rem;
  display: flex;
  column-gap: 2.75rem;
}
@media (max-width: 1071px) {
  .c-clinic-introduction .item > .textWrap {
    margin-top: 2.75rem;
    flex-direction: column;
    row-gap: 2.5rem;
  }
}
@media (max-width: 767px) {
  .c-clinic-introduction .item > .textWrap {
    row-gap: 2rem;
    margin-top: 2rem;
  }
}
.c-clinic-introduction .item > .textWrap > .info {
  flex: 1;
}
@media (max-width: 1071px) {
  .c-clinic-introduction .item > .textWrap > .info {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .c-clinic-introduction .item > .textWrap > .info {
    text-align: left;
  }
}
.c-clinic-introduction .item > .textWrap > .info > .address {
  margin: 0;
  font-size: 1.125rem;
}
@media (max-width: 767px) {
  .c-clinic-introduction .item > .textWrap > .info > .address {
    font-size: 1.0625rem;
  }
}
.c-clinic-introduction .item > .textWrap > .info > .root {
  margin: 0.5rem 0 0 0;
}
.c-clinic-introduction .item > .textWrap > .info > .fax {
  padding-left: 1.625rem;
  font-size: 0.9375rem;
  margin-top: 1.25rem;
  position: relative;
  margin-right: 1.625rem;
  display: inline-block;
}
@media (max-width: 767px) {
  .c-clinic-introduction .item > .textWrap > .info > .fax {
    margin-top: 1.875rem;
    margin-right: 0.875rem;
    font-size: 1.0625rem;
  }
}
.c-clinic-introduction .item > .textWrap > .info > .fax::before {
  position: absolute;
  width: 1.25rem;
  height: 1.25rem;
  content: "";
  background: url(../img/icon-fax.svg) center center no-repeat;
  background-size: contain;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.c-clinic-introduction .item > .textWrap > .info > .mail {
  display: inline-block;
  padding-left: 1.625rem;
  font-size: 0.9375rem;
  margin-top: 1.25rem;
  position: relative;
  color: inherit;
  text-decoration: none;
}
.c-clinic-introduction .item > .textWrap > .info > .mail::before {
  position: absolute;
  width: 1.25rem;
  height: 1.25rem;
  content: "";
  background: url(../img/icon-mail.svg) center center no-repeat;
  background-size: contain;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.c-clinic-introduction .item > .textWrap .table {
  width: 37%;
}
@media (max-width: 1071px) {
  .c-clinic-introduction .item > .textWrap .table {
    width: 55.5%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .c-clinic-introduction .item > .textWrap .table {
    width: 100%;
  }
}
.c-clinic-introduction .item .contactBox {
  margin-top: 2.5rem;
  background-color: #fff;
  border-radius: 0.5rem;
  padding: 1.5rem 2rem;
  display: flex;
  align-items: center;
  column-gap: 1.25rem;
}
@media (max-width: 1071px) {
  .c-clinic-introduction .item .contactBox {
    margin-top: 3.125rem;
    flex-direction: column;
    row-gap: 2rem;
    padding-bottom: 2.5rem;
  }
}
@media (max-width: 767px) {
  .c-clinic-introduction .item .contactBox {
    margin-top: 2rem;
    row-gap: 1rem;
    padding: 1rem 1rem 1.25rem;
  }
}
.c-clinic-introduction .item .contactBox > .contact {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 1rem;
}
@media (max-width: 1071px) {
  .c-clinic-introduction .item .contactBox > .contact {
    flex-direction: column;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .c-clinic-introduction .item .contactBox > .contact {
    gap: 0.5rem;
  }
}
.c-clinic-introduction .item .contactBox > .contact > li {
  background-color: #efece7;
  border-radius: 0.5rem;
  padding: 1.5rem 1.875rem 1.125rem;
}
@media (max-width: 1071px) {
  .c-clinic-introduction .item .contactBox > .contact > li {
    padding: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
}
@media (max-width: 767px) {
  .c-clinic-introduction .item .contactBox > .contact > li {
    padding: 1.125rem 1.875rem;
    flex-direction: column;
    justify-content: center;
  }
}
.c-clinic-introduction .item .contactBox > .contact > li > .head {
  font-weight: bold;
  font-size: 1.125rem;
  margin: 0;
}
@media (max-width: 767px) {
  .c-clinic-introduction .item .contactBox > .contact > li > .head {
    font-size: 1.25rem;
    text-align: center;
  }
}
.c-clinic-introduction .item .contactBox > .contact > li > .tel {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 1.625rem;
  color: inherit;
  text-decoration: none;
  padding-left: 1.5rem;
  position: relative;
  margin-top: 0.75rem;
  display: inline-block;
}
@media (max-width: 1071px) {
  .c-clinic-introduction .item .contactBox > .contact > li > .tel {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .c-clinic-introduction .item .contactBox > .contact > li > .tel {
    font-size: 1.375rem;
    margin-top: 0.5rem;
    padding-left: 1.375rem;
    text-align: center;
  }
}
.c-clinic-introduction .item .contactBox > .contact > li > .tel::before {
  position: absolute;
  content: "";
  background: url(../img/icon-tel.svg) center center no-repeat;
  background-size: contain;
  width: 1.3125rem;
  height: 1.375rem;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .c-clinic-introduction .item .contactBox > .contact > li > .tel::before {
    width: 1.1875rem;
    height: 1.1875rem;
  }
}
.c-clinic-introduction .item .contactBox > .contact > li > .formBtn {
  margin-top: 0.625rem;
}
@media (max-width: 1071px) {
  .c-clinic-introduction .item .contactBox > .contact > li > .formBtn {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .c-clinic-introduction .item .contactBox > .contact > li > .formBtn {
    margin-top: 0.8125rem;
    width: 100%;
  }
}
.c-clinic-introduction .item .contactBox > .moreBtn {
  flex: 1;
}

@media (max-width: 1071px) {
  .-expand::before {
    content: "";
    background: url(../img/icon-expand.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 3rem;
    height: 3rem;
  }
}

#lightboxOverlay {
  position: fixed !important;
  top: 0;
  left: 0;
  height: 100% !important;
  width: 100% !important;
}

#lightbox {
  position: fixed !important;
  top: 50% !important;
  transform: translateY(-50%);
}

/**************************************************/
/* components - form */
/**************************************************/
:root {
  --form-border-color: #ccc;
  --form-required-color: #E80000;
  --form-alert-color: #F00;
  --form-alert-bg-color: #FFF0F0;
  --form-btn-bg-color: #000;
  --form-btn-edit-color: #6F6F6F;
}

form label {
  cursor: pointer;
}
form textarea {
  line-height: 1.25;
  resize: vertical;
}

*:placeholder-shown {
  color: #aaa;
}
*::-webkit-input-placeholder {
  color: #aaa;
}
*:-moz-placeholder {
  color: #aaa;
  opacity: 1;
}
*::-moz-placeholder {
  color: #aaa;
  opacity: 1;
}
*:-ms-input-placeholder {
  color: #aaa;
}

:focus::-webkit-input-placeholder {
  color: transparent;
}

:focus::-moz-placeholder {
  color: transparent;
}

.f-error-text {
  display: inline-block;
  position: relative;
  margin: 0.625rem 0 0;
  padding: 0.5em 1em;
  border-radius: 0.1875rem;
  background: var(--form-alert-bg-color);
  color: var(--form-alert-color);
  font-weight: 700;
}

.f-error-message {
  display: block;
  margin-bottom: 2.5rem;
  padding: 1em;
  background: var(--form-alert-bg-color);
  color: var(--form-alert-color);
  font-weight: 700;
}
.f-error-message > .error {
  display: block;
  margin: 0;
  background-color: transparent;
}

.f-field {
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  padding: 0.625em 0.75em;
  border: 1px solid var(--form-border-color);
  border-radius: 0;
  line-height: 1.25em;
}

textarea.f-field {
  display: block;
  line-height: 1.25;
}

.f-checkbox {
  display: inline-block;
  cursor: pointer;
}
.f-checkbox > .intext {
  display: block;
  position: relative;
  padding: 0.125rem 0.125rem 0.125rem 1.75rem;
  font-size: 1rem;
  line-height: 1.5;
}
.f-checkbox > .intext::after {
  display: block;
  box-sizing: border-box;
  position: absolute;
  top: 0.25rem;
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid var(--form-border-color);
  border-radius: 0;
  background: #fff no-repeat center/1.125rem 1.125rem;
  content: "";
}
.f-checkbox > input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
.f-checkbox > input[type=checkbox]:checked ~ .intext::after {
  background-image: url(../img/icon-checkbox-checked.svg);
}

.f-radio {
  display: inline-block;
  cursor: pointer;
}
.f-radio > .intext {
  display: block;
  position: relative;
  padding: 0.125rem 0.125rem 0.125rem 1.75rem;
  font-size: 1rem;
  line-height: 1.5;
}
.f-radio > .intext::after {
  display: block;
  box-sizing: border-box;
  position: absolute;
  top: 0.25rem;
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid var(--form-border-color);
  border-radius: 50%;
  background: #fff no-repeat center/1.125rem 1.125rem;
  content: "";
}
.f-radio > input[type=radio] {
  position: absolute;
  opacity: 0;
}
.f-radio > input[type=radio]:checked ~ .intext::after {
  background-image: url(../img/icon-checkbox-checked.svg);
}

.f-selectbox {
  appearance: none;
  position: relative;
  padding: 0.625em 2.625em 0.625em 0.75em;
  border: 1px solid var(--form-border-color);
  border-radius: 0.25em;
  background: url(../img/icon-select.svg) no-repeat right 0.625em top 50%, linear-gradient(to bottom, #eee 0%, #ddd 100%) no-repeat right -1px top 50%, #fff;
  background-size: 0.75em 0.75em, 2em 100%;
  line-height: 1.25em;
}
.f-selectbox::-ms-expand {
  display: none;
}
.f-selectbox.-full {
  width: 100%;
}
.f-selectbox.-short {
  width: 100%;
  max-width: 8.75rem;
}
.f-selectbox.-middle {
  width: 100%;
  max-width: 15.625rem;
}
.f-selectbox.-long {
  width: 100%;
  max-width: 25rem;
}

.f-btn {
  border: none;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  border-radius: 2px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 1em;
  background: var(--form-btn-bg-color);
  color: #fff;
  font-weight: 700;
}
.f-btn > .txt {
  display: inline-block;
  position: relative;
}

.f-input-form {
  margin: 1rem 0 0;
}
.f-input-form.-short {
  max-width: 8.75rem;
}
.f-input-form.-middle {
  max-width: 15rem;
}
.f-input-form.-long {
  max-width: 25rem;
}

.f-input-columns {
  list-style: none;
  margin: 1rem 0 0;
  padding-left: 0;
  line-height: 1.5;
}
.f-input-columns > li + li {
  padding-top: 0.5rem;
}

.f-input-rows {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  margin: 1rem 0 -0.5rem -1rem;
  line-height: 1.5;
}
.f-input-rows > li {
  display: block;
  box-sizing: border-box;
  margin: 0 0 0.5rem 1rem;
}
.f-input-units {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  align-items: center;
  margin: 1rem 0 -0.5rem -1rem;
  line-height: 1.5;
}
.f-input-units > .unit {
  display: block;
  box-sizing: border-box;
  margin: 0 0 0.5rem 1rem;
}
.f-input-units.-name {
  flex-wrap: nowrap;
  margin-left: -1rem;
}
.f-input-units.-name > .unit {
  width: calc(50% - 1rem);
  margin-left: 1rem;
}
.f-input-units.-zip {
  flex-wrap: nowrap;
  align-items: center;
  margin-left: -0.5rem;
}
.f-input-units.-zip > .unit {
  margin-left: 0.5rem;
}
.f-input-units.-zip > .unit:nth-child(2) {
  width: 6.25rem;
}
.f-input-units.-zip > .unit:nth-child(4) {
  width: 8.75rem;
}
.f-submit {
  max-width: 15rem;
  margin: 2.5rem auto 0;
}

.f-table {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
  margin: 0;
}
.f-table th, .f-table td {
  padding: 1.25rem 1em;
  border-bottom: 1px solid var(--form-alert-bg-color);
  font-size: 1rem;
  font-weight: 400;
  text-align: left;
  line-height: 2;
}
.f-table th > *:first-child, .f-table td > *:first-child {
  margin-top: 0 !important;
}
.f-table th {
  vertical-align: top;
  white-space: nowrap;
}
.f-table .required {
  display: block;
  position: relative;
  padding-right: 4.375rem;
}
.f-table .required::after {
  display: inline-block;
  content: "必須";
  position: absolute;
  top: 0.375rem;
  right: 0;
  padding: 0.25rem 1.5em;
  background: var(--form-required-color);
  font-size: 0.75em;
  color: #fff;
  line-height: 1;
  letter-spacing: 0;
  vertical-align: inherit;
}
.f-table.-confirm th {
  font-weight: 700;
}
@media (max-width: 1071px) {
  .f-table {
    display: block;
  }
  .f-table tbody, .f-table tr, .f-table th, .f-table td {
    display: block;
  }
  .f-table th, .f-table td {
    padding: 0;
    border-bottom: none;
    line-height: 1.75;
  }
  .f-table tr + tr {
    margin-top: 2rem;
  }
  .f-table th {
    width: auto;
  }
  .f-table td {
    margin-top: 0.5rem;
  }
  .f-table .required {
    padding-right: 0;
  }
  .f-table .required::after {
    position: relative;
    top: auto;
    margin-left: 1em;
    padding: 0.1875rem 1em;
  }
}

/**************************************************/
/* pages */
/**************************************************/
/**************************************************/
/* Home */
/**************************************************/
.top-title {
  text-align: center;
  margin: 0;
}
.top-title > .en {
  display: inline-block;
  font-size: 1.5rem;
  font-family: "Poppins", sans-serif;
  font-style: italic;
  letter-spacing: 0.2em;
  font-weight: 400;
  margin-bottom: 1.25rem;
  position: relative;
  padding: 0 4rem;
}
@media (max-width: 1071px) {
  .top-title > .en {
    font-size: 1.25rem;
    margin-bottom: 1rem;
    padding: 0 2.75rem;
  }
}
@media (max-width: 1071px) and (max-width: 767px) {
  .top-title > .en {
    font-size: 1rem;
    padding: 0 2.5rem;
    margin-bottom: 0.5rem;
  }
}
.top-title > .en::before, .top-title > .en::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 3rem;
  background-color: #707070;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1071px) {
  .top-title > .en::before, .top-title > .en::after {
    width: 2rem;
  }
}
@media (max-width: 767px) {
  .top-title > .en::before, .top-title > .en::after {
    width: 1.5rem;
  }
}
.top-title > .en::before {
  left: 0;
}
.top-title > .en::after {
  right: 0;
}
.top-title > .ja {
  display: block;
  font-size: 2.25rem;
}
@media (max-width: 1071px) {
  .top-title > .ja {
    font-size: 1.75rem;
  }
}
@media (max-width: 767px) {
  .top-title > .ja {
    font-size: 1.375rem;
  }
}
.top-title > .ja > em {
  color: #fc6202;
}
.top-title.-small > .ja {
  font-size: 2rem;
}
@media (max-width: 1071px) {
  .top-title.-small > .ja {
    font-size: 1.75rem;
  }
}
.top-title.-small > .en {
  margin-bottom: 0.5rem;
}
.top-title.-left {
  text-align: left;
}
.top-title.-left > .en {
  padding-left: 0;
}
.top-title.-left > .en::before {
  display: none;
}
.top-title.-white {
  color: #fff;
}
.top-title.-white > .en::before, .top-title.-white > .en::after {
  background-color: #fff;
}
@media (max-width: 1071px) {
  .top-title.-lg-low-center {
    text-align: center;
  }
  .top-title.-lg-low-center > .en {
    padding: 0 2.75rem;
  }
  .top-title.-lg-low-center > .en::before {
    display: block;
  }
}
@media (max-width: 767px) {
  .top-title.-md-low-center {
    text-align: center;
  }
  .top-title.-md-low-center > .en {
    padding: 0 2.5rem;
  }
  .top-title.-md-low-center > .en::before {
    display: block;
  }
}

body.pg-home .main-visual {
  background-color: #f8f7f3;
  position: relative;
}
@media (min-width: 1601px) {
  body.pg-home .main-visual {
    min-height: 37.5rem;
  }
}
body.pg-home .main-visual::after {
  content: "";
  position: absolute;
  width: 1600px;
  max-width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background: url(../../images/home/mv.jpg) center top 28% no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  body.pg-home .main-visual::after {
    background-position: center right;
  }
}
body.pg-home .main-visual > .textarea {
  position: relative;
  z-index: 2;
  padding-top: 6.125rem;
  padding-left: 4.5rem;
  padding-bottom: 8.75rem;
}
@media (min-width: 1601px) {
  body.pg-home .main-visual > .textarea {
    position: absolute;
    right: 58%;
    top: 0;
  }
}
@media (max-width: 1071px) {
  body.pg-home .main-visual > .textarea {
    padding: 5.625rem 0 4.875rem 2.5rem;
  }
}
@media (max-width: 767px) {
  body.pg-home .main-visual > .textarea {
    padding: 2.8125rem 0.625rem 6.875rem 0;
    margin-left: auto;
    width: 56%;
  }
}
body.pg-home .main-visual > .textarea > .title {
  margin: 0;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1.4444444444;
  font-size: 2.25rem;
  font-weight: 500;
}
@media (max-width: 1071px) {
  body.pg-home .main-visual > .textarea > .title {
    font-size: 1.875rem;
  }
}
@media (max-width: 767px) {
  body.pg-home .main-visual > .textarea > .title {
    font-size: 1.25rem;
  }
}
body.pg-home .main-visual > .textarea > .title > span {
  background: linear-gradient(transparent 85%, #ffb012 0%);
  display: inline;
  font-weight: bold;
  font-size: 2.8125rem;
}
@media (max-width: 1071px) {
  body.pg-home .main-visual > .textarea > .title > span {
    font-size: 2.375rem;
  }
}
@media (max-width: 767px) {
  body.pg-home .main-visual > .textarea > .title > span {
    font-size: 1.5625rem;
  }
}
body.pg-home .main-visual > .textarea > .lead {
  margin: 1.25rem 0 0 0;
  font-weight: bold;
  font-size: 1.125rem;
}
@media (max-width: 1071px) {
  body.pg-home .main-visual > .textarea > .lead {
    font-size: 0.9375rem;
    margin: 1rem 0 0 0;
  }
}
@media (max-width: 767px) {
  body.pg-home .main-visual > .textarea > .lead {
    margin-top: 0.625rem;
    font-size: 1rem;
  }
}
body.pg-home .main-visual > .textarea > .tag {
  display: flex;
  margin: 1.5rem 0 0 0;
  padding: 0;
  list-style: none;
  gap: 0.25rem;
}
@media (max-width: 767px) {
  body.pg-home .main-visual > .textarea > .tag {
    flex-wrap: wrap;
    margin-top: 1rem;
  }
}
body.pg-home .main-visual > .textarea > .tag > li {
  background-color: #fcd947;
  border-radius: 0.5rem;
  padding: 0.5625rem 1.25rem;
  font-weight: bold;
  font-size: 0.9375rem;
}
@media (max-width: 1071px) {
  body.pg-home .main-visual > .textarea > .tag > li {
    font-size: 0.875rem;
    padding: 0.5rem 0.75rem;
    border-radius: 0.25rem;
  }
}
@media (max-width: 767px) {
  body.pg-home .main-visual > .textarea > .tag > li {
    padding: 0.25rem 0.5rem;
  }
}
body.pg-home .main-visual > .textarea > .reserve {
  background-color: #fff;
  border-radius: 0.5rem;
  margin-top: 1.5rem;
  padding: 1.5rem;
  display: inline-block;
}
@media (max-width: 1071px) {
  body.pg-home .main-visual > .textarea > .reserve {
    padding: 1.25rem;
  }
}
body.pg-home .main-visual > .textarea > .reserve > .wrap {
  display: flex;
  align-items: center;
  column-gap: 0.5rem;
}
body.pg-home .main-visual > .textarea > .reserve > .wrap > .text {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.1111111111;
  margin: 0;
}
@media (max-width: 1071px) {
  body.pg-home .main-visual > .textarea > .reserve > .wrap > .text {
    font-size: 0.875rem;
  }
}
body.pg-home .main-visual > .textarea > .reserve > .wrap > .text > .small {
  font-size: 0.875rem;
  font-weight: normal;
}
@media (max-width: 1071px) {
  body.pg-home .main-visual > .textarea > .reserve > .wrap > .text > .small {
    font-size: 0.6875rem;
  }
}
body.pg-home .main-visual > .textarea > .reserve > .wrap > .btn {
  text-decoration: none;
  background-color: #fc6202;
  font-weight: bold;
  color: #fff;
  font-size: 1.125rem;
  border-radius: 0.25rem;
  padding: 0.5625rem 1.875rem;
  box-shadow: 0 0.25rem 0 #9a3a00;
  transition: 0.3s;
}
@media (max-width: 1071px) {
  body.pg-home .main-visual > .textarea > .reserve > .wrap > .btn {
    font-size: 0.9375rem;
    padding: 0.5rem 2.8125rem;
  }
}
body.pg-home .main-visual > .textarea > .reserve > .wrap > .btn:hover {
  transform: translateY(0.25rem);
  opacity: 1;
  box-shadow: 0 0 0 #9a3a00;
}
body.pg-home .mv-video {
  position: relative;
  z-index: 3;
  background: linear-gradient(transparent 6.625rem, #efece7 0%);
  margin-top: -6.625rem;
}
@media (max-width: 1071px) {
  body.pg-home .mv-video {
    margin-top: -4rem;
    background: linear-gradient(transparent 4rem, #efece7 0%);
  }
}
@media (max-width: 767px) {
  body.pg-home .mv-video {
    margin-top: -4.875rem;
    background: linear-gradient(transparent 4.875rem, #efece7 0%);
  }
}
body.pg-home .mv-video > .contents > .wrap {
  display: flex;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.75rem;
  column-gap: 1.5rem;
  align-items: center;
  padding: 1.5rem 20.875rem 1.5rem 2rem;
  margin-right: 3.375rem;
  position: relative;
}
@media (max-width: 1071px) {
  body.pg-home .mv-video > .contents > .wrap {
    padding: 2rem 2rem 9.375rem;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  body.pg-home .mv-video > .contents > .wrap {
    box-sizing: border-box;
    width: calc(100% + 1rem);
    margin-left: -0.5rem;
    border-radius: 0.75rem;
    padding: 1.5rem 1.25rem 6.875rem;
    column-gap: 1rem;
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 7.5rem 1fr;
    grid-template-areas: "areaA areaB" "areaC areaC";
  }
}
@media (max-width: 767px) {
  body.pg-home .mv-video > .contents > .wrap > .video {
    grid-area: areaA;
  }
}
@media (max-width: 767px) {
  body.pg-home .mv-video > .contents > .wrap > .video img {
    width: 7.5rem;
  }
}
body.pg-home .mv-video > .contents > .wrap > .textarea {
  flex: 1;
}
@media (max-width: 767px) {
  body.pg-home .mv-video > .contents > .wrap > .textarea {
    grid-area: areaB;
  }
}
body.pg-home .mv-video > .contents > .wrap > .textarea > .head {
  font-weight: bold;
  font-size: 1.25rem;
  margin: 0;
}
body.pg-home .mv-video > .contents > .wrap > .textarea > .text {
  font-size: 1.0625rem;
  margin: 0.625rem 0 0 0;
}
@media (max-width: 767px) {
  body.pg-home .mv-video > .contents > .wrap > .textarea > .text {
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  body.pg-home .mv-video > .contents > .wrap > .sptext {
    grid-area: areaC;
    font-size: 1.0625rem;
    margin: 1rem 0 0 0;
  }
}
body.pg-home .mv-video > .contents > .banner {
  width: 23.75rem;
  position: absolute;
  top: -1.875rem;
  right: 0;
}
@media (max-width: 1071px) {
  body.pg-home .mv-video > .contents > .banner {
    top: 60%;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 767px) {
  body.pg-home .mv-video > .contents > .banner {
    width: 17.625rem;
    top: 70%;
  }
}
body.pg-home .l-top-clinic {
  background-color: #efece7;
  padding-top: 3.5rem;
}
@media (max-width: 1071px) {
  body.pg-home .l-top-clinic {
    padding-top: 7.5rem;
  }
}
@media (max-width: 767px) {
  body.pg-home .l-top-clinic {
    padding-top: 6.25rem;
  }
}
body.pg-home .top-clinic > .lead {
  font-weight: bold;
  text-align: center;
  margin: 0;
  font-size: 1.5rem;
}
@media (max-width: 1071px) {
  body.pg-home .top-clinic > .lead {
    font-size: 1.125rem;
  }
}
body.pg-home .top-clinic > .lead > em {
  color: #fc6202;
}
body.pg-home .l-top-news {
  background-color: #efece7;
  padding: 5rem 0 7.5rem;
}
@media (max-width: 1071px) {
  body.pg-home .l-top-news {
    padding: 4.25rem 0 5rem;
  }
}
@media (max-width: 767px) {
  body.pg-home .l-top-news {
    padding: 2.5rem 0 3rem;
  }
}
body.pg-home .top-news > .wrap {
  display: flex;
}
@media (max-width: 1071px) {
  body.pg-home .top-news > .wrap {
    display: block;
  }
}
body.pg-home .top-news > .wrap > .title {
  width: 16.875rem;
}
@media (max-width: 767px) {
  body.pg-home .top-news > .wrap > .title {
    width: 100%;
  }
}
body.pg-home .top-news > .wrap > .list {
  flex: 1;
  list-style: none;
  margin: 0.4375rem 0 0 0;
  padding: 0;
}
@media (max-width: 1071px) {
  body.pg-home .top-news > .wrap > .list {
    flex: none;
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  body.pg-home .top-news > .wrap > .list {
    margin-top: 0.625rem;
  }
}
body.pg-home .top-news > .wrap > .list > li > .link {
  display: flex;
  text-decoration: none;
  color: inherit;
  padding: 0.5rem 0;
  align-items: flex-start;
}
@media (max-width: 767px) {
  body.pg-home .top-news > .wrap > .list > li > .link {
    display: block;
    padding: 0.75rem 0;
  }
}
body.pg-home .top-news > .wrap > .list > li > .link > .time {
  font-family: "Poppins", sans-serif;
  display: inline-block;
  width: 6.5rem;
  padding-top: 0.3125rem;
}
@media (max-width: 1071px) {
  body.pg-home .top-news > .wrap > .list > li > .link > .time {
    width: 14%;
  }
}
@media (max-width: 767px) {
  body.pg-home .top-news > .wrap > .list > li > .link > .time {
    font-size: 0.9375rem;
    width: auto;
    margin-right: 0.5rem;
    padding-top: 0.4375rem;
  }
}
body.pg-home .top-news > .wrap > .list > li > .link > .tag {
  background-color: #fcd947;
  border-radius: 0.25rem;
  display: inline-block;
  padding: 0.25rem 1.125rem;
  margin-right: 2.5rem;
}
@media (max-width: 1071px) {
  body.pg-home .top-news > .wrap > .list > li > .link > .tag {
    font-size: 0.875rem;
    padding: 0.25rem 1rem;
  }
}
@media (max-width: 767px) {
  body.pg-home .top-news > .wrap > .list > li > .link > .tag {
    padding: 0.125rem 0.375rem;
    margin-right: 0;
  }
}
body.pg-home .top-news > .wrap > .list > li > .link > .title {
  margin: 0;
  font-size: 1.125rem;
  flex: 1;
  padding-top: 0.125rem;
}
@media (max-width: 1071px) {
  body.pg-home .top-news > .wrap > .list > li > .link > .title {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  body.pg-home .top-news > .wrap > .list > li > .link > .title {
    margin-top: 0.375rem;
    font-size: 1.0625rem;
    padding-top: 0;
  }
}
body.pg-home .top-news > .btn {
  text-align: right;
  margin-top: 2.125rem;
}
@media (max-width: 1071px) {
  body.pg-home .top-news > .btn {
    margin-top: 2.5rem;
  }
}
@media (max-width: 767px) {
  body.pg-home .top-news > .btn {
    margin-top: 2rem;
  }
}
body.pg-home .l-top-about {
  padding-top: 7.5rem;
}
@media (max-width: 1071px) {
  body.pg-home .l-top-about {
    padding-top: 5rem;
  }
}
@media (max-width: 767px) {
  body.pg-home .l-top-about {
    padding-top: 3rem;
  }
}
@media (max-width: 767px) {
  body.pg-home .top-about > .top-title > .ja {
    font-size: 1.25rem;
  }
}
body.pg-home .top-about > .lead {
  font-size: 1.25rem;
  line-height: 2;
  margin: 2.5rem 0 0 0;
}
@media (max-width: 1071px) {
  body.pg-home .top-about > .lead {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  body.pg-home .top-about > .lead {
    margin-top: 1.5rem;
    font-size: 1.0625rem;
  }
}
body.pg-home .top-about > .lead > em {
  color: #fc6202;
  font-weight: bold;
}
body.pg-home .top-about > .more {
  margin-top: 5.375rem;
  border-radius: 1.5rem;
  background: linear-gradient(rgba(62, 27, 1, 0.69), rgba(62, 27, 1, 0.69)), url(../../images/home/bg-about.jpg) center center no-repeat;
  background-size: cover;
  padding: 5.75rem 4.5rem 5rem;
}
@media (max-width: 1071px) {
  body.pg-home .top-about > .more {
    margin-top: 3rem;
    border-radius: 1.25rem;
    padding: 3rem 2.5rem 2.5rem;
  }
}
@media (max-width: 767px) {
  body.pg-home .top-about > .more {
    margin-top: 2.5rem;
    border-radius: 1rem;
    padding: 3rem 1.5rem;
  }
}
body.pg-home .top-about > .more > .text {
  text-align: center;
  font-size: 1.25rem;
  color: #fff;
  line-height: 2;
  margin: 0;
}
@media (max-width: 1071px) {
  body.pg-home .top-about > .more > .text {
    font-size: 1.125rem;
  }
}
@media (max-width: 767px) {
  body.pg-home .top-about > .more > .text {
    font-size: 1.0625rem;
  }
}
body.pg-home .top-about > .more > .btn {
  margin-top: 3.75rem;
  text-align: center;
}
@media (max-width: 1071px) {
  body.pg-home .top-about > .more > .btn {
    margin-top: 2.5rem;
  }
}
body.pg-home .top-strength {
  padding-top: 10rem;
  overflow: hidden;
}
@media (max-width: 1071px) {
  body.pg-home .top-strength {
    padding-top: 7.5rem;
  }
}
@media (max-width: 767px) {
  body.pg-home .top-strength {
    padding-top: 5rem;
  }
}
body.pg-home .top-strength > .inner {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media (max-width: 1071px) {
  body.pg-home .top-strength > .inner {
    max-width: 1100px;
  }
}
body.pg-home .top-strength > .inner > .list {
  margin: 8.75rem 0 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  row-gap: 10.875rem;
  counter-reset: number 0;
}
@media (max-width: 1071px) {
  body.pg-home .top-strength > .inner > .list {
    margin-top: 4rem;
    row-gap: 4rem;
  }
}
@media (max-width: 767px) {
  body.pg-home .top-strength > .inner > .list {
    margin-top: 2rem;
    row-gap: 2.5rem;
  }
}
body.pg-home .top-strength > .inner > .list > .item {
  padding: 0;
  display: flex;
  column-gap: 4rem;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
@media (max-width: 1071px) {
  body.pg-home .top-strength > .inner > .list > .item {
    display: block;
  }
}
body.pg-home .top-strength > .inner > .list > .item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 1195px;
  border-radius: 2rem;
  background-color: #efece7;
  z-index: -1;
}
@media (max-width: 1071px) {
  body.pg-home .top-strength > .inner > .list > .item::before {
    display: none;
  }
}
body.pg-home .top-strength > .inner > .list > .item::after {
  counter-increment: number 1;
  content: "0" counter(number);
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  font-size: 10rem;
  font-style: italic;
  color: #f8b300;
  right: 0;
  top: -6.25rem;
  position: absolute;
  z-index: 3;
}
@media (max-width: 1071px) {
  body.pg-home .top-strength > .inner > .list > .item::after {
    display: none;
  }
}
@media (max-width: 767px) {
  body.pg-home .top-strength > .inner > .list > .item::after {
    display: block;
    font-size: 7rem;
    right: 1.5rem;
    top: 4.25rem;
  }
}
body.pg-home .top-strength > .inner > .list > .item > .image {
  width: 30rem;
  margin-left: -5.625rem;
  margin-top: -4rem;
  border-radius: 1.5rem;
}
@media (max-width: 1071px) {
  body.pg-home .top-strength > .inner > .list > .item > .image {
    margin-left: 1.5rem;
    margin-top: 0;
    width: 52%;
    border-radius: 1.25rem;
    z-index: 2;
    position: relative;
  }
  body.pg-home .top-strength > .inner > .list > .item > .image::after {
    counter-increment: number 1;
    content: "0" counter(number);
    font-weight: bold;
    font-family: "Poppins", sans-serif;
    font-size: 7.5rem;
    font-style: italic;
    color: #f8b300;
    left: 90%;
    bottom: -22%;
    position: absolute;
  }
}
@media (max-width: 767px) {
  body.pg-home .top-strength > .inner > .list > .item > .image {
    width: 15rem;
  }
  body.pg-home .top-strength > .inner > .list > .item > .image::after {
    display: none;
  }
}
body.pg-home .top-strength > .inner > .list > .item > .textarea {
  flex: 1;
}
@media (max-width: 1071px) {
  body.pg-home .top-strength > .inner > .list > .item > .textarea {
    flex: none;
    background-color: #efece7;
    padding: 5.75rem 1.5rem 0 1.5rem;
    width: 86.5%;
    margin-top: -2.5rem;
    border-radius: 1.5rem 0 0 1.5rem;
    box-sizing: border-box;
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  body.pg-home .top-strength > .inner > .list > .item > .textarea {
    width: 90%;
    padding: 4.125rem 2rem 0 2rem;
  }
}
body.pg-home .top-strength > .inner > .list > .item > .textarea > .title {
  font-weight: bold;
  margin: 6rem 0 0 0;
  font-size: 2rem;
}
@media (max-width: 1071px) {
  body.pg-home .top-strength > .inner > .list > .item > .textarea > .title {
    margin: 0;
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  body.pg-home .top-strength > .inner > .list > .item > .textarea > .title {
    font-size: 1.25rem;
  }
}
body.pg-home .top-strength > .inner > .list > .item > .textarea > .text {
  line-height: 2;
  margin: 1.25rem 0 0 0;
  font-size: 1.25rem;
  padding-bottom: 5.25rem;
}
@media (max-width: 1071px) {
  body.pg-home .top-strength > .inner > .list > .item > .textarea > .text {
    font-size: 1.125rem;
    margin-top: 1.5rem;
    padding-bottom: 3.75rem;
  }
}
@media (max-width: 767px) {
  body.pg-home .top-strength > .inner > .list > .item > .textarea > .text {
    font-size: 1.0625rem;
    margin-top: 0.75rem;
    padding-bottom: 2.5rem;
  }
}
body.pg-home .top-strength > .inner > .list > .item:nth-child(2n) {
  flex-direction: row-reverse;
}
body.pg-home .top-strength > .inner > .list > .item:nth-child(2n)::before {
  right: 0;
  left: auto;
}
@media (max-width: 1366px) {
  body.pg-home .top-strength > .inner > .list > .item:nth-child(2n)::before {
    border-radius: 0 2rem 2rem 0;
  }
}
body.pg-home .top-strength > .inner > .list > .item:nth-child(2n)::after {
  right: auto;
  left: 0;
}
@media (max-width: 1071px) {
  body.pg-home .top-strength > .inner > .list > .item:nth-child(2n)::after {
    left: 30%;
  }
}
@media (max-width: 767px) {
  body.pg-home .top-strength > .inner > .list > .item:nth-child(2n)::after {
    left: 1rem;
    right: auto;
  }
}
body.pg-home .top-strength > .inner > .list > .item:nth-child(2n) > .image {
  margin-left: auto;
  margin-right: -5.625rem;
  margin-top: -4rem;
}
@media (max-width: 1071px) {
  body.pg-home .top-strength > .inner > .list > .item:nth-child(2n) > .image {
    margin-right: 1.5rem;
    margin-top: 0;
  }
  body.pg-home .top-strength > .inner > .list > .item:nth-child(2n) > .image::after {
    right: auto;
    left: -26%;
  }
}
@media (max-width: 1071px) {
  body.pg-home .top-strength > .inner > .list > .item:nth-child(2n) > .textarea {
    border-radius: 0 1.5rem 1.5rem 0;
    margin-left: 0;
    margin-right: auto;
  }
}
body.pg-home .l-top-hernia {
  padding-top: 10rem;
}
@media (max-width: 1071px) {
  body.pg-home .l-top-hernia {
    padding-top: 7.5rem;
  }
}
@media (max-width: 767px) {
  body.pg-home .l-top-hernia {
    padding-top: 5rem;
  }
}
body.pg-home .top-hernia {
  margin-left: auto;
  position: relative;
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: auto 40rem;
  grid-template-areas: "areaB areaA" "areaB areaC" "areaB areaD";
}
@media (max-width: 1071px) {
  body.pg-home .top-hernia {
    grid-template-columns: auto 23.3125rem;
  }
}
@media (max-width: 767px) {
  body.pg-home .top-hernia {
    display: block;
  }
}
body.pg-home .top-hernia > .top-title {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: areaA;
}
body.pg-home .top-hernia > .image {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  grid-area: areaB;
  position: relative;
}
@media (max-width: 767px) {
  body.pg-home .top-hernia > .image {
    margin-top: 1.5rem;
  }
}
body.pg-home .top-hernia > .image > img {
  width: 30rem;
  max-width: 30rem;
  height: 30rem;
  position: absolute;
  object-fit: cover;
  aspect-ratio: 1;
  border-radius: 1.5rem;
  margin-left: -10.625rem;
  display: block;
}
@media (max-width: 1366px) {
  body.pg-home .top-hernia > .image > img {
    border-radius: 0 1.5rem 1.5rem 0;
  }
}
@media (max-width: 1071px) {
  body.pg-home .top-hernia > .image > img {
    border-radius: 0 1.25rem 1.25rem 0;
    width: 22.5rem;
    max-width: 22.5rem;
    height: 22.5rem;
    margin-left: -2.5rem;
  }
}
@media (max-width: 767px) {
  body.pg-home .top-hernia > .image > img {
    position: relative;
    width: 10.25rem;
    max-width: 100%;
    height: 10.25rem;
    border-radius: 1rem;
    margin: 0 auto;
  }
}
body.pg-home .top-hernia > .lead {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  margin: 1rem 0 0 0;
  line-height: 2;
  font-size: 1.25rem;
  grid-area: areaC;
}
@media (max-width: 1071px) {
  body.pg-home .top-hernia > .lead {
    font-size: 1.125rem;
    margin-top: 1.25rem;
  }
}
@media (max-width: 767px) {
  body.pg-home .top-hernia > .lead {
    font-size: 1.0625rem;
  }
}
body.pg-home .top-hernia > .btn {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
  grid-area: areaD;
  text-align: center;
  margin-top: 3.375rem;
}
@media (max-width: 1071px) {
  body.pg-home .top-hernia > .btn {
    margin-top: 3.875rem;
    text-align: left;
  }
}
@media (max-width: 767px) {
  body.pg-home .top-hernia > .btn {
    margin-top: 3rem;
    text-align: center;
  }
}
body.pg-home .l-soudan-cta {
  padding-top: 6.0625rem;
}
@media (max-width: 1071px) {
  body.pg-home .l-soudan-cta {
    padding-top: 8.5rem;
  }
}
@media (max-width: 767px) {
  body.pg-home .l-soudan-cta {
    padding-top: 6.5rem;
  }
}
body.pg-home .check-hernia {
  background-color: #fdf4ce;
  border-radius: 1.5rem;
  padding: 3.125rem 4.5rem 3.125rem 3.875rem;
  position: relative;
  display: flex;
  z-index: 3;
}
@media (max-width: 1071px) {
  body.pg-home .check-hernia {
    border-radius: 1.25rem;
    padding: 3.75rem 4rem 3rem;
    display: block;
    margin: 0 3.5rem;
  }
}
@media (max-width: 767px) {
  body.pg-home .check-hernia {
    margin: 0;
    border-radius: 1rem;
    padding: 3.75rem 1rem 2rem;
  }
}
body.pg-home .check-hernia::after {
  content: "";
  position: absolute;
  bottom: -2.25rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.25rem 3.75rem 0 3.75rem;
  border-color: #fdf4ce transparent transparent transparent;
}
@media (max-width: 767px) {
  body.pg-home .check-hernia::after {
    display: none;
  }
}
body.pg-home .check-hernia > .head {
  width: 41.5%;
  position: relative;
}
@media (max-width: 1071px) {
  body.pg-home .check-hernia > .head {
    width: 100%;
  }
}
body.pg-home .check-hernia > .head > .balloon {
  position: absolute;
  color: #fff;
  font-weight: bold;
  background-color: #3e1b01;
  border-radius: 6.25rem;
  padding: 0.75rem 1.5625rem;
  left: -1.375rem;
  top: -4.0625rem;
  white-space: nowrap;
}
@media (max-width: 1071px) {
  body.pg-home .check-hernia > .head > .balloon {
    left: 50%;
    transform: translateX(-50%);
    top: -4.75rem;
  }
}
body.pg-home .check-hernia > .head > .balloon::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem 0.6875rem 0 0.6875rem;
  border-color: #3e1b01 transparent transparent transparent;
  bottom: -0.75rem;
  left: 50%;
  transform: translateX(-50%);
}
body.pg-home .check-hernia > .head > .title {
  margin: 0.875rem 0 0 0;
  font-size: 2rem;
}
@media (max-width: 1071px) {
  body.pg-home .check-hernia > .head > .title {
    margin-top: 0;
    text-align: center;
  }
}
@media (max-width: 767px) {
  body.pg-home .check-hernia > .head > .title {
    font-size: 1.25rem;
  }
}
body.pg-home .check-hernia > .head > .title > em {
  color: #fc6202;
}
body.pg-home .check-hernia > .head > .lead {
  margin: 0;
  font-weight: bold;
  font-size: 1.25rem;
  margin-top: 3.75rem;
  line-height: 1.7;
}
@media (max-width: 1071px) {
  body.pg-home .check-hernia > .head > .lead {
    text-align: center;
    font-size: 1.125rem;
    margin-top: 1.5rem;
  }
}
@media (max-width: 767px) {
  body.pg-home .check-hernia > .head > .lead {
    margin-top: 1rem;
  }
}
body.pg-home .check-hernia .checklist {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 58.5%;
  display: flex;
  flex-direction: column;
  row-gap: 1.625rem;
}
@media (max-width: 1071px) {
  body.pg-home .check-hernia .checklist {
    width: 100%;
    row-gap: 1rem;
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  body.pg-home .check-hernia .checklist {
    margin-top: 1.25rem;
  }
}
body.pg-home .check-hernia .checklist > li {
  font-size: 1.5rem;
  font-weight: bold;
  position: relative;
  padding-left: 2.5rem;
}
@media (max-width: 1071px) {
  body.pg-home .check-hernia .checklist > li {
    font-size: 1.375rem;
    padding-left: 2.3125rem;
  }
}
@media (max-width: 767px) {
  body.pg-home .check-hernia .checklist > li {
    font-size: 1.125rem;
    padding-left: 1.5rem;
  }
}
body.pg-home .check-hernia .checklist > li::before {
  position: absolute;
  content: "";
  background: url(../../images/home/icon-check.png) center center no-repeat;
  background-size: contain;
  width: 1.6875rem;
  height: 1.5625rem;
  left: 0;
  top: 0.3125rem;
}
@media (max-width: 1071px) {
  body.pg-home .check-hernia .checklist > li::before {
    width: 1.5625rem;
    height: 1.375rem;
    top: 0.375rem;
  }
}
@media (max-width: 767px) {
  body.pg-home .check-hernia .checklist > li::before {
    width: 1rem;
    height: 0.875rem;
    top: 0.4375rem;
  }
}
body.pg-home .check-hernia .checklist > li > em {
  color: #fc6202;
}
body.pg-home .check-hernia .checklist > li > .small {
  display: block;
  font-size: 1.125rem;
  font-weight: normal;
}
@media (max-width: 1071px) {
  body.pg-home .check-hernia .checklist > li > .small {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  body.pg-home .check-hernia .checklist > li > .small {
    font-size: 0.875rem;
  }
}
body.pg-home .soudan-cta {
  margin-top: -13.125rem;
  position: relative;
}
@media (max-width: 1071px) {
  body.pg-home .soudan-cta {
    margin-top: -7.5rem;
  }
}
body.pg-home .soudan-cta::before {
  position: absolute;
  content: "";
  background: url(../../images/home/bg-soudan.jpg) center center no-repeat;
  background-size: cover;
  height: 51.375rem;
  width: 100%;
  top: 0;
  left: 0;
}
@media (max-width: 1071px) {
  body.pg-home .soudan-cta::before {
    height: 44.1875rem;
  }
}
@media (max-width: 767px) {
  body.pg-home .soudan-cta::before {
    height: 25rem;
  }
}
body.pg-home .soudan-cta > .l-box {
  padding-top: 22.5rem;
}
@media (max-width: 1071px) {
  body.pg-home .soudan-cta > .l-box {
    padding-top: 28.5rem;
  }
}
@media (max-width: 767px) {
  body.pg-home .soudan-cta > .l-box {
    padding-top: 14.75rem;
  }
}
body.pg-home .soudan-cta .box {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 1.5rem;
  padding: 3.125rem 3.125rem 2.25rem;
  text-align: center;
}
@media (max-width: 1071px) {
  body.pg-home .soudan-cta .box {
    border-radius: 1.25rem;
    padding: 3.375rem 3rem 3rem;
  }
}
@media (max-width: 767px) {
  body.pg-home .soudan-cta .box {
    border-radius: 1rem;
    padding: 2rem 1rem 0;
  }
}
body.pg-home .soudan-cta .box > .title {
  font-weight: bold;
  font-size: 1.875rem;
  margin: 0;
}
@media (max-width: 1071px) {
  body.pg-home .soudan-cta .box > .title {
    font-size: 1.75rem;
  }
}
@media (max-width: 767px) {
  body.pg-home .soudan-cta .box > .title {
    font-size: 1.25rem;
  }
}
body.pg-home .soudan-cta .box > .lead {
  margin: 1rem 0 0 0;
  font-size: 1.25rem;
  line-height: 2;
}
@media (max-width: 1071px) {
  body.pg-home .soudan-cta .box > .lead {
    margin-top: 2rem;
    font-size: 1.125rem;
  }
}
@media (max-width: 767px) {
  body.pg-home .soudan-cta .box > .lead {
    font-size: 1.0625rem;
    margin-top: 0.75rem;
    text-align: left;
  }
}
body.pg-home .contact-btn {
  column-gap: 2.625rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  body.pg-home .contact-btn {
    margin-top: 2.5rem;
  }
}
body.pg-home .l-top-greeting {
  padding-top: 7.5rem;
  padding-bottom: 0.25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  body.pg-home .l-top-greeting {
    padding-top: 4.375rem;
  }
}
body.pg-home .top-greeting > .message {
  width: 64%;
}
@media (max-width: 1071px) {
  body.pg-home .top-greeting > .message {
    width: 100%;
  }
}
body.pg-home .top-greeting > .message > .lead {
  margin: 2rem 0 0 0;
  line-height: 2;
  font-size: 1.125rem;
}
@media (max-width: 1071px) {
  body.pg-home .top-greeting > .message > .lead {
    margin-top: 3.375rem;
  }
}
@media (max-width: 767px) {
  body.pg-home .top-greeting > .message > .lead {
    margin-top: 1.5rem;
    font-size: 1.0625rem;
  }
}
body.pg-home .top-greeting > .message > .name {
  font-weight: bold;
  margin: 4.375rem 0 0 0;
  font-size: 2.25rem;
}
@media (max-width: 1071px) {
  body.pg-home .top-greeting > .message > .name {
    font-size: 1.75rem;
    margin-top: 2.5rem;
  }
}
@media (max-width: 767px) {
  body.pg-home .top-greeting > .message > .name {
    font-size: 1.5rem;
    margin-top: 1.5rem;
  }
}
body.pg-home .top-greeting > .message > .name > .small {
  display: inline-block;
  font-size: 1.125rem;
  margin-right: 0.9375rem;
}
@media (max-width: 1071px) {
  body.pg-home .top-greeting > .message > .name > .small {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  body.pg-home .top-greeting > .message > .name > .small {
    font-size: 0.9375rem;
    display: block;
    margin-bottom: 0.375rem;
  }
}
body.pg-home .top-greeting > .awards {
  background-color: #efece7;
  border-radius: 1.5rem;
  padding: 2.625rem 22.5rem 2.25rem 3rem;
  position: relative;
  margin-top: 3rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 1071px) {
  body.pg-home .top-greeting > .awards {
    margin-top: 7.75rem;
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  body.pg-home .top-greeting > .awards {
    margin-top: 10rem;
    padding: 4rem 2rem 2.5rem 0.5rem;
  }
  body.pg-home .top-greeting > .awards::after {
    position: absolute;
    content: "";
    background-color: #efece7;
    height: 100%;
    width: 50%;
    left: -1.5rem;
    top: 0;
    z-index: -1;
  }
}
body.pg-home .top-greeting > .awards::before {
  position: absolute;
  content: "";
  width: 30rem;
  height: 38.75rem;
  background: url(../../images/home/greeting.webp) center center no-repeat;
  background-size: cover;
  right: -10.625rem;
  top: -25rem;
  border-radius: 1.5rem;
  overflow: hidden;
}
@media (max-width: 1366px) {
  body.pg-home .top-greeting > .awards::before {
    border-radius: 1.5rem 0 0 1.5rem;
  }
}
@media (max-width: 1071px) {
  body.pg-home .top-greeting > .awards::before {
    width: 50%;
    top: -5rem;
    right: -1.5rem;
    border-radius: 1.25rem 0 0 1.25rem;
    height: auto;
    aspect-ratio: 0.775862069;
  }
}
@media (max-width: 767px) {
  body.pg-home .top-greeting > .awards::before {
    width: 9.5rem;
    border-radius: 1rem 0 0 1rem;
    top: -9.375rem;
  }
}
body.pg-home .top-greeting > .awards > .title {
  font-weight: bold;
  font-size: 1.5rem;
  margin: 0;
}
@media (max-width: 767px) {
  body.pg-home .top-greeting > .awards > .title {
    font-size: 1.25rem;
  }
}
body.pg-home .top-greeting > .awards > .list {
  margin: 1.5rem 0 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  row-gap: 0.75rem;
}
@media (max-width: 1071px) {
  body.pg-home .top-greeting > .awards > .list {
    width: 48%;
  }
}
@media (max-width: 767px) {
  body.pg-home .top-greeting > .awards > .list {
    width: 100%;
  }
}
body.pg-home .top-greeting > .awards > .list > li {
  display: flex;
}
@media (max-width: 1071px) {
  body.pg-home .top-greeting > .awards > .list > li {
    flex-direction: column;
    row-gap: 0.25rem;
  }
}
@media (max-width: 767px) {
  body.pg-home .top-greeting > .awards > .list > li {
    font-size: 1.0625rem;
  }
}
body.pg-home .top-greeting > .awards > .list > li > .year {
  width: 3.625rem;
}
body.pg-home .top-greeting > .awards > .list > li > .text {
  margin: 0;
}
body.pg-home .top-greeting > .awards > .btn {
  margin-top: 1.75rem;
}
body.pg-home .top-greeting > .btn {
  margin-top: 5rem;
  text-align: center;
}
@media (max-width: 1071px) {
  body.pg-home .top-greeting > .btn {
    margin-top: 4rem;
  }
}
@media (max-width: 767px) {
  body.pg-home .top-greeting > .btn {
    margin-top: 3rem;
  }
}
body.pg-home .l-top-blog {
  padding-top: 7.5rem;
}
@media (max-width: 767px) {
  body.pg-home .l-top-blog {
    padding-top: 5rem;
  }
}
body.pg-home .top-blogList {
  margin-top: 3rem;
}
@media (max-width: 1071px) {
  body.pg-home .top-blogList {
    margin-top: 2.5rem;
  }
}
@media (max-width: 767px) {
  body.pg-home .top-blogList {
    margin-top: 1.5rem;
  }
}
body.pg-home .top-blog > .btn {
  margin-top: 5rem;
  text-align: center;
}
@media (max-width: 1071px) {
  body.pg-home .top-blog > .btn {
    margin-top: 4rem;
  }
}
@media (max-width: 767px) {
  body.pg-home .top-blog > .btn {
    margin-top: 3.5rem;
  }
}
body.pg-home .l-top-movie {
  padding-top: 7.5rem;
}
@media (max-width: 767px) {
  body.pg-home .l-top-movie {
    padding-top: 5rem;
  }
}
body.pg-home .top-movie > .lead {
  font-size: 1.125rem;
  margin: 1.5rem 0 0 0;
  text-align: center;
  position: relative;
  line-height: 2;
}
@media (max-width: 1071px) {
  body.pg-home .top-movie > .lead {
    font-size: 1rem;
    margin-top: 2.5rem;
    text-align: left;
    padding-right: 6.25rem;
  }
}
@media (max-width: 767px) {
  body.pg-home .top-movie > .lead {
    padding-right: 5.875rem;
  }
}
@media (max-width: 767px) {
  body.pg-home .top-movie > .lead {
    margin-top: 1.5rem;
    font-size: 1.0625rem;
  }
}
body.pg-home .top-movie > .lead::before {
  position: absolute;
  content: "";
  width: 6.875rem;
  height: 10.25rem;
  background: url(../img/charactor-datsuhiro_mark.png) center center no-repeat;
  background-size: contain;
  right: 0;
  bottom: -0.9375rem;
}
@media (max-width: 1071px) {
  body.pg-home .top-movie > .lead::before {
    width: 5.625rem;
    height: 8.5625rem;
    bottom: -0.375rem;
  }
}
@media (max-width: 767px) {
  body.pg-home .top-movie > .lead::before {
    bottom: auto;
    top: 0;
    width: 5.3125rem;
  }
}
body.pg-home .top-movie > .btn {
  margin-top: 5rem;
  text-align: center;
}
@media (max-width: 1071px) {
  body.pg-home .top-movie > .btn {
    margin-top: 4rem;
  }
}
@media (max-width: 767px) {
  body.pg-home .top-movie > .btn {
    margin-top: 3rem;
  }
}
body.pg-home .top-movieList {
  margin-top: 3.125rem;
}
@media (max-width: 1071px) {
  body.pg-home .top-movieList {
    margin-top: 5rem;
  }
}
@media (max-width: 767px) {
  body.pg-home .top-movieList {
    margin-top: 2.5rem;
  }
}
body.pg-home .movie-list {
  margin: 3.125rem 0 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  column-gap: 2rem;
}
@media (max-width: 1071px) {
  body.pg-home .movie-list {
    margin-top: 5rem;
    column-gap: 1.375rem;
  }
}
@media (max-width: 767px) {
  body.pg-home .movie-list {
    flex-direction: column;
    row-gap: 2.5rem;
    margin: 2.5rem auto 0;
    max-width: 16.25rem;
  }
}
body.pg-home .movie-list > li {
  flex: 1;
}
body.pg-home .movie-list > li > .link {
  width: 100%;
  height: 100%;
  display: inline-block;
  border-radius: 0 0 1rem 1rem;
  color: inherit;
  text-decoration: none;
  transition: 0.3s;
}
body.pg-home .movie-list > li > .link > .video {
  padding-top: 62.5%;
  width: 100%;
  height: 0;
  position: relative;
}
body.pg-home .movie-list > li > .link > .video > iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
body.pg-home .movie-list > li > .link > .body {
  padding: 1.5rem 1rem 2.25rem;
}
@media (max-width: 1071px) {
  body.pg-home .movie-list > li > .link > .body {
    padding: 1.25rem 1rem 1.5rem;
  }
}
@media (max-width: 767px) {
  body.pg-home .movie-list > li > .link > .body {
    padding: 1rem 0 0 0;
  }
}
body.pg-home .movie-list > li > .link > .body > .title {
  margin: 0;
  font-size: 1rem;
}
@media (max-width: 1071px) {
  body.pg-home .movie-list > li > .link > .body > .title {
    font-size: 0.875rem;
  }
}
@media (max-width: 767px) {
  body.pg-home .movie-list > li > .link > .body > .title {
    font-size: 1.0625rem;
    font-weight: normal;
  }
}
@media (min-width: 768px) {
  body.pg-home .movie-list > li > .link:hover {
    background-color: #efece7;
  }
}
body.pg-home .l-top-recruit {
  margin-top: 10rem;
  background-image: linear-gradient(rgba(33, 14, 0, 0.6), rgba(33, 14, 0, 0.6)), url("../img/img-recruit_pc.webp");
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media (min-width: 1367px) {
  body.pg-home .l-top-recruit {
    position: relative;
    height: 0;
    padding-top: 38%;
  }
}
@media (max-width: 1071px) {
  body.pg-home .l-top-recruit {
    margin-top: 7.5rem;
    background-position: 10% 50%;
  }
}
@media (max-width: 767px) {
  body.pg-home .l-top-recruit {
    margin-top: 3rem;
    background-image: linear-gradient(rgba(33, 14, 0, 0.6), rgba(33, 14, 0, 0.6)), url("../img/img-recruit_sp.webp");
    background-position: 50% 50%;
  }
}
body.pg-home .top-recruit {
  padding-top: 5rem;
  padding-bottom: 6rem;
}
@media (min-width: 1367px) {
  body.pg-home .top-recruit {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
  }
}
@media (max-width: 767px) {
  body.pg-home .top-recruit {
    padding: 3rem 2.5rem 3.5rem;
  }
}
body.pg-home .top-recruit > .lead {
  margin: 1.25rem 0 0 0;
  font-size: 1.125rem;
  color: #fff;
  line-height: 2;
  text-align: center;
}
@media (max-width: 1071px) {
  body.pg-home .top-recruit > .lead {
    margin-top: 2.25rem;
  }
}
@media (max-width: 767px) {
  body.pg-home .top-recruit > .lead {
    margin-top: 1.5rem;
    font-size: 1.0625rem;
    line-height: 1.7;
  }
}
body.pg-home .top-recruit > .btn {
  text-align: center;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  body.pg-home .top-recruit > .btn {
    margin-top: 3rem;
  }
}
body.pg-home .link-list {
  display: flex;
  margin: 2.125rem auto 0;
  padding: 0;
  max-width: 35.625rem;
  list-style: none;
  justify-content: space-between;
}
@media (max-width: 767px) {
  body.pg-home .link-list {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 1rem 1.75rem;
    margin-top: 2.5rem;
  }
}
body.pg-home .link-list > li > a {
  color: #fff;
}
body.pg-home .l-clinic-introduction {
  background-color: #efece7;
  padding: 7.5rem 0 12.5rem;
}
@media (max-width: 1071px) {
  body.pg-home .l-clinic-introduction {
    padding: 5.625rem 0 7.5rem;
  }
}
@media (max-width: 767px) {
  body.pg-home .l-clinic-introduction {
    padding: 2.5rem 0 3.75rem;
  }
}
body.pg-home .clinic-introduction {
  display: flex;
  flex-direction: column;
  row-gap: 5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 767px) {
  body.pg-home .clinic-introduction {
    row-gap: 2.5rem;
  }
}
body.pg-home .clinic-introduction .item > .head {
  color: #fc6202;
  font-size: 2rem;
  margin: 0;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 767px) {
  body.pg-home .clinic-introduction .item > .head {
    font-size: 1.5rem;
  }
}
body.pg-home .clinic-introduction .item > .subHead {
  text-align: center;
  margin: 1rem 0 0 0;
  font-size: 1.25rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  body.pg-home .clinic-introduction .item > .subHead {
    margin-top: 0.625rem;
  }
}
body.pg-home .clinic-introduction .item > .wrap {
  display: flex;
  column-gap: 2.75rem;
  margin-top: 3rem;
}
@media (max-width: 1071px) {
  body.pg-home .clinic-introduction .item > .wrap {
    column-gap: 1.25rem;
    margin-top: 1.5rem;
  }
}
@media (max-width: 767px) {
  body.pg-home .clinic-introduction .item > .wrap {
    flex-direction: column;
    row-gap: 2rem;
  }
}
body.pg-home .clinic-introduction .item > .wrap > .image {
  border-radius: 1.5rem;
  flex: 1;
  overflow: hidden;
}
@media (max-width: 1071px) {
  body.pg-home .clinic-introduction .item > .wrap > .image {
    border-radius: 1.25rem;
  }
}
@media (max-width: 767px) {
  body.pg-home .clinic-introduction .item > .wrap > .image {
    border-radius: 1rem;
  }
}
body.pg-home .clinic-introduction .item > .wrap > .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.pg-home .clinic-introduction .item > .wrap > .map {
  width: 37%;
  aspect-ratio: 1;
}
@media (max-width: 767px) {
  body.pg-home .clinic-introduction .item > .wrap > .map {
    width: 15rem;
    margin: 0 auto;
  }
}
body.pg-home .clinic-introduction .item > .wrap > .map > iframe {
  width: 100%;
  height: 100%;
}
body.pg-home .clinic-introduction .item > .textWrap {
  margin-top: 1.875rem;
  display: flex;
  column-gap: 2.75rem;
}
@media (max-width: 1071px) {
  body.pg-home .clinic-introduction .item > .textWrap {
    margin-top: 2.75rem;
    flex-direction: column;
    row-gap: 2.5rem;
  }
}
@media (max-width: 767px) {
  body.pg-home .clinic-introduction .item > .textWrap {
    row-gap: 2rem;
    margin-top: 2rem;
  }
}
body.pg-home .clinic-introduction .item > .textWrap > .info {
  flex: 1;
}
@media (max-width: 1071px) {
  body.pg-home .clinic-introduction .item > .textWrap > .info {
    text-align: center;
  }
}
@media (max-width: 767px) {
  body.pg-home .clinic-introduction .item > .textWrap > .info {
    text-align: left;
  }
}
body.pg-home .clinic-introduction .item > .textWrap > .info > .address {
  margin: 0;
  font-size: 1.125rem;
}
@media (max-width: 767px) {
  body.pg-home .clinic-introduction .item > .textWrap > .info > .address {
    font-size: 1.0625rem;
  }
}
body.pg-home .clinic-introduction .item > .textWrap > .info > .root {
  margin: 0.5rem 0 0 0;
}
body.pg-home .clinic-introduction .item > .textWrap > .info > .fax {
  padding-left: 1.625rem;
  font-size: 0.9375rem;
  margin-top: 1.25rem;
  position: relative;
  margin-right: 1.625rem;
  display: inline-block;
}
@media (max-width: 767px) {
  body.pg-home .clinic-introduction .item > .textWrap > .info > .fax {
    margin-top: 1.875rem;
    margin-right: 0.875rem;
    font-size: 1.0625rem;
  }
}
body.pg-home .clinic-introduction .item > .textWrap > .info > .fax::before {
  position: absolute;
  width: 1.25rem;
  height: 1.25rem;
  content: "";
  background: url(../img/icon-fax.svg) center center no-repeat;
  background-size: contain;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
body.pg-home .clinic-introduction .item > .textWrap > .info > .mail {
  display: inline-block;
  padding-left: 1.625rem;
  font-size: 0.9375rem;
  margin-top: 1.25rem;
  position: relative;
  color: inherit;
  text-decoration: none;
}
body.pg-home .clinic-introduction .item > .textWrap > .info > .mail::before {
  position: absolute;
  width: 1.25rem;
  height: 1.25rem;
  content: "";
  background: url(../img/icon-mail.svg) center center no-repeat;
  background-size: contain;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
body.pg-home .clinic-introduction .item > .textWrap > .table {
  width: 37%;
}
@media (max-width: 1071px) {
  body.pg-home .clinic-introduction .item > .textWrap > .table {
    width: 55%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  body.pg-home .clinic-introduction .item > .textWrap > .table {
    width: 100%;
  }
}
body.pg-home .clinic-introduction .item .contactBox {
  margin-top: 2.5rem;
  background-color: #fff;
  border-radius: 0.5rem;
  padding: 1.5rem 2rem;
  display: flex;
  align-items: center;
  column-gap: 1.25rem;
}
@media (max-width: 1071px) {
  body.pg-home .clinic-introduction .item .contactBox {
    margin-top: 3.125rem;
    flex-direction: column;
    row-gap: 2rem;
    padding-bottom: 2.5rem;
  }
}
@media (max-width: 767px) {
  body.pg-home .clinic-introduction .item .contactBox {
    margin-top: 2rem;
    row-gap: 1rem;
    padding: 1rem 1rem 1.25rem;
  }
}
body.pg-home .clinic-introduction .item .contactBox > .contact {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 1rem;
}
@media (max-width: 1071px) {
  body.pg-home .clinic-introduction .item .contactBox > .contact {
    flex-direction: column;
    width: 100%;
  }
}
@media (max-width: 767px) {
  body.pg-home .clinic-introduction .item .contactBox > .contact {
    gap: 0.5rem;
  }
}
body.pg-home .clinic-introduction .item .contactBox > .contact > li {
  background-color: #efece7;
  border-radius: 0.5rem;
  padding: 1.5rem 1.875rem 1.125rem;
}
@media (max-width: 1071px) {
  body.pg-home .clinic-introduction .item .contactBox > .contact > li {
    padding: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
}
@media (max-width: 767px) {
  body.pg-home .clinic-introduction .item .contactBox > .contact > li {
    padding: 1.125rem 1.875rem;
    flex-direction: column;
    justify-content: center;
  }
}
body.pg-home .clinic-introduction .item .contactBox > .contact > li > .head {
  font-weight: bold;
  font-size: 1.125rem;
  margin: 0;
}
@media (max-width: 767px) {
  body.pg-home .clinic-introduction .item .contactBox > .contact > li > .head {
    font-size: 1.25rem;
    text-align: center;
  }
}
body.pg-home .clinic-introduction .item .contactBox > .contact > li > .tel {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 1.625rem;
  color: inherit;
  text-decoration: none;
  padding-left: 1.5rem;
  position: relative;
  margin-top: 0.75rem;
  display: inline-block;
}
@media (max-width: 1071px) {
  body.pg-home .clinic-introduction .item .contactBox > .contact > li > .tel {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  body.pg-home .clinic-introduction .item .contactBox > .contact > li > .tel {
    font-size: 1.375rem;
    margin-top: 0.5rem;
    padding-left: 1.375rem;
    text-align: center;
  }
}
body.pg-home .clinic-introduction .item .contactBox > .contact > li > .tel::before {
  position: absolute;
  content: "";
  background: url(../img/icon-tel.svg) center center no-repeat;
  background-size: contain;
  width: 1.3125rem;
  height: 1.375rem;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  body.pg-home .clinic-introduction .item .contactBox > .contact > li > .tel::before {
    width: 1.1875rem;
    height: 1.1875rem;
  }
}
body.pg-home .clinic-introduction .item .contactBox > .contact > li > .formBtn {
  margin-top: 0.625rem;
}
@media (max-width: 1071px) {
  body.pg-home .clinic-introduction .item .contactBox > .contact > li > .formBtn {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  body.pg-home .clinic-introduction .item .contactBox > .contact > li > .formBtn {
    margin-top: 0.8125rem;
    width: 100%;
  }
}
body.pg-home .clinic-introduction .item .contactBox > .moreBtn {
  flex: 1;
}

/**************************************************/
/* news */
/**************************************************/
.pg-news .l-news-index {
  padding: 5rem 0 10rem;
}
@media (max-width: 1071px) {
  .pg-news .l-news-index {
    padding: 0.625rem 0 5rem;
  }
}
.pg-news .l-news-entry {
  padding: 7.5rem 0 10rem;
}
@media (max-width: 1071px) {
  .pg-news .l-news-entry {
    padding: 2.5rem 0 5rem;
  }
}
.pg-news .entry-newsList {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
}
.pg-news .entry-newsList > li > a {
  display: inline-block;
  width: 100%;
  padding: 2.5rem 0;
  color: inherit;
  text-decoration: none;
  border-bottom: solid 1px #D9D5CD;
}
@media (max-width: 1071px) {
  .pg-news .entry-newsList > li > a {
    padding: 2rem 0;
  }
}
.pg-news .entry-newsList > li > a > .wrap {
  display: flex;
  align-items: center;
  column-gap: 1.5rem;
}
@media (max-width: 1071px) {
  .pg-news .entry-newsList > li > a > .wrap {
    column-gap: 1.25rem;
  }
}
.pg-news .entry-newsList > li > a > .wrap > .date {
  font-weight: bold;
  display: inline-block;
}
@media (max-width: 1071px) {
  .pg-news .entry-newsList > li > a > .wrap > .date {
    font-size: 0.9375rem;
  }
}
.pg-news .entry-newsList > li > a > .wrap > .tag {
  display: inline-block;
  border-radius: 0.25rem;
  padding: 0.5rem 1.125rem;
  line-height: 1;
  background-color: #FCD947;
}
@media (max-width: 1071px) {
  .pg-news .entry-newsList > li > a > .wrap > .tag {
    font-size: 0.875rem;
    padding: 0.3125rem 0.875rem;
  }
}
.pg-news .entry-newsList > li > a > .title {
  font-size: 1.125rem;
  margin: 1.25rem 0 0 0;
  font-weight: normal;
}
@media (max-width: 1071px) {
  .pg-news .entry-newsList > li > a > .title {
    margin-top: 0.75rem;
    font-size: 1.0625rem;
  }
}
.pg-news .entry-prevBtn {
  text-align: right;
  margin-top: 2.5rem;
}
@media (max-width: 1071px) {
  .pg-news .entry-prevBtn {
    margin-top: 1.5rem;
  }
}
.pg-news .l-news-relational {
  margin-top: 10rem;
}
@media (max-width: 1071px) {
  .pg-news .l-news-relational {
    margin-top: 5rem;
  }
}
.pg-news .news-relationalList {
  margin-top: 1.25rem;
}
@media (max-width: 1071px) {
  .pg-news .news-relationalList {
    margin-top: 0;
  }
}

/**************************************************/
/* blog */
/**************************************************/
.pg-blog .l-blog-index {
  padding: 7.5rem 0 10rem;
}
@media (max-width: 1071px) {
  .pg-blog .l-blog-index {
    padding: 2.5rem 0 5rem;
  }
}
.pg-blog .l-blog-entry {
  padding-top: 5rem;
  padding-bottom: 10rem;
}
@media (max-width: 1071px) {
  .pg-blog .l-blog-entry {
    padding: 2.5rem 0 5rem;
  }
}
.pg-blog .l-entry-wrap {
  position: relative;
}
.pg-blog .l-entry-wrap > .entry {
  max-width: 42.5rem;
  width: 100%;
}
@media (max-width: 1071px) {
  .pg-blog .l-entry-wrap > .entry {
    max-width: 100%;
  }
}
.pg-blog .l-entry-wrap > .sidebar {
  position: absolute;
  width: 18.75rem;
  top: 0;
  right: 0;
}
@media (max-width: 1071px) {
  .pg-blog .l-entry-wrap > .sidebar {
    position: relative;
    width: 90%;
    margin: 5rem auto 0;
  }
}
.pg-blog .blog-reserve,
.pg-blog .blog-tel {
  max-width: 30rem;
  margin: 4rem auto 0;
}
@media (max-width: 1071px) {
  .pg-blog .blog-reserve,
  .pg-blog .blog-tel {
    margin-top: 2rem;
  }
}

.sidebar-title {
  font-weight: bold;
  font-size: 1.125rem;
  margin: 4rem 0 0 0;
  padding-bottom: 12px;
  border-bottom: solid 0.125rem #d9d5cd;
  position: relative;
}
.sidebar-title::before {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 0.125rem #FFB012;
  bottom: -0.125rem;
  width: 5rem;
}
.sidebar-title:first-child {
  margin-top: 0;
}

.sidebar-category {
  margin: 1.25rem 0 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  row-gap: 0.75rem;
}
.sidebar-category .btn {
  display: block;
  padding: 0.75rem 0;
  border-bottom: solid 1px #cccccc;
  text-decoration: none;
  color: inherit;
  transition: 0.3s;
  background: url(../img/icon-arrow-left.svg) right 6px center no-repeat;
  background-size: 0.375rem 0.625rem;
}
.sidebar-category .btn:hover {
  opacity: 0.7;
}

.sidebar-keyword {
  margin: 2rem 0 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 0.25rem;
}
.sidebar-keyword .btn {
  display: inline-block;
  font-size: 0.875rem;
  color: inherit;
  text-decoration: none;
  padding: 0.3125rem 0.9375rem;
  border: solid 1px #fcd947;
  border-radius: 6.25rem;
}

.sidebar-banner {
  margin-top: 4rem;
}
.sidebar-banner > .banner {
  width: 100%;
  object-fit: contain;
}
.sidebar-banner > .banner > img {
  width: 100%;
}

.sidebar-reserve {
  margin-top: 4rem;
}
@media (max-width: 1071px) {
  .sidebar-reserve {
    margin: 4rem auto 0;
    max-width: 27.5rem;
  }
}
.sidebar-reserve > .btn {
  box-sizing: border-box;
  color: #fff;
  font-weight: bold;
  width: 100%;
  background-color: #fc6202;
  border-radius: 0.5rem;
  box-shadow: 0 0.375rem 0 #9a3a00;
  text-decoration: none;
  font-size: 1.25rem;
  position: relative;
  padding: 1.0625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .sidebar-reserve > .btn {
    font-size: 1.125rem;
    padding: 1.125rem;
    box-shadow: 0 0.25rem 0 #9a3a00;
  }
}
.sidebar-reserve > .btn:hover {
  color: #fcd947;
  transform: translateY(0.375rem);
  box-shadow: 0 0 0 #9a3a00;
}
@media (max-width: 767px) {
  .sidebar-reserve > .btn:hover {
    transform: translateY(0.25rem);
    box-shadow: 0 0 0 #9a3a00;
  }
}
.sidebar-reserve > .btn::before {
  content: "";
  display: inline-block;
  background: url(../img/icon-reserve.svg) center center no-repeat;
  background-size: contain;
  width: 1.4375rem;
  height: 1.4375rem;
  margin-right: 0.5rem;
}
@media (max-width: 767px) {
  .sidebar-reserve > .btn::before {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.sidebar-reserve > .text {
  font-weight: bold;
  text-align: center;
  font-size: 0.9375rem;
  margin: 1.25rem 0 0 0;
}
@media (max-width: 767px) {
  .sidebar-reserve > .text {
    font-size: 1.125rem;
  }
}

.sidebar-tel {
  margin-top: 2.5rem;
}
@media (max-width: 1071px) {
  .sidebar-tel {
    margin: 1.5rem auto 0;
    max-width: 27.5rem;
  }
}
.sidebar-tel > .btn {
  box-sizing: border-box;
  text-decoration: none;
  background-color: #fcd947;
  border-radius: 0.5rem;
  color: #3e1b01;
  display: inline-block;
  width: 100%;
  padding: 1rem 1rem 0.6875rem;
  margin: 0 auto;
}
@media (max-width: 1071px) {
  .sidebar-tel > .btn {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .sidebar-tel > .btn {
    padding: 0.625rem 0 0;
    box-shadow: 0 0.25rem 0 #8b7723;
  }
}
.sidebar-tel > .btn > .wrap {
  display: flex;
  align-items: center;
  gap: 0.375rem;
}
@media (max-width: 1071px) {
  .sidebar-tel > .btn > .wrap {
    justify-content: center;
    gap: 0.25rem;
  }
}
.sidebar-tel > .btn > .wrap > .dial {
  font-weight: bold;
  font-size: 0.875rem;
  margin: 0 0.5rem 0 0;
  line-height: 1.2142857143;
  color: #000;
}
@media (max-width: 767px) {
  .sidebar-tel > .btn > .wrap > .dial {
    font-size: 0.6875rem;
    margin-right: 0.3125rem;
  }
}
.sidebar-tel > .btn > .wrap > .tag {
  color: #fff;
  font-weight: bold;
  font-size: 0.875rem;
  display: inline-block;
  border-radius: 0.25rem;
  padding: 0.125rem 0.375rem;
  background-color: #3e1b01;
}
@media (max-width: 767px) {
  .sidebar-tel > .btn > .wrap > .tag {
    font-size: 0.4375rem;
  }
}
.sidebar-tel > .btn > .number {
  font-weight: bold;
  font-style: italic;
  font-size: 2rem;
  font-family: "Poppins", sans-serif;
  line-height: 1.3;
  display: inline-block;
  position: relative;
  padding-left: 1.875rem;
  letter-spacing: 0.008em;
}
@media (max-width: 767px) {
  .sidebar-tel > .btn > .number {
    font-size: 1.9375rem;
    padding-left: 1.875rem;
    margin-top: -0.3125rem;
  }
}
.sidebar-tel > .btn > .number::before {
  position: absolute;
  content: "";
  width: 1.5rem;
  height: 1.1875rem;
  background: url(../img/icon-freedial.svg) center center no-repeat;
  background-size: contain;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .sidebar-tel > .btn > .number::before {
    width: 1.625rem;
    height: 1.0625rem;
  }
}
.sidebar-tel > .text {
  font-weight: bold;
  text-align: center;
  font-size: 0.9375rem;
  margin: 1.125rem 0 0 0;
}
@media (max-width: 767px) {
  .sidebar-tel > .text {
    margin-top: 1.25rem;
    font-size: 1.125rem;
  }
}

/**************************************************/
/* beginners */
/**************************************************/
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
body.pg-beginners .l-main-visual {
  background-color: #efece7;
  position: relative;
  overflow-x: hidden;
  padding: 6rem 0 5.75rem;
}
@media (max-width: 1071px) {
  body.pg-beginners .l-main-visual {
    padding: 3.75rem 0 2.5rem;
  }
}
body.pg-beginners .l-main-visual > .flowingText {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  white-space: nowrap;
  z-index: 1;
  margin-inline: auto;
  animation: marquee 15s linear infinite;
  transform: translateX(-100%);
}
@media (max-width: 767px) {
  body.pg-beginners .l-main-visual > .flowingText {
    animation: marquee 6s linear infinite;
  }
}
body.pg-beginners .l-main-visual > .flowingText p {
  display: inline-block;
  padding-right: 1.2em;
  margin: 0;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.4);
  font-family: "Poppins", sans-serif;
  font-size: 9rem;
}
@media (max-width: 1071px) {
  body.pg-beginners .l-main-visual > .flowingText p {
    font-size: 4.5rem;
    line-height: 1.2;
  }
}
body.pg-beginners .main-visual {
  position: relative;
  z-index: 2;
  display: flex;
  column-gap: 0.625rem;
}
@media (max-width: 1071px) {
  body.pg-beginners .main-visual {
    flex-direction: column;
    row-gap: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: center;
  }
}
body.pg-beginners .main-visual > .balloon {
  flex: 1;
  margin-right: 1.375rem;
  background-color: #fff;
  border-radius: 1.5rem;
  padding: 2rem 0.625rem 2rem 2.1875rem;
  position: relative;
}
@media (max-width: 1071px) {
  body.pg-beginners .main-visual > .balloon {
    margin-right: 0;
    margin-bottom: 1.1875rem;
    border-radius: 0.75rem;
    padding: 2.25rem 1.25rem;
  }
}
body.pg-beginners .main-visual > .balloon::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.59375rem 0 0.59375rem 1.375rem;
  border-color: transparent transparent transparent #fff;
  top: 3.625rem;
  right: -1.3125rem;
}
@media (max-width: 1071px) {
  body.pg-beginners .main-visual > .balloon::before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1.1875rem 0.8125rem 0 0.8125rem;
    border-color: #fff transparent transparent transparent;
    bottom: -1.125rem;
    top: auto;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
body.pg-beginners .main-visual > .balloon > .title {
  font-size: 1.6875rem;
  margin: 0;
  font-weight: bold;
  line-height: 1.8;
}
@media (max-width: 1071px) {
  body.pg-beginners .main-visual > .balloon > .title {
    font-size: 1.25rem;
    text-align: center;
    line-height: 1.5;
  }
}
body.pg-beginners .main-visual > .balloon > .title > em {
  color: #fc6202;
}
body.pg-beginners .main-visual > .balloon > .list {
  margin: 0.625rem 0 0 1.5625rem;
  padding: 0;
  list-style: none;
}
@media (max-width: 1071px) {
  body.pg-beginners .main-visual > .balloon > .list {
    display: inline-block;
    margin-left: 0;
  }
}
body.pg-beginners .main-visual > .balloon > .list > li {
  font-size: 1.3125rem;
  line-height: 1.7142857143;
  font-weight: bold;
  padding-left: 1.25rem;
  position: relative;
}
@media (max-width: 1071px) {
  body.pg-beginners .main-visual > .balloon > .list > li {
    font-size: 1.125rem;
    padding-left: 0.875rem;
    line-height: 2;
    text-align: left;
  }
}
body.pg-beginners .main-visual > .balloon > .list > li::before {
  content: "";
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 6.25rem;
  background-color: #ffb012;
  top: calc(50% - 0.25rem);
  left: 0;
}
@media (max-width: 1071px) {
  body.pg-beginners .main-visual > .balloon > .list > li::before {
    width: 0.25rem;
    height: 0.25rem;
    top: calc(50% - 0.125rem);
  }
}
body.pg-beginners .main-visual > .balloon > .text {
  font-weight: bold;
  margin: 1.25rem 0 0 0;
  font-size: 1.5rem;
}
@media (max-width: 1071px) {
  body.pg-beginners .main-visual > .balloon > .text {
    font-size: 1.125rem;
    margin-top: 1rem;
  }
}
body.pg-beginners .main-visual > .image {
  width: 24.125rem;
}
@media (max-width: 1071px) {
  body.pg-beginners .main-visual > .image {
    width: 100%;
    text-align: center;
  }
  body.pg-beginners .main-visual > .image > img {
    width: 18.75rem;
  }
}
body.pg-beginners .l-beginners-about {
  background-color: #efece7;
  overflow: hidden;
  padding-bottom: 7.5rem;
}
@media (max-width: 1071px) {
  body.pg-beginners .l-beginners-about {
    padding-bottom: 3rem;
  }
}
body.pg-beginners .beginners-about {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  row-gap: 7.5rem;
  list-style: none;
}
@media (max-width: 1071px) {
  body.pg-beginners .beginners-about {
    row-gap: 3rem;
  }
}
body.pg-beginners .beginners-about > .section {
  background-color: #fff;
  position: relative;
  margin-top: 4rem;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding: 6.25rem 1.5rem 7.5rem;
}
@media (max-width: 1160px) {
  body.pg-beginners .beginners-about > .section {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
}
@media (max-width: 1071px) {
  body.pg-beginners .beginners-about > .section {
    padding: 12.5rem 2rem 3rem;
    margin-right: 1rem;
    margin-left: 0;
    margin-top: 2rem;
    border-radius: 0 0.75rem 0.75rem 0;
  }
}
body.pg-beginners .beginners-about > .section::before {
  background-color: #fff;
  content: "";
  height: 100%;
  width: 100%;
  left: -100%;
  top: 0;
  position: absolute;
}
body.pg-beginners .beginners-about > .section::after {
  background-color: #fff;
  content: "";
  height: 100%;
  width: 4.375rem;
  right: -4.375rem;
  top: 0;
  position: absolute;
  border-radius: 0 1.5rem 1.5rem 0;
}
@media (max-width: 1366px) {
  body.pg-beginners .beginners-about > .section::after {
    width: 1.25rem;
    right: -1.25rem;
  }
}
@media (max-width: 1071px) {
  body.pg-beginners .beginners-about > .section::after {
    display: none;
  }
}
body.pg-beginners .beginners-about > .section > .image {
  position: absolute;
  right: -10.6875rem;
  top: -4rem;
  z-index: 2;
  width: 32.5rem;
}
@media (max-width: 1071px) {
  body.pg-beginners .beginners-about > .section > .image {
    top: -2rem;
    right: -1rem;
    width: 20rem;
  }
}
body.pg-beginners .beginners-about > .section > .image > img {
  width: 100%;
  aspect-ratio: 1.625;
  border-radius: 1.5rem;
  object-fit: cover;
}
@media (max-width: 1366px) {
  body.pg-beginners .beginners-about > .section > .image > img {
    border-radius: 1.5rem 0 0 1.5rem;
  }
}
body.pg-beginners .beginners-about > .section > .head {
  width: 60.5%;
  padding-left: 7.6875rem;
  position: relative;
  box-sizing: border-box;
}
@media (max-width: 1071px) {
  body.pg-beginners .beginners-about > .section > .head {
    padding-left: 0;
    width: 100%;
    padding-top: 3.5rem;
  }
}
body.pg-beginners .beginners-about > .section > .head::before {
  content: "";
  position: absolute;
  width: 6.5rem;
  height: 6.5rem;
  background: url(../../images/beginners/icon01.png) center center no-repeat;
  background-size: contain;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1071px) {
  body.pg-beginners .beginners-about > .section > .head::before {
    width: 3.25rem;
    height: 3.25rem;
    top: 0;
    left: 50%;
    transform: translateX(-50%) translateY(0);
  }
}
body.pg-beginners .beginners-about > .section > .balloon {
  margin-top: 5rem;
  display: flex;
  column-gap: 3rem;
  align-items: flex-start;
}
@media (max-width: 1071px) {
  body.pg-beginners .beginners-about > .section > .balloon {
    flex-direction: column;
    margin-top: 2rem;
    row-gap: 0.75rem;
  }
}
body.pg-beginners .beginners-about > .section > .balloon > .text {
  flex: 1;
  margin: 0;
  background-color: #efece7;
  border-radius: 1.5rem;
  padding: 2.5rem 3rem 3rem;
  font-size: 1.25rem;
  line-height: 2;
  position: relative;
  margin-right: 1.5rem;
}
@media (max-width: 1071px) {
  body.pg-beginners .beginners-about > .section > .balloon > .text {
    padding: 1.5rem 1.5rem;
    font-size: 1.0625rem;
    margin-right: 0;
    margin-bottom: 1.25rem;
  }
}
body.pg-beginners .beginners-about > .section > .balloon > .text::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.625rem 0 0.625rem 1.5rem;
  border-color: transparent transparent transparent #efece7;
  right: -1.4375rem;
  top: 3rem;
}
@media (max-width: 1071px) {
  body.pg-beginners .beginners-about > .section > .balloon > .text::before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1.25rem 0.75rem 0 0.75rem;
    border-color: #efece7 transparent transparent transparent;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    top: auto;
    bottom: -1.1875rem;
  }
}
body.pg-beginners .beginners-about > .section > .balloon > .text > em {
  color: #fc6202;
  font-weight: bold;
}
body.pg-beginners .beginners-about > .section > .balloon > .image {
  width: 11.25rem;
}
@media (max-width: 1071px) {
  body.pg-beginners .beginners-about > .section > .balloon > .image {
    text-align: center;
    width: 100%;
  }
  body.pg-beginners .beginners-about > .section > .balloon > .image > img {
    width: 8.125rem;
  }
}
@media (max-width: 1071px) {
  body.pg-beginners .beginners-about > li.section:nth-child(2n) {
    margin-left: 1rem;
    margin-right: 0;
    border-radius: 0.75rem 0 0 0.75rem;
  }
}
body.pg-beginners .beginners-about > li.section:nth-child(2n)::before {
  left: auto;
  right: -100%;
}
body.pg-beginners .beginners-about > li.section:nth-child(2n)::after {
  right: auto;
  left: -4.375rem;
  border-radius: 1.5rem 0 0 1.5rem;
}
@media (max-width: 1366px) {
  body.pg-beginners .beginners-about > li.section:nth-child(2n)::after {
    width: 1.25rem;
    left: -1.25rem;
  }
}
body.pg-beginners .beginners-about > li.section:nth-child(2n) > .image {
  right: auto;
  left: -10.6875rem;
}
@media (max-width: 1071px) {
  body.pg-beginners .beginners-about > li.section:nth-child(2n) > .image {
    left: -1rem;
  }
}
@media (max-width: 1366px) {
  body.pg-beginners .beginners-about > li.section:nth-child(2n) > .image > img {
    border-radius: 0 1.5rem 1.5rem 0;
  }
}
body.pg-beginners .beginners-about > li.section:nth-child(2n) > .head {
  margin-left: auto;
}
body.pg-beginners .beginners-about > .section > .btnA {
  text-align: center;
  margin-top: 5rem;
}
@media (max-width: 1071px) {
  body.pg-beginners .beginners-about > .section > .btnA {
    margin-top: 3rem;
  }
}
body.pg-beginners .beginners-about > .section > .btnList {
  margin-top: 5rem;
}
@media (max-width: 1071px) {
  body.pg-beginners .beginners-about > .section > .btnList {
    margin-top: 3rem;
  }
}
body.pg-beginners .beginners-about > .section > .l-beginners-clinic {
  margin-top: 4rem;
}
@media (max-width: 1071px) {
  body.pg-beginners .beginners-about > .section > .l-beginners-clinic {
    margin-top: 3rem;
  }
}
body.pg-beginners .beginners-about .btnContact {
  margin-top: 6rem;
}
@media (max-width: 1071px) {
  body.pg-beginners .beginners-about .btnContact {
    margin-top: 3rem;
  }
}
body.pg-beginners .l-beginners-faq {
  padding-top: 10rem;
}
@media (max-width: 1071px) {
  body.pg-beginners .l-beginners-faq {
    padding-top: 3rem;
  }
}
body.pg-beginners .beginners-faq > .lead {
  font-size: 1.125rem;
  text-align: center;
  line-height: 2;
  margin: 2.5rem 0 0 0;
}
@media (max-width: 1071px) {
  body.pg-beginners .beginners-faq > .lead {
    margin-top: 1.5rem;
    font-size: 1rem;
  }
}
body.pg-beginners .beginners-faq > .btn {
  margin-top: 5rem;
  text-align: center;
}
@media (max-width: 1071px) {
  body.pg-beginners .beginners-faq > .btn {
    margin-top: 3rem;
  }
}
body.pg-beginners .faq-list {
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
  margin: 4rem 0 0 0;
  padding: 0;
}
@media (max-width: 1071px) {
  body.pg-beginners .faq-list {
    margin-top: 2rem;
    row-gap: 1rem;
  }
}
body.pg-beginners .faq-list > .item > .question {
  cursor: pointer;
  box-sizing: border-box;
  width: calc(100% - 6.5rem);
  margin-left: auto;
  background-color: #efece7;
  padding: 1.875rem 5.75rem 2.25rem 2.5rem;
  border-radius: 1rem;
  position: relative;
}
@media (max-width: 1071px) {
  body.pg-beginners .faq-list > .item > .question {
    padding: 1rem 3.75rem 1.25rem 1.25rem;
    width: calc(100% - 4.375rem);
    border-radius: 0.75rem;
  }
}
body.pg-beginners .faq-list > .item > .question::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.625rem 1.5rem 0.625rem 0;
  border-color: transparent #efece7 transparent transparent;
  left: -1.25rem;
  top: 1.5rem;
}
@media (max-width: 1071px) {
  body.pg-beginners .faq-list > .item > .question::before {
    left: -0.75rem;
    top: 1.25rem;
    border-width: 0.3125rem 0.75rem 0.3125rem 0;
  }
}
body.pg-beginners .faq-list > .item > .question::after {
  position: absolute;
  content: "";
  background: url(../../images/beginners/icon01.png) center center no-repeat;
  background-size: contain;
  width: 4.5rem;
  height: 4.5rem;
  left: -6.5rem;
  top: 0;
}
@media (max-width: 1071px) {
  body.pg-beginners .faq-list > .item > .question::after {
    width: 3.25rem;
    height: 3.25rem;
    left: -4.375rem;
  }
}
body.pg-beginners .faq-list > .item > .question > .text {
  margin: 0;
  font-weight: bold;
  font-size: 1.25rem;
}
@media (max-width: 1071px) {
  body.pg-beginners .faq-list > .item > .question > .text {
    font-size: 1.0625rem;
  }
}
body.pg-beginners .faq-list > .item > .question > .bar {
  position: absolute;
  display: inline-block;
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  top: 2rem;
  right: 2.5rem;
}
@media (max-width: 1071px) {
  body.pg-beginners .faq-list > .item > .question > .bar {
    width: 1.3125rem;
    height: 1.3125rem;
    top: 1.25rem;
    right: 1.25rem;
  }
}
body.pg-beginners .faq-list > .item > .question > .bar::before {
  content: "";
  position: absolute;
  background-color: #ffb012;
  width: 1.5rem;
  height: 0.25rem;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 3s;
}
@media (max-width: 1071px) {
  body.pg-beginners .faq-list > .item > .question > .bar::before {
    width: 1.3125rem;
    height: 0.1875rem;
  }
}
body.pg-beginners .faq-list > .item > .question > .bar::after {
  content: "";
  position: absolute;
  background-color: #ffb012;
  height: 0.25rem;
  width: 1.5rem;
  right: 0;
  transform: translateY(-50%) rotate(90deg);
  top: 50%;
  transition: transform 0.3s;
}
@media (max-width: 1071px) {
  body.pg-beginners .faq-list > .item > .question > .bar::after {
    height: 0.1875rem;
    width: 1.3125rem;
  }
}
body.pg-beginners .faq-list > .item > .question.js-active > .bar::after {
  transform: translateY(-50%) rotate(0);
}
body.pg-beginners .faq-list > .item > .answer {
  box-sizing: border-box;
  width: calc(100% - 6.5rem);
  margin-top: 1.5rem;
  margin-left: auto;
  background-color: #fdf4ce;
  padding: 2.25rem 2.5rem 2.8125rem 2.5rem;
  border-radius: 1rem;
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 1.875rem;
}
@media (max-width: 1071px) {
  body.pg-beginners .faq-list > .item > .answer {
    padding: 1rem 1.25rem 1.25rem 1.25rem;
    width: calc(100% - 4.375rem);
    border-radius: 0.75rem;
    row-gap: 1rem;
  }
}
body.pg-beginners .faq-list > .item > .answer::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.625rem 1.5rem 0.625rem 0;
  border-color: transparent #fdf4ce transparent transparent;
  left: -1.25rem;
  top: 1.5rem;
}
@media (max-width: 1071px) {
  body.pg-beginners .faq-list > .item > .answer::before {
    left: -0.75rem;
    top: 1.25rem;
    border-width: 0.3125rem 0.75rem 0.3125rem 0;
  }
}
body.pg-beginners .faq-list > .item > .answer::after {
  position: absolute;
  content: "";
  background: url(../../images/beginners/icon02.png) center center no-repeat;
  background-size: contain;
  width: 4.5rem;
  height: 4.5rem;
  left: -6.5rem;
  top: 0;
}
@media (max-width: 1071px) {
  body.pg-beginners .faq-list > .item > .answer::after {
    width: 3.25rem;
    height: 3.25rem;
    left: -4.375rem;
  }
}
body.pg-beginners .faq-list > .item > .answer > .list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
@media (max-width: 1071px) {
  body.pg-beginners .faq-list > .item > .answer > .list {
    row-gap: 0.625rem;
  }
}
body.pg-beginners .faq-list > .item > .answer > .list > li {
  padding-left: 1.875rem;
  font-size: 1.125rem;
  font-weight: bold;
  position: relative;
}
@media (max-width: 1071px) {
  body.pg-beginners .faq-list > .item > .answer > .list > li {
    font-size: 1.0625rem;
    padding-left: 1.5rem;
  }
}
body.pg-beginners .faq-list > .item > .answer > .list > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.375rem;
  background: url(../img/icon-check-orange.svg) center center no-repeat;
  background-size: contain;
  width: 1.25rem;
  height: 1rem;
}
@media (max-width: 1071px) {
  body.pg-beginners .faq-list > .item > .answer > .list > li::before {
    width: 1rem;
    height: 0.75rem;
    top: 0.5rem;
  }
}
body.pg-beginners .faq-list > .item > .answer > .text {
  font-size: 1.125rem;
  line-height: 2;
  margin: 0;
}
@media (max-width: 1071px) {
  body.pg-beginners .faq-list > .item > .answer > .text {
    font-size: 1.0625rem;
  }
}
body.pg-beginners .l-beginners-blog {
  padding-top: 10rem;
}
@media (max-width: 1071px) {
  body.pg-beginners .l-beginners-blog {
    padding-top: 5rem;
  }
}
body.pg-beginners .beginners-blogList {
  margin-top: 3.75rem;
}
@media (max-width: 1071px) {
  body.pg-beginners .beginners-blogList {
    margin-top: 1.5rem;
  }
}
body.pg-beginners .beginners-blog > .lead {
  font-size: 1.125rem;
  text-align: center;
  line-height: 2;
  margin: 2.5rem 0 0 0;
}
@media (max-width: 1071px) {
  body.pg-beginners .beginners-blog > .lead {
    margin-top: 1.5rem;
    font-size: 1.0625rem;
  }
}
@media (max-width: 767px) {
  body.pg-beginners .beginners-blog > .lead {
    text-align: left;
  }
}
body.pg-beginners .beginners-blog > .btn {
  text-align: center;
  margin-top: 5rem;
}
@media (max-width: 1071px) {
  body.pg-beginners .beginners-blog > .btn {
    margin-top: 3rem;
  }
}
body.pg-beginners .l-beginners-movie {
  padding-top: 10rem;
}
@media (max-width: 1071px) {
  body.pg-beginners .l-beginners-movie {
    padding-top: 5rem;
  }
}
body.pg-beginners .beginners-movieList {
  margin-top: 3.75rem;
}
@media (max-width: 1071px) {
  body.pg-beginners .beginners-movieList {
    margin-top: 1.5rem;
  }
}
body.pg-beginners .beginners-movie > .lead {
  font-size: 1.125rem;
  text-align: center;
  line-height: 2;
  margin: 2.5rem 0 0 0;
}
@media (max-width: 1071px) {
  body.pg-beginners .beginners-movie > .lead {
    margin-top: 1.5rem;
    font-size: 1.0625rem;
  }
}
@media (max-width: 767px) {
  body.pg-beginners .beginners-movie > .lead {
    text-align: left;
  }
}
body.pg-beginners .beginners-movie > .btn {
  text-align: center;
  margin-top: 5rem;
}
@media (max-width: 1071px) {
  body.pg-beginners .beginners-movie > .btn {
    margin-top: 3rem;
  }
}
body.pg-beginners .l-beginners-sns {
  padding: 10rem 0;
}
@media (max-width: 1071px) {
  body.pg-beginners .l-beginners-sns {
    padding: 5rem 0;
  }
}
body.pg-beginners .sns-list {
  margin: 4rem 0 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 1rem 2rem;
}
@media (max-width: 1071px) {
  body.pg-beginners .sns-list {
    margin-top: 1.5rem;
    flex-wrap: wrap;
  }
}
body.pg-beginners .sns-list > li {
  flex: 1;
}
@media (max-width: 1071px) {
  body.pg-beginners .sns-list > li {
    flex: none;
    width: 100%;
  }
}
body.pg-beginners .sns-list > li > .btn {
  display: flex;
  align-items: center;
  width: 100%;
  height: 7.5rem;
  text-decoration: none;
  color: inherit;
  border-radius: 0.5rem;
  border: solid 0.0625rem #d9d5cd;
  box-shadow: 0 0.375rem 0 #eeece6;
  box-sizing: border-box;
}
@media (max-width: 1071px) {
  body.pg-beginners .sns-list > li > .btn {
    height: 5rem;
    width: 18.4375rem;
    max-width: 100%;
    margin: 0 auto;
  }
}
body.pg-beginners .sns-list > li > .btn > img {
  width: 3.1875rem;
  margin-left: 2.5rem;
  display: inline-block;
}
@media (max-width: 1071px) {
  body.pg-beginners .sns-list > li > .btn > img {
    width: 2rem;
    margin-left: 4.375rem;
    margin-right: 1.5rem;
  }
}
body.pg-beginners .sns-list > li > .btn > span {
  font-size: 1.8125rem;
  width: 60%;
  text-align: center;
}
@media (max-width: 1071px) {
  body.pg-beginners .sns-list > li > .btn > span {
    font-size: 1.25rem;
    text-align: left;
  }
}

/**************************************************/
/* 当院について */
/**************************************************/
body.pg-about .l-about {
  padding: 4.375rem 0 12.5rem;
}
@media (max-width: 1071px) {
  body.pg-about .l-about {
    padding: 2.5rem 0 3rem;
  }
}
body.pg-about .l-about .lead {
  display: flex;
  column-gap: 6.25rem;
  align-items: center;
}
body.pg-about .l-about .lead > img {
  width: 21.375rem;
}
body.pg-about .l-about .lead > .text {
  font-size: 1.25rem;
  line-height: 2.7;
  flex: 1;
  margin: 0;
}
@media (max-width: 1071px) {
  body.pg-about .l-about .lead {
    flex-direction: column-reverse;
    row-gap: 3.125rem;
  }
  body.pg-about .l-about .lead > img {
    width: 16.625rem;
  }
  body.pg-about .l-about .lead > .text {
    line-height: 2;
    font-size: 1.0625rem;
  }
}
body.pg-about .l-about .clinic {
  margin-top: 4.0625rem;
}
@media (max-width: 1071px) {
  body.pg-about .l-about .clinic {
    margin-top: 3rem;
  }
}
body.pg-about .l-about .link {
  margin-top: 5rem;
}
@media (max-width: 1071px) {
  body.pg-about .l-about .link {
    margin-top: 3rem;
  }
}
body.pg-about .l-about-overview {
  padding-top: 7.5rem;
}
@media (max-width: 1071px) {
  body.pg-about .l-about-overview {
    padding-top: 5rem;
  }
  body.pg-about .l-about-overview > .l-page-contents {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
body.pg-about .medical-list {
  margin: 4rem 0 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  column-gap: 2.75rem;
}
body.pg-about .medical-list > .item {
  box-sizing: border-box;
  background-color: #efece7;
  border-radius: 1.5rem;
  padding: 2.5rem;
  flex: 1;
}
body.pg-about .medical-list > .item > .text {
  background-color: #fff;
  border-radius: 1rem;
  padding: 1.25rem 0.625rem;
  font-size: 1.125rem;
  text-align: center;
  margin: 0;
}
body.pg-about .medical-list > .item > .text > .subject {
  padding-right: 2.625rem;
  margin-right: 1.5rem;
  position: relative;
}
body.pg-about .medical-list > .item > .text > .subject::after {
  position: absolute;
  display: inline-block;
  width: 0.0625rem;
  height: 1.5rem;
  transform: rotate(-135deg);
  right: 0.625rem;
  top: 10%;
  content: "";
  background-color: #C1BFBC;
}
@media (max-width: 1071px) {
  body.pg-about .medical-list {
    margin-top: 2.5rem;
    gap: 1rem;
  }
  body.pg-about .medical-list > .item {
    padding: 1.5rem 1rem;
    border-radius: 0.75rem;
  }
  body.pg-about .medical-list > .item > .text {
    font-size: 1.0625rem;
    padding: 0.875rem;
    border-radius: 0.5rem;
  }
}
@media (max-width: 767px) {
  body.pg-about .medical-list {
    flex-wrap: wrap;
  }
  body.pg-about .medical-list > .item {
    width: 100%;
    flex: none;
  }
}
body.pg-about .medical-list .title,
body.pg-about .medical-time .title {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  margin: 0 0 2rem;
  padding-bottom: 1.125rem;
  position: relative;
}
body.pg-about .medical-list .title::before,
body.pg-about .medical-time .title::before {
  position: absolute;
  content: "";
  width: 2.5rem;
  height: 0.25rem;
  border-radius: 6.25rem;
  background-color: #FFB012;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
@media (max-width: 1071px) {
  body.pg-about .medical-list .title,
  body.pg-about .medical-time .title {
    font-size: 1.125rem;
    margin-bottom: 1.5rem;
    padding-bottom: 0.625rem;
  }
}
body.pg-about .medical-time {
  background-color: #efece7;
  border-radius: 1.5rem;
  margin-top: 3rem;
  padding: 3.125rem 5.25rem 4rem;
}
body.pg-about .medical-time > .table {
  background-color: #fff;
  border-radius: 1rem;
  padding: 1.25rem 3rem;
}
@media (max-width: 1071px) {
  body.pg-about .medical-time {
    padding: 1.5rem 1rem;
    border-radius: 0.75rem;
    margin-top: 1rem;
  }
  body.pg-about .medical-time > .table {
    padding: 1rem;
    border-radius: 0.5rem;
  }
}
body.pg-about .l-about-history {
  padding-top: 7.5rem;
}
@media (max-width: 1071px) {
  body.pg-about .l-about-history {
    padding-top: 5rem;
  }
  body.pg-about .l-about-history > .l-page-contents {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
body.pg-about .history-list {
  margin: 4rem 0 0 0.625rem;
  padding: 0 0 0 4rem;
  list-style: none;
  display: flex;
  row-gap: 1.5rem;
  flex-direction: column;
  position: relative;
}
body.pg-about .history-list::before {
  position: absolute;
  content: "";
  width: 0.125rem;
  height: calc(100% - 3.125rem);
  border-left: solid 0.125rem #C1BFBC;
  left: -0.125rem;
  top: 0;
}
body.pg-about .history-list::after {
  position: absolute;
  content: "";
  width: 0.125rem;
  height: 3.125rem;
  border-left: dotted 0.125rem #C1BFBC;
  left: -0.125rem;
  bottom: 0;
}
@media (max-width: 1071px) {
  body.pg-about .history-list {
    margin: 2rem 0 0 0.5rem;
    padding-left: 2.0625rem;
    row-gap: 1rem;
  }
}
@media (max-width: 767px) {
  body.pg-about .history-list::before {
    height: calc(100% - 10.625rem);
  }
  body.pg-about .history-list::after {
    bottom: 7.5rem;
  }
}
body.pg-about .history-list > .item {
  position: relative;
  background-color: #efece7;
  border-radius: 1rem;
  padding: 2rem 2.5rem 2rem 2rem;
  display: flex;
  justify-content: space-between;
  column-gap: 2.25rem;
}
body.pg-about .history-list > .item::before {
  position: absolute;
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  background-color: #FFB012;
  border-radius: 6.25rem;
  left: -4.6875rem;
  top: 3rem;
}
body.pg-about .history-list > .item::after {
  position: absolute;
  content: "";
  width: 4rem;
  height: 0.0625rem;
  background-color: #FFB012;
  left: -4rem;
  top: 3.5625rem;
}
@media (max-width: 1071px) {
  body.pg-about .history-list > .item {
    border-radius: 0.5rem;
    padding: 1rem 1.5rem;
  }
  body.pg-about .history-list > .item::before {
    width: 1rem;
    height: 1rem;
    left: -2.625rem;
    top: 2.5rem;
  }
  body.pg-about .history-list > .item::after {
    width: 1.625rem;
    left: -1.625rem;
    top: 3rem;
  }
}
@media (max-width: 767px) {
  body.pg-about .history-list > .item {
    flex-direction: column;
    row-gap: 1rem;
  }
}
body.pg-about .history-list > .item > .textWrap {
  flex: 1;
}
body.pg-about .history-list > .item > .textWrap > .date {
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.1em;
  font-size: 2rem;
  margin: 0;
}
body.pg-about .history-list > .item > .textWrap > .head {
  margin: 0.375rem 0 0.5rem 0;
  font-weight: bold;
  font-size: 1.25rem;
}
body.pg-about .history-list > .item > .textWrap > .text {
  margin: 0.625rem 0 1.25rem 0;
  font-size: 1.125rem;
}
@media (max-width: 1071px) {
  body.pg-about .history-list > .item > .textWrap > .head {
    margin-top: 0;
    font-size: 1.125rem;
  }
  body.pg-about .history-list > .item > .textWrap > .text {
    font-size: 1.0625rem;
    margin-top: 0.5rem;
    margin-bottom: 0.75rem;
  }
}
body.pg-about .history-list > .item > .imgWrap {
  display: flex;
  flex-shrink: 0;
  gap: 1rem;
  max-width: 40%;
  align-items: flex-start;
}
@media (max-width: 1071px) {
  body.pg-about .history-list > .item > .imgWrap {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  body.pg-about .history-list > .item > .imgWrap {
    max-width: 100%;
  }
}
body.pg-about .history-list > .item > .imgWrap img {
  display: inline-block;
  object-fit: contain;
}
body.pg-about .l-about-record {
  padding-top: 7.5rem;
}
@media (max-width: 1071px) {
  body.pg-about .l-about-record {
    padding-top: 5rem;
  }
}
body.pg-about .l-about-record .body {
  margin: 5.3125rem 0 0;
}
@media (max-width: 1071px) {
  body.pg-about .l-about-record .body {
    margin: 1.6875rem 0 0;
  }
}
body.pg-about .l-about-record .body > .list {
  display: flex;
  flex-direction: column;
  row-gap: 4rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 1071px) {
  body.pg-about .l-about-record .body > .list {
    row-gap: 2.3125rem;
  }
}
body.pg-about .l-about-record .list > .item {
  display: flex;
  column-gap: 9.375rem;
}
@media (max-width: 1071px) {
  body.pg-about .l-about-record .list > .item {
    flex-direction: column;
    row-gap: 1.5rem;
  }
}
body.pg-about .l-about-record .record {
  flex: 1;
}
body.pg-about .l-about-record .record > .list {
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
  padding: 0;
  list-style: none;
}
@media (max-width: 1071px) {
  body.pg-about .l-about-record .record > .list {
    row-gap: 1rem;
  }
}
body.pg-about .l-about-record .record > .list > .item {
  margin: -0.375rem 0 0;
  padding: 0 0 0.6875rem;
  font-size: 1.125rem;
  line-height: 2;
  border-bottom: 1px solid #707070;
}
@media (max-width: 1071px) {
  body.pg-about .l-about-record .record > .list > .item {
    margin: -0.125rem 0 0;
    padding: 0 2.5rem 1rem 0;
    font-size: 1.0625rem;
    line-height: 1.5;
  }
}

/**************************************************/
/* 〇〇院について（院紹介） */
/**************************************************/
body.pg-clinic .l-page-container {
  overflow: hidden;
}
body.pg-clinic .l-main-visual {
  background-color: #efece7;
  position: relative;
  padding: 5rem 0 4.375rem;
}
@media (max-width: 1071px) {
  body.pg-clinic .l-main-visual {
    padding: 3.75rem 0 0;
  }
}
body.pg-clinic .l-main-visual > .flowingText {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  white-space: nowrap;
  z-index: 1;
  margin-inline: auto;
  animation: marquee 15s linear infinite;
  transform: translateX(-100%);
}
@media (max-width: 767px) {
  body.pg-clinic .l-main-visual > .flowingText {
    animation: marquee 6s linear infinite;
  }
}
body.pg-clinic .l-main-visual > .flowingText p {
  display: inline-block;
  margin: 0;
  padding-right: 1.2em;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.4);
  font-family: "Poppins", sans-serif;
  font-size: 9rem;
}
@media (max-width: 1071px) {
  body.pg-clinic .l-main-visual > .flowingText p {
    font-size: 4.5rem;
    line-height: 1.2;
  }
}
body.pg-clinic .main-visual {
  position: relative;
  z-index: 2;
  display: flex;
  column-gap: 3rem;
}
body.pg-clinic .main-visual > .textarea {
  flex: 1;
}
body.pg-clinic .main-visual > .textarea > .title {
  font-weight: bold;
  margin: 0;
  font-size: 2rem;
}
body.pg-clinic .main-visual > .textarea > .title > .textA {
  font-size: 2.5rem;
  display: block;
}
body.pg-clinic .main-visual > .textarea > .title > .textB {
  display: inline-block;
  font-size: 4.25rem;
  letter-spacing: 0.1em;
  color: #fc6202;
  line-height: 1.2;
}
body.pg-clinic .main-visual > .textarea > .mv-link {
  margin: 1.875rem 0 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
body.pg-clinic .main-visual > .textarea > .mv-link > .item {
  width: calc(50% - 0.5rem);
}
body.pg-clinic .main-visual > .textarea > .mv-link > .item > .c-btn-e {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}
body.pg-clinic .main-visual > .image {
  width: 37.5rem;
}
body.pg-clinic .main-visual > .image img {
  width: 100%;
  aspect-ratio: 600/370;
  border-radius: 1.5rem;
  object-fit: cover;
}
@media (max-width: 1071px) {
  body.pg-clinic .main-visual {
    flex-direction: column;
    row-gap: 2.5rem;
  }
  body.pg-clinic .main-visual > .textarea > .title {
    text-align: center;
    font-size: 2rem;
  }
  body.pg-clinic .main-visual > .textarea > .title > .textA {
    font-size: 2rem;
  }
  body.pg-clinic .main-visual > .textarea > .title > .textB {
    font-size: 3rem;
  }
  body.pg-clinic .main-visual > .image {
    margin-bottom: -2rem;
    width: 100%;
  }
}
@media (max-width: 767px) {
  body.pg-clinic .main-visual .mv-link {
    margin: 2rem 0 0 0;
  }
  body.pg-clinic .main-visual .mv-link .c-btn-e {
    padding-right: 0.625rem;
    padding-left: 1rem;
  }
}
body.pg-clinic .l-clinic-introduction .introduction {
  display: flex;
  align-items: flex-end;
  column-gap: 4.125rem;
}
body.pg-clinic .l-clinic-introduction .introduction > .image {
  width: 10.5rem;
}
body.pg-clinic .l-clinic-introduction .introduction > .balloon {
  flex: 1;
  margin-left: 1.375rem;
  background-color: #efece7;
  border-radius: 1.5rem;
  padding: 3rem 3rem 5rem;
  position: relative;
}
@media (max-width: 1071px) {
  body.pg-clinic .l-clinic-introduction .introduction > .balloon {
    margin-left: 0;
    margin-bottom: 1.1875rem;
    border-radius: 0.75rem;
    padding: 2.25rem 1.25rem;
  }
}
body.pg-clinic .l-clinic-introduction .introduction > .balloon::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 0.625rem solid transparent;
  border-bottom: 0.625rem solid transparent;
  border-right: 1.375rem solid #efece7;
  border-left: 0;
  top: 50%;
  transform: translateY(-50%);
  left: -1.3125rem;
}
body.pg-clinic .l-clinic-introduction .introduction > .balloon > .text {
  margin: 0;
  font-size: 1.125rem;
  line-height: 2;
}
@media (max-width: 1071px) {
  body.pg-clinic .l-clinic-introduction {
    padding-top: 4.5rem;
  }
  body.pg-clinic .l-clinic-introduction .introduction {
    flex-direction: column-reverse;
    row-gap: 0.75rem;
    align-items: center;
    margin: 0 1rem;
  }
  body.pg-clinic .l-clinic-introduction .introduction > .image {
    width: 9rem;
  }
  body.pg-clinic .l-clinic-introduction .introduction > .balloon {
    padding: 1.25rem 1.5rem;
  }
  body.pg-clinic .l-clinic-introduction .introduction > .balloon::before {
    border-top: 1.5rem solid #efece7;
    border-bottom: 0;
    border-right: 0.625rem solid transparent;
    border-left: 0.625rem solid transparent;
    top: auto;
    bottom: -1.25rem;
    transform: translateX(-50%);
    left: 50%;
  }
  body.pg-clinic .l-clinic-introduction .introduction > .balloon > .text {
    font-size: 1.0625rem;
  }
}
body.pg-clinic .clinic-hernia,
body.pg-clinic .clinic-daysurgery {
  padding-top: 7.5rem;
  display: flex;
  justify-content: space-between;
}
body.pg-clinic .clinic-hernia > .image,
body.pg-clinic .clinic-daysurgery > .image {
  width: 30rem;
  top: 0;
}
body.pg-clinic .clinic-hernia > .image img,
body.pg-clinic .clinic-daysurgery > .image img {
  border-radius: 1.5rem;
}
body.pg-clinic .clinic-hernia > .textarea,
body.pg-clinic .clinic-daysurgery > .textarea {
  width: 62%;
}
body.pg-clinic .clinic-hernia > .textarea > .heading,
body.pg-clinic .clinic-daysurgery > .textarea > .heading {
  font-size: 2rem;
  margin: 0;
  font-weight: bold;
}
body.pg-clinic .clinic-hernia > .textarea > .heading em,
body.pg-clinic .clinic-daysurgery > .textarea > .heading em {
  color: #fc6202;
}
body.pg-clinic .clinic-hernia > .textarea > .text,
body.pg-clinic .clinic-daysurgery > .textarea > .text {
  margin: 1.25rem 0 0 0;
  font-size: 1.25rem;
  line-height: 2;
}
body.pg-clinic .clinic-hernia > .textarea > .btn,
body.pg-clinic .clinic-daysurgery > .textarea > .btn {
  text-align: center;
  margin: 4.375rem 0 0 0;
}
body.pg-clinic .clinic-hernia > .textarea > .btn > .more,
body.pg-clinic .clinic-daysurgery > .textarea > .btn > .more {
  display: inline-block;
  font-weight: bold;
  margin: 0 0 1.5rem 0;
  font-size: 1.25rem;
  padding: 0 2rem;
  position: relative;
}
body.pg-clinic .clinic-hernia > .textarea > .btn > .more::before, body.pg-clinic .clinic-hernia > .textarea > .btn > .more::after,
body.pg-clinic .clinic-daysurgery > .textarea > .btn > .more::before,
body.pg-clinic .clinic-daysurgery > .textarea > .btn > .more::after {
  position: absolute;
  width: 1.375rem;
  height: 1.375rem;
  content: "";
  border-bottom: solid 0.125rem #fc6202;
  top: 50%;
}
body.pg-clinic .clinic-hernia > .textarea > .btn > .more::before,
body.pg-clinic .clinic-daysurgery > .textarea > .btn > .more::before {
  left: 0;
  transform-origin: right bottom;
  transform: translateY(-50%) rotate(45deg);
}
body.pg-clinic .clinic-hernia > .textarea > .btn > .more::after,
body.pg-clinic .clinic-daysurgery > .textarea > .btn > .more::after {
  right: 0;
  transform-origin: left bottom;
  transform: translateY(-50%) rotate(-45deg);
}
@media (max-width: 1071px) {
  body.pg-clinic .clinic-hernia,
  body.pg-clinic .clinic-daysurgery {
    padding-top: 5rem;
    column-gap: 2rem;
  }
  body.pg-clinic .clinic-hernia > .image,
  body.pg-clinic .clinic-daysurgery > .image {
    width: 21.875rem;
  }
  body.pg-clinic .clinic-hernia > .textarea,
  body.pg-clinic .clinic-daysurgery > .textarea {
    flex: 1;
    width: auto;
  }
  body.pg-clinic .clinic-hernia > .textarea > .heading,
  body.pg-clinic .clinic-daysurgery > .textarea > .heading {
    font-size: 1.25rem;
  }
  body.pg-clinic .clinic-hernia > .textarea > .text,
  body.pg-clinic .clinic-daysurgery > .textarea > .text {
    font-size: 1.0625rem;
    margin-top: 1.25rem;
  }
  body.pg-clinic .clinic-hernia > .textarea > .btn,
  body.pg-clinic .clinic-daysurgery > .textarea > .btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 2rem;
  }
  body.pg-clinic .clinic-hernia > .textarea > .btn > .more,
  body.pg-clinic .clinic-daysurgery > .textarea > .btn > .more {
    font-size: 1.125rem;
  }
}
@media (max-width: 767px) {
  body.pg-clinic .clinic-hernia,
  body.pg-clinic .clinic-daysurgery {
    flex-direction: column;
    row-gap: 2rem;
  }
  body.pg-clinic .clinic-hernia > .image,
  body.pg-clinic .clinic-daysurgery > .image {
    width: calc(100% + 1.5rem);
  }
  body.pg-clinic .clinic-hernia > .textarea > .btn > .more,
  body.pg-clinic .clinic-daysurgery > .textarea > .btn > .more {
    padding: 0 2.5rem;
  }
}
body.pg-clinic .clinic-hernia > .image {
  margin-left: -10.625rem;
}
@media (max-width: 1366px) {
  body.pg-clinic .clinic-hernia > .image img {
    border-radius: 0 1.5rem 1.5rem 0;
  }
}
@media (max-width: 1071px) {
  body.pg-clinic .clinic-hernia > .image {
    margin-left: -1.5rem;
  }
}
body.pg-clinic .clinic-daysurgery {
  flex-direction: row-reverse;
}
body.pg-clinic .clinic-daysurgery > .image {
  margin-right: -10.625rem;
}
@media (max-width: 1366px) {
  body.pg-clinic .clinic-daysurgery > .image img {
    border-radius: 1.5rem 0 0 1.5rem;
  }
}
@media (max-width: 1071px) {
  body.pg-clinic .clinic-daysurgery > .image {
    margin-left: auto;
    margin-right: -1.5rem;
  }
}
@media (max-width: 767px) {
  body.pg-clinic .clinic-daysurgery {
    flex-direction: column;
  }
}
body.pg-clinic .l-clinic-doctor .clinic-doctorList {
  margin: 4rem 0 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  list-style: none;
}
body.pg-clinic .l-clinic-doctor .clinic-doctorList > .item {
  padding: 4rem;
  display: flex;
  column-gap: 2.5rem;
  border-radius: 1.5rem;
  background-color: #efece7;
  align-items: center;
}
body.pg-clinic .l-clinic-doctor .clinic-doctorList > .item > .image {
  width: 20rem;
  max-width: 100%;
}
body.pg-clinic .l-clinic-doctor .clinic-doctorList > .item > .image img {
  border-radius: 1rem;
  object-fit: cover;
  aspect-ratio: 320/250;
  width: 100%;
}
body.pg-clinic .l-clinic-doctor .clinic-doctorList > .item > .textarea {
  flex: 1;
}
body.pg-clinic .l-clinic-doctor .clinic-doctorList > .item > .textarea > .title {
  margin: 0;
  font-size: 1.25rem;
  font-weight: bold;
}
body.pg-clinic .l-clinic-doctor .clinic-doctorList > .item > .textarea > .name {
  margin: 1.25rem 0 0 0;
}
body.pg-clinic .l-clinic-doctor .clinic-doctorList > .item > .textarea > .name .ja {
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 1.2;
}
body.pg-clinic .l-clinic-doctor .clinic-doctorList > .item > .textarea > .name .en {
  margin-left: 0.875rem;
  font-size: 1.125rem;
}
body.pg-clinic .l-clinic-doctor .clinic-doctorList > .item > .textarea > .links {
  margin: 2.5rem 0 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
body.pg-clinic .l-clinic-doctor .clinic-doctorList > .item > .textarea > .links > .item {
  width: calc(50% - 0.5rem);
}
@media (max-width: 1071px) {
  body.pg-clinic .l-clinic-doctor .clinic-doctorList {
    margin-top: 2rem;
    gap: 2rem;
  }
  body.pg-clinic .l-clinic-doctor .clinic-doctorList > .item {
    column-gap: 2rem;
    padding: 2rem 1rem;
    border-radius: 0.75rem;
  }
  body.pg-clinic .l-clinic-doctor .clinic-doctorList > .item > .textarea > .title {
    font-size: 1.0625rem;
  }
  body.pg-clinic .l-clinic-doctor .clinic-doctorList > .item > .textarea > .name {
    margin-top: 1rem;
  }
  body.pg-clinic .l-clinic-doctor .clinic-doctorList > .item > .textarea > .name .ja {
    font-size: 1.5rem;
  }
  body.pg-clinic .l-clinic-doctor .clinic-doctorList > .item > .textarea > .name .en {
    font-size: 0.875rem;
    margin-left: 0.375rem;
  }
  body.pg-clinic .l-clinic-doctor .clinic-doctorList > .item > .textarea > .links {
    margin-top: 1rem;
  }
  body.pg-clinic .l-clinic-doctor .clinic-doctorList > .item > .textarea > .links > .item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  body.pg-clinic .l-clinic-doctor .clinic-doctorList > .item {
    flex-direction: column;
    row-gap: 1.5rem;
  }
}
body.pg-clinic .l-clinic-medicalTime > .box {
  margin-top: 4rem;
  background-color: #efece7;
  border-radius: 1.5rem;
  padding: 4rem;
}
body.pg-clinic .l-clinic-medicalTime > .box > .table {
  background-color: #fff;
  border-radius: 1rem;
  padding: 1.25rem 3rem;
}
body.pg-clinic .l-clinic-medicalTime > .box > .footer {
  margin: 2.5rem 0 0 0;
}
body.pg-clinic .l-clinic-medicalTime > .box > .footer .textA {
  margin: 0;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 2;
}
body.pg-clinic .l-clinic-medicalTime > .box > .footer .textB {
  margin: 0;
  font-size: 0.875rem;
  line-height: 2;
}
@media (max-width: 1071px) {
  body.pg-clinic .l-clinic-medicalTime > .box {
    margin-top: 2rem;
    padding: 2.25rem 1.125rem;
    border-radius: 0.75rem;
  }
  body.pg-clinic .l-clinic-medicalTime > .box > .table {
    padding: 1rem;
    border-radius: 0.5rem;
  }
  body.pg-clinic .l-clinic-medicalTime > .box > .footer {
    margin-top: 1.25rem;
  }
  body.pg-clinic .l-clinic-medicalTime > .box > .footer .textA {
    font-size: 1rem;
    line-height: 1.75;
  }
  body.pg-clinic .l-clinic-medicalTime > .box > .footer .textB {
    font-size: 0.75rem;
    line-height: 1.75;
  }
}
body.pg-clinic .l-clinic-access > .map {
  margin: 4rem 0 0 0;
  aspect-ratio: 1024/670;
}
body.pg-clinic .l-clinic-access > .map iframe {
  width: 100%;
  height: 100%;
}
@media (max-width: 1071px) {
  body.pg-clinic .l-clinic-access > .map {
    margin-top: 2rem;
  }
}
body.pg-clinic .l-clinic-access > .address {
  margin-top: 5rem;
  display: flex;
  column-gap: 4rem;
  align-items: flex-start;
}
body.pg-clinic .l-clinic-access > .address > .textarea {
  flex: 1;
}
body.pg-clinic .l-clinic-access > .address > .textarea > *:first-child {
  margin-top: 0 !important;
}
body.pg-clinic .l-clinic-access > .address > .textarea .c-heading-b {
  margin-top: 3.375rem;
}
body.pg-clinic .l-clinic-access > .address > .textarea > .text {
  margin: 1.5rem 0 0 0;
  font-size: 1.125rem;
}
body.pg-clinic .l-clinic-access > .address > .textarea > .tel {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 1.625rem;
  color: inherit;
  text-decoration: none;
  padding-left: 1.5rem;
  position: relative;
  margin: 1.5rem 0 1rem 0;
  display: block;
}
body.pg-clinic .l-clinic-access > .address > .textarea > .tel::before {
  position: absolute;
  content: "";
  background: url(../img/icon-tel.svg) center center no-repeat;
  background-size: contain;
  width: 1.3125rem;
  height: 1.375rem;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  body.pg-clinic .l-clinic-access > .address > .textarea > .tel::before {
    width: 1.1875rem;
    height: 1.1875rem;
  }
}
body.pg-clinic .l-clinic-access > .address > .textarea > .mail,
body.pg-clinic .l-clinic-access > .address > .textarea > .fax {
  padding-left: 2rem;
  font-size: 1.125rem;
  position: relative;
  margin: 0;
  display: inline-block;
}
@media (max-width: 767px) {
  body.pg-clinic .l-clinic-access > .address > .textarea > .mail,
  body.pg-clinic .l-clinic-access > .address > .textarea > .fax {
    margin-top: 2.5rem;
    font-size: 1.0625rem;
    display: block;
  }
}
body.pg-clinic .l-clinic-access > .address > .textarea > .fax {
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  body.pg-clinic .l-clinic-access > .address > .textarea > .fax {
    margin-right: 0;
  }
}
body.pg-clinic .l-clinic-access > .address > .textarea > .fax::before {
  position: absolute;
  width: 1.5625rem;
  height: 1.5625rem;
  content: "";
  background: url(../img/icon-fax.svg) center center no-repeat;
  background-size: contain;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
body.pg-clinic .l-clinic-access > .address > .textarea > .mail {
  color: inherit;
  text-decoration: none;
}
body.pg-clinic .l-clinic-access > .address > .textarea > .mail::before {
  position: absolute;
  width: 1.5625rem;
  height: 1.25rem;
  content: "";
  background: url(../img/icon-mail.svg) center center no-repeat;
  background-size: contain;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
body.pg-clinic .l-clinic-access > .address > .mapImg {
  width: 25rem;
  max-width: 100%;
  border: solid 0.0625rem #D9D5CD;
}
@media (max-width: 1071px) {
  body.pg-clinic .l-clinic-access > .address {
    margin-top: 2rem;
    column-gap: 2rem;
  }
  body.pg-clinic .l-clinic-access > .address > .mapImg {
    width: 40%;
  }
  body.pg-clinic .l-clinic-access > .address > .textarea .c-heading-b {
    margin-top: 2.25rem;
  }
  body.pg-clinic .l-clinic-access > .address > .textarea > .text {
    font-size: 1.0625rem;
    margin-top: 0.875rem;
  }
}
@media (max-width: 767px) {
  body.pg-clinic .l-clinic-access > .address {
    flex-direction: column;
    row-gap: 2rem;
  }
  body.pg-clinic .l-clinic-access > .address > .mapImg {
    margin-inline: auto;
    width: 25rem;
  }
  body.pg-clinic .l-clinic-access > .address > .textarea > .tel {
    margin-top: 0.875rem;
    margin-bottom: 0;
  }
}
body.pg-clinic .l-clinic-dial {
  padding-top: 6.25rem;
  padding-bottom: 12.5rem;
}
body.pg-clinic .l-clinic-dial > .box {
  background-color: #efece7;
  border-radius: 1.5rem;
  padding: 3.75rem 3rem 5rem;
}
body.pg-clinic .l-clinic-dial > .box > .body {
  display: grid;
  margin-top: 2.5rem;
  grid-template-columns: 10.5rem 1fr 9.5rem;
  grid-template-rows: auto;
  grid-template-areas: "areaA areaB areaC";
  gap: 0.625rem;
}
body.pg-clinic .l-clinic-dial > .box > .body > .textarea {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  grid-area: areaB;
  text-align: center;
}
body.pg-clinic .l-clinic-dial > .box > .body > .textarea > .lead {
  font-size: 1.5rem;
  margin: 0;
  font-weight: bold;
}
body.pg-clinic .l-clinic-dial > .box > .body > .textarea > .lead em {
  color: #fc6202;
}
body.pg-clinic .l-clinic-dial > .box > .body > .textarea > .text {
  margin: 1.5rem 0 0 0;
  font-size: 1.125rem;
  line-height: 1.7;
}
body.pg-clinic .l-clinic-dial > .box > .body > .textarea .c-btn-tel {
  margin-top: 3rem;
  max-width: 30rem;
  margin-inline: auto;
}
body.pg-clinic .l-clinic-dial > .box > .body > .textarea .c-btn-tel > .text {
  font-size: 1.125rem;
}
body.pg-clinic .l-clinic-dial > .box > .body > .datsuhiro {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: areaA;
}
body.pg-clinic .l-clinic-dial > .box > .body > .ikeda {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  -ms-grid-column-span: 1;
  grid-area: areaC;
}
@media (max-width: 1071px) {
  body.pg-clinic .l-clinic-dial {
    padding: 2rem 0 5rem;
  }
  body.pg-clinic .l-clinic-dial > .box {
    border-radius: 1rem;
    padding: 2rem 1rem;
  }
  body.pg-clinic .l-clinic-dial > .box > .body {
    margin-top: 1.25rem;
    grid-template-columns: auto;
    grid-template-rows: auto auto;
    justify-content: center;
    grid-template-areas: "areaB areaB" "areaA areaC";
    gap: 2.5rem 0.3125rem;
  }
  body.pg-clinic .l-clinic-dial > .box > .body > .textarea > .lead {
    font-size: 1.25rem;
  }
  body.pg-clinic .l-clinic-dial > .box > .body > .textarea > .text {
    font-size: 1.0625rem;
    margin-top: 1.875rem;
  }
  body.pg-clinic .l-clinic-dial > .box > .body > .datsuhiro {
    width: 8.125rem;
    margin-left: auto;
  }
  body.pg-clinic .l-clinic-dial > .box > .body > .ikeda {
    width: 7.3125rem;
  }
  body.pg-clinic .l-clinic-dial > .box > .body > .video {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  body.pg-clinic .l-clinic-dial > .box > .body > .textarea {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  body.pg-clinic .l-clinic-dial > .box > .body > .sptext {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
  body.pg-clinic .l-clinic-dial > .box > .body > .top-title {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  body.pg-clinic .l-clinic-dial > .box > .body > .image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  body.pg-clinic .l-clinic-dial > .box > .body > .lead {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
  body.pg-clinic .l-clinic-dial > .box > .body > .textarea {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  body.pg-clinic .l-clinic-dial > .box > .body > .datsuhiro {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  body.pg-clinic .l-clinic-dial > .box > .body > .ikeda {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
}
body.pg-clinic .l-fixed-clinic {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6.25rem;
  background-color: #fff;
  padding: 1rem 0;
  z-index: 100;
}
@media (max-width: 767px) {
  body.pg-clinic .l-fixed-clinic {
    padding: 0;
    background-color: #f8b300;
    border-top: solid 0.25rem #fc6202;
    height: auto;
  }
  body.pg-clinic .l-fixed-clinic > .tap {
    cursor: pointer;
    margin: 0;
    text-align: center;
    font-weight: bold;
    font-size: 1.25rem;
    color: #fff;
    padding: 0.625rem 0 1rem;
  }
  body.pg-clinic .l-fixed-clinic > .tap > span {
    display: inline-block;
    padding-right: 1.875rem;
    position: relative;
  }
  body.pg-clinic .l-fixed-clinic > .tap > span::before {
    position: absolute;
    content: "";
    background: url(../img/icon-arrow-circle-down-white.svg) center center no-repeat;
    background-size: contain;
    width: 1.5rem;
    height: 1.5rem;
    right: 0;
    top: calc(50% - 0.75rem);
  }
  body.pg-clinic .l-fixed-clinic > .tap.js-active > span::before {
    transform: rotate(180deg);
  }
}
body.pg-clinic .l-fixed-clinic > .l-page-contents {
  height: 100%;
}
@media (max-width: 767px) {
  body.pg-clinic .l-fixed-clinic > .l-page-contents {
    padding: 0 2.5rem 1.5rem;
  }
}
body.pg-clinic .l-fixed-clinic > .l-page-contents > .contact {
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 1.5rem;
  display: flex;
  height: 100%;
  box-sizing: border-box;
}
body.pg-clinic .l-fixed-clinic > .l-page-contents > .contact > li {
  flex: 1;
  background-color: #efece7;
  border-radius: 0.5rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.3125rem 3rem;
  box-sizing: border-box;
}
body.pg-clinic .l-fixed-clinic > .l-page-contents > .contact > li > .head {
  font-size: 0.875rem;
  margin: 0;
  font-weight: bold;
}
@media (max-width: 1071px) {
  body.pg-clinic .l-fixed-clinic > .l-page-contents > .contact > li {
    flex-direction: column;
    padding: 1rem;
  }
}
body.pg-clinic .l-fixed-clinic > .l-page-contents > .contact > li.-tel .tel {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 2rem;
  color: inherit;
  text-decoration: none;
  padding-left: 2.125rem;
  position: relative;
  margin: 0;
  display: block;
}
body.pg-clinic .l-fixed-clinic > .l-page-contents > .contact > li.-tel .tel::before {
  position: absolute;
  content: "";
  background: url(../img/icon-tel.svg) center center no-repeat;
  background-size: contain;
  width: 1.6875rem;
  height: 1.875rem;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
body.pg-clinic .l-fixed-clinic > .l-page-contents > .contact > li.-internet .c-btn-b {
  width: 16.75rem;
}
@media (max-width: 767px) {
  body.pg-clinic .l-fixed-clinic > .l-page-contents > .contact {
    background-color: #fff;
    border-radius: 1rem;
    flex-direction: column;
    gap: 0.875rem;
    padding: 1.5rem;
  }
  body.pg-clinic .l-fixed-clinic > .l-page-contents > .contact > li {
    background-color: transparent;
    border-radius: none;
    padding: 0;
    align-items: flex-start;
  }
  body.pg-clinic .l-fixed-clinic > .l-page-contents > .contact > li > .head {
    font-size: 1rem;
  }
  body.pg-clinic .l-fixed-clinic > .l-page-contents > .contact > li.-tel .tel {
    font-size: 1.625rem;
    padding-left: 1.625rem;
    margin-top: 2px;
  }
  body.pg-clinic .l-fixed-clinic > .l-page-contents > .contact > li.-tel .tel::before {
    width: 1.375rem;
    height: 1.375rem;
  }
  body.pg-clinic .l-fixed-clinic > .l-page-contents > .contact > li.-internet .c-btn-b {
    width: 100%;
    margin-top: 0.5rem;
  }
}

/**************************************************/
/* 当院について */
/**************************************************/
body.pg-philosophy .l-philosophy {
  padding: 7.5rem 0 25rem;
  overflow-x: hidden;
}
@media (max-width: 1071px) {
  body.pg-philosophy .l-philosophy {
    padding: 2.5rem 0 7.5rem;
  }
}
body.pg-philosophy .l-philosophy .lead-a {
  margin: 0;
}
body.pg-philosophy .l-philosophy .lead-a > span {
  display: block;
  margin: 2.8125rem 0 0 0;
  font-size: 1.25rem;
  text-align: center;
  letter-spacing: 0.2em;
}
body.pg-philosophy .l-philosophy .lead-a > span:first-child {
  margin-top: 0;
}
@media (max-width: 1071px) {
  body.pg-philosophy .l-philosophy .lead-a > span {
    font-size: 1.0625rem;
    letter-spacing: 0.04em;
  }
}
@media (max-width: 767px) {
  body.pg-philosophy .l-philosophy .lead-a {
    width: calc(100% + 1rem);
    margin-left: -0.5rem;
  }
}
body.pg-philosophy .l-philosophy .lead-b {
  margin: 6.25rem 0 0 0;
}
body.pg-philosophy .l-philosophy .lead-b > .text {
  font-size: 2rem;
  font-weight: bold;
  display: block;
  letter-spacing: 0.2em;
  text-align: center;
}
body.pg-philosophy .l-philosophy .lead-b > .wrap {
  display: flex;
  justify-content: center;
  column-gap: 3.75rem;
  align-items: center;
  margin: 9.375rem 0 6.875rem;
}
body.pg-philosophy .l-philosophy .lead-b > .wrap > .philosophy {
  color: #B74701;
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  position: relative;
  z-index: 1;
}
body.pg-philosophy .l-philosophy .lead-b > .wrap > .philosophy::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 7.0625rem;
  height: 7.0625rem;
  border-radius: 6.25rem;
  background-color: #fcd947;
  filter: blur(2.5rem);
}
@media (max-width: 1071px) {
  body.pg-philosophy .l-philosophy .lead-b {
    margin-top: 5rem;
  }
  body.pg-philosophy .l-philosophy .lead-b > .text {
    font-size: 1.375rem;
    letter-spacing: 0.18em;
  }
  body.pg-philosophy .l-philosophy .lead-b > .wrap {
    flex-direction: column;
    justify-content: center;
    margin: 5rem 0;
    row-gap: 1.5rem;
  }
  body.pg-philosophy .l-philosophy .lead-b > .wrap > .philosophy {
    letter-spacing: 0.18em;
    font-size: 1.375rem;
  }
  body.pg-philosophy .l-philosophy .lead-b > .wrap > .philosophy::before {
    display: none;
  }
}
body.pg-philosophy .l-philosophy .lead-c {
  margin: 0;
}
body.pg-philosophy .l-philosophy .lead-c > span {
  font-size: 1.5rem;
  text-align: center;
  letter-spacing: 0.2em;
  display: block;
}
body.pg-philosophy .l-philosophy .lead-c > span:not(:first-child) {
  margin-top: 2.8125rem;
}
@media (max-width: 1071px) {
  body.pg-philosophy .l-philosophy .lead-c > span {
    font-size: 1.25rem;
    letter-spacing: 0.04em;
    margin-top: 0 !important;
  }
}
@media (max-width: 767px) {
  body.pg-philosophy .l-philosophy .lead-c {
    width: calc(100% + 1rem);
    margin-left: -0.5rem;
  }
}
body.pg-philosophy .l-philosophy .lead-gi {
  margin: 6.25rem auto 0;
  width: 32rem;
}
@media (max-width: 1071px) {
  body.pg-philosophy .l-philosophy .lead-gi {
    width: 29.375rem;
    margin-top: 1.875rem;
  }
}
@media (max-width: 767px) {
  body.pg-philosophy .l-philosophy .lead-gi {
    margin-left: -22%;
  }
}
body.pg-philosophy .l-philosophy .lead-d {
  font-weight: bold;
  margin: 0.625rem 0 5rem 0;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  letter-spacing: 0.2em;
  font-size: 3rem;
}
@media (max-width: 1071px) {
  body.pg-philosophy .l-philosophy .lead-d {
    font-size: 2rem;
    margin: 1.875rem 0 5rem;
  }
}
body.pg-philosophy .l-philosophy .philosophy-list {
  margin: 8.75rem 0 16.25rem 0;
  padding: 0;
  list-style: none;
}
body.pg-philosophy .l-philosophy .philosophy-list > .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: right;
  position: relative;
  z-index: 1;
  min-height: 40rem;
}
body.pg-philosophy .l-philosophy .philosophy-list > .item:not(:first-child) {
  margin-top: 6.25rem;
}
body.pg-philosophy .l-philosophy .philosophy-list > .item::before {
  position: absolute;
  z-index: -1;
  content: "";
  width: 40rem;
  height: 40rem;
  border-radius: 37.5rem;
  background-color: #fcd947;
  top: 0;
  right: -8.125rem;
  filter: blur(2.5rem);
}
body.pg-philosophy .l-philosophy .philosophy-list > .item.-value {
  margin-top: 13.75rem;
  min-height: 55rem;
}
body.pg-philosophy .l-philosophy .philosophy-list > .item.-value::before {
  width: 55rem;
  height: 55rem;
}
body.pg-philosophy .l-philosophy .philosophy-list > .item > .heading {
  margin: 0;
  color: #B74701;
  font-weight: bold;
  font-size: 4rem;
  font-family: "Zen Maru Gothic", sans-serif;
}
body.pg-philosophy .l-philosophy .philosophy-list > .item > .text {
  font-size: 2.5rem;
  line-height: 2;
  letter-spacing: 0.08em;
  margin: 1.25rem 0 0 0;
  font-weight: bold;
}
body.pg-philosophy .l-philosophy .philosophy-list > .item > .sub {
  font-size: 1.375rem;
  margin: 1.875rem 0 0 0;
  letter-spacing: 0.1em;
}
body.pg-philosophy .l-philosophy .philosophy-list > .item > .numList {
  counter-reset: number 0;
  list-style: none;
  margin: 2.5rem 0 3.125rem 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}
body.pg-philosophy .l-philosophy .philosophy-list > .item > .numList > li {
  font-size: 1.375rem;
  font-weight: bold;
  padding-left: 3rem;
  position: relative;
  letter-spacing: 0.1em;
}
body.pg-philosophy .l-philosophy .philosophy-list > .item > .numList > li::before {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  counter-increment: number 1;
  content: counter(number);
  background-color: #fc6202;
  border-radius: 6.25rem;
  color: #fff;
  font-weight: bold;
  width: 2.5rem;
  height: 2.5rem;
  left: 0;
  top: -0.1875rem;
}
body.pg-philosophy .l-philosophy .philosophy-list > .item:nth-child(2n) {
  text-align: left;
}
body.pg-philosophy .l-philosophy .philosophy-list > .item:nth-child(2n)::before {
  right: auto;
  left: -8.125rem;
}
@media (max-width: 1071px) {
  body.pg-philosophy .l-philosophy .philosophy-list {
    margin: 12.5rem 0 7.5rem;
  }
  body.pg-philosophy .l-philosophy .philosophy-list > .item:not(:first-child) {
    margin-top: 5rem;
  }
  body.pg-philosophy .l-philosophy .philosophy-list > .item.-value {
    margin-top: 5rem;
    min-height: auto;
  }
  body.pg-philosophy .l-philosophy .philosophy-list > .item.-value::before {
    width: 26.25rem;
    height: 26.25rem;
  }
  body.pg-philosophy .l-philosophy .philosophy-list > .item {
    min-height: 26.25rem;
  }
  body.pg-philosophy .l-philosophy .philosophy-list > .item::before {
    width: 26.25rem;
    height: 26.25rem;
    right: -9.625rem;
  }
  body.pg-philosophy .l-philosophy .philosophy-list > .item > .heading {
    font-size: 2.5rem;
  }
  body.pg-philosophy .l-philosophy .philosophy-list > .item > .text {
    font-size: 1.625rem;
    letter-spacing: 0.04em;
    margin-top: 1.5rem;
    line-height: 1.5;
  }
  body.pg-philosophy .l-philosophy .philosophy-list > .item > .sub {
    margin-top: 1.25rem;
    letter-spacing: 0.08em;
    font-size: 1.0625rem;
    line-height: 2;
  }
  body.pg-philosophy .l-philosophy .philosophy-list > .item > .numList {
    margin-top: 1.5rem;
    margin-bottom: 0;
    row-gap: 1rem;
  }
  body.pg-philosophy .l-philosophy .philosophy-list > .item > .numList > li {
    font-size: 1.0625rem;
    padding-left: 2.5rem;
    letter-spacing: 0;
  }
  body.pg-philosophy .l-philosophy .philosophy-list > .item > .numList > li::before {
    width: 2rem;
    height: 2rem;
  }
  body.pg-philosophy .l-philosophy .philosophy-list > .item:nth-child(2n)::before {
    right: auto;
    left: -9.625rem;
  }
}

/**************************************************/
/* ごあいさつ */
/**************************************************/
body.pg-greeting .l-greeting-greeting {
  padding: 9.375rem 0 7.5rem;
}
@media (max-width: 1071px) {
  body.pg-greeting .l-greeting-greeting {
    padding: 4.5rem 0 5rem;
  }
}
body.pg-greeting .l-greeting-greeting .l-greeting-contents {
  position: relative;
  box-sizing: border-box;
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 5rem 0 0;
}
@media (max-width: 1071px) {
  body.pg-greeting .l-greeting-greeting .l-greeting-contents {
    padding: 0 2.5rem 0 0;
  }
}
body.pg-greeting .l-greeting-greeting .l-greeting-contents > .wrap {
  position: absolute;
  top: -4.375rem;
  right: 0;
}
@media (max-width: 1071px) {
  body.pg-greeting .l-greeting-greeting .l-greeting-contents > .wrap {
    top: -2rem;
  }
}
body.pg-greeting .l-greeting-greeting .l-greeting-contents > .wrap > .image {
  width: 26.75rem;
  height: 32.875rem;
  overflow: hidden;
  border-radius: 1.5rem 0 0 1.5rem;
  background-image: url("../../images/home/greeting.webp");
  background-position: 0% 15%;
  background-size: 110%;
  background-repeat: no-repeat;
}
@media (min-width: 1367px) {
  body.pg-greeting .l-greeting-greeting .l-greeting-contents > .wrap > .image {
    border-radius: 1.5rem;
  }
}
@media (max-width: 1071px) {
  body.pg-greeting .l-greeting-greeting .l-greeting-contents > .wrap > .image {
    width: 20rem;
    height: 24.5625rem;
  }
}
body.pg-greeting .l-greeting-greeting .l-greeting-contents > .wrap > .textWrap {
  margin: 2.1875rem 0 0;
}
@media (max-width: 1071px) {
  body.pg-greeting .l-greeting-greeting .l-greeting-contents > .wrap > .textWrap {
    margin: 2.5rem 0 0;
  }
}
body.pg-greeting .l-greeting-greeting .l-greeting-contents > .wrap > .textWrap > .head {
  margin: 0;
  font-size: 1.125rem;
  font-weight: bold;
}
@media (max-width: 1071px) {
  body.pg-greeting .l-greeting-greeting .l-greeting-contents > .wrap > .textWrap > .head {
    font-size: 1rem;
  }
}
body.pg-greeting .l-greeting-greeting .l-greeting-contents > .wrap > .textWrap > .name {
  margin: 0.625rem 0 0;
  font-size: 1.75rem;
  font-weight: bold;
}
@media (max-width: 1071px) {
  body.pg-greeting .l-greeting-greeting .l-greeting-contents > .wrap > .textWrap > .name {
    margin: 0.375rem 0 0;
    font-size: 1.375rem;
  }
}
body.pg-greeting .l-greeting-greeting .l-greeting-contents > .body {
  max-width: 42.5rem;
  padding: 5.5rem 27.1875rem 6.0625rem 10.6875rem;
  background-color: #efece7;
  border-radius: 0 2rem 2rem 0;
}
@media (min-width: 1367px) {
  body.pg-greeting .l-greeting-greeting .l-greeting-contents > .body {
    border-radius: 2rem;
  }
}
@media (max-width: 1071px) {
  body.pg-greeting .l-greeting-greeting .l-greeting-contents > .body {
    padding: 30.5rem 2rem 2.5rem;
  }
}
body.pg-greeting .l-greeting-greeting .l-greeting-contents > .body > .text {
  margin: 0;
  font-size: 1.125rem;
  line-height: 2;
}
@media (max-width: 1071px) {
  body.pg-greeting .l-greeting-greeting .l-greeting-contents > .body > .text {
    font-size: 1.0625rem;
  }
}
body.pg-greeting .l-greeting-greeting .l-greeting-contents > .body > .text:not(:first-child) {
  margin: 2.375rem 0 0;
}
@media (max-width: 1071px) {
  body.pg-greeting .l-greeting-greeting .l-greeting-contents > .body > .text:not(:first-child) {
    margin: 2.125rem 0 0;
  }
}
body.pg-greeting .l-greeting-record {
  padding: 0 0 12.5rem;
}
@media (max-width: 1071px) {
  body.pg-greeting .l-greeting-record {
    padding: 0 0 5rem;
  }
}
body.pg-greeting .l-greeting-record .body {
  margin: 5.3125rem 0 0;
}
@media (max-width: 1071px) {
  body.pg-greeting .l-greeting-record .body {
    margin: 1.6875rem 0 0;
  }
}
body.pg-greeting .l-greeting-record .body > .list {
  display: flex;
  flex-direction: column;
  row-gap: 4rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 1071px) {
  body.pg-greeting .l-greeting-record .body > .list {
    row-gap: 2.3125rem;
  }
}
body.pg-greeting .l-greeting-record .list > .item {
  display: flex;
  column-gap: 9.375rem;
}
@media (max-width: 1071px) {
  body.pg-greeting .l-greeting-record .list > .item {
    flex-direction: column;
    row-gap: 1.5rem;
  }
}
body.pg-greeting .l-greeting-record .record {
  flex: 1;
}
body.pg-greeting .l-greeting-record .record > .list {
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
  padding: 0;
  list-style: none;
}
@media (max-width: 1071px) {
  body.pg-greeting .l-greeting-record .record > .list {
    row-gap: 1rem;
  }
}
body.pg-greeting .l-greeting-record .record > .list > .item {
  margin: -0.375rem 0 0;
  padding: 0 0 0.6875rem;
  font-size: 1.125rem;
  line-height: 2;
  border-bottom: 1px solid #707070;
}
@media (max-width: 1071px) {
  body.pg-greeting .l-greeting-record .record > .list > .item {
    margin: -0.125rem 0 0;
    padding: 0 2.5rem 1rem 0;
    font-size: 1.0625rem;
    line-height: 1.5;
  }
}

/**************************************************/
/* movie */
/**************************************************/
body.pg-movie .l-movie-list {
  padding: 7.5rem 0 12.5rem;
}
@media (max-width: 1071px) {
  body.pg-movie .l-movie-list {
    padding: 2.5rem 0 7.5rem;
  }
}
body.pg-movie .top-lead {
  position: relative;
}
body.pg-movie .top-lead > .text {
  font-weight: bold;
  font-size: 1.5rem;
  width: 82%;
  text-align: center;
  margin: 0;
}
@media (max-width: 1071px) {
  body.pg-movie .top-lead > .text {
    width: 100%;
    font-size: 1.125rem;
  }
}
body.pg-movie .top-lead > .text > em {
  color: #fc6202;
}
body.pg-movie .top-lead > .image {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10.125rem;
}
@media (max-width: 1071px) {
  body.pg-movie .top-lead > .image {
    position: relative;
    top: auto;
    right: auto;
    transform: translateY(0);
    margin-top: 2.5rem;
    width: 100%;
    text-align: center;
  }
  body.pg-movie .top-lead > .image > img {
    width: 8.75rem;
  }
}
body.pg-movie .movie-list {
  margin: 6.875rem 0 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  column-gap: 2rem;
  row-gap: 2.5rem;
}
@media (max-width: 1071px) {
  body.pg-movie .movie-list {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  body.pg-movie .movie-list {
    flex-direction: column;
  }
}
body.pg-movie .movie-list > li {
  width: calc((100% - 2rem) / 2);
}
@media (max-width: 767px) {
  body.pg-movie .movie-list > li {
    width: 100%;
  }
}
body.pg-movie .movie-list > li > .link {
  width: 100%;
  display: inline-block;
  border-radius: 0 0 1rem 1rem;
  color: inherit;
  text-decoration: none;
  transition: 0.3s;
}
body.pg-movie .movie-list > li > .link > .video {
  padding-top: 62.5%;
  width: 100%;
  height: 0;
  position: relative;
}
body.pg-movie .movie-list > li > .link > .video > iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
body.pg-movie .movie-list > li > .link > .body {
  padding: 1.5rem 1.5rem 2.5rem;
}
@media (max-width: 1071px) {
  body.pg-movie .movie-list > li > .link > .body {
    padding: 1.25rem 1rem 1.5rem;
  }
}
@media (max-width: 767px) {
  body.pg-movie .movie-list > li > .link > .body {
    padding: 1.25rem 0 0 0;
  }
}
body.pg-movie .movie-list > li > .link > .body > .title {
  margin: 0;
  font-size: 1.375rem;
}
@media (max-width: 1071px) {
  body.pg-movie .movie-list > li > .link > .body > .title {
    font-size: 1.125rem;
  }
}
@media (max-width: 767px) {
  body.pg-movie .movie-list > li > .link > .body > .title {
    color: #fc6202;
  }
}
body.pg-movie .movie-list > li > .link > .body > .text {
  margin: 1.5rem 0 0 0;
  font-size: 1.125rem;
  line-height: 2;
}
@media (max-width: 1071px) {
  body.pg-movie .movie-list > li > .link > .body > .text {
    font-size: 1.0625rem;
    margin-top: 0.75rem;
  }
}
@media (min-width: 768px) {
  body.pg-movie .movie-list > li > .link:hover {
    background-color: #efece7;
  }
}

/**************************************************/
/* 当院について */
/**************************************************/
body.pg-doctor .l-doctor {
  overflow-x: hidden;
  padding: 5rem 0 12.5rem;
}
body.pg-doctor .l-doctor > .l-page-contents > .lead {
  font-weight: bold;
  text-align: center;
  font-size: 1.5rem;
  margin: 0;
}
@media (max-width: 1071px) {
  body.pg-doctor .l-doctor {
    padding: 2.5rem 0 7.5rem;
  }
  body.pg-doctor .l-doctor > .l-page-contents > .lead {
    font-size: 1.375rem;
  }
}
body.pg-doctor .l-doctor .doctor-list {
  margin: 5rem 0 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 3.75rem 2rem;
}
body.pg-doctor .l-doctor .doctor-list > .item {
  width: calc((100% - 4rem) / 3);
}
body.pg-doctor .l-doctor .doctor-list > .item > .image {
  overflow: hidden;
  border-radius: 1rem;
  aspect-ratio: 320/250;
  width: 100%;
  margin-bottom: 1.875rem;
}
body.pg-doctor .l-doctor .doctor-list > .item > .image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1071px) {
  body.pg-doctor .l-doctor .doctor-list {
    margin-top: 2.5rem;
  }
  body.pg-doctor .l-doctor .doctor-list > .item > .image {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  body.pg-doctor .l-doctor .doctor-list {
    flex-direction: column;
    row-gap: 2rem;
    max-width: 16.25rem;
    margin-inline: auto;
  }
  body.pg-doctor .l-doctor .doctor-list > .item {
    width: 100%;
  }
}
body.pg-doctor .l-doctor .doctor-profile {
  margin: 12.5rem 0 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  row-gap: 7.5rem;
}
@media (max-width: 1071px) {
  body.pg-doctor .l-doctor .doctor-profile {
    margin-top: 7rem;
    row-gap: 7rem;
    margin-right: 1rem;
  }
}
body.pg-doctor .l-doctor .doctor-profile > .item {
  background-color: #efece7;
  border-radius: 0 2rem 2rem 0;
  position: relative;
  padding: 7.5rem 20.625rem 7.5rem 0;
  z-index: 1;
}
body.pg-doctor .l-doctor .doctor-profile > .item::before {
  z-index: -1;
  content: "";
  position: absolute;
  width: 12.5rem;
  height: 100%;
  background-color: #efece7;
  top: 0;
  margin-left: -10.625rem;
  border-radius: 2rem;
}
@media (max-width: 1366px) {
  body.pg-doctor .l-doctor .doctor-profile > .item::before {
    width: 50vw;
    margin-left: calc(50% - 50vw);
    border-radius: 0;
  }
}
@media (max-width: 1260px) {
  body.pg-doctor .l-doctor .doctor-profile > .item {
    padding-right: 22.5rem;
  }
}
@media (max-width: 1071px) {
  body.pg-doctor .l-doctor .doctor-profile > .item {
    padding: 0 2rem 3rem 0.5rem;
  }
}
body.pg-doctor .l-doctor .doctor-profile > .item > .image {
  position: absolute;
  top: 7.5rem;
  right: -10.625rem;
  width: 26.75rem;
}
body.pg-doctor .l-doctor .doctor-profile > .item > .image > img {
  border-radius: 1rem;
  width: 100%;
}
@media (max-width: 1366px) {
  body.pg-doctor .l-doctor .doctor-profile > .item > .image > img {
    border-radius: 1rem 0 0 1rem;
  }
}
@media (max-width: 1260px) {
  body.pg-doctor .l-doctor .doctor-profile > .item > .image {
    right: -7.5rem;
  }
}
@media (max-width: 1071px) {
  body.pg-doctor .l-doctor .doctor-profile > .item > .image {
    position: relative;
    right: auto;
    top: auto;
    margin-left: auto;
    margin-top: -2rem;
    margin-right: -4.5rem;
    width: 19.4375rem;
  }
}
body.pg-doctor .l-doctor .doctor-profile > .item > .title {
  margin: 0;
}
body.pg-doctor .l-doctor .doctor-profile > .item > .title > span {
  display: inline-block;
  border-radius: 0.5rem;
  padding: 0.5625rem 1.25rem;
  background-color: #fcd947;
  font-size: 0.9375rem;
  font-weight: bold;
}
@media (max-width: 1071px) {
  body.pg-doctor .l-doctor .doctor-profile > .item > .title {
    margin-top: 2.25rem;
  }
  body.pg-doctor .l-doctor .doctor-profile > .item > .title > span {
    font-size: 0.875rem;
    padding: 0.5rem;
  }
}
body.pg-doctor .l-doctor .doctor-profile > .item > .name {
  margin: 1.5rem 0 0 0;
}
body.pg-doctor .l-doctor .doctor-profile > .item > .name > .ja {
  font-weight: bold;
  font-size: 2.5rem;
  display: inline-block;
}
body.pg-doctor .l-doctor .doctor-profile > .item > .name > .en {
  display: inline-block;
  margin-left: 0.875rem;
  font-size: 1.125rem;
  font-weight: normal;
}
@media (max-width: 1071px) {
  body.pg-doctor .l-doctor .doctor-profile > .item > .name > .ja {
    font-size: 1.5rem;
  }
  body.pg-doctor .l-doctor .doctor-profile > .item > .name > .en {
    font-size: 0.875rem;
    margin-left: 0.5rem;
  }
}
body.pg-doctor .l-doctor .doctor-profile > .item > .greeting {
  margin: 2.5rem 0 0 0;
}
body.pg-doctor .l-doctor .doctor-profile > .item > .greeting > .text {
  margin: 0;
  font-size: 1.125rem;
  line-height: 2;
}
@media (max-width: 1071px) {
  body.pg-doctor .l-doctor .doctor-profile > .item > .greeting > .text {
    font-size: 1.0625rem;
  }
}
body.pg-doctor .l-doctor .doctor-profile > .item > .block {
  padding-left: 2rem;
  padding-top: 5rem;
}
@media (max-width: 1071px) {
  body.pg-doctor .l-doctor .doctor-profile > .item > .block {
    padding-top: 2.5rem;
  }
}
body.pg-doctor .l-doctor .doctor-profile > .item > .block > .heading {
  margin: 0 0 2.5rem;
  font-weight: bold;
  position: relative;
  font-size: 1.25rem;
}
body.pg-doctor .l-doctor .doctor-profile > .item > .block > .heading::before {
  position: absolute;
  content: "";
  width: 1rem;
  height: 0.125rem;
  background-color: #f8b300;
  border-radius: 0.125rem;
  left: -2rem;
  top: 0.7em;
}
@media (max-width: 1071px) {
  body.pg-doctor .l-doctor .doctor-profile > .item > .block > .heading {
    margin-bottom: 1rem;
  }
}
body.pg-doctor .l-doctor .doctor-profile > .item > .block > .c-btn-e-list {
  gap: 1rem;
}
body.pg-doctor .l-doctor .doctor-profile > .item > .block > .c-btn-e-list > li {
  width: calc(50% - 0.5rem);
}
@media (max-width: 767px) {
  body.pg-doctor .l-doctor .doctor-profile > .item > .block > .c-btn-e-list > li {
    width: 100%;
  }
}
body.pg-doctor .l-doctor .doctor-profile > .item > .block > .biography {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
body.pg-doctor .l-doctor .doctor-profile > .item > .block > .biography > .item {
  display: flex;
  margin: 0;
  padding: 0;
}
body.pg-doctor .l-doctor .doctor-profile > .item > .block > .biography > .item dt, body.pg-doctor .l-doctor .doctor-profile > .item > .block > .biography > .item dd {
  display: inline-block;
  margin: 0;
  font-size: 1.125rem;
}
body.pg-doctor .l-doctor .doctor-profile > .item > .block > .biography > .item dt {
  width: 8.125rem;
}
body.pg-doctor .l-doctor .doctor-profile > .item > .block > .biography > .item dd {
  flex: 1;
}
@media (max-width: 1071px) {
  body.pg-doctor .l-doctor .doctor-profile > .item > .block > .biography > .item dt,
  body.pg-doctor .l-doctor .doctor-profile > .item > .block > .biography > .item dd {
    font-size: 1.0625rem;
    display: block;
  }
}
@media (max-width: 767px) {
  body.pg-doctor .l-doctor .doctor-profile > .item > .block > .biography > .item {
    flex-direction: column;
  }
}
body.pg-doctor .l-doctor .doctor-profile > .item > .block > .list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
body.pg-doctor .l-doctor .doctor-profile > .item > .block > .list > li {
  padding-left: 1.25rem;
  position: relative;
  font-size: 1.125rem;
}
body.pg-doctor .l-doctor .doctor-profile > .item > .block > .list > li::before {
  position: absolute;
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  background-color: #f8b300;
  border-radius: 6.25rem;
  left: 0;
  top: 0.55em;
}
@media (max-width: 1071px) {
  body.pg-doctor .l-doctor .doctor-profile > .item > .block > .list {
    row-gap: 0.75rem;
  }
  body.pg-doctor .l-doctor .doctor-profile > .item > .block > .list > li {
    font-size: 1.0625rem;
  }
}

/**************************************************/
/* 鼠径ヘルニアについて */
/**************************************************/
body.pg-hernia .l-hernia {
  padding-top: 7.5rem;
}
@media (max-width: 1071px) {
  body.pg-hernia .l-hernia {
    padding-top: 2.5rem;
  }
}
body.pg-hernia .hernia-index {
  display: flex;
  column-gap: 4rem;
}
@media (max-width: 1071px) {
  body.pg-hernia .hernia-index {
    column-gap: 2rem;
  }
}
@media (max-width: 767px) {
  body.pg-hernia .hernia-index {
    flex-direction: column;
    row-gap: 4rem;
  }
}
body.pg-hernia .hernia-index > .lead {
  display: flex;
  flex-direction: column;
  row-gap: 5rem;
  flex: 1;
}
@media (max-width: 1071px) {
  body.pg-hernia .hernia-index > .lead {
    row-gap: 2.5rem;
  }
}
body.pg-hernia .hernia-index > .lead > .balloon {
  background-color: #efece7;
  padding: 2.5rem 2rem;
  line-height: 2;
  font-weight: bold;
  font-size: 1.25rem;
  position: relative;
  border-radius: 1.5rem;
}
@media (max-width: 1071px) {
  body.pg-hernia .hernia-index > .lead > .balloon {
    font-size: 1.0625rem;
    padding: 1.5rem;
  }
}
body.pg-hernia .hernia-index > .lead > .balloon > .text {
  margin: 0;
}
body.pg-hernia .hernia-index > .lead > .balloon::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 2.125rem 2.125rem 0;
  border-color: transparent #efece7 transparent transparent;
  bottom: -2.0625rem;
  left: 5.625rem;
}
@media (max-width: 767px) {
  body.pg-hernia .hernia-index > .lead > .balloon::before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1.25rem 0.75rem 0 0.75rem;
    border-color: #efece7 transparent transparent transparent;
    bottom: -1.1875rem;
    left: 50%;
    transform: translateX(-50%);
  }
}
body.pg-hernia .hernia-index > .lead > .image {
  text-align: center;
}
body.pg-hernia .hernia-index > .lead > .image > img {
  width: 24.125rem;
}
@media (max-width: 1071px) {
  body.pg-hernia .hernia-index > .lead > .image > img {
    width: 18.75rem;
  }
}
body.pg-hernia .hernia-index > .hernia-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  width: 45%;
  row-gap: 1.5rem;
}
@media (max-width: 767px) {
  body.pg-hernia .hernia-index > .hernia-menu {
    width: 100%;
    row-gap: 1rem;
  }
}
body.pg-hernia .l-blog {
  padding-top: 7.5rem;
  padding-bottom: 12.5rem;
}
@media (max-width: 1071px) {
  body.pg-hernia .l-blog {
    padding: 5rem 0;
  }
}
body.pg-hernia .hernia-blog > .lead {
  text-align: center;
  margin: 3rem 0 0 0;
  font-size: 1.25rem;
}
@media (max-width: 1071px) {
  body.pg-hernia .hernia-blog > .lead {
    margin-top: 2rem;
    font-size: 1.0625rem;
  }
}
body.pg-hernia .hernia-blog > .btn {
  text-align: right;
  margin-top: 2rem;
}
@media (max-width: 1071px) {
  body.pg-hernia .hernia-blog > .btn {
    margin-top: 1.25rem;
  }
}
@media (max-width: 767px) {
  body.pg-hernia .hernia-blog > .btn {
    margin-top: 2.5rem;
    text-align: center;
  }
}
body.pg-hernia .blog-list {
  margin-top: 5rem;
}
@media (max-width: 1071px) {
  body.pg-hernia .blog-list {
    margin-top: 2.5rem;
  }
}
body.pg-hernia .l-hernia-entry {
  padding: 7.5rem 0 12.5rem;
}
@media (max-width: 1071px) {
  body.pg-hernia .l-hernia-entry {
    padding: 2.5rem 0 5rem;
  }
}

.l-hernia-entry .c-page-menu {
  margin-top: 7.5rem;
}
@media (max-width: 1071px) {
  .l-hernia-entry .c-page-menu {
    margin-top: 5rem;
  }
}

/**************************************************/
/* 日帰り手術について */
/**************************************************/
body.pg-daysurgery .l-daysurgery {
  padding-top: 7.5rem;
  padding-bottom: 12.5rem;
}
@media (max-width: 1071px) {
  body.pg-daysurgery .l-daysurgery {
    padding-top: 2.5rem;
    padding-bottom: 5rem;
  }
}
body.pg-daysurgery .daysurgery-index {
  display: flex;
  column-gap: 4rem;
}
@media (max-width: 1071px) {
  body.pg-daysurgery .daysurgery-index {
    column-gap: 2rem;
  }
}
@media (max-width: 767px) {
  body.pg-daysurgery .daysurgery-index {
    flex-direction: column;
    row-gap: 4rem;
  }
}
body.pg-daysurgery .daysurgery-index > .lead {
  display: flex;
  flex-direction: column;
  row-gap: 5rem;
  flex: 1;
}
@media (max-width: 1071px) {
  body.pg-daysurgery .daysurgery-index > .lead {
    row-gap: 2.5rem;
  }
}
body.pg-daysurgery .daysurgery-index > .lead > .balloon {
  background-color: #efece7;
  padding: 2.5rem 2rem;
  line-height: 2;
  font-weight: bold;
  font-size: 1.25rem;
  position: relative;
  border-radius: 1.5rem;
}
@media (max-width: 1071px) {
  body.pg-daysurgery .daysurgery-index > .lead > .balloon {
    font-size: 1.0625rem;
    padding: 1.5rem;
  }
}
body.pg-daysurgery .daysurgery-index > .lead > .balloon > .text {
  margin: 0;
}
body.pg-daysurgery .daysurgery-index > .lead > .balloon::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 2.125rem 2.125rem 0;
  border-color: transparent #efece7 transparent transparent;
  bottom: -2.0625rem;
  left: 5.625rem;
}
@media (max-width: 767px) {
  body.pg-daysurgery .daysurgery-index > .lead > .balloon::before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1.25rem 0.75rem 0 0.75rem;
    border-color: #efece7 transparent transparent transparent;
    bottom: -1.1875rem;
    left: 50%;
    transform: translateX(-50%);
  }
}
body.pg-daysurgery .daysurgery-index > .lead > .image {
  text-align: center;
}
body.pg-daysurgery .daysurgery-index > .lead > .image > img {
  width: 17.5rem;
}
@media (max-width: 1071px) {
  body.pg-daysurgery .daysurgery-index > .lead > .image > img {
    width: 14.875rem;
  }
}
body.pg-daysurgery .daysurgery-index > .daysurgery-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  width: 45%;
  row-gap: 1.5rem;
}
@media (max-width: 767px) {
  body.pg-daysurgery .daysurgery-index > .daysurgery-menu {
    width: 100%;
    row-gap: 1rem;
  }
}
body.pg-daysurgery .daysurgery-lead {
  font-size: 1.125rem;
  line-height: 2;
  margin: 7.25rem 0 0 0;
}
@media (max-width: 1071px) {
  body.pg-daysurgery .daysurgery-lead {
    margin-top: 2.5rem;
    font-size: 1.0625rem;
  }
}

/**************************************************/
/* よくあるご質問 */
/**************************************************/
body.pg-faq .l-faq {
  padding: 5rem 0 12.5rem;
}
@media (max-width: 1071px) {
  body.pg-faq .l-faq {
    padding: 2.5rem 1.5rem 3.125rem;
  }
}
body.pg-faq .question {
  position: relative;
  min-height: 4.1875rem;
  padding: 0 1.875rem 0 3.125rem;
  list-style: none;
}
@media (max-width: 1071px) {
  body.pg-faq .question {
    min-height: auto;
    padding: 0 1.875rem;
  }
}
body.pg-faq .question::before {
  content: "Q";
  font-size: 3rem;
  font-family: "Poppins", sans-serif;
  font-style: italic;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  color: #FFB012;
}
@media (max-width: 1071px) {
  body.pg-faq .question::before {
    font-size: 1.75rem;
    top: 0;
    transform: translateY(0%);
    line-height: 1;
  }
}
body.pg-faq .question > .text {
  display: inline-block;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  margin: 0;
  font-size: 1.125rem;
  font-weight: bold;
  color: #111111;
  text-decoration: none;
  width: calc(100% - 5rem);
}
@media (max-width: 1071px) {
  body.pg-faq .question > .text {
    position: initial;
    transform: none;
    width: 100%;
  }
}
body.pg-faq .l-menu {
  box-sizing: border-box;
  padding: 0 0.875rem;
}
@media (max-width: 1071px) {
  body.pg-faq .l-menu {
    padding: 0;
  }
}
body.pg-faq .l-menu > .list {
  display: flex;
  flex-direction: row;
  column-gap: 0.75rem;
  margin: 0;
  padding: 0;
}
@media (max-width: 1071px) {
  body.pg-faq .l-menu > .list {
    flex-wrap: wrap;
    gap: 1rem;
  }
}
body.pg-faq .l-menu .item {
  position: relative;
  box-sizing: border-box;
  width: calc((100% - 2.25rem) / 4);
  padding: 1.5625rem 4.6875rem 1.5625rem 1.5rem;
  border: 0.0625rem solid #FFB012;
  border-radius: 0.5rem 0.5rem 0 0;
  font-size: 1.0625rem;
  list-style: none;
  background-color: #efece7;
  cursor: pointer;
}
@media (max-width: 1071px) {
  body.pg-faq .l-menu .item {
    display: flex;
    align-items: center;
    width: calc((100% - 1rem) / 2);
    min-height: 3.5rem;
    padding: 0 2.5rem 0 0.875rem;
    border-radius: 0.5rem;
    font-size: 0.875rem;
    box-shadow: 0 0.25rem 0 0 #D9D5CD;
  }
}
body.pg-faq .l-menu .item::after {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: 0;
  right: 0;
  transform: translateX(104%) translateY(100%);
  width: 0.78125rem;
  height: 1px;
  background-color: #FFB012;
}
@media (max-width: 1071px) {
  body.pg-faq .l-menu .item::after {
    display: none;
  }
}
body.pg-faq .l-menu .item:first-child::before {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: 0;
  left: 0;
  transform: translateX(-100%) translateY(100%);
  width: 0.78125rem;
  height: 1px;
  background-color: #FFB012;
}
@media (max-width: 1071px) {
  body.pg-faq .l-menu .item:first-child::before {
    display: none;
  }
}
body.pg-faq .l-menu .item > span {
  background-image: url(../../shared/img/icon-arrow-circle-down.svg);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 1071px) {
  body.pg-faq .l-menu .item > span {
    transform: translateX(-70%) translateY(-50%);
    width: 1.25rem;
    height: 1.25rem;
  }
}
body.pg-faq .l-menu .item.js-active {
  background-color: #fff;
  border-bottom: 0.0625rem solid transparent;
  font-weight: bold;
}
@media (max-width: 1071px) {
  body.pg-faq .l-menu .item.js-active {
    border-bottom: 0.0625rem solid #FFB012;
  }
}
body.pg-faq .l-contents {
  display: none;
  padding: 4.375rem 0 0;
}
@media (max-width: 1071px) {
  body.pg-faq .l-contents {
    padding: 3.125rem 0 0;
  }
}
body.pg-faq .l-contents.js-active {
  display: block;
}
body.pg-faq .index {
  margin: 2.5rem 0 0;
  padding: 0 0 4rem;
  border-bottom: solid 0.0625rem #D9D5CD;
}
@media (max-width: 1071px) {
  body.pg-faq .index {
    margin: 1rem 0 0;
    padding: 0 0 3rem;
  }
}
body.pg-faq .index > .list {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  margin: 0;
  padding-left: 0;
}
@media (max-width: 1071px) {
  body.pg-faq .index > .list {
    row-gap: 1.5rem;
  }
}
body.pg-faq .index > .list > .question::after {
  content: "";
  background-image: url(../../shared/img/icon-arrow-circle-down.svg);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
  background-size: contain;
}
@media (max-width: 1071px) {
  body.pg-faq .index > .list > .question::after {
    top: 0.3125rem;
    transform: translateY(0%);
  }
}
body.pg-faq .index > .list > .question > .text {
  display: block;
}
body.pg-faq .faq-list {
  display: flex;
  flex-direction: column;
  row-gap: 3rem;
  margin: 4rem 0 0 0;
  padding: 0;
}
@media (max-width: 1071px) {
  body.pg-faq .faq-list {
    margin: 3rem 0 0;
  }
}
body.pg-faq .faq-list .question {
  padding-right: 0;
}
@media (max-width: 1071px) {
  body.pg-faq .faq-list .question {
    padding: 0 0rem 0 1.875rem;
  }
  body.pg-faq .faq-list .question > .text {
    width: 100%;
  }
}
body.pg-faq .faq-list > .item {
  margin: 0;
}
body.pg-faq .faq-list > .item > .answer {
  margin: 1.5rem 0 0;
  background-color: #EFECE7;
  padding: 4rem 3.5rem 4.5625rem 6rem;
  border-radius: 1rem;
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 1.875rem;
}
@media (max-width: 1071px) {
  body.pg-faq .faq-list > .item > .answer {
    margin: 2rem 0 0;
    padding: 5.3125rem 1.875rem 2.375rem;
    border-radius: 1rem;
    row-gap: 1.5rem;
  }
}
body.pg-faq .faq-list > .item > .answer::before {
  content: "A";
  font-size: 3rem;
  font-family: "Poppins", sans-serif;
  font-style: italic;
  top: 4.375rem;
  left: 3.5rem;
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  display: inline-block;
  color: #FFB012;
}
@media (max-width: 1071px) {
  body.pg-faq .faq-list > .item > .answer::before {
    font-size: 1.75rem;
    top: 1.875rem;
    left: 1.875rem;
    transform: translateX(0) translateY(0%);
  }
}
body.pg-faq .faq-list > .item > .answer > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
@media (max-width: 1071px) {
  body.pg-faq .faq-list > .item > .answer > ul {
    row-gap: 0.625rem;
  }
}
body.pg-faq .faq-list > .item > .answer > ul > li {
  padding-left: 1.875rem;
  font-size: 1.125rem;
  position: relative;
}
@media (max-width: 1071px) {
  body.pg-faq .faq-list > .item > .answer > ul > li {
    font-size: 1.0625rem;
    line-height: 1.5;
  }
}
body.pg-faq .faq-list > .item > .answer > ul > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.375rem;
  background: url(../img/icon-check-orange.svg) center center no-repeat;
  background-size: contain;
  width: 1.25rem;
  height: 1rem;
}
@media (max-width: 1071px) {
  body.pg-faq .faq-list > .item > .answer > ul > li::before {
    width: 1.3125rem;
    height: 1rem;
    top: 0.5625rem;
  }
}
body.pg-faq .faq-list > .item > .answer > ol {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  counter-reset: ol_li;
}
@media (max-width: 1071px) {
  body.pg-faq .faq-list > .item > .answer > ol {
    row-gap: 0.625rem;
  }
}
body.pg-faq .faq-list > .item > .answer > ol > li {
  padding-left: 1.875rem;
  font-size: 1.125rem;
  position: relative;
}
@media (max-width: 1071px) {
  body.pg-faq .faq-list > .item > .answer > ol > li {
    font-size: 1.0625rem;
    line-height: 1.5;
  }
}
body.pg-faq .faq-list > .item > .answer > ol > li::before {
  content: counter(ol_li) ".";
  position: absolute;
  top: -0.2em;
  left: 0;
  font-size: 1.3em;
  font-weight: bold;
  color: #ffb012;
  counter-increment: ol_li;
}
body.pg-faq .faq-list > .item > .answer > p {
  font-size: 1.125rem;
  line-height: 2;
  margin: 0;
}
@media (max-width: 1071px) {
  body.pg-faq .faq-list > .item > .answer > p {
    font-size: 1.0625rem;
    line-height: 1.5;
  }
}
body.pg-faq .faq-list > .item > .answer > blockquote {
  margin: 0;
  padding: 20px;
  border-left: 4px solid #ffb012;
  font-size: 1.125rem;
  line-height: 2;
  color: #666;
}
@media (max-width: 1071px) {
  body.pg-faq .faq-list > .item > .answer > blockquote {
    font-size: 1.0625rem;
    line-height: 1.5;
  }
}
body.pg-faq .faq-list .pageup {
  display: block;
  text-align: right;
  margin-top: 0.875rem;
}
@media (max-width: 1071px) {
  body.pg-faq .faq-list .pageup {
    margin-top: 0.5rem;
    font-size: 0.875rem;
  }
}

/**************************************************/
/* 医療機関の皆様へ */
/**************************************************/
body.pg-alignment .l-alignment-hero {
  background-image: url(../../images/alignment/img-alignment-hero_pc.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1071px) {
  body.pg-alignment .l-alignment-hero {
    height: 45rem;
    background-image: url(../../images/alignment/img-alignment-hero_sp.jpg);
  }
}
body.pg-alignment .alignment-hero {
  padding: 5.625rem 0 9.375rem;
}
@media (max-width: 1071px) {
  body.pg-alignment .alignment-hero {
    padding: 2.9375rem 1.5rem 0;
  }
}
body.pg-alignment .alignment-hero > .heading {
  margin: 0;
  font-size: 2.25rem;
}
@media (max-width: 1071px) {
  body.pg-alignment .alignment-hero > .heading {
    font-size: 1.5rem;
  }
}
body.pg-alignment .alignment-hero > .text {
  max-width: 42.75rem;
  margin: 3.4375rem 0 0;
  font-size: 1.125rem;
  line-height: 2;
}
@media (max-width: 1071px) {
  body.pg-alignment .alignment-hero > .text {
    max-width: 100%;
    margin: 1.5rem 0 0;
    font-size: 1.0625rem;
    letter-spacing: 0.04em;
  }
}
body.pg-alignment .alignment-body {
  padding: 7.9375rem 0;
}
@media (max-width: 1071px) {
  body.pg-alignment .alignment-body {
    padding: 2.8125rem 1.5rem 3.5rem;
  }
}
body.pg-alignment .alignment-body > .list {
  display: flex;
  flex-direction: column;
  row-gap: 4rem;
  margin: 4rem 0 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 1071px) {
  body.pg-alignment .alignment-body > .list {
    margin: 1.5rem 0 0;
  }
}
body.pg-alignment .alignment-body .item {
  display: flex;
  flex-direction: column;
  row-gap: 4rem;
}
@media (max-width: 1071px) {
  body.pg-alignment .alignment-body .item {
    row-gap: 2rem;
  }
}
body.pg-alignment .alignment-body .desc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 2.5rem;
}
@media (max-width: 1071px) {
  body.pg-alignment .alignment-body .desc {
    row-gap: 2rem;
  }
}
body.pg-alignment .alignment-body .desc > .text {
  margin: 0;
  font-size: 1.125rem;
  line-height: 2;
}
@media (max-width: 1071px) {
  body.pg-alignment .alignment-body .desc > .text {
    font-size: 1.0625rem;
    letter-spacing: 0.04em;
  }
}
body.pg-alignment .alignment-body .desc > .text > em {
  font-weight: bold;
}
body.pg-alignment .alignment-body .desc > .image {
  position: relative;
  margin: 0 auto;
}
body.pg-alignment .alignment-body .item:nth-child(1) .image {
  width: 34.5rem;
}
@media (max-width: 767px) {
  body.pg-alignment .alignment-body .item:nth-child(1) .image {
    width: 100%;
  }
}
body.pg-alignment .l-clinic-introduction {
  background-color: #efece7;
  padding: 7.5rem 0 12.5rem;
}
@media (max-width: 1071px) {
  body.pg-alignment .l-clinic-introduction {
    padding: 5.625rem 0 7.5rem;
  }
}
@media (max-width: 767px) {
  body.pg-alignment .l-clinic-introduction {
    padding: 2.5rem 0 3.75rem;
  }
}

/**************************************************/
/* 受診予約 */
/**************************************************/
body.pg-reservation .l-reservation-clinic {
  padding: 7.5rem 0 10rem;
}
@media (max-width: 1071px) {
  body.pg-reservation .l-reservation-clinic {
    padding: 2.5rem 0 2.375rem;
  }
}
body.pg-reservation .l-reservation-clinic .list {
  display: flex;
  flex-direction: column;
  row-gap: 5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 1071px) {
  body.pg-reservation .l-reservation-clinic .list {
    row-gap: 3rem;
  }
}
body.pg-reservation .l-reservation-clinic .item {
  box-sizing: border-box;
  padding: 3rem;
  background-color: #efece7;
  border-radius: 1.5rem;
}
@media (max-width: 1071px) {
  body.pg-reservation .l-reservation-clinic .item {
    padding: 2rem 1rem 1rem;
    border-radius: 0.75rem;
  }
}
body.pg-reservation .l-reservation-clinic .infoBox {
  display: flex;
  column-gap: 2rem;
}
@media (max-width: 1071px) {
  body.pg-reservation .l-reservation-clinic .infoBox {
    flex-direction: column;
    align-items: center;
    row-gap: 1.875rem;
  }
}
body.pg-reservation .l-reservation-clinic .infoBox > .info {
  max-width: 33.5rem;
}
body.pg-reservation .l-reservation-clinic .infoBox > .info > .wrap {
  display: flex;
  column-gap: 1.5rem;
  align-items: center;
  margin: 0.9375rem 0 0;
}
@media (max-width: 1071px) {
  body.pg-reservation .l-reservation-clinic .infoBox > .info > .wrap {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  body.pg-reservation .l-reservation-clinic .infoBox > .info > .wrap {
    flex-direction: column;
    column-gap: 1.6875rem;
    margin: 0;
  }
}
body.pg-reservation .l-reservation-clinic .infoBox > .info > .wrap > .head {
  margin: 0;
  font-size: 2rem;
  color: #fc6202;
}
@media (max-width: 1071px) {
  body.pg-reservation .l-reservation-clinic .infoBox > .info > .wrap > .head {
    margin: 0;
  }
}
@media (max-width: 767px) {
  body.pg-reservation .l-reservation-clinic .infoBox > .info > .wrap > .head {
    font-size: 1.375rem;
  }
}
body.pg-reservation .l-reservation-clinic .infoBox > .info > .wrap > .moreBtn {
  min-width: 12.75rem;
}
@media (max-width: 1071px) {
  body.pg-reservation .l-reservation-clinic .infoBox > .info > .wrap > .moreBtn {
    margin: 0;
  }
}
@media (max-width: 767px) {
  body.pg-reservation .l-reservation-clinic .infoBox > .info > .wrap > .moreBtn {
    margin: 1.5625rem 0 0;
  }
}
body.pg-reservation .l-reservation-clinic .infoBox > .info > .wrap > .moreBtn > .c-btn-a {
  padding: 0.5625rem 3rem;
  border-radius: 1.875rem;
  font-size: 1.125rem;
}
@media (max-width: 1071px) {
  body.pg-reservation .l-reservation-clinic .infoBox > .info > .wrap > .moreBtn > .c-btn-a {
    font-size: 1.0625rem;
    padding: 0.625rem 3rem;
  }
}
body.pg-reservation .l-reservation-clinic .infoBox > .info > .subHead {
  margin: 1.5rem 0 0;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
}
@media (max-width: 1071px) {
  body.pg-reservation .l-reservation-clinic .infoBox > .info > .subHead {
    margin: 1.5rem 0 0;
    font-size: 1.125rem;
    text-align: center;
  }
}
body.pg-reservation .l-reservation-clinic .infoBox > .info > .address {
  margin: 1.0625rem 0 0;
  font-size: 1.125rem;
  line-height: 1.5;
}
@media (max-width: 1071px) {
  body.pg-reservation .l-reservation-clinic .infoBox > .info > .address {
    font-size: 1.0625rem;
    line-height: 2;
  }
}
@media (max-width: 767px) {
  body.pg-reservation .l-reservation-clinic .infoBox > .info > .address {
    margin: 1.5625rem 0 0;
  }
}
body.pg-reservation .l-reservation-clinic .infoBox > .info > .root {
  margin: 1rem 0 0;
  line-height: 1.5;
}
@media (max-width: 1071px) {
  body.pg-reservation .l-reservation-clinic .infoBox > .info > .root {
    margin: 0;
    line-height: 2;
  }
}
body.pg-reservation .l-reservation-clinic .infoBox > .image {
  border-radius: 1rem;
  flex: 1;
  overflow: hidden;
}
@media (max-width: 1071px) {
  body.pg-reservation .l-reservation-clinic .infoBox > .image {
    border-radius: 1.25rem;
  }
}
@media (max-width: 767px) {
  body.pg-reservation .l-reservation-clinic .infoBox > .image {
    border-radius: 1rem;
  }
}
body.pg-reservation .l-reservation-clinic .infoBox > .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.pg-reservation .l-reservation-clinic .contactBox {
  margin-top: 2.5rem;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  column-gap: 1.25rem;
}
@media (max-width: 1071px) {
  body.pg-reservation .l-reservation-clinic .contactBox {
    margin-top: 1.5rem;
    flex-direction: column;
  }
}
body.pg-reservation .l-reservation-clinic .contactBox > .contact {
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
  display: flex;
  gap: 1rem;
}
@media (max-width: 1071px) {
  body.pg-reservation .l-reservation-clinic .contactBox > .contact {
    flex-direction: column;
    gap: 0.5rem;
  }
}
body.pg-reservation .l-reservation-clinic .contactBox > .contact > li {
  flex: 1;
  background-color: #fff;
  border-radius: 0.5rem;
  text-align: center;
}
@media (max-width: 1071px) {
  body.pg-reservation .l-reservation-clinic .contactBox > .contact > li {
    padding: 1.125rem 1.875rem;
    flex-direction: column;
    justify-content: center;
  }
}
body.pg-reservation .l-reservation-clinic .contactBox > .contact > li.-tel {
  padding: 1.375rem 1.5rem 0.8125rem;
}
@media (max-width: 1071px) {
  body.pg-reservation .l-reservation-clinic .contactBox > .contact > li.-tel {
    padding: 1.25rem 2rem;
  }
}
body.pg-reservation .l-reservation-clinic .contactBox > .contact > li.-internet {
  padding: 1.4375rem 2.625rem;
}
@media (max-width: 1071px) {
  body.pg-reservation .l-reservation-clinic .contactBox > .contact > li.-internet {
    padding: 1.25rem 1.8125rem 1.375rem;
  }
}
body.pg-reservation .l-reservation-clinic .contactBox > .contact > li > .head {
  font-weight: bold;
  font-size: 1.125rem;
  margin: 0;
}
@media (max-width: 1071px) {
  body.pg-reservation .l-reservation-clinic .contactBox > .contact > li > .head {
    font-size: 1.25rem;
    text-align: center;
  }
}
body.pg-reservation .l-reservation-clinic .contactBox > .contact > li > .tel {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 3rem;
  color: inherit;
  text-decoration: none;
  padding-left: 1.5rem;
  position: relative;
  margin: -0.125rem 0 0;
  display: inline-block;
}
@media (max-width: 1071px) {
  body.pg-reservation .l-reservation-clinic .contactBox > .contact > li > .tel {
    margin: 0;
    font-size: 1.375rem;
    padding-left: 0;
  }
}
body.pg-reservation .l-reservation-clinic .contactBox > .contact > li > .tel::before {
  position: absolute;
  content: "";
  background: url(../img/icon-tel.svg) center center no-repeat;
  background-size: contain;
  width: 2.25rem;
  height: 2.375rem;
  left: 0;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
@media (max-width: 1071px) {
  body.pg-reservation .l-reservation-clinic .contactBox > .contact > li > .tel::before {
    width: 1.1875rem;
    height: 1.1875rem;
    transform: translateX(-100%) translateY(-50%);
  }
}
body.pg-reservation .l-reservation-clinic .contactBox > .contact > li > .officehours {
  margin: -0.625rem 0 0;
}
@media (max-width: 1071px) {
  body.pg-reservation .l-reservation-clinic .contactBox > .contact > li > .officehours {
    margin: 0;
    font-size: 1.0625rem;
  }
}
body.pg-reservation .l-reservation-clinic .contactBox > .contact > li > .formBtn {
  color: #fff;
  text-align: center;
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  margin-top: 0.6875rem;
  padding: 0.75rem 0 0.6875rem 2.25rem;
  border-radius: 0.5rem;
  background-color: #fc6202;
  font-size: 1.375rem;
  font-weight: bold;
  text-decoration: none;
  box-shadow: 0 0.375rem 0 #9A3A00;
  transition: all 0.3s ease;
}
@media (max-width: 1071px) {
  body.pg-reservation .l-reservation-clinic .contactBox > .contact > li > .formBtn {
    box-sizing: border-box;
    margin-top: 0.875rem;
    padding: 0.3125rem 1rem 0.375rem 2.5rem;
    text-align: center;
    font-size: 1.0625rem;
  }
}
body.pg-reservation .l-reservation-clinic .contactBox > .contact > li > .formBtn:hover {
  transform: translateY(0.375rem);
  color: #fcd947;
  box-shadow: 0 0 0 #9A3A00;
}
body.pg-reservation .l-reservation-clinic .contactBox > .contact > li > .formBtn > .icon {
  position: relative;
}
body.pg-reservation .l-reservation-clinic .contactBox > .contact > li > .formBtn > .icon::before {
  position: absolute;
  content: "";
  background: url(../img/icon-calendar.svg) center center no-repeat;
  background-size: contain;
  width: 1.5rem;
  height: 1.5rem;
  left: -0.6875rem;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
}
@media (max-width: 1071px) {
  body.pg-reservation .l-reservation-clinic .contactBox > .contact > li > .formBtn > .icon::before {
    width: 1.125rem;
    height: 1.125rem;
    left: -0.1875rem;
  }
}
body.pg-reservation .l-reservation-tel {
  padding: 5rem 0 7.5rem;
  background-color: #FDF4CE;
}
@media (max-width: 1071px) {
  body.pg-reservation .l-reservation-tel {
    padding: 3rem 0;
  }
}
body.pg-reservation .l-reservation-tel .c-heading-a > span {
  text-align: center;
}
body.pg-reservation .l-reservation-tel .c-heading-a > span::before, body.pg-reservation .l-reservation-tel .c-heading-a > span::after {
  background: url(../../shared/img/single-quotation-lemon.svg) center center no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  body.pg-reservation .l-reservation-tel .c-heading-a > span::before {
    top: 15%;
  }
}
@media (max-width: 767px) {
  body.pg-reservation .l-reservation-tel .c-heading-a > span::after {
    bottom: 15%;
  }
}
body.pg-reservation .l-reservation-tel .body {
  display: flex;
  justify-content: center;
  margin: 2.9375rem auto 0;
}
@media (max-width: 1071px) {
  body.pg-reservation .l-reservation-tel .body {
    flex-direction: column;
    margin: 2rem auto 0;
  }
}
body.pg-reservation .l-reservation-tel .image.-datsuhiro {
  width: 10.5rem;
  margin: 0 0.5rem 0 0;
}
body.pg-reservation .l-reservation-tel .image.-set {
  width: 16.625rem;
  margin: 2.6875rem auto 0;
}
body.pg-reservation .l-reservation-tel .image.-ikeda {
  width: 9.5rem;
  margin: 0 0 0 1.5rem;
}
body.pg-reservation .l-reservation-tel .lead {
  margin: 0;
  text-align: center;
}
@media (max-width: 1071px) {
  body.pg-reservation .l-reservation-tel .lead {
    padding: 0 1rem;
  }
}
body.pg-reservation .l-reservation-tel .lead > .text {
  margin: 0;
  font-size: 1.5rem;
  font-weight: bold;
}
@media (max-width: 1071px) {
  body.pg-reservation .l-reservation-tel .lead > .text {
    font-size: 1.125rem;
  }
}
body.pg-reservation .l-reservation-tel .lead > .text > span {
  color: #fc6202;
}
body.pg-reservation .l-reservation-tel .desc {
  margin: 1.5rem auto 0;
  text-align: center;
}
body.pg-reservation .l-reservation-tel .desc > .text {
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.77;
}
@media (max-width: 1071px) {
  body.pg-reservation .l-reservation-tel .desc > .text {
    display: inline-block;
    margin: 0 auto;
    text-align: left;
  }
}
body.pg-reservation .l-reservation-tel .c-btn-tel {
  width: 30rem;
  margin: 3rem auto 0;
}
@media (max-width: 1071px) {
  body.pg-reservation .l-reservation-tel .c-btn-tel {
    width: initial;
  }
}

/**************************************************/
/* 採用情報 */
/**************************************************/
body.pg-recruit .l-recruit-hero {
  background-image: linear-gradient(rgba(33, 14, 0, 0.6), rgba(33, 14, 0, 0.6)), url("../img/img-recruit_pc.webp");
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media (min-width: 1367px) {
  body.pg-recruit .l-recruit-hero {
    position: relative;
    height: 0;
    padding-top: 38%;
  }
}
@media (max-width: 1071px) {
  body.pg-recruit .l-recruit-hero {
    background-position: 10% 50%;
  }
}
@media (max-width: 767px) {
  body.pg-recruit .l-recruit-hero {
    background-image: linear-gradient(rgba(33, 14, 0, 0.6), rgba(33, 14, 0, 0.6)), url("../img/img-recruit_sp.webp");
    background-position: 50% 50%;
  }
}
body.pg-recruit .recruit-hero {
  padding: 7.75rem 0 7.6875rem;
}
@media (min-width: 1367px) {
  body.pg-recruit .recruit-hero {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
  }
}
@media (max-width: 767px) {
  body.pg-recruit .recruit-hero {
    padding: 5rem 0 4rem;
  }
}
body.pg-recruit .recruit-hero > .title {
  text-align: center;
  font-size: 2.25rem;
  color: #fff;
}
@media (max-width: 767px) {
  body.pg-recruit .recruit-hero > .title {
    font-size: 1.5rem;
  }
}
body.pg-recruit .recruit-hero > .lead {
  margin: 0.75rem 0 0 0;
  font-size: 1.25rem;
  color: #fff;
  line-height: 2;
  text-align: center;
}
@media (max-width: 1071px) {
  body.pg-recruit .recruit-hero > .lead {
    font-size: 1.125rem;
  }
}
@media (max-width: 767px) {
  body.pg-recruit .recruit-hero > .lead {
    margin: 1.375rem 0 0;
    font-size: 1.0625rem;
    line-height: 1.5;
  }
}
body.pg-recruit .recruit-hero > .btn {
  text-align: center;
  margin: 5.625rem 0 0;
}
@media (max-width: 767px) {
  body.pg-recruit .recruit-hero > .btn {
    margin: 2.375rem 0 0;
  }
}
body.pg-recruit .l-recruit-body {
  padding: 7.5rem 0 12.5rem;
}
@media (max-width: 1071px) {
  body.pg-recruit .l-recruit-body {
    padding: 4rem 0 5rem;
  }
}
body.pg-recruit .recruit-jobs .btnList {
  margin: 5rem 0 0;
}
@media (max-width: 1071px) {
  body.pg-recruit .recruit-jobs .btnList {
    margin: 3.125rem 0 0;
    padding: 0 2.125rem;
  }
}
body.pg-recruit .recruit-contact {
  margin: 7.5rem auto 0;
  text-align: center;
}
@media (max-width: 1071px) {
  body.pg-recruit .recruit-contact {
    margin: 5rem auto 0;
    padding: 0;
  }
}
body.pg-recruit .recruit-contact .desc {
  margin: 5rem 0 0;
}
@media (max-width: 1071px) {
  body.pg-recruit .recruit-contact .desc {
    margin: 2rem 0 0;
    text-align: left;
  }
}
body.pg-recruit .recruit-contact .desc > .text {
  font-size: 1.125rem;
  line-height: 2;
}
@media (max-width: 1071px) {
  body.pg-recruit .recruit-contact .desc > .text {
    font-size: 1.0625rem;
    letter-spacing: 0.04em;
  }
}
body.pg-recruit .recruit-contact .contact {
  display: flex;
  column-gap: 2.75rem;
  width: 100%;
  margin: 5.625rem 0 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 1071px) {
  body.pg-recruit .recruit-contact .contact {
    flex-direction: column;
    row-gap: 1.3125rem;
    margin: 3rem 0 0;
  }
}
body.pg-recruit .recruit-contact .contact > li {
  flex: 1;
  background-color: #efece7;
  border-radius: 0.5rem;
  text-align: center;
}
@media (max-width: 1071px) {
  body.pg-recruit .recruit-contact .contact > li {
    padding: 1.125rem 1.875rem;
    flex-direction: column;
    justify-content: center;
  }
}
body.pg-recruit .recruit-contact .contact > li.-tel {
  padding: 1.5625rem 0 1.4375rem;
}
@media (max-width: 1071px) {
  body.pg-recruit .recruit-contact .contact > li.-tel {
    padding: 1.625rem 0 1.625rem;
  }
}
body.pg-recruit .recruit-contact .contact > li.-internet {
  padding: 1.625rem 0 2.1875rem;
}
@media (max-width: 1071px) {
  body.pg-recruit .recruit-contact .contact > li.-internet {
    padding: 1.5rem 0 1.4375rem;
  }
}
body.pg-recruit .recruit-contact .contact > li > .head {
  font-weight: bold;
  font-size: 1.125rem;
  margin: 0;
}
@media (max-width: 1071px) {
  body.pg-recruit .recruit-contact .contact > li > .head {
    font-size: 1.125rem;
    text-align: center;
  }
}
body.pg-recruit .recruit-contact .contact > li > .tel {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 2rem;
  color: inherit;
  text-decoration: none;
  padding-left: 1.8125rem;
  position: relative;
  margin: 0.4375rem 0 0;
  display: inline-block;
}
@media (max-width: 1071px) {
  body.pg-recruit .recruit-contact .contact > li > .tel {
    margin: 0.3125rem 0 0;
    font-size: 1.75rem;
    padding-left: 1.125rem;
  }
}
body.pg-recruit .recruit-contact .contact > li > .tel::before {
  position: absolute;
  content: "";
  background: url(../img/icon-tel.svg) center center no-repeat;
  background-size: contain;
  width: 1.5rem;
  height: 1.5625rem;
  left: 0;
  top: 50%;
  transform: translateX(0%) translateY(-50%);
}
@media (max-width: 1071px) {
  body.pg-recruit .recruit-contact .contact > li > .tel::before {
    left: -0.5625rem;
    width: 1.375rem;
    height: 1.4375rem;
  }
}
body.pg-recruit .recruit-contact .contact > li > .caption {
  margin: 0;
}
@media (max-width: 1071px) {
  body.pg-recruit .recruit-contact .contact > li > .caption {
    margin: 0.25rem 0 0;
    font-size: 1rem;
    line-height: 1.5;
  }
}
body.pg-recruit .recruit-contact .contact > li > .address {
  position: relative;
  display: inline-block;
  margin: 1.6875rem 0 0;
  padding-left: 2.0625rem;
  font-size: 1.25rem;
  color: #111111;
  text-decoration: none;
}
@media (max-width: 1071px) {
  body.pg-recruit .recruit-contact .contact > li > .address {
    margin: 0.5rem 0 0;
    padding-left: 0.625rem;
    font-size: 1.25rem;
  }
}
body.pg-recruit .recruit-contact .contact > li > .address::before {
  position: absolute;
  content: "";
  background: url(../img/icon-mail.svg) center center no-repeat;
  background-size: contain;
  width: 1.6875rem;
  height: 1.25rem;
  left: 0;
  top: 50%;
  transform: translateX(0%) translateY(-50%);
}
@media (max-width: 1071px) {
  body.pg-recruit .recruit-contact .contact > li > .address::before {
    width: 1.6875rem;
    height: 1.3125rem;
    transform: translateX(-100%) translateY(-50%);
  }
}

/**************************************************/
/* NCD */
/**************************************************/
body.pg-ncd .l-ncd {
  padding: 7.5rem 0 12.5rem;
}
@media (max-width: 1071px) {
  body.pg-ncd .l-ncd {
    padding: 2.5rem 0 5rem;
  }
}
body.pg-ncd .l-ncd .textRight {
  font-size: 1.125rem;
  font-weight: bold;
  text-align: right;
  margin: 2.5rem 0 0 0;
  line-height: 2;
}
@media (max-width: 1071px) {
  body.pg-ncd .l-ncd .textRight {
    margin-top: 1.25rem;
    font-size: 1.0625rem;
  }
}

/**************************************************/
/* プライバシーポリシー */
/**************************************************/
body.pg-privacypolicy .l-privacypolicy {
  padding: 7.5rem 0 12.5rem;
}
@media (max-width: 1071px) {
  body.pg-privacypolicy .l-privacypolicy {
    padding: 2.5rem 0 5rem;
  }
}
body.pg-privacypolicy .l-privacypolicy .unit-text-h4a + .c-list-num,
body.pg-privacypolicy .l-privacypolicy .unit-text-h4a + p {
  margin-top: 1.25rem;
}
@media (max-width: 1071px) {
  body.pg-privacypolicy .l-privacypolicy .unit-text-h4a + .c-list-num,
  body.pg-privacypolicy .l-privacypolicy .unit-text-h4a + p {
    margin-top: 0.625rem;
  }
}

/**************************************************/
/* 臨床研究に関する情報公開について */
/**************************************************/
body.pg-clinicalResearch .l-clinicalResearch {
  padding: 7.5rem 0 12.5rem;
}
@media (max-width: 1071px) {
  body.pg-clinicalResearch .l-clinicalResearch {
    padding: 2.5rem 0 5rem;
  }
}
body.pg-clinicalResearch .l-clinicalResearch .table-a {
  margin-top: 7.5rem;
  border-collapse: collapse;
  width: 100%;
}
body.pg-clinicalResearch .l-clinicalResearch .table-a th {
  background-color: #C1BFBC;
  font-size: 1.25rem;
  line-height: 2;
  width: 11.75rem;
  padding: 2.5rem 0;
}
body.pg-clinicalResearch .l-clinicalResearch .table-a td {
  background-color: #efece7;
  font-size: 1.125rem;
  padding: 2.5rem 3rem;
}
body.pg-clinicalResearch .l-clinicalResearch .table-a th, body.pg-clinicalResearch .l-clinicalResearch .table-a td {
  box-sizing: border-box;
  font-weight: bold;
}
@media (max-width: 1071px) {
  body.pg-clinicalResearch .l-clinicalResearch .table-a {
    margin-top: 3.75rem;
  }
  body.pg-clinicalResearch .l-clinicalResearch .table-a th {
    width: 100%;
    text-align: left;
    line-height: 1.5;
  }
  body.pg-clinicalResearch .l-clinicalResearch .table-a td {
    font-size: 1.0625rem;
  }
  body.pg-clinicalResearch .l-clinicalResearch .table-a th, body.pg-clinicalResearch .l-clinicalResearch .table-a td {
    display: block;
    padding: 1.5rem 1.25rem;
  }
}
body.pg-clinicalResearch .l-clinicalResearch .table-b {
  margin-top: 2rem;
  border-collapse: collapse;
  width: 100%;
}
body.pg-clinicalResearch .l-clinicalResearch .table-b tr {
  border-bottom: 1px solid #C1BFBC;
}
body.pg-clinicalResearch .l-clinicalResearch .table-b tr:first-child {
  border-top: 1px solid #C1BFBC;
}
body.pg-clinicalResearch .l-clinicalResearch .table-b th {
  font-weight: bold;
  padding: 2.5rem 1.5rem 2.5rem 0;
  font-size: 1.25rem;
  line-height: 2;
  width: 28%;
  text-align: left;
  vertical-align: top;
}
body.pg-clinicalResearch .l-clinicalResearch .table-b td {
  font-size: 1.125rem;
  padding: 2.5rem 0;
  vertical-align: top;
}
@media (max-width: 1071px) {
  body.pg-clinicalResearch .l-clinicalResearch .table-b {
    margin-top: 2.5rem;
  }
  body.pg-clinicalResearch .l-clinicalResearch .table-b th {
    width: 100%;
    padding: 1.5rem 0 0 0;
    font-size: 1.125rem;
    line-height: 1.5;
  }
  body.pg-clinicalResearch .l-clinicalResearch .table-b td {
    padding: 0.5rem 0 1.5rem 0;
    font-size: 1.0625rem;
  }
  body.pg-clinicalResearch .l-clinicalResearch .table-b th, body.pg-clinicalResearch .l-clinicalResearch .table-b td {
    display: block;
  }
}

/**************************************************/
/* サイトマップ */
/**************************************************/
body.pg-sitemap .l-sitemap {
  padding: 6.5625rem 0 12.5rem;
}
@media (max-width: 1071px) {
  body.pg-sitemap .l-sitemap {
    padding: 1.5625rem 0 5rem;
  }
}
body.pg-sitemap .l-sitemap > .l-page-contents > .sitemap > *:first-child {
  margin-top: 0 !important;
}
body.pg-sitemap .l-sitemap > .l-page-contents > .sitemap .primary {
  margin: 4.0625rem 0 0;
  border-bottom: 1px solid #707070;
  font-size: 1rem;
  font-weight: 700;
}
body.pg-sitemap .l-sitemap > .l-page-contents > .sitemap .primary .btn {
  display: block;
  position: relative;
  padding: 0.9375rem 1.875rem 0.9375rem 0;
  color: inherit;
  text-decoration: none;
  transition: color 0.15s ease;
  font-size: 1.25rem;
}
body.pg-sitemap .l-sitemap > .l-page-contents > .sitemap .primary .btn::after {
  display: block;
  position: absolute;
  top: calc(50% - 0.75rem);
  right: 0;
  width: 1.5rem;
  height: 1.5rem;
  background: #f8b300;
  content: "";
  mask: url(../img/icon-arrow-circle-left.svg) center;
  mask-repeat: no-repeat;
  mask-size: contain;
}
body.pg-sitemap .l-sitemap > .l-page-contents > .sitemap .primary .btn:hover {
  color: #fc6202;
}
body.pg-sitemap .l-sitemap > .l-page-contents > .sitemap .list {
  margin: 1.75rem 0 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1.625rem 2rem;
  list-style: none;
  padding: 0;
}
body.pg-sitemap .l-sitemap > .l-page-contents > .sitemap .list.-index {
  margin-top: 4.25rem;
}
body.pg-sitemap .l-sitemap > .l-page-contents > .sitemap .list > li {
  width: calc((100% - 4rem) / 3);
  border-bottom: 1px solid #CCC;
  font-size: 1rem;
}
body.pg-sitemap .l-sitemap > .l-page-contents > .sitemap .list .btn {
  display: block;
  position: relative;
  padding: 0.75rem 0;
  color: inherit;
  text-decoration: none;
  transition: color 0.15s ease;
  padding-right: 0.875rem;
}
body.pg-sitemap .l-sitemap > .l-page-contents > .sitemap .list .btn::after {
  display: block;
  position: absolute;
  top: calc(50% - 0.3125rem);
  right: 0;
  width: 0.625rem;
  height: 0.625rem;
  background: #fc6202;
  content: "";
  mask: url(../img/icon-arrow-left.svg) center;
  mask-repeat: no-repeat;
  mask-size: contain;
}
body.pg-sitemap .l-sitemap > .l-page-contents > .sitemap .list .btn:hover {
  color: #fc6202;
}
body.pg-sitemap .l-sitemap > .l-page-contents > .sitemap > .clinic {
  display: flex;
  margin: 2.5rem 0 0 0;
  gap: 2rem;
  padding: 0;
  list-style: none;
}
body.pg-sitemap .l-sitemap > .l-page-contents > .sitemap > .clinic > li {
  display: block;
  width: calc((100% - 2rem) / 3);
}
body.pg-sitemap .l-sitemap > .l-page-contents > .sitemap > .clinic > li .card {
  display: block;
  color: inherit;
  text-decoration: none;
  transition: all 0.5s ease;
}
body.pg-sitemap .l-sitemap > .l-page-contents > .sitemap > .clinic > li .card:hover {
  opacity: 0.7;
}
body.pg-sitemap .l-sitemap > .l-page-contents > .sitemap > .clinic > li .card:hover .image img {
  transform: scale(1.08);
}
body.pg-sitemap .l-sitemap > .l-page-contents > .sitemap > .clinic > li .image {
  display: block;
  overflow: hidden;
}
body.pg-sitemap .l-sitemap > .l-page-contents > .sitemap > .clinic > li .image img {
  display: block;
  width: 100%;
  transition: all 0.5s ease;
}
body.pg-sitemap .l-sitemap > .l-page-contents > .sitemap > .clinic > li .title {
  margin: 1rem 0 0;
  font-size: 1rem;
  line-height: 1.5;
  position: relative;
}
body.pg-sitemap .l-sitemap > .l-page-contents > .sitemap > .clinic > li .title::after {
  position: absolute;
  background: #F8B300;
  width: 1.5rem;
  height: 1.5rem;
  content: "";
  mask: url(../img/icon-arrow-circle-left.svg) center;
  mask-repeat: no-repeat;
  mask-size: contain;
  transition: 0.3s;
  right: 0;
  top: calc(50% - 0.75rem);
}
body.pg-sitemap .l-sitemap > .l-page-contents > .sitemap .sns {
  display: flex;
  gap: 2rem;
  margin: 5rem 0 0 0;
  padding: 0;
  list-style: none;
}
body.pg-sitemap .l-sitemap > .l-page-contents > .sitemap .sns > li {
  display: block;
  font-size: 1rem;
}
body.pg-sitemap .l-sitemap > .l-page-contents > .sitemap .sns .link {
  display: flex;
  align-items: center;
  color: inherit;
  text-decoration: none;
  transition: color 0.15s ease;
}
body.pg-sitemap .l-sitemap > .l-page-contents > .sitemap .sns .link:hover {
  color: #fc6202;
}
body.pg-sitemap .l-sitemap > .l-page-contents > .sitemap .sns .icon {
  display: inline-block;
  margin: 0;
}
body.pg-sitemap .l-sitemap > .l-page-contents > .sitemap .sns .label {
  display: inline-block;
  margin: 0 0 0 0.5rem;
}
@media (max-width: 1071px) {
  body.pg-sitemap .l-sitemap > .l-page-contents > .sitemap .primary {
    margin-top: 1.5625rem;
  }
  body.pg-sitemap .l-sitemap > .l-page-contents > .sitemap .primary .btn {
    font-size: 0.9375rem;
  }
  body.pg-sitemap .l-sitemap > .l-page-contents > .sitemap .list {
    margin-top: 0.75rem;
    row-gap: 0.25rem;
  }
  body.pg-sitemap .l-sitemap > .l-page-contents > .sitemap .list.-index {
    margin-top: 1.75rem;
  }
  body.pg-sitemap .l-sitemap > .l-page-contents > .sitemap .list > li {
    width: calc((100% - 2rem) / 2);
    font-size: 0.875rem;
  }
  body.pg-sitemap .l-sitemap > .l-page-contents > .sitemap > .clinic {
    margin-top: 1.5rem;
    column-gap: 0.5rem;
  }
  body.pg-sitemap .l-sitemap > .l-page-contents > .sitemap > .clinic > li {
    width: calc((100% - 0.5rem) / 3);
  }
  body.pg-sitemap .l-sitemap > .l-page-contents > .sitemap > .clinic > li .title {
    margin-top: 0.5rem;
    font-size: 0.875rem;
  }
  body.pg-sitemap .l-sitemap > .l-page-contents > .sitemap > .clinic > li .title::after {
    top: calc(50% - 0.3125rem);
    right: 0.3125rem;
    width: 0.625rem;
    height: 0.625rem;
    background: #fc6202;
    content: "";
    mask: url(../img/icon-arrow-left.svg) center;
    mask-repeat: no-repeat;
    mask-size: contain;
  }
  body.pg-sitemap .l-sitemap > .l-page-contents > .sitemap .sns {
    margin-top: 2.5rem;
  }
  body.pg-sitemap .l-sitemap > .l-page-contents > .sitemap .sns > li {
    font-size: 0.875rem;
  }
}
@media (max-width: 767px) {
  body.pg-sitemap .l-sitemap > .l-page-contents > .sitemap .list > li {
    width: 100%;
  }
}

/**************************************************/
/* 404 */
/**************************************************/
body.pg-404 .l-404 {
  padding: 6.25rem 0 12.5rem;
}
@media (max-width: 1071px) {
  body.pg-404 .l-404 {
    padding: 2.5rem 0 5rem;
  }
}
body.pg-404 .l-404 .c-text-a {
  text-align: center;
}
body.pg-404 .l-404 .btn {
  text-align: center;
  margin-top: 3.75rem;
}
@media (max-width: 1071px) {
  body.pg-404 .l-404 .btn {
    margin-top: 2.5rem;
  }
}

/**************************************************/
/* components */
/**************************************************/
/**************************************************/
/* a-blog CMS組み込み汎用パーツ */
/**************************************************/
.unit-text-h2a {
  font-size: 1.75rem;
  margin: 7.5rem 0 0 0;
  padding: 0 0 1.5rem;
  position: relative;
  border-bottom: solid 0.125rem #D9D5CD;
}
@media (max-width: 1071px) {
  .unit-text-h2a {
    margin-top: 4rem;
    padding: 0 0 0.875rem;
    font-size: 1.375rem;
    line-height: 1.4;
  }
}
.unit-text-h2a::before {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 0.125rem #FFB012;
  bottom: -0.125rem;
  width: 31.3%;
}
@media (max-width: 1071px) {
  .unit-text-h2a::before {
    width: 36.6%;
  }
}

.entry-content {
  counter-reset: h2 0;
}

.unit-text-h2a.-number {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  padding-left: 1em;
}
.unit-text-h2a.-number::before {
  position: absolute;
  counter-increment: h2 1;
  content: counter(h2) ".";
  left: 0;
  top: 0;
  color: #f8b300;
}
.unit-text-h2a.-number > span {
  display: inline-block;
  font-size: 1.125rem;
}
@media (max-width: 1071px) {
  .unit-text-h2a.-number {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .unit-text-h2a.-number > span {
    font-size: 1.0625rem;
    margin-top: 0.5rem;
  }
}

.unit-text-h3a {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 4rem 0 0 0;
  padding: 0 0 0 1.75rem;
  position: relative;
}
@media (max-width: 1071px) {
  .unit-text-h3a {
    font-size: 1.25rem;
    line-height: 1.4;
    padding-left: 1rem;
    margin-top: 2rem;
  }
}
.unit-text-h3a::before {
  position: absolute;
  content: " ";
  left: 0;
  width: 0.25rem;
  height: 100%;
  background-color: #FFB012;
}

.unit-text-h4a {
  font-size: 1.25rem;
  font-weight: bold;
  margin: 3.125rem 0 0 0;
  padding: 0 0 0 2rem;
  position: relative;
}
@media (max-width: 1071px) {
  .unit-text-h4a {
    padding: 0 0 0 1.5rem;
    margin-top: 2rem;
  }
}
.unit-text-h4a::before {
  position: absolute;
  content: "";
  top: 0.9rem;
  left: 0;
  width: 1rem;
  height: 0.125rem;
  border-radius: 0.125rem;
  background-color: #FFB012;
}

.unit-text-h4a + .unit-text-p {
  margin-top: 1rem !important;
}
@media (max-width: 1071px) {
  .unit-text-h4a + .unit-text-p {
    margin-top: 0.5rem !important;
  }
}

.unit-text-h5a {
  position: relative;
  margin: 2.5rem 0 0 0;
  padding: 0 0 0 3.625rem;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 2;
  counter-increment: heading;
}
@media (max-width: 1071px) {
  .unit-text-h5a {
    padding: 0 0 0 2.5rem;
    font-size: 1.125rem;
    line-height: 1.5;
    margin: 1.625rem 0 0 0;
  }
}
.unit-text-h5a::before {
  content: counter(heading);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  padding: 0.375rem 0.8125rem;
  background-color: #FFB012;
  border-radius: 0.25rem;
  font-size: 1.5rem;
  line-height: 1.2;
}
@media (max-width: 1071px) {
  .unit-text-h5a::before {
    padding: 0.375rem 0.6875rem;
    font-size: 1.0625rem;
  }
}

.unit-text-p-center,
.unit-text-p {
  margin: 4rem 0 0 0;
  font-size: 1.125rem;
  line-height: 2;
}
@media (max-width: 1071px) {
  .unit-text-p-center,
  .unit-text-p {
    margin-top: 2rem;
    text-align: left;
    font-size: 1.0625rem;
    letter-spacing: 0.04em;
  }
}
.unit-text-p-center > a,
.unit-text-p > a {
  font-weight: bold;
  color: #FC6202;
  word-break: break-all;
}
.unit-text-p-center > strong,
.unit-text-p > strong {
  font-weight: bold;
}
.unit-text-p-center > strong.orange,
.unit-text-p > strong.orange {
  color: #FC6202;
}

.unit-text-p-center {
  text-align: center !important;
}

[class*=acms-col] {
  padding: 0;
}

.unit-image {
  position: relative;
  display: block;
  margin-top: 4rem;
  text-align: center;
}
@media (max-width: 1071px) {
  .unit-image {
    margin-top: 2rem;
  }
}
.unit-image > img {
  max-width: 100%;
}
@media (max-width: 767px) {
  .unit-image > img {
    width: 100%;
  }
}

.unit-image-left {
  position: relative;
  display: block;
  margin-top: 4rem;
}
@media (max-width: 1071px) {
  .unit-image-left {
    margin-top: 2rem;
  }
}
.unit-image-left > img {
  max-width: 100%;
}
@media (max-width: 767px) {
  .unit-image-left > img {
    width: 100%;
  }
}

.entry-content .column-media-auto {
  margin: 4rem 0 0 0;
}
@media (max-width: 1071px) {
  .entry-content .column-media-auto {
    margin-top: 2rem;
  }
}
.entry-content .caption {
  margin: 0.625rem 0 0;
  font-size: 1rem;
  line-height: 1.5;
}
@media (max-width: 1071px) {
  .entry-content .caption {
    margin: 0.9375rem 0 0;
    text-align: left;
  }
}

.unit-text-ul-check {
  margin: 4rem 0 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  row-gap: 0.75rem;
}
@media (max-width: 1071px) {
  .unit-text-ul-check {
    row-gap: 0.625rem;
    margin-top: 2rem;
  }
}
.unit-text-ul-check > li {
  padding-left: 1.875rem;
  font-size: 1.125rem;
  position: relative;
}
@media (max-width: 1071px) {
  .unit-text-ul-check > li {
    padding-left: 1.4375rem;
    font-size: 1.0625rem;
    line-height: 1.5;
  }
}
.unit-text-ul-check > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.4rem;
  background: url(../img/icon-check-orange.svg) center center no-repeat;
  background-size: contain;
  width: 1.25rem;
  height: 1rem;
}
@media (max-width: 1071px) {
  .unit-text-ul-check > li::before {
    width: 0.875rem;
    height: 0.6875rem;
    top: 0.6rem;
  }
}

.unit-text-ul {
  margin: 4rem 0 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  row-gap: 1.875rem;
}
@media (max-width: 1071px) {
  .unit-text-ul {
    row-gap: 1.25rem;
    margin-top: 2rem;
  }
}
.unit-text-ul > li {
  padding-left: 1rem;
  font-size: 1.125rem;
  line-height: 1.5;
  position: relative;
  list-style: none;
}
@media (max-width: 1071px) {
  .unit-text-ul > li {
    font-size: 1.0625rem;
  }
}
.unit-text-ul > li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.6rem;
  left: 0;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #FFB012;
}

.unit-2col-a {
  display: flex;
  align-items: center;
  column-gap: 2.6875rem;
  margin-top: 4rem;
}
@media (max-width: 1071px) {
  .unit-2col-a {
    flex-direction: column;
    row-gap: 2rem;
    align-items: center;
    margin-top: 2rem;
  }
}
.unit-2col-a > .unit-text-p {
  margin: 0;
  flex: 1;
}
.unit-2col-a > .unit-image {
  margin: 0;
  width: 12.5rem;
}
.unit-2col-a > .unit-image > img {
  width: 100%;
}
.unit-2col-a > .unit-image > .caption {
  text-align: left;
}
@media (max-width: 767px) {
  .unit-2col-a > .unit-image {
    width: 75%;
    max-width: none;
    text-align: center;
  }
}
@media (max-width: 1071px) {
  .unit-2col-a.-reverse {
    flex-direction: column-reverse;
  }
}

.unit-2col-b {
  display: flex;
  align-items: center;
  column-gap: 2.6875rem;
  margin-top: 4rem;
}
@media (max-width: 1071px) {
  .unit-2col-b {
    flex-direction: column;
    row-gap: 2rem;
    align-items: center;
    margin-top: 2rem;
  }
}
.unit-2col-b > .unit-text-p {
  margin: 0;
  flex: 1;
}
.unit-2col-b > .unit-image {
  margin: 0;
  width: 17.5rem;
}
.unit-2col-b > .unit-image > img {
  width: 100%;
}
.unit-2col-b > .unit-image > .caption {
  text-align: left;
}
@media (max-width: 767px) {
  .unit-2col-b > .unit-image {
    width: 75%;
    max-width: none;
    text-align: center;
  }
}
@media (max-width: 1071px) {
  .unit-2col-b.-reverse {
    flex-direction: column-reverse;
  }
}

.unit-2col-c {
  display: flex;
  align-items: center;
  column-gap: 2.6875rem;
  margin-top: 4rem;
}
@media (max-width: 1071px) {
  .unit-2col-c {
    flex-direction: column;
    row-gap: 2rem;
    align-items: center;
    margin-top: 2rem;
  }
}
.unit-2col-c > .unit-text-p {
  margin: 0;
  flex: 1;
}
.unit-2col-c > .unit-image {
  margin: 0;
  width: 22.5rem;
}
.unit-2col-c > .unit-image > img {
  width: 100%;
}
.unit-2col-c > .unit-image > .caption {
  text-align: left;
}
@media (max-width: 767px) {
  .unit-2col-c > .unit-image {
    width: 75%;
    max-width: none;
    text-align: center;
  }
}
@media (max-width: 1071px) {
  .unit-2col-c.-reverse {
    flex-direction: column-reverse;
  }
}

.unit-youtube {
  margin-top: 4rem;
  margin-bottom: 0;
  max-width: 51.25rem;
}
@media (max-width: 1071px) {
  .unit-youtube {
    margin-top: 2rem;
    text-align: center;
  }
}

.unit-bg {
  margin-top: 4rem;
  padding: 4.125rem 4rem 3.8125rem;
  background-color: #EFECE7;
  border-radius: 1rem;
}
.unit-bg > *:first-child {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
@media (max-width: 1071px) {
  .unit-bg {
    padding: 2rem 2rem 2.5rem;
    margin-top: 2rem;
  }
}
.unit-bg > p {
  font-size: 1.125rem;
  line-height: 2;
}
@media (max-width: 1071px) {
  .unit-bg > p {
    text-align: left;
    font-size: 1.0625rem;
    line-height: 1.5;
  }
}
@media (max-width: 1071px) {
  .unit-bg > p > br {
    display: block;
    content: "";
    margin: 0.625rem 0;
  }
}
.unit-bg h3:not(:first-child),
.unit-bg h4:not(:first-child),
.unit-bg .unit-youtube,
.unit-bg .unit-youtube + p,
.unit-bg .unit-youtube + ul,
.unit-bg p + ul,
.unit-bg ul + p {
  margin-top: 2.5rem;
}
@media (max-width: 1071px) {
  .unit-bg h3:not(:first-child),
  .unit-bg h4:not(:first-child),
  .unit-bg .unit-youtube,
  .unit-bg .unit-youtube + p,
  .unit-bg .unit-youtube + ul,
  .unit-bg p + ul,
  .unit-bg ul + p {
    margin-top: 1.5rem;
  }
}
.unit-bg h5 + p,
.unit-bg h5 + ul,
.unit-bg h3 + p,
.unit-bg h3 + ul,
.unit-bg h3 + .unit-youtube {
  margin-top: 1.5rem;
}
@media (max-width: 1071px) {
  .unit-bg h5 + p,
  .unit-bg h5 + ul,
  .unit-bg h3 + p,
  .unit-bg h3 + ul,
  .unit-bg h3 + .unit-youtube {
    margin-top: 1rem;
  }
}
.unit-bg h4 + p,
.unit-bg h4 + ul,
.unit-bg h4 + .unit-youtube {
  margin-top: 1rem;
}
@media (max-width: 1071px) {
  .unit-bg h4 + p,
  .unit-bg h4 + ul,
  .unit-bg h4 + .unit-youtube {
    margin-top: 0.5rem;
  }
}
.unit-bg .unit-image, .unit-bg .unit-image-left {
  margin-top: 2rem;
}
@media (max-width: 1071px) {
  .unit-bg .unit-image, .unit-bg .unit-image-left {
    margin-top: 1.5rem;
  }
}

.entry-introduction {
  display: flex;
  column-gap: 2.75rem;
  flex-direction: row-reverse;
}
.entry-introduction > .image {
  max-width: 22.5rem;
  flex-shrink: 0;
}
.entry-introduction > .text {
  flex: 1;
  font-size: 1.125rem;
  line-height: 2;
  margin: 0;
}
.entry-introduction > .text strong {
  color: #fc6202;
}
@media (max-width: 1071px) {
  .entry-introduction {
    flex-direction: column;
    row-gap: 2rem;
  }
  .entry-introduction > .image {
    margin-inline: auto;
    text-align: center;
    width: 75%;
  }
  .entry-introduction > .text {
    font-size: 1.0625rem;
  }
}

.unit-link {
  margin-top: 2rem;
}
@media (max-width: 1071px) {
  .unit-link {
    margin-top: 1.25rem;
  }
}

.unit-pdf {
  padding-top: 3.75rem;
}
.unit-pdf a {
  padding-left: 1.625rem;
  display: inline-block;
  font-size: 1.125rem;
  position: relative;
}
.unit-pdf a::before {
  position: absolute;
  content: "";
  top: 0.2em;
  left: 0;
  width: 1.125rem;
  height: 1.375rem;
  background: url(../img/icon-pdf.svg) center center no-repeat;
  background-size: contain;
}
@media (max-width: 1071px) {
  .unit-pdf {
    padding-top: 1.875rem;
  }
  .unit-pdf a {
    font-size: 1.0625rem;
  }
}

.unit-anchorLink {
  margin-top: 4rem;
}
.unit-anchorLink > .list {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: number 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 2rem;
}
.unit-anchorLink > .list > li {
  width: calc((100% - 4rem) / 3);
}
.unit-anchorLink > .list .c-btn-e {
  height: 100%;
}
.unit-anchorLink > .list .c-btn-e > .title {
  font-weight: bold;
  position: relative;
  padding-left: 1em;
}
.unit-anchorLink > .list .c-btn-e > .title::before {
  position: absolute;
  counter-increment: number 1;
  content: counter(number) ".";
  color: #f8b300;
  left: 0;
  top: 0;
}
@media (max-width: 1071px) {
  .unit-anchorLink {
    margin-top: 2rem;
  }
  .unit-anchorLink > .list {
    gap: 0.5rem;
  }
  .unit-anchorLink > .list > li {
    width: calc((100% - 0.5rem) / 2);
  }
  .unit-anchorLink > .list .c-btn-e {
    padding: 0.875rem;
  }
}

/**************************************************/
/* components - acms */
/**************************************************/
.entry-header {
  padding-bottom: 2.5rem;
}
@media (max-width: 1071px) {
  .entry-header {
    padding-bottom: 2rem;
  }
}

.entry-header > .entry-title .category {
  display: inline-block;
  font-weight: bold;
  line-height: 1;
  padding: 0.5rem 1.125rem;
  border-radius: 0.25rem;
  background-color: #fcd947;
}
@media (max-width: 1071px) {
  .entry-header > .entry-title .category {
    font-size: 0.875rem;
    padding: 0.3125rem 0.875rem;
  }
}
.entry-header > .entry-title .title {
  font-size: 1.75rem;
  margin: 0.75rem 0 1.25rem;
}
@media (max-width: 1071px) {
  .entry-header > .entry-title .title {
    font-size: 1.375rem;
  }
}
.entry-header > .entry-title .date {
  font-size: 0.9375rem;
  color: #807b72;
  display: inline-block;
}
.entry-header > .entry-title .update {
  padding-left: 2rem;
  position: relative;
  font-size: 0.875rem;
  color: #807b72;
  display: inline-block;
}
.entry-header > .entry-title .update::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 0.75rem;
  background-color: #d9d5cd;
  left: 1rem;
  top: calc(50% - 0.375rem);
}

.entry-thumbnail {
  margin: 0;
  padding-bottom: 4rem;
}
@media (max-width: 1071px) {
  .entry-thumbnail {
    padding-bottom: 2rem;
  }
}
.entry-thumbnail > img {
  width: 100%;
}

.entry-content > *:first-child {
  margin-top: 0 !important;
}

.entry-category {
  margin: 7.5rem 0 0 0;
  font-size: 1.125rem;
}
@media (max-width: 1071px) {
  .entry-category {
    margin-top: 5rem;
    font-size: 1.0625rem;
  }
}

.entry-shareBox {
  margin-top: 2.5rem;
  background-color: #efece7;
  border-radius: 0.5rem;
  padding: 1.5rem 2.5rem 1.5rem 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1071px) {
  .entry-shareBox {
    flex-direction: column;
    row-gap: 1rem;
    padding: 1.5rem;
  }
}
.entry-shareBox > .text {
  font-size: 1.125rem;
  margin: 0;
}
.entry-shareBox > .snsLink {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  column-gap: 1rem;
}
.entry-shareBox > .snsLink > li a {
  display: inline-block;
  width: 2rem;
}
.entry-shareBox > .snsLink > li a > img {
  object-fit: contain;
}

.entry-prev-next {
  margin: 4rem 0 0 0;
  padding: 1.25rem 0 1.75rem;
  border-top: solid 1px #d9d5cd;
  border-bottom: solid 1px #d9d5cd;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 7.5rem 1fr;
  grid-template-areas: "areaB areaA areaC";
  column-gap: 1.5rem;
}
@media (max-width: 1071px) {
  .entry-prev-next {
    margin-top: 5rem;
    grid-template-rows: auto auto;
    grid-template-columns: calc(50% - 0.9375rem) calc(50% - 0.9375rem);
    gap: 0.75rem 1.875rem;
    grid-template-areas: "areaA areaA" "areaB areaC";
    padding: 1.5rem 0 1.125rem;
  }
  .entry-prev-next > .video {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .entry-prev-next > .textarea {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .entry-prev-next > .sptext {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
  .entry-prev-next > .top-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .entry-prev-next > .image {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .entry-prev-next > .lead {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
  .entry-prev-next > .textarea {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .entry-prev-next > .datsuhiro {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .entry-prev-next > .ikeda {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
}
.entry-prev-next .list {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: areaA;
}
.entry-prev-next .list > .btn {
  display: inline-block;
  box-sizing: border-box;
  padding: 0.625rem 2.125rem;
  border-radius: 6.25rem;
  border: solid 0.125rem #FFB012;
  text-decoration: none;
  color: inherit;
  transition: 0.3s;
  font-weight: bold;
  text-align: center;
}
.entry-prev-next .list > .btn:hover {
  background-color: #FDF4CE;
  color: #fc6202;
  border-color: #fc6202;
}
@media (max-width: 1071px) {
  .entry-prev-next .list {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    text-align: center;
    grid-area: areaA;
  }
  .entry-prev-next .list > .btn {
    width: 12.5rem;
    padding: 0.25rem;
  }
}
.entry-prev-next .next {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: areaB;
  margin-right: auto;
}
.entry-prev-next .prev {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  -ms-grid-column-span: 1;
  grid-area: areaC;
  margin-left: auto;
}
@media (max-width: 767px){
  body.pg-home .mv-video > .contents > .wrap > .video {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  body.pg-home .mv-video > .contents > .wrap > .textarea {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  body.pg-home .mv-video > .contents > .wrap > .sptext {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  body.pg-home .top-hernia > .top-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  body.pg-home .top-hernia > .image {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  body.pg-home .top-hernia > .lead {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  body.pg-clinic .l-clinic-dial > .box > .body > .textarea {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  body.pg-clinic .l-clinic-dial > .box > .body > .datsuhiro {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  body.pg-clinic .l-clinic-dial > .box > .body > .ikeda {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .entry-prev-next .list {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .entry-prev-next .list {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .entry-prev-next .next {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .entry-prev-next .prev {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
}
@media (max-width: 1071px){
  body.pg-clinic .l-clinic-dial > .box > .body > .list {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .entry-prev-next > .list {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  body.pg-clinic .l-clinic-dial > .box > .body > .list {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .entry-prev-next > .list {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  body.pg-clinic .l-clinic-dial > .box > .body > .next {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .entry-prev-next > .next {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  body.pg-clinic .l-clinic-dial > .box > .body > .prev {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
  .entry-prev-next > .prev {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
}
.entry-prev-next .prev,
.entry-prev-next .next {
  flex: 1;
  align-items: center;
}
.entry-prev-next .prev > .btn,
.entry-prev-next .next > .btn {
  display: inline-block;
  color: inherit;
  font-weight: bold;
  text-decoration: none;
  align-items: center;
}
@media (max-width: 1071px) {
  .entry-prev-next .prev > .btn,
  .entry-prev-next .next > .btn {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-weight: normal;
  }
}
.entry-prev-next .prev > .btn:hover,
.entry-prev-next .next > .btn:hover {
  color: #fc6202;
}
.entry-prev-next .prev > .btn:hover::before,
.entry-prev-next .next > .btn:hover::before {
  background-color: #fc6202;
}
.entry-prev-next .next > .btn {
  padding-left: 2rem;
  position: relative;
  transition: 0.3s;
}
.entry-prev-next .next > .btn::before {
  position: absolute;
  background: #f8b300;
  width: 1.5rem;
  height: 1.5rem;
  content: "";
  mask: url(../img/icon-arrow-circle-left.svg) center;
  mask-repeat: no-repeat;
  mask-size: contain;
  top: 0.125rem;
  left: 0;
  transform: rotate(180deg);
  transition: 0.3s;
}
@media (max-width: 1071px) {
  .entry-prev-next .next > .btn {
    padding-left: 1.75rem;
  }
  .entry-prev-next .next > .btn::before {
    top: 0.25rem;
    width: 1.25rem;
    height: 1.25rem;
  }
}
.entry-prev-next .prev > .btn {
  padding-right: 2rem;
  position: relative;
}
.entry-prev-next .prev > .btn::before {
  position: absolute;
  background: #f8b300;
  width: 1.5rem;
  height: 1.5rem;
  content: "";
  mask: url(../img/icon-arrow-circle-left.svg) center;
  mask-repeat: no-repeat;
  mask-size: contain;
  top: 0.125rem;
  right: 0;
  transition: 0.3s;
}
@media (max-width: 1071px) {
  .entry-prev-next .prev > .btn {
    padding-right: 1.75rem;
  }
  .entry-prev-next .prev > .btn::before {
    top: 0.25rem;
    width: 1.25rem;
    height: 1.25rem;
  }
}

.entry-contactBtn {
  margin-top: 5rem;
}
@media (max-width: 1071px) {
  .entry-contactBtn {
    margin-top: 4rem;
  }
}

.l-related-blog {
  padding-top: 7.5rem;
}
@media (max-width: 1071px) {
  .l-related-blog {
    padding-top: 5rem;
  }
}

.related-blogList {
  margin-top: 4rem;
}
@media (max-width: 1071px) {
  .related-blogList {
    margin-top: 2rem;
  }
}

.related-blog > .btn {
  margin-top: 1.5rem;
  text-align: right;
}
@media (max-width: 1071px) {
  .related-blog > .btn {
    margin-top: 5rem;
    text-align: center;
  }
}

.entry-pager {
  list-style: none;
  margin: 5rem 0 0 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 1.875rem;
}
.entry-pager > li.-cur > span {
  color: #fc6202;
  text-decoration: underline;
  text-underline-offset: 0.6em;
}
.entry-pager > li > span {
  font-weight: 500;
  font-size: 1.25rem;
  font-family: "Poppins", sans-serif;
  display: flex;
  align-items: center;
}
.entry-pager > li > span > a {
  color: inherit;
  text-decoration: none;
}
.entry-pager > li.prev > a,
.entry-pager > li.next > a {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background: url(../../shared/img/icon-arrow-circle-left.svg) center center no-repeat;
  background-size: contain;
}
.entry-pager > .prev > a {
  transform: rotate(180deg);
  margin-right: 1.125rem;
}
.entry-pager > .next > a {
  margin-left: 1.125rem;
}

.entry-container:has(table) {
  margin: 0;
}
@media (max-width: 767px) {
  .entry-container:has(table) {
    overflow-x: scroll;
  }
}

.l-news-entry table {
  border-collapse: collapse;
  margin: 0;
}
.l-news-entry table th, .l-news-entry table td {
  padding: 1em;
  font-size: 1rem;
  border: solid 1px #ccc;
  text-align: left;
  line-height: 1.5;
  vertical-align: top;
}
.l-news-entry table th.-txtl, .l-news-entry table td.-txtl {
  text-align: left;
}
.l-news-entry table th.-txtc, .l-news-entry table td.-txtc {
  text-align: center;
}
.l-news-entry table th.-txtr, .l-news-entry table td.-txtr {
  text-align: right;
}
.l-news-entry table th.-top, .l-news-entry table td.-top {
  vertical-align: top;
}
.l-news-entry table th.-nobg, .l-news-entry table td.-nobg {
  background-color: transparent;
}
.l-news-entry table th {
  background-color: #EEE;
  white-space: nowrap;
}
.l-news-entry table.-nobg th, .l-news-entry table.-nobg td {
  background: none;
}
@media (max-width: 767px) {
  .l-news-entry table.-block {
    display: block;
  }
  .l-news-entry table.-block tbody, .l-news-entry table.-block tr, .l-news-entry table.-block th, .l-news-entry table.-block td {
    display: block;
  }
  .l-news-entry table.-block th, .l-news-entry table.-block td {
    border: none;
  }
  .l-news-entry table.-block th {
    background-color: #EEE;
  }
}

/**********************************************/
/*地域別ページ　ME作成　2024.10　　　　　　　　　　*/
/**********************************************/

/*神戸市FV*/
.regeon_kobe_alignment-hero {
    background-color: #f0f0f0; /* 背景色を追加 */
    position: relative;
    width: 100%;
    padding-bottom: 35.85%; /* 7:3のアスペクト比（画像に合わせて調整） */
    overflow: hidden;
}

.regeon_kobe_alignment-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../../images/region/pc_kobe_fv.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}


/* 神戸市スマートフォン用のFV */
@media screen and (max-width: 767px) {
    .regeon_kobe_alignment-hero {
        padding-bottom: 133.33%; /* 3:4のアスペクト比（画像に合わせて調整） */
    }

    .regeon_kobe_alignment-hero::before {
        background-image: url(../../images/region/sp_kobe_fv.jpg);
    }
}


/*芦屋市FV*/
.region_ashiya_alignment-hero {
    background-color: #f0f0f0; /* 背景色を追加 */
    position: relative;
    width: 100%;
    padding-bottom: 35.85%; /* 7:3のアスペクト比（画像に合わせて調整） */
    overflow: hidden;
}
.region_ashiya_alignment-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../../images/region/pc_ashiya_fv.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
/* 芦屋市スマートフォン用のFV */
@media screen and (max-width: 767px) {
    .region_ashiya_alignment-hero {
        padding-bottom: 133.33%; /* 3:4のアスペクト比（画像に合わせて調整） */
    }
    .region_ashiya_alignment-hero::before {
        background-image: url(../../images/region/sp_ashiya_fv.jpg);
    }
}

/*明石市FV*/
.regeon_akashi_alignment-hero {
    background-color: #f0f0f0; /* 背景色を追加 */
    position: relative;
    width: 100%;
    padding-bottom: 35.85%; /* 7:3のアスペクト比（画像に合わせて調整） */
    overflow: hidden;
}
.regeon_akashi_alignment-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../../images/region/pc_akashi_fv.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
/* 明石市スマートフォン用のFV */
@media screen and (max-width: 767px) {
    .regeon_akashi_alignment-hero {
        padding-bottom: 133.33%; /* 3:4のアスペクト比（画像に合わせて調整） */
    }

    .regeon_akashi_alignment-hero::before {
        background-image: url(../../images/region/sp_akashi_fv.jpg);
    }
}

/*姫路市FV*/
.region_himeji_alignment-hero {
    background-color: #f0f0f0; /* 背景色を追加 */
    position: relative;
    width: 100%;
    padding-bottom: 35.85%; /* 7:3のアスペクト比（画像に合わせて調整） */
    overflow: hidden;
}
.region_himeji_alignment-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../../images/region/pc_himeji_fv.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
/* 姫路市スマートフォン用のFV */
@media screen and (max-width: 767px) {
    .region_himeji_alignment-hero {
        padding-bottom: 133.33%; /* 3:4のアスペクト比（画像に合わせて調整） */
    }

    .region_himeji_alignment-hero::before {
        background-image: url(../../images/region/sp_himeji_fv.jpg);
    }
}

/*宝塚市FV*/
.region_takarazuka_alignment-hero {
    background-color: #f0f0f0; /* 背景色を追加 */
    position: relative;
    width: 100%;
    padding-bottom: 35.85%; /* 7:3のアスペクト比（画像に合わせて調整） */
    overflow: hidden;
}
.region_takarazuka_alignment-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../../images/region/pc_takarazuka_fv.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
/* 宝塚市スマートフォン用のFV */
@media screen and (max-width: 767px) {
    .region_takarazuka_alignment-hero {
        padding-bottom: 133.33%; /* 3:4のアスペクト比（画像に合わせて調整） */
    }

    .region_takarazuka_alignment-hero::before {
        background-image: url(../../images/region/sp_takarazuka_fv.jpg);
    }
}

/*伊丹市FV*/
.region_itami_alignment-hero {
    background-color: #f0f0f0; /* 背景色を追加 */
    position: relative;
    width: 100%;
    padding-bottom: 35.85%; /* 7:3のアスペクト比（画像に合わせて調整） */
    overflow: hidden;
}
.region_itami_alignment-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../../images/region/pc_itami_fv.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
/* 伊丹市スマートフォン用のFV */
@media screen and (max-width: 767px) {
    .region_itami_alignment-hero {
        padding-bottom: 133.33%; /* 3:4のアスペクト比（画像に合わせて調整） */
    }

    .region_itami_alignment-hero::before {
        background-image: url(../../images/region/sp_itami_fv.jpg);
    }
}

/*尼崎市FV*/
.region_amagasaki_alignment-hero {
    background-color: #f0f0f0; /* 背景色を追加 */
    position: relative;
    width: 100%;
    padding-bottom: 35.85%; /* 7:3のアスペクト比（画像に合わせて調整） */
    overflow: hidden;
}
.region_amagasaki_alignment-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../../images/region/pc_amagasaki_fv.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* 尼崎市スマートフォン用のFV */
@media screen and (max-width: 767px) {
    .region_amagasaki_alignment-hero {
        padding-bottom: 133.33%; /* 3:4のアスペクト比（画像に合わせて調整） */
    }

    .region_amagasaki_alignment-hero::before {
        background-image: url(../../images/region/sp_amagasaki_fv.jpg);
    }
}

/*豊中市FV*/
.region_toyonaka_alignment-hero {
    background-color: #f0f0f0; /* 背景色を追加 */
    position: relative;
    width: 100%;
    padding-bottom: 35.85%; /* 7:3のアスペクト比（画像に合わせて調整） */
    overflow: hidden;
}
.region_toyonaka_alignment-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../../images/region/pc_toyonaka_fv.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
/* 豊中市スマートフォン用のFV */
@media screen and (max-width: 767px) {
    .region_toyonaka_alignment-hero {
        padding-bottom: 133.33%; /* 3:4のアスペクト比（画像に合わせて調整） */
    }

    .region_toyonaka_alignment-hero::before {
        background-image: url(../../images/region/sp_toyonaka_fv.jpg);
    }
}

/*吹田市FV*/
.region_suita_alignment-hero {
    background-color: #f0f0f0; /* 背景色を追加 */
    position: relative;
    width: 100%;
    padding-bottom: 35.85%; /* 7:3のアスペクト比（画像に合わせて調整） */
    overflow: hidden;
}
.region_suita_alignment-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../../images/region/pc_suita_fv.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
/* 吹田市スマートフォン用のFV */
@media screen and (max-width: 767px) {
    .region_suita_alignment-hero {
        padding-bottom: 133.33%; /* 3:4のアスペクト比（画像に合わせて調整） */
    }

    .region_suita_alignment-hero::before {
        background-image: url(../../images/region/sp_suita_fv.jpg);
    }
}

/*和泉市FV*/
.region_izumi_alignment-hero {
    background-color: #f0f0f0; /* 背景色を追加 */
    position: relative;
    width: 100%;
    padding-bottom: 35.85%; /* 7:3のアスペクト比（画像に合わせて調整） */
    overflow: hidden;
}
.region_izumi_alignment-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../../images/region/pc_izumi_fv.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
/* 和泉市スマートフォン用のFV */
@media screen and (max-width: 767px) {
    .region_izumi_alignment-hero {
        padding-bottom: 133.33%; /* 3:4のアスペクト比（画像に合わせて調整） */
    }

    .region_izumi_alignment-hero::before {
        background-image: url(../../images/region/sp_izumi_fv.jpg);
    }
}

/*交野市FV*/
.region_katano_alignment-hero {
    background-color: #f0f0f0; /* 背景色を追加 */
    position: relative;
    width: 100%;
    padding-bottom: 35.85%; /* 7:3のアスペクト比（画像に合わせて調整） */
    overflow: hidden;
}
.region_katano_alignment-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../../images/region/pc_katano-k_fv.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
/* 交野市スマートフォン用のFV */
@media screen and (max-width: 767px) {
    .region_katano_alignment-hero {
        padding-bottom: 133.33%; /* 3:4のアスペクト比（画像に合わせて調整） */
    }

    .region_katano_alignment-hero::before {
        background-image: url(../../images/region/sp_katano-k_fv.jpg);
    }
}

/*松原市FV*/
.region_matsubara_alignment-hero {
    background-color: #f0f0f0; /* 背景色を追加 */
    position: relative;
    width: 100%;
    padding-bottom: 35.85%; /* 7:3のアスペクト比（画像に合わせて調整） */
    overflow: hidden;
}
.region_matsubara_alignment-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../../images/region/pc_matsubara_fv.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
/* 松原市スマートフォン用のFV */
@media screen and (max-width: 767px) {
    .region_matsubara_alignment-hero {
        padding-bottom: 133.33%; /* 3:4のアスペクト比（画像に合わせて調整） */
    }

    .region_matsubara_alignment-hero::before {
        background-image: url(../../images/region/sp_matsubara_fv.jpg);
    }
}

/*池田市FV*/
.region_ikeda_alignment-hero {
    background-color: #f0f0f0; /* 背景色を追加 */
    position: relative;
    width: 100%;
    padding-bottom: 35.85%; /* 7:3のアスペクト比（画像に合わせて調整） */
    overflow: hidden;
}
.region_ikeda_alignment-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../../images/region/pc_ikeda_fv.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
/* 池田市スマートフォン用のFV */
@media screen and (max-width: 767px) {
    .region_ikeda_alignment-hero {
        padding-bottom: 133.33%; /* 3:4のアスペクト比（画像に合わせて調整） */
    }

    .region_ikeda_alignment-hero::before {
        background-image: url(../../images/region/sp_ikeda_fv.jpg);
    }
}

/*八尾市FV*/
.region_yao_alignment-hero {
    background-color: #f0f0f0; /* 背景色を追加 */
    position: relative;
    width: 100%;
    padding-bottom: 35.85%; /* 7:3のアスペクト比（画像に合わせて調整） */
    overflow: hidden;
}
.region_yao_alignment-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../../images/region/pc_yao_fv.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
/* 八尾市スマートフォン用のFV */
@media screen and (max-width: 767px) {
    .region_yao_alignment-hero {
        padding-bottom: 133.33%; /* 3:4のアスペクト比（画像に合わせて調整） */
    }

    .region_yao_alignment-hero::before {
        background-image: url(../../images/region/sp_yao_fv.jpg);
    }
}

/*堺区FV*/
.region_sakaiku_alignment-hero {
    background-color: #f0f0f0; /* 背景色を追加 */
    position: relative;
    width: 100%;
    padding-bottom: 35.85%; /* 7:3のアスペクト比（画像に合わせて調整） */
    overflow: hidden;
}
.region_sakaiku_alignment-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../../images/region/pc_sakaiku_fv.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
/* 堺区スマートフォン用のFV */
@media screen and (max-width: 767px) {
    .region_sakaiku_alignment-hero {
        padding-bottom: 133.33%; /* 3:4のアスペクト比（画像に合わせて調整） */
    }

    .region_sakaiku_alignment-hero::before {
        background-image: url(../../images/region/sp_sakaiku_fv.jpg);
    }
}

/*生野区FV*/
.region_ikunoku_alignment-hero {
    background-color: #f0f0f0; /* 背景色を追加 */
    position: relative;
    width: 100%;
    padding-bottom: 35.85%; /* 7:3のアスペクト比（画像に合わせて調整） */
    overflow: hidden;
}
.region_ikunoku_alignment-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../../images/region/pc_ikunoku_fv.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
/* 生野区スマートフォン用のFV */
@media screen and (max-width: 767px) {
    .region_ikunoku_alignment-hero {
        padding-bottom: 133.33%; /* 3:4のアスペクト比（画像に合わせて調整） */
    }

    .region_ikunoku_alignment-hero::before {
        background-image: url(../../images/region/sp_ikunoku_fv.jpg);
    }
}

/*河内長野市FV*/
.region_kawachinagano_alignment-hero {
    background-color: #f0f0f0; /* 背景色を追加 */
    position: relative;
    width: 100%;
    padding-bottom: 35.85%; /* 7:3のアスペクト比（画像に合わせて調整） */
    overflow: hidden;
}
.region_kawachinagano_alignment-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../../images/region/pc_kawachinagano_fv.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
/* 河内長野市スマートフォン用のFV */
@media screen and (max-width: 767px) {
    .region_kawachinagano_alignment-hero {
        padding-bottom: 133.33%; /* 3:4のアスペクト比（画像に合わせて調整） */
    }

    .region_kawachinagano_alignment-hero::before {
        background-image: url(../../images/region/sp_kawachinagano_fv.jpg);
    }
}

/*羽曳野市FV*/
.region_habikino_alignment-hero {
    background-color: #f0f0f0; /* 背景色を追加 */
    position: relative;
    width: 100%;
    padding-bottom: 35.85%; /* 7:3のアスペクト比（画像に合わせて調整） */
    overflow: hidden;
}
.region_habikino_alignment-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../../images/region/pc_habikino_fv.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
/* 羽曳野市スマートフォン用のFV */
@media screen and (max-width: 767px) {
    .region_habikino_alignment-hero {
        padding-bottom: 133.33%; /* 3:4のアスペクト比（画像に合わせて調整） */
    }

    .region_habikino_alignment-hero::before {
        background-image: url(../../images/region/sp_habikino_fv.jpg);
    }
}

/*堺市FV*/
.region_sakaishi_alignment-hero {
    background-color: #f0f0f0; /* 背景色を追加 */
    position: relative;
    width: 100%;
    padding-bottom: 35.85%; /* 7:3のアスペクト比（画像に合わせて調整） */
    overflow: hidden;
}
.region_sakaishi_alignment-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../../images/region/pc_sakaishi_fv.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
/* 堺市スマートフォン用のFV */
@media screen and (max-width: 767px) {
    .region_sakaishi_alignment-hero {
        padding-bottom: 133.33%; /* 3:4のアスペクト比（画像に合わせて調整） */
    }

    .region_sakaishi_alignment-hero::before {
        background-image: url(../../images/region/sp_sakaishi_fv.jpg);
    }
}

/*大東市FV*/
.region_daitou_alignment-hero {
    background-color: #f0f0f0; /* 背景色を追加 */
    position: relative;
    width: 100%;
    padding-bottom: 35.85%; /* 7:3のアスペクト比（画像に合わせて調整） */
    overflow: hidden;
}
.region_daitou_alignment-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../../images/region/pc_daitou_fv.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
/* 大東市スマートフォン用のFV */
@media screen and (max-width: 767px) {
    .region_daitou_alignment-hero {
        padding-bottom: 133.33%; /* 3:4のアスペクト比（画像に合わせて調整） */
    }

    .region_daitou_alignment-hero::before {
        background-image: url(../../images/region/sp_daitou_fv.jpg);
    }
}


/*東灘区FV*/
.region_higashinadaku_alignment-hero {
    background-color: #f0f0f0; /* 背景色を追加 */
    position: relative;
    width: 100%;
    padding-bottom: 35.85%; /* 7:3のアスペクト比（画像に合わせて調整） */
    overflow: hidden;
}
.region_higashinadaku_alignment-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../../images/region/pc_higashinadaku_fv.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
/* 東灘区スマートフォン用のFV */
@media screen and (max-width: 767px) {
    .region_higashinadaku_alignment-hero {
        padding-bottom: 133.33%; /* 3:4のアスペクト比（画像に合わせて調整） */
    }
    .region_higashinadaku_alignment-hero::before {
        background-image: url(../../images/region/sp_higashinadaku_fv.jpg);
    }
}

/*灘区FV*/
.region_nadaku_alignment-hero {
    background-color: #f0f0f0; /* 背景色を追加 */
    position: relative;
    width: 100%;
    padding-bottom: 35.85%; /* 7:3のアスペクト比（画像に合わせて調整） */
    overflow: hidden;
}
.region_nadaku_alignment-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../../images/region/pc_nadaku_fv.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
/* 灘区スマートフォン用のFV */
@media screen and (max-width: 767px) {
    .region_nadaku_alignment-hero {
        padding-bottom: 133.33%; /* 3:4のアスペクト比（画像に合わせて調整） */
    }
    .region_nadaku_alignment-hero::before {
        background-image: url(../../images/region/sp_nadaku_fv.jpg);
    }
}

/*長田区FV*/
.region_nagataku_alignment-hero {
    background-color: #f0f0f0; /* 背景色を追加 */
    position: relative;
    width: 100%;
    padding-bottom: 35.85%; /* 7:3のアスペクト比（画像に合わせて調整） */
    overflow: hidden;
}
.region_nagataku_alignment-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../../images/region/pc_nagataku_fv.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
/* 長田区スマートフォン用のFV */
@media screen and (max-width: 767px) {
    .region_nagataku_alignment-hero {
        padding-bottom: 133.33%; /* 3:4のアスペクト比（画像に合わせて調整） */
    }
    .region_nagataku_alignment-hero::before {
        background-image: url(../../images/region/sp_nagataku_fv.jpg);
    }
}

/*川西市FV*/
.region_kawanishi_alignment-hero {
    background-color: #f0f0f0; /* 背景色を追加 */
    position: relative;
    width: 100%;
    padding-bottom: 35.85%; /* 7:3のアスペクト比（画像に合わせて調整） */
    overflow: hidden;
}
.region_kawanishi_alignment-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../../images/region/pc_kawanishi_fv.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
/* 川西市スマートフォン用のFV */
@media screen and (max-width: 767px) {
    .region_kawanishi_alignment-hero {
        padding-bottom: 133.33%; /* 3:4のアスペクト比（画像に合わせて調整） */
    }
    .region_kawanishi_alignment-hero::before {
        background-image: url(../../images/region/sp_kawanishi_fv.jpg);
    }
}

/*摂津市FV*/
.region_setsu_alignment-hero {
    background-color: #f0f0f0; /* 背景色を追加 */
    position: relative;
    width: 100%;
    padding-bottom: 35.85%; /* 7:3のアスペクト比（画像に合わせて調整） */
    overflow: hidden;
}
.region_setsu_alignment-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../../images/region/pc_setsu_fv.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
/* 摂津市スマートフォン用のFV */
@media screen and (max-width: 767px) {
    .region_setsu_alignment-hero {
        padding-bottom: 133.33%; /* 3:4のアスペクト比（画像に合わせて調整） */
    }
    .region_setsu_alignment-hero::before {
        background-image: url(../../images/region/sp_setsu_fv.jpg);
    }
}

/*寝屋川市FV*/
.region_neyagawa_alignment-hero {
    background-color: #f0f0f0; /* 背景色を追加 */
    position: relative;
    width: 100%;
    padding-bottom: 35.85%; /* 7:3のアスペクト比（画像に合わせて調整） */
    overflow: hidden;
}
.region_neyagawa_alignment-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../../images/region/pc_neyagawa_fv.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
/* 寝屋川市スマートフォン用のFV */
@media screen and (max-width: 767px) {
    .region_neyagawa_alignment-hero {
        padding-bottom: 133.33%; /* 3:4のアスペクト比（画像に合わせて調整） */
    }
    .region_neyagawa_alignment-hero::before {
        background-image: url(../../images/region/sp_neyagawa_fv.jpg);
    }
}

/*箕面市FV*/
.region_minoh_alignment-hero {
    background-color: #f0f0f0; /* 背景色を追加 */
    position: relative;
    width: 100%;
    padding-bottom: 35.85%; /* 7:3のアスペクト比（画像に合わせて調整） */
    overflow: hidden;
}
.region_minoh_alignment-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../../images/region/pc_minoh_fv.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
/* 箕面市スマートフォン用のFV */
@media screen and (max-width: 767px) {
    .region_minoh_alignment-hero {
        padding-bottom: 133.33%; /* 3:4のアスペクト比（画像に合わせて調整） */
    }
    .region_minoh_alignment-hero::before {
        background-image: url(../../images/region/sp_minoh_fv.jpg);
    }
}

/*枚方市FV*/
.region_hirakata_alignment-hero {
    background-color: #f0f0f0; /* 背景色を追加 */
    position: relative;
    width: 100%;
    padding-bottom: 35.85%; /* 7:3のアスペクト比（画像に合わせて調整） */
    overflow: hidden;
}
.region_hirakata_alignment-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../../images/region/pc_hirakata_fv.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
/* 枚方市スマートフォン用のFV */
@media screen and (max-width: 767px) {
    .region_hirakata_alignment-hero {
        padding-bottom: 133.33%; /* 3:4のアスペクト比（画像に合わせて調整） */
    }
    .region_hirakata_alignment-hero::before {
        background-image: url(../../images/region/sp_hirakata_fv.jpg);
    }
}

/*門真市FV*/
.region_kadoma_alignment-hero {
    background-color: #f0f0f0; /* 背景色を追加 */
    position: relative;
    width: 100%;
    padding-bottom: 35.85%; /* 7:3のアスペクト比（画像に合わせて調整） */
    overflow: hidden;
}
.region_kadoma_alignment-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../../images/region/pc_kadoma_fv.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
/* 門真市スマートフォン用のFV */
@media screen and (max-width: 767px) {
    .region_kadoma_alignment-hero {
        padding-bottom: 133.33%; /* 3:4のアスペクト比（画像に合わせて調整） */
    }
    .region_kadoma_alignment-hero::before {
        background-image: url(../../images/region/sp_kadoma_fv.jpg);
    }
}

/*茨木市FV*/
.region_ibaraki_alignment-hero {
    background-color: #f0f0f0; /* 背景色を追加 */
    position: relative;
    width: 100%;
    padding-bottom: 35.85%; /* 7:3のアスペクト比（画像に合わせて調整） */
    overflow: hidden;
}
.region_ibaraki_alignment-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../../images/region/pc_ibaraki_fv.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
/* 茨木市スマートフォン用のFV */
@media screen and (max-width: 767px) {
    .region_ibaraki_alignment-hero {
        padding-bottom: 133.33%; /* 3:4のアスペクト比（画像に合わせて調整） */
    }
    .region_ibaraki_alignment-hero::before {
        background-image: url(../../images/region/sp_ibaraki_fv.jpg);
    }
}

/*守口市FV*/
.region_moriguchi_alignment-hero {
    background-color: #f0f0f0; /* 背景色を追加 */
    position: relative;
    width: 100%;
    padding-bottom: 35.85%; /* 7:3のアスペクト比（画像に合わせて調整） */
    overflow: hidden;
}
.region_moriguchi_alignment-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../../images/region/pc_moriguchi_fv.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
/* 守口市スマートフォン用のFV */
@media screen and (max-width: 767px) {
    .region_moriguchi_alignment-hero {
        padding-bottom: 133.33%; /* 3:4のアスペクト比（画像に合わせて調整） */
    }
    .region_moriguchi_alignment-hero::before {
        background-image: url(../../images/region/sp_moriguchi_fv.jpg);
    }
}


/*加古川市FV*/
.region_kakogawa_alignment-hero {
    background-color: #f0f0f0; /* 背景色を追加 */
    position: relative;
    width: 100%;
    padding-bottom: 35.85%; /* 7:3のアスペクト比（画像に合わせて調整） */
    overflow: hidden;
}
.region_kakogawa_alignment-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../../images/region/pc_kakogawa_fv.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
/* 加古川市スマートフォン用のFV */
@media screen and (max-width: 767px) {
    .region_kakogawa_alignment-hero {
        padding-bottom: 133.33%; /* 3:4のアスペクト比（画像に合わせて調整） */
    }

    .region_kakogawa_alignment-hero::before {
        background-image: url(../../images/region/sp_kakogawa_fv.jpg);
    }
}

/*東成区FV*/
.region_higashinariku_alignment-hero {
    background-color: #f0f0f0; /* 背景色を追加 */
    position: relative;
    width: 100%;
    padding-bottom: 35.85%; /* 7:3のアスペクト比（画像に合わせて調整） */
    overflow: hidden;
}
.region_higashinariku_alignment-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../../images/region/pc_higashinariku_fv.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
/* 豊中市スマートフォン用のFV */
@media screen and (max-width: 767px) {
    .region_higashinariku_alignment-hero {
        padding-bottom: 133.33%; /* 3:4のアスペクト比（画像に合わせて調整） */
    }

    .region_higashinariku_alignment-hero::before {
        background-image: url(../../images/region/sp_higashinariku_fv.jpg);
    }
}

/*淀川区FV*/
.region_yodogawaku_alignment-hero {
    background-color: #f0f0f0; /* 背景色を追加 */
    position: relative;
    width: 100%;
    padding-bottom: 35.85%; /* 7:3のアスペクト比（画像に合わせて調整） */
    overflow: hidden;
}
.region_yodogawaku_alignment-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../../images/region/pc_yodogawaku_fv.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
/* 豊中市スマートフォン用のFV */
@media screen and (max-width: 767px) {
    .region_yodogawaku_alignment-hero {
        padding-bottom: 133.33%; /* 3:4のアスペクト比（画像に合わせて調整） */
    }

    .region_yodogawaku_alignment-hero::before {
        background-image: url(../../images/region/sp_yodogawaku_fv.jpg);
    }
}

/*東淀川区FV*/
.region_higashiyodogawaku_alignment-hero {
    background-color: #f0f0f0; /* 背景色を追加 */
    position: relative;
    width: 100%;
    padding-bottom: 35.85%; /* 7:3のアスペクト比（画像に合わせて調整） */
    overflow: hidden;
}
.region_higashiyodogawaku_alignment-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../../images/region/pc_higashiyodogawaku_fv.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
/* 豊中市スマートフォン用のFV */
@media screen and (max-width: 767px) {
    .region_higashiyodogawaku_alignment-hero {
        padding-bottom: 133.33%; /* 3:4のアスペクト比（画像に合わせて調整） */
    }

    .region_higashiyodogawaku_alignment-hero::before {
        background-image: url(../../images/region/sp_higashiyodogawaku_fv.jpg);
    }
}

/*堺市中区FV*/
.region_sakaishinakaku_alignment-hero {
    background-color: #f0f0f0; /* 背景色を追加 */
    position: relative;
    width: 100%;
    padding-bottom: 35.85%; /* 7:3のアスペクト比（画像に合わせて調整） */
    overflow: hidden;
}
.region_sakaishinakaku_alignment-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../../images/region/pc_sakaishinakaku_fv.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
/* 豊中市スマートフォン用のFV */
@media screen and (max-width: 767px) {
    .region_sakaishinakaku_alignment-hero {
        padding-bottom: 133.33%; /* 3:4のアスペクト比（画像に合わせて調整） */
    }

    .region_sakaishinakaku_alignment-hero::before {
        background-image: url(../../images/region/sp_sakaishinakaku_fv.jpg);
    }
}

/*貝塚市FV*/
.region_kaizuka_alignment-hero {
    background-color: #f0f0f0; /* 背景色を追加 */
    position: relative;
    width: 100%;
    padding-bottom: 35.85%; /* 7:3のアスペクト比（画像に合わせて調整） */
    overflow: hidden;
}
.region_kaizuka_alignment-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../../images/region/pc_kaizuka_fv.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
/* 豊中市スマートフォン用のFV */
@media screen and (max-width: 767px) {
    .region_kaizuka_alignment-hero {
        padding-bottom: 133.33%; /* 3:4のアスペクト比（画像に合わせて調整） */
    }

    .region_kaizuka_alignment-hero::before {
        background-image: url(../../images/region/sp_kaizuka_fv.jpg);
    }
}

/*岸和田市FV*/
.region_kishiwada_alignment-hero {
    background-color: #f0f0f0; /* 背景色を追加 */
    position: relative;
    width: 100%;
    padding-bottom: 35.85%; /* 7:3のアスペクト比（画像に合わせて調整） */
    overflow: hidden;
}
.region_kishiwada_alignment-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../../images/region/pc_kishiwada_fv.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
/* 豊中市スマートフォン用のFV */
@media screen and (max-width: 767px) {
    .region_kishiwada_alignment-hero {
        padding-bottom: 133.33%; /* 3:4のアスペクト比（画像に合わせて調整） */
    }

    .region_kishiwada_alignment-hero::before {
        background-image: url(../../images/region/sp_kishiwada_fv.jpg);
    }
}

/*藤井寺市FV*/
.region_fujiidera_alignment-hero {
    background-color: #f0f0f0; /* 背景色を追加 */
    position: relative;
    width: 100%;
    padding-bottom: 35.85%; /* 7:3のアスペクト比（画像に合わせて調整） */
    overflow: hidden;
}
.region_fujiidera_alignment-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../../images/region/pc_fujiidera_fv.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
/* 豊中市スマートフォン用のFV */
@media screen and (max-width: 767px) {
    .region_fujiidera_alignment-hero {
        padding-bottom: 133.33%; /* 3:4のアスペクト比（画像に合わせて調整） */
    }

    .region_fujiidera_alignment-hero::before {
        background-image: url(../../images/region/sp_fujiidera_fv.jpg);
    }
}

/*東大阪市FV*/
.region_higashiosaka_alignment-hero {
    background-color: #f0f0f0; /* 背景色を追加 */
    position: relative;
    width: 100%;
    padding-bottom: 35.85%; /* 7:3のアスペクト比（画像に合わせて調整） */
    overflow: hidden;
}
.region_higashiosaka_alignment-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../../images/region/pc_higashiosaka_fv.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
/* 豊中市スマートフォン用のFV */
@media screen and (max-width: 767px) {
    .region_higashiosaka_alignment-hero {
        padding-bottom: 133.33%; /* 3:4のアスペクト比（画像に合わせて調整） */
    }

    .region_higashiosaka_alignment-hero::before {
        background-image: url(../../images/region/sp_higashiosaka_fv.jpg);
    }
}

/*富田林市FV*/
.region_tondabayashi_alignment-hero {
    background-color: #f0f0f0; /* 背景色を追加 */
    position: relative;
    width: 100%;
    padding-bottom: 35.85%; /* 7:3のアスペクト比（画像に合わせて調整） */
    overflow: hidden;
}
.region_tondabayashi_alignment-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../../images/region/pc_tondabayashi_fv.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
/* 豊中市スマートフォン用のFV */
@media screen and (max-width: 767px) {
    .region_tondabayashi_alignment-hero {
        padding-bottom: 133.33%; /* 3:4のアスペクト比（画像に合わせて調整） */
    }

    .region_tondabayashi_alignment-hero::before {
        background-image: url(../../images/region/sp_tondabayashi_fv.jpg);
    }
}




/*中央区FV*/
.region_chuohku_alignment-hero {
    background-color: #f0f0f0; /* 背景色を追加 */
    position: relative;
    width: 100%;
    padding-bottom: 35.85%; /* 7:3のアスペクト比（画像に合わせて調整） */
    overflow: hidden;
}
.region_chuohku_alignment-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../../images/region/pc_chuohku_fv.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
/* 中央区スマートフォン用のFV */
@media screen and (max-width: 767px) {
    .region_chuohku_alignment-hero {
        padding-bottom: 133.33%; /* 3:4のアスペクト比（画像に合わせて調整） */
    }

    .region_chuohku_alignment-hero::before {
        background-image: url(../../images/region/sp_chuohku_fv.jpg);
    }
}

/*兵庫区FV*/
.region_hyougoku_alignment-hero {
    background-color: #f0f0f0; /* 背景色を追加 */
    position: relative;
    width: 100%;
    padding-bottom: 35.85%; /* 7:3のアスペクト比（画像に合わせて調整） */
    overflow: hidden;
}
.region_hyougoku_alignment-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../../images/region/pc_hyougoku_fv.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
/* 兵庫区スマートフォン用のFV */
@media screen and (max-width: 767px) {
    .region_hyougoku_alignment-hero {
        padding-bottom: 133.33%; /* 3:4のアスペクト比（画像に合わせて調整） */
    }

    .region_hyougoku_alignment-hero::before {
        background-image: url(../../images/region/sp_hyougoku_fv.jpg);
    }
}

/*北区FV*/
.region_kitaku_alignment-hero {
    background-color: #f0f0f0; /* 背景色を追加 */
    position: relative;
    width: 100%;
    padding-bottom: 35.85%; /* 7:3のアスペクト比（画像に合わせて調整） */
    overflow: hidden;
}
.region_kitaku_alignment-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../../images/region/pc_kitaku_fv.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
/* 北区スマートフォン用のFV */
@media screen and (max-width: 767px) {
    .region_kitaku_alignment-hero {
        padding-bottom: 133.33%; /* 3:4のアスペクト比（画像に合わせて調整） */
    }

    .region_kitaku_alignment-hero::before {
        background-image: url(../../images/region/sp_kitaku_fv.jpg);
    }
}

/*須磨区FV*/
.region_sumaku_alignment-hero {
    background-color: #f0f0f0; /* 背景色を追加 */
    position: relative;
    width: 100%;
    padding-bottom: 35.85%; /* 7:3のアスペクト比（画像に合わせて調整） */
    overflow: hidden;
}
.region_sumaku_alignment-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../../images/region/pc_sumaku_fv.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
/* 須磨区スマートフォン用のFV */
@media screen and (max-width: 767px) {
    .region_sumaku_alignment-hero {
        padding-bottom: 133.33%; /* 3:4のアスペクト比（画像に合わせて調整） */
    }

    .region_sumaku_alignment-hero::before {
        background-image: url(../../images/region/sp_sumaku_fv.jpg);
    }
}

/*垂水区FV*/
.region_tarumiku_alignment-hero {
    background-color: #f0f0f0; /* 背景色を追加 */
    position: relative;
    width: 100%;
    padding-bottom: 35.85%; /* 7:3のアスペクト比（画像に合わせて調整） */
    overflow: hidden;
}
.region_tarumiku_alignment-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../../images/region/pc_tarumiku_fv.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
/* 垂水区スマートフォン用のFV */
@media screen and (max-width: 767px) {
    .region_tarumiku_alignment-hero {
        padding-bottom: 133.33%; /* 3:4のアスペクト比（画像に合わせて調整） */
    }

    .region_tarumiku_alignment-hero::before {
        background-image: url(../../images/region/sp_tarumiku_fv.jpg);
    }
}

/*西区FV*/
.region_nishiku_alignment-hero {
    background-color: #f0f0f0; /* 背景色を追加 */
    position: relative;
    width: 100%;
    padding-bottom: 35.85%; /* 7:3のアスペクト比（画像に合わせて調整） */
    overflow: hidden;
}
.region_nishiku_alignment-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../../images/region/pc_nishiku_fv.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
/* 西区スマートフォン用のFV */
@media screen and (max-width: 767px) {
    .region_nishiku_alignment-hero {
        padding-bottom: 133.33%; /* 3:4のアスペクト比（画像に合わせて調整） */
    }

    .region_nishiku_alignment-hero::before {
        background-image: url(../../images/region/sp_nishiku_fv.jpg);
    }
}

/*滋賀県*/
/*大津市FV*/
.region_otsu_alignment-hero {
    background-color: #f0f0f0; /* 背景色を追加 */
    position: relative;
    width: 100%;
    padding-bottom: 35.85%; /* 7:3のアスペクト比（画像に合わせて調整） */
    overflow: hidden;
}
.region_otsu_alignment-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../../images/region/pc_otsu_fv.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
/* 草津市スマートフォン用のFV */
@media screen and (max-width: 767px) {
    .region_otsu_alignment-hero {
        padding-bottom: 133.33%; /* 3:4のアスペクト比（画像に合わせて調整） */
    }
    .region_otsu_alignment-hero::before {
        background-image: url(../../images/region/sp_otsu_fv.jpg);
    }
}

/*草津市FV*/
.region_kusatsu_alignment-hero {
    background-color: #f0f0f0; /* 背景色を追加 */
    position: relative;
    width: 100%;
    padding-bottom: 35.85%; /* 7:3のアスペクト比（画像に合わせて調整） */
    overflow: hidden;
}
.region_kusatsu_alignment-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../../images/region/pc_kusatsu_fv.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
/* 草津市スマートフォン用のFV */
@media screen and (max-width: 767px) {
    .region_kusatsu_alignment-hero {
        padding-bottom: 133.33%; /* 3:4のアスペクト比（画像に合わせて調整） */
    }
    .region_kusatsu_alignment-hero::before {
        background-image: url(../../images/region/sp_kusatsu_fv.jpg);
    }
}

/*彦根市FV*/
.region_hikone_alignment-hero {
    background-color: #f0f0f0; /* 背景色を追加 */
    position: relative;
    width: 100%;
    padding-bottom: 35.85%; /* 7:3のアスペクト比（画像に合わせて調整） */
    overflow: hidden;
}
.region_hikone_alignment-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../../images/region/pc_hikone_fv.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
/* 彦根市スマートフォン用のFV */
@media screen and (max-width: 767px) {
    .region_hikone_alignment-hero {
        padding-bottom: 133.33%; /* 3:4のアスペクト比（画像に合わせて調整） */
    }
    .region_hikone_alignment-hero::before {
        background-image: url(../../images/region/sp_hikone_fv.jpg);
    }
}

/*長浜市FV*/
.region_nagahama_alignment-hero {
    background-color: #f0f0f0; /* 背景色を追加 */
    position: relative;
    width: 100%;
    padding-bottom: 35.85%; /* 7:3のアスペクト比（画像に合わせて調整） */
    overflow: hidden;
}
.region_nagahama_alignment-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../../images/region/pc_nagahama_fv.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
/* 長浜市スマートフォン用のFV */
@media screen and (max-width: 767px) {
    .region_nagahama_alignment-hero {
        padding-bottom: 133.33%; /* 3:4のアスペクト比（画像に合わせて調整） */
    }
    .region_nagahama_alignment-hero::before {
        background-image: url(../../images/region/sp_nagahama_fv.jpg);
    }
}

/*東近江市FV*/
.region_higashiomi_alignment-hero {
    background-color: #f0f0f0; /* 背景色を追加 */
    position: relative;
    width: 100%;
    padding-bottom: 35.85%; /* 7:3のアスペクト比（画像に合わせて調整） */
    overflow: hidden;
}
.region_higashiomi_alignment-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../../images/region/pc_higashiomi_fv.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
/* 東近江市スマートフォン用のFV */
@media screen and (max-width: 767px) {
    .region_higashiomi_alignment-hero {
        padding-bottom: 133.33%; /* 3:4のアスペクト比（画像に合わせて調整） */
    }
    .region_higashiomi_alignment-hero::before {
        background-image: url(../../images/region/sp_higashiomi_fv.jpg);
    }
}

/*城陽市FV*/
.region_jouyou_alignment-hero {
    background-color: #f0f0f0; /* 背景色を追加 */
    position: relative;
    width: 100%;
    padding-bottom: 35.85%; /* 7:3のアスペクト比（画像に合わせて調整） */
    overflow: hidden;
}
.region_jouyou_alignment-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../../images/region/pc_jouyou_fv.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
/* 城陽市スマートフォン用のFV */
@media screen and (max-width: 767px) {
    .region_jouyou_alignment-hero {
        padding-bottom: 133.33%; /* 3:4のアスペクト比（画像に合わせて調整） */
    }
    .region_jouyou_alignment-hero::before {
        background-image: url(../../images/region/sp_jouyou_fv.jpg);
    }
}

/*守山市FV*/
.region_moriyama_alignment-hero {
    background-color: #f0f0f0; /* 背景色を追加 */
    position: relative;
    width: 100%;
    padding-bottom: 35.85%; /* 7:3のアスペクト比（画像に合わせて調整） */
    overflow: hidden;
}
.region_moriyama_alignment-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../../images/region/pc_moriyama_fv.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
/* 守山市スマートフォン用のFV */
@media screen and (max-width: 767px) {
    .region_moriyama_alignment-hero {
        padding-bottom: 133.33%; /* 3:4のアスペクト比（画像に合わせて調整） */
    }
    .region_moriyama_alignment-hero::before {
        background-image: url(../../images/region/sp_moriyama_fv.jpg);
    }
}

/*甲賀市FV*/
.region_kouga_alignment-hero {
    background-color: #f0f0f0; /* 背景色を追加 */
    position: relative;
    width: 100%;
    padding-bottom: 35.85%; /* 7:3のアスペクト比（画像に合わせて調整） */
    overflow: hidden;
}
.region_kouga_alignment-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../../images/region/pc_kouga_fv.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
/* 甲賀市スマートフォン用のFV */
@media screen and (max-width: 767px) {
    .region_kouga_alignment-hero {
        padding-bottom: 133.33%; /* 3:4のアスペクト比（画像に合わせて調整） */
    }
    .region_kouga_alignment-hero::before {
        background-image: url(../../images/region/sp_kouga_fv.jpg);
    }
}

/*宇治市FV*/
.region_uji_alignment-hero {
    background-color: #f0f0f0; /* 背景色を追加 */
    position: relative;
    width: 100%;
    padding-bottom: 35.85%; /* 7:3のアスペクト比（画像に合わせて調整） */
    overflow: hidden;
}
.region_uji_alignment-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../../images/region/pc_uji_fv.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
/* 宇治市スマートフォン用のFV */
@media screen and (max-width: 767px) {
    .region_uji_alignment-hero {
        padding-bottom: 133.33%; /* 3:4のアスペクト比（画像に合わせて調整） */
    }
    .region_uji_alignment-hero::before {
        background-image: url(../../images/region/sp_uji_fv.jpg);
    }
}

/*奈良市FV*/
.region_nara_alignment-hero {
    background-color: #f0f0f0; /* 背景色を追加 */
    position: relative;
    width: 100%;
    padding-bottom: 35.85%; /* 7:3のアスペクト比（画像に合わせて調整） */
    overflow: hidden;
}
.region_nara_alignment-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../../images/region/pc_nara_fv.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
/* 奈良市スマートフォン用のFV */
@media screen and (max-width: 767px) {
    .region_nara_alignment-hero {
        padding-bottom: 133.33%; /* 3:4のアスペクト比（画像に合わせて調整） */
    }
    .region_nara_alignment-hero::before {
        background-image: url(../../images/region/sp_nara_fv.jpg);
    }
}

/*生駒市FV*/
.region_ikoma_alignment-hero {
    background-color: #f0f0f0; /* 背景色を追加 */
    position: relative;
    width: 100%;
    padding-bottom: 35.85%; /* 7:3のアスペクト比（画像に合わせて調整） */
    overflow: hidden;
}
.region_ikoma_alignment-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../../images/region/pc_ikoma_fv.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
/* 生駒市スマートフォン用のFV */
@media screen and (max-width: 767px) {
    .region_ikoma_alignment-hero {
        padding-bottom: 133.33%; /* 3:4のアスペクト比（画像に合わせて調整） */
    }
    .region_ikoma_alignment-hero::before {
        background-image: url(../../images/region/sp_ikoma_fv.jpg);
    }
}

/*福山市FV*/
.region_fukuyama_alignment-hero {
    background-color: #f0f0f0; /* 背景色を追加 */
    position: relative;
    width: 100%;
    padding-bottom: 35.85%; /* 7:3のアスペクト比（画像に合わせて調整） */
    overflow: hidden;
}
.region_fukuyama_alignment-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../../images/region/pc_fukuyama_fv.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
/* 福山市スマートフォン用のFV */
@media screen and (max-width: 767px) {
    .region_fukuyama_alignment-hero {
        padding-bottom: 133.33%; /* 3:4のアスペクト比（画像に合わせて調整） */
    }
    .region_fukuyama_alignment-hero::before {
        background-image: url(../../images/region/sp_fukuyama_fv.jpg);
    }
}

/*尾道市FV*/
.region_onomichi_alignment-hero {
    background-color: #f0f0f0; /* 背景色を追加 */
    position: relative;
    width: 100%;
    padding-bottom: 35.85%; /* 7:3のアスペクト比（画像に合わせて調整） */
    overflow: hidden;
}
.region_onomichi_alignment-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../../images/region/pc_onomichi_fv.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
/* 尾道市スマートフォン用のFV */
@media screen and (max-width: 767px) {
    .region_onomichi_alignment-hero {
        padding-bottom: 133.33%; /* 3:4のアスペクト比（画像に合わせて調整） */
    }
    .region_onomichi_alignment-hero::before {
        background-image: url(../../images/region/sp_onomichi_fv.jpg);
    }
}

/*高松市FV*/
.region_takamatsu_alignment-hero {
    background-color: #f0f0f0; /* 背景色を追加 */
    position: relative;
    width: 100%;
    padding-bottom: 35.85%; /* 7:3のアスペクト比（画像に合わせて調整） */
    overflow: hidden;
}
.region_takamatsu_alignment-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../../images/region/pc_takamatsu_fv.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
/* 高松市スマートフォン用のFV */
@media screen and (max-width: 767px) {
    .region_takamatsu_alignment-hero {
        padding-bottom: 133.33%; /* 3:4のアスペクト比（画像に合わせて調整） */
    }
    .region_takamatsu_alignment-hero::before {
        background-image: url(../../images/region/sp_takamatsu_fv.jpg);
    }
}


/*高槻市FV*/
.region_takatsuki_alignment-hero {
    background-color: #f0f0f0; /* 背景色を追加 */
    position: relative;
    width: 100%;
    padding-bottom: 35.85%; /* 7:3のアスペクト比（画像に合わせて調整） */
    overflow: hidden;
}
.region_takatsuki_alignment-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../../images/region/pc_takatsuki_fv.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
/* 高槻市スマートフォン用のFV */
@media screen and (max-width: 767px) {
    .region_takatsuki_alignment-hero {
        padding-bottom: 133.33%; /* 3:4のアスペクト比（画像に合わせて調整） */
    }
    .region_takatsuki_alignment-hero::before {
        background-image: url(../../images/region/sp_takatsuki_fv.jpg);
    }
}

/*木津川市FV*/
.region_kizugawa_alignment-hero {
    background-color: #f0f0f0; /* 背景色を追加 */
    position: relative;
    width: 100%;
    padding-bottom: 35.85%; /* 7:3のアスペクト比（画像に合わせて調整） */
    overflow: hidden;
}
.region_kizugawa_alignment-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../../images/region/pc_kizugawa_fv.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
/* 木津川市スマートフォン用のFV */
@media screen and (max-width: 767px) {
    .region_kizugawa_alignment-hero {
        padding-bottom: 133.33%; /* 3:4のアスペクト比（画像に合わせて調整） */
    }
    .region_kizugawa_alignment-hero::before {
        background-image: url(../../images/region/sp_kizugawa_fv.jpg);
    }
}

/*京田辺市FV*/
.region_kyotanabe_alignment-hero {
    background-color: #f0f0f0; /* 背景色を追加 */
    position: relative;
    width: 100%;
    padding-bottom: 35.85%; /* 7:3のアスペクト比（画像に合わせて調整） */
    overflow: hidden;
}
.region_kyotanabe_alignment-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../../images/region/pc_kyotanabe_fv.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
/* 京田辺市スマートフォン用のFV */
@media screen and (max-width: 767px) {
    .region_kyotanabe_alignment-hero {
        padding-bottom: 133.33%; /* 3:4のアスペクト比（画像に合わせて調整） */
    }
    .region_kyotanabe_alignment-hero::before {
        background-image: url(../../images/region/sp_kyotanabe_fv.jpg);
    }
}

/*倉敷市FV*/
.region_kurashiki_alignment-hero {
    background-color: #f0f0f0; /* 背景色を追加 */
    position: relative;
    width: 100%;
    padding-bottom: 35.85%; /* 7:3のアスペクト比（画像に合わせて調整） */
    overflow: hidden;
}
.region_kurashiki_alignment-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../../images/region/pc_kurashiki_fv.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
/* 倉敷市スマートフォン用のFV */
@media screen and (max-width: 767px) {
    .region_kurashiki_alignment-hero {
        padding-bottom: 133.33%; /* 3:4のアスペクト比（画像に合わせて調整） */
    }
    .region_kurashiki_alignment-hero::before {
        background-image: url(../../images/region/sp_kurashiki_fv.jpg);
    }
}

/*総社市FV*/
.region_soja_alignment-hero {
    background-color: #f0f0f0; /* 背景色を追加 */
    position: relative;
    width: 100%;
    padding-bottom: 35.85%; /* 7:3のアスペクト比（画像に合わせて調整） */
    overflow: hidden;
}
.region_soja_alignment-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../../images/region/pc_soja_fv.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
/* 総社市スマートフォン用のFV */
@media screen and (max-width: 767px) {
    .region_soja_alignment-hero {
        padding-bottom: 133.33%; /* 3:4のアスペクト比（画像に合わせて調整） */
    }
    .region_soja_alignment-hero::before {
        background-image: url(../../images/region/sp_soja_fv.jpg);
    }
}

/*玉野市FV*/
.region_tamano_alignment-hero {
    background-color: #f0f0f0; /* 背景色を追加 */
    position: relative;
    width: 100%;
    padding-bottom: 35.85%; /* 7:3のアスペクト比（画像に合わせて調整） */
    overflow: hidden;
}
.region_tamano_alignment-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../../images/region/pc_tamano_fv.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
/* 玉野市スマートフォン用のFV */
@media screen and (max-width: 767px) {
    .region_tamano_alignment-hero {
        padding-bottom: 133.33%; /* 3:4のアスペクト比（画像に合わせて調整） */
    }
    .region_tamano_alignment-hero::before {
        background-image: url(../../images/region/sp_tamano_fv.jpg);
    }
}

/*津山市FV*/
.region_tsuyama_alignment-hero {
    background-color: #f0f0f0; /* 背景色を追加 */
    position: relative;
    width: 100%;
    padding-bottom: 35.85%; /* 7:3のアスペクト比（画像に合わせて調整） */
    overflow: hidden;
}
.region_tsuyama_alignment-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../../images/region/pc_tsuyama_fv.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
/* 津山市スマートフォン用のFV */
@media screen and (max-width: 767px) {
    .region_tsuyama_alignment-hero {
        padding-bottom: 133.33%; /* 3:4のアスペクト比（画像に合わせて調整） */
    }
    .region_tsuyama_alignment-hero::before {
        background-image: url(../../images/region/sp_tsuyama_fv.jpg);
    }
}

/*西淀川区FV*/
.region_nishiyodogawaku_alignment-hero {
    background-color: #f0f0f0; /* 背景色を追加 */
    position: relative;
    width: 100%;
    padding-bottom: 35.85%; /* 7:3のアスペクト比（画像に合わせて調整） */
    overflow: hidden;
}
.region_nishiyodogawaku_alignment-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../../images/region/pc_nishiyodogawaku_fv.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
/* 西淀川区スマートフォン用のFV */
@media screen and (max-width: 767px) {
    .region_nishiyodogawaku_alignment-hero {
        padding-bottom: 133.33%; /* 3:4のアスペクト比（画像に合わせて調整） */
    }
    .region_nishiyodogawaku_alignment-hero::before {
        background-image: url(../../images/region/sp_nishiyodogawaku_fv.jpg);
    }
}

/*滋賀県FV*/
.region_p_shiga_alignment-hero {
    background-color: #f0f0f0; /* 背景色を追加 */
    position: relative;
    width: 100%;
    padding-bottom: 35.85%; /* 7:3のアスペクト比（画像に合わせて調整） */
    overflow: hidden;
}
.region_p_shiga_alignment-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../../images/region/pc_p_shiga_fv.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
/* 滋賀県スマートフォン用のFV */
@media screen and (max-width: 767px) {
    .region_p_shiga_alignment-hero {
        padding-bottom: 133.33%; /* 3:4のアスペクト比（画像に合わせて調整） */
    }
    .region_p_shiga_alignment-hero::before {
        background-image: url(../../images/region/sp_p_shiga_fv.jpg);
    }
}

/*三重県FV*/
.region_p_mie_alignment-hero {
    background-color: #f0f0f0; /* 背景色を追加 */
    position: relative;
    width: 100%;
    padding-bottom: 35.85%; /* 7:3のアスペクト比（画像に合わせて調整） */
    overflow: hidden;
}
.region_p_mie_alignment-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../../images/region/pc_p_mie_fv.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
/* 三重県スマートフォン用のFV */
@media screen and (max-width: 767px) {
    .region_p_mie_alignment-hero {
        padding-bottom: 133.33%; /* 3:4のアスペクト比（画像に合わせて調整） */
    }
    .region_p_mie_alignment-hero::before {
        background-image: url(../../images/region/sp_p_mie_fv.jpg);
    }
}

/*奈良県FV*/
.region_p_nara_alignment-hero {
    background-color: #f0f0f0; /* 背景色を追加 */
    position: relative;
    width: 100%;
    padding-bottom: 35.85%; /* 7:3のアスペクト比（画像に合わせて調整） */
    overflow: hidden;
}
.region_p_nara_alignment-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../../images/region/pc_p_nara_fv.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
/* 奈良県スマートフォン用のFV */
@media screen and (max-width: 767px) {
    .region_p_nara_alignment-hero {
        padding-bottom: 133.33%; /* 3:4のアスペクト比（画像に合わせて調整） */
    }
    .region_p_nara_alignment-hero::before {
        background-image: url(../../images/region/sp_p_nara_fv.jpg);
    }
}

/*件数を外部ファイルで　テストFV*/
.region_test_alignment-hero {
    background-color: #f0f0f0; /* 背景色を追加 */
    position: relative;
    width: 100%;
    padding-bottom: 35.85%; /* 7:3のアスペクト比（画像に合わせて調整） */
    overflow: hidden;
}
.region_test_alignment-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../../images/region/pc_test_fv.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
/* 件数を外部ファイルで　テストスマートフォン用のFV */
@media screen and (max-width: 767px) {
    .region_test_alignment-hero {
        padding-bottom: 133.33%; /* 3:4のアスペクト比（画像に合わせて調整） */
    }
    .region_test_alignment-hero::before {
        background-image: url(../../images/region/sp_test_fv.jpg);
    }
}


/* 実績件数の表記 */ 
.kensuu{
    text-align: center;
    font-size: 2.25rem;
}
.kensuu >span{
    font-size: 4rem;
    color:#FFB012;
    font-weight: bold;
}
.kensuu_date{
    text-align: center;
    font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
    .kensuu{
        font-size: 1.5rem;
    }
    .kensuu >span{
        font-size: 3.0rem;
        color:#FFB012;
    }
    .kensuu_date{
        font-size: 1.4rem;
    }
}



.worries{
  box-sizing: border-box;
  width: calc(100% - 6.5rem);
  margin-top: 1.5rem;
  margin-left: auto;
  background-color: #fdf4ce;
  padding: 2.25rem 2.5rem 2.8125rem 2.5rem;
  border-radius: 1rem;
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 1.875rem;
}
@media (max-width: 1071px) {
.worries {
    padding: 1rem 1.25rem 1.25rem 1.25rem;
    width: calc(100% - 4.375rem);
    border-radius: 0.75rem;
    row-gap: 1rem;
  }
}
.worries::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.625rem 1.5rem 0.625rem 0;
  border-color: transparent #fdf4ce transparent transparent;
  left: -1.25rem;
  top: 1.5rem;
}
@media (max-width: 1071px) {
.worries::before {
    left: -0.75rem;
    top: 1.25rem;
    border-width: 0.3125rem 0.75rem 0.3125rem 0;
  }
}
.worries::after {
  position: absolute;
  content: "";
  background: url(../../images/beginners/icon02.png) center center no-repeat;
  background-size: contain;
  width: 4.5rem;
  height: 4.5rem;
  left: -6.5rem;
  top: 0;
}
@media (max-width: 1071px) {
.worries::after {
    width: 3.25rem;
    height: 3.25rem;
    left: -4.375rem;
  }
}
.worries > .list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
@media (max-width: 1071px) {
 .worries > .list {
    row-gap: 0.625rem;
  }
}
 .worries > .list > li {
  padding-left: 1.875rem;
  font-size: 1.125rem;
  font-weight: bold;
  position: relative;
}
@media (max-width: 1071px) {
.worries > .list > li {
    font-size: 1.0625rem;
    padding-left: 1.5rem;
  }
}
 .worries > .list > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.375rem;
  background: url(../img/icon-check-orange.svg) center center no-repeat;
  background-size: contain;
  width: 1.25rem;
  height: 1rem;
}
@media (max-width: 1071px) {
 .worries > .list > li::before {
    width: 1rem;
    height: 0.75rem;
    top: 0.5rem;
  }
}
 .worries > .text {
  font-size: 1.125rem;
  line-height: 2;
  margin: 0;
}
@media (max-width: 1071px) {
 .worries > .text {
    font-size: 1.0625rem;
  }
}

p.region_worries {
    color: #fc6202;
    font-weight: bold;
    font-size: 1.3rem;
    text-align: center;
}

.region_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 13px;
    padding: 6px;
}

.recommend {
    flex: 1;
    min-width: 200px;
    max-width: calc(25% - 15px);
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.recommend img {
    width: 100%;
    height: auto;
    border-radius: 4px;
    margin-bottom: 10px;
}

.recommend h3 {
    color: #333;
    margin-bottom: 10px;
}

.recommend p {
    color: #666;
    font-size: 16px;
    line-height: 1.5;
}

@media (max-width: 992px) {
    .recommend {
        max-width: calc(50% - 10px);
    }
}

@media (max-width: 576px) {
    .recommend {
        max-width: 100%;
    }
}


.region_time_box {
    background-color: #efece7;
    border-radius: 1.5rem;
    padding: 4rem;
}


.region_address{
    display: flex;
    column-gap: 4rem;
    align-items: flex-start;
}


/* ラッパー要素のスタイル */
.map-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

/* iframe のスタイル */
.map-wrapper iframe {
  flex: 1;
  min-width: 300px;
  height: 450px;
  border: 0;
  margin-right: 20px;
}

/* img のスタイル */
.map-wrapper img {
  flex: 1;
  min-width: 300px;
  height: auto;
  max-width: 100%;
}

/* レスポンシブデザイン */
@media (max-width: 768px) {
  .map-wrapper {
    flex-direction: column;
  }

  .map-wrapper iframe,
  .map-wrapper img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .map-wrapper iframe {
    height: 300px;
  }
}


/* アクセス情報のコンテナ */
.access-info-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* 各アクセス方法のコンテナ */
.access-info-container > div {
  flex: 1;
  min-width: 300px;
  margin: 0 10px 20px;
}



/* レスポンシブデザイン */
@media (max-width: 768px) {
  .access-info-container {
    flex-direction: column;
  }

  .access-info-container > div {
    width: 100%;
    margin: 0 0 20px;
  }
}

span.circle_number {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    background-color: orange;
    border-radius: 50%;
    color: white;
    font-weight: bold;
    font-size: 18px;
    /* padding: 5px; */
    margin: 3px;
    font-weight: bold;}


/**************************************************/
/* 地域別ページ：よくあるご質問 */
/**************************************************/
 .region_Qa {
            margin: 0 auto;
        }
        .region_q, .region_a {
            margin-bottom: 20px;
            position: relative;
        }
        .region_q, .region_a {
            display: flex;
        }

      .avatar, .avatar_a {
            position: absolute;
            left: -6.5rem;
            top: 0;
            width: 4.5rem;
            height: 4.5rem;
            border-radius: 50%;
            margin-right: 30px;
        }
        .avatar_a {
            display: none;
        }
        .expand-checkbox:checked ~ .region_a .avatar_a {
            display: block;
        }
     .region_message-content {
            flex-grow: 1;
            padding: 1.875rem 5.75rem 2.25rem 2.5rem;
            border-radius: 1rem;
            position: relative;
            cursor: pointer;
            box-sizing: border-box;
            width: calc(100% - 6.5rem);
            margin-left: auto;
        }
        .region_q .region_message-content {
            background-color: #efece7;
        }

       .region_a .region_message-content {
            background-color: #fff4d6;
            max-height: 0;
            padding: 0 2.5rem;
            overflow: hidden;
            transition: all 0.3s ease-out;
        }

        .region_q .region_message-content::before,
        .region_a .region_message-content::before{
            position: absolute;
            content: "";
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 0.625rem 1.5rem 0.625rem 0;
            border-color: transparent #efece7 transparent transparent;
            left: -1.25rem;
            top: 1.5rem;
        }

        .region_q .region_message-content::before {
            border-color: transparent #efece7 transparent transparent;
        }
        .region_a .region_message-content::before {
            border-color: transparent #fff4d6 transparent transparent;
        }

        .region_message-content p {
          font-size:1.2rem;
        }
        .checkmark {
            color: #ffa500;
            margin-right: 5px;
        }
        .expand-checkbox {
            display: none;
        }
        .expand-label {
            position: absolute;
            right: 2rem;
            top: 50%;
            transform: translateY(-50%);
            width: 1.5rem;
            height: 1.5rem;
            cursor: pointer;
        }
        .expand-label::before, .expand-label::after {
            content: '';
            position: absolute;
            background-color: #ffa500;
            transition: transform 0.3s ease;
        }
        .expand-label::before {
            top: 50%;
            left: 0;
            width: 100%;
            height: 2px;
            transform: translateY(-50%);
        }
        .expand-label::after {
            top: 0;
            left: 50%;
            width: 2px;
            height: 100%;
            transform: translateX(-50%);
        }
        .expand-checkbox:checked ~ .region_q .expand-label::after {
            transform: translateX(-50%) rotate(90deg);
        }
        .expand-checkbox:checked ~ .region_a .region_message-content {
            max-height: 1000px;
            padding: 1.875rem 2.5rem 2.25rem;
        }


/**********************************************/
/*追従ポップアップバナー追加　ME作成　2024.10.25 */
/**********************************************/
.l-fixed-banner {
  display: none;
  position: fixed;
  right: 0;
  /* bottom: 53px; */
  bottom: 0;
  z-index: 10;
  width: min(320px, 65%);
}
@media (max-width: 768px) {
  .l-fixed-banner {
    bottom: 14vw;
  }
}
.l-fixed-banner .btn-close {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  aspect-ratio: 1;
  margin-left: auto;
  margin-bottom: 4px;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  border: none;
  font-size: 0;
}
.l-fixed-banner .btn-close::before,
.l-fixed-banner .btn-close::after {
  content: '';
  position: absolute;
  left: 50%;
  height: 50%;
  transform: translate(-50%) rotate(45deg);
  display: block;
  width: 14px;
  height: 4px;
  background-color: #fff;
  border-radius: 2px;
}
.l-fixed-banner .btn-close::after {
  transform: translate(-50%) rotate(-45deg);
}
.l-fixed-banner .banner-area {}
.l-fixed-banner .banner-link {
  position: relative;
  display: block;
}
.l-fixed-banner .banner-link::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: #fff;
  opacity: 0;
  transition: 0.6s;
  pointer-events: none;
}
.l-fixed-banner .banner-link:hover::before {
  opacity: 0.4;
}

.compensation-subheading {
    font-family: sans-serif;
   font-size: 2rem;
    font-weight: bold;
    margin: 0;
    margin-top: -38px;
    margin-bottom: 38px;
    position: relative; 
  z-index: 2;
}


.section.siteFooter .copySection{
    background:#000000;
}

    .footer-nav .footer-nav-list li {
 border-right: 1px solid #000000;
    }


    .footer-nav .footer-nav-list li:first-child {
border-left: 1px solid v#000000;
    }



