@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-weight: 500;
    font-optical-sizing: auto;
    font-feature-settings: "palt";
    color: #212324;
    -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: 1220px;
    margin: 0 auto;
    padding: 0 2rem;
}
@media screen and (max-width: 767px) {
    .c-container{
        overflow: hidden;
    }
}

/* common */
@media screen and (max-width: 767px) {
    .pc-show {
        display: none;
    }
}
@media screen and (min-width: 768px) {
    .sp-show {
        display: none
    }
}
@media screen and (max-width: 1220px) {
    .wide-show {
        display: none;
    }
}

/* header */
.l-header {
    padding: 2rem;
    background: #fff;
}

.l-header__logo {
    max-width: 1560px;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
    .l-header {
        padding: 1.5rem;
    }

    .l-header__logo {
        max-width: 60%;
        text-align: center;
    }
}

/* 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: #505050;
    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: #505050;
    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;
    min-height: 715px;
    padding-bottom: 3rem;
    background: #eaf4fe;
    background-size: cover;
    overflow: hidden;
}
@media screen and (max-width: 767px) {
    .l-section-kv {
        padding-bottom: 2rem;
    }
}

.l-section-kv__inner {
    position: relative;
    max-width: 1220px;
    margin: 0 auto;
    padding: 9.5rem 2rem 11rem;
    color: #003058;
}
@media screen and (max-width: 1024px) {
    .l-section-kv__inner {
        padding: 3rem 1.5rem 4rem;
        padding: 6vw 4vw 61vw;
    }
}

.l-section-kv__inner::before {
    position: absolute;
    top: 4rem;
    left: 75rem;
    width: 555px;
    height: 468px;
    background: url("/security/lp/halcyon/assets/img/kv_bg.png") no-repeat 0 0;
    background-size: 100% auto;
    content: "";
}
@media screen and (max-width: 1024px) {
    .l-section-kv__inner::before {
        top: auto;
        right: 5vw;
        bottom: 5vw;
        left: auto;
        width: 64vw;
        height: 54vw;
        transform: none;
    }
}

.l-section-kv__intro {
    font-size: 2rem;
    line-height: 1.7;
}
@media screen and (max-width: 767px) {
    .l-section-kv__intro {
        font-size: 3.5vw;
    }
}

.l-section-kv__catch {
    margin: 3rem 0 3.5rem;
}
@media screen and (max-width: 767px) {
    .l-section-kv__catch {
        margin: 3vw 0 5vw;
    }
}

.l-section-kv__catch--sm {
    font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
    .l-section-kv__catch--sm {
        font-size: 4.8vw;
    }
}

.l-section-kv__catch--sm span {
    font-size: 1.25em;
}
@media screen and (max-width: 767px) {
    .l-section-kv__catch--sm span {
        font-size: 1.2em;
    }
}

.l-section-kv__catch--lg {
    font-size: 4rem;
    background: linear-gradient(transparent 75%, #febb73 75%, #febb73 95%, transparent 95%);
}
@media screen and (max-width: 767px) {
    .l-section-kv__catch--lg {
        font-size: 5.3vw;
    }
}

.l-section-kv__catch--lg span {
    font-size: 1.3em;
}
@media screen and (max-width: 767px) {
    .l-section-kv__catch--lg span {
        font-size: 1.2em;
    }
}

.l-section-kv__lead {
    font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
    .l-section-kv__lead {
        font-size: 4.3vw;
    }
}

.l-section-kv__btm {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 1024px) {
    .l-section-kv__btm {
        flex-direction: column;
    }
}

.l-section-kv-prod {
    display: flex;
    align-items: center;
    gap: 2rem;
    width: 52%;
    justify-content: flex-end;
    padding: 2rem 1.5rem;
    background: #fff;
    border-radius: 0 1rem 1rem 0;
    font-size: 1.4rem;
    line-height: 1.8;
}
@media screen and (max-width: 1024px) {
    .l-section-kv-prod {
        width: 84%;
        margin-right: auto;
    }
}
@media screen and (max-width: 767px) {
    .l-section-kv-prod {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
        width: calc(100% - 2rem);
        padding-left: 2rem;
    }
}

.l-section-kv-prod__logo {
    flex-shrink: 0;
}

.l-section-kv-prod__desc {
    width: 445px;
    max-width: 100%;
}
@media screen and (max-width: 767px) {
    .l-section-kv-prod__desc {
        width: 100%;
        font-size: 1.2rem;
    }
}

.l-section-kv-cta {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 48%;
    gap: 2rem;
    padding: 2rem;
}
@media screen and (max-width: 1024px) {
    .l-section-kv-cta {
        width: 100%;
        justify-content: center;
    }
}

.l-section-kv-cta__btn {
    position: relative;
    width: 260px;
    padding: 1.2rem 1rem;
    border-radius: 8px;
    color: #fff;
    text-align: center;
    transition: .4s ease;
    text-decoration: none;
}

@media screen and (min-width: 768px) {
    .l-section-kv-cta__btn:hover {
        filter: brightness(.9);
    }
}

.l-section-kv-cta__btn::after {
    position: absolute;
    top: 50%;
    right: 1.3rem;
    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-section-kv-cta__btn::after {
        right: .8rem;
        border-width: 5px 0 5px 8px;
    }
}

.l-section-kv-cta__btn--download {
    background: #307cfe;
}

.l-section-kv-cta__btn--contact {
    background: #ff8400;
}

.l-section-kv-cta__txt--sub {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 2.8em;
    margin-bottom: .3rem;
    font-size: 1.4rem;
    line-height: 1.4;
}
@media screen and (max-width: 767px) {
    .l-section-kv-cta__txt--sub {
        font-size: 1.1rem;
    }
}

.l-section-kv-cta__txt {
    font-size: 2.3rem;
    font-weight: 700;
}
@media screen and (max-width: 767px) {
    .l-section-kv-cta__txt {
        font-size: 1.6rem;
    }
}

/* Contents */
.l-section-01 {
    position: relative;
    padding: 8rem 0 14rem;
    background: #003059;
}
@media screen and (max-width: 767px) {
    .l-section-01 {
        padding: 4rem 0 8rem;
    }
}

.l-section-01::before,
.l-section-01::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10vw;
    background: #00182d;
    content: "";
}

.l-section-01::before {
    bottom: -1px;
}

.l-section-01::after {
    background: #003059;
    clip-path: polygon(100% 0, 0 0, 50% 100%);
}

.l-section-01__title {
    margin-bottom: 1.2em;
    color: #fff;
    font-size: 3.2rem;
    font-weight: 700;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .l-section-01__title {
        font-size: 2.2rem;
    }
}

.l-section-01__title span {
    color: #ff8300;
    font-size: 1.25em;
}

.l-section-01-problem {
    position: relative;
    z-index: 2;
}
@media screen and (max-width: 767px) {
    .l-section-01-problem {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

.l-section-01-problem__items {
    display: flex;
    justify-content: space-between;
    gap: 1em;
}
@media screen and (max-width: 767px) {
    .l-section-01-problem__items {
        flex-direction: column;
        gap: 3rem;
    }
}

.l-section-01-problem__item {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 30%;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .l-section-01-problem__item {
        flex-direction: row;
        align-items: center;
        gap: 1.5rem;
        width: 100%;
    }
}

.l-section-01-problem__image {
    margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
    .l-section-01-problem__image {
        flex-shrink: 0;
        max-width: 20vw;
        margin-bottom: 0;
    }
}

.l-section-01-problem__text {
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.8;
    white-space: nowrap;
}
@media screen and (max-width: 1220px) {
    .l-section-01-problem__text {
        font-size: 1.8rem;
        white-space: normal;
    }
}
@media screen and (max-width: 767px) {
    .l-section-01-problem__text {
        font-size: 1.5rem;
        text-align: left;
    }
}

.l-section-01-problem__text span {
    background: linear-gradient(transparent 60%, #ff8300 60%);
}


.l-section-02__wrap--dark {
    padding: 6rem 0 7rem;
    background: #00182d;
}
@media screen and (max-width: 767px) {
    .l-section-02__wrap--dark {
        padding: 4rem 0 5rem;
    }
}

.l-section-02__title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
    .l-section-02__title {
        margin-bottom: 0;
    }
}

.l-section-02__title::before,
.l-section-02__title::after {
    flex: 1;
    width: auto;
    height: 1px;
    background: #fff;
    content: "";
}
@media screen and (max-width: 767px) {
    .l-section-02__title::before,
    .l-section-02__title::after {
        display: none;
    }
}

.l-section-02__title h2 {
    flex-shrink: 0;
    margin: 0 3rem;
    color: #fff;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .l-section-02__title h2 {
        font-size: 1.3rem;
    }
}

.l-section-02__title span {
    color: #ff8400;
    font-size: 1.25em;
}

.l-section-02__prod {
    margin-bottom: 4.5rem;
    color: #fff;
    font-size: 2rem;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .l-section-02__prod {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        margin-bottom: 2rem;
        font-size: 1.6rem;
    }
}

.l-section-02__prod span {
    margin-right: .1em;
    font-size: 3em;
    font-weight: 700;
    background: linear-gradient(#ffb76b 30%, #ff6d01);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: -.02em;
}

.l-section-02__feature {
    display: flex;
    justify-content: center;
    gap: 2.5rem;
    margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
    .l-section-02__feature {
        flex-direction: column;
        gap: 1.5rem;
        max-width: 400px;
        margin: 0 auto 3rem;
    }
}

.l-section-02__feature li {
    display: flex;
    align-items: center;
    padding: .8em 1.2em;
    background: #fff7ed;
    border-radius: 5px;
    color: #003058;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1;
}
@media screen and (max-width: 767px) {
    .l-section-02__feature li {
        font-size: 1.5rem;
        line-height: 1.3;
    }
}

.l-section-02__feature li::before {
    flex-shrink: 0;
    width: 1.27em;
    height: 1.36em;
    margin-right: .4em;
    background: url("/security/lp/halcyon/assets/img/ico_check.png") no-repeat 0 0;
    background-size: 100% auto;
    content: "";
}

.l-section-02__desc {
    margin-bottom: 6rem;
    color: #fff;
    font-size: 2rem;
    line-height: 1.8;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .l-section-02__desc {
        margin-bottom: 3rem;
        font-size: 1.5rem;
    }
}

.l-section-02__desc span {
    color: #f5ad0f;
    font-weight: 700;
}

.l-section-02-awards {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 750px;
    margin: 0 auto;
    padding: 2.7rem 3rem;
    background: #fff7ed;
    border: 4px solid #00182d;
    border-radius: .8rem;
    outline: 1px solid #fff7ed;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .l-section-02-awards {
        padding: 1rem 1rem 2rem;
    }
}

.l-section-02-awards::before {
	background: center / contain no-repeat url("../img/leaf_left.png");
	content: '';
	display: inline-block;
	width: 47px;
	height: 160px;
	vertical-align: middle;
	margin-right: 20px;
}
.l-section-02-awards::after {
	background: center / contain no-repeat url("../img/leaf_right.png");
	content: '';
	display: inline-block;
	width: 47px;
	height: 160px;
	vertical-align: middle;
	margin-left: 20px;
}
@media screen and (max-width: 767px) {
	.l-section-02-awards::before {
		width: 200px;
		height: 220px;
		margin-right: 5px;
	}
	.l-section-02-awards::after {
		width: 200px;
		height: 220px;
		margin-left: 5px;
	}
}

.l-section-02-awards__heading {
    margin-bottom: 2rem;
    color: #003058;
    font-size: 2.4rem;
    font-weight: 700;
}
@media screen and (max-width: 767px) {
    .l-section-02-awards__heading {
        font-size: 1.9rem;
    }
}

.l-section-02-awards__text span {
    background: linear-gradient(transparent 60%, #ffd5a9 60%);
}

.l-section-02-awards__append {
    max-width: 750px;
    margin: 1.5rem auto 0;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.6;
}
@media screen and (max-width: 767px) {
    .l-section-02-awards__append {
        font-size: 1.2rem;
    }
}

.l-section-02__wrap--light {
    padding: 8rem 0 12rem;
    background: #f9f8f7;
}
@media screen and (max-width: 767px) {
    .l-section-02__wrap--light {
        padding: 4rem 0 5rem;
    }
}

.l-section-02__wrap--light .c-container {
    max-width: 1120px;
}

.l-section-02__step {
    margin-bottom: 5rem;
    text-align: center;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
    .l-section-02__step {
        margin-right: -2rem;
        margin-bottom: 4rem;
        padding-right: 2rem;
        overflow-x: auto;
    }

    .l-section-02__step img {
        max-width: 640px;
    }
}

.l-section-02-about {
    padding: 5rem 4rem 6rem;
    background: #fff;
    border-radius: 1rem;
}
@media screen and (max-width: 767px) {
    .l-section-02-about {
        padding: 3rem 2rem;
    }
}

.l-section-02-about__title {
    margin-bottom: 4.5rem;
    padding: .6em;
    background: #003058;
    border-radius: 3em;;
    color: #fff;
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .l-section-02-about__title {
        margin-bottom: 2.5rem;
        font-size: 1.8rem;
    }
}

.l-section-02-about__title small {
    font-size: .85em;
}

.l-section-02-about__flow {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5.6rem;
    margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
    .l-section-02-about__flow {
        gap: 3rem;
    }
}

.l-section-02-about__flow li {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 144px;
    height: 144px;
    justify-content: center;
    background: #f9f8f7;
    border-radius: .8rem;
    white-space: nowrap;
}
@media screen and (max-width: 767px) {
    .l-section-02-about__flow li {
        width: 78px;
        height: 78px;
        font-size: 1.1rem;
    }
}

.l-section-02-about__flow li:not(:last-child)::after {
    position: absolute;
    top: 50%;
    right: -2.8rem;
    width: 0;
    height: 0;
    border-color: transparent transparent transparent #ff8400;
    border-style: solid;
    border-width: 12px 0 12px 14px;
    content: "";
    transform: translate(50%, -50%);
}
@media screen and (max-width: 767px) {
    .l-section-02-about__flow li:not(:last-child)::after {
        right: -1.5rem;
        border-width: 8px 0 8px 9px;
    }
}

.l-section-02-about__flow li span {
    color: #ff8400;
    font-size: 1.5em;
    font-weight: 700;
}

.l-section-02-about__flow .l-section-02-about__flow-result {
    background: #fff9f2;
    color: #003058;
    font-size: 2rem;
    line-height: 1.3;
    border: 4px solid #ff8400;
}
@media screen and (max-width: 767px) {
    .l-section-02-about__flow .l-section-02-about__flow-result {
        font-size: 1.5rem;
        border-width: 3px;
    }
}

.l-section-02-about__flow .l-section-02-about__flow-result span {
    color: #003058;
}

.l-section-02-about__flow-result span {
    color: inherit
}

.l-section-02-about__lead {
    color: #003058;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.8;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .l-section-02-about__lead {
        font-size: 1.5rem;
    }
}

.l-section-02-about__lead span {
    color: #ff5b01;
    font-size: 1.33em;
}
@media screen and (max-width: 767px) {
    .l-section-02-about__lead span {
        font-size: 1.2em;
    }
}

.l-section-02-about__items {
    display: flex;
    justify-content: space-between;
    margin-top: 5rem;
}
@media screen and (max-width: 1024px) {
    .l-section-02-about__items {
        display: block;
        margin-top: 0;
    }
}

.l-section-02-about__item {
    position: relative;
    width: 48%;
    padding: 5rem 3rem 4.5rem;
    background: #fff7ed;
    border: 4px solid #ff8300;
    border-radius: 8px;
}
@media screen and (max-width: 1024px) {
    .l-section-02-about__item {
        width: 100%;
        margin-top: 4rem;
        padding: 4rem 2rem;
        border-width: 3px;
    }
}

.l-section-02-about__item dt {
    position: absolute;
    top: 0;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 320px;
    padding: .6em 1.8em;
    background: #f9f8f7;
    border: 4px solid #ff8300;
    border-radius: 3em;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    transform: translate(-50%, -50%);
    white-space: nowrap;
}
@media screen and (max-width: 767px) {
    .l-section-02-about__item dt {
        min-width: 220px;
        padding: .6em;
        border-width: 3px;
        font-size: 1.4rem;
    }
}

.l-section-02-about__item dt::before {
    width: 1.05em;
    height: 1.05em;
    margin-right: .5em;
    background: url("/security/lp/halcyon/assets/img/ico_circle_check.png") no-repeat 0 0;
    background-size: 100% auto;
    content: "";
}

.l-section-02-about__list li {
    position: relative;
    min-height: 3em;
    padding-left: 1.3em;
}
@media screen and (max-width: 1024px) {
    .l-section-02-about__list li {
        min-height: 0;
    }
}

.l-section-02-about__list li::before {
    position: absolute;
    top: .65em;
    left: .2em;
    display: block;
    width: .375em;
    height: .375em;
    background: #111;
    border-radius: 50%;
    content: "";
}

.l-section-02-about__list li:not(:last-child) {
    margin-bottom: 1em;
}

.l-section-03 {
    padding: 11rem 0 12rem;
    background: #00182d;
}
@media screen and (max-width: 767px) {
    .l-section-03 {
        padding: 4rem 0 5rem;
    }
}

.l-section-03__title {
    margin-bottom: 5rem;
    color: #fff;
    font-size: 4rem;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .l-section-03__title {
        margin-bottom: 3rem;
        font-size: 2.6rem;
    }
}

.l-section-03-content {
    padding: 6rem 5rem;
    background: #fff;
    border-radius: 1rem;
}
@media screen and (max-width: 767px) {
    .l-section-03-content {
        padding: 3rem 2rem;
    }
}

.l-section-03-content:not(:last-child) {
    margin-bottom: 4rem;
}

.l-section-03-content__title {
    min-height: 74px;
    padding-left: 125px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 105px auto;
    color: #003058;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.4;
}
@media screen and (max-width: 767px) {
    .l-section-03-content__title {
        padding-left: 0;
        background-size: 60px auto;
        font-size: 1.8rem;
    }
}

.l-section-03-content--01 .l-section-03-content__title {
    background-image: url("/security/lp/halcyon/assets/img/num_01.png");
}

.l-section-03-content--02 .l-section-03-content__title {
    background-image: url("/security/lp/halcyon/assets/img/num_02.png");
}

.l-section-03-content--03 .l-section-03-content__title {
    background-image: url("/security/lp/halcyon/assets/img/num_03.png");
}

.l-section-03-content__title span {
    display: flex;
    align-items: center;
    gap: .8em;
}
@media screen and (max-width: 767px) {
    .l-section-03-content__title span {
        padding: 5px 0 20px 80px;
    }
}

.l-section-03-content__title span::after {
    flex: 1;
    width: auto;
    height: 2px;
    background: #00182d;
    content: "";
}

.l-section-03-content__title strong {
    flex-shrink: 0;
    color: #ff5b01;
    font-size: 1.25em;
    white-space: nowrap;
}

.l-section-03-content__inner {
    display: flex;
    gap: 4rem;
}
@media screen and (max-width: 767px) {
    .l-section-03-content__inner {
        display: block;
    }
}

.l-section-03-content__list {
    flex: 1;
    margin: 3rem 0;
}

.l-section-03-content__list li {
    position: relative;
    padding-left: 1.5em;
    font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
    .l-section-03-content__list li {
        font-size: 1.5rem;
    }
}

.l-section-03-content__list li::before {
    position: absolute;
    top: .2em;
    left: 0;
    width: 1.05em;
    height: 1.05em;
    background: url("/security/lp/halcyon/assets/img/ico_circle_check.png") no-repeat 0 0;
    background-size: 100% auto;
    content: "";
}

.l-section-03-content__list li:not(:last-child) {
    margin-bottom: 1em;
}

.l-section-03-content__list sup {
    font-size: .6em;
}

.l-section-03-content__att {
    margin: -2rem 0 4rem;
}

.l-section-03-content__att li {
    padding-left: 2.7rem;
    font-size: 1.4rem;
    font-weight: 400;
}
@media screen and (max-width: 767px) {
    .l-section-03-content__att li {
        padding-left: 2.2rem;
        font-size: 1.1rem;
    }
}

.l-section-03-content__att li:not(:last-child) {
    margin-bottom: .4em;
}

.l-section-03-content__image {
    flex-shrink: 0;
    text-align: center;
}

.l-section-03-content__inner .l-section-03-content__image {
    margin-top: -2.5rem;
}
@media screen and (max-width: 1024px) {
    .l-section-03-content__inner .l-section-03-content__image {
        margin-top: 3rem;
    }
}

.l-section-04 {
    padding: 6rem 0;
    background: #f9f8f7;
}
@media screen and (max-width: 767px) {
    .l-section-04 {
        padding: 4rem 0;
    }
}

.l-section-04__inner {
    display: flex;
    justify-content: space-between;
    gap: 1em;
    padding: 0 5rem;
}
@media screen and (max-width: 767px) {
    .l-section-04__inner {
        flex-direction: column;
        padding: 0;
    }
}
.l-section-04__col {
    padding-top: 2rem;
}

.l-section-04__title {
    margin-bottom: 2rem;
    color: #ff5b01;
    font-size: 3.2rem;
    font-weight: 700;
}
@media screen and (max-width: 767px) {
    .l-section-04__title {
        font-size: 2.4rem;
        text-align: center;
    }
}

.l-section-04__list li {
    position: relative;
    padding-left: 1.3em;
    font-size: 1.7rem;
    font-weight: 400;
}
@media screen and (max-width: 767px) {
    .l-section-04__list li {
        font-size: 1.4rem;
    }
}

.l-section-04__list li::before {
    position: absolute;
    top: .65em;
    left: .2em;
    display: block;
    width: .375em;
    height: .375em;
    background: #111;
    border-radius: 50%;
    content: "";
}

.l-section-04__list li:not(:last-child) {
    margin-bottom: .5em;
}

.l-section-04__btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 400px;
    max-width: 100%;
    height: 70px;
    margin-top: 7rem;
    background: #307cfe;
    border-radius: 1rem;
    color: #fff;
    font-size: 2.2rem;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    transition: .4s ease;
}
@media screen and (max-width: 767px) {
    .l-section-04__btn {
        height: 60px;
        margin: 4rem auto;
        font-size: 1.8rem;
    }
}

@media screen and (min-width: 768px) {
    .l-section-04__btn:hover {
        filter: brightness(.85);
    }
}

.l-section-04__btn::after {
    position: absolute;
    top: 50%;
    right: 2.5rem;
    width: 0;
    height: 0;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 6px 0 6px 10px;
    content: "";
    transform: translateY(-50%);
}

.l-section-04__image {
    min-width: 280px;
    margin-right: 1.5rem;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .l-section-04__image {
        margin-right: 0;
    }
}

.l-section-05 {
    padding: 10rem 0 12rem;
    background: #00182d;
}
@media screen and (max-width: 767px) {
    .l-section-05 {
        padding: 4rem 0 5rem;
    }
}

.l-section-05 .c-container {
    max-width: 1120px;
}

.l-section-05__title {
    margin-bottom: 3rem;
    color: #fff;
    font-size: 4rem;
    font-weight: 700;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .l-section-05__title {
       font-size: 2.6rem;
    }
}

.l-section-05-price-01 {
    margin-bottom: 4rem;
    padding: 1.2rem;
    background: #003058;
    border: 3px dashed #fff;
    border-radius: .8rem;
    color: #fff;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .l-section-05-price-01 {
        padding: 2rem 1.5rem;
    }
}

.l-section-05-price-01__title {
    margin-bottom: 1rem;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.3;
}
@media screen and (max-width: 767px) {
    .l-section-05-price-01__title {
        margin-bottom: 1.5rem;
        font-size: 2rem;
    }

    .l-section-05-price-01__text {
        font-size: 1.3rem;
    }
}

.l-section-05-price-02 {
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width: 767px) {
    .l-section-05-price-02 {
        flex-direction: column;
    }
}

.l-section-05-price-02__item {
    flex: 1;
    padding: 2rem 1.5rem 2.5rem;
    background: #fff7ed;
    border-radius: .8rem;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .l-section-05-price-02__item {
        padding: 1.5rem 1.5rem 2.5rem;
    }
}

.l-section-05-price-02__label {
    margin-bottom: 3rem;
    padding: .6em;
    background: #ff8400;
    border-radius: 3em;
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
}
@media screen and (max-width: 767px) {
    .l-section-05-price-02__label {
        margin-bottom: 1.5rem;
        font-size: 1.6rem;
    }
}

.l-section-05-price-02__title {
    margin-bottom: 1.5rem;
    font-size: 2rem;
}
@media screen and (max-width: 767px) {
    .l-section-05-price-02__title {
        font-size: 1.6rem;
    }
}

.l-section-05-price-02__title span {
    color: #ff8400;
    font-size: 1.3em;
    font-weight: 700;
}

@media screen and (max-width: 767px) {
    .l-section-05-price-02__text {
        font-size: 1.3rem;
    }
}

.l-section-05-price-02__plus {
    position: relative;
    flex-shrink: 0;
    width: 4.5rem;
}
@media screen and (max-width: 767px) {
    .l-section-05-price-02__plus {
        width: 100%;
        height: 4.5rem;
    }
}

.l-section-05-price-02__plus::before,
.l-section-05-price-02__plus::after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 3rem;
    height: .2rem;
    background: #fff;
    content: "";
    transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
    .l-section-05-price-02__plus::before,
    .l-section-05-price-02__plus::after {
        width: 2.4rem;
    }
}

.l-section-05-price-02__plus::after {
    transform: translate(-50%, -50%) rotate(90deg);
}


.l-section-06 {
    padding: 11rem 0 12rem;
    background: #f9f8f7;
}
@media screen and (max-width: 767px) {
    .l-section-06 {
        padding: 4rem 0 5rem;
    }
}

.l-section-06 .c-container {
    max-width: 1120px;
}

.l-section-06__title {
    margin-bottom: 6rem;
    color: #003058;
    font-size: 4rem;
    font-weight: 700;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .l-section-06__title {
        margin-bottom: 4rem;
        color: #003058;
        font-size: 2.6rem;
    }
}

.l-section-06-item {
    padding: 3rem 4rem;
    background: #fff;
    border-radius: 1rem;
}
@media screen and (max-width: 767px) {
    .l-section-06-item {
        padding: 2rem;
    }
}

.l-section-06-item:not(:last-child) {
    margin-bottom: 2.5rem;
}

.l-section-06-item__q {
    position: relative;
    padding: 1rem 4rem 1rem 3rem;
    color: #003058;
    cursor: pointer;
    font-size: 2rem;
    font-weight: 700;
    user-select: none;
}
@media screen and (max-width: 767px) {
    .l-section-06-item__q {
        font-size: 1.5rem;
    }
}

.l-section-06-item__q::before {
    position: absolute;
    top: 1.2rem;
    left: 0;
    color: #ff8400;
    content: "Q";
    width: .8em;
    font-size: 2.3rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .l-section-06-item__q::before {
        font-size: 2.0rem;
    }
}

.l-section-06-item__a {
    display: none;
    position: relative;
    padding: 0 4rem 1rem 3rem;
    font-size: 1.8rem;
    font-weight: 400;
}
@media screen and (max-width: 767px) {
    .l-section-06-item__a {
        font-size: 1.4rem;
    }
}

.l-section-06-item__a::before {
    position: absolute;
    top: .2rem;
    left: 0;
    color: #307cfe;
    content: "A";
    width: .8em;
    font-size: 2.3rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .l-section-06-item__a::before {
        font-size: 2.0rem;
    }
}

.l-section-06-item__a a {
    color: #ff8400;
    font-weight: 700;
    text-decoration: underline;
}
@media screen and (min-width: 768px) {
    .l-section-06-item__a a:hover {
        text-decoration: none;
    }
}

.l-section-06-item__toggle {
    position: absolute;
    top: 50%;
    right: 0;
    width: 3.4rem;
    height: 3.4rem;
    background: rgba(255,132,0,.05);
    border-radius: 50%;
    transition: .3s;
    transform: translateY(-50%)
}
@media screen and (max-width: 767px) {
    .l-section-06-item__toggle {
        width: 2.8rem;
        height: 2.8rem;
    }
}

.l-section-06-item__toggle::before,
.l-section-06-item__toggle::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2rem;
    height: .3rem;
    background: #ff8300;
    content: "";
    transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
    .l-section-06-item__toggle::before,
    .l-section-06-item__toggle::after {
        width: 1.6rem;
        height: .2rem;
    }
}

.l-section-06-item__toggle::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.is-open .l-section-06-item__toggle {
    background: #f9f8f7;
}

.is-open .l-section-06-item__toggle::before {
    background: #929292;
}

.is-open .l-section-06-item__toggle::after {
    display: none;
}

.l-section-07 {
    padding: 7rem 0 9rem;
    background: #00182d;
}
@media screen and (max-width: 767px) {
    .l-section-07 {
        padding: 4rem 0 5rem;
    }
}

.l-section-07__title {
    margin-bottom: 3rem;
    color: #fff;
    font-size: 3.2rem;
    font-weight: 700;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .l-section-07__title {
        font-size: 2.4rem;
    }
}

.l-section-07__text {
    color: #fff;
    font-size: 1.8rem;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .l-section-07__text {
        font-size: 1.5rem;
    }
}

.l-section-07__btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 600px;
    max-width: 100%;
    height: 77px;
    margin: 6rem auto 0;
    background: #ff8400;
    border-radius: 1rem;
    color: #fff;
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    transition: .4s ease;
}
@media screen and (max-width: 767px) {
    .l-section-07__btn {
        height: 60px;
        margin-top: 4rem;
        font-size: 1.8rem;
    }
}

@media screen and (min-width: 768px) {
    .l-section-07__btn:hover {
        filter: brightness(.85);
    }
}

.l-section-07__btn::after {
    position: absolute;
    top: 50%;
    right: 2.5rem;
    width: 0;
    height: 0;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 6px 0 6px 10px;
    content: "";
    transform: translateY(-50%);
}

/* Fix CTA */
.l-fix-cta {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #00182d;
    opacity: 0;
    transition: .4s ease;
    transform: translateY(100%);
    z-index: 98;
}

.l-fix-cta.is-show {
    opacity: 1;
    transform: translateY(0);
}

.l-fix-cta__inner {
    padding: 1.5rem 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 767px) {
    .l-fix-cta__inner {
        padding: 1.2rem .6rem;
    }
}

.l-fix-cta__btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 260px;
    height: 56px;
    margin: 0 2rem;
    padding: 1rem;
    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: .4s ease;
}
@media screen and (max-width: 767px) {
    .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: #307cfe;
}

.l-fix-cta__btn--contact {
    background: #ff8300;
}

/* PageTop */
.l-fix-gotop {
    position: fixed;
    bottom: 1.5rem;
    right: 1.5rem;
    display: flex;
    align-items: center;
    transition: .4s;
    transform: translateY(8rem);
    z-index: 99;
}
@media screen and (max-width: 767px) {
    .l-fix-gotop {
        opacity: 0;
        transform: translateY(0);
    }
}

.l-fix-gotop.is-show {
    transform: translateY(0);
}
@media screen and (max-width: 767px) {
    .l-fix-gotop.is-show {
        bottom: 9rem;
        opacity: 1;
    }

    .l-fix-gotop.is-show.is-btm {
        bottom: 1.5rem;
    }
}

@media screen and (max-width: 767px) {
    .l-fix-gotop__text {
        display: none;
    }
}

.l-fix-gotop__btn {
    display: block;
    width: 56px;
    height: 56px;
    background: #307cfe;
    border-radius: 50%;
    box-shadow: 0 0 8px rgba(0,0,0,.5);
    transition: .3s ease;
}
@media screen and (max-width: 767px) {
    .l-fix-gotop__btn {
        width: 50px;
        height: 50px;
        box-shadow: 0 0 6px rgba(0,0,0,.5);
    }
}
@media screen and (min-width: 768px) {
    .l-fix-gotop__btn:hover {
        box-shadow: 0 0 2px rgba(0,0,0,.3);
        filter: brightness(.9);
        transform: translateY(3px);
    }
}

.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%);
}
@media screen and (max-width: 767px) {
    .l-fix-gotop__btn::before {
        border-width: 0 7px 9px;
    }
}

/* 追従メニュー */
#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;
}

#seminar-menu a:hover {

}
