/* -----------------
fv_wrap
-------------------- */
.fv_wrap {
    background: #FFF7F5;
}

.fv_wrap .inner {
    display: flex;
    align-items: center;
    margin: 0 auto;
    padding: 34px 0;
    max-width: 1366px;
}

.fv_wrap .main_img {
    padding-left: 3.147877013%;
    width: 50%;
}

.fv_wrap .main_img .image {
    margin-left: auto;
    max-width: 640px;
}

.fv_wrap .txt_box {
    padding: 0 7.320644216% 0 2.928257686%;
    width: 50%;
}

.fv_wrap .ttl {
    font-weight: 700;
    font-size: 5.2rem;
    line-height: calc(62 / 52);
}

.fv_wrap .ttl .m_ff_en {
    font-size: 7.4rem;
    line-height: 1;
    letter-spacing: -.02em;
    color: var(--m_color_orange);
}

.fv_wrap .ttl + .txt {
    margin-top: 29px;
}

.fv_wrap .txt {
    font-weight: 700;
    font-size: 2.2rem;
    line-height: calc(42 / 22);
    letter-spacing: .06em;
}

.fv_wrap .m_check_list {
    margin-top: 28px;
}

.fv_wrap .m_check_list li {
    align-items: flex-start;
}

.fv_wrap .m_check_list li::before {
    top: 12px;
}

.fv_wrap .d_list {
    margin-top: 24px;
    border: 1px solid var(--m_color_orange);
    border-radius: 10px;
    overflow: hidden;
}

.fv_wrap .d_list dt {
    font-weight: 700;
    font-size: 2.2rem;
    line-height: calc(32 / 22);
    letter-spacing: .06em;
    color: #fff;
    text-align: center;
    padding: 7px 0 8px;
    background: var(--m_color_orange);
}

.fv_wrap .d_list dd {
    padding: 9px 12px 13px;
    background: #fff;
}

@media screen and (max-width: 1200px) {
    .fv_wrap .d_list dt {
        font-size: 2rem;
        line-height: calc(32 / 22);
    }
}

@media screen and (max-width: 767px) {
    .fv_wrap .inner {
        display: block;
        padding: 20px 0 40px;
        width: 89.333333333%;
    }

    .fv_wrap .main_img {
        padding:0;
        width: 100%;
    }

    .fv_wrap .main_img .image {
        margin: 0;
        max-width: 100%;
    }

    .fv_wrap .txt_box {
        margin-top: calc(12 / 375 * 100vw);
        padding: 0;
        width: 100%;
    }

    .fv_wrap .ttl {
        font-size: calc(33 / 375 * 100vw);
        line-height: calc(39 / 33);
    }

    .fv_wrap .ttl .m_ff_en {
        font-size: calc(48 / 375 * 100vw);
    }

    .fv_wrap .ttl + .txt {
        margin-top: 18px;
    }

    .fv_wrap .txt {
        font-size: 1.5rem;
        line-height: calc(24 / 15);
        letter-spacing: 0;
    }

    .fv_wrap .m_check_list {
        margin-top: 12px;
    }

    .fv_wrap .m_check_list li:nth-child(n+2) {
        margin-top: 2px;
    }

    .fv_wrap .m_check_list li::before {
        top: 5px;
    }

    .fv_wrap .d_list {
        margin-top: 20px;
    }

    .fv_wrap .d_list dt {
        font-size: 1.3rem;
        line-height: calc(27 / 13);
        padding: 1px 0;
    }

    .fv_wrap .d_list dd {
        padding: 5px 8px 8px;
    }
}

/* -----------------
m_case_study_wrap
-------------------- */
.m_case_study_wrap .m_list .ttl {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.m_case_study_wrap .swiper_box {
    position: relative;
    margin: 56px auto 0;
    padding: 0 96px;
}

.m_case_study_wrap .swiper-button {
    width: 15px;
    height: 34px;
    margin-top: 0;
    background: url(../img/common/icon_arrow_bk.svg) center / contain no-repeat;
    transform: translateY(-50%);
}

.m_case_study_wrap .swiper-button-prev {
    left: 31px;
    transform: translateY(-50%) scale(-1,1);
}

.m_case_study_wrap .swiper-button-next {
    right: 31px;
}

.m_case_study_wrap .swiper-pagination {
    left: 50%;
    bottom: -66px;
    transform: translateX(-50%);
}

.m_case_study_wrap .swiper-pagination-bullet {
    margin: 10px 10px 0;
    width: 10px;
    height: 10px;
    border: 1px solid #E6E6E6;
    background: #E6E6E6;
    opacity: 1;
}

.m_case_study_wrap .swiper-pagination-bullet-active {
    border-color: #fff;
    background: var(--m_color_orange);
}

.m_case_study_wrap .m_btn_wrap {
    margin-top: 105px;
}

@media screen and (max-width: 767px) {
    .m_case_study_wrap .wrap {
        width: 100%;
    }

    .m_case_study_wrap .swiper_box {
        margin-top: 34px;
        padding: 0;
    }

    .m_case_study_wrap .swiper-button {
        display: none;
    }

    .m_case_study_wrap .swiper-pagination {
        bottom: -44px;
    }

    .m_case_study_wrap .m_btn_wrap {
        margin-top: 93px;
    }
}

/* -----------------
feature_wrap
-------------------- */
.feature_wrap {
    padding: 60px 0 70px;
    background: #FFE4DE;
}

.feature_wrap .m_acd_list {
    margin-top: 40px;
}

@media screen and (max-width: 767px) {
    .feature_wrap {
        padding: 40px 0 50px;
    }

    .feature_wrap .m_acd_list {
        margin-top: 20px;
    }
}

/* -----------------
strengths_wrap
-------------------- */
.strengths_wrap {
    padding: 60px 0 70px;
    background: #FFF7F5;
    overflow: hidden;
}

.strengths_wrap .list li {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    margin-top: 40px;
    width: 95.711835334%;
    border-radius: 0 10px 10px 0;
    background: #fff;
}

.strengths_wrap .list li:nth-child(even) {
    flex-direction: row-reverse;
    margin-left: auto;
    border-radius: 10px 0 0 10px;
}

.strengths_wrap .list li::before {
    content:"";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    width: calc(100vw + 100vw);
    height: 100%;
    border-radius: 0 10px 10px 0;
    background: #fff;
}

.strengths_wrap .list li:nth-child(even)::before {
    left: 0;
    right: auto;
    border-radius: 10px 0 0 10px;
}

.strengths_wrap .list .image {
    width: 508px;
}

.strengths_wrap .list .txt_box {
    padding: 0 90px 0 35px;
    width: calc(100% - 508px);
}

.strengths_wrap .list li:nth-child(even) .txt_box {
    padding: 0 35px 0 90px;
}

.strengths_wrap .list .ttl {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--m_color_orange);
}

.strengths_wrap .list .ttl_num {
    display: block;
    width: 90px;
}

.strengths_wrap .list .ttl_txt {
    font-weight: 700;
    font-size: 2rem;
    line-height: calc(30 / 20);
    letter-spacing: .02em;
    display: block;
    padding-left: 19px;
    width: calc(100% - 90px);
}

.strengths_wrap .list .txt {
    line-height: calc(24 / 14);
    letter-spacing: .02em;
    margin-top: 25px;
}

@media screen and (max-width: 767px) {
    .strengths_wrap {
        padding: 40px 0 50px;
    }

    .strengths_wrap .list li {
        display: block;
        margin-top: 20px;
        width: 100%;
    }

    .strengths_wrap .list .image {
        margin: 0 auto;
        width: 91.641791044%;
    }

    .strengths_wrap .list .txt_box {
        margin: 0 auto;
        padding: 30px 0 25px;
        width: 91.641791044%;
    }

    .strengths_wrap .list li:nth-child(even) .txt_box {
        padding: 30px 0 25px;
    }

    .strengths_wrap .list .ttl {
        padding-bottom: 5px;
    }

    .strengths_wrap .list .ttl_num {
        width: 80px;
    }

    .strengths_wrap .list .ttl_txt {
        font-size: 1.6rem;
        line-height: calc(24 / 16);
        padding-left: 15px;
        width: calc(100% - 80px);
    }

    .strengths_wrap .list .txt {
        line-height: calc(22 / 12);
        margin-top: 20px;
    }
}


/* -----------------
seminar_info_wrap
-------------------- */
.seminar_info_wrap {
    padding: 60px 0 70px;
    background: #FAFAFA;
}

.seminar_info_wrap .m_list {
    margin-top: 40px;
}

.seminar_info_wrap .m_list .ttl {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.seminar_info_wrap .m_list figure {
    border-radius: 10px;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .seminar_info_wrap {
        padding: 40px 0 50px;
    }

    .seminar_info_wrap .m_list {
        margin-top: 20px;
    }
}

/* -----------------
company_wrap
-------------------- */
.company_wrap {
    padding: 60px 0 70px;
    background: #FAFAFA;
}

.company_wrap .box_wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.company_wrap .box {
    width: 48.799313893%;
}

.company_wrap .box01 {
    display: flex;
    flex-direction: column;
}

.company_wrap dl {
    display: flex;
}

.company_wrap dl + dl {
    margin-top: 10px;
}

.company_wrap dl dt {
    font-weight: 700;
    line-height: calc(24 / 14);
    letter-spacing: .02em;
    text-indent: .02em;
    text-align: center;
    padding: 18px 0;
    width: 91px;
    border-radius: 10px 0 0 10px;
    background: #E6E6E6;
}

.company_wrap dl dd {
    padding: 18px 0;
    width: calc(100% - 91px);
    border-radius: 0 10px 10px 0;
    background: #fff;
}

.company_wrap dl .txt {
    line-height: calc(24 / 14);
    letter-spacing: .02em;
    padding-left: 23px;
    padding-right: 23px;
}

.company_wrap dl .txt._other {
    text-indent: -7em;
    padding-left: calc(7em + 23px);
}

.company_wrap dl .txt a {
    line-height: inherit;
    position: relative;
}

.company_wrap dl .txt a::after {
    content:"";
    display: inline-block;
    margin-left: 6px;
    width: 12px;
    height: 12px;
    background: url(../img/common/icon_blank.svg) center / contain no-repeat;
}

.company_wrap dl .list li:nth-child(n+2) {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #E6E6E6;
}

@media screen and (max-width: 767px) {
    .company_wrap {
        padding: 40px 0 50px;
    }

    .company_wrap .box01,
    .company_wrap dl {
        display: block;
    }

    .company_wrap .box_wrap {
        display: block;
        margin-top: 20px;
    }

    .company_wrap .box {
        width: 100%;
    }

    .company_wrap .box02,
    .company_wrap dl + dl {
        margin-top: 16px;
    }

    .company_wrap dl dt {
        line-height: calc(22 / 12);
        padding: 4px 0;
        width: 100%;
        border-radius: 10px 10px 0 0;
    }

    .company_wrap dl dd {
        padding: 14px 0;
        width: 100%;
        border-radius: 0 0 10px 10px;
    }

    .company_wrap dl .txt {
        line-height: calc(22 / 12);
        padding-left: 17px;
        padding-right: 17px;
    }

    .company_wrap dl .txt._other {
        text-indent: -7em;
        padding-left: calc(7em + 17px);
    }

    .company_wrap dl .txt a::after {
        width: 10px;
        height: 10px;
    }

    .company_wrap dl .list li:nth-child(n+2) {
        margin-top: 11px;
        padding-top: 11px;
    }
}
