.p_lp {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
    overflow: hidden;
}

.p_lp * {
    box-sizing: border-box;
}

p,
h1,
h2,
h3,
h4 {
    margin: 0;
    padding: 0;
}

.p_lp ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pc {
    display: block;
}

@media (max-width: 767px) {
    .pc {
        display: none;
    }
}

.sp {
    display: none;
}

@media (max-width: 767px) {
    .sp {
        display: block;
    }
}

.inner {
    max-width: 1220px;
    padding: 0 40px;
    width: 100%;
    margin: auto;
}

@media (max-width: 767px) {
    .inner {
        width: 100%;
        padding: 0 20px;
    }
}


/*************************************************/


.lp-kv {
    padding: 0 20px;
    margin-bottom: 100px;
}

@media (max-width: 767px) {
    .lp-kv {
        padding: 0 16px;
        margin-bottom: 52px;
    }
}

.lp-kv__content {}

.lp-kv__content img {
    width: 100%;
}

.lp-intro {
    margin-bottom: 132px;
}

@media (max-width: 767px) {
    .lp-intro {
        margin-bottom: 72px;
    }
}

.lp-intro__wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 64px;
    align-items: center;
}

@media (max-width: 767px) {
    .lp-intro__wrap {
        flex-direction: column;
        gap: 0;
    }
}

.lp-intro__image {
    width: 40%;
    text-align: center;
}

@media (max-width: 767px) {
    .lp-intro__image {
        width: 100%;
        margin-bottom: 26px;
    }
}

.lp-intro__image img {
    width: 100%;
}

@media (max-width: 767px) {
    .lp-intro__image img {
        max-width: 214px;
        width: 100%;
    }
}


.lp-intro__text {
    width: calc(60% - 64px);
}

@media (max-width: 767px) {
    .lp-intro__text {
        width: 100%;
    }
}

.lp-intro__text h2 {
    margin-bottom: 28px;
    font-family: "Hiragino Sans";
    font-weight: normal;
    font-size: 38px;
    letter-spacing: 0.1em;
    line-height: 1.75em;
    text-align: left;
    color: #3B3B3C;
}

@media (max-width: 767px) {
    .lp-intro__text h2 {
        margin-bottom: 16px;
        font-size: 20px;
        text-align: center;
    }
}

.lp-intro__text h2 span {
    color: #fe622f;
}

.lp-intro__text p {
    font-family: "Hiragino Sans";
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 2em;
    text-align: left;
    color: #3b3b3c;
}

@media (max-width: 767px) {
    .lp-intro__text p {
        font-size: 13px;
        text-align: left;
    }
}

.lp-navi {
    margin-bottom: 100px;
}

@media (max-width: 767px) {
    .lp-navi {
        margin-bottom: 60px;
    }
}

.lp-navi__wrap {}

.lp-navi__list {
    display: flex;
    border: 2px solid #FE622F;
    border-radius: 6px;
}

@media (max-width: 767px) {
    .lp-navi__list {
        flex-direction: column;
    }
}

.lp-navi__item {
    width: 25%;
    border-right: 2px solid #FE622F;
    display: block;
    padding: 40px 20px 60px;
    position: relative;
    text-decoration: none;
}

@media (max-width: 767px) {
    .lp-navi__item {
        width: 100%;
        border-right: none;
        border-bottom: 2px solid #FE622F;
        padding: 12px 40px 12px 12px;
        display: flex;
        gap: 12px;
        align-items: center;
    }
}


.lp-navi__item:before {
    position: absolute;
    content: "";
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    width: 38px;
    height: 16px;
    background-color: #FE622F;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}

@media (max-width: 767px) {
    .lp-navi__item:before {
        bottom: unset;
        top: 50%;
        left: unset;
        right: 12px;
        transform: translateY(-50%);
        width: 21px;
        height: 9px;
    }
}

.lp-navi__item:last-child {
    border-right: none;
}

@media (max-width: 767px) {
    .lp-navi__item:last-child {
        border-bottom: none;
    }
}

.lp-navi__item--point {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 26px;
    letter-spacing: 0.05em;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background-color: #FE622F;
    position: absolute;
    width: 54px;
    height: 54px;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
}

@media (max-width: 767px) {
    .lp-navi__item--point {
        font-size: 18px;
        width: 38px;
        height: 38px;
        position: static;
        transform: unset;
    }
}

.lp-navi__item--text {
    font-family: "Noto Sans CJK JP";
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.1em;
    line-height: 1.5em;
    text-align: center;
    color: #fe622f;
}

@media (max-width: 767px) {
    .lp-navi__item--text {
        font-size: 15px;
        text-align: left;
    }
}


.lp-campaign {
    margin-bottom: 140px;
}

@media (max-width: 767px) {
    .lp-campaign {
        margin-bottom: 80px;
    }
}


.lp-campaign__wrap {}

.lp-campaign__head {
    margin-bottom: 48px;
}

@media (max-width: 767px) {
    .lp-campaign__head {
        margin-bottom: 28px;
    }
}


.lp-campaign__head-point {
    width: 64px;
    height: 64px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 31px;
    letter-spacing: 0.05em;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background-color: #FE622F;
    position: relative;
    margin-bottom: 16px;
}

@media (max-width: 767px) {
    .lp-campaign__head-point {
        width: 36px;
        height: 36px;
        font-size: 18px;
        margin-bottom: 8px;
    }
}


.lp-campaign__head-point:before {
    position: absolute;
    content: "";
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    width: 28px;
    height: 16px;
    background-color: #FE622F;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}

@media (max-width: 767px) {
    .lp-campaign__head-point:before {
        bottom: -4px;
        width: 14px;
        height: 9px;
    }
}

.lp-campaign__head-sub {
    font-family: "Hiragino Sans";
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 2em;
    text-align: center;
    color: #3b3b3c;
    margin: 0;
}

@media (max-width: 767px) {
    .lp-campaign__head-sub {
        font-size: 11px;
    }
}

.lp-campaign__head-title {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 50px;
    letter-spacing: 0.05em;
    text-align: center;
    color: #3b3b3c;
    margin: 0;
}

@media (max-width: 767px) {
    .lp-campaign__head-title {
        font-size: 30px;
    }
}

.lp-campaign__lead {
    margin-bottom: 96px;
}

@media (max-width: 767px) {
    .lp-campaign__lead {
        margin-bottom: 28px;
    }
}

.lp-campaign__lead p {
    font-family: "Hiragino Sans";
    font-weight: normal;
    font-size: 32px;
    letter-spacing: 0.1em;
    line-height: 1em;
    text-align: center;
    color: #3b3b3c;
}

@media (max-width: 767px) {
    .lp-campaign__lead p {
        font-size: 12px;
    }
}

.lp-campaign__lead p span {
    font-size: 54px;
    letter-spacing: 0.1em;
    line-height: 1em;
    text-align: left;
    color: #fe622f;
    border-bottom: 2px solid #fe622f;
    padding: 0 8px;
}

@media (max-width: 767px) {
    .lp-campaign__lead p span {
        font-size: 21px;
        padding: 0 4px;
    }
}

.lp-campaign__exam {
    margin-bottom: 100px;
}

@media (max-width: 767px) {
    .lp-campaign__exam {
        margin-bottom: 40px;
    }
}


.lp-campaign__exam--title {
    margin-bottom: 48px;
    font-family: "Hiragino Sans";
    font-weight: normal;
    font-size: 28px;
    letter-spacing: 0.05em;
    text-align: left;
    color: #fe622f;
    padding-left: 1.5em;
    position: relative;
}

@media (max-width: 767px) {
    .lp-campaign__exam--title {
        margin-bottom: 16px;
        font-size: 15px;
    }
}


.lp-campaign__exam--title:before {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #fe622f;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

@media (max-width: 767px) {
    .lp-campaign__exam--title:before {
        width: 8px;
        height: 8px;
    }
}

.lp-campaign__exam--block {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 80px;
}

@media (max-width: 767px) {
    .lp-campaign__exam--block {
        flex-direction: column;
        gap: 24px;
    }
}


.lp-campaign__exam--image {
    width: 358px;
    text-align: center;
}

@media (max-width: 767px) {

    .lp-campaign__exam--image {
        width: 100%;
    }
}


.lp-campaign__exam--image img {
    width: 100%;
}

@media (max-width: 767px) {
    .lp-campaign__exam--image img {
        max-width: 148.28px;
    }
}

.lp-campaign__exam--body {
    width: 467px;
}

@media (max-width: 767px) {
    .lp-campaign__exam--body {
        width: 100%;
    }
}

.lp-campaign__exam--lead {
    width: 100%;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: #fe622f;
    margin-bottom: 28px;
}

@media (max-width: 767px) {
    .lp-campaign__exam--lead {
        margin: auto;
        max-width: 345px;
        height: 32px;
        justify-content: flex-start;
        margin-bottom: 24px;
        padding: 0 24px;
    }
}

.lp-campaign__exam--lead:before {
    content: "";
    width: 24px;
    height: 31px;
    background-color: #fe622f;
    position: absolute;
    bottom: -16px;
    left: 48px;
    transform: rotate(-45deg);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}

@media (max-width: 767px) {
    .lp-campaign__exam--lead:before {
        width: 17px;
        height: 22px;
        bottom: -10px;
        left: 28px;
    }
}

.lp-campaign__exam--lead p {
    font-family: "Hiragino Sans";
    font-weight: normal;
    font-size: 24px;
    line-height: 1.75em;
    text-align: center;
    color: #fff;
}

@media (max-width: 767px) {
    .lp-campaign__exam--lead p {
        font-size: 14px;
        text-align: left;
    }
}

.lp-campaign__exam--lead p span {
    font-size: 16px;
}

@media (max-width: 767px) {
    .lp-campaign__exam--lead p span {
        font-size: 10px;
    }
}

.lp-campaign__exam--text {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 120px;
    margin-bottom: 20px;
    position: relative;
}

@media (max-width: 767px) {
    .lp-campaign__exam--text {
        gap: 60px;
        margin-bottom: 12px;
    }
}

.lp-campaign__exam--text:before {
    content: "";
    position: absolute;
    width: 32px;
    height: 72px;
    background-image: url(../img/campaign_arrow.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    top: 50%;
    left: 47%;
    transform: translateX(-50%) translateY(-50%);
}

@media (max-width: 767px) {
    .lp-campaign__exam--text:before {
        width: 19px;
        height: 43px;
        left: 47%;
    }
}

.lp-campaign__exam--text--01 {
    font-family: "Hiragino Sans";
    font-weight: normal;
    font-size: 22px;
    line-height: 2em;
    text-align: center;
    color: #3b3b3c;
}

@media (max-width: 767px) {
    .lp-campaign__exam--text--01 {
        font-size: 13px;
    }
}

.lp-campaign__exam--text--01 span {
    font-size: 33px;
    line-height: 1em;
    text-align: center;
}

@media (max-width: 767px) {
    .lp-campaign__exam--text--01 span {
        font-size: 19px;
    }
}

.lp-campaign__exam--text--02 {
    font-family: "Hiragino Sans";
    font-weight: normal;
    font-size: 22px;
    letter-spacing: 0.05em;
    line-height: 2em;
    text-align: center;
    color: #fe622f;
}

@media (max-width: 767px) {
    .lp-campaign__exam--text--02 {
        font-size: 13px;
    }
}

.lp-campaign__exam--text--02 span {
    font-weight: normal;
    font-size: 60px;
    letter-spacing: 0.05em;
    line-height: 1em;
    text-align: center;
}

@media (max-width: 767px) {
    .lp-campaign__exam--text--02 span {
        font-size: 37px;
    }
}

.lp-campaign__exam--note {
    font-family: "Hiragino Sans";
    font-weight: normal;
    font-size: 18px;
    letter-spacing: 0.1em;
    text-align: center;
    color: #3b3b3c;
}

@media (max-width: 767px) {
    .lp-campaign__exam--note {
        font-size: 11px;
    }
}


.lp-campaign__exam--note span {
    border-bottom: 2px solid #3B3B3C;
}

.lp-campaign__fig {}

.lp-campaign__fig--title {
    margin-bottom: 56px;
    font-family: "Hiragino Sans";
    font-weight: normal;
    font-size: 28px;
    letter-spacing: 0.05em;
    text-align: left;
    color: #fe622f;
    padding-left: 1.5em;
    position: relative;
}

@media (max-width: 767px) {
    .lp-campaign__fig--title {
        margin-bottom: 44px;
        font-size: 15px;
    }

}

.lp-campaign__fig--title:before {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #fe622f;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

@media (max-width: 767px) {
    .lp-campaign__fig--title:before {
        width: 8px;
        height: 8px;
    }
}

.lp-campaign__fig--cards {
    display: flex;
    gap: 40px;
}

@media (max-width: 767px) {
    .lp-campaign__fig--cards {
        gap: 16px;
    }
}

.lp-campaign__fig--card {
    width: calc(50% - 20px);
    border-radius: 12px;
    background: #fff;
    border: 1px solid #d6d6d6;
    padding: 32px 46px;
    position: relative;
}

@media (max-width: 767px) {
    .lp-campaign__fig--card {
        width: calc(50% - 8px);
        padding: 24px 16px;
    }
}

.lp-campaign__fig--card:nth-child(2) {
    border: 2px solid #FFEDCB;
}

.lp-campaign__fig--card h4 {
    font-family: "Hiragino Sans";
    font-weight: normal;
    font-size: 26px;
    letter-spacing: 0.05em;
    text-align: center;
    color: #3b3b3c;
    margin-bottom: 28px;
}

@media (max-width: 767px) {
    .lp-campaign__fig--card h4 {
        font-size: 14px;
        margin-bottom: 20px;
        height: 32px;
    }
}

.lp-campaign__fig--card:nth-child(2) h4 {
    color: #FE622F;
}

.lp-campaign__fig--list {}

.lp-campaign__fig--list dl {
    display: flex;
    font-family: "Noto Sans CJK JP";
    font-weight: 500;
    font-size: 16px;
    text-align: left;
    color: #3b3b3c;
    padding: 8px 20px;
    margin: 0;
}


@media (max-width: 767px) {
    .lp-campaign__fig--list dl {
        font-size: 10px;
        padding: 4px 12px;
    }
}

.lp-campaign__fig--list dl:first-child {
    padding: 8px 12px;
}

@media (max-width: 767px) {
    .lp-campaign__fig--list dl:first-child {
        padding: 4px 4px;
    }
}

.lp-campaign__fig--list dl:nth-child(2n) {
    background-color: #F4F4F4;
}

.lp-campaign__fig--card:nth-child(2) .lp-campaign__fig--list dl:nth-child(2n):not(:nth-last-child(-n+4)) {
    background-color: #FFEDCC;
}

.lp-campaign__fig--list dl dt {
    width: 50%;
    margin: 0;
}

.lp-campaign__fig--list dl dd {
    width: 50%;
    margin: 0;
}

.lp-campaign__fig--card:nth-child(2) .lp-campaign__fig--list dl:not(:first-child) dd {
    color: #FE622F;
}

.lp-campaign__fig--lead {
    position: absolute;
    width: 436px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Noto Sans CJK JP";
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.1em;
    text-align: center;
    color: #fff;
    border-radius: 45px;
    background: #fe622f;
    top: -70px;
    left: 50%;
    transform: translateX(-50%);
}

@media (max-width: 767px) {
    .lp-campaign__fig--lead {
        width: 151px;
        height: 62px;
        font-size: 10px;
        border-radius: 45px;
        top: -44px;
    }
}

.lp-campaign__fig--note {
    position: absolute;
    bottom: 24px;
    right: 32px;
    width: 161px;
    height: 161px;
    background: #fff;
    border: 1px solid #fe3b00;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Hiragino Sans";
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.05em;
    text-align: left;
    color: #fe622f;
}
@media (max-width: 1200px) {
    .lp-campaign__fig--note {
        right: 0px;
    }
}
@media (max-width: 1000px) {
    .lp-campaign__fig--note {
        right: -20px;
        bottom: -100px;
    }
}

@media (max-width: 767px) {
    .lp-campaign__fig--note {
        position: absolute;
        bottom: -32px;
        right: -8px;
        width: 93px;
        height: 55px;
        border-radius: 3px;
        justify-content: flex-start;
        font-size: 10px;
        padding: 8px 4px 8px 8px;
    }
}

.lp-simulation {
    padding: 60px 0 80px;
    margin-bottom: 120px;
    background-color: #FE622F;
}

@media (max-width: 767px) {
    .lp-simulation {
        padding: 60px 0 80px;
        margin-bottom: 60px;
    }
}

.lp-simulation__wrap {}

.lp-simulation__head {
    margin-bottom: 48px;
}

@media (max-width: 767px) {
    .lp-simulation__head {
        margin-bottom: 32px;
    }
}

.lp-simulation__head-point {
    width: 64px;
    height: 64px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 31px;
    letter-spacing: 0.05em;
    text-align: center;
    color: #FE622F;
    border-radius: 50%;
    background-color: #FFF;
    position: relative;
    margin-bottom: 16px;
}

@media (max-width: 767px) {
    .lp-simulation__head-point {
        width: 36px;
        height: 36px;
        font-size: 18px;
        margin-bottom: 8px;
    }
}


.lp-simulation__head-point:before {
    position: absolute;
    content: "";
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    width: 28px;
    height: 16px;
    background-color: #FFF;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}

@media (max-width: 767px) {
    .lp-simulation__head-point:before {
        bottom: -4px;
        width: 14px;
        height: 9px;
    }
}


.lp-simulation__head-sub {
    font-family: "Hiragino Sans";
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 2em;
    text-align: center;
    color: #FFF;
    margin: 0;
}

@media (max-width: 767px) {
    .lp-simulation__head-sub {
        font-size: 11px;
    }
}

.lp-simulation__head-title {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 50px;
    letter-spacing: 0.05em;
    text-align: center;
    color: #FFF;
    margin: 0;
}

@media (max-width: 767px) {
    .lp-simulation__head-title {
        font-size: 30px;
    }
}

.lp-simulation__btn {}

.lp-simulation__btn a {
    width: 537px;
    height: 70px;
    border-radius: 35px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Noto Sans CJK JP";
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 0.1em;
    line-height: 1.25em;
    text-align: center;
    color: #fe622f;
    position: relative;
    text-decoration: none;
    margin: auto;
}

@media (max-width: 767px) {
    .lp-simulation__btn a {
        max-width: 375px;
        width: 100%;
        height: 49px;
        border-radius: 35px;
        font-size: 16px;
    }
}


.lp-simulation__btn a:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 10px;
    background-color: #FE622F;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    top: 50%;
    right: 32px;
    transform: translateY(-50%);
}

@media (max-width: 767px) {
    .lp-simulation__btn a:before {
        height: 12px;
        width: 7px;
        right: 16px;
    }
}

.lp-flow {
    margin-bottom: 120px;
}

@media (max-width: 767px) {
    .lp-flow {
        margin-bottom: 80px;
    }
}

.lp-flow__wrap {}

.lp-flow__head {
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .lp-flow__head {
        margin-bottom: 40px;
    }
}

.lp-flow__head-point {
    width: 64px;
    height: 64px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 31px;
    letter-spacing: 0.05em;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background-color: #FE622F;
    position: relative;
    margin-bottom: 16px;
}

@media (max-width: 767px) {
    .lp-flow__head-point {
        width: 36px;
        height: 36px;
        font-size: 18px;
        margin-bottom: 8px;
    }
}

.lp-flow__head-point:before {
    position: absolute;
    content: "";
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    width: 28px;
    height: 16px;
    background-color: #FE622F;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}

@media (max-width: 767px) {
    .lp-flow__head-point:before {
        bottom: -4px;
        width: 14px;
        height: 9px;
    }
}

.lp-flow__head-sub {
    font-family: "Hiragino Sans";
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 2em;
    text-align: center;
    color: #3b3b3c;
    margin: 0;
}

@media (max-width: 767px) {
    .lp-flow__head-sub {
        font-size: 11px;
    }
}

.lp-flow__head-title {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 50px;
    letter-spacing: 0.05em;
    text-align: center;
    color: #3b3b3c;
    margin: 0;
}

@media (max-width: 767px) {
    .lp-flow__head-title {
        font-size: 30px;
    }
}

.lp-flow__list {
    max-width: 640px;
    width: 100%;
    margin: auto;
}

.lp-flow__item {
    display: flex;
    gap: 36px;
    padding: 40px;
    position: relative;
    background-image: linear-gradient(to right, #D6D6D6 2px, transparent 2px);
    background-size: 6px 2px;
    background-repeat: repeat-x;
    background-position: left bottom;
}

@media (max-width: 767px) {
    .lp-flow__item {
        gap: 12px;
        padding: 20px 0;
    }
}

.lp-flow__item:last-child {
    background-image: unset;
}

.lp-flow__item:before {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 58px;
    height: 17px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    background-color: #FE622F;
}

@media (max-width: 767px) {
    .lp-flow__item:before {
        bottom: -8px;
        width: 58px;
        height: 17px;
    }
}


.lp-flow__item:last-child:before {
    content: none;
}

.lp-flow__icon {
    width: 100px;
}

@media (max-width: 767px) {
    .lp-flow__icon {
        width: 74px;
    }
}

.lp-flow__icon img {
    width: 100%;
}

.lp-flow__body {
    width: calc(100% - 100px - 36px);
}

@media (max-width: 767px) {
    .lp-flow__body {
        width: calc(100% - 74px - 12px);
    }
}

.lp-flow__lead {
    margin-bottom: 24px;
    font-family: "Hiragino Sans";
    font-weight: normal;
    font-size: 20px;
    letter-spacing: 0.1em;
    line-height: 1.75em;
    text-align: left;
    color: #3b4043;
}

@media (max-width: 767px) {
    .lp-flow__lead {
        margin-bottom: 12px;
        font-size: 15px;
    }
}

.lp-flow__desc {
    font-family: "Hiragino Sans";
    font-weight: normal;
    font-size: 12px;
    letter-spacing: 0.1em;
    line-height: 2em;
    text-align: left;
    color: #3b4043;
}

@media (max-width: 767px) {
    .lp-flow__desc {
        font-size: 12px;
    }
}

.lp-faq {
    margin-bottom: 160px;
}

@media (max-width: 767px) {
    .lp-faq {
        margin-bottom: 80px;
    }
}

.lp-faq__wrap {}

.lp-faq__head {
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .lp-faq__head {
        margin-bottom: 40px;
    }
}

.lp-faq__head-point {
    width: 64px;
    height: 64px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 31px;
    letter-spacing: 0.05em;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background-color: #FE622F;
    position: relative;
    margin-bottom: 16px;
}

@media (max-width: 767px) {
    .lp-faq__head-point {
        width: 36px;
        height: 36px;
        font-size: 18px;
        margin-bottom: 8px;
    }
}

.lp-faq__head-point:before {
    position: absolute;
    content: "";
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    width: 28px;
    height: 16px;
    background-color: #FE622F;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}

@media (max-width: 767px) {
    .lp-faq__head-point:before {
        bottom: -4px;
        width: 14px;
        height: 9px;
    }
}

.lp-faq__head-sub {
    font-family: "Hiragino Sans";
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 2em;
    text-align: center;
    color: #3b3b3c;
    margin: 0;
}

@media (max-width: 767px) {
    .lp-faq__head-sub {
        font-size: 11px;
    }
}

.lp-faq__head-title {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 50px;
    letter-spacing: 0.05em;
    text-align: center;
    color: #3b3b3c;
    margin: 0;
}

@media (max-width: 767px) {
    .lp-faq__head-title {
        font-size: 30px;
    }
}

.lp-faq__list {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 800px;
    width: 100%;
    margin: auto;
}

@media (max-width: 767px) {
    .lp-faq__list {
        gap: 12px;
    }
}


.lp-faq__item {
    margin: 0;
    border-radius: 6px;
    background: #fff;
    border: 1px solid #d6d6d6;
}

.lp-faq__item.active {
    border: 1px solid #F5F5F5;
    background-color: #F5F5F5;
}

.lp-faq__item dt {
    padding: 24px 52px 24px 80px;
    position: relative;
    font-family: "Noto Sans CJK JP";
    font-weight: bold;
    font-size: 22px;
    letter-spacing: 0.1em;
    line-height: 1.5em;
    text-align: left;
    color: #3b3b3c;
    cursor: pointer;
}

@media (max-width: 767px) {
    .lp-faq__item dt {
        padding: 12px 44px 12px 44px;
        font-size: 15px;
    }
}

.lp-faq__item dt .lp-faq__qa {
    position: absolute;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 32px;
    line-height: 1em;
    text-align: center;
    color: #fe622f;
    top: 24px;
    left: 24px;
}

@media (max-width: 767px) {
    .lp-faq__item dt .lp-faq__qa {
        font-size: 20px;
        top: 12px;
        left: 12px;
    }
}

.lp-faq__item dt .lp-faq__icon {
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
    display: block;
}

@media (max-width: 767px) {
    .lp-faq__item dt .lp-faq__icon {
        right: 12px;
    }
}

.lp-faq__item dt .lp-faq__icon span {
    background-color: #FE622F;
    position: relative;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: block;
}

@media (max-width: 767px) {
    .lp-faq__item dt .lp-faq__icon span {
        width: 24px;
        height: 24px;
    }
}

.lp-faq__item.active dt .lp-faq__icon span {
    background-color: #FFF;
}

.lp-faq__item dt .lp-faq__icon span:before {
    position: absolute;
    content: "";
    width: 12px;
    height: 2px;
    background-color: #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

@media (max-width: 767px) {
    .lp-faq__item dt .lp-faq__icon span:before {
        width: 10px;
        height: 2px;
    }
}

.lp-faq__item.active dt .lp-faq__icon span:before {
    background-color: #FE622F;
}

.lp-faq__item dt .lp-faq__icon span:after {
    position: absolute;
    content: "";
    width: 2px;
    height: 12px;
    background-color: #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

@media (max-width: 767px) {
    .lp-faq__item dt .lp-faq__icon span:after {
        width: 2px;
        height: 10px;
    }
}

.lp-faq__item.active dt .lp-faq__icon span:after {
    content: none;
}

.lp-faq__item dd {
    display: none;
    margin: 0;
    font-family: "Hiragino Sans";
    font-weight: normal;
    font-size: 12px;
    letter-spacing: 0.1em;
    line-height: 2em;
    text-align: left;
    color: #3b4043;
}

@media (max-width: 767px) {
    .lp-faq__item dd {
        font-size: 12px;
    }
}

.lp-faq__body {
    padding: 12px 52px 24px 80px;
    position: relative;
}

@media (max-width: 767px) {
    .lp-faq__body {
        padding: 0 20px 12px 44px;
    }
}

.lp-faq__item dd .lp-faq__qa {
    position: absolute;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 32px;
    line-height: 1em;
    text-align: center;
    color: #fe622f;
    top: 0px;
    left: 24px;
}

@media (max-width: 767px) {
    .lp-faq__item dd .lp-faq__qa {
        font-size: 20px;
        top: 0;
        left: 12px;
    }
}

.lp-note {
    padding: 80px 0;
    background-color: #F5F5F5;
    /* margin-bottom: 120px; */
}

@media (max-width: 767px) {
    .lp-note {
        padding: 60px 0;
        /* margin-bottom: 80px; */
    }
}


.lp-note__wrap {
    max-width: 800px;
    width: 100%;
    margin: auto;
}

.lp-note__wrap h3 {
    margin-bottom: 36px;
    font-family: "Hiragino Sans";
    font-weight: normal;
    font-size: 32px;
    letter-spacing: 0.1em;
    text-align: center;
    color: #000;
}

@media (max-width: 767px) {
    .lp-note__wrap h3 {
        margin-bottom: 28px;
        font-size: 20px;
    }
}

.lp-note__wrap ul {}

.lp-note__wrap ul li {
    font-family: "Hiragino Sans";
    font-weight: normal;
    font-size: 13px;
    letter-spacing: 0.1em;
    line-height: 2em;
    text-align: left;
    color: #525263;
    position: relative;
    padding-left: 1.5em;
}

@media (max-width: 767px) {
    .lp-note__wrap ul li {
        font-size: 11px;
    }
}

.lp-note__wrap ul li:before {
    content: "・";
    position: absolute;
    left: 0;
    top: 0;
}

.anchor{
    padding-top: 100px;
    margin-top: -100px;
}