/* html{
    overflow: auto;
} */
body{
    font-size: 16px;
    letter-spacing: 0.05em;
    /* background-color: #C5B78E; */
    .noto-serif-jp-medium {
        font-family: "Noto Serif JP", serif;
        font-weight: 500;
        font-style: normal;
    }
    
    .noto-serif-jp-bold {
        font-family: "Noto Serif JP", serif;
        font-weight: 700;
        font-style: normal;
    }      
}
a{
    transition: .2s;
}
.sp{
    display: none;
  }
  .pc{
    display: block;
    min-width: 768px;
  }
/*--header - 共通--*/
header{
    width: 100%;
    position: fixed;
    background-color: #2F4285;
    z-index: 100;
    /* font-weight: bold; */
}
header>.gold-line{
    border: solid #C5B78E 15px;
}
.h-block{
    height: 80px;
    position: relative;
    display: flex;
    align-items: center;
    margin: 15px 40px;
    font-size: 30px;
}
.h-logo{
    display: flex;
    align-items: center;
    text-align: center;
    gap: 0 30px;
}
.h-logo>img{
    width: 85px;
    height: 86px;
}
.logo{
    color: #C5B78E;
}
.logo>p{
    font-size: 16px;
}
.h-btn{
    position: absolute;
    right: 0;
    font-size: 20px;
    cursor: pointer;
    width: 45%;
}
.btn-list{
    /* position: relative; */ /* コレ必要？ */
    display: flex;
    color: #fff;   
    gap: 0 25px;
    padding-bottom: 10px;
    width: 100%;
}
.btn-list>li{
    width: 20%;
}
/* 擬似要素(下線)　::after */
.btn-list a:hover{
    color: #C5B78E;
}

/* .btn-list a::after{ */
    /* content: ''; */
    /* position: absolute; */
    /* bottom: 0; */
    /* left: 0; */
    /* width: 15%; */
    /* height: 2px; */
    /* background-color: #C5B78E; */
    /* transform: scale(1,1); */
    /* visibility: hidden;  アンダーラインが位置する各リストの下端からの高さ headerの下幅に合わせてる？ */
    /* bottom: -1px;        hover前にアンダーラインを可視化しない */
    /* opacity: 0; */
/* } */
/* .btn-list a:hover::after{ */
    /* visibility: visible;hover前にアンダーラインを可視化する */
    /* opacity: 1; */
    /* transition: .2s; */
/* } */


/* kv-HOME */
.kv{
    top: 120px;
    width: 100%;
    /* height: 530px; */
    height: 78vh;
    background-image: url(../image/新\ HOME画面\ KV.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.kv-content{
    position: absolute;
    text-align: center;
    color: #333;
    width: 95%;
    font-size: 60px;
    font-weight: bold;
    line-height: 200%;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}

/* ABOUT - HOME */
.about-container{
    background-color: #E0DADA;
    padding-top: 175px;
    /* 謎の現象 */
    /* これ書かないと上の要素に95px分埋もれてしまう */
    /* 本当はこのsectionのTOPから80pxあけたかったので計算して200px */
    /* margin-topだと、background-colorの色が反映されてしまうので、padding-topにしたけど、何故？ */
    /* headerのfixed分？ or kvの position:relative と position:absoluteの影響？ */
    
    padding-left:40px;
    padding-right: 40px;
    /* or */
    /* padding-left: 3%;
    padding-right: 3%; */ 
    /* どっちが良い？ */
    
    /* justify-content: center; */
    /* 要素確認した時に掛かってないけど要らない？ */

    /* letter-spacing: 5%; */ /* →これ掛からない */
}
.about-ttl{
    /* padding: 0 45%; */
    text-align: center;
    display: grid;
    place-items: center;
}
.about-ttl>h1{
    font-size: 50px;
    font-weight: bold;
    line-height: 200%;
}
.about-ttl>small{
    /* width: 160px; */
    font-size: 16px;
    width: 180px;
    line-height: 200%;
    padding-bottom: 20px;
    border-bottom: solid 2px;
}

/* ABOUT 事業内容 */
.service{
    display: flex;
    margin-bottom: 80px;
    margin-top: 80px;
}
.service>.service-sec{
    /* position: relative; */
    width: 55%;
    padding: 40px 8% 40px 5%;
    background-color: #fff;
    text-align: left;
}
.s-ttl{
    width: 180px;
    text-align: center;
    margin-bottom: 30px;
}
.s-ttl>strong{
    font-size: 40px;
    font-weight: bold;
    line-height: 120%;
}
.s-ttl>small{
    line-height: 120%;
    font-size: 20px;
}
.service-sec>h3{
    font-size: 32px;
    font-weight: bold;
    color: #2F4285;
    padding-top: 30px;
    padding-bottom: 25px;
}
.service>p img{
    width: 50vw;
    height: 80%;
    /* position: absolute; */
    /* top: 50%; */
    /* left: 50%; */
    transform: translate(-10%,15%);
}

.office{
    display: flex;
    padding-bottom: 80px;
    flex-direction: row-reverse;
    /* position: relative; */  /* コレ要らない？ */
}
.office>p{
    z-index: 5;
    width: 55vw;
    height: 100%;
}
.office>p img{
    width: 100%;
}
.office>.o-content{
    width: 50%;
    height: 100%;
    text-align: left;
    z-index: 1;
}
.o-content{
    background-color: #fff;
    /* width: 50vw;
    height: 100%; */
    margin-top: 40px;
    padding-bottom: 30px;
    padding-top: 40px;
    padding-left: 6%;
    /* or */
    /* padding-left: 40px; */
    /* どっちが良い？ */

    height: 330px;
    transform: translateY(10%);
    /* position: absolute; */  /* コレ要らない？ */
}
.o-content>h2{
    font-size: 40px;
    font-weight: bold;
    line-height: 120%;
}
.o-content>small{
    line-height: 120%;
    font-size: 20px;
    width: 142px;
    justify-content: center;
}
.o-content>p{
    padding-top: 45px;
    line-height: 200%;
}
.o-content>button{
    color: #fff;
    background-color: #0000FF;
    margin-top: 30px;
    padding: 20px;
    /* or */
    /* padding: 3%;の方が良い？ */
    
    margin-left: 30%;
    /* 真ん中にする為だけに無理やり書いただけ */
    /* text-align: center; */ /* →これ掛からない */
    /* ここだけ真ん中にする為だけにわざわざposition:relative と position:absolut使わないとダメ？ */
}

/* 擬似要素(下線)　::after */
.o-content>button:hover{
    color: #C5B78E;
}

/* 採用情報 -HOME*/
.recruit-container{
    background-color: #fff;
    padding-top: 80px;
}
.r-ttl{
    /* padding: 0 40%; */
    /* text-align: center; */
    /* width: 600px; */
    display: grid;
    place-items: center;
}
.r-ttl>strong{
    font-size: 40px;
    font-weight: bold;
    line-height: 200%;
}
.r-ttl>small{
    /* width: 160px; */
    font-size: 20px;
    line-height: 200%;
    padding-bottom: 20px;
    border-bottom: solid 2px;
}
.recruit{
    display: flex;
    justify-content: space-around; /* コレ必要？ */
    /* justify-content: space-between; */
    margin-top: 80px;
    margin-left: 50px;
    margin-right: 50px;
    padding-bottom: 80px; /*margin-bottom だと background-colorが反映されてまう*/
    /* width: 55%; */
    /* background-color: #fff; */
    /* text-align: left; */
}
.recruit>p img{
    width: 50vw;
    height: 100%;
}
.r-content{
    width: 50vw;
    height: 100%;
    text-align: left;
    margin-bottom: 30px;
    /* padding-left: 95px; */
    padding-left: 10%;
}
.r-content>h2{
    font-size: 26px;
    font-weight: bold;
    line-height: 200%;
    color: #2F4285;
}
.r-content>p{
    padding-top: 50px;
    line-height: 300%;
    font-size: 16px;
}
.r-content>button{
    color: #fff;
    background-color: #0000FF;
    margin-top: 30px;
    padding: 20px;
    /* or */
    /* padding: 3%;の方が良い？ */
    
    margin-left: 30%;
    /* 真ん中にする為だけに無理やり書いただけ */
    /* text-align: center; */ /* →これ掛からない */
    /* ここだけ真ん中にする為だけにわざわざposition:relative と position:absolut使わないとダメ？ */
}

/* 擬似要素(下線)　::after */
.r-content>button:hover{
    color: #C5B78E;
}


/* 警備業務標識 t-sgn table */
.t-sign{
    background-color: #fff;
    padding: 80px 40px 80px 40px;
    /* justify-content: center; */ /* コレは、flex-box無いと効かない */
}
.t-ttl{
    display: grid;
    place-items: center;
    margin-bottom: 70px;
}
.t-ttl>h1{
    font-size: 64px;
    justify-content: center;
    margin-top: 80px;
    margin-bottom: 80px;
}
.t-ttl>p{
    font-size: 15px;
}
.t-sign>small{
    /* padding-top: 70px; */
    font-size: 15px;
    line-height: 200%;
    /* padding-bottom: 50px; */
    /* text-align: left; */
}
.t-list{
    display: grid;
    place-items: center;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 24px;
    line-height: 200%;
    /* border: 2px solid;
    border-collapse: collapse; */
}
/* tr{
    border: 1px solid;
} 
td{
    border: 1px solid;
}  */
/* .t-list,.t-list th,.t-list td{
    border: solid 1px;
} */
tbody{
    width: 100%;
}
tbody,tbody th,tbody td{
    border: solid 1px;
    text-align: center;
}
tbody th,tbody td{
    padding: 3px;
}
tr{
    width: 100%;
}
th,td{
    width: 50%;
}
.comement-list1,.comement-list2{
    display: flex;
    line-height: 200%;
}
.comement-list1>p,.comement-list2>p{
    width: 20%;
}
.comement-list1>span,.comement-list2>span{
    width: 80%;
}
/* 認定書PDF 中央揃え */
.certificate{
    display: grid;
    place-items: center;
}
.certificate>img{
    width: 100%;
    height: 100%;
}
.PDF{
    width: 100%;
    height: 100%;
}


/* NEWS */
.news{
    background-color: #E0DADA;
    padding: 80px 40px;
    /* padding-bottom: 80px */
    position: relative;
}
.n-ttl{
    padding: 0 40%;
    text-align: center;
    display: grid;
    place-items: center;
}
.n-ttl>h1{
    font-size: 40px;
    font-weight: bold;
    line-height: 200%;
}
.n-ttl>small{
    /* width: 160px; */
    font-size: 20px;
    line-height: 200%;
    padding-bottom: 20px;
    border-bottom: solid 2px;
}
.contents{
    padding-top: 80px;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    line-height: 200%;
}
.contents .c-1{
    height: 40px;
    line-height: 200%;
    padding: 0 3% 0 3%;
    /* margin-right: 2em; */
    /* position: relative; */
}
/* .contents .c-1::after{
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    margin: 0 auto;
    width: 2px;
    height: 100%;
    background-color: #333;
} */
.c-line{
    border-right: solid 2px #333;
    position: absolute;
    height: 50px;
    left: 50%;
}
.contents .c-2{
    height: auto;
    line-height: 200%;
    padding: 0 3% 0 3%;
}


/* FOOTER */
footer{
    width: 100%;
    background-color: #2F4285;
}
.f-block{
    /* height: 80px; */
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 80px;
    margin-left: 40px;
    margin-right: 40px;
    padding-bottom: 80px;
    gap: 0 2%;
    font-size: 20px
}
.f-logo{
    transform: translateY(-130px);
    text-align: center;
    color: #C5B78E;
    /* line-height: 150%; */
    /* font-weight: bold; */
    font-size: 30px;
}
.f-logo2>p{
    font-size: 16px;
}
.f-info{
    transform: translateY(-10px);
    line-height: 200%;
    padding: 0 3% 0 3%;
    width: 30%;
}
.f-info>h1{
    color: #C5B78E;
}
.f-info>h2{
    color: #fff;
    font-weight: bold;
}
.f-info>p{
    color: #fff;
    font-size: 12px;
    line-height: 200%;
}
.f-nav{
    position: absolute;
    color: #fff;
    right: 0;
    cursor: pointer;
    top: 80px;
    width: 45%;
}
.f-btn-list{
    display: flex;
    gap: 0 40px;
    padding-bottom: 10px;
}
iframe{
    padding-top: 65px;
    width: 100%;
    height: 400px;
    padding-bottom: 80px;
}

/* 擬似要素 */
.f-btn-list a:hover{
    color: #C5B78E;
}
/* .f-btn-list a::after{ */
    /* content: ''; */
    /* position: absolute; */
    /* left: 0; */
    /* width: 15%; */
    /* height: 2px; */
    /* background-color: #C5B78E; */
    /* visibility: hidden;  アンダーラインが位置する各リストの下端からの高さ headerの下幅に合わせてる？ */
    /* bottom: -1px;        hover前にアンダーラインを可視化しない */
    /* opacity: 0; */
/* } */
/* .f-btn-list a:hover::after{ */
    /* visibility: visible;  hover前にアンダーラインを可視化する */
    /* opacity: 1; */
    /* transition: .2s; */
/* } */
.f-gold-line{
    border: solid #C5B78E 15px;
    background-color:  #C5B78E;
}
.f-gold-line>p{
    font-size: 8px;
    text-align: center;
}




/* kv-採用ページ- recruit.html */
.r-kv{
    top: 120px;
    width: 100%;
    height: 530px;
    background-image: url(../image/採用\ kv\ jpeg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.r-kv-content{
    position: absolute;
    text-align: left;
    color: #fff;
    background-color: rgba(0, 0, 0, .57);
    padding: 20px;
    /* opacity: 0.5; */
    /* width: 1160px; */
    font-size: 60px; 
    font-weight: bold;
    line-height: 200%;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}

/* 採用情報 -採用ページ- recruit.html */
.rc{
    background-color: #fff;
    padding-top: 175px;
    padding-left: 114px;
    padding-right: 114px;
    padding-bottom: 80px;
}
.rc-ttl{
    text-align: center;
    line-height: 200%;
}
.rc-ttl>h1{
    font-size: 40px;
    font-weight: bold;
}
.rc-ttl>small{
    /* width: 160px; */
    font-size: 20px;
    line-height: 200%;
    padding-bottom: 20px;
    border-bottom: solid 2px;
}
.rc-contents1{
    padding-top: 100px;
    line-height: 200%;
    font-size: 20px;
}
.rc-contents2{
    padding-top: 40px;
}
.rc-contents2>p{
    line-height: 300%;
}


/* 募集要項 -採用ページ- recruit.html*/
.recruiting{
    background-color: #E0DADA;
    padding: 80px 100px;
}
.recruiting-ttl{
        text-align: center;
        line-height: 200%;
        padding-bottom: 20px;
        font-size: 40px;
        font-weight: bold;
        position: relative;
        /* border-bottom: solid 2px; */
}
.recruiting-ttl::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 43%;
    margin: 0 auto;
    width: 14%;
    height: 1px;
    background-color: #333;
}
.recruiting--contents1{
    margin-top: 40px;
}
.recruiting--contents1>h2,.recruiting--contents2>h2,.recruiting--contents3>h2{
    font-size: 48px;
    font-weight: bold;
    padding-bottom: 20px;
}
/* .recruiting--contents1,.recruiting--contents2,.recruiting--contents3{
    position: relative;
} */
.text1,.text2,.text3{
    padding-top: 80px;
    padding-bottom: 80px;
    /* gap: 30px 0; */
}
.text1>div,.text2>div,.text3>div{
    display: flex;
    line-height: 300%;
    text-align: left;
    font-size: 18px;
    /* gap: 30px 0; */
    width: 100%;
    padding-top: 30px;
}
.text1>div>p,.text2>div>p,.text3>div>p{
    width: 156px;
    height: 43px;
    padding-top: 5px;
}
.text1>div>span,.text2>div>span,.text3>div>span{
    /* position: absolute; */
    transform: translateX(100px);
    height: 100%;
    width: 600px;
}
.form{
    display: grid;
    text-align: center;
    margin-top: 80px;
    margin-bottom: 80px;
    color: #fff;
    line-height: 200%;
}
.b1{
    margin-bottom: 40px;
    margin-left: 10%;
    /* margin-right: 20%; */
    padding: 20px;
    background-color: #0000FF;
    width: 80%;
}
.b2{
    margin-left: 10%;
    /* margin-right: 20%; */
    padding: 20px;
    background-color: #0000FF;
    width: 80%;
}



/* 会社概要.html */
/* 会社概要kv-ページ- company.html */
.c-kv{
    top: 120px;
    width: 100%;
    height: 78vh;
    background-image: url(../image/事務所.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.c-kv-content{
    position: absolute;
    text-align: left;
    color: #fff;
    background-color: rgba(0, 0, 0, .57);
    padding: 20px;
    /* opacity: 0.5; */
    /* width: 1160px; */
    font-size: 60px; 
    font-weight: bold;
    line-height: 200%;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}

/* 会社概要 -代表ページ- company.html */
.c-t{
    background-color: #fff;
    padding-top: 175px;
    padding-left: 114px;
    padding-right: 114px;
    padding-bottom: 200px;
}
.c-t-ttl{
    line-height: 200%;
}
.c-t-ttl>h1{
    font-size: 48px;
    font-weight: bold;
    position: relative;
}
.c-t-ttl>h1::after{
    content: '';
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 14%;
    height: 1px;
    background-color: #333;
}
.c-t-contents1{
    padding-top: 80px;
    line-height: 200%;
    font-size: 20px;
    width: auto;
}
.c-t-contents1>h2{
    position: absolute;
    font-size: 40px;
    font-weight: bold;
    padding-top: 80px;
    right: 114px;
}

/* 会社概要 -会社概要ページ- company.html*/
.company{
    background-color: #E0DADA;
    padding: 80px 160px;
}
.c-ttl{
    display: grid;
    align-items: center;
    text-align: center;
    line-height: 150%;
    padding-bottom: 20px;
    font-size: 48px;
    font-weight: bold;
    position: relative;
    /* border-bottom: solid 2px; */
}
.c-ttl>small{
    font-size: 24px;
}
.c-ttl::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 43%;
    margin: 0 auto;
    width: 14%;
    height: 1px;
    background-color: #333;
}
.c--contents1{
    /* font-weight: bold; */
    margin-top: 40px;
}
/* .recruiting--contents1,.recruiting--contents2,.recruiting--contents3{
    position: relative;
} */
.c-text1{
    padding-top: 80px;
    padding-bottom: 80px;
    /* gap: 30px 0; */
}
.c-text1>div{
    display: flex;
    line-height: 300%;
    text-align: left;
    font-size: 20px;
    width: 100%;
    padding-top: 30px;
    border-bottom: 1px solid #333;
}
/* .c-text1>div::after{
    content: '';
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    width: 100%;
    height: 1px;
    background-color: #333;
} */
.c-text1>div>p{
    width: 156px;
    height: 43px;
    padding-top: 5px;
}
.c-text1>div>span{
    /* position: absolute; */
    transform: translateX(180px);
    height: 100%;
    width: 800px;
}



/* contact.html */
/* お問合せ　kv-ページ- contact.html  */
.contact-kv{
    top: 120px;
    width: 100%;
    height: 78vh;
    background-image: url(../image/警備風景１人.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.contact-kv-content{
    position: absolute;
    text-align: left;
    color: #fff;
    background-color: rgba(0, 0, 0, .57);
    padding: 20px;
    /* opacity: 0.5; */
    /* width: 1160px; */
    font-size: 64px; 
    font-weight: bold;
    line-height: 200%;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}
/* お問合せ - contact.html */
.contact-sec{
    background-color: #fff;
    padding-top: 175px;
    padding-left: 114px;
    padding-right: 114px;
    padding-bottom: 200px;
}
.contact-ttl{
    line-height: 200%;
    font-size: 48px;
    font-weight: bold;
    text-align: center;
    position: relative;
}
.contact-ttl::after{
    content: '';
    position: absolute;
    bottom: -40px;
    left: 40%;
    width: 20%;
    height: 1px;
    background-color: #333;
}
.contact-contents1{
    padding-top: 80px;
    line-height: 200%;
    font-size: 20px;
    width: auto;
}

/* お問合せフォーム */
/* .contact-contents1 {
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
    max-width: 720px;
}
@media screen and (max-width: 480px) {
    .contact-contents1 {
      margin-top: 40px;
    }
}
.Form-Item {
    border-top: 1px solid #ddd;
    padding-top: 24px;
    padding-bottom: 24px;
    width: 100%;
    display: flex;
    align-items: center;
}
@media screen and (max-width: 480px) {
    .Form-Item {
      padding-left: 14px;
      padding-right: 14px;
      padding-top: 16px;
      padding-bottom: 16px;
      flex-wrap: wrap;
    }
}
.Form-Item:nth-child(5) {
    border-bottom: 1px solid #ddd;
}
.Form-Item-Label {
    width: 100%;
    max-width: 248px;
    letter-spacing: 0.05em;
    font-weight: bold;
    font-size: 18px;
}
@media screen and (max-width: 480px) {
    .Form-Item-Label {
      max-width: inherit;
      display: flex;
      align-items: center;
      font-size: 15px;
    }
}
.Form-Item-Label.isMsg {
    margin-top: 8px;
    margin-bottom: auto;
}
@media screen and (max-width: 480px) {
    .Form-Item-Label.isMsg {
      margin-top: 0;
    }
}
.Form-Item-Label-Required {
    border-radius: 6px;
    margin-right: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 48px;
    display: inline-block;
    text-align: center;
    background:  #0000FF;
    color: #fff;
    font-size: 14px;
}
@media screen and (max-width: 480px) {
    .Form-Item-Label-Required {
      border-radius: 4px;
      padding-top: 4px;
      padding-bottom: 4px;
      width: 32px;
      font-size: 10px;
    }
}
.Form-Item-Input {
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-left: 40px;
    padding-left: 1em;
    padding-right: 1em;
    height: 48px;
    flex: 1;
    width: 100%;
    max-width: 410px;
    background: #eaedf2;
    font-size: 18px;
}
@media screen and (max-width: 480px) {
    .Form-Item-Input {
      margin-left: 0;
      margin-top: 18px;
      height: 40px;
      flex: inherit;
      font-size: 15px;
    }
}
.Form-Item-Textarea {
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-left: 40px;
    padding-left: 1em;
    padding-right: 1em;
    height: 216px;
    flex: 1;
    width: 100%;
    max-width: 410px;
    background: #eaedf2;
    font-size: 18px;
}
@media screen and (max-width: 480px) {
    .Form-Item-Textarea {
      margin-top: 18px;
      margin-left: 0;
      height: 200px;
      flex: inherit;
      font-size: 15px;
    }
}
.Form-Btn {
    border-radius: 6px;
    margin-top: 32px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 280px;
    display: block;
    text-align: center;
    letter-spacing: 0.05em;
    background:  #0000FF;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}
@media screen and (max-width: 480px) {
    .Form-Btn {
      margin-top: 24px;
      padding-top: 8px;
      padding-bottom: 8px;
      width: 160px;
      font-size: 16px;
    }
} */



/* スマホ */
/* スマホ　HOME */
@media screen and (max-width: 768px) {
    .sp{
        display: block;
        /* box-sizing: border-box; */
        overflow: auto;
      }
    .pc{
        display: none;
      }
    header>.gold-line{
        border: solid #C5B78E 8px;
        }
    .h-logo{
        gap: 0 15px;
    }
    .h-logo>img{
            width: 50px;
            height: 50px;
        }
    .h-block{
            height: 40px;
            margin: 15px 20px;
        }
    .logo>h1{
            font-size: 18px;
        }
        .logo>p{
            font-size: 8px;
        }
    .s-h-btn {
            width: 50px;
            height: 50px;
            position: fixed;
            top: 35px;
            right: 0;
            margin-right: 20px;
            z-index: 10000;
     }
    .s-h-btn div{
            width: calc(100% - 20px);
            height: 100%;
            margin: 0 auto;
            position: relative;
     }
    .s-h-btn div span{
            position: absolute;
            width: 100%;
            height: 1px;
            right: 0;
            background-color: #fff;
            transition: .5s;
    }
    .s-h-btn div span:first-of-type{
            top: 0;
    }
    .s-h-btn div span:nth-of-type(2){
            top: 20%;
    }
    .s-h-btn div span:last-of-type{
            top: 40%;
    }
    .s-h-btn.active div span{
            top: 50%;
            background-color: #fff;
     }
    /* .s-h-btn.active div span:first-of-type{
            transform: translateY(-50%) rotate(45deg);
    }
    .s-h-btn.active div span:last-of-type{
            transform: translateY(-50%) rotate(-45deg);
            width: 100%;
    } */
      .active .s-h-btn div span:first-of-type, .active .s-h-btn div span:last-of-type{
        top: 20%;
      }
      .active .s-h-btn div span:first-of-type{
        transform: translate(-50%, -50%) rotate(135deg);
      }
      .active .s-h-btn div span:nth-of-type(2){
        opacity: 0;
      }
      .active .s-h-btn div span:last-of-type{
        transform: translate(-50%, -50%) rotate(-135deg);
      }

      .h-btn ul{
        flex-wrap: wrap;
      }
      .h-btn li{
        padding: 0;
        width: 100%;
        text-align: center;
      }
      .h-btn{
        font-size: 20px;
        position: fixed;
        top: 60px;
        right: 0;
        width: 210px;
        padding: 40px;
        background-color: rgba(0,0,0,0.5);
        height: 100vh;
        z-index: 250;
        color: #fff;
        transform: translateX(100vw);
        transition: .5s
      }
      .active .h-btn{
        transform: translateX(0);
      }
      .h-btn li{
        text-align: center;
      }
      .h-btn li:first-of-type{
        padding-bottom: 20px;
      }
      .h-btn li + li{
        padding: 20px 0;
      }
      /* スマホ　HOME KV */
    .kv {
        transform: translateY(-48px);
        background-position: center;
        width: 100%;
        height: 60vh;
    }
    .kv-content{
        width: 95%;
        font-size: 20px;
        font-weight: bold;
    }
     /* スマホ　HOME ABOUT */
     .about-container{
        padding: 135px 20px 40px 20px;
     }
     .about-ttl>h1{
        font-size: 32px;
    }
    .about-ttl>small{
        /* width: 160px; */
        font-size: 10px;
        width: 90px;
    }
    /* スマホ　HOME ABOUT - 事業内容 */
    .service{
        flex-wrap: wrap;
        margin-bottom: 0;
    }
    .service .service-sec{
        width: 100%;
    }
    .service>.service-sec{
        padding: 20px 2% 20px 2%;
    }
    .s-ttl{
        width: 150px;
    }
    .s-ttl>strong{
        font-size: 30px;
    }
    .s-ttl>small{
        font-size: 16px;
    }
    .service-sec>h3{
        font-size: 24px;
        padding: 20px 0;
    }
    .service-sec>p{
        font-size: 12px;
        line-height: 200%;
    }
    .service>p img{
        width: 100%;
        transform: none;
    }
    /* スマホ　HOME ABOUT　事務所 */
    .office{
        flex-wrap: wrap;
        padding-bottom: 0;
    }
    .office .o-content{
        width: 100%;
        transform: none;
    }
    .o-content>h2{
        font-size: 30px;
    }
    .o-content>small{
        font-size: 16px;
    }
    .o-content>p{
        font-size: 12px;
    }
    .office>p{
        width: 100%;
        height: 80%;
    }
    .o-content>button {
        width: 90%;
        text-align: center;
        margin-left: 0;
    }
    /* .office>p img{
    } */
     /* スマホ　HOME 採用情報 */
     .recruit-container{
        padding: 40px 2% 40px 2%;
    }
    .r-ttl{
        text-align: center;
    }
    .r-ttl>strong{
        font-size: 32px;
        width: 200px;
    }
    .r-ttl>small{
        font-size: 16px;
    }
    .recruit{
        flex-wrap: wrap;
        margin: 40px 0 0 0;
        padding-bottom: 0;
    }
    .recruit>p img{
        width: 100%;
    }
    .r-content{
        width: 100%;
        padding-left: 2%;
    }
    .r-content>h2{
        font-size: 20px;
    }    
    .r-content>p{
        font-size: 14px;
        line-height: 200%;
    }
    /* スマホ　HOME  警備業務標識 t-sgn table */
    .t-sign{
        padding: 40px 20px 40px 20px;
    }
    .t-ttl{
        margin-bottom: 40px;
    }
    .t-ttl>h1{
        font-size: 42px;
        justify-content: center;
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .t-ttl>p{
        font-size: 12px;
    }
    .t-sign>small{
        font-size: 12px;
        line-height: 200%;
    }
    .t-list{
        font-size: 10px;
        line-height: 200%;
    }
    .comement-list1,.comement-list2{
        font-size: 8px;
    }
    .certificate>img{
        width: 100%;
    }
    /* スマホ　HOME  NEWS */
    .news{
        padding: 40px 40px;
    }
    .n-ttl>h1{
        font-size: 32px;
    }
    .n-ttl>small{
        font-size: 12px;
        padding-bottom: 10px;
    }
    .contents{
        padding-top: 40px;
        flex-wrap: wrap;
        justify-content: space-between;
        font-size: 14px;
        width: 100%;
    }
    .contents>.c-1,.c-2{
        height: 100%;
        width: 100%;
    }
    .contents .c-1>p{
        line-height: 200%;
        width: 100%;
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .c-line{
       display: none;
    }
    .contents .c-2>p{
        height: auto;
        line-height: 200%;
        width: 100%;
        margin-top: 10px;
        margin-bottom: 20px;
    }
    /* スマホ　FOOTER */
    .f-block{
        flex-wrap: wrap;
    }
    .f-logo{
        transform: none;
        text-align: center;
        margin: 0 auto;
        font-size: 30px;
        height: 700px;
    }
    .f-logo2>p{
        font-size: 16px;
    }
    .f-info{
        width: 100%;
    }
    .f-nav{
        top: 300px;
        width: 100%;
        font-size: 13px;
    }
    .f-h-btn{
        width: 100%;
    }
    .f-btn-list{
        /* flex-direction: column; */
        gap: 0 20px;
        padding-bottom: 10px;
    }
    .f-btn-list>li{
        width: 20%;
    }
    iframe{
        padding-top: 40px;
        height: 400px;
    }

    /* スマホ　採用ページ　kv */
    .r-kv{
        transform: translateY(-48px);
        background-position: center;
        width: 100%;
        height: 60vh;
    }
    .r-kv-content{
        width: 180px;
        font-size: 30px;
        font-weight: bold;
    }
    /* スマホ　採用ページ　採用情報 */
    .rc{
        background-color: #fff;
        padding-top: 135px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .rc-ttl>h1{
        font-size: 32px;
    }
    .rc-ttl>small{
        font-size: 16px;
    }
    .rc-contents1{
        padding-top: 50px;
        font-size: 14px;
    } 
    .rc-contents2{
        padding-top: 20px;
    }
    /* スマホ版　募集要項 -採用ページ-*/
    .recruiting{
        padding: 40px 10px;
    }
    .recruiting-ttl{
        padding-bottom: 20px;
        font-size: 32px;
    }
    .recruiting--contents1{
        margin-top: 20px;
    }
    .recruiting--contents1>h2,.recruiting--contents2>h2,.recruiting--contents3>h2{
        font-size: 24px;
        padding-bottom: 10px;
    }
    .text1,.text2,.text3{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .text1>div,.text2>div,.text3>div{
        display: flex;
        font-size: 10px;
        padding-top: 15px;
    }
    .text1>div>p,.text2>div>p,.text3>div>p{
        width: 156px;
        height: 43px;
        padding-top: 5px;
    }
    .text1>div>span,.text2>div>span,.text3>div>span{
        transform: translateX(0px);
        height: 100%;
        width:  70%;
    }
    .form{
        margin-top: 40px;
        margin-bottom: 40px;
        margin: 0 auto;
        text-align: center;
    }
    .b1{
        margin-bottom: 20px;
        padding: 10px;
        width: 80%;
        margin-right: 10%;
    }
    .b2{
        padding: 10px;
        margin-right: 10%;
    }

    /* スマホ　会社概要ページ　kv */
    .c-kv{
            transform: translateY(-48px);
            background-position: center;
            width: 100%;
            height: 60vh;
    }
    .c-kv-content{
            width: 180px;
            font-size: 32px;
            font-weight: bold;
    }
    .c-t{
        padding: 135px 10px;
    }
    .c-t-ttl>h1{
        font-size: 32px;
    }
    .c-t-contents1{
        font-size: 10px;
    }
    .c-t-contents1>h2{
        font-size: 28px;
        padding: 40px 0 30px 0;
        right: 10px;
    } 
    .company{
        padding: 40px 10px;
    }
    .c-ttl{
        padding-bottom: 10px;
        font-size: 32px;
    } 
    .c-ttl>small{
        font-size: 16px;
    }
    .c--contents1{
        margin-top: 20px;
    }
    .c-text1>div{
        line-height: 200%;
        font-size: 10px;
        width: 100%;
        padding-top: 15px;
    }
    .c-text1>div>p{
        width: 170px;
        height: 43px;
        padding-top: 5px;
    }
    .c-text1>div>span{
        transform: translateX(0px);
        height: 100%;
        width: 100%;
    } 
}