@charset "euc-jp";
*{
    font-family: 'Outfit', 'Noto Sans JP', sans-serif, 'メイリオ', 'Meiryo' !important;
}

.up580-view{
    display: block;
}

.down580-view{
    display: none;
}

header.header-ptn01 {
    padding: 0.5rem 1rem;
}

header.header-ptn01 .logo-area {
    width: 12%;
}

#fv{
    background: url(../images/fv-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#fv.layout-yoko {
    padding: 3% 0;
}

.fv-inner {
    width: 100%;
    padding: 0 10%;
}

p.head-copy {
    width: 100%;
    text-align: center;
    padding: 0 0 3% 0;
    z-index: 1;
    color: #fff;
    font-size: 2rem;
    font-weight: 600;
    text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.4);
}

#fv.layout-yoko .fv-txt {
    width: fit-content;
    max-width: 55%;
}

#fv.layout-yoko .fv-txt h1.lp-main-txt {
    text-align: left;
    text-wrap: nowrap;
}

section + .cta-btn {
    padding: 0 0 56px 0;
}

p.cta-top-txt {
    text-align: center;
    color: #094d84;
    font-size: 1.3rem;
    padding: 0 0 24px;
    font-weight: 600;
    letter-spacing: 0.05rem;
}

#fv p.cta-top-txt {
    color: #fff;
}

#fv.layout-yoko .fv-main-img {
    position: relative;
    width: 45%;
    max-width: 960px;
}

#fv.layout-yoko .fv-txt h1.lp-main-txt strong {
    background: #fff;
    line-height: 1.8;
    padding: 8px 16px;
    color: #094d84;
    font-weight: 800;
}

#fv.layout-yoko .fv-txt h1.lp-main-txt span {
    font-size: 45%;
    padding: 0 0 24px 0;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}


.flex-block {
    display: flex;
}

.flex-wrap{
    flex-wrap: wrap;
}

.flex-center{
    justify-content: center;
}

.flex-between{
    justify-content: space-between;
}

.headline-ptn01 h2 {
    text-align: center;
    font-size: 3.5rem;
    font-weight: bold;
    line-height: 1.8;
    color: #094d84;
    padding: 0 0 48px 0;
    margin: 0 0 48px 0;
}

.headline-ptn01 h2 small{
    font-size: 40%;
    line-height: 1.8;
    color: #333;
    display: block;
    font-weight: 500;
}

.headline-ptn01 h2 span {
    font-size: 50%;
    line-height: 1.8;
    color: #70c7ff;
    letter-spacing: 0.4rem;
    font-weight: 500;
}

h3.cont-ptn01-ttl {
    justify-content: center;
    font-weight: 600;
}

/*contents*/

section.innerbox {
    margin: 0 auto 80px;
}

.worry-box {
    width: 50%;
    padding: 0 4%;
}

.worry-box img{
    width: auto;
}

dl.worry-box dt {
    padding: 24px;
    background: #ededed;
    border-radius: 8px;
    line-height: 1.6;
    font-size: 1.1rem;
    position: relative;
    margin: 0 0 32px 0;
}

figure.mse-custom-img {
    width: 90%;
    max-width: 855px;
    margin: 0 auto;
}

figure.mse-custom-img + p, .enterprise-cospa + p{
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.6;
    font-weight: 600;
    padding: 64px 0 0 0;
}

.mse-support-block {
    background: #ECF6FF;
    padding: 48px !important;
    border-radius: 8px;
    margin-bottom: 64px;
}

.mse-support-block:last-of-type{
    margin-bottom: 0;    
}

.mse-support-block h3 {
    text-align: center;
    font-weight: bold;
    font-size: 2rem;
    line-height: 1;
    padding: 0 0 48px 0;
    color: #094367;
}

dl.mse-support-box {
    width: 46%;
    background: #fff;
    padding: 32px;
    border-radius: 8px;
    position: relative;
}

dl.mse-support-box dt {
    text-align: center;
    font-size: 1.5rem;
    padding: 24px 0;
    position: relative;
}

dl.mse-support-box dd {
    line-height: 1.8;
}

dl.mse-support-box.customer-support:before {
    content: "機能面サポート";
    position: absolute;
    background: #f93c3c;
    color: #fff;
    padding: 16px;
    border-radius: 8px;
    top: -24px;
    left: -24px;
    font-weight: 600;
    text-shadow: 3px 2px 2px rgba(0, 0, 0, 0.2);
    font-size: 1.2rem;
}

dl.mse-support-box.ec-advisor:before {
    content: "売上面サポート";
    position: absolute;
    background: #f93c3c;
    color: #fff;
    padding: 16px;
    border-radius: 8px;
    top: -24px;
    right: -24px;
    font-weight: 600;
    text-shadow: 3px 2px 2px rgba(0, 0, 0, 0.2);
    font-size: 1.2rem;
}

dt.full-time:before {
    content: "専任";
    border: 1px solid #666;
    position: absolute;
    font-size: 1rem;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 4px 16px;
    border-radius: 50px;
    line-height: 1;
}

.cont-ptn01-box {
    display: flex;
    flex-direction: column;
}

p.cont-ptn01-txt {
    flex-grow: 1;
    margin: 0 0 16px 0;
}

p.usecase-price {
    border: 2px solid #2389ca;
    color: #2389ca;
    text-align: center;
    font-size: 1.1rem;
    padding: 16px 0;
    border-radius: 50px;
    font-weight: 600;
}

#examples p.cont-ptn02-txt {
    padding: 8px;
    margin: 0 0 8px;
}

p.examples-shop-name {
    text-align: center;
    border: 1px solid #084d85;
    width: 90%;
    margin: 0 auto;
    line-height: 1;
    padding: 8px;
    border-radius: 4px;
    color: #084d85;
}

/*cospa*/
.enterprise-cospa {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 80px;
}

.enterprise-cospa-box {
    width: 33%;
    display: flex;
	position: relative;
}

.enterprise-cospa-box img{
	width: 100%;
}

.enterprise-cospa-box:last-of-type {
    width: 22%;
    background: #f9f9f9;
    padding: 16px;
}

.enterprise-cospa-box:before {
    content: "基本利用料";
    background: #4d90fe;
    text-align: center;
    color: #fff;
    font-size: 20px;
    line-height: 1;
    padding: 12px 0;
    width: 80%;
    max-width: 160px;
    margin: 0 auto 16px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -150%);
}

.enterprise-cospa-box:nth-of-type(2):before{
	content: "プラン詳細";
}

.enterprise-cospa-box:last-of-type:before{
	content: "カスタマイズ";
}


.enterprise-cospa-box dl {
    display: flex;
    flex-wrap: wrap;
    font-size: 0.9rem;
    line-height: 1;
    gap: 5px 0px;
    position: relative;
}

.enterprise-cospa-box dl:after {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background:url(../images/plus-icon.webp);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(140%, -50%);
}

.enterprise-cospa-box dl span {
    font-size: 10px;
    vertical-align: top;
}

.enterprise-cospa-box dl dt {
    width: 60%;
    background: #EDEDED;
    text-align: center;
    padding: 12px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.enterprise-cospa-box dl dd{
	width: 40%;
	background: #F9F9F9;
	padding: 12px 0;
	text-align: center;
	display: flex;
    align-items: center;
    justify-content: center;
}

.enterprise-cospa-box figure.enterprise-cospa-img{
    width: 90%;
    margin: 0 auto;
}


.enterprise-cospa-box figure.enterprise-cospa-img figcaption {
    font-size: 13px;
    padding: 50px 0 0 0;
}

.enterprise-cospa-box figure.enterprise-cospa-img figcaption a{
    text-decoration: underline;
    color: #2389ca;
}


.annotation {
    background: #f4f4f4;
    padding: 16px !important;
    border-radius: 8px;
    border: 1px solid #bebebe;
}

.annotation p{
    font-size: 0.85rem;
    line-height: 1.4;
    text-indent: -1rem;
    padding: 0 1rem 1rem 1rem;
}

.annotation p:last-of-type{
    padding-bottom: 0;
}

.follow p {
    font-size: 1.4rem;
    text-align: center;
    padding: 24px 16px 16px;
    margin-bottom: 10px;
    color: #094d84;
    font-weight: 600;
}

/*PC*/
@media (max-width:1440px){
}

@media (max-width:1280px){
}

@media (max-width:1024px){
    p.head-copy {
        font-size: 1.4rem;
    }
    #fv.layout-yoko .fv-txt h1.lp-main-txt {
        font-size: 2.2rem;
        margin: 0 0 24px 0;
    }
    #fv.layout-yoko .fv-txt h1.lp-main-txt strong {
        line-height: 2;
    }
    p.cta-top-txt {
        font-size: 1rem;
    }
    #fv.layout-yoko .fv-main-img {
        width: 50%;
    }
    .headline-ptn01 h2 {
        font-size: 2.5rem;
        padding: 0 0 32px 0;
        margin: 0 0 32px 0;
    }
    section.innerbox {
        width: 90%;
        margin: 0 auto 56px;
    }
    p.usecase-price {
        font-size: 0.95rem;
    }
    .enterprise-cospa-box dl:after {
        width: 32px;
        height: 32px;
    }
    figure.mse-custom-img + p, .enterprise-cospa + p {
        font-size: 1.1rem;
    }

}

/*TAB*/
@media (max-width:768px){
    header.header-ptn01 .logo-area {
        width: 50%;
        max-width: 200px;
    }
    p.head-copy {
        font-size: 1.2rem;
    }
    #fv.layout-yoko .fv-txt {
        margin: 0 auto;
        max-width: fit-content;
    }
    #fv.layout-yoko .fv-txt h1.lp-main-txt {
        text-align: center;
    }
    #fv.layout-yoko .fv-main-img {
        width: 100%;
        padding: 0 10%;
    }
    .headline-ptn01 h2 {
        font-size: 2rem;
        padding: 0 0 16px 0;
        margin: 0 0 16px 0;
    }
    section.slider-logo {
        padding: 0;
        margin: 1rem 0 0 0;
    }
    section.slider-logo li img {
        width: 100%;
    }
    .worry-box {
        width: 80%;
    }
    .worry-box + .worry-box{
        margin-top: 40px;
    }
    dl.worry-box dt {
        font-size: 0.9rem;
        margin: 0 0 8px 0;
    }
    dl.mse-support-box {
        width: 80%;
        padding: 32px;
        margin: 5% 10%;
    }
    dl.mse-support-box.customer-support:before {
        right: -24px;
        left: auto;
    }
    p.usecase-price {
        font-size: 0.75rem;
    }
    .enterprise-cospa-box {
        width: 45%;
    }
    .enterprise-cospa-box:nth-child(2) dl:after {
        display: none;
    }
    .enterprise-cospa-box:last-of-type:after {
        content: "";
        display: block;
        width: 32px;
        height: 32px;
        background: url(../images/plus-icon.webp);
        background-size: cover;
        background-repeat: no-repeat;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%, -350%);
    }
    .enterprise-cospa-box:last-of-type {
        width: 100%;
        margin: 140px auto 0;
    }
    .enterprise-cospa-box figure.enterprise-cospa-img {
        width: 50%;
        margin: 0 auto;
    }
    .enterprise-cospa-box figure.enterprise-cospa-img figcaption {
        font-size: 13px;
        padding: 32px 0 0 0;
        text-align: center;
    }
    figure.mse-custom-img + p, .enterprise-cospa + p {
        font-size: 1rem;
    }
    annotation p {
        font-size: 0.8rem;
    }    
}

@media (max-width:580px){
    .up580-view{
        display: none;
    }
    .down580-view{
        display: block;
    }
    #fv.layout-yoko {
        padding: 8% 0;
    }
    #fv.layout-yoko .fv-txt {
        width: 100%;
    }
    p.head-copy {
        font-size: 1rem;
        line-height: 1.6;
    }
    #fv.layout-yoko .fv-txt h1.lp-main-txt {
        font-size: 1.5rem;
    }
    #fv.layout-yoko .fv-txt h1.lp-main-txt strong {
        padding: 4px 8px;
    }
    p.cta-top-txt {
        font-size: 0.8rem;
        padding: 0 0 16px;
    }
    section.innerbox {
        margin: 0 auto;
    }
    .headline-ptn01 h2 {
        font-size: 1.5rem;
        padding: 0 0 8px 0;
        margin: 0 0 8px 0;
    }
    .headline-ptn01 h2 span {
        font-size: 80%;
        line-height: 1;
        letter-spacing: 0.2rem;
    }
    .headline-ptn01 h2 small {
        font-size: 60%;
    }
    .worry-box {
        width: 100%;
        padding: 0;
    }
    dl.worry-box dd {
        padding: 0 10%;
    }
    .worry-box img{
        width: 100%;
    }
    .mse-support-block {
        padding: 24px !important;
    }
    .mse-support-block h3 {
        font-size: 1.2rem;
        padding: 0 0 16px 0;
    }
    dl.mse-support-box {
        width: 100%;
        padding: 16px;
        margin: 5% auto;
    }
    dl.mse-support-box dt {
        font-size: 1rem;
        padding: 16px;
    }
    dl.mse-support-box dd {
        font-size: 0.8rem;
    }
    dl.mse-support-box.customer-support:before, dl.mse-support-box.ec-advisor:before {
        right: auto;
        left: 50%;
        top: 0;
        font-size: 0.8rem;
        padding: 8px 16px;
        transform: translate(-50%, -50%);
    }
    dl.mse-support-box dt.full-time {
        padding-top: 32px;
    }
    dt.full-time:before {
        font-size: 0.7rem;
        top: 15px;
    }
    p.usecase-price {
        font-size: 1rem;
    }
    .enterprise-cospa {
        margin-top: 0;
    }
    .enterprise-cospa-box {
        width: 100%;
        margin: 0 auto 50px !important;
        position: unset;
        flex-wrap: wrap;
    }
    .enterprise-cospa-box:last-of-type{
        margin-bottom: 0 !important;
    }
    .enterprise-cospa-box:before {
        position: unset;
        transform: translate(0, 0);
        width: 100%;
    }
    .enterprise-cospa-box figure.enterprise-cospa-img {
        width: 75%;
    }
    figure.mse-custom-img + p, .enterprise-cospa + p {
        font-size: 0.9rem;
    }

    .enterprise-cospa-box dl:after, .enterprise-cospa-box:nth-child(2) dl:after {
        display: block;
        width: 32px;
        height: 32px;
        top: auto;
        right: auto;
        left: 50%;
        bottom: 0;
        transform: translate(-50%, 120%);
    }

    .enterprise-cospa-box:last-of-type:after {
        display: none;
    }

    .annotation {
        max-height: 120px;
        overflow: scroll;
    }
    .annotation p {
        font-size: 0.7rem;
        padding: 0 0.5rem 0.5rem 0.5rem;
    }
    .follow p {
        font-size: 1rem;
    }
}

/*SMP*/
@media (max-width:480px){
    .headline-ptn01 h2 {
        font-size: 1.3rem;
    }
}

@media (max-width:414px){
}

@media (max-width:390px){
}

@media (max-width:375px){
}