@charset "utf-8";
/* CSS Document */

/*---------------------
header__section内
---------------------*/
.page__header .section_text{
    width: 720px;
    margin: 0 auto;
    margin-bottom: 90px;
}

/*---------------------
JOB’S OFFER内
---------------------*/
.page__joboffer .tbl-r03 {
    margin: 0 auto 110px;
}
.page__joboffer .section_title-en {
    margin-bottom: 120px;
}
.page__joboffer .btn{
    position: static;
    font-family: 'Noto Serif JP', serif;
    font-size: 2.4rem;
    width: 325px;
    margin: 0 auto;
    border: 1px solid #707070;
    text-align: center;
    padding: 35px 0;
}
.page__joboffer .btn a{
    color: #fff;
}
.page__joboffer .btn::before {
    display: none;
}

/*---------------------
page__contact内
---------------------*/
.page__contact.inner{
    margin-bottom: 290px;
}

/*---------------------
sp
---------------------*/
@media(max-width: 768px) {
.page__joboffer .btn {
    width: 250px;
}

}