		/*
Theme Name: はーとふるセゾン - 採用情報
Theme URI: https://heartfulsaison.co.jp/recruit/
Description: 株式会社 はーとふるセゾンの採用情報のテーマ。
Author: ハシムラ シンゴ
Author URI: https://holograf.jp/
Version: 1
*/

html {
	font-size: 62.5%;
	height: 100%;
}

body {
	font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-weight: 100;
	font-size: 1.6rem;
	letter-spacing: .1rem;
	line-height: 2.8rem;
	position: relative;
	background-color: #fcfcfc;
	color: #404040;
}

body p, body span, body dl, h1, h2, h3, h4, h5, h6, li{
    transform: rotate(0.03deg);
    -moz-transform: rotate(0.03deg);
    -ms-transform: rotate(0.03deg);
    -o-transform: rotate(0.03deg);
    -webkit-transform: rotate(0.03deg);
}

h1, h2, h3, h4, h5, h6{
	font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-style: normal;
}
.headring h3 {
	background: linear-gradient(90deg, #1073b6, #63BEE2);
	background: -webkit-linear-gradient(0deg, #1073b6, #63BEE2);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-align: center;
}

h4.title {
	margin-top: .8rem;
}

a {
	color: #404040;
	text-decoration: none;
	word-break: break-all;
}
#menu-footer a[target="_blank"]::after{
 font-weight: bold; /*指定しないと表示されない*/
 padding-left: .3em; /*文字とアイコンの間に隙間*/
  font-family:"Material Symbols Outlined";  /* CDNで読み込んだものを指定 */
    content:"\e89e";  /* Code Point */ 
    text-decoration: underline;
}
main #corporate a[target="_blank"]::after,
main #overview a[target="_blank"]::after{
 font-weight: bold; /*指定しないと表示されない*/
 padding-left: .3em; /*文字とアイコンの間に隙間*/
  font-family:"Material Symbols Outlined";  /* CDNで読み込んだものを指定 */
    content:"\e89e";  /* Code Point */ 
    color: #0000EE;
}

#menu-footer a[target="_blank"] {
	text-decoration: underline;
}

main #corporate a[target="_blank"],
main #overview a[target="_blank"]{
    color: #0000EE;
	text-decoration: underline;
}

b, strong {
    font-weight: bold;
}

.home section {
	margin-top: 15rem;
}

.over {
	overflow: hidden;
}

.page main article,
.post-type-archive main article,
.tax-job_category main article#jogcategory,
.search main article,
.archive main article,
.search main article#jog-search {
	margin-top: 5rem;
}

.pagination a:hover,
a.animHoverA:hover,
#facility a.animHoverA:hover img  {
	animation: animHoverA 0.1s infinite ease-out;
	animation-iteration-count: 1;
	transform: translateY(-4px);
}

a.post-edit-link {
	padding: .4rem 1rem;
	background-color: #f36200;
	color: white;
}


@keyframes animHoverA {
	0% { transform: translateY(0px); }
	100% { transform: translateY(-4px); }
}

@keyframes animHoverA img {
	0% { transform: translateY(0px); }
	100% { transform: translateY(-4px); }
}

.btnshine{
    /*キラッと光る基点とするためrelativeを指定*/
	position: relative;
    /*ボタンの形状*/	
	display:inline-block;
    padding: 10px 20px;
    text-decoration: none;
    outline: none;
    overflow: hidden;
}

/*キラッと光る*/
.btnshine::after {
	content: '';
    /*絶対配置でキラッと光るの位置を決める*/
	position: absolute;
	top: 0;
	left: -75%;
    /*キラッと光る形状*/
    width: 50%;
	height: 100%;
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	transform: skewX(-25deg);
}

/*hoverした際の移動のアニメーション*/
.btnshine:hover::after {
	animation: shine 0.7s;
}

@keyframes shine {
	100% {
		left: 125%;
	}
}

.adminuser a {
	display: inline-block !important;
	color: white;
	padding: 0 .8rem;
}

.adminuser a.admin-newpost {
	background-color: #c1544d;
}
.adminuser a.admin-sortpost {
	background-color: #e5c14c;
}

@media screen and (min-width: 768px){
.spmd {
    display: none; }
}
  

@media screen and (min-width: 576px){
.sp {
    display: none;
}
}
@media screen and (max-width: 576px){
p {
	line-height: 2.6rem;
	letter-spacing: 0;
}
}

/*==================================================================================================
 * ヘッダー
 *================================================================================================*/
#header {
	
}

h2#headtext {
	background: linear-gradient(90deg, #1073b6, #63BEE2);
	background: -webkit-linear-gradient(0deg, #1073b6, #63BEE2);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-align: center;
	font-size: 5rem;
}

.header-inner {
  position: relative;
  padding: 1.25rem 3rem;
}

#header .header-inner .site-title img {
	width: 320px;
	height: auto;
}

/*=============================
 * ヘッダーナビ==*/
#header-nav ul li {
  display: inline-block;
  text-decoration: none;
}

/* サブメニューをabsoluteにするため、親メニューをrelativeに */
#header-nav-wrap #header-nav ul#menu-head {
	margin-bottom: 0rem;
	line-height: 1.4rem;
}

/* 親メニューにマウスオーバーしたときにカーソルを変更 */
#header-nav .animHoverA:hover {
  cursor: pointer;
}

.navbutton {
    display: none;
}
#header-inner #header-nav li a:hover {
    opacity: .6;
}
#header-nav ul#menu-head li a {
    font-size: 1.6rem;	
    margin-left: 1.2rem;
    line-height: 1.6rem;
    display: block;
    padding: .8rem .8rem .5rem .8rem;
}
#header-nav ul#menu-head li ul.sub-menu a {
display: inline-block;
}

@media(min-width: 769px) {
.header-nav-wrap {
    position: absolute;
    bottom: 0;
    right: 3rem;
    transform: translateY(-50%);
    z-index: 100;
}
}

@media(max-width: 1199px) {
.header-inner {
    padding: 1.25rem 1.8rem;
}
#header-nav ul#menu-head li a {
    font-size: 1.4rem;
    margin-left: .6rem;
    display: block;
    padding: .8rem .4rem .5rem .4rem;
}
}


@media(max-width: 992px) {
#header .header-inner {
    position: relative;
    padding: 1.25rem 1.4rem;
}
#header .header-inner .site-title img {
	width: 200px;
	height: auto;
}
.header-nav-wrap {
    position: absolute;
    bottom: 0;
    right: 1.5rem;
}
#header-nav ul#menu-head li a {
    margin-left: .6rem;
    font-size: 1.3rem;
    padding: .8rem 0rem .4rem 0rem;
}
}

@media(max-width: 768px) {
#header .header-inner .site-title img {
	width: 260px;
	height: auto;
}
.navbutton {
    position: fixed;
    z-index: 999;
    top: 2.6rem;
    right: 1.5rem;
    display: block;
    cursor: pointer;
    border: 0;
    background-color: #1073b6;
    border-radius: .6rem;
    padding: 0.6rem 0.8rem 0;
}

.navbutton:focus {
    outline: 0;
    top: 2.6rem;
    position: fixed;
}

.navbutton::after {
    font-family: "Material Symbols Outlined";
    font-size: 2.5rem;
    content: "\e5d2";
    color: #fff;
}

#header-nav ul#menu-head li {
    display: flex;
    align-items: center;
    line-height: 1.2rem;
}

.menu-active .navbutton::after {
    content: "\e5cd";
    color: #fff;
}

.header-nav-wrap {
    position: fixed;
    z-index: 150;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 320px;
    background-color: #ffffff;
    overflow-y: scroll;
}

#header-nav {	
    padding: 80px 10px 0px 10px;
    background-image: url(img/logo.png);
    background-repeat: no-repeat;
    background-size: 220px;
    background-position: 1.2rem 1.6rem;
}

#header-nav-wrap #header-nav ul#menu-head {
	padding-left: 0;
	margin: 0 auto;
}

#header-nav li {
	display: block;
	border-bottom: 1px solid #c2c2c2;
	display: flex;
	align-items: center;
	text-align: left;
	padding: .8rem 0 .8rem 1rem;
}

#header-nav li.animHoverA a {
	width: 250px;
}

#header-nav ul#menu-head li a {
    font-size: 1.4rem;
    margin-left: .4rem;
    line-height: 1.6rem;
    display: block;
    padding: 0.6rem 0;
    width: 190px;
}
}


@media(max-width: 576px) {
.header-inner {
  padding: 1.25rem 1rem;
}
#header .header-inner .site-title img {
    width: 230px;
    height: auto;
}
#header-nav li.animHoverA a {
    width: 220px;
}

#header-nav ul#menu-head li.animHoverA {
    line-height: 2rem;
    padding: .6rem 0;
    font-size: 1.3rem;
}
.navbutton {
    top: 2rem;
}
}

@media (min-width: 769px) {
  #header-nav-wrap {
    display: block !important;
  }
}

/*==================================================================================================
 * TOP
 *================================================================================================*/
.home #firstview {
	text-align: left;
    position: relative;
    height: 80vh;
    margin-bottom: 3rem;
}
/*
#firstview .topcover, .slick-list, .slick-track {
    height: 100%;
}
*/
#firstview .topcover {
	 width: 80%;
	 overflow: hidden;
	 margin-left:auto;
	 border-radius: 28px 0px 0px 28px;
	  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.18);
}

.topcover,
.slick-list,
.slick-track {
	height: 100%;
}


@keyframes fadezoom {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

.add-animation{
    animation: fadezoom 12s 0s forwards;
}

.DotsTop {
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	opacity: 0.6;
	z-index: 140;
}

.DotsTop .slick-dots {
  text-align: center;
}
.DotsTop .slick-dots li {
  display: inline-block;
}
.DotsTop .slick-dots button {
  display: block;
  width: 10px;
  height: 10px;
  margin: 6px;
  font-size: 0;
  padding: 0;
  border: 0;
  outline: none;
  cursor: pointer;
  background: #bcbcbc;
  border-radius: 50%;
}
.DotsTop .slick-dots .slick-active button {
  background: #e14663;
}

.home #firstview #catchtext {
	text-align: left;
	position: absolute;
	bottom: 9rem;
	left: 5rem;
	z-index: 120;
}

.home #firstview #catchtext p {
	font-size: 2rem;
	font-weight: bold;
}
.home #firstview #catchtext h2 {
	background: linear-gradient(90deg, #1073b6, #63BEE2);
	background: -webkit-linear-gradient(0deg, #1073b6, #63BEE2);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 7rem;
}

.home #front-page .headring {
	margin-bottom: 4rem;
}

.home #front-page .headring h3 {
	font-size: 5rem;
	margin-bottom: 1rem;
}
/*--
#facility {
	position: relative;
}

#facility::before {
	width: 66.61786vw;
    z-index: -1;
    content: "";
    display: block;
    position: absolute;
    top: -580px;
    left: 0;
    height: 100%;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    background-color: rgba(236, 245, 255, 0.61) ;
}

#facility::after{
	width: 66.61786vw;
    z-index: -1;
    content: "";
    display: block;
    position: absolute;
    bottom: -320px;
    right: 0;
    height: 100%;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    background-color: rgba(221, 232, 245, 0.57) ;
}
--*/
.home #front-page a.top-facility {
	position: relative;
	display: block;
}

.home #front-page a.top-facility h4.title {
	font-size: 2.2rem;
	font-weight: 700;
	letter-spacing: 0;
	margin-bottom: 0;
	color: #0f4e78;
}

.home #front-page a.top-facility img {
	border-radius: 12px;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.18);
}

.home #front-page a.top-facility span {
	position: absolute;
	top: -10px;
	left: -10px;
	border-radius: 50%;
	background: linear-gradient(90deg, #1073b6, #63BEE2);
	background: -webkit-linear-gradient(0deg, #1073b6, #63BEE2);
	padding: 1.8rem 1.6rem;
	text-align: center;
	color: white;
	font-weight: bold;
}
.home #front-page a.top-facility ul {
	padding: 0;
	margin: 0;
}
.home #front-page a.top-facility ul li {
	list-style-type: none;
	background-color: #e7e7e7;
	color: #838383;
	display: inline-block;
	padding: .4rem 1rem;
	margin-right: .6rem;
	margin-bottom: .6rem;
	font-size: 1.2rem;
	line-height: 1.4rem;
}

.home #front-page #job-cat {
	position: relative;
}
.home #front-page #job-cat .headring h3 {
	text-align: left;
}
.home #front-page #job-cat .bgimg {
	overflow: hidden;
	margin-right: -80px; 
	height: auto;
	border-radius: 0px 30px 30px 0px;
}
@media(max-width: 1200px) {
.home #front-page #job-cat .bgimg {
	border-radius: 30px;
}
}
@media(max-width: 992px) {
.home #firstview #catchtext h2 {
	font-size: 5rem;
}
.home #front-page #job-cat .bgimg {
	float: left; 
	width: 50%; 
	border-radius: 30px;
	margin-right: -80px;
}
.home #front-page #job-cat .job_cate-list {
	margin-top: -40px;
}
}

@media(max-width: 768px) {

.home #firstview #catchtext {
	text-align: left;
	position: absolute;
	bottom: 9rem;
	left: 2rem;
	z-index: 120;
}

.home #firstview #catchtext p {
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: .3rem;
	line-height: 2rem;
}
.home #firstview #catchtext h2 {
	font-size: 5.6rem;
}

.home #front-page #job-cat .bgimg {
		margin-right: -30px;
}
}
#job-tag a.jobtag-bt,
#job-cat a.jobcat-bt {
	text-align: center;
	color: white;
	display: block;
	padding: 1.8rem 0;
	border-radius: 12px;
	font-size: 1.8rem;
	line-height:2rem;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.18);
}
#job-cat a.jobcat-bt {
	background-color: #1073b6;
}
#job-tag a.jobtag-bt {
	background-color: #63BEE2;
	font-size: 1.6rem;
}
#job-tag a.jobtag-bt .material-symbols-outlined,
#job-cat a.jobcat-bt .material-symbols-outlined {
vertical-align:top;
}

.home #front-page #thinking .thinking-inner {
	position: relative;
	height: 400px;
	margin-bottom: 3rem;
}

.home #front-page #thinking .img1,
.home #front-page #thinking .img2 {
	border-radius: 12px;
	position: absolute;
	overflow: hidden;
}
.home #front-page #thinking span {
	position: absolute;
	right: 0;
	top: 0px;
	font-size: 10rem;
	color: #ebebeb;
	font-family: "Zen Kaku Gothic New", serif;
    font-weight: 900;
    font-style: normal;
    letter-spacing: -4px;
}

.home #front-page #thinking .img1 {
	left: 0;
	top: 0;
	width: 53%;
	height:auto;
	z-index: 20;
}

.home #front-page #thinking .img2 {
	right: 0;
	top: 80px;
	width: 53%;
	height:auto;
	z-index: 10;
}

.home #front-page #corporate table {
	width: 100%;
}

.home #front-page #corporate table td,
.home #front-page #corporate table th {
    padding: 2rem;
    vertical-align: top;
    border-top: 2px solid #dee2e6;
    color: #333;
    vertical-align: middle;
}

.home #front-page #corporate table td {
	background-color: rgba(255,255,255,.75);
	vertical-align: middle;
}

.home #front-page #corporate table th {
    width: 20%;
    text-align: center;
    background-color: rgba(0,0,0,.075);
    vertical-align: middle;
}

.home #front-page #corporate table .BorderBottom {
    border-bottom: 2px solid #dee2e6!important;
}

@media(max-width: 576px) {

#firstview .topcover {
	 width: 100%;
	 border-radius: 0px;
}

.home #firstview {
    height: 60vh;
    margin-bottom: 2rem;
}
	
.home #front-page .headring h3 {
	font-size: 4rem;
	margin-bottom: 1rem;
}
.home #firstview #catchtext h2 {
	font-size: 3.2rem;
}

.home #front-page #corporate table th {
	padding: .6rem .6rem 0;
	text-align: left;
}

.home #front-page #corporate table td {
	padding: .6rem 0.6rem 1.6rem;
}

.home #front-page #corporate table th,
.home #front-page #corporate table td {
	display: block;
	width: 100%;
}

.home #front-page a.top-facility ul li {
	list-style-type: none;
	background-color: #e7e7e7;
	color: #838383;
	display: inline-block;
	padding: 0rem .6rem;
	margin-right: .6rem;
	margin-bottom: .6rem;
	font-size: 1.2rem;
	line-height: 2rem;
}
.home #front-page a.top-facility ul li {
	padding: 0rem .6rem;
	margin-right: .6rem;
	margin-bottom: .2rem;
	font-size: 1.2rem;
	letter-spacing: 0;
}
#job-cat a.jobcat-bt {
	font-size: 1.6rem;
}
#job-tag a.jobtag-bt {
	padding: 1.2rem 0;
	font-size: 1.6rem;
}
}

/*==================================================================================================
 * 施設別　求人ページ　#pagepostview
 *================================================================================================*/
#searchview,
#arcivepostview,
#pagepostview {
	padding: 12rem 0;
}
#searchview,
#jbocatview {
	padding: 6rem;
	background: linear-gradient(0deg, #63BEE2, #1073b6);
	background: -webkit-linear-gradient(90deg, #63BEE2, #1073b6);
}


#arcivepostview .headring h2,
#pagepostview .headring h2 {
	font-size: 3rem;
	text-align: center;
	text-shadow: 
	white 1px 1px 10px, white -1px 1px 10px,
	white 1px -1px 10px, white -1px -1px 10px;
	color: #1073b6;
}
#arcivepostview .headring h2 {
	color: #0f4e78;
}
#searchview .headring h2,
#jbocatview .headring h2 {
	font-size: 3rem;
	font-weight: 600;
	text-align: center;
	color: white;
}
#jbocatview .category-description {
	text-align: center;
	color: white;
	font-size: 1.2rem;
}

.count {
	text-align: center;
	border-bottom: 3px solid #1073b6;
	font-size: 1.6rem;
	margin-bottom: 4rem;
}

#jogcategory section#job-cat,
#jogtag section#job-tag {
	margin-top: 10rem;
}
#facilitypage section#overview{
    margin-top: 15rem;
}

#facilitypage a,
#jogcategory a,
#search-result a,
#jogtag a {
	display: block;
	position: relative;
}

#facilitypage a.status-private .jobdata::before,
#jogcategory a.status-private .jobdata::before  {
	content: "非公開";
	color: white;
	font-weight: bold;
	font-size: 3rem;
	padding: 8rem 0 0 10rem;
	display: inline-block;
	background-color: rgba(0, 0, 0, 0.38);
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 999;
}

	.jobdata {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		transition: all .3s;
		line-height: 2rem;
		border-top:  2px solid #dddddd;
		border-bottom:  2px solid #dddddd;
		margin-top: 2rem;
		position: relative;
	}
	
	.jobdata dt {
	  width: 280px;
	  padding-right: 20px;
		line-height:1.5em;
		position: relative;
	}
	
	.jobdata dt .photoout {
		overflow: hidden;
		width: 100%;
		height: 100%;
		position: relative;
	}
	
	.jobdata dt .photoout img {
		max-width: inherit;
		height: 100%;
		position: absolute;
		top: 50%;
	    left: 50%;
	    transform: translate(-50%, -50%);
	    -webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	}

.jobdata dt .ch-yokohama,
.jobdata dt .ch-neyagawa,
.jobdata dt .ebs-hirakata,
.jobdata dt .hfs-katsuragawa,
.jobdata dt .hfs-takarazuka,
.jobdata dt .hfs-yamashina {
	position: absolute;
    top: -10px;
    left: -20px;
    border-radius: 50%;
    background: linear-gradient(90deg, #1073b6, #63BEE2);
    background: -webkit-linear-gradient(0deg, #1073b6, #63BEE2);
    padding: 1.8rem 1.4rem;
    text-align: center;
    color: white;
    font-weight: bold;
    line-height: 35px;
    display: inline-block;
  width: 70px;
  height: 70px;
}

.jobdata dt .ch-yokohama:after{content:"横浜";}
.jobdata dt .ch-neyagawa:after{content:"大阪";}
.jobdata dt .ebs-hirakata:after{content:"大阪";}
.jobdata dt .hfs-katsuragawa:after{content:"京都";}
.jobdata dt .hfs-takarazuka:after{content:"兵庫";}
.jobdata dt .hfs-yamashina:after{content:"京都";}

.jobdata dd {
    flex: 1;
    margin-bottom: 0rem;
    padding: 0rem 3rem 2.4rem 0;
    position: relative;
}

.jobdata h2.display_name {
	font-size: 1.6rem;
	font-weight: normal;
	letter-spacing: 0;
	display: inline;
}
#facilitypage .jobdata .new,
#jogcategory .jobdata .new,
#search-result .jobdata .new,
#jogtag .jobdata .new {
	color: white;
	font-size: 1.2rem;
	background-color: #ed5c5c;
	padding: 0rem .8rem;
	position: absolute;
	top: 10px;
	left: 0;
}

.jobdata p.date_format  {
	font-size: 1rem;
	color: #888888;
	text-align: right;
}
.jobdata dd div.detali {
	background-color: #f5f5f5;
	padding: .8rem;
	margin-bottom: .3rem;
}
.jobdata dd div.detali span {
	list-style-type: none;
	font-size: 1.2rem;
}
.jobdata dd div.detali strong {
	margin-right: 1.8rem;
}
.jobdata dd ul li strong {
font-size: 1.6rem;
}
.jobdata dd h3.title {
	font-size: 1.8rem;
	margin-top: .3rem;
}

.jobdata .job-tag {
	padding-top: .5rem;
}

.jobdata .job-tag span,
.single article.datail .job-tag a {
	color: white;
	background-color: #63BEE2;
	border-radius: 8px;
	margin: 0 1rem .5rem 0;
	padding: 0 1rem;
	font-size: 1.2rem;
	display: inline-block;
	line-height: 2rem;
}

.single article.datail .job-tag a span {
	border-bottom:1px solid white;
}

.tax-job_category #jogcategory #job-cat .bgimg {
	overflow: hidden;
	margin-right: -80px; 
	height: auto;
	border-radius: 0px 30px 30px 0px;
}
/*
.tax-job_category #jogcategory #job-cat a.jobcat-bt {
	background: linear-gradient(90deg, #1073b6, #63BEE2);
	background: -webkit-linear-gradient(0deg, #1073b6, #63BEE2);
	text-align: center;
	color: white;
	display: block;
	padding: 1.8rem;
	border-radius: 12px;
	font-size: 1.6rem;
	line-height:25px;
	letter-spacing: 0;
}
*/
.tax-job_category #jogcategory #job-cat a.jobcat-bt .material-symbols-outlined {
    vertical-align: top;
}

#facilitypage #overview table {
	width: 100%;
}

#facilitypage #overview table td {
	background-color: rgba(255,255,255,.75);
	vertical-align: middle;
}

#facilitypage #overview table td,
#facilitypage #overview table th {
    padding: 1.2rem;
    vertical-align: top;
    border-top: 2px solid #dee2e6;
    color: #333;
    vertical-align: middle;
}

#facilitypage #overview table th {
    width: 20%;
    text-align: center;
    background-color:#ebebeb;
    vertical-align: middle;
}

#facilitypage #overview table .BorderBottom {
    border-bottom: 2px solid #dee2e6!important;
}

@media(max-width: 992px) {
.jobdata dt {
    width: 220px;
}
}

@media(max-width: 768px) {
.count {
    font-size: 1.4rem;
    margin-bottom: 3rem;
    line-height: 1.8rem;
    letter-spacing: 0;
}
	
.jobdata dt {
  width: 220px;
  padding-right: 1.5rem;
	line-height:1.5rem;
	position: relative;
	display: block;
	margin: 0 auto;
	height: intrinsic;
}
.jobdata p.date_format  {
	float: right;
	line-height: 1rem;
}

.jobdata dt .photoout {
	overflow: hidden;
	width: auto;
	height: auto;
	position: relative;
}
	
.jobdata dt .photoout img {
	max-width: 100%;
	height: auto;
	position: relative;
	top: 0;
    left: 0;
    transform: none;
    -webkit-transform: none;
    -ms-transform:  none;
}

.jobdata dd {
    flex: none;
    display: block;
    margin-bottom: 0rem;
    padding: 1.5rem;
    width: 100%;
}
.jobdata h2.display_name {
	font-size: 1.4rem;
	letter-spacing: 0;
}

.jobdata dd div.detali strong {
font-size: 1.4rem;
letter-spacing: 0;
}

#facilitypage #overview table th,
#facilitypage #overview table td {
    display: block;
    width: 100%;
}
#facilitypage #overview table th {
    padding: 0.6rem 0.6rem 0;
    text-align: left;
}
#facilitypage #overview table td {
    padding: 0.6rem 0.6rem 1.6rem;
    line-height: 2rem;
}
.jobdata .job-tag {
    padding-top: 0.6rem;
    line-height: 1rem;
}
.jobdata .job-tag span,
.single article.datail .job-tag a {
	font-size: 1rem;
	line-height: 1.4rem;
	margin: 0 1rem 0.2rem 0;
}
.jobdata dd div.detali {
    margin-bottom: 0rem;
}

#searchview,
#arcivepostview,
#pagepostview {
	padding: 8rem 0;
}
#arcivepostview .headring h2, #pagepostview .headring h2 {
    font-size: 2.6rem;
}
#jogcategory .jobdata .new,
#search-result .jobdata .new,
#jogtag .jobdata .new {
	color: white;
	background-color: #ed5c5c;
	padding: .1rem .8rem;
	position: absolute;
	top: -8px;
	left: 1.5rem;
}
}

/*==================================================================================================
 * 求人一覧　絞り込み検索
 *================================================================================================*/
#jog-search table {
	background: #dddddd !important; 
    border-top: 2px solid #dddddd !important;
    border-bottom: 2px solid #dddddd !important;
    width: 100%;
    border-collapse: collapse;
}

#jog-search table tr {
	border-bottom: 1px dashed #c0c0c0;
}

#jog-search table th {
	background-color: #f5f5f5 !important;
	font-size: 1.4rem;
    padding: 1rem;
    min-width: 120px;
}

#jog-search table td {
	width: 90%;
    border: none !important;
    background-color: #ffffff !important;
    padding: 10px 12px 8px 0px;
}

.search-filter-base #search-filter-label-0,
.search-filter-base #search-filter-input-checkbox-0,
.search-filter-base #search-filter-label-1,
.search-filter-base #search-filter-input-checkbox-1,
.search-filter-base #search-filter-label-2,
.search-filter-base #search-filter-input-checkbox-2 {
	display: inline-block;
	width: auto;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 1.2rem;
}

.search-filter-base .search-filter-input-checkbox {
	display: inline-block;
	margin-left: 2rem;
	padding: .1rem 0;
}

.search-filter-base #search-filter-input-checkbox-0 .search-filter-input-checkbox--is-active,
.search-filter-base #search-filter-input-checkbox-1 .search-filter-input-checkbox--is-active,
.search-filter-base #search-filter-input-checkbox-2 .search-filter-input-checkbox--is-active {
	background-color: #63BEE2;
	border-radius: 6px;
	font-weight: bold;
}

.search-filter-base #search-filter-input-checkbox-0 .search-filter-input-checkbox--is-active {
	background-color: #0f4e78;
}

.search-filter-base #search-filter-input-checkbox-1 .search-filter-input-checkbox--is-active {
	background-color: #1073b6;
}

.search-filter-base #search-filter-input-checkbox-2 .search-filter-input-checkbox--is-active {
	background-color: #63BEE2;
}
.search-filter-base .search-filter-input-checkbox--is-active .search-filter-input-checkbox__label {
	color: white;
}

.search-filter-base .search-filter-input-checkbox__label {
	padding-left:.3rem;
}

.search-filter-base .search-filter-input-checkbox__label,
.search-filter-base .search-filter-input-checkbox__count {
	font-size: 1.4rem !important;
}

@media(max-width: 576px) {
#jog-search table th {
	background-color: #f5f5f5 !important;
	font-size: 1.4rem;
    padding: 1rem;
    min-width: 100%;
    display: block;
    text-align: center;
}
#jog-search table td {
    width: 100%;
    padding: 10px 12px 8px 0px;
    display: block;
}

}

/*==================================================================================================
 * 求人 詳細　ページ　#singlepostview
 *================================================================================================*/
.single #singlepostview {
	padding:3rem;
	background-color: #2c88c4;
	margin-bottom: 3rem;
}
.single #singlepostview .headring h2 {
	font-size: 3rem;
	text-align: center;
	color: white;
}
.single article.datail h2.title {
	font-size: 3.4rem;
	color: #2c88c4;
	display: inline-block;
}

.single article.datail .employment {
	display: inline-block;
}

.single article.datail h3.title {
	font-size: 2.8rem;
}

.single article.datail h4.headline {
	background-color: #e1eaf9;
	font-size: 2.4rem;
	padding: 1rem;
	margin: 3rem 0 1rem 0;
	border-top:1px solid #336881;
	border-bottom:1px solid #336881;
}

.modified_date {
	font-size: 1rem;
    color: #888888;
    margin-bottom: 0;
    line-height: 1.6rem;
}

/*--- 募集要項 ---*/
.single article.datail table {
	font-size: 1.6rem;
	width: 100%;
}

.single article.datail table th {
	width: 25%;
	text-align: center;
	background-color: #F4F4F4;
}
.single article.datail table td {
	width: 75%;
}

.single article.datail table tr:first-of-type{
	border-top: 2px solid #dee2e6;
}

.single article.datail table tr {
    border-bottom: 1px dotted #AAA;
}
.single article.datail table td{
    padding: 1.6rem;
    vertical-align: middle;
    color: #333;
}

.single article.datail table th {
    padding: 1.6rem .6rem;
    vertical-align: middle;
    color: #333;
}

.single article.datail table tr.BorderBottom {
    border-bottom: 2px solid #dee2e6!important;
}

@media(max-width: 576px) {
.single article.datail table th {
	padding: 0rem .6rem;
	text-align: left;
	font-weight: normal;
}

.single article.datail table td {
	font-weight: bold;
	padding: .4rem 0 1.2rem 1.6rem;
}
.single article.datail table th,
.single article.datail table td {
	display: block;
	width: 100%;
}

}	


/*==================================================================================================
 * ContactForm7 css
 *================================================================================================*/

 
.wpcf7 .InputForm {
	display: block;
}

.wpcf7 .InputForm h3 {
	font-size: 2rem;
	margin-top: 5rem;
	font-weight: bold;
	margin-bottom: 2rem;
	border-left: 6px solid #e14361;
	padding-left: 1rem;
}

.wpcf7 .confirm_area h4 {
	font-size: 2rem;
	margin-top: 5rem;
	font-weight: bold;
	margin-bottom: 2rem;
}

.wpcf7 .InputForm p {
	margin-bottom: 0rem;
	line-height: 2.8rem;
	font-size: 1.6rem;
}

.wpcf7 .InputForm .InnerCol:first-of-type {
   border-top: 2px solid #dee2e6;
}

.wpcf7 .InputForm .InnerCol:last-of-type {
   border-bottom: 2px solid #dee2e6;
}

.wpcf7 .InputForm .InnerCol{
	display: table;
    width: 100%;
    border-bottom: 1px dotted #AAA;
}
.wpcf7 .InputForm .InnerCol textarea,
.wpcf7 .InputForm .InnerCol input,
.wpcf7 .InputForm .InnerCol select{
	border: 1px solid #999;
	padding: 3px 5px;
	box-sizing: border-box;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background-color: #FFF;
}

.wpcf7-form-control {
	 display: inline-block;
}

.wpcf7-list-item {
    display: inline-block;
    margin: 0 1rem 0 0;
}

.wpcf7-spinner{
	position: absolute;
	top: 0;
  bottom: 0;
	right: 0;
  left: 0;
  margin: auto;
}
.wpcf7-submit {
    align-items: center;
    justify-content: center;
    line-height: 1;
    color: #fff;
    font-size: 18px;
    border-radius: 5px;
    width: 100%;
    font-weight: bold;
    transition: 0.3s;
    background-color: #04bb91;
    border: none;
    border-radius: 2px;
    padding: 22px 80px;
}

.btwapper {
	position: relative;
}

.wpcf7 .InputForm .InnerCol input.wpcf7-form-control[name="your-name"],
.wpcf7 .InputForm .InnerCol input.wpcf7-form-control[name="your-namekana"],
.wpcf7 .InputForm .InnerCol input.wpcf7-form-control[name="KanaName"],
.wpcf7 .InputForm .InnerCol input.wpcf7-form-control[name="your-tel"] {
width: 40%;
}
.wpcf7 .InputForm .InnerCol input.wpcf7-form-control[name="your-postcode"] {
width: 20%;
}
.wpcf7 .InputForm .InnerCol input.wpcf7-form-control[name="sender-email"] {
width: 60%;
}
.wpcf7 .InputForm .InnerCol input.wpcf7-form-control[name="dob"] {
width: 30%;
}
.wpcf7 .InputForm .InnerCol input.wpcf7-form-control[name="address"],
.wpcf7 .InputForm .InnerCol input.wpcf7-form-control[name="schoolname"] {
width: 80%;
}
.wpcf7 .InputForm .InnerCol textarea[name="YourMessage"] {
width: 100%;
}

.wpcf7 .InputForm .ColTh {
	text-align: center;
    display: table-cell;
    width: 25%;
    padding: 1.6rem 0.6rem;
    box-sizing: border-box;
    font-weight: bold;
    background-color: #F4F4F4;
    vertical-align: top;
}
.wpcf7 .InputForm .ColTd {
	text-align: left;
    display: table-cell;
    width: 75%;
    padding: 1.6rem 0.6rem;
    vertical-align: top;
    background-color: #ffff;
    line-height: 2.8rem;
}

.wpcf7 .InputForm .ColTd .FromEx {
	font-size: 1.2rem;
    color: #AAA;
    line-height: 1.4;
    margin-top: 6px;
}

.wpcf7 .InputForm .ColTh .must {
    display: inline-block;
    background-color: #EA0059;
    line-height: 1;
    color: #fff;
    padding: 4px 5px 4px;
    margin-left: 10px;
    font-size: 0.8rem;
}

.wpcf7 .InputForm .ColTd .wpcf7-list-item label {
	margin-right: 2rem;
}

@media(max-width: 576px) {

.wpcf7 .InputForm .ColTh {
	padding: .6rem .6rem 0;
	text-align: left;
	font-weight: normal;
}
.wpcf7 .InputForm .ColTh,
.wpcf7 .InputForm .ColTd {
	display: block;
	width: 100%;
}
.wpcf7 .InputForm .ColTd {
	padding: .6rem 0.6rem 1.6rem;
}
.wpcf7 .InputForm .InnerCol input.wpcf7-form-control[name="your-name"],
.wpcf7 .InputForm .InnerCol input.wpcf7-form-control[name="your-namekana"],
.wpcf7 .InputForm .InnerCol input.wpcf7-form-control[name="KanaName"],
.wpcf7 .InputForm .InnerCol input.wpcf7-form-control[name="address"],
.wpcf7 .InputForm .InnerCol input.wpcf7-form-control[name="schoolname"],
.wpcf7 .InputForm .InnerCol input.wpcf7-form-control[name="sender-email"] {
	width: 100%;
}
.wpcf7 .InputForm .InnerCol input.wpcf7-form-control[name="your-tel"],
.wpcf7 .InputForm .InnerCol input.wpcf7-form-control[name="your-postcode"] {
width: 50%;
}
}

/*==================================================================================================
 * フッター
 *================================================================================================*/
footer {
	margin-top: 15rem;
	background-color: #1073b6;
	color: white;
	line-height: 2.2rem;
}

footer #ft-corp {
font-size: 1.4rem;
}

footer .footer-nav-wrap {
	background-color: #fcfcfc;
	margin-bottom: 60px;
}

footer a.corpsite {
	padding: 1rem 2rem;
	margin-top: 2rem;
	border: 1px solid white;
	border-radius: 2rem;
	color: white;
}

footer .copyright {
	text-align: center;
	font-size: 1.2rem;
	padding: 1rem 0;
	background-color: #0f4e78;
	margin-top: 50px;
}


footer ul#menu-footer {
	text-align: center;
	padding: .8rem 0;
	border-top: 1px solid #1073b6;
}

footer ul#menu-footer li {
	list-style-type: none;
	margin: 0 1rem;	
	display: inline-block;	
}