@charset "UTF-8";
  .home-main .carousel__item.slide01 .carousel__link.carousel__link_bottom .carousel__label,
  .home-main .carousel__item.slide02 .carousel__link.carousel__link_bottom .carousel__label,
  .home-main .carousel__item.slide04 .carousel__link.carousel__link_bottom .carousel__label,
  .home-main .carousel__item.slide03 .carousel__link.carousel__link_bottom .carousel__label,
  .home-main .carousel__item.slide05 .carousel__link.carousel__link_bottom .carousel__label{
    padding-left: 0;
  }
  .home-main .carousel__link.carousel__link_bottom .carousel__label:before{
    content: none;
  }
/* スライダー追加 */
@media print, screen and (min-width:768px) {
  .home-main .carousel__item.slide04 {
    background: url("../jpg/index_slide01_04-2.jpg") no-repeat 50% 0;
  }
  .home-main .carousel__item.slide05 {
    background: url("../png/index_slide01_05.png") no-repeat 50% 0;
  }
  .home-main .carousel__item.slide01 .carousel__body,
  .home-main .carousel__item.slide04 .carousel__body,
  .home-main .carousel__item.slide05 .carousel__body{
    display: block;
  }
  .home-main .carousel__item.slide01 .carousel__body,
  .home-main .carousel__item.slide04 .carousel__body,
  .home-main .carousel__item.slide05 .carousel__body{
    margin-top: 500px;
  }
  .home-main .carousel__item.slide01 .carousel__body .carousel__link_top,
  .home-main .carousel__item.slide05 .carousel__body .carousel__link_top{
    display: none;
  }
  .home-main .carousel__item.slide02 .carousel__link.carousel__link_bottom{
    margin-top: 50px;
  }
  .home-main .carousel__item.slide03 .carousel__link.carousel__link_bottom{
    margin-top: 115px;
  }
}

.top-heading3 .top-heading3__title {
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 3rem;
}
.top-heading3 .top-heading3__title .top-heading3__fs {
  display: inline-block;
  position: relative;
  top: 2px;
  font-size: 2.2rem;
}

.technical__list {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.technical__list > li {
  display: flex;
  width: calc((100% - 60px) / 4);
  min-height: 70px;
  margin-right: 20px;
  margin-bottom: 20px;
  background: #cbe6ed;
  box-sizing: border-box;
}
.technical__list > li:nth-child(4n) {
  margin-right: 0;
}
.technical__list > li > a {
  display: table;
  width: 100%;
  height: 100%;
  background-color: #001e50;
}
.technical__list > li > a:hover {
  background-color: #008cd7;
}
.technical__list > li > a > .technical__cel {
  display: table-cell;
  padding: 5px 10px;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  line-height: 1.4;
}

.technical__list > li > a[target="_blank"] .technical__cel .technical__blank {
  position: relative;
  padding-right: 20px;
}
.technical__list > li > a[target="_blank"] .technical__cel .technical__blank::before {
  content: "";
  position: absolute;
  right: 2px;
  top: calc(50% - 4px);
  display: inline-block;
  width: 12px;
  height: 12px;
  border-left: solid 1px #fff;
  border-bottom: solid 1px #fff;
}
.technical__list > li > a[target="_blank"] .technical__cel .technical__blank::after {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 6px);
  display: inline-block;
  width: 11px;
  height: 11px;
  border: solid 1px #fff;
}

@media only screen and (max-width:767.98px) {  
  .top-heading3 .top-heading3__title {
    margin-bottom: 0.5em;
    font-size: 2rem;
  }
  .top-heading3 .top-heading3__title .top-heading3__fs {
    top: 1px;
    font-size: 1.6rem;
  }

  .technical__list > li {
    width: calc((100% - 10px) / 2);
    min-height: 50px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .technical__list > li > a > .technical__cel {
    padding: 5px;
  }
  .technical__list > li:nth-child(2n) {
    margin-right: 0;
  }

  .technical__list > li > a[target="_blank"] .technical__cel .technical__blank::before {
    width: 10px;
    height: 10px;
  }
  .technical__list > li > a[target="_blank"] .technical__cel .technical__blank::after {
    width: 9px;
    height: 9px;
  }
}