.p-repair {
    overflow-x: hidden;
}
.p-repair .kv {
    position: relative;
}
.p-repair .kv__img{
    position: relative;
}
.p-repair .kv__img::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
        background: linear-gradient(
        to right, 
        rgba(255, 255, 255, 0.902) 46.8%, 
        rgba(255, 255, 255, 0) 81.2%
    );
}
.p-repair .kv__img img {
    width: 100%;
    height: auto;
    aspect-ratio: 1440/561;
    object-fit: cover;
}
.p-repair .kv__wrap {
    position: absolute;
    top: 48%;
    transform: translateY(-50%);
    left: 80px;
}
.p-repair .kv__catchcopy p{
    font-size: 48px;
    font-weight: bold;
    line-height: 1.39;
    letter-spacing: 0.05em;
    color: #0A51A1;
}
.p-repair .kv__catchcopy p:last-child{
    margin-top: -10px;
}
.p-repair .kv__title{
    margin-top: -5px;
}
.p-repair .kv__lists {
    margin-top: 28px;
}
.p-repair .kv__list {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.05em;
    padding-left: 40px;
    position: relative;
}
.p-repair .kv__list::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    background: url(../../assets/img/repair/list_icon.svg) no-repeat center center / contain;
}
@media screen and (max-width: 767px) {
    .p-repair .kv__img::before{
            background: linear-gradient(
            to right, 
            rgba(255, 255, 255, 0.902) 66%, 
            rgba(255, 255, 255, 0) 91.2%
        );
    }    
    .p-repair .kv__img img{
        aspect-ratio: 375/600;
    }
    .p-repair .kv__wrap{
        left: 10px;
    }
    .p-repair .kv__catchcopy p{
        font-size: 22px;
    }
    .p-repair .kv__catchcopy p:last-child{
        margin-top: 0;
    }
    .p-repair .kv__title{
        margin-top: 0;
        max-width: 90%;
    }    
    .p-repair .kv__lists {
        margin-top: 20px;
        max-width: 90%;
    }
    .p-repair .kv__list {
        font-size: 16px;
        padding-left: 30px;
    }
    .p-repair .kv__list::before {
        width: 24px;
        height: 24px;
        top: 13px;
    }
}

.p-repair .repaire-cta {
    padding: 40px 0;
    background: url(../../assets/img/repair/cta_bg.png) no-repeat center center / cover;
    position: relative;
}
.p-repair .repaire-cta::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(32, 105, 186, 0.62);
}
.p-repair .container-md {
    position: relative;
    text-align: center;
}
.p-repair .repaire-cta__title {
    font-size: 41px;
    font-weight: bold;
    line-height: 1.39;
    letter-spacing: 0.12em;
    color: #fff;
}
.p-repair .repaire-cta__read {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.12em;
    color: #fff;
}
.p-repair .repaire-cta__wrap {
    margin-top: 53px;
    background: rgba(255, 255, 255, 0.78);
    display: inline-block;
    border-radius: 22px;
    padding: 15px 40px 25px;
}
.p-repair .repaire-cta__wrap-title {
    margin-top: -45px;
    position: relative;
}
.p-repair .repaire-cta__wrap-title::before{
    content: "";
    position: absolute;
    bottom: -9px; 
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 0 15px;
    border-color: #0A51A1 transparent transparent transparent;
}
.p-repair .repaire-cta__wrap-title p{
    font-size: 29px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.12em;
    color: #fff;
    background: #0A51A1;
    border-radius: 30px;
    padding: 7px 30px;
    display: inline-block;

}
.p-repair .repaire-cta__btns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 23px;
    margin-top: 15px;
}
.p-repair .repaire-cta__btns .c-btn {
    width: 100%;
    max-width: 460px;
}
@media screen and (max-width: 767px) {
    .p-repair .repaire-cta__title{
        font-size: 24px;
    }
    .p-repair .repaire-cta__read{
        margin-top: 10px;
        font-size: 16px;
    }
    .p-repair .repaire-cta__wrap{
        padding: 20px;
    }
    .p-repair .repaire-cta__wrap-title p{
        font-size: 18px;
        border-radius: 30px;
        padding: 7px 20px;    
    }
    
    .p-repair .repaire-cta__btns{
        grid-template-columns: 1fr;
        gap: 10px;
    }
    .p-repair .repaire-cta__btns .c-btn{
        max-width: 100%;
    }
}

.p-repair .repair-about {
    padding: 112px 0 132px;
}
.p-repair .repair-about__title {
    font-size: 61px;
    font-weight: bold;
    line-height: 1.31;
    letter-spacing: 0.05em;
    color: #0A51A1;
}
.p-repair .repair-about__title span {
    position: relative;
}
.p-repair .repair-about__title span::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -15px;
    width: 96%;
    height: 30px;
    background: #FFD1AE;
    z-index: -1;
}
.p-repair .repair-about__read {
    margin-top: 25px;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: 0.05em;
}
.p-repair .repair-about__read span {
    color: #EC6400;
}
.p-repair .repair-about__items {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 33px 40px;
    margin-top: 38px;
    max-width: 1024px;
    margin-inline: auto;
}
.p-repair .repair-about__item {
    max-width: 314px;
}
.p-repair .repair-about__item-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 314/228;
    border-radius: 18px;
}
.p-repair .repair-about__item-body {
    margin-top: 11px;
    text-align: center;
}
.p-repair .repair-about__item-title {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0.05em;
    padding-bottom: 20px;
    position: relative;
    white-space: nowrap;
}
.p-repair .repair-about__item-title::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-image: linear-gradient(to right, #222 3px, transparent 3px);
    background-size: 13px 100%; 
    background-repeat: repeat-x;
    z-index: 1;
    pointer-events: none;
}
.p-repair .repair-about__item-text {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.875;
}
@media screen and (max-width: 767px) {
    .p-repair .repair-about{
        padding: 80px 0 80px;
    }
    .p-repair .repair-about__title{
        font-size: 34px;
    }
    .p-repair .repair-about__read{
        font-size: 16px;
    }
    .p-repair .repair-about__items{
        gap: 30px;
    }
    .p-repair .repair-about__item{
        max-width: 100%;
    }
    .p-repair .repair-about__item-img img{
        aspect-ratio: 320/200;
    }
    .p-repair .repair-about__item-body{
        margin-top: 10px;
    }
    .p-repair .repair-about__item-title{
        font-size: 22px;
        padding-bottom: 10px;
    }
    .p-repair .repair-about__item-title::before{
        height: 2px;
    }
    .p-repair .repair-about__item-text {
        margin-top: 10px;
    }
}

.p-repair .repair-point{
    padding: 120px 0 117px;
    position: relative;
}
.p-repair .repair-point__en {
    font-size: 141px;
    font-family: var(--ff-montserrat);
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.12em;
    color: #C5D9EF;
    opacity: 0.16;
    position: absolute;
    top: 43px;
    left: -20px;
    writing-mode: vertical-lr;
}
.p-repair .section-mt-title span{
    margin-top: 10px;
}
.p-repair .section-mt-title::after{
    margin-top: 30px;
}
.p-repair .repair-point__subtitle {
    margin-top: 34px;
    font-weight: 500;
}
.p-repair .repair-point__subtitle span{
    color: #EC6400;
}
.p-repair .repair-point__text {
    margin-top: 18px;
}
.p-repair .repair-point__text p{
    line-height: 2;
    font-weight: 500;
}
.repair-point__img{
    margin-top: 80px;
}
.repair-point__img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 1024/1096;
}
.p-repair .repair-point__items {
    margin-top: 163px;
}
.p-repair .repair-point__item {
    background: #E8F3FF;
    border-radius: 30px;
    padding: 47px 40px 41px;
}
.p-repair .repair-point__item:nth-child(n+2){
    margin-top: 120px;
}
.p-repair .repair-point__item-num {
    margin-top: -100px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.875;
    text-align: center;
}
.p-repair .repair-point__item-num-txt {
    font-size: 36px;
    font-family: var(--ff-oooh-baby);
    font-weight: 400;
    line-height: 1;
    color: #C5D9EF;
    display: block;
    margin-right: 10px;
    position: relative;
}
.p-repair .repair-point__item-num-num {
    margin-top: -15px;
    background: #0A51A1;
    color: #fff;
    font-size: 39px;
    font-family: montserrat;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.12em;
    border-radius: 50%;
    width: 62px;
    height: 62px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding-left: 4px;
}
.p-repair .repair-point__item-title {
    margin-top: 22px;
    font-size: 34px;
    font-weight: bold;
    line-height: 1.05;
    letter-spacing: 0.05em;
}
.p-repair .repair-point__item-title span{
    color: #EC6400;
}
.p-repair .repair-point__item-text {
    margin-top: 25px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.75;
}
.p-repair .repair-point__item-text2 {
    margin-top: 25px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
}
.p-repair .repair-point__item-wrap {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    gap: 34px;
    background: #fff;
    border-radius: 36px;
    padding: 30px;
}
.p-repair .repair-point__item-wrap-title {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.5;
    position: relative;
    white-space: nowrap;
    text-align: left;
    padding-left: 40px;
    position: relative;
}
.p-repair .repair-point__item-wrap-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 52%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    background: url(../../assets/img/repair/list_icon.svg) no-repeat center center / contain;
}
.p-repair .repair-point__item-wrap-list {
    margin-top: 14px;
    list-style: disc;
    padding-left: 20px;
}
.p-repair .repair-point__item-wrap-list-item {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 8px;
    text-align: left;
}
.p-repair .repair-point__item-wrap-list-item::marker {
    color: #0A51A1;
}
.p-repair .repair-point__item-wrap-img {
    flex: 1;
    max-width: 384px;
    flex-shrink: 0;
}
.p-repair .repair-point__item-wrap-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 384/242;
    border-radius: 18px;
}
.p-repair .repair-point__item-bottom-text {
    margin-top: 27px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.666;
    letter-spacing: 0.05em;
}
.p-repair .repair-point__item-bottom-text span{
    color: #EC6400;
}

.p-repair .repair-point__item-cards {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 25px;
    margin-top: 30px;
}
.p-repair .repair-point__item-card-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 300/228;
    border-radius: 18px;
}
.p-repair .repair-point__item-card-body {
    margin-top: 13px;
}
.p-repair .repair-point__item-card-title {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0.05em;
    padding-bottom: 18px;
    position: relative;
    white-space: nowrap;
}
.p-repair .repair-point__item-card-title::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-image: linear-gradient(to right, #222 3px, transparent 3px);
    background-size: 13px 100%; 
    background-repeat: repeat-x;
    z-index: 1;
    pointer-events: none;
}
.p-repair .repair-point__item-card-text {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.875;
    text-align: left;
}
.p-repair .repair-point__items2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 62px;
    margin-top: 115px;
}
.p-repair .repair-point__items2 .repair-point__item:nth-child(n+2){
    margin-top: 0;
}
.p-repair .repair-point__items2 .repair-point__item-img {
    margin-top: 30px;
    max-width: 365px;
    margin-inline: auto;
}
.p-repair .repair-point__items2 .repair-point__item-img img{
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 365/353;
}
.p-repair .repair-point__items2 .repair-point__item-img2 {
    margin-top: 15px;
    max-width: 400px;
    margin-inline: auto;
}
.p-repair .repair-point__items2 .repair-point__item-img2 img{
    aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
    .p-repair .repair-point{
        padding: 80px 0;
    }
    .p-repair .repair-point__subtitle{
        text-align: left;
    }
    .p-repair .repair-point__text{
        text-align: left;
    }
    .p-repair .repair-point__items{
        margin-top: 80px;
    }
    .p-repair .repair-point__items2{
        margin-top: 60px;
    }
    .p-repair .repair-point__item{
        padding: 20px;
    }
    .p-repair .repair-point__item:nth-child(n+2){
        margin-top: 60px;
    }
    .p-repair .repair-point__item-num {
        margin-top: -60px;
        font-size: 14px;
    }
    .p-repair .repair-point__item-num-txt {
        font-size: 32px;
    }
    .p-repair .repair-point__item-num-num {
        font-size: 35px;
        width: 48px;
        height: 48px;
    }
    .p-repair .repair-point__item-title {
        font-size: 22px;
        line-height: 1.3;
    }
    .p-repair .repair-point__item-text {
        font-size: 16px;
    }
    .p-repair .repair-point__item-bottom-text {
        font-size: 20px;
    }
    .p-repair .repair-point__item-bottom-text span {
        font-size: 18px;
    }
    .p-repair .repair-point__item-wrap {
        flex-direction: column;
        gap: 20px;
        padding: 30px 20px;
    }
    .p-repair .repair-point__item-wrap-title{
        font-size: 18px;
        padding-left: 35px;
        white-space: normal;
    }
    .p-repair .repair-point__item-wrap-title::before{
        width: 30px;
        height: 30px;
    }
    .p-repair .repair-point__item-wrap-img {
        max-width: 100%;
    }
    .p-repair .repair-point__item-cards {
        grid-template-columns: 1fr;
    }
    .p-repair .repair-point__items2 {
        grid-template-columns: 1fr;
        gap: 60px;
    }
}

.p-repair .repair-reason {
    padding: 0 0 118px;
    position: relative;
}
.p-repair .repair-reason::before{
    content: "";
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    height: 100%;
    background: #E8F3FF;
    border-radius: 0 100px 0 0;
}
.p-repair .repair-reason__en {
    font-size: 141px;
    font-family: var(--ff-montserrat);
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.12em;
    color: #fff;
    position: absolute;
    top: 100px;
    right: -20px;
    writing-mode: vertical-lr;
}
.p-repair .section-mt-title span span{
    color: #EC6400;
}
.p-repair .repair-reason__items {
    display: grid;
    gap: 60px;
    margin-top: 58px;
}
.p-repair .repair-reason__item {
    display: flex;
    justify-content: space-between;
    gap: 37px;
}
.p-repair .repair-reason__item:nth-child(even){
    flex-direction: row-reverse;
}
.p-repair .repair-reason__item:first-child .repair-reason__item-body-head{
    padding-bottom: 15px;
}
.p-repair .repair-reason__item:nth-child(2) .repair-reason__item-body{
    margin-top: 24px;
}
.p-repair .repair-reason__item:nth-child(3) .repair-reason__item-body{
    margin-top: 28px;
}
.p-repair .repair-reason__item:nth-child(4) .repair-reason__item-body{
    margin-top: 20px;
}
.p-repair .repair-reason__item:nth-child(5) .repair-reason__item-body{
    margin-top: 18px;
}
.p-repair .repair-reason__item:nth-child(3) .repair-reason__item-body-head{
    padding-bottom: 27px;
}
.p-repair .repair-reason__item-img {
    max-width: 490px;
}
.p-repair .repair-reason__item-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 490/357;
    border-radius: 18px;
}
.p-repair .repair-reason__item-body {
    margin-top: 23px;
    text-align: left;
}
.p-repair .repair-reason__item-body-head{
    display: flex;
    position: relative;
    padding-bottom: 31px;
}
.p-repair .repair-reason__item-body-head::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-image: linear-gradient(to right, #222 3px, transparent 3px);
    background-size: 13px 100%; 
    background-repeat: repeat-x;
    z-index: 1;
    pointer-events: none;
}
.p-repair .repair-reason__item-body-en {
    font-size: 36px;
    font-family: var(--ff-oooh-baby);
    font-weight: 400;
    line-height: 1;
    color: #C5D9EF;
    display: block;
    content: "";
    position: absolute;
    top: -26px;
    left: -15px;
    z-index: 1;
}
.p-repair .repair-reason__item-title-num{
    background: #0A51A1;
    color: #fff;
    font-size: 39px;
    font-family: var(--ff-montserrat);
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.12em;
    border-radius: 50%;
    width: 62px;
    height: 62px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 16px;
    position: relative;
    padding-left: 4px;
}
.p-repair .repair-reason__item-title {
    margin-top: 10px;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0.05em;
    text-align: left;
}
.p-repair .repair-reason__item-text {
    margin-top: 17px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.875;
    text-align: left;
}
@media screen and (max-width: 767px) {
    .p-repair .repair-reason{
        padding: 0 0 80px;
    }
    .p-repair .repair-reason__item-title{
        margin-top: 15px;
        font-size: 22px;
    }
    .p-repair .repair-reason__item-text{
        font-size: 16px;
    }
    .p-repair .repair-reason__items{
        gap: 30px;
    }
    .p-repair .repair-reason__item {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 20px;
    }
    .p-repair .repair-reason__item:nth-child(even){
        flex-direction: column;
    }
    .p-repair .repair-reason__item-img {
        max-width: 100%;
    }
    .p-repair .repair-reason__item-body{
        margin-top: 0;
    }
    .p-repair .repair-reason__item:nth-child(2) .repair-reason__item-body{
        margin-top: 0;
    }
    .p-repair .repair-reason__item:nth-child(3) .repair-reason__item-body{
        margin-top: 0;
    }
    .p-repair .repair-reason__item:nth-child(4) .repair-reason__item-body{
        margin-top: 0;
    }
    .p-repair .repair-reason__item:nth-child(5) .repair-reason__item-body{
        margin-top: 0;
    }
}

.p-repair .repair-works {
    padding: 120px 0 115px;
    position: relative;
}
.p-repair .repair-works__en {
    font-size: 141px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.2em;
    color: #C5D9EF;
    opacity: 0.16;
    position: absolute;
    top: 55px;
    left: -20px;
    writing-mode: vertical-lr;
}
.p-repair .repair-works__items{
    margin-top: 60px;
}
.p-repair .repair-works__item{
    display: flex;
    gap: 35px;
}
.p-repair .repair-works__item:nth-child(n+2){
    margin-top: 45px;
}
.p-repair .repair-works__item-img{
    max-width: 512px;
    flex-shrink: 0;
}
.p-repair .repair-works__item-img img{
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 512/387;
    border-radius: 18px;
}
.p-repair .repair-works__item-body{
    text-align: left;
}
.p-repair .repair-works__item-title{
    padding: 6px 0 6px 24px;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.05em;
    position: relative;
}
.p-repair .repair-works__item-title::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background: #0A51A1;
    border-radius: 10px;
}
.p-repair .repair-works__item-title span{
    margin-top: 5px;
    display: block;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.19;
    letter-spacing: 0.1em;
}
.p-repair .repair-works__item-body-wrap{
    margin-top: 23px;
    background: #E8F3FF;
    border-radius: 10px;
    padding: 22px 20px;
}
.p-repair .repair-works__item-body-wrap-list{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.p-repair .repair-works__item-body-wrap-list-item{
    font-size: 16px;
    font-weight: 500;
    line-height: 1.375;
    list-style: disc;
    margin-left: 14px;
}
.p-repair .repair-works__item-body-wrap-list-item::marker {
    color: #0A51A1;
}
.p-repair .repair-works__item-text{
    margin-top: 19px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.875;
}
.p-repair .repair-works__btn{
    margin-top: 65px;
    text-align: center;
}
.p-repair .repair-works__btn-link{
    display: inline-block;
}
.p-repair .repair-works__btn-link img{
    max-width: 336px;
}
@media screen and (max-width: 767px) {
    .p-repair .repair-works{
        padding: 80px 0;
    }
    .p-repair .repair-works__items{
        margin-top: 40px;
    }
    .p-repair .repair-works__item{
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .p-repair .repair-works__item-img{
        max-width: 100%;
    }
    .p-repair .repair-works__item-img img{
        aspect-ratio: 320/200;
    }
    .p-repair .repair-works__item-body{
        text-align: left;
    }
    .p-repair .repair-works__item-title{
        font-size: 22px;
    }
    .p-repair .repair-works__item-title span{
        font-size: 18px;
    }
    .p-repair .repair-works__item-body-wrap{
        padding: 20px;
    }
    .p-repair .repair-works__item-body-wrap-list{
        gap: 6px;
    }
    .p-repair .repair-works__item-body-wrap-list-item{
        font-size: 14px;
    }
    .p-repair .repair-works__item-text{
        font-size: 14px;
    }
    .p-repair .repair-works__item:nth-child(n+2){
        margin-top: 30px;
    }
    .p-repair .repair-works__btn{
        margin-top: 50px;
    }
    .p-repair .repair-works__btn-link img{
        max-width: 100%;
    }
}

.p-repair #section-voice-repair.top-voice {
    background: none;
    padding-bottom: 120px;
    position: relative;
    overflow: hidden;
    padding-top: 116px;
}
.p-repair #section-voice-repair.top-voice::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #E8F3FF;
    border-radius: 0 100px 0 0;
}
.p-repair #section-voice-repair.top-voice .section-works-inner {
    position: relative;
    z-index: 2;
}
.p-repair #section-voice-repair.top-voice .section-mt-title::after {
    margin-top: 30px;
}
.p-repair #section-voice-repair.top-voice .section-mt-title--en {
    margin-top: -30px;
    margin-left: -30px;
    font-family: var(--ff-oooh-baby);
    font-size: 75px;
    line-height: 1.2;
    letter-spacing: 0;
    color: #C5D9EF;
}
.p-repair #section-voice-repair.top-voice .section-mt-title--ja {
    margin-top: -53px;
}
.p-repair #section-voice-repair.top-voice .section-works-en {
    opacity: 1;
    position: absolute;
    left: unset;
    right: 22px;
    top: -25px;
    letter-spacing: 0.12em;
    color: #fff;
    font-size: 141px;
    line-height: 1;
    writing-mode: inherit;
}
.p-repair .top-voice__text {
    margin-top: 20px;
    text-align: center;
}
.p-repair .top-voice__text p {
    line-height: 2;
}
.p-repair #section-voice-repair.top-voice .section-works-inner::after {
    content: "";
    position: absolute;
    width: 383px;
    height: 14px;
    background: url("../images/top/fukidashi.svg") no-repeat center center / contain;
    left: 50%;
    bottom: unset;
    top: 0;
    transform: translateX(-50%);
}
.p-repair .top-voice .splide__track {
    overflow: visible;
}
.p-repair #section-voice-repair .js-voice-slider {
    width: 100vw;
    max-width: none;
    margin-top: 24px;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    box-sizing: border-box;
}
.p-repair #section-voice-repair .js-voice-slider .splide__slide {
    min-width: 0;
    box-sizing: border-box;
    max-width: 389px;
    min-width: 389px;
}
.p-repair .js-voice-slider .voice-list-item {
    width: 100%;
    height: fit-content;
    max-width: 100%;
    border-radius: 18px;
    background: #fff;
    box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.16);
    padding: 30px 20px 34px;
    position: relative;
}
.p-repair .js-voice-slider .voice-list-item::before {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 70px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 45px 20px 0 20px;
    border-color: #fff transparent transparent transparent;
    z-index: 1;
}
.p-repair .js-voice-slider .voice-list-item::after {
    content: "";
    position: absolute;
    bottom: -36px;
    left: 76px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 36px 19px 0 19px;
    border-color: rgba(0, 0, 0, 0.16) transparent transparent transparent;
    z-index: 0;
}
.p-repair .js-voice-slider .voice-list-item-inner {
    text-decoration: none;
}
.p-repair .js-voice-slider .voice-list-item-thumb{
    max-width: 200px;
    margin-inline: auto;
}
.p-repair .js-voice-slider .voice-list-item-thumb img {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: cover;
}
.p-repair .js-voice-slider .voice-list-item-excerpt {
    padding-top: 20px;
    padding-bottom: 23px;
    position: relative;
    color: inherit;
    text-align: center;
}
.p-repair .js-voice-slider p.voice-list-item-text {
    margin: 0;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.3;
    text-decoration: none;
}
.p-repair .js-voice-slider .voice-list-item-excerpt::after {
    display: block;
    content: "";
    margin-top: 20px;
    width: 100%;
    height: 4px;
    background-image: linear-gradient(to right, currentColor 3px, transparent 3px);
    background-repeat: repeat-x;
    background-size: 8px 4px;
}
.p-repair .js-voice-slider .voice-list-item-title {
    position: relative;
    text-align: center;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.19;
    letter-spacing: 0.1em;
}
.p-repair .js-voice-slider .voice-list-item-link {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}
.p-repair #section-voice-repair .splide__track {
    padding-block: 20px 10px;
}
.p-repair #section-voice-repair .splide-controls {
    display: flex;
    gap: 22px;
    justify-content: center;
    align-items: center;
    margin-top: 70px;
}
.p-repair #section-voice-repair .splide-controls .splide__arrows {
    display: contents;
}
.p-repair #section-voice-repair .splide-controls .splide__arrow {
    display: block;
    position: static;
    transform: none;
    margin: 0;
    width: 30px;
    height: 30px;
    background: url(../../assets/img/ecocute/icon_slider_arrow.png) no-repeat center center / contain;
    border: none;
    cursor: pointer;
}
.p-repair #section-voice-repair .splide-controls .splide__arrow svg {
    display: none;
}
.p-repair #section-voice-repair .splide-controls .splide__arrow--prev {
    rotate: 180deg;
    order: 1;
}
.p-repair #section-voice-repair .splide-controls .splide__arrow--next {
    order: 3;
}
.p-repair #section-voice-repair .splide__pagination {
    display: flex;
    gap: 39px;
    justify-content: center;
    align-items: center;
    order: 2;
    position: static;
    width: auto;
    line-height: 1;
}
.p-repair #section-voice-repair .splide__pagination li {
    font-size: 0;
}
.p-repair #section-voice-repair .splide__pagination .splide__pagination__page {
    opacity: 1;
    margin: 0;
    width: 10px;
    height: 10px;
    background: var(--color-gray-500);
}
.p-repair #section-voice-repair .splide__pagination .splide__pagination__page.is-active {
    transform: scale(1);
    background: var(--color-blue-600);
}
@media screen and (max-width: 767px) {
    .p-repair #section-voice-repair .splide__pagination {
        gap: 10px;
    }
    .p-repair #section-voice-repair.top-voice {
        padding-bottom: 80px;
    }
    .p-repair #section-voice-repair.top-voice .section-mt-title--en {
        font-size: 40px;
    }
    .p-repair #section-voice-repair.top-voice .section-mt-title--ja {
        margin-top: -10px;
        font-size: 34px;
    }
    .p-repair #section-voice-repair.top-voice .section-works-en {
        right: -170px;
    }
    .p-repair .top-voice__subtitle {
        text-align: left;
    }
    .p-repair .top-voice__text {
        text-align: left;
    }
    .p-repair .top-voice__subtitle::before {
        top: -90px;
        left: -70px;
        width: 146px;
        height: 106px;
    }
    .p-repair #section-voice-repair .js-voice-slider .splide__slide {
        margin-top: 20px;
        height: auto;
        min-width: 0;
        max-width: 320px;
    }
    .p-repair .js-voice-slider .voice-list-item {
        padding: 20px 20px 20px;
    }
    .p-repair .js-voice-slider p.voice-list-item-text {
        font-size: 20px;
    }
    .p-repair .js-voice-slider .voice-list-item-title {
        font-size: 18px;
    }
}

.p-repair .repair-flow#section-flow{
    padding: 120px 0 128px;
    position: relative;
}
.p-repair .section-flow-en{
    right: -20px;
    top: 0;
}
.p-repair .section-flow-head{
    margin-bottom: 80px;
}
.p-repair .section-flow-head::before{
    display: none;
}
.p-repair .section-flow-list::after{
    bottom: -40px;
    width: 123px;
    height: 100px;
    background: url(../../assets/img/repair/flow_deco.png) no-repeat right bottom / contain;
}
.p-repair .section-flow-list-item-content{
    padding-bottom: 79px;
}
.p-repair .section-flow-list-item-step-num{
    padding-right: 25px;
}
.p-repair .section-flow-list-item-title{
    text-align: left;
}
.p-repair .section-flow-list-item-text{
    margin-top: 25px;
    text-align: left;
}
.p-repair .section-flow-list-item-text p{
    line-height: 2;
}
.p-repair .section-flow-list-item-btns{
    text-align: left;
}
.p-repair .section-flow-list-item-btn{
    margin-top: 17px;
    max-width: 358px;
}
@media screen and (max-width: 767px) {
    .p-repair .repair-flow#section-flow{
        padding: 80px 0;
    }
    .p-repair .section-flow-head{
        margin-bottom: 40px;
    }
    .p-repair .section-flow-list-item-content{
        padding-bottom: 30px;
    }
    .p-repair .section-flow-list-item-step-num{
        padding-right: 0;
    }
    
    .p-repair .section-flow-list::after{
        bottom: -20px;
        width: 103px;
        height: 100px;
    }
}

.p-repair .repair-faq{
    padding: 120px 0;
    position: relative;
}
.p-repair .section-faq-inner{
    margin-top: -120px;
}
.p-repair .faq-list{
    margin-top: 40px;
}
.p-repair .faq-list-item-head{
    font-size: 18px;
    font-weight: 700;
    line-height: 1.66;
    letter-spacing: 0.05em;
}
.p-repair .faq-list-item-body{
    padding: 15px 20px;
}
.p-repair .faq-list-item-head-inner{
    text-align: left;
}
.p-repair .faq-list-item-body-content{
    text-align: left;
}
.p-repair .faq-list-item-body-content p{
    line-height: 1.5;
    font-weight: 500;
}

.p-repair .faq-list-item-head .faq-list-item-chevron{
    width: 18px;
    height: 18px;
}

.p-repair .faq-list-btn{
    margin-top: 68px;
    text-align: center;
}
.p-repair .faq-list-btn .c-btn{
    display: inline-block;
    max-width: 336px;
    margin-inline: auto;
}
@media screen and (max-width: 767px) {
    .p-repair .faq-list-item-head{
        font-size: 16px;
    }
    .p-repair .faq-list-item-body{
        padding: 10px 16px;
    }
    
}  