@charset "utf-8";
/* ------------------------------
 見出し
------------------------------ */
/* H2 */
.contentsHome h2 {
	position: relative;
	font-size: 4.6rem;
	font-weight: 600;
	font-family: 'El Messiri', sans-serif;
	text-align: center;
	line-height: 1;
	color: #401922;
	padding-bottom: 36px;
	margin-bottom: 45px;
	background: url('../img/icon_h2.svg') no-repeat bottom center;
}
.contentsHome h2 span {
	display: block;
	font-size: 1.6rem;
	font-weight: 400;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 0.13em;
	color: #a64c5d;
	margin-bottom: 10px;
}
/* H3 */
.contentsHome h3 {
	font-size: 2.1rem;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
}
/* H4 */
.contentsHome h4 {
	position: relative;
	font-size: 2.1rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
	color: #0d2e70;
	padding-bottom: 25px;
	margin-bottom: 25px;
}
.contentsHome h4::before {
	content: "";
	position: absolute;
	display: block;
	width: 30px;
	height: 3px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background: linear-gradient(90deg, rgba(8,150,193,1) 0%, rgba(13,46,112,1) 100%);
}
/* H5 */
.contentsHome h5 {
	position: relative;
	display: block;
	font-size: 1.6rem;
	font-weight: 500;
	text-align: center;
	margin: 0 auto 20px;
}
.contentsHome h5 span {
	position: relative;
	display: inline-block;
}
.contentsHome h5 span::before, 
.contentsHome h5 span::after {
	position: absolute;
	display: block;
	bottom: 0;
}
.contentsHome h5 span::before {
	content: "＼";
	left: -1.5em;
}
.contentsHome h5 span::after {
	content: "／";
	right: -1.5em;
}
/* ------------------------------
 見出し（SP）
------------------------------ */
@media screen and (max-width:767px) {
	/* H2 */
	.contentsHome h2 {
		font-size: 3.4rem;
		padding-bottom: 30px;
		margin-bottom: 40px;
		background-size: 48px;
	}
	.contentsHome h2 span {
		font-size: 1.3rem;
	}
	.contentsHome h2::before {
		width: 36px;
	}
	/* H3 */
	.contentsHome h3 {
		font-size: 1.6rem;
	}
	/* H4 */
	.contentsHome h4 {
		font-size: 1.6rem;
	}
	/* H5 */
	.contentsHome h5 {
		font-size: 1.5rem;
		margin-bottom: 15px;
	}
}
/* ------------------------------
 メインイメージ
------------------------------ */
/*20221212　1枚画像に差し替え*/
.mainimgTop {
	display: block;
	width: 100%;
	overflow: hidden;
}
.mainimgTop img {
	width: 100%;
	height: 700px;
	object-fit: cover;
	object-position: center top;
}
/* slider */
/*
.slide-media,
.thumb-media {
	position: relative;
	overflow: hidden;
}
.slide-media img,
.thumb-media img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.splide {
	z-index: 0;
}
.splide-wrapper {
	position: relative;
}
.mainimgTop .splide-fade .splide__slide {
	pointer-events: none;
}
.mainimgTop .splide__track--fade .splide__slide.is-active {
	pointer-events: auto;
}
.mainimgTop .slide-media img {
	transition: 7s 1s ease-out;
}*/

/*スライド内テキスト　必要があればつける？*/
/*
.mainimgTop .slide-title {
	font-size: 4rem;
	font-weight: normal;
	line-height: 1.6;
	position: absolute;
	right: 8rem;
	bottom: 15%;
	margin-left: 16rem;
	text-align: right;
	color: #fff;
}*/

/*スライドアニメーション*/
/*
.mainimgTop .splide__slide[class*=-active] .slide-media img {
	transition-delay: 0s;
	/*transform: scale(1.05);
}
.mainimgTop .splide__slide[class*=-active] .slide-title {
	animation: mainimgTop-fadeIn 2s 0.5s var(--easing) both;
}
*/
@keyframes mainimgTop-fadeIn {
	0% {
		/*transform: scale(0.5);*/
		opacity: 0;
		filter: blur(300px);/*ぼかし*/
	}

	100% {
		/*transform: scale(1);*/
		opacity: 1;
		filter: blur(0);
	}
}
/* ------------------------------
 メインイメージ（PC）
------------------------------ */

@media print,screen and (min-width:768px) {
	.mainimgTop {
		margin-top: 100px;
		height: 700px;
	}
	/*
	.mainimgTop .slide-media {
		height: 700px;
	}*/
}
/* ------------------------------
 メインイメージ（SP）
------------------------------ */

@media screen and (max-width:767px) {
	.mainimgTop {
		margin-top: 50px;
	}
	/*
	.mainimgTop .slide-media {
		height: 450px;
	}*/
}
/* ------------------------------
 お仕事検索
------------------------------ */
.searchbox {
	border-bottom: 1px dotted #b1a9ad;
}
.searchbox.area {
	border-top: 1px dotted #b1a9ad;
}
.searchbox > label {
	font-size: 1.8rem;
	font-weight: 500;
	align-items: center;
}
.searchbox > label > img {
	margin-right: 10px;
}
.searchbox > article ul {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 5px 20px;
}
.searchbox > article ul li {
	display: block;
	font-weight: 400;
}
/* ------------------------------
 お仕事検索（PC）
------------------------------ */
@media print,screen and (min-width:768px) {
	.searchBlock {
		padding: 100px 0 ;
	}
	.searchbox {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		padding: 20px 0;
	}
	.searchbox.job {
		margin-bottom: 40px;
	}
	.searchbox > label {
		width: 130px; 
		padding-left: 10px;
	}
	.searchbox > article {
		width: 1010px;
	}
}
/* ------------------------------
 お仕事検索（SP）
------------------------------ */
@media screen and (max-width:767px) {
	.searchBlock {
		padding: 45px 0 ;
	}
	.searchbox {
		padding: 15px 0;
	}
	.searchbox.job {
		margin-bottom: 25px;
	}
	.searchbox > label {
		margin-bottom: 10px;
	}
}
/* ------------------------------
 新着のお仕事
------------------------------ */
.whatsNewBlock {
	background: url('../img/flower_bg01.jpg'); 
}
.whatsNewBlock ul {
	display: flex;
	flex-wrap: wrap;
}
.whatsNewBlock ul li {
	background-color: #fff;
}
.whatsNewBlock ul li a {
	display: block;
	color: #401922;
}
.whatsNewBlock ul li a:focus {
	box-shadow: 0px 0px 5px 0px #777777;
}
.whatsNewBlock ul li a > div {
	padding: 25px 30px 35px;
}
.whatsNewBlock ul li a > div .name {
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #b1a9ad;
}
.whatsNewBlock ul li a > div .area,
.whatsNewBlock ul li a > div .job {
	position: relative;

}
.whatsNewBlock ul li a > div .area::before,
.whatsNewBlock ul li a > div .job::before {
	display: inline-block;
	width: 44px;
	height: 20px;
	font-size: 1.2rem;
	font-weight: 500;
	text-align: center;
	line-height: 20px;
	letter-spacing: 0.05em;
	color: #fff;
	border-radius: 1px;
	margin-right: 5px;
}
.whatsNewBlock ul li a > div .area::before {
	content: "場所";
	background-color: #cc6670;
}
.whatsNewBlock ul li a > div .job::before {
	content: "職種";
	background-color: #63545c;
}
/* ------------------------------
 新着のお仕事（PC）
------------------------------ */
@media print,screen and (min-width:768px) {
	.whatsNewBlock {
		padding: 100px 0;
	}
	.whatsNewBlock ul {
		justify-content: flex-start;
		gap: 0 36px;
	}
	.whatsNewBlock ul li {
		width: 258px;
	}
}
/* ------------------------------
 新着のお仕事（SP）
------------------------------ */
@media screen and (max-width:767px) {
	.whatsNewBlock {
		padding: 40px 0 50px;
	}
	.whatsNewBlock ul {
		width: 258px;
		margin: auto;
		gap: 30px 0;
	}
}
/* ------------------------------
 講習会情報
------------------------------ */
.seminarBlock ul li {
	border-top: 1px dotted #b1a9ad;
}
.seminarBlock ul li:last-child {
	border-bottom: 1px dotted #b1a9ad;
}
.seminarBlock ul li a {
	display: block;
	font-size: 1.8rem;
	color: #401922;
}
/*美容師*/
.seminarBlock ul li.salon a {
	background: url('../img/icon_salon.svg') no-repeat left center;
}
/*スパ二スト*/
.seminarBlock ul li.spa a {
    background: url('../img/icon_spa.svg') no-repeat left center;
}
/*エステティシャン*/
.seminarBlock ul li.est a {
    background: url('../img/icon_est.svg') no-repeat left center;
}
/*ネイリスト*/
.seminarBlock ul li.nail a {
    background: url('../img/icon_nail.svg') no-repeat left center;
}
/*カラーリスト*/
.seminarBlock ul li.color a {
    background: url('../img/icon_color.svg') no-repeat left center;
}
/*アイリスト*/
.seminarBlock ul li.eye a {
    background: url('../img/icon_eye.svg') no-repeat left center;
}
/*パーマ*/
.seminarBlock ul li.perm a {
    background: url('../img/icon_perm.svg') no-repeat left center;
}
/*その他*/
.seminarBlock ul li.others a {
    background: url('../img/icon_others.svg') no-repeat left center;
}

.seminarBlock ul li a .title {
	font-weight: 500;
	transition: .5s;
	line-height: 1.4;
}
.seminarBlock ul li a:hover .title,
.seminarBlock ul li a:focus .title {
	color: #a64c5d;
	text-decoration: underline;
}
.seminarBlock ul li a div > span {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-weight: 400;
}
.seminarBlock ul li a div > span::before {
	display: block;
	width: 55px;
	height: 20px;
	font-size: 1.2rem;
	font-weight: 500;
	text-align: center;
	line-height: 20px;
	letter-spacing: 0.05em;
	color: #fff;
	border-radius: 1px;
	margin-right: 5px;
}
.seminarBlock ul li a div > span.area::before {
	content: "場所";
	background-color: #cc6670;
}
.seminarBlock ul li a div > span.day::before  {
	content: "開催日";
	background-color: #63545c;
}
/* 
/* ------------------------------
 講習会情報（PC）
------------------------------ */
@media print,screen and (min-width:768px) {
	.seminarBlock {
		padding: 100px 0;
	}
	.seminarBlock ul {
		margin-bottom: 50px;
	}
	.seminarBlock ul li a {
		padding: 30px 0 30px 95px;
	}
	.seminarBlock ul li a div:not(.title) {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		gap: 15px;
	}
}
/* ------------------------------
 講習会情報（SP）
------------------------------ */
@media screen and (max-width:767px) {
	.seminarBlock {
		padding: 45px 0;
	}
	.seminarBlock ul {
		margin-bottom: 40px;
	}
	.seminarBlock ul li a {
		padding: 20px 0 20px 70px;
	}
}