.content-logo {
    height:220px;
    background-image: url("../static_images/side_service_v.png");    
}

.title {
    min-height: 100px;
    background-size: cover;
    background-position: top center;
    border-radius: 15px;
    cursor: pointer;
}

.web-development-title {
    vertical-align:middle;
    padding: 50px;
    color: white;
    background-image: url("../static_images/web_development.png");   
}


.web-development {
    display: none;
}

.web-development-koma {
    margin-left: 20%;
    margin-right: 20%;
    border: 3px solid rgba(61, 199, 255, 0.9);
    border-radius: 15px;
    padding: 10px;
    background-color: rgba(255, 246, 165, 0.0);
}

.web-development-text {
    width: 100%;
}

.web-development-text h3 {
    margin: 0;    
}

.chat-gpt-seminar-title {
    vertical-align:middle;
    padding: 50px;
    color: white;
    background-image: url("../static_images/seminar.png");   
}


.chat-gpt-seminar {
    display: none;
}

@media screen and (min-width: 10px) {
    .blank1 {
        max-height: 30px;
        margin-bottom: 20px;
        background-attachment: local;
        background-image: url("../static_images/bottom_arrow.png");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
    }

    .blank2 {
        max-height: 30px;
        margin-bottom: 20px;
        background-attachment: local;
        background-image: url("../static_images/bottom_arrow.png");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
    }
}

@media screen and (min-width: 800px) {
    .process {
        display: grid;
        grid-template-columns: 30% 5% 30% 5% 30%;
        grid-template-rows: 100%;
        gap: 0px 0px;
        grid-auto-flow: row;
        grid-template-areas:
            "process1 blank1 process2 blank2 process3";
    }

    .blank1 {
        max-height: none;
        background-attachment: local;
        background-image: url("../static_images/right_arrow.png");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 90%;
    }
    
    .blank2 {
        max-height: none;
        background-attachment: local;
        background-image: url("../static_images/right_arrow.png");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 90%;
    }
}

.process1 {
    border-style: solid;
    border-width: 3px;
    border-color: #ff0000;
    border-radius: 15px;
    padding: 10px;
    padding-left: 10%;
    padding-right: 10%;
    margin-bottom: 20px;
    background-color: rgba(249, 253, 255, 0.9);
}

.imp {
    color: #ff0000;
    font-style: bold;
}

.process2 {
    border: 3px solid rgba(61, 199, 255, 0.9);
    border-radius: 15px;
    padding: 10px;
    padding-left: 10%;
    padding-right: 10%;
    margin-bottom: 20px;
    background-color: rgba(249, 253, 255, 0.9);
}

.process3 {
    border: 3px solid rgba(61, 199, 255, 0.9);
    border-radius: 15px;
    padding: 10px;
    padding-left: 10%;
    padding-right: 10%;
    margin-bottom: 20px;
    background-color: rgba(249, 253, 255, 0.9);
}

.curriculum {
    border: 3px solid rgba(61, 199, 255, 0.9);
    border-radius: 15px;
    padding: 10px;
    padding-left: 3%;
    padding-right: 3%;
    margin-bottom: 20px;
    background-color: rgba(249, 253, 255, 0.9);
}

.koma {
    margin-left: 20%;
    margin-right: 20%;
    font-family: 'Hiragino Sans', 'メイリオ', sans-serif;
    border: 5px solid rgba(255, 172, 78, 0.9);
    border-radius: 15px;
    text-align: center;
    padding: 10px;
    background-color: rgba(255, 246, 165, 0.9);
}

.arrow {
    height: 30px;
    background-attachment: local;
    background-image: url("../static_images/bottom_arrow.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

