@charset "UTF-8";
.l-mv{
  width:100%;
  height:auto;
  overflow: hidden;
  background: url(../images/top/bg-slick.png) bottom center no-repeat transparent;
  background-size: 100% 100%;
}
.slick-initialized .slick-slide {
  margin: 0 15px !important;
  position:relative;
}
.slick-prev {
  width: 40px;
  height: 60px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  background-image: url(../images/top/news-icon-prev.png);
  background-size: 40px auto;
  background-repeat: no-repeat;
  z-index:100;
}
.slick-next {
  width: 40px;
  height: 60px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  background-image: url(../images/top/news-icon-next.png);
  background-size: 40px auto;
  background-repeat: no-repeat;
  z-index:100;
}
/*.l-mv .-slide01{
  width:100%;
  background: url("../images/top/bg-mv01_pc.png") top center no-repeat transparent;
  background-size:cover;
  height:840px;  
}
.l-mv .-slide02{
  width:100%;
  background: url("../images/top/bg-mv02_pc.png") top center no-repeat transparent;
  background-size:cover;
  height:840px;  
}
.l-mv .-slide03{
  width:100%;
  background: url("../images/top/bg-mv03_pc.png") top center no-repeat transparent;
  background-size:cover;
  height:840px;  
}*/
.l-mv p img{
  /*max-width:100%;
  width:auto;*/
  max-height:700px;
  margin:0 auto;
}
@media all and (max-width: 767px) {
  .l-mv{
    width:100%;
    height:auto;
  }
  .slick-initialized .slick-slide {
    margin: 0 0 !important;
  }
  .slick-prev {
    width: 5.33vw;
    height: 8vw;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    background-image: url(../images/top/news-icon-prev_sp.png);
    background-size: 5.33vw auto;
    background-repeat: no-repeat;
    z-index:100;
  }
  .slick-next {
    width: 5.33vw;
    height: 8vw;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    background-image: url(../images/top/news-icon-next_sp.png);
    background-size: 5.33vw auto;
    background-repeat: no-repeat;
    z-index:100;
  }
  /*.l-mv .-slide01{
    width:100%;
    background: url("../images/top/bg-mv01_pc.png") top center no-repeat transparent;
    background-size:cover;
    height:56vw;  
  }
  .l-mv .-slide02{
    width:100%;
    background: url("../images/top/bg-mv02_pc.png") top center no-repeat transparent;
    background-size:cover;
    height:56vw;
  }
  .l-mv .-slide03{
    width:100%;
    background: url("../images/top/bg-mv03_pc.png") top center no-repeat transparent;
    background-size:cover;
    height:56vw; 
  }*/
  .l-mv p img{
    width:100%;
    /*height:56vw;*/
  }
}
h2{
  text-align: center;
  color:#222222;
  
  font-size:4.0rem;
  font-weight:700;
  line-height:1.2;
  letter-spacing: 0.15em;
}
h2 span{
  display:block;
  text-align: center;
  color:#29AAE1;
  padding-bottom:10px;
  
  font-size:2.0rem;
  font-weight:700;
  line-height:1.2;
  letter-spacing: 0.04em;
}
@media all and (max-width: 767px) {
  h2{
    text-align: center;
    color:#222222;

    font-size:5.33vw;
    font-weight:700;
    line-height:1.2;
    letter-spacing: 0.15em;
  }
  h2 span{
    display:block;
    text-align: center;
    color:#29AAE1;
    padding-bottom:2vw;

    font-size:3.73vw;
    font-weight:700;
    line-height:1.2;
    letter-spacing: 0.04em;
  }
}

.l-company{
  width:100%;
  background: #f2f2f2;
  height:666px;
}
.l-company-inner{
  padding-top:140px;
  max-width:1600px;
  width:100%;
  margin:0 auto;
  background: url("../images/top/bg-company_pc.png") top center no-repeat transparent;
  background-size:1600px 666px;
  height:666px;
}
.l-company-block{
  max-width:460px;
  width:100%;
  margin:0 auto;
}
.l-company-block .-message{
  padding-top:40px;
  text-align: center;
  color:#222222;
  
  font-size:1.6rem;
  font-weight:400;
  line-height:1.625;
  letter-spacing: 0.1em;
}
.l-company-block .-btn{
  padding-top:50px;
  text-align: center;
}
.l-company-block .-btn a{
  display:inline-block;
  border-radius:30px;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.15);
  
  background: #29aae1;
  padding: 15px 15px;
  text-align: center;
  width: 220px;
}
.l-company-block .-btn a span {
  display: block;
  background: url(../images/common/icon-arrow02_pc.png) right center no-repeat transparent;
  background-size: 8px auto;
  text-align: center;
  color: #FFFFFF;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media all and (max-width: 767px) {
  .l-company{
    width:100%;
    background: #f2f2f2;
    height:auto;
  }
  .l-company-inner{
    padding-top:11.2vw;
    max-width:1600px;
    width:100%;
    margin:0 auto;
    background: url("../images/top/bg-company_sp.png") center center no-repeat transparent;
    background-size:100% auto;
    height:auto;
    padding:0 4vw;
  }
  .l-company-block{
    max-width:100%;
    width:100%;
    margin:0 auto;
  }
  .l-company-block h2{
    padding-top:11.2vw;
    text-align: center;
    color:#222222;

    font-size:5.33vw;
    font-weight:700;
    line-height:1.2;
    letter-spacing: 0.15em;
  }
  .l-company-block h2 span{
    display:block;
    text-align: center;
    color:#29AAE1;
    padding-bottom:2vw;

    font-size:3.73vw;
    font-weight:700;
    line-height:1.2;
    letter-spacing: 0.04em;
  }
  .l-company-block .-message{
    padding-top:8vw;
    text-align: center;
    color:#222222;

    font-size:3.73vw;
    font-weight:400;
    line-height:1.625;
    letter-spacing: 0.1em;
  }
  .l-company-block .-btn{
    padding-top:10vw;
    padding-bottom:11.2vw;
    text-align: center;
  }
  .l-company-block .-btn a{
    display:inline-block;
    border-radius:6vw;
    box-shadow: 0px 0.4vw 0.93vw 0px rgba(0, 0, 0, 0.15);

    background: #29aae1;
    padding: 3vw 3vw;
    text-align: center;
    width: 44vw;
  }
  .l-company-block .-btn a span {
    display: block;
    background: url(../images/common/icon-arrow02_sp.png) right center no-repeat transparent;
    background-size: 2.13vw auto;
    text-align: center;
    color: #FFFFFF;
    font-size: 3.73vw;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.1em;
  }
}

.l-product{
  width:100%;
  background: #FFFFFF;
}
.l-product-inner{
  padding-top:80px;
  padding-bottom:80px;
  max-width:1600px;
  width:100%;
  margin:0 auto;
  background: url("../images/top/bg-product_pc.png") top 130px center no-repeat transparent;
  background-size:100% auto;
}
.product__list {
  margin-top:60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.product__item {
  -webkit-transition: .3s ease-out;
  position: relative;
  transition: .3s ease-out;
  height: 436px;
  width: 25%;
}
.product__item a:hover {
  opacity:1.0;
}
.product__item::before {
  -webkit-transition: .3s ease-out;
  background: #006AB8;
  bottom: 0;
  content: "";
  left: 0;
  opacity: .4;
  position: absolute;
  right: 0;
  top: 0;
  transition: .3s ease-out;
}
.product__item:hover::before {
  background: transparent;
}
.product__item::after {
  -webkit-transform: translate(-50%, -50%);
  -webkit-transition: .3s ease-out;
  -webkit-transition: .3s;
  border: 2px solid #fff;
  content: "";
  height: 80%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: .3s ease-out;
  transition: .3s;
  width: 80%;
}
.product__item:hover::after {
  border: none;
}
.product__item--electricity {
  background: url(../images/top/img-product01_pc.jpg) no-repeat center center/cover;
}
.product__item--robot {
  background: url(../images/top/img-product02_pc.jpg) no-repeat center center/cover;
}
.product__item--medicine {
  background: url(../images/top/img-product03_pc.jpg) no-repeat center center/cover;
}
.product__item--auto {
  background: url(../images/top/img-product04_pc.jpg) no-repeat center center/cover;
}
.product__item:not(:last-child) {
  margin-right: 3px;
}
.product__item > a {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.btn--round {
  border-radius: 35px;
  height: 48px;
  width: 220px;
}
.product__item .btn {
  border: 1px solid #fff;
  position: absolute;
  -webkit-transform: translateX(-50%);
  bottom: 23px;
  left: 50%;
  transform: translateX(-50%);
  
  display: inline-block;
  border-radius: 30px;
  background: #29aae1;
  padding: 15px 15px;
  text-align: center;
  width: 220px;
}
.product__item .btn span{
  display: block;
  text-align: center;
  color: #FFFFFF;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  position: relative;
  top:-2px;
}
.product__item .btn::after {
  -webkit-transform: rotate(45deg) translateY(-50%);
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  content: "";
  display: inline-block;
  height: 8px;
  margin-top: -2px;
  position: absolute;
  right: 24px;
  top: 24px;
  transform: rotate(45deg) translateY(-50%);
  width: 8px;
}
@media all and (max-width: 1100px) {
  .product__list {
    margin-top: 60px;
    display: block;
    font-size:0;
  }
  .product__item {
    -webkit-transition: .3s ease-out;
    position: relative;
    transition: .3s ease-out;
    height: 436px;
    width: calc(50% - 2px);
    display:inline-block;
  }
  .product__item:not(:last-child) {
    margin-right: 0;
  }
  .product__item:nth-of-type(odd) {
    margin-right: 2px;
    margin-bottom: 4px;
  }
  .product__item:nth-of-type(even) {
    margin-left: 2px;
    margin-bottom: 4px;
  }
}
@media all and (max-width: 767px) {
  .l-product{
    width:100%;
    background: #FFFFFF;
  }
  .l-product-inner{
    padding-top:6.4vw;
    padding-bottom:6.4vw;
    max-width:100%;
    width:100%;
    margin:0 auto;
    background: url("../images/top/bg-product_pc.png") top 10.4vw center no-repeat transparent;
    background-size:100% auto;
  }
  .product__list {
    margin-top:4.8vw;
    display: block;
  }
  .product__item {
    -webkit-transition: .3s ease-out;
    position: relative;
    transition: .3s ease-out;
    height: 50vw;
    width: 100%;
  }
  .product__item a:hover {
    opacity:1.0;
  }
  .product__item::before {
    -webkit-transition: .3s ease-out;
    background: #006AB8;
    bottom: 0;
    content: "";
    left: 0;
    opacity: .4;
    position: absolute;
    right: 0;
    top: 0;
    transition: .3s ease-out;
  }
  .product__item:hover::before {
    background: transparent;
  }
  .product__item::after {
    -webkit-transform: translate(-50%, -50%);
    -webkit-transition: .3s ease-out;
    -webkit-transition: .3s;
    border: 2px solid #fff;
    content: "";
    height: 42vw;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: .3s ease-out;
    transition: .3s;
    width: 92vw;
  }
  .product__item:hover::after {
    border: none;
  }
  .product__item--electricity {
    background: url(../images/top/img-product01_pc.jpg) no-repeat center center/cover;
  }
  .product__item--robot {
    background: url(../images/top/img-product02_pc.jpg) no-repeat center center/cover;
  }
  .product__item--medicine {
    background: url(../images/top/img-product03_pc.jpg) no-repeat center center/cover;
  }
  .product__item--auto {
    background: url(../images/top/img-product04_pc.jpg) no-repeat center center/cover;
  }
  .product__item:not(:last-child) {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
  .product__item:not(:last-child) {
    margin-right: 0;
  }
  .product__item:nth-of-type(odd) {
    margin-right: 0;
    margin-bottom: 0;
  }
  .product__item:nth-of-type(even) {
    margin-left: 0;
    margin-bottom: 0;
  }
  .product__item > a {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .btn--round {
    border-radius: 4.66vw;
    height: 11.6vw;
    width: 44vw;
  }
  .product__item .btn {
    border: 1px solid #fff;
    position: absolute;
    -webkit-transform: translateX(-50%);
    bottom: 20vw;
    left: 50%;
    transform: translateX(-50%);

    display: inline-block;
    border-radius: 9.33vw;
    background: #29aae1;
    padding: 4vw 2vw;
    text-align: center;
    width: 50vw;
  }
  .product__item .btn span{
    display: block;
    text-align: center;
    color: #FFFFFF;
    font-size: 4.26vw;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.1em;
  }
  .product__item .btn::after {
    -webkit-transform: rotate(45deg) translateY(-50%);
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    content: "";
    display: inline-block;
    height: 1.6vw;
    margin-top: -0.26vw;
    position: absolute;
    right: 3.33vw;
    top: 5.66vw;
    transform: rotate(45deg) translateY(-50%);
    width: 1.6vw;
  }
}

.l-topic01{
  background: -webkit-gradient(linear, left top, left bottom, from(#29aae1), to(#006AB8));
  background: -webkit-linear-gradient(top, #29aae1, #006AB8);
  background: linear-gradient(to bottom, #29aae1, #006AB8);
  position: relative;
}
.l-topic01-block{
  background: url(../images/top/bg-topic.png) repeat center center;
  background-size:auto;
  padding: 110px 0 70px;
}
.l-topic01-inner{
  max-width:1100px;
  width:100%;
  margin:0 auto;
}
.l-topic01-banner{
  width:100%;
  text-align: center;
  padding-bottom:50px;
}
.l-topic01-banner img{
  max-width:1100px;
  width:100%;
}
.l-topic01-table{
  width:100%;
  display:table;
  padding-bottom:40px;
}
.l-topic01-list{
  width:50%;
  display:table-cell;
  vertical-align: top;
}
.l-topic01-list:nth-of-type(odd){
  padding-right:1px;
}
.l-topic01-list:nth-of-type(even){
  padding-left:1px;
}
.l-topic01-list a{
  display:block;
}
.l-topic01-list a:hover{
  opacity:1.0;
}
.l-topic01-list .-image{
  width:100%;
  height:230px;
  overflow: hidden;
  line-height: 0;
}
.l-topic01-list .-image img{
  max-width:550px;
  width:100%;
  transition: 0.5s;
  height:100%;
}
.l-topic01-list a:hover .-image img{
  transform:scale(1.1,1.1);
}
.l-topic01-message{
  width:100%;
  background:#FFFFFF;
  padding:30px 40px;
}
.l-topic01-message .-ttl{
  background: url(../images/common/icon-arrow04_pc.png) left center no-repeat;
  background-size:12px auto;
  padding-left:20px;
  text-align: left;
  
  font-size:2.6rem;
  font-weight:700;
  letter-spacing: 0.1em;
}
.l-topic01-message .-message{
  text-align: left;
  padding-top:10px;
  
  font-size:1.4rem;
  font-weight:400;
  line-height:1.57;
  letter-spacing: 0.1em;
}
@media all and (max-width: 767px) {
  .l-topic01{
    background: -webkit-gradient(linear, left top, left bottom, from(#29aae1), to(#006AB8));
    background: -webkit-linear-gradient(top, #29aae1, #006AB8);
    background: linear-gradient(to bottom, #29aae1, #006AB8);
    position: relative;
  }
  .l-topic01-block{
    background: url(../images/top/bg-topic.png) repeat center center;
    background-size:auto;
    padding: 8.8vw 4vw 5.6vw;
  }
  .l-topic01-inner{
    max-width:100%;
    width:100%;
    margin:0 auto;
  }
  .l-topic01-banner{
    width:100%;
    text-align: center;
    padding-bottom:6.66vw;
  }
  .l-topic01-banner img{
    max-width:768px;
    width:100%;
  }
  .l-topic01-table{
    width:100%;
    display:block;
    padding-bottom:3.2vw;
  }
  .l-topic01-list{
    width:100%;
    display:block;
    vertical-align: top;
  }
  .l-topic01-list:nth-of-type(odd){
    padding-right:0;
    padding-bottom:4vw;
  }
  .l-topic01-list:nth-of-type(even){
    padding-left:0;
  }
  .l-topic01-list a{
    display:block;
  }
  .l-topic01-list a:hover{
    opacity:1.0;
  }
  .l-topic01-list .-image{
    width:100%;
    height:auto;
    overflow: hidden;
    line-height: 0;
  }
  .l-topic01-list .-image img{
    max-width:100vw;
    width:100%;
    transition: 0.5s;
    height:100%;
  }
  .l-topic01-list a:hover .-image img{
    transform:scale(1.1,1.1);
  }
  .l-topic01-message{
    width:100%;
    background:#FFFFFF;
    padding:4vw 5.33vw;
  }
  .l-topic01-message .-ttl{
    background: url(../images/common/icon-arrow04_pc.png) left center no-repeat;
    background-size:2vw auto;
    padding-left:4vw;
    text-align: left;

    font-size:4.26vw;
    font-weight:700;
    letter-spacing: 0.1em;
  }
  .l-topic01-message .-message{
    text-align: left;
    padding-top:1.33vw;

    font-size:3.73vw;
    font-weight:400;
    line-height:1.57;
    letter-spacing: 0.1em;
  }
}

.l-1minute{
  width:100%;
  background: url(../images/top/bg-1minute_pc.png) center center no-repeat transparent;
  background-size:cover;
  text-align: center;
  padding:90px 10px;
}
.l-1minute a{
  display:inline-block;
  width:700px;
  background: #29aae1;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.15);
}
.l-1minute-table{
  width:100%;
  display:table;
  padding:35px 90px 35px;
}
.l-1minute-table > div{
  display:table-cell;
  vertical-align: middle;
}
.l-1minute-table .l-left{
  width:145px;
  padding-right:34px;
  text-align: left;
}
.l-1minute-table .l-left p{
  text-align: left;
  line-height: 0;
}
.l-1minute-table .l-left p img{
  max-width:111px;
  width:100%;
}
.l-1minute-table .l-right{
  width:auto;
  text-align: left;
}
.l-1minute-table .l-right .-ttl{
  color:#FFFFFF;
  
  font-size:3.3rem;
  font-weight:700;
  letter-spacing: 0.15em;
}
.l-1minute-table .l-right .-message{
  color:#FFFFFF;
  padding-top:15px;
  
  font-size:1.6rem;
  font-weight:400;
  line-height:1.625;
  letter-spacing: 0.1em;
}
@media all and (max-width: 767px) {
  .l-1minute{
    width:100%;
    background: url(../images/top/bg-1minute_pc.png) center center no-repeat transparent;
    background-size:cover;
    text-align: center;
    padding:7.2vw 4vw;
  }
  .l-1minute a{
    display:inline-block;
    width:100%;
    background: #29aae1;
    box-shadow: 0px 0.4vw 0.93vw 0px rgba(0, 0, 0,0.15);
  }
  .l-1minute-table{
    width:100%;
    display:block;
    padding:4.66vw 4vw 4.66vw;
  }
  .l-1minute-table > div{
    display:block;
    vertical-align: middle;
  }
  .l-1minute-table .l-left{
    width:100%;
    padding-right:0;
    text-align: center;
  }
  .l-1minute-table .l-left p{
    text-align: center;
    line-height: 0;
  }
  .l-1minute-table .l-left p img{
    max-width:14.8vw;
    width:100%;
  }
  .l-1minute-table .l-right{
    width:100%;
    text-align: center;
  }
  .l-1minute-table .l-right .-ttl{
    color:#FFFFFF;
    text-align: center;

    font-size:6.6vw;
    font-weight:700;
    letter-spacing: 0.15em;
  }
  .l-1minute-table .l-right .-message{
    color:#FFFFFF;
    padding-top:2vw;
    text-align: center;

    font-size:4.26vw;
    font-weight:400;
    line-height:1.625;
    letter-spacing: 0.1em;
  }
}

.l-info{
  padding-top:80px;
  padding-bottom:80px;
}
.l-info-inner{
  max-width:1100px;
  width:100%;
  margin:0 auto;
}
.l-info-block{
  margin-top:60px;
  background:#F4F4F4;
  padding:10px 70px;
}
.l-info-block > a{
  display:block;
}
.l-info-table{
  width:100%;
  display:table;
  padding:20px 0;
  border-bottom:1px solid #CBCBCB;
}
.l-info-block > a:last-of-type .l-info-table{
  border-bottom:none;
}
.l-info-table > p{
  display:table-cell;
  vertical-align: top;
}
.l-info-table .-date{
  width:130px;
  padding:0 30px 0 5px;
  text-align: left;
  color:#006AB8;

  font-size:1.6rem;
  font-weight:400;
  line-height:1.625;
  letter-spacing: 0.1em;
}
.l-info-table .-category{
  width:140px;
  text-align: left;
}
.l-info-table .-category span{
  display:inline-block;
  padding:5px 10px;
  text-align: center;
  color:#FFFFFF;
  background:#006AB8;

  font-size:1.6rem;
  font-weight:400;
  line-height:1.625;
  letter-spacing: 0.1em;
  position: relative;
  top: -5px;
}
.l-info-table .-message{
  width:auto;
  padding:0 5px 0 20px;
  text-align: left;

  font-size:1.6rem;
  font-weight:400;
  line-height:1.625;
  letter-spacing: 0.1em;
}
@media all and (max-width: 767px) {
  .l-info{
    padding:6.4vw 4vw;
  }
  .l-info-inner{
    max-width:100%;
    width:100%;
    margin:0 auto;
  }
  .l-info-block{
    margin-top:4.8vw;
    background:#F4F4F4;
    padding:1.33vw 4vw;
  }
  .l-info-block > a{
    display:block;
  }
  .l-info-table{
    width:100%;
    display:block;
    padding:2.66vw 0;
    border-bottom:1px solid #CBCBCB;
  }
  .l-info-block > a:last-of-type .l-info-table{
    border-bottom:none;
  }
  .l-info-table > p{
    display:inline-block;
    vertical-align: top;
  }
  .l-info-table .-date{
    width:24vw;
    padding:0 4vw 0 0.66vw;
    text-align: left;
    color:#006AB8;

    font-size:3.46vw;
    font-weight:400;
    line-height:1.625;
    letter-spacing: 0.1em;
  }
  .l-info-table .-category{
    width:auto;
    text-align: left;
  }
  .l-info-table .-category span{
    
    padding:0.66vw 1.33vw;
    text-align: center;
    color:#FFFFFF;
    background:#006AB8;

    font-size:3.46vw;
    font-weight:400;
    line-height:1.625;
    letter-spacing: 0.1em;
    position: relative;
    top:-0.8vw;
  }
  .l-info-table .-message{
    display:block;
    width:100%;
    padding:1.33vw 0.66vw 0 0.66vw;
    text-align: left;

    font-size:3.46vw;
    font-weight:400;
    line-height:1.625;
    letter-spacing: 0.1em;
  }
}

.l-access{
  padding-top:80px;
  background:#F4F4F4;
}
.l-access-map{
  margin-top:60px;
}
.l-access-map iframe{
  width:100%;
  height:300px;
}
@media all and (max-width: 767px) {
  .l-access{
    padding-top:6.4vw;
    background:#F4F4F4;
  }
  .l-access-map{
    margin-top:4.8vw;
  }
  .l-access-map iframe{
    width:100%;
    height:60vw;
  }
}





