/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
#prd {
    font-family: 'Open Sans';
    color: #9b9b9b;
    white-space: pre-wrap;
    font-size: 16px;
    word-wrap: break-word;
    text-align: justify;
}
html::-webkit-scrollbar {
    width: .7rem;
}

html::-webkit-scrollbar-track {
    background: transparent;
}

html::-webkit-scrollbar-thumb {
    background: #73ed2f;
    border-radius: 5rem;
}

header{
width:100%;
}
header .log{
width:5%!important;

}
.wrapper {
    position: fixed;
    top: 0;
    /*left: -100%;*/
    right: -100%;
    height: 100%;
    width: 100%;
    background: #fff;
    /*background: linear-gradient(90deg, #f92c78, #4114a1);*/
    /* background: linear-gradient(375deg, #1cc7d0, #2ede98); */
    /* background: linear-gradient(-45deg, #e3eefe 0%, #efddfb 100%);*/
    transition: all 0.6s ease-in-out;
}

#active:checked ~ .wrapper {
    /*left: 0;*/
    right: 0;
}

.menu-btn {
    position: absolute;
    z-index: 2;
    right: 20px;
    /*left: 20px; */
    top: 20px;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    font-size: 20px;
    cursor: pointer;
    /*color: #fff;*/
    /*background: linear-gradient(90deg, #f92c78, #4114a1);*/
    /* background: linear-gradient(375deg, #1cc7d0, #2ede98); */
    /* background: linear-gradient(-45deg, #e3eefe 0%, #efddfb 100%); */
    transition: all 0.3s ease-in-out;
}

    .menu-btn span,
    .menu-btn:before,
    .menu-btn:after {
        content: "";
        position: absolute;
        top: calc(50% - 1px);
        left: 30%;
        width: 40%;
        border-bottom: 2px solid #000;
        transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    .menu-btn:before {
        transform: translateY(-8px);
    }

    .menu-btn:after {
        transform: translateY(8px);
    }

  
.close {
    z-index: 1;
    width: 100%;
    height: 100%;
    pointer-events: none;
    transition: background .6s;
}

/* closing animation */
#active:checked + .menu-btn span {
    transform: scaleX(0);
}

#active:checked + .menu-btn:before {
    transform: rotate(45deg);
    border-color: #000;
}

#active:checked + .menu-btn:after {
    transform: rotate(-45deg);
    border-color: #000;
}

.wrapper ul {
    position: absolute;
    top: 60%;
    left: 50%;
    height: 90%;
    transform: translate(-50%, -50%);
    list-style: none;
    text-align: center;
}

    .wrapper ul li {
        height: 10%;
        margin: 15px 0;
    }

        .wrapper ul li a {
            text-decoration: none;
            font-size: 30px;
            font-weight: 500;
            padding: 5px 30px;
            color: #000;
            border-radius: 50px;
            position: absolute;
            line-height: 50px;
            margin: 5px 30px;
            opacity: 0;
            transition: all 0.3s ease;
            transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
        }

            .wrapper ul li a:after {
                position: absolute;
                content: "";
                background: #000;
                /*background: linear-gradient(#14ffe9, #ffeb3b, #ff00e0);*/
                /*background: linear-gradient(375deg, #1cc7d0, #2ede98);*/
                width: 100%;
                height: 100%;
                left: 0;
                top: 0;
                border-radius: 50px;
                transform: scaleY(0);
                z-index: -1;
                transition: transform 0.3s ease;
            }

            .wrapper ul li a:hover:after {
                transform: scaleY(1);
            }

            .wrapper ul li a:hover {
                color: #1a73e8;
            }



.content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    text-align: center;
    width: 100%;
    color: #202020;
}

    .content .title {
        font-size: 40px;
        font-weight: 700;
    }

    .content p {
        font-size: 30px;
        font-weight: 600;
    }

#active:checked ~ .wrapper ul li a {
    opacity: 1;
}

.wrapper ul li a {
    transition: opacity 1.2s, transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateX(100px);
}

#active:checked ~ .wrapper ul li a {
    transform: none;
    transition-timing-function: ease, cubic-bezier(.1,1.3,.3,1); /* easeOutBackを緩めた感じ */
    transition-delay: .6s;
    transform: translateX(-100px);
}
@media (max-width:451px){
    .containera {
        padding-left: 0px!important;
    }
    }
.Titserv{
    font-size:25px!important;
}
@media (max-width:699px) {
    .containera {
        padding-top: 250px !important;
        grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr)) !important;
        padding-left:75px;
        gap: 1rem!important;

    }
      .navbar .navbar-brand, .navbar a.btn {
    height: 62px;
}
h3{
font-size:14px!important;
}
}
.containera {
  padding-top:200px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
    gap:2rem;
   
}

    .containera .carda {
        position: relative;
        max-width: 375px;
        height: 215px;
        background-color: #fff;
     margin-top:90px;
        padding: 0px 15px;
        display: flex;
        flex-direction: column;
        box-shadow: 0 5px 20px rgba(0,0,0,0.5);
        transition: 0.3s ease-in-out;
        border-radius: 15px;
    }

        .containera .carda:hover {
            height: 485px;
        }


        .containera .carda .image {
            position: relative;
            width: 300px;
            height: 260px;
            top: -40%;
            left: 20px;
            box-shadow: 0 5px 20px rgba(0,0,0,0.2);
            z-index: 1;
        }

            .containera .carda .image img {
                max-width: 100%;
                border-radius: 15px;
            }

        .containera .carda .contenta {
            position: relative;
            top: -140px;
            padding: 10px 15px;
            color: #111;
            text-align: center;
            visibility: hidden;
            opacity: 0;
            transition: 0.3s ease-in-out;
        }

        .containera .carda:hover .contenta {
            margin-top: 0px!important;
           
            visibility: visible;
            opacity: 1;
            transition-delay: 0.2s;
        }
.contenta p{
    text-align:start;
    
    font-size:14px;
}