#hero {
    overflow: hidden;
}

#hero .container {
    display: flex;
}

#hero .left {
    width: 742px;
    flex-shrink: 0;
    padding: 76px 70px 0 0;
}

#hero .title>* {
    font-size: 49px;
    line-height: 57px;
    font-weight: 400;
    letter-spacing: 0.08em;
    margin: 0;
}

#hero .title>strong,
#hero .title>* strong {
    color: #fff;
    background: var(--red);
    border-radius: 7px;
    font-weight: 400;
    padding: 10px 6px 10px 9px;
}

@supports (font: -apple-system-body) { 
    #hero .title>strong,
    #hero .title>* strong {
        padding-bottom: 1px;
    } 
}

#hero .subtitle {
    font-size: 33px;
    line-height: 41px;
    margin-top: 12px;
}

#hero .right {
    width: 742px;
    flex-shrink: 0;
}

#hero .right img {
    max-width: calc(100% + 52px);
}

#hero form {
    margin: 30px auto 0 auto;
    max-width: 620px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

#hero form label {
    text-align: left;
}

#hero form p {
    margin: 0;
    width: 100%;
    color: var(--blue);
    font-size: 18px;
    position: relative;
}

#hero .wpcf7-spinner {
    position: absolute;
    top: 30px;
}

#hero form p:nth-of-type(-n + 4) {
    width: calc(50% - 10px);
}

#hero form input[type="submit"] {
    margin-top: 14px;
}

#how {
    margin-top: -74px;
    padding: 106px 0;
    overflow: hidden;
}

#how p {
    margin-bottom: 10px;
}

#how .text h1,
#how .text h2,
#how .text h3,
#how .text p:first-child strong {
    font-size: 45px;
    line-height: 51px;
    max-width: 658px;
    margin: 0 auto;
    display: block;
    font-weight: 800;
}

#how .text {
    font-size: 20px;
    line-height: 30px;
    max-width: 822px;
    margin: 0 auto;
}

#how .button {
    margin-top: 26px;
    padding: 0 42px;
}

#how .inner {
    margin-top: 43px;
    gap: 20px;
    align-items: stretch;
    overflow: visible;
}

#how .box {
    width: 355px;
    border-radius: 12px;
    padding: 44px 23px 58px 20px;
    position: relative;
    height: auto;
}

#how .box::before {
    content: '';
    position: absolute;
    top: 55px;
    right: -12px;
    width: 135px;
    height: 34px;
    background-image: url('../../images/red-arrow.png');
    background-image: image-set(url('../../images/red-arrow.png') 1x,
            url('../../images/red-arrow@2x.png') 2x);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

#how .box:last-child:before {
    top: -15px;
    right: -24px;
    width: 103px;
    height: 103px;
    background-image: url('../../images/red-marks.png');
    background-image: image-set(url('../../images/red-marks.png') 1x,
            url('../../images/red-marks@2x.png') 2x);
}

#how .box-title {
    font-size: 47px;
    line-height: 53px;
    margin-top: 12px;
    max-width: 280px;
}

#how .box-text {
    font-size: 16px;
    line-height: 26px;
    margin: 29px 0 0 0;
}

#experience .container {
    align-items: center;
    --content-width: 1420px;
}

#experience .left {
    width: 50%;
}

#experience .right {
    width: 64%;
    padding: 77px 0 66px 0;
}

#experience .left strong {
    font-weight: 400;
}

#experience .title {
    max-width: 569px;
    margin-bottom: 13px;
}

#experience .title strong {
    position: relative;
}

#experience .title strong::before {
    content: '';
    position: absolute;
    height: 20px;
    bottom: -18px;
    left: 0;
    right: 0;
    background-image: url('../../images/green-line.png');
    background-image: image-set(url('../../images/green-line.png') 1x,
            url('../../images/green-line@2x.png') 2x);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

@supports (font: -apple-system-body) {
    #experience .title strong::before {
        bottom: -9px;
    }
}

#experience .title>* {
    font-size: 49px;
    line-height: 62px;
    letter-spacing: 0.08em;
    margin-bottom: 0;
}

#experience .text {
    max-width: 486px;
}

#experience .text p {
    margin-bottom: 23px;
    font-size: 20px;
    line-height: 28px;
}

#experience .text strong {
    font-weight: 800;
    font-size: 33px;
    line-height: 41px;
    color: var(--dark-blue);
}

#experience .button {
    margin-top: 7px;
    padding: 0 42px;
}

#experience .img.mobile {
    display: none;
}

#faq {
    margin-top: 108px;
    margin-bottom: 118px;
    position: relative;
    z-index: 1;
}

#faq .title {
    letter-spacing: 0;
    margin-bottom: 10px;
}

#faq .left {
    width: 50%;
    text-align: center;
    padding-top: 32px;
    padding-left: 50px;
}

#faq .right {
    width: 54%;
}

#faq .inner {
    margin-left: 19px;
    font-size: 20px;
    line-height: 28px;
    border: none;
    overflow-x: hidden;
    overflow-y: scroll;
    max-height: 23.6em;
    max-width: 680px;
    padding-right: 30px;
    -webkit-overflow-scrolling: auto;
}

#faq .inner .acc_content,
#faq .inner .el {
    border: none;
    background: transparent;
}

#faq .inner .acc_section {
    border-bottom: 2px solid #D9D9D9;
    border-radius: 0;
}

#faq .inner .acc_head {
    border: none;
    padding: 14px 10px;
}

#faq .inner .acc_head p {
    max-width: 504px;
}

/* width */
#faq .inner::-webkit-scrollbar {
    width: 16px;
    height: 200px;
    -webkit-appearance: none;
}

/* Track */
#faq .inner::-webkit-scrollbar-track {
    background: #fff;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    border: 1px solid #d9d9d9;
    padding-top: 5px;
    padding-bottom: 5px;
}

/* Handle */
#faq .inner::-webkit-scrollbar-thumb {
    background: #D9D9D9;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    background-clip: padding-box;
}

@media screen and (max-width: 992px) {
    #hero .container {
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }

    #hero .left {
        padding-top: 50px;
        padding-right: 0;
        flex-shrink: 1;
        max-width: 100%;
    }

    #hero .right {
        max-width: 100%;
        flex-shrink: 1;
    }

    #hero .right img {
        width: calc(100% + 31px);
        margin-left: -15px;
    }

    #experience {
        padding-top: 50px;
    }

    #experience .container {
        flex-direction: column;
    }

    #experience .left {
        width: 100%;
    }

    #experience .right {
        width: 100%;
    }

    #experience .img.mobile {
        display: block;
    }

    #experience .img.mobile+.img {
        display: none;
    }

    #faq .container {
        gap: 30px;
    }

    #faq .left {
        max-width: 300px;
        padding-left: 0;
        padding-top: 15px;
    }

    #faq .right {
        flex-grow: 1;
    }
}

@media screen and (max-width: 768px) {
    #hero .left {
        padding-top: 36px;
    }

    #hero .title>* {
        font-size: 34px;
        line-height: 1.2em;
        max-width: 460px;
        margin: 0 auto;
    }

    #hero .title>strong,
    #hero .title>* strong {
        padding: 8px 6px;
    }

    @supports (font: -apple-system-body) { 
        #hero .title>strong,
        #hero .title>* strong {
            padding-top: 7px;
            padding-bottom: 2px;
        } 
    }

    #hero .subtitle {
        font-size: 22px;
        line-height: 26px;
        max-width: 420px;
        margin-left: auto;
        margin-right: auto;
    }

    #how {
        margin-top: -38px;
        padding: 66px 0 56px 0;
    }

    #how p {
        margin: 0 auto 10px auto;
        max-width: 420px;
    }

    #how .button {
        margin-top: 18px;
        padding: 0 20px;
    }

    #how .inner {
        margin-top: 25px;
    }

    #how .text h1,
    #how .text h2,
    #how .text h3,
    #how .text p:first-child strong {
        max-width: 400px;
    }

    #how .box {
        max-width: 283px;
        padding: 35px 13px 46px 17px;
    }

    #how .box::before {
        top: 39px;
        right: -10px;
        width: 109px;
    }

    #how .box-title {
        margin-top: 6px;
        margin-left: 0;
        font-size: 38px;
        line-height: 42px;
        max-width: 240px;
    }

    #how .box-text {
        margin-top: 22px;
        font-size: 13px;
        line-height: 21px;
    }

    #how .icon img {
        max-width: 62px;
    }

    #experience {
        padding-top: 37px;
    }

    #experience .container {
        padding-left: 25px;
    }

    #experience .button {
        margin: 8px 0 0 -10px;
        padding: 0 18px;
    }

    #experience .right {
        padding: 32px 0 64px 0;
    }

    #faq {
        margin-top: 50px;
    }

    #faq .container {
        flex-direction: column;
    }

    #faq .left,
    #faq .right {
        width: 100%;
        max-width: 100%;
    }

    #faq .left img {
        max-width: 300px;
    }

    #faq .inner {
        padding-right: 20px;
        margin-left: -15px;
        max-width: calc(100% + 15px);
    }

    #faq .title {
        padding-left: 8px;
    }

    #faq .inner .acc_head,
    #faq .inner .acc_content {
        padding-left: 25px;
    }

    #faq .left img {
        max-width: 240px;
    }
}

@media screen and (max-width: 567px) {
    #hero .title>* {
        font-size: 27px;
        line-height: 35px;
        max-width: 360px;
    }

    #hero .subtitle {
        font-size: 21px;
        line-height: 26px;
        margin-top: 0;
    }

    #hero form {
        margin-top: 24px;
        gap: 16px;
    }

    #hero form p {
        font-size: 16px;
    }

    #hero form p:nth-of-type(-n + 4) {
        width: 100%;
    }

    #hero form input[type="submit"] {
        margin-top: 9px;
    }

    #hero .wpcf7-spinner {
        top: 20px;
    }

    #how .text {
        font-size: 16px;
        line-height: 26px;
    }

    #how p {
        max-width: 350px;
    }

    #how .text h1,
    #how .text h2,
    #how .text h3,
    #how .text p:first-child strong {
        font-size: 37px;
        line-height: 46px;
        max-width: 300px;
    }

    #experience .title>* {
        font-size: 28px;
        line-height: 41px;
        max-width: 320px;
    }

    #experience .text strong {
        font-size: 21px;
        line-height: 26px;
        max-width: 310px;
        display: block;
    }

    #experience .text p {
        font-size: 20px;
        line-height: 28px;
        max-width: 330px;
        margin-bottom: 11px;
    }

    #experience .title strong::before {
        bottom: -16px;
    }

    @supports (font: -apple-system-body) {
        #experience .title strong::before {
            bottom: -10px;
        }
    }

    #faq {
        margin-top: 25px;
        margin-bottom: 62px;
    }

    #faq .title {
        margin-bottom: 6px;
    }

    #faq .left img {
        max-width: 183px;
    }

    #faq .inner {
        font-size: 16px;
        line-height: 26px;
        margin-top: 0;
        max-height: 26em;
        padding-right: 13px;
    }

    #faq .inner .acc_head {
        padding: 13px 10px;
    }

    #faq .inner .acc_content {
        padding-left: 10px;
    }
}

@media screen and (max-width: 400px) {
    #hero .title h1 {
        font-size: 25px;
        line-height: 1.3;
    }

    #hero .title>* {
        max-width: 341px;
    }
}

@media screen and (max-width: 360px) {
    #hero .title h1 {
        font-size: 24px;
    }
}