/* オーバースクロール対策 */
html {
    background-color: #FEEFF6;
    overscroll-behavior: none;
}


/* =============================================
ヘッダー
============================================= */
.header {
    width: 100%;
    background-color: #ffffff;
    box-shadow: 1px 1px 8px #e7a0bc;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}

.header__inner {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 40px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* ロゴ */
.header__logo img {
    height: 50px;
    width: auto;
}

/* PC用ナビゲーション */
.header__nav-list {
    display: flex;
    gap: 3vw;
}

.header__nav-list a {
    position: relative;
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 16px;
    color: #4e4e4e;
    transition: color 0.3s;
}

.header__nav-list a:hover {
    color: #BE7BA9;
}

.header__nav-list a::after {
    content: '';
    position: absolute;
    bottom: -7px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #BE7BA9;
    transition: width 0.3s ease;
}

.header__nav-list a:hover::after {
    width: 100%;
}

/* PC用右側ボタン */
.header__contact {
    display: flex;
    align-items: center;
    gap: 12px;
}

.header__tel {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 2px solid #CD7FB5;
    border-radius: 40px;
    padding: 5px 30px;
}

.header__tel-label {
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #4e4e4e;
}

.header__tel-number {
    font-family: 'M PLUS 1p', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 21px;
    color: #884964;
}

.header__tel-time {
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 10px;
    line-height: 9px;
    color: #BE7BA9;
}

.header__btn-contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #CD7FB5;
    color: #ffffff;
    border-radius: 40px;
    padding: 9px 25px;
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 17px;

    font-weight: 700;
    transition: background-color 0.3s;
}

.header__btn-contact:hover {
    background-color: #B65D9A;
}

.header__btn-contact-label {
    font-size: 12px;
    font-weight: 400;
}

/* =============================================
ハンバーガーメニューボタン（SP用）
============================================= */
.header__hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    width: 30px;
}

.header__hamburger span {
    display: block;
    width: 100%;
    height: 3px;
    border-radius: 10px;
    background-color: #BE7BA9;
    transition: all 0.4s ease;
}


/* =============================================
SPメニュー
============================================= */
.header__sp-menu {
    /* display: none; */
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FEEFF6;
    z-index: 200;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
}

.header__sp-menu.is-open {
    /* display: block; */
    opacity: 1;
    visibility: visible;
}

.header__sp-menu-inner {
    padding: 18px 5.2% 40px;
}

.header__sp-menu-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 32px;
}

.header__sp-close {
    position: relative;
    width: 30px;
    height: 30px;
}
.header__sp-close span {
    display: block;
    position: absolute;
    width: 100%;
    height: 3px;
    border-radius: 10px;
    background-color: #BE7BA9;
    top: 50%;
    left: 0;
    transition: all 0.4s ease;
}

.header__sp-close span:nth-child(1) {
    transform: translateY(-50%) rotate(45deg);
}

.header__sp-close span:nth-child(2) {
    transform: translateY(-50%) rotate(-45deg);
}

.header__sp-nav-list li {
    border-bottom: 1px dashed #E7A0BC;
}

.header__sp-nav-list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 12px;
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 18px;
    color: #4e4e4e;
}

.header__sp-btns {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 40px;
}

.header__sp-btn-contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    background: linear-gradient(90deg,#E8A1BC, #CD7FB5);
    color: #ffffff;
    border-radius: 40px;
    padding: 16px 10px;
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 17px;
    font-weight: 700;
}

.header__sp-btn-contact span {
    font-size: 11px;
    font-weight: 400;
    letter-spacing: -0.6px;
}

.header__sp-btn-tel {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
    background-color: #ffffff;
    color: #4e4e4e;
    border: 2px solid #CD7FB5;
    border-radius: 50px;
    padding: 12px 24px;
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 17px;
    font-weight: 700;
}

.header__sp-btn-tel span {
    font-family: 'M PLUS 1p', sans-serif;
    font-size: 20px;
    line-height: 20px;
    color: #884964;
}



/* =============================================
レスポンシブ
============================================= */
@media (max-width: 1023px) {
    .header__nav,
    .header__contact {
        display: none;
    }

    .header__hamburger {
        display: flex;
    }

    .header__inner {
        padding: 20px 5.2%;
        height: 85px;
    }
}



/* =============================================
会社概要ページ
============================================= */
.company-page {
    padding: 60px 0;
    background: linear-gradient(0deg, #FFF, #fffafd,#fff5fa);
}

.company-page__inner {
    /* max-width: 900px; */
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 22px;
}

.company-page__title {
    font-family: 'M PLUS 1p', sans-serif;
    font-size: 26px;
    font-weight: 700;
    color: #884964;
    text-align: center;
    margin-bottom: 30px;
}

/* 上部：写真＋テキスト */
.company-page__intro {
    display: flex;
    column-gap: 48px;
    align-items: center;
    margin-bottom: 60px;
}

.company-page__photo {
    flex-shrink: 0;
    width: 410px;
    /* width: 39.5%; */
}

.company-page__photo img {
    width: 100%;
    height: auto;
    border-radius: 20px;
}

.company-page__intro-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.company-page__lead {
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #884964;
    line-height: 1.8;
}
.company-br {
        display: none;
    }

.company-page__text {
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 14px;
    color: #4e4e4e;
    line-height: 1.9;
}
.company-page__text br {
    display: none;
}

.company-page__list {
    display: flex;
    flex-direction: column;
    /* gap: 8px; */
}

.company-page__list li {
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 13px;
    color: #4e4e4e;
    line-height: 1.8;
}

.company-page__closing {
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 13px;
    color: #BE7BA9;
    line-height: 1.9;
}

/* テーブル */
.company-page__table-wrap {
    width: 760px;
    margin: 0 auto 60px;
    background-color: #ffffff;
    overflow: hidden;
    /* border-top: 1px solid #884964;
    border-bottom: 1px solid #884964; */
}

.company-page__table {
    width: 100%;
    border-collapse: collapse;
}

.company-page__business-list li {
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 14px;
    font-weight: 500px;
    color: #4e4e4e;
    line-height: 1.8;
    padding-left: 1em;
    text-indent: -1em;
}

.company-page__business-list li::before {
    content: '・';
}

.company-page__table tr {
    border-top: .5px solid #884964;
}

.company-page__table tr:last-child {
    border-bottom: .5px solid #884964;
}

.company-page__table th,
.company-page__table td {
    padding: 12px 20px;
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 14px;
    color: #4e4e4e;
    line-height: 1.8;
    /* border-bottom: 1px solid #FEEFF6; */
    vertical-align: top;
}

.company-page__table th {
    width: 140px;
    color: #884964;
    text-align: left;
    background-color: #FDF3F8;
    white-space: nowrap;
}

.company-page__table tr:last-child th,
.company-page__table tr:last-child td {
    border-bottom: none;
}

/* Google MAP */
.company-page__map {
    width: 830px;
    margin: 0 auto 60px;
    /* margin-bottom: 60px; */
    border-radius: 8px;
    overflow: hidden;
    background-color: #e0e0e0;
}

.company-page__map iframe {
    display: block;
    width: 100%;
    height: 330px;
}

/* ご支援者様一覧 */
.company-page__supporters {
    width: 830px;
    margin: 0 auto;
    text-align: center;
}

.company-page__supporters-title {
    font-family: 'M PLUS 1p', sans-serif;
    font-size: 26px;
    font-weight: 700;
    color: #884964;
    margin-bottom: 24px;
}

.company-page__supporters-text {
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 13px;
    color: #4e4e4e;
    line-height: 2;
    margin-bottom: 16px;
}

.company-page__supporters-thanks {
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 15px;
    color: #884964;
    margin-top: 24px;
}

/* =============================================
レスポンシブ（SP）
============================================= */
@media (max-width: 1024px) {
    .company-page {
        padding: 45px 0;
    }

    .company-page__inner {
        padding: 0 5.5%;
    }

    .company-page__title,.company-page__supporters-title {
        font-size: 22px;
    }

    .company-page__text br {
    display: block;
}

    .company-page__intro {
        flex-direction: column;
        gap: 40px;
    }

    .company-page__list {
        display: block;
        margin: 0 auto;
    }
    .company-page__lead,.company-page__text,.company-page__closing {
        text-align: center;
    }

    .company-page__table th {
        /* width: 100px; */
        /* width: 29%; */
        font-size: 13px;
    }

        .company-page__business-list li {
        font-size: 12px;
    }

    .company-page__table td {
        font-size: 13px;
        padding: 12px;
    }

    .company-page__map {
        width: 100%;

    }
    .company-page__map iframe {
        height: 300px;
    }

    .company-page__supporters {
        width: 100%;
    }

    .company-page__supporters-title {
        font-size: 18px;
    }

    .company-page__supporters-text {
        text-align: left;
        font-size: 12.5px;
    }
}

@media (max-width: 870px) {
    .company-page__table-wrap {
        width: 100%;
    }
}

@media (max-width: 600px) {
    .company-page__photo {
        width: 100%;
    }
    .company-page__table th {
        padding: 12px 18px;
        width: 29%;
    }
    .company-page__lead {
        font-size: 14px;
    }
    .company-page__text,.company-page__closing {
/*         font-size: 12.5px; */
        letter-spacing: -.4px;
    }
    .company-page__list li {
        font-size: 12px;
        letter-spacing: -0.4px;
    }
}

@media (max-width:530px) {
    .company-br {
        display: block;
    }
}

/* =============================================
CTAセクション
============================================= */
.cta {
    background-color: #B66487;
    padding: 90px 0;
}

.cta__inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 40px;
}

.cta__title {
    font-family: 'M PLUS 1p', sans-serif;
    font-size: 26px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    margin-bottom: 16px;
}

.cta__desc {
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 17px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 40px;
}

/* カード */
.cta__card {
    background-color: #ffffff;
    border-radius: 16px;
    padding: 48px 80px;
    display: flex;
    align-items: center;
    gap: 0;
}

.cta__block {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 17px;
}

/* 縦の区切り線 */
.cta__divider {
    width: 1px;
    height: 200px;
    background-color: #E7A0BC;
    margin: 0 7%;
    flex-shrink: 0;
}

.cta__block-label {
    font-family: 'M PLUS 1p', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #884964;
}

/* フォームボタン */
.cta__btn-form {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, #E8A1BC, #CD7FB5);
    color: #ffffff;
    border-radius: 50px;
    /* padding: 0 40px; */
    height: 75px;
    max-width: 360px;
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 20px;
    font-weight: 700;
    transition: transform 0.3s ease;
}

.cta__btn-form:hover {
    transform: scale(1.03);
}

.cta__block-text {
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 14px;
    color: #4e4e4e;
    line-height: 1.8;
}

/* 電話番号 */
.cta__tel {
    font-family: 'M PLUS 1p', sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #884964;
    line-height: 1.2;
}

.cta__tel-time {
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 15px;
    color: #BE7BA9;
    margin-top: -10px;
}

/* =============================================
レスポンシブ（SP）CTA
============================================= */
@media (max-width:900px) {
    .cta__card {
        padding: 48px 60px;
    }
}

@media (max-width: 768px) {
    .cta {
        padding: 60px 0;
    }

    .cta__inner {
        padding: 0 22px;
    }

    .cta__title {
        font-size: 23px;
    }

    .cta__desc {
        font-size: 13.5px;
/*         letter-spacing: -.35px; */
    }

    .cta__card {
        width: 500px;
        margin: 0 auto;
        flex-direction: column;
        padding: 32px 40px;
        gap: 32px;
    }

    .cta__block {
        width: 100%;
        align-items: center;
        text-align: center;
        gap: 12px;
    }

    /* SP：横の区切り線に変更 */
    .cta__divider {
        width: 100%;
        height: 1px;
        margin: 0;
    }

    .cta__btn-form {
        width: 265px;
        height: 60px;
        max-width: 100%;
        font-size: 16px;
    }

    .cta__tel {
        font-size: 28px;
    }

    .cta__block-text {
		font-size: 13.5px;
        text-align: center;
    }
}

@media (max-width:539px) {
    .cta__card {
        width: 100%;
    }
}


/* =============================================
フッター
============================================= */
.footer {
    background-color: #501731;
    padding: 24px 100px;
}

.footer__inner {
    max-width: 1300px;
    margin: 0 auto;
    /* padding: 0 40px; */
}

/* 上段 */
.footer__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    /* margin-bottom: 40px; */
}

/* ロゴ */
.footer__logo img {
    height: 50px;
    width: auto;
    margin-bottom: 16px;
}

/* 住所 */
.footer__address {
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 13px;
    color: #fff;
    line-height: 1.8;
}

/* ナビ */
.footer__nav {
    display: flex;
    align-items: center;
}

.footer__nav-list {
    display: flex;
    gap: 28px;
}

.footer__nav-list a {
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 14px;
    color: #fff;
    transition: color 0.3s;
}

.footer__nav-list a:hover {
    color: #E7A0BC;
}

/* コピーライト */
.footer__bottom {
    text-align: center;
}

.footer__copyright {
    font-family: 'M PLUS 1p', sans-serif;
    font-size: 12px;
    color: #fff;
}

/* =============================================
レスポンシブ（SP）フッター
============================================= */
@media (max-width: 852px) {
    .footer {
        padding: 30px 0 20px;
    }

    .footer__inner {
        padding: 0 8%;
    }

    .footer__top {
        flex-direction: column;
        gap: 16px;
        margin-bottom: 32px;
    }

    .footer__nav-list {
        flex-wrap: wrap;
        gap: 22px;
    }

    .footer__nav-list a {
        font-size: 12px;
    }

    .footer__address {
        font-size: 12px;
    }
}

@media (max-width: 375px) {
    .footer__nav-list {
        gap: 16px;
    }
}


/* =============================================
追従ボタン
============================================= */
.floating-btn {
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
}

.floating-btn.is-show {
    opacity: 1;
    visibility: visible;
}

.floating-btn img {
    width: 80px;
    height: auto;
    cursor: pointer;
    transition: .4s;
}
.floating-btn img:hover {
    transform: scale(.9,.9);
}

/* =============================================
レスポンシブ（SP）
============================================= */
@media (max-width: 768px) {
    .news {
        padding: 60px 0;
    }

    .news__inner {
        padding: 0 20px;
    }

    .section-title {
        font-size: 22px;
    }

    .section-desc {
        font-size: 14px;
        line-height: 22px;
        letter-spacing: -0.5px;
    }
    .section-desc .news-br {
    display:block;
    }

    .news__tab {
        width: 30%;
        padding: 14px 0px;
        font-size: 13px;
    }

    .news__item {
        padding: 16px;
        gap: 12px;
    }

    .news__title {
        font-size: 12px;
        font-weight: 600;
    }

    .news__body {
        gap: 2px;
    }

    .floating-btn {
        bottom: 20px;
        right: 20px;
    }

    .floating-btn img {
        width: 65px;
    }
}


@media (max-width: 440px) {
	.floating-btn {
		bottom: 10px;
    	right: 15px;
		}
	.floating-btn img {
    width: 52px;
		}
}