@charset "UTF-8";

@media screen and (max-width: 999px) {

  .indexBnrBox {
    width: 70%;
    margin: 0 auto;
    text-align: center;
  }

  iframe {
    display: block;
    width: 100%;
    height: 60vw;
    border: none;
    margin: 0 auto;
  }

  body {
    opacity: 0;
    transition: all .6s;
    background: #fff;
    font-size: 2vw;
    font-family: serif;
    color: #4D4D4D;
    font-family: "hiragino-mincho-pron", sans-serif;
    ;
  }

  body.active {
    opacity: 1;
  }

  h1,
  h2,
  h3,
  h4 {}

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .duobnrBox {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
  }

  .duobnrBox a {
    display: block;
    width: 45%;
    border: solid 1px #cacaca;
  }

.insurance_bnrBox{
  flex-direction: column;
  row-gap: 16px;
}

  .insurance_box {
    width: 85%;
  }

  .insurance_box a {
    border: unset;
  }

  .duobnrBox .insurance_link {
    border: solid 1px #cacaca;
    width: 100%;
  }

  .header {
    position: fixed;
    z-index: 10;
    top: 2vw;
    left: 0;
    padding: 0;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: auto;
    transition: all 1s;
  }

  .header .logo {
    display: block;
    width: 20vw;
    height: auto;
    font-size: 100%;
    margin-right: 5vw;
  }

  .header .logo img {
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, .8));
  }

  .header #spMenu {
    position: relative;
    opacity: 1;
    z-index: -10;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 5vw;
    height: auto;
    transition: all 1s;
    padding: 0;
    align-items: center;
    margin: 2vw 2vw 0 0;
  }

  .header #spMenu.active {
    opacity: 1;
    z-index: 1;
    transition: all 1s;
  }

  .header #spMenu img {
    display: block;
    margin-top: .3vw;
  }

  .header #spMenu .menu-trigger {
    position: relative;
    width: 5vw;
    height: 5vw;
    display: block;
    justify-content: center;
    align-items: center;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .menu-trigger,
  .menu-trigger p {
    display: block;
    transition: all .4s;
    box-sizing: border-box;
  }

  .menu-trigger.down p {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    font-size: 0.1em;
  }

  .menu-trigger p {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    font-size: 0.1em;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.6);
  }

  .menu-trigger p:nth-of-type(1) {
    top: 0;
  }

  .menu-trigger p:nth-of-type(2) {
    top: 2.3vw;
  }

  .menu-trigger p:nth-of-type(3) {
    top: 4.7vw;
  }

  .menu-trigger.active p:nth-of-type(1) {
    transform: translateY(2.5vw) rotate(-45deg);
    background: #fff;
  }

  .menu-trigger.active p:nth-of-type(2) {
    opacity: 0;
  }

  .menu-trigger.active p:nth-of-type(3) {
    transform: translateY(-2.05vw) rotate(45deg);
    background: #fff;
  }

  .spnavi {
    display: block;
    position: fixed;
    top: 0;
    right: -100vw;
    z-index: 9;
    background: rgba(0, 0, 0, .8);
    width: 100vw;
    height: 100%;
    padding: 5vw 2vw 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    transition: all 1s;
  }

  .spnavi.active {
    right: 0;
  }

  .spnavi a {
    color: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 2vw 0;
    font-size: 3vw;
    border-bottom: dotted 1px rgba(255, 255, 255, .2);
  }

  .spnavi a p:first-child {
    margin-right: 2vw;
    font-family: "itc-american-typewriter", sans-serif;
  }

  .sideIcon {
    display: block;
    position: fixed;
    right: 2vw;
    top: 16vw;
    z-index: 3;
    width: 5vw;
    height: auto;
  }

  .sideIcon a {
    display: block;
    margin-bottom: 3vw;
    width: 5vw;
    height: auto;
  }

  .sideIcon a img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, .8));
  }

  .btmContact {
    display: block;
    margin: 0 auto;
    text-align: center;
    padding: 10vw 0;
    overflow: hidden;
    background: url(https://adshibata.co.jp/system_panel/uploads/images/bg_footerbtm.jpg) no-repeat center center;
    background-size: cover;
  }

  .btmContact .maincont {
    width: 90%;
    margin: 0 auto;
    position: relative;
    background: #fff;
    padding: 0 4vw 2vw;
    box-sizing: border-box;
  }

  .btmContact .maincont .ttlHead {
    width: 33vw;
    height: auto;
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    margin: -5vw auto 5vw;
  }

  .btmContact .maincont .ttlHead+p {
    display: block;
    padding-top: 6vw;
    font-size: 130%;
  }

  .btmContact .maincont .flcell {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 2vw auto;
  }

  .btmContact .maincont .flcell .tel {
    width: 67%;
    margin-right: 3%;
    box-sizing: border-box;
  }

  .btmContact .maincont .flcell .tel a.number {
    display: block;
    margin-bottom: 1vw;
  }

  .btmContact .maincont .flcell .tel a.number img {}

  .btmContact .maincont .flcell .tel a.number+p {
    color: #15928A;
    font-weight: bold;
    margin-bottom: 2vw;
    font-size: 120%;
    font-family: sans-serif;
  }

  .btmContact .maincont .flcell .tel a.mail {
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 1px #15928A;
    text-align: center;
    padding: 1vw;
  }

  .btmContact .maincont .flcell .tel a.mail img {
    width: 3em;
    height: auto;
    margin-right: 1em;
    display: inline-block;
  }

  .btmContact .maincont .flcell .tel a.mail p {
    display: inline-block;
    color: #15928A;
  }

  .btmContact .maincont .flcell .qr {
    width: 30%;
  }

  .btmContact .maincont .flcell .qr p {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1vw;
  }

  .btmContact .maincont .flcell .qr p::before {
    content: "|";
    margin-right: .4vw;
    display: block;
    color: #4D4D4D;
    transform: rotate(-45deg);
  }

  .btmContact .maincont .flcell .qr p::after {
    content: "|";
    margin-left: .4vw;
    display: block;
    color: #4D4D4D;
    transform: rotate(45deg);
  }

  .btmContact .maincont .flcell .qr .img {
    display: block;
    padding: 1vw;
    border: solid 1px #15928A;
  }

  .btmContact .maincont .flcell .qr .img img {}

  .footer {
    display: block;
    margin: 0 auto;
    text-align: center;
    padding: 3vw 0 0;
    overflow: hidden;
    background: url(https://adshibata.co.jp/system_panel/uploads/images/footerbg.jpg) no-repeat center center;
    background-size: cover;
  }

  .footer .maincont {
    width: 90%;
    position: relative;
    display: block;
    margin: 0 auto;
    font-family: sans-serif;
    color: #fff;
  }

  .footer .maincont .left {
    width: 100%;
  }

  .footer .maincont .left .logo {
    width: 50%;
    margin: 0 auto 2vw;
    height: auto;
  }

  .footer .maincont .left .logo+p {
    display: block;
    text-align: center;
  }

  .footer .maincont .left a {
    color: #fff;
  }

  .footer .maincont .left .icon {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 30%;
    margin: 4vw auto;
  }

  .footer .maincont .left .icon a {
    display: block;
    width: 6vw;
    height: auto;
    margin-right: 1vw;
  }

  .footer .maincont .left .icon a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .footer .maincont .mid {
    width: 100%;
    margin: 0;
  }

  .footer .maincont .mid .gmenu {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }

  .footer .maincont .mid .gmenu a {
    display: block;
    text-align: left;
    width: 48%;
    margin: 0 1% .5vw;
    color: #fff;
  }

  .footer .maincont .mid .gmenu a p {
    margin: 0;
    padding: 0;
    font-size: 100%;
  }

  .footer .maincont .right {
    width: 100%;
    text-align: center;
    margin: 4vw auto;
  }

  .footer .maincont .right .tal {
    text-align: center !important;
    margin: auto;
    font-size: 180%;
  }

  .footer .maincont .right .bnrCell {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 60%;
    height: auto;
    margin: 3vw auto;
  }

  .footer .maincont .right .bnrCell a {
    display: block;
    margin-right: 1vw;
  }

  .footer .cp {
    color: #fff;
    text-align: center;
    margin: 1vw auto;
    font-family: sans-serif;
  }

  .pagettl {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 43.5vw;
    position: relative;
    background: #000;
    overflow: hidden;
  }

  .pagettl .txt {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 2;
    color: #fff;
    width: 100%;
    height: 13.8vw;
    left: 0;
    bottom: 0;
    background: url(https://adshibata.co.jp/system_panel/uploads/images/pagettlmask.png) no-repeat bottom center;
    background-size: 100% 100%;
  }

  .pagettl .txt h1 {
    text-align: center;
    font-weight: normal;
    line-height: 1.7;
    font-size: 180%;
    margin-top: 3vw;
  }

  .pagettl .bg {
    display: block;
    position: absolute;
    z-index: 1;
    color: #fff;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }



  .bg_bricks {
    display: block;
    margin: auto;
    padding: 5vw 0;
    overflow: hidden;
    background: url(https://adshibata.co.jp/system_panel/uploads/images/bg_bricks.jpg) repeat-y center top;
    background-size: 100% auto;
  }

  .section .duo {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .section .duo .cell {
    width: 48%;
    height: auto;
    overflow: hidden;
  }

  .section .duo.company .cell {
    width: 48%;
    height: 40vw;
    overflow: hidden;
  }

  .section .duo.company .cell img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .txtCont .flcell {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
  }

  .txtCont .flcell .fleft {
    width: 25%;
    display: block;
    padding: 3vw 1vw;
    box-sizing: border-box;
    color: #fff;
    background: linear-gradient(#15928a 0%, #0b4945 100%);
    border-bottom: solid 1px #fff;
  }

  .txtCont .flcell .fright {
    width: 75%;
    display: block;
    padding: 3vw 1vw;
    box-sizing: border-box;
    background: #fff;
    border-bottom: solid 1px #333;
    text-align: left;
  }

  .historyheader {
    font-size: 180%;
  }

  .businessSec2 {
    display: block;
    width: 100%;
    height: 84vw;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    padding: 0 0;
    text-align: center;
  }

  .businessSec2 .txt {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80%;
  }

  .businessSec2 .txt h2 {
    color: #fff;
    font-size: 140%;
    margin-top: 5vw;
  }

  .businessSec2 .txt h2+p {
    color: #fff;
  }

  .businessSec2 .txt .opbg {
    width: 100%;
    padding: 3vw;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    background: rgba(255, 255, 255, .7);
  }

  .businessSec2 .txt .opbg img {
    display: block;
    position: absolute;
    bottom: 4vw;
    right: -8vw;
    width: 15vw;
    height: auto;
  }

  .businessSec2 .txt .opbg h3 {
    font-size: 130%;
  }

  .businessSec2 .txt .opbg h3+p {}

  .businessSec2 .bg {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
  }

  .businessSec2 .bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .businessSec3 {
    display: block;
    width: 100%;
    padding: 5vw 0;
    text-align: center;
    background: linear-gradient(to right, #FFFFFF 0%, #BED1D0 100%);
    overflow: hidden;
  }

  .businessSec3 .duo {
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .businessSec3 .duo .cell:nth-of-type(1) {
    width: 50%;
    height: auto;
    text-align: left;
  }

  .businessSec3 .duo .cell:nth-of-type(1) br {
    display: none;
  }

  .businessSec3 .duo .cell:nth-of-type(2) {
    width: 50%;
    height: auto;
  }

  .staffCell .set {
    display: block;
    width: 100%;
    background: url(https://adshibata.co.jp/system_panel/uploads/images/bg_staffcell.png) no-repeat left center, linear-gradient(#15928a 0%, #0b4945 100%);
    background-size: 45% 100%;
    overflow: hidden;
    padding: 2.5vw 0;
    margin: 0 auto;
  }

  .staffCell .set .inner {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 70%;
    margin: 0 auto;
  }

  .staffCell .set .inner .cell:nth-of-type(1) {
    width: 50%;
    display: block;
    padding: 2vw;
    text-align: center;
  }

  .staffCell .set .inner .cell:nth-of-type(2) {
    width: 50%;
    display: block;
    padding: 2vw;
    text-align: left;
    color: #fff;
  }

  .staffCell .set .inner .cell:nth-of-type(2) p:first-child {
    margin-top: 3vw;
    display: block;
  }

  .staffCell .set .inner .cell:nth-of-type(2) p {
    margin-bottom: 1vw;
    display: block;
    text-align: left;
  }

  .staffCell .set:nth-of-type(even) {
    display: block;
    width: 100%;
    background: url(https://adshibata.co.jp/system_panel/uploads/images/bg_staffcell2.png) no-repeat right center, linear-gradient(#15928a 0%, #0b4945 100%);
    background-size: 45% 100%;
    overflow: hidden;
    padding: 1.5vw 0;
    margin: 0 auto;
  }

  .staffCell .set:nth-of-type(even) .inner .cell:nth-of-type(1) {
    order: 2;
    width: 50%;
    display: block;
    padding: 2vw;
    text-align: center;
  }

  .staffCell .set:nth-of-type(even) .inner .cell:nth-of-type(2) {
    order: 1;
    width: 50%;
    display: block;
    padding: 2vw;
    text-align: center;
  }

  .usedcarBox {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .usedcarBox .cell {
    width: 48%;
    margin: 10% 2% 5% 0;
    display: block;
  }

  .usedcarBox .cell:nth-of-type(2n) {
    margin-right: 0;
  }

  .usedcarBox .cell h2,
  .usedcarBox .cell h3 {
    display: block;
    text-align: center;
    padding: 1vw 0;
    background: linear-gradient(#15928a 0%, #0b4945 100%);
    color: #fff;
    font-size: 100%;
    font-weight: normal;
  }

  .usedcarBox .cell .price {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1vw auto;
  }

  .usedcarBox .cell .price p:nth-child(2) {
    font-size: 250%;
    display: block;
    padding: 0 .5em;
    font-weight: bold;
    font-family: "din-2014", sans-serif;
  }

  .usedcarBox .cell .btn p {
    font-size: 2vw !important;
  }

  .usedcarBox .cell .btn:hover {
    background: #4D4D4D;
    opacity: 1 !important;
  }

  .usedcarBox .cell .btn:hover p {
    color: #fff;
  }

  .largebehicle_sec1 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: auto;
    padding: 5vw 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(184, 222, 219, 0.64) 20.5%, #7ec3be 50.19%, rgba(177, 219, 216, 0.68) 79.49%, rgba(255, 255, 255, 0) 100%), url(https://adshibata.co.jp/system_panel/uploads/images/lv_bg1.jpg), url(https://adshibata.co.jp/system_panel/uploads/images/lv1_bg2.jpg);
    background-repeat: no-repeat;
    background-position: center center, left center, right center;
    background-size: auto 100%;
    overflow: hidden;
  }

  .largebehicle_sec1 p {
    display: block;
    width: 50%;
    margin: auto;
    font-size: 110% !important;
  }

  .largebehicle_sec1 p br {
    display: none;
  }

  .largebehicle_sec2 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 46.4vw;
    background: url(https://adshibata.co.jp/system_panel/uploads/images/lv2_bg1.jpg), url(https://adshibata.co.jp/system_panel/uploads/images/lv2_bg2.jpg), linear-gradient(#f6f5f5 0%, #acabab 100%);
    background-repeat: no-repeat;
    background-position: left center, right center, center center;
    background-size: auto 100%;
    overflow: hidden;
  }

  .largebehicle_sec2 .txtCont {
    position: absolute;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    background: linear-gradient(#f6f5f5 0%, #acabab 100%);
    padding: 2vw;
    box-sizing: border-box;
  }

  .largebehicle_sec2 .txtCont p:first-child {
    font-size: 140%;
    margin-bottom: 1vw;
    display: block;
  }

  .largebehicle_sec2 .txtCont p:nth-child(2) {
    font-size: 110%;
    margin-bottom: 1vw;
    display: block;
  }

  .largebehicle_sec2 .txtCont p:last-child {
    font-size: 90%;
    display: block;
  }

  .m_navibox {
    width: 90%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto;
  }

  .m_navibox a {
    display: block;
    width: 24%;
    margin: 0 1.33% 1% 0;
  }

  .m_navibox a:nth-of-type(4n) {
    margin-right: 0;
  }


  .sbg {
    position: relative;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 10vw 0;
  }

  .sbg::before {
    content: '';
    position: absolute;
    top: 8vw;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to right, rgba(21, 146, 138, 0.48) 0%, #0b4945 100%);
    transform: skewY(-7deg);
    z-index: -1;
    margin: auto;
  }


  .maintenanceBox {}

  .maintenanceBox .box {
    margin-bottom: 2vw;
    padding: 2vw 0;
  }

  .maintenanceBox .box .flcell {
    display: block;
    margin: 0 auto;
    width: 90%;
  }

  .maintenanceBox .box .flcell .fleft {
    order: 2;
    text-align: left;
    width: 100%;
    margin-top: 5%;
    padding: 10vw;
    background: #fff;
    box-sizing: border-box;
  }

  .maintenanceBox .box .flcell .fright {
    order: 1;
    width: 100%;
    background: #fff;
    padding: 1vw;
    box-sizing: border-box;
  }

  .maintenanceBox .box .flcell .fleft strong {
    width: 110%;
  }

  .maintenanceBox #sec1 {
    background: url(https://adshibata.co.jp/system_panel/uploads/images/mt_bg1.jpg), #fff;
    background-repeat: no-repeat;
    background-position: center right;
    background-size: auto 100%;
  }

  .maintenanceBox #sec2 {
    background: url(https://adshibata.co.jp/system_panel/uploads/images/mt_bg2.jpg), #fff;
    background-repeat: no-repeat;
    background-position: center left;
    background-size: auto 100%;
  }

  .maintenanceBox #sec3 {
    background: url(https://adshibata.co.jp/system_panel/uploads/images/mt_bg3.jpg), #FEFDFD;
    background-repeat: no-repeat;
    background-position: center right;
    background-size: auto 100%;
  }

  .maintenanceBox #sec3 .txt {
    background: #FEFDFD;
  }

  .maintenanceBox #sec4 {
    background: url(https://adshibata.co.jp/system_panel/uploads/images/mt_bg4.jpg), #fff;
    background-repeat: no-repeat;
    background-position: center left;
    background-size: auto 100%;
  }

  .maintenanceBox #sec5 {
    background: url(https://adshibata.co.jp/system_panel/uploads/images/mt_bg5.jpg), #fff;
    background-repeat: no-repeat;
    background-position: center right;
    background-size: auto 100%;
  }

  .maintenanceBox #sec6 {
    background: url(https://adshibata.co.jp/system_panel/uploads/images/mt_bg6.jpg), #fff;
    background-repeat: no-repeat;
    background-position: center left;
    background-size: auto 100%;
  }

  .maintenanceBox #sec7 {
    background: url(https://adshibata.co.jp/system_panel/uploads/images/mt_bg7.jpg), #fff;
    background-repeat: no-repeat;
    background-position: center right;
    background-size: auto 100%;
  }

  .maintenanceBox #sec8 {
    background: url(https://adshibata.co.jp/system_panel/uploads/images/mt_bg8.jpg), #fff;
    background-repeat: no-repeat;
    background-position: center left;
    background-size: auto 100%;
  }

  .arr_sec1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: 100%;
    height: auto;
    background: url(https://adshibata.co.jp/system_panel/uploads/images/arr_bg2.jpg), linear-gradient(to left, #DCDCDC 0%, #DCDCDC 56.48%, #cedad9 100%);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 82% auto, 100% auto;
    text-align: center;
  }

  .arr_sec1 .top {
    position: relative;
    z-index: 2;
    width: 100%;
    height: auto;
    color: #000;
  }

  .arr_sec1 .top .box {
    width: 98%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3vw;
  }

  .arr_sec1 .top h2 {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 2vw;
    font-size: 120%;
  }

  .arr_sec1 .top .box p {
    display: block;
    width: 47%;
    text-align: left;
    margin-right: 2vw;
    box-sizing: border-box;
    font-size: 87%;
  }

  .arr_sec1 .mdl {
    position: absolute;
    z-index: 1;
    top: 2vw;
    left: 0;
    width: 100%;
    height: 35.6vw;
  }

  .arr_sec1 .mdl img {
    mask-image: url("https://adshibata.co.jp/system_panel/uploads/images/arrmask.png");
    mask-repeat: no-repeat;
    mask-position: 0 0;
    mask-size: auto 100%;
    -webkit-mask: url('https://adshibata.co.jp/system_panel/uploads/images/arrmask.png') repeat left top / 100% 100%;
  }

  .arr_sec1 .btm {
    position: relative;
    z-index: 2;
    width: 100%;
    height: auto;
    color: #000;
    padding-bottom: 3vw;
  }

  .arr_sec1 .btm p {
    width: 70%;
    text-align: left;
    margin-left: 2%;
  }

  .arr_sec1 .btm p br {
    display: none;
  }


  .arrBox {}

  .arrBox .box {
    margin-bottom: 2vw;
    padding: 4vw 0;
  }

  .arrBox .box .flcell {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 auto;
    width: 90%;
  }

  .arrBox .box .flcell .fleft {
    order: 2;
    text-align: left;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
    left: 5vw;
  }

  .arrBox .box .flcell .fleft img {
    display: block;
    width: 45%;
    margin: 0 auto;
  }

  .arrBox .box .flcell .fleft .bbox {
    background: #000;
    padding: 1vw 3vw;
  }

  .arrBox .box .flcell .fright {
    order: 1;
    position: relative;
    width: 70%;
    box-sizing: border-box;
    z-index: 1;
  }

  .arrBox .box .flcell .fright .img1 {
    position: absolute;
    z-index: 2;
    width: 17vw;
    height: auto;
    left: 1vw;
    top: 6vw;
  }

  .arrBox .box .flcell .fright .img2 {
    position: relative;
    z-index: 1;
    left: 10vw;
  }

  .arrBox #sec1 {
    background: url(https://adshibata.co.jp/system_panel/uploads/images/arr_bg3.jpg), #fff;
    background-repeat: no-repeat;
    background-position: center right;
    background-size: auto 100%;
  }

  .arrsec3 {
    position: relative;
    width: 100%;
    height: auto;
    padding: 3vw;
    background: url(https://adshibata.co.jp/system_panel/uploads/images/arrbg_sec3.jpg) repeat-y top center;
    background-size: 100% auto;
  }

  .arrsec3 .section {
    width: 100%;
  }

  .arrsec3 .box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }

  .arrsec3 .box .cell {
    display: block;
    text-align: center;
    width: calc(100% /5);
    margin: 0 2vw;
  }

  .arrsec3 .box .cell p {
    font-size: 120%;
    font-weight: bold;
  }

  .ultra_fourcells {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
  }

  .ultra_fourcells .cell {
    display: block;
    text-align: center;
    width: 48%;
    margin: 0 auto 4vw;
    background: #fff;
    border-radius: 1vw;
    box-shadow: 0px 3px 6px rgba(43, 43, 43, 0.16);
    padding: 3vw 1vw;
    text-align: center;
    position: relative;
  }

  .ultra_fourcells .cell .num {
    position: absolute;
    z-index: 2;
    top: -4vw;
    color: #000;
    font-family: "din-2014", sans-serif;
    font-size: 290%;
    font-weight: bold;
  }

  .ultra_fourcells .cell img {
    display: block;
    width: auto;
    height: 18vw;
    margin: 0 auto 2vw;
  }

  .ultra_fourcells .cell p {
    color: #f00;
  }

  .ultra_fourcells .cell p strong {
    font-size: 150%;
  }

  .graybg.ultra {
    padding: 0;
    margin: 0 auto;
  }

  .ultramaskbg {
    width: 100%;
    height: auto;
    padding: 5vw 0 15vw;
    background: #fff;
    mask-image: url("https://adshibata.co.jp/system_panel/uploads/images/ultramaskbg.png");
    mask-repeat: no-repeat;
    mask-position: 0 0;
    mask-size: 100% 100%;
  }

  .ultramaskbg img {
    display: block;
    width: 80%;
    margin: 0 auto;
  }

  .ultramaskbg+section img {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .bg_darkgreen {
    background: #0B4945;
    padding: .4vw;
    text-align: center;
    display: block;
  }

  .tabset {}

  .tabset .navi {
    display: flex;
    justify-content: space-between;
  }

  .tabset .navi a {
    width: 19%;
    display: block;
    background: #fff;
    text-align: center;
    padding: 1vw .5vw;
    box-sizing: border-box;
    border-top: solid 1px #15928A;
    border-right: solid 1px #15928A;
    border-left: solid 1px #15928A;
    font-size: 90%;
  }

  .tabset .navi a.active {
    border-top: solid 4px #15928A;
    border-right: solid 4px #15928A;
    border-left: solid 4px #15928A;
    box-sizing: border-box;
  }

  .tabset .navi a img {
    display: block;
    width: 80%;
    height: auto;
    margin: 0 auto 1vw;
  }

  .tabset .navi a p {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 15vw;
    height: 4.4em;
    line-height: 1.3;
    font-size: 115%;
  }

  .tabset .navi a p br {
    display: none;
  }

  .tabset .mainBox {
    display: block;
    padding: 4vw 2vw;
    border: solid 4px #15928A;
    background: #fff;
  }

  .tabset .mainBox .box {
    opacity: 0;
    display: none;
    transition: all .5s;
  }

  .tabset .mainBox .box.active {
    opacity: 1;
    display: block;
    transition: all .5s;
  }

  .tabset .mainBox .box .ttl {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .tabset .mainBox .box .ttl .left {
    margin-right: 2vw;
  }

  .tabset .mainBox .box .ttl .right {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .tabset .mainBox .box .ttl .right .price {
    color: #15928A;
    font-size: 350%;
    line-height: 1;
    margin-right: 1vw;
    font-weight: bold;
  }

  .tabset .mainBox .box .table {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }

  .tabset .mainBox .box .table .left {
    width: 3vw;
  }

  .tabset .mainBox .box .table .left p {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FCFBE5;
    padding: 1vw 0;
    border: solid 1px #DBD401;
    color: #DBD401;
  }

  .tabset .mainBox .box .table .right {
    width: 94%;
  }

  .tabset .mainBox .box .table .right .row {
    width: 100%;
    padding: 1vw;
    margin: 0 0 .5vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    background: #f3f3f3;
  }

  .tabset .mainBox .box .table .right .row p:nth-child(1) {
    width: 50%;
    text-align: left;
  }

  .tabset .mainBox .box .table .right .row p:nth-child(2) {
    width: 50%;
    text-align: right;
  }

  .tabset .mainBox .box .table .right .red {
    width: 100%;
    padding: 1vw;
    margin: 0 0 .5vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    background: #fcc;
  }

  .tabset .mainBox .box .table .right .red p:nth-child(1) {
    width: 50%;
    text-align: left;
    color: #f00;
  }

  .tabset .mainBox .box .table .right .red p:nth-child(2) {
    width: 50%;
    text-align: right;
    color: #f00;
  }

  .tabset .mainBox .box .table .right .green {
    width: 100%;
    padding: 1vw;
    margin: 0 0 .5vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    background: #D0E9E8;
  }

  .tabset .mainBox .box .table .right .green p {
    width: 100%;
    text-align: right;
    color: #15928A;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
  }

  .tabset .mainBox .box .table .right .green p strong {
    font-size: 250%;
    display: block;
    margin: 0 .5vw;
    line-height: 1;
  }

  .tabset .mainBox .box .btmtxt {
    text-align: right;
    font-weight: bold;
    font-size: 110%;
  }

  .tabset .mainBox .box .btmtxt strong {
    color: #f00;
  }

  #ultra .tabset .mainBox .box .ttl .right .price {
    color: #d7ebd2;
  }

  #ultra .tabset .mainBox .box .table .right .green {
    background: #d7ebd2;
  }

  #ultra .tabset .navi a {
    border-top: solid 1px #d7ebd2;
    border-right: solid 1px #d7ebd2;
    border-left: solid 1px #d7ebd2;
  }

  #ultra .tabset .navi a.active {
    border-top: solid 4px #d7ebd2;
    border-right: solid 4px #d7ebd2;
    border-left: solid 4px #d7ebd2;
  }

  #ultra .tabset .mainBox {
    border: solid 4px #d7ebd2;
  }



  .inspectionsec1 {
    position: relative;
    width: 100%;
    height: auto;
    padding: 3vw 1vw;
    background: url(https://adshibata.co.jp/system_panel/uploads/images/bg_inspection.jpg) no-repeat top center;
    background-size: cover;
  }

  .inspectionsec1 .inspectionFeature {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
  }

  .inspectionsec1 .inspectionFeature .cell {
    width: 49%;
    margin-bottom: 1vw;
    box-sizing: border-box;
    text-align: center;
    padding: 2vw 1vw;
    background: rgba(11, 73, 69, 0.8);
    color: #fff;
  }

  .inspectionsec1 .inspectionFeature .cell img {
    display: block;
    width: 70%;
    margin: 3vw auto;
  }

  .inspectionsec1 .inspectionFeature .cell img+p {
    display: block;
    width: 80%;
    margin: 0 auto;
  }

  .inspectionsec1 .inspectionFeature .largep {
    font-size: 120% !important;
  }

  .btnbox {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: auto;
  }

  .btnbox a {
    display: block;
    background: linear-gradient(#15928a 0%, #0b4945 100%);
    width: 30%;
    padding: 2vw;
    color: #fff;
    border: none;
    border-radius: 0;
  }

  .btnbox a p {
    background: url(https://adshibata.co.jp/system_panel/uploads/images/arrow.png) no-repeat center right;
    background-size: auto .8em;
  }


  .inspectionflow {}

  .inspectionflow .cell {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 1vw;
    border-bottom: dotted 2px #15928A;
  }

  .inspectionflow .cell:nth-of-type(1) {
    border-top: dotted 2px #15928A;
  }

  .inspectionflow .cell .num {
    background: linear-gradient(#15928a 0%, #0b4945 100%);
    width: 12vw;
    height: 12vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 50%;
    overflow: hidden;
    color: #fff;
    font-family: "din-2014", sans-serif;
  }

  .inspectionflow .cell .num p {
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .inspectionflow .cell .num strong {
    font-size: 180%;
    font-weight: bold;
  }

  .inspectionflow .cell .num strong br {
    display: none;
  }

  .inspectionflow .cell .num br:last-child {
    display: none;
  }

  .inspectionflow .cell .txt {
    margin-left: 2vw;
    font-size: 140%;
    text-align: left;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .inspectionflow .cell .txt img {
    display: block;
    width: auto;
    height: 9vw;
    margin-left: 2vw;
  }


  .flatcars {
    position: relative;
    width: 100%;
    height: auto;
    padding: 5vw;
    background: url(https://adshibata.co.jp/system_panel/uploads/images/flat_bg1.jpg) no-repeat top center;
    background-size: cover;
  }

  .flatcars .icon {
    display: block;
    width: max-content;
    padding-left: 2vw;
    background: url(https://adshibata.co.jp/system_panel/uploads/images/icon.png) no-repeat left center;
    background-size: 3vw auto;
    margin: 0 auto;
  }

  .flatcars h1,
  .flatcars h2 {
    font-size: 140%;
    text-align: center;
    padding: 1vw;
    border-top: solid 1px #0B4945;
    border-bottom: solid 1px #0B4945;
    width: max-content;
    margin: 0 auto;
  }

  .flatsevenSec1 {
    display: block;
    width: 100%;
    padding: 5vw 0;
    background: linear-gradient(170deg, #15928a 0%, #0b4945 100%);
  }

  .flatsevenSec1 .mainbox {
    width: 100%;
    margin: auto;
  }

  .flatsevenSec1 .mainbox .flcell {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    padding: 2vw 0;
    margin-bottom: 3vw;
  }

  .flatsevenSec1 .mainbox .flcell {
    background: url(https://adshibata.co.jp/system_panel/uploads/images/flatsec1_bg1.png) no-repeat center bottom;
    background-size: auto;
    background-size: 90% 70%;
  }

  .flatsevenSec1 .mainbox .flcell .left {
    width: 70%;
    margin: auto;
    position: relative;
  }

  .flatsevenSec1 .mainbox .flcell .left .sb {
    position: absolute;
    width: 20vw;
    top: -9vw;
    left: 2vw;
  }

  .flatsevenSec1 .mainbox .flcell .right {
    width: 70%;
    padding: 2%;
  }

  .flatsevenSec1 .mainbox .flcell .right .deepgtxt br {
    display: none;
  }

  .flatsevenflow {
    padding: 5vw 0;
    background: url(https://adshibata.co.jp/system_panel/uploads/images/flat_bg_t.jpg), url(https://adshibata.co.jp/system_panel/uploads/images/flat_bg_b.jpg), #B6DCDA;
    background-position: 2vw 2vw, bottom right;
    background-repeat: no-repeat, no-repeat;
    background-size: 30vw auto, 35vw auto;
  }

  .flatsevenflow .cell {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 95%;
    padding: 0 0 3vw;
  }

  .flatsevenflow .cell:nth-of-type(1) {
    margin-left: 1vw;
  }

  .flatsevenflow .cell:nth-of-type(2) {
    margin-left: 2vw;
  }

  .flatsevenflow .cell:nth-of-type(3) {
    margin-left: 3vw;
  }

  .flatsevenflow .cell:nth-of-type(4) {
    margin-left: 4vw;
  }

  .flatsevenflow .cell .num {
    width: 10%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "din-2014", sans-serif;
    font-size: 400%;
  }

  .flatsevenflow .cell .num p {
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #B6DCDA;
    text-shadow: 1px 1px 0 #15928A, -1px -1px 0 #15928A, -1px 1px 0 #15928A, 1px -1px 0 #15928A, 0px 1px 0 #15928A, 0-1px 0 #15928A, -1px 0 0 #15928A, 1px 0 0 #15928A;
  }

  .flatsevenflow .cell .txt {
    margin-left: 2%;
    width: 88%;
    font-size: 100%;
    text-align: left;
    display: block;
  }

  .flatsevenflow .cell .txt h2 {
    font-size: 130%;
    color: #15928A;
  }

  .kv {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 49vw;
    position: relative;
    background: #000;
    overflow: hidden;
  }

  .kv .txt {
    opacity: 0;
    display: block;
    position: absolute;
    z-index: 2;
    color: #fff;
    width: 100%;
    height: 50%;
    left: 7%;
    top: 3vw;
    text-align: left;
  }

  .kv .txt.on {
    opacity: 1;
  }

  .kv .txt h1 {
    font-family: "anton", sans-serif;
    opacity: .3;
    color: #fff;
    font-size: 13vw;
    line-height: 1;
  }

  .kv .txt h1.outline {
    color: rgba(0, 0, 0, 1);
    text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff, 0-1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
    opacity: .6;
  }

  .kv .bg {
    display: block;
    position: absolute;
    z-index: 1;
    color: #fff;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }

  .kv .bg img {
    mask-image: url("https://adshibata.co.jp/system_panel/uploads/images/kvbgmask.png");
    mask-repeat: no-repeat;
    mask-position: center top;
    mask-size: 100% auto;
  }


  .indexsec1 {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    position: relative;
    z-index: 2;
    background: #000;
    overflow: visible;
  }

  .indexsec1 .txt {
    width: 45%;
    margin: 0 0 0 2%;
    color: #fff;
  }

  .indexsec1 .txt h2 {
    margin-top: 4vw;
    font-size: 170%;
  }

  .indexsec1 .txt h2 strong {
    margin-top: 4vw;
    font-size: 190%;
  }

  .indexsec1 .txt p {
    font-size: 120%;
    line-height: 1.2;
  }

  .indexsec1 .img {
    display: flex;
    justify-content: flex-start;
  }

  .indexsec1 a {
    width: 21vw;
    height: auto;
    margin-right: 2%;
  }

  .indexsec1 a:first-child {
    margin-top: -5vw;
  }

  .indexsec1 a:nth-child(2) {
    margin-top: -7vw;
  }

  .indexsec1 a:last-child {
    margin-top: -9vw;
  }

  .indexsec2 {
    display: block;
    width: 100%;
    position: relative;
    z-index: 2;
    width: 100%;
    height: 63vw;
    overflow: hidden;
    background: linear-gradient(#000 0%, #000 30%, #fff 30%, #fff 100%);
    overflow: visible;
  }

  .indexsec2 .txt {
    display: block;
    position: absolute;
    z-index: 2;
    width: 86%;
    height: 90%;
    left: 7%;
    top: 20%;
  }

  .indexsec2 .txt .motion-inner {
    display: block;
    padding: 3vw;
    background: rgba(0, 0, 0, .5);
  }

  .indexsec2 .txt .motion-txt {
    display: block;
  }

  .indexsec2 .txt h1 {
    color: #fff;
    font-size: 180%;
  }

  .indexsec2 .txt p {
    color: #fff;
    font-size: 120%;
  }



  .indexsec2 .bg {
    display: block;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    mask-image: url("https://adshibata.co.jp/system_panel/uploads/images/indexsec2mask.png");
    mask-repeat: no-repeat;
    mask-position: 0 0;
    mask-size: 100% 100%
  }

  .indexsec2 .bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .indexsec3 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
    z-index: 2;
    width: 100%;
    height: 75vw;
    overflow: visible;
    background: url(https://adshibata.co.jp/system_panel/uploads/images/indexsec3_circle.jpg)no-repeat center center;
    background-size: 95% auto;
  }

  .indexsec3 .txt {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: absolute;
    z-index: 1;
    width: 70%;
    height: 70%;
    text-align: center;
  }

  .indexsec3 .circle {
    display: block;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
  }

  .indexsec3 .circle a {
    position: absolute;
    height: auto;
    cursor: default;
  }

  .indexsec3 .circle a img {
    transform: scale(1);
    transition: all .5s;
  }

  .indexsec3 .circle a:hover {
    opacity: 1;
  }

  .indexsec3 .circle a:hover img {
    transform: scale(1.2);
    transition: all .5s;
    opacity: 1;
  }

  .indexsec3 .circle a.c1 {
    width: 19vw;
    top: 49vw;
    left: 22vw;
  }

  .indexsec3 .circle a.c2 {
    width: 17vw;
    top: 48vw;
    left: 54vw;
  }

  .indexsec3 .circle a.c3 {
    width: 17vw;
    top: 37vw;
    left: 80vw;
  }

  .indexsec3 .circle a.c4 {
    width: 16vw;
    top: 13vw;
    left: 77vw;
  }

  .indexsec3 .circle a.c5 {
    width: 16vw;
    top: 5vw;
    left: 51vw;
  }

  .indexsec3 .circle a.c6 {
    width: 17vw;
    top: 7vw;
    left: 24vw;
  }

  .indexsec3 .circle a.c7 {
    width: 17vw;
    top: 32vw;
    left: 2vw;
  }

  .indexsec4 {
    display: block;
    width: 100%;
    position: relative;
    z-index: 2;
    width: 100%;
    height: 52vw;
    overflow: hidden;
  }

  .indexsec4 .txt {
    display: block;
    position: absolute;
    z-index: 2;
    width: 71%;
    height: 60%;
    left: 15%;
    top: 20%;
  }

  .indexsec4 .txt .motion-inner {
    display: block;
    padding: 3vw;
    background: rgba(0, 0, 0, .5);
  }

  .indexsec4 .txt .motion-txt {
    display: block;
  }

  .indexsec4 .txt h1 {
    color: #fff;
    font-size: 180%;
  }

  .indexsec4 .txt p {
    color: #fff;
    font-size: 120%;
  }

  .indexsec4 .bg {
    display: block;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    mask-image: url("https://adshibata.co.jp/system_panel/uploads/images/indexsec4_bg.png");
    mask-repeat: no-repeat;
    mask-position: 0 0;
    mask-size: 100% auto
  }

  .indexsec5 {
    background: #15928A;
    padding: 5vw 0;
    margin: auto;
  }

  .indexsec5 h1 {
    font-size: 400%;
    font-family: "anton", sans-serif;
    color: #A1D3D0;
  }

  .indexsec5 .box {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 100%;
    margin: auto;
  }

  .indexsec5 .box .cell {
    width: 23%;
    margin: 0 0 2%;
    box-sizing: border-box;
    background: #B9DEDC;
    padding: 0;
    text-align: center;
  }

  .indexsec5 .box .cell .motion-txt {
    display: block;
    width: 100%;
    height: 100%;
  }

  .indexsec5 .box .cell .motion-txt:after {
    background-color: #fff;
  }

  .indexsec5 .box .cell img {
    width: 50%;
    display: block;
    padding: 2vw 0 0;
    margin: auto;
  }

  .indexsec5 .box .cell p {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 5.5em;
    padding: 0 1vw;
    text-align: center;
    margin: auto;
    line-height: 1.2;
    font-size: 100%;
  }

  .indexsec6 {
    display: block;
    width: 100%;
    position: relative;
    z-index: 2;
    width: 100%;
    height: 80vw;
    overflow: hidden;
  }

  .indexsec6 .txt {
    display: block;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    text-align: center;
    padding: 5vw 0;
    box-sizing: border-box;
    overflow: hidden;
  }

  .indexsec6 .txt h1 {
    font-size: 400%;
    font-family: "anton", sans-serif;
    color: #A1D3D0;
  }

  .indexsec6 .txt .bnrbox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 90%;
    margin: auto;
  }

  .indexsec6 .txt .bnrbox a:nth-child(1),
  .indexsec6 .txt .bnrbox a:nth-child(2) {
    width: 49%;
    display: block;
    margin-bottom: 1%;
  }

  .indexsec6 .txt .bnrbox a {
    width: 32%;
  }

  .indexsec6 .bg {
    display: block;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
  }

  .indexsec6 .bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .indexusedcar .price,
  .indexusedcar .btn {
    display: none !important;
  }

  .indexbtm1 {
    position: relative;
    display: block;
    width: 100%;
    height: 43vw;
    background: #000;
  }

  .indexbtm1 a {
    transition: all .5s;
  }

  .indexbtm1 a img {
    transform: scale(1);
    transition: all .5s;
  }

  .indexbtm1 a:hover {
    opacity: 1;
    transition: all .5s;
  }

  .indexbtm1 a:hover img {
    transform: scale(1.2);
    transition: all .5s;
  }

  .indexbtm1 a.staff {
    position: absolute;
    display: block;
    width: 55.95%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
  }

  .indexbtm1 a.company {
    position: absolute;
    display: block;
    width: 55.95%;
    height: 100%;
    z-index: 1;
    top: 0;
    right: 0;
  }

  .indexbtm1 a .txt {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: absolute;
    z-index: 2;
  }

  .indexbtm1 a .txt p {
    font-size: 3vw;
    font-weight: bold;
  }

  .indexbtm1 a.staff .txt h1 {
    font-size: 400%;
    font-family: "anton", sans-serif;
    color: rgba(255, 255, 255, 8);
  }

  .indexbtm1 a.company .txt h1 {
    font-size: 400%;
    font-family: "anton", sans-serif;
    color: rgba(0, 0, 0, 1);
    text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff, 0-1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
    opacity: .6;
  }

  .indexbtm1 a .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
  }

  .indexbtm1 a.staff .bg {
    mask-image: url("https://adshibata.co.jp/system_panel/uploads/images/indexbmask1.png");
    mask-repeat: no-repeat;
    mask-position: 0 0;
    mask-size: 100% auto;
  }

  .indexbtm1 a.company .bg {
    mask-image: url("https://adshibata.co.jp/system_panel/uploads/images/indexbmask2.png");
    mask-repeat: no-repeat;
    mask-position: 0 0;
    mask-size: 100% auto;
  }

  .indexforM {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50vw;
    overflow: hidden;
    position: relative;
  }

  .indexforM .bnr {
    position: absolute;
    z-index: 2;
    width: 64vw;
    height: 27vw;
  }

  .indexforM .bnr .txt {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .indexforM .bnr .txt img {
    position: absolute;
    z-index: 3;
    width: 40vw;
    height: auto;
    left: -6vw;
    top: -4vw;
  }

  .indexforM .bnr .txt p {
    text-align: center;
    color: #fff;
    line-height: 1.2;
  }

  .indexforM .bnr .mdl {
    position: absolute;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
  }

  .indexforM .bg {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
  }

  .indexforM .bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .indexusedcarBox {
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .indexusedcarBox .cell {
    width: 31%;
    margin: 0 1vw;
    display: block;
  }

  .indexusedcarBox .cell h2,
  .indexusedcarBox .cell h3 {
    display: block;
    text-align: center;
    padding: 1vw 0;
    background: linear-gradient(#15928a 0%, #0b4945 100%);
    color: #fff;
    font-size: 100%;
    font-weight: normal;
  }












  .motion-txt {
    display: inline-block;
    position: relative;
    overflow: hidden;
  }

  .motion-txt:after {
    content: '';
    position: absolute;
    opacity: 1;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    transform: translate3d(-101%, 0, 0);
  }

  .js-scroll.show .motion-txt:after {
    transition-property: transform, opacity;
    transition-duration: 0.5s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transform: translate3d(0, 0, 0);
  }

  .js-scroll.done .motion-txt:after {
    transition-property: transform;
    transition-duration: 0.5s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transform: translate3d(103%, 0, 0);
  }

  .motion-inner {
    display: inline-block;
    opacity: 0
  }

  .js-scroll.done .motion-txt .motion-inner {
    opacity: 1;
  }



  /*
font-family: "hiragino-mincho-pron", sans-serif;
font-family: "din-2014", sans-serif;
font-family: "anton", sans-serif;

 mask-image: url("https://adshibata.co.jp/system_panel/uploads/images/arrmask.png"); mask-repeat: no-repeat; mask-position: 0 0; mask-size: auto 100%;




*/




  .spw100 {
    width: 100% !important;
  }

  .form {
    width: 100%;
    margin: 0 auto;
  }

  .form .formRow {
    margin: 0;
    padding: 2vw 0;
    text-align: left;
    border-bottom: solid 1px #E6E6E6;
  }

  .form .formRow:nth-last-of-type(1) {
    border-bottom: none;
  }

  .form .formRow input[type="text"],
  .form .formRow input[type="email"],
  .form .formRow textarea {
    border: none;
    background: #f4f4f4;
    padding: .4vw;
    width: 90%;
  }

  .form .formRow textarea {
    height: 10em;
  }

  .form .formRow input[type="radio"] {
    width: 2vw;
    height: 2vw;
  }

  .form p {
    margin-bottom: 0;
  }

  .form .pp {
    display: block;
    width: 100%;
    height: 30vw;
    margin: 2vw auto;
    overflow: scroll;
    border: solid 1px #fafafa;
    padding: 1vw;
    box-sizing: border-box;
    text-align: left;
    background: #fff;
  }

  .form .pp span {
    font-size: 100% !important;
  }

  .form .submit {
    text-align: center;
    margin: auto;
  }

  .form #submit {
    width: max-content;
    padding: 1vw 10vw;
    background: #000;
    color: #fff;
    opacity: .2;
    margin: auto;
    border: none;
  }

  .form #submit.active {
    opacity: 1;
  }

  .form .requiredText {
    background: #F4F4F4;
    padding: .4vw;
    text-align: center;
    margin-right: .5vw;
  }

  .form .radioArea .d-inline-block {
    display: inline-block;
    margin-right: 1em;
  }

  .form .radioArea .d-inline-block input {
    margin-right: .4em;
  }

  .form .ppcell {
    background: #F4F4F4;
    padding: 2vw;
  }

  .graybg {
    display: block;
    width: 100%;
    padding: 5vw 0;
    text-align: center;
    background: linear-gradient(#f6f5f5 0%, rgba(172, 171, 171, 0.8) 100%);
    overflow: hidden;
  }

  .graybg2 {
    display: block;
    width: 100%;
    padding: 5vw 0;
    text-align: center;
    background: linear-gradient(to right, #84C3BF 0%, #fff 100%);
    overflow: hidden;
  }

  .graybg3 {
    display: block;
    width: 100%;
    padding: 5vw 0;
    text-align: center;
    background: #ebebeb;
  }

  .greenbg {
    display: block;
    width: 100%;
    padding: 5vw 0;
    text-align: center;
    background: linear-gradient(#15928a 0%, #0b4945 100%);
    overflow: hidden;
  }

  .makerBpx {
    position: relative;
    border: solid 2px #0B4945;
    background: #fff;
    padding: 5vw 3vw 3vw;
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .makerBpx p {
    color: #fff;
    background: #0B4945;
    padding: 1vw 4vw;
    text-align: center;
    position: absolute;
    top: -1vw;
    left: 2vw;
  }

  .section {
    width: 90%;
    display: block;
    text-align: center;
    margin: 0 auto;
  }

  .section.full {
    margin: 10vw auto;
  }

  .mb1 {
    margin-bottom: 1vw !important;
  }

  .mb3 {
    margin-bottom: 3vw !important;
  }

  .mb5 {
    margin-bottom: 5vw !important;
  }

  .mb10 {
    margin-bottom: 10vw !important;
  }

  .largep {
    font-size: 140%;
  }

  .fz200 {
    font-size: 170%;
  }

  .redtxt {
    color: #f00;
  }

  .gtxt {
    color: #15928A;
  }

  .deepgtxt {
    color: #0B4945;
  }

  .wtxt {
    color: #fff;
  }

  .tal {
    text-align: left;
  }

  .tac {
    text-align: center;
  }

  .w60 {
    display: block;
    width: 60%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .wbg {
    background: #fff;
    padding: 5vw;
  }

  .wbg.skillup {
    border: solid 3px #15928A;
    padding: 3vw 0;
  }

  .spLargeSec {
    width: 98%;
  }

  .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: max-content;
    position: relative;
    border: solid 1px #4d4d4d;
    padding: 1vw 5vw;
    margin-right: auto;
    margin-left: auto;
  }

  .btn.pdfbtn:after {
    content: "";
    display: block;
    margin-left: 1em;
    background: url(https://adshibata.co.jp/system_panel/uploads/images/Icon_pdf.png) no-repeat center center;
    width: 1em;
    height: 1em;
    background-size: contain;
  }

  .btn p {
    font-size: 3vw !important;
  }

  .subbox {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #000;
    padding: 4vw;
    box-sizing: border-box;
    width: 100%;
    height: auto;
  }

  .subbox .left {
    display: block;
    width: 60%;
    height: auto;
    color: #fff;
    font-size: 150%;
    margin-bottom: 3vw;
  }

  .subbox .right {
    display: flex;
    justify-content: space-between;
    padding: 0;
    box-sizing: border-box;
    width: 95%;
    height: auto;
  }

  .subbox .right .cell {
    display: block;
    width: 30%;
    margin-right: 2%;
  }
}