@charset "utf-8";
.josys-security_wrap {
    font-family: "Noto Sans JP", sans-serif;
    color: #293033;
}

*{
    box-sizing: border-box;
}


#josys-security_link_sv01,
#josys-security_link_sv02,
#josys-security_link_sv03 {
    padding-top:  30px;
    margin-top: -30px;
}

.inter {
  font-family: "Inter", sans-serif;
}

.josys-security_purple01 {
    color: #a689c9;
}

.josys-security_purple02 {
    color: #423fad;
}

.josys-security_purple03 {
    color: #7b56a7;
}

.josys-security_purple04 {
    color: #647bbe;
}

.josys-security_bg01 {
    background: #A18CD1;
    background: linear-gradient(180deg, rgba(161, 140, 209, 1) 0%, rgba(251, 194, 235, 1) 100%);
}

.josys-security_bg01_r {
    background: #fbc2eb;
    background: linear-gradient(180deg, rgba(251, 194, 235, 1) 0%, rgba(161, 140, 209, 1) 100%);
}

.josys-security_bg02 {
    background: #F5F5F5;
    background: linear-gradient(90deg, rgba(245, 245, 245, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

/* visual*/
.josys-security_visual {
    background: url(../../../images/service/onsite/plus_staff/josys-security/top_back.png) no-repeat;
    background-position: center bottom;
    background-size:cover;
    padding-bottom: 50px;
}

.josys-security_visual_inner {
    max-width: 1317px;
    margin: 0 auto;
    background: url(../../../images/service/onsite/plus_staff/josys-security/top_circle.png) no-repeat;
    background-position: center center;
    background-size: contain;
}

.josys-security_visual_inner_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 10%;
}

.josys-security_visual_L {
    width:55%;
}
.josys-security_visual_R {
    width:40%;
}

.josys-security_visual_ttl {
    font-weight: 700;
    color: #fff;
    font-size: 7rem;
    line-height: 1.3;
     text-align: center;
}
.josys-security_visual_ttl .josys-security_visual_s01 {
    font-size: 50%;
}
.josys-security_visual_ttl .josys-security_visual_s02 {
    font-size: 70%;
}

.josys-security_visual_logo {
    max-width: 266px;
    margin: 20px auto;
}

.josys-security_visual_txt {
    font-size: 2.5rem;
    text-align: center;
    font-weight: 700;
}

.josys-security_visual_txt .josys-security_visual_txt_l {
    font-size: 140%;
}

.josys-security_visual_btn {
    display: flex;
    justify-content: flex-end;
}

.josys-security_btns {
    display: flex;
    justify-content: space-between;
    max-width: 760px;
}

.josys-security_btns li {
    width: 49%;
}

.josys-security_btns li a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #50c78d;
    border: 2px solid #50c78d;
    border-radius: 6px;
    min-height: 80px;
    width: 374px;
    color: #fff;
    font-size: 2.3rem;
    font-weight: 700;
    text-align: center;
    position: relative;
    line-height: 1.2;
}

.josys-security_section06 .josys-security_btns li a {
    width: 500px;
}

.josys-security_btns li a::before {
    content: "";
    background: url(../../../images/service/onsite/plus_staff/josys-security/contact_icon01-1.png) no-repeat;
    background-size: 100%;
    width: 32px;
    height: 34px;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.josys-security_btns li a.josys-security_btn02::before {
    background: url(../../../images/service/onsite/plus_staff/josys-security/contact_icon02-1.png) no-repeat;
    background-size: 100%;
    width: 32px;
    height: 34px;
}
.josys-security_btns li a::after {
    content: "";
    background: url(../../../images/service/onsite/plus_staff/josys-security/contact_icon01-2.png) no-repeat;
    background-size: 100%;
    width: 20px;
    height: 16px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) translateX(0);
    transition: transform 0.3s ease;
}
.josys-security_btns li a.josys-security_btn02::after {
    background: url(../../../images/service/onsite/plus_staff/josys-security/contact_icon02-2.png) no-repeat;
    background-size: 100%;
    width: 20px;
    height: 16px;
}
.josys-security_btns li a.josys-security_btn02 {
    background: #fff;
    color: #50c78d;
}
.josys-security_btns li a:hover {
    text-decoration: none;
    filter: brightness(1.1);
}
.josys-security_btns li a:hover::after {
    transform: translateY(-50%) translateX(5px);
}
.josys-security_btns.josys-security_btns_center {
    margin: 70px auto 0;
}
.josys-security_btns.josys-security_btns_right {
    justify-content: flex-end;
    margin: 0 0 0 auto;
}

@media screen and (max-width: 1317px) {
    .josys-security_visual_btn {
        margin-right: 20px;
    }
    .josys-security_visual_ttl {
        font-size: 6.5rem;
    }
}

@media screen and (max-width: 1200px) {
    .josys-security_visual_ttl {
        font-size: 6rem;
       
    }
    .josys-security_visual_inner_top {
        padding-left: 5%;
        padding-right: 5%;
    }
}

@media screen and (max-width: 1100px) {
    .josys-security_visual_ttl {
        font-size: 5rem;
        text-align: center;
    }
    .josys-security_visual_txt {
        font-size: 2rem;
    }
}

@media screen and (max-width: 768px) {
    .josys-security_visual {
        padding-bottom: 20px;
    }
    .josys-security_visual_inner_top {
        display: block;
    }
    .josys-security_visual_L {
        width: 100%;
    }
    .josys-security_visual_R {
        width: 80%;
        margin: 0 auto;
    }
    .josys-security_visual_inner {
        background: url(../../../images/service/onsite/plus_staff/josys-security/top_circle_sp.png) no-repeat;
    }
    .josys-security_visual_ttl {
        font-size: 3.5rem;
        display: block;
    }
    .josys-security_visual_txt {
        font-size: 1.8rem;
        margin-bottom: 20px;
    }
    .josys-security_visual_btn {
        margin-right: 0;
    }
    .josys-security_btns {
        padding-left: 20px;
        padding-right: 20px;
        display: block;
        width: 100%;
    }
    .josys-security_btns li {
        margin-bottom: 10px;
        width: 100%;
    }
    .josys-security_btns li a {
        width: 100%;
        font-size: 1.6rem!important;
        min-height: 60px;
    }
    .josys-security_section06 .josys-security_btns li a {
    width: 100%;
}
    .josys-security_btns.josys-security_btns_center {
        margin: 40px auto 0;
    }
}



/* josys-security_section01 */

.josys-security_section {
    padding: 60px 20px;
}

.josys-security_inner {
    max-width: 1210px;
    margin: 0 auto;
}

.josys-security_ttl {
    font-weight: 700;
    text-align: center;
    font-size: 4rem;
    position: relative;
    margin-bottom: 60px;
}
.josys-security_ttl::after {
    content: "";
    width: 50px;
    height: 6px;
    background: #A18CD1;
    background: linear-gradient(90deg, rgba(161, 140, 209, 1) 0%, rgba(251, 194, 235, 1) 100%);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
}
.josys-security_ttl_s {
    display: block;
    font-weight: 400;
    font-size: 45%;
}

.josys-security_section01_list01 {
    max-width: 640px;
    margin: 0 auto 20px;
    background: #fff;
    border: 2px solid #A689C9;
    border-radius: 12px;
    padding: 6px 20px;

    display: flex;
    align-items: center;
    justify-content: center;

    font-weight: 700;
    font-size: 2.5rem;
}

.josys-security_section01_list01_inner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-width: 420px;
}

.josys-security_section01_list01_rank {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    width: 70px;
    margin-right: 12px;
    flex-shrink: 0;
}

.josys-security_section01_list_num {
    font-family: "Inter", sans-serif;
    font-size: 120%;
    font-weight: 400;
    margin-right: 4px;
}

.josys-security_section01_list01_txt {
    text-align: left;
}

.josys-security_section01_list02 {
    background: #A689C9;
    color: #fff;
    padding: 6px 20px;
    border-radius: 12px;
    max-width: 780px;
    margin: 0 auto;
    font-weight: 700;
    font-size: 3.5rem;
    text-align: center;
    position: relative;
}
.josys-security_section01_list02::before {
    content: "";
    position: absolute;
    background: url(../../../images/service/onsite/plus_staff/josys-security/sec01_img01.png) no-repeat;
    background-size: 100%;
    width: 189px;
    height: 55px;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
}

.josys-security_section01_arrow {
    max-width: 128px;
    margin: 40px auto;
    margin-bottom: 10px;
}

.josys-security_section01_sub {
    text-align: center;
    font-weight: 700;
    font-size: 3rem;
    line-height: 1.4;
}

.josys-security_section01_sub span {
    font-size: 130%;
    display: inline-block;
    position: relative;
    z-index: 2;
    padding: 0 0.1em;
}

.josys-security_section01_sub span::after {
    content: "";
    position: absolute;
    background: url(../../../images/service/onsite/plus_staff/josys-security/pinkline.png) no-repeat center;
    background-size: 100% 100%;
    width: calc(100% + 20px);
    height: 32px;
    left: -10px;
    bottom: -10px;
    z-index: -1;
}

@media screen and (max-width: 768px) {
    .josys-security_section {
        padding: 30px 20px;
    }
    .josys-security_ttl {
        font-size: 2.5rem;
        margin-bottom: 50px;
    }
    .josys-security_section01_list01_inner {
        min-width: 300px;
    }
    .josys-security_section01_list01 {
        font-size: 1.8rem;
    }
    .josys-security_section01_list02 {
        font-size: 2rem;
    }
    .josys-security_section01_list02::before {
        content: "";
        position: absolute;
        background: url(../../../images/service/onsite/plus_staff/josys-security/sec01_img01_sp.png) no-repeat;
        background-size: 100%;
        width: 80px;
        height:40px;
        left: -20px;
        top: 50%;
        transform: translateY(-50%);
    }
    .josys-security_section01_sub {
        font-size: 2rem;
    }

    .josys-security_section01_sub span::after {
        width: calc(100% + 10px);
        height: 20px;
        left: -5px;
        bottom: -8px;
    }
    .josys-security_section01_arrow {
        max-width: 100px;
        margin: 20px auto;
        margin-bottom: 10px;
    }
}


/* josys-security_section02 */

.josys-security_section02.josys-security_section {
    padding-top: 0;
}

.josys-security_ttl_section02 {
    max-width: 980px;
    background: #F5F5F5;
    background: linear-gradient(90deg, rgba(245, 245, 245, 1) 0%, rgba(255, 255, 255, 1) 100%);
    border-radius: 0 0 180px 180px;
    padding: 40px 30px;
    padding-top: 30px;
    text-align: center;
    font-size: 3rem;
    font-weight: 700;
    margin: 0 auto;
    margin-bottom: 50px;
}

.josys-security_ttl_section02 span {
    display: block;
    max-width: 451px;
    margin: 0 auto;
    margin-top: 20px;
}

.josys-security_ttl_section02_sub {
    color: #fff;
    font-weight: 700;
    font-size: 3rem;
    text-align: center;
    margin-bottom: 50px;
}

.josys-security_ttl_section02_sub span {
    font-size: 120%;
}

.josys-security_section02_list {
    display: flex;
    justify-content: space-between;
}

.josys-security_section02_list li {
    width: 32%;
}

.josys-security_section02_list li a{
    background: rgba(245, 245, 245, 1);
    display: block;
    border-radius: 12px;
    box-shadow: 0px 5px 15px 0px #a689c9;
    padding: 40px;
    position: relative;
}

.josys-security_section02_list li a:hover {
    text-decoration: none;
    box-shadow:none;
    top: 5px;
}

.josys-security_section02_list_ttl {
    text-align: center;
    font-weight: 700;
    font-size: 2.2rem;
    color: #fff;
    background: #7b56a7;
    border-radius: 100px;
    padding: 20px;
    line-height: 1.2;
    margin-bottom: 30px;
}
.josys-security_section02_list_txt {
    text-align: center;
    margin-bottom: 30px;
    font-size: 1.8rem;
}
.josys-security_section02_list_img {
    max-width:123px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.josys-security_section02_list_ttl_sub {
    font-size: 2.2rem;
    font-weight: 700;
    text-align: center;
}

.josys-security_section02_list_ttl_sub span {
    display: inline-block;
    background: url(../../../images/service/onsite/plus_staff/josys-security/sl_line.png) no-repeat;
    background-position: left bottom;
}

@media screen and (max-width:1135px) {
    .josys-security_section02_list_txt {
        font-size: 1.5rem;
    }
    .josys-security_section02_list_ttl {
        font-size: 1.8rem;
    }
    .josys-security_section02_list_ttl_sub {
        font-size: 1.8rem;
    }
}
@media screen and (max-width:768px) {
    .josys-security_ttl_section02 {
        font-size: 1.7rem;
    }
    .josys-security_ttl_section02 {
        border-radius: 0 0 80px 80px;
        padding: 20px 10px;
        padding-top: 10px;
        margin-bottom: 25px;
    }
    .josys-security_ttl_section02 span {
        max-width: 200px;
        margin-top: 10px;
    }
    .josys-security_ttl_section02_sub {
        font-size: 1.7rem;
        margin-bottom: 25px;
    }
    .josys-security_section02_list {
        display: block;
    }
    .josys-security_section02_list li {
        width: 100%;
        margin-bottom: 20px;
    }
    .josys-security_section02_list li a {
        padding: 20px;
    }
    .josys-security_section02_list_ttl {
        margin-bottom: 15px;
        padding-top: 7px;
        padding-bottom: 7px;
    }
    .josys-security_section02_list_txt {
        margin-bottom: 15px;
    }
    .josys-security_section02_list_img {
        margin-bottom: 10px;
    }

}

/* josys-security_section03 */
.josys-security_ttl_section03_sub {
    text-align: center;
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 50px;
}

.josys-security_ttl_section03_sub .josys-security_purple01 {
    font-size: 4rem;
}

.josys-security_section03_box {
    border: 1px solid #a689c9;
    background: #ffffff;
    border-radius: 24px;
    padding: 20px;
    margin-bottom: 60px;
}

.josys-security_section03_box_in {
    background: rgba(251,194,235,0.2);
    border-radius: 12px;
    padding: 0 50px 0 30px;
    display: flex;
    flex-flow: row nowrap;
    align-items: stretch;
    justify-content: space-between;
    box-shadow: 0px 2px 4px 0px rgba(41, 48, 51, 0.5);
}

.josys-security_section03_box_in:not(:last-child) {
    margin-bottom: 20px;
}

.josys-security_section03_left {
    width: 85%;
    padding: 30px 0;
}

.josys-security_section03_left_ttl {
    font-size: 2rem;
    font-weight: 700;
    background: #fbc2eb;
    border-radius: 50px;
    padding: 15px;
    width: 250px;
    box-sizing: border-box;
    text-align: center;
    margin: 0 auto 20px;
}

.josys-security_section03_left_list01 {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.josys-security_section03_left_list01 li {
    background: #423fad;
    font-size: 2.4rem;
    color: #fff;
    text-align: center;
    border-radius: 8px;
    width: calc((100% - 24px)/3);
    height: 85px;
    box-sizing: border-box;
    font-weight: 500;
    line-height: 1.2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.josys-security_section03_left_list02 {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.josys-security_section03_left_list02 li {
    background: #fff;
    border: 1px solid #949292;
    border-radius: 8px;
    line-height: 1.2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    height: 85px;
    box-sizing: border-box;
    font-size: 2.4rem;
    width: calc((100% - 12px)/2);
    text-align: center;
}

.josys-security_section03_right {
    width: 9%;
    min-height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.josys-security_section03_right::after {
    position: absolute;
    display: block;
    content: "";
    background: url(../../../images/service/onsite/plus_staff/josys-security/sec03_img01.png)no-repeat center/100% 100%;
    top: 0;
    left: 0;
    width: 100%;
    height: 104%;
    z-index: 1;
}

.josys-security_section03_right_ttl {
    text-align: center;
    font-size: 2.6rem;
    font-weight: 500;
    position: relative;
    z-index: 2;
}

.josys-security_section03_box_in:first-child {
    align-items: flex-end;
}

.josys-security_section03_right.size_s {
    min-height: 60%;
}

.josys-security_section03_right.size_s .josys-security_section03_right_ttl {
    padding-bottom: 50px;
    color: #fff;
}

.josys-security_section03_right.size_s::after {
    background: url(../../../images/service/onsite/plus_staff/josys-security/sec03_img03.png) no-repeat center / 100% 100%;
    top: inherit;
    bottom: -8px;
    left: inherit;
    width: 167%;
    height: 180%;
    right: 50%;
    transform: translate(50%, 0);
}

.josys-security_section03_btm {
    text-align: center;
    font-weight: 700;
    font-size: 3rem;
}

.josys-security_section03_btm .josys-security_purple02 {
    font-size: 4rem;
}

@media screen and (max-width:1020px) {
    .josys-security_section03_left_list01 li {
        font-size: 2rem;
    }
    .josys-security_section03_left_list02 li {
        font-size: 2rem;
    }
}

@media screen and (max-width:768px) {
    .josys-security_ttl_section03_sub {
        font-size: 1.7rem;
        margin-bottom: 30px;
    }

    .josys-security_ttl_section03_sub .josys-security_purple01 {
        font-size: 120%;
    }

    .josys-security_section03_box {
        margin-bottom: 30px;
    }

    .josys-security_section03_box_in {
        padding: 0 20px;
        display: flex;
        flex-flow: row nowrap;
        align-items: stretch;
        justify-content: space-between;
    }

    .josys-security_section03_left {
        width: 75%;
        padding: 20px 0;
    }

    .josys-security_section03_left_ttl {
        font-size: 1.6rem;
        padding: 10px;
        width: 100%;
    }

    .josys-security_section03_left_list01 {
        flex-flow: column;
        align-items: center;
        justify-content: center;
        gap: 12px;
    }

    .josys-security_section03_left_list01 li {
        font-size: 1.5rem;
        padding: 10px 0;
        width: 100%;
        height: inherit;
    }

    .josys-security_section03_left_list02 {
        flex-flow: column;
        align-items: center;
        justify-content: center;
    }

    .josys-security_section03_left_list02 li {
        height: inherit;
        font-size: 1.5rem;
        width: 100%;
        padding: 10px 5px;
    }

    .josys-security_section03_right {
        width: 16%;
    }

    .josys-security_section03_right_ttl {
        font-size: 1.6rem;
    }

    .josys-security_section03_right.size_s .josys-security_section03_right_ttl {
        padding-bottom: 50px;
        color: #fff;
    }

    .josys-security_section03_right.size_s::after {
        height: 250%;
    }

    .josys-security_section03_btm {
        font-size: 1.7rem;
    }

    .josys-security_section03_btm .josys-security_purple02 {
        font-size: 120%;
    }
}

.josys-security_section04_logo {
    display:inline-block;
    max-width: 320px;
    margin-right: 10px;
}
.josys-security_section04_logo img {
    width: 100%;
}
.josys-security_section04_logo_set {
    display: inline-block;
    position: relative;
    top: 0.4em;
}

@media screen and (max-width:768px) {
    .josys-security_section04_logo {
        max-width: 200px;
    }
}


/* josys-security_sv common */
.josys-security_sv_ttl {
    background: url(../../../images/service/onsite/plus_staff/josys-security/fuki_bg.png);
    background-size: 100%;
    width: 570px;
    height:146px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3.5rem;
    font-weight: 400;
    color: #fff;
    margin-bottom: 20px;
}
.josys-security_sv_ttl span {
    display: block;
    margin-top: -30px;
}


.josys-security_sv_top_txt {
    text-align: center;
    font-weight: 700;
    font-size: 3rem;
    margin-bottom: 30px;
}

.josys-security_sv_top_lead {
    text-align: center;
    font-size: 2rem;
    font-weight: 500;
    line-height: 2;
    margin-bottom: 60px;
}

.josys-security_sv_box {
    background: #fff;
    border-radius: 24px;
    padding: 60px;
}

@media screen and (max-width:1020px) {
    .josys-security_sv_box {
        padding: 40px;
    }
}

@media screen and (max-width:768px) {
    .josys-security_sv_ttl {
        width: 90%;
        height: auto;
        aspect-ratio: 570 / 146;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: center;
        font-size: 2rem;
        margin-bottom: 20px;
    }
    .josys-security_sv_ttl span {
    display: block;
    margin-top: -15px;
}

    .josys-security_sv_top_txt {
        font-size: 1.7rem;
        margin-bottom: 20px;
    }

    .josys-security_sv_top_lead {
        font-size: 1.5rem;
        margin-bottom: 30px;
    }

    .josys-security_sv_box {
        padding: 20px;
    }

}

/* josys-security_sv01 */
.josys-security_sv01 .josys-security_ttl::after {
    background: #fff;
}

.josys-security_sv01_box_in {
    display: flex;
    flex-flow: row nowrap;
    align-items: stretch;
    justify-content: space-between;
    gap: 25px;
}

.josys-security_sv01_box_left {
    width: 17%;
    font-size: 2.4rem;
    font-weight: 500;
    text-align: center;
    color: #fff;
    background: #647bbe;
    border-radius: 8px;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}
.josys-security_sv01_box_left .inter {
    font-size: 2.4rem;
    display: block;
    font-weight: 200;
}
.josys-security_sv01_box_left .inter .size_l {
    font-size: 4rem;
}

.josys-security_sv01_box_right {
    width: 83%;
}

.josys-security_sv01_list>li {
    border: 2px solid #647bbe;
    border-radius: 8px;
    padding: 20px;
}

.josys-security_sv01_list>li:not(:last-child) {
    margin-bottom: 10px;
}

.josys-security_sv01_list dl {
    margin-bottom: 20px;
}

.josys-security_sv01_list dl dt {
    font-weight: 700;
    font-size: 2.8rem;
}
.josys-security_sv01_list dl dt span {
    background: linear-gradient(transparent 70%, rgba(100,123,190,0.4) 70%);
}
.josys-security_sv01_list dl dd {
    font-size: 2rem;
    font-weight: 500;
}

.josys-security_sv01_box_left.sv01_box_arrow {
    margin: 25px 0;
    background: none;
}

.phase1 .josys-security_sv01_list dl {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-start;
}

.phase1 .josys-security_sv01_list dt {
    margin-right: 30px;
    width: 46%;
    padding-left: 85px;
    position: relative;
}

.phase1 .josys-security_sv01_list dt::before {
    position: absolute;
    display: block;
    content: "";
    width: 83px;
    height: 73px;
    left: 0;
    top: -10px;
}

.phase1 .josys-security_sv01_list li:first-child dt::before {
    background: url(../../../images/service/onsite/plus_staff/josys-security/sec_sv01_img01.png) no-repeat left center/83px 73px;
}

.phase1 .josys-security_sv01_list li:nth-child(2) dt::before {
    background: url(../../../images/service/onsite/plus_staff/josys-security/sec_sv01_img02.png)no-repeat left center/83px 73px;
}

.phase1 .josys-security_sv01_list li:last-child dt::before {
    background: url(../../../images/service/onsite/plus_staff/josys-security/sec_sv01_img03.png)no-repeat left center/83px 73px;
}

.josys-security_sv01_list_in {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: flex-start;
}

.josys-security_sv01_list_in li {
    font-size: 1.8rem;
    font-weight: 500;
    position: relative;
    padding-left: 30px;
    margin-right: 20px;
}
.josys-security_sv01_list_in li:last-child {
    margin-right: 0;
}
.josys-security_sv01_list_in li::before {
    position: absolute;
    display: block;
    content: "";
    background: url(../../../images/service/onsite/plus_staff/josys-security/check01.png)no-repeat left top/19px 19px;
    width: 19px;
    height: 19px;
    left: 0;
    top: 5px;
}

.phase1 .josys-security_sv01_list dd {
    width: 54%;
}

.phase2 .josys-security_sv01_box_left {
    background: #9287cb;
}

.phase2 .josys-security_sv01_list>li {
    border: 2px solid #9287cb;
}

.phase2 .josys-security_sv01_list dl {
    margin-left: 15px;
}

.phase2 .josys-security_sv01_list dl dt {
    margin-bottom: 10px;
}

.phase2 .josys-security_sv01_list_in li::before {
    background: url(../../../images/service/onsite/plus_staff/josys-security/check02.png)no-repeat left top/19px 19px;
}

.phase2 .josys-security_sv01_list_in {
    width: 80%;
    gap: 10px 20px;
}

.phase2 .josys-security_sv01_list_in li {
    width: calc((100% - 20px)/2);
    margin-right: 0;
}

.phase2 .josys-security_sv01_box_right {
    position: relative;
}

.phase2 .josys-security_sv01_box_right::after {
    position: absolute;
    display: block;
    content: "";
    background: url(../../../images/service/onsite/plus_staff/josys-security/sec_sv01_img04.png)no-repeat right bottom/83px 73px;
    width: 83px;
    height: 73px;
    right: 30px;
    bottom: 15px;
}

@media screen and (max-width:768px) {
    .josys-security_sv01_box_in {
        flex-flow: column;
        align-items: center;
        justify-content: center;
        gap: 20px;
    }

    .josys-security_sv01_box_left {
        width: 100%;
        font-size: 2rem;
        display: flex;
        flex-flow: column;
        align-items: center;
        justify-content: center;
        line-height: 1.2;
        padding: 5px 10px 10px;
    }

    .josys-security_sv01_box_left .inter {
        font-size: 2rem;
    }

    .josys-security_sv01_box_left .inter .size_l {
        font-size: 3rem;
    }

    .josys-security_sv01_box_right {
        width: 100%;
    }

    .josys-security_sv01_list>li:not(:last-child) {
        margin-bottom: 20px;
    }

    .josys-security_sv01_list dl {
        margin-bottom: 10px;
    }

    .josys-security_sv01_list dl dt {
        font-size: 2rem;
    }

    .josys-security_sv01_list dl dd {
        font-size: 1.5rem;
    }

    .josys-security_sv01_box_left.sv01_box_arrow {
        margin: 20px 0;
    }

     .josys-security_sv01_box_left.sv01_box_arrow img {
        width: 60%;
     }

    .phase1 .josys-security_sv01_list dl {
        flex-flow: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .phase1 .josys-security_sv01_list dt {
        margin-right: 0;
        margin-bottom: 20px;
        width: 100%;
        padding-left: 70px;
    }

    .phase1 .josys-security_sv01_list dt::before {
        width: 58px;
        height: 51px;
        left: 0;
        top: -10px;
    }

    .phase1 .josys-security_sv01_list li:first-child dt::before {
        background: url(../../../images/service/onsite/plus_staff/josys-security/sec_sv01_img01.png) no-repeat left center/58px 51px;
    }

    .phase1 .josys-security_sv01_list li:nth-child(2) dt::before {
        background: url(../../../images/service/onsite/plus_staff/josys-security/sec_sv01_img02.png)no-repeat left center/58px 51px;
    }

    .phase1 .josys-security_sv01_list li:last-child dt::before {
        background: url(../../../images/service/onsite/plus_staff/josys-security/sec_sv01_img03.png)no-repeat left center/58px 51px;
    }

    .josys-security_sv01_list_in {
        flex-flow: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .josys-security_sv01_list_in li {
        font-size: 1.5rem;
        padding-left: 20px;
        margin-right: 0;
    }

    .josys-security_sv01_list_in li:not(:last-child) {
        margin-bottom: 10px;
    }

    .josys-security_sv01_list_in li:last-child {
        margin-right: 0;
    }

    .josys-security_sv01_list_in li::before {
        background: url(../../../images/service/onsite/plus_staff/josys-security/check01.png)no-repeat left top/14px 14px;
        width: 14px;
        height: 14px;
        top: 5px;
    }

    .phase1 .josys-security_sv01_list dd {
        width: 100%;
    }

    .phase2 .josys-security_sv01_list dl {
        margin-left: 0;
    }

    .phase2 .josys-security_sv01_list dl dt {
        margin-bottom: 10px;
    }

    .phase2 .josys-security_sv01_list_in li::before {
        background: url(../../../images/service/onsite/plus_staff/josys-security/check02.png)no-repeat left top/14px 14px;
    }

    .phase2 .josys-security_sv01_list_in {
        width: 100%;
        gap: 0;
    }

    .phase2 .josys-security_sv01_list_in li {
        width: 100%;
    }

    .phase2 .josys-security_sv01_box_right::after {
        background: url(../../../images/service/onsite/plus_staff/josys-security/sec_sv01_img04.png)no-repeat right bottom/58px 51px;
        width: 58px;
        height: 51px;
        right: 10px;
        bottom: 90px;
    }

}

/* josys-security_sv02 */

.josys-security_sv02 {
    background: #f5f5f5;
}

.josys-security_sv02 .josys-security_sv_ttl::after {
    border: 2px solid #7d93d4;
}

.josys-security_sv_box.josys-security_sv02_box {
    padding: 60px 30px;
}

.josys-security_sv02_list01 {
    max-width: 430px;
    margin: 0 auto 50px;
}

.josys-security_sv02_list01 li {
    background: #72adde;
    color: #fff;
    font-size: 2.4rem;
    font-weight: 500;
    padding: 20px 20px 20px 50px;
    border-radius: 8px;
}

.josys-security_sv02_list01 li:nth-child(2) {
    background: #7d93d4;
}

.josys-security_sv02_list01 li:last-child
 {
    background: #9287cb;
 }

 .josys-security_sv02_list01 li:not(:last-child) {
    margin-bottom: 15px;
}

.josys-security_sv02_box_mid {
    text-align: center;
    margin-bottom: 20px;
    font-size: 2.4rem;
    font-weight: 700;
}

.josys-security_sv02_box_mid .josys-security_purple01 {
    font-size: 3rem;
}

.josys-security_sv02_box_mid .size_l {
    font-size: 4rem;
}

.josys-security_sv02_box_mid_ttl {
    text-align: center;
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 40px;
}

.josys-security_sv02_box_mid_ttl .josys-security_purple01 {
    font-size: 4rem;
}

.josys-security_sv02_box_mid_ttl .size_l {
    font-size: 5.6rem;
}

.josys-security_sv02_list02 {
    display: flex;
    flex-flow: row nowrap;
    align-items: stretch;
    justify-content: space-between;
    gap: 6px;
    margin-bottom: 40px;
}

.josys-security_sv02_list02 li {
    border: 1px solid #a689c9;
    border-radius: 12px;
    padding: 20px 5px;
    text-align: center;
    width: calc((100% - 42px)/7);
}

.josys-security_sv02_list02_num {
    width: 44px;
    height: 44px;
    min-width: 44px;
    background: #a689c9;
    border-radius: 100%;
    color: #fff;
    font-size: 2.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -40px auto 20px;
    font-weight: 500;
}

.josys-security_sv02_list02_img {
    margin-bottom: 20px;
}

.josys-security_sv02_list02_img img {
    max-width: 63px;
}

.josys-security_sv02_list02_ttl {
    font-weight: 500;
    font-size: 1.8rem;
}

.josys-security_sv02_list03 {
    max-width: 890px;
    margin: 0 auto;
    display: flex;
    flex-flow: row nowrap;
    align-items: stretch;
    justify-content: space-between;
    gap: 60px;
}

.josys-security_sv02_list03 li {
    border: 2px solid #293033;
    border-radius: 10px;
    padding: 20px;
    position: relative;
    width: calc((100% - 60px)/2);
    text-align: center;
    font-size: 2.1rem;
    font-weight: 600;
}

.josys-security_sv02_list03 li::before {
    position: absolute;
    display: block;
    content: "";
    background: url(../../../images/service/onsite/plus_staff/josys-security/sec_sv02_icon.png)no-repeat left top/73px 43px;
    width: 73px;
    height: 43px;
    left: -2px;
    top: 10px;
}
.josys-security_sv02_list03 .josys-security_purple03 {
    position: relative;
    display: inline-block;
}
.josys-security_sv02_list03 .josys-security_purple03::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 12px;

    background: repeating-linear-gradient(
    45deg,
    #fbc2eb 0px,
    #fbc2eb 3px,
    transparent 3px,
    transparent 8px
    );
    z-index: -1;
}
.josys-security_sv02_list03 p {
    position: relative;
    z-index: 5;
}
.josys-security_sv02_list03 p::before {
    position: absolute;
    display: block;
    content: "";
    width: 2px;
    height: 8px;
    background: #fff;
    right: -22px;
    bottom: 10px;
}
.josys-security_sv02_list03 p::after {
    position: absolute;
    display: block;
    content: "";
    width: 8px;
    height: 2px;
    background: #fff;
    right: 10px;
    bottom: -22px;
}

@media screen and (max-width:768px) {

    .josys-security_sv02 .josys-security_sv_ttl::after {
        border: 1px solid #7d93d4;
    }

    .josys-security_sv_box.josys-security_sv02_box {
        padding: 20px;
    }

    .josys-security_sv02_list01 {
        max-width: 100%;
        margin: 0 auto 20px;
    }

    .josys-security_sv02_list01 li {
        font-size: 1.8rem;
        padding: 20px;
    }

    .josys-security_sv02_box_mid {
        font-size: 1.5rem;
    }

    .josys-security_sv02_box_mid .josys-security_purple01 {
        font-size: 1.7rem;
    }

    .josys-security_sv02_box_mid .size_l {
        font-size: 2rem;
    }

    .josys-security_sv02_box_mid_ttl {
        font-size: 2rem;
        margin-bottom: 30px;
        line-height: 1.2;
    }

    .josys-security_sv02_box_mid_ttl .josys-security_purple01 {
        font-size: 3rem;
    }

    .josys-security_sv02_box_mid_ttl .size_l {
        font-size: 4rem;
    }

    .josys-security_sv02_list02 {
        flex-flow: row wrap;
        justify-content: center;
        gap: 40px 6px;
        margin-bottom: 30px;
    }

    .josys-security_sv02_list02 li {
        padding: 10px 5px;
        width: calc((100% - 12px)/2);
    }

    .josys-security_sv02_list02_num {
        margin: -30px auto 20px;
    }

    .josys-security_sv02_list02_img {
        margin-bottom: 10px;
    }

    .josys-security_sv02_list02_ttl {
        font-size: 1.6rem;
    }

    .josys-security_sv02_list03 {
        max-width: 100%;
        flex-flow: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 20px;
    }

    .josys-security_sv02_list03 li {
        padding: 20px;
        width: 100%;
        font-size: 1.6rem;
    }

    .josys-security_sv02_list03 li::before {
        background: url(../../../images/service/onsite/plus_staff/josys-security/sec_sv02_icon.png)no-repeat left top/51px 30px;
        width: 51px;
        height: 30px;
        left: -2.5px;
        top: 10px;
    }

    .josys-security_sv02_list03 .josys-security_purple03::after {
        height: 8px;
    }
    .josys-security_sv02_list03 p::before {
        width: 3px;
        height: 8px;
        right: -22px;
        bottom: 10px;
    }
    .josys-security_sv02_list03 p::after {
        width: 8px;
        height: 3px;
        right: 10px;
        bottom: -22px;
    }
}

/* josys-security_sv03 */
.josys-security_sv_box.josys-security_sv03_box {
    border: 1px solid #a689c9;
    padding: 90px 60px 60px;
}

.josys-security_sv03_box01 {
    border: 1px solid #647bbe;
    border-radius: 24px;
    padding: 50px;
}
.josys-security_sv03_box_ttl {
    border-radius: 8px;
    color: #fff;
    width: 340px;
    padding: 15px 20px 15px 40px;
    font-size: 2.4rem;
    font-weight: 500;
    margin: -83px 0 40px -51px;
}

.josys-security_sv03_box01 .josys-security_sv03_box_ttl {
    background: #647bbe;
}

.josys-security_sv03_box01_list01 {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    margin-bottom: 30px;
}

.josys-security_sv03_box01_list01 li {
    width: calc((100% - 25px)/2);
    border: 1px solid #293033;
    border-radius: 100px;
    padding: 15px;
    text-align: center;
    font-size: 2rem;
    font-weight: 500;
    position: relative;
}

.josys-security_sv03_box01_list01 li::after {
    position: absolute;
    display: block;
    content: "";
    width: 20px;
    height: 30px;
    background: #7d93d4;
    right: 50%;
    transform: translate(50%,0);
    bottom: -31px;
}

.josys-security_sv03_box01_cont {
    background: rgba(100,123,190,0.24);
    padding: 30px 40px;
    border-radius: 12px;
    position: relative;
}

.josys-security_sv03_box01_cont::after {
    position: absolute;
    display: block;
    content: "";
    background: url(../../../images/service/onsite/plus_staff/josys-security/sec_sv03_img01.png)no-repeat right bottom/266px 177px;
    width: 266px;
    height: 177px;
    right: 5px;
    bottom: -55px;
}

.josys-security_sv03_box01_cont_ttl {
    text-align: center;
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.josys-security_sv03_box01_list02 {
    background: #fff;
    padding: 40px;
    border-radius: 12px;
    margin-bottom: 30px;
}

.josys-security_sv03_box01_list02 li {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px solid #647bbe;
    padding-bottom: 40px;
}

.josys-security_sv03_box01_list02 li:not(:last-child) {
    margin-bottom: 40px;
}

.josys-security_sv03_box01_list02 li .ttl {
    font-size: 2rem;
    border: 1px solid #d6d6d6;
    background: rgba(100,123,190,0.24);
    text-align: center;
    border-radius: 50px;
    padding: 15px;
    width: 316px;
    margin-right: 30px;
    font-weight: 500;
}

.josys-security_sv03_box01_list02 li .txt {
    font-size: 2rem;
    display: block;
    width: 100%;
}

.josys-security_sv03_box01_list02 li .txt span {
    display: block;
    margin-bottom: 5px;
}

.josys-security_sv03_box01_list02 li .txt span:last-child {
    margin-bottom: 0;
}

.josys-security_sv03_box01_cont_btm {
    text-align: center;
    font-weight: 500;
    font-size: 2.4rem;
}

.josys-security_sv03_box_arrow {
    margin: 40px 0 80px;
    padding: 30px 0;
    text-align: center;
    font-size: 2.4rem;
    font-weight: 500;
    background: url(../../../images/service/onsite/plus_staff/josys-security/sec_sv03_img02.png)no-repeat center/contain;
}

.josys-security_sv03_box02 {
    border: 1px solid #9287cb;
    border-radius: 24px;
    padding: 50px;
    margin-bottom: 50px;
}

.josys-security_sv03_box02 .josys-security_sv03_box_ttl {
    background: #9287cb;
}

.josys-security_sv03_box02_cont_ttl {
    background: rgba(146,135,203,0.24);
    text-align: center;
    font-size: 2.6rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    padding: 10px;
    border-radius: 12px;
    margin-bottom: 20px;
}

.josys-security_sv03_box02_cont_ttl span {
    border-bottom: 8px solid #9287cb;
    padding-bottom: 3px;
}

.josys-security_sv03_box02_list {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.josys-security_sv03_box02_list li {
    width: calc((100% - 24px) / 3);
    border: 1px solid #293033;
    border-radius: 100px;
    padding: 15px;
    text-align: center;
    font-size: 2rem;
    font-weight: 500;
    position: relative;
}

.josys-security_sv03_box02_cont .josys-security_sv03_box02_list:not(:last-child) {
    margin-bottom: 40px;
}

.josys-security_sv03_box_btm {
    text-align: center;
    font-size: 2.4rem;
    font-weight: 500;
    position: relative;
}

.josys-security_sv03_box_btm::after {
    position: absolute;
    display: block;
    content: "";
    background: url(../../../images/service/onsite/plus_staff/josys-security/sec_sv03_img03.png)no-repeat right bottom/211px 209px;
    width: 211px;
    height: 209px;
    right: 40px;
    bottom: -80px;
}

@media screen and (max-width:1020px) {
    .josys-security_sv_box.josys-security_sv03_box {
        padding: 55px 30px 30px;
    }
    .josys-security_sv03_box01_list02 li .ttl {
        width: 270px;
    }
    .josys-security_sv03_box02_list li {
        font-size: 1.8rem;
    }
}

@media screen and (max-width:768px) {
    .josys-security_sv_box.josys-security_sv03_box {
        padding: 40px 10px 10px;
    }

    .josys-security_sv03_box01 {
        padding: 10px;
    }
    .josys-security_sv03_box_ttl {
        width: 90%;
        padding: 10px 20px 10px 20px;
        font-size: 1.8rem;
        margin: -43px 0 20px -21px;
    }
    .josys-security_sv03_box01 .josys-security_sv03_box_ttl {
        margin: -33px 0 30px -11px;
    }

    .josys-security_sv03_box01_list01 {
        gap: 10px;
    }

    .josys-security_sv03_box01_list01 li {
        width: calc((100% - 15px)/2);
        padding: 10px;
        font-size: 1.2rem;
    }

    .josys-security_sv03_box01_cont {
        padding: 10px;
    }

    .josys-security_sv03_box01_cont::after {
        background: url(../../../images/service/onsite/plus_staff/josys-security/sec_sv03_img01.png)no-repeat right bottom/133px 88px;
        width: 133px;
        height: 88px;
        right: -25px;
        bottom: -45px;
    }

    .josys-security_sv03_box01_cont_ttl {
        font-size: 1.8rem;
    }

    .josys-security_sv03_box01_list02 {
        padding: 15px;
        margin-bottom: 20px;
    }

    .josys-security_sv03_box01_list02 li {
        flex-flow: column;
        align-items: flex-end;
        justify-content: flex-start;
        padding-bottom: 20px;
    }

    .josys-security_sv03_box01_list02 li:not(:last-child) {
        margin-bottom: 20px;
    }

    .josys-security_sv03_box01_list02 li .ttl {
        font-size: 1.6rem;
        padding: 10px;
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .josys-security_sv03_box01_list02 li .txt {
        font-size: 1.5rem;
    }

    .josys-security_sv03_box01_cont_btm {
        font-size: 1.5rem;
    }

    .josys-security_sv03_box_arrow {
        margin: 30px 0 40px;
        padding: 20px 0;
        font-size: 1.8rem;
        background: url(../../../images/service/onsite/plus_staff/josys-security/sec_sv03_img02.png)no-repeat center/contain;
    }

    .josys-security_sv03_box02 {
        padding: 20px;
        margin-bottom: 20px;
    }

    .josys-security_sv03_box02_cont_ttl {
        width: 100%;
        font-size: 1.7rem;
        padding: 10px 10px 15px;
    }

    .josys-security_sv03_box02_cont_ttl span {
        border-bottom: 5px solid #9287cb;
        padding-bottom: 0;
        border: none;
    }

    .josys-security_sv03_box02_list {
        flex-flow: column;
        align-items: center;
        justify-content: center;
    }

    .josys-security_sv03_box02_list li {
        width: 100%;
        padding: 10px;
        font-size: 1.6rem;
    }

    .josys-security_sv03_box02_cont .josys-security_sv03_box02_list:not(:last-child) {
        margin-bottom: 30px;
    }

    .josys-security_sv03_box_btm {
        font-size: 1.5rem;
    }

    .josys-security_sv03_box_btm::after {
        background: url(../../../images/service/onsite/plus_staff/josys-security/sec_sv03_img03.png)no-repeat right bottom/105px 104px;
        width: 105px;
        height: 104px;
        right: -30px;
        bottom: -60px;
    }

}

/* josys-security_section04 */

.josys-security_section04 {
    background: #f5f5f5;
}

.josys-security_section04_list {
    display: flex;
    flex-flow: row nowrap;
    align-items: stretch;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 60px;
}
.josys-security_section04_list li {
    width: calc((100% - 60px)/3);
    background: #fff;
    border-radius: 12px;
    padding: 40px 20px;
    box-sizing: border-box;
    text-align: center;
}

.josys-security_section04_list_img {
    margin-bottom: 30px;
}

.josys-security_section04_list_img img {
    max-width: 325px;
}

.josys-security_section04_list_ttl {
    font-size: 2.4rem;
    font-weight: 500;
}

.josys-security_section04_btm {
    text-align: center;
    font-size: 2.4rem;
    font-weight: 700;
}

.josys-security_section04_btm .size_l {
    font-size: 4rem;
}
@media screen and (max-width:1020px) {
    .josys-security_section04_list_ttl {
        font-size: 2rem;
    }
}
@media screen and (max-width:768px) {

    .josys-security_section04_list {
        display: block;
        margin-bottom: 30px;
    }
    .josys-security_section04_list li {
        width: 100%;
        padding: 15px;
        margin-bottom: 10px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .josys-security_section04_list_img {
        margin: 0;
        text-align: center;
        width: 45%;
    }

    .josys-security_section04_list_ttl {
        font-size: 1.4rem;
        width: 50%;
        text-align: left;
    }

    .josys-security_section04_btm {
        font-size: 1.7rem;
    }

    .josys-security_section04_btm .size_l {
        font-size: 120%;
    }
}

/* josys-security_section05 */

.josys-security_faq_list {
    width: 100%;
    margin-bottom: 30px;
}
.josys-security_faq_list dt {
    position: relative;
    background: rgba(251,194,235,0.2);
    padding: 20px 80px;
    border-radius: 100px;
    cursor: pointer;
    font-weight: 700;
    font-size: 2rem;
}
.josys-security_faq_list dt::before {
    content: "Q";
    font-size: 4rem;
    font-weight: 600;
    position: absolute;
    left: 30px;
    top: 5px;
    color: #a689c9;
    font-family: "Inter", serif;
}
.josys-security_faq_list dt .toggle-icon {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-53%);
    font-size: 3.5rem;
    font-weight: 700;
    color: #a689c9;
    line-height: 1;
}
.josys-security_faq_list dd {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s ease-out, padding 0.3s ease-out;
    padding: 0px 80px;
	font-size: 1.8rem;
	margin-top: 10px;
	position: relative;
}
.josys-security_faq_list dd::before {
	content: "A";
	font-size: 4rem;
    font-weight: 600;
	position: absolute;
	left: 30px;
	top: 5px;
	color: #50c78d;
	font-family: "Inter", serif;
}
@media screen and (max-width:768px) {
    .josys-security_faq_list {
        margin-bottom: 15px;
    }
    .josys-security_faq_list dt {
        padding: 15px 40px;
		font-size: 1.2rem;
    }
    .josys-security_faq_list dt::before {
        font-size: 2.5rem;
        left: 15px;
        top: 50%;
        transform: translate(0,-50%);
    }
    .josys-security_faq_list dt .toggle-icon {
        right: 20px;
		top: 50%;
		transform: translateY(-55%);
		font-size: 2.5rem;
    }
    .josys-security_faq_list dd {
        padding: 0px 40px;
		font-size: 1.2rem;
    }
    .josys-security_faq_list dd::before {
        font-size: 2.5rem;
        left: 15px;
		top: 5px;
    }
}

/* josys-security_section06 */

.josys-security_section06 {
    background: radial-gradient(
        ellipse 60% 132% at 20% 50%,
        #ee9b9b 0%,
        #ee9b9b 60%,
        #eeb5b5 60%, 
        #eeb5b5 100%
    );
    padding: 30px 20px 60px;
}

.josys-security_section06_cont {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    justify-content: space-between;
}

.josys-security_section06_cont dl {
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 2;
    margin-top: 30px;
}

.josys-security_section06_cont dl dt {
    margin-bottom: 50px;
    line-height: 2;
}

.josys-security_section06_cont dl dd {
    line-height: 2;
}

.josys-security_section06_cont dl img {
    max-width: 344px;
    margin-right: 10px;
}

.josys-security_section06_cont_img img {
    max-width: 615px;
}

.josys-security_section06 .josys-security_btns {
    max-width: 1040px;
    justify-content:center;
    margin: 20px auto 0;
}

.josys-security_section06 .josys-security_btns li a.josys-security_btn02 {
    margin: 0 0 0 auto;
}
@media screen and (max-width:1020px) {
    .josys-security_section06_cont_img img {
        max-width: 420px;
    }
}
@media screen and (max-width:768px) {
    .josys-security_section06 {
        background: radial-gradient(
            ellipse 60% 132% at 20% 50%,
            #ee9b9b 0%,
            #ee9b9b 60%,
            #eeb5b5 60%, 
            #eeb5b5 100%
        );
        padding: 30px 20px 40px;
    }

    .josys-security_section06_cont {
        flex-flow: column;
        align-items: center;
        justify-content: center;
    }

    .josys-security_section06_cont dl {
        font-size: 1.8rem;
        margin-top: 0;
        margin-bottom: 30px;
        text-align: center;
    }

    .josys-security_section06_cont dl dt {
        margin-bottom: 20px;
    }

    .josys-security_section06_cont dl img {
        max-width: 200px;
        margin-right: 10px;
    }

    .josys-security_section06_cont_img img {
        max-width: 615px;
    }

    .josys-security_section06 .josys-security_btns {
        justify-content: center;
        margin: 20px auto 0;
    }

    .josys-security_section06 .josys-security_btns li a.josys-security_btn02 {
        margin: 0 auto;
    }

}

.plan_nav {
	position: fixed;
	top: 20%;
	right: -280px; /* 初期状態は右の外側に隠す */
	transition: right 0.5s ease;
	z-index: 999;
}
.plan_nav.show {
	right: 0; /* 表示時にスライドイン */
}

.plan_nav ul {
	background: #6B7FC1;
	padding: 30px 15px;
	box-sizing: border-box;
	border-radius: 10px 0 0 10px;
}

.plan_nav ul li {
	margin-bottom: 15px;
}

.plan_nav ul li:last-child {
	margin-bottom: 0;
}

.plan_nav ul li a {
	color: #fff;
	font-size: 1.8rem;
	font-weight: 700;
}
@media screen and (max-width: 740px) {
	.plan_nav {
		display: none;
	}

}


