/*-----------------------
目次
    midashi
    benefit
    plan
    casestudies
-----------------------*/
/*480pxまでの幅の場合で場合で改行される*/
@media screen and (min-width: 468px){
    .br-sp {display: none; }
    }
/*-----------------------
midashi
-----------------------*/
#midashi{
    width: 100%;
    height: 100%;
}
.midashi{
    margin: 80px auto 0 auto;
    width: 100%;
    height: 100%;
    max-width: 1300px;
    min-height: 400px;
    margin-bottom: 50px;
    position: relative;
}
.midashi-obi{
    position: absolute;
    width: 100%;
    height: 400px;
    background: linear-gradient(to right, #fff 0%, #fff 60%, #e8eff5 60%,  #e8eff5 100%);
}
.midashi-bgimage{
    max-width: 1900px;
    height: 400px;
    margin: 0 auto;
    background:linear-gradient(90deg,rgb(255, 255, 255, 0), 90%, rgba(232, 239, 245, 1)),url(../img/microsoft365_img_1810x800_01.jpg);
    background-repeat: no-repeat;
    background-position: right top;
    background-size:900px 400px;
}
.midashi h2{
    font-size: 1.5rem;
    margin-right: auto;
    margin-left: 20px;
    padding-top: 30px;
    text-shadow:  0 0 10px #fff,
    0 0 10px #fff, 
    0 0 10px #fff, 
    0 0 10px #fff, 
    0 0 10px #fff, 
    0 0 10px #fff, 
    0 0 10px #fff, 
    0 0 10px #fff, 
    0 0 10px #fff, 
    0 0 10px #fff, 
    0 0 10px #fff;
}
.midashi h2 span{
    font-family: 'Josefin Sans', sans-serif;
    font-size: 4rem;
    letter-spacing: 0.3rem;
}
.midashi p{
    max-width: 600px;
    font-size: 1.4rem;
    margin-right: 20px;
    margin-left: 20px;
    padding-top: 30px;
    text-shadow:  0 0 10px #fff,
    0 0 10px #fff, 
    0 0 10px #fff, 
    0 0 10px #fff, 
    0 0 10px #fff, 
    0 0 10px #fff, 
    0 0 10px #fff, 
    0 0 10px #fff, 
    0 0 10px #fff, 
    0 0 10px #fff, 
    0 0 10px #fff;
}
@media screen and (max-width: 1024px){
    /*1024pxまでの幅の場合に適応される*/
    .midashi-bgimage{
        background-position: 20px top;
    }
    .midashi p{
        margin-top: 150px;
    }
}
@media screen and (max-width: 768px){
    /*768pxまでの幅の場合に適応される*/
    .midashi{
        margin: 80px auto 0 auto;
        width: 100%;
        height: 100%;
        max-width: 1300px;
        min-height: 300px;
        margin-bottom: 50px;
        position: relative;
    }
    .midashi p{
        margin-top: 250px;
    }
    .midashi-obi{
        position: absolute;
        width: 100%;
        height: 200px;
        background: linear-gradient(to right, #fff 0%, #fff 60%, #e8eff5 60%,  #e8eff5 100%);
    }
    .midashi-bgimage{
        display: block;
        max-width: 1300px;
        height: 400px;
        background:linear-gradient(90deg,rgb(255, 255, 255, 0), 90%, rgba(232, 239, 245, 0)),url(../img/microsoft365_img_1810x800_01.jpg);
        background-repeat: no-repeat;
        background-position: 20px top;
        background-size:750px auto;
    }
}
@media screen and (max-width: 480px){
    /*480pxまでの幅の場合に適応される*/
    .midashi{
        margin: 80px auto 0 auto;
        width: 100%;
        height: 100%;
        max-width: 1300px;
        min-height: 150px;
        margin-bottom: 50px;
        position: relative;
    }
    .midashi h2 span{
        font-size: 3rem;
    }
    .midashi p{
        margin-top: 150px;
        font-size: 1.5rem;
    }
    .midashi-obi{
        position: absolute;
        width: 100%;
        height: 200px;
        background: linear-gradient(to right, #fff 0%, #fff 60%, #e8eff5 60%,  #e8eff5 100%);
    }
    .midashi-bgimage{
        display: block;
        max-width: 1300px;
        height: 400px;
        background:linear-gradient(90deg,rgb(255, 255, 255, 0), 90%, rgba(232, 239, 245, 0)),url(../img/microsoft365_img_1810x800_01.jpg);
        background-repeat: no-repeat;
        background-position: 20px top;
        background-size:500px auto;
        }
}
/*-----------------------
benefit
-----------------------*/
#benefit{
    width: 100%;
}
.benefit-wrapper{
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px 0 20px;
}
.benefit-wrapper h3{
    display: inline-block;
    position: relative;
    margin-bottom: 30px;
    font-size: 1.6rem;
}
.benefit-wrapper h3 span{
    font-family: 'Josefin Sans', sans-serif;
    font-size: 2.7rem;
    font-weight: 700;
    letter-spacing: 0.3rem;
}
.benefit-wrapper h3:before{
    content: '';
    position: absolute;
    left: 20px;
    bottom: -12px; /*下線の上下位置調整*/
    display: inline-block;
    width: 40px; /*下線の幅*/
    height: 3px; /*下線の太さ*/
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%); /*位置調整*/
    background: linear-gradient(90deg, rgba(142,211,245,1) 0%, rgba(195,208,3,1) 50%, rgba(244,163,71,1) 100%); /*下線の色*/
}
.benefit-box-wrapper{
    display: flex;
    justify-content: space-between;
    flex-flow:row;
    gap: 3%;
}
.benefit-box{
    width: 31%;
    height: auto;
    background-color: #F5F5F5;
    display: flex;
    flex-flow: column;
    padding: 0 10px 30px 10px;
}
.benefit-box h4{
    margin:60px 0 0 0;
    text-align: center;
    font-size: 1.8rem;
    position: relative;
    letter-spacing:0.5rem;
}
.benefit-box h4:after{
    content: '';
    position: absolute;
    left: 50%;
    top: -20px; /*下線の上下位置調整*/
    display: inline-block;
    width: 40px; /*下線の幅*/
    height: 3px; /*下線の太さ*/
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%); /*位置調整*/
    background: linear-gradient(90deg, rgba(142,211,245,1) 0%, rgba(195,208,3,1) 50%, rgba(244,163,71,1) 100%); /*下線の色*/
}
.benefit-box p{
    margin: 20px 20px 0 20px;
    font-size: 1.3rem;
    text-align: justify;
    letter-spacing:0.2rem;
    flex-grow: 1;
}
.benefit-box img{
    display: block;
    margin: 0 auto 30px auto;
}
.benefit-img1{
    width:100%;
    max-width: 126px;
}
.benefit-img2{
    width:100%;
    max-width: 271px;
}
.benefit-img3{
    width:100%;
    max-width: 266px;
}
@media screen and (max-width: 768px){
    /*768pxまでの幅の場合に適応される*/
    .benefit-box-wrapper{
        flex-flow:column;
        gap: 20px;
    }
    .benefit-box{
        width: 100%;
    }
}
@media screen and (max-width: 480px){
    /*480pxまでの幅の場合に適応される*/
    .benefit-box-wrapper{
        flex-flow:column;
        gap: 20px;
    }
    .benefit-box{
        width: 100%;
    }
}
/*-----------------------
plan
-----------------------*/
#plan{
    width: 100%;
    margin-top: 100px;
}
.plan-wrapper{
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px 0 20px;
}
.plan-wrapper h3{
    display: inline-block;
    position: relative;
    margin-bottom: 40px;
    font-size: 1.6rem;
}
.plan-wrapper h3 span{
    font-family: 'Josefin Sans', sans-serif;
    font-size: 2.7rem;
    font-weight: 700;
    letter-spacing: 0.3rem;
}
.plan-wrapper h3:before{
    content: '';
    position: absolute;
    left: 20px;
    bottom: -12px; /*下線の上下位置調整*/
    display: inline-block;
    width: 40px; /*下線の幅*/
    height: 3px; /*下線の太さ*/
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%); /*位置調整*/
    background: linear-gradient(90deg, rgba(142,211,245,1) 0%, rgba(195,208,3,1) 50%, rgba(244,163,71,1) 100%); /*下線の色*/
}
/* 値段表部分 */
.pricelist {
	margin: 0 20px;
}
.pricelist h1 {
	margin: 0;
	padding: 30px 0;
	font-size: 1.2rem;
}
.pricelist-contents {
	display: flex;
	justify-content: space-between;
	padding: 0;
    height: auto;
}
.pricelist-contents li {
    width: calc(25% - 10px);
    height: auto;
    margin: 0 0 20px 0;
    background-color:#F5F5F5;
    border-radius:20px 20px 0px 0px;
    list-style-type:none;
}
.pricelist-contents-ttl{
    background-color: #081D90;
    color: #ffff;
    border-radius:20px 20px 0px 0px ;
    padding: 30px;
    height: 120px;
}
.pricelist-contents-ttl h4 {
    text-align:center;
    font-size: 2.5rem;
    letter-spacing: 0.1rem;
}
.pricelist-contents-ttl h5 {
    margin: 10px 0 0 0;
    text-align:center;
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: 0.1rem;
}
.price {
    margin: 40px 0 20px 0;
    text-align:center;
    font-family: 'Josefin Sans', sans-serif;
    font-weight:700;
    font-size: 4.5rem;
    line-height: 3rem;
    letter-spacing: 0.5rem;
}
.price small {
    font-size: 1.2rem;
    letter-spacing: 0.1rem;
}
.pricelist-contents ul li{
    width: 100%;
}
.pricelist-contents li .info{
    margin: 0 20px 30px 20px;
}
.pricelist-contents li .info li{
    font-size: 1.5rem;
    margin: 0 0 10px 0;
    padding: 0;
    padding-left: 0.8em;
    text-indent: -0.8em;
    border-radius:0px 0px 0px 0px ;
    background-color: none;
    display: block;
}
.pricelist-contents li .info li::before{
    content: '';
    display: inline-block;
    width: 0.3em;
    height: 0.3em;
    background: #000000;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 0.5em;
}
.pricelist-contents li h6{
    background-color: #081D90;
    color: #ffff;
    text-align: center;
    margin: 0 20px 10px 20px;
    padding: 10px 0;
    font-size: 1.2rem;
}
.plan-annotation{
    font-size: 1.3rem;
    text-align: right;
}
@media screen and (max-width: 1024px){
    /*1024pxまでの幅の場合に適応される*/
    .pricelist-contents {
    flex-wrap: wrap;
    }
    .pricelist-contents li {
        width: calc(50% - 10px);
    }
}
@media screen and (max-width: 480px){
    /*480pxまでの幅の場合に適応される*/
    .pricelist-contents li {
        width: 100%;
    }
}
/*-----------------------
casestudies
-----------------------*/
#casestudies{
    width: 100%;
    margin-top: 100px;
}
.casestudies-ttl{
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px 0 20px;
    background-color: #fff;
}
.casestudies-ttl h3{
    display: inline-block;
    position: relative;
    font-size: 1.6rem;
    margin-bottom: 0px;
}
.casestudies-ttl h3 span{
    font-family: 'Josefin Sans', sans-serif;
    font-size: 2.7rem;
    font-weight: 700;
    letter-spacing: 0.3rem;
}
.casestudies-ttl h3:before{
    content: '';
    position: absolute;
    left: 20px;
    bottom: -12px; /*下線の上下位置調整*/
    display: inline-block;
    width: 40px; /*下線の幅*/
    height: 3px; /*下線の太さ*/
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%); /*位置調整*/
    background: linear-gradient(90deg, rgba(142,211,245,1) 0%, rgba(195,208,3,1) 50%, rgba(244,163,71,1) 100%); /*下線の色*/
}
.casestudies-wrap{
    max-width: 1320px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px 50px 20px;
}
/*-----------------------
casestudies
-----------------------*/
.casestudies-overview-wrap{
    width: 100%;
    background-color: #F5F5F5;
    margin: 50px 0 0 0;
    padding: 30px 50px 30px 50px;
}
.casestudies-overview-wrap h4{
    font-size: 2rem;
    font-family: 'Josefin Sans', sans-serif;
    letter-spacing: 0.2rem;
}
.casestudies-overview{
    display: flex;
    align-items: flex-end;
    margin: 30px 0 0 0;
}
.casestudies-overview img{
    width: 50%;
    max-width: 282px;
    height: auto;
    object-fit: cover;
}
.casestudies-overview ul{
    list-style-type: none;
    margin: 0 0 0 30px;
}
.casestudies-overview ul li{
    flex-flow: column;
    margin-top: 0px;
}
.casestudies-overview ul h5{
    font-size: 1.6rem;
    font-weight: 500;
    margin-top: 5px;
}
.casestudies-overview ul p{
    margin-left:10px;
    word-break: break-all;
}
.casestudies-overview ul li{
    display: flex;
    margin-top: 5px;
}
.casestudies-conts-wrap{
    display: flex;
    margin: 50px 0 0 0;
}
.casestudies-conts-wrap:nth-child(2n){
    display: flex;
    flex-direction: row-reverse;
    margin: 50px 0 0 0;
}
.casestudies-conts-wrap:nth-child(2n) .casestudies-conts{
    padding: 0 0 0 30px;
}
.casestudies-conts-wrap img{
    width: 46%;
    max-width: 554px;
    height: 100%;
}
.casestudies-conts{
    padding: 0 30px 0 0;
    width: 54%;
}
.casestudies-conts h5{
    font-size: 1.5rem;
}
.casestudies-conts p{
    margin: 20px 0 0 0;
    text-align: justify;
}
@media screen and (max-width: 480px){
    /*480pxまでの幅の場合に適応される*/
    .casestudies-overview-wrap{
        width: 100%;
        background-color: #F5F5F5;
        margin: 50px 0 0 0;
        padding: 30px 10px 30px 10px;
    }
    .casestudies-overview{
        display: block;
        align-items: flex-end;
        margin: 20px 0 0 0;
    }
    .casestudies-overview img{
        width: 100%;
        max-width: 500px;
        height: auto;
        object-fit: cover;
    }
    .casestudies-overview ul{
        list-style-type: none;
        margin: 0 0 0 0;
    }
    .casestudies-conts-wrap{
        display: block;
        margin: 50px 0 0 0;
    }
    .casestudies-conts-wrap img{
        display: block;
        width: 100%;
        margin: 20px 0 0 0;
    }
    .casestudies-conts{
        padding: 0 0 0 0;
        width: 100%;
    }
    .casestudies-conts-wrap:nth-child(2n){
        display: block;
        flex-direction: row-reverse;
        margin: 50px 0 0 0;
    }
    .casestudies-conts-wrap:nth-child(2n) .casestudies-conts{
        padding: 0 0 0 0;
    }
}