@charset "UTF-8";
@media screen and (max-width: 768px) {

.pc{ display: none !important; }
.sp{ display: block !important; }


h1{
    font-weight: 600;
    line-height: 1.2;
}

h2{
    background: none;
    padding: 0;
}
.JS h2{
    margin: 0;
}

p{
    font-weight: 300;
    line-height: 1.8;
}

body{
    font-family: "Inter", "Noto Sans JP", sans-serif!important;}

.en{
    font-family: "Syncopate", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.digital_development_btn{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 18vw;
    background: url(../images/common/btn_back_sp.jpg) no-repeat;
    background-size: 100% 100%;
    font-size: 4vw;
    font-weight: 500;
    border-radius: 2vw;
    color: #FFF !important;
    margin: 0 auto 10vw;
}
.digital_development_btn_{
    background:url("../images/common/btn_back_sp_.jpg") no-repeat;
}
.digital_development_btn::after{
    position: absolute;
    content: "";
    display: block;
    width: 3vw;
    height: 6vw;
    background: url(../images/common/btn_arrow.svg) no-repeat center / contain;
    right: 3vw;
}

.digital_con{
    width: 85vw;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    color: #FFF;
    padding-bottom: 15vw;
    flex-direction: column;
}
.digital_con li{
    width: 100%;
    background-color:rgba(161,161,161,0.15);
    padding: 6vw 7vw;
    margin-bottom: 5vw;
}
.digital_con li h2{
    font-size: 4.5vw;
    margin-bottom: 2vw;
}
.digital_con li p{
    font-size: 2.8vw;
    margin-bottom: 4vw;
    line-height: 1.6;
}
.digital_con li img{
    margin-bottom: 6vw;
}
.digital_con li a{
    display: block;
    width: 40vw;
    padding: 3vw 0;
    border: solid 1px #FFF;
    border-radius: 6vw;
    margin: 0 auto;
    text-align: center;
    line-height: 1;
    font-size: 3.2vw;
}


}