@charset "utf-8";
/*
Theme Name:mrp-child
Template:mrp
Version: 1.0.0
*/
/*
DesignCode CSS: ver 0.01
*/
/*------------------------------------------------------
Theme Material
------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
:root {
	/*------▼基本設定▼------*/
	--color-background: #FFF;
	--color-font: #333;
	--color-primary: #036EB8;
	--color-primary-shade: #2BAB38;
	--color-primary-tint: #E60012;
	--color-secondary: #ED6A5A;
	--color-table-border: #DDD;
	--color-table-th: #f2f2f2;
	--body-font-family: 'Noto Sans JP', sans-serif;
	--content-max-width: 1240px;
	/*------▼ヘッダー設定▼------*/
	--header-background: #FFF;
	--header-color-font: #444;
	--header-color-primary: #036EB8;
	--header-color-primary-shade: #2BAB38;
	--header-color-primary-tint: #E60012;
	/*------▼フッター設定▼------*/
	--footer-background: #CACACA;
	--footer-color-font: #333;
	--footer-color-primary: #333;
	/*------▼フォント設定▼------*/
	--font-family01: 'Noto Sans JP', sans-serif;
	--font-family02: "Montserrat", sans-serif;
}


.fw_contents {
    margin-top: 0;
    margin-bottom: 0;
}
#content:has(.fw_contents), body:not(.home) #content:has(.fw_contents).wide {
    padding: 0;
}

/*--カラムリスト--------------------------------------------*/

/*---------coln02-----------*/
  
.post .col2_list {
	position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	flex-wrap: wrap;
}
.post .col2_list > li {
    width: 49%;
	margin-bottom: 2%;
}
@media print, screen and (max-width: 414px) {
	.post .col2_list > li {
		width: 100%;
	}
	.post .col2_list > li:last-child {
		margin-bottom: 0;
	}
}

/*---------col03-----------*/
  
.post .col3_list {
	position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	flex-wrap: wrap;
}
.post .col3_list > li {
    width: 32%;
	margin-bottom: 2%;
}
.post .col3_list::before {
    content: "";
    display: block;
    width: 32%;
    height: 0;
    order: 1;
}
.post .col3_list:after {
    content: "";
    display: block;
    width: 32%;
    height: 0;
}
@media print, screen and (max-width: 768px) {
	.post .col3_list > li {
		width: 49%;
	}
	.post .col3_list::before, .post .col3_list:after {
		content: none;
	}
}
@media print, screen and (max-width: 414px) {
	.post .col3_list > li {
		width: 100%;
	}
	.post .col3_list > li:last-child {
		margin-bottom: 0;
	}
}

/*---------col4-----------*/
  
.post .col4_list {
	position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	flex-wrap: wrap;
}
.post .col4_list > li {
    width: 24%;
	margin-bottom: 1.5%
}
.post .col4_list::before {
    content: "";
    display: block;
    width: 24%;
    height: 0;
    order: 1;
}
.post .col4_list:after {
    content: "";
    display: block;
    width: 24%;
    height: 0;
}
@media print, screen and (max-width: 1240px) {
	.post .col4_list > li, .post .col4_list::before, .post .col4_list:after {
		width: 32%;
		margin-bottom: 2%;
	}
}
@media print, screen and (max-width: 768px) {
	.post .col4_list > li {
		width: 49%;
	}
	.post .col4_list::before, .post .col4_list:after {
		content: none;
	}
}
@media print, screen and (max-width: 414px) {
	.post .col4_list > li {
		width: 100%;
	}
	.post .col4_list > li:last-child {
		margin-bottom: 0;
	}
}



/*-----------------------------
.cardstyle
------------------------------*/
  
/*---------style02-------------*/
  
.card01_list.cardstyle02 > li .txtarea {
    background: #fff;
    padding: 20px 20px 30px 20px;
}
  
/*---------style03-------------*/
  
.card01_list.cardstyle03 > li {
    padding: 16px;
    background: #fff;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .2);
}
  
/*---------style04-------------*/
  
.card01_list.cardstyle04 > li {
    padding: 16px;
    background: transparent;
    border: solid 1px;
}

/*---------style05-------------*/

.cardstyle05 > li {
    padding-bottom: 30px;
}
.card01_list.cardstyle05 > li .imgarea {
    position: relative;
}
.card01_list.cardstyle05 > li .txtarea {
    position: relative;
    background: #fff;
    padding: 20px 20px 30px 20px;
    max-width: 90%;
    margin: -30px auto;
}
  
/*---------txtstyle02 -----------*/
  
.post .txtstyle02, .txtstyle02 {
  font-family: var(--font-family02);
  font-size: var(--rem36);
  font-weight: 600;
  text-align: left;
  margin: var(--rem36) auto;
  background: transparent;
    color: #111;
    line-height: 1.4;
  padding: 0;
}
.post .txtstyle02:before, .post .txtstyle02:after, .txtstyle02:before, .txtstyle02:after {
  content: none;
}
.post .card01_list .txtstyle02, .card01_list .txtstyle02 {
  font-size: var(--rem20);
	margin: 1rem 0;
    text-align: center;
}

/*-----------------------------
.cardstyle
------------------------------*/
/*---------style02-------------*/
  
.card02_list.cardstyle02 > li {
    padding: 16px;
    background: #fff;
    align-items: flex-start;
}
  
/*---------style03-------------*/
  
.card02_list.cardstyle03 > li {
    padding: 16px;
    background: #fff;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .2);
    align-items: flex-start;
}
  
/*---------style04-------------*/
  
.card02_list.cardstyle04 > li {
    padding: 16px;
    background: transparent;
    border: solid 1px;
    align-items: flex-start;
}
  
/*-----------------------------
以下アウトラインデザイン
------------------------------*/
.sec01 {
  background: #aaa;
}
.toptxtarea {
  max-width: 960px;
  width: 94%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.card02_wrap {
  position: relative;
  margin: var(--px60) 0 0;
}
.card02_inner {
  max-width: 1600px;
  width: 94%;
  margin: 0 auto;
}
.card02_list > li {
    display: flex;
    gap: var(--px40);
/*     justify-content: center; */
    align-items: center;
    background: transparent;
    padding: 0;
  line-height: 1.6;
}
.card02_list .icoimg {
    width: var(--px120);
    height: var(--px120);
    flex-shrink: 0;
    overflow: hidden;
    line-height: 0;
    margin: 0;
}
.card02_list .icoimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media print, screen and (max-width: 768px) {
  .card02_list > li {
    flex-direction: column;
    padding: var(--px80) var(--px40);
  }
}

/*================================================
				　about
================================================*/

.post .lead {
	font-size: min(calc(3.2rem + (1vw - 19.2px) * 0.5178), 3.2rem); /* 3.2-2.4rem (1920-375) */
	font-weight: 500;
	font-style: italic;
	line-height:1.5em;
}

.post .lead_en {
	font-size: min(calc(1.8rem + (1vw - 19.2px) * 0.3236), 1.8rem);
	/* -- 1920 1.8rem 375 1.3rem -- */
	color: var(--color-primary-shade);
	letter-spacing: 0.8rem;
}

/*--幅フル100%背景色--------------------------------------------*/

.widecolor {
	margin-right: calc(((100vw - 100%) / 2) * -1);
	margin-left: calc(((100vw - 100%) / 2) * -1);
	padding: min(calc(120px + (1vw - 19.2px) * 2.5890), 120px) calc((100vw - 100%) / 2) min(calc(150px + (1vw - 19.2px) * 3.2362), 150px); 
	margin-top: min(calc(120px + (1vw - 19.2px) * 2.5890), 120px);/* 120-80px (1920-375) */
	background: #fafafa;
}
.post .widecolor > h2:first-child {
	margin-top: 0 !important;
}

/*--スタイルリストエリア--------------------------------------------*/

ul.box_style01 > li {
	position: relative;
	gap: 40px;
	width: 100%;
	background: #fff;
	padding: min(calc(40px + (1vw - 19.2px) * 0.6472), 40px) min(calc(35px + (1vw - 19.2px) * 0.6472), 35px);
	border-radius: 20px;
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .1);
	box-shadow: 0 0 30px rgba(0, 0, 0, .1);
	margin-bottom: 30px;
	text-align: left;
}
.post ul.box_style01 .box_style_ttl {
	width: 100%;
	font-size: min(calc(2.8rem + (1vw - 19.2px) * 0.4531), 2.8rem); /* 2.8-2.1rem (1920-375) */
	font-weight: 400;
	padding: 0.6rem 0 0.6rem 2rem;
	margin: 0 0 min(calc(15px + (1vw - 19.2px) * 0.4531), 15px);/*15-10px (1920-375) */
	border-bottom: none;
	border-left: 3px solid var(--color-primary-shade);
	text-align: left;
	font-style: italic;
	line-height: 1.4;
}
@media screen and (min-width: 769px) {
	ul.box_style01 > li {
		display: flex;
	}
}








/*--------------------------------------------------
	親CSS調整
--------------------------------------------------*/
.post {
	background: none;
}
.post table th {
	background: var(--color-table-th);
}
@media print, screen and (min-width: 1024px) {
	.sticky-header #header > .inner {
		background: var(--header-background);
	}
}
/*--------------------------------------------------
	オリジナル設定
--------------------------------------------------*/
.fs { font-size: 85%; }
.fm { font-size: 115%; }
.fm2 { font-size: 130%; }
.red { color: #FC0000; }
.b { font-weight: bold; }
.pick { color: var(--color-primary); }
p.txt_ind { text-indent: -1em; margin-left: 1em; }
p.nm { padding-bottom: 0; }
/**/
.cen { text-align: center; }
.lft { text-align: left; }
.rit { text-align: right; }
.pad_anchor { margin-top: -115px; padding-top: 115px; }
/* 非表示用 */
@media print, screen and (min-width: 641px){ /* PC用 */
	.dsp_smt { display: none; }
	.cen_pc { text-align: center; }
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	.dsp_hp { display: none; }
}
/*--------------------------------------------------
	ヘッダ
--------------------------------------------------*/
@media only screen and (min-width: 1024px) {
	#header a.head_btn:hover {
		filter:alpha(opacity=60);
		-moz-opacity: 0.6;
		opacity: 0.6;
	}
	#header a.head_btn.tel_btn {
		background: var(--header-color-primary);
		flex-direction: row;
		font-size: 25px;
	}
	#header a.head_btn.tel_btn .note {
		font-size: 11px;
		font-weight: normal;
	}
	#header a.head_btn.tel_btn::before {
		position: relative;
		top: -5px;
		margin: 0 8px 0 0;
		font-size: 16px;
	}
	#header a.head_btn.mail_btn,
	#header a.head_btn.line_btn {
		width: 100px;
		font-size: 12px;
		font-weight: normal;
	}
	#header a.head_btn.mail_btn::before,
	#header a.head_btn.line_btn::before {
		font-size: 28px;
		margin: 0 0 5px;
	}
	#header a.head_btn.mail_btn {
		background: var(--header-color-primary-tint);
	}
	#header a.head_btn.line_btn {
		background: var(--header-color-primary-shade);
	}
	#header a.head_btn.line_btn::before {
		content: "\f3c0";
	}
	/**/
	nav#mainNav {
		height: auto;
	}
	nav#mainNav ul li a {
		padding-left: 20px;
		padding-right: 20px;
	}
	nav#mainNav ul li a b,
	nav#mainNav ul li a span {
		font-weight: normal;
	}
	nav#mainNav ul li a span {
		color: var(--header-color-primary) !important;
	}
	nav#mainNav ul li.current-menu-item a, nav#mainNav ul li a:hover, nav#mainNav ul li a:active, nav#mainNav ul li.current-menu-parent a, nav#mainNav ul li.current-menu-ancestor a {
		background: none;
	}
	nav#mainNav ul li li a:hover, nav#mainNav ul li li.current-menu-item a, nav#mainNav ul li li.current-menu-item li a:hover, nav#mainNav ul li.current-menu-item li a:hover, nav#mainNav ul li.current-menu-ancestor li.current-menu-item a, nav#mainNav ul li.current-menu-ancestor li a:hover {
		background: #f6f6f6;
	}
}
@media only screen and (max-width: 1300px) and (min-width: 1024px){
	#header .logo {
		width: 20%;
	}
	#header .logo img {
		width: auto;
		height: auto;
		max-width: 100%;
	}
	nav#mainNav ul li a {
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media only screen and (max-width: 1023px) {
	body.mobile { margin-top: 60px; }
	body.mobile #breadcrumb { margin-top: 0; }
	body.mobile #header { z-index: 200; }
}
/*--------------------------------------------------
	フッタ
--------------------------------------------------*/
#footer .footer__logo img {
	display: block;
	margin-bottom: 10px;
	max-height: var(--px60);
}
#copyright {
	background: none;
}
/*--------------------------------------------------
	共通
--------------------------------------------------*/
.bg_wide { position: relative; }
.bg_wide::before,
.bg_wide.bg_after::after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100vw;
	height: 100%;
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
	content: "";
	z-index: -1;
}
.box_w2_sp {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.box_w2_sp.rev { flex-direction: row-reverse; }
.box_w2_sp.vtop { align-items: flex-start; }
.box_w2_sp.vcen { align-items: center; }
.box_w2_sp.vbtm { align-items: flex-end; }
.box_pad { padding: 20px; box-sizing: border-box; }
.box_w2 .column2_50:not(.cen) { text-align: left; }
@media print, screen and (min-width: 641px){ /* PC用 */
	.bg_fix::before { background-attachment: fixed !important; }
	.box_w2 {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.box_w2.rev { flex-direction: row-reverse; }
	.box_w2.vtop { align-items: flex-start; }
	.box_w2.vcen { align-items: center; }
	.box_w2.vbtm { align-items: flex-end; }
	.box_pad { padding: 30px; }
	.box_w2 .column3_33 { width: 32%; }
	.box_w2 .column2_50 { width: 48.5%; }
	.box_w2 .column2_60 { width: 57%; }
	.box_w2 .column2_70 { width: 67%; }
	.box_w2 .column2_80 { width: 77%; }
}
@media print, screen and (min-width:769px){ /* PCのみ */
	.box_pad { padding: 50px; }
}
/**/
.box_w2 .column3_33 img, .box_w2 .column2_30 img,
.box_w2 .column2_40 img, .box_w2 .column2_50 img {
	max-width: 100%;
}
/**/
.post p {
	line-height: 1.8;
}
.post hr {
	border: none;
	border-bottom: 1px dotted #999;
}
/**/
.post table th {
	font-weight: 500;
}
.post table.tbl_line,
.post table.tbl_line th,
.post table.tbl_line td {
	background: none;
	border: none;
}
.post table.tbl_line {
	border-top: 1px dotted #999;
}
.post table.tbl_line tr {
	border-bottom: 1px dotted #999;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	.post table.tbl_line th,
	.post table.tbl_line td {
		padding: 15px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	.post table.tbl_line th {
		padding-bottom: 5px;
	}
	.post table.tbl_line td {
		padding-top: 0;
	}
}
/**/
#content .linkBtn {
	width: auto;
	max-width: none;
	border-radius: 0;
	padding: 15px 60px;
	line-height: 1.4;
}
#content .linkBtn.btn_blue {
	border: 1px solid var(--color-primary);
}
#content .linkBtn.btn_blue:hover {
	background: #fff;
	color: var(--color-primary);
}
#content .linkBtn.btn_blue:hover::after {
	border-color: var(--color-primary);
}
#content .linkBtn.btn_yellow {
	background: #EEF245;
}
#content .linkBtn.btn_yellow:not(:hover) {
	color: var(--color-font);
}
#content .linkBtn.btn_yellow:not(:hover)::after {
	border-color: var(--color-font);
}
#content .linkBtn.btn_red {
	background: var(--color-primary-tint);
}
#content .linkBtn.btn_yellow:hover,
#content .linkBtn.btn_red:hover {
	background: var(--color-primary);
}
#content .linkBtn.btn_link {
	display: inline-block;
	padding: 0 0 0 45px;
	background: none;
	color: var(--color-primary);
}
#content .linkBtn.btn_link::before {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 30px;
	height: 30px;
	background: var(--color-primary);
	border-radius: 50%;
	content: "";
	transform: translateY(-50%);
	transition: all 0.3s ease-in-out;
}
#content .linkBtn.btn_link::after {
	right: auto;
	left: 10px;
}
#content .linkBtn.btn_link:hover {
	color: var(--color-primary-tint);
}
#content .linkBtn.btn_link:hover::before {
	background: var(--color-primary-tint);
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#content .linkBtn {
		padding: 15px 30px;
	}
}
/**/
.w100 {
	width: 100vw;
	margin-left: calc(((100vw - 100%) / 2) * -1) !important;
	margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}
.w600, .w800, .w900 {
	width: 600px;
	max-width: 100%;
	margin: auto;
}
.w800 { width: 800px; }
.w900 { width: 900px; }
.box_shadow {
	box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}
/*--------------------------------------------------
	トップページ
--------------------------------------------------*/
.post h1,
#front-sectionPost h1 {
	color: var(--color-primary);
	line-height: 1.5;
}
.post h1 b,
#front-sectionPost h1 span span {
	display: block;
	color: var(--color-font);
	font-size: 60%;
	font-style: italic;
	font-weight: 500;
	font-family: var(--font-family02);
}
.post h1 img {
	display: block;
	width: 100px;
	margin: 0 auto 10px;
}
/**/
#top_about::before {
	background: #FDFDFF url(/wp-content/uploads/top_about_bg.jpg) no-repeat center center / auto 90%;
}
/**/
#top_strength h1 b {
	color: var(--color-primary-tint);
}
#top_strength .list li {
	position: relative;
	margin-bottom: 30px;
}
#top_strength .list li dl {
	position: absolute;
	left: 15px;
	bottom: 15px;
	width: calc(100% - 30px);
	height: 40%;
	padding: 20px;
	background: #fff;
}
#top_strength .list li dt {
	color: var(--color-primary);
	font-size: 115%;
	text-align: center;
	line-height: 1.5;
}
#top_strength .list li dt::after {
	display: block;
	width: 80px;
	margin: 10px auto;
	border-bottom: 1px solid var(--color-primary-tint);
	content: "";
}
#top_strength .list li dd {
	padding: 0;
	line-height: 1.6;
}
#top_strength .btn li a {
	display: block;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#top_strength .list {
		justify-content: center;
		column-gap: 2%;
	}
	#top_strength .list li {
		width: 32%;
	}
	#top_strength .btn li {
		width: 48%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#top_strength .btn li+li {
		margin-top: 15px;
	}
}
/**/
#top_service .bg01::before {
	background: url(/wp-content/uploads/top_recruit_bg.jpg) no-repeat center center / cover;
}
#top_service .bg02::before {
	background: url(/wp-content/uploads/top_job_bg.jpg) no-repeat center center / cover;
}
#top_service h1 {
	text-align: left;
}
#top_service .txt {
	background: #fff;
}
#top_service .list li {
	display: inline-block;
	margin-right: 5px;
	padding: 0 10px;
	font-size: 110%;
	font-weight: bold;
}
#top_service .bg01 .list li {
	background: var(--color-primary-tint);
	color: #fff;
}
#top_service .bg02 .list li {
	background: #EEF245;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#top_service .txt {
		width: 50%;
	}
	#top_service .bg01 .txt {
		margin-left: 50%;
	}
}
/**/
#contact_box {
	padding: 0 5%;
	background: url(/wp-content/uploads/top_company_bg.jpg) no-repeat center center / cover;
}
#contact_box .btn {
	width: 1000px;
	max-width: 90%;
	margin: auto;
}
#contact_box .btn a {
	height: 100%;
	padding: 15px;
	background: var(--color-primary);
	color: #fff;
	line-height: 1.5;
	transition: all 0.3s ease-in-out;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
#contact_box .btn a:hover {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
#contact_box .btn a i {
	margin-right: 8px;
}
#contact_box .btn .tel a b {
	font-size: 150%;
}
#contact_box .btn .mail a {
	background: var(--color-primary-tint);
}
#contact_box .btn .line a {
	background: var(--color-primary-shade);
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#contact_box .btn li {
		width: calc(100% / 3);
	}
}
/**/
#front_top_content,
#front_bottom_content {
	position: relative;
	background: none;
}
#front_bottom_content::before {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100vw;
	height: 100%;
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
	background: #F5F5F5;
	content: "";
	z-index: -1;
}
#front-sectionPost .postlist li {
	margin-bottom: 10px;
	padding: 0 5px;
	border: none !important;
	background: #fff;
}
#front-sectionPost .postlist .time {
	background: #EEF245;
}
#front-sectionPost .postlist .time a {
	color: var(--color-font)
}
/*--------------------------------------------------
	見出し
--------------------------------------------------*/
/* サブタイトルの文字を見えなくしたい
header#h1Header h1.title {
	z-index: -1;
}
*/
/* サブタイトルの透過マスクを取りたい
#thumbImg::before, header#h1Header::before {
	display: none;
}
*/
h1.title, .post h1, .post h2, .post h3, .post h4 {
	color: var(--color-font);
}
.post h2.noline::after,
.post h2.sub::after,
.post h2.ttl::after {
	display: none;
}
.post h2 {
	color: var(--color-primary);
	font-size: var(--rem28);
}
.post h2.sub {
	text-align: left;
}
.post h2.sub::first-letter {
	color: var(--color-primary-tint);
}
.post h2.ttl {
	letter-spacing: 0;
}
.post h2.ttl b {
	display: block;
	color: var(--color-primary-tint);
	font-size: 55%;
	font-style: italic;
	font-weight: 500;
	font-family: var(--font-family02);
}
/**/
.post h3.noline {
	padding: 0;
	border: none;
}
.post h3.sub {
	padding: 5px 15px;
	background: var(--color-primary);
	border: none;
	color: #fff;
	font-size: var(--rem20);
	font-weight: 500;
}
/*--------------------------------------------------
	人材を探す
--------------------------------------------------*/
#search_box {
	border-radius: 15px;
}
#search_box dl {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #ccc;
}
#search_box dt {
	color: var(--color-primary);
	font-weight: normal;
}
#search_box dd {
	padding: 0;
}
#search_box dd .feas_clevel_01 {
	display: inline-block;
	margin-right: 30px;
}
#search_box .btn {
	margin-top: 20px;
}
#search_box .btn input {
	width: 200px;
	padding: 10px;
	background: var(--color-primary) url(/wp-content/uploads/ico_search.png) no-repeat 30px center / auto 55%;
	border: none;
	border-radius: 10px;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}
#search_box .btn input:hover {
	background-color: var(--color-primary-tint);
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#search_box dl {
		display: flex;
		justify-content: space-between;
	}
	#search_box dt {
		width: 130px;
	}
	#search_box dd {
		width: calc(100% - 130px);
	}
}
/**/
#recruiter_list .column2_20 {
	width: 20%;
}
#recruiter_list .column2_80 {
	width: 75%;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#recruiter_list .txt {
		display: flex;
		flex-wrap: wrap;
		column-gap: 2em;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#recruiter_list .box {
		align-items: flex-start;
	}
	#recruiter_list .sex {
		margin-bottom: 20px;
		text-align: center;
	}
	#recruiter_list .sex img {
		width: 100px;
	}
}
/**/
#recruiter_detail .sex img {
	width: 200px;
}
#recruiter_detail .tbl dl {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px dotted #999;
}
#recruiter_detail .tbl dt {
	width: 5em;
	padding: 15px 0;
}
#recruiter_detail .tbl dd {
	width: calc(100% - 5em);
	padding: 15px 0;
	text-indent: -1em;
	padding-left: 1em;
}
#recruiter_detail .tbl dd::before {
	content: "：";
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#recruiter_detail .tbl {
		/* フレックス */
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#recruiter_detail .tbl dl {
		width: 50%;
	}
}
/*--------------------------------------------------
	仕事を探す
--------------------------------------------------*/
#job_seeker_list .box {
	padding: 20px;
}
#job_seeker_list p.sub {
	padding: 5px 15px;
	background: var(--color-primary);
	color: #fff;
	font-size: var(--rem20);
	font-weight: 500;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#job_seeker_list .box {
		padding: 30px;
	}
}
/**/
#job_seeker_detail h1 {
	font-size: var(--rem28);
}
#job_seeker_list .list li,
#job_seeker_detail .list li {
	display: inline-block;
	margin: 0 6px 10px 0;
	padding: 3px 15px;
	border: 1px solid var(--color-primary-tint);
	color: var(--color-primary-tint);
	text-align: center;
}
#job_seeker_list .list li.on,
#job_seeker_detail .list li.on {
	background: var(--color-primary-tint);
	color: #fff;
}
#job_seeker_list dl,
#job_seeker_detail .txt dl {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#job_seeker_list dt,
#job_seeker_detail .txt dt {
	width: 40px;
}
#job_seeker_list dd,
#job_seeker_detail .txt dd {
	width: calc(100% - 60px);
	padding: 0;
}
/*--------------------------------------------------
	プライバシーポリシー その他
--------------------------------------------------*/
#breadcrumb ul li b,
#sitemap_list li a b {
	display: none;
}
/*--------------------------------------------------
	お問い合わせ
--------------------------------------------------*/
.wpcf7-form select {
	width: auto;
}
.wpcf7-form .must_fn {
	float: none;
}
/* ボタン */
.post form.wpcf7-form .linkBtn {
	width: 200px !important;
	padding: 0;
}
.post form.wpcf7-form .linkBtn .wpcf7-spinner {
	position: absolute;
	top: 50%;
	left: 0;
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.post form.wpcf7-form .linkBtn input[type="submit"] {
	padding: 15px 35px;
}