@charset "UTF-8";
/* リキッドレイアウト対応 */
.u-desktop {
  display: block;
}
@media screen and (max-width: 767px) {
  .u-desktop {
    display: none;
  }
}

.u-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-mobile {
    display: block;
  }
}

.u-color-yellow {
  color: #FDFF00;
}

html {
  font-size: 16px;
  overflow-x: clip;
}
@media (max-width: 1200px) {
  html {
    font-size: 1.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

/* pcの電話番号発信対応 */
a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  transition: 0.3s;
}

body.is-fixed {
  height: 100%;
  overflow: hidden !important;
}

html {
  scroll-padding-top: 12.5rem;
}
@media screen and (max-width: 767px) {
  html {
    scroll-padding-top: 6.25rem;
  }
}

body {
  font-family: "Zen Maru Gothic", sans-serif;
  color: #414A4F;
  font-weight: 700;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; /* Safari */
  counter-reset: number 0; /* number のカウンタを 0 にセット */
  overflow-x: hidden;
}

body {
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
          animation: fadeIn 2s ease 0s 1 normal;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
  height: auto;
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

button {
  padding: 0;
  color: inherit;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

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

/* アーカイブページのページ送り */
.c-archive-pagination .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: fit-content;
  gap: 0.25rem;
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-archive-pagination .nav-links {
    gap: 0.375rem;
  }
}
.c-archive-pagination .nav-links a {
  transition: 0.3s;
}
@media (any-hover: hover) {
  .c-archive-pagination .nav-links a:hover {
    opacity: 0.7;
  }
}
.c-archive-pagination .page-numbers {
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.5625rem;
  height: 1.5625rem;
  color: #015CAD;
  background-color: #fff;
  border: 1px solid #015CAD;
  border-radius: 50%;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-archive-pagination .page-numbers {
    font-size: 0.9375rem;
    width: 2.125rem;
    height: 2.125rem;
  }
}
.c-archive-pagination .page-numbers.current {
  background-color: #015CAD;
  color: #fff;
}
.c-archive-pagination .page-numbers.dots {
  color: #015CAD;
  font-size: 1rem;
  padding-bottom: 0.5625rem;
  border: 0;
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .c-archive-pagination .page-numbers.dots {
    font-size: 1.25rem;
  }
}
.c-archive-pagination .page-numbers.prev, .c-archive-pagination .page-numbers.next {
  border: 0;
  background-color: transparent;
}
.c-archive-pagination .page-numbers.prev {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.c-pagination__arrow {
  flex-shrink: 0;
  width: 1.5625rem;
  height: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .c-pagination__arrow {
    width: 2.125rem;
    height: 2.125rem;
  }
}

.c-archive-sidebar {
  border-radius: 1.25rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-archive-sidebar {
    max-width: 18.75rem;
    margin-inline: auto;
  }
}
.c-archive-sidebar + .c-archive-sidebar {
  margin-top: 2.5rem;
}

.c-archive-sidebar__title {
  background-color: #015CAD;
  color: #fff;
  font-size: 1.4375rem;
  font-weight: 700;
  line-height: 1.6086956522;
  letter-spacing: 0.02em;
  text-align: center;
  padding-block: 1.125rem;
}

.c-archive-sidebar__item {
  margin-top: 0.125rem;
}
.c-archive-sidebar__item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.375rem 1.125rem 1.375rem 2.0625rem;
  background-color: #fff;
  color: #015CAD;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.6086956522;
  letter-spacing: 0.02em;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-archive-sidebar__item a {
    padding: 1rem 1.125rem 1rem 1.875rem;
  }
}
.c-archive-sidebar__item a::after {
  content: "";
  display: block;
  width: 0.9375rem;
  height: 0.9375rem;
  background: url(../images/archive_sidebar_arrow.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .c-archive-sidebar__item a::after {
    width: 1.5rem;
    height: 1.5rem;
  }
}
@media (any-hover: hover) {
  .c-archive-sidebar__item a:hover {
    opacity: 0.7;
  }
}

.c-blog-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem 1.125rem;
}
@media screen and (max-width: 767px) {
  .c-blog-list {
    display: block;
  }
}

.c-blog-list__item {
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-blog-list__item + .c-blog-list__item {
    margin-top: 1.5rem;
  }
}

.c-blog-list__link {
  display: block;
  height: 100%;
  transition: 0.3s;
}
@media (any-hover: hover) {
  .c-blog-list__link:hover .c-blog-list__item-body {
    color: #015CAD;
  }
  .c-blog-list__link:hover .c-blog-list__img img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

.c-blog-list__term {
  background-color: #015CAD;
  color: #fff;
  font-size: 1.0625rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.4705882353;
  text-align: center;
  padding: 0.625rem 1.875rem;
  border-radius: 1.25rem 0 1.25rem 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.c-blog-list__img {
  border-radius: 1.25rem 1.25rem 0 0;
  aspect-ratio: 297/171;
  overflow: hidden;
}
.c-blog-list__img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}

.c-blog-list__item-body {
  background-color: #fff;
  padding: 0.625rem 1rem 1rem;
  border-radius: 0 0 1.25rem 1.25rem;
  transition: 0.3s;
}

.c-blog-list__date {
  display: block;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.c-blog-list__title {
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.6470588235;
  display: block;
  margin-top: 0.875rem;
}

/***************************************
パンくずリスト
****************************************/
.c-breadcrumb {
  padding-block: 1.875rem 0.9375rem;
  width: -webkit-fit-content;
  width: fit-content;
  max-width: 90%;
  margin-inline: auto;
}

.c-breadcrumb__lists {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb__lists {
    justify-content: flex-start;
    white-space: nowrap;
    padding-bottom: 0.3125rem;
    overflow: auto;
  }
}

.c-breadcrumb__item {
  font-size: 0.8125rem;
  font-weight: 700;
  color: #015CAD;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb__item {
    font-size: 0.5625rem;
  }
}
.c-breadcrumb__item a {
  color: #015CAD;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.c-breadcrumb__item a:hover {
  opacity: 0.7;
}
.c-breadcrumb__item:not(:last-child) {
  position: relative;
  padding-right: 1.175rem;
}
.c-breadcrumb__item:not(:last-child)::before, .c-breadcrumb__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.1875rem;
  width: 0.4375rem;
  height: 0.0625rem;
  border-radius: 9999px;
  background-color: currentColor;
  -webkit-transform-origin: calc(100% - 0.5px) 50%;
          transform-origin: calc(100% - 0.5px) 50%;
}
.c-breadcrumb__item:not(:last-child)::before {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.c-breadcrumb__item:not(:last-child)::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .c-breadcrumb__item:not(:last-child)::before, .c-breadcrumb__item:not(:last-child)::after {
    width: 0.3125rem;
    height: 0.04375rem;
  }
}

/***************************************
ボタンコンポーネント
****************************************/
.c-button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  gap: 1.25rem;
  min-width: 14.5rem;
  padding: 0.9375rem;
  background: #015CAD;
  border-radius: 1.6875rem;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .c-button {
    min-width: 21rem;
    padding: 1.25rem 0.3125rem;
    gap: 0.9375rem;
    border-radius: 2.3125rem;
  }
}

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

.c-button__text {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.05em;
  display: block;
  padding-right: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-button__text {
    font-size: 1.4375rem;
  }
}

.c-button__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.375rem;
  height: 1.375rem;
  background: #fff;
  border-radius: 50%;
  flex-shrink: 0;
  position: absolute;
  right: 1.25rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .c-button__icon {
    width: 2.125rem;
    height: 2.125rem;
    right: 0.9375rem;
  }
}

.c-button__icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 0.125rem;
  border-top: 0.15625rem solid #015CAD;
  border-right: 0.15625rem solid #015CAD;
  -webkit-transform: translate(-60%, -50%) rotate(45deg);
          transform: translate(-60%, -50%) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .c-button__icon::before {
    width: 0.6875rem;
    height: 0.6875rem;
    border-top: 0.15625rem solid #015CAD;
    border-right: 0.15625rem solid #015CAD;
  }
}

/***************************************
c-button--outline：アウトラインボタン
****************************************/
.c-button--outline {
  background: transparent;
  border: 0.125rem solid #015CAD;
}

.c-button--outline .c-button__text {
  color: #015CAD;
}

.c-button--outline .c-button__icon {
  background: #015CAD;
}

.c-button--outline .c-button__icon::before {
  border-color: #fff;
}

/***************************************
c-button--white：白背景ボタン
****************************************/
.c-button--white {
  background: #fff;
}

.c-button--white .c-button__text {
  color: #015CAD;
}

.c-button--white .c-button__icon {
  background: #015CAD;
}

.c-button--white .c-button__icon::before {
  border-color: #fff;
}

/***************************************
c-button--small：小さいボタン
****************************************/
.c-button--small {
  min-width: 11.25rem;
  padding: 0.625rem 1.25rem;
  gap: 0.9375rem;
}

.c-button--small .c-button__text {
  font-size: 0.875rem;
}

.c-button--small .c-button__icon {
  width: 1.125rem;
  height: 1.125rem;
}

.c-button--small .c-button__icon::before {
  width: 0.3125rem;
  height: 0.5rem;
}

/***************************************
カードコンポーネント
「大和駅前歯科って？」セクション用基本カード
****************************************/
.c-card {
  background: transparent;
}

.c-card__image {
  width: 100%;
  border-radius: 1.25rem;
  overflow: hidden;
}

.c-card__image img {
  width: 100%;
  height: auto;
  aspect-ratio: 273/178;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-card__title {
  font-size: 1.4375rem;
  font-weight: 700;
  color: #015CAD;
  text-align: center;
  letter-spacing: 0.05em;
  margin-top: 1.125rem;
}
@media screen and (max-width: 767px) {
  .c-card__title {
    font-size: 1.5625rem;
    margin-top: 0.625rem;
  }
}

.c-card__text {
  font-size: 0.8125rem;
  font-weight: 700;
  color: #414A4F;
  line-height: 1.69;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .c-card__text {
    font-size: 1rem;
    margin-top: 0.3125rem;
  }
}

/***************************************
c-card--blog：ブログカード用修飾子
クリニックブログセクション用
****************************************/
.c-card--blog {
  background: #fff;
  border-radius: 1.25rem;
  overflow: hidden;
  transition: box-shadow 0.3s;
}
@media screen and (max-width: 767px) {
  .c-card--blog {
    transition: opacity 0.3s;
  }
}

.c-card--blog:hover {
  box-shadow: 0 0.25rem 0.9375rem rgba(0, 0, 0, .1);
}
@media screen and (max-width: 767px) {
  .c-card--blog:hover {
    box-shadow: 0 0.1875rem 0.375rem rgba(65, 74, 79, .16);
    opacity: 0.7;
  }
}

.c-card__link {
  display: block;
}

.c-card__image--blog {
  border-radius: 1.25rem 1.25rem 0 0;
}

.c-card__image--blog img {
  aspect-ratio: 274/205;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .c-card__image--blog img {
    aspect-ratio: 354/267;
  }
}

.c-card__noimage {
  display: block;
  width: 100%;
  aspect-ratio: 274/205;
  background: #D1D1D1;
}

.c-card__body {
  padding: 0.5rem 1.0625rem 1.25rem;
}

.c-card__date {
  display: block;
  font-size: 0.6875rem;
  font-weight: 700;
  color: #285C9A;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .c-card__date {
    font-size: 0.875rem;
  }
}

.c-card__title--blog {
  margin-top: 0.1875rem;
  font-size: 1rem;
  font-weight: 700;
  color: #285C9A;
  letter-spacing: -0.02em;
  text-align: left;
  margin-top: 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-card__title--blog {
    font-size: 1.25rem;
  }
}

.c-card__text--blog {
  font-size: 0.75rem;
  font-weight: 700;
  color: #414A4F;
  letter-spacing: -0.05em;
  line-height: 1.75;
  margin-top: 0.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-card__text--blog {
    font-size: 1rem;
  }
}

.c-faq__wrap {
  padding-block: 2.1875rem;
  position: relative;
}
.c-faq__wrap:last-child::before {
  display: none;
}
.c-faq__wrap::before {
  content: "";
  display: block;
  width: 100%;
  height: 0.1875rem;
  border-radius: 2px;
  background-color: #c8c8c8;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .c-faq__wrap::before {
    height: 0.125rem;
  }
}
.c-faq__wrap dt {
  display: flex;
  align-items: flex-start;
  gap: 1.75rem;
  color: #015CAD;
  font-size: 1.4375rem;
  line-height: 1.4782608696;
}
@media screen and (max-width: 767px) {
  .c-faq__wrap dt {
    gap: 1.25rem;
    font-size: 1.25rem;
  }
}
.c-faq__wrap dt::before {
  content: "Q";
  display: block;
  width: 3.625rem;
  height: 3.625rem;
  margin-top: -0.875rem;
  background-color: #55bcc8;
  color: #fff;
  font-size: 2.1875rem;
  line-height: 1.4571428571;
  text-align: center;
  border-radius: 50%;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .c-faq__wrap dt::before {
    width: 2.5rem;
    height: 2.5rem;
    margin-top: -0.3125rem;
    font-size: 1.75rem;
    line-height: 1.25;
  }
}
.c-faq__wrap dd {
  display: flex;
  align-items: flex-start;
  gap: 1.75rem;
  margin-top: 2.125rem;
  font-size: 1rem;
  line-height: 2.0909090909;
}
@media screen and (max-width: 767px) {
  .c-faq__wrap dd {
    gap: 1.25rem;
    margin-top: 1.25rem;
    font-size: 0.875rem;
  }
}
.c-faq__wrap dd::before {
  content: "A";
  display: block;
  width: 3.625rem;
  height: 3.625rem;
  margin-top: -0.75rem;
  background-color: #a4c93b;
  color: #fff;
  font-size: 2.1875rem;
  line-height: 1.4571428571;
  text-align: center;
  border-radius: 50%;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .c-faq__wrap dd::before {
    width: 2.5rem;
    height: 2.5rem;
    margin-top: -0.3125rem;
    font-size: 1.75rem;
    line-height: 1.25;
  }
}

/* ハンバーガーボタン
------------------------------------------------ */
.c-hamburger {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-hamburger {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.9375rem;
    height: 2.9375rem;
    background-color: #015CAD;
    border-radius: 50%;
    padding: 0;
    position: fixed;
    top: 1.25rem;
    right: 1rem;
    z-index: 120;
    cursor: pointer;
    border: none;
  }
}

.c-hamburger__lines {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  width: 1.5rem;
  height: 1.0625rem;
  position: relative;
}

.c-hamburger span {
  display: block;
  width: 1.5rem;
  height: 0.1875rem;
  background-color: #FDFF06;
  border-radius: 0.125rem;
  transition: all 0.3s ease-in-out;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.c-hamburger span:nth-child(1) {
  top: 0.9375rem;
}

.c-hamburger span:nth-child(2) {
  top: 1.375rem;
}

.c-hamburger span:nth-child(3) {
  top: 1.8125rem;
}

.c-hamburger.open span:nth-child(1) {
  top: 1.375rem;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}

.c-hamburger.open span:nth-child(2) {
  opacity: 0;
}

.c-hamburger.open span:nth-child(3) {
  top: 1.375rem;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}

.c-media {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 2.625rem;
}
@media screen and (max-width: 767px) {
  .c-media {
    flex-direction: column;
    gap: 0;
  }
}
.c-media.--reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .c-media.--reverse {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .c-media.--secondary + .c-media.--secondary {
    margin-top: 2.8125rem;
  }
}
@media screen and (max-width: 767px) {
  .c-media.--secondary {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 767px) {
  .c-media.--secondary .c-media__block {
    display: block;
    max-width: 100%;
    margin-top: 0.9375rem;
  }
}
@media screen and (max-width: 767px) {
  .c-media.--secondary .c-media__title {
    width: -webkit-fit-content;
    width: fit-content;
    margin-inline: auto;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .c-media.--secondary .c-media__text {
    margin-top: 0.9375rem;
  }
}
@media screen and (max-width: 767px) {
  .c-media.--secondary .c-media__img {
    margin-top: 0;
  }
}
.c-media + .c-media {
  margin-top: 3.875rem;
}

.c-media__block {
  width: 100%;
  max-width: 28.75rem;
}
@media screen and (max-width: 767px) {
  .c-media__block {
    display: contents;
  }
}

.c-media__title {
  color: #015CAD;
  font-size: 1.4375rem;
  font-weight: 700;
  line-height: 1.4782608696;
  padding-left: 2.1875rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-media__title {
    font-size: 1.25rem;
    order: 1;
  }
}
.c-media__title::before {
  content: "";
  display: block;
  width: 1.1875rem;
  height: 1.4375rem;
  background: url(../images/teeth_icon.svg) no-repeat center/contain;
  position: absolute;
  top: 0.375rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  .c-media__title::before {
    top: 0.25rem;
  }
}

.c-media__text {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 2;
  margin-top: 1.125rem;
}
@media screen and (max-width: 767px) {
  .c-media__text {
    margin-top: 1.875rem;
    order: 3;
  }
}

.c-media__list {
  margin-top: 1.125rem;
}
@media screen and (max-width: 767px) {
  .c-media__list {
    order: 3;
  }
}

.c-media__btn {
  max-width: 14.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .c-media__btn {
    max-width: 21rem;
    margin-top: 2.5rem;
  }
}

.c-media__img {
  width: 100%;
  max-width: 22.5rem;
  border-radius: 1.25rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-media__img {
    max-width: 100%;
    margin-top: 1.875rem;
    order: 2;
  }
}
.c-media__img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-news-list__item {
  border-bottom: 0.0625rem solid #015CAD;
}

.c-news-list__link {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  padding: 1.375rem 0.625rem;
  color: #015CAD;
  transition: color 0.3s;
}
@media screen and (max-width: 767px) {
  .c-news-list__link {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
    padding: 0.9375rem 0.3125rem;
  }
}
@media (any-hover: hover) {
  .c-news-list__link:hover {
    color: #6FC2E8;
  }
}

.c-news-list__date {
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  flex-shrink: 0;
}

.c-news-list__title {
  font-size: 1.1875rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 767px) {
  .c-news-list__title {
    font-size: 1rem;
  }
}

.c-no-post {
  text-align: center;
  padding: 3.75rem 1.875rem;
}
@media screen and (max-width: 767px) {
  .c-no-post {
    padding: 2.5rem 1.25rem;
  }
}

.c-single-pagenation {
  margin-top: 1.875rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-single-pagenation {
    margin-top: 1.25rem;
  }
}

.c-single-pagenation__prev,
.c-single-pagenation__next {
  position: absolute;
  top: 0;
}
.c-single-pagenation__prev a,
.c-single-pagenation__next a {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.06em;
  transition: 0.3s;
}
@media (any-hover: hover) {
  .c-single-pagenation__prev a:hover,
  .c-single-pagenation__next a:hover {
    opacity: 0.7;
  }
}

.c-single-pagenation__prev {
  left: 0;
}
.c-single-pagenation__prev .c-single-pagenation__arrow {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.c-single-pagenation__next {
  right: 0;
}

.c-single-pagenation__arrow {
  width: 0.9375rem;
  height: 0.9375rem;
}

.c-single-pagenation__back {
  padding-top: 3.75rem;
}
.c-single-pagenation__back .c-button {
  max-width: 14.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .c-single-pagenation__back .c-button {
    max-width: 21rem;
  }
}

/***************************************
診療時間テーブル
****************************************/
.c-table {
  width: 100%;
  max-width: 31rem;
  border-collapse: separate;
  border-spacing: 0;
  background: #EEF8DF;
  border-radius: 0.75rem;
  overflow: hidden;
  font-size: 0.9375rem;
}
@media screen and (max-width: 480px) {
  .c-table {
    max-width: 100%;
  }
}

.c-table__head {
  background: #9DC841;
}

.c-table__body tr:first-child td {
  border-top: 0.0625rem solid #fff;
  border-bottom: 0.0625rem solid #fff;
}

.c-table__th {
  padding: 0.625rem 0.5rem;
  color: #fff;
  background-color: #9DC841;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  border: none;
}
@media screen and (max-width: 767px) {
  .c-table__th {
    padding: 1.25rem 0.5rem;
  }
}

.c-table__th--label {
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: left;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 767px) {
  .c-table__th--label {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    letter-spacing: 0.05em;
  }
}

.c-table__th--holiday {
  padding-right: 1rem;
}

.c-table__td {
  padding: 0.625rem 0.5rem;
  text-align: center;
  vertical-align: middle;
  border: none;
}
@media screen and (max-width: 767px) {
  .c-table__td {
    padding: 1.25rem 0.5rem;
  }
}

.c-table__td--time {
  padding-left: 1rem;
  padding-right: 1rem;
  display: grid;
  place-items: center;
  font-weight: 500;
  color: #414A4F;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .c-table__td--time {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    letter-spacing: 0.05em;
  }
}

.c-table__icon {
  display: block;
  width: 1.0625rem;
  height: 1.0625rem;
  margin: 0 auto;
}
.c-table__icon.c-table__icon--star {
  width: 1.25rem;
  height: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-table__icon {
    width: 0.9375rem;
    height: 0.9375rem;
  }
  .c-table__icon.c-table__icon--star {
    width: 1.125rem;
    height: 1.125rem;
  }
}

.c-table__closed {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #414A4F;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-table__closed {
    font-size: 0.9375rem;
  }
}

/***************************************
メインタイトル（セクションタイトル）
****************************************/
.c-section__title-wrap {
  text-align: center;
}

.c-section__title {
  display: inline-block;
  position: relative;
  font-size: 2.1875rem;
  font-weight: 700;
  color: #015CAD;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.43;
  padding-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .c-section__title {
    font-size: 1.5625rem;
    padding-bottom: 0.9375rem;
  }
}

.c-section__title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 10rem;
  height: 0.1875rem;
  background-image: radial-gradient(circle, #015CAD 0.09375rem, transparent 0.09375rem);
  background-size: 0.8125rem 0.1875rem;
  background-repeat: space;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .c-section__title::after {
    width: 14.8125rem;
  }
}

/***************************************
ナビタイトル
****************************************/
.c-nav__title {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-size: 1.25rem;
  font-weight: 700;
  color: #015CAD;
  line-height: 1.25;
  z-index: 1;
  position: relative;
}

/* 黄色の丸 */
.c-nav__title::before {
  content: "";
  width: 2.8125rem;
  height: 2.8125rem;
  background: #FDFF00;
  border-radius: 50%;
  flex-shrink: 0;
  position: absolute;
  left: -0.875rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
  transition: width 0.3s ease, border-radius 0.3s ease;
}

/***************************************
下層ページ用ナビタイトル修飾子
****************************************/
.page-clinic .c-nav__title {
  background: #FDFF00;
  border-radius: 62.4375rem;
  padding: 0.375rem 0.75rem;
}

.page-clinic .c-nav__title::before {
  display: none;
}

.l-inner {
  width: 100%;
  max-width: 1250px;
  padding-inline: 25px;
  margin-inline: auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .l-inner {
    max-width: 640px;
    padding-inline: 20px;
  }
}
.l-inner.--sub {
  max-width: 910px;
}
@media screen and (max-width: 767px) {
  .l-inner.--sub {
    max-width: 640px;
  }
}

/***************************************
ナビゲーションレイアウト
トップページ・下層ページ共通で使用
****************************************/
.l-nav {
  width: 100%;
  max-width: calc(47.9375rem + 50px);
  padding-inline: 25px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-nav {
    display: none;
  }
}

.l-nav__list {
  display: flex;
  justify-content: center;
  gap: 2.5rem;
}

.l-nav__link {
  display: block;
  transition: opacity 0.3s;
}

.l-nav__link:hover .c-nav__title::before {
  width: calc(100% + 1.75rem);
  border-radius: 62.4375rem;
}

/* 現在のページ：ホバー状態を維持しクリック不可 */
.l-nav__link.is-current {
  pointer-events: none;
  cursor: default;
}
.l-nav__link.is-current .c-nav__title::before {
  width: calc(100% + 1.75rem);
  border-radius: 62.4375rem;
}

/***************************************
l-nav--sidebar：サイドバー用修飾子
下層ページのサイドナビゲーション向け
****************************************/
.l-nav--sidebar .l-nav__link {
  font-size: 1rem;
}

/***************************************
下層ページ共通レイアウト
****************************************/
.l-page__bg {
  width: 100%;
  position: relative;
  margin-top: -6.25rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .l-page__bg {
    margin-top: -6.25rem;
    overflow: clip;
  }
}
.l-page__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../assets/images/bg/page-bg.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .l-page__bg::before {
    background-image: url(../../assets/images/bg/page-bg-sp.png);
    background-size: 120% 100%;
    background-position: center;
  }
}

/***************************************
下層ページ ファーストビュー
****************************************/
.l-page__fv {
  position: relative;
  width: 100%;
  height: 37.5rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .l-page__fv {
    height: 23.75rem;
  }
}

.l-page__fv-image {
  display: block;
  width: 100%;
  height: 100%;
}

.l-page__fv-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.l-page__fv-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-page__fv-content {
    top: 45%;
  }
}

.l-page__fv-title {
  display: inline-block;
  background: rgba(255, 255, 255, .7);
  border-radius: 1.25rem;
  padding: 1.25rem 3.75rem;
  font-size: 2.625rem;
  font-weight: 700;
  color: #015CAD;
  letter-spacing: 0.08em;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .l-page__fv-title {
    font-size: 1.6875rem;
    padding: 0.9375rem 3.75rem;
  }
}

/***************************************
パンくずリスト
****************************************/
.l-breadcrumb {
  padding-block: 1.875rem 0.9375rem;
}

.l-breadcrumb__inner {
  width: 100%;
  max-width: 62.5625rem;
  margin-inline: auto;
  padding-inline: 1.25rem;
}

.l-breadcrumb__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  position: relative;
  z-index: 3;
}

.l-breadcrumb__item {
  font-size: 0.8125rem;
  font-weight: 700;
  color: #015CAD;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .l-breadcrumb__item {
    font-size: 0.5625rem;
  }
}
.l-breadcrumb__item a {
  color: #015CAD;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.l-breadcrumb__item a:hover {
  opacity: 0.7;
}
.l-breadcrumb__item .l-breadcrumb__icon {
  position: relative;
  display: inline-block;
  width: 0.425rem;
  height: 0.60625rem;
}
.l-breadcrumb__item .l-breadcrumb__icon::before, .l-breadcrumb__item .l-breadcrumb__icon::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 0.4375rem;
  height: 0.0625rem;
  border-radius: 9999px;
  background-color: #015CAD;
  -webkit-transform-origin: calc(100% - 0.5px) 50%;
          transform-origin: calc(100% - 0.5px) 50%;
}
@media screen and (max-width: 767px) {
  .l-breadcrumb__item .l-breadcrumb__icon::before, .l-breadcrumb__item .l-breadcrumb__icon::after {
    width: 0.3125rem;
    height: 0.04375rem;
  }
}
.l-breadcrumb__item .l-breadcrumb__icon::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.l-breadcrumb__item .l-breadcrumb__icon::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* -----------------------------------------------------------------
  swiper カスタマイズ
----------------------------------------------------------------- */
/* スライドの動き等速 */
/* 前ページ、次ページボタン共通のスタイル */
.p-archive {
  padding-block: 8.125rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-archive {
    padding-block: 2.8125rem;
  }
}

.p-archive__inner {
  max-width: 903px;
}

.p-archive__container {
  display: grid;
  grid-template-columns: minmax(0, 38.25rem) minmax(0, 13.3125rem);
  gap: 1.8125rem;
}
@media screen and (max-width: 767px) {
  .p-archive__container {
    display: block;
  }
}

.p-archive__pagination {
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-archive__pagination {
    margin-top: 2.5rem;
  }
}

.p-archive__empty {
  font-size: 1rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-archive__side {
    margin-top: 3.75rem;
  }
}

/* 例：よくある sr-only */
.u-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.p-care-goods {
  margin-top: 2.5rem;
  padding-bottom: 9.375rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-care-goods {
    margin-top: 1.25rem;
    padding-bottom: 3.75rem;
  }
}

.p-care-goods__text {
  color: #015CAD;
  font-size: 1.4375rem;
  line-height: 1.6956521739;
  text-align: center;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-care-goods__text {
    font-size: 1.125rem;
    text-align: left;
    margin-top: 1.25rem;
    padding-inline: 1.25rem;
  }
}

.p-care-goods__title {
  color: #015CAD;
  font-size: 1.4375rem;
  font-weight: 700;
  line-height: 1.4782608696;
  width: -webkit-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding-left: 2.1875rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-care-goods__title {
    font-size: 1.25rem;
    padding-left: 1.5625rem;
  }
}
.p-care-goods__title::before {
  content: "";
  display: block;
  width: 1.1875rem;
  height: 1.4375rem;
  background: url(../images/teeth_icon.svg) no-repeat center/contain;
  position: absolute;
  top: 0.375rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-care-goods__title::before {
    width: 1.0625rem;
    height: 1.25rem;
    top: 0.3125rem;
  }
}

.p-care-goods__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-care-goods__list {
    gap: 1.25rem 0.625rem;
    margin-top: 1.25rem;
  }
}

.p-care-goods__img {
  border-radius: 1.25rem;
  overflow: hidden;
}
.p-care-goods__img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-care-goods__item-block {
  margin-top: 0.5rem;
}
.p-care-goods__item-block > span {
  display: block;
  color: #015CAD;
  font-size: 1.0625rem;
  line-height: 1.4705882353;
  padding-bottom: 0.625rem;
  border-bottom: 1px solid currentColor;
}
@media screen and (max-width: 767px) {
  .p-care-goods__item-block > span {
    font-size: 0.9375rem;
  }
}
.p-care-goods__item-block > span > span {
  font-size: 0.8125rem;
}
@media screen and (max-width: 767px) {
  .p-care-goods__item-block > span > span {
    font-size: 0.6875rem;
  }
}

.p-care-goods__item-text {
  font-size: 0.75rem;
  line-height: 1.9166666667;
  letter-spacing: -0.04em;
  margin-top: 0.625rem;
}

.p-care-goods__toothbrush {
  padding-block: 3.125rem 5.3125rem;
}
@media screen and (max-width: 767px) {
  .p-care-goods__toothbrush {
    padding-block: 1.875rem 4.0625rem;
  }
}

.p-care-goods__toothpaste {
  padding: 7.8125rem 0 5.625rem;
  position: relative;
}
.p-care-goods__toothpaste::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  display: block;
  background: url("../images/bg/home_care_white_bg.webp") no-repeat center/100% 100%;
}
@media screen and (max-width: 767px) {
  .p-care-goods__toothpaste::before {
    background: url("../images/bg/home_care_white_bg_sp.webp") no-repeat center/100% 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-care-goods__toothpaste {
    padding: 3.75rem 0;
  }
}

.p-care-goods__floss {
  padding-block: 3.125rem 6.875rem;
}
@media screen and (max-width: 767px) {
  .p-care-goods__floss {
    padding: 3.75rem 0;
  }
}

.p-care-goods__prevention {
  padding: 6.25rem 0 6.875rem;
  position: relative;
}
.p-care-goods__prevention::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  display: block;
  background: url("../images/bg/home_care_white_bg.webp") no-repeat center/100% 100%;
}
@media screen and (max-width: 767px) {
  .p-care-goods__prevention::before {
    background: url("../images/bg/home_care_white_bg_sp.webp") no-repeat center/100% 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-care-goods__prevention {
    padding: 3.75rem 0;
  }
}

/***************************************
クリニック紹介ページ
****************************************/
.p-page-clinic {
  background-color: #CFF3FF;
}

/***************************************
コンセプトセクション
****************************************/
.p-clinic__concept {
  padding-block: 3.125rem 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-clinic__concept {
    padding-block: 3.75rem;
  }
}

.p-clinic__concept-inner {
  max-width: 56.25rem;
  margin: 0 auto;
  padding: 0 1.25rem;
}

.p-clinic__concept-content {
  margin-top: 6.25rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-clinic__concept-content {
    margin-top: 5rem;
  }
}

.p-clinic__concept-content-wrap {
  background: rgba(1, 92, 173, .7);
  border-radius: 3.125rem;
  padding: 5rem 3.125rem 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-clinic__concept-content-wrap {
    border-radius: 1.875rem;
    padding: 3.75rem 1.25rem 1.875rem;
    display: flex;
    flex-direction: column;
  }
}

.p-clinic__concept-character {
  position: absolute;
  top: -5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 8.8125rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-clinic__concept-character {
    width: 6.25rem;
    top: -3.75rem;
  }
}

.p-clinic__concept-character img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .p-clinic__concept-box {
    display: contents;
  }
}

.p-clinic__concept-box-title {
  font-size: 2.125rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  letter-spacing: 0.01em;
  line-height: 1.47;
}
@media screen and (max-width: 767px) {
  .p-clinic__concept-box-title {
    margin-top: 2.1875rem;
    font-size: 1.375rem;
  }
}

.p-clinic__concept-box-content {
  display: flex;
  gap: 1.875rem;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-clinic__concept-box-content {
    display: contents;
  }
}

.p-clinic__concept-box-text-wrap {
  flex: 1;
}

.p-clinic__concept-box-text {
  font-size: 1.0625rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.59;
}
@media screen and (max-width: 767px) {
  .p-clinic__concept-box-text {
    margin-top: 1.6875rem;
    padding-inline: 0.9375rem;
    font-size: 0.9375rem;
    line-height: 2.5;
  }
}

.p-clinic__concept-box-text + .p-clinic__concept-box-text {
  margin-top: 1.25rem;
}

.p-clinic__concept-box-image {
  flex-shrink: 0;
  width: 20.5rem;
}
@media screen and (max-width: 767px) {
  .p-clinic__concept-box-image {
    width: 100%;
    order: -2;
  }
}
.p-clinic__concept-box-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  aspect-ratio: 328/329;
  border-radius: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-clinic__concept-box-image img {
    aspect-ratio: 304/191;
  }
}

/***************************************
ドクター紹介セクション
****************************************/
.p-clinic__doctor {
  padding: 9.375rem 0;
  position: relative;
}
.p-clinic__doctor::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  display: block;
  background: url("../images/bg/clinic-bg-pc.webp") no-repeat center/100% 100%;
}
@media screen and (max-width: 767px) {
  .p-clinic__doctor::before {
    background: url("../images/bg/clinic-bg01.webp") no-repeat center/100% 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-clinic__doctor {
    padding: 5.625rem 0;
  }
}

.p-clinic__doctor-inner {
  max-width: 56.25rem;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  padding: 0 1.25rem;
}

.p-clinic__doctor-item {
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-clinic__doctor-item {
    margin-top: 1.875rem;
  }
}

.p-clinic__doctor-image {
  width: 100%;
  border-radius: 1.25rem 1.25rem 0 0;
  overflow: hidden;
}

.p-clinic__doctor-image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-clinic__doctor-body {
  background: #fff;
  border-radius: 0 0 1.25rem 1.25rem;
  padding: 1.25rem 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-clinic__doctor-body {
    padding: 2.1875rem 1.25rem;
  }
}

.p-clinic__doctor-intro {
  font-size: 1.0625rem;
  font-weight: 700;
  color: #414A4F;
  line-height: 2;
}

.p-clinic__doctor-career {
  display: flex;
  gap: 0.625rem;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-clinic__doctor-career {
    flex-direction: column;
    margin-top: 1.25rem;
  }
}

.p-clinic__doctor-item--sub > .p-clinic__doctor-career {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-clinic__doctor-item--sub > .p-clinic__doctor-career {
    width: 100%;
  }
}

/* 略歴・所属を横並びにするラッパー */
.p-clinic__doctor-career-wrap {
  display: flex;
  gap: 1.25rem;
  margin-top: 1.875rem;
  position: relative;
  padding-bottom: 2.5rem;
}
.p-clinic__doctor-career-wrap::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 80%;
  max-width: 48.25rem;
  height: 0.1875rem;
  background: rgba(112, 112, 112, .14);
  pointer-events: none;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-clinic__doctor-career-wrap::before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-clinic__doctor-career-wrap {
    flex-direction: column;
    gap: 1.875rem;
    margin-top: 1.25rem;
  }
}

.p-clinic__doctor-career-content {
  display: flex;
  flex-direction: column;
}

.p-clinic__doctor-career-content--sub {
  display: flex;
  gap: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-clinic__doctor-career-content--sub {
    margin-top: 0;
    flex-direction: column;
    gap: 0;
  }
}

.p-clinic__doctor-career-content:first-child {
  width: 17.875rem;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-clinic__doctor-career-content:first-child {
    width: 100%;
  }
}

.p-clinic__doctor-career-content:last-child {
  flex: 1;
}

.p-clinic__doctor-career-box {
  width: 100%;
  background: #fff;
  border: 0.0625rem solid #015CAD;
  border-radius: 0.4375rem;
  padding: 0.3125rem 1.25rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-clinic__doctor-career-box {
    padding: 0.3125rem 0.625rem;
  }
}

.p-clinic__doctor-career-title {
  font-size: 1.0625rem;
  font-weight: 700;
  color: #015CAD;
  letter-spacing: 0.01em;
}

/* 略歴リスト */
.p-clinic__doctor-career-list {
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-clinic__doctor-career-list {
    padding-inline: 1.25rem;
  }
}

.p-clinic__doctor-career-list li {
  font-size: 0.875rem;
  font-weight: 700;
  color: #414A4F;
  line-height: 2.4;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .p-clinic__doctor-career-list li {
    font-size: 0.875rem;
  }
}

/* 所属学会のリストを横並び（PC） */
.p-clinic__doctor-career-lists {
  display: flex;
  gap: 0.625rem;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-clinic__doctor-career-lists {
    flex-direction: column;
    gap: 0;
  }
}

.p-clinic__doctor-career-lists .p-clinic__doctor-career-list {
  margin-top: 0;
  flex: 1;
}

/* 副院長 */
.p-clinic__doctor-item--sub {
  margin-top: 2.5rem;
}

@media screen and (max-width: 767px) {
  .p-clinic__doctor-career-content--sub .p-clinic__doctor-career-list:nth-child(2) {
    margin-top: 0;
  }
}

.p-clinic__doctor-sub-content {
  display: flex;
  background: #fff;
  border-radius: 1.25rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-clinic__doctor-sub-content {
    flex-direction: column-reverse;
  }
}

.p-clinic__doctor-sub-text {
  flex: 1;
  padding: 1.875rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-clinic__doctor-sub-text {
    padding: 1.25rem;
  }
}

.p-clinic__doctor-sub-image {
  flex-shrink: 0;
  width: 22.375rem;
}
@media screen and (max-width: 767px) {
  .p-clinic__doctor-sub-image {
    width: 100%;
  }
}

.p-clinic__doctor-sub-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/***************************************
院内ツアーセクション
****************************************/
.p-clinic__tour {
  padding: 6.25rem 0;
}
@media screen and (max-width: 767px) {
  .p-clinic__tour {
    padding: 3.75rem 0;
  }
}

.p-clinic__tour-inner {
  max-width: 50rem;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.p-clinic__tour-content {
  text-align: center;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-clinic__tour-content {
    margin-top: 1.875rem;
  }
}

.p-clinic__tour-image {
  width: 100%;
  border-radius: 1.25rem;
  overflow: hidden;
}

.p-clinic__tour-image img {
  width: 100%;
  height: auto;
}

.p-clinic__tour-title {
  font-size: 1.4375rem;
  font-weight: 700;
  color: #015CAD;
  letter-spacing: 0.05em;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-clinic__tour-title {
    font-size: 1.25rem;
    margin-top: 1.25rem;
  }
}

.p-clinic__tour-text {
  font-size: 1.0625rem;
  font-weight: 700;
  color: #414A4F;
  line-height: 2;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-clinic__tour-text {
    font-size: 1.0625rem;
    margin-top: 0.9375rem;
    text-align: left;
  }
}

.p-clinic__tour-dots {
  margin-top: 1.875rem;
  width: -webkit-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.p-clinic__tour-dots img {
  width: 21.4375rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-clinic__tour-dots img {
    width: 16.375rem;
  }
}

/***************************************
アクセス・診療時間セクション
****************************************/
.p-clinic__access {
  padding: 8.75rem 0;
  position: relative;
}
.p-clinic__access::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/bg/clinic-bg02.webp") no-repeat center/100% 100%;
  z-index: 1;
  pointer-events: none;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-clinic__access::before {
    background: url("../images/bg/clinic-bg02-sp.webp") no-repeat center/100% 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-clinic__access {
    padding: 6.25rem 0;
  }
}

.p-clinic__access-inner {
  max-width: 56.25rem;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.p-clinic__access-content {
  display: flex;
  gap: 2.5rem;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-clinic__access-content {
    flex-direction: column;
    margin-top: 1.875rem;
    gap: 0;
  }
}

.p-clinic__access-info {
  flex: 0 0 31.25rem;
}
@media screen and (max-width: 767px) {
  .p-clinic__access-info {
    flex: 1 1 auto;
    width: 100%;
  }
}

.p-clinic__access-list {
  margin: 0;
}

.p-clinic__access-item {
  display: flex;
  gap: 0.3125rem;
  border-bottom: 0.0625rem solid rgba(112, 112, 112, .3);
  padding: 0.75rem 0;
}

.p-clinic__access-item:first-child {
  padding-top: 0;
}

.p-clinic__access-item:last-child {
  border-bottom: none;
}

.p-clinic__access-label {
  width: 22%;
  flex-shrink: 0;
  font-size: 1.0625rem;
  font-weight: 700;
  color: #015CAD;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-clinic__access-label {
    font-size: 0.9375rem;
  }
}

.p-clinic__access-value {
  font-size: 0.75rem;
  font-weight: 500;
  color: #414A4F;
  line-height: 1.5;
}

.p-clinic__access-table {
  margin-top: 0.625rem;
}

.p-clinic__access-table-note {
  font-size: 0.875rem;
  font-weight: 500;
  color: #414A4F;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-clinic__access-table-note {
    font-size: 0.75rem;
    display: none;
  }
}

.p-clinic__access-images {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-clinic__access-images {
    margin-top: 0.625rem;
    gap: 0.625rem;
  }
}

.p-clinic__access-image {
  flex: 1;
  border-radius: 0.625rem;
  overflow: hidden;
}

.p-clinic__access-image img {
  width: 100%;
  height: auto;
}

.p-clinic__access-map-pc {
  margin-top: 2.5rem;
  border-radius: 0.625rem;
  max-width: 53.375rem;
  margin-inline: auto;
  overflow: hidden;
}
.p-clinic__access-map-pc iframe {
  display: block;
  width: 100%;
  height: 21.375rem;
}
@media screen and (max-width: 767px) {
  .p-clinic__access-map-pc {
    display: none;
  }
}

.p-clinic__access-map-sp {
  margin-top: 1.875rem;
  border-radius: 0.625rem;
  overflow: hidden;
}
.p-clinic__access-map-sp iframe {
  display: block;
  width: 100%;
  height: 15.1875rem;
}
@media only screen and (min-width: 768px) {
  .p-clinic__access-map-sp {
    display: none;
  }
}

/***************************************
キッズクラブセクション
****************************************/
.p-clinic__kidsclub {
  padding: 5rem 0;
}
@media screen and (max-width: 767px) {
  .p-clinic__kidsclub {
    padding: 3.75rem 0;
  }
}

.p-clinic__kidsclub-inner {
  max-width: 56.25rem;
  margin-inline: auto;
  position: relative;
  z-index: 2;
}

.p-clinic__kidsclub-content {
  max-width: 53.375rem;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
}
@media screen and (max-width: 767px) {
  .p-clinic__kidsclub-content {
    margin-inline: auto;
  }
}

.p-clinic__kidsclub-lead {
  font-size: 1.0625rem;
  font-weight: 700;
  color: #414A4F;
  text-align: center;
  line-height: 2;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-clinic__kidsclub-lead {
    font-size: 1.0625rem;
    text-align: left;
  }
}

.p-clinic__kidsclub-box {
  margin-top: 2.5rem;
  border-radius: 1.25rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-clinic__kidsclub-box {
    margin-top: 1.875rem;
  }
}

.p-clinic__kidsclub-box-title {
  background: #015CAD;
  color: #fff;
  font-size: 1.4375rem;
  font-weight: 700;
  text-align: center;
  padding: 0.9375rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-clinic__kidsclub-box-title {
    font-size: 1.4375rem;
    padding: 0.75rem 0.9375rem;
  }
}

.p-clinic__kidsclub-box-list {
  background: #fff;
  list-style: none;
  padding: 1.875rem 3.125rem;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-clinic__kidsclub-box-list {
    padding: 1.5625rem 1.875rem;
  }
}

.p-clinic__kidsclub-box-item {
  font-size: 1.375rem;
  font-weight: 700;
  color: #414A4F;
  line-height: 1.55;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .p-clinic__kidsclub-box-item {
    font-size: 1rem;
  }
}

.p-clinic__kidsclub-box-item + .p-clinic__kidsclub-box-item {
  margin-top: 0.5rem;
}

.p-clinic__kidsclub-cards {
  display: flex;
  gap: 1.6875rem;
  margin-top: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-clinic__kidsclub-cards {
    flex-direction: column;
    gap: 1.25rem;
  }
}

.p-clinic__kidsclub-card {
  flex: 1;
}

.p-clinic__kidsclub-card-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #015CAD;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-clinic__kidsclub-card-title {
    font-size: 1rem;
  }
}

.p-clinic__kidsclub-card-image {
  margin-top: 0.625rem;
}

.p-clinic__kidsclub-card-image img {
  width: 100%;
  height: auto;
}

.p-clinic__kidsclub-cta {
  display: flex;
  align-items: flex-start;
  margin-top: 1.375rem;
  margin-left: -9.375rem;
}
@media only screen and (max-width: 1100px) {
  .p-clinic__kidsclub-cta {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-clinic__kidsclub-cta {
    margin-top: 2.75rem;
  }
}

.p-clinic__kidsclub-character {
  flex-shrink: 0;
  width: 16.5rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-clinic__kidsclub-character {
    width: 7.625rem;
  }
}

.p-clinic__kidsclub-character img {
  width: 100%;
  height: auto;
}

.p-clinic__kidsclub-cta-bubble {
  position: relative;
  background: #fff;
  margin-left: -0.9375rem;
  margin-top: 0.625rem;
  border-radius: 2.5rem;
  padding: 1.875rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-clinic__kidsclub-cta-bubble {
    border-radius: 1.25rem;
    padding: 0.9375rem 1.25rem;
  }
}

.p-clinic__kidsclub-cta-bubble::before {
  content: "";
  position: absolute;
  bottom: 0.1875rem;
  left: -1.125rem;
  width: 0;
  height: 0;
  border-right: 2.5rem solid #fff;
  border-top: 0.8125rem solid transparent;
  border-bottom: 0.8125rem solid transparent;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
@media screen and (max-width: 767px) {
  .p-clinic__kidsclub-cta-bubble::before {
    bottom: 0.3125rem;
    left: -0.75rem;
    border-right: 1.5625rem solid #fff;
    border-top: 0.5rem solid transparent;
    border-bottom: 0.5rem solid transparent;
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
}

.p-clinic__kidsclub-cta-text {
  font-size: 1.4375rem;
  font-weight: 700;
  color: #414A4F;
  line-height: 1.96;
}
@media screen and (max-width: 767px) {
  .p-clinic__kidsclub-cta-text {
    font-size: 0.625rem;
  }
}

/* -----------------------------------------------------------------
  ドロワーメニュー
----------------------------------------------------------------- */
.p-drawer {
  overflow-y: auto;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 110;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  background: url("../../assets/images/bg/drawer-bg.png") no-repeat center/cover;
  background-color: #E0F4F8;
}

.p-drawer.open {
  visibility: visible;
  opacity: 1;
}

body.is-fixed {
  overflow: hidden;
}

.p-drawer__wrap {
  padding: 0 1.25rem 2.5rem;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.p-drawer__logo {
  width: 100%;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 1.25rem;
}

.p-drawer__logo a {
  display: block;
  width: 11.6875rem;
  margin-inline: auto;
}

.p-drawer__logo img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-drawer__nav {
  margin-top: 1.875rem;
}

.p-drawer__nav-list {
  display: flex;
  flex-direction: column;
}

.p-drawer__nav-item {
  width: min(21rem, 55%);
  margin-inline: auto;
}

.p-drawer__nav-item a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1.25rem;
  font-weight: 700;
  color: #015CAD;
  line-height: 1.45;
  padding-block: 0.6875rem;
}

.p-drawer__banner {
  margin-top: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
  margin-bottom: 1.5625rem;
}

.p-drawer__banner-item {
  display: block;
}

.p-drawer__banner-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-drawer__info-label {
  text-align: center;
  background: #fff;
  border-radius: 1.25rem;
  padding: 1.125rem 1.25rem;
  margin-top: auto;
}

.p-drawer__info-label-text {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #015CAD;
  line-height: 1.625;
  letter-spacing: 0.025em;
}

/***************************************
初診の流れページ
****************************************/
.p-page-first-visit {
  background-color: #CFF3FF;
}

/***************************************
お子さまの歯科治療の流れセクション
****************************************/
.p-first-visit__flow {
  padding-block: 2.5rem 9.375rem;
}
@media screen and (max-width: 767px) {
  .p-first-visit__flow {
    padding-block: 3.75rem;
  }
}

.p-first-visit__flow-inner {
  max-width: 58.125rem;
  margin: 0 auto;
}

/***************************************
タイムライン
****************************************/
.p-first-visit__timeline {
  margin-top: 12.5rem;
  position: relative;
  /* 縦線 - 1番目の中央から7番目の中央まで */
}
@media screen and (max-width: 767px) {
  .p-first-visit__timeline {
    margin-top: 3.75rem;
    width: 80%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 480px) {
  .p-first-visit__timeline {
    width: 100%;
  }
}
.p-first-visit__timeline::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 12%;
  width: 0.6875rem;
  background-color: rgba(112, 112, 112, .28);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .p-first-visit__timeline::before {
    left: 2.1875rem;
    top: 0;
    bottom: 13%;
  }
}

/***************************************
各ステップ
****************************************/
.p-first-visit__step {
  display: flex;
  gap: 6.25rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-first-visit__step {
    gap: 0;
    padding-left: 5rem;
  }
}
.p-first-visit__step + .p-first-visit__step {
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-first-visit__step + .p-first-visit__step {
    margin-top: 1.5625rem;
  }
}

/* 番号は常にposition: absoluteで配置 */
.p-first-visit__step-number {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-first-visit__step-number {
    left: 2.1875rem;
    top: 0;
  }
}

/* 奇数ステップ（PC: 画像が左、コンテンツが右） */
.p-first-visit__step--odd {
  flex-direction: row;
}
.p-first-visit__step--odd .p-first-visit__step-image {
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .p-first-visit__step--odd .p-first-visit__step-image {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .p-first-visit__step--odd {
    flex-direction: column;
    gap: 0.625rem;
  }
}

/* 偶数ステップ（PC: コンテンツが左、画像が右） */
.p-first-visit__step--even .p-first-visit__step-content {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-first-visit__step--even .p-first-visit__step-content {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .p-first-visit__step--even {
    flex-direction: column-reverse;
    gap: 0.625rem;
  }
}

/***************************************
ステップ画像
****************************************/
.p-first-visit__step-image {
  flex: 1;
  display: flex;
  border-radius: 1.25rem;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-first-visit__step-image {
    max-width: 23.125rem;
    margin-inline: auto;
  }
}
@media screen and (max-width: 480px) {
  .p-first-visit__step-image {
    max-width: 100%;
  }
}
.p-first-visit__step-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 370/268;
}
@media screen and (max-width: 767px) {
  .p-first-visit__step-image img {
    aspect-ratio: 279/140;
  }
}

/***************************************
ステップ番号（円のスタイル）
****************************************/
.p-first-visit__step-number-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6.3125rem;
  height: 6.3125rem;
  background-color: #B7FF00;
  border-radius: 50%;
  box-shadow: 0 0.1875rem 0 0 #8D8D8D;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 3.125rem;
  font-weight: 700;
  color: #265BA7;
  margin-top: -5.625rem;
}
@media screen and (max-width: 767px) {
  .p-first-visit__step-number-circle {
    width: 4.375rem;
    height: 4.375rem;
    font-size: 1.875rem;
    margin-top: -1.25rem;
  }
}

/***************************************
ステップコンテンツ
****************************************/
.p-first-visit__step-content {
  flex: 1;
  align-self: flex-end;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-first-visit__step-content {
    align-self: center;
  }
}

.p-first-visit__step-title {
  font-size: 2.1875rem;
  font-weight: 700;
  color: #265BA7;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .p-first-visit__step-title {
    font-size: 1.0625rem;
  }
}

/***************************************
吹き出し
****************************************/
.p-first-visit__step-bubble {
  width: 100%;
  display: grid;
  place-items: center;
  margin-top: 0.625rem;
  padding: 3.75rem 1.875rem;
  background-color: #fff;
  border-radius: 50%;
  font-size: 1.0625rem;
  font-weight: 700;
  color: #414A4F;
  letter-spacing: 0.02em;
  line-height: 1.94;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-first-visit__step-bubble {
    padding: 3.3125rem 1.375rem;
    font-size: 0.8125rem;
    line-height: 1.5;
    white-space: nowrap;
  }
}
@media screen and (max-width: 389px) {
  .p-first-visit__step-bubble {
    white-space: normal;
  }
}

@media screen and (max-width: 767px) {
  .p-first-visit__step-bubble--large {
    padding: 2.5rem 0.9375rem;
    font-size: 0.75rem;
  }
}

/***************************************
キャラクター
****************************************/
.p-first-visit__step-character {
  position: absolute;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .p-first-visit__step-character {
    z-index: 3;
  }
}
.p-first-visit__step-character img {
  width: 100%;
  height: auto;
}

.p-first-visit__step-character--02 {
  top: -30%;
  left: -5%;
  width: 13.0625rem;
}
@media screen and (max-width: 767px) {
  .p-first-visit__step-character--02 {
    top: -32%;
    left: auto;
    right: -5%;
    width: 7.8125rem;
  }
}

.p-first-visit__step-character--05 {
  top: -26%;
  right: -6%;
  width: 10.875rem;
}
@media screen and (max-width: 767px) {
  .p-first-visit__step-character--05 {
    top: auto;
    right: -5%;
    bottom: auto;
    top: -25%;
    width: 6.625rem;
  }
}

/* -----------------------------------------------------------------
  SP固定ボタン
----------------------------------------------------------------- */
.p-fixed-btn {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-fixed-btn {
    display: flex;
    position: fixed;
    bottom: env(safe-area-inset-bottom);
    left: 0;
    width: 100%;
    z-index: 80;
  }
}

.p-fixed-btn__item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  width: 50%;
  height: 3.1875rem;
}

.p-fixed-btn__item--tel {
  background-color: #6FC2E8;
}

.p-fixed-btn__item--web {
  background-color: #92CC05;
}

.p-fixed-btn__icon {
  width: 1.125rem;
  height: auto;
}

.p-fixed-btn__item--web .p-fixed-btn__icon {
  width: 1.6875rem;
}

.p-fixed-btn__text {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.0625rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.025em;
}

.p-fixed-btn__item--tel .p-fixed-btn__text {
  font-size: 1.25rem;
}

.p-footer-bg {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #CFF3FF;
}

.p-info {
  width: 100%;
  padding-block: 10rem 14.25rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-info {
    padding-block: 6.25rem 9.375rem;
  }
}
.p-info::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../assets/images/bg/top-news-bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  opacity: 0.8;
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-info::before {
    background-image: url(../../assets/images/bg/top-news-bg-sp.webp);
  }
}

/* フロントページ限定：緑の三角 */
.p-info--front::after {
  content: "";
  position: absolute;
  top: -18%;
  left: -30%;
  width: 30.6875rem;
  height: 33.3125rem;
  background: url(../../assets/images/bg/triangle-item.svg) no-repeat center/contain;
  z-index: 0;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-info--front::after {
    width: 18.75rem;
    height: 18.75rem;
    top: -10%;
    left: -30%;
  }
}

.p-info__inner {
  padding-inline: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-info__inner {
    padding-inline: 1.25rem;
  }
}

.p-info__link {
  width: min(100%, 53.375rem);
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  place-items: center;
  background-color: #fff;
  border-radius: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-info__link {
    width: 100%;
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 1600px) {
  .p-info__link {
    max-width: 65rem;
  }
}
@media (any-hover: hover) {
  .p-info__link:hover {
    opacity: 0.7;
  }
}

.p-info__text {
  color: #015CAD;
  padding: 2.5rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-info__text {
    padding: 2.1875rem 0.9375rem;
  }
}

.p-info__text-title {
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 767px) {
  .p-info__text-title {
    font-size: 1.375rem;
  }
}

.p-info__text-text {
  text-align: center;
  margin-top: 1.875rem;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-info__text-text {
    margin-top: 0.9375rem;
    font-size: 1.0625rem;
  }
}

.p-info__detail {
  background-color: #81C2E0;
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.25rem;
  border-radius: 0 1.25rem 1.25rem 0;
  padding: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-info__detail {
    padding: 1.5625rem 0.9375rem;
    gap: 0.625rem;
    border-radius: 0 0 1.25rem 1.25rem;
  }
}

.p-info__detail-tel {
  font-size: 2.875rem;
  line-height: 1.2;
  letter-spacing: 0.03em;
  padding-bottom: 1.25rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-info__detail-tel {
    font-size: 2.5rem;
    padding-bottom: 0.625rem;
  }
  .p-info__detail-tel::after {
    width: 100%;
  }
}
.p-info__detail-tel::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(100% + 2.5rem);
  height: 0.25rem;
  background-image: radial-gradient(circle, #fff 0.125rem, transparent 0.125rem);
  background-size: 0.75rem 0.25rem;
  background-repeat: repeat-x;
}

.p-info__detail-time {
  display: flex;
  flex-direction: column;
  font-size: 1.25rem;
  line-height: 1.7;
  font-weight: 600;
}

/***************************************
footer
****************************************/
@media screen and (max-width: 767px) {
  .p-footer {
    padding-bottom: 3.1875rem;
  }
}

.p-footer__inner {
  padding-inline: 1.25rem;
  padding-block: 0.625rem 3.9375rem;
  width: min(100%, 53.4375rem);
  margin-inline: auto;
  display: flex;
  gap: 3.3125rem;
}
@media screen and (max-width: 767px) {
  .p-footer__inner {
    padding-block: 0.625rem 1.875rem;
    padding-inline: 0.9375rem;
    flex-direction: column;
    gap: 0.875rem;
  }
}

.p-footer__nav-content {
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-footer__nav-content {
    margin-top: 0;
  }
}

.p-footer__logo {
  width: min(21.0625rem, 80%);
}
@media screen and (max-width: 767px) {
  .p-footer__logo {
    width: min(13.5rem, 80%);
    margin-inline: auto;
  }
}
.p-footer__logo a {
  display: block;
  width: 100%;
}
.p-footer__logo img {
  display: block;
  width: 100%;
  aspect-ratio: 337/94;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-footer__address {
  margin-top: 1.6875rem;
}
.p-footer__address span {
  display: block;
  font-size: 0.9375rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-footer__address {
    margin-top: 1.875rem;
  }
}

.p-footer__schedule {
  margin-top: 1.6875rem;
}
@media screen and (max-width: 767px) {
  .p-footer__schedule {
    margin-top: 2.5rem;
  }
}

.p-footer__schedule-text {
  font-size: 0.75rem;
  line-height: 2;
  margin-top: 0.625rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-footer__schedule-text {
    font-size: 0.875rem;
    margin-top: 0.3125rem;
  }
}

.p-footer__map {
  margin-top: 4.4375rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-footer__map {
    margin-top: 2.5rem;
  }
}

.p-footer__map-link {
  width: -webkit-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 0.625rem;
  color: #015CAD;
}
@media (any-hover: hover) {
  .p-footer__map-link:hover {
    opacity: 0.7;
  }
  .p-footer__map-link:hover .icon {
    -webkit-transform: translateX(0.3125rem);
            transform: translateX(0.3125rem);
  }
}
.p-footer__map-link .text {
  font-size: 0.875rem;
  line-height: 1.3;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .p-footer__map-link .text {
    font-size: 1.25rem;
  }
}
.p-footer__map-link .icon {
  width: 0.9375rem;
  height: 0.9375rem;
  border-radius: 50%;
  background-color: #015CAD;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-footer__map-link .icon {
    width: 1.3125rem;
    height: 1.3125rem;
  }
}
.p-footer__map-link .icon .arrow {
  position: relative;
  display: inline-block;
  width: 0.3125rem;
  height: 0.375rem;
}
@media screen and (max-width: 767px) {
  .p-footer__map-link .icon .arrow {
    width: 0.4375rem;
    height: 0.5625rem;
  }
}
.p-footer__map-link .icon .arrow::before,
.p-footer__map-link .icon .arrow::after {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% + 0.35px);
  width: 0.3125rem;
  height: 0.0625rem;
  border-radius: 9999px;
  background-color: #fff;
  -webkit-transform-origin: right center;
          transform-origin: right center;
}
@media screen and (max-width: 767px) {
  .p-footer__map-link .icon .arrow::before,
  .p-footer__map-link .icon .arrow::after {
    width: 0.4375rem;
    height: 0.125rem;
  }
}
.p-footer__map-link .icon .arrow::before {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.p-footer__map-link .icon .arrow::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.p-footer__info-content {
  flex: 0 0 35%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-footer__info-content {
    flex: 1 1 auto;
    margin-top: -1.875rem;
  }
}

.p-footer__info-image {
  width: 11.25rem;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
}
@media screen and (max-width: 767px) {
  .p-footer__info-image {
    width: 9.1875rem;
  }
}
.p-footer__info-image img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-footer__info-list {
  margin-top: 0.8125rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 1.25rem;
  overflow: hidden;
  gap: 0.1875rem;
}

.p-footer__info-link {
  width: 100%;
  height: 5.1875rem;
  display: flex;
  font-size: 1.875rem;
  line-height: 1.3;
  letter-spacing: 0.02em;
  color: #015CAD;
}
@media (any-hover: hover) {
  .p-footer__info-link:hover {
    color: #6FC2E8;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__info-link {
    height: 3.9375rem;
  }
}
.p-footer__info-link .icon {
  flex: 0 0 25%;
  display: grid;
  place-items: center;
  background-color: #015CAD;
  padding: 0.9375rem 1.25rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-footer__info-link .icon {
    flex: 0 0 25%;
    padding: 0.625rem;
  }
}
.p-footer__info-link .icon img {
  display: block;
  width: 2.1875rem;
  height: 2.1875rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .p-footer__info-link .icon img {
    width: 1.875rem;
    height: 1.875rem;
  }
}
.p-footer__info-link .p-footer__info-text {
  flex: 0 0 75%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  padding: 0.625rem 0.125rem;
  font-size: 1.5625rem;
  line-height: 1.3;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-footer__info-link .p-footer__info-text {
    font-size: 1.25rem;
    flex: 0 0 75%;
  }
}

.p-footer__copyright {
  background-color: #015CAD;
  color: #fff;
  text-align: center;
  padding: 1.875rem 0;
  font-size: 0.625rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-footer__copyright {
    font-size: 0.8125rem;
  }
}

.p-footer__copyright-text {
  display: block;
}

main {
  background-color: #CFF3FF;
}

/* フロントページ限定：アイコンの下のタイトルラップにマージン */
.p-front .c-section__title-wrap {
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-front .c-section__title-wrap {
    margin-top: 0.9375rem;
  }
}

/***************************************
ファーストビュー
****************************************/
.p-front__fv {
  width: 100%;
  padding-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-front__fv {
    padding-top: 0.625rem;
    background-color: #E4F8FC;
  }
}

.p-front__fv-image {
  display: block;
  width: 100%;
}

.p-front__fv-image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

/***************************************
ナビゲーション（トップページ専用）
****************************************/
.p-front__nav {
  padding: 2.3125rem 0;
}
@media screen and (max-width: 767px) {
  .p-front__nav {
    display: none;
  }
}

/***************************************
大和駅前歯科って？セクション
****************************************/
.p-front__about {
  position: relative;
  padding-block: 6.25rem 7.1875rem;
}
@media screen and (max-width: 767px) {
  .p-front__about {
    padding-block: 3.75rem 6.25rem;
    margin-top: 1.25rem;
  }
}

.p-front__about::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/bg/top-about-bg.webp") no-repeat center center/100% 100%;
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-front__about::before {
    background: url("../images/bg/top-about-bg-sp.webp");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
  }
}

.p-front__about-inner {
  position: relative;
  z-index: 2;
}

.p-front__about-icon {
  display: flex;
  justify-content: center;
}

.p-front__about-icon img {
  width: 3.3125rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-front__about-icon img {
    width: 2.6875rem;
  }
}

.p-front__about-list {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 3.875rem;
}
@media screen and (max-width: 767px) {
  .p-front__about-list {
    margin-top: 2.1875rem;
    flex-direction: column;
    align-items: center;
    gap: 2.8125rem;
  }
}

.p-front__about-item {
  width: calc(33.33333% - 0.66667rem);
  max-width: 17.0625rem;
}
@media screen and (max-width: 767px) {
  .p-front__about-item {
    width: 100%;
    max-width: 21.875rem;
  }
}
@media screen and (max-width: 480px) {
  .p-front__about-item {
    max-width: 100%;
  }
}

/***************************************
わたしたちの想いセクション
****************************************/
.p-front__thought {
  position: relative;
  margin-top: 3.125rem;
  padding-block: 2.8125rem 8.125rem;
}
@media screen and (max-width: 767px) {
  .p-front__thought {
    margin-top: 5rem;
    padding-block: 0.3125rem 6.25rem;
  }
}

.p-front__thought-inner {
  width: min(100% - 50px, 62.5625rem);
  margin-inline: auto;
}

/* 黄色い円の擬似要素 */
.p-front__thought::before {
  content: "";
  position: absolute;
  top: -18%;
  left: -5%;
  width: 44.25rem;
  height: 44.25rem;
  background: #FDFF00;
  border-radius: 50%;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .p-front__thought::before {
    width: 21.875rem;
    height: 21.875rem;
    top: -7%;
    left: -25%;
  }
}

/* 白い背景エリアの擬似要素 */
.p-front__thought::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/bg/concave-curve.webp") no-repeat center/100% 100%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-front__thought::after {
    background: url("../images/bg/concave-curve-sp.webp");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
  }
}

.p-front__thought-inner {
  position: relative;
  z-index: 3;
}

.p-front__thought-icon {
  display: flex;
  justify-content: center;
}

.p-front__thought-icon img {
  width: 4rem;
  height: auto;
}

.p-front__thought-content {
  display: flex;
  align-items: flex-start;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-front__thought-content {
    flex-direction: column;
    align-items: center;
    gap: 1.125rem;
  }
}

.p-front__thought-image {
  flex-shrink: 0;
  width: 34.6875rem;
  border-radius: 1.875rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-front__thought-image {
    width: 100%;
    max-width: 25rem;
  }
}

.p-front__thought-image img {
  width: 100%;
  height: auto;
}

.p-front__thought-box {
  position: relative;
  z-index: 1;
  margin-left: -3%;
  flex-shrink: 0;
  width: 29.5625rem;
  max-width: 100%;
  background: rgba(1, 92, 173, .7);
  border-radius: 1.25rem;
  padding: 3.75rem 1.625rem;
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-front__thought-box {
    margin-top: 0;
    margin-left: 0;
    padding: 2.0625rem 0.5625rem;
    box-shadow: 0.375rem 0.4375rem 0 rgba(65, 74, 79, .16);
  }
}

.p-front__thought-box-title {
  font-size: 1.875rem;
  font-weight: 700;
  color: #FDFF00;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-front__thought-box-title {
    font-size: 1.375rem;
  }
}

.p-front__thought-box-text {
  margin-top: 1.25rem;
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 2.05;
}
@media screen and (max-width: 767px) {
  .p-front__thought-box-text {
    width: 90%;
    text-align: left;
    margin-inline: auto;
    font-size: 0.9375rem;
    line-height: 2.4;
  }
}

/***************************************
お父さんお母さんへセクション
****************************************/
.p-front__parents {
  position: relative;
  padding: 5rem 0 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-front__parents {
    padding: 9.375rem 0 5rem;
  }
}

/* ピンクの斜め四角の擬似要素 */
.p-front__parents::before {
  content: "";
  position: absolute;
  top: 8%;
  right: -5%;
  width: 44.5rem;
  height: 44.4375rem;
  background: #ECA7B9;
  border-radius: 1.25rem;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-front__parents::before {
    width: 18.75rem;
    height: 18.75rem;
    top: 2%;
    right: -18%;
    -webkit-transform: rotate(-18deg);
            transform: rotate(-18deg);
    box-shadow: 0.375rem 0.4375rem 0 rgba(65, 74, 79, .16);
  }
}

.p-front__parents-inner {
  position: relative;
  z-index: 1;
}

.p-front__parents-character {
  position: absolute;
  top: -18%;
  right: 3%;
  width: 13.8125rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-front__parents-character {
    width: 11.875rem;
    top: -25%;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (max-width: 480px) {
  .p-front__parents-character {
    top: -21%;
  }
}

.p-front__parents-character img {
  width: 100%;
  height: auto;
}

.p-front__parents-box {
  position: relative;
  width: min(100%, 53.4375rem);
  margin-inline: auto;
  background: rgba(255, 255, 255, .7);
  border-radius: 1.25rem;
  padding: 5rem 1.875rem 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-front__parents-box {
    width: 100%;
    padding: 3.75rem 0.9375rem 1.125rem;
  }
}

.p-front__parents-icon {
  display: flex;
  justify-content: center;
}

.p-front__parents-icon img {
  width: 4.5rem;
  height: auto;
}

.p-front__parents-content {
  display: flex;
  gap: 1.875rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-front__parents-content {
    flex-direction: column;
    align-items: center;
    gap: 1.25rem;
    margin-top: 1.875rem;
  }
}

.p-front__parents-text {
  flex: 1;
  font-size: 0.875rem;
  font-weight: 700;
  color: #414A4F;
  line-height: 2.35;
}
@media screen and (max-width: 767px) {
  .p-front__parents-text {
    font-size: 0.8125rem;
    line-height: 2;
  }
}

.p-front__parents-image {
  flex-shrink: 0;
  width: 22.25rem;
  border-radius: 1.25rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-front__parents-image {
    width: 100%;
    max-width: 20rem;
  }
}

.p-front__parents-image img {
  width: 100%;
  height: auto;
}

/***************************************
診療メニューセクション
****************************************/
.p-front__menu {
  position: relative;
  padding-block: 8.125rem 14.375rem;
}
@media screen and (max-width: 767px) {
  .p-front__menu {
    padding-block: 9.375rem 13.75rem;
    margin-top: -28%;
  }
}

/* 緑の三角の擬似要素 */
.p-front__menu::before {
  content: "";
  position: absolute;
  top: -20%;
  left: -10%;
  width: 62.6875rem;
  height: 50rem;
  background: url("../images/bg/triangle-item.svg") no-repeat center/100% 100%;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .p-front__menu::before {
    background: url("../images/bg/triangle-item.svg") no-repeat center/contain;
    width: 43.25rem;
    height: 30.6875rem;
    top: -1.3%;
    left: -45%;
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
}

/* 波形の背景擬似要素 */
.p-front__menu::after {
  content: "";
  position: absolute;
  top: 5%;
  left: -5%;
  width: 110%;
  height: 90%;
  background: rgba(255, 255, 255, .8);
  border-radius: 50%/20%;
  z-index: 2;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-front__menu::after {
    border-radius: 50%/6%;
  }
}

.p-front__menu-inner {
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .p-front__menu-inner {
    width: 100%;
    padding-inline: 1.25rem;
  }
}

.p-front__menu-icon {
  display: flex;
  justify-content: center;
}

.p-front__menu-icon img {
  width: 4.125rem;
  height: auto;
}

.p-front__menu-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-front__menu-list {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    gap: 1.25rem;
    margin-top: 1.875rem;
  }
}

.p-front__menu-item {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 1.0625rem;
  overflow: hidden;
  min-height: 18.75rem;
}
@media screen and (max-width: 767px) {
  .p-front__menu-item {
    min-height: auto;
  }
}

/* 背景画像 */
.p-front__menu-item:nth-child(1) {
  background: url("../images/bg/top-menu01.webp") no-repeat center/cover;
}

.p-front__menu-item:nth-child(2) {
  background: url("../images/bg/top-menu02.webp") no-repeat center/cover;
}

.p-front__menu-item:nth-child(3) {
  background: url("../images/bg/top-menu03.webp") no-repeat center/cover;
}

/* 4番目はモンキー（背景なし） */
.p-front__menu-item:nth-child(4) {
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-front__menu-item:nth-child(5) {
  background: url("../images/bg/top-menu04.webp") no-repeat center/cover;
}

.p-front__menu-item:nth-child(6) {
  background: url("../images/bg/top-menu05.webp") no-repeat center/cover;
}

.p-front__menu-link {
  display: flex;
  flex-direction: column;
  flex: 1;
  position: relative;
  border-radius: 1.0625rem;
  padding: 2rem 2.5rem 3.125rem;
  z-index: 1;
  transition: opacity 0.3s, background-color 0.3s;
}
@media screen and (max-width: 767px) {
  .p-front__menu-link {
    padding: 1.5625rem 1.25rem 2.5rem;
    min-height: 16.875rem;
  }
}
@media (any-hover: hover) {
  .p-front__menu-link:hover {
    opacity: 0.7;
    background-color: rgba(255, 255, 255, .3);
  }
}

.p-front__menu-title {
  font-size: 2.1875rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-front__menu-title {
    font-size: 1.5rem;
  }
}

.p-front__menu-text {
  margin-top: 1.6875rem;
  font-size: 1.0625rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.65;
}
@media screen and (max-width: 767px) {
  .p-front__menu-text {
    margin-top: 0.9375rem;
    font-size: 1.0625rem;
    line-height: 1.8;
  }
}

.p-front__menu-arrow {
  position: absolute;
  bottom: 0.9375rem;
  right: 0.9375rem;
  width: 3.25rem;
  height: 3.25rem;
  background: #fff;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  border-radius: 0 0 0.625rem 0;
}
@media screen and (max-width: 767px) {
  .p-front__menu-arrow {
    width: 2.5rem;
    height: 2.5rem;
    bottom: 0.75rem;
    right: 0.75rem;
  }
}

.p-front__menu-character {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.p-front__menu-character img {
  width: 16.5625rem;
  max-width: 100%;
  height: auto;
}

/***************************************
クリニックブログセクション
****************************************/
.p-front__blog {
  position: relative;
  padding: 5rem 0 6.25rem;
  margin-top: 5.875rem;
}
@media screen and (max-width: 767px) {
  .p-front__blog {
    margin-top: 0;
  }
}

/* 波形の背景擬似要素 */
.p-front__blog::before {
  content: "";
  position: absolute;
  top: -3.125rem;
  left: 0;
  width: 100%;
  height: calc(100% + 6.25rem);
  background: url("../images/bg/top-blog-bg.webp") no-repeat center/100% 100%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-front__blog::before {
    background: url("../images/bg/top-blog-bg-sp.webp") no-repeat center/100% 100%;
    top: -3.125rem;
    left: 0;
    width: 100%;
    height: calc(100% + 3.75rem);
  }
}

/* ピンクの斜め四角の擬似要素 */
.p-front__blog::after {
  content: "";
  position: absolute;
  bottom: -39%;
  left: -2.3%;
  width: 44.9375rem;
  height: 44.4375rem;
  background: #ECA7B9;
  border-radius: 1.25rem;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .p-front__blog::after {
    width: 16.5625rem;
    height: 16.5625rem;
    bottom: -11%;
    left: -7%;
    -webkit-transform: rotate(23deg);
            transform: rotate(23deg);
  }
}

.p-front__blog-inner {
  position: relative;
  z-index: 3;
}

.p-front__blog-icon {
  display: flex;
  justify-content: center;
}

.p-front__blog-icon img {
  width: 3.9375rem;
  height: auto;
}

.p-front__blog-list {
  display: flex;
  justify-content: center;
  gap: 0.8125rem;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-front__blog-list {
    flex-direction: column;
    align-items: center;
    gap: 1.5625rem;
    margin-top: 2.1875rem;
  }
}

.p-front__blog-item {
  width: calc(33.33333% - 0.54167rem);
  max-width: 17.125rem;
}
@media screen and (max-width: 767px) {
  .p-front__blog-item {
    width: 100%;
    max-width: 21.875rem;
    box-shadow: 0 0.1875rem 0.375rem rgba(65, 74, 79, .16);
  }
}

.p-front__blog-button {
  display: flex;
  justify-content: center;
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-front__blog-button {
    margin-top: 2.1875rem;
  }
}

/***************************************
ごあいさつセクション
****************************************/
.p-front__greeting {
  position: relative;
  padding: 5rem 0 6.25rem;
}

/* 黄色い円の擬似要素 */
.p-front__greeting::before {
  content: "";
  position: absolute;
  bottom: -55%;
  right: -6%;
  width: 44.25rem;
  height: 44.25rem;
  background: #FDFF00;
  border-radius: 50%;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .p-front__greeting::before {
    width: 27.5rem;
    height: 27.5rem;
    bottom: -40%;
    right: -50%;
  }
}

.p-front__greeting-inner {
  position: relative;
  z-index: 1;
  text-align: center;
}

.p-front__greeting-icon {
  display: flex;
  justify-content: center;
}

.p-front__greeting-icon img {
  width: 4.125rem;
  height: auto;
}

.p-front__greeting-image {
  display: flex;
  justify-content: center;
  margin-top: 3.125rem;
  border-radius: 3.125rem;
  overflow: hidden;
  max-width: 35.75rem;
  margin-inline: auto;
}

.p-front__greeting-image img {
  width: 100%;
  height: auto;
}

.p-front__greeting-text {
  font-size: 1.0625rem;
  font-weight: 700;
  color: #414A4F;
  text-align: center;
  line-height: 2.17;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-front__greeting-text {
    font-size: 1.25rem;
    line-height: 1.8;
    text-align: left;
  }
}

.p-front__greeting-button {
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
}

/***************************************
クリニック情報セクション
****************************************/
.p-front__clinic {
  position: relative;
  padding: 5rem 0 6.25rem;
}

/* 白い背景の擬似要素 */
.p-front__clinic::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/bg/top-info-bg.webp") no-repeat center/100% 100%;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .p-front__clinic::before {
    background: url("../images/bg/top-info-bg-sp.webp") no-repeat center/100% 100%;
  }
}

.p-front__clinic-inner {
  position: relative;
  z-index: 1;
  width: min(100%, 56.875rem);
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-front__clinic-inner {
    width: 100%;
  }
}

.p-front__clinic-icon {
  display: flex;
  justify-content: center;
}

.p-front__clinic-icon img {
  width: 3.5625rem;
  height: auto;
}

.p-front__clinic-content {
  display: flex;
  gap: 1.875rem;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-front__clinic-content {
    flex-direction: column;
    gap: 1.875rem;
    align-items: center;
  }
}

.p-front__clinic-info {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .p-front__clinic-info {
    text-align: center;
  }
}

.p-front__clinic-name {
  font-size: 1.8125rem;
  font-weight: 700;
  color: #015CAD;
  letter-spacing: 0.01em;
  display: inline-flex;
  align-items: center;
  gap: 1.25rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-front__clinic-name {
    width: auto;
    display: inline-block;
  }
}

/* 右側のドット線 */
.p-front__clinic-name::after {
  content: "";
  flex: 1;
  height: 0.1875rem;
  background-image: radial-gradient(circle, #015CAD 0.09375rem, transparent 0.09375rem);
  background-size: 0.8125rem 0.1875rem;
  background-repeat: space;
  background-position: left center;
}
@media screen and (max-width: 767px) {
  .p-front__clinic-name::after {
    display: none;
  }
}

.p-front__clinic-detail {
  margin-top: 1.25rem;
  margin-left: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-front__clinic-detail {
    text-align: left;
    margin-left: 0;
  }
}

.p-front__clinic-detail-item {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

.p-front__clinic-detail-item + .p-front__clinic-detail-item {
  margin-top: 0.625rem;
}

.p-front__clinic-detail-icon {
  flex-shrink: 0;
  width: 1.25rem;
  display: flex;
  justify-content: center;
  padding-top: 0.1875rem;
}

.p-front__clinic-detail-icon img {
  width: 0.8125rem;
  height: auto;
}

.p-front__clinic-detail-text {
  font-size: 0.9375rem;
  font-weight: 700;
  color: #414A4F;
  line-height: 1.4;
}

.p-front__clinic-detail-text a {
  color: inherit;
}

.p-front__clinic-table {
  margin-top: 1.5625rem;
}

.p-front__clinic-table-image {
  width: 100%;
  max-width: 30.875rem;
}

.p-front__clinic-table-image img {
  width: 100%;
  height: auto;
}

.p-front__clinic-map {
  width: 100%;
  aspect-ratio: 332/221;
  border-radius: 1.25rem;
  overflow: hidden;
}

.p-front__clinic-map iframe {
  width: 100%;
  aspect-ratio: 332/221;
  max-height: 13.8125rem;
}

.p-front__clinic-table-note {
  font-size: 0.75rem;
  font-weight: 700;
  color: #414A4F;
  letter-spacing: 0.03em;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-front__clinic-table-note {
    text-align: left;
  }
}

.p-front__clinic-images {
  display: flex;
  flex-direction: column;
  gap: 1.0625rem;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-front__clinic-images {
    margin-top: 5rem;
  }
}

.p-front__clinic-image {
  width: 20.75rem;
  border-radius: 1.25rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-front__clinic-image {
    width: 100%;
  }
}

.p-front__clinic-image img {
  width: 100%;
  height: auto;
}

.p-front__clinic-button {
  display: flex;
  justify-content: center;
  margin-top: 3.125rem;
}

/***************************************
お知らせセクション
****************************************/
.p-front__news {
  position: relative;
  padding: 5rem 0 3.75rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-front__news {
    padding: 3.125rem 0 2.5rem;
  }
}

.p-front__news-inner {
  position: relative;
  z-index: 3;
}

.p-front__news-icon {
  display: flex;
  justify-content: center;
}

.p-front__news-icon img {
  width: 4.4375rem;
  height: auto;
}

.p-front__news-list {
  margin-top: 3.125rem;
  max-width: 43.75rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-front__news-list {
    max-width: 100%;
    margin-top: 2.1875rem;
  }
}

.p-front__news-item {
  border-bottom: 0.0625rem solid #015CAD;
}

.p-front__news-link {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  padding: 1.375rem 0.625rem;
  color: #015CAD;
  transition: color 0.3s;
}
@media screen and (max-width: 767px) {
  .p-front__news-link {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
    padding: 0.9375rem 0.3125rem;
  }
}

.p-front__news-link:hover {
  color: #6FC2E8;
}

.p-front__news-date {
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  flex-shrink: 0;
}

.p-front__news-title {
  font-size: 1.1875rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 767px) {
  .p-front__news-title {
    font-size: 1rem;
  }
}

.p-front__news-button {
  display: flex;
  justify-content: center;
  margin-top: 3.125rem;
}

/***************************************
フロントページ限定：p-infoに緑の三角
****************************************/
.p-info--front::after {
  content: "";
  position: absolute;
  top: -22%;
  left: -5%;
  width: 43rem;
  height: 45.5rem;
  background: url("../../assets/images/bg/triangle-item02.webp") no-repeat center/contain;
  z-index: 0;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-info--front::after {
    width: 17.5rem;
    height: 17.625rem;
    top: -15%;
    left: -10%;
  }
}

.p-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 6.25rem;
  z-index: 100;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-header {
    height: 5rem;
    background-color: #E0F4F8;
  }
}
@media screen and (max-width: 767px) {
  .p-header.is-hidden {
    background-color: transparent;
  }
}

.p-header--page {
  background-color: rgba(255, 255, 255, .52);
  height: 10.4375rem;
}
@media screen and (max-width: 767px) {
  .p-header--page {
    background-color: transparent;
    height: 5rem;
  }
}

.p-header__inner {
  height: 100%;
  -webkit-padding-start: 1.3125rem;
          padding-inline-start: 1.3125rem;
}
@media screen and (max-width: 767px) {
  .p-header__inner {
    -webkit-padding-start: 0;
            padding-inline-start: 0;
  }
}

.p-header__pc-menu-wrap {
  display: flex;
  flex-direction: column;
  gap: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-header__pc-menu-wrap .p-header__pc-nav {
    display: none;
  }
}

.p-header__pc-menu {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-header__pc-menu {
    display: none;
  }
}

.p-header__logo {
  display: flex;
  flex-direction: column;
}
.p-header__logo .p-header__logo-text {
  display: block;
  font-size: 0.75rem;
  font-weight: 500;
  color: #015CAD;
  line-height: 2.8333333333;
  letter-spacing: -0.05em;
}
.p-header__logo img {
  width: 13.5rem;
  aspect-ratio: 216/54;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-header__contact {
  display: flex;
  gap: 0.9375rem;
  align-items: center;
}

.p-header__info {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  padding: 0.8125rem 1.625rem;
  border-radius: 1.25rem;
}

.p-header__info-text {
  font-size: 0.875rem;
  font-weight: bold;
  color: #015CAD;
  line-height: 1.5714285714;
  letter-spacing: 0.01em;
}

.p-header__info-text + .p-header__info-text {
  margin-left: 0.875rem;
}

.p-header__button {
  display: flex;
  flex-direction: column;
  width: 13.3125rem;
  height: 6.25rem;
  color: #fff;
}
.p-header__button .tel-link {
  background-color: #6FC2E8;
}
.p-header__button .tel-link:hover {
  opacity: 0.7;
}
.p-header__button .web-link {
  background-color: #92CC05;
  border-radius: 0 0 0 0.8125rem;
}
.p-header__button .web-link:hover {
  opacity: 0.7;
}

.p-header__button-link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  padding: 0.8125rem 1.5625rem;
  height: 50%;
}
.p-header__button-link .tel-icon {
  width: 1.0625rem;
}
.p-header__button-link .web-icon {
  width: 1.875rem;
}
.p-header__button-link img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-header__button-link .tel-text {
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  line-height: 2.1764705882;
}
.p-header__button-link .web-text {
  font-size: 1.0625rem;
  line-height: 1.5882352941;
  letter-spacing: -0.05em;
  white-space: nowrap;
}

/***************************************
sp-menu
****************************************/
.p-header__sp-menu {
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  padding: 0 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-header__sp-menu {
    display: flex;
  }
}
.p-header__sp-menu .p-header__logo {
  padding-right: 1.25rem;
}
.p-header__sp-menu .p-header__logo img {
  width: 11.6875rem;
}

.p-maternity-about {
  margin-top: 2.5rem;
}

.p-maternity-about__content {
  margin-top: 3.125rem;
  padding: 6.875rem 0 8.125rem;
  position: relative;
}
.p-maternity-about__content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  display: block;
  background: url("../images/bg/top-about-bg.webp") no-repeat center/100% 100%;
}
@media screen and (max-width: 767px) {
  .p-maternity-about__content::before {
    background: url("../images/bg/top-about-bg-sp.webp") no-repeat center/100% 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-maternity-about__content {
    padding: 3.75rem 0;
  }
}

.p-maternity-timing {
  margin-top: 3.75rem;
}

.p-maternity-timing__text {
  color: #015CAD;
  font-size: 1.4375rem;
  font-weight: 700;
  line-height: 1.6956521739;
  text-align: center;
  margin-top: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .p-maternity-timing__text {
    font-size: 1.125rem;
    text-align: left;
  }
}

.p-maternity-timing__list {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-maternity-timing__list {
    margin-top: 3.75rem;
  }
}

.p-maternity-timing__item {
  background-color: #fff;
  border-radius: 1.25rem;
  padding: 3.75rem 2.1875rem 1.5625rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-maternity-timing__item {
    padding: 2.8125rem 1.5625rem 1.5625rem;
  }
}
.p-maternity-timing__item + .p-maternity-timing__item {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-maternity-timing__item + .p-maternity-timing__item {
    margin-top: 3.75rem;
  }
}
.p-maternity-timing__item span {
  display: block;
  width: 100%;
  max-width: 24.125rem;
  padding-block: 1rem;
  background-color: #015CAD;
  color: #fff;
  border-radius: 2.0625rem;
  font-size: 1.4375rem;
  line-height: 1.4782608696;
  letter-spacing: 0.01em;
  text-align: center;
  position: absolute;
  top: -2.0625rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-maternity-timing__item span {
    max-width: 18.75rem;
    padding-block: 0.75rem;
    font-size: 1.125rem;
    top: -1.5625rem;
  }
}

.p-maternity-timing__item-text {
  font-size: 1.0625rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-maternity-timing__item-text {
    font-size: 0.875rem;
  }
}

.p-maternity-faq {
  padding-block: 5.375rem 8rem;
}
@media screen and (max-width: 767px) {
  .p-maternity-faq {
    padding-block: 3.75rem;
  }
}

.p-maternity-faq__content {
  padding: 2.1875rem 3.125rem;
  background-color: #fff;
  border-radius: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-maternity-faq__content {
    padding: 1.875rem 1.25rem;
  }
}

.p-orthodontics-about {
  margin-top: 2.5rem;
}

.p-orthodontics-about__content {
  margin-top: 3.125rem;
  padding: 6.875rem 0 8.125rem;
  position: relative;
}
.p-orthodontics-about__content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  display: block;
  background: url("../images/bg/top-about-bg.webp") no-repeat center/100% 100%;
}
@media screen and (max-width: 767px) {
  .p-orthodontics-about__content::before {
    background: url("../images/bg/top-about-bg-sp.webp") no-repeat center/100% 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-orthodontics-about__content {
    padding: 3.75rem 0;
  }
}

.p-orthodontics-merit {
  padding-block: 4.375rem 7.8125rem;
}

.p-orthodontics-merit__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem 1rem;
  margin-top: 3.125rem;
  counter-reset: num;
}
@media screen and (max-width: 767px) {
  .p-orthodontics-merit__list {
    display: block;
    margin-top: 1.875rem;
  }
}

.p-orthodontics-merit__item {
  background-color: #fff;
  border-radius: 1.25rem;
  padding: 1.5625rem 1.125rem;
  counter-increment: num;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-orthodontics-merit__item + .p-orthodontics-merit__item {
    padding: 1rem;
    margin-top: 1rem;
  }
}
.p-orthodontics-merit__item::before {
  content: counter(num);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  background-color: #b7ff00;
  color: #015CAD;
  font-size: 1.0625rem;
  border-radius: 50%;
  box-shadow: 0 3px 0 #8d8d8d;
  position: absolute;
  top: -0.5625rem;
  left: 0;
}
.p-orthodontics-merit__item span {
  display: block;
  color: #015CAD;
  font-size: 1.0625rem;
  line-height: 1.6470588235;
  text-align: center;
}
.p-orthodontics-merit__item p {
  font-size: 0.8125rem;
  line-height: 1.7692307692;
  margin-top: 1.25rem;
}

.p-orthodontics-type {
  padding: 8.75rem 0;
  position: relative;
}
.p-orthodontics-type::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/bg/clinic-bg02.webp") no-repeat center/100% 100%;
  z-index: 1;
  pointer-events: none;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-orthodontics-type::before {
    background: url("../images/bg/clinic-bg02-sp.webp") no-repeat center/100% 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-orthodontics-type {
    padding: 6.25rem 0;
  }
}

.p-orthodontics-type__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5625rem 3.75rem;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-orthodontics-type__list {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .p-orthodontics-type__item + .p-orthodontics-type__item {
    margin-top: 2rem;
  }
}

.p-orthodontics-type__item-img {
  border-radius: 1.25rem;
  overflow: hidden;
}
.p-orthodontics-type__item-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-orthodontics-type__item-block {
  margin-top: 1rem;
}

.p-orthodontics-type__item-title {
  color: #015CAD;
  font-size: 1.4375rem;
  font-weight: 700;
  line-height: 1.4782608696;
  padding-left: 2.1875rem;
  position: relative;
}
.p-orthodontics-type__item-title::before {
  content: "";
  display: block;
  width: 1.1875rem;
  height: 1.4375rem;
  background: url(../images/teeth_icon.svg) no-repeat center/contain;
  position: absolute;
  top: 0.375rem;
  left: 0;
}

.p-orthodontics-type__item-text {
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.7692307692;
  margin-top: 0.625rem;
}

.p-orthodontics-faq {
  padding-block: 5.375rem 8rem;
}
@media screen and (max-width: 767px) {
  .p-orthodontics-faq {
    padding-block: 3.75rem;
  }
}

.p-orthodontics-faq__content {
  padding: 2.1875rem 3.125rem;
  background-color: #fff;
  border-radius: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-orthodontics-faq__content {
    padding: 1.875rem 1.25rem;
  }
}

.p-pediatric {
  padding-bottom: 8.75rem;
}
@media screen and (max-width: 767px) {
  .p-pediatric {
    padding-bottom: 4.375rem;
  }
}

.p-pediatric-about {
  margin-top: 2.5rem;
}

.p-pediatric-about__content {
  margin-top: 3.125rem;
  padding: 6.875rem 0 8.125rem;
  position: relative;
}
.p-pediatric-about__content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  display: block;
  background: url("../images/bg/top-about-bg.webp") no-repeat center/100% 100%;
}
@media screen and (max-width: 767px) {
  .p-pediatric-about__content::before {
    background: url("../images/bg/top-about-bg-sp.webp") no-repeat center/100% 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-pediatric-about__content {
    margin-top: 2.1875rem;
    padding-block: 5.625rem 9.375rem;
  }
}

.p-pediatric-prevention {
  padding-block: 5rem 2.8125rem;
}

.p-pediatric-prevention__content {
  margin-top: 1.875rem;
}

.p-pediatric-optimal {
  padding: 8.75rem;
  position: relative;
}
.p-pediatric-optimal::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/bg/clinic-bg02.webp") no-repeat center/100% 100%;
  z-index: 1;
  pointer-events: none;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-pediatric-optimal::before {
    background: url("../images/bg/clinic-bg02-sp.webp") no-repeat center/100% 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-pediatric-optimal {
    padding: 6.25rem 0;
  }
}

.p-pediatric-optimal__text {
  font-size: 1.0625rem;
  line-height: 2;
  text-align: center;
  margin-top: 2.1875rem;
}

.p-pediatric-optimal__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.75rem;
  padding-top: 4rem;
  margin-top: 0.9375rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-pediatric-optimal__list {
    display: block;
    padding-top: 0;
    padding-inline: 2.625rem 3rem;
    margin-top: 4.375rem;
  }
}
.p-pediatric-optimal__list::before {
  content: "";
  display: block;
  width: 100%;
  height: 7.8125rem;
  background: url(../images/photo/pediatric_optimal_arrow_pc.png) no-repeat center/100% auto;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-pediatric-optimal__list::before {
    width: 2.5rem;
    height: 100%;
    background: url(../images/photo/pediatric_optimal_arrow_sp.png) no-repeat center/contain;
    left: auto;
    right: 0;
  }
}

.p-pediatric-optimal__item {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-pediatric-optimal__item {
    margin-top: 5rem;
  }
}
.p-pediatric-optimal__item:nth-child(1) {
  margin-top: 3.8125rem;
}
@media screen and (max-width: 767px) {
  .p-pediatric-optimal__item:nth-child(1) {
    margin-top: 0;
  }
}
.p-pediatric-optimal__item:nth-child(2) {
  margin-top: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .p-pediatric-optimal__item:nth-child(2) {
    margin-top: 5rem;
  }
}
.p-pediatric-optimal__item p {
  font-size: 1.0625rem;
  line-height: 1.7058823529;
  margin-top: 0.625rem;
}

.p-pediatric-optimal__item-number {
  display: block;
  width: 5.375rem;
  height: 5.375rem;
  padding-top: 1.125rem;
  background-color: #b7ff00;
  color: #015CAD;
  font-size: 1.0625rem;
  text-transform: uppercase;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 3px 0 #8d8d8d;
  position: absolute;
  top: -2.6875rem;
  left: -2.25rem;
}
.p-pediatric-optimal__item-number span {
  display: block;
  font-size: 1.4375rem;
  line-height: 1;
}

.p-pediatric-optimal__item-img {
  border-radius: 1.25rem;
  overflow: hidden;
}
.p-pediatric-optimal__item-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-single {
  background-color: #fff;
  border-radius: 1.25rem;
  padding: 1.875rem 2.1875rem;
}

.p-single__head::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.25rem;
  margin-top: 1rem;
  background: url(../images/single_dot_border.svg) repeat-x center/contain;
}

.p-single__title {
  color: #015CAD;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: left;
}

.p-single__date {
  font-size: 0.6875rem;
  font-weight: 700;
  text-align: right;
  display: block;
  margin-top: 0.625rem;
  padding-right: 0.625rem;
}

.p-single__thumbnail {
  margin-top: 1.25rem;
}

/* -----------------------------------------------------------------
  タブ切り替え
----------------------------------------------------------------- */
.p-tabContents {
  position: relative;
}

.p-tabContents__tabButton[aria-selected=true] {
  color: red;
}

.p-tabContents__panelWrap {
  position: relative;
  width: 100%;
  height: 30vh;
}

.p-tabContents__panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.8s;
}
@media screen and (max-width: 767px) {
  .p-tabContents__panel {
    width: 100%;
  }
}

.p-tabContents__panel[aria-hidden=true] {
  opacity: 0;
  visibility: hidden;
}

.p-tabContents__panel[aria-hidden=false] {
  opacity: 1;
  visibility: visible;
}

.p-block-editor > *:first-child,
.editor-styles-wrapper > *:first-child {
  margin-top: 0 !important;
}
.p-block-editor h2.wp-block-heading,
.p-block-editor h2:not([class]),
.editor-styles-wrapper h2.wp-block-heading,
.editor-styles-wrapper h2:not([class]) {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.06em;
  margin-top: 3.75rem;
  padding-bottom: 0.625rem;
  border-bottom: 2px solid #015CAD;
}
@media screen and (max-width: 767px) {
  .p-block-editor h2.wp-block-heading,
  .p-block-editor h2:not([class]),
  .editor-styles-wrapper h2.wp-block-heading,
  .editor-styles-wrapper h2:not([class]) {
    font-size: 1.25rem;
    margin-top: 3.125rem;
    padding-bottom: 0.5rem;
  }
}
.p-block-editor h3.wp-block-heading,
.p-block-editor h3:not([class]),
.editor-styles-wrapper h3.wp-block-heading,
.editor-styles-wrapper h3:not([class]) {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.06em;
  background-color: #015CAD;
  color: #fff;
  border-radius: 0.375rem;
  padding: 0.875rem 1.25rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-block-editor h3.wp-block-heading,
  .p-block-editor h3:not([class]),
  .editor-styles-wrapper h3.wp-block-heading,
  .editor-styles-wrapper h3:not([class]) {
    font-size: 1rem;
    padding: 0.625rem 1rem;
    margin-top: 2rem;
  }
}
.p-block-editor h4.wp-block-heading,
.p-block-editor h4:not([class]),
.editor-styles-wrapper h4.wp-block-heading,
.editor-styles-wrapper h4:not([class]) {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.06em;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-block-editor h4.wp-block-heading,
  .p-block-editor h4:not([class]),
  .editor-styles-wrapper h4.wp-block-heading,
  .editor-styles-wrapper h4:not([class]) {
    font-size: 1rem;
    margin-top: 1.5rem;
  }
}
.p-block-editor p:not([class]),
.editor-styles-wrapper p:not([class]) {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.1em;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-block-editor p:not([class]),
  .editor-styles-wrapper p:not([class]) {
    font-size: 0.875rem;
    margin-top: 1rem;
  }
}
.p-block-editor p:not([class]) a,
.editor-styles-wrapper p:not([class]) a {
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: 0.3s;
}
@media (any-hover: hover) {
  .p-block-editor p:not([class]) a:hover,
  .editor-styles-wrapper p:not([class]) a:hover {
    opacity: 0.5;
  }
}
.p-block-editor ul.wp-block-list,
.editor-styles-wrapper ul.wp-block-list {
  list-style: disc;
}
.p-block-editor ul.wp-block-list li::marker,
.editor-styles-wrapper ul.wp-block-list li::marker {
  font-size: 0.8em;
}
.p-block-editor ol.wp-block-list,
.editor-styles-wrapper ol.wp-block-list {
  list-style: decimal;
}
.p-block-editor .wp-block-list,
.editor-styles-wrapper .wp-block-list {
  margin-left: 1.5em;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-block-editor .wp-block-list,
  .editor-styles-wrapper .wp-block-list {
    margin-left: 1.2em;
    margin-top: 1rem;
  }
}
.p-block-editor .wp-block-list li,
.editor-styles-wrapper .wp-block-list li {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.1em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-block-editor .wp-block-list li,
  .editor-styles-wrapper .wp-block-list li {
    font-size: 0.875rem;
  }
}
.p-block-editor .wp-block-list li + li,
.editor-styles-wrapper .wp-block-list li + li {
  margin-top: 0.5rem;
}
.p-block-editor .wp-block-columns,
.editor-styles-wrapper .wp-block-columns {
  padding-block: 2.5rem 1.25rem;
  margin-block: 0;
}
@media screen and (max-width: 767px) {
  .p-block-editor .wp-block-columns,
  .editor-styles-wrapper .wp-block-columns {
    padding-block: 2rem 1rem;
  }
}
.p-block-editor .wp-block-columns .wp-block-columns,
.editor-styles-wrapper .wp-block-columns .wp-block-columns {
  padding-block: 0;
}
.p-block-editor .wp-block-columns h3,
.editor-styles-wrapper .wp-block-columns h3 {
  margin-top: 0;
}
.p-block-editor .wp-block-columns figure,
.editor-styles-wrapper .wp-block-columns figure {
  padding: 0;
}
.p-block-editor .wp-block-columns figure + p,
.editor-styles-wrapper .wp-block-columns figure + p {
  margin-top: 0.75rem;
}
.p-block-editor .wp-block-image,
.editor-styles-wrapper .wp-block-image {
  padding-block: 1.875rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-block-editor .wp-block-image,
  .editor-styles-wrapper .wp-block-image {
    padding-block: 1.5rem 1rem;
  }
}
.p-block-editor .wp-element-caption,
.editor-styles-wrapper .wp-element-caption {
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-block-editor .wp-element-caption,
  .editor-styles-wrapper .wp-element-caption {
    font-size: 0.6875rem;
  }
}
.p-block-editor .wp-block-image :where(figcaption),
.editor-styles-wrapper .wp-block-image :where(figcaption) {
  margin-top: 0.75rem;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-block-editor .wp-block-image :where(figcaption),
  .editor-styles-wrapper .wp-block-image :where(figcaption) {
    margin-top: 0.625rem;
  }
}
.p-block-editor .wp-block-buttons,
.editor-styles-wrapper .wp-block-buttons {
  margin-top: 1.875rem;
}
.p-block-editor .wp-block-button,
.editor-styles-wrapper .wp-block-button {
  width: 100%;
  max-width: 15rem;
}
.p-block-editor .wp-block-button__link,
.editor-styles-wrapper .wp-block-button__link {
  width: 100%;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
  transition: 0.3s;
}
@media (any-hover: hover) {
  .p-block-editor .wp-block-button__link:hover,
  .editor-styles-wrapper .wp-block-button__link:hover {
    opacity: 0.6;
  }
}
/*# sourceMappingURL=style.css.map */
