:root{
    --roboto: "Roboto", sans-serif;
    --avenirlt: "Avenir LT Pro", sans-serif;
    --avenirnxt: "Avenir Next", sans-serif;
}

body{
    font-family: var(--avenirlt);
    font-style: normal;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.22;
}

.tupp{
    text-transform: uppercase;
}

.tlc{
    text-transform: lowercase;
}

html::-webkit-scrollbar{
    width: 10px;
}

html::-webkit-scrollbar-track{
    background: #f2F2F2;
}

html::-webkit-scrollbar-thumb{
    background: var(--title);
    border-radius: 15px;
}

a{
    text-decoration: none;
}

hr{
    max-width: 100%;
    opacity: 100%;
    -webkit-opacity: 100%;
    background: var(--line);
}

.sectitle{
    max-width: 100%;
    font-family: var(--avenirnxt);
    color: var(--main);
    font-size: 38px;
    font-weight: 700;
    line-height: 1;
}

.text{
    max-width: 100%;
    color: var(--text);
}

.text p:not(:last-child){
    margin-bottom: 1rem;
}

.telp,
.mailp{
    display: block;
}

.dbtn{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    grid-gap: .5rem;
    width: fit-content;
    text-transform: uppercase;
    color: var(--white);
    font-weight: 600;
    border: none;
    background: var(--main);
    clip-path: polygon(3.62425% 0,100% 0,96.37575% 100%,0 100%);
    -webkit-clip-path: polygon(3.62425% 0,100% 0,96.37575% 100%,0 100%);
    padding: 1rem 27px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.dbtn.c{
    color: var(--main);
    background: #F1F1F1;
}

.dbtn:hover{
    color: var(--main);
    background-color: #C7C7C6;
}

.dbtn.c:hover{
    color: var(--white);
}

.wpcf7-not-valid-tip{
    position: absolute;
    font-size: 14px !important;
    top: 100%;
}

h1.entry-title{
    text-align: center;
    margin: 30px 0;
}

.form label{
    color: var(--title);
    font-weight: 700;
    margin-bottom: 1rem;
}

.form .ipts{
    width: 100%;
    font-size: 13px;
    font-weight: 200;
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 10px;
}

.form .ipts::placeholder{color:#C7C7C6}
.form .ipts:-moz-placeholder{color:#C7C7C6}
.form .ipts::-moz-placeholder{color:#C7C7C6}
.form .ipts:-ms-input-placeholder{color:#C7C7C6}
.form .ipts::-webkit-input-placeholder{color:#C7C7C6}

.form textarea.ipts{
    height: 123px;
    resize: none;
}

section.ban{
    position: relative;
    padding: 223px 0 211px;
}

section.ban::before{
    content: url(../../assets/img/fx.png);
    position: absolute;
    z-index: 1;
    inset: 7rem auto auto 0;
}

section.ban .title{
    position: relative;
    z-index: 1;
    width: fit-content;
    text-transform: uppercase;
    color: var(--title);
    font-family: var(--avenirnxt);
    font-size: clamp(18px,3.90625vw,75px);
    font-weight: 700;
    line-height: 1.05;
    margin-left: 45px;
}

section.ban .title>*:last-child{
    margin-left: 59px;
}

section.ban .title::before{
    content: url('data:image/svg+xml;utf8,<svg width="240" height="195" viewBox="0 0 240 195" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0L78.99 97.007L0 194.018H58.111L137.106 97.006L58.111 0H0Z" fill="rgb(241,241,241)"/><path d="M102.553 0L181.543 97.007L102.553 194.019H160.664L239.654 97.007L160.664 0H102.553Z" fill="rgb(241,241,241)"/></svg>');
    position: absolute;
    z-index: -1;
    inset: 0 auto 0 -42.52873%;
    height: 195px;
    margin: auto 0;
}

section.ban .subtitle{
    text-align: end;
    width: 29%;
    color: #C7C7C6;
    font-size: 33px;
    font-weight: 500;
    margin-left: 9.5vw;
}

section.ban .text{
    background: linear-gradient(to bottom,var(--line),var(--line)) no-repeat left center/1px 100%;
    margin-top: 70px;
    padding-left: 1rem;
}

section.ban .img{
    position: absolute;
    inset: 0 0 auto auto;
    width: 57.55208vw;
    height: 100%;
}

section.ban .img::before{
    content: '';
    position: absolute;
    inset: auto auto 2.07253% -2.53393%;
    z-index: 1;
    width: 76.54570%;
    aspect-ratio: 1/.82242;
    background: url('data:image/svg+xml;utf8,<svg width="846" height="696" viewBox="0 0 846 696" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M224.97 1L1.37305 694.63H637.043L844.488 1H224.97ZM224.242 0H845.831L637.788 695.63H0L224.242 0Z" fill="rgb(199,199,198)"/></svg>') no-repeat center/cover;
}

section.ban .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    clip-path: polygon(21.08597% 0,100% 0,100% 100%,0 100%);
    -webkit-clip-path: polygon(21.08597% 0,100% 0,100% 100%,0 100%);
}

/* .pathbox{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    grid-gap: 2rem;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    padding: 8px 0;
}

.pathbox .back{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    grid-gap: 9px;
    color: #0E143A;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -0.536px;
    background: none;
}

.pathbox .back::before{
    content: url('data:image/svg+xml;utf8,<svg width="9" height="13" viewBox="0 0 9 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8 12L2 6.5L8 1" stroke="rgb(14,20,58)" stroke-width="2"/></svg>');
}

.pathbox .path,
.pathbox .path>*:not(:last-child){
    display: flex;
    display: -webkit-flex;
    align-items: center;
    grid-gap: 5px;
}

.pathbox .path{
    border-left: 1px solid var(--line);
    padding: 8px 0 8px 2rem;
}

.pathbox .path>*{
    color: #626F7C;
}

.pathbox .path>*:not(:last-child)::after{
    content: '/';
}

.pathbox .path>*:last-child{
    color: var(--main);
    font-weight: 700;
} */

.pagination{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    grid-gap: 1rem;
    justify-content: center;
    -webkit-justify-content: center;
}

.pagination>*{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    width: 40px;
    aspect-ratio: 1/1;
    border: 1px solid var(--line);
    border-radius: 5px;
    font-weight: 600;
}

.loader{
    position: fixed;
    inset: 0;
    z-index: 999999;
    width: 100%;
    height: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    background-color: var(--white);
}

.loader::before{
    content: '';
    position: absolute;
    width: 50px;
    aspect-ratio: 1/1;
    border: 3px solid var(--main);
    border-radius: 50%;
    clip-path: polygon(0 0,70% 0,70% 50%,100% 50%,100% 100%,0 100%);
    -webkit-clip-path: polygon(0 0,70% 0,70% 50%,100% 50%,100% 100%,0 100%);
    animation: 1s linear infinite forwards rotate;
    -webkit-animation: 1s linear infinite forwards rotate;
    -moz-animation: 1s linear infinite forwards rotate;
    -ms-animation: 1s linear infinite forwards rotate;
    -o-animation: 1s linear infinite forwards rotate;
}

@keyframes rotate{from{transform: rotateZ(0);-webkit-transform: rotateZ(0);-moz-transform: rotateZ(0);-ms-transform: rotateZ(0);-o-transform: rotateZ(0);}to{transform: rotateZ(360deg);-webkit-transform: rotateZ(360deg);-moz-transform: rotateZ(360deg);-ms-transform: rotateZ(360deg);-o-transform: rotateZ(360deg);}}
@-webkit-keyframes rotate{from{transform: rotateZ(0);-webkit-transform: rotateZ(0);-moz-transform: rotateZ(0);-ms-transform: rotateZ(0);-o-transform: rotateZ(0);}to{transform: rotateZ(360deg);-webkit-transform: rotateZ(360deg);-moz-transform: rotateZ(360deg);-ms-transform: rotateZ(360deg);-o-transform: rotateZ(360deg);}}
@-moz-keyframes rotate{from{transform: rotateZ(0);-webkit-transform: rotateZ(0);-moz-transform: rotateZ(0);-ms-transform: rotateZ(0);-o-transform: rotateZ(0);}to{transform: rotateZ(360deg);-webkit-transform: rotateZ(360deg);-moz-transform: rotateZ(360deg);-ms-transform: rotateZ(360deg);-o-transform: rotateZ(360deg);}}
@-ms-keyframes rotate{from{transform: rotateZ(0);-webkit-transform: rotateZ(0);-moz-transform: rotateZ(0);-ms-transform: rotateZ(0);-o-transform: rotateZ(0);}to{transform: rotateZ(360deg);-webkit-transform: rotateZ(360deg);-moz-transform: rotateZ(360deg);-ms-transform: rotateZ(360deg);-o-transform: rotateZ(360deg);}}
@-o-keyframes rotate{from{transform: rotateZ(0);-webkit-transform: rotateZ(0);-moz-transform: rotateZ(0);-ms-transform: rotateZ(0);-o-transform: rotateZ(0);}to{transform: rotateZ(360deg);-webkit-transform: rotateZ(360deg);-moz-transform: rotateZ(360deg);-ms-transform: rotateZ(360deg);-o-transform: rotateZ(360deg);}}

.w{
    color: var(--white);
}

@media(max-width:1400px){
    section.ban .img::before{
        display: none;
        display: -webkit-none;
    }
}

@media(max-width:992px){
    section.ban{
        padding: 2rem 0;
    }
    section.ban::before{
        display: none;
        display: -webkit-none;
    }
    section.ban .title{
        display: flex;
        display: -webkit-flex;
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        align-items: center;
        grid-gap: .5rem;
        margin-left: 0;
    }
    section.ban .title>*:last-child{
        margin-left: 0;
    }
    section.ban .title::before{
        display: none;
        display: -webkit-none;
    }
    section.ban .text{
        width: 100% !important;
        margin-top: 2rem;
    }
    section.ban .img{
        position: initial;
        width: 100% !important;
        height: auto;
        margin-top: 2rem;
    }
    section.ban .img img{
        clip-path: unset !important;
        -webkit-clip-path: unset !important;
    }
}

@media(max-width:768px){
    section.ban{
        background-color: var(--main);
        padding: 3rem 0;
    }
    section.ban .container>*{
        position: relative;
        z-index: 2;
    }
    section.ban .title{
        color: var(--white);
        font-size: 30px;
    }
    section.ban .subtitle{
        text-align: end;
        font-size: 23px;
    }
    section.ban .text{
        color: var(--white);
        font-size: 16px;
        background: none;
        margin-top: 1rem;
        padding: 0;
    }
    section.ban .img{
        position: absolute;
        z-index: 0;
        inset: 0 0 auto auto;
        width: 50% !important;
        height: 100%;
        mask: linear-gradient(to right,transparent,var(--white)) no-repeat center;
        -webkit-mask: linear-gradient(to right,transparent,var(--white)) no-repeat center;
        margin-top: 0;
    }
    .pathbox,
    .pathbox .path{
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
    }
}

@media(max-width:575px){
    .dbtn{
        width: 100%;
        clip-path: unset;
        -webkit-clip-path: unset;
        border-radius: 8px;
        margin-left: 0 !important;
        padding: 8px 1rem;
    }
}

@media(max-width:425px){
    .sectitle{
        font-size: clamp(18px,8.94117vw,38px) !important;
    }
    section.ban .title{
        width: 100%;
        text-align: start;
        justify-content: flex-start;
        -webkit-justify-content: flex-start;
    }
    section.ban .subtitle{
        text-align: start;
        width: 100%;
        margin: 0;
    }
    /* section.ban .text{
        text-align: center;
    } */
}