/* チーム紹介 */
.team-contents {
  margin-bottom: 100px;
}
.team-section + .team-section {
  margin-top: 112px;
}
@media only screen and (max-width: 600px) {
  .team-section + .team-section {
    margin-top: 60px;
  }
}
.teamBlock.-pc {
  position: relative;
  margin: 50px auto;
  width: 876px;
  height: 544px;
}
.teamBlock.-sp {
  position: relative;
  margin: 30px auto;
}
@media only screen and (max-width: 992px) {
  .teamBlock.-pc {
    display: none;
  }
  .teamBlock.-sp {
    display: block;
  }
}
@media only screen and (min-width: 993px) {
  .teamBlock.-sp {
    display: none;
  }
}

.teamBlock.-pc > * {
  position: absolute;
  margin: auto;
  transition: transform 0.3s ease;
  line-height: 0;
}

.teamBlock > .teamBlock-kgp {
  width: 220px;
  left: 0; right: 0;
  top: 25px;
  z-index: 5;
}

.teamBlock > .teamBlock-seizo {
  width: 612px;
  left: 0; right: 0;
  top: 82px;
  z-index: 2;
  display: block;
}

.teamBlock > .teamBlock-eigyo {
  width: 396px;
  left: 0;
  top: 110px;
  z-index: 1;
}

.teamBlock > .teamBlock-kaihatsu {
  width: 302px;
  left: 384px;
  bottom: 0;
  z-index: 1;
}

.teamBlock > .teamBlock-kanri {
  width: 260px;
  right: 0;
  top: 110px;
  z-index: 1;
}

.svg-wrapper {
  pointer-events: none;
}

.svg-wrapper .interactive-svg path,
.svg-wrapper .interactive-svg circle,
.svg-wrapper .interactive-svg text,
.svg-wrapper .interactive-svg rect {
  pointer-events: auto;
}

.svg-wrapper:hover {
  opacity: 1;
}

.svg-wrapper.hovering {
  z-index: 3;
}

.svg-wrapper.hovering .interactive-svg {
  transform: scale(1.1);
  transform-origin: center;
  transition: transform 0.3s ease;
}

.svg-wrapper.hovering.teamBlock-seizo .interactive-svg {
  transform: scale(1.07);
}

.svg-wrapper.hovering.teamBlock-eigyo .interactive-svg {
  transform: scale(1.05);
}

.svg-wrapper.hovering.teamBlock-kaihatsu .interactive-svg {
  transform: scale(1.15);
}

.svg-wrapper.hovering.teamBlock-kanri .interactive-svg {
  transform: scale(1.1);
}

.svg-wrapper.hovering .hover-highlight {
  stroke: #fff;
  stroke-width: 5;
  transition: stroke 0.2s ease;
}

/* 各チーム紹介：ヘッダー */

.section-header {
  margin-bottom: 100px;
  text-align: center;
  padding: 0 15px;
}

@media only screen and (max-width: 600px) {
  .section-header {
    /* margin-bottom: 47px; */
  }
}

.section-header .title {
  display: inline-block;
  position: relative;
  font-size: 3.2rem;
  margin: 82px 0 34px;
  line-height: 1;
}

.section-header .title > .main {
  position: relative;
  display: block;
  font-weight: bold;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 600px) {
  .section-header .title {
    margin: 68px 0 34px;
  }
  .section-header .title > .main {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.section-header .title > .sub {
  position: absolute;
  top: -0.5em;
  left: -4.8em;
  width: 10em;
  opacity: 0.15;
  font-size: 52px;
  font-size: 5.2rem;
  font-family: "Yellowtail", cursive;
  transform: rotate(-12deg);
  text-align: center;
}

@media only screen and (max-width: 600px) {
  .section-header .title > .sub {
    font-size: 30px;
    font-size: 3rem;
  }
}

.section-header .copy {
  max-width: 1080px;
  margin: 0 auto 3em;
  font-weight: bold;
  font-size: 17px;
}

/* タブ */
.team-tabs {
  display: flex;
  /* justify-content: center; */
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 1080px;
}

.team-tabs li {
  flex: 1;
  min-width: 150px;
  max-width: calc(50% - 2px);
  margin-right: 2px;
  margin-top: 2px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  line-height: 1.25;
}
.team-tabs li.active {
  font-size: 18px;
  margin-top: -5px;
  z-index: 1;
}
.team-tabs li.active a {
  border-radius: 6px 6px 0 0;
}
.team-tabs li.active .team {
  font-size: 16px;
}
.team-tabs li.active .hub {
  font-size: 13px;
}

.team-tabs a {
  text-decoration: none;
  padding: 11px 5px 9px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center; 
  justify-content: center;
  /* margin-top: 10px; */
}
.team-tabs li .team {
  display: inline; 
  font-size: 14px;
}
.team-tabs li .hub {
  display: block;
  font-size: 13px;
}



.team-tab-content {
  max-width: 1080px;
  margin: 0 auto;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 各チーム紹介：ボディ */
.section-body {
  padding: 0 15px;
}

.myBox {
  display: grid;
  grid-template-areas:
    "heading heading"
    "detail image";
  grid-template-columns: 50% 50%;
  grid-template-rows: auto auto;
}

@media only screen and (max-width: 992px) {
  .myBox {
    display: block;
  }
}

.myBox .head {
  grid-area: heading;
}

.myBox .head {
  padding-right: 40px;
  font-weight: bold;
}

@media only screen and (max-width: 992px) {
  .myBox .head {
    padding-right: 0;
  }
}

@media only screen and (max-width: 600px) {
  .myBox .head br {
    display: none;
  }
}

.myBox .head .main {
  margin-top: 10px;
  margin-bottom: 43px;
  font-size: 34px;
  line-height: 1.3;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 600px) {
  .myBox .head .main {
    font-size: 27px;
    margin-bottom: 53px;
  }
}

.myBox .image {
  grid-area: image;
  margin-top: 0.5em;
}
@media only screen and (max-width: 992px) {
  .myBox .image {
    margin-bottom: 20px;
  }
}

.myBox .image .image-container {
  position: relative;
  display: inline-block;
}
.myBox .image .image-container::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #FFE300;
  left: -140px;
  top: -60px;
  z-index: -1;
}
@media only screen and (max-width: 992px) {
  .myBox .image .image-container::before {
    left: -90px;
    /* top: -30px; */
  }
}

.myBox .detail {
  grid-area: detail;
  padding-right: 40px;
  line-height: 2.2;
}

.myBox .detail p {
  margin-bottom: 1.5em;
}

.myBox .detail .btn-interview {
  text-decoration: none;
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 18px;
  margin: 10px 0;
}
.myBox .detail a > .icon {
  display: inline-block;
  width: 58px;
  margin-right: 12px;
}




@media only screen and (max-width: 992px) {
  .myBox .detail {
    padding-right: 0;
  }
}

.myBox_left .head, .myBox_left .detail {
  padding-right: 0;
  padding-left: 40px;
}

@media only screen and (max-width: 992px) {
  .myBox_left .head, .myBox_left .detail {
    padding-left: 0;
  }
}

.myBox .image {
  text-align: center;
}


/* カラー設定：製造 */
.team-section.-seizo .section-header {
  background: url(../img/team/bg_seizo.png) repeat;
}
.team-section.-seizo .section-header .title {
  color: #0166B3;
}
.team-section.-seizo .team-tabs a {
  color: #0166B3;
  background-color: #D0E4F4;
}
.team-section.-seizo .team-tabs li.active a {
  background-color: #fff;
}
.team-section.-seizo .btn-interview {
  color: #0166B3;
}

/* カラー設定：営業 */
.team-section.-eigyo .section-header {
  background: url(../img/team/bg_eigyo.png) repeat;
}
.team-section.-eigyo .section-header .title {
  color: #EA7F01;
}
.team-section.-eigyo .team-tabs a {
  color: #EA7F01;
  background-color: #FFE4C6;
}
.team-section.-eigyo .team-tabs li.active a {
  background-color: #fff;
}
.team-section.-eigyo .btn-interview {
  color: #EA7F01;
}

/* カラー設定：開発 */
.team-section.-kaihatsu .section-header {
  background: url(../img/team/bg_kaihatsu.png) repeat;
}
.team-section.-kaihatsu .section-header .title {
  color: #E55491;
}
.team-section.-kaihatsu .team-tabs a {
  color: #E55491;
  background-color: #FAE2EC;
}
.team-section.-kaihatsu .team-tabs li.active a {
  background-color: #fff;
}
.team-section.-kaihatsu .btn-interview {
  color: #E55491;
}

/* カラー設定：管理 */
.team-section.-kanri .section-header {
  background: url(../img/team/bg_kanri.png) repeat;
}
.team-section.-kanri .section-header .title {
  color: #8052B4;
}
.team-section.-kanri .team-tabs a {
  color: #8052B4;
  background-color: #E6DDEF;
}
.team-section.-kanri .team-tabs li.active a {
  background-color: #fff;
}
.team-section.-kanri .btn-interview {
  color: #8052B4;
}