@charset "UTF-8";
@fs-title-pc : ***rem;
@fs-text-pc : ***rem;
@fs-title-sp : ***rem;
@fs-text-sp : ***rem;
@content-margin-pc : ***px;
@content-margin-tb : ***px;
@content-margin-sp : ***px;
.flex {
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
}
.flex-between {
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-box-pack: justify;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-pack: justify;
  /*--- IE10 ---*/
  -webkit-justify-content: space-between;
  /*--- safari（PC）用 ---*/
  justify-content: space-between;
}
.flex-center {
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-box-pack: center;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-pack: center;
  /*--- IE10 ---*/
  -webkit-justify-content: center;
  /*--- safari（PC）用 ---*/
  justify-content: center;
}
.flex-end {
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-box-pack: end;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-pack: end;
  /*--- IE10 ---*/
  -webkit-justify-content: flex-end;
  /*--- safari（PC）用 ---*/
  justify-content: flex-end;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-item-center {
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-box-align: center;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-align: center;
  /*--- IE10 ---*/
  -webkit-align-items: center;
  /*--- safari（PC）用 ---*/
  align-items: center;
}
.flex-self-center {
  -ms-flex-flex-item-align: center;
  /*--- IE10 ---*/
  -webkit-align-self: center;
  /*--- safari（PC）用 ---*/
  align-self: center;
}
.flex-self-end {
  -ms-flex-flex-item-align: flex-end;
  /*--- IE10 ---*/
  -webkit-align-self: flex-end;
  /*--- safari（PC）用 ---*/
  align-self: flex-end;
}
.flex-self-start {
  -ms-flex-flex-item-align: flex-start;
  /*--- IE10 ---*/
  -webkit-align-self: flex-start;
  /*--- safari（PC）用 ---*/
  align-self: flex-start;
}
.appearance-none {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.br-none br {
  display: none;
}
.text-ry {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-none {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.box-link {
  display: block;
  width: 100%;
  height: 100%;
  color: #2f2f2f;
  text-decoration: none;
}
/* RESET */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
*,
::before,
::after {
  box-sizing: inherit;
}
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
}
* {
  background-repeat: no-repeat;
  /* 1 */
  padding: 0;
  /* 2 */
  margin: 0;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
hr {
  overflow: visible;
  /* 1 */
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
small {
  font-size: 80%;
  /* 1 */
}
[hidden],
template {
  display: none;
  /* 1 */
}
abbr[title] {
  border-bottom: 1px dotted;
  /* 1 */
  text-decoration: none;
  /* 2 */
}
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
a:active,
a:hover {
  outline-width: 0;
  /* 1 */
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
}
b,
strong {
  font-weight: bolder;
  /* 1 */
}
dfn {
  font-style: italic;
  /* 1 */
}
mark {
  background-color: #ff0;
  color: #000;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
input {
  border-radius: 0;
}
[type="number"] {
  width: auto;
  /* 1 */
}
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* 1 */
}
textarea {
  overflow: auto;
  /* 1 */
  resize: vertical;
  /* 2 */
}
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 1 */
}
optgroup {
  font-weight: bold;
  /* 1 */
}
button {
  overflow: visible;
  /* 1 */
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
button,
select {
  text-transform: none;
  /* 1 */
}
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}
select {
  -moz-appearance: none;
  /* 1*/
  -webkit-appearance: none;
  /* 2 */
}
select::-ms-expand {
  display: none;
  /* 1 */
}
select::-ms-value {
  color: currentColor;
  /* 1 */
}
legend {
  border: 0;
  /* 1*/
  color: inherit;
  /* 2 */
  display: table;
  /* 3 */
  max-width: 100%;
  /* 4 */
  white-space: normal;
  /* 5 */
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
img {
  border-style: none;
  /* 1 */
}
progress {
  vertical-align: baseline;
}
svg:not(:root) {
  overflow: hidden;
  /* 1 */
}
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
}
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy="true"] {
  cursor: progress;
}
[aria-controls] {
  cursor: pointer;
}
[aria-disabled] {
  cursor: default;
}
::-moz-selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #fff;
  text-shadow: none;
}
::selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #fff;
  text-shadow: none;
}
/* INTERFACE */
html {
  font-size: 62.5%;
}
body {
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  font-family: '游ゴシック', '游ゴシック体', 'YuGothic', 'Yu Gothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 1.4rem;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.animated {
  opacity: 0;
}
@keyframes fadeIn {
  0% {
    -webkit-transform: translateY(5%);
    -moz-transform: translateY(5%);
    -ms-transform: translateY(5%);
    -o-transform: translateY(5%);
    transform: translateY(5%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(5%);
    -moz-transform: translateY(5%);
    -ms-transform: translateY(5%);
    -o-transform: translateY(5%);
    transform: translateY(5%);
    opacity: 0;
  }
}
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.pace-inactive {
  display: none;
}
.pace .pace-progress {
  background: #ce9200;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}
/*ヘッダー*/
#global-header {
  width: 100%;
  background-color: #fff;
}
#global-header .top_area {
  width: 100%;
  background-color: #000;
  color: #fff;
}
#global-header .top_area .inner {
  width: 100%;
  max-width: 1600px;
  height: 30px;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
#global-header .top_area .inner .menu_area {
  list-style-type: none;
  overflow: hidden;
  border-left: solid 1px #3f3f3f;
  position: absolute;
  top: 0;
  right: 0;
}
#global-header .top_area .inner .menu_area .item {
  display: inline-block;
  height: 30px;
  vertical-align: top;
  color: #fff;
  font-size: 12px;
  line-height: 1em;
  text-align: center;
  border-right: solid 1px #3f3f3f;
  float: left;
  overflow: hidden;
}
#global-header .top_area .inner .menu_area .item a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 8px 0 0;
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
  transition: all 200ms 0s ease;
}
#global-header .top_area .inner .menu_area .item a:hover {
  background-color: #373737;
}
#global-header .top_area .inner .menu_area .item.about {
  width: 120px;
}
#global-header .top_area .inner .menu_area .item.sitemap {
  width: 110px;
}
#global-header .top_area .inner .menu_area .item.english {
  width: 130px;
}
#global-header .top_area .inner .menu_area .item.search {
  width: 200px;
}
#global-header .top_area .inner .menu_area .item.search input[type="search"] {
  display: block;
  width: 169px;
  height: 30px;
  margin: 0;
  padding: 0 5px;
  box-sizing: border-box;
  background-color: #494949;
  border: none;
  box-shadow: none;
  float: left;
}
#global-header .top_area .inner .menu_area .item.search a {
  width: 30px;
  height: 30px;
  float: right;
  padding: 8px 0 0;
  box-sizing: border-box;
  border-left: solid 1px #3f3f3f;
}
#global-header .top_area .inner .menu_area .item.search a img {
  width: 15px;
  height: auto;
}
#global-header .nav {
  box-shadow: 0px 6px 3px -3px rgba(4,4,4,0.1);
  -webkit-box-shadow: 0px 6px 3px -3px rgba(4,4,4,0.1);
  -moz-box-shadow: 0px 6px 3px -3px rgba(4,4,4,0.1);
}
#global-header .nav .inner {
  width: 100%;
  max-width: 1600px;
  height: 84px;
  margin: 0 auto;
  padding: 0 0 0 20px;
  box-sizing: border-box;
  position: relative;
}
#global-header .nav .inner .logo {
  width: 100%;
  max-width: 413px;
  margin: 0;
  padding: 8px 0 0;
  box-sizing: border-box;
}
#global-header .nav .inner .logo img {
  width: 100%;
}
#global-header .nav .inner #switchbtn_area {
  display: none;
}
#global-header .nav .inner .nav_area {
  list-style-type: none;
  border-left: solid 1px #e1e1e2;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
}
#global-header .nav .inner .nav_area .item {
  display: inline-block;
  height: 84px;
  vertical-align: top;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  line-height: 1em;
  text-align: center;
  border-right: solid 1px #e1e1e2;
  float: left;
}
#global-header .nav .inner .nav_area .item:hover {
  background-color: #494949;
  color: #fff;
}
#global-header .nav .inner .nav_area .item:hover a {
  color: #fff;
}
#global-header .nav .inner .nav_area .item a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 35px 6px 0;
  box-sizing: border-box;
  color: #000;
  text-decoration: none;
  transition: all 200ms 0s ease;
}
#global-header .nav .inner .nav_area .item a span {
  display: block;
  width: 100%;
  margin: 0 0 10px;
  font-size: 16px;
  font-family: 'Noto Sans', sans-serif;
}
#global-header .nav .inner .nav_area .item a:hover {
  background-color: #494949;
  color: #fff;
}
#global-header .nav .inner .nav_area .item.top {
  min-width: 180px;
}
#global-header .nav .inner .nav_area .item.service {
  min-width: 180px;
}
#global-header .nav .inner .nav_area .item.case {
  min-width: 180px;
}
#global-header .nav .inner .nav_area .item.recruit {
  min-width: 180px;
}
#global-header .nav .inner .nav_area .item.company {
  min-width: 180px;
}
#global-header .nav .inner .nav_area .item.strengths {
  min-width: 180px;
}
#global-header .nav .inner .nav_area .item.contact {
  width: 200px;
  border-right: none;
}
#global-header .nav .inner .nav_area .item.contact a {
  padding: 33px 0 0;
  background-color: #c11b41;
  color: #fff;
  font-size: 16px;
}
#global-header .nav .inner .nav_area .item.contact a:hover {
  background-color: #000;
  color: #fff;
}
#global-header .nav .inner .nav_area .item .nav_service {
  display: none;
  width: 230px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 84px;
  left: 0;
  list-style-type: none;
  background-color: #494949;
  z-index: 9999;
}
#global-header .nav .inner .nav_area .item .nav_service li a {
  display: block;
  width: 100%;
  padding: 12px 0 11px 15px;
  font-size: 14px;
  text-align: left;
  color: #fff;
  background-color: #494949;
  border-bottom: solid 1px #5e5e5e;
}
#global-header .nav .inner .nav_area .item .nav_service li a:hover {
  background-color: #353535;
}
#global-header .nav .inner .nav_area .item .nav_service li a::before {
  content: '';
  display: block;
  width: 5px;
  height: 2px;
  background-color: #fff;
  float: left;
  margin: 0 6px 0 0;
  position: relative;
  top: 6px;
}

#global-header .nav .inner .nav_area .item.service:hover .nav_service {
  display: block;
}
@media screen and (max-width: 1380px) {
  #global-header .nav .inner {
    width: 100%;
    max-width: 1600px;
    height: 84px;
    margin: 0 auto;
    padding: 0 0 0 20px;
    box-sizing: border-box;
    position: relative;
  }
  #global-header .nav .inner .logo {
    width: 100%;
    max-width: 301px;
    margin: 0;
    padding: 18px 0 0;
    box-sizing: border-box;
  }
  #global-header .nav .inner .logo img {
    width: 100%;
  }
  #global-header .nav .inner #switchbtn_area {
    display: none;
  }
  #global-header .nav .inner .nav_area {
    list-style-type: none;
    border-left: solid 1px #e1e1e2;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
  }
  #global-header .nav .inner .nav_area .item {
    display: inline-block;
    height: 84px;
    vertical-align: center;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.1em;
    text-align: center;
    border-right: solid 1px #e1e1e2;
    float: left;
  }
  #global-header .nav .inner .nav_area .item:hover {
    background-color: #494949;
    color: #fff;
  }
  #global-header .nav .inner .nav_area .item:hover a {
    color: #fff;
  }
  #global-header .nav .inner .nav_area .item a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 35px 6px 0;
    box-sizing: border-box;
    color: #000;
    text-decoration: none;
    transition: all 200ms 0s ease;
  }
  #global-header .nav .inner .nav_area .item a span {
    display: block;
    width: 100%;
    margin: 0 0 10px;
    font-size: 14px;
    font-family: 'Noto Sans', sans-serif;
  }
  #global-header .nav .inner .nav_area .item a:hover {
    background-color: #494949;
    color: #fff;
  }
   #global-header .nav .inner .nav_area .item.top {
    min-width: 170px; 
  }
  #global-header .nav .inner .nav_area .item.service {
    min-width: 170px; 
  }
  #global-header .nav .inner .nav_area .item.case {
    min-width: 170px;
  }
  #global-header .nav .inner .nav_area .item.recruit {
    min-width: 170px;
  }
  #global-header .nav .inner .nav_area .item.company {
    min-width: 170px;
  }
  #global-header .nav .inner .nav_area .item.strengths {
    min-width: 170px;
  }
  #global-header .nav .inner .nav_area .item.contact {
    width: 200px;
    border-right: none;
  }
  #global-header .nav .inner .nav_area .item.contact a {
    padding: 33px 0 0;
    background-color: #c11b41;
    color: #fff;
    font-size: 16px;
  }
  #global-header .nav .inner .nav_area .item.contact a:hover {
    background-color: #000;
    color: #fff;
  }
  #global-header .nav .inner .nav_area .item .nav_service {
    display: none;
    width: 230px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 84px;
    left: 0;
    list-style-type: none;
    background-color: #494949;
    z-index: 9999;
  }
  #global-header .nav .inner .nav_area .item .nav_service li a {
    display: block;
    width: 100%;
    padding: 12px 0 11px 15px;
    font-size: 14px;
    text-align: left;
    color: #fff;
    background-color: #494949;
    border-bottom: solid 1px #5e5e5e;
  }
  #global-header .nav .inner .nav_area .item .nav_service li a:hover {
    background-color: #353535;
  }
  #global-header .nav .inner .nav_area .item .nav_service li a::before {
    content: '';
    display: block;
    width: 5px;
    height: 2px;
    background-color: #fff;
    float: left;
    margin: 0 6px 0 0;
    position: relative;
    top: 6px;
  }
/*   #global-header .nav .inner .nav_area .item.service {
    min-width: 100px;
    position: relative;
  } */
  #global-header .nav .inner .nav_area .item.service:hover .nav_service {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #global-header .nav .inner {
    height: 42px;
    padding: 0 0 0 10px;
  }
  #global-header .nav .inner .logo {
    max-width: 150px;
    padding: 10px 0 0;
  }
  #global-header .nav .inner #switchbtn_area #switchbtn {
    width: 22px;
    height: 18px;
    top: 12px;
    right: 10px;
  }
  #global-header .nav .inner #switchbtn_area #switchbtn span:nth-of-type(2) {
    top: 8px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  #global-header .nav .inner #switchbtn_area #switchbtn.btnClose span:nth-of-type(1) {
    top: 8px;
  }
  #global-header .nav .inner #switchbtn_area #switchbtn.btnClose span:nth-of-type(3) {
    bottom: 8px;
  }
  #global-header .nav .inner .nav_area {
    top: 42px;
  }
  #global-header .nav .inner .nav_area .item {
    display: inline-block;
    min-width: 100%;
    height: 54px;
    font-size: 12px;
    border-right: none;
    border-top: solid 1px #e1e1e2;
    float: none;
  }
  #global-header .nav .inner .nav_area .item a {
    padding: 10px 6px 0;
    box-sizing: border-box;
    color: #000;
    text-decoration: none;
    transition: all 200ms 0s ease;
  }
  #global-header .nav .inner .nav_area .item a span {
    display: block;
    width: 100%;
    margin: 0 0 6px;
    font-size: 13px;
    font-family: 'Noto Sans', sans-serif;
  }
  #global-header .nav .inner .nav_area .item a:hover {
    background-color: #c11b41;
    color: #fff;
  }
  #global-header .nav .inner .nav_area .item.top {
    min-width: 100%;
  }
  #global-header .nav .inner .nav_area .item.service {
    min-width: 100%;
  }
  #global-header .nav .inner .nav_area .item.case {
    min-width: 100%;
  }
  #global-header .nav .inner .nav_area .item.recruit {
    min-width: 100%;
  }
  #global-header .nav .inner .nav_area .item.company {
    min-width: 100%;
  }
  #global-header .nav .inner .nav_area .item.strengths {
    min-width: 100%;
  }
  #global-header .nav .inner .nav_area .item.contact {
    width: 100%;
    border-right: none;
  }
  #global-header .nav .inner .nav_area .item.contact a {
    padding: 20px 0 0;
    font-size: 14px;
  }
}
/*フッター*/
#global-footer {
  background-color: #000;
  color: #fff;
}
#global-footer .inner {
  width: 100%;
  max-width: 1600px;
  height: 86px;
  margin: 0 auto;
  padding: 30px 30px 0;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
#global-footer .inner .footer_nav {
  margin: 0;
  padding: 0;
  list-style-type: none;
  float: left;
}
#global-footer .inner .footer_nav li {
  display: inline-block;
  margin: 0 30px 0 0;
}
#global-footer .inner .footer_nav li:last-child {
  margin: 0;
}
#global-footer .inner .footer_nav li a {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  transition: all 200ms 0s ease;
}
#global-footer .inner .footer_nav li a:hover {
  text-decoration: underline;
}
#global-footer .inner small {
  display: inline-block;
  float: right;
  font-size: 14px;
  font-family: 'Arial', sans-serif;
}
@media screen and (max-width: 1440px) {
  #global-footer .inner {
    height: 50px;
  }
  #global-footer .inner small {
    display: block;
    width: 100%;
    margin: 15px 0 0;
    clear: both;
    font-size: 12px;
  }
}
@media screen and (max-width: 920px) {
  #global-footer .inner {
    height: auto;
    min-height: 43px;
    padding: 0 0 15px;
  }
  #global-footer .inner .footer_nav {
    margin: 0 0 12px;
    padding: 0;
    list-style-type: none;
    float: none;
    border-top: solid 1px #fff;
  }
  #global-footer .inner .footer_nav li {
    display: block;
    width: 100%;
    margin: 0 0 0;
  }
  #global-footer .inner .footer_nav li:last-child {
    margin: 0;
  }
  #global-footer .inner .footer_nav li a {
    display: block;
    width: 100%;
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    transition: all 200ms 0s ease;
    padding: 12px 10px;
    box-sizing: border-box;
    border-bottom: solid 1px #fff;
  }
  #global-footer .inner .footer_nav li a:hover {
    text-decoration: none;
  }
  #global-footer .inner small {
    display: block;
    width: 100%;
    margin: 0 0 0;
    padding: 0 10px;
    box-sizing: border-box;
    clear: both;
    font-size: 10px;
    line-height: 1.3em;
    text-align: center;
  }
}
/*フォント*/
.Noto {
  font-family: 'Noto Sans', sans-serif;
  font-weight: bold;
}
/*ボタン*/
a {
  transition: all 200ms 0s ease;
}
a.btn {
  display: block;
  width: 100%;
  max-width: 380px;
  text-align: center;
  background-color: #515151;
  font-size: 15px;
  line-height: 1em;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  padding: 23px 0;
}
a.btn:hover {
  background-color: rgba(81, 81, 81, 0.7);
}
a.btn.btn_w {
  background-color: rgba(81, 81, 81, 0.2);
  border: solid 1px #fff;
}
a.btn.btn_w:hover {
  background-color: #515151;
}
a.btn.btn_r {
  background-color: #c11b41;
}
a.btn.btn_r:hover {
  background-color: #000;
}
a.btn.btn_arrow {
  background-color: #fff;
  border: solid 1px #c11b41;
  color: #000;
  background: url(../../img/common/arrow_rigth_r.svg) no-repeat 95% center;
  background-size: 9px auto;
}
a.btn.btn_arrow:hover {
  background-color: #fff;
  color: #c11b41;
}
.btn_area {
  box-sizing: border-box;
}
.btn_area a.btn {
  margin: 0 auto;
}
#top_btn {
  width: 100%;
  padding: 90px 35px 25px;
  box-sizing: border-box;
  background-color: #f5f5f5;
  overflow: hidden;
}
#top_btn a {
  display: block;
  width: 105px;
  float: right;
}
#top_btn a:hover {
  opacity: 0.7;
}
#top_btn a img {
  display: block;
  width: 100%;
}
.inner {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  box-sizing: border-box;
}
a.link {
  font-size: 16px;
  font-weight: bold;
  color: #5d99ba;
  text-decoration: underline;
  word-wrap: break-word;
}
a.link:hover {
  text-decoration: none;
}
a.link.link_line:before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 2px;
  background-color: #000;
  margin: 0 8px 0 0;
  position: relative;
  top: -4px;
}
/*タイトル*/
.title_line {
  font-size: 25px;
  font-weight: normal;
  line-height: 1.2;
  margin: 0 0 35px;
  padding: 0 0 0 20px;
  box-sizing: border-box;
  border-left: solid 1px #c11b41;
}
.title_line span {
  display: block;
  width: 100%;
  margin: 5px 0 0;
  font-size: 15px;
  line-height: 1em;
  font-weight: normal;
}
/*下層キービジュアル*/
.sub-key {
  background: url(../../img/common/subkey_bg.jpg) no-repeat center;
  background-size: cover;
}
.sub-key .inner {
    width: 100%;
    max-width: 1220px;
    height: 100px;
    margin: 0 auto;
    padding: 0 10px 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
.sub-key .inner .title {
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 30px;
    line-height: 1.2;
    font-family: Georgia, "Times New Roman", Times, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
}
.sub-key .inner .title span {
    display: block;
    font-size: 30px;
    margin: 0 0 20px;
    line-height: 1;
    float: left;
}
.sub-key .inner .key_text {
  font-size: 20px;
  line-height: 1.3;
  color: #fff;
  font-weight: bold;
  margin: 15px 0 0;
}
.sub-key .inner .key_text::before {
  content: '';
  display: block;
  width: 55px;
  height: 1px;
  background-color: #fff;
  margin: 0 0 15px;
}
/*コンタクト*/
#contact_area {
  background: url(../../img/common/contact_bg.jpg) no-repeat center;
  background-size: cover;
}
#contact_area .inner {
  max-width: 820px;
  padding: 120px 30px 105px;
  color: #fff;
  overflow: hidden;
}
#contact_area .inner h2 {
  font-size: 24px;
  line-height: 1.2;
  margin: 0 0 35px;
  padding: 0;
}
#contact_area .inner .box {
  width: 49%;
}
#contact_area .inner .box.left {
  float: left;
  width: 100%;
}
#contact_area .inner .box.left a.btn {
  font-size: 18px;
  margin: 0 auto;
}
#contact_area .inner .box.right {
  float: right;
}
#contact_area .inner .box.right img {
  display: block;
  width: 100%;
  max-width: 304px;
}
.setsubi_area {
  margin: 0 0 60px;
  padding: 25px 0 0;
}
.setsubi_area table {
  width: 100%;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  table-layout: fixed;
}
.setsubi_area table th {
  font-size: 18px;
  line-height: 1.2;
  padding: 20px 0;
  text-align: center;
  color: #fff;
}
.setsubi_area table th.setsubi_01 {
  background-color: #c93658;
}
.setsubi_area table th.setsubi_02 {
  background-color: #d2516f;
}
.setsubi_area table th.setsubi_03 {
  background-color: #e4889d;
}
.setsubi_area table td {
  font-size: 16px;
  line-height: 1.2;
  padding: 15px 0;
  text-align: center;
  color: #000;
}
.setsubi_area table td.setsubi_01 {
  border-bottom: solid 2px #5a5a5a;
}
.setsubi_area table td.setsubi_02 {
  border-bottom: solid 2px #acacac;
}
.setsubi_area table td.setsubi_03 {
  border-bottom: solid 2px #d7d7d7;
}
.setsubi_area table td span.red {
  color: #c11b41;
}
.setsubi_area table tr:last-child td {
  border-bottom: none;
}
.setsubi_area table.normal {
  table-layout: auto;
}
.setsubi_area table.normal th {
  padding: 20px 10px;
  box-sizing: border-box;
  text-align: left;
}
.setsubi_area table.normal td {
  padding: 15px 10px;
  box-sizing: border-box;
  text-align: left;
}
ul.list_list {
  margin: 0 0 35px;
  padding: 0;
  list-style-type: none;
}
ul.list_list li {
  font-size: 16px;
  line-height: 1.2;
  margin: 0 0 5px;
  padding: 0 0 0 20px;
  box-sizing: border-box;
  position: relative;
}
ul.list_list li::before {
  content: '';
  display: block;
  width: 12px;
  height: 2px;
  background-color: #333333;
  margin: 0;
  position: absolute;
  top: 8px;
  left: 0;
}
/*リデザイン*/
.redesign_pic {
  width: 100%;
  max-width: 500px;
  margin: 0 auto 45px;
}
.redesign_pic img {
  width: 100%;
}
.pc_none {
  display: none!important;
}
main#enpage-view .inside {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  padding: 60px 10px 90px;
  box-sizing: border-box;
}
main#enpage-view .inside p {
  margin: 0 0 40px;
  padding: 0;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.7em;
  color: #333;
}
main#enpage-view .inside .title_second {
  font-size: 20px;
  line-height: 1.2;
  margin: 0 0 13px;
  color: #c11b41;
}
main#enpage-view .inside ul {
  padding: 0 0 0 25px;
  margin: 0 0 40px;
}
main#enpage-view .inside ol {
  padding: 0 0 0 25px;
  margin: 0 0 40px;
}
main#enpage-view .inside .shomei {
  margin: 30px 0;
  text-align: right;
}
main#enpage-view .inside .shomei span {
  display: block;
  margin: 25px 0 0;
}
main#enpage-view .inside .link_area {
  margin: 0 0 30px;
  padding: 0;
  list-style-type: none;
  overflow: hidden;
}
main#enpage-view .inside .link_area li {
  width: 33.333%;
  float: left;
  margin: 0 0 15px;
  padding: 0 15px;
  box-sizing: border-box;
}
main#enpage-view .inside .pic {
  display: block;
  width: 100%;
  height: auto;
  max-width: 800px;
  margin: 0 auto;
}
main#enpage-view .inside .link_inside {
  overflow: hidden;
}
main#enpage-view .inside .link_inside .title {
  font-size: 18px;
  line-height: 1.2;
  margin: 0 0 25px;
  padding: 0 0 10px;
  border-bottom: solid 1px #aaa;
  color: #c11b41;
}
main#enpage-view .inside .link_inside .title_mini {
  font-size: 17px;
  line-height: 1.2;
  margin: 0 0 25px;
  padding: 5px 10px;
  box-sizing: border-box;
  color: #fff;
  background-color: #c11b41;
}
main#enpage-view .inside .link_inside ul.list_list {
  width: 50%;
  float: left;
}
main#enpage-view .inside .link_inside ul.list_list li {
  margin: 0 0 10px;
}
main#enpage-view .inside .link_inside ul.list_list li a {
  font-size: 16px;
  font-weight: bold;
  color: #5d99ba;
  text-decoration: underline;
  word-wrap: break-word;
}
main#enpage-view .inside .link_inside ul.list_list li a:hover {
  text-decoration: none;
}
main#enpage-view .inside .privacy_mark {
  margin: 0;
  padding: 0;
  text-align: center;
  list-style-type: none;
}
main#enpage-view .inside .privacy_mark li {
  display: inline-block;
  width: 16%;
  max-width: 145px;
  margin: 0;
  padding: 0 2%;
  box-sizing: border-box;
}
main#enpage-view .inside .privacy_mark li img {
  width: 100%;
}
/*# sourceMappingURL=screen-pc.css.map */

/* パンくずナビゲーションCSS追記20180503 */
main .breadcrumb {
    width: 100%;
    max-width: 1220px;
    margin: 0 auto;
    padding: 12px ;
    box-sizing: border-box;
}

main .breadcrumb li {
    display:inline-block;
}

main .breadcrumb li:after {
    content:">";
    padding: 0 4px 0 10px;
}

main .breadcrumb li:last-child:after  {
    content:"";
}

/*サイトマップ*/
main#protect_security-view .inside .sitemap li{
list-style: none;
}
main#protect_security-view .inside .sitemap li a{
font-size: 16px;
font-weight: bold;
color: #5d99ba;
text-decoration: underline;
word-wrap: break-word;
}
main#protect_security-view .inside .sitemap li a:hover{
text-decoration: none;
}
main#protect_security-view .inside .sitemap li p{
margin-bottom: 15px;
}


/* ヘッダー固定 20180518 */
#global-header {
    position: fixed;
    z-index: 111;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
}

body > main {
    margin: 114px 0 0;
}

@media screen and (max-width: 767px) {
    body > main {
        margin: 42px 0 0;
    }
}


/* 英語ページ用css */
main#enpage-view .inside {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  padding: 60px 10px 90px;
  box-sizing: border-box;
}
main#enpage-view .inside p {
  margin: 0 0 40px;
  padding: 0;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.7em;
  color: #333;
}
main#enpage-view .inside .title_second {
  font-size: 20px;
  line-height: 1.2;
  margin: 0 0 13px;
  color: #c11b41;
}
main#enpage-view .inside ul {
  padding: 0 0 0 25px;
  margin: 0 0 40px;
}
main#enpage-view .inside ol {
  padding: 0 0 0 25px;
  margin: 0 0 40px;
}
main#enpage-view .inside .shomei {
  margin: 30px 0;
  text-align: right;
}
main#enpage-view .inside .shomei span {
  display: block;
  margin: 25px 0 0;
}
main#enpage-view .inside .link_area {
  margin: 0 0 30px;
  padding: 0;
  list-style-type: none;
  overflow: hidden;
}
main#enpage-view .inside .link_area li {
  width: 33.333%;
  float: left;
  margin: 0 0 15px;
  padding: 0 15px;
  box-sizing: border-box;
}
main#enpage-view .inside .pic {
  display: block;
  width: 100%;
  height: auto;
  max-width: 800px;
  margin: 0 auto;
}
main#enpage-view .inside .link_inside {
  overflow: hidden;
}
main#enpage-view .inside .link_inside .title {
  font-size: 18px;
  line-height: 1.2;
  margin: 0 0 25px;
  padding: 0 0 10px;
  border-bottom: solid 1px #aaa;
  color: #c11b41;
}
main#enpage-view .inside .link_inside .title_mini {
  font-size: 17px;
  line-height: 1.2;
  margin: 0 0 25px;
  padding: 5px 10px;
  box-sizing: border-box;
  color: #fff;
  background-color: #c11b41;
}
main#enpage-view .inside .link_inside ul.list_list {
  width: 50%;
  float: left;
}
main#enpage-view .inside .link_inside ul.list_list li {
  margin: 0 0 10px;
}
main#enpage-view .inside .link_inside ul.list_list li a {
  font-size: 16px;
  font-weight: bold;
  color: #5d99ba;
  text-decoration: underline;
  word-wrap: break-word;
}
main#enpage-view .inside .link_inside ul.list_list li a:hover {
  text-decoration: none;
}
main#enpage-view .inside .privacy_mark {
  margin: 0;
  padding: 0;
  text-align: center;
  list-style-type: none;
}
main#enpage-view .inside .privacy_mark li {
  display: inline-block;
  width: 16%;
  max-width: 145px;
  margin: 0;
  padding: 0 2%;
  box-sizing: border-box;
}
main#enpage-view .inside .privacy_mark li img {
  width: 100%;
}

main#enpage-view .en-key{
  background: url(/assets/img/english/aboutJRS/en_header_img.jpg) no-repeat center;
  background-size: cover;
}

main#enpage-view .en-key-under{
  background: url(/assets/img/common/subkey_bg.jpg) no-repeat center;
  background-color: #6db2d9;
  background-size: cover;
}

main#enpage-view .en_header_text {
  align-items: center;
  font-size: 21px;
  background-color: rgb(255,255,255,0.7);
  margin: 0 auto;
  padding: 10px 70px;
}

main#enpage-view .h1_enheader {
  height: 100px;
  display: flex;
  align-items: center;
  max-width: 1220px;
  margin: 0 auto;
}

main#enpage-view .en-key .inner {
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 10px 0;
  box-sizing: border-box;
  align-items: flex-start;
  flex-direction: column;
}

main#enpage-view .en-key .inner .title,main#enpage-view .en-key-under .inner .title {
  color: #fff;
  margin: 0;
  padding: 10px 15px;
  font-size: 30px;
  line-height: 1.2;
  font-family: "Arial";
}

main#enpage-view .en_h1 {
  background-color: #c11b41;
}

main#enpage-view .en_area{
  margin-bottom: 90px;
}

/* 英語ページpタグ 20220304 */
main#enpage-view p.en_maintext_read {
  font-size: 21px;
  font-weight: 400;
  font-family: 'Noto Sans', sans-serif;
  margin-bottom: 15px;
}

main#enpage-view p.en_maintext {
  font-size: 16px;
  font-weight: 100;
  font-family: 'Noto Sans', sans-serif;
}

main#enpage-view span.en_rise {
  vertical-align: super;
  font-size: 1.2rem;
}


main#enpage-view span.en_rise {
  vertical-align: super;
  font-size: 1.2rem;
}

main#enpage-view .title_second{
  font-size: 26px;
  font-weight: bold;
}

main#enpage-view .title_second span{
  font-size: 16px;
}

/* imgカラム分け 20220304 */
main#enpage-view .en_2column_image {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
}

main#enpage-view .en_2column_image figure {
width: 48%;
height: 100%;
}

main#enpage-view .en_2column_image_logo {
display: flex;
justify-content: space-evenly;
margin: 20px 0;
align-items: flex-start;
} 


main#enpage-view .en_area_2cul img.en_area_img_logo {
width: auto;
}

/* 2cl英語 20220304 */
main#enpage-view .en_area_2cul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 90px;
}

main#enpage-view .en_area_2cul img.en_cl_imgarea,main#enpage-view .en_area_2cul .en_inn_2cul {
  width: 37%;
  height: 100%;
}

main#enpage-view .en_area_2cul .en_inn_2cul img{
  width: 100%;
}

main#enpage-view .en_area_2cul_text {
  width: 60%;
}

main#enpage-view .en_area_2cul img{
  width: 38%;
  height: 100%;
}

main#enpage-view .en_2cl_inn{
width: 48%;
}

/* 3cl英語 20220304 */
main#enpage-view .en_area_3cul {
display: flex;
justify-content: space-between;
margin-bottom: 90px;
}

main#enpage-view .en_area_3cul .en_area_3cl_inn{
width: 30%;
}

main#enpage-view .en_area_3cl_inn h3.en_little_tittle{
font-size: 22px;
}

main#enpage-view h3{
margin-bottom: 20px;
}

main#enpage-view h3 span{
  font-size: 16px;
  font-weight: 100;
}

main#enpage-view p.en_tag {
display: inline-block;
font-size: 16px;
line-height: 1em;
color: #fff;
background-color: #515652;
padding: 5px 10px;
margin-bottom: 10px;
}

main#enpage-view .en_flex{
display: flex;
}

main#enpage-view .en_flex_between{
display: flex;
justify-content: space-between;
}

main#enpage-view ul.en_list li{
list-style-type: none;
position: relative;
padding-left: 2.6em;
margin-right: 3em;
}

main#enpage-view ul.en_list li .en_list_tittle{
font-weight: bold;
margin-bottom: 10px;
}

main#enpage-view ul.en_list li:before{
border-radius: 50%;
width: 20px;
height: 20px;
display: block;
position: absolute;
left: 0;
top: 0.3em;
content: "";
background: #515652;
}

main#enpage-view .en_area_img{
display: block;
margin: 0 auto;
}

main#enpage-view .mb-0{
margin-bottom: 0px;
}

main#enpage-view .mb-40{
margin-bottom: 40px;
}

/* corporateOverview 220308 */
main#enpage-view ul.en_conpany_list{
list-style: none;
padding-left: 0px;
}

main#enpage-view ul.en_conpany_list li p.en_list_text{
border-top: solid 2px #d6d6d6;
box-sizing: border-box;
}

main#enpage-view ul.en_conpany_list li p.en_list_tittle{
border-top: solid 2px #c11b41;
box-sizing: border-box;
font-weight: bold;
}

main#enpage-view ul.en_conpany_list li p{
padding: 15px 0 0 0;
}

main#enpage-view ul.en_conpany_list li p.en_list_tittle{
width: 30%;
padding-left: 5px;
}
main#enpage-view ul.en_conpany_list li p.en_list_text{
padding-left: 18px;
width: 100%;
}

main#enpage-view .en_copo_list_70{
width: 70%!important;
}

main#enpage-view .en_copo_list_65{
width: 65%;
}

main#enpage-view .en_border_right{
border-right: solid 1px #DDD;
padding-right: 20px;
}

main#enpage-view img.en_corpo_img{
width: 80%;
height: auto;
margin: 0 auto;
display: block;
}

main#enpage-view .en_area_6cl_inn{
width: 16%;
}

main#enpage-view .en_area_6cl_inn figure{
height: 110px;
margin-bottom: 15px;
}

main#enpage-view .en_area_6cl_inn figure img{
height: 100%;

}

/* 英語ページcssココまで */

/* ヘッダー固定に伴うアンカーリンク位置調整 20180518 */

#link01 {
   margin-top:-140px;
  padding-top:140px;
}
#link02 {
   margin-top:-140px;
  padding-top:140px;
}
#link03 {
   margin-top:-140px;
  padding-top:140px;
}
#link04 {
   margin-top:-140px;
  padding-top:140px;
}
#link05 {
   margin-top:-140px;
  padding-top:140px;
}
#link06 {
   margin-top:-140px;
  padding-top:140px;
}
#link07 {
   margin-top:-140px;
  padding-top:140px;
}