@charset "UTF-8";

/* end header */

/* end common*/

/* page */

/*===トップページ===*/

/*------------------------------------*/

/*-taskicon over-*/

/*-news over-*/

/*-recruit over-*/

/* end page */

/* footer */

/*footer {
  font-size: 12px;
  color: #fff;
  background: #000;
}
.footer-area {
  padding: 0 80px;
}
.footer-linkarea {
  max-width: 1120px;
  margin: 0 auto;
}
.footer-nav {
  padding: 15px 0;
  text-align: right;
  border-bottom: 1px solid #707070;
}
.footer-nav li {
  display: inline-block;
  margin-right: 40px;
}
.footer-nav li:last-child {
  margin-right: 0;
}
.footer-link {
  padding: 24px 0 40px;
  display: flex;
}
.footer-link > div {
  width: 16.666%;
  padding: 0 40px 12px;
  border-right: 1px solid #707070;
}
.footer-link > div:last-child {
  border-right: none;
}
.footer-link .double {
  width: 33.333%;
}
.doublelist {
  display: flex;
}
.doublelist ul {
  width: 100%;
  margin-right: 40px;
}
.doublelist ul:last-child {
  margin-right: 0;
}
.link-cat {
  margin-left: -16px;
  margin-bottom: 19px;
  font-size: 14px;
  font-weight: bold;
}
.footer-link li {
  margin-bottom: 8px;
}
.copy-right {
  padding: 5px 20px;
  font-size: 10px;
  line-height: 1;
  text-align: center;
  background: #C31A27;
}
@media screen and (min-width: 569px) {
  .spsol {
    display: block !important;
    height: auto !important;
  }
  .doublelist.spsol {
    display: flex !important;
  }
}
@media screen and (max-width: 1100px) {
  .footer-area {
    padding: 0 40px;
  }
}
@media screen and (max-width: 950px) {
  .footer-area {
    padding: 0 20px;
  }
  .footer-link > div {
    padding: 0 24px 12px;
  }
  .link-cat {
    margin-left: -12px;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 900px) {
  .footer-area {
    padding: 0 10px;
  }
  .copy-right {
    padding: 5px 10px;
  }
}
@media screen and (max-width: 768px) {
  .footer-nav {
    padding: 12px 0;
  }
  .footer-link {
    padding: 12px 0 20px;
  }
  .footer-link > div {
    padding: 0 20px;
  }
  .doublelist ul {
    margin-right: 12px;
  }
}
@media screen and (max-width: 568px) {
  .footer-area {
    padding: 0;
  }
  .footer-nav {
    padding: 0;
    text-align: center;
    border-bottom: none;
  }
  .footer-nav li {
    display: block;
    margin: 0;
  }
  .footer-nav a {
    display: block;
    padding: 12px 0;
    border-bottom: 1px solid #707070;
  }
  .footer-link {
    display: block;
    padding: 0;
  }
  .footer-link > div {
    width: 100%;
    padding: 0;
  }
  .footer-link .double {
    width: 100%;
  }
  .link-cat {
    position: relative;
    margin: 0;
    padding: 12px 0;
    text-align: center;
    border-bottom: 1px solid #707070;
  }
  .footer-link li {
    margin: 0;
  }
  .footer-link li a {
    display: block;
    text-align: center;
    padding: 8px 0;
  }
  .spsol {
    display: none;
    border-bottom: 1px solid #707070;
  }
  .link-cat:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 7px;
    height: 12px;
    background: url(../img/icon/bit-btnarrow.png) 50% 50% / 100% 100% no-repeat;
    transform: translateY(-50%);
    transition: 0.3s;
  }
  .link-cat.open:after {
    transform: translateY(-50%)rotate(90deg);
  }
}*/

/* end footer */

/*===会社案内===*/

/*------------------------------------*/

/*会社案内ーTOP*/

/*=== SPサイズ調整 ===*/

/*===SPサイズ調整 ===*/

/*IE対応*/

/*===========================================================================-*/

/* Google
----------------------- */

.gsc-results-wrapper-visible {
  height: 90vh !important;
}

.gsc-modal-background-image-visible {
  height: 100vh !important;
  right: 0;
}

.gsc-control-cse .gs-spelling,
.gsc-control-cse .gs-result .gs-title,
.gsc-control-cse .gs-result .gs-title * {
  text-align: left;
}

.gsc-control-cse {
  padding: 0 !important;
}

/* フローティングバナー
----------------------- */

.floathing-banner {
  position: fixed;
  right: 0;
  bottom: 5%;
  width: 73px;
  background: #000;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.floathing-banner a {
  color: #fff;
}

.floathing-banner__support {
  background: #000;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.floathing-banner__support a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  padding: 20px 0;
  width: 100%;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  vertical-align: middle;
}

.floathing-banner__support img {
  margin-top: 12px;
}

.floathing-banner__contact {
  display: none;
}

#top-btn {
  padding: 35px 0;
  margin-top: 20px;
  width: 100%;
  text-align: center;
  cursor: pointer;
}

#top-btn::after {
  content: url("../img/icon/icon-top.png");
  display: block;
}

#top-btn:hover {
  background: #C31A27;
}

@media screen and (min-width: 768px) {
  .en {
    display: block;
    font-size: 12px;
    color: #900611;
    line-height: 1;
    font-weight: 300;
  }

  .search-modal {
    position: absolute;
    display: none;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }

  .search-modal.show {
    display: block;
    left: 0;
  }

  .search-modal form {
    padding: 20px 80px;
    font-size: 0;
  }

  .search-modal input {
    display: inline-block;
    width: 78%;
    margin-right: 2%;
    padding: 0 24px;
    font-size: 16px;
    color: #333;
    line-height: 40px;
    background: #fff;
    border-radius: 5px;
  }

  .search-modal button {
    display: inline-block;
    width: 20%;
    height: 40px;
    background: #707070;
    border-radius: 5px;
    vertical-align: top;
  }

  .search-modal button img {
    max-width: 20px;
  }

  /* common */

  main {
    margin-top: 75px;
  }

  /* section {
    padding: 0 80px;
  } */

  h2 {
    position: relative;
    padding-bottom: 18px;
    text-align: center;
  }

  h2:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 50px;
    height: 5px;
    background: #C31A27;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  h2.font-Oswald {
    font-weight: 400;
    letter-spacing: 6px;
  }

  .dit-btn {
    position: relative;
    display: block;
    width: 100%;
    max-width: 400px;
    padding: 14px 24px 11px;
    margin: 72px auto;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background: #707070;
  }

  .dit-btn img {
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .contact-bar {
    position: fixed;
    bottom: 48%;
    /*top: 56%;*/
    right: 80px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 100;
  }

  .contact-bar.stop {
    position: absolute;
    top: 56%;
    bottom: auto;
  }

  .bar-close {
    position: absolute;
    height: 20px;
    width: 20px;
    top: 0;
    right: 0;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    z-index: 1;
  }

  .bar-close img {
    display: block;
    width: 19px;
    height: 19px;
  }

  /*-mv-*/

  .Dit-Mv {
    position: relative;
    padding: 0;
  }

  .slider-item img {
    width: 100%;
  }

  /*-mv over-*/

  /*-pickup-*/

  .pickup-content ul {
    margin-top: -149px;
    font-size: 0;
    -moz-text-align-last: justify;
    text-align-last: justify;
  }

  .pickup-content li {
    position: relative;
    display: inline-block;
    width: 24%;
    max-width: 268px;
    min-height: 246px;
    margin-right: 1.25%;
    -moz-text-align-last: center;
    text-align-last: center;
    background: #333;
    vertical-align: top;
  }

  .pickup-content li:last-child {
    margin-right: 0;
  }

  .pickup-content li h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .pickup-txt {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 109px;
    padding: 8px 8px 18px;
    font-size: 16px;
    -moz-text-align-last: left;
    text-align-last: left;
    background: rgba(255, 255, 255, 0.86);
    border-bottom: 5px solid #FCC15A;
  }

  .pickup-tag {
    display: inline-block;
    padding: 2px 8px;
    margin-bottom: 12px;
    font-size: 12px;
    color: #fff;
    background: #FCC15A;
    border-radius: 5px;
  }

  .pickup-tit {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    height: 42px;
    font-size: 16px;
    line-height: 1.4;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
  }

  .pickup-green .pickup-txt {
    border-color: #27A7AC;
  }

  .pickup-green .pickup-tag {
    background: #27A7AC;
  }

  .pickup-pink .pickup-txt {
    border-color: #E9754F;
  }

  .pickup-pink .pickup-tag {
    background: #E9754F;
  }

  .pickup-img {
    overflow: hidden;
  }

  .pickup-item img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .pickup-item:hover {
    opacity: 1;
  }

  .pickup-item:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  /*-pickup over-*/

  /*-overview-*/

  .Overview {
    margin-top: 0px;
    padding-top: 20px;
    padding-bottom: 40px;
    background: url(../img/bg/frame-bg-notp.png) 50% 100%/cover no-repeat;
  }

  /*
  .Overview {
    margin-top: -96px;
    padding-top: 201px;
    padding-bottom: 40px;
    background: url(../img/bg/frame-bg.png) 50% 100% / cover no-repeat;
  }
  */

  .Overview h2 {
    margin-bottom: 40px;
  }

  .overview-content {
    font-size: 0;
  }

  .overview-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .overview-content p {
    margin: 37px 44px 0 0;
    font-size: 22px;
    line-height: 2;
  }

  .overview-img {
    display: block;
    min-width: 367px;
  }

  /*-overview over-*/

  /*-forte-*/

  .Forte {
    padding-top: 48px;
    padding-bottom: 88px;
    font-size: 0;
    color: #fff;
    background: #C31A27;
  }

  .forte-content h2 {
    position: absolute;
    top: 50%;
    left: 0;
    text-align: left;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .forte-content h2:after {
    left: 0;
    background: #fff;
    -webkit-transform: none;
    transform: none;
  }

  .forte-content ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .forte-content li {
    position: relative;
    width: 24%;
    max-width: 255px;
    margin-right: 1.25%;
    vertical-align: top;
  }

  .forte-content li:last-child {
    margin-right: 0;
  }

  .sp568 {
    display: none;
  }

  .forte-item p {
    font-size: 24px;
    line-height: 1.4;
    font-weight: bold;
  }

  .forte-number {
    position: relative;
    display: block;
    margin-top: -44px;
    padding-bottom: 30px;
    margin-bottom: 32px;
    font-size: 85px;
    font-weight: 400;
    line-height: 1;
  }

  .forte-number:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 3px;
    background: #fff;
  }

  /*-forte over-*/

  /*-taskicon-*/

  .Taskicon {
    padding: 0;
    margin-bottom: 80px;
  }

  .Taskicon h2 {
    margin-top: 36px;
    margin-bottom: 36px;
    font-weight: normal;
  }

  /*.Taskicon h2 {
    margin-top: 72px;
    margin-bottom: 53px;
    font-weight: normal;
  }
  */

  .taskicon-linklist {
    max-width: 1120px;
    margin: 0 auto;
    font-size: 0;
    border-top: 1px solid #E8E8E8;
    border-left: 1px solid #E8E8E8;
  }

  .taskicon-linkbox {
    display: inline-block;
    width: 33.333%;
    text-align: center;
    border-right: 1px solid #E8E8E8;
    border-bottom: 1px solid #E8E8E8;
    vertical-align: top;
    position: relative;
  }

  .taskicon-linkbox a {
    position: relative;
    display: block;
    height: 200px;
    padding: 32px;
  }

  .taskicon-icon img {
    max-height: 90px;
  }

  .taskicon-arrow {
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .taskicon-tit {
    max-width: 309px;
    margin: 0 auto;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    position: absolute;
    bottom: 10px;
    right: 0;
    left: 0;
    line-height: 1.2;
  }

  .taskicon-hoverbox {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 82px 32px;
    font-size: 16px;
    text-align: left;
    color: #333;
    background: #fff;
    z-index: 1;
    -webkit-filter: drop-shadow(0 5px 9px rgba(0, 0, 0, 0.16));
    filter: drop-shadow(0 5px 9px rgba(0, 0, 0, 0.16));
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .taskicon-linkbox a:hover .taskicon-hoverbox {
    opacity: 1;
    top: 0;
  }

  .taskicon-txt {
    height: 100%;
    /*overflow: hidden;*/
  }

  /*-news-*/

  .news-list {
    margin-top: 32px;
    border-top: 1px solid #C9C9C9;
  }

  .news-list li {
    position: relative;
    border-bottom: 1px solid #C9C9C9;
  }

  .news-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 18px 48px 18px 16px;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }

  .news-content time {
    margin-right: 32px;
    color: #707070;
    white-space: nowrap;
  }

  .news-tag {
    min-width: 101px;
    margin-right: 24px;
    padding: 6px;
    font-size: 12px;
    line-height: 1;
    color: #fff;
    text-align: center;
    /*background: #A29D87;*/
    border-radius: 5px;
    white-space: nowrap;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
  }

  /*展示会・イベント*/

  .news-tag01 {
    background: #5071B3;
  }

  /*教育・セミナー*/

  .news-tag02 {
    background: #B19358;
  }

  /*お知らせ*/

  .news-tag03 {
    background: #434343;
  }

  .news-content img {
    position: absolute;
    top: 50%;
    right: 18px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  /*-recruit-*/

  .Recruit {
    padding-top: 23px;
    padding-bottom: 48px;
    background: url(../img/bg/recruit-bg-p8.png) 50% 100%/cover no-repeat;
  }

  /*.Recruit {
    padding-top: 23px;
    padding-bottom: 48px;
    background: url(../img/bg/recruit-bg.png) 50% 100%/ cover no-repeat;
  }
  */

  .recruit-txt {
    margin: 26px 0 52px;
    font-size: 20px;
    text-align: center;
  }

  .recruit-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 944px;
    margin: 0 auto;
    font-size: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .recruit-btn a {
    position: relative;
    display: inline-block;
    width: 48%;
    max-width: 400px;
    margin-right: 4%;
    font-size: 22px;
    line-height: 65px;
    color: #fff;
    text-align: center;
    -moz-text-align-last: center;
    text-align-last: center;
    background: #900611;
  }

  .recruit-btn a:last-child {
    margin-right: 0;
  }

  .recruit-btn img {
    position: absolute;
    top: 50%;
    right: 8%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .Page_Mv {
    margin-top: 55px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 14px;
    min-height: 233px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: url(../img/bg/mv-Company-bg.png) 50% 50%/100% 100% no-repeat;
  }

  .Page_Mv h1 {
    font-size: 46px;
  }

  .breadcrumb ul {
    font-size: 0;
    margin-bottom: 38px;
  }

  .breadcrumb li {
    display: inline-block;
    margin-right: 8px;
    font-size: 12px;
    font-weight: normal;
    color: #707070;
    vertical-align: middle;
  }

  .breadcrumb li a {
    display: block;
    color: #C31A27;
  }

  .Company_IntroductionTxt {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 60px;
  }

  .Company_IndexLinks {
    max-width: 1120px;
    margin: 0 auto 56px;
    font-size: 0;
  }

  .Company_Box {
    display: inline-block;
    width: 30%;
    margin-right: 5%;
    margin-bottom: 64px;
  }

  .Company_Box:nth-child(3n) {
    margin-right: 0;
  }

  .Company_Box a {
    position: relative;
    display: block;
  }

  .Company_BoxImg img {
    width: 100%;
  }

  .Company_Box h2 {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    bottom: 0;
    left: 0;
    min-height: 100%;
    width: 100%;
    padding: 10px 10px 20px;
    font-size: 16px;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: ease-out 0.3s;
    transition: ease-out 0.3s;
    -webkit-transition: min-height ease-out 0.4s;
    transition: min-height ease-out 0.4s;
    overflow: hidden;
  }

  .Company_Box a:hover h2 {
    min-height: 0;
  }

  .Company_Box h2:after {
    width: 100%;
    height: 10px;
    background: #900611;
  }

  /*会社案内ートップメッセージ*/

  .Page_CoMessage {
    max-width: 1120px;
    margin: 0 auto;
  }

  .Mv-Nav ul {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    bottom: 0px;
    left: 50%;
    width: 100%;
    max-width: 1120px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .Mv-Nav li {
    width: 100%;
    font-size: 16px;
    line-height: 40px;
    font-weight: 300;
    color: #fff;
    text-align: center;
    background: #C31A27;
  }

  .Mv-Nav li a {
    display: block;
    color: #000;
    background: #fff;
  }

  h2.first-red {
    font-size: 26px;
    padding-bottom: 10px;
    margin-bottom: 36px;
  }

  h2.first-red:after {
    /*background: #C9C9C9;*/
    background: #c42d28;
  }

  h2.first-red span {
    /*color: #DE0011;*/
  }

  .CoMessage_mv {
    padding: 103px 0px;
    margin-bottom: 56px;
    font-size: 32px;
    font-weight: bold;
    background: url(../img/bg/message-bg.png) 100% 50%/auto 100% no-repeat;
  }

  .CoMessage_mv p {
    display: block;
    width: 55%;
  }

  .CoMessage_content p {
    margin-bottom: 34px;
    line-height: 1.5;
  }

  .sign {
    width: 150px;
    height: 50px;
  }

  .sign-pic {
    display: inline-block;
    margin-left: 10px;
  }

  .position-president {
    display: inline-block;
  }

  .position-president-and-sign-pic {
    text-align: right;
  }

  .CoMessage_name span {
    margin-left: 6px;
    font-size: 36px;
  }

  .CoMessage_content {
    margin-bottom: 60px;
  }

  /*会社案内ー事業紹介*/

  .Page_CoBusiness {
    max-width: 1120px;
    margin: 0 auto;
  }

  .CoBusiness_content h3 {
    margin-bottom: 40px;
    font-size: 24px;
    line-height: 1.4;
    font-weight: bold;
    text-align: center;
  }

  .cycle-map-area {
    margin-bottom: 40px;
  }

  .Page_CoBusiness p {
    line-height: 1.5;
  }

  .CoBusiness_BeforeTheBox {
    margin-bottom: 104px;
  }

  .CoBusiness_Box {
    font-size: 0;
  }

  .CoBusiness_BoxLeft {
    text-align: left;
  }

  .CoBusiness_BoxLeft.cycle-map {
    width: 36%;
    margin-right: 4%;
  }

  .CoBusiness_BoxRight.cycle-map-text {
    width: 60%;
  }

  .CoBusiness_Box > div {
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }

  .CoBusiness_BoxMainImg img {
    width: 100%;
  }

  .CoBusiness_Box h4 {
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: bold;
  }

  .CoBusiness_Box p {
    margin-bottom: 14px;
    font-size: 16px;
  }

  .CoBusiness_Box p:last-child {
    margin-bottom: 0;
  }

  .CoBusiness_BoxInfor {
    padding: 24px 16px;
  }

  .CoBusiness_content {
    margin-bottom: 120px;
  }

  /*会社案内ー会社概要*/

  .CoProfile_table {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 56px;
    border-collapse: separate;
    border-spacing: 5px 8px;
  }

  .CoProfile_table th {
    width: 200px;
    height: 60px;
    padding: 0 12px;
    text-align: center;
    font-weight: normal;
    color: #fff;
    background: #333;
  }

  .CoProfile_table td {
    padding: 13px 18px;
    line-height: 2;
    border: solid;
    border-width: 1px 0;
    border-color: #E8E8E8 transparent #900611;
  }

  .CoProfile_table td li {
    margin: 4px 0;
    list-style: initial;
    text-indent: 1rem;
  }

  .CoProfile_subTit {
    position: relative;
    display: block;
    max-width: 800px;
    margin: 0 auto 32px;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 10px;
  }

  .CoProfile_subTit:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 60px;
    height: 5px;
    background: #C9C9C9;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .CoProfile_subTit:before {
    content: "";
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #C9C9C9;
  }

  .CoProfile_table td a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .CoProfile_table td a img {
    margin-left: 16px;
  }

  .CoProfile_Base th {
    background: #900611;
  }

  .CoProfile_Base td {
    line-height: 1.8;
    border-bottom-color: #333;
  }

  .Table_links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 4px;
  }

  .Table_linkBox {
    margin-right: 16px;
    border: 1px solid #C9C9C9;
  }

  .Table_linkBox a {
    padding: 6px 16px 6px 0;
  }

  .Table_linkBox a img {
    display: block;
    margin-right: 10px;
  }

  .Page_CoProfile {
    margin-bottom: 112px;
  }

  /*会社案内ー沿革*/

  .CoHistory_Table {
    width: 100%;
    max-width: 1058px;
    margin: 0 auto 120px;
  }

  .CoHistory_Table th {
    position: relative;
    padding: 12px 0;
    width: 99px;
    min-width: 99px;
    font-size: 24px;
    line-height: 1.5;
    vertical-align: top;
  }

  .CoHistory_Table th:after {
    content: "";
    position: absolute;
    top: 30px;
    right: -18px;
    width: 52px;
    height: 1px;
    background: #900611;
  }

  .CoHistory_Table td {
    padding: 18px 26px;
    line-height: 1.5;
  }

  .CoHistory_Table tr:nth-child(2n-1) td {
    background: #E8E8E8;
  }

  .CoHistory_List {
    position: relative;
  }

  .CoHistory_List li {
    position: relative;
  }

  .CoHistory_List li:not(:last-child) {
    padding-bottom: 8px;
  }

  .CoHistory_List li:not(:last-child):after {
    content: "";
    position: absolute;
    left: -26px;
    top: 12px;
    width: 1px;
    height: 100%;
    background: #901f1b;
  }

  .CoHistory_List li:not(:first-child):before {
    content: "";
    position: absolute;
    left: -26px;
    top: 11px;
    width: 18px;
    height: 1px;
    background: #901f1b;
  }

  /*会社案内ーフューチャーグループ*/

  .Page_CoFutureGroup {
    max-width: 1120px;
    margin: 0 auto;
  }

  .CoFutureGroup_content h3 {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 1.4;
    font-weight: bold;
    text-align: center;
  }

  .Page_CoFutureGroup p {
    line-height: 1.5;
  }

  .CoFutureGroup_preface {
    margin-bottom: 64px;
  }

  .CoFutureGroup_constitution {
    margin-bottom: 96px;
    text-align: center;
  }

  .CoFutureGroup_links {
    max-width: 846px;
    margin: 0 auto 120px;
    font-size: 0;
  }

  .CoFutureGroup_links > div {
    display: inline-block;
    font-size: 16px;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .future_logo {
    width: 230px;
    max-width: 100%;
    height: auto;
  }

  .CoFutureGroup_logo {
    width: 30%;
    margin-right: 10%;
  }

  .CoFutureGroup_linkList {
    position: relative;
    width: 60%;
    padding-left: 48px;
    border-left: 2px solid #707070;
  }

  .CoFutureGroup_linkList:before {
    content: "";
    position: absolute;
    top: 5%;
    left: 0;
    width: 63px;
    height: 2px;
    background: #707070;
    -webkit-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
  }

  .CoFutureGroup_linkList ul:not(:last-child) {
    padding-bottom: 20px;
    margin-bottom: 32px;
    border-bottom: 1px dashed #6f6f6f;
  }

  .CoFutureGroup_linkList ul:last-child {
    padding-bottom: 20px;
    margin-bottom: 32px;
    border-bottom: 1px dashed #6f6f6f;
  }

  .CoFutureGroup_linkList li:not(:last-child) {
    margin-bottom: 20px;
  }

  .CoFutureGroup_linkList p {
    font-size: 20px;
    font-weight: bold;
    color: #0A1561;
  }

  .future-inc {
    margin-bottom: 30px;
  }

  .it-consult-servie {
    border-top: 1px dashed #6f6f6f;
    padding-top: 30px;
  }

  /*===採用情報===*/

  /*------------------------------------*/

  /*採用情報ーTOP*/

  .Mv_Recruit {
    background: url(../img/bg/mv-Recruit-bg.png) 50% 50%/100% 100% no-repeat;
  }

  .Small-title {
    padding-bottom: 4px;
    margin-bottom: 24px;
    font-size: 16px;
    text-align: left;
  }

  .Small-title:after {
    left: 0;
    height: 1px;
    width: 67px;
    background: #900611;
    -webkit-transform: none;
    transform: none;
  }

  .Recruit_NewsList {
    margin-bottom: 70px;
  }

  .Recruit_NewsList li:not(:last-child) {
    margin-bottom: 12px;
  }

  .Recruit_NewsList time {
    margin-right: 24px;
  }

  /*採用情報ー応募者の皆様へ*/

  .Mv_Recruit li {
    font-size: 14px;
    letter-spacing: -0.7px;
    background: #900611;
  }

  .Page-Max {
    max-width: 1120px;
    margin: 0 auto;
  }

  .ReMessage_mv {
    margin-bottom: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #FAFAFA;
  }

  .ReMessage_mv > div {
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .ReMessage_mvMessage {
    padding: 58px 40px 54px;
    font-size: 36px;
    font-weight: bold;
  }

  .ReMessage_mvName {
    margin-top: 48px;
    font-weight: normal;
    text-align: right;
    line-height: 1;
  }

  .ReMessage_mvName span {
    margin-right: 16px;
    font-size: 16px;
  }

  .ReMessage_mvImg {
    position: relative;
    overflow: hidden;
  }

  .ReMessage_mvImg img {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
  }

  .ReMessage_content h3 {
    margin-bottom: 28px;
    font-size: 20px;
    font-weight: bold;
  }

  .ReMessage_content p:not(:last-child) {
    margin-bottom: 50px;
    line-height: 1.8;
  }

  .ReMessage_content {
    margin-bottom: 70px;
  }

  .Page-Links {
    margin-bottom: 120px;
    font-size: 0;
    text-align: center;
  }

  .Btn-link {
    position: relative;
    display: inline-block;
    width: 48%;
    max-width: 400px;
    padding: 26px 24px;
    margin-right: 4%;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background: #707070;
  }

  .Btn-link:last-child {
    margin-right: 0;
  }

  .Btn-link p {
    position: relative;
    display: inline-block;
    padding: 0 12px;
    background: #707070;
    z-index: 1;
  }

  .Btn-link:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 50%;
    max-width: 80px;
    height: 4px;
    background: #900611;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .Btn-linkRed {
    background: #C31A27;
  }

  .Btn-linkRed p {
    background: #C31A27;
  }

  .Btn-linkRed:before {
    background: #fff;
  }

  /*.Btn-link:hover:before {
    left: -5px;
  }*/

  .Btn-toForm {
    margin-top: 88px;
  }

  .Btn-redInLine {
    display: block;
    width: 100%;
    max-width: 703px;
    margin: 0 auto;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    background: #C31A27;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
  }

  .Btn-redInLine p {
    padding: 26px 20px;
    margin: 14px;
    border: 1px solid;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  /*.Btn-redInLine:hover p {
    padding: 40px 24px;
    margin: 0;
  }*/

  /*採用情報ーディアイティの事業紹介*/

  .ReBusiness_content {
    margin-bottom: 78px;
  }

  /*採用情報ー募集要項 / 選考プロセス*/

  .ReProcess_Flow {
    max-width: 800px;
    margin: 0 auto;
    padding: 32px 50px;
    background: #E8E8E8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .ReProcess_FlowBox {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 43px;
    padding: 16px 58px 16px 24px;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .ReProcess_FlowBox:not(:last-child):after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 28px 59.5px 0 59.5px;
    border-color: #fff transparent transparent transparent;
    -webkit-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
  }

  .ReProcess_FlowBox:last-child {
    margin-bottom: 0;
    border-bottom: 3px solid #900611;
  }

  .ReProcess_FlowName {
    position: relative;
    width: 179px;
    min-width: 179px;
    padding: 14px 10px;
    margin-right: 36px;
    font-size: 18px;
    line-height: 1.3;
    font-weight: bold;
    color: #fff;
    background: #900611;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .ReProcess_FlowName:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 0 25px 21px;
    border-color: transparent transparent transparent #900612;
    -webkit-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
  }

  .ReProcess_FlowIco {
    position: absolute;
    top: 50%;
    right: 18px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .ReProcess_FlowTxt {
    font-size: 18px;
    font-weight: bold;
  }

  .ReProcess_content {
    margin-bottom: 72px;
  }

  /*採用情報ー募集職種の紹介*/

  .ReOccupation_Box {
    padding-top: 18px;
    margin: 0 auto 24px;
    background: #FAFAFA;
    border-bottom: 3px solid #C9C9C9;
  }

  .ReOccupation_Box:last-child {
    margin-bottom: 0;
  }

  .left-line {
    padding: 5px 16px;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    background: #333;
    border-left: 5px solid #900611;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .ReOccupation_Box p {
    padding: 24px 24px 22px;
    color: #707070;
  }

  .ReOccupation_content {
    margin-bottom: 72px;
  }

  /*採用情報ー募集要項 / 選考プロセス(キャリアー)*/

  .ReProcessCarrier_BoxArea {
    max-width: 800px;
    margin: 0 auto 56px;
  }

  .ReProcessCarrier_Box {
    margin-bottom: 24px;
    border: 1px solid #C9C9C9;
    border-left: 5px solid #900611;
  }

  .ReProcessCarrier_Box:last-child {
    margin-bottom: 0;
  }

  .JSOpen-title {
    position: relative;
    padding: 19px 48px 19px 24px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
  }

  .JSOpen-title:before,
  .JSOpen-title:after,
  .JSOpen-title.open:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 24px;
    width: 20px;
    height: 3px;
    background: #707070;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .JSOpen-title:after {
    -webkit-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
  }

  .JSOpen-box {
    display: none;
    padding: 0 20px 20px;
  }

  .JSOpen-box .CoProfile_table {
    margin-bottom: 0;
  }

  .ReProcessCarrier_content {
    margin-bottom: 72px;
  }

  /*エントリーフォーム*/

  .ReContact_Form {
    width: 100%;
    max-width: 800px;
    margin: 0 auto 72px;
  }

  .ReContact_Form th,
  .ReContact_Form td,
  .ReContact_Form h3,
  .ReContact_Form p {
    display: block;
    width: 100%;
  }

  .ReContact_Form th,
  .ReContact_Form h3 {
    padding: 16px 0 8px;
    line-height: 1;
  }

  .ReContact_Form input[type=text],
  .ReContact_Form select,
  .ReContact_Form textarea {
    display: block;
    width: 100%;
    height: 50px;
    padding: 12px 16px;
    font-size: 16px;
    border: 1px solid #C9C9C9;
    border-bottom: 2px solid #900611;
    border-radius: 0;
  }

  .ReContact_Form td.Checkbox,
  .ReContact_Form p.Checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 2px solid #901e1b;
  }

  .ReContact_Form td.multiple,
  .ReContact_Form p.multiple {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .ReContact_Form td.multiple input[type=text],
  .ReContact_Form p.multiple input[type=text] {
    max-width: 187px;
    margin: 0 18px;
  }

  .ReContact_Form td.multiple input[type=text]:first-child,
  .ReContact_Form p.multiple input[type=text]:first-child {
    margin-left: 0;
  }

  .ReContact_Form td.multiple input[type=text]:last-child,
  .ReContact_Form p.multiple input[type=text]:last-child {
    margin-right: 0;
  }

  .SelectBox {
    position: relative;
    display: block;
    max-width: 241px;
    margin-bottom: 16px;
  }

  .SelectBox:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    width: 15px;
    height: 7px;
    background: url(../img/icon/icon-select-arrow.png) 50% 50%/100% 100% no-repeat;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .ReContact_Form td.Checkbox,
  .ReContact_Form p.Checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    font-size: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 2px solid #901e1b;
  }

  .option-input {
    position: relative;
    display: block;
    width: 100%;
    max-width: 222px;
    padding-left: 36px;
    padding-right: 16px;
    font-size: 16px;
    cursor: pointer;
  }

  .option-input input {
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 1px;
    width: 10px;
    height: 10px;
    cursor: pointer;
    border: none;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .option-input input:after {
    content: "";
    position: absolute;
    top: 50%;
    left: -1px;
    width: 19px;
    height: 19px;
    background: #fff;
    border: 1px solid #C9C9C9;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .option-input input:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 3px;
    width: 13px;
    height: 6px;
    border: 2px solid #901e1b;
    border-top-style: none;
    border-right-style: none;
    -webkit-transform: rotate(-45deg) scale(0, 0);
    transform: rotate(-45deg) scale(0, 0);
    z-index: 1;
  }

  .option-input input:checked:before {
    -webkit-transform: rotate(-45deg) scale(1, 1);
    transform: rotate(-45deg) scale(1, 1);
  }

  .ReEntry_formBtn .Btn-link:hover {
    opacity: 0.8;
  }

  .ReContact_Form textarea {
    height: 172px;
  }

  .required {
    display: inline-block;
    width: 50px;
    margin-left: 16px;
    padding: 3px 0;
    font-size: 10px;
    color: #fff;
    text-align: center;
    background: #900611;
    vertical-align: top;
  }

  .error_red {
    display: block;
    margin-top: 4px;
    font-size: 13px;
    font-weight: bold;
    color: #901e1b;
  }

  .ReContact_SubmitForm td,
  .ReContact_SubmitForm td.Checkbox,
  .ReContact_SubmitForm p,
  .ReContact_SubmitForm p.Checkbox {
    padding: 13px 0;
    font-size: 16px;
    border-bottom: 2px solid #ccc;
  }

  .Btn-link input {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    line-height: inherit;
  }

  .ReContact_Thanks {
    margin-bottom: 120px;
    text-align: center;
  }

  .ReContact_Thanks h3 {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: bold;
    color: #c42d28;
  }

  .ReContact_ThanksBtn {
    margin-top: 80px;
  }

  .ReContact_ThanksBtn a {
    display: inline-block;
    font-size: 14px;
    border-bottom: 1px solid #c42d28;
  }

  /*キャリアー採用エントリーフォーム*/

  .Checkbox_type .option-input {
    max-width: 132px;
  }

  #headerInfo .inner {
    padding: 0;
  }

  /*main {
    margin-top: 0;
  }*/

  .PickUp {
    display: none;
  }

  .contact-bar {
    position: absolute;
    top: 4vw !important;
    bottom: auto !important;
    z-index: 10;
  }

  .header.fixed .fixbar {
    z-index: 100;
  }

  #page-top {
    z-index: 100;
  }

  .ReContact_SubmitForm p:empty {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .search-modal form {
    padding: 20px;
  }

  .dit-logo a {
    display: block;
  }

  .search {
    display: none;
  }

  .nav-contact {
    width: 100%;
  }

  .nav-contact a {
    height: auto;
    padding: 12px 0 16px;
    font-size: 18px;
  }

  section {
    padding: 0 40px;
  }

  .contact-bar {
    right: 40px;
  }

  section {
    padding: 0 20px;
  }

  .contact-bar {
    right: 20px;
  }

  main {
    margin-top: 56px;
  }

  section {
    padding: 0 10px;
  }

  .contact-bar {
    right: 10px;
  }

  .dit-btn {
    margin: 40px auto;
    padding: 12px 41px;
  }

  .pickup-content li {
    min-height: 21.5vw;
  }

  .pickup-content ul {
    margin-top: -10vw;
  }

  .pickup-txt {
    min-height: 90px;
    padding: 8px 8px 10px;
  }

  .pickup-tag {
    font-size: 10px;
    margin-bottom: 8px;
  }

  .pickup-tit {
    height: 34px;
    font-size: 14px;
  }

  .Overview {
    margin-top: -11.5vw;
  }

  .Overview {
    padding-top: 20vw;
  }

  .overview-content p {
    margin: 20px 24px 0 0;
    font-size: 18px;
  }

  .overview-img {
    min-width: 32%;
    text-align: center;
  }

  .Forte {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .forte-item p {
    font-size: 18px;
  }

  .forte-number {
    margin-top: -32px;
    margin-bottom: 16px;
    padding-bottom: 16px;
    font-size: 56px;
  }

  .Taskicon h2 {
    margin: 40px 0 32px;
  }

  .taskicon-linkbox a {
    padding: 20px;
    height: 180px;
  }

  .taskicon-tit {
    margin-top: 24px;
    font-size: 16px;
  }

  .taskicon-arrow {
    right: 10px;
  }

  /*.taskicon-hoverbox {
    display: none;
  }*/

  .taskicon-hoverbox {
    font-weight: normal;
    margin-top: 10px;
  }

  /*  .news-list {
      margin-top: 20px;
    }*/

  .news-content {
    padding: 12px 32px 12px 10px;
  }

  .news-content img {
    right: 12px;
  }

  .recruit-txt {
    margin: 16px 0 32px;
    font-size: 18px;
  }

  .recruit-btn a {
    font-size: 18px;
    line-height: 48px;
  }

  /*===トップメッセージ===*/

  .sign {
    width: 100px;
  }

  .sign-pic {
    display: inline-block;
    margin-left: 10px;
  }

  .position-president {
    display: inline-block;
  }

  .position-president-and-sign-pic {
    text-align: right;
  }

  .CoMessage_content {
    margin-bottom: 20px;
  }

  /*===事業紹介===*/

  .CoBusiness_Box H4 {
    margin-bottom: 10px;
  }

  .CoBusiness_BoxLeft {
    text-align: center;
  }

  .CoBusiness_BoxRight {
    text-align: center;
    margin-bottom: 20px;
  }

  .CoBusiness_content {
    margin-bottom: 20px;
  }

  /*会社案内ー会社概要*/

  .CoProfile_table {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 56px;
    border-collapse: separate;
    border-spacing: 5px 8px;
  }

  .CoProfile_table th {
    width: 100%;
    height: 40px;
    padding: 0 10px;
    font-weight: normal;
    color: #fff;
    background: #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .CoProfile_table td {
    padding: 5px 10px;
    line-height: 2;
    border: solid;
    border-width: 1px 0;
    border-color: #E8E8E8 transparent #900611;
    display: block;
  }

  .CoProfile_table td li {
    margin: 4px 0;
    list-style: none;
    text-indent: 1rem;
  }

  .CoProfile_subTit {
    position: relative;
    display: block;
    max-width: 800px;
    margin: 0 auto 32px;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 10px;
  }

  .CoProfile_subTit:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 60px;
    height: 5px;
    background: #C9C9C9;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .CoProfile_subTit:before {
    content: "";
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #C9C9C9;
  }

  .CoProfile_table td a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .CoProfile_table td a img {
    margin-left: 16px;
  }

  .CoProfile_Base th {
    background: #900611;
  }

  .CoProfile_Base td {
    line-height: 1.8;
    border-bottom-color: #333;
  }

  .Table_links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 4px;
  }

  .Table_linkBox {
    margin-right: 16px;
    border: 1px solid #C9C9C9;
  }

  .Table_linkBox a {
    padding: 6px 16px 6px 0;
  }

  .Table_linkBox a img {
    display: block;
    margin-right: 10px;
  }

  .Page_CoProfile {
    margin-bottom: 112px;
  }

  /*===会社沿革===*/

  .CoHistory_Table {
    width: 100%;
    margin: 1em 0;
    border-top: 1px solid #ccc;
    border-spacing: 0;
  }

  .CoHistory_Table tr th,
  .CoHistory_Table tr td {
    border-bottom: 1px solid #ccc;
    padding: 0.5em;
  }

  /*===Future GROUP===*/

  .CoFutureGroup_links {
    max-width: 728px;
    text-align: center;
    margin: 0 auto 120px;
    font-size: 0;
  }

  .CoFutureGroup_links > div {
    display: inline-block;
    font-size: 16px;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .future_logo {
    width: 230px;
    max-width: 100%;
    height: auto;
  }

  .CoFutureGroup_logo {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .CoFutureGroup_linkList {
    position: relative;
  }

  .CoFutureGroup_linkList ul:not(:last-child) {
    padding-bottom: 10px;
    margin-bottom: 16px;
    border-bottom: 1px dashed #6f6f6f;
  }

  .CoFutureGroup_linkList ul:last-child {
    padding-bottom: 10px;
    margin-bottom: 16px;
    border-bottom: 1px dashed #6f6f6f;
  }

  .CoFutureGroup_linkList li:not(:last-child) {
    margin-bottom: 10px;
  }

  .CoFutureGroup_linkList p {
    font-size: 20px;
    font-weight: bold;
    color: #0A1561;
  }

  .future-inc {
    margin-bottom: 15px;
  }

  .it-consult-servie {
    border-top: 1px dashed #6f6f6f;
    padding-top: 15px;
  }

  /*===採用情報===*/

  /*------------------------------------*/

  /*採用情報ーTOP*/

  .Mv_Recruit {
    background: url(../img/bg/mv-Recruit-bg.png) 50% 50%/100% 100% no-repeat;
  }

  .Small-title {
    padding-bottom: 4px;
    margin-bottom: 24px;
    font-size: 16px;
    text-align: left;
  }

  .Small-title:after {
    left: 0;
    height: 1px;
    width: 67px;
    background: #900611;
    -webkit-transform: none;
    transform: none;
  }

  .Recruit_NewsList {
    margin-bottom: 70px;
  }

  .Recruit_NewsList li:not(:last-child) {
    margin-bottom: 12px;
  }

  .Recruit_NewsList time {
    margin-right: 24px;
  }

  /*採用情報ー応募者の皆様へ*/

  .Mv_Recruit li {
    font-size: 14px;
    letter-spacing: -0.7px;
    background: #900611;
  }

  .Page-Max {
    max-width: 1120px;
    margin: 0 auto;
  }

  .ReMessage_mv {
    margin-bottom: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #FAFAFA;
  }

  .ReMessage_mv > div {
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .ReMessage_mvMessage {
    padding: 58px 40px 54px;
    font-size: 36px;
    font-weight: bold;
  }

  .ReMessage_mvName {
    margin-top: 48px;
    font-weight: normal;
    text-align: right;
    line-height: 1;
  }

  .ReMessage_mvName span {
    margin-right: 16px;
    font-size: 16px;
  }

  .ReMessage_mvImg {
    position: relative;
    overflow: hidden;
  }

  .ReMessage_mvImg img {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
  }

  .ReMessage_content h3 {
    margin-bottom: 28px;
    font-size: 20px;
    font-weight: bold;
  }

  .ReMessage_content p:not(:last-child) {
    margin-bottom: 50px;
    line-height: 1.8;
  }

  .ReMessage_content {
    margin-bottom: 70px;
  }

  .Page-Links {
    margin-bottom: 120px;
    font-size: 0;
    text-align: center;
  }

  .Btn-link {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 26px 24px;
    margin-right: 4%;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background: #707070;
  }

  .Btn-link:last-child {
    margin-right: 0;
  }

  .Btn-link p {
    position: relative;
    display: inline-block;
    padding: 0 12px;
    background: #707070;
    z-index: 1;
  }

  .Btn-link:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 50%;
    max-width: 80px;
    height: 4px;
    background: #900611;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .Btn-linkRed {
    background: #C31A27;
  }

  .Btn-linkRed p {
    background: #C31A27;
  }

  .Btn-linkRed:before {
    background: #fff;
  }

  /*.Btn-link:hover:before {
    left: -5px;
  }*/

  .Btn-toForm {
    margin-top: 30px;
  }

  .Btn-redInLine {
    display: block;
    width: 100%;
    max-width: 703px;
    margin: 0 auto;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background: #C31A27;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
  }

  .Btn-redInLine p {
    padding: 26px 20px;
    margin: 14px;
    border: 1px solid;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  /*.Btn-redInLine:hover p {
    padding: 40px 24px;
    margin: 0;
  }*/

  /*採用情報ーディアイティの事業紹介*/

  .ReBusiness_content {
    margin-bottom: 78px;
  }

  /*採用情報ー募集要項 / 選考プロセス*/

  .ReProcess_Flow {
    max-width: 800px;
    margin: 0 auto;
    padding: 15px 5px;
    background: #E8E8E8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .ReProcess_FlowBox {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 43px;
    padding: 16px 5px;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .ReProcess_FlowBox:not(:last-child):after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 28px 59.5px 0 59.5px;
    border-color: #fff transparent transparent transparent;
    -webkit-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
  }

  .ReProcess_FlowBox:last-child {
    margin-bottom: 0;
    border-bottom: 3px solid #900611;
  }

  .ReProcess_FlowName {
    position: relative;
    width: 100px;
    min-width: 100px;
    padding: 12px 10px;
    margin-right: 26px;
    font-size: 16px;
    line-height: 1.3;
    font-weight: bold;
    color: #fff;
    background: #900611;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .ReProcess_FlowName:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 23px 0 23px 21px;
    border-color: transparent transparent transparent #900612;
    -webkit-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
  }

  .ReProcess_FlowIco {
    display: none;
  }

  .ReProcess_FlowTxt {
    font-size: 14px;
    font-weight: bold;
  }

  .ReProcess_content {
    margin-bottom: 72px;
  }

  /*採用情報ー募集職種の紹介*/

  .ReOccupation_Box {
    max-width: 800px;
    padding-top: 18px;
    margin: 0 auto 24px;
    background: #FAFAFA;
    border-bottom: 3px solid #C9C9C9;
  }

  .ReOccupation_Box:last-child {
    margin-bottom: 0;
  }

  .left-line {
    padding: 5px 16px;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    background: #333;
    border-left: 5px solid #900611;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .ReOccupation_Box p {
    padding: 24px 24px 22px;
    color: #707070;
  }

  .ReOccupation_content {
    margin-bottom: 72px;
  }

  /*採用情報ー募集要項 / 選考プロセス(キャリアー)*/

  .ReProcessCarrier_BoxArea {
    max-width: 800px;
    margin: 0 auto 56px;
  }

  .ReProcessCarrier_Box {
    margin-bottom: 24px;
    border: 1px solid #C9C9C9;
    border-left: 5px solid #900611;
  }

  .ReProcessCarrier_Box:last-child {
    margin-bottom: 0;
  }

  .JSOpen-title {
    position: relative;
    padding: 19px 48px 19px 24px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
  }

  .JSOpen-title:before,
  .JSOpen-title:after,
  .JSOpen-title.open:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 24px;
    width: 20px;
    height: 3px;
    background: #707070;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .JSOpen-title:after {
    -webkit-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
  }

  .JSOpen-box {
    display: none;
    padding: 0 20px 20px;
  }

  .JSOpen-box .CoProfile_table {
    margin-bottom: 0;
  }

  .ReProcessCarrier_content {
    margin-bottom: 72px;
  }

  /*エントリーフォーム*/

  .ReContact_Form {
    width: 100%;
    max-width: 800px;
    margin: 0 auto 72px;
  }

  .ReContact_Form th,
  .ReContact_Form td,
  .ReContact_Form h3,
  .ReContact_Form p {
    display: block;
    width: 100%;
  }

  .ReContact_Form th,
  .ReContact_Form h3 {
    padding: 16px 0 8px;
    line-height: 1;
  }

  .ReContact_Form input[type=text],
  .ReContact_Form select,
  .ReContact_Form textarea {
    display: block;
    width: 100%;
    height: 50px;
    padding: 12px 16px;
    font-size: 16px;
    border: 1px solid #C9C9C9;
    border-bottom: 2px solid #900611;
    border-radius: 0;
  }

  .ReContact_Form td.Checkbox,
  .ReContact_Form p.Checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 2px solid #901e1b;
  }

  .ReContact_Form td.multiple,
  .ReContact_Form p.multiple {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .ReContact_Form td.multiple input[type=text],
  .ReContact_Form p.multiple input[type=text] {
    max-width: 187px;
    margin: 0 18px;
  }

  .ReContact_Form td.multiple input[type=text]:first-child,
  .ReContact_Form p.multiple input[type=text]:first-child {
    margin-left: 0;
  }

  .ReContact_Form td.multiple input[type=text]:last-child,
  .ReContact_Form p.multiple input[type=text]:last-child {
    margin-right: 0;
  }

  .SelectBox {
    position: relative;
    display: block;
    max-width: 241px;
    margin-bottom: 16px;
  }

  .SelectBox:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    width: 15px;
    height: 7px;
    background: url(../img/icon/icon-select-arrow.png) 50% 50%/100% 100% no-repeat;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .ReContact_Form td.Checkbox,
  .ReContact_Form p.Checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    font-size: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 2px solid #901e1b;
  }

  .option-input {
    position: relative;
    display: block;
    width: 100%;
    max-width: 222px;
    padding-left: 36px;
    padding-right: 16px;
    font-size: 16px;
    cursor: pointer;
  }

  .option-input input {
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 1px;
    width: 10px;
    height: 10px;
    cursor: pointer;
    border: none;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .option-input input:after {
    content: "";
    position: absolute;
    top: 50%;
    left: -1px;
    width: 19px;
    height: 19px;
    background: #fff;
    border: 1px solid #C9C9C9;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .option-input input:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 3px;
    width: 13px;
    height: 6px;
    border: 2px solid #901e1b;
    border-top-style: none;
    border-right-style: none;
    -webkit-transform: rotate(-45deg) scale(0, 0);
    transform: rotate(-45deg) scale(0, 0);
    z-index: 1;
  }

  .option-input input:checked:before {
    -webkit-transform: rotate(-45deg) scale(1, 1);
    transform: rotate(-45deg) scale(1, 1);
  }

  .ReEntry_formBtn .Btn-link:hover {
    opacity: 0.8;
  }

  .ReContact_Form textarea {
    height: 172px;
  }

  .required {
    display: inline-block;
    width: 50px;
    margin-left: 16px;
    padding: 3px 0;
    font-size: 10px;
    color: #fff;
    text-align: center;
    background: #900611;
    vertical-align: top;
  }

  .error_red {
    display: block;
    margin-top: 4px;
    font-size: 13px;
    font-weight: bold;
    color: #901e1b;
  }

  .ReContact_SubmitForm td,
  .ReContact_SubmitForm td.Checkbox,
  .ReContact_SubmitForm p,
  .ReContact_SubmitForm p.Checkbox {
    padding: 13px 0;
    font-size: 16px;
    border-bottom: 2px solid #ccc;
  }

  .Btn-link input {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    line-height: inherit;
  }

  .ReContact_Thanks {
    margin-bottom: 120px;
    text-align: center;
  }

  .ReContact_Thanks h3 {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: bold;
    color: #c42d28;
  }

  .ReContact_ThanksBtn {
    margin-top: 80px;
  }

  .ReContact_ThanksBtn a {
    display: inline-block;
    font-size: 14px;
    border-bottom: 1px solid #c42d28;
  }

  /*キャリアー採用エントリーフォーム*/

  .Checkbox_type .option-input {
    max-width: 132px;
  }

  /*会社案内*/

  .CoMessage_mv {
    width: 100%;
    margin-bottom: 0px;
    font-size: 16px;
    padding: 30px 0px;
    font-weight: bold;
    /*	  
        background-image: url(../img/bg/message-bg.png);
        background-repeat: no-repeat;
        background-size: cover;
    */
  }

  .Page_Mv {
    padding: 10px 0px !important;
    margin-bottom: 14px !important;
    text-align: center !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    background: url(../img/bg/mv-Company-bg.png) no-repeat !important;
  }

  .Page_Mv h1 {
    font-size: 28px;
  }

  .sp_company_menu {
    width: 100%;
    overflow: hidden;
  }

  .Mv-Nav ul {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    bottom: 1px;
    left: 50%;
    width: 100%;
    max-width: 1040px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .Mv-Nav li {
    width: 50% !important;
    float: left !important;
    border-right: #fff !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    text-align: center !important;
    font-size: 14px !important;
  }

  .Mv-Nav li a {
    display: block;
    color: #000;
    background: #fff;
  }

  .sp_company_menu_point {
    background-color: #ff0000 !important;
    color: #fff !important;
  }

  .breadcrumb ul {
    font-size: 0;
    margin: 20px 0px;
  }

  .breadcrumb li {
    display: inline-block;
    margin-right: 8px;
    font-size: 14px;
    font-weight: normal;
    color: #707070;
    vertical-align: middle;
  }

  .breadcrumb li a {
    display: block;
    color: #C31A27;
  }

  .Company_BoxImg img {
    width: 100%;
  }

  .Mv-Nav {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .floathing-banner {
    width: 100%;
    left: 0;
    top: auto;
    bottom: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .floathing-banner__support {
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background: #505050;
  }

  .floathing-banner__support a {
    width: auto;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 12px 0;
  }

  .floathing-banner__support a span {
    display: block;
  }

  .floathing-banner__support img {
    display: none;
  }

  .floathing-banner__contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background: #7E7E7E;
  }

  #top-btn {
    width: auto;
    max-width: 100px;
    padding: 0;
    margin: 0;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }
}

@media screen and (max-width: 568px) {
  .dit-logo {
    width: 36%;
  }

  .dit-logo a img {
    vertical-align: middle;
  }

  .search-modal input {
    padding: 0 16px;
    font-size: 14px;
    line-height: 32px;
  }

  .search-modal button {
    height: 32px;
  }

  h2 {
    padding: 10px 0;
    font-size: 18px;
  }

  h2:after {
    height: 3px;
  }

  .contact-bar {
    display: none;
  }

  .dit-btn {
    margin: 24px auto;
    font-size: 14px;
  }

  .pickup-content ul {
    margin-top: 24px;
  }

  .pickup-content li {
    display: block;
    width: 100%;
    max-width: none;
    margin: 0 0 20px;
    background: none;
  }

  .pickup-content li h2 {
    color: #000;
  }

  .pickup-item img {
    width: 100%;
  }

  .pickup-txt {
    min-height: 40%;
  }

  .Overview {
    margin-top: 0;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .Overview h2 {
    margin-bottom: 24px;
  }

  .overview-content {
    display: block;
  }

  .overview-content p {
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 1.8;
  }

  .forte-content ul {
    display: block;
  }

  .forte-content img {
    display: none;
  }

  .forte-content .sp568 {
    display: block;
  }

  .forte-content li {
    width: 100%;
    max-width: none;
    margin: 0 0 20px;
  }

  .forte-content li:last-child {
    margin-bottom: 0;
  }

  .forte-content h2 {
    position: relative;
    top: auto;
    margin-bottom: 32px;
    -webkit-transform: none;
    transform: none;
  }

  .forte-number {
    text-align: right;
    padding-bottom: 12px;
    margin-bottom: 6px;
  }

  .forte-number:after {
    left: auto;
    right: 0;
    height: 2px;
  }

  .Taskicon h2 {
    margin: 32px 0 24px;
  }

  .taskicon-linklist {
    border-left: none;
    text-align: center;
  }

  .taskicon-arrow {
    display: none;
  }

  .taskicon-linkbox {
    display: block;
    width: 100%;
    border-width: 0 0 1px 0;
    font-weight: bold;
  }

  .taskicon-linkbox a {
    height: auto;
  }

  .taskicon-tit {
    max-width: none;
    margin-top: 16px;
    font-size: 14px;
    text-align: center;
  }

  .taskicon-arrow {
    right: 8px;
  }

  .Taskicon .page-breadth {
    padding: 0 10px;
  }

  .news-content {
    display: block;
    padding: 8px 32px 10px 10px;
  }

  .news-content time {
    display: inline-block;
    margin: 0 8px 4px 0;
    vertical-align: middle;
  }

  .news-tag {
    display: inline-block;
    margin: 0 0 4px;
  }

  .recruit-txt {
    margin-bottom: 24px;
    font-size: 16px;
  }

  .recruit-btn {
    display: block;
  }

  .recruit-btn a {
    display: block;
    width: 100%;
    margin: 0 auto 12px;
    font-size: 14px;
    line-height: 46px;
  }

  .recruit-btn a:last-child {
    margin: 0 auto;
  }

  .recruit-btn img {
    right: 12px;
    width: 9px;
  }
}

@media all and (-ms-high-contrast: none) {
  .Page_Mv {
    height: 180px;
    overflow: hidden;
  }

  .required {
    margin-top: -3px;
    padding: 5px 0 1px;
  }

  select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

  select::-ms-expand {
    display: none;
  }
}
/*# sourceMappingURL=style02.css.map */
