@charset "UTF-8";
:root {
    --main: #e7380d;
    --bgor: #FEF3E2;
    --txt: #151515;
    --br: #ccc;
}
#lp .pc , #lp .tab , #lp .sp {
    display: none;
}
@media (max-width: 999px) {
    #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: 1100px;
    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: 999px) {
    .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(--main);
}
.lp-ttl02-wrap p {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background: var(--main);
    margin-bottom: 8px;
    line-height: 1;
    display: inline-block;
    padding: 2px 30px;
}
.lp-ttl02-wrap h2 {
    font-size: 48px;
    font-weight: 600;
    color: var(--txt);
}
.lp-ttl02-wrap h2 span {
    color: var(--main);
}
.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(--main);
}
.lp-ttl03-wrap h2 {
    font-size: 48px;
    color: var(--main);
    line-height: 1;
}
@media screen and (max-width: 999px) {
    .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: 42px;
        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: 999px) {

}

.lp-cta {
    background: url(img/cta_back.jpg)no-repeat center center/cover;
    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: 999px) {
    .lp-cta {
        background: url(img/cta_back-sp.jpg)no-repeat center center/cover;
        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: 72px;
	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: 40px;
	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-main);
}
/* お問い合わせだけ */
.header-nav-list-item:last-child a {
	padding: 7px 20px;
	background: var(--color-main);
	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-main);
		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/ryoma/assets/img/common/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;
}


#fv {
    position: relative;
}
.fv-main-ttl {
    margin: 0 auto;
    max-width: 1440px;
}
.fv-under-txt-wrap {
    background: var(--main);
}
.fv-under-txt {
    max-width: 1440px;
    margin: 0 auto;
}
@media screen and (max-width: 1399px) {
    .fv-main-ttl-wrap {
        background: url(img/fv-back-sp.jpg) no-repeat center top / 100%;
        padding: 50px;
        padding-left: 5%;
        padding-right: 5%;
        height: auto;
    }
    .fv-under-txt-wrap {
        background: var(--main);
    }
    .fv-main-ttl {
        margin: 0 auto;
        max-width: 55vw;
        margin-left: 0;
        margin-right: auto;
    }
    .fv-under-txt-wrap {
        padding: 15px 0 5px;
        padding-left: 5%;
        padding-right: 5%;
        height: auto;
        background: var(--main);
        display: flex;
        align-items: center;
    }
    .fv-under-txt {
        margin: 0 auto;
        max-width: 55vw;
        margin-left: 0;
        margin-right: auto;
    }
}
@media screen and (max-width: 999px) {
    .fv-main-ttl-wrap {
        background: url(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: 15px 0 5px;
        padding-left: 5%;
        padding-right: 5%;
        height: auto;
        background: var(--main);
        display: flex;
        align-items: center;
    }
}

#form.fv-form {
    background: var(--color-bg-wh);
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: calc(50% + 300px);
    width: 28%;
    max-width: 470px;
    background: #fff;
    padding: 20px 30px 25px;
    border: 1px solid var(--color-main);
    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: -50px;
    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, .12));
}
.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 .form_document_input {
    display: block;
    margin-top: 15px;
    line-height: 1;
}
.form_document_name_ttl {
    margin-bottom: 5px;
    display: block;
    line-height: 1.3;
    font-size: 14px;
}
#lp .form_document_input .wpcf7-form-control {
    font-size: 14px;
    padding: 5px;
}
#lp .form_document_input .wpcf7-select {
    padding: 4px 3px;
}
#lp .form_policy_wrap {
    margin-top: 15px;
    font-size: 12px;
}
#lp .form_policy_wrap a {
    color: var(--color-main);
}
#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: 0 24px;
    position: absolute;
    bottom: -25px;
    right: 0;
}
#form-sp-wrap {
    background: var(--bgor);
    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(--main);
    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%);
}
@media screen and (max-width: 1399px) {
    #lp .form_document_input .wpcf7-form-control {
        font-size: 16px;
    }
    #form.fv-form {
        width: 30%;
        left: auto;
        right: 5%;
        top: 70px;
        padding: 15px 15px 25px;
        transform: translate(0, 0);
    }
}
@media screen and (max-width: 999px) {
    #form.fv-form {
        display: none;
    }
}



#voice {
    padding: 100px 0;
    background: var(--bgor);
}
.voice-inner {
    margin-top: 30px;
    text-align: center;
}
.voice-con {
    margin: 0 auto;
    background: #fff;
    border: solid 1px var(--main);
    padding: 30px 30px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    width: 100%;
    max-width: 910px;
    margin-top: 20px;
}
.voice-con:first-child {
    width: 100%;
    max-width: 985px;
    margin-top: 0;
}
.voice-txt-wrap {
    max-width: 548px;
}
.voice-con:first-child .voice-txt-wrap {
    max-width: 985px;
    margin-top: 0;
}
.voice-img {
    border: 1px solid var(--main);
    border-radius: 10px;
    background: #fff;
    filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, .12));
    transition: .5s;
}
.voice-img img {
    border-radius: 10px;
}
.voice-con:first-child .voice-img {
    padding: 30px 15px 20px;
    max-width: 316px;
}
.voice-img:hover {
    filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, .3));
}
.youtube-link {
    position: relative;
}
.youtube-link figure {
    width: 70%;
    margin: 0 auto;
}
.youtube-link .circle-arrow {
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.voice-archive-ttl {
    font-size: 36px;
    margin-top: 60px;
    text-align: center;
}
.voice-archive-wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    padding-bottom: 10px;
    align-items: flex-end;
}
#voice .c-3columnList__item {
    width: calc((100% - 5%) / 3);
    filter: drop-shadow(1px 1px 7px rgba(0, 0, 0, 0.08));
    background: none;
}
#voice .c-3columnList__card {
    border-radius: 10px;
    overflow: hidden;
    border: var(--main) solid 1px;
    background: #fff;
}
#voice .c-3columnList__imgWrap img {
    border-radius: 20px;
}
#voice .c-3columnList__txt {
    border-top: 1px solid #ccc;
    text-align: left;
}
#voice .c-3columnList__title {
    display: block;
}
@media screen and (max-width: 999px) {
    #voice {
        padding: 60px 0;
    }
    .voice-inner {
        margin-top: 20px;
    }
    .voice-con {
        margin-top: 10px;
        padding: 15px 5%;
        flex-direction: column;
        gap: 10px;
    }
    .voice-con:first-child {
        padding: 15px 5% 15px;
    }
    .voice-img {
        border-radius: 5px;
        filter: drop-shadow(5px 5px 2px rgba(0, 0, 0, .12));
    }
    .voice-con:first-child .voice-img {
        padding: 20px 35px 20px;
        filter: drop-shadow(5px 5px 2px rgba(0, 0, 0, .12));
    }
    .voice-img:hover {
        filter: drop-shadow(0 0 0 rgba(0, 0, 0, .3));
    }
    .voice-archive-ttl {
        font-size: 24px;
    }
    #voice .c-3columnList__txt {
        display: block!important;
        padding: 20px 5% 20px;
    }
    #voice .c-3columnList__title {
        display: block!important;
        font-size: 16px;
    }
}


#worries {
    background: #fff;
    padding: 100px 0 30px;
}
.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: 999px) {
    #worries {
        background: #fff;
        padding: 60px 0 30px;
    }
    .worries-inner {
        flex-direction: column;
        gap: 20px;
        margin-top: 20px;
    }
    .worries-under-wrap {
        margin-top: 40px;
    }
}


#about {
    background: var(--bgor);
    padding: 100px 0;
    text-align: center;
}
.about-txt , .region-txt , .comparison-txt {
    margin-top: 30px;
    font-size: 20px;
    font-weight: 600;
}
.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(--main);
    border-bottom: 1px solid var(--main);
    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(--main);
}
.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(--main);
}
@media screen and (max-width: 999px) {
    #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: 2;
    }
    .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: 999px) {
    #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: 999px) {
    #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(--br);
    border-top: 1px solid var(--br);
}
dt.faq-q {
    font-weight: 400;
}
.faq-q {
    background: #fff;
    padding: 40px 30px;
    padding-left: 60px;
    position: relative;
}
.faq-a {
    background: var(--bgor);
    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(--txt);
}
.faq-a::before {
    content: "A";
    color: var(--main);
}
.faq-q:after {
    content:"";
    display:block;
    width:8px;
    height:8px;
    border-top: var(--main) 3px solid;
    border-right: var(--main) 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: 999px) {
    #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: 999px) {
  .voice-slider { padding: 0 48px; } /* ナビ分を少し小さめに */
  #voice .voice-archive-wrap { --per: 1; --gap: 16px; }
}

