@charset "utf-8";
/* CSS Document */

/*-----------------------------------------------
main_slide
-----------------------------------------------*/
#main_slide .bxslider img.pc {
    display: none;
}
#main_slide .bxslider img.sp {
      display: block;
}
@media screen and (min-width: 1024px){
  #main_slide .bxslider img.sp {
      display: none;
  }
  #main_slide .bxslider img.pc{
    display: block;
  }
}



/*-----------------------------------------------
business
-----------------------------------------------*/
#business{
  margin: 10px 0 0 0;
}
#business h2{
  color: #ffffff;
  font-size: 25px;
  font-family: "Noto Sans JP",sans-serif;
  font-weight: 700;
  background-image: url("../image/icon_business03.jpg");
  background-position: center;
  text-align: center;
  padding: 17px 0 17px 0;
  line-height: 0.9;
}
#business h2 span{
  font-family: "Noto Sans JP",sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: #5483B2;
}
#business .inner{
  background-image: url("../image/icon_business04.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10px 15px 15px 15px;
}
#business .lead{
  color: #ffffff;
  font-size: 15px;
  font-family: "Noto Sans JP",sans-serif;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  margin: 0 0 15px 0;
}
#business .lead span{
  font-size: 20px;
  line-height: 1.8;
}
#business .ttl_en{
  font-size: 13px;
  margin: 0 0 10px 0;
  color: #006CB7;
  font-family: "Noto Sans JP",sans-serif;
  font-weight: 700;
}
#business ul li:nth-child(2) .ttl_en{
  color: #2450B4;
}
#business ul li:nth-child(3) .ttl_en{
  color: #85B200;
}
#business ul li:nth-child(4) .ttl_en{
  color: #5900B2;
}
#business ul li:nth-child(5) .ttl_en{
  color: #008C8C;
}


/*DeskTop*/
@media screen and (min-width: 1024px){
  #business h2{
    font-size: 38px;
    padding: 55px 0 45px 0;
  }
  #business h2 span{
    font-size: 18px;
  }
  #business .inner{
    padding: 50px 2.1% 0 2.1%;
    background-image: url("../image/icon_business05.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #business .lead{
    font-size: 18px;
    margin: 0 0 55px 0;
  }
  #business .lead span{
    font-size: 32px;
  }
  #business .br_pc{
    display: none !important;
  }
}

#business ul li{
  background-color: #ffffff;
  border: 1px solid #bbbbbb;
  display: table;
  padding: 10px 10px 10px 10px;
  margin: 0 0 20px 0;
  vertical-align: top;
}
#business ul li:last-child{
  marign: 0 0 0 0;
}
#business ul li .img{
  display: table-cell;
  vertical-align: middle;
  width: 35%;
  padding: 0 10px 0 0;
}
#business ul li dl{
  display: table-cell;
  vertical-align: top;
}
#business ul li dl .ttl{
  font-size: 20px;
  color: #666666;
  font-family: "Noto Sans JP",sans-serif;
  font-weight: 700;
  line-height: 1.4;
}
#business ul li dd{
  font-size: 13px;
  padding: 5px;
  color: #000000;
  font-family: "Noto Sans JP",sans-serif;
  font-weight: 400;
}
#business ul li:nth-child(1) dd{
  background-color: #EDF5FA;
}
#business ul li:nth-child(2) dd{
  background-color: #F0F3FA;
}
#business ul li:nth-child(3) dd{
  background-color: #F0F6E0;
}
#business ul li:nth-child(4) dd{
  background-color: #F3EDFA;
}
#business ul li:nth-child(5) dd{
  background-color: #EDF7F7;
}
/*改行*/
#business dt .br_pc{
  display: none;
}


/*ipad　広いSP*/
@media screen and (min-width: 568px) and (max-width: 1023px){
  #business ul li dl{
    vertical-align: middle;
  }
  #business ul li dl .ttl{
    font-size: 23px;
  }
  #business .ttl_en{
    font-size: 15px;
    margin: 10px 0 15px 0;
  }
  #business ul li dd{
    font-size: 19px;
  }
}


/*DeskTop*/
@media screen and (min-width: 1024px){
  #business{
    margin: 60px 0 50px 0;
  }
  #business .inner{
    position: relative;
    background-image: none;
  }
  #business .inner .text_area {
    position: relative;
    z-index: 2;
  }
  #business .inner .bg_area {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 80%;
    background: url("../image/icon_business05.jpg");
    background-size: cover;
  }
  #business ul{
    font-size: 0;
    position: relative;
    bottom: auto;
  }
  #business ul li{
    display: inline-block;
    width: 18.6%;
    margin: 0 1.66% 0 0;
  }
  #business ul li:last-child{
    margin: 0 0 0 0;
  }
  #business ul li .img{
    display: block;
    width: auto;
    padding: 5px 0 15px 0;
    text-align: center;
  }
  #business ul li dl{
    display: block;
  }
  #business dt .br_pc{
    display: block !important;
  }
  #business ul li dl .ttl{
    text-align: center;
    font-size: 32px;
    line-height: 1.3;
  }
  #business .ttl_en{
    font-size: 18px;
  }
  #business ul li dd{
    font-size: 16px;
    line-height: 1.4;
    padding: 10px 10px 10px 10px;
  }
}
/*DeskTop 大きさ*/
@media screen and (min-width: 1800px){
  #business ul li dl .ttl{
    margin: 0 0 20px 0;
  }
}


/*-----------------------------------------------
system_products
------------------------------------------------*/
#system_products{
  padding: 0 15px 0 15px;
  text-align: center;
}
#system_products h2{
  color: #2450B2;
  font-family: "Noto Sans JP",sans-serif;
  font-weight: 700;
  font-size: 25px;
  margin: 40px 0 35px 0;
  line-height: 0.9;
}
#system_products h2 span{
  font-family: "Noto Sans JP",sans-serif;
  font-weight: 700;
  color: #BABABA;
  font-size: 13px;
}
#system_products ul li{
  margin: 0 0 20px 0;
}
#system_products ul li:nth-child(3),
#system_products ul li:nth-child(4){
  margin: 0 0 30px 0;
}
#system_products .btn{
  margin: 30px 0 0 0;
}
#system_products .btn a{
  background: #026DB7;
  color: #ffffff;
  display: block;
  font-size: 18px;
  padding: 15px 0 15px 0;
  position: relative;
  max-width: 414px;
  margin: 0 auto;
  border: 1px solid #026DB7;
  transition: .3s;
  font-family: "Noto Sans JP",sans-serif;
  font-weight: 500;
}
#system_products .btn a:hover{
  text-decoration: none;
}
#system_products .btn a::before{
  position: absolute;
  content: '';
  background-image: url("../image/icon_system_products01.png");
  background-size: contain;
  width: 20px;
  height: 20px;
  right: 20px;
  top: 35%;
  transition: .3s;
}


/*DeskTop*/
@media screen and (min-width: 1024px){
  #system_products{
    padding: 0 2.1% 0 2.1%;
  }
  #system_products h2{
    font-size: 32px;
  }
  #system_products h2 span{
    font-size: 18px;
  }
  #system_products ul{
    font-size: 0;
  }
  #system_products ul li{
    display: inline-block;
  }
  #system_products ul li:nth-child(1),
  #system_products ul li:nth-child(2),
  #system_products ul li:nth-child(3){
    width: 30.7%;
    margin: 0 0 50px 0;
  }
  #system_products ul li:nth-child(1),
  #system_products ul li:nth-child(2){
    margin: 0 1.1% 0 0;
  }
  #system_products ul li:nth-child(4){
    padding: 0 2.7% 0 0;
    border-right: 1px dotted #bbbbbb;
    margin: 0 2.7% 0 0;
    width: 31.2%;
  }
  #system_products ul li:nth-child(5){
    width: 28.45%;
  }
  #system_products .btn a:hover{
    background-color: #ffffff;
    color: #026DB7;
    transition: .3s;
  }
  #system_products .btn a{
    font-size: 20px;
    max-width: 786px;
    padding: 31px 0 31px 0;
    width: 43.5%;
  }
  #system_products .btn a::before{
    width: 26px;
    height: 26px;
  }
  #system_products .btn a:hover::before{
    background-image: url("../image/icon_system_products02.png");
    transition: .3s;
  }
}

/*----------------------------------------
about_us
----------------------------------------*/
#about_us{
  margin: 75px 0 90px 0;
}
#about_us h2{
  background-image: url("../image/bg_about_us01.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #ffffff;
  font-size: 25px;
  font-family: "Noto Sans JP",sans-serif;
  font-weight: 700;
  text-align: center;
  padding: 17px 0 17px 0;
  line-height: 0.9;
}
#about_us h2 span{
  font-family: "Noto Sans JP",sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: #8BC7DB;
}
#about_us .inner{
  padding: 20px 40px 30px 40px;
  text-align: center;
  background-image: url("../image/bg_about_us03.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#about_us li{
  max-width: 580px;
  margin: 0 auto;
}
#about_us li a{
  border: 10px solid #ffffff;
  display: block;
}
#about_us li .txt{
  color: #ffffff;
  font-size: 21px;
  font-family: "Noto Sans JP",sans-serif;
  font-weight: 500;
  background-color: #2697BD;
  padding: 10px 0 10px 0;
}
#about_us li .txt p span{
  font-size: 13px;
  font-family: "Noto Sans JP",sans-serif;
  font-weight: 700;
  color: #8AC7DB;
}
#about_us li:first-child{
  margin: 0 auto 20px auto;
}
#about_us li .txt p{
  position: relative;
  line-height: 1;
}
#about_us li .txt p::before{
  position: absolute;
  width: 6px;
  height: 6px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  content: "";
  right: 20px;
  top: 55%;
  margin-top: -6px;
  transform: rotate(-45deg);
}
#about_us a:hover{
  text-decoration: none;
}
#about_us a:hover img{
  opacity: 0.6;
}


/*DeskTop*/
@media screen and (min-width: 1024px){
  #about_us h2{
    font-size: 38px;
    padding: 55px 0 45px 0;
  }
  #about_us h2 span{
    font-size: 18px;
  }
  #about_us .inner{
    padding: 75px 0px 75px 0px;
    background-image: url("../image/bg_about_us02.jpg");
  }
  #about_us ul{
    font-size: 0;
  }
  #about_us ul li{
    display: inline-block;
    width: 31%;
    overflow: hidden;
    background: #ffffff;
  }
  #about_us ul li:first-child{
    margin: 0 2.1% 0 0;
  }
  #about_us a .img{
    overflow: hidden;
  }
  #about_us a img{
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .4s ease-in-out;
  }
  #about_us a:hover img{
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
  #about_us li .txt{
    font-size: 26px;
    padding: 13px 0 14px 0;
  }
  #about_us li .txt p span{
    font-size: 15px;
  }
}


/*-------------------------------------
top_news
-------------------------------------*/
#top_news h2{
  color: #016CB7;
  font-family: "Noto Sans JP",sans-serif;
  font-weight: 700;
  font-size: 25px;
  text-align: center;
  background-image: url("../image/bg_top_news01.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 17px 0 17px 0;
  line-height: 0.9;
}
#top_news h2 span{
  font-family: "Noto Sans JP",sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: #8ABCDE;
}
#top_news .inner{
  padding: 15px 15px 30px 15px;
  background-image: url("../image/top_news02.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#top_news .inner .wrap{
  background-color: rgba(255,255,255,0.8);
  padding: 10px 10px 10px 10px;
}
#top_news li{
  margin: 0 0 20px 0;
}
#top_news li a{
  background-color: #ffffff;
  display: block;
  border: 1px solid #bbbbbb;
  font-size: 15px;
  color: #000000;
  line-height: 1.5;
  padding: 5px 15px 5px 5px;
  position: relative;
  transition: .3s;
}
#top_news li a::before{
  position: absolute;
  width: 6px;
  height: 6px;
  border-right: 2px solid #026DB7;
  border-bottom: 2px solid #026DB7;
  content: "";
  right: 10px;
  top: 53%;
  margin-top: -6px;
  transform: rotate(-45deg);
}
#top_news li a:hover{
  text-decoration: none;
  transition: .3s;
  color: #8C008C;
}
#top_news a .date{
  color: #666666;
  font-size: 13px;
}
#top_news .btn{
  text-align: center;
}
#top_news .btn a{
  color: #000000;
  background-color: #ffffff;
  font-size: 17px;
  border: 1px solid #bbbbbb;
  display: block !important;
  padding: 8.5px 8.5px 8.5px 8.5px;
  margin: 0 auto;
  width: 208px;
  position: relative;
}
#top_news .btn a::before{
  content: "";
  position: absolute;
  right: 6px;
  top: 50%;
  margin-top: -4px;
  border: 5px solid transparent;
  border-left: 6px solid #026DB7;
  transition: .3s;
}
#top_news .btn a:hover{
  text-decoration: none;
}



/*ipad*/
@media screen and (min-width: 768px){
  #top_news a{
    display: table !important;
    width: 100%;
    padding: 10px 17px 10px 10px !important;
  }
  #top_news a .date{
    display: table-cell;
    font-size: 15px;
    padding: 0 15px 0 0;
    width: 100px;
    vertical-align: top;
  }
  #top_news a .txt{
    display: table-cell;
    font-size: 16px;
    vertical-align: top;
  }
  #top_news li{
    margin: 0 0 10px 0;
  }
}

/*DeskTop*/
@media screen and (min-width: 1024px){
  #top_news h2{
    font-size: 38px;
    padding: 55px 0 45px 0;
  }
  #top_news h2 span{
    font-size: 18px;
  }
  #top_news .inner{
    padding: 0px 0px 190px 0px;
    background-image: url("../image/top_news01.jpg");
  }
  #top_news .inner .wrap{
    margin: 0 auto;
    width: 64%;
    padding: 50px 5.2% 50px 5.2%;
  }
  #top_news .btn a{
    transition: .3s;
  }
  #top_news .btn a:hover{
    background-color: #026DB7;
    color: #ffffff;
    transition: .3s;
  }#top_news .btn a:hover::before{
    border-left: 6px solid #ffffff;
    transition: .3s;
  }
}
















