@charset "utf-8";

.gjs-dashed .modal {
    opacity: 1 !important;
    position: relative;
    display: block;
}

.gjs-dashed .staffItemWr {
    grid-template-columns: repeat(1, 1fr);
}

.gjs-dashed .intModal01 {
    transform: translate(0,0%) !important;
    /*height: 80px;*/
	/*height: 460px;*/
}

.gjs-dashed .modal-dialog-centered {
        min-height: auto;
    }

.gjs-dashed .modal-dialog-centered::before {
    height: auto;
}

.modal, .modal-open {
    padding-right: 0 !important;
}

.modalBtn {
    max-width: 370px;
    width: 100%;
    margin: 0 auto;
	padding: 10px;
}

/* .modal-content {
	background: #2F4B45;
} */

.staffItemWr {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.inModalBody {
    padding: 60px 4% 40px 4%;
}

.intModalBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
}

.modalCloseBtn {
    max-width: 26px;
    width: 100%;
    margin: 0 0 auto;
    height: 26px;
    padding: 0 0 0 1px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: absolute;
    top: 20px;
    right: 2%;
    cursor: pointer;
}

.intModal01 {
    max-width: 1200px;
    width: 96%;
    margin: 1rem auto 1rem auto;
}

.intModalL {
    width: 100%;
    max-width: 500px;
    margin: 0 0 30px;
}

.intModalR {
    max-width: 500px;
    width: 100%;
}

.staffItemImgBox {
    width: 100%;
    padding: 100% 0 0;
    position: relative;
    background: rgba(208,196,185,0.4);
    overflow: hidden;
    transition: all .5s;
}

.staffItemImgBox>img {
    justify-content: center;
    align-items: center;
    position: absolute;
    display: flex;
    top: 0;
    right: 0;
    max-height: 100%;
    height: auto;
    max-width: 100%;
    width: auto;
    bottom: 0;
    left: 0;
    margin: auto;
}

/* .staffItemImgBox:hover {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    transition: all .5s;
} */

.insta {
    border-radius: 0;
    border: 1px solid #ddd;
    background-color: #ddd !important;
    width: 220px;
    text-align: center;
    margin: 20px 20px 0 0;
    padding: 10px 10px 10px 10px;
    color: #000;
    display: inline-block;
    font-family: 'Lexend Deca', sans-serif;
}

.insta {
    background: url(/system_panel/uploads/images/staff_icon01.png) no-repeat center left 20px;
}

.insta:hover {
    background-color: #fff !important;
    color: #000;
}

.simei {
    width: 220px;
    text-align: center;
    background-color: #000 !important;
    border: 1px solid #000;
    margin: 20px 0 0 0;
    display: inline-block;
    padding: 10px 10px 10px 10px;
    color: #fff;
}

.simei{
	background:url(/system_panel/uploads/images/staff_icon02.png) no-repeat center left 20px / 20px;
}

.simei:hover {
    background-color: rgba(0,0,0,0.6) !important;
    color: #fff;
}

.staffJob {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
}

.staffNameJa {
    font-size: 18px;
    font-weight: 500;
}

.staffInfo {
    margin: 30px 0 0;
}

.staffInfoFlex {
	display: flex;
  	align-items: center;
    margin: 16px 0 0;
}

.staffInfoFlex:first-child {
    margin: 0 0;
}

.staffCompanySet {
    margin-top: 25px;
}

.staffCompany {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:768px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.intModal01 {
    margin: 5rem auto 1rem auto;
}

.staffItemWr {
    grid-template-columns: repeat(3, 1fr);
    gap: 60px;
}

.intModalBox {
    flex-direction: row;
    align-items: flex-start;
}

.intModalL {
    width: 40%;
}

.intModalR {
    max-width: 100%;
    width: 55%;
}


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 768px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */