@charset "UTF-8";

*,
*::before,
*::after {
    box-sizing: border-box
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
    margin: 0
}

ul[role="list"],
ol[role="list"] {
    list-style: none
}

html:focus-within {
    scroll-behavior: auto
}

body {
    min-height: 100vh;
    text-rendering: optimizeSpeed;
    line-height: 1.5
}

body.is-modal {
    overflow: hidden;
}

a:not([class]) {
    text-decoration-skip-ink: auto
}

img,
picture {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

input,
button,
textarea,
select {
    font: inherit
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

@media(prefers-reduced-motion:reduce) {
    html:focus-within {
        scroll-behavior: auto
    }

    *,
    *::before,
    *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
        scroll-behavior: auto !important
    }
}

:root {
    --color-base: #035697;
    --color-bg: #f2f6fa;
    --color-red: #e63858;
    --color-yel: #fdff30;
}

html {
    font-size: 62.5%;
}

body {
    font-family: "Noto Sans JP",'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',Arial,Helvetica,sans-serif;
    font-size: 1.6rem;
    font-optical-sizing: auto;
    font-feature-settings: "palt";
    color: #000;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}
@media screen and (max-width: 767px) {
    body {
        font-size: 1.4rem;
    }
}

/* layout */
.l-main{
    overflow: hidden;
}

.c-container{
    max-width: 1340px;
    margin: 0 auto;
    padding: 0 2rem;
}

/* common */
@media screen and (max-width: 767px) {
    .pc-show {
        display: none;
    }
}
@media screen and (min-width: 768px) {
    .sp-show {
        display: none
    }
}

.text-marker {
    background: linear-gradient(transparent 70%, var(--color-yel) 95%, transparent 95%);
}

/* header */
.l-header {
    padding: 2rem;
    background: #fff;
}
.l-header__logo {
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
    .l-header {
        padding: 1.5rem;
    }

    .l-header__logo {
        text-align: center;
    }
}

#HeaderArea2 {
    position: relative;
    background-color: #f2f2f2;
    min-width: 320px;
    z-index: 1;
}
#HeaderArea2 > .Container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.Container {
    width: auto;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    min-width: 290px;
}
@media screen and (min-width: 768px) {
    .Container { max-width: 965px; }
    .Container.Wide { max-width: 1340px; }
}
@media print {
    .Container.Wide {
        min-width: 1340px;
    }
}

/* footer */
.l-footer {
    padding: 8rem 0;
}
@media screen and (max-width: 767px) {
    .l-footer {
        padding: 4rem 0;
    }
}

.l-footer__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.l-footer__copyright {
    margin-bottom: 1.5rem;
    color: #666;
    font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
    .l-footer__copyright {
        font-size: 1.1rem;
    }
}

.l-footer__list {
    display: flex;
}
@media screen and (max-width: 767px) {
    .l-footer__list {
        flex-direction: column;
        align-items: center;
    }
}

.l-footer__listItem {
    padding: 0 1em;
    font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
    .l-footer__listItem {
        font-size: 1.1rem;
    }

    .l-footer__listItem:not(:last-child) {
        margin-bottom: 1.5rem;
    }
}

.l-footer__listLink {
    color: #666;
    text-decoration: none;
}
@media screen and (min-width: 768px) {
    .l-footer__listLink:hover {
        text-decoration: underline;
    }
}

.l-footer__info {
    margin-bottom: 5rem;
    color: #505050;
    font-size: 1.4rem;
    line-height: 1.8;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .l-footer__info {
        margin-bottom: 3rem;
        font-size: 1.2rem;
    }
}

/* KV */
.l-section-kv {
    background: var(--color-bg);
}
@media screen and (max-width: 767.98px) {
    .l-section-kv {

    }
}

.l-section-kv__inner {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    max-width: 1360px;
    min-height: 560px;
    margin: 0 auto;
    padding: 6rem 3rem 3rem;
}
@media screen and (max-width: 960px) {
    .l-section-kv__inner {
        flex-direction: column;
        align-items: center;
    }
}
@media screen and (max-width: 767.98px) {
    .l-section-kv__inner {
        gap: 8vw;
        padding: 6vw 5vw;
    }
}

.l-section-kv__intro {
    margin-bottom: 1.5em;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.8;
}
@media screen and (max-width: 767.98px) {
    .l-section-kv__intro {
        margin-bottom: 1.5em;
        font-size: 3vw;
    }
}

.l-section-kv-title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 7rem;
    line-height: 1.3;
}
@media screen and (max-width: 767.98px) {
    .l-section-kv-title {
        margin-bottom: 8vw;
    }
}

.l-section-kv-title__text1 {
    position: relative;
    padding-bottom: 1em;
    border-bottom: 2px solid #005698;
    font-size: 2.4rem;
}
@media screen and (max-width: 767.98px) {
    .l-section-kv-title__text1 {
        font-size: 4.26vw;
    }
}

.l-section-kv-title__text1::before,
.l-section-kv-title__text1::after {
    position: absolute;
    top: 100%;
    left: 47%;
    width: 24px;
    height: 27px;
    border-color: #005698 transparent transparent;
    border-style: solid;
    border-width: 27px 12px 0;
    content: "";
    transform: translate(0, 0) skewX(-27deg);
}
.l-section-kv-title__text1::after {
    border-color: var(--color-bg) transparent transparent;
    transform: translate(2px, -5px) skewX(-27deg);
}

.l-section-kv-title__text1 span {
    font-size: 1.375em;
}

.l-section-kv-title__text2 {
    padding-top: .6em;
    color: var(--color-base);
    font-size: 5.4rem;
}
@media screen and (max-width: 960px) {
    .l-section-kv-title__text2 {
        font-size: 4.8rem;
    }
}
@media screen and (max-width: 767.98px) {
    .l-section-kv-title__text2 {
        padding-top: 1.2em;
        font-size: 7.2vw;
    }
}

.l-section-kv-cta {
    display: flex;
    gap: 2rem;
    max-width: 560px;
}
@media screen and (max-width: 767.98px) {
    .l-section-kv-cta {
        gap: 1rem;
        max-width: 100%;
    }
}

.l-section-kv-cta__btn {
    position: relative;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 8rem;
    border-radius: 5px;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    transition: .3s;
}
@media screen and (max-width: 767.98px) {
    .l-section-kv-cta__btn {
        height: 15vw;
        padding: .5em 1.2em .5em .8em;
    }
}
@media screen and (min-width: 768px) {
    .l-section-kv-cta__btn:hover {
        opacity: .8;
    }
}

.l-section-kv-cta__btn::after {
    position: absolute;
    top: 50%;
    right: 1rem;
    width: 12px;
    height: 16px;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 8px 0 8px 12px;
    content: "";
    transform: translateY(-50%);
}
@media screen and (max-width: 767.98px) {
    .l-section-kv-cta__btn::after {
        right: .8rem;
        width: 8px;
        height: 10px;
        border-width: 5px 0 5px 8px;
    }
}

.l-section-kv-cta__btn--1 {
    background: var(--color-red);
}
.l-section-kv-cta__btn--2 {
    background: var(--color-base);
}

.l-section-kv-cta__text {
    font-size: 1.5rem;
}
@media screen and (max-width: 767.98px) {
    .l-section-kv-cta__text {
        font-size: 3vw;
    }
}

.l-section-kv-cta__title {
    font-size: 2.2rem;
}
@media screen and (max-width: 767.98px) {
    .l-section-kv-cta__title {
        font-size: 4vw;
    }
}

.l-section-kv__image {
    position: relative;
    max-width: 50%;
    margin-top: 7rem;
}
@media screen and (max-width: 767.98px) {
    .l-section-kv__image {
        max-width: 100%;
        margin-top: 16vw;
    }
}

.l-section-kv__image figcaption {
    position: absolute;
    top: 0;
    left: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 354px;
    height: 104px;
    background: #fff;
    border: 2px solid var(--color-base);
    border-radius: 5px;
    color: var(--color-base);
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    transform: translate(-50%, -72%);
}
@media screen and (max-width: 1340px) {
    .l-section-kv__image figcaption {
        width: 280px;
        height: 80px;
        font-size: 2rem;
    }
}
@media screen and (max-width: 767.98px) {
    .l-section-kv__image figcaption {
        width: 60vw;
        height: 20vw;
        font-size: 4vw;
    }
}

.l-section-kv__image figcaption::before,
.l-section-kv__image figcaption::after {
    position: absolute;
    top: 100%;
    left: 48%;
    width: 30px;
    height: 80px;
    border-color: var(--color-base) transparent transparent;
    border-style: solid;
    border-width: 80px 15px 0 15px;
    content: "";
    transform: skewX(10deg);
}
.l-section-kv__image figcaption::after {
    border-color: #fff transparent transparent;
    transform: translate(-2px, -12px) skewX(10deg);
}
@media screen and (max-width: 1280px) {
    .l-section-kv__image figcaption::before,
    .l-section-kv__image figcaption::after {
        width: 24px;
        height: 60px;
        border-width: 60px 12px 0 12px;
    }
    .l-section-kv__image figcaption::after {
        transform: translate(-2px, -10px) skewX(10deg);
    }
}

/* Contents */
.l-section-01 {
    background: var(--color-bg);
}
@media screen and (max-width: 767.98px) {

}
.l-section-01__title {
    padding: 1em;
    background: var(--color-base);
    color: #fff;
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
}
@media screen and (max-width: 767.98px) {
    .l-section-01__title {
        font-size: 2.2rem;
        line-height: 1.2;
    }
}

.l-section-01-contnets {
    max-width: 1340px;
    margin: 0 auto;
}
@media screen and (max-width: 1340px) {
    .l-section-01-contnets {
        overflow-x: auto;
    }
}

.l-section-01-contnets__inner {
    display: flex;
    gap: 6rem;
    min-width: 980px;
    padding: 3rem 2rem 0;
}
@media screen and (max-width: 1280px) {
    .l-section-01-contnets__inner {
        gap: 4rem;
    }
}

.l-section-01-content {
    width: calc((100% - 6rem) / 2);
    display: flex;
}
@media screen and (max-width: 1280px) {
    .l-section-01-content {
        width: calc((100% - 4rem) / 2);
    }
}

.l-section-01-content__image {
    flex-shrink: 0;
    max-width: 43%;
}

.l-section-01-content__image a {
    transition: .3s;
}
@media screen and (min-width: 768px) {
    .l-section-01-content__image a:hover {
        opacity: .8;
    }
}

.l-section-01-content__col {
    flex: 1;
}

.l-section-01-content__before {
    margin-bottom: .5em;
    color: #999;
    font-size: 4rem;
    font-weight: 500;
    line-height: 1;
    text-align: right;
}

.l-section-01-content__after {
    margin-bottom: .5em;
    color: var(--color-base);
    font-size: 4rem;
    font-weight: 500;
    line-height: 1;
}

.l-section-01-content__heading {
    padding: .6em;
    color: #fff;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
}
@media screen and (max-width: 1280px) {
    .l-section-01-content__heading {
        font-size: 1.8rem;
    }
}
.l-section-01-content__heading--before {
    background: #8a8a8a;
}
.l-section-01-content__heading--after {
    background: var(--color-base);
}

.l-section-01-content__list {
    padding: 1em 0;
}

.l-section-01-content__list li {
    position: relative;
    padding-left: 1.8em;
    word-break: keep-all;
    overflow-wrap: anywhere;
}
@media screen and (max-width: 1280px) {
    .l-section-01-content__list li {
        font-size: 1.4rem;
    }
}

.l-section-01-content__list li:not(:last-child) {
    margin-bottom: .8em;
}

.l-section-01-content__list--before {
    padding-left: 2rem;
}

.l-section-01-content__list--before li::before {
    position: absolute;
    top: .2em;
    left: 0;
    width: 1.25em;
    height: 1.25em;
    background: url("/security/lp/vulnerability_assess/assets/img/ico_xmark.svg") no-repeat 0 0;
    background-size: 100% auto;
    content: "";
}

.l-section-01-content__list--after {
    padding-right: 1em;
}

.l-section-01-content__list--after li::before {
    position: absolute;
    top: .2em;
    left: 0;
    width: 1.25em;
    height: 1.25em;
    background: url("/security/lp/vulnerability_assess/assets/img/ico_check.svg") no-repeat 0 0;
    background-size: 100% auto;
    content: "";
}


.l-section-02 {
    position: relative;
}
.l-section-02__title {
    padding: .8em 1em 1em;
    background: #fff;
    color: var(--color-base);
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
}
@media screen and (max-width: 767.98px) {
    .l-section-02__title {
        font-size: 2.0rem;
    }
}

.l-section-02__title span {
    font-size: 1.16em;
}

.l-section-02-step--1 {
    --step-color: #54b2fb;
}
.l-section-02-step--2 {
    --step-color: #439ce4;
}
.l-section-02-step--3 {
    --step-color: #3085ca;
}
.l-section-02-step--4 {
    --step-color: var(--color-base);
}

.l-section-02-step-top {
    padding: 0 2rem 3rem;
    background: var(--step-color);
    color: #fff;
    text-align: center;
}
@media screen and (max-width: 767.98px) {
    .l-section-02-step-top {
        padding: 0 2rem 2rem;
    }
}

.l-section-02-step-top__step {
    position: relative;
    height: 5rem;
    color: var(--step-color);
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.2;
}
@media screen and (max-width: 767.98px) {
    .l-section-02-step-top__step {
        font-size: 1.8rem;
    }
}

.l-section-02-step-top__step::before {
    position: absolute;
    top: -1px;
    left: 50%;
    width: 21rem;
    height: 5rem;
    border-color: #fff transparent transparent;
    border-style: solid;
    border-width: 5rem 10.5rem 0;
    content: "";
    transform: translateX(-50%);
}
@media screen and (max-width: 767.98px) {
    .l-section-02-step-top__step::before {
        width: 16.8rem;
        height: 4rem;
        border-width: 4rem 8.4rem 0;
    }
}

.l-section-02-step-top__step span {
    position: relative;
    z-index: 2;
}

.l-section-02-step-top__title {
    margin-bottom: .4em;
    font-size: 3.6rem;
    font-weight: 700;
}
@media screen and (max-width: 767.98px) {
    .l-section-02-step-top__title {
        font-size: 2.4rem;
    }
}

.l-section-02-step-top__subtitle {
    font-size: 2.4rem;
    font-weight: 700;
}
@media screen and (max-width: 767.98px) {
    .l-section-02-step-top__subtitle {
        font-size: 1.7rem;
    }
}

.l-section-02-step-conents {
    overflow-x: auto;
}

.l-section-02-step-conents__inner {
    position: relative;
    max-width: 1340px;
    min-width: 1060px;
    margin: 0 auto;
    padding: 3rem 20.5rem 10rem;
}
@media screen and (max-width: 1340px) {
    .l-section-02-step-conents__inner {
        padding: 3rem 16rem 10rem;
    }
}
@media screen and (max-width: 767.98px) {
    .l-section-02-step-conents__inner {
        min-width: 860px;
        padding: 6rem 8rem 8rem;
    }
}

.l-section-02-step--3 .l-section-02-step-conents__inner {
    padding-bottom: 15rem;
}
@media screen and (max-width: 767.98px) {
    .l-section-02-step--3 .l-section-02-step-conents__inner {
        padding-bottom: 8rem;
    }
}

.l-section-02-step-conents__inner::after {
    position: absolute;
    bottom: 0;
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 100% auto;
    content: "";
}
.l-section-02-step--1 .l-section-02-step-conents__inner::after {
    right: 60px;
    width: 166px;
    height: 296px;
    background-image: url("/security/lp/vulnerability_assess/assets/img/section02_img_01.png");
}
.l-section-02-step--2 .l-section-02-step-conents__inner::after {
    left: 32px;
    width: 218px;
    height: 285px;
    background-image: url("/security/lp/vulnerability_assess/assets/img/section02_img_02.png");
}
.l-section-02-step--3 .l-section-02-step-conents__inner::after {
    right: 34px;
    width: 236px;
    height: 422px;
    background-image: url("/security/lp/vulnerability_assess/assets/img/section02_img_03.png");
}
.l-section-02-step--4 .l-section-02-step-conents__inner::after {
    display: none;
}
@media screen and (max-width: 1340px) {
    .l-section-02-step--1 .l-section-02-step-conents__inner::after {
        width: 132px;
        height: 237px;
    }
    .l-section-02-step--2 .l-section-02-step-conents__inner::after {
        width: 174px;
        height: 228px;
    }
    .l-section-02-step--3 .l-section-02-step-conents__inner::after {
        right: 10px;
        width: 188px;
        height: 338px;
    }
}
@media screen and (max-width: 767.98px) {
    .l-section-02-step--1 .l-section-02-step-conents__inner::after {
        right: 10px;
        width: 99px;
        height: 178px;
    }
    .l-section-02-step--2 .l-section-02-step-conents__inner::after {
        left: 0;
        width: 130px;
        height: 171px;
    }
    .l-section-02-step--3 .l-section-02-step-conents__inner::after {
        width: 141px;
        height: 253px;
    }
}

.l-section-02-step-conents__arrow {
    position: absolute;
    top: 0;
    left: 50%;
    width: 18px;
    height: calc(100% - 31px);
    background: var(--step-color);
    transform: translate(-50%, -1px);
}
@media screen and (max-width: 767.98px) {
    .l-section-02-step-conents__arrow {
        width: 14px;
        height: calc(100% - 24px);
    }
}

.l-section-02-step-conents__arrow::before {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 64px;
    height: 32px;
    border-color: var(--step-color) transparent transparent;
    border-style: solid;
    border-width: 32px 32px 0;
    content: "";
    transform: translate(-50%, -1px);
}
@media screen and (max-width: 767.98px) {
    .l-section-02-step-conents__arrow::before {
        width: 50px;
        height: 25px;
        border-width: 25px 25px 0;
    }
}

.l-section-02-step-conents__before {
    position: absolute;
    top: 2rem;
    left: 1.5rem;
    color: #999;
    font-size: 5rem;
    font-weight: 500;
    line-height: 1;
}
@media screen and (max-width: 1340px) {
    .l-section-02-step-conents__before {
        font-size: 4rem;
    }
}
@media screen and (max-width: 767.98px) {
    .l-section-02-step-conents__before {
        position: absolute;
        top: .5rem;
        right: auto;
        left: 2rem;
        margin: 0;
        font-size: 4rem;
    }
}

.l-section-02-step-conents__after {
    position: absolute;
    top: 2rem;
    right: 2rem;
    margin-left: 3rem;
    color: var(--step-color);
    font-size: 5rem;
    font-weight: 500;
    line-height: 1;
}
@media screen and (max-width: 1340px) {
    .l-section-02-step-conents__after {
        font-size: 4rem;
    }
}
@media screen and (max-width: 767.98px) {
    .l-section-02-step-conents__after {
        position: absolute;
        top: .5rem;
        right: 2rem;
        left: auto;
        margin: 0;
        font-size: 4rem;
    }
}

.l-section-02-step-conents__heading {
    position: relative;
    margin-bottom: 3rem;
    padding: .4em;
    color: var(--step-color);
    font-size: 2.4rem;
    font-weight: 700;
    background: #fff;
    border: 4px solid var(--step-color);
    line-height: 1;
    text-align: center;
}
@media screen and (max-width: 767.98px) {
    .l-section-02-step-conents__heading {
        font-size: 1.8rem;
        border-width: 3px;
    }
}

.l-section-02-step-conents__block:not(:last-child) {
    margin-bottom: 5rem;
}

.l-section-02-step-conent {
    display: flex;
    gap: 6rem;
}
@media screen and (max-width: 767.98px) {
    .l-section-02-step-conent {
        gap: 4rem;
    }
}

.l-section-02-step-conent__flow {
    width: calc((100% - 6rem) / 2);
}
@media screen and (max-width: 767.98px) {
    .l-section-02-step-conent__flow {
        width: calc((100% - 4rem) / 2);
    }
}

.l-section-02-step-conent__flow dl {
    display: flex;
    padding: 1em 1em 1em 1.8em;
    background: #e7e6e6;
}
@media screen and (max-width: 1340px) {
    .l-section-02-step-conent__flow dl {
        font-size: 1.5rem;
    }
}
@media screen and (max-width: 767.98px) {
    .l-section-02-step-conent__flow dl {
        font-size: 1.3rem;
    }
}

.l-section-02-step-conent__flow dl:first-child {
    border-radius: 6px 6px 0 0;
}
.l-section-02-step-conent__flow dl:not(:last-child) {
    margin-bottom: 3px;
}
.l-section-02-step-conent__flow dl:last-child {
    border-radius: 0 0 6px 6px;
}

.l-section-02-step-conent__flow dt {
    flex-shrink: 0;
    margin-right: .3em;
    font-weight: 700;
}
.l-section-02-step-conent__flow dd {
    font-weight: 500;
    word-break: keep-all;
    overflow-wrap: anywhere;
}

.l-section-02-step-conent__box {
    width: calc((100% - 6rem) / 2);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    padding: 4rem 2rem;
    border: 4px solid var(--step-color);
}
@media screen and (max-width: 767.98px) {
    .l-section-02-step-conent__box {
        width: calc((100% - 4rem) / 2);
        padding: 2rem 1.5rem;
        border-width: 3px;
    }
}

.l-section-02-step-conent__box--before {
    background: #e7e6e6;
    border: none;
    border-radius: 6px;
}

.l-section-02-step-conent__text1 {
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
}
.l-section-02-step-conent__text1 span {
    color: var(--color-red);
}
.l-section-02-step-conent__text2 {
    font-size: 2rem;
    font-weight: 500;
    text-align: center;
}
.l-section-02-step-conent__text3 {
    font-weight: 500;
}
@media screen and (max-width: 1340px) {
    .l-section-02-step-conent__text1 {
        font-size: 2.1rem;
    }
    .l-section-02-step-conent__text2 {
        font-size: 1.6rem;
    }
    .l-section-02-step-conent__text3 {
        font-size: 1.3rem;
    }
}
@media screen and (max-width: 767.98px) {
    .l-section-02-step-conent__text1 {
        font-size: 1.9rem;
    }
    .l-section-02-step-conent__text2 {
        font-size: 1.5rem;
    }
    .l-section-02-step-conent__text3 {
        font-size: 1.2rem;
    }
}

.l-section-02-step-conent__att {
    padding-left: 1em;
    font-size: 1.4rem;
    font-weight: 500;
    text-indent: -1em;
}
@media screen and (max-width: 767.98px) {
    .l-section-02-step-conent__att {
        font-size: 1.2rem;
    }
}

.l-section-02-step-compare {
    display: grid;
    gap: 4rem 0;
    grid-auto-rows: 5.8rem;
    margin-top: 5rem;
}
@media screen and (max-width: 767.98px) {
    .l-section-02-step-compare {
        gap: 3.2rem 0;
        grid-auto-rows: 4.2rem;
    }
}

.l-section-02-step-compare--col3 {
    grid-template-columns: .9fr 1fr .9fr;
}
.l-section-02-step-compare--col4 {
    grid-template-columns: 1.6fr 1.45fr 1fr 1fr;
}
@media screen and (max-width: 767.98px) {
    .l-section-02-step-compare--col4 {
        grid-template-columns: auto auto auto auto;
    }
}

.l-section-02-step-compare__item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    font-size: 2rem;
    font-weight: 700;
}
@media screen and (max-width: 1340px) {
    .l-section-02-step-compare__item {
        font-size: 1.6rem;
    }
}
@media screen and (max-width: 767.98px) {
    .l-section-02-step-compare__item {
        font-size: 1.3rem;
    }
}

.l-section-02-step-compare__item span {
    margin: 0 .1em;
}

.l-section-02-step-compare__item--gry {
    background: #999;
    color: #fff;
}
.l-section-02-step-compare__item--blk {
    background: #000;
    color: #fff;
}
.l-section-02-step-compare__item--red {
    background: var(--color-red);
    color: #fff;
}
.l-section-02-step-compare__item--blu {
    background: var(--step-color);
    color: #fff;
}
.l-section-02-step-compare__item--bdr {
    border-top: 1px solid #8a8a8a;
    border-bottom: 1px solid #8a8a8a;
}

.l-section-02-step-compare__item--bdl {
    border-left: 2px solid #fff;
}

.l-section-02-step-compare__item--x::before {
    position: absolute;
    bottom: 100%;
    left: 50%;
    color: #878889;
    content: "\00d7";
    font-size: 3.2rem;
    font-weight: 600;
    line-height: 1.3;
    transform: translate(-50%, 0);
}
@media screen and (max-width: 767.98px) {
    .l-section-02-step-compare__item--x::before {
        font-size: 2.6rem;
    }
}

.l-section-02-step-compare__text1 {
    font-size: 2.4rem;
}
.l-section-02-step-compare__text2 {
    font-size: 2.6rem;
}
.l-section-02-step-compare__text3 {
    font-size: 3rem;
}
.l-section-02-step-compare__text4 {
    font-size: 3.4rem;
}
.l-section-02-step-compare__text5 {
    font-size: 3.9rem;
}
@media screen and (max-width: 1340px) {
    .l-section-02-step-compare__text1 {
        font-size: 1.9rem;
    }
    .l-section-02-step-compare__text2 {
        font-size: 2.1rem;
    }
    .l-section-02-step-compare__text3 {
        font-size: 2.4rem;
    }
    .l-section-02-step-compare__text4 {
        font-size: 2.7rem;
    }
    .l-section-02-step-compare__text5 {
        font-size: 3.1rem;
    }
}
@media screen and (max-width: 767.98px) {
    .l-section-02-step-compare__text1 {
        font-size: 1.6rem;
    }
    .l-section-02-step-compare__text2 {
        font-size: 1.7rem;
    }
    .l-section-02-step-compare__text3 {
        font-size: 1.9rem;
    }
    .l-section-02-step-compare__text4 {
        font-size: 2.2rem;
    }
    .l-section-02-step-compare__text5 {
        font-size: 2.5rem;
    }
}

.l-section-02-step-result {
    position: relative;
    max-width: 1340px;
    min-width: 1060px;
    margin: 0 auto;
    padding: 0 20.5rem;
}
@media screen and (max-width: 1340px) {
    .l-section-02-step-result {
        padding: 0 16rem;
    }
}
@media screen and (max-width: 767.98px) {
    .l-section-02-step-result {
        min-width: 860px;
        padding: 0 8rem;
    }
}

.l-section-02-step-result::after {
    position: absolute;
    bottom: 0;
    right: 50px;
    width: 269px;
    height: 319px;
    background: url("/security/lp/vulnerability_assess/assets/img/section02_img_04.png") no-repeat 0 100%;
    background-size: 100% auto;
    content: "";
}
@media screen and (max-width: 1340px) {
    .l-section-02-step-result::after {
        width: 215px;
        height: 255px;
    }
}
@media screen and (max-width: 767.98px) {
    .l-section-02-step-result::after {
        right: 20px;
        width: 161px;
        height: 191px;
    }
}

.l-section-02-step-result__box {
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 197px;
    border: 4px solid var(--color-base);
    border-color: var(--step-color);
}
@media screen and (max-width: 767.98px) {
    .l-section-02-step-result__box {
        height: 160px;
    }
}

.l-section-02-step-result__item1 {
    max-width: 344px;
}

.l-section-02-step-result__item1 dt {
    padding: .4em;
    border: 2px solid #000;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
}
.l-section-02-step-result__item1 dd {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 2rem 0;
}

.l-section-02-step-result__hour1,
.l-section-02-step-result__hour2 {
    font-size: 2rem;
    font-weight: 700;
}
@media screen and (max-width: 767.98px) {
    .l-section-02-step-result__hour1,
    .l-section-02-step-result__hour2 {
        font-size: 1.5rem;
    }
}

.l-section-02-step-result__hour1 span {
    margin-right: .2em;
    font-size: 1.95em;
    line-height: 1.2;
}

.l-section-02-step-result__hour2 span {
    margin-right: .2em;
    color: var(--color-red);
    font-size: 2.4em;
    line-height: 1;
}

.l-section-02-step-result__arrow {
    position: relative;
    width: 15px;
    height: 22px;
    margin: 0 4rem 1rem 3rem;
    background: var(--color-base);
}
.l-section-02-step-result__arrow::after {
    position: absolute;
    top: 50%;
    right: 1px;
    width: 20px;
    height: 42px;
    border-color: transparent transparent transparent var(--color-base);
    border-style: solid;
    border-width: 21px 0 21px 20px;
    content: "";
    transform: translate(100%, -50%);
}

.l-section-02-step-result__item2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 232px;
    height: 232px;
    margin-right: 5rem;
    background: #fcebef;
    border: 11px solid #fff;
    outline: 4px solid var(--color-red);
    border-radius: 50%;
    color: var(--color-red);
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
}
@media screen and (max-width: 767.98px) {
    .l-section-02-step-result__item2 {
        width: 200px;
        height: 200px;
        font-size: 2.9rem;
        border-width: 9px;
        outline-width: 3px;
    }
}

.l-section-02-step-result__item2 span {
    font-size: 2.28em;
}
.l-section-02-step-result__item2 .text-marker {
    background: linear-gradient(transparent 70%, var(--color-yel) 85%, transparent 85%);
}

.l-section-02-step-result__closing {
    margin: .8em 0 .3em;
    color: var(--step-color);
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
}
@media screen and (max-width: 767.98px) {
    .l-section-02-step-result__closing {
        margin-top: 1.5em;
        font-size: 2.2rem;
    }
}

.l-section-02-step-result__att {
    padding-bottom: 7.5rem;
    font-weight: 500;
    text-align: center;
}

.l-section-03 {
    padding: 8rem 0 10rem;
    background: var(--color-bg);
}
@media screen and (max-width: 767.98px) {
    .l-section-03 {
        padding: 4rem 0 5rem;
    }
}

.l-section-03__title {
    margin-bottom: 1.5em;
    color: var(--color-base);
    font-size: 3.6rem;
    font-weight: 700;
    text-align: center;
}
@media screen and (max-width: 767.98px) {
    .l-section-03__title {
        font-size: 2.4rem;
    }
}

.l-section-03-content {
    max-width: 1060px;
    margin: 0 auto;
}

.l-section-03-content__title {
    padding: .6em;
    background: var(--color-base);
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
}
@media screen and (max-width: 767.98px) {
    .l-section-03-content__title {
        font-size: 1.6rem;
        line-height: 1.5;
    }
}

.l-section-03-content__inner {
    display: flex;
    padding: 3.5rem 6rem 5rem;
    background: #fff;
}
@media screen and (max-width: 767.98px) {
    .l-section-03-content__inner {
        flex-direction: column-reverse;
        padding: 2.5rem 2rem 3rem;
    }
}

.l-section-03-content__col {
    flex: 1;
}

.l-section-03-content__col p {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.8;
}
@media screen and (max-width: 767.98px) {
    .l-section-03-content__col p {
        font-size: 1.4rem;
    }
}

.l-section-03-content__col p:not(:last-child) {
    margin-bottom: 1.5em;
}

.l-section-03-content__image {
    max-width: 35%;
    margin-right: 5rem;
    text-align: center;
}
@media screen and (max-width: 767.98px) {
    .l-section-03-content__image {
        max-width: 50%;
        margin: 0 auto 2rem;
    }
}

.l-section-04 {
    padding: 8rem 0 10rem;
}
@media screen and (max-width: 767.98px) {
    .l-section-04 {
        padding: 4rem 0 5rem;
    }
}

.l-section-04__title {
    margin-bottom: 1.1em;
    color: var(--color-base);
    font-size: 3.6rem;
    font-weight: 700;
    text-align: center;
}
@media screen and (max-width: 767.98px) {
    .l-section-04__title {
        font-size: 2.4rem;
    }
}

.l-section-04-content {
    max-width: 1060px;
    margin: 0 auto;
}

.l-section-04-content:not(:last-child) {
    margin-bottom: 5rem;
}

.l-section-04-content__title {
    padding: .4em;
    background: var(--color-base);
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
}
@media screen and (max-width: 767.98px) {
    .l-section-04-content__title {
        font-size: 1.6rem;
    }
}

.l-section-04-content__inner {
    display: flex;
    gap: 6rem;
    padding-top: 3rem;
}
@media screen and (max-width: 767.98px) {
    .l-section-04-content__inner {
        flex-direction: column;
        gap: 2rem;
        padding-top: 2rem;
    }
}

.l-section-04-content__col {
    width: calc((100% - 6rem) / 2);
}
@media screen and (max-width: 767.98px) {
    .l-section-04-content__col {
        width: 100%;
    }
}

.l-section-04-content__heading {
    position: relative;
    margin-bottom: .8em;
    padding: .5em 0 .5em 1.3em;
    border-bottom: 2px solid var(--color-base);
    color: var(--color-base);
    font-size: 2.2rem;
    font-weight: 700;
}
@media screen and (max-width: 767.98px) {
    .l-section-04-content__heading {
        font-size: 1.8rem;
    }
}

.l-section-04-content__heading::before {
    position: absolute;
    top: .8em;
    left: 0;
    width: 1em;
    height: 1em;
    background: url("/security/lp/vulnerability_assess/assets/img/ico_check.svg") no-repeat 0 0;
    background-size: 100% auto;
    content: "";
}

.l-section-04-content__text {
    font-size: 1.5rem;
    line-height: 1.8;
    word-break: keep-all;
    overflow-wrap: anywhere;
}

.l-section-05 {
    padding: 8rem 0;
    background: var(--color-base);
}
@media screen and (max-width: 767.98px) {
    .l-section-05 {
        padding: 4rem 0 5rem;
    }
}

.l-section-05__title {
    margin-bottom: 1.2em;
    color: #fff;
    font-size: 3.6rem;
    font-weight: 700;
    text-align: center;
}
@media screen and (max-width: 767.98px) {
    .l-section-05__title {
        font-size: 2.4rem;
    }
}

.l-section-05-content {
    max-width: 1060px;
    margin: 0 auto;
    padding: 4rem 6rem 6rem;
    background: #fff;
    box-shadow: 0 0 6px rgba(0,0,0,.2);
}
@media screen and (max-width: 767.98px) {
    .l-section-05-content {
        padding: 2.5rem 2rem 3rem;
    }
}

.l-section-05-content__title {
    margin-bottom: 1em;
    color: var(--color-base);
    font-size: 2.8rem;
    font-weight: 700;
    text-align: center;
}
@media screen and (max-width: 767.98px) {
    .l-section-05-content__title {
        font-size: 1.8rem;
    }
}

.l-section-05-content__inner {
    display: flex;
    gap: 5rem;
    margin-bottom: 6rem;
}
@media screen and (max-width: 767.98px) {
    .l-section-05-content__inner {
        flex-direction: column;
        gap: 3rem;
        margin-bottom: 3rem;
    }
}

.l-section-05-content__image {
    align-self: center;
    max-width: 35%;
}
@media screen and (max-width: 767.98px) {
    .l-section-05-content__image {
        max-width: 100%;
    }
}

.l-section-05-content__image img {
    box-shadow: 3px 5px 10px 0 rgba(0,0,0,.2);
}

.l-section-05-content-box {
    flex: 1;
    padding: 2rem 2.5rem 2.5rem;
    background: var(--color-bg);
}

.l-section-05-content-box__text {
    margin-bottom: .5em;
    color: var(--color-base);
    font-size: 2rem;
    font-weight: 700;
}
@media screen and (max-width: 767.98px) {
    .l-section-05-content-box__text {
        font-size: 1.7rem;
        text-align: center;
    }
}

.l-section-05-content-box__list li {
    position: relative;
    padding-left: 1.6em;
    font-size: 1.8rem;
    font-weight: 700;
}
@media screen and (max-width: 767.98px) {
    .l-section-05-content-box__list li {
        font-size: 1.5rem;
    }
}

.l-section-05-content-box__list li:not(:last-child) {
    margin-bottom: .3em;
}

.l-section-05-content-box__list li::before {
    position: absolute;
    top: .3em;
    left: 0;
    width: 1.05em;
    height: 1.05em;
    background: url("/security/lp/vulnerability_assess/assets/img/ico_check.svg") no-repeat 0 0;
    background-size: 100% auto;
    content: "";
}

.l-section-05-content__btn {
    width: 450px;
    max-width: 100%;
    margin: 0 auto;
}
@media screen and (max-width: 767.98px) {
    .l-section-05-content__btn {
        width: 300px;
    }
}

.l-section-05-content__btn a {
    position: relative;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 7.4rem;
    border-radius: 5px;
    background: var(--color-red);
    color: #fff;
    font-size: 2.2rem;
    font-weight: 700;
    text-decoration: none;
    transition: .3s;
}
@media screen and (max-width: 767.98px) {
    .l-section-05-content__btn a {
        height: 6rem;
        font-size: 1.8rem;
    }
}
@media screen and (min-width: 768px) {
    .l-section-05-content__btn a:hover {
        opacity: .8;
    }
}

.l-section-05-content__btn a::after {
    position: absolute;
    top: 50%;
    right: 2rem;
    width: 12px;
    height: 16px;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 8px 0 8px 12px;
    content: "";
    transform: translateY(-50%);
}

.l-section-06 {
    padding: 10rem 0;
    background: #f5f5f5;
}
@media screen and (max-width: 767.98px) {
    .l-section-06 {
        padding: 4rem 0 5rem;
    }
}

.l-section-06__title {
    color: var(--color-base);
    font-size: 3.6rem;
    font-weight: 700;
    text-align: center;
}
@media screen and (max-width: 767.98px) {
    .l-section-06__title {
        font-size: 2.4rem;
    }
}

.l-section-06-box {
    max-width: 910px;
    margin: 6rem auto 4rem;
    padding: 2.5rem;
    background: #fff;
    border: 3px dashed #939393;
    text-align: center;
}
@media screen and (max-width: 767.98px) {
    .l-section-06-box {
        margin: 4rem auto 3rem;
    }
}

.l-section-06-box dt {
    margin-bottom: .3em;
    color: var(--color-base);
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.3;
}
@media screen and (max-width: 767.98px) {
    .l-section-06-box dt {
        font-size: 2rem;
    }
}

.l-section-06-box dd {
    font-weight: 500;
}

.l-section-06-content {
    position: relative;
    display: flex;
    gap: 6rem;
    max-width: 910px;
    margin: 0 auto 5rem;
}
@media screen and (max-width: 767.98px) {
    .l-section-06-content {
        display: block;
        margin-bottom: 3rem;
    }
}

.l-section-06-content__item {
    display: flex;
    flex-direction: column;
    width: calc((100% - 6rem) / 2);
    box-shadow: 0 0 6px rgba(0,0,0,.2);
    text-align: center;
}
@media screen and (max-width: 767.98px) {
    .l-section-06-content__item {
        width: 100%;
    }
}

.l-section-06-content__item dt {
    padding: .5em;
    background: var(--color-base);
    color: #fff;
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 1;
}
@media screen and (max-width: 767.98px) {
    .l-section-06-content__item dt {
        font-size: 1.8rem;
    }
}

.l-section-06-content__item dd {
    flex: 1;
    padding: 4rem 4rem 5rem;
    background: #fff;
    border: 4px solid var(--color-base);
}
@media screen and (max-width: 767.98px) {
    .l-section-06-content__item dd {
        padding: 2rem;
    }
}

.l-section-06-content__text1 {
    margin-bottom: .8em;
    color: var(--color-base);
    font-size: 2.6rem;
    font-weight: 700;
}
@media screen and (max-width: 767.98px) {
    .l-section-06-content__text1 {
        font-size: 2rem;
    }
}

.l-section-06-content__text2 {
    font-weight: 500;
}

.l-section-06-content__plus {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #878889;
    font-size: 4.6rem;
    font-weight: 600;
    line-height: 1;
    transform: translate(-50%, -50%);
}
@media screen and (max-width: 767.98px) {
    .l-section-06-content__plus {
        position: static;
        margin: .5rem 0;
        font-size: 3.7rem;
        text-align: center;
        transform: none;
    }
}

.l-section-06-content__btn {
    width: 450px;
    max-width: 100%;
    margin: 0 auto;
}
@media screen and (max-width: 767.98px) {
    .l-section-06-content__btn {
        width: 300px;
    }
}

.l-section-06-content__btn a {
    position: relative;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 7.4rem;
    border-radius: 5px;
    background: var(--color-base);
    color: #fff;
    font-size: 2.2rem;
    font-weight: 700;
    text-decoration: none;
    transition: .3s;
}
@media screen and (max-width: 767.98px) {
    .l-section-06-content__btn a {
        height: 6rem;
        font-size: 1.8rem;
    }
}
@media screen and (min-width: 768px) {
    .l-section-06-content__btn a:hover {
        opacity: .8;
    }
}

.l-section-06-content__btn a::after {
    position: absolute;
    top: 50%;
    right: 2rem;
    width: 12px;
    height: 16px;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 8px 0 8px 12px;
    content: "";
    transform: translateY(-50%);
}

.l-section-07 {
    padding: 8rem 0 10rem;
}
@media screen and (max-width: 767.98px) {
    .l-section-07 {
        padding: 4rem 0 5rem;
    }
}

.l-section-07__title {
    margin-bottom: 1.2em;
    color: var(--color-base);
    font-size: 3.6rem;
    font-weight: 700;
    text-align: center;
}
@media screen and (max-width: 767.98px) {
    .l-section-07__title {
        font-size: 2.4rem;
    }
}

.l-section-07-content {
    max-width: 910px;
    margin: 0 auto;
}

.l-section-07-content__item {
    padding: 3rem 4rem;
    background: var(--color-bg);
    border-radius: 10px;
}
@media screen and (max-width: 767.98px) {
    .l-section-07-content__item {
        padding: 1.5rem 2rem;
    }
}

.l-section-07-content__item:not(:last-child) {
    margin-bottom: 3rem;
}
@media screen and (max-width: 767.98px) {
    .l-section-07-content__item:not(:last-child) {
        margin-bottom: 2rem;
    }
}

.l-section-07-content__item dt {
    position: relative;
    padding: .5rem 4rem .5rem 3rem;
    color: #003058;
    font-size: 2rem;
    font-weight: 700;
}
@media screen and (max-width: 767.98px) {
    .l-section-07-content__item dt {
        font-size: 1.5rem;
    }
}

.l-section-07-content__item dt::before {
    position: absolute;
    top: 0;
    left: 0;
    color: var(--color-base);
    font-size: 2.3rem;
    font-weight: 700;
    content: "Q";
}
@media screen and (max-width: 767.98px) {
    .l-section-07-content__item dt::before {
        font-size: 2rem;
    }
}

.l-section-07-content__item dd {
    position: relative;
    padding: 1.5rem 4rem .5rem 3rem;
    font-size: 1.8rem;
    line-height: 1.8;
}
@media screen and (max-width: 767.98px) {
    .l-section-07-content__item dd {
        font-size: 1.4rem;
    }
}

.l-section-07-content__item dd::before {
    position: absolute;
    top: 1rem;
    left: 0;
    color: var(--color-red);
    font-size: 2.3rem;
    font-weight: 700;
    content: "A";
}
@media screen and (max-width: 767.98px) {
    .l-section-07-content__item dd::before {
        font-size: 2rem;
    }
}

.l-section-07-content__toggle {
    position: absolute;
    top: .5rem;
    right: 0;
    width: 3.4rem;
    height: 3.4rem;
    background: #fff;
    border-radius: 50%;
}
@media screen and (max-width: 767.98px) {
    .l-section-07-content__toggle {
        width: 2.8rem;
        height: 2.8rem;
    }
}
.l-section-07-content__toggle::before,
.l-section-07-content__toggle::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2rem;
    height: .3rem;
    background: var(--color-base);
    content: "";
    transition: .3s;
    transform: translate(-50%, -50%);
}
@media screen and (max-width: 767.98px) {
    .l-section-07-content__toggle::before,
    .l-section-07-content__toggle::after {
        width: 1.6rem;
        height: .2rem;
    }
}

.l-section-07-content__toggle::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.is-open .l-section-07-content__toggle::before {
    background-color: #929292;
}
.is-open .l-section-07-content__toggle::after {
    opacity: 0;
}

.js-accod-toggle {
    cursor: pointer;
}

.js-accod-content {
    display: none;
}

.l-section-08 {
    padding: 8rem 0;
    background: var(--color-base);
}
@media screen and (max-width: 767.98px) {
    .l-section-08 {
        padding: 4rem 0 5rem;
    }
}

.l-section-08__title {
    margin-bottom: 1.2em;
    color: #fff;
    font-size: 2.6rem;
    font-weight: 700;
    text-align: center;
}
@media screen and (max-width: 767.98px) {
    .l-section-08__title {
        font-size: 2.0rem;
    }
}

.l-section-08__inner {
    display: flex;
    gap: 6rem;
    max-width: 1060px;
    margin: 0 auto;
}
@media screen and (max-width: 767.98px) {
    .l-section-08__inner {
        flex-direction: column;
        gap: 2rem;
    }
}

.l-section-08__col {
    width: calc((100% - 6rem) / 2);
    padding: 2.5rem 2.5rem 2.5rem;
    background: #fff;
    text-align: center;
}
@media screen and (max-width: 767.98px) {
    .l-section-08__col {
        width: 100%;
    }
}

.l-section-08__text {
    margin-bottom: 1em;
    font-weight: 700;
    line-height: 1.8;
}
@media screen and (max-width: 767.98px) {
    .l-section-08__text {
        font-size: 1.3rem;
    }
}

.l-section-08__btn {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 7.4rem;
    border-radius: 5px;
    color: #fff;
    font-size: 2.2rem;
    font-weight: 700;
    text-decoration: none;
    transition: .3s;
}
@media screen and (max-width: 767.98px) {
    .l-section-08__btn {
        height: 6rem;
        font-size: 1.8rem;
    }
}
@media screen and (min-width: 768px) {
    .l-section-08__btn:hover {
        opacity: .8;
    }
}

.l-section-08__btn::after {
    position: absolute;
    top: 50%;
    right: 2rem;
    width: 12px;
    height: 16px;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 8px 0 8px 12px;
    content: "";
    transform: translateY(-50%);
}

.l-section-08__btn--1 {
    background: var(--color-red);
}
.l-section-08__btn--2 {
    background: var(--color-base);
}

/* Fix CTA */
.l-fix-cta {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0,0,0,.5);
    color: #fff;
    opacity: 0;
    transition: .3s;
    transform: translateY(100%);
    z-index: 95;
}

.l-fix-cta.is-show {
    opacity: 1;
    transform: translateY(0);
}

.l-fix-cta__inner {
    display: flex;
    justify-content: center;
    gap: 4rem;
    max-width: 930px;
    margin: 0 auto;
    padding: 1.6rem;
}
@media screen and (max-width: 767.98px) {
    .l-fix-cta__inner {
        padding: 1rem;
        gap: 1rem;
    }
}

.l-fix-cta__btn {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 27rem;
    height: 5.6rem;
    background: var(--color-base);
    border-radius: 8px;
    box-shadow: 0 0 8px rgba(0,0,0,.5);
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    transition: .3s;
}
@media screen and (max-width: 767.98px) {
    .l-fix-cta__btn {
        padding: .5em 1.5em .5em .5em;
        font-size: 1.3rem;
        line-height: 1.3;
    }
}
@media screen and (min-width: 768px) {
    .l-fix-cta__btn:hover {
        box-shadow: 0 0 2px rgba(0,0,0,.5);
        filter: brightness(.9);
        transform: translateY(2px);
    }
}

.l-fix-cta__btn--1 {
    background: var(--color-red);
}
.l-fix-cta__btn::after {
    position: absolute;
    top: 50%;
    right: 1rem;
    width: 10px;
    height: 12px;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 6px 0 6px 10px;
    content: "";
    transform: translateY(-50%);
}
@media screen and (max-width: 767.98px) {
    .l-fix-cta__btn::after {
        right: .8rem;
        width: 8px;
        height: 10px;
        border-width: 5px 0 5px 8px;
    }
}

/* PageTop */
.l-fix-gotop {
    position: fixed;
    bottom: 10.5rem;
    right: 1.8rem;
    opacity: 0;
    transition: .3s;
    z-index: 96;
}
@media screen and (max-width: 767.98px) {
    .l-fix-gotop {
        bottom: 9rem;
    }
}

.l-fix-gotop__btn {
    display: flex;
    align-items: center;
    width: 5.4rem;
    height: 5.4rem;
    background: #5c5c5c;
    box-shadow: 0 0 6px rgba(0,0,0,.2);
    cursor: pointer;
    transition: .3s;
}
@media screen and (max-width: 767.98px) {
    .l-fix-gotop__btn {
        width: 4.3rem;
        height: 4.3rem;
    }
}
@media screen and (min-width: 768px) {
    .l-fix-gotop__btn:hover {
        box-shadow: 0 0 2px rgba(0,0,0,.2);
        filter: brightness(.9);
        transform: translateY(2px);
    }
}
.l-fix-gotop__btn::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1.8rem;
    height: 1.8rem;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
    transform: translate(-50%, -20%) rotate(-45deg);
}
@media screen and (max-width: 767.98px) {
    .l-fix-gotop__btn::before {
        width: 1.5rem;
        height: 1.5rem;
    }
}

.l-fix-gotop.is-show {
    opacity: 1;
}

.l-fix-gotop.is-btm {
    bottom: 3rem;
}

/* modal */
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
}

.modal__wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal__overlayer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
}

.modal__inner {
    position: relative;
    width: fit-content;
    max-width: 90%;
    margin: 5vh auto 0;
}

.modal__content {
    max-height: 90vh;
    padding: 2rem;
    background: #fff;
    box-shadow: 0 0 8px rgba(0,0,0,.5);
    overflow-y: auto;
}
@media screen and (max-width: 767.98px) {
    .modal__content {
        padding: 1rem;
    }
}

.modal__close {
    position: absolute;
    bottom: 100%;
    right: 0;
    margin-bottom: 1rem;
    cursor: pointer;
}
.modal__close::before {
    display: block;
    width: 3.4rem;
    height: 3.4rem;
    background: url("/security/lp/vulnerability_assess/assets/img/ico_xmark.svg") no-repeat 0 0;
    background-size: 100% auto;
    content: "";
}
