/* top */
/* keyvisual */
#keyv {
    width: 100%;
    height: 550px;
    min-width: 1000px;
    overflow: hidden;
    font-weight: 400;
    text-align: center;
    position: relative;
    background: center center no-repeat;
    background-size: cover;
}
#keyv .caroufredsel_wrapper > div {
    height: 550px !important;
}

#carousel li {
    height: 550px;
    position: relative;
    overflow: hidden;
    float: left;
}

/* slide */
.key-slide img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: -1;
}

@media (max-width: 1400px) {
.key-slide img {
    width: auto;
    height: 100%;
}
}

.key-slide .content-area{
    width:1000px;
    margin:0 auto;
    position:absolute;
    top:200px;
    left:50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
}

.key-slide h2{
    font-size:2.3rem;
    font-weight:400;
    text-align:left;
    text-shadow: 0 0  5px #fff;
    margin-bottom:0;
}

.key-slide p{
    font-size:1.4rem;
    font-weight:500;
    text-align:left;
    text-shadow: 0 0  5px #fff;
}


/* prev next */
#keyv .prev,
#keyv .next {
    width: 50px;
    height: 100%;
    position: absolute;
    top: 0;
    background: center center no-repeat;
    z-index: 1;
    cursor: pointer;
    }

#keyv .prev {
    left: 0;
    background-image: url("../images/kv_prev.png");
}
#keyv .next {
    right: 0;
    background-image: url("../images/kv_next.png");
}

/* pager */
.pager {
    text-align: center;
    padding: 10px;
    position: absolute;
    left: 0;
    bottom:20px;
    width:100%;
    z-index: 2;
}
.pager a {
    border: 3px solid #fff;
    background-color: #fff;
    border-radius: 5px;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 20px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.pager a:first-child {
    margin-left: 0;
}
.pager a:hover,
.pager a.selected {
    border-color: #307ce5;
    background-color: #307ce5;
}
.pager a span {
    display: none;
}


/* NEWS */
.top-news{
    padding:70px 0;
}

.top-news h2{
    text-align:center;
    font-size:40px;
    font-weight:300;
    line-height:1em;
    margin-bottom:40px;
}

.top-news h2 span{
    font-size:1rem;
    font-weight:400;
    color:#000;
    line-height:2em;
    background:#e4cc9a;
    padding:3px 10px;
}

.top-news ul{
    list-style:none;
}

.top-news ul li a{
    color:#307ce5;
}

/* BUSINESS */

.top-business{
    padding:70px 0;
    background:#eee;
}

.top-business h2{
    text-align:center;
    font-size:40px;
    font-weight:300;
    line-height:1em;
    margin-bottom:40px;
}

.top-business h2 span{
    font-size:1rem;
    font-weight:400;
    color:#000;
    line-height:2em;
    background:#e4cc9a;
    padding:3px 10px;
}

.top-business p{
    margin-bottom:40px;
    text-align:center;
}

.top-business-menu {
    max-width: 1000px;
    margin: auto;
}

.top-business-menu li {
    width: 50%;
    height: 390px;
    position: relative;
    margin:0 auto;
    overflow: hidden;
    text-align:center;
}

.top-business-menu li h3{
    background:rgba(0, 0, 0, 0.7);
    display:inline-block;
    padding:20px;
    text-transform: uppercase;
    -webkit-text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: 300;
    text-align: center;
    position: relative;
    top: 100px;
    -webkit-transform: translateY(55px);
    transform: translateY(55px);
}

.top-business-menu li *:not(img) {
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.top-business-menu li img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
    width:100%;
}

.top-business-menu li:after,
.top-business-menu li a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

    /* hover */
    .top-business-menu li:after {
        content: '';
        background-color: rgba(0, 0, 0, 0.8);
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
        -webkit-opacity: 0;
        opacity: 0;
        z-index: 1;
    }
    .top-business-menu li a {
        display: block;
        z-index: 1;
        color: #FFF;
        z-index: 2;
        text-decoration:none;
    }

    .top-business-menu li p {
        width: 100%;
        padding: 0 20px;
        -webkit-opacity: 0;
        opacity: 0;
        position: absolute;
        top: 185px;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    .top-business-menu li:hover:after {
        -webkit-opacity: 1;
        opacity: 1;
        position: absolute;
    }
    .top-business-menu li a:hover > * {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
        -webkit-opacity: 1;
        opacity: 1;
    }

    .top-business-menu li:hover h3 {
        background:none;
    }



@media screen and ( max-width:800px )
{
/* keyvisual */
#keyv {
    min-width:auto;
    height: 350px;
}

#keyv .caroufredsel_wrapper > div {
    height: 350px !important;
}

#carousel li {
    height: 350px;
}

.key-slide .content-area{
    width:100%;
    padding:20px 20px 0;
    background:rgba(0, 0, 0, 0.5);
    bottom:0px;
}

.key-slide img{
    left:0%;
}


.key-slide h2{
    font-size:1.25rem;
    font-weight:400;
    text-shadow: none;
    color:#fff;
}

.key-slide p{
    font-size:0.9rem;
    font-weight:400;
    text-shadow: none;
    color:#fff;
    margin-bottom:0;
}

/* prev next */
#keyv .prev,
#keyv .next {
    width: 30px;
}


/* pager */
.pager {
    bottom:-5px;
}

/* NEWS */
.top-news{
    padding:30px 0;
}

.top-news h2{
    font-size:1.4rem;
    margin-bottom:20px;
}

.top-news h2 span{
    font-size:0.8rem;
}

.top-news dt{
    width:100%;
}

.top-news dd{
    border-left:0;
    width:100%;
    padding-left:0;
}

.top-news dd ul li span{
    display:block;
    margin-right:0;
}

/* BUSINESS */
.top-business{
    padding:30px 0;
}

.top-business h2{
    font-size:1.4rem;
    margin-bottom:20px;
}

.top-business h2 span{
    font-size:0.8rem;
}

.top-business-menu li {
    width: 100%;
    height: 250px;
}

.top-business-menu li *:not(img) {
    -webkit-transition: none;
    transition: none;
}

.top-business-menu li:after,
.top-business-menu li a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}


/*-- ホバー --*/
.top-business-menu li:after {
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition: none;
    transition: none;
}

.top-business-menu li h3 {
    font-size:1.2rem;
    padding:10px 15px;
    top: 110px;
    -webkit-transform: none;
    transform: none;
}


.top-business-menu li p {
    display:none;
}


}