@charset "UTF-8";

#top_img{
	margin:0 auto;
    position: relative;
    width: 100%;
    height: 95vh;
}
#top_img .slider{
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 0;
}
#top_img .slick-list,#top_img .slick-track,#top_img .slick-slide{
    width: 100%;
    height: 100%;
}
#top_img h2{
    position: absolute;
    z-index: 1;
    left: 5%;
    bottom: 5%;
    color: #fff;
    filter: drop-shadow(0 0 30px rgba(69,87,109,0.15));
    font-size: 150%;
    line-height: 1.2;
    animation:top_h2 1s forwards 1.5s;
    opacity: 0;
}
@keyframes top_h2{
    0%{
        opacity: 0;
        transform: translateX(-30px);
    }
    100%{
        opacity: 1;
        transform: translateX(0px);
    }
}
#top_img h2 em{
    font-size: 3em;
}
#top_img h2 small{
    margin-top: 1em;
    display: block;
    font-weight: normal;
}
#top_img .bn_recruit{
    position: absolute;
    z-index:1;
    right: 0;
    bottom: -20px;
}
#top_img .bn_recruit a{
    display: flex;
    align-items: center;
    position: relative;
    background: rgb(213,21,99);
    background: linear-gradient(90deg, rgba(213,21,99,1) 0%, rgba(255,127,85,1) 100%);
    color: #fff;
    font-weight: bold;

    min-width: 300px;
    height: 100px;
    box-shadow: 0 0 30px rgba(0,0,0,0.3);
    transition: all ease .5s;
}
#top_img .bn_recruit a:hover{
    transform: translateY(5px);
}
#top_img .bn_recruit a::after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;

	width: 0;
	height: 100%;
	background:#b30229;
	transition: all ease .5s;
}
#top_img .bn_recruit a:hover::after{
	width: 100%;
}
#top_img .bn_recruit a::before{
    content: "";
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;

    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 60px 80px;
    border-color: transparent transparent #fff transparent;
    opacity: 0.2;
}
#top_img .bn_recruit a em{
    position: relative;
    z-index: 1;

    font-size: 120%;
    padding-left: 60px;
}
#top_img .bn_recruit a span{
    position: absolute;
    z-index: 1;
    left:calc(1em + 15px);
    top: 10px;

    width: 80px;
    text-align: center;
    display: block;
    background: #212121;
    color: #fff;
    font-weight: normal;
    font-size: 90%;
    transform: rotate(90deg);
    transform-origin: left top;
}

main h3.f_min{
    margin-top: 0 !important;
    font-size:1.4em;
	font-weight:bold;
    line-height: 1.2;
}

.top_box{
    width: 90%;
    margin: 40px auto;
    align-items: center;
}
.top_box#strength{
    align-items: flex-start;
}
.top_box h2{
    margin-top: 0 !important;
}

.top_box > figure,
.top_box > section{
    width: 50%;
}
.top_box > figure{
    position: relative;
    padding-top: 30%;
    overflow: hidden;
}
.top_box > figure img{
    position: absolute;
    top: 0;
    left: 0;
}
#about_us > figure{
    margin-right: 5%;
}
#strength > figure{
    margin-left: 5%;
}

#about_us.top_box{
    padding-top: 60px;
}

.bg_bl{
    position: relative;
    padding: 68px 0;
}
.bg_bl::after{
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;

    width: 100%;
    height: 60%;
    background: #e8eff9;
}

#strength{
    margin-top: 0;
}
#strength section p{
    margin-bottom: 40px;
}
#strength .btn_link{
    display: flex;
}
#strength .btn_link a{
    min-width: auto;
    width: 50%;
}

#products{
    width: 96%;
    padding-left: 15%;
    margin: 68px 0 68px auto;
    position: relative;
}
#products::before,
#products::after{
    content: "";
    position: absolute;
}
#products::before{
    left: -200px;
    top: 100px;

    width: 400px;
    height: 400px;
    z-index: 1;
    pointer-events: none;
    background: url(../images/top/bg-products.png) no-repeat;
    background-size: contain;
}
#products::after{
    left: 0;
    top: 0;

    background: #1258ad;
    width: 100%;
    height: 70%;
}

#products .fl_box{
    position: relative;
    z-index: 1;
}

#products section{
    padding-top: 10px;
    padding-right: 5%;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
#products section::before{
    content: "";
    position: absolute;
    top: 44px;
    left: 0;

    width: 95%;
    max-width: 1280px;
    height: 1px;
    border-top: 1px solid #fff;
}
#products section .btn_link a{
    border: 1px solid #fff;
    background: none;
}
#products section .btn_link a:hover::after{
    background: rgba(0,0,0,0.3)
}

main #products h2,
main #products h2 small{
    color: #fff !important;
}
main #products h2{
    border-top: none;
}

#products ul > li{
    width: calc(100% / 3);
    position: relative;
}
#products ul > li a{
    position: relative;
    display: block;
    width: 100%;
    padding-top: 50%;
    overflow: hidden;
}
#products li img{
    position: absolute;
    left: 0;
    top: 0;

    transition: all ease 2s;
    box-shadow: 0 0 30px rgba(0,0,0,0.3);
}
#products li a:hover img{
    transform: scale(1.2);
}
#products li::before{
    content: "";
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;

    width: 100%;
    height: 100%;
    background:rgba(0,0,0,0.1);
    pointer-events: none;
    transition: all ease .5s .1s;
}
#products li:hover::before{
    background:rgba(0,0,0,0.5);
}
#products li::after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;

    pointer-events: none;
	opacity: 0.5;
	width: 100%;
	height: 50%;
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
}

#products li dl{
    position: absolute;
    z-index: 2;
    left: 5%;
    bottom: 3%;

    color: #fff;
    transition: all ease .5s;
    display: flex;
}
#products li a:hover dl{
    transform: translateY(-20px);
}
#products li dd{
    font-size: 80%;
    margin-right: 1em;
}
#products li dt{
    font-size: 120%;
}

#recruit .slider_rec .slick-list,
#recruit .slider_rec .slick-track,
#recruit .slider_rec .slick-slide{
    height: 260px;
}
#recruit .wrap{
    max-width: none;
}

#recruit section{
    margin: 40px auto 0 auto;
    border-top:1px solid #b30229;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
#recruit section h2{
    white-space: nowrap;
    margin-top: 0 !important;
    border-top: none !important;
}
#recruit section h2 small{
    color:#b30229;
}
#recruit section .btn_link a{
    margin-top: 10px;
    background: rgb(213,21,99);
    background: linear-gradient(90deg, rgba(213,21,99,1) 0%, rgba(255,127,85,1) 100%);
}
#recruit section .btn_link a::after{
    background:#b30229;
}
#recruit ul{
    margin-top: 20px;
}

#recruit ul li{
    width: 50%;
}
#recruit li a{
    display: block;
    padding: 35px 25px;
    font-size: 140%;
    letter-spacing: 0.2em;
    line-height: 1;
    text-align: center;
    font-weight: bold;

    color: #fff !important;
    text-decoration: none !important;
    transition: all ease .5s;
    position: relative;
}
#recruit li a:hover{
    transform: translateY(10px);
}
#recruit li a span{
    position: relative;
    z-index: 1;
}
#recruit li a span::after{
    content: "";
    display: inline-block;
    vertical-align: middle;

    width: 10px;
	height: 10px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
    margin-left: 1em;

	transform: rotate(-45deg);
}
#recruit li a::before{
    content: "";
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;

    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 60px 80px;
    border-color: transparent transparent #fff transparent;
    opacity: 0.2;
}
#recruit li a::after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;

	width: 0;
	height: 100%;
	background:#b30229;
	transition: all ease .5s;
}
#recruit li:last-of-type a::after{
    background:#ed6238;
}
#recruit li a:hover::after{
	width: 100%;
}
#recruit li a{
    background:rgb(213,21,99) ;
}
#recruit li:last-of-type a{
    background:rgb(255,127,85);
}

#news{
    width: 96%;
    margin: 68px 0 68px auto;
    padding: 68px 0;
    background:#fff;
    box-shadow: 0 0 30px rgba(69,87,109,0.15);
}
#news .wrap{
    max-width: none;
}
#news section{
    border-top: 1px solid #1258ad;
    padding-top: 24px;
    align-items: center;
    justify-content: space-between;
}
#news section h2{
    margin: 0 !important;
    border-top: none;
}

#news section .btn_link a{
    color: #212121 !important;
    background: #e8eff9;
}
#news section .btn_link a::before{
    border-color: #212121;
}
#news section .btn_link a:hover{
    color: #fff !important;
}
#news section .btn_link a:hover::before{
    border-color: #fff;
}

#news li a,
#news li a dl{
    display: flex;
    align-items: center;
}

#news li a{
    color: #212121 !important;
    text-decoration: none !important;
    border-bottom: 2px solid #d1deed;
    position: relative;
    padding: 30px 30px 30px 10px;
}
#news li:last-of-type a{
    border-bottom: none ;
}

#news li a::before{
    content: "";
    position: absolute;
    z-index: 1;
    right: 15px;
    top: 50%;

    width: 10px;
	height: 10px;
	border-right: 1px solid #212121;
	border-bottom: 1px solid #212121;
    margin-left: 1em;

	transform: rotate(-45deg) translateY(-50%);
    transition: all ease .5s ;
}
#news li a:hover::before{
    right: 5px;
}
#news li a::after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;

	width: 0;
	height: 100%;
	background:#e8eff9;
	transition: all ease 1s .2s;
    opacity: 0.5;
}
#news li a:hover::after{
    width: 100%;
}

#news li a small,
#news li a dl{
    position: relative;
    z-index: 1;
}

#news li a small{
    color:#999999;
    white-space: nowrap;
    margin-right: 30px;
}
#news li a dl{
    width: calc(100% - 5em );
    justify-content: space-between;
    align-items: center;
}
#news li a dt{
    padding: 5px;
    width: 100px;
    font-size: 80%;
    white-space: nowrap;
    border: 1px solid #212121;
    text-align: center;
}
#news li a dd{
    width: calc(100% - 120px);
}
#news li a dd span{
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    background: #1762ce;
    padding: 2px 10px;
    margin-left: 1em;
    line-height: 1;
    font-size: 80%;
}

/* tablet */
@media screen and (max-width: 999px) {
    #top_img h2{
        bottom: 10%;
    }
    #top_img h2 em{
        font-size: 2.2em;
    }

    #recruit section,
    .top_box{
        width: 100%;
        flex-direction: column;
        align-items: flex-start !important;
    }
    #recruit section h2,
    #recruit section > div,
    .top_box > figure,
    .top_box > section{
        width: 100%;
    }

    #strength.top_box > section{
        margin-bottom: 56px;
    }
}

/*smart*/
@media screen and (min-width: 0px) and (max-width: 600px){
#top_img{
	height:90vh
}
    #top_img h2{
        bottom: 20%;
    }
    #top_img h2 em{
        font-size: 1.6em;
    }

    .top_box{
        width: 90%;
    }
    .top_box > figure,
    .top_box > section{
        width: 100%;
    }
    .top_box > figure{
        padding-top: 67.5%;
    }
    .top_box > section{
        padding:0
    }



    #about_us{
        margin: 100px auto;
        flex-direction: column-reverse !important;
    }

#about_us h3 br{
	display:none;
}
    
    .bg_bl::after{
        height: 80%;
    }

    #products{
        padding-left: 5%;
    }
    #products::before{
        width: 200px;
        height: 200px;

        left: auto;
        right: -100px;
        top: 50px;
    }
    #products section{
        margin-bottom: 56px;
        padding-top: 24px;
    }
    #products h2{
        margin-bottom: 0 !important;
    }
    #products ul{
        flex-direction: column;
    }
    #products ul > li{
        width: 100%;
    }
    #products ul > li a{
        padding-top: 56.25%;
        border-bottom: 1px solid #fff;
    }

    #recruit .slider_rec .slick-list, #recruit .slider_rec .slick-track, #recruit .slider_rec .slick-slide{
        height: 220px;
    }
    #recruit section > div{
        width: 100%;
    }
    #recruit li a{
        font-size: 120%;
    }

    #news li a{
        flex-direction: column;
        padding-left: 0;
    }
    #news li a small{
        margin-right: 0;
    }
    #news li a small,
    #news li a dl{
        width: 100%;
    }
    #news li a::before{
        right: 10px;
    }

    /*余白*/
    main h3.f_min{
        margin-bottom: 36px;
    }
    .top_box{
        margin: 56px auto;
    }
    .top_box section{
        margin-bottom: 56px;
    }
    .bg_bl{
        padding: 42px 0;
    }
    
    #strength section p{
        margin-bottom: 56px;
    }
    #recruit section > div{
        padding-bottom: 42px;
    }
    #news{
        padding-bottom: 42px;
    }
    #news section{
        padding-top: 0px;
    }

}


@media print{
    #top_img h2{ animation: none !important; opacity: 1; }
}