@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
}

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
    }
}

html {
    font-size: 62.5%;
}

body {
    font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',Arial,Helvetica,sans-serif;
    font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
    body {
        font-size: 1.4rem;
    }
}

/* layout */
.l-main{
    overflow: hidden;
}

.c-container{
    max-width: 1200px;
    margin: 0 auto;
}
@media screen and (max-width: 1200px) {
    .c-container{
        padding: 0 2rem;
    }
}

/* common */
.disp-sp {
    display: none
}
@media screen and (max-width: 767px) {
    .disp-sp {
        display: block;
    }

    br.disp-sp {
        display: inline;
    }

    .disp-pc {
        display: none;
    }
}

.c-heading {
    margin-bottom: 2rem;
    color: #2a52a2;
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .c-heading {
        font-size: 2.6rem;
    }
}

.c-btn-contact,
.c-btn-download {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 53px;
    padding: .5em;
    border-radius: 3em;
    box-shadow: 0 4px 0 rgba(0,0,0,.3);
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.3;
    text-decoration: none;
    transition: .3s ease;
}
@media screen and (max-width: 767px) {
    .c-btn-contact,
    .c-btn-download {
        font-size: 1.3rem;
    }
}
@media screen and (min-width: 768px) {
    .c-btn-contact:hover,
    .c-btn-download:hover {
        box-shadow: 0 1px 0 rgba(0,0,0,.3);
        transform: translateY(3px);
    }
}

.c-btn-contact {
    background: #fbf320;
    color: #000;
}

.c-btn-contact::before {
    display: inline-block;
    width: 34px;
    height: 24px;
    margin-right: .8em;
    background: url("/security/lp/ot/assets/img/icon_mail.png") no-repeat 0 0;
    background-size: 100%;
    content: "";
}
@media screen and (max-width: 767px) {
    .c-btn-contact::before {
        width: 28px;
        height: 20px;
    }
}

.c-btn-download {
    background: #ec4503;
    color: #fff;
}

.c-btn-download::before {
    display: inline-block;
    width: 35px;
    height: 27px;
    margin-right: .8em;
    background: url("/security/lp/ot/assets/img/icon_document.png") no-repeat 0 0;
    background-size: 100%;
    content: "";
}
@media screen and (max-width: 767px) {
    .c-btn-download::before {
        width: 28px;
        height: 22px;
    }
}

.c-card-01,
.c-card-02 {
    border-radius: 15px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .15);
}
@media screen and (max-width: 767px) {
    .c-card-01,
    .c-card-02 {
        border-radius: 10px;
        box-shadow: 0 0 12px -2px rgba(0, 0, 0, .15);
    }
}

.c-card-01 {
    background: #fff;
}

.c-card-02 {
    background: #ebf2fd;
}

/* header */
.l-header {
    padding: 2rem;
    background: #fff;
}
@media screen and (max-width: 767px) {
    .l-header {
        padding: 1.5rem;
    }

    .l-header__logo {
        max-width: 60%;
        margin: 0 auto;
    }
}

/* 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: #999;
    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: #999;
    text-decoration: none;
}
@media screen and (min-width: 768px) {
    .l-footer__listLink:hover {
        text-decoration: underline;
    }
}

/* KV */
.l-section-kv {
    height: 580px;
    background: url("/security/lp/ot/assets/img/kv_bg.jpg") no-repeat 50% 50%;
    background-size: cover;
}
@media screen and (max-width: 767px) {
    .l-section-kv {
        height: auto;
        background-image: url("/security/lp/ot/assets/img/kv_bg_sp.jpg");
    }
}

.l-section-kv__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4.5rem 0 4rem;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .l-section-kv__inner {
        min-height: 100vw;
        padding: 8vw 0;
    }
}

.l-section-kv__sub {
    padding: .4em .8em;
    background: rgba(255,255,255,.9);
    border-radius: 10px;
    color: #ec4503;
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: -.05em;
    line-height: 1.4;
}
@media screen and (max-width: 767px) {
    .l-section-kv__sub {
        font-size: 1.8rem;
    }
}

.l-section-kv__heading {
    margin-top: 2rem;
    color: #fff;
    font-size: 5.2rem;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -.05em;
    text-shadow: 1px 1px 6px rgba(0,0,0,.75);
}
@media screen and (max-width: 767px) {
    .l-section-kv__heading {
        margin-top: 5vw;
        font-size: 2.8rem;
        text-shadow: 1px 1px 4px rgba(0,0,0,.75);
    }
}

.l-section-kv-box {
    width: 590px;
    max-width: 92%;
    margin: 1.5rem auto 3rem;
    padding: 2rem 1rem;
    border-radius: 10px;
    background: rgba(0,0,0,.43);
}
@media screen and (max-width: 767px) {
    .l-section-kv-box {
        margin: 8vw auto 10vw;
    }
}

.l-section-kv-box__title {
    margin-bottom: .4em;
    color: #fbf320;
    font-size: 2.4rem;
    font-weight: 700;
}
@media screen and (max-width: 767px) {
    .l-section-kv-box__title {
        font-size: 1.6rem;
    }
}

.l-section-kv-box__text {
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.8;
}
@media screen and (max-width: 767px) {
    .l-section-kv-box__text {
        font-size: 1.4rem;
    }
}

.l-section-kv-cta {
    display: flex;
    justify-content: space-between;
    width: 590px;
    max-width: 92%;
}

.l-section-kv-cta__col {
    width: 45%;
}
@media screen and (max-width: 767px) {
    .l-section-kv-cta__col {
        width: 48%;
    }
}

.l-section-kv-cta__text {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: .5em;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .l-section-kv-cta__text {
        font-size: 1.1rem;
        letter-spacing: -.05em;
        text-shadow: 0 0 2px rgba(0,0,0,.75), 0 0 4px rgba(0,0,0,.75);
    }
}

.l-section-kv-cta__text::before,
.l-section-kv-cta__text::after {
    width: 1px;
    height: 1.2em;
    background: #fff;
    content: "";
}

.l-section-kv-cta__text::before {
    margin-right: .5em;
    transform: rotate(-25deg);
}

.l-section-kv-cta__text::after {
    margin-left: .5em;
    transform: rotate(25deg);
}

.l-section-01 {
    position: relative;
    padding: 7rem 0 6rem;
}
@media screen and (max-width: 767px) {
    .l-section-01 {
        padding: 3rem 0 4rem;
    }
}

.l-section-01__btm {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    margin-top: -1px;
    padding-top: 7.5%;
    z-index: 2;
}
@media screen and (max-width: 767px) {
    .l-section-01__btm {
        padding-top: 12%;
    }
}

.l-section-01__btm::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    clip-path: polygon(100% 0, 0 0, 50% 100%);
    content: "";
}

.l-section-01__h2 {
    margin-bottom: 3rem;
    color: #ec4503;
    font-size: 4rem;
    font-weight: 700;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .l-section-01__h2 {
        margin-bottom: 2rem;
        font-size: 2.2rem;
    }
}

.l-section-01__contents {
    display: flex;
    flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
    .l-section-01__contents {
        max-width: 480px;
        margin: 0 auto;
    }
}

.l-section-01__box {
    width: 31%;
    padding: 3rem 2rem;
    border: 3px solid #ec4503;
}
@media screen and (max-width: 767px) {
    .l-section-01__box {
        width: 100%;
    }
}

.l-section-01__box + .l-section-01__box {
    margin-left: 3.5%;
}
@media screen and (max-width: 767px) {
    .l-section-01__box + .l-section-01__box {
        margin: 2rem 0 0;
    }
}

.l-section-01__heading {
    margin-bottom: 2rem;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .l-section-01__heading {
        font-size: 2.0rem;
    }
}

.l-section-01__img {
    text-align: center;
}

.l-section-01__desc {
    margin-top: 2rem;
    letter-spacing: -.03em;
    line-height: 1.8;
}

.l-section-02 {
    padding: calc(7.5% + 11rem) 0 9rem;
    background: url("/security/lp/ot/assets/img/bg_blue.png") no-repeat 50% 50%;
    background-size: cover;
}
@media screen and (max-width: 767px) {
    .l-section-02 {
        padding: calc(12% + 4rem) 0 4rem;
    }
}

.l-section-02__h2 {
    margin-bottom: 3rem;
    color: #fff;
    font-size: 4rem;
    font-weight: 700;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .l-section-02__h2 {
        margin-bottom: 2rem;
        font-size: 2.6rem;
    }
}

.l-section-02__contents {
    padding: 5rem;
}
@media screen and (max-width: 767px) {
    .l-section-02__contents {
        max-width: 480px;
        margin: 0 auto;
        padding: 3rem 2rem;
    }
}

.l-section-02__contents + .l-section-02__contents {
    margin-top: 5rem;
}
@media screen and (max-width: 767px) {
    .l-section-02__contents + .l-section-02__contents {
        margin-top: 2.5rem;
    }
}

.l-section-02__contents > section + section {
    margin-top: 6rem;
}
@media screen and (max-width: 767px) {
    .l-section-02__contents > section + section {
        margin-top: 3rem;
    }
}

.l-section-02__top {
    min-height: 9rem;
    margin-bottom: 5rem;
    padding-left: 14.5rem;
    background: url("/security/lp/ot/assets/img/num_01.png") no-repeat 0 0;
    background-size: 12.5rem auto;
}
@media screen and (max-width: 767px) {
    .l-section-02__top {
        min-height: 0;
        margin-bottom: 3rem;
        padding: 6rem 0 0;
        background-size: 6rem auto;
    }
}

.l-section-02__contents:nth-of-type(2)  .l-section-02__top {
    background-image: url("/security/lp/ot/assets/img/num_02.png");
}

.l-section-02__contents:nth-of-type(3)  .l-section-02__top {
    background-image: url("/security/lp/ot/assets/img/num_03.png");
}

.l-section-02__heading {
    margin-bottom: .2em;
    color: #2a52a2;
    font-size: 2.8rem;
    font-weight: 700;
}
@media screen and (max-width: 767px) {
    .l-section-02__heading {
        font-size: 2.1rem;
    }
}

.l-section-02__subheading {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
    font-size: 2.4rem;
    font-weight: 700;
}
@media screen and (max-width: 767px) {
    .l-section-02__subheading {
        font-size: 1.8rem;
    }
}

.l-section-02__subheading::after {
    flex: 1;
    width: auto;
    height: 1px;
    margin-left: 1em;
    background: #2a52a2;
    content: "";
}

.l-section-02-items {
    display: flex;
    justify-content: center;
}

ol.l-section-02-items {
    counter-reset: list-number;
}

ol.l-section-02-items li {
    position: relative;
}

ol.l-section-02-items li::before {
    position: absolute;
    top: .5rem;
    left: .5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    background:#2a52a2;
    border-radius: 50%;
    color: #fff;
    counter-increment: list-number;
    content: counter(list-number);
    font-family: Arial,Helvetica;
    line-height: 1;
}

.l-section-02-items__item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem 1rem 1rem;
    background: #e9edf6;
    border-radius: 10px;
}

.l-section-02-items__item:not(:last-child) {
    margin-right: 1.5rem;
}

@media screen and (max-width: 767px) {
    .l-section-02-items--sp-col1,
    .l-section-02-items--sp-col2,
    .l-section-02-items--sp-col3 {
        flex-wrap: wrap;
    }

    .l-section-02-items--sp-col1 .l-section-02-items__item {
        flex: initial;
        width: 100%;
    }

    .l-section-02-items--sp-col1 .l-section-02-items__item:not(:last-child) {
        margin-right: 0;
        margin-bottom: 4%;
    }

    .l-section-02-items--sp-col2 .l-section-02-items__item {
        flex: initial;
        width: 48%;
        margin-right: 4%;
    }

    .l-section-02-items--sp-col2 .l-section-02-items__item:nth-child(2n) {
        margin-right: 0;
    }

    .l-section-02-items--sp-col2 .l-section-02-items__item:nth-child(n+3) {
        margin-top: 4%;
    }

    .l-section-02-items--sp-col3 .l-section-02-items__item {
        flex: initial;
        width: 31%;
        margin-right: 3.5%;
    }

    .l-section-02-items--sp-col3 .l-section-02-items__item:nth-child(3n) {
        margin-right: 0;
    }

    .l-section-02-items--sp-col3 .l-section-02-items__item:nth-child(n+4) {
        margin-top: 3.5%;
    }
}

.l-section-02-items__text {
    margin-top: 1rem;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
}

.l-section-02__att {
    margin-top: 2rem;
    padding-left: 1.4em;
    font-size: 1.3rem;
    text-indent: -1.4em;
}
@media screen and (max-width: 767px) {
    .l-section-02__att {
        font-size: 1.1rem;
    }
}

.l-section-02__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 440px;
    max-width: 100%;
    height: 65px;
    margin: -1rem auto 0;
    padding: .5em;
    background: #2a52a2;
    border-radius: 3em;
    box-shadow: 0 4px 0 rgba(0,0,0,.3);
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.3;
    text-decoration: none;
    transition: .3s ease;
}
@media screen and (max-width: 767px) {
    .l-section-02__btn {
        height: 55px;
        font-size: 1.6rem;
    }
}
@media screen and (min-width: 768px) {
    .l-section-02__btn:hover {
        box-shadow: 0 1px 0 rgba(0,0,0,.3);
        transform: translateY(3px);
    }
}

.l-section-02__btn::before {
    width: 2rem;
    height: 2rem;
    margin-right: .8em;
    background: url(/security/lp/ot/assets/img/icon_arrow.png) no-repeat 0 0;
    background-size: 100%;
    content: "";
}
@media screen and (max-width: 767px) {
    .l-section-02__btn::before {
        width: 1.6rem;
        height: 1.6rem;
    }
}

.l-section-02__app {
    margin: 2rem 0 -3rem;
    font-weight: 700;
    text-align: right;
}
@media screen and (max-width: 767px) {
    .l-section-02__app {
        margin: 1rem 0 -1rem;
    }
}

.l-section-cta {
    padding: 6rem 0;
    background: #fcfde2;
}
@media screen and (max-width: 767px) {
    .l-section-cta {
        padding: 4rem 0;
    }
}

.l-section-cta__wrap {
    display: flex;
    padding: 0 5rem;
}

@media screen and (max-width: 767px) {
    .l-section-cta__wrap {
        display: block;
        max-width: 480px;
        margin: 0 auto;
        padding: 0;
    }
}

.l-section-cta__img {
    width: 44.4%;
}
@media screen and (max-width: 767px) {
    .l-section-cta__img {
        width: 100%;
    }
}

.l-section-cta__img img {
    box-shadow: 0 0 20px rgba(0,0,0,.15);
}
@media screen and (max-width: 767px) {
    .l-section-cta__img img {
        box-shadow: 0 0 12px -2px rgba(0,0,0,.15);
    }
}

.l-section-cta__col {
    flex: 1;
    margin-left: 5.5%;
}
@media screen and (max-width: 767px) {
    .l-section-cta__col {
        margin: 2rem 0 0;
    }
}

.l-section-cta__sub {
    margin-bottom: .5rem;
    font-size: 2rem;
    font-weight: 700;
}
@media screen and (max-width: 767px) {
    .l-section-cta__sub {
        font-size: 1.5rem;
    }
}

.l-section-cta__title {
    margin-bottom: .5rem;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.3;
}
@media screen and (max-width: 767px) {
    .l-section-cta__title {
        font-size: 2.1rem;
    }
}

.l-section-cta__desc {
    margin-bottom: 3rem;
}

.l-section-cta__btn {
    width: 305px;
}
@media screen and (max-width: 767px) {
    .l-section-cta__btn {
        max-width: 80%;
        margin: 0 auto;
    }
}

.l-section-03 {
    padding: 10rem 0 9rem;
}
@media screen and (max-width: 767px) {
    .l-section-03 {
        padding: 4rem 0;
    }
}

.l-section-03__h2 {
    margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
    .l-section-03__h2 {
        margin-bottom: 4rem;
    }
}

.l-section-03__contents {
    position: relative;
    padding: 6rem 5rem 5rem;
    border: 2px solid #2a52a2;
}
@media screen and (max-width: 767px) {
    .l-section-03__contents {
        max-width: 480px;
        margin: 0 auto;
        padding: 5rem 2rem 3rem;
    }
}

.l-section-03__heading {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50rem;
    max-width: 90%;
    margin: 0 auto;
    padding: .85em;
    background: #2a52a2;
    border-radius: 3em;
    color: #fff;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1;
    transform: translate(-50%, -50%);
    text-align: center;
}
@media screen and (max-width: 767px) {
    .l-section-03__heading {
        font-size: 1.6rem;
    }
}

.l-section-03__items {
    display: flex;
    flex-wrap: wrap
}

.l-section-03__item {
    position: relative;
    width: 48%;
    padding: 4rem 3rem 3rem 6rem;
    background: #f5f5f5;
    border-radius: 10px;
}
@media screen and (max-width: 767px) {
    .l-section-03__item {
        width: 100%;
        padding: 6rem 2rem 2rem;
    }
}

.l-section-03__item:nth-child(2n) {
    margin-left: 4%;
}
@media screen and (max-width: 767px) {
    .l-section-03__item:nth-child(2n) {
        margin-left: 0;
    }
}

.l-section-03__item:nth-child(n+3) {
    margin-top: 4%;
}
@media screen and (max-width: 767px) {
    .l-section-03__item:nth-child(n+2) {
        margin-top: 2rem;
    }
}

.l-section-03__item::before {
    position: absolute;
    top: 4rem;
    left: 4rem;
    width: 8rem;
    height: 6rem;
    background: url("/security/lp/ot/assets/img/num_01.png") no-repeat 0 0;
    background-size: 8rem auto;
    content: "";
}
@media screen and (max-width: 767px) {
    .l-section-03__item::before {
        top: 2rem;
        left: 2rem;
        background-size: 4rem auto;
    }
}

.l-section-03__item:nth-child(2)::before  {
    background-image: url("/security/lp/ot/assets/img/num_02.png");
}

.l-section-03__item:nth-child(3)::before  {
    background-image: url("/security/lp/ot/assets/img/num_03.png");
}

.l-section-03__item:nth-child(4)::before  {
    background-image: url("/security/lp/ot/assets/img/num_04.png");
}

.l-section-03__subheading {
    margin-bottom: 4rem;
    padding-left: 6rem;
    font-size: 2.4rem;
    font-weight: 700;
    text-align: right;
}
@media screen and (max-width: 767px) {
    .l-section-03__subheading {
        padding-left: 0;
        font-size: 1.9rem;
        text-align: left;
    }
}

.l-section-03__img {
    margin-bottom: 3rem;
}

.l-section-03__list {
    font-size: 1.8rem;
    font-weight: 700;
}
@media screen and (max-width: 767px) {
    .l-section-03__list {
        padding-left: 2rem;
        font-size: 1.4rem;
    }
}

.l-section-03__list li {
    position: relative;
}
.l-section-03__list li:not(:last-child) {
    margin-bottom: .3em;
}
.l-section-03__list li::before {
    position: absolute;
    top: .3rem;
    left: -2.5rem;
    width: 1.9rem;
    height: 1.9rem;
    background: url("/security/lp/ot/assets/img/icon_check.png") no-repeat 0 0;
    background-size: 100%;
    content: "";
}
@media screen and (max-width: 767px) {
    .l-section-03__list li::before {
        width: 1.6rem;
        height: 1.6rem;
    }
}

.l-section-04 {
    padding: 7rem 0;
    background: #f5f5f5;
}
@media screen and (max-width: 767px) {
    .l-section-04 {
        padding: 4rem 0;
    }
}

.l-section-04__h2 {
    margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
    .l-section-04__h2 {
        margin-bottom: 2rem;
    }
}

.l-section-04__lead {
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .l-section-04__lead {
        font-size: 1.5rem;
    }
}

.l-section-04__contents {
    display: flex;
    flex-wrap: wrap;
    margin: 9rem 0 5rem;
}
@media screen and (max-width: 767px) {
    .l-section-04__contents {
        max-width: 480px;
        margin: 4rem auto;
    }
}

.l-section-04__item {
    position: relative;
    width: 47%;
    padding: 5rem 5rem 4rem;
    border: 2px solid #2a52a2;
}
@media screen and (max-width: 767px) {
    .l-section-04__item {
        width: 100%;
        padding: 5rem 2rem 3rem;
    }
}

.l-section-04__item:nth-child(2) {
    margin-left: 6%;
}
@media screen and (max-width: 767px) {
    .l-section-04__item:nth-child(2) {
        margin: 5rem 0 0;
    }
}

.l-section-04__point {
    position: absolute;
    top: 0;
    left: 50%;
    width: 26rem;
    max-width: 70%;
    margin: 0 auto;
    padding: .85em;
    background: #2a52a2;
    border-radius: 3em;
    color: #fff;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1;
    transform: translate(-50%, -50%);
    text-align: center;
}
@media screen and (max-width: 767px) {
    .l-section-04__point {
        font-size: 1.6rem;
    }
}

.l-section-04__subheading {
    margin-bottom: 2rem;
    font-size: 2.4rem;
    font-weight: 700;
}
@media screen and (max-width: 767px) {
    .l-section-04__subheading {
        font-size: 1.8rem;
    }
}

.l-section-04__img {
    margin-bottom: 2rem;
    padding: 1rem;
    background: #f4f6fa;
    text-align: center;
}

.l-section-04__desc {
    letter-spacing: -.05em;
}

.l-section-04__desc strong {
    color: #ec4503;
    font-weight: 700;
}

.l-section-04__emp {
    color: #ec4503;
    font-size: 2.8rem;
    font-weight: 700;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .l-section-04__emp {
        font-size: 1.8rem;
    }
}

.l-section-05 {
    padding: 8rem 0 3rem;
}
@media screen and (max-width: 767px) {
    .l-section-05 {
        padding: 4rem 0 2rem;
    }
}

.l-section-05__h2 {
    margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
    .l-section-05__h2 {
        margin-bottom: 2rem;
    }
}

.l-section-05__box {
    max-width: 1100px;
    margin: 0 auto;
    padding: 3rem 5rem 5rem;
}
@media screen and (max-width: 767px) {
    .l-section-05__box {
        padding: 3rem 2rem;
    }
}

.l-section-05__desc {
    margin-bottom: 3rem;
}

.l-section-05__heading {
    padding: .6em;
    background: #2a52a2;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .l-section-05__heading {
        font-size: 1.5rem;
    }
}

.l-section-05__img {
    padding: 4rem 4.8rem;
    background: #fff;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .l-section-05__img {
        padding: 2rem;
    }
}

.l-section-06 {
    padding: 3rem 0 8rem;
}
@media screen and (max-width: 767px) {
    .l-section-06 {
        padding: 2rem 0 4rem;
    }
}

.l-section-06__h2 {
    margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
    .l-section-06__h2 {
        margin-bottom: 2rem;
    }
}

.l-section-06__box {
    max-width: 1100px;
    margin: 0 auto 3rem;
    padding: 3rem 5rem 5rem;
}
@media screen and (max-width: 767px) {
    .l-section-06__box {
        padding: 3rem 2rem;
    }
}

.l-section-06__box:last-child {
    margin-bottom: 0;
}

.l-section-06__haeding {
    margin-bottom: 2rem;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .l-section-06__haeding {
        margin-bottom: 1.2rem;
        font-size: 1.7rem;
    }
}

.l-section-06__table {
    width: 100%;
    border-collapse: collapse;
}

.l-section-06__table thead th {
    padding: .6em;
    background: #2a52a2;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .l-section-06__table thead th {
        font-size: 1.5rem;
    }
}

.l-section-06__table tbody th,
.l-section-06__table tbody td {
    padding: 1.6rem 2rem;
    background: #fff;
    border: 1px solid #dcdcdc;
}
@media screen and (max-width: 767px) {
    .l-section-06__table tbody th,
    .l-section-06__table tbody td {
        padding: 1rem 1.5rem;
        font-size: 1.3rem;
    }
}

.l-section-06__table tbody th {
    width: 32%;
    font-weight: 700;
    letter-spacing: -.05em;
    text-align: left;
}

.l-section-06__table tbody td {
    width: 68%;
}

.l-section-07 {
    padding: 8rem 0;
}
@media screen and (max-width: 767px) {
    .l-section-07 {
        padding: 4rem 0;
    }
}

.l-section-07__h2 {
    margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
    .l-section-07__h2 {
        margin-bottom: 2rem;
    }
}

.l-section-07__contents {
    padding: 0 5rem;
}
@media screen and (max-width: 767px) {
    .l-section-07__contents {
        padding: 0;
    }
}

.l-section-07-item {
    margin-bottom: 3rem;
    padding: 3rem 5rem 3.5rem;
}
@media screen and (max-width: 767px) {
    .l-section-07-item {
        margin-bottom: 2rem;
        padding: 3rem 2rem;
    }
}

.l-section-07-item__q {
    position: relative;
    margin-bottom: 2rem;
    padding: .3rem 0 0 4rem;
    font-weight: 700;
}

.l-section-07-item__a {
    position: relative;
    padding: .3rem 0 0 4rem;
}

.l-section-07-item__icon--q,
.l-section-07-item__icon--a {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.8rem;
    height: 2.8rem;
    border-radius: 50%;
    color: #fff;
    font-family: Arial,Helvetica;
}

.l-section-07-item__icon--q {
    background: #003399;
}

.l-section-07-item__icon--a {
    background: #eb7002;
}

.l-section-08 {
    padding: 6rem 0 7rem;
    background: linear-gradient(to right, #2a52a2 50%, #5575b5 50%);
}
@media screen and (max-width: 767px) {
    .l-section-08 {
        padding: 0;
        background: none;
    }

    .l-section-08 .c-container {
        padding: 0;
    }
}

.l-section-08__wrap {
    display: flex;
    flex-wrap: wrap;
}

.l-section-08__col {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50%;
    padding: 0 2rem;
}
@media screen and (max-width: 767px) {
    .l-section-08__col {
        width: 100%;
        padding: 3rem 2rem;
        background: #2a52a2;
    }

    .l-section-08__col:nth-child(2) {
        background: #5575b5;
    }
}

.l-section-08__heading {
    margin-bottom: 3.5rem;
    color: #fff;
    font-size: 2.8rem;
    font-weight: 700;
}
@media screen and (max-width: 767px) {
    .l-section-08__heading {
        margin-bottom: 2rem;
        font-size: 2.1rem;
    }
}

.l-section-08__desc {
    margin-bottom: 4rem;
    color: #fff;
    line-height: 1.8;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .l-section-08__desc {
        margin-bottom: 3rem;
        font-size: 1.3rem;
    }
}

.l-section-08__btn--contact,
.l-section-08__btn--download {
    width: 305px;
    max-width: 80%;
}

.l-fix-cta {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    padding: 1rem 0;
    background: rgba(0,0,0,.6);
    opacity: 0;
    transition: .4s;
    transform: translateY(100%);
    z-index: 98;
}
@media screen and (max-width: 767px) {
    .l-fix-cta {
        height: auto;
    }
}

.l-fix-cta.l-fix-cta--show {
    opacity: 1;
    transform: translateY(0);
}

.l-fix-cta__inner {
    display: flex;
    justify-content: space-between;
    max-width: 640px;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
    .l-fix-cta__inner {
        max-width: 92%;
    }
}

.l-fix-cta__col {
    width: 50%;
}
@media screen and (max-width: 767px) {
    .l-fix-cta__col {
        width: 48%;
    }
}

.l-fix-cta__text {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: .4em;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .l-fix-cta__text {
        font-size: 1.1rem;
        letter-spacing: -.05em;
    }
}

.l-fix-cta__text::before,
.l-fix-cta__text::after {
    width: 1px;
    height: 1.2em;
    background: #fff;
    content: "";
}

.l-fix-cta__text::before {
    margin-right: .5em;
    transform: rotate(-25deg);
}

.l-fix-cta__text::after {
    margin-left: .5em;
    transform: rotate(25deg);
}

.l-fix-cta__btn--contact,
.l-fix-cta__btn--download {
    width: 80%;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
    .l-fix-cta__btn--contact,
    .l-fix-cta__btn--download {
        width: 100%;
    }
}

.l-fix-gotop {
    position: fixed;
    bottom: 0;
    right: 1.5rem;
    display: flex;
    align-items: center;
    height: 100px;
    transition: .4s;
    transform: translateY(100%);
    z-index: 99;
}
@media screen and (max-width: 767px) {
    .l-fix-gotop {
        opacity: 0;
        transform: translateY(0);
    }
}

.l-fix-gotop.l-fix-gotop--show {
    transform: translateY(0);
}
@media screen and (max-width: 767px) {
    .l-fix-gotop.l-fix-gotop--show {
        bottom: 9rem;
        opacity: 1;
    }

    .l-fix-gotop.l-fix-gotop--btm {
        bottom: 0;
    }
}

.l-fix-gotop__text {
    opacity: 1;
    transition: opacity .4s;
}

.l-fix-gotop--btm .l-fix-gotop__text {
    opacity: 0;
}
@media screen and (max-width: 767px) {
    .l-fix-gotop__text {
        display: none;
    }
}

.l-fix-gotop__btn {
    display: block;
    width: 58px;
    padding-bottom: 65px;
    background: url("/security/lp/ot/assets/img/ico_gotop.png") no-repeat 50% 100%;
    background-size: 58px 62px;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    transition: .3s ease;
}
@media screen and (min-width: 768px) {
    .l-fix-gotop__btn:hover {
        transform: translateY(3px);
    }
}