@charset "UTF-8";

.commit-pagettl {
    width: 90%;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.commit-pagettl span {
    display: inline-block;
}

.commit-pagettl .idea-logo {
    width: 85px;
    margin-right: 20px;
}

.commit-pagettl .idea-text {
    font-size: 28px;
}

.commit_Area {
    margin: 60px auto 0;
}

.commit-main {
    background-image: url(../img/06/main-catch.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 17.5% 0;
    position: relative;
}

.commit-mainttl {
    width: 90%;
    font-size: 42px;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.commit-mainttl span {
    display: inline-block;
    margin-left: -25px;
}

.commit-copy {
    width: 90%;
    margin: 50px auto 0;
}

.commit-copy .icon {
    width: 113px;
    margin: 0 auto 40px;
}

.commit-copy .copy-txt {
    font-size: 16px;
    line-height: 2.2;
    text-align: center;
}

.commit-item {
    width: 90%;
    max-width: 1200px;
    margin: 100px auto 0;
}

.commit-flex {
    justify-content: space-between;
    flex-wrap: wrap;
}

.commit-flex li {
    box-sizing: border-box;
    width: 18.67%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-bottom: 6px;
    /* padding: 0 4px 4px 4px; */
    overflow-x: hidden;
}

.commit-flex li .c-item-ttl {
    align-items: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-bottom: 20px;
}

.commit-flex li .c-item-ttl .c-logo {
    display: inline-block;
    width: 35px;
    padding: 7px 0;
    margin: 0 10px 0 15px;
}

.commit-flex li .c-item-ttl .text {
    display: inline-block;
    max-width: 131px;
}

.commit-flex li .kobetsu-item {
    width: 94%;
    margin: 0 auto;
}

.commit-flex li .kobetsu-item:nth-of-type(n+2) {
    margin-top: 20px;
}

.commit-flex li .kobetsu-cap {
    display: block;
    width: 100%;
    font-size: 15px;
    font-feature-settings: "palt";
    color: #fff;
    line-height: 1.2;
    text-align: center;
    padding: 5px 0;
    position: absolute;
    bottom: 0;
    left: 0;
}

.commit-flex li .des-text {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 1px;
    margin-top: 10px;
}

.commit-flex li .des-text span.small {
    font-size: 12px;
}

.commit-flex li figcaption {
    bottom: 32px;
}

/* 個別設定 */
.commit-flex li:nth-of-type(1) {
    background: #d5e9f3;
}

.commit-flex li:nth-of-type(1) .c-item-ttl {
    background: #abd2e7;
}

.commit-flex li:nth-of-type(2) {
    background: #eef6f1;
}

.commit-flex li:nth-of-type(2) .c-item-ttl {
    background: #bcdcc7;
}

.commit-flex li:nth-of-type(5) {
    background: #f4eef5;
}

.commit-flex li:nth-of-type(5) .c-item-ttl {
    background: #d5bdd8;
}

.commit-flex li:nth-of-type(4) {
    background: #fdf4e9;
}

.commit-flex li:nth-of-type(4) .c-item-ttl {
    background: #f7d4aa;
}

.commit-flex li:nth-of-type(3) {
    background: #fcf1f3;
}

.commit-flex li:nth-of-type(3) .c-item-ttl {
    background: #f5c8d0;
}

/* kobetsu caption */
.commit-flex li .kobetsu-cap.blue {
    background: #2c8fc2;
}

.commit-flex li .kobetsu-cap.green {
    background: #57a772;
}

.commit-flex li .kobetsu-cap.purple {
    background: #975b9e;
}

.commit-flex li .kobetsu-cap.orange {
    background: #eb942a;
}

.commit-flex li .kobetsu-cap.pink {
    background: #e67589;
}

@media only screen and (max-width: 1180px) {
    .commit-mainttl {
        font-size: 30px;
    }
}



@media only screen and (max-width: 820px) {
    /* .commit-pagettl {
        margin: 0 auto 50px;
    } */

    .commit-pagettl .idea-logo {
        width: 55px;
        margin-right: 10px;
    }

    .commit-pagettl .idea-text {
        font-size: 18px;
    }

    .commit-main {
        background-position: center;
        padding: 22% 0;
    }

    .commit-mainttl {
        width: 90%;
        font-size: 18px;
        text-align: center;
    }

    .commit-copy .icon {
        width: 70px;
        margin: 0 auto 20px;
    }

    .commit-copy .copy-txt {
        font-size: 14px;
    }

    .commit-item {
        margin: 60px auto 0;
    }

    .commit-flex li .c-item-ttl {
        justify-content: center;
    }

    .commit-flex li {
        width: 48.5%;
    }

    .commit-flex li:nth-of-type(n+3) {
        margin-top: 3%;
    }

    .commit-flex li .c-item-ttl .c-logo {
        width: 32px;
        margin: 0 5px 0 0;
    }

    .commit-flex li .c-item-ttl .text {
        display: flex;
        align-items: center;
        justify-content: center;
        max-width: 100px;
    }

    .commit-flex li .kobetsu-cap {
        font-size: 13px;
        letter-spacing: 0px;
    }

    .commit-flex li .kobetsu-cap.mini {
        font-size: 13px;
        letter-spacing: -0.5px;
    }

    .commit-flex li:nth-of-type(5) {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
    }

    .commit-flex li:nth-of-type(5) .c-item-ttl {
        width: 100%;
    }


    .commit-flex li:nth-of-type(5) .kobetsu-item {
        width: 48%;
    }

    .commit-flex li:nth-of-type(5) .kobetsu-item:nth-of-type(2) {
        margin-top: 0;
    }

    #commitment .anchor:first-of-type {
        margin: 50px auto 0;
    }
}

@media only screen and (max-width: 499px) {}