@charset "utf-8";



/* ==========================================================================
 * トップページ
 * ========================================================================== */

/* ------------------------------------- */
/* トップメイン */
/* ------------------------------------- */
#topWrap a.imgHover img:hover{
	opacity: 0.8;
}

#topMain{
	position: relative;
	height: 520px;
}

#topMain > div{
	background: url(../img/bg_topMain.jpg) bottom center;
	background-size: cover;
	height: 190px;
}

#topMainCatch{
	position: absolute;
	top: 6%;
	margin: 0 auto;
	width: 100%;
	text-align: center;
}

#topMainCatch h1{
	font-size: 1.563em;
	letter-spacing: 0.1em;
	font-weight: normal;
	color: #fff;
}

#topMainCatch div a i.fa-chevron-circle-down{
	color: #fff;
}

#topMainLogin{
	background: #fff;
	border-radius: 50%;
	margin-top: 10px;
	padding-top: 50px;
}

#topMainLogin>div{
	background: -webkit-linear-gradient(#FFF, #388ECC);
	background: -o-linear-gradient(#FFF, #388ECC);
	background: linear-gradient(#FFF, #388ECC);
	padding-bottom: 15px;
}

#topMainLogin h2{
	font-size: 1.0em;
	height: 2.75em;
	overflow: hidden;
}

#topMainLogin p{
	/*margin: 0;*/
}

#topMainLogin a.btnBase{
	/*margin: 10px 0;*/
}

#topMainLogin form input,
#contentsLogin form input{
	width: 300px;
	display: inline-block;
	border: 1px #aaa solid;
	margin-bottom: 10px;
	padding: 0.25em;
}

#topMainLogin form input[type="submit"],
#contentsLogin form input[type="submit"],
#contentsLogin form input[type="button"]{
	background: #388ECC;
	color: #fff;
	border: 1px #388ECC solid;
	border-radius: 5px;
	margin-top: 10px;
	padding: 0.5em 0.25em;
}

#topMainLogin form input[type="submit"]:hover,
#contentsLogin form input[type="submit"]:hover,
#contentsLogin form input[type="button"]:hover{
	background: #4B98D1;
}

#topMainLogin div.loginBox{
	background: #FFF;
	border: 1px #ccc solid;
	padding: 30px 0;
	height: 250px;
}

/*トップ→ログイン用*/
#contentsLogin form{
	width: 50%;
}


/* ------------------------------------- */
/* 掲載サイト */
/* ------------------------------------- */
#topSite{
	background: -webkit-linear-gradient(#FAF8EE, #FFF);
	background: -o-linear-gradient(#FAF8EE, #FFF);
	background: linear-gradient(#FAF8EE, #FFF);
	padding: 15px 0;
}

#topSite p.catch{
	line-height: 2.25em;
	color: #3A3221;
}

#topSite p.catch strong{
	letter-spacing: 0.05em;
}

#topSite img{
	width: 66%;
	height: 66%;
	margin: 0 auto 10px auto;
	display: block;
	border-radius: 50%;
}

#topSite p a{
	font-weight: bold;
}

#topSite p span{
	margin: 0 5px 0 0;
	padding: 1px 5px;
	border-radius: 2px;
	background: #F9BA45;
	color: #Fff;
}

/* ------------------------------------- */
/* 求人情報の登録窓口 */
/* ------------------------------------- */
#topContactSites{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border: 4px #53473F solid;
	border-radius: 8px;
	padding: 15px 0;
	position: relative;
	display: inline-block;
	background: #F7F7F7;
}

#topContactSites:before{
	content: "";
	position: absolute;
	top: -24px;
	left: 50%;
	margin-left: -15px;
	border: 12px solid transparent;
	border-bottom: 12px solid #F7F7F7;
	z-index: 2;
}

#topContactSites:after{
	content: "";
	position: absolute;
	top: -32px;
	left: 50%;
	margin-left: -17px;
	border: 14px solid transparent;
	border-bottom: 14px solid #53473F;
	z-index: 1;
}

#topContactSites div:first-child{
	padding: 10px 10px 0 30px;
}

#topContactSites h2{
	background: url(../img/bg_topContactH2.png) no-repeat;
	padding: 0 0 0 70px;
	letter-spacing: 0.05em;
}

#topContactSites p{
	letter-spacing: 0.05em;
}

#topContactSites img{
	max-width: 100%;
	display: block;
	margin: 0 0 0 auto;
}



/* ------------------------------------- */
/* 3つのポイント */
/* ------------------------------------- */
#topPoint{
	background: #F4F4F4;
	padding: 15px 0;
}

#topPoint img{
	width: 40%;
	height: 40%;
}

#topPointHeader{
	position: relative;
}
.free{
	background-color: #F94826;
	display: block;
	border-radius: 50%;
	width: 90px;
	height: 90px;
	text-align: center;
	padding-top: 1.0em;
	color: #fff;
	position: absolute;
	top: -10px;
	right: 200px;
	line-height: 1.2em;
	font-weight: bold;
}


/* ------------------------------------- */
/* FAQ */
/* ------------------------------------- */
#topFAQ{
	background: #F4F4F4;
	padding: 15px 0;
}

#topFAQ dl dt{
	font-weight: bold;
}

#topFAQ dl dd{
	margin: 0.25em 0 0 1.0em;
}


/* ------------------------------------- */
/* contentList*/
/* ------------------------------------- */
.contentList{
position: fixed;
	top: 43vh;
	margin: 0;
	z-index: 3;
	right: 0;
}
.contentList ol {
	counter-reset: number;
	list-style-type: none!important;
	padding: 0.5em;
	background: #fff;
	margin-top: 0;
	border: 2px solid #b4527e;
	border-right: none;
}
.contentList ol li {
	position: relative;
	line-height: 1.5em;
	padding: 0.5em 0.5em 0.5em 25px;
}
.contentList ol li:before{
	/* 以下数字をつける */
	position: absolute;
	counter-increment: number;
	content: counter(number);
	/*以下数字のデザイン変える*/
	display:inline-block;
	background: #b4527e;
	color: #ffffff;
	font-family: 'Avenir','Arial Black','Arial',sans-serif;
	font-weight:bold;
	font-size: 12px;
	border-radius: 50%;
	left: 0;
	width: 20px;
	height: 20px;
	line-height: 19px;
	text-align: center;
	/*以下 上下中央寄せのため*/
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.contentList span{
	display: inline-block;
	background: #b4527e;
	color: #fff;
	padding: 2px 16px;
	font-weight: 600;
	border-radius: 3px 3px 0 0;
	letter-spacing: 0.1em;
}


/* ------------------------------------- */
/* topMainSlider */
/* ------------------------------------- */
.topMainSlider{
	margin-left: -7px;
}
.sliderContainer{
	position: relative;
	padding: 10px 0 38px 8px;
}
.sliderContainer .swiper-slide{
	padding: 15px 30px 20px;
	border-radius: 15px;
	width: 70%;
	background: #fff;
	box-shadow: 0px 0px 10px -1px rgb(152 152 152 / 60%);
	/*margin: 5px; */
}
.sliderContainer .sliderTitle{
	font-size: 1.0em;
	font-weight: 500;
	color: #044E80;
	line-height: 1;
	margin-bottom: 8px;
}
.sliderContainer .sliderLink{
	color: #333;
	text-decoration: none;
}
.sliderContainer .sliderImage{
	margin-bottom: 15px;
}
.sliderContainer .sliderImage img{
	position: relative;
	object-fit: cover;
	object-position: center;
	top: 0;
	left: 0;
	height: 300px;
	width: 100%;
	border-radius: 5px;
	border: 1px solid #eee;
}

.sliderContainer .sliderInfo{
}
.sliderContainer .sliderInfoTitle{
	font-size: 1.1em;
	line-height: 1.4;
	margin: 0 0 5px;
	display: inline-block;
	position: relative;
	font-weight: 600;
}
.sliderContainer .sliderInfoTitle:after{
	content: '';
	width: 8px;
	height: 8px;
	border: 0;
	border-top: solid 2px #333;
	border-right: solid 2px #333;
	transform: rotate(45deg);
	position: absolute;
	top: 7px;
	right: -16px;
	bottom: 0;
	opacity: .6;
}
.sliderContainer .sliderInfoDesc{
	color: #626262;
	line-height: 1.4;
	height: 45px;
	margin: 0;
}
.sliderContainer .swiper-control{
	position: absolute;
	left: 10px;
	bottom: 0;
	display: flex;
	gap: 15px;
	align-items: center;
	z-index: 9999;
}
.sliderContainer .swiper-control-btn{
	display: inline-block;
	position: relative;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	color: #333;
	font-size: 30px;
	cursor: pointer;
	/* background: #b4b9bb; */
	background: #fff;
	border: 1px solid #7d7d7d;
	/* border: none; */
}
.sliderContainer .swiper-control-btn.is-stop::before{
	content: '';
	position: absolute;
	top: 50%;
	left: 40%;
	transform: translateY(-52%);
	width: 0px;
	height: 0px;
	border: 6px solid transparent;
	border-left: 9px solid #7d7d7d;
	box-sizing: border-box;
	border-radius: 2px;
}
.sliderContainer .swiper-control-btn.is-start::before,
.sliderContainer .swiper-control-btn.is-start::after{
	content: '';
	position: absolute;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 3px;
	height: 10px;
	box-sizing: border-box;
	background-color: #7d7d7d;
}
.sliderContainer .swiper-control-btn.is-start::before{
	left: 40%;
}
.sliderContainer .swiper-control-btn.is-start::after{
	left: 60%;
}
.sliderContainer .swiper-pagination-bullets.swiper-pagination-horizontal{
	position: relative;
	top: auto;
	bottom: auto;
	display: flex;
	gap: 5px;
	width: auto;
}
.sliderContainer .swiper-pagination-bullet{
	width: 25px;
	height: 10px;
	margin: 0 2px!important;
	border-radius: 10px;
	border: 1px solid #7d7d7d;
	background: #fff;
	opacity: 1;
}
.sliderContainer .swiper-pagination-bullet-active{
	width: 60px;
	border-radius: 30px;
	background: #7d7d7d;
}



