@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;
}

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

h2 {
    color: #000000;
    font-family: IBM Plex Sans JP;
    font-size: 40px;
    font-weight: 550;
    margin-bottom: 30px;
}

.text_bk {
    color: #000000;
    text-align: left;
    margin-bottom: 50px;
}

#contact {
    width: 60%;
    margin-top: 100px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
}

.mail {
    border: solid 1px #464646;
    padding: 50px;
    margin-bottom: 50px;
}

#form {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.box {
    width: 30%;
    margin-bottom: 30px;
    color: #000000;
}

textarea {
    width: 100%;
    min-height: 200px;
    margin-bottom: 30px;
    color: #000000;
}

p {
    text-align: center;
}

.btn {
    display: block;
    width: 200px;
    height: 40px;
    background-color: #464646;
    margin-right: 0;
    margin-left: auto;
}