/* ========================================
   lp2 メインスタイル（蓄電池・土地一括査定）
   ======================================== */

/* ----- main内パララックス ----- */
main {
    position: relative;
}

.main__parallax {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    pointer-events: none;
}

.main__parallax {
    display: none;
}

.main__content {
    position: relative;
    z-index: 1;
}

/* ----- 共通CTA ----- */
.btn-cta {
    display: block;
    width: 100%;
    padding: 16px 20px;
    background: linear-gradient(180deg, #e87b2b 0%, #d66a1f 100%);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    border-radius: 999px;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(232, 123, 43, .35);
    border: none;
    cursor: pointer;
}

.btn-cta:hover {
    opacity: 0.95;
}

.btn-cta--large {
    max-width: 320px;
    margin: 0 auto;
    padding: 18px 24px;
    font-size: 18px;
}

/* ----- ヒーロー ----- */
.hero {
    position: relative;
    padding: 0;
}

.hero__inner {
    position: relative;
    z-index: 1;
    padding: 0;
}

.hero__fv {
    width: 100%;
}

.hero__badge {
    position: fixed;
    top: 70vh;
    right: -19px;
    width: 135px;
    height: 120px;
}

@media (min-width: 1024px) {
    .hero__badge {
        position: absolute;
        top: 530px;
        left: calc(50% + 79px);
    }
}

.hero__badge img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.hero__btn {
    position: absolute;
    width: 317px;
    height: 80px;
    top: 590px;
    left: 38px;
    transition: transform 0.25s ease-out, box-shadow 0.25s ease-out;
}

@media (max-width: 1024px) {
    .hero__btn {
        position: fixed;
        top: 84vh;
        left: calc(50% - 160px);
    }
}

@media (max-width: 1024px) and (orientation: landscape) {
    .hero__btn {
        position: absolute;
        top: 590px;
        left: 38px;
    }
}

.hero__btn:hover {
    transform: translateY(-4px);
}


/* ----- 導入 ----- */
.intro {
    background: #FFF;
}

.intro__headline--orange {
    color: #e87b2b;
}

.intro__headline--green {
    color: #6F9238;
}

.intro__note {
    font-size: 14px;
    color: #555;
    line-height: 1.7;
    margin: 0 0 8px 0;
}

.intro__benefits {
    list-style: none;
    margin: 20px 0 0;
    padding: 0;
}

.intro__benefits li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    margin-bottom: 10px;
}

/* ----- お悩みセクション ----- */
.concerns {
    background: #F2F0EA;
    padding: 32px 0 48px;
}

.concerns .container {
    /* padding: 0 0 0 20px; */
    /* width: calc(100% - 20px); */
}

.concerns__title {
    font-family: "Corporate Logo ver2", "Hiragino Sans", "ヒラギノ角ゴシック", "Yu Gothic", "游ゴシック", "Meiryo", "メイリオ", sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.25rem;
    color: #6F9238;
    margin-bottom: 24px;
    text-align: left;
}

.concerns__title-accent {
    color: #e87b2b;
}

.concerns__slider {
    width: calc(100% + 20px);
    margin-left: -10px;
}

.concerns__slider .slick-list {
    margin: 0 -8px;
}

.concerns__slider .slick-track {
    display: flex;
    align-items: stretch;
}

.concerns__slider .slick-slide {
    width: 78vw !important;
    max-width: 327px;
    padding: 0 8px;
    box-sizing: border-box;
    height: auto;
}

.concerns__slider .slick-slide>div {
    height: 100%;
}

.concerns__slider .concerns__item {
    height: 100%;
}

.concerns__card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .08);
    border: 1px solid #e9ecef;
    height: 100%;
    min-height: 360px;
    display: flex;
    flex-direction: column;
}

.concerns__thumb {
    width: 100%;
    flex-shrink: 0;
    aspect-ratio: 4/3;
    overflow: hidden;
    background: #f0f0f0;
}

.concerns__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 1.5rem;
    background-color: #fff;
}

.concerns__card-title {
    font-family: 'Yu Gothic Pr6N', 'Yu Gothic', '游ゴシック', 'Meiryo', 'メイリオ', sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.5;
    color: #333;
    margin: 0;
    padding: 0 16px 8px;
    flex-shrink: 0;
    min-height: 4.5rem;
}

.concerns__card-desc {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    margin: 0;
    padding: 0 16px 16px;
    flex: 1;
    min-height: 5rem;
}

.concerns__nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.concerns__arrow {
    font-family: "Futura PT", "Hiragino Sans", "ヒラギノ角ゴシック", "Yu Gothic", "游ゴシック", "Meiryo", "メイリオ", sans-serif;
    font-size: 25px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: none;
    background: #fff;
    color: #e87b2b;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    padding-bottom: 4px;
    line-height: 1;
    box-shadow: 0 4px 20px 0 rgba(51, 51, 51, 0.05);
}

.concerns__arrow:hover {
    background: #e87b2b;
    color: #fff;
}

.concerns__counter {
    font-family: "Futura PT", "Hiragino Sans", "ヒラギノ角ゴシック", "Yu Gothic", "游ゴシック", "Meiryo", "メイリオ", sans-serif;
    font-size: 16px;
}

/* ----- 実例セクション ----- */
.examples {
    background: #E8D8B4;
    padding: 32px 0 48px;
    position: relative;
}

.examples::after {
    content: '';
    position: absolute;
    bottom: -29px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 30px solid #E8D8B4;
}

.examples__intro {
    font-size: 14px;
    color: #555;
    line-height: 1.7;
    margin: 0 0 12px 0;
}

.examples__highlight {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    line-height: 1.5;
    margin: 0 0 16px 0;
    background: linear-gradient(transparent 60%, #fce88a 60%);
    display: inline-block;
}

.examples__lead {
    font-size: 14px;
    color: #555;
    line-height: 1.7;
    margin: 0 0 24px 0;
}

.examples__slider {
    width: calc(100% + 20px);
    margin-left: -10px;
}

.examples__slider .slick-list {
    margin: 0 -8px;
}

.examples__slider .slick-track {
    display: flex;
    align-items: stretch;
}

.examples__slider .slick-slide {
    width: 78vw !important;
    max-width: 304px;
    padding: 0 8px;
    box-sizing: border-box;
    height: auto;
}

.examples__slider .slick-slide>div {
    height: 100%;
}

.examples__slider .examples__item {
    height: 100%;
}

.examples__card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .08);
    border: 1px solid #e9ecef;
    height: 100%;
    min-height: 360px;
    display: flex;
    flex-direction: column;
}

.examples__thumb {
    width: 100%;
    flex-shrink: 0;
    aspect-ratio: 4/3;
    overflow: hidden;
    background: #f0f0f0;
}

.examples__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 1.5rem;
    background-color: #fff;
}

.examples__card-title {
    font-family: 'Yu Gothic Pr6N', 'Yu Gothic', '游ゴシック', 'Meiryo', 'メイリオ', sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.5;
    color: #333;
    margin: 0;
    padding: 0 16px 8px;
    flex-shrink: 0;
    min-height: 4.5rem;
}

.examples__card-desc {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    margin: 0;
    padding: 0 16px 16px;
    flex: 1;
    min-height: 0;
    min-height: 12rem;
}

.examples__nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.examples__arrow {
    font-family: "Futura PT", "Hiragino Sans", "ヒラギノ角ゴシック", "Yu Gothic", "游ゴシック", "Meiryo", "メイリオ", sans-serif;
    font-size: 25px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: none;
    background: #fff;
    color: #e87b2b;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    padding-bottom: 4px;
    line-height: 1;
    box-shadow: 0 4px 20px 0 rgba(51, 51, 51, 0.05);
}

.examples__arrow:hover {
    background: #e87b2b;
    color: #fff;
}

.examples__counter {
    font-family: "Futura PT", "Hiragino Sans", "ヒラギノ角ゴシック", "Yu Gothic", "游ゴシック", "Meiryo", "メイリオ", sans-serif;
    font-size: 16px;
}

/* ----- 解決策 ----- */
.solutions {
    background: #fff;
    padding: 32px 0 48px;
}

.solutions__problem {
    font-size: 16px;
    color: #333;
    line-height: 1.7;
    margin: 30px 0 20px 0;
}

.solutions__highlight {
    font-weight: 700;
    background: linear-gradient(transparent 60%, #fce88a 60%);
}

.solutions__lead {
    font-size: 14px;
    color: #555;
    line-height: 1.7;
    margin: 0 0 24px 0;
}

.solutions__answer {
    font-size: 15px;
    color: #333;
    line-height: 1.7;
    margin: 0 0 32px 0;
}

.solutions__badge {
    display: inline-block;
    background: #e87b2b;
    color: #fff;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 4px;
    margin-right: 4px;
}

.solutions__orange {
    color: #e87b2b;
    font-weight: 700;
}

.solutions__green {
    color: #6F9238;
    font-weight: 700;
}

.solutions__green-accent {
    background: linear-gradient(transparent 60%, rgba(232, 123, 43, .4) 60%);
}

.solutions__logos-block {
    background: #fff;
    margin-top: 32px;
}

.solutions__divider {
    border: none;
    border-top: 1px solid #e0c4a0;
}

.solutions__logos-block .solutions__divider:last-child {
    margin: 10px 0 0 0;
}

.solutions__logos-label {
    font-size: 15px;
    font-weight: 700;
    color: #333;
    text-align: center;
    margin: 0 0 20px 0;
    display: block;
    width: 100%;
    background-color: #fff;
    position: relative;
    top: -15px;
    display: inline;
    left: calc(50% - 4rem);
    padding: 0 4px;
}

.solutions__logos-label-note {
    font-size: 12px;
    font-weight: 400;
    color: #888;
}

.solutions__logos-wrap {
    overflow: hidden;
    width: 100%;
    margin-top: -20px;
}

.solutions__logos--scroll .solutions__logos-inner {
    display: flex;
    align-items: center;
    gap: 48px;
    width: max-content;
    padding: 0;
    animation: solutions-logo-scroll 25s linear infinite;
}

.solutions__logo {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 68px;
}

.solutions__logo img {
    max-height: 54px;
    max-width: 168px;
    width: auto;
    height: auto;
    object-fit: contain;
}

@keyframes solutions-logo-scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* ----- 土地の潜在価値 ----- */
.potential-value {
    background: #F7F4EB;
    padding: 48px 0 56px;
}

.potential-value__title {
    font-family: "Corporate Logo ver2", "Hiragino Sans", "ヒラギノ角ゴシック", "Yu Gothic", "游ゴシック", "Meiryo", "メイリオ", sans-serif;
    line-height: 1.1;
}

.potential-value__title-text {
    color: #333;
    font-family: "Yu Gothic Pr6N", "Yu Gothic", "游ゴシック", "Meiryo", "メイリオ", sans-serif;
    font-size: 1.25rem;
    line-height: 3rem;
}

.potential-value__title-green {
    color: #6F9238;
}

.potential-value__title-accent {
    color: #E85C2B;
    font-size: 1.15em;
    margin-left: -1.5rem;
}

.potential-value__trees {
    display: inline-flex;
    align-items: flex-end;
    gap: 4px;
    margin-left: 4px;
}

.potential-value__tree {
    position: relative;
}

.potential-value__tree img {
    position: absolute;
    width: 126px;
    height: 50px;
    right: 1rem;
    bottom: 0;
}

.potential-value__trees img:first-child {
    height: 28px;
}

.potential-value__cards-wrap img {
    margin-bottom: 2rem;
}

.potential-value__cards {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 28px;
}

.potential-value__card {
    background: #fff;
    border: 1px solid #E8A86B;
    border-radius: 12px;
    padding: 16px;
    box-sizing: border-box;
}

.potential-value__thumb {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 10px;
}

.potential-value__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.potential-value__land {
    font-size: 14px;
    color: #333;
    margin: 0 0 8px 0;
    line-height: 1.5;
}

.potential-value__up {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: #E85C2B;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 6px;
    margin-bottom: 12px;
}

.potential-value__offers {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.potential-value__offer {
    display: inline-block;
    padding: 8px 12px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #ddd;
    font-size: 13px;
    color: #333;
    font-weight: 500;
}

.potential-value__offer--high {
    background: #E85C2B;
    border-color: #E85C2B;
    color: #fff;
    font-weight: 700;
}

.potential-value__points {
    text-align: left;
}

.potential-value__points-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #F57117;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 3px 16px;
    border-radius: 50px;
    margin-bottom: 12px;
}

.potential-value__points-badge img {
    flex-shrink: 0;
}

.potential-value__points-text {
    font-size: 14px;
    color: #333;
    line-height: 1.7;
    margin: 0;
}

.potential-value__points-text-accent {
    position: relative;
}

.potential-value__points-text-accent::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #E85C2B;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s ease-out;
}

.potential-value__points-text-accent.underline-visible::after {
    transform: scaleX(1);
}

/* ----- 全国土地買取センターが選ばれる3つの理由 ----- */
.features {
    background: #E8D8B4;
}

.features__title {}

.features__title-lead {
    display: block;
    width: 100%;
    font-weight: 600;
    color: #333;
    letter-spacing: 0.02em;
    font-family: "Yu Gothic Pr6N", "Yu Gothic", "游ゴシック", "Meiryo", "メイリオ", sans-serif;
    font-size: 1.25rem;
}

.features__title-main {
    letter-spacing: 0.02em;
}

.features__title-num {
    color: #F08000;
}

.features__title-trees {
    position: relative;
}

.features__title-trees img {
    width: 126px;
    height: 50px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.features__list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 28px;
}

.features__card {
    position: relative;
    padding: 2rem 1.5rem 1.5rem;
    background: #fff;
    border-radius: 1.5rem;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .08);
}

.features__num {
    display: block;
    position: absolute;
    color: #F57117;
    font-family: "Futura PT", "Hiragino Sans", "ヒラギノ角ゴシック", "Yu Gothic", "游ゴシック", "Meiryo", "メイリオ", sans-serif;
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.875rem;
    top: -1rem;
}

.features__card-title {
    font-family: 'Yu Gothic Pr6N', 'Yu Gothic', '游ゴシック', 'Meiryo', 'メイリオ', sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.5;
    color: #333;
    margin: 0 0 12px 0;
}

.features__separator {
    border: none;
    border-top: 1px solid #DDDDDD;
    margin: 0 0 12px 0;
}

.features__card-desc {
    font-size: 14px;
    color: #333;
    line-height: 1.7;
    margin: 0;
}

.features__point {
    text-align: left;
}

.features__point-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #F57117;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 3px 16px;
    border-radius: 50px;
    margin-bottom: 12px;
}

.features__point-badge img {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    filter: brightness(0) invert(1);
}

.features__point-text {
    font-size: 14px;
    color: #333;
    line-height: 1.6;
    margin: 0 0 4px 0;
    font-weight: 700;
}

.features__point-underline {
    position: relative;
}

.features__point-underline::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #F57117;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s ease-out;
}

.features__point-underline.underline-visible::after {
    transform: scaleX(1);
}

.section__title {
    font-family: "Corporate Logo ver2", "Hiragino Sans", "ヒラギノ角ゴシック", "Yu Gothic", "游ゴシック", "Meiryo", "メイリオ", sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.25rem;
    text-align: left;
    color: #6F9238;
    margin-bottom: 24px;
}

/* ----- 一括査定までの 簡単3ステップ ----- */
.steps-block {
    background: #F2F0EA;
}

.steps-block__title {
    font-family: "Corporate Logo ver2", "Hiragino Sans", "ヒラギノ角ゴシック", "Yu Gothic", "游ゴシック", "Meiryo", "メイリオ", sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: left;
    margin: 0 0 28px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0 0.2em;
}

.steps-block__title-lead {
    display: block;
    width: 100%;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: #333;
    font-family: "Yu Gothic Pr6N", "Yu Gothic", "游ゴシック", "Meiryo", "メイリオ", sans-serif;
    font-size: 1.25rem;
}

.steps-block__title-main {
    display: inline-flex;
    align-items: baseline;
    gap: 0 2px;
}

.steps-block__title-num {
    color: #F57117;
    font-size: 1.1em;
}

.steps-block__title-trees {
    display: inline-flex;
    align-items: flex-end;
    gap: 4px;
    margin-left: 4px;
}

.steps-block__title-trees img {
    display: block;
    height: 32px;
    width: auto;
    object-fit: contain;
}

.steps-block__title-trees img:first-child {
    height: 26px;
}

.steps-block__list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 28px;
}

.steps-block__card {
    position: relative;
    padding: 24px 20px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .06);
}

.steps-block__num {
    display: block;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 8px;
}

.steps-block__num--green {
    color: #6F9238;
    font-family: "Futura PT", "Hiragino Sans", "ヒラギノ角ゴシック", "Yu Gothic", "游ゴシック", "Meiryo", "メイリオ", sans-serif;
    font-size: 3.25rem;
    line-height: 1;
}

.steps-block__num--orange {
    color: #F57117;
    font-family: "Futura PT", "Hiragino Sans", "ヒラギノ角ゴシック", "Yu Gothic", "游ゴシック", "Meiryo", "メイリオ", sans-serif;
    font-size: 3.25rem;
    line-height: 1;
}

.steps-block__card-title {
    font-family: 'Yu Gothic Pr6N', 'Yu Gothic', '游ゴシック', 'Meiryo', 'メイリオ', sans-serif;
    font-size: 1.15rem;
    font-weight: 700;
    color: #333;
    margin: 0 0 12px 0;
    line-height: 1.4;
}

.steps-block__card-desc {
    font-size: 14px;
    color: #666;
    line-height: 1.7;
    margin: 0;
}

/* ----- お客様の声 ----- */
.voices {
    background: #E8D8B4;
}

.voices__title {
    letter-spacing: 0.05em;
}

.voices__title-green {
    color: #688C2F;
}

.voices__title-orange {
    color: #F57117;
}

.voices__slider {
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-bottom: 20px;
}

.voices__slider .slick-list {
    margin: 0 -8px;
}

.voices__slider .slick-track {
    display: flex;
    align-items: stretch;
}

.voices__slider .slick-slide {
    width: 78vw !important;
    max-width: 304px;
    padding: 0 8px;
    box-sizing: border-box;
    height: auto;
}

.voices__card {
    padding: 0;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .08);
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.voices__avatar {
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    flex-shrink: 0;
}

.voices__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 1.5rem;
    background-color: #fff;
}

.voices__card>.voices__name,
.voices__card>.voices__land,
.voices__card>.voices__stars,
.voices__card>.voices__text {
    padding: 0 16px;
}

.voices__name {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    margin: 0 0 2px 0;
    line-height: 1.4;
}

.voices__meta {
    font-weight: 400;
    color: #333;
    font-size: 0.875rem;
    font-weight: bold;
}

.voices__land {
    color: #6F9238;
    font-family: "Yu Gothic Pr6N", "Yu Gothic", "游ゴシック", "Meiryo", "メイリオ", sans-serif;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.4rem;
    margin: 0;
}

.voices__stars {
    display: flex;
    align-items: center;
    gap: 2px;
    margin-bottom: 12px;
}

.voices__star-icon {
    width: 16px;
    height: 16px;
    display: block;
}

.voices__slider .voices__star-icon {
    filter: invert(85%) sepia(30%) saturate(800%) hue-rotate(5deg);
}

.voices__text {
    font-size: 13px;
    color: #333;
    line-height: 1.75;
    margin: 0 0 20px 0;
    flex: 1;
}

.voices__nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.voices__arrow {
    font-family: "Futura PT", "Hiragino Sans", "ヒラギノ角ゴシック", "Yu Gothic", "游ゴシック", "Meiryo", "メイリオ", sans-serif;
    font-size: 25px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: none;
    background: #fff;
    color: #e87b2b;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    padding-bottom: 4px;
    line-height: 1;
    box-shadow: 0 4px 20px 0 rgba(51, 51, 51, 0.05);
}

.voices__arrow:hover {
    background: #f5f5f5;
}

.voices__counter {
    font-family: "Futura PT", "Hiragino Sans", "ヒラギノ角ゴシック", "Yu Gothic", "游ゴシック", "Meiryo", "メイリオ", sans-serif;
    font-size: 16px;
}

/* ----- よくある質問 ----- */
.faq {
    background: #f8f8f8;
    padding: 48px 0 56px;
}

.faq__title {
    font-family: "Corporate Logo ver2", "Hiragino Sans", "ヒラギノ角ゴシック", "Yu Gothic", "游ゴシック", "Meiryo", "メイリオ", sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.3;
    text-align: left;
    margin: 0 0 24px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0 0.2em;
    letter-spacing: 0.05em;
}

.faq__title-green {
    color: #66AA33;
}

.faq__title-orange {
    color: #F57117;
}

.faq__title-trees {
    display: inline-flex;
    align-items: flex-end;
    gap: 4px;
    margin-left: 4px;
}

.faq__title-trees img {
    display: block;
    height: 36px;
    width: auto;
    object-fit: contain;
}

.faq__title-trees img:first-child {
    height: 30px;
}

.faq__box {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .08);
    padding: 8px 0 0 0;
    overflow: hidden;
}

.faq__list {
    margin: 0;
}

.faq__item {
    border-bottom: 1px solid #eee;
}

.faq__item:last-child {
    border-bottom: none;
}

.faq__q {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 4px 8px;
    padding: 16px 20px;
    font-size: 14px;
    font-weight: 700;
    color: #333;
    margin: 0;
    cursor: pointer;
    border: none;
    width: 100%;
    text-align: left;
    background: transparent;
    box-sizing: border-box;
}

.faq__q-label {
    color: #F57117;
    font-family: "Futura PT", "Hiragino Sans", "ヒラギノ角ゴシック", "Yu Gothic", "游ゴシック", "Meiryo", "メイリオ", sans-serif;
    font-size: 2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.875rem;
    /* 93.75% */
}

.faq__q .faq__toggle {
    flex-shrink: 0;
    margin-left: auto;
    font-size: 18px;
    color: #333;
    font-weight: 400;
}

.faq__a {
    display: none;
    padding: 0 20px 20px 33px;
    margin: 0 0 0 2em;
    font-size: 14px;
    color: #555;
    line-height: 1.75;
}

.faq__a.is-open {
    display: block;
}