#wrap #contentWrap #breadcrumbArea {
  background: none;
  margin-bottom: 20px;
}
#wrap #contentWrap #breadcrumbArea .breadcrumbs {
  font-size: 1em;
  color: #333;
}
/* fintech key visual */
.fintech-keyVisual {
  padding: 157px 0 178px;
  background: url(/resource/it/fintech/img/kv_pc.jpg) no-repeat 50% 50%;
  background-size: cover;
  color: #006046;
  font-weight: bold;
  letter-spacing: 0.16em;
  text-shadow: 2px 2px 4px rgba(0,0,0, .2);
}
.fintech-keyVisual__inner {
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
}
.fintech-keyVisualSub {
  display: inline-block;
  font-size: 2.3em;
  line-height: 1;
  padding: 12px 10px;
  background-color: rgba(255, 255, 255, .9);
}
.fintech-keyVisualMain {
  margin-top: 10px;
  padding: 12px 10px;
  display: inline-block;
  font-size: 5.0em;
  line-height: 1;
  background-color: rgba(255, 255, 255, .9);
}

/*fintech 下層 keyvisual  */
.fintech-keyVisual--detail {
  padding: 56px 0 48px;
  background: url(/resource/it/fintech/img/kv_pc.jpg) no-repeat;
  background-size: cover;
  color: #006046;
  font-weight: bold;
  letter-spacing: 0.16em;
  text-shadow: 2px 2px 4px rgba(0,0,0, .2);
}
.fintech-keyVisual--detail__inner {
  max-width: 970px;
  margin: 0 auto;
}
.fintech-keyVisualMain--detail {
  padding: 10px;
  display: inline-block;
  font-size: 3.0em;
  line-height: 1;
  background-color: rgba(255, 255, 255, .9);
}

/* fintech 共通パーツ */
.fintech-section {
  max-width: 970px;
  margin-right: auto;
  margin-left: auto;
}
.fintech-section__contents {
  margin-bottom: 40px;
}
#fintech .fintech-title {
  font-size: 1.2em;;
  margin-bottom: 15px;
  padding-left: 15px;
  background: -webkit-gradient(linear, left top, right top, from(#1e5799),color-stop(0%, #0a3a60),to(#0c6679));
  background: linear-gradient(to right, #1e5799 0%,#0a3a60 0%,#0c6679 100%);
}
#fintech .fintech-subTitle {
  margin-bottom: 10px;
  padding-left: 10px;
  border-left: 4px solid #0a3a60;
  font-size: 1.2em;
  line-height: 1.25;
  font-weight: bold;
}
#fintech .fintech-boldTitle {
  margin-bottom: 5px;
  font-size: 1.2em;
  line-height: 1.25;
  font-weight: bold;
}
#fintech .fintech-text {
  font-size: 1.05em;
  line-height: 1.86;
}
#fintech .fintech-smallText {
  font-size: 0.9em;
}
#fintech .fintech-img {
  text-align: center;
}
#fintech .fintech-img:not(:last-child) {
  margin-bottom: 20px;
}

/* fintech 2カラム */
.fintech-col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 15px;
}
.fintech-col2Item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 50%;
  margin-bottom: 25px;
}
.fintech-col2Item:nth-child(odd) {
  padding-right: 10px;
}
.fintech-col2Item:nth-child(even) {
  padding-left: 10px;
}
.fintech-col2Item img {
  margin-bottom: 10px;
  max-width: 100%;
}
.fintech-col2Item a {
  text-decoration: none;
  color: #4c4c4c;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.fintech-itemShoulder {
  margin-bottom: 5px;
  font-size: 1em;
  line-height: 1.4;
}
.fintech-itemTitle {
  font-size: 1.1em;
  line-height: 1.5;
  color: #0066af;
  text-decoration: underline;
}
.fintech-itemTitle:not(:last-child) {
  margin-bottom: 5px;
}
.fintech-itemText {
  font-size: 1em;
  line-height: 1.6;
}
.fintech-col2Item a:hover {
  opacity: .8;
}
.fintech-col2Item a:hover .fintech-itemTitle {
  text-decoration: none;
}

/* fintech バナー */
.fintech-bnr {
  margin-bottom: 40px;
  position: relative;
}
.fintech-bnrSlide {
  position: relative;
  z-index: 1;
}
.fintech-bnrItem img {
  max-width: 100%;
}
.fintech-bnrItem a:hover img {
  opacity: .8;
}
.fintech-bnrController .prev,
.fintech-bnrController .next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
}
.fintech-bnrController .prev {
  left: 0;
}
.fintech-bnrController .next {
  right: 0;
}

/* fintech 転職成功事例 */
.fintech-case {
  margin-bottom: 40px;
}
.fintech-caseList > li {
  background: #f6f6f6;
  padding: 15px 20px 20px;
  margin-bottom: 10px;
}
.fintech-caseImage {
  float: left;
  width: 80px;
  text-align: center;
}
.fintech-caseImage img {
  max-width: 100%;
  margin-bottom: 5px;
}
.fintech-caseLink {
  display: block;
  margin: 0 0 5px 100px;
  font-size: 1.2em;
  line-height: 1.6;
  color: #1262b2;
  font-weight: bold;
  text-decoration: underline;
}
.fintech-caseTable {
  margin-left: 100px;
  width: calc(100% - 100px);
}
.fintech-caseTable th, td {
  border: 1px solid #ccc;
  vertical-align: middle;
  font-size: 1.1em;
  line-height: 1.5;
  padding: 10px 16px;
}
.fintech-caseTable th {
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
}
.fintech-caseTable td i {
  font-style: normal;
  font-weight: bold;
}
.fintech-caseTable tr:first-of-type th {
  background: #ddd;
}
.fintech-caseTable tr:first-of-type td {
  background: #fff;
}
.fintech-caseTable tr:last-of-type th {
  background: #0a3a60;
  color: #fff;
}
.fintech-caseTable tr:last-of-type td {
  background: #ebf9fe;
}

/* fintech ボタン */
.fintech-btn {
  text-align: center;
}
.fintech-btn > a {
  display: block;
  width: 460px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 11px 0;
  border-radius: 5px;
  border: solid 1px #1262b2;
  position: relative;
  font-size: 1.16em;
  text-decoration: none;
  line-height: 1;
  -webkit-transition: background .4s, color .4s;
  transition: background .4s, color .4s;
}
.fintech-btn > a::after {
  content: '';
  width: 6px;
  height: 6px;
  border-top: 2px solid #1262b2;
  border-right: 2px solid #1262b2;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  -webkit-transition: border-color .4s;
  transition: border-color .4s;
}
.fintech-btn > a:hover {
  background: #1262b2;
  color: #fff
}
.fintech-btn > a:hover::after {
  border-color: #fff;
}

/* fintech 下層 ページナビ*/
.fintech-navi {
  background: #ebf8fd;
  padding: 20px 20px 15px;
}
.fintech-naviTitle {
  margin-bottom: 13px;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}
.fintech-naviItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -5px;
}
.fintech-naviItem > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 5px;
  margin-bottom: 5px;
}
.fintech-naviLink {
  display: block;
  padding: 18px 15px;
  position: relative;
  background: #0c6679;
  border-radius: 5px;
  color: #fff;
  line-height: 1;
  font-size: 1.05em;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}
.fintech-naviLink:hover {
  opacity: .8;
}
.fintech-naviLink::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
