html {
    font-size: 62.5%;
}

body {
    font-family: "Noto Sans JP", sans-serif;
    ;
    font-weight: 400;
    font-style: normal;
    font-size: 1.6rem;
    margin: 0;
    color: #3D3D3D;
}

.inner {
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
    padding: 80px 0 120px;
    position: relative;
    z-index: 1;
}

img {
    max-width: 100%;
    display: block;
    width: 100%;
}

h2,
h3,
h4,
p {
    display: block;
    line-height: 1.5;
}

h2,
h3,
h4 {
    font-weight: bold;
}

.c-font_343434 {
    color: #343434;
}

.pc-on {
    display: block !important;
}

.sp-on {
    display: none !important;
}

.wave_img {
    margin-bottom: -1px;
    position: relative;
}

.wave_img img {
    width: 100vw;
    height: auto;
}

/* bz-header
============================ */
.bz-header {
    padding: 0;
    height: 80px;
    display: flex;
    align-items: center;
}

.bz-header_inner {
    width: 95%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bz-header_logo {
    width: 46%;
    max-width: 260px;
    margin-right: 64px;
    margin-right: 4rem;
    padding-top: 3.2px;
    padding-top: 0.2rem;
}

.ani {
    flex: 1;
    min-width: 0;
    max-width: 220px;
}

.bz-fv_inner {
    width: 95%;
    margin: auto;
}

.bz-fv_main {
    position: relative;
}

/* fv */
#fv {
    width: 100%;
}

.fv_bg {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.fv_img {
    display: block;
    width: 100%;
    height: auto;
}

.fv_inner {
    position: absolute;
    width: 17.5%;
    height: auto;
    top: 0%;
    right: 9%;
}

/* message */
#message {
    background: #f4f2e9;
}

.message-inner {
    display: grid;
    grid-template-columns: 35% 1fr 10%;
    column-gap: 4rem;
    align-items: start;
    position: relative;
}

.message-visual {
    position: relative;
    grid-column: 1 / 2;
    grid-row: 1 / 3;
    align-self: stretch;
}

.message-img {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.message-img::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 30%;
    /* フェード幅調整 */
    height: 100%;

    background: linear-gradient(to right,
            #f4f2e900 0%,
            #f4f2e9 100%);
}

.message-img img {
    object-fit: cover;
    height: 100%;
}

.message_image {
    position: absolute;
    top: 40px;
    right: 30px;
    width: 13%;
    height: 43%;
    background: url(../../high-profit/img/message_pc.webp) no-repeat center / 100% auto;
    pointer-events: none;
}

.message-text_container {
    grid-column: 2 / 3;
    padding-top: 80px;
}

.message-text_container:not(.message-text_container--body) {
    align-self: end;
    margin-bottom: 8px;
}

.message-text_container--body {
    padding: 0 0 80px;
}

.message-text_wrap {
    width: 100%;
}

.message-title {
    width: 78%;
    margin-bottom: 20px;
}

.message-title img {
    display: block;
    width: 100%;
    height: auto;
}

.message-text {
    margin-bottom: 14px;
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.9;
}

.message-sign {
    margin-top: 28px;
    text-align: right;
    line-height: 1.5;
    display: flex;
    gap: 2rem;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}

.message-company {
    text-align: right;
}

.message-name {
    width: 100px;
    height: auto;
}

.message-name img {
    display: block;
    width: 100%;
    height: auto;
}

/* worries */
#worries {
    background: #000B3D;
    overflow: hidden;
}

#worries .inner {
    padding: 80px 0 50px;
}

.worries-title_wrap {
    display: grid;
    justify-content: center;
}

.worries-label {
    width: 250px;
    height: auto;
    margin-left: -80px;
}

.worries-title {
    font-size: 3.2rem;
    font-weight: 500;
    margin-bottom: 40px;
    color: #fff;
}

.worries-title strong {
    font-size: 4.5rem;
}

.worries-card {
    background: #fff;
    border-radius: 12px;
    padding: 40px 60px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 60px;
    border: 6px solid #E9C697;
}

.worries-list {
    text-align: left;
}

.worries-item {
    position: relative;
    padding-left: 40px;
    margin-bottom: 18px;
    font-size: 1.8rem;
}

.worries-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 24px;
    height: 24px;
    transform: translateY(-50%);
    background: url("../../high-profit/img/worries-check.webp") no-repeat center/contain;
}

.worries_container {
    position: relative;
}

.worries_obj01 {
    background: url(../../high-profit/img/worries_obj01.webp) no-repeat center / 100% auto;
    position: absolute;
    width: 90px;
    height: 90px;
    top: 30px;
    left: 30px;
    z-index: -1;
}

.worries_obj02 {
    background: url(../../high-profit/img/worries_obj02.webp) no-repeat center / 100% auto;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 100px;
    left: -120px;
    z-index: -1;
}

.worries_obj03 {
    background: url(../../high-profit/img/worries_obj03.webp) no-repeat center / 100% auto;
    position: absolute;
    width: 75px;
    height: 65px;
    top: 180px;
    left: -120px;
    z-index: -1;
}

.worries_obj04 {
    background: url(../../high-profit/img/worries_obj04.webp) no-repeat center / 100% auto;
    position: absolute;
    width: 35px;
    height: 180px;
    bottom: -60px;
    left: -90px;
    z-index: -1;
}

.worries_obj05 {
    background: url(../../high-profit/img/worries_obj05.webp) no-repeat center / 100% auto;
    position: absolute;
    width: 60px;
    height: 60px;
    bottom: 30px;
    right: -140px;
    z-index: -1;
}

.worries_obj06 {
    background: url(../../high-profit/img/worries_obj06.webp) no-repeat center / 100% auto;
    position: absolute;
    width: 71px;
    height: 66px;
    top: 30px;
    right: -10px;
    z-index: -1;
}

.worries_obj07 {
    background: url(../../high-profit/img/worries_obj07.webp) no-repeat center / 100% auto;
    position: absolute;
    width: 18px;
    height: 18px;
    top: 112px;
    right: 140px;
    z-index: -1;
}

.worries_obj08 {
    background: url(../../high-profit/img/worries_obj02.webp) no-repeat center / 100% auto;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    right: -100px;
    z-index: -1;
}

.worries_obj09 {
    background: url(../../high-profit/img/worries_obj04.webp) no-repeat center / 100% auto;
    position: absolute;
    width: 35px;
    height: 230px;
    bottom: 50px;
    right: -70px;
    z-index: -1;
}

.worries_obj10 {
    background: url(../../high-profit/img/worries_obj02.webp) no-repeat center / 100% auto;
    position: absolute;
    width: 20px;
    height: 20px;
    bottom: -30px;
    right: -50px;
    z-index: -1;
}


/* support */

#support {
    background: #F1F1E7;
    position: relative;
}

#support .inner {
    padding: 110px 0 80px;
}

#support .wave-worries::before {
    content: "でも大丈夫！";
    font-size: 3.7rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
    padding: 26px;
    background: #F2693C;
    border-radius: 48px;
    z-index: 0;
}

.support-title {
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1.8;
    margin-bottom: 40px;
    text-align: center;
}

.support-title strong {
    font-size: 3.2rem;
}

.support_image {
    margin-bottom: 48px;
}

.support_image img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.support-text {
    font-size: 1.8rem;
    line-height: 1.8;
    text-align: center;
    margin-bottom: 8px;
    font-family: shippori-mincho, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.support-text span {
    position: relative;
    font-weight: 700;
}

.support-text span::before {
    background: #F8CB61;
    content: '';
    position: absolute;
    bottom: 4px;
    display: inline-block;
    width: 100%;
    height: 30%;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

/* feature */

#feature {
    background: #D5D9E6;
    padding: 80px 0;
    position: relative;
    background-image: url(../../high-profit/img/feature_bg_pc.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 160px;
}

.feature_image {
    position: absolute;
    background-image: url(../../high-profit/img/feature_pc.webp);
    background-size: 100% auto;
    background-repeat: no-repeat;
    width: 25%;
    height: 30%;
    top: -130px;
    left: 50px;
}

#feature .inner {
    padding: 0 0 120px;
}

.feature-label {
    font-size: 2.8rem;
    letter-spacing: 0.12rem;
    text-align: center;
    margin-bottom: 8px;
}

.feature-label span {
    background: #fff;
    border-radius: 23px;
    padding: 2px 16px;
}

.feature-label_line {
    width: 465px;
    margin: 0 auto;
}

.feature-title {
    text-align: center;
    font-size: 4.8rem;
    margin: -41px 0 88px;
    position: relative;
}

.feature-title .de-accent {
    font-size: 4.3rem;
}

.feature-title .accent {
    color: #e65b4f;
    font-size: 8rem;
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-style: italic;
}

.feature-title::before {
    content: "◆◆◆";
    font-size: 2rem;
    letter-spacing: 0.7rem;
    color: #00357A;
    position: absolute;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
}

.feature-list {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.feature-item {
    display: flex;
    align-items: stretch;
    gap: 24px;
}

.feature-item_left .feature-thumb {
    order: 1;
}

.feature-item_left .feature-body {
    order: 2;
}

.feature-item_right .feature-thumb {
    order: 2;
}

.feature-item_right .feature-body {
    order: 1;
}

.feature-thumb {
    flex: 0 0 49%;
}

.feature-thumb img {
    display: block;
    width: 100%;
    height: auto;
}

.feature-body {
    flex: 1;
    background: #fff;
    border-radius: 9px;
    padding: 24px 26px;
}

.feature-item-title {
    font-size: 2.4rem;
    font-family: "Shippori Mincho", serif;
    ;
    font-weight: 600;
    font-style: normal;
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid #3D3D3D;
}

.feature-item-text {
    font-size: 1.6rem;
    line-height: 1.8;
}

/* comparison */

#comparison {
    background-image: url(../../high-profit/img/comparison-cases_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.comparison-label {
    text-align: center;
    font-family: "Shippori Mincho", serif;
    font-size: 2rem;
    letter-spacing: 0.12rem;
    background: #ffffffa3;
    padding: .5rem 0;
    border-radius: 30px;
    width: 70%;
    margin: 0 auto 16px;
}

.comparison-title {
    width: 70%;
    height: auto;
    margin: 0 auto 24px;
}

.comparison-lead {
    text-align: center;
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 40px;
}

.comparison-table {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 30%;
    gap: 6px;
    background: #E1E2DA;
    border-radius: 6px;
}

.comparison-table_left {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 0 0 36px 27px;
}

.cmp-row {
    display: grid;
    grid-template-columns: 170px 1fr 1fr;
    gap: 6px;
    min-height: 70px;
}

.cmp-cell {
    padding: 14px 10px;
    border-radius: 6px;
    background: #fff;
    text-align: center;
    font-size: 1.8rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    min-height: 110px;
}

.cmp-cell--axis {
    background: #FFFDD1;
    font-weight: 700;
}

.cmp-row--head .cmp-cell {
    background: none;
    font-weight: 700;
    font-size: 2rem;
    color: #002657;
}

.comparison-table_main {
    background: #002657;
    border-radius: 6px;
    padding: 3px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 0 12px 36px;
    margin-right: 27px;
}

.cmp-main-head {
    border-radius: 6px;
    align-content: center;
    text-align: center;
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    padding: 12px 0;
    min-height: 110px;
}

.cmp-main-head .small {
    color: #fff;
}

.cmp-main-cell {
    flex: 1;
    min-height: 110px;
    padding: 14px 10px;
    border-radius: 6px;
    background: #fff;
    text-align: center;
    font-size: 1.8rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    min-height: 100px;
}

.cmp-main-cell .note {
    font-weight: 600;
}

.cmp-main-cell:nth-child(4) {
    padding: 17px 10px;
}

.small {
    font-size: 1.4rem;
    font-weight: 400;
}

.min {
    font-size: 1.2rem;
    font-weight: 400;
}

.cmp-annotation {
    text-align: right;
}

.note {
    font-size: 1.6rem;
}

.comparison-annotation {
    margin-top: 16px;
}

/* icons */
.icon {
    width: 42px;
    height: 42px;
    display: inline-block;
    position: relative;
    margin: 0 auto 2px;
}

.icon-circle,
.icon-double-circle {
    border: 2px solid #E72800;
    border-radius: 50%;
    position: relative;
}

.icon-double-circle::before {
    content: "";
    width: 32px;
    height: 32px;
    position: absolute;
    top: 3px;
    left: 3px;
    border: 2px solid #E72800;
    border-radius: 50%;
}

.icon-triangle {
    background-image: url(../../high-profit/img/icon-triangle.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.icon-cross::before,
.icon-cross::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 2px;
    height: 48px;
    background: #343434;
}

.icon-cross::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.icon-cross::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

/* stir-up */
.stirup-flow_bg {
    background-image: url(../../high-profit/img/comparison-cases_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#stir-up {
    height: 300px;
    background: url(../../high-profit/img/stir-up_bg.webp) no-repeat center bottom / cover;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
}

.stir-up_title {
    font-size: 4.5rem;
    line-height: 1.3;
    margin: 0 auto;
    padding: 0 0 55px;
    font-family: "Shippori Mincho", serif;
    ;
    font-weight: 500;
}

.stir-up_title-label {
    font-size: 3.6rem;
    line-height: 1.8;
    font-weight: 400;
    margin-bottom: 16px;
}

.stir-up_title-lead {
    font-size: 2.4rem;
    font-weight: 400;
    margin-top: 16px;
}

/* case */

#cases {
    position: relative;
}

#cases.inner {
    position: relative;
}

.cases_title {
    width: 70%;
    margin: 0 auto;
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.cases-pin {
    position: relative;
    width: 100%;
    height: 800px;
    overflow: visible;
}

.case-frame {
    position: absolute;
    top: 220px;
    left: 50%;
    width: 100%;
    max-width: 1000px;
    height: 550px;
    transform: translateX(-50%);
    background: #fff;
    border: 2px solid #00357A;
    border-radius: 28px;
    overflow: hidden;
    z-index: 2;
}

.case-slide_wrap {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    height: 300%;
    will-change: transform;
}

.case-slide {
    flex: 0 0 calc(100% / 3);
    height: calc(100% / 3);
    display: grid;
    grid-template-columns: 34% 36% 30%;
    background: #fff;
}

.case-slide_media {
    min-height: 100%;
}

.case-slide_media img,
.case-slide_chart img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.case01 .case-slide_media img {
    object-position: 47% center;
}

.case02 .case-slide_media img {
    object-position: 22% center;
}

.case03 .case-slide_media img {
    object-position: 77% center;
}

.case-slide_content {
    padding: 40px 32px 36px;
}

.case-slide_title {
    font-size: 3.6rem;
    line-height: 1.3;
    margin-bottom: 24px;
    white-space: nowrap;
}

.case-slide_area {
    display: inline-block;
    padding: 5px 16px;
    border-radius: 30px;
    background: linear-gradient(90deg, #FF8000, #FFD630);
    color: #fff;
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 20px;
}

.case-slide_text {
    font-size: 1.4rem;
    line-height: 2;
}

.case-slide_specs {
    margin-top: 38px;
}

.case-slide_spec+.case-slide_spec {
    margin-top: 14px;
}

.case-slide_spec {
    display: flex;
    align-items: end;
    gap: 34px;
}

.case-slide_spec dt {
    flex: 0 0 110px;
    position: relative;
    background: #00357A;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1;
    padding: 8px 0 10px;
    text-align: center;
}

.case-slide_spec dt::after {
    content: "";
    position: absolute;
    top: 0;
    left: 110px;
    width: 30px;
    height: 36px;
    background-color: #00357A;
    clip-path: polygon(0% 100%, 100% 100%, 0% 0%);
}

.case-slide_spec dd {
    flex: 1;
    padding-bottom: 6px;
    border-bottom: 2px dotted #00357A;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
}

.case-slide_chart {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 32px 28px 28px 0;
}

.case_image {
    position: absolute;
    background: url(../../high-profit/img/case_pc.webp) no-repeat center / 100% auto;
    left: -85px;
    top: 630px;
    width: 250px;
    height: 420px;
    z-index: 3;
    pointer-events: none;
    transform: translateZ(0);
    will-change: transform;
}

.case-annotation {
    position: absolute;
    text-align: right;
    font-size: 1.4rem;
    right: 0;
    top: 780px;
    z-index: 3;
}

.conjunction-sentence {
    text-align: center;
    font-weight: 700;
    font-size: 3rem;
    margin-top: 140px;
}

.conjunction-sentence_image {
    width: 120px;
    height: auto;
    margin: 0 auto 32px;
    position: relative;
}

.conjunction-sentence_image::before {
    position: absolute;
    content: "";
    background: url(../../high-profit/img/tema0.webp) no-repeat center / contain;
    top: -30px;
    right: -240px;
    width: 180px;
    height: 110px;
}

.conjunction-sentence_highlight {
    font-size: 3.8rem;
    color: #F25A39;
    text-shadow: 1px 1px 2px #81731A80;
}

/* flow */

#flow {
    overflow: hidden;
}

.flow_title {
    width: 70%;
    height: auto;
    margin: 0 auto 56px;
    z-index: 2;
}

.flow_text {
    position: relative;
    text-align: center;
    font-size: 2.8rem;
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: normal;
    padding-bottom: 40px;
}

.flow_text_highlight {
    font-size: 4rem;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
    font-style: normal;
    padding: 120px 0 48px;
}

.flow_obj01 {
    background: url(../../high-profit/img/circle01.webp) no-repeat center / 100% auto;
    position: absolute;
    width: 430px;
    height: 430px;
    bottom: -225px;
    right: -339px;
    rotate: 205deg;
    z-index: -1;
}

.flow_obj02 {
    background: url(../../high-profit/img/circle02.webp) no-repeat center / 100% auto;
    position: absolute;
    width: 320px;
    height: 320px;
    top: -80px;
    left: -270px;
    z-index: -1;
    rotate: 30deg;
}


/* cta */

.cta {
    margin-top: 80px;
    position: relative;
}

.cta-bg {
    width: 97%;
    margin: 0 0 0 auto;
}

.cta-bg img {
    height: 289px;
}

.cta-panel {
    position: absolute;
    top: 20px;
    left: 0;
    width: 97%;
}

.cta-content {
    background: #FEF8E5;
    border-radius: 18px;
    padding: 42px 40px;
    width: 100%;
    text-align: center;
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.08);
}

.cta-content.blue {
    background: #00357A;
}

.cta-title {
    font-size: 3.5rem;
    margin-bottom: 8px;
}

.cta-lead {
    font-size: 2.5rem;
    margin-bottom: 24px;
}

.cta-title.white,
.cta-lead.white {
    color: #fff;
}

.cta-main {
    display: flex;
    gap: 24px;
    align-items: center;
}

.cta-tel {
    width: 50%;
    min-height: 82px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    border-radius: 45px;
    border: 2px solid #E72800;
    background: #fff;
    color: #E72800;
    transition: .2s;
}

.cta-tel:hover {
    background: #E72800;
    color: #fff;
}

.cta-tel:hover .cta-tel-icon {
    border: 1px solid #fff;
}

.cta-tel-icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #E72800 url("../../high-profit/img/icon_tel-white.svg") center/30px 30px no-repeat;
    flex-shrink: 0;
}

.cta-tel-number {
    font-size: 4.2rem;
    font-family: "din-2014", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.cta-tel-note {
    font-size: 1.4rem;
    letter-spacing: -0.02rem;
    display: block;
    margin: -4px 0 7px 7px;
}

.cta-btn {
    width: 50%;
    min-height: 82px;
    border-radius: 999px;
    background: #E72800;
    color: #fff;
    font-size: 3rem;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding-left: 31px;
    transition: .1s;
}

.cta-btn:hover {
    background: #fff;
    color: #E72800;
    border: 2px solid #E72800;
}

.cta-btn:hover .cta-btn-icon-fill {
    fill: #E72800;
}

.cta-btn:hover .cta-btn-icon-stroke {
    stroke: #E72800;
}

.cta-btn:hover .cta-btn-icon-arrow {
    stroke: #E72800;
}

.cta-btn-icon {
    width: 80px;
    height: 52px;
}


/* form */

.contact-section {
    padding: 80px 0 40px;
}

.contact-title {
    font-size: 4.5rem;
    font-weight: 500;
    color: #343434;
    text-align: center;
    margin-bottom: 4px;
}

.contact-title_underline {
    width: 280px;
    height: 2px;
    background: linear-gradient(to right,
            transparent,
            #0006ad 40%,
            #0006ad 60%,
            transparent);
    margin: 0 auto 44px;
    position: relative;
}

.contact-desc {
    text-align: center;
    color: #343434;
    margin-bottom: 16px;
    font-size: 1.8rem;
}

.phone-area {
    margin-bottom: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 22px;
}

.phone-icon {
    width: 51px;
    height: auto;
    vertical-align: middle;
    margin-top: 12px;
}

.phone-number {
    font-size: 5.2rem;
    font-family: nimbus-sans, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #00197F;
}

.phone-number a {
    text-decoration: none;
    color: inherit;
}

.phone-time {
    display: block;
    font-size: 1.6rem;
    color: #343434;
    margin-top: -.5rem;
    margin-left: 0.5rem;
    letter-spacing: 0.14rem;
}

.contact-form {
    max-width: 1000px;
    margin: 0 auto;
    background: #F1F1F1;
    border-radius: 16px;
    padding: 56px 70px;
    box-shadow: 3px 6px 6px rgb(0 0 0 / 12%);
}

.form-title {
    font-size: 2rem;
    color: #343434;
    margin-bottom: 8px;
    display: block;
    font-weight: 400;
}

.input-row {
    display: flex;
    gap: 8px;
    width: 70%;
}

.input-row input {
    flex: 1;
}

input[type="text"],
input[type="email"],
select,
textarea {
    width: 100%;
    padding: 16px 16px;
    font-size: 1.6rem;
    font-weight: 400;
    border: 1px solid #C5C5C5;
    border-radius: 8px;
    background-color: #fff;
    margin-bottom: 24px;
    box-sizing: border-box;
    color: #343434;
}

input::placeholder,
textarea::placeholder {
    color: #C5C5C5;
    opacity: 1;
}

select {
    appearance: none;
}

.form_select {
    background-image: url("../img/form_arrow.svg");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 16px 9px;
}

textarea {
    resize: vertical;
}

.required {
    font-size: 1.6rem;
    color: #fff;
    margin-left: 12px;
    background: #FF0809;
    border-radius: 4px;
    padding: 0 5px;
}

.optional {
    font-size: 1.6rem;
    color: #fff;
    margin-left: 12px;
    background: #9F9C9C;
    border-radius: 6px;
    padding: 0 5px;
}

.form-email {
    width: 70%;
}

.form-tel_municipalities {
    width: 50%;
}

.address-wrap h4 {
    font-size: 2.4rem;
    font-weight: bold;
    margin: 24px 0 16px;
    color: #343434;
}

.post-code {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 24px;
}

.post-code input[type="text"] {
    margin: 0;
    width: 150px;
}

.post-code-prefix {
    font-size: 2rem;
    color: #343434;
}

.form-wrap select {
    width: 180px;
}

.consult-wrap .form-title {
    margin-bottom: 16px;
    line-height: 1.5;
}

.checkboxes {
    margin-bottom: 32px;
}

.checkboxes label {
    display: block;
    font-size: 1.6rem;
    margin-bottom: 16px;
    font-weight: 400;
    cursor: pointer;
    color: #343434;
}

input[type="checkbox"] {
    accent-color: #343434;
    width: 20px;
    height: 20px;
    margin-right: .5rem;
    appearance: auto;
}

.terms-wrap {
    margin-bottom: 22px;
}

.terms-wrap h4 {
    font-size: 2.4rem;
    color: #343434;
    text-align: center;
    margin: 20px 0 16px;
}

.agreement {
    overflow: auto;
    padding: 2.0rem;
    width: 100%;
    height: 12em;
    font-size: 1.8rem;
    border: solid 1px #C5C5C5;
    border-radius: 8px;
    background: #fff;
    box-sizing: border-box;
}

#submit-btn {
    display: block;
    width: 380px;
    background: #757575;
    color: #fff;
    font-size: 2.4rem;
    text-align: center;
    border-radius: 62px;
    padding: 22px 0 33px;
    border: none;
    font-weight: bold;
    margin: 0 auto;
    margin-top: 20px;
    box-shadow: 3px 3px 10px rgb(0 0 0 / 12%), inset 3px 3px 10px 0px rgb(255 255 255 / 70%);
    transition: .2s;
}

#submit-btn.enabled {
    background-color: #E72800 !important;
    cursor: pointer;
}

.submit-btn_sub-text {
    font-size: 1.6rem;
    margin-left: -1.5rem;
}

#submit-btn:hover {
    opacity: 0.6;
}

.mark-area {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    align-items: flex-start;
    max-width: 1000px;
    margin: 24px auto 80px;
}

.mark_inner {
    display: flex;
    gap: 2rem;
    align-items: center;
}

.mark-text {
    width: 67%;
    font-size: 1.5rem;
    color: #343434;
}

.mark-img {
    width: 110px;
    height: auto;
}

.font-preload {
    position: absolute;
    left: -9999px;
    top: 0;
    visibility: hidden;
    white-space: nowrap;
    overflow: hidden;
    height: 0;
    font-family: "Shippori Mincho", serif;
    ;
    font-weight: 400;
    font-style: normal;
}

/* footer */

#footer {
    background-color: #F5F4EE;

}

.footer-bg {
    position: relative;
    overflow: hidden;
    background: url(../../high-profit/img/footer_bg_pc.webp) no-repeat center/cover;
}

.footer-bg .inner {
    padding: 80px 0 100px;
}

.footer-logo {
    display: block;
    width: 400px;
    margin: 0 auto 40px;
}

.footer-logo img {
    width: 100%;
    height: auto;
}

.footer-nav {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    justify-content: center;
    text-decoration: underline;
}

.footer-nav li a {
    font-size: 1.4rem;
    font-weight: 600;
    transition: .2s;
}

.footer-nav li a:hover {
    opacity: 0.6;
}

.footer_obj01 {
    background: url(../../high-profit/img/circle01.webp) no-repeat center / 100% auto;
    position: absolute;
    width: 350px;
    height: 350px;
    bottom: -135px;
    right: -109px;
    rotate: 205deg;
}

.footer_obj02 {
    background: url(../../high-profit/img/circle02.webp) no-repeat center / 100% auto;
    position: absolute;
    width: 300px;
    height: 300px;
    top: -130px;
    left: -120px;
    rotate: 48deg;
}

.footer_obj03 {
    background: url(../../high-profit/img/circle01.webp) no-repeat center / 100% auto;
    position: absolute;
    width: 260px;
    height: 260px;
    bottom: -60px;
    left: 331px;
    rotate: 306deg;
}

.footer_obj04 {
    background: url(../../high-profit/img/circle02.webp) no-repeat center / 100% auto;
    position: absolute;
    width: 220px;
    height: 220px;
    top: -140px;
    right: 370px;
    rotate: 160deg;
}

.footer-copy {
    text-align: center;
    font-size: 1.4rem;
    color: #555;
    background: #fff;
    padding: 14px 0;
}

@media screen and (max-width: 1200px) {

    .cases_title {
        top: 0;
    }

    .case-frame {
        top: 150px;
    }

    .case-annotation {
        top: 710px;
    }

    .case_image {
        top: 600px;
    }

    
    /* form */

    .contact-form,
    .mark-area {
        max-width: 94vw;
    }

    .input-row {
        width: 90%;
    }
}

@media screen and (max-width: 768px) {

    .pc-on {
        display: none !important;
    }

    .sp-on {
        display: block !important;
    }

    .inner {
        width: 90%;
        margin: 0 auto;
    }

    /* header */

    .bz-header {
        height: 60px;
    }

    /* fv */

    .fv_bg {
        background-image: url(../../high-profit/img/fv-bg_sp.webp);
        background-size: 100% auto;
        background-position: top center;
    }

    .fv_inner {
        width: 43%;
        top: 2%;
        right: 5%;
    }

    /* message */

    #message {
        padding: 0;
    }

    .message-inner {
        max-width: none;
        padding: 24px 0 60px;
        display: flex;
        flex-direction: column;
        gap: 0;
    }

    .message-text_container {
        grid-column: auto;
        padding: 0;
        width: 90%;
        margin: 0 auto;
    }

    .message-title {
        width: 100%;
        margin-bottom: 14px;
    }

    .message-visual {
        width: 100%;
        height: 430px;
        margin: 0 0 18px;
        position: relative;
        grid-column: auto;
        grid-row: auto;
    }

    .message-img {
        width: 100%;
    }

    .message-img img {
        height: 109%;
    }

    .message_image {
        width: 92px;
        height: 200px;
        top: 332px;
        right: 8px;
        background: url(../../high-profit/img/message_sp.webp) no-repeat center / 100% auto;
    }

    .message-text {
        font-size: 1.4rem;
        line-height: 1.95;
        margin-bottom: 14px;
    }

    .message-sign {
        margin-top: 18px;
        width: 100%;
        gap: 10px;
        justify-content: flex-end;
        align-items: flex-end;
    }

    .message-company {
        font-size: 1rem;
        line-height: 1.4;
    }

    .message-name {
        width: 86px;
    }

    .message-img::after {
        top: -18px;
        right: -35px;
        width: 38%;
        height: 115%;
        background: linear-gradient(to right, #f4f2e900 0%, #f4f2e9 50%, #f4f2e9 100%);
        rotate: 9deg;
    }

    /* worries */

    #worries .inner {
        padding: 50px 0 70px;
    }


    .worries-title {
        font-size: 2rem;
        margin-bottom: 20px;

    }

    .worries-title strong {
        font-size: 3rem;
    }

    .worries-label {
        width: 170px;
        margin-left: -3px;
    }

    .worries-card {
        padding: 20px 14px 0;
        display: block;
    }

    .worries-item {
        padding-left: 28px;
        font-size: 1.4rem;
        white-space: nowrap;
        margin-bottom: 24px;
    }

    .worries-item::before {
        top: 40%;
    }

    .worries_obj01 {
        width: 35px;
        height: 35px;
        top: 84px;
        left: -10px;
    }

    .worries_obj02 {
        top: 170px;
        left: -17px;
    }

    .worries_obj03 {
        width: 50px;
        height: 50px;
        top: 415px;
        left: 70px;
    }

    .worries_obj04 {
        width: 30px;
        height: 270px;
        bottom: -60px;
        left: -23px;
    }

    .worries_obj05 {
        bottom: -46px;
        right: 0;
    }

    .worries_obj06 {
        width: 40px;
        height: 37px;
        top: -14px;
        right: 90px;
    }

    .worries_obj07 {
        width: 14px;
        height: 14px;
        top: 210px;
        right: -20px;
    }

    .worries_obj08 {
        width: 12px;
        height: 12px;
        top: 30px;
        right: 0px;
    }

    .worries_obj09 {
        width: 26px;
        height: 120px;
        bottom: 220px;
        right: -10px;
    }

    .worries_obj10 {
        right: 140px;
    }


    /* support */

    #support .inner {
        padding: 70px 0 50px;
    }

    #support .wave-worries::before {
        font-size: 1.8rem;
        left: 50%;
        width: 160px;
        padding: 16px;
    }

    .support-title {
        font-size: 1.6rem;
        margin-bottom: 24px;
    }

    .support-title strong {
        font-size: 1.8rem;
        line-height: 2.5;
    }

    .support-text {
        font-size: 1.6rem;
        margin-bottom: 24px;
    }

    .support-text span::before {
        bottom: 0px;
    }

    /* feature */

    #feature {
        padding: 56px 0;
        background-image: url(../../high-profit/img/feature_bg_sp.webp);
        background-position: center 90px;
    }


    .feature-label {
        font-size: 1.7rem;
    }

    .feature-label span {
        padding: 2px 9px;
    }

    .feature-label_line {
        width: 285px;
        margin: 0 auto 16px;
    }

    .feature-title .de-accent {
        font-size: 2.6rem;
    }

    .feature-title .accent {
        font-size: 5rem;
    }

    .feature-title::before {
        font-size: 1.3rem;
        letter-spacing: 0.3rem;
    }

    .feature_image {
        background-image: url(../../high-profit/img/feature_sp.webp);
        width: 30%;
        height: 10%;
        top: -90px;
        left: 10px;
    }

    .feature-title {
        font-size: 3rem;
        margin-bottom: 48px;
    }

    .feature-item {
        flex-direction: column;
        gap: 0px;
    }

    .feature-thumb {
        margin-bottom: -8px;
    }

    .feature-thumb,
    .feature-body {
        flex: none;
        width: 100%;
        order: 1 !important;
    }

    .feature-body {
        padding: 18px 16px;
        border-radius: 6px;
    }

    .feature-item-title {
        font-size: 1.8rem;
    }

    .feature-item-text {
        font-size: 1.4rem;
    }

    /* comparison */

    .comparison-label {
        width: 100%;
        font-size: 1.2rem;
        letter-spacing: 0;
    }

    .comparison-title {
        width: 100%;
        margin: 0 auto 16px;
    }

    .comparison-lead {
        font-size: 1.6rem;
    }

    .cmp-row {
        grid-template-columns: 76px 1fr 1fr;
        gap: 3px;
    }

    .comparison-table_left {
        padding: 0 0 36px 8px;
        gap: 3px;
    }

    .comparison-table_main {
        gap: 3px;
        padding: 0 3px 36px;
        margin: 0;
    }

    .comparison-table {
        gap: 3px;
        grid-template-columns: minmax(0, 1fr) 26%;
    }

    .cmp-row--head .cmp-cell,
    .cmp-main-head {
        font-size: 1.2rem;
        min-height: 70px;
    }

    .cmp-cell {
        font-size: 1.2rem;
        padding: 8px 2px;
    }

    .small,
    .min {
        font-size: 0.8rem;
    }

    .icon {
        width: 35px;
        height: 35px;
    }

    .icon-double-circle::before {
        width: 25px;
        height: 25px;
    }

    .icon-cross::before,
    .icon-cross::after {
        width: 2px;
        height: 36px;
    }

    .note {
        font-size: 1.2rem;
    }

    .cmp-main-cell:nth-child(4) {
        padding: 14px 10px;
    }

    /* stir-up */

    .stir-up_title {
        font-size: 2.5rem;
    }

    .stir-up_title-label {
        font-size: 2.5rem;
    }

    .stir-up_title-lead {
        font-size: 1.5rem;
    }


    /* case */

    #cases .inner {
        padding: 80px 0 0;
    }

    .cases_title {
        width: 100%;
        top: 30px;

    }

    .case-frame {
        height: 560px;
        top: 130px;
    }

    .cases-pin {
        height: calc(var(--app-vh, 1vh) * 100);
        min-height: calc(var(--app-vh, 1vh) * 100);
        padding: 0 16px;
        box-sizing: border-box;
    }
    

    .case-slide_wrap {
        transform: none;
        will-change: auto;
    }


    .case-slide_content {
        padding: 16px 16px 28px;
    }

    .case-slide_chart {
        padding: 16px 16px 28px 0;
    }

    .case-slide_title {
        font-size: 2.5rem;
        margin-bottom: 8px;
    }

    .case-slide_area {
        font-size: 1.2rem;
        margin-bottom: 8px;
    }

    .case-slide_text {
        font-size: 1.2rem;
        line-height: 1.5;
    }

    .case-slide_spec dt {
        flex: 0 0 70px;
        font-size: 1.2rem;
        padding: 2px 0 3px;
    }

    .case-slide_spec dt::after {
        left: 70px;
        width: 12px;
        height: 17px;
    }

    .case-slide_spec dd {
        font-size: 1.4rem;
        padding-bottom: 2px;
    }

    .case-slide {
        grid-template-columns: 1.5fr 1fr;
        grid-template-rows: auto auto;
    }

    /* 写真：1行目フル幅 */
    .case-slide_media {
        grid-column: 1 / 3;
        grid-row: 1;
    }

    /* 本文：2行目 左 */
    .case-slide_content {
        grid-column: 1 / 2;
        grid-row: 2;
    }

    /* グラフ：2行目 右 */
    .case-slide_chart {
        grid-column: 2 / 3;
        grid-row: 2;
    }

    .case-annotation {
        font-size: 1.2rem;
        top: 690px;
    }

    .case_image {
        background: url(../../high-profit/img/case_sp.webp) no-repeat center / 100% auto;
        left: -8px;
        top: 680px;
        width: 160px;
        height: 200px;
    }

    .conjunction-sentence {
        font-size: 2rem;
        margin-top: 180px;
    }

    .conjunction-sentence_highlight {
        font-size: 2.5rem;
    }

    .conjunction-sentence_image {
        width: 100px;
    }

    .conjunction-sentence_image::before {
        top: -30px;
        right: -130px;
        width: 120px;
        height: 70px;
    }

    /* flow */
    .flow_title {
        width: 100%;
    }

    .flow-list {
        display: flex;
        flex-direction: column;
        gap: 28px;
    }

    .flow-item {
        position: relative;
    }

    .flow-item::before {
        content: "";
        position: absolute;
        left: 7px;
        top: -12px;
        bottom: 0px;
        width: 65px;
        border: 3px solid #E9C697;
        border-radius: 35px;
    }

    .flow-item_head {
        position: relative;
        display: flex;
        align-items: end;
        gap: 16px;
        padding-left: 18px;
        margin-bottom: 4px;
        z-index: 2;
    }

    .flow-item_step {
        flex: 0 0 44px;
        width: 44px;
    }

    .flow-item_step img {
        display: block;
        width: 100%;
        height: auto;
    }

    .flow-item_title {
        font-size: 3rem;
        line-height: 1;
        font-weight: 700;
        color: #00357A;
    }

    .flow-item_body {
        position: relative;
        margin-left: 0;
        background: #fff;
        border-radius: 14px;
        padding: 16px 8px;
        font-size: 1.4rem;
        line-height: 1.8;
        z-index: 2;
    }

    .flow_text {
        font-size: 1.4rem;
    }

    .flow_text_highlight {
        font-size: 1.7rem;
        padding: 80px 0 28px;
    }

    .flow_obj01 {
        width: 150px;
        height: 150px;
        bottom: -25px;
        right: -100px;
    }

    .flow_obj02 {
        width: 120px;
        height: 120px;
        top: 10px;
        left: -82px;
    }

    /* cta */

    .cta-panel {
        align-items: stretch;
    }

    .cta-content {
        margin: auto 10px;
        padding: 20px 18px 22px;
        border-radius: 14px;
    }

    .cta-title {
        font-size: 20px;
    }

    .cta-lead {
        font-size: 13px;
        margin-bottom: 18px;
    }

    .cta-main {
        flex-direction: column;
        gap: 12px;
    }

    .cta-tel {
        width: 100%;
        gap: 6px;
        padding: 14px 14px;
    }

    .cta-tel-number {
        font-size: 30px;
    }

    .cta-tel-note {
        font-size: 10px;
        letter-spacing: 0;
        margin: -3px 0 4px 0;
    }

    .cta-btn {
        width: 100%;
        height: 54px;
        font-size: 2rem;
        gap: 12px;
    }

    .cta-btn-icon {
        width: 80px;
        height: 52px;
    }

    .cta-bg img {
        border-radius: 14px;
    }

    .cta-panel {
        top: 10px;
        left: -10px;
    }


    /* form */

    .contact-section {
        padding: 20px 0;
    }

    .contact-form {
        padding: 24px 10px 40px;
    }

    .contact-title {
        font-size: 3.5rem;
    }

    .contact-title_underline {
        width: 200px;
        margin: 0 auto 32px;
    }

    .contact-desc {
        font-size: 1.6rem;
    }

    .phone-area {
        gap: 8px;
        margin-bottom: 48px;
    }

    .phone-icon {
        width: 42px;
        margin-top: 11px;
    }

    .phone-number {
        font-size: 4.1rem;
    }

    .phone-time {
        font-size: 1.3rem;
        margin-top: -.3rem;
        margin-left: 0.2rem;
        letter-spacing: 0.08rem;
    }

    .form-title {
        font-size: 1.6rem;
    }

    .input-row {
        display: flex;
        gap: 4px;
        width: 100%;
    }

    input[type="text"],
    input[type="email"],
    select,
    textarea {
        padding: 12px 12px;
        font-size: 1.6rem;
        margin-bottom: 18px;
    }

    .required {
        font-size: 1.4rem;
        margin-left: 6px;
        padding: 0 3px;
    }

    .optional {
        font-size: 1.4rem;
        margin-left: 6px;
        padding: 0 3px;
    }

    .checkboxes label {
        font-size: 1.4rem;
        margin-bottom: 12px;
    }

    .address-wrap h4 {
        font-size: 2rem;
        margin: 12px 0 8px;
    }

    .terms-wrap h4 {
        font-size: 2rem;
        margin: 12px 0 8px;
    }

    .form-email {
        width: 100%;
    }

    .form-tel_municipalities {
        width: 100%;
    }

    .agreement {
        height: 10em;
        padding: 12px 12px;
    }

    #submit-btn {
        width: 300px;
        font-size: 2.2rem;
        padding: 16px 0 24px;
    }

    .submit-btn_sub-text {
        font-size: 1.4rem;
    }

    .mark-area {
        flex-direction: column;
        gap: 14px;
        margin: 24px auto 40px auto;
    }

    .mark-text {
        width: 100%;
        font-size: 1.2rem;
    }

    /* footer */

    #footer .inner {
        padding: 50px 0 50px;

    }

    .footer-bg {
        background: url(../../high-profit/img/footer_bg_sp.webp) no-repeat center/cover;
    }

    .footer-logo {
        width: 200px;
        margin: 0 auto 20px;
    }

    .footer-nav {
        display: grid;
        grid-template-columns: 1fr 1.3fr;
        gap: 16px 0;
        text-align: center;
    }

    .footer-nav li a {
        font-size: 1.2rem;
    }

    .footer-copy {
        font-size: 1.2rem;
    }

    .footer_obj01 {
        background: none;
    }

    .footer_obj02 {
        background: none;
    }

    .footer_obj03 {
        bottom: -140px;
        left: -100px;
    }

    .footer_obj04 {
        width: 140px;
        height: 140px;
        top: -50px;
        right: -50px;
        rotate: 150deg;
    }

}

@media screen and (max-width: 380px) {



    .conjunction-sentence {
        margin-top: 200px;
    }

    .cases_title {
        top: 0;
    }

    .case-slide_title {
        font-size: 2rem;
    }

    .case-slide_area {
        padding: 2px 8px;
    }

    .case-slide_text {
        font-size: 1.1rem;
    }

    .case-slide_content {
        padding: 8px 8px 16px;
    }

    .case-slide_chart {
        padding: 8px 8px 16px 0;
    }

    .case-frame {
        top: 72px;
        height: 480px;
    }

    .case-annotation {
        top: 560px;
    }

    .case_image {
        top: 540px;
    }

}
