/* block */
.block-inner {
    margin: 0 auto;
    width: 92%;
    max-width: 1000px;
}
.block-head {
    margin: 0 0 45px;
    text-align: center;
}
.block-head::before {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: block;
    height: 108px;
    margin: 0 auto 35px;
    width: 100px;
}
.block-head h2 {
    font-size: 48px;
    font-weight: 700;
    margin: 0 0 35px;
}
.block-head.w h2 {
    color: #fff;
}
.block-head h2 span {
    color: #5579f6;
}
.block-head p {
    font-size: 24px;
    font-weight: 700;
}
.block-head.w p {
    color: #fff;
}
@media screen and (max-width: 968px) {
    .block-head h2 {
        font-size: 38px;
    }
    .block-head p {
        font-size: 21px;
    }
}
@media screen and (max-width: 768px) {
    .block-head {
        margin: 0 0 35px;
    }
    .block-head::before {
        margin: 0 auto 25px;
        width: 75px;
    }
    .block-head h2 {
        font-size: 32px;;
    }
    .block-head p {
        font-size: 18px;
    }
}

/* bg */
.bg {
    background: #ec6b52;
    border-radius: 60px;
    padding: 120px 0;
}
@media screen and (max-width: 968px) {
    .bg {
        border-radius: 50px;
        padding: 100px 0;
    }
}
@media screen and (max-width: 768px) {
    .bg {
        border-radius: 35px;
        padding: 80px 0;
    }
}

/* blockname */
.mv {
    padding: 45px 0 0;
}
.mv-inner {
    background: url(../images/lp202509/mv.png) no-repeat;
    background-position: right bottom;
    background-size: 46%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 0 0 50px;
    width: 90%;
    max-width: 1000px;
}
.mv-image {
    display: none;
    line-height: 0;
}
.mv-text {
    width: 100%;
}
.mv-text h1 {
    font-size: 48px;
    font-weight: 900;
    line-height: 1.8em;
    margin: 0 0 45px;
}
.mv-text h1 .marker {
    line-height: 1.5em;
    position: relative;
    width: 100%;
    max-width: max-content;
}
.mv-text h1 .marker::before {
    background: #f7bdb9;
    border-radius: 50px;
    content: "";
    height: 40%;
    padding: 0 20px 0 10px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
}
.red-txt {
    color: #ec6b52;
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 35px;
}
.mv-points {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 5px;
    margin: 0 0 25px;
    width: 100%;
    max-width: 575px;
}
.mv-point {
    filter: drop-shadow(2px 2px 2px rgb(0 0 0 / 35%));
    line-height: 0;
    width: calc((100% - (5px * 2)) / 3);
}
.mv-benefits {
    background: #E97999;
    background: linear-gradient(90deg, rgba(233, 121, 153, 1) 0%, rgba(249, 223, 98, 1) 100%);
    padding: 25px 0;
    text-align: center;
    width: 100%;
    max-width: 575px;
}
.mv-benefits p {
    color: #fff;
    font-weight: 700;
}
.mv-benefits .big {
    font-size: 30px;
}
.mv-benefits .small {
    font-size: 13px;
}
.mv-btn {
    width: 100%;
    max-width: 576px;
}
.mv-btn__item {
    background: #5579f6;
    border-radius: 50px;
    filter: drop-shadow(5px 5px 0 rgb(0 0 0 / 25%));
    height: 68px;
    margin: 35px auto 0 0;
    overflow: hidden;
    width: 100%;
}
.mv-btn__item a {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: 700;
    height: 100%;
    text-align: center;
    width: 100%;
}
@media screen and (max-width: 1168px) {
    .mv-text h1 {
        font-size: 36px;
        margin: 0 0 45px;
    }
    .mv-text h1 .marker::before {
        height: 40%;
        padding: 0 20px 0 10px;
    }
    .red-txt {
        font-size: 26px;
        margin: 0 0 25px;
    }
    .mv-btn__item a {
        font-size: 18px;
    }
}
@media screen and (max-width: 968px) {
    .mv-inner {
        background: none;
        padding: 0;
        position: relative;
    }
    .mv-image {
        display: block;
        margin: 45px auto 0;
        width: 90%;
    }
    .mv-points,
    .mv-benefits {
        max-width: 100%;
    }
    .mv-points {
        margin: 0 0 15px;
    }
    .mv-benefits {
        padding: 15px 0;
    }
    .mv-benefits .big {
        font-size: 20px;
    }
    .mv-benefits .small {
        font-size: 12px;
    }
    .mv-text {
        width: 100%;
    }
    .mv-btn {
        gap: 15px;
        margin: auto;
        position: absolute;
        bottom: 5%;
        left: 0;
        right: 0;
    }
    .mv-btn__item {
        margin: 0;
        width: 100%;
    }
}
@media screen and (max-width: 668px) {
    .mv-text h1 {
        font-size: 26px;
        margin: 0 0 15px;
    }
    .red-txt {
        font-size: 14px;
    }
    .mv-btn__item a {
        font-size: 18px;
    }
}

/* about */
.about {
    position: relative;
    z-index: 1;
}
.about-head::before {
    background-image: url(../images/lp202509/icon-about.svg);
}
.about-cards {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 5px;
    margin: 0 0 35px;
}
.about-card {
    background: #fff;
    filter: drop-shadow(2px 2px 2px rgb(0 0 0 / 35%));
    width: calc((100% - (5px * 3)) / 4);
}
.about-card__image {
    line-height: 0;
}
.about-card__text {
    padding: 15px 0;
    text-align: center;
}
.about-card__text .ttl {
    color: #ec6b52;
    font-size: 17px;
    font-weight: 700;
    margin: 0 0 10px;
}
.about-card__text .txt {
    font-size: 12px;
    font-weight: 700;
}
.about-text {
    background: #fff;
    border-radius: 11px;
    filter: drop-shadow(8px 8px 0 rgb(0 0 0 / 25%));
    padding: 35px 20px;
    text-align: center;
}
.about-text p {
    font-size: 20px;
    font-weight: 700;
    line-height: 2.3em;
}
.about-text p .big {
    font-size: 30px;
    font-weight: 700;
}
.about-text p .yellow {
    color: #5579f6;
    font-size: 24px;
    font-weight: 700;
}
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {
    .about {
        padding: 45px 0;
    }
    .about-cards {
        margin: 0 0 25px;
    }
    .about-card {
        width: calc((100% - (5px * 1)) / 2);
    }
    .about-card__text .ttl {
        font-size: 15px;
        margin: 0 0 5px;
    }
    .about-text {
        padding: 25px 15px;
    }
    .about-text p {
        font-size: 18px;
    }
    .about-text p .big {
        font-size: 24px;
    }
    .about-text p .yellow {
        font-size: 20px;
    }
}

/* about-bottom */
.about-bottom {
    background: #5579f6;
    margin-top: -50px;
    padding: 125px 0 75px;
}
.about-bottom__head::before {
    background-image: url(../images/lp202509/icon-about-bottom.svg);
}
.about-bottom__inner {
    margin: 0 auto;
    width: 92%;
}
.about-bottom__body {
    text-align: center;
}
.about-bottom__txt {
    border: 1px solid #fff;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    margin: 0 auto;
    padding: 0 35px;
    width: 100%;
    max-width: max-content;
}
.about-bottom__txt p,
.about-bottom__txt p span {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {
    .about-bottom {
        margin-top: -30px;
        padding: 70px 0 45px;
    }
    .about-bottom__txt {
        height: auto;
        padding: 10px 15px;
        text-align: center;
        max-width: 100%;
    }
    .about-bottom__txt p {
        font-size: 18px;
    }
}

/* structure */
.structure {
    padding: 75px 0;
}
.structure-head::before {
    background-image: url(../images/lp202509/icon-structure.svg);
}
.structure-cards {
    background: #dce5ff;
    border-radius: 11px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto 45px;
    padding: 35px;
}
.structure-card {
    filter: drop-shadow(5px 5px rgb(0 0 0 / 25%));
    line-height: 0;
    width: calc((100% - (10px * 2)) / 3);
}
.structure-body h3 {
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 30px;
    text-align: center;
}
.structure-points {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 5px;
}
.structure-point {
    padding: 12px 0;
    text-align: center;
    width: calc((100% - (5px * 3)) / 4);
}
.structure-point:nth-child(1) {
    background: #dce5ff;
}
.structure-point:nth-child(2) {
    background: #f2fdf5;
}
.structure-point:nth-child(3) {
    background: #fcefef;
}
.structure-point:nth-child(4) {
    background: #f2f2f2;
}
.structure-point__image {
    line-height: 0;
    height: 50px;
    margin: 0 auto;
    width: max-content;
}
.structure-point__image img {
    height: 100%;
    object-fit: contain;
    width: 100%;
}
.structure-point__text {
    padding: 10px 0;
}
.structure-point__text p {
    font-size: 18px;
    font-weight: 700;
}
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {
    .structure {
        padding: 45px 0;
    }
    .structure-cards {
        gap: 20px;
        margin: 0 auto 35px;
        padding: 20px 15px;
    }
    .structure-card {
        width: 100%;
    }
    .structure-body h3 {
        font-size: 26px;
        margin: 0 0 25px;
    }
    .structure-point {
        padding: 12px 0;
        width: calc((100% - (5px * 1)) / 2);
    }
    .structure-point__text p {
        font-size: 15px;
    }
}

/* voice */
.voice {
    background: #dce5ff;
    padding: 75px 0;
}
.voice-head::before {
    background-image: url(../images/lp202509/icon-voice.svg);
}
.voice-cards {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.voice-card {
    background: #fff;
    border-radius: 10px;
    filter: drop-shadow(1.3px 1.3px 1.3px rgb(0 0 0 / 35%));
    padding: 20px;
    width: 31.5%;
}
.voice-card__image {
    line-height: 0;
    margin: 0 auto 15px;
    width: 87px;
}
.voice-card__text {
    text-align: center;
}
.voice-card__text .name {
    font-size: 14px;
    font-weight: 700;
}
.voice-card__text .type {
    font-size: 11px;
    font-weight: 500;
}
.voice-card__ttl {
    border-radius: 8px;
    margin: 15px auto 10px;
    padding: 25px;
}
.voice-card:nth-child(1) .voice-card__ttl {
    background: #e8f4fd;
}
.voice-card:nth-child(2) .voice-card__ttl {
    background: #fcefef;
}
.voice-card:nth-child(3) .voice-card__ttl {
    background: #f2fdf5;
}
.voice-card__ttl p {
    font-size: 24px;
    font-weight: 700;
}
.voice-card:nth-child(1) .voice-card__ttl p {
    color: #5579f6;
}
.voice-card:nth-child(2) .voice-card__ttl p {
    color: #ec6b52;
}
.voice-card:nth-child(3) .voice-card__ttl p {
    color: #006837;
}
.voice-card__comment {
    background: #f2f2f2;
    border-radius: 10px;
    padding: 12px;
    text-align: left;
}
.voice-card__comment p {
    font-size: 11px;
    font-weight: 700;
    line-height: 1.8em;
}
@media screen and (max-width: 968px) {
}
@media screen and (max-width: 768px) {
    .voice {
        padding: 45px 0;
    }
    .voice-cards {
        gap: 20px;
    }
    .voice-card {
        width: 100%;
    }
}

/* support */
.support {
    padding: 75px 0;
}
.support-head::before {
    background-image: url(../images/lp202509/icon-structure.svg);
}
.support-cards {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 12px;
    row-gap: 15px;
}
.support-card {
    background: #fff;
    border-radius: 8px;
    filter: drop-shadow(0 0 5px rgb(155 155 155 / 55%));
    overflow: hidden;
    width: calc((100% - (12px * 2)) / 3);
}
.support-card__image {
    line-height: 0;
}
.support-card__text {
    padding: 20px 0;
    text-align: center;
}
.support-card__text .ttl {
    color: #ec6b52;
    font-size: 21px;
    font-weight: 700;
    margin: 0 0 10px;
}
.support-card__text .txt {
    font-size: 11px;
    font-weight: 700;
}
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {
    .support {
        padding: 45px 0;
    }
    .support-cards {
        gap: 12px;
        row-gap: 15px;
    }
    .support-card {
        width: 100%;
    }
    .support-card__text {
        padding: 12px 0;
    }
    .support-card__text .ttl {
        font-size: 16px;
    }
}

/* benefits */
.benefits {
    background: #E97999;
    background: linear-gradient(90deg, rgba(233, 121, 153, 1) 0%, rgba(249, 223, 98, 1) 100%);
    padding: 75px 0;
}
.benefits-head::before {
    background-image: url(../images/lp202509/icon-benefits.svg);
}
.benefits-in {
    background: #fff;
    border-radius: 23px;
    filter: drop-shadow(0 0 5px rgb(155 155 155 / 55%));
    padding: 45px 35px;
}
.benefits-in__head {
    margin: 0 0 35px;
    text-align: center;
}
.benefits-in__head h3 {
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 15px;
}
.benefits-in__head p {
    font-size: 24px;
    font-weight: 700;
}
.benefits-cards {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 5px;
    row-gap: 10px;
}
.benefits-card {
    width: calc((100% - (5px * 3)) / 4);
}
.benefits-card:nth-child(1) {
    background: #dce5ff;
}
.benefits-card:nth-child(2) {
    background: #f2fdf5;
}
.benefits-card:nth-child(3) {
    background: #f7ebff;
}
.benefits-card:nth-child(4) {
    background: #fcefef;
}
.benefits-card:nth-child(5) {
    background: #fffede;
}
.benefits-card:nth-child(6) {
    background: #e8f4fd;
}
.benefits-card:nth-child(7) {
    background: #fff3ff;
}
.benefits-card__image {
    line-height: 0;
}
.benefits-card__text {
    padding: 20px 0;
    text-align: center;
}
.benefits-card__text p {
    font-size: 16px;
    font-weight: 700;
}
.text-card {
    background: #f2f2f2;
    display: flex;
    justify-content: center;
    align-items: center;
}
.text-card p {
    font-size: 21px;
}
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {
    .benefits {
        padding: 45px 0;
    }
    .benefits-in {
        padding: 25px 15px;
    }
    .benefits-in__head {
        margin: 0 0 25px;
    }
    .benefits-in__head h3 {
        font-size: 26px;
    }
    .benefits-in__head p {
        font-size: 18px;
    }
    .benefits-cards {
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        flex-wrap: wrap;
        gap: 5px;
        row-gap: 10px;
    }
    .benefits-card {
        width: calc((100% - (5px * 1)) / 2);
    }
    .benefits-card__text {
        padding: 15px 0;
        text-align: center;
    }
    .benefits-card__text p {
        font-size: 14px;
    }
    .text-card p {
        font-size: 18px;
    }
}

/* message */
.message {
    padding: 75px 0;
}
.message-head::before {
    background-image: url(../images/lp202509/icon-message.svg);
}
.message-body {
    background: #fff;
    border-radius: 21px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    filter: drop-shadow(0 0 5px rgb(155 155 155 / 55%));
    padding: 45px;
}
.message-left {
    width: 168px;
}
.message-right {
    width: calc(100% - 168px - 50px);
}
.message-image {
    line-height: 0;
}
.message-name {
    margin: 15px 0 0;
    text-align: center;
}
.message-name .name {
    font-size: 21px;
    font-weight: 700;
    margin: 0 0 15px;
}
.message-name .txt {
    font-size: 16px;
    font-weight: 400;
}
.message-top {
    background: #dce5ff;
    border-radius: 17px;
    margin: 0 0 20px;
    padding: 25px 0;
    text-align: center;
}
.message-top h3 {
    color: #5579f6;
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 20px;
}
.message-top p {
    font-size: 18px;
    font-weight: 500;
}
.message-bottom {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.message-bottom p {
    font-size: 16px;
    font-weight: 400;
}
.message-bottom .blue {
    color: #5579f6;
    font-weight: 700;
}
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {
    .message {
        padding: 45px 0;
    }
    .message-body {
        padding: 25px;
    }
    .message-left {
        margin: 0 0 15px;
        width: 100%;
    }
    .message-right {
        width: 100%;
    }
    .message-image {
        margin: 0 auto;
        width: 165px;
    }
    .message-name .name {
        font-size: 18px;
    }
    .message-name .txt {
        font-size: 14px;
    }
    .message-top {
        padding: 20px 0;
    }
    .message-top h3 {
        font-size: 20px;
        margin: 0 0 15px;
    }
    .message-top p {
        font-size: 15px;
    }
    .message-bottom {
        gap: 15px;
    }
    .message-bottom p {
        font-size: 14px;
    }
}

/* pricing */
.pricing {
    background: #fcefef;
    padding: 75px 0;
}
.pricing-head::before {
    background-image: url(../images/lp202509/icon-pricing.svg);
}
.pricing-cards {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.pricing-card {
    background: #fff;
    border-radius: 15px;
    filter: drop-shadow(0 0 5px rgb(155 155 155 / 55%));
    padding: 45px;
}
.pricing-card__head {
    margin: 0 0  20px;
    text-align: center;
}
.pricing-card__head h3 {
    font-size: 36px;
    font-weight: 900;
}
.pricing-items {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.pricing-item {
    background: #f2f2f2;
    border-radius: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 35px 20px;
}
.pricing-card:nth-child(1) .pricing-item:nth-child(1) {
    background: #fcefef;
}
.pricing-card:nth-child(2) .pricing-item:nth-child(1) {
    background: #dce5ff;
}
.pricing-card:nth-child(3) .pricing-item:nth-child(1) {
    background: #f7ebff;
}
.pricing-item dt p {
    font-size: 28px;
    font-weight: 700;
}
.pricing-item dt .small {
    font-size: 21px;
    font-weight: 500;
}
.pricing-item dt .red {
    color: #ec6b52;
    font-size: 24px;
}
.pricing-item dd p {
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
}
.pricing-item dd .sale {
    color: #cccccc;
    font-size: 30px;
    font-weight: 700;
    text-align: right;
}
.pricing-item dd .sale span {
    color: #cccccc;
    font-size: 22px;
}
.pricing-item dd .price {
    font-size: 48px;
    font-weight: 900;
}
.pricing-item dd .yen {
    font-size: 36px;
    font-weight: 900;
}
.pricing-item dd .tax {
    font-size: 21px;
    font-weight: 700;
    text-align: right;
}
.pricing-item dd .text-value {
    color: #a15fd3;
    font-size: 36px;
    font-weight: 900;
}
.pricing-item dd .small-value {
    font-size: 21px;
    font-weight: 700;
}
.pricing-txt {
    background: #ec6b52;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 61px;
    margin: 45px auto 0;
    width: 100%;
    max-width: 407px;
}
.pricing-txt p {
    color: #fff;
    font-size: 21px;
    font-weight: 700;
}
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {
    .pricing {
        padding: 45px 0;
    }
    .pricing-cards {
        gap: 20px;
    }
    .pricing-card {
        padding: 25px 20px;
    }
    .pricing-card__head h3 {
        font-size: 26px;
    }
    .pricing-item {
        display: block;
        padding: 25px 15px;
    }
    .pricing-item dt {
        margin: 0 0 15px;
    }
    .pricing-item dt p {
        font-size: 21px;
    }
    .pricing-item dt .small {
        font-size: 16px;
    }
    .pricing-item dt .red {
        font-size: 18px;
    }
    .pricing-item dd .sale {
        font-size: 24px;
    }
    .pricing-item dd .sale span {
        font-size: 20px;
    }
    .pricing-item dd .price {
        font-size: 32px;
    }
    .pricing-item dd .yen {
        font-size: 26px;
    }
    .pricing-item dd .tax {
        font-size: 16px;
    }
    .pricing-item dd .text-value {
        font-size: 26px;
    }
    .pricing-item dd .small-value {
        font-size: 18px;
    }
    .pricing-txt {
        height: 50px;
        margin: 35px auto 0;
    }
    .pricing-txt p {
        font-size: 16px;
    }
}

/* seminar */
.seminar {
    padding: 75px 0;
}
.seminar-head::before {
    background-image: url(../images/lp202509/icon-seminar.svg);
}
.seminar-body {
    background: #fff;
    border-radius: 27px;
    filter: drop-shadow(0 0 5px rgb(155 155 155 / 55%));
    margin: 0 0 35px;
    padding: 45px;
}
.seminar-cards {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 12px;
    margin: 0 0 35px;
}
.seminar-card {
    background: #fcefef;
    padding: 30px 0 25px;
    text-align: center;
    width: calc((100% - (12px * 1)) / 2);
}
.seminar-card__image {
    line-height: 0;
    height: 120px;
    margin: 0 auto 20px;
    width: max-content;
}
.seminar-card__image img {
    height: 100%;
    object-fit: contain;
    width: 100%;
}
.seminar-card__text p {
    font-size: 21px;
    font-weight: 700;
}
.seminar-content__ttl {
    background: #5579f6;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 58px;
    margin: 0 auto 35px;
    padding: 0 25px;
    position: relative;
    width: 100%;
    max-width: max-content;
}
.seminar-content__ttl::after {
    border-style: solid;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-top: 20px solid #5579f6;
    border-bottom: 0;
    content: "";
    display: block;
    height: 0;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    width: 0;
}
.seminar-content__ttl p {
    color: #fff;
    font-size: 21px;
    font-weight: 700;
}
.seminar-content__list p {
    font-size: 21px;
    font-weight: 700;
    text-align: center;
}
.seminar-btn {
    height: 68px;
    margin: 65px auto 0;
    width: 100%;
    max-width: 576px;
}
.seminar-btn a {
    background: #5579f6;
    background-image: url(../images/lp202509/icon-triangel.svg);
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 15px;
    border-radius: 50px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    filter: drop-shadow(5px 5px 0 rgb(0 0 0 / 25%));
    font-size: 24px;
    font-weight: 700;
    height: 100%;
    width: 100%;
}
.seminar-text {
    margin: 45px 0 0;
    text-align: center;
}
.seminar-text p {
    font-size: 21px;
    font-weight: 700;
}
.seminar-text .tel {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 10px;
}
.seminar-text .tel::before {
    background: url(../images/lp202509/icon-tel.svg) no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: block;
    height: 35px;
    margin-right: 15px;
    width: 35px;
}
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {
    .seminar {
        padding: 45px 0;
    }
    .seminar-body {
        margin: 0 0 25px;
        padding: 20px;
    }
    .seminar-cards {
        margin: 0 0 25px;
    }
    .seminar-card {
        padding: 25px 0 15px;
        width: 100%;
    }
    .seminar-card__image {
        height: 85px;
        margin: 0 auto 15px;
    }
    .seminar-card__text p {
        font-size: 16px;
    }
    .seminar-content__ttl {
        height: 42px;
        margin: 0 auto 25px;
        padding: 0 20px;
    }
    .seminar-content__ttl p {
        font-size: 18px;
    }
    .seminar-content__list p {
        font-size: 14px;
        line-height: 1em;
    }
    .seminar-btn {
        height: 50px;
        margin: 45px auto 0;
    }
    .seminar-btn a {
        background-size: 12px;
        font-size: 18px;
    }
    .seminar-text {
        margin: 35px 0 0;
        text-align: center;
    }
    .seminar-text p {
        font-size: 16px;
    }
    .seminar-text .tel::before {
        height: 30px;
        margin-right: 10px;
        width: 30px;
    }
}

/* block */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* block */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}