@charset "UTF-8";
:root {
    --color-primary: #2563EB;
    --color-primary-light: #EFF6FF;
    --color-primary-dark: #1D4ED8;
    --color-text: #1E293B;
    --color-text-sub: #475569;
    --color-border: #E2E8F0;
    --color-bg: #F8FAFC;
    --color-white: #ffffff;
    --color-check: #2563EB;
    --color-badge-bg: #2563EB;
    --color-badge-text: #ffffff;
    --radius-card: 16px;
    --shadow-card: 0 2px 12px rgba(15, 23, 42, 0.07);
    --shadow-featured: 0 8px 32px rgba(37, 99, 235, 0.18);
}
#lp .pc , #lp .tab , #lp .sp {
    display: none;
}
@media (max-width: 1240px) {
    #lp .sp {
        display: block!important;
    }
}
@media (min-width: 1000px) and (max-width: 1399px) {
    #lp .tab {
        display: block!important;
    }
}
@media (min-width: 1400px) {
    #lp .pc {
        display: block!important;
    }
}

#lp {
    line-height: 1.6;
}
#lp a:hover {
    opacity: .8;
    transition: .5s;
}
.lp-inner-wrap {
    margin: 0 auto;
    max-width: 1440px;
    width: 100%;
}
.lp-inner-wrap p {
}
.lp-inner-wrap p img {
    width: auto;
    margin: 0 auto;
}
@media screen and (max-width: 1400px) {
    .lp-inner-wrap {
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media screen and (max-width: 1240px) {
    .lp-inner-wrap {
        margin: 0 auto;
        max-width: 600px;
        width: 100%;
        padding-left: 5%;
        padding-right: 5%;
    }
    .lp-inner-wrap p {
    }
    .lp-inner-wrap p img {
        width: auto;
        margin: 0 auto;
    }
}

.lp-ttl-wrap , .lp-ttl02-wrap {
    text-align: center;
}
.lp-ttl-wrap p {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
    line-height: 1;
}
.lp-ttl-wrap h2 {
    font-size: 48px;
    font-weight: 600;
    color: var(--color-primary);
}
.lp-ttl02-wrap p {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background: var(--color-primary);
    margin-bottom: 8px;
    line-height: 1;
    display: inline-block;
    padding: 2px 30px;
}
.lp-ttl02-wrap h2 {
    font-size: 48px;
    font-weight: 600;
    color: var(--color-text);
}
.lp-ttl02-wrap h2 span {
    color: var(--color-primary);
}
.lp-ttl03-wrap {
    text-align: center;
}
.lp-ttl03-wrap p {
    line-height: 1;
    margin-bottom: 5px;
    font-weight: 600;
}
.lp-ttl03-wrap p span {
    color: var(--color-primary);
}
.lp-ttl03-wrap h2 {
    font-size: 48px;
    color: var(--color-primary);
    line-height: 1;
}
@media screen and (max-width: 1240px) {
    .lp-ttl-wrap p {
        font-size: 18px;
        margin-bottom: 8px;
    }
    .lp-ttl-wrap h2 {
        font-size: 42px;
        line-height: 1;
    }
    .lp-ttl02-wrap p {
        font-size: 12px;
        padding: 2px 20px;
    }
    .lp-ttl02-wrap h2 {
        font-size: 30px;
        line-height: 1.3;
    }
    .lp-ttl03-wrap h2 {
        font-size: 38px;
    }
}

.btn01-wrap {
    margin-top: 20px;
    text-align: center;
}
a.btn01 {
    color: #fff;
}
@media screen and (max-width: 1240px) {

}

.lp-cta {
    background: #1C3D5A;
    padding: 60px 0;
    text-align: center;
}
.lp-cta-txt {
    max-width: 800px;
    margin: 0 auto;
}
.cta-btn-wrap {
    display: flex;
    align-items: end;
    justify-content: center;
    gap: 30px;
    margin-top: 10px;
}
.cta-btn-wrap a {
    display: block;
    width: 100%;
    max-width: 400px;
}
@media screen and (max-width: 1240px) {
    .lp-cta {
        background: #1C3D5A;
        padding: 30px 0 30px;
    }
    .cta-fv-under .lp-cta {
        padding: 10px 0 45px;
    }
    .cta-btn-wrap {
        flex-direction: column-reverse;
        gap: 15px;
        margin-top: 5px;
    }
    .cta-btn-wrap a {
        margin: 0 auto;
    }
}

/********************************
 * ヘッダー
 ********************************/
#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 56px;
	padding: 0 24px;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	z-index: 100;
	box-sizing: border-box;
}
.header-logo {
	z-index: 999;
}
.header-logo img {
	display: block;
	height: 32px;
	width: auto;
}
/* ナビ（PC） */
#header-nav {
	display: block;
}
.header-nav-list {
	display: flex;
	gap: 24px;
	align-items: center;
	list-style: none;
	padding-left: 0;
}
.header-nav-list-item a,
.header-nav-list-item .scroll-trigger {
	display: block;
	font-size: 16px;
	font-weight: 600;
	padding: 4px 0;
	cursor: pointer;
	transition: .25s;
}
.header-nav-list-item a:hover,
.header-nav-list-item .scroll-trigger:hover {
	color: var(--color-primary);
}
/* お問い合わせだけ */
.header-nav-list-item:last-child a {
	padding: 7px 20px;
	background: var(--color-primary);
	border-radius: 999px;
	color: #fff;
}
/* ハンバーガー (PCでは非表示) */
.menu-trigger {
	display: none;
}

@media (max-width: calc(1024px - 1px)) {
	#header {
		height: 56px;
		padding: 0 16px;
	}
	.header-logo img {
		height: 32px;
	}
	/* ハンバーガー表示 */
	.menu-trigger {
		display: block;
		width: 28px;
		height: 20px;
		position: relative;
		cursor: pointer;
		z-index: 200;
	}
	.menu-trigger div {
		position: absolute;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #151515;
		transition: all 0.3s ease;
	}
	.menu-trigger div:nth-child(1) {
		top: 0;
	}
	.menu-trigger div:nth-child(2) {
		top: 50%;
		transform: translateY(-50%);
	}
	.menu-trigger div:nth-child(3) {
		top: 100%;
		transform: translateY(-100%);
	}
	/* active で × に変形 */
	.menu-trigger.active div:nth-child(1) {
		top: 50%;
		transform: translateY(-50%) rotate(45deg);
	}
	.menu-trigger.active div:nth-child(2) {
		opacity: 0;
	}
	.menu-trigger.active div:nth-child(3) {
		top: 50%;
		transform: translateY(-50%) rotate(-45deg);
	}
	/* ナビ本体 */
	#header-nav {
		position: fixed;
		top: 56px;
		left: 0;
		width: 100%;
		height: calc(100dvh - 56px);
		background-color: #fff;
		transform: translateY(-100%);
		transition: transform 0.4s cubic-bezier(0.8, 0, 0.2, 1);
		padding: 24px 16px;
		box-sizing: border-box;
		z-index: 150;
		overflow-y: auto;
	}
	#header-nav.active {
		transform: translateY(0);
	}
	/* SPナビは縦並び */
	.header-nav-list {
		display: flex;
		flex-direction: column;
		gap: 16px;
		text-align: center;
	}
	.header-nav-list-item {
		opacity: 0;
		transform: translateY(8px);
		transition: all 0.3s ease;
	}
	#header-nav.active .header-nav-list-item {
		opacity: 1;
		transform: translateY(0);
	}
	/* 順番に出現 */
	#header-nav.active .header-nav-list-item:nth-child(1) {
		transition-delay: .1s;
	}
	#header-nav.active .header-nav-list-item:nth-child(2) {
		transition-delay: .15s;
	}
	#header-nav.active .header-nav-list-item:nth-child(3) {
		transition-delay: .20s;
	}
	#header-nav.active .header-nav-list-item:nth-child(4) {
		transition-delay: .25s;
	}
	#header-nav.active .header-nav-list-item:nth-child(5) {
		transition-delay: .30s;
	}
	#header-nav.active .header-nav-list-item:nth-child(6) {
		transition-delay: .35s;
	}
	#header-nav.active .header-nav-list-item:nth-child(7) {
		transition-delay: .40s;
	}
	#header-nav.active .header-nav-list-item:nth-child(8) {
		transition-delay: .45s;
	}
	/* お問い合わせボタン */
	.header-nav-list-item:last-child a {
		padding: 10px 36px 10px 20px;
		border-radius: 999px;
		background-color: var(--color-primary);
		color: #fff;
		position: relative;
	}
	.header-nav-list-item:last-child a::before {
		content: "";
		position: absolute;
		top: 50%;
		right: 16px;
		width: 12px;
		height: 12px;
		transform: translateY(-50%);
		background-image: url(/wp-content/themes/updater-temp/assets/img/page/arrow.svg);
		background-size: contain;
		background-repeat: no-repeat;
	}
}


#lp-footer {
    padding: 60px 0 0;
}
.lp-footer-inner {
    text-align: center;
}
.footer-logo {
    max-width: 180px;
    margin: 0 auto;
}
.footer-logo-txt {
    margin-top: 15px;
    font-weight: 600;
    letter-spacing: 2px;
}
.footer-number {
    margin-top: 40px;
}
.copyright {
    margin-top: 10px!important;
}

.lead-copy {
    margin-top: 60px;
    position: relative;
}
.lead-copy::before {
    position: absolute;
    content: "";
    width: 177px;
    height: 54px;
    bottom: -30px;
    left: 50%;
    transform: translate(-50%, 0);
    background: url(sitedash/img/icon-arrow-bigunder.svg)no-repeat center center/100%;
}
.lead-copy-txt {
    text-align: center;
    font-size: 32px;
    line-height: 1.5;
    font-weight: 600;
}
.lead-copy-txt span {
    color: var(--color-primary);
}
@media screen and (max-width: 1240px) {
    .lead-copy {
        margin-top: 40px;
    }
    .lead-copy::before {
        position: absolute;
        content: "";
        width: 177px;
        height: 54px;
        bottom: -30px;
        left: 50%;
        transform: translate(-50%, 0);
        background: url(sitedash/img/icon-arrow-bigunder.svg)no-repeat center center/100%;
    }
    .lead-copy-txt {
        font-size: 20px;
    }
    .lead-copy-txt span {
    }
}

#fv {
    position: relative;
}
.fv-main {
    background: url(sitedash/img/fv-back.jpg) no-repeat center top / 100%;
}
.fv-main-ttl-wrap {
    padding: 50px;
    padding-left: 5%;
    padding-right: 5%;
    height: auto;
    max-width: 1700px;
    margin: 0 auto;
}
.fv-main-ttl {
    margin-right: auto;
    max-width: 66%;
}
.fv-under {
    background: var(--color-primary);
}
.fv-under-txt-wrap {
    padding: 30px;
    padding-left: 5%;
    padding-right: 5%;
    max-width: 1700px;
    margin: 0 auto;
}
.fv-under-txt {
    margin-right: auto;
    max-width: 66%;
}
@media screen and (max-width: 1240px) {
    .fv-main-ttl-wrap {
        background: url(sitedash/img/fv-back-sp.jpg) no-repeat center top / 100%;
        padding: 50px;
        padding-left: 5%;
        padding-right: 5%;
        height: auto;
    }
    .fv-main-ttl {
        margin: 0 auto;
        max-width: 600px;
    }
    .fv-under-txt {
        margin: 0 auto;
        max-width: 600px;
    }
    .fv-under-txt-wrap {
        padding: 30px 0;
        padding-left: 5%;
        padding-right: 5%;
        height: auto;
        background: var(--color-primary);
        display: flex;
        align-items: center;
    }
}

#form.fv-form {
    background: var(--color-bg-wh);
    margin: 0 auto;
    position: absolute;
    top: 53%;
    left: calc(50% + 300px);
    width: 28%;
    max-width: 470px;
    background: #fff;
    padding: 30px 20px 25px;
    border: 1px solid var(--color-primary);
    border-radius: 10px;
    transform: translate(0, -50%);
    filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, .12));
}
.fv-form-wrap {
    position: relative;
}
.fv-form-hukidasi {
    position: absolute;
    top: -56px;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #FFF56E;
    text-align: center;
    font-weight: 600;
    width: 90%;
    padding: 10px 0 8px;
    border-radius: 50px;
    line-height: 1.25;
    filter: drop-shadow(1px 3px 1px rgba(0, 0, 0, .22));
}
.fv-form-hukidasi::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    transform: translate(-50%, 0);
    border-style: solid;
    border-right: 13px solid transparent;
    border-left: 13px solid transparent;
    border-top: 15px solid #FFF56E;
    border-bottom: 0;
    bottom: -14px;
    left: 50%;
}
#lp  {
    display: block;
    margin-top: 15px;
    line-height: 1;
}

#lp .form-document-input {
    margin-bottom: 15px;
	display: flex;
	align-items: center;
	position: relative;
}
.form-document-name-ttl {
    display: block;
    line-height: 1.3;
    font-size: 16px;
	font-weight: 600;
	width: 85px;
}
#lp .form-document-input .wpcf7-form-control-wrap {
    width: calc(100% - 86px);
    position: relative;
}
#lp .form-document-input .wpcf7-form-control {
    font-size: 16px;
    padding: 5px;
    padding-right: 51px;
}
#lp .required .wpcf7-form-control-wrap::before {
    position: absolute;
    content: "必須";
    font-size: 0.625rem;
    top: 50%;
    right: 10px;
    background: var(--color-red);
    color: var(--color-text-wh);
    padding: 4px 10px 3px;
    line-height: 1;
    border-radius: 30px;
    transform: translate(0, -50%);
    z-index: 20;
}
#lp .form-document-input .wpcf7-select {
    padding: 4px 3px;
}
#form label {
    display: block;
    margin-top: 0px;
}
#lp .form_policy_wrap {
    margin-top: 15px;
    font-size: 12px;
}
#lp .form_policy_wrap a {
    color: var(--color-primary);
}
#lp .wpcf7-not-valid-tip {
    font-size: 12px;
}
#lp .form_btn_wrap {
    margin: 0 auto;
    margin-top: 20px;
    padding: 15px 0;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    border-radius: 45px;
    box-sizing: border-box;
    background: linear-gradient(180deg, rgba(89, 212, 77, 1) 0%, rgba(60, 178, 48, 1) 100%);
    overflow: hidden;
    box-shadow: 2px 4px 4px rgb(0 0 0 / 40%);
    transition: .3s;
}
#lp .form_btn_wrap:hover {
    box-shadow: 0 2px 3px rgb(0 0 0 / 0);
    transition: .3s;
}
#lp .wpcf7-spinner {
    visibility: hidden;
    display: inline-block;
    background-color: #23282d;
    opacity: 0.75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin-left: auto;
    position: absolute;
    bottom: 17px;
    right: 0px;
}
.form-btn {
    margin: 0 auto;
    width: 100%;
    max-width: 300px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-main);
    overflow: hidden;
    padding: var(--sp-15) var(--sp-20) var(--sp-15) 0;
    line-height: 1;
    border-radius: 100px;
    cursor: pointer;
}
.form-btn-text {
    position: relative;
    font-size: clamp(1.125rem, 1.8vw, 1.25rem);
    font-weight: 600;
    color: var(--color-text-wh);
}
.form-btn-arrow {
    position: absolute;
    top: 50%;
    right: 20px;
    height: 16px;
    width: 10px;
    transform: translate3d(0, -50%, 0);
}
#form .wpcf7-submit {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    z-index: 1;
}
#lp .wpcf7-spinner {
    visibility: hidden;
    display: inline-block;
    background-color: #23282d;
    opacity: 0.75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin-left: auto;
    position: absolute;
    bottom: 17px;
    right: 0px;
}
.form-btn::after {
    position: absolute;
    top: 0;
    right: calc(-100% + 50px);
    height: 100%;
    width: 100%;
    content: "";
    transform: translate3d(0, 0, 0) skew(-15deg);
    background-color: rgba(255, 255, 255, 0.2);
    will-change: transform;
    transition: transform cubic-bezier(0.8, 0, 0.2, 1) 0.5s;
}

.form-policy-wrap {
    line-height: 1.35;
}
#form .checkbox {
    text-align: left;
    margin-top: 5px;
}
#form-sp-wrap {
    background: var(--color-bg);
    padding: 60px 0 60px;
}
.form-sp {
    width: 100%;
    background: #fff;
    margin: 0 auto;
    max-width: 600px;
    margin-top: 20px;
    padding: 30px 5%;
    border: 1px solid var(--color-primary);
    border-radius: 10px;
    filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, .12));
}
#lp .form-btn {
    max-width: 100%;
    background: linear-gradient(180deg, rgba(89, 212, 77, 1) 0%, rgba(60, 178, 48, 1) 100%);
    box-shadow: 2px 4px 4px rgb(0 0 0 / 40%);
    margin-bottom: 20px;
}
.fv-form-btn-hukidasi-wrap {
    text-align: center;
    position: relative;
}
.fv-form-btn-hukidasi-wrap::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    transform: translate(-50%, 0);
    border-style: solid;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 8px solid #FFF56E;
    border-bottom: 0;
    bottom: -7px;
    left: 50%;
    z-index: 100;
}
.fv-form-btn-hukidasi {
    margin: 0 auto;
    font-size: 12px;
    display: inline-block;
    position: relative;
    background: #FFF56E;
    text-align: center;
    font-weight: 600;
    z-index: 99;
    padding: 10px 20px 8px;
    border-radius: 50px;
    line-height: 1.25;
    filter: drop-shadow(1px 3px 1px rgba(0, 0, 0, .22));
}
.fv-form-btn-hukidasi::before , .fv-form-btn-hukidasi::after {
    content: "";
    position: absolute;
    width: 8px;

}
.form-policy {
    font-size: 12px;
}
.form-policy a {
    font-size: 12px;
}
.form-note {
    font-size: 12px;
    line-height: 1.35;
}
@media screen and (max-width: 1240px) {
    #form.fv-form {
        display: none;
    }
}


#worries {
    background: #fff;
    padding: 100px 0 100px;
}
.worries-inner {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 30px;
}
.worries-under-wrap {
    margin: 0 auto;
    margin-top: 60px;
    max-width: 600px;
}
@media screen and (max-width: 1240px) {
    #worries {
        background: #fff;
        padding: 60px 0 60px;
    }
    .worries-inner {
        flex-direction: column;
        gap: 20px;
        margin-top: 20px;
    }
    .worries-under-wrap {
        margin-top: 40px;
    }
}


#about {
    background: var(--color-bg);
    padding: 100px 0;
    text-align: center;
}
.about-txt , .region-txt , .comparison-txt {
    margin-top: 30px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
}
.about-outline {
    margin-top: 30px;
}
.about-con {
    margin-top: 60px;
}
.about-con-item {
    margin-top: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5%;
}
.about-con-item:nth-child(even) {
    flex-direction: row-reverse;
}
.about-con-item-txt-wrap {
    width: 45%;
    text-align: left;
}
.about-con-item-txt-number {
    color: var(--color-primary);
    border-bottom: 1px solid var(--color-primary);
    padding-bottom: 5px;
    font-size: 20px;
    font-weight: 600;
    font-family: var(--en);
    line-height: 1;
    display: inline-block;
}
.about-con-item-txt-ttl {
    margin-top: 15px;
    font-size: 40px;
    line-height: 1.3;
}
.about-con-item-txt-ttl span {
    color: var(--color-primary);
}
.about-con-item-txt-normal {
    margin-top: 30px;
    line-height: 1.6;
}
.about-con-item-txt-normal span {
    font-weight: 600;
}
.about-con-item-img {
    width: 50%;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid var(--color-primary);
}
@media screen and (max-width: 1240px) {
    #about {
        padding: 60px 0;
    }
    .about-txt , .region-txt , .comparison-txt {
        margin-top: 15px;
        font-size: 16px;
    }
    .about-outline {
        margin-top: 30px;
    }
    .about-con {
        margin-top: 60px;
    }
    .about-con-item {
        margin-top: 60px;
        flex-direction: column;
        gap: 20px 20px;
    }
    .about-con-item:nth-child(even) {
        flex-direction: column;
    }
    .about-con-item-txt-wrap {
        width: 100%;
    }
    .about-con-item-txt-number {
        font-size: 14px;
    }
    .about-con-item-txt-ttl {
        margin-top: 15px;
        font-size: 26px;
        line-height: 1.3;
    }
    .about-con-item-txt-ttl span {
    }
    .about-con-item-txt-normal {
        margin-top: 30px;
        line-height: 1.5;
    }
    .about-con-item-txt-normal span {
    }
    .about-con-item-img {
        width: 100%;
    }
}

#features {
    background: #fff;
    padding: 100px 0 30px;
    text-align: center;
}
.features-con {
    display: flex;
    justify-content: center;
    gap: 3%;
    margin-top: 30px;
}
.features-con-item {
    overflow: hidden;
    border-radius: 10px;
    filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, .12));
}
#region {
    padding: 100px 0 0;
    text-align: center;
}
.region-con {
    margin-top: 20px;
}
#comparison {
    padding: 100px 0;
    text-align: center;
}
.comparison-con {
    margin: 0 auto;
    margin-top: 20px;
    max-width: 900px;
}
.comparison-con-item img {
    width: auto;
    margin: 0 auto;
}
@media screen and (max-width: 1240px) {
    #features {
        padding: 60px 0 0;
    }
    .features-con {
        flex-direction: column;
        gap: 20px 20px;
        margin-top: 20px;
    }
    .features-con-item {
        filter: drop-shadow(4px 4px 5px rgba(0, 0, 0, .12));
    }
    #region {
        padding: 60px 0 0;
    }
    .region-con , .comparison-con {
        margin-top: 15px;
    }
    #comparison {
        padding: 60px 0;
    }
}

#flow {
    padding: 100px 0 30px;
}
.flow-con-list {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.flow-under-txt {
    margin: 0 auto!important;
    margin-top: 60px!important;
    max-width: 330px!important;
}
@media screen and (max-width: 1240px) {
    #flow {
        padding: 60px 0 20px;
    }
    .flow-con-list {
        margin-top: 40px;
        flex-direction: column;
        gap: 20px 20px;
    }
    .flow-under-txt {
        margin-top: 60px;
        max-width: 100%;
    }
}

#faq {
    padding: 100px 0;
}
.faq-wrap {
    max-width: 900px;
    margin: 0 auto;
}
.faq {
    margin-top: 30px;
    border-bottom: 1px solid var(--color-border);
    border-top: 1px solid var(--color-border);
}
dt.faq-q {
    font-weight: 400;
}
.faq-q {
    background: #fff;
    padding: 40px 30px;
    padding-left: 60px;
    position: relative;
}
.faq-a {
    background: var(--color-bg);
    padding: 40px 30px;
    padding-left: 60px;
    position: relative;
}
.faq-q::before , .faq-a::before {
    position: absolute;
    font-size: 34px;
    top: 50%;
    left: 30px;
    font-family: "Arial";
    transform: translate(-50%, -50%);
}
.faq-q::before {
    content: "Q";
    color: var(--color-text);
}
.faq-a::before {
    content: "A";
    color: var(--color-primary);
}
.faq-q:after {
    content:"";
    display:block;
    width:8px;
    height:8px;
    border-top: var(--color-primary) 3px solid;
    border-right: var(--color-primary) 3px solid;
    transform: rotate(135deg) translate(0, -50%);
    position:absolute;
    right: 15px;
    bottom: 50%;
    transition-duration: .5s;
}
.open .faq-q:after{
    transform: rotate(-45deg) translate(0, -50%);
    top: 50%;
}
@media screen and (max-width: 1240px) {
    #faq {
        padding: 60px 0;
    }
    .faq-wrap {
    }
    .faq {
        margin-top: 30px;
    }
    dt.faq-q {
    }
    .faq-q {
        padding: 20px 26px;
        padding-left: 30px;
    }
    .faq-a {
        padding: 20px 26px;
        padding-left: 30px;
    }
    .faq-q::before , .faq-a::before {
        font-size: 20px;
        top: 50%;
        left: 16px;
    }
    .faq-q:after {
        right: 12px;
    }
}

/* ===== カルーセル共通 ===== */

.voice-slider {
  position: relative;
  padding: 0 60px; /* ← ボタン分のスペース確保（40px + α） */
}

.voice-archive-wrap {
  --per: 3;         /* PCでは3枚 */
  --gap: 24px;      /* カード間隔 */
  display: flex;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  gap: var(--gap);
  list-style: none;
  margin: 0;
  scrollbar-width: none;
  contain: paint;
}
.voice-archive-wrap::-webkit-scrollbar { display: none; }

/* gap・余白込みで1枚幅を算出 */
.voice-archive-wrap > li {
  flex: 0 0 calc((100% - (var(--gap) * (var(--per) - 1))) / var(--per));
  scroll-snap-align: start;
  scroll-snap-stop: always;
  box-sizing: border-box;
}

.card-clip {
  overflow: hidden;
  border-radius: 12px;
  isolation: isolate;
  contain: paint;
  transform: translateZ(0);
  backface-visibility: hidden;
}

#voice .c-3columnList__imgWrap {
  aspect-ratio: 16/9;
  overflow: hidden;
}
#voice .c-3columnList__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ナビボタン */
.voice-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    padding: 0;
    border: 0;
    border-radius: 9999px;
    background: rgba(0, 0, 0, .6);
    display: block;
    align-items: center;
    justify-content: center;
    z-index: 3;
}
.voice-prev {
    left: 10px;
    transform: rotate(180deg) translateY(50%);
}
.voice-prev::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 10px;
    background: url(../growses/img/arrow-wh.svg) no-repeat center center / 100%;
    transform: translate(-50%, -50%);
}
.voice-next {
    right: 10px;
}
.voice-next::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 10px;
    background: url(../growses/img/arrow-wh.svg) no-repeat center center / 100%;
    transform: translate(-50%, -50%);
}
.voice-nav[hidden], .voice-nav:disabled { opacity: .35; pointer-events: none; }

/* タブレット：2枚 */
@media (max-width: 1399px) {
  #voice .voice-archive-wrap { --per: 2; --gap: 20px; }
}
/* スマホ：1枚 */
@media (max-width: 1240px) {
  .voice-slider { padding: 0 48px; } /* ナビ分を少し小さめに */
  #voice .voice-archive-wrap { --per: 1; --gap: 16px; }
}


#plan {
    padding: 100px 0;
}

  /* ===== グリッド ===== */
  .plan-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    align-items: start;
    margin-top: 40px;
  }

  @media (max-width: 900px) {
    .plan-grid {
      grid-template-columns: 1fr;
      max-width: 480px;
      margin: 0 auto;
      margin-top: 30px;
    }
  }

  /* ===== カード ===== */
  .plan-card {
    height: 100%;
    background: var(--color-white);
    border: 1.5px solid var(--color-border);
    border-radius: var(--radius-card);
    padding: 32px 28px;
    box-shadow: var(--shadow-card);
    position: relative;
    transition: transform 0.22s ease, box-shadow 0.22s ease;
  }

  .plan-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.12);
  }

  .plan-card--featured {
    border-color: var(--color-primary);
    border-width: 2px;
    box-shadow: var(--shadow-featured);
    padding-top: 44px;
  }

  .plan-card--featured:hover {
    box-shadow: 0 12px 40px rgba(37, 99, 235, 0.22);
  }

  /* おすすめバッジ */
  .plan-badge {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--color-badge-bg);
    color: var(--color-badge-text);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    border-radius: 999px;
    padding: 5px 18px;
    white-space: nowrap;
  }

  /* プラン名 */
  .plan-card__name {
    font-size: clamp(20px, 2.5vw, 26px);
    font-weight: 700;
    text-align: center;
    color: var(--color-text);
    margin-bottom: 8px;
  }

  .plan-card--featured .plan-card__name {
    color: var(--color-primary);
  }

  /* タグライン */
  .plan-card__tagline {
    font-size: 13px;
    color: var(--color-text-sub);
    text-align: center;
    margin-bottom: 24px;
    line-height: 1.6;
    min-height: 2.6em;
  }

  /* 区切り */
  .plan-card__divider {
    border: none;
    border-top: 1px solid var(--color-border);
    margin-bottom: 20px;
  }

  /* 含まれる内容 */
  .plan-features__title {
    font-size: 12px;
    font-weight: 700;
    color: var(--color-text-sub);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 12px;
  }

  .plan-features__list {
    list-style: none;
    margin-bottom: 24px;
  }

  .plan-features__item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    line-height: 1.6;
    color: var(--color-text);
    padding: 5px 0;
  }

  .plan-features__item + .plan-features__item {
    border-top: 1px solid #F1F5F9;
  }

  .plan-features__icon {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    background: var(--color-primary-light);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
  }

  .plan-features__icon svg {
    width: 10px;
    height: 10px;
  }

  /* 制限事項 */
  .plan-limits__title {
    font-size: 12px;
    font-weight: 700;
    color: var(--color-text-sub);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 10px;
  }

  .plan-limits__list {
    list-style: none;
  }

  .plan-limits__item {
    font-size: 13px;
    color: #94A3B8;
    line-height: 1.7;
    padding-left: 12px;
    position: relative;
  }

  .plan-limits__item::before {
    content: '·';
    position: absolute;
    left: 2px;
    color: #CBD5E1;
  }
  /* 注釈 */
  .plan-section__note {
    text-align: center;
    margin-top: 32px;
    font-size: 12px;
    color: #94A3B8;
    line-height: 1.8;
  }