@charset "UTF-8";
/*　====================== MV ======================　*/
.mv{
    padding: 220px 0 150px;
    background: url(../images/mv-bg-pc.webp);
    background-size: cover;
    background-repeat: no-repeat;
}
.mv .mv-ul{
    justify-content: flex-start;
    gap: 40px;
    margin-bottom: 40px;
}
.mv .mv-ul li{
    padding: 15px 40px;
    background: linear-gradient(90deg, #A88734 0%, #775A12 100%);
    border: 1px solid #e9cf8d;
    letter-spacing: 0.2em;
    font-size: 20px;
}
.mv .mv-title{
    background: linear-gradient(90deg, #a68532 0%, #e9cf8d 20%, #a68532 60%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "BIZ UDPMincho", serif;
    font-weight: 400;
    font-size: 40px;
    letter-spacing: 0.1em;
    line-height: 1.6;
    margin-bottom: 40px;
}
.mv .mv-en-text{
    font-size: 30px;
    color: #7E7E7E;
    font-family: "Roboto Serif", serif;
    font-weight: 300;
    letter-spacing: 0.4em;
}
.mv{
    position: relative;
    z-index: 1;
}
.mv .mv-img{
    position: absolute;
    width: 40%;
    top: 23%;
    right: 0;
    z-index: -1;
}
@media screen and (max-width:768px){
    .mv{
        padding: 120px 0 80px;
        background: url(../images/mv-bg-sp.webp);
        background-size: cover;
        background-repeat: no-repeat;
    }
    .mv .mv-ul{
        justify-content: center;
    }
    .mv .mv-ul li{
        font-size: 18px;
        padding: 10px 20px;
    }
    .mv .mv-title{
        font-size: 30px;
        text-align: center;
    }
    .mv .mv-en-text{
        font-size: 95%;
        white-space: nowrap;
        text-align: center;
    }
    .mv .mv-img{
        position: static;
        transform: none;
        width: 80%;
        margin: 40px auto 0;
    }
}

/*　====================== SECTION1 ======================　*/
#sec1 {
    position: relative;
    padding-top: 100px;
    margin-top: -1px;
}
#sec1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #101010;
    z-index: -500;
}
#sec1 .ttl{
    font-family: "BIZ UDPGothic", sans-serif;
    font-size: 20px;
    text-align: center;
}
#sec1 .ttl::after{
    position: absolute;
    content: "ABOUT";
    font-family: "Roboto Serif", serif;
    font-weight: 300;
    font-size: 150px;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    letter-spacing: 1rem;
    color: #2A2A2A;
    z-index: -1;
}
#sec1 .about-wrap{
    justify-content: center;
    gap: 6%;
    margin: 40px auto;
}
#sec1 .about-inner{
    width: fit-content;
    text-align: center;
}
#sec1 .about-wrap .ja{
    font-size: 40px;
    font-family: "BIZ UDPMincho", serif;
    font-weight: 300;
}
#sec1 .about-wrap .en{
    font-family: "Roboto Serif", serif;
    font-weight: 300;
    background: linear-gradient(90deg, #a68532 0%, #e9cf8d 50%, #a68532 100%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 0.15rem;
}
#sec1 .about-wrap .cross {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 1px;
    background: #fff;
    transform: rotate(45deg);
    vertical-align: middle;
}
#sec1 .about-wrap .cross::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    transform: rotate(90deg);
}
#sec1 .about-text{
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.3rem;
}
#sec1 .feature .sec-ttl-cmn{
    margin-top: 80px;
}
#sec1 .feature-wrap{
    gap: 20px;
    align-items: flex-start;
}
#sec1 .feature-inner{
    width: 23%;
    border: 1px solid #fff;
    padding: 3% 1%;
}
#sec1 .feature-inner .feature-img{
    width: 60%;
    margin: 0 auto;
}
#sec1 .feature-inner .feature-text{
    text-align: center;
    margin-top: 20px;
    font-size: 18px;
    line-height: 2;
}
#sec1 .feature-inner .feature-text .marker{
    background: linear-gradient(transparent 50%, #77683D 50%);
    padding-bottom: 4px;
}
@media screen and (max-width:768px){
    #sec1{
        padding-top: 80px;
    }
    #sec1 .ttl::after{
        font-size: 80px;
        top: 40px;
        letter-spacing: 0.5rem;
    }
    #sec1 .about-wrap{
        gap: 4%;
        margin: 30px auto 20px;
    }
    #sec1 .about-wrap .ja{
        font-size: 30px;
    }
    #sec1 .about-wrap .cross{
        width: 60px;
    }
    #sec1 .about-text{
        letter-spacing: 0.2rem;
    }
    #sec1 .feature .sec-ttl-cmn{
        margin-top: 70px;
    }
    #sec1 .feature-wrap{
        flex-wrap: wrap;
        row-gap: 30px;
        column-gap: 10px;
    }
    #sec1 .feature-inner{
        width: 47%;
        padding: 4% 1%;
    }
    #sec1 .feature-inner .feature-text{
        font-size: 15px;
    }
}

/*　====================== SECTION2 ======================　*/
#sec2{
    background-color: #101010;
    background-image: url(../images/sec-bg1.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 80px;
}
#sec2 .lead{
    text-align: center;
}
#sec2 .plan-wrap{
    margin-top: 40px;
}
#sec2 .plan-inner{
    width: 47%;
}
#sec2 .plan-inner .plan-ttl{
    text-align: center;
    font-family: "BIZ UDPGothic", sans-serif;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.1rem;
    line-height: 1.6;
}
#sec2 .plan-inner.standard .plan-ttl{
    background: linear-gradient(90deg, #B7B7B7 0%, #E8E8E8 50%, #B7B7B7 100%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
#sec2 .plan-inner.advance .plan-ttl{
    background: linear-gradient(90deg, #a68532 0%, #e9cf8d 50%, #a68532 100%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
#sec2 .plan-inner .plan-ttl .price-num{
    font-size: 30px;
}
#sec2 .plan-inner .plan-list{
    border: 2px solid #fff;
    margin-top: 15px;
    padding: 40px;
}
#sec2 .plan-inner.standard .plan-list{
    background: linear-gradient(to right,#808080,#464646);
    border-image: linear-gradient(to right, #E8E8E8, #B7B7B7) 1;
}
#sec2 .plan-inner.advance .plan-list{
    background: linear-gradient(to right,#A88734,#775A12);
    border-image: linear-gradient(to right, #E9CF8D, #A68532) 1;
}
#sec2 .plan-inner .plan-list li{
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
    font-size: 20px;
}
#sec2 .plan-inner .plan-list li:last-of-type{
    margin-bottom: 0;
}
#sec2 .plan-inner .plan-list li::before{
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    border: 2px solid #fff;
    left: 0;
    top: 9px;
}
#sec2 .plan-inner .plan-list li .f16{
    font-size: 16px;
    display: inline-block;
    line-height: 1.3;
}
@media screen and (max-width:768px){
    #sec2{
        background-color: #101010;
        background-image: url(../images/sec-bg1-sp.webp);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        padding-top: 60px;
    }
    #sec2 .lead{
        text-align: left;
    }
    #sec2 .plan-wrap{
        flex-direction: column;
        row-gap: 40px;
    }
    #sec2 .plan-inner{
        width: 100%;
    }
    #sec2 .plan-inner .plan-ttl{
        font-size: 18px;
        line-height: 1.4;
    }
    #sec2 .plan-inner .plan-ttl .price-num{
        font-size: 24px;
    }
    #sec2 .plan-inner .plan-list{
        padding: 30px;
        margin-top: 10px;
    }
    #sec2 .plan-inner .plan-list li{
        font-size: 18px;
    }

}

/*　====================== SECTION3 ======================　*/
#sec3{
    background-image: url(../images/sec-bg2.webp);
    background-color: #101010;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    padding-top: 80px;
    padding-bottom: 180px;
}
#sec3 .wrap{
    position: relative;
    margin-top: 120px;
}
#sec3 .wrap:first-of-type{
    margin-top: 0;
}
#sec3 .wrap .inner-img{
    width: 70%;
}
#sec3 .wrap .inner-text{
    position: absolute;
    bottom: -10%;
    background: #333333;
    width: 50%;
    padding: 4%;
    box-sizing: border-box;
}
#sec3 .wrap .inner-text::before{
    position: absolute;
    top: -40px;
    font-size: 50px;
    color: #77683D;
    font-family: "Roboto Serif", serif;
    font-weight: 300;
    letter-spacing: 0.4rem;
}
#sec3 .wrap:nth-of-type(2n-1) .inner-text::before{
    content: "SECURITY";
    right: 8%;
    left: auto;
}
#sec3 .wrap:nth-of-type(2n) .inner-text::before{
    content: "DETECTIVE";
    right: auto;
    left: 8%;
}
#sec3 .wrap .inner-text h3{
    font-size: 30px;
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
#sec3 .wrap .inner-text .sec-btn{
    margin: 40px auto 0 0;
}
#sec3 .wrap:nth-of-type(2n-1) .inner-text{
    right: 0;
}
#sec3 .wrap:nth-of-type(2n) .inner-text{
    left: 0;
}
#sec3 .wrap:nth-of-type(2n-1) .inner-img{
    margin-right: auto;
}
#sec3 .wrap:nth-of-type(2n) .inner-img{
    margin-left: auto;
}
@media screen and (max-width:768px){
    #sec3{
        background-image: url(../images/sec-bg2-sp.webp);
        background-color: #101010;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: bottom;
        padding-top: 60px;
        padding-bottom: 60px;
    }
    #sec3 .wrap{
        margin-top: 40px;
    }
    #sec3 .wrap .inner-text{
        position: static;
        width: 100%;
    }
    #sec3 .wrap .inner-img{
        width: 100%;
    }
    #sec3 .wrap:nth-of-type(2n){
        display: flex;
        flex-direction: column-reverse;
    }
    #sec3 .wrap .inner-text{
        padding: 10% 5%;
    }
    #sec3 .wrap .inner-text h3{
        font-size: 24px;
    }
    #sec3 .wrap .inner-text::before{
        font-size: 8vw;
        top: 46vw;
        letter-spacing: 0.25rem;
    }
    #sec3 .wrap:nth-of-type(2n) .inner-text::before{
        right: 4%;
        left: auto;
    }
    #sec3 .wrap:nth-of-type(2n-1) .inner-text::before{
        right: 4%;
        left: auto;
    }
}

/*　====================== SECTION4 ======================　*/
#sec4{
    background: #101010;
    margin-top: -2px;
}
#sec4 .wrap1 .inner{
    width: 47%;
    padding: 3%;
    border: 1px solid #7E7E7E;
    position: relative;
}
#sec4 .wrap1 .inner::before{
    position: absolute;
    width: 150px;
    height: 40px;
    background: linear-gradient(to right,#A88734,#775A12);
    clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);
    color: #fff;
    font-size: 16px;
    top: 15px;
    left: -10px;
    padding: 7px 0 0 37px;
}
#sec4 .wrap1 .inner.security::before{
    content: "警備業";
}
#sec4 .wrap1 .inner.detective::before{
    content: "探偵業";
}
#sec4 .wrap1 .inner h3{
    font-size: 24px;
    font-family: "BIZ UDPGothic", sans-serif;
    margin: 20px 0 15px;
}
#sec4 .wrap1 .inner .inner-text h3 .f-y{
    color: #D9B762;
}
@media screen and (max-width:768px){
    #sec4 .wrap1{
        flex-direction: column;
        row-gap: 40px;
    }
    #sec4 .wrap1 .inner{
        width: 100%;
        padding: 6%;
    }
    #sec4 .wrap1 .inner h3{
        font-size: 20px;
    }
}

/*　====================== SECTION5 ======================　*/
#sec5{
    background: #101010;
    margin-top: -1px;
}
#sec5 .ttl{
    position: relative;
    z-index: 100;
    margin-left: 12%;
}
#sec5 .ttl::before{
    position: absolute;
    content: "NEWS";
    font-family: "Roboto Serif", serif;
    font-weight: 300;
    font-size: 10vw;
    top: 50%;
    left: -10vw;
    transform: translateY(-50%);
    letter-spacing: 1rem;
    color: #2A2A2A;
    z-index: -10;
}
#sec5 .news-wrap{
    background: #2A2A2A;
    width: 70%;
    margin-left: auto;
    padding: 4% 8%;
}
#sec5 .news-inner{
    border-bottom: 1px solid #808080;
    gap: 20px;
    justify-content: flex-start;
    padding: 20px 10px;
    margin: 5px 0;
}
#sec5 .news-inner .flex{
    justify-content: flex-start;
    column-gap: 20px;
}
#sec5 .news-inner:last-of-type{
    border-bottom: none;
}
#sec5 .news-inner .arrow{
    width: fit-content;
    height: 0;
    border-style: solid;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 10px solid #fff;
    border-right: 0;
}
#sec5 .news-inner .day{
    width: fit-content;
}
#sec5 .news-inner .news-ttl{
    width: fit-content;
    font-size: 18px;
}
@media screen and (max-width:768px){
    #sec5{
        padding-top: 20px;
    }
    #sec5 .ttl{
        margin: 0 auto;
        text-align: center;
    }
    #sec5 .ttl::before{
        left: 50%;
        transform: translate(-50%,-50%);
        font-size: 80px;
        letter-spacing: 0.5rem;
    }
    #sec5 .news-wrap{
        width: 100%;
        margin-top: 40px;
        padding: 40px 20px;
    }
    #sec5 .news-inner{
        gap: 10px;
        flex-wrap: wrap;
    }
    #sec5 .news-inner .flex{
        flex-wrap: wrap;
        row-gap: 5px;
    }
    #sec5 .news-inner .day{
        width: 80%;
    }
    #sec5 .news-inner .news-ttl{
        font-size: 16px;
        width: 100%;
        margin-left: 30px;
    }
}

/*　====================== SECTION6 ======================　*/
#sec6{
    background-color: #101010;
    background-image: url(../images/sec-bg3.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 80px;
    margin-bottom: 80px;
}
#sec6 .com-table{
    background: rgba(16, 16, 16, .7);
    backdrop-filter: blur(4px);
    width: 100%;
    padding: 40px;
}
#sec6 .com-table table{
    width: 80%;
    margin: 0 auto;
}
#sec6 .com-table table th{
    width: 25%;
    border-bottom: 1px solid #7E7E7E;
    padding: 30px 10px;
    text-align: left;
}
#sec6 .com-table table td{
    width: 75%;
    border-bottom: 1px solid #fff;
    padding: 30px 10px;
}
#sec6 .com-table table tr:last-of-type th,#sec6 .com-table table tr:last-of-type td{
    border-bottom: none;
}
#sec6 .com-table table .num{
    margin-right: 10px;
}
#sec6 .com-table table .num-link{
    border: 1px solid #D9B762;
    color: #D9B762;
    padding: 10px 15px;
    margin: 5px 0;
    display: inline-block;
    width: fit-content;
}
@media screen and (max-width:768px){
    #sec6{
        padding-top: 60px;
        margin-bottom: 60px;
    }
    #sec6 .com-table{
        padding: 20px;
    }
    #sec6 .com-table table{
        width: 100%;
    }
    #sec6 .com-table table th{
        width: 30%;
        padding: 20px 5px;
    }
    #sec6 .com-table table td{
        width: 70%;
        padding: 20px 5px;
    }
    #sec6 .com-table table .num-link{
        padding: 8px 15px;
    }
}

/*　====================== CTA ======================　*/
#cta{
    background: #101010;
    background-image: url(../images/cta-bg.webp);
    background-size: 25%;
    background-position: center left;
    background-repeat: no-repeat;
}
#cta .cta-text{
    color: #D9B762;
    border-bottom: 1px solid #D9B762;
    font-size: 28px;
    text-align: center;
    width: fit-content;
    margin: 0 auto;
    padding-bottom: 5px;
    letter-spacing: 0.08rem;
}
#cta .line-wrap{
    margin-top: 40px;
}
#cta .line-wrap .flex{
    justify-content: center;
}
#cta .line-wrap .line-icon{
    max-width: 60px;
    margin-right: 10px;
}
#cta .line-wrap .line-text{
    font-size: 20px;
    width: fit-content;
}
#cta .line-wrap .sec-btn{
    margin: 10px auto 0;
}
#cta .line-wrap .sec-btn::after{
    background: url(../images/line-arrow.png);
    background-size: 100%;
}
#cta .line-wrap .sec-btn:hover{
    color: #06C755;
}
#cta .cta-wrap{
    margin-top: 40px;
}
#cta .cta-wrap a:hover{
    opacity: 0.8 !important;
}
#cta .cta-wrap .cta1{
    width: 40%;
    background: linear-gradient(to right,#5D5D5D,#373737);
    text-align: center;
    height: 160px;
    flex-direction: column;
    justify-content: center;
    padding: 0 20px;
}
#cta .cta-wrap .cta1 .tel-wrap{
    gap: 10px;
    justify-content: center;
    margin-top: 10px;
}
#cta .cta-wrap .cta1 .tel-wrap .freedial-icon{
    max-width: 32px;
}
#cta .cta-wrap .cta1 .tel-wrap .tel-num{
    font-family: "Roboto Serif", serif;
    font-size: 40px;
    letter-spacing: 0.05rem;
    width: fit-content;
    line-height: 1;
}
#cta .cta-wrap .cta2{
    width: 60%;
    background: linear-gradient(to right,#A88734,#775A12);
    text-align: center;
    height: 160px;
}
#cta .cta-wrap .cta2 .cta2-wrap{
    margin-left: 10%;
}
#cta .cta-wrap .cta2 .cta2-text2{
    font-size: 50px;
    font-family: "Roboto Serif", serif;
    line-height: 1.3;
}
#cta .cta-wrap .cta2 .contact-arrow{
    max-width: 34px;
    margin-right: 10%;
}
@media screen and (max-width:768px){
    #cta{
        background: #101010;
        background-image: url(../images/cta-bg.webp);
        background-size: 70%;
        background-position: top left;
        background-repeat: no-repeat;
    }
    #cta .cta-text{
        font-size: 20px;
    }
    #cta .line-wrap .line-icon{
        max-width: 45px;
    }
    #cta .line-wrap .line-text{
        font-size: 17px;
    }
    #cta .line-wrap .sec-btn{
        margin: 20px auto 0;
    }
    #cta .cta-wrap{
        flex-direction: column;
    }
    #cta .cta-wrap .cta1{
        width: 100%;
        height: 140px;
    }
    #cta .cta-wrap .cta1 .tel-wrap .tel-num{
        font-size: 35px;
    }
    #cta .cta-wrap .cta2{
        width: 100%;
        height: 186px;
        flex-direction: column;
        justify-content: center;
        row-gap: 16px;
        padding: 0 20px;
    }
    #cta .cta-wrap .cta2 .cta2-text2{
        font-size: 35px;
        margin-top: 8px;
    }
    #cta .cta-wrap .cta2 .cta2-wrap,#cta .cta-wrap .cta2 .contact-arrow{
        margin: 0;
    }
}
