@charset "UTF-8";
/* ================================
Reset
================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  word-break: break-all;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dd {
  margin-left: 0;
}

a {
  display: inline-block;
  background-color: transparent;
  text-decoration: none;
  color: inherit;
  word-wrap: break-word;
}

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

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

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

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

textarea {
  overflow: auto;
  resize: none;
}

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

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

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

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

label[for] {
  cursor: pointer;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

picture {
  display: block;
  width: 100%;
  height: 100%;
}

img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ================================
Base
================================ */
html {
  font-size: clamp(12px, 1.3vw, 15px);
  scroll-behavior: smooth;
  scroll-padding-top: 6.9rem;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 4vw;
  }
}

body {
  font-family: "Roboto", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  color: #4c4948;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

* img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

a {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
a:hover {
  opacity: 0.7;
}

/* ================================
Container
================================ */
/* root container */
.l-wrapper {
  overflow-x: clip;
}

/* main container */
.l-content-container {
  position: relative;
  margin: 4.7rem 0 0;
}

/* container */
.l-container {
  width: calc(100% - 2rem);
  max-width: calc(1200px + 2rem);
  margin-left: auto;
  margin-right: auto;
}
.l-container.-sm {
  max-width: 989px;
}

.rc-anchor-content {
  display: none;
}

/* ================================
Header
================================ */
.l-header {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 4.7rem;
  background-color: #fff;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.l-header__inner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 0 1.3rem;
  padding: 0 5.3rem 0 0;
}
.l-header__logo {
  position: relative;
  z-index: 1000;
  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: 0.3rem 1.3rem;
  background-color: #fff;
  padding: 1rem 1.3rem;
  margin: 0 auto 0 0;
}
.l-header__logo-img {
  width: 21.7rem;
  height: auto;
  aspect-ratio: 324/38;
}
.l-header__logo-img img {
  -o-object-fit: contain;
     object-fit: contain;
}
.l-header__logo-text {
  font-family: "Afacad", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
}
.l-header__toggle {
  display: none;
}
@media screen and (min-width: 769px) {
  .l-header.-transparent {
    height: 6.9rem;
    background-color: transparent;
  }
  .l-header.-transparent .l-header__logo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1.3rem 1.7rem;
  }
  .l-header.-transparent .l-header-drawer__menu-item {
    color: #fff;
  }
  .l-header.-transparent .l-header-dropdown {
    top: 0;
  }
  .l-header.is-fixed {
    height: 4.7rem;
    background-color: #fff;
  }
  .l-header.is-fixed .l-header__logo {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 1rem 1.3rem;
  }
  .l-header.is-fixed .l-header-drawer__menu-item {
    color: #4c4948;
  }
  .l-header.is-fixed .l-header-dropdown {
    top: 0;
  }
  .l-header:has(.l-header-drawer__menu-item.-has_megamenu:hover) .l-header-drawer__menu-item {
    color: #4c4948;
  }
}
@media screen and (max-width: 1024px) {
  .l-header__inner {
    padding: 0 2rem 0 0;
  }
}
@media screen and (max-width: 768px) {
  .l-header {
    background-color: #fff;
  }
  .l-header__inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
  }
  .l-header__logo {
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1rem;
  }
  .l-header__logo-img {
    width: 16.7rem;
  }
  .l-header__logo-text {
    font-size: 1rem;
  }
  .l-header__toggle {
    display: block;
    position: relative;
    z-index: 1000;
    width: 3.3rem;
    height: 3.3rem;
    cursor: pointer;
  }
  .l-header__toggle span {
    position: absolute;
    left: 0.8rem;
    display: inline-block;
    width: 1.7rem;
    height: 0.1rem;
    background-color: #4c4948;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .l-header__toggle span:nth-of-type(1) {
    top: 1.1rem;
  }
  .l-header__toggle span:nth-of-type(2) {
    top: 1.6rem;
  }
  .l-header__toggle span:nth-of-type(3) {
    bottom: 1.1rem;
  }
  .l-header__toggle.is-active span:nth-of-type(1) {
    -webkit-transform: translateY(0.5rem) rotate(45deg);
            transform: translateY(0.5rem) rotate(45deg);
  }
  .l-header__toggle.is-active span:nth-of-type(2) {
    opacity: 0;
  }
  .l-header__toggle.is-active span:nth-of-type(3) {
    -webkit-transform: translateY(-0.5rem) rotate(-45deg);
            transform: translateY(-0.5rem) rotate(-45deg);
  }
}

.l-header-drawer {
  position: relative;
  z-index: 10;
}
.l-header-drawer__menu {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 2rem;
}
.l-header-drawer__menu-item {
  height: 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;
  font-size: 1rem;
}
.l-header-drawer__menu-item > a,
.l-header-drawer__menu-item > span {
  display: block;
  width: 100%;
}
@media screen and (min-width: 789px) {
  .l-header-drawer__menu-item > a,
  .l-header-drawer__menu-item > span {
    position: relative;
    padding: 0.5rem 0;
    cursor: pointer;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
  }
  .l-header-drawer__menu-item > a::after,
  .l-header-drawer__menu-item > span::after {
    content: "";
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #00a5b1;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
  }
  .l-header-drawer__menu-item.-current > a::after,
  .l-header-drawer__menu-item.-current > span::after {
    opacity: 1;
  }
  .l-header-drawer__menu-item.-has_megamenu:hover .l-header-dropdown {
    opacity: 1;
    visibility: visible;
  }
  .l-header-drawer__menu-item.-clinic_group .l-header-dropdown__menu {
    max-width: 64rem;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.7rem 4rem;
    margin: 0 auto;
  }
  .l-header-drawer__menu-item:hover > a, .l-header-drawer__menu-item:hover > span {
    color: #00a5b1;
  }
}
@media screen and (max-width: 768px) {
  .l-header-drawer {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    z-index: 100;
    top: 4.7rem;
    right: 0;
    width: 100%;
    height: calc(100svh - 4.7rem);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.7rem 0;
    padding: 0 0 2.7rem;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    background-color: #fff;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .l-header-drawer__menu {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-top: 1px solid #ececec;
  }
  .l-header-drawer__menu-item {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    color: #4c4948;
    border-bottom: 1px solid #ececec;
  }
  .l-header-drawer__menu-item > a, .l-header-drawer__menu-item > span {
    padding: 1rem;
  }
  .l-header-drawer.is-active {
    visibility: visible;
    opacity: 1;
  }
}

.l-header-dropdown {
  width: 100%;
}
.l-header-dropdown__inner {
  width: calc(100% - 2rem);
  max-width: calc(1070px + 2rem);
  padding: 8rem 0 6rem;
  margin: 0 auto;
}
.l-header-dropdown__category.c-underline-heading {
  color: #4c4948;
  font-size: 1.3rem;
  font-weight: 500;
  margin: 0 0 1.3rem;
}
.l-header-dropdown__category.c-underline-heading:not(:first-of-type) {
  margin-top: 3.7rem;
}
.l-header-dropdown__menu {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.7rem 2.3rem;
}
.l-header-dropdown__menu-item {
  color: #4c4948;
  font-size: 1.1rem;
}
.l-header-dropdown__menu-item > a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.5em;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.l-header-dropdown__menu-item > a .-arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  aspect-ratio: 14/12;
  height: 0.8rem;
}
.l-header-dropdown__menu-item:hover {
  opacity: 1;
  color: #00a5b1;
}
@media screen and (min-width: 769px) {
  .l-header-dropdown {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .l-header-dropdown__menu-item.-pickup {
    background: -webkit-gradient(linear, left top, right top, from(#f4f4f4), color-stop(#f0e7f3), color-stop(#d3d9ea), to(#d6e8eb));
    background: linear-gradient(to right, #f4f4f4, #f0e7f3, #d3d9ea, #d6e8eb);
    border-radius: 0.3rem;
  }
  .l-header-dropdown__menu-item.-pickup > a {
    position: relative;
    display: block;
    font-size: 1.5rem;
    padding: 2rem 2.7rem;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
  }
  .l-header-dropdown__menu-item.-pickup > a::after {
    content: attr(data-desc);
    display: block;
    width: 11rem;
    font-size: 1rem;
    white-space: pre-line;
    margin: 1.3rem 0 0;
  }
  .l-header-dropdown__menu-item.-pickup > a .-arrow {
    position: absolute;
    bottom: 2.3rem;
    right: 1.7rem;
  }
  .l-header-dropdown__menu-item.-pickup > a:hover {
    opacity: 0.7;
    color: #4c4948;
  }
  .l-header-dropdown__menu-item.-about {
    grid-column: 1/2;
    grid-row: 1/4;
  }
  .l-header-dropdown__menu-item.-access {
    grid-column: 3/4;
    grid-row: 3/4;
  }
}
@media screen and (max-width: 768px) {
  .l-header-dropdown__inner {
    padding: 0 0 1.3rem;
  }
  .l-header-dropdown__category.c-underline-heading {
    font-size: 0.9rem;
  }
  .l-header-dropdown__category.c-underline-heading:not(:first-of-type) {
    margin-top: 2rem;
  }
  .l-header-dropdown__category.c-underline-heading + .l-header-dropdown__menu {
    width: calc(100% - 0.7rem);
    margin-left: 0.7rem;
  }
  .l-header-dropdown__menu {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.3rem 1.3rem;
  }
  .l-header-dropdown__menu-item {
    width: calc(50% - 0.7rem);
    font-size: 0.9rem;
  }
}

/* ================================
Footer
================================ */
.l-footer {
  color: #fff;
  background-color: #4c4948;
  padding: 4rem 0;
}
.l-footer__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem 4rem;
  margin: 0 auto 4.7rem;
}
.l-footer__sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 2rem 2rem;
}
.l-footer__copyright {
  font-size: 0.9rem;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  .l-footer__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-footer__sub {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding: 2.7rem 0 4.7rem;
  }
  .l-footer__main {
    gap: 2rem 0;
    margin: 0 auto 2.7rem;
  }
  .l-footer__copyright {
    font-size: 0.7rem;
  }
}

.l-footer-company {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.l-footer-company__logo {
  max-width: 21.7rem;
  width: 100%;
  aspect-ratio: 324/57;
  margin: 0 0 2rem;
}
.l-footer-company__logo img {
  -o-object-fit: contain;
     object-fit: contain;
}
.l-footer-company__address {
  font-size: 0.8rem;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  .l-footer-company__address {
    text-align: center;
  }
}
.l-footer-nav01 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 0 0 4rem;
  border-left: 1px solid #fff;
}
.l-footer-nav01__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem 2rem;
}
.l-footer-nav01__menu-item > span {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 0.7rem;
}
.l-footer-nav01__menu-item.-has_group > .l-footer-nav01__sub-menu {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1rem 2rem;
}
.l-footer-nav01__sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.3rem 0.7rem;
}
.l-footer-nav01__sub-menu-item {
  color: #c5c5c5;
  font-size: 0.9rem;
  font-weight: 400;
}
.l-footer-nav01__sub-menu-item > span {
  display: block;
  color: #fff;
  font-size: 0.9rem;
  margin: 0 0 0.3rem;
}
@media screen and (max-width: 1024px) {
  .l-footer-nav01 {
    border-left: none;
    border-top: 1px solid #fff;
    padding: 4rem 0 0;
  }
}
@media screen and (max-width: 768px) {
  .l-footer-nav01 {
    width: 100%;
    padding: 2.7rem 0 0;
  }
  .l-footer-nav01__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-footer-nav01__menu-item.-has_group > .l-footer-nav01__sub-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-footer-nav01__sub-menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.7rem 0.7rem;
  }
  .l-footer-nav01__sub-menu-item {
    width: calc(50% - 0.4rem);
  }
  .l-footer-nav01__sub-menu-item > span {
    margin: 0 0 0.7rem;
  }
  .l-footer-nav01__sub-menu-item.-is_group {
    width: 100%;
  }
  .l-footer-nav01__sub-menu-item.-is_group > .l-footer-nav01__sub-menu {
    margin-left: 0.7rem;
  }
}

.l-footer-nav02__menu {
  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: 0 1.7rem;
}
.l-footer-nav02__menu-item {
  color: #c0c0c0;
  font-size: 0.9rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .l-footer-nav02 {
    width: 100%;
  }
  .l-footer-nav02__menu {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}

/* ================================
Common module
================================ */
/* animaiton */
.c-slidein-anime {
  opacity: 0;
  -webkit-transition: opacity ease 0.7s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: opacity ease 0.7s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s, opacity ease 0.7s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s, opacity ease 0.7s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}
.c-slidein-anime.is-animated {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.c-fadein-anime {
  opacity: 0;
  -webkit-transition: opacity 2.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 2.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.c-fadein-anime.is-animated {
  opacity: 1;
}

@media screen and (min-width: 769px) {
  .-delay02 {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .-delay04 {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  .-delay06 {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
  .-delay08 {
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s;
  }
  .-delay10 {
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
  }
}
/* heading */
.c-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.7rem;
  font-weight: 500;
  text-align: center;
}
.c-heading::before {
  content: attr(data-en);
  font-family: "Afacad", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}
.c-heading small {
  font-size: 0.5853658537em;
}
.c-heading[data-en] {
  gap: 0.7rem 0;
}
.c-heading.-left {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
}
.c-heading + .c-sentence {
  margin-top: 2rem;
}
.c-heading + .c-card__wrap {
  margin-top: 2.7rem;
}
@media screen and (max-width: 768px) {
  .c-heading {
    font-size: 1.7rem;
  }
  .c-heading::before {
    font-size: 1rem;
  }
  .c-heading + .c-sentence {
    margin-top: 1.3rem;
  }
}

.c-underline-heading {
  position: relative;
  font-size: 1.3rem;
  font-weight: 500;
  border-bottom: 1px solid #4c4948;
  padding: 0 0 0.7rem;
  margin: 0 0 1.3rem;
}
.c-underline-heading::before, .c-underline-heading::after {
  content: "";
  position: absolute;
  bottom: -2.5px;
  display: inline-block;
  width: 5px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #4c4948;
}
.c-underline-heading::before {
  left: 0;
}
.c-underline-heading::after {
  right: 0;
}
.c-underline-heading.-gr {
  border-bottom-color: #ececec;
}
.c-underline-heading.-gr::before, .c-underline-heading.-gr::after {
  background-color: #ececec;
}
.c-underline-heading + .c-ex-list {
  margin-top: -1.3rem;
}
@media screen and (max-width: 768px) {
  .c-underline-heading {
    font-size: 1.2rem;
    font-weight: 600;
  }
}

.c-bg-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1rem;
  font-size: 1.7rem;
  font-weight: 700;
  background-color: #ececec;
  border-bottom: 2px solid #bdaa82;
  padding: 0.7rem 1.7rem;
  margin: 0 0 2rem;
}
.c-bg-heading__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1.3rem;
}
.c-bg-heading__title::after {
  content: attr(data-en);
  font-family: "Afacad", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}
.c-bg-heading + .c-ex-list {
  margin-top: -2rem;
}
@media screen and (max-width: 768px) {
  .c-bg-heading {
    font-size: 1.3rem;
    padding: 0.7rem 1rem;
    margin: 0 0 2rem;
  }
  .c-bg-heading__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

/*sentence*/
.c-sentence {
  line-height: 1.8;
}
.c-sentence + .c-sentence {
  margin-top: 1rem;
}
.c-sentence small {
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 400;
}
.c-sentence + .c-btn__wrap {
  margin-top: 1.3rem;
}
.c-sentence + .c-underline-heading {
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .c-sentence small {
    line-height: 1.5;
    margin: 0.3rem 0 0;
  }
}
.c-sentence.-sm {
  font-size: 0.9rem;
}
@media screen and (min-width: 769px) {
  .c-sentence.-lg {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 769px) {
  .c-sentence.-xl {
    font-size: 1.2rem;
  }
}
.c-sentence.-center_only_desktop {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-sentence.-center_only_desktop {
    text-align: left;
  }
}

.c-arrow-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.7rem;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
}
.c-arrow-link__ico {
  height: 1.1rem;
  aspect-ratio: 18/16;
}
@media screen and (max-width: 768px) {
  .c-arrow-link {
    font-size: 1.1rem;
  }
}

/* button */
.c-arrow-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 2.7rem;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  padding: 1.3rem 1.7rem 1.3rem 2.3rem;
  background: -webkit-gradient(linear, left top, right top, from(#00a5b1), to(#437efd));
  background: linear-gradient(to right, #00a5b1, #437efd);
  border-radius: 9999px;
}
.c-arrow-btn__ico {
  height: 1.1rem;
  aspect-ratio: 18/16;
}
.c-arrow-btn.-wh {
  color: #4c4948;
  background: #fff;
  border: 1px solid #bdaa82;
}
@media screen and (max-width: 768px) {
  .c-arrow-btn {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0 1rem;
    font-size: 1.1rem;
    padding: 1.1rem 1.7rem 1.1rem 2.3rem;
  }
}

.c-btn__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.7rem 1.3rem;
}
.c-btn__wrap + .c-sentence {
  margin-top: 1.3rem;
}
@media screen and (max-width: 768px) {
  .c-btn__wrap {
    gap: 0.5rem 0.5rem;
  }
}
.c-btn__wrap.-left {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.c-btn__wrap.-right {
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
.c-btn__wrap.-vertical_only_desktop {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .c-btn__wrap.-vertical_only_desktop {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.c-btn__wrap.-right_only_desktop {
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
@media screen and (max-width: 768px) {
  .c-btn__wrap.-right_only_desktop {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.c-btn__wrap.-left_only_desktop {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
@media screen and (max-width: 768px) {
  .c-btn__wrap.-left_only_desktop {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .c-btn__wrap.-left_only_mobile {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}

/* table */
.c-table {
  width: 100%;
}
.c-table th,
.c-table td {
  font-size: 1.2rem;
  border-bottom: 1px solid #ececec;
}
.c-table th {
  font-weight: 600;
  white-space: nowrap;
  padding: 1rem 6rem 1rem 0;
}
.c-table td {
  font-weight: 400;
  padding: 1rem 0;
}
@media screen and (max-width: 768px) {
  .c-table th, .c-table td {
    display: block;
    width: 100%;
    font-size: 1rem;
  }
  .c-table th {
    border-bottom: none;
    padding: 0.7rem 0 0;
  }
  .c-table td {
    padding: 0.3rem 0 0.7rem;
  }
}

.c-table__wrap + .c-sentence {
  margin-top: 1.3rem;
}

/* pager */
.c-pager__list {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem 1rem;
}
.c-pager__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  width: 2.7rem;
  height: 2.7rem;
  font-size: 1.4rem;
  text-align: center;
  background-color: #B7B7B7;
  border-radius: 50%;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.c-pager__item.current {
  background-color: #00a5b1;
}
.c-pager__item:hover {
  opacity: 0.7;
}
.c-pager .screen-reader-text {
  display: none;
}
@media screen and (max-width: 768px) {
  .c-pager__item {
    width: 2.7rem;
    height: 2.7rem;
    font-size: 1.1rem;
  }
}

/* card */
.c-card01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 0.3rem;
  overflow: hidden;
}
.c-card01__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  aspect-ratio: 380/237;
}
.c-card01__content {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #fff;
  padding: 1.3rem 2rem 2.7rem;
}
.c-card01__title {
  font-size: 1.3rem;
  font-weight: 700;
  margin: 0 0 1.3rem;
}
.c-card01__num {
  position: absolute;
  bottom: 0.3rem;
  right: 1rem;
  color: #5586c8;
  font-family: "Aboreto", system-ui;
  font-size: 4.7rem;
  font-weight: 400;
  line-height: 1;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .c-card01__content {
    padding: 1.3rem 2rem;
  }
  .c-card01__title {
    margin: 0 0 1rem;
  }
}

.c-card02 {
  position: relative;
  background-color: #fff;
  border-radius: 0.2rem;
  padding: 2rem 2.7rem 1.3rem;
}
.c-card02__ico {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 5rem;
  margin: 0 0 2rem;
}
.c-card02__ico img {
  -o-object-fit: contain;
     object-fit: contain;
}
.c-card02__title {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 1.3rem;
}
.c-card02__num {
  position: absolute;
  top: 0.7rem;
  right: 1.3rem;
  display: block;
  font-family: "Afacad", sans-serif;
  color: #bdaa82;
  font-size: 5.1rem;
  font-weight: 400;
  line-height: 1;
}
.c-card02__sub-title {
  font-size: 1.3rem;
  font-weight: 700;
  padding: 0 0 0 0.7rem;
  margin: 0 0 1rem;
  border-left: 0.5rem solid #00a5b1;
}
.c-card02__sub-title:not(:first-of-type) {
  margin-top: 1rem;
}
.c-card02__img {
  margin: 1.3rem 0 0;
}
@media screen and (max-width: 768px) {
  .c-card02 {
    padding: 1.3rem 2rem;
  }
  .c-card02__title {
    font-size: 1.3rem;
    margin: 0 0 1rem;
  }
  .c-card02__sub-title {
    font-size: 1.2rem;
    margin: 0 0 0.7rem;
    border-left-width: 0.2rem;
  }
  .c-card02__img {
    margin: 1rem 0 0.7rem;
  }
}

.c-card03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem 2.7rem;
  background-color: #fff;
  border: 1px solid #bdaa82;
  border-radius: 0.3rem;
  padding: 1.7rem 2rem;
}
.c-card03__ico {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 4.3rem;
  aspect-ratio: 1/1;
}
.c-card03__ico img {
  -o-object-fit: contain;
     object-fit: contain;
}
.c-card03__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-card03__title {
  color: #BA9D5F;
  font-size: 1.3rem;
  font-weight: 500;
  margin: 0 0 0.3rem;
}
@media screen and (max-width: 768px) {
  .c-card03 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1rem 1.3rem;
  }
  .c-card03__ico {
    width: auto;
    height: 3.3rem;
  }
  .c-card03__title {
    font-size: 1.2rem;
    text-align: center;
    margin: 0 0 0.7rem;
  }
}

.c-card__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem 2rem;
}
.c-card__wrap .c-card01,
.c-card__wrap .c-card02 {
  width: calc((100% - 4rem) / 3);
}
.c-card__wrap .c-card01.-col4 {
  width: calc((100% - 6rem) / 4);
}
.c-card__wrap .c-card03 {
  width: calc(50% - 1rem);
}
@media screen and (max-width: 1024px) {
  .c-card__wrap .c-card01.-col4 {
    width: calc(50% - 2rem);
  }
}
@media screen and (max-width: 768px) {
  .c-card__wrap {
    gap: 1.3rem 1.3rem;
  }
  .c-card__wrap .c-card01,
  .c-card__wrap .c-card02,
  .c-card__wrap .c-card03 {
    width: 100%;
  }
  .c-card__wrap .c-card01.-col4 {
    width: 100%;
  }
}

/* breadcrumbs */
.c-breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow-x: auto;
}
.c-breadcrumbs__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #8C8C8C;
  white-space: nowrap;
}
.c-breadcrumbs__item:not(:last-of-type)::after {
  content: "＞";
  display: inline-block;
  margin: 0 0.5em;
}
@media screen and (max-width: 768px) {
  .c-breadcrumbs__item {
    font-size: 0.9rem;
  }
}

/* list */
.c-ico-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: 0.7rem 0;
}
.c-ico-list li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 0.7rem;
  font-size: 1.2rem;
  line-height: 1.3;
}
.c-ico-list li::before {
  content: "";
  display: inline-block;
  height: 1em;
  aspect-ratio: 1/1;
}
.c-ico-list.-star li {
  min-height: 2em;
  color: #BA9D5F;
}
.c-ico-list.-star li::before {
  height: 2em;
  background: url(../img/cmn/star_ico.png) no-repeat center center/contain;
  margin-top: -0.6em;
}
.c-ico-list.-bad li {
  min-height: 1.6em;
}
.c-ico-list.-bad li::before {
  height: 1.6em;
  aspect-ratio: 36/32;
  background: url(../img/clinic/bad_ico.svg) no-repeat center center/contain;
  margin-top: -0.2em;
}
.c-ico-list.-good li {
  min-height: 1.6em;
}
.c-ico-list.-good li::before {
  height: 1.6em;
  aspect-ratio: 36/32;
  background: url(../img/clinic/good_ico.svg) no-repeat center center/contain;
  margin-top: -0.2em;
}
.c-ico-list.-circle_check {
  gap: 1rem 0;
}
.c-ico-list.-circle_check li {
  font-weight: 400;
}
.c-ico-list.-circle_check li::before {
  height: 1.3333333333em;
  aspect-ratio: 1/1;
  background: url(../img/cmn/circle-check_ico_bl.svg) no-repeat center center/contain;
}
@media screen and (max-width: 768px) {
  .c-ico-list li {
    font-size: 1rem;
  }
}

.c-dot-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.c-dot-list li::before {
  content: "・";
  width: 1em;
}
.c-dot-list li:not(:last-child) {
  margin-bottom: 0.3rem;
}
.c-dot-list + .c-sentence {
  margin-top: 0.7rem;
}

.c-check-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: first baseline;
      -ms-flex-align: first baseline;
          align-items: first baseline;
  gap: 0 0.7rem;
}
.c-check-list li::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  height: 0.8rem;
  aspect-ratio: 1/1;
  background: url(../img/cmn/check_ico_be.svg) no-repeat center center/contain;
}
.c-check-list li:not(:last-child) {
  margin-bottom: 0.3rem;
}

.c-ex-list {
  display: grid;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
}
.c-ex-list__item {
  display: contents;
}
.c-ex-list__header {
  position: relative;
  padding: 1.3rem 2.3rem 1.3rem 0;
  border-bottom: 1px solid #4c4948;
}
.c-ex-list__header::before {
  content: "";
  position: absolute;
  bottom: -2.5px;
  left: 0;
  display: inline-block;
  width: 5px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #4c4948;
}
.c-ex-list__title {
  color: #bdaa82;
  font-size: 1.5rem;
  font-weight: 700;
  white-space: nowrap;
  line-height: 1.2;
}
.c-ex-list__content {
  position: relative;
  padding: 1.3rem 1.7rem 1.3rem 0;
  border-bottom: 1px solid #4c4948;
}
.c-ex-list__content::after {
  content: "";
  position: absolute;
  bottom: -2.5px;
  right: 0;
  display: inline-block;
  width: 5px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #4c4948;
}
.c-ex-list + .c-sentence {
  margin-top: 1.7rem;
}
@media screen and (min-width: 769px) {
  .c-ex-list.-vertical {
    display: block;
  }
  .c-ex-list.-vertical .c-ex-list__item {
    display: block;
  }
  .c-ex-list.-vertical .c-ex-list__header {
    white-space: initial;
    padding: 1.3rem 0 0.3rem;
    border-bottom: none;
  }
  .c-ex-list.-vertical .c-ex-list__header::before {
    content: none;
  }
  .c-ex-list.-vertical .c-ex-list__title {
    line-height: 1.5;
  }
  .c-ex-list.-vertical .c-ex-list__content {
    padding: 0 0 1.3rem;
  }
  .c-ex-list.-vertical .c-ex-list__content::before {
    content: "";
    position: absolute;
    bottom: -2.5px;
    left: 0;
    display: inline-block;
    width: 5px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background-color: #4c4948;
  }
}
@media screen and (max-width: 768px) {
  .c-ex-list {
    display: block;
  }
  .c-ex-list__item {
    display: block;
  }
  .c-ex-list__header {
    padding: 1.3rem 0 0.3rem;
    border-bottom: none;
  }
  .c-ex-list__header::before {
    content: none;
  }
  .c-ex-list__title {
    font-size: 1.2rem;
    white-space: initial;
    line-height: 1.5;
  }
  .c-ex-list__content {
    padding: 0 0 1.3rem;
  }
  .c-ex-list__content::before {
    content: "";
    position: absolute;
    bottom: -2.5px;
    left: 0;
    display: inline-block;
    width: 5px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background-color: #4c4948;
  }
}

/* Box */
.c-note-box {
  background-color: #f4f4f4;
  border: 2px solid #bdaa82;
  border-radius: 0.2rem;
  padding: 1.7rem 2.3rem;
}
.c-note-box__heading {
  color: #BA9D5F;
  font-size: 1.3rem;
  font-weight: 500;
  margin: 0 0 0.7rem;
}
.c-note-box__heading.-attention {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.5em;
  color: #B92828;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 1em;
}
.c-note-box__heading.-attention::before {
  content: "";
  display: inline-block;
  height: 1.6363636364em;
  aspect-ratio: 40/36;
  background: url(../img/cmn/attention_ico_rd.svg) no-repeat center center/contain;
}
.c-note-box.-wh {
  background-color: #fff;
}
.c-note-box.-noborder {
  border: none;
}
@media screen and (max-width: 768px) {
  .c-note-box {
    padding: 1.3rem 1rem;
  }
  .c-note-box__heading {
    font-size: 1rem;
    font-weight: 600;
  }
  .c-note-box__heading.-attention {
    font-size: 1.1rem;
    margin: 0 0 0.5em;
  }
}

/* access block */
.c-access-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-access-block__content {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4.7rem 3.3rem 4.7rem 10.4vw;
}
.c-access-block__heading {
  font-family: "Afacad", sans-serif;
  font-size: 4.3rem;
  font-weight: 400;
  line-height: 1;
}
.c-access-block__name {
  font-family: "Afacad", sans-serif;
  color: #00a5b1;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 600;
  margin: 1.3rem 0 2.7rem;
}
.c-access-block__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 0.3rem;
  margin: 0 0 1.3rem;
}
.c-access-block__address::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  width: 1rem;
  aspect-ratio: 15/21;
  background: url(../img/cmn/pin_ico_bl.svg) no-repeat center center/contain;
}
.c-access-block__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 2px;
  font-family: "Afacad", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  margin: 0 0 1.7rem;
}
.c-access-block__tel::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  width: 1.2rem;
  aspect-ratio: 18/19;
  background: url(../img/cmn/phone_ico_bl.svg) no-repeat center center/contain;
}
.c-access-block__hours {
  background-color: #f4f4f4;
  border-radius: 0.3rem;
  padding: 1rem 2rem;
}
.c-access-block__hours-table {
  width: 100%;
}
.c-access-block__hours-table thead th {
  font-size: 0.9rem;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  padding: 0.3rem 0.7rem;
}
.c-access-block__hours-table thead th:nth-child(7), .c-access-block__hours-table thead th:nth-child(8), .c-access-block__hours-table thead th:nth-child(9) {
  color: #e061a4;
}
.c-access-block__hours-table tbody th {
  font-family: "Afacad", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  white-space: nowrap;
  vertical-align: middle;
  padding: 0.3rem 1.3rem 0.3rem 0;
}
.c-access-block__hours-table tbody td {
  font-size: 0.9rem;
  text-align: center;
  vertical-align: middle;
  padding: 0.3rem 0.7rem;
}
.c-access-block__note {
  margin: 1.7rem 0 0;
}
.c-access-block__map {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.c-access-block__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .c-access-block__content {
    padding: 4.7rem 3.3rem;
  }
}
@media screen and (max-width: 768px) {
  .c-access-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-access-block__heading {
    font-size: 2.7rem;
  }
  .c-access-block__content {
    width: 100%;
    padding: 0 1rem 2rem;
  }
  .c-access-block__name {
    font-size: 1.7rem;
  }
  .c-access-block__hours {
    padding: 1rem;
  }
  .c-access-block__hours-table thead th {
    padding: 0.3rem;
  }
  .c-access-block__hours-table tbody th {
    padding: 0.3rem;
  }
  .c-access-block__hours-table tbody td {
    padding: 0.3rem;
  }
  .c-access-block__map {
    aspect-ratio: 4/3;
  }
}

/* reservation block */
.c-rsv-block {
  background: -webkit-gradient(linear, left top, right top, from(#f5f5f5), to(#d1d7e9));
  background: linear-gradient(to right, #f5f5f5, #d1d7e9);
  padding: 2.7rem 0;
}
.c-rsv-block__header {
  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: 0.7rem 1.3rem;
  margin: 0 0 1.3rem;
}
.c-rsv-block__label {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  background-color: #e061a4;
  padding: 0.7rem;
}
.c-rsv-block__heading {
  font-size: 2.1rem;
  font-weight: 600;
}
.c-rsv-block__body {
  position: relative;
  background-color: #fff;
  padding: 1rem;
}
.c-rsv-block__body iframe {
  height: 190px;
}
@media screen and (max-width: 768px) {
  .c-rsv-block__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-rsv-block__label {
    font-size: 1rem;
  }
  .c-rsv-block__heading {
    font-size: 1.7rem;
  }
  .c-rsv-block__body {
    padding: 0;
  }
  .c-rsv-block__body iframe {
    height: 245px;
  }
}

/* Section */
.c-typo-sec {
  position: relative;
  z-index: 0;
  padding-top: 12.6vw;
}
.c-typo-sec::before {
  position: absolute;
  z-index: -1;
  top: -0.2em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: attr(data-en);
  display: block;
  font-family: "Afacad", sans-serif;
  font-size: 12.6vw;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  text-align: center;
  color: transparent;
  background: -webkit-gradient(linear, left top, right top, from(#f5f5f5), to(#d1d7e9));
  background: linear-gradient(to right, #f5f5f5, #d1d7e9);
  -webkit-background-clip: text;
          background-clip: text;
}
.c-typo-sec.-wh::before {
  background: #fff;
  -webkit-background-clip: text;
          background-clip: text;
}
@media screen and (max-width: 768px) {
  .c-typo-sec {
    padding-top: 4rem;
  }
  .c-typo-sec::before {
    font-size: 4rem;
  }
}

/* Contact Form 7 */
.wpcf7-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.3rem 2.7rem;
}
.wpcf7-item.-required .wpcf7-form-label::after {
  content: "[必須]";
  color: #ff002b;
  margin: 0 0 0 1em;
}
.wpcf7-item.-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wpcf7-item.-vertical .wpcf7-item-col--label {
  width: auto;
}
.wpcf7-item:not(:last-of-type) {
  margin-bottom: 1.3rem;
}
@media screen and (max-width: 768px) {
  .wpcf7-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 0.6rem 0;
  }
}

.wpcf7-item-col--label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 20rem;
  font-size: 1.2rem;
}
.wpcf7-item-col--controls {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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: 0.7rem 0.7rem;
}
@media screen and (max-width: 768px) {
  .wpcf7-item-col--label {
    font-size: 1rem;
  }
}

.wpcf7-form-label {
  min-height: 4.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .wpcf7-form-label {
    min-height: initial;
  }
}

.wpcf7-form-control-block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.3rem 0.7rem;
}
.wpcf7-form-control-block.-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.wpcf7-text {
  width: 100%;
  height: 4.7rem;
  background-color: #fff;
  border-radius: 0.5rem;
  padding: 0 2em;
}
.wpcf7-text::-webkit-input-placeholder {
  color: #929292;
}
.wpcf7-text::-moz-placeholder {
  color: #929292;
}
.wpcf7-text:-ms-input-placeholder {
  color: #929292;
}
.wpcf7-text::-ms-input-placeholder {
  color: #929292;
}
.wpcf7-text::placeholder {
  color: #929292;
}
.wpcf7-text.-sm {
  width: 13.3rem;
}
@media screen and (max-width: 768px) {
  .wpcf7-text {
    height: 3.3rem;
    padding: 0 1em;
  }
}

.wpcf7-textarea {
  width: 100%;
  height: 12.3rem;
  background-color: #fff;
  border-radius: 0.5rem;
  padding: 2em;
}
.wpcf7-textarea::-webkit-input-placeholder {
  color: #929292;
}
.wpcf7-textarea::-moz-placeholder {
  color: #929292;
}
.wpcf7-textarea:-ms-input-placeholder {
  color: #929292;
}
.wpcf7-textarea::-ms-input-placeholder {
  color: #929292;
}
.wpcf7-textarea::placeholder {
  color: #929292;
}
@media screen and (max-width: 768px) {
  .wpcf7-textarea {
    padding: 1em;
  }
}

.wpcf7-checkbox, .wpcf7-acceptance {
  min-height: 4.7rem;
  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: 0.7rem 2.7rem;
}
@media screen and (max-width: 768px) {
  .wpcf7-checkbox, .wpcf7-acceptance {
    min-height: initial;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

.wpcf7-list-item {
  font-size: 1.1rem;
  margin: 0;
}
.wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1em;
}
.wpcf7-list-item label a {
  color: #4778E0;
  text-decoration: underline;
}
.wpcf7-list-item input {
  position: relative;
  width: auto;
  height: 1.3529411765em;
  aspect-ratio: 1/1;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #ffffff;
  border: 1px solid #4c4948;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 transparent;
          box-shadow: 0 0 0 0 transparent;
}
.wpcf7-list-item input::before {
  content: "";
  position: absolute;
  inset: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #00a5b1;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.wpcf7-list-item input:checked::before {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .wpcf7-list-item {
    font-size: 1rem;
  }
  .wpcf7-list-item label {
    gap: 0 0.5em;
  }
}

@media screen and (max-width: 768px) {
  .wpcf7-privacy {
    margin: 0 auto;
  }
}

.wpcf7-form-control-wrap {
  width: 100%;
  height: 100%;
}

.wpcf7-not-valid-tip {
  font-size: 0.8em;
  white-space: nowrap;
}

.wpcf7-spinner {
  position: absolute;
  top: 0.7rem;
  right: 0.7rem;
  margin: 0;
}

.wpcf7-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 4rem 0 0;
}
@media screen and (max-width: 768px) {
  .wpcf7-action {
    margin: 2.7rem 0 0;
  }
}

.wpcf7-form-button {
  min-width: 20rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 2.7rem;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  padding: 1.3rem 1.7rem 1.3rem 2.3rem;
  background: -webkit-gradient(linear, left top, right top, from(#00a5b1), to(#437efd));
  background: linear-gradient(to right, #00a5b1, #437efd);
  border-radius: 9999px;
}
.wpcf7-form-button::after {
  content: "";
  display: block;
  height: 1.1rem;
  aspect-ratio: 18/16;
  background: url(../img/cmn/arrow_next_wh.svg) no-repeat center center/contain;
}
.wpcf7-form-button:has(input:disabled) {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .wpcf7-form-button {
    gap: 0 1rem;
    font-size: 1.1rem;
    padding: 1.1rem 1.7rem 1.1rem 2.3rem;
  }
}

/* post card */
.c-post-card {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.7rem 1.7rem;
  background-color: #f4f4f4;
  border-radius: 0.3rem;
  overflow: hidden;
  padding: 2rem 2.7rem;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.c-post-card__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-post-card__date {
  display: block;
  width: 6.3rem;
  font-size: 1rem;
  font-weight: 500;
}
.c-post-card__category {
  width: 5.7rem;
  color: #fff;
  font-size: 0.9rem;
  text-align: center;
  background-color: #bdaa82;
}
.c-post-card__title {
  font-size: 1rem;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.c-post-card:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .c-post-card {
    padding: 1.3rem 2rem;
  }
}

.c-post-card__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.3rem 2rem;
}
@media screen and (max-width: 768px) {
  .c-post-card__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* example card */
.c-example-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #f4f4f4;
  border-radius: 0.3rem;
  overflow: hidden;
  -webkit-filter: drop-shadow(0 0 1.7rem #d2d7e9);
          filter: drop-shadow(0 0 1.7rem #d2d7e9);
}
.c-example-card__img-wrap {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  aspect-ratio: 380/260;
}
.c-example-card__thumb {
  width: 100%;
  height: 100%;
}
.c-example-card__category {
  position: absolute;
  z-index: 2;
  top: 1rem;
  left: 1rem;
  padding: 0 0.7rem;
  border-radius: 0.2rem;
  background-color: #fff;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.c-example-card__content {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #fff;
  padding: 2rem 2.3rem;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.c-example-card__title {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 0 0 0.7rem;
}
.c-example-card__age {
  font-weight: 400;
}
.c-example-card__arrow {
  position: absolute;
  bottom: 1.7rem;
  right: 2rem;
  width: 1.2rem;
  aspect-ratio: 18/16;
  color: #fff;
}
.c-example-card:hover {
  opacity: 1;
}
.c-example-card:hover .c-example-card__category {
  color: #fff;
  background-color: #4c4948;
}
.c-example-card:hover .c-example-card__content {
  color: #fff;
  background-color: #4c4948;
}
@media screen and (max-width: 768px) {
  .c-example-card__content {
    padding: 1.3rem 2rem;
  }
}

.c-example-card__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.7rem 2rem;
}
.c-example-card__wrap .c-example-card {
  width: calc((100% - 4rem) / 3);
}
@media screen and (max-width: 768px) {
  .c-example-card__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem 0;
  }
  .c-example-card__wrap .c-example-card {
    width: 100%;
  }
}

/* comparison card */
.c-comparison-card {
  position: relative;
  z-index: 0;
  background-color: #f4f4f4;
  border-radius: 0.2rem;
  padding: 2.3rem;
}
.c-comparison-card::before {
  content: "BAD";
  position: absolute;
  z-index: -1;
  top: 1.3rem;
  right: 2.3rem;
  font-family: "Afacad", sans-serif;
  font-size: 5.9rem;
  font-weight: 400;
  line-height: 1;
  color: #fff;
}
.c-comparison-card.-good {
  background: -webkit-gradient(linear, left top, right top, from(#f4f4f4), color-stop(30%, #f0e7f3), color-stop(60%, #d3d9ea), color-stop(88%, #d6e8eb));
  background: linear-gradient(to right, #f4f4f4 0%, #f0e7f3 30%, #d3d9ea 60%, #d6e8eb 88%);
}
.c-comparison-card.-good::before {
  content: "GOOD";
}
.c-comparison-card.-good .c-comparison-card__title {
  color: #00a5b1;
}
.c-comparison-card__title {
  font-size: 1.7rem;
  font-weight: 600;
  margin: 0 0 2rem;
}
.c-comparison-card__list {
  gap: 0.7rem 0;
}
.c-comparison-card__list li {
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .c-comparison-card {
    padding: 1.3rem 1rem;
  }
  .c-comparison-card::before {
    top: 1.3rem;
    right: 1rem;
    font-size: 3.3rem;
  }
  .c-comparison-card__title {
    font-size: 1.3rem;
    margin: 0 0 1rem;
  }
  .c-comparison-card__list li {
    font-size: 1rem;
  }
}

/* detail card */
.c-detail-card {
  background: -webkit-gradient(linear, left top, right top, from(#dbe0ed), color-stop(30%, #ffffff), color-stop(60%, #e6eaf8), color-stop(88%, #e5edee));
  background: linear-gradient(to right, #dbe0ed 0%, #ffffff 30%, #e6eaf8 60%, #e5edee 88%);
  padding: 0.7rem 0.7rem 2rem;
}
.c-detail-card__img-wrap {
  width: 100%;
  height: 12.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin: 0 0 1.7rem;
}
.c-detail-card__img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #f4f4f4;
}
.c-detail-card__img:nth-of-type(2) {
  background-color: #b6b6b6;
}
.c-detail-card__content {
  padding: 0 0.7rem;
}
.c-detail-card__title {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 1rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.c-detail-card__title small {
  font-size: 1rem;
  font-weight: 500;
}
.c-detail-card__desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.c-detail-card__meta-wrap {
  border-top: 1px solid #7e7e7e;
  padding: 1.3rem 0 0;
  margin: 1.3rem 0 0;
}
.c-detail-card__meta {
  width: 100%;
}
.c-detail-card__meta th,
.c-detail-card__meta td {
  font-size: 0.9rem;
  font-weight: 400;
  padding: 2.5px 0;
}
.c-detail-card__meta td {
  color: #00a5b1;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .c-detail-card__img-wrap {
    height: 10.7rem;
  }
  .c-detail-card__title {
    font-size: 1.3rem;
  }
}

.c-detail-card__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem 2rem;
}
.c-detail-card__wrap .c-detail-card {
  width: calc((100% - 4.1rem) / 3);
}
@media screen and (max-width: 768px) {
  .c-detail-card__wrap {
    gap: 1.3rem 0;
  }
  .c-detail-card__wrap .c-detail-card {
    width: 100%;
  }
}

/* category list */
.c-category-list {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 2.3rem;
  background: -webkit-gradient(linear, left top, right top, from(#f5f5f5), to(#d1d7e9));
  background: linear-gradient(to right, #f5f5f5, #d1d7e9);
  padding: 0 4.7rem;
  margin: 0 auto;
}
.c-category-list__item {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.1rem;
  white-space: nowrap;
  font-weight: 500;
  padding: 0.7rem;
  cursor: pointer;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.c-category-list__item::after {
  content: "";
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 0.3rem;
  background-color: #bdaa82;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.c-category-list__item:hover {
  opacity: 0.7;
}
.c-category-list__item.is-active::after {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .c-category-list {
    width: auto;
    overflow-x: auto;
    gap: 0 0.7rem;
    padding: 0 1.3rem;
  }
  .c-category-list__item {
    font-size: 1rem;
  }
}

/* faq list */
.c-faq-list__item {
  cursor: pointer;
  border-radius: 0.3rem;
  background-color: #fff;
  overflow: hidden;
}
.c-faq-list__item.is-open .c-faq-list__header::after {
  content: "－";
}
.c-faq-list__item.is-open .c-faq-list__content {
  visibility: visible;
  opacity: 1;
  height: auto;
  padding: 0 4rem 2.3rem 4rem;
}
.c-faq-list__item:not(:last-of-type) {
  margin-bottom: 1.3rem;
}
.c-faq-list__header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: first baseline;
      -ms-flex-align: first baseline;
          align-items: first baseline;
  gap: 0 1rem;
  padding: 2.3rem 4rem;
}
.c-faq-list__header::after {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  content: "＋";
  font-size: 1.2rem;
  line-height: 1;
  margin: 0 0 0 auto;
}
.c-faq-list__question {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.2rem;
  font-weight: 500;
}
.c-faq-list__content {
  visibility: hidden;
  opacity: 0;
  height: 0;
  padding: 0 4rem;
  -webkit-transition: opacity 0.2s ease-out, height 0.2s ease-out, padding 0.2s ease-out;
  transition: opacity 0.2s ease-out, height 0.2s ease-out, padding 0.2s ease-out;
}
.c-faq-list__answer {
  font-size: 0.9rem;
}
@media screen and (max-width: 768px) {
  .c-faq-list__item.is-open .c-faq-list__content {
    padding: 0 1.3rem 1.3rem 1.3rem;
  }
  .c-faq-list__header {
    padding: 1rem 1.3rem;
  }
  .c-faq-list__question {
    font-size: 1rem;
  }
  .c-faq-list__content {
    padding: 0 1.3rem;
  }
}

/* CTA */
.c-cta {
  background-color: #fff;
  padding: 3.3rem 0 6rem;
}
.c-cta__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.9rem;
  font-weight: 500;
  text-align: center;
  margin: 0 0 1.3rem;
}
.c-cta__heading::before {
  content: attr(data-en);
  font-family: "Afacad", sans-serif;
  font-size: 6.7rem;
  line-height: 1;
  background: -webkit-gradient(linear, left top, right top, from(#F0E7F3), to(#D3D9EA));
  background: linear-gradient(to right, #F0E7F3, #D3D9EA);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}
.c-cta__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.3rem 2rem;
  margin: 2rem 0 0;
}
.c-cta__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 28.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem 0;
}
.c-cta__btn {
  width: 100%;
  height: 5.3rem;
  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;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, right top, from(#00a5b1), to(#437efd));
  background: linear-gradient(to right, #00a5b1, #437efd);
  border-radius: 9999px;
}
.c-cta__btn.-rsv::before {
  content: "";
  display: inline-block;
  height: 1.9565217391em;
  aspect-ratio: 1/1;
  background: url(../img/cmn/calendar_ico_wh.svg) no-repeat center center/contain;
  margin: 0 1em 0 0;
}
.c-cta__btn.-tel {
  font-family: "Afacad", sans-serif;
  color: #4c4948;
  font-size: 1.4rem;
  background: -webkit-gradient(linear, left top, right top, from(#f5f5f5), to(#d1d7e9));
  background: linear-gradient(to right, #f5f5f5, #d1d7e9);
}
.c-cta__btn.-tel .-num {
  font-size: 1.7619047619em;
}
.c-cta__btn.-line {
  background: #00BD0D;
}
.c-cta__btn.-line::before {
  content: "";
  display: inline-block;
  height: 1.652173913em;
  aspect-ratio: 1/1;
  background: url(../img/cmn/line_ico_wh.svg) no-repeat center center/contain;
  margin: 0 1em 0 0;
}
.c-cta__btn-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: last baseline;
      -ms-flex-align: last baseline;
          align-items: last baseline;
}
.c-cta__note {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-cta {
    padding: 2.7rem 0;
  }
  .c-cta__heading {
    font-size: 1.5rem;
    margin: 0 0 2rem;
  }
  .c-cta__heading::before {
    font-size: 4rem;
  }
  .c-cta__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-cta__item {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    width: 100%;
    gap: 0.7rem 0;
  }
  .c-cta__btn {
    height: 4rem;
    font-size: 1.1rem;
  }
  .c-cta__btn.-tel {
    font-size: 1.2rem;
  }
  .c-cta__note {
    font-size: 0.9rem;
  }
}

.c-compact-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-compact-cta__btn {
  width: 9.7rem;
  aspect-ratio: 145/124;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.7rem 0.7rem;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.2;
}
.c-compact-cta__btn.-line {
  background-color: #00bd0d;
}
.c-compact-cta__btn.-line::before {
  content: "";
  display: inline-block;
  width: 3.5rem;
  aspect-ratio: 52/50;
  background: url(../img/cmn/line_ico_wh.svg) no-repeat center center/contain;
}
.c-compact-cta__btn.-rsv {
  background-color: #bdaa82;
}
.c-compact-cta__btn.-rsv::before {
  content: "";
  display: inline-block;
  width: 3rem;
  aspect-ratio: 1/1;
  background: url(../img/cmn/calendar_ico_wh.svg) no-repeat center center/contain;
}
.c-compact-cta__tel {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem 0;
  text-align: center;
  line-height: 1;
  background-color: #fff;
  padding: 1.7rem 2rem;
}
.c-compact-cta__heading {
  font-size: 0.9rem;
  font-weight: 500;
}
.c-compact-cta__link {
  font-family: "Afacad", sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
}
.c-compact-cta__link .-num {
  font-size: 2em;
}
.c-compact-cta__note {
  font-size: 0.9rem;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .c-compact-cta {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-compact-cta__btn {
    width: 50%;
    height: 3.3rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    font-size: 1rem;
  }
  .c-compact-cta__btn.-line {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .c-compact-cta__btn.-line::before {
    width: 2rem;
  }
  .c-compact-cta__btn.-rsv {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .c-compact-cta__btn.-rsv::before {
    width: 2rem;
  }
  .c-compact-cta__tel {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    width: 100%;
    gap: 0.5rem;
    padding: 1rem;
  }
}

.c-recruit-cta {
  color: #fff;
  height: 22.7rem;
  background: url(../img/cmn/recruit-cta_bg.jpg) no-repeat center center/cover;
}
.c-recruit-cta__inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-recruit-cta__heading {
  margin: 0 0 3rem;
}
@media screen and (max-width: 768px) {
  .c-recruit-cta {
    height: auto;
    padding: 2.7rem 0;
  }
  .c-recruit-cta__heading {
    margin: 0 0 2rem;
  }
}

/* ================================
Page
================================ */
.p-page-content {
  border-bottom: 1px solid #f4f4f4;
  padding: 0 0 6.7rem;
}
.p-page-content__editable-area p {
  line-height: 2;
  font-weight: 400;
}
.p-page-content__editable-area p:has(img) {
  margin: 3rem 0;
}
.p-page-content__editable-area p a {
  text-decoration: underline;
}
.p-page-content__editable-area p + p {
  margin-top: 2em;
}
.p-page-content__editable-area h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1rem;
  font-size: 1.7rem;
  font-weight: 700;
  background-color: #ececec;
  border-bottom: 2px solid #bdaa82;
  padding: 0.7rem 1.7rem;
  margin: 2rem 0;
}
.p-page-content__editable-area h3 {
  position: relative;
  font-size: 1.3rem;
  font-weight: 500;
  border-bottom: 1px solid #4c4948;
  padding: 0 0 0.7rem;
  margin: 2rem 0 1.3rem;
}
.p-page-content__editable-area h3::before, .p-page-content__editable-area h3::after {
  content: "";
  position: absolute;
  bottom: -0.2rem;
  display: inline-block;
  width: 0.3rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #4c4948;
}
.p-page-content__editable-area h3::before {
  left: 0;
}
.p-page-content__editable-area h3::after {
  right: 0;
}
.p-page-content__editable-area div:has(img) {
  margin: 3rem 0;
}
.p-page-content__editable-area ul {
  margin: 2rem 0;
}
.p-page-content__editable-area ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-weight: 400;
}
.p-page-content__editable-area ul li::before {
  content: "・";
  width: 1em;
}
.p-page-content__editable-area ul li:not(:last-child) {
  margin-bottom: 0.3rem;
}
.p-page-content__editable-area ol {
  margin: 2rem 0;
}
.p-page-content__editable-area ol li {
  position: relative;
  counter-increment: table-ol;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-weight: 400;
}
.p-page-content__editable-area ol li::before {
  content: "(" counter(table-ol) ")";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  width: 1.5em;
  height: 1em;
}
.p-page-content__editable-area ol li:not(:last-child) {
  margin-bottom: 0.3rem;
}
.p-page-content.-pb0 {
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-page-content {
    padding: 0 0 4.7rem;
  }
  .p-page-content__editable-area p {
    line-height: 1.8;
  }
  .p-page-content__editable-area p:has(img) {
    margin: 2rem 0;
  }
  .p-page-content__editable-area p + p {
    margin-top: 1.8em;
  }
  .p-page-content__editable-area h2 {
    font-size: 1.3rem;
    padding: 0.7rem 1rem;
    margin: 2rem 0;
  }
  .p-page-content__editable-area h3 {
    font-size: 1.2rem;
    font-weight: 600;
  }
  .p-page-content__editable-area div:has(img) {
    margin: 2rem 0;
  }
  .p-page-content__editable-area ul {
    margin: 1.3rem 0;
  }
}

.p-page-sec + .p-page-sec {
  margin-top: 6.7rem;
}
@media screen and (max-width: 768px) {
  .p-page-sec + .p-page-sec {
    margin-top: 4.7rem;
  }
}

.p-page-floating {
  position: fixed;
  z-index: 10;
  bottom: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  right: 0;
}
.p-page-floating__cta {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  .p-page-floating {
    bottom: 0;
    -webkit-transform: none;
            transform: none;
  }
  .p-page-floating__cta {
    width: 100vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-page-breadcrumbs {
  padding: 1.3rem 0 3.3rem;
}
@media screen and (max-width: 768px) {
  .p-page-breadcrumbs {
    padding: 1rem 0 2rem;
  }
}

.p-page-header {
  padding: 0 0 6rem;
}
.p-page-header__body {
  width: 100%;
  height: auto;
}
.p-page-header__inner {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-page-header__breadcrumbs {
  width: 100%;
  padding: 1.3rem 0 2rem;
}
.p-page-header__title {
  font-size: 2.9rem;
  font-weight: 600;
}
.p-page-header__title::before {
  content: attr(data-en);
  text-transform: uppercase;
}
.p-page-header__desc {
  color: #4c4948;
  font-size: 1.2rem;
  text-align: center;
  margin: 3rem auto 0;
}
@media screen and (max-width: 768px) {
  .p-page-header {
    padding: 0 0 4.7rem;
  }
  .p-page-header__breadcrumbs {
    position: initial;
    padding: 1rem 0 2rem;
  }
  .p-page-header__title {
    font-size: 1.9rem;
  }
  .p-page-header__desc {
    font-size: 1rem;
    margin: 2rem auto 0;
  }
}

/* ================================
Post
================================ */
/* archive */
.p-post-archive__categories {
  margin: 0 auto 6.7rem;
}
.p-post-archive__footer {
  margin: 3.3rem 0 0;
}
@media screen and (max-width: 768px) {
  .p-post-archive__categories {
    margin: 0 auto 2.7rem;
  }
  .p-post-archive__footer {
    margin: 2.7rem 0 0;
  }
}

/* single */
.p-post-single__footer {
  margin: 4.7rem 0 0;
}
.p-post-single__btn .c-arrow-link__ico {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.p-post-article__header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 4.3rem;
  margin: 0 0 5rem;
  border-bottom: 1px solid #4c4948;
}
.p-post-article__header::before, .p-post-article__header::after {
  content: "";
  position: absolute;
  bottom: -0.2rem;
  display: inline-block;
  width: 0.3rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #4c4948;
}
.p-post-article__header::before {
  left: 0;
}
.p-post-article__header::after {
  right: 0;
}
.p-post-article__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1rem;
  margin: 0 0 1.7rem;
}
.p-post-article__category {
  width: 5.7rem;
  color: #fff;
  font-size: 0.9rem;
  text-align: center;
  background-color: #bdaa82;
}
.p-post-article__title {
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
}
.p-post-article__body {
  max-width: 60rem;
  margin: 0 auto;
}
.p-post-article__editable-area p {
  line-height: 2;
  font-weight: 400;
}
.p-post-article__editable-area p:has(img) {
  margin: 3rem 0;
}
.p-post-article__editable-area p a {
  text-decoration: underline;
}
.p-post-article__editable-area p + p {
  margin-top: 2em;
}
.p-post-article__editable-area h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1rem;
  font-size: 1.7rem;
  font-weight: 700;
  background-color: #ececec;
  border-bottom: 2px solid #bdaa82;
  padding: 0.7rem 1.7rem;
  margin: 2rem 0;
}
.p-post-article__editable-area h3 {
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
  border-bottom: 1px solid #4c4948;
  padding: 0 0 0.7rem;
  margin: 2rem 0 1.3rem;
}
.p-post-article__editable-area h3::before, .p-post-article__editable-area h3::after {
  content: "";
  position: absolute;
  bottom: -0.2rem;
  display: inline-block;
  width: 0.3rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #4c4948;
}
.p-post-article__editable-area h3::before {
  left: 0;
}
.p-post-article__editable-area h3::after {
  right: 0;
}
.p-post-article__editable-area h4 {
  font-size: 1.3rem;
  font-weight: 500;
  padding: 0 0 0.7rem;
  border-bottom: 1px solid #bdaa82;
  margin: 1.3rem 0;
}
.p-post-article__editable-area div:has(img) {
  margin: 3rem 0;
}
.p-post-article__editable-area ul {
  margin: 2rem 0;
}
.p-post-article__editable-area ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-weight: 400;
}
.p-post-article__editable-area ul li::before {
  content: "・";
  width: 1em;
}
.p-post-article__editable-area ul li:not(:last-child) {
  margin-bottom: 0.3rem;
}
@media screen and (max-width: 768px) {
  .p-post-article__header {
    padding: 0 0 2rem;
    margin: 0 0 2.7rem;
  }
  .p-post-article__title {
    font-size: 1.9rem;
    text-align: left;
  }
  .p-post-article__editable-area p {
    line-height: 1.8;
  }
  .p-post-article__editable-area p:has(img) {
    margin: 2rem 0;
  }
  .p-post-article__editable-area p + p {
    margin-top: 1.8em;
  }
  .p-post-article__editable-area h2 {
    font-size: 1.3rem;
    padding: 0.7rem 1rem;
    margin: 2rem 0;
  }
  .p-post-article__editable-area h3 {
    font-size: 1.2rem;
    font-weight: 600;
  }
  .p-post-article__editable-area h4 {
    font-size: 1.1rem;
  }
  .p-post-article__editable-area div:has(img) {
    margin: 2rem 0;
  }
  .p-post-article__editable-area ul {
    margin: 1.3rem 0;
  }
}

/* ================================
Top
================================ */
.p-top-area01 {
  background: url(../img/top/area01_bg.jpg?0108) no-repeat top center/cover;
}

.p-top-rsv01 {
  background: none;
}

.p-top-question {
  padding: 1.3rem 0;
}
.p-top-question__heading {
  font-size: 2.1rem;
  font-weight: 400;
  margin: 0 0 2rem;
}
.p-top-question__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0.3rem;
  overflow: hidden;
}
.p-top-question__item {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.3rem 0.7rem;
  padding: 3rem 0.7rem;
  background-color: #fff;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
.p-top-question__item:not(:last-of-type)::after {
  content: "";
  position: absolute;
  bottom: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  right: 0;
  width: 1px;
  height: 72.7272727273%;
  background-color: #ececec;
}
.p-top-question__item:hover {
  opacity: 1;
  background-color: #00a5b1;
}
.p-top-question__item:hover .p-top-question__title {
  color: #fff;
}
.p-top-question__item:hover .p-top-question__ico {
  color: #fff;
}
.p-top-question__ico {
  height: 5.7rem;
  color: #00a5b1;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.p-top-question__ico svg {
  width: 100%;
  height: 100%;
}
.p-top-question__title {
  font-size: 1.1rem;
  font-weight: 600;
  text-align: center;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
@media screen and (max-width: 768px) {
  .p-top-question__heading {
    font-size: 1.7rem;
  }
  .p-top-question__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-top-question__item {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    width: 33.3333333333%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    gap: 0.7rem 0.7rem;
    padding: 1.3rem 1rem;
  }
  .p-top-question__item:not(:last-of-type)::after {
    height: 75%;
  }
  .p-top-question__ico {
    height: 2.7rem;
  }
  .p-top-question__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 2.5em;
    font-size: 1rem;
  }
}

.p-top-reason {
  padding: 5rem 0 11.3rem;
}
.p-top-reason__list {
  margin: 3.7rem 0 0;
}
@media screen and (max-width: 768px) {
  .p-top-reason {
    padding: 4.7rem 0;
  }
  .p-top-reason__list {
    margin: 2rem 0 0;
  }
}

.p-top-facility {
  padding: 13.9vw 0 4.7rem;
}
.p-top-facility__gallery {
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 1.7rem;
  margin: 0 calc(50% - 50vw) 5.3rem;
}
.p-top-facility__img {
  width: 26vw;
  height: 27.1vw;
}
.p-top-facility__img:nth-of-type(2) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-top-facility__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 2rem;
  margin: 2rem 0 2.7rem;
}
.p-top-facility__list li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.3rem;
  font-weight: 500;
  text-align: center;
  border-radius: 0.2rem;
  background: -webkit-gradient(linear, left top, right top, from(#f5f5f5), to(#d1d7e9));
  background: linear-gradient(to right, #f5f5f5, #d1d7e9);
  padding: 0.7rem;
}
@media screen and (max-width: 768px) {
  .p-top-facility {
    padding: 4rem 0 4.7rem;
  }
  .p-top-facility__gallery {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 0.7rem 0.7rem;
    margin: 0 calc(50% - 50vw) 2.7rem;
  }
  .p-top-facility__img {
    width: calc(50% - 0.4rem);
    height: auto;
  }
  .p-top-facility__img:nth-of-type(2) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
  }
  .p-top-facility__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.7rem 0.7rem;
  }
  .p-top-facility__list li {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    width: calc(50% - 0.4rem);
    font-size: 1.1rem;
  }
}

.p-top-first {
  position: relative;
  z-index: 0;
  padding: 5.3rem 0 0;
  margin: 0 0 -11.3rem;
}
.p-top-first::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: calc(100% - 11.3rem);
  background: url(../img/top/first_bg.jpg?0119) no-repeat center center/cover;
}
.p-top-first__header {
  color: #fff;
  margin: 0 0 3.7rem;
}
.p-top-first__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.3rem 2.3rem;
  background-color: #fff;
  border-radius: 0.2rem;
  border: 1px solid #bdaa82;
  padding: 1rem 1.3rem;
  margin: 1.7rem 0 0;
}
.p-top-first__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  width: 23rem;
  min-height: 18.7rem;
}
.p-top-first__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 1rem 0;
}
.p-top-first__title {
  font-size: 1.9rem;
  font-weight: 700;
  margin: 0 0 2rem;
}
@media screen and (max-width: 768px) {
  .p-top-first {
    padding: 4.7rem 0 0;
  }
  .p-top-first__header {
    margin: 0 0 2rem;
  }
  .p-top-first__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1rem 1rem 1.3rem;
  }
  .p-top-first__img {
    width: 100%;
    aspect-ratio: 344/281;
  }
  .p-top-first__content {
    padding: 0;
  }
  .p-top-first__title {
    font-size: 1.3rem;
    margin: 0 0 1.3rem;
  }
}

.p-top-menu {
  background: url(../img/top/menu_bg.jpg?01091338) no-repeat bottom center/cover;
  padding: 19rem 0 7.3rem;
}
.p-top-menu__body {
  margin: 2.7rem 0 3.3rem;
}
.p-top-menu__category {
  background-color: #fff;
  padding: 0.7rem 1rem;
}
.p-top-menu__category::before {
  content: "";
  display: inline-block;
  width: 2rem;
  aspect-ratio: 1/1;
}
.p-top-menu__category:nth-of-type(1)::before {
  background: url(../img/top/menu-category01_ico.svg) no-repeat center center/contain;
}
.p-top-menu__category:nth-of-type(2)::before {
  background: url(../img/top/menu-category02_ico.svg) no-repeat center center/contain;
}
.p-top-menu__category:nth-of-type(3)::before {
  background: url(../img/top/menu-category03_ico.svg) no-repeat center center/contain;
}
.p-top-menu__category:not(:first-of-type) {
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .p-top-menu {
    padding: 16rem 0 4.7rem;
  }
  .p-top-menu__category:not(:first-of-type) {
    margin-top: 2.7rem;
  }
}

.p-top-infection {
  padding: 11.5vw 0 7.3rem;
}
.p-top-infection__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem 6.3rem;
}
.p-top-infection__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 50%;
  width: 33.3rem;
  aspect-ratio: 500/400;
}
.p-top-infection__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 769px) {
  .p-top-infection::before {
    font-size: 11vw;
  }
}
@media screen and (max-width: 1024px) {
  .p-top-infection__body {
    gap: 2rem 2rem;
  }
}
@media screen and (max-width: 768px) {
  .p-top-infection {
    padding: 4rem 0 4.7rem;
  }
  .p-top-infection__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-top-infection__img {
    max-width: initial;
    width: 100%;
  }
}

.p-top-director {
  background: -webkit-gradient(linear, left top, right top, from(#f5f5f5), to(#d1d7e9));
  background: linear-gradient(to right, #f5f5f5, #d1d7e9);
  padding: 4.9vw 0 5.7rem;
}
.p-top-director__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2rem 6.3rem;
}
.p-top-director__content {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-top-director__heading {
  border-bottom: 1px solid #cacaca;
  padding: 0 0 1rem;
}
.p-top-director__sign {
  text-align: right;
  margin: 1.3rem 0 2.7rem;
}
.p-top-director__sign .-name {
  font-size: 1.5rem;
  font-weight: 700;
}
.p-top-director__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 30%;
  width: 27rem;
  aspect-ratio: 405/460;
  border-radius: 0.3rem;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .p-top-director::before {
    position: absolute;
    top: 0.7vw;
    left: calc(50% - 10.3rem);
    font-size: 11vw;
  }
}
@media screen and (max-width: 1024px) {
  .p-top-director__body {
    gap: 2rem 2rem;
  }
}
@media screen and (max-width: 768px) {
  .p-top-director {
    padding: 4rem 0 4.7rem;
  }
  .p-top-director__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-top-director__img {
    width: 70%;
    max-width: initial;
  }
  .p-top-director__sign .-name {
    font-size: 1.3rem;
  }
}

.p-top-post {
  border-bottom: 1px solid #ececec;
  padding: 4rem 0 4.7rem;
}
.p-top-post__heading {
  font-family: "Afacad", sans-serif;
  font-size: 5.9rem;
  font-weight: 400;
  line-height: 1;
  margin: 0 0 1.3rem;
}
.p-top-post__categories {
  margin: 0 auto 2.7rem;
}
.p-top-post__body {
  margin: 0 0 2.3rem;
}
.p-top-post__list {
  opacity: 0;
  visibility: hidden;
  height: 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.p-top-post__list.is-active {
  opacity: 1;
  visibility: visible;
  height: auto;
}
.p-top-post__card {
  width: calc((100% - 4rem) / 3);
  padding: 1.3rem 2rem;
}
@media screen and (max-width: 768px) {
  .p-top-post {
    padding: 4.7rem 0;
  }
  .p-top-post__heading {
    font-size: 2.7rem;
  }
  .p-top-post__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-top-post__card {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .p-top-access {
    padding: 4.7rem 0 0;
  }
}

/* ================================
初診の流れ
================================ */
.flow .l-content-container {
  background: -webkit-gradient(linear, left top, right top, from(#f5f5f5), to(#d1d7e9));
  background: linear-gradient(to right, #f5f5f5, #d1d7e9);
}
.flow .p-page-header__body {
  height: 16rem;
  color: #fff;
  background: url(../img/flow/page-header_bg.jpg) no-repeat center center/cover;
  margin: 0 auto 2rem;
}
@media screen and (max-width: 768px) {
  .flow .p-page-header__body {
    height: 13.3rem;
  }
}

.p-flow-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.p-flow-block__img {
  width: 100%;
  aspect-ratio: 700/330;
  border-radius: 0.3rem;
  overflow: hidden;
}
.p-flow-block__content {
  position: relative;
  width: 100%;
  background-color: #fff;
  border-radius: 0.3rem;
  padding: 4.7rem 3.3rem 3rem;
}
.p-flow-block__title {
  font-size: 2rem;
  font-weight: 500;
  border-bottom: 1px solid #4c4948;
  padding: 0 0 0.7rem;
  margin: 0 0 1.3rem;
}
.p-flow-block__num {
  position: absolute;
  top: 1.3rem;
  right: 3.3rem;
  font-family: "Afacad", sans-serif;
  font-size: 6.7rem;
  font-weight: 400;
  line-height: 1;
  background: -webkit-gradient(linear, left top, right top, from(#f5f5f5), to(#d1d7e9));
  background: linear-gradient(to right, #f5f5f5, #d1d7e9);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}
.p-flow-block:not(:last-of-type) {
  margin-bottom: 2.3rem;
}
@media screen and (min-width: 769px) {
  .p-flow-block__img {
    width: 58.3333333333%;
    margin: 0 0 5.3rem;
  }
  .p-flow-block__content {
    width: 50%;
    margin: 0 0 0 -6.7rem;
  }
  .p-flow-block:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .p-flow-block:nth-of-type(even) .p-flow-block__content {
    margin: 0 -6.7rem 0 0;
  }
}
@media screen and (max-width: 768px) {
  .p-flow-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-flow-block__img {
    border-radius: 0.3rem 0.3rem 0 0;
  }
  .p-flow-block__content {
    border-radius: 0 0 0.3rem 0.3rem;
    padding: 1.3rem 2rem;
  }
  .p-flow-block__title {
    font-size: 1.3rem;
  }
  .p-flow-block__num {
    top: -2.7rem;
    right: 2rem;
    font-size: 5rem;
  }
  .p-flow-block:not(:last-of-type) {
    margin-bottom: 2rem;
  }
}

/* ================================
料金表
================================ */
.price .l-content-container {
  background: -webkit-gradient(linear, left top, right top, from(#f5f5f5), to(#d1d7e9));
  background: linear-gradient(to right, #f5f5f5, #d1d7e9);
}
.price .p-page-header__body {
  height: 16rem;
  color: #fff;
  background: url(../img/price/page-header_bg.jpg) no-repeat center center/cover;
  margin: 0 auto 2rem;
}
@media screen and (max-width: 768px) {
  .price .p-page-header__body {
    height: 13.3rem;
  }
}

.p-price__container {
  background-color: #fff;
  border-radius: 0.3rem;
  padding: 3.3rem 4.3rem;
}
@media screen and (max-width: 768px) {
  .p-price__container {
    padding: 2.7rem 1rem;
  }
}

.p-price-payment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.3rem 2.3rem;
  border: 2px solid #bdaa82;
  border-radius: 0.3rem;
  padding: 2rem 2.3rem;
  margin: 0 auto 4rem;
}
.p-price-payment::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  height: 3.9rem;
  aspect-ratio: 1/1;
  background: url(../img/price/calc_ico_be.svg) no-repeat center center/contain;
}
.p-price-payment__title {
  color: #BA9D5F;
  font-size: 1.3rem;
  font-weight: 500;
  margin: 0 0 0.3rem;
}
@media screen and (max-width: 768px) {
  .p-price-payment {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1.3rem 1rem;
    margin: 0 auto 2.7rem;
  }
  .p-price-payment__title {
    font-size: 1.3rem;
    text-align: center;
  }
}

.p-price-block__table-wrap {
  width: calc(100% - 4rem);
  margin: 0 auto;
}
.p-price-block__table th {
  font-weight: 400;
}
.p-price-block__table td {
  text-align: right;
}
.p-price-block__note {
  display: block;
  color: #7e7e7e;
  font-size: 0.9rem;
  text-align: right;
  margin: 2rem 0 0;
}
.p-price-block:not(:last-of-type) {
  margin-bottom: 3.3rem;
}
@media screen and (max-width: 768px) {
  .p-price-block__table-wrap {
    width: 100%;
  }
  .p-price-block__table th {
    font-weight: 600;
  }
}

/* ================================
よくある質問
================================ */
.faq .l-content-container {
  background: -webkit-gradient(linear, left top, right top, from(#f5f5f5), to(#d1d7e9));
  background: linear-gradient(to right, #f5f5f5, #d1d7e9);
}

/* ================================
症例集
================================ */
/* single */
.p-example-article__header {
  margin: 0 0 4.7rem;
}
.p-example-article__categories {
  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: 0.7rem 1rem;
  margin: 0 0 3.3rem;
}
.p-example-article__category {
  color: #fff;
  font-size: 0.9rem;
  text-align: center;
  white-space: nowrap;
  background-color: #bdaa82;
  border-radius: 1px;
  padding: 0 1em;
}
.p-example-article__title {
  font-size: 2rem;
  font-weight: 600;
}
.p-example-article__sec:not(:last-of-type) {
  margin-bottom: 4rem;
}
.p-example-article__block:not(:last-of-type) {
  margin-bottom: 3rem;
}
.p-example-article__content p {
  line-height: 2;
}
.p-example-article__content p + p {
  margin-top: 2em;
}
@media screen and (max-width: 768px) {
  .p-example-article__header {
    margin: 0 0 2.7rem;
  }
  .p-example-article__categories {
    margin: 0 0 1.7rem;
  }
  .p-example-article__title {
    font-size: 1.9rem;
  }
  .p-example-article__block:not(:last-of-type) {
    margin-bottom: 2.7rem;
  }
}

.p-example-ba {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.3rem 2.7rem;
}
.p-example-ba__block {
  width: calc(50% - 1.3rem);
}
.p-example-ba__heading {
  font-size: 1.7rem;
  font-weight: 700;
  margin: 0 0 0.7rem;
}
.p-example-ba__slider01 {
  width: 100%;
  margin: 0 0 1.3rem;
}
.p-example-ba__slider01-slide {
  width: 100%;
  aspect-ratio: 580/370;
  cursor: pointer;
}
.p-example-ba__slider02 .slick-track {
  top: initial !important;
  left: initial !important;
  width: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.3rem 1.3rem;
  -webkit-transform: none !important;
          transform: none !important;
}
.p-example-ba__slider02 .slick-track::before {
  content: none !important;
}
.p-example-ba__slider02-slide {
  width: calc((100% - 2.7rem) / 3);
  height: auto;
  aspect-ratio: 580/370;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .p-example-ba {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-example-ba__block {
    width: 100%;
  }
  .p-example-ba__heading {
    font-size: 1.2rem;
    margin: 0 0 0.3rem;
  }
  .p-example-ba__slider01 {
    margin: 0 0 0.7rem;
  }
  .p-example-ba__slider02 .slick-track {
    gap: 0.7rem 0.7rem;
  }
  .p-example-ba__slider02-slide {
    width: calc((100% - 1.4rem) / 3);
  }
}

/* ================================
採用情報
================================ */
.p-recruit-area01 {
  background: url(../img/recruit/area01_bg.jpg?01121510) no-repeat center bottom/cover;
  padding: 0 0 8rem;
}
@media screen and (max-width: 768px) {
  .p-recruit-area01 {
    padding: 0 0 4.7rem;
  }
}

.p-recruit-mv {
  margin: 0 0 5.3rem;
}
.p-recruit-mv__breadcrumbs {
  padding: 1.3rem 0 0.7rem;
}
.p-recruit-mv__body {
  position: relative;
}
.p-recruit-mv__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-recruit-mv__title {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 0 1.7rem;
}
.p-recruit-mv__desc {
  font-size: 1.5rem;
  line-height: 1.6;
}
.p-recruit-mv__img {
  position: relative;
  z-index: 0;
}
.p-recruit-mv__img::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: -1.3rem;
  bottom: -1.3rem;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 0.5rem;
}
.p-recruit-mv__img img {
  border-radius: 0.5rem;
}
.p-recruit-mv__img01 {
  aspect-ratio: 740/390;
}
.p-recruit-mv__img02 {
  width: 23rem;
  aspect-ratio: 345/280;
  margin: -6rem auto 0;
}
@media screen and (min-width: 769px) {
  .p-recruit-mv__content {
    height: 27.1vw;
  }
  .p-recruit-mv__img01 {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 50vw;
    height: 27.1vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit-mv {
    margin: 0 0 4.7rem;
  }
  .p-recruit-mv__breadcrumbs {
    padding: 1rem 0 2rem;
  }
  .p-recruit-mv__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-recruit-mv__content {
    margin: 0 auto 2rem;
  }
  .p-recruit-mv__desc {
    font-size: 1.1rem;
  }
  .p-recruit-mv__img::before {
    left: -0.7rem;
    bottom: -0.7rem;
  }
  .p-recruit-mv__img01 {
    width: 23.3rem;
    height: auto;
    margin: 0 0 0 auto;
  }
  .p-recruit-mv__img02 {
    width: 13.3rem;
    margin: -2.7rem 0 0;
  }
}

.p-recruit-ideal {
  padding: 4.2vw 0 0;
}
.p-recruit-ideal::before {
  background: -webkit-gradient(linear, left top, right top, from(#dbe0ed), color-stop(30%, #ffffff), color-stop(60%, #e6eaf8), color-stop(88%, #e5edee));
  background: linear-gradient(to right, #dbe0ed 0%, #ffffff 30%, #e6eaf8 60%, #e5edee 88%);
  -webkit-background-clip: text;
          background-clip: text;
}
.p-recruit-ideal__container {
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 0.3rem;
  padding: 3.3rem 5.3rem;
}
.p-recruit-ideal__heading {
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  margin: 0 0 3.3rem;
}
.p-recruit-ideal__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem 4.7rem;
}
.p-recruit-ideal__item {
  width: calc((100% - 9.3rem) / 3);
}
.p-recruit-ideal__title {
  position: relative;
  z-index: 0;
  font-size: 1.3rem;
  font-weight: 500;
  padding: 0 0 0.7rem;
  margin: 0 0 1.3rem;
  border-bottom: 1px solid #4c4948;
}
.p-recruit-ideal__title::before {
  content: attr(data-en);
  position: absolute;
  z-index: -1;
  top: -2rem;
  right: 0;
  font-family: "Afacad", sans-serif;
  font-size: 2.7em;
  font-weight: 400;
  line-height: 1;
  background: -webkit-gradient(linear, left top, right top, from(#f4f4f4), color-stop(30%, #f0e7f3), color-stop(60%, #d3d9ea), color-stop(88%, #d6e8eb));
  background: linear-gradient(to right, #f4f4f4 0%, #f0e7f3 30%, #d3d9ea 60%, #d6e8eb 88%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}
@media screen and (min-width: 769px) {
  .p-recruit-ideal::before {
    font-size: 9.2vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit-ideal {
    padding: 2rem 0 0;
  }
  .p-recruit-ideal__container {
    padding: 2rem 1.3rem;
  }
  .p-recruit-ideal__heading {
    font-size: 1.3rem;
    font-weight: 600;
    margin: 0 0 2rem;
  }
  .p-recruit-ideal__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-recruit-ideal__item {
    width: 100%;
  }
  .p-recruit-ideal__title {
    font-size: 1.1rem;
  }
}

.p-recruit-desc {
  padding: 4rem 0 0;
}
.p-recruit-desc__block:not(:last-of-type) {
  margin-bottom: 5.3rem;
}
.p-recruit-desc__table-wrap {
  width: calc(100% - 6.7rem);
  margin: 0 auto 3.7rem;
}
@media screen and (max-width: 768px) {
  .p-recruit-desc {
    padding: 4.7rem 0 0;
  }
  .p-recruit-desc__block:not(:last-of-type) {
    margin-bottom: 4.7rem;
  }
  .p-recruit-desc__table-wrap {
    width: 100%;
    margin: 1.3rem auto 2rem;
  }
}

/* ================================
アクセス・診療時間
================================ */
.access .l-content-container {
  background: none;
}

/* ================================
理事長紹介
================================ */
.director .l-content-container {
  background: -webkit-gradient(linear, left top, right top, from(#f5f5f5), to(#d1d7e9));
  background: linear-gradient(to right, #f5f5f5, #d1d7e9);
}

.p-director-mv {
  margin: 0 0 8rem;
}
.p-director-mv__breadcrumbs {
  padding: 1.3rem 0 0;
}
.p-director-mv__catch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.9rem;
  font-weight: 600;
  text-align: center;
  margin: 0 0 4rem;
}
.p-director-mv__catch::before {
  content: attr(data-en);
  font-family: "Afacad", sans-serif;
  white-space: nowrap;
  color: #fff;
  font-size: 11vw;
  font-weight: 400;
  line-height: 1;
  margin: 0 0 -0.35em;
}
.p-director-mv__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.8rem;
}
.p-director-mv__name::before {
  content: attr(data-en);
  font-family: "Afacad", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  margin: 0 0 0.5em;
}
@media screen and (max-width: 768px) {
  .p-director-mv {
    margin: 0 0 4.7rem;
  }
  .p-director-mv__breadcrumbs {
    padding: 1rem 0 0.7rem;
  }
  .p-director-mv__catch {
    font-size: 1.9rem;
    margin: 0 0 2rem;
  }
  .p-director-mv__catch::before {
    font-size: 4rem;
    margin: 0 0 -0.5em;
  }
  .p-director-mv__name {
    font-size: 1.2rem;
  }
  .p-director-mv__name::before {
    font-size: 1rem;
  }
}

.p-director-message__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem 4.7rem;
}
.p-director-message__img-wrap {
  width: 41.6666666667%;
}
.p-director-message__img01 {
  width: 100%;
  aspect-ratio: 500/460;
  border-radius: 0.3rem;
  overflow: hidden;
}
.p-director-message__img02 {
  aspect-ratio: 500/340;
  background-color: #fff;
  margin: 2.3rem 0 0;
}
.p-director-message__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-director-message__catch {
  border-bottom: 1px solid #cacaca;
  padding: 0 0 0.7rem;
  margin: 0 0 1.3rem;
}
.p-director-message__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 2rem;
  color: #a58441;
  font-size: 1.3rem;
  font-weight: 600;
  white-space: nowrap;
  margin: 2.7rem 0 1rem;
}
.p-director-message__title::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  background-color: #a58441;
}
.p-director-message__history li:not(:last-child) {
  margin-bottom: 0.3rem;
}
@media screen and (max-width: 768px) {
  .p-director-message__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-director-message__img-wrap {
    width: 100%;
  }
}

/* ================================
院内・設備紹介
================================ */
.equipment .l-content-container {
  background: -webkit-gradient(linear, left top, right top, from(#f5f5f5), to(#d1d7e9));
  background: linear-gradient(to right, #f5f5f5, #d1d7e9);
}

.p-eqp-cover {
  margin: 0 0 6rem;
}
.p-eqp-cover__img {
  width: 100%;
  aspect-ratio: 1440/460;
}
@media screen and (max-width: 768px) {
  .p-eqp-cover {
    margin: 0 0 4.7rem;
  }
  .p-eqp-cover__img {
    aspect-ratio: 370/200;
  }
}

.p-eqp-sec01 {
  padding: 0 0 4.7rem;
}

.p-eqp-sec02 {
  background-color: #fff;
  padding: 8rem 0 4.7rem;
}
@media screen and (max-width: 768px) {
  .p-eqp-sec02 {
    padding: 4.7rem 0;
  }
}

.p-eqp-card__img {
  width: 100%;
  aspect-ratio: 580/380;
  border-radius: 0.3rem;
  overflow: hidden;
  margin: 0 0 2rem;
}
.p-eqp-card__title {
  font-size: 1.3rem;
  font-weight: 700;
  margin: 0 0 1rem;
}
@media screen and (max-width: 768px) {
  .p-eqp-card__img {
    margin: 0 0 1rem;
  }
  .p-eqp-card__title {
    margin: 0 0 0.7rem;
  }
}

.p-eqp-card__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3.3rem 2.7rem;
  margin: 3.7rem 0 0;
}
.p-eqp-card__wrap .p-eqp-card {
  width: calc(50% - 1.4rem);
}
@media screen and (min-width: 769px) {
  .p-eqp-card__wrap.-col3 {
    gap: 2rem 2rem;
  }
  .p-eqp-card__wrap.-col3 .p-eqp-card {
    width: calc((100% - 4rem) / 3);
  }
}
@media screen and (max-width: 768px) {
  .p-eqp-card__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem 0;
    margin: 2.7rem 0 0;
  }
  .p-eqp-card__wrap .p-eqp-card {
    width: 100%;
  }
}

/* ================================
スタッフ紹介
================================ */
.staff .l-content-container {
  background: none;
}

.p-staff-director {
  margin: 0 0 2.7rem;
}
.p-staff-director__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem 5rem;
}
.p-staff-director__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 18rem;
  aspect-ratio: 270/390;
  border-radius: 0.3rem;
  overflow: hidden;
}
.p-staff-director__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-staff-director__name {
  margin: 0 0 1.7rem;
}
.p-staff-director__name .-jp {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
}
.p-staff-director__name .-en {
  display: block;
  font-family: "Afacad", sans-serif;
  color: #bdaa82;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
}
.p-staff-director__desc {
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .p-staff-director__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-staff-director__img {
    width: 80%;
  }
  .p-staff-director__name .-jp {
    font-size: 1.2rem;
  }
  .p-staff-director__name .-en {
    font-size: 1rem;
  }
  .p-staff-director__desc {
    font-size: 1rem;
  }
}

.p-staff-block:not(:last-of-type) {
  margin-bottom: 2.7rem;
}

.p-staff-card__img {
  width: 100%;
  aspect-ratio: 280/370;
  border-radius: 0.3rem;
  overflow: hidden;
  margin: 0 0 1.3rem;
}
.p-staff-card__name {
  font-size: 1.3rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-staff-card__img {
    margin: 0 0 0.7rem;
  }
  .p-staff-card__name {
    font-size: 1rem;
  }
}

.p-staff-card__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem 2rem;
  margin: 1.3rem 0 0;
}
.p-staff-card__wrap .p-staff-card {
  width: calc((100% - 6rem) / 4);
}
@media screen and (max-width: 768px) {
  .p-staff-card__wrap {
    gap: 1.3rem 0.7rem;
  }
  .p-staff-card__wrap .p-staff-card {
    width: calc(50% - 0.4rem);
  }
}

/* ================================
当院について
================================ */
.p-clinic-concept {
  background: url(../img/clinic/concept_bg.jpg) no-repeat center center/cover;
  padding: 0 0 8rem;
}
.p-clinic-concept__breadcrumbs {
  padding: 1.3rem 0 0;
}
.p-clinic-concept__catch01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.9rem;
  font-weight: 600;
  text-align: center;
  margin: 0 0 3.7rem;
}
.p-clinic-concept__catch01::before {
  content: attr(data-en);
  font-family: "Afacad", sans-serif;
  color: #fff;
  font-size: 11vw;
  font-weight: 400;
  line-height: 1;
  margin: 0 0 -0.25em;
}
.p-clinic-concept__gallery {
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0 4.2vw;
  margin: 0 calc(50% - 50vw) 5.7rem;
}
.p-clinic-concept__gallery-img {
  border-radius: 0.3rem;
  overflow: hidden;
}
.p-clinic-concept__catch02 {
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  margin: 0 0 4rem;
}
.p-clinic-concept__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem 3rem;
}
.p-clinic-concept__img {
  width: 41.6666666667%;
  aspect-ratio: 500/336;
  border-radius: 0.3rem;
  overflow: hidden;
}
.p-clinic-concept__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 769px) {
  .p-clinic-concept__gallery-img:nth-of-type(1) {
    width: 27.1vw;
  }
  .p-clinic-concept__gallery-img:nth-of-type(2) {
    width: 19.8vw;
    margin: 8.3vw 0 0;
  }
  .p-clinic-concept__gallery-img:nth-of-type(3) {
    width: 31.9vw;
  }
}
@media screen and (max-width: 768px) {
  .p-clinic-concept {
    padding: 0 0 4.7rem;
  }
  .p-clinic-concept__breadcrumbs {
    padding: 1rem 0 0.7rem;
  }
  .p-clinic-concept__catch01 {
    font-size: 1.9rem;
    margin: 0 0 2rem;
  }
  .p-clinic-concept__catch01::before {
    font-size: 4rem;
    margin: 0 0 -0.5em;
  }
  .p-clinic-concept__gallery {
    gap: 0 0.7rem;
    padding: 0;
    margin: 0 calc(50% - 50vw) 2.7rem;
  }
  .p-clinic-concept__gallery-img {
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
  }
  .p-clinic-concept__gallery-img:nth-of-type(2) {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin: 2rem 0 0;
  }
  .p-clinic-concept__catch02 {
    font-size: 1.2rem;
  }
  .p-clinic-concept__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-clinic-concept__img {
    width: 100%;
  }
}

.p-clinic-philo {
  background-color: #fff;
  padding: 15.3vw 0 5.3rem;
}
.p-clinic-philo__heading {
  margin: 0 0 5.3rem;
}
.p-clinic-philo__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.3rem 2rem;
  margin: 6.7rem 0 0;
}
.p-clinic-philo__block {
  width: calc(50% - 1rem);
}
@media screen and (min-width: 769px) {
  .p-clinic-philo::before {
    top: 2.1vw;
  }
}
@media screen and (max-width: 768px) {
  .p-clinic-philo {
    padding: 4rem 0 4.7rem;
  }
  .p-clinic-philo__heading {
    margin: 0 0 2rem;
  }
  .p-clinic-philo__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 2.7rem 0 0;
  }
}

.p-clinic-concierge {
  position: relative;
  padding: 4.2vw 0 8rem;
}
.p-clinic-concierge::before {
  opacity: 0.3;
}
.p-clinic-concierge__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2rem 5.7rem;
}
.p-clinic-concierge__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-clinic-concierge__card-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem 0;
  margin: 2rem 0 0;
}
.p-clinic-concierge__img {
  width: 44.1666666667%;
  aspect-ratio: 528/566;
}
@media screen and (min-width: 769px) {
  .p-clinic-concierge::before {
    top: -2.1vw;
  }
}
@media screen and (max-width: 768px) {
  .p-clinic-concierge {
    padding: 4rem 0 4.7rem;
  }
  .p-clinic-concierge__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .p-clinic-concierge__img {
    width: 100%;
  }
}

.p-clinic-reason {
  position: relative;
  z-index: 0;
  background-color: #fff;
  padding: 4.7rem 0 2.7rem;
}
.p-clinic-reason::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: calc(100% - 9.3rem);
  background: url(../img/clinic/reason_bg.jpg) no-repeat center center/cover;
}
.p-clinic-reason__heading {
  color: #fff;
}
.p-clinic-reason__card-wrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 3.7rem 0 0;
}
@media screen and (max-width: 768px) {
  .p-clinic-reason__card-wrap {
    margin: 2rem 0 0;
  }
}

/* ================================
滅菌体制
================================ */
.sterilization .l-content-container {
  background: -webkit-gradient(linear, left top, right top, from(#f5f5f5), to(#d1d7e9));
  background: linear-gradient(to right, #f5f5f5, #d1d7e9);
}

.p-hygienie-mv {
  position: relative;
  z-index: 0;
  min-height: 53.3rem;
  overflow: hidden;
  margin: 0 0 3.3rem;
}
.p-hygienie-mv__breadcrumbs {
  padding: 1.3rem 0 0.7rem;
}
.p-hygienie-mv__body {
  position: relative;
  z-index: 0;
  padding: 0 0 13.9vw;
}
.p-hygienie-mv__body::before {
  content: attr(data-en);
  position: absolute;
  z-index: 2;
  bottom: 7.6vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-family: "Afacad", sans-serif;
  font-size: 9.2vw;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  background: -webkit-gradient(linear, left top, right top, from(#dbe0ed), color-stop(30%, #ffffff), color-stop(60%, #e6eaf8), color-stop(88%, #e5edee));
  background: linear-gradient(to right, #dbe0ed 0%, #ffffff 30%, #e6eaf8 60%, #e5edee 88%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}
.p-hygienie-mv__bg {
  position: absolute;
  z-index: -1;
  top: 6.7rem;
  right: 0;
  width: 68.4vw;
  height: calc(100% - 6.7rem);
  background: url(../img/sterilization/mv_bg.jpg) no-repeat center center/cover;
}
.p-hygienie-mv__inner {
  position: relative;
  z-index: 1;
  padding: 6.7rem 0 0;
}
.p-hygienie-mv__title {
  margin: 0 0 2.7rem;
}
.p-hygienie-mv__content {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  background-color: rgba(255, 255, 255, 0.75);
  padding: 1.3rem 2rem 3.3rem 3.3rem;
  border-radius: 0.3rem;
}
.p-hygienie-mv__catch {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.7rem 0;
  font-size: 1.3rem;
  font-weight: 500;
  padding: 0 0 1rem;
  margin: 0 0 1.7rem;
}
.p-hygienie-mv__catch::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 20rem;
  height: 1px;
  background-color: #4c4948;
}
.p-hygienie-mv__catch::before {
  content: attr(data-en);
  font-size: 2.7rem;
  font-weight: 400;
  line-height: 1;
  background: -webkit-gradient(linear, left top, right top, from(#f4f4f4), color-stop(30%, #f0e7f3), color-stop(60%, #d3d9ea), color-stop(88%, #d6e8eb));
  background: linear-gradient(to right, #f4f4f4 0%, #f0e7f3 30%, #d3d9ea 60%, #d6e8eb 88%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  font-family: "Afacad", sans-serif;
}
.p-hygienie-mv__img {
  position: relative;
  z-index: 0;
  width: 51.4vw;
  aspect-ratio: 740/390;
}
.p-hygienie-mv__img::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: -1.3rem;
  bottom: -1.3rem;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 0.5rem;
}
.p-hygienie-mv__img img {
  border-radius: 0.5rem 0 0 0.5rem;
}
@media screen and (min-width: 769px) {
  .p-hygienie-mv__img {
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-hygienie-mv {
    min-height: initial;
    margin: 0 0 4.7rem;
  }
  .p-hygienie-mv__breadcrumbs {
    padding: 1rem 0 2rem;
  }
  .p-hygienie-mv__inner {
    padding: 0;
  }
  .p-hygienie-mv__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 0 4.7rem;
  }
  .p-hygienie-mv__body::before {
    bottom: -0.2em;
    font-size: 4rem;
  }
  .p-hygienie-mv__title {
    margin: 0 0 1rem;
  }
  .p-hygienie-mv__content {
    padding: 1.3rem 1rem;
  }
  .p-hygienie-mv__catch {
    margin: 0 0 1.3rem;
  }
  .p-hygienie-mv__catch::before {
    font-size: 1.3rem;
  }
  .p-hygienie-mv__desc {
    font-size: 1.1rem;
  }
  .p-hygienie-mv__img {
    width: 23.3rem;
    height: auto;
    margin: 1.7rem 0 0 auto;
  }
  .p-hygienie-mv__img::before {
    left: -0.7rem;
    bottom: -0.7rem;
  }
}

.p-hygienie-intro {
  padding: 0 0 7.3rem;
}
.p-hygienie-intro__heading {
  position: relative;
  font-size: 2.4rem;
  padding: 0 0 1.3rem;
  margin: 0 0 2.7rem;
}
.p-hygienie-intro__heading::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 7.3rem;
  height: 2px;
  background-color: #fff;
}
.p-hygienie-intro__gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.3rem 2.7rem;
  margin: 4.7rem 0 0;
}
.p-hygienie-intro__img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  aspect-ratio: 580/334;
  border-radius: 0.3rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-hygienie-intro {
    padding: 0 0 4.7rem;
  }
  .p-hygienie-intro__heading {
    font-size: 1.3rem;
    padding: 0 0 1rem;
    margin: 0 0 2rem;
  }
  .p-hygienie-intro__heading::after {
    width: 4rem;
  }
  .p-hygienie-intro__gallery {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 2.7rem 0 0;
  }
}

.p-hygienie-step {
  background-color: #fff;
  padding: 10rem 0;
}
.p-hygienie-step__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2.7rem 5.7rem;
}
.p-hygienie-step__content {
  position: relative;
  z-index: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-hygienie-step__count {
  position: absolute;
  z-index: -1;
  top: -0.5em;
  left: 14.3rem;
  font-size: 10.6rem;
  font-weight: 400;
  line-height: 1;
  background: -webkit-gradient(linear, left top, right top, from(#f4f4f4), color-stop(30%, #f0e7f3), color-stop(60%, #d3d9ea), color-stop(88%, #d6e8eb));
  background: linear-gradient(to right, #f4f4f4 0%, #f0e7f3 30%, #d3d9ea 60%, #d6e8eb 88%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  font-family: "Afacad", sans-serif;
  white-space: nowrap;
  opacity: 0.3;
}
.p-hygienie-step__heading {
  margin: 0 0 2rem;
}
.p-hygienie-step__heading .-sub {
  color: #BA9D5F;
  font-size: 0.5853658537em;
  font-weight: 500;
}
.p-hygienie-step__img-wrap {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 43.75%;
}
.p-hygienie-step__img {
  position: relative;
  z-index: 0;
  width: 100%;
  padding: 0 0 1.7rem 1.7rem;
}
.p-hygienie-step__img::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  display: block;
  width: calc(100% - 1.7rem);
  height: calc(100% - 1.7rem);
  background: -webkit-gradient(linear, left top, right top, from(#f4f4f4), color-stop(30%, #f0e7f3), color-stop(60%, #d3d9ea), color-stop(88%, #d6e8eb));
  background: linear-gradient(to right, #f4f4f4 0%, #f0e7f3 30%, #d3d9ea 60%, #d6e8eb 88%);
  border-radius: 0.3rem;
}
.p-hygienie-step__img img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-hygienie-step {
    padding: 4.7rem 0;
  }
  .p-hygienie-step__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-hygienie-step__count {
    left: initial;
    right: 0;
    font-size: 4rem;
  }
  .p-hygienie-step__img-wrap {
    width: 100%;
  }
  .p-hygienie-step__img {
    padding: 0 0 0.7rem 0.7rem;
  }
  .p-hygienie-step__img::before {
    width: calc(100% - 0.7rem);
    height: calc(100% - 0.7rem);
  }
}

.p-hygienie-step01__card-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem 0;
  margin: 2.7rem 0 0;
}
.p-hygienie-step01__img {
  margin: 0 0 1rem;
}
.p-hygienie-step01__box {
  background-color: #f4f4f4;
  border: none;
  margin: 3rem 0 0;
}
.p-hygienie-step01__box .c-note-box__heading {
  color: #4c4948;
  font-size: 1rem;
  font-weight: 600;
}
@media screen and (min-width: 769px) {
  .p-hygienie-step01__card03 {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .p-hygienie-step01__box {
    margin: 1.3rem 0 0;
  }
}

.p-hygienie-step02 {
  padding-top: 0;
}
.p-hygienie-step02__count {
  left: initial;
  right: 0;
}
.p-hygienie-step02__card-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.3rem 1.3rem;
  margin: 2.7rem 0 0;
}
.p-hygienie-step02__card {
  width: calc(50% - 0.7rem);
  border: 1px solid #bdaa82;
  border-radius: 0.3rem;
  padding: 1.7rem;
}
.p-hygienie-step02__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 1rem;
  color: #BA9D5F;
  font-size: 1.3rem;
  font-weight: 500;
  margin: 0 0 1.3rem;
}
.p-hygienie-step02__title::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  height: 2.1rem;
  aspect-ratio: 1/1;
  background: url(../img/clinic/good_ico.svg) no-repeat center center/contain;
}
@media screen and (min-width: 769px) {
  .p-hygienie-step02__body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (max-width: 768px) {
  .p-hygienie-step02__card-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-hygienie-step02__card {
    width: 100%;
    padding: 1.3rem 1rem;
  }
  .p-hygienie-step02__title {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 0.7rem;
    font-size: 1.1rem;
    margin: 0 0 0.7rem;
  }
  .p-hygienie-step02__title::before {
    height: 1.6rem;
  }
}

.p-hygienie-cycle {
  background: -webkit-gradient(linear, left top, right top, from(#f5f5f5), to(#d1d7e9));
  background: linear-gradient(to right, #f5f5f5, #d1d7e9);
  padding: 8.3vw 0 0;
  margin: 0 0 6rem;
}
.p-hygienie-cycle::before {
  top: 0;
  background: -webkit-gradient(linear, left top, right top, from(#dbe0ed), color-stop(30%, #ffffff), color-stop(60%, #e6eaf8), color-stop(88%, #e5edee));
  background: linear-gradient(to right, #dbe0ed 0%, #ffffff 30%, #e6eaf8 60%, #e5edee 88%);
  -webkit-background-clip: text;
          background-clip: text;
}
.p-hygienie-cycle__heading {
  position: relative;
  font-size: 2.4rem;
  padding: 0 0 1.3rem;
  margin: 0 0 2.7rem;
}
.p-hygienie-cycle__heading::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 7.3rem;
  height: 2px;
  background-color: #fff;
}
.p-hygienie-cycle__flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.3rem 1.3rem;
  margin: 5.3rem 0 0;
}
.p-hygienie-cycle__item {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.3rem 0;
  background-color: #fff;
  border-radius: 0.5rem;
  padding: 1.7rem 0.7rem 1.3rem;
}
.p-hygienie-cycle__item:not(:last-of-type)::after {
  content: "";
  position: absolute;
  z-index: 5;
  bottom: 50%;
  right: -2.4rem;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  display: block;
  width: 3.5rem;
  aspect-ratio: 53/11;
  background: url(../img/sterilization/flow_line.png) no-repeat center center/contain;
}
.p-hygienie-cycle__ico-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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;
}
.p-hygienie-cycle__ico {
  aspect-ratio: 1/1;
  height: 4.8rem;
}
.p-hygienie-cycle__ico img {
  -o-object-fit: contain;
     object-fit: contain;
}
.p-hygienie-cycle__content {
  margin: auto 0 0;
}
.p-hygienie-cycle__title {
  font-size: 1.3rem;
  font-weight: 500;
  text-align: center;
  margin: 0 0 0.3rem;
}
.p-hygienie-cycle__desc {
  min-height: 3em;
  font-size: 0.9rem;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-hygienie-cycle::before {
    font-size: 7.6vw;
  }
  .p-hygienie-cycle__item:nth-of-type(1) .p-hygienie-cycle__ico {
    height: 4.1rem;
  }
  .p-hygienie-cycle__item:nth-of-type(6) .p-hygienie-cycle__ico {
    height: 5.2rem;
  }
  .p-hygienie-cycle__item:nth-of-type(7) .p-hygienie-cycle__ico {
    height: 4.1rem;
  }
}
@media screen and (max-width: 768px) {
  .p-hygienie-cycle {
    padding: 4.7rem 0 0;
  }
  .p-hygienie-cycle__heading {
    font-size: 1.3rem;
    padding: 0 0 1rem;
    margin: 0 0 2rem;
  }
  .p-hygienie-cycle__heading::after {
    width: 4rem;
  }
  .p-hygienie-cycle__flow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 2.7rem 0 0;
  }
  .p-hygienie-cycle__item {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1.3rem 1rem;
  }
  .p-hygienie-cycle__item:not(:last-of-type)::after {
    content: "";
    position: absolute;
    z-index: 5;
    bottom: -0.8rem;
    right: 50%;
    -webkit-transform: translateX(50%) rotate(90deg);
            transform: translateX(50%) rotate(90deg);
    width: 2.7rem;
  }
  .p-hygienie-cycle__ico-wrap {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    width: 5.3rem;
  }
  .p-hygienie-cycle__content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0;
  }
  .p-hygienie-cycle__desc {
    min-height: initial;
  }
  .p-hygienie-cycle__title {
    font-size: 1.2rem;
  }
}

.p-hygienie-faq__heading {
  font-size: 2.4rem;
  margin: 0 0 2rem;
}
@media screen and (max-width: 768px) {
  .p-hygienie-faq__heading {
    font-size: 1.3rem;
  }
}

/* ================================
診療案内
================================ */
.treatment .l-content-container {
  background: -webkit-gradient(linear, left top, right top, from(#f5f5f5), to(#d1d7e9));
  background: linear-gradient(to right, #f5f5f5, #d1d7e9);
}
.treatment .p-page-header {
  padding-bottom: 4rem;
}

.p-treatment-menu {
  padding: 0;
  background: none;
}
.p-treatment-menu__body {
  margin: 0;
}

.p-treatment-intro {
  background-color: #fff;
  padding: 4.7rem 0;
}
.p-treatment-intro__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem 6.7rem;
}
.p-treatment-intro__img {
  width: 41.6666666667%;
  aspect-ratio: 500/300;
  border-radius: 0.3rem;
  overflow: hidden;
}
.p-treatment-intro__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .p-treatment-intro {
    padding: 2.7rem 0;
  }
  .p-treatment-intro__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-treatment-intro__img {
    width: 100%;
  }
}

.p-treatment-about {
  position: relative;
  z-index: 0;
  margin: 0 0 3.3rem;
}
.p-treatment-about::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -6rem;
  left: 5rem;
  width: 36rem;
  aspect-ratio: 1/1;
  background: url(../img/cmn/circle_object_pk.png) no-repeat center center/contain;
}
.p-treatment-about::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: -11rem;
  right: 4.3rem;
  width: 36rem;
  aspect-ratio: 1/1;
  background: url(../img/cmn/circle_object_bl.png) no-repeat center center/contain;
}
.p-treatment-about__inner {
  position: relative;
  z-index: 0;
  padding: 5rem 0 4rem;
}
.p-treatment-about__inner::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(100% - 10.7rem);
  height: 100%;
  background-color: #fff;
}
.p-treatment-about__header {
  width: calc(100% - 10.7rem);
  margin: 0 auto;
}
.p-treatment-about__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 3.3rem 0 0;
}
.p-treatment-about__img {
  position: relative;
  z-index: 2;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 41.6666666667%;
  aspect-ratio: 500/300;
  border-radius: 0.3rem;
  overflow: hidden;
}
.p-treatment-about__content {
  position: relative;
  z-index: 1;
  min-height: 19.3rem;
  background-color: #f4f4f4;
  padding: 2.7rem 3rem 2.7rem 13.3rem;
  margin: 4.3rem 0 0 -10.3rem;
}
.p-treatment-about__title {
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .p-treatment-about__inner {
    width: 100%;
    padding: 2rem 0;
  }
  .p-treatment-about__inner::before {
    width: calc(100% - 2rem);
  }
  .p-treatment-about__header {
    width: calc(100% - 2rem);
    padding: 0 1rem;
  }
  .p-treatment-about__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 2rem 0 0;
  }
  .p-treatment-about__img {
    width: 80%;
  }
  .p-treatment-about__content {
    min-height: initial;
    padding: 2.7rem 2rem 1.3rem;
    margin: -0.7rem 0 0;
  }
  .p-treatment-about__title {
    font-size: 1.3rem;
  }
}

.p-treatment-detail {
  padding: 7.6vw 0 8rem;
}
.p-treatment-detail__card-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem 2rem;
  margin: 4.7rem 0 0;
}
.p-treatment-detail__card {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: calc((100% - 6rem) / 4);
  background-color: #fff;
  border-radius: 0.2rem;
  padding: 2.3rem 2rem;
}
.p-treatment-detail__num {
  display: block;
  color: #00a5b1;
  font-family: "Afacad", sans-serif;
  font-size: 1.7rem;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 1.3rem;
}
.p-treatment-detail__ico {
  height: 5.3rem;
  aspect-ratio: 1/1;
  margin: 0 auto 1.3rem;
}
.p-treatment-detail__ico img {
  -o-object-fit: contain;
     object-fit: contain;
}
.p-treatment-detail__title {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 1.3rem;
}
@media screen and (min-width: 769px) {
  .p-treatment-detail::before {
    font-size: 11vw;
  }
}
@media screen and (max-width: 768px) {
  .p-treatment-detail {
    padding: 4rem 0 4.7rem;
  }
  .p-treatment-detail__card-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem 0;
    margin: 2.7rem 0 0;
  }
  .p-treatment-detail__card {
    width: 100%;
    padding: 1.3rem 1rem;
  }
  .p-treatment-detail__num {
    font-size: 1rem;
    text-align: center;
    margin: 0 0 0.3rem;
  }
  .p-treatment-detail__ico {
    width: auto;
    height: 4rem;
    margin: 0 auto 0.7rem;
  }
  .p-treatment-detail__title {
    font-size: 1.2rem;
    text-align: center;
    margin: 0 0 1rem;
  }
}

.p-treatment-price {
  background: url(../img/cmn/treatment-price_bg.jpg) no-repeat center center/cover;
  padding: 4.7rem 0 4rem;
}
.p-treatment-price__content {
  max-width: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 0.4rem solid #bdaa82;
  background-color: #fff;
  border-radius: 0.2rem;
  padding: 2.3rem 4.7rem;
  margin: 2rem auto 0;
}
.p-treatment-price__price {
  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;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 0.7rem;
}
.p-treatment-price__price .-num {
  color: #00a5b1;
  font-family: "Afacad", sans-serif;
  line-height: 1;
  font-size: 2.6086956522em;
  font-weight: 600;
  margin: 0 0 0 3rem;
}
.p-treatment-price__price .-unit {
  color: #4c4948;
  font-size: 1.2rem;
  padding: 0 0 0.3rem;
}
.p-treatment-price__note {
  display: block;
  font-size: 0.9rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .p-treatment-price {
    padding: 2.7rem 0;
  }
  .p-treatment-price__content {
    border-width: 0.1rem;
    padding: 2rem 1.3rem;
    margin: 1.3rem 0 0;
  }
  .p-treatment-price__price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 1.2rem;
  }
  .p-treatment-price__price .-num {
    margin: 0;
  }
  .p-treatment-price__price .-unit {
    font-size: 0.9rem;
  }
}

.p-treatment-flow {
  background-color: #fff;
  padding: 4.7rem 0;
}

.p-treatment-faq {
  padding: 4.7rem 0;
}
.p-treatment-faq__heading {
  font-size: 2.4rem;
  margin: 0 0 2rem;
}
@media screen and (max-width: 768px) {
  .p-treatment-faq__heading {
    font-size: 1.7rem;
  }
}

.p-treatment-example {
  background-color: #fff;
  padding: 4.7rem 0;
}

.p-treatment-case__block {
  background-color: #fff;
  border-radius: 0.2rem;
  padding: 2rem 2rem 4rem;
}
.p-treatment-case__block:first-of-type {
  margin-top: 3.3rem;
}
.p-treatment-case__block:not(:last-of-type) {
  margin-bottom: 4.7rem;
}
.p-treatment-case__header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.7rem 2.7rem;
  border-bottom: 1px solid #4c4948;
  padding: 0 0 1.7rem;
  margin: 0 0 1.7rem;
}
.p-treatment-case__header::before, .p-treatment-case__header::after {
  content: "";
  position: absolute;
  bottom: -2.5px;
  display: inline-block;
  width: 5px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #4c4948;
}
.p-treatment-case__header::before {
  left: 0;
}
.p-treatment-case__header::after {
  right: 0;
}
.p-treatment-case__num {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 5.9090909091em;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  border-radius: 0.2rem;
  background-color: #00a5b1;
}
.p-treatment-case__title {
  font-size: 1.5rem;
  font-weight: 700;
}
.p-treatment-case__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.3rem 0.7rem;
  margin: 0 0 0 auto;
}
.p-treatment-case__tags li {
  background-color: #eae0c4;
  border-radius: 9999px;
  padding: 0.2rem 1.3rem;
}
.p-treatment-case__img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.3rem 1.3rem;
  margin: 0 0 3rem;
}
.p-treatment-case__img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.p-treatment-case__img figcaption {
  font-family: "Afacad", sans-serif;
  font-size: 1.9rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
.p-treatment-case__img img {
  aspect-ratio: 500/360;
  border-radius: 0.3rem;
}
.p-treatment-case__img.-after figcaption {
  color: #00a5b1;
}
@media screen and (max-width: 768px) {
  .p-treatment-case__block {
    padding: 1.3rem 1rem 2rem;
  }
  .p-treatment-case__block:first-of-type {
    margin-top: 2.7rem;
  }
  .p-treatment-case__block:not(:last-of-type) {
    margin-bottom: 2rem;
  }
  .p-treatment-case__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0 0 1rem;
  }
  .p-treatment-case__num {
    font-size: 1rem;
  }
  .p-treatment-case__title {
    font-size: 1.3rem;
  }
  .p-treatment-case__tags {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
  .p-treatment-case__tags li {
    font-size: 0.9rem;
    padding: 0.2rem 0.7rem;
  }
  .p-treatment-case__img-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 0 1.7rem;
  }
  .p-treatment-case__img figcaption {
    font-size: 1.3rem;
  }
}

/* ================================
歯科ドック
================================ */
.dock .l-content-container {
  background: -webkit-gradient(linear, left top, right top, from(#f5f5f5), to(#d1d7e9));
  background: linear-gradient(to right, #f5f5f5, #d1d7e9);
}

/* ================================
ガミースマイル
================================ */
.gummysmile .l-content-container {
  background: -webkit-gradient(linear, left top, right top, from(#f5f5f5), to(#d1d7e9));
  background: linear-gradient(to right, #f5f5f5, #d1d7e9);
}

.p-smile-outro {
  position: relative;
  z-index: 0;
}
.p-smile-outro::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 1.3rem;
  left: 8.3rem;
  width: 36rem;
  aspect-ratio: 1/1;
  background: url(../img/cmn/circle_object_pk.png) no-repeat center center/contain;
}
.p-smile-outro::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 4.7rem;
  right: 3rem;
  width: 36rem;
  aspect-ratio: 1/1;
  background: url(../img/cmn/circle_object_bl.png) no-repeat center center/contain;
}
.p-smile-outro__gallery {
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0 4.2vw;
  margin: 3.7rem calc(50% - 50vw) 0;
}
.p-smile-outro__gallery-img {
  border-radius: 0.3rem;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .p-smile-outro__gallery-img:nth-of-type(1) {
    width: 19.8vw;
    margin: 6.9vw 0 0;
  }
  .p-smile-outro__gallery-img:nth-of-type(2) {
    width: 31.9vw;
  }
  .p-smile-outro__gallery-img:nth-of-type(3) {
    width: 27.1vw;
    margin: 6.9vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  .p-smile-outro__gallery {
    gap: 0 0.7rem;
    padding: 0;
    margin: 2.7rem calc(50% - 50vw) 0;
  }
  .p-smile-outro__gallery-img {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .p-smile-outro__gallery-img:nth-of-type(1) {
    margin: 1.3rem 0 0;
  }
  .p-smile-outro__gallery-img:nth-of-type(2) {
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
  }
  .p-smile-outro__gallery-img:nth-of-type(3) {
    margin: 1.3rem 0 0;
  }
}

/* ================================
一般歯科
================================ */
.general .l-content-container {
  background: -webkit-gradient(linear, left top, right top, from(#f5f5f5), to(#d1d7e9));
  background: linear-gradient(to right, #f5f5f5, #d1d7e9);
}

.p-general-detail__card-wrap {
  margin: 3.7rem 0 0;
}
.p-general-detail__card {
  border: none;
}
.p-general-detail__card .c-card03__title {
  color: #4c4948;
}
@media screen and (min-width: 769px) {
  .p-general-detail__card {
    padding: 2rem 3rem;
  }
  .p-general-detail__card .c-card03__ico {
    width: 6.7rem;
  }
  .p-general-detail__card .c-card03__title {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 0 1rem;
  }
}
@media screen and (max-width: 768px) {
  .p-general-detail__card-wrap {
    margin: 2.7rem 0 0;
  }
}

.p-general-outro {
  color: #fff;
  background: url(../img/general/outro_bg.jpg) no-repeat center center/cover;
  padding: 5.3rem 0;
}
@media screen and (max-width: 768px) {
  .p-general-outro {
    padding: 2.7rem 0;
  }
}

/* ================================
精密根管治療
================================ */
.endo .l-content-container {
  background: -webkit-gradient(linear, left top, right top, from(#f5f5f5), to(#d1d7e9));
  background: linear-gradient(to right, #f5f5f5, #d1d7e9);
}

.p-endo-intro__box {
  margin: 3rem 0 0;
}
@media screen and (max-width: 768px) {
  .p-endo-intro__box {
    margin: 2rem 0 0;
  }
}

.p-endo-doctor {
  background-color: #fff;
  padding: 0 0 5.7rem;
}
.p-endo-doctor__name {
  padding: 0 0 1.3rem;
}
.p-endo-doctor__name .-jp {
  margin: 0 0 0.3rem;
}
.p-endo-doctor__table-title {
  font-size: 1.2rem;
  font-weight: 500;
  margin: 0 0 0.3rem;
}
.p-endo-doctor__table {
  width: 100%;
}
.p-endo-doctor__table th, .p-endo-doctor__table td {
  font-weight: 500;
  line-height: 1.9;
}
.p-endo-doctor__table th {
  white-space: nowrap;
  padding: 0 1em 0 0;
}
@media screen and (min-width: 769px) {
  .p-endo-doctor__body {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.p-endo-reason {
  background: url(../img/endo/reason_bg.jpg) no-repeat center center/cover;
  padding: 4.7rem 0 6.7rem;
}
.p-endo-reason__heading {
  color: #fff;
  margin: 0 0 4rem;
}
@media screen and (max-width: 768px) {
  .p-endo-reason {
    padding: 4.7rem 0;
  }
  .p-endo-reason__heading {
    margin: 0 0 2.7rem;
  }
}

@media screen and (min-width: 769px) {
  .p-endo-case {
    padding-top: 9vw;
  }
  .p-endo-case::before {
    top: 0;
  }
}

/* ================================
歯ぎしり・食いしばり改善
================================ */
.bruxism .l-content-container {
  background: -webkit-gradient(linear, left top, right top, from(#f5f5f5), to(#d1d7e9));
  background: linear-gradient(to right, #f5f5f5, #d1d7e9);
}

.p-bruxism-type {
  padding: 4.7rem 0;
}
.p-bruxism-type__card-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem 2rem;
  margin: 2.3rem 0 2rem;
}
.p-bruxism-type__card {
  width: calc((100% - 4rem) / 3);
  background-color: #fff;
  border-radius: 0.2rem;
  padding: 2rem 2.7rem;
}
.p-bruxism-type__ico {
  width: auto;
  height: 6.7rem;
  margin: 0 auto 1.3rem;
}
.p-bruxism-type__ico img {
  -o-object-fit: contain;
     object-fit: contain;
}
.p-bruxism-type__title {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  margin: 0 0 1rem;
}
.p-bruxism-type__title .-sub {
  color: #00a5b1;
  font-size: 0.9090909091em;
}
@media screen and (max-width: 768px) {
  .p-bruxism-type__card-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-bruxism-type__card {
    width: 100%;
    padding: 1.3rem;
  }
  .p-bruxism-type__title {
    font-size: 1.3rem;
  }
  .p-bruxism-type__ico {
    height: 5rem;
  }
}

.p-bruxism-check {
  border-radius: 0.2rem;
  background-color: rgba(255, 255, 255, 0.5);
  border: 0.2rem solid #bdaa82;
  padding: 2rem 2rem 3rem;
}
.p-bruxism-check__heading {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.7rem;
  font-size: 1.7rem;
  font-weight: 500;
  margin: 0 auto 1.3rem;
}
.p-bruxism-check__heading::before {
  content: "";
  display: block;
  height: 1em;
  aspect-ratio: 1/1;
  background: url(../img/cmn/search_ico_bl.svg) no-repeat center center/contain;
}
.p-bruxism-check__list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem 1rem;
  margin: 0 0 2rem;
}
.p-bruxism-check__list {
  gap: 1rem 0;
}
.p-bruxism-check__list li {
  font-weight: 400;
}
.p-bruxism-check__attention {
  max-width: 62.7rem;
  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: 0 1.7rem;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.7;
  background-color: #b92828;
  border-radius: 6.7rem;
  padding: 1.3rem;
  margin: 0 auto;
}
.p-bruxism-check__attention::before {
  content: "";
  display: block;
  height: 2em;
  aspect-ratio: 40/36;
  background: url(../img/cmn/attention_ico_wh.svg) no-repeat center center/contain;
}
@media screen and (max-width: 768px) {
  .p-bruxism-check {
    padding: 2rem 1.3rem;
  }
  .p-bruxism-check__heading {
    font-size: 1.3rem;
  }
  .p-bruxism-check__list-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-bruxism-check__attention {
    gap: 0 0.7rem;
    font-size: 1rem;
    border-radius: 1rem;
    padding: 1rem;
  }
}

.p-bruxism-sec03 {
  background-color: #fff;
  padding: 4.7rem 0;
}
.p-bruxism-sec03__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem 2.3rem;
}
.p-bruxism-sec03__block {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 769px) {
  .p-bruxism-sec03__list02 li {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  .p-bruxism-sec03__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-bruxism-detail {
  padding-bottom: 0;
}
.p-bruxism-detail__card-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.3rem 2.7rem;
  margin: 3.3rem 0 0;
}
.p-bruxism-detail__card {
  width: calc(50% - 1.3rem);
  border-radius: 0.2rem;
  background-color: #fff;
  padding: 2.7rem 3rem;
}
.p-bruxism-detail__img {
  width: 100%;
  aspect-ratio: 490/220;
  border-radius: 0.2rem;
  overflow: hidden;
  margin: 0 0 1.7rem;
}
.p-bruxism-detail__title {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 1rem;
}
.p-bruxism-detail__price-wrap {
  margin: 2rem 0 0;
}
.p-bruxism-detail__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: first baseline;
      -ms-flex-align: first baseline;
          align-items: first baseline;
  gap: 0 0.75em;
  color: #00a5b1;
  font-size: 1.7rem;
  font-weight: 700;
}
.p-bruxism-detail__price .-label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 7.25em;
  color: #fff;
  font-size: 0.8em;
  text-align: center;
  background-color: #00a5b1;
  border-radius: 9999px;
  padding: 0.3rem 0.7rem;
}
.p-bruxism-detail__price:not(:last-of-type) {
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .p-bruxism-detail__card-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-bruxism-detail__card {
    width: 100%;
    padding: 1.3rem;
  }
  .p-bruxism-detail__img {
    margin: 0 0 1.3rem;
  }
  .p-bruxism-detail__price-wrap {
    margin: 1rem 0 0;
  }
  .p-bruxism-detail__price {
    font-size: 1.1rem;
  }
  .p-bruxism-detail__price:not(:last-of-type) {
    margin-bottom: 0.3rem;
  }
}

/* ================================
歯周病特化治療 (THP)
================================ */
.thp .l-content-container {
  background: -webkit-gradient(linear, left top, right top, from(#f5f5f5), to(#d1d7e9));
  background: linear-gradient(to right, #f5f5f5, #d1d7e9);
}

.p-thp-recom__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.3rem 1.7rem;
  margin: 2.7rem 0 1.7rem;
}
.p-thp-recom__item {
  width: calc((100% - 5rem) / 4);
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.3rem 0;
  border-radius: 50%;
  background-color: #fff;
}
.p-thp-recom__ico {
  width: auto;
  height: 7.3rem;
}
.p-thp-recom__ico img {
  -o-object-fit: contain;
     object-fit: contain;
}
.p-thp-recom__title {
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-thp-recom__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.7rem 0.7rem;
  }
  .p-thp-recom__item {
    width: calc(50% - 0.4rem);
    gap: 0.7rem 0;
  }
  .p-thp-recom__ico {
    height: 3.3rem;
  }
  .p-thp-recom__title {
    font-size: 1.1rem;
  }
}

.p-thp-comparison {
  background-color: #fff;
  padding: 4.7rem 0;
}
.p-thp-comparison__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.3rem 2rem;
}
.p-thp-comparison__block {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-thp-comparison__card {
  margin: 0 0 1.7rem;
}
@media screen and (max-width: 768px) {
  .p-thp-comparison__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-thp-comparison__card {
    margin: 0 0 0.7rem;
  }
}

.p-thp-program {
  position: relative;
  z-index: 0;
  padding: 4.7rem 0;
}
.p-thp-program::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -6rem;
  left: 8.3rem;
  width: 36rem;
  aspect-ratio: 1/1;
  background: url(../img/cmn/circle_object_pk.png) no-repeat center center/contain;
}
.p-thp-program::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 6.7rem;
  right: 3rem;
  width: 36rem;
  aspect-ratio: 1/1;
  background: url(../img/cmn/circle_object_bl.png) no-repeat center center/contain;
}
.p-thp-program__gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.3rem 2rem;
  margin: 6rem 0 0;
}
.p-thp-program__gallery-img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  aspect-ratio: 412/302;
  border-radius: 0.3rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-thp-program__gallery {
    gap: 0.7rem 0.7rem;
    margin: 2rem 0 0;
  }
}

.p-thp-feature {
  background: url(../img/thp/feature_bg.jpg) no-repeat center center/cover;
  padding: 4.7rem 0;
}

/* ================================
ホワイトニング
================================ */
.whitening .l-content-container {
  background: -webkit-gradient(linear, left top, right top, from(#f5f5f5), to(#d1d7e9));
  background: linear-gradient(to right, #f5f5f5, #d1d7e9);
}

.p-whitening-feature__card-wrap {
  margin: 3.3rem 0 2rem;
}
.p-whitening-feature__card {
  border: none;
}
.p-whitening-feature__card .c-card03__title {
  color: #4c4948;
}
@media screen and (min-width: 769px) {
  .p-whitening-feature__card {
    padding: 2rem 3rem;
  }
  .p-whitening-feature__card .c-card03__ico {
    width: 6.7rem;
  }
  .p-whitening-feature__card .c-card03__title {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 0 1rem;
  }
}

.p-whitening-price {
  position: relative;
  z-index: 0;
  padding: 6.7rem 0 8rem;
}
.p-whitening-price::before {
  content: "";
  position: absolute;
  z-index: -2;
  top: calc(44.8vw + 13.7rem);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 36rem;
  aspect-ratio: 1/1;
  background: url(../img/cmn/circle_object_pk.png) no-repeat center center/contain;
}
.p-whitening-price::after {
  content: "";
  position: absolute;
  z-index: -2;
  top: calc(44.8vw - 15.3rem);
  right: 9rem;
  width: 36rem;
  aspect-ratio: 1/1;
  background: url(../img/cmn/circle_object_bl.png) no-repeat center center/contain;
}
.p-whitening-price__bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1440/645;
  background: url(../img/whitening/price_bg.jpg) no-repeat top center/cover;
}
.p-whitening-price__heading::before {
  color: #00a5b1;
}
.p-whitening-price__img01 {
  width: 23rem;
}
.p-whitening-price__img02 {
  width: 25.3rem;
}
.p-whitening-price__block {
  max-width: 44.7rem;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.77);
  border-width: 0.2rem;
  margin: 0;
}
.p-whitening-price__block:not(:last-of-type) {
  margin-bottom: 1.3rem;
}
.p-whitening-price__block:first-of-type {
  margin-top: 4rem;
}
.p-whitening-price__box {
  position: relative;
  margin: 4rem 0 0;
}
.p-whitening-price__brand-logo {
  width: 100%;
  max-width: 31.7rem;
  margin: 1rem 0 0;
}
@media screen and (min-width: 769px) {
  .p-whitening-price__img01 {
    position: absolute;
    top: calc(44.8vw + 5.7rem);
    right: 0;
  }
  .p-whitening-price__img02 {
    position: absolute;
    top: calc(44.8vw + 37.3rem);
    right: 4.7rem;
  }
  .p-whitening-price__block {
    padding: 2rem 3.3rem;
  }
  .p-whitening-price__block .p-treatment-price__price .-num {
    font-size: 3rem;
  }
  .p-whitening-price__block .p-treatment-price__price .-unit {
    font-size: 1.2rem;
  }
  .p-whitening-price__brand-logo {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .p-whitening-price {
    padding: 2.7rem 0 4.7rem;
  }
  .p-whitening-price__bg {
    aspect-ratio: 4/3;
  }
  .p-whitening-price__block:first-of-type {
    margin-top: 5.3rem;
  }
  .p-whitening-price__img01 {
    width: 70%;
    margin: 2rem 0 0.7rem auto;
  }
  .p-whitening-price__img02 {
    width: 60%;
    margin: 0 auto 0 0;
  }
  .p-whitening-price__box {
    margin: 2rem 0 0;
  }
}

/* ================================
フルマウスリコンストラクション
================================ */
.full-mouth .l-content-container {
  background: -webkit-gradient(linear, left top, right top, from(#f5f5f5), to(#d1d7e9));
  background: linear-gradient(to right, #f5f5f5, #d1d7e9);
}

.p-full-8020 {
  padding: 4.7rem 0;
}
.p-full-8020__body {
  background-color: #f4f4f4;
  border: 2px solid #bdaa82;
  border-radius: 0.3rem;
  padding: 2rem 2.3rem;
}
.p-full-8020__heading {
  color: #BA9D5F;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  margin: 0 0 1rem;
}
.p-full-8020__text .-lg {
  color: #00a5b1;
  font-size: 1.3rem;
  font-weight: 700;
}
.p-full-8020__list {
  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: 1rem 1.7rem;
  margin: 3.3rem 0;
}
.p-full-8020__item {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 18.7rem;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 50%;
}
.p-full-8020__item:nth-of-type(2) .p-full-8020__ico {
  height: 83.6363636364%;
}
.p-full-8020__item:nth-of-type(3) {
  padding-top: 1.3rem;
}
.p-full-8020__item:nth-of-type(3) .p-full-8020__ico {
  height: 79.0909090909%;
  margin-left: 1.7rem;
}
.p-full-8020__num {
  position: absolute;
  top: -0.7rem;
  right: 0.7rem;
  color: #bdaa82;
  font-family: "Afacad", sans-serif;
  font-size: 5.1rem;
  font-weight: 400;
  line-height: 1;
}
.p-full-8020__ico-wrap {
  width: 100%;
  height: 7.3rem;
  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: 0 0 0.3rem;
}
.p-full-8020__ico {
  height: 100%;
}
.p-full-8020__title {
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  margin: 0 0 0.3rem;
}
.p-full-8020__desc {
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-full-8020__body {
    padding: 2rem 1rem;
  }
  .p-full-8020__heading {
    font-size: 1.3rem;
    text-align: left;
  }
  .p-full-8020__text .-lg {
    font-size: 1.1rem;
  }
  .p-full-8020__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 2rem 0;
  }
  .p-full-8020__item {
    width: 16.7rem;
  }
  .p-full-8020__item:nth-of-type(3) {
    padding-top: 0.7rem;
  }
  .p-full-8020__item:nth-of-type(3) .p-full-8020__ico {
    margin-left: 2rem;
  }
  .p-full-8020__ico-wrap {
    height: 6rem;
  }
  .p-full-8020__title {
    font-size: 1.1rem;
  }
}

.p-full-problem {
  background-color: #fff;
  padding: 2.7rem 0 4rem;
}
.p-full-problem__heading {
  position: relative;
  font-size: 1.7rem;
  font-weight: 700;
  text-align: center;
  padding: 0 0 1rem;
  margin: 0 0 1.3rem;
}
.p-full-problem__heading::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 6rem;
  height: 2px;
  background-color: #00a5b1;
}
.p-full-problem__list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem 4.3rem;
  margin: 2.7rem 0 0;
}
@media screen and (max-width: 768px) {
  .p-full-problem__heading {
    font-size: 1.3rem;
    margin: 0 0 2rem;
  }
  .p-full-problem__heading::after {
    width: 4rem;
  }
  .p-full-problem__list-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 2rem 0 0;
  }
}

.p-full-purpose {
  position: relative;
  z-index: 0;
}
.p-full-purpose__inner {
  position: relative;
  z-index: 0;
}
.p-full-purpose__inner::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 27.7rem;
  left: 6.3rem;
  width: 36rem;
  aspect-ratio: 1/1;
  background: url(../img/cmn/circle_object_pk.png) no-repeat center center/contain;
}
.p-full-purpose__inner::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 3.3rem;
  right: -4.7rem;
  width: 36rem;
  aspect-ratio: 1/1;
  background: url(../img/cmn/circle_object_bl.png) no-repeat center center/contain;
}
.p-full-purpose__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 -8rem 0 0;
}
.p-full-purpose__block:not(:last-of-type) {
  margin-bottom: 4.3rem;
}
.p-full-purpose__block:first-of-type {
  margin-top: 5.7rem;
}
.p-full-purpose__img {
  position: relative;
  z-index: 2;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 41.6666666667%;
  aspect-ratio: 500/413;
  border-radius: 0.3rem;
  overflow: hidden;
}
.p-full-purpose__content {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #fff;
  padding: 3.3rem 8rem 3.3rem 16rem;
  margin: 5rem 0 0 -4.3rem;
}
.p-full-purpose__title {
  font-size: 2rem;
  font-weight: 500;
  margin: 0 0 2rem;
}
@media screen and (min-width: 769px) {
  .p-full-purpose__block:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin: 0 0 0 -8rem;
  }
  .p-full-purpose__block:nth-of-type(even) .p-full-purpose__content {
    margin: 5rem -4.3rem 0 0;
    padding: 3.3rem 16rem 3.3rem 8rem;
  }
}
@media screen and (max-width: 768px) {
  .p-full-purpose__block {
    width: 100vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 calc(50% - 50vw);
  }
  .p-full-purpose__block:nth-of-type(even) .p-full-purpose__img {
    -ms-flex-item-align: end;
        align-self: end;
  }
  .p-full-purpose__block:not(:last-of-type) {
    margin-bottom: 2.7rem;
  }
  .p-full-purpose__block:first-of-type {
    margin-top: 2.7rem;
  }
  .p-full-purpose__img {
    width: 80%;
  }
  .p-full-purpose__content {
    min-height: initial;
    padding: 2.7rem 2rem 1.3rem;
    margin: -0.7rem 0 0;
  }
  .p-full-purpose__title {
    font-size: 1.3rem;
    margin: 0 0 1rem;
  }
}

/* ================================
矯正治療 (インビザライン)
================================ */
.invisalign .l-content-container {
  background: -webkit-gradient(linear, left top, right top, from(#f5f5f5), to(#d1d7e9));
  background: linear-gradient(to right, #f5f5f5, #d1d7e9);
}

.p-inv-hanarabi {
  background-color: #fff;
  padding: 4.7rem 0;
}
.p-inv-hanarabi__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.7rem 2rem;
}
.p-inv-hanarabi__item {
  width: calc((100% - 6rem) / 4);
  background-color: #f4f4f4;
  padding: 2rem 2.3rem 1.3rem;
}
.p-inv-hanarabi__item:nth-of-type(2) .p-inv-hanarabi__img {
  height: 92.3076923077%;
}
.p-inv-hanarabi__item:nth-of-type(3) .p-inv-hanarabi__img {
  height: 88.4615384615%;
}
.p-inv-hanarabi__item:nth-of-type(5) .p-inv-hanarabi__img {
  height: 69.2307692308%;
}
.p-inv-hanarabi__item:nth-of-type(7) .p-inv-hanarabi__img {
  height: 100%;
}
.p-inv-hanarabi__img-wrap {
  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;
  height: 8.7rem;
  margin: 0 0 2rem;
}
.p-inv-hanarabi__img {
  height: 76.9230769231%;
}
.p-inv-hanarabi__title {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  margin: 0 0 1.3rem;
}
@media screen and (max-width: 768px) {
  .p-inv-hanarabi__list {
    gap: 0.7rem 0.7rem;
  }
  .p-inv-hanarabi__item {
    width: calc(50% - 0.4rem);
    padding: 1rem 1rem 1.3rem;
  }
  .p-inv-hanarabi__title {
    font-size: 1.2rem;
    margin: 0 0 0.7rem;
  }
  .p-inv-hanarabi__img-wrap {
    height: 6.7rem;
    margin: 0 0 0.7rem;
  }
}

.p-inv-feature__list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-inv-price {
  background-color: #fff;
  padding: 4.7rem 0 0;
}
.p-inv-price__list {
  position: relative;
  border-top: 1px solid #4c4948;
  margin: 3.3rem 0 0;
}
.p-inv-price__list::before, .p-inv-price__list::after {
  content: "";
  position: absolute;
  top: -2.5px;
  display: inline-block;
  width: 5px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #4c4948;
}
.p-inv-price__list::before {
  left: 0;
}
.p-inv-price__list::after {
  right: 0;
}
.p-inv-price__title {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 0.7rem;
}
.p-inv-price__price {
  font-size: 1.2rem;
  text-align: right;
  padding: 0 2.3rem 0 0;
}
.p-inv-price__price .-num {
  font-family: "Afacad", sans-serif;
  color: #00a5b1;
  font-weight: 600;
  font-size: 2.5em;
  line-height: 1;
}
.p-inv-price__card-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.3rem 2.7rem;
  margin: 3.3rem 0 0;
}
.p-inv-price__card {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .p-inv-price__list {
    margin: 2.7rem 0 0;
  }
  .p-inv-price__title {
    font-size: 1.2rem;
    margin: 0 0 0.3rem;
  }
  .p-inv-price__price {
    font-size: 1rem;
    padding: 0;
  }
  .p-inv-price__card-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 2.7rem 0 0;
  }
}

.p-inv-flow__list {
  margin: 0 0 3.3rem;
}
@media screen and (max-width: 768px) {
  .p-inv-flow__list {
    margin: 0 0 2rem;
  }
}

/* ================================
審美治療・セラミック
================================ */
.shinbi .l-content-container {
  background: -webkit-gradient(linear, left top, right top, from(#f5f5f5), to(#d1d7e9));
  background: linear-gradient(to right, #f5f5f5, #d1d7e9);
}

.p-shinbi-point {
  background: url(../img/shinbi/point_bg.jpg) no-repeat center center/cover;
  padding: 4.7rem 0;
}

.p-shinbi-metal {
  background-color: #fff;
  padding-bottom: 4.7rem;
}
@media screen and (max-width: 768px) {
  .p-shinbi-metal {
    padding-bottom: 2.7rem;
  }
}

.p-shinbi-category {
  background-color: #fff;
  padding: 0 0 4.7rem;
}

@media screen and (min-width: 769px) {
  .p-shinbi-category02 .p-shinbi-card__price {
    text-align: left;
  }
}

.p-shinbi-card {
  display: grid;
  grid-template-areas: "img content" "img price-wrap" "box box";
  grid-template-columns: 27% 1fr;
  gap: 0 2.3rem;
  border: 1px solid #bdaa82;
  border-radius: 0.2rem;
  padding: 1.3rem;
}
.p-shinbi-card__one {
  grid-template-columns: 1fr;
  gap: 0;
}
.p-shinbi-card__img {
  grid-area: img;
  aspect-ratio: 1/1;
}
.p-shinbi-card__content {
  grid-area: content;
}
.p-shinbi-card__title {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 0.7rem;
}
.p-shinbi-card__price-wrap {
  grid-area: price-wrap;
  margin: 0.7rem 0 0;
}
.p-shinbi-card__price {
  font-size: 1.2rem;
  text-align: right;
}
.p-shinbi-card__price .-num {
  font-family: "Afacad", sans-serif;
  color: #00a5b1;
  font-size: 1.9444444444em;
  line-height: 1;
  margin: 0 0.3rem;
}
.p-shinbi-card__box {
  grid-area: box;
  background-color: #f4f4f4;
  border-radius: 0.2rem;
  padding: 1rem 1.3rem;
  margin: 1rem 0 0;
}
.p-shinbi-card__box .c-note-box__heading.-attention {
  font-size: 1.1rem;
}
@media screen and (max-width: 768px) {
  .p-shinbi-card {
    grid-template-areas: "img content" "price-wrap price-wrap" "box box";
    gap: 0 1rem;
    padding: 1rem;
  }
  .p-shinbi-card__title {
    font-size: 1.2rem;
    margin: 0 0 0.3rem;
  }
  .p-shinbi-card__price {
    font-size: 1rem;
  }
  .p-shinbi-card__box {
    margin: 0.7rem 0 0;
  }
}

.p-shinbi-card__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.7rem 2.7rem;
}
.p-shinbi-card__wrap .p-shinbi-card {
  width: calc(50% - 1.4rem);
}
@media screen and (max-width: 768px) {
  .p-shinbi-card__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.3rem 0;
  }
  .p-shinbi-card__wrap .p-shinbi-card {
    width: 100%;
  }
}

.p-shinbi-example {
  padding-top: 0;
}

.p-shinbi-price {
  background-color: #fff;
  padding: 0 0 4.7rem;
}
.p-shinbi-price__title {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 0.7rem;
}
.p-shinbi-price__price {
  font-size: 1.2rem;
  text-align: right;
  padding: 0 2.3rem 0 0;
}
.p-shinbi-price__price .-num {
  font-family: "Afacad", sans-serif;
  color: #00a5b1;
  font-weight: 600;
  font-size: 2.5em;
  line-height: 1;
}
.p-shinbi-price__price .-text {
  color: #00a5b1;
  font-size: 1.2777777778em;
}
@media screen and (max-width: 768px) {
  .p-shinbi-price__title {
    font-size: 1.2rem;
    margin: 0 0 0.3rem;
  }
  .p-shinbi-price__price {
    font-size: 1rem;
    padding: 0;
  }
}

/* ================================
インプラント治療
================================ */
.implant .l-content-container {
  background: -webkit-gradient(linear, left top, right top, from(#f5f5f5), to(#d1d7e9));
  background: linear-gradient(to right, #f5f5f5, #d1d7e9);
}

.p-implant-intro__desc .-gr {
  color: #9F9F9F;
}
@media screen and (min-width: 769px) {
  .p-implant-intro__heading {
    font-size: 2.2rem;
  }
}

.p-implant-recom {
  padding: 4.7rem 0;
  background: url(../img/implant/recom_bg.jpg) no-repeat center center/cover;
}
.p-implant-recom__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem 2.7rem;
  margin: 2.7rem 0 0;
}
.p-implant-recom__item {
  width: calc(50% - 1.4rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 9999px;
  background-color: #fff;
  padding: 1.3rem 2rem;
}
.p-implant-recom__num {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 4rem;
  font-family: "Afacad", sans-serif;
  color: #bdaa82;
  font-size: 2.7rem;
  font-weight: 400;
  line-height: 1;
}
.p-implant-recom__title {
  font-size: 1.5rem;
  font-weight: 700;
  border-left: 1px solid #bdaa82;
  padding: 0 0 0 2rem;
}
@media screen and (max-width: 768px) {
  .p-implant-recom__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-implant-recom__item {
    width: 100%;
    padding: 1rem;
  }
  .p-implant-recom__title {
    font-size: 1.2rem;
    padding: 0 0 0 1rem;
  }
}

.p-implant-feature {
  background-color: #fff;
  padding-bottom: 4.7rem;
}
.p-implant-feature__list {
  margin: 2.7rem 0 0;
}
.p-implant-feature__card {
  background: -webkit-gradient(linear, left top, right top, from(#dbe0ed), color-stop(30%, #ffffff), color-stop(60%, #e6eaf8), color-stop(88%, #e5edee));
  background: linear-gradient(to right, #dbe0ed 0%, #ffffff 30%, #e6eaf8 60%, #e5edee 88%);
}
.p-implant-feature__card .c-card02__num {
  position: initial;
  color: #00a5b1;
  margin: -0.7rem 0 1rem;
}
.p-implant-feature__card .c-card02__ico {
  position: absolute;
  top: 2rem;
  right: 2rem;
}
.p-implant-feature__card .c-card02__title {
  color: #00a5b1;
}
@media screen and (min-width: 769px) {
  .p-implant-feature__list {
    display: grid;
    gap: 2rem 2.7rem;
  }
  .p-implant-feature__card:nth-of-type(1) {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .p-implant-feature__card:nth-of-type(2) {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .p-implant-feature__card:nth-of-type(3) {
    grid-column: 1/2;
    grid-row: 3/4;
  }
  .p-implant-feature__card:nth-of-type(4) {
    grid-column: 2/3;
    grid-row: 1/4;
  }
}
@media screen and (max-width: 768px) {
  .p-implant-feature__card .c-card02__ico {
    position: absolute;
    top: 1.3rem;
    right: 1.3rem;
  }
}

.p-implant-diff {
  background-color: #fff;
  padding: 0 0 8.7rem;
}
.p-implant-diff__table-wrap {
  margin: 1.3rem 0 0;
}
.p-implant-diff__table {
  width: calc(100% + 1.3rem);
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0.7rem 0;
  margin: 0 -0.7rem;
}
.p-implant-diff__table thead th {
  font-size: 1.3rem;
  font-weight: 700;
  text-align: center;
  background-color: #f4f4f4;
  padding: 0.7rem;
}
.p-implant-diff__table thead th:nth-child(2) {
  color: #00a5b1;
}
.p-implant-diff__table tbody th,
.p-implant-diff__table tbody td {
  font-size: 1.1rem;
  vertical-align: middle;
  text-align: center;
  padding: 1rem 0.7rem;
  border-bottom: 1px solid #BA9D5F;
}
.p-implant-diff__table tbody th:nth-child(2),
.p-implant-diff__table tbody td:nth-child(2) {
  color: #00a5b1;
}
.p-implant-diff__table tbody th {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-implant-diff {
    padding: 0 0 4.7rem;
  }
  .p-implant-diff__table-wrap {
    overflow-x: auto;
    margin: 2rem 0 0;
  }
  .p-implant-diff__table {
    width: 36.7rem;
  }
  .p-implant-diff__table thead th {
    font-size: 1rem;
    padding: 0.7rem 0.3rem;
  }
  .p-implant-diff__table tbody th,
  .p-implant-diff__table tbody td {
    font-size: 0.9rem;
    padding: 0.7rem 0.3rem;
  }
}

.p-implant-point {
  background-image: url("../img/implant/point_bg.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  padding: 8rem 0 20rem;
}
.p-implant-point__heading {
  margin: 0 0 5.3rem;
}
.p-implant-point__heading::before {
  color: #00a5b1;
}
.p-implant-point__block {
  max-width: 66.7rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.3rem 2rem;
  border: 2px solid #00a5b1;
  background-color: rgba(255, 255, 255, 0.46);
  padding: 2.3rem;
  backdrop-filter: blur(4px);
}
.p-implant-point__block:not(:last-of-type) {
  margin-bottom: 2rem;
}
.p-implant-point__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 39%;
  aspect-ratio: 390/235;
}
.p-implant-point__content {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0.7rem 0;
}
.p-implant-point__num {
  position: absolute;
  top: -2.3rem;
  right: -1.3rem;
  font-family: "Afacad", sans-serif;
  color: #fff;
  font-size: 6.7rem;
  font-weight: 400;
  line-height: 1;
}
.p-implant-point__title {
  color: #00a5b1;
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0 0 1.3rem;
}
@media screen and (max-width: 768px) {
  .p-implant-point {
    padding: 4.7rem 0 4.7rem;
  }
  .p-implant-point__heading {
    margin: 0 0 2.7rem;
  }
  .p-implant-point__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1rem;
  }
  .p-implant-point__block:not(:last-of-type) {
    margin-bottom: 1.3rem;
  }
  .p-implant-point__img {
    width: 100%;
  }
  .p-implant-point__content {
    padding: 0;
  }
  .p-implant-point__title {
    min-height: 2.5em;
    font-size: 1.3rem;
    margin: 0 0 0.7rem;
  }
  .p-implant-point__num {
    top: -1rem;
    right: 0;
    font-size: 5.1rem;
  }
}

.p-implant-flow {
  background-color: #fff;
  padding: 4.7rem 0;
}
.p-implant-flow__list {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 2rem 0;
  margin: 2.3rem 0 0;
}
.p-implant-flow__list::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 8.3rem;
  left: 50%;
  display: block;
  width: 1px;
  height: calc(100% - 16.7rem);
  background-color: #00a5b1;
}
.p-implant-flow__item {
  position: relative;
  border: 1px solid #00a5b1;
  background-color: #fff;
  border-radius: 1.2rem;
  padding: 2rem;
  -webkit-box-shadow: 0.5rem 0.7rem 0.8rem 0.6rem rgba(209, 215, 233, 0.22);
          box-shadow: 0.5rem 0.7rem 0.8rem 0.6rem rgba(209, 215, 233, 0.22);
}
.p-implant-flow__num {
  display: block;
  font-family: "Afacad", sans-serif;
  color: #00a5b1;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  margin: 0 0 1.3rem;
}
.p-implant-flow__title {
  color: #00a5b1;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 1.7rem;
}
@media screen and (min-width: 769px) {
  .p-implant-flow__item {
    width: calc((100% - 14.7rem) / 2);
    height: 16.7rem;
    margin: 0 0 0 7.3rem;
  }
  .p-implant-flow__item::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -7.3rem;
    width: 7.3rem;
    height: 1px;
    background-color: #00a5b1;
  }
  .p-implant-flow__item::after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -7.9rem;
    display: inline-block;
    width: 1rem;
    aspect-ratio: 1/1;
    background-color: #00a5b1;
    border-radius: 50%;
  }
  .p-implant-flow__item:nth-of-type(even) {
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin: 0 7.3rem 0 0;
  }
  .p-implant-flow__item:nth-of-type(even)::before {
    left: initial;
    right: -7.3rem;
  }
  .p-implant-flow__item:nth-of-type(even)::after {
    left: initial;
    right: -7.9rem;
  }
  .p-implant-flow__item:not(:first-of-type) {
    margin-top: -9.3rem;
  }
}
@media screen and (max-width: 768px) {
  .p-implant-flow__item {
    border-radius: 0.3rem;
    padding: 1.3rem 1rem;
  }
  .p-implant-flow__num {
    margin: 0 0 0.7rem;
  }
  .p-implant-flow__title {
    font-size: 1.3rem;
    margin: 0 0 0.7rem;
  }
}

/* ================================
サイトマップ
================================ */
.p-sitemap__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.7rem 3.3rem;
}
.p-sitemap__menu-item {
  width: calc((100% - 6.7rem) / 3);
}
.p-sitemap__menu-item > span {
  position: relative;
  display: block;
  color: #00a5b1;
  font-size: 1.6rem;
  border-bottom: 1px solid #4c4948;
  padding: 0 0 0.7rem;
  margin: 0 0 1.7rem;
}
.p-sitemap__menu-item > span::before, .p-sitemap__menu-item > span::after {
  content: "";
  position: absolute;
  bottom: -2.5px;
  display: inline-block;
  width: 5px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #4c4948;
}
.p-sitemap__menu-item > span::before {
  left: 0;
}
.p-sitemap__menu-item > span::after {
  right: 0;
}
.p-sitemap__menu-item.-has_group {
  width: 100%;
}
.p-sitemap__menu-item.-has_group > .p-sitemap__sub-menu {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1rem 6.7rem;
}
.p-sitemap__sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.3rem 0.7rem;
}
.p-sitemap__sub-menu-item > span {
  display: block;
  color: #BA9D5F;
  font-size: 1.1rem;
  margin: 0 0 1rem;
}
@media screen and (max-width: 768px) {
  .p-sitemap__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem 0;
  }
  .p-sitemap__menu-item {
    width: 100%;
  }
  .p-sitemap__menu-item > span {
    font-size: 1.3rem;
    margin: 0 0 1rem;
  }
  .p-sitemap__menu-item.-has_group > .p-sitemap__sub-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-sitemap__sub-menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.7rem 0.7rem;
  }
  .p-sitemap__sub-menu-item {
    width: calc(50% - 0.4rem);
  }
  .p-sitemap__sub-menu-item > span {
    margin: 0 0 0.7rem;
  }
  .p-sitemap__sub-menu-item.-is_group {
    width: 100%;
  }
  .p-sitemap__sub-menu-item.-is_group > .p-sitemap__sub-menu {
    margin-left: 0.7rem;
  }
}

/* ================================
お問い合わせ
================================ */
body:not(.contact) .grecaptcha-badge, body:not(.contact-complete) .grecaptcha-badge {
  display: none !important;
}

.contact .l-content-container, .contact-complete .l-content-container {
  background: -webkit-gradient(linear, left top, right top, from(#f5f5f5), to(#d1d7e9));
  background: linear-gradient(to right, #f5f5f5, #d1d7e9);
}

.p-contact-progress {
  margin: 0 0 2.7rem;
}
.p-contact-progress__list {
  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: 0 3.3rem;
}
.p-contact-progress__item {
  position: relative;
  width: 7.3rem;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #B6B6B6;
  border-radius: 50%;
  background-color: #fff;
}
.p-contact-progress__item.-active {
  color: #fff;
  background-color: #00a5b1;
}
.p-contact-progress__item:not(:last-of-type)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -2.3rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  border-style: solid;
  border-width: 0.7rem 0 0.7rem 1.3rem;
  border-color: transparent transparent transparent #fff;
}
.p-contact-progress__num {
  font-family: "Afacad", sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1;
}
.p-contact-progress__title {
  font-size: 1.1rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-contact-progress {
    margin: 0 0 2rem;
  }
  .p-contact-progress__item {
    width: 6rem;
  }
  .p-contact-progress__num {
    font-size: 1.1rem;
  }
  .p-contact-progress__title {
    font-size: 0.9rem;
  }
}

.p-contact-form__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.3rem 3.7rem;
  margin: 0 0 3.3rem;
}
.p-contact-form__desc {
  margin: 0 !important;
}
@media screen and (max-width: 768px) {
  .p-contact-form__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 0 2.7rem;
  }
}

.p-contact-tel {
  margin: 0 0 4.3rem;
}
.p-contact-tel__body {
  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: 0 1.3rem;
  border: 1px solid #4c4948;
  border-width: 1px 0 1px 0;
  padding: 2rem 0;
}
.p-contact-tel__heading {
  -ms-flex-item-align: last baseline;
      align-self: last baseline;
  font-size: 1.3rem;
  font-weight: 500;
  padding: 0 1.3rem 0 0;
}
.p-contact-tel__content {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-item-align: last baseline;
      align-self: last baseline;
}
.p-contact-tel__link {
  font-family: "Afacad", sans-serif;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1;
}
.p-contact-tel__link .-num {
  font-size: 1.4615384615em;
}
.p-contact-tel__note {
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .p-contact-tel__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-contact-tel__heading {
    -ms-flex-item-align: center;
        align-self: center;
    font-size: 1.2rem;
    text-align: center;
    padding: 0;
    margin: 0 0 1rem;
  }
  .p-contact-tel__link {
    -ms-flex-item-align: center;
        align-self: center;
    margin: 0 0 0.7rem;
  }
  .p-contact-tel__note {
    text-align: center;
  }
}

/* ================================
Adjistment
================================ */
.u-fit--contain {
  text-align: center;
}
.u-fit--contain img,
.u-fit--contain source {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  vertical-align: middle;
}

.u-color--main {
  color: #00a5b1;
}
.u-color--sub {
  color: #bdaa82;
}
.u-color--wh {
  color: #fff;
}
.u-color--pk {
  color: #E061A4;
}

.u-align--center {
  text-align: center;
}
.u-align--right {
  text-align: right;
}
.u-align--left {
  text-align: left;
}

.u-display_ib {
  display: inline-block;
}
.u-display_ib--sm {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-display_ib--sm {
    display: inline-block;
  }
}

.u-display--lg {
  display: none;
}
@media screen and (max-width: 1200px) {
  .u-display--lg {
    display: block;
  }
}
.u-display--md {
  display: none;
}
@media screen and (max-width: 1024px) {
  .u-display--md {
    display: block;
  }
}
.u-display--sm {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-display--sm {
    display: block;
  }
}

.u-display_flex--lg {
  display: none;
}
@media screen and (max-width: 1200px) {
  .u-display_flex--lg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.u-display_flex--md {
  display: none;
}
@media screen and (max-width: 1024px) {
  .u-display_flex--md {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.u-display_flex--sm {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-display_flex--sm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 1200px) {
  .u-hidden--lg {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .u-hidden--md {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .u-hidden--sm {
    display: none;
  }
}