.visually-hidden {
    border: 0;
    clip: rect(0, 0, 0, 0);
    margin: -1px;
    padding: 0;
}
.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    white-space: inherit;
    width: auto;
}
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000;
    font-family: Helvetica Neue, Arial, Noto Sans, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}
a {
    color: #0366d6;
    transition: color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
}
a,
a:hover {
    -webkit-text-decoration: none;
    text-decoration: none;
}
a:hover {
    color: #035abd;
}
dl,
ol,
p,
ul {
    margin: 0 0 1.5em;
}
input[type="email"],
input[type="tel"],
input[type="text"],
textarea {
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid;
    border-radius: 0;
    min-width: 0;
    padding: 1.2rem 2.4rem;
    transition: border-color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
    width: 100%;
}
input[type="email"]:focus,
input[type="email"]:hover,
input[type="tel"]:focus,
input[type="tel"]:hover,
input[type="text"]:focus,
input[type="text"]:hover,
textarea:focus,
textarea:hover {
    box-shadow: none;
    outline: none;
}
body {
    background-color: #fff;
}
.wrapper {
    overflow: clip;
    position: relative;
    width: 100%;
}
.container {
    max-width: 1230px;
    margin: 0 auto;
}
.btn {
    background-color: transparent;
    border: none;
    border-radius: 6px;
    box-shadow: transparent;
    color: #fff;
    display: inline-flex;
    font-size: 20px;
    line-height: 1;
    padding: 15px 28px;
    text-align: center;
    transition: all 0.3s ease-in-out;
}
.btn.btn-success {
    background-color: #5fac5a;
    box-shadow: 0 1px 0 rgba(19, 20, 22, 0.08);
    font-weight: 600;
}
.btn.btn-success:active,
.btn.btn-success:hover {
    background-color: #3e8c3c;
    color: #fff;
}
.text-green {
    color: #5fac5a;
}
.hero-new {
    background-color: #ffffff;
    padding: 45px 0 160px;
    position: relative;
}
.hero-new:after {
    background: linear-gradient(0deg, rgba(210, 245, 217, 0.8), rgba(210, 245, 217, 0));
    bottom: 0;
    content: "";
    height: 130px;
    left: 0;
    position: absolute;
    right: 0;
}
.hero-new .container {
    margin: 0 auto;
    max-width: 1230px;
    padding: 0 15px;
    position: relative;
    z-index: 1;
}
.hero-new .heading {
    line-height: 1.25;
    margin-bottom: 40px;
    text-align: center;
}
.hero-new h1 {
    font-family: Inter, Arial, Noto Sans, sans-serif;
    font-size: 32px;
    font-weight: 500;
    margin: 0 0 32px;
}
.hero-new-plan {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 55px;
    position: relative;
}
.hero-new-plan img {
    width: 100%;
}
.hero-new-plan .plan-col {
    position: relative;
    z-index: 1;
}
.hero-new-plan .plan-col .ttl {
    font-family: Inter, Arial, Noto Sans, sans-serif;
    font-size: 28px;
    font-weight: 500;
}
.hero-new-plan .plan-col .plan-list {
    display: flex;
    flex-direction: column;
    font-family: Inter, Arial, Noto Sans, sans-serif;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.2px;
    list-style: none;
    margin: 0;
    padding: 0;
    row-gap: 18px;
}
.hero-new-plan .plan-col .plan-list li {
    padding-left: 30px;
    position: relative;
}
.hero-new-plan .plan-col .plan-list li:after {
    content: "";
    left: 0;
    position: absolute;
    top: 0;
}
.hero-new-plan .plan-top {
    margin-bottom: 35px;
    position: relative;
}

.hero-new-plan .plan-before .plan-top .icon {
    position: absolute;
    left: 140px;
    top: 0;
}

.hero-new-plan .plan-after .plan-top .icon {
    position: absolute;
    left: 100px;
    top: 16px;
}

#beforeImg {
    max-width: 195px;
}

#afterImg {
    max-width: 240px;
}

.hero-new-plan .plan-before .ttl {
    color: #5b5b5b;
}
.hero-new-plan .plan-before .icon {
    max-width: 195px;
}
.hero-new-plan .plan-before .plan-list li:after {
    background-image: url(/images/website/v3/homepage/before-icon.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    height: 19px;
    left: -2px;
    top: 2px;
    width: 22px;
}
.hero-new-plan .plan-after {
    position: relative;
    z-index: 1;
}
.hero-new-plan .plan-after .ttl {
    color: #5b5b5b;
}
.hero-new-plan .plan-after .icon {
    margin-right: -40px;
    margin-top: -40px;
    max-width: 275px;
}
.hero-new-plan .plan-after .plan-list li:after {
    background-image: url(/images/website/v3/homepage/after-icon.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    height: 28px;
    top: -2px;
    width: 21px;
}
.hero-new-plan .plan-center {
    display: flex;
    justify-content: center;
}
.hero-new-plan .plan-center img {
    width: auto;
}

.banner-grid {
    display: inline-grid;
    grid-template-rows: 100px;
}
.banner-grid-content {
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner-grid-content #ctaBtn {
    font-size: 20px;
}

.hero-banner {
    background-color: #ffffff;
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
}
.hero-banner .container {
    margin: 0 auto;
    max-width: 1260px;
    padding: 0 15px;
    position: relative;
    z-index: 1;
}
.hero-banner .ttl,
.hero-banner .txt {
    color: #fff;
    display: flex;
    font-family: Inter, Arial, Noto Sans, sans-serif;
    font-weight: 500;
}
.hero-banner .txt {
    font-size: 18px;
    letter-spacing: -0.4px;
    margin-bottom: 12px;
}
.hero-banner .ttl {
    font-size: 30px;
    letter-spacing: -1.2px;
    line-height: 1.2;
}
.hero-banner .banner-holder {
    background: linear-gradient(15deg, #4a525a, #202427);
    border: 2px solid hsla(0, 0%, 100%, 0.2);
    border-radius: 32px;
    margin-top: -130px;
    min-height: 180px;
    padding: 40px 20px;
    position: relative;
}
.hero-banner .banner-content {
    position: relative;
    z-index: 1;
}
.hero-banner .banner-row {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
.hero-banner .banner-decor {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.hero-banner .banner-decor img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
.text-content.section-banner {
    padding-top: 30px;
}
.text-content.section-banner .container {
    margin: 0 auto;
    max-width: 1230px;
    padding: 0 15px;
    position: relative;
    z-index: 1;
}
.text-content.section-banner .heading {
    line-height: 1.25;
    margin-bottom: 40px;
    text-align: center;
}
.text-content.section-banner h2 {
    color: #202427;
    font-family: Inter, Arial, Noto Sans, sans-serif;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: -0.9px;
    margin: 0 0 20px;
}
.text-content.section-banner .subttl {
    color: #5fac5a;
    display: flex;
    font-family: Sora, Arial, Noto Sans, sans-serif;
    font-size: 16px;
    font-weight: 500;
    justify-content: center;
    letter-spacing: 1px;
    line-height: 1.5;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.text-content.section-banner p {
    font-family: Inter, Arial, Noto Sans, sans-serif;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.2px;
    margin-bottom: 14px;
}
.text-content.section-banner .text-content-row {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
.text-content.section-banner .text-content-txt {
    color: #4a525a;
    padding-bottom: 40px;
}
.text-content.section-banner .text-content-visual {
    margin-left: auto;
    margin-right: auto;
    max-width: 700px;
    position: relative;
}
.text-content.section-banner .text-content-visual img {
    height: auto;
    max-width: 100%;
}
.text-content.section-banner .btn-video {
    background: #5fac5a;
    border: 1px solid #5fac5a;
    border-radius: 46px;
    box-shadow: 0 1px 2px rgba(19, 20, 22, 0.16), 0 8px 40px rgba(19, 20, 22, 0.2);
    color: #fff;
    font-size: 18px;
    height: 60px;
    left: 50%;
    letter-spacing: -0.015em;
    padding: 16px 24px 16px 48px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-in-out;
    width: 210px;
    z-index: 3;
}
.text-content.section-banner .btn-video:hover {
    background-color: #3e8c3c;
    color: #fff;
    transition: all 0.3s ease-in-out;
}
.text-content.section-banner .btn-video:after {
    background-color: transparent;
    border: 10px solid hsla(0, 0%, 100%, 0.6);
    border-radius: 40px;
    content: "";
    display: inherit;
    height: 79px;
    left: -10px;
    position: absolute;
    top: -10px;
    width: 229px;
}
.text-content.section-banner .btn-video span {
    left: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
}
.text-content.section-banner .btn-video span:before {
    color: #fff;
    transition: all 0.3s ease-in-out;
}
.icon-Gro-7143-up-:before {
    content: "\e900";
}
.accessibility {
    height: 1px;
    left: -10000px;
    overflow: hidden;
    position: absolute;
    top: auto;
    width: 1px;
}
.accessibility:focus {
    height: auto;
    position: static;
    width: auto;
}
.visually-hidden {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

@media (max-width: 1023px) {
    .text-content.section-banner h2 {
        font-size: calc(23px + 17 * ((100vw - 320px) / 1600));
        margin-bottom: 10px;
    }
    .hero-new {
        padding-top: 0;
    }
    .hero-new h1 {
        margin-bottom: 60px;
    }
    .hero-new-plan .plan-center img {
        position: relative;
        -webkit-transform: rotate(90deg) scaleY(-1);
        transform: rotate(90deg) scaleY(-1);
        margin-top: -200px;
        left: 100px;
        top: 100px;
    }
}

@media (min-width: 1024px) {
    .hero-new {
        padding: 56px 0 180px;
    }
    .hero-new .heading {
        margin-bottom: 90px;
    }
    .hero-new h1 {
        font-size: 48px;
        letter-spacing: -2.56px;
        margin-bottom: 22px;
    }
    .hero-new-plan {
        flex-direction: row;
        justify-content: space-between;
        margin-bottom: 55px;
    }
    .hero-new-plan .plan-col {
        max-width: 480px;
    }
    .hero-new-plan .plan-col .ttl {
        font-size: 32px;
    }
    .hero-new-plan .plan-center {
        margin: 0 -10%;
        max-width: 368px;
        z-index: 0;
    }
    .hero-new-plan .plan-center img {
        position: relative;
        -webkit-transform: none;
        transform: none;
        margin-top: 0;
        left: -30px;
        top: 30px;
    }
    .hero-banner {
        padding-bottom: 60px;
    }
    .hero-banner .txt {
        font-size: 24px;
    }
    .hero-banner .ttl {
        font-size: 36px;
    }
    .hero-banner .banner-holder {
        padding: 48px;
    }
    .hero-banner .banner-row {
        align-items: flex-start;
        flex-direction: row;
        justify-content: space-between;
    }
    .hero-banner .banner-col {
        width: 74%;
    }
    .hero-banner .banner-decor {
        left: 50%;
    }
    .text-content.section-banner {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .text-content.section-banner .container {
        align-items: normal;
        flex-direction: column;
    }
    .text-content.section-banner .heading {
        margin-bottom: 30px;
    }
    .text-content.section-banner h2 {
        font-size: calc(23px + 17 * ((100vw - 320px) / 1600));
        margin-bottom: 20px;
    }
    .text-content.section-banner .text-content-row {
        align-items: center;
        flex-direction: row;
        justify-content: space-between;
    }
    .text-content.section-banner .text-content-col {
        padding: 0 20px;
    }
    .text-content.section-banner .text-content-txt {
        max-width: 640px;
        padding-top: 55px;
        padding: 0 20px 0;
    }
    .text-content.section-banner .text-content-visual {
        margin: 0;
        max-width: 520px;
    }
}

@media (min-width: 1300px) {
    .text-content.section-banner h2 {
        font-size: 40px;
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .hero-new-plan .plan-center img {
        display: none;
    }
    .plan-after.plan-col {
        padding-top: 50px;
    }
}

@media (max-width: 540px) {
    #headline1a {
        display: none;
    }
    #headline1b {
        display: block !important;
        padding-bottom: 30px;
    }
}
