@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;
  background: -webkit-gradient(linear, left top, right top, from(#F5F5F5), to(#D1D7E9));
  background: linear-gradient(to right, #F5F5F5, #D1D7E9);
  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;
}

/* ================================
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: 6.9rem;
  }
  .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: 4.7rem;
  }
}
@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: 3.3rem 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: 0;
    top: 4.7rem;
    left: 0;
    width: 100%;
    background-color: #fff;
  }
  .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 3.3rem;
}
.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 3.3rem;
}
.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;
}
.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;
}
@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;
}
.c-underline-heading::before, .c-underline-heading::after {
  content: "";
  position: absolute;
  bottom: -0.2rem;
  display: inline-block;
  width: 0.3rem;
  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;
}
@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;
  background-color: #fff;
  border-bottom: 2px solid #BDAA82;
  padding: 1rem;
  margin: 0 0 2.7rem;
}
.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 2rem;
  font-size: 1.7rem;
  font-weight: 700;
}
.c-bg-heading__title::after {
  content: attr(data-en);
  font-family: "Afacad", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1;
}
.c-bg-heading.-gr {
  background-color: #F4F4F4;
}
@media screen and (max-width: 768px) {
  .c-bg-heading {
    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;
    font-size: 1.3rem;
  }
}

/*sentence*/
.c-sentence {
  line-height: 1.8;
}
.c-sentence + .c-sentence {
  margin-top: 1.8em;
}
.c-sentence + .c-btn__wrap {
  margin-top: 1.3rem;
}
@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;
  }
}

/* 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;
  font-family: "Afacad", sans-serif;
  color: #BDAA82;
  font-size: 5.1rem;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .c-card02 {
    padding: 1.3rem 2rem;
  }
  .c-card02__title {
    font-size: 1.3rem;
    margin: 0 0 1rem;
  }
}

.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: #A58441;
  font-size: 1.3rem;
  font-weight: 500;
  margin: 0 0 0.3rem;
}
.c-card03:not(:last-of-type) {
  margin-bottom: 1rem;
}
@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);
}
@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 .c-card01,
  .c-card__wrap .c-card02 {
    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;
  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.3rem 0;
}
.c-ico-list li {
  position: relative;
  min-height: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 0.7rem;
  color: #A58441;
  font-size: 1.2rem;
  line-height: 1.3;
  padding: 0.5em 0 0 2.5em;
}
.c-ico-list li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  height: 2em;
  aspect-ratio: 1/1;
}
.c-ico-list.-star li::before {
  background: url(../img/cmn/star_ico.png) no-repeat center center/contain;
}
@media screen and (max-width: 768px) {
  .c-ico-list li {
    font-size: 1rem;
  }
}

/* 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%;
  }
}

/* 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(#F5F5F5), to(#D1D7E9));
  background: linear-gradient(to right, #F5F5F5, #D1D7E9);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}
.c-cta__desc {
  font-size: 1.2rem;
  text-align: center;
  margin: 0 0 2.3rem;
}
.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;
}
.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.7rem;
    margin: 0 0 2rem;
  }
  .c-cta__heading::before {
    font-size: 4rem;
  }
  .c-cta__desc {
    font-size: 1rem;
    margin: 0 0 2rem;
  }
  .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;
}
@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;
  }
}

/* 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;
  }
}

/* ================================
Page
================================ */
.p-page-content {
  border-bottom: 1px solid #F4F4F4;
  padding: 0 0 6.7rem;
}
.p-page-content.-pb0 {
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-page-content {
    padding: 0 0 4.7rem;
  }
}

.p-page-sec.-with_typo {
  position: relative;
  z-index: 0;
  background-color: #fff;
  padding-top: 12.6vw;
}
.p-page-sec.-with_typo::before {
  position: absolute;
  z-index: -1;
  top: -2.8vw;
  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;
  white-space: nowrap;
  text-align: center;
  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;
}
@media screen and (max-width: 768px) {
  .p-page-sec.-with_typo {
    padding-top: 4rem;
  }
  .p-page-sec.-with_typo::before {
    font-size: 4rem;
  }
}

.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-header {
  margin: 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;
  margin: 0 0 3rem;
}
.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: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-page-header {
    margin: 0 0 4.7rem;
  }
  .p-page-header__breadcrumbs {
    position: initial;
    padding: 1rem 0 2rem;
  }
  .p-page-header__title {
    font-size: 1.9rem;
    margin: 0 0 2rem;
  }
  .p-page-header__desc {
    font-size: 1rem;
  }
}

/* ================================
Post
================================ */
.archive .l-content-container,
.category .l-content-container,
.single .l-content-container {
  background: none;
}

/* 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: 6rem 0 0;
}
.p-post-single__btn {
  width: 22.7rem;
  height: 5.3rem;
  border: 2px solid #00A5B1;
}
@media screen and (min-width: 769px) {
  .p-post-single__pager-list {
    gap: 0.7rem 6rem;
  }
  .p-post-single__btn.prev {
    position: relative;
  }
  .p-post-single__btn.prev::before {
    position: absolute;
    top: 50%;
    left: 2rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .p-post-single__btn.next {
    position: relative;
  }
  .p-post-single__btn.next::after {
    position: absolute;
    top: 50%;
    right: 2rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (max-width: 768px) {
  .p-post-single__footer {
    margin: 4.3rem 0 0;
  }
  .p-post-single__btn {
    width: 10.7rem;
    height: 3.3rem;
    border-width: 0.1rem;
  }
  .p-post-single__btn.prev {
    width: 3.3rem;
  }
  .p-post-single__btn.next {
    width: 3.3rem;
  }
}

/* ================================
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: 0 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__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) 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::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: 0 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: 0 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: 0 0 5.7rem;
}
.p-top-director.-with_typo::before {
  background-clip: initial;
  background: transparent;
  color: #fff;
}
.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.-with_typo {
    padding-top: 4.9vw;
  }
  .p-top-director.-with_typo::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: 0 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 .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 .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: #BDAA82;
  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: 2rem auto 0;
}
.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%;
    margin: 1.3rem auto 0;
  }
  .p-price-block__table th {
    font-weight: 600;
  }
}

/* ================================
症例集
================================ */
.post-type-archive-example .l-content-container,
.tax-example-category .l-content-container,
.single-example .l-content-container {
  background: none;
}

/* ================================
採用情報
================================ */
.recruit .l-content-container {
  background: none;
}

.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.-with_typo {
  background-color: transparent;
  padding-top: 2.4vw;
}
.p-recruit-ideal.-with_typo::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.-with_typo::before {
    font-size: 9.2vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit-ideal.-with_typo {
    padding-top: 2rem;
  }
  .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: 2rem 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;
}

/* ================================
理事長紹介
================================ */
.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.25em;
}
.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 {
  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%;
  }
}

/* ================================
院内・設備紹介
================================ */
.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;
}
.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__heading {
  margin: 0 0 1.7rem;
}
.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: 0 0 5.3rem;
}
.p-clinic-philo.-with_typo::before {
  margin-bottom: 0;
}
.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__item {
  position: relative;
  z-index: 0;
  width: calc(50% - 1rem);
  background-color: #F4F4F4;
  border-radius: 0.2rem;
  padding: 2.3rem;
}
.p-clinic-philo__item::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;
}
.p-clinic-philo__item.-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%);
}
.p-clinic-philo__item.-good::before {
  content: "GOOD";
}
.p-clinic-philo__item.-good .p-clinic-philo__title {
  color: #00A5B1;
}
.p-clinic-philo__item.-good .p-clinic-philo__list li::before {
  background: url(../img/clinic/good_ico.svg) no-repeat center center/contain;
}
.p-clinic-philo__title {
  font-size: 1.7rem;
  font-weight: 600;
  margin: 0 0 2rem;
}
.p-clinic-philo__list li {
  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.3rem;
  font-weight: 400;
  line-height: 1.3;
}
.p-clinic-philo__list li::before {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  content: "";
  height: 1.6em;
  aspect-ratio: 36/32;
  background: url(../img/clinic/bad_ico.svg) no-repeat center center/contain;
}
.p-clinic-philo__list li:not(:last-child) {
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .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-philo__item {
    width: 100%;
    padding: 1.3rem 1rem;
  }
  .p-clinic-philo__item::before {
    top: 1.3rem;
    right: 1rem;
    font-size: 3.3rem;
  }
  .p-clinic-philo__title {
    font-size: 1.3rem;
    margin: 0 0 1rem;
  }
  .p-clinic-philo__list li {
    font-size: 1rem;
  }
}

.p-clinic-concierge {
  position: relative;
  padding: 0 0 8rem;
}
.p-clinic-concierge.-with_typo::before {
  opacity: 0.3;
  margin-bottom: -0.5em;
}
.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 {
  margin: 2rem 0 0;
}
.p-clinic-concierge__img {
  width: 44.1666666667%;
  aspect-ratio: 528/566;
}
@media screen and (max-width: 768px) {
  .p-clinic-concierge {
    padding: 0 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;
  }
}

/* ================================
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-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;
  }
}