@charset "utf-8";
/*-----------------------
目次
    midashi
    catv
    education-service
    recruit-interview
    datacenter
-----------------------*/
/*-----------------------
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/smb_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: 250px;
    }
}
@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: 190px;
    }
    .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/smb_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: 70px;
        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/smb_img_1810x800_01.jpg);
        background-repeat: no-repeat;
        background-position: 20px top;
        background-size:500px auto;
        }
}
/*-----------------------
catv
-----------------------*/
#catv{
    width: 100%;
}
.catv-wrapper{
    max-width: 1340px;
    width: auto;
    margin: 0 auto;
    padding: 50px 20px 50px 20px;
}
.challenge-wrapper{
    max-width: 1340px;
    width: 100%;
    margin: 0 auto;
    padding: 100px 20px 100px 20px;
    text-align: center;
}
.challenge-wrapper h3{
    display: inline-block;
    position: relative;
    margin-bottom: 30px;
    font-size: 3rem;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    letter-spacing: 0.5rem;
}
.challenge-wrapper h3:before{
    content: '';
    position: absolute;
    left: 50%;
    bottom: -15px; /*下線の上下位置調整*/
    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%); /*下線の色*/
}
.challenge-wrapper p{
    font-size:1.8rem;
}

.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;
    letter-spacing:0.2rem;
    text-align: justify;
    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%;
    }
}
/*-----------------------
education-service
-----------------------*/
#education-service{
    width: 100%;
    margin-top: 100px;
}
.education-service-ttl{
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px 0 20px;
    background-color: #fff;
}
.education-service-ttl h3{
    display: inline-block;
    position: relative;
    font-size: 1.6rem;
    margin-bottom: 30px;
}
.education-service-ttl h3 span{
    font-family: 'Josefin Sans', sans-serif;
    font-size: 2.7rem;
    font-weight: 700;
    letter-spacing: 0.3rem;
}
.education-service-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%); /*下線の色*/
}
.education-service-conts-bg{
    width: 100%;
    background-color: #F5F5F5;
}
.education-service-conts-wrap{
    display: flex;
    justify-content: space-between;
    flex-flow:row;
    flex-wrap:wrap;
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding: 80px 20px 80px 20px;
}
.education-service-conts{
    display: flex;
    flex-flow: column;
    width:48%;
    background-color: #ffffff;
    border-radius: 20px;
    padding: 20px 40px 30px 40px;
    margin-bottom: 4%;
}
.education-service-conts img{
    display: block;
    margin: 0 auto;
}
.education-service-img1{
    width:100%;
    max-width: 209px;
}
.education-service-img2{
    width:100%;
    max-width: 168px;
}
.education-service-img3{
    width:100%;
    max-width: 154px;
}
.education-service-img4{
    width:100%;
    max-width: 158px;
}
.education-service-img5{
    width:100%;
    max-width: 125px;
}
.education-service-conts h4{
    font-size: 2rem;
    text-align: center;
    letter-spacing: 0.4rem;
    margin-top: 20px;
}
.education-service-conts p{
    font-size: 1.3rem;
    letter-spacing: 0.1rem;
    text-align: justify;
    margin-top: 20px;
    margin-bottom: 25px;
    display: inline-block;
    position: relative;
}
.education-service-conts ul{
    list-style-type: none;
    display: flex;
    flex-flow:row;
    flex-wrap:wrap;
    font-size: 1.3rem;
    line-height: 2.6rem;
}
.education-service-conts ul li{
    margin-right: 20px;
    display: inline-block;
    position: relative;
}
.education-service-conts ul li::after{
    content: '／';
    position: absolute;
    right: -25px;
    bottom: 0; /*下線の上下位置調整*/
    display: inline-block;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%); /*位置調整*/
}
.education-service-conts ul li:last-child::after{
    content: '';
    position: absolute;
    right: -25px;
    bottom: 0; /*下線の上下位置調整*/
    display: inline-block;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%); /*位置調整*/
}
@media screen and (max-width: 480px){
    /*480pxまでの幅の場合に適応される*/
    .education-service-conts-wrap{
        flex-flow:column;
    }
    .education-service-conts{
        width:100%;
    }
}
/*-----------------------
recruit-interview
-----------------------*/
#recruit-interview{
    width: 100%;
    margin-top: 150px;
}
.recruit-interview-wrapper{
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px 0 20px;
}
.interview-ttl h3{
    font-size: 1.5rem;
    position: relative;
    display: inline-block;
}
.interview-ttl h3 span{
    font-family: 'Josefin Sans', sans-serif;
    font-size: 3rem;
    letter-spacing: 0.5rem;
}
.interview-ttl h3:before{
    content: '';
    position: absolute;
    left: 20px;
    bottom: -15px; /*下線の上下位置調整*/
    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%); /*下線の色*/
}
.interview-ttl p{
    margin-top: 30px;
    font-size: 1.4rem;
}
.interview-conts-wrapper{
    display: flex;
    justify-content:space-between;
    flex-wrap: wrap;
    width: 100%;
    gap: 70px;
    margin-top: 20px;
}
.interview-conts{
    max-width:calc((100% - 70px) / 2);
}
.interview-conts img{
    width: 100%;
}
.interview-conts h4{
    font-size: 2.2rem;
    font-weight: 600;
    margin-top: 10px;
    line-height: 1.4;
    font-family: 'Josefin Sans', sans-serif;
    letter-spacing: 0.1rem;
}
.interview-conts h5{
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: 15px;
    line-height: 1.4;
}
.interview-conts p{
    font-size: 1.4rem;
    letter-spacing: 0.2rem;
    text-align: justify;
}
.interview-btn{
    margin: auto 0;
}
.interview-btn a{
    margin: 20px 0 0 auto;
    font-family: 'Josefin Sans', sans-serif;
    color: #fff;
    text-decoration: none;
    display: block;
    width: 200px;
    height: 30px;
    font-size: 1.5rem;
    line-height: 2.1;
    background-color: #000000;
    border-radius: 15px;
}
.interview-btn a:hover{
    color: #000000;
    background-color: #ffffff;
    border: 1px solid #000000;
    transition: .4s
}
@media screen and (max-width: 480px){
    /*480pxまでの幅の場合に適応される*/
    .interview-conts-wrapper{
        display: flex;
        flex-direction: column;
        width: 100%;
        gap: 40px;
        margin-top: 10px;
    }
    .interview-conts{
        max-width:100%;
    }
    .interview-btn a{
        width: 100%;
        height: 40px;
        padding-left: 0px;
        line-height: 3;
    }
    .yazirusi-recruit {
        flex-direction:column;
    }
}
/*-----------------------
datacenter
-----------------------*/
#datacenter{
    margin:100px 0 100px 0;
    width: 100%;
}
.datacenter-wrapper{
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px 0 20px;
}
.datacenter-ttl h3{
    font-size: 1.5rem;
    position: relative;
    display: inline-block;
}
.datacenter-ttl h3 span{
    font-family: 'Josefin Sans', sans-serif;
    font-size: 3rem;
    letter-spacing: 0.5rem;
}
.datacenter-ttl h3:before{
    content: '';
    position: absolute;
    left: 20px;
    bottom: -15px; /*下線の上下位置調整*/
    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%); /*下線の色*/
}
.datacenter-conts-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 50px;
}
.datacenter-conts-wrapper img{
    width: 50%;
    object-fit: cover; 
}
.datacenter-conts-wrapper ul{
    display: block;
    width: 50%;
    padding-left: 30px;
    list-style-type: none;
}
.datacenter-conts-wrapper ul li{
    margin-bottom: 30px;
}
.datacenter-conts-wrapper h4{
    font-size: 1.7rem;
}
.datacenter-conts-wrapper p{
    margin-top: 10px;
    font-size: 1.4rem;
    text-align: justify;
}
@media screen and (max-width: 480px){
    /*480pxまでの幅の場合に適応される*/
    .datacenter-conts-wrapper{
        flex-direction: column;
    }
    .datacenter-conts-wrapper img{
        width: 100%;
    }
    .datacenter-conts-wrapper ul{
        width: 100%;
        padding-left: 0px;
        margin-top: 30px;
    }
}