@charset "utf-8";
/* recruit_circumstance_05.css */

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 女性の働きやすさ　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 文章 */
#woman_text {
	width: 540px;
}
#woman_logo {
	text-align: center;
	margin-top: 100px;
}
#woman_logo img {
	width: 460px;
	height: auto;
}

/* 写真 */
#woman_pic {
	width: 405px;
}
#woman_pic img {
	width: 100%;
	height: auto;
	border-radius: 15px;
}







/* ↓↓↓↓↓↓↓↓↓↓ ---以下スマホ--- ↓↓↓↓↓↓↓↓↓↓ */


@media screen and (max-width: 768px) {

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 女性の働きやすさ　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 文章 */
#woman_text {
	width: 100%;
	margin-bottom: 30px;
}
#woman_logo {
	margin-top: 40px;
}
#woman_logo img {
	width: 100%;
}
	
/* 写真 */
#woman_pic {
	width: 100%;
}
#woman_pic img {
	width: 100%;
	height: auto;
	border-radius: 15px;
}


}
