* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Noto Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}

html {
    scroll-behavior: smooth;
}

#menu {
    display: none;
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, .85);
    padding: 4.5rem 1.5rem 1.5rem;
    z-index: 1000;
}

#menu > svg {
    width: 8vw;
    height: 8vw;
    color: white;
    position: fixed;
    right: 2rem;
    top: 2rem;
}

/* メニュー本体：未ログインは1カラム、ログイン時は左=公開ナビ / 右=マイページナビの2カラム */
#menu .menu-content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
    max-height: 100%;
    overflow-y: auto;
    /* 細くて半透明なスクロールバー */
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, 0.25) transparent;
}

#menu .menu-content.two-col {
    grid-template-columns: 1fr 1fr;
    align-items: start;
}

/* 極小画面（< 340px）では2カラムが窮屈になるため縦積みに戻す */
@media screen and (max-width: 339px) {
    #menu .menu-content.two-col {
        grid-template-columns: 1fr;
    }
}

#menu .menu-content::-webkit-scrollbar {
    width: 4px;
}

#menu .menu-content::-webkit-scrollbar-track {
    background: transparent;
}

#menu .menu-content::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.25);
    border-radius: 2px;
}

#menu .menu-content::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.45);
}

#menu nav {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

#menu nav a {
    color: white;
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none;
    padding: 0.4rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

#menu .menu-section {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.8rem;
    margin-top: 0.6rem;
    padding-bottom: 0.2rem;
    user-select: none;
    pointer-events: none;
}

.only-sp {
    display: none;
}

:root {
    --hero-max-width: 1920px;
    --content-max-width: 1300px;
}

body {
    background-color: #f7f8f9;
}

header {
    display: flex;
    align-items: center;
    padding: 0.5rem 2rem;
    background-color: white;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 0;
    z-index: 100;
}

/* /page/top/ ランディングページではヘッダーをスクロールに追従させる（hero との一体感のため） */
body.landing-page header {
    position: static;
}

header > a {
    font-size: 0;
}

header > a > img {
    width: auto;
    height: 1.5rem;
}

header > nav {
    display: flex;
    align-items: center;
    justify-content: start;
    margin-left: 4rem;
    gap: 2.5rem;
}

header > nav a {
    font-size: 0.95rem;
    color: #333333;
    font-weight: 700;
    text-decoration: none;
}

header .login {
    outline: none;
    border: none;
    font-size: 0.85rem;
    color: white;
    font-weight: 700;
    border-radius: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .4rem;
    padding: .3rem 1.2rem;
    background-color: #44af35;
    margin-left: auto;
    text-decoration: none;
}

header .login > img {
    height: 1.2rem;
    width: 1.2rem;
}

.hero {
    padding: 2rem 8rem 4rem 8rem;
    position: relative;
    overflow: hidden;
}

.hero::before {
    content: "";
    background: linear-gradient(to left, #d1ea69, #7bc118);
    width: 145rem;
    left: -12rem;
    height: 77rem;
    bottom: 20.5rem;
    position: absolute;
    border-radius: 25rem;
    transform: rotateZ(-27deg);
    z-index: -1;
}

.hero .content {
    width: 100%;
    max-width: var(--hero-max-width);
    margin-inline: auto;
    display: flex;
    align-items: center;
    padding-bottom: 2rem;
    justify-content: space-between;
}

.hero .content .texts {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    color: white;
    font-size: 0;
}

.hero .content .texts h1 {
    font-size: 4.5rem;
    font-weight: bold;
    white-space: nowrap;
}

.hero .content .texts p {
    font-size: 2rem;
    font-weight: 600;
    line-height: 2;
}

.hero .content > img {
    width: 38rem;
    height: auto;
}

.hero .content .texts .items {
    display: flex;
    gap: 1rem;
}

.hero .content .texts .items .item {
    background-color: #f3fccf;
    font-size: 1.4rem;
    font-weight: 550;
    color: #217415;
    white-space: nowrap;
    border-radius: 5px;
    position: relative;
    padding: 1rem 1.5rem 1rem 4.5rem;
    overflow: hidden;
}

.hero .content .texts .items .item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: block;
    font-size: 0;
    background-color: #d9ef80;
    width: 4.5rem;
    -webkit-clip-path: polygon(0 0, 100% 0, 60% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 60% 100%, 0 100%);
}

.hero .content .texts .items .item::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: block;
    font-size: 0;
    background: url("../img/badge.png") no-repeat 10px center;
    background-size: 50%;
    width: 4.5rem;
}

.hero .buttons {
    width: 100%;
    max-width: var(--max-width);
    margin-inline: auto;
    display: flex;
    justify-content: center;
    gap: 3rem;
    align-items: center;
}

.hero .buttons > a {
    display: block;
    padding: 1.8rem;
    border-radius: 10rem;
    font-size: 2.5rem;
    text-decoration: none;
    white-space: nowrap;
    position: relative;
    padding-inline: 12rem;
    color: white;
    font-weight: bold;
    background: linear-gradient(to right, #89ee6c, #5ab84d);
    box-shadow: 0 6px 14px rgba(191, 241, 128, 0.23);
    text-align: center;
    letter-spacing: 2px;
}

.hero .buttons > a::before {
    width: 5.3rem;
    height: 5.3rem;
    border-radius: 50%;
    background-color: white;
    content: "";
    display: block;
    position: absolute;
    right: 1.4rem;
    top: 50%;
    transform: translateY(-50%);
}

.hero .buttons > a::after {
    width: 5.3rem;
    height: 5.3rem;
    content: "";
    display: block;
    position: absolute;
    right: 1.4rem;
    top: 50%;
    transform: translateY(-50%);
    background: url("../img/arrow_down_green.png") no-repeat center;
    background-size: 2rem;
}

.hero .buttons > a > span {
    font-size: 1.8rem;
    font-weight: 600;
    color: #5ab84d;
    display: block;
    background-color: white;
    border-radius: 10rem;
    border: 2px solid #5ab84d;
    text-align: center;
    position: absolute;
    top: -2rem;
    left: 50%;
    padding-block: .2rem;
    transform: translateX(-50%);
    width: 70%;
}

.hero .buttons > a.free {
    background: linear-gradient(to right, #efd24f, #e36056);
}

.hero .buttons > a.contact {
    background: white;
    color: #50b442;
    border: 2px solid #50b442;
}

.hero .buttons > a.contact::before {
    background: #f3fccf;
}

.hero .buttons > a.contact::after {
    background: url("../img/email.png") no-repeat center;
    background-size: 35px;
}

h1.biz-name {
    background: linear-gradient(to right, #44af34, #79c017);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    display: flex;
    justify-content: start;
    align-items: center;
}

h1.biz-name::before {
    content: "";
    width: 2.1rem;
    height: 1.3rem;
    border-radius: .3rem;
    display: block;
    background: linear-gradient(to right, #7cc118, #c0e25c);
    transform: rotateZ(-30deg);
    margin-right: 1rem;
}

h3.biz-name {
    font-size: 1.4rem;
    font-weight: 500;
    text-transform: uppercase;
    background: linear-gradient(to right, #44af34, #79c017);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-inline: auto;
}

h3.biz-name::before {
    content: "";
    width: 2.1rem;
    height: 1.3rem;
    border-radius: .3rem;
    display: block;
    background: linear-gradient(to right, #7cc118, #c0e25c);
    transform: rotateZ(-30deg);
    margin-right: 1rem;
}

h2.biz-title {
    font-size: 3.5rem;
    font-weight: bold;
    color: #50b442;
    text-align: center;
    margin-top: 2rem;
}

p.biz-desc {
    font-size: 1.8rem;
    font-weight: 550;
    color: #50b442;
    text-align: center;
    margin-top: 2rem;
}

.business {
    margin-block: 4rem;
    position: relative;
}

.business::before {
    content: "Business";
    font-size: 20rem;
    color: white;
    position: absolute;
    top: 3rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    font-family: "Lato", sans-serif;
    font-weight: 300;
}

.business .content {
    width: 100%;
    max-width: var(--content-max-width);
    margin: 6rem auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2rem;
    padding-inline: 1.5rem;
}

.business .content .item {
    width: 100%;
    border-radius: 1rem;
    border: 3px solid #4eb340;
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 1.4rem;
    font-size: 0;
}

.business .content .item .name {
    font-size: 1.5rem;
    font-weight: 500;
    color: #4eb340;
}

.business .content .item .num {
    font-size: 1.5rem;
    font-weight: 700;
    color: #217415;
}

.business .content .item .num > span {
    font-size: 2.25rem;
}

.business .content .item img {
    width: auto;
    height: 7vw;
    margin-block: 2rem;
}

.business .content .item .texts {
    font-size: 1rem;
    margin-block: .8rem;
    line-height: 1.8;
    color: #4eb340;
    font-weight: bolder;
    max-width: 70%;
    min-height: 9rem;
}

.business .content .item .texts > span {
    margin-right: .6rem;
    color: #333;
}

.business .content .item a {
    font-size: 1.4rem;
    text-decoration: none;
    color: white;
    display: block;
    border-radius: 2rem;
    background-color: #4eb340;
    text-align: center;
    padding: .4rem 4rem;
    position: relative;
}

.business .content .item a::before {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    background-color: white;
    content: "";
    width: 2.1rem;
    height: 2.1rem;
}

.business .content .item a::after {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    background: url("../img/arrow_right_down.png") no-repeat center;
    background-size: 14px;
    content: "";
    width: 2.1rem;
    height: 2.1rem;
}

.price {
    margin-bottom: 4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.price::before {
    content: "Price";
    position: absolute;
    left: 2rem;
    top: 16rem;
    font-size: 16rem;
    color: white;
    z-index: -1;
    font-family: "Lato", sans-serif;
    font-weight: 300;
}

.price .options {
    display: flex;
    border-radius: 10rem;
    background-color: #f3fccf;
    padding: 1rem 2rem;
    font-size: 0;
    margin-inline: auto;
    margin-top: 3rem;
}

.price .options .option {
    font-size: 1.4rem;
    color: #333333;
    font-weight: 550;
    display: flex;
    align-items: center;
}

.price .options .option > span {
    width: 10rem;
    display: block;
}

.price .options .option label {
    color: #44af35;
    display: flex;
    align-items: center;
    gap: .5rem;
    margin-right: 4rem;
    position: relative;
}

.price .options .option label b {
    color: #fd8f01;
    position: absolute;
    top: -2rem;
    left: 50%;
    font-weight: 600;
    transform: translateX(-50%);
    white-space: nowrap;
    text-shadow: 2px 0 0 #eff7f1,
    -2px 0 0 #eff7f1,
    0 2px 0 #eff7f1,
    0 -2px 0 #eff7f1;
}

.price .items {
    padding-block: 6rem;
    display: flex;
    width: 100%;
    max-width: 1600px;
    padding-inline: 2rem;
    gap: 1.6rem;
    overflow-x: auto;
}

.price .items .item {
    border-radius: 2rem;
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2rem;
    position: relative;
    width: 25%;
    font-size: 0;
}

.price .items .item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 10rem;
    background-color: #9bc900;
    z-index: 0;
    border-radius: 2rem 2rem 0 0;
}

.price .items .item > h3 {
    font-size: 1.6rem;
    font-weight: 600;
    color: white;
    z-index: 1;
}

.price .items .item > p {
    font-size: 1.1rem;
    color: white;
    z-index: 1;
}

.price .items .item .num {
    border-radius: 4rem;
    font-size: 2rem;
    font-weight: bold;
    color: white;
    background-color: #44af35;
    border: 6px solid #80d974;
    z-index: 1;
    padding: .4rem 2.5rem;
    margin-top: 1.6rem;
    white-space: nowrap;
}

.price .items .item .num > span {
    font-size: .8rem;
}

.price .items .item .desc {
    color: #3b4c4b;
    font-size: 1.2rem;
    font-weight: 600;
    padding-block: 2rem;
    line-height: 1.8;
}

.price .items .item .desc p:nth-child(even) {
    color: #44af35;
}

.price .items .item .button {
    outline: none;
    background-color: transparent;
    font-size: 1.4rem;
    color: #44af35;
    border-radius: 4rem;
    padding: .5rem 2rem;
    border: 2px solid #44af35;
    width: 90%;
    margin-bottom: 2rem;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    text-align: center;
}

.price .items .item .button::before {
    content: "";
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 50%;
    border: 2px solid #44af35;
}

.price .items .item .button::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    width: 2.2rem;
    height: 2.2rem;
    background: url("../img/arrow_down_green.png") no-repeat center;
    background-size: 14px;
}

.price .items .item.recommend::before {
    background-color: #44af35;
}

.price .items .item.recommend::after {
    position: absolute;
    top: -1rem;
    left: 50%;
    transform: translateX(-50%);
    content: "推奨プラン";
    display: block;
    border-radius: 4rem;
    background-color: #ff9400;
    color: white;
    font-size: 1.2rem;
    padding-inline: 1.2rem;
}

.price .items .item.recommend .num {
    background-color: #ff9400;
    border-color: #f0b96e;
}

.price .items .item.recommend .button {
    border: none;
    background: linear-gradient(to right, #efcf50, #e67656);
    color: white;
}

.price .items .item.recommend .button::before {
    border-color: transparent;
    background-color: white;
}

.sm.price {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.sm.price::before {
    display: none;
    content: none;
}

.sm.price .items {
    padding-block: 0;
    padding-top: 2rem;
    margin: 0;
    justify-content: center;
}

.sm.price .items .item {
    width: 21vw;
}

.sm.business {
    margin: 0;
}

.sm.business::before {
    content: none;
    display: none;
}

.sm.business .content {
    margin: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.sm.business .content .item {
    width: 21vw;
    padding: 1rem;
    flex-shrink: 0;
}

.sm.business .content .item .texts {
    max-width: 84%;
    min-height: unset;
}

.faq {
    width: 100%;
    margin-inline: auto;
    max-width: var(--content-max-width);
    position: relative;
    padding-inline: 1.5rem;
}

.faq::before {
    content: "FAQ";
    position: absolute;
    right: 0;
    font-size: 20rem;
    color: white;
    z-index: -1;
    font-family: "Lato", sans-serif;
    font-weight: 300;
}

.faq h2.biz-title {
    margin-block: 5rem;
}

.faq .items {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.faq .items .item {
    width: 100%;
    background-color: white;
    border-radius: 1.2rem;
    padding: 2rem 4rem;
    font-size: 0;
}

.faq .items .item .q {
    font-weight: bold;
    color: #333333;
    font-size: 2rem;
    display: flex;
    line-height: 2;
    white-space: nowrap;
}

.faq .items .item .q:before {
    content: "Q";
    color: white;
    font-size: 2rem;
    border: 2px solid transparent;
    border-radius: 50%;
    background-color: #7cc118;
    width: 3.5rem;
    height: 3.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 1rem;
    flex-shrink: 0;
}

.faq .items .item .a {
    margin-top: 2rem;
    font-weight: 550;
    color: #666666;
    font-size: 1.4rem;
    display: flex;
    line-height: 2;
}

.faq .items .item .a:before {
    content: "A";
    color: #7cc118;
    border: 2px solid #7cc118;
    font-size: 2rem;
    border-radius: 50%;
    background-color: white;
    width: 3.5rem;
    height: 3.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 1rem;
    margin-top: -.8rem;
    flex-shrink: 0;
}

.trouble {
    margin: 6rem auto;
    width: 100%;
    max-width: 1500px;
    position: relative;
    padding-inline: 1.5rem;
}

.trouble::before {
    position: absolute;
    content: "Troubled";
    color: white;
    font-size: 20rem;
    right: 3rem;
    top: 1.5rem;
    z-index: -1;
    font-family: "Lato", sans-serif;
    font-weight: 300;
}

.trouble .items {
    margin-top: 4rem;
    display: flex;
    gap: 1.5rem;
}

.trouble .items .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 3rem;
    background-color: white;
    border-radius: 1.5rem;
    gap: 2.5rem;
    flex-grow: 0;
    flex-shrink: 0;
    width: calc((100% - 3rem) / 3);
}

.trouble .items .item h2 {
    color: #50b442;
    font-size: 2rem;
}

.trouble .items .item img {
    height: 12rem;
}

.trouble .items .item p {
    font-size: 1.4rem;
    color: #666666;
    height: 80px;
}

.trouble .items .item a {
    font-size: 1.8rem;
    font-weight: 700;
    color: white;
    text-decoration: none;
    border-radius: 4rem;
    background: linear-gradient(to bottom, #caeb6e, #49b137);
    box-shadow: 0 10px 10px #d0d5cf;
    position: relative;
    padding-block: 1rem;
    width: 100%;
    text-align: center;
}

.trouble .items .item a::before {
    position: absolute;
    right: 14px;
    width: 3rem;
    height: 3rem;
    background: white;
    border-radius: 50%;
    content: "";
    top: 50%;
    transform: translateY(-50%);
}

.trouble .items .item a::after {
    position: absolute;
    right: 14px;
    width: 3rem;
    height: 3rem;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    background: url("../img/arrow_down_red.png") no-repeat center;
    background-size: 16px;
}

.trouble .items .item a > span {
    font-size: 1.1rem;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    display: block;
    background: white;
    border-radius: 4rem;
    border: 2px solid #e67456;
    color: #e67456;
    padding: .15rem 1.6rem;
}

footer {
    display: flex;
    justify-content: space-between;
    background-color: white;
    align-items: center;
    padding: 4rem 8rem;
    position: relative;
}

footer .left p {
    font-size: .9rem;
    color: #666666;
    margin-top: 3rem;
}

footer .left img {
    height: 6rem;
}

footer .right {
    display: flex;
    gap: 8rem;
}

footer .right nav {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

footer .right nav a {
    text-decoration: none;
    color: #666666;
    font-size: 1rem;
    display: flex;
    white-space: nowrap;
}

footer .right nav a::before {
    content: "";
    display: block;
    width: 1rem;
    height: 2px;
    margin-top: 10px;
    border-bottom: 1px solid #c5c4c4;
    margin-right: 5px;
}

@media screen and (max-width: 1824px) {
    .hero {
        padding: 2rem 8vw 4rem 8vw;
    }

    .hero .buttons > a > span {
        top: -2vw;
    }
}

@media screen and (max-width: 1598px) {
    .hero .content .texts h1 {
        font-size: 4vw;
    }

    .hero .content .texts p {
        font-size: 2vw;
    }

    .hero .content > img {
        width: 38vw;
    }

    .hero .content .texts .items .item {
        font-size: 1.4vw;
    }

    .hero .buttons {
        gap: 3vw;
    }

    .hero .buttons > a {
        font-size: 2.5vw;
        padding: 1.8vw;
        padding-inline: 12vw;
    }

    .hero .buttons > a::before {
        width: 5.3vw;
        height: 5.3vw;
    }

    .hero .buttons > a::after {
        width: 5.3vw;
        height: 5.3vw;
    }

    .hero .buttons > a > span {
        font-size: 1.8vw;
    }

    h1.biz-name {
        font-size: 2vw;
    }

    h3.biz-name {
        font-size: 1.4vw;
    }

    h2.biz-title {
        font-size: 3.5vw;
    }

    p.biz-desc {
        font-size: 1.8vw;
    }

    h1.biz-name::before {
        width: 2.4vw;
        height: 1.6vw;
    }

    h3.biz-name::before {
        width: 2.1vw;
        height: 1.3vw;
    }

    .business .content .item .name {
        font-size: 1.5vw;
    }

    .business .content .item .num {
        font-size: 1.5vw;
    }

    .business .content .item .num > span {
        font-size: 2.25vw;
    }

    .business .content .item img {
        height: 7vw;
    }

    .business .content .item a {
        font-size: 1.4vw;
        padding: .4vw 4vw;
    }

    .business .content .item a::before {
        width: 2.1vw;
        height: 2.1vw;
    }

    .business .content .item a::after {
        width: 2.1vw;
        height: 2.1vw;
    }

    .price .options .option {
        font-size: 1.4vw;
    }

    .price .options .option > span {
        width: 10vw;
    }

    .price .items .item > h3 {
        font-size: 1.6vw;
    }

    .price .items .item > p {
        font-size: 1.1vw;
    }

    .price .items .item .num {
        font-size: 2vw;
        margin-top: 1.6vw;
    }

    .price .items .item .num > span {
        font-size: .8vw;
    }

    .price .items .item .desc {
        font-size: 1.2vw;
    }

    .price .items .item.recommend::after {
        font-size: 1.2vw;
        padding-inline: 1.2vw;
    }

    .price .items .item::before {
        height: 10vw;
    }

    .price .items .item .button {
        font-size: 1.4vw;
    }

    .price .items .item .button::before {
        width: 2.2vw;
        height: 2.2vw;
    }

    .price .items .item .button::after {
        width: 2.2vw;
        height: 2.2vw;
    }

    .trouble .items .item h2 {
        font-size: 2vw;
    }

    .trouble .items .item img {
        height: 12vw;
    }

    .trouble .items .item p {
        font-size: 1.4vw;
    }

    .trouble .items .item a {
        font-size: 1.8vw;
        padding-block: 1vw;
    }

    .trouble .items .item a::before {
        width: 3vw;
        height: 3vw;
    }

    .trouble .items .item a::after {
        width: 3vw;
        height: 3vw;
    }

    .trouble .items .item a > span {
        font-size: 1.1vw;
        padding: .15vw 1.6vw;
    }

    footer .left img {
        height: 6vw;
    }

    footer .right {
        gap: 8vw;
    }
}

@media screen and (max-width: 1190px) {
    .trouble .items .item a {
        font-size: 1.5vw;
        padding-block: 1.4vw;
    }

    footer .right {
        gap: 4vw;
    }
}

@media screen and (max-width: 997px) {
    .only-sp {
        display: block;
    }

    .only-pc {
        display: none;
    }

    header {
        padding: 0.5rem 1.5rem;
    }

    header > img {
        height: 2rem;
    }

    header .menu {
        width: 1.5rem;
        height: 1rem;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-left: 1.5rem;
        cursor: pointer;
    }

    header .menu > span {
        width: 100%;
        height: 3px;
        display: block;
        border-radius: 3px;
        background-color: #50b442;
    }

    .hero {
        padding: 2rem 1.5rem 4rem 1.5rem;
    }

    .hero::before {
        width: 160vw;
        left: -32vw;
        top: -30vw;
        height: 121vw;
        border-radius: 9rem;
        transform: rotateZ(-42deg);
        background: linear-gradient(-100deg, #d1ea69, #7bc118);
    }

    .hero .content .texts {
        gap: 1.2rem;
    }

    .hero .content > img {
        position: absolute;
        width: 42vw;
        right: 0;
        top: 12.8rem;
    }

    .hero .content .texts h1 {
        font-size: 7vw;
    }

    .hero .content .texts p {
        font-size: 4vw;
    }

    .hero .content .texts .items {
        flex-direction: column;
        align-items: start;
    }

    .hero .content .texts .items .item::before {
        width: 10vw;
    }

    .hero .content .texts .items .item::after {
        width: 8vw;
    }

    .hero .content .texts .items .item {
        font-size: 3.2vw;
        padding: 2vw 2.5vw 2vw 10vw;
    }

    .hero .buttons {
        flex-direction: column;
        align-items: unset;
        margin-top: 2rem;
        gap: 8vw;
    }

    .hero .buttons > a {
        font-size: 6vw;
        padding: 3vw;
    }

    .hero .buttons > a::before {
        width: 10vw;
        height: 10vw;
        right: 2vw;
    }

    .hero .buttons > a::after {
        width: 10vw;
        height: 10vw;
        right: 2vw;
    }

    .hero .buttons > a > span {
        font-size: 3vw;
        top: -4vw;
    }

    h1.biz-name {
        font-size: 4vw;
    }

    h1.biz-name::before {
        width: 4.5vw;
        height: 3vw;
        border-radius: .2rem;
        margin-right: .5rem;
    }

    h3.biz-name {
        font-size: 3vw;
    }

    h3.biz-name::before {
        width: 4.1vw;
        height: 2.6vw;
        border-radius: .2rem;
        margin-right: .5rem;
    }

    h2.biz-title {
        font-size: 7vw;
        margin-top: 1.4rem;
    }

    p.biz-desc {
        font-size: 3.7vw;
        margin-top: 1.4rem;
    }

    .business {
        margin-block: 0;
    }

    .business::before {
        font-size: 22vw;
        top: 9rem;
    }

    .business .content {
        margin: 2.5rem auto;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: .3rem;
        padding-inline: .3rem;
    }

    .business .content .item {
        padding: .5rem;
    }

    .business .content .item .name {
        font-size: 3vw;
    }

    .business .content .item .num > span {
        font-size: 4vw;
    }

    .business .content .item .num {
        font-size: 2.5vw;
    }

    .business .content .item .texts {
        font-size: 2.5vw;
        margin-block: 1.4rem;
    }

    .business .content .item img {
        height: 18vw;
        margin-block: 1.4rem;
    }

    .business .content .item a {
        font-size: 2.5vw;
        padding: .6vw 6vw;
    }

    .business .content .item a::before,
    .business .content .item a::after {
        width: 3.5vw;
        height: 3.5vw;
        right: 5px;
    }

    .business .content .item a::after {
        background-size: 9px;
    }

    .price {
        margin-bottom: 0;
    }

    .price::before {
        font-size: 20vw;
        left: 2rem;
        top: 18rem;
    }

    .price .options {
        flex-direction: column;
        margin-top: 2rem;
        width: 94%;
        border-radius: 3rem;
        gap: 1.5rem;
    }

    .price .options .option {
        font-size: 4vw;
    }

    .price .options .option > span {
        width: 35vw;
    }

    .price .options .option label {
        margin-right: 0;
        width: 35vw;
    }

    .price .options .option label b {
        font-size: 3vw;
        top: -1rem;
        left: 32%;
    }

    .price .items {
        padding-top: 4rem;
        padding-bottom: 10px;
        padding-inline: 1.2rem;
        gap: 1.2rem;
        margin-bottom: 4rem;
    }

    .price .items::-webkit-scrollbar {
        width: 2px;
        height: 2px;
    }

    .price .items::-webkit-scrollbar-track {
        background: transparent;
    }

    .price .items::-webkit-scrollbar-thumb {
        background: #888;
        border-radius: 2px;
    }

    .price .items::-webkit-scrollbar-thumb:hover {
        background: #666;
    }

    .price .items .item {
        border-radius: 1rem;
        padding: 1rem;
        min-width: 54vw;
    }

    .price .items .item::before {
        border-radius: 1rem 1rem 0 0;
        height: 19.5vw;
    }

    .price .items .item.recommend::after {
        font-size: 3vw;
        top: -.7rem;
    }

    .price .items .item > h3 {
        font-size: 3.5vw;
    }

    .price .items .item > p {
        font-size: 2.4vw;
    }

    .price .items .item .num {
        font-size: 6vw;
        padding: 0 4vw;
    }

    .price .items .item .num > span {
        font-size: 2vw;
    }

    .price .items .item .desc {
        font-size: 3vw;
    }

    .price .items .item .button {
        font-size: 4vw;
        font-weight: bold;
        padding: .15rem 0;
        border-width: 1px;
    }

    .price .items .item .button::before,
    .price .items .item .button::after {
        width: 4vw;
        height: 4vw;
    }

    .price .items .item .button::after {
        background-size: 10px;
    }

    .faq h2.biz-title {
        margin-block: 3rem;
    }

    .faq {
        padding-inline: 1rem;
    }

    .faq::before {
        font-size: 22vw;
        top: 2rem;
    }

    .faq .items .item {
        padding: 2rem 1.5rem;
    }

    .faq .items .item .q:before,
    .faq .items .item .a:before {
        width: 2rem;
        height: 2rem;
        font-size: 1.2rem;
    }

    .faq .items .item .a:before {
        margin-top: -.2rem;
    }

    .faq .items .item .q {
        font-size: 1.2rem;
        white-space: normal;
    }

    .faq .items .item .a {
        font-size: 1.1rem;
        margin-top: .9rem;
    }

    .trouble {
        margin: 3rem auto;
    }

    .trouble::before {
        font-size: 22vw;
        top: 7rem;
    }

    .trouble .items {
        margin-top: 5rem;
        flex-direction: column;
        padding-inline: 1.5rem;
    }

    .trouble .items .item {
        padding: 2rem;
        gap: 1.5rem;
        width: 100%;
    }

    .trouble .items .item h2 {
        font-size: 5vw;
    }

    .trouble .items .item img {
        height: 24vw;
    }

    .trouble .items .item p {
        font-size: 3.2vw;
        height: auto;
    }

    .trouble .items .item a {
        font-size: 4vw;
        border-radius: 1.2rem;
    }

    .trouble .items .item a > span {
        top: -14px;
        font-size: 2.2vw;
        padding-inline: 2rem;
    }

    .trouble .items .item a::before,
    .trouble .items .item a::after {
        width: 6vw;
        height: 6vw;
        right: 8px;
    }

    .trouble .items .item a::after {
        background-size: 12px;
    }

    footer {
        padding: 2rem 1.8rem;
        flex-direction: column;
        align-items: start;
    }

    footer .left img {
        height: 7vw;
    }

    footer .right {
        flex-direction: column;
        margin-block: 1rem;
    }

    footer > p {
        font-size: .9rem;
        color: #666666;
    }

    .sm.business .content .item {
        width: 45vw;
    }
}

.term {
    padding: 2rem;
    max-width: 900px;
    margin-inline: auto;
}

.term > .content {
    padding: 1rem 2rem;
    background-color: white;
    margin-block: 2rem;
    border-radius: 10px;
}

.term > .content > h1 {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin-block: 2rem;
    color: #222;
}

.term > .content > h2 {
    font-size: 1.875rem;
    font-weight: 600;
    line-height: 1.3;
    margin-block: 1.8rem 0.8rem;
    color: #222;
}

.term > .content > .border {
    border-radius: 1rem;
    border: 2px solid #50b442;
    padding: 1rem;
    margin-block: .5rem;
    line-height: 2;
    color: #333;
}

.term > .content > p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.8;
    margin-block: 1rem 0;
    color: #888;
}

.term > .content > p + p {
    margin-block-start: 1rem;
}

.term > .content > h2 + p {
    margin-block-start: 0.5rem;
}

@media screen and (max-width: 767px) {
    .term > .content {
        padding: 1rem;
    }
}

/*
 * 多重送信（暴力クリック）防止用スタイル — js/submit_guard.js と併用
 */
form.__submitting select,
form.__submitting input[type=checkbox],
form.__submitting input[type=radio],
form.__submitting input[type=file],
form.__submitting input[type=range],
form.__submitting input[type=color] {
    pointer-events: none !important;
    opacity: 0.6;
}

form.__submitting button,
form.__submitting input[type=submit],
form.__submitting input[type=button] {
    cursor: wait !important;
}
