@charset "utf-8";

/* カテゴリー */
.service {
    /*position: relative;*/
    margin: 0;
    margin-top: -70px;
    padding-top: 70px;
    padding-left: 10%;
    padding-right: 10%;
    margin-bottom: 100px;
    width: 100%;
    text-align: center;
}

.service h2 {
    margin: 10px;
    padding: 0px;
    font-size: 1.5em;
    font-weight: 100;
    /*color: #4a82af;*/

    /*border-bottom: solid 3px #cce4ff;*/
    /*position: relative;*/
}

.hr-2 {
    width: 60px;
    margin: 0 auto 40px;
    /*border-top: 1px solid var(--color-txt-main);*/
    border-top: 1px solid #333333;
}
.service h3 {
    font-size: 1.4em;
    font-weight: 200;
}


.service-img {
    position: relative;
    /*height: 200px;*/
    margin: 0 auto;
    margin-bottom: 30px;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.service-img  img {
    /*width: 100%;*/
    width: 800px;

}
.service-img .service-img-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    font-size: 2rem;
    font-weight: 200;
    line-height: 46px;
    text-align: center;
    text-shadow: 1px 1px 2px #000;
    width: 800px;
    color: #ffffff;
}

/*.category-b h2:after {*/
/*position: absolute;*/
/*content: " ";*/
/*display: block;*/
/*border-bottom: solid 3px #4a82af;*/
/*bottom: -3px;*/
/*width: 20%;*/
/*}*/

.service-fusen {
    display: inline-block;
    margin:20px 10px 10px;
    margin-left:20px;
    padding:15px;
    word-break:break-all;
    /*color: var(--color-txt-main);*/
    color: #333333;
    background:#ffffcc;
    box-shadow:4px 4px 4px rgba(0,0,0,0.05);
    transform:rotate(0deg);
    width:360px;
    height: 280px;
    vertical-align: top;
}
.service-fusen-tape {
    margin:-35px auto 10px 25%;
    width:45%;
    height:35px;
    background:#ccb;
    opacity:0.15;
    transform:rotate(-5deg)
}
.service-fusen-title {
    font-size: 1.2rem;
    margin-top: 20px;
    margin-bottom: 10px;
    /*font-weight: 300;*/
    /*color: var(--color-site-image);*/
    color: #4a82af;
    font-family: 'Josefin Sans', sans-serif;
    letter-spacing: 5px;
}

ul.service-fusen-list li {
    position: relative;
    margin-bottom: 10px;
    /*font-family: "Rounded Mplus 1c";*/
    /*font-size: 20px;*/
    font-weight: 200;
    line-height: 1.8;
    text-align: left;
    list-style:none;
}
ul.service-fusen-list li::after {
    position: absolute;
    display: block;
    content: '';
    top: 0.7em;
    left: -2em;
    width: 10px;
    height: 4px;
    /*border-left: 2px solid var(--color-site-image);*/
    border-left: 2px solid #4a82af;
    /*border-bottom: 2px solid var(--color-site-image);*/
    border-bottom: 2px solid #4a82af;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}



.service-advantage {
    font-weight:200;
    /*font-family:'Helvetica', 'sans-serif';*/
    position:relative;
    display:block;
    width:640px;
    /*height:144px;*/
    margin:40px auto;
    padding: 30px;
    padding-top: 60px;
    overflow:visible;
    background-color: #f0f0f0;
    box-shadow:4px 4px 4px rgba(0,0,0,0.1);
}
.service-advantage:before,
.service-advantage:after {
    display:block;
    position:absolute;
    left:-10px;
}
.service-advantage:before {
    content:"";
    border:6px solid transparent;
    border-top-color:#a1364f;
    border-right-color:#a1364f;
    top:50px;
}
.service-advantage:after {
    content:"ビズグローの強み";
    background:#c24760;
    box-shadow :1px 1px 1px #a1364f;/*5px=影の広がり具合*/
    color:#fff;
    font-weight: 300;
    padding:0 30px;
    height:30px;
    line-height:30px;
    top:20px;
    z-index:10;
    letter-spacing: 2px;
}
ul.service-advantage-list {
    padding: 0;
}
ul.service-advantage-list li {
    /*color: var(--color-txt-main);*/
    color: #333333;
    /*border-left: solid 6px var(--color-site-image);!*左側の線*!*/
    border-left: solid 6px #4a82af;/*左側の線*/
    border-bottom: solid 2px #dadada;/*下に灰色線*/
    /*background: rgba(74, 130, 175, 0.11);*/
    background: #ffffff;
    margin-bottom: 10px;/*下のバーとの余白*/
    line-height: 1.5;
    padding: 0.5em;
    list-style-type: none!important;/*ポチ消す*/
    font-weight: 100;
    text-align: left;
    font-weight: 200;
}

.b-more-link{
    position: relative;
    display: inline-block;
    padding: 0 0 0 30px;
    /*color: var(--color-site-image);*/
    color: #4a82af;
    vertical-align: middle;
    text-decoration: underline;
    font-size: 1.2em;
    font-weight: 300;
}
.b-more-link::before,
.b-more-link::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.b-more-link:hover {
    /*margin: 30px;*/
    /*font-size: 22px;*/
    /*text-decoration: underline;*/
    opacity: 0.7;
    /*color: rgba(74, 130, 175, 0.7);*/
}
.arrow::before{
    left: 10px;
    box-sizing: border-box;
    width: 12px;
    height: 12px;
    border: 12px solid transparent;
    /*border-left: 12px solid var(--color-site-image);*/
    border-left: 12px solid #4a82af;
}
.arrow::after{
    left: 0;
    width: 20px;
    height: 12px;
    /*border-left: 10px solid var(--color-site-image);*/
    border-left: 10px solid #4a82af;
}


.b-wrapper {
    margin: 10px auto;
    /*color: #1e366a;*/
    /*border: dotted #1e366a 1px;!*ドット 色 太さ*!*/
    /*padding: 0.5em 0.5em 0.5em 2em;*/
    width: 900px;

}
.b-chance-wrapper {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    width: 380px;
    height: 300px;
    margin: 10px;
    padding: 20px;
    border: 1px double #dddddd;
    /*background-color: #F0F0F0;*/
}
.b-chance-wrapper2 {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    width: 400px;
    padding: 20px;

}

ul.b-tuyomi li {
    margin-bottom: 10px;
    /*list-style:none;*/
    /*font-size: 20px;*/
    text-align: left;
}
/*ul.b-tuyomi li::after {*/
/*display: block;*/
/*content: '';*/
/*position: absolute;*/
/*top: .5em;*/
/*left: -1em;*/
/*width: 8px;*/
/*height: 3px;*/
/*border-left: 2px solid #4a82af;*/
/*border-bottom: 2px solid #4a82af;*/
/*-webkit-transform: rotate(-45deg);*/
/*transform: rotate(-45deg);*/
/*}*/



.b-wrapper ul {
    margin: 20px 0;
}
.b-wrapper ul li, ol li {
    font-size: 1em;
    line-height: 1.7;
    padding: 0.5em 0;
}

.b-wrapper-2 {
    margin: 50px auto 50px;
    padding: 20px 40px;
    text-align: center;

    background: rgb(250, 250, 250);
    box-shadow :1px 1px 5px silver;/*5px=影の広がり具合*/
    /*padding: 0.5em 0.5em 0.5em 0.5em;*/
    width: 800px;

    font-size: 1em;

}
.b-wrapper-2 h3 {
    margin: 10px;
    margin-bottom: 30px;
    padding: 10px;
    /*font-size: 1.2em;*/
    font-weight: 200;
    text-align: left;
    /*color: #4a82af;*/


    /*font-weight:bold;*/
    /*font-family:'Helvetica', 'sans-serif';*/
    position:relative;
    display:block;
    /*height:144px;*/
    margin:40px;
    overflow:visible;
    color: #ffffff;
    background-color: #c24760;

}
.b-icon {
    margin-right: 10px;
    width: 20px;
    height: 20px;
}



.b3-main {
    margin: 100px 15%;
}

.b3-article {
    margin-top: -70px;
    padding-top: 70px;
    margin-bottom: 80px;

}
.b3-article-title {
    margin: 20px 0;
    font-size: 1.5rem;
    font-weight: 300;
}
.b3-article-title-sub {
    margin: 20px 0 10px;
    font-size: 1.25rem;
    font-weight: 200;
}
.b3-article-date {
    display: inline-block;
    margin-right: 30px;
    font-size: 0.8rem;
}
.b3-article-category {
    display: inline-block;
    font-size: 0.8rem;
}
.b3-article-category {
    margin: 10px 0;
}
.b3-article-body {
}
.b3-article-body p {
    font-size: 1rem;
    line-height: 1.8;
    text-align: justify;
}


.value_b {
    margin: 20px;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 28%;
}
.value_b .value-img {
    position: relative;
    margin: 0 auto;
    width: 200px;
    height: 200px;
    border: 2px solid #555555;
    border-radius: 100%;
}
.value_b .value-img img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 50%;
    height: 50%;
}
.value_b .value-img .value-number {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    right: 10px;
    bottom: 10px;
    color: #ffffff;
    background-color: #4a82af;
    font-size: 24px;
    font-weight: 200;
    vertical-align: baseline;
}
.value_b .value-exp {
    font-size: 1.3em;
    margin: 30px 0px;

}
.value_b p {
    text-align:justify;
}

.business_img1 {
    position: relative;
    margin-bottom: 30px;
    width: 100%;
    /*height: 500px;*/
    overflow: hidden;
}
.business_img1  img {

}
.business_img1 .img_txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    font-size: 2.4rem;
    line-height: 46px;
    text-align: center;
    text-shadow: 1px 1px 2px #000;
    width: 900px;
    color: #ffffff;
    font-weight: 200;
    letter-spacing: 10px;
}
.business_img1 .img_txt1 {
    font-size: 2rem;
    letter-spacing: 5px;
}

.business_img1 .img_txt .sub {
    font-size: 1.6rem;
    letter-spacing: 5px;
}

.value_ {
    margin: 30px;
    display: inline-block;
    text-align: center;
    vertical-align: top;

}
.value_ .value-img {
    position: relative;
    width: 200px;
    height: 200px;
    border: 1px solid #4a82af;
    border-radius: 100%;
}
.value_ .value-img img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.value_ .value-exp {
    margin: 30px;

}
.value_ p {
    width: 300px;

}

.list-square {
    margin: 0 auto;
    text-align: left;
    width:500px;
}

ul.list-square li {
    position: relative;
    list-style-type: none !important;
    margin-bottom: 2px;
    padding: 0.5em 0.5em 0.5em 0.5em;
    line-height: 1.5;
    vertical-align: middle;
    /*color: #505050;*/
    /*background: #dbebf8;*/
}
ul.list-square li:before{ /*疑似要素*/
    display:inline-block;
    vertical-align: middle;
    content:'';
    width: .8em;
    height: .8em;
    /*border: 1px solid var(--color-txt-main);*/
    border: 1px solid #333333;
    margin-right: 8px;
}

.service .summary {
    padding: 0 10px;
    line-height: 2.5;
    text-align: center;
    vertical-align: top;
}

.hr-3 {
    margin:10px 20%;
    height: 1px;
    border: none;
    /*background-color: var(--color-txt-main);*/
    background-color: #333333;
}


/* 解像度低めのPC
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/

@media screen and (max-width:1024px) and (min-width:769px) {
    .service {
        /*position: relative;*/
        margin: 0;
        margin-top: -70px;
        padding-top: 70px;
        padding-left: 5%;
        padding-right: 5%;
        margin-bottom: 100px;
        width: 100%;
    }

    .b3-main {
        margin: 80px 5%;
    }


}

/* タブレット
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/

@media screen and (max-width:768px) and (min-width:481px) {


    .service {
        /*position: relative;*/
        margin: 0;
        margin-top: -70px;
        padding-top: 70px;
        padding-left: 5%;
        padding-right: 5%;
        margin-bottom: 100px;
        width: 100%;
    }

    .service-fusen {
        width: 310px;
        height: 280px;
    }

    .value_b {
        margin: 30px;
        display: inline-block;
        text-align: center;
        vertical-align: top;
        width: 40%;
    }


    .b-wrapper {
        text-align: left;
    }
    .b-wrapper ul {
        margin: 10px 0;
    }
    .b-chance {
        width: 100%;
        padding: 20px;
    }
    .b-wrapper-2 {
        margin: 50px 15px;
        padding: 20px;
        text-align: center;
        width: 100%;

        font-size: 1em;
    }
    .hr-3 {
        margin:10px 20%;
        /*margin:20px 10px;*/
        /*width: auto;*/
    }



}


/* スマートフォン
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/

@media screen and (max-width:480px) {

    .service {
        /*margin: 0 10px;*/
        padding-left: 0%;
        padding-right: 0%;
    }
    .service h2 {
        font-size: 1.2rem;
    }

    .service h3 {
        font-size: 1.2rem;
    }

    .service-img {
        width: 100%;
        height: auto;
    }

    .service-img .service-img-title {
        width: 100%;
        font-size: 1.5rem;
    }

    .service-fusen {
        margin-left:0px;
        margin:20px 10px 40px;
        padding: 15px 15px 15px 25px;
        width: 90%;
    }
    ul.service-fusen-list li::after {
        top: 0.5em;
        left: -1.5em;
        width: 10px;
        height: 4px;
    }

    .service-advantage {
        margin: 0 auto;
        padding: 50px 10px;
        width: 90%;
    }




    .b-wrapper {
        text-align: left;
    }

    .b-wrapper ul {
        margin: 10px 0;
    }

    .b-chance {
        width: 100%;
        padding: 20px;
    }

    .b-wrapper-2 {
        margin: 50px 0;
        padding: 20px;
        text-align: center;
        width: 100%;
        box-sizing: border-box;
        font-size: 1em;
    }



    .b3-main {
        margin: 80px 15px;
    }

    .b3-article-title {
        font-size: 1.5em;
    }

    .hr-3 {
        margin:10px 20%;
        /*margin: 20px 10px;*/
        /*width: auto;*/
    }

    .value_b {
        display: block;
        margin: 0px;
        padding: 20px;
        text-align: center;
        vertical-align: top;
        width: 100%;
        box-sizing: border-box;
    }

    .business_img1 {
        margin-top: 60px;
    }

    .business_img1 .img_txt {
        font-size: 20px;
    }

    .list-square {
        margin: 0 auto;
        padding: 0;
        text-align: left;
        width:100%;
    }

    .service .summary {
        padding: 0 10px;
        line-height: 2.5;
        text-align: justify;
        vertical-align: top;
    }

    .service-img img {
        width: 100%;
    }
}