.contact-fv-container{
    background-color: rgb(57, 87, 151, 0.05);
}

.contact-fv-wrapper{
    padding-top: calc(100vw * 224 / 1366);
    padding-bottom: calc(100vw * 205 / 1366);
}

.contact-fv-content{
    padding-left: calc(100vw * 100 / 1366);
}

.contact-fv-content h2{
    font-size: calc(100vw * 64 / 1366);
    color: #1D3A78;
    border-bottom: 1px solid #1D3A78;
    display: inline-block;
    line-height: calc(100vw * 77 / 1366);
}

.contact-fv-content p{
    font-size: calc(100vw * 24 / 1366);
    color: #1D3A78;
    line-height: calc(100vw * 29 / 1366);
    margin-top: calc(100vw * 5 / 1366);
}

.contact-fv-content{
    opacity: 0;
    transform: translateY(18px);
    animation: contactFvIntro .9s cubic-bezier(.2,.8,.2,1) .15s forwards;
}

.contact-fv-content h2{
    opacity: 0;
    transform: translateY(10px);
    animation: contactFvIntro .9s cubic-bezier(.2,.8,.2,1) .22s forwards;
}

.contact-fv-content p{
    opacity: 0;
    transform: translateY(10px);
    animation: contactFvIntro .9s cubic-bezier(.2,.8,.2,1) .32s forwards;
}
@keyframes contactFvIntro{
    0%{
        opacity: 0;
        transform: translateY(calc(100vw * 18 / 1366));
        filter: blur(calc(100vw * 6 / 1366));
    }
    100%{
        opacity: 1;
        transform: translateY(0);
        filter: blur(0);
    }
}

@media (prefers-reduced-motion: reduce){
    .contact-fv-content,
    .contact-fv-content h2,
    .contact-fv-content p{
        animation: none;
        opacity: 1;
        transform: none;
        filter: none;
    }
}

@media (max-width: 768px){
    .contact-fv-wrapper{
        padding-top: calc(100vw * 86 / 375);
        padding-bottom: calc(100vw * 56 / 375);
    }

    .contact-fv-content{
        width: 100%;
        padding-left: calc(100vw * 18 / 375);
        padding-right: calc(100vw * 18 / 375);
    }

    .contact-fv-content h2{
        font-size: calc(100vw * 26 / 375);
        line-height: calc(100vw * 34 / 375);
        letter-spacing: 0.08em;
        border-bottom: 1px solid rgba(29, 58, 120, .55);
        word-break: break-word;
    }

    .contact-fv-content p{
        font-size: calc(100vw * 14 / 375);
        line-height: calc(100vw * 22 / 375);
        margin-top: calc(100vw * 10 / 375);
        letter-spacing: 0.04em;
    }
}

.contact-sv-content img{
    width: 100%;
    height: calc(100vw * 220 / 1366);
    object-fit: cover;
    border-radius: calc(100vw * 14 / 1366);
}

.contact-sv-wrapper{
	margin-top: calc(100vw * -125 / 1366);
}

.contact-sv-content{
    width: calc(100vw * 1264 / 1366);
    padding-right: calc(100vw * 40 / 1366);
}

.contact-sv-content img{
    width: 100%;
    height: calc(100vw * 250 / 1366);
    object-fit: cover;
	border-radius: 0 40px 40px 0;
}

@media (max-width: 768px){
    .contact-sv-wrapper{
        margin-top: calc(100vw * -22 / 375);
    }

    .contact-sv-content{
        width: 100%;
        padding-left: calc(100vw * 18 / 375);
        padding-right: calc(100vw * 18 / 375);
    }

    .contact-sv-content img{
        height: calc(100vw * 168 / 375);
        border-radius: calc(100vw * 12 / 375);
    }
}

.pp-contact{
    width: 100%;
    margin-top: calc(100vw * 46 / 1366);
}

.pp-contact__inner{
    width: min(calc(100vw * 1084 / 1366), 100%);
    margin: 0 auto;
    padding-left: calc(100vw * 40 / 1366);
    padding-right: calc(100vw * 40 / 1366);
}

.pp-contact__title{
    font-size: calc(100vw * 22 / 1366);
    line-height: calc(100vw * 32 / 1366);
    font-weight: 800;
    letter-spacing: 0.04em;
    color: rgba(0,0,0,1);
    padding-bottom: calc(100vw * 18 / 1366);
}

.pp-contact__checks{
    display: block;
}

.pp-contact__checks .wpcf7-form-control.wpcf7-checkbox{
    display: flex;
    flex-wrap: wrap;
    gap: calc(100vw * 14 / 1366) calc(100vw * 18 / 1366);
}

.pp-contact__checks .wpcf7-list-item{
    margin: 0;
    width: calc((100% - (calc(100vw * 18 / 1366) * 2)) / 3);
}

.pp-contact__checks label{
    width: 100%;
    display: flex;
    align-items: center;
    gap: calc(100vw * 12 / 1366);
    cursor: pointer;
    user-select: none;
    padding: calc(100vw * 12 / 1366) calc(100vw * 12 / 1366);
    border: 1px solid rgba(29, 58, 120, .12);
    border-radius: calc(100vw * 12 / 1366);
}

.pp-contact__checks input[type="checkbox"]{
    -webkit-appearance: none;
    appearance: none;
    width: calc(100vw * 22 / 1366);
    height: calc(100vw * 22 / 1366);
    border-radius: calc(100vw * 4 / 1366);
    border: calc(100vw * 2 / 1366) solid rgba(153, 164, 191, 1);
    background: rgba(255,255,255,1);
    display: inline-grid;
    place-items: center;
    flex: 0 0 auto;
}

.pp-contact__checks input[type="checkbox"]::after{
    content: "";
    width: calc(100vw * 10 / 1366);
    height: calc(100vw * 6 / 1366);
    border-left: calc(100vw * 3 / 1366) solid rgba(0, 125, 201, 1);
    border-bottom: calc(100vw * 3 / 1366) solid rgba(0, 125, 201, 1);
    transform: rotate(-45deg) translateY(calc(100vw * -1 / 1366));
    opacity: 0;
}

.pp-contact__checks input[type="checkbox"]:checked{
    border-color: rgba(0, 125, 201, 1);
    background: rgba(0, 125, 201, 0.06);
}

.pp-contact__checks input[type="checkbox"]:checked::after{
    opacity: 1;
}

.pp-contact__checks .wpcf7-list-item-label{
    font-size: calc(100vw * 14 / 1366);
    line-height: calc(100vw * 20 / 1366);
    font-weight: 700;
    color: rgba(0,0,0,1);
}

.pp-contact__field{
    margin-top: calc(100vw * 20 / 1366);
}

.pp-input,
.pp-textarea{
    width: 100%;
    border: 1px solid rgba(153, 164, 191, 1);
    background: rgba(255,255,255,1);
    border-radius: calc(100vw * 12 / 1366);
    padding: calc(100vw * 16 / 1366) calc(100vw * 18 / 1366);
    font-size: calc(100vw * 16 / 1366);
    line-height: calc(100vw * 24 / 1366);
    outline: none;
    box-shadow: 0 calc(100vw * 10 / 1366) calc(100vw * 22 / 1366) rgba(0,0,0,.06);
}

.pp-textarea{
    min-height: calc(100vw * 140 / 1366);
    resize: vertical;
}

.pp-input::placeholder,
.pp-textarea::placeholder{
    color: rgba(120, 140, 175, .9);
}

.pp-input:focus,
.pp-textarea:focus{
    border-color: rgba(0, 125, 201, 1);
    box-shadow: 0 0 0 calc(100vw * 4 / 1366) rgba(0,125,201,.12);
}

.pp-contact__submit{
    margin-top: calc(100vw * 26 / 1366);
    display: flex;
    justify-content: center;
}

.pp-submit{
    width: calc(100vw * 240 / 1366);
    height: calc(100vw * 54 / 1366);
    border: none;
    border-radius: calc(100vw * 12 / 1366);
    background: rgba(0, 125, 201, 1);
    color: rgba(255,255,255,1);
    font-size: calc(100vw * 16 / 1366);
    font-weight: 800;
    letter-spacing: 0.06em;
    cursor: pointer;
    box-shadow: 0 calc(100vw * 12 / 1366) calc(100vw * 24 / 1366) rgba(0,0,0,.14);
    transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}

.pp-submit:hover{
    transform: translateY(calc(100vw * -1 / 1366));
    filter: brightness(1.02);
}

.pp-submit:active{
    transform: translateY(calc(100vw * 1 / 1366));
    box-shadow: 0 calc(100vw * 7 / 1366) calc(100vw * 16 / 1366) rgba(0,0,0,.12);
}

.pp-contact .wpcf7-not-valid-tip{
    margin-top: calc(100vw * 8 / 1366);
    font-size: calc(100vw * 14 / 1366);
    line-height: calc(100vw * 20 / 1366);
    color: rgba(230, 0, 0, 1);
    font-weight: 700;
}

.pp-contact .wpcf7-response-output{
    margin: calc(100vw * 18 / 1366) 0 0;
    padding: calc(100vw * 14 / 1366) calc(100vw * 16 / 1366);
    border-radius: calc(100vw * 12 / 1366);
    font-size: calc(100vw * 14 / 1366);
    line-height: calc(100vw * 22 / 1366);
}

@media (max-width: 768px){
    .pp-contact{
        margin-top: calc(100vw * 26 / 375);
    }

    .pp-contact__inner{
        width: 100%;
        padding-left: calc(100vw * 18 / 375);
        padding-right: calc(100vw * 18 / 375);
    }

    .pp-contact__title{
        font-size: calc(100vw * 18 / 375);
        line-height: calc(100vw * 26 / 375);
        padding-bottom: calc(100vw * 14 / 375);
    }

    .pp-contact__checks .wpcf7-form-control.wpcf7-checkbox{
        gap: calc(100vw * 10 / 375);
    }

    .pp-contact__checks .wpcf7-list-item{
        width: 100%;
    }

    .pp-contact__checks label{
        gap: calc(100vw * 10 / 375);
        padding: calc(100vw * 12 / 375) calc(100vw * 12 / 375);
        border-radius: calc(100vw * 12 / 375);
    }

    .pp-contact__checks input[type="checkbox"]{
        width: calc(100vw * 22 / 375);
        height: calc(100vw * 22 / 375);
        border-radius: calc(100vw * 4 / 375);
        border: calc(100vw * 2 / 375) solid rgba(153, 164, 191, 1);
    }

    .pp-contact__checks input[type="checkbox"]::after{
        width: calc(100vw * 10 / 375);
        height: calc(100vw * 6 / 375);
        border-left: calc(100vw * 3 / 375) solid rgba(0, 125, 201, 1);
        border-bottom: calc(100vw * 3 / 375) solid rgba(0, 125, 201, 1);
        transform: rotate(-45deg) translateY(calc(100vw * -1 / 375));
    }

    .pp-contact__checks .wpcf7-list-item-label{
        font-size: calc(100vw * 14 / 375);
        line-height: calc(100vw * 20 / 375);
    }

    .pp-contact__field{
        margin-top: calc(100vw * 18 / 375);
    }

    .pp-input,
    .pp-textarea{
        border-radius: calc(100vw * 12 / 375);
        padding: calc(100vw * 14 / 375) calc(100vw * 14 / 375);
        font-size: calc(100vw * 14 / 375);
        line-height: calc(100vw * 22 / 375);
        box-shadow: 0 0 calc(100vw * 18 / 375) rgba(0,0,0,.04);
    }

    .pp-textarea{
        min-height: calc(100vw * 140 / 375);
    }

    .pp-contact__submit{
        margin-top: calc(100vw * 22 / 375);
    }

    .pp-submit{
        width: 100%;
        height: calc(100vw * 42 / 375);
        border-radius: calc(100vw * 12 / 375);
        font-size: calc(100vw * 16 / 375);
        box-shadow: 0 calc(100vw * 10 / 375) calc(100vw * 22 / 375) rgba(0,0,0,.14);
    }

    .pp-submit:hover{
        transform: none;
        filter: none;
    }

    .pp-submit:active{
        transform: translateY(calc(100vw * 1 / 375)) scale(.99);
        box-shadow: 0 calc(100vw * 6 / 375) calc(100vw * 16 / 375) rgba(0,0,0,.12);
    }

    .pp-contact .wpcf7-not-valid-tip{
        margin-top: calc(100vw * 8 / 375);
        font-size: calc(100vw * 12 / 375);
        line-height: calc(100vw * 18 / 375);
    }

    .pp-contact .wpcf7-response-output{
        margin: calc(100vw * 16 / 375) 0 0;
        padding: calc(100vw * 12 / 375) calc(100vw * 12 / 375);
        border-radius: calc(100vw * 12 / 375);
        font-size: calc(100vw * 12 / 375);
        line-height: calc(100vw * 18 / 375);
    }
}

@media (max-width: 768px){
    .pp-contact__submit{
        display: block;
        width: 100%;
    }

    .pp-contact__submit p{
        width: 100%;
        margin: 0;
    }

    .pp-contact .wpcf7-submit.pp-submit,
    .pp-contact input.pp-submit{
        display: block;
        width: 100% !important;
        max-width: none !important;
        height: calc(100vw * 34 / 375);
        border-radius: calc(100vw * 12 / 375);
        font-size: calc(100vw * 16 / 375);
        box-shadow: 0 calc(100vw * 10 / 375) calc(100vw * 22 / 375) rgba(0, 0, 0, .14);
    }
}