@charset "utf-8";

@import url(common.css);

#top_pc {
    width: 100%;
    height: 380px;
    padding-top: 80px;
    line-height: 0;
    background: url(../../images/AdobeStock_838848453.jpeg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

a {
    text-decoration: none;
}

h1 {
    color: #ffffff;
    padding-top: 100px;
    font-family: rajdhani;
    font-size: 80px;
    font-weight: 400;
    text-align: center;
}

.text_bk {
    color: #000000;
    text-align: justify;
}

#company {
    width: 90%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5%;
}

.btn {
    height: 100px;
    width: 32%;
    background-color: #696969;
    margin-top: 5%;
}

h2 {
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    font-family: rajdhani;
    font-size: 30px;
    font-weight: 400;
    padding-top: 32.5px;
    padding-bottom: 32.5px;
}

.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-left: auto;
    margin-right: auto;
}