@charset "UTF-8";


/* index クラス
----------------------------------------*/
img {
	vertical-align: middle;
}


/* 就職活動でこんな風に感じたことはありませんか？ */
#felt {
	padding-top: 95px;
	background: url(../images/bg_felt.jpg) repeat-x;
}

#felt h2 {
	width: 835px;
	margin: 0 auto;
}

#felt h2 img {
	vertical-align: bottom;
}

#felt h2 span {
	width: 132px;
	height: 132px;
	text-indent: -500px;
	overflow: hidden;
	margin-right: 8px;
	background: url(../images/img_felt_title.png) no-repeat;
	display: inline-block;
	vertical-align: bottom;
}

#felt h2 + p,
#anxiety h2 + p {
	width: 960px;
	margin: 37px auto 0;
}

#felt > ul {
	position: absolute;
	top: 280px;
	left: 50%;
	margin-left: -192px;
}

#felt > ul li,
#anxiety > ul li {
	width: 586px;
	background: url(../images/img_line_dot.png) repeat-x left bottom;
	padding-bottom: 12px;
	margin: 0 0 8px 13px;
	text-indent: -13px;
}

#felt > ul li:last-child,
#anxiety > ul li:last-child {
	background: none;
}

#felt h3 {
	width: 810px;
	background: #ff6a15;
	margin: 52px auto 0;
	text-align: center;
	padding: 36px 150px 47px 0;
	position: relative;
}

#felt h3 img,
#anxiety h3 img {
	vertical-align: bottom;
}

#felt h3 img:first-child {
	margin-bottom: 14px;
}

#felt h3:before {
	content: "";
	width: 54px;
	height: 42px;
	background: url(../images/img_felt_balloon.png) no-repeat;
	position: absolute;
	top: -42px;
	left: 463px;
}

#felt h3:after {
	content: "";
	width: 266px;
	height: 430px;
	background: url(../images/ph_felt02.png) no-repeat;
	position: absolute;
	bottom: 0;
	right: 0;
}

#felt .point_block {
	width: 950px;
	margin: 0 auto;
	padding: 0 5px 5px;
	border-radius: 0 0 17px 17px;
	background: url(../images/bg_felt_point.gif);
}

#felt .point_block ol,
#anxiety .point_block ol {
	background: #fff url(../images/img_felt_arrow.gif) no-repeat center 7px;
	overflow: hidden;
	padding: 33px 0 43px 45px;
	list-style: none;
	border-radius: 0 0 15px 15px;
}

#felt .point_block ol > li,
#anxiety .point_block ol > li {
	width: 424px;
	float: left;
	position: relative;
}

#felt .point_block ol > li + li,
#anxiety .point_block ol > li + li {
	margin-left: 9px;
}

#felt .point_block ol > li h4,
#anxiety .point_block ol > li h4 {
	width: 424px;
	height: 84px;
	background: #e90000;
	margin-left: -11px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	position: relative;
	z-index: 1;
}

#felt .point_block ol > li:before,
#anxiety .point_block ol > li:before {
	content: "";
    position: absolute;
    border: solid 10px transparent;
    border-right: solid 10px #730002;
    top: 128px;
    left: -10px;
    z-index: 0;
}

#felt .point_block ol > li:after,
#anxiety .point_block ol > li:after {
	content: "";
    position: absolute;
    border: solid 10px transparent;
    border-left: solid 10px #730002;
    top: 128px;
    right: -10px;
    z-index: 0;
}

#felt .point_block ol > li ul,
#anxiety .point_block ol > li ul {
	width: 365px;
	margin: 0 auto;
	padding: 0 18px 15px;
	background: url(../images/bg_point.gif);
	font-size: 116%;
	color: #3f3f3f;
}

#felt .point_block ol > li ul li,
#anxiety .point_block ol > li ul li {
	padding: 15px 0 15px 1em;
	text-indent: -1em;
	border-bottom: solid 1px #dedede;
}

#felt .point_block ol > li ul li + li,
#anxiety .point_block ol > li ul li + li {
	border-top: solid 1px #fff;
}

#felt .point_block ol > li ul li:last-child,
#anxiety .point_block ol > li ul li:last-child {
	border-bottom: none;
}

#felt .point_block ol > li ul li strong {
	color: #e90000;
}

#felt .point_block ol > li ul li:before {
	content: "●";
	color: #f39800;
}

#felt .btn_block a,
#message .btn_block a,
#lecturer .btn_block a {
    top: 263px;
    margin: 49px auto 60px;
	width: 511px;
	height: 108px;
	display: block;
	overflow: hidden;
	text-indent: -500px;
	background: url(../images/btn_consult02.png) no-repeat;
}


/* 他にもこんな不安やお悩みがありませんか？ */
#anxiety {
	background: url(../images/bg_anxiety.jpg) repeat-x;
	padding-bottom: 80px;
}

#anxiety:before {
	content: "";
	width: 100%;
	height: 11px;
	margin-bottom: 68px;
	display: block;
	background: url(../images/img_anxiety_arrow.gif) no-repeat center top;
}

#anxiety h2 {
	text-align: center;
}

#anxiety > ul {
	position: absolute;
	top: 165px;
	left: 50%;
	margin-left: -192px;
}

#anxiety h3 {
	width: 950px;
	background: #0082a8;
	margin: 54px auto 0;
	text-align: center;
	padding: 61px 10px 61px 0;
	position: relative;
}

#anxiety h3:before {
	content: "";
	width: 55px;
	height: 42px;
	background: url(../images/img_anxiety_balloon.png) no-repeat;
	position: absolute;
	top: -42px;
	left: 463px;
}

#anxiety h3:after {
	content: "";
	width: 281px;
	height: 433px;
	background: url(../images/ph_anxiety02.png) no-repeat;
	position: absolute;
	bottom: 0;
	right: 0;
}

#anxiety .point_block {
	width: 950px;
	margin: 0 auto;
	padding: 0 5px 5px;
	border-radius: 0 0 17px 17px;
	background: url(../images/bg_anxiety_point.gif);
}

#anxiety .point_block ol > li h4 {
	background: #1daad3;
}

#anxiety .point_block ol > li:before {
    border-right: solid 10px #00566f;
}

#anxiety .point_block ol > li:after {
    border-left: solid 10px #00566f;
}

#anxiety .point_block ol > li ul li strong {
	color: #1daad3;
}

#anxiety .point_block ol > li ul li:before {
	content: "●";
	color: #ffd800;
}


/* 同じ悩みを抱えていた先輩達からこんなメッセージが */
#message {
	background: #f7f4f2 url(../images/img_message_shadow.gif) no-repeat center top;
	padding: 82px 0 1px;
}

#message h2 {
	text-align: center;
	padding-bottom: 15px;
}

#message .message {
	width: 960px;
	border-radius: 19px;
	margin: 60px auto 0;
	padding-bottom: 45px;
	background: #fff;
	position: relative;
}

#message h3 {
	width: 461px;
	color: #fff;
	text-align: right;
	background: url(../images/bg_message_title.gif);
	padding: 25px 462px 10px 37px;
	border-radius: 19px 19px 0 0;
	position: relative;
}

#message .message:nth-of-type(2n) h3 {
	padding: 25px 91px 10px 408px;
}

#message h3:after {
	content: "";
	width: 112px;
	height: 114px;
	background: url(../images/img_message_informal.png) no-repeat;	
	position: absolute;
	left: 548px;
	top: 16px;
}

#message .message:nth-of-type(2n) h3:after {
	left: 272px;
}

#message h3 img {
	margin-bottom: 10px;
}

#message .photo {
	position: absolute;
    bottom: 0;
    right: 13px;
}

#message .message:nth-of-type(2n) .photo {
    right: auto;
    left: 3px;
}

#message .photo + p {
	margin: 30px 374px 0 38px;
	line-height: 2;
	color: #3f3f3f;
}

#message .message:nth-of-type(2n) .photo + p {
	margin: 30px 25px 0 405px;
}


/* 成功までの4STEP */
#step {
	background: url(../images/bg_step.jpg) no-repeat center 159px;
	padding-bottom: 93px;
}

#step h2 {
	width: 100%;
	height: 159px;
	background: #48abb4;
	text-align: center;
}

#step ol {
	width: 965px;
	overflow: hidden;
	margin: 62px auto 50px;
	list-style: none;
}

#step li {
	padding-top: 72px;
	float: left;
}

#step li + li {
	padding-left: 33px;
	background: url(../images/img_step_arrow.png) no-repeat 10px 198px;
}

#step li:last-child {
	padding: 0;
}


/* 就活アドバイザー・講師紹介 */
#lecturer {
	background: url(../images/bg_lecturer.jpg);
	padding-bottom: 50px;
}

#lecturer:before {
	content: "";
	display: block;
	width: 100%;
	height: 73px;
	background: url(../images/img_lecturer_arrow.png) no-repeat center top;
}

#lecturer h2 {
	margin-top: 47px;
	text-align: center;
}

#lecturer h3 {
	margin-bottom: 27px;
	border-left: solid 9px #f39800;
	padding: 6px 0 9px 22px;
	position: relative;
}

#lecturer h3:before {
	content: "";
	width: 9px;
	height: 12px;
	background: #ff6a15;
	display: block;
	position: absolute;
	bottom: 0;
	left: -9px;
}

#lecturer .counselor {
	width: 629px;
	border: solid 3px #e0e0e0;
	background: #fff;
	margin: 75px auto;
	position: relative;
	left: 21px;
	padding: 39px 30px 50px 277px;
	line-height: 1.9;
	color: #3f3f3f;
}

#lecturer .counselor:nth-of-type(2n) {
	width: 606px;
	padding: 39px 290px 50px 40px;
}

#lecturer .counselor .photo {
	height: 330px;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: -21px;
}

#lecturer .counselor:nth-of-type(2n) .photo {
	width: 300px;
	text-align: right;
	right: -21px;
	left: auto;
}

#lecturer .counselor .photo img:first-child {
	margin-left: 43px;
}

#lecturer .counselor .photo br + img {
	position: absolute;
	left: 0;
    bottom: 13px;
}

#lecturer .counselor:nth-of-type(2n) .photo br + img {
	left: auto;
	right: 0;
}

#lecturer .counselor:nth-of-type(2n) .photo img:first-child {
	margin-right: 38px;
	margin-left: 0;
}

#lecturer .btn_block a {
    margin-bottom: 0;
}


/* よくあるご質問 */
#faq {
	background: url(../images/bg_faq.jpg) repeat-x;
	border-top: solid 12px #ff6a15;
}

#faq:before {
	content: "";
	width: 223px;
	height: 62px;
	display: block;
	margin: 0 auto 40px;
	background: url(../images/img_faq_arrow.png) no-repeat;
}

#faq h2 {
	width: 267px;
	padding-bottom: 16px;
	border-bottom: solid 7px #48abb4;
	margin: 0 auto 55px;
}

#faq ul {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}

#faq li {
	width: 457px;
    float: left;
    padding-bottom: 35px;
    margin-bottom: 38px;
    border-bottom: solid 1px #dcdcdc;
}

#faq li:nth-child(2n) {
	margin-left: 43px;
}

#faq li:nth-child(2n+1) {
	clear: both;
}

#faq li h3 {
	font-size: 167%;
	color: #48abb4;
	padding-left: 75px;
	position: relative;
	line-height: 1.4;
}

#faq li img {
	position: absolute;
	left: 0;
	top: 0;
}

#faq li p {
	color: #3f3f3f;
	padding-left: 75px;
	position: relative;
	margin-top: 30px;
	line-height: 2;
}

#faq li p strong {
	color: #ff6a15;
	font-weight: normal;
}

#faq li:nth-last-child(-n+2) {
	border-bottom: none;
}
