@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
blockquote, body, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, img, input, li, ol, p, pre, td, textarea, th, ul {
  margin: 0;
  padding: 0
}

html, body {
  width: 100%;
  height: 100%
}

body, br {
  letter-spacing: 0
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400
}

h1 {
  font-size: 14px;
}

ol, ul {
  list-style: none
}

fieldset, img {
  border: 0
}

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

caption, th {
  text-align: left
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: 400
}

img {
  border: none;
  vertical-align: middle;
  max-width: 100% !important
}

a {
  text-decoration: none
}

body {
  background: #fff;
  color: #171717;
  font-family: 'Noto Sans JP', sans-serif;
  padding-top: 56px;
  
}

header {
  width: 100%;
  height: 56px;
  background-image: linear-gradient(to right, #eb0000 0%, #f60 50%, #eb0000 100%);
  position: fixed;
  top: 0;
  z-index: 101;
  font-family: 'futurabook_oblique';
  font-weight: 600;
}

@font-face {
  font-family: 'futurabook_oblique';
  src: url("../font/futura-booobl.woff2") format("woff2"), url("../font/futura-booobl.woff") format("woff");
  font-weight: normal;
  font-style: normal
}

@font-face {
  font-family: 'futurademi_oblique';
  src: url("../font/futura-demobl.woff2") format("woff2"), url("../font/futura-demobl.woff") format("woff");
  font-weight: normal;
  font-style: normal
}

.futu_l {
  font-family: 'futurabook_oblique'
}

.futu_b {
  font-family: 'futurademi_oblique'
}

.col-12 {
  width: 100%
}

.col-11 {
  width: 91.66666667%
}

.col-10 {
  width: 83.33333333%
}

.col-9 {
  width: 75%
}

.col-8 {
  width: 66.66666667%
}

.col-7 {
  width: 58.33333333%
}

.col-6 {
  width: 50%
}

.col-5 {
  width: 41.66666667%
}

.col-4 {
  width: 33.33333333%
}

.col-3 {
  width: 25%
}

.col-2 {
  width: 16.66666667%
}

.col-1 {
  width: 8.33333333%
}

body {
  -webkit-text-size-adjust: 100%
}

@media only screen and (min-width: 769px) {
  :root, body {
    font-size: 14px;
    line-height: 1.8rem
  }
  .pc {
    display: block
  }
  .sp {
    display: none
  }
}

@media screen and (max-width: 768px) {
  :root, body {
    font-size: 13px
  }
  .pc {
    display: none
  }
  .sp {
    display: block
  }
}

h2 {
  font-size: 3.857rem;
  font-feature-settings: "palt";
  line-height: 100%;
  text-align: center;
  padding-bottom: 3.857rem
}

h2 .ja {
  font-size: 1.285rem;
  display: block;
  line-height: 100%
}

h2 span {
  vertical-align: middle
}

h2.grd {
  color: #eb0000;
  background: linear-gradient(90deg, #eb0000 0%, #f60 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

a.btn {
  transition: all 0.3s ease 0s;
  font-size: 1.285rem;
  text-align: center;
  display: block;
  color: #fff;
  font-weight: 500
}

a.btn.black {
  background: #000;
  height: 3.571rem;
  line-height: 3.571rem;
  width: 44%;
  float: left;
  margin: 0 12px;
  position: relative
}

a.btn.black:hover {
  background: #f60;
  color: #fff
}

a.btn.black:after {
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  position: absolute;
  content: '';
  top: 2px;
  left: 2px;
  border: 1px solid #fff
}

a.btn.orange {
  background-color: #eb0000;
  height: 3.571rem;
  line-height: 3.571rem;
  width: 420px;
  float: left;
  transition: 0.5s;
  background-size: 200% auto;
  background-image: linear-gradient(to right, #eb0000 0%, #f60 50%, #eb0000 100%)
}

a.btn.orange:hover {
  background-position: right center;
  color: #fff
}

a.btn.orange:after {
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  position: absolute;
  content: '';
  top: 2px;
  left: 2px;
  border: 1px solid #fff
}

a.btn.entry {
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
  background: #08d0a3;
  height: 5rem;
  line-height: 5rem;
  width: 44%;
  margin: 0 auto;
  position: relative
}

a.btn.entry:before {
  content: '';
  background-image: url("../img/common/icon-mail.svg");
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  background-position: 5%;
  top: 0;
  left: 0
}

a.btn.entry:hover {
  transform: translateY(-0.5rem);
  opacity: 0.8
}

a.down:before {
  content: '';
  background-image: url("../img/common/arow-down.svg");
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  background-position: 95% 50%;
  top: 0;
  left: 0;
  transition: all 0.3s ease 0s
}

a.down:hover:before {
  background-position: 95% 60%
}

#top-head {
  top: 0;
  position: absolute;
  width: 100%;
  z-index: 800;
}

#top-head .inner {
  position: relative;
  height: 60px;
  line-height: 60px;
  width: 96%;
  margin: 0 auto
}

#recruit-nav ul{
  float:right;
  font-size:1.25rem;
  padding-bottom: 4px;
}

#recruit-nav li {
  float: left;
}

#recruit-nav li a {
  border-radius:3rem;
  border:1px solid transparent;
  color:#fff;
  position:relative;
  padding:6px 14px;
  margin:0 2px
}

#recruit-nav li a:hover {
  background-color:#000000;
  border:1px solid #000000;
}

@media only screen and (min-width: 769px) {
  #top-head.fixed {
      position: fixed;
      /* background: rgba(255, 255, 255, 0.8);
      height: 56px; */
  }
  /* #top-head.fixed .inner {
      height:  56px;
      line-height: 50px;
  }
  #top-head.fixed #nav-toggle span {
      background: black
  }
  #top-head.fixed #recruit-nav ul {
      font-size: 1.1rem;
      float: right
  }
  #top-head.fixed #recruit-nav li {
      float: left
  }
  #top-head.fixed #recruit-nav li a {
      color: #000
  }
  #top-head.fixed #recruit-navv li a:hover {
      color: #fff
  } */
}

#nav-toggle {
  display: none;
  position: absolute;
  right: 0;
  top: 6px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 101
}

#nav-toggle div {
  position: relative
}

#nav-toggle span {
  display: block;
  position: absolute;
  height: 2px;
  left: 9px;
  transition: all .2s ease-in-out;
  background: black;
}

#nav-toggle span:nth-child(1) {
  width: 13px;
  top: 10px
}

#nav-toggle span:nth-child(2) {
  top: 17px;
  width: 20px
}

#nav-toggle span:nth-child(3) {
  top: 24px;
  width: 16px
}

@media screen and (max-width: 768px) {
  #top-head {
      min-width: 100%
  }
  #top-head .inner {
      padding: 0
  }
  #mobile-head {
      width: 100%;
      z-index: 105;
      position: relative
  }
  #recruit-nav {
      display: none;
      width: 100%;
      text-align: center
  }
  #nav-toggle {
      display: block
  }
  #top-head.open {
      position: fixed
  }
  #top-head.open .inner {
      padding: 0;
      height: 100%;
      overflow: scroll;
      line-height: 1rem
  }
  #top-head.open #recruit-nav {
      display: block;
      width: 100%;
      overflow: hidden
  }
  #top-head.open ul {
      width: 100%;
      margin-top: 0;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-around
  }
  #top-head.open ul li {
      float: none;
      width: 280px
  }
  #top-head.open ul li a {
      display: block;
      padding: 0;
      line-height: 3rem;
      margin: 0.25rem 0;
      font-size: 1.2rem;
      font-weight: 700;
      color: #000;
      height: 3rem
  }
  #top-head.open ul li a:hover {
      color: #fff
  }
  #top-head.open #nav-toggle span:nth-child(1), #top-head.open #nav-toggle span:nth-child(3) {
      top: 17px;
      width: 20px;
      left: 8px
  }
  #top-head.open #nav-toggle span:nth-child(1) {
      transform: rotate(315deg)
  }
  #top-head.open #nav-toggle span:nth-child(2) {
      display: none
  }
  #top-head.open #nav-toggle span:nth-child(3) {
      transform: rotate(-315deg)
  }
  #top-head.open .btn_min {
      background-color: #000;
      border: 1px solid #000;
      color: #fff;
      width: 100%
  }
  #top-head.open .btn_min:hover {
      background-color: #eb0003;
      border: 1px solid #eb0003
  }
  #top-head.fixed {
      position: fixed;
      background: rgba(255, 255, 255, 0.6);
      height: 50px
  }
  #top-head.fixed h1 {
      background-image: url("../img/common/logo_txt_b.png");
      width: 45px;
      margin: 0.9rem 0 0 0.15em
  }
  #top-head.fixed #nav-toggle span {
      background: black
  }
  #top-head.open, #top-head.fixed.open {
      width: 100%;
      height: 100%;
      background-image: linear-gradient(to right, rgba(245, 248, 249, 0.9) calc(100% - 50px), rgba(235, 0, 0, 0.9) 50px 100%);
      z-index: 9999
  }
  #top-head.open #nav-toggle span, #top-head.fixed.open #nav-toggle span {
      background: #fff
  }
}

.menu-container {
  position: relative;
  color: #fff;
  background-image: linear-gradient(90deg, #eb0000 0%, #f60 100%);
}

.menu-wrapper {
  padding-top:2rem;
}

.menu-wrapper:before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("../img/service/bg_map.png");
  background-repeat: no-repeat;
  position: absolute;
  background-position: 50% 50%;
  z-index: 0;
}

.menu-item {
  position: relative;
  z-index: 1;
  display: flex;
  height: 600px;
}

.menu-item-inner{
  position: relative;
  width: 33%;
  height: 380px;
  background-image: linear-gradient(to top, #accbee 0%, #e7f0fd 100%);
  float: left;
  margin: 60px 10px;
  padding:20px
}

.menu-item-inner::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  transform: rotate(3deg); 
  background: #f5f5f5;
  z-index: -1;
}

.menu-item-inner a{
  display: block;
	position: absolute;
  width:90%;
}

.menu-item img {
  width:90%;
  display: block;
  margin: 1rem auto;
}

.common-title {
  padding-top : 2rem;
  padding-left: 2rem;
}

.common-title-font {
  color: #eb0000;
  font-family: 'futurademi_oblique';
  font-size: 30px;
}

.common-text-font {
  color: #eb0000;
  font-family: 'futurademi_oblique';
  font-size: 15px;
  font-weight: 600;
}

.wrap {
  min-width: 1140px;
  overflow: hidden;
}

.section .inner {
  overflow: hidden;
  max-width: 1080px;
  margin: 0 auto;
  padding: 7.142rem 0
}

.main {
  position: relative;
  overflow: hidden
}

.main:before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background-image: url(../img/main/key_obj_1.png), url(../img/main/key_obj_2.png), url(../img/main/key_obj_3.png), url(../img/main/key_obj_4.png);
  background-repeat: no-repeat;
  position: absolute;
  z-index: 2;
  background-position: top left, top right, bottom right, bottom left;
  top: 0
}

.main .front {
  position: absolute;
  z-index: 100;
  left: 12%
}

.main #typer-size {
  top: calc(50% - 8rem);
  transform: translateY(-50%), translateX(-50%);
  -webkit-transform: translateY(-50%), translateX(-50%);
  margin: auto;
  text-align: left;
  color: #fff;
  display: block;
  font-size: 2.142rem;
  line-height: 3.85rem;
  text-shadow: 0px 0px 7px rgba(9, 4, 5, 0.2);
  font-weight: 500;
  font-feature-settings: "palt"
}

.main .btn {
  top: calc(50% + 7rem)
}

.frame {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-top: 56.6666%
}

.frame_inline {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.about-wrap {
  min-width: 100%;
  overflow: hidden
}

.about-wrap .section .inner {
  padding-top: 2rem;
  padding-bottom: 3rem;
}

#slogan {
  background-color: #f6f6f6;
  padding-bottom: 3rem;
}

#slogan .slogan-text{
  font-size: 20px;
  text-align: center;
  padding: 2rem auto;
  margin:2rem 2rem;
}

#slogan .slogan-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  width: 60%;
}

#slogan ul.slogan-list {
  border: double #ed6d46;
  padding: 2rem 2rem 2rem 3rem;
  width: 40%;
  margin-left: auto;
  margin-right: auto;
}

#message {
  background-color: #f6f6f6;
  border-top: 2px solid #d3d3d3;
  padding-bottom:2rem;
}

#message .inner .section {
  max-width: 1080px;
  margin: 0 auto;
  padding: 7.142rem 0
}

#message .message-container {
  display: flex;
  width:90%;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 1rem auto;
}

#message .message-text {
  width:45%;
  margin-left: 2rem;
  margin-top: 1.5rem;
}

#message .message-name {
  float: right;
}

#message .message-pic {
  width: 45%;
  margin-top: 2rem;
}

#message .message-pic img {
  box-shadow: 10px 10px 0  #ed6d46;
  width: 80%;
  display: block;
  margin-left: 10rem;
}

#culture {
  background-color: #f6f6f6;
  border-top: 2px solid #d3d3d3;
  padding-bottom: 3rem;
}

#culture .inner .section {
  max-width: 1080px;
  margin: 0 auto;
  padding: 7.142rem 0
}

#culture .culture-container {
  display: flex;
  width:90%;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 1rem auto;
}

#culture .culture-text {
  width:45%;
  margin-left: 9rem;
  margin-top: 1.5rem;
}
#culture ul.culture-list {
  border: double #ed6d46;
  padding: 1rem 1rem;
  position: relative;
  width: 95%;
  margin: 2rem 0;
}
#culture .culture-img {
  width: 45%;
}

#culture .culture-img img {
  width: 75%;
  display: block;
  margin-left: 10rem;
  margin-bottom: 3rem;
}

#service {
  position: relative;
  color: #fff;
  background-image: linear-gradient(90deg, #eb0000 0%, #f60 100%)
}

#service:before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("../img/service/bg_map.png");
  background-repeat: no-repeat;
  position: absolute;
  background-position: 50% 50%;
  z-index: 0
}

#service .inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center
}
#service .text {
  width: 50%;
  float: left
}

#service .text .inside {
  padding: 0 18%
}

#service .business-text {
  width:59%;
  margin: 1rem auto;
}

#service .item {
  width: 100%;
  display: inline-block;
  text-align: center;
  padding-bottom: 2rem;
  padding-right: 1rem;
}

#service .item a {
  box-sizing: border-box;
  border-radius: 0.857rem;
  overflow: hidden;
  display: inline-block;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease 0s;
}

#service .item a:hover {
  transform: translateY(-0.5rem);
  opacity: 0.8
}

#service .item a:nth-child(n+1) {
  margin-left: 1.714rem;
  margin-top: 2.142rem
}

#appeal {
  background-color: #f6f6f6;
}

.bkg-red {
  background: linear-gradient(90deg, #eb0000 0%, #f60 100%);
}

.bkg-red::before {
  content: "";
  width: 100%;
  height: 75%;
  background-image: url("../img/service/bg_map.png");
  background-repeat: no-repeat;
  position: absolute;
  background-position: 50% 50%;
  z-index: 0;
}

.bkg-red-index {
  position: relative;
  z-index: 1;
}

#appeal .inner {
  padding: 1rem;
}

#appeal .title{
  color: #eb0000;
  background: linear-gradient(90deg, #eb0000 0%, #f60 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding:1rem 1rem;
  text-align: center;
  margin-top: 1rem;
}

#appeal .title-white {
  color: #ffffff;
  padding:1rem 1rem;
  text-align: center;
  margin-top: 1rem;
}

#appeal .title-text {
  font-family: 'futurademi_oblique';
  font-size: 2.5rem;
}

#appeal .title-white .title-text {
  font-size: 1.5rem;
  font-weight: 700;
}

#appeal .innner.text{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#appeal ul.appeal-list {
  padding: 0.5em;
	list-style-type: none;
  width: 80%;
  margin: 1rem auto;
  background: #fffcf4;
  border-radius :8px;
  border: 2px solid;
  border-image: linear-gradient(90deg, #eb0000 0%, #f60 100%);
  border-image-slice: 1;
  box-shadow :0px 0px 8px silver;
  padding: 0.5em 0.5em 0.5em 2em;
  position: relative;
}

#appeal ul.appeal-list li {
  position: relative;
	padding: 0.5em 1em 0.5em 2.3em;
	margin-bottom:5px;
  border-image-slice: 1; 
}

#appeal ul.appeal-list li::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f111";
  position: absolute;
  left : 1em;
  color: #eb0000;
  background: linear-gradient(90deg, #eb0000 0%, #f60 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#character {
  background-color: #f6f6f6
}

#character .inner{
  padding: 1rem;
}

#character .entry-link{
  padding: 1rem 1rem;
  font-size: 20px;
  font-weight: 700;
}

#character .entry-link a {
  color:#fff;
  border-bottom: 3px dotted #ffd700;
}

#character .title {
  color: #eb0000;
  background: linear-gradient(90deg, #eb0000 0%, #f60 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding:1rem 1rem;
  text-align: center;
  margin-top: 1rem;
}

#character .title-white {
  color:#fff;
  padding:1rem 1rem;
  text-align: center;
  margin-top: 1rem;
}

#character .title-text {
  font-family: 'futurademi_oblique';
  font-size: 2.5rem;
}

#character .title-white .title-text {
  font-size: 1.5rem;
  font-weight: 700;
}

#character .innner.text{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#character ul.character-list {
  padding: 0.5em;
	list-style-type: none;
  width: 80%;
  margin: 1rem auto;
  background: #fffcf4;
  border-radius :8px;
  border: 2px solid;
  border-image: linear-gradient(90deg, #eb0000 0%, #f60 100%);
  border-image-slice: 1;
  box-shadow :0px 0px 8px silver;
  padding: 0.5em 0.5em 0.5em 2em;
}

#character ul.character-list li{
  position: relative;
	padding: 0.5em 1em 0.5em 2.3em;
	margin-bottom:5px;
  border-image-slice: 1;
}

#character ul.character-list li::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
  position: absolute;
  left : 1em; 
  color: #eb0000;
  background: linear-gradient(90deg, #eb0000 0%, #f60 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#interview {
  background-color: #f6f6f6
}

#interview .inner {
  overflow: inherit
}

#interview .portrait {
  float: left;
  width: 40%
}

#interview .portrait_img {
  position: relative;
  display: inline-block
}

#interview .portrait_img img {
  position: relative;
  z-index: 5
}

#interview .portrait_img:before {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  background: linear-gradient(90deg, #eb0000 0%, #f60 100%);
  z-index: 0
}

#interview .txt {
  width: 60%;
  float: left
}

#interview .name {
  font-size: 1.285rem;
  font-weight: 700
}

#interview .position {
  color: #eb0000;
  padding-bottom: 1.5rem
}

#recruit .inner {
  overflow: inherit
}

#recruit .pagelinks {
  text-align: center;
  justify-content: center;
  display: flex
}

#recruit .inner.first {
  padding: 5rem 0
}

#recruit .inner.first h2 {
  padding-bottom: 3rem
}

#recruit .inner.first .cap {
  font-weight: 500;
  text-align: center;
  padding-bottom: 3rem
}

#recruit .inner.first .recruit-info {
  width:80%;
  background-color: #fffcf4;
  margin:2rem auto;
  border-radius :8px;
  border: 2px solid;
  border-image: linear-gradient(90deg, #eb0000 0%, #f60 100%);
  border-image-slice: 1;
  box-shadow :0px 0px 8px silver;
  padding: 1rem;
}

#recruit .inner.first .recruit-info p {
  padding:0.8rem;
}

#recruit .pagelinks a {
  font-size: 1rem;
}

#recruit .block {
  background-color: #f6f6f6
}

#recruit .block .lead {
  text-align: center;
  color: #fff;
  padding-bottom: 8rem
}

#recruit .block h3 {
  font-size: 2.5rem;
  line-height: 1;
  padding-bottom: 2rem;
  font-weight: 500
}

#recruit .block h3 span {
  background: linear-gradient(transparent 60%, #eb0000 60%)
}

#recruit .block .excerpt {
  font-size: 1.285rem;
  font-weight: 500;
  padding-bottom: 2.5rem
}

#recruit #software {
  background-image: url("../img/recruit/bg_1.png");
  background-size: contain;
  background-repeat: no-repeat
}

#recruit #software .assign {
  display: flex;
  justify-content: center
}

#recruit #software .assign div {
  padding: 0 2rem 2.5rem
}

#recruit #programming {
  background-image: url("../img/recruit/bg_2.png");
  background-size: contain;
  background-repeat: no-repeat
}

#recruit #programming .excerpt {
  padding-bottom: 3.5rem
}

#recruit #programming .lead {
  padding-bottom: 12rem
}

#recruit #programming .divTableBody {
  margin: -12rem auto 0
}

#recruit #consaltant_sales {
  background-image: url("../img/recruit/bg_1.png");
  background-size: contain;
  background-repeat: no-repeat
}

#recruit#consaltant_sales .excerpt {
  padding-bottom: 3.5rem
}

#recruit #consaltant_sales .lead {
  padding-bottom: 12rem
}

#recruit #consaltant_sales .divTableBody {
  margin: -12rem auto 0
}

#recruit .divTable {
  display: table;
  width: 100%;
  background: #f6f6f6
}

#recruit .divTableBody {
  max-width: 1080px;
  margin: -8rem auto 0;
  background: #fff;
  box-sizing: border-box;
  overflow: hidden
}

#recruit .table_row {
  display: table-row
}

#recruit .table_cell {
  border-bottom: 1px solid #d3d3d3;
  display: table-cell;
  padding: 1.75rem 2rem
}

#recruit .table_cell p {
  padding-bottom: 0.85rem
}

#recruit .table_cell p:last-child {
  padding-bottom: 0rem
}

#recruit .table_cell.tit {
  background-color: #ffe4d2;
  width: 6rem
}

#recruit .tableBody {
  display: table-row-group
}

#recruit .table_row .table_cell ul.work_list{
  padding-top: 1rem;
}

footer {
  color: #fff;
  position: relative;
  background-color: #2d3342
}

footer a {
  color: #fff
}

footer a:hover {
  color: #eb0000
}

footer .logo_min {
  padding-bottom: 3.5rem;
  text-align: center
}

footer .col_txt, footer .col_fb {
  width: 50%;
  float: left
}

footer .col_txt p {
  padding-bottom: 1rem;
  line-height: 1.6rem;
  letter-spacing: 0.025rem
}

footer .col_txt .tit {
  border-bottom: solid 1px #fff;
  width: 90%;
  padding-bottom: .5rem;
  margin-bottom: .75rem
}

footer .copy {
  text-align: center;
  font-size: 0.714rem;
  border-top: 1px solid #4a515f;
  padding: 6px 0;
  line-height: 1.2rem
}

footer .section .inner {
  padding: 3rem;
}

#pageTop {
  background-color: #eb0703;
  border-radius: 5px;
  height: 40px;
  position: relative;
  transform: rotate(45deg);
  width: 40px;
  display: block;
  transition: transform .2s;
  position: fixed;
  right: 40px;
  bottom: 40px;
  border: 8px solid #f23004;
  opacity: 0.8;
  z-index: 100
}

#pageTop img {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(-45deg);
  transition: transform .2s
}

#pageTop:hover {
  opacity: 1
}

@media screen and (max-width: 768px) {
  h2 {
    font-size: 3.25rem;
    padding-bottom: 3.25rem
  }
  a.btn {
    font-size: 1.2rem;
    display: block;
    max-width: 480px
  }
  a.btn.black {
    width: 90%;
    float: none;
    margin: 0 auto;
    margin-bottom: 0.75rem;
    height: 3.4rem;
    line-height: 3.4rem
  }
  a.btn.orange {
    height: 3.4rem;
    line-height: 3.4rem;
    float: none;
    margin: 0 auto;
    left: calc(50% - 140px);
    width: 280px
  }
  a.btn.entry {
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
    height: 4.5rem;
    line-height: 4.5rem;
    width: 100%
  }
  a.down:before {
    background-size: 17px
  }
  a.down:hover:before {
    background-position: 95% 60%
  }
  .wrap {
    min-width: 100%;
    overflow: hidden
  }
  .section .inner {
    max-width: 94%;
    padding: 5rem 0
  }
  .main {
    position: relative;
    overflow: hidden;
  }
  .main:before {
    background-size: auto 100%
  }
  .main .front {
    left: 6%
  }
  .main #typer-size {
    top: 10%;
    font-size: 3.00vw;
    line-height: 6vw;
    text-align: center;
    width: 80%;
    white-space: nowrap
  }
  .main .btn {
    top: calc(28% + 20vw)
  }

  .menu-wrapper {
    padding-top: 3rem;
  }

  .menu-item {
   display: block;
  }

  .menu-item-inner{
    width: 85%;
    height:140px;
    background-color: #eadede;
    background-image: linear-gradient(to top, #accbee 0%, #e7f0fd 100%);
    padding: 0.8rem;
    margin: 1rem 1.5rem;
  }

  .menu-item img {
    width:40%;
    display: block;
    float: right;
    margin-top:1rem;
    margin-bottom: 1rem;
    margin-right: 1rem;
  }

  .common-title {
    padding-top : 1rem;
    padding-left: 1rem;
  }
  
  .common-title-font {
    color: #eb0000;
    font-family: 'futurademi_oblique';
    font-size: 20px;
  }
  
  .common-text-font {
    color: #eb0000;
    font-family: 'futurademi_oblique';
    font-size: 10px;
  }

  #slogan .slogan-text{
    font-size: 18px;
    text-align: left;
    /* padding: 2rem auto;
    margin:2rem 2rem; */
  }
  
  #slogan .slogan-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    width: 80%;
  }
  
  #slogan ul.slogan-list {
    width: 75%;
    padding: 1rem 1rem;
    margin: 1rem auto;
  }

  #message .message-container {
    display: block;
  }

  #message .message-text {
    width: 85%;
    margin: 1rem auto;
  }
  
  #message .message-pic {
    width: 85%;
    margin: 2rem auto;
  }
  
  #message .message-pic img {
    box-shadow: 5px 5px 0  #ed6d46;
    width:100%;
    margin: 0 auto;
  }

  #message .culture-container {
    display: block;
  }

  #culture .culture-text {
    width:90%;
    margin-left: 2rem;
    margin-top: 1.5rem;
  }
  #culture ul.culture-list {
    border: double #ed6d46;
    padding: 1rem 1rem;
    position: relative;
    width: 85%;
    margin: 1rem 0;
  }
  #culture .culture-img {
    margin: 1rem auto;
    width: 90%;
  }
  
  #culture .culture-img img {
    width: 100%;
    margin: 0 auto;
  }
  
  #service .inner {
    display: block;
  }

  #service .business-text {
    width:80%;
  }

  #service .text {
    width: 100%
  }
  #service .text .inside {
    padding: 0 0 2rem 0;
    max-width: 420px;
    margin: 2rem auto
  }
  #service .item {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  #service .item a {
    width: 40%;
    max-width: 200px
  }
  #service .item a:hover {
    transform: translateY(-0.5rem);
    opacity: 0.8
  }
  #service .item a:nth-child(2) {
    margin-left: 4%;
    margin-top: 2.142rem
  }
  #interview .portrait {
    width: calc(100% - 10px);
    text-align: center;
    max-width: 220px;
    margin: 0 auto;
    float: none
  }
  #interview .portrait_img {
    margin: 1rem 1.5rem 1.5rem
  }
  #interview .txt {
    width: 100%;
    padding-bottom: 1rem
  }
  #interview .name {
    font-size: 1.285rem
  }
  #interview .position {
    padding-bottom: 1.5rem
  }
  #recruit .pagelinks {
    display: block
  }
  #recruit .inner.first {
    padding: 5rem 0 2rem
  }
  #recruit .inner.first .cap {
    padding-bottom: 2rem
  }
  #recruit .inner.end {
    padding: 3rem 0 5rem
  }
  #recruit .block h3 {
    font-size: 1.9rem;
    padding-bottom: 2rem
  }
  #recruit .block .excerpt {
    font-size: 1.1rem;
    padding-bottom: 1.5rem
  }
  #recruit #software {
    background-size: auto 400px;
    background-position: top right
  }
  #recruit #software .assign div {
    padding: 0 0.5rem 2rem;
    max-width: 120px
  }
  #recruit #software .assign div p {
    font-size: 80%;
    line-height: 1.2;
    width: 90%
  }
  #recruit #software .assign div img {
    width: 0 auto;
    height: 50%;
    padding-right: 6px
  }
  #recruit #programming {
    background-size: auto 400px;
    background-position: top
  }
  #recruit #programming .excerpt {
    padding-bottom: 3rem
  }
  #recruit #programming .lead {
    padding-bottom: 12rem
  }
  #recruit #programming .divTableBody {
    margin: -12rem auto 0
  }

  #recruit #consaltant_sales {
    background-size: auto 400px;
    background-position: top
  }
  #recruit #consaltant_sales .excerpt {
    padding-bottom: 3rem
  }
  #recruit #consaltant_sales .lead {
    padding-bottom: 12rem
  }
  #recruit #consaltant_sales .divTableBody {
    margin: -12rem auto 0;
  }
  
  #recruit .divTableBody {
    max-width: 94%
  }
  #recruit .table_cell {
    padding: 1.25rem
  }
  #recruit .table_cell.tit {
    font-weight: 700;
    width: 1rem;
    line-height: 1.1rem;
    padding: 1.25rem 0.85rem
  }
  #recruit .tableBody {
    display: table-row-group
  }
  #appeal .title-text {
    font-size: 2rem;
  }

  #appeal ul.appeal-list {
    width:90%;
    padding: 1rem;
  }

  #character .title-text {
    font-size: 2rem;
  }

  #character ul.character-list {
    width:90%;
    padding: 1rem;
  }

  #recruit .inner.first .recruit-info {
    width:80%;
    padding: 1rem;
  }
  
  footer .logo_min {
    padding-bottom: 2rem
  }
  footer .col_txt, footer .col_fb {
    width: 90%;
    float: none;
    margin: 0 auto;
    max-width: 500px
  }
  footer .col_txt {
    padding-bottom: 1rem
  }
  footer .col_txt .tit {
    width: 100%
  }
  #pageTop {
    height: 28px;
    width: 28px;
    right: 14px;
    bottom: 14px;
    border: 6px solid #f23004
  }
}

@media screen and (max-width: 479px) {
  .main .btn {
    transform: scale(0.85)
  }
}

.invisible {
  visibility: hidden
}