/*
Theme Name: ジョブパッドｓｅａｒｃｈ
Theme URL: https://fancom.co.jp/
*/

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

  common

====================================*/
* {
	box-sizing: border-box;
}
img {
	max-width:100%;
	height:auto;
}
.aligncenter {
    display: block;
    margin: 0 auto;
}
.alignright { float: right; }
.alignleft { float: left; }
li {list-style: none;}
textarea,input {
	padding:1% 3%;
	width: 100%;
  border-radius: 3px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) inset;
  border: 1px solid #ccc;
}
select {
	padding:1% 3%;
  margin-right: 5px;
  border-radius: 3px;
  border: 1px solid #ccc;
}
strong {font-weight: bold;}
a {
	color: #333;
	outline: none;
	text-decoration:none;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
a:hover {
	color:#cc0000;
}
a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
a[href^="tel:"] { cursor: default; color: #333; text-decoration: none; }
a[href^="tel:"]:hover { text-decoration: none; opacity: 1; color: #333; }
body {
	font-size:14px;
	line-height: 1.6;
  background: #f4f4f4;
  overflow-x: hidden;
}
p {
    margin: 0 0 10px;
}
.blue { color: #004482 !important;}
.header {
  background: #fff;
	position: fixed;
	width: 100%;
	z-index: 99999999;
}
.header.hp_off {
	display: block !important;
	position: inherit;
}
header {
	width: 1000px;
	margin: 0 auto;
	padding: 10px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 70px;
}
main {
	width: 1000px;
	margin: 0 auto;
	padding: 0 0 100px;
  display: block;
}
#searchform {
	width: 1000px;
	margin: 0 auto;
}
.logo {
    width: auto;
		max-height: 45px;
		max-width: 110px;
}
.shop_btn {
	width: 300px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #004482;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #004482;
}
.shop_btn:hover {
	background: #004482;
	color: #fff;
}
footer .shop_btn {
    width: inherit;
    height: inherit;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 15px;
}
.title {
	background: center no-repeat;
    background-size: cover;
	height: 0;
	padding-top: 10.7142%;
	position: relative;
}
.title h2 {
	position: absolute;
	top:50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	width: 1000px;
	text-align: center;
	font-size: 3em;
	color: #fff;
	line-height: 1;
	font-weight: bold;
}
.home .title h2 {
	font-weight: normal;
}
small {
    font-size: 50%;
	font-weight: normal;
}
.two_box {
	width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
footer {
    background-color: #FFFFFF;
    color: #000000;
    font-size: 0.8em;
    padding-top: 20px;
		width: 100%;
}
footer .two_box {
  align-items: center;
  position: relative;
}
.copyright {
    line-height: 1.6;
    text-align: center;
    padding: 20px 0 10px;
}
.head_bg {
    background-size: cover;
    height: 0;
    padding-top: 10.7142%;
    position: relative;
	background-position: center;
}
.head_bg .title2 {
    position: absolute;
    bottom: 20px;
    width: 100%;
    display: block;
    background: rgba(255,255,255,.8);
    padding: 10px 0;
}
.head_bg .title2 h2 {
    width: 1000px;
    margin: 0 auto;
    font-size: 28px;
    font-weight: normal;
    padding: 0 20px;
    box-sizing: border-box;
	position: relative;
	line-height: 1;
}
.head_bg .title2 h2:before {
    content: "";
    width: 5px;
    height: 28px;
    display: block;
    background: #004482;
    position: absolute;
    left: 0;
    top: 0;
}
.head_bg_single {
    background-size: cover;
    height: 0;
    padding-top: 10.7142%;
    position: relative;
	background-position: center;
}
.head_bg_single .title2 {
    position: absolute;
    bottom: 20px;
    width: 100%;
    display: block;
    background: rgba(255,255,255,.8);
    padding: 10px 0;
}
.head_bg_single .title2 h2 {
    width: 1000px;
    margin: 0 auto;
    font-size: 28px;
    font-weight: normal;
    padding: 0 20px;
    box-sizing: border-box;
	position: relative;
	line-height: 1;
}
.head_bg_single .title2 h2:before {
    content: "";
    width: 5px;
    height: 28px;
    display: block;
    background: #004482;
    position: absolute;
    left: 0;
    top: 0;
}
.postid-58 .head_bg {
	background: #ccc;
}
.single main h2,
.page main h2,
.home main h2,
.search_form h2,
.search main h2{
	border-bottom: 2px solid #004482;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-size: 20px;
}
.home main h2,
.search_form h2{
	color: #004482;
	font-weight: bold;
}
.single main h3 {
	border-bottom: 2px solid #004482;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-size: 21px;
	padding-left: 15px;
	position: relative;
}
.single main h3:before {
    content: "";
    width: 5px;
    height: 38px;
    display: block;
    background: #004482;
    position: absolute;
    left: 0;
    top: 0;
}
.single main h4,
.page main h4{
	border-bottom: 1px solid #004482;
	padding-bottom: 10px;
	margin-bottom: 15px;
	font-size: 20px;	
	padding-left: 15px;
}
.single main table th,
.single main table td {
	padding: 10px 0;
	border-bottom: 2px solid #ccc;
	text-align: left;
	font-size: 16px;
}
.single main table td {
	padding: 15px 20px;
}
.single main table th {
	font-weight: bold;
	border-bottom: 2px solid #0080C8;
	width: 25%;
	vertical-align: middle;
	padding: 15px 0;
}
.img3 {
	display: flex;
	justify-content: space-between;
	margin: 50px 0;
}
.img3 li {
	width: 30%;
}
.btn_box {
	width: 80%;
	margin: 80px auto;
}
.btn {
	display: block;
	background: #004482;
	border: 3px solid #004482;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	width: 45%;
	padding: 10px 0;
	position: relative;
  margin: 30px 0;
}
.btn:hover {
	color: #004482;
	background: #fff;
}
.btn:before {
	content: "";
	position: absolute;
	right: 3px;
	bottom: 3px;
	border-bottom: 15px solid #fff;
	border-left: 15px solid transparent;
}
.btn:hover:before {
	color: #004482;
	content: "";
	border-bottom: 15px solid #004482;
}
.free_erea {
	font-size: 16px;
  margin-bottom: 30px;
}
.wpcf7 {
	margin-top: 100px !important;
}
.page .wpcf7 {
	margin-top: 0 !important;
}
.form_set {
	width: 90%;
	margin: 0 auto;
  font-size: 16px;
}
.form_set p {
	margin-top: 30px;
}
.form_set table {
  margin: 50px 0;
  width: 100%;
}
.single main .form_set table th {
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  background: #f2f3f8;
  width: 30%;
  vertical-align: middle;
  padding: 20px;
  position: relative;
}
.single main .form_set table th .his {
  position: absolute;
  right: 20px;
  border: 1px solid #FF0004;
  line-height: 1;
  padding: 3px 5px;
  display: inline-block;
  font-size: 10px;
  border-radius: 5px;
  background: #fff;
  color: #FF0004;
}
.single main .form_set table td {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    vertical-align: middle;
    padding: 20px;
}
.single main .form_set table td .wpcf7-list-item-label {
  font-weight: normal;
  margin-right: 15px;
}
.single main .form_set table td p {
  font-size: 13px;
  margin-top: 10px;
  margin-bottom: 0;
  line-height: 1;
}
.single main .form_set table td span.wpcf7-list-item {
  margin: 0;
}
.c_txt {
	width:95%;
	margin:20px auto;
	display:block;
	background:#fff;
	padding:20px 30px 0;
	box-sizing:border-box;
	line-height:1.5;
}
.c_txt iframe {
    border: 1px solid #ccc;
    width: 85%;
    margin: 20px auto 30px;
    display: block;
}
input[type="submit"],
.wpcf7c-elm-step2{
    padding-right: 100px;
    padding: 0.4em;
    background: #004482;
    color: #fff;
    border-radius: 4px;
    width: 20%;
    cursor: pointer;
    box-shadow: 0 0 1px rgba(181, 235, 178, 1);
    border: 1px solid #ccc;
    margin: 0 auto;
    display: block;
    font-weight: bold;
    font-size: 18px;
}
.wpcf7c-elm-step2 {
    background: #fff;
    color: #333;
    border: 1px solid #333;
}
.ct_set {
	position: fixed;
	right: 0;
	top: 30%;
}
.ct_set a {
	background: #004482;
	display: block;
	color: #fff;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	padding: 10px;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
  height: 133px;
}
.ct_set a:first-child {
  height: 169px;
}
.ct_set a .fa {
	padding-bottom: 5px;
}
.zip, .job {
	display: flex;
	width: 100%;
}
.search_form .zip,
.search_form .submit_box {
  border-top: 1px solid #ccc;
}
.search_form h2 {
  margin-bottom: 30px !important;
}
.form_title {
	background: #f5f5f5;
	display: flex;
	width: 200px;
  padding: 20px 15px;
	font-weight: bold;
}
.form_item {
	padding-left: 20px;
	display: flex;
	flex-wrap: wrap;
  flex: 1;
  padding: 20px 15px;
}
.form_item span {
  font-weight: normal;
  font-size: 12px;
  margin-left: 5px;
}
.form_item label {
	display: flex;
  align-items: center;
	margin-right: 20px;
	cursor: pointer;
}
.form_item label:hover {
	color: #333;
	outline: none;
	text-decoration:none;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.form_item label input {
	width: auto;
	margin-right: 5px;
}
.submit_box {
  padding-top: 30px;
}
.list_set {
	margin-top: 20px;
	border-radius: 6px;
	border: solid 1px #dedede;
	box-shadow: 0 3px 0 0 rgba(0,0,0,.01), 0 2px 0 0 rgba(0,0,0,.03), 0 1px 0 0 rgba(0,0,0,.05);
	background-color: #fff;
  padding: 15px;
}
.list_set a h2 {
  font-size: 24px;
  color: #000 !important;
  font-weight: 500;
  width: 100%;
  margin: 0 auto 15px;
  padding: 0;
}
.list_set a:hover h2 {
	color: #fff;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.list_item {
	margin: 0;
}
.list_img {
    width: 100%;
    height: 180px;
    display: block;
    position: relative;
    overflow: hidden;
}
.list_img img {
	position: absolute;
	width: 100%;
	height: auto;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	max-width: none;
}
.list_txt {
	flex: 1;
}
.list_txt table {
	font-size: 18px;
	width: 100%;
  margin: 0 auto 15px;
}
.list_txt table th {
	font-weight: bold;
  border-bottom: 2px solid #0080C8;
  vertical-align: middle;
  padding: 15px 10px;
	width: 150px;
	text-align: left;
  font-size: 16px;
}
.list_txt table td {
    border-bottom: 2px solid #ccc;
    text-align: left;
    font-size: 16px;
    padding: 15px 20px;
}
.search_box {
	border: 1px solid #004482;
	border-radius: 5px;
	width: 100%;
	padding: 10px 15px;
  background: #fff;
  font-size: 14px;
	margin-bottom: 30px;
}
.mb_40 {
	margin-bottom: 40px;
}
.l_img, .l_img2 {
    width: 1000px;
    margin: 70px auto;
    display: flex;
	justify-content: space-between;
}
.l_img li,
.l_img2 li {
	width:48%;
}
.l_img li img,
.l_img2 li img {
	width: 100%;
	height: auto;
}
.l_img li:first-child,
.l_img2 li:last-child {
	line-height:0;
}
.l_img li:last-child,
.l_img2 li:first-child {
	box-sizing:border-box;
	padding-bottom:0;
}
[type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    padding: 0;
    width: auto;
}
.wpcf7-list-item-label {
	font-weight: bold;
}
.contact_btn {
	display: flex;
	justify-content: space-between;
	width: 80%;
	text-align: center;
	flex-wrap: wrap;
    margin: 20px auto 0;
}
.contact_btn2 {
    margin: 20px auto 0;
}
.contact_btn span {
	width: 16px;
}
.wpcf7c-conf {
    background-color: #fff !important;
    color: black !important;
	font-weight: bold !important;
	border: none !important;
    border-bottom: 4px double #333333 !important;
}
.open_btn {
	text-align: center;
	padding: 10px 0;
	color: #00aaeb;
	font-weight: bold;
}
.open_btn .fa {
	padding-right: 10px;
}
.slick-prev:before, .slick-next:before {
  color: #999;
  font-size: 30px;
}
.slick-prev {
    left: -32px;
}
.slick-next {
    right: -22px;
}

.slick-list {
  margin-right: -20px;
}
.slick-slide {
  margin-right: 20px;
  border: 1px solid #ccc;
  border-radius: 10px;
  overflow: hidden;
}
.caption {
  padding: 15px 20px;
  font-size: 14px;
  line-height: 1.1;
  margin-bottom: 0;
}
.sl_img {
  display: block;
  overflow: hidden;
  height: 230px;
}
.hp_off {
  display: none !important;
}
.search_form {
  margin:0 auto 50px;
  padding:50px 0;
  background: #fff;
  box-shadow: 0px 5px 5px rgba(0,0,0,.15);
}
#page-top{
    position:fixed;
    right:16px;
    bottom:16px;
    display: none;
    z-index:9999;
}
#page-top a{
    color:#fff;
    padding:15px;
    text-decoration:none;
    display:block;
    cursor:pointer;
    text-align:center;
    background:#aaa;
    line-height:100%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
     -moz-border-radius: 5px; 
}
 
#page-top a:hover{
    background:#8b8b8b;
    -webkit-transition:all 0.3s;
    -moz-transition:all 0.3s;
    transition:all 0.3s;
}
.single-post {
  background: #fff;
}
#slick {
  margin-top: 20px !important;
}
.wp-pagenavi {
  margin-top: 30px;
}
.wp-pagenavi a, .wp-pagenavi span {
  background: #fff;
}
.footer_txt_item {
  display: inline-block;
  margin-right: 15px;
}
.contactus {
  background: #fff;
}
.f_title {
  padding-right: 10px;
}
.two_r {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.tag_set {
  display: flex;
  flex-wrap: wrap;
}
.tag_set span {
  display: inline-block;
  padding: 0 5px;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-right: 3px;
  margin-bottom: 3px;
}
.head_tab {
	border-bottom: 2px solid #004482;
	margin-top: 10px;
}
.head_tab ul {
	display: flex;
	margin: 0 auto;
	width: 50%;
	justify-content: space-between;
}
.head_tab ul li {
	width: 48%;
	border: 2px solid #004482;
	border-radius: 10px 10px 0 0;
	overflow: hidden;
	border-bottom: none;
}
.head_tab ul li span {
	display: block;
	padding: 8px 0;
	font-size: 21px;
	background: #fff;
	color: #004482;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
}
.head_tab ul li.active span {
	background: #004482;
	color: #fff !important;
}
.company {
	display: flex;
	flex-wrap: wrap;
}
.area_set {
	margin-top: 50px;
	border-radius: 6px;
	border: solid 1px #dedede;
	box-shadow: 0 3px 0 0 rgba(0,0,0,.01), 0 2px 0 0 rgba(0,0,0,.03), 0 1px 0 0 rgba(0,0,0,.05);
	background-color: #fff;
	padding: 30px 15px;
	text-align: center;
	width: 100%;
}
.area_title {
	display: inline-block;
	margin-bottom: 30px !important;
}
.area_txt {
	padding-bottom: 20px;
	font-size: 16px;
}

/* アイコンエリア */
.c_icon_area ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.c_icon_area ul li {
	border: 1px solid #ccc;
	padding: 15px;
	width: 32%;
	margin-bottom: 10px;
}
.icon_area_title {
	font-size: 18px;
	padding: 15px 0;
	font-weight: bold;
}
.c_icon_area ul li p {
	text-align: left;
}

/* 画像エリア */
.c_img_area #slick {
	margin: 0 auto;
	width: 100%;
}
.c_img_area .sl_box {
	border-radius: 0;
}
.c_img_area .sl_img {
    display: block;
    overflow: hidden;
    height: 230px;
		position: relative;
}
.c_img_area .sl_img img {
  position: absolute;
  top: 0;
  right: 0;
}
.c_img_area .sl_img iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.c_img_area  .caption {
	text-align: left;
	padding: 15px;
}
.nomal_area1_txt,
.nomal_area2_txt{
	text-align: left;
	padding: 15px 15px 0;
	font-size: 16px;
}
h3.area {
	font-size: 28px;
	text-align: left;
	margin-bottom: 30px;
}
p.p_c{
	text-align: center;
}
.nomal_area2 {
	display: flex;
	justify-content: space-between;
}
.nomal_area2 li {
	width: 49%;
}
.nomal_area2 .nomal_area2_img {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
	height: auto;
	overflow: hidden;
}
.nomal_area2 .nomal_area2_img img {
  position: absolute;
  top: 0;
  right: 0;
}
.nomal_area2 .nomal_area2_img iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* 表組エリア */
.c_table_area table {
	width: 100%;
}
.c_table_area table tr:nth-child(odd) {
	background: #E9E9E9;
}
.c_table_area table th {
	padding: 15px;
	font-weight: bold;
	width: 25%;
	text-align: left;
	font-size: 16px;
}
.c_table_area table td {
	padding: 15px;
	text-align: left;
	font-size: 16px;
}
.titlehp_on {
	padding-top: 127px;
	width: 100%;
}
.company_box {
	width: 100%;
}
.tab_area {
	display: none;
}
.tab_area.show {
	display: block;
}

/* メイン画像 */
.title_company {
	width: 100%;
	background-size: cover;
	padding-top: 56.0546%;
	position: relative;
}
.company_main_set {
	background: rgba(0,0,0,.3);
	text-align: center;
	color: #fff;
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
}
.company_main_set h2 {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	font-size: 32px;
	font-weight: bold;
	width: 100%;
}
.company_main_set p {
	position: absolute;
	left: 50%;
	bottom: 15%;
	transform: translateX(-50%);
	font-size: 21px;
	width: 80%;
	margin: 0 auto;
}
.category-1 .header {
	position: inherit;
}
.home .tab_area.hp_off {
	display: block !important;
}
.home .show.hp_off {
	display: none !important;
}
.tab_under .area_set h2 {
	font-weight: bold;
}
.tab_under .area_set .area_txt {
	font-size: 14px;
	border: none;
	padding-bottom: 20px !important;
}
.tab_under .area_set .area_txt:before {
	width: 0;
	height: 0;
}
.tab_under .area_set .area {
	border: none;
	padding-left: 0;
	font-size: 28px;
}
.tab_under .area_set .area:before {
	width: 0;
	height: 0;
}
.tab_under .area_set  th {
    font-weight: bold;
    border-bottom: none;
    width: 25%;
    vertical-align: middle;
    padding: 15px;
		font-size: 14px;
}
.tab_under .area_set  td {
    padding: 15px;
		font-size: 14px;
    border-bottom: none;
}
.text_c {text-align: center;}
.no_form {
  width: 100%;
}
.no_form .btn {
  margin: 30px auto;
}