@charset "UTF-8";

.nameCont_sub {
    font-size: 24px;
    color: #666;
}

@media screen and (max-width: 768px) {
  .nameCont_sub {
    font-size: 3.8vw;
  }
}

.nameCont_heading, .nameCont_heading-tag {
    font-size: 32px;
    color: #004896;
}

.nameCont_heading-tag {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .nameCont_heading-tag {
    display: block;
  }
}

.nameCont_tag {
  margin: 0 0 0 12px;
  padding: 5px;
  font-size: 16px;
  flex: 0 0 auto;
}

@media screen and (max-width: 768px) {
  .nameCont_tag {
    margin: 3% 0 0 3%;
    display: inline-block;
    font-size: 3.2vw;
  }
}

.tag {
  color: #fff;
  line-height: 1;
  text-align: center;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .tag {
    width: 165px;
    padding: 8px 0;
    font-size: 12px;
  }
}

.tag-case {
  color: #fff;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  background: #084a94;
}

.tag-cat {
  color: #fff;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  background: #106cd3;
}

.tag-movie {
  color: #fff;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  background: #42a5f5;
}

.tag-pick {
  color: #fff;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  background: #4fc3f7;
}

.tag-event {
  color: #fff;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  background: #4db6ac;
}

.tag-cad {
  color: #fff;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  background: #81c784;
}

.tag-other {
  color: #fff;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  background: #9ccc65;
}

.tag-coordinate {
  color: #fff;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  background: #ffb74d;
}

.tag-maker {
  color: #fff;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  background: #81c784;
}

.detailCard_cat, .detailCard_cat-horizontal {
  display: flex;
}

@media screen and (max-width: 768px) {
  .detailCard_cat, .detailCard_cat-horizontal {
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 769px) {
  .detailCard_catList {
    margin-left: 15px;
  }
}

@media screen and (max-width: 768px) {
  .detailCard_catList {
    width: auto;
    paddng: 0 1%;
  }
}

.detailCard_catList:first-child {
  margin-left: 0;
}

.detailCard_catList:nth-child(2n) {
  margin-left: 4%;
}

.detailCard_cat-horizontal {
  margin: 12px 0 24px;
}

@media screen and (max-width: 768px) {
  .detailCard_cat-horizontal {
    margin: 3% 0 5%;
  }
}

.detailCard_cat-horizontal .detailCard_catList {
  margin: 0 16px 0 0;
  display: flex;
}

@media screen and (max-width: 768px) {
  .detailCard_cat-horizontal .detailCard_catList {
    width: auto;
    margin: 0 4% 0 0;
  }
}

.detailCard-full .detailCard_list {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .detailCard-full .detailCard_listItm {
    display: flex;
  }
}

.detailCard-full .detailCard_listImg {
  width: 540px;
  height: auto;
  position: relative;
}

@media screen and (max-width: 768px) {
  .detailCard-full .detailCard_listImg {
    width: 100%;
    height: 40vw;
  }
}

.detailCard-full .detailCard_listImg img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto !important;
  width: auto !important;
  max-width: 80%;
  max-height: 80%;
  margin: auto;
  padding: 0;
  display: block;
}

.detailCard-full .detailCard_listText {
  width: calc(100% - 540px);
  padding: 40px;
}

@media screen and (max-width: 768px) {
  .detailCard-full .detailCard_listText {
    width: 100%;
    padding: 6%;
  }
}

.detailCard-col {
  flex-wrap: wrap;
}

.detailCard-col .detailCard_tag {
  margin-bottom: 12px;
}

@media screen and (max-width: 768px) {
  .detailCard-col .detailCard_tag {
    margin-bottom: 3%;
  }
}

.detailCard-col .detailCard_list {
  width: 540px;
  margin: 0 0 40px;
}

@media screen and (max-width: 768px) {
  .detailCard-col .detailCard_list {
    width: 100%;
    height: auto;
    margin: 0 0 8%;
  }
}

@media screen and (min-width: 769px) {
  .detailCard-col .detailCard_list:nth-child(2n) {
    margin-left: 40px;
  }
}

@media screen and (min-width: 769px) {
  .detailCard-col .detailCard_listItm {
    height: 100%;
    display: flex;
  }
}

@media screen and (min-width: 769px) {
  .detailCard-col .detailCard_listImg {
    width: 180px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
}

@media screen and (max-width: 768px) {
  .detailCard-col .detailCard_listImg {
    height: 40vw;
  }
}

.detailCard-col .detailCard_listImg img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .detailCard-col .detailCard_listImg img {
    width: auto;
    height: 100%;
  }
}

.detailCard-col .detailCard_listText {
  width: calc(100% - 180px);
}

@media screen and (min-width: 769px) {
  .detailCard-col .detailCard_listText {
    padding: 12px;
  }
}

@media screen and (max-width: 768px) {
  .detailCard-col .detailCard_listText {
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .detailCard-col .detailCard_text {
    min-height: auto;
  }
}

@media screen and (min-width: 769px) {
  .detailCard-col .detailCard_cat .cat_head, .detailCard-col .detailCard_cat-horizontal .cat_head, .detailCard-col .detailCard_cat .cat_head-category, .detailCard-col .detailCard_cat-horizontal .cat_head-category {
    padding: 0 0 4px;
  }
}

.tender_box, .tender_box-head, .tender_box-headImg, .tender_box-body, .tender_box-bodyWhite, .tender_box-solution, .tender_box-solution02, .tender_box-solution03, .tender_box-inner {
  position: relative;
}

.tender_box-head, .tender_box-headImg {
  padding: 40px 0;
  background: #ededed;
}

@media screen and (max-width: 768px) {
  .tender_box-head, .tender_box-headImg {
    padding: 8% 0;
  }
}

.tender_box-head::after, .tender_box-headImg::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 40px solid #ededed;
  border-right: 48px solid transparent;
  border-left: 48px solid transparent;
  border-bottom: 0 solid transparent;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .tender_box-head::after, .tender_box-headImg::after {
    border-top: 6vw solid #ededed;
    border-right: 8vw solid transparent;
    border-left: 8vw solid transparent;
  }
}

.tender_box-headImg {
  padding: 0;
  background: #fff;
}

.tender_box-headImg::after {
  border-top: 40px solid #fff;
}

@media screen and (max-width: 768px) {
  .tender_box-headImg::after {
    border-top: 6vw solid #fff;
  }
}

.textBox_itm .text + .heading-lv3-left, .textBox_itm-center .text + .heading-lv3-left, .textBox_itm-full .text + .heading-lv3-left, .textBox_itm-text .text + .heading-lv3-left, .textBox_itm-img .text + .heading-lv3-left, .textBox_itm .text-form + .heading-lv3-left, .textBox_itm-center .text-form + .heading-lv3-left, .textBox_itm-full .text-form + .heading-lv3-left, .textBox_itm-text .text-form + .heading-lv3-left, .textBox_itm-img .text-form + .heading-lv3-left, .textBox_itm .text-indent + .heading-lv3-left, .textBox_itm-center .text-indent + .heading-lv3-left, .textBox_itm-full .text-indent + .heading-lv3-left, .textBox_itm-text .text-indent + .heading-lv3-left, .textBox_itm-img .text-indent + .heading-lv3-left, .textBox_itm .text-indent02 + .heading-lv3-left, .textBox_itm-center .text-indent02 + .heading-lv3-left, .textBox_itm-full .text-indent02 + .heading-lv3-left, .textBox_itm-text .text-indent02 + .heading-lv3-left, .textBox_itm-img .text-indent02 + .heading-lv3-left, .textBox_itm .text-indent03 + .heading-lv3-left, .textBox_itm-center .text-indent03 + .heading-lv3-left, .textBox_itm-full .text-indent03 + .heading-lv3-left, .textBox_itm-text .text-indent03 + .heading-lv3-left, .textBox_itm-img .text-indent03 + .heading-lv3-left, .textBox_itm .text-indent04 + .heading-lv3-left, .textBox_itm-center .text-indent04 + .heading-lv3-left, .textBox_itm-full .text-indent04 + .heading-lv3-left, .textBox_itm-text .text-indent04 + .heading-lv3-left, .textBox_itm-img .text-indent04 + .heading-lv3-left {
  padding: 40px 0 0;
}

@media screen and (max-width: 768px) {
  .textBox_itm .text + .heading-lv3-left, .textBox_itm-center .text + .heading-lv3-left, .textBox_itm-full .text + .heading-lv3-left, .textBox_itm-text .text + .heading-lv3-left, .textBox_itm-img .text + .heading-lv3-left, .textBox_itm .text-form + .heading-lv3-left, .textBox_itm-center .text-form + .heading-lv3-left, .textBox_itm-full .text-form + .heading-lv3-left, .textBox_itm-text .text-form + .heading-lv3-left, .textBox_itm-img .text-form + .heading-lv3-left, .textBox_itm .text-indent + .heading-lv3-left, .textBox_itm-center .text-indent + .heading-lv3-left, .textBox_itm-full .text-indent + .heading-lv3-left, .textBox_itm-text .text-indent + .heading-lv3-left, .textBox_itm-img .text-indent + .heading-lv3-left, .textBox_itm .text-indent02 + .heading-lv3-left, .textBox_itm-center .text-indent02 + .heading-lv3-left, .textBox_itm-full .text-indent02 + .heading-lv3-left, .textBox_itm-text .text-indent02 + .heading-lv3-left, .textBox_itm-img .text-indent02 + .heading-lv3-left, .textBox_itm .text-indent03 + .heading-lv3-left, .textBox_itm-center .text-indent03 + .heading-lv3-left, .textBox_itm-full .text-indent03 + .heading-lv3-left, .textBox_itm-text .text-indent03 + .heading-lv3-left, .textBox_itm-img .text-indent03 + .heading-lv3-left, .textBox_itm .text-indent04 + .heading-lv3-left, .textBox_itm-center .text-indent04 + .heading-lv3-left, .textBox_itm-full .text-indent04 + .heading-lv3-left, .textBox_itm-text .text-indent04 + .heading-lv3-left, .textBox_itm-img .text-indent04 + .heading-lv3-left {
    padding: 8% 0 0;
  }
}

.textBox_itm .heading-lv3-left + .text, .textBox_itm-center .heading-lv3-left + .text, .textBox_itm-full .heading-lv3-left + .text, .textBox_itm-text .heading-lv3-left + .text, .textBox_itm-img .heading-lv3-left + .text, .textBox_itm .heading-lv3-left + .text-form, .textBox_itm-center .heading-lv3-left + .text-form, .textBox_itm-full .heading-lv3-left + .text-form, .textBox_itm-text .heading-lv3-left + .text-form, .textBox_itm-img .heading-lv3-left + .text-form, .textBox_itm .heading-lv3-left + .text-indent, .textBox_itm-center .heading-lv3-left + .text-indent, .textBox_itm-full .heading-lv3-left + .text-indent, .textBox_itm-text .heading-lv3-left + .text-indent, .textBox_itm-img .heading-lv3-left + .text-indent, .textBox_itm .heading-lv3-left + .text-indent02, .textBox_itm-center .heading-lv3-left + .text-indent02, .textBox_itm-full .heading-lv3-left + .text-indent02, .textBox_itm-text .heading-lv3-left + .text-indent02, .textBox_itm-img .heading-lv3-left + .text-indent02, .textBox_itm .heading-lv3-left + .text-indent03, .textBox_itm-center .heading-lv3-left + .text-indent03, .textBox_itm-full .heading-lv3-left + .text-indent03, .textBox_itm-text .heading-lv3-left + .text-indent03, .textBox_itm-img .heading-lv3-left + .text-indent03, .textBox_itm .heading-lv3-left + .text-indent04, .textBox_itm-center .heading-lv3-left + .text-indent04, .textBox_itm-full .heading-lv3-left + .text-indent04, .textBox_itm-text .heading-lv3-left + .text-indent04, .textBox_itm-img .heading-lv3-left + .text-indent04 {
  padding: 8px 0 0;
}

@media screen and (max-width: 768px) {
  .textBox_itm .heading-lv3-left + .text, .textBox_itm-center .heading-lv3-left + .text, .textBox_itm-full .heading-lv3-left + .text, .textBox_itm-text .heading-lv3-left + .text, .textBox_itm-img .heading-lv3-left + .text, .textBox_itm .heading-lv3-left + .text-form, .textBox_itm-center .heading-lv3-left + .text-form, .textBox_itm-full .heading-lv3-left + .text-form, .textBox_itm-text .heading-lv3-left + .text-form, .textBox_itm-img .heading-lv3-left + .text-form, .textBox_itm .heading-lv3-left + .text-indent, .textBox_itm-center .heading-lv3-left + .text-indent, .textBox_itm-full .heading-lv3-left + .text-indent, .textBox_itm-text .heading-lv3-left + .text-indent, .textBox_itm-img .heading-lv3-left + .text-indent, .textBox_itm .heading-lv3-left + .text-indent02, .textBox_itm-center .heading-lv3-left + .text-indent02, .textBox_itm-full .heading-lv3-left + .text-indent02, .textBox_itm-text .heading-lv3-left + .text-indent02, .textBox_itm-img .heading-lv3-left + .text-indent02, .textBox_itm .heading-lv3-left + .text-indent03, .textBox_itm-center .heading-lv3-left + .text-indent03, .textBox_itm-full .heading-lv3-left + .text-indent03, .textBox_itm-text .heading-lv3-left + .text-indent03, .textBox_itm-img .heading-lv3-left + .text-indent03, .textBox_itm .heading-lv3-left + .text-indent04, .textBox_itm-center .heading-lv3-left + .text-indent04, .textBox_itm-full .heading-lv3-left + .text-indent04, .textBox_itm-text .heading-lv3-left + .text-indent04, .textBox_itm-img .heading-lv3-left + .text-indent04 {
    padding: 2% 0 0;
  }
}

.textBox_itm .heading-lv3-left + .heading-lv3-left, .textBox_itm-center .heading-lv3-left + .heading-lv3-left, .textBox_itm-full .heading-lv3-left + .heading-lv3-left, .textBox_itm-text .heading-lv3-left + .heading-lv3-left, .textBox_itm-img .heading-lv3-left + .heading-lv3-left {
  padding: 40px 0 0;
}

@media screen and (max-width: 768px) {
  .textBox_itm .heading-lv3-left + .heading-lv3-left, .textBox_itm-center .heading-lv3-left + .heading-lv3-left, .textBox_itm-full .heading-lv3-left + .heading-lv3-left, .textBox_itm-text .heading-lv3-left + .heading-lv3-left, .textBox_itm-img .heading-lv3-left + .heading-lv3-left {
    padding: 8% 0 0;
  }
}


.textBox-inner .textBox_itm, .textBox-inner .textBox_itm-center, .textBox-inner .textBox_itm-full, .textBox-inner .textBox_itm-text, .textBox-inner .textBox_itm-img {
  margin: 0 0 24px;
}

@media screen and (max-width: 768px) {
  .textBox-inner .textBox_itm, .textBox-inner .textBox_itm-center, .textBox-inner .textBox_itm-full, .textBox-inner .textBox_itm-text, .textBox-inner .textBox_itm-img {
    margin: 0 0 6%;
  }
}

.textBox-inner .textBox_itm + .textBox_itm, .textBox-inner .textBox_itm-center + .textBox_itm, .textBox-inner .textBox_itm-full + .textBox_itm, .textBox-inner .textBox_itm-text + .textBox_itm, .textBox-inner .textBox_itm-img + .textBox_itm, .textBox-inner .textBox_itm + .textBox_itm-center, .textBox-inner .textBox_itm-center + .textBox_itm-center, .textBox-inner .textBox_itm-full + .textBox_itm-center, .textBox-inner .textBox_itm-text + .textBox_itm-center, .textBox-inner .textBox_itm-img + .textBox_itm-center, .textBox-inner .textBox_itm + .textBox_itm-full, .textBox-inner .textBox_itm-center + .textBox_itm-full, .textBox-inner .textBox_itm-full + .textBox_itm-full, .textBox-inner .textBox_itm-text + .textBox_itm-full, .textBox-inner .textBox_itm-img + .textBox_itm-full, .textBox-inner .textBox_itm + .textBox_itm-text, .textBox-inner .textBox_itm-center + .textBox_itm-text, .textBox-inner .textBox_itm-full + .textBox_itm-text, .textBox-inner .textBox_itm-text + .textBox_itm-text, .textBox-inner .textBox_itm-img + .textBox_itm-text, .textBox-inner .textBox_itm + .textBox_itm-img, .textBox-inner .textBox_itm-center + .textBox_itm-img, .textBox-inner .textBox_itm-full + .textBox_itm-img, .textBox-inner .textBox_itm-text + .textBox_itm-img, .textBox-inner .textBox_itm-img + .textBox_itm-img {
  margin: 24px 0 0;
}

@media screen and (max-width: 768px) {
  .textBox-inner .textBox_itm + .textBox_itm, .textBox-inner .textBox_itm-center + .textBox_itm, .textBox-inner .textBox_itm-full + .textBox_itm, .textBox-inner .textBox_itm-text + .textBox_itm, .textBox-inner .textBox_itm-img + .textBox_itm, .textBox-inner .textBox_itm + .textBox_itm-center, .textBox-inner .textBox_itm-center + .textBox_itm-center, .textBox-inner .textBox_itm-full + .textBox_itm-center, .textBox-inner .textBox_itm-text + .textBox_itm-center, .textBox-inner .textBox_itm-img + .textBox_itm-center, .textBox-inner .textBox_itm + .textBox_itm-full, .textBox-inner .textBox_itm-center + .textBox_itm-full, .textBox-inner .textBox_itm-full + .textBox_itm-full, .textBox-inner .textBox_itm-text + .textBox_itm-full, .textBox-inner .textBox_itm-img + .textBox_itm-full, .textBox-inner .textBox_itm + .textBox_itm-text, .textBox-inner .textBox_itm-center + .textBox_itm-text, .textBox-inner .textBox_itm-full + .textBox_itm-text, .textBox-inner .textBox_itm-text + .textBox_itm-text, .textBox-inner .textBox_itm-img + .textBox_itm-text, .textBox-inner .textBox_itm + .textBox_itm-img, .textBox-inner .textBox_itm-center + .textBox_itm-img, .textBox-inner .textBox_itm-full + .textBox_itm-img, .textBox-inner .textBox_itm-text + .textBox_itm-img, .textBox-inner .textBox_itm-img + .textBox_itm-img {
    margin: 6% 0 0;
  }
}

.textBox_itm, .textBox_itm-center, .textBox_itm-full, .textBox_itm-text, .textBox_itm-img {
  width: 100%;
  font-size: 20px;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .textBox_itm, .textBox_itm-center, .textBox_itm-full, .textBox_itm-text, .textBox_itm-img {
    display: block;
    font-size: 3.5vw;
  }
}

.textBox_itm-center {
  text-align: center;
}

.textBox_itm-full {
  width: 100%;
  display: block;
}

@media screen and (min-width: 769px) {
  .textBox_itm-text {
    width: 55%;
  }
}

.textBox-colImg .textBox_itmInner {
  padding: 0 0 48px;
}

@media screen and (max-width: 768px) {
  .textBox-colImg .textBox_itmInner {
    padding: 0 0 8%;
  }
}

.textBox-colImg .textBox_itmInner:last-child {
  padding: 0;
}

.textBox-simple .textBox_itm, .textBox-simple .textBox_itm-center, .textBox-simple .textBox_itm-full, .textBox-simple .textBox_itm-text, .textBox-simple .textBox_itm-img {
  width: 100%;
  font-size: 24px;
  font-weight: bold;
  line-height: 2;
  text-indent: -1em;
  padding-left: 1em;
}

@media screen and (max-width: 768px) {
  .textBox-simple .textBox_itm, .textBox-simple .textBox_itm-center, .textBox-simple .textBox_itm-full, .textBox-simple .textBox_itm-text, .textBox-simple .textBox_itm-img {
    margin: 2% 0;
    font-size: 4vw;
    line-height: 1.5;
  }
}

.textBox-colImg {
  padding: 40px;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .textBox-colImg {
    padding: 6%;
    display: block;
  }
}

.textBox-colImg .textBox_itm, .textBox-colImg .textBox_itm-center, .textBox-colImg .textBox_itm-full, .textBox-colImg .textBox_itm-text, .textBox-colImg .textBox_itm-img {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .textBox-colImg .textBox_itm, .textBox-colImg .textBox_itm-center, .textBox-colImg .textBox_itm-full, .textBox-colImg .textBox_itm-text, .textBox-colImg .textBox_itm-img {
    display: block;
  }
}

.textBox-colImg .textBox_itmInner {
  padding: 0 0 48px;
}

@media screen and (max-width: 768px) {
  .textBox-colImg .textBox_itmInner {
    padding: 0 0 8%;
  }
}

.textBox-colImg .textBox_itmInner:last-child {
  padding: 0;
}

.textBox-colImg .textBox_itm-img {
  max-width: 400px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .textBox-colImg .textBox_itm-img {
    width: 100%;
    padding: 8% 0 0;
  }
}

.textBox-colImg .textBox_itm-img .textBox_img {
  margin: 0;
  padding: 0 0 40px;
}

@media screen and (max-width: 768px) {
  .textBox-colImg .textBox_itm-img .textBox_img {
    padding: 0 0 8%;
  }
}

.textBox-colImg .textBox_itm-img .textBox_img:last-child {
  padding: 0;
}

.textBox-img {
  margin: 0;
  padding: 40px;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .textBox-img {
    padding: 6%;
  }
}

.textBox-img .textBox_itm, .textBox-img .textBox_itm-center, .textBox-img .textBox_itm-full, .textBox-img .textBox_itm-text, .textBox-img .textBox_itm-img {
  width: 100%;
}

.textBox-img .textBox_itm-img {
  padding: 32px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .textBox-img .textBox_itm-img {
    padding: 4% 0 0;
  }
}

.textBox-img .textBox_itm-img .textBox_img {
  width: auto;
  margin: 0 20px;
}

@media screen and (max-width: 768px) {
  .textBox-img .textBox_itm-img .textBox_img {
    width: 98%;
    margin: 0 auto;
  }
}

.textBox-img .textBox_itm-img + .textBox_itm, .textBox-img .textBox_itm-img + .textBox_itm-center, .textBox-img .textBox_itm-img + .textBox_itm-full, .textBox-img .textBox_itm-img + .textBox_itm-text, .textBox-img .textBox_itm-img + .textBox_itm-img {
  padding: 20px 0 0;
}

@media screen and (max-width: 768px) {
  .textBox-img .textBox_itm-img + .textBox_itm, .textBox-img .textBox_itm-img + .textBox_itm-center, .textBox-img .textBox_itm-img + .textBox_itm-full, .textBox-img .textBox_itm-img + .textBox_itm-text, .textBox-img .textBox_itm-img + .textBox_itm-img {
    padding: 4% 0 0;
  }
}

.textBox-img .textBox_itm-img:first-child {
  padding: 0;
}

@media screen and (min-width: 769px) {
  .textBox_itm-center {
    width: auto;
    margin: 20px 0;
    display: flex;
    justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .textBox_itm-center {
    margin: 4% 0;
  }
}
.tender_box-body, .tender_box-bodyWhite, .tender_box-solution, .tender_box-solution02, .tender_box-solution03 {
  padding: 70px 0 40px;
  background: #084a94;
}

@media screen and (max-width: 768px) {
  .tender_box-body, .tender_box-bodyWhite, .tender_box-solution, .tender_box-solution02, .tender_box-solution03 {
    padding: 12% 0 4%;
  }
}

.tender_box-bodyWhite {
  background: #fff;
}

@media screen and (max-width: 768px) {
  .tender_box-bodyWhite {
    padding: 12% 0 8%;
  }
}

.tender_box-inner {
  padding: 40px 0;
  background: #084a94;
}

@media screen and (max-width: 768px) {
  .tender_box-inner {
    padding: 4% 0;
  }
}

.tender_box-solution, .tender_box-solution02, .tender_box-solution03 {
  height: 400px;
  background: url("/images/bg_solution.png") no-repeat center;
  background-size: cover;
  flex-flow: column;
  justify-content: space-around;
  display: flex;
}

@media screen and (max-width: 768px) {
  .tender_box-solution, .tender_box-solution02, .tender_box-solution03 {
    height: auto;
    padding: 12% 0 8%;
  }
}

.tender_box-solution .consulCont_inner-contact, .tender_box-solution02 .consulCont_inner-contact, .tender_box-solution03 .consulCont_inner-contact {
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .tender_box-solution .consulCont_inner-contact, .tender_box-solution02 .consulCont_inner-contact, .tender_box-solution03 .consulCont_inner-contact {
    width: 90%;
  }
}

.tender_box-solution02 {
  background: url("/images/bg_solution02.png") no-repeat center;
  background-size: cover;
}

.tender_box-solution03 {
  background: url("/images/bg_solution03.png") no-repeat center;
  background-size: cover;
}

.tender_title {
  padding: 0 0 32px;
  font-size: 32px;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .tender_title {
    padding: 0 0 6%;
    font-size: 5vw;
  }
}

.tenderInner {
  padding: 24px;
  text-align: center;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .tenderInner {
    padding: 6%;
  }
}

.tenderInner_title {
  padding: 0 0 24px;
  font-size: 24px;
  color: #084a94;
}

@media screen and (max-width: 768px) {
  .tenderInner_title {
    padding: 0 0 4%;
    font-size: 4.5vw;
  }
}

.tenderInner_text {
  padding: 0 0 32px;
  font-size: 24px;
  text-align: left;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .tenderInner_text {
    padding: 0;
    font-size: 4.5vw;
    text-align: left;
  }
}

.tenderCont {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .tenderCont {
    display: block;
  }
}

.tenderCont_box, .tenderCont_box-large {
  width: 52%;
}

@media screen and (max-width: 768px) {
  .tenderCont_box, .tenderCont_box-large {
    width: 100%;
    margin: 8% 0 0;
  }
}

.tenderCont_box-large {
  width: 46%;
}

@media screen and (max-width: 768px) {
  .tenderCont_box-large {
    width: 100%;
  }
}

.tenderCont_parts {
  height: 125px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 768px) {
  .tenderCont_parts {
    height: 22vw;
    margin: 0 0 8%;
  }
}

.tenderCont_parts img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto;
  width: auto;
  max-width: 90%;
  max-height: 100%;
  margin: auto;
}

@media screen and (min-width: 769px) {
  .tenderCont_parts img {
    padding: 4px;
  }
}

.tender_solution, .tender_solution01, .tender_solution02, .tender_solution03 {
  width: auto;
  margin: 0 auto 40px;
}

@media screen and (max-width: 768px) {
  .tender_solution, .tender_solution01, .tender_solution02, .tender_solution03 {
    width: 80%;
    margi: 0 auto 8%;
  }
}

.tender_solution-text {
  margin: 0 0 40px;
  font-size: 18px;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .tender_solution-text {
    width: 80%;
    margin: 0 auto 8vw;
    font-size: 3.8vw;
  }
}

@media screen and (min-width: 769px) {
  .tender_solution01 img {
    width: 557px;
    height: 135px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 769px) {
  .tender_solution02 img {
    width: 569px;
    height: 98px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 769px) {
  .tender_solution03 img {
    width: 870px;
    height: 136px;
    margin: 0 auto;
  }
}

.tenderCol {
  padding: 40px;
  display: flex;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .tenderCol {
    padding: 8%;
    display: block;
  }
}

.tenderCol_box-itm {
  width: 360px;
  margin: 0 24px 0 0;
}

@media screen and (max-width: 768px) {
  .tenderCol_box-itm {
    width: 100%;
    margin: 0;
  }
}

.tenderCol_title {
  margin: 0 0 20px;
  font-size: 32px;
  font-weight: bold;
  color: #084a94;
}

@media screen and (max-width: 768px) {
  .tenderCol_title {
    margin: 0 0 4%;
    font-size: 5vw;
  }
}

.tenderCol_sub {
  padding: 0 0 20px;
  font-size: 24px;
  font-weight: bold;
  color: #084a94;
}

@media screen and (max-width: 768px) {
  .tenderCol_sub {
    padding: 0 0 4%;
    font-size: 4vw;
  }
}

.tenderCol_text {
  font-size: 24px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .tenderCol_text {
    font-size: 4vw;
  }
}

.tenderCol_label {
  margin: 0 0 40px;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .tenderCol_label {
    margin: 0 0 8%;
  }
}

.tenderCol_labelItm {
  margin: 0 8px 8px 0;
  padding: 8px 12px;
  font-size: 24px;
  font-weight: bold;
  border: 1px solid #084a94;
  border-radius: 4px;
  color: #084a94;
}

@media screen and (max-width: 768px) {
  .tenderCol_labelItm {
    width: 100%;
    margin: 0 0 4%;
    padding: 2%;
    font-size: 4vw;
    text-align: center;
  }
}

@media screen and (min-width: 769px) {
  .tenderCol_labelItm:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .tenderCol_labelItm:last-child {
    margin-bottom: 0;
  }
}

.tenderInfo {
  padding: 40px;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .tenderInfo {
    padding: 4%;
  }
}

.tenderInfo_title {
  font-size: 20px;
  font-weight: bold;
  color: #084a94;
}

@media screen and (max-width: 768px) {
  .tenderInfo_title {
    font-size: 4vw;
  }
}

.tenderInfo_lead {
  padding: 8px 0 0;
  font-size: 16px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .tenderInfo_lead {
    font-size: 3.5vw;
  }
}

.tenderInfo_detail {
  padding: 4px 0 0;
}

.tenderInfo_detailList {
  text-indent: -.6em;
  padding-left: .6em;
  font-size: 14px;
}

.tenderInfo_detailList::before {
  content: "・";
  display: inline-block;
  letter-spacing: 3px;
}

@media screen and (max-width: 768px) {
  .tenderInfo_detailList {
    font-size: 3.2vw;
  }
}

.tenderInfo_pic {
  padding: 40px 0 0;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .tenderInfo_pic {
    padding: 4% 0 0;
  }
}

.tenderInfo_pic img {
  width: auto;
}

@media screen and (max-width: 768px) {
  .tenderInfo_pic img {
    width: 100%;
  }
}

.summary_head {
  width: 126px;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 2px solid #727272;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .summary_head {
    width: 100%;
    margin: 0 0 4%;
    padding: 2%;
    font-size: 3.5vw;
  }
}

.summary_body, .summary_body-center {
  width: calc(100% - 100px);
  margin-left: 24px;
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .summary_body, .summary_body-center {
    width: 100%;
    margin: 0;
    font-size: 4vw;
  }
}

.summary_body-center {
  justify-content: center;
}

@media screen and (min-width: 769px) {
  .summary_body-center {
    font-size: 24px !important;
    text-indent: -49px;
  }
}

.summary-color, .summary-colorSingle {
  margin: 24px 0 0;
  justify-content: flex-start;
}

@media screen and (max-width: 768px) {
  .summary-color, .summary-colorSingle {
    margin: 8% 0 0;
  }
}

.summary-color .summary_head, .summary-colorSingle .summary_head {
  width: 126px;
  display: flex;
  align-items: center;
  border: none;
  background: #727272;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .summary-color .summary_head, .summary-colorSingle .summary_head {
    width: 100%;
    justify-content: center;
  }
}

.summary-color .summary_body, .summary-colorSingle .summary_body, .summary-color .summary_body-center, .summary-colorSingle .summary_body-center {
  padding: 16px 24px;
  display: flex;
  align-items: center;
  font-size: 21px;
  margin-left: 0;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .summary-color .summary_body, .summary-colorSingle .summary_body, .summary-color .summary_body-center, .summary-colorSingle .summary_body-center {
    width: 100%;
    padding: 6%;
    font-size: 3.8vw;
  }
}

.content, .content-bottom, .content-unit {
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .content, .content-bottom, .content-unit {
    width: 1120px;
  }
}

@media screen and (max-width: 768px) {
  .content, .content-bottom, .content-unit {
    width: 90%;
  }
}

@media screen and (min-width: 769px) {
  .content-bottom {
    margin: 0 auto 40px;
  }
}

@media screen and (max-width: 768px) {
  .content-bottom {
    margin: 0 auto 8%;
  }
}

.content-unit {
  padding: 40px 0;
}

@media screen and (max-width: 768px) {
  .content-unit {
    padding: 8% 0;
  }
}

@media screen and (max-width: 768px) {
  .scroll {
    width: 100%;
    padding: 3% 0 0;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    margin-bottom: 0;
  }
}

.scroll::-webkit-scrollbar, .scroll #pankuzu::-webkit-scrollbar {
  height: 5px;
}

.scroll::-webkit-scrollbar-track, .scroll #pankuzu::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.scroll::-webkit-scrollbar-thumb, .scroll #pankuzu::-webkit-scrollbar-thumb {
  background: #bcbcbc;
}

@media screen and (max-width: 768px) {
  .scroll .content, .scroll .content-bottom, .scroll .content-unit {
    width: 95%;
    padding: 0 2%;
  }
}

@media screen and (max-width: 768px) {
  .footer .content, .footer .content-bottom, .footer .content-unit {
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .consulCont_box-bottom .content, .consulCont_box-bottom .content-bottom, .consulCont_box-bottom .content-unit {
    display: flex;
    justify-content: space-between;
  }
}

.summary, .summary-color, .summary-colorSingle {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .summary, .summary-color, .summary-colorSingle {
    display: block;
  }
}

.label {
  width: 100%;
  margin: 0px 0 12px;
  padding: 4px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: left;
  background: #084a94;
}

@media screen and (max-width: 768px) {
  .label {
    margin: 0 0 4%;
    padding: 2%;
    font-size: 3.5vw;
  }
}

.list-cap {
  display: flex;
  flex-wrap: wrap;
}

.list-cap .list_itm {
  width: 30%;
  margin-right: 2.5%;
  font-weight: bold;
  color: #084a94;
}

@media screen and (max-width: 768px) {
  .list-cap .list_itm {
    width: 30%;
    margin-right: 5%;
  }
}

@media screen and (max-width: 768px) {
  .list-cap .list_itm:nth-child(3n) {
    margin-right: 0;
  }
}

@media screen and (min-width: 769px) {
  .list-cap .list_itm:nth-child(5n) {
    margin-right: 0;
  }
}

.list-cap .list_itm:nth-child(n + 6) {
  margin-top: 3.5%;
}

.list-cap .list_itm a,
.list-cap .list_itm [role="link"] {
  color: #084a94;
  text-align: left;
}

@media screen and (min-width: 769px) {
  .list-cap .list_itm a:hover {
    opacity: .8;
    text-decoration: underline;
  }
}

@media screen and (max-width: 768px) {
  .list-cap .list_itm a {
    font-size: 3vw;
  }
}

.intro {
  display: flex;
  border: 2px solid #ffffff;
  background: #ffffff;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .intro {
    display: block;
  }
}

.intro_box {
  width: calc(100% - 490px);
  padding: 32px 32px 32px 110px;
}

@media screen and (max-width: 768px) {
  .intro_box {
    width: 100%;
    padding: 8% 8% 4%;
  }
}

.intro_box:first-child {
  width: 490px;
  padding: 32px 32px 32px 28px;
  color: #fff;
  background: #084a94;
  position: relative;
}

@media screen and (max-width: 768px) {
  .intro_box:first-child {
    width: 100%;
    padding: 4% 8%;
  }
}

.intro_box:first-child::before {
  content: "";
  display: block;
  width: 50px;
  height: 101%;
  background: linear-gradient(to bottom left, rgba(255, 255, 255, 0) 50%, #084a94 50.5%) no-repeat top left/100% 50%;
  position: absolute;
  top: 0;
  right: -50px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .intro_box:first-child::before {
    display: none;
  }
}

.intro_box:first-child::after {
  content: "";
  display: block;
  width: 50px;
  height: 101%;
  background: linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #084a94 50.5%) no-repeat bottom right/100% 50%;
  position: absolute;
  bottom: 0;
  right: -50px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .intro_box:first-child::after {
    width: 30vw;
    height: 7vw;
    background: linear-gradient(to top right, rgba(255, 255, 255, 0) 50%, #084a94 50.5%) no-repeat top left/50% 100%, linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #084a94 50.5%) no-repeat top right/50% 100%;
    position: absolute;
    top: auto;
    bottom: -7vw;
    right: 0;
    left: 0;
    margin: auto;
  }
}

.intro_box:first-child .intro_list {
  color: #fff;
}

.intro_box:first-child .intro_listItm::before {
  content: "□";
}

.intro_box:first-child .intro_title {
  color: #fff;
}

.intro_title {
  padding: 0 0 12px;
  font-size: 24px;
  font-weight: bold;
  color: #084a94;
}

.intro_list {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  color: #084a94;
}

.intro_listItm {
  display: block;
  vertical-align: middle;
  text-indent: -0.65em;
  padding-left: 1.65em;
}

@media screen and (max-width: 768px) {
  .intro_listItm {
    margin: 0 0 2%;
    display: block;
    text-indent: calc(-1em + 5px);
    padding-left: 1em;
    font-size: 3.5vw;
  }
}

@media screen and (max-width: 768px) {
  .intro_listItm:last-child {
    margin: 0;
  }
}

.intro_listItm::before {
  content: "■";
  margin: 0 4px 0 0;
  display: inline-block;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .intro_listItm::before {
    margin: 0 4px .3vw 0;
  }
}

.textBox, .textBox-border, .textBox-top, .textBox-simple {
  margin: 40px 0;
  padding: 40px;
}

@media screen and (max-width: 768px) {
  .textBox, .textBox-border, .textBox-top, .textBox-simple {
    margin: 12% 0;
    padding: 8% 6%;
  }
}

.textBox-border {
  border: 2px solid #cedbea;
  border-radius: 8px;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .textBox-border {
    margin: 8% 0;
  }
}

.textBox_title {
  padding: 0 0 24px;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: #084a94;
}

@media screen and (max-width: 768px) {
  .textBox_title {
    padding: 0 0 6%;
    font-size: 5vw;
  }
}

.cat, .cat-horizontal {
  display: flex;
  flex-flow: column;
}

@media screen and (max-width: 768px) {
  .cat, .cat-horizontal {
    margin: 0 0 5%;
  }
}

.cat-horizontal {
  flex-flow: row;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .cat-horizontal {
    margin: 0;
  }
}

.cat_head, .cat_head-category {
  display: flex;
  align-items: center;
  color: #307ed5;
}

@media screen and (min-width: 769px) {
  .cat_head, .cat_head-category {
    margin-right: 10px;
    padding: 0 0 10px;
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .cat_head, .cat_head-category {
    font-size: 3vw;
  }
}

.cat_head::before, .cat_head-category::before {
  content: "■";
  display: block;
}

@media screen and (min-width: 769px) {
  .cat_head::before, .cat_head-category::before {
    margin-right: 5px;
    font-size: 12px;
  }
}

.cat_head-category {
  color: #4ec3f8;
}

.cat_head-category::before {
  color: #4ec3f8;
}

.cat_body {
  display: flex;
}

.cat_bodyInner {
  margin-right: 16px;
}

@media screen and (max-width: 768px) {
  .cat_bodyInner {
    margin-right: 6%;
  }
}

@media screen and (max-width: 768px) {
  .cat_body {
    margin-top: 3%;
  }
}

@media screen and (min-width: 769px) {
  .cat_bodyIco {
    width: 40px;
    height: 40px;
    margin: 0 auto;
  }
  .cat_bodyIco img {
    height: 100%;
  }
}

@media screen and (max-width: 768px) {
  .cat_bodyIco {
    width: auto;
    height: 10vw;
    margin: 0 auto;
  }
  .cat_bodyIco img {
    width: auto;
    height: 100%;
  }
}

@media screen and (min-width: 769px) {
  .cat_bodyText {
    margin: 0 0 12px;
    padding: 5px 0 0;
    font-size: 11px;
    font-weight: bold;
    display: flex;
    justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .cat_bodyText {
    width: 100%;
    font-size: 3vw;
  }
}

.cat-horizontal {
  flex-flow: row;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .cat-horizontal {
    margin: 0;
  }
}

.cat-horizontal .cat_head, .cat-horizontal .cat_head-category {
  padding: 0;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .cat-horizontal .cat_head::before, .cat-horizontal .cat_head-category::before {
    margin: 0 4px 0 0;
  }
}

.cat-horizontal .cat_body {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .cat-horizontal .cat_body {
    margin: 0;
  }
}

.cat-horizontal .cat_bodyIco {
  margin: 0 8px;
}

@media screen and (min-width: 769px) {
  .cat-horizontal .cat_bodyIco {
    width: 40px;
  }
}

@media screen and (max-width: 768px) {
  .cat-horizontal .cat_bodyIco {
    width: 10vw;
  }
}

.cat-horizontal .cat_bodyText {
  width: auto;
  margin: 0;
  padding: 0;
  font-size: 12px;
}

@media screen and (min-width: 769px) {
  .cat-horizontal .cat_bodyText {
    margin-right: 10px;
  }
}

@media screen and (max-width: 768px) {
  .cat-horizontal .cat_bodyText {
    font-size: 3.5vw;
  }
}

.m_0 {
  margin: 0;
}

.note_text {
  width: 1120px;
  margin: 24px auto 0;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .note_text {
    width: 100%;
    margin: 4% auto 0;
    font-size: 3.6vw;
  }
}

/** 事例詳細の「業界」「目的」の左の四角 **/
.cat_head::before, .cat_head-category::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #307ed5;
}

/** 事例詳細テキスト先頭の中点 **/
.tenderInfo_detailList::before {
  content: "";
  display: inline-block;
  letter-spacing: 3px;
  width: 5px;
  height: 5px;
  background: #000;
  border-radius: 50%;
  vertical-align: middle;
  margin: 0 5px 3px 0;
}

@media screen and (max-width: 768px) {
  .tenderInfo_detailList::before {
    width: 3px;
    height: 3px;
  }
}

/** 特集一覧サムネ **/
.detailCard_listImg {
  padding: 4% 0;
}

.detailCard-col .detailCard_listImg img {
  width: 55% !important;
  height: auto !important;
}

.textBox_img img {
  width: auto;
}

.textBox_strong {
  font-weight: bold;
}

.textBox_highlight {
  font-weight: bold;
  color: #000;
  padding: 0px;
  border-bottom: 7px double #4fc3f7;
}