@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1:wght@600&display=swap');

.serif{
font-family: 'Shippori Mincho B1', serif;
}

.sr_message{
    max-width: 650px !important;
}

.sr_message p{
letter-spacing:0.1em;
font-size:17px !important;
}

article, aside, figcaption, figure,
header, main, nav, footer, section {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

a:hover{
	opacity:0.85;
    -webkit-transition:all .2s ease-out;
    -moz-transition:all .2s ease-out;
	transition:all .2s ease-out;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

/* basic */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body, header, footer, section {
  margin: 0;
}

/* text */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: normal;
}

dl, dd, p {
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

b, strong {
  font-weight: bold;
}

/* code/pre */
code, pre {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

/* sub/sup */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* visual */
img {
  border: 0;
  vertical-align: top;
}

img[usemap] {
  height: auto;
  max-width: 100%;
  width: auto;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

/* other */
hr {
  display: block;
  margin: 1em 0;
  padding: 0;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  box-sizing: content-box;
}

mark {
  background: #ff0;
  color: #000;
}

/* form */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

legend {
  border: 0;
  padding: 0;
}

button, input, select, textarea {
  /*font-family: inherit;*/
  font-size: 100%;
  margin: 0;
}

button, input {
  line-height: normal;
}

button, select {
  text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

/* table */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  text-align: left;
}

/* =============== variable =============== */
/* =============== extend =============== */
#site-header .inner, #site-footer .inner, .index-about .inner, .index-news .inner, .index-company .inner, .index-recruit .inner, .company-data, .philosophy-box, .solution-box, .recruit-box, .mod-head-l1-01, .mod-box-01 {
  margin-right: auto;
  margin-left: auto;
  width: 960px;
}

#container #site-header .inner{
 position: relative;
 width:100%;
 max-width:1020px;
 min-width:900px;
 z-index: 10;
}

.company-box, .recruit-box .content, .entry-box, .privacy-box {
  margin-right: auto;
  margin-left: auto;
  width: 780px;
}

#site-header #site-nav:after, #site-header .nav-menu ul:after, #site-footer .inner:after, #site-footer .contents-link .nav:after, .index-about .link ul:after, .index-about .group-modal > ul:after, .index-about .group-modal .modal:after, .index-about .group-modal .modal .right ul:after, .mod-title-block:after, .mod-step-bar:after {
  display: block;
  clear: both;
  content: "";
}

.recruit-box .entry a:hover,
.mod-form-button button[type="submit"]:hover,
.recruit-box .entry a:active, .mod-form-button button[type="submit"]:active {
  opacity: .5;
  transition: opacity 0.2s ease-in-out 0;
}

.company-box .map {
  text-decoration: none;
}

.company-box .map:hover,
.company-box .map:active {
  text-decoration: underline;
}

/* =============== base =============== */
body {
  color: #333;
  font-size: .9rem;
  font-family: 'Hiragino Kaku Gothic Pro', Meiryo, sans-serif;
  line-height: 1.5em;
}

body * {
  box-sizing: border-box;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
}

/* link color */
a {
  color: #333;
  text-decoration: underline;
}

a:visited {
  color: #666;
}

a:hover {
  color: #37a4df;
  text-decoration: none;
}

img {
  max-width: 100%;
}

/* =============== コンテナ =============== */
#container {
  overflow: hidden;
}

/*.next #container {
  background: url(/common/images/bg_world_map01.png) no-repeat center 80px #fff;
}*/

#mission #container {
  background: #fff;
}

/* =============== ヘッダー =============== */
#site-header {
  /* ナビゲーション */
}

#site-header .inner {
  position: relative;
  padding: 20px 10px;
}

#site-header .logo img {
  width: 240px;
}

#site-header #site-nav {
  position: absolute;
  top: 15px;
  right: 55px;
  /* 表示時 */
  /* 非表示時 */
}

#site-header #site-nav.show .toggle-nav #show-nav {
  position: relative;
  z-index: 100;
}

#site-header #site-nav.show .toggle-nav .hamberger-icon {
  background-color: transparent;
}

#site-header #site-nav.show .toggle-nav .hamberger-icon:before,
#site-header #site-nav.show .toggle-nav .hamberger-icon:after {
  top: 0;
  background-color: #fff;
}

#site-header #site-nav.show .toggle-nav .hamberger-icon:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

#site-header #site-nav.show .toggle-nav .hamberger-icon:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#site-header #site-nav.show .nav-menu {
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 50;
}

#site-header #site-nav.show .nav-menu ul {
  top: 50%;
  margin-top: -205px;
}

#site-header #site-nav.hide .nav-menu {
  background-color: transparent;
  z-index: -1;
}

#site-header #site-nav.hide .nav-menu ul {
  top: -1000px;
}

#site-header .lang-nav {
  float: right;
  margin-right: 5px;
}

#site-header .lang-nav li {
  display: inline-block;
  margin-right: 10px;
  font-size: 1.3rem;
  font-family: "Century Gothic", "Futura", sans-serif;
  font-weight: bold;
  line-height: 1em;
  letter-spacing: 2px;
}

#site-header .lang-nav a {
  display: block;
  padding: 8px;
  color: #333;
  text-decoration: none;
}

#site-header .lang-nav a:hover,
#site-header .lang-nav a:active,
#site-header .lang-nav a:focus,
#site-header .lang-nav a.current {
  background-color: #b50000;
  color: #fff;
}

#site-header .toggle-nav {
  float: right;
  margin-top: -2px;
  width: 46px;
  height: 40px;
}

#site-header .toggle-nav #show-nav {
  width: inherit;
  height: inherit;
  padding: 0;
  border: 0;
  background: none;
  vertical-align: top;
}

#site-header .toggle-nav .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  border: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

#site-header .toggle-nav .hamberger-icon {
  display: block;
  position: relative;
}

#site-header .toggle-nav .hamberger-icon,
#site-header .toggle-nav .hamberger-icon:before,
#site-header .toggle-nav .hamberger-icon:after {
  width: 100%;
  height: 8px;
  background-color: #333;
}

#site-header .toggle-nav .hamberger-icon:before,
#site-header .toggle-nav .hamberger-icon:after {
  position: absolute;
  left: 0;
  content: "";
  transition: all 0.3s ease-in-out 0s;
}

#site-header .toggle-nav .hamberger-icon:before {
  top: -16px;
}

#site-header .toggle-nav .hamberger-icon:after {
  top: 16px;
}

#site-header .ex-nav {
  clear: both;
  padding-top: 15px;
}

#site-header .ex-nav li {
  font-size: 0.9em;
  font-family: "Century Gothic", "Futura", sans-serif;
  font-weight: bold;
}

#site-header .ex-nav > ul > li {
  display: inline-block;
  position: relative;
  margin: 0 0 0 20px;
}

#site-header .ex-nav ul .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  padding: 10px 0 0;
  width: 200%;/*2016127 メニュー日本語化に伴い100%から200%へ*/
}

#site-header .ex-nav ul .dropdown-menu.active {
  display: block;
}

#site-header .ex-nav a {
  color: #333;
  text-decoration: none;
}

#site-header .ex-nav ul .dropdown-menu a {
  display: block;
  padding: 2px 5px;
  border-left: 3px solid #333;
}

#site-header .nav-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: background-color 0.6s ease-in-out 0s;
}

#site-header .nav-menu ul {
  position: fixed;
  left: 50%;
  margin-left: -210px;
  width: 420px;
  transition: all 0.6s ease-in-out 0s;
}

#site-header .nav-menu ul:after {
  display: block;
  position: absolute;
  top: 140px;
  left: 140px;
  width: 120px;
  height: 120px;
  background: url(/common/images/logo_srgroup02.png) no-repeat center center;
  content: "";
}

#site-header .nav-menu ul li {
  display: table;
  float: left;
  margin: 0 20px 20px 0;
  width: 120px;
  height: 120px;
  font-size: .9rem;
  font-family: "Century Gothic", "Futura", sans-serif;
  letter-spacing: .1em;
}

#site-header .nav-menu ul li:nth-child(4) {
  margin-right: 160px;
}

#site-header .nav-menu ul a {
  display: table-cell;
  border: 3px solid #fff;
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
}

#site-header .nav-menu ul a:hover,
#site-header .nav-menu ul a:active,
#site-header .nav-menu ul a:focus {
  border-color: #b50000;
  background-color: #b50000;
}

/* TOPページ */
.top #site-header {
  position: relative;
  height: 550px;
}

.top #site-header .inner {
  height: 100px;
}

.top #site-header .scroll {
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin-left: -2em;
  font-size: 1.2rem;
  font-family: "Century Gothic", "Futura", sans-serif;
  font-weight: bold;
  letter-spacing: .1em;
  z-index: 2;
}

.top #site-header .scroll a {
  display: block;
  height: 80px;
  color: #fff;
  text-decoration: none;
}

.top #site-header .scroll .arrow01,
.top #site-header .scroll .arrow02 {
  display: block;
}

.top #site-header .scroll .arrow01:before,
.top #site-header .scroll .arrow01:after,
.top #site-header .scroll .arrow02:before,
.top #site-header .scroll .arrow02:after {
  display: block;
  position: absolute;
  top: 45px;
  left: 41%;
  width: 36px;
  height: 3px;
  background-color: #fff;
  content: "";
}

.top #site-header .scroll .arrow01:before,
.top #site-header .scroll .arrow02:before {
  margin-left: -23px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.top #site-header .scroll .arrow01:after,
.top #site-header .scroll .arrow02:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.top #site-header .scroll .arrow02:before,
.top #site-header .scroll .arrow02:after {
  top: 60px;
  background-color: #a9a9a9;
}

/* 下層ページ */
.next #site-header {
  padding-bottom: 30px;
}

/* =============== コンテンツ =============== */
/* 下層ページ */
.next #contents {
  padding-bottom: 60px;
  min-height: 800px;
}

#mission #contents {
  padding-bottom: 0;
}

/* =============== フッター =============== */
#site-footer {
  padding: 20px 0;
  background-color: #333;
  /* ロゴ */
  /* ページの先頭へ戻る */
  /* 両リンク共通 */
  /* サイト内リンク */
  /* 関連会社リンク */
  /* コピーライト */
}

#site-footer .inner {
  position: relative;
}

#site-footer .logo {
  margin-bottom: 145px;
}

#site-footer .go-top {
  position: absolute;
  top: 60px;
  right: 45px;
}

#site-footer .go-top a {
  padding: 65px 0 0;
  background: url(/common/images/icon_arrow01.png) no-repeat center 0;
  color: #fff;
  font-size: 1.05rem;
  font-family: "Century Gothic", "Futura", sans-serif;
  text-decoration: none;
}

#site-footer dt {
  margin-bottom: 5px;
  color: #fff;
  font-size: 1.05rem;
  font-family: "Century Gothic", "Futura", sans-serif;
}

#site-footer .nav {
  margin-bottom: 15px;
}

#site-footer .nav li {
  color: #fff;
  font-size: .8rem;
}

#site-footer .nav li:before {
  padding-right: 6px;
  content: "■";
}

#site-footer .nav a {
  color: #fff;
  text-decoration: none;
}

#site-footer .contents-link {
  float: left;
  margin-right: 3em;
}

#site-footer .contents-link .nav {
  width: 24em;
}

#site-footer .contents-link .nav li {
  float: left;
  width: 12em;
}

#site-footer .group-link {
  float: left;
}

#site-footer .copyright {
  clear: both;
  color: #fff;
  font-size: .9rem;
  text-align: right;
}

/* =============== Topページ =============== */
/* メインビジュアル */
.main-visual {
    position: relative;
}
.main-visual .catch {
    position: absolute;
    top: 145px;
    left: 50%;
    margin-left: -350px;
    z-index: 2;
}

/* 概要 */
.index-about {
  position: relative;
  background-color: #b50000;
  color: #fff;
  /* フィロソフィー、ミッション、ソリューション */
  /* 背景の世界地図 */
  /* SRグループ */
  /* プロフィール */
}

.index-about .visual-world {
  position: absolute;
  top: 750px;
}

.index-about .visual-world img {
  max-width: 3000px;
}

.index-about .nav-content {
  margin-bottom: 0;
  border-bottom: 1px solid #cc1717;
}

.index-about .nav-content ul {
  display: table;
  margin: 0 auto;
  width: 960px;
}

.index-about .nav-content li {
  display: table-cell;
  width: 25%;
  text-align: center;
}

.index-about .nav-content li a {
  display: block;
  position: relative;
  padding: 45px 0;
  border-left: 1px solid #cc1717;
}

.index-about .nav-content li a::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  width: 30px;
  height: 1px;
  background-color: #fff;
  content: "";
  transition: all 0.2s ease-in-out 0s;
}

.index-about .nav-content li a:hover::after {
  margin-left: -25px;
  width: 50px;
}

.index-about .nav-content li:last-child a {
  border-right: 1px solid #cc1717;
}

.index-about .group-modal {
  position: relative;
  padding-bottom: 70px;
}

.index-about .group-modal > ul {
  position: relative;
  margin: 0 auto;
  padding-left: 60px;
  width: 900px;
}

.index-about .group-modal > ul:before {
  display: block;
  position: absolute;
  top: 250px;
  left: 340px;
  width: 220px;
  height: 220px;
  background: url(/common/images/logo_srgroup05.png) no-repeat center center;
  content: "";
}

.index-about .group-modal > ul li {
  display: table;
  float: left;
  margin: 0 60px 30px 0;
  width: 220px;
  height: 220px;
}

.index-about .group-modal > ul li:nth-child(4) {
  margin-right: 340px;
}

.index-about .group-modal > ul a {
  display: table-cell;
  border: 3px solid #fff;
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
}

.index-about .group-modal > ul a.hover,
.index-about .group-modal > ul a.active {
  background-color: #fff;
}

.index-about .group-modal .modal {
  display: none;
  position: absolute;
  left: 50px;
  padding: 25px 40px ;
  width: 860px;
  min-height: 280px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  color: #333;
  z-index: 30;
}

.index-about .group-modal .modal .left {
  float: left;
  width: 350px;
}

.index-about .group-modal .modal .left h2 {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #b50000;
}

.index-about .group-modal .modal .left img {
  max-width: 100%;
}

.index-about .group-modal .modal .right {
  margin-left: 400px;
}

.index-about .group-modal .modal .right dt {
  margin-bottom: 20px;
  padding-left: 10px;
  border-left: 5px solid #b50000;
  color: #b50000;
  font-size: 1.25em;
  font-weight: bold;
}

.index-about .group-modal .modal .right li {
  float: left;
  margin: 0 25px 0 0;
  width: 128px;
}

.right li {
 text-align:center;
}


span.caption{
 font-size:0.8em;
}

.index-about .group-modal .modal .close {
  position: absolute;
  top: 10px;
  right: 10px;
  border: 0;
  background-color: transparent;
}

.index-about .group-modal .modal:after {
  display: block;
  position: absolute;
  bottom: -20px;
  left: 130px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #fff transparent transparent transparent;
  border-color: rgba(255, 255, 255, 0.9) transparent transparent transparent;
  content: "";
}

.index-about .group-modal .modal.pos01, .index-about .group-modal .modal.pos02, .index-about .group-modal .modal.pos03 {
  top: -315px;
}

.index-about .group-modal .modal.pos04, .index-about .group-modal .modal.pos05 {
  top: -100px;
}

.index-about .group-modal .modal.pos06, .index-about .group-modal .modal.pos07, .index-about .group-modal .modal.pos08 {
  top: 150px;
}

.index-about .group-modal .modal.pos02:after, .index-about .group-modal .modal.pos07:after {
  left: 410px;
}

.index-about .group-modal .modal.pos03:after, .index-about .group-modal .modal.pos05:after, .index-about .group-modal .modal.pos08:after {
  left: 690px;
}

/* news */
.index-news {
  padding: 30px 0 20px;
}

.index-news .inner {
  position: relative;
}

.index-news h3 {
  margin-bottom: 25px;
  color: #b50000;
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: .1em;
}

.index-news .tab {
  margin-bottom: 30px;
}

.index-news .tab::after {
  display: block;
  clear: both;
  content: "";
}

.index-news .tab li {
  float: left;
  margin-right: 1.33%;
  width: 24%;
  text-align: center;
}

.index-news .tab li:last-child {
  margin-right: 0;
}

.index-news .tab a {
  display: block;
  padding: 6px 0;
  border: 1px solid #b50000;
  color: #b50000;
  text-decoration: none;
}

.index-news .tab a:hover,
.index-news .tab .ui-tabs-active a {
  background-color: #b50000;
  color: #fff;
}

.news-list .section {
  margin-bottom: 15px;
}

.news-list .label {
  float: left;
  padding: 10px 0;
  width: 150px;
  background-color: #b50000;
  color: #fff;
  text-align: center;
  line-height: 1em;
}

.news-list .date,
.news-list .title {
  margin-left: 165px;
}

.news-list .date {
  margin-bottom: 2px;
  color: #b50000;
  font-size: .8rem;
  line-height: 1em;
}

.news-list .title a {
  text-decoration: none;
}

.index-news .more {
  position: absolute;
  top: 0;
  right: 0;
}

.index-news .more a {
  display: inline-block;
  padding: 2px 12px;
  border: 1px solid #b50000;
  color: #b50000;
  font-size: .8rem;
  text-decoration: none;
}

/* profile */
.index-company {
  padding: 40px 0;
  background-color: #b50000;
}

.index-company .profile {
  position: relative;
}

.index-company .profile h3 {
  display: block;
  margin: 0 auto 20px;
  padding: 6px 0;
  width: 14.4em;
  border: solid #fff;
  border-width: 4px 0;
  color: #fff;
  font-weight: bold;
  text-align: center;
  letter-spacing: .15em;
}

.index-company .profile .image {
  margin-bottom: 30px;
  text-align: center;
}

.index-company .profile .dl-pdf {
  text-align: center;
}

.index-company .profile .dl-pdf a {
    display: inline-block;
    padding: 20px 30px 20px 56px;
    min-height: 35px;
    background: url(/common/images/icon_pdf01.png) no-repeat 15px center;
    color: #fff;
    font-size: 1rem;
    /* font-family: "Century Gothic", "Futura", sans-serif; */
    /* font-weight: bold; */
    text-decoration: none;
    letter-spacing: .2em;
}

.index-company .profile .dl-pdf a:hover {
  background-image: url(/common/images/icon_pdf02.png);
  background-color: #fff;
  color: #b50000;
}

.dl-pdf{
    padding: 2em;
    border: 1px solid #B50000;
    color: #B50000;
    width: 60%;
    max-width: 820px;
    margin: 50px auto 30px;
    display: block;
    text-decoration: none;
    text-align: center;
    position: relative;
}

.dl-pdf a{
font-weight:normal;
font-size:1rem;
}

/* 採用情報 */
.index-recruit {
  padding-top: 80px;
  padding-bottom: 80px;
  border-top: 2px solid #fff;
  background-color: #b50000;
  color: #fff;
}

.index-recruit .background {
  padding-bottom: 40px;
  border-bottom: 2px solid #fff;
}

.index-recruit .inner {
  position: relative;
}

.index-recruit h3 {
  margin-bottom: 50px;
  padding-left: 80px;
  font-size: 1.35rem;
  font-weight: bold;
  letter-spacing: .1em;
}

.index-recruit .logos {
  display: table;
  margin: 0 auto;
  text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.index-recruit .logos li {
  display: table-cell;
  padding: 0 15px;
  vertical-align: middle;
}

.index-recruit .logos a {
  text-decoration: none;
}

.index-recruit .more {
  position: absolute;
  top: 0;
  right: 80px;
}

.index-recruit .more a {
  display: inline-block;
  padding: 2px 12px;
  border: 1px solid #fff;
  font-size: .8rem;
  color: #fff;
  text-decoration: none;
}

/* 地図 */
.index-map {
  width: 100%;
}

/* =============== 会社概要ページ =============== */
.company-box {
  margin-bottom: 60px;
}

.company-box .sr-logo {
  position: relative;
}

.company-box .sr-logo .logo {
  position: absolute;
  top: 4px;
  right: 4px;
  padding: 5px;
  border: 1px solid #fff;
  background-color: #e6e6e6;
}

.company-box .map {
  padding: 0 0 0 1em;
  color: #b50000;
}

.company-box .mod-table-01 th {
  width: 9em;
}

.company-box .sub-title {
  margin: 40px 0 20px;
  font-size: 1.4rem;
  font-weight: bold;
}

.company-data .graphs .top,
.company-data .graphs .middle,
.company-data .graphs .bottom {
  display: table;
  margin: 0 auto;
}

.company-data .graphs .middle,
.company-data .graphs .bottom {
  margin-bottom: 20px;
  width: 70%;
}

.company-data .graphs svg {
  vertical-align: top;
}

.company-data .graphs .cell {
  display: table-cell;
  position: relative;
}

.company-data .graphs .graph {
  text-align: center;
}

.company-data .graphs .graph-name {
  display: table;
  font-weight: bold;
}

.company-data .graphs .graph-name span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.company-data .graphs .top .cell {
  padding: 30px;
  width: 275px;
}

.company-data .graphs .top .cell:first-child {
  position: relative;
  width: 550px;
}

.company-data .graphs .top .cell:first-child .data {
  position: absolute;
  right: 30px;
  bottom: 35px;
}

.company-data .graphs .top .cell:first-child .data p {
  padding: 0 3em 0 0;
}

.company-data .graphs .top .cell:first-child .data p .num {
  display: block;
  margin: -1.5em -3em 0 0;
  text-align: right;
}

.company-data .graphs .top .cell .graph {
  text-align: left;
}

.company-data .graphs .top .cell .graph-name {
  margin: -275px 0 0;
  width: 275px;
  height: 275px;
  font-size: .95rem;
}

.company-data .graphs .top .cell .graph-name span {
  padding: 0 80px;
}

.company-data .graphs .middle .cell,
.company-data .graphs .bottom .cell {
  width: 17.5%;
  text-align: center;
}

.company-data .graphs .middle .cell .graph-name,
.company-data .graphs .bottom .cell .graph-name {
  margin: -145px auto 0;
  width: 100%;
  height: 145px;
  font-size: .9rem;
  line-height: 1.4em;
}

.company-data .graphs .middle .cell .graph-name span,
.company-data .graphs .bottom .cell .graph-name span {
  padding: 0 40px;
}

.company-data .graphs .label {
  margin-top: 6px;
  color: #b50000;
  font-size: .8rem;
}

/* =============== フィロソフィーページ =============== */

@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,600&display=swap');

.philosophy-box{
    font-family: 'Noto Serif JP', serif;
}

.philosophy-box .section{
    margin-bottom:120px !important;
    font-size:18px;
}

.philosophy-box h2{
    color: #b50000;
    font-size: 24px;
    font-weight:bold;
    text-align:center;
    margin-bottom:30px;
    font-family: "Century Gothic", "Futura", sans-serif;
    letter-spacing:0.1em;
}

.philosophy-box h3{
    text-align:center;
    font-size:46px;
    margin:60px 0;
    letter-spacing:0.1em;
}

.philosophy-box .content_text{
    text-align:center;
    line-height:1.8;
}

.philosophy-box .graph {
  margin: 0 auto 30px;
  text-align: center;
  width:650px;
}

.philosophy-box .section {
  margin: 0 0 60px;
}

.philosophy-box .section .content {
  margin: 0 0 0 90px;
  padding: 30px 30px 30px 0;
  border-width: 0 3px 3px 0;
}

.philosophy-box .section .content p {
  margin: 0 0 1em;
  padding: 0 15px;
}

.philosophy-box .section .content p:last-child {
  margin: 0;
}

.philosophy-box .section .content ul {
  padding: 0 0 0 30px;
}

.philosophy-box .table-layout {
  display: flex;
  position: relative;
  margin: 0 0 30px;
  padding: 0 0 20px;
  width: 100%;
}

/*.philosophy-box .table-layout:after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 10%;
  width: 80%;
  height: 1px;
  background-color: #b50000;
  content: "";
}*/

.philosophy-box .table-layout:last-child {
  margin: 0;
  padding: 0;
}

.philosophy-box .table-layout:last-child:after {
  display: none;
}

.philosophy-box .table-layout .field {
      margin-left: 20px;
      width: 75%;
}

.philosophy-box .table-layout .field p{
      line-height:1.4;
}

.philosophy-box .table-layout .label {
  width: 140px;
}

.philosophy-box .table-layout .label h3 {
  padding: 0 0 0 40px;
  background: url(../images/icon_arrow02.png) no-repeat 0 center;
  color: #b50000;
  font-size: 1.2em;
  font-weight: bold;
  letter-spacing: .4em;
    width: 140px;    
}

.philosophy-box .table-layout .red {
  margin: 0 0 20px;
  padding: 15px;
  background-color: #b50000;
  color: #fff;
}

.way_list{
    width:540px;
    margin:0 auto;
    line-height:1.8;
}

/* =============== ミッションページ =============== */
.mission-box {
  margin: 50px 0 0;
}

.mission-box .section {
  height: auto;
    min-height:700px;
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: cover;
  text-align: center;
}

.mission-box .section p {
  position: relative;
}

.mission-box .section p img {
  position: absolute;
  top: 120px;
  left: 50%;
  margin: 0 0 0 -400px;
  width: 800px;
}

.mission-box #con01 {
  background-image: url(../../mission/images/con01_bg.jpg);
}

.mission-box #con02 {
  background-image: url(../../mission/images/con02_bg.jpg);
}

.mission-box #con03 {
  background-image: url(../../mission/images/con03_bg.jpg);
}

.mission-box #con04 {
  background-image: url(../../mission/images/con04_bg.jpg);
}

.mission-box #con05 {
  background-image: url(../../mission/images/con05_bg.jpg);
}

.mission-box #con06 {
  background-image: url(../../mission/images/con06_bg.jpg);
}

.mission-box .mission-nav {
  position: fixed;
  top: 50%;
  left: 20px;
  margin-top: -83px;
  z-index: 10;
}

.mission-box .mission-nav li {
  margin-bottom: 20px;
  height: 11px;
  font-size: 1px;
}

/* ===============  ソリューションページ =============== */
.solution-box {
  display: table;
  border: solid #ccc;
  border-width: 1px 0 0 1px;
}

.solution-box .row {
  display: table-row;
}

.solution-box .section {
  display: table-cell;
  padding: 20px 0;
  border: solid #ccc;
  border-width: 0 1px 1px 0;
}

.solution-box .section.center {
  vertical-align: middle;
  text-align: center;
}

.solution-box .section .title {
  margin-bottom: 15px;
  text-align: center;
}

.solution-box .section .jp {
  margin: 8px 0 4px;
  font-weight: bold;
}

.solution-box .section .en {
  color: #b50000;
  font-size: .8rem;
  font-family: "Century Gothic", "Futura", sans-serif;
  font-weight: bold;
  letter-spacing: .1em;
}

.solution-box .section .content {
  padding: 0 20px;
  font-size: .85rem;
  min-height:126px;
}

.solution_company{
 padding:10px 20px 0;
}

.solution_company li{
 padding:0.25em;
text-align:center;
}

.solution_company {
    padding: 10px 20px 0;
}

.solution_company li {
    padding: 0.25em;
    text-align: center;
}

/* =============== リクルートページ =============== */
.recruit-box .tab {
  display: table;
  margin-bottom: 30px;
  padding-bottom: 50px;
  width: 100%;
  border-bottom: 2px solid #b50000;
}

.recruit-box .tab li {
  display: table-cell;
  width: 50%;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
}

.recruit-box .tab li:first-child {
  padding-right: 2px;
}

.recruit-box .tab a {
  display: block;
  padding: 18px 18px 35px;
  border: 2px solid #b50000;
  background-color: #fff;
  color: #b50000;
  text-decoration: none;
}

.recruit-box .tab a:hover,
.recruit-box .tab a:active,
.recruit-box .tab a:focus {
  background-color: #b50000;
  color: #fff;
}

.recruit-box .tab a:hover .year,
.recruit-box .tab a:active .year,
.recruit-box .tab a:focus .year {
  border-color: #fff;
}

.recruit-box .tab .ui-state-active {
  position: relative;
}

.recruit-box .tab .ui-state-active a {
  background-color: #b50000;
  color: #fff;
}

.recruit-box .tab .ui-state-active a .year {
  border-color: #fff;
}

.recruit-box .tab .ui-state-active:before,
.recruit-box .tab .ui-state-active:after {
  display: block;
  position: absolute;
  left: 50%;
  width: 0px;
  height: 0px;
  border-style: solid;
  z-index: 1;
  content: "";
}

.recruit-box .tab .ui-state-active:before {
  bottom: -50px;
  margin-left: -34px;
  border-width: 0 34px 34px 34px;
  border-color: transparent transparent #b50000 transparent;
}

.recruit-box .tab .ui-state-active:after {
  bottom: -55px;
  margin-left: -36px;
  border-width: 0 36px 36px 36px;
  border-color: transparent transparent #fff transparent;
}

.recruit-box .tab .jp {
  display: block;
  padding: 1em 0 0.7em;
  font-size: 1.5rem;
  letter-spacing: .2em;
}

.recruit-box .tab .en {
  display: block;
  font-size: 1.3rem;
  font-family: "Century Gothic", "Futura", sans-serif;
  letter-spacing: .1em;
  opacity: .4;
}

.recruit-box .content .title {
  margin-bottom: 1.5em;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
}

.recruit-box .entry {
  margin: 40px 0;
  text-align: center;
}

.recruit-box .entry a {
  display: inline-block;
  position: relative;
  padding: 22px 80px;
  background-color: #b50000;
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  text-decoration: none;
}

.recruit-box .entry .arrow01,
.recruit-box .entry .arrow02 {
  display: block;
}

.recruit-box .entry .arrow01:before,
.recruit-box .entry .arrow01:after,
.recruit-box .entry .arrow02:before,
.recruit-box .entry .arrow02:after {
  display: block;
  position: absolute;
  top: 40%;
  right: 40px;
  width: 22px;
  height: 3px;
  background-color: #fff;
  content: "";
}

.recruit-box .entry .arrow01:before,
.recruit-box .entry .arrow02:before {
  margin-top: 14px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.recruit-box .entry .arrow01:after,
.recruit-box .entry .arrow02:after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.recruit-box .entry .arrow02:before,
.recruit-box .entry .arrow02:after {
  right: 26px;
}

/* =============== エントリーフォーム =============== */
.entry-box .entry-section p {
  margin: 0 0 1em;
}

/* =============== プライバシーポリシー =============== */
.privacy-box p {
  margin-bottom: 1em;
}

.privacy-box p:last-child {
  margin-bottom: 0;
}

.privacy-box dt {
  margin-bottom: 5px;
  font-size: 1.1rem;
  font-weight: bold;
  text-align:center;
  color: #b50000;
  padding: 20px 0 10px;
}

.privacy-box dd {
  margin-bottom: 1em;
}

.privacy-box ul {
  padding: 0 0 0 1.5em;
}

.privacy-box ul li {
  list-style-type: disc;
}

/* =============== タイトル =============== */
/* 赤帯背景のページタイトル */
.mod-head-l1-01 {
  position: relative;
  margin-bottom: 40px;
  padding-top: 15px;
  /* タイトル（英字部分）*/
  /* 背景の赤い帯 */
}

.mod-head-l1-01 .title {
  display: block;
  position: relative;
  margin-left: 6em;
  padding: .2em 0;
  width: 15em;
  border: 3px solid #b50000;
  background-color: #fff;
  color: #b50000;
  font-size: 1rem;
  font-family: "Century Gothic", "Futura", sans-serif;
  font-weight: bold;
  text-align: center;
  letter-spacing: 3px;
  z-index: 2;
}

.mod-head-l1-01:before {
  display: block;
  position: absolute;
  top: 0;
  left: -200%;
  margin-left: 22em;
  width: 200%;
  height: 2em;
  background-color: #b50000;
  content: "";
  z-index: 1;
}

/* 英字リード付きの大見出し */
.mod-title-block {
  margin-bottom: 40px;
  /* タイトル */
  /* タイトルのみでコンテンツ無しの場合の位置調整 */
  /* コンテンツ */
}

.mod-title-block .title {
  float: right;
  width: 550px;
  text-align: center;
}

.mod-title-block .title .jp {
  margin-bottom: .4em;
  font-size: 2.5rem;
  font-family: "Hiragino Mincho Pro", serif;
  line-height: 1em;
  letter-spacing: .15em;
}

.mod-title-block .title .en {
  color: #b50000;
  font-size: 1rem;
  font-family: "Century Gothic", "Futura", sans-serif;
  font-weight: bold;
  letter-spacing: 2px;
}

.mod-title-block .title .small {
  padding-left: .2em;
  font-size: 2rem;
}

.mod-title-block.title-only {
  margin-top: -40px;
}

.mod-title-block .content {
  float: left;
  padding-left: 50px;
  width: 410px;
}

.mod-head-l2-01 {
  margin: 3.6em 0 1.6em;
  font-size: 1.2rem;
  text-align: center;
}

.mod-head-l2-02 {
  margin: 1.5em 0 1em;
  color: #b50000;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

/* =============== コンテンツヘッダー =============== */
.mod-contents-header {
  position: relative;
  height: 270px;
  margin-bottom: 40px;
}

.mod-contents-header img {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1000px;
  width: 2000px;
  max-width: 2000px;
}

/* =============== テーブル =============== */
.mod-table-01 {
  width: 100%;
}

.mod-table-01 th, .mod-table-01 td {
  padding: 0.7em 0.5em;
  border-bottom: 1px solid #fff;
  font-size: .9rem;
}

.mod-table-01 th {
  border-right: 6px solid #fff;
  background-color: #999;
  text-align: center;
  color: #fff;
  font-weight: normal;
}

.mod-table-01 td {
  background-color: #e6e6e6;
}

.mod-table-01 .padding-0 {
  padding: 0;
}

/* =============== フェードインアニメーション =============== */
.js-fadein {
  opacity: 0;
  -webkit-transform: translateY(15px);
      -ms-transform: translateY(15px);
          transform: translateY(15px);
}

.js-fadein.fadein {
  opacity: 1;
  transition-property: all;
  transition-duration: 1200ms;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

/* =============== モジュール =============== */
/* 汎用 */
.mod-text-center {
  text-align: center;
}

.mod-text-red {
  color: #b50000;
}

.mod-display-block {
  display: block;
}

/* マージン */
.mod-mb-0 {
  margin-bottom: 0px !important;
}

.mod-mb-5 {
  margin-bottom: 5px !important;
}

.mod-mb-10 {
  margin-bottom: 10px !important;
}

.mod-mb-15 {
  margin-bottom: 15px !important;
}

.mod-mb-20 {
  margin-bottom: 20px !important;
}

.mod-mb-25 {
  margin-bottom: 25px !important;
}

.mod-mb-30 {
  margin-bottom: 30px !important;
}

.mod-mb-35 {
  margin-bottom: 35px !important;
}

/*カンパニーPDF*/

.companylist-pdf a{
  display: inline-block;
  margin-top: -1em;
  padding: .5em;
  background-color: #b50000;
  color: #fff;
  font-size: .7rem;
  line-height: 1em;
  text-decoration: none;
}

.companylist-pdf a:before {
  padding-right: 5px;
  font-size: .5rem;
  content: "▶";
}

/* リスト */
.mod-data-01 {
  display: table;
}

.mod-data-01 dt, .mod-data-01 dd {
  display: table-cell;
}

.mod-data-01 dt {
  padding: .5em 0;
  width: 8em;
  border-right: 1px solid #fff;
  text-align: center;
}

.mod-data-01 dd {
  padding: 0.5em 1em;
}

.mod-site-link li {
  position: relative;
  padding: 8px;
  border-top: 1px solid #fff;
}

.mod-site-link li:first-child {
  border-top: 0;
}

.mod-site-link a {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 8px;
  margin-top: -1em;
  padding: .5em;
  background-color: #b50000;
  color: #fff;
  font-size: .7rem;
  line-height: 1em;
  text-decoration: none;
}

.mod-site-link a:before {
  padding-right: 5px;
  font-size: .5rem;
  content: "▶";
}

/* コンテナ */
.mod-box-01 {
  padding: 30px 60px;
  border: solid #b50000;
  border-width: 6px 0;
}

/* ステップバー */
.mod-step-bar {
  margin: 0 0 30px;
  width: 100%;
}

.mod-step-bar li {
  position: relative;
  float: left;
  padding: 10px 0;
  width: 260px;
  background: #b3b3b3;
  color: #fff;
  text-align: center;
  list-style: none;
}

.mod-step-bar li:nth-child(1) {
  z-index: 3;
}

.mod-step-bar li:nth-child(2) {
  z-index: 2;
}

.mod-step-bar li:nth-child(3) {
  z-index: 1;
}

.mod-step-bar li:first-child {
  padding-left: 20px;
}

.mod-step-bar li:last-child {
  margin-right: 0;
}

.mod-step-bar li:last-child:after {
  display: none;
}

.mod-step-bar li.current {
  background: #b50000;
}

.mod-step-bar li.current:after {
  background: #b50000;
}

.mod-step-bar li:after {
  display: block;
  position: absolute;
  top: 0;
  right: -10px;
  width: 20px;
  height: 100%;
  border-right: 8px solid #fff;
  background: #b3b3b3;
  z-index: 2;
  content: "";
  -webkit-transform: skew(-10deg);
      -ms-transform: skew(-10deg);
          transform: skew(-10deg);
}

/* フォーム */
.mod-contact-form {
  margin: 0 0 30px;
  border-top: 1px solid #e6e6e6;
}

.mod-contact-form .field {
  display: table;
  table-layout: fixed;
  width: 100%;
  border: solid #e6e6e6;
  border-width: 0 1px 1px;
  border-collapse: collapse;
  background-color: #fff;
}

.mod-contact-form .label, .mod-contact-form .element {
  display: table-cell;
  padding: 1rem;
}

.mod-contact-form .element {
    position: relative;
}

.mod-contact-form .label {
  width: 300px;
  border-right: 1px solid #e6e6e6;
  vertical-align: top;
}

.mod-contact-form ul {
  margin: 0;
}

.mod-contact-form ul.inline li {
  display: inline-block;
  margin: 0.3rem 2rem 0.3rem 0;
}

.mod-contact-form ul li {
  padding: 0;
}

.mod-contact-form ul li:before {
  content: "";
}

.mod-contact-form .privacy {
    position: absolute;
    top: 1rem;
    right: 1rem;
}

.mod-contact-form .privacy a {
    color: #b50000;
    text-decoration: none;
}

.mod-contact-form .privacy a:hover {
    text-decoration: underline;
}

.mod-contact-form label {
  cursor: pointer;
}

.mod-contact-form input[type="text"], .mod-contact-form textarea, .mod-contact-form select {
  padding: 0.2rem 0.4rem;
  border: 1px solid #ccc;
}

.mod-contact-form input[type="radio"] + label, .mod-contact-form input[type="checkbox"] + label {
  padding: 0 0 0 0.3rem;
}

.mod-contact-form textarea {
  width: 100%;
  height: 300px;
}

.mod-contact-form .required {
  display: inline-block;
  margin-left: .2em;
  padding: 0 0.4em;
  background-color: #b50000;
  color: #fff;
  font-size: .8em;
  font-style: normal;
}

.mod-contact-form .square {
  padding: 0 0.5em 0 0;
  color: #b50000;
}

.input-error {
  color: #b50000;
}

.mod-form-button {
  margin: 0 0 1rem;
  text-align: center;
}

.mod-form-button form {
  display: inline;
}

.mod-form-button button[type="submit"] {
  padding: 14px 40px;
  border: 0;
  background-color: #b50000;
  color: #fff;
  font-size: 1.3em;
  font-weight: bold;
}

.mod-form-button button[type="submit"].color-gray {
  margin: 0 1em 0 0;
  background-color: #b3b3b3;
  color: #fff;
}

.mod-form-button button[type="submit"].wide-button {
  padding-right: 160px;
  padding-left: 160px;
}

.mod-form-button button[type="submit"].right-arrow {
  position: relative;
}

.mod-form-button button[type="submit"].right-arrow .arrow01,
.mod-form-button button[type="submit"].right-arrow .arrow02 {
  display: block;
}

.mod-form-button button[type="submit"].right-arrow .arrow01:before,
.mod-form-button button[type="submit"].right-arrow .arrow01:after,
.mod-form-button button[type="submit"].right-arrow .arrow02:before,
.mod-form-button button[type="submit"].right-arrow .arrow02:after {
  position: absolute;
  top: 20px;
  width: 22px;
  height: 3px;
  background-color: #fff;
  content: "";
}

.mod-form-button button[type="submit"].right-arrow .arrow01:before,
.mod-form-button button[type="submit"].right-arrow .arrow02:before {
  margin-top: 15px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.mod-form-button button[type="submit"].right-arrow .arrow01:after,
.mod-form-button button[type="submit"].right-arrow .arrow02:after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.mod-form-button button[type="submit"].right-arrow .arrow01:before,
.mod-form-button button[type="submit"].right-arrow .arrow01:after {
  right: 34px;
}

.mod-form-button button[type="submit"].right-arrow .arrow02:before,
.mod-form-button button[type="submit"].right-arrow .arrow02:after {
  right: 20px;
}


/* =============== スライダー =============== */
/* Slider */
.slick-slider {
  display: block;
  position: relative;
  top: -85px;
  z-index: 1;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  margin-right: auto;
  margin-left: auto;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 550px;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
    display: block;
    /* position: absolute; */
    /* left: 50%; */
    /* margin-left: -1000px; */
    /* max-width: 2000px; */
    width: 100%;
    /*transform: translate(-50%, 0);*/
}

@media screen and (max-width:1120px){

.slick-slide img {
    display: block;
    position: absolute;
    left: 50%; 
    margin-left: -600px;
    max-width: 2000px;
    width: 1200px;
    /*transform: translate(-50%, 0);*/
}
}


.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-list {
  z-index: 1;
}

.slick-loading .slick-list {
  background: #fff url("/common/images/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("/common/fonts/slick.eot");
  src: url("/common/fonts/slick.eot?#iefix") format("embedded-opentype"), url("/common/fonts/slick.woff") format("woff"), url("/common/fonts/slick.ttf") format("truetype"), url("/common/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  opacity: 0.7;
  top: 50%;
  margin-top: -15px;
  padding: 0;
  border: 0;
  z-index: 10;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover, .slick-next:focus {
  opacity: 1;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0.25;
}

.slick-prev {
  left: 10px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: 10px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: 10px;
}

[dir="rtl"] .slick-next {
  left: 10px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: 0;
  list-style: none;
  display: block;
  text-align: right;
  margin: 0;
  padding: 0 10px 20px 0;
  width: 100%;
  z-index: 10;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 14px;
  width: 14px;
  margin: 0 10px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 14px;
  width: 14px;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  /*padding: 5px;*/
  background-color: #ccc;
  cursor: pointer;
}

.slick-dots li.slick-active button {
  background-color: #c6021a;
}

/*沿革*/


.his_num{
    text-align:right;
    font-weight:bold;
    font-family:"arial", sans-serif;
    font-size:46px;
    color:#b50000;
    letter-spacing: 0.1em;
line-height:1.2;
    padding-right: 50px;
    position:relative;
}

.his_num:after{
    content: "●";
    position: absolute;
    right: 7px;
    top: 0;
    font-size: 40px;
}

.history_text{
    position: relative;
    padding:30px;
    padding-left:100px;
    margin-bottom:10px;
}

.history_text:before{
    content:"";
	background:url(/history/images/icon_first.png) no-repeat left top;
    position:absolute;
    left:0;
    top:0;
    width:84px;
    height:84px;
}

.icon_royal02:before{
	background:url(/history/images/icon_royal02.png) no-repeat left top;
}

.icon_seq:before{
	background:url(/history/images/icon_sequence.png) no-repeat left top;
}

.icon_first:before{
	background:url(/history/images/icon_first.png) no-repeat left top;
}

.icon_sr:before{
	background:url(/history/images/icon_sr.png) no-repeat left top;
}

.icon_shoriku:before{
	background:url(/history/images/icon_shoriku.png) no-repeat left top;
}

.icon_fukuyama:before{
	background:url(/history/images/icon_fukuyama.png) no-repeat left top;
}

.icon_ideal:before{
	background:url(/history/images/icon_ideal.png) no-repeat left top;
}

.icon_real:before{
	background:url(/history/images/icon_real.png) no-repeat left top;
}

.icon_okayama:before{
	background:url(/history/images/icon_okayama.png) no-repeat left top;
}

.icon_maps:before{
	background:url(/history/images/icon_maps.png) no-repeat left top;
}

.icon_kyoei:before{
	background:url(/history/images/icon_kyoei.png) no-repeat left top;
}

.icon_skt:before{
	background:url(/history/images/icon_skt.png) no-repeat left top;
}

.icon_kmc:before{
	background:url(/history/images/icon_kmc.png) no-repeat left top;
}

.icon_sanyo:before{
	background:url(/history/images/icon_sanyo.png) no-repeat left top;
}

.icon_kng:before{
	background:url(/history/images/icon_kng.png) no-repeat left top;
}

.icon_logi:before{
	background:url(/history/images/icon_logi.png) no-repeat left top;
}

.icon_united:before{
	background:url(/history/images/icon_united.png) no-repeat left top;
}

.icon_okita:before{
	background:url(/history/images/icon_okita.png) no-repeat left top;
}

.history_container{
	width:880px;
	margin:40px auto 20px;
}

.his_title{
	width:772px;
	margin:0 auto;
}

.his_list{
	width:870px;
	position:relative;
    border-top:3px solid #b50000;
}

.his_list:before{
    content:"";
    height:100%;
    width:3px;
    background:#b50000;
    position:absolute;
    left:550px;
    top:0;
}

.his_list{
	margin-top:30px;
}

.his_list li{
	position:relative;
}

.his_text_01{
	position:absolute;
	left:120px;
	top:50px;
}

.history_box{
    margin-bottom:25px;
}


.his_news_title{
	position:absolute;
	right:120px;
	top:20px;
	color:#666;
}

.his_list{
	overflow:hidden;
}

.his_list_left{
	width:575px;
	float:left;
padding-top:50px;
}

.his_list_left li:last-child .his_num:after{
display:none;
}

.his_list_right{
	float:left;
	width:295px;
	font-size:0.8em;
padding-top:50px;
line-height: 1.5;
}

.main-visual .catch img{
max-width:770px;
}

/* 3分でわかる物語 */
.story-content h1 {
  margin: 165px 0 100px;
  text-align: center;
}
.story-content .page-nav {
  margin-bottom: 90px;
  text-align: center;
}
.story-content .page-nav ul {
  margin-bottom: 15px;
}
.story-content .page-nav li {
  display: inline-block;
  margin-right: 10px;
  padding-right: 15px;
  border-right: 1px solid #b40000;
  line-height: 1;
}
.story-content .page-nav li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}
.story-content .page-nav a {
  text-decoration: none;
}

.count-up {
	opacity: 0;
	transform: translate(0, 40px);
  transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
}
.fade-translate-do {
	opacity: 1.0;
	transform: translate(0, 0);
}

/* story1 */
.story01 {
  border-top: 1px solid #b40000;
}
.story01 .inner {
  position: relative;
  margin: 0 auto;
  padding: 60px 0;
  max-width: 1200px;
}
.story01 .label {
  position: absolute;
  top: -52px;
  left: 50px;
}
.story01 h2 {
  margin-bottom: 60px;
  text-align: center;
}
.story01 .description {
  margin-bottom: 60px;
  font-size: 1.1rem;
  text-align: center;
  line-height: 2em;
}
.story01 .graph {
  position: relative;
  margin-bottom: 60px;
  font-weight: bold;
  text-align: center;
}
.story01 .sales {
  text-align: left;
}
.story01 .sales li {
  position: absolute;
}
.story01 .sales .com01 { top: 102px; right: 220px; }
.story01 .sales .com02 { top: 500px; right: 165px; }
.story01 .sales .com03 { top: 495px; left: 240px; }
.story01 .sales .com04 { top: 270px; left: 225px; }
.story01 .sales .com05 { top: 150px; left: 275px; }
.story01 .sales .com06 { top:  70px; left: 265px; }
.story01 .sales .com07 { top: 28px; left: 330px; }
.story01 .sales .com08 { top: -10px; left: 620px; }

.story01 .sales .type {
  margin-bottom: 8px;
  font-size: 1.25rem;
}
.story01 .sales .percent {
  color: #b40000;
  font-size: 2.2rem;
}
.story01 .sales .number {
  display: inline-block;
  margin-right: 5px;
  font-size: 4.25rem;
  font-family: Arial;
  line-height: 1em;
}
.story01 .sales .com01 .number,
.story01 .sales .com02 .number,
.story01 .sales .com03 .number {
  font-size: 5.375rem;
}
.story01 .company {
  text-align: center;
}
.story01 .company .sec {
  display: inline-block;
  margin: 0 15px;
}
.story01 .company .sec .name {
  margin-top: 20px;
  color: #b40000;
  font-size: .75rem;
  font-family: Arial;
  font-weight: bold;
  letter-spacing: .1em;
}

/* story2 */
.story02 {
  margin-bottom: 100px;
  padding-bottom: 70px;
  background-color: #b40000;
}
.story02 .bg {
  padding-bottom: 111px;
  background: url(/story/images/story02_bg01.png) repeat-x 0 bottom;
}
.story02 .inner {
  position: relative;
  margin: 0 auto;
  padding: 60px 0 40px;
  max-width: 1200px;
}
.story02 .label {
  position: absolute;
  top: 30px;
  left: 50px;
}
.story02 h2 {
  margin-bottom: 60px;
  text-align: center;
}
.story02 .description {
  margin-bottom: 60px;
  color: #fff;
  font-size: 1.1rem;
  text-align: center;
}
.story02 .member {
  position: relative;
}
.story02 .member .text {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -127px 0 0 -177px;
  padding-top: 55px;
  width: 355px;
  height: 255px;
  background-color: rgba(255,255,255,.8);
  color: #b40000;
  font-weight: bold;
  text-align: center;
}
.story02 .member .first {
  margin-bottom: 25px;
  font-size: 1.9rem;
}
.story02 .member .second {
  font-size: 4rem;
}
.story02 .member .second .number {
  display: inline-block;
  margin-right: 10px;
  font-size: 7.5rem;
  font-family: Arial;
  line-height: 1em;
}

/* story3 */
.story03 {
  border-top: 1px solid #b40000;
}
.story03 .inner {
  position: relative;
  margin: 0 auto;
  padding: 30px 0 65px;
  max-width: 1200px;
}
.story03 .label {
  position: absolute;
  top: -45px;
  left: 50px;
}
.story03 h2 {
  position: absolute;
  top: 50px;
  width: 100%;
  text-align: center;
}
.story03 .graph {
  position: relative;
  text-align: center;
    height: 680px;
}
.story03 .graph img{
    max-width: none;
    width: auto;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -550px;
}
.story03 .sales {
  position: absolute;
  top: 110px;
  left: 120px;
  padding: 40px 0 25px;
  width: 550px;
  border: 8px solid #b40000;
  font-weight: bold;
}
.story03 .sales .first {
  margin-bottom: 30px;
  color: #b40000;
  font-size: 2rem;
}
.story03 .sales .second {
  margin-bottom: 25px;
  color: #b40000;
  font-size: 2.2rem;
  line-height: 1em;
}
.story03 .sales .second .number {
  display: inline-block;
  padding-right: 20px;
  font-size: 7.5rem;
  font-family: Arial;
  line-height: 1em;
}
.story03 .sales .third {
  font-size: 1.1rem;
}
.story03 .now {
  position: absolute;
  top: 7px;
  right: 102px;
  padding-top: 40px;
  width: 235px;
  height: 235px;
  color: #fff;
  font-weight: bold;
  text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(265px);
}
.story03 .now .first {
  margin-bottom: 6px;
  font-size: 7.5rem;
  font-family: Arial;
  line-height: 1em;
}
.story03 .now .second {
  font-size: 2rem;
}

/* story4 */
.story04 {
  margin-bottom: 100px;
  background-color: #b40000;
}
.story04 .inner {
  position: relative;
  margin: 0 auto;
  padding: 80px 0 70px;
  max-width: 1200px;
}
.story04 .label {
  position: absolute;
  top: 50px;
  left: 50px;
}
.story04 h2 {
  margin-bottom: 60px;
  text-align: center;
}
.story04 .description {
  margin-bottom: 80px;
  color: #fff;
  font-size: 1.1rem;
  text-align: center;
}
.story04 .start {
  position: relative;
  margin-left: 80px;
}
.story04 .start .text {
  position: absolute;
  bottom: 30px;
  right: 75px;
  width: 400px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.story04 .start .foundation {
  margin-bottom: 36px;
  font-size: 2.4rem;
  letter-spacing: .6em;
}
.story04 .start .year {
  display: inline-block;
  margin-right: 15px;
  font-size: 7.5rem;
  font-family: Arial;
  line-height: 1em;
}
.story04 .start .suffix {
  display: inline-block;
  font-size: 2.4rem;
}

/* story5 */
.story05 {
  border-top: 1px solid #b40000;
}
.story05 .inner {
  position: relative;
  margin: 0 auto;
  padding: 65px 0;
  max-width: 1200px;
}
.story05 .label {
  position: absolute;
  top: -45px;
  left: 50px;
}
.story05 h2 {
  margin-bottom: 50px;
  text-align: center;
}
.story05 .description {
  margin-bottom: 50px;
  font-size: 1.1rem;
  text-align: center;
}
.story05 .graph {
  text-align: center;
}

/* story6 */
.story06 {
  background: url(/story/images/story06_img02.png) no-repeat center 0 #b40000;
}
.story06 .inner {
  position: relative;
  margin: 0 auto;
  padding: 120px 0;
  max-width: 1200px;
}
.story06 .label {
  position: absolute;
  top: 60px;
  left: 60px;
}
.story06 h2 {
  margin-bottom: 120px;
  text-align: center;
}
.story06 .description {
  margin-bottom: 100px;
  color: #fff;
  font-size: 1.1rem;
  text-align: center;
  line-height: 2em;
}
.story06 .logo {
  text-align: center;
}

/* SR GROUP */
.sr-group-link {
  margin: 0 auto;
  padding: 40px 0 0;
  max-width: 1050px;
  text-align: center;
}
.sr-group-link .title {
  margin-bottom: 40px;
  color: #b40000;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}
.sr-group-link .sec {
  display: inline-block;
  margin-right: 2px;
  width: 120px;
  border: 1px solid #dbdcdc;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}
.sr-group-link .sec a {
  display: block;
  padding: 22px 0;
  color: #333;
  text-decoration: none;
}
.sr-group-link .sec a:hover {
  background-color: #eee;
}
.sr-group-link .sec  .jp {
  margin: 10px 0 2px;
}
.sr-group-link .sec  .name {
  color: #b40000;
  font-size: .7rem;
  font-family: Arial;
  letter-spacing: .1em;
}

/* トピックス */
.topics-header {
  margin-bottom: 40px;
  text-align: center;
}
.topics-colum::after {
  display: block;
  clear: both;
  content: "";
}
.topics-colum {
  margin: 0 auto;
  width: 960px;
}
.topics-colum .topics-main {
  float: right;
  width: 730px;
}
.topics-colum .topics-menu {
  float: left;
  width: 190px;
}

/* TOPICSローカルナビ */
.local-nav {
  margin-bottom: 30px;
}
.local-nav .title {
  font-size: 1.1rem;
  margin-bottom: 12px;
}
.local-nav .title .en {
  color: #b40000;
  font-family: Arial;
  font-weight: bold;
}
.local-nav .title .toggle-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -5px;
  width: 19px;
  height: 9px;
  background: url(/common/images/icon_arrow02.png) no-repeat 0 0;
  z-index: 10;
}
.local-nav .lists a {
  display: block;
  padding: 8px 15px;
  border-bottom: 1px solid #ccc;
  text-decoration: none;
}
.local-nav .lists li:first-child a {
  border-top: 1px solid #ccc;
}

/*　TOPICS見出し　*/
.topics-main .page-title {
  margin-bottom: 40px;
  color: #b40000;
  font-size: 1.1rem;
  font-weight: bold;
}
.topics-main .year-title {
  margin: 40px 0;
  color: #b40000;
  font-size: 2.2rem;
  font-family: Arial;
  font-weight: bold;
  text-align: center;
  letter-spacing: .05em;
  line-height: 1em;
}

/* TOPICS一覧 */
.topics-list {
  margin-bottom: 25px;
}
.topics-list .title {
  font-size: 1.375rem;
  margin-bottom: 15px;
  padding-bottom: 7px;
  border-bottom: 1px solid #ccc;
}
.topics-list .title .month {
  padding-right: 14px;
  font-weight: bold;
}
.topics-list .title .year {
  font-size: 1rem;
}
.topics-list .lists li {
  font-size: 0.875rem;
  margin-bottom: 10px;
  display: table;
}
.topics-list .lists .category,
.topics-list .lists .date,
.topics-list .lists .permalink {
  display: table-cell;
}
.topics-list .lists .label {
  font-size: 0.75rem;
  display: block;
  padding: 5px 0;
  width: 12em;
  background-color: #b40000;
  color: #fff;
  text-align: center;
  line-height: 1em;
}
.topics-list .lists .date {
  width: 8em;
  text-align: center;
}

/* TOPICS詳細 */
.topics-detail .title {
  font-size: 1.5rem;
  margin-bottom: 10px;
  line-height: 1.6em;
}
.topics-detail .meta {
  margin-bottom: 40px;
}
.topics-detail .category,
.topics-detail .date {
  display: inline-block;
}
.topics-detail .label {
  font-size: 0.75rem;
  display: block;
  padding: 5px 10px;
  background-color: #b40000;
  color: #fff;
  text-align: center;
  line-height: 1em;
}
.topics-detail .category + .date {
  padding-left: 10px;
}
.topics-detail .entry-body p,
.topics-detail .entry-more p {
  margin: 1em 0;
  padding: 0;
  line-height: 1.6em;
}

.topics-detail .entry-body p{
    vertical-align: middle;
    text-align: center;
    overflow:hidden;
}
.topics-detail .entry-body img {
  height: auto !important;
}
.topics-detail a[href$="pdf"] {
  display: inline-block;
  min-height: 42px;
padding:13px 0;
/*padding: 13px 0 13px 40px;
  background: url(/common/images/icon_pdf02.png) no-repeat 0 center;*/
}
.topics-detail .entry-nav {
  margin: 30px;
}
.topics-detail .entry-nav .nav {
  text-align: center;
}
.topics-detail .entry-nav li {
  font-size: 1.1875rem;
  display: inline-block;
  margin-left: 30px;
}
.topics-detail .entry-nav li:first-child {
  margin-left: 0;
}
.topics-detail .entry-nav a {
  display: block;
  position: relative;
  padding: 8px;
  width: 8em;
  border: 1px solid #b40000;
  color: #b40000;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  overflow: hidden;
}
.topics-detail .entry-nav a:hover {
  transition: none;
}
.topics-detail .entry-nav a:before {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  border-top: 1px solid #b40000;
  border-right: 1px solid #b40000;
  vertical-align: middle;
  content: '';
}
.topics-detail .entry-nav .prev a:before {
  left: 15px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.topics-detail .entry-nav .next a:before {
  right: 15px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/**
 * Include roporo.css
 ********/
 @charset "UTF-8";

 /*header*/

 #site-header .logo img{
 	width:300px;
 }

 .index-news .tab li {
     float: left;
     margin-right: 1%;
     width: 19%;
     text-align: center;
 }

 #site-header .ex-nav li{
 	font-weight:normal;
 }

 #site-header .lang-nav li{
 	font-weight:normal;
 }

 #site-header .ex-nav ul .dropdown-menu a{
 	border-left:1px solid #333;
 }

 #site-header .toggle-nav .hamberger-icon, #site-header .toggle-nav .hamberger-icon:before, #site-header .toggle-nav .hamberger-icon:after{
 	height:5px;
 }

 #site-header .nav-menu ul a {
     display: table-cell;
     border: 2px solid #fff;
     color: #fff;
     font-weight: normal;
     text-align: center;
     text-decoration: none;
     vertical-align: middle;
 }

 .mincho{
 	font-family:"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
 }

 .index-about .group-modal .modal.pos01, .index-about .group-modal .modal.pos02, .index-about .group-modal .modal.pos03{
 	top:-345px;
 }

 .index-about .group-modal .modal{
 	min-height:320px;
 }

 .index-about .nav-content ul{
 	width:100%;
 	max-width:1200px;
 }
/*
 .slick-slide img{
   transition: transform 8s linear;
 }
 .slick-active img{
   transform: scale(1.06);
 }
*/
 #container #site-header .inner{
 	max-width:1200px;
 }

 #site-header .ex-nav li{
   font-family: 'Hiragino Kaku Gothic Pro', Meiryo, sans-serif;
 }

 /*footer*/

 #site-footer{
 	width:100%;
 }

 #site-footer .inner{
 	max-width:960px;
 	width:100%;
 	padding:0 20px;
 }

 /*graph*/

 .company-data .graphs .middle .cell .graph-name span, .company-data .graphs .bottom .cell .graph-name span{
 	font-size:0.9em;
 }

 /*3min*/

 .story-content h1{
 	background:#B50000;
 	padding:80px 0;
     margin: 85px 0 60px;
 }

 .index-about .nav-content li a::after{
 	top:40%;
 }

 .index-about .nav-content li a:hover{
 	opacity:0.6;
 }

 /*top page*/

 .to_sol{
 	text-align:center;
 	border:1px solid #B50000;
 	color:#B50000;
 	margin-top:15px;
 }

 .to_sol a{
 	display:block;
 	padding:0.5em;
 	color:#B50000;
 	text-decoration: none;
 }

 .to_sol a:hover{
 	display:block;
 	padding:0.5em;
 	color:#fff;
 	background:#B50000;
 }

 /*top page end*/

 /*solution*/

 .solution-box{
 	width:90%;
 	max-width:1200px;
 	margin:0 auto;
 }

 .solution-box .section{
 	width:33.33%;
 }

 .solution_link{
 	color:#B50000;
 	border-top:1px solid #B50000;
 	border-bottom:1px solid #B50000;
 	width:90%;
 	margin:20px auto 0;
 	position:relative;
 }

 .solution_link a:after{
 	content:url(../../solution/images/s_link_ar.png);
 	position:absolute;
 	top:16px;
 	right:10px;
 }

 .solution_link a{
 	display:block;
 	width:100%;
 	padding:1em;
 	color:#B50000;
 	text-decoration:none;
 	text-align:center;
 }

 .solution_link a:hover{
 	text-decoration:none;
 	text-align:center;
 	color:#fff;
 	background:#B50000;
 }

 .solution_link a:hover:after{
 	content:url(../../solution/images/s_link_ar_w.png);
 }

 .sol_title {
     position: relative;
     height: 270px;
     margin-bottom: 40px;
 	text-align:center;
 	padding-top:90px;
 }

 .sol_title_area{
 	border-top:1px solid #B50000;
 	border-bottom:1px solid #B50000;
 }

 .sol_title_box{
 	width:90%;
 	max-width:1200px;
 	min-width:860px;
 	margin:0 auto;
 	overflow:hidden;
 	padding:2em 0;
 }

 .sol_name{
 	float:left;
 	font-size:1.6em;
 	font-weight:bold;
 	text-align:center;
 	width:20%;
 	min-width:90px;
 	padding-top:110px;
 }

 .sol_title_text{
 	float:left;
 }

 .sol_logi_name{
 	background:url(../../solution/images/s_icon_log.png) no-repeat top center;
 }

 .sol_title_text{
 	float:left;
 	font-size:1.3em;
 	margin-left:50px;
 	width:74%;
 	line-height:1.8;
 }

 .sol_box_entry{
 	max-width:1200px;
 	width:90%;
 	margin:0 auto;
 }

 .sol_box{
 	margin-top:50px;
 	padding-top:80px;
 	position:relative;
 	overflow:hidden;
 }

 .sol_box_title{
 	font-weight:bold;
 	background:#B50000;
 	color:#fff;
 	text-align:center;
 	padding:1.5em 0;
 	width:250px;
 	line-height:2;
 	position:absolute;
 	right:50%;
 	top:0;
 	margin-right:-500px;
 	letter-spacing:0.15em;
 	font-family: "Century Gothic", "Futura", sans-serif;
 	font-size:1.1em;
 }

 .sol_box_title span{
 	font-size:1.4em;
 }

 .sol_box_list{
 	height:270px;
 	width:100%;
 	overflow:hidden;
 	margin-bottom:50px;
 }

 .sol_box_entry{
 	width:90%;
 	min-width:1150px;
 	overflow:hidden;
 	height:100%;
 	display:table;
 }

 .sol_box_title_entry{
 	float:left;
 	background: #B50000;
 	height:100%;
 	width:346px;
 	text-align:center;
 }

 .sol_box_mark{
 	margin:35px 0;
 }

 .sol_box_text{
 	margin:35px 0;
     min-height: 35px;
 }

 .sol_box_link{
 	color:#fff;
 	border-top:1px solid #fff;
 	border-bottom:1px solid #fff;
 	width:100%;
 	margin:20px auto 0;
 	position:relative;
 }

 .sol_box_link a:after{
 	content:url(../../solution/images/s_link_ar_w.png);
 	position:absolute;
 	top:16px;
 	right:10px;
 }

 .sol_box_link a{
 	display:block;
 	width:100%;
 	padding:1em;
 	color:#fff;
 	text-decoration:none;
 	text-align:center;
 }

 .sol_box_link a:hover{
 	text-decoration:none;
 	text-align:center;
 	color:#B50000;
 	background:#fff;
 }

 .sol_box_link a:hover:after{
 	content:url(../../solution/images/s_link_ar.png);
 }

 .sol_box_sub{
 	color:#fff;
 	margin:60px 0 0 40px;
 	float:left;
 	font-size:1.1em;
 	line-height:1.8;
 	width:650px;
 	height:100%;
 }

 .sol_com{
 	position:relative;
 	overflow:hidden;
    margin: 1%;
    width: 48%;
 }

 .sol_com_name{
 	position:absolute;
 	bottom:-50px;
 	width:100%;
 	color:#fff;
 	padding:6px 0;
 	background:rgba(0,0,0,0.6)
 }

 .sol_com:hover > .sol_com_name{
 	bottom:0;
 	transition: all .3s;
 }

 .sol_com_box{
 	overflow:hidden;
 	width:100%;
 	background:#e6e6e6;
 	padding:30px 0;
 }

 .sol_com_entry{
 	width:960px;
 	margin:0 auto;
 }

 .sol_com_title{
 	border-bottom:1px solid #B50000;
 	padding-bottom:5px;
 	margin-bottom:30px;
 	font-weight:bold;
 	font-size:1.2em;
 }

 .sol_com_title span{
 	float:right;
 	color:#B50000;
 	font-family: "Century Gothic", "Futura", sans-serif;
 	font-size:1.2em;
     letter-spacing: 0.15em;
 }

 .sol_com:nth-child(2n+1){
 	float:left;
 }

 .sol_com:nth-child(2n){
 	float:right;
 }

 .sol_com_name{
 	text-align:center;
 	margin-top:5px;
 }

 .sol_menu_box{
 	overflow:hidden;
 }

 .sol_menu_title{
 	font-weight:bold;
 	font-size:2.2em;
 	text-align:center;
 	margin:30px auto;
 	color:#B50000;
 	font-family: "Century Gothic", "Futura", sans-serif;
 }

 .sol_menu{
 	max-width:1200px;
 	margin:0 auto;
 	overflow:hidden;
 	padding: 0 0.5%;
 }

 .sol_menu li{
 	width:12%;
 	margin:0 0.25%;
 	text-align:center;
 	float:left;
 	border:1px solid #e6e6e6;
 	padding:15px 0;
 	position:relative;
 }

 .sol_menu li:hover{
 	background:#ccc;
 	transition:all .5s ease;
 	background-attachment: scroll;
 }

 .sol_menu li a{
 	display:block;
 	width:100%;
 	height:100%;
 	position:absolute;
 	top:0;
 	left: 0;
 	text-indent: 100%;
     white-space: nowrap;
     overflow: hidden;
 }

 .sol_menu_main{
 	padding:15px 0 10px;
 	font-size:1.05em;
 }

 .sol_menu_sub{
 	font-family: "Century Gothic", "Futura", sans-serif;
 	color:#B50000;
 	font-weight:bold;
 }

 /*solution logistics*/

 .sol_logi{
 	background: url(../../solution/images/s_01bg.jpg) no-repeat top center;
 }

 .sol_box_logi01{
 	background: url(../../solution/images/s_logi01.jpg) no-repeat top center;
 }

 .sol_box_logi02{
 	background: url(../../solution/images/s_logi02.jpg) no-repeat top center;
 }

 .sol_box_logi03{
 	background: url(../../solution/images/s_logi03.jpg) no-repeat top center;
 }

 .sol_box_logi04{
 	background: url(../../solution/images/s_logi04.jpg) no-repeat top center;
 }

 /*solution logistics end*/

 /*solution trade*/

 .sol_tra{
 	background: url(../../solution/images/s_02bg.jpg) no-repeat top center;
 }

 .sol_box_tra01{
 	background: url(../../solution/images/s_tra01.jpg) no-repeat top center;
 }

 .sol_tra_name{
 	background:url(../../solution/images/s_icon_tra.png) no-repeat top center;
 }

 /*solution trade end*/

 /*solution real*/

 .sol_real{
 	background: url(../../solution/images/s_03bg.jpg) no-repeat top center;
 }

 .sol_box_real01{
 	background: url(../../solution/images/s_real01.jpg) no-repeat top center;
 }

 .sol_box_real02{
 	background: url(../../solution/images/s_real02.jpg) no-repeat top center;
 }

 .sol_box_real03{
 	background: url(../../solution/images/s_real03.jpg) no-repeat top center;
 }


 .sol_real_name{
 	background:url(../../solution/images/s_icon_real.png) no-repeat top center;
 }

 /*solution real end*/

 /*solution creative*/

 .sol_cre{
 	background: url(../../solution/images/s_04bg.jpg) no-repeat top center;
 }

 .sol_box_cre01{
 	background: url(../../solution/images/s_cre01.jpg) no-repeat top center;
 }

 .sol_box_cre02{
 	background: url(../../solution/images/s_cre02.jpg) no-repeat top center;
 }

 .sol_cre_name{
 	background:url(../../solution/images/s_icon_cre.png) no-repeat top center;
 }

 /*solution creative end*/

 /*solution creative*/

 .sol_box_create01{
 	background: url(../../solution/images/s_create_bg02.jpg) no-repeat top center;
 }

 .sol_box_create02{
 	background: url(../../solution/images/s_create_bg01.jpg) no-repeat top center;
 }

 /*solution creative end*/

 /*solution image*/

 .sol_ima{
 	background: url(../../solution/images/s_05bg.jpg) no-repeat top center;
 }

 .sol_box_ima01{
 	background: url(../../solution/images/s_image01.jpg) no-repeat top center;
 }

 .sol_box_ima02{
 	background: url(../../solution/images/s_image02.jpg) no-repeat top center;
 }

 .sol_ima_name{
 	background:url(../../solution/images/s_icon_image.png) no-repeat top center;
 }

 /*solution image end*/

 /*solution business*/

 .sol_bus{
 	background: url(../../solution/images/s_07bg.jpg) no-repeat top center;
 }

 .sol_box_bus01{
 	background: url(../../solution/images/s_bus01.jpg) no-repeat top center;
 }

 .sol_box_bus02{
 	background: url(../../solution/images/s_bus02.jpg) no-repeat top center;
 }

 .sol_bus_name{
 	background:url(../../solution/images/s_icon_bus.png) no-repeat top center;
 }

 /*solution business end*/

 /*solution material*/

 .sol_mat{
 	background: url(../../solution/images/s_07bg.jpg) no-repeat top center;
 }

 .sol_box_mat01{
 	background: url(../../solution/images/s_mat_bg01.jpg) no-repeat top center;
 }

 .sol_box_mat02{
 	background: url(../../solution/images/s_mat_bg02.jpg) no-repeat top center;
 }

 .sol_mat_name{
 	background:url(../../solution/images/s_icon_material.png) no-repeat top center;
 }

 /*solution material end*/

 /*solution machine*/

 .sol_mac{
 	background: url(../../solution/images/s_machine_titlebg.jpg) no-repeat top center;
 }

 .sol_box_mac01{
 	background: url(../../solution/images/s_mac_bg01.jpg) no-repeat top center;
 }

 .sol_box_mac02{
 	background: url(../../solution/images/s_mac_bg02.jpg) no-repeat top center;
 }

 .sol_mac_name{
 	background:url(../../solution/images/s_icon_machine.png) no-repeat top center;
 }

 /*solution machine end*/


 /*solution service*/

 .sol_ser{
 	background: url(../../solution/images/s_06bg.jpg) no-repeat top center;
 }

 .sol_box_ser01{
 	background: url(../../solution/images/s_ser01.jpg) no-repeat top center;
 }

 .sol_box_ser02{
 	background: url(../../solution/images/s_ser02.jpg) no-repeat top center;
 }

 .sol_ser_name{
 	background:url(../../solution/images/s_icon_service.png) no-repeat top center;
 }

 /*solution service end*/

 /*solution market*/

 .sol_mar{
 	background: url(../../solution/images/s_market_titlebg.jpg) no-repeat top center;
 }

 .sol_box_mar01{
 	background: url(../../solution/images/s_mar_bg01.jpg) no-repeat top center;
 }

 .sol_ser_name{
 	background:url(../../solution/images/s_icon_service.png) no-repeat top center;
 }

 /*solution service market*/


 .sol_spo{
 	background: url(../../solution/images/s_sports_titlebg.jpg) no-repeat top center;
 }

 .sol_spo_name{
 	background:url(../../solution/images/s_icon_sports.png) no-repeat top center;
 }

 /*solution life*/

 .sol_life{
 	background: url(../../solution/images/s_life_titlebg.jpg) no-repeat top center;
 }

 .sol_box_life01{
 	background: url(../../solution/images/s_life_bg01.jpg) no-repeat top center;
 }

 .sol_box_life02{
 	background: url(../../solution/images/s_life_bg02.jpg) no-repeat top center;
 }

 .sol_box_life03{
 	background: url(../../solution/images/s_life_bg03.jpg) no-repeat top center;
 }

 .sol_box_life04{
 	background: url(../../solution/images/s_life_bg04.jpg) no-repeat top center;
 }

 .sol_box_life05{
 	background: url(../../solution/images/s_life_bg05.jpg) no-repeat top center;
 }

 .sol_life_name{
 	background:url(../../solution/images/s_icon_life.png) no-repeat top center;
 }

 /*solution life end*/

 /*solution aparel*/

 .sol_apa{
 	background: url(../../solution/images/s_08bg.jpg) no-repeat top center;
 }

 .sol_box_apa01{
 	background: url(../../solution/images/s_apa01.jpg) no-repeat top center;
 }

 .sol_box_apa02{
 	background: url(../../solution/images/s_apa02.jpg) no-repeat top center;
 }

 .sol_apa_name{
 	background:url(../../solution/images/s_icon_apa.png) no-repeat top center;
 }

 /*solution aparel end*/

 /*solution fashion*/

 .sol_fas{
 	background: url(../../solution/images/s_08bg.jpg) no-repeat top center;
 }

 .sol_box_fas01{
 	background: url(../../solution/images/s_fas_bg01.jpg) no-repeat top center;
 }

 .sol_box_fas02{
 	background: url(../../solution/images/s_fas_bg02.jpg) no-repeat top center;
 }

 .sol_fas_name{
 	background:url(../../solution/images/s_icon_apa.png) no-repeat top center;
 }

 /*solution fashion end*/

 /*solution end*/


 /*recruit*/

 .recruit-box{
 	width:100%;
 	max-width:960px;
 }

 .recruit_ichiran_box{
 	width:98%;
 	max-width:1200px;
 	margin:0 auto;
 }

 .recruit_ichiran_list{
 	width:100%;
 	margin:0 auto;
 }

 .recruit_ichiran{
 	width:100%;
 	overflow:hidden;
 }

 .recruit_ichiran li{
 	width:31.33%;
 	margin:30px 1%;
 	float:left;
 }

 .recruit_sub_title{
 	font-size:0.9em;
 }

 .recruit_sub_title span{
 	width:130px;
 	display:inline-block;
 	background:#B50000;
 	padding:0.5em 1em;
 	color:#fff;
 	margin-right:10px;
 	text-align:center;
 }

 .recruit_sub_box{
 	text-align:center;
 	border-left:1px solid #ccc;
 }

 .recruit_image{
 	margin:20px 0;
 	width: 56px;
 	height:48px;
 	float:left;
 }

 .recruit_image img{
 	width:100%;
 }

 .recruit_com_name{
     margin: 37px 0 0;
     text-align: left;
     padding-left: 70px;
 	font-weight: bold;
 }


 .recruit_sub_area{
 	overflow:hidden;
 	clear:both;
 	width:96%;
 	margin:0 auto;
 }

 .recruit_com_data{
 	width:100%;
 	margin:0 auto;
 }

 .recruit_com_title{
 	padding-bottom:0.5em;
     border-bottom: 1px solid #ccc;
 }

 .recruit_com_link{
 	margin:20px auto;
     width: 80%;
 }

 .recruit_com_link a{
 	color:#B50000;
 	display:block;
 	width:100%;
 	padding:0.5em;
 	border:1px solid #B50000;
 	text-decoration: none;
 	position:relative;
 }

 .recruit_com_link a:after{
 	content:" ";
 	width:10px;
 	height:17px;
 	position:absolute;
 	top:50%;
 	right:15px;
 	margin-top:-8px;
 	background:url(../../recruit/images/recruit_ar.png);
 }

 .recruit_com_link a:hover{
 	background:#B50000;
 	color:#fff;
 }

 .recruit_title{
 	text-align:center;
 	font-size:1.5em;
 	font-weight:bold;
 	margin:50px;
 }

 .recruit_content{
 	margin-right: auto;
     margin-left: auto;
     width: 100%;
 }

 .recruit-box .recruit_content .title{
     margin-bottom: 1.5em;
     text-align: center;
     font-size: 1.2rem;
     font-weight: bold;
 }

 /*recruit end*/


 /*message*/

 .message_header{
 	height:300px;
 }

 .sr_message{
 	width:80%;
 	max-width:1000px;
 	margin:0 auto 40px;
 }

 .sr_message h2{
 	font-size:1.65em;
 	margin-bottom:10px;
 	letter-spacing:0.085em;
 }

 .sr_message span{
 	font-size:1.65em;
 	letter-spacing:0.085em;
 }

 .sr_message p{
 	font-size:1.1em;
 	line-height:1.65;
 }

 .pre_name_box{
     /*right: -310px;*/
 	width:198%;
 	max-width:1000px;
     margin: 0 auto;
     position: relative;
     padding: 0 20px;
 }

 .pre_box{
 	overflow:hidden;
 }

 .message_keireki_box{
    max-width: 1000px;
    margin: 0 auto;
overflow:hidden;
 }

.mkb_box{
    width:260px;
float:right;
}

 .pre_name_roll{
 	float:left;
 	text-align:left;
 	font-size:1.1em;
 }

 .pre_name_com{
 	font-size:1.2em;
 	margin-top:30px;
 	margin-bottom:10px;
 }

 .pre_name{
     width: 240px;
 	float:left;
 	margin-top:15px;
 	margin-left:20px;
 	text-align:right;
 }

 .pre_keireki{
 	margin-top:30px;
 	font-size:13px;
 }

 .message_keireki{
 	background: rgba(181,0,0,0.8);
     padding: 1em 2em;
     position: absolute;
     top: 335px;
     left: 50%;
     width: 600px;
     z-index: 3;
     color: #fff;
     font-size: 0.9em;
     margin-left: -150px;
     line-height: 1.6;
     letter-spacing: 0.085em;
 }

 /*message end*/

 /*group*/

 .group_box{
 	width:98%;
 	max-width:1200px;
 	margin:0 auto 50px;
 	font-size:0.95em;
 }

 .president_box{
 	padding:2em 4em;
 	background:#B50000;
 	color:#fff;
 	display:inline-block;
 	text-align:center;
 	position:absolute;
 	right:50%;
     top: 375px;
     margin-right: -360px;
 }

 .president_name{
 	margin-top:10px;
     letter-spacing: 0.15em;
 }
 .president_name span{
 	font-size:1.5em;
 	margin-right:10px;
 }

 .group_pre_text{
 	max-width:920px;
 	margin:0 auto;
 	line-height:1.6;
 }

 .group_yakuin{
 	margin:50px 0;
 }

 .group_yakuin h3,
 .group_add h3,
 .group_outline h3{
     margin-bottom: .4em;
     font-size: 2.4rem;
     font-family: "Hiragino Mincho Pro", serif;
     line-height: 1em;
     letter-spacing: .15em;
 }

 .group_yakuin h3 span{
 	color:#B50000;
 	font-size:28px;
 	margin-left:10px;
 }

 .group_yakuin_list{
 	width:100%;
 	overflow:hidden;
 }

 .group_yakuin_list li{
 	width:23%;
 	margin:2% 1%;
 	float:left;
 	text-align:center;
 }

 .yakuin_text{
 	margin:10px auto 0;
 	text-align:center;
 }

 .outline_data{
 	max-width:890px;
 	margin:0 auto;
 	overflow:hidden;
 	clear:both;
 }

 .outline_data_left{
 	display: table-cell;
 	width:28%;
 	background: #B50000;
 	text-align:center;
 	height:100%;
 	vertical-align:middle;
 }

 .outline_data_right{
 	display: table-cell;
 	width:780px;
 	padding-left:2%;
 	background:#EFEFEF;
 }

 .outline_list tr{
 	border-bottom:1px solid #fff;
 }

 .outline_list th{
 	padding:1em 0.5em;
 	text-align:center;
 	background:#ddd;
 	border-bottom:1px solid #fff;
    font-weight:normal;
 }

 .outline_list td{
 	/*display:block;*/
 	padding:1em 1.5em;
 }

 .group_add{
 	margin:50px 0;
 }

 .map_list{
 	overflow:hidden;
 	font-size:0.9em;
 }

 .map_list li{
 	width:48%;
 	margin:2% 1%;
 	float:left;
 }

 #map1,
 #map2,
 #map3,
 #map4{
 	height:250px;
 }

 .gmap_box{
 	width:100%;
 	background:#ccc;
 }

 .map_list_title{
 	color:#B50000;
 	text-align:center;
 	padding-bottom:0.5em;
 	border-bottom:1px solid #B50000;
 	font-size:1.1em;
 	font-weight:bold;
 }

 .map_list_add{
 	font-size:1.1em;
 	padding:0.5em 0;
 	text-align:center;
 }

 .group_com{
 	width:100%;
 	margin-bottom:50px;
 	font-size:0.95em;
 }

.group_com h3{
    width: 98%;
    max-width: 1200px;
    margin:0 auto;
    margin-bottom: .4em;
    font-size: 2.4rem;
    font-family: "Hiragino Mincho Pro", serif;
    line-height: 1em;
    letter-spacing: .15em;
}

.seg_title{
    width: 98%;
    max-width: 1200px;
    margin:0 auto;
    margin-bottom: .8em;
    font-size: 2.4rem;
    font-family: "Hiragino Mincho Pro", serif;
    line-height: 1em;
    letter-spacing: .15em;
}

 .group_com_box{
 	max-width:920px;
 	margin:0 auto 0;
 	padding:15px;
 	background:rgba(255,255,255,0.9);
 }

 .group_com_list{
 	margin-bottom:1%;
 }

 .group_com_left{
     display: table-cell;
     width: 180px;
     background: #B50000;
     text-align: center;
     height: 100%;
     vertical-align: middle;
 	color:#fff;
 	font-size:1.2em;
 }

 .g_bg01{
 	background:url(../../company/images/g_bg01.jpg);
 	background-size:cover;
 }

 .g_bg02{
 	background:url(../../company/images/g_bg02.jpg);
 	background-size:cover;
 }

 .g_bg03{
 	background:url(../../company/images/g_bg03.jpg);
 	background-size:cover;
 }

 .g_bg04{
 	background:url(../../company/images/g_bg04.jpg);
 	background-size:cover;
 }

 .g_bg05{
 	background:url(../../company/images/g_bg05.jpg);
 	background-size:cover;
 }

 .g_bg06{
 	background:url(../../company/images/g_bg06.jpg);
 	background-size:cover;
 }

 .g_bg11{
 	background:url(../../company/images/g_bg11.jpg);
 	background-size:cover;
 }

 .group_com_right{
     display: table-cell;
     padding-left: 1%;
 }

 .group_data_name{
 	width:195px;
 	padding:0;
 	text-align:center;
 	font-weight:bold;
 }

 .group_data_title{
 	padding:.75em;
 	text-align:center;
 	background:#ddd;
 	border-bottom:1px solid #fff;
 	width:120px;
 }

 .group_data_text{
 	padding:0.75em;
 	border-bottom:1px solid #fff;
 	width:400px;
 }

 .group_com_data{
     background: #EFEFEF;
 	margin-bottom:1%;
 }

 .group_com_data:last-child{
 	margin-bottom:0;
 }

 .pdf_dl a{
 	padding:2em;
 	border:1px solid #B50000;
 	color:#B50000;
 	width:60%;
 	max-width:820px;
 	margin:30px auto;
 	display:block;
 	text-decoration: none;
 	text-align:center;
 	position:relative;
 }

 .pdf_dl a:after{
 	content:" ";
 	width:33px;
 	height:44px;
 	position:absolute;
 	top:50%;
 	left:30px;
 	margin-top:-22px;
 	background:url(../../company/images/pdf_off.png) no-repeat;
 }

 .pdf_dl a:hover{
 	color:#fff;
 	background:#B50000;
 }

 .pdf_dl a:hover:after{
 	background:url(../../company/images/pdf_on.png) no-repeat;
 }


 /*group end*/


 /*ipad pro*/

 @media screen and (max-width: 1050px){
 	.story01 .sales .com01{
 		right:100px;
 	}
 	.story01 .sales .com02{
 		right:55px;
 	}
 	.story01 .sales .com03{
 		left:155px;
 	}
 	.story01 .sales .com04{
 		left:145px;
 	}
 	.story01 .sales .com05{
 		left:190px;
 	}
 	.story01 .sales .com06{
 		left: 155px;
 	}
 	.story01 .sales .com07{
 		left: 235px;
 	}
 	.story01 .sales .com08{
 		left: 540px;
 	}
 	.story03 .now{
 		right:38px;
 	}
 	.solution-box .section .content{
 		min-height:148px;
 	}
 	.sol_box_sub{
 		width:550px;
 	}
 }

.top_shaoku{
background:url(/images/bg_shaoku_on.jpg) no-repeat center center;
background-size:cover;
text-align:center;
    max-width: 1200px;
    margin: 60px auto;
transition:all 0.5s;
position:relative;
}

.mask{
background:rgba(0,0,0,0.4);
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
transition:all 0.5s;
display:block;
}


@keyframes show{
    from{
        opacity: 1;
    }
    to{
        opacity: 0;
    }
}

.top_shaoku:hover .mask{
opacity:0;
animation: show .5s linear 0s;
}

.top_shaoku a{
display:block;
padding:50px 0;
width:100%;
position:relative;
z-index:1;
}


.top_bnrlist_title{
	max-width:370px;
	margin:0 auto 60px;
}

.top_bnrlist{
	padding:100px 0 ;
	background:#000;
}

.top_bnrlist_list{
	display:flex;
	flex-wrap: wrap;
	max-width:1300px;
	margin:0 auto;
}

.top_bnrlist_inner{
	width:33.33%;
	text-align:center;
	position:relative;
}

@media (max-width:800px){
.top_bnrlist_inner{
	width:50%;
}
}

.top_bnrlist_list li{
	transition:  all 0.5s;
}

.top_bnrlist_list li a{
	color:#fff;
	text-decoration:none;
	padding:90px 0;
	display:block;
}

.top_bnrlist_list li a:hover{
	opacity:0.7;
}

.top_bnrlist_list li p{
	font-size:16px;
	font-family:"century gothic" ;
	letter-spacing:0.1em;
}

.top_bnrlist_list li h4{
	font-size:22px;
	margin-top:1em;
	letter-spacing:0.2em;
}

.top_bnrlist_list li:nth-child(1){
	background:url("/images/top_dark01.jpg") no-repeat center top;
	background-size:auto 100%;
}

.top_bnrlist_list li:nth-child(2){
	background:url("/images/top_dark02.jpg") no-repeat center top;
	background-size:auto 100%;
}

.top_bnrlist_list li:nth-child(3){
	background:url("/images/top_dark03.jpg") no-repeat center top;
	background-size:auto 100%;
}

.top_bnrlist_list li:nth-child(4){
	background:url("/images/top_dark04.jpg") no-repeat center top;
	background-size:auto 100%;
}

.top_bnrlist_list li:nth-child(5){
	background:url("/images/top_dark05.jpg") no-repeat center top;
	background-size:auto 100%;
}

.top_bnrlist_list li:nth-child(6){
	background:url("/images/top_dark06.jpg") no-repeat center top;
	background-size:auto 100%;
}

.top_bnrlist_list li:hover{
	background-size:auto 110%;
}

/*SDGsページ*/

.sdgs_header{
    background:url("../../sdgs/images/sdgs_header.jpg") no-repeat center center;
    background-size:cover;
    height:400px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;    
}
.sdgs_title{
    max-width:500px;
    margin:50px auto;
    width:98%;
}

.sdgs_intro{
    border-top:2px solid #C4161D;
    border-bottom:2px solid #C4161D; 
    padding:50px 0;
}

.sdgs_introbox{
    max-width:1200px;
    width:98%;
    margin:0 auto;
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.si_left{
    width:50%;
}

.si_left h3{
    font-size:35px;
    color:#C4161D;
    padding-bottom:50px;
}

.si_left p{
    font-size:16px;
    line-height:2;
}

.si_right{
    width:45%;
}

.sdgs_navbox{
    background:#c4161d;
}

.sdgs_nav{
    max-width:1100px;
    width:98%;
    margin:0px auto;
    padding:20px 0 50px;
    display:flex; 
    flex-wrap: wrap;
}

.sdgs_navlist{
    width:23%;
    margin:0 1%;
    border-bottom:1px solid #D8D9D9;
    padding:20px 0;
    position:relative;
}

.sdgs_navlist:before{
    display:none;
}

.si_nav{
    display:flex;
}

.si_nav li img{
    width:38px;
}

.si_nav li a{
    color:#fff;
    text-decoration: none;
}

.si_nav_text{
    font-size:18px;
    padding:20px 0 0 20px;
}

.sdgs_box{
    max-width:1200px;
    width:98%;
    margin:30px auto;
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding:40px 0;
    position:relative;
}

.sdgs_line{
    content:"";
    width:50%;
    height:1px;
    background:#D8D9D9;
    position:relative;
    left:50%;
    bottom:0;
    transform: translate(-50%,0);
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.sdgs_line:before{
    content:"";
    width:20%;
    height:1px;
    position:absolute;
    right:0;
    bottom:0;
    background:#ED6A02;
}

.sdgs_boxleft{
    width:58%;
    padding-left:90px;
    position:relative;
}

.sdgs_box:before{
    content:"";
    width:200%;
    height:110px;
    background:#c4161d;
    position:absolute;
    left:-50%;
    top:20px;
}

.sdgs_number{
    position:absolute;
    left:0;
    top:0;
    width:60px;
}

.sdgs_boxleft h3{
    font-size:34px;
    padding:35px 0 20px;
    color:#fff;
}

.sdgs_boxleft span{
    font-size:16px;
    padding-left:20px;
    font-family: 'roboto';
    font-weight:bold;
    color:#fff;
}

.sdgs_icon{
    display:flex;
    margin-top:30px;
}

.sdgs_icon li{
    margin-right:10px;
}

.sdgs_boxright{
    width:38%;
    padding-top: 115px;    
}

.sdgs_sub{
    padding:30px 0 0;
}

.sdgs_sub li{
    padding-left:60px;
    padding-bottom:10px;
    font-size:16px;
    position:relative;
}

.sdgs_sub li:before{
    content:"";
    width:45px;
    height:10px;
    position:absolute;
    left:0;
    top:5px;
}

.sdgs_sub li.sdgs_sub04:before{
    background:#C60F28;
}

.sdgs_sub li.sdgs_sub05:before{
    background:#E83819;
}

.sdgs_sub li.sdgs_sub07:before{
    background:#FABD00;
}

.sdgs_sub li.sdgs_sub08:before{
    background:#970B31;
}

.sdgs_sub li.sdgs_sub09:before{
    background:#ED6A02;
}

.sdgs_sub li.sdgs_sub10:before{
    background:#DC007A;
}

.sdgs_sub li.sdgs_sub11:before{
    background:#F5A200;
}

.sdgs_sub li.sdgs_sub13:before{
    background:#427935;
}

.sdgs_sub li.sdgs_sub14:before{
    background:#0075BA;
}

.sdgs_sub li.sdgs_sub15:before{
    background:#28A838;
}

.sdgs_sub li.sdgs_sub16:before{
    background:#004C88;
}

.sdgs_sub li.sdgs_sub17:before{
    background:#003067;
}

.top_sdgsbox{
max-width:1100px;
margin:0 auto;
padding:50px 0;
}

.top_sdgs{
border-bottom:1px solid #C4161D;
}

.sdgs_img{
max-width:500px;
margin:0 auto;
}

.sdgs_img img{
max-width:100%;
}

.top_sdgs p a{
display:block;
width:300px;
margin:30px auto 0;
border:1px solid #C4161D;
color:#C4161D;
padding:1em 0;
text-align:center;
}

.sdgs_bg01{
position:relative;
}

.sdgs_solar{
position:absolute;
left:0;
bottom:0;
width:100%;
background:#000;
padding:10px 20px;
    text-align:center;
}

.sdgs_solar img{
    max-width:350px;
}

/*SDGsここまで*/

/*20201120更新*/

 .g_bg07{
 	background:url(../../company/images/g_bg07.jpg) center center;
    background-size:cover;
 }

 .g_bg08{
 	background:url(../../company/images/g_bg08.jpg) center center;
 	background-size:cover;
 }

 .g_bg09{
 	background:url(../../company/images/g_bg09.jpg) center center;
 	background-size:cover;
 }

 .g_bg10{
 	background:url(../../company/images/g_bg10.jpg) center center;
 	background-size:cover;
 }


.glance{
 	background:url(../../company/images/com_catchbg.jpg?v2) center center;
	padding:50px 0;
	margin-bottom:100px;
}

.glance_box{
	max-width:1400px;
	margin:0 auto;
	padding:0 20px;
	color:#fff;
	font-size:20px;
}

.glance_title{
	font-size:2rem;
	line-height:1;
	letter-spacing:0.15em;
	margin-bottom:20px;
}

.glance_title span{
	font-size:4rem;
	line-height:1;
	display:block;
	margin-bottom:10px;
}

.glance_list01,
.glance_list02{
    display: -webkit-flex; 
    display: -ms-flexbox; 	
	display:flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;	
}

.glance_list01{
	border-bottom:1px solid #fff;
}

.glance_list01 li{
	width:33.33%;
	text-align:center;
	padding:40px 0;
	margin:40px 0;
	border-right:1px solid #fff;
}

.glance_list02 li{
	width:25%;
	text-align:center;
	padding:40px 0;
	margin:40px 0;
	border-right:1px solid #fff;
}

.glance_list01 li p span,
.glance_list02 li p span{
	font-size:4.25rem;
	line-height:1;
}

.glance_list01 li h4,
.glance_list02 li h4{
	line-height:1;
	margin-bottom:20px;
}

.glance_list01 li:last-child,
.glance_list02 li:last-child{
	border-right:none;
}

.glance_list03,
.glance_list04{
    display: -webkit-flex; 
    display: -ms-flexbox; 	
	display:flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;	
}

.glance_list03{
	border-bottom:1px solid #fff;
}

.glance_list03 li{
	width:25%;
	text-align:center;
	padding:40px 0;
	margin:40px 0;
	border-right:1px solid #fff;
}

.glance_list04 li{
	width:20%;
	text-align:center;
	padding:40px 0;
	margin:40px 0;
	border-right:1px solid #fff;
}

.glance_list03 li p span,
.glance_list04 li p span{
	font-size:4.2rem;
	line-height:1;
}

.glance_list03 li h4,
.glance_list04 li h4{
	line-height:1;
	margin-bottom:20px;
	font-size: 16px;
}

.glance_list03 li p,
.glance_list04 li p{
	font-size:15px;
}

.glance_list03 li:last-child,
.glance_list04 li:last-child{
	border-right:none;
}

.fadeinout01{
	opacity:0;
	transform: translateY(20px);
	transition: all 0.8s
}

.fadeinout02{
	opacity:0;
	transform: translateY(20px);
	transition: all 0.8s
}

.scroll-up{opacity: 0; transform: translateY(100px)/*スクロールアップする距離*/; transition: all 2s/*処理にかかる時間*/;}
.scroll-up.done, .scroll-fade.done{opacity : 1; transform : translate(0, 0);}

@media screen and (max-width:1100px){
	.glance_list03 li p span, 
	.glance_list04 li p span{
		font-size: 3.2rem;
	}
}

@media screen and (max-width:768px){
	.glance_list03 li p span, 
	.glance_list04 li p span{
		font-size: 2.5rem;
	}
}

/*3min*/

.story01 .sales .com01 {
    top: 50%;
    right: auto;
    left: 50%;
    transform: translate(245px,-235px);
}

.story01 .sales .com02 {
    top: 50%;
    right: auto;
    left: 50%;
    transform: translate(300px,150px);	
}

.story01 .sales .com03 {
    top: 50%;
    right: auto;
    left: 50%;
    transform: translate(-290px,202px);
}

.story01 .sales .com04 .number {
    font-size: 5.375rem;
}

.story01 .sales .com04 {
    top: 50%;
    right: auto;
    left: 50%;
    transform: translate(-372px,60px);
}

.story01 .sales .com06 {
    top: 50%;
    right: auto;
    left: 50%;
    transform: translate(-360px,-70px);
}

.story01 .sales .percent {
    font-size: 1.5rem;
}

.story02 .member .second {
    font-size: 1.5rem;
}

.story03 .sales .second{
	font-size:1.5rem;
}

.story03 .now .second{
	font-size:1.5rem;
}

.story04 .start .suffix{
	font-size:1.5rem;
}


.sa {
opacity: 0;
transition: all 1s ease;
}
.sa.show {
opacity: 1;
transform: none;
}
.sa--up {
transform: translate(0, 50px);
}

.newbld{
	margin:50px auto;
	text-align:center;
	background:url("/company/images/bnr_shaoku02.png") no-repeat center center;
	background-size: cover;
	width: 200%;
    margin-left: -50%;	
}

.newbld a:hover{
	text-decoration: none;
}

.newbld a{
	text-decoration: none;
	color:#fff;
	display:block;
	padding:150px 15px;
}

.newbld_title{
	margin-bottom:50px !important;
}

.newbld_text{
	font-size:16px;
	line-height:2;
}

.newbld_link{
	font-size:14px;
	margin-top:30px;
	background:rgba(255,255,255,0.4);
	padding:0.5em 1em;
	display:inline-block;
	transition:all 0.3s;
}

.newbld a:hover .newbld_link{
	background:rgba(255,255,255,0.7);
}

/*20200106 動画追加*/

.Index_movie{
	text-align:center;
	height:500px;
	overflow:hidden;
	position:relative;
}

.Index_movie:before{
	content:"";
	background:#000;
	opacity:0.4;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5;
	transition: all 0.3s;
}

.Index_movie:hover:before{
	opacity:0;	
}

.Index_movie video{
	position:absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	z-index:1;
}

.Index_moviebox{
	position: relative;
	z-index:10;
	height:100%;
}

.Index_movie a{
	text-decoration: none;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	display: block;
}

.Index_movie a:hover{
	color:#fff;
}

.Index_movie h3{
	font-size: 2.4rem;
    font-family: "Hiragino Mincho Pro", serif;
    line-height: 1em;
    letter-spacing: .15em;
	color:#fff;
}

.Index_movie p{
    font-size: 14px;
    background: rgba(255,255,255,0.4);
    padding: 0.5em 1em;
    display: inline-block;
    transition: all 0.3s;	
	color:#fff;
}

.Index_movie a:hover p{
	background:#fff;
	color:#333;
}

.Index_moviebtn{
	position: relative;
	top:36%;
}

.Index_moviebtn img{
	transition: all 0.3s;
}

.Index_movie:hover .Index_moviebtn img{
	transform:scale(1.2);
}

/*メッセージ更新*/


.mkb_box{
    margin-left:40px;
}

.message_box{
    position:relative;
}

.message_keireki_box{
display:flex;
align-items: flex-end;
width: 768px;
    justify-content: flex-end;
}
.sr_message{
    max-width:768px;
}

.icon_graphic:before {
    background: url(/history/images/icon_graphic.png) no-repeat left top;
}
.icon_fields:before {
    background: url(/history/images/icon_fields.png) no-repeat left top;
}
.history_text{
font-size:14px;
}

.index-recruit .logos{
max-width:840px;
}

.icon_39:before {
    background: url(/history/images/icon_39.png) no-repeat left top;
}
.sol_box_life06 {
    background: url(../../solution/images/s_life_bg06.jpg) no-repeat top center;
}
.sol_box_sports01 {
    background: url(../../solution/images/s_sports_bg01.jpg) no-repeat top center;
}

.icon_40:before {
    background: url(/history/images/icon_40.png) no-repeat left top;
}

.icon_41:before {
    background: url(/history/images/icon_41.png) no-repeat left top;
}


@media screen and (min-width:1051px) and (max-width:1199px){
.story03 .now{
  right:90px;
}
}