body {
  font-size: 14px;
  color: #333;
  font-family: 'Roboto', 'Yu Gothic', YuGothic, 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Sans', 'MS PGothic'!important
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  color: #333
}

.text-info {
  color: #00a8d7
}
.btn-info{
  background:#00a8d7;
}
.text-left {
  text-align: left!important
}

.text-right {
  text-align: right!important
}

.fl {
  float: left
}

.fr {
  float: right;
}

a {
  text-decoration: none;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-font-smoothing: subpixel-antialiased
}

a:hover {
  opacity: .6;
  -webkit-font-smoothing: subpixel-antialiased
}

p {
  line-height: 1.6em;
  font-size: 1em;
  margin-top: 2px;
  /*margin-bottom: 1.2em */
}

ul {
  margin: 0;
  padding: 0
}

ul li {
  display: inline-block;
  list-style-type: none;
}

a#page-top {
  position: fixed;
  right: 15px;
  width: 80px;
  height: 80px;
  padding-top: 5px;
  text-align: center;
  z-index: 1000;
  color: #333;
  background: #dadada;
  border-radius: 50%;
  font-size: .85em;
  text-decoration: none
}

.container,
.container-1400,
.container-1100,
{
  padding: 20px;
  margin: 0 auto
}

.container-900 {
  max-width: 900px;
  padding: 0;
  margin: 0 auto
}

.container-800 {
  max-width: 750px;
  padding: 15px;
  margin: 0 auto
}

[class*='col-'] {
  padding-bottom: 10px
}

.container-900 .col-inner {
  padding: 10px 2px
}

.align-middle {
  letter-spacing: -0.4em
}

.align-middle>[class*='col-'] {
  vertical-align: middle!important
}

.align-middle>[class*='col-'] {
  display: inline-block;
  letter-spacing: 0;
  vertical-align: top;
  float: none!important
}

.row-center {
  text-align: center;
  letter-spacing: -0.4em
}

.row-center>[class*='col-'] {
  display: inline-block;
  letter-spacing: 0;
  vertical-align: top;
  float: none!important;
  margin-bottom: 40px
}

section {
  padding: 5em 0
}

h3 {
  margin: 15px 0 15px;
  font-size: 1.4em;
  font-weight: bold
}

.page-template-default .title {
  margin: 0 auto
}

.col-inner {
  display: block;
  background: #fff;
  padding: 25px;
  border-radius: 5px;
  height: 100%
}

.p-0 {
  padding: 0
}

.mt-10 {
  margin-top: 10px!important
}

.mt-20 {
  margin-top: 20px!important
}

.mt-30 {
  margin-top: 30px!important
}

.mt-40 {
  margin-top: 40px!important
}

.mt-50 {
  margin-top: 50px!important
}

.mt-60 {
  margin-top: 60px!important
}

.mt-70 {
  margin-top: 70px!important
}

.mt-80 {
  margin-top: 80px!important
}

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

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

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

.mb-40 {
  margin-bottom: 40px!important
}

.mb-50 {
  margin-bottom: 50px!important
}

.mb-60 {
  margin-bottom: 60px!important
}

.mb-70 {
  margin-bottom: 70px!important
}

.ml-10 {
  margin-left: 10px!important
}

.ml-20 {
  margin-left: 20px!important
}

.ml-30 {
  margin-left: 30px!important
}

.ml-40 {
  margin-left: 40px!important
}

.row-0 {
  margin-left: 0px;
  margin-right: 0px
}

.row-0>[class*='col-'] {
  padding-right: 0px;
  padding-left: 0px
}

.row-10 {
  margin-left: -5px;
  margin-right: -5px
}

.row-10>[class*='col-'] {
  padding-right: 5px;
  padding-left: 5px
}

.row-20 {
  margin-left: -10px;
  margin-right: -10px
}

.row-20>[class*='col-'] {
  padding-right: 10px;
  padding-left: 10px
}

.row-30 {
  margin-left: -15px;
  margin-right: -15px
}

.row-30>[class*='col-'] {
  padding-right: 15px;
  padding-left: 15px
}

.row-40 {
  margin-left: -20px;
  margin-right: -20px
}

.row-40>[class*='col-'] {
  padding-right: 20px;
  padding-left: 20px
}

.row-50 {
  margin-left: -25px;
  margin-right: -25px
}

.row-50>[class*='col-'] {
  padding-right: 25px;
  padding-left: 25px
}

.hd-blue {
  color: #00b2d9;
  font-weight: bold;
  font-size: 1.7em;
  margin-bottom: 23px;
  line-height: 1.5em
}

.m-border {
  font-weight: bold;
  font-size: 2em;
  margin: 36px 0 52px;
  color: #333!important;
  line-height: 1.5em;
  position: relative;
  text-align: center;
}

.m-border span {
  display: block;
  font-size: .6em;
  margin-top: -15px
}

.m-border:after {
  content: "";
  position: absolute;
  display: block;
  width: 132px;
  height: 1px;
  background: #0068b7;
  margin: 10px auto 5px;
  right: 0;
  left: 0;
}

span.border {
  display: none;
  /* display: block; */
  width: 132px;
  height: 1px;
  background: #0068b7;
  margin: 5px auto 5px
}

.block {
  display: block;
}

.icon {
  fill: red
}

.bg-primary {
  background: #0069b2
}

.bg-info {
  background: #ecf1f6;
  color: #006ab5
}

.bg-image {
  min-height: 250px;
  background-position: center center;
  background-repeat: no-repeat
}

.system-point.point01 .bg-image {
  background-color: #fff;
  background-image: url(images/page-system-01.png)
}

.system-point.point02 .bg-image {
  background-color: #62d3d9;
  background-image: url(images/page-system-02.png)
}

.system-intro .border {
  display: none
}

.system-intro ul {
  border: 3px solid #0b68b7;
  padding: 21px;
  max-width: 500px;
  margin: 10px auto;
  border-radius: 8px;
  background: #f9f9f9;
  text-align: left;
  margin: 15px auto
}

.system-intro ul li:before {
  font-family: FontAwesome;
  content: "\f0c8";
  margin-right: 5px;
  color: #0b68b7;
  font-size: .5em;
  vertical-align: top;
  line-height: 2.3em
}

.system-point.point01 h2.hd-blue .point-number {
  margin-top: -26px
}

.flex-control-paging {
  height: 60px;
  z-index: 1000
}
#home .flex-direction-nav a {
  width: 60px;
    height: 60px;
    background-image:url(/images/bg_direction_nav.png);
    background-repeat:no-repeat;
}

#home {
  z-index: 10000
}

#home .flex-control-paging li a {
  background: #fff;
  border: 1px solid #ccc;
  width: 10px;
  height: 10px;
  margin: 0 4px;
  box-shadow: none
}

#home .flex-control-paging li a.flex-active {
  background: #00a8d9;
  border-color: #00a8d9
}

#mainslider ul li:nth-child(1) {
  /*background: #d7eefa;*/
  background: linear-gradient(165deg, rgba(247, 247, 247, 1) 0, rgba(247, 247, 247, 1) 51%, rgba(247, 247, 247, 1) 51%, rgba(254, 254, 254, 1) 51%, rgba(247, 247, 247, 1) 100%)
}

#mainslider ul li:nth-child(2) {
  background: #e6f0a3;
  background: linear-gradient(165deg, rgba(252, 249, 224, 1) 0, rgba(231, 237, 180, 1) 50%, rgba(255, 255, 255, 1) 50%, rgba(234, 237, 211, 1) 100%)
}

#mainslider ul li:nth-child(3) {
  background: #f8f8f8
}

#home #mainslider ul.slides li {
  padding: 20px 0
}

#home .flex-direction-nav a {
  width: 54px;
  height: 54px;

}

.btns {
  padding: 15px 79px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.83333;
  letter-spacing: .14em;
  -webkit-transition: all .24s cubic-bezier(.3, .74, .5, .93);
  transition: all .24s cubic-bezier(.3, .74, .5, .93)
}

.index-join_btn {
  color: #fff;
  background-color: #e66700;
  border-color: transparent
}

.index-join_btn .background {
  opacity: 1;
  /* -ms-filter: "alpha(opacity=100)"; */
  -webkit-transform: scaleX(1);
  transform: scaleX(1)
}

.index-join_btn .arrow-bar {
  background-color: #fff
}

.index-join_btn .arrow-bar:before,
.index-join_btn .arrow-bar:after {
  background-color: #fff
}

#mainslider {
  margin: 75px auto 0
}

#mainslider .ml-slider {
  margin: 0 auto 0;
  max-width: 100%!important
}

.flex-direction-nav .flex-next {
  right: 5px!important
}

.flex-direction-nav .flex-prev {
  left: 5px!important
}

#mainslider .metaslider li img {
  display: block;
  margin: 0 auto
}

.advantage .parallax {
  display: none
}

#header-logo {
  padding: 0;
  display: none
}

#header-logo h1 {
  display: inline-block;
  margin: 8px 0;
  padding: 0
}

#header-logo .sns {
  display: inline-block;
  float: right;
  margin-top: 15px
}

#header-logo .sns a {
  margin-left: 7px
}

#top-head,
.inner {
  width: 940px;
  margin: 0 auto
}

.inner:after {
  content: "";
  clear: both;
  display: block
}

#top-head {
  width: 100%;
  z-index: 2000;
  position: relative;
  background: #fff;
  border-bottom: 2px solid #0068b7
}

#top-head #mobile-head h1 {
  display: inline-block;
  font-size: 1.5em;
  font-weight: bold;
  margin-left: 50px;
  margin-top: 0
}

#top-head a,
#top-head {
  text-decoration: none
}

#top-head .inner {
  position: relative
}

#global-nav {
  width: 1000px;
  margin: 0 auto
}

#global-nav ul {
  list-style: none;
  font-size: .9em;
  letter-spacing: 1px;
  margin: 0 auto;
  text-align: center;
  padding: 27px 0;
  height: 71px;
  position: relative
}

#global-nav ul li {
  -webkit-transform: skewX(150deg);
  -moz-transform: skewX(150deg);
  transform: skewX(150deg);
  border-right: 1px solid #ddd;
  margin: 0
}

#global-nav ul li:last-child {
  border: 0
}

#global-nav ul li a {
  padding: 0 20px;
  display: block;
  color: #000;
  transform: skewX(-150deg)
}

#global-nav ul li a:hover {
  opacity: 1
}

#nav-inquiry {
  margin-bottom: -36px;
  float: right
}

#nav-inquiry img {
  border-radius: 0 0 5px 5px
}

.clone-nav {
  position: fixed!important;
  top: 0;
  left: 0;
  margin: 0 auto;
  z-index: 1001;
  width: 100%;
  background: #fff;
  transition: .3s;
  transform: translateY(-150px)
}

.clone-nav #global-nav ul li a:before {
  content: none
}

#global-nav ul li.logofix {
  display: none
}

.clone-nav #global-nav ul li.logofix {
  display: inline-block;
  float: left;
  border-right: 0;
  margin-top: -15px;
  left: 0;
  position: absolute
}

#nav-toggle {
  display: none;
  position: absolute;
  left: 12px;
  top: 20px;
  width: 34px;
  height: 36px;
  cursor: pointer;
  z-index: 101
}

#nav-toggle div {
  position: relative
}

#nav-toggle span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #fff;
  left: 0;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out
}

.open #nav-toggle span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  transform: rotate(315deg)
}

.open #nav-toggle span:nth-child(2) {
  width: 0;
  left: 50%
}

.open #nav-toggle span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-315deg);
  -moz-transform: rotate(-315deg);
  transform: rotate(-315deg)
}

#nav-toggle .menus {
  position: absolute;
  top: 27px;
  color: #fff;
  letter-spacing: 1.5px
}

#nav-toggle #mobile-logo {
  position: absolute;
  left: 80px;
  top: 9px
}

#nav-toggle span:nth-child(1) {
  top: 0
}

#nav-toggle span:nth-child(2) {
  top: 11px
}

#nav-toggle span:nth-child(3) {
  top: 22px
}

#top-head #global-nav ul li.sp-inquiry a {
  background: #0c68b5;
  color: #fff;
  font-weight: bold
}

#top-head #global-nav ul li.sp-sns a {
  display: inline-block;
  width: 60px;
  border-bottom: 0
}

footer {
  background: url(images/footer-bg.png);
  padding: 10px 0 40px;
  overflow: hidden;
  position: relative
}

footer a:hover,
.top-news a:hover {
  opacity: 1
}

.limit {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin: 0;
  padding: 0
}

#footer-menu {
  padding: 10px 0 30px;
}

#footer-menu ul li {
  display: block
}

#footer-menu ul li a {
  color: #fff;
  font-size: .8em
}

footer:after {
  display: none
}

#footer-menu ul .sub-menu {
  padding-left: 14px
}

footer .footer-first-info {
  background: #fff;
  border-radius: 5px;
  padding: 15px;
  text-align: center;
  z-index: 10;
  position: relative
}

footer .footer-first-info li {
  margin: 4px 8px
}

footer .footer-banner p {
  color: #fff;
  font-size: .5em;
  margin-top: 10px
}

footer .footer-sub-info ul {
  margin-top: 20px;
  padding-bottom: 15px
}

footer .footer-sub-info ul li a {
  color: #fff;
  font-size: .85em;
  font-weight: normal;
  padding-right: 13px
}

footer .footer-sub-info .copyright {
  display: inline-block;
  position: relative;
  color: #fff
}

.footer-logo {
  display: block;
  vertical-align: top;
  background: rgba(255, 255, 255, .7);
  margin: -20px -20px 15px;
  padding: 10px 20px;
  text-align: center
}

.footer-nav {
  display: inline-block;
  margin-top: 10px;
  line-height: 1.7em;
  vertical-align: top;
  font-size: 1.1em
}

.footer1,
.footer2,
.footer3 {
  line-height: 1.7em
}

#home section h2 {
  font-size: 2.2em;
  font-weight: normal;
  text-align: center;
  margin-top: 0;
  letter-spacing: 1px;
  margin-bottom: 40px
}

#home section .m-blue {
  color: #00a6d8;
  font-size: 2em;
  margin-top: 40px;
  letter-spacing: 2px
}

#home section.solution ul li {
  padding: 15px;
  letter-spacing: normal
}

#home section.solution ul li div.s-inner {
  display: block;
  background: #fff;
  padding: 20px;
  margin: 0 auto;
  text-decoration: none;
  color: #333;
  border-radius: 5px;
  position: relative;
  z-index: 100;
  height: 100%
}

#home .bottom-banner {
  padding: 11px 0 0
}

#home section.bottom-banner .company,
#home section.bottom-banner .recruit {
  padding-left: 0!important;
  padding-right: 0!important;
  padding-bottom: 0
}

#home section.bottom-banner .company a,
#home section.bottom-banner .recruit a {
  display: block;
  height: 250px;
  width: 100%;
  text-decoration: none;
  letter-spacing: 2px
}

#home section.bottom-banner .company h3,
#home section.bottom-banner .recruit h3 {
  font-size: 1.4em;
  color: #fff;
  letter-spacing: 2px
}

#home section.bottom-banner .company h3 small,
#home section.bottom-banner .recruit h3 small {
  color: #fff
}

.bb-inner {
  bottom: 20px!important;
  position: absolute!important;
  left: 20px
}

#home section.bottom-banner .company {
  background: url('images/bottom-company.png') no-repeat top center;
  background-size: 100% auto;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}

#home section.bottom-banner .recruit {
  background: url('images/bottom-recruit.png') no-repeat top center;
  background-size: 100% auto;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}

#home section.bottom-banner .company:hover,
#home section.bottom-banner .recruit:hover {
  background-size: 110% auto
}

.bg-gray {
  background: #f8f8f8;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  margin-top: -1px
}

.bg-white {
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  margin-top: -1px
}

#home section.service .training {
  margin-top: 10px
}

#home section.service .service-mask {
  height: 230px
}

#home section.service .consulting .service-mask {
  background: url(images/consulting.png) no-repeat center center;
  background-size: cover
}

#home section.service .training .service-mask {
  background: #fff url(images/training.png) no-repeat center center;
  background-size: cover
}

#home .filemaker-bg {
  width: 100%;
  height: 100%;
  background: url(images/filemaker.png) no-repeat center center
}

#home section.service .license .service-mask {
  background: #f9eaf6;
  background: linear-gradient(45deg, rgba(249, 234, 246, 1) 0, rgba(255, 255, 255, 1) 54%, rgba(221, 240, 252, 1) 97%)
}

.readmore {
  display: inline-block;
  margin: 10px 0
}

#home .advantage {
  z-index: 100;
  position: relative
}

#home .advantage ul li {
  margin: 3px 11px
}

#home ul.system-widget {
  margin-top: 20px
}

#home ul.system-widget small {
  display: block;
  text-align: center
}

#home ul.system-widget li {
  color: #fff;
  position: relative
}

#home ul.system-widget li div.sw-inner {
  padding: 25px;
  background: #01a0e8;
  background: linear-gradient(135deg, rgba(1, 160, 232, 1) 0, rgba(87, 199, 250, 1) 100%);
  border-radius: 5px;
  width: 100%;
  height: 100%;
  position: relative
}

#home ul.system-widget li div.sw-inner span.circle {
  background: #fff;
  width: 230px;
  height: 230px;
  display: block;
  border-radius: 50%;
  margin: 20px auto -221px;
}

#home ul.system-widget li div a:hover>.circle {
  opacity: .7;
}

#home ul.system-widget h3 {
  font-size: 1.3em;
  text-align: center;
  margin: 6px auto 20px
}

#home ul.system-widget h3 small {
  display: block;
  font-size: .7em
}

#home ul.system-widget li div.sw-inner a {
  width: 100%;
  position: relative
}

#home ul.system-widget li div img {
  display: block;
  margin: 0 auto;
  z-index: 100;
  position: relative
}

#home ul.system-widget li .widget_sp_image-description {
  font-size: .9em;
  margin-top: 40px
}

#home .system-sentence p {
  line-height: 1.6em;
  margin-top: -15px
}

#home .service-inner-content {
  padding: 30px;
  text-align: justify
}

#home .service-inner-content p {
  line-height: 1.8em
}

#home .system .readmore {
  float: right
}

.top-news {
  font-size: .9em
}

.top-news-top {
  position: relative;
  background: #121f28
}

.top-news-title {
  color: #fff
}

.top-news ul li {
  display: block;
  line-height: 36px;
  margin: 0
}

.top-news a {
  color: #fff;
  display: inline-block
}

.top-news a .more {
  color: #93989c
}

.top-news .tn-category a {
  border-top: 1px solid;
  border-bottom: 1px solid;
  line-height: 1.4em;
  font-size: .9em;
  margin-left: 5px;
  color: #89949a;
  display: inline-block
}

.top-news a .time {
  padding-right: 15px
}

.top-news-top.static {
  position: static
}

.top-news-readmore {
  display: inline-block;
  float: right;
  margin-top: 10px;
  margin-bottom: 20px
}

a.newmark,
span.newmark {
  display: inline;
  background: #de4d6d;
  color: #fff;
  font-weight: normal;
  border-radius: 3px;
  padding: 3px 5px 3px 4px;
  font-size: .8em;
  margin-left: 8px;
  text-decoration: none
}

@-webkit-keyframes load-parts {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(30px);
    opacity: 0
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
  }
}

.load-parts {
  -webkit-animation: load-parts 600ms ease 1100ms both;
  animation: load-parts 600ms ease 1100ms both
}

@-webkit-keyframes amcircle {
  0% {
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -o-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 0
  }
  50% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
  }
}

.amcircle {
  -webkit-animation: amcircle 600ms ease 1100ms both;
  animation: amcircle 600ms ease 1100ms both
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}

.fadein {
  -webkit-animation: fadein 600ms ease 1100ms both;
  animation: fadein 600ms ease 1100ms both
}

@-webkit-keyframes fadeinup {
  0% {
    opacity: 0;
    transform: translateY(30px)
  }
  100% {
    opacity: 1;
    transform: translateY(0px)
  }
}

.fadeinup {
  -webkit-animation: fadeinup 600ms ease 1100ms both;
  animation: fadeinup 600ms ease 1100ms both
}

@-webkit-keyframes fadeindown {
  0% {
    opacity: 0;
    transform: translateY(-20px)
  }
  100% {
    opacity: 1;
    transform: translateY(0px)
  }
}

.fadeindown {
  -webkit-animation: fadeindown 600ms ease 1100ms both;
  animation: fadeindown 600ms ease 1100ms both
}

@-webkit-keyframes fadeinright {
  0% {
    opacity: 0;
    transform: translateX(-20px)
  }
  100% {
    opacity: 1;
    transform: translateX(0px)
  }
}

.fadeinright {
  -webkit-animation: fadeinright 600ms ease 1100ms both;
  animation: fadeinright 600ms ease 1100ms both
}

@-webkit-keyframes mtx {
  0% {
    transform-origin: center center 0;
    -webkit-transform-origin: center center 0;
    transform: matrix3d(1, 0, 0.00, 0, 0.00, 1, 0.00, -0.0005, 0, 0, 1, 0, 0, 0, 0, 1);
    -webkit-transform: matrix3d(1, 0, 0.00, 0, 0.00, 1, 0.00, -0.0005, 0, 0, 1, 0, 0, 0, 0, 1);
    opacity: 0
  }
  100% {
    transform-origin: center center 0;
    -webkit-transform-origin: center center 0;
    transform: matrix3d(1, 0, 0.00, 0, 0.00, 1, 0.00, -0.0000, 0, 0, 1, 0, 0, 0, 0, 1);
    -webkit-transform: matrix3d(1, 0, 0.00, 0, 0.00, 1, 0.00, -0.0000, 0, 0, 1, 0, 0, 0, 0, 1)
  }
}

.mtx {
  -webkit-animation: mtx 600ms ease 1100ms both;
  animation: mtx 600ms ease 1100ms both
}

@-webkit-keyframes bgvisible {
  0% {
    background-size: auto 120%;
    opacity: 0
  }
  100% {
    background-size: auto 100%;
    opacity: 1
  }
}

.bgvisible {
  -webkit-animation: bgvisible 600ms ease 2000ms both;
  animation: bgvisible 600ms ease 2000ms both
}

#intro h3 {
  font-size: 1.8em;
  line-height: 1.7em;
  padding: 0 15px;
  margin: 30px auto
}

#intro p.text-info {
  font-size: 1.2em
}

.title {
  font-weight: bold;
  text-align: center;
  margin: 72px auto
}

.title h1 {
  font-size: 2.8em;
  font-weight: bold
}

.title small {
  font-size: 1.3em
}

#consulting {
  text-align: justify;
  background: url(images/page-consulting-main.png) no-repeat top right;
  padding-top: 2em;
  max-height: 431px
}

#consulting .title {
  margin: 29px auto
}

#consulting .col-xs-12 {
  background: rgba(255, 255, 255, 0.7);
  padding: 10px
}

.couser h3 {
  font-size: 1.1em!important
}

.border-box {
  border-bottom: 1px solid #ccc
}

.sidebg-content .side-sentence {
  max-width: 660px;
  padding: 0 30px
}

.sidebg-content .side-sentence p {
  text-align: justify;
  justify-content: center;
  align-items: center
}

.bg-gr-bl {
  background: #fff;
  background: linear-gradient(135deg, rgba(255, 255, 255, 1) 0, rgba(242, 250, 255, 1) 40%, rgba(229, 238, 244, 1) 100%)
}

section table td,
section table th {
  padding: 8px 13px;
  vertical-align: middle
}

.swipe {
  padding: 10px 15px;
  text-align: center
}

.breadcrumb {
  background: 0;
  font-size: .9em;
  margin: 10PX 10px 10PX;
  margin-left: 0
}

.breadcrumb>li {
  display: inline-block
}

.breadcrumb ul li:after {
  content: ">";
  margin: 0 5px;
}

.breadcrumb ul li:last-child:after {
  content: none;
}

.breadcrumb a:link,
.breadcrumb a:visited {
  color: #09c
}

.breadcrumb>li+li:before {
  padding: 0 2px;
  content: ""
}

input[type="text"],
input[type="submit"],
textarea,
select {
  outline: 0
}

.couser ul li {
  display: block;
  line-height: 1.7em
}

.couser h3 {
  text-align: center;
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1.5em;
  min-height: 60px;
  padding: 0;
  margin: 0 0 20px
}

.couser h3 span.circle {
  background: #333;
  border-radius: 50%;
  height: 50px;
  width: 49px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: .9em;
  letter-spacing: 1px;
  display: inline-block;
  margin-right: 10px
}

.couser h3 span.top10 {
  vertical-align: top;
  padding-top: 2px
}

.couser h3 small {
  color: #333;
  margin-top: -12px;
  display: block;
  font-weight: bold
}

.flow {
  text-align: center
}

.flow .number {
  margin-bottom: 0;
  color: #00a7d6
}

.flow .number small {
  display: block;
  font-size: .9em;
  letter-spacing: 1px
}

.flow .number span {
  font-size: 45px;
  font-weight: normal;
  padding: 0;
  line-height: 1em
}

.flow .col-sm-2 {
  width: 19.666667%;
  background: #ecf1f6;
  border-right: 2px solid #fff;
  position: relative
}

.flow .step {
  padding-top: 20px;
  padding-bottom: 20px
}

.flow .col-sm-2:after {
  content: "";
  position: absolute;
  background: #ecf1f7;
  width: 40px;
  height: 40px;
  right: -20px;
  top: 20px;
  z-index: 100;
  border: 2px solid;
  border-color: #fff #fff transparent transparent;
  transform: rotate(45deg)
}

.flow .last:after {
  display: none
}

.flow h3 {
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 31px
}

.flow p {
  line-height: 1.4em;
  font-size: .9em
}

.point .bg-image {
  min-height: 562px
}

.consulting-point.point .bg-image {
  background-color: #fff;
  background-image: url(images/page-consulting-01.png);
  background-size: 110% auto
}

.consulting-point.point02 .bg-image {
  background-color: #fff;
  background-image: url(images/page-consulting-02.png);
  background-size: 110% auto
}

.consulting-point.point03 .bg-image {
  background-color: #fff;
  background-image: url(images/page-consulting-03.png);
  background-size: 110% auto
}

section.about {
  padding-top: 2em
}

.company-point .bg-image {
  background-image: url(images/companyinfo-03.png)
}

section.company-profile ul {
  list-style: disc outside;
  overflow: visible
}

section.company-profile ul li {
  display: block;
  line-height: 1.2em
}

section.company-profile ul li:before {
  content: "・";
  margin-right: 4px
}

section .company-circle {
  position: relative;
  z-index: 100;
  padding: 0
}

.company-nav {
  margin: 40px auto 30px
}

.company-nav li a {
  padding: 10px 6px;
  color: #333;
  margin: 0 5px 0;
  text-decoration: none
}

.company-nav li a:before {
  font-family: FontAwesome;
  content: "\f107";
  margin-right: 5px;
  color: #0b68b7
}

#main .title {
  font-weight: 400
}

#company01 {
  width: 100%;
  overflow: hidden
}

#company01 h3 {
  font-size: 2em;
  font-weight: 400;
  line-height: 1.5em
}

#company04 {
  padding-bottom: 0
}

#company03 {
  padding-bottom: 0
}

#company05 {
  padding-bottom: 0
}

#company06 table {
  width: 100%
}

#company-awards {
  padding-bottom: 0
}

.year {
  vertical-align: top
}

.year span {
  background: #0b68b7;
  vertical-align: top;
  padding: 3px 15px;
  color: #fff;
  border-radius: 40px;
  display: table-cell;
  width: 100px;
  text-align: center
}

.month {
  color: #0b68b7;
  vertical-align: top;
  font-weight: bold;
  text-align: right
}

.month,
.ct {
  border-bottom: 1px solid #ececec;
  padding: 13px
}

#page .gm-style .gm-style-mtc label,
#page .gm-style .gm-style-mtc div {
  font-weight: bold!important
}

#privacypolicy {
  padding-top: 2em
}

#privacypolicy ul li {
  display: block;
  line-height: 2em
}

ul.list-number {
  padding: 0 1em;
  list-style-type: none;
  list-style-position: outside
}

ul.list-number li {
  text-indent: -1.8em;
  padding-left: 1.8em;
  counter-increment: cnt
}

ul.list-number01 li:before {
  display: marker;
  content: counter(cnt) ". \00a0"
}

ul.list-number02 li:before {
  display: marker;
  content: "(" counter(cnt) ") \00a0"
}

#privacypolicy address {
  margin: 18px auto;
  border: 1px dashed #ccc;
  padding: 20px
}

#securitypilicy-iso {
  padding-bottom: 0
}

#privarypolicy h3.m-border {
  margin-top: 88px
}

#frame-privarypolicy {
  overflow-y: scroll;
  width: 100%;
  height: 200px;
  padding: 10px;
  border: 1px solid #ccc;
  background: #fff
}

#frame-privarypolicy h3 {
  font-size: 1.2em
}

#frame-privarypolicy .container {
  width: 100%
}

#frame-privarypolicy .m-border {
  margin: 1em 0
}

.mw_wp_form {
  margin: 0 auto
}

.req {
  background-color: #de4d6d;
  color: #FFF;
  font-size: .7em;
  letter-spacing: .1em;
  padding: 3px 4px;
  vertical-align: top;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  background-image: none;
  float: right
}

p .req {
  float: none;
  margin-right: 3px
}

#contactform .container {
  max-width: 750px
}

#contactform dl {
  margin: 0;
  padding: 15px 0 5px;
  border-bottom: 1px dashed #ccc
}

#contactform dt {
  font-weight: bold;
  text-align: left
}

#contactform dd {
  text-align: left;
  word-wrap: break-word
}

.mw_wp_form .horizontal-item+.horizontal-item {
  margin-left: 0!important
}

#contactform label {
  display: block;
  padding-bottom: 5px;
  margin-right: 10px
}

#contactform input[type="text"] {
  background: #f5f5f5;
  border: 1px solid #c7c7c7;
  border-radius: 3px;
  color: #0c2245;
  height: 30px;
  text-align: left;
  text-indent: 5px;
  vertical-align: middle;
  width: 80%;
  font-size: 14px
}

#contactform textarea {
  background: #f5f5f5;
  border: 1px solid #c7c7c7;
  border-radius: 3px;
  width: 80%
}

#contactform select {
  height: 27px;
  border-radius: 3px
}

#contactform .zip {
  width: auto!important
}

#contactform .check_text input[type="text"] {
  width: 60px;
  display: inline-block
}

#contactform .check_text {
  display: block;
  padding-bottom: 10px
}

#contactform .check_text label {
  display: inline-block
}

#contactform input[type=submit] {
  margin: 40px auto;
  background: #00a1e4;
  padding: 10px 0;
  display: block;
  border-radius: 50px;
  color: #fff;
  width: 230px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  border: 0
}

#contactform .mwform-checkbox-field {
  padding: 0;
  margin: 0
}

#contactform .mw_wp_form .error {
  margin-top: 3px;
  font-size: .8em
}

.submit-btn {
  position: relative
}

.submit-btn :after {
  font-family: FontAwesome;
  content: "\f105";
  position: absolute;
  right: 35px;
  top: 30%
}

input[type=submit]:hover {
  opacity: .7
}

#contactform .contact-info {
  font-size: .9em;
  max-width: 750px;
  margin: 0 auto;
  padding: 0 15px
}

#contactform .people label {
  display: inline-block
}

#contactform .people span.mb-10 {
  display: block
}

#contactform .people input[type=text] {
  display: inline-block;
  width: 60px;
  height: 28px;
  margin-right: 6px;
  margin-top: -3px
}


/* #contactform.confirm .consent {
  display: none
} */

.confirm #frame-privarypolicy {
  display: none
}

#contactform .ml-20 {
  display: block
}

.confirm #frame-privarypolicy.hidden-confirm {
  display: none
}

#license {
  text-align: justify;
  background: ;
  padding-top: 2em;
  background: #f9eaf6;
  background: linear-gradient(45deg, rgba(249, 234, 246, 1) 0, rgba(255, 255, 255, 1) 54%, rgba(221, 240, 252, 1) 97%)
}

#license .col-inner {
  background: 0;
  padding-top: 0
}

.point h2.hd-blue {
  padding: 1px;
  margin-right: 0;
  padding-left: 93px;
  position: relative
}

.point h2.hd-blue .point-number {
  position: absolute;
  left: 0;
  font-size: 2.5em;
  color: #333;
  padding-top: 0;
  font-weight: normal;
  text-align: center
}

.point h2.hd-blue .point-number small {
  display: block;
  font-size: .3em;
  letter-spacing: 1px;
  margin-bottom: 10px;
  color: #333;
  letter-spacing: 2px
}

#license .title {
  margin: 39px auto 49px
}

.license-type .bg-blue {
  background: #0069b2;
  padding: 3px 15px;
  font-size: .8em;
  display: inline-block;
  color: #fff;
  margin-top: 15px
}

.license-type h3 {
  margin: 0 auto 10px
}

.license-type .col-inner {
  height: 100%;
  margin: 10px auto;
  box-shadow: 0 0 2px #ecebeb
}

.license-type .col-xs-12 {
  margin-bottom: 22px
}

.le-box {
  border: 1px solid #e4e4e4;
  background: #f8f8f8;
  margin: 30px auto 10px
}

.le-box p {
  margin: 0
}

.le-box .ex {
  background: #666;
  padding: 31px 0 10px;
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  text-align: center;
  letter-spacing: 0
}

.le-box .ex span {
  font-size: 3.4em;
  display: inline-block;
  vertical-align: middle;
  margin-top: -22px;
  font-weight: normal
}

.le-box .ex small {
  font-size: 1.2em;
  margin-right: 3px;
  display: inline-block
}

.le-box .ex-ans {
  padding: 18px 20px;
  font-weight: bold;
  line-height: 1em;
  font-size: 1.4em
}

.le-box .ex-ans small {
  font-weight: normal;
  margin-top: -5px;
  display: block
}

.qa-block {
  margin-top: 40px
}

.question {
  color: #00a8d7;
  font-weight: bold;
  font-size: 1.2em;
  margin: 20px auto;
  padding-left: 60px
}

.question:before {
  content: "Q";
  position: absolute;
  border: 1px solid #00a8d7;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 45px;
  color: #00a8d7;
  font-size: 1em;
  letter-spacing: 1px;
  display: inline-block;
  margin-right: 15px;
  margin-left: -60px;
  margin-top: -10px
}

.answer {
  border-left: 1px dashed #ccc;
  padding: 15px 0 15px 40px;
  margin-left: 25px;
  margin-top: -13px;
  padding-bottom: 30px
}

.answer p.sentence {
  padding-left: 60px
}

.answer-no {
  border: 0;
  margin-top: -39px
}

.answer-title {
  font-size: 1.2em;
  font-weight: bold;
  position: relative;
  padding-left: 65px;
  padding-top: 10px
}

.answer-title:before {
  content: "";
  width: 30px;
  height: 1px;
  position: absolute;
  left: -40px;
  top: 26px;
  border-bottom: 1px dashed #ccc
}

.answer-title span {
  border-radius: 50%;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 45px;
  color: #fff;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: 1px;
  display: inline-block;
  margin-right: 15px;
  margin-left: -65px;
  margin-top: -10px;
  position: absolute
}

.answer-title span.yes {
  background: #00a8d7;
  border: 1px solid #00a8d7
}

.answer-title span.no {
  background: #999;
  border: 1px solid #999;
  letter-spacing: 2px
}

.answer-title span:before {
  content: "";
  position: absolute;
  left: -23px;
  top: 18px;
  width: 15px;
  height: 15px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.sec-qa .answer {
  border-left: none
}

.sec-qa .answer-a:before {
  content: "A";
  position: absolute;
  border: 1px solid #333;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 45px;
  color: #333;
  font-size: 1.2em;
  font-weight: bold;
  letter-spacing: 1px;
  display: inline-block;
  margin-right: 15px;
  margin-left: -63px;
  margin-top: 0
}

.sec-qa-block {
  border-bottom: 1px dashed #ccc;
  padding: 30px 0
}

.sec-qa-block .answer {
  padding-bottom: 0
}

#single-article section {
  padding-top: 0
}

#single-article .title h1 {
  font-size: 2.8em
}

#single-article h1 {
  margin-top: 0;
  font-size: 1.6em
}

#single-article .category a {
  float: right;
  border-top: 1px solid;
  padding-top: 1px;
  border-bottom: 1px solid;
  line-height: 1.4em;
  font-size: .9em;
  margin-left: 9px;
  color: #727c82;
  display: inline-block
}

#single-article .post-meta {
  padding: 15px 10px;
  border-top: 1px solid #aaa;
  border-bottom: 1px dashed #aaa;
  margin-bottom: 40px
}

#single-article .navigation,
#pagenavi-all .navigation {
  padding: 15px 10px;
  margin-top: 50px;
  clear: both
}

#single-article .navigation:after,
#pagenavi-all .navigation:after {
  content: "";
  clear: both;
  display: block
}

#single-article .navigation a,
#pagenavi-all .navigation a {
  color: #333;
  border: 1px dotted #333;
  padding: 7px 9px;
  border-radius: 5px
}

#single-article .navigation .alignleft,
#pagenavi-all .navigation .alignleft {
  float: left
}

#single-article .navigation .alignright,
#pagenavi-all .navigation .alignright {
  float: right
}

#single-article p {
  margin: 10px 0
}

#single-article .aligncenter {
  display: block;
  margin: 0 auto
}

#single-article img {
  max-width: 600px;
  height: auto
}

#searchform {
  position: relative
}

#searchform label {
  display: none
}

#searchform input[type="text"] {
  padding: 5px 10px;
  margin-top: 10px;
  font-size: 1em;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #ccc;
  background: #f7f5f5
}

#searchform input[type="submit"] {
  position: absolute;
  width: 30px;
  height: 30px;
  padding: 0;
  font-family: FontAwesome;
  font-size: 1em;
  border: 0;
  right: 5px;
  top: 10px;
  cursor: pointer;
  background: transparent;
  color: rgba(13, 105, 178, 0.75)
}

#single-article .widget_categories ul li {
  font-size: 1em;
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  margin-bottom: 12px
}

#single-article .widget_categories ul li:after {
  content: "";
  width: 30px;
  height: 1px;
  background: #0d69b2;
  position: absolute;
  bottom: 0;
  left: 0
}

#single-article .widget_categories ul li a {
  font-size: .95em;
  margin: 0;
  color: #333
}

#single-article .news-list {
  margin-right: 30px
}

#single-article .news-list li {
  border-bottom: 1px dashed #ccc;
  padding: 9px 15px;
  width: 100%
}

#single-article .news-list li small {
  color: #666
}

#single-article .news-list li a.news-list-title {
  font-size: 1em;
  padding-top: 14px;
  color: #0c68b4;
  display: block
}

#single-article .time {
  font-size: 1.1em
}

#single-article .tn-category a {
  border-top: 1px solid;
  padding-top: 1px;
  border-bottom: 1px solid;
  line-height: 1.4em;
  font-size: .9em;
  margin-left: 9px;
  color: #727c82;
  display: inline-block
}

#single-article .pagenavi,
#pagenavi-all .pagenavi {
  margin: 48px auto;
  font-family: 'Roboto'
}

#single-article .wp-pagenavi a,
.wp-pagenavi span,
#pagenavi-all .wp-pagenavi a,
.wp-pagenavi span {
  border-radius: 3px;
  padding: 4px 10px;
  width: 40px;
  height: 40px;
  border-radius: 4px
}

#single-article .pagenavi .wp-pagenavi span.current,
#pagenavi-all .pagenavi span.current {
  background: #0d69b2;
  color: #fff;
  width: 49px;
  height: 40px;
  padding: 5px 11px
}

#single-article .single-article {
  padding-right: 40px
}

#single-article .wp-pagenavi a,
#single-article .wp-pagenavi span,
#pagenavi-all .wp-pagenavi a,
#pagenavi-all .wp-pagenavi span {
  text-decoration: none;
  border: 1px solid #bfbfbf;
  padding: 5px 10px;
  margin: 2px;
  font-size: 1.2em
}

#sidebar h2 {
  font-weight: bold;
  font-size: 1.2em;
  padding: 10px 0;
  border-bottom: 1px solid #0d69b2;
  color: #0d69b2;
  letter-spacing: 1px;
  margin-top: 30px
}

#sidebar h2:first-child {
  margin-top: 0
}

#sidebar h2:before {
  font-family: FontAwesome;
  content: "\f0da";
  width: 30px;
  height: 30px;
  margin-right: 3px
}

#sidebar ul li {
  display: block;
  padding: 10px 0
}

#sidebar .widget_recent_entries li {
  border-bottom: 1px dashed #ccc
}

#sidebar .widget_recent_entries li a {
  font-size: .9em;
  color: #333;
  padding: 3px 0 10px;
  display: block;
  letter-spacing: 0
}

#sidebar .post-date {
  font-size: .8em;
  display: block
}

#sidebar select {
  width: 100%;
  display: block;
  background: #f7f5f5;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 5px 15px;
  font-size: .9em;
  position: relative
}

#sidebar .archive-all {
  position: relative
}

#sidebar .archive-all:after {
  position: absolute;
  font-family: FontAwesome;
  content: "\f0dd";
  right: 7px;
  top: 0;
  margin-right: 3px;
  font-size: 1.2em;
  color: rgba(13, 105, 178, 0.75)
}

#sitemap ul {
  margin: 10px 0
}

#sitemap ul li {
  display: block;
  padding: 15px 0!important;
  background: 0;
  border-bottom: 1px dotted #ccc;
  font-weight: bold;
  height: auto!important
}

#sitemap_list li {
  padding: 15px 0!important
}

#sitemap ul li a {
  display: block;
  color: #333
}

#sitemap #sitemap_list li li {
  background: 0;
  border-bottom: 0;
  position: relative
}

#sitemap #sitemap_list li li a {
  font-size: 1em;
  padding: 3px
}

#sitemap_list li li:before {
  content: "\f105";
  position: absolute;
  left: 0;
  top: 0;
  font-family: FontAwesome
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
  padding: 12px 13px;
  vertical-align: middle;
  border-right: 1px solid #ddd
}

.table>tbody>tr>td:last-child,
.table>tbody>tr>th:last-child,
.table>tfoot>tr>td:last-child,
.table>tfoot>tr>th:last-child,
.table>thead>tr>td:last-child,
.table>thead>tr>th:last-child {
  border-right: 0
}

.table>tbody>tr:last-child {
  border-bottom: 1px solid #ddd
}

section .table tr th.check {
  width: 80px;
  padding-left: 5px;
  padding-right: 5px
}

.system-list .col-inner {
  background: #f8f8f8;
  text-align: center
}

.system-list ul.eq-height li {
  padding-bottom: 10px
}

.system-list .system-intro {
  min-height: 2em;
  font-size: .9em;
  text-align: center
}

.system-list .col-inner {
  position: relative;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 90px
}

.system-readmore,
.system-comingsoon {
  width: 100%;
  display: block;
  bottom: 30px;
  position: absolute;
  padding: 5px 22px 0;
  left: 0
}

.system-list .system-readmore a:after {
  font-family: FontAwesome;
  content: "\f105";
  /*content: "";*/
  position: absolute;
  right: 35px;
  top: 30%
}

.system-list .system-readmore a,
.system-comingsoon span,
.training-scrollbtn a {
  background: #00a1e4;
  padding: 10px 0;
  display: block;
  border-radius: 50px;
  color: #fff;
  width: 100%
}

.system-comingsoon span {
  background-color: #ccc;
  color: #fff
}

.training-scrollbtn a:after {
  font-family: FontAwesome;
  content: "\f105";
  position: absolute;
  right: 35px;
  top: 30%
}

.system-list .system-caption {
  margin-top: 20px;
  font-size: .95em;
  text-align: left
}

.system-list h3 {
  margin: 10px 0 20px
}

.system-img {
  position: relative;
  display: block;
  height: 150px
}

.system-img img {
  max-width: 190px;
  height: auto;
  vertical-align: middle;
  display: table-cell
}

.system-img:before {
  position: absolute;
  content: "";
  border-radius: 50%;
  width: 150px;
  height: 150px;
  background: #ebe9e9;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 0
}

.system-img img {
  display: block;
  position: relative;
  z-index: 100
}

.system-table {
  padding-bottom: 0
}

#system-development {
  text-align: justify;
  background: ;
  padding-top: 2em;
  background: #f7f7f7;
  background: linear-gradient(165deg, rgba(247, 247, 247, 1) 0, rgba(247, 247, 247, 1) 51%, rgba(247, 247, 247, 1) 51%, rgba(254, 254, 254, 1) 51%, rgba(247, 247, 247, 1) 100%)
}

#system-development .col-inner {
  background: 0;
  padding-top: 0
}

#system-development .title {
  margin: 39px auto 49px
}

.systems-item-main {
  font-size: 1.2em;
  background: #f7f7f7;
  background: linear-gradient(165deg, rgba(247, 247, 247, 1) 0, rgba(247, 247, 247, 1) 51%, rgba(247, 247, 247, 1) 51%, rgba(254, 254, 254, 1) 51%, rgba(247, 247, 247, 1) 100%)
}

.systems-item-main .system-firstsentence {
  font-weight: bold;
  text-align: center
}

.systems-item-main h2 {
  font-size: 2.8em;
  font-weight: bold;
  text-align: center;
  letter-spacing: 3px;
  margin: 30px 0
}

.system-item-all .system-item-contents {
  padding: 5em 0
}

.system-item-contents {
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  margin-top: -1px
}

.system-item-contents:nth-child(2n+1) {
  background: #f8f8f8
}

.system-item-all .col-inner {
  background: 0;
  padding-top: 0
}

.system-item-all h3 {
  color: #00b2d9
}

.system-item-all .col-inner ul li {
  line-height: 1.5em;
  padding-left: 2em;
  display: block;
  margin-bottom: 3px
}

.system-item-all .col-inner ul li ul li {
  line-height: 1.4em;
  font-size: .9em;
  margin-bottom: 5px
}

.system-item-all .col-inner ul li ul li:before {
  content: "-";
  margin-right: 3px;
  margin-left: -1em
}

.example h3 {
  margin-bottom: 0
}

.system-item-all .example ul li {
  font-size: 1.2em;
  padding: 3px 0;
  text-indent: -1em;
  padding-left: 1em
}

.system-item-all .example ul li:before {
  content: none!important
}

.system-item-all .col-inner ul li {
  position: relative
}

.tool {
  margin-top: 18px
}

.system-item-all .col-inner ul li:before {
  font-family: FontAwesome;
  top: 0;
  position: absolute;
  content: "\f111";
  margin-left: -1.7em;
  font-size: .5em;
  vertical-align: middle;
  margin-right: 5px;
  line-height: 2em;
  color: #00b2d9
}

.system-item-all .download-link {
  background: #00a1e4;
  padding: 15px 0;
  display: block;
  border-radius: 50px;
  margin: 20px auto;
  max-width: 500px;
  color: #fff;
  font-size: 1.2em;
  line-height: 1.6em;
  position: relative
}

.table-mini {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto
}

img.page-one-border {
  border: 1px solid #ccc;
  background: #fff
}

.system-item-all .table tr th.check {
  width: auto;
  padding: 0 15px
}

.system-item-all .system-sentence {
  text-align: center
}

#training {
  text-align: justify;
  background: url(images/page-training-main.png) no-repeat center right;
  padding-top: 2em;
  /* max-height: 431px */
  max-width: 1400px;
  margin: 0 auto;
}

#training-page .m-blue {
  color: #25a8d7;
  padding-left: 10px;
  border-left: 3px solid;
  margin-bottom: 13px;
}

#training .title {
  margin: 29px auto
}

#training .col-xs-12 {
  background: rgba(255, 255, 255, 0.7);
  padding: 10px
}

#training-page .sec-qa-block.first {
  padding-top: 5px;
}

#training-page #training-title {
  padding-top: 0;
}

#training-page .course {
  margin-top: 30px;
}

#training-page .course .col-inner {
  border: 1px solid #e4e4e4;
  /* margin-left: -5px;
  margin-right: -5px; */
  padding-top: 20px;
  padding-bottom: 10px;
}

#training-page table tr th,
#training-page table tr td {
  border-right: none;
  padding: 1.4em 0;
}
#training-page table tr td{
  line-height: 1.4em;
  margin: 0;
  vertical-align: middle;
}



#training-page table tr td strong{
  font-size: 1.1em;
  margin:0 0 5px;
}




#training-page table tr:first-child>td,
#training-page table tr:first-child>th {
  border-top: none;
}

#training-page table tr:last-child,
#training-page table tr:last-child {
  border-bottom: none;
}
#training-page .sidebg-content .side-sentence {
  padding: 0;
  padding-right: 15px;
  max-width: 603px;
}

#training-page .sidebg-content .side-sentence p {
  margin-bottom: 0;
}

#training-page .sidebg-content {
  max-width: 1400px;
  margin: 0 auto;
}

#training-page .bg-image>div {
  background-image: url(images/page-training-sidebg.jpg);
  background-repeat: no-repeat;
  background-position: center center;

  background-size: cover;
  height: 350px;
}



.training-scrollbtn {

}

.training-scrollbtn a {
  display: inline-block;
  max-width: 361px;
  /*margin: 0 15px;*/
  position: relative;
}

.training-scrollbtn a:after {
  font-family: FontAwesome;
  content: "\f107";
  position: absolute;
  right: 17px;
  top: 22%;
}

#training-page .masterbook-p {
  background: #E4E4E4;
  padding: 15px;
}

#training-page .efr {
  background: #F0F0F0;
  padding: 22px 10px;
}

#training-page .efr h3 {
  font-weight: normal;
  margin-right: 25px;
}

#training-page .efr p {
  line-height: 1.4em;
  margin-bottom: 0;
}

#training-page .efr span {
  display: inline-block;
  border-right: 1px solid #ccc;
  padding: 0 8px;
}

#training-page .course h4 {
  border: 1px solid #333;
  padding: 5px 17px;
  border-radius: 25px;
  font-size: 1em;
  margin-bottom: 4px;
  display: inline-block;
  font-weight: bold;
}

#training-page .name {
  margin: 30px 0 20px;
  border-left: 2px solid #42a8d7;
  padding-left: 20px;
  line-height: 1.7em;
  font-weight: normal;
}

#training-page .book h4 {
  font-size: 1.1em;
  margin-bottom: 5px;
  padding-bottom: 8px;
  border-bottom: 1px solid #bbb;
  font-weight: bold;
}

#training-page .name span {
  display: block;
  padding-bottom: 5px;
  font-weight: normal
}

#training-page .name big {
  font-size: 1.6em;
  padding-right: 5px;
}

#training-page .table-striped tr th,
#training-page .table-striped tr td {
  /* border: none; */
  font-size: .85em;
  padding: 10px 6px;
}

#training-page .table-striped tr th {
  width: 4.5em;
  padding-right: 0;
}

#training-page #intro {
  padding-top: 0;
}

.bg-animation {
  position: relative;
  -webkit-animation: bg-animation 16000ms ease 3000ms both;
  animation: bg-animation 16000ms ease 3000ms both
}

.bg-animation2 {
  position: relative;
  -webkit-animation: bg-animation2 21000ms ease 3000ms both;
  animation: bg-animation2 21000ms ease 3000ms both
}

.bg-animation3 {
  position: relative;
  -webkit-animation: bg-animation3 30000ms ease 4000ms both;
  animation: bg-animation3 30000ms ease 4000ms both
}

@-webkit-keyframes bg-animation {
  0% {
    background: url(images/bg-parallax.png) no-repeat center center;
    background-size: 100% auto
  }
  100% {
    background: url(images/bg-parallax.png) no-repeat center center;
    background-size: 140% auto
  }
}

@keyframes bg-animation {
  0% {
    background: url(images/bg-parallax.png) no-repeat center center;
    background-size: 100% auto
  }
  100% {
    background: url(images/bg-parallax.png) no-repeat center center;
    background-size: 140% auto
  }
}

@-webkit-keyframes bg-animation2 {
  0% {
    background: url(images/bg-parallax2.png) no-repeat center center;
    background-size: 100% auto
  }
  100% {
    background: url(images/bg-parallax2.png) no-repeat center center;
    background-size: 140% auto
  }
}

@keyframes bg-animation2 {
  0% {
    background: url(images/bg-parallax2.png) no-repeat center center;
    background-size: 100% auto
  }
  100% {
    background: url(images/bg-parallax2.png) no-repeat center center;
    background-size: 140% auto
  }
}

@-webkit-keyframes bg-animation3 {
  0% {
    background: url(images/bg-parallax3.png) no-repeat center center;
    background-size: 100% auto
  }
  100% {
    background: url(images/bg-parallax3.png) no-repeat center center;
    background-size: 140% auto
  }
}

@keyframes bg-animation3 {
  0% {
    background: url(images/bg-parallax3.png) no-repeat center center;
    background-size: 100% auto
  }
  100% {
    background: url(images/bg-parallax3.png) no-repeat center center;
    background-size: 140% auto
  }
}

@supports(-ms-ime-align:auto) {
  .eq-height {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap
  }
}


/* 投稿ページ装飾 */

.alignright {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px
}

.alignleft {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px
}

.single-article .inner {
  width: 100%
}

.single-article h1 {
  font-weight: bold
}

.single-article h2,
#awards-article h2 {
  color: #333;
  color: #00a6d8;
  font-weight: bold;
  line-height: 1.4em;
  margin-top: 40px;
  font-size: 1.7em;
  margin-bottom: 10px
}

.single-article h3,
#awards-article h3 {
  font-weight: bold;
  font-size: 1.25em;
  line-height: 1.3;
  border-left: solid 5px #0d69b2;
  border-bottom: solid 1px #0d69b2;
  padding: 0 0 2px 10px;
  color: #2e405f;
  clear: both;
  margin-top: 40px;
  margin-bottom: 25px
}

.single-article h4,
#awards-article h4 {
  font-weight: bold;
  font-size: 1.1em;
  line-height: 1.3;
  color: #647372;
  padding-left: 8px;
  clear: both;
  margin-top: 40px;
  margin-bottom: 30px;
  background: #24a6d8;
  padding: 10px 15px;
  color: #fff;
  border-radius: 5px;
  border: 4px double #fff
}

.single-article h5,
#awards-article h5 {
  font-weight: bold;
  font-size: 1.4em;
  position: relative;
  text-align: center;
  margin-top: 30px
}

.single-article h5:after #awards-article h5:after {
  content: "";
  position: relative;
  width: 50px;
  height: 1px;
  background: #29aada;
  display: block;
  margin-top: 8px;
  left: 0;
  right: 0;
  margin: 6px auto 10px
}

.single-article h6 #awards-article h6 {
  font-size: 1.2em;
  background: linear-gradient(transparent 70%, #a7d6ff 70%);
  display: inline-block
}

.single-article em #awards-article em {
  font-style: normal;
  background: linear-gradient(transparent 60%, #fff492 60%)
}

.single-article p {
  font-size: 1em;
  line-height: 2em;
  margin-bottom: 30px
}

.single-article blockquote #awards-article blockquote {
  position: relative;
  border: dashed 1px #8fc0e0;
  padding: 15px 30px;
  color: #42210b;
  margin-bottom: 30px;
  border-radius: 5px;
  font-size: .97em
}

.single-article ul li #awards-article ul li {
  padding-left: 15px;
  display: block
}

.single-article ul li:before #awards-article ul li:before {
  font-family: FontAwesome;
  content: "\f105";
  margin-right: 5px;
  color: #0b68b7;
  font-size: 1em;
  vertical-align: middle;
  line-height: 2em;
  margin-left: -10px
}

.single-article table tr th,
.single-article table tr td,
#awards-article table tr th,
#awards-article table tr td,
{
  padding: 12px 13px;
  vertical-align: middle;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ccc
}

.single-article table,
#awards-article table {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%
}

.single-article table tr th:last-child,
.single-article table tr td:last-child,
#awards-article table tr th:last-child,
#awards-article table tr td:last-child {
  border-right: 0
}

.single-article table tr:last-child,
#awards-article table tr:last-child {
  border-bottom: 0
}

.single-article table tr th,
.sawards-article table tr th {
  color: #006ab5;
  text-align: center;
  background: #ecf1f6;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ccc
}

.single-article a,
#awards-article a {
  text-decoration: underline
}

.single-article ul li,
#awards-article ul li {
  margin: 0
}

#contactform.recruitform .form-inline input[type="text"] {
  display: inline;
  width: 100px
  /* width: auto; */
}

#awards-article section {
  padding-top: 0;
}

#awards-article .title {
  margin-bottom: 30px;
}

#awards-article .awards-list {
  padding: 70px 0;
  /* border-bottom: 1px dashed #333; */
}

#awards-article h3.title {
  color: #333;
  text-align: left;
  margin: 0 0 24px;
  padding: 0 0 10px;
  line-height: 1.4em;
  font-size: 1.7em;
  border: none;
  position: relative;
}

#awards-article h3.title:after {
  position: absolute;
  content: "";
  display: block;
  width: 132px;
  height: 1px;
  background: #0068b7;
  margin: 5px auto 5px;
  right: 0;
  left: 0;
}

#awards-article .awards-list:nth-child(2n+1) {
  background: #f8f8f8;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  margin-top: -1px
}

#awards-article h2 {
  font-size: 1.3em;
}

#awards-article h4.days {
  margin: 0 0 12px;
  /* padding-bottom: 15px; */
  /* border-bottom: 1px dashed #ccc; */
  background: none;
  border: none;
  line-height: 1em;
  padding: 0;
}

#awards-article h4.days span.year {
  display: inline-block;
  /* border: 1px solid; */
  padding: 5px 15px;
  border-radius: 2px;
  /* font-size: 0.8em; */
  background: #0069b2;
  color: #fff;
}

#awards-article h4.days span.month {
  border: none;
  font-size: 1em;
  line-height: 30px;
  color: #0069b2;
  padding-left: 5px;
}

#awards-article .awards-images {
  margin: 0 6px 0;
}

#awards-article .awards-images img {
  width: 100%;
  max-width: 400px;
}

#awards-article .awards-the-content {
  line-height: 1.7em;
}

#systems-article .title {
  margin-bottom: 0;
}

#systems-article .systems-searchbox {
  padding-top: 0;
}

#systems-article #searchform {
  max-width: 300px;
  margin: auto;
}

#systems-article input[type="text"] {
  padding: 5px 10px;
  margin-top: 10px;
  font-size: 1em;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #ccc;
  background: #f7f5f5;
  max-width: 300px;
}

#systems-article input[type="submit"] {
  position: absolute;
  width: 30px;
  height: 30px;
  padding: 0;
  font-family: FontAwesome;
  font-size: 1em;
  border: 0;
  right: 5px;
  top: 10px;
  cursor: pointer;
  background: transparent;
  color: rgba(13, 105, 178, 0.75);
  position: absolute;
}

#recruit-page #top {
  text-align: justify;
  background: url(images/page-recruit-main.png) no-repeat;
  background-position: right 0 top -20px;
  padding-top: 2em;
  min-height: 535px;
}

#recruit-page #top .col-xs-12 {
  background: rgba(255, 255, 255, 0.4);
  padding: 10px;
  max-width: 620px;
}

#recruit-page .recruit-nav {
  background: #0068b7;
  padding: 20px 0;
}

#recruit-page .recruit-nav a {
  color: #fff;
  display: inline-block;
  border-left: 1px solid #80b4db;
  padding: 0 40px;
}

#recruit-page .recruit-nav a:before {
  font-family: FontAwesome;
  content: "\f107";
  font-size: 1em;
  vertical-align: middle;
  margin: -1px 10px 0 -16px;
  position: absolute;
}

#recruit-page .recruit-nav li.last a {
  border-right: 1px solid #80b4db;
}

#recruit-page table th {
  vertical-align: top;
  width: 150px;
  background: #ecf1f6;
  color: #006ab5;
}

#recruit-page table ul li {
  display: block;
}

#recruit-page table tr td p {
  margin-bottom: 0;
  line-height: 1.8em;
}

#recruit-page ul.tab li>span {
  font-size: 1.3em;
  display: block;
  color: #fff;
  background: #999999;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  padding: 15px 0;
  margin-bottom: 10px;
  position: relative;
  cursor: pointer;
}

#recruit-page ul.tab li>span:hover {
  opacity: .7;
}

#recruit-page ul.tab li.active>span {
  background-color: #0068b7;
  color: #fff;
}

#recruit-page ul.tab li.active>span:after {
  content: '';
  height: 0;
  position: absolute;
  border: 14px solid transparent;
  border-top-color: #0068b7;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  margin-top: -1px;
}

#recruit-page div.tabContent {
  display: none;
}

#recruit-page div.active {
  display: block;
}

#recruit-page #selection-flow .gradation {
  background: #57c7fa;
  background: -moz-linear-gradient(left, #57c7fa 0%, #2eb5f1 47%, #01a0e8 100%);
  background: -webkit-linear-gradient(left, #57c7fa 0%, #2eb5f1 47%, #01a0e8 100%);
  background: linear-gradient(to right, #57c7fa 0%, #2eb5f1 47%, #01a0e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#57c7fa', endColorstr='#01a0e8', GradientType=1);
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

#recruit-page #selection-flow .col-sm-3 {
  position: relative;
  color: #fff;
}

#recruit-page #selection-flow .col-sm-3:after {
  content: "";
  position: absolute;
  height: 100%;
  right: -20px;
  background: url(images/recruit-flow.svg) no-repeat top center;
  top: -1px;
  width: 40px;
}

#recruit-page #selection-flow .last:after {
  display: none;
}

#recruit-page #selection-flow .step {
  padding: 20px 0 10px;
}

#recruit-page #selection-flow .step p {
  line-height: 1.4em;
  font-size: .9em;
}

#recruit-page #selection-flow .step h3 {
  font-size: 1.4em;
  font-weight: normal;
}

#recruit-page #selection-flow .number small {
  display: block;
  font-size: 1.2em;
  letter-spacing: 1px;
}

#recruit-page #selection-flow .number span {
  font-size: 45px;
  padding: 0;
  line-height: 1em;
  font-weight: normal !important;
}

#recruit-page #selection-flow small {
  color: #fff;
  font-size: 0.8em;
}

#recruit-page #senior {
  padding-bottom: 0;
}

#recruit-page #senior .senior-content {
  border-right: 1px solid #ccc;
  padding: 0 50px;
}

#recruit-page #senior .senior-content p.text-info {
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 14px;
}

#recruit-page #senior .senior-content h3 {
  font-size: 2em;
  line-height: 1.5em;
  margin: 0;
}

#recruit-page #senior .senior-content span {
  font-weight: normal;
  font-size: .9em;
}

#recruit-page #senior .solutions-coordinator {
  background: url(images/solutions-coordinator.png) no-repeat right bottom;
  /*background-size: cover;*/
  padding-bottom: 300px;
}

#recruit-page #senior .system-engineer {
  background: url(images/systems-engineer.png) no-repeat left bottom;
  /*background-size: cover;*/
  padding-bottom: 300px;
}

#recruit-page #method {
  background: #f9b7b6;
  background: -moz-linear-gradient(45deg, #f9b7b6 0%, #ffedd1 52%, #fff9d4 100%);
  background: -webkit-linear-gradient(45deg, #f9b7b6 0%, #ffedd1 52%, #fff9d4 100%);
  background: linear-gradient(45deg, #f9b7b6 0%, #ffedd1 52%, #fff9d4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9b7b6', endColorstr='#fff9d4', GradientType=1);
}

#recruit-page #method .entry-btn a {
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 2.4em;
  background: orange;
  padding: 22px 90px;
  font-weight: bold;
  border-radius: 50px;
  margin: 20px auto;
  letter-spacing: 3px;
  background: #ffcc00;
  text-decoration: none;
  background: -moz-linear-gradient(top, #ffcc00 0%, #ff8000 100%);
  background: -webkit-linear-gradient(top, #ffcc00 0%, #ff8000 100%);
  background: linear-gradient(to bottom, #ffcc00 0%, #ff8000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcc00', endColorstr='#ff8000', GradientType=0);
}

#recruit-page #method .entry-btn a:after {
  font-family: FontAwesome;
  content: "\f105";
  /*content: "";*/
  position: absolute;
  right: 30px;
  top: 20% font-weight: normal;
}

#recruit-page #method .recruit-contact {
  background: #fff;
  padding: 23px;
  line-height: 1.8em;
}

#recruit-page #method .recruit-contact b {
  font-size: 1.05em;
}

#recruit-page #method .recruit-contact span {
  /*display: inline-block;*/
  display: block;
  font-size: 1.3em;
  font-weight: bold;
  border-right: 1px solid #d6d6d6;
  padding: 25px 30px 25px 30px;
  text-align: center;
  float: left;
  margin-right: 30px;
}

#recruit-page.in-page #top .text-info {
  font-size: 1.2em;
}

#recruit-page.in-page #top h2 {
  font-size: 2.5em;
  line-height: 1.2em;
  font-weight: bold;
}

#recruit-page.in-page #top h2 span {
  font-size: 0.7em;
}

#recruit-page.in-page .m-border {
  margin-bottom: 60px;
}

#recruit-page.in-page .senior-inner {
  background: #fff;
  padding: 40px;
  position: relative;
}

#recruit-page.in-page #senior-overview .senior-year {
  background: #0068b7;
  display: inline-block;
  font-size: 1.1em;
  color: #fff;
  padding: 0 20px;
  letter-spacing: 1px;
  position: absolute;
  top: -20px;
}

#recruit-page.in-page #senior-overview .senior-year big {
  font-size: 2em;
  font-weight: normal;
}

#recruit-page.in-page #senior-overview h3 {
  font-size: 3.4em;
  font-weight: normal;
  letter-spacing: 2px
}

#recruit-page.in-page #senior-overview h3 span {
  font-size: 0.29em;
  letter-spacing: 1px;
  display: block;
  color: #999;
  margin-top: 1px;
}

#recruit-page.in-page #senior-overview {
  background: #eef6f8;
}

#recruit-page.in-page #senior-appearance {
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(244, 244, 244, 1) 45%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(244, 244, 244, 1) 45%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(244, 244, 244, 1) 45%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4', GradientType=0);
  padding-bottom: 0;
  /*margin-bottom: -160px;*/
}

#recruit-page.in-page #senior-appearance .box {
  position: relative;
}

#recruit-page.in-page #senior-appearance .box .text-info {
  color: #0068b7;
  font-size: 1.8em;
}

#recruit-page.in-page #senior-appearance .box .txt-box {
  position: absolute;
  z-index: 10;
  padding: 20px 30px;
  background: #fff;
}

#recruit-page.in-page #senior-appearance .box .img-box {
  padding: 0;
}

#recruit-page.in-page #senior-appearance .box .txt-box.txt-fr {
  right: 0;
}

.margin-clearfix {
  margin-top: -170px;
}

#recruit-page.in-page .recruit-nav-f {
  border: 1px solid #ccc;
  background: #e8eaec;
  text-align: center;
}

#recruit-page.in-page .recruit-nav-f ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}

#recruit-page.in-page .recruit-nav-f ul li {
  position: relative;
  vertical-align: middle;
  padding: 6px;
  margin: 0;
  display: inline-block;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}

#recruit-page.in-page .recruit-nav-f .container {
  max-width: 1100px;
}

#recruit-page.in-page .recruit-nav-f ul li a {
  color: #333;
  display: block;
}

#recruit-page.in-page .recruit-nav-f ul li.back-recruit:after {
  content: "";
  width: 1px;
  height: 60%;
  top: 20%;
  background: #ddd;
  border: none;
  margin-left: 20px;
}

#recruit-page.in-page .recruit-nav-f ul li:last-child:after {
  content: none;
}

#recruit-page.in-page .recruit-nav-f ul li.gray {
  background: #abb4ba;
  color: #fff;
  padding: 0 30px;
  /*padding: 15px 30px;*/
}

#recruit-page.in-page .recruit-nav-f ul li.gray:before {
  content: "";
  position: absolute;
  background-image: url(images/nav-before.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  left: 0;
  top: 0;
  height: 100%;
  width: 23px;
}

#recruit-page.in-page .recruit-nav-f ul li.gray:after {
  content: "";
  position: absolute;
  background-image: url(images/nav-after.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  right: 0;
  top: 0;
  height: 100%;
  width: 23px;
}

#recruit-page.in-page .recruit-nav-f ul li.nav-face a {
  padding-left: 8px;
}

#recruit-page.in-page .recruit-nav-f ul li.nav-face span {
  display: block;
  border-radius: 50%;
  border: 2px solid #fff;
  background: #fff;
  width: 80px;
  height: 80px;
}

#recruit-page.in-page .recruit-nav-f ul li.nav-face.active span {
  border-color: #046ab8;
  background-repeat: no-repeat;
  background-position: top left;
  background-color: #fff;
}

#recruit-page.in-page .recruit-nav-f ul li.nav-face a:hover {
  opacity: 1;
}

#recruit-page.in-page .recruit-nav-f ul li.nav-face.nav-face01 span {
  background: url(images/nav-face01.png);
}

#recruit-page.in-page .recruit-nav-f ul li.nav-face.nav-face02 span {
  background: url(images/nav-face02.png);
}

#recruit-page.in-page .recruit-nav-f ul li.nav-face span:hover {
  background-position: top right;
}

#recruit-page.in-page.sc-page #top {
  background: url(images/page-sc-main.png) no-repeat;
  background-position: left 0 top 0;
  background-size: auto 100%;
}

#recruit-page.sc-page #senior-overview .overview-images.img01 {
  position: absolute;
  bottom: -100px;
  right: 140px;
}

#recruit-page.sc-page #senior-overview .overview-images.img02 {
  position: absolute;
  bottom: -70px;
  right: -20px;
}

#recruit-page.sc-page #senior-appearance .box.box01 .txt-box {
  min-width: 550px;
  top: 70px;
}

#recruit-page.sc-page #senior-appearance .box.box02 .txt-box {
  min-width: 680px;
  top: 70px;
}

#recruit-page.sc-page #senior-appearance .box.box03 {
  top: -190px;
}

#recruit-page.sc-page #senior-appearance .box.box03 .txt-box {
  min-width: 680px;
  top: 230px;
}

#recruit-page.sc-page #senior-appearance .box.box04 {
  top: -260px;
}

#recruit-page.sc-page #senior-appearance .box.box04 .txt-box {
  min-width: 550px;
  top: 120px;
}

#recruit-page.in-page.se-page #top {
  background: url(images/page-se-main.png) no-repeat;
  background-position: right 0 top 0;
  background-size: auto 100%;
}

#recruit-page.se-page #senior-overview .overview-images.img01 {
  position: absolute;
  bottom: -100px;
  right: 145px;
}

#recruit-page.se-page #senior-overview .overview-images.img02 {
  position: absolute;
  bottom: -95px;
  right: -110px;
}

#recruit-page.se-page #senior-appearance .box.box01 .txt-box {
  min-width: 690px;
  top: 70px;
}

#recruit-page.se-page #senior-appearance .box.box02 {
  top: -140px;
}

#recruit-page.se-page #senior-appearance .box.box02 .txt-box {
  min-width: 550px;
  top: 190px;
}

#recruit-page.se-page #senior-appearance .box.box03 {
  top: -40px;
}

#recruit-page.se-page #senior-appearance .box.box03 .txt-box {
  min-width: 550px;
  top: 50px;
}

#recruit-page.se-page #senior-appearance .box.box04 {
  top: 0;
}

#recruit-page.se-page #senior-appearance .box.box04 .txt-box {
  min-width: 550px;
  top: 40px;
}

@media screen and (min-width:768px) and (max-width:991px) {
  .company-circle.circle03 {
    margin-top: 20px
  }
  .company-circle.circle04 {
    margin-top: 30px
  }
  .top-news-top {
    padding-top: 25px
  }
  body {
    font-size: 15px
  }
  #company02 .bg-image {
    min-height: 400px
  }
  #company02 .sidebg-content .side-sentence {
    max-width: 100%
  }
  section {
    padding: 3em 0
  }
  .system-item-all .system-item-contents {
    padding: 2em 0
  }
  .m-border {
    margin: 36px 0 43px
  }
  .system-point.point .bg-image {
    background-size: 140% auto
  }
  .sidebg-content .side-sentence {
    padding: 19px 20px
  }
  .container-1100 {
    width: 100%;
    max-width: 820px;
    padding: 15px
  }
  #mainslider {
    margin: 0
  }
  #mainslider .metaslider li img {
    width: 100%!important
  }
  #mainslider ol.flex-control-nav {
    height: 70px
  }
  #global-nav {
    width: 100%
  }
  #nav-inquiry {
    margin-bottom: -36px;
    text-align: right;
    margin-right: 15px
  }
  #header-logo {
    display: block
  }
  #global-nav ul li a {
    padding: 0 15px
  }
  .advantage .parallax {
    display: block;
    opacity: .4
  }
  .top-news {
    width: auto
  }
  .footer-logo {
    margin: -20px -40px 15px
  }
  .footer1 {
    width: 153px
  }
  .footer2 {
    width: 219px
  }
  .footer3 {
    width: 300px
  }
  footer .footer-first-info li {
    width: 13%
  }
  footer .footer-first-info li img {
    max-width: 100%
  }
  #home section.solution {
    background-size: 100%
  }
  #home .filemaker-bg {
    width: 100%;
    background: url(images/filemaker.png) no-repeat center center;
    background-size: auto 100%;
    margin-top: 30px
  }
  #home .advantage {
    padding: 0
  }
  #home section.solution {
    background-size: 100%
  }
  .bb-inner {
    bottom: 10px!important;
    position: absolute!important
  }
  #home .service-inner-content {
    padding: 62px 33px!important
  }
  #home .solution-bg {
    background: url(images/solution-bg.png) no-repeat center center;
    background-attachment: scroll
  }
  #home section.solution {
    margin-top: 40px;
    padding: 0
  }
  #home section.solution .parallax-bg {
    background: url(/images/bg-parallax.png) no-repeat center center;
    padding-top: 68px;
    padding-bottom: 100px;
    background-attachment: scroll
  }
  #home section.solution .parallax-bg2 {
    background: url(/images/bg-parallax2.png) no-repeat center center;
    background-attachment: scroll
  }
  #home section.solution .parallax-bg3 {
    background: url(/images/bg-parallax3.png) no-repeat center center;
    background-attachment: scroll
  }
  #home ul.system-widget {
    text-align: center
  }
  #home ul.system-widget li div.sw-inner span.circle {
    width: 160px;
    height: 160px;
    margin: 20px auto -141px
  }
  #home ul.system-widget li div.sw-inner img {
    width: 100%
  }
  #home section.service .service-mask {
    height: 350px;
    background-size: cover
  }
  #home section.service .container {
    padding-top: 5em
  }
  #home .readmore {
    float: right;
    margin-bottom: 30px
  }
  #home section .m-blue,
  section .m-blue {
    margin-top: 0
  }
  #single-article img {
    max-width: 560px;
    height: auto
  }
  .point img {
    margin: 0 auto
  }
  #single-article .news-list {
    margin-right: 0
  }
  #single-article .single-article {
    padding-right: 15px
  }
  .year {
    width: 120px!important
  }
  .month {
    width: 90px!important
  }
  #home .solution-bg {
    background: url(images/solution-bg-sp.png) no-repeat center center;
    background-size: 100% auto;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1
  }
  #home section.solution .parallax-bg {
    background: url(images/bg-parallax.png) no-repeat center center;
    padding-top: 68px;
    padding-bottom: 100px
  }
  #home section.solution .parallax-bg2 {
    background: url(images/bg-parallax2.png) no-repeat center center
  }
  #home section.solution .parallax-bg3 {
    background: url(images/bg-parallax3.png) no-repeat center center
  }
  #home .solution-bg,
  #home section.solution .parallax-bg,
  #home section.solution .parallax-bg2,
  #home section.solution .parallax-bg3 {
    background-attachment: scroll
  }
/*  #training-page .sidebg-content .side-sentence {
    max-width: 100%;
  }*/
  #training-page .bg-image {
    min-height: 400px;
    margin-top: 20px;
  }
  #recruit-page #senior .senior-content {
    font-size: 0.9em;
  }
  #recruit-page #senior .senior-content {
    background-size: 100% auto;
    padding-bottom: 200px;
    border-right: none;
    border-right: 1px solid #ccc;
  }
  #recruit-page #method .entry-btn a {
    font-size: 1.7em;
  }
  #recruit-page.in-page #top {
    background: none !important;
    text-align: center;
  }
  #recruit-page #top .col-xs-12 {
    max-width: 100%;
  }
  #recruit-page.in-page .senior-inner {
    max-width: 450px;
  }
  #recruit-page.in-page #senior-overview {
    overflow: hidden;
  }
  #recruit-page.sc-page #senior-overview .overview-images.img01 {
    right: -200px;
    bottom: -20px;
  }
  #recruit-page.sc-page #senior-overview .overview-images.img02 {
    right: -330px;
    bottom: 0;
  }
  #recruit-page.sc-page #senior-appearance .box {
    top: 0!important;
  }
  #recruit-page.sc-page #senior-appearance .box .fr {
    float: none;
  }
  #recruit-page.in-page #senior-appearance .box .txt-box {
    min-width: 100% !important;
    position: relative !important;
    top: 0 !important;
  }
  #recruit-page.in-page #senior-appearance .box .img-box {
    margin-top: 20px;
  }
  #recruit-page.in-page #senior-appearance .box .img-box img {
    display: block;
    margin: 0 auto 40px;
  }
  #recruit-page.in-page #senior-appearance .box .img-box img.fr {
    float: none;
  }
  #recruit-page.se-page #senior-overview .overview-images.img01 {
    right: -111px;
    bottom: -20px;
  }
  #recruit-page.se-page #senior-overview .overview-images.img02 {
    right: -356px;
    bottom: -41px;
  }
}

@media screen and (max-width:767px) {
  #intro h3 {
    font-size: 1.4em;
    line-height: 1.2em
  }
  .mt-80,
  .mt-70 {
    margin-top: 40px!important
  }
  .year span {
    background: #0b68b7;
    vertical-align: top;
    padding: 8px 0;
    color: #fff;
    border-radius: 0;
    display: table-cell;
    text-align: center;
    display: block;
    width: 55px;
    font-size: .8em;
    border-radius
  }
  .month {
    color: #0b68b7;
    vertical-align: top;
    font-weight: bold;
    text-align: right;
    width: 60px;
    font-size: .9em
  }
  #system-development .title {
    margin: 20px 0!important
  }
  .tn-category,
  {
    display: none
  }
  .sidebg-content .side-sentence {
    padding: 0
  }
  #top-head,
  .inner {
    width: 100%;
    padding: 0
  }
  #top-head {
    top: 0;
    position: fixed;
    margin-top: 0
  }
  #top-head.fixed {
    padding-top: 0
  }
  #mobile-head {
    background: #fff;
    width: 100%;
    height: 72px;
    z-index: 999;
    position: relative
  }
  .mobile-head-logo {
    position: absolite;
    margin-left: 50px;
    display: block
  }
  .pc-head-logo,
  .pc-head-logo a {
    display: none!important
  }
  #global-nav {
    position: absolute;
    top: -483px;
    background: #fff;
    width: 100%;
    text-align: center;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out
  }
  #global-nav ul {
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
    font-size: 1em;
    padding: 0
  }
  #global-nav ul li {
    float: none;
    position: static;
    display: block;
    border-right: 0;
    background: #fff;
    -webkit-transform: skewX(0deg);
    -moz-transform: skewX(0deg);
    transform: skewX(0deg)
  }
  #top-head #global-nav ul li a,
  #top-head.fixed #global-nav ul li a {
    width: 100%;
    display: block;
    color: #555;
    padding: 18px 0;
    border-bottom: 1px solid #a4d1f3;
    -webkit-transform: skewX(0deg);
    -moz-transform: skewX(0deg);
    transform: skewX(0deg)
  }
  #nav-toggle {
    display: block;
    background: #0b68b6;
    height: 73px;
    width: 65px;
    padding: 15px;
    top: 0;
    left: 0
  }
  #home .filemaker-bg {
    background-size: auto 100%
  }
  .open #global-nav {
    -moz-transform: translateY(556px);
    -webkit-transform: translateY(556px);
    transform: translateY(556px)
  }
  #home .top-news li a.news-wrap {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 95%
  }
  #home .top-news .newmark {
    display: inline-block
  }
  .col-inner {
    padding: 10px
  }
  #consulting {
    background: 0;
    max-height: 780px
  }
  #consulting .col-xs-12 {
    background: rgba(255, 255, 255, 0.7);
    padding: 10px
  }
  .flow .col-xs-12 {
    width: 100%;
    min-height: auto;
    border-bottom: 2px solid #fff;
    border-right: 0;
    padding-bottom: 1em
  }
  .flow .col-xs-12:after {
    content: "";
    position: absolute;
    background: #ecf1f7;
    width: 21px;
    height: 21px;
    right: auto;
    left: 47%;
    z-index: 100;
    border: 2px solid;
    border-color: transparent #fff #fff transparent;
    top: auto;
    bottom: -11px
  }
  .footer1,
  .footer2,
  .footer3 {
    line-height: 1.7em;
    width: 100%
  }
  #footer-menu ul li {
    display: inline-block;
    margin: 3px 0
  }
  #footer-menu ul {
    border-bottom: 1px dashed #5aa3d4
  }
  #footer-menu ul ul {
    border-bottom: 0
  }
  footer .footer1 li a,
  footer .footer3 li a,
  footer .footer2 li a {
    padding: 3px 6px;
    display: inline-block
  }
  .top-news ul li {
    line-height: 1em;
    border-bottom: 1px dashed #a0a9af;
    padding: 36px 0
  }
  .top-news li a {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3em
  }
  .top-news .tn-category a {
    width: auto;
    line-height: 2em;
    display: inline-block;
    margin-left: 80px;
    margin-top: 5px
  }
  footer .footer-first-info li {
    width: 25%;
    display: inline-block
  }
  footer .footer-first-info li img {
    max-width: 100%
  }
  footer .footer-banner {
    margin-top: 0
  }
  #company02.point .bg-image {
    min-height: 400px!important
  }
  section {
    padding: 2em 0
  }
  .system-item-all .col-inner h3 {
    margin-top: 30px
  }
  .top-news-top {
    padding-top: 25px
  }
  .system-item-all .system-item-contents {
    padding: 2em 0
  }
  .m-border {
    margin: 36px 0 30px
  }
  #company03 .m-border {
    margin-bottom: 0;
    padding-bottom: 0
  }
  section.couser .col-inner {
    margin-bottom: 15px
  }
  .couser h3 span.top10 {
    vertical-align: middle;
    display: inline-block;
    margin-top: -17px
  }
  .couser h3 small {
    margin-top: -13px
  }
  #consulting .title {
    margin-top: 0
  }
  #consulting {
    padding-top: 0
  }
  .breadcrumb {
    margin: 72px 0 0
  }
  #home section .m-blue {
    line-height: 1.5em
  }
  #home .readmore {
    float: right;
    margin-bottom: 30px;
    padding-top: 20px
  }
  #home .filemaker-bg {
    background-size: cover
  }
  #home ul.system-widget li {
    font-size: 1.2em
  }
  #home ul.system-widget h3 {
    font-size: 1.5em;
    margin: 10px auto
  }
  .col-inner {
    padding: 20px 10px
  }
  #consulting {
    background: 0;
    max-height: 780px
  }
  #consulting .col-xs-12 {
    background: rgba(255, 255, 255, 0.7);
    padding: 10px
  }
  .flow .col-xs-12 {
    width: 100%;
    min-height: auto;
    border-bottom: 2px solid #fff;
    border-right: 0;
    padding-bottom: 1em
  }
  .flow .col-xs-12:after {
    content: "";
    position: absolute;
    background: #ecf1f7;
    width: 21px;
    height: 21px;
    right: auto;
    left: 47%;
    z-index: 100;
    border: 2px solid;
    border-color: transparent #fff #fff transparent;
    top: auto;
    bottom: -11px
  }
  .point img {
    width: 300px;
    margin: 0 auto
  }
  #single-article img {
    max-width: 500px;
    height: auto
  }
  #training {
    background: none;
  }
  #single-article .news-list {
    margin-right: 0
  }
  #single-article .single-article {
    padding-right: 15px
  }
  .sidebg-content .side-sentence {
    padding: 30px 0
  }
  .bg-image {
    background-size: auto 100%
  }
  .point .bg-image {
    min-height: 250px
  }
  .system-list h3 {
    font-size: 2em
  }
  #license .title {
    margin: 36px auto 21px
  }
  .bb-inner {
    bottom: 10px!important;
    position: absolute!important
  }
  .top-news ul li {
    padding: 12px 0
  }
  .systems-item-main h2 {
    margin: 5px 0 15px
  }
  #home section.solution {
    background: url(images/solution-bg-sp.png) repeat-y center center
  }

  #training-page table .column-1{
    width:80px;
  }
  #contactform dt {
    float: none;
    width: 100%;
    padding-bottom: 0
  }
  #contactform dd {
    width: 100%;
    float: none;
    padding: 10px
  }
  #contactform input[type="text"] {
    width: 90%
  }
  .req {
    float: none;
    margin-left: 5px
  }
  .single-article table {
    width: 100%
  }
  .single-article img {
    width: 100%;
    max-width: 400px;
    margin: 15px auto
  }
  #recruit-page #top {
    background: none;
  }
  #recruit-page .recruit-nav a {
    padding: 0 19px;
    border-left: none;
  }
  #recruit-page .recruit-nav li.last a {
    border: none;
  }
  #recruit-page table th {
    width: 90px;
  }
  #recruit-page #selection-flow .col-xs-12 {
    border-bottom: 2px solid #fff;
  }
  #recruit-page #selection-flow .col-sm-3:after {
    content: "";
    position: absolute;
    margin-left: -10px;
    background: none;
    top: 100%;
    left: 50%;
    border: 10px solid transparent;
    border-top: 13px solid #fff;
    width: 15px;
  }
  #recruit-page #senior .senior-txt {
    text-align: center !important;
    font-size: 0.9em;
  }
  #recruit-page #senior .senior-content {
    background-size: 100% auto;
    padding-bottom: 200px;
    border-right: none;
    border-bottom: 1px solid #ccc;
    margin-bottom: 40px;
  }
  #recruit-page #senior .system-engineer {
    margin-bottom: 0;
  }
  #recruit-page #method .entry-btn a {
    font-size: 1.5em;
  }
  #recruit-page #method .recruit-contact span {
    padding: 0;
    float: none;
    border-right: none;
    border-bottom: 1px solid #ccc;
    margin: 0 0 10px;
    padding: 0 0 10px;
  }
  #recruit-page.in-page #top {
    background: none !important;
    text-align: center;
  }
  #recruit-page.in-page #senior-overview {
    overflow: hidden;
  }
  #recruit-page.in-page #senior-overview .parallax {
    display: none;
  }
  #recruit-page.in-page.sc-page #senior-overview .overview-images.img02 {
    bottom: 0;
  }
  #recruit-page.in-page #senior-appearance .box {
    margin: 15px 5px;
    top: 0 !important;
  }
  #recruit-page.in-page #senior-appearance .box .txt-box {
    min-width: 100% !important;
    position: relative !important;
    top: 0 !important;
    padding: 10px;
  }
  #recruit-page.in-page .recruit-nav-f {
    padding-bottom: 30px;
  }
  #recruit-page.in-page .recruit-nav-f ul {
    /*flex-direction: column;  */
    flex-wrap: wrap;
  }
  #recruit-page.in-page .recruit-nav-f ul li {
    padding: 13px;
  }
  #recruit-page.in-page .recruit-nav-f ul li {
    width: 100%;
  }
  #recruit-page.in-page .recruit-nav-f ul li.gray {
    width: 50%;
    padding: 20px;
    margin-bottom: 15px;
  }
  #recruit-page.in-page .recruit-nav-f ul li.nav-face {
    width: 30%;
    padding: 10px;
    margin-bottom: 15px;
  }
  #recruit-page.in-page .recruit-nav-f ul li:before {
    content: none !important;
  }

  #recruit-page.in-page.sc-page #senior-overview .overview-images.img01 {
    position: relative;
    /*bottom: -90px;*/
    padding-bottom: 50px;
    /*left: -10px;*/
  }
  #recruit-page.in-page.se-page #senior-overview .overview-images.img01 {
    position: relative;
    /*bottom: -50px;*/
    /*padding-bottom: 50px;*/
  }
  #recruit-page.in-page.se-page #senior-overview .overview-images.img02 {
    bottom: 0;
  }
  
  #recruit-page.in-page.se-page #senior-overview .overview-images.img02 {
    /*bottom: 30px;*/
    /*right: -70px;*/
  }
}

@media screen and (min-width:1025px) {
  body {
    font-size: 16px
  }
  .container,
  .container-1400,
  .container-1100 {
    padding: 0
  }
  .container {
    max-width: 1000px
  }
  .container-1400 {
    max-width: 1200px
  }
  .container-1100 {
    max-width: 1200px
  }
  .table-responsive {
    overflow: visible
  }
  #mainslider {
    margin: 0 auto 0
  }
  #mainslider .metaslider li img {
    width: 1200px
  }
  .flex-control-paging {
    height: 90px
  }
  #home .flex-direction-nav a {
    width: 60px;
    height: 60px;
    background-image:url(/images/bg_direction_nav.png);
    background-repeat:no-repeat;
  }
  #header-logo {
    display: block
  }
  .is-show {
    transform: translateY(0)
  }
  #global-nav ul li a:before {
    content: '';
    display: block;
    position: absolute;
    top: -5px;
    left: 50%;
    margin: 0;
    width: 0;
    height: 2px;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    background: #0068b7
  }
  #global-nav ul li a:hover:before {
    margin: 0 0 0 -21px;
    width: 40px
  }
  .footer1 {
    width: 150px
  }
  .footer2 {
    width: 156px
  }
  .footer3 {
    width: 320px
  }
  footer:after {
    content: '';
    display: block;
    position: absolute;
    width: 129%;
    margin-top: -526px;
    left: -823px;
    height: 451px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: rgba(255, 255, 255, .5);
    background-size: 150px;
    z-index: 0
  }
  #footer-menu {
    padding: 30px 0;
    z-index: 10;
    position: relative
  }
  .footer-logo {
    width: 220px;
    display: inline-block;
    vertical-align: top;
    background: 0;
    margin: 0 94px 0 0;
    padding: 0;
    text-align: center
  }
  footer .footer-first-info li {
    margin: 4px 1%
  }
  footer .footer-banner {
    margin-top: 30px
  }
  footer .footer-sub-info .copyright {
    float: right
  }
  footer .footer-sub-info ul {
    padding: 0;
    margin-top: 39px
  }
  footer {
    -webkit-transform: perspective(0);
    height: 560px
  }
  #footer-menu ul .sub-menu {
    margin-left: 0
  }
  .top-news-readmore {
    margin-top: 30px;
    margin-bottom: 20px
  }
  #home section h2 {
    margin-bottom: 0
  }
  #home section.solution {
    margin-top: 40px;
    padding: 0
  }
  #home section.solution p {
    margin-top: 23px
  }
  #home section.solution ul li div.s-inner {
    padding: 30px 30px
  }
  #home section.solution ul li {
    padding: 15px;
    letter-spacing: normal;
    float: left
  }
  #home section.solution ul li p {
    margin-top: 10px
  }
  #home section .no-padding {
    padding: 0
  }
  #home .advantage {
    padding-bottom: 70px
  }
  #home section.service h2 {
    margin: 0 0 76px
  }
  #home section.service .system h2 {
    margin: 40px 0 16px
  }
  #home .system {
    padding: 50px 0
  }
  #home .service-inner-content {
    padding: 38px 0;
    max-width: 596px;
    margin: 0 auto
  }
  #home section.service .service-mask {
    width: 40%;
    background-size: cover
  }
  #home section.service .service-sentense {
    width: 60%;
    height: 450px;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center
  }
  #home section.service .consulting .service-mask {
    height: 450px;
    float: left
  }
  #home section.service .consulting .service-sentense {
    height: 450px;
    float: right
  }
  #home section.service .training .service-mask {
    height: 450px;
    float: left
  }
  #home section.service .training .service-sentense {
    height: 450px;
    float: right
  }
  #home section.service .license .service-mask {
    height: 450px;
    float: right
  }
  #home section.service .license .service-sentense {
    height: 450px;
    float: left
  }
  #home .system-sentence {
    width: 783px;
    float: left
  }
  #home .system-readmore {
    float: right
  }
  #home section.bottom-banner .company a,
  #home section.bottom-banner .recruit a {
    height: 400px
  }
  #home section.bottom-banner .company h3,
  #home section.bottom-banner .recruit h3 {
    font-size: 2.4em
  }
  .advantage .parallax {
    display: block
  }
  #parallax1 img {
    position: absolute;
    top: -160px;
    height: auto
  }
  .top-news {
    width: 100%;
    overflow: hidden;
    background: #121f28;
    padding: 10px 0;
    z-index: 1000
  }
  .top-news-top {
    position: fixed;
    bottom: -210px;
    left: 0;
    overflow: hidden;
    width: 100%;
    padding-top: 12px;
    z-index: 1000
  }
  .top-news-title {
    border-right: 1px solid #666;
    margin-top: 7px;
    padding-right: 20px;
    float: left;
    width: 80px
  }
  .top-news ul {
    float: right;
    width: 869px;
    height: 162px
  }
  .company-circle.circle01 {
    margin-top: 40px
  }
  .company-circle.circle02 {
    margin-top: 30px
  }
  .company-circle.circle03 {
    margin-top: 10px
  }
  .company-circle.circle04 {
    margin-top: 70px
  }
  #home .solution-bg {
    background: url(images/solution-bg.png) no-repeat center center;
    background-attachment: fixed
  }
  #home section.solution .parallax-bg {
    background: url(images/bg-parallax.png) no-repeat center center;
    padding-top: 68px;
    padding-bottom: 68px;
    background-attachment: fixed;
    background-size: 100% auto
  }
  #home section.solution .parallax-bg2 {
    background: url(images/bg-parallax2.png) no-repeat center center;
    background-attachment: fixed;
    background-size: 100% auto
  }
  #home section.solution .parallax-bg3 {
    background: url(images/bg-parallax3.png) no-repeat center center;
    background-attachment: fixed;
    background-size: 100% auto
  }
  #sidebar {
    margin: 0 -15px;
  }
  #training-page .training-scrollbtn a{
    margin:0 10px;
  }
}


/* 20200515_佐藤追加 */
.cloud * { box-sizing: border-box;}
.cloud img { max-width: 100%; height: auto;}
.container02 { max-width: 1030px; margin: auto; padding: 0px 15px;}
.cloud p { margin-bottom: 30px;}
.cloud p:last-child { margin-bottom: 0px;}
.mb05 { margin-bottom: 5px;}
.bold { font-weight: bold;}
.fo08 { font-size: 0.8em;}
.fo09 { font-size: 0.9em;}
.fo12 { font-size: 1.2em;}
.fo_blue { color: #50b0d5;}
.back_white { background-color: #fff;}
.back_blue { background-color: #f9fbfd;}
.back_gray { background-color: #f7f7f7;}
.list_disc { padding-left: 1em;}
.list_disc li { list-style: outside disc; display: list-item;}
.line { position: relative;}
.line:after { content: ""; position: absolute; width: 100%; left: 0px; top: 50%; height: 1px; background-color: #333;}
.arrow {
	margin: 0px 0.5em;
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 0 7px 12px;
	border-color: transparent transparent transparent #50afd5;
}
.show_sp { display: none;}
.mw_wp_form_confirm .req { display: none;}
.target dl:first-child span.error:not(:nth-last-of-type(2)), .people .error:nth-of-type(2), .license span.error:nth-of-type(2), .system span.error:nth-of-type(2) { display: none;}

.cl_sec01 .box { display: flex; justify-content: space-between;}
.cl_sec01 .box_inner { width: 62%;}
.cl_sec01 figure { width: 35%;}
.cl_sec01 figure img { margin-top: -100px;}

.cl_sec02 { padding: 30px 0px 70px;}
.cl_sec02 .text01 { font-size: 1.7em;}
.cl_sec02 ul { max-width: 1030px; margin: auto; padding: 0px 15px; display: flex; justify-content: space-between; flex-wrap: wrap; margin-bottom: 40px;}
.cl_sec02 li { width: 31.3333%; margin-bottom: 30px; padding: 20px 2% 25px;}
.cl_sec02 dl { display: flex; justify-content: space-between; align-items: center;}
.cl_sec02 dt { letter-spacing: 0.1em; font-size: 1.2em;}
.cl_sec02 dt .num { font-size: 3.5em; line-height: 0.8;}

.cl_sec03 { padding: 30px 0px 100px; margin-bottom: 80px; background: linear-gradient(to right, #fdfeff -50%, #e8eff5 90%);}
.cl_sec03 h3, .cl_sec04 h3, .cl_sec05 h3 { font-size: 1.6em;}
.cl_sec03 h3 span { color: #333; font-weight: normal; font-size: 0.6em;}
.cl_sec03 .mb100 { margin-bottom: 100px;}

.cl_sec03 .box01 table { width: 100%; background-color: #fff; font-size: 1em;}
.cl_sec03 .box01 th, .cl_sec03 .box01 td { border: solid 1px #999; padding: 0.7em 1em; font-weight: bold;}
.cl_sec03 .box01 table span { font-size: 0.7em;}
.cl_sec03 .box01 th:first-child { background-color: #f7f7f7; width: 31%;}
.cl_sec03 .box01 td { width: 23%;}
.cl_sec03 .box01 table .back_blue { background-color: #ecf1f6;}
.cl_sec03 .box01 tr:first-child td { padding: 1.2em; letter-spacing: 0.03em;}
.cl_sec03 .box01 .plan td { color: #fff; font-size: 1.2em; padding: 0.5em;}
.cl_sec03 .box01 .plan td:nth-child(2) { background-color: #f49d00;}
.cl_sec03 .box01 .plan td:nth-child(3) { background-color: #969696;}
.cl_sec03 .box01 .plan td:nth-child(4) { background-color: #72bce2;}
.cl_sec03 .box01 .price td { font-size: 1.2em; padding: 0.5em;}
.cl_sec03 .box01 .num td { font-size: 1.2em; padding: 1.5em 1em;}
.cl_sec03 .box01 .num td:nth-child(2) { color: #f49d00;}
.cl_sec03 .box01 .num td:nth-child(4) { color: #72bce2;}
.cl_sec03 .box01 dl { display: table; width: 100%;}
.cl_sec03 .box01 dt, .cl_sec03 .box01 dd { display: table-cell; vertical-align: top;}
.cl_sec03 .box01 dt { font-weight: normal; width: 8.5em; position: relative;}
.cl_sec03 .box01 dt:after { content: "："; position: absolute; right: 0px;}

.cl_sec03 .box02 table { width: 100%; background-color: #fff;}
.cl_sec03 .box02 thead th { background-color: #2d68ad; color: #fff;}
.cl_sec03 .box02 th, .cl_sec03 .box02 td { vertical-align: top; padding: 1em 0.7em; border-bottom: solid 1px #ccc;}
.cl_sec03 .box02 tbody th { width: 30%; font-size: 1.15em;}
.cl_sec03 .box02 tbody td:nth-child(2) { padding-right: 2em;}
.cl_sec03 .box02 tbody td:last-child { width: 26%;}

.cl_sec04 { margin-bottom: 100px;}
.cl_sec04 ul { display: flex;}
.cl_sec04 li { width: 20%; border-right: solid 2px #fff; background-color: #ecf1f6; padding: 20px 0.8em; position: relative;}
.cl_sec04 li:not(:last-child):before, .cl_sec04 li:not(:last-child):after { content: ""; position: absolute;}
.cl_sec04 li:not(:last-child):before {
	z-index: 15;
	top: 20px;
	right: -25px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 25px 0 25px 25px;
	border-color: transparent transparent transparent #ecf1f6;
}
.cl_sec04 li:not(:last-child):after {
	z-index: 10;
	top: 18px;
	right: -29px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 27px 0 27px 29px;
	border-color: transparent transparent transparent #ffffff;
}
.cl_sec04 .num.fo_blue { color: #00a7d6; letter-spacing: 0.1em;}
.cl_sec04 .num span { font-size: 3.3em; line-height: 0.8; font-weight: normal;}
.cl_sec04 h4 { font-size: 1.25em; font-weight: bold; line-height: 1.3;}

.cl_sec05 { padding: 30px 0px 80px; background: linear-gradient(to right, #fdfeff -50%, #e8eff5 90%);}
.cl_sec05 .box:not(:last-child) { border-bottom: solid 1px #ddd; padding-bottom: 40px; margin-bottom: 40px;}
.cl_sec05 .box ul { margin-left: 25px;}

.cl_sec06 { padding: 30px 0px 40px; margin-bottom: 80px;}
.cl_sec06 .m-border { font-size: 1.8em; letter-spacing: -0.02em;}
.cl_sec06 .text01 { font-size: 1.7em;}
.cl_sec06 > ul { display: flex; justify-content: space-between; flex-wrap: wrap; max-width: 1030px; padding: 0px 15px; margin: auto;}
.cl_sec06 > ul > li { width: 31.3333%; margin-bottom: 40px; padding: 20px;}
.cl_sec06 li figure { line-height: 152px;}
.cl_sec06 h3 { font-size: 1.15em; line-height: 1.4;}
.cl_sec06 h3 .fo09 { font-size: 0.8em;}

.cl_sec07 { margin-bottom: 80px;}
.cl_sec07 h2 { font-weight: bold; letter-spacing: -0.02em; line-height: 1.4;}

@media only screen and (max-width: 1024px) {
	.cl_sec01 figure img { margin-top: -30px;}

	.cl_sec04 { margin-bottom: 50px;}
	.cl_sec04 .hidden_s { display: none;}
	.cl_sec04 ul { display: block;}
	.cl_sec04 li { display: block; width: auto; border-right: none; border-bottom: solid 2px #fff; padding-top: 15px;}
	.cl_sec04 li:not(:last-child):before { top: auto; right: 20px; bottom: -20px; border-width: 20px 25px 0 25px; border-color: #ecf1f6 transparent transparent transparent;}
	.cl_sec04 li:not(:last-child):after { top: auto; right: 18px; bottom: -22px; border-width: 22px 27px 0 27px; border-color: #ffffff transparent transparent transparent;}
	.cl_sec04 .num.mb-20 { margin-bottom: 10px !important;}
	.cl_sec04 .num span { font-size: 2.5em;}
	.cl_sec04 .mb-50 { margin-bottom: 30px !important;}
}

@media only screen and (max-width: 860px) {
	.hidden_s { display: none;}
	.cloud .m-border { font-size: 1.8em; line-height: 1.4;}

	.cl_sec02 { padding: 0px 0px 40px;}
	.cl_sec02 .text01 { font-size: 1.3em;}
	.cl_sec02 ul { display: block; margin-bottom: 5px;}
	.cl_sec02 li { width: auto; padding: 20px 15px 25px;}
	.cl_sec02 dt .num { font-size: 2.5em;}
	.cl_sec02 dd { width: 70px;}
	
	.btn_area { padding: 0px 20%;}

	.table_text { display: block; font-size: 0.9em; margin-bottom: 10px !important;}
	.table_wrap { overflow-x: scroll;}
	.table_wrap table { min-width: 450px;}
	.cl_sec03 .box01 table { font-size: 0.85em;}
	.cl_sec03 .box01 th, .cl_sec03 .box01 td { padding: 0.7em;}
	.cl_sec03 .box01 .num td { padding: 1.5em 0.5em;}

	.cl_sec03 .box02 table { font-size: 0.85em;}
	.cl_sec03 .box02 tbody th { font-size: 1em;}
	.cl_sec03 .box02 tbody td:nth-child(2) { padding-right: 1em;}
	
	.cl_sec03 { padding: 10px 0px 40px; margin-bottom: 50px;}
	.cl_sec03 h3, .cl_sec04 h3, .cl_sec05 h3 { font-size: 1.4em;}
	.cl_sec03 .mb100 { margin-bottom: 50px;}

	.cl_sec05 .box ul { margin-left: 0px;}

	.cl_sec06 { padding: 10px 0px 20px; margin-bottom: 50px;}
	.cl_sec06 .text01 { font-size: 1.4em; line-height: 1.5;}
	.cl_sec06 > ul { display: block;}
	.cl_sec06 > ul > li { display: block; width: auto; margin-bottom: 25px; padding: 20px 15px;}
	.cl_sec06 li figure { line-height: inherit;}
	.cl_sec06 > ul > li:not(:nth-child(2)) figure { padding: 0px 15%;}

	.cl_sec07 { margin-bottom: 50px;}
	.cl_sec07 h2 { font-size: 1.4em;}
}

@media only screen and (max-width: 767px) {
	.cl_sec01 .box { display: block;}
	.cl_sec01 .box_inner, .cl_sec01 figure { width: auto;}
	.cl_sec01 figure { padding: 25px 20% 0px;}
	.cl_sec01 figure img { margin-top: 0px;}
}
