@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700&display=swap");

@-ms-viewport {
    width: device-width;
}

.p-index__mv {
    width: 100%;
    height: 600px;
    background-image: url(../../../assets/img/index/mv_bg_pc.jpg);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: right top;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 1280px) {
    .p-index__mv {
        background-position: right -280px top;
    }
}

@media screen and (max-width: 1024px) {
    .p-index__mv {
        height: 520px;
    }
}

@media (max-width: 900px) {
    .p-index__mv {
        height: auto;
        background-image: url(../../../assets/img/index/mv_bg_sp.jpg);
        background-size: 100% auto;
        background-position: left bottom -260px;
        display: block;
        padding: 60px 0;
    }
}

@media screen and (max-width: 540px) {
    .p-index__mv {
        background-position: left bottom;
        padding: 10.66666vw 0 8vw;
    }
}

.p-index__mv__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 900px) {
    .p-index__mv__inner {
        display: block;
    }
}

@media screen and (max-width: 540px) {
    .p-index__mv__inner {
        padding-left: 5.33333vw !important;
        padding-right: 5.33333vw !important;
    }
}

.p-index__mv__block {
    width: 540px;
    margin-right: 70px;
    position: relative;
}

@media screen and (max-width: 1280px) {
    .p-index__mv__block {
        margin-right: 35px;
    }
}

@media screen and (max-width: 1024px) {
    .p-index__mv__block {
        width: 500px;
    }
}

@media (max-width: 900px) {
    .p-index__mv__block {
        margin: 0 auto 30px;
    }
}

@media screen and (max-width: 540px) {
    .p-index__mv__block {
        width: 100%;
        margin-bottom: 5.33333vw;
    }
}

.p-index__mv__title {
    font-size: 5.2rem;
    line-height: 1.4;
    letter-spacing: 4px;
    margin-bottom: 40px;
}

@media screen and (max-width: 1024px) {
    .p-index__mv__title {
        font-size: 4.2rem;
    }
}

@media (max-width: 900px) {
    .p-index__mv__title {
        text-align: center;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 540px) {
    .p-index__mv__title {
        font-size: 8vw;
        letter-spacing: 1px;
        margin-bottom: 4.8vw;
    }
}

.p-index__mv__title span {
    font-size: 6.6rem;
    position: relative;
}

@media screen and (max-width: 1024px) {
    .p-index__mv__title span {
        font-size: 5.6rem;
    }
}

@media screen and (max-width: 540px) {
    .p-index__mv__title span {
        font-size: 11.733333vw;
    }
}

.p-index__mv__title span:before {
    content: "だんどりはちぶ";
    font-size: 1.6rem;
    font-weight: 500;
    position: absolute;
    top: -1em;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media screen and (max-width: 1024px) {
    .p-index__mv__title span:before {
        font-size: 1.4rem;
    }
}

@media screen and (max-width: 540px) {
    .p-index__mv__title span:before {
        font-size: 3.733333vw;
    }
}

.p-index__mv__button {
    align-content: center;
    gap: 3px 0;
    height: 81px;
    background-color: #000;
    color: #fff;
    width: calc((100% - 16px) / 2);
}

.p-index__mv__button__wrapper {
    width: 100%;
    max-width: 536px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto 20px;
}

@media screen and (max-width: 540px) {
    .p-index__mv__button__wrapper {
        max-width: 73.33333vw;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin-bottom: 5.33333vw;
    }
}

@media screen and (max-width: 540px) {
    .p-index__mv__button {
        width: 100%;
        max-width: none;
        height: 60px;
    }
    .p-index__mv__button:nth-of-type(2) {
        margin-bottom: 3.2vw;
    }
}

.p-index__mv__button--wide {
    max-width: 536px;
    height: 70px;
    border-color: #0078C8;
    margin: auto;
}

@media screen and (max-width: 540px) {
    .p-index__mv__button--wide {
        max-width: 73.33333vw;
        height: 17.066666vw;
    }
}

.p-index__mv__button--wide:after {
    color: #0078C8;
    font-size: 2rem;
    right: 82px;
}

@media screen and (max-width: 540px) {
    .p-index__mv__button--wide:after {
        font-size: 4.266666vw;
        right: 2.66666vw;
    }
}

.p-index__mv__button--wide .p-index__mv__button__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: -72px;
}

@media screen and (max-width: 540px) {
    .p-index__mv__button--wide .p-index__mv__button__inner {
        margin-left: -5.866666vw;
    }
}

.p-index__mv__button--wide .p-index__mv__button__inner span.p-index__mv__button__bal {
    width: 57px;
    height: 57px;
    background-color: #0078C8;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 20px;
    position: relative;
}

@media screen and (max-width: 540px) {
    .p-index__mv__button--wide .p-index__mv__button__inner span.p-index__mv__button__bal {
        width: 12.266666vw;
        height: 12.266666vw;
        font-size: 2.933333vw;
        margin-right: 1.6vw;
    }
}

.p-index__mv__button--wide .p-index__mv__button__inner span.p-index__mv__button__bal:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5.5px 0 5.5px 7px;
    border-color: transparent transparent transparent #0078C8;
    position: absolute;
    top: 50%;
    right: -6px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 540px) {
    .p-index__mv__button--wide .p-index__mv__button__inner span.p-index__mv__button__bal:after {
        border-width: 1.2vw 0 1.2vw 1.6vw;
        right: -1.33333vw;
    }
}

.p-index__mv__button--wide .p-index__mv__button__inner span.u-text--accent {
    margin: 0 0.25em;
}

@media screen and (max-width: 540px) {
    .p-index__mv__button--wide .p-index__mv__button__inner span.u-text--accent {
        font-size: 4.266666vw !important;
    }
}

.p-index__mv__button--wide .p-index__mv__button__inner span:not(.p-index__mv__button__bal):not(.u-text--accent) {
    font-size: 2rem;
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px);
}

@media screen and (max-width: 540px) {
    .p-index__mv__button--wide .p-index__mv__button__inner span:not(.p-index__mv__button__bal):not(.u-text--accent) {
        font-size: 3.466666vw;
        -webkit-transform: translateY(0.533333vw);
        -ms-transform: translateY(0.533333vw);
        transform: translateY(0.533333vw);
    }
}

.p-index__mv__badge {
    width: 120px;
    position: absolute;
    right: 40px;
    bottom: 90px;
}

@media screen and (max-width: 768px) {
    .p-index__mv__badge {
        width: 110px;
        bottom: auto;
        top: 150px;
    }
}

@media screen and (max-width: 540px) {
    .p-index__mv__badge {
        width: 19.733333vw;
        top: 29.33333vw;
        right: -2.133333vw;
    }
}

.p-index__mv__text {
    line-height: 1.9;
    margin-bottom: 40px;
}

@media screen and (max-width: 1024px) {
    .p-index__mv__text {
        font-size: 1.4rem;
    }
}

@media (max-width: 900px) {
    .p-index__mv__text {
        margin-bottom: 30px;
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    .p-index__mv__text {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 540px) {
    .p-index__mv__text {
        font-size: 3.2vw;
        margin-bottom: 6.4vw;
    }
}

.p-index__mv__text b {
    font-size: 2.1rem;
}

@media screen and (max-width: 1024px) {
    .p-index__mv__text b {
        font-size: 1.9rem;
    }
}

@media (max-width: 900px) {
    .p-index__mv__text b {
        font-size: 1.8rem;
    }
}

@media screen and (max-width: 540px) {
    .p-index__mv__text b {
        font-size: 4.266666vw;
    }
}

.p-index__mv__img {
    width: calc(100% - 620px);
}

@media screen and (max-width: 1280px) {
    .p-index__mv__img {
        width: calc(100% - 585px);
    }
}

@media screen and (max-width: 1024px) {
    .p-index__mv__img {
        width: calc(100% - 535px);
    }
}

@media (max-width: 900px) {
    .p-index__mv__img {
        width: calc(100% - 40px);
        max-width: 500px;
        margin: 0 auto 20px;
    }
}

@media screen and (max-width: 540px) {
    .p-index__mv__img {
        width: calc(100% - 10.66666vw);
        margin-bottom: 4vw;
    }
}

.p-index__section {
    padding: 90px 0 120px;
}

@media screen and (max-width: 768px) {
    .p-index__section {
        padding: 40px 0 60px;
    }
}

.p-index__section__layer {
    width: 600px;
    height: 58vmin;
    background-color: #0078C8;
    position: absolute;
    bottom: 0;
    right: 0;
}

@media screen and (max-width: 768px) {
    .p-index__section__layer {
        width: 100%;
        height: 66.66666vw !important;
    }
}

.p-index__section__layer:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 58vmin 190px;
    border-color: transparent transparent #0078C8 transparent;
    position: absolute;
    top: 0;
    left: -190px;
}

@media screen and (max-width: 768px) {
    .p-index__section__layer:before {
        border-width: 0 0 29.33333vw 100vw !important;
        top: -29.33333vw;
        left: 0;
    }
}

.p-index__section__layer.high {
    height: 70vmin;
}

.p-index__section__layer.high:before {
    border-width: 0 0 70vmin 190px;
}

.p-index__section--4,
.p-index__section--8 .p-index__price__wrapper {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

@media screen and (max-width: 768px) {
    .p-index__section--4 .c-title--section,
    .p-index__section--8 .p-index__price__wrapper .c-title--section {
        font-size: 2.4rem;
    }
}

.p-index__section--4 {
    background-image: url(../../../assets/img/index/sect4_bg_pc.jpg);
    padding: 0;
}

@media screen and (max-width: 540px) {
    .p-index__section--4 {
        background-image: url(../../../assets/img/index/sect4_bg_sp.jpg);
    }
}

.p-index__section--4 a {
    display: block;
    padding: 60px 0 80px;
}

@media screen and (max-width: 768px) {
    .p-index__section--4 a {
        padding: 40px 0 56px;
    }
}

.p-index__section--8 .p-index__price__wrapper {
    background-image: url(../../../assets/img/index/sect8_bg_pc.jpg);
    padding: 60px 0 80px;
}

@media screen and (max-width: 768px) {
    .p-index__section--8 .p-index__price__wrapper {
        padding: 40px 0 56px;
    }
}

@media screen and (max-width: 540px) {
    .p-index__section--8 .p-index__price__wrapper {
        background-image: url(../../../assets/img/index/sect8_bg_sp.jpg);
    }
}

@media screen and (max-width: 768px) {
    .p-index__card__wrapper:not(:last-child) {
        margin-bottom: 25px;
    }
}

.p-index__card:after {
    color: #F7F7F7;
    font-family: "Montserrat", "Noto Sans JP", "Yu Gothic Medium", YuGothic, "Yu Gothic Medium", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 13.6rem;
    font-weight: 500;
    position: absolute;
    right: 25px;
    bottom: 0;
    z-index: 0;
}

@media screen and (max-width: 540px) {
    .p-index__card:after {
        right: 15px;
    }
}

.p-index__card__thumb {
    height: 19.296875vw;
    max-height: 247px;
}

@media screen and (max-width: 768px) {
    .p-index__card__thumb {
        height: 55.2vw;
    }
}

.p-index__card__thumb.thumb1 {
    background-image: url(../../../assets/img/index/sect1_img1.jpg);
}

.p-index__card__thumb.thumb2 {
    background-image: url(../../../assets/img/index/sect1_img2.jpg);
}

.p-index__card__thumb.thumb3 {
    background-image: url(../../../assets/img/index/sect1_img3.jpg);
}

.p-index__card__inner {
    padding: 28px 40px 10px;
    z-index: 1;
}

@media screen and (max-width: 1280px) {
    .p-index__card__inner {
        padding: 28px 30px 50px;
    }
}

@media screen and (max-width: 1024px) {
    .p-index__card__inner {
        padding: 28px 20px 50px;
    }
}

@media screen and (max-width: 540px) {
    .p-index__card__inner {
        padding: 25px 20px 30px;
    }
}

.p-index__card__title {
    font-size: 2.6rem;
    text-align: center;
    margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
    .p-index__card__title {
        font-size: 2.4rem;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 768px) {
    .p-index__card__text {
        font-size: 1.5rem;
    }
}

.p-index__case__title {
    color: #0078C8;
    font-family: "Montserrat", "Noto Sans JP", "Yu Gothic Medium", YuGothic, "Yu Gothic Medium", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 3.8rem;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .p-index__case__title {
        font-size: 2.8rem;
    }
}

@media screen and (max-width: 360px) {
    .p-index__case__title {
        font-size: 2.5rem;
    }
}

.p-index__case__title__wrap {
    margin-bottom: 45px;
}

@media screen and (max-width: 768px) {
    .p-index__case__title__wrap {
        margin-bottom: 25px;
    }
}

.p-index__case__title span {
    color: #191919;
    font-family: "Noto Sans JP", "Yu Gothic Medium", YuGothic, "Yu Gothic Medium", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 1.6rem;
    font-weight: bold;
    display: inline-block;
    margin-left: 20px;
    position: relative;
}

@media screen and (max-width: 768px) {
    .p-index__case__title span {
        font-size: 1.4rem;
        margin-left: 10px;
    }
}

@media screen and (max-width: 360px) {
    .p-index__case__title span {
        font-size: 1.2rem;
    }
}

.p-index__case__title span:after {
    content: "";
    width: 80px;
    height: 1px;
    background-color: #191919;
    position: absolute;
    top: 50%;
    right: -100px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
    .p-index__case__title span:after {
        width: 60px;
        right: -75px;
    }
}

@media screen and (max-width: 360px) {
    .p-index__case__title span:after {
        width: 50px;
        right: -60px;
    }
}

.p-index__case__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
    .p-index__case__block {
        display: block;
    }
}

.p-index__case__label {
    min-width: 90px;
    height: 44px;
    color: #fff;
    font-family: "Montserrat", "Noto Sans JP", "Yu Gothic Medium", YuGothic, "Yu Gothic Medium", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-weight: 500;
    line-height: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0.25em 0 0.75em;
    position: absolute;
    top: 0;
    left: 0;
}

@media screen and (max-width: 768px) {
    .p-index__case__label {
        min-width: 80px;
        height: 38px;
    }
}

.p-index__case__label:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 45px 19px 0 0px;
    border-color: #0078C8 transparent transparent transparent;
    position: absolute;
    top: 0;
    right: -18px;
}

@media screen and (max-width: 768px) {
    .p-index__case__label:after {
        border-width: 38px 17px 0 0px;
        right: -17px;
    }
}

.p-index__case__label.before {
    background-color: #999999;
    font-size: 2rem;
}

@media screen and (max-width: 768px) {
    .p-index__case__label.before {
        font-size: 1.8rem;
    }
}

.p-index__case__label.before:after {
    border-color: #999999 transparent transparent transparent;
}

.p-index__case__label.after {
    background-color: #0078C8;
    font-size: 2.2rem;
}

@media screen and (max-width: 768px) {
    .p-index__case__label.after {
        font-size: 2rem;
    }
}

.p-index__case__label.after:after {
    border-color: #0078C8 transparent transparent transparent;
}

.p-index__case__after,
.p-index__case__before {
    background-color: #fff;
    -webkit-box-shadow: 0 3px 8px rgba(33, 32, 28, 0.1);
    box-shadow: 0 3px 8px rgba(33, 32, 28, 0.1);
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .p-index__case__after,
    .p-index__case__before {
        width: 100% !important;
    }
}

.p-index__case__before {
    width: 290px;
    padding: 65px 40px 40px;
}

@media screen and (max-width: 768px) {
    .p-index__case__before {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 30px;
        padding: 50px 25px 20px;
    }
}

.p-index__case__before:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 22px 0 22px 24px;
    border-color: transparent transparent transparent #5C5C5C;
    position: absolute;
    top: 50%;
    right: -24px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
    .p-index__case__before:after {
        border-width: 22px 22px 0 22px;
        border-color: #5C5C5C transparent transparent transparent;
        top: auto;
        right: auto;
        bottom: -22px;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}

.p-index__case__before__bal {
    width: 210px;
    background-image: url(../../../assets/img/index/case_bal.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
    font-size: 1.5rem;
    line-height: 1.7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 50px;
    margin-bottom: 10px;
}

.p-index__case__before__img {
    width: 100%;
    max-width: 180px;
    margin: auto;
}

.p-index__case__after {
    width: calc(100% - 330px);
    padding: 65px 50px 30px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 1200px) {
    .p-index__case__after {
        display: block;
    }
}

@media screen and (max-width: 768px) {
    .p-index__case__after {
        padding: 60px 25px 30px;
    }
}

.p-index__case__after__box {
    width: 400px;
}

@media (max-width: 1200px) {
    .p-index__case__after__box {
        width: 100%;
        margin-bottom: 20px;
    }
}

.p-index__case__after__img {
    width: 100%;
    max-width: 300px;
    margin: auto;
}

@media (max-width: 1200px) {
    .p-index__case__after__img {
        max-width: 275px;
    }
}

.p-index__case__after__capture {
    width: calc(100% - 445px);
}

@media (max-width: 1200px) {
    .p-index__case__after__capture {
        width: 100%;
        max-width: 300px;
        margin: auto;
    }
}

.p-index__support__block {
    width: 100%;
    max-width: 1200px;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 8px rgba(33, 32, 28, 0.1);
    box-shadow: 0 3px 8px rgba(33, 32, 28, 0.1);
    margin: auto;
    padding: 100px 115px 80px;
    position: relative;
}

@media screen and (max-width: 1280px) {
    .p-index__support__block {
        padding: 100px 80px 80px;
    }
}

@media screen and (max-width: 768px) {
    .p-index__support__block {
        margin-top: 100px;
    }
}

@media screen and (max-width: 1024px) {
    .p-index__support__block {
        margin-top: 300px;
    }
}

@media screen and (max-width: 768px) {
    .p-index__support__block {
        padding: 100px 40px 80px;
    }
}

@media screen and (max-width: 540px) {
    .p-index__support__block {
        padding: 40vw 20px 40px;
        margin-top: 25.33333vw;
    }
}

.p-index__support__img {
    width: 480px;
    position: absolute;
    top: -240px;
    left: 660px;
}

@media (max-width: 1279px) {
    .p-index__support__img {
        left: 600px;
    }
}

@media screen and (max-width: 1024px) {
    .p-index__support__img {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

@media screen and (max-width: 540px) {
    .p-index__support__img {
        width: calc(100% - 10.66666vw);
        top: -15.466666vw;
    }
}

.p-index__support__icon {
    width: 100px;
    margin: 0 auto 5px;
}

@media screen and (max-width: 768px) {
    .p-index__support__icon {
        width: 90px;
        margin-bottom: 0;
    }
}

.p-index__support__head {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
    .p-index__support__head {
        margin-bottom: 10px;
    }
}

.p-index__seminar {
    background-color: #F7F7F7;
    padding: 110px 0 120px;
}

@media screen and (max-width: 768px) {
    .p-index__seminar {
        padding: 50px 0 60px;
    }
}

.p-index__price {
    width: 100%;
    max-width: 840px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 30px auto 50px;
}

@media screen and (max-width: 768px) {
    .p-index__price {
        margin: 25px auto 40px;
    }
}

@media screen and (max-width: 540px) {
    .p-index__price {
        display: block;
    }
}

.p-index__price__item {
    width: calc((100% - 105px) / 2);
    background-color: #fff;
    position: relative;
}

@media screen and (max-width: 768px) {
    .p-index__price__item {
        width: calc((100% - 55px) / 2);
    }
}

@media screen and (max-width: 540px) {
    .p-index__price__item {
        width: 100%;
    }
}

@media screen and (max-width: 540px) {
    .p-index__price__item:first-child {
        margin-bottom: 40px;
    }
}

.p-index__price__item:first-child:after {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../../../assets/img/common/icon_multiply.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    position: absolute;
    top: 50%;
    right: -67px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
    .p-index__price__item:first-child:after {
        width: 18px;
        height: 18px;
        right: -35px;
    }
}

@media screen and (max-width: 540px) {
    .p-index__price__item:first-child:after {
        top: auto;
        right: auto;
        bottom: -38px;
        left: 50%;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
}

.p-index__price__head {
    width: 100%;
    height: 58px;
    background-color: #0078C8;
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .p-index__price__head {
        height: 44px;
        font-size: 1.6rem;
    }
}

.p-index__price__text {
    font-size: 1.7rem;
    text-align: center;
    padding: 15px 0;
}

@media screen and (max-width: 768px) {
    .p-index__price__text {
        font-size: 1.4rem;
        padding: 10px;
    }
}

@media screen and (max-width: 540px) {
    .p-index__price__text {
        padding: 5px 10px;
    }
}

@media screen and (max-width: 768px) {
    .p-index__slide__container {
        padding: 0 !important;
    }
}

@media screen and (max-width: 768px) {
    .p-index__slide__wrapper {
        padding: 0;
    }
}

.p-index__slide__wrapper .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.p-index__slide__item {
    height: auto;
    float: none;
    margin: 10px 15px;
}

@media screen and (max-width: 1024px) {
    .p-index__slide__item {
        margin: 10px 8px;
    }
}

@media screen and (max-width: 768px) {
    .p-index__slide__item {
        margin: 10px 15px;
    }
}

@media screen and (max-width: 540px) {
    .p-index__slide__item {
        margin: 10px 5px;
    }
}

.p-index__slide__button {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 414px) {
    .p-index__slide__button {
        width: 11.733333vw;
        height: 11.733333vw;
        margin-top: -4.266666vw;
    }
    .p-index__slide__button span {
        font-size: 3.266666vw;
        height: 3.733333vw;
    }
    .p-index__slide__button span:before {
        font-size: 3.733333vw;
    }
}

.p-index__slide__button.prev {
    left: -65px;
}

@media screen and (max-width: 1280px) {
    .p-index__slide__button.prev {
        left: -15px;
    }
}

@media screen and (max-width: 768px) {
    .p-index__slide__button.prev {
        left: 20px;
    }
}

@media screen and (max-width: 540px) {
    .p-index__slide__button.prev {
        left: 7px;
    }
}

.p-index__slide__button.next {
    right: -65px;
}

@media screen and (max-width: 1280px) {
    .p-index__slide__button.next {
        right: -15px;
    }
}

@media screen and (max-width: 768px) {
    .p-index__slide__button.next {
        right: 20px;
    }
}

@media screen and (max-width: 540px) {
    .p-index__slide__button.next {
        right: 7px;
    }
}

.p-index__faq__wrapper {
    background-color: #fff;
    -webkit-box-shadow: 0 3px 8px rgba(33, 32, 28, 0.1);
    box-shadow: 0 3px 8px rgba(33, 32, 28, 0.1);
    padding: 100px 80px;
}

@media screen and (max-width: 1024px) {
    .p-index__faq__wrapper {
        padding: 80px 40px;
    }
}

@media screen and (max-width: 768px) {
    .p-index__faq__wrapper {
        padding: 45px 20px 55px;
    }
}

.c-button span{
    font-size: 2rem;
}

.c-button .a-span{
    display: inline-block;
    width: 100%;
    font-size: 1.4rem;
}


.c-button:before{
    background-color: #212121;
}

.a:not(.c-button):hover{
    opacity: 0.8;
}
/* cv_section */

.cv_section{
    margin-top: 75px;
    padding: 60px 0;
    background-color: #F4F4F4;
}

.cv-section__hdg{
    margin-bottom: 35px;
    text-align: center;
}

.cv-section__hdg img{
    width: 100%;
    max-width: 284px;
}

.cv-section__cv-wrapper__inr{
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
    gap: 35px;
}

.c-cv-btn{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.c-cv-btn__link__btn{
    display: block;
    position: relative;
    width: 470px;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    padding: 33px 0;
    color: #fff;
    border-radius: 7px;
    background-color: #000;
    letter-spacing: .3rem;
}

.c-cv-btn__link__btn:hover{
    opacity: 0.8;
    color: #fff !important;
}

.c-cv-btn__link__btn--orange{
    background-color: #FA7043;
}

.c-cv-btn__link__btn::after{
    font-family: "Font Awesome 5 Pro";
    content: "";
    font-size: 2.3rem;
    font-weight: bold;
    line-height: 1;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
}

.c-cv-btn__link__btn--orange span{
    color: #fff;
}

.c-cv-btn__txt p {
    font-size: 2.6rem;
    font-weight: bold;
    letter-spacing: .15rem;
}

.cv-section__contact-wrapper__inr{
    display: flex;
    justify-content: center;
    gap: 30px;
    align-items: center;
}

.cv-section__contact-wrapper__inr__txt{
    font-size: 20px;
    font-weight: bold;
}

.cv-section__contact-wrapper__inr__txt p {
    line-height: 1.5;
}

.cv-section__contact-wrapper__inr__link{
    padding: 23px 52px;
    width: 535px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    border-radius: 7px;
    border: 1px solid #000;
}

.cv-section__contact-wrapper__inr__link__icon{
    width: 33px;
    height: 33px;
}

.cv-section__contact-wrapper__inr__link__icon img{
    width: 100%;
    height: 100%;
}

.cv-section__contact-wrapper__inr__link__link{
    font-size: 26px;
    font-weight: bold;
}

.cv-section__contact-wrapper__inr__link__txt{
    font-size: 12px;
}

/* function_sec */

.function_sec{
    padding: 90px 0 0;
}

.function_sec .c-title--top{
    margin-bottom: 30px;
}

.function_sec .c-title--top span{
    font-weight: bold;
}

.function_sec__c-sub-title{
    margin-bottom: 70px;
    font-size: 2.1rem;
    font-weight: bold;
}
.function_sec__wrapper__list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.function_sec__wrapper__list__item{
    width: 47%;
}

.function_sec__wrapper__list__item__img{
    margin-bottom: 25px;
    text-align: center;
}

.function_sec__wrapper__list__item__img img{

}

.function_sec__wrapper__list__item__title{
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.function_sec__wrapper__list__item__title p{
    font-size: 3.4rem;
    font-weight: bold;
    letter-spacing: .3rem;
    line-height: 1;
}

.function_sec__wrapper__list__item__title img{
    width: 30px;
    height: 30px;
}

.function_sec__wrapper__list__item__hdg__bottom{
    margin-bottom: 10px;
}

.function_sec__wrapper__list__item__hdg__bottom p{
    font-size: 1.6rem;
    font-weight: bold;
    color: #4180C2;
}

.function_sec__wrapper__list__inr{
    margin-bottom: 85px;
    padding-bottom: 50px;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.function_sec__wrapper__list__inr::after{
    content: "";
    display: block;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    height: 78%;
    background-color: #F4F4F4;
    position: absolute;
    bottom: 0;
    z-index: -1;
}

.function_sec__wrapper__list__item__hdg__top {
    margin-bottom: 5px;
    width: fit-content;
    background-color: #0078C8;
    color: #fff;
    padding: 1px 25px 1px 18px;
    position: relative;
    clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%);
}

.function_sec__wrapper__list__item__hdg__top p {
    font-size: 1.3rem;
    font-weight: bold;
    letter-spacing: .1rem;
}

.l-footer__inner{
    padding: 90px 0 25px;
}

.p-footer__block{
    margin: 0 auto;
    width: 415px;
    height: 84px;
}

.p-footer__bottom{
    border: none;
}

@media screen and (max-width: 768px) {

    .function_sec{
        padding: 30px 0 0;
    }

    .function_sec__wrapper__list__inr{
        margin-bottom: 0;
        padding-bottom: 0;
        flex-direction: column;
    }

    .function_sec__wrapper__list__item{
        margin-bottom: 60px;
        width: 100%;
    }

    .c-title--top span:first-of-type{
        font-size: 1.3rem;
    }

    .c-title--top {
        font-size: 5.5vw;
    }

    .function_sec .c-title--top{
        margin-bottom: 10px;
    }

    .function_sec__c-sub-title{
        margin-bottom: 25px;
        font-size: 1.5rem;
    }

    .function_sec__wrapper__list__item__hdg__bottom p{
        font-size: 1.4rem;
    }

    .function_sec__wrapper__list__item__title{
        gap: 10px;
    }
    
    .function_sec__wrapper__list__item__title p{
        font-size: 2.3rem;
        letter-spacing: .1rem;
    }

    .function_sec__wrapper__list__item__txt{
        margin-bottom: 20px;
        font-size: 1.4rem;
    }

    .function_sec__wrapper__list__inr::after{
        content: "";
        display: block;
        margin: 0 calc(50% - 50vw);
        width: 100vw;
        height: 50%;
        background-color: #F4F4F4;
        position: absolute;
        bottom: 5%;
        z-index: -1;
    }

    .c-button span{
        font-size: 1.6rem;
    }

    .cv-section__cv-wrapper__inr{
        flex-direction: column;
    }

    .c-cv-btn__link{
        width: 90%;
    }

    .c-cv-btn__link__btn{
        font-size: 22px;
        padding: 15px 0;
        border-radius: 5px;
        letter-spacing: .2rem;
        width: 100%;
    }

    .cv-section__hdg img{
        max-width: 180px;
    }

    .cv-section__hdg{
        margin-bottom: 20px;
    }

    .c-cv-btn__txt p{
        font-size: 2.1rem;
        letter-spacing: .1rem;
    }

    .c-cv-btn{
        gap: 5px;
    }

    .c-cv-btn__link__btn::after{
        font-size: 1.8rem;
    }

    .cv-section__contact-wrapper__inr{
        flex-direction: column;
        gap: 15px;
    }

    .cv-section__contact-wrapper__inr__txt{
        font-size: 1.4rem;
    }

    .cv-section__contact-wrapper__inr__link{
        padding: 10px 45px;
        flex-direction: column;
        width: 90%;
        border-radius: 5px;
    }

    .cv-section__contact-wrapper__inr__link__link{
        font-size: 2.1rem;
    }

    .cv-section__contact-wrapper__inr__link__icon{
        width: 18px;
        height: 18px;
    }

    .features_list{

    }

    .features_list__inr{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 40px;
        align-items: baseline;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        pointer-events: none;
    }

    .features_list__item{
        width: 47%;
    }

    .features_list__item__img{
        text-align: center;
    }

    .cv_section{
        margin-top: 55px;
        padding: 35px 0 60px;
    }

    .cv_section.sp-mt-0{
        margin-top: 0;
    }

    .cv_section.features_list__item__img img{
        width: 100%;
    }

    .cv-section__contact-spwrapper{
        display: flex;
        align-items: center;
        gap: 5px;
        margin-bottom: 5px;
    }

    .l-footer__inner{
        padding: 40px 0 5px;
    }

    .p-footer__block{
        width: 70%;
        height: auto;
    }


}