@charset "UTF-8";
.btnCta {
  margin: 40px auto 0;
  text-align: center;
  display: block;
  height: 84px;
  width: 500px;
  overflow: hidden; }
  .btnCta:hover img {
    margin-top: -84px; }

.section {
  margin-top: 40px; }

.sectionBody {
  margin-top: 26px; }
  .sectionBody > p {
    margin-top: 26px;
    font-size: 14px;
    color: #000; }

.detailData {
  width: 100%;
  box-sizing: border-box;
  margin-top: 26px;
  padding: 26px 32px;
  background: #f4f4f4; }
  .detailData.isHalf {
    width: 350px;
    float: left; }
    .detailData.isHalf + .detailData.isHalf.isHalf {
      margin-left: 20px; }
  .detailData .title {
    font-weight: 600;
    font-size: 16px;
    color: #000; }
    .detailData .title:before {
      content: '●';
      color: #000; }
    .detailData .title + p {
      margin-top: 12px; }

.roleList {
  list-style-type: disc;
  padding-left: 45px; }

.sectionTitle {
  border-top: 4px solid #10274b;
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
  margin-bottom: 20px;
  font-size: 20px;
  color: #10274b;
  line-height: 1; }

.annualIncomeTable {
  width: 100%;
  box-sizing: border-box;
  margin-top: 30px; }
  .annualIncomeTable thead th {
    height: 54px;
    background: #e3f0fa;
    border: 1px solid #acd5f1;
    vertical-align: middle;
    line-height: 1.4; }
  .annualIncomeTable tbody th,
  .annualIncomeTable tbody td {
    height: 54px;
    border-collapse: collapse;
    border: 1px solid #d9d9d9;
    text-align: center;
    vertical-align: middle;
    line-height: 1.4; }
  .annualIncomeTable tbody .diff {
    background: #fff8f5; }

/**
 * キャリアパスの丸に関するスタイル
 */
.beforeJob p, .afterJob p {
  vertical-align: middle;
  text-align: center;
  line-height: 1.4;
  font-weight: 600;
  font-size: 14px; }

.beforeJob {
  display: table;
  height: 140px;
  width: 140px;
  position: absolute;
  top: 50%;
  left: 40px;
  margin-top: -70px;
  border-radius: 50%;
  border: 4px solid #d0e7f9;
  background: #fff;
  color: #005eab; }
  .beforeJob p {
    display: table-cell; }

.after {
  width: 300px;
  margin-left: 340px; }

.afterJob {
  display: table;
  width: 100%;
  border-radius: 12px;
  border: 4px solid #d0e7f9;
  padding: 20px 0;
  color: #fff;
  /**
   * 長い職種用
   */ }
  .afterJob + .afterJob {
    margin-top: 10px; }
  .afterJob.first {
    background: #00ab8e; }
  .afterJob.second {
    background: #0288d1; }
  .afterJob.third {
    background: #5e6ec7; }
  .afterJob.fourth {
    background: #ad729e; }
  .afterJob.fifth {
    background: #d68085; }
  .afterJob.large {
    height: 196px;
    width: 196px; }
    .afterJob.large.top {
      position: absolute;
      right: 170px;
      bottom: 210px; }

.careerPath {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  border: 1px solid #dddddd;
  margin-top: 28px;
  padding: 40px;
  background: #faf5ea; }
  .careerPath.bgArrow:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%; }
  .careerPath.single {
    padding: 80px 40px; }
    .careerPath.single:before {
      content: '';
      height: 34px;
      width: 164px;
      background: url(/resource/it/jobindex/img/img-career-arrow--single.png) no-repeat;
      margin-top: -17px;
      margin-left: -162px; }
  .careerPath.double:before {
    content: '';
    height: 93px;
    width: 164px;
    background: url(/resource/it/jobindex/img/img-career-arrow--double.png) no-repeat;
    margin-top: -46px;
    margin-left: -162px; }
  .careerPath.triple:before {
    content: '';
    height: 161px;
    width: 164px;
    background: url(/resource/it/jobindex/img/img-career-arrow--triple.png) no-repeat;
    margin-top: -82px;
    margin-left: -160px; }
  .careerPath.quadruple:before {
    content: '';
    height: 220px;
    width: 159px;
    background: url(/resource/it/jobindex/img/img-career-arrow--quadruple.png) no-repeat;
    margin-top: -110px;
    margin-left: -160px; }
  .careerPath.quintuple:before {
    content: '';
    height: 323px;
    width: 165px;
    background: url(/resource/it/jobindex/img/img-career-arrow--quintuple.png) no-repeat;
    margin-top: -161px;
    margin-left: -162px; }
  .careerPath.double_cs07:before {
    content: '';
    height: 93px;
    width: 164px;
    background: url(/resource/it/jobindex/img/img-career-arrow--double.png) no-repeat;
    margin-top: -46px;
    margin-left: -162px; }

.jobArchive {
  margin-top: 35px; }

.jobArchiveHeader {
  height: 50px;
  width: 100%;
  box-sizing: border-box;
  background: #005eab;
  border-radius: 10px 10px 0 0;
  padding-left: 20px; }
  .jobArchiveHeader--maker {
    background: #167b51;
  }
  .jobArchiveHeader--finance {
    background: #B99B5E;
  }
  .jobArchiveHeader .title {
    line-height: 50px;
    font-size: 22px;
    color: #fff; }

.jobArchiveBody {
  background: #f4f4f4;
  border-radius: 0 0 10px 10px; }
  .jobArchiveBody .inner {
    width: 100%;
    box-sizing: border-box;
    padding: 20px; }

.jobList {
  margin: -28px -1% 0; }

.jobListItem {
  width: 31%;
  margin: 28px 1.1% 0;
  float: left; }
  .jobListItem a {
    text-decoration: none;
    color: #000; }
    .jobListItem a:hover .jobImage {
      opacity: 0.7; }
    .jobListItem a:hover .jobName span {
      text-decoration: none; }
  .jobListItem .jobImage {
    border-radius: 8px;
    overflow: hidden;
    opacity: 1;
    transition: all 0.4s ease 0s; }
    .jobListItem .jobImage img {
      width: 100%; }
  .jobListItem .jobName {
    margin-top: 14px; }
    .jobListItem .jobName span {
      display: inline-block;
      padding-right: 24px;
      background: url(/resource/it/jobindex/img/icn-arrow-blue-round.png) no-repeat center right 1px;
      background-size: 16px;
      letter-spacing: -0.4px;
      line-height: 1.6;
      font-size: 16px;
      text-decoration: underline;
      color: #005eab; }
  .jobListItem .jobLead {
    margin-top: 11px;
    line-height: 1.6;
    letter-spacing: -0.1px;
    font-size: 12px; }

.keyvisual {
  position: relative;
  height: 265px;
  width: 720px; }
  .keyvisual.lower {
    background: url(/resource/it/jobindex/img/img-key-lower.jpg) no-repeat;
    background-size: 720px 265px; }

.keyvisual .txtContent {
  display: table;
  height: 180px;
  width: 338px;
  position: absolute;
  top: 60px;
  left: 104px; }
  .keyvisual .txtContent .inner {
    display: table-cell;
    vertical-align: middle; }
  .keyvisual .txtContent .title {
    margin-top: 18px;
    line-height: 1.1;
    font-weight: 600;
    font-size: 42px;
    color: #082a4d; }
    .keyvisual .txtContent .title.long {
      font-size: 33px; }
.keyvisual .jobImage {
  height: 178px;
  width: 178px;
  position: absolute;
  top: 61px;
  right: 91px; }
  .keyvisual .jobImage img {
    width: 100%; }

.leadArea {
  margin-top: 18px; }
  .leadArea p {
    font-size: 14px; }

.otherContent {
  margin-top: 50px; }

.otherListItem {
  width: 32%;
  float: left; }
  .otherListItem + .otherListItem {
    margin-left: 2%; }
  .otherListItem a {
    text-decoration: none;
    color: #000; }
  .otherListItem .image {
    transition: all 0.4s ease 0s; }
    .otherListItem .image:hover {
      opacity: 0.8; }
  .otherListItem .content {
    margin-top: 18px; }
    .otherListItem .content p {
      text-decoration: underline;
      line-height: 1.6;
      font-size: 14px;
      color: #005eab; }

#wrap #pagetitle #pagetitleInner.isCreativeJobindexLower h2 {
  width: 42%; }
#wrap #pagetitle #pagetitleInner.isCreativeJobindexLower .subText {
  width: 58%; }

.otherJob {
  width: 348px;
  box-sizing: border-box;
  border: 1px solid #d9d9d9;
  margin-top: 7px;
  padding: 9px;
  background: #fff url(/resource/it/jobindex/img/icn-arrow-blue-round.png) no-repeat 96% center;
  float: left;
  transition: all 0.4s ease 0s; }
  .otherJob:hover {
    background-color: #f2f2f2; }
    .otherJob:hover .content .jobName {
      text-decoration: none; }
  .otherJob + .otherJob {
    margin-left: 6px; }
  .otherJob a {
    display: table; }
  .otherJob .image {
    display: table-cell;
    height: 82px;
    width: 82px; }
    .otherJob .image img {
      width: 100%; }
  .otherJob .content {
    display: table-cell;
    width: 210px;
    vertical-align: middle;
    padding: 0 23px 0 13px; }
    .otherJob .content .jobName {
      transition: all 0.4s ease 0s;
      text-decoration: underline;
      font-size: 15px;
      color: #005eab; }

.jobindexContentsBg01 {
  background: url(/resource/it/img/it_jobindex_01.jpg) right 0 no-repeat; }
.jobindexContentsBg06 {
  background: url(/resource/it/img/it_jobindex_06.jpg) right 0 no-repeat; }

/* 2021CTA追加 start */

.mt28{
  margin-top: 28px!important;
}

.entryArea{
  width: 100%!important;
  padding: 20px 0 20px;
}

  .entryArea__tit {
    font-style: normal;
    font-size: 20px;
    margin-bottom: 6px;
    line-height: 1.1;
}

.entryArea__txt {
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  letter-spacing: -0.5px;
}

.entryArea__btn {
  margin: 0 10px 0 10px;
}

.entryArea__btnLink {
  background: #d10042;
  border-radius: 8px;
  box-shadow: 3px 3px 13px #888;
  color: #fff;
  display: block;
  font-size: 22px;
  height: 85px;
  line-height: 85px;
  text-align: center;
  text-decoration: none;
  padding-right: 68px;
  position: relative;
  overflow: hidden;
}

.arrow--singleW:after {
  background: url(/resource/top/img/icon_allow_single_white_01.svg) no-repeat center;
  background-size: contain;
}

.arrow--singleW:after, .arrow--singleB:after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}


.serviceIntroduction{
margin-top: 50px;
}

.serviceIntroduction .list {
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	border-radius: 5px;
}
.serviceIntroduction .list__item {
	width: calc(50% - 5px);
	margin-bottom: 16px;
	transition: 0.3s;
	box-shadow: 0 2px 6px 0 #6d6d6d;
	border-radius: 5px;
}
.serviceIntroduction .list__item:hover {
	opacity: 0.8;
}
.serviceIntroduction .list__item:nth-child(2n+1) {
	margin-right: 5px;
}
.serviceIntroduction .list__item:nth-child(2n) {
	margin-left: 5px;
}
.serviceIntroduction .list__item a {
	text-decoration: none;
}
.serviceIntroduction .list__item p {
	background-color: #005eab;
	color: #fff;
	font-size: 15px;
	padding: 12px 15px;
	font-weight: 600;
	position: relative;
	border-radius: 5px 5px 0 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.serviceIntroduction .list__item p::after {
	content: "";
	display: inline-block;
	background-image: url("/resource/common/img/top_maru_arrow.png");
	background-size: 100%;
	background-repeat: no-repeat;
	width: 26px;
	height: 26px;
}

/* 2021CTA追加 end */

/* ===================================================================
 added 20210701 関連記事デザイン追加 /finance/jobindex/で使用
=================================================================== */
.relation__Box .relation__listBox {
  margin: 10px 0;
}
.relation__Box .relation__listBox:first-child {
  margin: 20px 0 10px;
}
.relation__Box .relation__listBox:last-child {
  margin: 10px 0 30px;
}
.relation__listBox,
.relation__listBox--fiirst,
.relation__listBox--middle,
.relation__listBox--last {
  border: 1px solid #d6d6d6;
  border-radius: 6px;
}
.relation__listBox {
  margin: 20px 0 30px;
}
.relation__listBox--fiirst {
  margin: 20px 0 10px;
}
.relation__listBox--middle {
  margin: 10px 0;
}
.relation__listBox--last {
  margin: 10px 0 30px;
}
.relation__listBox:hover,
.relation__listBox--fiirst:hover,
.relation__listBox--middle:hover,
.relation__listBox--last:hover {
  transition: all .3s;
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  box-shadow: 1px 1px 4px 1px #d7d7d7;
  opacity: 0.8;
}
.relation__listBox_imgBox {
  border-radius: 6px 0 0 6px;
  border-right: 1px solid #d6d6d6;
  overflow: hidden;
  position: relative;
  height: 85px;
  width: 155px;
}
.relation__listBox_img {
  border-radius: 6px 0 0 6px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-height: 100%;
  width: auto;
  height: auto;
}
.relation__listBox_link {
  display: flex;
  text-decoration: none;
}
.relation__listBox_txtBox {
  position: relative;
  width: 100%;
}
.relation__listBox_tag {
  background: #527d98;
  color: #fff;
  font-size: 12px;
  padding: 2px 20px;
  position: absolute;
  top: 0;
  left: 0;
}
.relation__listBox_txt {
  align-items: center;
  color: #333;
  display: flex;
  line-height: 1.4;
  text-align: left;
  padding: 25px 20px 0;
  height: 60px;
}
