@charset "UTF-8";

/* ===================================================================

	スタイルの設定

=================================================================== */

/* ===================================================================
	フッター
=================================================================== */
.footer_sp {
	display: none;
}

.footer_menu_area {
	padding: 60px 0;
	border-top: 10px solid var(--bs-dorapita);
	background: #2c343e;
}
.footer_nav {
	width: var(--def-width);
	max-width: var(--def-max-width);
	margin: 0 auto;
}
.footer_nav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.footer_nav ul li {
	margin: 0.5em 0;
	padding: 0 1em;
	border-right: 1px solid var(--bs-white);
	line-height: 1;
}
.footer_nav ul li:last-child {
	border: none;
}

.footer_nav ul li a {
	color: var(--bs-white);
}

.footer_operating_company {
	width: var(--def-width);
	max-width: var(--def-max-width);
	margin: 0 auto;
	padding: 40px 0;
	text-align: center;
}
.footer_operating_company_logo {
	margin-bottom: 10px;
}
.footer_operating_company_txt {
	margin-bottom: 20px;
	font-size: .9rem;
}
.footer_operating_company_txt a {
	text-decoration: underline;
}
address {
	font-style: normal;
	font-size: .8rem;
}
/* 使っているサービス */
.footer_use_service {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin: 30px auto;
	font-size: .7rem;
}
.footer_use_service a {
	text-decoration: underline;
}



/* ===================================================================
	共通設定
=================================================================== */

.bk_check {
	padding: 30px 0 100px;
	background: #f5f6f6 url(../../img/front/new_dorapita/bk_graphcheck.png) repeat top center;
}


.top_title_wrap {
	display: flex;
	align-items: center;
	margin-bottom: 40px;
}
.top_title_01 {
	text-align: center;
	flex-shrink: 1;
	flex-grow: 1;
/*	margin-left: 140px;*/
}

.bs_h2 {
	flex-shrink: 1;
	flex-grow: 1;
	margin-bottom: 40px;
	text-align: center;
}
.title_jp {
	display: block;
	margin-bottom: 10px;
	padding-left: .05em;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: .05em;
}
.title_jp span {
	font-size: 90%;
}
.title_en {
	display: inline-block;
	padding: 0 40px;
	position: relative;
	font-size: .9rem;
	font-weight: 700;
	color: var(--bs-dorapita);
}
.title_en::before,
.title_en::after {
	 content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 30px;
	height: 2px;
	background-color: var(--bs-dorapita);
}
.title_en::before {
	left:0;
}
.title_en::after {
	right: 0;
}




/* フォーム -------------------- */
input,button,textarea,select {
	outline: none;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
}
input[type="submit"],
button {
	border: none;
	background: none;
	cursor: pointer;
}

.btn {
	display: inline-block;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	border-radius: 0.25rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn_primary {
	background: var(--bs-primary);
	color: var(--bs-white);
	border: none;
}






/* ===================================================================
	下部バナー・検討中の企業様
=================================================================== */


/* 下部バナー
------------------------------------------------------------------- */
.footer_bn_area {
	padding: 60px 0 45px;
}
.footer_bn_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: var(--def-width);
	max-width: 990px;
	margin: 0 auto;
}
.footer_bn_list li {
	width: 48.5%;
	max-width: 480px;
	margin: 0 0 3%;
	text-align: center;
}



/* 掲載検討中の企業様
------------------------------------------------------------------- */
.top_publish {
	padding: 0;
	background: #f5f6f6;
	position: relative;
}
.top_publish_img {
	width: 55%;
	position: absolute;
	right: 0;
	top: -20px;
	bottom: 0;
	text-align: right;
	background: url(../../img/front/new_dorapita/top_publish_bk.png) no-repeat left top;
	background-size: auto 100%;
}
.top_publish_img img {
	object-fit: cover;
	object-position: 0 0;
	display: none;
}
.top_publish_inner {
	width: var(--def-width);
	max-width: 990px;
	margin: 0 auto;
	padding: 70px 0;
	z-index: 20;
	position: relative;
}
.top_publish_title {
	margin-right: 50%;
	margin-bottom: 20px;
	padding:0.2em 0 0.2em 20px;
	font-size: 1.6rem;
	border-left: 2px solid var(--bs-dorapita);
}
.top_publish_txt {
	margin: 30px 60% 30px 0;
}
a.btn_contact_publish {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 310px;
	width: 94%;
	height: 2.6em;
	padding: 0 2em 0 1em;
	background: var(--bs-dorapita);
	color: var(--bs-white);
	font-size: 1.1rem;
	font-weight: 700;
	border-radius: 1.3em;
}
a.btn_contact_publish .icon_round {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 1em;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: var(--bs-primary);
}
a.btn_contact_publish .icon_round::after {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	background-image: url('../../img/front/new_dorapita/icon_arrow.svg');
	background-repeat: no-repeat;
	background-size: 40px auto;
	background-position: -30px -10px;
}





/* ===================================================================
	ページタイトル・パンくずリスト
=================================================================== */
.page_title {
	padding: 100px 0 50px;
	background: #999 url(../../img/front/new_dorapita/page_title_bk.png) no-repeat center center;
	background-size: cover;
	text-align: center;
	position: relative;
}
.page_title:before {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	display: block;
	margin: auto;
	background-color: rgba(0,0,0,.4);
	content: "";
}

.page_title_txt {
	width: var(--def-width);
	max-width: var(--def-max-width);
	margin: 0 auto;
	font-weight: 700;
	font-size: 2.1rem;
	line-height: 1.6;
	color: var(--bs-white);
	z-index: 2;
	position: relative;
}

/* パンくず */
.sp_breadcrumb {
	display: none;
}
.breadcrumb {
	display: flex;
	width: var(--def-width);
	max-width: var(--def-max-width);
	margin: 0 auto;
	padding: 10px 0;
	font-size: .85rem;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	white-space: nowrap;
}
.breadcrumb::-webkit-scrollbar {
	height: 3px;
}
.breadcrumb::-webkit-scrollbar-track {
	border-radius: 3px;
	background: #F5F6F6;
}
.breadcrumb::-webkit-scrollbar-thumb {
	border-radius: 3px;
	background: #c5c6c6;
}
.breadcrumb li::after {
	content: '>';
	display: inline-block;
	margin: 0 .5em;
}
.breadcrumb li:last-child::after {
	display: none;
}




/* XX-Large devices (larger desktops, 1400px and up) */
@media (max-width: 1400px) {
	
}


/* X-Large devices (large desktops, 1200px and up) */
@media (max-width: 1200px) { 
/*	.top_popular_job .top_job_list > li {
		width: 49%;
		margin: 0 .5% 1%;
	}*/
}

/* Large devices (desktops, 992px and up) */
@media (max-width: 992px) {
	.footer_operating_company {
		padding-bottom: 100px;
	}
	.footer_menu_area {
		padding: 40px 0;
	}
	.footer_sp {
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		background: #fff;
		z-index: 100;
		filter: drop-shadow(0px -2px 3px rgba(0,0,0,0.15));
		
		transition: all 0.4s ease-in-out;
	}

	footer.hide{
		transform: translateY(+60px);
	}
	

	
	.footer_menu ul {
		display: flex;
		
	}
	.footer_menu ul li {
		width: 25%;
	}
	.footer_menu ul li a {
		display: block;
		padding: 10px 0;
		font-size: .8rem;
		font-weight: 700;
		text-align: center;
	}
	
	.page_title {
		padding: 20px 0;
		background-image: url(../../img/front/new_dorapita/page_title_bk_sp.png);
	}
	.page_title_txt {
		font-size: 1.8rem;
		line-height: 1.4;
	}
	
	
	/* パンくず */
	.breadcrumb {
		display: none;
	}
	.sp_breadcrumb {
		display: flex;
		width: 100%;
		margin: 0 auto;
		padding: 10px 15px;
		font-size: .85rem;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		white-space: nowrap;
	}
	.sp_breadcrumb::-webkit-scrollbar {
		height: 3px;
	}
	.sp_breadcrumb::-webkit-scrollbar-track {
		border-radius: 3px;
		background: #F5F6F6;
	}
	.sp_breadcrumb::-webkit-scrollbar-thumb {
		border-radius: 3px;
		background: #c5c6c6;
	}
	.sp_breadcrumb li::after {
		content: '>';
		display: inline-block;
		margin: 0 .5em;
	}
	.sp_breadcrumb li:last-child::after {
		display: none;
	}
	
	
}


/* Medium devices (tablets, 768px and up) */
@media (max-width: 768px) {
	
	.top_publish {
	}
	.top_driver_type_box {
		width: 100%;
	}
	
	.top_publish_inner {
		padding: 50px 0;
	}
	.top_publish_title {
		margin-right: 0;
	}
	.top_publish_txt {
		margin-right: 0;
	}
	.top_publish_img {
/*		display: none;*/
		width: 90%;
		top: 45%;
		background-size: auto;
	}
	.btn_contact_publish {
		margin: 45% auto 0;
	}

	.top_title_wrap {
		margin-bottom: 30px;
	}
	.top_title_01 {
		margin-left: 0;
	}
	
	
}



/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
	
	.footer_bn_list {
		display: block;
	}
	.footer_bn_list li {
		width: 100%;
		margin: 0 auto 20px;
		text-align: center;
	}
	
	.page_title_txt {
		font-size: 1.4rem;
	}
	.title_jp {
		font-size: 1.7rem;
	}
	
	
	
  .text-banner {
    font-size: 0.8rem !important;
  }

  .job_detail.sp-hide {
	display: none;
  }

  .page_title.sp-hide {
	display: none;
  }
}




@media (max-width: 479px) {
	
	
}

.text-banner {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.9rem;
  margin-bottom: 12px;
}

.text-banner > span {
  display: inline-block;
  margin-right: 3px;
  padding: 0.1em 0.4em 0.25em 0.4em;
  background: var(--bs-white);
  border: 1px solid var(--bs-dorapita02);
  border-radius: 3px;
  font-size: 0.75rem;
  color: var(--bs-dorapita02);
}

.text-banner > a {
  text-decoration: underline;
}

.text-end{
    text-align: end;
}








