.datascience_wrap .sp_inline_block {
    display: none;
}
@media (max-width: 768px) {
    .datascience_wrap .pc_inline_block {
        display: none;
    }
    .datascience_wrap .sp_inline_block {
        display: inline-block;
    }
}

.datascience_wrap {
    padding: 90px 0 40px;
    font-family: 'Noto Sans JP', sans-serif;
    background-color: #000;
}
@media (max-width: 994px) {
    .datascience_wrap {
        padding: 60px 0 40px 0;
    }
}
@media (max-width: 768px) {
    .datascience_wrap {
        padding: 0 0 40px;
    }
}

/**
 * メインビジュアル
 */
.datascience_visual {
    position: relative;
    width: 100%;
    height: 1018px;
    background-image: url(../images/datascience/bg_main_visual.png);
    background-size: cover;
}
.datascience_visual:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 458px;
    background-image: url(../images/datascience/bg_main_visual_gradient.png);
}

.datascience_title {
    max-width: 1085px;
    margin: 150px auto 0;
    padding: 0 50px;
}


@media (max-width: 768px) {
    .datascience_visual {
        height: 117vw;
    }
    .datascience_visual:after {
        height: 59vw;
        background-size: cover;
    }
    .datascience_title {
        margin-top: 18vw;
        padding: 0 3.9vw;
    }
}

/**
 * パンくず
 */
.datascience_visual .breadcrumb{
    padding: 18px;
	font-size: 68%;	/* 11px */
	color: #ffffff;
}
.datascience_visual .breadcrumb ol{
	margin: 0 auto;
	padding: 0;
	max-width: 965px;
	overflow: hidden;
	font-weight: bold;
}
.datascience_visual .breadcrumb ol li{
	float: left;
	list-style: none;
}
.datascience_visual .breadcrumb ol li + li:before{
	content: '\03e';
	margin: 0 4px;
}
.datascience_visual .breadcrumb a{
	text-decoration: none;
	color: #ffffff;
}
.datascience_visual .breadcrumb a:hover{
	opacity: .6;
}

@media (max-width: 768px) {
    
}


/**
 * コンテンツ
 */
.datascience_contents {

}


/**
 * メッセージ
 */
.message_content {
    position: relative;
    z-index: 10;
    width: 747px;
    height: 732px;
    margin: -345px auto 0;
    background-image: url(../images/datascience/bg_message@2x.png);
    background-size: 100% auto;
}
.message_content .message_box {
    padding: 235px 85px 40px 100px;
    font-size: 18px;
    font-weight: bold;
    line-height: 2;
}
.message_content .message_box p {
    line-height: 2.15;
}

@media (max-width: 768px) {
    .message_content {
        width: auto;
        margin: -34vw 3.9vw 0;
        height: auto;
        padding: 1px 0;
        background: none;
    }
    .message_content:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        padding-top: 25.51%;
        background-image: url(../images/datascience/bg_message_sp_top@2x.png);
        background-size: 100% auto;
    }
    .message_content:after {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding-top: 7.75%;
        background-image: url(../images/datascience/bg_message_sp_bottom@2x.png);
        background-size: 100% auto;
    }

    .message_content .message_box {
        margin: 24.5% 0 7%;
        padding: 2% 6% 0 11%;
        background-image: url(../images/datascience/bg_message_sp_middle@2x.png);
        background-size: 100% auto;
        font-size: 3.8vw;
    }
}

/**
 * セクション共通
 */
.datascience_contents .section {
    position: relative;
    display: block;
    padding-top: 210px;
}
.datascience_contents .section .section_inner {
    position: relative;
    z-index: 10;
    max-width: 964px;
    margin: 0 auto;
}
.datascience_contents .section .section_inner .section_title {
    position: relative;
    margin-bottom: 109px;
}
.datascience_contents .section .section_inner .section_title h2 {
    padding: 0;
    margin-bottom: 40px;
}
.datascience_contents .section .section_inner .section_title h2 img {
    width: auto;
}
.datascience_contents .section .section_inner .section_title p {
    position: relative;
    max-width: 580px;
    padding-bottom: 30px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}
.datascience_contents .section .section_inner .section_title p:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 2000px;
    border-bottom: 1px solid #939393;
}
.datascience_contents .section .section_inner .section_content {
    text-align: center;
}
.datascience_contents .section .section_inner .section_content .text {
    margin-bottom: 42px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}
.datascience_contents .section .section_inner .section_content img {
    width: auto;
    max-width: 100%;
}


@media (max-width: 994px) {
    .datascience_contents .section .section_inner {
        max-width: 894px;
    }
}
@media (max-width: 768px) {
    .datascience_contents .section {
        padding-top: 26vw;
    }
    .datascience_contents .section .section_inner .section_title {
        padding: 0 30px;
        margin-bottom: 10%;
    }
    .datascience_contents .section .section_inner .section_title h2 {
        text-align: center;
        width: 100%;
        margin: 0 0 20px;
    }
    .datascience_contents .section .section_inner .section_title h2 img {
        max-width: 90%;
    }
    .datascience_contents .section .section_inner .section_title p {
        max-width: 100%;
        font-size: 3.8vw;
        padding-bottom: 5%;
    }
    .datascience_contents .section .section_inner .section_title p:after {
        width: 100%;
    }
    .datascience_contents .section .section_inner .section_content {
        padding: 0 30px;
    }
    .datascience_contents .section .section_inner .section_content .text {
        font-size: 3.5vw;
    }
    .datascience_contents .section .section_inner .section_content .text br {
        display: none;
    }
}

/**
 * セクション個別
 * OUR FIELD
 */
.datascience_contents .section.our_field:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 662px;
    height: 412px;
    background-image: url(../images/datascience/bg_section_01.png);
}
@media (max-width: 768px) {
    .datascience_contents .section.our_field:before {
        width: 86vw;
        height: 53vw;
        background-size: cover;
    }
}


/**
 * セクション個別
 * WORK FLOW
 */
 .datascience_contents .section.work_flow:before {
    content: '';
    position: absolute;
    top: -100px;
    right: 0;
    width: 931px;
    height: 611px;
    background-image: url(../images/datascience/bg_section_02.png);
}
@media (max-width: 768px) {
    .datascience_contents .section.work_flow:before {
        width: 121vw;
        height: 79vw;
        top: -28vw;
        background-size: cover;
    }
}


/**
 * セクション個別
 * EDUCATION
 */
.datascience_contents .section.education:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 738px;
    height: 416px;
    background-image: url(../images/datascience/bg_section_03.png);
}
@media (max-width: 768px) {
    .datascience_contents .section.education:before {
        width: 96vw;
        height: 54vw;
        background-size: cover;
    }
}
.datascience_contents .section.education .section_content {
    padding-bottom: 70px;
}
.datascience_contents .section.education .swiper-container {
    overflow: visible;
}
.datascience_contents .section.education .swiper-container .swiper-slide {
    display: flex;
    align-items: center;
    height: auto;
}
.datascience_contents .section.education .swiper-container .education_slide_item {
    text-align-last: left;
    box-sizing: border-box;
    padding: 45px 30px 45px 50px;
    width: 100%;
    min-height: 757px;
    background-color: #fff;
}
.datascience_contents .section.education .swiper-container .education_slide_item .slide_header,
.datascience_contents .section.education .swiper-container .education_slide_item .slide_text {
    text-align: left;
}
.datascience_contents .section.education .swiper-container .education_slide_item .slide_header {
    margin-bottom: 20px;
}
.datascience_contents .section.education .swiper-container .education_slide_item .slide_num {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.datascience_contents .section.education .swiper-container .education_slide_item .slide_num img {
    vertical-align: middle;
}
.datascience_contents .section.education .swiper-container .education_slide_item .slide_title {
    display: inline-block;
    vertical-align: middle;
    font-size: 28px;
    font-weight: bold;
}
.datascience_contents .section.education .swiper-container .education_slide_item .slide_text {
    display: block;
    font-size: 14px;
    min-height: 2.5em;
    margin-bottom: 50px;
}
.datascience_contents .section.education .swiper-container .education_slide_item .slide_image {
    margin: 0 auto;
    display: block;
}

.swiper-button-next, .swiper-button-prev {
    margin-top: -26px;
    width: 52px;
    height: 52px;
    outline: none;
}
.swiper-button-next {
    right: -26px;
}
.swiper-button-prev {
    left: -26px;
}
.swiper-button-next:after, .swiper-button-prev:after {
    content: '';
    width: 100%;
    height: 100%;
    background-size: contain;
}
.swiper-button-next:after {
    background-image: url(../images/datascience/btn_slide_right@2x.png);
}
.swiper-button-prev:after {
    background-image: url(../images/datascience/btn_slide_left@2x.png);
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: -40px;
}
.swiper-pagination-bullet {
    opacity: 1;
    background: #fff;
}
.swiper-pagination-bullet-active {
    background: #CF002E;
}


@media (max-width: 768px) {
    .datascience_contents .section.education .section_content {
        padding: 0 10% 70px;
    }
    .datascience_contents .section.education .swiper-container .education_slide_item {
        padding: 6%;
        min-height: 100%;
    }
    .datascience_contents .section.education .swiper-container .education_slide_item .slide_num {
        margin-bottom: 3%;
    }
    .datascience_contents .section.education .swiper-container .education_slide_item .slide_num img {
        height: 15px;
        display: block;
    }
    .datascience_contents .section.education .swiper-container .education_slide_item .slide_title {
        margin-bottom: 2%;
        font-size: 4vw;
    }
    .datascience_contents .section.education .swiper-container .education_slide_item .slide_text {
        font-size: 2vw;
        margin-bottom: 10%;
        min-height: 5em;
    }
    .datascience_contents .section.education .swiper-container .education_slide_item .slide_text br {
        display: none;
    }
    .datascience_contents .section.education .swiper-container .education_slide_item .slide_image {
        margin: 0;
    }

    .swiper-button-next, .swiper-button-prev {
        margin-top: -3.4vw;
        width: 6.8vw;
        height: 6.8vw;
    }
    .swiper-button-next {
        right: -3.4vw;
    }
    .swiper-button-prev {
        left: -3.4vw;
    }
}

/**
 * セクション個別
 * OUR MEMBERS
 */
.datascience_contents .section.our_members:before {
    content: '';
    position: absolute;
    top: -150px;
    right: 0;
    width: 362px;
    height: 567px;
    background-image: url(../images/datascience/bg_section_04.png);
}
@media (max-width: 768px) {
    .datascience_contents .section.our_members:before {
        top: -10vw;
        width: 32.2vw;
        height: 50vw;
        background-size: cover;
    }
}
.datascience_contents .section.our_members .section_inner .section_title p {
    padding: 0;
}

/* coming soon */
.datascience_contents .section.our_members .section_inner .section_content .coming_soon {
    display: none;
    padding: 200px 0;
    width: 100%;
    border: 1px solid #939393;
}
@media (max-width: 768px) {
    .datascience_contents .section.our_members .section_inner .section_content .coming_soon {
        padding: 46vw 0;
    }
    .datascience_contents .section.our_members .section_inner .section_content .coming_soon img {
        width: 50vw;
    }
}

/* 紹介 */
.datascience_contents .section.our_members .swiper-container {
    overflow: visible;
}
.datascience_contents .section.our_members .swiper-slide {
    opacity: .3;
}
.datascience_contents .section.our_members .swiper-slide.swiper-slide-active {
    opacity: 1 !important;
}
.datascience_contents .section.our_members .swiper-slide.swiper-slide-active + .swiper-slide,
.datascience_contents .section.our_members .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide {
    opacity: 1;
}
.datascience_contents .section.our_members .member_item {
    color: #fff;
    display: block;
    height: 100%;
}
.datascience_contents .section.our_members .member_item .photo {
    margin-bottom: 30px;
}
.datascience_contents .section.our_members .member_item .profile {
    padding-bottom: 50px;
}
.datascience_contents .section.our_members .member_item .profile .name {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 5px;
}
.datascience_contents .section.our_members .member_item .profile .name-en {
    font-size: 12px;
    margin-bottom: 10px;
}
.datascience_contents .section.our_members .member_item .profile .position {
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 10px;
}
.datascience_contents .section.our_members .member_item .profile .description {
    font-size: 12px;
}
.datascience_contents .section.our_members .member_item .profile .btn {
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    width: 112px;
    height: 28px;
    margin-left: -56px;
    transition: .3s ease;
}
.datascience_contents .section.our_members .member_item .profile .btn:hover {
    opacity: .8;
}

.datascience_contents .section.our_members .swiper-container .swiper-slide {
    display: flex;
    align-items: center;
    height: auto;
}
/*
.datascience_contents .section.our_members .swiper-button-prev {
    display: none;
}
.datascience_contents .section.our_members .swiper-button-next {
    display: none;
}
.datascience_contents .section.our_members .swiper-pagination {
    display: none;
}
*/

@media (max-width: 768px) {
    .datascience_contents .section.our_members .swiper-slide.swiper-slide-active + .swiper-slide,
    .datascience_contents .section.our_members .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide {
        opacity: .3;
    }

    .datascience_contents .section.our_members .member_item {
        max-width: 78vw;
        margin: 0 auto;
    }

    .datascience_contents .section.our_members .member_item .photo img {
        width: 100%;
    }
    .datascience_contents .section.our_members .member_item .profile {
        padding-bottom: 13.5vw;
    }
    .datascience_contents .section.our_members .member_item .profile .name {
        font-size: 4.8vw;
        margin-bottom: 0.5vw;
    }
    .datascience_contents .section.our_members .member_item .profile .name-en {
        font-size: 3.1vw;
        margin-bottom: 1vw;
    }
    .datascience_contents .section.our_members .member_item .profile .position {
        font-size: 3.1vw;
        margin-bottom: 1vw;
    }
    .datascience_contents .section.our_members .member_item .profile .description {
        font-size: 3.1vw;
    }


    .datascience_contents .section.our_members .member_item .profile .btn {
        width: 46vw;
        height: 11.5vw;
        margin-left: -23vw;
    }

    .datascience_contents .section.our_members .swiper-button-prev {
        display: flex;
    }
    .datascience_contents .section.our_members .swiper-button-next {
        display: flex;
    }
    .datascience_contents .section.our_members .swiper-pagination {
        display: block;
    }
}


/**
 * セクション個別
 * ONE DAY AT OFFICE
 */
.datascience_contents .section.one_day_at_office {
    margin: 100px 0;
    padding: 80px 0;
    background-color: #CF002E;
}
.datascience_contents .section.one_day_at_office .title_one_day_at_office {
    width: 473px;
    margin-bottom: 40px;
}
.datascience_contents .section.one_day_at_office .section_content {
    padding: 100px 50px;
}

.datascience_contents .section.one_day_at_office .swiper-container {
    overflow: visible;
}
.datascience_contents .section.one_day_at_office .swiper-button-prev {
    left: -75px;
}
.datascience_contents .section.one_day_at_office .swiper-button-prev:after {
    background-image: url(../images/datascience/btn_slide_left_white@2x.png);
}
.datascience_contents .section.one_day_at_office .swiper-button-next {
    right: -75px;
}
.datascience_contents .section.one_day_at_office .swiper-button-next:after {
    background-image: url(../images/datascience/btn_slide_right_white@2x.png);
}

.datascience_contents .section.one_day_at_office .swiper-container .office_image_container {
    position: relative;
    width: 300px;
    height: 410px;
}
.datascience_contents .section.one_day_at_office .swiper-container .swiper-slide:nth-child(odd) .office_image_container {
    transform: translateY(-50px);
}
.datascience_contents .section.one_day_at_office .swiper-container .swiper-slide:nth-child(even) .office_image_container {
    transform: translateX(-65px) translateY(60px);
}
.datascience_contents .section.one_day_at_office .swiper-container .office_image_container img {
    position: absolute;
    top: 0;
    left: 50%;
    width: 480px;
    max-width: 480px;
    height: auto;
    margin-left: -240px;
}


@media (max-width: 768px) {
    .datascience_contents .section.one_day_at_office {
        margin-top: 1.3vw;
        padding: 9.1vw 0;
    }
    .datascience_contents .section.one_day_at_office .title_one_day_at_office {
        width: 61.5vw;
        margin-bottom: 5.2vw;
        margin-left: 3.9vw;
    }
    .datascience_contents .section.one_day_at_office .title_one_day_at_office h2 {
        margin: 0;
        padding: 0;
        background: none;
    }


    .datascience_contents .section.one_day_at_office .swiper-button-prev {
        left: -3.4vw;
    }
    .datascience_contents .section.one_day_at_office .swiper-button-next {
        right: -3.4vw;
    }

    .datascience_contents .section.one_day_at_office .section_content {
        padding: 13vw 10%;
    }


    .datascience_contents .section.one_day_at_office .swiper-container .office_image_container {
        position: relative;
        width: 39vw;
        height: 53vw;
    }
    .datascience_contents .section.one_day_at_office .swiper-container .swiper-slide:nth-child(odd) .office_image_container {
        transform: translateY(-6.5vw);
    }
    .datascience_contents .section.one_day_at_office .swiper-container .swiper-slide:nth-child(even) .office_image_container {
        transform: translateX(-8.4vw) translateY(7.8vw);
    }
    .datascience_contents .section.one_day_at_office .swiper-container .office_image_container img {
        position: absolute;
        top: 0;
        left: 50%;
        width: 62vw;
        max-width: 62vw;
        height: auto;
        margin-left: -31vw;
    }
}

/**
 * ページトップ
 */
.datascience_contents .pagetop {
    padding: 0 20px 20px;
    text-align: right;
}
.datascience_contents .pagetop a {
    display: inline-block;
}
.datascience_contents .pagetop img {
    width: auto;
}



/**
 * コンテンツアニメーション
 * common.jsに記述された処理と連動しています
 *
 * e.g.
 * <div id="content" class="animation left2right" data-animation-delay="1000"> ... </div>
 * このようにクラス設定すると 左から右 に表示されるアニメーションになります。
 * また、 data-animation-delay 属性を設定すると、値のミリ秒分遅延して表示されます。
 **/
.animation {
    transition: transform 1s ease, opacity 1s ease;
    opacity: 0;
}
.animation.show {
opacity: 1;
}

/* left -> right */
.animation.left2right {
transform: translate3d(0,-30px,1px);
}
.animation.left2right.show {
transform: translate3d(0,0,1px);
}

/* right -> left */
.animation.right2left {
transform: translate3d(30px,0,1px);
}
.animation.right2left.show {
transform: translate3d(0,0,1px);
}

/* bottom -> top */
/*.animation.bottom2top {
transform: translate3d(0,30px,1px);
}
.animation.bottom2top.show {
transform: translate3d(0,0,1px);
}*/
.animation.bottom2top {
-webkit-transform: translate3d(0,30px,0);
        transform: translate3d(0,30px,0);
}
.animation.bottom2top.show {
-webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
}

/* top -> bottom */
.animation.top2bottom {
transform: translate3d(-30px,0,1px);
}
.animation.top2bottom.show {
transform: translate3d(0,0,1px);
}
