@charset "UTF-8";
/* CSS Document */

/*======================================

1: #page-index
2: #page-message
3: #page-about
4: #page-performance
5: #page-history
6: #page-office
7: #page-recruit

=======================================*/

/* pc */
@media print, screen and (min-width: 768px) {
  /* #page-index */
  /*--------------------------------------------------------------------------------*/
  #page-index {
    min-width: 1172px;
  }
  #page-index #breadcrumb {
    border-bottom: 120px solid #fff;
    margin-bottom: 334px;
  }
  #page-index h1 {
    position: absolute;
    top: 220px;
    padding-bottom: 41px;
    opacity: 0;
  }
  #page-index .eng-ttl {
    position: absolute;
    top: 313px;
  }
  #page-index .lead {
    position: absolute;
    top: 384px;
    left: 50%;
    width: 1110px;
    text-align: center;
    line-height: 2;
    opacity: 0;
    margin-left: -555px;
  }
  #page-index #main {
    position: fixed;
    top: 0;
    left: 50%;
    width: 100%;
    min-width: 1172px;
    margin-left: -50%;
    z-index: -1;
  }
  #page-index #main .pre {
    position: absolute;
    width: 100%;
  }
  #page-index #main img {
    width: 100%;
    height: auto;
    opacity: 0;
  }
  #page-index article {
    min-width: 1172px;
    background-color: #f5f5f5;
  }

  #page-index #col1 {
    max-width: 1200px;
    background-color: #fff;
    margin: 0 auto;
  }

  #page-index #col1 #vision,
  #page-index #col1 #performance,
  #page-index #col1 #office {
    float: right;
    width: 50%;
  }
  #page-index #col1 #message,
  #page-index #col1 #about,
  #page-index #col1 #history,
  #page-index #col1 #recruit {
    float: left;
    width: 50%;
  }
  #page-index #col1 a {
    display: table;
    width: 100%;
  }
  #page-index #col1 .pic,
  #page-index #col1 .txt {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
  }
  #page-index #col1 .pic {
    position: relative;
    vertical-align: top;
    overflow: hidden;
  }
  #page-index #col1 .pic img {
    width: 100%;
    height: auto;
  }
  #page-index #col1 .pic .tri {
    position: absolute;
    display: block;
    width: 20px;
    height: 35px;
    top: 50%;
    right: 0;
    margin-top: -17px;
    background: url(../../img/top/icon_tri_white.png) no-repeat right center;
    background-size: 20px 35px;
    z-index: 2;
  }
  #page-index #performance .pic .tri,
  #page-index #about .pic .tri,
  #page-index #recruit .pic .tri {
    right: inherit;
    left: 0;
    background: url(../../img/top/icon_tri_white_02.png) no-repeat right center;
    margin-left: -1px;
  }
  #page-index #col1 .txt {
  }
  #page-index #col1 h2 {
    width: 79.5%;
    font-size: 25px;
    color: #131313;
    margin: 0 auto;
  }
  #page-index #col1 #message h2 {
    width: 79.5%;
    font-size: 25px;
    color: #131313;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 17px;
    margin: 0 auto 13px;
  }
  #page-index #col1 p {
    width: 79.5%;
    font-size: 15px;
    line-height: 1.67;
    margin: 0 auto;
  }

  /* #page-message */
  /*--------------------------------------------------------------------------------*/
  #page-message article h2 {
    margin-bottom: 60px;
  }
  #page-message article h3 {
    margin-bottom: 56px;
  }
  #page-message article h3,
  #page-message article .txt1 {
    padding: 0 39px 0 56px;
  }
  #page-message article .txt1 {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 45px;
  }
  #page-message article .txt2 {
    font-size: 20px;
    line-height: 1.3;
    text-align: right;
    padding: 0 21px 0 0;
    margin-bottom: 57px;
  }
  #page-message article section:first-child {
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 60px;
  }
  #page-message article section:last-child {
    padding-bottom: 44px;
  }

  /* #page-vision */
  /*--------------------------------------------------------------------------------*/
  #page-vision #breadcrumb {
    border-bottom: 160px solid #fff;
    margin-bottom: 294px;
  }
  #page-vision h1 {
    position: absolute;
    top: 178px;
    font-size: 45px;
  }
  #page-vision .lead {
    position: absolute;
    width: 100%;
    top: 250px;
    font-size: 18px;
    color: #333;
    line-height: 1;
    text-align: center;
  }
  #page-vision #main {
    position: fixed;
    top: 0;
    left: 50%;
    width: 100%;
    min-width: 1172px;
    margin-left: -50%;
    z-index: -1;
  }
  #page-vision #main img {
    width: 100%;
    height: auto;
  }
  #page-vision #section-box {
    padding-bottom: 100px;
  }
  #page-vision .txt1 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 28px;
  }
  #page-vision .block1,
  #page-vision .block2 {
    width: 342px;
    height: 202px;
    background-color: #ececec;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 27px 20px 21px 24px;
  }
  #page-vision .block1 {
    float: left;
  }
  #page-vision .block2 {
    float: right;
  }
  #page-vision .block1 .pic {
    text-align: center;
    margin-bottom: 13px;
  }
  #page-vision .block2 .pic {
    text-align: center;
    margin-bottom: 17px;
  }
  #page-vision .block1 h2,
  #page-vision .block2 h2 {
    position: relative;
    width: 234px;
    height: 24px;
    font-size: 22px;
    line-height: 1;
    text-align: center;
    margin: 0 auto 25px;
    letter-spacing: 0.04em;
  }
  #page-vision .block1 h2 {
    width: 244px;
  }
  #page-vision .block1 .box,
  #page-vision .block2 .box {
    width: 342px;
    height: 152px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 28px 10px 0 21px;
    border: 2px solid #d00235;
    margin: -12px 0 0;
  }
  #page-vision .block1 li,
  #page-vision .block2 li,
  #page-vision .block3 li {
    font-size: 16px;
    line-height: 1.2;
    list-style: none;
    background: url(../../corporate/img/vision/icon_check.png) no-repeat left
      2px;
    background-size: 16px auto;
    padding: 0 0 0 24px;
    margin-bottom: 7px;
  }
  #page-vision .arrow {
    clear: both;
    padding: 33px 0 39px 259px;
  }
  #page-vision .logo {
    padding: 0 0 22px 261px;
  }
  #page-vision .block3 {
    width: 100%;
  }
  #page-vision .block3 h2 {
    position: relative;
    width: 300px;
    background-color: #fff;
    font-size: 30px;
    line-height: 1;
    color: #131313;
    text-align: center;
    margin: 0 auto;
    letter-spacing: 0.05em;
  }
  #page-vision .block3 .box {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 31px 15px 28px;
    border: 2px solid #d00235;
    margin: -15px 0 0;
  }
  #page-vision .block3 ul {
    margin-left: 100px;
  }
  #page-vision .block3 li {
    font-size: 20px;
  }
  #page-vision .block3 .txt2 {
    font-size: 16px;
    line-height: 1;
    text-align: center;
    margin-bottom: 24px;
  }
  #page-vision .block3 p {
    font-size: 36px;
    text-align: center;
    color: #d00235;
    opacity: 0;
  }

  /* #page-about */
  /*--------------------------------------------------------------------------------*/
  #page-about table,
  #page-history table,
  #page-office table {
    margin-bottom: 106px;
  }
  #page-about th,
  #page-about td,
  #page-history th,
  #page-history td,
  #page-office th,
  #page-office td {
    border-bottom: 1px solid #d7d7d7;
    padding: 20px 0;
  }
  #page-about th,
  #page-history th,
  #page-office th {
    width: 133px;
    font-size: 14px;
    line-height: 1.4;
    font-weight: bold;
    color: #131313;
    text-align: left;
    vertical-align: middle;
    padding-left: 4px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #page-history th {
    width: 150px;
  }
  #page-about td,
  #page-history td,
  #page-office td {
    font-size: 16px;
    line-height: 1.7;
    color: #131313;
    text-align: left;
    vertical-align: middle;
  }
  #page-about th {
    width: 200px;
    letter-spacing: 0.04em;
  }
  #page-about td span {
    display: inline-block;
    width: 220px;
    letter-spacing: 0.04em;
  }

  #page-about td span.pos2 {
    display: inline-block;
    width: 320px;
    letter-spacing: 0.04em;
  }
  #page-about td .factory {
    padding: 0 0 20px 20px;
  }
  #page-about td .right-col {
    float: right;
  }
  #page-about .logo-block {
    clear: right;
    padding: 30px 0 6px;
  }
  #page-about .logo-block div {
    float: left;
  }
  #page-about .logo-block div:first-child {
    padding: 6px 54px 0 6px;
  }
  #page-about .logo-block div:last-child {
    padding-left: 67px;
  }
  #page-about td a {
    text-decoration: underline;
  }
  #page-about td a:hover {
    text-decoration: none;
  }
  #page-about .bold {
    width: auto;
    font-weight: bold;
  }

  /* #page-performance */
  /*--------------------------------------------------------------------------------*/
  #page-performance article section {
    padding-bottom: 60px;
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 60px;
  }
  #page-performance article section:last-child {
    border: none;
    padding-bottom: 0;
    margin-bottom: 100px;
  }
  #page-performance article h2 {
    font-size: 32px;
    line-height: 1;
    color: #131313;
    text-align: center;
    margin-bottom: 60px;
  }
  #page-performance h2 .border {
    display: inline-block;
    padding-bottom: 13px;
    border-bottom: 1px solid #ebebeb;
  }
  #page-performance article h3 {
    font-size: 22px;
    font-weight: normal;
    line-height: 1;
    background: url(../../corporate/img/performance/icon_h3.png) no-repeat left
      center;
    padding-left: 18px;
    margin-bottom: 30px;
  }
  #page-performance article h3 .small {
    font-size: 18px;
  }
  #page-performance #graph1,
  #page-performance #graph4 {
    position: relative;
    width: 100%;
    height: 368px;
    border: 1px solid #ebe6e4;
    margin-bottom: 60px;
  }
  #page-performance .sales-graph {
    position: relative;
    width: 604px;
    height: 278px;
    padding-top: 20px;
    margin: 30px 0 0 60px;
    border-left: 1px solid #ababab;
    border-bottom: 1px solid #ababab;
    opacity: 0;
  }
  #page-performance .sales-graph .bar {
    position: absolute;
    bottom: 0;
    width: 35px;
    background-color: #9c9c9c;
  }
  #page-performance .sales-graph .bar:nth-last-child(2) {
    background-color: #fcb1bd;
  }
  #page-performance .sales-graph .bar:last-child {
    position: absolute;
    bottom: 0;
    width: 35px;
    background-color: #d00235;
  }
  #page-performance .sales-graph .sales-num {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 2;
    opacity: 0;
  }

  #page-performance .sales-graph .sales-num p {
    position: absolute;
    color: #404040;
    width: 53px;
    text-align: center;
    margin: 0 0 5px -10px;
  }
  #page-performance .sales-graph .x-axis {
    position: absolute;
    width: 100%;
    bottom: 0;
    margin-bottom: -10px;
  }
  #page-performance .sales-graph .y-axis {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0 0 -10px -45px;
    text-align: right;
  }
  #page-performance .sales-graph .x-axis p {
    position: absolute;
    width: 35px;
    text-align: center;
    font-size: 12px;
    color: #d00235;
  }
  #page-performance .sales-graph .y-axis p {
    position: absolute;
    left: 0;
    width: 40px;
    font-size: 12px;
    color: #d00235;
    letter-spacing: 0;
  }
  #page-performance .sales-graph .y-axis p.unit {
    font-size: 11px;
    width: 250px;
    text-align: left;
    margin: -330px 0 0 -10px;
  }
  #page-performance .sales-graph .y-line {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
  }
  #page-performance .sales-graph .y-line .line {
    position: absolute;
    left: 0;
    bottom: 100px;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #9c9c9c;
  }

  #page-performance .graph2-block,
  #page-performance .graph5-block {
    position: relative;
    height: 370px;
    padding: 30px;
    border: 1px solid #ebe6e4;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 60px;
  }
  #page-performance .graph2-block .year,
  #page-performance .graph5-block .year {
    font-size: 36px;
    line-height: 1;
    color: #b3b3b3;
    padding: 137px 0 0 155px;
  }
  #page-performance #graph2,
  #page-performance #graph5 {
    position: absolute;
    top: 30px;
    left: 0;
    margin-left: -80px;
    width: 614px;
    padding: 0;
  }

  #page-performance .graph-legend {
    display: table;
    position: absolute;
    top: 0;
    right: 55px;
    height: 370px;
    font-size: 16px;
    letter-spacing: 0;
  }
  #page-performance .graph-legend .inner {
    display: table-cell;
    vertical-align: middle;
  }
  #page-performance .graph-legend .inner div {
    padding: 10px 0;
  }
  #page-performance .graph-legend span {
    display: inline-block;
    width: 25px;
    height: 24px;
    margin-right: 20px;
    vertical-align: bottom;
  }

  /*従業員グラフ*/
  #page-performance #graph3,
  #page-performance #graph6 {
    position: relative;
    width: 700px;
    height: 368px;
    border: 1px solid #ebe6e4;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #page-performance .employee-graph {
    position: relative;
    width: 604px;
    height: 278px;
    margin: 30px 0 0 60px;
    padding-top: 20px;
    border-left: 1px solid #ababab;
    border-bottom: 1px solid #ababab;
    opacity: 0;
  }
  #page-performance .employee-graph .bar {
    position: absolute;
    bottom: 0px;
    left: 45px;
    width: 19px;
    background: url(../../corporate/img/performance/bar_employee.png) no-repeat
      center top;
  }
  #page-performance .employee-graph .y-axis {
    position: absolute;
    left: 0;
    bottom: 0;
    margin-left: -45px;
    margin-bottom: -6px;
  }
  #page-performance .employee-graph .y-axis p {
    position: absolute;
    font-size: 12px;
    width: 40px;
    line-height: 1;
    color: #d00235;
    text-align: right;
  }
  #page-performance .employee-graph .y-axis p.unit {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 11px;
    width: 50px;
    margin: -325px 0 0 -10px;
  }
  #page-performance .employee-graph .x-axis {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    margin: 0 0 -10px -8px;
  }
  #page-performance .employee-graph .x-axis p {
    position: absolute;
    width: 33px;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    color: #d00235;
    margin-right: 20px;
  }
  #page-performance .employee-num {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    opacity: 0;
    margin: 0 0 10px -18px;
  }
  #page-performance .employee-num p {
    position: absolute;
    color: #404040;
    width: 53px;
    text-align: center;
  }
  #page-performance table {
    width: 100%;
  }
  #page-performance th,
  #page-performance td {
    border-bottom: 1px solid #d7d7d7;
    padding: 20px 0;
  }
  #page-performance th {
    width: 230px;
    font-size: 14px;
    line-height: 1.4;
    font-weight: bold;
    color: #131313;
    text-align: left;
    vertical-align: middle;
    padding-left: 4px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #page-performance td {
    font-size: 16px;
    line-height: 1.7;
    color: #131313;
    text-align: left;
    vertical-align: middle;
  }

  /* #page-history */
  /*--------------------------------------------------------------------------------*/
  #page-history article th {
    padding-right: 30px;
  }
  #page-history article .month {
    float: right;
    display: inline-block;
    text-align: right;
  }
  #page-history article p.left-col {
    float: left;
    width: 300px;
  }
  #page-history article td {
    position: relative;
  }
  #page-history article .pic {
    float: right;
  }
  /* #page-office */
  /*--------------------------------------------------------------------------------*/
  #page-office article h2 {
    font-size: 32px;
    line-height: 1;
    color: #131313;
    text-align: center;
    margin-bottom: 60px;
  }
  #page-office h2 .border {
    display: inline-block;
    padding-bottom: 13px;
    border-bottom: 1px solid #ebebeb;
  }
  #page-office table {
    width: 100%;
    table-layout: fixed;
    border-bottom: 1px solid #d7d7d7;
  }
  #page-office th {
    width: 220px;
    letter-spacing: 0;
  }
  #page-office .subttl1 + table th,
  #page-office .subttl2 + table th {
    width: 100px;
  }
  #page-office th + td {
    padding-left: 10px;
    letter-spacing: 0;
  }
  #page-office td {
    font-size: 14px;
  }
  #page-office th,
  #page-office td {
    width: auto;
    border-bottom: none;
    border-top: 1px solid #d7d7d7;
  }
  #page-office td:nth-child(2) {
    width: 270px;
  }
  #page-office td:nth-child(3) {
    width: 125px;
    padding-left: 10px;
    letter-spacing: 0;
  }
  #page-office td:last-child {
    width: 136px;
  }
  #page-office tr:first-child th,
  #page-office tr:first-child td,
  #page-office .map td {
    border: none;
  }
  #page-office .map {
    display: none;
  }
  #page-office .map td {
    text-align: center;
    padding-left: 0;
  }
  #page-office .btn-open a {
    display: inline-block;
    width: 136px;
    height: 43px;
    font-size: 14px;
    color: #fff;
    line-height: 1;
    background: url(../../corporate/img/office/icon_arrow_open.png) no-repeat
      111px 19px;
    background-size: 12px auto;
    background-color: #d00235;
    padding: 15px 16px 15px 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #page-office .btn-close {
    padding-top: 20px;
  }
  #page-office .btn-close a {
    display: inline-block;
    width: 156px;
    height: 51px;
    font-size: 14px;
    color: #fff;
    line-height: 1;
    text-align: left;
    background: url(../../corporate/img/office/icon_arrow_close.png) no-repeat
      131px 22px;
    background-size: 12px auto;
    background-color: #d00235;
    padding: 19px 0 15px 35px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #page-office .btn-open a:hover,
  #page-office .btn-close a:hover {
    background-color: #9e9e9e;
  }
  #page-office .map iframe {
    width: 700px;
    height: 370px;
    margin-bottom: 10px;
  }
  #page-office article h3,
  #page-office article p {
    text-align: left;
  }
  #page-office article h3 {
    margin-bottom: 10px;
  }
  #page-office article p {
    margin-bottom: 20px;
  }

  /* #page-recruit */
  /*--------------------------------------------------------------------------------*/
  #page-recruit #breadcrumb {
    border-bottom: 160px solid #fff;
    margin-bottom: 294px;
  }
  #page-recruit h1 {
    position: absolute;
    top: 178px;
  }
  #page-recruit .lead {
    position: absolute;
    width: 100%;
    top: 250px;
    font-size: 18px;
    color: #333;
    line-height: 1;
    text-align: center;
  }
  #page-recruit #main {
    position: fixed;
    top: 0;
    left: 50%;
    width: 100%;
    min-width: 1172px;
    margin-left: -50%;
    z-index: -1;
  }
  #page-recruit #main img {
    width: 100%;
    height: auto;
  }
  #page-recruit article h2 {
    font-size: 32px;
    line-height: 1;
    color: #131313;
    text-align: center;
    margin-bottom: 60px;
  }
  #page-recruit h2 .border {
    display: inline-block;
    padding-bottom: 13px;
    border-bottom: 1px solid #ebebeb;
  }
  #page-recruit article .pic1 {
    padding: 0 0 54px;
  }
  #page-recruit article .txt1 {
    font-size: 16px;
    line-height: 1.6;
    padding: 0 36px 0 56px;
    margin-bottom: 45px;
  }
  #page-recruit article .txt2 {
    font-size: 20px;
    line-height: 1.3;
    text-align: right;
    padding: 0 36px 0 0;
    margin-bottom: 86px;
  }
  #page-recruit .block-box {
    width: 100%;
    background-color: #f5f5f5;
    border-top: 4px solid #d00235;
  }
  #page-recruit .block-box .inner {
    max-width: 1172px;
    background-color: #fff;
    margin: 0 auto;
  }
  #page-recruit .block-left {
    float: left;
    display: table;
    width: 50%;
  }
  #page-recruit .block-right {
    float: right;
    display: table;
    width: 50%;
  }
  #page-recruit .block-box .pic {
    overflow: hidden;
  }
  #page-recruit .block-box .pic,
  #page-recruit .block-box .txt {
    position: relative;
    display: table-cell;
    width: 50%;
    vertical-align: top;
  }
  #page-recruit .block-box .pic .tri {
    position: absolute;
    display: block;
    width: 20px;
    height: 35px;
    top: 50%;
    right: 0;
    margin-top: -17px;
    background: url(../../corporate/img/top/icon_tri_white.png) no-repeat right
      center;
    background-size: 20px 35px;
    z-index: 2;
  }
  #page-recruit .block-box .txt {
    padding-top: 46px;
  }
  #page-recruit .block-box h3 {
    width: 79.5%;
    font-size: 24px;
    color: #131313;
    line-height: 1.1;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 17px;
    margin: 0 auto 13px;
  }
  #page-recruit .block-box p {
    width: 79.5%;
    font-size: 15px;
    line-height: 1.67;
    margin: 0 auto;
  }
}

/* sp */
@media only screen and (max-width: 767px) {
  /* common */
  /*--------------------------------------------------------------------------------*/
  aside h3 img {
    width: 22.8%;
    height: auto;
  }

  /* #page-index */
  /*--------------------------------------------------------------------------------*/
  #page-index h1 {
    position: relative;
    margin: 0 auto;
    z-index: 2;
    padding: 20px 0;
    opacity: 0;
    letter-spacing: 0.04em;
  }
  #page-index #main {
    position: relative;
    width: 100%;
    height: 124px;
    background: url(../../corporate/img/main_sp.jpg) no-repeat center;
    background-size: cover;
    border-bottom: 4px solid #fff;
    margin-top: -91px;
    overflow: hidden;
  }
  #page-index #main .pre {
    position: absolute;
    width: 100%;
    height: 124px;
    background: url(../../corporate/img/main_pre_sp.jpg) no-repeat center;
    background-size: cover;
  }
  #page-index #main img {
    width: 100%;
    height: auto;
    opacity: 0;
  }
  #page-index .lead {
    position: relative;
    max-width: 320px;
    width: 84.7%;
    margin: 0 auto;
    z-index: 2;
    opacity: 0;
  }

  #page-index article {
    width: 100%;
    border-top: 4px solid #d00235;
  }
  #page-index #wrapper {
    width: 100%;
  }
  #page-index #col1 {
    overflow: hidden;
  }

  #page-index #col1 p {
    display: none;
  }
  #page-index #col1 a {
    width: 100%;
    display: table;
  }
  #page-index #vision,
  #page-index #performance,
  #page-index #office {
    background-color: #ececec;
  }
  #page-index #col1 .pic {
    position: relative;
    display: table-cell;
    width: 31.4%;
  }
  #page-index #col1 .txt {
    display: table-cell;
    width: 68.6%;
  }
  #page-index #col1 h2 {
    font-size: 2rem;
    color: #131313;
    margin-left: 8.1%;
    padding: 20% 0 17.3%;
    letter-spacing: 0.04em;
  }
  #page-index #col1 .pic img {
    display: none;
  }
  #page-index #message .pic {
    background: url(../../corporate/img/pic_message.jpg) no-repeat center;
    background-size: cover;
  }
  #page-index #vision .pic {
    background: url(../../corporate/img/pic_vision.jpg) no-repeat center;
    background-size: cover;
  }
  #page-index #about .pic {
    background: url(../../corporate/img/pic_about.jpg) no-repeat center center;
    background-size: cover;
  }
  #page-index #performance .pic {
    background: url(../../corporate/img/pic_performance.jpg) no-repeat center
      center;
    background-size: cover;
  }
  #page-index #history .pic {
    background: url(../../corporate/img/pic_history.jpg) no-repeat center center;
    background-size: cover;
  }
  #page-index #office .pic {
    background: url(../../corporate/img/pic_office.jpg) no-repeat center center;
    background-size: cover;
  }
  #page-index #recruit .pic {
    background: url(../../corporate/img/pic_recruit.jpg) no-repeat center center;
    background-size: cover;
  }
  #page-index #col1 .pic .tri {
    position: absolute;
    display: block;
    width: 16px;
    height: 27px;
    top: 50%;
    right: 0;
    margin: -8px -1px 0 0;
    background: url(../../corporate/img/top/icon_tri_white.png) no-repeat right
      center;
    background-size: 16px 27px;
    z-index: 2;
  }
  #page-index #vision .pic .tri,
  #page-index #performance .pic .tri,
  #page-index #office .pic .tri {
    background: url(../../corporate/img/top/icon_tri_gray.png) no-repeat right
      center;
    background-size: 16px 27px;
  }

  /* #page-message */
  /*--------------------------------------------------------------------------------*/
  #page-message #col2 section h3,
  #page-message #col2 section p {
    width: 90%;
    font-size: 1.3rem;
    margin: 0 auto;
    word-break: break-all;
  }
  #page-message #col2 section h2,
  #page-message #col2 section h3 {
    margin-bottom: 5%;
  }
  #page-message article img {
    width: 100%;
    height: auto;
  }
  #page-message #col2 section .txt1 {
    margin-bottom: 5%;
  }
  #page-message #col2 section .txt2 {
    font-size: 1.4rem;
    text-align: right;
  }
  #page-message section:first-child {
    border-bottom: 1px solid #d7d7d7;
  }

  /* #page-vision */
  /*--------------------------------------------------------------------------------*/
  #page-vision h1 {
    font-size: 2rem;
    text-align: center;
    padding: 20px 0 0;
  }
  #page-vision .lead {
    position: relative;
    color: #333;
    margin: 6px 10px 10px;
    z-index: 2;
  }
  #page-vision #main {
    width: 100%;
    height: 124px;
    background: url(../../corporate/img/vision/main_sp.jpg) no-repeat center;
    background-size: cover;
    z-index: -1;
  }
  #page-vision #main img {
    width: 100%;
    height: auto;
  }
  #page-vision #section-box {
    padding-bottom: 50px;
  }
  #page-vision .txt1 {
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 14px;
  }
  #page-vision .block1,
  #page-vision .block2 {
    width: 100%;
    background-color: #ececec;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 10px 10px 12px;
  }
  #page-vision .block1 {
    margin-bottom: 20px;
  }
  #page-vision .block1 h2,
  #page-vision .block2 h2 {
    position: relative;
    width: 200px;
    height: 24px;
    font-size: 2rem;
    line-height: 1;
    text-align: center;
    margin: 0 auto 15px;
    letter-spacing: 0.04em;
  }
  #page-vision .block1 h2 {
    width: 230px;
  }
  #page-vision .block1 li,
  #page-vision .block2 li,
  #page-vision .block3 li {
    font-size: 1.4rem;
    line-height: 1.4;
    list-style: none;
    background: url(../../corporate/img/vision/icon_check.png) no-repeat left
      2px;
    background-size: 16px auto;
    padding: 0 0 0 24px;
    margin-bottom: 15px;
  }
  #page-vision .arrow {
    clear: both;
    text-align: center;
    padding: 33px 0 39px;
  }
  #page-vision .logo {
    text-align: center;
    padding: 0 0 22px 0px;
  }
  #page-vision .block3 {
    width: 100%;
  }
  #page-vision .block3 h2 {
    position: relative;
    width: 220px;
    background-color: #fff;
    font-size: 2.2rem;
    line-height: 1;
    color: #131313;
    text-align: center;
    margin: 0 auto;
    letter-spacing: 0.04em;
  }
  #page-vision .block3 .txt2 {
    font-size: 1.4rem;
    line-height: 1;
    text-align: center;
    margin-bottom: 12px;
  }
  #page-vision .block3 .box {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 15px 3px 15px;
    border: 2px solid #d00235;
    margin: -12px 0 0;
  }
  #page-vision .block3 li {
    font-size: 1.6rem;
  }
  #page-vision .block3 p {
    font-size: 2.2rem;
    line-height: 1.3;
    text-align: center;
    color: #d00235;
    opacity: 0;
  }

  /* #page-about */
  /*--------------------------------------------------------------------------------*/
  #page-about table,
  #page-history table,
  #page-office table {
    width: 100%;
    margin-bottom: 20px;
  }
  #page-about th,
  #page-about td,
  #page-history th,
  #page-history td,
  #page-office th,
  #page-office td {
    display: block;
  }
  #page-about th,
  #page-history th,
  #page-office th {
    font-size: 1.3rem;
    padding: 20px 0;
  }
  #page-about td,
  #page-office td {
    font-size: 1.4rem;
    line-height: 1.7;
    padding-bottom: 20px;
    border-bottom: 1px solid #d7d7d7;
  }
  #page-about td {
    letter-spacing: 0.02em;
  }
  #page-about td span {
    display: inline-block;
    width: 150px;
  }
  #page-about td span.pos2 {
    width: 68%;
    letter-spacing: 0;
  }
  #page-about td .factory {
    padding: 0 0 20px 20px;
  }
  #page-about td span.sp {
    display: inline;
  }
  #page-about .logo-block div {
    float: left;
    margin: auto;
  }
  #page-about .logo-block div img {
    width: 100%;
    height: auto;
  }

  #page-about .right-col {
    padding-left: 14px;
  }
  #page-about .bold {
    width: auto;
    font-weight: bold;
  }
  #page-about td a {
    text-decoration: underline;
  }

  /* #page-performance */
  /*--------------------------------------------------------------------------------*/
  #page-performance article section {
    padding-bottom: 30px;
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 30px;
  }
  #page-performance article section:last-child {
    margin-bottom: 50px;
    border: none;
  }
  #page-performance article h2 {
    color: #131313;
    font-size: 1.6rem;
    line-height: 1;
    text-align: center;
    margin: 0 auto 30px;
  }
  #page-performance h2 .border {
    display: inline-block;
    padding-bottom: 13px;
    border-bottom: 1px solid #ebebeb;
  }
  #page-performance article h3 {
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 1;
    background: url(../../corporate/img/performance/icon_h3.png) no-repeat left
      center;
    padding-left: 1.4rem;
    margin-bottom: 15px;
    letter-spacing: 0.04em;
  }
  #page-performance article h3 .small {
    font-size: 1.1rem;
  }

  #page-performance #graph1,
  #page-performance #graph4 {
    position: relative;
    width: 100%;
    padding: 5% 5% 10% 15%;
    border: 1px solid #ebe6e4;
    margin-bottom: 30px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #page-performance .sales-graph {
    position: relative;
    width: 100%;
    height: 200px;
    padding-top: 20px;
    border-left: 1px solid #ababab;
    border-bottom: 1px solid #ababab;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0;
  }
  #page-performance .sales-graph .bar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 5%;
    background-color: #9c9c9c;
  }
  #page-performance .sales-graph .bar:last-child {
    background-color: #d00235;
  }
  #page-performance .sales-graph .y-axis {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0 0 -0.45rem -45px;
  }
  #page-performance .sales-graph .y-axis p {
    position: absolute;
    width: 40px;
    font-size: 0.9rem;
    line-height: 1;
    color: #d00235;
    text-align: right;
  }
  #page-performance .sales-graph .y-axis p.unit {
    font-size: 1.1rem;
    background-color: #fff;
    line-height: 1.5;
    width: 150px;
    margin: -215px 0 0 5px;
    text-align: left;
  }
  #page-performance .sales-graph .x-axis {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    margin-bottom: -1.5rem;
    margin-left: -2.5%;
    letter-spacing: 0;
  }
  #page-performance .sales-graph .x-axis p {
    position: absolute;
    width: 10%;
    font-size: 0.9rem;
    line-height: 1;
    text-align: center;
    color: #d00235;
    margin-right: 0%;
    word-break: break-all;
    transform: rotate(-20deg);
    -moz-transform: rotate(-20deg);
    -webkit-transform: rotate(-20deg);
  }
  #page-performance .sales-graph .sales-num {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    opacity: 0;
    margin-left: -2.5%;
    letter-spacing: 0;
    z-index: 2;
  }
  #page-performance .sales-num p {
    position: absolute;
    left: 0;
    color: #404040;
    width: 10%;
    font-size: 0.9rem;
    text-align: center;
    padding-bottom: 0;
    margin: 0 0 10px 0;
    transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
  }
  #page-performance .sales-graph .y-line {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
  }
  #page-performance .sales-graph .y-line .line {
    position: absolute;
    left: 0;
    bottom: 100px;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #9c9c9c;
  }
  #page-performance .graph2-block,
  #page-performance .graph5-block {
    position: relative;
    width: 100%;
    border: 1px solid #ebe6e4;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5% 0;
    margin-bottom: 30px;
  }
  #page-performance .graph2-block .year,
  #page-performance .graph5-block .year {
    position: absolute;
    top: 20%;
    width: 100%;
    text-align: center;
    font-size: 1.8rem;
    line-height: 1;
    color: #b3b3b3;
  }
  #page-performance #graph2,
  #page-performance #graph5 {
    width: 100%;
  }
  #page-performance .graph-legend {
    font-size: 1.4rem;
    padding: 3% 0 0 15%;
  }
  #page-performance .graph-legend .inner div {
    padding: 2% 0;
  }
  #page-performance .graph-legend span {
    display: inline-block;
    width: 25px;
    height: 24px;
    margin-right: 15px;
    vertical-align: bottom;
  }

  #page-performance #graph3,
  #page-performance #graph6 {
    position: relative;
    width: 100%;
    padding: 10% 5% 13% 13%;
    border: 1px solid #ebe6e4;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #page-performance .employee-graph {
    position: relative;
    width: 100%;
    height: 200px;
    padding-top: 20px;
    border-left: 1px solid #ababab;
    border-bottom: 1px solid #ababab;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0;
  }
  #page-performance .employee-graph .bar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 5%;
    background: url(../../corporate/img/performance/bar_employee.png) no-repeat
      center top;
    background-size: 100% auto;
  }
  #page-performance .employee-graph .y-axis {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0 0 -0.45rem -45px;
  }
  #page-performance .employee-graph .y-axis p {
    position: absolute;
    width: 40px;
    font-size: 0.9rem;
    line-height: 1;
    color: #d00235;
    text-align: right;
    letter-spacing: 0;
  }
  #page-performance .employee-graph .y-axis p.unit {
    font-size: 1.1rem;
    width: 100px;
    line-height: 1.3;
    margin: -225px 0 0 10px;
    text-align: left;
  }
  #page-performance .employee-graph .x-axis {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    margin-bottom: -1.5rem;
    margin-left: -2.5%;
  }
  #page-performance .employee-graph .x-axis p {
    position: absolute;
    width: 10%;
    font-size: 0.9rem;
    line-height: 1;
    text-align: center;
    color: #d00235;
    margin-right: 0%;
    word-break: break-all;
    transform: rotate(-20deg);
    -moz-transform: rotate(-20deg);
    -webkit-transform: rotate(-20deg);
  }
  #page-performance .employee-graph .employee-num {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    opacity: 0;
    margin-left: -2.5%;
  }
  #page-performance .employee-num p {
    position: absolute;
    left: 0;
    color: #404040;
    width: 11%;
    font-size: 0.9rem;
    text-align: center;
    letter-spacing: 0;
    padding-bottom: 0;
    margin: 0 0 10px 0;
    transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
  }

  #page-performance table {
    width: 100%;
    margin-bottom: 20px;
  }
  #page-performance table th,
  #page-performance table td {
    display: block;
  }
  #page-performance table th {
    font-size: 1.3rem;
    padding: 20px 0;
  }
  #page-performance table td {
    font-size: 1.4rem;
    line-height: 1.7;
    padding-bottom: 20px;
    border-bottom: 1px solid #d7d7d7;
  }

  /* #page-history */
  /*--------------------------------------------------------------------------------*/
  #page-history td {
    font-size: 1.4rem;
    line-height: 1.7;
    padding-bottom: 20px;
  }
  #page-history td.no-th {
    padding-top: 20px;
  }
  #page-history td .pic {
    margin-bottom: 20px;
  }
  #page-history td .pic img {
    width: 100%;
    height: auto;
  }
  #page-history td:last-child {
    border-bottom: 1px solid #d7d7d7;
  }

  /* #page-office */
  /*--------------------------------------------------------------------------------*/
  #page-office article h2 {
    color: #131313;
    font-size: 1.6rem;
    line-height: 1;
    text-align: center;
    margin: 50px auto 30px;
  }
  #page-office article h2:first-child {
    margin-top: 0;
  }
  #page-office h2 .border {
    display: inline-block;
    padding-bottom: 13px;
    border-bottom: 1px solid #ebebeb;
  }
  #page-office table {
    width: 100%;
    border-bottom: 1px solid #d7d7d7;
    letter-spacing: 0.04em;
    word-break: keep-all !important;
  }
  #page-office h1 img {
    width: 49.5%;
    height: auto;
  }
  #page-office th {
    width: 100%;
    border-top: 1px solid #d7d7d7;
  }
  #page-office td {
    width: 100%;
    border-bottom: none;
  }
  #page-office .map {
    display: none;
  }
  #page-office .map iframe {
    width: 100%;
    margin-bottom: 10px;
  }
  #page-office .map td {
    text-align: center;
  }
  #page-office .btn-open {
    text-align: center;
  }
  #page-office .btn-open a {
    display: inline-block;
    width: 136px;
    height: 43px;
    font-size: 1.4rem;
    color: #fff;
    line-height: 1;
    text-align: left;
    background: url(../../corporate/img/office/icon_arrow_open.png) no-repeat
      111px 19px;
    background-size: 12px auto;
    background-color: #d00235;
    padding: 15px 16px 15px 23px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #page-office .btn-close {
    padding-top: 20px;
  }
  #page-office .btn-close a {
    display: inline-block;
    width: 156px;
    height: 51px;
    font-size: 1.4rem;
    color: #fff;
    line-height: 1;
    text-align: left;
    background: url(../../corporate/img/office/icon_arrow_close.png) no-repeat
      133px 22px;
    background-size: 12px auto;
    background-color: #d00235;
    padding: 19px 0 15px 29px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #page-office .btn-close {
    padding-top: 20px;
  }

  #page-office h3,
  #page-office p {
    text-align: left;
  }
  #page-office h3 {
    margin-bottom: 5px;
  }
  #page-office p {
    margin-bottom: 15px;
  }

  /* #page-recruit */
  /*--------------------------------------------------------------------------------*/
  #page-recruit h1 {
    padding: 18px 0 0;
    margin: 0 auto;
  }
  #page-recruit .lead {
    position: relative;
    color: #333;
    margin: 6px 10px 10px;
    z-index: 2;
  }
  #page-recruit #main {
    position: relative;
    width: 100%;
    height: auto;
  }
  #page-recruit #main img {
    width: 100%;
    height: auto;
  }

  #page-recruit article h2 {
    color: #131313;
    font-size: 1.6rem;
    line-height: 1;
    text-align: center;
    margin: 0 auto 30px;
  }
  #page-recruit h2 .border {
    display: inline-block;
    padding-bottom: 13px;
    border-bottom: 1px solid #ebebeb;
  }
  #page-recruit article p {
    width: 90%;
    font-size: 1.3rem;
    margin: 0 auto;
    word-break: break-all;
  }
  #page-recruit article h3 {
    width: 60%;
    margin: 0 auto;
  }
  #page-recruit #col2 section .pic1,
  #page-recruit #col2 section h3 {
    margin-bottom: 5%;
  }
  #page-recruit article img {
    width: 100%;
    height: auto;
  }
  #page-recruit section .txt1 {
    margin-bottom: 5%;
  }
  #page-recruit section .txt2 {
    font-size: 1.4rem;
    text-align: right;
  }
  #page-recruit .block-box {
    border-top: 4px solid #d00235;
  }
  #page-recruit .block-box .block-left a,
  #page-recruit .block-box .block-right a {
    display: table;
    width: 100%;
  }
  #page-recruit .block-box .block-right a {
    background-color: #ececec;
  }
  #page-recruit .block-box .pic {
    position: relative;
    display: table-cell;
    width: 31.4%;
  }
  #page-recruit .block-box .txt {
    display: table-cell;
    width: 68.6%;
  }
  #page-recruit .block-box h3 {
    font-size: 1.6rem;
    color: #131313;
    line-height: 1.1;
    margin-left: 8.1%;
    padding: 20% 0 17.3%;
  }
  #page-recruit .block-box p {
    display: none;
  }
  #page-recruit .block-box .pic img {
    display: none;
  }
  #page-recruit .block-box .block-left .pic {
    background: url(../../corporate/img/recruit/pic_02.png) no-repeat center;
    background-size: cover;
  }
  #page-recruit .block-box .block-right .pic {
    background: url(../../corporate/img/recruit/pic_03.png) no-repeat center;
    background-size: cover;
  }
  #page-recruit .block-box .pic .tri {
    position: absolute;
    display: block;
    width: 16px;
    height: 27px;
    top: 50%;
    right: 0;
    margin: -8px -1px 0 0;
    background: url(../../corporate/img/top/icon_tri_white.png) no-repeat right
      center;
    background-size: 16px 27px;
    z-index: 2;
  }
  #page-recruit .block-box .block-right .pic .tri {
    background: url(../../corporate/img/top/icon_tri_gray.png) no-repeat right
      center;
    background-size: 16px 27px;
  }
}
@media only screen and (max-width: 374px) {
  #page-index .lead {
    position: relative;
    max-width: 320px;
    width: 95%;
    padding-top: 10px;
    margin: 0 auto;
    z-index: 2;
    opacity: 0;
  }
}
