@charset "UTF-8";

/* スライダー調整 */
@media only screen and (max-width:767.98px) {
  .home-main .carousel__item .carousel__body .carousel__text:nth-child(n+2) {
    margin-top: 10px;
  }
}
/* スライダー PRO+TERIAL調整用 */
@media print, screen and (min-width: 768px) {
  .home-main .carousel__item.slide12 {
    background: url(../png/index_slide01_13.png) no-repeat 50% 0;
  }
  .home-main .carousel__item.slide09 {
    background: url(../png/index_slide01_09.png) no-repeat 50% 0;
  }
  .home-main .carousel__item.slide10 {
    background: url(../png/index_slide01_10.png) no-repeat 50% 0;
  }
  .home-main .carousel__item.slide12 .carousel__body {
    display: none;
  }
  .home-main .carousel__item.slide09 .carousel__body {
    display: none;
  }
  
  .home-main .carousel__item.slide10 .carousel__body {
    display: none;
  }
}
/* スライダー4枚目調整 */
@media print, screen and (min-width: 768px) {
  .home-main .carousel__item.slide04.addhome-style-slide04 .carousel__item__inner {
    max-width: 1920px;
    height: 550px;
  }
  .home-main .carousel__item.slide04.addhome-style-slide04 .carousel__link {
    bottom: 30px;
  }
  .home-main .carousel__item.slide04.addhome-style-slide04 .carousel__text {
    margin-top: 90px;
  }
}
@media only screen and (max-width: 767.98px) {
  .home-main .carousel__item.slide04.addhome-style-slide04 .carousel__item__inner {
    background-color: #ffffff;
  }
  .home-main .carousel__item.slide04.addhome-style-slide04 .carousel__link {
    width: auto;
    background-color: #ffffff;
    padding: 0;
    margin-top: 15px;
  }
}

/* スライダー4枚目調整（NEOMAX用） */
@media print, screen and (min-width: 768px) {
  .home-main .carousel__item.slide04.addhome-style-slide04_neomax .carousel__item__inner {
    max-width: 1260px;
    height: 550px;
  }
  .home-main .carousel__item.slide04.addhome-style-slide04_neomax .carousel__link {
    margin: 0 0 0 auto;
    position: relative;
    bottom: auto;
    right: auto;
  }
  .home-main .carousel__item.slide04.addhome-style-slide04_neomax .carousel__logo {
    position: absolute;
    top: 110px;
    left: 30px;
  }
  .home-main .carousel__item.slide04.addhome-style-slide04_neomax .carousel__text {
    margin-top: 185px;
  }
  .home-main .carousel__item.slide04.addhome-style-slide04_neomax .carousel__link {
    margin-top: 26px;
  }
}
@media only screen and (max-width: 767.98px) {
  .home-main .carousel__item.slide04.addhome-style-slide04_neomax .carousel__body {
    padding-top: 10px;
  }
  .home-main .carousel__item.slide04.addhome-style-slide04_neomax .carousel__item__inner {
    background-color: #ffffff;
  }
  .home-main .carousel__item.slide04.addhome-style-slide04_neomax .carousel__link {
    width: auto;
    background-color: #ffffff;
    padding: 0;
    margin-top: 15px;
  }
}

.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;
  }
}
/* small banner */
.home-bn__wrap{
  position: relative;
  max-width: 1920px;
  margin-inline: auto;
}
.home-bn__body{
  position: absolute;
  content: "";
  display: inline-block;
  top: 10px;
  right: 0;
  z-index: 100;
}
 .home-bn__body .home-bn{
    width: 100%;
    height: 100%;
  }
.home-bn__body .home-bn:nth-of-type(2n){
  padding-top: 10px;
}
.home-bn__body .home-bn a{
  width: 100%;
  height: 100%;
  display: block;
}
@media print, screen and (min-width: 768px) {
  .home-bn__body{
    top: 20px;
    right: 5%;
  }
  .home-bn__body .home-bn{
    max-width: 100%;
    width: auto;
    height: auto;
    overflow: hidden;
  }
  .home-bn__body .home-bn img{
    transition: all .25s cubic-bezier(.4, 0, .2, 1) 0s;
  }
  .home-bn__body .home-bn a:hover img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@media print, screen and (min-width:500px) and (max-width: 767px){
  .home-bn__body .home-bn{
    max-width: 180px;
  }
}
@media print, screen and (max-width: 499px) {
  .home-bn__body .home-bn{
    max-width: 135px;
  }
}