@charset "utf-8";

/*==========================================
 印刷
===========================================*/

@media print{
  body {
    width: 980px;
  }
  /*
  @page {
    size: A4 portrait;
  }
  */
  #head_wrap {
    position: static;
    animation: none;
  }
  
  #head {
    width: 100%;
  }
  
  #head .logo {
    width: 200px;
  }
  
  #gNav,
  #contentsHeadImage,
  #btnPageTop,
  footer {
    display: none;
  }
  
  #contents_wrap {
    margin-top: 50px;
    position: relative;
  }
  #contents_wrap::before {
  content: '';
  border-top-left-radius: 50% 100%;
  border-top-right-radius: 50% 100%;
  position: absolute;
  top: 0;
  width: 100%;
  background: #fff;
  height: 300px;
}

  .home #contents_wrap {
    margin-top: 0;
  }

  .contentsOverviewBlock {
    padding: 40px 0;
  }
  
  .section_wrap .section {
      width: 100%;
    padding: 40px 0;
  }
  
  .section_wrap .section .sectionHead {
    margin-bottom: 40px;
  }
  
  .section_wrap .section .sectionHead .sectionTitle {
      font-size: 1.8rem;
      padding-bottom: 0;
  }  
  
  .section_wrap .section .sectionHead .sectionTitle::before {
     content: none;
  }  
  
  .fadeInTrigger,
  .fadeUpTrigger,
  .fadeDownTrigger,
  .fadeLeftTrigger,
  .fadeRightTrigger {
    opacity: 1;
  }

  /* トップページ */
  #mainVisual {
    display: none;
  }
  
  .topSectionBox {
    width: 100%;
  }
  
  /* ご挨拶 */
  #message .contentsBlock {
    width: 800px;
  }
  
  /* 建設事業 */
  #construction .contentsBlock {
    width: 800px;
  }
  
  .construction #works {
    display: none;
  }
  
  /* 施工事例 */
  .works .contentsOverviewBlock {
    display: none;
  }
  
  .works #works {
    display: block;
    background: transparent;
  }
  
  .constructionBox .imageBlock {
    width: 40%;
  }
  
  /* 人材派遣・紹介事業 */
  .staffing .contentsOverviewBlock {
    display: none;
  }
  
  #point,
  #flow {
    background: transparent;
  }
  
  #staffing {
    page-break-after: always;
  }
  
  /* 会社案内 */
  .outlineTbl .tblRow > dt,
  .outlineTbl .tblRow > dd {
    padding: .4em .8em;
  }
  
}
