@charset "UTF-8";

/* ----------------------------------------------------------------------------------------------------
*  sec_slider
* --------------------------------------------------------------------------------------------------*/
.sec_slider {
    width:100%;
    height: 840px;
}
.sec_slider .slick-slider{
  display: none!important;
}
.sec_slider .slick-initialized{
  display: block!important; 
}
.sec_slider .slick-list > *{
    height: 100%;
}
.sec_slider .slick-list .slick-slide a{
    display: block;
    position: relative;
    width: 100%;
    height: 840px;
    overflow: hidden;
}
.sec_slider p{
    font-family:"游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho",'Noto Serif JP',serif;
    color: #0e192d;
    font-size: 3.6rem;
    line-height: 1.8;
    font-weight: bold;
}
.sec_slider .slide_first{
    background: url(../img/top/img_slide01.jpg) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.sec_slider .slide_first .txt{
    position: absolute;
    top:290px;
    right:-120px;
}
.sec_slider .slide_recruit{
    background: url(../img/top/img_slide02.jpg) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.sec_slider .slide_recruit .txt1{
    position: absolute;
    top:290px;
    right:150px;
}
.sec_slider .slide_recruit .txt2{
    position: absolute;
    top:548px;
    right:44px;
}
.sec_slider .slide_logo{
    background: #fff;
}
.sec_slider .slide_logo .logo{
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    width:284px;
    height: 250px;
    margin:auto;
    text-align: center;
}
.sec_slider .slide_logo img {
    display: block;
    margin: 30px auto 0;
}
.sec_slider .slick-slide.slide_logo.slick-current img{
    animation: fade 2s;
    -webkit-animation: fade 2s;
}
@keyframes fade{
      0% { opacity: 0 }
     80% { opacity: 0 }
    100% { padding: 1 }
}
@-webkit-keyframes fade{
      0% { opacity: 0 }
     80% { opacity: 0 }
    100% { padding: 1 }
}

@media screen and (max-width: 768px) {
 
    .sec_slider {
        height: 300px;
    }
    .sec_slider .wrap{
        width: 100%;
    }
    .sec_slider .slick-list .slick-slide a{
        height: 300px;
    }
    .sec_slider p{
        font-size: 1.5rem;
        line-height: 1.6;
    }
    .sec_slider .slide_first .txt{
        top:50%;
        right:50%;
        transform: translate(90%,-50%);
    }
    .sec_slider .slide_recruit .txt1{
        top:50%;
        right:50%;
        transform: translate(140%,-50%);
    }
    .sec_slider .slide_recruit .txt1 span{
        margin-top: 10px;
        text-indent: 1em;
    }
    .sec_slider .slide_recruit .txt2{
        position: static;
        top:auto;
        right:auto;
    }
    .sec_slider .slide_logo .logo{
        width:180px;
        height: 140px;
    }
    .sec_slider .slide_logo img {
        margin: 10px auto 0;
    }

}




/* ----------------------------------------------------------------------------------------------------
*  sec_contentsnav
* --------------------------------------------------------------------------------------------------*/
.sec_contentsnav{
    background: #c3e3f3;
}
.sec_contentsnav .wrap{
    padding: 90px 0;
}
.sec_contentsnav .area_contentsnav{
    justify-content: space-between;
}
.sec_contentsnav .area_contentsnav li a{
    position: relative;
    z-index: 1;
    display: block;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    padding-top: 165px;
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
}
.sec_contentsnav .area_contentsnav li a:after{
    content: "";
    position: absolute;
    bottom:38px;
    left:50%;
    z-index: 2;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 6px 0 6px;
    border-color: #ffffff transparent transparent transparent;
}
.sec_contentsnav .area_contentsnav li a:before{
    content: "";
    position: absolute;
    top:50%;
    left:50%;
    z-index: 2;
    transform: translate(-50%,-50%);
    width: 235px;
    height: 235px;
    border-radius: 50%;
    border: 2px solid #fff;
}
.sec_contentsnav .area_contentsnav li:nth-of-type(1) a{
    background: url(../img/top/btn_contentsnav01.png) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.sec_contentsnav .area_contentsnav li:nth-of-type(2) a{
    background: url(../img/top/btn_contentsnav02.png) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.sec_contentsnav .area_contentsnav li:nth-of-type(3) a{
    background: url(../img/top/btn_contentsnav03.png) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

@media screen and (min-width: 769px) {

    .sec_contentsnav .area_contentsnav li:nth-of-type(1) a:hover{
        background: url(../img/top/btn_contentsnav01_hover.png) center center no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
    }
    .sec_contentsnav .area_contentsnav li:nth-of-type(2) a:hover{
        background: url(../img/top/btn_contentsnav02_hover.png) center center no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
    }
    .sec_contentsnav .area_contentsnav li:nth-of-type(3) a:hover{
        background: url(../img/top/btn_contentsnav03_hover.png) center center no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
    }

}

@media screen and (max-width: 768px) {

    .sec_contentsnav .wrap{
        padding: 12% 0;
    }
    .sec_contentsnav .area_contentsnav{
        flex-wrap: wrap;
        justify-content: center;
    }
    .sec_contentsnav .area_contentsnav li a{
        width: 155px;
        height: 155px;
        padding-top: 110px;
        font-size: 1.4rem;
        margin-right: 10px;
    }
    .sec_contentsnav .area_contentsnav li a:after{
        bottom:15px;
    }
    .sec_contentsnav .area_contentsnav li a:before{
        width: 145px;
        height: 145px;
    }
    .sec_contentsnav .area_contentsnav li:nth-of-type(1) a{
        padding-top: 90px;
        line-height: 1.4;
    }

}

@media screen and (max-width: 570px) {

    .sec_contentsnav .area_contentsnav{
        width: 320px;
        margin: 0 auto;
    }
    .sec_contentsnav .area_contentsnav li:nth-of-type(n+2) a{
        margin-right: 0;
    }
    .sec_contentsnav .area_contentsnav li:nth-of-type(3) a{
        margin-top: 10px;
    }

}

/* ----------------------------------------------------------------------------------------------------
*  sec_info
* --------------------------------------------------------------------------------------------------*/
.sec_info{
    background: #00b3e5;
}
#sec_info:target {
    -webkit-animation: modify 0.1s;
    animation: modify 0.1s;
}
.sec_info .wrap{
    padding: 90px 0;
    font-weight: bold;
}
.sec_info .ttl_en,
.sec_info .ttl_en span{
    color: #fff;
}
.sec_info .ttl_en{
    position: relative;
}
.sec_info .ttl_en:after{
    content: "";
    position: absolute;
    bottom:0;
    right:calc(50% - 270px);
    width:38px;
    height:72px;
    background: url(../img/top/ico_info.png) 0 0 no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.sec_info .txt_info{
    width: 700px;
    margin: 0 auto;
    color: #000;
    font-size: 1.5rem;
    line-height: 1.6;
}
.sec_info .area_info{
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
}
.sec_info .box_info{
    position: relative;
    width:460px;
    margin-top: 50px;
    background: url(../img/top/bg_info.png) 0 0 no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}
.sec_info .box_info .point{
    position:absolute;
    top:-35px;
    left:35px;
}
.sec_info .box_info .ttl{
    width: 100%;
    padding: 80px 50px 40px;
    color: #000;
    font-weight: bold;
    font-size: 3rem;
    text-align: center;
    font-family:"游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho",'Noto Serif JP',serif;
}
.ie11 .sec_info .box_info .ttl{
    padding: 95px 50px 40px;
}
.sec_info .box_info .ttl span{
    font-size: 2rem;
}
.sec_info .box_info .txtarea{
    padding:0 50px 40px;
}
.sec_info .box_info .txt{
    margin-top: 45px;
    color: #000;
    font-size: 1.5rem;
    line-height: 1.6;
}
.ie11 .sec_info .box_info .txt{
    margin-top: 40px;
}

@media screen and (max-width: 768px) {
    
    .sec_info .wrap{
        padding: 12% 0;
    }
    .sec_info .ttl_en:after{
        right:calc(50% - 40%);
        width:30px;
        height:57px;
    }
    .sec_info .txt_info{
        width: 100%;
        font-size: 1.4rem;
    }
    .sec_info .area_info{
        margin-top: 5%;
    }
    .sec_info .box_info{
        max-width: 460px;
        width:100%;
        margin: 10% auto 0;
    }
    .sec_info .box_info .point{
        position:absolute;
        top:-20px;
        left:calc(50% - 75px);
        width: 130px;
    }
    .sec_info .box_info .ttl{
        width: 100%;
        padding: 60px 6% 8%;
        font-size: 2.2rem;
    }
    .sec_info .box_info .ttl span{
        font-size: 1.6rem;
    }
    .sec_info .box_info .txtarea{
        padding:0 6% 5%;
    }
    .sec_info .box_info .txt{
        margin-top: 10%;
        font-size: 1.4rem;
    }
    
}



/* ----------------------------------------------------------------------------------------------------
*  sec_business
* --------------------------------------------------------------------------------------------------*/
.sec_business{
    background: #dcd9ca;
}
.sec_business .wrap{
    padding: 90px 0;
}
.sec_business .ttl_en{
    position: relative;
}
.sec_business .ttl_en:after{
    content: "";
    position: absolute;
    bottom:0;
    right:calc(50% - 260px);
    width:42px;
    height:86px;
    background: url(../img/top/ico_business.png) 0 0 no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.sec_business .txt_business{
    width: 690px;
    margin: 0 auto;
    color: #000;
    font-size: 1.5rem;
    line-height: 1.6;
}
.sec_business .area_business{
    justify-content: space-between;
    margin-top: 40px;
}
.sec_business .area_business p{
    color: #000;
    font-size: 2rem;
    text-align: center;
    font-weight: bold;
}
.sec_business .area_business p img{
    margin-bottom: 22px;
}
.sec_business .btn_white02 a{
    margin: 40px auto 0;
}

@media screen and (max-width: 768px) {
    
    .sec_business .wrap{
        padding: 12% 0;
    }
    .sec_business .ttl_en:after{
        right:calc(50% - 40%);
        width:33px;
        height:68px;
    }
    .sec_business .txt_business{
        width: 100%;
        font-size: 1.4rem;
    }
    .sec_business .area_business{
        flex-wrap: wrap;
        margin-top: 5%;
    }
    .sec_business .area_business p{
        font-size: 1.6rem;
        margin: 5% auto 0;
    }
    .sec_business .area_business p img{
        margin-bottom: 10px;
    }
    .sec_business .btn_white02 a{
        margin:8% auto 0;
    }
    
}




/* ----------------------------------------------------------------------------------------------------
*  sec_company
* --------------------------------------------------------------------------------------------------*/
.sec_company > *{
    width: 50%;
}
.sec_company .txtarea {
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    padding: 90px 0;
}
.sec_company .txtarea .txt_company{
    width: 500px;
    margin: 0 auto;
    color: #000;
    font-size: 1.5rem;
    line-height: 1.6;
}
.sec_company .img{
    background: url(../img/top/img_company.jpg) 0 0 no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.btn_blue a{
    margin: 40px auto 0;
}

@media screen and (max-width: 768px) {
    
    .sec_company{
        flex-wrap: wrap;
    }
    .sec_company > *{
        width: 100%;
    }
    .sec_company .txtarea{
        padding: 12% 5%;
    }
    .sec_company .txtarea .txt_company{
        width: 100%;
        font-size: 1.4rem;
    }
    .sec_company .img{
        height: 300px;
    }
    .btn_blue a{
        margin:8% auto 0;
    }    
    
}



/* ----------------------------------------------------------------------------------------------------
*  sec_recruit
* --------------------------------------------------------------------------------------------------*/
.sec_recruit{
    width: 100%;
    background: url(../img/top/bg_recruit.jpg) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 90px 0;
}
.sec_recruit .area_recruit{
    max-width:1280px;
    width: 90%;
    margin: 0 auto;
    background:rgba(255,255,255,0.7);
    padding: 110px 0;
}
.sec_recruit .ttl_recruit{
    color: #000;
    font-size: 4rem;
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
}
.sec_recruit .txt_recruit{
    color: #000;
    font-size: 2rem;
    text-align: center;
    font-weight: bold;
    margin-bottom: 35px;
}
.sec_recruit .btn_recruit a{
    display: block;
    width: 500px;
    height: 70px;
    margin: 0 auto;
    border-radius: 3px;
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    line-height: 70px;
    background: #99001c;
}
.ie11 .sec_recruit .btn_recruit a{
    line-height: 75px;
}
.sec_recruit .btn_recruit a:hover{
    background: #00b3e5;
}

@media screen and (max-width: 768px) {

    .sec_recruit{
        height: auto;
        padding: 12% 0;
    }
    .sec_recruit .area_recruit{
        max-width:inherit;
        max-width: auto;
        width: 90%;
        padding: 10% 0;
    }
    .sec_recruit .ttl_recruit{
        font-size: 2.6rem;
        margin-bottom: 3%;
    }
    .sec_recruit .txt_recruit{
        font-size: 1.6rem;
        margin-bottom: 5%;
    }
    .sec_recruit .btn_recruit a{
        width: 90%;
        max-width: 350px;
        height: 50px;
        font-size: 1.6rem;
        line-height: 50px;
    }

}
