main.second .sec_ttl.team {
  background-image: url(../img/bg_secttl_team.png);
  background-position: center; }
main.second .sec_ttl.detail {
  background-image: url(../img/bg_secttl_teamdetail.png);
  background-position: center; }

#team_list .list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px; }
  @media screen and (max-width: 812px) {
    #team_list .list {
      margin-bottom: 10px; } }
  #team_list .list li {
    width: 22%;
    margin-bottom: 30px; }
    @media screen and (max-width: 812px) {
      #team_list .list li {
        width: 48%;
        margin-bottom: 40px; } }
    #team_list .list li:not(:nth-of-type(4n)) {
      margin-right: 4%; }
      @media screen and (max-width: 812px) {
        #team_list .list li:not(:nth-of-type(4n)) {
          margin-right: 0; } }
    @media screen and (max-width: 812px) {
      #team_list .list li:not(:nth-of-type(2n)) {
        margin-right: 4%; } }
    #team_list .list li a {
      display: block; }
      #team_list .list li a:hover {
        opacity: 1; }
        #team_list .list li a:hover .image img {
          transform: scale(1.1); }
    #team_list .list li .image {
      overflow: hidden;
      border: solid 1px #707070;
      margin-bottom: 13px;
      line-height: 0; }
      @media screen and (max-width: 812px) {
        #team_list .list li .image {
          margin-bottom: 7px; } }
      #team_list .list li .image img {
        width: 100%;
        height: auto;
        transition: transform .6s ease; }
        @media screen and (max-width: 812px) {
          #team_list .list li .image img {
            border: none;
            width: 100%; } }
    #team_list .list li .name {
      text-align: center;
      padding-top: 10px;
      padding-bottom: 20px;
      border-bottom: solid 3px #fcc800; }
      #team_list .list li .name .ja {
        font-weight: bold;
        font-size: 2.0rem;
        color: #fcc800;
        padding-bottom: 15px; }
        @media screen and (max-width: 812px) {
          #team_list .list li .name .ja {
            padding-bottom: 10px; } }
      #team_list .list li .name .rome {
        font-size: 1.4rem;
        font-weight: 400;
        letter-spacing: 1px;
        color: rgba(255, 255, 255, 0.7); }
        @media screen and (max-width: 812px) {
          #team_list .list li .name .rome {
            font-size: 1.2rem;
            letter-spacing: 0.04rem; } }
      @media screen and (max-width: 812px) {
        #team_list .list li .name {
          font-size: 3.5vw; } }

#team_detail .detail_box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 100px; }
  @media screen and (max-width: 812px) {
    #team_detail .detail_box {
      flex-direction: column;
      padding-bottom: 0; } }
#team_detail .img_box {
  width: 46%;
  max-width: 600px; }
  @media screen and (max-width: 812px) {
    #team_detail .img_box {
      width: 100%;
      max-width: none;
      padding-bottom: 30px; } }
  #team_detail .img_box img {
    border: solid 1px #707070;
    width: 100%;
    height: auto; }
  #team_detail .img_box .name_box {
    padding: 50px 0;
    border-bottom: solid 3px #fcc800;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media screen and (max-width: 812px) {
      #team_detail .img_box .name_box {
        padding: 25px 0; } }
    #team_detail .img_box .name_box .ja {
      font-size: 5.0rem;
      font-weight: bold;
      color: #fcc800; }
      @media screen and (max-width: 812px) {
        #team_detail .img_box .name_box .ja {
          font-size: 3rem; } }
    #team_detail .img_box .name_box .roma {
      font-size: 2.0rem;
      font-weight: 600;
      color: rgba(255, 255, 255, 0.7);
      letter-spacing: 1.2px; }
      @media screen and (max-width: 812px) {
        #team_detail .img_box .name_box .roma {
          font-size: 1.4rem; } }
#team_detail .txt_box {
  width: 45%;
  max-width: 584px; }
  @media screen and (max-width: 812px) {
    #team_detail .txt_box {
      width: 100%;
      max-width: none; } }
  #team_detail .txt_box .clm {
    padding-bottom: 30px; }
    #team_detail .txt_box .clm .ttl {
      font-size: 1.8rem;
      font-weight: bold;
      padding-bottom: 10px;
      color: #fcc800; }
      @media screen and (max-width: 812px) {
        #team_detail .txt_box .clm .ttl {
          font-size: 1.6rem; } }
    #team_detail .txt_box .clm .txt {
      font-size: 1.5rem;
      color: #fff;
      line-height: 1.8; }
      @media screen and (max-width: 812px) {
        #team_detail .txt_box .clm .txt {
          font-size: 1.4rem;
          line-height: 1.6; } }

/*# sourceMappingURL=team.css.map */
