@charset "UTF-8";
/* ======================================================
 1.0 foundation
====================================================== */

li{
  list-style: none;
}

body{
  line-height: 1.5;
}

button{
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
}

.wrap{
  margin:auto;
  padding:96px 0;
  padding-left: 42px;
  padding-right: 42px;
  z-index: 1;
}

a{
  outline: none;
}

a:focus, *:focus{
   outline:none;
 }

/* ======================================================
2.0 Layout
====================================================== */
.l-main{
/*
  background-color: #29292A;
*/
  color:#fff;
  text-align: center;
  font-family: YuMincho, "Yu Mincho", serif;
}

.top-hero{
  text-align: left;
  width:100%;
  margin-bottom: 42px;
}

.hero-copy{
  width:100%;
  display: inline-block;
  vertical-align: top;
  font-size:24px;
  letter-spacing: 2.4px;
  /* font-family: YuMincho, "Yu Mincho", serif; */
}

.hero-copy .-small{
  font-size: 18px;
}

.hero-sub-copy{
  font-size:16px;
  /* font-family: YuMincho, "Yu Mincho", serif; */
  margin-bottom: 40px;
}

.hero-icon{
  width:29%;
  display: inline-block;
  text-align: right;
  margin-bottom: 42px;
}

.l-products{
  background-color: #000;
}

.l-products img{
  width:150px;
}

.l-details{
  background-color: #29292A;
}


.l-service{
  background-color: #1D1E1F;
}

.l-service .-text{
  margin-bottom: 50px;
}


.l-ban-hero{
  position: relative;
  background: linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.2)), url(../assets/images/accounting/ban/top-bg-hero.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.l-ban-products{
  background-color: #000;
  text-align: left;
}

.l-advantages{
  background-color: #1D1E1F;
  padding:96px 0;
}

.l-advantages .-text{
  margin-bottom: 50px;
}

.item1{
  background:linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.4)),url(../assets/images/accounting/ban/slide-content.jpg);
  width:738px;
  height:320px;
  margin: 0 30px;
}

.item2{
  background:linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.4)),url(../assets/images/accounting/ban/slide-content-02.jpg);
  width:738px;
  height:320px;
  margin: 0 30px;
}

.item3{
  background:url(../assets/images/accounting/ban/slide-content-03.jpg);
  background-size: cover;
  background-position: center;
  width:738px;
  height:320px;
  margin: 0 30px;
}

.slick-slide{
  opacity: .4;
}

.slick-slide.slick-active{
  opacity: 1;
}

.slick-initialized .slick-slide{
  outline: none;
}

.item-inner{
  padding: 40px;
  text-align: left;
}

.item-inner.-black{
  color:#292929;
  text-shadow: 0px 0px 10px #fff;
}

.inner-list{
  position: relative;
  margin: 10px;
  padding-left:16px;
}

.inner-list::before{
  content: "・";
  position: absolute;
  top:0;
  left:0;
}

.l-request{
  background-color: #1D1E1F;
}

.slick-arrow{
  height: 50px;
}

.prev-arrow{
  position: absolute;
  top:130px;
  left:calc(50% - 410px);
  z-index: 1;
}

.next-arrow{
  position: absolute;
  top:130px;
  right:calc(50% - 410px);
  z-index: 1;
}

.original-dots li{
  display: inline-block;
  margin: 0 5px;
}

.original-dots li button{
  text-indent: -9999px;
  position: relative;
  width:160px;
}

.original-dots li button::before{
  content:"";
  display: inline-block;
  text-indent: 0px;
  position: absolute;
  top:25px;
  left:0;
  width:160px;
  height:2px;
  background-color: rgba(255,255,255,0.5);
  outline: none;
}

.original-dots li.slick-active button::before{
  content: "";
  width:160px;
  height:2px;
  background-color: #F6AB00;
}


/* ======================================================
3.0 Object
====================================================== */
/* -------------------------------------------------------
component
------------------------------------------------------- */
.c-sub-title{
  font-size: 26px;
  margin-bottom: 42px;
  text-align: center;
}

.c-sub-title .-small{
  font-size:16px;
}

.c-service-title{
  font-size: 16px;
  font-weight:bold;
  margin-bottom: 30px;
}

.c-flex-box{
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  margin: 32px 0 48px;
}

.c-flex-item{
  padding:0 20px;
  padding-bottom: 28px;
}

.c-flex-item dd{
  font-size: 14px;
  margin-top:20px;
}

.c-contents{
  margin:30px 0;
}

.c-button-primary{
  width:200px;
  height:48px;
  border-radius: 5px;
  border: none;
  background-color: #F6AB00;
  color:#fff;
  font-size: 14px;
  font-family: "Helvetica Now Display", sans-serif;
  font-weight: 700;
}

.c-point{
  position: relative;
  padding-left: 16px;
}

.c-point::before{
  content: "※";
  position: absolute;
  top:0;
  left:1px;
  font-size: 12px;
}

/* -------------------------------------------------------
project
------------------------------------------------------- */
.p-target,.p-target-title{
  font-size:14px;
}

.p-target-box{
  position: relative;
  width:90.93333%;
  height:auto;
  margin:8px auto 0;
  padding:30px;
  flex-direction: column;
  flex-wrap: wrap;
  background-color: rgba(255,255,255,0.1);
}

.p-target-box::before{
  display:none;
}





/*
.p-target-box{
  position: relative;
  height:140px;
  background-color: rgba(255,255,255,0.1);
  margin-top:8px;
  padding:34px 24px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.p-target-box::before{
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  content: "";
  width:1px;
  height:79px;
  background-color: #fff;
}
*/

.p-target-list{
  text-align:left;
  width:50%;
  margin:1px 0 1px 30px;
}

table{
  width:100%;
  font-size:14px;
  border: 1px solid #fff;
}

table th{
  width:20%;
  padding:10px 0;
  background-color:rgb(143, 143, 143);
  border: 1px solid #fff;
}

table td{
  padding:10px 0;
  border: 1px solid #fff;
  vertical-align: middle;
}

table td:nth-child(1){
  background-color: rgb(143,143,143);
}

.p-area__banservice{
  display: inline-block;
  width:70%;
}

.p-area__package{
  display: inline-block;
  width:29%;
  text-align: center;
  color: #21ADDC;
  vertical-align: top;
}

.p-details__banlist{
  margin:0 0 20px 30px;
  position: relative;
  padding-left: 16px;
}

.p-details__banlist::before{
  content: "・";
  position: absolute;
  top:0;
  left:0;
}

.p-details__banlist:last-child{
  margin-bottom: 0;
}

.p-price__nomal{
  font-style: normal;
  font-size: 20px;
}

.p-price__bold{
  font-style: normal;
  font-size: 30px;
}

.p-price__small{
  font-size:14px;
}

.p-request-inner{
  margin-bottom: 42px;
}

.p-request-content{
  text-align: left;
  padding-bottom: 35px;
}

.p-request-content:last-child{
  padding-top:35px;
}

.p-step__arrow{
  background-image: url(../assets/images/accounting/ban/arrow.png);
  background-size: 26px 26px;
  background-repeat: no-repeat;
  background-position: 13px bottom;
}

.p-request__step{
  /* position: relative; */
  display: inline-block;
  width:35%;
}

.p-request__step img{
  display: inline-block;
  vertical-align: middle;
  padding-right:10px;
}

.p-step__title{
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  vertical-align: middle;
}

.p-request__step .-small{
  font-size: 12px;
}

.p-request__details{
  display: inline-block;
  line-height: 2;
  vertical-align: middle;
}

.p-request__details .-small{
  margin-top: 6px;
  font-size:12px;
}

.p-prevbutton::before{
  content: "";
  display: block;
  width:30px;
  height:30px;
  transform: rotate(-45deg);
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}

.p-nextbutton::before{
  content: "";
  display: block;
  width:30px;
  height:30px;
  transform: rotate(-45deg);
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}


/* -------------------------------------------------------
utility
------------------------------------------------------- */
.pc-none{
  display: none;
}

.screen-reader-text{
  position: absolute;
  overflow: hidden;
  width:1px;
}

.font-small{
  font-size:10px;
  text-align: right;
  margin-top:8px;
}

.breadcrumb{
  background-color: transparent;
  margin-left: 9.7vw;
  padding:25px 0 0;
  font-family:sans-serif;
}

.breadcrumb-list{
  font-size: 13px;
  margin-right:10px;
}

.breadcrumb-list a{
  color: #333;
}

.breadcrumb-list .-select{
  color:#F6AB00;
}

.breadcrumb-list:not(:last-child)::after{
  content: ">";
  color: #333;
  margin-left:10px;
}

/* ======================================================
4.0 Responsive
====================================================== */
@media(max-width:768px){
  .pc-none{
    display: block;
  }

  .mb-none{
    display: none;
  }

  .wrap{
    width:95%;
    overflow: hidden;
    padding:48px 0;
  }

  .breadcrumb{
    width:100%;
    height:40px;
    background-color: #E6E6E6;
    margin-left: 0;
    border-radius: 0;
    padding:10px 8px;
    display: block;
  }

  .breadcrumb-list{
    font-size: 13px;
    margin-right:10px;
    display: inline-block;
  }

  .breadcrumb-list a{
    color: #4D5052;
    font-size: 15px;
    font-weight:bold;
  }

  .breadcrumb-list.-home{
    /* width:50%; */
    text-align: left;
    float: left;
  }

  .breadcrumb-list.-select{
    text-align: right;
    color:#F6AB00;
    font-size: 15px;
    float: right;
  }

  .breadcrumb-list:not(:last-child)::after{
    display: none;
  }

  .breadcrumb-list.-home::before{
    content:"＜";
    padding: 0 5px;
    color: #4D5052;
    font-weight: bold;
  }

  .top-hero{
    text-align: center;
    margin-bottom: 42px;
  }

  .hero-copy{
    width:92%;
    /* margin-bottom: 30px; */
  }

  .hero-sub-copy{
    width:90.93333%;
    margin: 0 auto 40px;
  }

  .hero-icon{
    width:100%;
    text-align: center;
    margin: 30px 0;
  }

  .top-hero .-text{
    width:81.8666%;
    margin: auto;
    text-align: left;
  }

  .l-ban-hero{
    background-position: center;
  }

  .l-advantages{
    padding:48px 2.4%;
  }

  .item1{
    background:linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.4)),url(../assets/images/accounting/ban/slide-content-sp.jpg);
    width:100%;
    height:340px;
    margin: 0 auto;
    background-size: 100% 340px;
    background-repeat: no-repeat;
  }

  .item2{
    background:linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.4)),url(../assets/images/accounting/ban/slide-content-02sp.jpg);
    width:100%;
    height:340px;
    margin: 0 auto;
    background-size: 100% 340px;
    background-size: cover;
  }

  .item3{
    background:url(../assets/images/accounting/ban/slide-content-03sp.jpg);
    background-position: center;
    width:100%;
    height:340px;
    margin: 0 auto;
    background-size: 100% 340px;
    background-size: cover;
  }

  .item-inner{
    padding:20px 25px;
  }

  .inner-list{
    margin: 2px 0;
  }

  .prev-arrow{
    position: absolute;
    top:145px;
    left:0;
  }

  .next-arrow{
    position: absolute;
    top:145px;
    right:0;
  }

  .original-dots li button{
    width:100px;
  }

  .original-dots li button::before{
    content:"";
    display: inline-block;
    text-indent: 0px;
    position: absolute;
    top:20px;
    left:0;
    width:100px;
    height:2px;
    background-color: rgba(255,255,255,0.5);
  }

  .original-dots li.slick-active button::before{
    content: "";
    width:100px;
    height:2px;
    background-color: #F6AB00;
  }

  .c-contents{
    margin:0;
  }

  .c-flex-box{
    flex-wrap: wrap;
    justify-content: center;
    margin: 32px 0;
  }

  .c-flex-item{
    padding:14px;
  }

  .c-flex-item dd{
    font-size: 14px;
    margin-top:20px;
  }

  .c-service-title{
    margin-bottom: 20px;
  }

  .p-target{
    font-size:14px;
  }

  .p-target-box{
    position: relative;
    width:90.93333%;
    height:auto;
    margin:8px auto 0;
    padding:30px;
    flex-direction: column;
    flex-wrap: wrap;
  }

  .p-target-box::before{
    display:none;
  }

  .p-target-list{
    text-align:left;
    width:100%;
    margin:3px 0;
  }

  .table-scroll{
    overflow-x: scroll;
    white-space: nowrap;
  }

  table{
    width:1024px;
  }

  .p-area__banservice{
    display: inline-block;
    width:100%;
  }

  .p-details__banlist{
    margin-left: 0;
  }

  .p-area__package{
    display: inline-block;
    width:100%;
    }

  .p-request{
    margin-bottom: 42px;
  }

  .p-request-content{
    height:auto;
    text-align: left;
    margin-bottom: 25px;
  }

  .p-request-content:last-child{
    padding:0;
    margin-bottom:0;
  }

  .p-request__step{
    position: relative;
    display: block;
    width:100%;
    margin-bottom: 14px;
  }

  .p-request__step img{
    display: inline-block;
    vertical-align: middle;
    padding-right:10px;
  }

  .p-step__title{
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    vertical-align: middle;
  }

  .p-request__step .-small{
    font-size: 12px;
  }

  .p-request__details{
    display:block;
    line-height: 2;
    vertical-align: middle;
  }

  .p-request__details .-small{
    margin-top: 6px;
    font-size:12px;
  }

}
