﻿/*お問い合わせ>インスタバナー*/
#inst_banner {
    margin-top: 100px;
}
#inst_banner a{
    transition-duration: 0.25s;
}
#inst_banner a:hover{
    transform: scale(1.05);
    box-shadow: 10px 10px 15px rgba(0,0,0,0.4);
    transition-duration: 0.25s;
}
/* color */
/*--------------------------カラー--------------------------*/
.txt_color_nomal,.hvr_txt_color_nomal:hover{color: #333333;}
.txt_white,.hvr_txt_white:hover{color: white;}
.txt_black,.hvr_txt_black:hover{color: black;}
.txt_red,.hvr_txt_red:hover{color: red;}
.txt_color1,.hvr_txt_color1:hover{color: #009b3a;} /* メインカラー */
.txt_color2,.hvr_txt_color2:hover{color: #DD7631;} /* サブカラー */
.txt_color3,.hvr_txt_color3:hover{color: #fed100;} /* アクセントカラー1 */
.txt_color4,.hvr_txt_color4:hover{color: #D8C593;} /* アクセントカラー2 */

/* background-color */
.bg_white,.hvr_bg_white:hover{background-color: white;} /* 白背景 */
.bg_black,.hvr_bg_black:hover{background-color: black;} /* 黒背景 */
.bg_color1,.hvr_bg_color1:hover{background-color: #009b3a;} /* メインカラー */
.bg_color2,.hvr_bg_color2:hover{background-color: #DD7631;} /* サブカラー */
.bg_color3,.hvr_bg_color3:hover{background-color: #fed100;} /* アクセントカラー1 */
.bg_color4,.hvr_bg_color4:hover{background-color: #D8C593;} /* アクセントカラー2 */
.bg_color5,.hvr_bg_color5:hover{background-color: #131313;} /* アクセントカラー3 */
.blur{background-color: #131313;}
.bg_color_clear,.hvr_bg_color_clear:hover{background-color: transparent!important;}


/* border-color ※!important */
.border_white,.hvr_border_white:hover{border-color: white;}
.border_black,.hvr_border_black:hover{border-color: black;}
.border_color1,.hvr_border_color1:hover{border-color: #009b3a;}
.border_color2,.hvr_border_color2:hover{border-color: #DD7631;}
.border_color3,.hvr_border_color3:hover{border-color: #fed100;}
.border_color4,.hvr_border_color4:hover{border-color: #D8C593;}
/*header*/
#header{
    z-index: 23;
    height: 20vh;
    border-bottom: none;
    background-image: url("./Dup/img/trump_header2_1920.png");
    background-position: bottom left;
}
header{
    height: 100px;
}

header.scr_header{
    background-color:rgba(0,0,0,0.0)!important;
}
header.border_color3{
    border-color: rgba(254,209,0,0.0);
}
#header div.header_menu{
    position: fixed;
    top: 0;
    width: 95%;
    z-index: 10;
}
#pc_nav{
    display: flex;
    justify-content: flex-end;
}
#pc_nav ul{
    width: 605px;
    height: 8vh;
    padding-right: 80px;
    border-radius: 20px 0 0 20px;
    background-color: rgba(0,0,0,0.2);
    transform:translateX(75px);
}
@media(max-width:1040px){
    #pc_nav,#pc_nav ul{display:none;}
}
@media(max-width:667px){
    #header{
    background-image: url("./Dup/img/trump_header700.png");
}
}
/*トランプヘッダーアニメーション*/
#header{
    animation: slidein 1s ease-in 2s;
    animation-fill-mode:forwards;
}
@keyframes slidein{
    0%{transform: translateY(-200px);}
    100%{transform:translateY(0px);}
}
/*ロゴ・ロゴアニメーション*/
#logo{
    transform: translateY(-200px);
    animation: logo-slidein 1s ease-in 2.5s;
    animation-fill-mode:forwards;
}
@keyframes logo-slidein{
    0%{sliceTxt13:translateY(-200px);}
    100%{transform:translateY(0);}
}
/*nav*/
.menu-trigger, .close-trigger{
    z-index: 999!important;
}
.menu-trigger{
    transform: translateY(-55px);
}
.close-trigger{
    transform: translateY(-30px);
}

.overlay.open,.overlay:before{
    height: 100vh;
    background-color:rgba(0,155,58,0.3)!important;
}
.overlay div.overlay-menu, .overlay div.overlay-img{
    height: 100vh;
}
.overlay-nav{
    padding-top: 50px;
}
.overlay ul.bottom li a{
    background-color: #009b3a;
}
@media(max-width:667px){
    .menu-trigger{
    transform: translateY(-70px);
}
.close-trigger{
    transform: translateY(-30px);
}
}
@media(max-width:385px){
    .menu-trigger{
    transform: translateY(-85px);
    }
    .close-trigger{
    transform: translateY(-35px);
}
}
/*ファーストビュー*/
.sns_links a{
    position: absolute;
    z-index: 2;
    
}
.sns_links img{
    width: 32px;
    height: 32px;
}
@media screen and (max-width:667px){
    .sns_links{
        bottom:40px ;
    }
}
#main_wrap{
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
#main_catch{
    position: absolute;
    top: 45vh;
    right: 0;
    width: 800px;
    height: 600px;
    background-image: url(./Dup/img/main_name2.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 9;
}
#main_catch img{
    width: 850px;
    height: auto;
    position: relative;
    top: -220px;
    left:-18%;
    z-index: 999;
    animation: spotLight 10s linear 0s infinite;
}
@keyframes spotLight{
    0%,100%{transform:translate(-150px,-80px);}
    25%{transform:translate(500px,300px);}
    50%{transform:translate(500px,-80px);}
    75%{transform:translate(-150px,300px);}
}
#scroll{
    z-index: 9999;
}
@media(max-width:885px){
    #main_catch{
        width:500px;
        height: 400px;
        top: 65vh;
    }
    #main_catch img{
        top: -350px;
        left:-40%;
    }
}
@media(max-width:550px){
    #main_catch{
        width:130%;
        height:400px;
        top: 10vh;
        left: -58px;
    }
    #main_catch img{
        display: none;
    }
}
@media(max-width:380px){
    #main_catch{
        width:310px;
        height:240px;
        left: 0;
        margin: 0 auto;
    }
}
/*トップページ*/
#contents .box3{
    justify-content: space-between;
}
#contents .box3 .grid_7{
    width:50%!important;
}
#contents .box3 .con_box_item{
    padding: 2%;
}
@media(max-width:667px){
    #contents .box3 .grid_7{
        width: 100%!important;
    }
    #contents .box3 .con_box_item .con_title .sliceTxt9,.sliceTxt13{
        margin-right: 50px;
    }
}
.more_item{
    color: #131313;
}
#top_cms .txt_color2{
    color:#fed100 ;
}
#top_cms .page04title{
    z-index: 10;
}
#top_cms .all500{
    height: 0;
}
#top_cms .all500 img{
    width: 800px;
    height: auto;
    position: relative;
    top: -180px;
    left: 60px;
    z-index: 11;
}
@media(max-width:965px){
    #top_cms .all500 img{
    width:500px;
    height: auto;
    top: -100px;
    left: 60px;
    z-index: 11;
}
}
@media(max-width:615px){
    #top_cms .all500 img{
    width:260px;
    height: auto;
    top: -30px;
    left: 38px;
}
}
@media(max-width:370px){
    #top_cms .all500 img{
    width:188px;
    height: auto;
    top: -22px;
    left: 43px;
}
}
/*TOP求人バナー*/
#recruitBanner{
    width: 100%;
}
#recruitBanner a img{
    transition-duration: 0.5s;
}
#recruitBanner a img:hover{
    transform: scale(1.05);
    transition-duration: 0.5s;
}
/*トップページモーダル*/
#contents_modal .modal_item{
    align-items: start;
}
@media screen and (max-width:667px){
    .modal-box{
        width: 100%!important;
    }
    .modal_item h3.modal_title1{
    display: none;
    }
}
/*ブログ*/
#page2 #cms_1-a a{
    color: #fff;
}
/*メニュー*/
#cms_3-a .cate{
    margin-top: -100px;
    padding-top: 100px;
}
@media screen and (max-width: 667px){
    .cate_list li:nth-of-type(4n){
        margin-right: 0;
    }
}
#page4 .cate figure.width_70per{
    width: 100%!important;
    padding-right: 30%;
    background-image: url('./Dup/img//menu_bg2.jpg');
    background-size: contain;
}
#page4 #cate4 figure{
    background-image: url('./Dup/img//menu_bg3.jpg');
    background-size: contain;
}
#page4 #cate0 .box_wrap{
    display: flex;
    background-image:url("./Dup/img/menu_bg1.jpg");
    background-size: contain;
}
@media(max-width:989px){
    #page4 #cate0 .box_wrap{
        background-image:none;
    }
}
#page4 #cate0 .box_wrap .cate_box.border_do3-b{
    border-right: 3px dotted;
    border-color: #DD7631;
    border-bottom: none;
}
#page4 #cate0 .box_wrap .cate_box:last-of-type{
    border-right: none;
}

/*ギャラリー*/
#cms_4-a .cate{
    margin-top: -100px;
    padding-top: 100px;
}
/*プライバシーポリシー*/
@media(max-width:667px){
    .page9 #page_title .en{
        font-size: 30px;
    }
}

/*footer*/
#footer_info.bg_color3{
    background-color: #009b3a;
}
#footer_info p a:hover{
    background-color: #fed100;
}
@media screen and (max-width:667px){
    #footer_info .pd_5per_sp{
        padding: 10%;
    }
}
#footer_info{
    padding:65px 40px;
}
@media screen and (max-width:667px){
    #footer_info{
    padding:40px 40px;
}
}
#copyright.bg_color1 {
    background-color: #fed100;
}
/*右下追従バナー*/
#following-banner.d_flex{
    justify-content: end;
    padding: 20px;
    gap: 20px;
    position: fixed;
    bottom: 10px;
    right: 10px;
   opacity: 0;
    transition-duration: 0.5s;
}
#following-banner.d_flex.show{
    opacity: 1;
    transition-duration: 0.5s;
}
#following-banner.hide{
    display: none;
}
#following-banner .tel_bt{
    width: 280px;
    height: 66px;
    padding: 5px 0;
    border-radius:40px;
    background-color: #ee7800;
}
#following-banner .tel_bt .tel-here {
    gap: 20px;
}
#following-banner .tel_bt .tel-here h3{
    color: #fff;
    font-size: 1.4rem;
}
#following-banner .tel_bt i{
    content: url(./Dup/img/bigup_telmark.png);
}
#following-banner .top_bt{
    width: 70px;
    height: 70px;
    padding: 5px;
    border-radius:50%;
    background-color: #717171;
}
#following-banner .top_bt{
    text-align: center;
}
#following-banner .top_bt h3{
    color: #fff;
}
#following-banner .top_bt i{
    transform: translateY(6px);
    content: url(./Dup/img/topArrow.png);
}
@media screen and (max-width:667px){
    #following-banner{
        width: 90vw;
    }
    #following-banner.d_flex{
        justify-content: center;
        bottom:5px;
        left: 0;
        padding-bottom: 0;
    }
    #following-banner .tel_bt{
        width: 240px;
    }
    
}
@media screen and (max-width:385px){
    #following-banner.d_flex{
        padding: 0;
    }
    #following-banner .tel_bt{
    width: 200px;
    }
    #following-banner .tel_bt .tel-here h3{
    font-size: 1.0rem;
    }
    #following-banner .tel_bt .tel-here {
    gap: 8px;
}
}
@media screen and (max-width:333px){
    #following-banner .tel_bt{
    width: 180px;
    height: 41px;
    }
    #following-banner .top_bt{
        width: 45px;
        height: 45px;
    }
    #following-banner .top_bt h3{
    display: none;
}
     #following-banner .tel-here i{
         width: 35px;
         height: 35px;
     }
}
/*全体*/
#page_title .jp{
    left: 0;
}

@media screen and (max-width:667px){
    #page_title .jp .sliceTxt13{
    transform: translate(24px,-20px) rotate(90deg);
}
#page_title .jp{
    left: -10px;
}
.page9 #page_title .jp{
    left: -36px;
}
}