@charset "UTF-8";

/****

 採用情報 CSS

 *****/

/*--------------------------------------------------------
　パンくず（新デザインの c-breadcrumb。ag_render_breadcrumb() が出力）
--------------------------------------------------------*/
#bread {
	width: 1072px !important;
	margin: 0 auto !important;
}

/* agRecruit は newsite/main.css より先に読み込まれるため、同じ詳細度の
   .c-breadcrumb{padding:25px 0 90px}（コンポーネント側）に後勝ちで負ける。
   #bread を足して詳細度を上げて確実に勝たせる */
#bread .c-breadcrumb {
	padding-bottom: 60px;
}

/*--------------------------------------------------------
　採用情報 共通
--------------------------------------------------------*/
.recruitWrap {
	width: 980px;
	margin: 0 auto;
	padding-bottom: 100px;
}

.recruitWrap .mainImg {
	padding-bottom: 20px;
}

.recruitWrap .mainImg img {
	border: 1px solid #f7e0e2;
}

.recruitWrap .recruitNavi {
	padding-bottom: 50px;
}

.recruitWrap .recruitNavi ul {
	width: 980px;
	margin: 0 auto;
}

.recruitWrap .recruitNavi li {
	float: left;
	width: 164px;
}

.recruitWrap .recruitNavi li:last-child {
	width: 160px;
}

.recruitWrap .recruitInner {
	width: 860px;
	margin: 0 auto;
}

/* アチーブゴールについて（#about）ページだけ。greetingページの中身をそのまま入れているため */
#about .p-greeting__image {
	margin-top: 45px;
}

#about .p-greeting__text {
	padding-bottom: 70px;
}

.footerEntry {
	width: 100%;
	background: #c82019;
}

.footerEntry .inner {
	width: 980px;
	margin: 0 auto;
	position: relative;
	padding: 64px 0 30px;
}

.footerEntry .arrow {
	width: 120px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -60px;
}

.footerEntry .ttl {
	padding: 0 0 25px;
	text-align: center;
	display: flex;
	justify-content: center;
}

.footerEntry .txt {
	width: 560px;
	margin: 0 auto;
	text-align: center;
	font-size: 14px;
	line-height: 1.6;
	color: #ffffff;
	padding: 0 0 25px;
}

.footerEntry .btn {
	width: 301px;
	margin: 0 auto;
}

.footerEntry .btn a {
	display: block;
}




/*--------------------------------------------------------
　採用情報トップページ
--------------------------------------------------------*/
.recruitWrap .mainImg {
	padding-bottom: 20px;
}

#top {
	width: 880px;
}

#top .topMember {
	position: relative;
	text-align: center;
}

#top .topMember h3 {
	padding: 10px 0 0;
}

#top .topMember .balloon {
	position: absolute;
	top: -20px;
	right: 140px;
}

#top .topMember ul {
	font-size: 0;
}

#top .topMember li {
	display: inline-block;
	*display: inline;  
    *zoom: 1;
	width: 200px;
	padding: 30px 10px 10px;
	vertical-align: top;
}

#top .topMember li a {
	display: block;
}

#top .topMember li a:hover,
#top .topMember li a:active {
	text-decoration: none;
}

#top .topMember li .photo {
	width: 200px;
	height: 200px;
	position: relative;
}

#top .topMember li a .photo:after {
	content: "";
	width: 200px;
	height: 200px;
	position: absolute;
	top: 0;
	left: 0;
	border: 4px solid transparent;
	border-radius: 50%;
	box-sizing: border-box;
}

#top .topMember li a:hover .photo:after {
	border: 4px solid #c82019;
}

#top .topMember li .name {
	color: #000;
	font-size: 23px;
	line-height: 1;
	font-weight: bold;
	padding-top: 10px;
}

#top .topMember li .name .en {
	color: #c82019;
	font-size: 14px;
	font-weight: normal;
}

#top .topMember li .occupation {
	color: #999;
	font-size: 12px;
	line-height: 1.4;
	padding-top: 10px;
}

#top .topMember li:first-child {
	padding-left: 20px;
}

#top .topMember li:nth-child(3) {
	padding-right: 20px;
}

#top .topAbout {
	width: 860px;
	margin: 0 auto;
	padding: 50px 0 0;
}

#top .topAbout h3 {
	width: 150px;
	margin: 0 auto;
	padding: 0 0 30px;
}

#top .topAbout .bnr01 {
	width: 420px;
	float: left;
}

#top .topAbout .bnr02 {
	width: 420px;
	float: right;
}

#top .topLead {
	margin-bottom: 132px;
}

#top .topLead .txtarea {
	font-size: 14px;
	line-height: 1.9;
	padding-bottom: 102px;
}

#top .topLead .img01 {
	width: 596px;
	margin: 0 auto;
}

#top .topFlow {
	margin-bottom: 132px;
}

#top .topFlow h3 {
	border-bottom: 4px solid #C62019;
	margin-bottom: 70px;
}

#top .topFlow ul {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

#top .topFlow ul > li {
	position: relative;  
	padding-right: 26px;
}

#top .topFlow ul > li::before {
	content: "";
	position: absolute;
	top: 93px;
	right: 0;
	width: 11px;
	height: 18px;
	background: url("../images/recruit/top/flow_triangle.svg") no-repeat 0 0 / 100% auto;
}

#top .topFlow ul > li:last-child {
	padding-right: 0;
}

#top .topFlow ul > li:last-child::before {
	content: none;
}

#top .topFlow ul > li .pc {
	display: block;
}

#top .topFlow ul > li .sp {
	display: none;
}



/*--------------------------------------------------------
　社員紹介ページ
--------------------------------------------------------*/
#member {
	margin-bottom: 100px;
}
#member .memberBox {
	padding-bottom: 177px;
/*
	margin-top: -100px;
	padding-top: 100px;
*/
}

#member .memberBox:last-child {
	padding-bottom: 0;
}

#member .page-ttl {
	width: 150px;
	margin: 0 auto 44px;
}

#member .intro {
	display: grid;
	grid-template-columns: 334px 460px;
	grid-template-rows: 60px 1fr;
	justify-content: space-between;
	grid-template-areas: 
		"area1 area2"
		"area1 area3";
	gap: 2em 0;
}

#member .img {
	grid-area: area1;
}

#member .info-wrap {
	grid-area: area2;
	border-bottom: 4px solid #C91D08;
	padding-bottom: 12px;
}

#member .info-wrap .department {
	font-size: 18px;
	font-weight: 600;
}

#member .info-wrap .date {
	font-size: 13px;
}

#member .block {
	margin-top: 70px;
}

#member .block01 {
	grid-area: area3;
}

#member .txtarea .q {
	position: relative;
	font-size: 18px;
	font-weight: 600;   
	padding-left: 2.5em;   
	margin-bottom: .5em;
}

#member .txtarea .q .sp {
	display: none;
}

#member .txtarea .q::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 37px;
	height: 20px;
	transform: translateY(-50%);
}

#member .txtarea .q.q1::before {
	background: url("../images/recruit/member/q1.svg") no-repeat 0 0 / 100% auto;
}

#member .txtarea .q.q2::before {
	background: url("../images/recruit/member/q2.svg") no-repeat 0 0 / 100% auto;
}

#member .txtarea .q.q3::before {
	background: url("../images/recruit/member/q3.svg") no-repeat 0 0 / 100% auto;
}

#member .txtarea .q.q4::before {
	background: url("../images/recruit/member/q4.svg") no-repeat 0 0 / 100% auto;
}

#member .txtarea .a {
	font-size: 14px;
	line-height: 1.9;
}

#member .message {
	margin-top: 70px;
	display: flex;
	justify-content: flex-start;
	align-items: center;  
}

#member .message .balloon {
	position: relative;
	width: 643px;   
	padding: 35px 82px 35px 56px;
	box-sizing: border-box;
	background: url("../images/recruit/member/message_bg01.svg") no-repeat 0 0 / 100% auto;
}

#member .message .ttl {
	margin-bottom: .5em;
}

#member .message .txt {
	font-size: 14px;
	line-height: 1.9;
	font-weight: bold;
}

#member .message .human {
	padding-left: 50px;
}




#member .box02 .intro {
	grid-template-columns: 460px 334px;
	grid-template-areas:
		"area2 area1"
		"area3 area1";
}

#member .box02 .balloon {   
	padding: 35px 56px 35px 82px;
	background: url("../images/recruit/member/message_bg02.svg") no-repeat 0 0 / 100% auto;
}
#member .box02 .message {
	flex-direction: row-reverse;
	justify-content: flex-end;
}

#member .box02 .human {
	padding-right: 50px;
}



/*--------------------------------------------------------
　業務内容ページ
--------------------------------------------------------*/
#job h3 {
	width: 150px;
	margin: 0 auto;
	padding-bottom: 40px;
}

#job br {
	display: block;
}

#job .jobLink {
	font-size: 0;
	display: flex;
	justify-content: center;
}

#job .jobLink li {
	width: calc(100% - 24px);
	margin-right: 10px;
	background: url(../images/recruit/common/bg_stripe.gif) repeat 0 0;
	font-size: 16px;
	font-weight: bold; 
	display: inline-block;
	*display: inline;  
    *zoom: 1;
}

#job .jobLink li a {
	display: block;
	padding: 8px 20px;
	background: url(../images/recruit/job/arrow.png) no-repeat 95% 50%;
	background-size: 13px 13px;
}

#job .jobLink li:last-child {
	margin-right: 0;
}

#job .jobBox {
	margin-top: -100px;
	padding-top: 150px;
}

#job .jobBox h4 {
	padding: 0 0 12px 0;
	border-bottom: 4px solid #cb1d08;
	font-size: 20px;
	line-height: 1.4;
	margin-bottom: 45px;
}

#job .jobBox .c-txt {
	font-size: 14px;
	line-height: 1.9;
}

#job .jobBox .block {
	margin-bottom: 110px;
}

#job .jobBox .box-L {
	float: left;
}

#job .jobBox .box-R {
	float: right;
	width: 400px;
	padding-top: 20px;  
	padding-right: 15px;
}

#job .jobBox .ttl {
	position: relative;
	font-size: 18px;
	font-weight: bold;
	padding-left: 16px;
}

#job .jobBox .ttl::before {
	content: "";
	width: 4px;
	height: 20px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background: #C62019;
}

#job .jobBox .gyomu-list {
	float: left;
	padding-top: 0;  
	margin-left: 200px;
	margin-top: -28px;
}

#job .jobBox .daily-flow {
	position: relative;
	float: left;
	padding-top: 0;  
	margin-left: 200px;
	margin-top: -20px;
}

#job .jobBox .daily-flow::before {
	content: "";
	position: absolute;
	top: 5px;
	left: 72px;
	width: 1px;
	height: 96%;
	background: #C62019;
	z-index: -1;
}

#job .jobBox .daily-flow .flow {
	position: relative;  
	margin-bottom: 47px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

#job .jobBox .daily-flow .flow:last-of-type {
	margin-bottom: 0!important;
}

#job .jobBox .daily-flow dt {
	position: relative;  
	padding-right: 30px; 
}

#job .jobBox .daily-flow dt .pc {
	display: block;
}

#job .jobBox .daily-flow dt .sp {
	display: none;
}

#job .jobBox .daily-flow dt::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 6px;
	transform: translateY(-50%);
	width: 8px;
	height: 8px;
	background: #C62019;
	border-radius: 50%;
}

#job .jobBox dd {
	padding-top: 0!important;  
	padding-left: 2em;
}

#job .jobBox dd span {
	display: block;
	font-size: 16px;
	font-weight: bold;  
	line-height: 1;  
	margin-bottom: .6em;
}

#job .jobBox .block04 .txtwrap {
	width: 660px;
	float: right;
	padding-top: 0;  
	margin-top: -27px;
}

#job .jobBox .txtwrap .skill  {
	position: relative;
	border: 1px solid #C62019;
	padding: 40px 48px;
	margin-top: 57px;
}

#job .jobBox .skill .head {
	position: absolute;
	font-size: 18px;
	line-height: 1;
	font-weight: bold;
	color: #C62019;
	top: -14px;
	left: 35px;
	background: #FFF;  
	padding: 0 15px;
}


#job01 .block04 .skill {
	display: flex;
  justify-content: flex-start;
  gap: 3em;
}



/*--------------------------------------------------------
　募集要項ページ
--------------------------------------------------------*/
#requirement h3 {
	width: 150px;
	margin: 0 auto;
	padding-bottom: 40px;
}
#requirement h4 {
	padding: 0 0 12px 0;
  border-bottom: 4px solid #cb1d08;
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 45px;
}

#requirement .rqmLink {
	font-size: 0;
	display: flex;
	justify-content: center;
}

#requirement .rqmLink li {
	width: calc(100% - 24px);
	margin-right: 10px;
	background: url(../images/recruit/common/bg_stripe.gif) repeat 0 0;
	font-size: 16px;
	font-weight: bold; 
	display: inline-block;
	*display: inline;  
    *zoom: 1;
	margin-bottom: 62px;
}

#requirement .rqmLink li a {
	display: block;
	padding: 8px 20px;
	background: url(../images/recruit/job/arrow.png) no-repeat 95% 50%;
	background-size: 13px 13px;
}

#requirement .rqmLink li:last-child {
	margin-right: 0;
}

#requirement .framework {
	border-top: 1px dotted #aaaaaa;
	font-size: 14px;
	line-height: 1.3;
}

#requirement .framework li {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 25px 0 25px 53px;
	border-bottom: 1px dotted #aaaaaa;
	font-size: 14px;
	color: #222222;
}

#requirement .framework li .name {
	font-size: 14px;
	font-weight: bold; 
	width: 15%;
}

#requirement .framework li .desc {
	font-size: 14px;
	line-height: 1.9;
	padding-left: 96px;
}

#requirement .framework li .desc > div {
	margin-bottom: 2em;
}

#requirement .framework li .desc .indent {
	padding-left: 3em;
}

#requirement .framework li .desc > div:last-of-type {
	margin-bottom: 0;
}

#requirement #rqm02,
#requirement #rqm03 {
	padding-top: 135px;
}



/*--------------------------------------------------------
　アチーブゴールについてページ
--------------------------------------------------------*/
#about .aboutBox .img {
	width: 260px;
	float: left;
	padding: 0 20px 20px 0;
}

#about .aboutBox .txt {
	font-size: 14px;
	line-height: 1.8;
}

#about .bnrBox {
	padding-top: 60px;
}

#about .bnrBox .bnr01 {
	width: 420px;
	float: left;
}

#about .bnrBox .bnr02 {
	width: 420px;
	float: right;
}



/*--------------------------------------------------------
　OWN STORYページ
--------------------------------------------------------*/
#ownstory h4 {
	background: url(../images/recruit/about/icon_question.png) no-repeat 5px 0;
	background-size: 28px 28px;
	padding: 0 0 8px 40px;
	margin-top: 50px;
	border-bottom: 4px solid #cb1d08;
	font-size: 20px;
	line-height: 1.4;
}

#ownstory .answer {
	padding-top: 20px;
	font-size: 14px;
	line-height: 1.8;
}

#ownstory .answer img {
	width: 410px;
	float: right;
	padding: 0 0 20px 20px;
}

#ownstory .interviewer {
	color: #666666;
	padding-top: 20px;
	font-size: 14px;
	line-height: 1.6;
	font-weight: bold;
}

#ownstory .profile {
	width: 670px;
	background: #efefef;
	padding: 15px;
	margin: 60px auto 0;
}

#ownstory .profile .img {
	width: 180px;
	float: left;
	padding-right: 15px;
}

#ownstory .profile .name {
	font-size: 16px;
	font-weight: bold;
	padding-top: 6px;
}

#ownstory .profile .name .en {
	font-size: 11px;
	font-weight: normal;
	color: #c82019;
	padding-left: 15px;
}

#ownstory .profile .txt {
	font-size: 13px;
	line-height: 2;
	color: #444444;
}



/*--------------------------------------------------------
　エントリーページ
--------------------------------------------------------*/
#entry h3 {
	width: 246px;
	margin: 0 auto;
	padding-bottom: 40px;
}

#entry dt {
	font-size: 14px;
	font-weight: bold;
	float: left;
	clear: left;
	padding: 10px 0;
}

#entry dt .must {
	font-size: 12px;
	color: #c82019;
}


#entry dt .normal {
	font-weight: normal;
}

#entry dd {
	padding: 10px 0 10px 200px;
	font-size: 14px;
}

#entry dd input {
	padding: 4px 8px;
	font-size: 14px;
}

#entry dd select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	text-indent: .01px; /*Firefox用*/
    text-overflow: ""; /*Firefox用*/
	font-size: inherit;
	padding: 5px 10px;
	width: 40%;
	border: 1px solid #cccccc;
	border-radius: 4px;
	background: url(../images/contact/arrow.png) no-repeat right center #ffffff;
	cursor: pointer;
}

#entry dd input[type="text"],
#entry dd input[type="tel"],
#entry dd input[type="email"],
#entry dd textarea {
	border: 1px solid #cccccc;
	border-radius: 4px;
}

#entry dd .note {
	color: #999999;
}

#entry .wpcf7 img {
	width: auto;
}

#entry dd .wid60 {
	width: 60%;
}

#entry dd .wid80 {
	width: 80%;
}

#entry dd .wid100 {
	width: 100%;
}

#entry dd .txt {
	display: inline-block;
	*display: inline;  
    *zoom: 1;
	width: 130px;
}

#entry dd .box {
	display: inline-block;
	*display: inline;  
    *zoom: 1;
	width: 500px;
}

#entry .privacyBox {
	padding: 30px 0 0;
	font-size: 14px;
	font-size: 1.4rem;
	width: 100%;
	margin: 0 auto;
}

#entry .privacyBox h4 {
	font-size: 14px;
	font-size: 1.4rem;
	color: #333;
	padding-bottom: 1em;
}

#entry .privacyBox p {
	padding: 0 0 1.5em;
}

#entry .privacyBox .wrap {
	border: 1px dotted #d8d8d8;
	padding: 20px;
	width: auto;
	height: 300px;
	overflow-y: scroll;
}

#entry .privacyBox h5 {
	color: #e61414;
	font-size: 15px;
	font-size: 1.5rem;
}

#entry .privacyBox dt {
	float: none;
	width: 100%;
	padding: 20px 0 0;
	margin: 0;
	text-align: left;
}

#entry .privacyBox dd {
	padding: 20px 0;
	border-bottom: 1px dotted #d8d8d8;
}

#entry .privacyBox .sign {
	padding-top: 20px;
	text-align: right;
}

#entry .privacyBox .window {
	background: #f1f1f1;
	padding: 30px;
}

#entry .privacyBox .btn {
	text-align: center;
	padding-top: 30px;
}

#entry .btnBox {
	text-align: center;
	padding-top: 50px;
}

#entry .btnBox input {
	border-radius: 4px;
	box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.2);
	background: #fff;
	background: -moz-linear-gradient(top, #ffffff, #e1e1e1);
	background: -webkit-linear-gradient(top, #ffffff, #e1e1e1);
	background: linear-gradient(top, #ffffff, #e1e1e1);
	padding: 10px 0;
	margin: 0 10px;
	width: 200px;
	text-align: center;
	border: none;
	font-size: 16px;
	font-size: 1.6rem;
	color: #797979;
}

#entry .btnBox input:hover {
	color: #333;
}

#entry .submitMsg {
	text-align: center;
	padding: 30px 0 0;
}

#entry .wpcf7c-conf {
	background: #f1f1f1 !important;
	border: none !important;
}



/*--------------------------------------------------------
　サンクスページ
--------------------------------------------------------*/
#thanks h3 {
	width: 346px;
	margin: 0 auto;
	padding-bottom: 40px;
}

#thanks .txt {
	text-align: center;
	font-size: 18px;
	line-height: 1.7;
}