@charset "UTF-8";

/* zadankai ---------------------------------------*/

#zadankai{
	background: #FBFBFB; /* Old browsers */
	background: -moz-linear-gradient(top, #FBFBFB 0%, #FBFBFB 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #FBFBFB 0%,#FBFBFB 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #FBFBFB 0%,#FBFBFB 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

#zadankaiKeyvisual{
	background: url(/wordpress/wp-content/themes/fujita-theme/recruit/img/zadankai/kv_zadankai.png) no-repeat center top;
	background-size: cover;
	height:320px;
	box-sizing:border-box;
}

#zadankaiKeyvisual h2{
	text-indent: -9999px;
}

.zadankaiIntroSection{
	padding: 55px 0 10px;
	text-align: center;
	background: url(/wordpress/wp-content/themes/fujita-theme/recruit/img/zadankai/bg_talk1.png) no-repeat center bottom;
	background-size:100%;
}

.zadankaiIntroSection h3{
	font-weight: bold;
	font-size: 31px;
	color:#349CD5;
	line-height: 1.7;
	margin-bottom: 40px;
	letter-spacing: 3px;
}

.zadankaiIntroSection p{
	font-size: 20px;
	line-height: 1.6;
	letter-spacing: 1px;
}

.zadankaiIntroImage{padding:50px 0 0 0;}

.talkSection{
	padding:40px 0;
}

.talkSection.theme3{
	background:url(/wordpress/wp-content/themes/fujita-theme/recruit/img/zadankai/bg_talk3.png) no-repeat center top #C7EDFB;
	padding-bottom: 0;
	background-size:100%;
}

.talkSection.theme4{padding-bottom: 120px;}

.talkSection h3{
	font-weight: bold;
	font-size: 26px;
	color:#2292D2;
	line-height: 1.0;
	margin-bottom: 0px;
	text-align: center;
	padding-top: 15px;
	letter-spacing: 1.5px;
}

.talkSection h3 img{
	vertical-align: bottom;
	margin-right: 20px;
}

.section1{
	background: url(/wordpress/wp-content/themes/fujita-theme/recruit/img/zadankai/bg_talk1.png) no-repeat center top #C7EDFB;
	background-size:100%;
}

.section1.nobgline{background:#C7EDFB;}

.talkArea{
	max-width:840px;
	padding:0 20px;
	margin:0 auto;
	overflow: hidden;
}

.speekBox{
	clear:both;
	padding-top: 50px;
}
.speekBox > img{
	max-width:97px;
	width:12%;
	margin-top: 30px;
}
.speekBox.left > img{float: left;}
.speekBox.right > img{float: right;}

.speekBox > .txtBox{
	width:83.3%;
	max-width:710px;
}

.speekBox.left > .txtBox{float: right;}
.speekBox.right > .txtBox{float: left;}

.speekBox.all > .txtBox{
	max-width: 537px;
	width: 66%;
	font-weight: bold;
}
.speekBox.all > img{
	max-width: 227px;
	width: 27%;
}


.speekBox > .txtBox .name{
	font-weight: bold;
	font-size: 18px;
	color:#2292D2;
	padding:0 0 0 30px;
}

.speekBox .txtBox .balloon{
	background: #fff;
	padding:20px 25px 20px 30px;
	border-radius:5px;
	font-size: 17px;
	line-height: 1.8;
	position: relative;
	letter-spacing: 0.4px;
}

.speekBox .txtBox .balloon:before{
	content: "";
	position: absolute;
	top: 15px;
}

.speekBox.left .txtBox .balloon:before{
	left: -30px;
	border: 10px solid transparent;
	border-right: 23px solid #fff;
}

.speekBox.right .txtBox .balloon:before{
	right: -30px;
	border: 10px solid transparent;
	border-left: 23px solid #fff;
}


.section2{
	background: url(/wordpress/wp-content/themes/fujita-theme/recruit/img/zadankai/bg_talk2.png) no-repeat center top #fff;
	background-size:100%;
}

.talkSectionImage{
	text-align: center;
	margin-bottom: 55px;
}

.section2 .speekBox .balloon{background: #C8EDFA;}
.section2 .speekBox.left .txtBox .balloon:before{border-right: 23px solid #C8EDFA;}
.section2 .speekBox.right .txtBox .balloon:before{border-left: 23px solid #C8EDFA;}



@media screen and (max-width: 1300px){



}

@media screen and (max-width: 768px){

	/* zadankai ---------------------------------------*/

	zadankai{
		padding:0;
	}

	#zadankaiKeyvisual{
		background: url(/wordpress/wp-content/themes/fujita-theme/recruit/img/zadankai/kv_zadankai.png) no-repeat center top;
		background-size: cover;
		height:160px;
	}

	.zadankaiIntroSection{
		padding: 25px 0px 0;
	}

	.zadankaiIntroSection h3{
		font-size: 15px;
		line-height: 1.7;
		margin-bottom: 17px;
		letter-spacing: 2px;
	}

	.zadankaiIntroSection p{
		font-size: 11px;
		line-height: 2;
		letter-spacing: 1.5px;
	}

	.zadankaiIntroImage{
		padding:25px 0 0 0;
		overflow: hidden;
	}

	.zadankaiIntroImage img{
		position: relative;
		right:1.5%;
		width:103%;
		max-width:103%;
	}

	.talkSection{
		padding:30px 0;
	}

	.talkSection.theme2,
	.talkSection.theme3	{
		padding-top: 0;
		margin-top: -10px;
		padding-bottom:20px;
	}

	.talkSection.theme4{
		padding-top: 0;
		padding-bottom: 40px;
	}

	.talkSection h3{
		font-size: 12px;
		padding-top: 0;
		margin-bottom: 10px;
	}

	.talkSection h3 img{
		width:23px;
		margin-right: 10px;
	}

	.talkArea{padding:0 15px;}

	.speekBox{padding-top: 15px;}

	.speekBox > img{
		width:14%;
		margin-top: 20px;
	}

	.speekBox > .txtBox{
		width:80%;
	}

	.speekBox.all > .txtBox{
		width: 80%;
	}
	.speekBox.all > img{
		width: 15%;
	}

	.speekBox > .txtBox .name{
		font-size: 12px;
		margin-bottom: 2px;
		padding:0 0 0 15px;
	}

	.speekBox .txtBox .balloon{
		padding:10px 15px;
		border-radius:3px;
		font-size: 11px;
		line-height: 1.8;
	}

	.speekBox .txtBox .balloon:before{
		top: 8px;
	}

	.speekBox.left .txtBox .balloon:before{
		left: -15px;
		border: 5px solid transparent;
		border-right: 13px solid #fff;
	}

	.speekBox.right .txtBox .balloon:before{
		right: -15px;
		border: 5px solid transparent;
		border-left: 13px solid #fff;
	}

	.talkSectionImage{
		padding:0 35px;
		margin-bottom: 30px;
	}

	.section2 .speekBox.left .txtBox .balloon:before{border-right: 13px solid #C8EDFA;}
	.section2 .speekBox.right .txtBox .balloon:before{border-left: 13px solid #C8EDFA;}


}
