@charset "UTF-8";
/*
/* Mixin
/*
----------------------------------------------------------------- */
@font-face {
  font-family: "icon";
  src: url("../fonts/icon.eot");
  src: url("../fonts/icon.eot?#iefix") format("eot"), url("../fonts/icon.woff") format("woff"), url("../fonts/icon.ttf") format("truetype"), url("../fonts/icon.svg#icon") format("svg");
  font-weight: normal;
  font-style: normal;
}

.icon {
  display: inline-block;
  font-family: "icon";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-lg {
  font-size: 1.3333333333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.icon-2x {
  font-size: 2em;
}

.icon-3x {
  font-size: 3em;
}

.icon-4x {
  font-size: 4em;
}

.icon-5x {
  font-size: 5em;
}

.icon-fw {
  width: 1.2857142857142858em;
  text-align: center;
}

.icon-arrow-right:before {
  content: "\EA01";
}

.icon-check:before {
  content: "\EA02";
}

.icon-down:before {
  content: "\EA03";
}

.icon-external:before {
  content: "\EA04";
}

/*
/* Top
/*
----------------------------------------------------------------- */
.top_inner {
  position: relative;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.top_inner.lg {
  max-width: 1270px;
}

.top_visual {
  position: relative;
  overflow: hidden;
  margin-top: 60px;
}

.top_visual video {
  position: fixed;
  top: 60px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: -1;
  min-width: 100%;
  width: 100%;
  height: auto;
}

.top_visual_inner {
  padding-bottom: 56%;
}

.top_visual_modal {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 1;
}

.top_visual_modal a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: #fff;
  background-color: rgba(35, 24, 21, .3);
  padding: 10px 20px;
  font-size: 1.3rem;
  border: 1px solid rgba(35, 24, 21, .1);
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
}

.top_visual_modal a:hover {
  background-color: rgba(35, 24, 21, .5);
}

.top_visual .top_inner {
  position: static;
}

.top_products {
  padding: 120px 20px 180px;
  background: -webkit-linear-gradient(45deg, #fff, #ccd1d4);
  background: linear-gradient(45deg, #fff, #ccd1d4);
}

.top_products_header {
  position: relative;
}

.top_products_body {
  margin-top: 80px;
  margin-bottom: -40px;
}

.top_products_title {
  font-size: 7rem;
  text-align: center;
  color: #808080;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", Arial, Helvetica, Geneva, sans-serif;
  font-weight: bold;
}

.top_products_desc {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.8;
  margin-top: 30px;
}

.top_products_ruby {
  font-size: 2rem;
  text-align: center;
  color: #808080;
}

.top_products_more {
  position: absolute;
  right: 0;
  bottom: 0;
}

.top_products_more a {
  color: #b3b3b3;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", Arial, Helvetica, Geneva, sans-serif;
}

.top_products_more a:hover {
  color: #ed1c25;
  text-decoration: underline;
}

.top_products_item_title {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 15px;
}

.top_about, .top_support, .top_career {
  padding-top: 200px;
}

.top_about_group, .top_support_group, .top_career_group {
  background: -webkit-linear-gradient(top, #fff, #ccd1d4);
  background: linear-gradient(to bottom, #fff, #ccd1d4);
  padding-bottom: 320px;
}

.top_about_lead, .top_support_lead, .top_career_lead {
  font-size: 10rem;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", Arial, Helvetica, Geneva, sans-serif;
  color: #ccc;
  margin-bottom: 60px;
  letter-spacing: 0.05em;
}

.top_about_lead span, .top_support_lead span, .top_career_lead span {
  border-bottom: 10px solid #ccc;
}

.top_about_title, .top_support_title, .top_career_title {
  font-size: 3.2rem;
  font-weight: bold;
  color: #808080;
}

.top_about_desc, .top_support_desc, .top_career_desc {
  font-size: 1.5rem;
  line-height: 1.8;
  margin-top: 24px;
  margin-bottom: 48px;
}

.top_about_header, .top_support_header, .top_career_header {
  position: absolute;
  left: 70px;
  top: 0;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.top_about_body, .top_support_body, .top_career_body {
  padding-top: 94px;
  padding-left: 370px;
}

.top_about_thumb, .top_support_thumb, .top_career_thumb {
  text-align: right;
}

.top_about_thumb img, .top_support_thumb img, .top_career_thumb img {
  max-width: 100%;
  height: auto;
  opacity: 0;
}

.top_about .common_btn, .top_support .common_btn, .top_career .common_btn {
  width: 220px;
}

.top_about_thumb {
  position: relative;
}

.top_about_thumb_top {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  background: url(/dcms_media/image/top_img_about_thumb01.jpg) 0 0 no-repeat;
  background-size: cover;
}

.top_support_header {
  left: auto;
  right: 85px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.top_support_body {
  padding-left: 0;
  padding-right: 370px;
}

.top_support_thumb {
  text-align: left;
}

.top_support_thumb {
  position: relative;
}

.top_support_thumb_top {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  background: url(/dcms_media/image/top_img_support_thumb01.jpg) 0 0 no-repeat;
  background-size: cover;
}

.top_career_thumb {
  position: relative;
}

.top_career_thumb_top {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  background: url(/dcms_media/image/top_img_career_thumb01.jpg) 0 0 no-repeat;
  background-size: cover;
}

.top_inquiry {
  padding: 70px 0;
  background: #fff;
  border-top: 1px solid #e6e6e6;
  margin-bottom: -200px;
}

.top_inquiry_title {
  font-size: 2.7rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}

.top_inquiry_desc {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 40px;
}
