@charset "shift_jis";

div.header-info-red {
	display: none;
}

.inner_content{
	max-width:1080px;
}

body {
	background:linear-gradient(135deg,rgba(228,233,240,1)0%,rgb(174,193,224)100%);
	/*background: linear-gradient(180deg, #e4e9f0 0%, #e4e9f0 39%, #c4d7d1 39%, #c4d7d1 100%);*/
}

#kanban {
	margin-bottom: 3%;
}

/*-- ボタン ----------------------------------------------------------------------------------*/
#business #btn-wrap {
    grid-column: 1 / 4;
    grid-row: 3 / 4;
    width: 100%;
    margin: 5% auto 5%;
    display: flex;
    justify-content: center;
    gap: 3%;
}
#business #btn-wrap .btn {
    width: 480px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
#business #btn-wrap .btn::after {
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: .7em;
    height: .7em;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    top: 0;
    bottom: 0;
    right: 7%;
    margin: auto;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all .3s ease 0s;
}
#business #btn-wrap .btn-1 {
    background-color: #b10e1b;
    border: 2px solid #b10e1b;
}
#business #btn-wrap .btn-2 {
    background-color: #222;
    border: 2px solid #222;
}
#business #btn-wrap .btn.width {
    width: 100%;
    max-width: 860px;
    border-radius: 5px;
}
#business #btn-wrap .btn p {
    color: #FFF;
    font-size: 1.8em;
    padding: .3em 0;
    margin-right: -10px;
}
#business #btn-wrap .btn p .pc_none{
    display: none;
}

/*-- ボタン終了 ----------------------------------------------------------------------------------*/



/*-- 見出し --------------------------------------------------------------------------------------*/

#business .text-midashi {
	text-align: center;
}

#business .text-midashi p {
	font-size: 2em;
	font-weight: bold;
}

/*-- 見出し終了 ----------------------------------------------------------------------------------*/



/*-- 説明2col ----------------------------------------------------------------------------------*/
#business .explanation {
    grid-column: 1 / 4;
    grid-row: 3 / 4;
    width: 100%;
    margin: 1% auto 5%;
    display: flex;
    justify-content: center;
    gap: 2%;
}
#business .explanation .explanation-box {
    width: 425px;
    border-radius: 10px;
    /*display: flex;*/
    justify-content: center;
    align-items: center;
    position: relative;
	text-align: center;
}
#business .explanation .explanation-box {
    background-color: #f8fafc;
    border: 2px solid #f8fafc;
	padding: 0.5%;
}
#business .explanation .explanation-box.width {
    width: 100%;
    max-width: 860px;
    border-radius: 5px;
}
#business .explanation .explanation-box h2 {
    color: #013f96;
	text-align: center;
    padding: 0.5em 0 0;
}
#business .explanation .explanation-box img {
	width: 100%;
    text-align: center;
}
#business .explanation .explanation-box p {
    color: #222222;
	text-align: left;
    font-size: 1em;
    padding: 0 1em 1em;
}

/*-- 説明2col終了 ----------------------------------------------------------------------------------*/

/*-- 説明1col ----------------------------------------------------------------------------------*/

#business .col_1 {
    margin: 5% auto 1%;
}

#business .col_1 .explanation-box {
    width: 880px;
    border-radius: 10px;
    /*display: flex;*/
    justify-content: center;
    align-items: center;
    position: relative;
	text-align: center;
}

#business .col_1 .explanation-box span {
    color: #b10e1b;
}

/*-- 説明1col終了 ----------------------------------------------------------------------------------*/


/*-- 商品バナー2col ----------------------------------------------------------------------------------*/

#business .item_banner {
    max-width: 900px;
    margin:0 auto 5%;
}

#business .item_banner ul {
    width:100%;
    display: flex;
    justify-content: center;
    gap: 1%;
    margin-bottom: 1%;
}

#business .item_banner ul li a:hover {
    opacity: 0.8;
}

#business .item_banner ul li img {
    width:100%;
}

/*-- 商品バナー2col終了 ----------------------------------------------------------------------------------*/


/*-- オフィスシュレッダー絞り込み -------------------------------------------------------------*/
#business .pc_none{
	display: none;
}

/*-- オフィスシュレッダー絞り込み -------------------------------------------------------------*/



/*-- ○○から選ぶボタン ----------------------------------------------------------------------------------*/

#main_contents .other {
	width: 100%;
	border-radius:0 0 10px 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 20px 0 0 5px;
	padding-bottom: 1%;
}

#main_contents .other ul {
	width: 86%;
	display:flex;
	text-align: center;
}
#main_contents .other ul li {
  	width:100%;
    padding: 10px;
	list-style: none;
}


#main_contents .other a {
	color: #fff;
	font-weight: 400;
	display:inline-block;
	background: #013f96;
	border-radius: 5px;
	border: #013f96 solid 1px;
}

#main_contents .other a:hover {
	color: #fcff00!important;
}

#main_contents .other a p {
	font-size: 18px;
	padding: 20px 60px;
}

/*-- ○○から選ぶボタン -------------------------------------------------------------------------------*/


/*-- 担当者に相談するボタン -------------------------------------------------------------------------------*/
#main_contents .corp-btn {
    font-size: min(4.5cqw, 25px);
    text-align: center;
    color: #FFF;
    font-weight: 600;
    background-color: #013f96;
    border-radius: 5px;
    padding: .5em 0 .6em;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 900px;
    margin: 3% auto 0;
}

#main_contents .corp-btn:hover {
	color: #fcff00!important;
}

#main_contents .corp-btn p {
	font-size: 1em;
}
/*-- 担当者に相談するボタン終了 -----------------------------------------------------------------------------*/

/*-- スライダー -----------------------------------------------------------------------------*/

/* 画像-カルーセル */
#business .row.banner-carousel {
    width: 100%;

    /* 左の余白削除 */
    margin: 0 auto;

    .carousel-inner {
        width: 100%;
        display: flex;
        justify-content: start;
        gap: 1.33%;
        position: relative;
        box-sizing: border-box;
        padding: 0;
        overflow: visible;

        .carousel-item {
            width: 24%;
            min-width: auto;
            display: none;
            flex-direction: column;
            margin: 0 !important;

            & img {
                width: 100%;
                height: auto;
                display: block;
            }

            &:nth-last-child(1) {
                margin-right: 0;
            }
        }

        /* アイテム数が少ない場合の処理 */
        &.item-width-max {
            padding: 0;
            margin-bottom: var(--margin-bottom);
        }
    }

    .carousel-inner.itemcount-1-4 + .slider-radio-wrap {
        display: none;
    }

    .slider-radio-wrap {
        width: 100%;
        display: flex;
        justify-content: center;
        gap: 1em;
        padding: 10px 0;

        & input[type="radio"] {
            display: none;
        }

        .radio-label{
            display: block;
            margin-bottom: var(--margin-bottom-min);
            width: 8px;
            height: 8px;
            background-color: #FFF;
            border-radius: 100vw;
            &:has(:checked) {
                background-color: #013f96;
            }
        }
    }
    
    .slider-arrow {
        position: absolute;
        top: 50%;  
        transform: translateY(-50%);
        width: 50px;
        height: 50px;
        background: #001a3fd4;
        display: none;
        justify-content: center;
        align-items: center;
        border-radius: 100vw;
        z-index: 1;
        animation: none !important;

        .arrow {
            position: relative;
            width: 9px;
            height: 9px;
        }
        
        .arrow::before,
        .arrow::after {
            content: "";
            position: absolute;
            top: calc(50% - 2px);
            right: 0;
            width: 11px;
            height: 3px;
            border-radius: 9999px;
            background-color: #ffffff;
            transform-origin: calc(100% - 1px) 50%;
        }
        
        .arrow::before {
          transform: rotate(45deg);
        }
        
        .arrow::after {
          transform: rotate(-45deg);
        }
    }
    .slider-arrow.prev-label {
        left: 10px;

        .arrow {
            transform: rotate(-180deg);
            margin-right: -1px;
        }
    }
    .slider-arrow.next-label {
        right: 10px;
    }

}

/* 画像-長方形カルーセル */
#business .row.banner-carousel__category {
    .carousel-inner {

        .carousel-item {
            width: 100%;
        }

    }

    /* 表示処理 */
    &:has(.radio-label:nth-of-type(1) .radio-slider:checked) .carousel-item:nth-of-type(1),
    &:has(.radio-label:nth-of-type(1) .radio-slider:checked) .slider-arrow.slider-1,
    &:has(.radio-label:nth-of-type(2) .radio-slider:checked) .carousel-item:nth-of-type(2),
    &:has(.radio-label:nth-of-type(2) .radio-slider:checked) .slider-arrow.slider-2,
    &:has(.radio-label:nth-of-type(3) .radio-slider:checked) .carousel-item:nth-of-type(3),
    &:has(.radio-label:nth-of-type(3) .radio-slider:checked) .slider-arrow.slider-3,
    &:has(.radio-label:nth-of-type(4) .radio-slider:checked) .carousel-item:nth-of-type(4),
    &:has(.radio-label:nth-of-type(4) .radio-slider:checked) .slider-arrow.slider-4,
    &:has(.radio-label:nth-of-type(5) .radio-slider:checked) .carousel-item:nth-of-type(5),
    &:has(.radio-label:nth-of-type(5) .radio-slider:checked) .slider-arrow.slider-5,
    &:has(.radio-label:nth-of-type(6) .radio-slider:checked) .carousel-item:nth-of-type(6),
    &:has(.radio-label:nth-of-type(6) .radio-slider:checked) .slider-arrow.slider-6,
    &:has(.radio-label:nth-of-type(7) .radio-slider:checked) .carousel-item:nth-of-type(7),
    &:has(.radio-label:nth-of-type(7) .radio-slider:checked) .slider-arrow.slider-7,
    &:has(.radio-label:nth-of-type(8) .radio-slider:checked) .carousel-item:nth-of-type(8),
    &:has(.radio-label:nth-of-type(8) .radio-slider:checked) .slider-arrow.slider-8,
    &:has(.radio-label:nth-of-type(9) .radio-slider:checked) .carousel-item:nth-of-type(9),
    &:has(.radio-label:nth-of-type(9) .radio-slider:checked) .slider-arrow.slider-9,
    &:has(.radio-label:nth-of-type(10) .radio-slider:checked) .carousel-item:nth-of-type(10),
    &:has(.radio-label:nth-of-type(10) .radio-slider:checked) .slider-arrow.slider-10,
    &:has(.radio-label:nth-of-type(11) .radio-slider:checked) .carousel-item:nth-of-type(11),
    &:has(.radio-label:nth-of-type(11) .radio-slider:checked) .slider-arrow.slider-11,
    &:has(.radio-label:nth-of-type(12) .radio-slider:checked) .carousel-item:nth-of-type(12),
    &:has(.radio-label:nth-of-type(12) .radio-slider:checked) .slider-arrow.slider-12 {
        display: flex;
        z-index: 2;
        animation: fadein 0.6s;
    }
}

/*-- スライダー 終了 -----------------------------------------------------------------------------*/

