
/* ファーストビュー */
#firstview {
    background-image: url(../img/top_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /* height: 600px; */
    height: 350px;
    position: relative;
    padding-top: 82px;
    z-index: 0;
}
video {
    width: auto;
    /* height: auto; */
    height: 350px;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    object-fit: cover;
}
#firstview .text_box {
    text-align: center;
    /* top: 40%; */
    top: 35%;
    position: absolute;
}
.catch {
    padding-bottom: 13px;
}
.catch img {
    /* width: 80%; */
    width: 75%;
}
.center {
    text-align: center;
}
/* #firstview::after {
    content: "";
    position: absolute;
    width: 108%;
    height: 123%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(../img/illegal_alert_tape.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
} */
/* background-color: #002dbf94; */


/* @media screen and (max-width: 980px) {
    #firstview::after {
        background-image: url(../img/illegal_alert_tape_PD.png);
    }
} */
@media screen and (max-width: 768px) {
    #firstview {
        height: 400px;
    }
    #firstview .text_box {
        width: 100%;
        top: 25%;
    }
    .catch img {
        width: 75%;
    }
}
@media screen and (max-width: 480px) {
    #firstview {
        /* height: 510px; */
        height: 350px;
        padding-top: 72px;
    }
    /* #firstview::after {
        background-image: url(../img/illegal_alert_tape_SP.png);
        height: 126%;
        transform: translate(-50%,-4%);
    } */
    #firstview .text_box {
        top: 20%;
    }
    #firstview h1 {
        line-height: 1.2em;
    }
}

.tb {
    display: none;
}
.sp {
    display: none;
}
.sp_none {
    display: block;
}
.container {
    width: 80%;
}

#news {
    text-align: center;
    width: 50%;
    margin: auto;
    margin-top: 30px;
}
#news .title {
    margin-bottom: 10px;
    padding: 0;
}
#news .item {
    border-bottom: solid 1px #ffffff9f;
    text-align: left;
}
#news .item a {
    /* color: #ffffff; */
    color: #6cc0f1;
}
#news .item a:hover{
    /* color: #ffffff9f; */
    color: #6cc0f1c4; 
}
#news .date {
    display: inline-block;
    color: #ffffff9f;
    font-size: 15px;
    padding-right: 10px;
}
#news .line {
    display: inline-block;
    font-size: 15px;
}
@media screen and (max-width: 768px) {
    #news {
        width: 80%
    }
}
@media screen and (max-width: 400px) {
    #news .date, #news .line {
        font-size: 13px;
    }
}

#harm {
    text-align: center;
    width: 100%;
    padding-top: 80px;
    padding-bottom: 100px;
}
#harm .title {
    padding-bottom: 15px;
}
#harm .title h1{
    color: #F9FF24;
    /* font-size:26px; */
    font-family: 'Noto Sans JP', YuGothic, 'Yu Gothic Medium', '游ゴシック Medium', '游ゴシック体', 'Hiragino Kaku Gothic', 'Droid Sans', sans-serif;
}
#harm .flex {
    width: 660px;
}
#harm .flex img {
    width: 45%;
    height: 165px;
    object-fit: cover;
}
#harm .content_box p {
    width: 690px;
    margin: 16px auto;
    text-align: left;
}
#harm .example {
    width: 550px;
    margin: 40px auto;
    position: relative;
    z-index: 0;
}
#harm .example ul {
    text-align: left;
}
#harm .flex {
    padding: 15px 0;
}
#harm .example h2 {
    display: inline-block;
    color: #F22B67;
    background-color: #252525;
    margin: 0;
    padding: 0 15px;
    text-decoration: underline;
    font-size: 20px;
}
#harm .example::after {
    content: "";
    display: block;
    width: 100%;
    height: 90%;
    position: absolute;
    bottom: 0;
    border: solid 1px #ffffff;
    border-radius: 25px;
    z-index: -1;
}

#fugitive {
    text-align: center;
    width: 100%;
    /* padding: 100px 0; */
    padding-bottom: 100px;
}
#fugitive .title {
    padding-bottom: 30px;
}
#fugitive .title .warn {
    display: flex;
    justify-content: center;
}
#fugitive .title .warn img {
    padding-right: 20px;
}

#fugitive .title h1 {
    color: #F9FF24;
    font-family: 'Noto Sans JP', YuGothic, 'Yu Gothic Medium', '游ゴシック Medium', '游ゴシック体', 'Hiragino Kaku Gothic', 'Droid Sans', sans-serif;
}
#fugitive .title h2 {
    color: #F22B67;
    text-decoration: underline;
}
.pink {
    color: #F22B67;
    font-size: 17px;
}
#fugitive .flex {
    flex-wrap: wrap;
    justify-content: space-evenly;
}
#fugitive .flex .item {
    width: 201px;
    padding: 10px;
    margin-bottom: 10px;
}
#fugitive .textbox {
    margin-bottom: 10px;
}
#fugitive .textbox p{
    line-height: 1.3em;
    font-size: 14px;
    margin: 0;
    /* overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; */
}
.parkingArea {
    height: 35px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.registryNumber {
    line-height: 1.3em;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#fugitive .textbox .graytitle{
    color: #ffffffab;
    /* padding-right: 10px; */
}
#fugitive .flex::before{
    content:"";
    display: block;
    width:200px;
    padding: 0 10px;
    order:1;
}
#fugitive .flex::after{
    content:"";
    display: block;
    width:200px;
    padding: 0 10px;
}
.report_btn {
    display: inline-block;
    width: 100%;
    color: #ffffff;
    background-color: #E4262C;
    width: 100%;
    padding: 2px;
    text-align: center;
    border-radius: 4px;
}
.report_btn:hover {
    background-color: #b2161b;
}

#about {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 100px auto;
}
#about img.above {
    width: 42%;
    min-width: 280px;
    z-index: 1;
}
#about .message_box {
    width: 310px;
    padding: 80px 50px;
    position: relative;
    z-index: 0;
}
.message_box::after {
    content: "";
    position: absolute;
    width: 150%;
    height: 100%;
    left: 0;
    top: 0;
    /* background-image: url(../img/about_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; */
    /* background-color: #1743D2; */
    /* background: conic-gradient(from 8deg at 88.56% 54.72%, #002BB7 83.93967747688293deg, #1449F3 94.20798897743225deg, #89C6FF 112.16193437576294deg, #2C7BF2 133.3023977279663deg, #1449F3 219.05388593673706deg, #002BB7 300.91031312942505deg); */
    background: linear-gradient(135deg, #002BB7 0%, #1743D2 45%, #a8bcff 70%, #1743D2 85%, #002BB7 90% 100%);
    /* background: linear-gradient(150deg,#85a2ff,#1743D2); */
    z-index: -1;
}
.en_title {
    height: 40px;
}
#about .message_box p {
    color: #D9D9D9;
    text-shadow: 1px 1px 3px #212121;
}
@media screen and (max-width: 900px) {
    #fugitive .content_box {
        width: 85%;
        margin: auto;
    }
    #fugitive .pc {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    #harm {
        width: 90%;
        margin: 0 auto;
    }
    #harm .content_box p {
        width: 100%;
    }
    #harm .flex {
        width: 100%;
    }
    #fugitive .content_box {
        width: 90%;
        margin: auto;
        text-align: left;
    }
    #fugitive #data_container {
        padding-bottom: 30px;
    }
    #about {
        flex-direction: column;
    }
    .en_title {
        height: 30px;
    }
    .message_box::after {
        width: 100%;
    }
    #about .message_box {
        width: 70%;
    }
    #about img.above {
        width: 50%;
        margin-top: -50px;
    }
}
@media screen and (max-width: 600px) {
    .tb {
        display: block;
    }
    .sp_none {
        display: none;
    }
    #harm .flex img {
        height: 130px;
    }
}
@media screen and (max-width: 510px) {
    #fugitive .flex .item {
        width: 45%;
        padding: 5px;
    }
    #fugitive .flex::before {
        width: 45%;
    }
}
@media screen and (max-width: 480px) {
    .sp {
        display: block;
    }
    .pink {
        font-size: 16px;
    }
    #harm {
        /* padding-top: 30px; */
    }
    #harm .title {
        padding-bottom: 5px;
    }
    #harm .title h1 {
        line-height: 1.3em;
    }
    #harm .content_box p {
        font-size: 14px;
    }
    /* #fugitive {
        padding: 30px 0;
    } */
    #fugitive .title {
        padding-bottom: 10px;
    }
    #fugitive .title h2 {
        font-size: 20px;
    }
    #fugitive .flex {
        width: 100%;
    }
    #fugitive .textbox p{
        font-size: 13.5px;
    }
    #fugitive .textbox .graytitle{
        font-size: 11px;
    }
    #about {
        margin: 70px auto;
    }
    #about .message_box {
        width: 80%;
    }
}
@media screen and (max-width: 400px) {
    #fugitive .textbox p{
        font-size: 11.5px;
    }
    .parkingArea {
        height: 30px;
    }
    #about .message_box {
        width: 90%;
        padding: 80px 30px;
    }
}

.title {
    padding-bottom: 40px;
}
.title h2 {
    margin: 5px 0;
}
#issue {
    background-color: #393838;
    text-align: center;
    width: 100%;
    padding: 100px 0;
    position: relative;
    z-index: 0;
}
#issue .content_box {
    /* width: 600px; */
    width: 75%;
    padding: 50px 0 60px;
    margin: auto;
}
#issue p {
    margin: 10px auto;
}
#issue::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 150%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url(../img/cyber_pattern.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

@media screen and (max-width: 1300px) {
    #issue::after {
        height: 120%;
    }
}
@media screen and (max-width: 980px) {
    #issue::after {
        height: 100%;
    }
}
@media screen and (max-width: 768px) {
    #issue::after {
        height: 120%;
        background-image: url(../img/cyber_pattern_PD.png);
    }
    #issue .content_box {
        width: 73%;
    }
}
@media screen and (max-width: 480px) {
    #issue {
        padding: 70px 0;
    }
    /* #issue::after {
        height: 100%;
    } */
    #issue h1 {
        font-size: 20px;
    }
    #issue .content_box {
        padding: 20px 0;
        width: 80%;
        text-align: justify;
    }
}

#system {
    width: 100%;
    text-align: center;
    padding: 100px 0;
}
.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content:space-around;
    align-items: flex-start;
    width: 90%;
    margin: auto;
    padding: 50px 0;
}
.flex .item {
    width: 30%;
    text-align: left;
}
.flex .item img {
    width: 100%;
    height: 130px;
    object-fit: cover;
}
#system .subtitle {
    padding: 20px 0 10px;
    border-bottom: solid 1px #ffffff;
    font-size: 20px;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    #system .flex {
        flex-direction: column;
    }
    #system .flex .item {
        display: flex;
        align-items: center;
        width: 100%;
        padding-bottom: 20px;
    }
    #system .flex .item img {
        width: 40%;
        padding-right: 20px;
    }
    /* .flex .subitem {

    } */
}
@media screen and (max-width: 480px) {
    #system {
        padding: 70px 0;
    }
    #system .flex {
        width: 85%;
        padding-top: 0;
        padding-bottom: 20px;
    }
    #system .flex .item {
        flex-direction: column;

    }
    #system .flex .item img {
        width: 80%;
        padding: 0;
    }
    #system .subtitle {
        text-align: center;
        font-size: 18px;
    }
}

#mission {
    width: 100%;
    text-align: center;
    padding: 100px 0;
    position: relative;
    z-index: 0;
}
#mission::after {
    content: "";
    position: absolute;
    width: 50%;
    height: 70%;
    top: 14%;
    left: 56%;
    background-image: url(../img/mission_img.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: -1;
}
#mission .content {
    display: flex;
    flex-direction: column;
    text-align: left;
    /* width: 40%; */
    width: 500px;
    padding: 50px 0;
    padding-left: 15%;
}
#mission .item {
    padding-bottom: 50px;
}
#mission .subtitle {
    display: flex;
    align-items: center;
}
#mission .subtitle img {
    height: 30px;
    display: inline-block;
    padding-right: 50px;
}
#mission .subtitle #higher {
    height: 42px;
}
#mission .subtitle .jp {
    display: inline-block;
}

@media screen and (max-width: 768px) {
    #mission::after {
        width: 0;
    }
    #mission .content {
        padding-left: 0;
        margin: auto;
    }
    #mission .subtitle img {
        height: 25px;
    }
    #mission .subtitle #higher {
        height: 37px;
    }
}
@media screen and (max-width: 600px) {
    #mission .content {
        width: 80%;
    }
}
@media screen and (max-width: 480px) {
    #mission .subtitle {
        flex-direction: column;
    }
    #mission .subtitle img {
        padding-right: 0;
        padding-bottom: 10px;
    }
    #mission {
        padding: 50px 0;
        padding-bottom: 0;
    }
    #mission .content {
        padding: 20px 0;
        text-align: justify;
    }
    #mission .item {
        padding-bottom: 3cqi;
    }
}

#stop {
    text-align: center;
    margin: auto;
    padding-bottom: 100px;
}
#stop .flex {
    padding: 0;
    padding-bottom: 20px;
}
#stop .content_box {
    /* text-align: left; */
    /* width: 550px; */
    width: 70%;
    /* min-width: 550px; */
    min-width: 700px;
    margin: auto;
    padding-bottom: 50px;
}
#stop .center a {
    margin-top: 20px;
}
.ylw {
    color: #F9FF24;
}

@media screen and (max-width: 900px) {
    #stop .content_box {
        min-width: 550px;
    }
    #stop .pc {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    #stop {
        width: 100%;
    }
}
@media screen and (max-width: 600px) {
    #stop .content_box {
        min-width: 0;
        width: 80%;
        text-align: left;
    }
}
@media screen and (max-width: 480px) {
    #stop {
        padding: 50px 0;
        padding-bottom: 30px;
    }
    #stop .title {
        padding-bottom: 20px;
    }
    #stop .flex {
        flex-direction: column;
        align-items: center;
        /* padding: 30px 0; */
        padding: 0;
    }
    #stop .flex .item {
        width: 85%;
        padding-bottom: 10px;
    }
}
#cases {
    text-align: center;
    margin: auto;
    margin-bottom: 100px;
}
#cases .item {
    width:75%;
    margin: auto;
    margin-bottom: 50px;
}

#cases .subtitle img {
    height: 20px;
}
.text_case {
    padding-right: 5px;
}
#cases .item h3 {
    margin-top: 0;
    padding-bottom: 10px;
    border-bottom: solid 1px #ffffff;
}

#cases .img_box .small{
    width: 30%;
    min-width: 200px;
    padding: 0 5px;
}
#cases .detail {
    text-align: left;
    margin-top: 20px;
}
@media screen and (max-width: 768px) {
    #cases .item {
        width: 100%;
    }
}
@media screen and (max-width: 550px) {
    #cases .img_box .small{
        width: 45%;
        min-width: 0;
    }
    #cases .item h3 {
        font-size: 16px;
    }
}
@media screen and (max-width: 480px) {
    #cases .en_title {
        height: 6vw;
        min-height: 20px;
    }
}

#target {
    padding: 70px 0;
    margin: auto;
    margin-bottom: 100px;
    text-align: center;
    background-color: #393838;
}
#target .description {
    margin: 0 auto;
    padding-bottom: 10px;
}
#target .box {
    width: 70%;
    margin: auto;
    padding-bottom: 20px;
}
#target .box h3 {
    padding: 10px 30px;
    /* background: #1743D2; */
    /* background: linear-gradient(180deg, #8CA2EA 0%, #1743D2 62.5%); */
    background: #1743D2;
}
#target .box p {
    text-align: left;
}
@media screen and (max-width: 768px) {
    #target {
        width: 100%;
    }
}
@media screen and (max-width: 480px) {
    #target {
        padding: 30px 0;
        padding-top: 50px;
    }
    #target .title {
        padding-bottom: 20px;
    }
    #target .box {
        width: 80%;
    }
    #target .box h3 {
        font-size: 18px;
        padding: 5px 30px;
    }
}
/* @media screen and (max-width: 320px) {
    #target .description {
        width: 80%;
    }
    #target .description .pd{
        display: none;
    }
} */
#beforeafter {
    text-align: center;
    margin: auto;
    padding-top: 80px;
    margin-bottom: 100px;
}
#beforeafter .title {
    padding-bottom: 0;
}
#beforeafter .top_content {
    padding: 30px 0;
}
#beforeafter .top_content p {
    margin: 0;
}
#beforeafter .content_box {
    width: 75%;
    min-width: 600px;
    margin: auto;
}
.place_head {
    /* width: 75%; */
    /* margin: auto; */
    padding: 5px;
    background: #D9D9D9;
    color: #252525;
    font-weight: bold;
}
#beforeafter .flex {
    width: 100%;
    padding-top: 0px;
    justify-content: space-evenly;
    /* justify-content: center; */
    /* align-items: center; */
    gap: 40px;
    position: relative;
}
/* #beforeafter .flex::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -80px);
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #D9D9D9;
} */
 #beforeafter .arrow {
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #D9D9D9;
    position: absolute;
    top: 50%;
    transform: translate(2px,-80px);
}
#beforeafter .flex .item {
    width: 45%;
}
#beforeafter .ba_img {
    height: auto;
}
.ba_title {
    /* background-color: #D9D9D9; */
    height: 40px;
    padding: 10px;
    box-sizing: border-box;
}
#beforeafter .ba_title img {
    height: 100%;
    width: auto;
}
@media screen and (max-width: 768px) {
    #beforeafter .content_box {
        width: 100%;
        min-width: auto;
    }
}
@media screen and (max-width:550px){
    #beforeafter {
        width: 90%;
    }
}
@media screen and (max-width: 480px) {
    #beforeafter {
        width: 80%;
    }
    #beforeafter .en_title {
        height: 25px;
    }
    #beforeafter .flex {
        flex-direction: column;
        align-items: center;
        gap: 0;
    }
    #beforeafter .flex .item {
        width: 100%;
    }
    .ba_title {
        text-align: center;
        height: 36px;
    }
    #beforeafter .arrow {
        width: 0;
        height: 0;
        border-top: 15px solid #D9D9D9;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        position: relative;
        /* top: 50%; */
        transform: translate(0, 0);
    }
}
#faq {
    text-align: center;
    margin: auto;
    margin-bottom: 100px;
}
#faq .en_title {
    height: 55px;
}
#faq .content_box {
    max-width: 750px;
    margin: auto;
    text-align: left;
}
#faq .item {
    margin-bottom: 1.5rem;
}
#faq .question, #faq .answer {
    display: flex;

    padding: 1rem;
}
#faq .question {
    background-color: #ffffff42;
    /* background-color: #1743D2; */
}
#faq .answer {
    background-color: #393838;
}
#faq .item p {
    margin: 0;
}

#faq .bold {
    font-weight: bold;
    padding-right: 10px;
}

#company {
    padding-top: 70px;
    margin: auto;
    display: flex;
    flex-direction: column;
}
#company img {
    height: 70px;
    margin-bottom: 20px;
}
#company dl {
    width: 600px;
    margin: auto;
}
#company dt{
    width:  125px;
    float: left;
    margin-bottom: 10px;
}
#company dd {
    color: #d9d9d9;
    padding-left: 125px;
    margin: 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: solid 1px #979797;
}
#company dd .note {
    font-size: 14px;
    line-height: 1.5em;
    padding-left:1em;
	text-indent:-1em;
    margin: 5px 0;
}

@media screen and (max-width: 768px) {
    #faq .en_title {
        height: 40px;
    }
    #company dl {
        width: 100%;
    }
    #company dt{
        width: 100%;
        margin: 0;
    }
    #company dd {
        padding-left: 0;
        padding-bottom: 16px;
        margin-bottom: 16px;
    }
}

@media screen and (max-width: 480px) {
    #faq {
        width: 85%;
    }
    #company {
        font-size: 14px;
    }
    #company dd {
        line-height: 1.5em;
    }
    #company dd .note {
        font-size: 12px;
    }
}