header {
    background: none;
    padding-top: 0;
}

#Nav,.pcNav {
    display: none;
}

#logo-header img, #main-visual img, #main-content img {
    display: block;
}

#main-content {
    background: #fdf9f0;
}

.container {
    padding-inline: 24px; max-width: 390px;
    margin-inline: auto; }

main *, header * {
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: 1.7;
    font-feature-settings: "palt";
    font-size: 1rem;
    color: #333333;
    letter-spacing: normal;
}

.mv-text2,.mv-text2 span,.about-text span,.about-appeal-text2,.cta-text span,.title-basic span,.problem-after span,.service-text-2-r span,.cta-text2,.contact-title span {
    font-family: kaisei-opti, sans-serif;
    font-weight: 700;
    font-style: normal;
}

#logo-header {
    background: #fdf9f0;
}

#logo-header picture {
    width: 41.025641025vw;
    padding-block: 12px; display: block;
    margin-inline: auto; }

.imgwrap {
    top: 0;
    position: absolute;
    width: 150%;
    height: 100%;
}

.imgwrap img {
    position: absolute;
    height: 100%;
    object-fit: cover;
}

.mv-textwrap {
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
}

#main-visual {
    aspect-ratio: 1;
    overflow: hidden;
}

.mv-textinner {
    margin-top: 50%;
    transform: translateY(-50%);
    background: hsl(156deg 42% 32% / 90%);
    color: #fff;
    padding-block: 16px; overflow: hidden;
}

.mv-textinner * {
    font-feature-settings: initial;
    letter-spacing: 0.2em;
    width: fit-content;
    margin-inline: auto; transform: translateX(0.2em);
    color: #fff;
}

.mv-text2 {
    font-size: 2rem;
    line-height: 1.1;
    text-align: left;
    margin-top: 8px;
}

.mv-text2:before {
    content: "";
    background: url(/img/akiya-kaitori/miyarin-1.svg);
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 56px;
    aspect-ratio: 1;
    position: absolute;
    right: -8px;
    top: -16px;
}

.mv-textinner:after {
    content: "";
    background: url(/img/akiya-kaitori/matinami.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 110%;
    display: block;
    aspect-ratio: 300/23;
    transform: translateX(-5%);
}

.mv-text2 span {
    font-size: 1.5rem;
    margin-left: .2em;
}

.about-text {
    text-align: center;
    /* font-weight: 500; */
    padding-block: 40px; filter: drop-shadow(0px 0px 1px rgb(255 255 255));
}

.about-text span {
    font-size: 1.5rem;
    color: #b03a2e;
    margin-right: .2em;
}

.about-appeal {
    background: #fff;
    display: grid;
    text-align: center;
    grid-template-columns: 40% auto;
    padding: 24px;
    border-radius: 8px;
    margin-top: 40px;
    margin-bottom: 64px;
}

.about-appeal-img {
    grid-row: 1/3;
    border-radius: 50%;
    overflow: hidden;
    margin-left: 16px;
}

.about-appeal-text1 {
    grid-row: 1/2;
    align-content: end;
}

.about-appeal-text2 {
    grid-row: 2/3;
    font-size: 1.5rem;
    color: #b03a2e;
}

#about {
    position: relative;
    z-index: 0;
    padding-bottom: 80px;
}

#about:before {
    content: "";
    background: url(/img/akiya-kaitori/takayajinja.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    width: 100%;
    height: 379.09px;
    display: block;
    position: absolute;
    z-index: -1;
}

#about:after {
    content: "";
    width: 100%;
    display: block;
    height: 379.09px;
    position: absolute;
    background: #fff;
    opacity: 0.8;
    top: 0;
    z-index: -1;
}

.cta-text {
    font-size: 1.5rem;
    text-align: center;
}

.cta-text span {
    font-size: 2rem;
    color: #b03a2e;
    margin-right: 0.1em;
    position: relative;
    font-feature-settings: initial;
    letter-spacing: 0.1em;
}

.cta-text span:before {
    content: "・・・・・";
    position: absolute;
    top: -1em;
}

.cta-wrap {
    container-type: inline-size;
}

.cta-btn {
    background: #b03a2e;
    display: grid;
    border-radius: 2.339181286cqw;
    padding: 2.339181286cqw;
    padding-top: calc(2.339181286cqw * 2);
    grid-template-columns: 24% auto;
    grid-template-rows: 4cqw 16.535088cqw;
    text-align: center;
    align-items: center;
    justify-items: center;
}

.cta-icon {
    grid-column: 1/2;
    grid-row: 1/3;
    aspect-ratio: 1;
    width: 100%;
    padding-inline: 2.339181286cqw; height: 100%;
    position: relative;
}

.cta-icon:before {
    content: "";
    background: #fff;
    display: block;
    width: 100%;
    aspect-ratio: 1;
    border-radius: 50%;
}

.cta-tel .cta-icon:after {
    mask-image: url(/img/akiya-kaitori/tel.svg);
}

.cta-form .cta-icon:after {
    mask-image: url(/img/akiya-kaitori/mail.svg);
    mask-size: 60%;
}

.cta-icon:after {
    content: "";
    mask-repeat: no-repeat;
    mask-size: 50%;
    mask-position: center;
    display: block;
    width: calc(100% - (2.339181286cqw * 2));
    aspect-ratio: 1;
    background: #b03a2e;
    position: absolute;
    top: 0;
}

.cta-subtext {
    grid-column: 2/3;
    grid-row: 1/2;
    font-weight: 500;
    color: #fff;
    line-height: 1em;
    display: flex;
    height: 100%;
    font-size: 3.7cqw;
}

.cta-maintext {
    grid-column: 2/3;
    grid-row: 2/3;
    color: #f6c552;
}

.cta-form .cta-maintext {
    font-size: 6.8cqw;
}

.cta-info {
    grid-column: 1/3;
    grid-row: 3/4;
    color: #b03a2e;
    background: #fff;
    border-radius: 2.339181286cqw;
    font-size: 3.508771929cqw;
    letter-spacing: 0.2em;
    padding-left: 0.2em;
    height: 7.017543859cqw;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.cta-tel {
    margin-block: 24px; }

.cta-tel .cta-maintext {
    font-size: 11.1111111111cqw;
    font-family: futura-pt, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: right;
    line-height: 1em;
}

.cta-tel .cta-subtext {
}

.title-basic {
    text-align: center;
}

.title-basic span {
    font-size: 2rem;
}

.problem-title span {
    letter-spacing: -0.1em;
    color: #b03a2e;
}

#problem {
    background: #e6e6e6;
    padding-top: 80px;
    padding-bottom: 80px;
}

.problem-title {
    margin-bottom: 80px;
}

.problem-item {
    text-align: center;
    position: relative;
    z-index: 0;
    width: 62%;
    padding-block: 24px; margin-block: 8px; }

.problem-item:before {
    display: block;
    content: "";
    background: url(/img/akiya-kaitori/hukidashi.svg);
    background-repeat: no-repeat;
    aspect-ratio: 91/150;
    width: 20%;
    position: absolute;
    z-index: -9;
}

.problem-item:after {
    content: "";
    background: url(/img/akiya-kaitori/cloud.svg);
    background-repeat: no-repeat;
    display: block;
    width: 100%;
    aspect-ratio: 25/12;
    position: absolute;
    top: 0;
    z-index: -1;
}

.problem-img-w:before {
    content: "";
    background: url(/img/akiya-kaitori/problem-img-w.svg);
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 33%;
    aspect-ratio: 3/5;
}

.problem-img-m:before {
    content: "";
    background: url(/img/akiya-kaitori/problem-img-m.svg);
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 41%;
    aspect-ratio: 107/150;
}

.problem-item:nth-of-type(1):before {
    bottom: -22%;
    left: 14%;
}

.problem-item:nth-of-type(2):before {
    bottom: -8%;
    left: -2%;
    transform: rotate(55deg);
}

.problem-item:nth-of-type(3):before {
    bottom: 32%;
    left: 0%;
    transform: scale(-1, 1) rotate(-125deg);
}

.problem-item:nth-of-type(4):before {
    bottom: -23%;
    left: 64%;
}

.problem-item:nth-of-type(5):before {
    left: 82%;
    bottom: -10%;
    transform: scale(-1, 1) rotate(60deg);
}

.problem-item:nth-of-type(6):before {
    left: 82%;
    bottom: 27%;
    transform: scale(-1, 1) rotate(120deg);
}

.problem-item:nth-of-type(1):after {
    transform: rotate(2deg);
}

.problem-item:nth-of-type(2):after {
    transform: rotate(3deg);
}

.problem-item:nth-of-type(3):after {
    transform: rotate(-3deg);
}

.problem-item:nth-of-type(4):after {
    transform: rotate(2deg);
}

.problem-item:nth-of-type(5):after {
    transform: rotate(-2deg);
}

.problem-item:nth-of-type(6):after {
    transform: rotate(-1deg);
}

.problem-visual {
    display: grid;
}

.problem-item:nth-of-type(1) {
    grid-row: 1/2;
    grid-column: 1/2;
    left: 5%;
}

.problem-item:nth-of-type(2) {
    grid-row: 2/3;
    grid-column: 1/2;
    left: 34%;
}

.problem-item:nth-of-type(3) {
    grid-row: 3/4;
    grid-column: 1/2;
    margin-left: auto;
}

.problem-item:nth-of-type(4) {
    grid-row: 4/5;
    grid-column: 1/2;
    margin-top: 40px;
    margin-left: auto;
}

.problem-item:nth-of-type(5) {
    grid-row: 5/6;
    grid-column: 1/2;
}

.problem-item:nth-of-type(6) {
    grid-row: 6/7;
    grid-column: 1/2;
    left: 16px;
}

.problem-img-w {
    grid-row: 1/4;
    grid-column: 1/2;
    display: flex;
    width: 100%;
    align-items: end;
}

.problem-img-m {
    grid-row: 4/7;
    grid-column: 1/2;
    display: flex;
    width: 100%;
    align-items: end;
    justify-content: end;
}

.problem-after span {
    font-size: 2rem;
    display: block;
    color: #b03a2e;
}

.problem-after {
    text-align: center;
    margin-top: 80px;
}

.service-title {
    background: #2f7358;
    color: #fff;
    padding-block: 24px; }

.service-title span {
    color: #f6c552;
}

.service-text {
    text-align: center;
}

.service-text-1 {
}

.service-text-2-r span {
    font-size: 2rem;
    color: #b03a2e;
    margin-left: 16px;
}

.service-text-2-l {
    width: 16%;
    margin-right: 24px;
}

.service-text-2-l:before {
    content: "";
    background: #2f7358;
    mask-image: url(/img/akiya-kaitori/home.svg);
    mask-repeat: no-repeat;
    mask-position: center;
    width: 100%;
    display: block;
    height: 100%;
}

.service-text-2 {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    padding-block: 40px; }

.service-text-3 {
    padding-bottom: 40px;
}

.service-text-4 {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}

.service-text-4 div {
    background: #2f7358;
    color: #fff;
    border-radius: 1000px;
    width: fit-content;
    line-height: 1em;
    padding-inline: 16px; padding-block: 8px; }

.service-text-4 div:nth-of-type(2) {
    margin-inline: 16px; }

.service-container-1 {
    padding-top: 80px;
    padding-bottom: 40px;
}

.service-slider-content {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    position: absolute;
    width: 200%;
    padding-left: 16px;
}

.service-slider-content img {
    width: calc((100% - 32px) / 3);
    /* margin-left: 16px; */
}

.service-slider-content-1 {
    animation-name: slid;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
}

.service-slider-content-2 {
    animation-name: slid2;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
}

.service-slider-content-1,.service-slider-content-2 {
    animation-duration: 30s;
}

@keyframes slid {
    0% {
        transform: translateX(0%);
    }

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

@keyframes slid2 {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(0%);
    }
}

.service-slider {
    overflow: hidden;
    height: 38.694871794vw;
    position: relative;
}

.service-container-2 {
    padding-top: 40px;
}

.service-check-item {
    padding-left: 72px;
    position: relative;
}

.service-check-item:before {
    content: "";
    width: 56px;
    display: block;
    aspect-ratio: 1;
    position: absolute;
    left: 0;
    background: url(/img/akiya-kaitori/check.svg);
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center;
}

.service-check {
}

.service-check-item span {
    color: #b03a2e;
}

.service-check-item:first-of-type {
    padding-bottom: 32px;
}

.service-miyarin-text {
    text-align: center;
    padding-top: 56px;
    padding-bottom: 40px;
    position: relative;
}

.service-miyarin-text span {
    color: #b03a2e;
}

.service-miyarin {
    padding-top: 80px;
    padding-bottom: 80px;
}

.service-miyarin-img {
    width: 40%;
    margin-left: auto;
    margin-right: 32px;
    margin-top: 16px;
}

.service-miyarin-text:before {
    content: "";
    background: url(/img/akiya-kaitori/hukidashi.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    display: block;
    height: 40%;
    width: 10%;
    position: absolute;
    right: 20%;
    bottom: -23px;
    z-index: -1;
}

.service-miyarin-text:after {
    content: "";
    background: url(/img/akiya-kaitori/cloud.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
}

.cta-text2 {
    font-size: 1.5rem;
    display: flex;
    justify-content: center;
    color: #b03a2e;
}

.cta-text2:before {
    content: "";
    margin-right: 16px;
}

.cta-text2:after {
    content: "";
    transform: scale(-1,1);
    margin-left: 16px;
}

.cta-text2:before, .cta-text2:after {
    content: "";
    background: #000;
    width: 20px;
    display: block;
    aspect-ratio: 1;
    mask-image: url(/img/akiya-kaitori/nigiyaka.svg);
    mask-repeat: no-repeat;
    mask-position: center;
}

.flow-title span {
    color: #b03a2e;
}

#flow {
    padding-top: 160px;
}

.flow-item {
    background: #fff;
    padding: 24px;
    border-radius: 8px;
}

.flow-item-img {
    border-radius: 50%;
    overflow: hidden;
    width: 60%;
    margin-inline: auto; margin-block: 32px; }

.flow-item-title {
    font-size: 1.5rem;
    text-align: center;
    margin-top: 32px;
}

.flow-item-text {
    text-align: center;
    font-weight: 500;
    margin-bottom: 16px;
}

.flow-item-step {
    text-align: center;
    display: block;
    width: fit-content;
    color: #2f7358;
    margin-inline: auto;
    margin-top: 16px;
}

.flow-item-step:after {
    content: "";
    background: #2f7358;
    width: 100%;
    display: block;
    height: 4px;
}

.flow-item-step span {
    color: #2f7358;
    margin-left: 8px;
}

.flow-item .cta-wrap {
    padding-top: 24px;
}

.flow-item .cta-tel {}
.next-arrow:before{
    content:"";
    mask-image: url(/img/akiya-kaitori/sankaku.svg);
    mask-repeat: no-repeat;
    mask-position: center;
    width: 32px;
    display: block;
    aspect-ratio: 81/50;
    background: #2f7358;
    margin-inline: auto;
    margin-top: 40px;
    margin-bottom: 40px;
}
.flow-title{
    padding-bottom: 40px;
}
.faq-title{
    font-size: 1.5rem;
    margin-bottom: 40px;
}
#faq{
    padding-top: 80px;
}
.faq-item-a{
    font-weight: 500;
}
.faq-item-q:before{
    content:"";
    background: url(https://www.miyakesan.co.jp/img/akiya-kaitori/q.svg);
    width: 40px;
    height: 45px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
.faq-item{
}
.faq-item-q{
    position: relative;
    margin-bottom: 16px;
}
.faq-item-q,.faq-item-a{
    padding-left: 56px;
}
.faq-item:nth-of-type(n+2){
    margin-top: 56px;
}
.faq-wrap{
    padding-bottom: 80px;
}
.contact-title{
    background: #2f7358;
    text-align: center;
    color: #fff;
    padding-top: 16px;
    padding-bottom: 24px;
}
.contact-title span{
    color: #f6c552;
    font-size: 3rem;
    display: block;
    width: fit-content;
    margin-inline: auto;
    transform: skew(-8deg, -4deg);
    margin-bottom: 16px;
}
#contact{
    padding-top: 80px;
    padding-bottom: 80px;
}
.form-title p{
    padding-bottom: 0;
}
.form-input p{
    padding: 0;
}
.wpcf7 .form-input p input{
    width: 100%;
}
.wpcf7 .form-input p textarea{
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    min-height: 40px;
}
.wpcf7 .form-input p input,.wpcf7 .form-input p textarea{
    border: 2px solid;
    border-radius: 8px;
    padding-inline: 16px;
    padding-block: 8px;
}
.form-title-hissu:after{
    content:"必須";
    background: #b03a2e;
    color: #fff;
    font-size: 0.75rem;
    margin-left: 8px;
    padding-inline: 8px;
    border-radius: 8px;
    padding-block: 1px;
}
.form-title{
    display: flex;
    align-items: center;
    padding-bottom: 8px;
}
.form-list:nth-of-type(n+3){
    margin-top: 40px;
}
.wpcf7-not-valid-tip{
    color: #b03a2e;
    font-weight: 600;
    font-size: 1rem;
    text-align: center;
    position: absolute;
    bottom: -24px;
    right: 0;
}
.form-list{
    position: relative;
}
.wpcf7-form-control-wrap{
    position: static;
}
.wpcf7-checkbox{
    display: flex;
    flex-wrap: wrap;
}
.wpcf7-list-item{
    width: 100%;
    display: block;
    margin: 0;
    border: 2px solid;
    border-radius: 8px;
    background: #fff;
    transition: 0.8s;
    position: relative;
}
.wpcf7-list-item label{
    display: flex;
    flex-wrap: nowrap;
}
.wpcf7 .wpcf7-list-item label>input{
    width: 50px;
    visibility: hidden;
}
.wpcf7 .wpcf7-list-item label>span{
    padding-block: 8px;
    font-weight: 500;
}
.wpcf7-list-item:nth-of-type(n+2){
    margin-top: 8px;
}
.wpcf7-list-item.checked{
    background: #f6c552;
}
.wpcf7-list-item label:before{
    background: url(/img/akiya-kaitori/check.svg);
}
.wpcf7-list-item label:after{
    background: url(/img/akiya-kaitori/nocheck.svg);
}
.wpcf7-list-item label:before,.wpcf7-list-item label:after{
    content:"";
    position: absolute;
    width: 50px;
    height: 100%;
    display: block;
    top: 0;
    bottom: 0;
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
    transition: 0.8s;
}
.wpcf7-list-item:not(.checked) label:before{
    opacity: 0;
}
.wpcf7-list-item:not(.checked) label:after{
    opacity: 1;
}
.wpcf7-list-item.checked label:before{
    opacity: 1;
}
.wpcf7-list-item.checked label:after{
    opacity: 0;
}
.form-messe .wpcf7-form-control-wrap{display: flex;}
.wpcf7 input[type="submit"]{
    background: #b03a2e;
    border: none;
    border-radius: 1000px;
    color: #fff;
    width: 100%;
    font-size: 1.5rem;
    letter-spacing: 0.2em;
    font-family: "Font Awesome 5 Free";
    cursor: pointer;
}
form.submitting .wpcf7-spinner{
    margin-inline: auto;
    margin-block: 40px;
}
.form-submit>p{
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output{
    margin: 0;
    padding: 16px 0;
    border: none;
    padding-bottom: 40px;
}
.wpcf7 form.invalid .wpcf7-response-output{
    color: #b03a2e;
}
.wpcf7 form.sent .wpcf7-response-output{
    color: #2f7358;
}
.contact-container.container{
    max-width: 500px;
}
@media (max-width: 767px){
    .imgwrap img:nth-of-type(1){
        animation-name:img_1;
        animation-duration:36s;
        animation-timing-function:linear;
        animation-delay:0s;
        animation-iteration-count:infinite;
        animation-direction:normal;
    }
    @keyframes img_1{
        0%{
            transform: translateX(-32%);
        }
        14.6%{
            opacity: 1;
        }
        16.6%{
            transform: translateX(-27%) scale(1.05);
            opacity: 0;
        }
        97%{
            transform: translateX(-32%);
        }
        98%{
            transform: translateX(-32%);
            opacity: 0;
        }
        100%{
            transform: translateX(-32%);
            opacity: 1;
        }
    }
    .imgwrap img:nth-of-type(2){
        animation-name:img_2;
        animation-duration:36s;
        animation-timing-function:linear;
        animation-delay:0s;
        animation-iteration-count:infinite;
        animation-direction:normal;
    }
    @keyframes img_2{
        0%{
            transform: translateX(-15%);
            opacity: 0;
        }
        14.6%{
            transform: translateX(-15%);
            opacity: 0;
        }
        16.6%{
            opacity: 1;
        }
        31.2%{
            opacity: 1;
        }
        33.2%{
            transform: translateX(-20%);
            opacity: 0;
        }
        100%{
            opacity: 0;
        }
    }
    .imgwrap img:nth-of-type(3){
        animation-name:img_3;
        animation-duration:36s;
        animation-timing-function:linear;
        animation-delay:0s;
        animation-iteration-count:infinite;
        animation-direction:normal;
    }
    @keyframes img_3{
        0%{
            transform:scale(1.1);
            opacity: 0;
        }
        31.2%{
            transform:scale(1.1);
            opacity: 0;
        }
        33.2%{
            opacity: 1;
        }
        47.8%{
            opacity: 1;
        }
        49.8%{
            transform:scale(1);
            opacity: 0;
        }
        100%{
            opacity: 0;
        }
    }
    .imgwrap img:nth-of-type(4){
        animation-name:img_4;
        animation-duration:36s;
        animation-timing-function:linear;
        animation-delay:0s;
        animation-iteration-count:infinite;
        animation-direction:normal;
    }
    @keyframes img_4{
        0%{
            transform: translateX(-10%);
            opacity:0;
        }
        47.8%{
            transform: translateX(-10%);
            opacity:0;
        }
        49.8%{
            opacity:1;
        }
        64.4%{
            opacity:1;
        }
        66.4%{
            transform: translateX(-5%) scale(1.1);
            opacity:0;
        }
        100%{
            transform: translateX(-5%) scale(1.1);
            opacity:0;
        }
    }
    .imgwrap img:nth-of-type(5){
        animation-name:img_5;
        animation-duration:36s;
        animation-timing-function:linear;
        animation-delay:0s;
        animation-iteration-count:infinite;
        animation-direction:normal;
    }
    @keyframes img_5{
        0%{
            opacity:0;
        }
        64.4%{
            transform: translateX(-25%) scale(1.1);
            opacity:0;
        }
        66.4%{
            opacity:1;
        }
        81%{
            opacity:1;
        }
        83%{
            transform: translateX(-20%) scale(1);
            opacity:0;
        }
        100%{
            transform: translateX(-20%) scale(1);
            opacity:0;
        }
    }
    .imgwrap img:nth-of-type(6){
        animation-name:img_6;
        animation-duration:36s;
        animation-timing-function:linear;
        animation-delay:0s;
        animation-iteration-count:infinite;
        animation-direction:normal;
    }
    @keyframes img_6{
        0%{
            transform: translateX(-25%);
            opacity:0;
        }
        81%{
            transform: translateX(-25%);
            opacity:0;
        }
        83%{
            opacity:1;
        }
        98%{
            opacity:1;
        }
        100%{
            transform: translateX(-20%);
            opacity:0;
        }
    }
}
.imgwrap_2{
    display: none;
}
.wpcf7-list-item *{
    cursor: pointer;
}
.contact-container ::placeholder{
    color: #c7c7c7;
}
.sticky-cta-btn *{
    color: #fff;
    line-height: 1.5;
}
.sticky-cta-call{
    background: #b03a2e;
}
.sticky-cta-web{
    background: #2f7358;
}
.sticky-cta-text{
    font-weight: 500;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size: .75rem;
    width: 100%;
}
.sticky-cta-btn{
    width: calc((100% - 8px)/2);
    display: flex;
    flex-wrap: nowrap;
    padding: 8px;
    border-radius: 100px;
    align-items: center;
    cursor: pointer;
}
#sticky-cta{
    display: flex;
    padding: 8px;
    justify-content: space-between;
    position: fixed;
    bottom: 0;
    z-index: 99999;
    width: 100%;
    max-width: 390px;
    left: 50%;
    transform: translateX(-50%);
}
.sticky-cta-icon{
    height: 100%;
    border-radius: 50%;
    aspect-ratio: 1;
    background: #ffffff;
}
.sticky-cta-btn span{
    width: 100%;
    text-align: center;
}
.sticky-cta-icon:before{
    content:"";
    width: 100%;
    display: block;
    aspect-ratio: 1;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: 45%;
}
.sticky-cta-call .sticky-cta-icon:before{
    mask-image: url(/img/akiya-kaitori/tel.svg);
    background: #b03a2e;
}
.sticky-cta-web .sticky-cta-icon:before{
    mask-image: url(/img/akiya-kaitori/mail.svg);
    background: #2f7358;
    mask-size: 60%;
}
.sticky-cta-btn:hover{
    opacity: 1;
    transform: translateY(-8px);
}
    


.about-appeal,.about-appeal-img,.cta-btn,.problem-item,.service-text-2-l,.service-text-4,.service-slider-content img,.service-miyarin-text,.service-miyarin-img,.flow-item,.flow-item-img,.next-arrow,.contact-title span {
    filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.15));
}
#sticky-cta{
    filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.55));
}
#sticky-cta-pc{
    display: none;
}

.mv-textinner *,.mv-textinner:after,#sticky-cta-pc {
    filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.35));
}
.concealed,.displayed{
    transition: 1s;
}
.concealed {
    visibility: hidden;
    opacity: 0;
    transform: translateY(20px);
}
.concealed_noslid{
    transform: none;
}
.displayed{
    opacity: 1;
    
}
.scroll_saseru{
    width: 64px;
    position: fixed;
    top: min(140vw,680px);
    right: 50%;
    transform: translateX(50%);
    z-index: 9999999999;
    font-size: .75rem;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
}
.scroll_saseru:after{
    content: "";
    background: #000;
    display: block;
    width: 100%;
    aspect-ratio: 1;
    border-radius: 50%;
    position: fixed;
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: center;
    top: -72px;
    animation-name: scroll_saseru;
    animation-duration: 3s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
}
.scroll_saseru:before{
    content:"";
    background: url(/img/akiya-kaitori/scroll_saseru.svg);
    display: block;
    width: 100%;
    aspect-ratio: 1;
    border-radius: 50%;
    position: fixed;
    z-index: 9999999989;
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: center;
    top: -72px;
}
.scroll_saseru.showed{
    visibility: visible;
    opacity: 1;
}
@keyframes scroll_saseru {
    0%{
        transform: scale(0);
        opacity: 0.7;
    }
    100%{
        transform: scale(1.5);
        opacity: 0;
    }
}