@charset "UTF-8";
/*media end*/
@media screen and (min-width: 768px) and (max-width: 1280px) {
  html {
    font-size: 1.302vw; }

  body p {
    line-height: 1.5; }

  /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
  TAB style's
  ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
  .anchorNav {
    margin-bottom: 3rem; }
    .anchorNav__Inner {
      display: flex;
      justify-content: space-around;
      align-items: center;
      border: 2px solid #CCC; }
      .anchorNav__Inner__Item {
        width: 100%;
        border-right: 2px solid #CCC; }
        .anchorNav__Inner__Item > .anchorlink {
          font-size: 1.02rem !important;
          display: flex;
          justify-content: center;
          align-items: center;
          width: 100%;
          max-width: 100%;
          height: 3.6rem;
          color: #000000;
          text-decoration: none;
          padding: 0 0.84rem 0;
          background: url("images/ico/icon_arrow_d.svg") no-repeat 96% center;
          background-size: 1.32rem 0.54rem;
          margin: 0 auto; }
      .anchorNav__Inner__Item:last-child {
        border-right: none; }

  .teamBlock {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 28.98rem;
    margin: 0 auto 4.8rem; }
    .teamBlock__Logo {
      width: 8.1rem;
      margin-right: 5.4rem; }
    .teamBlock__Name > p {
      font-weight: bold;
      font-size: 1.44rem;
      letter-spacing: -0.012em; }
      .teamBlock__Name > p > span {
        display: block;
        font-size: 0.9rem;
        margin-bottom: 0.78rem; } }
