.p_lp {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
    overflow: hidden;
}

.p_lp * {
    box-sizing: border-box;
}

p,
h1,
h2,
h3,
h4 {
    margin: 0;
    padding: 0;
}

.p_lp ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pc {
    display: block;
}

@media (max-width: 767px) {
    .pc {
        display: none;
    }
}

.sp {
    display: none;
}

@media (max-width: 767px) {
    .sp {
        display: block;
    }
}

.inner {
    max-width: 1160px;
    padding: 0 40px;
    width: 100%;
    margin: auto;
}

@media (max-width: 767px) {
    .inner {
        width: 100%;
        padding: 0 20px;
    }
}
.p_lp a:hover {
    opacity: 0.6;
}

/*************************************************/

.lp-kv {
    background-image: url(../img/kv_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 108px 60px;
}
@media (max-width: 767px) {
    .lp-kv {
        background-image: url(../img/kv_bg_sp.png);
        padding: 60px 0 0;
    }
}

.lp-kv__content {
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 767px) {
    .lp-kv__content {
        flex-direction: column;
    }
}


.lp-kv__image {
    width: 490px;
}
@media (max-width: 767px) {
    .lp-kv__image {
        width: 100%;
        max-width: 335px;
    }
}

.lp-kv__image img {
    width: 100%;
}

.lp-kv__text {
    
}
@media (max-width: 767px) {
    .lp-kv__text {
        width: 100%;
        max-width: 335px;
    }
}


.lp-kv__text--title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 20px;
}
@media (max-width: 767px) {
    .lp-kv__text--title {
        gap: 8px;
        margin-bottom: 20px;
    }
}

.lp-kv__text--title>span {
    min-height: 69px;
    padding: 8px 16px;
    background-color: #FFF;
    display: inline-flex;
    align-items: center;
}
@media (max-width: 767px) {
    .lp-kv__text--title>span {
        min-height: 50px;
        padding: 8px 8px;
    }
}

.lp-kv__text--title>span>span {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 900;
    font-size: 43px;
    line-height: 125%;
    background: linear-gradient(90deg, #0C334F 0%, #6E9AC2 50.48%, #0C334F 97.6%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
@media (max-width: 767px) {
    .lp-kv__text--title>span>span {
        font-size:24px;
    }
}

.lp-kv__text--main {
    font-weight: 700;
    font-size: 32px;
    line-height: 160%;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin-bottom: 32px;
}
@media (max-width: 767px) {
    .lp-kv__text--main {
        font-size: 20px;
        margin-bottom: 16px;
        white-space: nowrap;
    }
}

.lp-kv__text--disp {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 160%;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
@media (max-width: 767px) {
    .lp-kv__text--disp {
        font-size: 15px;
    }
}

.lp-problem {
    background-image: url(../img/problem_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0;
}
@media (max-width: 767px) {
    .lp-problem {
        background-position: center;
        padding: 60px 0 40px;
    }
}

.lp-problem__content {}

.lp-problem__title {
    /* font-family: 'Hiragino Sans'; */
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.5em;
    margin-bottom: 28px;
    text-align: center;
}
@media (max-width: 767px) {
    .lp-problem__title {
        font-size: 24px;
        margin-bottom: 20px;
    }
}

.lp-problem__title span {
    background: linear-gradient(90deg, #0C334F 0%, #6E9AC2 50.48%, #0C334F 97.6%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.lp-problem__text {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 160%;
    text-align: center;
    color: #000000;
    margin-bottom: 40px;
}
@media (max-width: 767px) {
    .lp-problem__text {
        font-size: 16px;
        margin-bottom: 48px;
    }
}

.lp-problem__text p {
    margin-bottom: 24px;
}
@media (max-width: 767px) {
    .lp-problem__text p {
        margin-bottom: 16px;
    }
}

.lp-problem__text p:last-child {
    margin-bottom: 0;
}

.lp-problem__cards {
    display: flex;
    gap: 28px;
}
@media (max-width: 767px) {
    .lp-problem__cards {
        flex-direction: column;
        gap: 20px;
        max-width: 335px;
        width: 100%;
        margin: auto;
    }
}

.lp-problem__card {
    border-radius: 30px;
    overflow: hidden;
    max-width: 356px;
    width: 100%;
    background-color: #FFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
@media (max-width: 767px) {
    .lp-problem__card {
        max-width: 335px;
    }
}

.lp-problem__card dt {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 22px;
    width: 100%;
    height: 64px;
    background: linear-gradient(90deg, #0C334F 0%, #6E9AC2 50.48%, #0C334F 97.6%);
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.25em;
    text-align: center;
    color: #FFFFFF;
}
@media (max-width: 767px) {
    .lp-problem__card dt {
        padding: 20px 20px;
        width: 100%;
        height: 64px;
        font-size: 20px;
    }
}

.lp-problem__card dd {
    padding: 16px 16px 40px;
    margin: 0;
}
@media (max-width: 767px) {
    .lp-problem__card dd {
        padding: 16px 20px 28px;
    }
}

.lp-problem__ico {
    margin-bottom: 24px;
    text-align: center;
}
@media (max-width: 767px) {
    .lp-problem__ico {
        margin-bottom: 24px;
    }
}
.lp-problem__ico img {
    width: 150px;
}
@media (max-width: 767px) {
    .lp-problem__ico img {
        width: 150px;
    }
}

.lp-problem__disp {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 160%;
    text-align: center;
    color: #000000;
}
@media (max-width: 767px) {
    .lp-problem__disp {
        font-size: 18px;
    }
}
.lp-product {
    margin-bottom: 48px;
}
@media (max-width: 767px) {
    .lp-product {
        margin-bottom: 60px;
    }
}

.lp-product__voice {
    background-image: url(../img/product_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0;
    margin-bottom: 60px;
}
@media (max-width: 767px) {
    .lp-product__voice {
        background-image: url(../img/product_bg_sp.png);
        padding: 40px 20px;
        margin-bottom:40px;
    }
}

.lp-product__voice p {
    font-weight: 900;
    font-size: 32px;
    line-height: 160%;
    text-align: center;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
@media (max-width: 767px) {
    .lp-product__voice p {
        font-size: 24px;
    }
}

.lp-product__title {
    margin-bottom: 40px;
}
@media (max-width: 767px) {
    .lp-product__title {
        margin-bottom: 20px;
    }
}


.lp-product__title h2 {
    text-align: center;
}

.lp-product__title h2 span {
    /*font-family: 'Hiragino Sans';*/
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.5em;
    background: linear-gradient(90deg, #0C334F 0%, #6E9AC2 50.48%, #0C334F 97.6%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
@media (max-width: 767px) {
    .lp-product__title h2 span {
        font-size: 24px;
    }
}

.lp-product__title p {
    /*font-family: 'Hiragino Sans';*/
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5em;
    color: #3F88BC;
    text-align: center;
}
@media (max-width: 767px) {
    .lp-product__title p {
        font-size: 14px;
    }
}

.lp-product__wrap {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
@media (max-width: 767px) {
    .lp-product__wrap {
        gap: 12px;
        max-width: 335px;
        width: 100%;
        margin: auto;
    }
}

.lp-product__content {
    display: flex;
}
@media (max-width: 767px) {
    .lp-product__content {
        flex-direction: column;
    }
}

.lp-product__content--02,
.lp-product__content--04 {
    flex-direction: row-reverse;
}
@media (max-width: 767px) {
    .lp-product__content--02,
    .lp-product__content--04 {
        flex-direction: column;
    }
}

.lp-product__image {
    width: 500px;
    width: 44.6%;
}
@media (max-width: 767px) {
    .lp-product__image {
        width: 100%;
    }
}

.lp-product__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.lp-product__body {
    width: 55.4%;
    padding: 40px 24px 32px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
@media (max-width: 767px) {
    .lp-product__body {
        width: 100%;
        padding: 24px 24px 32px;
        display: block;
    }
}


.lp-product__content--01 .lp-product__body {
    background: linear-gradient(90deg, #CBFFCA 0%, #8AC8FF 100%);
}
.lp-product__content--02 .lp-product__body {
    background: linear-gradient(90deg, #CAFFF3 0%, #F0FFF0 100%);
}

.lp-product__content--03 .lp-product__body {
    background: linear-gradient(90deg, #FFDE71 0%, #FFD0D0 100%);
}

.lp-product__content--04 .lp-product__body {
    background: linear-gradient(90deg, #D5D5D5 0%, #FFFFFF 100%);
}

.lp-product__tag {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 11px 22px;
    width: 117px;
    height: 44px;
    background: linear-gradient(90deg, #0C334F 0%, #6E9AC2 50.48%, #0C334F 97.6%);
    border-radius: 30px;
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.25m;
    text-align: center;
    color: #FFFFFF;
}

@media (max-width: 767px) {
    .lp-product__tag {
        padding: 11px 22px;
        width: 109px;
        height: 41px;
        font-size: 16px;
        margin-bottom: 8px;
    }

}
.lp-product__lead {
    margin-bottom: 20px;
}
@media (max-width: 767px) {
    .lp-product__lead {
        margin-bottom: 20px;
    }
}

.lp-product__lead span {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.5em;
    background: linear-gradient(90deg, #0C334F 0%, #6E9AC2 50.48%, #0C334F 97.6%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
@media (max-width: 767px) {
    .lp-product__lead span {
        font-size: 22px;
    }
}

.lp-product__disp {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    color: #000000;
}
@media (max-width: 767px) {
    .lp-product__disp {
        font-size: 16px;
    }
}

.lp-bg {
    background-image: url(../img/bg01.png);
    background-size: 100% 100%;
    /* background-size: contain; */
    background-position: top center;
    background-repeat: repeat;
    position: relative;
    margin-bottom: 40px;
}
@media (max-width: 767px) {
    .lp-bg {
        background-image: url(../img/bg01_sp.png);
        margin-bottom: 40px;
    }
}

.lp-bg:before {
    content: "";
    background-color: #FFFFFF;
    width: 100%;
    height: 100px;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    top: 0;
    left: 0;
    display: block;
    position: absolute;
}
@media (max-width: 767px) {
    .lp-bg:before {
        height: 28px;
    }
}

.lp-bg:after {
    content: "";
    background-color: #FFFFFF;
    width: 100%;
    height: 100px;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    bottom: 0;
    left: 0;
    display: block;
    position: absolute;
}
@media (max-width: 767px) {
    .lp-bg:after {
        height: 28px;
    }
}


.lp-attention {
    padding: 150px 0 48px;
    position: relative;
    background-color: #FFFFFFB3;
}
@media (max-width: 767px) {
    .lp-attention {
        padding: 64px 0 40px;
    }
}

.lp-attention:before {
    content: "";
    background-color: #FFFFFFB3;
    width: 100%;
    height: 100px;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    bottom: -100px;
    left: 0;
    display: block;
    position: absolute;
}
@media (max-width: 767px) {
    .lp-attention:before {
        height: 28px;
        bottom: -28px;
    }
}

.lp-attention__wrap {}

.lp-attention__wrap h2 {
    text-align: center;
    margin-bottom: 40px;
}
@media (max-width: 767px) {
    .lp-attention__wrap h2 {
        margin-bottom: 16px;
    }
}

.lp-attention__wrap h2 span {
    /*font-family: 'Hiragino Sans';*/
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.5em;
    background: linear-gradient(90deg, #0C334F 0%, #6E9AC2 50.48%, #0C334F 97.6%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
@media (max-width: 767px) {
    .lp-attention__wrap h2 span {
        font-size: 24px;
    }
}

.lp-attention__content {
    display: flex;
    align-items: center;
    gap: 24px;
}
@media (max-width: 767px) {
    .lp-attention__content {
        flex-direction: column;
        gap: 28px;
        max-width: 335px;
        width: 100%;
        margin: auto;
    }
}

.lp-attention__media {
    width: 500px;
    width: 44.6%;
}
@media (max-width: 767px) {
    .lp-attention__media {
        width: 100%;
    }
}

.lp-attention__media img {
    width: 100%;
    display: block;
}

.lp-attention__body {
    width: calc(55.4% - 24px);
}
@media (max-width: 767px) {
    .lp-attention__body {
        width: 100%;
    }
}


.lp-attention__text {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    color: #000000;
    margin-bottom: 32px;
}
@media (max-width: 767px) {
    .lp-attention__text {
        font-size: 16px;
        margin-bottom: 28px;
    }
}


.lp-attention__btn {}

.lp-attention__btn a {
    width: 166px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #269641;
    border-radius: 30px;
    /*font-family: 'Hiragino Sans';*/
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 175%;
    color: #FFFFFF;
    text-decoration: none;
}
@media (max-width: 767px) {
    .lp-attention__btn a {
        width: 166px;
        height: 50px;
        font-size: 16px;
        margin: auto;
    }
}

.lp-table {
    padding: 180px 0 140px;
}
@media (max-width: 767px) {
    .lp-table {
        padding: 90px 0 28px;
    }
}


.lp-table__wrap {}

.lp-table__content {
    margin-bottom: 60px;
    flex-direction: column;
    display: flex;
    gap: 4px;
    background-color: #CBCBCB;
}
@media (max-width: 767px) {
    .lp-table__content {
        margin-bottom: 36px;
        gap: 4px;
    }
}

.lp-table__content dl {
    display: flex;
    margin: 0;
}
.lp-table__content dl dt {
    width: 356px;
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.25em;
    text-align: center;
    color: #000000;
    padding: 16px;
    text-align: center;
    background-color: #FFFFFF80;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 767px) {
    .lp-table__content dl dt {
        width: 140px;
        font-size: 14px;
        padding: 16px;
    }
}

.lp-table__content dl dd {
    width: calc(100% - 356px);
    padding: 16px 20px;
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.75em;
    color: #000000;
    margin: 0;
    background-color: #F2F2F2;
}
@media (max-width: 767px) {
    .lp-table__content dl dd {
        width: calc(100% - 140px);
        padding: 16px 20px;
        font-size: 14px;
    }
}

.lp-table__media {}

.lp-table__media img {
    max-width: 1044px;
    width: 100%;
    margin: auto;
    display: block;
}
@media (max-width: 767px) {
    .lp-table__media img {
        width: 100%;
        max-width: 335px;
    }
}

.lp-active {
    padding: 52px 0 152px;
    background-color: #FFFFFFB3;
    position: relative;
}
@media (max-width: 767px) {
    .lp-active {
        padding: 60px 0 92px;
    }
}

.lp-active:before {
    content: "";
    background-color: #FFFFFFB3;
    width: 100%;
    height: 100px;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    top: -100px;
    left: 0;
    display: block;
    position: absolute;
}
@media (max-width: 767px) {
    .lp-active:before {
        height: 28px;
        top: -28px;
    }
}

.lp-active__wrap {}

.lp-active__wrap h2 {
    margin-bottom: 40px;
    text-align: center;
}
@media (max-width: 767px) {
    .lp-active__wrap h2 {
        margin-bottom: 20px;
    }
}

.lp-active__wrap h2 span {
    /*font-family: 'Hiragino Sans';*/
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.5em;
    background: linear-gradient(90deg, #0C334F 0%, #6E9AC2 50.48%, #0C334F 97.6%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
@media (max-width: 767px) {
    .lp-active__wrap h2 span {
        font-size: 24px;
    }
}

.lp-active__content {
    display: flex;
    gap: 24px;
}
@media (max-width: 767px) {
    .lp-active__content {
        flex-direction: column;
        gap: 16px;
        max-width: 335px;
        width: 100%;
        margin: auto;
    }
}

.lp-active__item {
    width: calc(33.333% - (48px / 3));
    background-color: #EEEEEE;
    border-radius: 20px;
    overflow: hidden;
}
@media (max-width: 767px) {
    .lp-active__item {
        width: 100%;
    }
}

.lp-active__media {
    margin-bottom: 24px;
}
@media (max-width: 767px) {
    .lp-active__media {
        margin-bottom: 24px;
    }
}

.lp-active__media img {
    width: 100%;
}

.lp-active__body {
    padding: 0 20px 80px;
}
@media (max-width: 767px) {
    .lp-active__body {
        padding: 0 20px 80px;
    }
}

.lp-active__point {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 11px 22px;
    width: 137px;
    height: 44px;
    background: linear-gradient(90deg, #0C334F 0%, #6E9AC2 50.48%, #0C334F 97.6%);
    border-radius: 30px;
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.25em;
    text-align: center;
    color: #FFFFFF;
    margin: auto;
    margin-bottom: 16px;
}
@media (max-width: 767px) {
    .lp-active__point {
        padding: 11px 22px;
        width: 127px;
        height: 41px;
        font-size: 16px;
        margin: auto;
        margin-bottom: 16px;
    }
}

.lp-active__lead {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.25em;
    text-align: center;
    color: #000000;
    margin-bottom: 16px;
}
@media (max-width: 767px) {
    .lp-active__lead {
        font-size: 18px;
        margin-bottom: 16px;
    }
}

.lp-active__disp {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    text-align: center;
    color: #000000;
}
@media (max-width: 767px) {
    .lp-active__disp {
        font-size: 16px;
    }
}


.lp-banner {
    margin-bottom: 80px;
}
@media (max-width: 767px) {
    .lp-banner {
        margin-bottom: 68px;
    }
}


.lp-banner__content {
    background-image: url(../img/banner_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px;
    border-radius: 20px;
}
@media (max-width: 767px) {
    .lp-banner__content {
        background-image: url(../img/banner_bg_sp.png);
        padding: 40px 20px 20px;
    }
}

.lp-banner__content h2 {
    /*font-family: 'Hiragino Sans';*/
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.75em;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin-bottom: 20px;
    text-align: center;
}
@media (max-width: 767px) {
    .lp-banner__content h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }
}

.lp-banner__disp {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 160%;
    text-align: center;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin-bottom: 20px;
}
@media (max-width: 767px) {
    .lp-banner__disp {
        font-size: 16px;
        margin-bottom: 20px;
    }
}

.lp-banner__btn {}

.lp-banner__btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 11px 20px;
    gap: 10px;
    width: 400px;
    height: 50px;
    background: #269641;
    border-radius: 30px;
    /*font-family: 'Hiragino Sans';*/
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
    margin: auto;
    text-decoration: none;
    text-align: center;
}
@media (max-width: 767px) {
    .lp-banner__btn a {
        padding: 11px 20px;
        width: 284px;
        height: 78px;
        border-radius: 30px;
        font-size: 16px;
    }
}