/*************************************************

footer-title

*************************************************/
@media screen and (max-width: 767px) {
  .footer-title {
    width: 250px;
  }
}

@media screen and (min-width: 768px) {
  .footer-links {
    gap: 5px 26px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.footer-links__item {
  position: relative;
}
.footer-links__item.is-center {
  -ms-flex-item-align: center;
      align-self: center;
}
.footer-links__item .in-cap {
  font-size: 10px;
  text-align: right;
}

.itemarea-slide-label {
  width: 190px;
}
@media screen and (max-width: 767px) {
  .itemarea-slide-label {
    width: 125px;
  }
}

@media screen and (max-width: 767px) {
  .what-title img {
    width: min(310px, 96%);
  }
}

.itemarea-modals__btn .in-img {
  width: 100%;
  height: auto;
  aspect-ratio: 472/354;
}
.itemarea-modals__btn .in-img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

/* is-mobility
---------------------------------------*/
@media screen and (max-width: 767px) {
  .itemarea-sec.is-mobility .itemarea-box-title img {
    width: 105px;
  }
}
@media screen and (max-width: 767px) {
  .itemarea-sec.is-mobility .itemarea-flowchara {
    bottom: -140px;
    width: min(200px, 53.3333333333vw);
  }
}

/* is-semiconductor
---------------------------------------*/
@media screen and (max-width: 767px) {
  .itemarea-sec.is-semiconductor .itemarea-box-title img {
    width: 110px;
  }
}
.itemarea-sec.is-semiconductor .itemarea-modals__btn .in-btn-text {
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .itemarea-sec.is-semiconductor .itemarea-modals__btn .in-btn-text {
    font-size: 10px;
  }
}
.itemarea-sec.is-semiconductor .itemarea-modals2__btn-inner {
  background-color: #E8FCFF;
}
.itemarea-sec.is-semiconductor .itemarea-modals2__btn-inner .in-btn-text {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .itemarea-sec.is-semiconductor .itemarea-modals2__btn-inner .in-btn-text {
    font-size: 11px;
  }
}
.itemarea-sec.is-semiconductor .itemarea-modals2__btn-blow {
  top: -46px;
  right: -80px;
  width: 186px;
}
@media screen and (max-width: 767px) {
  .itemarea-sec.is-semiconductor .itemarea-modals2__btn-blow {
    top: -25px;
    right: -56px;
    width: 87px;
  }
}

/* is-energy
---------------------------------------*/
@media screen and (max-width: 767px) {
  .itemarea-sec.is-energy .itemarea-box-title img {
    width: 148px;
  }
}
.itemarea-sec.is-energy .itemarea-flowchara {
  bottom: -60px;
  left: calc(50% + 380px);
}
@media screen and (max-width: 1300px) {
  .itemarea-sec.is-energy .itemarea-flowchara {
    bottom: -160px;
    left: auto;
    right: 10px;
    width: 150px;
  }
}
@media screen and (max-width: 767px) {
  .itemarea-sec.is-energy .itemarea-flowchara {
    bottom: -210px;
    width: 204px;
  }
}