.pc-size-content {
    max-width: none;
}
.page-content{
    margin:0; 
}

.hero {
    padding: 120px 20px;
    display: none;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: "Noto Sans JP", sans-serif;
    color: #333;
}

/* バナー */
.banner-section {
    /* background: #fff; */
    padding: 48px 20px;
}

.banner-section__inner {
    max-width: 1200px;
    margin: 0 auto;
}

.banner-section picture {
    display: block;
}

.banner-section__image {
    display: block;
    width: 100%;
    height: auto;
}

.banner-section__inner a img {
    transition: 0.3s;
}

.banner-section__inner a:hover img {
    transform: scale(0.95);
}

/* スマホ */
@media (max-width: 640px) {
    .banner-section {
        padding: 32px 16px;
    }
}


/* ファーストビュー */
.fv {
    position: relative;
    overflow: hidden;
    background: #fff;
    border-top: 3px solid #06c755;
}

.fv::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 48%;
    height: 76%;
    background: #e7f8ef;
    clip-path: polygon(22% 0, 100% 0, 100% 100%, 0 100%);
    z-index: 0;
}

.fv__inner {
    position: relative;
    z-index: 1;
    max-width: 1120px;
    margin: 0 auto;
    padding: 130px 40px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
}

.fv__content {
    width: 50%;
}

.fv__badge {
    display: inline-block;
    padding: 8px 20px;
    border: 1.5px solid #06c755;
    border-radius: 5px;
    color: #008f3a;
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 25px;
}

.fv__title {
    margin: 0;
    font-size: 32px;
    line-height: 1.65;
    font-weight: 800;
    letter-spacing: 0.04em;
    color: #333;
}

.fv__title span {
    color: #06c755;
}

.fv__logo {
    margin: 36px 0 0;
    font-size: 52px;
    font-weight: 800;
    color: rgba(6, 199, 85, 0.12);
    line-height: 1;
}

.fv__visual {
    position: relative;
    width: 50%;
    min-height: 280px;
}

.fv__tablet {
    position: absolute;
    top: 20px;
    right: 90px;
    width: 360px;
    max-width: 75%;
    transform: rotate(-3deg);
    filter: drop-shadow(0 12px 20px rgba(0, 0, 0, 0.18));
}

.fv__phone {
    position: absolute;
    top: 55px;
    right: 0;
    width: 130px;
    max-width: 28%;
    transform: rotate(8deg);
    filter: drop-shadow(0 12px 18px rgba(0, 0, 0, 0.22));
}

.fv__bottom {
    position: relative;
    z-index: 2;
    margin-top: 8px;
    background: #06b94f;
    color: #fff;
    text-align: center;
    padding: 30px 20px 22px;
}

.fv__bottom p {
    margin: 0 0 14px;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 0.03em;
}

.fv__bottom span {
    display: inline-block;
    background: #fff;
    color: #333;
    padding: 4px 24px;
    border-radius: 5px;
    margin-right: 10px;
    font-size: 18px;
}

.fv__bottom strong {
    color: #fff100;
}

.fv__bottom small {
    font-size: 15px;
    font-weight: 700;
}

/* タブレット */
@media (max-width: 900px) {
    .fv::after {
        width: 56%;
    }

    .fv__inner {
        padding: 80px 28px 0;
        gap: 28px;
    }

    .fv__title {
        font-size: 26px;
    }

    .fv__logo {
        font-size: 40px;
    }

    .fv__tablet {
        right: 60px;
        width: 300px;
    }

    .fv__phone {
        width: 105px;
    }

    .fv__bottom p {
        font-size: 20px;
    }
}

/* スマホ */
@media (max-width: 600px) {
    .fv::after {
        width: 100%;
        height: 42%;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 82%);
    }

    .fv__inner {
        padding: 100px 22px 0;
        flex-direction: column;
        text-align: center;
    }

    .fv__content,
    .fv__visual {
        width: 100%;
    }

    .fv__badge {
        margin-bottom: 20px;
        font-size: 16px;
		background: #fff;
    }

    .fv__title {
        font-size: 28px;
        line-height: 1.55;
    }

    .fv__logo {
        font-size: 36px;
        margin-top: 28px;
    }

    .fv__visual {
        min-height: 230px;
        margin-top: 12px;
    }

    .fv__tablet {
        top: 20px;
        right: 50%;
        width: 300px;
        max-width: 76%;
        transform: translateX(50%) rotate(-3deg);
        margin: auto;
    }

    .fv__bottom {
        margin-top: 0;
        padding: 26px 18px 20px;
    }

    .fv__bottom p {
        font-size: 18px;
        line-height: 1.6;
    }

    .fv__bottom span {
        display: inline-block;
        margin: 0 10px 8px;
        font-size: 15px;
    }

    .fv__bottom small {
        font-size: 13px;
    }
}



/* ＝＝＝＝＝＝＝　BRFORE　＝＝＝＝＝＝＝ */
.before-section {
    position: relative;
    overflow: hidden;
    background: #fff;
    padding: 72px 20px 88px;
}

.before-section::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 68%;
    background: #eafbf2;
    clip-path: polygon(0 20%, 100% 48%, 100% 100%, 0 100%);
    z-index: 0;
}

.before-section__inner {
    position: relative;
    z-index: 1;
    max-width: 1120px;
    margin: 0 auto;
}

.before-section__heading {
    text-align: center;
    margin-bottom: 56px;
}

.before-section__label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 250px;
    height: 32px;
    margin: 0 0 20px;
    background: #06c755;
    color: #fff;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
}

.before-section__title {
    margin: 0;
    color: #111;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 0.04em;
    line-height: 1.5;
}

.before-section__title span {
    color: #06c755;
    font-size: 38px;
    font-weight: 500;
    vertical-align: -0.05em;
}

.before-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.before-card {
    min-height: 190px;
    background: #fff;
    border: 2px solid #06c755;
    border-radius: 6px;
    padding: 46px 32px;
    display: flex;
    align-items: center;
}

.before-card p {
    margin: 0;
    color: #111;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.65;
    letter-spacing: 0.03em;
}

.before-card span {
    color: #06c755;
	font-weight: 600;
}

/* タブレット */
@media (max-width: 900px) {
    .before-section {
        padding: 64px 24px 76px;
    }

    .before-section__heading {
        margin-bottom: 44px;
    }

    .before-cards {
        gap: 14px;
    }

    .before-card {
        min-height: 170px;
        padding: 34px 24px;
    }

    .before-card p {
        font-size: 19px;
    }
}

/* スマホ */
@media (max-width: 640px) {
    .before-section {
        padding: 56px 18px 64px;
    }

    .before-section::before {
        height: 82%;
        clip-path: polygon(0 12%, 100% 26%, 100% 100%, 0 100%);
    }

    .before-section__label {
        min-width: 180px;
        height: 35px;
        font-size: 16px;
    }

    .before-section__title {
        font-size: 17px;
    }

    .before-section__title span {
        font-size: 32px;
    }

    .before-cards {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .before-card {
        min-height: auto;
        padding: 28px 24px;
    }

    .before-card p {
        font-size: 20px;
        line-height: 1.7;
    }
}


/* ＝＝＝＝＝＝＝　After　＝＝＝＝＝＝＝ */
.after-section {
    background: #fff;
    padding: 100px 20px;
}

.after-section__inner {
    max-width: 1080px;
    margin: 0 auto;
}

.after-card {
    display: grid;
    grid-template-columns: 300px 1fr;
    align-items: center;
    gap: 64px;
    padding: 34px 84px;
    border: 2px solid #06c755;
    border-radius: 4px;
    background: #fff;
}

.after-card__image img {
    width: 100%;
    display: block;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.after-card__content h3 {
    margin: 0 0 28px;
    color: #333;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.65;
    letter-spacing: 0.03em;
}

.after-card__content ul {
    margin: 0;
    padding: 22px 28px;
    list-style: none;
    background: #e7f8ef;
}

.after-card__content li {
    position: relative;
    padding-left: 38px;
    color: #333;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.8;
}

.after-card__content li+li {
    margin-top: 16px;
}

.after-card__content li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 2px;
    width: 20px;
    height: 20px;
    border: 1.5px solid #06c755;
    border-radius: 50%;
    color: #06c755;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 800;
}

/* 複数カードを入れる場合 */
.after-card+.after-card {
    margin-top: 36px;
}

/* タブレット */
@media (max-width: 900px) {
    .after-card {
        grid-template-columns: 240px 1fr;
        gap: 36px;
        padding: 30px 40px;
    }

    .after-card__content h3 {
        font-size: 20px;
    }

    .after-card__content li {
        font-size: 16px;
    }
}

/* スマホ */
@media (max-width: 640px) {
    .after-section {
        padding: 32px 18px;
    }

    .after-card {
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 24px 20px;
    }

    .after-card__image {
        max-width: 260px;
        margin: 0 auto;
    }

    .after-card__content h3 {
        margin-bottom: 20px;
        font-size: 19px;
        text-align: center;
    }

    .after-card__content ul {
        padding: 20px;
    }

    .after-card__content li {
        font-size: 15px;
        line-height: 1.7;
    }
}

/* 特徴 */
.features-section {
    background: #e7f8ef;
    padding: 90px 20px 100px;
}

.features-section__inner {
    max-width: 980px;
    margin: 0 auto;
}

.features-section__heading {
    text-align: center;
    margin-bottom: 90px;
}

.features-section__heading h2 {
    margin: 0 0 26px;
    color: #06c755;
    font-size: 27px;
    font-weight: 800;
    letter-spacing: 0.05em;
}

.features-section__heading p {
    margin: 0;
    color: #222;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.8;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px 38px;
}

.feature-card {
    background: #fff;
    padding: 10px 24px 32px;
    box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.18);
    min-height: 285px;
}

.feature-card__icon {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-card__icon img {
    max-width: 100%;
    max-height: 100%;
    display: block;
}

.feature-card h3 {
    margin: 0 0 18px;
    color: #06c755;
    font-size: 21px;
    font-weight: 500;
    text-align: center;
    line-height: 1.4;
    letter-spacing: 0.03em;
}

.feature-card p {
    margin: 0;
    color: #222;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.85;
    letter-spacing: 0.02em;
}

.feature-card p span {
    color: #06c755;
    font-weight: 600;
}

/* タブレット */
@media (max-width: 900px) {
    .features-section {
        padding: 76px 24px 86px;
    }

    .features-section__heading {
        margin-bottom: 64px;
    }

    .features-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 28px;
    }

    .feature-card {
        min-height: 280px;
    }
}

/* スマホ */
@media (max-width: 640px) {
    .features-section {
        padding: 60px 18px 70px;
    }

    .features-section__heading {
        margin-bottom: 44px;
    }

    .features-section__heading h2 {
        font-size: 20px;
        line-height: 1.6;
    }

    .features-section__heading p {
        font-size: 13px;
    }

    .features-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .feature-card {
        padding: 30px 22px;
        min-height: auto;
        box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.16);
    }

    .feature-card__icon {
        width: 120px;
        height: 120px;
    }

    .feature-card h3 {
        font-size: 20px;
    }

    .feature-card p {
        font-size: 16px;
        line-height: 1.8;
    }
}