@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;400;800&display=swap');

.newuniform{
    --brand-color:#131e31;
}
.newuniform *{
    box-sizing: border-box;
}
.newuniform .sp {
    display: none;
}

.newuniform .pc {
    display: inline;
}

@media screen and (max-width:767px) {
    .newuniform .sp {
        display: inline;
    }

    .newuniform .pc {
        display: none;
    }
}
/* lazy */
.newuniform .lazy {
    opacity: 0;
    transition: opacity .5s;
}
.newuniform .lazy.lazyloaded {
    opacity: 1;
}
.newuniform .en {
    font-family: Manrope, sans-serif;
}
.newuniform figure{
    margin: 0;
    padding:0;
}
.newuniform img{
    width:100%;
}
.newuniform .flex{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.newuniform .mtop-1{
    margin-top: 1em;
}
.newuniform .mtop-2{
    margin-top: 2em;
}
.newuniform .mtop-3{
    margin-top: 3em;
}
.newuniform .mtop-4{
    margin-top: 4em;
}
.newuniform .mtop-5{
    margin-top: 5em;
}
.newuniform .mbtm-1{
    margin-bottom: 1em;
}
.newuniform .mbtm-2{
    margin-bottom: 2em;
}
.newuniform .mbtm-3{
    margin-bottom: 3em;
}
.newuniform .mbtm-4{
    margin-bottom: 4em;
}
.newuniform .mbtm-5{
    margin-bottom: 5em;
}
.newuniform .text-center{
   text-align: center;
}
.newuniform .white{
   color:#fff !important;
}

.newuniform .main-wrp{
    width:100%;
    max-width:1200px;
    margin: 0 auto 3em;
    position: relative;
    aspect-ratio: 2/1;
    overflow: hidden;
    z-index: 1;
}
@media screen and (max-width:1200px) {
    .newuniform .main-wrp{
        margin-bottom: 0;
    }
    @media screen and (max-width:767px) {
        .newuniform .main-wrp{
            aspect-ratio: 1/1;
        }
    }
}
.newuniform .main-wrp::before{
    content: '';
    width:100%;
    height:100%;
    background-color: rgba(0,0,0,.025);
    position: absolute;
    top:0;
    left:0;
    z-index: 1;
}
.newuniform .main-wrp img{
    width:100%;
    height:100%;
    object-fit: cover;
}
.newuniform .main-wrp .main-title-wrp{
    width:100%;
    text-align: center;
    color:#fff;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    text-shadow: 0 0 3px rgba(0,0,0,.2);
}
@media screen and (max-width:767px) {
    .newuniform .main-wrp .main-title-wrp{
        top:50%;
        padding-top: 1.5em;
    }
}
.newuniform .main-title{
    font-size:min(6.7em,10vw);
    font-weight: bold;
    line-height: 1.1;
    padding-top: .4em;
}
.newuniform .main-subtitle{
    font-size:min(1.6em,4vw);
    font-weight: bold;
    line-height: 1.5;
    padding-top: .5em;
}
.newuniform .lead-wrp{
    background-color: var(--brand-color);
    padding:3em 1em;
}
.newuniform .lead-wrp .inner{
    width:100%;
    max-width: 980px;
    margin: 0 auto;
}
.newuniform .lead-wrp .inner .lead{
    display: block;
    margin: 0;
    padding:0;
    color:#fff;
    font-size:min(1.2em,3.5vw);
    line-height: 2;
    text-align: center;
}
.newuniform .lead-wrp .inner .c-en-title{
    color:#fff;
    text-align: center;
    margin-bottom: 0;
}
.newuniform .w1200{
    max-width: 1200px;
    margin: min(3em,3vw) auto;
    padding:1em;
}
.newuniform .txt-box,
.newuniform .img-box{
    width:50%;
}
@media screen and (max-width:767px) {
    .newuniform .txt-box,
    .newuniform .img-box{
        width:100%;
        margin-bottom: 1em;
    }
}
.newuniform .img-box{
    border-radius: 10px;
    overflow: hidden;
}
.newuniform .img-box img{
    width:100%;
    height:100%;
    object-fit: cover;
}
.newuniform .txt-box .txt-box-inner{
    padding:2em 1em 0;
    max-width:600px;
}
.newuniform .txt-box.txt-box-left .txt-box-inner{
    margin-left: auto;
    margin-right: 10%;
}
.newuniform .txt-box.txt-box-right .txt-box-inner{
    margin-right: auto;
    margin-left: 10%;
}
@media screen and (max-width:767px) {
    .newuniform .txt-box.txt-box-left .txt-box-inner,
    .newuniform .txt-box.txt-box-right .txt-box-inner{
        margin-left: 0;
        margin-right: 0;
    }
}

.newuniform .c-en-title{
   font-size: min(1.6em,4.5vw);
   font-weight: bold;
   margin-bottom: .75em;
   color:var(--brand-color);
}
.newuniform .c-title{
   font-size: min(1.6em,5.5vw);
   line-height: 1.6;
   color:var(--brand-color);
}
.newuniform .c-lead{
   font-size: min(1em,3vw);
   line-height: 1.9;
   color:var(--brand-color);
}
@media screen and (max-width:767px) {
    .newuniform .c-lead{
        margin-bottom: 2em;
     }
}
.newuniform .c-lead-s{
   font-size: min(.9em,3vw);
   line-height: 1.8;
}
@media screen and (max-width:767px) {
    .newuniform .c-lead-s{
        margin-bottom: 2em;
     }
}
.newuniform .slide-uniform-wrp{
    width:100%;
    overflow: hidden;
    padding:4em;
    background-color: #f3f3f3;
    text-align: center;
}
@media screen and (max-width:767px) {
    .newuniform .slide-uniform-wrp{
        padding:3em 1em;
    }
    .newuniform .slide-uniform-wrp .c-lead{
        margin-bottom: 0;
        /* text-align: justify; */
        padding:1em 0 0;
    }
}
.newuniform .slide-uniform{
    display: flex;
}
.newuniform .slide-uniform .slide{
    width:20%;
    aspect-ratio: 1/1.7;
    overflow: hidden;
}
.newuniform .slide-uniform .slide img{
    width:100%;
    height:100%;
    object-fit: cover;
    object-position: center top;
}

.newuniform .name-tag{
    width:200px;
    margin: 1em 0;
}
@media screen and (max-width:767px) {
    .newuniform .name-tag{
        margin: 1em auto;
        max-width:230px;
    }
}
/* renewal project */
.newuniform .project-wrp{
    background-color: #f3f3f3;
    padding:2em 1em;
}
.newuniform .project{
    border:1px solid var(--brand-color);
    width:100%;
    max-width:980px;
    padding:2em;
    background-color:rgba(255,255,255,.9);
    border-radius: 5px;
}
.newuniform .project-wrp .project-heder{
    text-align: center;
}
.newuniform .project-wrp .c-en-title{
    font-size:min(1.2em,4vw);
    margin-bottom: .75em;
}
.newuniform .project-wrp .txt-box{
    padding-left:3em;
    font-size:min(.9em,3vw);
    text-align: justify;
}
@media screen and (max-width:767px) {
    .newuniform .project-wrp .txt-box{
        padding-left:0;
        margin-bottom: 0;
    }
    .newuniform .project-wrp .c-lead{
        margin-bottom: 0;
    }
}

.newuniform .dash-title {
    display: block;
    width: fit-content;
    font-weight: bold;
    line-height: 1.5em;
    text-align: center;
    position: relative;
    padding: 0 2em;
    margin: 0 auto;
}

.newuniform .dash-title::before,
.newuniform .dash-title::after {
    content: '';
    display: inline-block;
    width: 1em;
    height: 0;
    border-bottom: 1px solid;
    position: absolute;
    top: 50%;
}
.newuniform .dash-title::before {
    left: 0;
}

.newuniform .dash-title::after {
    right: 0;
}
/* showroom */
.newuniform .showroom-wrp{
    padding:3em 1em;
}
.newuniform .showroom-wrp .inner{
    max-width:1200px;
    margin: 0 auto;
}

.newuniform .showroom-search{
    background-color: var(--brand-color);
}
.newuniform .showroom-search .txt-box{
    padding:min(1em,1vw) min(3em,3vw);
}
.newuniform .showroom-search .c-title{
    text-align: center;
    margin-bottom:2em;
    color:#fff;
}
@media screen and (max-width:767px) {
    .newuniform .showroom-search .c-title{
        font-size:4.5vw;
        margin-bottom:2em;
    }
}
.newuniform .showroom-search .c-lead{
    color:#fff;
}
.newuniform .showroom-search .btn{
    display: block;
    color:#fff;
    font-size:min(1em,3.5vw);
    font-weight: bold;
    padding:.5em 3em;
    border:2px solid;
    border-radius: 3em;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: all .3s;
    position: relative;
}
.newuniform .showroom-search .btn::after{
    content: '';
    width:.5em;
    height:.5em;
    border-right:2px solid;
    border-bottom:2px solid;
    transform: translateY(-55%) rotate(45deg);
    position:absolute;
    top:50%;
    right:1.5em;
}
.newuniform .showroom-search .btn:hover{
    background-color: #fff;
    color:var(--brand-color);
}
.newuniform .showroom-visit .inner{
    max-width:980px;
}
@media screen and (max-width:767px) {
    .newuniform .showroom-visit .dash-title{
        font-size:5vw;
    }
}
.newuniform .showroom-visit .column3{
    width:30%;
}
@media screen and (max-width:767px) {
    .newuniform .showroom-visit .column3{
        width:100%;
        display: flex;
        margin-bottom: 1em;
    }
}
.newuniform .showroom-visit .column3 .img-box{
    width:100%;
}
@media screen and (max-width:767px) {
    .newuniform .showroom-visit .column3 .img-box{
        width:30%;
    }
}
.newuniform .showroom-visit .column3 .img-box img{
    width:100%;
    height:100%;
    object-fit: cover;
}
.newuniform .showroom-visit .meta{
    padding:1em 0;
}
@media screen and (max-width:767px) {
    .newuniform .showroom-visit .meta{
        width:70%;
        padding:0;
        padding-left:1.5em;
    }
}

.newuniform .showroom-visit .meta .c-subtitle{
    font-size: min(1.1em,4vw);
    line-height: 1.6;
    color:var(--brand-color);
    margin: .5em 0;
 }