﻿@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@600;700&display=swap');

body {
    position: relative;
}
body:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background: url(/cms/sc/img/event/microsoft/bg_pc.jpg) center top no-repeat;
    background-size: cover;
}
@media screen and (max-width: 768px) {
    body:before {
        background: url(/cms/sc/img/event/microsoft/bg_sp.jpg) center top no-repeat;
        background-size: 100%;
    }
}

/* -------------------- header -------------------- */
.header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 72px;
    overflow: hidden;
    background-color: transparent;
}
.header.fade-white {
    background-color: rgba(255,255,255,.9);
}
.header-bg {
    background-color: rgba(255,255,255,.9);
}
.header-wrap {
    display: flex;
    width: 100%;
    height: 100%;
}
.header-logo {
    width: 100%;
    max-width: 235px;
    margin-left: 1%;
}
.header-cv-btn {
    width: 100%;
    max-width: 175px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    color: #FFF;
}
:-ms-lang(x)::-ms-backdrop, .header-cv-btn {
    max-width: 210px;
}
.header-cv-btn.color-blue {
    background-color: #096FC8;
}
.header-cv-btn.color-orange {
    background-color: #FF776B;
}
.header-cv-btn:hover {
    opacity: .7;
}
.header-cv-btn-cen {
    text-align: center;
    line-height: 1.5em;
}

.header-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
}
.menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    padding-left: 2%;
    box-sizing: border-box;
}
.menu-item {
    margin-right: 4%;
}
.menu-item-btn {
    display: block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .1em;
    color: #000;
}
.header-bg .menu-item-btn {
    color: #000;
}
.header.fade-white .menu-item-btn {
    color: #000;
}
@media screen and (max-width: 1200px) {
    .menu-cv-btn.menu-cv-btn-cen {
        font-size: 13px;
    }
}
@media screen and (max-width: 768px) {
    .header {
        height: 60px;
    }
    .header-logo {
        max-width: 132px;
        margin-left: 3%;
    }
    .menu-cv-btn.menu-cv-btn-cen {
        font-size: 2.4vw;
    }
}


.drawer {
    display: none;
}
.menu-btn {
    display: none;
}

@media screen and (max-width: 1200px) {
    .header {
        display: none;
        height: 0;
    }
    
    .drawer-nav {
        padding: 24% 8% 2%;
    }
    .drawer-nav-logo {
        display: block;
        width: 100%;
        max-width: 233px;
        margin: 0 0 10%;
    }
    .drawer-btn {
        position: fixed;
        top: 12px;
        right: 10px;
        z-index: 99;
        display: block;
        width: 52px;
        height: 52px;
        background-color: #096FC8;
        border-radius: 100px;
        cursor: pointer;
        z-index: 999;
    }
    .drawer {
        position: fixed;
        overflow-y: scroll;
        z-index: 100;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #096FC8;
        transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transition: .3s;
        -webkit-overflow-scrolling: touch;
        box-sizing: border-box;
    }
    .drawer.active {
        opacity: 1;
        transform: translateX(0);
        -ms-transform: translateX(0);
    }
    .drawer-menu {
        padding: 0;
    }
    .drawer-item {
        margin-bottom: 4%;
    }
    .drawer-item-btn {
        position: relative;
        display: block;
        padding-left: 20px;
        font-size:24px;
        font-weight: 600;
        letter-spacing: .1em;
        color: #FFF;
    }
    .drawer-item-btn:before {
        content: "";
        display: inline-block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        width: 12px;
        height: 10px;
        background-image: url(../images/drawer_arrow.png);
        background-size: cover;
    }
    
    .drawer-btn,
    .drawer-btn-wrap .drawer-btn-brd {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
    }
/*
    .drawer-btn {
        position: relative;
        width: 50px;
        height: 44px;
        background: none;
        border: none;
        appearance: none;
        cursor: pointer;
        z-index: 999;
    }
*/
    .drawer-btn.active {
        background-color: #FFF;
    }
    .drawer-btn-wrap {
        position: absolute;
        right: 0;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 23px;
        height: 18px;
    }
    .drawer-btn-wrap .drawer-btn-brd {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        width: 23px;
        height: 2px;
        background-color: #fff;
    }
    .drawer-btn-wrap .drawer-btn-brd:nth-of-type(1) {
        top: 0;
    }
    .drawer-btn-wrap .drawer-btn-brd:nth-of-type(2) {
        top: 8px;
        background-color: #81B0DA;
    }
    .drawer-btn-wrap .drawer-btn-brd:nth-of-type(3) {
        bottom: 0;
    }
    
    .drawer-btn.active .drawer-btn-brd {
        background-color: #0071C5;
    }
    .drawer-btn.active .drawer-btn-brd:nth-of-type(1) {
        transform: translateY(8px) rotate(-45deg);
    }
    .drawer-btn.active .drawer-btn-brd:nth-of-type(2) {
        left: 50%;
        opacity: 0;
        animation: active-menu-bar02 .8s forwards;
    }
    @keyframes active-menu-bar02 {
        100% {
            height: 0;
        }
    }
    .drawer-btn.active .drawer-btn-brd:nth-of-type(3) {
        transform: translateY(-8px) rotate(45deg);
    }

}


.cv-box-sp {
    display: none;
}
@media screen and (max-width: 1200px) {
    .cv-box-sp {
        display: flex;
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        z-index: 1000;
    }
    .cv-box-sp-btn {
        display: block;
        width: 50%;
        padding: 2% 0;
        font-size: 14px;
        font-weight: 700;
        text-align: center;
        color: #FFF;
    }
    .-blue {
        background-color: #096FC8;
    }
    .-orange {
        background-color: #FF776B;
    }
}



.mv-wrapper {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding: 5% 0 0;
}
.mv-scms {
    width: 100%;
    max-width: 448px;
    margin-bottom: 3%;
}
.mv-txt {
    width: 100%;
    max-width: 626px;
    margin-bottom: 2%;
}
.mv-txt-indent {
    margin: 0 0 6%;
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.4em;
}

.mv-wrapper-ex {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding: 0 0 5%;
}
.mv-btn {
    position: relative;
    display: block;
    width: 100%;
    max-width: 440px;
    margin: 0 0 4%;
    padding: 15px 0 15px 40px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 100px;
    color: #FFF;
    background-color: #096FC8;
}
.mv-btn:after {
    content: "";
    position: absolute;
    right: 7%;
    top: 0;
    bottom: 0;
    margin: auto;
    display: inline-block;
    background-image: url(/cms/sc/img/event/microsoft/arrow_right_w.png);
    background-position: center;
    background-size: cover;
    width: 48px;
    height: 5px;
    transition: .3s;
}
.mv-btn:hover:after {
    right: 6%;
}
.award-ttl {
    margin: 0 0 2px;
    font-size: 15px;
    font-weight: 700;
}
.award-list {
    font-size: 15px;
}
.award-list li {
    position: relative;
    margin-left: 24px;
}
.award-list li:before {
    content: "";
    position: absolute;
    left: -25px;
    top: 2px;
    bottom: 0;
    display: inline-block;
    background-image: url(/cms/sc/img/event/microsoft/icon_trophy.png);
    background-position: center;
    background-size: cover;
    width: 24px;
    height: 24px;
}
@media screen and (max-width:1200px) {
    .mv-wrapper {
        padding: 5% 4% 0;
        box-sizing: border-box;
    }
    .mv-wrapper-ex {
        padding: 0 4% 5%;
        box-sizing: border-box;
    }
}
@media screen and (max-width:768px) {
    .mv-wrapper {
        padding: 3% 4% 0;
        box-sizing: border-box;
    }
    .mv-scms {
        width: 82%;
        max-width: none;
        margin-bottom: 2%;
    }
    .mv-txt {
        width: 100%;
        max-width: none;
        margin-bottom: 48%;
    }
    .mv-txt-indent {
        font-size: 10px;
    }
    
    .mv-wrapper-ex {
        padding: 18% 6% 5%;
        box-sizing: border-box;
    }
    .mv-award {
        background-color: #FFF;
    }
    .mv-btn {
        max-width: none;
        margin: 0 0 16%;
        text-align: center;
        line-height: 1.4em;
        padding: 3% 0 3% 0%;
        font-size: 14px;
    }
    
    .award-ttl {
        margin: 0 0 45px;
        text-align: center;
    }
    .award-list li {
        margin-left: 0;
        margin-bottom: 18%;
        font-size: 12px;
        text-align: center;
        line-height: 1.3em;
        letter-spacing: -.001em;
    }
    .award-list li:before {
        left: 0;
        right: 0;
        top: -80px;
        bottom: 0;
        margin: auto;
    }
}
@media screen and (max-width:414px) {
    .mv-txt {
        margin-bottom: 100%;
    }
}

.goal-wrapper {
    width: 100%;
    max-width: 1088px;
    margin: auto;
    padding: 6% 0;
}
.goal-ttl {
    margin: 0 0 3%;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.4em;
}
.goal-txt {
    font-size: 18px;
    line-height: 2.5em;
}
@media screen and (max-width:1200px) {
    .goal-wrapper {
        padding: 6% 4%;
        box-sizing: border-box;
    }
}
@media screen and (max-width:768px) {
    .goal {
        background-color: #FFF;
    }
    .goal-wrapper {
        padding: 12% 6% 32%;
        box-sizing: border-box;
    }
    .goal-ttl {
        margin: 0 0 10%;
        font-size: 27px;
    }
    .goal-txt {
        font-size: 15px;
    }
}


.solution {
    background-color: rgba(9,111,200,.79);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}
.solution-wrapper {
    width: 100%;
    max-width: 1088px;
    margin: auto;
    padding: 7% 0;
}
.solution-ttl {
    margin: 0 0 1%;
    font-family: 'Barlow', sans-serif;
    font-size: 80px;
    font-weight: 600;
    line-height: 1;
    color: #F2C940;
}
.solution-txt {
    margin: 0 0 4%;
    padding: 0 0 8%;
    font-size: 30px;
    color: #FFF;
    border-bottom: 1px solid #FFF;
}

.solution-column {
    display: flex;
}
.solution-column-icon {
    width: 4.7%;
}
.solution-column-details {
    width: 93%;
    margin: 0 5% 0 2%;
}
.solution-column-details-ttl {
    margin: 0 0 2%;
    font-size: 40px;
    font-weight: 700;
    color: #F2C940;
    line-height: 1;
}
.solution-column-details-txt {
    margin: 0 0 10%;
    font-size: 16px;
    font-weight: 700;
    color: #FFF;
}
.solution-column-details-txt span {
    padding-bottom: 2px;
    border-bottom: 2px solid #F2C940;
}
.solution-sub-ttl {
    position: relative;
    margin: 0 0 1%;
    font-size: 24px;
    font-weight: 700;
    color: #FFF;
}
.solution-sub-ttl:before {
    content: "";
    position: absolute;
    top: -15px;
    left: 0;
    width: 34px;
    height: 8px;
    background-color: #F2C940;
    border-radius: 4px;
}
.solution-sub-ttl-365 {
    margin: 0 0 5%;
}
.solution-list {
    margin: 0 0 6%;
    font-size: 16px;
    color: #FFF;
}
.solution-list li {
    position: relative;
    margin-left: 30px;
    margin-bottom: 4px;
}
.solution-list li:before {
    content: "";
    position: absolute;
    top: 10px;
    left: -30px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #F2C940;
}
.solution-with-ms {
    margin: 0 0 12%;
}
.solution-ms {
    margin: 0 0 10%;
}

.solution-365 {
    display: flex;
    justify-content: space-between;
    margin: 5% 0 0;
}
.solution-365-img {
    width: 44%;
}
.solution-365-details {
    width: 50%;
}
.solution-365-txt {
    margin: 0 0 6%;
    font-size: 15px;
    color: #FFF;
}
.solution-365-btn {
    display: block;
    width: 100%;
    max-width: 316px;
    margin: 0 0 4%;
    padding: 15px 0 15px 17%;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 500;
    border-radius: 100px;
    color: #FFF;
    background-color: #000;
}
.solution-365-btn span {
    position: relative;
}
.solution-365-btn span:after {
    content: "";
    position: absolute;
    right: -60px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: inline-block;
    background-image: url(/cms/sc/img/event/microsoft/arrow_right_w.png);
    background-position: center;
    background-size: cover;
    width: 48px;
    height: 5px;
    transition: .3s;
}
.solution-365-btn:hover span:after {
    right: -70px;
}

.solution-catch {
    font-size: 28px;
    font-weight: 700;
    color: #F2C940;
}
@media screen and (max-width:768px) {
    .solution-wrapper {
        padding: 22% 6% 8%;
        box-sizing: border-box;
    }
    .solution-ttl {
        margin: 0 0 5%;
        font-size: 56px;
        letter-spacing: -.001em;
    }
    .solution-txt {
        margin: 0 0 15%;
        padding: 0 0 15%;
        font-size: 18px;
        line-height: 1.4em;
    }
    .solution-column {
        display: block;
    }
    .solution-column-icon {
        width: 13%;
        margin: 0 0 3%;
    }
    .solution-column-details {
        width: 100%;
        margin: 0;
    }
    .solution-column-details-ttl {
        margin: 0 0 6%;
        font-size: 24px;
        line-height: 1.3em;
    }
    .solution-column-details-txt {
        margin: 0 0 28%;
        font-size: 16px;
        line-height: 1.8em;
    }
    .solution-sub-ttl {
        margin: 0 0 6%;
        font-size: 18px;
        line-height: 1.5em;
    }
    .solution-sub-ttl:before {
        top: -20px;
    }
    .solution-list {
        margin: 0 0 18%;
    }
    .solution-list li {
        margin-bottom: 10px;
        font-size: 14px;
    }
    .solution-with-ms {
        margin: 0 0 30%;
    }
    .solution-ms {
        margin: 0 0 30%;
    }
    .solution-365 {
        flex-wrap: wrap;
        margin: 12% 0 0;
    }
    .solution-365-img {
        width: 100%;
        margin: 0 0 8%;
    }
    .solution-365-details {
        width: 100%;
    }
    .solution-365-txt {
        margin: 0 0 15%;
    }
    .solution-365-btn {
        max-width: none;
        margin: 0 0 4%;
        padding: 4% 0 4% 40%;
    }
    
    .solution-catch {
        font-size: 21px;
        line-height: 1.4em;
    }
}
@media screen and (max-width:414px) {
    .solution-365-btn {
        padding: 4% 0 4% 32%;
    }
}




.pickup {
    background-color: rgba(239,246,255,.79);
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
}
.pickup-wrapper {
    width: 100%;
    max-width: 1088px;
    margin: auto;
}
.pickup-ttl {
    margin: 0 0 4%;
    padding: 8% 0;
    font-family: 'Barlow', sans-serif;
    font-size: 80px;
    font-weight: 700;
    text-align: center;
    line-height: 1em;
    letter-spacing: -.001em;
    color: #096FC8;
    border-bottom: 1px solid #7EACD1;
}
.pickup-ttl span {
    font-family: "Noto Sans JP", sans-serif;
    display: block;
    font-size: 24px;
    font-weight: 400;
    color: #000;
}

.pickup-column {
    display: flex;
}
.pickup-column-number {
    margin-right: 2%;
    font-family: 'Barlow', sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.4em;
    color: #096FC8;
}
.pickup-column-icon {
    width: 100%;
    max-width: 48px;
    margin-right: 2%;
}
.pickup-column-details {
    width: 100%;
}
.pickup-column-details-ttl {
    margin: 0 0 3%;
    font-size: 40px;
    font-weight: 700;
    color: #096FC8;
    line-height: 1;
}
.pickup-column-details-txt {
    margin: 0 0 10%;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -.001em;
}
.pickup-column-details-txt span {
    padding-bottom: 2px;
    border-bottom: 2px solid #F2C940;
}
.pickup-sub-ttl {
    position: relative;
    margin: 0 0 5%;
    font-size: 24px;
    font-weight: 700;
}
.pickup-sub-ttl:before {
    content: "";
    position: absolute;
    top: -15px;
    left: 0;
    width: 34px;
    height: 8px;
    background-color: #0071C5;
    border-radius: 4px;
}

.pickup-sub-ttl-mi {
    margin: 0 0 8%;
}
.pickup-sub-ttl.pickup-sub-ttl-mi:before {
    top: 12%;
}
.big-number {
    font-size: 43px;
    color: #096FC8;
}

.azure-list {
    display: flex;
    border-bottom: 1px solid #CCCCCC;
}
.azure-list-space {
    margin: 0 0 8%;
}
.azure-list-ttl {
    width: 100%;
    max-width: 190px;
    padding: 2%;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -.001em;
    color: #096FC8;
    background-color: #CBE2FF;
}
.azure-list-details {
    display: flex;
    width: 100%;
    background-color: #FFF;
}
.azure-list-details-str {
    width: 40%;
    padding: 2% 0 2% 6%;
    box-sizing: border-box;
    font-size: 15px;
    font-weight: 700;
}
.azure-list-details-txt {
    width: 60%;
    padding: 2% 6% 2% 0;
    box-sizing: border-box;
    font-size: 15px;
}
.azure-catch {
    margin: 0 0 12%;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.6em;
    color: #096FC8;
}

@media screen and (max-width:768px) {
    .pickup-wrapper {
        padding: 18% 6%;
        box-sizing: border-box;
    }
    .pickup-ttl {
        margin: 0 0 15%;
        padding: 0 0 12%;
        font-size: 56px;
        line-height: 0.9em;
    }
    .pickup-column {
        display: block;
    }
    .pickup-ttl span {
        font-size: 16px;
    }
    .pickup-column-number {
        margin: 0 0 4%;
        font-size: 16px;
    }
    .pickup-column-icon {
        width: 13%;
        max-width: none;
        margin: 0 0 4%;
    }
    .pickup-column-details-ttl {
        margin: 0 0 5%;
        font-size: 24px;
        font-weight: 700;
        color: #096FC8;
        line-height: 1.4em;
        letter-spacing: -.001em;
    }
    .pickup-column-details-txt {
        margin: 0 0 26%;
        letter-spacing: normal;
    }
    .pickup-sub-ttl {
        margin: 0 0 12%;
        font-size: 18px;
        line-height: 1.2em;
    }
    .pickup-sub-ttl:before {
        top: -20px;
    }
    .azure-list {
        flex-wrap: wrap;
    }
    .azure-list-ttl {
        max-width: none;
        padding: 2% 4%;
    }
    .azure-list-details {
        flex-wrap: wrap;
    }
    .azure-list-details-str {
        width: 100%;
        padding: 6% 4%;
        font-size: 14px;
    }
    .azure-list-details-txt {
        width: 100%;
        padding: 0 4% 8%;
        font-size: 14px;
    }
    .azure-catch {
        margin: 0;
        font-size: 21px;
    }
}


.mi {
    background-color: rgba(203,226,255,.87);
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
}
.mi-wrapper {
    width: 100%;
    max-width: 1088px;
    margin: auto;
    padding: 6% 0 7%;
}
.mi-list {
    display: flex;
    justify-content: space-between;
    margin: 0 0 4%;
}
.mi-list-item {
    position: relative;
    width: 31%;
    padding: 4% 2% 3%;
    box-sizing: border-box;
    background-color: #FFF;
    border-radius: 8px;
}
.mi-list-img {
    position: absolute;
    top: -24px;
    left: 0;
    right: 0;
    margin: auto;
    width: 48px;
}
.mi-list-ttl {
    margin: 0 0 4%;
    font-size: 21px;
    font-weight: 700;
    text-align: center;
    color: #096FC8;
}
.mi-list-txt {
    margin: 0 0 2%;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: -.001em;
}
.mi-list-note {
    display: block;
    font-size: 12px;
    line-height: 1.8em;
}

@media screen and (max-width:768px) {
    .mi-wrapper {
        padding: 18% 6%;
        box-sizing: border-box;
    }
    .big-number {
        font-size: 28px;
    }
    .mi .pickup-sub-ttl.pickup-sub-ttl-mi:before {
        top: -22px;
    }
    .mi .pickup-sub-ttl {
        margin: 0 0 28%;
    }
    .mi-list {
        flex-wrap: wrap;
    }
    .mi-list-item {
        width: 100%;
        padding: 10%;
        margin: 0 0 18%;
    }
}


.avd {
    background-color: rgba(239,246,255,.87);
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
}
.avd-wrapper {
    width: 100%;
    max-width: 1088px;
    margin: auto;
    padding: 6% 0 7%;
}
.avd-img {
    margin: 0 0 12%;
}
.avd-scene-list {
    display: flex;
    justify-content: space-between;
    margin: 0 0 12%;
}
.avd-scene-list li {
    width: 31%;
}
.avd-scene-img {
    margin: 0 0 5%;
}
.avd-scene-ttl {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    line-height: 1.5em;
}
.pickup-sub-ttl-avd {
    margin: 0 0 2%;
}
.features-list {
    margin: 0 0 6%;
    font-size: 16px;
}
.features-list li {
    position: relative;
    margin-left: 30px;
    margin-bottom: 6px;
}
.features-list li:before {
    content: "";
    position: absolute;
    top: 10px;
    left: -30px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #096FC8;
}
.avd-catch {
    margin: 0 0 12%;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.6em;
    color: #096FC8;
}

.otherservices {
    padding: 8% 6%;
    background-color: #FFF;
}
.otherservices-ttl {
    font-family: 'Barlow', sans-serif;
    font-size: 52px;
    font-weight: 700;
    text-align: center;
    letter-spacing: -.001em;
    color: #096FC8;
}
.otherservices-txt {
    margin: 0 0 7%;
    font-size: 24px;
    text-align: center;
}
.otherservices-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.otherservices-list li {
    width: 47%;
    display: flex;
    justify-content: space-between;
}
.otherservices-list li:nth-child(1),
.otherservices-list li:nth-child(2) {
    margin: 0 0 6%;
}
.otherservices-list-icon {
    width: 97%;
    max-width: 40px;
    margin-right: 3%;
}
.otherservices-list-details {
    width: 100%;
}
.otherservices-list-ttl {
    margin: 0 0 3%;
    font-size: 21px;
    font-weight: 700;
    color: #096FC8;
}
.otherservices-list-txt {
    font-size: 15px;
    word-break: break-all;
}
@media screen and (max-width:768px) {
    .avd-wrapper {
        padding: 18% 6%;
        box-sizing: border-box;
    }
    .avd-img {
        margin: 0 0 25%;
    }
    .pickup-sub-ttl-avd {
        margin: 0 0 12%;
    }
    .avd-scene-list {
        flex-wrap: wrap;
        margin: 0 0 32%;
    }
    .avd-scene-list li {
        width: 100%;
        margin: 0 0 16%;
    }
    .avd-scene-list li:last-child {
        margin: 0;
    }
    .avd-scene-img {
        margin: 0 0 7%;
    }
    .avd-scene-ttl {
        font-size: 15px;
    }
    .features-list {
        margin: 0 0 22%;
    }
    .features-list li {
        font-size: 14px;
    }
    .avd-catch {
        margin: 0 0 25%;
        font-size: 21px;
    }

    .otherservices {
        padding: 16% 6%;
    }
    .otherservices-ttl {
        font-size: 40px;
        line-height: 1;
        margin: 0 0 3%;
    }
    .otherservices-txt {
        margin: 0 0 26%;
        font-size: 16px;
    }
    .otherservices-list {
        flex-wrap: wrap;
    }
    .otherservices-list li {
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
        margin: 0 0 24%;
    }
    .otherservices-list li:nth-child(1),
    .otherservices-list li:nth-child(2) {
        margin: 0 0 24%;
    }
    .otherservices-list-icon {
        width: 14%;
        max-width: none;
        margin: 0 0 6%;
    }
    .otherservices-list-ttl {
        margin: 0 0 6%;
        font-size: 18px;
        text-align: center;
        line-height: 1.4em;
    }
}


.cv {
    background-color: #FFF;
}
.cv-wrapper {
    padding: 5% 0;
}
.cv-list {
    display: flex;
    justify-content: center;
}
.cv-list-btn {
    display: block;
    width: 100%;
    max-width: 506px;
    margin: 0 .5%;
    padding: 2% 0;
    border-radius: 16px;
    color: #FFF;
}
.cv-list-btn-blue {
    background-color: #096FC8;
}
.cv-list-btn-orange {
    background-color: #FF776B;
}
.cv-list-ttl {
    font-family: 'Barlow', sans-serif;
    display: block;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    letter-spacing: -.001em;
    line-height: 1;
}
.cv-list-ttl span {
    position: relative;
}
.cv-list-ttl span:after {
    content: "";
    position: absolute;
    right: -60px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: inline-block;
    background-image: url(/cms/sc/img/event/microsoft/arrow_right_w.png);
    background-position: center;
    background-size: cover;
    width: 48px;
    height: 5px;
    transition: .3s;
}
.cv-list-btn:hover .cv-list-ttl span:after {
    right: -70px;
}
.cv-list-txt {
    display: block;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}

@media screen and (max-width:768px) {
    .cv-wrapper {
        padding: 12% 6%;
        box-sizing: border-box;
    }
    .cv-list {
        flex-wrap: wrap;
    }
    .cv-list-btn.cv-list-btn-blue {
        margin: 0 0 4%;
    }
    .cv-list-btn {
        padding: 4% 0;
    }
    .cv-list-ttl {
        font-size: 32px;
    }
    .cv-list-txt {
        font-size: 13px;
    }

}



.initiative {
    background-color: #81B0DA;
}
.initiative-wrapper {
    width: 100%;
    max-width: 1088px;
    margin: auto;
    padding: 6% 0 7%;
}
.initiative-ttl {
    margin: 0 0 1%;
    font-family: 'Barlow', sans-serif;
    font-size: 80px;
    font-weight: 700;
    text-align: center;
    line-height: 1;
    letter-spacing: -.001em;
    color: #FFF;
}
.initiative-txt {
    display: block;
    margin: 0 0 8%;
    font-size: 24px;
    text-align: center;
    color: #FFF;
}
.initiative-365 {
    display: flex;
    justify-content: space-between;
    margin: 0 0 10%;
}
.initiative-365-img {
    width: 47%;
}
.initiative-365-details {
    width: 48%;
}
.initiative-365-ttl {
    margin: 0 0 3%;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3em;
    color: #FFF;
}
.initiative-365-txt {
    margin: 0 0 6%;
    font-size: 15px;
    letter-spacing: -.001em;
    color: #FFF;
}
.initiative-365-btn {
    display: block;
    width: 100%;
    max-width: 316px;
    margin: 0 0 4%;
    padding: 15px 0 15px 17%;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 500;
    border-radius: 100px;
    color: #FFF;
    background-color: #000;
}
.initiative-365-btn span {
    position: relative;
}
.initiative-365-btn span:after {
    content: "";
    position: absolute;
    right: -60px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: inline-block;
    background-image: url(/cms/sc/img/event/microsoft/arrow_right_w.png);
    background-position: center;
    background-size: cover;
    width: 48px;
    height: 5px;
    transition: .3s;
}
.initiative-365-btn:hover span:after {
    right: -70px;
}

.initiative-sub-ttl {
    font-size: 32px;
    font-weight: 700;
    color: #FFF;
}
.initiative-sub-txt {
    margin: 0 0 5%;
    font-size: 15px;
    color: #FFF;
}

.seminar-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 3%;
}
.seminar-list li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 6%;
}
.seminar-list li:nth-child(3n) {
    margin-right: 0;
}
.seminar-btn {
    display: block;
    width: 100%;
    max-width: 316px;
    margin: 0 auto 14%;
    padding: 15px 0 15px 5%;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 500;
    border-radius: 100px;
    color: #FFF;
    background-color: #000;
}
.seminar-btn span {
    position: relative;
}
.seminar-btn span:after {
    content: "";
    position: absolute;
    right: -60px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: inline-block;
    background-image: url(/cms/sc/img/event/microsoft/arrow_right_w.png);
    background-position: center;
    background-size: cover;
    width: 48px;
    height: 5px;
    transition: .3s;
}
.seminar-btn span:hover:after {
    right: -70px;
}

.initiative-csp {
    margin: 0;
}
@media screen and (max-width:768px) {
    .initiative-wrapper {
        padding: 30% 6% 25%;
        box-sizing: border-box;
    }
    .initiative-ttl {
        font-size: 56px;
    }
    .initiative-txt {
        margin: 0 0 30%;
        font-size: 16px;
    }
    .initiative-365 {
        flex-wrap: wrap;
    }
    .initiative-365-img {
        width: 100%;
        margin: 0 0 14%;
    }
    .initiative-365-details {
        width: 100%;
    }
    .initiative-365-ttl {
        margin: 0 0 5%;
        font-size: 21px;
        text-align: center;
    }
    .initiative-365-txt {
        margin: 0 0 10%;
    }
    .initiative-365-btn {
        max-width: none;
        margin: 0 0 4%;
        padding: 4% 0 4% 40%;
    }
    .initiative-sub-ttl {
        margin: 0 0 6%;
        font-size: 22px;
        text-align: center;
        line-height: 1.4em;
    }
    .initiative-sub-txt {
        margin: 0 0 10%;
    }
    .seminar-list li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 8%;
    }
    .seminar-btn {
        max-width: none;
        margin: 0 auto 30%;
        padding: 4% 0 4% 36%;
    }
}
@media screen and (max-width:414px) {
    .initiative-365-btn {
        padding: 4% 0 4% 32%;
    }
    .seminar-btn {
        padding: 4% 0 4% 14%;
    }
}



.case {
    background-color: #F6F6F6;
}
.case-wrapper {
    width: 100%;
    max-width: 1088px;
    margin: auto;
    padding: 6% 0 10%;
}
.case-ttl {
    margin: 0 0 1%;
    font-family: 'Barlow', sans-serif;
    font-size: 80px;
    font-weight: 700;
    line-height: 1em;
    color: #096FC8;
}
.case-ttl-ja {
    display: block;
    margin: 0 0 8%;
    font-size: 24px;
}
.case-txt {
    margin: 0 0 4%;
    font-size: 18px;
}

.case-more {
    width: 100%;
    margin: 0 0 9%;
    box-shadow: 3px 3px 8px rgba(0,0,0,.1);
}
.case-more-btn {
    display: flex;
}
.case-more-img {
    width: 36%;
}
.case-more-box {
    position: relative;
    width: 64%;
    background-color: #FFF;
}

.case-more-txt {
    padding-left: 4%;
    padding-top: 12%;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.5em;
    color: #0071C5;
}
.case-more-arrow {
    position: absolute;
    bottom: 7%;
    right: 2%;
    display: block;
    font-family: 'Barlow', sans-serif;
    padding-right: 10%;
    font-size: 16px;
    font-weight: 700;
    color: #0071C5;
}
.case-more-arrow:after {
    content: "";
    position: absolute;
    right: 16px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: inline-block;
    background-image: url(/cms/sc/img/event/microsoft/arrow_right_blue.png);
    background-position: center;
    background-size: cover;
    width: 43px;
    height: 5px;
}

.competency-ttl-en {
    margin: 0 0 2%;
    font-family: 'Barlow', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #096FC8;
}
.competency-ttl-ja {
    margin: 0 0 4%;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.5em;
}
.competency-top-ttl {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #CCCCCC;
    padding: 0 0 6px;
}
.competency-top-ttl p {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: -.001em;
}
.competency-list {
    display: flex;
    width: 100%;
    padding: 2% 0;
    border-bottom: 1px solid #CCCCCC;
}
.competency-list-ttl {
    width: 34%;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: -.001em;
    color: #096FC8;
}
.competency-list-details {
    display: flex;
    width: 66%;
}
.competency-list-txt {
    width: 76%;
    font-size: 15px;
}
.competency-list-icon {
    width: 24%;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-align: right;
    letter-spacing: -.001em;
}
.competency-list-icon span {
    position: relative;
    display: block;
}
.competency-list-icon span:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 34%;
    width: 36px;
    height: 36px;
    background-size: cover;
}
.competency-list-icon.gold {
    color: #F3B13E;
}
.competency-list-icon.gold span:before {
    background-image: url(/cms/sc/img/event/microsoft/competency_gold.png);
}

.competency-list-icon.silver {
    color: #81B0DA;
}
.competency-list-icon.silver span:before {
    background-image: url(/cms/sc/img/event/microsoft/competency_silver.png);
}
@media screen and (max-width:768px) {
    .case-wrapper {
        padding: 28% 6% 25%;
        box-sizing: border-box;
    }
    .case-ttl {
        font-size: 56px;
        letter-spacing: -.001em;
    }
    .case-ttl-ja {
        margin: 0 0 18%;
        font-size: 16px;
    }
    .case-txt {
        margin: 0 0 12%;
        font-size: 15px;
        letter-spacing: -.001em;
    }
    .case-more {
        margin: 0 0 25%;
    }
    .case-more-btn {
        flex-wrap: wrap;
    }
    .case-more-img {
        width: 100%;
    }
    .case-more-box {
        width: 100%;
    }
    .case-more-txt {
        padding: 8% 6% 16%;
        font-size: 18px;
    }
    .case-more-arrow {
        position: static;
        padding-right: 12%;
        padding-bottom: 4%;
        font-size: 16px;
        text-align: right;
    }
    .case-more-arrow:after {
        right: 16px;
        top: auto;
        bottom: 11%;
    }
    
    .competency-ttl-en {
        margin: 0 0 5%;
        font-size: 21px;
    }
    .competency-ttl-ja {
        margin: 0 0 20%;
        font-size: 21px;
    }
    .competency-top-ttl {
        display: none;
    }
    .competency-list {
        flex-wrap: wrap;
    }
    .competency-list-first {
        border-top: 1px solid #CCCCCC;
    }
    .competency-list-ttl {
        width: 100%;
        margin: 0 0 4%;
        padding: 4% 0 0;
    }
    .competency-list-details {
        display: block;
        width: 100%;
    }
    .competency-list-txt {
        width: 100%;
        font-size: 14px;
        line-height: 1.4em;
        margin: 0 0 5%;
    }
    .competency-list-icon {
        width: 12%;
        margin: 0 0 4%;
        text-align: left;
    }
    .competency-list-icon span {
        padding-left: 36px;
    }
    .competency-list-icon span:before {
        left: 0;
        right: auto;
    }
    .case-more-arrow:after {
        right: 3%;
        top: auto;
        bottom: 15%;
    }
}
@media screen and (max-width:414px) {
    .case-more-arrow {
        padding-right: 22%;
        padding-bottom: 7%;
    }
    .case-more-arrow:after {
        right: 6%;
    }
}




.history {
    background-image: url(/cms/sc/img/event/microsoft/history_bg_pc.jpg);
    background-size: cover;
    background-position: center top;
}
.history-wrapper {
    width: 100%;
    max-width: 940px;
    margin: auto;
    padding: 7% 0 12%;
}
.history-ttl {
    margin: 0 0 2%;
    font-family: 'Barlow', sans-serif;
    font-size: 80px;
    font-weight: 700;
    line-height: 1em;
    text-align: center;
    color: #FFF;
}
.history-ttl-ja {
    display: block;
    margin: 0;
    padding: 0 0 6%;
    font-size: 24px;
    font-weight: 300;
    text-align: center;
    color: #FFF;
    border-bottom: 1px solid #FFF;
}
.history-list {
    width: 100%;
    max-width: 870px;
    margin: 5% 0 0 auto;
    display: flex;
}
.history-list-year {
    width: 14%;
    font-family: 'Barlow', sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    color: #FFF;
}
.history-list-details {
    width: 86%;
}
.history-list-txt {
    position: relative;
    margin: 0 0 10px;
    padding-left: 30px;
    box-sizing: border-box;
    font-size:18px;
    color: #FFF;
}
.history-list-txt:before {
    content: "";
    position: absolute;
    left: 0;
    top: 16px;
    width: 12px;
    height: 1px;
    background-color: #FFF;
}
.yellow {
    color: #F2C940;
    font-weight: 700;
}
@media screen and (max-width:768px) {
    .history {
        background-image: url(/cms/sc/img/event/microsoft/history_bg_sp.jpg);
        background-size: cover;
        background-position: center top;
    }
    .history-wrapper {
        padding: 30% 6% 28%;
        box-sizing: border-box;
    }
    .history-ttl {
        font-size: 56px;
    }
    .history-ttl-ja {
        padding: 0 0 20%;
        font-size: 16px;
    }
    .history-list-year {
        width: 23%;
        font-size: 21px;
    }
    .history-list-details {
        width: 77%;
    }
    .history-list-txt {
        padding-left: 24px;
        font-size: 14px;
    }
    .history-list-txt:before {
        top: 13px;
    }
    
    
    
}


.pagetop-btn {
    display: block;
    padding: 10px 0;
    background-color: #F5F5F5;
}
.pagetop-btn-arrow {
    width: 100%;
    max-width: 30px;
    margin: auto;
}




.footer {
    background-color: #EFF6FF;
}
.footer-box {
    width: 100%;
    max-width: 1088px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 3% 0 4%;
}
.footer-column {
    width: 48%;
}
.footer-logo {
    display: block;
    width: 100%;
    max-width: 308px;
    margin: 0 0 2%;
}
.footer-address {
    margin: 0 0 1%;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: -.001em;
    color: #000;
}

.footer-tel {
    display: flex;
    align-items: center;
}
.footer-tel-number {
    position: relative;
    padding-left: 30px;
    font-size: 21px;
    font-weight: 500;
    letter-spacing: -.001em;
    color: #000;
}
.footer-tel-number:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: inline-block;
    background-image: url(/cms/sc/img/event/microsoft/icon_tel.png);
    background-size: cover;
    width: 24px;
    height: 24px;
}
.footer-tel-time {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: -.001em;
    color: #000;
}

.footer-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0 0 8%;
}
.footer-menu a {
    display: block;
    padding: 0 8px;
    font-size: 14px;
    line-height: 1;
    letter-spacing: -.001em;
    color: #000;
    border-right: 1px solid #000;
}
.footer-menu li:last-child a {
    border: none;
}
.footer-logo-group {
    display: block;
    width: 100%;
    max-width: 248px;
    margin: 0 0 3% auto;
}
.footer-copy {
    text-align: right;
    font-size: 10px;
    letter-spacing: -.001em;
}
@media screen and (max-width:1200px) {
    .footer-box {
        padding: 6% 0 10%;
    }
}
@media screen and (max-width:768px) {
    .footer-box {
        flex-wrap: wrap;
        padding: 15% 0 25%;
        box-sizing: border-box;
    }
    .footer-column {
        width: 100%;
    }
    .footer-logo {
        width: 65%;
        max-width: none;
        margin: 0 auto 2%;
    }
    .footer-address {
        margin: 0 0 3%;
        text-align: center;
    }
    .footer-tel {
        display: flex;
        flex-wrap: wrap;
        margin: 0 0 22%;
    }
    .footer-tel a {
        margin: auto;
    }
    .footer-tel-number:before {
        margin-top: 4px;
    }
    .footer-tel-time {
        width: 100%;
        display: block;
        text-align: center;
    }
    
    .footer-menu {
        justify-content: center;
    }
    .footer-menu a {
        font-size: 12px;
    }
    .footer-logo-group {
        width: 58%;
        max-width: none;
        margin: 0 auto 3%;
    }
    .footer-copy {
        text-align: center;
    }
}







