@charset "utf-8";

.gjs-dashed .content-area .content {
    display: block;
}

.tab-area {
  width: 100%;
  margin: 0 auto;
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
  display: grid;
  margin-top: 40px;
}

.tab-area .tab {
  width: 100%;
  display: block;
  padding: 4px;
  font-weight: 600;
  line-height: 1.45em;
  text-shadow: 8px 8px 6px rgb(0 0 0 / 16%);
  text-align: center;
  background: var(--tertiary);
  color: var(--white);
  cursor: pointer;
}

.tab-area .tab.active {
  color: #fff;
  opacity: 0.65;
}

.tab-area .tab:hover {
    color: #fff;
    opacity: 0.65;
}

.tabDeco {
    min-height: 59px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 1px;
    padding: 5px;
    border-color: var(--tertiary-light);
}

.content-area .content {
  display: none;
}
.content-area .content.active {
  margin-top: 50px;
  display: block;
}

.staffGridItemWr {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
    display: grid;
    margin-top: 40px;
}

.staffGridItemImgBox>img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

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

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
.staffGridItemWr {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
}

.tab-area {
  grid-template-columns: repeat(2, 1fr);
}
  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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

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

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

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



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

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

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


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

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

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

.tab-area .tab {
  font-size: 20px;
}

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

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

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

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