@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: "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: 1100px;
    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
    }
}

/* 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: 1060px; }
}
@media print {
    .Container.Wide {
        min-width: 1060px;
    }
}

/* 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 {
    position: relative;
    margin-bottom: 10rem;
    background: linear-gradient(15deg,#234f72 15%, #95d6d8 85%);
    border-radius: 0 0 60px 60px;
}
@media screen and (max-width: 767.98px) {
    .l-section-kv {
        margin-bottom: 20vw;
        background: linear-gradient(15deg, #234f72 30%, #95d6d8 100%);
        border-radius: 0 0 40px 40px;
    }
}

.l-section-kv__inner {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    max-width: 1280px;
    min-height: 610px;
    padding: 3rem 0 11rem 11rem;
    margin: 0 auto;
}
@media screen and (max-width: 1280px) {
    .l-section-kv__inner {
        padding-right: 2vw;
        padding-left: 6vw;
    }
}
@media screen and (max-width: 767.98px) {
    .l-section-kv__inner {
        flex-direction: column;
        gap: 6vw;
        min-height: 0;
        padding: 6vw 5vw 8vw;
    }
}

.l-section-kv__logo {
    position: absolute;
    top: 5rem;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: calc(50% - 270px);
    min-width: 350px;
    height: 110px;
    padding: 0 4rem;
    background: #fff;
    border-radius: 0 20px 20px 0;
}
@media screen and (max-width: 767.98px) {
    .l-section-kv__logo {
        top: 6vw;
        width: 52vw;
        min-width: 0;
        height: 22vw;
        padding: 0 6vw;
    }
    .l-section-kv__logo img {
        width: 40vw;
    }
}

.l-section-kv-cont {
    padding-top: 18rem;
}
@media screen and (max-width: 767.98px) {
    .l-section-kv-cont {
        padding-top: 25vw;
    }
}

.l-section-kv-cont__catch {
    margin-bottom: .2em;
    color: #fff;
    font-size: 3rem;
    font-weight: 700;
}
@media screen and (max-width: 767.98px) {
    .l-section-kv-cont__catch {
        font-size: 4.8vw;
    }
}

.l-section-kv-cont__catch span {
    display: block;
    font-size: 2em;
}
.l-section-kv-cont__text {
    color: #fff;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.8;
}
@media screen and (max-width: 767.98px) {
    .l-section-kv-cont__text {
        font-size: 3.5vw;
    }
}

.l-section-kv-cont__att {
    margin-top: .3em;
    padding-left: .8em;
    color: #fff;
    font-size: 1.3rem;
    text-indent: -.8em;
}
@media screen and (max-width: 767.98px) {
    .l-section-kv-cont__att {
        font-size: 2.6vw;
    }
}

.l-section-kv__image {
    align-self: center;
    max-width: 50%;
}
@media screen and (max-width: 767.98px) {
    .l-section-kv__image {
        max-width: 80%;
        margin: 0 auto;
        transform: translateX(-3vw);
    }
}

.l-section-kv__list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    max-width: 1010px;
    margin: -200px auto 0;
    padding: 0 2rem;
    transform: translateY(50%);
}
@media screen and (max-width: 960px) {
    .l-section-kv__list {
        justify-content: space-around;
        margin-top: -160px;
    }
}
@media screen and (max-width: 767.98px) {
    .l-section-kv__list {
        justify-content: center;
        gap: 4vw;
        margin-top: -20vw;
        transform: translateY(20vw);
    }
}

.l-section-kv__list li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 200px;
    padding-top: 90px;
    background-color: #f2f6f8;
    background-position: 50% 30%;
    background-repeat: no-repeat;
    background-size: 70px auto;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(4,52,87,.1);
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
}
@media screen and (max-width: 960px) {
    .l-section-kv__list li {
        width: 160px;
        height: 160px;
        padding-top: 72px;
        background-size: 56px auto;
        font-size: 1.4rem;
    }
}
@media screen and (max-width: 767.98px) {
    .l-section-kv__list li {
        width: 40vw;
        height: 40vw;
        padding-top: 18vw;
        background-size: 14vw auto;
        font-size: 3.2vw;
    }
}

.l-section-kv__list li:first-child {
    background-image: url("/security/lp/seraphic/assets/img/kv_ico_01.png");
}
.l-section-kv__list li:nth-child(2) {
    background-image: url("/security/lp/seraphic/assets/img/kv_ico_02.png");
}
.l-section-kv__list li:nth-child(3) {
    background-image: url("/security/lp/seraphic/assets/img/kv_ico_03.png");
}
.l-section-kv__list li:nth-child(4) {
    background-image: url("/security/lp/seraphic/assets/img/kv_ico_04.png");
}

/* Contents */
.l-section-01 {
    padding: 8rem 0 10rem;
}
@media screen and (max-width: 767.98px) {
    .l-section-01 {
        padding: 4rem 0 5rem;
    }
}

.l-section-01__title {
    margin-bottom: .6em;
    color: #df381b;
    font-size: 4.3rem;
    font-weight: 700;
    text-align: center;
}
@media screen and (max-width: 767.98px) {
    .l-section-01__title {
        font-size: 2rem;
    }
}

.l-section-01__lead {
    margin-bottom: 1em;
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center;
}
@media screen and (max-width: 767.98px) {
    .l-section-01__lead {
        font-size: 1.6rem;
    }
}

.l-section-01__text {
    font-size: 1.8rem;
    line-height: 1.8;
    text-align: center;
}
@media screen and (max-width: 767.98px) {
    .l-section-01__text {
        font-size: 1.3rem;
    }
}

.l-section-01-theme {
    margin-top: 8rem;
}
@media screen and (max-width: 767.98px) {
    .l-section-01-theme {
        margin-top: 4rem;
    }
}

.l-section-01-theme__heading {
    margin-bottom: 1.5em;
    font-size: 2.8rem;
    font-weight: 700;
    text-align: center;
}
@media screen and (max-width: 767.98px) {
    .l-section-01-theme__heading {
        font-size: 1.8rem;
    }
}

.l-section-01-theme__items {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-bottom: 20px;
}

.l-section-01-theme__item {
    position: relative;
    padding: 2rem 3rem 2.5rem 18rem;
    background: #f2f6f8;
    border-radius: 20px;
    box-shadow: 0 3px 10px rgba(4,52,87,.1);
    background-position: 98% 50%;
    background-repeat: no-repeat;
    background-size: 12rem auto;
}
@media screen and (max-width: 767.98px) {
    .l-section-01-theme__item {
        padding: 10rem 2rem 2rem;
        background-position: 95% 1.5rem;
        background-size: 8rem auto;
    }
}

.l-section-01-theme__item:first-child {
    background-image: url("/security/lp/seraphic/assets/img/section01_img_01.png");
}
.l-section-01-theme__item:nth-child(2) {
    background-image: url("/security/lp/seraphic/assets/img/section01_img_02.png");
}
.l-section-01-theme__item:nth-child(3) {
    background-image: url("/security/lp/seraphic/assets/img/section01_img_03.png");
}
.l-section-01-theme__num {
    position: absolute;
    top: 2.5rem;
    left: 3rem;
}
@media screen and (max-width: 767.98px) {
    .l-section-01-theme__num {
        top: 3rem;
        left: 2rem;
        width: 6rem;
    }
}

.l-section-01-theme__title {
    margin-bottom: .5em;
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.3;
}
@media screen and (max-width: 767.98px) {
    .l-section-01-theme__title {
        font-size: 2rem;
    }
}

.l-section-01-theme__title small {
    font-size: 1.8rem;
}
@media screen and (max-width: 767.98px) {
    .l-section-01-theme__title small {
        display: inline-block;
        font-size: 1.4rem;
    }
}

.l-section-01-theme__list li {
    position: relative;
    padding-left: 1.2em;
    font-weight: 500;
}
.l-section-01-theme__list li::before {
    position: absolute;
    top: .56em;
    left: 0;
    width: .5em;
    height: .5em;
    background: #000;
    border-radius: 50%;
    content: "";
}
.l-section-01-theme__list li:not(:last-child) {
    margin-bottom: .3em;
}
.l-section-01-theme__att li {
    font-size: 1.3rem;
}
.l-section-01-theme__att li:not(:last-child) {
    margin-bottom: .3em;
}

.l-section-02 {
    position: relative;
    padding: 10rem 0;
    background: linear-gradient(43deg,#445c71, #11181c);
}
@media screen and (max-width: 767.98px) {
    .l-section-02 {
        padding: 8rem 0 5rem;
    }
}

.l-section-02::before {
    position: absolute;
    top: -1px;
    left: 50%;
    width: 182px;
    height: 60px;
    border-color: #fff transparent transparent;
    border-style: solid;
    border-width: 60px 91px 0;
    content: "";
    transform: translateX(-50%);
}
@media screen and (max-width: 767.98px) {
    .l-section-02::before {
        width: 142px;
        height: 45px;
        border-width: 45px 71px 0;
    }
}

.l-section-02-top {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 8rem;
}
@media screen and (max-width: 767.98px) {
    .l-section-02-top {
        flex-direction: column;
        margin-bottom: 5rem;
    }
}

.l-section-02-top__logo {
    padding: 4.5rem 1.5rem;
    background: #fff;
    border-radius: 15px;
}
.l-section-02__title {
    color: #fff;
    font-size: 2.8rem;
    font-weight: 700;
    text-align: center;
}
@media screen and (max-width: 767.98px) {
    .l-section-02__title {
        font-size: 1.8rem;
    }
}

.l-section-02-top .l-section-02__title {
    text-align: left;
}
.l-section-02__cont {
    position: relative;
    margin-top: 6rem;
    padding: 5rem 4.5rem 3.5rem;
    background: rgba(255,255,255,.9);
    border-radius: 20px;
}
@media screen and (max-width: 767.98px) {
    .l-section-02__cont {
        padding: 4rem 2rem 2.5rem;
    }
}

.l-section-02__cont dt {
    position: absolute;
    top: 0;
    left: 50%;
    min-width: 18.5em;
    padding: .9em;
    background: #11c0b2;
    border-radius: 3em;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    transform: translate(-50%, -50%);
}
@media screen and (max-width: 767.98px) {
    .l-section-02__cont dt {
        font-size: 1.5rem;
    }
}

.l-section-02__cont dd {
    font-weight: 500;
    line-height: 1.8;
}

.l-section-02__contents--2 {
    margin-top: 10rem;
}
@media screen and (max-width: 767.98px) {
    .l-section-02__contents--2 {
        margin-top: 5rem;
    }
}

.l-section-02__contents--2 .l-section-02__title {
    margin-bottom: 1em;
}

.l-section-02__text {
    color: #fff;
    font-weight: 500;
    line-height: 2;
}

.l-section-02__image {
    margin: -1rem auto;
    text-align: center;
}

.l-section-02__att {
    margin-top: 1em;
    padding-left: 2.3em;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.8;
    text-indent: -2.3em;
}
@media screen and (max-width: 767.98px) {
    .l-section-02__att {
        font-size: 1.2rem;
    }
}

.l-section-03 {
    padding: 8rem 0;
    background: #eff5f7;
}
@media screen and (max-width: 767.98px) {
    .l-section-03 {
        padding: 4rem 0 5rem;
    }
}

.l-section-03__wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3rem;
}
@media screen and (max-width: 767.98px) {
    .l-section-03__wrap {
        gap: .5rem;
    }
}

.l-section-03__wrap::before,
.l-section-03__wrap::after {
    flex-shrink: 0;
    width: 75px;
    height: 161px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    content: "";
}
@media screen and (max-width: 767.98px) {
.l-section-03__wrap::before,
.l-section-03__wrap::after {
    width: 50px;
    height: 107px;
}
}

.l-section-03__wrap::before {
    background-image: url("/security/lp/seraphic/assets/img/section03_img_01.png");
}
.l-section-03__wrap::after {
    background-image: url("/security/lp/seraphic/assets/img/section03_img_02.png");
}
.l-section-03__title {
    margin-bottom: .5em;
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.8;
    text-align: center;
}
@media screen and (max-width: 767.98px) {
    .l-section-03__title {
        font-size: 1.3rem;
    }
}

.l-section-03__title span {
    font-style: italic;
}

.l-section-03__att {
    font-size: 1.4rem;
    text-align: center;
}
@media screen and (max-width: 767.98px) {
    .l-section-03__att {
        font-size: 1rem;
    }
}

.l-section-04 {
    padding: 10rem 0;
}
@media screen and (max-width: 767.98px) {
    .l-section-04 {
        padding: 4rem 0 5rem;
    }
}

.l-section-04__title {
    font-size: 3.2rem;
    font-weight: 700;
    text-align: center;
}
@media screen and (max-width: 767.98px) {
    .l-section-04__title {
        font-size: 2.4rem;
    }
}

.l-section-04-contents {
    margin-top: 5rem;
}
@media screen and (max-width: 767.98px) {
    .l-section-04-contents {
        margin-top: 3rem;
    }
}

.l-section-04-content {
    padding: 4.5rem 4.5rem 5rem;
    background: #f2f6f8;
    border-radius: 20px;
    box-shadow: 0 3px 10px rgba(4,52,87,.1);
}
@media screen and (max-width: 767.98px) {
    .l-section-04-content {
        padding: 2rem 2rem 3rem;
    }
}

.l-section-04-content:not(:last-child) {
    margin-bottom: 4.5rem;
}
.l-section-04-content__top {
    min-height: 70px;
    margin-bottom: 3rem;
    padding-left: 8.7rem;
    background-position: 0 50%;
    background-repeat: no-repeat;
    background-size: 7rem auto;
}
@media screen and (max-width: 767.98px) {
    .l-section-04-content__top {
        padding: 7.5rem 0 0;
        background-position: 50% 0;
        background-size: 6rem auto;
    }
}

.l-section-04-content__top--1 {
    background-image: url("/security/lp/seraphic/assets/img/section04_img_01.png");
}
.l-section-04-content__top--2 {
    background-image: url("/security/lp/seraphic/assets/img/section04_img_02.png");
}
.l-section-04-content__top--3 {
    background-image: url("/security/lp/seraphic/assets/img/section04_img_03.png");
}

.l-section-04-content__heading {
    margin-bottom: .3em;
    font-size: 2.8rem;
    font-weight: 700;
}
@media screen and (max-width: 767.98px) {
    .l-section-04-content__heading {
        font-size: 1.8rem;
    }
}

.l-section-04-content__subheading {
    font-size: 1.8rem;
    font-weight: 700;
}
@media screen and (max-width: 767.98px) {
    .l-section-04-content__subheading {
        font-size: 1.5rem;
    }
}

.l-section-04-content__list {
    padding-left: 5rem;
}
@media screen and (max-width: 767.98px) {
    .l-section-04-content__list {
        padding-left: 0;
    }
}

.l-section-04-content__list li {
    position: relative;
    padding-left: 2.4em;
    font-weight: 500;
}
.l-section-04-content__list li::before {
    position: absolute;
    top: .1em;
    left: 0;
    width: 1.5625em;
    height: 1.5625em;
    background: url("/security/lp/seraphic/assets/img/ico_check.svg") no-repeat 0 0;
    background-size: 100% auto;
    content: "";
}
.l-section-04-content__list li:not(:last-child) {
    margin-bottom: 1em;
}

.l-section-05 {
    padding: 8rem 0 10rem;
    background: #eff5f7;
}
@media screen and (max-width: 767.98px) {
    .l-section-05 {
        padding: 4rem 0 5rem;
    }
}

.l-section-05__title {
    font-size: 3.2rem;
    font-weight: 700;
    text-align: center;
}
@media screen and (max-width: 767.98px) {
    .l-section-05__title {
        font-size: 2.4rem;
    }
}

.l-section-05-items {
    max-width: 1000px;
    margin: 7rem auto 0;
    overflow-x: auto;
}
@media screen and (max-width: 767.98px) {
    .l-section-05-items {
        margin-top: 4rem;
    }
}

.l-section-05-item {
    display: flex;
    min-width: 650px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 3px 10px rgba(4,52,87,.1);
    font-weight: 700;
    text-align: center;
    overflow: hidden;
}

.l-section-05-item:not(:last-child) {
    margin-bottom: 1.5rem;
}

.l-section-05-item__agent,
.l-section-05-item__browser {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: .8rem;
    width: 35%;
    padding: 1.5rem 1rem;
}
@media screen and (max-width: 767.98px) {
    .l-section-05-item__agent,
    .l-section-05-item__browser {
        width: 37%;
    }
}

.l-section-05-item__agent {
    background: #72adba;
    color: #fff;
}
.l-section-05-item__browser {
    background: #e6e6e6;
}

.l-section-05-item__point {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    width: 30%;
    padding: 1.5rem 1rem;
}
@media screen and (max-width: 767.98px) {
    .l-section-05-item__point {
        width: 26%;
    }
}

.l-section-05-item:not(.l-section-05-item--head) .l-section-05-item__point {
    font-size: 1.8rem;
}
@media screen and (max-width: 767.98px) {
    .l-section-05-item:not(.l-section-05-item--head) .l-section-05-item__point {
        font-size: 1.4rem;
    }
}

.l-section-05-item--head {
    min-height: 9rem;
    font-size: 2rem;
}
@media screen and (max-width: 767.98px) {
    .l-section-05-item--head {
        min-height: 0;
        font-size: 1.5rem;
    }
}

.l-section-05-item--body .l-section-05-item__agent::before {
    width: 2.25em;
    height: 2.25em;
    background: url("/security/lp/seraphic/assets/img/ico_check.svg") no-repeat 0 0;
    background-size: 100% auto;
    content: "";
}

.l-section-05-item--body .l-section-05-item__browser::before {
    width: 2.375em;
    height: 2.375em;
    background: url("/security/lp/seraphic/assets/img/ico_xmark.svg") no-repeat 0 0;
    background-size: 100% auto;
    content: "";
}

@media screen and (max-width: 767.98px) {
    .l-section-05-item--body .l-section-05-item__agent,
    .l-section-05-item--body .l-section-05-item__browser {
        font-size: 1.3rem;
    }
}

.l-section-05-item--body .l-section-05-item__agent p,
.l-section-05-item--body .l-section-05-item__browser p {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 3em;
}

.l-section-06 {
    padding: 8rem 0 10rem;
    background: #fff;
}
@media screen and (max-width: 767.98px) {
    .l-section-06 {
        padding: 4rem 0 5rem;
    }
}

.l-section-06__title {
    margin-bottom: .5em;
    font-size: 3.2rem;
    font-weight: 700;
    text-align: center;
}
@media screen and (max-width: 767.98px) {
    .l-section-06__title {
        font-size: 2.4rem;
    }
}

.l-section-06__lead {
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
}
@media screen and (max-width: 767.98px) {
    .l-section-06__lead {
        font-size: 1.6rem;
    }
}

.l-section-06-flow {
    display: flex;
    gap: 3rem;
    margin: 5rem auto 3.5rem;
}
@media screen and (max-width: 767.98px) {
    .l-section-06-flow {
        flex-direction: column;
        margin: 3rem auto 2.5rem;
    }
}

.l-section-06-flow__item {
    position: relative;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 23rem;
    padding: 2rem 1rem;
    background: #eff5f7;
    border: 3px solid #053357;
    border-radius: 20px;
    box-shadow: 0 3px 10px rgba(4,52,87,.1);
    text-align: center;
}
@media screen and (max-width: 767.98px) {
    .l-section-06-flow__item {
        min-height: 0;
        padding: 1.5rem 1rem;
        border-width: 2px;
    }
}

.l-section-06-flow__item:not(:last-child)::after {
    position: absolute;
    top: 50%;
    left: 100%;
    width: 18px;
    height: 40px;
    border-color: transparent transparent transparent #053357;
    border-style: solid;
    border-width: 20px 0 20px 18px;
    content: "";
    transform: translate(9px, -50%);
}
@media screen and (max-width: 767.98px) {
    .l-section-06-flow__item:not(:last-child)::after {
        width: 40px;
        height: 18px;
        top: 100%;
        left: 50%;
        border-color: #053357 transparent transparent;
        border-width: 18px 20px 0;
        transform: translate(-50%, 9px);
    }
}

.l-section-06-flow__item:last-child {
    background: #24ced1;
    border: none;
    color: #fff;
}
.l-section-06-flow__text1 {
    display: flex;
    align-items: center;
    min-height: 4.5em;
    font-size: 2rem;
    font-weight: 700;
}
@media screen and (max-width: 767.98px) {
    .l-section-06-flow__text1 {
        min-height: 2em;
        font-size: 1.6rem;
    }
}

.l-section-06-flow__text2 {
    display: flex;
    flex-direction: column;
    min-height: 4em;
    justify-content: center;
    margin-top: 1em;
    font-size: 1.5rem;
    font-weight: 500;
}
@media screen and (max-width: 767.98px) {
    .l-section-06-flow__text2 {
        min-height: 0;
        font-size: 1.3rem;
    }
}

.l-section-06__att li {
    padding-left: 2em;
    font-size: 1.4rem;
    text-indent: -2em;
}
@media screen and (max-width: 767.98px) {
    .l-section-06__att li {
        font-size: 1.2rem;
    }
}

.l-section-06__att li:not(:last-child) {
    margin-bottom: .3em;
}

.l-section-07 {
    padding: 10rem 0;
    background: #eff5f7;
}
@media screen and (max-width: 767.98px) {
    .l-section-07 {
        padding: 4rem 0 5rem;
    }
}

.l-section-07__title {
    margin-bottom: 1em;
    font-size: 3.2rem;
    font-weight: 700;
    text-align: center;
}
@media screen and (max-width: 767.98px) {
    .l-section-07__title {
        font-size: 2.4rem;
    }
}

.l-section-07-price {
    display: flex;
    flex-wrap: wrap;
    gap: 4rem;
    max-width: 970px;
    margin: 0 auto;
}
@media screen and (max-width: 767.98px) {
    .l-section-07-price {
        gap: 3rem;
    }
}

.l-section-07-price__box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc((100% - 4rem) / 2);
    padding: 2.5rem 3rem 3rem;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 3px 10px rgba(4,52,87,.1);
    text-align: center;
}
@media screen and (max-width: 767.98px) {
    .l-section-07-price__box {
        width: 100%;
    }
}

.l-section-07-price__box--wide {
    width: 100%;
}

.l-section-07-price__title {
    min-width: 9em;
    padding: .4em 1em .6em;
    background: #24ced1;
    border-radius: 2em;
    color: #fff;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1;
}
@media screen and (max-width: 767.98px) {
    .l-section-07-price__title {
        font-size: 1.7rem;
    }
}

.l-section-07-price__subtitle {
    margin: .8em 0;
    font-size: 1.8rem;
    font-weight: 700;
}
@media screen and (max-width: 767.98px) {
    .l-section-07-price__subtitle {
        font-size: 1.6rem;
    }
}

.l-section-07-price__text {
    font-weight: 500;
}
.l-section-07-price__text--lg {
    margin-top: 1em;
    font-size: 1.8rem;
}
@media screen and (max-width: 767.98px) {
    .l-section-07-price__text--lg {
        font-size: 1.5rem;
    }
}

.l-section-08 {
    padding: 10rem 0 8rem;
}
@media screen and (max-width: 767.98px) {
    .l-section-08 {
        padding: 5rem 0 4em;
    }
}

.l-section-08__title {
    margin-bottom: 1.2em;
    font-size: 3.2rem;
    font-weight: 700;
    text-align: center;
}
@media screen and (max-width: 767.98px) {
    .l-section-08__title {
        font-size: 2.4rem;
    }
}

.l-section-08-result {
    display: flex;
    flex-wrap: wrap;
    gap: 4rem;
    max-width: 970px;
    margin: 0 auto;
}
@media screen and (max-width: 767.98px) {
    .l-section-08-result {
        flex-direction: column;
        gap: 3rem;
    }
}

.l-section-08-result__item {
    position: relative;
    width: calc((100% - 4rem) / 2);
    padding: 22rem 3rem 3rem;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 3px 10px rgba(4,52,87,.1);
}
@media screen and (max-width: 767.98px) {
    .l-section-08-result__item {
        width: 100%;
        padding: 18rem 2rem 3rem;
    }
}

.l-section-08-result__item::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 22rem;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    border-radius: 20px 20px 0 0;
    content: "";
}
.l-section-08-result__item--1::before {
    background-image: url("/security/lp/seraphic/assets/img/section08_img_01.jpg");
}
.l-section-08-result__item--2::before {
    background-image: url("/security/lp/seraphic/assets/img/section08_img_02.jpg");
}
.l-section-08-result__item--3::before {
    background-image: url("/security/lp/seraphic/assets/img/section08_img_03.jpg");
}
.l-section-08-result__item--4::before {
    background-image: url("/security/lp/seraphic/assets/img/section08_img_04.jpg");
}
@media screen and (max-width: 767.98px) {
    .l-section-08-result__item::before {
        height: 18rem;
    }
}

.l-section-08-result__title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 3rem 0;
    border-bottom: 1px solid #bbb;
    font-size: 2rem;
    font-weight: 700;
}
@media screen and (max-width: 767.98px) {
    .l-section-08-result__title {
        padding: 2rem 0;
        font-size: 1.6rem;
    }
}

.l-section-08-result__title small {
    margin-top: .3em;
    font-size: .8em;
    font-weight: 500;
}

.l-section-08-result__info {
    margin-top: 3rem;
}
@media screen and (max-width: 767.98px) {
    .l-section-08-result__info {
        margin-top: 2rem;
    }
}

.l-section-08-result__info dl {
    display: flex;
}
.l-section-08-result__info dl:not(:last-child) {
    margin-bottom: 1em;
}
.l-section-08-result__info dt {
    min-width: 3.2em;
    font-weight: 700;
}
.l-section-08-result__info dd {
    flex: 1;
    font-weight: 500;
}

.l-section-09 {
    padding: 8rem 0 10rem;
    background: #f6f6f6;
}
@media screen and (max-width: 767.98px) {
    .l-section-09 {
        padding: 4rem 0 5rem;
    }
}

.l-section-09__title {
    font-size: 3.2rem;
    font-weight: 700;
    text-align: center;
}
@media screen and (max-width: 767.98px) {
    .l-section-09__title {
        font-size: 2.4rem;
    }
}

.l-section-09-faq {
    max-width: 970px;
    margin: 5rem auto 0;
}
.l-section-09-faq__item {
    padding: 2.5rem 0;
    border-bottom: 1px solid #bbb;
}
@media screen and (max-width: 767.98px) {
    .l-section-09-faq__item {
        padding: 1.5rem 0;
    }
}

.l-section-09-faq__item:first-child {
    border-top: 1px solid #bbb;
}
.l-section-09-faq__item dt {
    position: relative;
    padding: 1rem 4rem 1rem 6rem;
    font-size: 1.8rem;
    font-weight: 700;
    cursor: pointer;
}
@media screen and (max-width: 767.98px) {
    .l-section-09-faq__item dt {
        padding-left: 5rem;
        font-size: 1.5rem;
    }
}

.l-section-09-faq__item dd {
    display: none;
    position: relative;
    padding: 1.5rem 8rem 1rem 6rem;
    font-size: 1.5rem;
    line-height: 1.8;
}
@media screen and (max-width: 767.98px) {
    .l-section-09-faq__item dd {
        padding: 1.5rem 4rem 1rem 5rem;
        font-size: 1.3rem;
    }
}

.l-section-09-faq__item dt::before,
.l-section-09-faq__item dd::before {
    position: absolute;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
}
.l-section-09-faq__item dt::before {
    top: .5rem;
    padding-bottom: .15em;
    background: #24ced1;
    content: "Q";
}
.l-section-09-faq__item dd::before {
    top: 1.2rem;
    padding-bottom: .15em;
    background: #df371b;
    content: "A";
}
.l-section-09-faq__toggle {
    position: absolute;
    top: 50%;
    right: 0;
    width: 34px;
    height: 34px;
    border: 1px solid #24ced1;
    border-radius: 50%;
    transition: .3s;
    transform: translateY(-50%);
}
.l-section-09-faq__toggle::before,
.l-section-09-faq__toggle::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 3px;
    background: #24ced1;
    content: "";
    transform: translate(-50%, -50%);
}
.l-section-09-faq__toggle::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.is-open .l-section-09-faq__toggle {
    background: #ebebeb;
    border-color: #ebebeb;
}
.is-open .l-section-09-faq__toggle::before {
    background: #929292
}
.is-open .l-section-09-faq__toggle::after {
    opacity: 0;
}

.l-section-09-faq__att {
    margin-top: 2rem;
}
.l-section-09-faq__att li {
    padding-left: 1.2em;
    font-size: 1.3rem;
    text-indent: -1.2em;
}
.l-section-09-faq__att li + li {
    margin-top: .3em;
}
@media screen and (max-width: 767.98px) {
    .l-section-09-faq__att li {
        font-size: 1.1rem;
    }
}

/* CTA */
.l-section-cta {
    padding: 60px;
    background: linear-gradient(5deg,  #659dae, #234f72);
}
@media screen and (max-width: 767.98px) {
    .l-section-cta {
        padding: 4rem 0;
    }
}

.l-section-cta__title {
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
}
@media screen and (max-width: 767.98px) {
    .l-section-cta__title {
        font-size: 1.6rem;
    }
}

.l-section-cta__btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 355px;
    max-width: 100%;
    height: 3.3em;
    margin: 3.5rem auto 0;
    background: #fff;
    border-radius: 4em;
    color: #df371b;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    transition: .3s;
}
@media screen and (max-width: 767.98px) {
    .l-section-cta__btn a {
        width: 16em;
        font-size: 1.6rem;
    }
}
@media screen and (min-width: 768px) {
    .l-section-cta__btn a:hover {
        opacity: .8;
    }
}

.l-section-cta__btn a::before {
    width: 1.35em;
    height: 1.35em;
    margin: .1em .6em 0 0;
    background: url("/security/lp/seraphic/assets/img/ico_mail_rd.svg") no-repeat 0 50%;
    background-size: 100% auto;
    content: "";
}

.l-section-cta__link {
    margin-top: 1.5em;
    text-align: center;
}
.l-section-cta__link a {
    display: inline-block;
    padding-bottom: .1em;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    transition: .3s;
}
@media screen and (min-width: 768px) {
    .l-section-cta__link a:hover {
        opacity: .8;
    }
}

/* Fix CTA */
.l-fix-cta {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #053357;
    color: #fff;
    opacity: 0;
    transition: .3s;
    transform: translateY(100%);
}

.l-fix-cta.is-show {
    opacity: 1;
    transform: translateY(0);
}


.l-fix-cta__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem 1rem;
}
@media screen and (max-width: 767.98px) {
    .l-fix-cta__inner {
        padding: 1.2rem .6rem;
        text-align: center;
    }
}

.l-fix-cta__btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 260px;
    height: 56px;
    margin: 0 2rem;
    padding: 1rem;
    background: #df371b;
    border-radius: .8rem;
    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 {
        margin: 0 .6rem;
        font-size: 1.5rem;
    }
}
@media screen and (min-width: 768px) {
    .l-fix-cta__btn:hover {
        box-shadow: 0 0 2px rgba(0, 0, 0, .3);
        filter: brightness(.9);
        transform: translateY(3px);
    }
}

.l-fix-cta__btn::after {
    position: absolute;
    top: 50%;
    right: 1rem;
    width: 0;
    height: 0;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 6px 0 6px 10px;
    content: "";
    transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
    .l-fix-cta__btn::after {
        right: .8rem;
        border-width: 5px 0 5px 8px;
    }
}

.l-fix-cta__btn--download {
    background: #24ced1;
}

/* PageTop */
.l-fix-gotop {
    position: fixed;
    bottom: 2rem;
    right: 1.5rem;
    display: flex;
    align-items: center;
    opacity: 0;
    transition: .4s;
    transform: translateY(7rem);
    z-index: 99;
}
@media screen and (max-width: 767.98px) {
    .l-fix-gotop {
        bottom: 9.5rem;
        transform: translateY(18.5rem);
    }
}

.l-fix-gotop__btn {
    display: block;
    width: 48px;
    height: 48px;
    background: linear-gradient(15deg,  #659dae, #234f72);
    border-radius: 50%;
    box-shadow: 0 3px 10px rgba(4,52,87,.1);
    transition: .3s;
}
.l-fix-gotop__btn::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-color: transparent transparent #fff;
    border-style: solid;
    border-width: 0 8px 10px;
    content: "";
    transform: translate(-50%, -50%);
}

.l-fix-gotop.is-btm {
    bottom: 2rem;
}

.l-fix-gotop.is-show {
    opacity: 1;
    transform: translateY(0);
}

@media screen and (min-width: 768px) {
    .l-fix-gotop__btn:hover {
        box-shadow: 0 1px 2px rgba(4,52,87,.1);
        filter: brightness(.9);
        transform: translateY(3px);
    }
}

/* 追従メニュー */
#seminar-menu {
  position: fixed;
  right: 20px;
  bottom: 20px;
  transform: translateY(-50%);
  border-radius: 20px;
  z-index: 9999;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

#seminar-menu a {
	width: 300px;
}
