/**
* Template Name: NewBiz - v4.10.0
* Template URL: https://bootstrapmade.com/newbiz-bootstrap-business-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background: #006934;
  color: #444;
  font-family: "Open Sans", sans-serif;
}

a {
  color: #007bff;
  text-decoration: none;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #0b6bd3;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  margin: 0 0 20px 0;
  padding: 0;
}

/*--------------------------------------------------------------
# Hinata add
--------------------------------------------------------------*/
.movietopspace{   /*スマホヘッダ高さ分のスペース*/
	margin-top: 80px;
}

@media (min-width: 768px) {	
.movietopspace{
	margin-top: 0px;
  }
}

.smptopspace{
	margin-top: 80px;
}

/*@media (min-width: 768px) {	
.smptopspace{
	margin-top: 0px;
  }
}*/
.back_col_g{
	background-color: #006934;
}
.back_col{
	background-color: #fff;
	border-left: #c9bc9c 4px solid;
	border-right: #c9bc9c 4px solid;
}

.kai span {
   display: inline-block; /* 切の良い箇所でテキスト文字を改行させる為  */
}

span.marker {
    background-color: #fff100;
}

/*スライドショー用文章カスタム-start*/
.carousel-caption{
	bottom: 0.5rem;
}
.carousel-inner .h4{
	text-align: center;
}

.carousel-inner .h4 div{
	writing-mode: vertical-rl;
	text-align: left;
	display: inline-block;
	margin-bottom: 2rem;
}

/* ""の左右文字を詰める */
/*.font_space {
	letter-spacing: 0.5em;
}*/

@media (max-width: 539px) {
   /* 横幅が800px以上の場合に適用するスタイル */
	.carousel-caption{
		top: 0;
		bottom: 0;
		margin: auto;
	}
   .carousel-inner .h4 {
	   font-size: 12px !important;
	}
}
/*スライドショー用文章カスタム-end*/



/*READ MORE button用-start 矢印が右に移動して背景がつく*/

.btnarrow5{
    /*矢印の基点とするためrelativeを指定*/
  position: relative;
    /*ボタンの形状*/
  border: 1px solid #333;
    padding: 0px 26px 4px 26px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: #333;	
    /*background-color: rgba(204,204,204,0.5);*/
    outline: none;
    /*アニメーションの指定*/
    transition: all .2s linear;
}

.btnarrow5:hover{
  background:#ddd;
  color:#006934;
}

/*矢印と下線の形状*/
.btnarrow5::before{
  content:"";
    /*絶対配置で下線の位置を決める*/
  position: absolute;
  top:60%;  /*下線の位置を決める*/
  right:-26px;
    /*下線の形状*/
  width:40px;
  height:1px;
  background:#333; /*矢印の横線*/
    /*アニメーションの指定*/
    transition: all .2s linear;
}

.btnarrow5::after{
  content:"";
    /*絶対配置で矢印の位置を決める*/
  position: absolute;
    top: 20%;
    right: -21px;
    /*矢印の形状*/
  width:1px;
  height:12px;
  background:#333;  /*矢印の斜め線*/
    transform:skewX(45deg);
    /*アニメーションの指定*/
    transition: all .2s linear;
}

/*hoverした際の移動*/
.btnarrow5:hover::before{
  right:-30px;
}

.btnarrow5:hover::after{
  right:-25px;
}

.btnarrow_black{
    /*矢印の基点とするためrelativeを指定*/
  position: relative;
    /*ボタンの形状*/
  border: 1px solid #fff;
    padding: 4px 26px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: #fff;	
	background:#333;
    /*background-color: rgba(204,204,204,0.5);*/
    outline: none;
    /*アニメーションの指定*/
    transition: all .2s linear;
}

.btnarrow_black:hover{
  background:#006934;
  color:#fff;
}

/*矢印と下線の形状*/
.btnarrow_black::before{
  content:"";
    /*絶対配置で下線の位置を決める*/
  position: absolute;
  top:50%;
  right:-26px;
    /*下線の形状*/
  width:40px;
  height:1px;
  background:#fff; /*矢印の横線*/
    /*アニメーションの指定*/
    transition: all .2s linear;
}

.btnarrow_black::after{
  content:"";
    /*絶対配置で矢印の位置を決める*/
  position: absolute;
    top: 20%;
    right: -21px;
    /*矢印の形状*/
  width:1px;
  height:12px;
  background:#fff;  /*矢印の斜め線*/
    transform:skewX(45deg);
    /*アニメーションの指定*/
    transition: all .2s linear;
}

/*hoverした際の移動*/
.btnarrow_black:hover::before{
  right:-30px;
}

.btnarrow_black:hover::after{
  right:-25px;
}

.btnarrow_modoru{
    /*矢印の基点とするためrelativeを指定*/
  position: relative;
    /*ボタンの形状*/
  border: 1px solid #333;
    padding: 4px 26px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: #333;	
    /*background-color: rgba(204,204,204,0.5);*/
    outline: none;
    /*アニメーションの指定*/
    transition: all .2s linear;  /*全てのプロパティに適用する　2秒でアニメーションさせる　速度が変わることなく一定に変化*/
}

.btnarrow_modoru:hover{
  background:#ddd;
  color:#006934;
}

/*矢印と下線の形状*/
.btnarrow_modoru::before{
  content:"";
    /*絶対配置で下線の位置を決める*/
  position: absolute;
  top:50%;
  left:-26px;  /*矢印の横線を左につける*/
    /*下線の形状*/
  width:40px;
  height:1px;
  background:#333; /*矢印の横線*/
    /*アニメーションの指定*/
    transition: all .2s linear;
}

.btnarrow_modoru::after{
  content:"";
    /*絶対配置で矢印の位置を決める*/
  position: absolute;
    top: 20%;
    left: -21px;
    /*矢印の形状*/
  width:1px;
  height:12px;
  background:#333;  /*矢印の斜め線*/
    transform:skewX(135deg);  /*矢印斜め線の傾きを逆にする*/
    /*アニメーションの指定*/
    transition: all .2s linear;
}

/*hoverした際の移動*/
.btnarrow_modoru:hover::before{
  left:-30px;  /*矢印を左に伸ばす*/
}

.btnarrow_modoru:hover::after{
  left:-25px;  /*矢印をもとにもどす*/
}
/*========= レイアウトのためのCSS ===============*/

.readmore_btn{
    vertical-align:middle; 
    padding: 30% 0;
    text-align: center;
}

.readmore_btn_smp{
    vertical-align:middle; 
    padding: 20px 0 0 0;
    text-align: center;
}




/*READ MORE button用- end*/



/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #007bff;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #2990ff;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 80px;
  z-index: 997;
  transition: all 0.5s;
  background: #006934;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
}

#header.header-scrolled {
  height: 60px;
}

#header .logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 0;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  #header .logo h1 {
    font-size: 28px;
  }
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #00366f;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  max-height: 26px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  color: #004289;
  font-weight: 500;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #007bff;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #007bff;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(23, 35, 46, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #004289;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #007bff;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #007bff;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# toptitle Section
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section {
  overflow: hidden;
}

/* Sections Header
--------------------------------*/
.section-header h3 {
  font-size: 36px;
  color: #283d50;
  text-align: center;
  font-weight: 900;
  position: relative;
}

.section-header p {
  text-align: center;
  margin: auto;
  font-size: 15px;
  padding-bottom: 60px;
  color: #556877;
  width: 50%;
}

@media (max-width: 767px) {
	.section-header h3{
		font-size: 24px;
	}
  .section-header p {
    width: 100%;
  }
}

/* Section with background
--------------------------------*/
.section-bg {
  background: #ecf5ff;
}

/*--------------------------------------------------------------
#  work Section
--------------------------------------------------------------*/

/* Workbutton Section
--------------------------------*/
#workbutton {
}



/* work Section
--------------------------------*/
#work_unten .tbspace {
	padding: 60px 0 0 0;
	
}


.work_block{
	position: relative;
	
}
.trainact{
	position: absolute;
	top: 0px;
	left:0;
	zindex:100
}
.recruite_block{
	position: relative;	
}
.syoukai_unten{
	position: absolute;
	top: 13%;
	left:0;
	zindex:200
}
.syoukai_syaryou{
	position: absolute;
	top: 13%;
	left:0;
	zindex:200
}
.syoukai_koumu{
	position: absolute;
	top: 15%;
	left:0;
	zindex:200
}
.fukuri_syoukai{	
	position: absolute;
	top: 0;
	left:0;
	zindex:200
}

.recruite_syoukai{
	position: absolute;
	top: 0;
	left:0;
	zindex:150	
}
/*.recruite_more{
	margin-top: 300px;
}*/
.ml_syaryou{
	margin-left: 12%;
}
/*@media (min-width: 1024px) {

}

@media (min-width: 1200px) {

}

@media (min-width: 1385px) {

}*/

.position_r{
	position: relative;	
	padding-bottom: 0px;
}

.position_a{
	position: absolute;
	bottom: 0px;
	left:0;	
}
.position_ar{
	position: absolute;
	bottom: 0px;
	right:0;
	
}

.position_recruite_t{
	position: absolute;
	bottom:13%;
	left:40%;
	right:40%
	
}

@media (min-width: 1024px) {
.position_a{
}
}

@media (min-width: 1200px) {
.position_a{
	left:0px;	
}
}

.w_midashi{
	font-size: 42px;
}
.w_lead{
	font-size: 22px;
}

/* youtube　設定 */
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}


/*--------------------------------------------------------------
# kabetsu page
--------------------------------------------------------------*/
.kawaku_block{
	width: 100%;
	background-size: contain;
background-repeat: no-repeat;
	
}
.ka_unten{
	background-image: url("../img/untenka/eimoji.png");
}
.ka_syaryou{
	background-image: url("../img/syaryouka/eimoji.png");
}
.ka_syaryou_t{
	background-image: url("../img/syaryouka_t/eimoji.png");
}
.ka_koumu{
	background-image: url("../img/koumuka/eimoji.png");
}
.ka_soumu{
	background-image: url("../img/soumuka/eimoji.png");
}
.ka_koukoku_e{
	background-image: url("../img/koukoku_e/eimoji.png");
}
.kabetsu_syoukai{
}
.meisyou_block{
	border-bottom: #B28247 1px solid;
}
.ka_cap_w{
	position: absolute;
	bottom: 0;
	left:0;
	zindex:150	;
	color: white;
	text-shadow: 
        black 1px 1px 0, black -1px -1px 0,/*右下、左上*/
        black -1px 1px 0, black 1px -1px 0,/*右上、左下*/
        black 0px 1px 0, black  0-1px 0,/*右、左*/
        black -1px 0 0, black 1px 0 0;/*上、下*/
}
.tatelead {
	position: absolute;
	right:8%;
	zindex:500; 
	font-size: 24px;
}
.tatelead p{
	padding: 20px 2px 0px 2px;
	margin-bottom: 0px;
	writing-mode: vertical-rl;
	text-align: left;
	display: inline-block;
	font-weight: bold;
	background-color: #fff100;

}
.tatelead2 {
	position: absolute;
	zindex:500;
	top:0;
	left:0;
	padding: 0 4% 0 4%; 

}
.tatelead_unten{
	top:3.8%;  /*ipad 768あたりまでの設定*/
}
.tatelead_syaryou{
	top:3%;  
}
.tatelead_koumu{
	top:2%;  
}

@media (min-width: 1024px) {   /*ipad pro あたりまでの設定*/
	.tatelead_unten {
	top:4.5%;
	}
	.tatelead{
		font-size: 32px;
	}
	.tatelead_syaryou{
	top:3%;  
	}
	.tatelead_koumu{
	top:2%; 
	}
}
@media (min-width: 1200px) {  /*pc版の設定*/
	.tatelead_unten{
	top:4.5%;
	}
	.tatelead{
		font-size: 40px;
	}
	.tatelead_syaryou{
	top:2%;  
}
	.tatelead_koumu{
	top:2%;  
}
}


.bg_g{
	background-color: #006934;
}
.bg_y{
	background-color:  #fff100;
}
.col_g{
	color: #006934;
}
.col_r{
	color: #C30D23;
}
.text_space{
	letter-spacing: 0em;
}
.cyawaku{
	border: #B28247 1px solid;
	border-radius: 10px;
}
.border_cya{
	border-bottom: #B28247 1px solid;
}
.border_cya_t{
	border-top: #B28247 1px solid;
}

.smp_lspace{
	margin: 0 5%;
}
.smp_rspace{
	margin-right: 0 5%;
}

/*@media (min-width: 768px) {
	.smp_lspace{
	margin-right: 0px;
	padding:0 0 0 20px;
}
}
*/
.smppadding{
	padding:0 20px;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #006934;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
}



#footer .copyright {
  text-align: center;
  padding-top: 0px;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #f1f7ff;
}

#footer .credits a {
  color: #bfddfe;
}

#footer .credits a:hover {
  color: #f1f7ff;
}