@charset "utf-8";
/* CSS Document */

.bg_photo {
    background: url(/recruit/shared/img/about/bg_photo.png) no-repeat 0 0 / cover;
    margin-top: -150px;
    padding-top: 150px;
}
.simplebar-scrollbar:before {
    opacity: 0.2;
    background: #fff;
}
.service_table {
    justify-content: space-between;
    width: 1040px;
    position: relative;
}
.service_table > div {
    width: 33%;
    position: relative;
}
.service_table > div:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    background: #fff;
    top: 0;
    right: -3px;
}
.service_table > div.rentalserver:after,
.service_table > div.bar_target:after {
    content: none;
}
.service_table h3 {
    margin: 0;
    background: #999;
    text-align: center;
    font-weight: normal;
    font-size: 1.8rem;
    line-height: 3.2;
    padding: 10px;
}
.dc h3 {
    background: #0064D1;
}
.cloud h3 {
    background: #009CD3;
}
.rentalserver h3 {
    background: #2B2B2B;
    line-height: 1.6;
}
.service_table > div > div {
    padding: 20px 20px 230px;
}
.service_table > div.bar_target {
    position: absolute;
    width: 1040px;
    left: 0;
    bottom: 0;
}
.bar_target p {
    background: #444;
    width: 66%;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.bar_target p:nth-of-type(2) {
    margin: 0 auto 10px;
}
.bar_target p:nth-of-type(3) {
    float: right;
}
.history {
    max-height: 450px;
    overflow-y: auto;
}
.history dl {
    margin-bottom: 10px;
}
.history dt {
    width: 60px;
    height: 60px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    position: relative;
    background: #000;
    flex: none;
}
.history dt span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.history dd {
    width: 100%;
    margin-top: 10px;
    margin-left: -30px;
    padding-left: 45px;
    position: relative;
}
.history dd span {
    display: block;
    line-height: 1;
}
.history dd:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background: #fff;
    top: 15px;
    left: -1px;
    z-index: -1;
}
.history dd:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #333;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.simply-scroll-container {
	position: relative;
}
.simply-scroll-clip {
	position: relative;
	overflow: hidden;
}
.simply-scroll-list {
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.simply-scroll-list li {
	float: left; /* Horizontal scroll only */
	padding: 0;
	width: 500px;
    height: 333px;
}
.simply-scroll-list li img {
	display: block;
}
.tab_content .flex {
    flex-wrap: wrap;
    justify-content: space-between;
}
.tab_content .flex > div {
    width: 48%;
    background: #1c1c1c;
    padding: 35px 25px;
    box-sizing: border-box;
    margin-bottom: 25px;
}
.tab_content h6 {
    color: #fff;
    font-weight: bold;
    font-size: clamp(18px, 2vw, 22px);
    text-align: center;
    margin-bottom: 15px;
}

.data_analytics {
    justify-content: space-between;
    flex-wrap: wrap;
}
.data_analytics > div {
    width: 30%;
    text-align: center;
    margin-bottom: 30px;
}
.data_analytics h6 {
    color: #fff;
    font-size: clamp(17px, 2vw, 25px);
}
.data_analytics h6 .number {
    font-size: clamp(40px, 4vw, 60px);
}
.data_analytics figure {
    margin-bottom: 10px;
}
.data_ratio {
    flex-wrap: wrap;
    justify-content: space-between;
}
.data_ratio > div {
    width: 48%;
    margin-bottom: 25px;
}
.data_ratio figure {
    flex: none;
}
.data_ratio h6 {
    background: #fff;
    font-size: clamp(18px, 2vw, 22px);
    padding: 5px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
}

#mv {
    position: relative;
}
#mv .mv_text {
    position: absolute;
    background: rgba(0,0,0,0.8);
    padding: 40px;
    box-sizing: border-box;
    width: 40%;
    max-width: 630px;
    min-width: 200px;
    top: 50%;
    right: 20%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
#mv h1 {
    padding-top: 0;
    font-size: 2.2vw;
    font-weight: bold;
    line-height: 1.4;
    padding-bottom: 40px;
}
#mv span.member_name,
#mv span.department_name {
    display: inline-block;
    padding: 0 10px;
}
#mv .member_name {
    background: #009dd3;
    margin-bottom: 5px;
}
#mv .department_name {
    background: #fff;
    color: #333;
}
#mv .profession_name {
    position: absolute;
    width: 160px;
    right: -30px;
    bottom: 15px;
}
#mv .profession_name.ceo {
    width: 350px;
    bottom: -70px;
}
#mv figure {
    text-align: right;
}
.message h3 {
    text-align: center;
    margin-top: 0;
    width: 40%;
    flex: none;
    font-size: clamp(17px, 2vw, 30px);
}
.ceo_message.bg_svg {
    background: url(/recruit/shared/img/index/asset_02.svg) no-repeat 0 40%;
}
.recruit_message.bg_svg {
    background: url(/recruit/shared/img/index/asset_03.svg) no-repeat 0 40%;
}

@media (max-width: 1039px) {
    .message.flex {
        display: block;
    }
    .message h3 {
        width: 100%;
    }
    .message p:last-of-type {
        margin-bottom: 60px;
    }
    .ceo_message .message:last-of-type p:last-of-type {
        margin-bottom: 0;
    }
    #mv .mv_text {
        position: relative;
        top: auto;
        right: auto;
        min-height: auto;
        transform: none;
        width: 100%;
        padding: 20px 0;
    }
    #mv .profession_name {
        width: 120px;
        left: 5px;
        top: -53px;
        z-index: -1;
    }
    #mv h1 {
        font-size: 5vw;
        padding-bottom: 15px;
    }
    .interview_text {
        padding: 0;
    }
    .tab_content .flex > div {
        width: 100%;
    }
    .data_analytics > div {
        width: 49%;
    }
    .data_ratio > div {
        width: 100%;
        flex-wrap: wrap;
        flex-direction: column-reverse;
        margin-bottom: 35px;
    }
    .data_ratio > div > div p {
        margin-bottom: 0;
    }
    .data_ratio figure {
        margin: 0 auto;
    }
}









