@charset "UTF-8";

/* -----------------------------------------------------
     トップページ　｜　共通
   ----------------------------------------------------- */
.w1080 {
  width: 1080px;
  margin: 0 auto;
}

.w1300 {
  width: 1300px;
  margin: 0 auto;
}

.w1400 {
  width: 1400px;
  margin: 0 auto;
}

.w1650 {
  width: 1650px;
  margin: 0 auto;
}


section.w100p {
  max-width: 100%;
  margin: 0 0 140px;
  padding: 0;
}

.top-h2-tit {
  position: relative;
  margin: 0 0 50px;
  font-size: 4.5rem;
  text-align: center;
  font-weight: bold;
}

.top-h2-tit::after {
  content: "";
  position: absolute;
  top: 65px;
  right: 0;
  width: 67%;
  height: 2px;
  background: linear-gradient(to right, #ffffff 0%,#000000 100%);
}

.top-h2-tit span {
  display: block;
  font-size: 2rem;
}

.top-h2-tit__support {
  position: relative;
  color: #d1d2d2;
  font-size: 4.5rem;
  font-weight: bold;
}

.top-h2-tit__support::after {
  content: "";
  position: absolute;
  top: 65px;
  left: 0;
  width: 620px;
  height: 2px;
  background: linear-gradient(to right, #ffffff 0%,#000000 100%);
}

@media screen and (min-width: 1400px) {
  .top-h2-tit__support::after {
    margin-left: calc(50% - 50vw);
  }
}

.top-h2-tit__support span {
  display: block;
  color: #fff;
  font-size: 2rem;
}



/* -----------------------------------------------------
     MV　メインビジュアル
   ----------------------------------------------------- */
.top-mv {
    margin: 0 0 80px;
}

.top-mv-slider {
  line-height: 0;
}

.top-mv-slider li.slide-img {
  position: relative;
}

.top-mv-slider li.slide-img::before {
  content: "";
  display: block;
  padding-top: 50%;
}

.top-mv-slider li.slide-img img {
  position: absolute;
  top: 0;
  height: 100%;
  object-fit: cover;
}

.top-mv-separate-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
}

.top-mv-separate-link a {
  display: block;
  width: 50%;
}

/* ----- MV　メインビジュアル　｜　slick調整用　ここから ----- */
.slick-slide {
  height: auto!important;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
}

.slick-dots {
	position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	margin: 0 5px;
	padding: 0;
	width: 50px;
	height: 5px;
	cursor: pointer;
}

.slick-dots li.slick-active {
  width: 80px;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 50px;
	height: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: #bebfc0;
  transition: background 0.3s;
}

.slick-dots li button:hover,
.slick-dots li.slick-active button {
	background: #000;
}

.slick-dots li.slick-active button {
  width: 80px;
}

.slick-loading .slick-list {
  background: #fff url(../images/ajax-loader.gif) center center no-repeat;
}
/* ----- MV　メインビジュアル　｜　slick調整用　ここまで ----- */



/* -----------------------------------------------------
     大切なお知らせ
   ----------------------------------------------------- */
.top-important-news {
  margin: 0 0 80px;
  padding: 20px 0;
  background: linear-gradient(to right, #ffffff 0%, #aaaaaa 100%);
}

.top-important-news ul {
  width: 1000px;
  margin: 0 auto;
}

.top-important-news ul li:not(:last-child) {
  margin: 0 0 10px;
}

.top-important-news ul li dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-important-news ul li dl dt {
  width: 17%;
  padding: 3px;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
}

.top-important-news ul li dl dt.tit_color__red {
  background: #e35206;
}

.top-important-news ul li dl dt.tit_color__black {
  background: #666;
}

.top-important-news ul li dl dd {
  width: 80%;
}

.top-important-news ul li dl dd a {
  color: #000;
}



/* -----------------------------------------------------
     SOLUTIONS　ソリューション
   ----------------------------------------------------- */
.top-solutions-slider-wrap {
  width: calc(100% - 160px);
  max-width: 1760px;
  margin: 0 auto;
  padding: 0 0 85px;
}

.top-solutions-slider {
  line-height: 0;
}

.top-solutions-slider li a {
  display: block;
  padding: 0 0 58px;
}

.top-solutions-slider .img-box {
  position: relative;
  overflow: hidden;
}

.top-solutions-slider .img-box img {
  transition: 0.5s;
}

.top-solutions-slider .hover-txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 17% 8% 0 8%;
  background: rgb(0 0 13 / 80%);
  opacity: 0;
  transition: 0.5s;
}

.top-solutions-slider .hover-txt p {
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.6;
}

@media screen and (min-width: 1160px) {
  .top-solutions-slider .hover-txt p {
    font-size: min(1.1vw,1.6rem);
  }
}

.top-solutions-slider .hover-txt p.more {
  position: absolute;
  right: 10%;
  bottom: 14%;
  font-size: 1.3rem;
  padding: 0 20px 0 0;
}

.top-solutions-slider .hover-txt p.more::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 6px;
  width: 8px;
  height: 8px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: translateY(-50%) rotate(45deg);
}

.top-solutions-slider li a p.slide-tit {
  position: absolute;
  bottom: 0;
  height: 48px;
  margin: 10px 0 0 30px;
  color: #000;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.6;
}

.top-solutions-slider li a:hover {
  text-decoration: none;
}

.top-solutions-slider li a:hover .hover-txt {
  opacity: 1;
}

.top-solutions-slider li a:hover img {
  transform: scale(1.1);
  transform-origin: center;
}

.top-solutions-slider li a p.slide-tit span {
  display: block;
  font-size: 1.6rem;
  font-weight: normal;
}

/* ----- SOLUTIONS　ソリューション　｜　slick調整用　ここから ----- */
.top-solutions-slider .slick-dots {
  bottom: -85px;
  margin: 75px 0 0;
}

.top-solutions-slider .slick-dots li {
  width: 160px;
}

.top-solutions-slider .slick-dots li button {
  width: 160px;
}

.slick-prev {
  position: absolute;
  top: 0;
  left: -80px;
  display: block;
  width: 80px;
  height: calc(100% - 58px);
  font-size: 0;
  line-height: 0;
  background: #000;
  border: none;
  cursor: pointer;
}

.top-solutions-slider .slick-prev::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 30px;
  width: 30px;
  height: 30px;
  border-bottom: solid 1px #fff;
  border-left: solid 1px #fff;
  transform: translateY(-50%) rotate(45deg) skew(10deg, 10deg);
}

.slick-next {
  position: absolute;
  top: 0;
  right: -80px;
  display: block;
  width: 80px;
  height: calc(100% - 58px);
  font-size: 0;
  line-height: 0;
  background: #000;
  border: none;
  cursor: pointer;
}

.top-solutions-slider .slick-next::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  width: 30px;
  height: 30px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: translateY(-50%) rotate(45deg) skew(10deg, 10deg);
}
/* ----- SOLUTIONS　ソリューション　｜　slick調整用　ここまで ----- */



/* -----------------------------------------------------
     PRODUCTS　製品
   ----------------------------------------------------- */
section.w100p.top-products {
  margin: 0 0 180px;
}

.top-products-list-wrap {
  position: relative;
  padding: 85px 0 0;
}

.top-products-list-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 55px;
  background: linear-gradient(to left, #ffffff 0%,#000000 100%);
}

.top-products-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 65px;
}

.top-products-list li {
  width: calc((100% - 40px) / 4);
}

.top-products-list li a {
  display: block;
  color: #000;
  text-decoration: none;
  transition: 0.3s;
}

.top-products-list li a .top-products__img {
  display: block;
}

.top-products-list li a p {
  padding: 0 0 0 38px;
  font-size: 1.2rem;
}

@media screen and (min-width: 751px) {
  .top-products-list li a:hover {
    transform: scale(1.1);
  }
  .top-products-list li a:hover img {
    opacity: 1;
  }
}

/* ----- PRODUCTS　製品　｜　フェードインアニメーション　ここから ----- */
.fadein-item {
  opacity: 0;
  transform: translate(0,70px);
  transition: opacity 1.5s,transform 1.5s;
}

.fadein-item.scroll-in {
  opacity: 1;
  transform: translate(0,0);
}
/* ----- PRODUCTS　製品　｜　フェードインアニメーション　ここまで ----- */



/* -----------------------------------------------------
     SUPPORT　サポート
   ----------------------------------------------------- */
@media print {
  section.w100p.top-support {
    padding: 50px 0 0;
  }
}

.top-support-wrap {
  padding: 70px 0 25px;
  background: #000;
}

.top-support-link {
  position: relative;
  display: flex;
  justify-content: flex-end;
  column-gap: 4px;
  margin-top: -204px;
  margin-right: -115px;
  z-index: 2;
}

.top-support-link li {
  position: relative;
}

.top-support-link li a {
  display: block;
  text-decoration: none;
}

.top-support-link li a .top-support__img {
  position: relative;
  display: block;
}

.top-support-link li a .top-support__img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 13 / 70%);
  transition: 0.3s;
}

.top-support-link li a:hover img {
  opacity: 1;
}

.top-support-link li a .tit-txt {
  position: absolute;
  top: 20px;
  left: 25px;
}

.top-support-link li a .tit-txt h3 {
  color: #a59678;
  font-size: 3.3rem;
  font-weight: bold;
  line-height: 1;
  transition: 0.3s;
}

.top-support-link li a .tit-txt h3 span {
  display: block;
  padding: 40px 0 0;
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}

.top-support-link li a .more {
  position: relative;
  margin: 10px 0 0;
  padding: 0 30px 0 0;
  color: #fff;
  font-size: 1.3rem;
  text-align: right;
}

.top-support-link li a .more::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 6px;
  width: 8px;
  height: 8px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: translateY(-50%) rotate(45deg);
}

.top-support-important-wrap {
  padding: 30px 0 20px;
  background: linear-gradient(to right, #ffffff 0%,#aaaaaa 100%);
}

.top-support-important-wrap ul {
  width: 1000px;
  margin: 0 auto;
}

.top-support-important-wrap ul li:not(:last-child) {
  margin: 0 0 10px;
}

@media screen and (min-width: 751px) {
  .top-support-link li a:hover .top-support__img::after {
    background: rgb(165 150 120 / 90%);
  }
  .top-support-link li a:hover .tit-txt h3,
  .top-support-link li a:hover .tit-txt h3 span {
    color: #000;
  }
}



/* -----------------------------------------------------
     NEWS　ニュース
   ----------------------------------------------------- */
.top-news-category {
  display: flex;
  justify-content: center;
  column-gap: 10px;
  margin: 80px 0 90px;
}

.top-news-category li {
  width: 190px;
}

.top-news-category li a {
  display: block;
  padding: 12px;
  color: #fff;
  text-align: center;
  line-height: 1;
  background: #00000d;
  transition: 0.3s;
}
.panel {
  display: none;
}
.panel.is-show{
  display: block;
}
.top-news-category li a:hover,
.top-news-category li.is-active a {
  text-decoration: none;
  background: #a59678;
}

.common-top-news dl div dt span.info {
  background: #0091c0;
}

.top-news-more-btn {
  display: flex;
  justify-content: center;
  margin: 60px 0 0;
}

.top-news-more-btn a,
.top-about-more-btn a,
.top-about-more-btn p {
  position: relative;
  display: block;
  width: 140px;
  padding: 11px;
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
  line-height: 1;
  background: #000;
  transition: 0.3s;
}

.top-news-more-btn a::after,
.top-about-more-btn a::after,
.top-about-more-btn p::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 8px;
  height: 8px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: translateY(-50%) rotate(45deg);
}

.top-news-more-btn a:hover,
.top-about-more-btn a:hover,
.top-about-box02__img a:hover .top-about-box02__txt02 .top-about-more-btn p {
  background: #a59678;
  text-decoration: none;
}



/* -----------------------------------------------------
     CASE STUDIES　導入事例
   ----------------------------------------------------- */
section.w100p.top-case {
  padding: 50px 0 0;
  background: linear-gradient(to bottom, #f0f0f0 0%,#f0f0f0 60%,#ffffff 60%,#ffffff 100%);
}

.top-case-all-btn {
  display: flex;
  justify-content: center;
  margin: 60px 0 0;
}

.top-case-all-btn a {
  position: relative;
  display: block;
  width: 400px;
  padding: 17px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  background: #000;
  transition: 0.3s;
}

.top-case-all-btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 8px;
  height: 8px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: translateY(-50%) rotate(45deg);
}

.top-case-all-btn a:hover {
  background: #a59678;
  text-decoration: none;
}

.top-case-slider {
  width: calc(100% + 20px);
  margin: 0 0 0 -10px;
  line-height: 0;
}

/* ----- CASE STUDIES　導入事例　｜　slick調整用　ここから ----- */
.top-case-slider .slick-slide {
  margin: 0 10px;
}

.top-case-slider .slick-dots {
  position: relative;
  bottom: 0;
  display: flex !important;
  flex-wrap: wrap;
  row-gap: 20px;
  width: 400px;
  margin: 40px 0 0;
}

.top-case-slider .slick-dots li {
  width: 100px;
  margin: 0;
}

.top-case-slider .slick-dots li button {
  width: 100px;
  transition: background 0.3s;
}

.top-case-slider .slick-dots li button:hover,
.top-case-slider .slick-dots li.slick-active button {
	background: #0e0fe4;
}

.top-case-slider .slick-prev {
  top: auto;
  bottom: 0;
  left: 30%;
  width: 30px;
  height: 30px;
  background: url(../images/ico_prev_circle.svg) no-repeat;
  transition: 0.3s;
}

.top-case-slider .slick-next {
  top: auto;
  right: 30%;
  bottom: 0;
  width: 30px;
  height: 30px;
  background: url(../images/ico_next_circle.svg) no-repeat;
  transition: 0.3s;
}

@media screen and (min-width: 751px) {
  .top-case-slider .slick-prev:hover,
  .top-case-slider .slick-next:hover {
    opacity: 0.7;
  }
}
/* ----- CASE STUDIES　導入事例　｜　slick調整用　ここまで ----- */



/* -----------------------------------------------------
     ABOUT EIZO　EIZOについて
   ----------------------------------------------------- */
.top-about-box01__inner {
  display: flex;
}

.top-about-box01__img {
  position: relative;
}

.top-about-box01__img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -1;
}

.top-about-box01__img::after {
  content: "";
  position: absolute;
  top: 0;
  left: -25%;
  width: calc(100% + 25%);
  height: 450px;
  background: linear-gradient(to right, #00000d 0%,#00000d 30%,#99999e 100%);
  z-index: -2;
}

.top-about-box01__txt {
  padding: 25px 0 0 60px;
}

.top-about-box01__txt h3 {
  color: #949495;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.2;
}

.top-about-box01__txt h3 span {
  display: block;
  margin: 0 0 50px;
  padding: 20px 0 0;
  color: #000;
  font-size: 1.8rem;
}

.top-about-box01__txt p {
  line-height: 2;
}

.top-about-box01__txt .top-about-more-btn {
  margin: 80px 0 0;
}

.top-about-box02 {
  padding: 70px 0 0;
}

.top-about-box02__inner {
  position: relative;
}

.top-about-box02__inner::after {
  content: "";
  position: absolute;
  right: -25%;
  bottom: 0;
  width: calc((100% - 1060px) + 25%);
  height: 305px;
  background: linear-gradient(to left, #00000d 0%,#00000d 30%,#99999e 100%);
  z-index: -2;
}

.top-about-box02__img {
  position: relative;
  width: 954px;
  margin-left: auto;
}

.top-about-box02__img::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -1;
}

.top-about-box02__img a {
  color: #000;
}

.top-about-box02__txt01 {
  position: absolute;
  top: 75px;
  left: 65px;
}

.top-about-box02__txt01 h3 {
  font-size: 4rem;
  font-weight: bold;
  line-height: 1;
}

.top-about-box02__txt01 h3 span {
  padding: 0 0 0 0.5em;
  font-weight: normal;
}

.top-about-box02__txt02 {
  position: absolute;
  top: 140px;
  left: 65px;
}

.top-about-box02__img a:hover .top-about-box02__txt01 h3,
.top-about-box02__img a:hover .top-about-box02__txt02 > p {
  opacity: 0.8;
}

.top-about-box02__txt02 .top-about-more-btn {
  margin: 50px 0 0;
  padding: 0 0 0 350px;
}



/* --------------------------------------------
     スマホ用
-------------------------------------------- */
@media screen and (max-width: 750px) {
  /*------- 共通 ------*/
  .w1080,
  .w1300,
  .w1400,
  .w1650 {
    width: 100%;
    padding: 0 20px;
  }
  .w1650 {
    padding: 0;
  }
  section.w100p,
  section.w100p.top-products {
    margin: 0 0 70px;
  }
  .top-h2-tit {
    margin: 0 0 40px;
    font-size: 3.2rem;
  }
  .top-h2-tit::after {
    top: 45px;
    width: 100%;
  }
  .top-h2-tit span {
    font-size: 1.8rem;
  }
  .top-h2-tit__support {
    margin: 0 0 40px;
    font-size: 3.2rem;
    text-align: center;
  }
  .top-h2-tit__support::after {
    top: 45px;
    left: -20px;
    width: 67%;
  }
  .top-h2-tit__support span {
    font-size: 1.8rem;
  }
  /*------- MV　メインビジュアル ------*/
  .top-mv {
    height: auto;
  }
  .top-mv-slider li.slide-img::before {
    padding-top: 0;
  }
  .top-mv-slider li.slide-img img {
    position: static;
    transform: none;
    max-width: 100%;
    height: auto;
  }
  .slick-dots {
    bottom: 15px;
  }
  /* ----- MV　メインビジュアル　｜　slick調整用 ----- */
  .slick-dots {
    bottom: 15px;
  }
  .slick-dots li {
    width: 25px;
  }
  .slick-dots li.slick-active {
    width: 40px;
  }
  .slick-dots li button {
    width: 25px;
  }
  .slick-dots li.slick-active button {
    width: 40px;
  }
  /*------- 大切なお知らせ ------*/
  .top-important-news {
    margin: 0 0 70px;
    padding: 20px 15px;
  }
  .top-important-news ul {
    width: 100%;
  }
  .top-important-news ul li:not(:last-child) {
    margin: 0 0 15px;
  }
  .top-important-news ul li dl {
    flex-direction: column;
    align-items: flex-start;
  }
  .top-important-news ul li dl dt {
    width: 150px;
    margin: 0 0 5px;
  }
  .top-important-news ul li dl dd {
    width: 100%;
  }
  /*------- SOLUTIONS　ソリューション ------*/
  .top-solutions-slider-wrap {
    width: 100%;
    padding: 0;
  }
  .top-solutions-slider {
    padding: 0 0 85px;
  }
  .top-solutions-slider li a {
    padding: 0 0 47px;
  }
  .top-solutions-slider .hover-txt {
    display: none;
  }
  .top-solutions-slider li a p.slide-tit {
    height: 37px;
    margin: 10px 0 0 12px;
    font-size: 1.1rem;
  }
  .top-solutions-slider li a p.slide-tit span {
    font-size: 1.2rem;
  }
  /* ----- SOLUTIONS　ソリューション　｜　slick調整用 ----- */
  .slick-prev {
    top: auto;
    bottom: 0;
    left: 42%;
    width: 25px;
    height: 50px;
  }
  .top-solutions-slider .slick-prev::after {
    left: 7px;
    width: 20px;
    height: 20px;
  }
  .slick-next {
    top: auto;
    right: 42%;
    bottom: 0;
    width: 25px;
    height: 50px;
  }
  .top-solutions-slider .slick-next::after {
    right: 7px;
    width: 20px;
    height: 20px;
  }
  /*------- PRODUCTS　製品 ------*/
  .top-products-list-wrap {
    padding: 60px 0 0;
  }
  .top-products-list-wrap::before {
    height: 40px;
  }
  .top-products-list {
    row-gap: 30px;
  }
  .top-products-list li a p {
    padding: 10px 0 0;
    border-top: 1px solid #a4a4a5;
  }
  .top-products-list li {
    position: relative;
    width: calc((100% - 25px) / 2);
  }
  .top-products-list li::after {
    content: "";
    position: absolute;
    right: 4px;
    bottom: 15px;
    width: 8px;
    height: 8px;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    transform: rotate(45deg);
  }
  /*------- SUPPORT　サポート ------*/
  .top-support-wrap {
    padding: 30px 0 0;
    background: linear-gradient(to bottom, #000 0%,#000 43%,#ffffff 43%,#ffffff 100%);
  }
  .top-support-link {
    flex-direction: column;
    width: 270px;
    margin: 0 auto;
  }
  .top-support-link li:not(:last-child) {
    margin: 0 0 10px;
  }
  .top-support-link li a {
    position: relative;
  }
  .top-support-link li a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 17px;
    width: 20px;
    height: 20px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    transform: translateY(-50%) rotate(45deg) skew(10deg, 10deg);
  }
  .top-support-link li a .tit-txt {
    top: 10px;
  }
  .top-support-link li a .tit-txt h3 {
    font-size: 2.3rem;
  }
  .top-support-link li a .tit-txt h3 span {
    padding: 20px 0 0;
    font-size: 1.6rem;
  }
  .top-support-important-wrap {
    margin-top: -50px;
    padding: 85px 15px 30px;
  }
  .top-support-important-wrap ul {
    width: 100%;
  }
  .top-support-important-wrap ul li:not(:last-child) {
    margin: 0 0 25px;
  }
  .top-support-important-wrap ul li dl {
    flex-direction: column;
    align-items: flex-start;
  }
  .top-support-important-wrap ul li dl dt {
    width: 150px;
    margin: 0 0 15px;
  }
  .top-support-important-wrap ul li dl dd {
    width: 100%;
  }
  /*------- NEWS　ニュース ------*/
  .top-news-category {
    flex-wrap: wrap;
    column-gap: 7px;
    row-gap: 8px;
    width: 300px;
    margin: 0 auto 50px;
  }
  .top-news-category li {
    width: calc((100% - 7px) / 2);
  }
  .top-news-category li a {
    padding: 8px;
    font-size: 1.4rem;
  }
  /*------- CASE STUDIES　導入事例 ------*/
  section.w100p.top-case {
    background: linear-gradient(to bottom, #f0f0f0 0%,#f0f0f0 50%,#ffffff 50%,#ffffff 100%);
  }
  .top-case-slider-wrap {
    width: 270px;
    padding: 0;
  }
  .top-case-all-btn {
    margin: 40px 0 0;
  }
  .top-case-all-btn a {
    padding: 15.5px;
    font-size: 1.4rem;
  }
  .top-case-all-btn a::after {
    right: 40px;
  }
  /* ----- CASE STUDIES　導入事例　｜　slick調整用 ----- */
  .top-case-slider .slick-dots {
    row-gap: 16px;
    width: 192px;
    margin: 30px 0 0;
  }
  .top-case-slider .slick-dots li {
    width: 48px;
  }
  .top-case-slider .slick-dots li button {
    width: 48px;
  }
  .top-case-slider .slick-prev {
    left: 0;
    width: 26px;
    height: 26px;
  }
  .top-case-slider .slick-next {
    right: 0;
    width: 26px;
    height: 26px;
  }
  /*------- ABOUT EIZO　EIZOについて ------*/
  .top-about-box01__inner {
    flex-direction: column;
  }
  .top-about-box01__img {
    padding: 0 0 0 40px;
  }
  .top-about-box01__img::after {
    height: calc(100% + 25px);
  }
  .top-about-box01__txt {
    height: auto;
    padding: 50px 40px;
  }
  .top-about-box01__txt::after {
    display: none;
  }
  .top-about-box01__txt h3 {
    font-size: 2.8rem;
  }
  .top-about-box01__txt h3 span {
    margin: 0 0 30px;
    padding: 15px 0 0;
  }
  .top-about-box01__txt .top-about-more-btn {
    margin: 30px 0 0;
  }
  .top-about-box02 {
    margin: 0;
    padding: 0;
  }
  .top-about-box02__inner {
    padding: 0 0 150px;
  }
  .top-about-box02__img {
    width: 100%;
    padding: 0 40px 0 0;
  }
  .top-about-box02__img::after {
    content: "";
    position: absolute;
    top: 0;
    left: -25%;
    width: calc(100% + 25%);
    height: calc(100% + 25px);
    background: linear-gradient(to left, #00000d 0%,#00000d 30%,#99999e 100%);
    z-index: -1;
  }
  .top-about-box02__txt01 {
    top: 25px;
    left: 40px;
  }
  .top-about-box02__txt01 h3 {
    margin: 0 0 70px;
    font-size: 2.8rem;
  }
  .top-about-box02__txt01 h3 span {
    display: block;
    padding: 0;
  }
  .top-about-box02__txt02 {
    top: auto;
    bottom: -150px;
    left: 40px;
    height: 88px;
  }
  .top-about-box02__txt02 .top-about-more-btn {
    margin: 30px 0 0;
    padding: 0;
  }
}



/* -----------------------------------------------------
     プリント用
   ----------------------------------------------------- */
@media print {
  body {
    width: 1650px;
    min-width: auto;
    margin: 0 auto;
    zoom: 0.6;
  }
  .newpage {
    break-inside: avoid;
  }
  /* ----- PRODUCTS　製品　｜　フェードインアニメーション　印刷時は解除 ----- */
  .fadein-item {
    opacity: 1;
    transform: translate(0, 0);
  }
}