@charset "utf-8";

#staff * {
    padding: 0;
    border: 0;
    margin: 0;
    outline: 0;
    font-size: inherit;
    font-weight: inherit;
    font-style: normal;
    letter-spacing: inherit;
    text-align: left;
    vertical-align: baseline;
    color: inherit;
    text-decoration: none;
    word-wrap: inherit;
    overflow-wrap: inherit;
    font-feature-settings: "pwid" 1;
    line-height: inherit;
}

#staff *:not(body) {
    font-family: inherit;
}

#staff html {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

#staff article,
#staff aside,
#staff details,
#staff figcaption,
#staff figure,
#staff footer,
#staff header,
#staff hgroup,
#staff menu,
#staff nav,
#staff section {
    display: block;
}

#staff html {
    overflow-y: scroll;
}

#staff p {
    text-align: justify;
}

#staff blockquote,
#staff q {
    quotes: none;
}

#staff blockquote:after,
#staff blockquote:before,
#staff q:after,
#staff q:before {
    content: "";
    content: none;
}

#staff button,
#staff img,
#staff input,
#staff textarea,
#staff video {
    background: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

#staff button {
    text-align: center;
    cursor: pointer;
}

#staff button::-moz-focus-inner,
#staff input::-moz-focus-inner {
    border: 0;
}

#staff input,
#staff textarea {
    border: 1px solid #d2d2d2;
    background-color: #fff;
}

#staff img,
#staff video {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

#staff li,
#staff ol,
#staff ul {
    list-style: none;
}

#staff ul *,
#staff ol * {
    line-height: inherit;
}

#staff table {
    border-collapse: collapse;
    border-spacing: 0;
}

#staff a:focus {
    outline: 0;
}

#staff .clearfix:after {
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    content: ".";
}

#staff .clearfix {
    min-height: 1px;
}

#staff * html .clearfix {
    height: 1px;
}

/*==============================================================
about_staff
==============================================================*/
#staff {
    padding: 45px 0;
}

#staff > h2 {
    padding: 18px 0;
    border-top: 1px double rgb(45, 45, 45);
    border-bottom: 1px double rgb(45, 45, 45);
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    letter-spacing: 3px;
}

#staff > h3 {
    padding: 18px 0;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    color: #fff;
    background-color: rgb(90, 90, 90);
}
/*会社概要タイトル追記部分*/
.gaiyou > h3 {
    padding: 18px 0;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    color: #fff;
    background-color: rgb(90, 90, 90);
}

#staff > ul {
    margin-bottom: 45px;
}

#staff > ul:last-child {
    margin-bottom: 0;
}

#staff > ul > li {
    padding: 30px;
    border: 3px solid #ccc;
    margin-bottom: 15px;
}

#staff > ul > li:last-child {
    margin-bottom: 0;
}

#staff > ul > li > .content {
}

#staff > ul > li > .content > .image {
    width: 50%;
    float: left;
}

#staff > ul > li > .content > .profile {
    width: 45%;
    float: right;
}

#staff > ul > li > .content > .profile > h4 {
    margin: 18px 0;
}

#staff > ul > li > .content > .profile > h4 img {
    width: auto;
    height: 20px;
}

#staff > ul > li > .content > .text:empty {
    display: none;
}

#staff > ul > li > .image {
    margin-top: 24px;
}

#staff > ul > li > .text {
    margin-top: 24px;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
}

#staff > ul > li > .text:empty {
    display: none;
}

@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 896px) {
}

@media screen and (max-width: 480px) {
    #staff > h2 {
        padding: 24px 0;
        margin-bottom: 40px;
        letter-spacing: 2px;
    }

    #staff > h3 {
        padding: 27px 0;
        margin-bottom: 18px;
    }

    #staff > ul > li {
        padding: 27px 18px;
        border: 2px solid #ccc;
        margin-bottom: 12px;
    }

    #staff > ul > li > .content > .image {
        width: 100%;
        margin-bottom: 24px;
        float: none;
    }

    #staff > ul > li > .content > .profile {
        width: 100%;
        float: none;
    }

    #staff > ul > li > .content > .profile > h4 {
        margin: 0 0 15px;
        text-align: center;
    }

    #staff > ul > li > .content > .profile > h4 img {
        height: 18px;
    }
}
