@charset "utf-8";
/*タブの設定*/
.tab-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-top: 50px;
}
.tab-label {
  color: White;
  background: #101010;
  padding: 3px 12px;
  order: -1;
  width: 26%;
  box-sizing: border-box;
  text-align: center;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0;
}
.tab-content {
  width: 100%;
  display: none;
  margin: 50px auto;
}
.tab-switch:checked + .tab-label {
  background: #fff;
  color: #101010;
  border: 1px solid;
  font-weight: 600;
  transition: all 0.5s;
}
.tab-switch:checked + .tab-label + .tab-content {
  display: block;
}
.tab-switch {
  display: none;
}
/*タブ1*/
.tab-content table {
  width: 100%;
}
.tab-content {
  padding: 0 0 70px;
  position: relative;
}
.tab-content::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 2%;
  z-index: -10;
  aspect-ratio: 1 / 0.304;
  width: 40%;
  height: auto;
  background-image: url("../images/company/bgLogo.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.tab-content h2 {
  margin: 5px 0;
  font-size: 0.8rem;
  letter-spacing: 2px;
  border-top: 2px solid #101010;
  border-bottom: 2px solid #101010;
  margin-bottom: 30px;
  padding: 10px 0;
  text-align: center;
}
.tab-content h2 span {
  display: block;
  font-size: 2rem;
  line-height: 1.2;
}
.tab-content table tr {
  padding: 10px;
  margin-bottom: 5px;
  border-bottom: 1.5px #b9b9b9 dotted;
}
.tab-content table tr th {
  width: 30%;
  display: inline-block;
  text-align: left;
  vertical-align: top;
}
.tab-content table tr td {
  width: 68%;
  display: inline-block;
  text-align: left;
}
/*タブ2*/
.tab-content .prImgBox {
  justify-content: space-evenly;
  align-items: end;
  margin-bottom: 30px;
}
.tab-content .prImgBox img {
  width: 30%;
}
.tab-content .prImgBox span {
  font-weight: bold;
  line-height: 1.5;
}
/*タブ2*/
.tab-content .staffBox {
  /*width: 85%;*/
  margin: 0 auto 40px;
  margin: 0 0 60px 0;
}
.tab-content .staffBox .staffImg {
  width: 40%;
}
.tab-content .staffBox .staffImg p {
  padding: 8px 10px;
  background-color: #fff;
  filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.1));
  font-weight: bold;
  font-size: 1.15rem;
  line-height: 1.2;
  letter-spacing: 0;
}
.tab-content .staffBox .staffImg p span {
  display: block;
  font-size: 0.9rem;
}
.tab-content .staffBox .staffCol {
  width: 56%;
}
.tab-content .staffBox .staffCol p {
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #company .keyBox {
    background-image: url("../images/key/company.png");
  }
}
@media screen and (min-width: 769px) {
  #company .keyBox {
    background-image: url("../images/key/company_pc.png");
  }
  .tab-wrap {
    justify-content: center;
    margin-top: 100px;
  }
  .tab-label {
    width: 200px;
    margin-right: 20px;
    position: relative;
  }
  .tab-labell[for="TAB-03"] {
    margin-right: 0;
  }
  .tab-content {
    margin: 100px auto;
    padding: 0 0 150px;
  }
  .tab-content::after {
    width: 250px;
  }
  .tab-content h2 {
    padding: 20px 0;
    margin: 0 auto 80px;
  }
  /*タブ1*/
  .tab-content table tbody {
    width: 1100px;
    margin: auto;
    display: block;
  }
  .tab-content table tr {
    width: 100%;
    display: block;
    padding: 15px;
    margin-bottom: 0;
  }
  .tab-content table tr td {
    line-height: 2;
  }
  /*タブ2*/
  .tab-content .prImgBox {
    width: 200px;
    margin: 0 auto 50px;
  }
  .tab-content .prImgBox img {
    width: 100%;
  }
  .tab-content .mes {
    width: 60%;
    margin: auto;
  }
  .tab-content .mes span {
    font-weight: bold;
    font-size: 1.1rem;
    text-align: right;
    line-height: 1.8;
    margin: 50px 0;
  }
  /*タブ3*/
  .tab-content .staffBoxWrap {
    box-sizing: border-box;
    width: 900px;
    margin: 0 auto 80px;
  }
  .tab-content .staffBox {
    width: 45%;
    margin: 0 0 60px 0;
  }
  .tab-content .staffBox .staffImg {
    width: 45%;
  }
  .tab-content .staffBox .staffCol {
    width: 50%;
  }
  .tab-content .staffBox .staffCol p {
    line-height: 1.7;
  }
  .tab-content .staffBox .staffImg p span {
    font-size: 0.8rem;
    line-height: 2.2;
  }
  .tab-content .staffBox .staffImg p {
    padding: 8px 15px 10px;
    line-height: 1.2;
    height: 68px;
    box-sizing: border-box;
  }
}