.lp5_stats-title,
.lp5_lang-list span,
.page-full__inner h1,
.page-full__inner h2,
.page-full__inner h3,
.page-full__inner h4,
.page-full__inner h5,
.page-full__inner h6,
.page-full__inner p,
.page-full__inner li {
    font-weight: 700;
}
p:empty {
    display: none !important;
}
.lp5_hero {
    background: linear-gradient(135deg, #00bcd4 0%, #0097a7 100%);
    background-image: url('https://myakuzumi.com/manage/wp-content/themes/myakuzumi/lp/img/sponsor/top_bg.png');
    background-size: cover;
    background-position: center;
    height: calc(76800vw / 1366);
    min-height: 768px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.lp5_hero-content {
    padding: max(calc(5000vw / 1366),50px) max(calc(8000vw / 1366),80px);
}
.lp5_logo {
    width: calc(44000vw / 1366);
    min-width: 440px;
}
.lp5_hero h1,
.lp5_hero h4 {
    line-height: 1;
}
.lp5_hero h1 {
    font-size: max(calc(4900vw / 1366),49px);
    margin-top: max(calc(2000vw / 1366),20px);
}
.lp5_hero h1 span {
    font-size: max(calc(3400vw / 1366),34px);
}
.lp5_hero h4 {
    font-size: max(calc(2400vw / 1366),24px);
    margin-top: max(calc(4500vw / 1366),45px);
}
.lp5_cta-buttons {
    display: flex;
    flex-direction: column;
    width: calc(38000vw / 1366);
    min-width: 380px;
    gap: 25px;
    margin-top: 100px;
}
.lp5_btn {
    display: block;
    transition: all 0.3s;
}
.lp5_intro-section {
    background-image: url('https://myakuzumi.com/manage/wp-content/themes/myakuzumi/lp/img/sponsor/intro_bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    padding: calc(7700vw / 1366);
    height: calc(108000vw / 1920);
    position: relative;
}
.lp5_intro-section:before,
.lp5_benefits-section:before,
.lp5_steps-section:before,
.lp5_steps-section .lp5_section-title:after,
.lp5_cta-section:before,
.lp5_contact-info p:before {
    content: "";
    display: block;
    position: absolute;
}
.lp5_intro-box {
    padding: 50px 40px;
    margin: 0 auto;
    text-align: center;
    background: rgba(255, 255, 255, 0.5);
}
.lp5_intro-section > .lp5_container,
.lp5_intro-box {
    height: 100%;
}
.lp5_intro-box h2 {
    font-size: calc(3800vw / 1366);
    margin-bottom: calc(6000vw / 1366);
}
.lp5_intro-box p {
    font-size: calc(2400vw / 1366);
    line-height: calc(25 / 12);
}
.lp5_intro-box p + p {
    margin-top: calc(5000vw / 1366);
}
.lp5_container {
    max-width: 1140px;
    padding: 0 20px;
    margin: 0 auto;
}
.page-full__inner h2.lp5_section-title {
    font-size: 44px;
    text-align: center;
}
.lp5_benefits-section {
    background: #E3EBF2;
    padding: 115px 0 75px;
    position: relative;
    z-index: 0;
}
.lp5_benefits-section:before {
    width: calc(60500vw / 1336);
    max-width: 605px;
    height: calc(15900vw / 1336);
    max-height: 159px;
    background: url("https://myakuzumi.com/manage/wp-content/themes/myakuzumi/lp/img/sponsor/profile_back.png");
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
    right: 33px;
    z-index: -1;
}
.lp5_blog-box,
.lp5_stats-box {
    background: #FFFFFF;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}
.lp5_blog-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 75px;
    padding: 90px 40px 60px;
    margin-top: 90px;
}
.lp5_blog-right,
.lp5_stats-box p {
    font-size: 24px;
}
.lp5_blog-right {
    line-height: calc(42 / 24);
}
.lp5_stats-box {
    padding: 45px 60px;
    text-align: center;
}
.lp5_benefits-section .lp5_container > .lp5_stats-box,
.lp5_stats-boxes {
    margin-top: 20px;
}
.lp5_stats-boxes {
    display: flex;
    gap: calc(2500% / 1100);
}
.lp5_stats-boxes > .lp5_stats-box {
    padding: 45px 40px 20px;
}
.lp5_stats-boxes > .lp5_stats-box:first-child {
    width: calc(66000% / 1100);
}
.lp5_stats-boxes > .lp5_stats-box:nth-child(2) {
    width: calc(41500% / 1100);
}
.lp5_stats-title {
    font-size: 30px;
    text-align: center;
    line-height: 1;
}
.lp5_stats-grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 60px;
}
.lp5_stat-item {
    max-width: 280px;
    height: auto;
}
.lp5_stats-box p {
    margin-top: 60px;
}
.lp5_stats-boxes > .lp5_stats-box p {
    text-align: left;
}
.lp5_stats-boxes > .lp5_stats-box:nth-child(2) p {
    margin-top: 18px;
}
.lp5_chart-content {
    text-align: center;
    margin-top: 32px;
}
.lp5_lang-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-top: 32px;
    height: 256px;
}
.lp5_lang-list span {
    font-size: 28px;
}
.more_button {
    width: 410px;
    max-width: 100%;
    margin: 54px auto 0;
}
.more_button a {
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 32px 24px 54px;
    border-radius: 30px;
    background: #FFFFFF;
    border: 1px solid #ACACAC;
}
.more_button img {
    width: auto !important;
    height: 37.5px !important;
}
.more_button img.more_button_arrow {
    height: 32px !important;
}

.lp5_bottom-box {
    background: #D9D9D9;
    padding: 50px min(calc(5600vw / 1366),56px) 56px;
    margin-top: 40px;
}
.lp5_bottom-box p {
    font-size: 32px;
    font-weight:700;
    line-height: calc(25 / 16);
    text-align: center;
}
.lp5_button_box {
    margin-top: 45px;
    display: flex;
    justify-content: center;
    gap: 60px;
}
.lp5_button_box .lp5_btn {
    width: 380px;
    height: auto;
}
.lp5_comparison-section {
    padding: 120px 0;
}
.lp5_comparison-section .lp5_container {
    display: flex;
    gap: calc(2000% / 1100);
    align-items: center;
}
.lp5_comparison-left {
    width:calc(55500% / 1100);
}
.lp5_comparison-right {
    width:calc(52500% / 1100);
    
    text-align: center;
}
.page-full__inner h2.lp5_comparison-title {
    font-size: 36px;
}
.lp5_comparison-text {
    margin-top: 40px;
}
.lp5_comparison-text p {
    font-size: 20px;
    line-height: 1.7;
}
.lp5_comparison-text p + p {
    margin-top: 34px;
}
.lp5_steps-section {
    background: #E3EBF2;
    padding: 200px 20px 160px;
    position: relative;
}
.lp5_steps-section .lp5_section-title {
    padding-bottom: 95px;
    margin-bottom: 85px;
    position: relative;
    z-index: 0;
}
.lp5_steps-section:before {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    border-top: 100px solid #FFFFFF;
    border-left: 220px solid transparent;
    border-right: 220px solid transparent;
}
.lp5_steps-section .lp5_section-title:after {
    width: calc(122300vw / 1336);
    max-width: 1223px;
    height: calc(12300vw / 1336);
    max-height: 123px;
    background: url("https://myakuzumi.com/manage/wp-content/themes/myakuzumi/lp/img/sponsor/value-of-sponsorship_back.png");
    background-size: contain;
    background-repeat: no-repeat;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
.lp5_step {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.lp5_step + .lp5_step {
    margin-top: 100px;
}
.lp5_step:nth-child(odd) {
    flex-direction: row-reverse;
}
.lp5_step-number {
    width: 115px;
}
.lp5_step-content {
    width: calc(52000% / 1100);
}
.lp5_step-content h3 {
    font-size: 25px;
    
    line-height: 1;
    margin-top: 25px;
}
.lp5_step-content p {
    font-size: 24px;
    line-height: 1.5;
    margin-top: 25px;
}
.lp5_step-image {
    width: calc(50000% / 1100);
}
.lp5_recommend-section {
    padding: 80px 0 100px;
}
.lp5_checklist {
    display: flex;
    justify-content: center;
    gap: 20px;
    background: #B3E3EC;
    padding: 78px 20px 65px;
    border-radius: 20px;
}
.lp5_checklist_title,
.lp5_checklist ul {
    max-width: 100%;
}
.lp5_checklist_title {
    width: 350px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 18px;
    line-height: 1;
}
.lp5_checklist_title p {
    font-size: 21px;
}
.lp5_checklist_title h3 {
    font-size: 38px;
}
.lp5_checklist ul {
    width: 560px;
    list-style: none;
    padding: 0;
}
.lp5_checklist li {
    font-size: 24px;
    display: inline-flex;
    align-items: center;
    gap: 20px;
}
.lp5_checklist li + li {
    margin-top: 18px;
}
.lp5_checklist li::before {
    content: '';
    display: inline-block;
    width: 44px;
    height: 44px;
    background-image: url('https://myakuzumi.com/manage/wp-content/themes/myakuzumi/lp/img/sponsor/check_image.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.lp5_recommend-section .lp5_section-title {
    margin-top: 80px;
}
.lp5_support-content {
    margin-top: 90px;
    text-align: center;
}
.lp5_cta-section {
    background: #287DB0;
    padding: 65px 0 95px;
    text-align: center;
    position: relative;
}
.lp5_cta-section:before {
    width: calc(13000vw / 1336);
    max-width: 130px;
    height: calc(62500vw / 1336);
    max-height: 625px;
    opacity: 0.5;
    background: url("https://myakuzumi.com/manage/wp-content/themes/myakuzumi/lp/img/sponsor/contact_back.png");
    background-size: contain;
    background-repeat: no-repeat;
    top: 45px;
    right: 37px;
    z-index: 1;
}
.lp5_cta-section .lp5_container > p {
    color: #FFFFFF;
    font-size: 24px;
    line-height: calc(23 / 12);
}
.lp5_cta-section .lp5_container > p + p {
    margin-top: 42px;
}
.lp5_contact-box {
    background: #FFFFFF;
    padding: 65px 20px 40px;
    margin-top: 60px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.15);
    line-height: 1;
}
.lp5_contact-box h3 {
    font-size: 42px;
}
.lp5_contact-info {
    margin-top: 50px;
}
.lp5_contact-info span {
    font-size: 28px;
}
.lp5_contact-info p {
    font-size: 33px;
    margin-top: 30px;
    line-height: 1.3;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lp5_contact-info .lp5_email:before {
    width: 53px;
    height: 39px;
    background: url("https://myakuzumi.com/manage/wp-content/themes/myakuzumi/lp/img/sponsor/email_icon.png");
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
    position: relative;
}
@media (min-width: 768px) {
    .lp5_sp {
        display: none !important;
    }
}
@media (min-width: 1140px) {
    .lp5_chart-content img {
        width: auto !important;
        height: 256px;
    }
}
@media (max-width: 1005px) {
    .lp5_checklist {
        flex-direction: column;
        align-items: center;
    }
    .lp5_checklist_title {
        text-align: center;
    }
}
@media (max-width: 989px) {
    .lp5_stats-boxes {
        flex-direction: column;
        gap: 20px
    }
    .lp5_chart-content img {
        width: 580px !important;
    }
    .lp5_stats-boxes > .lp5_stats-box {
        width: 100% !important;
    }
    .lp5_lang-list {
        height: auto;
    }
    .lp5_comparison-section .lp5_container,
    .lp5_step {
        flex-direction: column !important;
    }
    .lp5_comparison-section .lp5_container {
        gap: 40px;
    }
    .lp5_comparison-left {
        width: 555px;
        max-width: 100%;
    }
    .lp5_comparison-right {
        width: 100%;
    }
    .lp5_step-content,
    .lp5_step-image {
        width: 100%;
    }
    .lp5_step-image,
    .lp5_checklist ul {
        margin-top: 20px;
    }
}
@media (max-width: 767px) {
    .lp5_pc {
        display: none !important;
    }
    .lp5_hero {
        height: auto;
        min-height: 590px;
    }
    .lp5_hero-content {
        padding: 60px 20px;
    }
    .lp5_logo {
        width: 150px;
        min-width: 150px;
    }
    .lp5_hero h1 {
        font-size: 32px;
        line-height: 1.4;
        margin-top: 15px;
    }
    .lp5_hero h1 span {
        font-size: 24px;
        margin: 0 2px;
    }
    .lp5_hero h4 {
        font-size: 16px;
        margin-top: 30px;
    }
    .lp5_cta-buttons {
        width: 100%;
        min-width: 0;
        max-width: 100%;
        margin-top: 50px;
    }
    .lp5_intro-section {
        padding: 40px 20px;
        height: auto;
    }
    .lp5_intro-box {
        padding: 20px;
    }
    .lp5_intro-section > .lp5_container,
    .lp5_intro-box {
        height: auto;
    }
    .lp5_intro-box h2 {
        font-size: 23px;
        margin-bottom: 30px;
    }
    .lp5_intro-box p {
        font-size: 14px;
        line-height: 1.6;
    }
    .lp5_intro-box p + p {
        margin-top: 20px;
    }
    .page-full__inner h2.lp5_section-title {
        font-size: 25px;
    }
    .lp5_benefits-section {
        padding: 30px 0 75px;
    }
    .lp5_benefits-section:before {
        width: calc(605px / 2.5);
        height: calc(159px / 2.5);
        right: 10px;
    }
    .lp5_blog-box,
    .lp5_stats-box,
    .lp5_stats-boxes > .lp5_stats-box {
        padding: 30px 20px;
    }
    .lp5_blog-box {
        flex-direction: column;
        padding: 30px 20px;
        gap: 20px;
        margin-top: 40px;
    }
    .lp5_blog-left {
        width: 240px;
    }
    .lp5_blog-right,
    .lp5_stats-box p {
        font-size: 18px;
    }
    .lp5_stats-box {
        padding: 30px 20px;
        text-align: left;
    }
    .lp5_stats-title {
        font-size: 24px;
    }
    .lp5_stats-grid {
        flex-direction: column !important;
        margin-top: 30px;
    }
    .lp5_stat-item {
        max-width: 210px;
    }
    .lp5_stats-box p {
        margin-top: 30px !important;
    }
    .lp5_chart-content {
        margin-top: 20px;
    }
    .lp5_lang-list {
        margin-top: 20px;
        height: auto;
        gap: 15px;
    }
    .lp5_lang-list span {
        font-size: 18px;
    }
    .more_button {
        width: 240px;
        margin: 30px auto 0;
    }
    .more_button a {
        height: 60px;
        padding: 10px 20px;
        border-radius: 20px;
    }
    .more_button img {
        height: 24px !important;
    }
    .more_button img.more_button_arrow {
        height: 20px !important;
    }
    .lp5_bottom-box {
        padding: 30px 20px;
        margin-top: 30px;
    }
    .lp5_bottom-box p {
        font-size:18px;
        line-height: 1.8;
    }
    .lp5_button_box {
        flex-direction: column;
        margin-top: 30px;
        gap: 20px;
    }
    .lp5_button_box .lp5_btn {
        width: 100%;
    }
    .lp5_comparison-section {
        padding: 80px 0 40px;
    }
    .page-full__inner h2.lp5_comparison-title {
        font-size: 22px;
    }
    .lp5_comparison-text {
        margin-top: 24px;
    }
    .lp5_comparison-text p {
        font-size: 15px;
        line-height: 1.6;
    }
    .lp5_comparison-text p + p {
        margin-top: 24px;
    }
    .lp5_steps-section {
        padding: 100px 20px 80px;
    }
    .lp5_steps-section .lp5_section-title {
        padding-bottom: 20px;
        margin-bottom: 50px;
    }
    .lp5_steps-section:before {
        border-top: calc(6000vw / 375) solid #FFFFFF;
        border-left: 50vw solid transparent;
        border-right: 50vw solid transparent;
    }
    .lp5_steps-section .lp5_section-title:after {
        width: 350px;
        height: 36px;
        top: auto;
        bottom: 0;
    }
    .lp5_step + .lp5_step {
        margin-top: 40px;
    }
    .lp5_step-number {
        width: 80px;
    }
    .lp5_step-content h3 {
        font-size: 18px;
        margin-top: 20px;
    }
    .lp5_step-content p {
        font-size: 16px;
        margin-top: 20px;
    }
    .lp5_recommend-section {
        padding: 60px 0;
    }
    .lp5_checklist {
        padding: 30px 20px;
    }

    .lp5_checklist_title,
    .lp5_checklist ul {
        width: 100%;
        max-width: 100%;
    }
    .lp5_checklist_title p {
        font-size: 17px;
    }
    .lp5_checklist_title h3 {
        font-size: 28px;
    }
    .lp5_checklist li {
        font-size: 13px;
        gap: 10px;
    }
    .lp5_checklist li + li {
        margin-top: 3px;
    }
    .lp5_checklist li::before {
        width: 22px;
        height: 22px;
    }
    .lp5_recommend-section .lp5_section-title {
        margin-top: 60px;
    }
    .lp5_support-content {
        margin-top: 30px;
    }
    .lp5_cta-section {
        padding: 40px 0 60px;
    }
    .lp5_cta-section:before {
        width: calc(7800vw / 375);
        height: 100vw;
        top: 20px;
        right: 5px;
    }
    .lp5_cta-section .lp5_container > p {
        font-size: 20px;
        line-height: 1.8;
    }
    .lp5_cta-section .lp5_container > p + p {
        margin-top: 36px;
    }
    .lp5_contact-box {
        padding: 30px 20px;
        margin-top: 40px;
    }
    .lp5_contact-box h3 {
        font-size: 28px;
    }
    .lp5_contact-info {
        margin-top: 30px;
    }
    .lp5_contact-info span {
        font-size: 18px;
        line-height: 1.6;
    }
    .lp5_contact-info p {
        font-size: 20px;
        margin-top: 30px;
    }
    .lp5_contact-info .lp5_email:before {
        width: 36px;
        height: 25px;
    }
}