@charset "UTF-8";


section {
    display: block;
}

/* ======================
Common
=========================*/

#header .inner a:hover {
    color: #000;
}

/* ======================
パンくす設定
=========================*/

.breadcrumb-wrapper {
    max-width: 1280px;
    margin: 24px auto 0;
}
.kv-wrap .kv-area h1 {
  padding-bottom: 2rem;
  font-weight: 800;
}
@media only screen and (max-width: 1069px) {
    .breadcrumb-wrapper {
    margin: 8px auto 0;
    }
}
@media only screen and (max-width: 418px) {
    .breadcrumb-wrapper {
    margin: 24px auto 0;
    }
}
@media only screen and (max-width: 374px) {
    .breadcrumb-wrapper {
    margin: 72px auto 0;
    }
}

.breadcrumb {
    font-size: 1.2rem;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 -4px -36px;
    position: relative;
}

.breadcrumb>li {
    line-height: 1.3;
    margin: 0 0 12px 36px;
    position: relative;
}



/* ======================
headtitle
=========================*/
#second_header {
    background: url(/202407/images/lf-bgg-dg-lg.png);
    background-size: cover;
    color: #fff;
    max-width: inherit;
    margin-bottom: 0;
    display: block;
}

.second_header-inner {
    max-width: 1280px;
    margin: auto;
    display: flex;
    align-items: center;
    padding: 4rem 0;
}

.head_title {
    font-size: 3.2rem;
    font-weight: 600;
    color: #fff;
}

.head_title span {
    margin-right: 2rem;
}


/* ======================
KV
=========================*/
.kv-wrap {
    background-image: url(/202407/data-security/poc/images/kv03.jpg);
    background-position: center;
}

.kv-wrap .kv-area {
    max-width: 1280px;
    margin: 0 auto;
    padding: 4rem 0;
}

.kv-wrap .kv-area {
    color: #fff;
}

.kv-area .lay-2col {
    justify-content: flex-start;
}

.kv-area .lay-2col li:first-child {
    width:calc(50% - 5% );
    background-image: url(/202407/images/lf-bgg-dg-lg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 8rem 4rem;
    margin-right: 5%;
}

@media screen and (max-width: 900px) {
    .kv-area .lay-2col li:first-child {
        width: 100%;
        margin: auto;
    }
}

.kv-area .lay-2col li:first-child p {
    padding: 0;
}

.kv-area .lay-2col li:last-child {
    width: calc(50% - 8rem);
    display: none;
}

@media only screen and (max-width: 480px) {
    .kv-area .lay-2col>* {
        margin: 0 !important;
    }
}

.kv-wrap .kv-sp-visual {
    display: none;
}


.kv-wrap .kv-area h2 {
    padding-bottom: 2rem;
}


@media screen and (max-width: 900px) {
    .kv-wrap {
        background-image: none;
    }


    .kv-wrap .kv-area {
        max-width: 1280px;
        margin: 0 auto;
        padding: 0;
    }

    .kv-wrap .kv-sp-visual {
        display: block;
        position: relative;
    }

    .kv-wrap .kv-sp-visual .visual {
        position: relative;
    }

    .kv-wrap .kv-sp-visual img {
        z-index: -1;
    }

    .kv-wrap .kv-sp-visual .visual::before {
        display: none !important;
    }

    .kv-wrap .kv-sp-visual .visual:after {
        display: none !important;
    }


    .kv-wrap .kv-area .panel {
        padding: 16px;
        max-width: inherit;
        min-height: inherit;
    }

    .kv-wrap .kv-area .panel {
        background-position: right 0 bottom 0;
        color: #000;
        min-height: inherit;
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .kv-wrap .kv-area .panel .content {
        position: inherit;
        top: inherit;
        transform: inherit;
        padding-right: 0;
    }

    .kv-wrap .kv-area .panel:after {
        display: none;
    }

    .kv-wrap .kv-article-area {
        margin: 2rem;
    }

}

.border-btn-b a {
    display: inline-block;
    max-width: 180px;
    width: 100%;
    border: 1px solid #000;
    padding: 1.2rem 1.6rem;
    color: #000;
    text-decoration: none;
    position: relative;
    background: rgba(255, 255, 255, 1);
    font-size: 1.6rem;
}




/* ======================
簡単に試せる
=========================*/
.section.features {
    background-color: #efefef;
    text-align: center;
}

.section.features .lay-3col dd {
    text-align: left;
}

.section.features h3 {
    font-weight: 600;
    padding-bottom: 4rem;
}

.section.features .can-do .lay-3col {
    padding-bottom: 56px;
    justify-content: space-around;
}



.section.features h4 {
    position: absolute;
    top: -30px;
    left: 0;
    display: inline-block;
    margin: 1rem 0 1rem -10px;
    padding: 1rem 3rem;
    color: #000;
    font-weight: 600;
    font-size: 1.6rem;
    border-radius: 0 100vh 100vh 0;
    background: #FFE700;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
}

.section.features h4:before {
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 0;
    height: 0;
    content: '';
    border-top: 10px solid #6D6E70;
    border-left: 10px solid transparent;
}

.section.features .lay-3col>li .imgbox {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem;
}

.section.features .lay-3col dt {
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
}

.section.features .lay-3col dd {
    padding-top: 2rem;
}

.section.features .kadai .lay-3col {
    justify-content: space-around;
}

@media only screen and (min-width: 820px) {
    .section.features .kadai .lay-3col {
        padding-top: 1.25rem;
    }
}

@media only screen and (max-width: 533px) {
    .section.features .kadai .lay-3col {
        padding-top: 2rem;
    }
}

.section.features .kadai .lay-3col>* {
    position: relative;
    background: rgba(60, 60, 60, 1);
    padding: 36px 40px;
    border-radius: 4px;
    border: 3px solid #fff;
    color: #fff;
    box-shadow: 5px 5px 10px #c6c6c6, -5px -5px 10px #f2f2f2;
    font-size: 2rem;
    justify-content: center;
            margin: 2rem!important;
                    width: calc((100% - 13%) / 3);
}

@media only screen and (max-width: 1020px) {
.section.features .kadai .lay-3col>* {
        width: calc((100% - 16%) / 2);

    }
}

@media only screen and (max-width: 600px) {
.section.features .kadai .lay-3col>* {
        width: 100% !important;
        margin: 2rem 0!important;
    }
}


.kadai-wrap {
    position: relative;
    margin: 2em 0;
    padding: 4rem 2em;
    border: solid 2px #6D6E70;
    border-radius: 8px;
    display: flex;
    justify-content: center;
}

.kadai-wrap .box-title {
    position: absolute;
    display: inline-block;
    top: -18px;
    padding: 0 1em;
    margin: 0 1rem;
    line-height: 1.5;
    font-size: 2.4rem;
    background: #efefef;
    color: #000;
    font-weight: 600;
}

@media only screen and (max-width: 600px) {
    .kadai-wrap .box-title {
        padding: 0 .5em;
    }
}

@media only screen and (max-width: 533px) {
    .kadai-wrap .box-title {
        padding: 0 .25em;
    }
}

.kadai-wrap p {
    margin: 0;
    padding: 0;
}


/* ======================
case
=========================*/
.section.case h2 {
    padding-bottom: 4rem;
}


@media only screen and (min-width: 1000px) {
    .content {
        margin-top: 4rem;
    }
}

.content {
    position: relative;
    z-index: 1;
    width: 100%;
}

.content .lead_panel {
    background: #fff;
    top: 50%;
    padding: 3rem;
    transform: translateY(-50%);
    filter: drop-shadow(0px 0px 8px rgba(199, 198, 198, 1));
    position: absolute;
    right: 0;
    width: 42%;
    z-index: 2;
}

@media only screen and (max-width: 1000px) {
    .content .lead_panel {
        transform: none;
        position: unset;
        padding: 20px;
        width: 100%;
    }
}

@media only screen and (min-width: 1000px) {
    .content:nth-child(even) .lead_panel {
        left: 0;
        padding-left: 0;
    }
}

@media only screen and (min-width: 1000px) {
    .content:nth-child(even) .lead_panel {
        padding-left: 45px;
    }
}

.content li.detail {
    text-align: left;
    padding: 2rem 0;
}

.content li.detail dt {
    background: #dcdcdc;
    padding: .5rem 2rem;
    display: inline-block;
    border-radius: 100vh;
    margin-bottom: 1rem;
    background: #6D6E70;
    color: #fff;
}

.content li.detail dt.kadai {
    background: #FFE700;
    color: #000;
}

.content li.detail dd {
    padding-bottom: 2rem;
}

.content li.detail>.btn {
    padding-top: 2rem;
}


/*パネル横画像*/
.content .content-img {
    width: 79%;
}

@media only screen and (min-width: 1025px) {
    .content:nth-child(even) .content-img {
        width: 79%;
        margin-left: auto;
    }
}

@media only screen and (max-width: 1024px) {
    .content .content-img {
        width: 100%;
        padding-bottom: 4rem;
    }

    .content:nth-child(even) .content-img {
        width: 100%;
        margin: 0;
    }
}


/*パネル内文言*/

.section h3.mainpointLine {
    position: relative;
    margin: 0px 0 26px;
    padding-bottom: 20px;
    font-size: 2.4rem;
    font-weight: 800;
    line-height: 1.5;
    color: #000;
}

.section h3.mainpointLine span {
    display: inline-block;
    font-size: 1.6rem;
    background: #3c3c3c;
    border-radius: 4px;
    color: #fff;
    padding: .5rem 2rem;
    margin-bottom: .5rem;
}

.section h3.mainpointLine::before {
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    min-width: 72px;
    height: 3px;
    content: "";
    width: 100%;
}

.section h3.mp_orange::before {
    background: linear-gradient(to right, rgb(255, 128, 0) 0%, rgb(255, 231, 0) 100%);
}


/* ======================
poc-flow
=========================*/
.section.poc-flow {
    background: #efefef;
}

.section.poc-flow h2 {
    padding-bottom: 4rem;
}

.section.poc-flow h2+p {
    font-size: 2rem;
}

.flow_box {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 820px;
    margin: auto;
}

.flow {
    padding-left: 0;
}

.flow>li {
    list-style-type: none;
    display: flex;
}

.flow>li:not(:last-child) {
    margin: 0 0 50px;
}

.flow>li .flow_icon {
    clip-path: polygon(0% 0%, 100% 0, 100% 70%, 50% 100%, 0 70%);

    border-radius: 8px;
    width: 160px;
    padding: 10px 10px 40px 10px;
    text-align: center;
    background: #008224;
    position: relative;
    margin: 0;
    display: flex;
    align-items: center;
}

.flow>li dl {
    padding: 0 0 0 30px;
    width: calc(100% - 115px);
}

.flow>li dl dt {
    padding: 0 0 5px;
    margin: 0 0 15px;
    font-size: 1.2em;
    font-weight: bold;
    border-bottom: 2px solid #CCCCCC;
    position: relative;
}

.flow>li dl dt::after {
    content: '';
    width: 6rem;
    height: 4px;
    position: absolute;
    bottom: -3px;
    left: 0;
    background-color: rgba(0, 130, 36, .5);
}

.flow>li dl dd {
    margin: 0;
    font-size: 2rem;
}
.border-btn-b.icon-window a {
  background-color: inherit;
}
.icon-window img {
  position: absolute;
  width: 20px;
  height: auto;
  margin-left: 18px;
  padding-bottom: 5px;
  left: 115px;
  bottom: 14px;
  z-index: -10;
}
.icon-window-s {
  width: 20px;
  height: auto;
  margin-left: 18px;
  padding-bottom: 5px;
}