.ancwrap {
  padding-bottom: 80px; }
  @media screen and (max-width: 812px) {
    .ancwrap {
      padding-bottom: 20px; } }
  .ancwrap .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media screen and (max-width: 812px) {
      .ancwrap .list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .ancwrap .item {
    width: 33%;
    max-width: 340px; }
    @media screen and (max-width: 812px) {
      .ancwrap .item {
        width: 100%;
        max-width: none;
        margin-bottom: 20px; } }
    .ancwrap .item a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: relative;
      padding-bottom: 35px;
      background-color: #f4f4f2; }
      .ancwrap .item a:after {
        position: absolute;
        content: '';
        bottom: 15px;
        margin: auto;
        content: "";
        vertical-align: middle;
        right: 0;
        left: 0;
        width: 10px;
        height: 10px;
        border-top: 3px solid #0056a7;
        border-right: 3px solid #0056a7;
        -webkit-transform: rotate(135deg);
                transform: rotate(135deg); }
    .ancwrap .item .imgwrap {
      width: 41%;
      max-width: 140px; }
      @media screen and (max-width: 812px) {
        .ancwrap .item .imgwrap {
          max-width: none; } }
      .ancwrap .item .imgwrap .object-img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        font-family: 'object-fit: cover;'; }
    .ancwrap .item .txtwrap {
      width: 59%;
      max-width: 200px;
      background-color: #0056a7;
      color: #fff;
      padding: 20px 15px;
      position: relative; }
      @media screen and (max-width: 812px) {
        .ancwrap .item .txtwrap {
          padding: 15px 10px;
          max-width: none; } }
      .ancwrap .item .txtwrap .detail {
        font-size: 1.2rem;
        padding-bottom: 35px; }
      .ancwrap .item .txtwrap .position {
        font-size: 1.8rem;
        padding-bottom: 15px; }
      .ancwrap .item .txtwrap .name {
        font-size: 1.8rem; }
      .ancwrap .item .txtwrap .numwrap {
        font-weight: 900;
        position: absolute;
        bottom: 6px;
        color: rgba(255, 255, 255, 0.3); }
        .ancwrap .item .txtwrap .numwrap.num01 {
          right: -5px; }
        .ancwrap .item .txtwrap .numwrap.num02 {
          right: 0px; }
        .ancwrap .item .txtwrap .numwrap.num03 {
          right: 0px; }
        .ancwrap .item .txtwrap .numwrap .voice {
          font-size: 2.0rem;
          display: block;
          padding-right: 7px; }
        .ancwrap .item .txtwrap .numwrap .number {
          font-size: 5.0rem;
          display: block; }

.secwrap {
  padding-bottom: 50px; }
  .secwrap:nth-child(even) .head .imgwrap {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
    @media screen and (max-width: 812px) {
      .secwrap:nth-child(even) .head .imgwrap {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; } }
  .secwrap:nth-child(even) .head .txtwrap {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
    @media screen and (max-width: 812px) {
      .secwrap:nth-child(even) .head .txtwrap {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; } }
  .secwrap .head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 30px; }
    @media screen and (max-width: 812px) {
      .secwrap .head {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .secwrap .head .imgwrap {
      max-width: 450px;
      line-height: 0; }
      @media screen and (max-width: 812px) {
        .secwrap .head .imgwrap {
          max-width: none; } }
      .secwrap .head .imgwrap img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        font-family: 'object-fit: cover;'; }
    .secwrap .head .txtwrap {
      width: 60%;
      max-width: 650px;
      background-color: #0056a7;
      color: #fff;
      padding: 42px 38px;
      position: relative; }
      @media screen and (max-width: 812px) {
        .secwrap .head .txtwrap {
          width: 100%;
          max-width: none;
          padding: 22px 16px; } }
      .secwrap .head .txtwrap .lead {
        font-size: 2.2rem;
        padding-bottom: 60px; }
        @media screen and (max-width: 812px) {
          .secwrap .head .txtwrap .lead {
            padding-bottom: 30px; } }
      .secwrap .head .txtwrap .name {
        font-size: 2.4rem;
        font-weight: bold;
        padding-bottom: 68px; }
        @media screen and (max-width: 812px) {
          .secwrap .head .txtwrap .name {
            padding-bottom: 34px; } }
      .secwrap .head .txtwrap .detail {
        font-size: 1.6rem;
        font-weight: bold;
        line-height: 1.8; }
      .secwrap .head .txtwrap .numwrap {
        position: absolute;
        right: 22px;
        bottom: 20px;
        color: rgba(255, 255, 255, 0.3);
        font-weight: 900; }
        .secwrap .head .txtwrap .numwrap .voice {
          font-size: 3.0rem;
          display: block; }
        .secwrap .head .txtwrap .numwrap .number {
          font-size: 7.0rem;
          display: block; }
  .secwrap .qawrap {
    background-color: #f4f4f4;
    padding: 32px 30px 25px;
    margin-bottom: 30px; }
    .secwrap .qawrap .ttl {
      color: #0056a7;
      font-size: 1.6rem;
      font-weight: bold;
      border-bottom: solid 2px #0056a7;
      padding-bottom: 17px;
      margin-bottom: 22px; }
    .secwrap .qawrap .txt {
      line-height: 1.8;
      font-size: 1.6rem; }
