@import url('https://fonts.googleapis.com/css2?family=Afacad:ital,wght@0,400..700;1,400..700&display=swap');
.font_afacad {
  font-family: "Afacad", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}


.service_kv{
  position: relative;
  width: 100%;
  height: 40vw;
  background-image: url(../images/service/kv.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.service_title{
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 12vw 0;
  margin: 0 auto;
}

.service_title h2{
  font-size: 10vw;
}

.service_kv .img_jk2u{
  position: absolute;
  left: -50px;
  bottom: 50px;
  width: 14vw;
  animation: circle 8s infinite linear;
}

/* .service_content {margin-bottom:200px;
  background-image: url(../images/service/bg2_pc.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
} */

.service_content {position:relative;}
.service_content::after {content:""; width:1600px; height:90%; position:absolute; top:50%; left:50%; transform:translate(-50%, -50%) rotate(-20deg); z-index:-1; clip-path: ellipse(40% 50% at 50% 50%); background: rgb(204,204,204); background: linear-gradient(0deg, rgba(204,204,204,1) 30%, rgba(239,222,0,1) 100%);}

.service_content .container {position:relative;}
.service_content .container .service_box {position:relative; z-index:2;}
.container .lt_tp {width:350px; position:absolute; top:30%; left:-250px;}
.container .lt_bt {width:300px; position:absolute; top:55%; left:-250px;}
.container .rt {width:330px; position:absolute; top:25%; right:-250px;}

.service_content .row{
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content:space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
}

.service_content .i1{
  padding: 0 20%;
}

.service_content .col2{
  width: 40%;
}

.service_content .service_item{
  margin-bottom: 50px;
}

.service_content .maintitle{
  position: relative;
}

.service_content .maintitle h2{
  font-size: 80px;
  margin-bottom: 10px;
}

.service_content .maintitle h2::after{
  content: "";
}

.service_content .maintitle span{
  position: absolute;
  background-color: #ffffff;
  padding: 2px;
}

.service_content .item_in {text-align:justify; line-height: 1.6;}

.t1{
  bottom: 5%;
  right: 25%;
}

.t2{
  bottom: 5%;
  right: 35%;
}

.t3{
  bottom: 5%;
  left: 25%;
}

.t4{
  bottom: 5%;
  left: -5%;
}

.t5{
  bottom: 5%;
  right: 25%;
}

.t6{
  top: 5%;
  left: 25%;
}

.t7{
  bottom: 5%;
  left: 15%;
}

.t8{
  top: 35%;
  left: 50%;
}

@keyframes circle{
  0%{
    -webkit-transform:rotate(0deg);
    transform:rotate(0deg);
  }
  100%{
    -webkit-transform:rotate(360deg);
    transform:rotate(360deg);
  }
}

.sop_title{
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 12vw 0 3vw 0;
  margin: 0 auto;
}

.sop_title h2{
  font-size: 10vw;
}

#sop {position:relative; margin-bottom:200px; display:grid; grid-template-columns:20% 20% 20% 20% 20%; grid-template-rows:auto auto auto; justify-content:center; align-items:center;}

#sop .brand {grid-column-start:2; position:relative; width:100%; height:100%;}
#sop .analy {grid-column-start:3; grid-column-end:span 2;}
#sop .media {grid-column-start:1; grid-row-start:2; grid-column-end:span 2;}
#sop .jklogo {grid-column-start:3; grid-row-start:2; justify-self:center;}
#sop .plan {grid-column-start:4; grid-row-start:2; grid-column-end:span 2;}
#sop .design {grid-column-start:1; grid-row-start:3; grid-column-end:span 3; justify-self:flex-end}
#sop .people {grid-column-start:4; grid-row-start:3; position:relative; width:100%; height:100%;}

#sop .flx {display:flex; justify-content:center; align-items:center; align-content:center; position:relative;}
#sop .flx img {width:80px; height:auto; margin:15px;}
#sop .media, #sop .plan {flex-wrap:wrap;}
#sop .media span, #sop .plan span {width:100%;}
#sop .jklogo {width:150px; height:auto;}

#sop .tbl_title {background:black; color:#d7d200; display:table; margin:0px auto -6px auto; padding:0px 6px; font-weight:600; position:relative; z-index:1;}

#sop .list {min-width:180px; background:white; border-top:1px solid black; border-left:1px solid black; border-right:1px solid black; position:relative;}
#sop .list li {border-bottom:1px solid black; padding:10px 25px; text-align:center;}

#sop .list span {position:absolute; width:5px; height:5px; border:1px solid black; background:white;}
#sop .list span.tp_lt {top:-3px; left:-3px;}
#sop .list span.tp_rt {top:-3px; right:-3px;}
#sop .list span.bt_lt {bottom:-2px; left:-3px;}
#sop .list span.bt_rt {bottom:-2px; right:-3px;}

#sop .brand p, #sop .people p {display:table; font-size:26px; color:#efde00; letter-spacing:2px;}
#sop .brand p {position:absolute; right:10%; bottom:0; transform:rotate(-27deg);}
#sop .people p {position:absolute; top:40%; left:20%; transform:rotate(-30deg);}

#sop::after {content:""; width:85%; height:80%; position:absolute; top:50%; left:50%; transform:translate(-50%, -50%) rotate(-20deg); z-index:-1; clip-path: ellipse(40% 50% at 50% 50%); background: rgb(204,204,204); background: linear-gradient(0deg, rgba(204,204,204,1) 30%, rgba(239,222,0,1) 100%);} 

/* @media screen and (max-width: 1600px) {
  .service_content{
    background-size: cover;
  }
}*/

#pin {position:relative; box-sizing:border-box;}
.pin_lt {position:absolute; top:50px; left:30px; width:30px; display:flex; flex-wrap:wrap; gap:30px; z-index:5;}

#rt_bg {position:relative;}
#rt_bg img.rt_jk {width:28vw; height:auto; position:absolute; right:0; top:50%; transform:translateY(-50%);}


@media screen and (max-width: 1400px) {
  .container{
    width: 80%;
  }

  .service_content .maintitle h2{
    font-size: 70px;
  }
}

@media screen and (max-width: 1200px) {
  
}

@media screen and (max-width: 1100px) {
  .service_content .col2{
    width: 45%;
  }
}

@media screen and (max-width: 999px) {
  .service_content .maintitle h2{
    font-size: 60px;
  }

  .service_content .maintitle span{
    font-size: 16px;
  }

}

@media screen and (max-width: 720px) {

  .service_kv{
    height: 60vw;
    background-image: url(../images/service/kv_mb.jpg);
  }

  .service_title{
    padding: 18vw 0;
  }

  .service_title h2{
    font-size: 12vw;
  }

  .service_kv .img_jk2u{
    width: 20vw;
  }
  
  .service_content{
    margin-top: 30px;
  }

  .service_content .service_item{
    margin-bottom: 30px;
  }

  .service_content .i1{
    width: 100%;
    padding: 0;
  }
  
  .service_content .col2{
    width: 100%;
  }

  .service_content .maintitle h2{
    font-size: 45px;
    display: inline-block;
  }

  .t1,.t3,.t5,.t7{
    left: 20%;
    right: unset;
    bottom: unset;
    top: -10%;
  }

  .t2,.t4,.t6,.t8{
    left: 10%;
    right: unset;
    bottom: unset;
    top: -10%;
  }


}



@media screen and (max-width: 480px) {

  body, html {width:100vw; overflow-x:hidden;}

  .service_content::after {width:600vw; height:80%;}
  .container .lt_tp, .container .lt_bt, .container .rt {display:none;}

  .service_title h2{
    font-size: 16vw;
  }

  .service_kv .img_jk2u{
    left: -10px;
  }

  .sop_title h2 {font-size:16vw;}

  #sop {grid-template-columns:auto; grid-template-rows:auto auto auto auto auto; margin-bottom:100px;}
  #sop .brand, #sop .people, #sop .flx img {display:none;}
  #sop .jklogo {width:100px; padding:40px 0px 20px 0px; grid-column-start:1; grid-row-start:1;}
  #sop .analy {grid-column-start:1; grid-row-start:2; grid-column-end:span 1;}
  #sop .media {grid-column-start:1; grid-row-start:3; grid-column-end:span 1;}
  #sop .plan {grid-column-start:1; grid-row-start:4; grid-column-end:span 1;}
  #sop .design {grid-column-start:1; grid-row-start:5; grid-column-end:span 1; justify-self:center;}

  #sop .flx {padding:20px 0px;}

  #sop::after {width:600vw; height:100%; transform:translate(-50%, -50%) rotate(-10deg);}

  .pin_lt {left:0px; gap:15px;}
  .pin_lt img {width:20px; height:auto;}

  #rt_bg img.rt_jk {width:22vw; top:0; transform:translateY(0%);}

  
}
