@charset "utf-8";

/*-------------------------------------------------------------------------
RESET
-------------------------------------------------------------------------*/

#contents {
    padding-bottom: 60px;
}
.box * {
    font-family: 'Noto Sans JP', sans-serif;
    font-size  : 16px;
    color      : #333;
    line-height: 1.8;
    box-sizing: border-box;
}
.center {
    text-align: center;
}
.mgb34 { margin-bottom: 34px;}
.mgb52 { margin-bottom: 52px;}
.mgb54 { margin-bottom: 54px;}

a:hover img {
    opacity: .8;
}
img {
    vertical-align: top;
}
:root {
    --blue: #014099;
    --green: #017099;
    --yellow: #ecb71c;
}
.main-view {
    height: 350px;
    padding-top: 77px;
    background: url("../images/bg_main.png");
}
    .main-view__text {
        background-color: #017099;
        font-size  : 24px;
        font-weight: 700;
        color      : #fff;
        width: 560px;
        text-align: center;
        margin: 0 auto 17px;
    }
    .main-view__catch {
        font-size  : 39px;
        font-weight: 900;
        color      : #014099;
        text-shadow: 0 0 2px #fff,
                     0 0 2px #fff,
                     0 0 2px #fff,
                     0 0 2px #fff,
                     0 0 2px #fff;
        text-align: center;
    }
        .main-view__catch-strong {
            line-height: 1;
            font-size  : 56px;
            font-weight: inherit;
            color      : inherit;
        }
.wrap {
    background-color: #fff;
    padding: 60px 30px 30px;
}

/*-------------------------------------------------------------------------

-------------------------------------------------------------------------*/

.work {
    margin: 0 0 60px;
}
.work__ttl {
    text-align: center;
    font-size  : 42px;
    font-weight: 700;
    color      : #014099;
    line-height: 1;
    margin: 0 0 30px;
}
.work__ttl.-contents {
    margin: 0 0 40px;
}
.work__text-dis {
    font-size  : 14px;
    font-weight: 400;
    line-height: 1.3;
    margin: 9px 0 0;
}
.work-list_img {
    text-align: right;
}
.work-list__items img {
    width: 394px;
    height: 286px;
}
.work-circle-list {
    position: relative;
    background: url('../images/img_work.png');
    width: 890px;
    height: 633px;
}
    [class^="work-circle-item"] {
        position: absolute;
    }

    .work-circle-list a img:hover {
        opacity: .9;
    }
    .work-circle-item1 {top: 17px; left: 350px;}
    .work-circle-item2 {top: 119px;left: 527px;}
    .work-circle-item3 {top: 326px;left: 536px;}
    .work-circle-item4 {top: 426px;left: 350px;}
    .work-circle-item5 {top: 326px;left: 168px;}
    .work-circle-item6 {top: 119px;left: 159px;}
    

.work-list {
    margin: 0 0 60px;    
}
    .work-list__items {
        padding-top: 220px;
        margin: -220px 0 60px;
        display        : flex;
        flex-wrap      : wrap;
        justify-content: space-between;
        counter-increment: num;
    }
        .work-list__ttl {
            width: 100%;
            height: 55px;
            line-height: 55px;
            background-color: #333;
            margin: 0 0 30px;
            padding: 0 0 0 132px;
            position: relative;
            font-size  : 27px;
            color      : #fff;
        }
        .work-list__ttl:before {
            content: counter(num);
            width: 89px;
            height: 89px;
            line-height: 89px;
            text-align: center;
            font-size: 40px;
            color    : #fff;
            background-color: #014099;
            border-radius: 50%;
            position: absolute;
            top     : -41px;
            left    : 17px;
        }
        .work-list__left {
            width: calc(100% - 394px);
            padding: 0 0 0 28px;
        }
            .work-list__text,
            .work-list__text-indent {
                font-size: 20px;
                line-height: 1;
                margin: 0 0 13px;
            }
                .work-list__inner {
                    padding: 13px 0 0;
                }
                    .work-list__text-indent {
                        text-indent: 1.8em;
                    }
            .work-list__btn {
                width: 385px;
                height: 46px;
                line-height: 46px;
                text-align: center;
                font-size  : 20px;
                font-weight: 500;
                color      : #fff;
                background-color: #ecb71c;
                border-radius: 30px;
                display: block;
                margin: 20px 0 0;
            }

                .work-list__btn:hover {
                    color: #fff;
                    text-decoration: none;
                    opacity: .8;
                }


.system {
    display        : flex;
    flex-wrap      : wrap;
    justify-content: space-between;
    margin: 0 0 55px;
}
    .system__items {
        width: 430px;
        box-shadow: 0 1px 4px rgba(0,0,0,.3);
    }
        .system__items:hover{
            opacity: .8;
        }

        .system__items a:hover{
            text-decoration: none;
        }

        .system__ttl {
            background-color: #017099;
            text-align: center;
            font-size  : 20px;
            font-weight: bold;
            color      : #fff;
            height: 46px;
            line-height: 46px;
        }
        [class*="system__body--"]{
            padding: 10px;
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
        }
        .system__body--item1 { background-image: url("../images/img_system1.png"); }
        .system__body--item2 { background-image: url("../images/img_system2.png"); }

            .system__text {
                background-color: rgba(255,255,255,.85);
                min-height: 108px;
                font-size: 16px;
                font-weight: 400;
                line-height: 1.3;
                padding: 24px 0;
                text-align: center;
                display: flex;
                justify-content: center;
                align-items: center; 
            }
.contact-us {
    height: 260px;
    background: url("../images/bg_contact.png") no-repeat 0 0;
    padding: 20px;
}
    .contact-us__panel {
        background-color: rgba(255,255,255,.9);
        height: 220px;
        display        : flex;
        flex-wrap      : wrap;
        align-items    : center;
        justify-content: space-between;
        padding: 0 44px;
    }
        .contact-us__ttl {
            font-size  : 20px;
            font-weight: bold;
            line-height: 1;
        }
        .contact-us__tel {
            font-size  : 44px;
            font-weight: bold;
            color      : #017099;
            line-height: 1;
            margin: 15px 0 10px;
            padding: 0 0 0 50px;
            background: url("../images/icn_tel.png") no-repeat 0 6px;
        }
        .contact-us__time {
            font-weight: 500;
        }
        .contact-us__btn {
            display: block;
            width: 386px;
            height: 75px;
            font-size  : 20px;
            font-weight: bold;
            color      : #fff;
            text-align: center;
            line-height: 75px;
            background-color: #ecb71c;
            border-radius: 50px;
        }
        .contact-us__btn:hover {
            color: #fff;
            text-decoration: none;
            opacity: .8;
        }
            .contact-us__btn:before {
                content: url("../images/icn_mail.png");
                margin: 0 20px 0 0;
                vertical-align: -6px;
            }
