a:hover,
a:focus {
  opacity: 0.7;
}

img {
  width: auto;
  height: auto;
  width: 100%;
}


.key-wrap{
  position: relative;
}


.slick-arrow{
  height: 50px;
    cursor: pointer;
}

.slick-initialized .slick-slide{
  outline: none;
}

.slick-slide img{
    transition: 0.3s;
}


.slick-slide a:hover img{
    opacity: 0.8;
}

.key-wrap a:hover p,
.key-wrap a:hover div{
    color: #fff !important;
    text-decoration: none !important;
}

@media(max-width: 768px) {
    .slick-slide a:hover img{
        opacity: 1;
    }
    
    .slick-slide a:hover{
        color: #fff;
    }
}

.prev-arrow{
  position: absolute;
  top:50%;
  left:16px;
  transform: translateY(-50%);
  z-index: 1;
  width: 22px;
  height: 62px;
}

.next-arrow{
  position: absolute;
  top:50%;
  right:16px;
  transform: translateY(-50%);
  z-index: 1;
  width: 22px;
  height: 62px;
}

   .key-wrap .slick-dots{
        position: absolute;
        bottom: 3.5em;
        display: block;
        width: 100%;
        padding: 0;
        list-style: none;
        text-align: center;
    }
@media(max-width: 768px) {
    .key-wrap .slick-dots{
        bottom: 2em;
    }
}
    
    .key-wrap .slick-dots li{
        position: relative;
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer;
    }
    
    .key-wrap .slick-dots li button{
        font-size: 0;
        line-height: 0;
        display: block;
        width: 10px;
        height: 10px;
        padding: 2px;
        cursor: pointer;
        color: transparent;
        border: 0;
        outline: none;
        background: transparent;
    }
    
    .key-wrap .slick-dots li button:before{
        border: 2px solid #fff;
        position: absolute;
        top: 0;
        left: 0;
        width: 15px;
        height: 15px;
        content: '';
        background: #999;
        border-radius: 50%;
    }
    
    .key-wrap li.slick-active button:before{
        opacity: 1;
        background: #F6AB00;
    }

.keyvisual a { outline: none; }


.keyvisual {
    height: 400px;
    width: 100%;
    position:relative;
}

@media(min-width: 1440px) {
.keyvisual {
    height: 480px;
  }
}
@media(max-width: 768px) {
.keyvisual {
    height: 450px;
  }
}


/*
@media(max-width: 768px) {
  .keyvisual {
    background-image: url("../../assets/images/top/keyvisual_sm.png")
  }
}
*/

.keyvisual-img-wrap{
    width: 100%;
    height: 400px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
@media(min-width: 1440px) {
.keyvisual-img-wrap {
    height: 480px;
  }
}
@media(max-width: 768px) {
.keyvisual-img-wrap {
    height: 450px;
  }
}

.keyvisual-img-wrap img{
    width: 100%;
    position: absolute;
}

@media(min-width: 768px) {
.keyvisual-img-wrap img{
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
.bg1{
    background-color: #683f36;
  }
.bg2{
    background-color: #4d4c61;
  }
.bg3{
    background-color: #6b7b6e;
  }
.bg4{
    background-color: #698aab;
  }
.bg5{
    background-color: #ec6800;
  }
.mask{
    background: rgba(255,255,255,0.3);
  }
}

.keyvisual-img-wrap img.d-md-block{
    display: block;
}

.keyvisual-img-wrap img.d-md-none{
    display: none;
}

@media(max-width: 768px) {
    .keyvisual-img-wrap img.d-md-block{
        display: none;
    }

.keyvisual-img-wrap img.d-md-none{
        display: block;
    }

.logo1, .logo2, .logo3, .logo4, .logo4sm {
        margin-left: auto;
        margin-right: auto;
    }
}

.logo1 {
    max-height: 54px;
    max-width: 330px;
}
.logo2 {
    max-height: 54px;
    max-width: 279px;
}
.logo3 {
    max-height: 54px;
    max-width: 384px;
}
.logo4 {
    max-height: 75px;
    max-width: 243px;
}
.logo4sm {
    max-height: 64px;
    max-width: 320px;
}

.keyvisual_two {
  height: 480px;
  width: 100%;
  background-image: url("../../assets/images/top/keyvisual_two.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media(max-width: 768px) {
  .keyvisual_two {
    background-image: url("../../assets/images/top/keyvisual_sm.png")
  }
}

.keyvisual_three {
  height: 480px;
  width: 100%;
  background-image: url("../../assets/images/top/keyvisual_three.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media(max-width: 768px) {
  .keyvisual_three {
    background-image: url("../../assets/images/top/keyvisual_sm.png")
  }
}

.keyvisual_column {
  height: 480px;
  width: 100%;
  background-image: url("../../assets/images/accounting/column/keyvisual.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media(max-width: 768px) {
  .keyvisual_column {
    background-image: url("../../assets/images/accounting/column/keyvisual.jpg")
  }
}

.keyvisual_iroha {
  height: 480px;
  width: 100%;
  background-image: url("../../assets/images/top_mv/keyvisual_0508.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media(max-width: 768px) {
  .keyvisual_iroha {
    background-image: url("../../assets/images/top_mv/keyvisual_0508_sm.png")
  }
}

a .keyvisual,
a:hover .keyvisual,
.keyvisual a,
.keyvisual a:hover {
  color: #fff !important;
  text-decoration: none !important;
}

.keyvisual-text-type-one {
  line-height: 1.5;
  letter-spacing: 1.6px;
  font-style: normal;
  font-stretch: normal;
  vertical-align: bottom;
}

@media(min-width: 768px) {
  .keyvisual-text-type-one {
    font-size: 32px;
  }
}

@media(max-width: 768px) {
  .keyvisual-text-type-one {
    font-size: 28px;
    padding-top: 50px;
  }
}

.keyvisual-text-type-two {
  line-height: 1.75;
  letter-spacing: 0.8px;
  font-style: normal;
  font-stretch: normal;
  font-weight: bold;
}

@media(max-width: 768px) {
  .keyvisual-text-type-two {
    font-size: 14px;
  }
}

@media(min-width: 768px) {
  .keyvisual-text-type-two {
    font-size: 16px;
  }
}

.keyvisual-text-type-three {
  letter-spacing: 1.2px;
  line-height: 1.75;
  font-style: normal;
  font-stretch: normal;
}

@media(min-width: 768px) {
  .keyvisual-text-type-three {
    font-size: 24px;
  }
}

@media(max-width: 768px) {
  .keyvisual-text-type-three {
    font-size: 21px;
  }
}

.keyvisual-text-type-four {
  letter-spacing: 0.7px;
  line-height: 1.75;
  font-style: normal;
  font-stretch: normal;
}

@media(min-width: 768px) {
  .keyvisual-text-one {
    margin-left: 9.8096vw;
    padding-top: 70px;
  }
}

@media(max-width: 768px) {
  .keyvisual-text-one {
    padding-top: 38px;
    margin: 0 20px;
  }
}

.keyvisual-text-two {
  margin-left: 9.8096vw;
  margin-top: 22px;
}

@media(min-width: 1440px) {
  .keyvisual-text-two {
    margin-left: 16%;
    margin-top: 22px;
  }
}

@media(max-width: 768px) {
  .keyvisual-text-two {
    margin: 32px 20px 0;
  }
}

@media(min-width: 768px) {
  .keyvisual-text-column {
    margin-left: 9.8096vw;
    padding-top: 135px;
  }
}

@media(max-width: 768px) {
  .keyvisual-text-column {
    padding-top:150px;
  }
}

.keyvisual-buttons {
  position: absolute;
  bottom:90px;
  left:9.8096vw;
}

.keyvisual-buttons .btn {
  width: 12rem;
  height: 3rem;
  color: #FFF;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 0.375rem;
  border-width: 2px;
  margin-right: 24px;
}
.keyvisual-buttons .btn.onkeybtn {
  background-color: #f6ab00 !important;
  border-color: #fff;
}

.keyvisual-buttons .btn-outline-warning:active {
  color: #FFF !important;
  border-color: #FFF !important;
}

.carousel-indicators {
  bottom: 16px;
}

.carousel-indicators li {
  height: 2px;
}

@media(min-width: 768px) {
  .carousel-indicators li {
    width: 10.4rem;
  }
}

@media(max-width: 768px) {
  .carousel-indicators li {
    width: 96px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.carousel-indicators .active {
  opacity: 1;
  background-color: #F6AB00;
}

.section-one {
  width: 100%;
  padding-top: 40px;
  height: 80px;
  text-align: center;
  color: #0000ff;
}

.section-one-label a {
  color: #0000ff;
  text-decoration: underline;
}

@media(max-width: 768px) {
  .section-one {
    height: 140px;
  }
}

@media(min-width: 768px) {
  .section-one .products {
    width: 100%;
  }
}

@media(max-width: 768px) {
  .section-one .products {
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    margin-left: 17.2px;
  }
}

.section-one .section-one-products {
  height: 128px;
  background-image: url("../../assets/images/top/section_1_2.png");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}

@media(min-width: 768px) {
  .section-one .section-one-products {
    margin-top: 32px;
    margin-left: 17.2px;
    margin-right: 17.3px;
  }
}

@media(max-width: 768px) {
  .section-one .section-one-products {
    background-position: left;
    overflow-x: scroll;
    width: 1332px;
    height: 256px;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  }
}

.section-two {
  width: 100%;
}

h2 {
  margin-top: 100px;
  font-size: 1.5rem;
  font-weight: bold;
}

h3 {
  margin-top: 12px;
  margin-bottom: 50px;
  margin-right: 6%;
  font-size: 0.9rem;
  text-align: right;
  font-weight: bold;
  color: #333;
}
h3 b {
  font-size: 1rem;
}

.container {
  margin-top: 24px;
  margin-bottom: 26px;
}

.row {
  text-align: center;
}

.col {
  line-height: 1.4;
}

.row .image1 {
  max-width: 148px;
}

.row .image2 {
  padding-top: 2px;
  max-width: 90px;
}

.cate1 {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.1;
}

.cate2 {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.1;
}

.cate3 {
  padding-top: 6px;
  padding-bottom: 10px;
  margin-top: 10px;
  margin-bottom: 30px;
  margin-right: 30px;
  font-size: 0.9rem;
  font-weight: bold;
  background: #ffead6;
  border-radius: 0.375rem;
  border: #f6ab00 solid 2px;
}

.sup {
  font-size: 0.8rem;
  font-weight: lighter;
  color: #888;
}

.sup b {
  font-size: 0.6rem;
  font-weight: lighter;
}

.name1 {
  padding-top: 8px;
  padding-bottom: 24px;
  font-size: 0.8rem;
}

.name2 {
  padding-top: 8px;
  padding-bottom: 24px;
  font-size: 0.8rem;
}

.name2l {
  padding-top: 8px;
  padding-bottom: 24px;
  margin-left: 50px;
  font-size: 0.8rem;
}

.sub1 {
  padding-top: 3px;
  padding-bottom: 6px;
  font-size: 0.9rem;
  font-weight: bold;
  color: #24ba33;
  border-bottom: solid 3px #24ba33;
}

.sub2 {
  padding-top: 3px;
  padding-bottom: 6px;
  font-size: 0.9rem;
  font-weight: bold;
  color: #24ba33;
  border-bottom: solid 3px #24ba33;
}

.sub3 {
  padding-top: 3px;
  padding-bottom: 6px;
  font-size: 0.9rem;
  font-weight: bold;
  color: #f08300;
  border-bottom: solid 3px #f08300;
}

.sub4 {
  padding-top: 0px;
  padding-bottom: 6px;
  font-size: 0.9rem;
  font-weight: bold;
  color: #0e6cbc;
  border-bottom: solid 3px #0e6cbc;
}

.sub5 {
  padding-top: 0px;
  padding-bottom: 6px;
  font-size: 0.9rem;
  font-weight: bold;
  color: #009ce5;
  border-bottom: solid 3px #009ce5;
}

.sub6 {
  padding-top: 3px;
  padding-bottom: 6px;
  font-size: 0.9rem;
  font-weight: bold;
  color: #cc4444;
  border-bottom: solid 3px #cc4444;
}

.sub7 {
  padding-top: 3px;
  padding-bottom: 6px;
  font-size: 0.9rem;
  font-weight: bold;
  color: #d6281f;
  border-bottom: solid 3px #d6281f;
}

.sub8 {
  padding-top: 3px;
  padding-bottom: 6px;
  font-size: 0.9rem;
  font-weight: bold;
  color: #fa62a4;
  border-bottom: solid 3px #fa62a4;
}


@media(min-width: 768px) {
  .section-two {
    position: relative;
    margin-top: 36px;
  }
  .sm {
    display: none;
  }
  .cate2 {
    margin-left: 50px;
  }
  .sub2, .sub5, .sub7 {
    margin-left: 50px;
  }
  .sub3, .sub8 {
    margin-left: 6px;
  }
}

@media(max-width: 767px) {
  .section-two {
    position: relative;
    margin-top: -30px;
  }
  .md {
    display: none;
  }
  .sub3, .sub8 {
    margin-left: 6px;
  }
}

.section-three {
  width: 100%;
}

@media(min-width: 768px) {
  .section-three {
    height: 521px;
  }
}

.section-four {
  width: 100%;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fffbf2;
}

@media(min-width: 768px) {
  .section-four {
    height: 523px;
  }
}

/*
@media(max-width: 768px) {
  .section-four {
    border-bottom: solid 1px;
    border-bottom-color: #c4c4c4;
  }
}
*/

.card {
  background-color: rgba(0, 0, 0, 0);
  background-clip: padding-box;
  border: rgba(0, 0, 0, 0);
  border-radius: 0;
}

@media(min-width: 768px) {
  .section-two .card {
    width: 27.08vw;
    min-width: 261px;
  }
}

@media(min-width: 768px) {
  .section-three .card {
    width: 20.4978vw;
    min-width: 261px;
  }
}

.card-img-top {
  width: initial;
  width: auto;
}

.cart-title {
  margin-top: 20px;
}

.card-text {
  width: 236px;
}

@media(min-width: 768px) {
  .card-text {
    margin-top: 13px;
  }
}

@media(max-width: 768px) {
  .card-text {
    margin-top: 13px;
  }
}

.card-text-long {
  width: 348px;
}

@media(min-width: 768px) {
  .card-text-long {
    margin-top: 13px;
  }
}

@media(max-width: 768px) {
  .card-text-long {
    margin-top: 13px;
    font-size: 14px;
  }
}

@media(min-width: 768px) {
  .card-body {
    padding: auto;
  }
}

.section-two .product-card {
  margin-top: 70px;
}

@media(min-width: 768px) {
  .section-two .product-card {
    margin-bottom: 48px;
  }
}

@media(max-width: 768px) {
  .section-two .product-card {
    margin-top: 48px;
  }
}

.section-three .product-card {
  margin-top: 139px;
}

@media(min-width: 768px) {
  .section-three .product-card {
    margin-bottom: 96px;
  }
}

@media(max-width: 768px) {
  .section-three .product-card {
    margin-top: 48px;
  }
}

.section-four hr {
  border-top: 1px solid #464646;
  margin-top: initial;
  margin-top: auto;
}

@media(max-width: 768px) {
  .label-btn {
    padding-top: 20px;
    margin-bottom: 24px;
  }
}

@media(min-width: 768px) {
  .label-btn {
    margin-right: 9.150vw;
  }
}

@media(min-width: 768px) {
  .section-two-title {
    margin-left: 29.13vw;
    margin-top: 96px;
  }
}

@media(max-width: 768px) {
  .section-two-title {
    margin-top: 48px;
    width: 100%;
    text-align: center !important;
  }
}

@media(min-width: 768px) {
  .section-two-title-suiton {
    margin-top: 96px;
    width: 27.08vw;
    text-align: center;
  }
}

@media(max-width: 768px) {
  .section-two-title-suiton {
    margin-top: 48px;
    width: 100%;
    text-align: center !important;
  }
}

@media(max-width: 768px) {
  .product-aoiro {
    margin-bottom: 47.8px;
  }
}

@media(max-width: 768px) {
  .product-suiton {
    margin-bottom: 47.6px;
  }
}

@media(max-width: 768px) {
  .product-cloud {
    margin-bottom: 98px;
  }
}

@media(min-width: 768px) {
  .section-three-title {
    margin-top: 48px;
    width: 100%;
  }
}

@media(max-width: 768px) {
  .section-three-title {
    margin-top: 48px;
    width: 100%;
    text-align: center !important;
  }
}

@media(min-width: 768px) {
  .info {
    margin-bottom: 24px;
    margin-left: 22.9868vw;
  }
}

@media(max-width: 768px) {
  .info {
    width: 100%;
    padding-top: 15.5px;
  }
}

@media(max-width: 768px) {
  .info-date {
    margin-left: 20px;
  }
}

.info-badge {
  padding: 5.5px 0;
  width: 135px;
  min-width: 135px;
}

@media(min-width: 768px) {
  .info-badge {
    margin-left: 2.9282vw;
  }
}

@media(max-width: 768px) {
  .info-badge {
    margin-right: 20px;
  }
}

@media(min-width: 768px) {
  .info-title {
    margin-left: 1.6837vw;
  }
}

@media(max-width: 768px) {
  .info-title {
    margin: 16px 20px 0;
  }
}

.info-btn {
  width: 200px;
  height: 48px;
  border-radius: 6px;
  background-color: #4d5052;
}

@media(min-width: 768px) {
  .info-btn {
    margin-top: 24px;
  }
}

@media(max-width: 768px) {
  .info-btn {
    margin-top: 32.5px;
    margin-bottom: 96px;
  }
}

.info hr {
  margin-bottom: 0;
}

@media(min-width: 768px) {
  .info-label {
    text-align: center !important;
  }
}

@media(max-width: 768px) {
  .info-label {
    text-align: center !important;
  }
}

.info-hr {
  width: 200px;
}

@media(min-width: 768px) {
  .info-hr {
    margin-bottom: 43.5px;
  }
}

@media(max-width: 768px) {
  .info-hr {
    margin-bottom: 32.5px;
  }
}

.info-line {
  border-color: #ACB4B7
}

@media(max-width: 768px) {
  .info-line {
    width: 95%;
    margin-top: 13.5px !important;
  }
}




/* ======================================================
無料ダウンロードボタン
====================================================== */

.key-wrap .free-link-btn{
    position: absolute;
    bottom: 70px;
    right: 3.8096vw;
}

.key-wrap .free-link-btn a{
    width:  120px;
    height: 120px;
    border-radius: 50%;
    background: #f6ab00;
    border: 2px solid #fff;
    transition: 0.3s;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 15px;
    line-height: 1.5em;
    font-weight: bold;
    padding: 25px 0 0 0;
}

.key-wrap .free-link-btn a:hover{
    background: rgba(0, 0, 0, 0.25);
    border: 2px solid #f6ab00;
    text-decoration: none;
}

.key-wrap .free-link-btn a:after{
    width: 30px;
    height: 30px;
    content: '';
    background: url("../assets/images/free-link-icon.png") no-repeat center center;
    background-size: cover;
    position: absolute;
    bottom:15px;
    left: 50%;
    transform: translateX(-50%);
}

@media(max-width:768px){
    .key-wrap .free-link-btn{
        width: 90%;
        position: relative;
        bottom: 20px;
        right: auto;
        margin: 0 auto;
        display: none;
    }
    
    .key-wrap .free-link-btn a{
        width:  100%;
        height: auto;
        border-radius: 10px;
        padding: 15px;
        letter-spacing: 0.08em;
    }
    
    .key-wrap .free-link-btn a:after{
        width: 15px;
        height: 15px;
        top:50%;
        bottom:0;
        left: 20px;
        transform: translateX(0) translateY(-50%);
    }
}

/* ======================================================
メインスライダー追加
====================================================== */

/*
.keyvisual{
	height: 480px;
    width: 100%;
    background-image: url(../assets/images/kakuteishinkoku/keyvisual_one.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
*/
.keyvisual_kakuteishinkoku{
	height: 480px;
    width: 100%;
    background-image: url(../assets/images/kakuteishinkoku/keyvisual_two.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.keyvisual_corporations{
	height: 480px;
    width: 100%;
    background-image: url(../assets/images/kakuteishinkoku/keyvisual_three.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.keyvisual-text-column02 {
    margin-left: 9.8096vw;
    padding-top: 100px;
}

@media(min-width:1440px){
  .keyvisual-text-column02 {
      margin-left: 16%;
      padding-top: 135px;
  }
}

@media(max-width:768px){
	
    /*.keyvisual{
		background-image: url(../assets/images/kakuteishinkoku/keyvisual_sm.png);
	}
    */
	.keyvisual_kakuteishinkoku{
		background-image: url(../assets/images/kakuteishinkoku/keyvisual_sm_two.png);
	}
	.keyvisual_corporations{
		background-image: url(../assets/images/kakuteishinkoku/keyvisual_sm_three.png);
	}
	.keyvisual-text-column02{
		padding-top: 100px;
		margin-left: auto;
	}
}
