@charset "utf-8";

/*
print.css
*/

@page {
  margin: 10mm;
  size: 210mm 297mm; /* A4縦サイズの場合 */
}

@media print {
  body {
    -webkit-print-color-adjust: exact;
    width: 1200px;
    zoom: 0.8;
  }

  .kv {
    height: 700px;
  }

  .kv .main_ttl {
    margin: 150px 0 20px 0;
    font-size: 4.8em;
  }

  header.change-color {
    background: none;
  }

  header {
    position: absolute;
  }

  header nav {
    justify-content: center;
  }

  header .tel {
    width: 170px;
    margin: 0 20px 0 -40px;
  }

  header .tel .num {
    background: url(../images/tel.svg) no-repeat 13% 45%;
  }

  .page_privacy header .tel .num {
    background: url(../images/tel.svg) no-repeat 5% 45%;
  }

  header .btn._cv {
    width: 200px;
  }

  .ttl._business {
    background-size: contain;
  }

  .ttl._company {
    background-size: contain;
  }

  .ttl._recruit {
    background-size: contain;
  }

  .btn._cv {
    width: 140px;
    height: 50px;
    padding: 10px 20px 10px 10px;
  }

  .btn::after{
    content: '';
    display: inline-block;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-color: transparent transparent transparent #222;
    display: inline-block;
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
  }

  .ttl {
    text-align: center;
    padding: 60px 0 40px 0;
  }

  .outer-menu {
    display: none;
  }

  .sub .kv {
    padding: 120px 0 80px 0;
  }

  .block .img_box {
    margin: 45px 0 0;
  }

  .block .img_box {
    margin: 0 0 20px;
  }

  .block.three_layout .btn_wrap a {
    font-size: .8em;
  }

  .page_recruit .block .img_box {
    margin: 45px 0 0 0;
  }

  .page_recruit .block.three_layout .img_box {
    margin: 0;
  }

  .flow_img._pc {
    width: 80%;
    margin: 0 auto;
  }

}