@charset "UTF-8";
.btnCta {
  width: 94%;
  margin: 0 auto; }
  .btnCta img {
    width: 100%; }

.detailData {
  width: 100%;
  box-sizing: border-box;
  margin-top: 16px;
  padding: 18px 21px;
  background: #f4f4f4; }
  .detailData .title {
    font-weight: 600;
    font-size: 12px;
    color: #000; }
    .detailData .title:before {
      content: '●';
      color: #000; }
    .detailData .title + p {
      margin-top: 8px;
      font-size: 11px; }

.roleList {
  list-style-type: disc;
  padding-left: 1.5em;
  text-indent: -0.2em; }
  .roleList li {
    font-size: 11px; }

.sectionTitle {
  border-top: 4px solid #082a4d;
  border-bottom: 1px solid #d9d9d9;
  margin-top: 21px;
  padding: 1em 0.5em;
  line-height: 1.6;
  font-weight: 600;
  font-size: 16px; }

.annualIncomeTable {
  width: 100%;
  box-sizing: border-box;
  margin-top: 18px; }
  .annualIncomeTable thead th {
    height: 54px;
    vertical-align: middle;
    background: #e3f0fa;
    border: 1px solid #acd5f1;
    padding: 5px 0;
    line-height: 1.4; }
  .annualIncomeTable tbody th,
  .annualIncomeTable tbody td {
    height: 54px;
    border-collapse: collapse;
    border: 1px solid #d9d9d9;
    text-align: center;
    line-height: 1.4;
    vertical-align: middle;
    font-weight: 600;
    font-size: 11px; }
  .annualIncomeTable tbody .diff {
    background: #fff8f5; }

/**
 * キャリアパスの丸に関するスタイル
 */
.beforeJob p, .afterJob p {
  vertical-align: middle;
  text-align: center;
  line-height: 1.4;
  font-weight: 600;
  font-size: 9px; }

.beforeJob {
  display: table;
  height: 75px;
  width: 75px;
  position: absolute;
  top: 50%;
  left: 5%;
  margin-top: -37.5px;
  border-radius: 50%;
  border: 2px solid #d0e7f9;
  background: #fff;
  color: #005eab; }
  .beforeJob p {
    display: table-cell; }

.after {
  padding: 14px 5%;
  margin-left: 46%; }

.afterJob {
  display: table;
  width: 100%;
  border-radius: 9px;
  border: 2px solid #d0e7f9;
  padding: 15px 0;
  color: #fff;
  /**
   * 長い職種用
   */ }
  .afterJob + .afterJob {
    margin-top: 4px; }
  .afterJob p {
    display: table-cell; }
  .afterJob.first {
    background: #00ab8e; }
  .afterJob.second {
    background: #0288d1; }
  .afterJob.third {
    background: #5e6ec7; }
  .afterJob.fourth {
    background: #ad729e; }
  .afterJob.fifth {
    background: #d68085; }
  .afterJob.large {
    height: 130px;
    width: 130px; }
    .afterJob.large.top {
      left: 30%;
      top: 2%; }

.careerPath {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  margin: 18px 0 0; }
  .careerPath:last-child {
    margin-bottom: 30px; }
  .careerPath.single {
    padding: 15px 0;
    background: url(/resource/it/jobindex/img/sp/img-career-arrow--single.jpg) no-repeat center center;
    background-color: #faf5ea;
    background-size: cover; }
  .careerPath.double {
    background: url(/resource/it/jobindex/img/sp/img-career-arrow--double.jpg) no-repeat -20% center;
    background-color: #faf5ea;
    background-size: cover; }
  .careerPath.triple {
    background: url(/resource/it/jobindex/img/sp/img-career-arrow--triple.jpg) no-repeat 22% center;
    background-color: #faf5ea;
    background-size: cover; }
  .careerPath.quadruple {
    background: url(/resource/it/jobindex/img/sp/img-career-arrow--quadruple.jpg) no-repeat center center;
    background-color: #faf5ea;
    background-size: cover; }
  .careerPath.quintuple {
    background: url(/resource/it/jobindex/img/sp/img-career-arrow--quintuple.jpg) no-repeat center center;
    background-color: #faf5ea;
    background-size: cover; }
  .careerPath.double_cs07 {
    background: url(/resource/it/jobindex/img/sp/img-career-arrow--double.jpg) no-repeat 20% center;
    background-color: #faf5ea;
    background-size: cover; }
.section {
  margin-top: 28px; }

.sectionBody {
  width: 100%;
  box-sizing: border-box;
  padding: 0 3%; }
  .sectionBody > p {
    margin-top: 22px;
    font-size: 11px;
    color: #000; }

.jobArchive {
  margin-top: 15px; }

.jobArchiveHeader {
  height: 40px;
  width: 100%;
  box-sizing: border-box;
  background: #005eab;
  padding-left: 18px; }
.jobArchiveHeader--maker {
  background: #167b51;
}
.jobArchiveHeader--finance {
  background: #B99B5E;
}
.jobArchiveHeader .title {
  line-height: 40px;
  font-size: 15px;
  color: #fff; }

.jobArchiveBody {
  background: #f4f4f4; }
  .jobArchiveBody .inner {
    width: 100%;
    box-sizing: border-box;
    padding: 10px 3%; }

.jobList {
  margin: -18px -1% 0; }

.jobListItem {
  width: 48%;
  margin: 18px 1% 0;
  float: left; }
  .jobListItem a {
    text-decoration: none;
    color: #000; }
  .jobListItem .jobImage {
    border-radius: 8px;
    overflow: hidden; }
    .jobListItem .jobImage img {
      width: 100%; }
  .jobListItem .jobName {
    margin-top: 14px; }
    .jobListItem .jobName span {
      display: inline-block;
      padding-right: 21px;
      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.4;
      font-size: 13px;
      text-decoration: underline;
      color: #005eab; }
  .jobListItem .jobLead {
    margin-top: 8px;
    line-height: 1.6;
    font-size: 0.9em; }

.keyvisual {
  width: 100%; }
  .keyvisual img {
    width: 100%; }
  .keyvisual.lower {
    position: relative;
    width: 100%;
    background: url(/resource/it/jobindex/img/sp/img-key-lower.jpg) no-repeat;
    background-size: contain; }
    .keyvisual.lower:after {
      content: '';
      display: block;
      padding-top: 42%; }

.keyvisual {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 1%; }
  .keyvisual .txtContent {
    width: 46%;
    margin-left: 13%; }
    .keyvisual .txtContent .mainTitle {
      width: 80%; }
      .keyvisual .txtContent .mainTitle img {
        width: 100%; }
    .keyvisual .txtContent .title {
      margin-top: 10px;
      line-height: 1.1;
      font-weight: 600;
      font-size: 16px;
      color: #082a4d; }
  .keyvisual .jobImage {
    width: 28%;
    margin-right: 40px; }
    .keyvisual .jobImage img {
      width: 100%; }

.leadArea {
  margin: 12px 3% 0; }
  .leadArea p {
    font-size: 11px;
    line-height: 1.8; }

.otherListItem {
  border-bottom: 1px solid #dadada;
  background: url(/resource/common/img/sp/icn-arrow-r-grey.png) no-repeat 98% center;
  background-size: 6px 9px; }
  .otherListItem a {
    display: table;
    width: 100%;
    box-sizing: border-box;
    padding: 18px 6% 18px 3%;
    text-decoration: none;
    color: #000; }
  .otherListItem .image {
    display: table-cell;
    width: 16%; }
    .otherListItem .image img {
      width: 100%; }
  .otherListItem .content {
    display: table-cell;
    width: 84%;
    box-sizing: border-box;
    vertical-align: middle;
    padding-left: 3%; }
    .otherListItem .content p {
      line-height: 1.4;
      text-decoration: underline;
      font-size: 11px;
      color: #005eab; }

.otherJob {
  width: 100%;
  box-sizing: border-box;
  border-top: 1px solid #d9d9d9;
  padding: 3%;
  background: #fff; }
  .otherJob a {
    display: table; }
  .otherJob .image {
    display: table-cell;
    height: 16%;
    width: 16%; }
    .otherJob .image img {
      width: 100%; }
  .otherJob .content {
    display: table-cell;
    width: 83%;
    vertical-align: middle;
    padding: 0 23px 0 13px;
    background: url(/resource/common/img/sp/icn-arrow-r-grey.png) no-repeat 98% center;
    background-size: 6px 9px; }
    .otherJob .content .jobName {
      -webkit-transition: all 0.4s ease 0s;
      transition: all 0.4s ease 0s;
      text-decoration: underline;
      font-size: 13px;
      color: #005eab; }

.jobindexContentsBg01 {
  background: url(/resource/it/img/it_jobindex_01.jpg) right 0 no-repeat;
  background-size: auto 133px;
  min-height: 133px;
}
.jobindexContentsBg06 {
  background: url(/resource/it/img/it_jobindex_06.jpg) right 0 no-repeat;
  background-size: auto 133px;
  min-height: 133px;
}

/* 2021CTA追加 start */

.entryArea {
  margin: 0 auto;
  padding: 20px 0 20px;
  max-width: 700px;
}

.entryArea__content {
  color: #005eab;
  margin-bottom: 16px;
  position: relative;
}

.entryArea__txtBox01 {
  padding: 0 18px;
  line-height: 122px;
  text-align: center;
}

.entryArea__txtBox01 .entryArea__img01 {
  width: 38%!important;
  display: inline-block;
  padding-right: 5px;
}

.entryArea__txtBox01 .entryArea__txt {
  font-family: tbudrgothic-std,sans-serif;
  font-style: normal;
  text-align: left;
  display: inline-block;
  width: 58%;
  vertical-align: middle;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: -1px;
}

.entryArea__txt {
  font-size: 18px;
}

.sm_txt {
  font-size: 14px;
  display: block;
  font-weight: normal;
}

.entryArea__btn {
  margin: 20px 0;
}

.entryArea__btnLink {
  background: #d10042;
  border-radius: 8px;
  box-shadow: 0px 2px 6px #4e4e4e;
  color: #fff;
  display: block;
  font-size: 16px;
  margin: 0 auto;
  padding-right: 40px;
  position: relative;
  text-align: right;
  text-decoration: none;
  line-height: 60px;
  height: 60px;
  width: 90%;
}

.entryArea__btnCatchTxt {
  background: #fff;
  border-radius: 16.5px;
  color: #d10042;
  display: inline-block;
  font-size: 13px;
  letter-spacing: 0.3px;
  margin-right: 2px;
  height: 22px;
  line-height: 22px;
  padding: 0 10px;
  transform: translateY(-1px);
  font-weight: 400;
    font-style: normal;
}

.arrowSP--bracketsW:after, .arrow--bracketsBeforeW:before {
  background: url(/resource/top/img/icon_arrow_brackets_white_01.svg) no-repeat center;
  background-size: contain;
}

.arrowSP--bracketsW:after, .arrow--bracketsBeforeW:before, .arrowSP--bracketsB:after, .arrow--bracketsBeforeB:before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 17px;
  height: 12px;
  width: 9px;
  z-index: 1;
}

.serviceIntroduction .list {
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	border-radius: 5px;
}
.serviceIntroduction .list__item {
    width: calc(50% - 12px);
	margin-bottom: 16px;
	transition: 0.3s;
	box-shadow: 0 2px 6px 0 #6d6d6d;
	border-radius: 5px;
}
.serviceIntroduction .list__item img {
  width: 100%;
}
.serviceIntroduction .list__item:hover {
	opacity: 0.8;
}
.serviceIntroduction .list__item:nth-child(2n+1) {
    margin-right: 4px;
    margin-left: 8px;
}
.serviceIntroduction .list__item:nth-child(2n) {
    margin-left: 4px;
    margin-right: 8px;
}
.serviceIntroduction .list__item a {
	text-decoration: none;
}
.serviceIntroduction .list__item p {
    background-color: #005eab;
    color: #fff;
    padding: 12px 10px;
    font-weight: 600;
    position: relative;
    border-radius: 5px 5px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 46px;
    font-size: 12px!important;
}
.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: 20px;
    height: 20px;
}
@media screen and (max-width:368px) {
	.serviceIntroduction .list__item p {
		font-size: 10px!important;
	}
	.serviceIntroduction .list__item p::after {
		width: 16px;
		height: 16px;
	}
}

/* 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;

}
