/*============================
MV
============================*/
#mv {
	background-image: url(../img/staff/mv.jpg);
}

/*============================
とにかくスタッフを大切にとは？
============================*/
#important {
	padding-top: 1rem;
	margin-bottom: 0.8rem;
	position: relative;
}
@media screen and (max-width: 599px) {
	#important {
		padding-top: 0.5rem;
	}
}


#important::after {
	content: '';
	display: block;
	width: 60%;
	height: 4.2rem;
	bottom: 0.7rem;
	right: 0;
	background: #E2EEF8;
	position: absolute;
	z-index: 0;
	border-radius: 0.10rem 0 0 0.10rem;
}
@media screen and (max-width: 599px) {
	#important::after {
		content: '';
		display: block;
		width: 80%;
		height: 3.5rem;
	}
}



#important .text{
	font-size: 0.17rem;
	letter-spacing: 0.075em;
	text-align: justify;
	line-height: 2;
}
@media screen and (max-width: 599px) {
	#important .text{
		font-size: 0.15rem;
	}
}


#important .cont_box {
	position: relative;
	z-index: 1;
}

#important .text_box01 {
	width: 50%;
	margin-bottom: 0.40rem;
}
@media screen and (max-width: 599px) {
	#important .text_box01 {
		width: 100%;
		margin-bottom: 0.40rem;
	}
}

#important .text_box01 .sec_title {
	font-size: 0.50rem;
	line-height: 1.65;
	letter-spacing: 0.075em;
}
@media screen and (max-width: 599px) {
	#important .text_box01 .sec_title {
		font-size: 0.30rem;
		text-align: center;
	}
}


#important .text_box01 .sec_title small {
	font-size: 0.36rem;
}
@media screen and (max-width: 599px) {
	#important .text_box01 .sec_title small {
		font-size: 0.25rem;
	}
}


/* 画像１枚め */
#important .cont_box .ph_wrap01 {
	width: 37%;
	height: 4rem;
	position: absolute;
	top: 0;
	right: 0.40rem;
	z-index: 1;
}
@media screen and (max-width: 599px) {
	#important .cont_box .ph_wrap01 {
		width: 75%;
		height: 3rem;
		position: static;
		margin-bottom: 0.6rem;
	}
}


#important .cont_box .ph_wrap01 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0.10rem;
}


#important .text_box01 .sec_title {
	padding: 0.50rem 0 0.40rem;
}
@media screen and (max-width: 599px) {
	#important .text_box01 .sec_title {
		padding: 0 0 0.40rem;
	}
}


#important .text_box02 {
	width: 60%;
	margin-bottom: 0.50rem;
}
@media screen and (max-width: 599px) {
	#important .text_box02 {
		width: 100%;
		margin-bottom: 0;
	}
}


/* 画像２枚め */
#important .cont_box .ph_wrap02 {
	width: 30%;
	height: 2.3rem;
	position: absolute;
	top: -1.0rem;
	right: 0;
	z-index: 2;
}

#important .cont_box .ph_wrap02 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0.10rem;
}

@media screen and (max-width: 599px) {
	#important .cont_box .ph_wrap02_sp {
		width: 70%;
		height: 1.5rem;
		position: absolute;
		bottom: -0.4rem;
		right: 0rem;
		z-index: 2;
	}
	
	#important .cont_box .ph_wrap02_sp img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		border-radius: 0.10rem;
	}
}


/* ３番目 */
#important .cont_flex {
	display: flex;
	justify-content: space-between;
	padding-top: 0.50rem;
	position: relative;
	z-index: 1;
}
@media screen and (max-width: 599px) {
	#important .cont_flex {
		flex-wrap: wrap;
	}
}


#important .cont_flex .ph_wrap03 {
	width: 45%;
	height: 3.8rem;
}
@media screen and (max-width: 599px) {
	#important .cont_flex .ph_wrap03 {
		width: 100%;
		height: 2.5rem;
		margin-bottom: 0.2rem;
	}
}


#important .cont_flex .ph_wrap03 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0.10rem;
}

#important .cont_flex .text {
	width: 50%;
	height: 3.8rem;
	margin-top: 0.30rem;
}
@media screen and (max-width: 599px) {
	#important .cont_flex .text {
		width: 100%;
		height: auto;
	}
}

/*============================
カンタンWEB登録
============================*/
#touroku {
	background: #2F475C;
	padding: 0.6rem 0;
	box-sizing: border-box;
}

#touroku .cont_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}


/* テキストエリア */
#touroku .cont_wrap .left_wrap {
	width: 55%;
	box-sizing: border-box;
	padding-left: 0.40rem;
}

#touroku .cont_wrap .left_wrap .sec_title {
	color: #fff;
	margin-bottom: 0.25rem;
}

#touroku .cont_wrap .left_wrap .text {
	color: #fff;
	font-size: 0.16rem;
	line-height: 2;
	margin-bottom: 0.40rem;
}

#touroku .cont_wrap .left_wrap .btn_common a {
	margin-left: 0;
}
/* 画像エリア */
#touroku .cont_wrap .right_wrap {
	width:45%;
	text-align: right;
	position: relative;
}

#touroku .cont_wrap .right_wrap .ph_wrap {
	width:80%;
	margin-left: auto;
	margin-right: 0.2rem;
}


/* 星 */
#touroku .cont_wrap .right_wrap .star_01 {
	position: absolute;
	top: 1rem;
	left: 0.7rem;
	animation: twinkle 5s infinite;
}

#touroku .cont_wrap .right_wrap .star_02 {
	position: absolute;
	top: 1.3rem;
	left: 0.4rem;
	animation: twinkle 4s infinite;
}

#touroku .cont_wrap .right_wrap .star_03 {
	position: absolute;
	top: 2.2rem;
	left: 0.8rem;
	animation: twinkle 3s infinite;
}

#touroku .cont_wrap .right_wrap .star_04 {
	position: absolute;
	top: 0.8rem;
	right: 0;
	animation: twinkle 2s infinite;
}

#touroku .cont_wrap .right_wrap .star_05 {
	position: absolute;
	top: 1.2rem;
	right: -0.4rem;
	animation: twinkle 4s infinite;
}

#touroku .cont_wrap .right_wrap .star_06 {
	position: absolute;
	top: 2.4rem;
	right: -0.2rem;
	animation: twinkle 6s infinite;
}


/*============================
各種申請
============================*/
#sinsei {
	margin: 1rem 0;
}

#sinsei .sec_title {
	text-align: center;
	margin-bottom: 0.60rem;

}

#sinsei .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#sinsei .list .item {
	width: 32%;
	background-color: #E2EEF8;
	border-radius: 0.10rem;
	box-sizing: border-box;
	padding: 0.30rem 0.25rem;
	height: 2.6rem;
	position: relative;
}

/* タイトル */
#sinsei .list .item .item_title {
	font-size: 0.24rem;
	font-weight: bold;
	text-align: center;
}

#sinsei .list .item .item_title span {
	border-bottom: 1px solid #2F475C;
	display: inline-block;
	padding-bottom: 0.10rem;
}

/* コンテンツ */
#sinsei .list .cont_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#sinsei .list .cont_box .ph_wrap {
	width: 1.15rem;
}

#sinsei .list .cont_box .text_wrap {
	width: calc(100% - 1.15rem);
	box-sizing: border-box;
	padding-top: 0.3rem;
	font-size: 0.15rem;
	line-height: 1.65;
}

/* ボタン */
#sinsei .list .item .btn_mini {
	position: absolute;
	bottom: 0.30rem;
	left: 50%;
	transform: translateX(-50%);
}

