@charset "UTF-8";

.main .worklifeTitleArea {
	position: relative;
	width: 100%;
	height: 360px;
	background: url(../images/worklife_title.jpg) left center no-repeat;
	background-size: cover;
}

.main .worklifeTitleArea .worklifeTitle {
	position: absolute;
	top: 45%;
	right: 0;
	left: 0;
	max-width: 1080px;
	margin: 0 auto;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 64px;
	line-height: 1;
	color: #000;
	letter-spacing: -0.03em;
}

.main .worklifeTitleArea .worklifeTitle span {
	display: block;
	margin: 10px 0 0 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	letter-spacing: 0.05em;
}

.main .bodyArea .leadCopy {
	margin-bottom: 40px;
}

.main .bodyArea .section {
	position: relative;
	padding: 40px 0;
	border-top: 1px solid #3397fd;
}

.main .bodyArea .section + .section {
	border-bottom: 1px solid #3397fd;
}

.main .bodyArea .section .subTitle {
	font-size: 24px;
	font-weight: bold;
	color: #3397fd;
}

.main .bodyArea .section .itemList {
	margin-top: 24px;
}

.main .bodyArea .section .itemList1 {
	/*width: calc( 100% - 224px);*/
}

.main .bodyArea .section .itemList li {
	position: relative;
	line-height: 2;
	margin-bottom: 16px;
	padding-left: 24px;
}

.main .bodyArea .section .itemList li:before{
	content: '';
	display: block;
	position: absolute;
	top: 16px;
	left: 0px;
	width: 10px;
	height: 1px;
	background: #333;
}

.main .bodyArea .section .itemList li p {
	font-size: 14px;
}

.main .bodyArea .section .logoList {
	position: absolute;
	top: 40px;
	right: 0;
	width: 200px;
}

.main .bodyArea .section .logoList p {
	width: 100%;
	height: auto;
	margin-bottom: 40px;
}

.main .bodyArea .section .logoList p img {
	display: block;
	width: 100%;
	height: auto;
}

.main .bodyArea .section .snapList {
	margin-top: 40px;
}

.main .bodyArea .section .snapList li {
	width: calc( ( 99.9% - 64px ) / 3 );
	margin-right: 32px;
	font-size: 12px;
	line-height: 1.75;
	float: left;
}

.main .bodyArea .section .snapList li:last-child {
	margin-right: 0;
}

.main .bodyArea .section .snapList li p {
	width: 100%;
	height: auto;
	margin-bottom: 8px;
}

.main .bodyArea .section .snapList li p img {
	display: block;
	width: 100%;
	height: auto;
}

.main .bodyArea .section .notice {
	margin-top: 4px;
	text-indent: -1em;
	margin-left: 1em;
	font-size: 12px;
	line-height: 1.75;
	letter-spacing: 0;
}


.main .bodyArea .section .voiceArea {
	margin: 40px 0;
	padding: 24px 32px;
	border-radius: 8px;
	background: #f3f6f6;
	border: 1px solid #3397fd;
}

.main .bodyArea .section .voiceArea .voiceTitle {
	margin-bottom: 8px;
	font-size: 18px;
	font-weight: bold;
	color: #3397fd;
}

.main .bodyArea .section .voiceArea ul {
}

.main .bodyArea .section .voiceArea ul li {
	position: relative; /*基準位置*/
	padding-left: 1em;
	
}

.main .bodyArea .section .voiceArea ul li + li {
	margin-top: 4px;
	
}

.main .bodyArea .section .voiceArea ul li:before {
    border-radius: 50%; /*丸くする*/
    width: 8px; /*点の幅*/
    height: 8px; /*点の高さ*/
    display: block;
    position: absolute; /*絶対配置*/
    left: 0; /*点の位置*/
    top: 1.1em; /*点の位置*/
    content: "";
    background: #3397fd; /*点の色*/
}

/* ------------------------------------------------------------ */

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

.main .worklifeTitleArea .worklifeTitle {
	margin: 0 20px;
}


}


/* ------------------------------------------------------------ */

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

.main .worklifeTitleArea {
	height: 260px;
}

.main .bodyArea {
	width: auto;
	max-width: 980px;
	margin: 0 20px;
	padding: 40px 0 60px;
	font-size: 14px;
}


.main .bodyArea .section {
	position: relative;
	padding: 24px 0;
	border-top: 1px solid #3397fd;
}

.main .bodyArea .section .subTitle {
	font-size: 20px;
	font-weight: bold;
	color: #3397fd;
}

.main .bodyArea .section .itemList1 {
	/*width: calc( 100% - 184px);*/
}

.main .bodyArea .section .itemList li {
	position: relative;
	line-height: 1.75;
	margin-bottom: 16px;
	padding-left: 18px;
}

.main .bodyArea .section .itemList li:before{
	content: '';
	display: block;
	position: absolute;
	top: 14px;
	left: 0px;
	width: 10px;
	height: 1px;
	background: #333;
}

.main .bodyArea .section .itemList li p {
	font-size: 12px;
}

.main .bodyArea .section .logoList {
	position: absolute;
	top: 24px;
	right: 0;
	width: 160px;
}

.main .bodyArea .section .logoList p {
	width: 100%;
	height: auto;
	margin-bottom: 24px;
}

.main .bodyArea .section .snapList li {
	width: calc( ( 99.9% - 40px ) / 3 );
	margin-right: 20px;
	font-size: 12px;
	line-height: 1.75;
	float: left;
}

.main .bodyArea .section .voiceArea {
	margin: 40px 0;
	padding: 16px 24px;
	line-height: 2em;
	border-radius: 8px;
	background: #f3f6f6;
	border: 1px solid #3397fd;
}

.main .bodyArea .section .voiceArea .voiceTitle {
	margin-bottom: 8px;
	font-size: 18px;
	font-weight: bold;
	color: #3397fd;
}

.main .bodyArea .section .voiceArea ul li:before {
    border-radius: 50%; /*丸くする*/
    width: 6px; /*点の幅*/
    height: 6px; /*点の高さ*/
    display: block;
    position: absolute; /*絶対配置*/
    left: 0; /*点の位置*/
    top: 0.85em; /*点の位置*/
    content: "";
    background: #3397fd; /*点の色*/
}

}


/* ------------------------------------------------------------ */

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

.main .worklifeTitleArea {
	height: 180px;
}

.main .worklifeTitleArea .worklifeTitle {
	position: absolute;
	top: 45%;
	right: 0;
	left: 0;
	width: auto;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 38px;
	line-height: 1;
	letter-spacing: -0.03em;
}

.main .worklifeTitleArea .worklifeTitle span {
	display: block;
	margin: 10px 0 0 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	letter-spacing: 0.05em;
}


.main .bodyArea .section .voiceArea .voiceTitle {
	margin-bottom: 8px;
	font-size: 16px;
	font-weight: bold;
	color: #3397fd;
}


}

/* ------------------------------------------------------------ */

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

.main .bodyArea .section .snapList {
	margin-top: 24px;
}

.main .bodyArea .section .snapList li {
	width: 100%;
	margin-right: 0;
	margin-bottom: 20px;
	font-size: 12px;
	line-height: 1.75;
	float: none;
}



}




/* ------------------------------------------------------------ */

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

.main .bodyArea .section .itemList1 {
	width: auto;
}

.main .bodyArea .section .itemList1 li:nth-of-type(1) {
	/*width: calc( 100% - 132px);*/
}

.main .bodyArea .section .logoList {
	position: absolute;
	top: 24px;
	right: 0;
	width: 100px;
}

.main .bodyArea .section .logoList p {
	width: 100%;
	height: auto;
	margin-bottom: 16px;
}


}

