@charset "UTF-8";

/*
Theme name: TCSC
Author: arai kenichi
Description: 東京中央信用調査
Version:1.0
License: GNU General Public Licence v2 or later
License URI:http://www.gnu.org/licenses/qp1-2.0.html
*/

h2 {
    font-size: 28px;
    font-weight: bold;
    margin-top: 70px;
    padding-top: 20px;
    margin-bottom: 105px;
    border-top: 2px solid #005FA0;
}

.mv{
    position: relative;
}
.mv p{
    position: absolute;
    bottom: 100px;
    left: 140px;
    z-index: 50;
    font-size: 70px;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 3px 3px 8px #000000;
}


/*==================================================
スライダーのためのcss
===================================*/
.slider {
    position: relative;
    z-index: 1;
    /*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
    height: 650px;
    /*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
}

/*　背景画像設定　*/

.slider-item01 {
    background-image: url(./img/fv_slider_01.jpg);
}

.slider-item02 {
    background-image: url(./img/fv_slider_02.jpg);
}

.slider-item03 {
    background-image: url(./img/fv_slider_03.jpg);
}

.slider-item {
    width: 100%;
    /*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
    height: 650px;
    /*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
    background-repeat: no-repeat;
    /*背景画像をリピートしない*/
    background-position: center;
    /*背景画像の位置を中央に*/
    background-size: cover;
    /*背景画像が.slider-item全体を覆い表示*/
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev,
.slick-next {
    position: absolute;
    /*絶対配置にする*/
    z-index: 3;
    top: 42%;
    cursor: pointer;
    /*マウスカーソルを指マークに*/
    outline: none;
    /*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #ccc;
    /*矢印の色*/
    border-right: 2px solid #ccc;
    /*矢印の色*/
    height: 15px;
    width: 15px;
}

.slick-prev {
    /*戻る矢印の位置と形状*/
    left: 1.5%;
    transform: rotate(-135deg);
}

.slick-next {
    /*次へ矢印の位置と形状*/
    right: 1.5%;
    transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
    position: relative;
    z-index: 3;
    text-align: center;
    margin: -50px 0 0 0;
}

.slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width: 8px;
    /*ドットボタンのサイズ*/
    height: 8px;
    /*ドットボタンのサイズ*/
    display: block;
    border-radius: 50%;
    background: #ffffff;
    /*ドットボタンの色*/
    border: none;
    opacity: .2;
    padding: 1px;
}

.slick-dots .slick-active button {
    background: #000;
    /*ドットボタンの現在地表示の色*/
}

.work__container {
    max-width: 1110px;
    margin: 0 auto;
    padding: 0 15px;
}

.work__inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 130px;
    row-gap: 20px;
}

.work__inner figure {
    max-width: 360px;
}

.work__inner figure img {
    width: 100%;
}

.work__item {
    width: 628px;
}

.work__item h3 {
    font-size: 22px;
    color: #005FA0;
    font-weight: bold;
    padding-bottom: 44px;
}

.work__inner:nth-child(odd) {
    flex-direction: row-reverse;
}

.cta {
    background-image: url(./img/cta_bg.jpg);
    background-position: center;
    background-size: cover;
}

.cta__container {
    margin: 0 auto;
    padding: 100px 15px;
    text-align: center;
    background-color: rgba(0, 95, 160, 0.9);
}

.cta__text {
    color: #ffffff;
}

.cta__container span {
    font-size: 22px;
    font-weight: bold;
    color: #ffffff;
    padding-bottom: 47px;
    display: block;
}

.cta__item {
    display: flex;
    justify-content: center;
    padding-top: 100px;
    flex-wrap: wrap;
    column-gap: 50px;
    row-gap: 40px;
}

.cta__btn {
    text-align: left;
}


.cta__btn--inner {
    width: 277px;
    color: #000000;
    background-color: #ffffff;
    display: inline-flex;
    text-align: center;
    padding: 16px 0;
    font-weight: bold;
    border: 1px solid #000000;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
}


.cta__btn2 {
    text-align: right;
}


.cta__btn2--inner {
    width: 277px;
    color: #ffffff;
    background-color: #4F96F6;
    text-align: center;
    font-weight: bold;
    border: 1px solid #ffffff;
    font-size: 23px;
    border-radius: 7px;
}

.cta__btn2--inner--number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.cta__btn2--inner--time {
    font-size: 12px;
    font-weight: 100;
}

.notice__container {
    max-width: 1110px;
    margin: 0 auto;
    padding: 0 15px;
}

.notice__container ul li {
    display: flex;
    padding-bottom: 50px;
    flex-wrap: wrap;
    column-gap: 50px;
    row-gap: 5px;
}

.notice__container ul li a {
    color: #000000;
    text-decoration: underline;

}

.notice__btn {
    text-align: center;
}


.notice__btn--inner {
    width: 250px;
    color: #000000;
    background-color: #ffffff;
    display: inline-flex;
    text-align: center;
    padding: 13px 0;
    font-weight: bold;
    border: 1px solid #000000;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    margin: 100px 0;
}



/* 左からからフェードイン */

.fadeLeft {
    animation-name: fadeLeftAnime;
    animation-duration: 1.8s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeLeftAnime {
    from {
        opacity: 0;
        transform: translateX(-100px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}


.fadeLeftTrigger {
    opacity: 0;
}

/* 右からフェードイン */

.fadeRight {
    animation-name: fadeRightAnime;
    animation-duration: 1.8s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeRightAnime {
    from {
        opacity: 0;
        transform: translateX(100px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.fadeRightTrigger {
    opacity: 0;
}


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



    h2 {
        font-size: 22px;
        font-weight: bold;
        margin-top: 45px;
        padding-top: 20px;
        margin-bottom: 75px;
        border-top: 2px solid #005FA0;
    }

    .mv{
        position: relative;
    }
    .mv p{
        position: absolute;
        bottom: 70px;
        left: 15px;
        z-index: 50;
        font-size: 42px;
        font-weight: bold;
        color: #ffffff;
        text-shadow: 3px 3px 8px #000000;
    }
    

    /*==================================================
スライダーのためのcss
===================================*/
    .slider {
        position: relative;
        z-index: 1;
        /*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
        height: 400px;
        /*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
    }

    /*　背景画像設定　*/

    .slider-item01 {
        background-image: url(./img/fv_slider_01.jpg);
    }

    .slider-item02 {
        background-image: url(./img/fv_slider_02.jpg);
    }

    .slider-item03 {
        background-image: url(./img/fv_slider_03.jpg);
    }

    .slider-item {
        width: 100%;
        /*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
        height: 400px;
        /*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
        background-repeat: no-repeat;
        /*背景画像をリピートしない*/
        background-position: center;
        /*背景画像の位置を中央に*/
        background-size: cover;
        /*背景画像が.slider-item全体を覆い表示*/
    }

    /*矢印の設定*/

    /*戻る、次へ矢印の位置*/
    .slick-prev,
    .slick-next {
        position: absolute;
        /*絶対配置にする*/
        z-index: 3;
        top: 42%;
        cursor: pointer;
        /*マウスカーソルを指マークに*/
        outline: none;
        /*クリックをしたら出てくる枠線を消す*/
        border-top: 2px solid #ccc;
        /*矢印の色*/
        border-right: 2px solid #ccc;
        /*矢印の色*/
        height: 15px;
        width: 15px;
    }

    .slick-prev {
        /*戻る矢印の位置と形状*/
        left: 1.5%;
        transform: rotate(-135deg);
    }

    .slick-next {
        /*次へ矢印の位置と形状*/
        right: 1.5%;
        transform: rotate(45deg);
    }

    /*ドットナビゲーションの設定*/

    .slick-dots {
        position: relative;
        z-index: 3;
        text-align: center;
        margin: -50px 0 0 0;
    }

    .slick-dots li {
        display: inline-block;
        margin: 0 5px;
    }

    .slick-dots button {
        color: transparent;
        outline: none;
        width: 8px;
        /*ドットボタンのサイズ*/
        height: 8px;
        /*ドットボタンのサイズ*/
        display: block;
        border-radius: 50%;
        background: #ffffff;
        /*ドットボタンの色*/
        border: none;
        opacity: .2;
        padding: 1px;
    }

    .slick-dots .slick-active button {
        background: #000;
        /*ドットボタンの現在地表示の色*/
    }

    .work__container {
        max-width: 1110px;
        margin: 0 auto;
        padding: 0 15px;
    }

    .work__inner {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        margin-bottom: 75px;
        row-gap: 20px;
        flex-direction: column;
    }

    .work__inner figure {
        max-width: 100%;
    }

    .work__inner figure img {
        width: 100%;
    }

    .work__item {
        width: 100%;
    }

    .work__item h3 {
        font-size: 18px;
        color: #005FA0;
        font-weight: bold;
        padding-bottom: 11px;
    }

    .work__inner:nth-child(odd) {
        flex-direction: column;
    }

    .cta {
        background-image: url(./img/cta_bg.jpg);
        background-position: center;
        background-size: cover;
    }

    .cta__container {
        margin: 0 auto;
        padding: 75px 15px;
        text-align: center;
        background-color: rgba(0, 95, 160, 0.9);
    }

    .cta__text {
        color: #ffffff;
    }

    .cta__container span {
        font-size: 22px;
        font-weight: bold;
        color: #ffffff;
        padding-bottom: 47px;
        display: block;
    }

    .cta__item {
        display: flex;
        justify-content: center;
        padding-top: 75px;
        flex-wrap: wrap;
        column-gap: 50px;
        row-gap: 40px;
    }

    .cta__btn {
        text-align: left;
    }


    .cta__btn--inner {
        width: 277px;
        color: #000000;
        background-color: #ffffff;
        display: inline-flex;
        text-align: center;
        padding: 16px 0;
        font-weight: bold;
        border: 1px solid #000000;
        align-items: center;
        justify-content: center;
        border-radius: 7px;
    }


    .cta__btn2 {
        text-align: right;
    }


    .cta__btn2--inner {
        width: 277px;
        color: #ffffff;
        background-color: #4F96F6;
        text-align: center;
        font-weight: bold;
        border: 1px solid #ffffff;
        font-size: 23px;
        border-radius: 7px;
    }

    .cta__btn2--inner--number {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .cta__btn2--inner--time {
        font-size: 12px;
        font-weight: 100;
    }

    .notice__container {
        max-width: 1110px;
        margin: 0 auto;
        padding: 0 15px;
    }

    .notice__container ul li {
        display: flex;
        padding-bottom: 30px;
        flex-wrap: wrap;
        column-gap: 50px;
        row-gap: 5px;
    }

    .notice__container ul li a {
        color: #000000;
        text-decoration: underline;

    }

    .notice__btn {
        text-align: center;
    }


    .notice__btn--inner {
        width: 250px;
        color: #000000;
        background-color: #ffffff;
        display: inline-flex;
        text-align: center;
        padding: 13px 0;
        font-weight: bold;
        border: 1px solid #000000;
        align-items: center;
        justify-content: center;
        border-radius: 7px;
        margin: 75px 0;
    }


    /* 左からからフェードイン */

    .fadeLeft {
        animation-name: fadeLeftAnime;
        animation-duration: 1.8s;
        animation-fill-mode: forwards;
        opacity: 0;
    }

    @keyframes fadeLeftAnime {
        from {
            opacity: 0;
            transform: translateX(-100px);
        }

        to {
            opacity: 1;
            transform: translateX(0);
        }
    }


    .fadeLeftTrigger {
        opacity: 0;
    }

    /* 右からフェードイン */

    .fadeRight {
        animation-name: fadeRightAnime;
        animation-duration: 1.8s;
        animation-fill-mode: forwards;
        opacity: 0;
    }

    @keyframes fadeRightAnime {
        from {
            opacity: 0;
            transform: translateX(100px);
        }

        to {
            opacity: 1;
            transform: translateX(0);
        }
    }

    .fadeRightTrigger {
        opacity: 0;
    }

}









