/* ===================================
    Crafto - Consulting
====================================== */
/* font */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap');
/* variable */
:root {     
    --base-color: #75B010;
	--base-color2: #466A0A;
    --dark-gray: #292d36;
    --medium-gray: #454545;
    --primary-font: 'YakuHanJP','Kumbh Sans', sans-serif;
    --alt-font: 'YakuHanJP','Kumbh Sans', sans-serif;
}
/* reset */
body {
    font-size: 15px;
    line-height: 24px; 
}
a {
    color: #454545;
}
/* bg gradient color */
.bg-gradient-black-dark-orange {
    background-image: linear-gradient(to right top, #353332, #312b28, #15110f, #4a3229, #5a2611);
}
.bg-gradient-dark-orange-transparent { 
    background-image: linear-gradient(to right top, rgba(212, 110, 66,.8), rgba(197, 105, 66,.8), rgba(184, 101, 66,.8), rgba(158, 93, 67,.8), rgba(111, 80, 70,.8));
}
/* header */
.header-icon .icon > a {
    font-size: 20px;
}
.navbar .navbar-nav .nav-link {
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0;
}
.navbar .navbar-nav .dropdown .dropdown-menu a {
    font-size: 16px;
    line-height: 28px;
}

.navbar .navbar-nav .nav-link {
 padding: 10px 15px;
}


.push-menu {
    width: 400px;
}
header .navbar-brand img {
    max-height: 35px;
}
.navbar .navbar-nav .simple-dropdown .dropdown-menu {
    border-radius: 5px;
}
.navbar .navbar-nav .simple-dropdown .dropdown-menu li a {
    padding: 9px 0 11px;
    border-bottom: 1px solid var(--light-medium-gray);
}
.navbar .navbar-nav .simple-dropdown .dropdown-menu li:first-child a {
    padding-top: 0;
}
.navbar .navbar-nav .simple-dropdown .dropdown-menu li:last-child a {
    border: 0;
    padding-bottom: 0;
}
.push-menu .close-menu {
    right: 30px;
    top: 30px;
}
/* typography */
h1 {
    line-height: 4.5rem;
}
/* subcribe style 02 */
.newsletter-style-02 .btn {
    padding: 7px 18px 9px 18px;
}
/* footer */
footer .input-small, footer .textarea-small {
    font-size: 15px;
    padding-left: 20px;
}
footer .footer-logo img {
    max-height: 35px;
}
/* page title */
.page-title-extra-small h1 {
    font-size: 22px;
    line-height: 32px;
}
/* subcribe style 02 */
.newsletter-style-02 input {
    padding-right: 65px;
}
/* media query responsive */
@media (max-width: 1199px) {
    .newsletter-style-02 input {
        padding-left: 15px;
    }
}
@media (max-width: 991px) {
    .navbar .navbar-nav .simple-dropdown .dropdown-menu {
        margin-top: 15px;
    }
}
@media (max-width: 767px) {
    .page-title-extra-small h1 {
        font-size: 20px;
        line-height: 28px;
    }
    .process-step-style-02 .progress-step-separator {
        display: block;
    }
}
@media (max-width: 575px) {
    .process-step-style-02 .progress-step-separator {
        display: none;
    }
}


/**カスタマイズ************************************************************************/



.HakoraboNews{
}

.HakoraboNews dl{
 margin-bottom: 30px;
}

.HakoraboNews dl dt{}
.HakoraboNews dl dt a{
 text-decoration: underline;
}

.HakoraboNews dl dd{}



.PC-none{display: none;}
.SP-none{display: block;}

@media (max-width: 575px) {
 .SP-none{display: none;}
 .PC-none{display: block;}
}



.shurui{
 background-color: #FF6600;
 padding: 8px 20px;
 margin-right: 10px;
 color: white;
 border-radius: 20px;
 font-size: 14px;
 font-weight: 700;
}


/**************************************求人情報　カテゴリー表示***/



.CategoryHeaderSub{
padding:30px 0 15px;
}

.Category-link ul {
	margin-bottom: 10px;
	width: 100%;
	text-align: center;
	padding-left: 0;
}
.Category-link ul li {
 text-align: center;
 display: inline-block;
 margin-bottom: 30px;
}
.Category-link ul li a {
 margin-left: 10px;
 margin-right: 10px;
 padding: 9px 18px;
 background: #FF9900;
border-radius: 5px;
 color: white;
}
.Category-link ul li a:hover,
.Category-link ul li a:focus,
.Category-link ul li a:active
{
    background: #FF6600;
}
@media (max-width: 575px) {
	
.Category-link ul {
	text-align: left;
}
	
	.Category-link ul li {
		font-size: 13px;
 text-align: center;
 display: inline-block;
 margin-bottom: 15px;
}
.Category-link ul li a {
 margin-left: 5px;
 margin-right: 5px;
 padding: 5px 10px;
 color: white;
}
}



/**************************************求人情報***/

.Recruit-object{
	margin-bottom: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom: 1px dotted #CCCCCC;
}

.Recruit-object h6{
	font-size: 17px;
	margin-bottom: 5px;
	font-weight: 700;
	color: var(--base-color);

}

.Recruit-object > div{
margin-bottom: 10px;
}


/*---------------------wordpressのページネーション　投稿部分のWP-PageNaviのCSSを上書き-------------------*/
.PAGENATION{
}

.PAGENATION span.pages{
 display: none;
}
.PAGENATION .wp-pagenavi{
}

.PAGENATION .wp-pagenavi {
clear: both;
text-align:center;
}
.PAGENATION .wp-pagenavi a,
.PAGENATION .wp-pagenavi span {
color: #666;
background-color: #FFF;
border: solid 1px #ccc;
padding: 12px 15px;
margin: 0 2px;
white-space: nowrap;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
-webkit-transition: 0.2s ease-in-out;
-moz-transition: 0.2s ease-in-out;
-o-transition: 0.2s ease-in-out;
transition: 0.2s ease-in-out;
text-align: center;
text-decoration:none;
}
.PAGENATION .wp-pagenavi a:hover{
color:#FFF; 
background-color:var(--base-color);
border-color:#ccc;
}
.PAGENATION .wp-pagenavi span.current{
background: var(--base-color);
  color: #FFFFFF;
 border: solid 1px #ccc;
}

.PAGENATION .wp-pagenavi a.last,
.PAGENATION .wp-pagenavi a.first{
	display:none!important;

}

/**********************************お知らせ***/
.News-area-box dl {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
}

.News-area-box dt {
  font-weight: 300;
}
.News-area-box dt span {
  font-size: 13px;
  margin-right: 10px;
}
.News-area-box dt a {
  color: var(--base-color);
  text-decoration: underline;
}
.News-area-box dd {
  margin-top: 10px;
  font-weight: 100;
}

@media (max-width: 575px) {
.News-area-box dl dt span {
 display: block;
 }
.News-area-box dl dt a {}
}



.blog-details-content > .title {
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 20px;
  text-transform: capitalize;
  font-weight: 100;
 color:var(--base-color);
}

.single-content-box {
  margin-top: 30px;
  padding-bottom: 45px;
  border-bottom: 1px solid #CCC;
  margin-bottom: 45px;
}

.mr-5px{
 margin-right: 5px;
}


.PageNation-NextPrev .PagePrev a,
.PageNation-NextPrev .PageNext a {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #75B010 !important;
  border-radius: 10px;
  color: var(--base-color);
  display: block;
  line-height: 1.6;
  padding: 10px;
  text-align: center;
}

@media (max-width: 575px) {
 .PageNation-NextPrev .PagePrev a,
.PageNation-NextPrev .PageNext a {
 font-size: 14px;
}
}

/**********************************お知らせ***/







/**ウィジェット部分*****************************************/

.blog-widget {
  border: 1px solid #dee2e6;
  border-radius: 6px;
  padding: 25px 30px 30px;
  margin-bottom: 30px;
 background-color: white;
}
.blog-widget .bw-title {
  margin-bottom: 15px;
  font-size: 20px;
  position: relative;
  font-weight: 100;
	color: var(--base-color);
}
.list-wrap {
  margin: 0px;
  padding: 0px;
}


.blog-widget.widget2 li,
.blog-widget.widget3 li {
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 15px;
  padding-bottom: 12px;
  list-style: none;
}

.blog-widget.widget2 li:last-child,
.blog-widget.widget3 li:last-child{
  border: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.sidebar-search{
 position:relative;
 margin-bottom: 30px;
 background: white;
  
 
}
.sidebar-search form input {
  width: 100%;
  background: transparent;
  padding: 20px 55px 20px 28px;
  font-weight: 400;
  font-size: 14px;
  height: 65px;
 border-radius: 6px;
}
.sidebar-search form button {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: transparent;
  padding: 0;
  font-size: 24px;
  line-height: 0;
 color: var(--base-color);
}

.bs-cat-list .list-wrap li {
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.bs-cat-list .list-wrap li:last-child {
  border: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.bs-cat-list .list-wrap li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
  font-size: 16px;
}
.bs-cat-list .list-wrap li a span {
  font-size: 14px;
  color: var(--base-color);
  transition: all 0.3s ease-out 0s;
}


/*-----------------------------*/


.PrivacyDL{}

.PrivacyDL dt{}


.PrivacyDL dd{
 margin-bottom: 40px;
}


@media (max-width: 991px) {
 header .header-button a.btn.btn-transparent-white-light{
 color: var(--dark-gray);
 border: 1px solid #787878;
}

header .header-button a.btn.btn-transparent-white-light:hover{
 color: white;
 border: 1px solid var(--base-color);
 background-color: var(--base-color);
}
}

header.sticky.sticky-active .header-button a{
 color: var(--white);
 /*border: 1px solid #787878;*/
}

header.sticky.sticky-active .header-button a:hover{
 color: white;
 border: 1px solid var(--base-color);
 background-color: var(--base-color);
}



.work-box{}
.work-box h3{
 font-size: 16px;
 line-height: 1.5;
}

/*================================================================================================▼START スマホ用サイズ調整*/


  h2, .h2 {
  font-size: 2.2rem;
  line-height: 2.6rem;
}



@media (max-width: 991px) {/*responsive.css 19974行目を上書き*/
 .navbar .navbar-nav .nav-item .dropdown-toggle,
 .navbar-modern-inner .navbar-nav .nav-item .dropdown-toggle,
 .navbar-full-screen-menu-inner .navbar-nav .nav-item .dropdown-toggle {

    width: 60px;
    right: 20px;
  }
}


@media ( max-width : 767px ){
  h1{
  font-size: 2.8rem;
  line-height: 3.2rem;
 }
  .header-img h1{
  font-size: 16px;
 }
  .header-img h2{
  font-size: 24px;
 }
 
 
}

@media ( max-width : 575px ){
 h1{
  font-size: 2.8rem;
  line-height: 2.8rem;
 }
  h2, .h2 {
  font-size: 2.2rem;
  line-height: 2.6rem;
}
   h3, .h3 {
  font-size: 2rem;
  line-height: 2.4rem;
}
 
 .footer-menu-link{
  font-size: 14px;
 }
 
 .swiper.sm-h-500px { height: 375px !important;  }
 .swiper-slide .fs-20{  font-size: 16px; }
 .swiper-slide .btn.btn-rounded.btn-extra-large{
  padding-top: 10px;
 padding-bottom: 10px;
 font-size: 14px;}

 .swiper-slide .btn.with-rounded > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  position: absolute;
  border-radius: 100%;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.35);
}
 .accordion-item .fs-20{
  font-size: 16px;
  line-height: 1.6;
 }
 
 
}


/*================================================================================================▲END スマホ用サイズ調整*/



.company-profile-area{}



.company-profile-area table {
  border-collapse: collapse;
  width: 90%;
  margin: 30px auto 60px auto;
}

@media (max-width:767px){
 .company-profile-area table {
  width: 98%;
}
}

/*レスポンシブテーブル*/
.company-profile-area table{
  border-collapse: collapse;
  width: 98%;
 margin: 30px auto 60px auto;
}
.company-profile-area .tb01 th{
 width: 150px;
}

.company-profile-area .tb01 th,
.company-profile-area .tb01 td{
  padding: 15px 10px;
  border-bottom: 1px solid #ccc;
  text-align:left;
  box-sizing:border-box;
}

.company-profile-area .tb01 ol{
 padding-left: 1rem;
 margin-bottom:  0;
}



@media screen and (max-width: 640px) {
  .tb01 {
    width: 100%;
  }
.company-profile-area table.tb01 th,
.company-profile-area table.tb01 td {
    display: block;
    width: 100%;
    border-bottom:none;
  }
 .company-profile-area table.tb01 th  {
  color: var(--tg-orange);
  padding-bottom: 0;
  }
  .company-profile-area .tb01 tr{
    border-bottom: solid 1px #ccc;
  }
 
 .company-profile-area .Tokuchou-box{
  padding: 70px 10px 40px;
 }
}
/* end レスポンシブテーブル*/





/*下層ページのヘッダー画像のサイズ*/
.small-screen {
  height: 100px !important;
}

.page-title-extra-small h2 {
  font-size: 2rem;
  line-height: 2.4rem;
}


/*下層ページのパンくずナビの下のセクション*/
.under-section{	padding-top: 40px;}

@media screen and (max-width: 640px) {
.under-section{	padding-top: 10px;}
}


/*---------------------------------------------------------------パンくず*/
.pankuzu-area {
  padding: 10px 0 10px;
	margin-top: 10px;
}

.breadcrumb-content .breadcrumb-item,
.breadcrumb-content .breadcrumb-item a
{
  color: var(--dark-gray);
  font-size: 12px;
	line-height: 12px;
  text-transform: capitalize;
}
.breadcrumb-content .breadcrumb-item a:hover
{
  color: var(--base-color);
}

.breadcrumb{
	font-size: 12px;
}

/*---------------------------------------------------------------求人一覧*/


.tag-item{
	font-size:13px;
	line-height: 1.5;
	}

/**********************flexボックスで子要素の高さを揃える******/
.d-flex-column{
 display: flex;
 flex-direction: column;
 height: 100%;/*これがないと縦方向の自動新宿が機能しない*/
}

.d-flex-grow{
 flex-grow: 1!important;
}
/* 親要素などに「align-items-center」を指定していると、縦方向に揃わないので、
「align-items-center」は使わないようにする */
/**************************************************************/



/*************************************************************** 応募フォーム **/



.MailFormBox {
  background: #fff;
  border: 1px solid #ededed;
  border-radius: 7px;
  box-shadow: 0 0 7px rgba( 0, 0, 0, 0.2 );
  line-height: 1.8;
  padding: 60px 30px 30px 30px !important;

}



@media (max-width: 575px) {
  .MailForm-wrap{
    padding: 0 15px 40px 15px;
  }
}

/*---------------------wordpress　コンタクトフォームで使用する-------------------*/



.contact-form-area input,
.contact-form-area select,
.contact-form-area textarea,
.contact-form-area .form-control,
.contact-form-area .form-select {
  padding: 5px 10px;
  /*width: 100%;　　　wordpressのコンタクトフォームで表示くずれるので、ココはコメントアウト*/
  /*max-width: 100%;*/
  resize: none;
  outline: none;
  font-size: 16px;
  border: 1px solid #e4e4e4;
  color: var(--medium-gray);
  line-height: inherit;
  word-break: normal;
  -webkit-transition: 0.3s;
  transition: 0.3s;
 /*margin-left: 1em;*/
}

.contact-form-area .form-checkBTN-wrap input{
  margin-left: 0;
}

.contact-form-area .form-checkBTN-wrap .wpcf7-list-item{
 margin-left: 0;
}


.contact-form-area .form-checkBTN-wrap .wpcf7-form-control-wrap{
 padding: 10px 20px;
 background: #eee;
 border-radius: 20px;
}

@media (max-width: 991px) {
.contact-form-area input,
.contact-form-area select,
.contact-form-area textarea,
.contact-form-area .form-control,
 .contact-form-area .form-select {
  margin-left: 0;
 }
}

.contact-form-area .tg-element-title{
 color:var(--base-color);
 font-size:20px;
}


.MailFormBox .Kanrigamen-Contents {
 width: 80%;
}
@media (max-width: 991px) {
 .MailFormBox .Kanrigamen-Contents {
 width: 100%;
}
}

.form-group{
 padding-bottom: 30px;
}
.form-group p{
 margin: 0;
 padding: 0;
}
.form-group label{
 padding-bottom: 5px;
 font-weight: 700;
}

.form-group label em{
	font-size: 12px;
	color: var(--base-color);
	font-style: normal;
	padding-left: 10px;
}



.form-checkBTN{}
.SOUSHIN{}

.SOUSHIN p input{
	margin-left: 0px!important;
		
}
.SOUSHIN .btn.btn-large{
font-size:16px;
}

input.form-company,
input.form-name,
input.form-tel,
input.form-mail,
textarea.form-message{
 width: 100%;
}


.form-checkbox-service span.wpcf7-list-item,
.form-checkbox-shurui span.wpcf7-list-item{
 display: block;
  margin-top: 10px;
  padding: 7px 2%;
  border-radius: 3px;
  background: #f0f0f0;
 
}

.form-checkbox-service span.wpcf7-list-item label,
.form-checkbox-shurui span.wpcf7-list-item label{
 display: block;
}

.form-checkbox-service span.wpcf7-list-item label:hover,
.form-checkbox-shurui span.wpcf7-list-item label:hover{
 cursor: pointer;
	background: #1DA0FF;
 color: white;
}

.form-checkbox-service span.wpcf7-list-item:hover,
.form-checkbox-shurui span.wpcf7-list-item:hover{
 cursor: pointer;
		background: #1DA0FF;
 color: white;
}


.wpcf7-list-item-label{
 font-weight: normal;
}
.wpcf7-list-item label{
 padding-bottom: 0px;
}



/*wordpress　コンタクトフォームの送信部分・・・チェックを入れたら送信可能にする場合のカラー変化に使用*/
.MailFormBox .btn-base-color:disabled{
 background-color: #999!important;
}














/*TOPスライダー　SP表示の際にサイズなど変更*/
	.Slider-jobmart .feature-box-content a{
		color:var(--white);
	}

@media (max-width: 575px) {
	.Slider-jobmart .feature-box-content a{
		border-radius: 10px;
		background-color: var(--base-color);
		padding: 10px 20px;
		font-size: 14px!important;
	}
	.Slider-jobmart .feature-box-icon{
		display: none;
	}
	
}




.mb-60px{
	margin-bottom: 60px;
}
