@charset "UTF-8";

/*************************************
    case
**************************************/

/***** case/index.html ****/
.caselist {
    padding: 80px 0;
}

.caselist .flex {
    flex-wrap: wrap;
    align-items: stretch;
}

@media screen and (min-width: 40em) {

    /*640px以上*/
    .caselist .case-link {
        max-width: 478px;
        width: 49%;
    }

    .caselist .case-link:nth-of-type(2n+1) {
        margin-right: 2%;
    }

}

@media screen and (min-width: 62.500em) {

    /*1000px以上*/
    .caselist .case-link:nth-of-type(2n+1) {
        margin-right: calc(100% - 956px);
    }
}

/*****case_***.html****/
.customer_stories {
    color: #4e4644;
}

.company_box {
    border: 1px solid #c7c5c5;
    overflow: hidden;
}

.company_box h2 {
    color: #4e4644;
}

.company_box li {
    margin-right: 1rem;
    margin-bottom: .8rem;
    letter-spacing: -0.02rem;
}

.company_box .label,
.graylabel {
    width: 70px;
    text-align: center;
    display: inline-block;
    color: #fff;
    font-size: 0.87rem;
    background: rgb(119, 135, 140);
    background: -moz-linear-gradient(left, rgba(119, 135, 140, 1) 0%, rgba(164, 176, 180, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(119, 135, 140, 1) 0%, rgba(164, 176, 180, 1) 100%);
    background: linear-gradient(to right, rgba(119, 135, 140, 1) 0%, rgba(164, 176, 180, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#77878c', endColorstr='#a4b0b4', GradientType=1);
    margin-right: 0.5rem;
}

.interview-paragraph ul {
    margin: 20px 0;
}

.interview-box {
    background: #fff;
    padding: 80px;
    margin-bottom: 10px;
}

.sec-interview h3,
.sec-interview h3+p {
    color: #4e4644;
}

.cloud-text {
    color: #0f8ca6;
    font-style: italic;
    font-weight: 500;
}

.answer {
    margin-top: 30px;
    color: #6a6462;
}

.answer strong {
    font-weight: bold;
}

@media screen and (min-width: 40em) {
    .company_box {
        margin-bottom: 80px;
    }

    /* .company_box:after {
        display: block;
        content: '';
        width: 100%;
        clear: both;
    } */

    .comp_info {
        box-sizing: border-box;
        padding: 20px 40px;
        width: 60%;
        float: left;
    }

    .comp_info h2 {
        font-size: 2rem;
        margin-bottom: 30px;
    }

    .comp_info h2.name-row2 {}

    .comp_info h2 img {
        display: inline-block;
        vertical-align: middle;
        width: 100px;
        margin-right: 1rem;
    }

    .bstem .comp_info h2 img {
        vertical-align: baseline;
        width: 125px;
    }

    .company_box ul {
        display: flex;
        flex-wrap: wrap;
    }

    /* .comp_img {
        width: 38%;
        max-width: 380px;
        height: 0;
        padding-top: calc((190 / 380) * 100%);
        float: right;
        background-repeat: no-repeat;
        background-size: cover;
    } */

    /* .comp_img img {
        display: none;
    } */

    .rohm .comp_img {
        background-image: url(../img/case/rohm/img_rohm.jpg);
    }

    .kf .comp_img {
        background-image: url(../img/case/kf/img_kf.jpg);
        background-position: left;
    }

    .taisei .comp_img {
        background-image: url(../img/case/taisei/img_taisei.jpg);
        background-position: right;
    }

    .orixf .comp_img {
        background-image: url(../img/case/orixf/img_orixf.jpg);
        background-position: right;
    }

    .jreastbt .comp_img {
        background-image: url(../img/case/jreastbt/img_jreastbt.jpg);
        background-position: right;
    }

    .seibi .comp_img {
        background-image: url(../img/case/seibi/img_seibi.jpg);
        background-position: right;
    }

    .kobelco .comp_img {
        background-image: url(../img/case/kobelco/img_kobelco.jpg);
        background-position: right;
    }

    .bstem .comp_img {
        background-image: url(../img/case/bstem/img_bstem.jpg);
        background-position: right;
    }

    .sec-interview h3 {
        font-size: 2rem;
        line-height: 1.3;
        margin-bottom: 40px;
    }

    .sec-interview {
        padding: 80px 10px;
        margin-bottom: 80px;
    }

    .interview-paragraph {
        margin-top: 70px;
    }

}

/*1000px以上*/
@media screen and (min-width: 62.500em) {
    .company_box {
        /* max-height: 256px; */
        overflow: hidden;
    }

    .comp_img {
        width: 40%;
        max-width: 380px;
        height: 100%;
        padding-top: 0;
        float: right;
    }

    .comp_img img {
        height: 100%;
        object-fit: cover;
        display: block;
    }
}

@media screen and (max-width: 39.9375em) {
    .comp_info {
        padding: 10px;
    }

    .comp_info h2 {
        font-size: 1.5rem;
        margin-bottom: 20px;
    }

    .comp_info h2 img {
        display: inline-block;
        vertical-align: middle;
        width: 100px;
        margin-right: 0.5rem;
    }

    .company_box {
        margin-bottom: 20px;
    }

    .company_box li {
        margin-bottom: .8rem;
    }

    .company_box .label {
        width: 90px;
        text-align: center;
        display: inline-block;
        color: #fff;
        font-size: 0.87rem;
        background: rgb(119, 135, 140);
        background: -moz-linear-gradient(left, rgba(119, 135, 140, 1) 0%, rgba(119, 135, 140, 1) 46%, rgba(164, 176, 180, 1) 99%);
        background: -webkit-linear-gradient(left, rgba(119, 135, 140, 1) 0%, rgba(119, 135, 140, 1) 46%, rgba(164, 176, 180, 1) 99%);
        background: linear-gradient(to right, rgba(119, 135, 140, 1) 0%, rgba(119, 135, 140, 1) 46%, rgba(164, 176, 180, 1) 99%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#77878c', endColorstr='#a4b0b4', GradientType=1);
        margin-right: 0.5rem;

    }

    .comp_img {
        height: 250px;
    }

    .comp_img img {
        width: 100%;
        height: 100%;
    }

    .sec-interview h3 {
        font-size: 1.5rem;
        line-height: 1.3;
        margin-bottom: 40px;
    }

    .sec-interview {
        padding: 40px 0;
        margin-bottom: 80px;
    }

    .interview-box {
        padding: 40px 1rem;
    }

    .interview-paragraph {
        margin-top: 70px;
    }

}

.logoscroll {
    display: flex;
    width: 98%;
    height: 77px;
    margin: 10px auto 20px;
    overflow: hidden;
}

.logoscroll .logoscroll__wrapper {
    display: flex;
    align-items: center;
    animation: logoscroll 50s linear infinite;
    position: relative;
}

.logoscroll__item {
    padding: 0 6px;
    /* width: calc(100vw / 11); */
    width: 100vw;
    height: 100%;
    text-align: center;
}

@keyframes logoscroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

@media screen and (max-width: 39.9375em) {
    .logoscroll {
        width: 90%;
        height: 60px;
    }

    .logoscroll__item {
        width: 300vw;
    }


}

/*.sec-case table{
		width: 100%;
		background:#fff;
		border:1px solid #d2d4d5;
	}
	.sec-case table th{
		text-align: left;
	}
	.sec-case table th.top-th {vertical-align: top;}
	.sec-case table th,
	.sec-case table td{
		vertical-align: middle;
		padding:0.87rem 0 0.87rem 1rem;
		border-bottom: 1px solid #d2d4d5;
		font-size: 0.875rem;
	}
	.sec-case table th{
		border-right: 1px solid #d2d4d5;
	}
	.sec-case table .others-th{
		background: #e4e6ec;
		font-size:1.125rem;
		padding:1.125rem 0 1.125rem 1rem;
	}

	.sec-case table + p {
		margin-top: 40px;
	}
	.schedule{background:#fff;}

@media screen and (min-width: 40em) {
	.sec-case,.conditions{padding: 70px 0;}
	.sec-case{
		margin-bottom: 80px;
	}
}
@media screen and (max-width: 39.9375em) {
	.planspecial{
		margin-left: 8px;
		font-size: 0.7rem;
		padding:0 0.5rem;
	}
	.sec-case,.conditions{padding: 30px 0;}
	.sec-case table td{
		padding:0.87rem 1rem;
		font-size: 0.875rem;
	}
	.sec-case table th,
	.sec-case table td{	font-size: 0.85rem;}
	.sec-case table .others-th{
		font-size:1.125rem;
		padding:0.87rem 1rem;
	}
	.sec-case{
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 71em) {
}*/


/*===============
2024/01/11  HAKARU-1246 導入事例「ニッセイコムさま」コーディング
================*/
/* .company_boxのレスポンシブ対応 */



.company_box {
    display: flex;
    justify-content: space-between;
}

.company_box .comp_img {
    width: 40%;
    height: auto;
    max-width: 380px;
}

.company_box .comp_img img {
    object-fit: cover;
    max-height: 300px;
}


@media screen and (max-width:1000px) {
    .company_box .comp_info {
        width: 50%;
    }

    .company_box .comp_img {
        width: 50%;
        max-width: initial;
        height: auto;
    }

    .company_box .comp_img img {
        height: 100%;
        max-height: initial;
    }
}

@media screen and (max-width:639px) {

    .company_box {
        flex-direction: column;
    }

    .company_box .comp_info {
        width: calc(100% - 20px);
    }

    .company_box .comp_img {
        width: 100%;
        height: 250px;
    }
}