body {
    font-family: 'Noto Serif JP', serif;
    color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Noto Serif JP', serif;
}

#top-information {
    background-image: url(../img/top/bg_information@2x-80.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.top-information_content {
    background-image: url(../img/top/bg2_info_top.png), url(../img/top/bg2_info_bottom.png), url(../img/top/bg2_info_middle.png);
    background-position: center top, center bottom, center center;
    background-size: 100% auto, 100% auto, 100% auto;
    background-repeat: no-repeat, no-repeat, repeat-y;
    padding: 50px;
}

.top-information_content hr {
    width: 100%;
    margin-left: 0%;
    margin-top: 2px !important;
    border-top: 1px solid #b28247;

}

.top-information_content .infodate {
    color: #b28247;
}

.top-information_content .uk-grid-margin {
    margin-top: 20px;
}

#top-flowworks {
    background-image: url(../img/top/bg_flowworks@2x-80.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 40vh;
}

.button-block {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
    /* margin-top: 60px;
    margin-bottom: 60px !important; */
}

.button-block h2 {
    font-family: 'Noto Serif JP', serif;
    color: #40220f;
    margin-bottom: 60px;
}

#top-company {
    background-image: url(../img/top/bg_company@2x-80.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.transbar {
    background: rgba(255, 255, 255, 0.65);
    padding: 2rem;
    color: #40220f;
}

#top-recruit {
    background-image: url(../img/top/bg_recruit@2x-80.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}


footer {
    margin-top: 40px;
    border-top: 40px solid #40220f;
    padding: 40px;
    text-align: center;
    font-size: 1.2rem;
    color: #40220f;
}

.uk-button-primary {
    background-color: #40220f;
    color: white;
    transition: all .4s ease-in-out;
}

.uk-button-primary:hover {
    background-color: #251020;
    color: white;
    box-shadow: 1px 1px 12px rgba(0, 0, 0, .65);
}


.uk-grid-divider>:not(.uk-first-column)::before {
    border-left: 2px solid #40220f;
}

.uk-navbar-bottom {
    border-bottom: 1px solid #231815;
    padding-top: 20px;
}

.uk-navbar-nav>li>a {
    margin-top: 30px;
    /* align-items: bottom !important; */
    min-height: auto;
    color: #40220f;
    font-size: 1.2rem;
    font-family: 'Noto Serif JP', serif;
}

.uk-navbar-toggle {
    min-height: 48px;
}

.titlebar {
    background: #40220f;
    color: white;
    text-align: center;
    padding: 5px;
}

.subtitlebar {
    text-align: center;
    font-size: 1.4rem;
}

.subtitleimage {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.uk-subheadimage {
    min-height: 220px;
}

#topheader {
    background-image: url('../img/top/mainimage@2x-80.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

#topheaderbar1 {
    background: white;
    padding-top: 20px;
    border-bottom: 1px solid #231815;
}

.triangle {
    position: relative;
    margin: 80px;
}

.triangle>div {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    padding-bottom: 70px;

    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 15px 0 15px;
    border-color: #40220f transparent transparent transparent;
}

.uk-table-border tr {
    border-bottom: 1px solid #b28247;
}

.uk-table-border th {
    color: #b28247;
}

.uk-recruit-title {
    display: inline-block;
    padding: 5px 50px;
    background: #40220f;
    color: white;
}

.miyabi-masonry {
    margin: 0 auto;
    padding: 5px;
    width: 100%;
    background-color: #fff;
    column-count: 1;
    column-gap: 0;
}


@media (min-width: 768px) {
    .miyabi-masonry {
        column-count: 2;

    }
}

@media (min-width: 992px) {}

@media (min-width: 1200px) {
    .miyabi-masonry {
        column-count: 3;

    }
}

.grid {
    padding: 5px;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}

.text {
    padding: 20px;
    background-color: #e0f2f1;
}

.pic {
    padding: 5px 0;
    background-color: #222;
    color: #fff;
}

.grid>* {
    border-radius: 8px;
}

.pic>*:not(img) {
    padding: 0 20px;
}

.uk-form label {}

.uk-checkbox-wide label {
    margin: 5px 15px;
    line-height: 2;
}

.uk-form-label {
    color: #b28247;
    font-weight: bold;
}
.download{
    position: fixed;
    bottom: 20px;
    right: 0;
}