.ancwrap {
  padding-bottom: 96px; }
  @media screen and (max-width: 812px) {
    .ancwrap {
      padding-bottom: 48px; } }
  .ancwrap .companylist {
    padding-bottom: 0; }

.secwrap .ttl01 {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: solid 4px #0056a7; }
  @media screen and (max-width: 812px) {
    .secwrap .ttl01 {
      padding-bottom: 20px; } }
.secwrap .clm .ttl {
  background-color: #d1e1ef;
  padding: 15px 0;
  text-align: center;
  font-size: 2.0rem;
  font-weight: bold;
  letter-spacing: 3px;
  margin-bottom: 20px; }
  @media screen and (max-width: 812px) {
    .secwrap .clm .ttl {
      line-height: 1.5; } }
.secwrap .clm .txt {
  line-height: 1.8;
  padding-bottom: 40px; }
  @media screen and (max-width: 812px) {
    .secwrap .clm .txt {
      padding-bottom: 20px; } }
.secwrap .clm .phtlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 45px; }
  .secwrap .clm .phtlist .item {
    width: 99%;
    max-width: 540px;
    margin-bottom: 15px; }
    .secwrap .clm .phtlist .item img {
      width: 100%;
      height: auto; }
.secwrap .clm .phtwrap {
  padding-bottom: 60px; }
  .secwrap .clm .phtwrap img {
    width: 100%; }

#work .item {
  padding-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 812px) {
    #work .item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  #work .item .img {
    width: 300px;
    height: 200px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none; }
    @media screen and (max-width: 812px) {
      #work .item .img {
        margin-bottom: 10px;
        width: 100%;
        height: auto; } }
    #work .item .img img {
      position: relative;
      z-index: 1;
      width: 100%;
      height: auto; }
    #work .item .img:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(37, 47, 61, 0.43);
      z-index: 2; }
    #work .item .img .ttl {
      font-weight: bold;
      font-size: 2.4rem;
      color: #fff;
      padding-bottom: 17px;
      border-bottom: solid 2px #fff;
      position: absolute;
      z-index: 3;
      letter-spacing: 2px; }
  #work .item .txtwrap {
    padding-left: 33px; }
    @media screen and (max-width: 812px) {
      #work .item .txtwrap {
        padding-left: 0; } }
    #work .item .txtwrap .lead {
      font-size: 2.4rem;
      font-weight: bold;
      color: #0056a7;
      padding-bottom: 10px;
      line-height: 1.5; }
      @media screen and (max-width: 812px) {
        #work .item .txtwrap .lead {
          font-size: 1.8rem; } }
    #work .item .txtwrap .txt {
      line-height: 1.8; }

#education {
  padding-bottom: 65px; }

#flow {
  padding-bottom: 40px; }
