@charset "UTF-8";

:root {
    /* --ff_notoSans: "Noto Sans", sans-serif; */
    --ff_oswald: "Oswald", sans-serif;
    --mainBlue: #3d62b0;
    --bgBlue: #ebeff7;
}

body {
    /* font-family: var(--ff_notoSans); */
    font-size: 16px;
    line-height: 1.75;
    color: #000;
    font-weight: 400;
}

figure,
img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.inner {
    max-width: 1240px;
    padding-left: var(--wrapper_padding);
    padding-right: var(--wrapper_padding);
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.flex {
    display: flex;
}

.pc_cont {
    display: block;
}

.sp_cont {
    display: none;
}

@media screen and (max-width:767px) {
    .pc_cont {
        display: none;
    }

    .sp_cont {
        display: block;
    }

    /* =========== /max-width:767px =========== */
}

/* ================================================= */
/* PC */
/* ================================================= */
/* 共通 =============================*/
.cp-about_us article>section {
    background: #fff;
    padding: 120px 0;
}

.cp-about_us article>section h2 {
    margin: 0 auto 2.5em;
    text-align: center;
}

.cp-about_us article>section h2 span {
    display: block;
}

.cp-about_us article>section h2 span:nth-of-type(1) {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.4;
}

.cp-about_us article>section h2 span:nth-of-type(2) {
    font-family: var(--ff_oswald);
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0.025em;
}

/* KV =============================*/
.cp-about_us .kv,
.cp-about_us .second_view {
    color: #fff;
    background: none;
}

.fixed_img::before {
    position: absolute;
    z-index: 0;
    inset: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: #3d62b080;
    mix-blend-mode: multiply;
    pointer-events: none;
}

.cp-about_us .kv {
    text-align: center;
    padding: 120px 0 60px;
}

.cp-about_us .kv .ttl_box {
    margin: 0 auto 90px;
}

.cp-about_us .kv .ttl_box h1 {
    font-family: var(--ff_oswald);
    font-size: 88px;
    font-weight: 300;
    letter-spacing: 0.025em;
    margin: 0 auto .6em;
}

.cp-about_us .kv .ttl_box h1+p {
    font-size: 18px;
    line-height: 2;
}

.cp-about_us .kv .anc_list {
    position: relative;
    z-index: 0;
    max-width: 1070px;
    margin: 0 auto;
}

.cp-about_us .kv .anc_list .inner {
    max-width: 1320px;
}

.cp-about_us .kv .anc_list ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cp-about_us .kv .anc_list ul li {
    width: calc(100% / 3);
    text-align: center;
    border-left: 1px solid #fff;
}

.cp-about_us .kv .anc_list ul li:last-of-type {
    border-right: 1px solid #fff;
}

.cp-about_us .kv .anc_list ul li a {
    position: relative;
    z-index: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    padding: 0.3em 0 30px;
    text-decoration: none;
    min-height: 145px;
    line-height: 1.4;
}

.cp-about_us .kv .anc_list ul li a::after {
    position: absolute;
    z-index: 0;
    inset: auto -100% 30px;
    margin: auto;
    content: '';
    display: block;
    width: 13px;
    height: 13px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    margin: 10px auto 0;
}

.fixed_img {
    position: fixed;
    z-index: -50;
    inset: 0;
    width: 100vw;
    height: 100vh;
    /* background: #3d62b080;
    mix-blend-mode: multiply; */
}

.fixed_img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

/* 2nd View =============================*/
.cp-about_us .second_view {
    text-align: center;
    padding: 60px 0 0;
}

.cp-about_us .second_view h2 {
    font-size: 26px;
    font-weight: 500;
    line-height: 1.75;
    margin: 0 auto 1.4em;
}

.cp-about_us .second_view h2+p {
    line-height: 2.25;
    margin: 0 auto 3.75em;
}

.cp-about_us .second_view h2+p+figure {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 0 95px;
}

/* 数字で見るプラップジャパン =============================*/
.cp-about_us .sec_num {
    background: var(--bgBlue);
}

.cp-about_us .sec_num .flex {
    flex-wrap: wrap;
    gap: 0 5%;
    justify-content: space-between;
}

.cp-about_us .sec_num .flex>section {
    width: calc((100% / 3) - 4%);
    text-align: center;
    margin: 0 0 80px;
}

.cp-about_us .sec_num .flex>section:nth-last-of-type(-n + 3) {
    margin: 0;
}

.cp-about_us .sec_num .flex>section h3 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: 500;
    color: var(--mainBlue);
    line-height: 1.66;
    min-height: 3.3em;
}

.cp-about_us .sec_num .flex>section .num_cont {
    position: relative;
    z-index: 0;
    color: var(--mainBlue);
}

.cp-about_us .sec_num .flex>section .num_cont .num {
    font-family: var(--ff_oswald);
    font-size: 80px;
    font-weight: 400;
}

.cp-about_us .sec_num .flex>section .num_cont span:not(.num) {
    font-size: 29px;
    font-weight: 500;
}

.cp-about_us .sec_num .flex>section .num_cont img {
    position: absolute;
    z-index: -1;
    inset: -100%;
    margin: auto;
}

.cp-about_us .sec_num .flex>section .num_cont+p {
    line-height: 2;
}

.cp-about_us .sec_num .flex::after {
    content: '';
    display: block;
    width: calc((100% / 3) - 4%);
    height: 0;
    margin: -80px 0 0;
}

/* プラップジャパンの強み =============================*/
.cp-about_us .sec_strength section:not(:first-of-type) {
    padding-top: 60px;
}

.cp-about_us .sec_strength section:not(:last-of-type) {
    padding-bottom: 60px;
    border-bottom: 1px solid #3d62b067;
}

.cp-about_us .sec_strength section .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: visible;
}

.cp-about_us .sec_strength>section .inner>div {
    width: 50%;
}

.cp-about_us .sec_strength>section .inner>div h3 {
    position: relative;
    z-index: 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    color: var(--mainBlue);
    margin: 0 0 2.5em;
}

.cp-about_us .sec_strength>section .inner>div h3 span:nth-of-type(1) {
    position: relative;
    z-index: 0;
    top: -.4em;
    display: inline-block;
    font-family: var(--ff_oswald);
    font-size: 40px;
    line-height: 1;
    font-weight: 300;
    letter-spacing: 0.025em;
}

.cp-about_us .sec_strength>section .inner>div h3 span:nth-of-type(1)::before {
    position: absolute;
    z-index: 0;
    inset: auto -56px 5px auto;
    content: '';
    width: 90px;
    height: 1px;
    background: var(--mainBlue);
    transform: rotate(-45deg);
}

.cp-about_us .sec_strength>section .inner>div h3 span:nth-of-type(2) {
    display: inline-block;
    font-size: 26px;
    font-weight: 500;
    padding: .5em 0 0 1.4em;
    line-height: 1.3;
}

.cp-about_us .sec_strength>section .inner>div h3+p {
    word-break: auto-phrase;
}

.cp-about_us .sec_strength>section .inner>figure {
    width: 45%;
}

.cp-about_us .sec_strength>section .inner>figure img {
    display: block;
    margin-inline: auto;
}

.cp-about_us .sec_strength>section:nth-of-type(1) figure img {
    max-width: 560px;
}

.cp-about_us .sec_strength>section:nth-of-type(2) figure img {
    max-width: 430px;
}

.cp-about_us .sec_strength>section:nth-of-type(3) figure img {
    max-width: 480px;
}

/* 関連事例 =============================*/
.cp-about_us .sec_related-case {
    background: #e4e9e6;
    padding: 70px 0 85px;
}

/* ご支援の進め方と主な活動例 =============================*/
.cp-about_us .sec_process {
    background: #ffffffb0;
}

.cp-about_us .sec_process h2+p {
    text-align: center;
    line-height: 2;
    margin: 0 auto 60px;
}

.cp-about_us .sec_process .inner>section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    padding: 50px 50px 40px;
}

.cp-about_us .sec_process .inner>section:not(:last-of-type) {
    margin: 0 0 55px;
}

.cp-about_us .sec_process .inner>section>h3 {
    position: relative;
    z-index: 0;
    color: var(--mainBlue);
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    width: 182px;
}

.cp-about_us .sec_process .inner>section>h3 img {
    position: absolute;
    z-index: -1;
    inset: -100%;
    margin: auto;
}

.cp-about_us .sec_process .inner>section>section {
    width: calc(100% - 182px - 5%);
}

.cp-about_us .sec_process .inner>section>section h4 {
    font-size: 22px;
    line-height: 1.4;
    font-weight: 700;
    margin: 0 0 .4em;
}

.cp-about_us .sec_process .inner>section>section p {
    margin: 0 0 2em;
}

.cp-about_us .sec_process .inner>section>section ul {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.cp-about_us .sec_process .inner>section>section ul li {
    position: relative;
    z-index: 0;
    width: calc(50% - 1em);
    padding: 0 0 0 0.6em;
}

.cp-about_us .sec_process .inner>section>section ul li:nth-of-type(2n) {
    margin-left: 1em;
}

.cp-about_us .sec_process .inner>section>section ul li::before {
    position: absolute;
    z-index: 0;
    inset: 0 auto auto 0;
    content: '・';
}

/* ご契約の流れ =============================*/
.cp-about_us .sec_flow {
    padding: 120px 0 0;
}

.cp-about_us .sec_flow .flex {
    justify-content: space-between;
}

.cp-about_us .sec_flow .flex section {
    width: 47%;
}

.cp-about_us .sec_flow .flex section h3 {
    font-size: 22px;
    line-height: 1.4;
    border-bottom: 1px solid var(--mainBlue);
    color: var(--mainBlue);
    text-align: center;
    margin: 0 auto 1em;
    padding: 0 0 .6em;
}

.cp-about_us .sec_flow .flex section dl:not(:last-of-type) {
    margin: 0 0 2em;
}

.cp-about_us .sec_flow .flex section dl dt {
    font-weight: 700;
    margin: 0 0 .3em;
}

.cp-about_us .sec_flow .flex section dl dd {
    position: relative;
    z-index: 0;
    padding: 0 0 0 0.6em;
}

.cp-about_us .sec_flow .flex section dl dd::before {
    position: absolute;
    z-index: 0;
    inset: 0 auto auto 0;
    content: '・';
}

/* ================================================= */
/* Tablet */
/* ================================================= */
@media screen and (max-width:900px) {
    /*  =============================*/
    /* .cp-about_us{} */
}

/* ================================================= */
/* SP */
/* ================================================= */
@media screen and (max-width:767px) {

    /* 共通 =============================*/
    .fixed_img {
        height: calc(100lvh - 79px);
        top: 79px;
        bottom: auto;
    }

    .cp-about_us article>section {
        padding: 60px 0;
    }

    .cp-about_us article>section h2 {
        margin: 0 auto 1em;
    }

    .cp-about_us article>section h2 span:nth-of-type(1) {
        font-size: 22px;
    }

    .cp-about_us article>section h2 span:nth-of-type(2) {
        font-size: 16px
    }

    /* KV =============================*/
    .cp-about_us .kv {
        padding: 60px 0 30px;
    }

    .cp-about_us .kv .ttl_box {
        margin: 0 auto 50px;
    }

    .cp-about_us .kv .ttl_box h1 {
        font-size: 60px;
    }

    .cp-about_us .kv .ttl_box h1+p {
        font-size: 16px;
    }

    .cp-about_us .kv .anc_list ul {
        flex-direction: column;
    }

    .cp-about_us .kv .anc_list ul li {
        width: 100%;
        border-right: 1px solid #fff;
    }

    .cp-about_us .kv .anc_list ul li:not(:last-of-type) {
        margin: 0 auto 20px;
    }

    .cp-about_us .kv .anc_list ul li a {
        font-size: 18px;
        min-height: 120px;
        padding: 0.3em 0 15px;
    }

    .cp-about_us .kv .anc_list ul li a::after {
        width: 11px;
        height: 11px;
        margin: 8px auto 0;
        bottom: 15px;
    }

    .fixed_img img {
        -o-object-position: 70% center;
        object-position: 70% center;
    }

    /* 2nd View =============================*/
    .cp-about_us .second_view {
        padding: 30px 0 0;
    }

    .cp-about_us .second_view h2 {
        font-size: 22px;
    }

    .cp-about_us .second_view h2+p {
        font-size: 15px;
    }

    /* 数字で見るプラップジャパン =============================*/
    .cp-about_us .sec_num .flex {
        flex-wrap: wrap;
        gap: 40px 0;
        justify-content: space-between;
    }

    .cp-about_us .sec_num .flex>section {
        width: 100%;
        margin: 0 auto;
    }

    .cp-about_us .sec_num .flex>section h3 {
        display: block;
        font-size: 20px;
        min-height: 1em;
    }

    .cp-about_us .sec_num .flex>section .num_cont .num {
        font-size: 60px;
    }

    .cp-about_us .sec_num .flex>section .num_cont span:not(.num) {
        font-size: 27px;
    }

    .cp-about_us .sec_num .flex>section .num_cont+p {
        line-height: 2;
    }

    .cp-about_us .sec_num .flex::after {
        display: none;
    }

    /* プラップジャパンの強み =============================*/
    .cp-about_us .sec_strength section:not(:first-of-type) {
        padding-top: 40px;
    }

    .cp-about_us .sec_strength section:not(:last-of-type) {
        padding-bottom: 40px;
    }

    .cp-about_us .sec_strength section .inner {
        flex-direction: column
    }

    .cp-about_us .sec_strength>section .inner>div {
        width: 100%;
    }

    .cp-about_us .sec_strength>section .inner>div h3 {
        /* display: block; */
        margin: 0 0 1.3em;
    }

    .cp-about_us .sec_strength>section .inner>div h3 span:nth-of-type(1) {
        font-size: 32px;
    }

    .cp-about_us .sec_strength>section .inner>div h3 span:nth-of-type(1)::before {
        inset: auto -40px 0px auto;
        width: 60px;
    }

    .cp-about_us .sec_strength>section .inner>div h3 span:nth-of-type(2) {
        font-size: 22px;
        padding: .3em 0 0 1.4em;
    }

    .cp-about_us .sec_strength>section .inner>figure {
        width: 100%;
        margin: 20px auto 0;
    }

    /* 関連事例 =============================*/

    /* ご支援の進め方と主な活動例 =============================*/
    .cp-about_us .sec_process h2+p {
        font-size: 15px;
    }

    .cp-about_us .sec_process .inner>section {
        flex-direction: column;
        padding: 20px;
    }

    .cp-about_us .sec_process .inner>section:not(:last-of-type) {
        margin: 0 0 30px;
    }

    .cp-about_us .sec_process .inner>section>h3 {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 24px;
        width: 100%;
        min-height: 6em;
    }

    .cp-about_us .sec_process .inner>section>h3 img {
        width: 40% !important;
    }

    .cp-about_us .sec_process .inner>section:nth-of-type(2)>h3 img {
        width: 30% !important;
    }

    .cp-about_us .sec_process .inner>section>section {
        width: 100%;
    }

    .cp-about_us .sec_process .inner>section>section h4 {
        font-size: 20px;
    }

    .cp-about_us .sec_process .inner>section>section ul li {
        width: 100%;
    }

    .cp-about_us .sec_process .inner>section>section ul li:nth-of-type(2n) {
        margin-left: 0;
    }

    /* ご契約の流れ =============================*/
    .cp-about_us .sec_flow {
        padding: 60px 0 0;
    }

    .cp-about_us .sec_flow .flex {
        flex-direction: column;
        row-gap: 30px;
    }

    .cp-about_us .sec_flow .flex section {
        width: 100%;
    }

    .cp-about_us .sec_flow .flex section h3 {
        font-size: 20px;
    }

    .cp-about_us .sec_flow .flex section dl dd {
        font-size: 15px;
    }
}