@charset "UTF-8";
/*media end*/
@media only screen and (max-width: 767px) {
  /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
  Mobile style's
  ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
  .anchorNav {
    margin-bottom: 4.0rem; }
    .anchorNav__Inner {
      display: flex;
      justify-content: space-around;
      align-items: center;
      border: 1px solid #CCC;
      flex-wrap: wrap; }
      .anchorNav__Inner__Item {
        width: 50%;
        border-bottom: 1px solid #CCC; }
        .anchorNav__Inner__Item > .anchorlink {
          font-size: 1.2rem !important;
          display: flex;
          justify-content: center;
          align-items: center;
          width: 100%;
          max-width: 100%;
          height: 4.0rem;
          color: #000000;
          text-decoration: none;
          padding: 0 0.42rem 0;
          background: url("images/ico/icon_arrow_d.svg") no-repeat 94% center;
          background-size: 1.3rem 0.6rem;
          margin: 0 auto; }
      .anchorNav__Inner__Item:nth-child(2), .anchorNav__Inner__Item:last-child {
        border-right: none !important; }
      .anchorNav__Inner__Item:nth-child(3), .anchorNav__Inner__Item:last-child {
        border-bottom: none; }

  .teamBlock {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin: 0 auto 2.4rem; }
    .teamBlock__Logo {
      width: 7.5rem;
      margin-left: 1.2rem;
      margin-right: 2.2rem; }
    .teamBlock__Name > p {
      font-weight: bold;
      font-size: 1.7rem;
      letter-spacing: -0.006em; }
      .teamBlock__Name > p > span {
        display: block;
        font-size: 1.1rem;
        margin-bottom: 0.39rem; } }
