@charset "UTF-8";

.first-view {
    height: 250px;
    /*background-image: url(../images/company/company.JPG);
    background-color: rgba(255,255,255,0.5);*/
    background-color: #9e9e9e;
    background-blend-mode: lighten;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
    align-items: center;
}

.first-view-text {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    color: #ffffff;
    font-weight: bold;
    text-shadow: 5px 5px 10px #4b2c14;
}

.first-view-text h1 {
    line-height: 50px;
    font-size: 50px;
}

.first-view-text p {
    margin-top: 5px;
    margin-left: 5px;
}

.contents-area {
    width: 95%;
    max-width: 1200px;
    background-color: #f7f7f7;
    padding: 20px 10px;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
}

.contents-area p{
    margin-left: 40px;
    margin-right: 40px;
    line-height: 1.5;
}

.contents-area h2 {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
    border-bottom: 2px solid #2c6ee7;
    padding-bottom: 10px;
}

@media (max-width: 800px) {

    
}