@charset "UTF-8";
/*----------------------------------------------------
  変数定義
----------------------------------------------------*/
/*----------------------------------------------------
  basic
----------------------------------------------------*/
body {
  color: #010101;
}

/*@media (min-width: 960px) {
}*/
/*@media only screen and (max-width: 768px) {
}*/
/*----------------------------------------------------
  team
----------------------------------------------------*/
.team__bg {
  padding: 120px 6.777vw;
}
.team__heading {
  text-align: center;
  margin-bottom: 60px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .team__heading {
    margin-bottom: 30px;
  }
}
.team__heading .heading {
  display: inline-block;
  position: relative;
}
.team__heading .heading .thunder {
  position: absolute;
  top: 43%;
  left: 0;
  transform: translateY(-50%);
  background: url(../img/share/thunder.svg) no-repeat center;
  display: inline-block;
  width: 34px;
  height: 56px;
}
@media (min-width: 769px) and (max-width: 1499px) {
  .team__heading .heading .thunder {
    width: 2.8333333333vw;
    height: 4.6666666667vh;
  }
}
@media screen and (max-width: 768px) {
  .team__heading .heading .thunder {
    width: 24px;
    height: 36px;
  }
}
.team__heading .heading .txt-en {
  font-family: "Teko", sans-serif;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0.075rem;
  font-size: 96px;
  transition: 0.4s;
  padding-left: 4rem;
}
@media (min-width: 769px) and (max-width: 1499px) {
  .team__heading .heading .txt-en {
    font-size: 96px;
    font-size: 6.4vw !important;
  }
}
@media screen and (max-width: 768px) {
  .team__heading .heading .txt-en {
    font-size: 45px;
    padding-left: 3rem;
  }
}
.team__contents {
  max-width: 1280px;
  margin: 0 auto;
}
.team__contents__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.team__contents__items .team-item {
  position: relative;
  width: calc(50% - 25px);
  padding: 30px;
  background: #FFF;
}
.team__contents__items .team-item:nth-child(1) {
  margin-bottom: 50px;
}
.team__contents__items .team-item:nth-child(2) {
  margin-bottom: 50px;
}
.team__contents__items .team-item:nth-child(3) {
  margin-bottom: 50px;
}
.team__contents__items .team-item:nth-child(4) {
  margin-bottom: 50px;
}
.team__contents__items .team-item:not(:nth-child(2n)) {
  margin-right: 50px;
}
.team__contents__items .team-item__heading {
  text-align: center;
  width: 100%;
  /* max-width: 190px; */
  margin: 0 auto 50px;
}
.team__contents__items .team-item__heading span {
  text-align: center;
  color: #010101;
  /* transform: skewX(-15deg); */
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
}
.team__contents__items .team-item__logo {
  margin-bottom: 30px;
}
.team__contents__items .team-item__logo img {
  width: 100%;
  display: block;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.team__contents__items .team-item__kv {
  width: 100%;
  margin-bottom: 50px;
}
.team__contents__items .team-item__kv img {
  max-height: 178px;
  display: block;
  margin: 0 auto;
}
.team__contents__items .team-item__column {
  display: flex;
  margin-bottom: 20px;
}
.team__contents__items .team-item__column__img {
  min-width: 280px;
}
.team__contents__items .team-item__column__img img {
  width: 100%;
  height: auto;
}
.team__contents__items .team-item__column__txt {
  width: 100%;
  display: flex;
  padding-left: 20px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.team__contents__items .team-item__column__txt .column-ttl {
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.3rem;
  text-align: center;
  border-top: 3px double #ddd;
  border-bottom: 3px double #ddd;
  margin-bottom: 15px;
  padding: 16px 0;
}
.team__contents__items .team-item__column__txt .column-subttl {
  display: flex;
  align-items: center;
  text-align: center;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0.1rem;
}
.team__contents__items .team-item__column__txt .column-subttl span {
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  margin-right: 10px;
}
.team__contents__items .team-item__column__txt .column-cap {
  font-size: 14px;
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 2.1;
}
.team__contents__items .team-item__comment {
  margin-bottom: 30px;
  padding: 15px;
  background: #f0f0f0;
  min-height: 326px;
}
.team__contents__items .team-item__comment .comment-ttl {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}
.team__contents__items .team-item__comment .comment-cap {
  text-align: justify;
  text-justify: inter-ideograph;
}
.team__contents__items .team-item__comment .comment-cap.mb-cstm {
  margin-bottom: 30px;
}
.team__contents__items .team-item__director {
  text-align: center;
  margin-bottom: 20px;
}
.team__contents__items .team-item__director .ttl {
  text-align: center;
  width: 100%;
  display: block;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.1rem;
  border-top: 3px double #ddd;
  border-bottom: 3px double #ddd;
  padding: 8px 0;
}
.team__contents__items .team-item__director .sub-ttl {
  font-size: 14px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 5px;
}
.team__contents__items .team-item__director .director {
  font-weight: 700;
  padding: 5px;
  text-align: center;
}
.team__contents__items .team-item__director .cap {
  text-align: left;
}
.team__contents__items .team-item__director .thumb {
  width: 75%;
  margin: 20px auto 0;
}
.team__contents__items .team-item__director .thumb img {
  width: 100%;
  max-height: 178px;
  display: block;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.team__contents__items .team-item__member {
  display: flex;
  flex-wrap: wrap;
  width: 75%;
  margin: 40px auto 0;
}
.team__contents__items .team-item__member .ttl {
  text-align: center;
  width: 100%;
  display: block;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.1rem;
  border-top: 3px double #ddd;
  border-bottom: 3px double #ddd;
  padding: 8px 0;
  margin-bottom: 30px;
}
.team__contents__items .team-item__member .member {
  width: calc(50% - 15px);
  text-align: center;
}
.team__contents__items .team-item__member .member:nth-child(1) {
  margin-bottom: 20px;
}
.team__contents__items .team-item__member .member:nth-child(2) {
  margin-bottom: 20px;
}
.team__contents__items .team-item__member .member:not(:nth-child(even)) {
  margin-right: 30px;
}
.team__contents__items .team-item__member .member img {
  width: 100%;
  height: auto;
  margin-bottom: 5px;
}
.team__contents__items .team-item__member .member .name {
  font-weight: 700;
  margin-bottom: 5px;
}
.team__contents__items .team-item__member .member .comment {
  line-height: 1.8;
  -moz-text-align-last: left;
       text-align-last: left;
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 11px;
}

@media only screen and (max-width: 768px) {
  .team__bg {
    padding: 60px 20px;
  }
  .team__contents__items {
    display: block;
    flex-wrap: wrap;
  }
  .team__contents__items .team-item {
    position: relative;
    width: 100%;
    padding: 20px;
  }
  .team__contents__items .team-item:nth-child(1) {
    margin-bottom: 0px;
  }
  .team__contents__items .team-item:nth-child(2) {
    margin-bottom: 0px;
  }
  .team__contents__items .team-item:not(:nth-child(2n)) {
    margin-right: 0;
  }
  .team__contents__items .team-item:not(:last-child) {
    margin-bottom: 30px;
  }
  .team__contents__items .team-item__column {
    display: block;
  }
  .team__contents__items .team-item__column__img {
    min-width: 150px;
  }
  .team__contents__items .team-item__column__img img {
    width: 60%;
    height: auto;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .team__contents__items .team-item__column__txt {
    padding-left: 0;
  }
  .team__contents__items .team-item__column__txt .column-ttl {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.3rem;
    text-align: center;
    border-top: 3px double #ddd;
    border-bottom: 3px double #ddd;
    margin-bottom: 15px;
    padding: 16px 0;
  }
  .team__contents__items .team-item__column__txt .column-subttl {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.1rem;
    margin-bottom: 20px;
  }
  .team__contents__items .team-item__column__txt .column-cap {
    font-size: 14px;
    text-align: justify;
    text-justify: inter-ideograph;
    line-height: 2.1;
  }
  .team__contents__items .team-item__member {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .team__contents__items .team-item__member:nth-child(1) {
    margin-bottom: 10px;
  }
  .team__contents__items .team-item__member:nth-child(2) {
    margin-bottom: 10px;
  }
  .team__contents__items .team-item__member .member {
    width: calc(50% - 10px);
  }
  .team__contents__items .team-item__member .member:not(:nth-child(even)) {
    margin-right: 20px;
  }
}/*# sourceMappingURL=team.css.map */