@media (min-width: 1280px){
    .flow-item-step{
        filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.15));
    }
    .container {
        max-width: 1280px;
        padding-inline: 80px;
    }
    .about-text{
        font-size: 1.5rem;
        padding-block: 56px;
    }
    .about-text span{
        font-size: 2.5rem;
    }
    #about:before{
        height: 881px;
        background-position: center;
    }
    .cta-text:before{
        left: 25%;
    }
    .cta-text:after{
        right: 25%;
    }
    .problem-item:nth-of-type(3),.problem-item:nth-of-type(4){
        margin-block: 96px;
    }
    .problem-item{
        font-size: 1.5rem;
        width: 320px;
    }
    .service-title{
    }
    .service-title:before{
        left: calc(50% - 360px);
    }
    .service-title:after{
        right: calc(50% - 360px);
    }
    .service-slider-content-2{
        display: none;
    }
    .service-slider-content-1{
        animation: none;
        width: 100%;
        position: static;
        padding: 0;
    }
    .service-slider{
        max-width: 1280px;
        margin-inline: auto;
        padding-inline: 80px;
        height: fit-content;
    }
    .service-slider-content img{
        width: calc((100% - 48px) / 3);
    }
    .service-check-item,.service-check-item span{
        font-size: 1.5rem;
    }
    .service-check{
        justify-content: space-evenly;
    }
    .service-check-item:before{
        width: 80px;
    }
    .service-check-item{
        padding-left: 96px;
    }
    .service-container-2{
        padding-top: 160px;
    }
    .service-miyarin-text:before{
        right: 140px;
        width: 6%;
    }
    .service-miyarin-text{
        padding-top: 80px;
        width: 60%;
    }
    .service-miyarin-img{
        width: 20%;
        margin-left: 0;
    }
    .service-miyarin{
        justify-content: center;
    }
    .flow-item-step{
        grid-row: 1/3;
        grid-column: 1/2;
        font-size: 1rem;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-content: center;
        border-right: 2px solid;
        width: 100%;
        margin: 0;
    }
    .flow-item-title{
        grid-row: 1/2;
        grid-column: 3/4;
    }
    .flow-item-img{
        grid-row: 1/3;
        grid-column: 2/3;
    }
    .flow-item-text{
        grid-row: 2/3;
        grid-column: 3/4;
        font-size: 1.25rem;
    }
    .flow-item .cta-wrap{
        grid-column: 1/4;
        padding-inline: 24px;
    }
    .flow-item{
        grid-template-columns: 200px 320px 1fr;
        padding-block: 48px;
    }
    .flow-item-step span{
        font-size: 3rem;
        width: 100%;
        margin: 0;
    }
    .flow-item-step:after{
        display: none;
    }
    .flow-item:nth-of-type(1){
        padding: 48px 24px;
    }
    .faq-item-q, .faq-item-a{
        padding-left: 104px;
    }
    #faq{
        padding-top: 200px;
    }
    #problem{
        padding-bottom: 200px;
    }
    .contact-title span{
        font-size: 4.5rem;
        margin-bottom: 40px;
    }
    .contact-container {
            padding-inline: 0;
        }
    #sticky-cta{
        display: none;
    }
    #sticky-cta-pc{
        display: block;
        width: 344px;
        position: fixed;
        bottom: 120px;
        right: 0;
        z-index: 9999999999;
    }
    #sticky-cta-pc .cta-btn-wrap{
        width: 100%;
    }
    #sticky-cta-pc .cta-btn{
        border-radius: 8px 0px 0px 8px;
        width: calc(100% + 16px);
        padding-right: 24px;
    }
    #sticky-cta-pc .cta-btn-wrap:nth-of-type(1){
        margin-bottom: 16px;
    }
    #sticky-cta-pc .cta-btn:hover{
        opacity: 1;
        transform: translateX(-16px);
    }
    .cta-closeopen{
        background: #b03a2e;
        width: 48px;
        aspect-ratio: 1;
        right: 0;
        position: absolute;
        top: calc(-48px - 16px);
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-content: center;
        border-radius: 8px 0 0 8px;
        cursor: pointer;
    }
    .cta-closeopen:before{
        content:"";
        mask-image: url(/img/akiya-kaitori/arrow.svg);
        background: #fff;
        width: 100%;
        height: 40%;
        display: block;
        mask-repeat: no-repeat;
        mask-position: center;
        transition: .4s;
    }
    .cta-closeopen:after{
        content:"とじる";
        color: #fff;
        font-size: .75rem;
        width: 100%;
        text-align: center;
        display: block;
        line-height: 1;
        margin-top: 4px;
    }
    .cta-wrap.cta-wrap-closed{
        transform: translateX(75%);
    }
    .cta-wrap{
        transition: .4s;
    }
    .cta-closeopen.cta-wrap-closed:before{
        transform: rotate(-180deg);
    }
    .cta-closeopen.cta-wrap-closed:after{
        content: "ひらく";
    }
    .scroll_saseru{
        top: 88vh;
    }
}