@charset "utf-8";
/* CSS Document */
.ttl-h3 {
  font-size: 18px;
  padding: 0;
  margin-top: 0 !important;
  display: block;
}
.ttl-h3::after {
  content: none;
}
.contents-block.inner-bg {
  background: #e9eaec;
}
/*  bgColor（ 具体的な取り組みと実績 ）-------------------------------------------------------*/
main .bgColor, main .bgColor div, main .bgColor .contents-wrap {
  background: #fbfcfc;
  padding-top: 20px;
}
/* 画像タイルリンク*/
.bgColor a.img-arw[target="_blank"]::after {
  content: none !important;
}
.bgColor .img-arw .arrow {
  position: relative;
  overflow: visible;
  display: inline-block;
  line-height: 1.5;
  margin-top: 10px;
  padding-top: 5px;
  padding-left: 40px;
}
.bgColor .img-arw .arrow::before {
  content: "";
  width: 30px;
  height: 30px;
  left: 0;
  top: 15px;
  transform: translateY(-50%);
  background: var(--iconCircleArwR);
  position: absolute;
}
.bgColor .img-arw .arrow::after {
  content: '';
  display: inline-block;
  margin: 0 5px 0 8px;
  background: var(--iconBlank);
  background-size: 10px 10px;
  width: 10px;
  height: 10px;
  margin-bottom: 0;
  transition: all .6s;
}
.bgColor .img-arw .arrow span {
  padding-top: 3px;
}
/* hover */
.bgColor a.img-arw:hover {
  opacity: 0.8;
  transition: 1.0s;
}
.bgColor a.img-arw:hover .arrow::before {
  background: var(--iconCircleArwRon);
  transition: all .6s;
}
.bgColor a.img-arw figure {
  overflow: hidden;
}
.bgColor a.img-arw figure img {
  transition: .3s ease-in-out;
}
.bgColor a.img-arw:hover figure img {
  transform: scale(1.05, 1.05);
  transition: .3s ease-in-out;
}
/* リスト集 */
.bgColor ul.textLink.line li {
  display: inline-block;
}
.bgColor ul.textLink {
  max-width: 1024px;
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
}
#ac06 .textLink li {
  margin: 0;
}
@media screen and (max-width: 1440px) {
  /* モジュールに移動？
	header {background-size: 1440px auto!important;}
}*/
}
@media screen and (max-width: 1023px) {
  /*
	header {
		background-size: 240% auto!important;
		background-position: 70% 50%!important;
	}*/
  .img-arw .arrow {
    display: block;
  }
  .img-arw .w100-Per {
    width: 100%;
  }
  .contents-block.inner-bg {
    padding: 10px;
  }
  .ttl-h3 {
    font-size: 17px;
  }
  /* リスト集 */
  .bgColor ul.textLink.line {
    display: block;
    margin-top: 50px;
  }
  .bgColor ul.textLink.line li {
    display: block;
  }
  main .container:nth-of-type(n+4) {
    padding-top: 80px;
  }
  #ac06 .textLink li {
    margin-bottom: 1em;
    text-align: left;
  }
}