


@charset "UTF-8";

/*=========================================================
  Google Fonts import
    font-family: 'M PLUS 1p', sans-serif;
    font-family: 'Noto Sans JP', sans-serif;
=========================================================*/

@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@400;800&family=Noto+Sans+JP:wght@500;700;900&display=swap");
@media screen and (max-width: 767px) {
    .pc-only {
        display: none;
    }
}
@media screen and (min-width: 768px) {
    .sp-only {
        display: none;
    }
}
.hs-pulsesecure__front {
    max-width: 100%;
}
.hs-pulsesecure__front>* {
    max-width: 100%;
}
@media screen and (max-width: 767px) {
    .hs-pulsesecure__front {
        margin: 0 -0.625rem !important;
        max-width: inherit;
    }
}

/*
 * コンテンツエリアを100%幅に
 */

#Contents>.hs-container {
    max-width: inherit;
}
@media screen and (max-width: 767px) {
    .JS #Contents {
        padding-top: 5px;
    }
}
.hs-heading-lv2 {
    margin-top: 65px;
    margin-bottom: 56px;
    padding: 0;
    background: none;
    border-bottom: none;
}
.hs-heading-lv2__title {
    position: relative;
    z-index: 0;
    margin: 0;
    padding: 0 0 20px;
    text-align: center;
    background-image: none;
    font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif;
    font-size: 36px;
    font-weight: 900;
    letter-spacing: 0.05em;
}
.hs-heading-lv2__title::after {
    content: "";
    display: block;
    width: 40px;
    height: 4px;
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    background-color: #dc002a;
}
.hs-heading-lv2__title span {
    padding: 0;
}
@media screen and (max-width: 767px) {
    .JS .hs-heading-lv2__title {
        font-size: 24px;
    }
}
.hs-heading-lv3 {
    margin-top: 4rem;
    padding: 0;
    border-bottom: none;
}
.hs-heading-lv3__title {
    margin: 0;
    border-left: none;
    padding: 0;
    text-align: center;
    font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif;
    font-size: 1.6875rem;
    font-weight: 900;
    line-height: 1.66;
    letter-spacing: 0.07em;
    color: #dc002a;
}
.hs-heading-lv3__title--catch {
    display: block;
    margin-bottom: 10px;
    font-family: "M PLUS 1p", sans-serif;
    font-size: 59.523%;
    font-weight: 400;
    color: #717071;
}
.hs-heading-lv3__title--sub {
    display: block;
    margin-bottom: 16px;
    font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif;
    font-size: 59.523%;
    font-weight: 900;
    color: #dc002a;
}
.hs-heading-lv3__title>a {
    padding: 0;
    color: #dc002a;
    background: none;
    text-decoration: underline;
}
.hs-heading-lv3__title>a:link {
    color: #dc002a;
    background: none;
    text-decoration: underline;
}
.hs-heading-lv3__title>a:visited {
    color: #dc002a;
    background: none;
    text-decoration: underline;
}
.hs-heading-lv3__title>a:hover {
    text-decoration: underline;
}
.hs-heading-lv3+.hs-content {
    margin-top: 0;
}
@media screen and (max-width: 767px) {
    .hs-heading-lv3__title {
        font-size: 22px;
        margin-bottom: calc(24 / 750 * 100vw);
    }
    .hs-heading-lv3__title--catch {
        font-size: 3.2vw;
        margin-bottom: calc(20 / 750 * 100vw);
    }
    .hs-heading-lv3__title--sub {
        font-size: 3.2vw;
        margin-bottom: calc(24 / 750 * 100vw);
    }
}
.c-red {
    color: #e6141e;
}

/*** ボタン ***/

.hs-pulsesecure__button {
    display: block;
    width: 100%;
    max-width: 180px;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
    .hs-pulsesecure__button {
        width: calc(620 / 750 * 100vw);
        max-width: 100%;
    }
}
.hs-pulsesecure__button--inner {
    display: block;
    width: 100%;
}
.hs-pulsesecure__button--inner a {
    display: block;
    width: 100%;
    background-color: #e6141e;
    border-radius: 26px / 50%;
    padding: 15px 50px 15px 18px;
    font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif;
    font-size: 93.75%;
    /*15px*/
    font-weight: 700;
    letter-spacing: 0.12em;
    color: #fff;
    text-align: left;
    text-decoration: none;
    position: relative;
    z-index: 0;
    transition: opacity 200ms linear;
}
@media screen and (max-width: 767px) {
    .hs-pulsesecure__button--inner a {
        border-radius: calc(50 / 750 * 100vw)/50%;
        padding: calc(30 / 750 * 100vw) calc(90 / 750 * 100vw) calc(30 / 750 * 100vw) calc(90 / 750 * 100vw);
        font-size: 4vw;
        text-align: center;
    }
}
.hs-pulsesecure__button--inner a:hover {
    opacity: 0.7;
}
@media screen and (max-width: 767px) {
    .hs-pulsesecure__button--inner a:hover {
        opacity: 1;
    }
}
.hs-pulsesecure__button--inner a::before, .hs-pulsesecure__button--inner a::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
.hs-pulsesecure__button--inner a::before {
    width: 34px;
    height: 34px;
    border: 1px solid #fff;
    border-radius: 50%;
    right: 16px;
}
@media screen and (max-width: 767px) {
    .hs-pulsesecure__button--inner a::before {
        width: calc(60 / 750 * 100vw);
        height: calc(60 / 750 * 100vw);
        right: calc(30 / 750 * 100vw);
    }
}
.hs-pulsesecure__button--inner a::after {
    width: 7px;
    height: 7px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    right: 31px;
}
@media screen and (max-width: 767px) {
    .hs-pulsesecure__button--inner a::after {
        width: calc(15 / 750 * 100vw);
        height: calc(15 / 750 * 100vw);
        right: calc(56 / 750 * 100vw);
    }
}
.hs-heading-lv2__lead {
    margin-top: 19px;
    font-size: 16px;
    text-align: center;
    line-height: 1.75;
}
@media screen and (max-width: 767px) {
    .hs-heading-lv2__lead {
        margin-top: 10px;
        font-size: 12px;
    }
}
.hs-pulsesecure {
    padding: 0;
}

/*** ページ追従 ***/

.hs-pulsesecure__fixed {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 400px;
    position: fixed;
    z-index: 100;
    bottom: 10px;
    right: 20px;
}
@media screen and (max-width: 767px) {
    .hs-pulsesecure__fixed {
        width: calc(620 / 750 * 100vw);
        right: 0;
    }
}
.hs-pulsesecure__fixed--download, .hs-pulsesecure__fixed--contact {
    display: block;
    width: 320px;
    position: relative;
    z-index: 0;
}
@media screen and (max-width: 767px) {
    .hs-pulsesecure__fixed--download, .hs-pulsesecure__fixed--contact {
        width: calc(482 / 750 * 100vw);
    }
}
.hs-pulsesecure__fixed--download a, .hs-pulsesecure__fixed--contact a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 76px;
    padding: 14px 18px 14px 68px;
    background-color: #e6141e;
    border-radius: 38px / 50%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    color: #fff;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    position: relative;
    z-index: 0;
    transition: opacity 200ms linear;
}
@media screen and (max-width: 767px) {
    .hs-pulsesecure__fixed--download a, .hs-pulsesecure__fixed--contact a {
        padding: 0 calc(20/750 * 100vw) 0 calc(84/750 * 100vw);
        border-radius: calc(52 / 750 * 100vw)/50%;
    }
}
.hs-pulsesecure__fixed--download a:hover, .hs-pulsesecure__fixed--contact a:hover {
    opacity: 0.7;
}
@media screen and (max-width: 767px) {
    .hs-pulsesecure__fixed--download a:hover, .hs-pulsesecure__fixed--contact a:hover {
        opacity: 1;
    }
}
.hs-pulsesecure__fixed--download a::before, .hs-pulsesecure__fixed--contact a::before {
    content: "";
    display: block;
    width: 52px;
    height: 52px;
    background: url(-/media/A1CF4D076A894C379B079F94554509B6.ashx) no-repeat center;
    background-size: contain;
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 0;
    left: 14px;
    margin: auto 0;
}
@media screen and (max-width: 767px) {
    .hs-pulsesecure__fixed--download a::before, .hs-pulsesecure__fixed--contact a::before {
        width: calc(63/750 * 100vw);
        height: calc(63/750 * 100vw);
        left: calc(14/750 * 100vw);
    }
}
.hs-pulsesecure__fixed--download a::before {
    background: url(-/media/1BA440EE11984D75ADDB05D4C5AE0A7B.ashx) no-repeat center;
    background-size: contain;
}
.hs-pulsesecure__fixed--contact a::before {
    background: url(-/media/A1CF4D076A894C379B079F94554509B6.ashx) no-repeat center;
    background-size: contain;
}
.hs-pulsesecure__fixed--download a span, .hs-pulsesecure__fixed--contact a span {
    display: block;
}
.hs-pulsesecure__fixed--download a span:nth-of-type(1), .hs-pulsesecure__fixed--contact a span:nth-of-type(1) {
    font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif;
    font-size: 125%;
    /*20px*/
    font-weight: 900;
    letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
    .hs-pulsesecure__fixed--download a span:nth-of-type(1), .hs-pulsesecure__fixed--contact a span:nth-of-type(1) {
        font-size: 15px;
        letter-spacing: 0.1em;
    }
}
.hs-pulsesecure__fixed--download a span:nth-of-type(2), .hs-pulsesecure__fixed--contact a span:nth-of-type(2) {
    font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif;
    font-size: 62.5%;
    /*10px*/
    font-weight: 700;
    letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
    .hs-pulsesecure__fixed--download a span:nth-of-type(2), .hs-pulsesecure__fixed--contact a span:nth-of-type(2) {
        font-size: 10px;
    }
}
.hs-pulsesecure__fixed--btn {
    display: block;
    width: 100px;
}
@media screen and (max-width: 767px) {
    .hs-pulsesecure__fixed--btn {
        width: calc(136/750 * 100vw);
    }
}
.hs-pulsesecure__fixed--btn a {
    transition: opacity 200ms linear;
}
.hs-pulsesecure__fixed--btn a:hover {
    opacity: 0.7;
}
@media screen and (max-width: 767px) {
    .hs-pulsesecure__fixed--btn a:hover {
        opacity: 1;
    }
}
.hs-pulsesecure__fixed .hs-pulsesecure__fixed--download {
    display: none;
}

/* TYPE2 */

.hs-pulsesecure__fixed.type2 {
    width: 730px;
}
@media screen and (max-width: 767px) {
    .hs-pulsesecure__fixed.type2 {
        width: calc(700/750 * 100vw);
    }
}
.hs-pulsesecure__fixed.type2 .hs-pulsesecure__fixed--download {
    display: block;
    margin: 0 10px 0 0;
    width: 300px;
}
.hs-pulsesecure__fixed.type2 .hs-pulsesecure__fixed--contact {
    display: block;
    width: 300px;
}
@media screen and (max-width: 767px) {
    .hs-pulsesecure__fixed.type2 .hs-pulsesecure__fixed--download {
        width: calc(300/750 * 100vw);
        margin: 0 calc(10/750 * 100vw) 0 0;
    }
    .hs-pulsesecure__fixed.type2 .hs-pulsesecure__fixed--contact {
        width: calc(280/750 * 100vw);
    }
}
.hs-pulsesecure__fixed--download br {
    display: none;
}
@media screen and (max-width: 767px) {
    .hs-pulsesecure__fixed--download br {
        display: block;
    }
}
@media screen and (max-width: 767px) {
    .hs-pulsesecure__fixed.type2 .hs-pulsesecure__fixed--download a, .hs-pulsesecure__fixed.type2 .hs-pulsesecure__fixed--contact a {
        padding: 0 calc(20/750 * 100vw) 0 calc(84/750 * 100vw);
        height: calc(100/750 * 100vw);
    }
}
@media screen and (max-width: 767px) {
    .hs-pulsesecure__fixed.type2 .hs-pulsesecure__fixed--download a span:nth-of-type(1), .hs-pulsesecure__fixed.type2 .hs-pulsesecure__fixed--contact a span:nth-of-type(1) {
        font-size: 3.2vw;
        line-height: 1.3;
        letter-spacing: 0.1em;
        text-align: left;
    }
}
@media screen and (max-width: 767px) {
    .hs-pulsesecure__fixed.type2 .hs-pulsesecure__fixed--contact a span:nth-of-type(2) {
        display: none;
    }
}

/*=========================================================
  メインビジュアル
=========================================================*/

.hs-pulsesecure__main {
    margin-top: 18px;
    padding: 0 10px 90px;
    position: relative;
    max-width: 100%;
}
@media screen and (max-width: 767px) {
    .hs-pulsesecure__main {
        padding: 0 0 calc(226 / 750 * 100vw);
        margin-top: 0;
        margin-left: -15px !important;
        margin-right: -15px !important;
        max-width: inherit;
    }
}
.hs-pulsesecure__main::before {
    content: "";
    display: block;
    width: 100%;
    height: 550px;
    background: url(-/media/2A24F8D5F2FC42A8BC4955C608E51E18.ashx) no-repeat center;
    background-size: cover;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
@media screen and (min-width: 769px) and (min-width: 1920px), (min-resolution: 2dppx) {
    /*** ディスプレイ大またはRetina画面 ***/
    .hs-pulsesecure__main::before {
        background: url(-/media/2A24F8D5F2FC42A8BC4955C608E51E18.ashx) no-repeat 80% center;
        background-size: cover;
    }
}
@media screen and (max-width: 768px) {
    .hs-pulsesecure__main::before {
        background: url(-/media/2E93B96CDD934AA5A4A1E43EF68234B9.ashx) no-repeat center;
        background-size: cover;
    }
}
@media screen and (max-width: 767px) {
    .hs-pulsesecure__main::before {
        height: calc(695 / 750 * 100vw);
    }
}
.hs-pulsesecure__main--inner {
    display: block;
    width: 100%;
    max-width: 1400px;
    height: 550px;
    padding: 60px 3.33% 0;
    margin: 0 auto;
    position: relative;
    z-index: 0;
}
@media screen and (max-width: 1110px) {
    .hs-pulsesecure__main--inner {
        padding-left: 0;
        padding-right: 0;
    }
}
@media screen and (max-width: 767px) {
    .hs-pulsesecure__main--inner {
        margin: 0 -0.625rem;
        width: auto;
        height: calc(695 / 750 * 100vw);
        padding: calc(45 / 750 * 100vw) calc(30 / 750 * 100vw) 0;
    }
}

/*** タイトル ***/

.hs-pulsesecure__main--logo {
    display: block;
    width: 310px;
    height: 69px;
    position: absolute;
    z-index: 0;
    top: 68px;
    left: 11.14%;
}
@media screen and (max-width: 1110px) {
    .hs-pulsesecure__main--logo {
        left: 3%;
    }
}
@media screen and (max-width: 767px) {
    .hs-pulsesecure__main--logo {
        width: calc(460 / 750 * 100vw);
        height: calc(100 / 750 * 100vw);
        top: 35px;
        left: 43px;
    }
}
.hs-pulsesecure__main--title {
    display: block;
    width: 327px;
    height: 115px;
    position: absolute;
    z-index: 0;
    top: 234px;
    left: auto;
    right: 22.44%;
}
@media screen and (max-width: 1110px) {
    .hs-pulsesecure__main--title {
        top: 55%;
        right: 30%;
    }
}
@media screen and (max-width: 767px) {
    .hs-pulsesecure__main--title {
        width: calc(410 / 750 * 100vw);
        height: calc(111 / 750 * 100vw);
        top: calc(404 / 750 * 100vw);
        left: auto;
        right: 28vw;
    }
}

/*** メニュー ***/

.hs-pulsesecure__main--lst {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 760px;
    background-color: #fff;
    border-radius: 13px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.7);
    padding: 37px 2.2% 30px 4.26%;
    position: absolute;
    z-index: 10;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
}
.hs-pulsesecure__main--lst::before {
    content: "";
    display: block;
    width: 10px;
    height: 40px;
    background-color: #e6141e;
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: 18px;
    margin: auto 0;
}
@media screen and (max-width: 767px) {
    .hs-pulsesecure__main--lst {
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: flex-start;
        width: calc(690 / 750 * 100vw);
        border-radius: calc(18 / 750 * 100vw);
        padding: calc(51 / 750 * 100vw) 0 calc(32 / 750 * 100vw) calc(90 / 750 * 100vw);
        bottom: calc(145 / 750 * -100vw);
    }
    .hs-pulsesecure__main--lst::before {
        width: 6px;
        height: 77%;
        left: calc(24 / 750 * 100vw);
    }
    .hs-pulsesecure__main--lst li {
        margin-right: 10px !important;
    }
    .hs-pulsesecure__main--lst li:last-child {
        margin-right: 0 !important;
    }
}
.hs-pulsesecure__main--lstItem {
    display: block;
    margin: 0 !important;
    width: auto !important;
    max-width: 100% !important;
    font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif;
    font-weight: 500;
    margin-right: 0;
}
.hs-pulsesecure__main--lstItem a {
    display: block;
    width: 100%;
    padding-right: 30px;
    line-height: 1;
    text-decoration: none;
    position: relative;
    z-index: 0;
}
.hs-pulsesecure__main--lstItem a::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url("-/media/2AC86477E9A449648EB04AC3E05686CA.ashx") no-repeat center center/contain;
    position: absolute;
    z-index: 0;
    right: 0;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
}
.hs-pulsesecure__main--lstItem a:hover {
    text-decoration: none;
}
.hs-pulsesecure__main--lstItem a small {
    width: 150px;
    color: #717071;
    font-size: 12px;
    line-height: 1;
    position: absolute;
    bottom: calc(100% + 5px);
    left: 0;
}
.hs-pulsesecure__main--lstItem a span {
    display: block;
    margin: 0;
    color: #e6141e;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    position: relative;
    z-index: 1;
}
.hs-pulsesecure__main--lstItem a span::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: -10px;
    z-index: 2;
}
.hs-pulsesecure__main--lstItem a:hover span::after {
    background-color: #717071;
}
@media screen and (max-width: 767px) {
    .hs-pulsesecure__main--lstItem {
        margin: 10px 0 8px !important;
        width: auto !important;
    }
    .hs-pulsesecure__main--lstItem a::before {
        display: none;
    }
    .hs-pulsesecure__main--lstItem a small {
        font-size: 10px;
    }
    .hs-pulsesecure__main--lstItem a span {
        font-size: 13px;
    }
}

/*=========================================================
  このようなお悩みはありませんか?
=========================================================*/

.hs-pulsesecure__worries {
    margin-top: 93px;
    padding: 0;
    overflow: hidden;
}
@media screen and (max-width: 767px) {
    .hs-pulsesecure__worries {
        margin-top: 88px;
        padding: 0;
    }
}
.hs-pulsesecure__worries .hs-pulsesecure__title {
    margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
    .hs-pulsesecure__worries .hs-pulsesecure__title {
        margin-bottom: calc(26 / 750 * 100vw);
    }
}
.hs-pulsesecure__worries--bg {
    margin-top: 40px;
    padding: 0 10px 25px;
    background-color: #f4f5f7;
    position: relative;
}
.hs-pulsesecure__worries--bg::before {
    content: "";
    display: block;
    width: 50%;
    height: 100%;
    background-color: #91db8f;
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto 0;
}
@media screen and (max-width: 767px) {
    .hs-pulsesecure__worries--bg {
        margin-top: 29px;
        padding: calc(30/750 * 100vw) 0 0 0;
    }
    .hs-pulsesecure__worries--bg::before {
        display: none;
    }
}
.hs-pulsesecure__worries--inner {
    display: block;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 12px 0;
    position: relative;
    z-index: 20;
}
@media screen and (max-width: 767px) {
    .hs-pulsesecure__worries--inner {
        padding: 0;
    }
    .hs-pulsesecure__worries--inner+.hs-pulsesecure__worries--inner {
        margin-top: calc(70 / 750 * 100vw);
    }
}
.hs-pulsesecure__worries--inner:nth-of-type(n+2) .hs-pulsesecure__worries--title {
    display: none;
}
@media screen and (max-width: 767px) {
    .hs-pulsesecure__worries--inner:nth-of-type(n+2) .hs-pulsesecure__worries--title {
        display: block;
    }
}
.hs-pulsesecure__worries--container {
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width: 767px) {
    .hs-pulsesecure__worries--container {
        display: block;
    }
}
.hs-pulsesecure__worries--task, .hs-pulsesecure__worries--solution {
    flex-basis: 46.94%;
    position: relative;
}
.hs-pulsesecure__worries--task {
    z-index: 10;
}
@media screen and (max-width: 767px) {
    .hs-pulsesecure__worries--task {
        margin-bottom: calc(30/750 * 100vw);
    }
}
.hs-pulsesecure__worries--solution {
    z-index: 0;
}
@media screen and (max-width: 767px) {
    .hs-pulsesecure__worries--solution {
        background-color: #91db8f;
        padding-bottom: calc(24 / 750 * 100vw);
    }
}
.hs-pulsesecure__worries--task::before, .hs-pulsesecure__worries--task::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 20;
}
.hs-pulsesecure__worries--task::before {
    width: 45px;
    height: 45px;
    background-color: #707070;
    border-radius: 50%;
    position: absolute;
    z-index: 20;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: -11.44%;
}
@media screen and (max-width: 768px) {
    .hs-pulsesecure__worries--task::before {
        right: -46px;
    }
}
@media screen and (max-width: 767px) {
    .hs-pulsesecure__worries--task::before {
        width: calc(57/750 * 100vw);
        height: calc(57/750 * 100vw);
        top: auto;
        left: 0;
        right: 0;
        bottom: calc(40/750 * -100vw);
        margin: 0 auto;
    }
}
.hs-pulsesecure__worries--task::after {
    width: 11px;
    height: 11px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg) translate(-2px, 2px);
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: -8.0%;
}
@media screen and (max-width: 768px) {
    .hs-pulsesecure__worries--task::after {
        right: -29px;
    }
}
@media screen and (max-width: 767px) {
    .hs-pulsesecure__worries--task::after {
        width: calc(21/750 * 100vw);
        height: calc(21/750 * 100vw);
        border-top-width: 0;
        border-bottom: 1px solid #fff;
        transform: rotate(45deg);
        top: auto;
        left: 0;
        right: 0;
        bottom: calc(16/750 * -100vw);
        margin: 0 auto;
    }
}
.hs-pulsesecure__worries--inner:nth-of-type(1) .hs-pulsesecure__worries--task::before {
    top: 66px;
}
@media screen and (max-width: 767px) {
    .hs-pulsesecure__worries--inner:nth-of-type(1) .hs-pulsesecure__worries--task::before {
        top: auto;
    }
}
.hs-pulsesecure__worries--inner:nth-of-type(1) .hs-pulsesecure__worries--task::after {
    top: 66px;
}
@media screen and (max-width: 767px) {
    .hs-pulsesecure__worries--inner:nth-of-type(1) .hs-pulsesecure__worries--task::after {
        top: auto;
    }
}
.hs-pulsesecure__worries--task .hs-pulsesecure__worries--title, .hs-pulsesecure__worries--solution .hs-pulsesecure__worries--title {
    padding: 0;
    margin: 0;
    text-align: center;
    font-family: 'Noto Sans JP', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', Arial, Helvetica, sans-serif;
    font-size: 125%;
    /*20px*/
    font-weight: 700;
    letter-spacing: 0.02em;
    margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
    .hs-pulsesecure__worries--task .hs-pulsesecure__worries--title, .hs-pulsesecure__worries--solution .hs-pulsesecure__worries--title {
        text-align: left;
        font-size: 16px;
        margin-bottom: calc(24/750 * 100vw);
        padding-left: calc(30 / 750 * 100vw);
    }
}
.hs-pulsesecure__worries--solution .hs-pulsesecure__worries--title {
    color: #fff;
}
@media screen and (max-width: 767px) {
    .hs-pulsesecure__worries--solution .hs-pulsesecure__worries--title {
        background-color: #f4f5f7;
        color: #91db8f;
    }
}
.hs-pulsesecure__worries--box {
    display: table;
    width: 100%;
    height: 160px;
    background-color: #fff;
    border-radius: 18px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 0;
}
@media screen and (max-width: 767px) {
    .hs-pulsesecure__worries--box {
        width: calc(690 / 750 * 100vw);
        height: calc(246 / 750 * 100vw);
        border-radius: calc(18 / 750 * 100vw);
        margin: 0 auto;
    }
}
.hs-pulsesecure__worries--boxInner {
    display: table-cell;
    padding: 0 25px;
    width: 100%;
    text-align: left;
    vertical-align: middle;
    font-size: 100%;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.75;
}
@media screen and (max-width: 1000px) {
    .hs-pulsesecure__worries--boxInner {
        font-size: 100%;
        height: 190px;
    }
}
@media screen and (max-width: 767px) {
    .hs-pulsesecure__worries--boxInner {
        padding: 0;
        height: auto;
        font-size: 12px;
        text-align: center;
    }
}
.hs-pulsesecure__worries--boxInner .pc-only {
    display: block;
}
.hs-pulsesecure__worries--boxInner .tb-only {
    display: none;
}
.hs-pulsesecure__worries--boxInner .sp-only {
    display: none;
}
@media screen and (max-width: 959px) {
    .hs-pulsesecure__worries--boxInner .pc-only {
        display: none;
    }
    .hs-pulsesecure__worries--boxInner .tb-only {
        display: block;
    }
    .hs-pulsesecure__worries--boxInner .sp-only {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .hs-pulsesecure__worries--boxInner .pc-only {
        display: none;
    }
    .hs-pulsesecure__worries--boxInner .tb-only {
        display: none;
    }
    .hs-pulsesecure__worries--boxInner .sp-only {
        display: block;
    }
}
.tb-only {
    display: none;
}
@media screen and (min-width: 768px) and (max-width: 960px) {
    .tb-only {
        display: block;
    }
}

/*=========================================================
  Pulse Secureの4つの特長
=========================================================*/

.hs-pulsesecure__point {
    margin: 0 auto;
    padding: 0 0 50px;
    max-width: 1000px;
    border-bottom: 1px solid #717071;
}
.hs-pulsesecure__point .hs-heading-lv2 {
    margin-bottom: 40px;
}
.hs-pulsesecure__point .hs-row {
    padding-right: 0 !important;
    padding-left: 0 !important;
    max-width: initial;
    justify-content: space-between !important;
}
.hs-pulsesecure__point .hs-col-6 {
    flex: 0 0 48.3%;
    max-width: 48.3%;
}
@media screen and (max-width: 579px) {
    .hs-pulsesecure__point .hs-col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .hs-pulsesecure__point {
        padding: 0 0.625rem 35px;
    }
    .hs-pulsesecure__point .hs-heading-lv2 {
        margin-top: 77px;
        margin-bottom: 34px;
    }
}
.hs-pulsesecure__4point {
    margin-bottom: 53px;
}
.hs-pulsesecure__4point .hs-imgbox {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 22px;
    padding: 0 62px;
    width: 100%;
    height: 200px;
    background-color: #91db8f;
    border-radius: 10px;
}
.hs-pulsesecure__4point .hs-imgbox img {
    max-width: 290px;
}
.hs-pulsesecure__4point .hs-txtbox--tokucho p.sub {
    margin-bottom: 4px;
    font-size: 15px;
    text-align: center;
    line-height: 1;
}
.hs-pulsesecure__4point .hs-txtbox--tokucho h3 {
    margin-bottom: 20px;
    height: 86px;
    color: #e6141e;
    font-family: 'Noto Sans JP', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', Arial, Helvetica, sans-serif;
    font-size: 27px;
    font-weight: 900;
    text-align: center;
}
.hs-pulsesecure__4point .hs-txtbox--tokucho .txt {
    padding: 0 20px;
    font-size: 16px;
    line-height: 1.8;
}
.hs-pulsesecure__4point .hs-txtbox--tokucho .txt small {
    display: block;
    font-size: 14px;
}
@media screen and (max-width: 992px) {
    .hs-pulsesecure__4point .hs-txtbox--tokucho h3 {
        font-size: 22px;
    }
}
@media screen and (max-width: 767px) {
    .hs-pulsesecure__point .hs-row {
        margin: 0 -5px;
    }
    .hs-pulsesecure__point .hs-col-sm-5 {
        flex: 0 0 45%;
        max-width: 45%;
        padding: 0 5px;
    }
    .hs-pulsesecure__point .hs-col-sm-7 {
        flex: 0 0 55%;
        max-width: 55%;
        padding: 0 5px;
    }
    .hs-pulsesecure__4point {
        margin: 0 0 20px;
        padding: 0;
        width: 100%;
    }
    .hs-pulsesecure__4point .hs-imgbox {
        margin: 0;
        padding: 22px 3px 0 14px;
        align-items: flex-start;
        height: 100%;
        border-radius: 5px;
    }
    .hs-pulsesecure__4point .hs-txtbox--tokucho p.sub {
        font-size: 12px;
    }
    .hs-pulsesecure__4point .hs-txtbox--tokucho h3 {
        margin-bottom: 4px;
        height: auto;
        font-size: 15px;
    }
    .hs-pulsesecure__4point .hs-txtbox--tokucho .txt {
        padding: 0 5px;
        font-size: 12px;
        line-height: 1.8;
    }
    .hs-pulsesecure__4point .hs-txtbox--tokucho .txt small {
        font-size: 10px;
    }
}

/*ここから*/


/*** ポイント ***/

.hs-pulsesecure__point--inner {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin: 30px auto 0 auto;
}
@media screen and (max-width: 767px) {
    .hs-pulsesecure__point--inner {
        align-items: stretch;
    }
}
@media screen and (max-width: 579px) {
    .hs-pulsesecure__point--inner {
        display: block;
        margin-top: calc(60/750 * 100vw);
    }
}
.hs-pulsesecure__feature {
    width: 47%;
    margin: 0 0 53px 0;
}
@media screen and (max-width: 767px) {
    .hs-pulsesecure__feature {
        width: 48%;
        margin: 0 0 20px 0;
    }
}
@media screen and (max-width: 579px) {
    .hs-pulsesecure__feature {
        width: 100%;
    }
}
.hs-pulsesecure__feature--inner {
    display: block;
    width: 100%;
}
@media screen and (max-width: 767px) {
    .hs-pulsesecure__feature--inner {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: space-between;
        align-items: stretch;
    }
}
.hs-pulsesecure__feature--img {
    width: 100%;
    height: 200px;
    background: #91db8f;
    border-radius: 12px;
    position: relative;
}
@media screen and (max-width: 767px) {
    .hs-pulsesecure__feature--img {
        width: 30%;
        height: auto;
        border-radius: calc(10/750 * 100vw);
        padding: 3% 0;
        display: flex;
        flex-flow: column wrap;
        justify-content: center;
        align-items: center;
    }
}
.hs-pulsesecure__feature--img img:first-of-type {
    display: block;
    width: 14.10%;
    position: absolute;
    top: 50%;
    left: 15.24%;
    transform: translate(0, -50%);
}
@media screen and (max-width: 767px) {
    .hs-pulsesecure__feature--img img:first-of-type {
        width: 38%;
        flex-shrink: 0;
        margin: 0 auto;
        position: relative;
        top: auto;
        left: auto;
        transform: translate(0, 0);
    }
}
@media screen and (max-width: 579px) {
    .hs-pulsesecure__feature--img img:first-of-type {
        width: 36%;
    }
}
.hs-pulsesecure__feature--img img:last-of-type {
    display: block;
    width: 31.62%;
    left: 44.02%;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}
@media screen and (max-width: 767px) {
    .hs-pulsesecure__feature--img img:last-of-type {
        width: 68%;
        flex-shrink: 0;
        margin: 10% auto 0 auto;
        position: relative;
        top: auto;
        left: auto;
        transform: translate(0, 0);
    }
}
@media screen and (max-width: 579px) {
    .hs-pulsesecure__feature--img img:last-of-type {
        width: 58%;
    }
}
.hs-pulsesecure__feature--txt {
    width: 100%;
    text-align: center;
    margin: 28px 0 0 0;
}
@media screen and (max-width: 767px) {
    .hs-pulsesecure__feature--txt {
        width: 64%;
        margin: 0 0 0 0;
    }
}
.hs-pulsesecure__feature--subtitle {
    display: block;
    font-family: 'M PLUS 1p', sans-serif;
    font-size: 100%;
    font-weight: 400;
    color: #717071;
    margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
    .hs-pulsesecure__feature--subtitle {
        font-size: 12px;
        margin-bottom: 8px;
    }
}
.hs-pulsesecure__feature--title {
    font-family: 'Noto Sans JP', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', Arial, Helvetica, sans-serif;
    font-size: 168.8%;
    font-weight: 900;
    color: #e6141e;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 90px;
}
@media screen and (max-width: 767px) {
    .hs-pulsesecure__feature--title {
        font-size: 15px;
        display: block;
        height: auto;
        margin-bottom: 8px;
    }
}
.hs-pulsesecure__feature--read {
    font-size: 100%;
    /*16px*/
    line-height: 1.66;
    text-align: left;
    width: 90%;
    margin: 25px auto 0 auto;
}
@media screen and (max-width: 767px) {
    .hs-pulsesecure__feature--read {
        font-size: 12px;
        width: 100%;
        margin: 12px auto 0 auto;
    }
}
.hs-pulsesecure__feature--read small {
    font-size: 87.5%;
    /*14px*/
    display: block;
    margin: 3px 0 0 0;
}

/*ここまで*/


/*=========================================================
  Pulse Secureの主な機能
=========================================================*/

.hs-pulsesecure__system {
    margin: 0 auto;
    padding: 0 0 100px;
}
.hs-pulsesecure__system .hs-heading-lv2 {
    margin-top: 80px;
    margin-bottom: 34px;
}
.hs-pulsesecure__system .hs-heading-lv2__title {
    padding: 0 0 22px 0;
}
.hs-pulsesecure__system .hs-heading-lv3 {
    margin-top: 34px;
    margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
    .hs-pulsesecure__system {
        padding: 0 0 60px 0;
    }
    .hs-pulsesecure__system .hs-heading-lv2 {
        margin-top: 50px;
        margin-bottom: 10px;
    }
    .hs-pulsesecure__system .hs-heading-lv3 {
        margin-top: 10px;
        margin-bottom: 16px;
    }
    .hs-pulsesecure__system .hs-heading-lv3 .hs-heading-lv3__title {
        font-size: 22px;
    }
}
.hs-txtBox__system {
    margin: 0 auto 120px;
    max-width: 800px;
}
.hs-txtBox__system.wide {
    margin-bottom: 0;
    padding: 0 15px;
    max-width: 1000px;
}
.hs-txtBox__system p {
    font-size: 16px;
    line-height: 2;
}
.hs-txtBox__system small {
    font-size: 14px;
}
.hs-txtBox__system li {
    font-size: 16px;
    line-height: 1.8;
}
@media screen and (max-width: 767px) {
    .hs-txtBox__system {
        margin: 0 auto;
        padding: 0 15px;
    }
    .hs-txtBox__system p {
        padding: 0 10px;
        font-size: 12px;
        line-height: 1.75;
    }
    .hs-txtBox__system small {
        font-size: 10px;
    }
    .hs-txtBox__system li {
        font-size: 12px;
    }
}
.hs-imgbox__system {
    margin: 0 auto 100px;
    max-width: 1000px;
    text-align: center;
}
.hs-imgbox__system:last-child {
    margin-bottom: 0;
}
@media screen and (max-width: 767px) {
    .hs-imgbox__system {
        margin: 10px auto 65px;
    }
}

/*ニーズにあわせて接続⽅式は3種類*/

.hs-list__system {
    margin: 32px auto 74px;
    max-width: 1000px;
}
.hs-list__system__item {
    margin-bottom: 14px;
    list-style: none;
}
.hs-list__system__item h4 {
    margin: 0;
    padding: 10px;
    color: #fff;
    font-family: 'Noto Sans JP', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weihgt: 700;
    text-align: center;
    background-color: #717071;
    border-radius: 10px 10px 0 0;
}
.hs-list__system__item p {
    margin: 0;
    padding: 12px 42px;
    font-size: 16px;
    line-height: 2;
    letter-spacing: -0.05em;
    background-color: #f4f5f7;
    border-radius: 0 0 10px 10px;
}
@media screen and (max-width: 767px) {
    .hs-list__system {
        margin: 26px auto 90px;
    }
    .hs-list__system__item h4 {
        font-size: 16px;
    }
    .hs-list__system__item p {
        padding: 13px 23px;
        font-size: 12px;
        line-height: 1.95;
    }
}

/*=========================================================
  日立ソリューションズだからできること
=========================================================*/

.hs-pulsesecure__cando {
    max-width: inherit;
    padding: 60px 10px 100px;
    background-color: #f4f5f7;
}
@media screen and (max-width: 767px) {
    .hs-pulsesecure__cando {
        padding: 60px calc(30/750 * 100vw) 60px calc(30/750 * 100vw);
    }
}
.hs-pulsesecure__cando .hs-heading-lv2 {
    margin-top: 40px;
    margin-bottom: 48px;
}
.hs-pulsesecure__cando .hs-heading-lv2__title {
    padding: 0 0 33px 0;
}
@media screen and (max-width: 767px) {
    .hs-pulsesecure__cando .hs-heading-lv2 {
        margin-top: 0;
        margin-bottom: 25px;
    }
    .hs-pulsesecure__cando .hs-heading-lv2__title {
        padding: 0 0 20px 0;
    }
}
.hs-pulsesecure__cando--title {
    font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif;
    font-size: 225%;
    font-weight: 900;
    letter-spacing: 0;
    text-align: center;
    position: relative;
    z-index: 0;
    color: inherit;
    margin: 0;
    padding: 50px 0 25px;
    background-image: none;
}
@media screen and (max-width: 767px) {
    .hs-pulsesecure__cando--title {
        padding: 38px 0 13px;
        font-size: 24px;
        line-height: 1.6;
    }
}
.hs-pulsesecure__cando--inner {
    display: block;
    width: 100%;
    max-width: 1000px;
    background-color: #fff;
    border: 10px solid #f95e68;
    border-radius: 36px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    margin: 50px auto 0;
    padding: 30px 0 20px 0;
}
@media screen and (max-width: 767px) {
    .hs-pulsesecure__cando--inner {
        margin: 25px auto 0;
        padding: 5px 0 5px 0;
        border-width: 5px;
    }
}
.hs-pulsesecure__cando--box {
    padding: 30px 90px 30px 90px;
    position: relative;
}
@media screen and (max-width: 1190px) {
    .hs-pulsesecure__cando--box {
        padding: 30px 10% 30px 5%;
    }
}
@media screen and (max-width: 767px) {
    .hs-pulsesecure__cando--box {
        margin: 0 auto;
        padding: 30px 25px 30px 25px;
    }
}
.hs-pulsesecure__cando--box+.hs-pulsesecure__cando--box::before {
    content: '';
    display: block;
    width: calc(100% - 180px);
    height: 0;
    border-top: 1px solid #717071;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
}
@media screen and (max-width: 1190px) {
    .hs-pulsesecure__cando--box+.hs-pulsesecure__cando--box::before {
        width: 80%;
    }
}
@media screen and (max-width: 767px) {
    .hs-pulsesecure__cando--box+.hs-pulsesecure__cando--box::before {
        width: calc(540/750 * 100vw);
    }
}
.hs-pulsesecure__cando--boxinner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
@media screen and (max-width: 767px) {
    .hs-pulsesecure__cando--boxinner {
        display: block;
    }
}
.hs-pulsesecure__cando--boxcolumn:first-child {
    width: 60%;
}
@media screen and (max-width: 767px) {
    .hs-pulsesecure__cando--boxcolumn:first-child {
        width: 100%;
    }
}
.hs-pulsesecure__cando--boxcolumn:last-child {
    width: 38%;
}
@media screen and (max-width: 767px) {
    .hs-pulsesecure__cando--boxcolumn:last-child {
        width: 100%;
    }
}
.hs-pulsesecure__cando--sub {
    color: #717071;
    margin: 0 0 20px;
    font-family: "M PLUS 1p", sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .hs-pulsesecure__cando--sub {
        margin: 0 0 6px;
        font-size: 13px;
    }
}
.hs-pulsesecure__cando--boxtitle {
    margin: 0;
    color: #E6141E;
    font-family: 'Noto Sans JP', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', Arial, Helvetica, sans-serif;
    font-size: 27px;
    text-align: center;
    font-weight: 900;
    line-height: 1.66;
}
@media screen and (max-width: 767px) {
    .hs-pulsesecure__cando--boxtitle {
        margin-bottom: 10px;
        font-size: 20px;
    }
}
.hs-pulsesecure__cando--txt {
    font-size: 16px;
    line-height: 1.75;
}
@media screen and (max-width: 767px) {
    .hs-pulsesecure__cando--txt {
        font-size: 12px;
        line-height: 2;
    }
}

/* .hs-pulsesecure__award */

.hs-pulsesecure__award {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    align-items: flex-start;
    margin: 40px auto 0;
    padding: 0;
    width: 100%;
}
.hs-pulsesecure__award--img {
    padding: 0 20px;
    width: 250px;
}
.hs-pulsesecure__award--img figure {
    margin: 0;
    text-align: right;
}
.hs-pulsesecure__award--txt {
    width: 50%;
    padding-top: 60px;
}
.hs-pulsesecure__award--txt p {
    font-size: 16px;
}
@media screen and (max-width: 767px) {
    .hs-pulsesecure__award {
        display: block;
    }
    .hs-pulsesecure__award--img {
        padding: 0;
        width: 100%;
    }
    .hs-pulsesecure__award--img figure {
        text-align: center;
    }
    .hs-pulsesecure__award--img figure img {
        width: 44%;
    }
    .hs-pulsesecure__award--txt {
        margin: 10px auto 0;
        padding: 0;
        width: 100%;
        max-width: 225px;
    }
    .hs-pulsesecure__award--txt p {
        font-size: 12px;
    }
}

/*=========================================================
  よくある質問
=========================================================*/

.hs-pulsesecure__faq {
    padding: 120px 10px 0;
}
@media screen and (max-width: 767px) {
    .hs-pulsesecure__faq {
        padding: 60px calc(30 / 750 * 100vw) 52px;
    }
}
.hs-pulsesecure__faq--inner {
    display: block;
    width: 100%;
    max-width: 820px;
    margin: 32px auto 0;
    padding: 0 10px;
}
@media screen and (max-width: 767px) {
    .hs-pulsesecure__faq--inner {
        margin-top: calc(40 / 750 * 100vw);
        padding: 0;
    }
}
.hs-pulsesecure__faq--title {
    font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif;
    font-size: 34px;
    font-weight: 900;
    line-height: 1.38;
    letter-spacing: 0.11em;
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 20px;
    background: none;
    position: relative;
}
.hs-pulsesecure__faq--title::after {
    content: "";
    display: block;
    width: 46px;
    height: 4px;
    background-color: #e6141e;
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
    .hs-pulsesecure__faq--title {
        margin: 0 !important;
        padding-bottom: 12px;
        font-size: 17px;
        margin-bottom: calc(30 / 750 * 100vw);
    }
}
.hs-pulsesecure__faq--accordion {
    margin-bottom: 8px;
}
.hs-pulsesecure__faq--accordion .flexBox {
    display: flex;
    align-items: flex-start;
    width: 100%;
}
.hs-pulsesecure__faq--accordion .flexBox span {
    width: 90px;
}
.hs-pulsesecure__faq--accordion .flexBox p {
    width: calc(100% - 90px);
}
.hs-pulsesecure__faq--accordion dt span, .hs-pulsesecure__faq--accordion dd span {
    font-family: "M PLUS 1p", sans-serif;
    font-size: 24px;
    line-height: 29px;
}
.hs-pulsesecure__faq--accordion dt {
    padding: 27px 70px 24px 25px;
    background-color: #f4f5f7;
    border-radius: 18px;
    transition: opacity 0.3s ease;
    position: relative;
    z-index: 0;
    cursor: pointer;
}
.hs-pulsesecure__faq--accordion dt:hover {
    opacity: 0.7;
}
.hs-pulsesecure__faq--accordion dt::before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background-color: #fff;
    border: 1px solid #717071;
    border-radius: 50%;
    position: absolute;
    right: 20px;
    top: calc(50% - 15px);
    z-index: 1;
}
.hs-pulsesecure__faq--accordion dt::after {
    content: "";
    width: 6px;
    height: 6px;
    border-right: 1px solid #717071;
    border-bottom: 1px solid #717071;
    position: absolute;
    right: 32px;
    top: 50%;
    transform: translate(0, -50%) rotate(45deg);
    z-index: 2;
}
.hs-pulsesecure__faq--accordion dt.on::after {
    transform: translate(0, -50%) rotate(-135deg);
}
.hs-pulsesecure__faq--accordion dt .flexBox {
    align-items: center;
}
.hs-pulsesecure__faq--accordion dt p {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.45;
}
.hs-pulsesecure__faq--accordion dd {
    display: none;
    padding: 20px 25px;
}
.hs-pulsesecure__faq--accordion dd p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.875;
}
.hs-pulsesecure__faq--accordion:nth-of-type(5) dt, .hs-pulsesecure__faq--accordion:nth-of-type(8) dt, .hs-pulsesecure__faq--accordion:nth-of-type(9) dt {
    padding: 16px 70px 8px 25px;
}
@media screen and (max-width: 767px) {
    .hs-pulsesecure__faq--accordion .flexBox span {
        width: 50px;
    }
    .hs-pulsesecure__faq--accordion dt span, .hs-pulsesecure__faq--accordion dd span {
        font-size: 14px;
        line-height: 29px;
    }
    .hs-pulsesecure__faq--accordion dt {
        padding: 10px 5px;
        border-radius: 6px;
    }
    .hs-pulsesecure__faq--accordion dt::before {
        width: 18px;
        height: 18px;
        right: 10px;
        top: calc(50% - 9px);
    }
    .hs-pulsesecure__faq--accordion dt::after {
        right: 16px;
        top: 48%;
    }
    .hs-pulsesecure__faq--accordion dt p {
        font-size: 13px;
        line-height: 1.7;
    }
    .hs-pulsesecure__faq--accordion dd {
        padding: 16px 5px;
    }
    .hs-pulsesecure__faq--accordion dd p {
        font-size: 12px;
    }
    .hs-pulsesecure__faq--accordion:nth-of-type(5) dt, .hs-pulsesecure__faq--accordion:nth-of-type(8) dt, .hs-pulsesecure__faq--accordion:nth-of-type(9) dt {
        padding: 13px 5px 13px 5px;
    }
}

/*=========================================================
  活用法
=========================================================*/

.hs-pulsesecure__use {
    margin-bottom: 0;
    padding: 0 10px 105px;
    max-width: inherit;
    background: none;
}
@media screen and (max-width: 767px) {
    .hs-pulsesecure__use {
        padding: 0 20px 60px;
    }
}
.hs-pulsesecure__use--title {
    font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif;
    font-size: 225%;
    font-weight: 900;
    letter-spacing: 0.1em;
    color: inherit;
    text-align: center;
    position: relative;
    z-index: 0;
    margin: 0 0 6px;
    padding: 90px 0 30px;
    background-image: none;
    line-height: 1.6;
}
@media screen and (max-width: 767px) {
    .hs-pulsesecure__use--title {
        margin: 0 auto 16px !important;
        padding: 8px 0 33px;
        font-size: 24px;
    }
}
.hs-pulsesecure__use--inner {
    display: block;
    width: 100%;
    max-width: 1000px;
    background-color: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    border-radius: 30px;
    margin: 30px auto 0;
    padding: 100px 10px 100px;
}
@media screen and (max-width: 767px) {
    .hs-pulsesecure__use--inner {
        margin: 22px auto 0;
    }
}
.hs-pulsesecure__use--box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding-left: 25px;
    width: 100%;
    max-width: 842px;
    position: relative;
    z-index: 0;
}
@media screen and (max-width: 767px) {
    .hs-pulsesecure__use--box {
        display: block;
        padding: 0;
        max-width: 100%;
    }
}
.hs-pulsesecure__use--boxHead {
    flex-basis: 43.6%;
    background-color: #f4f5f7;
    border-radius: 12px;
    padding: 70px 10px 30px 70px;
    position: relative;
    z-index: 0;
    margin-top: 0;
    margin-right: 0;
}
@media screen and (max-width: 767px) {
    .hs-pulsesecure__use--boxHead {
        flex-basis: 100%;
        margin: 0 auto;
        padding: 40px 0 20px;
        width: 100%;
        max-width: 210px;
    }
}
.hs-pulsesecure__use--boxHead.face1::before, .hs-pulsesecure__use--boxHead.face2::before, .hs-pulsesecure__use--boxHead.face3::before, .hs-pulsesecure__use--boxHead.face4::before, .hs-pulsesecure__use--boxHead.face5::before {
    content: "";
    display: block;
    width: 114px;
    height: 114px;
    position: absolute;
    z-index: 10;
    top: -57px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
    .hs-pulsesecure__use--boxHead.face1::before, .hs-pulsesecure__use--boxHead.face2::before, .hs-pulsesecure__use--boxHead.face3::before, .hs-pulsesecure__use--boxHead.face4::before, .hs-pulsesecure__use--boxHead.face5::before {
        width: 75px;
        height: 75px;
        top: -34px;
    }
}
.hs-pulsesecure__use--boxHead.face1::before {
    background: url(-/media/DEEFD7663B41436C9E91002BA4F9C550.ashx) no-repeat center;
    background-size: contain;
}
.hs-pulsesecure__use--boxHead.face2::before {
    background: url(-/media/D685FADBB9DA425CAB307C3011F2F432.ashx) no-repeat center;
    background-size: contain;
}
.hs-pulsesecure__use--boxHead.face3::before {
    background: url(-/media/DB890A220DA54F3E886117EEDB3830BB.ashx) no-repeat center;
    background-size: contain;
}
.hs-pulsesecure__use--boxHead.face4::before {
    background: url(-/media/A5D64D0713024BC191BFF7E99B5EE5B7.ashx) no-repeat center;
    background-size: contain;
}
.hs-pulsesecure__use--boxHead.face5::before {
    background: url(-/media/D686793770BC44C49E4D369E280F18A6.ashx) no-repeat center;
    background-size: contain;
}
.hs-pulsesecure__use--read {
    padding: 0;
    font-size: 18px;
    font-weight: 700;
    text-align: left;
}
@media screen and (max-width: 767px) {
    .hs-pulsesecure__use--read {
        padding: 0;
        font-size: 13px;
        text-align: center;
    }
}
.hs-pulsesecure__use--boxBody {
    flex-basis: 56.4%;
    margin-left: 0;
    padding-left: 6%;
    text-align: center;
    position: relative;
}
@media screen and (max-width: 767px) {
    .hs-pulsesecure__use--boxBody {
        margin-top: 42px;
        padding: 0;
    }
}
.hs-pulsesecure__use--boxBody::before, .hs-pulsesecure__use--boxBody::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 20;
}
.hs-pulsesecure__use--boxBody::before {
    width: 45px;
    height: 45px;
    background-color: #707070;
    border-radius: 50%;
    position: absolute;
    z-index: 20;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: 3.4%;
}
@media screen and (max-width: 768px) {
    .hs-pulsesecure__use--boxBody::before {
        right: -46px;
    }
}
@media screen and (max-width: 767px) {
    .hs-pulsesecure__use--boxBody::before {
        width: calc(44 / 750 * 100vw);
        height: calc(44 / 750 * 100vw);
        top: auto;
        left: 0;
        right: 0;
        bottom: calc(18 / 750 * -100vw);
        margin: 0 auto;
    }
}
@media screen and (max-width: 767px) {
    .hs-pulsesecure__use--boxBody::before {
        width: 28.5px;
        height: 28.5px;
        top: -48px;
    }
}
.hs-pulsesecure__use--boxBody::after {
    width: 11px;
    height: 11px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg) translate(-2px, 2px);
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: 7.2%;
}
@media screen and (max-width: 768px) {
    .hs-pulsesecure__use--boxBody::after {
        right: -29px;
    }
}
@media screen and (max-width: 767px) {
    .hs-pulsesecure__use--boxBody::after {
        width: calc(10 / 750 * 100vw);
        height: calc(10 / 750 * 100vw);
        border-top-width: 0;
        border-bottom: 1px solid #fff;
        transform: rotate(45deg);
        top: auto;
        left: 0;
        right: 0;
        bottom: calc(-2 / 750 * -100vw);
        margin: 0 auto;
    }
}
@media screen and (max-width: 767px) {
    .hs-pulsesecure__use--boxBody::after {
        width: 10.5px;
        height: 10.5px;
        top: -42px;
    }
}
.hs-pulsesecure__use--box+.hs-pulsesecure__use--box {
    margin-top: 62px;
}
@media screen and (max-width: 767px) {
    .hs-pulsesecure__use--box+.hs-pulsesecure__use--box {
        margin-top: 90px;
    }
}
.hs-pulsesecure__use--boxBody .hs-pulsesecure__use--title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    padding: 0;
    color: #e6141e;
    font-size: 27px;
    line-height: 1.5;
}
@media screen and (max-width: 767px) {
    .hs-pulsesecure__use--boxBody .hs-pulsesecure__use--title {
        margin: 0 auto 9px !important;
        height: auto;
        font-size: 22.5px;
        line-height: 1.3;
    }
}
.hs-pulsesecure__use--boxBody .hs-pulsesecure__use--title .work-keep {
    word-break: keep-all;
}
.hs-pulsesecure__use--boxBody .hs-pulsesecure__use--title .work-bleak {
    word-break: break-all;
}
.hs-pulsesecure__use--text {
    display: inline-block;
    font-size: 16px;
    line-height: 1.77;
    letter-spacing: 0.04em;
    text-align: center;
    margin-bottom: 26px;
}
@media screen and (max-width: 767px) {
    .hs-pulsesecure__use--text {
        margin-bottom: 15px;
        font-size: 12px;
    }
}
.hs-pulsesecure__use--boxBody .hs-pulsesecure__button {
    max-width: 274px;
}
.hs-pulsesecure__use--boxBody .hs-pulsesecure__button a {
    text-align: center;
    font-size: 15px;
    padding-left: 50px;
}
.hs-pulsesecure__use--boxBody .hs-pulsesecure__button a::before {
    width: 34px;
    height: 34px;
    right: 16px;
}
.hs-pulsesecure__use--boxBody .hs-pulsesecure__button a::after {
    width: 7px;
    height: 7px;
    right: 31px;
}
@media screen and (max-width: 767px) {
    .hs-pulsesecure__use--boxBody .hs-pulsesecure__button {
        max-width: 280px;
    }
    .hs-pulsesecure__use--boxBody .hs-pulsesecure__button a {
        padding: 12px 50px 12px 50px;
        font-size: 16px;
        border-radius: 25px;
    }
}

/*=========================================================
  SSL-VPN機器リプレイスキャンペーン
=========================================================*/

.hs-pulsesecure__campaign {
    margin-bottom: 0;
    padding: 105px 10px 55px;
    background-color: #f4f5f7;
}
@media screen and (max-width: 767px) {
    .hs-pulsesecure__campaign {
        padding: 60px 20px 15px;
    }
}
.hs-pulsesecure__campaign--inner {
    width: 100%;
    max-width: 1000px;
    background-color: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    border-radius: 20px;
    margin: 0 auto;
    padding: 0;
}
.hs-pulsesecure__campaign--head {
    padding: 32px 20px 20px;
    text-align: center;
    background-color: #717071;
    border-radius: 20px 20px 0 0;
    position: relative;
}
@media screen and (max-width: 767px) {
    .hs-pulsesecure__campaign--head {
        padding: 33px 0 12px;
    }
}
.hs-pulsesecure__campaign--titleCatch {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    width: 270px;
    height: 42px;
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    background-color: #e10027;
    border-radius: 21px;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
    .hs-pulsesecure__campaign--titleCatch {
        width: 225px;
        height: 32px;
    }
}
.hs-pulsesecure__campaign--title {
    margin: 0;
    padding: 0;
    color: #fff;
    font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif;
    font-size: 32px;
    font-weight: 900;
    background: none;
}
@media screen and (max-width: 767px) {
    .hs-pulsesecure__campaign--title {
        font-size: 17px;
    }
}
.hs-pulsesecure__campaign--body {
    padding: 40px 10%;
}
.hs-pulsesecure__campaign--body p {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 1.5;
}
.hs-pulsesecure__campaign--body dl {
    margin-bottom: 20px;
}
.hs-pulsesecure__campaign--body dt {
    margin-bottom: 9px;
    padding-bottom: 10px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    position: relative;
}
.hs-pulsesecure__campaign--body dt::after {
    content: "";
    display: block;
    width: 40px;
    height: 3px;
    background-color: #e6141e;
    position: absolute;
    left: 0;
    bottom: 0;
}
.hs-pulsesecure__campaign--body dd {
    width: 100%;
    font-size: 16px;
    line-height: 1.75;
}
.hs-pulsesecure__campaign--body dd small {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}
@media screen and (max-width: 767px) {
    .hs-pulsesecure__campaign--body {
        padding: 20px 28px;
    }
    .hs-pulsesecure__campaign--body p {
        margin-bottom: 20px;
        font-size: 12px;
        line-height: 1.9;
    }
    .hs-pulsesecure__campaign--body dt {
        margin: 0;
        font-size: 13px;
    }
    .hs-pulsesecure__campaign--body dt::after {
        width: 20px !important;
    }
    .hs-pulsesecure__campaign--body dd {
        font-size: 12px;
    }
    .hs-pulsesecure__campaign--body dd small {
        display: block;
        margin-top: 5px;
        font-size: 10px;
        font-weight: 400;
        line-height: 1.6;
    }
}

/*=========================================================
  セミナー開催のお知らせ
=========================================================*/

.hs-pulsesecure__seminar {
    margin: 0 0 36px;
    padding: 0 10px 60px;
    background-color: #f4f5f7;
}
@media screen and (max-width: 767px) {
    .hs-pulsesecure__seminar {
        padding: 0 20px 60px;
    }
}
.hs-pulsesecure__seminar--inner {
    width: 100%;
    max-width: 1000px;
    background-color: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    border-radius: 20px;
    margin: 0 auto;
    padding: 0;
}
.hs-pulsesecure__seminar--head {
    padding: 20px;
    text-align: center;
    background-color: #717071;
    border-radius: 20px 20px 0 0;
}
@media screen and (max-width: 767px) {
    .hs-pulsesecure__seminar--head {
        padding: 30px 20px 12px;
    }
}
.hs-pulsesecure__seminar--title {
    margin: 0;
    padding: 0;
    color: #fff;
    font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: 900;
    background: none;
}
@media screen and (max-width: 767px) {
    .hs-pulsesecure__seminar--title {
        font-size: 17px;
    }
}
.hs-pulsesecure__seminar--body {
    padding: 30px 10%;
}
@media screen and (max-width: 767px) {
    .hs-pulsesecure__seminar--body {
        padding: 20px 28px;
    }
}
.hs-pulsesecure__seminar--body dl {
    margin-bottom: 10px;
}
.hs-pulsesecure__seminar--body dt {
    display: inline-block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    position: relative;
}
@media screen and (max-width: 767px) {
    .hs-pulsesecure__seminar--body dt {
        font-size: 13px;
    }
}
.hs-pulsesecure__campaign--body dt::after {
    content: "";
    display: block;
    width: 40px;
    height: 3px;
    background-color: #e6141e;
    position: absolute;
    left: 0;
    bottom: 0;
}
.hs-pulsesecure__seminar--body dd {
    width: 100%;
    font-size: 16px;
}
@media screen and (max-width: 767px) {
    .hs-pulsesecure__seminar--body dd {
        font-size: 12px;
    }
}
.hs-pulsesecure__seminar--body a {
    color: #2386ff;
    text-decoration: none;
}
.hs-pulsesecure__seminar--body a:hover {
    text-decoration: underline;
}

/*# sourceMappingURL=style_css2.css.map */

.list-type-dot>li {
    padding-left: 1em;
    position: relative;
}
.list-type-dot>li:before {
    content: '・';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
@media screen and (max-width: 767px) {
    .hs-pulsesecure__front.hs-pulsesecure__seminar {
        margin-bottom: 35px!important;
    }
}
