@charset "utf-8";
/*===================================================== 
 * Last Up Date: 2022/11/20
=====================================================*/
/**----- contents -------
1:common
2:top_sv
3:top_products
4:top_technology
5:top_news
----------------------*/
@import url('lib/swiper-bundle.min.css');
/*== 1:common ==================*/
#top h2{
 color: #0050a4;
 font-size: 2.8rem;
 text-align: center;
 padding-bottom: 10px;
 margin-bottom: 20px;
 border-bottom: #0050a4 1px solid;
}
#top h3{
 font-size: 2.4rem;
 margin-bottom: 10px;
}
#top .wrapper .cont_inner{
 padding: 0 70px 0;
}
@media screen and (max-width: 1023px) {
}
@media screen and (max-width: 750px) {
 #top h2{
  font-size: 2.0rem;
  padding-bottom: 3vw;
  margin-bottom: 5vw;
 }
#top h3{
 font-size: 1.8rem;
 margin-bottom: 3vw;
}
 #top .wrapper .cont_inner{
  padding: 0;
 }
}
/*==============================*/
/*== 2:top_sv ==================*/
#top_sv{
 position: relative;
 padding-top: 76px;
 margin-bottom: 50px;
 overflow: hidden;
}
#top_sv .cont_inner{
 position: relative;
}
#top_sv h2{
 position: absolute;
 top:50px;
 left: 35px; 
 width: 458px;
 padding-bottom: 0;
 border-bottom: none;
 z-index: 10; 
}
#top_sv .line {
 display: none;
 position: absolute;
 top: 76px;
 left: 0;
 right: 0;
 margin: 0 auto;
 width: 100%;
 height: 590px;
 background: url("../images/top/top_sv_line.svg") top center no-repeat;
 background-size: cover;
 z-index: 10;
}
@media screen and (max-width: 750px) {
 #top_sv {
  padding-top: 14vw;
  margin-bottom: 5vw;
 }
 #top_sv h2 {
  position: absolute;
  top: 4vw;
  left: 0;
  width: 61vw;
 }
 #top_sv .line {
  top: 14vw;
  height: 68.5%;
 }
}
/*#top_sv .line img {
 width: 100%;
 height: 590px;
}*/
/*--swiper--*/
.swiper {
  /*width: 1280px;
  height: auto;*/
  width: 100vw;
  padding-bottom: 40px;
}
.swiper-slide{ 
 height: 590px;
 overflow: hidden;
}
.swiper-pagination-bullet {
 width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 15px));
 height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 15px));
 background:#fff;
 border: #6a6a6a 1px solid;
 opacity: 1;
}
.swiper-pagination-bullet-active{
 background:#6a6a6a;
}
@media screen and (max-width: 750px) {
 .swiper {
  padding-bottom: 7vw;
 }
 .swiper-slide {
  height: auto;
  overflow: hidden;
 }
 .swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 5px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 5px));
 }
}

/*==============================*/
/*== 3:top_products ============*/
#top_products{
 margin-bottom: 100px;
}
#top_products .pr_inner{
 width: 31.6%;
}
#top_products .pr_inner h3{
 display: inline-block;
 padding-right: 30px;
 background: url("/wp-content/uploads/2026/07/btn_icon_01.svg") bottom 4px right no-repeat;
/* background: url("../images/btn_icon_01.svg") bottom 4px right no-repeat;*/
 background-size: 23px auto;
}
#top_products .pr_inner a img{
 transition: 0.4s ease-in-out;
}
#top_products .pr_inner a:hover img{
 opacity: 0.8;
}
@media screen and (max-width: 750px) {
  #top_products{
   margin-bottom: 12vw;
  }
  #top_products .pr_inner{
   width: 100%;
   margin-bottom: 8vw;
  }
  #top_products .tec_inner:last-child{
   margin-bottom: 0;
  }
 #top_products .pr_inner h3{
  padding-right: 5vw;
  background: url("/wp-content/uploads/2026/07/btn_icon_01.svg") bottom 3px right no-repeat;
  background-size: 16px auto;
 }
}

/*==============================*/
/*== 4:top_technology ==========*/
#top_technology{
 margin-bottom: 100px;
}
#top_technology .tec_inner{
 width: 46.8%;
}
#top_technology .tec_inner h3{
 display: inline-block;
 padding-right: 30px;
 background: url("/wp-content/uploads/2026/07/btn_icon_01.svg") bottom 3px right no-repeat;
 background-size: 23px auto;
}
#top_technology .tec_inner a img{
 transition: 0.4s ease-in-out;
}
#top_technology .tec_inner a:hover img{
 opacity: 0.8;
}
@media screen and (max-width: 750px) {
 #top_technology{
  margin-bottom: 12vw;
 }
 #top_technology .tec_inner{
  width: 100%;
  margin-bottom: 8vw;
 }
 #top_technology .tec_inner:last-child{
  margin-bottom: 0;
 }
 #top_technology .tec_inner h3{ 
  padding-right: 5vw;
  background: url("/wp-content/uploads/2026/07/btn_icon_01.svg") bottom 3px right no-repeat;
  background-size: 16px auto;
 }
}

/*==============================*/
/*== 5:top_news ================*/
#top_news ul{
 font-size: 1.8rem;
 margin-bottom: 15px;
}
#top_news ul li{
 padding: 10px 0;
 border-bottom: #ccc 1px solid;
}
#top_news ul li time{
 display: inline-block;
 font-weight: bold;
 padding-right: 10px;
 border-right: #000 1px solid;
}
#top_news ul li p {
 display: inline-block;
 padding-left: 20px;
}
#top_news .news_list_btn{
 font-size: 1.4rem;
 font-weight: bold;
 text-align: right;
}
#top_news .news_list_btn a{
 line-height: 2.5rem;
 padding-right: 25px;
 background: url("/wp-content/uploads/2026/07/btn_icon_01.png") center right no-repeat;
 background-size: 19px auto;
}
@media screen and (max-width: 750px) {
 #top_news ul{
  font-size: 1.6rem;
  margin-bottom: 3vw;
 }
 #top_news ul li{
  padding: 3vw 0;
 }
 #top_news ul li time{
  padding-right: 0;
  border-right:none;
 }
 #top_news ul li p {
  padding-left: 0;
 }
 #top_news .news_list_btn{
  font-size: 1.3rem;
 } 
 #top_news .news_list_btn a{
  line-height: 1.8rem;
  padding-right: 5vw;
  background-size: 13px auto;
 } 
}
/*==============================*/
