@charset "utf-8";

/* Layout */

body {
	background: scroll top left;
	background-attachment: fixed;
	margin: 0;
	padding: 0;
	background-color: transparent;
	    font-family:  'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	overflow-y: scroll;
	-webkit-overflow-y: scroll;
}
    
a {
    color: #0e36ae;
    text-decoration: none;
}
h1{
	border-radius: 10px;
	-webkit-border-radius: 10px;
	background: rgba(255,255,255,0.6);
	margin-bottom: 30px;
}
h2,h3{
	font-weight:500;
}

h2{
	border-bottom: 3px solid #6e4c83;
	margin: 5px 0 20px 0;
}
h3 {
	margin: 10px 0 5px;
	padding: 2px 0 0 10px;
	border-left: 5px solid #6e4c83;
}

#header {
	position: relative;
	overflow: hidden;
	z-index: 1;
}
#header.top_header {
    height: 550px;
}


#headerMenu {
	background: rgba(255, 255, 255, 0.69);
	border-top: #ccc thin solid;
	border-bottom: #ccc thin solid;
	position: relative;
	overflow: hidden;
	z-index: 2;
}
#header-menu ul {
	border: none;
	width: 980px;
	margin: 0 auto;
	padding: 0 10px;
	text-align: left;
}
#header-menu li {
	border-right: none;
	background: url(../img/arrow_01.png) no-repeat;
	background-position: left;
	background-size: 7px;
	margin-left: 10px;
}
#header-menu li:hover{
	background-color: #ac94ba;
}
#header-menu a {
	color: #6e4c83;
	font-weight: 400;
}
#header-menu a:hover{

}
#container {
    position: relative;
    z-index: 0;
	width: 1000px;
   }
   
.Logo_wap {
	width: 980px;
	margin: 0 auto;
	margin-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
	z-index: 1;
	background:#fff;
}

.Site_Title{
	font-size: 2.5rem;
	padding-left: 5px;
}
.Site_Title a{
	color:#444;
}
.Site_Subtitle{
	text-shadow:2px 1px 3px #ffffff,0px -2px 3px #ffffff;
	padding-left:50px;
	color:#444;
}

.Logo_Image,.Site_Title,.Site_Subtitle,.Site_Login,.Site_LogOut {
	display:inline-block;
}
.Logo_Image img{
	vertical-align: bottom;
	filter: drop-shadow(2px 1px 0px rgba(255,255,255,0.6)) drop-shadow(2px 0px 0px rgba(255,255,255,0.7));
	-webkit-filter: drop-shadow(2px 1px 0px rgba(255,255,255,0.6)) drop-shadow(2px 0px 0px rgba(255,255,255,0.7));
	z-index:5;
}
.Site_Login,.Site_LogOut {
	position: absolute;
	right: 20px;
}

.HeaderBack_image{
	position:absolute;
	overflow: hidden;;
	z-index: 1;
	text-align: center;
	width:100%;
}


@media (min-width: 1920px) {
	.HeaderBack_image{
		width:100%;
	}
	.HeaderBack_image img{
		width:100%;
	}
}

.Catch{
	position: absolute;
	z-index: 30;
	top:220px;
	left: 0;
	right: 0;
	margin: auto;
	width: 380px;


}
/*  text white
.Catch__Text{
	font-size: 6rem;
	color:#fff;
	text-shadow:2px 2px 3px rgba(0,0,0,0.4),-2px -1px 3px rgba(0,0,0,0.4),0px -2px 4px #595657,1px 3px 3px rgba(0,0,0,0.4);

}
*/
@keyframes fadeIn {
	from {
		opacity:0;
	}
	to {
		opacity:1;
	}
}
.Catch__Text {
	font-size: 6rem;
	color: #fff;
	text-shadow: 2px 2px 3px rgba(0,0,0,0.4), -2px -1px 3px rgba(0,0,0,0.4), 0px -2px 4px #595657, 1px 3px 3px rgba(0,0,0,0.4);
/*	text-shadow: 2px 2px 3px rgba(0,0,0,0.4), -2px -1px 3px rgb(255, 255, 255), 0px -2px 4px #ffffff, 1px 3px 3px rgb(255, 255, 255); */

	animation: fadeIn 3s,bg-color 3s reverse;
	-webkit-animation: fadeIn 2s, bg-color 3s reverse;
}
@keyframes bg-color {
	0% {
		color: #fff;
	}
	100% {
		color: #e95232;
	}
}

.Catch__Text.-fir{

}
.Catch__Text.-sec{
	margin-left:70px;
}
.HeaderCharacter_image{
	position: absolute;
	z-index: 20;
	top:150px;
	left: 0;
	right: 0;
	margin: auto;
	width: 800px;
}
.HeaderCharacter_image img{
	max-width: 170px;
	padding-top: 20px;
	filter: drop-shadow(2px 1px 0px rgba(255,255,255,0.6)) drop-shadow(2px 0px 0px rgba(255,255,255,0.7));
	-webkit-filter: drop-shadow(2px 1px 0px rgba(255,255,255,0.6)) drop-shadow(2px 0px 0px rgba(255,255,255,0.7));
}

.Catch_02{
	position: absolute;
	z-index: 9;
	left: 0;
	top: 270px;
	opacity: 0.8;
	filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.3));
	width: 490px;
}
.Catch_02 img,
.Catch_03 img{
	width: 100%;
}

.Catch_03{

	padding-left:50px;

	position: absolute;
	z-index: 9;
	bottom: 0px;
	right:10%;

        opacity: 0.7;
        filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.2));
        width: 420px;

}
.Catch_04{
	border-radius: 50%;
	width: 120px;
	height:120px;
	background: #e95232;
	position: absolute;
	z-index: 20;
	bottom: 50%;
	right:30%;

	opacity: 0.7;
	filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.2));


}
.Catch_04 p {
	margin: 30px auto;
	text-align: center;
	font-size: 1.6rem;
	line-height: 1.3;
	font-weight: bold;
	color: #fff;
}

#contents {
	margin: 20px 0 50px 0;
}
#newsList, #offerList, #corpList {

    background: rgba(255,255,255,0.6);
	border: none;
/*    border: 1px solid #ccc;
    border-radius: 10px;
    -webkit-border-radius:10px;

 */
}

.list-box {
	border: 1px solid #ccc;
	border-radius: 3px;
	-webkit-border-radius:3px;
}
#corpSearchedList.list-box,
#jobOfferSearchedList.list-box{
	border: none;
}

.icon {
    border-radius: 10px;
    -webkit-border-radius:10px;
	border: 1px solid #a65497;
	background-color: #a65497;

}
.tag-list > * {
    border-radius: 10px;
    -webkit-border-radius:10px;
	border: 2px solid #e2d1b7;
	background: #f0e4e3;
	color: #3d195a;
}

li.list-panel:hover{
	background-color: #fff7fb;
}



#content {

    background: rgba(255,255,255,0.6);
}

.content-wrap{
	margin:10px;
	padding:10px;
}

.inner_box{
    margin: 10px;
    padding: 10px;
}
.inner_box h2{
    margin_bottom: 0 0 10px 0;
    font-weight:500;
   
}
.inner_box ul{
	padding:10px;
	margin-bottom:30px;
}

.text-top {
    background: rgba(205, 184, 215, 0.47);
    margin: 0 10px 30px;
   }

form table {
	/*
	border: 1px solid #6e4c83;
	 */
	border:none;
}

table{
	border-collapse: separate;
	border:none;
}
table th {

	background-color: #f6f1ea;
	border:#dbd6ce thin solid;
	border-radius:3px;
}

table th, table td {
    padding: 10px;
	border:#dbd6ce thin solid;
	border-radius:3px;
}

table.content tr.group-separator + * > * {
/*	border-top: none;  */
	border-top: 1px solid #ccc;
}
table.content th, table.content td {
 /*   border: 1px solid #ccc;  */
	border: none;
	border-spacing: 8px 0px;
}
table.content th {
	background-color: #f7f4fa;
}
table.content td {
	border-bottom: #ccc thin dotted;
}
table input[type="text"], table textarea, table select, table input[type="number"] {
    background-color: #fff;
	border: 1px solid #dbd6ce;
}

div.inquiry-submit input {
    border-color: #fa5d70;
    background-color: #f89595;
    color: #ffffff;
}

table.inquiry {
    border: none;
}

#footer {

	background-color: #dbd6ce;
}

/* --- ログインメニュー　----- */

.User_menu_wrap{
	background-color: #fcdee7;
}

div.login-user-name,
#userMenu,
.Corp_name{
	width: 980px;
    position: relative;
    z-index: 50;
    margin: 0 auto;
	border: 1px solid #fa5d70;
    background-color: rgba(255, 36, 58, 0.22);
}

div.message {
    background-color: #fbe3e3;
}
    

#login-menu a {

    padding: 3px 10px;
   }
   
.ui-dialog{
	width: 450px!important;
	line-height: 2;
}

#login-menu a:hover{
	background-color: #5675b2;
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px #fdf9ff inset;
}

.mt_2{
	margin-top:2px;
}

#kiyaku p, #kiyaku ul {
	margin-bottom: 20px;
	margin-right:20px;
}

/*  求人情報・事業者情報共通 */
/* Balloon */
.balloon-wrap{
	position: absolute;
/*	bottom:400px;*/
	right: 10%;
	z-index: 100;
}

.balloon1 {
	position: relative;
	padding: 30px 10px;
	width: 120px;
	height: 100px;
	line-height: 1.1;
	border-radius: 50%;
	text-align: center;
	color: #ffffff;
	letter-spacing: 0.2em;
	font-size: 16px;
	background-color: #cdb8d7;
}
.balloon1::before{
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: 2px;
	bottom: 2px;
	border-right: 20px solid #cdb8d7;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	transform: rotate(-45deg);
}
.balloon1__border{
	border-top:#fff thin solid;
}
.button_p01{
	border: #6e4c83 thin solid;
	border-radius: 40px;
	padding: 3px 8px!important;
	font-size: 1.3rem;
	color: #000;
	background: #ece2e1;
}

.corp_name{
	font-size: 2rem;
	font-weight: bold;
	padding-left: 20px;
}

input,textarea{line-height:150%;}

/*------戻るリンク------------------*/
div#goback{
	margin:0 0 0.5em 0;
}
div#goback > i{
	color:#CB4335;
	padding:0 0.5em 0 0;
}

/*------最新の求人------------------*/
.list-item-text {
	line-height: 1.2;
	padding-bottom: 5px;
	color: #666;
}
