@charset "UTF-8";

span {
    color: #ff0000;
}
.must {
    font-size: small;
}
.container {
    width: 90%;
    max-width: 1120px;
    margin: 0 auto;
    position: relative;
}
.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.pop {
    font-family: 'Sawarabi Mincho', sans-serif;
}

/* ヘッター */
header {
    padding: 27px;
}
header a {
    color: #000;
}
.logo {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.04rem;
    text-decoration: none;
}
ul {
    list-style: none;
}
.header_menu li {
    margin-left: 40px;
}
.header_menu li a {
    transition: .3s;
    text-decoration: none;
}
.header_menu li a:hover {
    color: #b1b406;
    transition: .3s;
}
/* レスポンシブ対応 */
@media only screen and (max-width: 760px) {
    header .container {
        justify-content: center;
    }
    .header_menu li {
        margin:16px;
    }
}

/* メイン */
#hero {
    background-image: url(../images/background/background-1.jpg);
    background-position: center;
    background-size: cover;
    height: 540px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    margin-bottom: 90px;
    overflow: hidden;
}
#hero::before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: black;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.2;
    z-index: 1;
}
.hero_inner {
    z-index: 2;
    color: #fff;
    width: 100%;
    text-align: center;
}
.hero_inner h1 {
    font-size: 32px;
    font-weight: 700;
}
.title {
    font-size: 39px;
    font-weight: 300;
    color: rgb(26, 19, 126)02;
    margin-bottom: 40px;
    padding: 1rem 2rem;
    border-bottom: 6px double #000;
    background: #f4f4f4;
}
/* レスポンシブ対応 */
@media only screen and (max-width: 760px) {
    #hero {height: 460px;}
    .hero_inner h1 {font-size: 22px;}
}


/* 挨拶 */
#concept {
    margin-bottom: 120px;
}
.column-2 {
    width: 48%;
}
.greeting {
    line-height: 2;
}
.bossname {
    max-width: 38%;
    margin-left: auto;
}
.concept-img1 {
    background-image: url(../images/background/background-4.jpg);
    background-position: center;
    background-size: cover;
    height: 340px;
    border-radius: 20px;
}
/* レスポンシブ対応 */
@media only screen and (max-width: 760px) {
    .column-2 {
        width: 100%;
    }
    .greeting {
        font-size: 15px;
        line-height: 1.7;
    }
    .bossname {
        max-width: 100%;
        margin-bottom: 50px;
    }
}

/* 事業内容 */
#business {
    margin-bottom: 120px;
}
#business p {
    margin-top: 510px;
    text-align: center;
    font-size: 22px;
}
.business_inner {
    margin-bottom: 40px;
}
.business-img1 {
    background-image: url(../images/business/business-1.jpg);
    background-position: center;
    background-size: cover;
    height: 500px;
    border-radius: 20px;
}
.business-img2 {
    background-image: url(../images/business/business-2.jpg);
    background-position: center;
    background-size: cover;
    height: 500px;
    border-radius: 20px;
}
.business-img3 {
    background-image: url(../images/business/business-3.jpg);
    background-position: center;
    background-size: cover;
    height: 500px;
    border-radius: 20px;
    margin-top: 100px;
}
.business-img4 {
    background-image: url(../images/business/business-4.jpg);
    background-position: center;
    background-size: cover;
    height: 500px;
    border-radius: 20px;
    margin-top: 100px;
}
.business-img5 {
    background-image: url(../images/business/business-5.jpg);
    background-position: center;
    background-size: cover;
    height: 500px;
    border-radius: 20px;
    margin-top: 100px;
}
.business-img6 {
    background-image: url(../images/business/business-6.jpg);
    background-position: center;
    background-size: cover;
    height: 500px;
    border-radius: 20px;
    margin-top: 100px;
}
/* レスポンシブ対応 */
@media only screen and (max-width: 760px) {
    #business p {
        margin-top: 430px;
        text-align: center;
        font-size: 22px;
    }
    .business-img1 {
        background-size: cover;
        height: 420px;
        margin-bottom: 100px;
    }
    .business-img2 {
        background-size: cover;
        height: 420px;
    }
    .business-img3 {
        background-size: cover;
        height: 420px;
    }
    .business-img4 {
        background-size: cover;
        height: 420px;
    }
    .business-img5 {
        background-size: cover;
        height: 420px;
    }
    .business-img6 {
        background-size: cover;
        height: 420px;
    }
}

/* 会社概要 */
#company {
    margin-bottom: 120px;
}
#company dl {
    max-width: 900px;
    margin-left: auto;
}
#company dt {
    width: 30%;
    padding: 39px 0;
    border-bottom: solid 1px #7d7878;
}
#company dd {
    width: 70%;
    padding: 39px 0;
    border-bottom: solid 1px #7d7878;
}

/* お問い合わせ */
#contact {
    margin-bottom: 120px;
}
#contact form {
    max-width: 880px;
    margin-left: auto;
}
form div {
    margin-bottom: 50px;
}
.note {
    margin-bottom: 77px;
}
label {
    font-size: 1.125rem;
    margin-bottom: 10px;
    display: block;
}
input[type="text"],
input[type="email"],
textarea {
    background: #f4f4f4;
    border: 1px #000;
    border-radius: 5px;
    padding: 10px;
    font-size: 1rem;
}
input[type="text"],
input[type="email"] {
    width: 100%;
    max-width: 240px;
}
textarea {
    width: 100%;
    max-width: 480px;
    height: 6rem;
}
input[type="submit"] {
    border: none;
    cursor: pointer;
    line-height: 1;
}
.button {
    font-size: 1.1rem;
    background: #7d7878;
    color: #fff;
    border-radius: 5px;
    padding: 16px 30px;
}

/* 求人 */
.one-line {
    border-top: 78px;
}
#recruitment {
    margin-bottom: 50px;
}
#recruitment dl {
    max-width: 900px;
    margin-left: auto;
}
#recruitment dt {
    width: 30%;
    padding: 6.5% 0;
    /* padding: 39px 0; */
    /* border-bottom: solid 1px #7d7878; */
}
#recruitment dd {
    width: 70%;
    padding: 6.5% 0;
    /* padding: 39px 0; */
    /* border-bottom: solid 1px #7d7878; */
}
/* レスポンシブ対応 */
@media only screen and (max-width: 760px) {
    #recruitment dt {
        width: 100%;
        padding: 20px;
        font-size: 20px;
        border-bottom: solid #ffffff;
    }
    #recruitment dd {
        width: 100%;
        padding: 20px;
        border-bottom: solid 1px #7d7878;
    }
    #recruitment h2 {
        margin-bottom: auto;
    }
}

/* フッター */
footer {
    background-color: #f4f4f4;
    text-align: center;
    padding: 26px 0;
}
footer a {
    color: #000;
}
.copyright {
    font-size: 12px;
    margin-top: 22px;
}

