@charset "UTF-8";

/* ------------------------------------------------------------------
visible
------------------------------------------------------------------ */
@media screen and (min-width: 889px) {
	.visible-sp {
    display: none;
  }
}
@media screen and (max-width: 888px) {
  .visible-sp {
    display: block;
  }
}
/* ------------------------------------------------------------------
mv
------------------------------------------------------------------ */
@media only screen and (min-width:889px) {
  .mv {
  }
  .mv .item{
    position: relative;
    width: 100%;
    height: 700px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
  }
  .mv .item .item-in{
    position: absolute;
    /* top: 50%; */
    bottom: 15%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 860px;
    line-height: 1.8;
    text-align: center;
  }
  .mv .item .item-in .sub{
    display: inline-block;
    margin-bottom: 1rem;
    padding: 0 4rem;
    font-size: 3.4rem;
    font-weight: bold;
    color: #e90000;
  }
  .mv .item .item-in h1{
    font-size: 6.0rem;
    color: #fff;
    line-height: 1.4;
    margin: 0 0 20px;
  }
  .mv .item .item-in .lead{
    width: 90%;
    margin: auto;
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
  }
  .mv .item .item-in .btn{
    margin: 20px 0 0;
  }
  .mv .item .item-in .btn a{
    display: inline-block;
    border: 1px solid #fff;
    padding: 10px 40px;
    font-size: 1.8rem;
    color: #fff;
  }
  .mv .item .item-in .btn a:hover{
    background: #fff;
    color: #333;
  }
  /* トップ文字白背景 */
  .bgWhite {
    background: rgba(255, 255, 255, .6);
  }
}
@media only screen and (max-width:888px) {
  .mv {
  }
  .mv .item{
    position: relative;
    width: 100%;
    height: 320px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
  }
  .mv .item .item-in{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 90%;
    line-height: 1.6;
    text-align: center;
  }
  .mv .item .item-in .sub{
    display: inline-block;
    margin-bottom: 1rem;
    padding: 0 2rem;
    font-size: 1.8rem;
    font-weight: bold;
    color: #e90000;
    background: #fff;
  }
  .mv .item .item-in h1{
    font-size: 2.0rem;
    color: #fff;
    margin: 0 0 10px;
  }
  .mv .item .item-in .lead{
    width: 90%;
    margin: auto;
    font-size: 1.2rem;
    /* text-align: left; */
    font-weight: bold;
    color: #fff;
  }
  .mv .item .item-in .btn{
    margin: 20px 0 0;
  }
  .mv .item .item-in .btn a{
    display: inline-block;
    border: 1px solid #fff;
    padding: 5px 40px;
    font-size: 1.4rem;
    color: #fff;
  }
  .mv .item .item-in .btn a:hover{
    background: #fff;
    color: #333;
  }
}

/* ------------------------------------------------------------------
ttl
------------------------------------------------------------------ */
@media only screen and (min-width:889px) {
  .row .ttl{
    margin: 0 0 40px;
    color: #50a7ce;
    text-align: center;
  }
  .row .ttl .en{
    position: relative;
    font-size: 3.2rem;
    font-weight: bold;
    padding: 0 0 20px;
    margin: 0 0 20px;
  }
  .row .ttl .en:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    width: 40px;
    height: 2px;
    background: #50a7ce;
  }
  .row .ttl h2{
    font-size: 1.4rem;
  }
}
@media only screen and (max-width:888px) {
  .row .ttl{
    margin: 0 0 20px;
    color: #50a7ce;
    text-align: center;
  }
  .row .ttl .en{
    position: relative;
    font-size: 2.4rem;
    font-weight: bold;
    padding: 0 0 15px;
    margin: 0 0 15px;
  }
  .row .ttl .en:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    width: 40px;
    height: 2px;
    background: #50a7ce;
  }
  .row .ttl h2{
    font-size: 1.4rem;
  }
}

/* ------------------------------------------------------------------
support
------------------------------------------------------------------ */
@media only screen and (min-width:889px) {
  .top-support{
    background: #f6f6f6;
  }
  .top-support .row-in{
    padding: 60px 0 0;
  }
  .top-support .content{
    background: #fff;
    padding: 30px 0;
  }
  .top-support .content .content-in{
    width: 540px;
    margin: auto;
    letter-spacing: -.4em;
  }
  .top-support .content .content-in .pic{
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
    width: 220px;
  }
  .top-support .content .content-in .txt{
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
    width: 320px;
    padding: 0 0 0 20px;
    line-height: 1.8;
    box-sizing: border-box;
  }
  .top-support .content .content-in .txt .en{
    font-size: 1.6rem;
  }
  .top-support .content .content-in .txt .name{
    font-size: 1.6rem;
    font-weight: bold;
    color: #50a7ce;
  }
  .top-support .content .content-in .txt .btn{
    display: inline-block;
    margin: 20px 0 0;
    padding: 5px 60px;
    border: 1px solid #50a7ce;
    color: #50a7ce;
    border-radius: 30px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
  }
  .top-support .content .content-in a:hover .btn{
    background: #50a7ce;
    color: #fff;
  }
}
@media only screen and (max-width:888px) {
  .top-support{
    background: #f6f6f6;
  }
  .top-support .row-in{
    padding: 30px 0 0;
  }
  .top-support .content{
    background: #fff;
    padding: 20px 0;
  }
  .top-support .content .content-in{
    width: 90%;
    margin: auto;
    overflow: hidden;
  }
  .top-support .content .content-in .pic{
    width: 40%;
    float: left;
  }
  .top-support .content .content-in .txt{
    width: 60%;
    float: left;
    padding: 0 0 0 20px;
    vertical-align: middle;
    line-height: 1.6;
    box-sizing: border-box;
  }
  .top-support .content .content-in .txt .en{
    font-size: 1.4rem;
  }
  .top-support .content .content-in .txt .name{
    font-size: 1.4rem;
    font-weight: bold;
    color: #50a7ce;
  }
  .top-support .content .content-in .txt .btn{
    display: block;
    margin: 5px 0 0;
    padding: 5px 0px;
    border: 1px solid #50a7ce;
    color: #50a7ce;
    border-radius: 30px;
    text-align: center;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
  }
  .top-support .content .content-in a:hover .btn{
    background: #50a7ce;
    color: #fff;
  }
}

/* ------------------------------------------------------------------
future
------------------------------------------------------------------ */
@media only screen and (min-width:889px) {
  .top-future{
    background: #f6f6f6;
  }
  .top-future .row-in{
    padding: 60px 0 0;
    width: 1000px;
    margin: auto;
  }
  .top-future .content{
    overflow: hidden;
  }
  .top-future .content .item{
    width: 32%;
    float: left;
    margin: 0 2% 0 0;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
  }
  .top-future .content .item:last-of-type{
    margin: 0;
  }
  .top-future .content .item a{
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding: 100% 0 0;
  }
  .top-future .content .item a:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
  }
  .top-future .content .item a:after{
    content: "";
    position: absolute;
    top: 5%;
    left: 5%;
    width: 90%;
    height: 90%;
    border: 1px solid #fff;
  }
  .top-future .content .item p{
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    width: 80%;
    color: #fff;
    font-size: 2.4rem;
    text-align: center;
  }
  .top-future .content .item p span{
    display: block;
    font-size: 1.6rem;
    padding: 0 0 20px;
    margin: 0 0 60px;
    border-bottom: 1px solid #fff;
  }
  .top-future .content .item a:hover:before{
    background: rgba(0,0,0,0.5);
  }
}
@media only screen and (max-width:888px) {
  .top-future{
    background: #f6f6f6;
  }
  .top-future .row-in{
    padding: 30px 0 0;
    width: 80%;
    margin: auto;
  }
  .top-future .content{
    overflow: hidden;
  }
  .top-future .content .item{
    margin: 0 0 20px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
  }
  .top-future .content .item:last-of-type{
    margin: 0;
  }
  .top-future .content .item a{
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding: 60% 0 0;
  }
  .top-future .content .item a:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
  }
  .top-future .content .item a:after{
    content: "";
    position: absolute;
    top: 5%;
    left: 5%;
    width: 90%;
    height: 90%;
    border: 1px solid #fff;
  }
  .top-future .content .item p{
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    width: 80%;
    color: #fff;
    font-size: 2.0rem;
    text-align: center;
  }
  .top-future .content .item p span{
    display: block;
    font-size: 1.4rem;
    padding: 0 0 15px;
    margin: 0 0 30px;
    border-bottom: 1px solid #fff;
  }
  .top-future .content .item a:hover:before{
    background: rgba(0,0,0,0.5);
  }
}

/* ------------------------------------------------------------------
products
------------------------------------------------------------------ */
@media only screen and (min-width:889px) {
  .top-products{
    background: #f6f6f6;
  }
  .top-products .row-in{
    padding: 80px 0;
    width: 1000px;
    margin: auto;
    overflow: hidden;
  }
  .top-products .content{
    padding: 30px 30px 20px;
    background: #fff;
    box-sizing: border-box;
  }
  .top-products .content h3 a{
    display: inline-block;
    font-size: 2.0rem;
    color: #50a7ce;
    border-bottom: 1px solid #50a7ce;
    padding: 0 0 10px;
    margin: 0 0 20px;
  }
  .top-products .content .pic{
    position: relative;
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
  }
  .top-products .content .pic a{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .top-products .content .list ul{
    overflow: hidden;
    padding: 20px 0 0;
  }
  .top-products .content .list ul li{
    width: 49%;
    float: left;
    margin: 0 0 10px;
  }
  .top-products .content .list ul li:nth-of-type(2n){
    float: right;
  }
  .top-products .content .list ul li a{
    position: relative;
    display: block;
    padding: 10px 10px 10px 40px;
    background: #999;
    color: #fff;
  }
  .top-products .content .list ul li a:before {
    position: absolute;
    left: 20px;
    top: 50%;
    content: "";
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    width: 5px;
    height: 5px;
    transform: translate(0%, -50%) rotate(45deg);
    -webkit-transform: translate(0%, -50%) rotate(45deg);
  }
  .top-products .content .list ul li a:hover{
    background: #666;
  }
  .top-products .content.terminal{
    margin: 0 0 30px;
  }
  .top-products .content.fuse{
    width: 48%;
    float: left;
  }
  .top-products .content.tool{
    width: 48.5%;
    float: right;
  }
  .top-products .content.fuse .list ul li,
  .top-products .content.tool .list ul li{
    width: 100%;
    float: none;
  }
}
@media only screen and (max-width:888px) {
  .top-products{
    background: #f6f6f6;
  }
  .top-products .row-in{
    padding: 40px 0;
    width: 90%;
    margin: auto;
  }
  .top-products .content{
    padding: 20px;
    background: #fff;
    box-sizing: border-box;
    margin: 0 0 20px;
  }
  .top-products .content:last-of-type{
    margin: 0;
  }
  .top-products .content h3 a{
    display: inline-block;
    font-size: 1.6rem;
    color: #50a7ce;
    border-bottom: 1px solid #50a7ce;
    padding: 0 0 5px;
    margin: 0 0 10px;
  }
  .top-products .content .pic{
    position: relative;
    width: 100%;
    height: 0;
    padding: 50% 0 0;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
  }
  .top-products .content .pic a{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .top-products .content .list ul{
    overflow: hidden;
    padding: 10px 0 0;
  }
  .top-products .content .list ul li{
    margin: 0 0 10px;
  }
  .top-products .content .list ul li:last-of-type{
    margin: 0;
  }
  .top-products .content .list ul li a{
    position: relative;
    display: block;
    padding: 10px 10px 10px 20px;
    background: #999;
    color: #fff;
  }
  .top-products .content .list ul li a:before {
    position: absolute;
    left: 10px;
    top: 50%;
    content: "";
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    width: 5px;
    height: 5px;
    transform: translate(0%, -50%) rotate(45deg);
    -webkit-transform: translate(0%, -50%) rotate(45deg);
  }
  .top-products .content .list ul li a.hover{
    background: #666;
  }
  .top-products .content.terminal{
  }
}

/* ------------------------------------------------------------------
pickup
------------------------------------------------------------------ */
@media only screen and (min-width:889px) {
  .top-pickup{
    background: url(../images/top/pickup_bg.jpg) 50% 50% no-repeat;
    background-size: cover;
  }
  .top-pickup .row-in{
    padding: 60px 0 80px;
    width: 1000px;
    margin: auto;
  }
  .top-pickup .ttl{
    color: #fff;
  }
  .top-pickup .ttl .en:after{
    background: #fff;
  }
  .top-pickup .content{
    overflow:hidden; 
  }
  .top-pickup .item {
    margin-bottom: 20px;
    width: 48.5%;
    float: left;
  }
  .top-pickup .item:nth-of-type(even){
    float: right;
  }
  /* .top-pickup .item:last-of-type,
  .top-pickup .item:nth-last-of-type(2) {
    margin-bottom: 0;
  } */
  .top-pickup .item a{
    display: block;
  }
  .top-pickup .item a:hover{
    opacity: 0.75;
  }
  .top-pickup .item .pic{
    height: 120px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
  }
  .top-pickup .item p{
    position: relative;
    display: block;
    padding: 15px 15px 15px 45px;
    background: #fff;
    font-weight: bold;
    color: #50a7ce;
  }
  .top-pickup .item p:before {
    position: absolute;
    left: 20px;
    top: 50%;
    content: "";
    border-top: 1px solid #50a7ce;
    border-right: 1px solid #50a7ce;
    width: 9px;
    height: 9px;
    transform: translate(0%, -50%) rotate(45deg);
    -webkit-transform: translate(0%, -50%) rotate(45deg);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
  }
}
@media only screen and (max-width:888px) {
  .top-pickup{
    background: url(../images/top/pickup_bg.jpg) 50% 50% no-repeat;
    background-size: cover;
  }
  .top-pickup .row-in{
    padding: 30px 0 40px;
    width: 90%;
    margin: auto;
  }
  .top-pickup .ttl{
    color: #fff;
  }
  .top-pickup .ttl .en:after{
    background: #fff;
  }
  .top-pickup .content{
    overflow:hidden; 
  }
  .top-pickup .item{
    margin: 0 0 20px;
  }
  .top-pickup .item:nth-of-type(even){
    /* margin: 0; */
  }
  .top-pickup .item a{
    display: block;
  }
  .top-pickup .item a.hover{
    opacity: 0.75;
  }
  .top-pickup .item .pic{
    height: 60px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
  }
  .top-pickup .item p{
    position: relative;
    display: block;
    padding: 10px 10px 10px 30px;
    background: #fff;
    font-weight: bold;
    color: #50a7ce;
  }
  .top-pickup .item p:before {
    position: absolute;
    left: 10px;
    top: 50%;
    content: "";
    border-top: 1px solid #50a7ce;
    border-right: 1px solid #50a7ce;
    width: 7px;
    height: 7px;
    transform: translate(0%, -50%) rotate(45deg);
    -webkit-transform: translate(0%, -50%) rotate(45deg);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
  }
}

/* ------------------------------------------------------------------
news
------------------------------------------------------------------ */
@media only screen and (min-width:889px) {
  .top-news{
  }
  .top-news .row-in{
    padding: 80px 0;
    width: 1000px;
    margin: auto;
  }
  .top-news .ttl{
    margin: 0;
    padding: 0 0 20px;
    border-bottom: 1px solid #50a7ce;
    text-align: left;
  }
  .top-news .ttl h2{
    font-size: 2.4rem;
  }
  .top-news .content{
  }
  .top-news .content a{
    display: block;
    font-size: 1.4rem;
  }
  .top-news .content a:hover{
    opacity: 0.75;
  }
  .top-news .content dl{
    position: relative;
    display: table;
    width: 100%;
    padding: 20px 40px 20px 0;
    line-height: 1.8;
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
    overflow: hidden;
  }
  .top-news .content dl:before {
    position: absolute;
    right: 10px;
    top: 50%;
    content: "";
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    width: 7px;
    height: 7px;
    transform: translate(0%, -50%) rotate(45deg);
    -webkit-transform: translate(0%, -50%) rotate(45deg);
  }
  .top-news .content dl dt{
    display: table-cell;
    width: 22%;
  }
  .top-news .content dl dt span.date {
    display: inline-block;
    width: 80px;
  }
  .top-news .content dl dt span.icon{
    display: inline-block;
    width: 100px;
    padding: 3px 0;
    margin: 0 0 0 10px;
    border-radius: 5px;
    text-align: center;
    color: #fff;
  }
  .top-news .content dl dd{
    display: table-cell;
    width: 78%;
  }
}
@media only screen and (max-width:888px) {
  .top-news{
  }
  .top-news .row-in{
    padding: 40px 0;
    width: 90%;
    margin: auto;
  }
  .top-news .ttl{
    margin: 0;
    padding: 0 0 10px;
    border-bottom: 1px solid #50a7ce;
    text-align: left;
  }
  .top-news .ttl h2{
    font-size: 1.8rem;
  }
  .top-news .content{
  }
  .top-news .content a{
    display: block;
  }
  .top-news .content a.hover{
    opacity: 0.75;
  }
  .top-news .content dl{
    position: relative;
    padding: 10px 30px 10px 0;
    line-height: 1.6;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
  }
  .top-news .content dl:before {
    position: absolute;
    right: 10px;
    top: 50%;
    content: "";
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    width: 5px;
    height: 5px;
    transform: translate(0%, -50%) rotate(45deg);
    -webkit-transform: translate(0%, -50%) rotate(45deg);
  }
  .top-news .content dl dt{
    margin: 0 0 5px;
  }
  .top-news .content dl dt span.date {
    display: inline-block;
    width: 70px;
  }
  .top-news .content dl dt span.icon{
    display: inline-block;
    width: 60px;
    padding: 2px 0;
    margin: 0 0 0 10px;
    border-radius: 3px;
    font-size: 1.0rem;
    text-align: center;
    color: #fff;
  }
  .top-news .content dl dd{
  }
}
