/* 
Theme Name: spes
Theme URI: https://spes-theme.jp/
Version: 0.0.1
Tested up to: 5.6
Requires at least: 5.5
Requires PHP: 7.0
Description: The groundwork for an easy web site.
Tags: one-column
Author: SCENEXT
Author URI: https://scenext.biz/
Text Domain: spes
Domain Path: /languages
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/
.l-header .header-visual{
	margin-bottom: 3rem;
}
.l-header.top-mb{
	padding-bottom: 3rem;
}
.slick-box img{
	max-width: 800px;
}

/*求人用*/
.job_list{
	width: 100%;
	max-width: 100%;
	background-color:#c00000;
	padding: 1.5rem;
}
.job_list a{
	display: block;
	color: white;
	text-decoration: none;
	text-align: center;
	font-size: min(5vw, 3rem)
}
.job_list a:hover{
	opacity: 0.85;
}
/*臨床研究のご案内用*/
.l-header.top-mb{
	padding-bottom: 0;
}
.clinical_rearch{
	display:flex;
	justify-content:flex-end;
	padding-top: 1rem;
	padding-bottom: 10px;
}
.clinical_rearch a{
	display: inline-block;
	border: 1px solid white;
	padding: 0.5rem 1rem;
}
.clinical_rearch a:hover{
	background-color: rgba(255,255,255,0.2);
}