.res-title{
    margin: 3px 50px;
}
.res-title h1{
    position: relative;
    padding: 1rem .5rem;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: bold;
    font-style: normal;
    font-size: 60px;
}

.res-title h1:after{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60%;
    height: 6px;
    content: '';
    border-radius: 3px;
    background-image: -webkit-gradient(linear, right top, left top, from(#2af598), to(#009efd));
    background-image: -webkit-linear-gradient(right, #2af598 0%, #009efd 100%);
    background-image: linear-gradient(to left, #2af598 0%, #009efd 100%);
}
.explain{
    margin-left: 30px;
    margin-bottom: 15px;
}
.exp-wra{
    margin: 5px 40px;
}
.wrapper{
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}

.item{
    width: 10%;
    opacity: 0;
}
.item img{
    width: 80%;
    object-fit: cover;
    border-radius: 16px;
    aspect-ratio: 1/1;
    text-align: center;
}
.delay-time02{
animation-delay: 0.2s;
}

.delay-time03{
animation-delay: 0.3s;
}

.delay-time04{
animation-delay: 0.4s;
}
.delay-time05{
animation-delay: 0.5s;
}

.delay-time06{
animation-delay: 0.6s;
}

.delay-time07{
animation-delay: 0.7s;
}
.fadeUp {
animation-name:fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity: 0;
}
@keyframes fadeUpAnime{
    from {
        opacity: 0;
        transform: translateY(100px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/*各研究のやつ*/
.res-some{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 10px;
}
.nendo{
    width: 95%;
    text-align: right;
    margin-bottom: 20px;
}
.res-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2px;
    margin-bottom: 10px;
    border: 10px solid;
    border-image:url(../img/tekkin.jpg)33% / 13px 13px repeat;
}
.res-left{
    width: 60%;
    border: 10px solid;
    border-image:url(../img/tekkin.jpg)33% / 13px 13px repeat;
    background-color: aliceblue;
}
.res-right{
    width: 30%;
    border: 10px solid;
    border-image:url(../img/tekkin.jpg)33% / 13px 13px repeat;
    padding: 10px;
    background-color: aliceblue;
}
.logo{
    width: 10%;
    background-color: black;
    text-align: center;
    padding: 3px;
}
.logo img{
    width: 100%;
    object-fit: cover;
    border-radius: 16px;
    aspect-ratio: 1/1;
}
.name{
    padding-right: 5px;
}
.text{
    padding: 15px;
}
.res-image img{
    width: 100%;
    height: auto;
    
}
/*ここまで*/

@media screen and (max-width:768px){
    .item{
    width: 33%;
    opacity: 0;
}
.res-some{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 10px;
    
}
.nendo{
    width: 95%;
    text-align: right;
    margin-bottom: 20px;
}
.res-left{
    width: 95%;
    border: 10px solid;
    justify-content: center;
    border-image:url(../img/tekkin.jpg)33% / 13px 13px repeat;
    background-color: aliceblue;
}
.res-right{
    width: 90%;
    border: 10px solid;
    border-image:url(../img/tekkin.jpg)33% / 13px 13px repeat;
    padding: 10px;
    background-color: aliceblue;
}
.res-top{
    display: flex;
    flex-wrap: wrap;
    padding: 2px;
    margin-bottom: 10px;
    border: 10px solid;
    border-image:url(../img/tekkin.jpg)33% / 13px 13px repeat;
}
.title{
    order: 2;
    padding: 5px;
}
.logo{
    
    background-color: black;
    text-align: center;
    padding: 3px;
}
.name{
    padding: 5px;
}
.res-title{
    margin: 3px 50px;
}
.res-title h1{
    position: relative;
    padding: 1rem .5rem;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: bold;
    font-style: normal;
    font-size: 40px;
}

.res-title h1:after{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 90%;
    height: 6px;
    content: '';
    border-radius: 3px;
    background-image: -webkit-gradient(linear, right top, left top, from(#2af598), to(#009efd));
    background-image: -webkit-linear-gradient(right, #2af598 0%, #009efd 100%);
    background-image: linear-gradient(to left, #2af598 0%, #009efd 100%);
}
}