@charset "utf-8";


@media (max-width: 1024px) {
    /* Tablet */

}

@media (max-width: 599px) {
    /* SP */

}


/* --------------------

.main-img

--------------------*/
.main-img {
    background: url(../img/main.jpg) center bottom no-repeat;
    background-size: contain;
    z-index: 5;
    position: relative;
    padding-bottom: 56.25%;
}

@media (max-width: 1024px) {

    /* Tablet */
    .main-img {
        background: url(../img/main-tb.jpg) center bottom no-repeat;
        background-size: contain;
        padding-bottom: 84.89%;
    }
}

@media (max-width: 599px) {

    /* SP */
    .main-img {
        background: url(../img/main-sp.jpg) center bottom no-repeat;
        background-size: contain;
        /* padding-bottom: 130%; */
        padding-bottom: 132%;
    }
}

/* --------------------

無料トライアルはこちら

--------------------*/
.main-link {
    position: absolute;
    bottom: 40px;
    width: 100%;
    white-space: nowrap;
}

.main-link a {
    display: inline-block;
    width: 50%;
    text-align: center;
    font-size: 30px;
    letter-spacing: 0.05em;
    font-weight: 700;
    color: #fff;
    height: 140px;
    line-height: 140px;
    transition: 0.3s;
}

.main-link a:hover {
    transform: scale(1.05);
    opacity: 1;

}

/* .main-link a:hover {
    opacity: 0.8;
    font-size: 32px;
} */
.main-link a.trial-link {
    background-color: #FF9002;
}

.main-link a.panf-link {
    background-color: #E15119;
}

.about-img {
    position: absolute;
    bottom: 200px;
    left: 180px;
    width: 20%;
}

@media (max-width: 1200px) {

    /* Tablet */
    .main-img {
        margin-bottom: 100px;
    }

    .main-link {
        bottom: -100px;
    }

    .main-link a {
        font-size: 18px;
        height: 100px;
        line-height: 100px;
    }

    .about-img {
        position: absolute;
        bottom: 20px;
        left: 80px;
        width: 280px;
    }

    /* .main-link a:hover {
        opacity: 0.8;
        font-size: 20px;
    } */

}

@media (max-width: 1024px) {

    /* Tablet */
    .main-link a {
        font-size: 16px;
    }

    .about-img {
        display: none;
    }

    /* .main-link a:hover {
        opacity: 0.8;
        font-size: 22px;
    } */
}

@media (max-width: 599px) {

    /* SP */
    .main-img {
        margin-bottom: 160px;
    }

    .main-link {
        white-space: normal;
        bottom: -160px;
    }

    .main-link a {
        width: 100%;
        font-size: 16px;
        height: 80px;
        line-height: 80px;
    }

    /* .main-link a:hover {
        opacity: 0.8;
        font-size: 20px;
    } */

}


/* .trial-box {
    position: absolute;
    bottom: clamp(42px, 4.2vw, 80px);
    right: clamp(32px, 3.125vw, 60px);
    width: clamp(320px, 31.25vw, 600px);
}
.trial-box img {
    width: 100%;
}
.trial-banner {
    color: #fff!important;
    background: linear-gradient(45deg, #FF9002, #FFA700);
    text-align: center;
    border-radius: 100px;
    font-weight: 700!important;
    display: block;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
    width: 90%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    padding: 1em 0;
    font-size: clamp(16px, 1.56vw, 30px);
}
.trial-banner::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    transition: 300ms;
    animation: shinyshiny 2.5s ease-in-out infinite;
}


@-webkit-keyframes shinyshiny {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}


@media (max-width: 1024px) {
    .trial-box {

        bottom: clamp(30px, 4.88vw, 50px);
        right: clamp(6px, 0.97vw, 10px);
        width: clamp(234px, 39vw, 400px);
    }
    .trial-banner {
        padding: 1.25em 0;
        font-size: clamp(14px, 1.95vw, 20px);
    }

} */


/* --------------------

.sec-about

--------------------*/
.sec-about {
    background-color: #FEF202;
}

.sec-about h3 {
    background-color: #fff;
    width: 100%;
    border-radius: 200px;
    padding: 0.4em;
    margin-bottom: 20px;
}

.sec-about .item {
    padding: 50px 0;
    align-items: center;
}

.sec-about .item:not(:last-of-type) {
    border-bottom: 3px solid #fff;
}

.sec-about .img img {
    height: 250px;
    object-fit: contain;
}

.sec-about .txt {
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
}

.sec-about .txt span {
    font-size: 4rem;
    display: inline-block;
    letter-spacing: 0.1em;
    font-weight: 900;
    padding: 10px 0;
    vertical-align: middle;
}

@media (max-width: 1024px) {

    /* Tablet */
    .sec-about .item {
        margin: 0 auto;
        max-width: 100%;
    }

    .sec-about .txt {
        font-size: 1.6rem;
    }

    .sec-about .txt span {
        font-size: 2.4rem;
    }

    .sec-about .img img {
        height: 200px;
    }
}

@media (max-width: 599px) {

    /* SP */
    .sec-about .item {
        padding: 30px 0px;
    }

    .sec-about .item:first-of-type {
        padding-top: 10px;
    }

    .sec-about .txt {
        font-size: 1.6rem;
        margin-bottom: 20px;
    }

    .sec-about .txt span {
        font-size: 2rem;
    }

    .sec-about .img img {
        height: 160px;
    }
}



/* --------------------

.sec-0

--------------------*/
.sec-0 {
    background-color: #F2F2F2;
    position: relative;
}

.sec-0 h3 {
    color: #02B199;
}

.sec-0 .content p {
    font-size: 2rem;
    font-weight: 500;
    position: relative;
    text-align: center;
    background-color: #fff;
    width: 100%;
    border-radius: 15px;
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sec-0 .content img {
    height: 160px;
    object-fit: contain;
    position: relative;
    top: -20px;
}


@media (max-width: 1024px) {

    /* Tablet */
    .sec-0 .content p {
        font-size: 1.6rem;
    }

    .sec-0 .content img {
        height: 120px;
    }

}

@media (max-width: 599px) {

    /* SP */
    .sec-0 {
        padding-bottom: 0px;
    }

    .sec-0 .content p {
        font-size: 1.5rem;
        line-height: 1.75;
        height: 140px;
    }

    .sec-0 .content img {
        top: -25px;
        height: 100px;
        margin-bottom: -15px;
    }
}

.triangle-box-wrapper {
    background-color: #02B199;
}

.triangle-box {
    width: 320px;
    margin: 0 auto;
}

.triangle3 {
    width: 0;
    height: 0;
    border-left: 160px solid transparent;
    border-right: 160px solid transparent;
    border-top: 80px solid #fff;
}

@media (max-width: 599px) {
    .triangle-box {
        width: 240px;
        margin: 0 auto;
    }

    .triangle3 {
        border-left: 120px solid transparent;
        border-right: 120px solid transparent;
        border-top: 50px solid #fff;
    }
}


/* --------------------

.sec-２

--------------------*/
.sec-2 {
    padding: 120px 0 120px;
}

.sec-2 .item {
    padding: 65px 30px;
    background-color: #D4FAF5;
    border-radius: 10px;
    margin-right: 0;
    margin-left: 0;
}

.sec-2 .item:not(:last-of-type) {
    margin-bottom: 40px;
}

/* .sec-2 .item:nth-of-type(2n) {
    flex-direction: row-reverse;
}

.sec-2 .item:nth-of-type(2n) .txt {
    padding-left: 40px;
} */

.sec-2 h4 {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 2;
    position: relative;
}

.sec-2 h4 span {
    display: block;
    font-size: 0.75em;
    line-height: 1;
    color: #04D0B4;
    letter-spacing: 0.2em;
    /* position: absolute; */
    /* top: -1.5em; */
    margin-bottom: 0.5em;
    font-family: 'Lato', sans-serif;
}

.sec-2 p {
    font-weight: 700;
}

.sec-2 .img {
    height: 250px;
}

.sec-2 .img img {
    object-fit: contain;
}

@media (max-width: 1024px) {

    /* Tablet */
    .sec-2 {
        padding: 80px 0 20px;
    }

    .sec-2 .item {
        padding: 20px 15px;
    }

    .sec-2 h4 {
        font-size: 2rem;
    }

    .sec-2 h4::before {
        width: 45px;
        line-height: 45px;
    }

    .sec-2 .img {
        height: 200px;
    }

    .sec-2 .item:not(:last-of-type) {
        margin-bottom: 25px;
    }
}

@media (max-width: 599px) {

    /* SP */
    .sec-2 {
        padding: 40px 0 20px;
    }

    .sec-2 .item {
        padding: 50px 0px 20px;
    }

    .sec-2 .item:nth-of-type(2n) .txt {
        padding-left: 15px;
    }

    .sec-2 h4 {
        font-size: 2rem;
        line-height: 1.75;
    }

    /* .sec-2 h4 span {
        top: -2em;
    } */

    .sec-2 .img {
        height: 200px;
        min-height: inherit;
        margin: 10px auto 0;
        padding: 20px 0;
    }

    .sec-2 .item:not(:last-of-type) {
        margin-bottom: 15px;
    }

}

/* --------------------

.sec-４

--------------------*/
.radio-box {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.plan-item {
    width: 25%;
    position: relative;
}

/* .plan-item::after {
    content: '税抜価格';
    display: block;
    position: absolute;
    bottom: 20px;
    right: 10px;
    color: #888888;
    z-index: 3;
} */


.item.radio-box input[type=radio] {
    display: none;
}

.item.radio-box label {
    display: block;
    width: 100% !important;
    background-color: #fff;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 2;
    font-weight: 500;
    font-weight: 400;
    border: 1px solid #D6D6D6;
    padding-bottom: 50px;
    height: 280px;
}

.item.radio-box .plan-item:not(:last-of-type) label {
    border-right: none;
}


.sec-4 .item label span.ttl {
    font-size: 1.1em;
    text-align: center;
    margin-bottom: 10px;
    letter-spacing: 0.1em;
    font-weight: 700;
    padding: 10px 0;
    background-color: #2665BD;
    color: #fff;
    display: block;
}

.sec-4 .item .plan-item:nth-of-type(2) label span.ttl {
    background-color: #32BFDA;
}

.sec-4 .item .plan-item:nth-of-type(3) label span.ttl {
    background-color: #F39E1D;
}

.sec-4 .item .plan-item:nth-of-type(4) label span.ttl {
    background-color: #7CC605;
}

.sec-4 .item .plan-item:nth-of-type(5) label span.ttl {
    background-color: #6F70FC;
}


.sec-4 .item .plan-item:nth-of-type(5) label {
    cursor: default;
}


.sec-4 .item label span.price1 {
    text-align: center;
    font-size: 4.5rem;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    width: 80%;
    margin: 0 auto;
    padding: 30px 0 15px;
    color: #2665BD;
    display: block;
    white-space: nowrap;
}

.sec-4 .item .plan-item:nth-of-type(2) label span.price1 {
    color: #32BFDA;
}

.sec-4 .item .plan-item:nth-of-type(3) label span.price1 {
    color: #F39E1D;
}

.sec-4 .item .plan-item:nth-of-type(4) label span.price1 {
    color: #7CC605;
}

.sec-4 .item .plan-item:nth-of-type(5) label span.price1 {
    color: #6F70FC;
}



.sec-4 .item label span.price2 {
    text-align: center;
    font-size: 3rem;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    padding-top: 10px;
    position: relative;
    color: #707070;
}

.sec-4 .item label span small {
    font-weight: 400;
    font-size: 0.5em;
    margin-left: 0.25em;

}

.span_plan5 {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.1em;
}


.zeikomi {
    text-align: center;
    display: block;
    width: 100%;
    font-size: 1.6rem;
    line-height: 1;
    color: #4A4A4A;
}

.zeikomi span {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 2.2rem;
    padding-left: 5px;
    padding-right: 5px;
}



@media (max-width: 1024px) {

    /* Tablet */
    .sec-4 .item label span.ttl {
        font-size: 1em;
    }

    .sec-4 .item label span.price1 {
        font-size: 3.6rem;
        padding-top: 20px;
        padding-bottom: 40px;
    }

    .sec-4 .item label small {
        display: block;
        line-height: 1;
    }

    .zeikomi {
        font-size: 1.5rem;
    }

    .zeikomi span {
        font-size: 2rem;
    }


}

@media (max-width: 599px) {

    /* SP */
    .radio-box {
        flex-direction: column;
    }

    .plan-item {
        width: 100%;
    }

    .item.radio-box .plan-item:not(:last-of-type) label {
        border-right: 1px solid #D6D6D6;
    }

    .item.radio-box label {
        margin-bottom: 5px;
        height: 170px;
    }

    .sec-4 .item label span.price1 {
        padding: 0;
    }

    .sec-4 .item label small {
        display: inline-block;
    }

    .sec-4 .item label span.ttl {
        padding: 5px 0;
    }

    .p2 {
        font-size: 1.2rem;
    }

    .plan-item::after {
        font-size: 1.3rem;
    }




}

/* ----------------------
  
  .sec-５
  
---------------------- */
.sec-5 {
    background-color: #04D0B4;
    text-align: center;
}

.sec-5 .form-wrapper {
    max-width: 95%;
    background-color: #fff;
    border-radius: 5px;
    padding: 100px 0;
    margin: 0 auto;
}

.sec-5 .container form,
.sec-5 .txt-box {
    width: 80%;
    margin: 0 auto;
}

.sec-5 .txt-box {
    text-align: left;
    border: 2px solid #44BCBC;
    border-radius: 10px;
    padding: 40px 50px;
    margin-bottom: 50px;
}

.sec-5 .txt-box p {
    font-weight: 400;
    line-height: 2;
    color: #4A4A4A;
}

.sec-5 .txt-box .small::before {
    content: '※';
    display: inline-block;
    margin-right: 5pxv;
}

.line {
    position: relative;
    background: linear-gradient(transparent 60%, #FFFF00 0%);
}

@media (max-width: 1024px) {

    /* Tablet */
    .sec-5 .form-wrapper {
        padding: 75px 0;
    }

    .sec-5 .container form,
    .sec-5 .txt-box {
        width: 90%;
    }

    .sec-5 .txt-box {
        margin-bottom: 30px;
        padding: 20px 30px;
    }
}

@media (max-width: 599px) {

    /* SP */
    .sec-5 .form-wrapper {
        padding: 35px 0;
        width: 100%;
        max-width: 100%;
    }

    .sec-5 .container form,
    .sec-5 .txt-box {
        width: calc(100% - 10px);
    }

    .sec-5 .txt-box {
        padding: 20px 10px;
        margin-bottom: 25px;
    }

    .sec-5 .txt-box p {
        line-height: 1.75;
    }
}


form .table {
    margin-bottom: 50px;
}

form .table th,
form .table td {
    color: #121212;
    text-align: left;
    padding-top: 15px;
    padding-bottom: 15px;
}

form .table tr {
    padding-top: 20px;
    padding-bottom: 20px;
}

form .table tr {
    border-bottom: 1px solid #E8E8E8;
}

form .table tr:first-of-type {
    border-top: 1px solid #E8E8E8;
}

form .table tr:first-of-type th {
    border-top: 1px solid #E8E8E8;
}

form .table tr:first-of-type th {
    border-top: none;
}

form .table input,
form .table textarea,
form .table select {
    padding: 5px 0;
    padding-left: 8px;
    color: #222222;
    border: 1px solid #E8E8E8;
    background-color: #eee;
    width: 100%;
}

form .table select {
    padding: 6px 8px;
    width: 100%;
}

::placeholder {
    color: #d1d1d1;
}

@media (max-width: 1024px) {
    /* Tablet */

}

@media (max-width: 599px) {

    /* SP */
    form .table th,
    form .table td {
        display: block;
        border: none;
    }

    form .table th {
        padding-top: 10px;
        padding-bottom: 5px;
    }

    form .table td {
        padding-top: 5px;
        padding-bottom: 10px;
        font-size: 16px;
    }
}

/* 必須 */
form .table .need::after {
    color: red;
    content: '*';
    background-color: inherit;
    padding: 0;
    margin: 0;
    font-size: 1.6rem;
}

/* 送信ボタン */
.agreeBox a {
    text-decoration: underline;
    letter-spacing: 0.1em;
    padding-left: 8px;
}

.formBtn .form-btn {
    background-color: inherit;
    border: 1px solid #C7C7C7;
    color: #222;
    padding: 10px 80px;
    text-align: left;
    position: relative;
    margin: 0 auto;
    width: inherit;
}

.formBtn .form-btn:hover {
    opacity: 0.5;
}

.formBtn .form-btn .fas {
    font-size: 2.0rem;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.1s;
}

.formBtn .form-btn:hover .fas {
    right: 5px;
}



#form-page {
    min-height: 100vh;
    background-color: #04D0B4;
}



.sec-6 h3::after {
    content: none;
}

.sec-6 .form-btn {
    width: 250px;
    text-align: center;
}

.sec-6 .form-btn.submit {
    background-color: #02B199;
    color: #fff;
    border: none;
}

.sec-6 .link-top {
    border: 1px solid #C7C7C7;
    color: #222;
    padding: 10px 0;
    display: inline-block;
    margin-top: 30px;
    width: 300px;
    max-width: 90%;
}

@media (max-width: 599px) {

    /* SP */
    .sec-6 .form-wrapper {
        padding: 50px 10px;
    }

    .sec-6 .form-btn {
        width: 90%;
        margin-bottom: 5px;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .sec-6 .link-top {
        padding: 15px 0;
        width: 90%;
    }
}


/* ----------------------

  .sec-table

---------------------- */
.sec-table {
    background-color: #F2F2F2;
    overflow: hidden;
}

.sec-table h3 {
    margin-bottom: 150px;
}

.cell-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.cell-box:nth-of-type(1) {
    width: 14%;
}

.cell-box:nth-of-type(2) {
    width: 20%;
}

.cell-box:nth-of-type(3),
.cell-box:nth-of-type(4),
.cell-box:nth-of-type(5) {
    width: 22%;
}

.cell-box .ttl {
    line-height: 2;
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 10px;
}

.cell-box .fukidashi {
    position: absolute;
    width: 320px;
    left: 50%;
    top: -100px;
    transform: translateX(-50%);
    text-align: center;
}

.cell-box .fukidashi p {
    background-color: #F36A73;
    color: #fff;
    font-size: 1.4rem;
    border-radius: 10px;
    padding: 14px 0;
    position: relative;
}

.cell-box .fukidashi p::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #F36A73;
}


.cell-box .red {
    width: 100%;
    border: 4px solid #F36A73;
    position: absolute;
    height: 798px;
    border-radius: 10px;
    top: 46px;
    z-index: 100;
}

.cell {
    width: calc(100% - 8px);
    margin: 0 auto 8px;
    height: 100%;
    display: flex;
    align-items: center;
}

.height200 .cell {
    height: 125px;
}


.cell-box.green .cell {
    color: #fff;
    background-color: #02B199;
    font-size: 1.8rem;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 10px;
}

.cell-box.green .cell .small {
    font-size: 1.3rem;
}

.cell-box.white .cell {
    background-color: #fff;
    color: #222222;
    text-align: center;
    justify-content: center;
    padding: 0px 5px;
    flex-direction: column;
}

.cell .txt {
    color: #707070;
    font-size: 1.2rem;
    display: block;
    margin-top: 10px;
    line-height: 1.5;
}

.cell .kigou {
    width: 50px;
    height: 50px;
}

.cell .kigou.nijuumaru {
    background: url(../img/kigou1@3x-8.png) center center no-repeat;
    background-size: contain;
}

.cell .kigou.maru {
    background: url(../img/kigou2@3x-8.png) center center no-repeat;
    background-size: contain;
}

.cell .kigou.sankaku {
    background: url(../img/kigou3@3x-8.png) center center no-repeat;
    background-size: contain;
}

.cell .kigou.batsu {
    background: url(../img/kigou4@3x-8.png) center center no-repeat;
    background-size: contain;
}

.cell .kigou.line {
    background: url(../img/kigou5@3x-8.png) center center no-repeat;
    background-size: contain;
}

@media (max-width: 1024px) {

    /* Tablet */
    .cell-box.green .cell {
        font-size: 1.6rem;
    }

    .cell-box.green .cell .small {
        font-size: 1.2rem;
    }

    .cell .txt {
        font-size: 1.2rem;
        letter-spacing: normal;
    }
}

@media (max-width: 599px) {

    /* SP */
    .sec-table h3 {
        margin-bottom: 100px;
    }

    .cell-box .fukidashi {
        width: 260px;
        top: -80px;
    }

    .cell-box .fukidashi p {
        font-size: 1.2rem;
    }

    .cell-box .red {
        top: 40px;
        height: 776px;
    }

    .cell {
        width: calc(100% - 4px);
        margin-bottom: 4px;
    }

    .cell-box .ttl {
        font-size: 1.6rem;
        white-space: nowrap;
    }

    .sec-table .container {
        padding: 0;
    }

    .cell-box.green .cell {
        font-size: 1.4rem;
    }

    .cell-box.green .cell .small {
        font-size: 1.1rem;
    }

    .cell .txt {
        font-size: 1.1rem;
        letter-spacing: normal;
    }

    .cell .kigou {
        width: 30px;
        height: 30px;
    }

    .cell-box.green .cell {
        padding: 0 5px;
    }

    /* .height200 .cell {
        height: 120px;
    } */

}


/* ----------------------

  banner

---------------------- */
.banner_wrapper {
    padding: 100px 0;
}

.banner_wrapper a:hover {
    opacity: 0.85;
}

@media (max-width: 1024px) {

    /* Tablet */
    .banner_wrapper {
        padding: 70px 0;
    }

}

@media (max-width: 599px) {

    /* SP */
    .banner_wrapper {
        padding: 40px 0;
    }

    .banner_wrapper img.d-none {
        display: block !important;
    }

    .banner_wrapper img.d-block {
        display: none !important;
    }


}


.video_ttl {
    font-size: 2.8rem;
    margin-bottom: 1.5em;
    font-weight: 500;

}

video {
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
    width: 100%;
    /* max-width: 800px; */
    display: block;
    margin: 0 auto;
}

@media (max-width: 1024px) {
    .video_ttl {
        font-size: 2.4rem;
    }

    video {
        /* max-width: 600px; */
    }
}

@media (max-width: 599px) {
    .video_ttl {
        font-size: 1.6rem;
        margin-bottom: 0.75em;
    }
}


/*----------------------------- 

LINE機能追加 

-----------------------------*/

.feature-line-block {
    position: relative;
}

.img_option {
    position: absolute;
    width: 135px;
    left: -15px;
    top: 30px;
}

.feature-line-block .txt {
    margin-top: 40px;
}

.feature-line-block h4 p {
    position: relative;
    padding-left: 2.25em;
    white-space: nowrap;
}

.feature-line-block h4 p:before {
    content: '';
    width: 2em;
    height: 2em;
    background: url(../img/icon_new.png) center center no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.sec-2 .feature-line-block h4 span {
    position: relative;
    /* left: -2.75em; */
}

.caption-feature-line {
    margin-top: 40px;
}

.caption-feature-line li {
    font-size: 13px;
    font-weight: 400 !important;
    color: #353535;
    line-height: 1.75;
    letter-spacing: 0.02em;
    position: relative;
    padding-left: 1.25em;
}

.caption-feature-line li:before {
    content: '※';
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
}

@media (max-width: 1024px) {
    .img_option {
        width: 100px;
        top: 10px;
        left: -11px;
    }

    .caption-feature-line li {
        font-size: 11px;
        line-height: 1.5;
    }

    .sec-2 .item.feature-line-block {
        padding: 20px 15px 30px;
    }
}

@media (max-width: 599px) {
    .sec-2 .item.feature-line-block {
        padding: 50px 0px 20px;
    }

    .feature-line-block h4 p {
        white-space: initial;
        padding-left: 0;
    }

    .feature-line-block h4 p:before {
        top: -10px;
        left: initial;
        right: 0;
        rotate: 20deg;
    }

    .caption-feature-line {
        margin-top: 40px;
    }

    .caption-feature-line li {
        line-height: 1.75;
    }
}

/*----------------------------- 

LINE機能追加 

-----------------------------*/

.price_option_block_wrapper {
    justify-content: center;
    margin-top: 100px;
    position: relative;
}

.price_option_block_wrapper:before {
    content: '';
    width: 40px;
    height: 40px;
    display: block;
    margin: 0 auto;
    background: url(../img/icon_plus.png) center center no-repeat;
    background-size: contain;
    position: absolute;
    top: -85px;
}

.price_option_block {
    width: 100%;
    max-width: 820px;
}

.price_option_block>label {
    height: auto !important;
    padding-bottom: 0 !important;
}

.price_option_block .ttl {
    background-color: #6E6E6E !important;
    padding: 5px 0 !important;
    margin-bottom: 0 !important;
}

.price_option_block .sub_ttl {
    display: block;
    text-align: center;
    color: #6E6E6E;
    border-bottom: 1px solid #DFDFDF;
    font-weight: 700;
    position: relative;
}

.help-text {
    display: none;
    font-size: 12px;
    position: absolute;
    text-align: left;
    line-height: 1.5;
    font-weight: 400;
    background-color: #fff;
    border: 1px solid #eee;
    padding: 0.5em;
    margin-left: 1em;
    bottom: 2em;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
    color: #343434;
    letter-spacing: 0;
    width: 400px;
    z-index: 999;
}

.help-icon.active+.help-text {
    display: inline-block;
}

.price_option_block .help-icon {
    width: 1.25em;
    height: 1.25em;
    background: url(../img/icon_help.png) center center no-repeat;
    background-size: contain;
    display: inline-block;
    margin-left: 0.25em;
    position: relative;
    top: 0.2em;
    cursor: pointer;
}


.sec-4 .price_option_block label span.price1 {
    color: #343434;
    padding-bottom: 0;
    line-height: 1.5;
}

.sec-4 .price_option_block label small {
    color: #6E6E6E;
}

.option-price,
.option-campaign-price {
    width: 100%;
}

.option-price {
    position: relative;
}

/* .option-price:before {
    content: '';
    width: 185px;
    height: 3px;
    background-color: #F94F4F;
    display: block;
    position: absolute;
    rotate: 11deg;
    left: 30px;
    top: 64px
} */

.option-campaign-price {
    text-align: center;
}

.option-campaign-price .beta-label {
    font-size: 15px;
    background-color: #F94F4F;
    color: #fff;
    font-weight: 500;
    display: inline-block;
    padding: 0 15px;
    line-height: 1.5;
    letter-spacing: 0;
}

.option-campaign-price .beta-date {
    color: #F94F4F;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0;
    display: block;
}

.option-campaign-price .price1,
.option-campaign-price .price1 small {
    color: #F94F4F !important;
}

.option_wrapper {
    padding: 20px 0px 35px 20px;
}

.option_wrapper:not(:last-of-type) {
    border-bottom: 1px solid #eee;
}

.option_wrapper>.inner {
    gap: 15px;
}

.option_kind {
    min-width: 480px;
    /* padding: 0 15px; */
}

.option_kind p {
    font-weight: 700;
}

.option_price_box {
    position: relative;
    width: 100%;
    justify-content: end;
}

.sankaku_img {
    position: absolute;
    top: 50%;
    left: calc(50% + 20px);
    transform: translate(-50%, -50%);
    width: 20px;
}



.price_caption {
    margin-top: 50px;
}

.price_caption li {
    position: relative;
    padding-left: 1.25em;
    font-size: 15px;
}

.price_caption li:before {
    content: '※';
    position: absolute;
    left: 0;
}


@media (max-width: 1024px) {
    .price_option_block span small {
        display: inline !important;
    }

    .option-price:before {
        top: 62px;
        left: 50%;
        transform: translateX(-50%);
        width: 154px;
    }

    .option_kind {
        min-width: 280px;
        width: 280px;
    }

    .help-text {
        width: 200px;
    }
}


@media (max-width: 599px) {
    .price_option_block_wrapper {
        align-items: center;
        margin-top: 80px;
    }

    .price_option_block_wrapper:before {
        top: -65px;
    }

    .option_wrapper {
        padding: 25px 20px 25px;
    }

    .option_wrapper>.inner {
        flex-direction: column;
    }

    .option_price_box {
        flex-direction: column;
        align-items: center;
        gap: 30px;
        padding-top: 5px;
    }


    .option-price,
    .option-campaign-price {
        width: 100%;
    }

    .price_option_block>label {
        height: auto !important;
    }

    .option-price:before {
        left: 50%;
        transform: translateX(-50%);
        top: 42px;
    }

    .option-campaign-price .beta-label {
        font-size: 13px;
    }

    .sankaku_img {
        left: 50%;
        transform: translate(-50%, -50%) rotate(90deg);
        width: 12px;
        top: 130px;
    }

    .price_caption {
        margin-top: 30px;
    }

    .price_caption li {
        font-size: 13px;
    }

    .help-text {
        width: 90%;
        left: 50%;
        transform: translateX(-50%);
        margin-left: 0;
        bottom: 30px;
    }
}



/* ------------------------------------------------

リニューアル20251002追記 

------------------------------------------------ */

.color_green {
    color: #02B199;
}

.container {
    max-width: 960px;
}



/* セクションタイトル */

.section-title {
    font-size: 30px;
    letter-spacing: 0.05em;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 2em;
    position: relative;
    left: -20px;
}

.section-title:after {
    content: '';
    display: block;
    width: 180px;
    background-color: #02B199;
    height: 5px;
    margin-top: 0.9em;
}

@media (max-width: 1024px) {
    .section-title {
        left: 0;
        font-size: 28px;
    }
}

@media (max-width: 599px) {
    .section-title {
        font-size: 20px;
    }

    .section-title:after {
        height: 3px;
        width: 120px;
    }
}

/* ------------------------------------

QR入退管理とは 

------------------------------------*/

.section--about {
    background-color: #F7F1E7;
}



@media (min-width: 1025px) {
    .section--about {
        padding: 150px 0;
    }
}


.about__img-box {
    width: 50%;
    padding-right: 80px;
}

.about__txt-box {
    width: 50%;
}

.about__lead {
    background-color: #fff;
    font-size: 20px;
    font-weight: 500;
    height: 1.8em;
    display: flex;
    vertical-align: middle;
    padding: 0 2em;
    border-radius: 2em;
    display: inline-block;
    border: 1px solid #D8D8D8;
    margin-bottom: 1.5em;
}

.about__title {
    font-size: 34px;
    font-weight: 900;
    line-height: 2;
    letter-spacing: 0.05em;
}

.about__img-box img {
    object-fit: contain;
}

@media (max-width: 1024px) {
    .about__img-box {
        padding-right: 40px;
    }

    .about__lead {
        font-size: 16px;
        padding: 0 1.5em;
    }

    .about__title {
        font-size: 24px;
    }
}


@media (max-width: 599px) {

    .section--about {
        padding: 60px 0;
    }

    .about__inner {
        flex-direction: column;
        padding: 0 20px;
    }

    .about__img-box,
    .about__txt-box {
        width: 100%;
    }

    .about__img-box {
        padding-right: 0;
        max-width: 240px;
        margin: 0 auto 30px;
    }

    .about__txt-box {
        text-align: center;
    }

    .about__lead {
        font-size: 14px;
        width: 100%;
        max-width: 240px;
        margin-bottom: 1em;
    }

    .about__title {
        font-size: 18px;
    }
}

/* .about__img-box {
    overflow: hidden;
} */

.video__about {
    box-shadow: none;
    height: 100%;
    width: 120%;
}

/* ------------------------------------

サービス紹介動画 

------------------------------------*/

.p_credit {
    text-align: right;
    font-size: 12px;
    font-weight: 400;
    color: #8A8A8A;
}

@media (max-width: 599px) {
    .p_credit {
        font-size: 11px;
    }
}


/* ------------------------------------

QR入退管理の特徴

------------------------------------*/

.section--features {
    background-color: #F7F1E7;
}

.features__list {
    gap: 20px;
}

.features__item {
    background-color: #fff;
    width: 100%;
    border-radius: 30px;
    padding: 28px 35px;
    height: 400px;
    position: relative;
}

.features__item:after {
    position: absolute;
    content: '';
    width: 85%;
    height: 130px;
    background: url(../img/about-3.png) center center no-repeat;
    background-size: contain;
    left: 50%;
    transform: translateX(-50%);
    bottom: 25px;
}

.features__item:first-of-type:after {
    background-image: url(../img/feature02.png);
}

.features__item:nth-of-type(2):after {
    background-image: url(../img/feature01.png);
}

.features__item:last-of-type:after {
    background-image: url(../img/about-3.png);
    width: 80%;
}

.features__num {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 28px;
    letter-spacing: 0.02em;
    background-color: #02B199;
    color: #fff;
    width: 100px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4em;
    margin: 0 auto 1em;
}

.features__text {
    font-weight: 900;
    font-size: 20px;
    line-height: 1.75;
    letter-spacing: 0;
}

@media (max-width: 1024px) {
    .features__list {
        flex-direction: column;
    }

    .features__item {
        height: 280px;
    }

    .features__item:after {
        background-position: center right;
    }
}

@media (max-width: 599px) {
    .features__list {
        gap: 30px;
    }

    .features__item {
        height: 250px;
        padding: 20px 30px;
        padding-bottom: 10px;
    }

    .features__item:after {
        bottom: 15px;
    }

    .features__num {
        font-size: 20px;
        width: 70px;
        height: 30px;
        position: relative;
        top: -32px;
        margin: 0;
    }

    .features__text {
        font-size: 16px;
    }

    .features__item:after {
        width: 75%;
        height: 100px;
        background-position: center center;
    }
}

/* ------------------------------------

お悩み

------------------------------------*/

.problems__title {
    text-align: center;
    font-weight: 700;
    letter-spacing: 0.1em;
    font-size: 30px;
    margin-bottom: 3.25em;
}

.problems__list {
    gap: 20px;
    display: flex;
    flex-direction: column;
}

.problems__item {
    text-align: center;
    max-width: 848px;
    margin: 0 auto;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.05em;
    background-color: #FFF758;
    padding: 1em 0;
    width: 100%;
    border-radius: 3em;
    position: relative;
}

.problems__item:after {
    content: '';
    position: absolute;
    width: 100px;
    height: 120px;
    background: url(../img/onayami01.png) center bottom no-repeat;
    background-size: contain;
    display: block;
    z-index: 999;
    bottom: 0;
    left: 20px;
}

.problems__item:nth-of-type(2):after {
    background-image: url(../img/onayami02.png);
    left: initial;
    right: 20px;
}

.problems__item:nth-of-type(3):after {
    background-image: url(../img/onayami03.png);
}

@media (max-width: 1024px) {
    .problems__title {
        font-size: 28px;
        margin-bottom: 2em;
    }
}

@media (max-width: 599px) {
    .problems__title {
        font-size: 20px;
        margin-bottom: 1.5em;
    }

    .problems__list {
        gap: 15px;
    }

    .problems__item {
        font-size: 16px;
    }
    .problems__item:after {
        width: 55px;
        height: 70px;
        left: 0;
    }
    .problems__item:nth-of-type(2):after {
        right: 0;
    }
}

/* ------------------------------------

QR入退管理でできること

------------------------------------*/

.sec-2 {
    background-color: #02B199;
}

.functions__title {
    color: #fff;
}

.functions__title:after {
    background-color: #FFF758;
}

.sec-2 .item {
    background-color: #fff;
}

.sec-2 h4 span {
    font-size: 2em;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 0;
    font-weight: 700;
    margin-bottom: 0.25em;
}

.sec-2 .item:nth-of-type(1) h4 span {
    color: #217CCC;
}

.sec-2 .item:nth-of-type(2) h4 span {
    color: #32BFDA;
}

.sec-2 .item:nth-of-type(3) h4 span {
    color: #F39E1D;
}

.sec-2 .item:nth-of-type(4) h4 span {
    color: #7CC605;
}

.sec-2 .item:nth-of-type(5) h4 span {
    color: #F65F5F;
}

/* .sec-2 .item:nth-of-type(6) h4 span {
    color: #217CCC;
} */


@media (min-width: 1025px) {
    .sec-2 .item {
        padding: 25px 30px;
        border-radius: 30px;
        box-shadow: 8px 8px 0px #007A69;
    }

    .sec-2 h4 {
        font-size: 26px;
        font-weight: 900;
        letter-spacing: 0.05em;
        line-height: 1.75;
        position: relative;
        top: -20px;
    }
}

@media (max-width: 1024px) {
    
}

@media (max-width: 599px) {
    .sec-2 .item {
        padding: 30px 10px 20px;
    }

    .sec-2 h4 {
        font-size: 1.8rem;
    }

    .sec-2 h4 span {
        font-size: 1.25em;
    }
}


/* ------------------------------------

機能一覧

------------------------------------*/

.functions__btm {
    padding-top: 120px;
}

.functions__list {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.functions__item {
    background-color: #fff;
    font-size: 16px;
    width: calc((100% - 45px) / 4);
    border-radius: 15px;
    height: 192px;
    padding-top: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #4A4A4C;
    position: relative;
}

.functions__item:after {
    content: '';
    position: absolute;
    width: 55px;
    height: 55px;
    background: url(../img/function-icon01.png) center center no-repeat;
    background-size: contain;
    top: 35px;
}

.functions__item:nth-of-type(2):after {
    background-image: url(../img/function-icon02.png);
}

.functions__item:nth-of-type(3):after {
    background-image: url(../img/function-icon03.png);
}


.functions__item:nth-of-type(4):after {
    background-image: url(../img/function-icon04.png);
}


.functions__item:nth-of-type(5):after {
    background-image: url(../img/function-icon05.png);
}


.functions__item:nth-of-type(6):after {
    background-image: url(../img/function-icon06.png);
}

.functions__item:nth-of-type(7):after {
    background-image: url(../img/function-icon07.png);
}

.functions__item:nth-of-type(8):after {
    background-image: url(../img/function-icon08.png);
}


.functions__badges {
    position: absolute;
    bottom: 20px;
}

.functions__badge {
    display: inline-block;
    color: #858585;
    font-size: 12px;
    color: #858585;
    border: 1px solid #858585;
    border-radius: 2em;
    padding: 0em 1em;
    /* background-color: #EEFCD9; */
    font-weight: 500;
}

@media (max-width: 1024px) {
    
}

@media (max-width: 599px) {
    

    .functions__btm {
        padding-top: 60px;
    }

    .functions__list {
        gap: 8px;
    }

    .functions__item {
        width: calc((100% - 8px) / 2);
        height: 100px;
        padding-top: 20px;
        font-size: 13px;
    }

    .functions__item:after {
        width: 25px;
        height: 25px;
        top: 20px;
    }

    .functions__badges {
        bottom: 10px;
    }

    .functions__badge {
        font-size: 10px;
        line-height: 1.125;
        padding: 0 0.75em;
    }
}


/* ------------------------------------

キャンペーンコード

------------------------------------*/

.campaign-code-field {
    background-color: #E9FDFF;
    padding: 10px;
    margin-bottom: 50px;
}

.campaign-code-label {
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 500;
}

.campaign-code-note {
    font-size: 12px;
    color: #333;
    margin-top: 0.25em;
}

.campaign-code-input {
    padding: 4px;
    border: 1px solid #c7c7c7;
    min-width: 240px;
}

/* ------------------------------------

アマギフキャンペーンバナー

------------------------------------*/

.floating-banner {
  position: fixed;
  right: 10px;
  bottom: -220px;
  z-index: 9999;
  width: 360px;
  display: block;
  transition: all 0.4s ease;

  /* シャドウ */
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
  border-radius: 12px;
  overflow: hidden;
}

/* 表示状態 */
.floating-banner.is-visible {
  bottom: 10px;
}

/* 非表示（フッター時） */
.floating-banner.is-hidden {
  bottom: -220px;
}

.floating-banner__img {
  width: 100%;
  display: block;
}

/* 閉じるボタン */
.floating-banner__close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 28px;
  height: 28px;
  border: none;
  border-radius: 50%;
  background: rgba(100, 100, 100, 0.9);
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  cursor: pointer;
}

/* ホバーちょい浮き */
.floating-banner:hover {
  transform: translateY(-4px);
  opacity: 0.95;
}

@media screen and (max-width: 768px) {
  .floating-banner {
    width: 260px;
  }
}