@charset "UTF-8";
/*
ぼかし
backdrop-filter: blur(15.9px);
-webkit-backdrop-filter: blur(15.9px);
*/
/*
@mixin flex-center {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  @mixin flex-left {
    display: flex;
    flex-wrap: wrap;
  }

  @mixin flex-left-center {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }

  @mixin flex-top-left {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  @mixin flex-left-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-end;
  }

  @mixin flex-right-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: flex-end;
  }

  @mixin flex-top-center {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  @mixin flex-right-center {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
  }

  @mixin flex-between-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  @mixin flex-between-center {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }

  @mixin flex-between-end {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
  }



  @mixin box-width {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
  }

  @mixin transition-base {
    transition: all 0.3s ease-in-out;
  }

  @mixin ico-size-sm {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 15px;
    height: 100%;
    left: 15px;
  }

  @mixin ico-size-lsm {
    top: 50%;
    transform: translateY(-50%);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 17px;
    height: 100%;
    left: 15px;
  }

  @mixin ico-size-md {
    top: 50%;
    transform: translateY(-50%);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 23px;
    height: 100%;
    left: 15px;
  }


  @mixin ico-size-lmd {
    top: 50%;
    transform: translateY(-50%);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 30px;
    height: 100%;
    left: 15px;
  }
*/
body {
  font-family: "Noto Sans JP", sans-serif;
  margin: 0;
  padding: 0;
  font-weight: 400;
  color: #534437;
}

a {
  color: #000000;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

.l-footer {
  padding-bottom: 56px;
}
@media only screen and (min-width: 768px) {
  .l-footer {
    padding-bottom: 0;
  }
}
.l-footer .text-copyright {
  width: 100%;
  text-align: center;
  font-size: 12px;
  color: #4c4c4c;
  padding: 20px 0;
  position: relative;
}

.l-main {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .l-main {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.l-main.full {
  padding: 0;
}
.l-main .l-pagebody {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.l-main .l-pagebody.box {
  width: 1000px;
}

.page-section {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 65px 0 0;
  display: block;
}
@media only screen and (min-width: 992px) {
  .page-section {
    padding: 125px 0 0;
  }
}
.page-section.border-head-radius {
  border-radius: 20px 20px 0 0;
}
.page-section.pb-0 {
  padding-bottom: 0;
}

.container-box {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  max-width: 1196px;
}
.container-box.container-md-box {
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (min-width: 768px) {
  .container-box.container-md-box {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.container-box.container-md-width {
  max-width: 876px;
}

.container-fluid {
  width: 100%;
}

.row-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-404-card {
  width: 100%;
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #C6B8AB;
  font-family: "Noto Serif JP", serif;
}
.page-404-card .contents-404-head {
  text-align: center;
  margin-bottom: 40px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .page-404-card .contents-404-head {
    margin-bottom: 50px;
  }
}
.page-404-card .contents-404-head .title-01 {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 20px;
  position: relative;
  font-family: "Shippori Mincho", serif;
}
@media only screen and (min-width: 768px) {
  .page-404-card .contents-404-head .title-01 {
    font-size: 24px;
  }
}
.page-404-card .contents-404-head .title-01::before, .page-404-card .contents-404-head .title-01::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  margin-left: auto;
}
.page-404-card .page-404-body {
  font-weight: 300;
  font-size: 14px;
  text-align: center;
  line-height: 2;
}
@media only screen and (min-width: 768px) {
  .page-404-card .page-404-body {
    font-size: 14px;
  }
}
.page-404-card .btn-404 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
  width: 100%;
}

.page-common-header {
  width: 100%;
  z-index: 1;
  padding: 0 0 0;
  height: 250px;
  position: relative;
  /*
  &.sub-header {
    background-image: transparent;
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: auto;
    height: auto;
    padding: 0;
    margin-bottom: 50px;
    @media only screen and (min-width: g.$desktop-breakpoint-md) {
      background-image: transparent;
      min-height: auto;
      margin-bottom: 100px;
    }
  }
  */
}
@media only screen and (min-width: 768px) {
  .page-common-header {
    width: 100%;
    padding: 135px 0 0;
    height: 465px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.page-common-header.doctor {
  background-image: url(../img/doctor/page-header.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) {
  .page-common-header.doctor {
    background-image: url(../img/doctor/page-header.webp);
  }
}

.page-news-detail-header {
  position: relative;
  height: auto;
  margin-top: 64px;
  background-image: url(../img/doctor/page-header.webp);
}
@media only screen and (min-width: 992px) {
  .page-news-detail-header {
    height: auto;
    display: block;
    margin-top: 134px;
  }
}

.contents-common {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .contents-common {
    width: 100%;
  }
}
.contents-common__header {
  text-align: left;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .contents-common__header {
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 56px;
  }
}
.contents-common__header.box__header {
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  .contents-common__header.box__header {
    margin-bottom: 65px;
  }
}
.contents-common__title {
  color: #534437;
  font-size: 24px;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .contents-common__title {
    font-size: 36px;
    margin-bottom: 20px;
  }
}
.contents-common__subtitle {
  color: #534437;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  font-family: "Shippori Mincho", serif;
}
@media only screen and (min-width: 768px) {
  .contents-common__subtitle {
    font-size: 20px;
  }
}

.page-wrap {
  width: 100%;
  position: relative;
}

.breadcrumb-wrap {
  width: 100%;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 0;
  top: 60px;
  width: 100%;
  background-color: #d6ccc4;
  backdrop-filter: blur(15.9px);
  mix-blend-mode: multiply;
}
@media only screen and (min-width: 768px) {
  .breadcrumb-wrap {
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    left: 0;
    top: auto;
    bottom: 0;
  }
}
.breadcrumb-wrap.breadcrumb-box {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.breadcrumb-wrap.top-sm-0 {
  top: auto;
}
@media only screen and (min-width: 768px) {
  .breadcrumb-wrap.top-sm-0 {
    top: auto;
  }
}
.breadcrumb-wrap .breadcrumb {
  color: #866F5B;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
}
@media only screen and (min-width: 768px) {
  .breadcrumb-wrap .breadcrumb {
    font-size: 12px;
    max-width: 1152px;
    margin-left: auto;
    margin-right: auto;
    color: #ffffff;
  }
}
.breadcrumb-wrap .breadcrumb a {
  text-decoration: none;
  color: #866F5B;
}
@media only screen and (min-width: 768px) {
  .breadcrumb-wrap .breadcrumb a {
    color: #ffffff;
  }
}
.breadcrumb-wrap .ico-breadcrumb {
  margin-left: 10px;
  margin-right: 10px;
}
.breadcrumb-wrap .ico-breadcrumb svg {
  width: 6px !important;
  height: 11px !important;
}
.breadcrumb-wrap .ico-breadcrumb svg path {
  stroke: #866F5B !important;
}
@media only screen and (min-width: 768px) {
  .breadcrumb-wrap .ico-breadcrumb svg path {
    stroke: #ffffff !important;
  }
}
.breadcrumb-wrap.breadcrumb-sub {
  position: relative;
  top: auto;
}
@media only screen and (min-width: 768px) {
  .breadcrumb-wrap.breadcrumb-sub {
    position: relative;
    top: auto;
  }
}
.breadcrumb-wrap.breadcrumb-sub .breadcrumb {
  color: #ffffff;
}
.breadcrumb-wrap.breadcrumb-sub .breadcrumb a {
  color: #ffffff;
}
.breadcrumb-wrap.breadcrumb-sub svg {
  width: 6px !important;
  height: 11px !important;
}
.breadcrumb-wrap.breadcrumb-sub svg path {
  stroke: #ffffff !important;
}
@media only screen and (min-width: 768px) {
  .breadcrumb-wrap.breadcrumb-sub svg path {
    stroke: #ffffff !important;
  }
}
.breadcrumb-wrap .entry-meta {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .breadcrumb-wrap .entry-meta {
    font-size: 12px;
    margin-top: 0;
  }
}
.breadcrumb-wrap .entry-meta .updated-on {
  padding-left: 10px;
}

.section-heading__01 {
  font-size: 20px;
  font-weight: 400;
  color: #534437;
  margin-bottom: 50px;
  line-height: 1.3;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  font-family: "Shippori Mincho", serif;
}
@media only screen and (min-width: 992px) {
  .section-heading__01 {
    font-size: 24px;
    margin-bottom: 70px;
  }
}
.section-heading__01::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  background-color: #534437;
  margin-left: 20px;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
}
@media only screen and (min-width: 992px) {
  .section-heading__01::after {
    margin-left: 40px;
  }
}

.section-heading__02 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  gap: 20px;
  font-weight: 400;
  font-family: "Shippori Mincho", serif;
  color: #534437;
  margin-bottom: 50px;
}
@media only screen and (min-width: 992px) {
  .section-heading__02 {
    font-size: 24px;
    gap: 40px;
    margin-bottom: 80px;
  }
}
.section-heading__02::before, .section-heading__02::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  background-color: #534437;
  margin-left: auto;
}

.section-heading__03 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  gap: 20px;
  font-weight: 400;
  font-family: "Shippori Mincho", serif;
  color: #534437;
  margin-bottom: 50px;
}
@media only screen and (min-width: 992px) {
  .section-heading__03 {
    font-size: 22px;
    gap: 40px;
    margin-bottom: 80px;
  }
}

.comingtext-inner {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  line-height: 2.2;
}
@media only screen and (min-width: 992px) {
  .comingtext-inner {
    font-size: 14px;
  }
}

.section-bottom-top-page-back {
  padding: 90px 0;
}
@media only screen and (min-width: 992px) {
  .section-bottom-top-page-back {
    padding: 120px 0;
  }
}

.top-page-back {
  max-width: 342px;
  width: 100%;
  padding: 20px 0;
  margin: 0 auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.top-page-back-link {
  width: 115px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #534437;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}
@media only screen and (min-width: 992px) {
  .top-page-back-link {
    font-size: 15px;
  }
}
.top-page-back-link:hover {
  opacity: 0.7;
}

.bg-50 {
  background-color: #F2F0EC;
}

.site-header {
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  -webkit-box-shadow: 0 -2px 16px 0 rgba(110, 91, 73, 0.1);
          box-shadow: 0 -2px 16px 0 rgba(110, 91, 73, 0.1);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  background-color: rgba(239, 236, 232, 0.5);
  backdrop-filter: blur(16px);
}
@media only screen and (min-width: 992px) {
  .site-header {
    background-color: rgba(255, 255, 255, 0.8);
  }
}
.site-header__02 {
  background-color: transparent;
  backdrop-filter: blur(0);
}
@media only screen and (min-width: 992px) {
  .site-header__02 {
    background-color: transparent;
  }
}
.site-header__inner {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.site-header .site-header__head {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  height: 64px;
}
@media only screen and (min-width: 992px) {
  .site-header .site-header__head {
    padding: 0 40px;
    height: 88px;
  }
}
.site-header__skip {
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  color: #ffffff;
  padding: 8px;
  font-size: 14px;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  white-space: nowrap;
  width: 1px;
  z-index: 1000;
}
.site-header__skip:focus {
  clip: auto;
  clip-path: none;
  width: auto;
  height: auto;
}
.site-header__logo {
  width: 150px;
  height: auto;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 10001;
}
@media only screen and (min-width: 768px) {
  .site-header__logo {
    width: 185px;
  }
}
@media only screen and (min-width: 992px) {
  .site-header__logo {
    width: 185px;
  }
}
@media only screen and (min-width: 1280px) {
  .site-header__logo {
    width: 248.55px;
  }
}
@media only screen and (min-width: 768px) {
  .site-header__logo__02 {
    width: 175px;
    position: absolute;
    left: 30px;
    top: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .site-header__logo__02 {
    width: 175px;
  }
}
@media only screen and (min-width: 1280px) {
  .site-header__logo__02 {
    width: 205px;
  }
}
.site-header__logo a {
  padding: 0;
  margin: 0;
}
.site-header__logo img {
  vertical-align: bottom;
}
.site-header__toggle {
  display: block;
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  pointer-events: none;
}
.site-header__toggle:checked ~ .site-header__head {
  background-color: #534437;
}
.site-header__toggle:checked ~ .site-header__head .site-header__logo .logo-primary {
  display: none;
}
.site-header__toggle:checked ~ .site-header__head .site-header__logo .logo-wh {
  display: block;
}
.site-header__toggle:checked ~ .site-header__nav {
  -webkit-transform: translateX(0) translateY(0);
          transform: translateX(0) translateY(0);
  opacity: 1;
  visibility: visible;
}
.site-header__toggle:checked + .site-header__toggle-label span:nth-child(1) {
  -webkit-transform: translateY(6px) rotate(30deg);
          transform: translateY(6px) rotate(30deg);
  background: #ffffff;
}
.site-header__toggle:checked + .site-header__toggle-label span:nth-child(2) {
  opacity: 0;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
  background: #ffffff;
}
.site-header__toggle:checked + .site-header__toggle-label span:nth-child(3) {
  -webkit-transform: translateY(-4px) rotate(-30deg);
          transform: translateY(-4px) rotate(-30deg);
  background: #ffffff;
}
@media only screen and (min-width: 992px) {
  .site-header__toggle {
    display: none;
  }
}
.site-header__toggle-label {
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1010;
  cursor: pointer;
}
@media only screen and (min-width: 992px) {
  .site-header__toggle-label {
    display: none;
  }
}
.site-header__toggle-label span {
  display: block;
  width: 32px;
  height: 1px;
  margin: 4px 0;
  background: #000000;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.site-header__button-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  gap: 10px;
  margin-top: 30px;
}
@media only screen and (min-width: 992px) {
  .site-header__button-block {
    margin-top: 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 10px;
    position: absolute;
    top: -70px;
    right: 40px;
  }
}
@media only screen and (min-width: 1280px) {
  .site-header__button-block {
    gap: 20px;
  }
}
.site-header__button-block .btn-tel {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.4;
  height: 100%;
  color: #ffffff;
  background: linear-gradient(135deg, #A08973, #866F5B);
  font-family: "Noto Serif JP", serif;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  border-radius: 5px;
  max-width: 106px;
  height: 44px;
  text-align: center;
  cursor: pointer;
}
@media only screen and (min-width: 992px) {
  .site-header__button-block .btn-tel {
    max-width: 140px;
  }
}
@media only screen and (min-width: 1280px) {
  .site-header__button-block .btn-tel {
    max-width: 200px;
    height: 48px;
    font-size: 14px;
  }
}
.site-header__button-block .btn-tel__02 {
  border-radius: 50rem;
  background-color: #6E5B49;
  max-width: 105px;
}
@media only screen and (min-width: 1280px) {
  .site-header__button-block .btn-tel__02 {
    max-width: 105px;
  }
}
.site-header__button-block .btn-connect {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  color: #ffffff;
  background: linear-gradient(135deg, #A08973, #866F5B);
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  font-family: "Noto Serif JP", serif;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  border-radius: 5px;
  max-width: 106px;
  text-align: center;
  height: 44px;
}
@media only screen and (min-width: 992px) {
  .site-header__button-block .btn-connect {
    max-width: 140px;
  }
}
@media only screen and (min-width: 1280px) {
  .site-header__button-block .btn-connect {
    max-width: 200px;
    height: 48px;
    font-size: 14px;
  }
}
.site-header__button-block .btn-connect__02 {
  border-radius: 50rem;
  background-color: #6E5B49;
  max-width: 135px;
}
@media only screen and (min-width: 1280px) {
  .site-header__button-block .btn-connect__02 {
    max-width: 135px;
  }
}
.site-header__button-block .btn-contactus {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1;
  color: #ffffff;
  background: linear-gradient(135deg, #A08973, #866F5B);
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  font-family: "Noto Serif JP", serif;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  border-radius: 5px;
  max-width: 106px;
  height: 44px;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
@media only screen and (min-width: 992px) {
  .site-header__button-block .btn-contactus {
    max-width: 140px;
  }
}
@media only screen and (min-width: 1280px) {
  .site-header__button-block .btn-contactus {
    max-width: 200px;
    height: 48px;
    font-size: 14px;
  }
}
.site-header__button-block .btn-contactus .font-sm {
  font-size: 10px;
  line-height: 1;
  padding: 3px 0 0;
}
@media only screen and (min-width: 1280px) {
  .site-header__button-block .btn-contactus .font-sm {
    font-size: 11px;
  }
}
.site-header__button-block .btn-contactus__02 {
  border-radius: 50rem;
  background-color: #6E5B49;
  max-width: 135px;
}
@media only screen and (min-width: 1280px) {
  .site-header__button-block .btn-contactus__02 {
    max-width: 135px;
  }
}
.site-header__button-block .site-header__button-block-sns {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  margin-top: 14px;
}
@media only screen and (min-width: 992px) {
  .site-header__button-block .site-header__button-block-sns {
    margin-top: 0;
    width: auto;
    position: relative;
    gap: 10px;
  }
}
@media only screen and (min-width: 1280px) {
  .site-header__button-block .site-header__button-block-sns {
    gap: 20px;
  }
}
.site-header__button-block .site-header__button-block-sns__02 {
  border-radius: 50% !important;
}
@media only screen and (min-width: 992px) {
  .site-header__button-block .site-header__button-block-sns__02 {
    gap: 10px;
  }
}
.site-header__button-block .ico-h-nav {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 992px) {
  .site-header__button-block .ico-h-nav {
    width: 48px;
    height: 48px;
  }
}
.site-header__button-block .ico-h-nav__02 {
  border-radius: 50% !important;
}
.site-header__button-block .ico-h-nav.ico-h-nav-tel {
  background-color: #25D366;
}
.site-header__button-block .ico-h-nav.ico-h-nav-comment {
  background-color: #51C332;
}
.site-header__button-block .ico-h-nav.ico-h-nav-global {
  background-color: rgba(255, 255, 255, 0.4);
}
.site-header__button-block .ico-h-nav.ico-h-nav-global__02 {
  background-color: #E0DCD2;
}
.site-header__button-block .ico-h-nav .ico-img {
  width: 20px;
}
@media only screen and (min-width: 992px) {
  .site-header__button-block .ico-h-nav .ico-img {
    width: 29px;
  }
}
.site-header__nav {
  position: fixed;
  top: 64px;
  left: 0;
  width: 100%;
  -webkit-transform: translateX(0) translateY(0);
          transform: translateX(0) translateY(0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  z-index: 1002;
  height: calc(100dvh - 64px);
  padding-top: 40px;
  background: url("../img/common/bg_nav_sp.webp") no-repeat center/cover;
}
@media only screen and (min-width: 992px) {
  .site-header__nav {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    height: auto;
    background: transparent;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    padding-top: 0;
    width: 100%;
    background-color: #E0DCD2;
    padding: 0 20px;
    mix-blend-mode: multiply;
    opacity: 1;
    visibility: inherit;
  }
}
.site-header__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 1152px;
  gap: 20px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (min-width: 992px) {
  .site-header__nav ul {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: auto;
    margin-right: auto;
    gap: 0;
    padding: 0;
  }
}
@media only screen and (min-width: 992px) {
  .site-header__nav ul.site-header__menu__02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    max-width: 100%;
    gap: 40px;
  }
}
.site-header__nav .site-header__item {
  text-align: left;
}
.site-header__nav .site-header__item:first-child {
  border-bottom: solid 1px #ffffff;
  padding-bottom: 5px;
}
@media only screen and (min-width: 992px) {
  .site-header__nav .site-header__item {
    text-align: left;
    margin: 0 0;
  }
  .site-header__nav .site-header__item:first-child {
    border-bottom: none;
    padding-bottom: 0;
  }
}
.site-header__nav .site-header__item .site-header__itemlink {
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Noto Serif JP", serif;
  position: relative;
  color: #ffffff;
  display: inline-block;
  text-align: left;
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
}
@media only screen and (min-width: 992px) {
  .site-header__nav .site-header__item .site-header__itemlink {
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    height: 100%;
    color: #534437;
    height: 48px;
  }
  .site-header__nav .site-header__item .site-header__itemlink:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    width: 0;
    background: -webkit-gradient(linear, left top, right top, from(#D6CEC7), to(#866F5B));
    background: linear-gradient(to right, #D6CEC7, #866F5B);
    -webkit-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
  }
  .site-header__nav .site-header__item .site-header__itemlink:hover {
    color: #534437;
  }
  .site-header__nav .site-header__item .site-header__itemlink:hover:after {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .site-header__nav .site-header__item .site-header__itemlink__02 {
    color: #E7E5E1;
  }
}
@media only screen and (min-width: 992px) {
  .site-header__nav .site-header__item__button {
    margin-right: 10px;
  }
}
.site-header__nav .site-header__item .button--primary {
  padding: 10px 20px;
  background: #ccefec;
  color: #000000;
  border-radius: 50rem;
  font-size: 14px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  line-height: 1;
  vertical-align: middle;
  text-decoration: none;
}
.site-header__nav .site-header__item .button--primary:hover, .site-header__nav .site-header__item .button--primary:focus {
  background: #80d8d0;
}
.site-header .logo-primary {
  display: block;
}
.site-header .logo-wh {
  display: none;
}
.site-header .logo-brown {
  display: none;
}
.site-header__sub-sp {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  height: 48px;
}
@media only screen and (min-width: 992px) {
  .site-header__sub-sp {
    display: none;
  }
}
.site-header__sub-sp-item {
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  height: 100%;
}
.site-header__sub-sp-item-link {
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.site-header.is-active .logo-primary {
  display: none;
}
.site-header.is-active .logo-wh {
  display: block;
}
@media only screen and (min-width: 768px) {
  .site-header.is-active .site-header__itemlink {
    color: #ffffff;
  }
}
.site-header.is-active .site-header__toggle-label span {
  background: #ffffff;
}
.site-header.is-active .site-header__sub-sp-item-link {
  color: #ffffff;
}
.site-header .is-scrolled {
  background-color: #F4F2F0 !important;
}
.site-header .is-scrolled .logo-brown {
  display: block;
}
.site-header .is-scrolled .site-header__itemlink__02 {
  color: #534437;
}
.site-header .is-scrolled .btn-tel__02,
.site-header .is-scrolled .btn-connect__02 {
  background: #6E5B49;
}

.stt-lang-select {
  display: none !important;
}

.nav-translation {
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Noto Serif JP", serif;
  margin-top: 30px;
}
@media only screen and (min-width: 992px) {
  .nav-translation {
    margin-top: 0;
  }
}
.nav-translation a {
  font-size: 12px;
  letter-spacing: 0.08em;
  color: rgba(83, 68, 55, 0.7);
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  font-size: 16px;
  font-weight: 500;
  margin-right: 10px;
  position: relative;
  pointer-events: auto;
  color: rgba(255, 255, 255, 0.7);
}
@media only screen and (min-width: 992px) {
  .nav-translation a {
    font-size: 14px;
    margin-right: 5px;
    color: rgba(83, 68, 55, 0.7);
  }
}
.nav-translation a:after {
  content: "/";
  padding-left: 10px;
}
@media only screen and (min-width: 992px) {
  .nav-translation a:after {
    padding-left: 5px;
  }
}
.nav-translation a:last-child {
  margin-right: 0;
}
.nav-translation a:last-child:after {
  content: "";
  padding-left: 0;
}
@media only screen and (min-width: 992px) {
  .nav-translation a:hover {
    color: #534437;
  }
}
.nav-translation a[data-stt-active] {
  color: #ffffff;
  font-weight: 500;
  pointer-events: none;
}
@media only screen and (min-width: 992px) {
  .nav-translation a[data-stt-active] {
    color: #534437;
  }
}

.simple-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  pointer-events: none;
  width: 100%;
  height: 100%;
}
.simple-modal::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6); /* ← ここで濃さ調整 */
}

.simple-modal-card {
  width: calc(100% - 40px);
  max-width: 400px;
  background-color: #ffffff;
  border-radius: 5px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: fixed;
}
@media only screen and (min-width: 992px) {
  .simple-modal-card {
    max-width: 400px;
  }
}
.simple-modal-card .simple-modal-card-head {
  width: 100%;
  padding: 20px 20px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (min-width: 992px) {
  .simple-modal-card .simple-modal-card-head {
    padding: 20px 20px 0;
  }
}
.simple-modal-card .simple-modal-card-head h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
}
@media only screen and (min-width: 992px) {
  .simple-modal-card .simple-modal-card-head h3 {
    font-size: 16px;
  }
}
.simple-modal-card .simple-modal-card-head p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
}
@media only screen and (min-width: 992px) {
  .simple-modal-card .simple-modal-card-head p {
    font-size: 14px;
  }
}
.simple-modal-card .simple-modal-card-tel {
  padding: 20px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .simple-modal-card .simple-modal-card-tel {
    padding: 20px 20px;
  }
}
.simple-modal-card .simple-modal-card-tel p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
@media only screen and (min-width: 992px) {
  .simple-modal-card .simple-modal-card-tel p {
    font-size: 18px;
  }
}
.simple-modal-card .simple-modal-card-tel p a {
  color: #534437;
  text-decoration: none;
}
.simple-modal-card .simple-modal-card-body img {
  width: 100%;
}

.simple-modal.is-open {
  display: block;
  pointer-events: auto;
}

.simple-modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  background-color: transparent;
  color: #000000;
  font-size: 30px;
  line-height: 1;
}

.footer {
  font-family: "Noto Serif JP", serif;
  background-color: #ffffff;
  padding: 60px 0 0;
}
@media only screen and (min-width: 992px) {
  .footer {
    padding: 120px 0 0;
  }
}
.footer__02 {
  background-color: #6E5B49;
  border-radius: 10px 10px 0 0;
}
.footer .container-wide-box {
  max-width: 1325px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (min-width: 992px) {
  .footer .footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.footer .footer__inner__02 {
  background-color: #534437;
  border-radius: 20px;
  padding: 20px;
}
@media only screen and (min-width: 992px) {
  .footer .footer__inner__02 {
    border-radius: 20px;
    padding: 70px;
  }
}
.footer .footer__left {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .footer .footer__left {
    width: 45%;
  }
}
@media only screen and (min-width: 992px) {
  .footer .footer__left__02 {
    width: 40%;
  }
}
.footer .footer__right {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .footer .footer__right {
    width: 53%;
  }
}
.footer .footer__logo {
  max-width: 270px;
  width: 100%;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 992px) {
  .footer .footer__logo {
    max-width: 350px;
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 0;
  }
}
.footer .footer__logo__02 {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 100%;
}
@media only screen and (min-width: 992px) {
  .footer .footer__logo__02 {
    max-width: 100%;
    margin-bottom: 70px;
    margin-left: 0;
    margin-right: 0;
  }
}
.footer .footer__logo__02 a {
  max-width: 180px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 992px) {
  .footer .footer__logo__02 a {
    max-width: 580px;
    width: 100%;
    display: block;
  }
}
.footer .footer__info {
  display: grid;
  gap: 8px 0;
  line-height: 1.6;
  border-left: solid 3px #C6B8AB;
  padding-left: 20px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .footer .footer__info {
    gap: 8px 0;
    border-left: solid 4px #C6B8AB;
    padding-left: 40px;
    margin-bottom: 40px;
  }
}
.footer .footer__info__02 {
  color: #ffffff;
  border-left: 0;
  padding-left: 0;
}
.footer .footer__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer .footer__term {
  font-weight: 400;
  font-size: 13px;
  width: 75px;
}
@media only screen and (min-width: 768px) {
  .footer .footer__term {
    font-size: 14px;
    width: 95px;
  }
}
.footer .footer__desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 400;
  font-size: 13px;
  width: calc(100% - 80px);
  line-height: 1.9;
}
@media only screen and (min-width: 768px) {
  .footer .footer__desc {
    font-size: 14px;
    width: calc(100% - 95px);
  }
}
.footer .footer__desc a {
  color: inherit;
  text-decoration: none;
}
.footer .footer__desc address {
  font-style: normal;
  line-height: inherit;
}
.footer .footer__schedule {
  margin-bottom: 40px;
  /* セルの余白 */
}
@media only screen and (min-width: 768px) {
  .footer .footer__schedule {
    font-size: 15px;
    gap: 8px 0;
    border-left: solid 4px #C6B8AB;
    padding-left: 40px;
    margin-bottom: 40px;
  }
}
.footer .footer__schedule__02 {
  color: #ffffff;
  border-left: 0;
  padding-left: 0;
}
.footer .footer__schedule .footer__schedule-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
  text-align: left;
  color: #211815;
}
@media only screen and (min-width: 768px) {
  .footer .footer__schedule .footer__schedule-table {
    font-size: 14px;
  }
}
.footer .footer__schedule .footer__schedule-table th,
.footer .footer__schedule .footer__schedule-table td {
  padding: 8px 6px;
  border: solid 2px #ffffff;
}
@media only screen and (min-width: 768px) {
  .footer .footer__schedule .footer__schedule-table th,
  .footer .footer__schedule .footer__schedule-table td {
    padding: 10px 8px;
  }
}
.footer .footer__schedule .footer__schedule-table thead th {
  font-weight: 400;
  white-space: nowrap;
  background-color: #E7E5E1;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .footer .footer__schedule .footer__schedule-table thead th {
    background-color: transparent;
    padding: 10px 8px;
  }
  .footer .footer__schedule .footer__schedule-table thead th.text-md-left {
    text-align: left;
  }
}
.footer .footer__schedule .footer__schedule-table tbody th[scope=row] {
  font-weight: 400;
  white-space: nowrap;
}
.footer .footer__schedule .footer__schedule-table td {
  background-color: #FAF8F5;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .footer .footer__schedule .footer__schedule-table td {
    background-color: transparent;
  }
  .footer .footer__schedule .footer__schedule-table td.text-md-left {
    text-align: left;
  }
}
.footer .footer__schedule__02 table {
  border-top: solid 1px #ffffff;
  border-bottom: solid 1px #ffffff;
}
.footer .footer__schedule__02 .footer__schedule-table th,
.footer .footer__schedule__02 .footer__schedule-table td {
  padding: 8px 6px;
  border: solid 0 #ffffff;
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .footer .footer__schedule__02 .footer__schedule-table th,
  .footer .footer__schedule__02 .footer__schedule-table td {
    padding: 10px 8px;
  }
}
.footer .footer__schedule .footer__schedule-note {
  margin-top: 8px;
  font-size: 13px;
  line-height: 1.7;
  color: #333333;
}
@media only screen and (min-width: 768px) {
  .footer .footer__schedule .footer__schedule-note {
    margin-top: 8px;
    font-size: 14px;
  }
}
.footer .footer__schedule .footer__schedule-note__02 {
  color: #ffffff;
  font-weight: 200;
  font-family: "Noto Sans JP", sans-serif;
}
.footer .footer__nav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer .footer__nav-wrap .footer__map {
  width: 100%;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .footer .footer__nav-wrap .footer__map {
    width: 66%;
    margin-bottom: 0;
  }
}
.footer .footer__nav-wrap .footer__map__02 {
  width: 100%;
}
.footer .footer__nav-wrap .footer__map .footer__map-placeholder {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
}
.footer .footer__nav-wrap .footer__map .footer__map-placeholder iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.footer .footer__nav-wrap .footer__map .footer__map-placeholder__02 {
  padding-bottom: 56.25%;
}
.footer .footer__nav-wrap .footer__nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .footer .footer__nav-wrap .footer__nav {
    width: 28%;
  }
}
.footer .footer__nav-wrap .footer__nav-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media only screen and (min-width: 768px) {
  .footer .footer__nav-wrap .footer__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
.footer .footer__nav-wrap .footer__nav-item.last-child {
  margin-top: auto;
}
.footer .footer__nav-wrap .footer__nav-link {
  display: block;
  position: relative;
  padding-left: 20px;
  font-size: 12px;
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
@media only screen and (min-width: 768px) {
  .footer .footer__nav-wrap .footer__nav-link {
    font-size: 14px;
  }
}
.footer .footer__nav-wrap .footer__nav-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 12px;
  height: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../img/common/ico_arrow_01.svg") no-repeat center/contain;
}
.footer .footer__nav-wrap .footer__nav-link:hover {
  opacity: 0.7;
}
@media only screen and (min-width: 992px) {
  .footer .footer__nav__02 {
    width: 100%;
  }
}
.footer .footer__nav__02 .footer__nav__02-list {
  margin-top: 20px;
}
@media only screen and (min-width: 992px) {
  .footer .footer__nav__02 .footer__nav__02-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 20px;
  }
}
.footer .footer__nav__02 .footer__nav__02-list .footer__nav-item {
  max-width: 190px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .footer .footer__nav__02 .footer__nav__02-list .footer__nav-item {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
}
.footer .footer__nav__02 .footer__nav__02-list .footer__nav-item .footer__nav-link {
  font-size: 14px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #ffffff;
  line-height: 1;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  text-decoration: none;
}
@media only screen and (min-width: 992px) {
  .footer .footer__nav__02 .footer__nav__02-list .footer__nav-item .footer__nav-link {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1280px) {
  .footer .footer__nav__02 .footer__nav__02-list .footer__nav-item .footer__nav-link {
    font-size: 14px;
  }
}
.footer .footer__nav__02 .footer__nav__02-list .footer__nav-item .footer__nav-link:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  bottom: -5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer .footer__nav__02 .footer__nav__02-list .footer__nav-item .link-arrow {
  width: 12px;
}
.footer .copyright {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  width: 100%;
  text-align: center;
  color: #534437;
  margin-top: 60px;
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  .footer .copyright {
    font-size: 12px;
    margin-top: 120px;
    margin-bottom: 20px;
  }
}
.footer .copyright__02 {
  margin-bottom: 0;
  color: #ffffff;
  padding-bottom: 20px;
  margin-top: 30px;
  font-family: "Cormorant", serif;
}

#home {
  font-family: "Noto Serif JP", serif;
}
#home .hero-wrap {
  position: relative;
  width: 100%;
  padding: 0;
  margin-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (min-width: 992px) {
  #home .hero-wrap {
    padding: 0 0;
    margin-bottom: 0;
  }
}
#home .hero-inner {
  position: relative;
}
@media only screen and (min-width: 992px) {
  #home .hero-inner__02 {
    height: 750px;
    overflow: hidden;
  }
}
#home .hero-intro {
  position: absolute;
  z-index: 3;
  left: 5%;
  bottom: 5%;
}
@media only screen and (min-width: 992px) {
  #home .hero-intro {
    left: 5%;
    bottom: 5%;
  }
}
#home .hero-intro__02 {
  left: 5%;
  bottom: 7%;
}
@media only screen and (min-width: 992px) {
  #home .hero-intro__02 {
    left: 5%;
    bottom: 7%;
  }
}
#home .hero-intro .hero-intro-text {
  font-family: "Aboreto", system-ui;
  font-size: 24px;
  color: #ffffff;
  font-weight: 400;
  line-height: 1.4;
}
@media only screen and (min-width: 992px) {
  #home .hero-intro .hero-intro-text {
    font-size: 36px;
  }
}
@media only screen and (min-width: 1280px) {
  #home .hero-intro .hero-intro-text {
    font-size: 48px;
  }
}
#home .hero-intro .hero-intro-text__02 {
  font-family: "Cormorant", serif;
  font-size: 24px;
  color: #ffffff;
  font-weight: 400;
  line-height: 1.2;
}
@media only screen and (min-width: 992px) {
  #home .hero-intro .hero-intro-text__02 {
    font-size: 36px;
  }
}
@media only screen and (min-width: 1280px) {
  #home .hero-intro .hero-intro-text__02 {
    font-size: 52px;
  }
}
#home .hero-intro .hero-intro-lead {
  font-size: 18px;
  color: #ffffff;
  font-weight: 400;
  border-top: solid 1px #ffffff;
  margin-top: 20px;
  padding-top: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
}
@media only screen and (min-width: 992px) {
  #home .hero-intro .hero-intro-lead {
    font-size: 22px;
    margin-top: 32px;
    padding-top: 32px;
  }
}
@media only screen and (min-width: 1280px) {
  #home .hero-intro .hero-intro-lead {
    font-size: 28px;
  }
}
#home .hero-intro .hero-intro-lead__02 {
  font-family: "Noto Serif JP", serif;
  border-top: 0;
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  #home .hero-intro .hero-intro-lead__02 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1280px) {
  #home .hero-intro .hero-intro-lead__02 {
    font-size: 24px;
  }
}
#home .hero-news-item-card {
  position: absolute;
  right: 20px;
  top: 80px;
  width: 70%;
  max-width: 250px;
  z-index: 5;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 3px;
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  text-decoration: none;
}
@media only screen and (min-width: 992px) {
  #home .hero-news-item-card {
    width: 100%;
    max-width: 392px;
    padding: 10px 20px;
    right: 40px;
    top: 150px;
  }
}
#home .hero-news-item-card .hero-news-item-card-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 992px) {
  #home .hero-news-item-card .hero-news-item-card-head {
    gap: 15px;
    margin-bottom: 15px;
  }
}
#home .hero-news-item-card .hero-news-item__date {
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (min-width: 992px) {
  #home .hero-news-item-card .hero-news-item__date {
    font-size: 14px;
  }
}
#home .hero-news-item-card .news-item__cat {
  display: inline-block;
  padding: 0.3em 1em;
  font-size: 12px;
  line-height: 1;
  border-radius: 50rem;
  white-space: nowrap;
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  #home .hero-news-item-card .news-item__cat {
    font-size: 12px;
  }
}
#home .hero-news-item-card .hero-news-item__title {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.7;
}
@media only screen and (min-width: 992px) {
  #home .hero-news-item-card .hero-news-item__title {
    font-size: 14px;
  }
}
#home .bg-grad-01 {
  background: -webkit-gradient(linear, left top, left bottom, from(#E0DCD2), to(#C6B8AB));
  background: linear-gradient(180deg, #E0DCD2 0%, #C6B8AB 100%);
}
#home .bg-grad-01__02 {
  background: url("../img/top/bg_top_01.webp") no-repeat center/cover;
}
#home .section-intro {
  width: 100%;
  padding: 90px 0;
}
@media only screen and (min-width: 992px) {
  #home .section-intro {
    padding: 120px 0;
  }
}
#home .section-intro .section-intro__inner {
  width: 100%;
}
#home .section-intro .section-intro__title {
  font-size: 19.5px;
  font-weight: 500;
  color: #534437;
  text-align: center;
  margin-bottom: 30px;
  margin-bottom: 50px;
  line-height: 1.8;
}
@media only screen and (min-width: 992px) {
  #home .section-intro .section-intro__title {
    font-size: 28px;
    margin-bottom: 70px;
  }
}
#home .section-intro .section-intro__body {
  font-size: 14px;
  font-weight: 400;
  color: #534437;
  text-align: center;
  line-height: 2.4;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 992px) {
  #home .section-intro .section-intro__body {
    font-size: 16px;
  }
}
#home .container-box-intro__02,
#home .container-wide-box {
  max-width: 1325px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#home .section-intro-text__02 {
  width: 100%;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 992px) {
  #home .section-intro-text__02 {
    width: 48%;
  }
}
#home .section-intro-text__02 .section-intro-text__02__head {
  margin-bottom: 50px;
}
@media only screen and (min-width: 992px) {
  #home .section-intro-text__02 .section-intro-text__02__head {
    margin-bottom: 70px;
  }
}
#home .section-intro-text__02 .section-intro-text__02__head .section-intro-text__02__heading {
  font-size: 20px;
  font-weight: 400;
  color: #534437;
  line-height: 1.3;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  #home .section-intro-text__02 .section-intro-text__02__head .section-intro-text__02__heading {
    font-size: 50px;
    margin-bottom: 30px;
  }
}
#home .section-intro-text__02 .section-intro-text__02__head .section-intro-text__02__heading::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  background-color: #534437;
  margin-left: 20px;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
}
@media only screen and (min-width: 992px) {
  #home .section-intro-text__02 .section-intro-text__02__head .section-intro-text__02__heading::after {
    margin-left: 40px;
    max-width: 100px;
  }
}
#home .section-intro-text__02 .section-intro-text__02__head .section-intro-text__02__lead {
  font-size: 14px;
  font-weight: 400;
  color: #534437;
  line-height: 1.8;
}
@media only screen and (min-width: 992px) {
  #home .section-intro-text__02 .section-intro-text__02__head .section-intro-text__02__lead {
    font-size: 20px;
  }
}
#home .section-intro-text__02 .section-intro-text__02__body {
  font-size: 14px;
  font-weight: 400;
  color: #534437;
  line-height: 2.6;
}
@media only screen and (min-width: 992px) {
  #home .section-intro-text__02 .section-intro-text__02__body {
    font-size: 14px;
    padding-bottom: 50px;
  }
}
#home .section-intro-text__02__thumb img {
  -webkit-box-shadow: 0 0 20px rgba(134, 111, 91, 0.2);
          box-shadow: 0 0 20px rgba(134, 111, 91, 0.2);
}
#home .section-intro-text__02__thumb_01 {
  position: absolute;
  width: 17%;
  display: none;
}
@media only screen and (min-width: 992px) {
  #home .section-intro-text__02__thumb_01 {
    position: absolute;
    width: 17%;
    left: 1%;
    top: 38%;
    display: block;
  }
}
#home .section-intro-text__02__thumb_02 {
  position: absolute;
  width: 17%;
  display: none;
}
@media only screen and (min-width: 992px) {
  #home .section-intro-text__02__thumb_02 {
    position: absolute;
    right: 1%;
    top: 10%;
    width: 20%;
    display: block;
  }
}
#home .section-intro-text__02__thumb_03 {
  position: absolute;
  width: 17%;
  display: none;
}
@media only screen and (min-width: 992px) {
  #home .section-intro-text__02__thumb_03 {
    position: absolute;
    right: 13%;
    bottom: 0;
    width: 14%;
    display: block;
  }
}
#home .section-greeting {
  padding: 0 0 90px;
}
@media only screen and (min-width: 992px) {
  #home .section-greeting {
    padding: 0 0 120px;
  }
}
#home .section-greeting .section-greeting__inner {
  border-radius: 5px;
  padding: 20px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (min-width: 992px) {
  #home .section-greeting .section-greeting__inner {
    padding: 60px;
  }
}
#home .section-greeting .section-greeting__inner__02 {
  background-color: #C6B8AB;
}
#home .section-greeting .section-greeting__heading {
  font-size: 20px;
  font-weight: 400;
  color: #534437;
  margin-bottom: 50px;
  line-height: 1.3;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  #home .section-greeting .section-greeting__heading {
    font-size: 24px;
    margin-bottom: 70px;
    width: calc(100% - 155px);
  }
}
#home .section-greeting .section-greeting__heading::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  background-color: #534437;
  margin-left: 20px;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
}
@media only screen and (min-width: 992px) {
  #home .section-greeting .section-greeting__heading::after {
    margin-left: 40px;
  }
}
#home .section-greeting .section-greeting__heading__02 {
  font-family: "Cormorant", serif;
}
@media only screen and (min-width: 992px) {
  #home .section-greeting .section-greeting__heading__02 {
    font-size: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1;
  }
}
#home .section-greeting .section-greeting__heading__02 .diver {
  line-height: 1;
  padding: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 992px) {
  #home .section-greeting .section-greeting__heading__02 .diver {
    padding: 0 10px;
    width: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
#home .section-greeting .section-greeting__heading__02 .font-sm {
  font-weight: 500;
  font-size: 14px;
}
@media only screen and (min-width: 992px) {
  #home .section-greeting .section-greeting__heading__02 .font-sm {
    font-size: 14px;
  }
}
#home .section-greeting .section-greeting__heading .section-greeting__heading__02__detail {
  position: absolute;
  display: none;
  line-height: 1;
  width: 110px;
}
@media only screen and (min-width: 992px) {
  #home .section-greeting .section-greeting__heading .section-greeting__heading__02__detail {
    display: block;
    position: absolute;
    right: -155px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 2;
  }
}
#home .section-greeting .section-greeting__heading .section-greeting__heading__02__detail .link-text {
  font-size: 14px;
  font-weight: 400;
  color: #534437;
  line-height: 1;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  text-decoration: none;
}
@media only screen and (min-width: 992px) {
  #home .section-greeting .section-greeting__heading .section-greeting__heading__02__detail .link-text {
    font-size: 14px;
  }
}
#home .section-greeting .section-greeting__heading .section-greeting__heading__02__detail .link-text:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #534437;
  position: absolute;
  left: 0;
  bottom: -5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#home .section-greeting .section-greeting__heading .section-greeting__heading__02__detail .link-arrow {
  width: 12px;
}
#home .section-greeting .section-greeting__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 992px) {
  #home .section-greeting .section-greeting__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#home .section-greeting .section-greeting__grid .section-greeting__image {
  width: 100%;
  margin-bottom: 50px;
}
@media only screen and (min-width: 992px) {
  #home .section-greeting .section-greeting__grid .section-greeting__image {
    width: 34%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 992px) {
  #home .section-greeting .section-greeting__grid .section-greeting__image.section-greeting__image__02 {
    width: 20%;
    margin-bottom: 0;
  }
}
#home .section-greeting .section-greeting__grid .section-greeting__image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
#home .section-greeting .section-greeting__grid .section-greeting__content {
  width: 100%;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 992px) {
  #home .section-greeting .section-greeting__grid .section-greeting__content {
    width: 61%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 992px) {
  #home .section-greeting .section-greeting__grid .section-greeting__content.section-greeting__content__02 {
    width: calc(80% - 40px);
  }
}
@media only screen and (max-width: 991px) {
  #home .section-greeting .section-greeting__position {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #home .section-greeting .section-greeting__name-block {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #home .section-greeting .section-greeting__text {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
#home .section-greeting .section-greeting__position {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.9;
  margin-bottom: 50px;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  #home .section-greeting .section-greeting__position {
    text-align: left;
    font-size: 16px;
    margin-bottom: 30px;
  }
}
#home .section-greeting .section-greeting__name-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  #home .section-greeting .section-greeting__name-block {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    margin-bottom: 50px;
  }
}
#home .section-greeting .section-greeting__name-block .section-greeting__name-ja {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 10px;
  font-family: "Shippori Mincho", serif;
}
@media only screen and (min-width: 992px) {
  #home .section-greeting .section-greeting__name-block .section-greeting__name-ja {
    font-size: 26px;
    margin-bottom: 0;
  }
}
#home .section-greeting .section-greeting__name-block .section-greeting__name-en {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 15px;
  font-family: "Shippori Mincho", serif;
}
@media only screen and (min-width: 992px) {
  #home .section-greeting .section-greeting__name-block .section-greeting__name-en {
    font-size: 18px;
    margin-bottom: 0;
    margin-left: 30px;
  }
}
#home .section-greeting .section-greeting__name-block .section-greeting__name-block-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
@media only screen and (min-width: 992px) {
  #home .section-greeting .section-greeting__name-block .section-greeting__name-block-sns {
    gap: 20px;
    margin-left: 30px;
  }
}
#home .section-greeting .section-greeting__name-block .section-greeting__name-block-sns .ico-link {
  width: 20px;
}
@media only screen and (min-width: 992px) {
  #home .section-greeting .section-greeting__name-block .section-greeting__name-block-sns .ico-link {
    width: 30px;
  }
}
#home .section-greeting .section-greeting__text {
  font-size: 14px;
  font-weight: 400;
  line-height: 2.2;
}
@media only screen and (min-width: 992px) {
  #home .section-greeting .section-greeting__text {
    font-size: 14px;
  }
}
#home .section-greeting .section-greeting__text p {
  margin-bottom: 1em;
}
#home .section-greeting .section-greeting__text p:last-child {
  margin-bottom: 0;
}
#home .section-clinic {
  padding: 90px 0 90px;
}
@media only screen and (min-width: 992px) {
  #home .section-clinic {
    padding: 120px 0 120px;
  }
}
#home .section-clinic__02 {
  padding: 0 0 90px;
}
@media only screen and (min-width: 992px) {
  #home .section-clinic__02 {
    padding: 0 0 120px;
  }
}
#home .section-clinic .section-clinic__heading {
  font-size: 20px;
  font-weight: 400;
  color: #534437;
  margin-bottom: 50px;
  line-height: 1.3;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  #home .section-clinic .section-clinic__heading {
    font-size: 24px;
    margin-bottom: 70px;
  }
}
#home .section-clinic .section-clinic__heading__02 {
  font-family: "Cormorant", serif;
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  #home .section-clinic .section-clinic__heading__02 {
    font-size: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1;
    margin-bottom: 40px;
  }
}
#home .section-clinic .section-clinic__heading__02 .diver {
  padding: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
@media only screen and (min-width: 992px) {
  #home .section-clinic .section-clinic__heading__02 .diver {
    padding: 0 10px;
    width: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
#home .section-clinic .section-clinic__heading__02 .font-sm {
  font-weight: 500;
  font-size: 14px;
}
@media only screen and (min-width: 992px) {
  #home .section-clinic .section-clinic__heading__02 .font-sm {
    font-size: 14px;
  }
}
#home .section-clinic .section-clinic__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 992px) {
  #home .section-clinic .section-clinic__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#home .section-clinic .section-clinic__grid .section-clinic__image {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  #home .section-clinic .section-clinic__grid .section-clinic__image {
    width: 45%;
    margin-top: -50px;
  }
}
@media only screen and (min-width: 992px) {
  #home .section-clinic .section-clinic__grid .section-clinic__image__02 {
    margin-top: -120px;
  }
}
#home .section-clinic .section-clinic__grid .section-clinic__image img {
  width: 100%;
}
#home .section-clinic .section-clinic__grid .section-clinic__content {
  width: 100%;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 992px) {
  #home .section-clinic .section-clinic__grid .section-clinic__content {
    width: 46%;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
#home .section-clinic .section-clinic__title {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
  font-family: "Shippori Mincho", serif;
  color: #6E5B49;
  line-height: 1.8;
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  #home .section-clinic .section-clinic__title {
    font-size: 24px;
    margin-bottom: 50px;
  }
}
#home .section-clinic .section-clinic__text {
  font-size: 14px;
  font-weight: 400;
  color: #6E5B49;
  line-height: 2.2;
}
@media only screen and (min-width: 992px) {
  #home .section-clinic .section-clinic__text {
    font-size: 14px;
  }
}
#home .section-clinic .section-clinic__text p {
  margin-bottom: 1em;
}
#home .section-clinic .section-clinic__text p:last-child {
  margin-bottom: 0;
}
#home .section-interaction .interaction-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (min-width: 992px) {
  #home .section-interaction .interaction-block {
    width: 100%;
  }
}
#home .section-interaction .interaction-card {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 200px;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  #home .section-interaction .interaction-card {
    min-height: 800px;
  }
}
#home .section-interaction .interaction-card .interaction-card__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
#home .section-interaction .interaction-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  z-index: 1;
}
#home .section-interaction .interaction-card > * {
  position: relative;
  z-index: 1;
}
#home .section-interaction .interaction-card .interaction-card__head {
  color: #ffffff;
  text-align: center;
  padding: 20px 0;
}
@media only screen and (min-width: 992px) {
  #home .section-interaction .interaction-card .interaction-card__head {
    width: 67%;
    border-top: solid 1px #ffffff;
    border-bottom: solid 1px #ffffff;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transition: opacity 0.25s ease, visibility 0.25s ease;
    transition: opacity 0.25s ease, visibility 0.25s ease;
  }
}
#home .section-interaction .interaction-card .interaction-card__head .interaction-card__title {
  font-size: 20px;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  margin-bottom: 30px;
  line-height: 1;
}
@media only screen and (min-width: 992px) {
  #home .section-interaction .interaction-card .interaction-card__head .interaction-card__title {
    font-size: 26px;
    margin-bottom: 20px;
  }
}
#home .section-interaction .interaction-card .interaction-card__head .interaction-card__lead {
  font-size: 14px;
  font-weight: 400;
  font-family: "Shippori Mincho", serif;
  line-height: 1;
}
@media only screen and (min-width: 992px) {
  #home .section-interaction .interaction-card .interaction-card__head .interaction-card__lead {
    font-size: 16px;
  }
}
#home .section-interaction .interaction-card .interaction-card-is-active {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  -webkit-transition: opacity 0.25s ease, visibility 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
@media only screen and (min-width: 992px) {
  #home .section-interaction .interaction-card .interaction-card-is-active {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
#home .section-interaction .interaction-card .interaction-card-is-active__inner {
  position: relative;
  border-top: solid 1px #ffffff;
  border-bottom: solid 1px #ffffff;
  padding: 30px 0;
}
@media only screen and (min-width: 992px) {
  #home .section-interaction .interaction-card .interaction-card-is-active__inner {
    width: 100%;
    max-width: 1280px;
    line-height: 1;
    padding: 80px 0;
  }
}
#home .section-interaction .interaction-card .interaction-card-is-active__head {
  color: #ffffff;
  text-align: center;
  padding: 0;
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  #home .section-interaction .interaction-card .interaction-card-is-active__head {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 1;
    gap: 40px;
    margin-bottom: 50px;
  }
}
#home .section-interaction .interaction-card .interaction-card-is-active__head .interaction-card__title {
  font-size: 20px;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  margin-bottom: 20px;
  line-height: 1;
}
@media only screen and (min-width: 992px) {
  #home .section-interaction .interaction-card .interaction-card-is-active__head .interaction-card__title {
    font-size: 26px;
    margin-bottom: 0;
  }
}
#home .section-interaction .interaction-card .interaction-card-is-active__head .interaction-card__lead {
  font-size: 14px;
  font-weight: 400;
  font-family: "Shippori Mincho", serif;
  line-height: 1;
}
@media only screen and (min-width: 992px) {
  #home .section-interaction .interaction-card .interaction-card-is-active__head .interaction-card__lead {
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px) {
  #home .section-interaction .interaction-card .interaction-card-is-active__body {
    width: 100%;
  }
}
#home .section-interaction .interaction-card .interaction-card-is-active__body .interaction-card-is-active__body-text {
  line-height: 2.2;
  font-size: 14px;
  text-align: center;
  width: 100%;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  #home .section-interaction .interaction-card .interaction-card-is-active__body .interaction-card-is-active__body-text {
    font-size: 14px;
    margin-bottom: 50px;
  }
}
#home .section-interaction .interaction-card .interaction-card-is-active__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  #home .section-interaction {
    /* --- ホバー時の挙動を共通化 --- */
  }
  #home .section-interaction .interaction-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 100%;
    min-height: 600px;
    overflow: hidden;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #home .section-interaction .interaction-card {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
    overflow: hidden;
    -webkit-transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    will-change: flex, width;
  }
  #home .section-interaction .interaction-card .interaction-card__head {
    -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
    transition: opacity 0.4s ease, visibility 0.4s ease;
  }
  #home .section-interaction .interaction-card .interaction-card__head-img {
    width: 25px !important;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
    transition: opacity 0.4s ease, visibility 0.4s ease;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    font-family: "Shippori Mincho", serif;
    font-size: 26px;
    color: #ffffff;
  }
  #home .section-interaction .interaction-card .interaction-card-is-active {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: opacity 0.4s ease 0.2s;
    transition: opacity 0.4s ease 0.2s;
  }
  #home .section-interaction .interaction-block.is-hover-doctor #interaction-doctor .interaction-card__head,
  #home .section-interaction .interaction-block.is-hover-clinical #interaction-clinical .interaction-card__head,
  #home .section-interaction .interaction-block.is-hover-investigation #interaction-investigation .interaction-card__head {
    opacity: 0;
    visibility: hidden;
  }
  #home .section-interaction .interaction-block.is-hover-doctor #interaction-doctor .interaction-card-is-active,
  #home .section-interaction .interaction-block.is-hover-clinical #interaction-clinical .interaction-card-is-active,
  #home .section-interaction .interaction-block.is-hover-investigation #interaction-investigation .interaction-card-is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  #home .section-interaction .interaction-block.is-hover-doctor #interaction-doctor .interaction-card__head-img,
  #home .section-interaction .interaction-block.is-hover-clinical #interaction-clinical .interaction-card__head-img,
  #home .section-interaction .interaction-block.is-hover-investigation #interaction-investigation .interaction-card__head-img {
    opacity: 0 !important;
  }
  #home .section-interaction .interaction-block[class*=is-hover-] .interaction-card:hover .interaction-card__bg {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  #home .section-interaction .interaction-block[class*=is-hover-] .interaction-card:not(:hover) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
    /*
    .interaction-card__bg {
      // 広がる時に画像自体も少しだけズームさせると「動いている感」がスムーズになります
      transform: scale(1.05); 
    }
    &::before {
      opacity: 0; // ホバーしたカードの暗らみを消す
    }
    */
  }
  #home .section-interaction .interaction-block[class*=is-hover-] .interaction-card:not(:hover) .interaction-card__head {
    opacity: 0 !important;
    visibility: hidden !important;
  }
  #home .section-interaction .interaction-block[class*=is-hover-] .interaction-card:not(:hover) .interaction-card__head-img {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}
@media only screen and (max-width: 991px) {
  #home .interaction-block.is-open-doctor #interaction-doctor .interaction-card__head,
  #home .interaction-block.is-open-clinical #interaction-clinical .interaction-card__head,
  #home .interaction-block.is-open-investigation #interaction-investigation .interaction-card__head {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    position: absolute;
  }
  #home .interaction-block.is-open-doctor #interaction-doctor .interaction-card-is-active,
  #home .interaction-block.is-open-clinical #interaction-clinical .interaction-card-is-active,
  #home .interaction-block.is-open-investigation #interaction-investigation .interaction-card-is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    position: relative;
    text-align: center;
    padding: 50px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
  }
}
#home .section-gallery {
  padding: 90px 0 90px;
  background: -webkit-gradient(linear, left top, left bottom, from(#D6CEC7), to(#F4F2F0));
  background: linear-gradient(to bottom, #D6CEC7 0%, #F4F2F0 100%);
}
@media only screen and (min-width: 992px) {
  #home .section-gallery {
    padding: 120px 0 120px;
  }
}
#home .section-gallery__02 {
  padding: 90px 0 90px;
  background: transparent;
}
@media only screen and (min-width: 992px) {
  #home .section-gallery__02 {
    padding: 120px 0 120px;
  }
}
@-webkit-keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
#home .top-slider-outer .scroll-infinity-top-slide__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
#home .top-slider-outer .scroll-infinity-top-slide__wrap .scroll-infinity-top-slide__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
}
#home .top-slider-outer .scroll-infinity-top-slide__wrap .scroll-infinity-top-slide__list--left {
  -webkit-animation: infinity-scroll-left 40s infinite linear 0.5s both;
          animation: infinity-scroll-left 40s infinite linear 0.5s both;
}
@media only screen and (min-width: 768px) {
  #home .top-slider-outer .scroll-infinity-top-slide__wrap .scroll-infinity-top-slide__list--left {
    -webkit-animation: infinity-scroll-left 30s infinite linear 0.5s both;
            animation: infinity-scroll-left 30s infinite linear 0.5s both;
  }
}
#home .top-slider-outer .scroll-infinity-top-slide__wrap .scroll-infinity-top-slide__item {
  width: 200px;
  margin-right: 20px;
}
@media only screen and (min-width: 768px) {
  #home .top-slider-outer .scroll-infinity-top-slide__wrap .scroll-infinity-top-slide__item {
    width: 300px;
    margin-right: 40px;
  }
}
#home .top-slider-outer .scroll-infinity-top-slide__wrap .scroll-infinity-top-slide__item > img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 200px;
}
@media only screen and (min-width: 768px) {
  #home .top-slider-outer .scroll-infinity-top-slide__wrap .scroll-infinity-top-slide__item > img {
    width: 300px;
  }
}
#home .top-slider-outer .scroll-infinity-top-slide__wrap .scroll-infinity-top-slide__list__02 .scroll-infinity-top-slide__item > img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 200px;
}
@media only screen and (min-width: 768px) {
  #home .top-slider-outer .scroll-infinity-top-slide__wrap .scroll-infinity-top-slide__list__02 .scroll-infinity-top-slide__item > img {
    width: 300px;
  }
}
#home .section-news {
  background: url("../img/top/bg_news_sp.webp") no-repeat center/cover;
  padding: 90px 0;
}
@media only screen and (min-width: 768px) {
  #home .section-news {
    background: url("../img/top/bg_news.webp") no-repeat center/cover;
    padding: 120px 0;
  }
}
#home .section-news__02 {
  background: transparent;
  padding: 0 0 90px;
}
@media only screen and (min-width: 768px) {
  #home .section-news__02 {
    padding: 0 0 120px;
  }
}
#home .section-news .section-news__inner {
  border-radius: 5px;
  padding: 20px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (min-width: 992px) {
  #home .section-news .section-news__inner {
    padding: 60px;
  }
}
#home .section-news .section-news__inner__02 {
  background-color: #A08973;
}
#home .section-news .section-news__heading {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  gap: 20px;
  font-weight: 400;
  font-family: "Shippori Mincho", serif;
  color: #ffffff;
  margin-bottom: 50px;
}
@media only screen and (min-width: 992px) {
  #home .section-news .section-news__heading {
    font-size: 24px;
    gap: 40px;
    margin-bottom: 80px;
  }
}
#home .section-news .section-news__heading::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  background-color: #ffffff;
  margin-left: 20px;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
}
@media only screen and (min-width: 992px) {
  #home .section-news .section-news__heading::before, #home .section-news .section-news__heading::after {
    content: "";
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 1px;
    background-color: #ffffff;
    margin-left: auto;
  }
}
#home .section-news .section-news02__heading {
  font-size: 20px;
  font-weight: 400;
  color: #534437;
  margin-bottom: 50px;
  line-height: 1.3;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  #home .section-news .section-news02__heading {
    font-size: 24px;
    margin-bottom: 70px;
    width: calc(100% - 155px);
  }
}
#home .section-news .section-news02__heading::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  background-color: #ffffff;
  margin-left: 20px;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
}
@media only screen and (min-width: 992px) {
  #home .section-news .section-news02__heading::after {
    margin-left: 40px;
  }
}
#home .section-news .section-news02__heading__02 {
  font-family: "Cormorant", serif;
  color: #ffffff;
}
@media only screen and (min-width: 992px) {
  #home .section-news .section-news02__heading__02 {
    font-size: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1;
  }
}
#home .section-news .section-news02__heading__02 .diver {
  line-height: 1;
  padding: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 992px) {
  #home .section-news .section-news02__heading__02 .diver {
    padding: 0 10px;
    width: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
#home .section-news .section-news02__heading__02 .font-sm {
  font-weight: 500;
  font-size: 14px;
}
@media only screen and (min-width: 992px) {
  #home .section-news .section-news02__heading__02 .font-sm {
    font-size: 14px;
  }
}
#home .section-news .section-news02__heading .section-greeting__heading__02__detail {
  position: absolute;
  display: none;
  line-height: 1;
  width: 110px;
}
@media only screen and (min-width: 992px) {
  #home .section-news .section-news02__heading .section-greeting__heading__02__detail {
    display: block;
    position: absolute;
    right: -155px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 2;
  }
}
#home .section-news .section-news02__heading .section-greeting__heading__02__detail .link-text {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  text-decoration: none;
}
@media only screen and (min-width: 992px) {
  #home .section-news .section-news02__heading .section-greeting__heading__02__detail .link-text {
    font-size: 14px;
  }
}
#home .section-news .section-news02__heading .section-greeting__heading__02__detail .link-text:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  bottom: -5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#home .section-news .section-news02__heading .section-greeting__heading__02__detail .link-arrow {
  width: 12px;
}
#home .section-news .section-news__list {
  position: relative;
  width: 100%;
  max-width: 956px;
  margin: 0 auto;
}
@media only screen and (min-width: 992px) {
  #home .section-news .section-news__list__02 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    max-width: 100%;
  }
}
#home .section-news .section-news__list .news-item {
  background-color: #F2F0EC;
  margin-bottom: 4px;
  padding: 24px 39px 24px 24px;
  display: block;
  position: relative;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  #home .section-news .section-news__list .news-item {
    margin-bottom: 4px;
    padding: 30px 60px 30px 40px;
  }
}
@media only screen and (min-width: 768px) {
  #home .section-news .section-news__list .news-item__02 {
    border-radius: 4px;
    margin-bottom: 0;
    padding: 24px 24px 24px 24px;
  }
}
#home .section-news .section-news__list .news-item__meta {
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  #home .section-news .section-news__list .news-item__meta {
    margin-bottom: 25px;
  }
}
#home .section-news .section-news__list .news-item__meta .news-item__date {
  font-size: 11px;
  line-height: 1;
  color: #534437;
  margin-right: 10px;
}
@media only screen and (min-width: 768px) {
  #home .section-news .section-news__list .news-item__meta .news-item__date {
    font-size: 13px;
    margin-right: 15px;
  }
}
#home .section-news .section-news__list .news-item__meta .news-item__date__02 {
  font-family: "Noto Sans JP", sans-serif;
}
#home .section-news .section-news__list .news-item__meta .news-item__category {
  font-size: 12px;
  line-height: 1;
  color: #534437;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #ADB2BC;
  color: #ffffff;
  border-radius: 50rem;
  line-height: 1;
  padding: 2px 10px;
}
@media only screen and (min-width: 768px) {
  #home .section-news .section-news__list .news-item__meta .news-item__category {
    font-size: 12px;
  }
}
#home .section-news .section-news__list .news-item__meta .news-item__category__02 {
  border-radius: 3px;
}
#home .section-news .section-news__list .news-item__meta .news-item__category.news-item__category--cat-event-seminar {
  background-color: #C6B8AB;
}
#home .section-news .section-news__list .news-item__meta .news-item__category.news-item__category--cat-conference-presentation {
  background-color: #ADB2BC;
}
#home .section-news .section-news__list .news-item__meta .news-item__category.news-item__category--cat-schedule {
  background-color: #A08973;
}
#home .section-news .section-news__list .news-item__meta .news-item__category.news-item__category--cat-media {
  background-color: #9EB4B5;
}
#home .section-news .section-news__list .news-item__title {
  font-size: 12px;
  color: #534437;
  font-weight: 400;
  margin-bottom: 0 !important;
}
@media only screen and (min-width: 768px) {
  #home .section-news .section-news__list .news-item__title {
    font-size: 14px;
    margin-bottom: 0 !important;
  }
}
#home .section-news .section-news__list .news-item__content {
  font-size: 12px;
  color: #534437;
  font-weight: 400;
  border-top: solid 1px #534437;
  margin-top: 15px;
  padding-top: 15px;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (min-width: 768px) {
  #home .section-news .section-news__list .news-item__content {
    font-size: 12px;
    margin-top: 20px;
    padding-top: 20px;
  }
}
#home .section-news .section-news__list .news-item svg.arrow {
  position: absolute;
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (min-width: 768px) {
  #home .section-news .section-news__list .news-item svg.arrow {
    right: 40px;
  }
}
#home .section-news .section-news__list .news-item .news-item_detail_more {
  font-size: 12px;
  color: #534437;
  font-weight: 400;
  border-radius: 5px;
  border: solid 1px #534437;
  font-family: "Noto Sans JP", sans-serif;
  width: 95px;
  text-align: center;
  margin: 20px auto 0;
  padding: 6px 0;
}
@media only screen and (min-width: 768px) {
  #home .section-news .section-news__list .news-item .news-item_detail_more {
    font-size: 12px;
  }
}
#home .section-news .section-news__more {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 768px) {
  #home .section-news .section-news__more {
    margin-top: 40px;
  }
}

.c-btn--primary {
  padding: 16px;
  width: 100%;
  max-width: 200px;
  padding: 16px;
  border-style: solid;
  border-color: #6E5B49;
  color: #534437;
  border-width: 1px 1px 1px 4px;
  background: linear-gradient(135deg, #FAF8F5 0%, #E0DCD2 100%);
  text-decoration: none;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .c-btn--primary {
    font-size: 15px;
    gap: 25px;
    max-width: 270px;
  }
}
.c-btn--primary .btn-text {
  color: #534437;
}
.c-btn--primary .btn-ico path {
  stroke: #C6B8AB;
}
.c-btn--primary.btn-md {
  width: 100%;
  display: block;
  width: 200px;
  gap: 15px;
}
@media only screen and (min-width: 768px) {
  .c-btn--primary.btn-md {
    width: 270px;
    gap: 20px;
  }
}

.c-btn--white {
  padding: 16px;
  width: 100%;
  max-width: 200px;
  padding: 16px;
  border-style: solid;
  border-color: #ffffff;
  color: #534437;
  border-width: 1px 1px 1px 4px;
  background: rgba(255, 255, 255, 0.2);
  text-decoration: none;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .c-btn--white {
    font-size: 15px;
    gap: 25px;
    max-width: 270px;
  }
}
.c-btn--white .btn-text {
  color: #ffffff;
}
.c-btn--white .btn-ico path {
  stroke: #ffffff;
}

#doctor {
  font-family: "Noto Serif JP", serif;
}
#doctor .l-pagebody {
  background-color: #FAF8F5;
  padding: 90px 0 0;
}
@media only screen and (min-width: 768px) {
  #doctor .l-pagebody {
    padding: 120px 0 0;
  }
}
#doctor .section-longevity-intro {
  margin-bottom: 90px;
}
@media only screen and (min-width: 768px) {
  #doctor .section-longevity-intro {
    margin-bottom: 120px;
  }
}
#doctor .section-longevity-intro .section-longevity-intro__inner {
  display: block;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #doctor .section-longevity-intro .section-longevity-intro__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#doctor .section-longevity-intro__col--left {
  width: 100%;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  #doctor .section-longevity-intro__col--left {
    width: 48%;
    margin-bottom: 0;
  }
}
#doctor .section-longevity-intro__col--left .section-longevity-intro__eyecatch {
  background-color: #F2F0EC;
  padding: 20px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  #doctor .section-longevity-intro__col--left .section-longevity-intro__eyecatch {
    padding: 40px;
    margin-bottom: 40px;
  }
}
#doctor .section-longevity-intro__col--left .section-longevity-intro__eyecatch .section-longevity-intro__title {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.9;
}
@media only screen and (min-width: 768px) {
  #doctor .section-longevity-intro__col--left .section-longevity-intro__eyecatch .section-longevity-intro__title {
    font-size: 18px;
  }
}
#doctor .section-longevity-intro__col--left .section-longevity-intro__eyecatch .section-longevity-intro__text {
  font-size: 14px;
  font-weight: 400;
  line-height: 2.2;
}
@media only screen and (min-width: 768px) {
  #doctor .section-longevity-intro__col--left .section-longevity-intro__eyecatch .section-longevity-intro__text {
    font-size: 14px;
  }
}
#doctor .section-longevity-intro__col--right {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #doctor .section-longevity-intro__col--right {
    width: 48%;
  }
}
#doctor .section-greeting {
  margin-bottom: 90px;
}
@media only screen and (min-width: 768px) {
  #doctor .section-greeting {
    margin-bottom: 120px;
  }
}
#doctor .section-greeting__intro {
  width: 100%;
  margin-bottom: 40px;
  font-size: 14px;
  font-weight: 400;
  line-height: 2.2;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  #doctor .section-greeting__intro {
    margin-bottom: 80px;
    font-size: 14px;
    text-align: center;
  }
}
#doctor .section-greeting .section-greeting__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 40px;
}
@media only screen and (min-width: 992px) {
  #doctor .section-greeting .section-greeting__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 80px;
  }
}
#doctor .section-greeting .section-greeting__grid:last-child {
  margin-bottom: 0;
}
#doctor .section-greeting .section-greeting__grid .section-greeting__image {
  width: 100%;
  height: auto;
  margin-bottom: 50px;
  position: relative;
}
@media only screen and (min-width: 992px) {
  #doctor .section-greeting .section-greeting__grid .section-greeting__image {
    width: 34%;
    margin-bottom: 0;
  }
}
#doctor .section-greeting .section-greeting__grid .section-greeting__image .section-greeting__image-box {
  position: relative;
}
#doctor .section-greeting .section-greeting__grid .section-greeting__image .name-sh {
  width: 63%;
  position: absolute;
  right: -1%;
  bottom: 10%;
  -webkit-transform: rotate(-18deg);
          transform: rotate(-18deg);
  z-index: 2;
}
@media only screen and (min-width: 992px) {
  #doctor .section-greeting .section-greeting__grid .section-greeting__image .name-sh {
    right: -10%;
    bottom: 10%;
  }
}
#doctor .section-greeting .section-greeting__grid .section-greeting__image .name-yh {
  width: 85%;
  position: absolute;
  right: -1%;
  bottom: 10%;
  -webkit-transform: rotate(-18deg);
          transform: rotate(-18deg);
  z-index: 2;
}
@media only screen and (min-width: 992px) {
  #doctor .section-greeting .section-greeting__grid .section-greeting__image .name-yh {
    right: -10%;
    bottom: 10%;
  }
}
#doctor .section-greeting .section-greeting__grid .section-greeting__image img {
  width: 100%;
  height: auto;
  display: block;
}
#doctor .section-greeting .section-greeting__grid .section-greeting__content {
  width: 100%;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 992px) {
  #doctor .section-greeting .section-greeting__grid .section-greeting__content {
    width: 61%;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 991px) {
  #doctor .section-greeting .section-greeting__position {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #doctor .section-greeting .section-greeting__name-block {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #doctor .section-greeting .section-greeting__text {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  #doctor .section-greeting .section-greeting__more {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
#doctor .section-greeting .section-greeting__more {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  #doctor .section-greeting .section-greeting__more {
    margin-top: 55px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
#doctor .section-greeting .section-greeting__position {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.9;
  margin-bottom: 50px;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  #doctor .section-greeting .section-greeting__position {
    text-align: left;
    font-size: 16px;
    margin-bottom: 30px;
  }
}
#doctor .section-greeting .section-greeting__name-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  #doctor .section-greeting .section-greeting__name-block {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    margin-bottom: 50px;
  }
}
#doctor .section-greeting .section-greeting__name-block .section-greeting__name-ja {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 10px;
  font-family: "Shippori Mincho", serif;
}
@media only screen and (min-width: 992px) {
  #doctor .section-greeting .section-greeting__name-block .section-greeting__name-ja {
    font-size: 26px;
    margin-bottom: 0;
  }
}
#doctor .section-greeting .section-greeting__name-block .section-greeting__name-en {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 15px;
  font-family: "Shippori Mincho", serif;
}
@media only screen and (min-width: 992px) {
  #doctor .section-greeting .section-greeting__name-block .section-greeting__name-en {
    font-size: 18px;
    margin-bottom: 0;
    margin-left: 30px;
  }
}
#doctor .section-greeting .section-greeting__name-block .section-greeting__name-block-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
@media only screen and (min-width: 992px) {
  #doctor .section-greeting .section-greeting__name-block .section-greeting__name-block-sns {
    gap: 20px;
    margin-left: 30px;
  }
}
#doctor .section-greeting .section-greeting__name-block .section-greeting__name-block-sns .ico-link {
  width: 20px;
}
@media only screen and (min-width: 992px) {
  #doctor .section-greeting .section-greeting__name-block .section-greeting__name-block-sns .ico-link {
    width: 30px;
  }
}
#doctor .section-greeting .section-greeting__text {
  font-size: 14px;
  font-weight: 400;
  line-height: 2.2;
}
@media only screen and (min-width: 992px) {
  #doctor .section-greeting .section-greeting__text {
    font-size: 14px;
  }
}
#doctor .section-greeting .section-greeting__text p {
  margin-bottom: 1em;
}
#doctor .section-greeting .section-greeting__text p:last-child {
  margin-bottom: 0;
}
#doctor .section-doctor-cards {
  background-color: #F2F0EC;
  padding: 90px 0;
}
@media only screen and (min-width: 768px) {
  #doctor .section-doctor-cards {
    padding: 120px 0;
  }
}
#doctor .section-doctor-cards .section-doctor-cards-wrap {
  margin-top: 50px;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #doctor .section-doctor-cards .section-doctor-cards-wrap {
    margin-top: 80px;
  }
}
#doctor .section-doctor-cards .section-doctor-cards__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
}
@media only screen and (min-width: 768px) {
  #doctor .section-doctor-cards .section-doctor-cards__list {
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
  }
}
#doctor .section-doctor-cards .section-doctor-cards__list.row-02 {
  grid-template-columns: repeat(1, 1fr);
}
@media only screen and (min-width: 768px) {
  #doctor .section-doctor-cards .section-doctor-cards__list.row-02 {
    grid-template-columns: repeat(2, 1fr);
  }
}
#doctor .section-doctor-cards .section-doctor-cards__list .doctor-card {
  border-left: solid 4px #E0DCD2;
  padding-left: 20px;
  padding-top: 10px;
}
@media only screen and (min-width: 768px) {
  #doctor .section-doctor-cards .section-doctor-cards__list .doctor-card {
    border-left: none;
    padding-left: 0;
    padding-top: 0;
  }
}
#doctor .section-doctor-cards .section-doctor-cards__list .doctor-card__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  #doctor .section-doctor-cards .section-doctor-cards__list .doctor-card__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-left: solid 4px #E0DCD2;
    padding-left: 20px;
  }
}
#doctor .section-doctor-cards .section-doctor-cards__list .doctor-card__image {
  width: 40%;
}
@media only screen and (min-width: 768px) {
  #doctor .section-doctor-cards .section-doctor-cards__list .doctor-card__image {
    width: 40%;
  }
}
#doctor .section-doctor-cards .section-doctor-cards__list .doctor-card__head-body {
  width: 55%;
}
@media only screen and (min-width: 768px) {
  #doctor .section-doctor-cards .section-doctor-cards__list .doctor-card__head-body {
    width: 55%;
  }
}
#doctor .section-doctor-cards .section-doctor-cards__list .doctor-card__head-body.w-100 {
  width: 100%;
}
#doctor .section-doctor-cards .section-doctor-cards__list .doctor-card .doctor-card__profile {
  border-top: solid 1px #534437;
  font-size: 12px;
  margin-top: 20px;
  padding-top: 20px;
  line-height: 1.6;
}
@media only screen and (min-width: 768px) {
  #doctor .section-doctor-cards .section-doctor-cards__list .doctor-card .doctor-card__profile {
    font-size: 12px;
  }
}
@media only screen and (min-width: 768px) {
  #doctor .section-doctor-cards .section-doctor-cards__list .doctor-card__body {
    padding-top: 10px;
    padding-bottom: 10px;
    border-left: none;
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) {
  #doctor .section-doctor-cards .section-doctor-cards__list .doctor-card .doctor-card__head-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
#doctor .section-doctor-cards .section-doctor-cards__list .doctor-card .doctor-card__head-row .doctor-card__name-ja {
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
  #doctor .section-doctor-cards .section-doctor-cards__list .doctor-card .doctor-card__head-row .doctor-card__name-ja {
    font-size: 18px;
    margin-right: 20px;
  }
}
#doctor .section-doctor-cards .section-doctor-cards__list .doctor-card .doctor-card__head-row .doctor-card__name-en {
  font-size: 10px;
}
@media only screen and (min-width: 768px) {
  #doctor .section-doctor-cards .section-doctor-cards__list .doctor-card .doctor-card__head-row .doctor-card__name-en {
    font-size: 12px;
  }
}
#doctor .section-doctor-cards .section-doctor-cards__list .doctor-card .doctor-card__department {
  font-size: 14px;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  #doctor .section-doctor-cards .section-doctor-cards__list .doctor-card .doctor-card__department {
    font-size: 14px;
  }
}
#doctor .section-doctor-cards .section-doctor-cards__list .doctor-card .doctor-card__desc {
  font-size: 12px;
  padding-top: 20px;
  line-height: 1.7;
}
@media only screen and (min-width: 768px) {
  #doctor .section-doctor-cards .section-doctor-cards__list .doctor-card .doctor-card__desc {
    font-size: 12px;
  }
}
#doctor .section-doctor-cards .section-doctor-cards__list--sub {
  margin-top: 50px;
}
@media only screen and (min-width: 768px) {
  #doctor .section-doctor-cards .section-doctor-cards__list--sub {
    margin-top: 80px;
  }
}
#doctor .section-affiliated-clinics {
  padding: 90px 0;
}
@media only screen and (min-width: 768px) {
  #doctor .section-affiliated-clinics {
    padding: 120px 0;
  }
}
#doctor .section-affiliated-clinics.bg-50 {
  background-color: #F2F0EC;
}
#doctor .section-affiliated-clinics.bg-75 {
  background-color: #E7E5E1;
}
#doctor .section-affiliated-clinics__lead {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.9;
  text-align: left;
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  #doctor .section-affiliated-clinics__lead {
    font-size: 16px;
    text-align: center;
    margin-bottom: 80px;
  }
}
#doctor .section-affiliated-clinics .clinic-card-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
}
@media only screen and (min-width: 768px) {
  #doctor .section-affiliated-clinics .clinic-card-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
#doctor .section-affiliated-clinics .clinic-card-list .clinic-card {
  border-left: solid 4px #E0DCD2;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 2.2;
  color: #534437;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  #doctor .section-affiliated-clinics .clinic-card-list .clinic-card {
    padding-left: 20px;
  }
}
#doctor .section-affiliated-clinics .clinic-card-list .clinic-card .clinic-card__name {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.9;
  text-align: left;
  color: #534437;
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  #doctor .section-affiliated-clinics .clinic-card-list .clinic-card .clinic-card__name {
    font-size: 18px;
  }
}
#doctor .section-affiliated-clinics .clinic-card-list .clinic-card .clinic-card__body {
  width: 100%;
  border-top: solid 1px #534437;
  padding-top: 20px;
  margin-top: 20px;
  font-size: 11px;
}
@media only screen and (min-width: 768px) {
  #doctor .section-affiliated-clinics .clinic-card-list .clinic-card .clinic-card__body {
    font-size: 14px;
  }
}
#doctor .section-affiliated-clinics .clinic-card-lg {
  border-left: solid 4px #E0DCD2;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 2.2;
  color: #534437;
  text-decoration: none;
  margin-bottom: 50px;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  #doctor .section-affiliated-clinics .clinic-card-lg {
    padding-left: 20px;
    margin-bottom: 80px;
  }
}
#doctor .section-affiliated-clinics .clinic-card-lg .clinic-card__name {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.9;
  text-align: left;
  color: #534437;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  #doctor .section-affiliated-clinics .clinic-card-lg .clinic-card__name {
    font-size: 18px;
  }
}
#doctor .section-affiliated-clinics .clinic-card-lg .clinic-card__body {
  width: 100%;
  border-top: solid 1px #534437;
  padding-top: 20px;
  margin-top: 20px;
  font-size: 11px;
}
@media only screen and (min-width: 768px) {
  #doctor .section-affiliated-clinics .clinic-card-lg .clinic-card__body {
    font-size: 14px;
  }
}
#doctor .section-affiliated-clinics .clinic-card-lg .clinic-card__body a {
  color: #534437;
}
#doctor .section-affiliated-clinics .clinic-card-lg .clinic-card-img-row {
  display: block;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  #doctor .section-affiliated-clinics .clinic-card-lg .clinic-card-img-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 20px;
  }
}
#doctor .section-affiliated-clinics .clinic-card-lg .clinic-card-img-row .clinic-card-img-inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 40px;
}
@media only screen and (min-width: 768px) {
  #doctor .section-affiliated-clinics .clinic-card-lg .clinic-card-img-row .clinic-card-img-inner {
    width: 50%;
    padding: 20px 40px;
  }
}
#doctor .section-affiliated-clinics .clinic-card-lg .clinic-card-img-row .clinic-card-text-inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #9ABCDF;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #382E23;
  font-size: 12px;
}
@media only screen and (min-width: 768px) {
  #doctor .section-affiliated-clinics .clinic-card-lg .clinic-card-img-row .clinic-card-text-inner {
    width: 50%;
    padding: 20px 40px;
    font-size: 14px;
  }
}
#doctor .section-longevity-nav {
  padding: 90px 0;
}
@media only screen and (min-width: 768px) {
  #doctor .section-longevity-nav {
    padding: 120px 0;
  }
}
#doctor .section-longevity-nav .section-longevity-nav__inner {
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  #doctor .section-longevity-nav .section-longevity-nav__inner {
    margin-bottom: 100px;
  }
}
#doctor .section-longevity-nav .section-longevity-nav__inner .longevity-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 20px;
}
@media only screen and (min-width: 768px) {
  #doctor .section-longevity-nav .section-longevity-nav__inner .longevity-nav__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    max-width: 870px;
    margin-left: auto;
    margin-right: auto;
  }
}
#doctor .section-longevity-nav .section-longevity-nav__inner .longevity-nav__list .longevity-nav__item {
  line-height: 1;
  margin: 0;
}
#doctor .section-longevity-nav .section-longevity-nav__inner .longevity-nav__list .longevity-nav__item a {
  color: #534437;
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  #doctor .section-longevity-nav .section-longevity-nav__inner .longevity-nav__list .longevity-nav__item a {
    font-size: 14px;
  }
}
@media only screen and (min-width: 992px) {
  #doctor .section-longevity-nav .section-longevity-nav__inner .longevity-nav__list .longevity-nav__item a {
    font-size: 16px;
  }
}

#clinical {
  font-family: "Noto Serif JP", serif;
}
#clinical .l-pagebody {
  background-color: #FAF8F5;
  padding: 90px 0 0;
}
@media only screen and (min-width: 768px) {
  #clinical .l-pagebody {
    padding: 120px 0 0;
  }
}
#clinical .section-medical-difference {
  padding: 0 0 90px;
}
@media only screen and (min-width: 768px) {
  #clinical .section-medical-difference {
    padding: 0 0 120px;
  }
}
#clinical .section-medical-difference .section-medical-difference__columns {
  display: block;
}
@media only screen and (min-width: 768px) {
  #clinical .section-medical-difference .section-medical-difference__columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#clinical .section-medical-difference .section-medical-difference__columns .section-medical-difference__col--text {
  width: 100%;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  #clinical .section-medical-difference .section-medical-difference__columns .section-medical-difference__col--text {
    width: 57%;
    margin-bottom: 0;
  }
}
#clinical .section-medical-difference .section-medical-difference__columns .section-medical-difference__col--text .section-medical-difference__col--text-inner {
  font-size: 14px;
  line-height: 2.2;
}
#clinical .section-medical-difference .section-medical-difference__columns .section-medical-difference__col--image {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #clinical .section-medical-difference .section-medical-difference__columns .section-medical-difference__col--image {
    width: 40%;
  }
}
#clinical .section-data-science {
  padding: 0 0 90px;
}
@media only screen and (min-width: 768px) {
  #clinical .section-data-science {
    padding: 0 0 120px;
  }
}
#clinical .section-data-science .section-data-science__body-inner {
  font-size: 14px;
  line-height: 2.2;
}
#clinical .section-data-science .section-data-science__epigenetic {
  padding: 20px;
  background-color: #F2F0EC;
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  #clinical .section-data-science .section-data-science__epigenetic {
    padding: 40px;
    margin-top: 50px;
  }
}
#clinical .section-data-science .section-data-science__epigenetic .section-heading__03 {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  #clinical .section-data-science .section-data-science__epigenetic .section-heading__03 {
    font-size: 18px;
    margin-bottom: 24px;
  }
}
#clinical .section-clinical-research {
  padding: 0 0 90px;
}
@media only screen and (min-width: 768px) {
  #clinical .section-clinical-research {
    padding: 0 0 120px;
  }
}
#clinical .section-clinical-research .section-clinical-research_body-inner {
  font-size: 14px;
  line-height: 2.2;
}
#clinical .section-treatment-flow {
  background-color: #F2F0EC;
  padding: 90px 0 90px;
}
@media only screen and (min-width: 768px) {
  #clinical .section-treatment-flow {
    padding: 120px 0 120px;
  }
}
#clinical .section-treatment-flow .treatment-flow-cards {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
@media only screen and (min-width: 992px) {
  #clinical .section-treatment-flow .treatment-flow-cards {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
  }
}
#clinical .section-treatment-flow .treatment-flow-cards .treatment-card {
  padding: 16px;
  background-color: #ffffff;
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 992px) {
  #clinical .section-treatment-flow .treatment-flow-cards .treatment-card {
    padding: 24px;
    width: calc(25% - 22px);
  }
}
#clinical .section-treatment-flow .treatment-flow-cards .treatment-card:after {
  content: "";
  background-image: url(../img/clinical/ico_step_arrow.svg);
  width: 18px;
  height: 23px;
  position: absolute;
  top: auto;
  bottom: -38px;
  -webkit-transform: translate(0, -50%) rotate(90deg);
          transform: translate(0, -50%) rotate(90deg);
  left: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding: 0;
}
@media only screen and (min-width: 992px) {
  #clinical .section-treatment-flow .treatment-flow-cards .treatment-card:after {
    background-image: url(../img/clinical/ico_step_arrow.svg);
    top: 50%;
    bottom: auto;
    -webkit-transform: translate(0, -50%) rotate(0);
            transform: translate(0, -50%) rotate(0);
    right: -24px;
    left: auto;
  }
}
#clinical .section-treatment-flow .treatment-flow-cards .treatment-card:last-child:after {
  display: none;
}
#clinical .section-treatment-flow .treatment-flow-cards .treatment-card .treatment-card__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #534437;
  border-bottom: solid 1px #C6B8AB;
  padding-bottom: 24px;
  margin-bottom: 24px;
}
@media only screen and (min-width: 992px) {
  #clinical .section-treatment-flow .treatment-flow-cards .treatment-card .treatment-card__head {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
#clinical .section-treatment-flow .treatment-flow-cards .treatment-card .treatment-card__head .treatment-card__head-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 992px) {
  #clinical .section-treatment-flow .treatment-flow-cards .treatment-card .treatment-card__head .treatment-card__head-left {
    display: block;
  }
}
#clinical .section-treatment-flow .treatment-flow-cards .treatment-card .treatment-card__head .treatment-card__head-right {
  width: 40px;
}
@media only screen and (min-width: 992px) {
  #clinical .section-treatment-flow .treatment-flow-cards .treatment-card .treatment-card__head .treatment-card__head-right {
    width: 55px;
  }
}
#clinical .section-treatment-flow .treatment-flow-cards .treatment-card .treatment-card__head .treatment-card__step {
  font-size: 24px;
  font-weight: 300;
  color: #E0DCD2;
  margin-right: 10px;
}
@media only screen and (min-width: 992px) {
  #clinical .section-treatment-flow .treatment-flow-cards .treatment-card .treatment-card__head .treatment-card__step {
    font-size: 32px;
    margin-right: 0;
  }
}
#clinical .section-treatment-flow .treatment-flow-cards .treatment-card .treatment-card__head .treatment-card__title {
  font-size: 18px;
  font-weight: 700;
  font-weight: 400;
}
@media only screen and (min-width: 992px) {
  #clinical .section-treatment-flow .treatment-flow-cards .treatment-card .treatment-card__head .treatment-card__title {
    font-size: 18px;
  }
}
#clinical .section-treatment-flow .treatment-flow-cards .treatment-card .treatment-card__body .treatment-card__body-text {
  font-size: 14px;
  line-height: 2.2;
}
@media only screen and (min-width: 768px) {
  #clinical .section-treatment-flow .treatment-flow-cards .treatment-card .treatment-card__body .treatment-card__body-text {
    font-size: 14px;
  }
}
#clinical .section-treatment-flow .treatment-flow__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #clinical .section-treatment-flow .treatment-flow__more {
    margin-top: 80px;
  }
}

#investigation {
  font-family: "Noto Serif JP", serif;
}
#investigation .l-pagebody {
  background-color: #FAF8F5;
  padding: 90px 0 0;
}
@media only screen and (min-width: 768px) {
  #investigation .l-pagebody {
    padding: 120px 0 0;
  }
}
#investigation .section-medical-difference {
  padding: 0 0 90px;
}
@media only screen and (min-width: 768px) {
  #investigation .section-medical-difference {
    padding: 0 0 120px;
  }
}
#investigation .section-medical-difference .section-medical-difference__columns {
  display: block;
}
@media only screen and (min-width: 768px) {
  #investigation .section-medical-difference .section-medical-difference__columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#investigation .section-medical-difference .section-medical-difference__columns .section-medical-difference__col--text {
  width: 100%;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  #investigation .section-medical-difference .section-medical-difference__columns .section-medical-difference__col--text {
    width: 57%;
    margin-bottom: 0;
  }
}
#investigation .section-medical-difference .section-medical-difference__columns .section-medical-difference__col--text .section-medical-difference__col--text-inner {
  font-size: 14px;
  line-height: 2.2;
}
#investigation .section-medical-difference .section-medical-difference__columns .section-medical-difference__col--image {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #investigation .section-medical-difference .section-medical-difference__columns .section-medical-difference__col--image {
    width: 40%;
  }
}
#investigation .section-data-science {
  padding: 0 0 90px;
}
@media only screen and (min-width: 768px) {
  #investigation .section-data-science {
    padding: 0 0 120px;
  }
}
#investigation .section-data-science .section-data-science__body-inner {
  font-size: 14px;
  line-height: 2.2;
}
#investigation .section-data-science .section-data-science__epigenetic {
  padding: 20px;
  background-color: #F2F0EC;
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  #investigation .section-data-science .section-data-science__epigenetic {
    padding: 40px;
    margin-top: 50px;
  }
}
#investigation .section-data-science .section-data-science__epigenetic .section-heading__03 {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  #investigation .section-data-science .section-data-science__epigenetic .section-heading__03 {
    font-size: 18px;
    margin-bottom: 24px;
  }
}
#investigation .section-clinical-research {
  padding: 0 0 90px;
}
@media only screen and (min-width: 768px) {
  #investigation .section-clinical-research {
    padding: 0 0 120px;
  }
}
#investigation .section-clinical-research .section-clinical-research_body-inner {
  font-size: 14px;
  line-height: 2.2;
}
#investigation .section-data-gallery {
  padding: 90px 0 90px;
  background-color: #E0DCD2;
}
@media only screen and (min-width: 768px) {
  #investigation .section-data-gallery {
    padding: 90px 0 120px;
  }
}
#investigation .section-data-gallery .gallery-slider {
  width: 100%;
  overflow: hidden;
}
#investigation .section-data-gallery .gallery-slider .js-gallery-swiper {
  overflow: visible; /* 両端チラ見せ用 */
}
#investigation .section-data-gallery .gallery-slider .swiper-slide {
  border-radius: 10px;
  overflow: hidden;
}
#investigation .section-data-gallery .gallery-slider .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
}
#investigation .section-data-gallery .gallery-slider .swiper-pagination {
  position: static;
  margin-top: 14px;
}
#investigation .section-data-gallery .gallery-slider .swiper-wrapper {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  #investigation .section-data-gallery .gallery-slider .swiper-wrapper {
    margin-bottom: 45px;
  }
}
#investigation .section-data-gallery .gallery-slider .swiper-pagination-progressbar {
  background: #FAF8F5;
  mix-blend-mode: multiply;
  height: 3px;
  border-radius: 999px;
  overflow: hidden;
  width: calc(100% - 40px);
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
}
#investigation .section-data-gallery .gallery-slider .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  border-radius: 999px;
  background-color: #C6B8AB;
}
#investigation .section-data-gallery .gallery-swiper-card .gallery-swiper-card-img {
  width: 100%;
}
#investigation .section-data-gallery .gallery-swiper-card .gallery-swiper-card-body {
  font-size: 12px;
  line-height: 1.6;
  font-family: "Noto Serif JP", serif;
  color: #534437;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  #investigation .section-data-gallery .gallery-swiper-card .gallery-swiper-card-body {
    line-height: 2.2;
    font-size: 14px;
    margin-top: 20px;
  }
}
#investigation .section-bottom {
  padding: 90px 0 90px;
}
@media only screen and (min-width: 768px) {
  #investigation .section-bottom {
    padding: 120px 0 120px;
  }
}
#investigation .treatment-flow__more {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  #investigation .treatment-flow__more {
    margin-bottom: 100px;
  }
}

#dr-hibino,
#dr-hayashida {
  font-family: "Noto Serif JP", serif;
}
#dr-hibino .l-pagebody,
#dr-hayashida .l-pagebody {
  background-color: #FAF8F5;
  padding: 90px 0 0;
}
@media only screen and (min-width: 768px) {
  #dr-hibino .l-pagebody,
  #dr-hayashida .l-pagebody {
    padding: 120px 0 0;
  }
}
#dr-hibino .section-profile,
#dr-hayashida .section-profile {
  margin-bottom: 90px;
}
@media only screen and (min-width: 768px) {
  #dr-hibino .section-profile,
  #dr-hayashida .section-profile {
    margin-bottom: 120px;
  }
}
#dr-hibino .section-profile .section-profile__grid,
#dr-hayashida .section-profile .section-profile__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 40px;
}
@media only screen and (min-width: 992px) {
  #dr-hibino .section-profile .section-profile__grid,
  #dr-hayashida .section-profile .section-profile__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 50px;
  }
}
#dr-hibino .section-profile .section-profile__grid:last-child,
#dr-hayashida .section-profile .section-profile__grid:last-child {
  margin-bottom: 0;
}
#dr-hibino .section-profile .section-profile__grid .section-profile__image,
#dr-hayashida .section-profile .section-profile__grid .section-profile__image {
  width: 100%;
  margin-bottom: 50px;
  position: relative;
}
@media only screen and (min-width: 992px) {
  #dr-hibino .section-profile .section-profile__grid .section-profile__image,
  #dr-hayashida .section-profile .section-profile__grid .section-profile__image {
    width: 34%;
    margin-bottom: 0;
  }
}
#dr-hibino .section-profile .section-profile__grid .section-profile__image img,
#dr-hayashida .section-profile .section-profile__grid .section-profile__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
#dr-hibino .section-profile .section-profile__grid .section-profile__content,
#dr-hayashida .section-profile .section-profile__grid .section-profile__content {
  width: 100%;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 992px) {
  #dr-hibino .section-profile .section-profile__grid .section-profile__content,
  #dr-hayashida .section-profile .section-profile__grid .section-profile__content {
    width: 61%;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 991px) {
  #dr-hibino .section-profile .section-profile__position,
  #dr-hayashida .section-profile .section-profile__position {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #dr-hibino .section-profile .section-profile__name-block,
  #dr-hayashida .section-profile .section-profile__name-block {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
#dr-hibino .section-profile .section-profile__more,
#dr-hayashida .section-profile .section-profile__more {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  #dr-hibino .section-profile .section-profile__more,
  #dr-hayashida .section-profile .section-profile__more {
    margin-top: 55px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
#dr-hibino .section-profile .section-profile__position,
#dr-hayashida .section-profile .section-profile__position {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.9;
  margin-bottom: 50px;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  #dr-hibino .section-profile .section-profile__position,
  #dr-hayashida .section-profile .section-profile__position {
    text-align: left;
    font-size: 16px;
    margin-bottom: 30px;
  }
}
#dr-hibino .section-profile .section-profile__name-block,
#dr-hayashida .section-profile .section-profile__name-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  #dr-hibino .section-profile .section-profile__name-block,
  #dr-hayashida .section-profile .section-profile__name-block {
    display: block;
    text-align: left;
    margin-bottom: 50px;
  }
}
#dr-hibino .section-profile .section-profile__name-block .section-profile__name-ja,
#dr-hayashida .section-profile .section-profile__name-block .section-profile__name-ja {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 10px;
  font-family: "Shippori Mincho", serif;
}
@media only screen and (min-width: 992px) {
  #dr-hibino .section-profile .section-profile__name-block .section-profile__name-ja,
  #dr-hayashida .section-profile .section-profile__name-block .section-profile__name-ja {
    font-size: 26px;
    margin-bottom: 20px;
  }
}
#dr-hibino .section-profile .section-profile__name-block .section-profile__name-en,
#dr-hayashida .section-profile .section-profile__name-block .section-profile__name-en {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 15px;
  font-family: "Shippori Mincho", serif;
}
@media only screen and (min-width: 992px) {
  #dr-hibino .section-profile .section-profile__name-block .section-profile__name-en,
  #dr-hayashida .section-profile .section-profile__name-block .section-profile__name-en {
    font-size: 18px;
    margin-bottom: 0;
  }
}
#dr-hibino .section-profile .section-profile-detail .section-profile-detail-inner,
#dr-hayashida .section-profile .section-profile-detail .section-profile-detail-inner {
  font-size: 14px;
  font-weight: 400;
  line-height: 2.2;
}
@media only screen and (min-width: 992px) {
  #dr-hibino .section-profile .section-profile-detail .section-profile-detail-inner,
  #dr-hayashida .section-profile .section-profile-detail .section-profile-detail-inner {
    font-size: 14px;
  }
}
#dr-hibino .section-association,
#dr-hayashida .section-association {
  margin-bottom: 90px;
}
@media only screen and (min-width: 992px) {
  #dr-hibino .section-association,
  #dr-hayashida .section-association {
    margin-bottom: 120px;
  }
}
#dr-hibino .section-association .association-list,
#dr-hayashida .section-association .association-list {
  font-size: 14px;
  font-weight: 400;
  line-height: 2.2;
  padding-left: 1.5em;
  color: #534437;
}
@media only screen and (min-width: 992px) {
  #dr-hibino .section-association .association-list,
  #dr-hayashida .section-association .association-list {
    font-size: 14px;
  }
}
#dr-hibino .section-association .association-list li,
#dr-hayashida .section-association .association-list li {
  list-style: disc;
}
#dr-hibino .section-regenerative-seminar,
#dr-hayashida .section-regenerative-seminar {
  margin-bottom: 90px;
}
@media only screen and (min-width: 992px) {
  #dr-hibino .section-regenerative-seminar,
  #dr-hayashida .section-regenerative-seminar {
    margin-bottom: 120px;
  }
}
#dr-hibino .section-regenerative-seminar .seminar-list,
#dr-hayashida .section-regenerative-seminar .seminar-list {
  font-size: 14px;
  font-weight: 400;
  line-height: 2.2;
  padding-left: 1.5em;
  color: #534437;
}
@media only screen and (min-width: 992px) {
  #dr-hibino .section-regenerative-seminar .seminar-list,
  #dr-hayashida .section-regenerative-seminar .seminar-list {
    font-size: 14px;
  }
}
#dr-hibino .section-regenerative-seminar .seminar-list li,
#dr-hayashida .section-regenerative-seminar .seminar-list li {
  list-style: disc;
}
#dr-hibino .section-papers,
#dr-hayashida .section-papers {
  margin-bottom: 90px;
}
@media only screen and (min-width: 992px) {
  #dr-hibino .section-papers,
  #dr-hayashida .section-papers {
    margin-bottom: 120px;
  }
}
#dr-hibino .section-papers .paper-list,
#dr-hayashida .section-papers .paper-list {
  font-size: 14px;
  font-weight: 400;
  line-height: 2.2;
  padding-left: 1.5em;
  color: #534437;
}
@media only screen and (min-width: 992px) {
  #dr-hibino .section-papers .paper-list,
  #dr-hayashida .section-papers .paper-list {
    font-size: 14px;
  }
}
#dr-hibino .section-papers .paper-list li,
#dr-hayashida .section-papers .paper-list li {
  list-style: disc;
}
#dr-hibino .section-media-books,
#dr-hayashida .section-media-books {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  #dr-hibino .section-media-books,
  #dr-hayashida .section-media-books {
    margin-bottom: 0;
  }
}
#dr-hibino .section-media-books .media-list,
#dr-hayashida .section-media-books .media-list {
  font-size: 14px;
  font-weight: 400;
  line-height: 2.2;
  padding-left: 1.5em;
  color: #534437;
}
@media only screen and (min-width: 992px) {
  #dr-hibino .section-media-books .media-list,
  #dr-hayashida .section-media-books .media-list {
    font-size: 14px;
  }
}
#dr-hibino .section-media-books .media-list li,
#dr-hayashida .section-media-books .media-list li {
  list-style: disc;
}
#dr-hibino .section-heading__01,
#dr-hayashida .section-heading__01 {
  margin-bottom: 40px;
}
@media only screen and (min-width: 992px) {
  #dr-hibino .section-heading__01,
  #dr-hayashida .section-heading__01 {
    margin-bottom: 40px;
  }
}
#dr-hibino .section-heading__03,
#dr-hayashida .section-heading__03 {
  font-size: 14px;
  font-weight: 400;
  line-height: 2.2;
  color: #534437;
}
@media only screen and (min-width: 992px) {
  #dr-hibino .section-heading__03,
  #dr-hayashida .section-heading__03 {
    font-size: 14px;
  }
}
#dr-hibino .section-media-list-heading__03,
#dr-hayashida .section-media-list-heading__03 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: #534437;
  border-left: solid 4px #C6B8AB;
  padding-left: 20px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  #dr-hibino .section-media-list-heading__03,
  #dr-hayashida .section-media-list-heading__03 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

.news-single {
  display: block;
  font-family: "Noto Serif JP", serif;
}
.news-single p,
.news-single .wp-block-lazyblock-yasutakahayashida-kiji,
.news-single .wp-block-lazyblock-wawakohibino-kiji,
.news-single .wp-block-lazyblock-article-detail-indexlist-card,
.news-single .wp-block-lazyblock-article-thumb-full,
.news-single .wp-block-lazyblock-article-thumb-middle {
  margin-bottom: 3rem;
  line-height: 2.2;
}
@media only screen and (min-width: 768px) {
  .news-single p,
  .news-single .wp-block-lazyblock-yasutakahayashida-kiji,
  .news-single .wp-block-lazyblock-wawakohibino-kiji,
  .news-single .wp-block-lazyblock-article-detail-indexlist-card,
  .news-single .wp-block-lazyblock-article-thumb-full,
  .news-single .wp-block-lazyblock-article-thumb-middle {
    margin-bottom: 3rem;
  }
}

.page-section {
  padding: 60px 0;
}
@media only screen and (min-width: 992px) {
  .page-section {
    padding: 120px 0;
  }
}

@media only screen and (min-width: 768px) {
  .split-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.split-block .split-block__left {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .split-block .split-block__left {
    width: 66%;
  }
}
.split-block .split-block__right {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .split-block .split-block__right {
    width: 23%;
  }
}

.news-item {
  padding: 16px 0;
  border-top: solid 1px #C6B8AB;
  border-bottom: solid 1px #C6B8AB;
}
@media only screen and (min-width: 768px) {
  .news-item {
    padding: 40px 0;
  }
}

.filter__list-title {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
  font-family: "Noto Serif JP", serif;
}
@media only screen and (min-width: 768px) {
  .filter__list-title {
    font-size: 16px;
  }
}

.news-filter__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 40px;
}

/* label全体をボタンに */
.news-filter__item {
  cursor: pointer;
}

/* チェックボックスは完全に隠す */
.news-filter__item input[type=checkbox] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* ボタン見た目 */
.news-filter__item span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 28px;
  padding: 0 16px;
  font-size: 14px;
  line-height: 1;
  border-radius: 999px;
  border: 1px solid #C6B8AB;
  background: #C6B8AB;
  color: #ffffff;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.news-filter__item input:checked + span {
  background: #A08973;
  color: #ffffff;
  border-color: #A08973;
}

.news-item-card {
  font-family: "Noto Serif JP", serif;
  text-decoration: none;
  color: #534437;
}
@media only screen and (min-width: 768px) {
  .news-item-card {
    text-decoration: none;
  }
}
.news-item-card .news-item-card-inner .news-item-card-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .news-item-card .news-item-card-inner .news-item-card-head {
    margin-bottom: 20px;
  }
}
.news-item-card .news-item-card-inner .news-item-card-head .news-item__date {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
}
.news-item-card .news-item-card-inner .news-item-card-head .news-item__cats {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
}
@media only screen and (min-width: 768px) {
  .news-item-card .news-item-card-inner .news-item-card-head .news-item__cats {
    font-size: 12px;
  }
}
.news-item-card .news-item-card-inner .news-item-card-head .news-item__cats .news-item__cat {
  display: inline-block;
  padding: 0.3em 1em;
  font-size: 12px;
  line-height: 1;
  border-radius: 50rem;
  white-space: nowrap;
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .news-item-card .news-item-card-inner .news-item-card-head .news-item__cats .news-item__cat {
    font-size: 12px;
  }
}
.news-item-card .news-item-card-inner .news-item__title {
  width: 100%;
  font-size: 18px;
  line-height: 1.7;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 20px;
  font-weight: 500;
  color: #534437;
}
@media only screen and (min-width: 768px) {
  .news-item-card .news-item-card-inner .news-item__title {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.news-item-card .news-item-card-inner .news-item-card-body p {
  font-size: 14px;
  line-height: 2.2;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .news-item-card .news-item-card-inner .news-item-card-body p {
    font-size: 14px;
  }
}

.title-side-contents {
  font-size: 16px;
  font-family: "Noto Serif JP", serif;
  padding-bottom: 16px;
  border-bottom: solid 1px #C6B8AB;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .title-side-contents {
    font-size: 16px;
    padding-bottom: 16px;
  }
}

.side-news-wrap,
.cat-list-card {
  width: 100%;
  padding: 16px 16px 16px 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ffffff;
  border-left: solid 4px #C6B8AB;
  margin-bottom: 56px;
}
@media only screen and (min-width: 768px) {
  .side-news-wrap,
  .cat-list-card {
    margin-bottom: 56px;
  }
}

.news-item-side {
  padding: 16px 0;
  position: relative;
  border-bottom: dashed 1px #C6B8AB;
}
@media only screen and (min-width: 768px) {
  .news-item-side {
    padding: 16px 0;
  }
}
.news-item-side:last-child {
  border-bottom: dashed 0 #C6B8AB;
}

.news-item-card-side {
  font-family: "Noto Serif JP", serif;
  text-decoration: none;
  color: #534437;
}
@media only screen and (min-width: 768px) {
  .news-item-card-side {
    text-decoration: none;
  }
}
.news-item-card-side .news-item-card-side-inner .news-item-card-side-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  .news-item-card-side .news-item-card-side-inner .news-item-card-side-head {
    margin-bottom: 16px;
  }
}
.news-item-card-side .news-item-card-side-inner .news-item-card-side-head .news-item__date {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
}
.news-item-card-side .news-item-card-side-inner .news-item-card-side-head .news-item__cats {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
}
@media only screen and (min-width: 768px) {
  .news-item-card-side .news-item-card-side-inner .news-item-card-side-head .news-item__cats {
    font-size: 12px;
  }
}
.news-item-card-side .news-item-card-side-inner .news-item-card-side-head .news-item__cats .news-item__cat {
  display: inline-block;
  padding: 0.3em 1em;
  font-size: 12px;
  line-height: 1;
  border-radius: 50rem;
  white-space: nowrap;
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .news-item-card-side .news-item-card-side-inner .news-item-card-side-head .news-item__cats .news-item__cat {
    font-size: 12px;
  }
}
.news-item-card-side .news-item-card-side-inner .news-item__title {
  width: 100%;
  font-size: 12px;
  line-height: 1.7;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  color: #534437;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .news-item-card-side .news-item-card-side-inner .news-item__title {
    font-size: 12px;
  }
}

.cat-list-card__body {
  margin-top: 16px;
}
@media only screen and (min-width: 768px) {
  .cat-list-card__body {
    margin-top: 16px;
  }
}

.cat-list-card-nav .cat-list-card-nav-item {
  position: relative;
  margin-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  .cat-list-card-nav .cat-list-card-nav-item {
    margin-bottom: 16px;
  }
}
.cat-list-card-nav .cat-list-card-nav-item .cat-list-card-nav-item-link {
  text-decoration: none;
  font-family: "Noto Serif JP", serif;
  color: #534437;
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .cat-list-card-nav .cat-list-card-nav-item .cat-list-card-nav-item-link {
    font-size: 14px;
  }
}

ul.page-numbers {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  ul.page-numbers {
    gap: 20px;
    margin-top: 50px;
  }
}
ul.page-numbers li a {
  background-color: #C6B8AB;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  ul.page-numbers li a {
    width: 32px;
    height: 32px;
  }
}
ul.page-numbers li a svg {
  width: 10px !important;
  height: auto !important;
}
ul.page-numbers li a svg path {
  width: 100% !important;
}
ul.page-numbers li .current {
  background-color: rgba(198, 184, 171, 0.5);
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  ul.page-numbers li .current {
    width: 32px;
    height: 32px;
  }
}

.article-detail-card-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .article-detail-card-head {
    margin-bottom: 20px;
  }
}
.article-detail-card-head .article-detail-card-item__date {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
}
.article-detail-card-head .article-detail-card-item__cats {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
}
@media only screen and (min-width: 768px) {
  .article-detail-card-head .article-detail-card-item__cats {
    font-size: 12px;
  }
}
.article-detail-card-head .article-detail-card-item__cats .article-detail-card-item__cat {
  display: inline-block;
  padding: 0.3em 1em;
  font-size: 12px;
  line-height: 1;
  border-radius: 50rem;
  white-space: nowrap;
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .article-detail-card-head .article-detail-card-item__cats .article-detail-card-item__cat {
    font-size: 12px;
  }
}

.article-detail-card-item__title {
  width: 100%;
  font-size: 18px;
  line-height: 1.7;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  color: #534437;
  border-bottom: solid 1px #534437;
  padding-bottom: 15px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .article-detail-card-item__title {
    font-size: 26px;
    padding-bottom: 20px;
    margin-bottom: 50px;
  }
}

.article-detail-supervision-card {
  background-color: #C6B8AB;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  clear: both;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .article-detail-supervision-card {
    padding: 40px;
  }
}
.article-detail-supervision-card .article-detail-supervision-card-head {
  font-family: "Noto Serif JP", serif;
  color: #534437;
  font-weight: 400;
  font-size: 14px;
  border-bottom: solid 1px #534437;
  margin-bottom: 30px;
  padding-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .article-detail-supervision-card .article-detail-supervision-card-head {
    font-size: 18px;
    margin-bottom: 40px;
  }
}
.article-detail-supervision-card .article-detail-supervision-card-body .article-detail-supervision-card-thumb {
  width: 39%;
  float: left;
}
@media only screen and (min-width: 768px) {
  .article-detail-supervision-card .article-detail-supervision-card-body .article-detail-supervision-card-thumb {
    width: 22%;
  }
}
.article-detail-supervision-card .article-detail-supervision-card-contents {
  width: 61%;
  padding-left: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: right;
}
@media only screen and (min-width: 768px) {
  .article-detail-supervision-card .article-detail-supervision-card-contents {
    width: 78%;
    padding-left: 25px;
  }
}
.article-detail-supervision-card .article-detail-supervision-card-contents .article-detail-supervision-card-name {
  display: block;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .article-detail-supervision-card .article-detail-supervision-card-contents .article-detail-supervision-card-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 20px;
  }
}
.article-detail-supervision-card .article-detail-supervision-card-contents .article-detail-supervision-card-name .article-detail-supervision-card-name-jp {
  font-family: "Noto Serif JP", serif;
  color: #534437;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .article-detail-supervision-card .article-detail-supervision-card-contents .article-detail-supervision-card-name .article-detail-supervision-card-name-jp {
    font-size: 20px;
    margin-bottom: 0;
  }
}
.article-detail-supervision-card .article-detail-supervision-card-contents .article-detail-supervision-card-name .article-detail-supervision-card-name-en {
  font-family: "Noto Serif JP", serif;
  color: #534437;
  font-weight: 400;
  font-size: 10px;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .article-detail-supervision-card .article-detail-supervision-card-contents .article-detail-supervision-card-name .article-detail-supervision-card-name-en {
    font-size: 12px;
    margin-left: 20px;
  }
}
.article-detail-supervision-card .article-detail-supervision-card-contents .article-detail-supervision-card-career {
  font-family: "Noto Serif JP", serif;
  color: #534437;
  font-weight: 400;
  font-size: 12px;
  line-height: 2;
}
@media only screen and (min-width: 768px) {
  .article-detail-supervision-card .article-detail-supervision-card-contents .article-detail-supervision-card-career {
    font-size: 12px;
  }
}
.article-detail-supervision-card .article-detail-supervision-card-text {
  font-family: "Noto Serif JP", serif;
  color: #534437;
  font-weight: 400;
  font-size: 12px;
  padding-top: 20px;
  line-height: 2;
  width: 100%;
  padding-left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .article-detail-supervision-card .article-detail-supervision-card-text {
    float: right;
    width: auto;
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
    padding-top: 30px;
    width: 78%;
    padding-left: 25px;
  }
}
@media only screen and (max-width: 544px) {
  .article-detail-supervision-card .article-detail-supervision-card-text {
    clear: both;
  }
}

.article-detail-indexlist-card {
  background-color: #ffffff;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  clear: both;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .article-detail-indexlist-card {
    padding: 40px;
  }
}
.article-detail-indexlist-card .article-detail-indexlist-card-head {
  font-family: "Noto Serif JP", serif;
  color: #534437;
  font-weight: 400;
  font-size: 14px;
  border-bottom: solid 1px #C6B8AB;
  margin-bottom: 30px;
  padding-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .article-detail-indexlist-card .article-detail-indexlist-card-head {
    font-size: 18px;
    margin-bottom: 40px;
  }
}
.article-detail-indexlist-card .article-detail-indexlist-card-list {
  padding-left: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.article-detail-indexlist-card .article-detail-indexlist-card-list .article-detail-indexlist-card-list-item {
  font-family: "Noto Serif JP", serif;
  color: #534437;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 20px;
  list-style-type: decimal;
}
@media only screen and (min-width: 768px) {
  .article-detail-indexlist-card .article-detail-indexlist-card-list .article-detail-indexlist-card-list-item {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.article-detail-indexlist-card .article-detail-indexlist-card-list .article-detail-indexlist-card-list-item:last-child {
  margin-bottom: 0;
}
.article-detail-indexlist-card .article-detail-indexlist-card-list .article-detail-indexlist-card-list-item .article-detail-indexlist-card-list-item-link {
  text-decoration: none;
}

.article-thumb {
  display: block;
}

.article-thumb-full {
  width: 100%;
}

.article-thumb-middle {
  width: 90%;
  max-width: 416px;
}

.article-headding-02 {
  font-family: "Noto Serif JP", serif;
  color: #534437;
  font-weight: 400;
  font-size: 22px;
  margin-bottom: 1.5rem;
  line-height: 1.7;
}
@media only screen and (min-width: 768px) {
  .article-headding-02 {
    font-size: 22px;
    margin-bottom: 1.5rem;
  }
}

.article-headding-03 {
  font-family: "Noto Serif JP", serif;
  color: #534437;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 1.5rem;
  border-left: solid 4px #C6B8AB;
  padding-left: 12px;
  line-height: 1.7;
}
@media only screen and (min-width: 768px) {
  .article-headding-03 {
    font-size: 18px;
    margin-bottom: 1.5rem;
    padding-left: 16px;
  }
}

.article-headding-04 {
  font-family: "Noto Serif JP", serif;
  color: #534437;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 1.5rem;
  line-height: 1.7;
}
@media only screen and (min-width: 768px) {
  .article-headding-04 {
    font-size: 16px;
    margin-bottom: 1.5rem;
  }
}

.bottom-back-link {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 100px;
}
@media only screen and (min-width: 768px) {
  .bottom-back-link {
    margin-top: 140px;
  }
}
.bottom-back-link .bottom-back-link-text {
  font-family: "Noto Serif JP", serif;
  color: #534437;
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 768px) {
  .bottom-back-link .bottom-back-link-text {
    font-size: 15px;
  }
}
.bottom-back-link .bottom-back-link-text svg {
  margin-right: 10px;
}
@media only screen and (min-width: 768px) {
  .bottom-back-link .bottom-back-link-text svg {
    margin-right: 15px;
  }
}

/* 1 */
.news-item__cat--1 {
  background: #a3a3a3;
  color: #ffffff;
}

/* 2 */
.news-item__cat--2 {
  background: #698789;
  color: #ffffff;
}

/* 3 */
.news-item__cat--3 {
  background: #c6b8ab;
  color: #ffffff;
}

/* 4 */
.news-item__cat--4 {
  background: #adb2bc;
  color: #ffffff;
}

/* 5 */
.news-item__cat--5 {
  background: #7c8494;
  color: #ffffff;
}

/* 6 */
.news-item__cat--6 {
  background: #9995a2;
  color: #ffffff;
}

/* 7 */
.news-item__cat--7 {
  background: #b69393;
  color: #ffffff;
}

/* 8 */
.news-item__cat--8 {
  background: #9faf98;
  color: #ffffff;
}

/* 9 */
.news-item__cat--9 {
  background: #b8b598;
  color: #ffffff;
}

/* 10 */
.news-item__cat--10 {
  background: rgb(212, 206, 222);
  color: #ffffff;
}

#faq {
  font-family: "Noto Serif JP", serif;
  /* tabs */
  /* タブ全体（ここで下線を引く） */
  /* タブ */
  /* panels */
  /* question */
  /* answer */
}
#faq .faq-wrap {
  padding: 20px 0;
}
#faq .faq-tabs-wrap {
  width: 100%;
  position: relative;
}
#faq .faq-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  margin-bottom: 50px;
  width: 100%;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  position: relative; /* これ必須 */
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  /* border-bottom はやめる */
  border-bottom: none;
  /* 下線を内側に描画 */
}
@media only screen and (min-width: 768px) {
  #faq .faq-tabs {
    margin-bottom: 80px;
    gap: 10px;
  }
}
#faq .faq-tabs::-webkit-scrollbar {
  display: none;
}
#faq .faq-tabs::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0; /* 内側 */
  width: 100%;
  height: 2px;
  background: #A08973;
  z-index: 1;
}
#faq .faq-tab {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  text-align: center;
  padding: 12px 14px;
  font-size: 13px;
  font-family: "Noto Serif JP", serif;
  color: #534437;
  background-color: #F2F0EC;
  mix-blend-mode: multiply;
  border-radius: 4px 4px 0 0;
  border: solid 2px #F2F0EC;
  border-width: 4px 2px 0 2px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  #faq .faq-tab {
    width: 195px;
  }
}
#faq .faq-tab.is-active {
  background: transparent;
  border-color: #A08973;
  border-bottom: none;
  mix-blend-mode: normal;
  /* ↓ 下線を“消す”ためのマスク */
}
#faq .faq-tab.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0; /* .faq-tabs::before と同じ位置 */
  width: 100%;
  height: 2px;
  background: #F2F0EC; /* “線の背景色”に合わせる */
  z-index: 3;
}
#faq .faq-panel {
  display: none;
}
#faq .faq-panel.is-active {
  display: block;
}
#faq .faq-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
#faq .faq-item {
  color: #534437;
  margin-bottom: 24px;
}
@media only screen and (min-width: 768px) {
  #faq .faq-item {
    width: 100%;
    margin-bottom: 32px;
  }
}
#faq .faq-item:last-child {
  margin-bottom: 0;
}
#faq .faq-q {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  padding: 24px 50px 24px 32px;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
  border-left: solid 4px #C6B8AB;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ffffff;
  position: relative;
}
@media only screen and (min-width: 768px) {
  #faq .faq-q {
    padding: 24px 50px 24px 32px;
  }
}
#faq .faq-q .faq-q__icon {
  font-size: 16px;
  line-height: 1.7;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  #faq .faq-q .faq-q__icon {
    font-size: 16px;
  }
}
#faq .faq-q .faq-q__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-size: 16px;
  line-height: 1.7;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  #faq .faq-q .faq-q__text {
    width: 100%;
    font-size: 16px;
  }
}
#faq .faq-q .faq-q__chev {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 12px;
  height: 12px;
  border-right: 1px solid #534437;
  border-bottom: 1px solid #534437;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: absolute;
  top: calc(50% - 6px);
  right: 20px;
}
@media only screen and (min-width: 768px) {
  #faq .faq-q .faq-q__chev {
    right: 32px;
    width: 16px;
    height: 16px;
    top: calc(50% - 8px);
  }
}
#faq .faq-q[aria-expanded=true] .faq-q__chev {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
}
#faq .faq-a {
  padding: 20px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  #faq .faq-a {
    padding: 32px 32px;
  }
}
#faq .faq-a__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  padding: 14px 12px;
  border-radius: 10px;
}
#faq .faq-a__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 14px;
  line-height: 1.7;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  padding-top: 2px;
}
@media only screen and (min-width: 768px) {
  #faq .faq-a__icon {
    font-size: 14px;
  }
}
#faq .faq-a__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-size: 14px;
  line-height: 1.8;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  #faq .faq-a__body {
    font-size: 14px;
  }
}
#faq .faq-a__body p:last-child {
  margin-bottom: 0;
}
#faq .faq-empty {
  padding: 14px 0;
  color: rgba(83, 68, 55, 0.7);
}

#contact {
  /*
  .ncf__tabs {
    display: flex;
    gap: 8px;
    margin-bottom: 24px;
  }
  */
  /* タブ */
  /* パネル表示切替 */
  /* フィールド間 */
  /* ラベル */
  /* input / select / textarea */
  /* textarea */
  /* チェックボックス */
  /*
    .ncf__step--input {
      .ncf-input-wrap {
         display: none;
      }

      &.is-active {
        .ncf-input-wrap {
         display: block;
        }      
      }
    }



    .ncf__step--confirm {
      width: 100%;
      position: relative;

      .ncf__confirm {
        display: none;
        width: 100%;
      }

      .ncf__actions {
        &.submit {
          display: none;
        }
      }

      .ncf__actions {
        &.confirm {
          display: flex;
        }
      }

      &.is-active {
        .ncf__confirm {
          display: flex;
        }

        .ncf__actions {
          &.submit {
            display: flex;
          }
        }

        .ncf__actions {
          &.confirm {
            display: none;
          }
        }
      }
    }
      */
}
#contact .ncf__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  margin-bottom: 50px;
  width: 100%;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  position: relative; /* これ必須 */
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  /* border-bottom はやめる */
  border-bottom: none;
  /* 下線を内側に描画 */
}
@media only screen and (min-width: 768px) {
  #contact .ncf__tabs {
    margin-bottom: 80px;
    gap: 10px;
  }
}
#contact .ncf__tabs::-webkit-scrollbar {
  display: none;
}
#contact .ncf__tabs::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0; /* 内側 */
  width: 100%;
  height: 2px;
  background: #A08973;
  z-index: 1;
}
#contact .ncf__tab {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  text-align: center;
  padding: 12px 14px;
  font-size: 13px;
  font-family: "Noto Serif JP", serif;
  color: #534437;
  background-color: #F2F0EC;
  mix-blend-mode: multiply;
  border-radius: 4px 4px 0 0;
  border: solid 2px #F2F0EC;
  border-width: 4px 2px 0 2px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  #contact .ncf__tab {
    width: 50%;
  }
}
#contact .ncf__tab.is-active {
  background: transparent;
  border-color: #A08973;
  border-bottom: none;
  mix-blend-mode: normal;
  /* ↓ 下線を“消す”ためのマスク */
}
#contact .ncf__tab.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0; /* .faq-tabs::before と同じ位置 */
  width: 100%;
  height: 2px;
  background: #F2F0EC; /* “線の背景色”に合わせる */
  z-index: 3;
}
#contact .ncf {
  /* theme */
  --ncf-text: #000000;
  --ncf-muted: #6b7280;
  --ncf-border: #d7d7d7;
  --ncf-border-strong: #b9b9b9;
  --ncf-bg: #ffffff;
  --ncf-bg-soft: #f6f6f6;
  --ncf-focus: #111827;
  --ncf-error: #b91c1c;
  color: var(--ncf-text);
}
#contact .ncf__panel {
  display: none;
}
#contact .ncf__panel.is-active {
  display: block;
}
#contact .ncf__field {
  margin-bottom: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #contact .ncf__field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }
}
#contact .ncf__field.ncf_file__field {
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  #contact .ncf__field.ncf_file__field {
    margin-top: 10px;
  }
}
#contact .ncf__field:last-child {
  margin-bottom: 0;
}
#contact .ncf__field input,
#contact .ncf__field .textarea {
  width: 100%;
  display: block;
}
#contact .ncf__field.privacypolicy____field {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
}
@media only screen and (min-width: 768px) {
  #contact .ncf__field.privacypolicy____field {
    margin-top: 60px;
  }
}
#contact .ncf__label {
  display: block;
  line-height: 1.7;
  margin-bottom: 8px;
  letter-spacing: 0.02em;
  width: 100%;
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 768px) {
  #contact .ncf__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 250px;
    font-size: 16px;
  }
}
#contact .ncf__label .require-badge {
  font-size: 12px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #BAA999;
  color: #ffffff;
  border-radius: 50rem;
  width: 56px;
  padding: 5px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1;
  text-align: center;
  margin-right: 10px;
  display: block;
}
@media only screen and (min-width: 768px) {
  #contact .ncf__label .require-badge {
    font-size: 12px;
    margin-right: 20px;
  }
}
#contact .ncf__label .any-badge {
  font-size: 12px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #BABABA;
  color: #ffffff;
  border-radius: 50rem;
  width: 56px;
  padding: 5px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1;
  text-align: center;
  margin-right: 10px;
  display: block;
}
@media only screen and (min-width: 768px) {
  #contact .ncf__label .any-badge {
    font-size: 12px;
    margin-right: 20px;
  }
}
#contact .ncf__field-contents {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #contact .ncf__field-contents {
    width: calc(100% - 250px);
  }
}
#contact .ncf input[type=text],
#contact .ncf input[type=email],
#contact .ncf input[type=tel],
#contact .ncf select,
#contact .ncf textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #838383;
  background: var(--ncf-bg);
  color: var(--ncf-text);
  border-radius: 0;
  padding: 16px;
  font-size: 14px;
  line-height: 1.7;
  -webkit-transition: border-color 0.15s ease, background-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: border-color 0.15s ease, background-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease, -webkit-box-shadow 0.15s ease;
}
@media only screen and (min-width: 768px) {
  #contact .ncf input[type=text],
  #contact .ncf input[type=email],
  #contact .ncf input[type=tel],
  #contact .ncf select,
  #contact .ncf textarea {
    padding: 16px;
  }
}
#contact .ncf input[type=text]::-webkit-input-placeholder, #contact .ncf input[type=email]::-webkit-input-placeholder, #contact .ncf input[type=tel]::-webkit-input-placeholder, #contact .ncf select::-webkit-input-placeholder, #contact .ncf textarea::-webkit-input-placeholder {
  color: var(--ncf-muted);
  color: #BABABA;
}
#contact .ncf input[type=text]::-moz-placeholder, #contact .ncf input[type=email]::-moz-placeholder, #contact .ncf input[type=tel]::-moz-placeholder, #contact .ncf select::-moz-placeholder, #contact .ncf textarea::-moz-placeholder {
  color: var(--ncf-muted);
  color: #BABABA;
}
#contact .ncf input[type=text]:-ms-input-placeholder, #contact .ncf input[type=email]:-ms-input-placeholder, #contact .ncf input[type=tel]:-ms-input-placeholder, #contact .ncf select:-ms-input-placeholder, #contact .ncf textarea:-ms-input-placeholder {
  color: var(--ncf-muted);
  color: #BABABA;
}
#contact .ncf input[type=text]::-ms-input-placeholder, #contact .ncf input[type=email]::-ms-input-placeholder, #contact .ncf input[type=tel]::-ms-input-placeholder, #contact .ncf select::-ms-input-placeholder, #contact .ncf textarea::-ms-input-placeholder {
  color: var(--ncf-muted);
  color: #BABABA;
}
#contact .ncf input[type=text]::placeholder,
#contact .ncf input[type=email]::placeholder,
#contact .ncf input[type=tel]::placeholder,
#contact .ncf select::placeholder,
#contact .ncf textarea::placeholder {
  color: var(--ncf-muted);
  color: #BABABA;
}
#contact .ncf input[type=text]:focus,
#contact .ncf input[type=email]:focus,
#contact .ncf input[type=tel]:focus,
#contact .ncf select:focus,
#contact .ncf textarea:focus {
  outline: none;
  border-color: #BAA999;
}
#contact .ncf input[type=text]:disabled,
#contact .ncf input[type=email]:disabled,
#contact .ncf input[type=tel]:disabled,
#contact .ncf select:disabled,
#contact .ncf textarea:disabled {
  background: var(--ncf-bg-soft);
  color: #9ca3af;
  cursor: not-allowed;
}
#contact .ncf select {
  padding-right: 42px;
  background-image: linear-gradient(45deg, transparent 50%, var(--ncf-muted) 50%), linear-gradient(135deg, var(--ncf-muted) 50%, transparent 50%), linear-gradient(to right, transparent, transparent);
  background-position: calc(100% - 18px) 50%, calc(100% - 12px) 50%, 0 0;
  background-size: 6px 6px, 6px 6px, 100% 100%;
  background-repeat: no-repeat;
  color: #545454;
}
#contact .ncf select:first-child {
  color: #BABABA;
}
#contact .ncf select:has(option:checked:not([value=""])) {
  color: #545454;
}
#contact .ncf select option {
  color: #545454;
  background-color: #fff;
}
#contact .ncf select option:hover, #contact .ncf select option:checked {
  background-color: #F2F0EC;
}
#contact .ncf textarea {
  resize: vertical;
  min-height: 140px;
}
#contact .ncf__check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  line-height: 1.5;
  color: var(--ncf-text);
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  color: #534437;
}
@media only screen and (min-width: 768px) {
  #contact .ncf__check {
    font-size: 15px;
  }
}
#contact .ncf__check input[type=checkbox] {
  margin-top: 2px;
  width: 18px;
  height: 18px;
  border-radius: 1px;
  cursor: pointer;
  accent-color: #534437;
}
#contact .ncf__check input[type=checkbox]:focus {
  outline: none;
}
#contact .ncf__check input[type=checkbox]:disabled {
  cursor: not-allowed;
  background: var(--ncf-bg-soft);
}
#contact .ncf__check a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
  color: #534437;
}
#contact .ncf__check a:hover {
  text-decoration: none;
}
#contact .ncf-btn-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#contact .ncf-btn-wrap .ncf__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  #contact .ncf-btn-wrap .ncf__actions {
    margin-top: 40px;
  }
}
#contact .ncf-btn-wrap .ncf__actions.confirm {
  width: 100%;
  gap: 20px;
}
#contact .ncf__dl {
  width: 100%;
  position: relative;
}
#contact .ncf__dl .ncf__row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
#contact .ncf__dl .ncf__row dt {
  display: block;
  line-height: 1.7;
  margin-bottom: 8px;
  letter-spacing: 0.02em;
  width: 100%;
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  #contact .ncf__dl .ncf__row dt {
    font-size: 16px;
    margin-bottom: 10px;
    width: 180px;
  }
}
#contact .ncf__dl .ncf__row dd {
  width: 100%;
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  #contact .ncf__dl .ncf__row dd {
    font-size: 16px;
    width: calc(100% - 220px);
    margin-bottom: 10px;
  }
}
#contact .ncf input[type=file] {
  font-size: 14px;
  color: transparent;
}
#contact .ncf input[type=file]::-webkit-file-upload-button {
  margin-right: 12px;
  padding: 10px 16px;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  background-color: #534437;
  color: #ffffff;
  font-weight: 400;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.15s ease, -webkit-box-shadow 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.15s ease, -webkit-box-shadow 0.2s ease;
  transition: transform 0.15s ease, box-shadow 0.2s ease, opacity 0.2s ease;
  transition: transform 0.15s ease, box-shadow 0.2s ease, opacity 0.2s ease, -webkit-transform 0.15s ease, -webkit-box-shadow 0.2s ease;
  -webkit-box-shadow: 0 6px 18px rgba(83, 68, 55, 0.25);
          box-shadow: 0 6px 18px rgba(83, 68, 55, 0.25);
}
#contact .ncf input[type=file]::file-selector-button {
  margin-right: 12px;
  padding: 10px 16px;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  background-color: #534437;
  color: #ffffff;
  font-weight: 400;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.15s ease, -webkit-box-shadow 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.15s ease, -webkit-box-shadow 0.2s ease;
  transition: transform 0.15s ease, box-shadow 0.2s ease, opacity 0.2s ease;
  transition: transform 0.15s ease, box-shadow 0.2s ease, opacity 0.2s ease, -webkit-transform 0.15s ease, -webkit-box-shadow 0.2s ease;
  -webkit-box-shadow: 0 6px 18px rgba(83, 68, 55, 0.25);
          box-shadow: 0 6px 18px rgba(83, 68, 55, 0.25);
}
#contact .ncf input[type=file]::-webkit-file-upload-button:active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-box-shadow: 0 6px 18px rgba(83, 68, 55, 0.25);
          box-shadow: 0 6px 18px rgba(83, 68, 55, 0.25);
}
#contact .ncf input[type=file]::file-selector-button:active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-box-shadow: 0 6px 18px rgba(83, 68, 55, 0.25);
          box-shadow: 0 6px 18px rgba(83, 68, 55, 0.25);
}
#contact .ncf .ncf__note {
  font-size: 12px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 10px;
  color: var(--ncf-text);
}
@media only screen and (min-width: 768px) {
  #contact .ncf .ncf__note {
    font-size: 14px;
  }
}
#contact .ncf .ncf__attach-pdf {
  margin-top: 10px;
}
#contact .ncf .ncf__attach-pdf a {
  font-size: 12px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: var(--ncf-text);
}
@media only screen and (min-width: 768px) {
  #contact .ncf .ncf__attach-pdf a {
    font-size: 14px;
  }
}
#contact .ncf__error {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  color: red;
  text-align: center;
  width: 100%;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  #contact .ncf__error {
    font-size: 15px;
    margin-top: 30px;
  }
}
#contact .ncf__loading {
  position: fixed;
  inset: 0;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  background: rgba(255, 255, 255, 0.7);
  z-index: 9999;
  width: 100%;
  height: 100dvh;
}
#contact .ncf__loading.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#contact .ncf__spinner {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-top-color: rgba(0, 0, 0, 0.7);
  -webkit-animation: ncfSpin 0.9s linear infinite;
          animation: ncfSpin 0.9s linear infinite;
}
@-webkit-keyframes ncfSpin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes ncfSpin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

#contact-thanks {
  background-color: #F2F0EC;
  font-family: "Noto Serif JP", serif;
}
#contact-thanks .l-pagebody {
  padding-top: 60px;
}
@media only screen and (min-width: 768px) {
  #contact-thanks .l-pagebody {
    padding-top: 135px;
  }
}
#contact-thanks .page-section {
  padding: 90px 0;
  position: relative;
}
@media only screen and (min-width: 768px) {
  #contact-thanks .page-section {
    padding: 120px 0;
  }
}
#contact-thanks .thanks-text {
  font-size: 14px;
  line-height: 2.2;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  #contact-thanks .thanks-text {
    font-size: 14px;
  }
}

#privacypolicy {
  font-family: "Noto Serif JP", serif;
}
#privacypolicy .l-pagebody {
  background-color: #FAF8F5;
  padding: 90px 0 90px;
}
@media only screen and (min-width: 768px) {
  #privacypolicy .l-pagebody {
    padding: 120px 0 120px;
  }
}
#privacypolicy h2 {
  font-size: 16px;
  font-family: "Noto Serif JP", serif;
  line-height: 1.7;
  font-weight: 400;
  margin-bottom: 20px;
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  #privacypolicy h2 {
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 40px;
  }
}
#privacypolicy p {
  font-size: 13px;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 20px;
  line-height: 1.7;
  font-weight: 200;
}
@media only screen and (min-width: 768px) {
  #privacypolicy p {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
#privacypolicy ul {
  margin-bottom: 20px;
  line-height: 1.7;
  font-weight: 200;
}
@media only screen and (min-width: 768px) {
  #privacypolicy ul {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
#privacypolicy .bottom-back-link {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 100px;
}
@media only screen and (min-width: 768px) {
  #privacypolicy .bottom-back-link {
    margin-top: 140px;
  }
}
#privacypolicy .bottom-back-link .bottom-back-link-text {
  font-family: "Noto Serif JP", serif;
  color: #534437;
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 768px) {
  #privacypolicy .bottom-back-link .bottom-back-link-text {
    font-size: 15px;
  }
}
#privacypolicy .bottom-back-link .bottom-back-link-text svg {
  margin-right: 10px;
}
@media only screen and (min-width: 768px) {
  #privacypolicy .bottom-back-link .bottom-back-link-text svg {
    margin-right: 15px;
  }
}

.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.d-inline-block {
  display: inline-block !important;
}

@media only screen and (min-width: 544px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-inline-md-block,
  .d-md-inline-block {
    display: inline-block !important;
  }
}
@media only screen and (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-inline-md-block,
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .just-content-md-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .align-items-md-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .flex-row-md-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-inline-lg-block,
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .flex-row-lg-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .just-content-lg-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (min-width: 1280px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-block {
    display: block !important;
  }
}
.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.mx-atuo {
  margin-left: auto;
  margin-right: auto;
}

.link-none {
  pointer-events: none;
}

.text-red {
  color: #FF0000;
}