#mvWrap {
}
#mvSlider {
   width: 100%;
   margin: 0 auto ;
   opacity: 0;
   transition: opacity 0.3s;
   overflow: hidden;
}
#mvSlider.swiper-initialized {
   opacity: 1;
}
.swiper-wrapper {
   display: flex;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
}
#mvSlider a {
   opacity: 1;
}
.swiper-slide-01 {
   position: relative;
}
.swiper-slide-01::before {
   position: absolute;
   content: '';
   bottom: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-image: url(../img/top/img_top_mv01-front.svg);
   background-size: 100%;
   background-repeat: no-repeat;
   pointer-events: none;
}

.en-US .swiper-slide-01::before {
   background-image: url(../img/top/img_top_mv01-front_en.svg);
}
.en-US .swiper-slide-01 a {
   pointer-events: none;
}
.swiper-slide-03 {
   position: relative;
   background-image: url(../img/top/img_top_mv03-back.svg);
   background-size: 100%;
   background-repeat: no-repeat;
}
.swiper-slide-03::before {
   position: absolute;
   content: '';
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-image: url(../img/top/img_top_mv03-front.svg);
   background-size: 100%;
   background-repeat: no-repeat;
   pointer-events: none;
}
.en-US .swiper-slide-03::before {
   background-image: url(../img/top/img_top_mv03-front_en.svg);
}
.swiper-slide-04 {
   position: relative;
}
.swiper-slide-04::before {
   position: absolute;
   content: '';
   bottom: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-image: url(../img/top/img_top_mv04-front.svg);
   background-size: 100%;
   background-repeat: no-repeat;
   pointer-events: none;
}
.mvSlider__controller {
   width: 100%;
   margin: 0 auto;
   position: relative;
}
.mvSlider__nav {
   position: absolute;
   right: 40px;
   bottom: 40px;
   display: flex;
   align-items: center;
   justify-content: center;
   gap: 0.8em;
   background-color: #fff;
   box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
   padding: 0.5em 1em;
   border-radius: 100vh;
}

.swiper-button-prev::after,
.swiper-button-next::after,
.swiper-button-prev svg,
.swiper-button-next svg {
  display: none !important;
}

.mvSlider__nav .swiper-button-prev,
.mvSlider__nav .swiper-button-next {
   height: 24px;
   width: 24px;
   background-image: url(../img/common/icon_arrow_right_green.svg);
   background-repeat: no-repeat;
   background-size: cover;
   cursor: pointer;
}
@media (hover: hover) {
   .mvSlider__nav .swiper-button-prev:hover,
   .mvSlider__nav .swiper-button-next:hover {
      background-image: url(../img/common/icon_arrow_right_white_green.svg);
   }
}
/* 左ボタン */
.mvSlider__nav .swiper-button-prev {
   transform: rotate(180deg);
}

.mvSlider__nav .swiper-pagination {
  display: flex;
  align-items: center;
  gap: 10px;
}

.mvSlider__nav .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #DDEB9B;
  border-radius: 50%;
   cursor: pointer;
}
@media (hover: hover) {
   .mvSlider__nav .swiper-pagination-bullet:hover {
      background: #009e40;
   }
}
.mvSlider__nav .swiper-pagination-bullet-active {
   background: #009e40;
}

@media screen and (max-width: 900px){
   #mvSlider {
      width: 100%;
   }
   #mvWrap {
      background-color: #fff;
      background-image: none;
      padding-bottom: 0;
      margin-bottom: 0;
   }
   .swiper-slide-01::before {
      background-image: url(../img/top/img_top_mv01-front_sp.svg);
   }
   .en-US .swiper-slide-01::before {
      background-image: url(../img/top/img_top_mv01-front_en_sp.svg);
   }
   .swiper-slide-03 {
      background-image: url(../img/top/img_top_mv03-back_sp.svg);
   }
   .swiper-slide-03::before {
      background-image: url(../img/top/img_top_mv03-front_sp.svg);
   }
   .en-US .swiper-slide-03::before {
      background-image: url(../img/top/img_top_mv03-front_en_sp.svg);
   }
   .swiper-slide-04::before {
      background-image: url(../img/top/img_top_mv04-front_sp.svg);
   }
   .mvSlider__controller {
      width: 100vw;
      padding: 0;
   }
   .mvSlider__nav {
      position: static;
      background-color: transparent;
      box-shadow: none;
      margin-top: 20px;
   }
}



#home h2 {
   font-size: 32px;
   text-align: center;
}
@media only screen and (max-width: 900px) {
   #home h2 {
      font-size: 24px;
   }
}

#newsWrap {
   max-width: 1280px;
   margin: 0 auto;
   padding-top: 80px;
}
.news__cateList {
   display: flex;
   flex-wrap: wrap;
   gap: 20px;
   justify-content: center;
   gap: 1.2em;
   margin: 1em auto 0 auto;
}
.news__cate__btn {
   cursor: pointer;
   width: 140px;
   font-size: 14px;
   font-weight: 600;
   line-height: 32px;
   text-align: center;
   color: #acacac;
   border: 1px solid #d9d9d9;
   border-radius: 100vh;
   transition: 0.3s;
}
.en-US .news__cate__btn  {
   width: auto;
   padding: 0  1em;
}
.news__cate__btn.active, .news__cate__btn:hover {
   color: #fff;
   border: 1px solid #009e40;
   background-color: #009e40;

}
.news__cate__btn.active {
   pointer-events: none;
   cursor: default;
}
#newsListWrap {
   margin-top: 30px;
   border-top: 1px solid #acacac;
   transition: 0.2s;
}
.newsWrap {
   display: flex;
   align-items: flex-start;
   border-bottom: 1px solid #acacac;
   padding: 1em 0;

}
.newsWrap dt {
   display: flex;
   align-items: flex-start;
}
.news__date {
   width: 90px;
   font-size: 14px;
   font-family: "Roboto", sans-serif;
   line-height: 26px;
   flex-shrink: 0;
}
.news__cate {
   width: 120px;
   font-size: 12px;
   line-height:26px;
   padding: 0 0.5em;
   text-align: center;
   flex-shrink: 0;
}
.en-US .news__cate {
   width: 150px;
}
.news__cate.company, .news__cate.company-en {
   background-color: #FFF1CD;
}
.news__cate.ir, .news__cate.ir-en {
   background-color: #B2E2F8;
}
.news__cate.info, .news__cate.info-en {
   background-color: #EEBFE1;
}
.news__cate.products, .news__cate.products-en {
   background-color: #B2DEE2;
}
.news__cate.sustainability, .news__cate.sustainability-en {
   background-color: #BED0EA;
}
.news__cate.recruit, .news__cate.recruit-en {
   background-color: #FFC0BA;
}
.news__title {
   padding-left: 30px;
}
.news__title a {
   display: inline-block;
   line-height: 1.35;
}
.news__title .icon--pdf {
   width: 19px;
   vertical-align: middle;
   margin-left: 3px;
}
.news__more {
   margin-top: 0.5em;
   text-align: right;
   padding: 0 40px;
}
.news__more a span {
   display: flex;
   align-items: center;
   justify-content: flex-end;
   font-size: 14px;
   font-weight: 700;
   color: #7e7e7e;
}
.news__more a span::after {
   content: '＞';
   display: inline-block;
   margin-left: 0.3em;
}
@media only screen and (max-width: 900px) {
   #newsWrap {
      width: 100%;
      padding-top: 60px;
   }
   .news__cateList {
      gap: 10px;
   }
   .news__cateList li:first-child {
      margin: 0 25%;
   }
   .en-US .news__cateList li:first-child {
      margin: 0 37%
   }
   .news__cate__btn {
      width: calc((100% - 20px) / 3);
      font-size: 10px;
   }
   .news__cate {
      font-size: 10px;
      line-height: 20px;
      width: 100px;
   }
   .en-US .news__cate {
      width: 130px;
   }
   .newsWrap {
      flex-flow: column;
   }
   .news__date {
      font-size: 12px;
      line-height: 20px;
      width: 68px;
   }
   .news__title {
      padding: 0;
      font-size: 12px;
      line-height: 1.35;
      margin-top: 5px;
   }
   .news__title .icon--pdf {
      width: 13px;
   }
   .news__more{
      padding: 0 3.5dvw;
   }
   .news__more a span {
      font-size: 12px;
   }
}


/* 動画エリア */
#videoWrap {
   margin-top: 100px;
}
#videoWrap .inner {
   position: relative;
   
}
#videoWrap .inner::after {
   content: '';
   position: absolute;
   top: 0;
   left: -50%;
   width: 200%;
   height: 125%;
   background:  linear-gradient(transparent 33%, #e8f3f1 33%);
   transform: rotate(-5deg);
   z-index: -1;
}
.video__container {
   width: 640px;
   margin: 0 auto;
}
.video__container iframe {
   width: 100%;
   aspect-ratio: 16 / 9;
}
@media only screen and (max-width: 900px) {
   #videoWrap {
      margin-top: 70px;
   }
   .video__container {
      padding: 0;
      width: 100%;
   }
   #videoWrap .inner::after {
      height: 130%;
   }
}


/* 製品カテゴリから探す */
#productWrap .inner {
   max-width: 1280px;
   margin: 0 auto;
   padding-top: 230px;
}
#home #productWrap h2 {
   text-align: left;
}
.product__items {
   margin-top: 30px;
   display: flex;
   flex-wrap: wrap;
   gap: 40px 20px;
}
.product__item {
   width: calc((100% - 60px) / 4);
   display: flex;
   flex-flow: column;
   justify-content: flex-start;
}
.product__item:hover {
   opacity: 1;
}
.product__item img {
   transition: 0.3s
}
.product__item:hover img {
   opacity: 0.8;
}
.product__title {
   font-size: 18px;
   color: #333;
   line-height: 1.3;
   padding: 1em 2em 1em 0.3em;
   border-bottom: 1px solid #acacac;
   display: flex;
   justify-content: space-between;
   align-items: center;
   position: relative;
   flex: 1;
}
.product__title::after {
   content: '';
   background-image: url('../img/common/icon_arrow_right_green.svg');
   background-size: contain;
   background-repeat: no-repeat;
   display: inline-block;
   width: 26px;
   height: 26px;
   position: absolute;
   right: 0;
}
.product__item:hover .product__title::after {
   background-image: url('../img/common/icon_arrow_right_white_green.svg');
}
@media only screen and (max-width: 900px) {
   #productWrap .inner {
      width: 100%;
   }
   .product__items {
      gap: 15px;
   }
   .product__item {
      width: calc((100% - 15px) / 2);
      display: flex;
      flex-flow: column;
      justify-content: flex-start;
   }
   .product__title {
      line-height: 1.3;
      font-size: 14px;
      flex: 1;
      padding: 0.7em 1.5em 0.7em 0.5em;
   }
   .product__title::after {
      width: 16px;
      height: 16px;
   }
}


/* CONTENTS */
#conentWrap {
   max-width: 1280px;
   margin: 0 auto;
   padding-top: 100px;
}
.content__mainmenu {
   margin-top: 24px;
   display: grid;
   grid-template-columns: repeat(3, 1fr);
   grid-auto-rows: 1fr;
   gap: 20px;
}
.content__mainmenu li {
   display: flex;
}
.content__mainmenu li a {
   display: flex;
   flex-flow: column;
   justify-content: center;
	width: 100%;
	background-color: #009e40;
	border: 1px solid #009e40;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	padding: 0.8em 2.5em 0.8em 1em;
	position: relative;
	transition: 0.3s;
   line-height: 1.35;
}
.content__mainmenu li a::after {
   content: '';
   position: absolute;
	top: 50%;
	right: 1em;
   transform: translateY(-50%);
   background-image: url('../img/common/icon_arrow_right_green.svg');
   background-repeat: no-repeat;
   background-size: 100%;
   height: 24px;
   width: 24px;
}
.content__mainmenu li a:hover {
   background-color: #fff;
   color: #009e40;
   opacity: 1;
}
.content__mainmenu li a:hover::after {
   background-image: url('../img/common/icon_arrow_right_white_green.svg');
}
.content__submenu {
   margin-top: 60px;
   display: flex;
   flex-wrap: wrap;
   gap: 20px;
}
.content__submenu li {
   width: calc((100% - 40px) / 3);
}
.content__submenu li a {
   display: block;
   width: 100%;
}
.content__submenu--sumida p, .content__submenu--bluesharks p {
   font-size: 13px;
   font-weight: 500;
   text-align: center;
   line-height: 1.35;
   margin-top: 0.5em;
}


@media only screen and (max-width: 900px) {
   #conentWrap {
      width: 100%;
      padding-top: 90px;
   }
   .content__mainmenu {
      margin-top: 40px;
      gap: 15px;
      grid-template-columns: repeat(2, 1fr);
   }
   .content__submenu {
      margin-top: 30px;
      gap: 10px 20px;
   }

   .content__mainmenu li a {
      font-size: 14px;
   }
   .content__mainmenu li a::after {
      width: 16px;
      height: 16px;
   }
   .content__submenu li {
      width: calc((100% - 20px) / 2);
   }
   .content__submenu--sumida p, .content__submenu--bluesharks p {
      font-size: 11px;
   }
}