@charset "utf-8";
/* *****************************************************************************
共通スタイル記述変更
***************************************************************************** */
nav .g-navi li a {
    display: block;
    color: #000;
    font-weight: 700;
}

nav .g-navi li a:hover {
    color: #fff;
}

.pc-only {
    display: block;
}

.sp-only {
    display: none;
}

/* *****************************************************************************
PC用のスタイル記述
***************************************************************************** */

/* -----------------------------------------------------------------------------
MainVidual
----------------------------------------------------------------------------- */
.lower main .main__inner {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.lower main .main__inner .mv {
    width: 100%;
    height: 679px;
    margin-top: 90px;
    position: relative;
    left: 0;
    top: 0;
    background-image: url(../images/staff/main.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.lower main .main__inner .mv:before {
    content: "";
    display: block;
    width: 100%;
    height: 679px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,.3);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.lower main .mv-title__outer {
    position: absolute;
    left: 50%;
    top: auto;
    bottom: 0;
    margin: 0;
    padding: 0;
    width: auto;
    text-align: center;
    transform: translate(-50%,-10%);
    z-index: 10;
}

.lower main .mv-title__inner {
    width: 1120px;
    margin: 0 auto;
}

.lower main .mv-title__outer .mv-title {
    color: rgba(255, 255, 255, .8);
    font-size: 100px;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: 8px;
    text-align: left;
}

.lower main .mv-title__outer .mv-text {
    color: rgba(255, 255, 255, .8);
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    letter-spacing: 1px;
    text-align: left;
    margin-top: 20px;
}

/* -----------------------------------------------------------------------------
Stafflist
----------------------------------------------------------------------------- */
.stafflist {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    padding: 96px 0px 36px;
    background-color: #f9f6f2;
    border-bottom: solid 96px #fff;
}

.stafflist__inner {
    max-width: 1200px;
    width: 100%;
    padding: 0 40px;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.stafflist-col {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: center;
    margin: 0 auto;
}

.stafflist-col:after{
    content: "";
    display: block;
    width: 31%;
}

.stafflist .stafflist-card {
    position: relative;
    width: 31%;
    box-sizing: border-box;
    border: solid 1px #000;
    margin-bottom: 60px;
}

.stafflist .stafflist-card a {
    display: block;
    text-decoration: none;
}

.stafflist .stafflist-card a:hover img{
    transform: scale(1.1);
}

.stafflist .stafflist-card:hover {
    opacity: 0.8;
    transition: .2s ease-in-out;
}

.stafflist .stafflist-card .stafflist-thumb {
    overflow: hidden;
}

.stafflist .stafflist-card .stafflist-thumb img {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: 0.4s;
    display: block;
    width: 100%;
}

.stafflist .stafflist-card .stafflist-body {
    position: absolute;
    bottom: 0;
    padding: 15px;
}

.stafflist .stafflist-card .stafflist-title {
    color: #333;
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.5;
    font-family: "Noto Sans JP";
    background-color: #fff;
    padding: 1px 10px;
}

.stafflist .stafflist-card .name {
    color: #333;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    font-family: "Noto Sans JP";
    background-color: #fff;
    padding: 1px 10px;
}

/* *****************************************************************************
SP用のスタイル記述
***************************************************************************** */
@media screen and (max-width: 1120px){

.pc-only {
    display: none;
}

.sp-only {
    display: block;
}

.g-content__outer {
    margin-top: 50px;
}

/* -----------------------------------------------------------------------------
SP__MainVidual
----------------------------------------------------------------------------- */
.lower main .main__inner .mv {
    background-image: url(../images/staff/sp_main.jpg);
}

.lower main .main__inner .mv {
    width: 100%;
    height: 100%;
    position: relative;
    margin-top: 0px;
    left: 0;
    top: 0;
    z-index: 1;
    aspect-ratio: 780 / 1095;
    background-size: contain;
    background-repeat: no-repeat;
}

.lower main .main__inner .mv:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,.3);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 5;
}

.lower main .mv-title__outer {
    position: absolute;
    top: auto;
    bottom: 15px;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
    transform: translate(-50%,0%);
    z-index: 10;
}

.lower main .mv-title__inner {
    max-width: 100%;
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.lower main .mv-title__outer .mv-title {
    color: rgba(255, 255, 255, .8);
    font-size: 44px;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: 3px;
    text-align: left;
}

.lower main .mv-title__outer .mv-text {
    color: rgba(255, 255, 255, .8);
    font-size: 14px;
    line-height: 1.6;
    font-weight: 400;
    letter-spacing: 1px;
    text-align: left;
    margin-top: 20px;
}

/* -----------------------------------------------------------------------------
SP__Stafflist
----------------------------------------------------------------------------- */
.stafflist {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    padding: 50px 0px 14px;
    background-color: #f9f6f2;
    border-bottom: solid 50px #fff;
}

.stafflist__inner {
    max-width: 100%;
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.stafflist-col {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    align-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 0px;
}

.stafflist .stafflist-card {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    border: solid 1px #000;
    margin-bottom: 40px;
}

}

/* *****************************************************************************
TB用のスタイル記述（431px〜1120px）
***************************************************************************** */
@media screen and (min-width: 431px) and (max-width: 1120px) {

.lower main .main__inner .mv {
    width: 100%;
    height: 460px;
    margin-top: 50px;
    position: relative;
    left: 0;
    top: 0;
    background-image: url(../images/staff/main.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.stafflist-col {
    flex-direction: unset;
}

.stafflist-col .stafflist-card {
    width: 49%;
}

}

/* *****************************************************************************
カラー後付け
***************************************************************************** */
.bgcolor__white {
	background-color: #fff !important;
}

.color__orange {
    color: #b94b00!important;
}

.color__red {
    color: #c8000a;
}

.ftcolor__navy {
	color: #001960;
}

