/*loader*/
.ball-scale>div{
    background-color: #519db6!important;
}

/*header*/
#topcontrol{
    z-index: 99;
}
.heade_logo{
        margin-right: 0;
    }
#img_headerlogo,#img_footerlogo{
    max-width: 200px;
}

.navbar{
    padding-top: 2px!important;
    padding-bottom: 2px!important;
}
.navbar-collapse{
    margin-left: 100px;
}



/*menu_active*/
@media (min-width: 62em) {
ul.navbar-nav > li> a:after ,ul.navbar-nav > li.active > a:after,
ul.dropdown >li > a:after, ul.dropdown >li.active > a:after
{
	content: '';
	width: 0;
	transition: all 0.3s ease;
	border-bottom: 2px solid #519db6;
    padding-bottom: 4px;
	display: block;
}
ul.navbar-nav > li> a:hover:after,ul.navbar-nav > li.active > a:after,
ul.dropdown >li > a:hover:after,ul.dropdown >li.active > a:after
{
	width: 100%;
	border-bottom: 2px solid #519db6;
}
}
@media (max-width: 61.99em) {
    ul.navbar-nav > li.active > a,ul.navbar-nav > li> a:hover,
     ul.dropdown > li.active > a,ul.dropdown > li> a:hover
    {
        color: #519db6;
    }
}

.znav-container ul li a:not(.btn){
    font-size:1rem;
}
.toggle_menu{
    font-weight: 600;
    font-size: 1rem;
    color: #081117!important;
}


/*footer*/
#footer{
    background-color: #000;
    padding-top:50px!important;
    padding-bottom: 0!important;
    color: #fff;
}

ul.footer_menu{
    margin-bottom: 0px;
}
ul.footer_menu li a{
    color: #fff;
    font-size: 0.875rem;
}
ul.footer_menu li a::after {
    content: '';
    display: inline-block;
     width: 10px;
    height: 10px;

    vertical-align: middle;
    background-image: url( "../images/arrow_white_right.png");
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 7px;
}
ul.footer_menu li a:hover{
    color: #519db6;
}
ul.footer_menu li a:hover::after {
    background-image: url( "../images/arrow_green_right.png");
}
#footer_copy{
    background-color: #000;
    padding: 2px 0 10px;
}

/*to top*/
#PageTopBtn {
    position: fixed; /*ボタンの配置場所を固定*/
    right: 10px; /*右からのボタンの配置場所を指定*/
    z-index: 999;
}
	
/* パンくず*/
#pankuzu {
	font-size: 0.8125rem;
	line-height: 1.4;
	padding: 7px 0 7px;
	background-color: #fafafa;
}
#pankuzu strong {
	font-weight: normal;
	padding-left:18px;
	background-image:url( "../images/arrow_black_right.png");
	background-repeat: no-repeat;
	background-position: left center;
   background-size: 6px 11px;

}

#pankuzu a,#pankuzu a:hover{
	color:#519db6;
}


/*--------------------------------*/
/*mainimg*/
/*--------------------------------*/
#mainimg_bg{
    background-image: url("../images/mainimg/mainimg.jpg");
}
#mainimg h1{
    font-family: 'Sawarabi Mincho', sans-serif;
    font-weight: normal;
    line-height: 1.2;
    letter-spacing: 0.1rem;
}
/*scroll*/
#scroll_next a{
 position: absolute;
  bottom: 20px;
  left:50%;
  margin-left: -20px;
  z-index: 100;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-decoration: none;
  color: #081117;
  padding-top: 40px;
}
#scroll_next a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #081117;
  border-bottom: 1px solid #081117;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
  }
  20% {
    -webkit-transform: rotate(-45deg) translate(-10px, 10px);
  }
  40% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
  }
}
@keyframes sdb {
  0% {
    transform: rotate(-45deg) translate(0, 0);
  }
  20% {
    transform: rotate(-45deg) translate(-10px, 10px);
  }
  40% {
    transform: rotate(-45deg) translate(0, 0);
  }
}

/*pagetop*/
#company #pagetopimg_bg{
    background-image: url("../images/pagetopimg/company_img.jpg");
    background-position: center bottom;
}
#service #pagetopimg_bg{
    background-image: url("../images/pagetopimg/service_img.jpg");
    background-position: center bottom;
}
#interview #pagetopimg_bg,#careers #pagetopimg_bg,#newgraduates #pagetopimg_bg{
    background-image: url("../images/pagetopimg/recruit_img.jpg");
    background-position: center bottom;
}
#personalinfo #pagetopimg_bg,#security #pagetopimg_bg,#contact #pagetopimg_bg{
    background-image: url("../images/pagetopimg/other_img.jpg");
    background-position: center bottom;
}
#information #pagetopimg_bg{
    background-image: url("../images/pagetopimg/information_img.jpg");
    background-position: center bottom;
}

#page_nave{
    background-color: #8E9191;
    padding: 20px 0 ;
}
#page_nave a{
    display: block;
    color: #fff;
    padding: 12px 0;
    font-size: 0.9375rem;
    font-weight: normal;
    border-right: 1px solid #ccc;
}
#page_nave a::after {
    content: '';
    display: inline-block;
     width: 10px;
    height: 6px;

    vertical-align: middle;
    background-image: url( "../images/arrow_white_down.png");
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 10px;
}
#page_nave a:hover{
    color:#081117;
}
#page_nave a:hover::after{
    background-image: url( "../images/arrow_black_down.png");
}

/*home_service*/
#home_service .service_icon{
height:100px; 
width:100px;
background: #519db6;
}
#home_service .service_icon img{
    width: 40px;
}
#home_service p{
 color: #fff;
}
#home_service h5{
    color: #fff;
   font-size: 1.6rem;
   margin-bottom: 0!important;
}

#home_consult,#home_develop,#home_operate{
    min-height: 200px;
    padding:20px 10px;
    text-align: center;
    border :3px solid #000;
}


 a:hover #home_consult, a:hover #home_develop, a:hover #home_operate{
   -webkit-transition: all 0.5s ease-in-out!important;
  -o-transition: all 0.5s ease-in-out!important;
  transition: all 0.5s ease-in-out!important;

   border: 3px solid #fff;
}

/*home_2col*/
#home_recruit{

     -webkit-clip-path: polygon(79% 0, 100% 0, 100% 100%, 0 100%, 0 16%);
    clip-path: polygon(79% 0, 100% 0, 100% 100%, 0 100%, 0 16%);

    background-image: url("../images/home/recruit_bg.jpg");
    background-repeat: no-repeat;
    background-position: left 0 top 0;
    background-size: cover;
    /*background-attachment: fixed;*/
    padding: 50px 0 80px;
}

#home_company{
    background-image: url("../images/home/company_bg.jpg");
    background-repeat: no-repeat;
    background-position: right 0 top 0;
    background-size: cover;
    /*background-attachment: fixed;*/
    padding: 80px 0;
    margin-top: -10px;
}

/*お知らせ*/
#home_info .newtopic_inner a{
    display: block;
    color:#212529;
    border-top: solid 1px #BFBFBF;
    padding-top: 12px;
    padding-bottom: 4px;
    font-size: 0.9375rem;
}
#home_info .newtopic_inner a:last-child{
    border-bottom: solid 1px #BFBFBF;
}

#home_info .newtopic_inner a:hover {
    text-decoration: none;    
    background-color: #fff;
}

#home_info .newtopic_inner ul li{
    display: inline-block;
    margin-left: 10px;
}

#home_info .newtopic_inner  li.topic_date{
    width: 120px;
    color: #519db6;
    font-weight: bold;
}


/*company*/
#company h4.values_h4{
    margin-bottom: 10px!important;
}
#company h4.values_h4::before{
 content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 40px;/*画像の幅*/
  height: 40px;/*画像の高さ*/
  background-image: url( "../../assets/images/company/values_1.png");
  background-size: contain;
  vertical-align:bottom;
  margin-right: 10px;
}
#company h4.values_h4_1::before{
     background-image: url( "../../assets/images/company/values_1.png");
}
#company h4.values_h4_2::before{
     background-image: url( "../../assets/images/company/values_2.png");
}
#company h4.values_h4_3::before{
     background-image: url( "../../assets/images/company/values_3.png");
}
#company h4.values_h4_4::before{
     background-image: url( "../../assets/images/company/values_4.png");
}
#company h4.values_h4_5::before{
     background-image: url( "../../assets/images/company/values_5.png");
}
#company h4.values_h4_6::before{
     background-image: url( "../../assets/images/company/values_6.png");
}
#company h4.values_h4_7::before{
     background-image: url( "../../assets/images/company/values_7.png");
}

/*recruit*/
#interview a .interview_item{
padding-bottom: 18px;
background-image: url("../images/arrow_white_down.png");
background-repeat: no-repeat;
background-position: bottom 8px center;
background-size: 33px 13px

} 
#interview a .interview_item:hover{
    background-color: #80BED6;
       -webkit-transition: all 0.3s ease-in-out!important;
  -o-transition: all 0.3s ease-in-out!important;
  transition: all 0.3s ease-in-out!important;
}

#interview  .interview1_bgcolor{
    background-color: #519db6;
}
#interview  .interview2_bgcolor{
    background-color: #38BBC4;
}
#interview  .interview3_bgcolor{
    background-color: #3B8AB8;
}
#interview  .box_interview {
     border: 5px solid #8cc63f;
    border-radius: 240px 15px 185px 15px / 15px 200px 15px 185px;
    margin: 2em 0;
    padding: 2.5em 2em  2em;
    position: relative;
}
#interview  .box_interview::before {
 content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 108px;/*画像の幅*/
  height: 47px;/*画像の高さ*/
  background-color: #fff;
  background-image: url("../images/recruit/syukatsusei.png");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
    left: 1em;
    padding: 0 .5em;
    position: absolute;
    top: -1.5em;
}
#interview  .box_interview p{font-size: 110%;}


/*information*/
#information article{
    padding-bottom: 30px;
    background-color: #f2f2f2;
    
    /*link :anchor調整*/
    margin-bottom: 140px;
    margin-top: -90px;
    padding-top: 90px;
}
#information article h4{
    font-size: 1.125rem;
    margin-bottom: 40px;
}
#information article .info_date{
    font-weight: 600;
    line-height: 1rem;
    color: #519db6;
    margin:6px 0 12px;
}

/*banner*/
.banner_200{
    max-width: 200px;
}

/*googlemap*/
.googlemap-container {margin-bottom: 10px; position: relative; padding-bottom: 38%; height: 0; overflow: hidden; max-width: 100%; } 
.googlemap-container iframe, .googlemap-container object, .googlemap-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/*font*/
.font_mincho{
font-family: 'Sawarabi Mincho', sans-serif;
}

.font_red{
    color: #ff0000;
}
.font_green{
    color:#519db6;
}
.font_normal{
    font-weight: normal!important;
}

.font_14{
    font-size: 0.875rem!important;
}
.font_15{
    font-size:0.9375rem!important;
}
.font_17{
    font-size:1.0625rem!important;
}

/*link*/
a.link_black{
    color: #081117;
}
a.link_black:hover{
    color: #519db6;
}
a.link_white{
    color: #fff;
}
a.link_banner img {
  opacity: 1;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
a:hover.link_banner img {
  opacity: .6;
}


/*アンカー調整*/
#proper1,#proper2,#proper3 {
  margin-top : -100px;
  padding-top : 100px;
}

/*layout*/
.text_center_pc{text-align: center;}
.display_sp{display:none;}
.display_pc{display:inline;}

/*deco*/
.border_box{
    border-style: solid;
    border-width: 5px;
    border-color: #c6dee0;
}

.fukidashi{
  position: relative;
  padding: .5em .75em;
  background-color: #EBEBEB;
  border-radius: 6px;
}
.fukidashi::after {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  content: '';
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 10px solid #EBEBEB;
}

/*form*/

/*btn*/
.btn-green {
  color: white;
  background-color: #519db6;
  border-color: #519db6;
}

.btn-green:hover, .btn-green:active, .btn-green:focus, .btn-green:active:focus {
  background-color: #4FB1C2;
  border-color: #4FB1C2;
}

.btn_cut_white,.btn_cut_black,.btn_gradation{
  display: inline-block;
  width: 100%;
  height: 64px;
  text-align: center;
  text-decoration: none;
  outline: none;
  padding: 1.2rem 5rem;
  font-size: 1rem;
    
   position: relative;
   z-index: 2;
  overflow: hidden;
  
  -webkit-clip-path: polygon(92% 0, 100% 30%, 100% 100%, 0 100%, 0 0);
clip-path: polygon(92% 0, 100% 30%, 100% 100%, 0 100%, 0 0);

    background-image: url( "../images/arrow_black_right.png");
    background-size: 9px 16.5px;
    background-repeat: no-repeat;
    background-position: right 16px top 24px;

  background-color: #fff;
  color: #081117;
}
.btn_cut_black{
  background-color: #000;
  color: #fff;
  background-image: url( "../images/arrow_white_right.png");
}

.btn_gradation{
background: #3b8ab8; 
background: -moz-linear-gradient(-45deg,  #3b8ab8 0%, #37ada3 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #3b8ab8 0%,#37ada3 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #3b8ab8 0%,#37ada3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b8ab8', endColorstr='#37ada3',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
color:#ffffff!important;
-webkit-clip-path:none;
clip-path:none;
border-radius: 0;
border-color:#ffffff;
}

.btn_cut_white::before,
.btn_cut_white::after,
.btn_cut_black::before,
.btn_cut_black::after,
.btn_gradation::before,
.btn_gradation::after
{
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}

.btn_cut_white,
.btn_cut_white::before,
.btn_cut_white::after,
.btn_cut_black,
.btn_cut_black::before,
.btn_cut_black::after,
.btn_gradation,
.btn_gradation::before,
.btn_gradation::after
{
  -webkit-transition: all .6s;
  transition: all .6s;
}

.btn_cut_white:hover,.btn_cut_black:hover ,.btn_gradation:hover{
  color: #fff;
}
.btn_cut_white::after, .btn_cut_black::after,.btn_gradation::after{
  top: 0;
  left:-100%;
  width: 100%;
  height: 100%;
}
.btn_cut_white:hover::after,.btn_cut_black:hover::after,.btn_gradation:hover::after{
  left:0;
   background-color: #519db6;
    background-image: url( "../images/arrow_white_right.png");
    background-size: 9px 16.5px;
    background-repeat: no-repeat;
    background-position: right 16px top 24px;
}
.btn_cut_black_2:hover::after{
    background-color: #686868;
}
.btn_gradation:hover::after {
	background-color: #38BBC4;
}


/*border*/
.border_proper1,.border_values{
    border-bottom-color: 3px;
    border-bottom-style: solid;
     border-image: linear-gradient(to right, #519db6 30%, #8cc63f 100%);
    border-image-slice: 1;
}

.border_proper2{
    border-bottom-color: 3px;
    border-bottom-style: solid;
     border-image: linear-gradient(to right, #38BBC4 30%, #8cc63f 100%);
     border-image-slice: 1;
}
.border_proper3{
    border-bottom-color: 3px;
    border-bottom-style: solid;
     border-image: linear-gradient(to right, #3B8AB8 30%, #8cc63f 100%);
    border-image-slice: 1;
}



/*dl*/
.dl_border{
    width: 100%;    
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: solid 1px #a5bec4;
}
.dl_border>dt{
    padding: 10px 5px; 
    letter-spacing: .1em;
    border-bottom: solid 1px #a5bec4;
    margin: 0!important;
}
.dl_border>dd{
margin: 0!important;
 padding: 10px 5px; 
 border-bottom: solid 1px #a5bec4;
}

/*recruit*/
.dl_interview dt{
    font-size: 1.125rem;
    margin-bottom: 10px;
    margin-top: 20px;
}
.dl_interview dt>img{
    max-width: 60px;
    padding-right: 5px;
}


/*-------------------------------------------*/
/*Big Disply*/
/*-------------------------------------------*/
@media (min-width: 75em) {
.heade_logo{
    margin-right: 150px;
    }
}

/*-------------------------------------------*/
/*Disply toggle*/
/*-------------------------------------------*/
@media (max-width: 61.99em) {
    .znav-container ul.navbar-nav {
        padding: 1.2rem 0 6rem;
    }

}

/*-------------------------------------------*/
/*col-sm*/
/*-------------------------------------------*/
@media (max-width: 47.99em) {

    .h-full{ min-height: 98vh!important;  }

    #page_nave{ padding-bottom: 6px; padding-top: 6px; }
    #page_nave a{
        border-right: none;
        border-bottom:1px solid #aaa;
        padding: 6px;
    }
    
    /*information*/
    #information article{
    /*link :anchor調整*/
    margin-bottom: 110px;
    margin-top: -60px;
    padding-top: 60px;
    }

    /*dl*/
    .dl_border,.dl_border>dt,.dl_border>dd{
        border: none;
    }
    .dl_border>dt{
        background-color: #c6dee0;
        padding: 3px 10px;
    }
    .dl_border>dd{
        padding: 15px 10px;
    }
    
    /*layout*/
    .text_center_pc{text-align: left;}
    .display_sp{display:inline;}
	.display_pc{display:none;}
}

/*-------------------------------------------*/
/*col-xs*/
/*-------------------------------------------*/

@media (max-width: 35.99em) {
    #img_headerlogo{max-width: 150px;}
   .toggle_menu{font-size: 0.75rem;}
   .navbar-elixir{margin-bottom: -100px;}

}







/*20210901Add*/

ol.closing_bracket {
  list-style-type: none;
}
ol.closing_bracket > li {
  counter-increment: cnt;
}
ol.closing_bracket > li:before {
  content: counter(cnt) ") ";
}
ol.closing_bracket {
	margin-left: 0.1em; 
}
ol.closing_bracket > li:before {
    content: counter(cnt) ") ";
  }

  ol.closing_bracket li {
	list-style-type: none;
	counter-increment: cnt;
	position: relative;
}
ol.closing_bracket li:before {
	content: counter(cnt) ")";
	display: inline-block;
	margin-left: -2.2em; 
	width: 2em;
	text-align: right;
	position: absolute;
	top: 0;
	left: 0;
}

ol.closing_bracket {padding-left: 15px;
}
