@charset "utf-8";
/* ===================================================================
	common.css
=================================================================== */

/*----------------------------------------------------
	共通
----------------------------------------------------*/

body,
td,
th,
input,
textarea {
	color: #000000;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 1.5;
}

a,
a:link,
a:visited,
a:active,
a:hover,
a:hover img {
	color: #000000;
	outline: none;
	text-decoration: underline;
/*
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	opacity: .80;
*/
}

a:hover {
	text-decoration: none;
}
a:hover,
a:hover img,
.img_hover:hover {
/*
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	opacity: .80;
*/
}

img {
	vertical-align: bottom;
}
.img_ck {
	font-size: 1px;
	line-height: 0;
}

/* clearfix (micro) */
.clearfix:before,
.clearfix:after {
	content: ' ';
	display: table;
}
.clearfix:after {
	clear: both;
}
/* For IE 6/7 only */
.clearfix {
	*zoom: 1;
}
/*---------------------------------------------------------------------------*/

/* margin */
.mar_t0 {
	margin-top: 0 !important;
}
.mar_t5 {
	margin-top: 5px !important;
}
.mar_t10 {
	margin-top: 10px !important;
}
.mar_t15 {
	margin-top: 15px !important;
}
.mar_t20 {
	margin-top: 20px !important;
}
.mar_t25 {
	margin-top: 25px !important;
}
.mar_t30 {
	margin-top: 30px !important;
}
.mar_t35 {
	margin-top: 35px !important;
}
.mar_t40 {
	margin-top: 40px !important;
}
.mar_t45 {
	margin-top: 45px !important;
}
.mar_t50 {
	margin-top: 50px !important;
}

.mar_b0 {
	margin-bottom: 0 !important;
}
.mar_b5 {
	margin-bottom: 5px !important;
}
.mar_b10 {
	margin-bottom: 10px !important;
}
.mar_b15 {
	margin-bottom: 15px !important;
}
.mar_b20 {
	margin-bottom: 20px !important;
}
.mar_b25 {
	margin-bottom: 25px !important;
}
.mar_b30 {
	margin-bottom: 30px !important;
}
.mar_b35 {
	margin-bottom: 35px !important;
}
.mar_b40 {
	margin-bottom: 40px !important;
}
.mar_b45 {
	margin-bottom: 45px !important;
}
.mar_b50 {
	margin-bottom: 50px !important;
}

.mar_l0 {
	margin-left: 0 !important;
}
.mar_l5 {
	margin-left: 5px !important;
}
.mar_l10 {
	margin-left: 10px !important;
}
.mar_l15 {
	margin-left: 15px !important;
}
.mar_l20 {
	margin-left: 20px !important;
}
.mar_l25 {
	margin-left: 25px !important;
}
.mar_l30 {
	margin-left: 30px !important;
}
.mar_l35 {
	margin-left: 35px !important;
}
.mar_l40 {
	margin-left: 40px !important;
}
.mar_l45 {
	margin-left: 45px !important;
}
.mar_l50 {
	margin-left: 50px !important;
}

.mar_r0 {
	margin-right: 0 !important;
}
.mar_r5 {
	margin-right: 5px !important;
}
.mar_r10 {
	margin-right: 10px !important;
}
.mar_r15 {
	margin-right: 15px !important;
}
.mar_r20 {
	margin-right: 20px !important;
}
.mar_r25 {
	margin-right: 25px !important;
}
.mar_r30 {
	margin-right: 30px !important;
}
.mar_r35 {
	margin-right: 35px !important;
}
.mar_r40 {
	margin-right: 40px !important;
}
.mar_r45 {
	margin-right: 45px !important;
}
.mar_r50 {
	margin-right: 50px !important;
}

/* float */
.fl_l {
	float: left !important;
}
.fl_r {
	float: right !important;
}
.fl_n {
	float: none !important;
}

/* font color */
.f_c_red {
	color: #ff0000 !important;
}
.f_c_yellow {
	color: #ffff00 !important;
}
.f_c_blue {
	color: #0000ff !important;
}
.f_c_gray {
	color: #cccccc !important;
}
.f_c_gray_2 {
	color: #999999 !important;
}

.t_align_l {
	text-align: left !important;
}
.t_align_c {
	text-align: center !important;
}
.t_align_r {
	text-align: right !important;
}

.f_weight_bold {
	font-weight: bold !important;
}
.f_weight_normal {
	font-weight: normal !important;
}
/*---------------------------------------------------------------------------*/

/* CMS用 */
.file {
	border-top: 1px dotted #cccccc;
	margin: 15px 0;
	padding: 10px 0 0;
	text-align: left;
}
.file .pdf {
	background: url(../common/images/cms/pdf.gif) left center no-repeat;
	line-height: 30px;
	padding: 4px 0 0 30px;
}
.file .xls,
.file .xlsx {
	background: url(../common/images/cms/xls.gif) left center no-repeat;
	line-height: 30px;
	padding: 4px 0 0 30px;
}
.file .doc,
.file .docx {
	background: url(../common/images/cms/doc.gif) left center no-repeat;
	line-height: 30px;
	padding: 4px 0 0 30px;
}
.top-right {
	float: right;
	margin: 0px 0px 30px 30px;
}
.top-left {
	float: left;
	margin: 0px 30px 30px 0px;
}
.top-center {
	margin: 0px 0px 30px 0px;
	text-align:center;
}
.bottom-right {
	float: right;
	margin: 30px 0px 0px 30px;
}
.bottom-left {
	float: left;
	margin: 30px 30px 0px 0px;
}
.bottom-center {
	margin: 30px 0px 0px 0px;
	text-align:center;
}
.entry-container b {
	font-weight: bold;
}
.entry-container i {
	font-style: italic;
}
/*---------------------------------------------------------------------------*/
#container {
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	width: 100%;
}
.section_area {
	position: relative;
	width: 100%;
	padding: 25px 0
}
.section_area .inner {
	margin: 0 2.5%;
	position: relative;
	width: 95%;
}
.section_area .sec_title,
.section_area .sec_title img {
	height: 42px;
	width: auto;
}
.section_area .sec_title {
	margin: 0 auto 20px;
}
.bg1 {
	background: url(../images/bg_01.png) repeat;
}
img {
	width: 100%;
	height: auto;
}
/*---------------------------------------------------------------------------*/
/*2017.03.17追加*/

#section_area_sub{
	width: 100%;
	/*margin-top: 35px;*/
	border-top: 1px dotted #8db4ec;
	margin: 0 auto;
	text-align: center;
}
#section_area_sub h2{
	width: 150px;
	margin: 0 auto;
	padding-top: 25px;
	padding-bottom: 15px;
}
.alma_mater_wrapper {
	
}
.alma_mater_wrapper .grade {

}
.alma_mater{
	width: 95%;
	margin: 0 auto;
	box-sizing: border-box;
	border: 1px solid #4784d7;
	padding: 15px;
	margin-bottom: 25px;
}
/*---------------------------------------------------------------------------*/

#main {
	margin: 15px auto 20px;
	text-align: center;
}
#main .page_title {
	width: 84%;
	margin: 0 auto 15px;
	line-height: 1;
	font-size: 1em;
}

#main .lead {
	width: 84%;
	margin: 25px auto;
}

#main .newface {
	border-top: 1px dotted #67a2f3;
	margin: 26px 3% 0;
	padding: 22px 0 0;
}
#main .newface .txt1 {
	margin: 0 auto 18px;
	width: 68%;
}
#main .newface .newface_list {
	font-size: 0;
	padding: 0 0 20px;
	text-align: left;
}
#main .newface .newface_list li {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	margin: 0 1% 8px;
	vertical-align: top;
	width: 48%;
}

/* #sec1 先輩社員アンケート
--------------------------------------*/
#sec1 .sec_title {
	margin-bottom: 2px;
}
#sec1 .img1 {
	width: 75.2%;
	margin: 0 auto 35px;
}
#sec1 .answer_list li {
	text-align: left;
}
#sec1 .answer_list li p {
	line-height: 1.6;
	padding: 5px 0 12px;
}

/* #sec2 職種紹介
--------------------------------------*/
#sec2 {
}

#sec2 .sec_title {
	margin-bottom: 1em;
}
#sec2 .work_box {
	color: #fff;
	height: 110px;
	text-align: left;
	position: relative;
}
#sec2 .work_box + .work_box {
	margin-top: 5px;
}
#sec2 .work_box .img {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
#sec2 .work_box .img,
#sec2 .work_box .img img {
	width: auto;
	height: 110px;
}
#sec2 .work_box .txt {
	padding-left: 26%;
	padding-right: 2%;
}
#sec2 .work_box .name,
#sec2 .work_box .name img {
	height: 18px;
	width: auto;
}
#sec2 .work_box .name {
	padding-top: 10px;
	margin-bottom: 7px;
	line-height: 1;
}
#sec2 .work_box p {
	line-height: 1;
	font-size: 95%;
}
#sec2 .work_box .btn_list {
	margin-top: 10px;
	position: relative;
	z-index: 2;
	text-align: center;
}
/*#sec2 .work_box .btn_list li {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	vertical-align: top;
}:*/
#sec2 .work_box .btn_list li,
#sec2 .work_box .btn_list li img {
	height: 30px;
	width: auto;
}
/*#sec2 .work_box .btn_list li + li {
	margin-left: 4px;
}*/

#sec2 .about {
	padding: 30px 0;
	margin-top: 20px;
	border-top: dotted 1px #8db4ec;
}
#sec2 .about ul {
	width: 95%;
	margin: 0 auto;
}
#sec2 .about li {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	vertical-align: middle;
	width: 49%;
}
#sec2 .about li + li {
	margin-left: 2%;
}

/* bg */
#work1 {
	background: url(../images/sec2_works1_bg.jpg) left top no-repeat;
	background-size: 100% 100%;
}
#work2 {
	background: url(../images/sec2_works2_bg.jpg) left top no-repeat;
	background-size: 100% 100%;
}
#work3 {
	background: url(../images/sec2_works3_bg.jpg) left top no-repeat;
	background-size: 100% 100%;
}
#work4 {
	background: url(../images/sec2_works4_bg.jpg) left top no-repeat;
	background-size: 100% 100%;
}

/* #sec3 先輩社員アンケート
--------------------------------------*/
#sec3 {
}
#sec3 .txt1 {
	width: 84%;
	margin: 0 auto 15px;
}
#sec3 .ttl {
	position: relative;
}
#sec3 .ttl span {
	display: block;
	width: 28px;
	height: 28px;
	position: absolute;
	left: 90%;
	top: 50%;
	margin-top: -14px;
	z-index: 3;
}
#sec3 .ac_body {
	padding-top: 14px;
	display: none;
}
#sec3 .ptn_box {
	margin: 0 auto 5px;
	text-align: left;
}
#sec3 .ptn_box dl {
	padding: 5px 2.5%;
}
#sec3 .ptn_box dt img {
	height: 2.0em;
	width: auto;
}
#sec3 .ptn_box dd + dt {
	border-top: 1px solid #dedede;
	padding-top: 10px;
}
#sec3 .ptn_box dd {
	padding: 5px 0 10px;
}
#sec3 .ptn_box dd.bd_non {
	border: none;
}

/* accordion */
#sec3 #ptn1 .ttl span {
	background: url(../images/sec3_pattern1_icon_close.png) no-repeat;
	background-size: 100% 100%;
}
#sec3 #ptn1 .ttl.open span {
	background: url(../images/sec3_pattern1_icon_open.png) no-repeat;
	background-size: 100% 100%;
}
#sec3 #ptn2 .ttl span {
	background: url(../images/sec3_pattern2_icon_close.png) no-repeat;
	background-size: 100% 100%;
}
#sec3 #ptn2 .ttl.open span {
	background: url(../images/sec3_pattern2_icon_open.png) no-repeat;
	background-size: 100% 100%;
}
#sec3 #ptn3 .ttl span {
	background: url(../images/sec3_pattern3_icon_close.png) no-repeat;
	background-size: 100% 100%;
}
#sec3 #ptn3 .ttl.open span {
	background: url(../images/sec3_pattern3_icon_open.png) no-repeat;
	background-size: 100% 100%;
}
#sec3 #ptn4 .ttl span {
	background: url(../images/sec3_pattern4_icon_close.png) no-repeat;
	background-size: 100% 100%;
}
#sec3 #ptn4 .ttl.open span {
	background: url(../images/sec3_pattern4_icon_open.png) no-repeat;
	background-size: 100% 100%;
}


#sec3 #ptn1 .ac_body {
	background: url(../images/sec2_works1_inr.jpg) no-repeat center top;
	background-size: auto 14px;
}
#sec3 #ptn2 .ac_body {
	background: url(../images/sec2_works2_inr.png) no-repeat center top;
	background-size: auto 14px;
}
#sec3 #ptn3 .ac_body {
	background: url(../images/sec2_works3_inr.png) no-repeat center top;
	background-size: auto 14px;
}
#sec3 #ptn4 .ac_body {
	background: url(../images/sec2_works4_inr.png) no-repeat center top;
	background-size: auto 14px;
}


/* #sec4 先輩社員からメッセージ
--------------------------------------*/
#sec4 {
}
#sec4 .sec_title {
}
#sec4 .message_list dl {
	padding: 10px 0 12px;
	text-align: left;
}
#sec4 .message_list dl .ttl,
#sec4 .message_list dl .ttl img {
	height: 1.6em;
	width: auto;
}
#sec4 .message_list dl .ttl {
	margin-bottom: 5px;
}
#sec4 .message_list dl + dl{
	border-top: 1px solid #dedede;
}
/* #sec5 入社までの流れ
--------------------------------------*/
#sec5 {
	padding-top: 25px;
}
#sec5 .sec_title {
}
#sec5 ul {
	margin: 0 2.5%;
	width: 95%;
	text-align: left;
}
#sec5 ul li {
	padding: 20px 0 10px;
}
#sec5 .flow_list li:first-child {
	padding: 0 0 10px;
}
#sec5 .flow_list li + li {
	background: url(../images/sec5_flow_bg01.png) no-repeat center top;
	background-size: 95% auto;
}
#sec5 .after_list li + li {
	background: url(../images/sec5_flow_bg02.png) no-repeat center top;
	background-size: 95% auto;
}

/* #sec6 求人情報
--------------------------------------*/
#sec6 {
}
#sec6 .sec_title {
	margin-bottom: 15px;
}
#sec6 table {
	background: #fff;
	border: 1px solid #cad0dd;
	width: 100%;
	margin-bottom: 10px;
	box-sizing: border-box;
}
#sec6 table th {
	background: #e7f0ff url(../images/sec6_table_icon.png) 3px 14px no-repeat;
	background-size: 9px;
	border-bottom: 1px solid #fff;
	padding: 10px 3px 10px 13px;
	text-align: left;
	vertical-align: top;
	width: 22%;
}
#sec6 table td {
	border-bottom: 1px solid #cad0dd;
	padding: 10px 8px;
	text-align: left;
	vertical-align: top;
}
#sec6 table .last th,
#sec6 table .last td {
	border-bottom: none;
}
#sec6 table td ul li {
	padding-left: 1em;
	text-indent: -1em;
}

/* #sec7 お問い合わせ
--------------------------------------*/
#sec7 {
	text-align: center;
}
#sec7 .sec_title {
	margin-bottom: 30px;

}
#sec7 .txt_box {
	width: 100%;
	background: #fff;
	border-bottom: solid 1px #B4D1F7;
	border-top: solid 1px #B4D1F7;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
#sec7 .txt1 {
	margin: -10px auto 20px;
	width: 72%;
}
#sec7 .txt2,
#sec7 .txt3 {
	margin: 0 2.5%;
	padding: 1px 0;
}
#sec7 .txt4 {
	margin: 20px auto 10px;
	width: 80%;
}
#sec7 .btn {
	width: 75%;
	margin: 0 auto;
}
#sec7 .rikunabi  .btn {
	margin: 8px auto 25px;
	width: 59%;
}
/*---------------------------------------------------------------------------*/
.pagetop {
	background: #a6ccff;
	text-align: center;
	padding: 12px 0;
}
.pagetop a {
	display: block;
	width: 100%;
}
.pagetop img {
	height: 1.5em;
	width: auto;
}
.copyright {
	background: #67a2f3;
	text-align: center;
	padding: 12px;
}
.copyright img {
	height: 1em;
	width: auto;
	line-height: 40px;
}


.end_line {
	text-decoration: line-through;
}
.att_txt {
	color: #D00;
}
