@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');

html{
	scroll-behavior: smooth;
	}

div,p,li,header,footer{
	box-sizing: border-box;
	}
img{
	border : 0px;
	vertical-align: bottom;
	}

/* リンク */
a:link { color: #353535; text-decoration : none;} 
a:visited { color: #353535; text-decoration : none;} 
a:hover { color: #353535; text-decoration : none;} 
a:active { color: #353535; text-decoration : none;} 
a:focus{ outline:none;}

.ce{
	text-align : center;
	}
.rr{
	text-align : right;
	}
.ll{
	text-align : left;
	}

p{
	margin : 0;
	}

.mb10{margin-bottom: 10px;}
.mb20{margin-bottom: 20px;}
.mb30{margin-bottom: 30px;}
.mb40{margin-bottom: 40px;}
.mb50{margin-bottom: 50px;}


form{
	margin : 0;
	}
input,select,button{
	margin : 0 0 10px 0;
	}
table{
	text-align: left;
	border-collapse: collapse;
	width: 100%;
	}
ul,ol,li,dl,dt,dd,td,tr{
	margin : 0;
	padding : 0;
	list-style: none;
	}







body{
	font-family: 'Noto Sans JP', "Hiragino Kaku Gothic Pro","ヒラギノ角ゴシック Pro", "メイリオ", Meiryo, Osaka, sans-serif;
    font-style: normal;
    font-weight: 400;
	font-size: 16px;
	line-height: 1.6;
	color: #000;
	margin: 0 auto;
	padding: 0;
	}




#fix_contact{
	position: fixed;
	right: 0;
	top: 100px;
	z-index: 99999;
	writing-mode: vertical-rl;
	}
#fix_contact ul{
	display: flex;
	gap: 10px;
	font-size: 14px;
	font-weight: bold;
	}
#fix_contact ul li{
	background: #ff0000;
	border: solid 1px #fff;
	transition: 0.2s;
	}
#fix_contact ul li:hover{
	background: #ff4646;
	transition: 0.2s;
	}
#fix_contact ul li:first-child{
	background: #06b0e1;
	}
#fix_contact ul li:first-child:hover{
	background: #38d2ff;
	}
#fix_contact ul li a{
	color: #fff;
	display: block;
	padding: 20px 5px;
	}




header{
	padding: 5px 40px 10px 40px;
	width: 100%;
	min-width: 1000px;
	margin: 0 auto;
	background: rgba(255,255,255,1);
	border-bottom: solid 1px #cecece;
	}
header h1{
	width: 1000px;
	margin: 0 auto 10px;
	font-weight: 500;
	font-size: 14px;
	text-align: center;
	}
header #content{
	width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	min-width: 1000px;
	gap: 30px;
	font-weight: 700;
	}
header #content .logo{
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	}
header #content .logo > h2{
	margin: 0;
	}
header #content .logo .company{
	}
header #content .logo .company h2{
	font-size: 10px;
	font-weight: 500;
	margin: 0 0 10px 0;
	line-height: 1;
	}
header #content .logo .company h3{
	font-size: 40px;
	font-weight: 900;
	margin: 0;
	line-height: 1;
	}
header #content .logo .company h3 span{
	font-size: 22px;
	}
header #content .call{
	font-size: 14px;
	line-height: 1;
	text-align: right;
	}
header #content .call .number{
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	line-height: 1.2;
	}
header #content .call .number p:last-child{
	font-size: 41px;
	color: #06b0e1;
	font-weight: 900;
	}
header #content .call .number p:last-child span{
	font-size: 32px;
	}
ul#mainnav{
	display: flex;
	justify-content: center;
	min-width: 40%;
	gap: 50px;
	font-weight: 700;
	border-bottom: solid 1px #cecece;
	padding: 10px 0;
	position: sticky;
	top: 0;
	z-index: 9999;
	background: #fff;
	}
ul#mainnav li a{
	transition: 0.2s;
	font-size: 18px;
	}
ul#mainnav li a:hover{
	color: #ff0000;
	transition: 0.2s;
	}



footer{
	background: url('img/common/foot.jpg') no-repeat center top;
	background-size: cover;
	font-size: 14px;
	padding: 40px 0 0 0;
	text-align: center;
	}

footer .logo{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	color: #fff;
	}
footer .logo > h2{
	margin: 0;
	}
footer .logo .company{
	}
footer .logo .company h2{
	font-size: 10px;
	font-weight: 400;
	margin: 0 0 10px 0;
	line-height: 1;
	}
footer .logo .company h3{
	font-size: 40px;
	font-weight: 900;
	margin: 0;
	line-height: 1;
	}
footer .logo .company h3 span{
	font-size: 22px;
	}

footer .data{
	color: #fff;
	margin: 20px 0;
	}

footer ul.btn{
	display: flex;
	justify-content: center;
	gap: 40px;
	margin: 0 0 50px 0;
	}
footer ul.btn li a{
	background: #ff0000;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	padding: 8px 20px;
	}
footer ul.btn li:first-child a{
	background: #06b0e1;
	transition: 0.2s;
	}
footer ul.btn li a:hover{
	background: #ff4646;
	transition: 0.2s;
	}
footer ul.btn li:first-child a:hover{
	background: #38d2ff;
	}
	
footer .content .data h1{
	font-family: 'Noto Serif','游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-weight: 500;
	font-size: 24px;
	line-height: 1.6;
	}
footer .content .data  h1 img{
	margin: 0 5px 0 0;
	}


footer ul.nav{
	color: #fff;
	background: #ff0000;
	display: flex;
	justify-content: center;
	gap: 40px;
	padding: 20px 0;
	}
footer ul.nav li a{
	color: #fff;
	}

#copy{
	background: #ff0000;
	color: #fff;
	font-size: 12px;
	text-align: center;
	padding: 5px 0;
	border-top: solid 1px #fff;
	}
#copy h2{
	font-size: 14px;
	margin: 0;
	}



.scroll-top{
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 38px;
	height: 38px;
	cursor: pointer;
	display: none;
	z-index: 9999;
	}
.scroll-top:hover{
	bottom: 30px;
	transition: 0.2s;
	}






/*animation*/
#kv .fade1{
	opacity: 0;
	animation: fadeIn 1.5s forwards;
	}
#kv .fade2{
	opacity: 0;
	animation: fadeIn 1s 1s forwards;
	}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}



.amt.fadeup{
	opacity: 0;
	transition-duration: .5s;
	transform: translateY(100px);
	}
.amt.fadeup.active{
	opacity: 1;
	transform: translateY(0px);
	}

.amt.zoom{
	opacity: 0;
	transition-duration: .5s;
	transform:scale(0.2);
	}
.amt.zoom.active{
	opacity: 1;
	transform:scale(1);
	}



#breadcrumb{
	font-size: 14px;
	}
#breadcrumb ul{
	width: 1000px;
	margin: 0 auto;
	padding: 5px 0;
	display: flex;
	justify-content: left;
	gap: 10px;
	}


#page_title{
	background: #efefef;
	color: #2b2b2b;
	padding: 40px 0;
	}
#page_title h2{
	font-size: 30px;
	text-align: center;
	line-height: 1.4;
	margin: 0;
	}
#page_title h2 span{
	font-size: 16px;
	display: block;
	}

.content{
	width: 1000px;
	margin: 0 auto;
	padding: 100px 0;
	}
.content_gray{
	background: #f3f3f3;
	}

h2.title{
	color: #ff0000;
	font-size: 32px;
	text-align: center;
	line-height: 1.4;
	margin: 0 0 50px 0;
	}
h2.title span{
	color: #000;
	font-size: 14px;
	display: block;
	}







/* index */


#index_kv{
	background: url('http://hino-shoten.co.jp/wp-content/uploads/2025/07/main.jpg') no-repeat;
	padding: 100px 0 0 0;
	}
#index_kv .content{
	width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding: 0;
	}
#index_kv .content .text{
	width: 452px;
	}
#index_kv .content .text ul{
	display: flex;
	justify-content: left;
	gap: 20px;
	}
#index_kv .content .text ul li{
	color: #fff;
	font-weight: 900;
	background: #ff0000;
	border-radius: 20px;
	padding: 0 20px;
	font-size: 26px;
	}
#index_kv .content .text .text1{
	text-align: center;
	font-size: 28px;
	font-weight: 900;
	margin: 10px 0;
	}
#index_kv .content .text .name{
	display: flex;
	justify-content: left;
	align-items: center;
	gap: 20px;
	margin: 30px 0 0 0;
	}
#index_kv .content .text .name .catch{
	color: #fff;
	font-weight: 900;
	background: #ff0000;
	border-radius: 20px;
	padding: 15px 20px;
	font-size: 22px;
	line-height: 1.2;
	margin: 5px 0 0 0;
	text-align: center;
	}
#index_kv .content .text .name .company{
	font-weight: 900;
	font-size: 70px;
	line-height: 1.2;
	}
#index_kv .content .image p:last-child{
	text-align: center;
	margin: 50px 0 0 0;
	}

#index_main{
	width: 1000px;
	margin: 120px auto 150px;
	padding: 0 0 50px 0;
	background: url('http://hino-shoten.co.jp/wp-content/uploads/2025/07/area.png') no-repeat center 130px;
	}
#index_main h2{
	color: #fff;
	font-weight: 900;
	background: #ff0000;
	border-radius: 50px;
	padding: 15px 20px;
	width: 100%;
	font-size: 34px;
	line-height: 1.2;
	margin: 0 0 40px 0;
	text-align: center;
	}
#index_main .area{
	text-align: center;
	font-size: 34px;
	font-style: italic;
	line-height: 1.4;
	font-weight: 600;
	margin: 0 0 380px 0;
	}
#index_main .text{
	text-align: center;
	font-size: 20px;
	}
	

#index_business{
	background: #ff0000;
	padding: 100px 0;
	}
#index_business .content{
	width: 1200px;
	margin: 0 auto;
	border-radius: 20px;
	background: #fff;
	padding: 100px;
	}
#index_business .content .lead{
	margin: 0 0 50px 0;
	text-align: center;
	}
#index_business .content ul{
	display: flex;
	justify-content: space-between;
	}
#index_business .content ul li{
	width: 310px;
	letter-spacing: -0.5px;
	}
#index_business .content ul li .title{
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0 5px 0;
	}
	

#index_map{
	width: 1000px;
	margin: 0 auto 150px;
	}
#index_map .lead{
	margin: 0 0 50px 0;
	text-align: center;
	}
#index_map .office{
	display: flex;
	justify-content: space-between;
	gap: 50px;
	margin: 0 0 100px 0;
	}
#index_map .office .data{
	width: 420px;
	}
#index_map .office .data .name{
	color: #ff0000;
	font-weight: bold;
	}
#index_map .office .data .traffic{
	display: flex;
	gap: 20px;
	}









#index_information{
	background: #f5f5f5;
	margin: 0 0 150px 0;
	padding: 100px 0;
	}
#index_information .content{
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	}

#index_information ul{
	border-top: solid 1px #ccc;
	}
#index_information ul li{
	border-bottom: solid 1px #ccc;
	padding: 15px 0;
	}
#index_information ul li .data{
	display: flex;
	justify-content: left;
	gap: 20px;
	margin: 0 0 10px 0;
	}
#index_information ul li .data .date{
	}
#index_information ul li .data .category{
	background: #5ab7da;
	border-radius: 5px;
	color: #fff;
	padding: 2px 10px 0 10px;
	font-size: 12px;
	}
#index_information ul li .data .title{
	color: #0795b4;
	font-weight: bold;
	}

#index_information .content .btn a{
	display: block;
	border-radius: 50px;
	background: #ff0000;
	position: relative;
	padding: 10px 60px;
	transition: 0.5s;
	white-space: nowrap;
	width: 150px;
	margin: 50px auto 0;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	}
#index_information .content .btn a:hover{
	background: #ff5050;
	}
#index_information .content .btn a:after {
	content: "";
	width: 12px;
	height: 12px;
	border-bottom: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(-45deg);
	position: absolute;
	right: 25px;
	top: 17px;
	transition: 0.5s;
	}










/* company */


.content table.company_table th{
	border: solid 1px #d8d8d8;
	background: #ececec;
	padding: 15px;
	font-weight: bold;
	width: 20%;
	}
.content table.company_table td{
	border: solid 1px #d8d8d8;
	background: #fff;
	padding: 15px;
	}




/* business */

#business_main{
	background: url('http://hino-shoten.co.jp/wp-content/uploads/2025/07/main.jpg') no-repeat;
	padding: 120px 0 90px 0;
	}
#business_main .content{
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	}
#business{
	margin: 0 0 100px 0;
	}
#business .content{
	width: 1200px;
	margin: 0 auto;
	border-radius: 20px;
	background: #fff;
	padding: 100px;
	}
#business .content .lead{
	margin: 0 0 50px 0;
	text-align: center;
	}
#business .content ul{
	display: flex;
	justify-content: space-between;
	}
#business .content ul li{
	width: 310px;
	letter-spacing: -0.5px;
	}
#business .content ul li .title{
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0 5px 0;
	}










/* recruit */

.recruit_lead{
	color: #06b0e1;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	padding: 100px 0;
	}
.recruit_lead span{
	background: linear-gradient(transparent 75%, #ffff7f 75%);
	}

#recruit_main{
	background: url('http://hino-shoten.co.jp/wp-content/uploads/2025/07/recruit_main.jpg') no-repeat;
	}
#recruit_main .content{
	width: 1000px;
	margin: 0 auto;
	position: relative;
	padding: 100px 0 60px 0;
	}
#recruit_main .content .text{
	width: 550px;
	background: rgba(255,255,255,0.8);
	border-radius: 20px;
	font-size: 14px;
	padding: 30px;
	margin-left: auto;
	margin-bottom: 80px;
	}
#recruit_main .content ul{
	display: flex;
	justify-content: space-between;
	}
#recruit_main .content ul li{
	background: rgba(255,0,0,0.8);
	color: #fff;
	text-align: center;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	width: 160px;
	height: 160px;
	position: relative;
	}
#recruit_main .content ul li span{
	position: absolute;
	top: -30px;
	font-size: 36px;
	color: #ffe403;
	font-weight: bold;
	}


.recruitment_area{
	display: flex;
	justify-content: space-between;
	gap: 4%;
	}
.recruitment_area .kansai{
	background: #fbfab6;
	border-radius: 20px;
	padding: 30px;
	text-align: center;
	width: 48%;
	}
.recruitment_area .chubu{
	background: #d3ecf8;
	border-radius: 20px;
	padding: 30px;
	text-align: center;
	width: 48%;
	}
.recruitment_area .kansai .title,
.recruitment_area .chubu .title{
	font-weight: bold;
	font-size: 18px;
	margin: 0 0 10px 0;
	}


.cancel_btn a{
	display: block;
	border: solid 1px #d09494;
	border-radius: 50px;
	background: #f1dcdc;
	position: relative;
	padding: 15px 100px;
	transition: 0.5s;
	font-size: 16px;
	white-space: nowrap;
	width: 300px;
	margin: 50px auto 0;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	}
.cancel_btn a:hover{
	background: #fff;
	color: #d09494;
	}
.cancel_btn a:after {
	content: "";
	width: 15px;
	height: 15px;
	border-bottom: solid 3px #000;
	border-right: solid 3px #000;
	transform: rotate(45deg);
	position: absolute;
	right: 25px;
	top: 22px;
	transition: 0.5s;
	}
.cancel_btn a:hover:after{
	border-bottom: solid 3px #d09494;
	border-right: solid 3px #d09494;
	}

.recruitment_staff{
	display: flex;
	justify-content: space-between;
	gap: 90px;
	}
.recruitment_staff .text{
	}
.recruitment_staff .image{
	width: 390px;
	}








/* スタッフの皆様へ一覧 */

ul.information{
	margin-top: -50px;
	}
ul.information li{
	border-bottom: solid 1px #c8c8c8;
	padding: 20px 0;
	}
ul.information li .info-title{
	font-size: 120%;
	font-weight: bold;
	}
	



/* 新着情報一覧ページ */

ul.all-posts{
	border-top: solid 1px #ccc;
	}
ul.all-posts li{
	border-bottom: solid 1px #ccc;
	padding: 15px 0;
	}
ul.all-posts li .data{
	display: flex;
	justify-content: left;
	gap: 20px;
	margin: 0 0 10px 0;
	}
ul.all-posts li .data .date{
	}
ul.all-posts li .data .category{
	background: #5ab7da;
	border-radius: 5px;
	color: #fff;
	padding: 2px 10px 0 10px;
	font-size: 12px;
	}
ul.all-posts li .data .title{
	color: #0795b4;
	font-weight: bold;
	}




/* スタッフの皆様へ・新着情報個別ページ */
.blog_single .date{
	}
.blog_single .title{
	font-size: 20px;
	}
.blog_single .category span{
	background: #5ab7da;
	border-radius: 5px;
	color: #fff;
	padding: 3px 10px;
	font-size: 12px;
	}
.blog_single .text{
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	padding: 30px 0;
	margin: 10px 0 30px 0;
	}
.blog_single .prev{
	text-align: center;
	}




/* ページネーション */
/* ページネーション全体を中央寄せ */
.pagination {
  text-align: center;
  margin-top: 40px;
}

/* ナビゲーション内部のリンクリスト */
.pagination .nav-links {
  display: inline-flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

/* 各ページ番号ボタンのスタイル */
.pagination .page-numbers {
  display: inline-block;
  padding: 5px 14px;
  background-color: #f0f0f0;
  color: #333;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.2s, color 0.2s;
}

/* 現在のページ */
.pagination .current {
  background-color: #ff0000;
  color: #fff;
  pointer-events: none;
}

/* ホバーエフェクト */
.pagination .page-numbers:hover:not(.current) {
  background-color: #ff0000;
  color: #fff;
}

/* 「次へ」や「前へ」ボタン */
.pagination .next,
.pagination .prev {
  font-weight: bold;
}










/* contact */


table.contact_table{
	width : 100%;
	margin : 0 0 80px 0;
	}
table.contact_table th{
	width : 300px;
	border : solid 1px #ccc;
	padding : 25px 0 25px 10px;
	background : #eee;
	}
table.contact_table td{
	border : solid 1px #ccc;
	padding : 25px 0 25px 20px;
	background: #fff;
	}
table.contact_table .req {
	background: #ff6600;
	padding: 2px 5px;
	font-size: 10px;
	color: #fff;
	border-radius: 3px;
	-webkit-radius: 3px;
	-moz-border-radius: 3px;
	}
table.contact_table .wpcf7-list-item{
	display: block;
	}
table.contact_table input[type=text],
table.contact_table input[type=email],
table.contact_table input[type=tel],
table.contact_table textarea{
	margin : 5px 0;
	padding : 10px;
	border-radius : 5px;
	border: solid 1px #ccc;
	width : 500px;
	}
table.contact_table select{
	margin : 5px 0;
	padding : 10px;
	}
	.btn01{
		background : #ff0000;
		border : none;
		color : #fff;
		font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
		padding : 10px 0;
		width : 300px;
		font-size : 18px;
		font-weight: bold;
		cursor : pointer;
		border-radius: 30px;
		margin: 0 auto;
		display: block;
		text-align: center;
		}
	.btn01:hover{
		background : #ff5656;
		}
	.btn02{
		background : #a4a4a4;
		border : none;
		color : #fff;
		font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
		padding : 10px 0;
		width : 200px;
		font-size : 12px;
		cursor : pointer;
		}
	.btn02:hover{
		background : #cecece;
		}










/********************************************************************************************************************************************************************************/
@media screen and (min-width: 950px) {
/********************************************************************************************************************************************************************************/

a[href^="tel:"] { pointer-events: none; color:#000;}



	.sp{
		display : none;
		}

#sp_menu{
	display : none;
	}








/********************************************************************************************************************************************************************************/
}
@media screen and (max-width: 949px) {
/********************************************************************************************************************************************************************************/


	.pc{
		display : none;
		}

img{
	max-width: 100%;
	}

body{
	color : #353535;
	font-size : 16px;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	}


#sp_menu{
	display : block;
	}






/* メニューボタン */

.menu_btn{
    position: fixed;
    top: 4px;
    right: 4px;
    display: flex;
    height: 40px;
    width: 40px;
    justify-content: center;
    align-items: center;
    z-index: 999999;
    background: #ff0000;
    border-radius: 5px;
	}
.menu_btn span,
.menu_btn span:before,
.menu_btn span:after{
	transition: all .4s;
    content: '';
    display: block;
    height: 2px;
    width: 20px;
    border-radius: 3px;
    background: #ffffff;
    position: absolute;
	}
.menu_btn span:before{
    bottom: 6px;
	}
.menu_btn span:after{
    top: 6px;
	}


#menu_btn_check:checked ~ .menu_btn{
    background: #fff;
	}

#menu_btn_check:checked ~ .menu_btn span{
    background-color: rgba(255, 255, 255, 0);
	}
#menu_btn_check:checked ~ .menu_btn span::before{
    background: #ff0000;
    bottom: 0;
    transform: rotate(495deg);
	}
#menu_btn_check:checked ~ .menu_btn span::after{
    background: #ff0000;
    top: 0;
    transform: rotate(-495deg);
	}

#menu_btn_check{
    display: none;
	}

#menu_btn_check:checked ~ .content{
    left: 0;
	}



#sp_menu .content {
    width: 100%;
    height: 100%;
    position: fixed;
    overflow: auto;
    top: 0;
    left: 100%;
    z-index: 2;
    background-color: rgb(255,0,0,0.8);
    transition: all 0.5s;
    color: #fff;
    padding: 0 20px;
	}
#sp_menu .content ul {
    padding: 50px 0 0 0;
	}
#sp_menu .content ul:first-child li {
    border-bottom: solid 1px #fff;
    list-style: none;
	}
#sp_menu .content ul:first-child li a{
    display: block;
    width: 100%;
    font-size: 18px;
    box-sizing: border-box;
    color: #fff;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
	}
#sp_menu .content .data{
	font-size: 18px;
	text-align: center;
	margin: 30px 0 0 0;
	}
#sp_menu .content .data p{
	margin: 0 0 20px 0;
	}




.scroll-top{
	bottom: 60px;
	right: 10px;
	width: 38px;
	height: 38px;
	}
.scroll-top:hover{
	bottom: 10px;
	}




#fix_contact{
	position: fixed;
	bottom: 0;
	top: auto;
	z-index: 99999999;
	writing-mode: horizontal-tb;
	width: 100%;
	}
#fix_contact ul{
	gap: 0px;
	}
#fix_contact ul li{
	width: 50%;
	text-align: center;
	}
#fix_contact ul li a{
	padding: 13px 5px;
	}




header{
	padding: 3px 10px 10px 10px;
	width: 100%;
	min-width: 100%;
	}
header h1{
	width: 100%;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0 0 10px 0;
	font-size: 12px;
	text-align: left;
	line-height: 1.2;
	}
header #content{
	width: 100%;
	justify-content: left;
	min-width: 100%;
	}
header #content .logo img{
	width: 50px;
	}
header #content .logo .company h2{
	margin: 0;
	}
header #content .logo .company h3{
	font-size: 40px;
	}
header #content .logo .company h3 span{
	font-size: 22px;
	}
header #content .call{
	display: none;
	}
ul#mainnav{
	display: none;
	}



footer{
	padding: 20px 0;
	}
footer .logo img{
	width: 50px;
	}
footer .logo .company h3{
	font-size: 30px;
	}
footer .logo .company h3 span{
	font-size: 18px;
	}
footer ul.btn{
	display: none;
	}
footer .data{
	margin: 20px 0 0 0;
	}
footer ul.nav{
	display: none;
	}
#copy{
	margin: 0 0 50px 0;
	}
#copy h2{
	font-size: 12px;
	}









#breadcrumb{
	font-size: 12px;
	}
#breadcrumb ul{
	width: 100%;
	padding: 5px 10px;
	box-sizing: border-box;
	}


#page_title{
	padding: 20px 0;
	}
#page_title h2{
	font-size: 20px;
	}
#page_title h2 span{
	font-size: 12px;
	}

.content{
	width: 100%;
	padding: 50px 0;
	}
.sp_content{
	width: 100%;
	padding: 80px 20px 100px 20px;
	box-sizing: border-box;
	}
.content_gray{
	background: #f3f3f3;
	}

h2.title{
	font-size: 24px;
	margin: 0 0 30px 0;
	}

.page_title{
	display: none;
	}






/* index */


#index_kv{
	background-size: cover;
	background-position: center;
	padding: 30px 30px 0 30px;
	}
#index_kv .content{
	width: 100%;
	margin: 0 auto;
	display: block;
	}
#index_kv .content .text{
	width: 100%;
	}
#index_kv .content .text ul{
	justify-content: space-between;;
	gap: 10px;
	}
#index_kv .content .text ul li{
	padding: 5px 15px;
	font-size: 22px;
	}
#index_kv .content .text .text1{
	font-size: 24px;
	}
#index_kv .content .text .name{
	margin: 20px 0;
	justify-content: center;
	}
#index_kv .content .text .name .catch{
	font-size: 16px;
	}
#index_kv .content .text .name .company{
	font-size: 40px;
	}
#index_kv .content .image p:last-child{
	margin: 10px 0 0 0;
	}
#index_kv .content .image p:last-child img{
	width: 70%;
	}

#index_main{
	width: 100%;
	padding: 0 20px;
	margin: 120px auto 100px;
	background: url('http://hino-shoten.co.jp/wp-content/uploads/2025/07/area.png') no-repeat center 100px;
	background-size: 100%;
	}
#index_main h2{
	padding: 10px;
	font-size: 20px;
	margin: 0 0 20px 0;
	}
#index_main .area{
	font-size: 18px;
	margin: 0 0 160px 0;
	}
#index_main .text{
	font-size: 16px;
	}
	

#index_business{
	padding: 50px 10px;
	margin: 0;
	}
#index_business .content{
	width: 100%;
	padding: 50px 30px;
	}
#index_business .content ul{
	display: block;
	}
#index_business .content ul li{
	width: 100%;
	margin: 0 0 50px 0;
	}
#index_business .content ul li:last-child{
	margin: 0;
	}
#index_business .content ul li img{
	width: 100%;
	}
	

#index_map{
	width: 100%;
	margin: 0 auto 100px;
	padding: 0 20px;
	}
#index_map .office{
	display: block;
	}
#index_map .office .data{
	width: 100%;
	margin: 0 0 20px 0;
	}
#index_map .office iframe{
	width: 100%;
	height: 300px;
	}



#index_information{
	margin: 0 0 100px 0;
	padding: 100px 20px 50px 20px;
	}
#index_information .content{
	width: 100%;
	margin: 0 auto;
	padding: 0;
	}

#index_information ul{
	border-top: solid 1px #ccc;
	}
#index_information ul li{
	border-bottom: solid 1px #ccc;
	padding: 15px 0;
	}
#index_information ul li .data{
	display: block;
	}
#index_information ul li .data .category{
	display: inline-block;
	padding: 3px 10px;
	}

#index_information .content .btn a{
	padding: 8px 50px;
	width: 120px;
	font-size: 16px;
	}
#index_information .content .btn a:after {
	content: "";
	width: 10px;
	height: 10px;
	top: 15px;
	}
















/* company */


.content table.company_table th{
	white-space: nowrap;
	}






/* business */

#business_main{
	padding: 50px 20px;
	background-size: cover;
	}
#business_main .content{
	width: 100%;
	padding: 0;
	}
#business .content{
	width: 100%;
	padding: 50px 30px;
	}
#business .content ul{
	display: block;
	}
#business .content ul li{
	width: 100%;
	margin: 0 0 50px 0;
	}
#business .content ul li:last-child{
	margin: 0;
	}
#business .content ul li img{
	width: 100%;
	}







/* recruit */

.recruit_lead{
	font-size: 20px;
	padding: 50px 20px;
	}

#recruit_main{
	background: url('http://hino-shoten.co.jp/wp-content/uploads/2025/07/recruit_main.jpg') no-repeat center;
	background-size: cover;
	}
#recruit_main .content{
	width: 100%;
	padding: 30px 20px;
	}
#recruit_main .content .text{
	width: 100%;
	padding: 20px;
	margin-bottom: 40px;
	}
#recruit_main .content ul{
	display: flex;
	flex-wrap: wrap;
	gap: 4%;
	}
#recruit_main .content ul li{
	font-size: 14px;
	width: 48%;
	height: auto;
	border-radius: 50%;
	aspect-ratio: 1 / 1;
	margin: 0 0 4% 0;
	}
#recruit_main .content ul li span{
	top: 2px;
	font-size: 24px;
	}


.recruitment_area{
	display: block;
	font-size: 14px;
	}
.recruitment_area .kansai{
	padding: 30px 15px;
	width: 100%;
	margin: 0 0 30px 0;
	}
.recruitment_area .chubu{
	padding: 30px 15px;
	width: 100%;
	}


.cancel_btn a{
	padding: 10px 0;
	box-sizing: border-box;
	width: 90%;
	margin: 50px auto 0;
	font-size: 20px;
	}
.cancel_btn a:after {
	width: 10px;
	height: 10px;
	top: 17px;
	}

.recruitment_staff{
	display: block;
	overflow: hidden;
	}
.recruitment_staff .image{
	width: 50%;
	float: left;
	margin: 0 30px 0 0;
	}






/* 新着情報・スタッフの皆様へ一覧ページ */

ul.all-posts li .data{
	display: block;
	}
ul.all-posts li .data .category{
	display: inline-block;
	padding: 3px 10px;
	}



/* contact */


table.contact_table{
	width : 100%;
	margin : 0 0 40px 0;
	}
table.contact_table th{
	display: block;
	width : 100%;
	padding : 10px;
	box-sizing: border-box;
	}
table.contact_table td{
	display: block;
	width : 100%;
	padding : 10px;
	box-sizing: border-box;
	}
table.contact_table input[type=text],
table.contact_table input[type=tel],
table.contact_table input[type=email],
table.contact_table textarea{
	width : 100%;
	box-sizing: border-box;
	}
	.btn01{
		width : 200px;
		font-size : 16px;
		}
	.btn02{
		width : 150px;
		font-size : 12px;
		}










































/********************************************************************************************************************************************************************************/
}
/********************************************************************************************************************************************************************************/


