/**********************/
/* Default Top Styles */
.templateTop .alert-box {
    background-color: #F2F4F8;
    border: 2px solid #939CB1;
    margin: 0 auto;
    padding: 25px 40px 30px 40px;
    text-align: center;
}
.templateTop .alert-box a {
    color: #E50012;
}

/********************/
/********************/
/* MAIN SLIDER PART */
.templateTop .slider-main {
    
}
.templateTop .slider-main .bx-wrapper {
    margin-bottom: 0;
}
.templateTop .slider-main .header-slider-inner .slider-item {
    display: block;
    overflow: hidden;

    transition: all 200ms ease-in-out;
}
.templateTop .slider-main .header-slider-inner .slider-item .slider-item-info {
    font-family: "Noto Serif JP";
}
.templateTop .slider-main .header-slider-inner .slider-item .slider-video {
    height: 100%;
}
.templateTop .slider-main .header-slider-inner .slider-item .slider-video video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.templateTop .slider-main .header-slider-inner .slider-item-01 {
    /*background-image: url('../images/sample/top/slider/sample-slider-01.png');*/
}
.templateTop .slider-main .header-slider-inner .slider-item-02 {
    /*background-image: url('../images/sample/top/slider/sample-slider-02.jpg');*/
}
.templateTop .slider-main .header-slider-inner .slider-item-03 {
    /*background-image: url('../images/sample/top/slider/sample-slider-03.jpg');*/
}
.templateTop .slider-main .header-slider-inner .slider-item-04 {
    /*background-image: url('../images/sample/top/slider/sample-slider-04.jpg');*/
}
.slider-main .bx-default-pager,
.slider-main .slider-indicator {
    text-align: right;
    position: absolute;
    right: 0;
    bottom: 0;
    margin-right: 40px;
    margin-bottom: 25px;
    z-index: 5;
}
.slider-main .bx-default-pager .bx-pager-item,
.slider-main .slider-indicator .indicator-item {
    display: block;
    cursor:pointer;
    height: 30px;
    width: 5px;
}
.slider-main .bx-default-pager .bx-pager-item .bx-pager-link {
    font-size: 0;
    height: 100%;
    width: 100%;
    display: block;
}
.slider-main .bx-default-pager .bx-pager-item:not(:last-child),
.slider-main .slider-indicator .indicator-item:not(:last-child) {
    margin-bottom: 5px;
}
.slider-main .bx-default-pager .bx-pager-item .bx-pager-link.active,
.slider-main .slider-indicator .indicator-item.current {
    background-color: #E50012 ;
}
/* MAIN SLIDER PART */
/********************/
/********************/

.templateTop .top-entry-content .service .tab-content-container .tab-contents.service-tab2,
.templateTop .top-entry-content .service .tab-content-container .tab-contents.service-tab3 {
    display: none;
}

.news-latest .news-latest-entry {
    font-size: 14px;
    border: solid 1px #F2F4F8;
}
.news-latest .news-latest-entry span,
.news-latest .news-latest-entry div {
    display: inline-block;
}
.news-latest .news-latest-entry .news-icon {
    padding: 14px 51px;
    font-family: Cormorant Garamond;
    color: #808080;
    background-color: #F2F4F8;
}
.news-latest .news-latest-entry .news-date {
    font-weight: bold;
    padding: 14px 18px 14px 25px;
}
.news-latest .news-latest-entry .news-text {
    padding: 14px 0;
}
/* /Default Top Styles */
/***********************/



/***************/
/* Mobile View */
@media only screen and (max-width: 768px) {
    .templateTop .alert-box {
        margin: 20px 20px 0 20px;
        line-height: 26px;
        text-align: left;
        padding: 20px 25px;
    }
    







    /************************/
    /************************/
    /* COMMON CONTENT PARTS */
    .templateTop .top-entry-content section h1 {
        font-size: 24px;
        font-family: "Noto Serif JP";
        line-height: 34px;
        text-align: center;
        color: #11214D;
    }
    .templateTop .top-entry-content section h2 {
        font-family: "Noto Serif JP";
        font-size: 19px;
        line-height: 28px;
        color: #11214D;
        margin: 0 0 15px 0;
        padding: 0;
        background: none;
    }
    .templateTop .top-entry-content section h5 {
        font-family: "Cormorant Garamond";
        font-size: 14px;
        line-height: 28px;
        letter-spacing: 2px;
        text-align: center;
        color: #808080;
        margin-bottom: 40px;
    }


    .templateTop .top-entry-content .options-container {
        display: flex;
        justify-content: left;
        flex-wrap: wrap;
        gap: 60px;
        margin-bottom: 50px;
    }
    .templateTop .top-entry-content .option-items {
        max-width: 360px;
    }
    .templateTop .top-entry-content .option-items img {
        display: block;
        width: 100%;
        height: auto;
        border: 1px solid #CBCFD3;
        margin-bottom: 20px;
    }
    .templateTop .top-entry-content .option-items .option-item-title {
        display: block;
        font-size: 16px;
        font-weight: bold;
        line-height: 28px;
        padding-left: 26px;
        background: transparent url('../images/common/icons/ico_right_red_bg.png') no-repeat center left;
        margin-bottom: 10px;
    }
    .templateTop .top-entry-content .option-items .option-item-categories {
        margin-bottom: 10px;
    }
    .templateTop .top-entry-content .option-items .option-item-categories span {
        display: inline-block;
        margin: 0 5px 5px 0;
        background-color: #E6EBF2;
        font-size: 13px;
        color: #11214D;
        line-height: 28px;
        padding: 3px 10px;
    }
    .templateTop .top-entry-content .option-items .option-item-description p {
        font-size: 15px;
        line-height: 28px;
    }
    /* COMMON CONTENT PARTS */
    /************************/
    /************************/





    /********************/
    /********************/
    /* MAIN SLIDER PART */
    .templateTop .slider-main {
        position: relative;
    }
    .templateTop .slider-main .header-slider-inner .slider-item {
        height: 350px;
    }
    .templateTop .slider-main .header-slider-inner .slider-item .slider-video video {
        height: 350px;
        width: auto;
        margin-left: -100px;
    }
    .templateTop .slider-main .header-slider-inner .slider-item .slider-item-info {
        height: 60%;
        width: 100%;
        padding-left: 30px;
        color: #fff;

        background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1));
        position: absolute;
        bottom: 0;
    }
    .templateTop .slider-main .header-slider-inner .slider-item .slider-item-info .item-title {
        font-size: 22px;
        line-height: 37px;
        margin-bottom: 40px;
    }
    .templateTop .slider-main .header-slider-inner .slider-item .slider-item-info .item-link {
        font-size: 14px;
        line-height: 20px;
        padding: 0 40px 15px 0;
        background-color: transparent;
        background-image: url('../images/top/slider/ico_right.png');
        background-repeat: no-repeat;
        background-position-y: 5px;
        background-position-x: right;
        border-bottom: solid #fff 1px;
    }
    .slider-main .bx-default-pager,
    .slider-main .slider-indicator {
        margin-right: 20px;
    }
    .slider-main .bx-default-pager .bx-pager-item,
    .slider-main .slider-indicator .indicator-item {
        height: 15px;
        width: 3px;
    }

    .news-latest {
        
    }
    .news-latest .news-latest-entry {
        display: flex;
    }
    .news-latest .news-latest-entry .news-icon {
        padding: 24px 19px;
        font-size: 14px;
        line-height: 100%
    }
    .news-latest .news-latest-entry .news-details {
        padding: 10px 20px 14px 12px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .news-latest .news-latest-entry .news-date {
        padding: 0px;
        margin-right: 5px;
    }
    .news-latest .news-latest-entry .news-date,
    .news-latest .news-latest-entry .news-url,
    .news-latest .news-latest-entry .news-text {
        display: inline;
        font-size: 14px;
        line-height: 22px;
    }
    /* MAIN SLIDER PART */
    /********************/
    /********************/




    /****************/
    /****************/
    /* SERVICE PART */
    .templateTop .top-entry-content .service {
        padding: 40px 0 0 0;
        margin-bottom: 50px;
    }
    .templateTop .top-entry-content .service .tab-content-container .tab-contents.service-tab1 {
        display: none;
    }
    .templateTop .top-entry-content .service .tab {
        background: transparent url('../images/top/sp/service-tab-arrow-down.png') no-repeat center right;
        background-position-x: 95%;
        border-radius: 20px;
        border: 1px solid #DADDE3;
        background-color: #F2F4F8;
        padding: 14px 55px 14px 18px;
        overflow: auto;

        transition: 300ms;
    }
    .templateTop .top-entry-content .service .tab:not(:first-child) {
        margin-top: 15px;
    }
    .templateTop .top-entry-content .service .tab.active {
        background-image: url('../images/top/sp/service-tab-arrow-up.png');
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom: 0;

        transition: 300ms;
    }
    .templateTop .top-entry-content .service .tab div {
        vertical-align: top;
        text-align: left;
    }
    .templateTop .top-entry-content .service .tab .tab-img {
        float: left;
        height: 72px;
        width: 72px;
        margin-right: 12px;
    }
    .templateTop .top-entry-content .service .tab .tab-img,
    .templateTop .top-entry-content .service .tab .tab-id {
        
    }
    .templateTop .top-entry-content .service .tab .tab-img img {
        width: 100%;
        height: auto;
    }
    .templateTop .top-entry-content .service .tab-subtitle {
        display: block;
        font-size: 12px;
        line-height: 16px;
        color: #E50012;
        margin-bottom: 5px;
    }
    .templateTop .top-entry-content .service .tab-title {
        display: block;
        font-size: 16px;
        line-height: 20px;
        color: #000;
    }

    .templateTop .top-entry-content .service .tab-contents {
        border: 1px solid #DADDE3;
        border-top: 0;
        background-color: #F2F4F8;
        padding: 20px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }
    .templateTop .top-entry-content .service .tab-contents .tab-subtitle,
    .templateTop .top-entry-content .service .tab-contents .tab-title {
        display: none;
    }
    .templateTop .top-entry-content .service .tab-contents img {
        display: none;
    }
    .templateTop .top-entry-content .service .image-and-title-container {
        display: flex;
        vertical-align: top;
        gap: 10px;
    }
    .templateTop .top-entry-content .service .image-and-title-container img {
        display: block;
        width: 40%;
    }
    .templateTop .top-entry-content .service .tab-contents .lineup .lineup-item-title {
        background-position-y: 10%;
    }
    .templateTop .top-entry-content .service .tab-contents .lineup img,
    .templateTop .top-entry-content .service .tab-contents .lineup .lineup-item-title {
        display: inline-block;
    }
    .templateTop .top-entry-content .service .tab-content-divider-box {
        margin-top: 54px;
    }
    .templateTop .top-entry-content .service .img-information {
        display: flex;
        margin-bottom: 20px;
    }
    .templateTop .top-entry-content .service .img-information .div-text-num {
        margin-right: 10px;
        color: #E50012;
        font-size: 16px;
        line-height: 26px;
    }
    .templateTop .top-entry-content .service .img-information .div-text {
        padding-left: 10px;
        border-left: 1px solid #707070;
        color: #000;
        font-size: 15px;
        line-height: 26px;
    }
    /* SERVICE PART */
    /****************/
    /****************/



    /****************/
    /****************/
    /* LINEUPS PART */
    .templateTop .top-entry-content .lineup {
        background: transparent url('../images/top/service-arrow-down.png') no-repeat top center;
        margin: 0 -20px 0 -20px;
        padding: 70px 20px 40px 20px;
        background-color: #F2F4F8;
    }
    .templateTop .top-entry-content .lineup .show-item-selection {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 10px;
        margin-bottom: 50px;
    }
    .lineup .bx-wrapper {
        margin-bottom: 30px;
    }
    .templateTop .top-entry-content .lineup .show-item-selection input {
        width: calc(50% - 50x);
        text-align: center;
        padding: 5px 15px;
        font-size: 17px;
        font-weight: bold;
        color: #11214D;
        border: 1px solid #11214D;
        border-radius: 20px;
        cursor: pointer;
        transition: 200ms;
        width: calc(50% - 5px);
    }
    .templateTop .top-entry-content .lineup .show-item-selection input:hover,
    .templateTop .top-entry-content .lineup .show-item-selection input.active {
        color: #fff;
        background-color: #11214D;

        transition: 200ms;
    }
    /* LINEUPS PART */
    /****************/
    /****************/



    /*****************/
    /*****************/
    /* CAMPAIGN PART */
    .templateTop .campaign {
        padding: 40px 20px;
        background-color: #F2F4F8;
        margin: 0 -20px;
    }
    .campaign .slider-group-item-image {
        margin-bottom: 15px;
    }
    .templateTop .top-entry-content .campaign .slider-group-item-text {
        padding: 0 40px;
    }
    /* CAMPAIGN PART */
    /*****************/
    /*****************/



    /*******************/
    /*******************/
    /* CASE STUDY PART */
    .case-study {
        padding: 40px 0;
    }
    .case-study p {
        line-height: 26px;
    }

    .case-study .section-content-container {
        margin-bottom: 50px;
    }

    .case-study .case-study-top-content .case-study-companies {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        padding: 50px 0;
        gap: 3px;
    }
    .case-study .case-study-top-content .case-study-companies div {
        border: 1px solid #D8D8D8;
        height: 80px;
        width: 80px;
        padding: 8px;
        display: flex;
        justify-content: center;
    }
    .case-study .case-study-top-content .case-study-companies div img {
        margin: auto 0;
    }

    .case-study .content-container-bottom {
        background-color: #F2F4F8;
        padding: 0 20px 40px 20px;
        margin: 0 -20px 0 -20px;
    }
    .case-study .case-study-content-bottom {
        position: relative;
        top: -60px;
    }
    /* CASE STUDY PART */
    /*******************/
    /*******************/




    /*******************/
    /*******************/
    /* SLIDER CONTROLS */
    /* OF **************/
    /* CASE STUDY ******/
    /* AND *************/
    /* CAMPAIGN ********/
    .templateTop .top-entry-content .case-study .bx-controls,
    .templateTop .top-entry-content .campaign .bx-controls {
        width: 60%;
        margin: 0 auto;
    }
    .templateTop .top-entry-content .case-study .bx-controls-direction a,
    .templateTop .top-entry-content .campaign .bx-controls-direction a {
        font-size: 0;
    }

    .templateTop .top-entry-content .case-study .bx-controls-direction,
    .templateTop .top-entry-content .campaign .bx-controls-direction {
        position: relative;
        top: 25px;
    }
    .templateTop .top-entry-content .case-study .bx-controls-direction a,
    .templateTop .top-entry-content .campaign .bx-controls-direction a {
        display: block;
        position: absolute;
        top: 30%;
        height: 40px;
        width: 40px;
        border-radius: 40px;
        background-color: transparent;
        transition: 200ms;
    }
    .templateTop .top-entry-content .case-study .bx-controls-direction a:hover,
    .templateTop .top-entry-content .campaign .bx-controls-direction a:hover {
        background-color: #ADB5C9;
        transition: 200ms;
    }
    .templateTop .top-entry-content .case-study .bx-controls-direction a.bx-prev,
    .templateTop .top-entry-content .campaign .bx-controls-direction a.bx-prev {
        left: 0;
    }
    .templateTop .top-entry-content .case-study .bx-controls-direction a.bx-next,
    .templateTop .top-entry-content .campaign .bx-controls-direction a.bx-next {
        right: 0;
    }

    .templateTop .top-entry-content .case-study .bx-pager,
    .templateTop .top-entry-content .campaign .bx-pager {
        display: flex;
        gap: 12px;
        font-size: 0;
        justify-content: center;
        padding-top: 25px;
        margin-bottom: 90px;
    }
    .templateTop .top-entry-content .case-study .bx-pager div,
    .templateTop .top-entry-content .campaign .bx-pager div {
        height: 8px;
        width: 8px;
        border-radius: 10px;
    }
    .templateTop .top-entry-content .case-study .bx-pager div a,
    .templateTop .top-entry-content .campaign .bx-pager div a {
        margin: 0;
        font-size: 0;
    }
    .templateTop .top-entry-content .case-study .bx-pager div.active,
    .templateTop .top-entry-content .campaign .bx-pager div.active {
        background-color: #11214D;
    }
    /* SLIDER CONTROLS */
    /* OF **************/
    /* CASE STUDY ******/
    /* AND *************/
    /* CAMPAIGN ********/
    /*******************/
    /*******************/



    /*************/
    /*************/
    /* NEWS PART */
    .templateTop .news {
        padding-top: 40px;
    }
    /* NEWS PART */
    /*************/
    /*************/



}
/* /Mobile View */
/****************/

/****************/
/* Desktop View */
@media only screen and (min-width: 1200px) {
    .templateTop .top-entry-content {
        padding-top: 53px;
        width: 100%;
    }
}

@media only screen and (min-width: 769px) {
    .templateTop .top-entry-content {
        padding: 53px 0 0 0;
        width: 100%;
    }

    .templateTop .alert-box {
        width: 1200px;
        font-size: 15px;
        line-height: 28px;
        margin-top: 30px;
    }

    .pc-flex-container {
        display: flex;
    }

    .templateTop .top-entry-content .case-study .bx-controls-direction a,
    .templateTop .top-entry-content .campaign .bx-controls-direction a {
        font-size: 0;
    }

    .templateTop .top-entry-content section {
        width: 100%;
        min-width: 1200px;
        overflow: auto;
    }



    /************************/
    /* COMMON CONTENT PARTS */
    .templateTop .top-entry-content section h1 {
        font-size: 38px;
        font-family: "Noto Serif JP";
        line-height: 53px;
        text-align: center;
        color: #11214D;
    }
    .templateTop .top-entry-content section h2 {
        font-family: "Noto Serif JP";
        font-size: 30px;
        line-height: 44px;
        color: #11214D;
        margin: 0 0 26px 0;
        padding: 0;
        background: none;
    }
    .templateTop .top-entry-content section h5 {
        font-family: "Cormorant Garamond";
        font-size: 14px;
        letter-spacing: 2px;
        text-align: center;
        color: #808080;
        margin-bottom: 40px;
    }
    .templateTop .top-entry-content section .section-content-container {
        width: 100%;
    }
    .templateTop .top-entry-content section .section-content-container .section-contents {
        width: 1200px;
        margin: 0 auto;
    }
    .templateTop .top-entry-content .options-container {
        display: flex;
        justify-content: left;
        flex-wrap: wrap;
        gap: 60px;
        margin-bottom: 50px;
    }
    .templateTop .top-entry-content .option-items {
        max-width: 360px;
    }
    .templateTop .top-entry-content .option-items img {
        display: block;
        width: 100%;
        height: auto;
        border: 1px solid #CBCFD3;
        margin-bottom: 20px;
    }
    .templateTop .top-entry-content .option-items .option-item-title {
        display: block;
        font-size: 20px;
        font-weight: bold;
        line-height: 28px;
        padding-left: 26px;
        background: transparent url('../images/common/icons/ico_right_red_bg.png') no-repeat center left;
        margin-bottom: 20px;
    }
    .templateTop .top-entry-content .option-items .option-item-title:hover {
        color: #E50012;
    }
    .templateTop .top-entry-content .option-items .option-item-categories {
        margin-bottom: 12px;
    }
    .templateTop .top-entry-content .option-items .option-item-categories span {
        display: inline-block;
        margin-right: 7px;
        background-color: #E6EBF2;
        font-size: 14px;
        color: #11214D;
        line-height: 28px;
        padding: 4px 14px;
    }
    .templateTop .top-entry-content .option-items .option-item-description p {
        font-size: 15px;
        line-height: 28px;
    }
    /* END OF COMMON CONTENT PARTS */
    /*******************************/





    /*********************/
    /* MAIN SLIDER PARTS */
    .templateTop .slider-main {
        width: 100%;
        min-width: 1200px;
        position: relative;
    }
    .templateTop .slider-main .header-slider-inner {
        height: 550px;
        width: 100%;
        display: block;
    }
    .templateTop .slider-main .header-slider-inner .slider-item {
        height: 100%;
        width: 100%;
        background-color: transparent;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .templateTop .slider-main .header-slider-inner .slider-item .slider-item-info {
        height: 60%;
        width: 100%;
        padding-top: 62px;
        padding-left: 84px;
        color: #fff;

        background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1));
        position: absolute;
        bottom: 0;
    }
    .templateTop .slider-main .header-slider-inner .slider-item .item-title {
        font-size: 42px;
        line-height: 70px;
        margin-bottom: 38px;
    }
    .templateTop .slider-main .header-slider-inner .slider-item .item-link {
        display: inline-block;
        font-size: 18px;
        padding: 0 80px 15px 0;
        background-color: transparent;
        background-image: url('../images/top/slider/ico_right.png');
        background-repeat: no-repeat;
        background-position-y: 4px;
        background-position-x: right;
        border-bottom: solid #fff 1px;
    }
    /* MAIN SLIDER PARTS */
    /*********************/




    /****************/
    /* SERVICE PART */
    .templateTop .top-entry-content .service {
        margin-bottom: 40px;
    }
    .templateTop .top-entry-content .service .content-tabs {
        width: 1200px;
        margin: 0 auto;
        display: flex;
        gap: 45px;
        justify-content: center;
    }
    .templateTop .top-entry-content .service .content-tabs .tab {
        background: transparent url('../images/top/service-tab-arrow-down.png') no-repeat center bottom;
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
        justify-content: space-between;
        padding: 22px 30px 28px 30px;
        width: 370px;
        cursor: pointer;
        -moz-box-shadow: 0 0 15px #ccc;
        -webkit-box-shadow: 0 0 15px #ccc;
        box-shadow: 0 0 15px #ccc;
        transition: 200ms;
    }
    .templateTop .top-entry-content .service .content-tabs .tab.active {
        background-color: #F2F4F8;
        border: 1px solid #DADDE3;
        border-bottom: 0;
        -moz-box-shadow: 0 0 0 #ccc;
        -webkit-box-shadow: 0 0 0 #ccc;
        box-shadow: 0 0 0 #ccc;
        cursor: default;

        position: relative;
        z-index: 6;
    }
    .templateTop .top-entry-content .service .content-tabs .tab:hover {
        background-color: #F2F4F8;
        transition: 200ms;
    }
    .templateTop .top-entry-content .service .content-tabs .tab:last-child {
        margin-right: 0;
    }
    .templateTop .top-entry-content .service .content-tabs .tab .tab-img {
        float: left;
        height: 80px;
        width: 80px;
        border-radius: 40px;
        margin-right: 20px;
        overflow: hidden;
    }
    .templateTop .top-entry-content .service .content-tabs .tab .tab-img img {
        width: 100%;
        height: auto;
    }
    .templateTop .top-entry-content .service .content-tabs .tab div {
        vertical-align: top;
        text-align: left;
    }
    .templateTop .top-entry-content .service .content-tabs .tab div span {
        display: block;
    }
    .templateTop .top-entry-content .service .tab-subtitle {
        display: block;
        font-size: 14px;
        line-height: 28px;
        color: #E50012;
    }
    .templateTop .top-entry-content .service .tab-title {
        display: block;
        font-size: 18px;
        line-height: 26px;
        color: #000;
    }

    .templateTop .top-entry-content .service .tab-content-container {
        background-image: linear-gradient(to top, rgba(242,244,248,0), rgba(242,244,248,1));
        border-top: 1px solid #DADDE3;

        position: relative;
        top: -1px;
        z-index: 5;
    }
    .templateTop .top-entry-content .service .tab-content-container .tab-contents {
        padding: 60px 0 0 0;
    }
    .templateTop .top-entry-content .service .tab-content-container .tab-contents .tab-content-box {
        /*display: inline-block;*/
    }
    .templateTop .top-entry-content .service .tab-content-container .tab-contents .tab-content-text-box {
        max-width: 450px;
        padding-right: 35px;
    }
    .templateTop .top-entry-content .service .tab-content-container .tab-contents .tab-subtitle {
        font-size: 16px;
    }
    .templateTop .top-entry-content .service .tab-content-container .tab-contents .tab-title {
        font-size: 35px;
        line-height: 50px;
        margin-bottom: 30px;
    }
    .templateTop .top-entry-content .service .tab-content-container .tab-contents .tab-content-details {
        font-size: 15px;
        line-height: 28px;
    }
    .templateTop .top-entry-content .service .tab-content-container .tab-contents .tab-content-divider-box {
        display: flex;
        padding-left: 35px;
    }
    .templateTop .top-entry-content .service .tab-content-container .tab-contents .tab-content-divider-box .divider {
        margin-right: 35px;
        width: 220px;
    }
    .templateTop .top-entry-content .service .tab-content-container .tab-contents .tab-content-divider-box .divider:last-child {
        margin-right: 0;
    }
    .templateTop .top-entry-content .service .tab-content-container .tab-contents .tab-content-divider-box .divider img {
        min-height: 150px;
        height: auto;
        width: 100%;
        margin: 0 0 20px 0;
    }
    .templateTop .top-entry-content .service .tab-content-container .tab-contents .tab-content-divider-box .divider .img-information {
        display: flex;
    }
    .templateTop .top-entry-content .service .tab-content-container .tab-contents .tab-content-divider-box .divider .img-information .div-text-num {
        margin-right: 10px;
        color: #E50012;
        font-size: 16px;
        line-height: 26px;
    }
    .templateTop .top-entry-content .service .tab-content-container .tab-contents .tab-content-divider-box .divider .img-information .div-text {
        padding-left: 10px;
        border-left: 1px solid #707070;
        color: #000;
        font-size: 15px;
        line-height: 26px;
    }
    /* END OF SERVICE PART */
    /***********************/



    /****************/
    /* LINEUPS PART */
    .templateTop .top-entry-content .lineup {
        margin-top: 30px;
        margin-bottom: 100px;
        padding-top: 90px;
        background: transparent url('../images/top/service-arrow-down.png') no-repeat top center;
    }
    .templateTop .top-entry-content .lineup .show-item-selection {
        display: flex;
        justify-content: center;
        gap: 20px;
        margin-bottom: 50px;
    }
    .templateTop .top-entry-content .lineup .show-item-selection input {
        min-width: 200px;
        text-align: center;
        padding: 8px 15px;
        font-size: 15px;
        font-weight: bold;
        color: #11214D;
        border: 1px solid #11214D;
        border-radius: 20px;
        cursor: pointer;

        transition: 200ms;
    }
    .templateTop .top-entry-content .lineup .show-item-selection input:hover,
    .templateTop .top-entry-content .lineup .show-item-selection input.active {
        color: #fff;
        background-color: #11214D;

        transition: 200ms;
    }
    .templateTop .top-entry-content .lineup .show-item-selection input.active {
        cursor: default;
    }
    /* END OF LINEUPS PART */
    /***********************/



    /*****************/
    /* CAMPAIGN PART */
    .templateTop .top-entry-content .campaign {
        background-color: #F2F4F8;
        margin-bottom: 90px;
        padding: 90px 38px;
    }

    .templateTop .top-entry-content .campaign .slider-container {
        position: relative;
    }

    .templateTop .top-entry-content .campaign .slider-group {
        padding: 0 18px;
    }
    .templateTop .top-entry-content .campaign .slider-group .slider-group-item {
        width: 270px !important;
        margin: 0 15px;
    }
    .templateTop .top-entry-content .campaign .slider-group .slider-group-item img {
        width: 270px;
        height: auto;
        max-height: 180px;
        margin: 0 0 20px 0;
    }
    .templateTop .top-entry-content .campaign .slider-group .slider-group-item p {
        font-size: 15px;
        line-height: 26px;
        display: inline;
    }

    .templateTop .top-entry-content .campaign .bx-controls-direction a,
    .templateTop .top-entry-content .campaign .slider-arrows span {
        position: absolute;
        top: 30%;
        height: 40px;
        width: 40px;
        border-radius: 40px;
        cursor: pointer;
        background-color: transparent;
        transition: 200ms;
    }
    .templateTop .top-entry-content .campaign .bx-controls-direction a:hover,
    .templateTop .top-entry-content .campaign .slider-arrows span:hover {
        background-color: #ADB5C9;
        transition: 200ms;
    }
    .templateTop .top-entry-content .campaign .bx-controls-direction a.bx-prev,
    .templateTop .top-entry-content .campaign .slider-arrows span.slider-arrow-left {
        left: -35px;
    }
    .templateTop .top-entry-content .campaign .bx-controls-direction a.bx-next,
    .templateTop .top-entry-content .campaign .slider-arrows span.slider-arrow-right {
        right: -35px;
    }

    .templateTop .top-entry-content .campaign .bx-pager,
    .templateTop .top-entry-content .campaign .slider-indicator {
        display: flex;
        gap: 12px;
        font-size: 0;
        justify-content: center;
        padding-top: 43px;
        margin-bottom: 90px;
    }
    .templateTop .top-entry-content .campaign .bx-pager div,
    .templateTop .top-entry-content .campaign .slider-indicator span {
        height: 8px;
        width: 8px;
        border-radius: 10px;
        cursor: pointer;
    }
    .templateTop .top-entry-content .campaign .bx-pager div.active,
    .templateTop .top-entry-content .campaign .slider-indicator span.active {
        background-color: #11214D;
    }
    /* END OF CAMPAIGN PART */
    /************************/



    /*******************/
    /* CASE STUDY PART */
    .case-study {
        margin-bottom: 90px;
    }
    .case-study .case-study-top-content {
        display: flex;
        justify-content: left;
        gap: 70px;
        margin-bottom: 140px;
    }
    .case-study .case-study-content {
        width: 1200px;
        margin: 0 auto;
    }

    .case-study .case-study-top-content .case-study-top-text {
        width: 350px;
    }
    .case-study .case-study-top-content .case-study-top-text h1,
    .case-study .case-study-top-content .case-study-top-text h2,
    .case-study .case-study-top-content .case-study-top-text h5 {
        text-align: left;
    }
    .case-study .case-study-top-content .case-study-top-text h5 {
        margin-bottom: 45px;
    }
    .case-study .case-study-top-content .case-study-top-text p {
        font-size: 15px;
        line-height: 28px;
    }

    .case-study .case-study-top-content .case-study-companies {
        width: 780px;
        display: flex;
        justify-content: left;
        flex-wrap: wrap;
    }
    .case-study .case-study-top-content .case-study-companies div {
        border: 1px solid #D8D8D8;
        height: 130px;
        width: 130px;
        padding: 10px;
        display: flex;
        justify-content: center;
    }
    .case-study .case-study-top-content .case-study-companies div:first-child {
        border-bottom: 0;
    }
    .case-study .case-study-top-content .case-study-companies div:nth-child(n+2):nth-child(-n+6) {
        border-bottom: 0;
        border-left: 0;
    }
    .case-study .case-study-top-content .case-study-companies div:nth-child(7) {
        border-bottom: 0;
    }
    .case-study .case-study-top-content .case-study-companies div:nth-child(n+8):nth-child(-n+12) {
        border-bottom: 0;
        border-left: 0;
    }
    .case-study .case-study-top-content .case-study-companies div:nth-child(n+14):nth-child(-n+18) {
        border-left: 0;
    }
    .case-study .case-study-top-content .case-study-companies div img {
        margin: auto 0;
    }

    .case-study .content-container-bottom {
        background-color: #F2F4F8;
        padding-bottom: 40px;
    }
    .case-study .case-study-content-bottom {
        position: relative;
        top: -60px;
    }
    .case-study .case-study-bottom-content .option-item-description p:first-child {
        margin-bottom: 20px;
    }
    .case-study .case-study-bottom-content .option-item-description p.subtext {
        font-size: 13px;
        line-height: 24px;
        color: #666666;
    }
    /* END OF CASE STUDY PART */
    /**************************/



    /*************/
    /* NEWS PART */
    .news .section-contents {
        width: 1200px;
        margin: 0 auto;
    }
    /* END OF NEWS PART */
    /********************/
}
/* /Desktop View */
/*****************/















