@charset "UTF-8";
/* CSS Document */
@media screen and (max-width: 640px) {
  /* pc.sp/on.off */
  .pc-br {
    display: none;
  }
  .sp-br {
    display: block;
  }
  /* pc.sp/on.off */
  section.top-car {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: visible;
  }
  .top-car ul.top-car-list {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: visible;
    list-style: none;
    line-height: 70%;
  }
  .top-car ul.top-car-list .top-car-item {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
  }
  .top-car ul.top-car-list .top-car-item img {
    line-height: 70% !important;
  }
  .slick-dots {
    position: absolute;
    z-index: 10;
  }
  .slick-dots li button:before {
    font-size: 12px !important;
    color: #B5B5B8;
  }
  .slick-active button:before {
    color: #1d478e !important;
  }
  /****年始挨拶動画****/
  .movie {
    width: 100%;
    margin: 20px auto 0px;
    position: relative;
    padding-top: 56.25%;
  }
  .movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
  .new-year_wrap {
    padding: 20px;
  }
  .new-yaer-txt {
  font-size: calc(-2.3vw + 1.7rem);
    padding: 0px;
  }
  .new-mess {
    font-size: 12px;
        line-height: 180%;
   
    text-align: center;
  }
  .new-txt {
        width: 90%;
    align-items: center;
  }
  .new-txt .right-sen, .new-txt .left-sen {
    font-size: 24px;
  }
  .mini-font {
    width: 100%;
    padding: 5px;
    margin: 20px auto 0;
    max-width: 180px;
    font-size: 14px;
  }
/****DIGITAL/買取 PEAK BANNER****/
	
	.ec-banner_wrap {
		margin: 0 auto 30px;
	    gap: 10px;
    display:block;align-content:center;
    justify-content: center;
	    position: relative;
    overflow: hidden;
}
	
  .digital-peak ,.purchase-elp{
    width: 90%;
    
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
  }
  .digital-peak a,.purchase-elp a {
    width: 100%;
    height: 100%;
    display: block;
  }
  /*****店舗情報*****/
  .tento-main-area {
    width: 100%;
    margin: 0 0 30px;
    padding: 0;
    position: relative;
    overflow: hidden;
    display: block;
    justify-content: center;
  }
  .tento-main-area .tento-main-sec {
    width: 90%;
    margin: 0 auto 30px;
    padding: 30px 0;
    background-color: #FFFFFF;
  }
  .tento-main-area .tento-main-sec:last-child {
    margin: 0 auto;
  }
  .tento-main-area .tento-main-sec .tm-sec-wrap {
    width: 90%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
  }
  .tm-sec-wrap h3.tm-top {
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
    position: relative;
    overflow: visible;
    text-align: center;
    font-size: 160%;
    font-weight: bold;
    line-height: 120%;
  }
  .tm-sec-wrap h3.tm-top-shop:before {
    content: url("../img/index/icon_store.png");
    display: block;
    margin: 0 0 10px;
  }
  .tm-sec-wrap h3.tm-top-shop:after {
    content: "Shop";
    display: block;
    font-size: 50%;
    font-weight: normal;
    color: #2c4b79;
  }
  .tm-sec-wrap h3.tm-top-repair:before {
    content: url("../img/index/icon_repair.png");
    display: block;
    margin: 0 0 10px;
  }
  .tm-sec-wrap h3.tm-top-repair:after {
    content: "Repair";
    display: block;
    font-size: 50%;
    font-weight: normal;
    color: #00a596;
  }
  .tm-sec-wrap .tm-mid {
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
    position: relative;
    overflow: hidden;
    font-size: 90%;
  }
  .tm-sec-wrap ul.tm-link-list {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    list-style: none;
  }
  .tm-sec-wrap ul.tm-link-list li.tm-link-item {
    width: 100%;
    margin: 0 0 5px;
    padding: 0;
    position: relative;
    overflow: hidden;
    font-size: 90%;
    font-weight: bold;
    opacity: 1.0;
    transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
  }
  .tm-sec-wrap ul.tm-link-list li.tm-link-item:hover {
    opacity: 0.8;
    border-radius: 20px;
  }
  .tm-sec-wrap ul.tm-link-shop > li.tm-link-item {
    background: rgb(44, 75, 121);
    background: linear-gradient(90deg, rgba(44, 75, 121, 1) 0%, rgba(75, 99, 159, 1) 100%);
  }
  .tm-sec-wrap ul.tm-link-repair > li.tm-link-item {
    background: rgb(0, 165, 150);
    background: linear-gradient(90deg, rgba(0, 165, 150, 1) 0%, rgba(130, 212, 213, 1) 100%);
  }
  .tm-sec-wrap ul.tm-link-list li.tm-link-item a {
    width: 90%;
    height: 100%;
    margin: 0 auto;
    padding: 20px 5%;
    display: block;
    color: #FFFFFF;
    text-decoration: none;
  }
  .tm-sec-wrap ul.tm-link-list li.tm-link-item a:after {
    content: "＞";
    font-weight: normal;
    float: right;
  }
  /*****店頭・修理　サブボタン*****/
  .tento-sub-area {
    width: 90%;
    margin: 0 auto;
    padding: 30px 0;
    position: relative;
    overflow: hidden;
    background-color: #FFFFFF;
    display: block;
    justify-content: center;
  }
  .tento-sub-area .tento-sub-btn {
    width: 80%;
    margin: 0 auto 10px;
    padding: 0;
    position: relative;
    overflow: hidden;
    display: block;
    border: solid 1px #2c4b79;
    text-align: center;
    font-size: 100%;
    font-weight: bold;
    background-color: #FFFFFF;
    transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
  }
  .tento-sub-area .tento-sub-btn:last-child {
    margin: 0 auto;
  }
  .tento-sub-area .tento-sub-btn a {
    width: 100%;
    display: block;
    padding: 20px 0;
    color: #0A2954;
    text-decoration: none;
    transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
  }
  .tento-sub-area .tento-sub-btn:hover a {
    color: #FFFFFF;
    background-color: #2c4b79;
  }
  /*****ピックアップ*****/
  ul.pickup-list {
    width: 70%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
    list-style: none;
    display: block;
    justify-content: center;
  }
  ul.pickup-list li.pickup-item {
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
    position: relative;
    overflow: hidden;
    opacity: 1.0;
    transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
  }
  ul.pickup-list li.pickup-item:hover {
    opacity: 0.7;
  }
  /*****blog sns btn*****/
  .cal-blog-area {
    width: 80%;
    margin: 0 auto;
    padding: 30px 10%;
    position: relative;
    overflow: hidden;
    background-color: #f0f0f0;
    font-size: 110%;
    font-weight: bold;
    letter-spacing: 0.08em;
    display: block;
    justify-content: center;
  }
  .cal-blog-area .cal-btn {
    width: 100%;
    margin: 0 0 10px;
    background-color: #FFFFFF;
    opacity: 1.0;
    transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
  }
  .cal-blog-area .cal-btn:hover {
    opacity: 0.7;
  }
  .cal-blog-area .cal-btn a {
    width: 80%;
    display: flex;
    margin: 0 auto;
    padding: 20px 10%;
    color: #000000;
    justify-content: center;
    align-items: center;
    text-decoration: none;
  }
  .cal-blog-area .cal-btn a:before {
    content: url("../img/index/btn_calendar.png");
    float: left;
    margin: 0 20px 0 -20px;
  }
  .cal-blog-area .blog-btn {
    width: 100%;
    background-color: #FFFFFF;
    opacity: 1.0;
    transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
  }
  .cal-blog-area .blog-btn:hover {
    opacity: 0.7;
  }
  .cal-blog-area .blog-btn a {
    width: 80%;
    display: flex;
    margin: 0 auto;
    padding: 20px 10%;
    color: #000000;
    text-decoration: none;
    justify-content: center;
    align-items: center;
  }
  .cal-blog-area .blog-btn a:before {
    content: url("../img/index/btn_blog.png");
    float: left;
    margin: 0 20px 0 -20px;
  }
  /*****事業・サービス*****/
  .jigyo-area {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
  }
  .jigyo-area .jigyo-box {
    width: 100%;
    height: unset;
    margin: 0;
    background-size: 110%;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 1.0;
    transition: 0.2s ease-in-out;
  }
  .jigyo-area .jigyo-box:hover {
    opacity: 0.8;
    background-size: 120%;
  }
  .jigyo-area .jigyo-it-consult {
    background-image: url("../img/index/jigyo_consult_bk.jpg");
  }
  .jigyo-area .jigyo-drone {
    background-image: url("../img/index/jigyo_drone_bk.jpg");
  }
  .jigyo-area .jigyo-develop {
    background-image: url("../img/index/jigyo_develop_bk.jpg");
  }
  .jigyo-area .jigyo-robot {
    background-image: url("../img/index/jigyo_robopro_bk.jpg");
  }
  .jigyo-area .jigyo-box .jigyo-box-bk:hover {
    -webkit-filter: blur(0px);
    filter: blur(0px);
  }
  .jigyo-area .jigyo-box a {
    width: 90%;
    height: unset;
    margin: 0 auto;
    padding: 30px 5%;
    color: #FFFFFF;
    text-decoration: none;
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
  }
  .jigyo-area .jigyo-box .jigyo_thumb {
    width: 20%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
  }
  .jigyo-area .jigyo-box h3.jigyo_type {
    width: 60%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
    text-align: left;
    font-size: 140%;
    font-weight: bold;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.50);
  }
  .jigyo-area .jigyo-box .jigyo_type-en {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
    font-size: 70%;
    font-weight: normal;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.50);
    text-align: left;
  }
  
  /*****会社情報 intro*****/
.ind-intro-about {
    width: 100%;
    margin: 0 auto 60px;
    padding: 0;
    position: relative;
    overflow: hidden;
    font-size: 120%;
    font-weight: normal;
    line-height: 210%;
    text-align: center;
    letter-spacing: 0.08em;
}
.ind-intro-about span.you {
    font-weight: bold;
}
.ind-intro-about span.connect {
    font-size: 140%;
}

.ii-flex {
    width: 80%;
    margin: 0 auto;
    padding: 0 0 60px;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

.ii-flex .ii-l {
    width: 50%;
}

.ii-flex .ii-r {
    width: 100%;
}

.ii-flex .ii-r .ind-intro-about {
    text-align: left;
    margin: 0;
    font-size: 90%;
}

.rec-bnr {
    width: 80%;
    margin: 60px auto 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.rec-bnr .rbnr {
    margin: 0 0 30px;
}
.rec-bnr .rbnr:last-child {
    margin: 0;
}
.rec-bnr .rbnr a {
    width: 100%;
    display: block;
    transition: all 0.3s;
}
.rec-bnr .rbnr a:hover {
    opacity: 0.5;
}
  
  
  /*****採用情報*****/
  .recruit-btn {
    width: 95%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
    background-image: url("../img/index/btn_recruit.png");
    background-color: rgba(20, 53, 113, 0.7);
    background-blend-mode: darken;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    opacity: 1.0;
    transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
  }
  .recruit-btn:hover {
    opacity: 0.7;
  }
  .recruit-btn a {
    width: 90%;
    display: block;
    color: #FFFFFF;
    margin: 0 auto;
    padding: 20px 5%;
    text-decoration: none;
  }
  .recruit-btn h3.recruit-btn-hdr {
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
    position: relative;
    overflow: hidden;
    font-size: 140%;
    font-weight: bold;
    line-height: 120%;
  }
  .recruit-btn .recruit-btn-txt {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    font-size: 90%;
    line-height: 160%;
  }
  .ind-flex {
    display: block;
    justify-content: space-between;
  }
  .ind-flex .ind-cal {
    width: 100%;
    margin: 0 0 30px;
  }
  .ind-flex .ind-pu {
    width: 100%;
  }
  .ind-pu ul.pickup-list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    line-height: 110%;
  }
  .ind-pu ul.pickup-list li.pickup-item {
    width: 49%;
    margin: 0 0 5px;
  }
  /***2023***/
  .event-space {
    width: 100%;
    margin: 0;
    padding: 60px 0;
    position: relative;
    overflow: hidden;
    background-color: #FFF;
    /*
    background-image: url("../img/index/carousel/carousel_bk2023.jpg");
    background-size: cover;
    background-repeat: no-repeat;
*/
  }
  .event-space .event-bnr {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 0px 20px 0px rgba(34, 94, 184, 0.75);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(34, 94, 184, 0.75);
    -moz-box-shadow: 0px 0px 20px 0px rgba(34, 94, 184, 0.75);
    transition: all 0.3s;
  }
  .event-space .event-bnr:hover {
    box-shadow: 0px 0px 5px 0px rgba(34, 94, 184, 0.75);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(34, 94, 184, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(34, 94, 184, 0.75);
  }
}