@charset "UTF-8";
/*media end*/
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
PC style's
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.anchorNav {
  margin-bottom: 5.0rem; }
  .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.7rem !important;
        font-weight: bold !important;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        max-width: 100%;
        height: 6.0rem;
        color: #000000;
        text-decoration: none;
        padding: 0 1.4rem 0;
        background: url("images/ico/icon_arrow_d.svg") no-repeat 96% center;
        background-size: 2.2rem 0.9rem;
        margin: 0 auto; }
    .anchorNav__Inner__Item:last-child {
      border-right: none; }

.teamBlock {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 47.8rem;
  margin: 0 auto 8.0rem; }
  .teamBlock__Logo {
    width: 13.5rem;
    margin-right: 9.0rem; }
  .teamBlock__Name > p {
    font-weight: bold;
    font-size: 2.3rem;
    letter-spacing: -0.02em; }
    .teamBlock__Name > p > span {
      display: block;
      font-size: 1.5rem;
      margin-bottom: 1.3rem; }
