html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
    display: block;
    box-sizing: border-box;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    text-align: left;
}
img {
    vertical-align: bottom;
    width: 100%;
    height: auto;
}

html {
    font-size: 62.5%;
    height: 100%;
}
body {
    font-family: 'noto-sans-cjk-jp', -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", 'メイリオ', Meiryo, sans-serif;
    font-size: 100%;
    font-feature-settings : "palt";
    -webkit-text-size-adjust: 100%;
    line-height: 1;
}
input, button, textarea, select {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    box-sizing: border-box;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", 'メイリオ', Meiryo, sans-serif;
    font-weight: 500;
}
a img {
    opacity: 1;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
}
a:hover img {
    opacity: 0.8;
}





.wrapper {
    padding: 0 20px;
}
@media screen and (min-width: 768px)
{
    .wrapper {
        max-width: 1240px;
        padding: 0 40px;
        margin: 0 auto;
    }
}





body {
    padding-top: 66px;
}

#header {
    background-color: #fff;
    width: 100%;
    height: 66px;
    border-bottom: solid 1px #eee;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 999;
}
#header-inner {
}

#site-id {
    width: 80px;
    z-index: 2;
}
#site-id a {
    display: block;
    text-align: center;
    padding: 10px;
}

#gnav {
    width: 100%;
    height: 100%; height: calc(100% - 66px);
    position: fixed;
    top: 66px;
    left: 100%;
    display: flex;
    flex-direction: column;
    overflow: auto;
    z-index: 1;
    -webkit-transition: left .2s;
    transition: left .2s;
    max-width: 100%;
}
.menu-open #gnav {
    left: 0;
}

#gnav-main {
    background-color: #fff;
}
#gnav-main li {
    font-size: 14px; font-size: 1.4rem;
    line-height: 22px; line-height: 2.2rem;
    font-weight: 700;
    border-bottom: solid 1px #eee;
}
#gnav-main li a {
    display: block;
    padding: 16px 20px;
    color: #000;
    text-decoration: none;
    white-space: nowrap;
}

#gnav-sns {
    display: flex;
    justify-content: center;
    padding: 12px;
    background-color: #fff;
    min-width: 0;
}
#gnav-sns li {
    width: 30px;
    min-width: 30px;
    margin: 8px;
}
#gnav-sns li a {
    display: block;
}

#gnav-contacts {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: poppins, sans-serif;
    font-weight: 600;
    font-style: normal;
    padding: 0 12px 24px 12px;
    background-color: #fff;
    border-bottom: solid 1px #eee;
    min-width: 0;
}
#gnav-contacts p {
    margin: 0 8px;
}
#gnav-tel-link {
    white-space: nowrap;
    font-size: 16px; font-size: 1.6rem;
}
#gnav-tel-link a {
    text-decoration: none;
    color: #000;
}
#gnav-tel-link a i {
    color: #ea5415;
    font-size: 0.8em;
    margin-right: 3px;
}
#gnav-contact-link {
    flex-grow: 2;
    max-width: 180px;
}

.contact-link-btn {
    white-space: nowrap;
    font-size: 14px; font-size: 1.4rem;
    line-height: 24px; line-height: 2.4rem;
    display: block;
    padding: 12px 16px;
    border-radius: 8px;
    overflow: hidden;
    background: rgb(243,124,30);
    background: linear-gradient(90deg, rgba(252,89,84,1) 0%, rgba(253,134,40,1) 100%);
    color: #fff;
    text-decoration: none;
    text-align: center;
    position: relative;
    box-shadow: 0 0 1px 0 rgba(0,0,0,0.2);
    transition: box-shadow .2s;
}
.contact-link-btn:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    -webkit-transition: opacity .6s;
    transition: opacity .6s;
}
.contact-link-btn:before {
    background: rgb(253,134,40);
    background: linear-gradient(90deg, rgba(253,134,40,1) 0%, rgba(252,89,84,1) 100%);
}
.contact-link-btn:hover {
    box-shadow: 0 0 2px 0 rgba(0,0,0,0.3);
}
.contact-link-btn:hover:before {
    opacity: 0;
}
.contact-link-btn span {
    display: inline-block;
    position: relative;
    padding-left: 24px;
}
.contact-link-btn span:before {
    content: "\f0e0";
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    font-size: 1.2em;
    position: absolute;
    left: 0;
}

#nav-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 20px;
    display: block;
    width: 20px;
    height: 14px;
}
#nav-toggle span,
#nav-toggle:before,
#nav-toggle:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #000;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    -webkit-transition: .2s;
    transition: .2s;
}
#nav-toggle span {
    top: 0;
    bottom: 0;
    margin: auto;
}
#nav-toggle:before {
    top: 0;
}
#nav-toggle:after {
    bottom: 0;
}
.menu-open #nav-toggle span {
    opacity: 0;
}
.menu-open #nav-toggle:before {
    bottom: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.menu-open #nav-toggle:after {
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media screen and (min-width: 768px)
{
    body {
        padding-top: 0;
    }

    #header {
        height: auto;
        border-bottom: none;
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
    }
    #header-inner {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        min-width: 0;
        max-width: 1440px;
        margin: 0 auto;
    }

    #site-id {
        width: 230px;
        height: 230px;
        min-width: 230px;
        margin-bottom: -80px;
    }
    #site-id a {
        padding: 50px 40px 60px 40px;
        background-color: #fff;
    }

    #gnav {
        width: auto;
        height: auto;
        position: relative;
        top: auto;
        left: auto;
        overflow: visible;
        flex-direction: row;
        justify-content: flex-end;
        padding: 0 32px;
        background-color: #fff;
        min-width: 0;
    }

    #gnav-main {
        flex-basis: 750px;
        display: flex;
        justify-content: flex-end;
        align-content: center;
        flex-wrap: wrap;
        padding: 16px 0;
        margin-left: -24px;
        background-color: transparent;
        min-width: 0;
        min-height: 150px;
        align-items: center;
    }
    #gnav-main li {
        font-size: 16px; font-size: 1.6rem;
        line-height: 24px; line-height: 2.4rem;
        border-bottom: none;
        margin-left: 24px;
        padding: 8px 0;
    }
    #gnav-main li a {
        display: inline;
        padding: 0;
    }
    #gnav-main li a:hover {
        text-decoration: underline;
    }

    #gnav-sub-group {
        display: flex;
        justify-content: flex-end;
        flex-wrap: wrap;
        padding: 0 0 20px 20px;
        min-width: 0;
        min-height: 150px;
        align-items: center;
    }
    #gnav-sns {
        padding: 0;
        justify-content: flex-start;
        align-items: center;
        margin: 0 0 20px 0;
        background-color: transparent;
    }
    #gnav-sns li {
        margin: 20px 0 0 20px;
    }

    #gnav-contacts {
        justify-content: flex-start;
        align-items: flex-end;
        flex-direction: column;
        padding: 0;
        background-color: transparent;
        border-bottom: none;
        min-height: 0;
    }
    #gnav-contacts p {
        margin: 0;
    }
    #gnav-contacts #gnav-tel-link {
        font-size: 20px; font-size: 2.0rem;
        margin-bottom: 20px;
    }
    #gnav-tel-link a:hover {
        text-decoration: underline;
    }
    #gnav-contact-link {
        flex-grow: 0;
        max-width: 100%;
    }

    .contact-link-btn {
        font-size: 16px; font-size: 1.6rem;
        line-height: 26px; line-height: 2.6rem;
        width: 150px;
    }

    #nav-toggle {
        display: none;
    }
}

@media screen and (min-width: 960px)
{
    #gnav-sub-group {
        flex-wrap: nowrap;
        padding-bottom: 0;
        min-width: 356px;
    }
    #gnav-sns {
        padding: 0;
        justify-content: flex-start;
        align-items: center;
        margin: 0 20px 0 0;
        background-color: transparent;
    }
    #gnav-sns li {
        margin-top: 40px;
    }
}




#footer {
    background-color: #f3f3f3;
}
#footer-contents {
    display: flex;
    flex-direction: column;
    max-width: 1240px;
    margin: 0 auto;
    padding: 32px 20px;
}

#footer-primary {
    min-height: 0%;
}
#footer-contents-group {
    min-height: 0%;
}
#footer-primary-info {
    text-align: center;
    border-bottom: solid 1px #cfd0d0;
    padding-bottom: 18px;
    margin: 0 auto 20px auto;
    max-width: 374px;
}
#footer-primary-info p {
    font-size: 12px; font-size: 1.2rem;
    line-height: 22px; line-height: 2.2rem;
    letter-spacing: 1px;
}
#footer-primary-info p span {
    display: inline-block;
}
#footer-primary-info p span+span {
    margin-left: 1em;
}
#footer-primary-info #footer-sitename {
    font-size: 16px; font-size: 1.6rem;
    line-height: 24px; line-height: 2.4rem;
    letter-spacing: 1px;
    font-weight: 700;
    margin: -4px 0 8px 0;
}

#footer-primary-nav {
    display: flex;
    justify-content: center;
    align-items: center;
}
#footer-sns-link {
    display: flex;
    margin: -5px;
}
#footer-sns-link li {
    width: 40px;
    margin: 5px;
}
#footer-sns-link li a {
    display: block;
}
#footer-contact-link {
    padding-left: 20px;
    width: 100%;
    max-width: 200px;
}
#footer-contact-link .contact-link-btn {
    width: 100%;
    padding: 8px 16px;
}

#footer-secondary {
    display: flex;
    justify-content: center;
    padding: 16px 0;
    margin:  0 -16px;
}
#footer-secondary .footer-secondary-nav-group {
}
#footer-secondary .footer-secondary-nav-group li {
    padding: 4px 16px;
    font-size: 12px; font-size: 1.2rem;
    line-height: 22px; line-height: 2.2rem;
    font-weight: 700;
    white-space: nowrap;
}
#footer-secondary .footer-secondary-nav-group li a {
    color: #000;
    text-decoration: none;
}

#footer-tertiary {
}
#footer-tertiary #footer-links {
    display: flex;
    flex-direction: column;
    align-items: center;
}
#footer-tertiary #footer-links li {
    max-width: 352px;
    min-height: 0%;
}
#footer-tertiary #footer-links li a {
    display: block;
}

#copyright {
    color: #fff;
    background: rgb(253,134,40);
    background: linear-gradient(90deg, rgba(253,134,40,1) 0%, rgba(252,89,84,1) 100%);
    font-size: 10px; font-size: 1.0rem;
    line-height: 18px; line-height: 1.8rem;
    padding: 12px 0;
    text-align: center;
}

@media screen and (min-width: 480px)
{
    #footer-contents {
        padding: 40px 20px;
    }
    #footer-primary-info {
        padding-bottom: 20px;
        max-width: 456px;
        margin: 0 auto 24px auto;
    }
    #footer-primary-info p {
        font-size: 14px; font-size: 1.4rem;
        line-height: 24px; line-height: 2.4rem;
    }
    #footer-primary-info #footer-sitename {
        font-size: 18px; font-size: 1.8rem;
        line-height: 26px; line-height: 2.6rem;
        margin: -4px 0 12px 0;
    }

    #footer-sns-link {
        margin: -8px;
    }
    #footer-sns-link li {
        margin: 8px;
    }
    #footer-contact-link {
        padding-left: 32px;
        max-width: 264px;
    }

    #footer-secondary {
        display: flex;
        justify-content: center;
        padding: 26px 0;
    }
    #footer-secondary .footer-secondary-nav-group li {
        padding: 6px 16px;
        font-size: 14px; font-size: 1.4rem;
        line-height: 24px; line-height: 2.4rem;
    }

    #copyright {
        font-size: 12px; font-size: 1.2rem;
        line-height: 20px; line-height: 2.0rem;
    }
}


@media screen and (min-width: 768px)
{
    #footer-contents {
        flex-direction: row;
        justify-content: center;
        padding: 75px 40px;
    }

    #footer-primary {
        flex-basis: 338px;
        margin-right: 40px;
    }
    #footer-primary-info {
        text-align: left;
        padding-bottom: 28px;
        margin: 0 0 32px 0;
        max-width: 100%;
    }
    #footer-primary-nav {
        justify-content: space-between;
    }
    #footer-sns-link {
        display: flex;
    }
    #footer-contact-link {
        max-width: 100%;
        padding-left: 20px;
        flex-basis: 180px;
    }
    #footer-contact-link .contact-link-btn {
        padding: 12px 16px;
    }

    #footer-secondary {
        padding: 0;
        margin: -12px 0 18px 0;
    }
    #footer-secondary .footer-secondary-nav-group li {
        padding: 8px 16px;
    }
    #footer-secondary .footer-secondary-nav-group li a:hover {
        text-decoration: underline;
    }

    #footer-tertiary {
        flex-basis: 352px;
    }
    #footer-tertiary #footer-links li {
        min-width: 240px;
    }

    #copyright {
        padding: 15px 0;
    }
}

@media screen and (min-width: 1200px)
{
    #footer-contents {
        justify-content: space-between;
        padding: 75px 40px;
    }

    #footer-primary {
        margin-right: 0px;
    }
    #footer-contents-group {
        display: flex;
        justify-content: flex-end;
        flex-grow: 2;
    }

    #footer-secondary {
        flex-grow: 2;
        flex-wrap: wrap;
        justify-content: center;
        padding: 0 16px;
        margin-bottom: 0px;
    }

    #footer-tertiary #footer-links li {
        min-width: 352px;
    }
}





.rower-page-header {
    position: relative;
    /*
    height: 260px; height: 81.25vw;
    min-height: 260px;
    max-height: 380px;
    */
    height: 200px; height: 62.5vw;
    min-height: 200px;
    max-height: 380px;

    background: #000 center/cover no-repeat;
    color: #fff;
}
.rower-page-header-half {
    background: rgb(253,134,40);
    background: linear-gradient(90deg, rgba(253,134,40,1) 0%, rgba(252,89,84,1) 100%);
    height: 260px;
}
.rower-page-header-textgroup {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.rower-page-header-title {
    font-size: 24px; font-size: 2.4rem;
    line-height: 34px; line-height: 3.4rem;
    font-weight: 700;
}
.rower-page-header-title span.small {
    display: block;
    font-size: 0.8em;
    margin-top: -2px;
}
.rower-page-header-caption {
    font-size: 14px; font-size: 1.4rem;
    line-height: 24px; line-height: 2.4rem;
    position: relative;
    padding-top: 20px;
    margin-top: 20px;
}
.rower-page-header-caption:before {
    content: "";
    display: block;
    width: 48px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: -1px;
    left: 0;
}

@media screen and (min-width: 768px)
{
    .rower-page-header {
        height: 526px; height: 68.548387vw;
        min-height: 380px;
        max-height: 760px;
    }
    .rower-page-header-half {
        height: 430px;
    }
    .rower-page-header-textgroup {
        padding: 0 40px;
    }
    .rower-page-header-title {
        font-size: 32px; font-size: 3.2rem;
        line-height: 46px; line-height: 4.6rem;
    }
    .rower-page-header-title span.small {
        margin-top: -3px;
    }
    .rower-page-header-caption {
        font-size: 18px; font-size: 1.8rem;
        line-height: 32px; line-height: 3.2rem;
        padding-top: 34px;
        margin-top: 34px;
    }
    .rower-page-header-caption:before {
        width: 80px;
        height: 2px;
    }
}





.cross-title {
    margin-bottom: 16px;
}
.cross-title span {
    display: block;
}
.cross-title .en {
    font-family: poppins, sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 28px; font-size: 2.8rem;
    line-height: 38px; line-height: 3.8rem;
    letter-spacing: 0.05rem;
}
.cross-title .ja {
    font-size: 14px; font-size: 1.4rem;
    line-height: 24px; line-height: 2.4rem;
    font-weight: 700;
}
.cross-title-caption {
    font-size: 12px; font-size: 1.2rem;
    line-height: 22px; line-height: 2.2rem;
}

@media screen and (min-width: 768px)
{
    .cross-title {
        margin-bottom: 28px;
    }
    .cross-title .en {
        font-size: 38px; font-size: 3.8rem;
        line-height: 52px; line-height: 5.2rem;
        letter-spacing: 0.1rem;
    }
    .cross-title .ja {
        font-size: 18px; font-size: 1.8rem;
        line-height: 32px; line-height: 3.2rem;
    }
    .cross-title-caption {
        font-size: 16px; font-size: 1.6rem;
        line-height: 30px; line-height: 3.0rem;
    }
}





#our-contents {
    padding: 24px 20px;
}
.our-contents-row {
    padding: 24px 0;
}

#our-contents-primary {
    max-width: 1160px;
    margin: 0 auto;
}
#our-contents-primary-list {
    max-width: 380px;
    display: flex;
    flex-direction: column;
    margin: -8px auto;
}
#our-contents-primary-list li {
    flex-basis: 72px; flex-basis: 22.5vw;
    max-height: 96px;
    position: relative;
    margin: 8px 0;
    overflow: hidden;

    display: flex;
    flex-direction: column;
}

#our-contents-primary-list li a {
    flex-grow: 6;
    display: flex;
    flex-direction: column;
    justify-content: center;

    padding: 8px 24px;
    overflow: hidden;
    color: #fff;
    text-decoration: none;
    font-size: 16px; font-size: 1.6rem;
    line-height: 24px; line-height: 2.4rem;
    font-weight: 700;
    position: relative;
    background-color: rgba(0,0,0,0.2);
    -webkit-transition: background .2s;
    transition: background .2s;
}
#our-contents-primary-list li a:hover {
    background-color: rgba(0,0,0,0);
}
#our-contents-primary-list li a:hover:before {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
}

#our-contents-primary-list li a:before {
    content: "";
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #ccc;
    z-index: -1;
    -webkit-transition: .2s;
    transition: .2s;
}
#our-contents-primary-list li:nth-child(1) a:before {
    background-image: url(../img/common/company-btn-bg.jpg);
}
#our-contents-primary-list li:nth-child(2) a:before {
    background-image: url(../img/common/csr-btn-bg_02.jpg);
}
#our-contents-primary-list li:nth-child(3) a:before {
    background-image: url(../img/common/greeting-btn-bg.jpg);
}

@media screen and (min-width: 768px)
{
    #our-contents {
        padding: 43px 40px;
        padding-top: 5.64516vw;
        padding-bottom: 5.64516vw;
    }
    .our-contents-row {
        padding: 43px 0;
        padding-top: 5.64516vw;
        padding-bottom: 5.64516vw;
    }

    #our-contents-primary-list {
        max-width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin: -10px 0;
    }
    #our-contents-primary-list li {
        flex-basis: 366px;
        height: 200px; height: 16.129vw;
        max-height: 200px;
        margin: 10px;
    }
    #our-contents-primary-list li:first-of-type {
        margin-left: 0;
    }
    #our-contents-primary-list li:last-of-type {
        margin-right: 0;
    }
    #our-contents-primary-list li a {
        padding-left: 3.125vw; padding-right: 3.125vw;
        font-size: 2.08333vw;
        line-height: 2.91666vw;
    }
}

@media screen and (min-width: 960px)
{
    #our-contents-primary-list li a {
        padding: 8px 30px;
        font-size: 20px; font-size: 2.0rem;
        line-height: 28px; line-height: 2.8rem;
    }
}

@media screen and (min-width: 1240px)
{
    #our-contents {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .our-contents-row {
        padding: 70px 0;
    }
}





#staff {
    padding-top:48px;
}
#staff-list {
    display: flex;
    flex-direction: column;
    color: #fff;
}

#staff-list-header {
    width: 100%;
    background-color: rgba(253,134,40,1);
    background: linear-gradient(90deg, rgba(253,134,40,1) 0%, rgba(252,89,84,1) 100%);
    position: relative;
    z-index: 2;
    min-height: 0%;
}
#staff-list-header-text-group {
    padding: 32px 32px 8px 32px;
}
#staff-list-header-text-group .cross-title {
    position: relative;
    margin-bottom: 16px;
    padding-bottom: 16px;
}
#staff-list-header-text-group .cross-title:after {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    bottom: -1px;
    left: 0;
}

#staff-list-header-navi-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
}
#staff-list-header-navi-text {
    font-size: 12px; font-size: 1.2rem;
    padding-right: 16px;
    line-height: 40px;
}
#staff-list-header-navi {
    display: flex;
}
#staff-list-header-navi li {
}
#staff-list-header-navi li a,
#staff-list-header-navi li button {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 200px;
    overflow: hidden;
    text-decoration: none;
    background-color: #fff;
    color: #fc5954;
    position: relative;
    cursor: pointer;
    -webkit-transition: background .2s;
    transition: background .2s;
}
#staff-list-header-navi li button:hover {
    background-color: rgba(255,255,255,0.8);
}
#staff-list-header-navi li a:before,
#staff-list-header-navi li button:before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border: solid 2px #fc5954;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#staff-list-header-navi li a.prev:before,
#staff-list-header-navi li button.prev:before {
    border-width: 0 0 2px 2px;
    left: 4px;
}
#staff-list-header-navi li a.next:before,
#staff-list-header-navi li button.next:before {
    border-width: 2px 2px 0 0;
    right: 4px;
}

#staff-list-main {
    display: flex;
    width: 100%;
    min-height: 0%;
}
#staff-list-main .staff {
    width: 155px;
    min-width: 155px; min-width: calc(calc(100vw - 40px) / 1.5);
    max-width: 310px;
    height: 80vw;
    max-height: 400px;
    outline: none;
}
#staff-list-main .staff-link {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    outline: none;
}
#staff-list-main .staff-link:hover img {
    opacity: 1;
}
#staff-list-main .staff-hover-contents {
    width: 100%;
    height: 100%;
    padding: 20px 24px;
    background-color: rgba(253,134,40,0.6);
    position: absolute;
    z-index: 1;
    opacity: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: #fff;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
}
#staff-list-main .staff-link:hover .staff-hover-contents {
    opacity: 1;
}
#staff-list-main .staff-position {
    font-size: 12px; font-size: 1.2rem;
    line-height: 20px; line-height: 2.0rem;
}
#staff-list-main .staff-name {
    margin-top: 4px;
    font-size: 14px; font-size: 1.4rem;
    line-height: 28px; line-height: 2.4rem;
    font-weight: 700;
}
#staff-list-main .staff-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
#staff-list-main .modal-content {
    display: none;
}

@media screen and (min-width: 504px)
{
    #staff-list-main .staff {
        min-width: 310px;
        height: 80vw;
        max-height: 400px;
    }
}

@media screen and (min-width: 640px)
{
    #staff {
        overflow: hidden;
    }
    #staff-list {
        flex-direction: row;
    }
    #staff-list-header {
        min-width: 260px;
        max-width: 260px;
    }
    #staff-list-header-text-group {
        padding: 48px;
    }
    #staff-list-header-navi-container {
        position: absolute;
        right: 0;
        bottom: 0;
    }
}
@media screen and (min-width:768px)
{
    #staff {
        padding-top: 80px; padding-top: 10.48387vw;
    }
    #staff-list-header {
        min-width: 320px; min-width: 41.666vw;
        max-width: 400px;
    }
    #staff-list-header-text-group {
        padding: 64px; padding: 8.333vw;
    }
    #staff-list-header-text-group .cross-title {
        margin-bottom: 26px;
        padding-bottom: 26px;
    }
    #staff-list-header-text-group .cross-title:after {
        width: 80px;
    }

    #staff-list-header-navi-text {
        font-size: 16px; font-size: 1.6rem;
        padding-right: 22px;
        line-height: 50px;
    }
    #staff-list-header-navi li a,
    #staff-list-header-navi li button {
        width: 50px;
        height: 50px;
    }
    #staff-list-header-navi li a:before,
    #staff-list-header-navi li button:before {
        width: 8px;
        height: 8px;
    }

    #staff-list-main .staff-hover-contents {
        padding: 30px;
    }
    #staff-list-main .staff-position {
        font-size: 16px; font-size: 1.6rem;
        line-height: 24px; line-height: 2.4rem;
    }
    #staff-list-main .staff-name {
        margin-top: 8px;
        font-size: 18px; font-size: 1.8rem;
        line-height: 28px; line-height: 2.8rem;
    }
}
    
@media screen and (min-width: 960px)
{
    #staff-list-header {
        min-width: 400px;
    }
    #staff-list-header-text-group {
        padding: 80px;
    }
}

@media screen and (min-width: 1240px)
{
    #staff {
        padding-top:130px;
    }
}





#modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 999;
    opacity: 0;
    -webkit-transition: opacity .8s;
    transition: opacity .8s;
    display: flex;
    align-items: center;
    padding: 16px; padding: 5.208333vw;
}
#modal.active {
    opacity: 1;
}
#modal .modal-inner {
    max-width: 720px;
    margin: 0 auto;
    background-color: #fff;
    position: relative;
    max-height: 100vh; max-height: calc(100vh - 32px); max-height: calc(100vh - 10.41666vw);
    overflow: auto;
}
#modal .modal-contents {
    padding: 24px; padding: 7.5vw;
}
#modal .modal-close-btn {
    position: absolute;
    top: 6px;
    right: 6px;
    display: block;
    width: 36px;
    height: 36px;
    cursor: pointer;
}
#modal .modal-close-btn span {
    display: none;
}
#modal .modal-close-btn:before,
#modal .modal-close-btn:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #000;
}
#modal .modal-close-btn:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#modal .modal-close-btn:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#modal .staff-image-container {
    max-width: 310px;
    margin: 0 auto;
}
#modal .staff-detail-container {
    padding-top: 20px;
}
#modal .staff-position {
    font-size: 12px; font-size: 1.2rem;
    line-height: 20px; line-height: 2.0rem;
    margin-bottom: 8px;
}
#modal .staff-name {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    line-height: 20px; line-height: 2.0rem;
    margin-bottom: 20px;
}
#modal .staff-name .ja {
    font-size: 20px; font-size: 2.0rem;
    margin-right: 24px;
    white-space: nowrap;
}
#modal .staff-name .en {
    font-size: 12px; font-size: 1.2rem;
    color: #fd8628;
    white-space: nowrap;
}
#modal .staff-message {
    font-size: 12px; font-size: 1.2rem;
    line-height: 30px; line-height: 2.0rem;
}

@media screen and (min-width: 768px)
{
    #modal {
        padding: 40px;
    }
    #modal .modal-inner {
        max-height: calc(100vh - 80px);
    }
    #modal .modal-contents {
        padding: 58px;
    }
    #modal .modal-close-btn {
        top: 24px;
        right: 24px;
        width: 56px;
        height: 56px;
    }
}

@media screen and (min-width: 960px)
{
    #modal .modal-inner {
        max-width: 1120px;
    }
    #modal .modal-contents {
        display: flex;
        align-items: center;
        padding: 75px; padding: 7.8125vw;
    }
    #modal .modal-close-btn {
        top: 38px;
        right: 38px;
        width: 112px;
        height: 112px;
    }
    #modal .staff-image-container {
        min-width: 310px;
    }
    #modal .staff-detail-container {
        padding-left: 51px; padding-left: 5.3125vw;
    }
    #modal .staff-position {
        font-size: 16px; font-size: 1.6rem;
        line-height: 28px; line-height: 2.8rem;
        margin-bottom: 24px;
    }
    #modal .staff-name {
        line-height: 28px; line-height: 2.8rem;
        margin-bottom: 54px; margin-bottom: 5.625vw;
    }
    #modal .staff-name .ja {
        font-size: 28px; font-size: 2.8rem;
        margin-right: 32px;
    }
    #modal .staff-name .en {
        font-size: 16px; font-size: 1.6rem;
    }
    #modal .staff-message {
        font-size: 16px; font-size: 1.6rem;
        line-height: 30px; line-height: 3.0rem;
    }
}

@media screen and (min-width: 1280px)
{
    #modal .modal-contents {
        padding: 100px;
    }
    #modal .staff-detail-container {
        padding-left: 68px;
    }
    #modal .staff-name {
        margin-bottom: 72px;
    }
}
