﻿ul{padding: 0; margin: 0;}
li{list-style: none}
@media screen and (min-width: 769px), print {
    img {
        max-width: 100%;
        width: auto;
        height: auto;
    }

    .pTop .mv {
        background: url("../image/mvBg.webp") 0 0 no-repeat;
        -moz-background-size: cover;
        background-size: cover;
        padding: 30px 0 0;
    }

    .pTop .mv picture {
        max-width: 1000px;
        width: 100%;
        margin: auto;
    }

    .pTop .mv picture img {
        width: 100%;
        height: auto;
    }

    .pTop h2[data-en] {
        text-align: center;
        font-size: 38px;
        line-height: 48px;
        font-weight: 700;
        color: #0C2458;
        position: relative;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        transform: translateZ(0);
    }

    .pTop h2[data-en]::before {
        position: absolute;
        content: attr(data-en);
        text-transform: uppercase;
        font-size: 70px;
        line-height: 1;
        font-family: 'BebasNeueBold';
        background: -webkit-linear-gradient(343.78deg, #285FD5 -5.18%, #AEC9FF 79.09%);
        background: -moz- oldlinear-gradient(343.78deg, #285FD5 -5.18%, #AEC9FF 79.09%);
        background: linear-gradient(106.22deg, #285FD5 -5.18%, #AEC9FF 79.09%);
        -moz-background-clip: text;
        background-clip: text;
        text-fill-color: transparent;
        white-space: nowrap;
        opacity: 0.1;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        top: -22px;
        text-align: center;
        pointer-events: none;
        color: transparent;
    }

    .pTop .investigation {
        margin-top: 62px;
    }

    .pTop .investigation h2 {
        z-index: 3;
    }

    .pTop .investigation h2::before {
        z-index: 3;
    }

    .pTop .investigation h2 span {
        display: inline-block;
        position: relative;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        transform: translateZ(0);
    }

    .pTop .investigation h2 span::after {
        position: absolute;
        content: "";
        width: -webkit-calc(100% + 47px);
        width: -moz-calc(100% + 47px);
        width: calc(100% + 47px);
        height: 85px;
        background: #fff;
        -moz-border-radius: 14.15px;
        border-radius: 14.15px;
        left: -28px;
        bottom: -14px;
        z-index: -1;
        pointer-events: none;
    }

    .pTop .investigation__box {
        position: relative;
        z-index: 2;
        max-width: 850px;
        margin: -21px auto 0;
        background: -webkit-linear-gradient(350.1deg, #22349D 0.63%, #587DEA 100%);
        background: -moz- oldlinear-gradient(350.1deg, #22349D 0.63%, #587DEA 100%);
        background: linear-gradient(99.9deg, #22349D 0.63%, #587DEA 100%);
        -moz-border-radius: 14.15px;
        border-radius: 14.15px;
        padding: 54px 38px 25px;
    }

    .pTop .investigation__box dl {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .pTop .investigation__box dl dt {
        font-size: 20px;
        line-height: 1.5;
        font-weight: 700;
        color: #fff;
        margin-right: 8px;
    }

    .pTop .investigation__box dl dd {
        width: 382px;
    }

    .pTop .investigation__box dl dd ul {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .pTop .investigation__box dl dd ul li {
        width: 121px;
        height: 121px;
        background: #fff;
        -moz-border-radius: 50%;
        border-radius: 50%;
        font-size: .9rem;
        line-height: 17.6px;
        font-weight: 700;
        text-align: center;
        color: #0C2458;
        padding: 41px 0 0;
        position: relative;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        transform: translateZ(0);
    }

    .pTop .investigation__box dl dd ul li::before {
        position: absolute;
        content: "";
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .pTop .investigation__box dl dd ul li.st1::before {
        width: 33px;
        height: 33px;
        background: url("../image/invesIcon01.webp") 0 0 no-repeat;
        -moz-background-size: contain;
        background-size: contain;
        top: 7px;
    }

    .pTop .investigation__box dl dd ul li.st2::before {
        width: 28px;
        height: 28px;
        background: url("../image/invesIcon02.webp") 0 0 no-repeat;
        -moz-background-size: contain;
        background-size: contain;
        top: 7px;
    }

    .pTop .investigation__box dl dd ul li.st3::before {
        width: 37px;
        height: 37px;
        background: url("../image/invesIcon03.webp") 0 0 no-repeat;
        -moz-background-size: contain;
        background-size: contain;
        top: 3px;
    }

    .pTop .investigation__box .contact {
        margin-top: 16px;
        background: #fff;
        -moz-border-radius: 14.15px;
        border-radius: 14.15px;
        padding: 10px 15px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .pTop .investigation__box .contact a.line {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 352px;
        height: 73px;
        margin: 10px;
        background: -webkit-gradient(linear, left top, left bottom, from(#01DA63), to(#03B64C));
        background: -webkit-linear-gradient(top, #01DA63 0%, #03B64C 100%);
        background: -moz- oldlinear-gradient(top, #01DA63 0%, #03B64C 100%);
        background: linear-gradient(180deg, #01DA63 0%, #03B64C 100%);
        border: 1.52 pxpx solid #02BE4F;
        -moz-border-radius: 4.56px;
        border-radius: 4.56px;
        color: #fff;
        font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
        font-weight: 700;
        padding: 0 0 0 78.27px;
        position: relative;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        transform: translateZ(0);
    }

    .pTop .investigation__box .contact a.line::before, .pTop .investigation__box .contact a.line::after {
        position: absolute;
        content: "";
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .pTop .investigation__box .contact a.line::before {
        width: 43.6px;
        height: 41.54px;
        background: url("../image/invesLine.webp") 0 0 no-repeat;
        -moz-background-size: contain;
        background-size: contain;
        left: 23px;
    }

    .pTop .investigation__box .contact a.line::after {
        width: 19.67px;
        height: 19.67px;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background: #fff url("../image/invesArrow.webp") center no-repeat;
        -moz-background-size: 8px 9px;
        background-size: 8px 9px;
        right: 10.33px;
    }

    .pTop .investigation__box .contact a.line span {
        font-size: 24.33px;
        line-height: 1;
    }

    .pTop .investigation__box .contact a.line small {
        font-size: .9rem;
        line-height: 21px;
    }

    .pTop .investigation__box .contact a.tel {
        width: 352px;
        margin: 10px;
    }

    .pTop .investigation__box .contact a.tel span {
        font-size: 47px;
        line-height: 1;
        font-weight: 700;
        color: #0C2458;
        white-space: nowrap;
        display: block;
        position: relative;
        padding: 0 0 0 38px;
    }

    .pTop .investigation__box .contact a.tel span::before {
        position: absolute;
        content: "";
        width: 32.78px;
        height: 34.53px;
        background: url("../image/invesPhone.webp") 0 0 no-repeat;
        -moz-background-size: contain;
        background-size: contain;
        left: 0;
        bottom: 2px;
    }

    .pTop .investigation__box .contact a.tel small {
        font-size: 16px;
        line-height: 24px;
        font-weight: 700;
        color: #586A92;
        display: block;
        width: 100%;
        margin-top: 5px;
    }

    .pTop .worries {

        padding:100px 0px;
        background: url("../image/worriesBg.webp") 0 0 no-repeat;
        -moz-background-size: cover;
        background-size: cover;
    }

    .pTop .worries h2 {
        color: #000;
    }

    .pTop .worries h2::before {
        background: -webkit-linear-gradient(343.78deg, #285FD5 -5.18%, #AEC9FF 79.09%);
        background: -moz- oldlinear-gradient(343.78deg, #285FD5 -5.18%, #AEC9FF 79.09%);
        background: linear-gradient(106.22deg, #285FD5 -5.18%, #AEC9FF 79.09%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        -moz-background-clip: text;
        background-clip: text;
        text-fill-color: transparent;
        opacity: 0.16;
    }

    .pTop .worries__main {

    }

    .pTop .worries__main .list ul {
        position: relative;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        transform: translateZ(0);
    }

    .pTop .worries__main .list ul::before {
        position: absolute;
        content: "";
        width: 288px;
        height: 293px;
        background: url("../image/worriesMan.webp") 0 0 no-repeat;
        -moz-background-size: contain;
        background-size: contain;
        bottom: 0px;
        left: 510px;
    }

    .pTop .worries__main .list ul li {
        background: #b49f66;
        -moz-box-shadow: 0 0 8.7px rgba(0, 0, 0, 0.08);
        box-shadow: 0 0 8.7px rgba(0, 0, 0, 0.08);
        -moz-border-radius: 14.15px;
        border-radius: 14.15px;
        color: #333;
        font-size: 16px;
        line-height: 26px;
        font-weight: 700;
        position: relative;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        transform: translateZ(0);
        text-align: center;
        width: 296px;
    }

    .pTop .worries__main .list ul li::before {
        position: absolute;
        content: "";
    }

    .pTop .worries__main .list ul li.st1 {
        padding: 26px 26px 24px;
        display: block;
        margin: auto;
    }

    .pTop .worries__main .list ul li.st1::before {
        width: 43px;
        height: 18px;
        background: url("../image/worriesArrow01.png") 0 0 no-repeat;
        -moz-background-size: contain;
        background-size: contain;
        left: 42px;
        bottom: -12.5px;
    }

    .pTop .worries__main .list ul li.st2 {
        padding: 21px 27px;
        margin-top: 21px;
        margin-left: 17px;
        float: left;
    }

    .pTop .worries__main .list ul li.st2::before {
        width: 37px;
        height: 18.5px;
        background: url("../image/tz.png") 0 0 no-repeat;
        -moz-background-size: contain;
        background-size: contain;
        top: 31px;
        right: -18px;
    }

    .pTop .worries__main .list ul li.st3 {
        padding: 21px 25px 21px 29px;
        margin-top: 21px;
        margin-right: 21px;
        float: right;
    }

    .pTop .worries__main .list ul li.st3::before {
        width: 37px;
        height: 18.5px;
        background: url("../image/worriesArrow03.png") 0 0 no-repeat;
        -moz-background-size: contain;
        background-size: contain;
        top: 55px;
        left: -18px;
    }

    .pTop .worries__main .list ul li.st4 {
        padding: 21px 27px;
        margin-top: 51px;
        margin-left: 57px;
        clear: both;
        float: left;
    }

    .pTop .worries__main .list ul li.st4::before {
        width: 28px;
        height: 28px;
        background: url("../image/worriesArrow04.png") 0 0 no-repeat;
        -moz-background-size: contain;
        background-size: contain;
        top: 51.5px;
        right: -21.5px;
    }

    .pTop .worries__main .list ul li.st5 {
        float: right;
        padding: 21px 25px 21px 29px;
        margin-top: 51px;
        margin-right: 50px;
    }

    .pTop .worries__main .list ul li.st5::before {
        width: 38.5px;
        height: 18.5px;
        background: url("../image/worriesArrow05.png") 0 0 no-repeat;
        -moz-background-size: contain;
        background-size: contain;
        top: 31px;
        left: -20.5px;
    }

    .pTop .worries__main .list ul::after {
        content: "";
        clear: both;
        display: table;
    }

    .pTop .worries__main .scam {
        max-width: 731px;
        width: 100%;
        margin: 37.5px auto 0;
    }

    .pTop .worries__main .scam h3 {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: end;
        -moz-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .pTop .worries__main .scam h3::before, .pTop .worries__main .scam h3::after {
        content: "";
        width: 38px;
        height: 64px;
        background: url("../image/worriesSplash.webp") 0 0 no-repeat;
        -moz-background-size: contain;
        background-size: contain;
    }

    .pTop .worries__main .scam h3::before {
        margin-right: 51px;
    }

    .pTop .worries__main .scam h3::after {
        -webkit-transform: scaleX(-1);
        -moz-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
        transform: scaleX(-1);
        margin-left: 51px;
    }

    .pTop .worries__main .scam h3 em {
        font-style: normal;
        font-size: 24px;
        line-height: 32px;
        font-weight: 700;
        color: #2B40AA;
        text-align: center;
    }

    .pTop .worries__main .scam h3 em span {
        color: #FF5E00;
    }

    .pTop .worries__main .scam .box {
        margin-top: 6px;
        padding: 40px 32px 24px 30px;
        text-align: center;
        font-size:17px;
        line-height:28px;
        font-weight: 500;
        color: #000;
        background: url("../image/worriesScam.webp") 0 0 no-repeat;
        -moz-background-size: 100% 100%;
        background-size: 100% 100%;
    }

    .pTop .worries__main .scam .box span {
        display: inline;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(180, 159, 102, 0)), color-stop(70%, rgba(180, 159, 102, 0)), color-stop(70%, #b49f66), to(#b49f66));
        font-size: 1.1rem;
        font-weight: bold;
        line-height:1.5;
    }

    .pTop .advice {
        position: relative;
        z-index: 3;
        padding-bottom: 79px;
        background: #fff url("../image/adviceBg.webp") right bottom no-repeat;
        -moz-background-size: 702px 693px;
        background-size: 702px 693px;
    }

    .pTop .advice__title {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.25));
        filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.25));
    }

    .pTop .advice__title--inner {
        margin-top: -67px;
        background: -webkit-linear-gradient(332.38deg, #FF8802 14.42%, #FFB401 87.21%);
        background: -moz- oldlinear-gradient(332.38deg, #FF8802 14.42%, #FFB401 87.21%);
        background: linear-gradient(117.62deg, #FF8802 14.42%, #FFB401 87.21%);
        padding: 32px 72px 66px;
        clip-path: polygon(0 0, 100% 0, 100% 69.8324%, 50% 100%, 0 69.8324%);
        text-align: center;
        color: #fff;
    }

    .pTop .advice__title--inner span {
        font-size: 24px;
        line-height: 29px;
        font-weight: 700;
    }

    .pTop .advice__title--inner h2 {
        font-size: 38px;
        line-height: 46px;
        font-weight: 700;
    }

    .pTop .advice__caution {
        margin-top: 46px;
        position: relative;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        transform: translateZ(0);
        padding: 92px 0 0;
        text-align: center;
        font-size: 16px;
        line-height: 28px;
        font-weight: 500;
        color: #000;
    }

    .pTop .advice__caution::before {
        position: absolute;
        content: "";
        width: 79px;
        height: 72px;
        background: url("../image/adviceCaution.webp") 0 0 no-repeat;
        -moz-background-size: contain;
        background-size: contain;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 0;
    }

    .pTop .advice__table {
        margin-top: 36px;
        max-width: 1006px;
    }

    .pTop .advice__table table {
        width: 100%;
        border-collapse: collapse;
        border: 3px solid #fff;
    }

    .pTop .advice__table table th, .pTop .advice__table table td {
        border: 1.5px solid #fff;
    }

    .pTop .advice__table table thead tr th {
        background: #2B40AA;
        text-align: center;
        font-size: 16px;
        line-height: 28px;
        padding: 14px 0;
        color: #fff;
        font-weight: 700;
        width: 283px;
    }

    .pTop .advice__table table thead tr th:nth-of-type(1) {
        width: 143px;
    }

    .pTop .advice__table table tbody tr td {
        background: #EBEBEB;
        font-size: .9rem;
        line-height: 23px;
        font-weight: 500;
        color: #000;
        vertical-align: middle;
        padding: 23px 0 21px;
    }

    .pTop .advice__table table tbody tr td:nth-of-type(1) {
        text-align: center;
    }

    .pTop .advice__table table tbody tr td:nth-of-type(2) {
        padding-left: 30px;
        padding-right: 23px;
    }

    .pTop .advice__table table tbody tr td:nth-of-type(3) {
        padding-left: 25px;
        padding-right: 19px;
    }

    .pTop .advice__table table tbody tr td:nth-of-type(4) {
        padding-left: 25px;
        padding-right: 14px;
    }

    .pTop .advice__table table tbody tr td > span {
        position: relative;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        transform: translateZ(0);
        display: inline-block;
        font-size: 16px;
        line-height: 28px;
    }

    .pTop .advice__table table tbody tr td > span::after {
        position: absolute;
        content: "";
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        pointer-events: none;
        z-index: -1;
    }

    .pTop .advice__table table tbody tr td ul li {
        padding: 0 0 0 12px;
        position: relative;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        transform: translateZ(0);
    }

    .pTop .advice__table table tbody tr td ul li::before {
        position: absolute;
        content: "・";
        font-size: .9rem;
        line-height: 23px;
        font-weight: 500;
        top: 0;
        left: 0;
    }

    .pTop .advice__table table tbody tr td ul li.color {
        color: #EC2E2E;
    }

    .pTop .advice__table table tbody tr td ul li span {
        color: #EC2E2E;
    }

    .pTop .advice__table table tbody tr.st1 td > span::after, .pTop .advice__table table tbody tr.st2 td > span::after {
        width: 82.5px;
        height: 71.5px;
        background: url("../image/adviceTriangle.webp") 0 0 no-repeat;
        -moz-background-size: contain;
        background-size: contain;
    }

    .pTop .advice__table table tbody tr.st3 td > span::after {
        width: 66px;
        height: 66px;
        background: url("../image/adviceCircle.webp") 0 0 no-repeat;
        -moz-background-size: contain;
        background-size: contain;
        opacity: 0.21;
    }

    .pTop .advice__table table tbody tr.st4 td {
        background: #EA6C23;
        color: #fff;
    }

    .pTop .advice__table table tbody tr.st4 td > span {
        font-size: 20px;
        line-height: 28px;
    }

    .pTop .advice__table table tbody tr.st4 td > span::after {
        width: 92px;
        height: 92px;
        background: url("../image/adviceCircle2.webp") 0 0 no-repeat;
        -moz-background-size: contain;
        background-size: contain;
        opacity: 0.21;
    }

    .pTop .advice__note {
        text-align: center;
        margin-top: 39px;
        font-size: 24px;
        line-height: 36px;
        font-weight: 500;
        color: #000;
    }

    .pTop .recover {
        position: relative;
        z-index: 5;
        background: #EDF8FD;
    }

    .pTop .recover::before {
        position: absolute;
        content: "";
        width: 413px;
        height: 87px;
        background: url("../image/recoverArrow.webp") 0 0 no-repeat;
        -moz-background-size: contain;
        background-size: contain;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        top: -35px;
    }

    .pTop .recover__main {
        position: relative;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        transform: translateZ(0);
        padding-top: 88px;
        padding-bottom: 44px;
    }

    .pTop .recover__main::before {
        position: absolute;
        content: "";
        width: 184px;
        height: 184px;
        background: url("../image/recoverIllus.webp") 0 0 no-repeat;
        -moz-background-size: contain;
        background-size: contain;
        right: 0;
        top: -68px;
    }

    .pTop .recover__main .intro {
        text-align: center;
        font-size: 24px;
        line-height: 36px;
        font-weight: 700;
        color: #2538A2;
    }

    .pTop .recover__main .mess {
        margin-top: 24px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .pTop .recover__main .mess figure {
        width: 129px;
        border: 3px solid #fff;
        -moz-border-radius: 50%;
        border-radius: 50%;
        margin-right: 8px;
    }

    .pTop .recover__main .mess figure img {
        width: 123px;
        height: 123px;
        object-fit: cover;
    }

    .pTop .recover__main .mess .txt {
        width: 526px;
        position: relative;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        transform: translateZ(0);
        padding: 28px 22px 27px 66px;
        font-size: 18px;
        line-height: 27px;
        font-weight: 700;
        color: #000;
    }

    .pTop .recover__main .mess .txt::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        background: url("../image/recoverMess.webp") 0 0 no-repeat;
        -moz-background-size: 100% 100%;
        background-size: 100% 100%;
        -webkit-filter: drop-shadow(0 0 9.9px rgba(0, 0, 0, 0.08));
        filter: drop-shadow(0 0 9.9px rgba(0, 0, 0, 0.08));
        top: 0;
        left: 0;
        z-index: -1;
    }

    .pTop .recover__main .mess .txt::after {
        position: absolute;
        content: "";
        width: 46.24px;
        height: 57.4px;
        background: url("../image/recoverIllus02.webp") 0 0 no-repeat;
        -moz-background-size: contain;
        background-size: contain;
        -webkit-transform: rotate(70.87deg);
        -moz-transform: rotate(70.87deg);
        -ms-transform: rotate(70.87deg);
        transform: rotate(70.87deg);
        right: 11.19px;
        top: -5.45px;
    }

    .pTop .recover__main .focus {
        margin-top: 37px;
        text-align: center;
        font-size: 32.67px;
        line-height: 49px;
        font-weight: 700;
        color: #EA6C23;
    }

    .pTop .recover__main .focus span {
        display: inline-block;
        padding: 0 51px 0 0;
        position: relative;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        transform: translateZ(0);
    }

    .pTop .recover__main .focus span::after {
        position: absolute;
        content: "";
        width: 51px;
        height: 54px;
        background: url("../image/recoverLight.webp") 0 0 no-repeat;
        -moz-background-size: contain;
        background-size: contain;
        right: 0;
        top: -9px;
    }

    .pTop .victim {
        background: #5578E5;
        padding: 62px 0 73px;
    }

    .pTop .victim__title {
        text-align: center;
        line-height: 0;
    }

    .pTop .victim__title span {
        font-size: 24px;
        line-height: 29px;
        font-weight: 700;
        color: #5578E5;
        background: #fff;
        padding: 6px 15px;
        -moz-border-radius: 20.5px;
        border-radius: 20.5px;
        position: relative;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        transform: translateZ(0);
        display: inline-block;
    }

    .pTop .victim__title span::after {
        position: absolute;
        content: "";
        width: 16px;
        height: 16px;
        background: #fff;
        left: 50%;
        -webkit-transform: translateX(-50%) rotate(45deg);
        -moz-transform: translateX(-50%) rotate(45deg);
        -ms-transform: translateX(-50%) rotate(45deg);
        transform: translateX(-50%) rotate(45deg);
        bottom: -6px;
    }

    .pTop .victim__title h2 {
        font-size: 38px;
        line-height: 46px;
        font-weight: 900;
        color: #fff;
        margin-top: 17px;
    }

    .pTop .victim__box {
        max-width: 850px;
        width: 100%;
        margin: 32px auto 0;
        background: #fff;
        -moz-border-radius: 14.15px;
        border-radius: 14.15px;
        padding: 37px 82px 29px;
    }

    .pTop .victim__box > figure {
        margin-left: -2px;
    }

    .pTop .victim__box > figure img {
        width: 100%;
        height: auto;
    }

    .pTop .victim__box--note {
        margin-left: -39px;
        margin-top: 18px;
        font-size: .9rem;
        line-height: 17px;
        font-weight: 500;
        color: #000000;
    }

    .pTop .victim__box--mess {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -moz-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .pTop .victim__box--mess figure {
        width: 148px;
        margin-right: 48px;
    }

    .pTop .victim__box--mess .txt {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        background: #DCF2FF;
        -moz-border-radius: 7px;
        border-radius: 7px;
        font-size: 18px;
        line-height: 34px;
        font-weight: 500;
        color: #1D1D1D;
        padding: 28px 22px 20px 30px;
        position: relative;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        transform: translateZ(0);
    }

    .pTop .victim__box--mess .txt::before {
        position: absolute;
        content: "";
        width: 42px;
        height: 21.17px;
        background: url("../image/victimArrow.webp") 0 0 no-repeat;
        -moz-background-size: contain;
        background-size: contain;
        top: 21.17px;
        left: -36px;
    }

    .pTop .investigation2 {
        padding: 69px 0 50px;
    }

    .pTop .investigation2 h2 {
        z-index: 3;
    }

    .pTop .investigation2 h2::before {
        z-index: 3;
    }

    .pTop .investigation2 h2 span {
        display: inline-block;
        position: relative;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        transform: translateZ(0);
    }

    .pTop .investigation2 h2 span::after {
        position: absolute;
        content: "";
        width: -webkit-calc(100% + 47px);
        width: -moz-calc(100% + 47px);
        width: calc(100% + 47px);
        height: 85px;
        background: #fff;
        -moz-border-radius: 14.15px;
        border-radius: 14.15px;
        left: -28px;
        bottom: -14px;
        z-index: -1;
        pointer-events: none;
    }

    .pTop .investigation2 .box {
        position: relative;
        z-index: 2;
        max-width: 850px;
        margin: -21px auto 0;
        background: -webkit-linear-gradient(350.1deg, #22349D 0.63%, #587DEA 100%);
        background: -moz- oldlinear-gradient(350.1deg, #22349D 0.63%, #587DEA 100%);
        background: linear-gradient(99.9deg, #22349D 0.63%, #587DEA 100%);
        -moz-border-radius: 14.15px;
        border-radius: 14.15px;
        padding: 63px 51px 37px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media screen and (min-width: 769px) and (max-width: 880px) {
    .pTop .investigation2 .box {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (min-width: 769px), print {
    .pTop .investigation2 .box .intro {
        width: 100%;
        text-align: center;
        color: #fff;
        font-size: 20px;
        line-height: 1.5;
        font-weight: 900;
        margin-bottom: 28px;
    }

    .pTop .investigation2 .box .list {
        width: 260px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 -4.5px;
    }

    .pTop .investigation2 .box .list dl {
        width: 121px;
        height: 121px;
        background: #fff;
        -moz-border-radius: 50%;
        border-radius: 50%;
        padding: 34px 0 0;
        position: relative;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        transform: translateZ(0);
        margin: 0 4.5px;
    }

    .pTop .investigation2 .box .list dl::before {
        position: absolute;
        content: "";
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .pTop .investigation2 .box .list dl dt {
        text-align: center;
        font-size: .875rem;
        line-height: 16px;
        font-weight: 700;
        color: #0C2458;
    }

    .pTop .investigation2 .box .list dl dd {
        margin-top: 8px;
        font-size: 26px;
        line-height: 16px;
        font-weight: 700;
        color: #0C2458;
        text-align: center;
    }

    .pTop .investigation2 .box .list dl dd .zero {
        text-align: center;
        font-size: 52px;
        line-height: 16px;
    }

    .pTop .investigation2 .box .list dl dd .zero small {
        font-size: 20px;
        line-height: 16px;
    }

    .pTop .investigation2 .box .list dl.st1 {
        margin: 0 9px;
    }

    .pTop .investigation2 .box .list dl.st1::before {
        width: 29px;
        height: 29px;
        background: url("../image/invesIcon04.webp") 0 0 no-repeat;
        -moz-background-size: contain;
        background-size: contain;
        top: 3px;
    }

    .pTop .investigation2 .box .list dl.st1 dd {
        margin-top: 13px;
    }

    .pTop .investigation2 .box .list dl.st2::before {
        width: 32px;
        height: 32px;
        background: url("../image/invesIcon05.webp") 0 0 no-repeat;
        -moz-background-size: contain;
        background-size: contain;
        top: 2px;
    }

    .pTop .investigation2 .box .list dl.st3::before {
        width: 26px;
        height: 26px;
        background: url("../image/invesIcon06.webp") 0 0 no-repeat;
        -moz-background-size: contain;
        background-size: contain;
        top: 6px;
    }

    .pTop .investigation2 .box .contact {
        width: 459px;
        background: #fff;
        -moz-border-radius: 14.15px;
        border-radius: 14.15px;
        padding: 33px 28px 30px 36px;
        margin-left: 37px;
    }

    .pTop .investigation2 .box .contact a.line {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        height: 73px;
        background: -webkit-gradient(linear, left top, left bottom, from(#01DA63), to(#03B64C));
        background: -webkit-linear-gradient(top, #01DA63 0%, #03B64C 100%);
        background: -moz- oldlinear-gradient(top, #01DA63 0%, #03B64C 100%);
        background: linear-gradient(180deg, #01DA63 0%, #03B64C 100%);
        border: 1.52 pxpx solid #02BE4F;
        -moz-border-radius: 4.56px;
        border-radius: 4.56px;
        color: #fff;
        font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
        font-weight: 700;
        padding: 0 0 0 78.27px;
        position: relative;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        transform: translateZ(0);
    }

    .pTop .investigation2 .box .contact a.line::before, .pTop .investigation2 .box .contact a.line::after {
        position: absolute;
        content: "";
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .pTop .investigation2 .box .contact a.line::before {
        width: 47px;
        height: 45px;
        background: url("../image/invesLine.webp") 0 0 no-repeat;
        -moz-background-size: contain;
        background-size: contain;
        left: 17px;
    }

    .pTop .investigation2 .box .contact a.line::after {
        width: 19.67px;
        height: 19.67px;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background: #fff url("../image/invesArrow.webp") center no-repeat;
        -moz-background-size: 8px 9px;
        background-size: 8px 9px;
        right: 12.33px;
    }

    .pTop .investigation2 .box .contact a.line span {
        font-size: 30px;
        line-height: 1;
    }

    .pTop .investigation2 .box .contact a.line small {
        font-size: .9rem;
        line-height: 21px;
    }

    .pTop .investigation2 .box .contact a.tel {
        width: 100%;
        margin-top: 14px;
        display: block;
    }

    .pTop .investigation2 .box .contact a.tel span {
        font-size: 47px;
        line-height: 1;
        font-weight: 700;
        color: #0C2458;
        white-space: nowrap;
        display: block;
        position: relative;
        padding: 0 0 0 38px;
    }

    .pTop .investigation2 .box .contact a.tel span::before {
        position: absolute;
        content: "";
        width: 32.78px;
        height: 34.53px;
        background: url("../image/invesPhone.webp") 0 0 no-repeat;
        -moz-background-size: contain;
        background-size: contain;
        left: 0;
        bottom: 2px;
    }

    .pTop .investigation2 .box .contact a.tel small {
        font-size: 16px;
        line-height: 24px;
        font-weight: 900;
        color: #586A92;
        display: block;
        width: 100%;
        margin-top: 5px;
    }

    .pTop .strength {
        padding: 102px 0 99px;
        background: #EDF8FD;
    }

    .pTop .strength h2 {
        color: #2B40AA;
    }

    .pTop .strength h2::before {
        opacity: 0.16;
    }

    .pTop .strength__list {
        margin-top: 0px;
        counter-reset: ar;
    }

    .pTop .strength__list article {
        counter-increment: ar;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        margin: -18px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
}

@media screen and (min-width: 769px) and (max-width: 1000px) {
    .pTop .strength__list article {
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media screen and (min-width: 769px), print {
    .pTop .strength__list article .arCon {
        width: 526px;
        margin: 18px;
    }

    .pTop .strength__list article .arCon h3 {
        font-size: 28px;
        line-height: 40px;
        font-weight: 700;
        color: #b49f66;
        position: relative;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        transform: translateZ(0);
        padding: 93px 0 0;
    }

    .pTop .strength__list article .arCon h3::before {
        position: absolute;
        content: counter(ar, decimal-leading-zero);
        font-size: 92.69px;
        line-height: 93px;
        font-family: 'BebasNeueBold';
        background: linear-gradient(270deg, rgb(148, 129, 76) 0%, rgb(207, 185, 125) 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        -moz-background-clip: text;
        background-clip: text;
        text-fill-color: transparent;
        top: 0;
        left: 0;
    }

    .pTop .strength__list article .arCon .txt {
        font-size: 16px;
        line-height: 28px;
        font-weight: 500;
        color: #000;
        margin-top: 13px;
    }

    .pTop .strength__list article figure {
        width: 438px;
        margin: 18px;
    }

    .pTop .strength__list article figure img {
        width: 100%;
        height: 311px;
        object-fit: cover;
        -moz-border-radius: 40px 0 40px 0;
        border-radius: 40px 0 40px 0;
        -webkit-filter: drop-shadow(-16px 15px 0 rgba(40, 95, 213, 0.27));
        filter: drop-shadow(-16px 15px 0 rgba(40, 95, 213, 0.27));
    }

    .pTop .strength__list article:nth-of-type(even) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -moz-box-orient: horizontal;
        -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        padding-left: 13px;
        margin-left: -11.5px;
        margin-right: -11.5px;
    }

    .pTop .strength__list article:nth-of-type(even) .arCon {
        margin: 18px 11.5px;
    }

    .pTop .strength__list article:nth-of-type(even) figure {
        margin: 18px 11.5px;
    }

    .pTop .strength__list article + article {
        margin-top: 34px;
    }

    .pTop .strength__end {
        max-width: 699px;
        width: 100%;
        margin: 53px auto 0;
        position: relative;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        transform: translateZ(0);
        padding: 21px 34px 28px;
    }

    .pTop .strength__end::before, .pTop .strength__end::after {
        position: absolute;
        content: "";
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .pTop .strength__end::before {
        border: 3px solid #2538A2;
        z-index: -2;
        width: 100%;
        height: 100%;
    }

    .pTop .strength__end::after {
        background: #EDF8FD;
        width: -webkit-calc(100% - 30px);
        width: -moz-calc(100% - 30px);
        width: calc(100% - 30px);
        height: -webkit-calc(100% + 6px);
        height: -moz-calc(100% + 6px);
        height: calc(100% + 6px);
        z-index: -1;
    }

    .pTop .strength__end h3 {
        text-align: center;
        font-size: 30px;
        line-height: 42px;
        font-weight: 700;
        color: #2538A2;
    }

    .pTop .strength__end h3 span {
        display: inline;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(70%, rgba(255, 255, 255, 0)), color-stop(70%, #fbff00), to(#fbff00));
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 70%, #fbff00 70%, #fbff00 100%);
        background: -moz- oldlinear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 70%, #fbff00 70%, #fbff00 100%);
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 70%, #fbff00 70%, #fbff00 100%);
        color: #EA6C23;
    }

    .pTop .strength__end figure {
        width: 100%;
        margin-top: 23px;
    }

    .pTop .strength__end .txt {
        font-size: 16px;
        line-height: 28px;
        font-weight: 500;
        margin-top: 19px;
    }

    .pTop .case {
        padding: 57px 0 26px;
        background: -webkit-linear-gradient(350.1deg, #22349D 0.63%, #587DEA 100%);
        background: -moz- oldlinear-gradient(350.1deg, #22349D 0.63%, #587DEA 100%);
        background: linear-gradient(99.9deg, #22349D 0.63%, #587DEA 100%);
    }

    .pTop .case__title {
        text-align: center;
        line-height: 0;
    }

    .pTop .case__title span {
        font-size: 24px;
        line-height: 29px;
        font-weight: 700;
        color: #3A55BF;
        background: #fff;
        padding: 6px 15px;
        -moz-border-radius: 20.5px;
        border-radius: 20.5px;
        position: relative;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        transform: translateZ(0);
        display: inline-block;
    }

    .pTop .case__title span::after {
        position: absolute;
        content: "";
        width: 16px;
        height: 16px;
        background: #fff;
        left: 50%;
        -webkit-transform: translateX(-50%) rotate(45deg);
        -moz-transform: translateX(-50%) rotate(45deg);
        -ms-transform: translateX(-50%) rotate(45deg);
        transform: translateX(-50%) rotate(45deg);
        bottom: -6px;
    }

    .pTop .case__title h2 {
        font-size: 38px;
        line-height: 46px;
        font-weight: 900;
        color: #fff;
        margin-top: 17px;
    }

    .pTop .case__main {
        margin-top: 32px;
    }

    .pTop .case__main--slider {
        margin-left: -10px;
        margin-right: -10px;
    }

    .pTop .case__main--slider .slick-track {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }

    .pTop .case__main--slider article {
        width: 340px;
        padding: 34px 10px 0;
        height: auto;
    }

    .pTop .case__main--slider article .arMain {
        background: #fff;
        -moz-border-radius: 14.15px;
        border-radius: 14.15px;
        position: relative;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        transform: translateZ(0);
        padding: 47px 22px 19px;
        height: 100%;
    }

    .pTop .case__main--slider article .arMain::before, .pTop .case__main--slider article .arMain::after {
        position: absolute;
        width: 67px;
        height: 67px;
        -moz-border-radius: 50%;
        border-radius: 50%;
        top: -34px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        text-align: center;
        color: #3A55BF;
    }

    .pTop .case__main--slider article .arMain::before {
        content: "事例";
        font-size: .9rem;
        line-height: 20px;
        padding-top: 12px;
        font-weight: 700;
        border: 2px solid #3249B3;
        background: #fff;
        z-index: -2;
    }

    .pTop .case__main--slider article .arMain::after {
        content: attr(data-num);
        font-size: 34.46px;
        line-height: 1;
        font-family: 'BebasNeueBold';
        font-weight: 700;
        padding-top: 32px;
        z-index: -1;
    }

    .pTop .case__main--slider article .arMain .title span {
        font-size: .9rem;
        line-height: 17px;
        font-weight: 500;
        color: rgba(0, 0, 0, 0.47);
    }

    .pTop .case__main--slider article .arMain .title h3 {
        font-size: 20px;
        line-height: 24px;
        font-weight: 700;
        color: #000;
        margin-top: 4px;
    }

    .pTop .case__main--slider article .arMain figure {
        width: 100%;
        margin-top: 8px;
    }

    .pTop .case__main--slider article .arMain figure img {
        width: 100%;
        height: 128px;
        object-fit: cover;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

    .pTop .case__main--slider article .arMain h4 {
        font-size: 16px;
        line-height: 19px;
        font-weight: 700;
        color: #3A55BF;
        margin-top: 26px;
        min-height: 38px;
    }

    .pTop .case__main--slider article .arMain .txt {
        font-size: .9rem;
        line-height: 23px;
        font-weight: 500;
        color: #000;
        margin-top: 12px;
    }

    .pTop .case__main--slider article .arMain .txt span {
        color: #EA6C23;
    }

    .pTop .case__main--note {
        margin-top: 14px;
        text-align: center;
        font-size: .9rem;
        line-height: 23px;
        font-weight: 500;
        color: #fff;
    }

    .pTop .work {
        background: url("../image/workBg.webp") 0 0 no-repeat;
        -moz-background-size: cover;
        background-size: cover;
        padding: 80px 0 50px;
    }

    .pTop .work h2 {
        color: #2B40AA;
    }

    .pTop .work h2::before {
        opacity: 0.16;
    }

    .pTop .work__list {
        max-width: 1000px;
        width: 100%;
        margin: 44px auto 0;
    }

    .pTop .work__list ul {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: -10.5px 0;
    }

    .pTop .work__list ul li {
        width: 415px;
        margin: 10.5px 16px;
        background: #fff;
        -moz-border-radius: 16px;
        border-radius: 16px;
        -moz-box-shadow: 0 0 17.5px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 17.5px rgba(0, 0, 0, 0.1);
        position: relative;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        transform: translateZ(0);
        padding: 26px 0px 0px 19px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -moz-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    /* .pTop .work__list ul li::before {position:absolute;content:attr(data-title);font-size:20px;line-height:24px;font-weight:700;padding:10px 17px 12px 16px;background:#4360CC;-moz-border-radius:16px 0 16px 0;border-radius:16px 0 16px 0;top:0;left:0;color:#fff;}
  */
    .pTop .work__list ul li dl {
        padding-bottom: 13.6px;
    }

    .pTop .work__list ul li dl dt span {
        font-size: 15.35px;
        line-height: 1;
        display: -webkit-inline-box;
        display: -moz-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        color: #fff;
        padding: 0px 13px 2px;
        -moz-border-radius: 12.79px;
        border-radius: 12.79px;
        background: #343434;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 25.58px;
    }

    .pTop .work__list ul li dl dd {
        margin-top: 6px;
        display: -webkit-inline-box;
        display: -moz-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: end;
        -moz-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .pTop .work__list ul li dl dd span {
        background: -webkit-linear-gradient(332.38deg, #FF8802 14.42%, #FFB401 87.21%);
        background: -moz- oldlinear-gradient(332.38deg, #FF8802 14.42%, #FFB401 87.21%);
        background: linear-gradient(117.62deg, #FF8802 14.42%, #FFB401 87.21%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        -moz-background-clip: text;
        background-clip: text;
        text-fill-color: transparent;
        font-size: 48.22px;
        line-height: 1;
        font-family: 'BebasNeueBold';
        vertical-align: bottom;
    }

    .pTop .work__list ul li dl dd::after {
        content: "万円";
        font-size: 27.85px;
        line-height: 33px;
        font-weight: 700;
        color: #343434;
        margin-left: 3px;
        margin-bottom: 7px;
    }

    .pTop .work__list ul li dl:nth-of-type(2) {
        margin-left: 56.46px;
        position: relative;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        transform: translateZ(0);
        margin-bottom: -3px;
        padding-bottom: 0;
    }

    .pTop .work__list ul li dl:nth-of-type(2)::before {
        position: absolute;
        content: "";
        width: 52.32px;
        height: 69.04px;
        background: url("../image/workArrow.webp") 0 0 no-repeat;
        -moz-background-size: contain;
        background-size: contain;
        -webkit-transform: rotate(105deg);
        -moz-transform: rotate(105deg);
        -ms-transform: rotate(105deg);
        transform: rotate(105deg);
        top: 27.97px;
        left: -70.05px;
    }

    .pTop .work__list ul li dl:nth-of-type(2) dt span {
        background: #22349D;
        font-size: 17.21px;
        line-height: 1;
        padding: 0px 15px 3px;
        -moz-border-radius: 14.34px;
        border-radius: 14.34px;
        height: 28.68px;
    }

    .pTop .work__list ul li dl:nth-of-type(2) dd {
        margin-top: 5px;
    }

    .pTop .work__list ul li dl:nth-of-type(2) dd span {
        font-size: 107px;
    }

    .pTop .work__list ul li dl:nth-of-type(2) dd::after {
        margin-bottom: 26.58px;
    }

    .pTop .work__note {
        text-align: center;
        font-size: .9rem;
        line-height: 23px;
        font-weight: 500;
        color: #000;
        margin-top: 24px;
    }

    .pTop .flow {
        background: url("../image/flowGrid.webp") 0 0 repeat;
        padding: 81px 0 90px;
        border-top: 6px solid #4866D1;
    }

    .pTop .flow h2 {
        color: #2B40AA;
    }

    .pTop .flow h2::before {
        opacity: 0.16;
    }

    .pTop .flow__main {
        max-width: 1000px;
        counter-reset: ar;
        position: relative;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        transform: translateZ(0);
        margin: 0 auto;
    }

    .pTop .flow__main::after {
        position: absolute;
        content: "";
        width: 5px;
        height: 100%;
        top: 0;
        left: 141px;
        background: #b49f66;
    }

    .pTop .flow__main article {
        background: #fff;
        -moz-border-radius: 10px;
        border-radius: 10px;
        -moz-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.25);
        box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.25);
        padding: 25px 30px 27px 177px;
        position: relative;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        transform: translateZ(0);
        counter-increment: ar;
    }

    .pTop .flow__main article + article {
        margin-top:20px;
    }

    .pTop .flow__main article::before, .pTop .flow__main article::after {
        position: absolute;
        width: 58px;
        height: 58px;
        -moz-border-radius: 50%;
        border-radius: 50%;
        color: #333;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 41px;
        font-family: 'DIN2014';
        font-weight: 700;
        text-align: center;
    }

    .pTop .flow__main article::before {
        background: #b49f66;
        content: "STEP";
        font-size: 9.5px;
        line-height: 10px;
        padding-top: 12px;
        z-index: -2;
    }

    .pTop .flow__main article::after {
        content: counter(ar, decimal-leading-zero);
        font-size: 24.92px;
        line-height: 20px;
        letter-spacing: -0.03em;
        padding-top: 23px;
        z-index: -1;
    }

    .pTop .flow__main article h3 {
        font-size: 20px;
        line-height: 20px;
        font-weight:400;
        color: #b49f66;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }


    .pTop .flow__main article .txt {
        font-size:.95rem;
        line-height:1.8;
        font-weight: 400;
        color: #2F2F2F;
        margin-top:15px;
    }

    .pTop .price {
        background: #EDF8FD;
        padding: 66px 0 49px;
        overflow: hidden;
    }

    .pTop .price h2 {
        color: #fff;
    }

    .pTop .price h2::before {
        background: #fff;
        -moz-background-clip: text;
        background-clip: text;
        opacity: 0.24;
    }

    .pTop .price h2::after {
        content: "";
        position: absolute;
        width: 425.45px;
        height: 383.38px;
        background: -webkit-linear-gradient(332.38deg, #FF8802 14.42%, #FFB401 87.21%);
        background: -moz- oldlinear-gradient(332.38deg, #FF8802 14.42%, #FFB401 87.21%);
        background: linear-gradient(117.62deg, #FF8802 14.42%, #FFB401 87.21%);
        border: 4.6px solid #FFDF9B;
        -moz-box-shadow: 0px 3.12px 13.71px rgba(0, 0, 0, 0.25);
        box-shadow: 0px 3.12px 13.71px rgba(0, 0, 0, 0.25);
        -moz-border-radius: 50%;
        border-radius: 50%;
        top: -257.69px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: -1;
    }

    .pTop .price__list {
        margin-top: 128px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .pTop .price__list dl {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .pTop .price__list dl dt {
        color: #fff;
        background: #4A6AD6;
        display: -webkit-inline-box;
        display: -moz-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 163px;
        height: 62px;
        -moz-border-radius: 6.95px;
        border-radius: 6.95px;
        font-size: 19.47px;
        line-height: 1;
        font-weight: 700;
        position: relative;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        transform: translateZ(0);
    }

    .pTop .price__list dl dt::after {
        position: absolute;
        content: "";
        width: 18.08px;
        height: 9.04px;
        background: #4A6AD6;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: -9px;
        clip-path: polygon(0 0, 100% 0, 50% 100%);
    }

    .pTop .price__list dl dd {
        text-align: center;
        line-height: 0;
        margin-top: 24px;
    }

    .pTop .price__list dl dd img {
        width: 164px;
        height: auto;
    }

    .pTop .price__list dl dd.st2 img {
        width: 236.5px;
    }

    .pTop .price__list dl.st2 dt {
        width: 221px;
    }

    .pTop .price__list dl:nth-of-type(2) {
        margin: 0 65px 0 65px;
    }

    .pTop .price__note {
        margin-top: 38px;
        text-align: center;
        font-size: 18px;
        line-height: 32px;
        font-weight: 500;
        color: #000;
    }

    .pTop .faq {
        padding: 78px 0 50px;
    }

    .pTop .faq h2 {
        color: #2B40AA;
    }

    .pTop .faq h2::before {
        opacity: 0.16;
    }

    .pTop .faq__list {
        margin-top: 40px;
        max-width: 703px;
    }

    .pTop .faq__list dl {
        background: #F4F4F4;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }

    .pTop .faq__list dl dt {
        font-size: 18px;
        line-height: 24px;
        font-weight: 700;
        color: #fff;
        position: relative;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        transform: translateZ(0);
        -moz-border-radius: 10px;
        border-radius: 10px;
        padding: 20px 60px 16px 63px;
        background: #2B40AA;
        cursor: pointer;
    }

    .pTop .faq__list dl dt::before {
        position: absolute;
        content: "Q";
        font-size: 24px;
        line-height: 26px;
        font-weight: 700;
        color: #fff;
        left: 32.04px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .pTop .faq__list dl dt::after {
        position: absolute;
        content: "";
        width: 20.5px;
        height: 21.5px;
        background: url("../image/faqPlus.webp") 0 0 no-repeat;
        -moz-background-size: contain;
        background-size: contain;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 27.71px;
        -webkit-transform-origin: 50% 50%;
        -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .pTop .faq__list dl dt.active::after {
        -webkit-transform: translateY(-50%) rotate(45deg);
        -moz-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
        transform: translateY(-50%) rotate(45deg);
    }

    .pTop .faq__list dl dd {
        font-size: 16px;
        line-height: 26px;
        font-weight: 500;
        color: #474747;
        padding: 19px 32px;
        display: none;
    }

    .pTop .faq__list dl + dl {
        margin-top: 14px;
    }

    .pTop .company {
        background: url("../image/companyBg.webp") 0 0 no-repeat;
        -moz-background-size: cover;
        background-size: cover;
        padding: 80px 0 61px;
    }

    .pTop .company h2 {
        color: #2B40AA;
    }

    .pTop .company h2::before {
        opacity: 0.16;
    }

    .pTop .company__main {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 50px;
    }

    .pTop .company__main .info {
        width: 414px;
        margin: 0 21.5px;
        padding: 10px 0 33px;
    }

    .pTop .company__main .info dl {
        border-bottom: 1px solid #000000;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 16px;
        line-height: 26px;
        color: #000;
        padding: 25px 0 21px;
    }

    .pTop .company__main .info dl dt {
        font-weight: 700;
        width: 97px;
    }

    .pTop .company__main .info dl dd {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .pTop .company__main figure {
        width: 412px;
        margin: 0 21.5px;
        background: #fff;
        padding: 8px;
    }

    .pTop .company__main figure img {
        width: 100%;
        height: auto;
    }

    .pTop .investigation2.st2 {
        padding-top: 50px;
        padding-bottom: 0;
    }

    .pTop .investigation2.st2 h2 {
        display: none;
    }

    .pTop .investigation2.st2 .box {
        margin-top: 0;
        padding-top: 32px;
    }

    .pChild__main--content {
        padding: 80px 0 0;
    }

    .pChild__main--content h2 {
        text-align: center;
        font-size: 30px;
        line-height: 43px;
        font-weight: 900;
        color: #2B40AA;
        margin-bottom: 43px;
    }

    .pChild__main--content .btnBack {
        text-align: center;
        margin-top: 80px;
    }

    .pChild__main--content .btnBack a {
        display: -webkit-inline-box;
        display: -moz-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 309px;
        height: 73px;
        -moz-border-radius: 4.56px;
        border-radius: 4.56px;
        background: -webkit-gradient(linear, left top, left bottom, from(#587CE8), to(#283DA6));
        background: -webkit-linear-gradient(top, #587CE8 0%, #283DA6 100%);
        background: -moz- oldlinear-gradient(top, #587CE8 0%, #283DA6 100%);
        background: linear-gradient(180deg, #587CE8 0%, #283DA6 100%);
        border: 1.52px solid #283CA5;
        color: #fff;
        font-size: 24.33px;
        line-height: 37px;
        font-weight: bold;
        font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
        position: relative;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        transform: translateZ(0);
    }

    .pChild__main--content .btnBack a::before {
        position: absolute;
        content: "";
        width: 19.67px;
        height: 19.67px;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background: url("../image/arrowBack.webp") 0 0 no-repeat;
        -moz-background-size: contain;
        background-size: contain;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 20px;
    }

    .pChild__main--content .law {
        max-width: 850px;
    }

    .pChild__main--content .law dl {
        font-size: 16px;
        line-height: 24px;
        color: #000;
    }

    .pChild__main--content .law dl dt {
        font-weight: 700;
    }

    .pChild__main--content .law dl dd {
        font-weight: 500;
    }

    .pChild__main--content .law dl + dl {
        margin-top: 24px;
    }

    .pChild__main--content .law.privacy dl {
        line-height: 28px;
    }

    .pChild__main--content .law.privacy dl + dl {
        margin-top: 28px;
    }

    .pChild__main--content .law.privacy dl dd {
        font-weight: 400;
    }
}

@media screen and (max-width: 768px) {
    img {
        width: 100%;
        height: auto;
    }

    .pTop .mv picture {
        max-width: 241.54589vw;
        width: 100%;
        margin: auto;
    }

    .pTop .mv picture img {
        width: 100%;
        height: auto;
    }

    .pTop h2[data-en] {
        text-align: center;
        font-size: 6.76329vw;
        line-height: 9.17874vw;
        font-weight: 700;
        color: #0C2458;
        position: relative;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        transform: translateZ(0);
    }

    .pTop h2[data-en]::before {
        position: absolute;
        content: attr(data-en);
        text-transform: uppercase;
        font-size: 16.90821vw;
        line-height: 1;
        font-family: 'BebasNeueBold';
        background: -webkit-linear-gradient(343.78deg, #285FD5 -5.18%, #AEC9FF 79.09%);
        background: -moz- oldlinear-gradient(343.78deg, #285FD5 -5.18%, #AEC9FF 79.09%);
        background: linear-gradient(106.22deg, #285FD5 -5.18%, #AEC9FF 79.09%);
        -moz-background-clip: text;
        background-clip: text;
        text-fill-color: transparent;
        white-space: nowrap;
        opacity: 0.1;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        top: -7.72947vw;
        text-align: center;
        pointer-events: none;
        color: transparent;
    }

    .pTop .investigation {
        margin-top: 17.3913vw;
    }

    .pTop .investigation h2 {
        z-index: 3;
    }

    .pTop .investigation h2::before {
        z-index: 3;
    }

    .pTop .investigation h2 span {
        display: inline-block;
        position: relative;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        transform: translateZ(0);
    }

    .pTop .investigation h2 span::after {
        position: absolute;
        content: "";
        width: -webkit-calc(100% + 10.14493vw);
        width: -moz-calc(100% + 10.14493vw);
        width: calc(100% + 10.14493vw);
        height: 16.42512vw;
        background: #fff;
        -moz-border-radius: 3.41787vw;
        border-radius: 3.41787vw;
        left: -5.07246vw;
        top: 4.34783vw;
        z-index: -1;
        pointer-events: none;
    }

    .pTop .investigation__box {
        position: relative;
        z-index: 2;
        max-width: 92.75362vw;
        margin: -5.7971vw auto 0;
        background: -webkit-linear-gradient(350.1deg, #22349D 0.63%, #587DEA 100%);
        background: -moz- oldlinear-gradient(350.1deg, #22349D 0.63%, #587DEA 100%);
        background: linear-gradient(99.9deg, #22349D 0.63%, #587DEA 100%);
        -moz-border-radius: 3.41787vw;
        border-radius: 3.41787vw;
        padding: 11.83575vw 2.89855vw 3.38164vw;
    }

    .pTop .investigation__box dl dt {
        font-size: 4.34783vw;
        line-height: 1.5;
        font-weight: 700;
        color: #fff;
        text-align: center;
    }

    .pTop .investigation__box dl dd {
        width: 100%;
        margin-top: 3.62319vw;
    }

    .pTop .investigation__box dl dd ul {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .pTop .investigation__box dl dd ul li {
        width: 28.01932vw;
        height: 28.01932vw;
        background: #fff;
        -moz-border-radius: 50%;
        border-radius: 50%;
        font-size: 1rem;
        line-height: 4.25121vw;
        font-weight: 700;
        text-align: center;
        color: #0C2458;
        padding: 9.90338vw 0 0;
        position: relative;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        transform: translateZ(0);
    }

    .pTop .investigation__box dl dd ul li::before {
        position: absolute;
        content: "";
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .pTop .investigation__box dl dd ul li.st1::before {
        width: 7.97101vw;
        height: 7.97101vw;
        background: url("../image/invesIcon01.webp") 0 0 no-repeat;
        -moz-background-size: contain;
        background-size: contain;
        top: 1.69082vw;
    }

    .pTop .investigation__box dl dd ul li.st2::before {
        width: 6.76329vw;
        height: 6.76329vw;
        background: url("../image/invesIcon02.webp") 0 0 no-repeat;
        -moz-background-size: contain;
        background-size: contain;
        top: 1.69082vw;
    }

    .pTop .investigation__box dl dd ul li.st3::before {
        width: 8.9372vw;
        height: 8.9372vw;
        background: url("../image/invesIcon03.webp") 0 0 no-repeat;
        -moz-background-size: contain;
        background-size: contain;
        top: 0.72464vw;
    }

    .pTop .investigation__box .contact {
        margin-top: 4.83092vw;
        background: #fff;
        -moz-border-radius: 3.41787vw;
        border-radius: 3.41787vw;
        padding: 1rem 2.89855vw;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .pTop .investigation__box .contact a.line {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        height: 17.63285vw;
        background: -webkit-gradient(linear, left top, left bottom, from(#01DA63), to(#03B64C));
        background: -webkit-linear-gradient(top, #01DA63 0%, #03B64C 100%);
        background: -moz- oldlinear-gradient(top, #01DA63 0%, #03B64C 100%);
        background: linear-gradient(180deg, #01DA63 0%, #03B64C 100%);
        border: 0.36715 pxvw solid #02BE4F;
        -moz-border-radius: 1.10145vw;
        border-radius: 1.10145vw;
        color: #fff;
        font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
        font-weight: 700;
        padding: 0 0 0 18.9058vw;
        position: relative;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        transform: translateZ(0);
    }

    .pTop .investigation__box .contact a.line::before, .pTop .investigation__box .contact a.line::after {
        position: absolute;
        content: "";
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .pTop .investigation__box .contact a.line::before {
        width: 10.5314vw;
        height: 10.03382vw;
        background: url("../image/invesLine.webp") 0 0 no-repeat;
        -moz-background-size: contain;
        background-size: contain;
        left: 3.62319vw;
    }

    .pTop .investigation__box .contact a.line::after {
        width: 4.75121vw;
        height: 4.75121vw;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background: #fff url("../image/invesArrow.webp") center no-repeat;
        -moz-background-size: 1.93237vw 2.17391vw;
        background-size: 1.93237vw 2.17391vw;
        right: 4.91063vw;
    }

    .pTop .investigation__box .contact a.line span {
        font-size: 5.87681vw;
        line-height: 1;
    }

    .pTop .investigation__box .contact a.line small {
        font-size: 3.38164vw;
        line-height: 5.07246vw;
    }

    .pTop .investigation__box .contact a.tel {
        margin-top: 2.52899vw;
        text-rendering: center;
        display: inline-block;
        line-height: 0;
    }

    .pTop .investigation__box .contact a.tel span {
        font-size: 9.17874vw;
        line-height: 1;
        font-weight: 700;
        color: #0C2458;
        white-space: nowrap;
        display: block;
        position: relative;
        padding: 0 0 0 9.17874vw;
    }

    .pTop .investigation__box .contact a.tel span::before {
        position: absolute;
        content: "";
        width: 7.43478vw;
        height: 7.83333vw;
        background: url("../image/invesPhone.webp") 0 0 no-repeat;
        -moz-background-size: contain;
        background-size: contain;
        left: 0;
        bottom: 2px;
    }

    .pTop .investigation__box .contact a.tel small {
        font-size: 3.86473vw;
        line-height: 5.7971vw;
        font-weight: 700;
        color: #586A92;
        display: block;
        width: 100%;
        margin-top: 1.20773vw;
        width: 100%;
        display: block;
        text-align: center;
    }

    .pTop .worries {

        padding: 16.18357vw 0 27.77778vw;
        background: url("../image/worriesBg.webp") 0 0 no-repeat;
        -moz-background-size: cover;
        background-size: cover;
    }



    .pTop .worries h2::before {
        background: -webkit-linear-gradient(343.78deg, #285FD5 -5.18%, #AEC9FF 79.09%);
        background: -moz- oldlinear-gradient(343.78deg, #285FD5 -5.18%, #AEC9FF 79.09%);
        background: linear-gradient(106.22deg, #285FD5 -5.18%, #AEC9FF 79.09%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        -moz-background-clip: text;
        background-clip: text;
        text-fill-color: transparent;
        opacity: 0.16;
    }

    .pTop .worries__main {
        margin-top: 5.07246vw;
    }

    .pTop .worries__main .list ul {
        position: relative;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        transform: translateZ(0);
        padding: 0 0 8rem;
    }

    .pTop .worries__main .list ul::before {
        position: absolute;
        content: "";
        width: 44.68599vw;
        height: 45.65217vw;
        background: url("../image/worriesMan.webp") 0 0 no-repeat;
        -moz-background-size: contain;
        background-size: contain;
        bottom: 0vw;
        right: 1.69082vw;
        z-index: 2;
    }

    .pTop .worries__main .list ul li {
        background: #b49f66;
        -moz-box-shadow: 0 0 2.10145vw rgba(0, 0, 0, 0.08);
        box-shadow: 0 0 2.10145vw rgba(0, 0, 0, 0.08);
        -moz-border-radius: 3.41787vw;
        border-radius: 3.41787vw;

        font-size: .875rem;
        line-height: 4.83092vw;
        font-weight: 700;
        position: relative;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        transform: translateZ(0);
        text-align: center;
        float: left;
    }

    .pTop .worries__main .list ul li::before {
        position: absolute;
        content: "";
    }

    .pTop .worries__main .list ul li.st1 {
        padding: 2.657vw 5.07246vw 2.89855vw;
        display: block;
        margin-left: 0.2rem;
        width: 44%;
    }

    .pTop .worries__main .list ul li.st1::before {
        width: 6.76329vw;
        height: 2.89855vw;
        background: url("../image/worriesArrow01.png") 0 0 no-repeat;
        -moz-background-size: contain;
        background-size: contain;
        left: 7.00483vw;
        bottom: -2.657vw;
    }

    .pTop .worries__main .list ul li.st2 {
        padding: 2.41546vw 4.10628vw 1rem;
        margin-top: 4.58937vw;
        margin-left: 3.86473vw;
        width: 45.89372vw;
        float: left;
    }

    .pTop .worries__main .list ul li.st2::before {
        width: 6.76329vw;
        height: 2.89855vw;
        background: url("../image/worriesArrow01.png") 0 0 no-repeat;
        -moz-background-size: contain;
        background-size: contain;
        -webkit-transform: scaleX(-1);
        -moz-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
        transform: scaleX(-1);
        bottom: -2.657vw;
        right: 7.00483vw;
    }

    .pTop .worries__main .list ul li.st3 {
        padding: 2.41546vw 2.17391vw 1rem 1.93237vw;
        margin-top:1rem;
        float: left;
        width: 48.79227vw;
    }

    .pTop .worries__main .list ul li.st3::before {
        width: 6.76329vw;
        height: 2.89855vw;
        background: url("../image/worriesArrow01.png") 0 0 no-repeat;
        -moz-background-size: contain;
        background-size: contain;
        bottom: -2.657vw;
        left: 7.00483vw;
    }

    .pTop .worries__main .list ul li.st4 {
        padding: 2.657vw 2.17391vw 2.89855vw 1.93237vw;
        margin-top: 5.31401vw;
        margin-left: 5.31401vw;
        width: 38.64734vw;
        float: left;
    }

    .pTop .worries__main .list ul li.st4::before {
        width: 6.76329vw;
        height: 2.89855vw;
        background: url("../image/worriesArrow01.png") 0 0 no-repeat;
        -moz-background-size: contain;
        background-size: contain;
        -webkit-transform: scaleX(-1);
        -moz-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
        transform: scaleX(-1);
        bottom: -2.657vw;
        right: 7.00483vw;
    }

    .pTop .worries__main .list ul li.st5 {
        float: left;
        padding: 2.41546vw 2.41546vw 1rem 2.657vw;
        width: 48.79227vw;
        margin-top: 4vw;
    }

    .pTop .worries__main .list ul li.st5::before {
        width: 6.76329vw;
        height: 2.89855vw;
        background: url("../image/worriesArrow01.png") 0 0 no-repeat;
        -moz-background-size: contain;
        background-size: contain;
        bottom: -2.657vw;
        left: 7.00483vw;
    }

    .pTop .worries__main .list ul::after {
        content: "";
        clear: both;
        display: table;
    }

    .pTop .worries__main .scam {
        max-width: 92.75362vw;
        width: 100%;
        margin: 5.07246vw auto 0;
    }

    .pTop .worries__main .scam h3 {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: end;
        -moz-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .pTop .worries__main .scam h3::before, .pTop .worries__main .scam h3::after {
        content: "";
        width: 9.17874vw;
        height: 22.46377vw;
        background: url("../image/worriesSplash_sp.webp") 0 0 no-repeat;
        -moz-background-size: contain;
        background-size: contain;
    }

    .pTop .worries__main .scam h3::before {
        margin-right:.8rem;
    }

    .pTop .worries__main .scam h3::after {
        -webkit-transform: scaleX(-1);
        -moz-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
        transform: scaleX(-1);
        margin-left:.5rem;
    }

    .pTop .worries__main .scam h3 em {
        font-style: normal;
        font-size:1.3rem;
        line-height: 7.72947vw;
        font-weight: 700;
        color: #2B40AA;
        text-align: center;
    }

    .pTop .worries__main .scam h3 em span {
        color: #FF5E00;
    }

    .pTop .worries__main .scam .box {
        margin-top: 0rem;
        padding:4rem 1rem 2rem;
        text-align: center;
        font-size: 1.1rem;
        line-height: 5.7971vw;
        font-weight: 500;
        color: #000;
        background: url("../image/worriesScam_sp.webp") 0 0 no-repeat;
        -moz-background-size: 100% 100%;
        background-size: 100% 100%;
    }

    .pTop .worries__main .scam .box span {
        display: inline;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(180, 159, 102, 0)), color-stop(70%, rgba(180, 159, 102, 0)), color-stop(70%, #b49f66), to(#b49f66));
        font-size: 1.3rem;
        font-weight: bold;
        line-height:1.5;
    }

    .pTop .advice {
        position: relative;
        z-index: 3;
        padding-bottom: 15.45894vw;
        background: #fff url("../image/adviceBg_sp.webp") right bottom no-repeat;
        -moz-background-size: 100vw 129.4686vw;
        background-size: 100vw 129.4686vw;
    }

    .pTop .advice__title {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-filter: drop-shadow(0 0 4.83092vw rgba(0, 0, 0, 0.25));
        filter: drop-shadow(0 0 4.83092vw rgba(0, 0, 0, 0.25));
    }

    .pTop .advice__title--inner {
        background: -webkit-linear-gradient(332.38deg, #FF8802 14.42%, #FFB401 87.21%);
        background: -moz- oldlinear-gradient(332.38deg, #FF8802 14.42%, #FFB401 87.21%);
        background: linear-gradient(117.62deg, #FF8802 14.42%, #FFB401 87.21%);
        padding: 6.28019vw 6.52174vw 12.31884vw;
        clip-path: polygon(0 0, 100% 0, 100% 69.8324%, 50% 100%, 0 69.8324%);
        text-align: center;
        color: #fff;
        width: 92.75362vw;
        margin-top: -14.97585vw;
    }

    .pTop .advice__title--inner span {
        font-size: 4.34783vw;
        line-height: 6.28019vw;
        font-weight: 700;
    }

    .pTop .advice__title--inner h2 {
        font-size: 7.24638vw;
        line-height: 8.69565vw;
        font-weight: 700;
        margin-top: 0.96618vw;
    }

    .pTop .advice__caution {
        margin-top: 4.83092vw;
        position: relative;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        transform: translateZ(0);
        padding: 21.01449vw 0 0;
        text-align: center;
        font-size: 3.38164vw;
        line-height: 5.7971vw;
        font-weight: 500;
        color: #000;
        margin-left: -1.20773vw;
        margin-right: -1.20773vw;
    }

    .pTop .advice__caution::before {
        position: absolute;
        content: "";
        width: 19.08213vw;
        height: 17.3913vw;
        background: url("../image/adviceCaution.webp") 0 0 no-repeat;
        -moz-background-size: contain;
        background-size: contain;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 0;
    }

    .pTop .advice__table {
        margin-top: 6.03865vw;
    }

    .pTop .advice__table table {
        width: 242.99517vw;
        border-collapse: collapse;
        border: 0.72464vw solid #fff;
    }

    .pTop .advice__table table th, .pTop .advice__table table td {
        border: 0.36232vw solid #fff;
    }

    .pTop .advice__table table thead tr th {
        background: #2B40AA;
        text-align: center;
        font-size: 3.86473vw;
        line-height: 6.76329vw;
        padding: 3.38164vw 0;
        color: #fff;
        font-weight: 700;
        width: 68.35749vw;
    }

    .pTop .advice__table table thead tr th:nth-of-type(1) {
        width: 34.54106vw;
    }

    .pTop .advice__table table tbody tr td {
        background: #EBEBEB;
        font-size: 3.38164vw;
        line-height: 5.55556vw;
        font-weight: 500;
        color: #000;
        vertical-align: middle;
        padding: 5.55556vw 0 5.07246vw;
    }

    .pTop .advice__table table tbody tr td:nth-of-type(1) {
        text-align: center;
    }

    .pTop .advice__table table tbody tr td:nth-of-type(2) {
        padding-left: 7.24638vw;
        padding-right: 5.55556vw;
    }

    .pTop .advice__table table tbody tr td:nth-of-type(3) {
        padding-left: 6.03865vw;
        padding-right: 4.58937vw;
    }

    .pTop .advice__table table tbody tr td:nth-of-type(4) {
        padding-left: 6.03865vw;
        padding-right: 3.38164vw;
    }

    .pTop .advice__table table tbody tr td > span {
        position: relative;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        transform: translateZ(0);
        display: inline-block;
        font-size: 3.86473vw;
        line-height: 6.76329vw;
    }

    .pTop .advice__table table tbody tr td > span::after {
        position: absolute;
        content: "";
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        pointer-events: none;
        z-index: -1;
    }

    .pTop .advice__table table tbody tr td ul li {
        padding: 0 0 0 2.89855vw;
        position: relative;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        transform: translateZ(0);
    }

    .pTop .advice__table table tbody tr td ul li::before {
        position: absolute;
        content: "・";
        font-size: 3.38164vw;
        line-height: 5.55556vw;
        font-weight: 500;
        top: 0;
        left: 0;
    }

    .pTop .advice__table table tbody tr td ul li.color {
        color: #EC2E2E;
    }

    .pTop .advice__table table tbody tr td ul li span {
        color: #EC2E2E;
    }

    .pTop .advice__table table tbody tr.st1 td > span::after, .pTop .advice__table table tbody tr.st2 td > span::after {
        width: 19.92754vw;
        height: 17.27053vw;
        background: url("../image/adviceTriangle.webp") 0 0 no-repeat;
        -moz-background-size: contain;
        background-size: contain;
    }

    .pTop .advice__table table tbody tr.st3 td > span::after {
        width: 15.94203vw;
        height: 15.94203vw;
        background: url("../image/adviceCircle.webp") 0 0 no-repeat;
        -moz-background-size: contain;
        background-size: contain;
        opacity: 0.21;
    }

    .pTop .advice__table table tbody tr.st4 td {
        background: #EA6C23;
        color: #fff;
    }

    .pTop .advice__table table tbody tr.st4 td > span {
        font-size: 4.83092vw;
        line-height: 6.76329vw;
    }

    .pTop .advice__table table tbody tr.st4 td > span::after {
        width: 22.22222vw;
        height: 22.22222vw;
        background: url("../image/adviceCircle2.webp") 0 0 no-repeat;
        -moz-background-size: contain;
        background-size: contain;
        opacity: 0.21;
    }

    .pTop .advice__table .scroll-hint-icon {
        padding: 5.55556vw 0.96618vw;
        width: auto;
    }

    .pTop .advice__table .scroll-hint-icon .scroll-hint-text {
        font-size: 3.38164vw;
        line-height: 1.3;
        font-weight: 500;
    }

    .pTop .advice__note {
        text-align: center;
        margin-top: 7.24638vw;
        font-size: 4.83092vw;
        line-height: 7.72947vw;
        font-weight: 500;
        color: #000;
        padding: 0 3.62319vw;
    }

    .pTop .recover {
        position: relative;
        z-index: 5;
        background: #EDF8FD;
    }

    .pTop .recover::before {
        position: absolute;
        content: "";
        width: 78.98551vw;
        height: 21.01449vw;
        background: url("../image/recoverArrow_sp.webp") 0 0 no-repeat;
        -moz-background-size: contain;
        background-size: contain;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        top: -10.14493vw;
    }

    .pTop .recover__main {
        position: relative;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        transform: translateZ(0);
        padding-top: 16.90821vw;
        padding-bottom: 12.07729vw;
    }

    .pTop .recover__main::before {
        position: absolute;
        content: "";
        width: 30.19324vw;
        height: 30.19324vw;
        background: url("../image/recoverIllus.webp") 0 0 no-repeat;
        -moz-background-size: contain;
        background-size: contain;
        left: -3.38164vw;
        top: -22.22222vw;
    }

    .pTop .recover__main .intro {
        text-align: center;
        font-size: 4.83092vw;
        line-height: 7.72947vw;
        font-weight: 700;
        color: #2538A2;
    }

    .pTop .recover__main .mess {
        margin-top: 7.48792vw;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .pTop .recover__main .mess figure {
        width: 31.15942vw;
        border: 0.72464vw solid #fff;
        -moz-border-radius: 50%;
        border-radius: 50%;
        margin-right: 1.69082vw;
    }

    .pTop .recover__main .mess figure img {
        width: 29.71014vw;
        height: 29.71014vw;
        object-fit: cover;
    }

    .pTop .recover__main .mess .txt {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        position: relative;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        transform: translateZ(0);
        padding: 4.83092vw 3.18599vw 4.83092vw 7.97101vw;
        font-size: 3.26087vw;
        line-height: 6.52174vw;
        font-weight: 700;
        color: #000;
    }

    .pTop .recover__main .mess .txt::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        background: url("../image/recoverMess_sp.webp") 0 0 no-repeat;
        -moz-background-size: 100% 100%;
        background-size: 100% 100%;
        -webkit-filter: drop-shadow(0 0 2.3913vw rgba(0, 0, 0, 0.08));
        filter: drop-shadow(0 0 2.3913vw rgba(0, 0, 0, 0.08));
        top: 0;
        left: 0;
        z-index: -1;
    }

    .pTop .recover__main .mess .txt::after {
        position: absolute;
        content: "";
        width: 12.30193vw;
        height: 15.27053vw;
        background: url("../image/recoverIllus02.webp") 0 0 no-repeat;
        -moz-background-size: contain;
        background-size: contain;
        -webkit-transform: rotate(70.87deg);
        -moz-transform: rotate(70.87deg);
        -ms-transform: rotate(70.87deg);
        transform: rotate(70.87deg);
        right: 3.02415vw;
        bottom: -2.09903vw;
    }

    .pTop .recover__main .focus {
        margin-top: 9.42029vw;
        text-align: center;
        font-size: 5.7971vw;
        line-height: 9.17874vw;
        font-weight: 700;
        color: #EA6C23;
    }

    .pTop .recover__main .focus span {
        display: inline-block;
        padding: 0 0 0 0;
        position: relative;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        transform: translateZ(0);
    }

    .pTop .recover__main .focus span::after {
        position: absolute;
        content: "";
        width: 13.04348vw;
        height: 13.76812vw;
        background: url("../image/recoverLight.webp") 0 0 no-repeat;
        -moz-background-size: contain;
        background-size: contain;
        right: -13.04348vw;
        top: -4.83092vw;
    }

    .pTop .victim {
        background: #5578E5;
        padding: 12.07729vw 0 12.07729vw;
    }

    .pTop .victim__title {
        text-align: center;
        line-height: 0;
    }

    .pTop .victim__title span {
        font-size: 4.83092vw;
        line-height: 5.7971vw;
        font-weight: 700;
        color: #5578E5;
        background: #fff;
        padding: 1.20773vw 3.62319vw;
        -moz-border-radius: 4.20531vw;
        border-radius: 4.20531vw;
        position: relative;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        transform: translateZ(0);
        display: inline-block;
    }

    .pTop .victim__title span::after {
        position: absolute;
        content: "";
        width: 3.28261vw;
        height: 3.28261vw;
        background: #fff;
        left: 50%;
        -webkit-transform: translateX(-50%) rotate(45deg);
        -moz-transform: translateX(-50%) rotate(45deg);
        -ms-transform: translateX(-50%) rotate(45deg);
        transform: translateX(-50%) rotate(45deg);
        bottom: -1.29469vw;
    }

    .pTop .victim__title h2 {
        font-size: 7.24638vw;
        line-height: 9.90338vw;
        font-weight: 900;
        color: #fff;
        margin-top: 4.10628vw;
    }

    .pTop .victim__box {
        max-width: 92.75362vw;
        width: 100%;
        margin: 7.24638vw auto 0;
        background: #fff;
        -moz-border-radius: 3.41787vw;
        border-radius: 3.41787vw;
        padding: 3.62319vw 4.34783vw 5.07246vw;
    }

    .pTop .victim__box > figure img {
        width: 100%;
        height: auto;
    }

    .pTop .victim__box--note {
        margin-left: 0.48309vw;
        margin-top: 2.657vw;
        font-size: 2.89855vw;
        line-height: 5.07246vw;
        font-weight: 500;
        color: #000000;
    }

    .pTop .victim__box--note small {
        font-size: 2.89855vw;
        line-height: 5.07246vw;
    }

    .pTop .victim__box--mess {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -moz-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        margin-left: -6.76329vw;
        margin-top: 2.17391vw;
    }

    .pTop .victim__box--mess figure {
        width: 31.40097vw;
        margin-right: -3.86473vw;
        margin-bottom: -5.07246vw;
        position: relative;
        z-index: 2;
    }

    .pTop .victim__box--mess .txt {
        width: 62.80193vw;
        background: #DCF2FF;
        -moz-border-radius: 1.69082vw;
        border-radius: 1.69082vw;
        font-size: 3.38164vw;
        line-height: 5.7971vw;
        font-weight: 500;
        color: #1D1D1D;
        padding: 3.38164vw 3.98551vw 3.86473vw;
        position: relative;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        transform: translateZ(0);
    }

    .pTop .victim__box--mess .txt::before {
        position: absolute;
        content: "";
        width: 6.76329vw;
        height: 3.38164vw;
        background: url("../image/victimArrow.webp") 0 0 no-repeat;
        -moz-background-size: contain;
        background-size: contain;
        -webkit-transform: rotate(-14.24deg);
        -moz-transform: rotate(-14.24deg);
        -ms-transform: rotate(-14.24deg);
        transform: rotate(-14.24deg);
        top: 5.20048vw;
        left: -5.66425vw;
    }

    .pTop .investigation2 {
        padding: 17.3913vw 0 12.80193vw;
    }

    .pTop .investigation2 h2 {
        z-index: 3;
    }

    .pTop .investigation2 h2::before {
        z-index: 3;
    }

    .pTop .investigation2 h2 span {
        display: inline-block;
        position: relative;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        transform: translateZ(0);
    }

    .pTop .investigation2 h2 span::after {
        position: absolute;
        content: "";
        width: -webkit-calc(100% + 10.14493vw);
        width: -moz-calc(100% + 10.14493vw);
        width: calc(100% + 10.14493vw);
        height: 16.42512vw;
        background: #fff;
        -moz-border-radius: 3.41787vw;
        border-radius: 3.41787vw;
        left: -5.07246vw;
        top: 4.34783vw;
        z-index: -1;
        pointer-events: none;
    }

    .pTop .investigation2 .box {
        position: relative;
        z-index: 2;
        max-width: 92.75362vw;
        margin: -5.7971vw auto 0;
        background: -webkit-linear-gradient(350.1deg, #22349D 0.63%, #587DEA 100%);
        background: -moz- oldlinear-gradient(350.1deg, #22349D 0.63%, #587DEA 100%);
        background: linear-gradient(99.9deg, #22349D 0.63%, #587DEA 100%);
        -moz-border-radius: 3.41787vw;
        border-radius: 3.41787vw;
        padding: 12.56039vw 2.89855vw 4.10628vw;
    }

    .pTop .investigation2 .box .intro {
        width: 100%;
        text-align: center;
        color: #fff;
        font-size: 1rem;
        line-height: 1.5;
        font-weight: 900;
        margin-bottom: 4.10628vw;
    }

    .pTop .investigation2 .box .list {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0 -1.44928vw;
    }

    .pTop .investigation2 .box .list dl {
        width: 29.22705vw;
        height: 29.22705vw;
        background: #fff;
        -moz-border-radius: 50%;
        border-radius: 50%;
        padding: 8.21256vw 0 0;
        position: relative;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        transform: translateZ(0);
    }

    .pTop .investigation2 .box .list dl::before {
        position: absolute;
        content: "";
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .pTop .investigation2 .box .list dl dt {
        text-align: center;
        font-size: 2.89855vw;
        line-height: 3.86473vw;
        font-weight: 700;
        color: #0C2458;
    }

    .pTop .investigation2 .box .list dl dd {
        margin-top: 1.93237vw;
        font-size: 6.28019vw;
        line-height: 3.86473vw;
        font-weight: 700;
        color: #0C2458;
        text-align: center;
    }

    .pTop .investigation2 .box .list dl dd .zero {
        text-align: center;
        font-size: 12.56039vw;
        line-height: 3.86473vw;
    }

    .pTop .investigation2 .box .list dl dd .zero small {
        font-size: 4.83092vw;
        line-height: 3.86473vw;
    }

    .pTop .investigation2 .box .list dl.st1::before {
        width: 7.00483vw;
        height: 7.00483vw;
        background: url("../image/invesIcon04.webp") 0 0 no-repeat;
        -moz-background-size: contain;
        background-size: contain;
        top: 0.72464vw;
    }

    .pTop .investigation2 .box .list dl.st1 dd {
        margin-top: 1rem;
    }

    .pTop .investigation2 .box .list dl.st2::before {
        width: 7.72947vw;
        height: 7.72947vw;
        background: url("../image/invesIcon05.webp") 0 0 no-repeat;
        -moz-background-size: contain;
        background-size: contain;
        top: 0.48309vw;
    }

    .pTop .investigation2 .box .list dl.st3::before {
        width: 6.28019vw;
        height: 6.28019vw;
        background: url("../image/invesIcon06.webp") 0 0 no-repeat;
        -moz-background-size: contain;
        background-size: contain;
        top: 1.44928vw;
    }

    .pTop .investigation2 .box .contact {
        background: #fff;
        -moz-border-radius: 3.41787vw;
        border-radius: 3.41787vw;
        padding: 1rem 2.89855vw;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 3.62319vw;
    }

    .pTop .investigation2 .box .contact a.line {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        height: 17.63285vw;
        background: -webkit-gradient(linear, left top, left bottom, from(#01DA63), to(#03B64C));
        background: -webkit-linear-gradient(top, #01DA63 0%, #03B64C 100%);
        background: -moz- oldlinear-gradient(top, #01DA63 0%, #03B64C 100%);
        background: linear-gradient(180deg, #01DA63 0%, #03B64C 100%);
        border: 0.36715 pxvw solid #02BE4F;
        -moz-border-radius: 1.10145vw;
        border-radius: 1.10145vw;
        color: #fff;
        font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
        font-weight: 700;
        padding: 0 0 0 18.9058vw;
        position: relative;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        transform: translateZ(0);
    }

    .pTop .investigation2 .box .contact a.line::before, .pTop .investigation2 .box .contact a.line::after {
        position: absolute;
        content: "";
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .pTop .investigation2 .box .contact a.line::before {
        width: 10.5314vw;
        height: 10.03382vw;
        background: url("../image/invesLine.webp") 0 0 no-repeat;
        -moz-background-size: contain;
        background-size: contain;
        left: 3.62319vw;
    }

    .pTop .investigation2 .box .contact a.line::after {
        width: 4.75121vw;
        height: 4.75121vw;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background: #fff url("../image/invesArrow.webp") center no-repeat;
        -moz-background-size: 1.93237vw 2.17391vw;
        background-size: 1.93237vw 2.17391vw;
        right: 4.91063vw;
    }

    .pTop .investigation2 .box .contact a.line span {
        font-size: 5.87681vw;
        line-height: 1;
    }

    .pTop .investigation2 .box .contact a.line small {
        font-size: 3.38164vw;
        line-height: 5.07246vw;
    }

    .pTop .investigation2 .box .contact a.tel {
        margin-top: 2.52899vw;
        text-rendering: center;
        display: inline-block;
        line-height: 0;
    }

    .pTop .investigation2 .box .contact a.tel span {
        font-size: 9.17874vw;
        line-height: 1;
        font-weight: 700;
        color: #0C2458;
        white-space: nowrap;
        display: block;
        position: relative;
        padding: 0 0 0 9.17874vw;
    }

    .pTop .investigation2 .box .contact a.tel span::before {
        position: absolute;
        content: "";
        width: 7.43478vw;
        height: 7.83333vw;
        background: url("../image/invesPhone.webp") 0 0 no-repeat;
        -moz-background-size: contain;
        background-size: contain;
        left: 0;
        bottom: 2px;
    }

    .pTop .investigation2 .box .contact a.tel small {
        font-size: 3.86473vw;
        line-height: 5.7971vw;
        font-weight: 900;
        color: #586A92;
        display: block;
        width: 100%;
        margin-top: 1.20773vw;
        width: 100%;
        display: block;
        text-align: center;
    }

    .pTop .strength {
        padding: 18.59903vw 0 12.07729vw;
        background: #EDF8FD;
    }

    .pTop .strength h2 {
        color: #2B40AA;
    }

    .pTop .strength h2::before {
        opacity: 0.16;
    }

    .pTop .strength__list {
        margin-top: 11.35266vw;
        counter-reset: ar;
    }

    .pTop .strength__list article {
        counter-increment: ar;
    }

    .pTop .strength__list article .arCon h3 {
        font-size:2rem;
        line-height: 1;
        font-weight: 700;
        color: #b49f66;
        position: relative;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        transform: translateZ(0);
        padding: 0 0 0 7.5rem;
        min-height: 16.90821vw;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .pTop .strength__list article .arCon h3::before {
        position: absolute;
        content: counter(ar, decimal-leading-zero);
        font-size: 22.38889vw;
        line-height: 22.46377vw;
        font-family: 'BebasNeueBold';
        background: linear-gradient(270deg, rgb(148, 129, 76) 0%, rgb(207, 185, 125) 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        -moz-background-clip: text;
        background-clip: text;
        text-fill-color: transparent;

        top:50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
    }

    .pTop .strength__list article .arCon .txt {
        font-size: 3.86473vw;
        line-height: 6.76329vw;
        font-weight: 500;
        color: #000;
        margin-top: 4.58937vw;
    }

    .pTop .strength__list article figure {
        width: 89.37198vw;
        margin-left: auto;
        margin-top: 4.83092vw;
    }

    .pTop .strength__list article figure img {
        width: 100%;
        height: 63.52657vw;
        object-fit: cover;
        -moz-border-radius: 9.66184vw 0 9.66184vw 0;
        border-radius: 9.66184vw 0 9.66184vw 0;
        -webkit-filter: drop-shadow(-3.38164vw 1rem 0 rgba(40, 95, 213, 0.27));
        filter: drop-shadow(-3.38164vw 1rem 0 rgba(40, 95, 213, 0.27));
    }

    .pTop .strength__list article + article {
        margin-top: 28.98551vw;
    }

    .pTop .strength__end {
        max-width: 92.75362vw;
        width: 100%;
        margin: 15.21739vw auto 0;
        position: relative;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        transform: translateZ(0);
        padding: 3.62319vw 3.86473vw 5.31401vw;
    }

    .pTop .strength__end::before, .pTop .strength__end::after {
        position: absolute;
        content: "";
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .pTop .strength__end::before {
        border: 0.72464vw solid #2538A2;
        z-index: -2;
        width: 100%;
        height: 100%;
    }

    .pTop .strength__end::after {
        background: #EDF8FD;
        width: -webkit-calc(100% - 7.72947vw);
        width: -moz-calc(100% - 7.72947vw);
        width: calc(100% - 7.72947vw);
        height: -webkit-calc(100% + 1.44928vw);
        height: -moz-calc(100% + 1.44928vw);
        height: calc(100% + 1.44928vw);
        z-index: -1;
    }

    .pTop .strength__end h3 {
        text-align: center;
        font-size: 5.7971vw;
        line-height: 7.72947vw;
        font-weight: 700;
        color: #2538A2;
    }

    .pTop .strength__end h3 span {
        display: inline;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(70%, rgba(255, 255, 255, 0)), color-stop(70%, #fbff00), to(#fbff00));
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 70%, #fbff00 70%, #fbff00 100%);
        background: -moz- oldlinear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 70%, #fbff00 70%, #fbff00 100%);
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 70%, #fbff00 70%, #fbff00 100%);
        color: #EA6C23;
    }

    .pTop .strength__end figure {
        width: 100%;
        margin-top: 3.62319vw;
    }

    .pTop .strength__end .txt {
        font-size: 3.38164vw;
        line-height: 5.7971vw;
        font-weight: 500;
        margin-top: 6.76329vw;
    }

    .pTop .case {
        padding: 12.07729vw 0 12.07729vw;
        background: -webkit-linear-gradient(350.1deg, #22349D 0.63%, #587DEA 100%);
        background: -moz- oldlinear-gradient(350.1deg, #22349D 0.63%, #587DEA 100%);
        background: linear-gradient(99.9deg, #22349D 0.63%, #587DEA 100%);
    }

    .pTop .case__title {
        text-align: center;
        line-height: 0;
    }

    .pTop .case__title span {
        font-size: 5.7971vw;
        line-height: 7.00483vw;
        font-weight: 700;
        color: #3A55BF;
        background: #fff;
        padding: 1.44928vw 6.52174vw;
        -moz-border-radius: 4.95169vw;
        border-radius: 4.95169vw;
        position: relative;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        transform: translateZ(0);
        display: inline-block;
    }

    .pTop .case__title span::after {
        position: absolute;
        content: "";
        width: 3.86473vw;
        height: 3.86473vw;
        background: #fff;
        left: 50%;
        -webkit-transform: translateX(-50%) rotate(45deg);
        -moz-transform: translateX(-50%) rotate(45deg);
        -ms-transform: translateX(-50%) rotate(45deg);
        transform: translateX(-50%) rotate(45deg);
        bottom: -1.44928vw;
    }

    .pTop .case__title h2 {
        font-size: 9.17874vw;
        line-height: 11.11111vw;
        font-weight: 900;
        color: #fff;
        margin-top: 4.10628vw;
    }

    .pTop .case__main {
        margin-top: 4.83092vw;
        padding-left: 0;
        padding-right: 0;
    }

    .pTop .case__main--slider {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .pTop .case__main--slider .slick-track {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }

    .pTop .case__main--slider .slick-list {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .pTop .case__main--slider .slick-arrow {
        display: inline-block;
        width: 7.16667vw;
        height: 7.16667vw;
        text-indent: -9999px;
        overflow: hidden;
        background: url("../image/caseArrow.webp") 0 0 no-repeat;
        -moz-background-size: contain;
        background-size: contain;
        border: none;
        -moz-border-radius: 50%;
        border-radius: 50%;
        -moz-box-shadow: none;
        box-shadow: none;
        margin: 4.83092vw 1.20773vw 0;
    }

    .pTop .case__main--slider .slick-prev {
        -webkit-box-ordinal-group: 3;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .pTop .case__main--slider .slick-next {
        -webkit-box-ordinal-group: 4;
        -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        -webkit-transform: scaleX(-1);
        -moz-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
        transform: scaleX(-1);
    }

    .pTop .case__main--slider article {
        width: 82.1256vw;
        padding: 8.21256vw 2.29469vw 0;
        height: auto;
    }

    .pTop .case__main--slider article .arMain {
        background: #fff;
        -moz-border-radius: 3.41787vw;
        border-radius: 3.41787vw;
        position: relative;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        transform: translateZ(0);
        padding: 11.35266vw 5.31401vw 4.58937vw;
        height: 100%;
    }

    .pTop .case__main--slider article .arMain::before, .pTop .case__main--slider article .arMain::after {
        position: absolute;
        width: 16.18357vw;
        height: 16.18357vw;
        -moz-border-radius: 50%;
        border-radius: 50%;
        top: -8.21256vw;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        text-align: center;
        color: #3A55BF;
    }

    .pTop .case__main--slider article .arMain::before {
        content: "事例";
        font-size: 3.38164vw;
        line-height: 4.83092vw;
        padding-top: 2.89855vw;
        font-weight: 700;
        border: 0.48309vw solid #3249B3;
        background: #fff;
        z-index: -2;
    }

    .pTop .case__main--slider article .arMain::after {
        content: attr(data-num);
        font-size: 8.32367vw;
        line-height: 1;
        font-family: 'BebasNeueBold';
        font-weight: 700;
        padding-top: 7.72947vw;
        z-index: -1;
    }

    .pTop .case__main--slider article .arMain .title span {
        font-size: 3.38164vw;
        line-height: 4.10628vw;
        font-weight: 500;
        color: rgba(0, 0, 0, 0.47);
    }

    .pTop .case__main--slider article .arMain .title h3 {
        font-size: 4.83092vw;
        line-height: 5.7971vw;
        font-weight: 700;
        color: #000;
        margin-top: 0.96618vw;
    }

    .pTop .case__main--slider article .arMain figure {
        width: 100%;
        margin-top: 1.93237vw;
    }

    .pTop .case__main--slider article .arMain figure img {
        width: 100%;
        height: 30.91787vw;
        object-fit: cover;
        -moz-border-radius: 1.20773vw;
        border-radius: 1.20773vw;
    }

    .pTop .case__main--slider article .arMain h4 {
        font-size: 3.86473vw;
        line-height: 4.58937vw;
        font-weight: 700;
        color: #3A55BF;
        margin-top: 6.28019vw;
        min-height: 9.17874vw;
    }

    .pTop .case__main--slider article .arMain .txt {
        font-size: 3.38164vw;
        line-height: 5.55556vw;
        font-weight: 500;
        color: #000;
        margin-top: 2.89855vw;
    }

    .pTop .case__main--slider article .arMain .txt span {
        color: #EA6C23;
    }

    .pTop .case__main--note {
        margin-top: 4.83092vw;
        text-align: left;
        font-size: 3.38164vw;
        line-height: 4.83092vw;
        font-weight: 500;
        color: #fff;
        padding: 0 3.62319vw;
    }

    .pTop .work {
        background: url("../image/workBg_sp.webp") 0 0 no-repeat;
        -moz-background-size: cover;
        background-size: cover;
        padding: 18.59903vw 0 12.07729vw;
    }

    .pTop .work h2 {
        color: #2B40AA;
    }

    .pTop .work h2::before {
        opacity: 0.16;
    }

    .pTop .work__list {
        max-width: 92.75362vw;
        width: 100%;
        margin: 4.83092vw auto 0;
    }

    .pTop .work__list ul li {
        width: 100%;
        background: #fff;
        -moz-border-radius: 3.57488vw;
        border-radius: 3.57488vw;
        -moz-box-shadow: 0 0 3.91063vw rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 3.91063vw rgba(0, 0, 0, 0.1);
        position: relative;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        transform: translateZ(0);
        padding: 5.7971vw 0vw 0vw 4.24638vw;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -moz-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    /* .pTop .work__list ul li::before {position:absolute;content:attr(data-title);font-size:4.47101vw;line-height:5.31401vw;font-weight:700;padding:2.2343vw 3.56763vw 2.73188vw 3.57488vw;background:#4360CC;-moz-border-radius:3.57488vw 0 3.57488vw 0;border-radius:3.57488vw 0 3.57488vw 0;top:0;left:0;color:#fff;}
  */
    .pTop .work__list ul li dl {
        padding-bottom: 2.89855vw;
    }

    .pTop .work__list ul li dl dt span {
        font-size: 3.42995vw;
        line-height: 1;
        display: -webkit-inline-box;
        display: -moz-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        color: #fff;
        padding: 0vw 2.89855vw 0.48309vw;
        -moz-border-radius: 2.85749vw;
        border-radius: 2.85749vw;
        background: #343434;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 5.71739vw;
    }

    .pTop .work__list ul li dl dd {
        margin-top: 1.44928vw;
        display: -webkit-inline-box;
        display: -moz-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: end;
        -moz-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .pTop .work__list ul li dl dd span {
        background: -webkit-linear-gradient(332.38deg, #FF8802 14.42%, #FFB401 87.21%);
        background: -moz- oldlinear-gradient(332.38deg, #FF8802 14.42%, #FFB401 87.21%);
        background: linear-gradient(117.62deg, #FF8802 14.42%, #FFB401 87.21%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        -moz-background-clip: text;
        background-clip: text;
        text-fill-color: transparent;
        font-size: 10.77778vw;
        line-height: 1;
        font-family: 'BebasNeueBold';
        vertical-align: bottom;
    }

    .pTop .work__list ul li dl dd::after {
        content: "万円";
        font-size: 6.22464vw;
        line-height: 7.48792vw;
        font-weight: 700;
        color: #343434;
        margin-left: 0.72464vw;
        margin-bottom: 1.69082vw;
    }

    .pTop .work__list ul li dl:nth-of-type(2) {
        margin-left: 12.57488vw;
        position: relative;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        transform: translateZ(0);
        margin-bottom: -0.58937vw;
        padding-bottom: 0;
    }

    .pTop .work__list ul li dl:nth-of-type(2)::before {
        position: absolute;
        content: "";
        width: 11.69324vw;
        height: 15.42995vw;
        background: url("../image/workArrow.webp") 0 0 no-repeat;
        -moz-background-size: contain;
        background-size: contain;
        -webkit-transform: rotate(105deg);
        -moz-transform: rotate(105deg);
        -ms-transform: rotate(105deg);
        transform: rotate(105deg);
        top: 6.25121vw;
        left: -15.65459vw;
    }

    .pTop .work__list ul li dl:nth-of-type(2) dt span {
        background: #22349D;
        font-size: 3.84783vw;
        line-height: 1;
        padding: 0vw 3.38164vw 0.72464vw;
        -moz-border-radius: 3.20531vw;
        border-radius: 3.20531vw;
        height: 6.41063vw;
    }

    .pTop .work__list ul li dl:nth-of-type(2) dd {
        margin-top: 1.20773vw;
    }

    .pTop .work__list ul li dl:nth-of-type(2) dd span {
        font-size: 24.02174vw;
    }

    .pTop .work__list ul li dl:nth-of-type(2) dd::after {
        margin-bottom: 6.42029vw;
        font-size: 6.73671vw;
    }

    .pTop .work__list ul li + li {
        margin-top: 4.41546vw;
    }

    .pTop .work__note {
        text-align: center;
        font-size: 3.38164vw;
        line-height: 5.55556vw;
        font-weight: 500;
        color: #000;
        margin-top: 5.7971vw;
    }

    .pTop .flow {
        background: url("../image/flowGrid_sp.webp") 0 0 repeat;
        padding: 19.56522vw 0 15.21739vw;
        border-top: 1.44928vw solid #4866D1;
    }

    .pTop .flow h2 {
        color: #2B40AA;
    }

    .pTop .flow h2::before {
        opacity: 0.16;
    }

    .pTop .flow__main {
        max-width: 92.75362vw;
        margin: 0vw auto 0;
        padding: 0;
        counter-reset: ar;
        position: relative;
    }

    .pTop .flow__main article {
        background: #fff;
        -moz-border-radius: 2.41546vw;
        border-radius: 2.41546vw;
        -moz-box-shadow: 0.72464vw 0.72464vw 0 rgba(0, 0, 0, 0.25);
        box-shadow: 0.72464vw 0.72464vw 0 rgba(0, 0, 0, 0.25);
        position: relative;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        transform: translateZ(0);
        counter-increment: ar;
    }

    .pTop .flow__main article::after {
        position: absolute;
        content: "";
        width: 1.20773vw;
        height: -webkit-calc(100% + 4.83092vw);
        height: -moz-calc(100% + 4.83092vw);
        height: calc(100% + 4.83092vw);
        top: 0;
        left: 8.69565vw;
        background: #b49f66;
        z-index: -1;
    }

    .pTop .flow__main article .arInner {
        position: relative;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        transform: translateZ(0);
        padding: 4.83092vw 4.83092vw 6.03865vw 18.84058vw;
    }

    .pTop .flow__main article .arInner::before, .pTop .flow__main article .arInner::after {
        position: absolute;
        width: 11.5942vw;
        height: 11.5942vw;
        -moz-border-radius: 50%;
        border-radius: 50%;
        color: #333;
        top: 4.83092vw;
        left: 3.62319vw;
        font-family: 'DIN2014';
        font-weight: 700;
        text-align: center;
    }

    .pTop .flow__main article .arInner::before {
        background: #b49f66;
        content: "STEP";
        font-size: 2.29469vw;
        line-height: 2.41546vw;
        padding-top: 2.17391vw;
        z-index: -2;
    }

    .pTop .flow__main article .arInner::after {
        content: counter(ar, decimal-leading-zero);
        font-size: 6.01932vw;
        line-height: 4.83092vw;
        letter-spacing: -0.03em;
        padding-top: 4.58937vw;
        z-index: -1;
    }

    .pTop .flow__main article + article {
        margin-top: 4.83092vw;
    }

    .pTop .flow__main article:nth-of-type(1)::after {
        height: 100%;
        top: 4.83092vw;
    }

    .pTop .flow__main article:last-of-type::after {
        height: 100%;
    }

    .pTop .flow__main article h3 {
        font-size: 4.83092vw;
        line-height: 4.83092vw;
        font-weight: 400;
        color: #b49f66;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }


    .pTop .flow__main article .txt {
        font-size:.9rem;
        line-height: 1.5;
        font-weight: 400;
        color: #2F2F2F;
        margin-top: 1rem;
    }

    .pTop .price {
        background: #EDF8FD;
        padding: 14.00966vw 0 12.07729vw;
        overflow: hidden;
    }

    .pTop .price h2 {
        color: #fff;
    }

    .pTop .price h2::before {
        background: #fff;
        -moz-background-clip: text;
        background-clip: text;
        opacity: 0.24;
    }

    .pTop .price h2::after {
        content: "";
        position: absolute;
        width: 91.78744vw;
        height: 82.6087vw;
        background: -webkit-linear-gradient(332.38deg, #FF8802 14.42%, #FFB401 87.21%);
        background: -moz- oldlinear-gradient(332.38deg, #FF8802 14.42%, #FFB401 87.21%);
        background: linear-gradient(117.62deg, #FF8802 14.42%, #FFB401 87.21%);
        border: 1.11111vw solid #FFDF9B;
        -moz-box-shadow: 0px 0.75362vw 3.31159vw rgba(0, 0, 0, 0.25);
        box-shadow: 0px 0.75362vw 3.31159vw rgba(0, 0, 0, 0.25);
        -moz-border-radius: 50%;
        border-radius: 50%;
        top: -59.90338vw;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: -1;
    }

    .pTop .price__list {
        margin-top: 30.43478vw;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-left: 3.62319vw;
        padding-right: 3.62319vw;
    }

    .pTop .price__list dl {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .pTop .price__list dl dt {
        color: #fff;
        background: #4A6AD6;
        display: -webkit-inline-box;
        display: -moz-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 21.73913vw;
        height: 8.21256vw;
        -moz-border-radius: 0.92995vw;
        border-radius: 0.92995vw;
        font-size: 4.58937vw;
        line-height: 1;
        font-weight: 700;
        position: relative;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        transform: translateZ(0);
    }

    .pTop .price__list dl dt::after {
        position: absolute;
        content: "";
        width: 2.42029vw;
        height: 1.21014vw;
        background: #4A6AD6;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: -1.20773vw;
        clip-path: polygon(0 0, 100% 0, 50% 100%);
    }

    .pTop .price__list dl dd {
        text-align: center;
        line-height: 0;
        margin-top: 1rem;
    }

    .pTop .price__list dl dd img {
        width: 21.98068vw;
        height: auto;
    }

    .pTop .price__list dl dd.st2 img {
        width: 31.64251vw;
    }

    .pTop .price__list dl.st2 dt {
        width: 29.57971vw;
    }

    .pTop .price__list dl:nth-of-type(2) {
        margin: 0 8.69565vw 0 8.69565vw;
    }

    .pTop .price__note {
        padding: 0 3.62319vw;
        margin-top: 5.55556vw;
        text-align: center;
        font-size: 3.86473vw;
        line-height: 7.72947vw;
        font-weight: 500;
        color: #000;
    }

    .pTop .faq {
        padding: 19.32367vw 0 12.07729vw;
    }

    .pTop .faq h2 {
        color: #2B40AA;
    }

    .pTop .faq h2::before {
        opacity: 0.16;
    }

    .pTop .faq__list {
        margin-top: 7.24638vw;
    }

    .pTop .faq__list dl {
        background: #F4F4F4;
        -moz-border-radius: 2.41546vw;
        border-radius: 2.41546vw;
    }

    .pTop .faq__list dl dt {
        font-size: 3.86473vw;
        line-height: 5.7971vw;
        font-weight: 700;
        color: #fff;
        position: relative;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        transform: translateZ(0);
        -moz-border-radius: 2.41546vw;
        border-radius: 2.41546vw;
        padding: 4.58937vw 9.66184vw 4.10628vw 10.62802vw;
        background: #2B40AA;
        cursor: pointer;
    }

    .pTop .faq__list dl dt::before {
        position: absolute;
        content: "Q";
        font-size: 5.7971vw;
        line-height: 6.28019vw;
        font-weight: 700;
        color: #fff;
        left: 3.62319vw;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .pTop .faq__list dl dt::after {
        position: absolute;
        content: "";
        width: 4.95169vw;
        height: 5.19324vw;
        background: url("../image/faqPlus.webp") 0 0 no-repeat;
        -moz-background-size: contain;
        background-size: contain;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 3.67391vw;
        -webkit-transform-origin: 50% 50%;
        -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .pTop .faq__list dl dt.active::after {
        -webkit-transform: translateY(-50%) rotate(45deg);
        -moz-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
        transform: translateY(-50%) rotate(45deg);
    }

    .pTop .faq__list dl dd {
        font-size: 3.86473vw;
        line-height: 6.28019vw;
        font-weight: 500;
        color: #474747;
        padding: 3.62319vw 3.62319vw 4.83092vw;
        display: none;
    }

    .pTop .faq__list dl + dl {
        margin-top: 3.62319vw;
    }

    .pTop .company {
        background: url("../image/companyBg_sp.webp") 0 0 no-repeat;
        -moz-background-size: cover;
        background-size: cover;
        padding: 19.32367vw 0 11.83575vw;
    }

    .pTop .company h2 {
        color: #2B40AA;
    }

    .pTop .company h2::before {
        opacity: 0.16;
    }

    .pTop .company__main {
        margin-top: 1.93237vw;
        padding: 0 3.62319vw;
    }

    .pTop .company__main .info dl {
        border-bottom: 1px solid #000000;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 3.86473vw;
        line-height: 6.28019vw;
        color: #000;
        padding: 5.31401vw 0 5.07246vw;
    }

    .pTop .company__main .info dl dt {
        font-weight: 700;
        width: 21.98068vw;
    }

    .pTop .company__main .info dl dd {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .pTop .company__main figure {
        margin-top: 7.24638vw;
        background: #fff;
        padding: 1.57005vw 1.81159vw;
    }

    .pTop .company__main figure img {
        width: 100%;
        height: auto;
    }

    .pTop .investigation2.st2 {
        padding-top: 12.07729vw;
        padding-bottom: 0;
    }

    .pTop .investigation2.st2 h2 {
        display: none;
    }

    .pTop .investigation2.st2 .box {
        margin-top: 0;
        padding-top: 7.72947vw;
    }

    .pChild__main--content {
        padding: 19.32367vw 0 0;
    }

    .pChild__main--content h2 {
        text-align: center;
        font-size: 7.24638vw;
        line-height: 10.38647vw;
        font-weight: 900;
        color: #2B40AA;
        margin-bottom: 10.38647vw;
    }

    .pChild__main--content .btnBack {
        text-align: center;
        margin-top: 19.32367vw;
    }

    .pChild__main--content .btnBack a {
        display: -webkit-inline-box;
        display: -moz-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 74.63768vw;
        height: 17.63285vw;
        -moz-border-radius: 1.10145vw;
        border-radius: 1.10145vw;
        background: -webkit-gradient(linear, left top, left bottom, from(#587CE8), to(#283DA6));
        background: -webkit-linear-gradient(top, #587CE8 0%, #283DA6 100%);
        background: -moz- oldlinear-gradient(top, #587CE8 0%, #283DA6 100%);
        background: linear-gradient(180deg, #587CE8 0%, #283DA6 100%);
        border: 0.36715vw solid #283CA5;
        color: #fff;
        font-size: 5.87681vw;
        line-height: 8.9372vw;
        font-weight: bold;
        font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
        position: relative;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        transform: translateZ(0);
    }

    .pChild__main--content .btnBack a::before {
        position: absolute;
        content: "";
        width: 4.75121vw;
        height: 4.75121vw;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background: url("../image/arrowBack.webp") 0 0 no-repeat;
        -moz-background-size: contain;
        background-size: contain;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 4.83092vw;
    }

    .pChild__main--content .law {
        max-width: 205.31401vw;
    }

    .pChild__main--content .law dl {
        font-size: 3.86473vw;
        line-height: 5.7971vw;
        color: #000;
    }

    .pChild__main--content .law dl dt {
        font-weight: 700;
    }

    .pChild__main--content .law dl dd {
        font-weight: 500;
    }

    .pChild__main--content .law dl + dl {
        margin-top: 5.7971vw;
    }

    .pChild__main--content .law.privacy dl {
        line-height: 6.76329vw;
    }

    .pChild__main--content .law.privacy dl + dl {
        margin-top: 6.76329vw;
    }

    .pChild__main--content .law.privacy dl dd {
        font-weight: 400;
    }
}

.pTop .faq__main .list dl dd {
    display: none;
}

.animation {
    -webkit-animation: dokundokun 1300ms ease infinite;
    -moz-animation: dokundokun 1300ms ease infinite;
    animation: dokundokun 1300ms ease infinite;
    overflow: hidden;
}

.error {
    color: #ff0000;
    display: block;
    width: 100%;
    line-height: 2;
}

.wrapCheck .error {
    text-align: center;
}

.wpcf7-not-valid-tip {
    display: none !important;
}

@-webkit-keyframes scroll-left {
    0% {
        -webkit-transform: translateX(120%);
        transform: translateX(120%);
    }
    100% {
        -webkit-transform: translateX(-120%);
        transform: translateX(-120%);
    }
}

@-moz-keyframes scroll-left {
    0% {
        -moz-transform: translateX(120%);
        transform: translateX(120%);
    }
    100% {
        -moz-transform: translateX(-120%);
        transform: translateX(-120%);
    }
}

@keyframes scroll-left {
    0% {
        -webkit-transform: translateX(120%);
        -moz-transform: translateX(120%);
        transform: translateX(120%);
    }
    100% {
        -webkit-transform: translateX(-120%);
        -moz-transform: translateX(-120%);
        transform: translateX(-120%);
    }
}

.js-text .js-item, .js-text .js-item__inner {
    display: block;
}

.js-text .js-item {
    overflow: hidden;
}

.js-text .js-item__inner {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-animation-delay: inherit;
    -moz-animation-delay: inherit;
    animation-delay: inherit;
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -moz-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.js-text.active .js-item__inner {
    -webkit-animation-name: textShow;
    -moz-animation-name: textShow;
    animation-name: textShow;
}

.effect, .isFull, .isPar {
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.delay01 {
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.delay02 {
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.delay03 {
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.delay04 {
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.delay05 {
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.delay06 {
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.delay07 {
    -webkit-transition-delay: 0.7s;
    -moz-transition-delay: 0.7s;
    transition-delay: 0.7s;
}

.delay08 {
    -webkit-transition-delay: 0.9s;
    -moz-transition-delay: 0.9s;
    transition-delay: 0.9s;
}

.delay09 {
    -webkit-transition-delay: 0.9s;
    -moz-transition-delay: 0.9s;
    transition-delay: 0.9s;
}

.delay10 {
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    transition-delay: 1s;
}

.delay11 {
    -webkit-transition-delay: 1.1s;
    -moz-transition-delay: 1.1s;
    transition-delay: 1.1s;
}

.delay12 {
    -webkit-transition-delay: 1.2s;
    -moz-transition-delay: 1.2s;
    transition-delay: 1.2s;
}

.delay13 {
    -webkit-transition-delay: 1.3s;
    -moz-transition-delay: 1.3s;
    transition-delay: 1.3s;
}

.delay14 {
    -webkit-transition-delay: 1.4s;
    -moz-transition-delay: 1.4s;
    transition-delay: 1.4s;
}

.delay15 {
    -webkit-transition-delay: 1.5s;
    -moz-transition-delay: 1.5s;
    transition-delay: 1.5s;
}

.fadeIn {
    opacity: 0;
}

.fadeIn.active {
    opacity: 1;
}

.fadeInDown {
    -webkit-transform: translate3d(0, -50px, 0);
    -moz-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
    opacity: 0;
}

.fadeInDown.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.fadeInUp {
    -webkit-transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
    opacity: 0;
}

.fadeInUp.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.zoomIn {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0;
}

.zoomIn.active {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.slideUp {
    -webkit-transform: translate3d(0, 100px, 0);
    -moz-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
    opacity: 0;
}

.slideUp.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slideDown {
    -webkit-transform: translate3d(0, -100px, 0);
    -moz-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
    opacity: 0;
}

.slideDown.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slideToRight {
    -webkit-transform: translate3d(-100px, 0, 0);
    -moz-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
    opacity: 0;
}

.slideToRight.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slideToLeft {
    -webkit-transform: translate3d(100px, 0, 0);
    -moz-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
    opacity: 0;
}

.slideToLeft.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

@-webkit-keyframes textShow {
    0% {
        -webkit-transform: translateY(130%);
        transform: translateY(130%);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-webkit-keyframes updown {
    from {
        top: -10%;
    }
    to {
        top: 110%;
    }
}

@-webkit-keyframes scrolldown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    51% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        opacity: 0;
    }
    52% {
        opacity: 1;
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-moz-keyframes scrolldown {
    0% {
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -moz-transform: translateY(100%);
        transform: translateY(100%);
    }
    51% {
        -moz-transform: translateY(-100%);
        transform: translateY(-100%);
        opacity: 0;
    }
    52% {
        opacity: 1;
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes scrolldown {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        transform: translateY(100%);
    }
    51% {
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        transform: translateY(-100%);
        opacity: 0;
    }
    52% {
        opacity: 1;
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes shine {
    50% {
        background-position-x: 150%;
    }
    51% {
        background-position-x: -100%;
    }
    100% {
        background-position-x: 50%;
    }
}

@-moz-keyframes shine {
    50% {
        background-position-x: 150%;
    }
    51% {
        background-position-x: -100%;
    }
    100% {
        background-position-x: 50%;
    }
}

@keyframes shine {
    50% {
        background-position-x: 150%;
    }
    51% {
        background-position-x: -100%;
    }
    100% {
        background-position-x: 50%;
    }
}

@-webkit-keyframes shine2 {
    50% {
        background-position-x: 150%;
        background-position-y: -150%;
    }
    51% {
        background-position-x: -100%;
        background-position-y: 150%;
    }
    100% {
        background-position-x: 50%;
        background-position-y: 50%;
    }
}

@-moz-keyframes shine2 {
    50% {
        background-position-x: 150%;
        background-position-y: -150%;
    }
    51% {
        background-position-x: -100%;
        background-position-y: 150%;
    }
    100% {
        background-position-x: 50%;
        background-position-y: 50%;
    }
}

@keyframes shine2 {
    50% {
        background-position-x: 150%;
        background-position-y: -150%;
    }
    51% {
        background-position-x: -100%;
        background-position-y: 150%;
    }
    100% {
        background-position-x: 50%;
        background-position-y: 50%;
    }
}

@-webkit-keyframes maskOrange {
    0% {
        clip-path: polygon(0 0, 100% 0, 100% 5%, 0 5%);
    }
    100% {
        clip-path: polygon(0 95%, 100% 95%, 100% 100%, 0 100%);
    }
}

@-moz-keyframes maskOrange {
    0% {
        clip-path: polygon(0 0, 100% 0, 100% 5%, 0 5%);
    }
    100% {
        clip-path: polygon(0 95%, 100% 95%, 100% 100%, 0 100%);
    }
}

@keyframes maskOrange {
    0% {
        clip-path: polygon(0 0, 100% 0, 100% 5%, 0 5%);
    }
    100% {
        clip-path: polygon(0 95%, 100% 95%, 100% 100%, 0 100%);
    }
}
