@charset "utf-8";

/* Tpoページ css
-------------------------------*/

@media  screen and (min-width:641px){
    #header.top-header .inner {
        background-color: rgba(7,9,28,0.8);
        transition: 0.3s;
    }
}


@media screen and (min-width: 911px) {
    #header.top-header.fixed .inner{
        background-color: #fff;
    }
    #header.top-header.fixed .logo{
        line-height: 1em;
    }
    #header.top-header.fixed .logo a img{
        display: none;
    }
    #header.top-header.fixed .logo a{
        background: url(../img/common/logo.svg) left center/contain no-repeat;
        display: inline-block;
        width: 100%;
        height: 47.45px;
    }
    .fixed.top-header nav ul li a {
        color: #000;
    }
    .fixed.top-header nav ul li  ul li a {
        color: #fff;
    }
    .fixed.top-header nav ul li  ul li a:hover {
        color: #0861d6;
    }


    .top-header nav ul li a {
        color: #fff;
    }
    .top-header nav ul li a:hover {
        color: #0861d6;
    }
}
@media  screen and (max-width:640px){
    #header.top-header .logo a img{
        display: none;
    }
    #header.top-header .logo a{
        display: inline-block;
        width: 250px;
        height: 42px;
        background: url(../img/common/logo.svg) left center/contain no-repeat;
    }
}


.top-image{
    width: 100%;
    height: 50vw;
    overflow: hidden;
    position: relative;
    margin-top: -200px;
    margin-bottom: 100px;
}

.top-image.h_fixed{
    margin-top: 20px;

}


/* メインのスライダー */
.top-image .slick-slide{
    /* slickによってelement.styleで付けられるopacityを無効化 */
    opacity: 1 !important;
}
.top-image .img{
    /* フェード要素の初期設定 */
    opacity: 0;
    transition: 0s;
}
.top-image .slick-active .img{
    /* slick-active(効果開始)の際のフェード設定 */
    /* [重要]slick側の設定と同じdurationを取る */
    opacity: 1;
    transition: ease 5.0s;
}
.top-image .slick-continue .img{
    /* エフェクトの継続用に付与したslick-continueのフェード設定 */
    /* [重要]slick側の設定と同じdurationを取る */
    opacity: 0;
    transition: ease 5.0s;
}
.top-image figure.image{
    /* 画像 ズーム要素の初期設定 */
    transform: scale(1.0, 1.0);
    transition: 0s;
}
.top-image .slick-active figure{
    /* 画像　slick-active(効果開始) */
    /* ズームをかける要素には必ずフェードに対して大きめのtransition-durationを取る */
    transform: scale(1.2, 1.2);
    transition: ease 10.0s; 
}
.top-image .slick-continue figure{
    /* 画像　slick-continue */
    /* ズームをかける要素には必ずフェードに対して大きめのtransition-durationを取る */
    transform: scale(1.4, 1.4);
    transition: ease 10.0s;
}

.main-copy{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 999;
    text-align: center;
}

.top-image .main-slider .img  figure{
    width: 100%;
    height: 50vw;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
/*    left: -2.6vw; /* 微調整・・・ */
}

.top-image .main-slider .img figure.sl01{
    background-image: url(../img/top/slide01.jpg);
}
.top-image .main-slider .img figure.sl02{
    background-image: url(../img/top/slide02.jpg);
}
.top-image .main-slider .img figure.sl03{
    background-image: url(../img/top/slide03.jpg);
}
.top-image .main-slider .img figure.sl04{
    background-image: url(../img/top/slide04.jpg);
}
.top-image .main-slider .img figure.sl05{
    background-image: url(../img/top/slide05.jpg);
}
.top-image .main-slider .img figure.sl06{
    background-image: url(../img/top/slide06.jpg);
}
.top-image .main-slider .img figure.sl07{
    background-image: url(../img/top/slide07.jpg);
}
.top-image .main-slider .img figure.sl08{
    background-image: url(../img/top/slide08.jpg);
}

/* --------------- */

.top-image .main-copy{
    position: absolute;
    top: 55%;
    left: 50%;
    -webkit-transform: translate(-50%, -55%);
    -ms-transform: translate(-50%, -55%);
    transform: translate(-50%, -55%);
    width: 24.6vw;
    height: 15.8vw;
    text-align: center;
}

.scroll{
    position: absolute;
    bottom: -50px;
    left: calc(50% - 28px);
    width: 56px;
    text-align: center;
}
.scroll .scroll_bar{
    width: 1px;
    height: 160px;
    margin: 25px auto 0;
    background: url(../img/top/scroll_bar.png) center center repeat-y;/* 縦の時は　repeat-y */
    -moz-animation: kurukuru 3s linear infinite;
    animation: kurukuru 3s linear infinite;
}
/* スクロールの矢印　縦にスクロール　 */
@keyframes kurukuru {
    0% {background-position: 0 0;}
    100% {background-position: 0 320px;}
}

@-moz-keyframes kurukuru {
    0% {background-position: 0 0;}
    100% {background-position: 0 320px;}
}

.news_pic1{
    position: absolute;
    right: 160px;
    bottom: 75px;
    width: 320px;
    height: 160px;
    border-radius: 6px;
    background-color: #0861d6;
    box-shadow: 0 0 8px rgba(0,0,0,0.3);
    color: #fff;
    padding: 30px 20px;
    font-size: 14px;
    line-height: 1.6em;
}
.news_pic1 .cap{
    margin-bottom: 10px;
}
.news_pic1 .ymd{
    font-weight: 700;
}
.news_pic1 .ttl{
    width: 100%;
    height: 42px;
    overflow: hidden;
}
.news_pic1 .ttl a{
    color: #fff;
}
.news_pic1 .ttl a:hover{
    text-decoration: underline;
}
.icon_70th{
    position: absolute;
    left: calc(50% + 600px);
    top: 200px;
    width: 185px;
}


@media  screen and (max-width:1680px){

    .news_pic1{
        right: 2.5%;
    }
    .scroll .scroll_bar{
        height: 9.5vw;
        margin-top: 15px;
    }
    
    .icon_70th{
        left: auto;
        right: 3%;
        top: 170px;
        width: 11vw;
    }
    
}

@media  screen and (max-width:910px){
    .top-image{
        margin-top: -110px;
        height: 70vw;
    }
    .top-image .main-slider .img  figure{
        height: 70vw;
/*        left: -5vw;*/
    }

    .top-image .main-copy{
        width: 40vw;
        height: auto;
    }
    
    .scroll{
        display: none;
    }
    .news_pic1{
        display: none;
    }
    .icon_70th{
        width: 120px;
    }

}
@media  screen and (max-width:640px){
    .top-image{
        margin-top: 0;
        height: 100vw;
        margin-bottom: 50px;
    }
    .top-image .main-slider .img  figure{
        height: 100vw;
/*        top: -5vw;*/
/*        left: -10vw;*/
    }
    .top-image .main-copy{
        width: 55vw;
        height: auto;
    }
    .icon_70th{
        top: 20px;
        width: 100px;

    }


}





.top_ttl{
    padding-bottom: 15px;
    background: url(../img/common/f_contaact_bar.png) left bottom no-repeat;
    margin-bottom: 50px;
}
@media  screen and (max-width:910px){
}
@media  screen and (max-width:640px){
    .top_ttl{
        margin-bottom: 30px;
    }
}



/* カーテン　アニメーション */

.mask-box {
    display: block;
    text-align: center;
}

.mask-bar {
    position: relative;
    display: inline-block;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.mask-bar:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: #0861d6/* 任意の値 */
}
.move .mask-bar:before {
    -webkit-animation: mask-bar 1s ease 0s 1 normal forwards;
    animation: mask-bar 1s ease 0s 1 normal forwards;
}

.mask-img {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.move .mask-img {
    -webkit-animation: mask-img 0s ease .5s 1 normal forwards;
    animation:mask-img 0s ease .5s 1 normal forwards;
}


@-webkit-keyframes mask-bar{
    0% {
        left: 0;
        right: auto;
        width: 0;
    }
    50% {
        left: 0;
        right: auto;
        width: 100%;
    }
    51% {
        left: auto;
        right: 0;
        width: 100%;
    }
    100% {
        left: auto;
        right: 0;
        width: 0;
    }
}
@keyframes mask-bar{
    0% {
        left: 0;
        width: 0;
    }
    50% {
        left: 0;
        width: 100%;
    }
    51% {
        left: 0;
        width: 100%;
    }
    100% {
        left: 100%;
        width: 0;
    }
}
@-webkit-keyframes mask-img{
    0% { opacity: 0; }
    50% { opacity: 0; }
    100% { opacity: 1; }
}
@keyframes mask-omg{
    0% { opacity:0; }
    50% { opacity:0; }
    100% { opacity:1; }
}






.top01{
    width: 100%;
    height: 1030px;
    max-width: 1920px;
    margin: auto;
    position: relative;
}

.top01 .txt{
    width: 90%;
    max-width: 1120px;
    margin: auto;
    padding-top: 80px;
}
.top01 .txt .sub1{
    position: relative;
    z-index: 3;
    font-size: 36px;
    line-height: 1.8em;
    font-weight: 500;
    margin-bottom: 70px;
}
.top01 .txt .sub2{
    width: 100%;
    max-width: 390px;
}
.top01 .txt .sub2 p{
    margin-bottom: 20px;
}

.top01 .img01{
    position: absolute;
    left: calc(50% - 60px);
    top: 50px;
    width: 860px;
}

.top01 .img02{
    position: absolute;
    left: calc(50% + 80px);
    top: 520px;
    width: 560px;
}
.top01 .img03{
    position: absolute;
    left: calc(50% - 960px);
    top: 380px;
    width: 280px;
}

@media  screen and (max-width:1300px){
    .top01 .img01{
        left: 590px;
    }
    .top01 .img02{
        left: 730px;
    }
}
@media  screen and (max-width:910px){

    .top01{
        height: auto;
        margin-bottom: 80px;
    }

    .top01 .txt{
        padding-top: 0;
        margin-bottom: 40px;
    }
    .top01 .txt .sub1{
        font-size: 28px;
        line-height: 1.8em;
        margin-bottom: 50px;
    }
    .top01 .txt .sub2{
        max-width: initial;
        max-width: auto;
    }

    .top01 .img01{
        position: static;
        width: 90%;
        margin: auto;
        text-align: center;
    }

    .top01 .img02{
        position: static;
        width: 90%;
        margin: -80px auto 0;
        text-align: center;
    }
    .top01 .img03{
        display: none;
    }

}
@media  screen and (max-width:640px){
    .top01 .txt .sub1{
        font-size: 21px;
        line-height: 1.8em;
        margin-bottom: 30px;
    }
    .top01 .img02{
        margin-top: 20px;
    }


}








.top02 {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto 140px;
}
.top02 .ttl_sub{
    text-align: center;
    margin-bottom: 50px;
}
.biz_line{
    width: 100%;
}
.biz_line li{
    width: 33.2%;
}
.biz_line li .mask-img:after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(7,9,28,0.8);
    content: '';
    transition: 0.5s;
}
.biz_line li:hover .mask-img:after{
    background-color: rgba(7,9,28,0);
}

.biz_line li ._in{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);/*左右・上下*/
    width: 100%;
    height: auto;
    color: #fff;
    text-align: center;
}
.biz_line li ._in .en{
    padding-bottom: 15px;
    background: url(../img/common/f_contaact_bar.png) center bottom no-repeat;
    margin-bottom: 15px;
}
.biz_line li ._in .ja{
    font-size: 25px;
    line-height: 1.2em;
    margin-bottom: 50px;
}

.btn_biz{
    margin: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 260px;
    height: 56px;
    padding: 0 25px 5px;
    background-color: transparent;
    background-image: url(../img/top/maru_ya_w.png);
    background-position: 90% center;
    background-repeat: no-repeat;
    border-radius: 30px;
    text-align: left;
    position: relative;
    transition: 0.5s;
}
.btn_biz .btn-txt {
    line-height: 1;
    overflow: hidden;
    display: block;
    padding-right: 10px;
}
.btn_biz .btn-txt-in{
    display: inline-block;
    font-size: 14px;
}
.btn_biz .btn-txt-in img{
    width: auto;
    max-width: none;
    height: 10px;
    vertical-align: middle;
}
.biz_line li:hover .btn_biz .btn-txt-in {
    -webkit-animation: hover_txt_link 0.5s linear forwards;
    animation: hov_txt_link 0.5s linear forwards;
}
.biz_line li:hover .btn_biz{
    background-color: #0861d6;
    background-image: url(../img/top/maru_ya_ao.png);

}

@media  screen and (max-width:1300px){

    .biz_line li ._in .ja{
        font-size: 22px;
        line-height: 1.2em;
        margin-bottom: 30px;
    }

}

@media  screen and (max-width:910px){
    .top02 {
        width: 90%;
        margin-bottom: 100px;
    }
    .biz_line li{
        width: 49.5%;
        margin-bottom: 5px;
    }
    
    .biz_line li .mask-img img{
        width: 100%;
        height: 300px;
        object-fit: cover;
    }
    .biz_line li .mask-img:after{
        background-color: rgba(7,9,28,0.5);
    }
}
@media  screen and (max-width:720px){


}

@media  screen and (max-width:640px){
    .biz_line li{
        width: 100%;
        margin-bottom: 5px;
    }

    
}
























.top03 {
    margin-bottom: 140px;
}

.top03 .txt{
    position: relative;
    padding-top: 70px;
    color: #fff;
    margin-bottom: 100px;
}
.top03 .txt:before{
    position: absolute;
    right: 50%;
    top: 0;
    z-index: -1;
    width: 1000px;
    height: 520px;
    background-color: #0861d6;
    content: '';
}
.top03 .txt .top_ttl{
    position: relative;
    background-image: none;
}
.top03 .txt .top_ttl:after{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 20px;
    height: 2px;
    background-color: #fff;
    content: '';
}
.top03 .txt .sub1{
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 50px;
}
.top03 .txt .sub2{
    width: 100%;
    max-width: 550px;
}

.top03 .txt .btn{
    position: absolute;
    right: 0;
    bottom: 0;
}
.top03 .txt .btn a{
    background-color: #fff;
}

.work_ex{
    width: 90%;
    max-width: 1600px;
    margin: auto;
}

.result_pic{
    width: 2280px;
}
.result_pic .item{
    padding-right: 20px;
}
.result_pic .img{
/*    background-color: #fff;*/
    margin-bottom: 10px;
}
.result_pic .img img{
    width: 100%;
    height: 500px;
    object-fit: contain;
}
.result_pic .cap{
    padding-left: 15px;
    padding-right: 15px;
}

.result_pic .cap .area{
    color: #808080;
}
.result_pic .cap .ttl{
    font-size: 18px;
    line-height: 1.6em;
}

.result_pic .slick-prev,
.result_pic .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: -40px;
    width: 26px;
    height: 26px;
    transform: translate(0, 0);
}

.result_pic .slick-prev {
    left: 20px;
}
.result_pic .slick-next{
    left: 70px;
}
.result_pic .slick-prev:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 26px;
    height: 26px;
    background: url(../img/top/ya_prev.png) no-repeat;
}
.result_pic .slick-next:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 26px;
    height: 26px;
    background: url(../img/top/ya_next.png) no-repeat;
}

@media  screen and (max-width:1920px){
    .result_pic{
        width: 118vw;
    }
    .result_pic .img img{
        height: 26vw;
    }
}
@media  screen and (max-width:1400px){

    .top03 .txt:before{
        right: auto;
        left: -8%;
        top: 0;
        width: calc(8% + 640px);
    }
    .result_pic .cap{
        padding-left: 0;
        padding-right: 0;
    }

}
@media  screen and (max-width:910px){
    .top03 .txt .btn{
        position: static;
        margin-top: 40px;
    }
    .result_pic .cap .ttl{
        font-size: 16px;
        line-height: 1.3em;
    }

}
@media  screen and (max-width:640px){
    .top03 .txt .sub1{
        font-size: 20px;
        margin-bottom: 30px;
    }
    .result_pic{
        width: 100%;
    }
    .result_pic .item{
        padding-right: 10px;
        padding-left: 10px
    }
    .result_pic .img img{
        height: 58vw;
    }
    .result_pic .cap .area{
        font-size: 13px;
    }
    .result_pic .cap .ttl{
        font-size: 15px;
        line-height: 1.3em;
    }

}
















.top04 li{
    width: 49%;
    max-width: 560px;
}
.top04 .bnr_txt{
    position: absolute;
    left: 30px;
    top: calc(50% - 10px);
    font-size: 26px;
    line-height: 1em;
    font-weight: 700;
    color: #fff;
}


@media  screen and (max-width:910px){
    .top04 .bnr_txt{
        font-size: 22px;
    }
}
@media  screen and (max-width:640px){
    .top04 li{
        width: 90%;
        margin: 0 auto 15px;
    }
    .top04 .bnr_txt{
        font-size: 19px;
    }
}





.top05 {
    padding-top: 120px;
    padding-bottom: 200px;
}

.top05 .sub1{
    align-items: center;
    margin-bottom: 20px;
}
.top05 .sub2{
    font-size: 28px;
    font-weight: 700;
}
.top05 .sub1 .btn a{
    background-color: #fff;
}



/* 新着情報　一覧 -------*/
.news_list{
    width: 100%;
}
.news_list .pic a{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 120px;
    padding: 0 40px;
    background: url(../img/common/btn_ya.png) 98% center no-repeat;
    color: #000;
    border-bottom: solid 1px #fff;
}

.news_list .pic a:hover{
/*    background-position: 99% center;*/
    color: #0861d6;
}

.news_list .pic a ._in{
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.news_list .pic a .cate{
    width: 110px;
}
.news_list .pic a .cate span{
    display: inline-block;
    width: 90px;
    text-align: center;
    background-color: #0861d6;
    font-size: 90%;
    line-height: 1.2em;
    padding: 4px 0;
    border-radius: 20px;
    color: #fff;
}

.news_list .pic a .ymd{
    width: 120px;
    color: #6a6b77;
    font-size: 90%;
    font-weight: 700;
}
.news_list .pic a .ttl{
    width: calc(100% - 230px);
    font-size: 18px;
    line-height: 1.6em;
}

@media  screen and (max-width:910px){
    .top05 {
        padding-top: 80px;
        padding-bottom: 150px;
    }

    .top05 .sub2{
        font-size: 22px;
    }
    .news_list .pic a{
        padding: 0 ;
    }
    .news_list .pic a .ttl{
        width: 100%;
        margin-top: 10px;
        font-size: 16px;
        line-height: 1.4em;
    }


}
@media  screen and (max-width:640px){
    .top05 {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .top05 .sub2{
        font-size: 20px;
    }
    .top05 .btn a {
        width: 150px;
        height: 40px;
    }
    .news_list .pic a{
        height: auto;
        padding: 15px 0;
    }

}














.top06{
    width: 100%;
    background-color: #fff;
    padding-top: 180px;
    padding-bottom: 200px;
    background-image: url(../img/top/top06_bg.png);
    background-position: center center;
    background-repeat: no-repeat;
}
.top06 ._in{
    text-align: center;
}

.top_ttl_rec .en{
    margin-bottom: 15px;
}
.top_ttl_rec .ja{
    font-size: 14px;
}
.top06 .catch{
    margin-top: 80px;
    margin-bottom: 80px;
}
.top06 .sub{
    display: inline-block;
    text-align: left;
    font-size: 18px;
    line-height: 2em;
    margin-bottom: 40px;
}
.top06 .bg_sp{
    display: none;
}
.home #f_contact{
    margin-top: 0;
}

.top06 .btn a {
    background-image: url(../img/common/wo_b.png);
}

@media  (min-width:911px) and (max-width:1400px){
    .top06{
        background-size:auto 51vw;
    }
    
}

@media  screen and (max-width:910px){

    .top06{
        padding-top: 100px;
        padding-bottom: 50px;
        background-image: none;
    }
    .top06 .bg_sp{
        margin-top: 50px;
        width: 100%;
        display: flex;
    }
    .top06 .bg_sp div {
        width: 50%;
        height: 70vw;
        background-image: url(../img/top/top06_bg.png) ;
        background-repeat: no-repeat;
        background-size: auto 100%;
    }
    .top06 .bg_sp div.box_l{
        background-position: left top;
    }
    .top06 .bg_sp div.box_r{
        background-position: right top;
    }

    
}
@media  screen and (max-width:640px){
    
    .top_ttl_rec .en{
        margin-bottom: 10px;
    }
    .top_ttl_rec .en img{
        width: 150px;
        height: auto;
    }
    .top06 .catch{
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .top06 .sub{
        font-size: 16px;
        line-height: 1.8em;
        margin-bottom: 30px;
    }
    
    
}

@media  screen and (max-width:400px){
    .top06 .sub br{
        display: none;
    }
    
    
}







