@charset "utf-8";
/*-------------------------------- */
/*共通
    ---------------------------------- */

body {
    font-size: 62.5%;
    text-decoration: none;
    color: #000;
    font-family: 'Noto Sans JP', sans-serif;
    overflow-x: hidden;
}

*, *:before, *:after {
    box-sizing: border-box;
}

.flex {
    display: flex;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

.intend {
    display: block;
}

.maxWid {
    max-width: 966px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.imagearea {
    flex-shrink: 0;
    max-width: 50%;
}

.sp_br {
    display: none;
     !important
}

@media screen and (max-width: 480px) {
    .sp_br {
        display: block;
         !important
    }
}

@media (max-width: 1000px) {
    .mbPad {
        padding-left: 20px;
        padding-right: 20px;
    }
}

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

    .flex {
        flex-direction: column;
    }

    .maxWid {
        max-width: initial;
    }

}

/*-------------------------------- */
/*改行に関するCSS
---------------------------------- */
.br_sp {
    display: none;
}

@media screen and (max-width: 480px) {
    .br_sp {
        display: block;
    }
}





/*-------------------------------- */
/*FV
 ---------------------------------- */

.cyber_fv {
    background-color: #36498f;
    height: 363px;
}

.cyber_fv_bg {
    background-image: url(image/cyber_bg_img.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    height: 463px;
    position: relative;
    margin-left: 100px;
    background-position: center;
}


.cyber_space {
    height: 100px;
    margin-bottom: 218px;
}

@media screen and (max-width: 768px) {
    body {
        font-size: 13px;
    }

    .cyber_fv {
        background-color: #36498f;
        height: 196px;
    }

    .cyber_fv_bg {
        height: 250px;
        margin-left: 80px;
    }

    .cyber_fv_text {
        top: 210px;
    }

    .cyber_fv_bg {
        height: 250px;
        margin-left: 80px;
    }


    .cyber_space {
        height: 55px;
        margin-bottom: 40px;
        margin-top: 60px;
    }

    .cyber_footspace {
        height: 0px;
    }



    .intend {
        display: block;
    }


}

@media screen and (max-width: 640px) {
    .cyber_fv_text h1 img {
        height: 60px;
    }
}

@media screen and (max-width: 480px) {
    body p {
        font-size: 13px;
    }


    .cyber_fv {
        background-color: #36498f;
        height: 90px;
    }

    .cyber_fv_bg {
        height: 130px;
        margin-left: 30px;
    }

    .cyber_space {
        height: 40px;
        margin-bottom: 30px;
    }

    .imagearea {
        max-width: 100%;
    }
}

/*-------------------------------- */
/*イントロ
---------------------------------- */
section.intro {
    margin-bottom: 100px;

}

.sectiontitle {
    margin-bottom: 126px;
    position: relative;
}

.sectiontitle:after {
    position: absolute;
    content: "";
    width: 65px;
    height: 4px;
    background-color: #36498f;
    bottom: -49px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.sectiontitle h2 {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
}

.intro .textarea {
    margin-right: 20px;
}

.introarea .eng {
    color: #fff;
    background-color: #FABE00;
    font-size: 14px;
    font-style: italic;
    padding: 5px 5px;
    display: block;
    max-width: 206px;
    text-align: center;
    margin-bottom: 17px;
    font-weight: 500;
}

.intro .textarea h3 {
    font-size: 24px;
    margin-bottom: 36px;
    font-weight: 500;
    position: relative;
    line-height: 1.2;
}

.intro .textarea h3::after {
    position: absolute;
    content: "";
    width: 46px;
    height: 2px;
    background-color: #36498f;
    bottom: -20px;
    left: 0;
}

.intro .textarea p {
    font-size: 16px;
    line-height: 1.7;
}

.intro .sectiontitle {
    margin-bottom: 134px;
}

@media screen and (max-width: 768px) {
    .sectiontitle {
        font-weight: 500;
        font-size: 16px;
        margin-bottom: 123px;
        text-align: center;
        line-height: 1.3;
        position: relative;
    }

    .sectiontitle h2 {
        font-size: 16px;
    }

    .introarea.flex {
        flex-direction: row;
    }

    .introarea span {
        font-size: 11px;
        max-width: 200px;
        display: inline-block;
    }

    .intro .textarea h3 {
        font-size: 16px;
    }

    .intro .textarea p {
        font-size: 13px;
    }

    .introarea .eng {
        font-size: 11px;
        max-width: 200px;
        display: inline-block;
    }
}

@media screen and (max-width: 480px) {
    h3 .intend {
        display: inline-block;
    }

    .introarea.flex {
        flex-direction: column;
    }

    .introarea .textarea {
        margin-bottom: 25px;
    }

    .introarea span {
        display: block;
    }

    .intro .textarea h3 {
        margin-bottom: 30px;
    }

    .intro .textarea {
        margin-right: 0px;
    }

    .sectiontitle h2 {
        font-feature-settings: "palt";
    }

    .introarea .eng {
        font-size: 11px;
        max-width: 150px;
        margin-bottom: 10px;
    }

    .sectiontitle h2 {
        font-size: 15px;
    }

    .sectiontitle:after {
        width: 45px;
    }

    .intro .textarea h3 {
        font-size: 14px;
    }

    .sectiontitle:after {
        bottom: -30px;
    }

    .intro .sectiontitle {
        margin-bottom: 80px;
    }
}

/*-------------------------------------------*/
/*warning*/
/*-------------------------------------------*/
section.warning {
    position: relative;
}

.warning_arrow {
    position: absolute;
    bottom: -56px;
    display: flex;
    justify-content: center;
    z-index: 99;
    width: 100%;
}

.warning_bg {
    background-image: url(image/warning_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 1px;
    padding-bottom: 54px;
    z-index: 1;
    z-index: 100;
    position: relative;
}

/*.warning_bg::after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 100%;
    height: 30px;
    background-image: url(image/warning_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    z-index: 0;
}*/

.warning_title {
    margin-top: 110px;
    margin-bottom: 83px;
    position: relative;
}

.title_icon {
    position: absolute;
    top: 0;
}

.title_icon {
    position: absolute;
    top: -70px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
}

.warning_title h2 {
    font-size: 39px;
    font-weight: 600;
    text-align: center;
    line-height: 1.28;
}

section.solution {
    background-image: url(image/sol_bgimg.jpg);
    background-repeat: repeat;
    background-size: cover;
    padding-top: 90px;
    padding-bottom: 90px;
    margin-bottom: 160px;
}

.sp_only_break {
    display: none;
}


.solution .catch img {
    display: block;
    margin: 0 auto;
}

.warning_pc_only {
    display: block;
}

.warning_tab_only {
    display: none;
}

.warning_sp_only {
    display: none;
}


@media screen and (max-width: 768px) {
    .warning_pc_only {
        display: none;
    }

    .warning_tab_only {
        display: block;
        margin-bottom: 100px;
    }

    .warning_title h2 {
        font-size: 24px;
    }

    .solution .catch img {
        max-width: 70%;
    }

    section.solution {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media screen and (max-width: 480px) {
    .warning_title h2 {
        font-size: 18px;
        font-feature-settings: "palt";
    }

    .title_icon img {
        width: 30%;
    }

    .title_icon {
        top: -20px;
    }

    .warning_title {
        margin-top: 60px;
        margin-bottom: 50px;
    }

    section.solution {
        padding-top: 50px;
        padding-bottom: 50px;
        margin-bottom: 80px;
    }

    .sp_only_break {
        display: block;
    }

    .warning_tab_only {
        display: none;
    }

    .warning_sp_only {
        display: block;
        margin-bottom: 80px;
    }
}

/*-------------------------------------------*/
/*PRODUCT*/
/*-------------------------------------------*/
.image_block {
    flex-shrink: 0;
}

.text_wrap {
    margin-left: 20px;
}

span.list_num {
    margin-bottom: 10px;
}

.product_list .heading span {
    display: block;
}

.heading_detail {
    font-size: 18px;
    margin-bottom: 6px;
}

.product_name {
    color: #36498f;
    font-size: 26px;
    font-weight: 600;
}

.heading {
    margin-bottom: 18px;
    border-bottom: 1px dotted #989898;
    padding-bottom: 18px;
}

.text_block p {
    font-size: 16px;
}

.product_list li {
    margin-bottom: 75px;
    border-bottom: 1px solid #ebf0f0;
    padding-bottom: 67px;
}

.product_list li:nth-child(1) {

    border-top: 1px solid #ebf0f0;
    padding-top: 55px;
}

@media screen and (max-width: 768px) {
    .product_list .flex {
        flex-direction: row;
    }

    .image_block {
        flex-shrink: inherit;
        width: 50%;
    }

    .text_wrap {
        margin-left: 20px;
        width: 60%;
    }

    .text_block p {
        font-size: 14px;
    }

    .product_name {
        font-size: 22px;
        font-feature-settings: "palt";
    }

    .heading_detail {
        font-size: 16px;
    }
}

@media screen and (max-width: 480px) {
    .sectiontitle {
        margin-bottom: 90px;
    }
}

@media screen and (max-width: 480px) {
    .product_list .flex {
        flex-direction: column;
    }

    .text_wrap {
        margin-left: 0px;
        width: 100%;
    }

    .image_block {
        width: 100%;
    }

    .image_block img {
        width: 100%;
        margin-bottom: 30px;
    }

    .text_block p {
        font-size: 13px;
    }

    .product_name {
        font-size: 20px;
        font-weight: 600;
    }

    .heading_detail {
        font-size: 14px;
    }

    .product_list li {
        margin-bottom: 40px;
        padding-bottom: 40px;
    }

    .list_num img {
        width: 25%;
    }
}


/*-------------------------------------------*/
/*POINT*/
/*-------------------------------------------*/
.point .flex {
    gap: 31px;
    align-items: flex-start;

}

.point_item {
    background-color: #f5f7f9;
    padding: 94px 22px 70px 22px;
    position: relative;
    width: 100%;
}

.point_num {
    position: absolute;
    top: 0;
    left: 0;
}


.point2 {
    margin-top: 40px;
}

.point3 {
    margin-top: 80px;
}

.point_heading {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 28px;
    line-height: 1.2;
}

.point_text {
    font-size: 15px;
    margin-bottom: 50px;
    line-height: 1.85;
}

section.point {
    padding-bottom: 100px;
    margin-top: 161px;
}

.point_icon {
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 1000px) {
    .point3 .point_heading span br {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .point .flex {
        flex-direction: row;
    }

    .point .flex {
        gap: 15px;

    }

    .point_item {
        padding: 80px 10px 70px 10px;
    }

    .point_text {
        font-size: 13px;
    }

    .point_heading {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .point_num {
        width: 30%;
    }

    .point_heading span {
        font-feature-settings: "palt";
    }

    .point_icon img {
        max-width: 60%;
    }

    section.point {
        padding-bottom: 0px;
        margin-top: 120px;
    }

}

@media screen and (max-width: 480px) {
    .point .flex {
        flex-direction: column;
    }

    .point_num {
        width: 20%;
    }

    .point_heading span br {
        display: none;
    }

    .point2, .point3 {
        margin-top: 30px;
    }
}


/*-------------------------------- */
/*FV_text修正用

---------------------------------- */
.cyber_fv {
    position: relative;
}

.cyber_fv_text {
    position: absolute;
    top: 220px;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
}

.cyber_fv_text h1 img {
    width: 100%;
    display: block;
    margin: 0 auto;
}

@media screen and (max-width: 1000px) {
    .cyber_fv_text h1 img {
        width: 90%;
    }
}



@media screen and (max-width: 768px) {
    .cyber_fv_text {
        top: 43%;

    }

    .cyber_fv_text h1 img {
        width: auto;
        display: block;
        margin: 0 auto;
        padding-left: 50px;
        height: 60px;
        margin-top: 20px;
    }
}

@media screen and (max-width: 480px) {
    .cyber_fv_text {
        top: 38%;
    }

    .cyber_fv_text h1 img {
        width: auto;
        padding-left: 0px;
        height: 40px;
        margin-top: 10px;
    }
}