@charset "utf-8";
/* CSS Document */

/* ==========================================================================
   お悩みから探す配下ページ専用 renewal CSS
   対象：sp-frame--bytrouble が付与されたページのみ
   ========================================================================== */

/* ページ全体に大理石背景を適用 */
.sp-frame--bytrouble {
  background-image: url("../images/bytrouble/bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

/* 既存の白背景を、お悩み別ページ内だけ打ち消す */
.sp-frame--bytrouble .sp-header,
.sp-frame--bytrouble .page-main,
.sp-frame--bytrouble .page-fv,
.sp-frame--bytrouble .page-section {
  background: transparent;
}

/* footer側も背景を白で塗りつぶしている場合の打ち消し */
.sp-frame--bytrouble .footer,
.sp-frame--bytrouble .site-footer,
.sp-frame--bytrouble #section-footer {
  background: transparent;
}

.item6 {
    border-radius: 400px;
    border: 2px solid #d7d7d7;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.english {
    align-self: stretch;
    position: relative;
    letter-spacing: 0.03em;
    line-height: 100%;
    font-weight: 500;
    color: #b9ac9c;
}






/* style.css */

.contact-cta {
    background: none;
    display: flex;
    flex-direction: column;
    padding: 32px 24px;
    gap: 24px;
    text-align: center;
    color: var(--color-white);
}

.footer-tel__icon {
    width: 17px;
}

.footer-tel__number {
    width: auto;
    font-size: 24px;
    white-space: nowrap;
}







