@charset "UTF-8";
/* font family */
/* 見出し */
/* ボタン */
/* ------------------------------
 	home.css
 	modified: 2016/07/07
------------------------------ */
@media (max-width: 768px) {
  .heading-01 {
    font-size: 26px;
  }
  .heading-01 strong {
    display: inline-block;
    padding-left: 2px;
    font-size: 12px;
  }

  .section-header {
    padding: 24px 0 0 0;
  }
  .section-header .lead {
    margin-top: 12px;
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 769px) {
  .section-header {
    padding: 35px 0 0 0;
    text-align: center;
  }
  .section-header .heading-01 {
    font-size: 44px;
    line-height: 1.15;
  }
  .section-header .heading-01 strong {
    margin-top: -3px;
  }
  .section-header .lead {
    margin-top: 16px;
    font-size: 24px;
    line-height: 34px;
  }
}
/* cover
------------------------------ */
#cover .slide-inner .lead {
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#cover .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.6);
  cursor: pointer;
}
#cover .slick-arrow .ico-svg {
  display: block;
  fill: #fff;
}
@media (max-width: 768px) {
  #cover .slide-inner video {
    display: none;
  }
  #cover .slide-inner .img img {
    width: 100%;
    height: auto;
  }
  #cover .slide-inner .lead {
    background: #e9401a;
  }
  #cover .slide-inner .lead .texts {
    position: relative;
    z-index: 2;
    padding: 11px 15px;
  }
  #cover .slide-inner .lead .catch {
    margin-bottom: 4px;
    font-size: 15px;
    line-height: 22px;
  }
  #cover .slide-inner .lead .text {
    font-size: 12px;
    line-height: 18px;
  }
  #cover .slick-arrow {
    margin-top: -53px;
    padding: 17px 7px;
  }
  #cover .slick-arrow.slick-prev {
    left: 0;
    border-radius: 0 2px 2px 0;
  }
  #cover .slick-arrow.slick-next {
    right: 0;
    border-radius: 2px 0 0 2px;
  }
  #cover .slick-arrow .ico-svg {
    width: 7px;
    height: 12px;
  }
  #cover .slick-arrow:hover {
    background: rgba(0, 0, 0, 0.9);
  }
}
@media (min-width: 769px) {
  #cover .slide-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 50%;
  }
  #cover .slide-inner video {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: auto;
  }
  #cover .slide-inner video img {
    width: 100%;
    height: auto;
  }
  #cover .slide-inner .img {
    display: none;
  }
  #cover .slide-inner .lead {
    position: absolute;
    right: 0;
    bottom: 6.66%;
  }
  #cover .slide-inner .lead:before {
    content: '';
    position: absolute;
    top: 0;
    left: -65px;
    z-index: 1;
    display: block;
    width: 150%;
    height: 100%;
    background: rgba(233, 64, 26, 0.8);
    transform: skewX(-20deg);
  }
  #cover .slide-inner .lead .texts {
    position: relative;
    z-index: 2;
    width: 430px;
    padding: 28px 0 25px;
  }
  #cover .slide-inner .lead .catch {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 36px;
  }
  #cover .slick-arrow {
    padding: 26px 9px;
    border-radius: 3px;
    transition: .2s ease background-color;
  }
  #cover .slick-arrow.slick-prev {
    left: 10px;
  }
  #cover .slick-arrow.slick-next {
    right: 10px;
  }
  #cover .slick-arrow .ico-svg {
    width: 12px;
    height: 18px;
  }
  .pc #cover .slick-arrow:hover {
    background: rgba(0, 0, 0, 0.9);
  }
}

/* vission
------------------------------ */
#vision {
  background: #f0f0f0;
}
#vision h3 {
  font-size: 26px;
  line-height: 150%;
}
#vision ul {
  list-style-type: disc;
  padding-left: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
}
#vision ul li {
  list-style-type: disc;
}
#vision .visual a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: no-repeat center center;
  background-size: cover;
}
#vision .visual a:before, #vision .visual a:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: #fff no-repeat 55% center;
  background-size: auto 38%;
  opacity: 1;
  transition: .2s ease opacity;
}
@media (max-width: 768px) {
  #vision .visual a:before, #vision .visual a:after {
    width: 54px;
    height: 54px;
  }
}
#vision .visual a:before {
  z-index: 2;
  background-image: url('../../img/common/ico_play_ov.svg');
}
#vision .visual a:after {
  z-index: 3;
  background-image: url('../../img/common/ico_play.svg');
}
.pc #vision .visual a:hover:after {
  opacity: 0;
}
@media (max-width: 768px) {
  #vision .container-fluid:first-child {
    position: relative;
    padding-bottom: 0;
  }
  #vision .visual {
    margin-top: 18px;
    text-align: center;
  }
  #vision .visual a:after {
    width: 54px;
    height: 54px;
  }
  #vision .texts {
    padding: 0 15px 20px;
  }
  #vision .texts .text {
    padding: 11px 0 0;
  }
}
@media (min-width: 769px) {
  #vision .section-content {
    padding: 30px 0 0 0;
  }
  #vision .container-fluid:after {
    content: '';
    display: block;
    clear: both;
  }
  #vision .container-fluid:first-child {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  #vision .visual {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    padding: 0;
  }
  #vision .visual a:after {
    width: 76px;
    height: 76px;
  }
  #vision .visual img {
    width: 100%;
    height: auto;
  }
  #vision .texts {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    padding: 28px 4.166%;
  }
  #vision .texts .texts-inner {
    padding-bottom: 2px;
  }
  #vision .texts .heading-01 {
    text-align: left;
  }
  #vision .texts .heading-01 strong {
    display: inline-block;
    margin-top: 0;
    padding-right: 10px;
  }
}
#vision .data {
  text-align: center;
}
#vision .data .number {
  color: #e8340c;
  font-family: "Oxygen", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 768px) {
  #vision .data .col-3 {
    padding: 12px 15px 19px;
    border-top: 1px solid #dddddd;
  }
  #vision .data .number {
    font-size: 40px;
    line-height: 1;
    white-space: nowrap;
  }
  #vision .data .number .unit {
    font-size: 15px;
  }
  #vision .data .desc {
    margin-top: 5px;
    font-size: 12px;
    line-height: 18px;
  }
}
@media (min-width: 769px) {
  #vision .data {
    display: table;
    width: 100%;
    border-top: 1px solid #dddddd;
  }
  #vision .data .col-3 {
    display: table-cell;
    vertical-align: top;
    width: 33.33%;
    padding: 28px 10px 36px;
    border-left: 1px solid #dddddd;
  }
  #vision .data .col-3:first-child {
    border-left-width: 0;
  }
  #vision .data .number {
    font-size: 80px;
    line-height: 1;
    white-space: nowrap;
  }
  #vision .data .number .unit {
    font-size: 30px;
  }
  #vision .data .desc {
    margin-top: 14px;
    line-height: 20px;
  }
}

/* products
------------------------------ */
#products {
  background: #f0f0f0;
}
@media (max-width: 768px) {
  #products .visual {
    margin-top: 18px;
    text-align: center;
  }
  #products .lead {
    margin-top: 12px;
    font-size: 18px;
    line-height: 1.5;
  }
  #products .texts {
    padding: 0 15px;
  }
  #products .texts .text {
    margin-top: 9px;
  }
  #products .texts .more {
    margin-top: 18px;
  }
}
@media (min-width: 769px) {
  #products .container-fluid {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  #products .visual {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    padding: 0 2% 1.6%;
  }
  #products .visual img {
    width: 100%;
    height: auto;
  }
  #products .texts {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    padding: 14px 4.166% 28px;
  }
  #products .texts .texts-inner {
    padding-bottom: 10px;
  }
  #products .texts .heading-01 {
    text-align: left;
  }
  #products .texts .heading-01 strong {
    display: inline-block;
    margin-top: 0;
    padding-right: 10px;
  }
  #products .texts .lead {
    margin-top: 14px;
    font-size: 24px;
    line-height: 32px;
  }
  #products .texts .text {
    padding: 18px 0 0;
  }
  #products .texts .more {
    margin-top: 24px;
  }
}

/* cases
------------------------------ */
@media (max-width: 768px) {
  #cases .more {
    position: absolute;
    top: 0;
    right: 15px;
  }
}
@media (min-width: 769px) {
  #cases .section-header .more {
    position: absolute;
    top: 5px;
    right: 50px;
  }
}
#cases .case-pickup {
  text-align: center;
}
#cases .case-pickup .col-2 {
  position: relative;
}
#cases .case-pickup .heading {
  position: relative;
  z-index: 3;
  background: #fff;
  border-bottom: 1px solid #dddddd;
  color: #e8340c;
  font-weight: normal;
}
#cases .case-pickup .heading span {
  display: block;
  color: #3d4247;
}
#cases .case-pickup .list {
  position: relative;
  z-index: 1;
  display: table;
  table-layout: fixed;
  width: 100%;
  border-top: 1px solid #dddddd;
}
#cases .case-pickup .list li {
  display: table-cell;
  vertical-align: top;
  width: 25%;
  border: 1px solid #dddddd;
}
#cases .case-pickup .list .name img {
  max-width: 100%;
  height: auto;
}
#cases .case-pickup .list .img img {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  #cases .case-pickup {
    margin-top: 16px;
  }
  #cases .case-pickup .heading {
    padding: 9px 5px 6px;
    font-size: 16px;
    line-height: 20px;
  }
  #cases .case-pickup .heading span {
    font-size: 14px;
    line-height: 20px;
  }
  #cases .case-pickup .name {
    padding: 10px 0;
  }
  #cases .case-pickup .name img {
    max-width: 100%;
    height: auto;
  }
  #cases .case-pickup .texts {
    padding: 7px 5px 9px;
  }
  #cases .case-pickup .title {
    margin-bottom: 3px;
  }
  #cases .case-pickup .desc {
    font-size: 12px;
    line-height: 18px;
  }
  #cases .case-pickup .desc br {
    display: none;
  }
}
@media (min-width: 769px) {
  #cases .case-pickup {
    position: relative;
    display: table;
    width: 100%;
    margin-top: 35px;
  }
  #cases .case-pickup .col-2 {
    display: table-cell;
    vertical-align: top;
    width: 50%;
  }
  #cases .case-pickup .heading {
    padding: 18px 10px 24px;
    font-size: 24px;
    line-height: 32px;
  }
  #cases .case-pickup .heading span {
    margin-top: 2px;
    font-size: 16px;
    line-height: 24px;
  }
  #cases .case-pickup .name {
    padding: 25px 0;
  }
  #cases .case-pickup .texts {
    padding: 17px 2% 20px;
  }
  #cases .case-pickup .title {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 22px;
  }
  #cases .case-pickup .desc {
    font-size: 12px;
    line-height: 18px;
  }
}
@media (max-width: 768px) {
  #cases .case-logo {
    margin-top: 16px;
  }
}
@media (min-width: 769px) {
  #cases .case-logo {
    margin-top: 35px;
  }
}
#cases .case-logo .list:after {
  content: '';
  display: block;
  clear: both;
}
#cases .case-logo li {
  float: left;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  text-align: center;
}
#cases .case-logo img {
  width: 100%;
  max-width: 200px;
  height: auto;
}
@media (max-width: 768px) {
  #cases .case-logo .list {
    border-bottom: 1px solid #dddddd;
  }
  #cases .case-logo li {
    width: 33.33%;
    padding: 7px 6px;
  }
  #cases .case-logo li:nth-child(3n+1) {
    clear: left;
    border-left-width: 0;
  }
}
@media (min-width: 769px) {
  #cases .case-logo li {
    width: 20%;
    padding: 15px 0;
    text-align: center;
  }
  #cases .case-logo li:nth-child(5n+1) {
    clear: left;
    border-left-width: 0;
  }
}

/* news
------------------------------ */
#news {
  background: #f0f0f0;
}
#news .news-list {
  border-bottom-width: 0;
}
#news .news-list li {
  height: 100%;
}
#news .news-list a {
  height: 100%;
  position: relative;
  display: block;
}
#news .news-list a:before {
  content: '';
  position: absolute;
  right: 4px;
  bottom: 4px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent #e9401a transparent;
}
@media (max-width: 768px) {
  #news .news-list a:before {
    border-width: 0 0 8px 8px;
    right: 5px;
    bottom: 5px;
  }
}
#news .news-list .date {
  display: inline-block;
  width: auto;
  padding-right: 8px;
  font-size: 14px;
  line-height: 20px;
}
#news .news-list .cat {
  display: inline-block;
  margin-top: 0;
}
#news .news-list .ico-cat {
  background: #fff;
  font-size: 10px;
  line-height: 14px;
}
#news .news-list .title {
  font-size: 14px;
  line-height: 22px;
}
@media (max-width: 768px) {
  #news .section-header .container-fluid {
    padding: 0 15px;
  }
  #news .section-header .more {
    position: absolute;
    top: 0;
    right: 15px;
  }
  #news .news-list {
    margin-top: 16px;
  }
  #news .news-list li {
    border-top-color: #fff;
  }
  #news .news-list a {
    padding: 18px 15px;
  }
  #news .news-list .ico-cat {
    vertical-align: 1px;
  }
  #news .news-list .title {
    margin: 10px 0 4px;
    line-height: 20px;
  }
}
@media (min-width: 769px) {
  #news .section-header .more {
    position: absolute;
    top: 5px;
    right: 50px;
  }
  #news .news-list {
    display: table;
    width: 100%;
    border-top: 1px solid #fff;
  }
  #news .news-list li {
    display: table-cell;
    vertical-align: top;
    width: 33%;
    border-top-width: 0;
    border-left: 1px solid #fff;
  }
  #news .news-list a {
    padding: 24px 2.8% 28px;
  }
  #news .news-list .ico-cat {
    vertical-align: 4px;
  }
  #news .news-list .title {
    margin-top: 11px;
  }
}

/* media
------------------------------ */
#download, #service {
  /* Table */
}
@media (max-width: 768px) {
  #download .more, #service .more {
    position: absolute;
    top: 0;
    right: 15px;
  }
}
@media (min-width: 769px) {
  #download .section-header .more, #service .section-header .more {
    position: absolute;
    top: 5px;
    right: 50px;
  }
}
@media (max-width: 768px) {
  #download .section-content, #service .section-content {
    padding: 14px 0 0 0;
  }
}
@media (min-width: 769px) {
  #download .section-content, #service .section-content {
    padding: 30px 0 0 0;
  }
}
#download .media-logo .list, #service .media-logo .list {
  border-bottom: 1px solid #dddddd;
}
#download .media-logo li, #service .media-logo li {
  border-top: 1px solid #dddddd;
  text-align: center;
}
#download .media-logo a, #service .media-logo a {
  display: block;
  position: relative;
  display: block;
}
#download .media-logo a:before, #service .media-logo a:before {
  content: '';
  position: absolute;
  right: 4px;
  bottom: 4px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent #e9401a transparent;
}
@media (max-width: 768px) {
  #download .media-logo a:before, #service .media-logo a:before {
    border-width: 0 0 8px 8px;
    right: 5px;
    bottom: 5px;
  }
}
#download .media-logo span, #service .media-logo span {
  display: block;
}
#download .media-logo img, #service .media-logo img {
  width: 180px;
  max-width: 80%;
  height: auto;
}
@media (min-width: 769px) {
  #download .media-logo .list:after, #service .media-logo .list:after {
    content: '';
    display: block;
    clear: both;
  }
  #download .media-logo li, #service .media-logo li {
    float: left;
    width: 20%;
    border-left: 1px solid #dddddd;
  }
  #download .media-logo li:first-child, #service .media-logo li:first-child {
    border-left-width: 0;
  }
  #download .media-logo span,
  #download .media-logo a, #service .media-logo span,
  #service .media-logo a {
    padding: 20px 0;
  }
}
#download .media-movie .title, #service .media-movie .title {
  font-weight: bold;
}
#download .media-movie .visual, #service .media-movie .visual {
  position: relative;
}
@media (max-width: 768px) {
  #download .media-movie .texts, #service .media-movie .texts {
    padding: 12px 15px 13px;
  }
  #download .media-movie .title, #service .media-movie .title {
    margin-bottom: 4px;
  }
  #download .media-movie .desc, #service .media-movie .desc {
    font-size: 12px;
    line-height: 18px;
  }
}
@media (min-width: 769px) {
  #download .media-movie .visual,
  #download .media-movie .texts, #service .media-movie .visual,
  #service .media-movie .texts {
    display: table-cell;
    vertical-align: middle;
    width: 10%;
  }
  #download .media-movie .visual img, #service .media-movie .visual img {
    width: 100%;
  }
  #download .media-movie .texts, #service .media-movie .texts {
    padding: 3% 3.33% 3.33%;
  }
  #download .media-movie .title, #service .media-movie .title {
    margin-bottom: 14px;
    font-size: 16px;
    line-height: 22px;
  }
  #download .media-movie .desc, #service .media-movie .desc {
    font-size: 12px;
    line-height: 20px;
  }
}
#download table, #service table {
  border-collapse: collapse;
  border: 1px solid #fff;
  width: 100%;
}
#download th, #download td, #service th, #service td {
  border: 1px solid #fff;
  letter-spacing: -1px;
}
#download tr.odd th, #download tr.odd td, #service tr.odd th, #service tr.odd td {
  background: #f7f7f7;
}
#download tr.even th, #download tr.even td, #service tr.even th, #service tr.even td {
  background: #ededed;
}
#download thead th, #service thead th {
  padding: 15px;
  text-align: center;
  vertical-align: middle;
  color: #000;
}
#download tbody th, #service tbody th {
  padding: 25px;
  text-align: left;
  color: #000;
  vertical-align: top;
  font-weight: normal;
}
#download tbody .td-image, #service tbody .td-image {
  padding: 0;
}

/* company
------------------------------ */
#company {
  background: #e8340c url("../../img/home/company_bg.png") no-repeat center center;
  color: #fff;
}
#company .heading-01 {
  color: #fff;
}
#company .btn-more {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  display: inline-block;
  padding: 0 20px;
  background: transparent;
  border-radius: 6px;
  font-size: 16px;
  line-height: 42px;
  border: 1px solid #fff;
  color: #fff;
}
.pc #company .btn-more {
  transition: .2s ease;
}
@media (max-width: 768px) {
  #company .btn-more {
    padding: 0 10px;
    font-size: 14px;
    line-height: 33px;
    border-radius: 4px;
  }
}
.pc #company .btn-more:hover {
  background-color: #fff;
  color: #e9401a;
}
@media (max-width: 768px) {
  #company {
    background-image: none;
  }
  #company .container-fluid {
    padding: 0 15px;
  }
  #company .more {
    position: absolute;
    top: 0;
    right: 15px;
  }
  #company .section-content {
    padding: 20px 0 30px 0;
  }
  #company .col-2:last-child {
    border-bottom: 1px solid #fff;
  }
  #company .data dl {
    display: table;
    width: 100%;
    padding: 12px 0;
    border-top: 1px solid #fff;
    font-size: 12px;
    line-height: 18px;
  }
  #company .data dt,
  #company .data dd {
    display: table-cell;
  }
  #company .data dt {
    width: 7.5em;
  }
  #company .data li p, #company .data li a {
    color: #fff;
  }
}
@media (min-width: 769px) {
  #company .section-header .more {
    position: absolute;
    top: 5px;
    right: 50px;
  }
  #company .section-content {
    padding: 40px 0 0 0;
  }
  #company .section-content .container-fluid {
    padding: 0 30px;
  }
  #company .section-content .container-fluid:after {
    content: '';
    display: block;
    clear: both;
  }
  #company .col-2 {
    position: relative;
    float: left;
    width: 50%;
    padding: 21px 20px 54px;
  }
  #company .col-2:before {
    content: '';
    position: absolute;
    top: 0;
    left: 20px;
    right: 20px;
    display: block;
    height: 1px;
    background: #fff;
    opacity: 0.6;
  }
  #company .data {
    display: table;
  }
  #company .data dl {
    display: table-row;
    width: 100%;
  }
  #company .data dt,
  #company .data dd {
    display: table-cell;
    vertical-align: top;
    padding-bottom: 16px;
  }
  #company .data dt {
    white-space: nowrap;
    padding-right: 2em;
  }
  #company .data dd span {
    display: inline-block;
    white-space: nowrap;
  }
  #company .data li {
    padding-bottom: 4px;
  }
  #company .data li p, #company .data li a {
    color: #fff;
  }
}

/* contact
------------------------------ */
#contact {
  /*background: #666 image-url("home/contact_bg.jpg") no-repeat center center;
  background-size: cover;*/
  background: #666666 url('../../img/home/bg_conversion_1.jpg') repeat-x left top;
  color: #fff;
}
#contact .heading-01 {
  color: #fff;
}
#contact .text {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 768px) {
  #contact {
    position: relative;
    padding: 0 0 30px;
  }
  #contact:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #000;
    opacity: 0.3;
  }
  #contact .container {
    z-index: 2;
  }
  #contact .col-2 {
    float: none;
    width: 100%;
  }
  #contact .text {
    margin-top: 14px;
  }
  #contact .action {
    margin-top: 15px;
  }
  #contact .btn-primary {
    width: 100%;
  }
}
@media (min-width: 769px) {
  #contact {
    padding: 27px 0;
  }
  #contact .section-content {
    text-align: center;
  }
  #contact .col-2 {
    position: relative;
    float: left;
    width: 50%;
    padding: 21px 20px 54px;
  }
  #contact .text {
    margin-top: 40px;
    font-size: 16px;
    line-height: 24px;
  }
  #contact .action {
    margin-top: 28px;
  }
  #contact .btn-primary {
    width: 300px;
  }
}

/*# sourceMappingURL=home.css.map */
