﻿.onlypc
{
    display: none;
}
.kvWrap
{
    position: relative;
    width: 100%;
    overflow: hidden;
}
.kvArea
{
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    max-height: 650px;
}
.kvBox
{
    display: none;
    position: relative;
    height: 500px;
    max-height: 500px;
    overflow: hidden;
}
.kvBox:first-child
{
    display: block;
}
.kvtextArea
{
    position: absolute;
    top: 279px;
    text-align: center;
    color: #fff;
    left: 50%;
    width: 1600px;
    margin-left: -800px;
}
.kvBox img
{
    display: inline-block!important;
}
.kvBox__logo
{
    position: absolute;
    width: 1600px;
    margin-left: -800px;
    left: 50%;
    top: 130px;
    text-align: center;
}
.kvBox__title
{
    margin-top: 66px;
}
.kvBox__title p
{
    font-size: 57px;
    font-weight: 100;
}
.kvBox__subtitle
{
    margin-top: 52px;
}
.kvBox__subtitle p
{
    line-height: 1;
    font-size: 18px;
    font-weight: bold;
}
.kvBox__details
{
    position: absolute;
    width: 100%;
    margin-top: 11px;
}
.kvBox__details p
{
    line-height: 1;
    font-size: 10px;
}
.kvBox__details p a
{
    color: #fff;
}
.kvBox__moreBtn
{
    position: absolute;
    left: 50%;
    margin-left: -90px;
    bottom: 60px;
    text-align: center;
}
.kvBox .kvBox__logo.logoBig
{
    top: 90px;
}
.kvBox.logoNone .kvtextArea
{
    top: 180px;
}
.kvImgPC
{
    display: block;
    height: 600px;
    overflow: hidden;
}
.kvImgSP
{
    display: none;
}
.kvBox__details.rigthBottms
{
    width: initial;
    bottom: -145px;
    right: 150px;
}
.imgLinkbox
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.imgLinkbox a
{
    display: block;
    color: #fff;
}
.imgLinkbox a:not(:first-child)
{
    margin-left: 15px;
}
.imgLinkbox dl dd h2
{
    font-size: 20px;
    height: 100px;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.imgLinkbox dl dd h2 i
{
    color: #00af9a;
    margin-right: 10px;
    font-size: 30px;
}
.imgLinkbox dl dd p
{
    font-size: 18px;
}
.slick-slide:focus
{
    outline: none;
}
#service
{
    padding-top: 75px;
    margin-top: -75px;
}
.p-service
{
    background-color: #536278;
    padding: 60px 0;
}
h2.p-service__heading
{
    color: #fff;
    font-size: 38px;
    font-weight: 100;
    padding: 0 0 10px;
    margin: 0 auto 50px;
    text-align: center;
    border-bottom: 3px solid #00af9a;
    width: 330px;
}
@media only screen and (min-width: 769px)
{
    #page_top .p-service .imgLinkbox
    {
        display: block;
    }
    #page_top .p-service .imgLinkbox a
    {
        display: inline;
    }
    #page_top .p-service .imgLinkbox dl
    {
        max-width: 960px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
    }
    #page_top .p-service .imgLinkbox dl dt
    {
        width: 340px;
        text-align: center;
        max-height: 160px;
        overflow: hidden;
        margin-bottom: 20px;
    }
    #page_top .p-service .imgLinkbox dl dt img
    {
        width: 100%;
    }
    #page_top .p-service .imgLinkbox dl dd
    {
        width: 60%;
        margin-bottom: 20px;
    }
    #page_top .p-service .imgLinkbox dl dd h2
    {
        height: auto;
        padding-bottom: 10px;
    }
}
.p-banner__item
{
    position: relative;
    margin-top: 70px;
}
.p-banner__text
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
}
.p-banner__text h2
{
    font-size: 36px;
    font-weight: bold;
    letter-spacing: .08em;
    margin: 0 auto;
    text-shadow: 0 0 15px rgba(51,51,51,.6);
}
.p-banner__text .moreBtn
{
    margin-top: 15px;
}
.p-banner__item a
{
    color: #fff;
    display: block;
}
.p-pickup
{
    margin: 60px 0 0 0;
}
h2.p-pickup__heading
{
    font-size: 38px;
    font-weight: 100;
    padding: 0 0 10px;
    margin: 0 auto 50px;
    text-align: center;
    line-height: 1;
    border-bottom: 3px solid #00af9a;
    width: 150px;
}
.p-pickup .slick-list
{
    background-color: #fff;
}
.p-pickup__list
{
    opacity: 0;
    transition: opacity 2s linear;
}
.p-pickup__list.slick-initialized
{
    opacity: 1;
}
.p-pickup__item
{
    position: relative;
}
.p-pickup__item a
{
    display: block;
    color: #4c5669;
}
.p-pickup__title
{
    position: absolute;
    top: 320px;
    padding: 0 10px;
    line-height: 1.6;
    font-size: 18px;
}
.p-pickup .slick-slide
{
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    transition: all .5s ease-out;
    opacity: .5;
}
.p-pickup .slick-slide.slick-current
{
    opacity: 1;
}
.p-pickup .slick-dots
{
    margin-top: 0!important;
}
h2.newsh2
{
    padding-top: 50px;
}