@charset "utf-8";
/* CSS Document */
/*-------------------------------------------------------
				ページタイトル
-------------------------------------------------------*/
.page_title_box{
	padding-top: 110px;
}
.page_title_box .page_title{
	width: 100%;
	z-index: 9;
}
.page_title_box .title_figure{
	width: 100%;
	height: 300px;
    position: absolute;
    right: 0;
	background-color: rgba(35,56,98,1.00)
}
.page_title_box .title_figure figure{
	overflow: hidden;opacity: 0.7;
}
.page_title_box .title_figure figure img{
	height: 300px;
	object-fit: cover;
	font-family: 'object-fit: cover;'
		
}
/*-------------------------------------------------------
				カテゴリーリンク
-------------------------------------------------------*/
#cate_link li a{
	color: #333;
	border: 1px solid #333;
	width: 80%;
    display: inline-block;
	padding-top: 10px;
	padding-bottom: 10px;
}
#cate_link li a:hover{
	color: #fff;
	border: 1px solid #12377e;
	background-color: #12377e;
	transition: all 0.3s;
}
.main_content .cate:first-child{
	padding-top: 0px!important;
}
/*-------------------------------------------------------
				事業内容
-------------------------------------------------------*/
.business .cate .box:first-child{
	margin-top: 30px;
}
.business .cate:first-child{
	margin-top: 0px;
	border-top: none;
}
/*-------------------------------------------------------
				スタッフの声
-------------------------------------------------------*/
.voice .cate:first-child{
	margin-top: 0px;
	border-top: none;
}
.voice .cate{
	padding-top: 60px;
	margin-top:60px;
}
/*クリックで表示*/
.voice .menu {
  display: block;
  position: relative;
	padding-right: 20px;
	cursor: pointer;
	cursor: hand;
}
.voice .menu:after {
    position: absolute;
    bottom: 0%;
    right: 0px;
    content: '〉';
    font-size: 15px;
    font-weight: bold;
	
}
.voice .menu.active:after {
	 -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -moz-transition: all, 0.25s, linear;
    -o-transition: all, 0.25s, linear;
    -webkit-transition: all, 0.25s, linear;
    transition: all, 0.25s, linear;
	bottom: -3px;
}
.voice .menu{
	position: absolute;
    right: 0%;
	margin: auto;
	
	margin-top: -80px;
}
.voice .box_wrap {
    display: none;
	text-align: left;
	background-color: rgba(222,226,234,0.150)
}
.voice .box:last-child{
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}
.voice .box_txt1 {
display: flex;
align-items: center;
}
.voice .box_txt1:before{
border-top: 1px solid #12377e;
content: "";
width: 17px;
margin-right: 10px;
}
/*-------------------------------------------------------
				募集要項
-------------------------------------------------------*/
.apply .cate:first-child{
	margin-top: 0px;
	border-top: none;
}
.apply .cate_box:first-of-type .box_item {
    border-top: 1px solid #12377e;
}
.apply .cate_box:last-of-type .box_txt1 {
    border-bottom: 1px solid #12377e!important;
}
/*-------------------------------------------------------
				ギャラリー
-------------------------------------------------------*/
.gallery .cate:first-child{
	margin-top: 0px;
	border-top: none;
}


/*-------------------------------------------------------
				ブログ
-------------------------------------------------------*/
.blog .box_item figure{
	width: 45%;
}

.peger li{
	margin-right: 20px;
	margin-left: 20px;
	font-weight: bold;
}

.peger li a{
	padding: 10px 15px;
}
.peger li a:hover{
	opacity: 0.6;
	transition: all 0.5s;	
}
/*.peger li:last-child a,.peger li:first-child a{

	color: #fff;
	font-weight: normal;
	background-color: #12377e;
	border-radius:3px;
}*/
	

/*------------------------------------------------------
				エントリー
-------------------------------------------------------*/
#tel_contact{
	margin-bottom: 80px;
}
#tel_contact .tel{
	padding-bottom: 20px!important;
}
#tel_contact .tel:hover{
	padding-bottom: 25px!important;
	padding-top: 15px!important;
	transition: 0.4s;
}
/*------------------------------------------------------
				プライバシーポリシー
-------------------------------------------------------*/
.privacy_box{
	background-color: #EFF3FB;
    padding: 50px 30px;	
	margin-top: 100px;
}

/*-------------------------------------------------------
					サイトマップ
-------------------------------------------------------*/
.sitemap ul li:hover{
	letter-spacing: 4px;
}
@media all and (-ms-high-contrast: none){
.page_title_box .title_figure {
    top: 100px;
}
#cate_link li a{
	padding-top: 15px;
}
	
.apply .cate_box .box_txt1 {
    padding-top: 15px;
}
.apply .cate_box .box_txt2 {
    padding-top: 15px;
}
.access .d_table{
    padding-top: 20px;		
}
.info .d_table{
    padding-top: 20px;		
}
#tel_contact .tel p a{
	padding-bottom: 15px!important;
}
#form_bt button{
	padding-bottom: 10px!important;	
}
.peger li a {
    padding: 11px 15px 5px;
}

}
/*ここからタブレット用（768px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width: 768px){
/*-------------------------------------------------------
				ページタイトル
-------------------------------------------------------*/
.page_title_box{
	padding-top: 140px;
}
.page_title_box .title_figure{
	height: 220px;
}
.page_title_box .title_figure figure img{
	height: 220px;		
}
	
	
/*-------------------------------------------------------
				事業内容
-------------------------------------------------------*/
.business .cate .cate_txt1{
	line-height: 1.4;	
}
.business .cate .box:first-child{
	margin-top: 25px;
}
	
	
/*-------------------------------------------------------
				ブログ
-------------------------------------------------------*/
.blog{
	width: 90%!important;
}
	
	
	
/*------------------------------------------------------
				プライバシーポリシー
-------------------------------------------------------*/
.privacy_box{
	margin-top: 50px;
}
}
@media screen and (max-width: 768px) and (-ms-high-contrast: none){
.page_title_box .title_figure {
    top: 50px;
}
}
/*ここからスマホ用（667px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width: 667px){
/*-------------------------------------------------------
				ページタイトル
-------------------------------------------------------*/
.page_title_box .page_title {
    margin-left: 0%;
    padding-left: 0%;
	color: #c2ba61;
	margin: auto;
	background-color: transparent;
}
.page_title_box .title_figure {
    width: 100%;
	height: 200px;
}
.page_title_box .title_figure figure img{
	height: 200px;		
}
	
.main_content{
	margin-top: 120px!important;
}
/*-------------------------------------------------------
				カテゴリーリンク
-------------------------------------------------------*/
#cate_link{
	margin-bottom: 30px!important;
}
#cate_link li a{
	width: 90%;
}
.main_content .cate:first-child{
	padding-top: 50px!important;
}
/*------------------------------------------------------
				株式会社サンホークについて
-------------------------------------------------------*/
/*------------------------------------------------------
				事業内容
-------------------------------------------------------*/
.business{
	margin-top: 0px!important;
}
.business .cate .box:first-child {
    margin-top: 5px;
}
/*-------------------------------------------------------
				スタッフの声
-------------------------------------------------------*/
.voice .cate{
	padding-top: 50px;
	margin-top:50px;
}
.voice .menu {
    margin-top: -70px;
}
/*------------------------------------------------------
				募集要項
-------------------------------------------------------*/
.apply{
	margin-top: 0px!important;
}
/*------------------------------------------------------
				ギャラリー
-------------------------------------------------------*/
.gallery{
	margin-top: 0px!important;
}
	
/*-------------------------------------------------------
				ブログ
-------------------------------------------------------*/
.blog .box_item figure {
    width: 100%;
}

	
/*------------------------------------------------------
				エントリー
-------------------------------------------------------*/
#tel_contact {
	padding-top: 20px;
    margin-bottom: 50px;
}
#tel_contact .tel p{
	line-height: 2.0!important;
}
#tel_contact .tel:hover{
	padding-bottom: 25px!important;
	padding-top: 5px!important;
	transition: 0.4s;
}
/*------------------------------------------------------
				プライバシーポリシー
-------------------------------------------------------*/
.privacy_box{
	padding: 25px 15px;
}
}