@charset "utf-8";

section {
    margin-top: -40px;
    padding-top: 40px;
}

/* section02 */
#section02 {
    margin-top: -100px;
    padding-top: 100px;
}
.section02 {
    background: #CFF1DB;
    background: linear-gradient(0deg,rgba(207, 241, 219, 1) 0%, rgba(255, 255, 255, 1) 40%);
    transform: translateY(-40px);
    text-align: center;
    .cases {
        margin: 20px auto 30px;
        width: 90%;
    }
    .sec2-end {
        margin-bottom: 40px;
        width: 80%;
    }
}

/* section02-1 */
#section03 {
    margin-top: -100px;
    padding-top: 60px;
}
.section02-1 {
    background: #FFF5F4;
    background: linear-gradient(0deg,rgba(255, 245, 244, 1) 0%, rgba(255, 255, 255, 1) 100%);
    h2 {
        margin-bottom: 20px;
    }
}

/* section03 */
#section04 {
    /*margin-top: -40px;*/
    margin-top: -100px;
    padding-top: 40px;
}
.section03 {
    background: #f9f6f2;
    h2 {
        text-align: center;
        margin-top: 20px;
        img {
            width: 90%;
        }
    }
    .point-list {
        .point-list-item:nth-child(2) {
            transform: translateY(-20px);
        }
        .point-list-item:nth-child(3) {
            transform: translateY(-40px);
        }
        .point-list-item:nth-child(4) {
            transform: translateY(-60px);
        }
    }
}

/* section04 */
.section04 {
    background: #f9f2f2;
    /*padding: 60px 0 20px;*/
    padding: 40px 0 20px;
    text-align: center;
    .map-wrap {
        background: #fff;
        border-radius: 20px;
        margin-inline: auto;
        margin-bottom: 20px;
        padding: 20px 10px;
        width: 90%;
        h2 {
            /*margin-bottom: 20px;*/
            text-align: center;
            img {
                width: 60%;
            }
        }
    }
    .sec04-graph {
        margin-bottom: 20px;
        width: 90%;
    }
}
.sec04-corporate-text {
    display: block;
    margin: 20px auto;
    width: 90%;
}

/* section05 */
.section05 {
    background: #f9f6f2;
    padding-top: 40px;
    h2 {
        text-align: center;
        img {
            width: 50%;
        }
    }
}

.update-wrap {
    padding: 60px 0 20px;
    .update-list {
        margin: 0 auto;
        width: 90%;
        display: flex;
        align-items: center;
        .slick-track {
            display: flex;
            .slick-slide {
                height: auto !important;
            }
        }
        .update-list-item {
            padding: 10px;
            .inner {
                background-color: #fff;
                border-radius: 20px;
                padding: 20px;
                position: relative;
                height: 100%;
                .sakura {
                    position: absolute;
                    top: -10px;
                    right: -10px;
                    &::before {
                        content: url("/kbc/assets/img/kbc/top/sakura.svg");
                        display: block;
                        width: 100px;
                    }
                }
            }
            .item-detail {
                display: flex;
                margin-bottom: 15px;
                position: relative;
                z-index: 1;
                dt {
                    display: flex;
                    align-items: center;
                    flex: 0 0 10em;
                    font-size: 14px;
                    font-weight: bold;
                    height: 22px;
                    &.category01::before {
                        content: url("/kbc/assets/img/kbc/top/update-category01.svg");
                        display: inline-block;
                        width: 14px;
                        margin-right: 6px;
                        margin-top: 2px;
                    }
                    &.category02::before {
                        content: url("/kbc/assets/img/kbc/top/update-category02.svg");
                        display: inline-block;
                        width: 13px;
                        margin-right: 7px;
                        margin-left: 1px;
                        margin-top: 2px;
                    }
                    &.category03::before {
                        content: url("/kbc/assets/img/kbc/top/update-category03.svg");
                        display: inline-block;
                        width: 11px;
                        margin-right: 8px;
                        margin-left: 2px;
                        margin-top: 2px;
                    }
                    &.category04::before {
                        content: url("/kbc/assets/img/kbc/top/update-category04.svg");
                        display: inline-block;
                        width: 14px;
                        margin-right: 6px;
                        margin-top: 2px;
                        margin-left: 1px;
                    }
                    &.category05::before {
                        content: url("/kbc/assets/img/kbc/top/update-category05.svg");
                        display: inline-block;
                        width: 15px;
                        margin-right: 6px;
                        margin-top: 2px;
                    }
                }
                dd {
                    display: flex;
                    align-items: center;
                }
            }
            .comment {
                border-top: 1.5px solid #6e9b9e;
                margin-top: 40px;
                margin-inline: -20px;
                margin-bottom: -20px;
                padding: 15px 20px;
                position: relative;
                &::before {
                    content: "Comment";
                    color: #6e9b9e;
                    font-size: 24px;
                    font-weight: bold;
                    position: absolute;
                    top: -29px;
                    left: 0;
                }
                p {
                    color: #333;
                    font-size: 16px;
                    line-height: 1.6;
                    letter-spacing: normal;
                    width: 100%;
                    margin: auto;
                    strong {
                        font-weight: bold;
                        text-decoration: underline;
                        text-decoration-thickness: 5px;
                        text-underline-offset: -0.2em;
                        text-decoration-skip-ink: none;
                        text-decoration-color: #f8de7f;
                    }
                }
            }
        }
        .banner__arrow {
          align-items: center;
          vertical-align: middle;
          font-size: 20px;
          cursor: pointer;
        }
        .slick-dots {
            top: -30px;
            bottom: auto !important;
        }
    }
}

.slick-dots li button:before {
    font-size: 10px !important;
}

/* section06 */
.section06 {
    background: #f2ece1;
    padding-top: 40px;
    h2 {
        margin-bottom: 40px;
        text-align: center;
        img {
            width: 80%;
        }
    }
    h3 {
        margin-bottom: 20px;
        text-align: center;
        img {
            width: 50%;
        }
    }
    .flow-wrap {
        padding-top: 40px;
    }
    .flow-list {
        margin: 0 auto;
        display: flex;
        align-items: center;
        .slick-track {
            display: flex;
            .slick-slide {
                height: auto !important;
            }
        }
        .banner__arrow {
          align-items: center;
          vertical-align: middle;
          font-size: 20px;
          padding: 0 5px;
          cursor: pointer;
        }
        .slick-dots {
            top: -40px;
            bottom: auto !important;
        }
    }
    .flow__box {
        padding: 10px 0;
        background: #fff;
        text-align: center;
        border-top: solid 3px #009e9e;

        .flow__step-number {
            font-size: .8em;
            color: #009E9E;
        }

        .flow__heading {
            font-size: 1em;
            color: #009E9E;
            margin: 1px auto 10px;
            padding: 0;
        }

        .flow__img {
            width: 100%;
            display: block;
            background: #000;
        }

        .flow__description {
            line-height: 1.75;
            text-align: left;
            margin: 15px;
        }
    }
}

.cta-button02 {
    display: block;
    width: 88%;
    margin-inline: auto;
    margin-top: 40px;
    padding-bottom: 20px;
    position: relative;
    &::before {
        content: "";
        display: block;
        background: url("img/text-cta02.webp") no-repeat;
        background-size: contain;
        width: 130px;
        height: 55px;
        position: absolute;
        top: -20px;
        left: -15px;
    }
}

/* section07 */
.section07 {
    background: #f2ece1;background: #2EAF91;
    background: linear-gradient(90deg,rgba(46, 175, 145, 1) 0%, rgba(106, 208, 102, 1) 100%);
    padding: 40px 0;
    h2 {
        margin-bottom: 40px;
        text-align: center;
        img {
            width: 90%;
        }
    }
    .books-wrap {
        padding-top: 40px;
        .books-list {
            margin: 0 auto;
            display: flex;
            align-items: center;
            .slick-track {
                display: flex;
                .slick-slide {
                    height: auto !important;
                }
            }
            .books-list-item {
                background: #fff;
                border-radius: 20px;
                padding: 20px 0;
                img {
                    margin-bottom: 10px;
                }
                p {
                    line-height: 1.6;
                    font-weight: bold;
                    width: 90%;
                    margin-inline: auto;
                    a {
                        text-decoration: underline;
                    }
                }
                .link {
                    text-align: right;
                }
            }
        }
        .banner__arrow {
          align-items: center;
          vertical-align: middle;
          font-size: 20px;
          padding: 0 10px;
          cursor: pointer;
          &::before {
            color: #fff;
          }
        }
        .slick-dots {
            top: -40px;
            bottom: auto !important;
            .slick-active button:before {
                color: #fff;
            }
        }
    }
}

/* section08 */
.section08 {
    background: #FE5C4D;
    background: linear-gradient(90deg,rgba(254, 92, 77, 1) 0%, rgba(255, 152, 46, 1) 100%);
    padding: 40px 0;
    h2 {
        margin-bottom: 40px;
        text-align: center;
        img {
            width: 50%;
        }
    }
}

.accordion {
    width: 90%;
    background: #fff;
    margin: 0 auto 16px;
}

.accordion--upper {
    display: flex;
    align-items: center;
    label {
        display: flex;
        align-items: center;
        font-weight: bold;
        width: 100%;
        line-height: 1.4;
        cursor: pointer;
        .acc-trigger {
            flex: 1 1 auto;
            padding: 10px;
        }
        .plus {
            flex: 0 0 30px;
            display: block;
            position: relative;
            width: 30px;
            &::before {
                content: "";
                display: inline-block;
                width: 20px;
                height: 3px;
                background: #fe5c4d;
                position: absolute;
            }
            &::after {
                content: "";
                display: inline-block;
                width: 20px;
                height: 3px;
                background: #fe5c4d;
                transform: rotate(90deg);
                position: absolute;
            }
        }
    }
}

.accordion--lower {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    p a {
        text-decoration: underline;
    }
}

.cssacc {
    display: none;
}

.cssacc:checked+.accordion--lower {
    height: auto;
    opacity: 1;
    position: relative;
    padding: 0 10px 10px 10px;
}

/* フッター */
footer {
    background: #fff;
    text-align: center;
    padding: 20px;
    img {
        width: 80%;
        margin-bottom: 10px;
    }
    p {
        font-size: 12px;
    }
}

.column-logo,.column-cta {
    display: none;
}

@media screen and (min-width:980px) {
    .column-logo,.column-cta {
        display: block;
        position: fixed;
        text-align: center;
        width: calc( (100% - 400px) / 2 );
    }
    .column-logo {
        padding: 0 20px;
        top: calc(50% - 44px);
        left: 0;
        img {
            max-width: 350px;
        }
    }
    .column-cta {
        top: 20px;
        right: 0;
        height: 100%;
        .toc {
            background: #fff;
            border-top-left-radius: 20px;
            border-top-right-radius: 20px;
            max-width: 300px;
            margin-inline: auto;
            .title {
                font-size: 18px;
                font-weight: bold;
                border-bottom: 3px solid #30b090;
                padding: 5px 0;
            }
            .nav-list {
                li {
                    a {
                        display: block;
                        padding: 8px 0;
                        &:hover {
                            background-color: #ebf9f6;
                        }
                    }
                    &:not(:last-child) {
                        border-bottom: 1px dashed #30b090;
                    }
                }
            }
        }
        .pc-cta {
            max-width: 300px;
            margin-inline: auto;
            .button01,.button02 {
                display: block;
                color: #fff;
                font-size: 21px;
                font-weight: bold;
                padding: 15px 0;
            }
            .button01 {
                background-color: #ff982e;
                &:hover {
                    background-color: #ff8b14;
                }
            }
            .button02 {
                background-color: #30b090;
                border-bottom-left-radius: 20px;
                border-bottom-right-radius: 20px;
                &:hover {
                    background-color: #2da486;
                }
            }
        }
    }
}