body {
    font-family: "UD Shin Go Regular", sans-serif;
    color: #323232;
    letter-spacing: 0.05em;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt";
}

a {
    text-decoration: none;
    color: inherit;
    transition: all ease .3s;
}

a:hover{
    opacity: 0.7;
}

img {
    max-width: 100%;
    width: 100%;
    vertical-align: bottom;
}

@media screen and (max-width: 767px) {
    .pc {
        display: none !important;
    }
}

@media screen and (min-width: 768px) {
    .sp {
        display: none !important;
    }
}

* {
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
}

main.p-oscom {
    height: auto;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    main.p-oscom{
        top: 66px;
    }
}

/* ==================================================
	= パンくず
================================================== */

.breadcrumbsWrapper {
	text-align: center; 
	display: block; 
	margin: 0;
	padding: 20px 0; 
	position: relative;
	z-index: 2; 
}

.breadcrumbs {
	width: 100%; 
	
	font-size: 12px; 
	margin: auto;
	padding: 0 20px;
    color: #fff;
}

.breadcrumbs ol {
	list-style: none;
	margin-left: 0 !important;
	justify-content: flex-stert;
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	align-items: center; 
	line-height: 12px; 
	height: 12px; 
}

.breadcrumbs ol li {
	display: inline-block; 
	white-space: nowrap; 
	margin: 0 7px 0 0;
	padding: 0 19px 0 0; 
	position: relative; 
}

.breadcrumbs ol li:last-of-type {
	overflow: hidden; 
	text-overflow: ellipsis;
}

.breadcrumbs ol li:after {
	content: ""; 
	display: block; 
	position: absolute; 
	top: 50%; 
	right: 0px; 
	transform: translate(0, -50%);
	background-image: url('../img/oscom_pankuzu_arrow.svg'); 
	background-repeat: no-repeat; 
	width: 8px; 
	height: 8px; 
	background-position: 50% 50%; 
	background-size: 8px 8px;
}

.breadcrumbs ol li:last-of-type:after {
	display: none; 
}

.breadcrumbs ol li a {
	display: inline-block; 
	transition: color .2s ease;
}

.breadcrumbs ol li a:hover {
	color: var(--okm-red); 
}

@media screen and (max-width: 767px) {
    .breadcrumbsWrapper{
        padding: 14px 0;
    }
    .breadcrumbs{
        font-size: 10px;
    }
}


/* common */
h2.sec-title{
    font-size: 40px;
    line-height: calc(48/40);
    letter-spacing: 0;
    font-weight: 500;
    text-align: center;
    font-family: "UD Shin Go Medium", sans-serif;
}
@media screen and (max-width: 767px) {
    h2.sec-title{
        font-size: 28px;
        line-height: 1.4;
    }
}


.fadein {
    opacity: 0;
    -webkit-transform: translateY(80px);
            transform: translateY(80px);
}

.fadein.active {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    /* -webkit-transition: all 2s cubic-bezier(0.22, 1, 0.36, 1);
    transition: all 2s cubic-bezier(0.22, 1, 0.36, 1); */
    transition: all 0.8s ease;
}

/* .p-oscom.fadein {
    transform: translateY(0px);
    opacity: 1
}

.fadein {
    opacity: 0;
    transition-duration: 0.8s;
    transform: translateY(80px)
}

.fadein.inView {
    opacity: 1;
    transform: translateY(0px)
} */




/* mainVisual */
#mainVisual{
    margin-top: -52px;
    padding: 77px 0;
    position: relative;
}

#mainVisual.mainVisual .mainVisual__movie{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

#mainVisual.mainVisual::before{
    content: "";
    position: absolute;
    inset: 0;
    background-color: #0d1b33;
    opacity: 0.35;
    z-index: 0;
}

#mainVisual.mainVisual .mainVisual__inner{
    max-width: 1170px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 25px;
    position: relative;
}

#mainVisual.mainVisual .mainVisual__container{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    margin-left: -7px;
}

#mainVisual.mainVisual .mainVisual__img{
    max-width: 305px;
    width: 100%;
}

#mainVisual.mainVisual .mainVisual__text-wrap{
    color: #fff;
    margin-top: -10px;
}

#mainVisual.mainVisual .mainVisual__title{
    font-size: 34px;
    line-height: calc(40/33);
    letter-spacing: 0.005em;
    font-weight: 500;
    font-family: "UD Shin Go Medium", sans-serif;
}

#mainVisual.mainVisual .mainVisual__text{
    display: inline-block;
    font-size: 25px;
    line-height: calc(29/24);
    font-weight: 500;
    font-family: "UD Shin Go Medium", sans-serif;
    margin-top: 18px;
}

#mainVisual.mainVisual .mainVisual__logo{
    display: flex;
    align-items: flex-end;
    gap: 20px;
    margin-top: 15px;
}

#mainVisual.mainVisual .mainVisual__logo img{
    max-width: 483px;
    width: 100%;
    filter: drop-shadow(1px 1px 15px #274387);
}

#mainVisual.mainVisual .mainVisual__logo p{
    font-size: 18px;
    line-height: calc(21/17);
    font-weight: 500;
    font-family: "UD Shin Go Medium", sans-serif;
}

@media screen and (max-width: 767px) {
    #mainVisual{
        margin-top: -40px;
        padding: 55px 0;
    }

    #mainVisual.mainVisual .mainVisual__inner{
        padding: 0 35px;
    }
    
    #mainVisual.mainVisual .mainVisual__container{
        flex-direction: column;
        gap: 15px;
        margin-left: 0;
    }
    
    #mainVisual.mainVisual .mainVisual__img{
        max-width: 280px;
    }

    #mainVisual.mainVisual .mainVisual__text-wrap{
        margin-top: 0;
    }
    
    #mainVisual.mainVisual .mainVisual__title{
        font-size: 23px;
        line-height: 1.4;
    }
    
    #mainVisual.mainVisual .mainVisual__text{
        font-size: 16px;
        margin-top: 10px;
    }
    
    #mainVisual.mainVisual .mainVisual__logo{
        gap: 8px;
        margin-top: 10px;
        flex-direction: column;
        align-items: flex-start;
    }
    
    #mainVisual.mainVisual .mainVisual__logo img{
        max-width: initial;
    }
    
    #mainVisual.mainVisual .mainVisual__logo p{
        font-size: 11px;
    }
}


/* navTab */
#navTab.navTab{
    background: #fff;
    padding: 50px 0;
}

#navTab.navTab .navTab__inner{
    max-width: 1150px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 25px;
}

#navTab.navTab .navTab__list{
    display: flex;
    justify-content: center;
    gap: 25px;
}

#navTab.navTab .navTab__item{
    max-width: 350px;
    width: 100%;
}

#navTab.navTab .navTab__link{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    width: 100%;
    height: 80px;
    padding: 0 10px 0 25px;
    border-radius: 100px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    position: relative;
}

#navTab.navTab .navTab__link-text{
    font-size: 20px;
    line-height: calc(27/20);
    font-weight: 500;
    font-family: "UD Shin Go Medium", sans-serif;
}

#navTab.navTab .navTab__link-arrow{
    position: absolute;
    top: calc(50% - 2px);
    right: 25px;
    width: 12px;
    height: 12px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: translateY(-50%) rotate(45deg);
}

#navTab.navTab .navTab__item--realize .navTab__link{
    background-color: #023964;
}
#navTab.navTab .navTab__item--lineup .navTab__link{
    background-color: #0667b6;
}
#navTab.navTab .navTab__item--cloud .navTab__link{
    background-color: #009db8;
}

@media screen and (max-width: 767px) {
    #navTab.navTab{
        padding: 50px 0;
    }

    #navTab.navTab .navTab__inner{
        padding: 0 10px;
    }
    
    #navTab.navTab .navTab__list{
        /* flex-direction: column; */
        align-items: center;
        /* gap: 15px; */
        gap: 8px;
    }

    #navTab.navTab .navTab__item{
        max-width: 300px;
        width: 100%;
    }
    
    #navTab.navTab .navTab__link{
        width: 100%;
        height: auto;
        padding: 8px 5px;
        /* padding: 12px 5px 20px; */
        /* border-radius: 20px; */
    }
    
    #navTab.navTab .navTab__link-text{
        /* font-size: 16px; */
        font-size: 11px;
        line-height: 1.2;
    }
    
    #navTab.navTab .navTab__link-arrow{
        /* top: calc(50% - 1px);
        right: 15px; */
        top: initial;
        bottom: -10px;
        right: initial;
        left: 50%;
        transform: translateX(-50%) rotate(45deg);
        width: 8px;
        height: 8px;
    }

    #navTab.navTab .navTab__item--realize .navTab__link-arrow{
        border-right: 1px solid #023964;
        border-bottom: 1px solid #023964;
    }

    #navTab.navTab .navTab__item--lineup .navTab__link-arrow{
        border-right: 1px solid #0667b6;
        border-bottom: 1px solid #0667b6;
    }
    #navTab.navTab .navTab__item--cloud .navTab__link-arrow{
        border-right: 1px solid #009db8;
        border-bottom: 1px solid #009db8;
    }
}


/* about */
#about.about{
    background-color: #74acc5;
    padding: 95px 0 105px;
    /* border-radius: 0 0 100px 100px; */
    position: relative;
    z-index: 5;
}

#about.about .about__inner{
    max-width: 1170px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 25px;
}

#about.about .about__title{
    color: #fff;
}

#about.about .about__text{
    font-size: 20px;
    line-height: calc(35/20);
    font-weight: 400;
    color: #fff;
    text-align: center;
    margin-top: 30px;
}

#about.about .about__img{
    margin-top: 34px;
    background-color: #f2f2f2;
    border-radius: 0 25px 0 0;
}

#about.about .control-line {
    fill: none;
    stroke: #75adc6;
    stroke-width: 8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

#about.about .control-line--utility {
    stroke: #3880c2;
}

#about.about .control-line--merged {
    stroke-width: 14.54;
    stroke-linecap: butt;
}

#about.about .control-line--sp {
    stroke-width: 14;
}

#about.about .control-line--sp.control-line--merged {
    stroke-width: 26.67;
}

#about.about .control-arrow {
    fill: #75adc6;
    opacity: 0;
}

#about.about .control-arrow.is-visible {
    opacity: 1;
    transition: opacity 0.25s ease-out;
}

@media screen and (max-width: 767px) {
    #about.about{
        padding: 45px 0 55px;
        /* border-radius: 0 0 50px 50px; */
    }
    
    #about.about .about__text{
        font-size: 16px;
        margin-top: 20px;
        text-align: left;
    }
    
    #about.about .about__img{
        margin-top: 30px;
    }

    /* #about.about .control-arrow {
        opacity: 1;
        transition: none;
    } */
}




/* features */
#features.features{
    background-color: #f2f2f2;
    padding: 90px 0 97px;
    /* margin-top: -110px; */
    /* border-radius: 0 0 100px 100px; */
    position: relative;
    z-index: 4;
}

#features.features .features__inner{
    max-width: 1250px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 25px;
}

#features.features .features__title{
    color: #023964;
}

#features.features .features__list{
    max-width: 1100px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px 25px;
    margin-top: 38px;
}

#features.features .features__item{
    width: calc((100% - 50px) / 3);
}

#features.features .features__item:nth-child(1).fadein.active{ transition-delay: 0s; }
#features.features .features__item:nth-child(2).fadein.active{ transition-delay: 0.2s; }
#features.features .features__item:nth-child(3).fadein.active{ transition-delay: 0.6s; }
#features.features .features__item:nth-child(4).fadein.active{ transition-delay: 0.2s; }
#features.features .features__item:nth-child(5).fadein.active{ transition-delay: 0.6s; }
#features.features .features__item:nth-child(6).fadein.active{ transition-delay: 1.0s; }

#features.features .features__item-wrap{
    background-color: #fff;
    border-radius: 0 25px 0 0;
    overflow: hidden;
    height: 230px;
}

#features.features .features__head{
    background-color: #023964;
    padding: 13px 10px;
    text-align: center;
    background-image: url(../img/oscom_features-head.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

#features.features .features__head-text{
    font-size: 20px;
    line-height: calc(24/20);
    font-weight: 500;
    font-family: "UD Shin Go Medium", sans-serif;
    color: #fff;
}

#features.features .features__img{
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#features.features .features__img img{
    max-width: 280px;
    width: 100%;
}

#features.features .features__text{
    font-size: 16px;
    line-height: calc(28/16);
    font-weight: 400;
    margin-top: 20px;
}

#features.features .features__effect{
    margin-top: 75px;
}

#features.features .features__effect-title{
    font-size: 30px;
    line-height: calc(36/30);
    font-weight: 500;
    font-family: "UD Shin Go Medium", sans-serif;
    color: #023964;
    text-align: center;
}

#features.features .features__effect-list{
    background-color: #023964;
    padding: 56px 50px;
    border-radius: 0 30px 0 0;
    background-image: url(../img/oscom_effect-bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position-y: bottom;
    display: flex;
    justify-content: center;
    gap: 25px;
    margin-top: 52px;
}

#features.features .features__effect-item{
    width: calc((100% - 50px) / 3);
    position: relative;
}

#features.features .features__effect-item:nth-child(1).fadein.active{ transition-delay: 0s; }
#features.features .features__effect-item:nth-child(2).fadein.active{ transition-delay: 0.2s; }
#features.features .features__effect-item:nth-child(3).fadein.active{ transition-delay: 0.6s; }

#features.features .features__effect-balloon{
    position: absolute;
    top: -70px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 350px;
    width: 100%;
}

#features.features .features__effect-label{
    background-color: #00a6b8;
    color: #fff;
    font-size: 18px;
    line-height: calc(29/24);
    font-weight: 500;
    font-family: "UD Shin Go Medium", sans-serif;
    text-align: center;
    border-radius: 0 15px 0 0;
    padding: 10px 10px;
    position: relative;
}

#features.features .features__effect-label span{
    font-size: 24px;
}

#features.features .features__effect-label::after{
    content: "";
    background-image: url(../img/oscom_balloon-arrow.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: -20px;
    left: 53px;
    width: 22px;
    height: 23px;
}

#features.features .features__effect-label sup{
    font-size: 11px;
    line-height: 1;
    font-weight: 300;
    color: #c8c8c8;
    position: absolute;
    right: -1px;
    bottom: -15px;
}

#features.features .features__effect-text{
    font-size: 18px;
    line-height: calc(28/18);
    font-weight: 400;
    color: #cfcfcf;
    text-align: center;
}

#features.features .features__effect-catch{
    font-size: 28px;
    line-height: 1.1;
    font-weight: 500;
    font-family: "UD Shin Go Medium", sans-serif;
    color: #00c2c8;
    text-align: center;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 3px;
    position: relative;
}

#features.features .features__effect-catch span.big{
    font-size: 35px;
}

#features.features .features__effect-catch::before{
    content: "";
    background-image: url(../img/oscom_line-left-bl.png);
    background-repeat: no-repeat;
    background-size: 100%;
    display: inline-block;
    width: 20px;
    height: 25px;
}

#features.features .features__effect-catch::after{
    content: "";
    background-image: url(../img/oscom_line-right-bl.png);
    background-repeat: no-repeat;
    background-size: 100%;
    display: inline-block;
    width: 20px;
    height: 25px;
}

#features.features .features__effect-catch sup{
    font-size: 11px;
    line-height: 1;
    font-weight: 300;
    color: #c8c8c8;
    position: absolute;
    right: 27px;
    bottom: 1px;
}

#features.features .features__effect-card{
    margin-top: 15px;
    background-color: #f2f2f2;
    border-radius: 0 15px 0 0;
    padding: 5px 5px 25px;
    min-height: 378px;
}

#features.features .features__effect-img img{
    width: 100%;
}

#features.features .features__effect-notes{
    margin-top: 15px;
    padding: 0 10px 0 18px;
}

#features.features .features__effect-notes li{
    font-size: 16px;
    line-height: calc(25/16);
    font-weight: 400;
    text-indent: -1em;
    padding-left: 1em;
}

#features.features .features__effect-notes li:not(:first-child){
    margin-top: 13px;
}

#features.features .features__effect-notes li::before{
    content: "●";
}

#features.features .features__effect-logo{
    margin-top: 24px;
    max-width: 243px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#features.features .features__effect-annotations{
    margin-top: 22px;
    padding: 0 50px;
}

#features.features .features__effect-annotations li{
    font-size: 14px;
    line-height: calc(24/14);
    font-weight: 400;
    color: #787878;
    text-indent: -2em;
    padding-left: 2.1em;
}

#features.features .features__effect-annotations li:nth-child(1)::before{
    content: "※1 ";
}
#features.features .features__effect-annotations li:nth-child(2)::before{
    content: "※2 ";
}
#features.features .features__effect-annotations li:nth-child(3)::before{
    content: "※3 ";
}
#features.features .features__effect-annotations li:nth-child(4)::before{
    content: "※4 ";
}

@media screen and (max-width: 767px) {
    #features.features{
        padding: 50px 0 47px;
        /* margin-top: -50px; */
        /* border-radius: 0 0 50px 50px; */
    }
    
    #features.features .features__list{
        gap: 25px;
        margin-top: 20px;
    }
    
    #features.features .features__item{
        width: 100%;
    }
    
    #features.features .features__item-wrap{
        border-radius: 0 15px 0 0;
        height: auto;
        padding-bottom: 20px;
    }
    
    #features.features .features__head-text{
        font-size: 18px;
    }

    #features.features .features__img{
        height: 150px;
        margin-top: 15px;
    }
    
    #features.features .features__text{
        margin-top: 0;
        display: block;
        font-size: 14px;
        max-width: 280px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    #features.features .features__effect{
        border-top: 1px solid #023964;
        margin-top: 40px;
        padding-top: 35px;
    }
    
    #features.features .features__effect-title{
        font-size: 24px;
    }
    
    #features.features .features__effect-list{
        padding: 0;
        border-radius: 0;
        flex-wrap: wrap;
        gap: 55px;
        margin-top: 52px;
        background-color: initial;
        background: none;
    }
    
    #features.features .features__effect-item{
        width: 100%;
        background-color: #023964;
        padding: 45px 20px;
        border-radius: 0 15px 0 0;
        background-image: url(../img/oscom_effect-bg.png);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position-y: bottom;
    }
    
    #features.features .features__effect-balloon{
        top: -22px;
        max-width: 285px;
    }
    
    #features.features .features__effect-label{
        font-size: 16px;
        border-radius: 0 10px 0 0;
        padding: 10px 10px;
    }

    #features.features .features__effect-label sup{
        font-size: 10px;
    }
    
    #features.features .features__effect-label span{
        font-size: 20px;
    }

    #features.features .features__effect-catch sup{
        font-size: 10px;
        right: 0;
        bottom: 0;
    }

    #features.features .features__effect-card{
        min-height: auto;
    }

    #features.features .features__effect-notes{
        padding: 0 10px;
    }

    #features.features .features__effect-notes li{
        font-size: 13px;
    }
    
    #features.features .features__effect-annotations{
        margin-top: 25px;
        padding: 0;
    }

    #features.features .features__effect-annotations li{
        font-size: 10px;
    }
}




/* lineup */
#lineup.lineup{
    background-color: #fff;
    padding: 100px 0 97px;
    /* margin-top: -110px; */
    /* border-radius: 0 0 100px 100px; */
    position: relative;
    z-index: 3;
}

#lineup.lineup .lineup__inner{
    max-width: 1150px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 25px;
}

#lineup.lineup .lineup__title{
    color: #0667b6;
}

#lineup.lineup .lineup__list{
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 32px;
}

#lineup.lineup .lineup__item{
    width: calc((100% - 20px) / 2);
    text-align: center;
}

#lineup.lineup .lineup__item:nth-child(1).fadein.active{ transition-delay: 0s; }
#lineup.lineup .lineup__item:nth-child(2).fadein.active{ transition-delay: 0.2s; }
#lineup.lineup .lineup__item:nth-child(3).fadein.active{ transition-delay: 0.6s; }

#lineup.lineup .lineup__catch{
    font-size: 18px;
    line-height: calc(28/18);
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 10px;
}

#lineup.lineup .lineup__catch::before{
    content: "";
    background-image: url(../img/oscom_line-left-bk.png);
    background-repeat: no-repeat;
    background-size: 100%;
    display: inline-block;
    width: 25px;
    height: 33px;
}

#lineup.lineup .lineup__catch::after{
    content: "";
    background-image: url(../img/oscom_line-right-bk.png);
    background-repeat: no-repeat;
    background-size: 100%;
    display: inline-block;
    width: 25px;
    height: 33px;
}

#lineup.lineup .lineup__card{
    background-color: #f2f2f2;
    border-radius: 0 20px 0 0;
    padding: 20px 20px 18px;
    margin-top: 16px;
    overflow: hidden;
    height: 300px;
}

#lineup.lineup .lineup__item:nth-child(2) .lineup__card{
    padding-top: 30px;
}

#lineup.lineup .lineup__card-logo{
    max-width: 274px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#lineup.lineup .lineup__card-kana{
    font-size: 14px;
    line-height: calc(17/14);
    font-weight: 400;
    margin-top: 10px;
}

#lineup.lineup .lineup__item:nth-child(2) .lineup__card-kana{
    margin-top: 13px;
}

#lineup.lineup .lineup__item:nth-child(1) .lineup__card-img{
    margin-top: 5px;
    max-width: 230px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#lineup.lineup .lineup__item:nth-child(2) .lineup__card-img{
    margin-top: 23px;
    max-width: 190px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#lineup.lineup .lineup__btn{
    position: relative;
    display: inline-block;
    text-align: center;
    min-width: 250px;
    padding: 11px 0;
    background-color: #0667b6;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
    font-family: "UD Shin Go Medium", sans-serif;
    text-decoration: none;
    border-radius: 50px;
    margin-top: 20px;
}

#lineup.lineup .lineup__btn-arrow{
    width: 8px;
    height: 8px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    right: 12px;
}

/* 比較表 */
#lineup.lineup .lineup__table-wrap{
    margin-top: 35px;
    overflow-x: auto;
}

#lineup.lineup .lineup__table{
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

#lineup.lineup .lineup__table thead th{
    border: none;
    padding-bottom: 22px;
}

#lineup.lineup .lineup__table-head img{
    max-width: 222px;
    width: 100%;
}

#lineup.lineup .lineup__table-body-wrap{
    border-radius: 0 15px 0 0;
    overflow: hidden;
    border: 1px solid #787878;
}

#lineup.lineup .lineup__table thead th:nth-child(1){
    width: 540px;
}

#lineup.lineup .lineup__col-label{
    width: 100px;
}
#lineup.lineup .lineup__col-category{
    width: 210px;
}
#lineup.lineup .lineup__col-item{
    width: 230px;
}

#lineup.lineup .lineup__table--body th,
#lineup.lineup .lineup__table--body td{
    border: 1px solid #787878;
    font-size: 18px;
    line-height: calc(27/18);
    font-weight: 500;
    font-family: "UD Shin Go Medium", sans-serif;
    text-align: center;
    padding: 6px 10px;
}

#lineup.lineup .lineup__table--body tr:first-child td{
    border-top: none;
}

#lineup.lineup .lineup__table--body tfoot tr:last-child td{
    border-bottom: none;
}

#lineup.lineup .lineup__table--body tr td:last-child{
    border-right: none;
}

#lineup.lineup .lineup__table tbody th{
    background-color: #646464;
    color: #fff;
    text-align: left;
    font-weight: 400;
    font-family: "UD Shin Go Regular", sans-serif;
}

#lineup.lineup .lineup__table tfoot th{
    background-color: #fff;
}

#lineup.lineup .lineup__table--body th.lineup__table-label{
    background-color: #464646;
    color: #fff;
    text-align: center;
    font-weight: 500;
    font-family: "UD Shin Go Medium", sans-serif;
}

#lineup.lineup .lineup__table--body tfoot th.lineup__table-label{
    text-align: left;
}


#lineup.lineup .lineup__table-body-wrap .lineup__table tr:first-child th:first-child {
    border-top: 1px solid #464646;
}

#lineup.lineup .lineup__table-body-wrap .lineup__table tr:first-child th{
    border-top: 1px solid #646464;
}

#lineup.lineup .lineup__table-body-wrap .lineup__table tr:first-child td{
    border-top: 1px solid #fff;
}

#lineup.lineup .lineup__table-body-wrap .lineup__table td:last-child {
    border-right: 1px solid #fff;
}

#lineup.lineup .lineup__table-body-wrap .lineup__table th:first-child,
#lineup.lineup .lineup__table-body-wrap .lineup__table td:first-child {
    border-left: 1px solid #464646;
}

#lineup.lineup .lineup__table-body-wrap .lineup__table th:last-child {
    border-right: 1px solid #464646;
}

#lineup.lineup .lineup__table-body-wrap .lineup__table tr:last-child th{
    border-bottom: 1px solid #787878;
}

#lineup.lineup .lineup__table-body-wrap .lineup__table tfoot tr:last-child th{
    border-bottom: 1px solid #464646;
}

#lineup.lineup .lineup__table-body-wrap .lineup__table tr:last-child td{
    border-bottom: 1px solid #787878;
}

#lineup.lineup .lineup__table-body-wrap .lineup__table tfoot tr:last-child td {
    border-bottom: 1px solid #fff;
}

@media screen and (max-width: 767px) {
    #lineup.lineup{
        padding: 50px 0 47px;
        /* margin-top: -50px; */
        /* border-radius: 0 0 50px 50px; */
    }
    
    #lineup.lineup .lineup__list{
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }
    
    #lineup.lineup .lineup__item{
        width: 100%;
    }
    
    #lineup.lineup .lineup__catch{
        font-size: 14px;
        gap: 5px;
        margin-top: 10px;
    }

    #lineup.lineup .lineup__catch::before,
    #lineup.lineup .lineup__catch::after{
        width: 20px;
        height: 26px;
    }
    
    #lineup.lineup .lineup__card{
        height: auto;
        padding: 10px 30px 15px 10px;
    }
    
    #lineup.lineup .lineup__item:nth-child(2) .lineup__card{
        padding-top: 20px;
        padding-bottom: 21px;
    }

    #lineup.lineup .lineup__card-wrap{
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
    }
    
    #lineup.lineup .lineup__card-logo{
        max-width: 165px;
    }
    
    #lineup.lineup .lineup__card-kana{
        font-size: 10px;
        text-align: left;
        margin-top: 5px;
    }
    
    #lineup.lineup .lineup__item:nth-child(2) .lineup__card-kana{
        margin-top: 5px;
    }
    
    #lineup.lineup .lineup__item:nth-child(1) .lineup__card-img{
        margin-top: 10px;
        max-width: 115px;
    }
    
    #lineup.lineup .lineup__item:nth-child(2) .lineup__card-img{
        margin-top: 10px;
        max-width: 100px;
    }
    
    #lineup.lineup .lineup__btn{
        padding: 8px 0;
        font-size: 18px;
        margin-top: 18px;
    }
    
    /* 比較表 */
    #lineup.lineup .lineup__table{
        width: 100%;
        min-width: 730px;
        border-collapse: collapse;
        table-layout: fixed;
    }
    
    #lineup.lineup .lineup__table thead th{
        padding-bottom: 10px;
    }
    
    #lineup.lineup .lineup__table-head img{
        max-width: 120px;
    }

    #lineup.lineup .lineup__table-body-wrap{
        width: 100%;
        min-width: 730px;
    }
        
    #lineup.lineup .lineup__table thead th:nth-child(1){
        width: 320px;
    }
    
    #lineup.lineup .lineup__col-label{
        width: 85px;
    }
    #lineup.lineup .lineup__col-category{
        width: 160px;
    }
    #lineup.lineup .lineup__col-item{
        width: 160px;
    }
    
    #lineup.lineup .lineup__table--body th,
    #lineup.lineup .lineup__table--body td{
        font-size: 14px;
        padding: 4px 8px;
    }
}



/* cloud */
#cloud.cloud{
    background-color: #f2f2f2;
    padding: 95px 0 97px;
    /* margin-top: -110px; */
}

#cloud.cloud .cloud__inner{
    max-width: 1150px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 25px;
}

#cloud.cloud .cloud__title{
    color: #009db8;
}

#cloud.cloud .cloud__lead{
    font-size: 20px;
    line-height: calc(35/20);
    font-weight: 400;
    text-align: center;
    margin-top: 23px;
}

#cloud.cloud .cloud__list{
    display: flex;
    justify-content: center;
    gap: 25px;
    margin-top: 38px;
}

#cloud.cloud .cloud__item{
    width: calc((100% - 50px) / 3);
    text-align: center;
}

#cloud.cloud .cloud__item:nth-child(1).fadein.active{ transition-delay: 0s; }
#cloud.cloud .cloud__item:nth-child(2).fadein.active{ transition-delay: 0.2s; }
#cloud.cloud .cloud__item:nth-child(3).fadein.active{ transition-delay: 0.6s; }

#cloud.cloud .cloud__catch{
    font-size: 18px;
    line-height: calc(28/18);
    font-weight: 400;
    color: #009db8;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 5px;
}

#cloud.cloud .cloud__catch::before{
    content: "";
    background-image: url(../img/oscom_line-left-bl02.png);
    background-repeat: no-repeat;
    background-size: 100%;
    display: inline-block;
    width: 25px;
    height: 33px;
}

#cloud.cloud .cloud__catch::after{
    content: "";
    background-image: url(../img/oscom_line-right-bl02.png);
    background-repeat: no-repeat;
    background-size: 100%;
    display: inline-block;
    width: 25px;
    height: 33px;
}

#cloud.cloud .cloud__card{
    background-color: #fff;
    border-radius: 0 20px 0 0;
    overflow: hidden;
    margin-top: 20px;
}

#cloud.cloud .cloud__card-logo{
    background-color: #009db8;
    padding: 18px 10px;
}

#cloud.cloud .cloud__card-logo img{
    height: 34px;
    width: auto;
}

#cloud.cloud .cloud__card-name{
    font-size: 18px;
    line-height: calc(22/18);
    font-weight: 400;
    margin-top: 17px;
}

#cloud.cloud .cloud__card-kana{
    font-size: 14px;
    line-height: calc(17/14);
    font-weight: 400;
    color: #fff;
    display: block;
    margin-top: 10px;
}

#cloud.cloud .cloud__card-img{
    padding: 15px 0 24px;
    max-width: 300px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#cloud.cloud .cloud__text{
    font-size: 16px;
    line-height: calc(28/16);
    font-weight: 400;
    text-align: left;
    margin-top: 20px;
}

#cloud.cloud .cloud__btn{
    display: block;
    text-align: center;
    max-width: 400px;
    width: 100%;
    padding: 11px 0;
    background-color: #009db8;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
    font-family: "UD Shin Go Medium", sans-serif;
    text-decoration: none;
    border-radius: 50px;
    margin: 15px auto 0;
    position: relative;
}

#cloud.cloud .cloud__btn-arrow{
    width: 9px;
    height: 9px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    right: 12px;
}

/* 比較表 */
#cloud.cloud .cloud__table-wrap{
    margin-top: 67px;
    overflow-x: auto;
}

#cloud.cloud .cloud__table{
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

#cloud.cloud .cloud__table thead th{
    border: none;
    padding-bottom: 15px;
}

#cloud.cloud .cloud__table thead th:first-child,
#cloud.cloud .cloud__table tbody tr:nth-child(1) th{
    width: 410px;
}

#cloud.cloud .cloud__table-head img{
    height: 28px;
    width: auto;
}

#cloud.cloud .cloud__table-body-wrap{
    border-radius: 0 15px 0 0;
    overflow: hidden;
    border: 1px solid #787878;
}

#cloud.cloud .cloud__col-label{
    width: 164px;
}
#cloud.cloud .cloud__col-item{
    width: 246px;
}

#cloud.cloud .cloud__table--body th{
    border: 1px solid #787878;
    font-size: 18px;
    line-height: calc(22/18);
    font-weight: 400;
    font-family: "UD Shin Go Regular", sans-serif;
    text-align: center;
    padding: 19px 10px;
}

#cloud.cloud .cloud__table--body td{
    border: 1px solid #787878;
    font-size: 16px;
    line-height: calc(20/16);
    font-weight: 500;
    font-family: "UD Shin Go Medium", sans-serif;
    text-align: center;
    padding: 13px 10px;
    background-color: #fff;
}

#cloud.cloud .cloud__table--body tr:first-child td,
#cloud.cloud .cloud__table--body tr:first-child th{
    border-top: none;
}

#cloud.cloud .cloud__table--body tr:last-child td{
    border-bottom: none;
}

#cloud.cloud .cloud__table--body tr:last-child th{
    border-bottom: 1px solid #787878;
}

#cloud.cloud .cloud__table--body tr td:last-child{
    border-right: none;
}

#cloud.cloud .cloud__table--body tr th:first-child{
    border-left: none;
}

#cloud.cloud .cloud__table tbody th{
    background-color: #646464;
    color: #fff;
    text-align: left;
}

#cloud.cloud .cloud__table--body tr:nth-child(1) th.cloud__table-label,
#cloud.cloud .cloud__table--body tr:nth-child(2) th.cloud__table-label{
    text-align: left;
}

#cloud.cloud .cloud__table--body th.cloud__table-label{
    background-color: #464646;
    color: #fff;
    text-align: center;
    font-size: 22px;
    padding: 15px 14px;
    font-weight: 500;
    font-family: "UD Shin Go Medium", sans-serif;
}

@media screen and (max-width: 767px) {
    #cloud.cloud{
        padding: 50px 0 47px;
        /* margin-top: -50px; */
    }
    
    #cloud.cloud .cloud__lead{
        font-size: 16px;
        margin-top: 13px;
        text-align: left;
    }
    
    #cloud.cloud .cloud__list{
        flex-direction: column;
        align-items: center;
        gap: 30px;
        margin-top: 35px;
    }
    
    #cloud.cloud .cloud__item{
        width: 100%;
    }
    
    #cloud.cloud .cloud__catch{
        font-size: 14px;
    }

    #cloud.cloud .cloud__catch::before,
    #cloud.cloud .cloud__catch::after{
        width: 20px;
        height: 26px;
    }
    
    #cloud.cloud .cloud__card{
        margin-top: 15px;
        padding-bottom: 25px;
    }
    
    #cloud.cloud .cloud__card-logo{
        padding: 15px 10px;
    }
    
    /* #cloud.cloud .cloud__card-logo img{
        height: 24px;
    } */
    
    #cloud.cloud .cloud__card-name{
        font-size: 16px;
        margin-top: 15px;
    }
    
    #cloud.cloud .cloud__card-kana{
        font-size: 12px;
    }
    
    #cloud.cloud .cloud__card-img{
        padding: 15px 0;
        max-width: 280px;
    }
    
    #cloud.cloud .cloud__text{
        margin-top: 0;
        max-width: 280px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        font-size: 14px;
        line-height: calc(28 / 16);
    }
    
    #cloud.cloud .cloud__btn{
        max-width: initial;
        font-size: 16px;
        line-height: 1.2;
        margin: 25px auto 0;
    }
    
    #cloud.cloud .cloud__btn-arrow{
        width: 8px;
        height: 8px;
    }
    
    /* 比較表 */
    #cloud.cloud .cloud__table-wrap{
        margin-top: 40px;
    }
    
    #cloud.cloud .cloud__table{
        width: 100%;
        min-width: 750px;
        border-collapse: collapse;
        table-layout: fixed;
    }
    
    #cloud.cloud .cloud__table thead th{
        padding-bottom: 10px;
    }
    
    #cloud.cloud .cloud__table thead th:first-child,
    #cloud.cloud .cloud__table tbody tr:nth-child(1) th{
        width: 295px;
    }
    
    #cloud.cloud .cloud__table-head img{
        height: 20px;
    }
    
    #cloud.cloud .cloud__table-body-wrap{
        width: 100%;
        min-width: 750px;
    }
    
    #cloud.cloud .cloud__col-label{
        width: 115px;
    }
    #cloud.cloud .cloud__col-item{
        width: 180px;
    }
    
    #cloud.cloud .cloud__table--body th{
        font-size: 14px;
        padding: 10px 5px;
    }
    
    #cloud.cloud .cloud__table--body td{
        font-size: 12px;
        padding: 5px;
    }
    
    #cloud.cloud .cloud__table--body th.cloud__table-label{
        font-size: 16px;
        padding: 8px 7px;
    }
}






/* contact */
#contact.contact{
    padding: 74px 0 77px;
    background-color: #fff;
}

.contact__text{
    text-align: center;
}

.contact__text p{
    font-size: 30px;
    line-height: calc(36/30);
    font-weight: 500;
    font-family: "UD Shin Go Medium", sans-serif;
}

.contact__btn{
    margin-top: 30px;
    text-align: center;
}

.contact__btn a{
    background-color: #e60039;
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    font-family: "UD Shin Go Medium", sans-serif;
    padding: 10px 0;
    max-width: 480px;
    width: 100%;
    display: inline-block;
    text-align: center;
    border-radius: 50px;
}

@media screen and (max-width: 767px) {
    #contact.contact{
        padding: 45px 25px;
        margin-bottom: 66px;
    }

    .contact__text p{
        font-size: 20px;
        line-height: 1.4;
    }

    .contact__btn{
        margin-top: 20px;
    }
    
    .contact__btn a{
        font-size: 16px;
        padding: 10px 0;
        max-width: initial;
    }
}


.okm--comp--pagetop-btn {
	mask-image: url("/global_assets/images/page_top.svg");
	-webkit-mask-image: url("/global_assets/images/page_top.svg");
}