@charset "UTF-8";

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
  font-size:14px;
}
h1,h2,h3 {font-family:"Noto Sans Japanese";}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

ul, li {
  list-style: none;
}

th {
  text-align: left;
  font-weight: normal;
}

input[type="submit"], button {
  -webkit-appearance: none;
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansCJKjp-Regular.eot");
  src: url("../fonts/NotoSansCJKjp-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSansCJKjp-Regular.woff") format("woff");
   /* url("../fonts/NotoSansCJKjp-Regular.ttf") format("truetype"); */
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSansCJKjp-Medium.eot");
  src: url("../fonts/NotoSansCJKjp-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSansCJKjp-Medium.woff") format("woff");
   /* url("../fonts/NotoSansCJKjp-Medium.ttf") format("truetype"); */
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSansCJKjp-Bold.eot");
  src: url("../fonts/NotoSansCJKjp-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSansCJKjp-Bold.woff") format("woff");
   /* url("../fonts/NotoSansCJKjp-Bold.ttf") format("truetype"); */
}

@font-face {
  font-family: 'DIN';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/DIN.eot");
  src: url("../fonts/DIN.eot?#iefix") format("embedded-opentype"), url("../fonts/DIN.woff") format("woff");
   /* url("../fonts/DIN.ttf") format("truetype"); */
}

@font-face {
  font-family: 'DIN';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/DIN-Bold.eot");
  src: url("../fonts/DIN-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/DIN-Bold.woff") format("woff");
   /* url("../fonts/DIN-Bold.ttf") format("truetype"); */
}

/* Common
-------------------------------------------------- */
* {
  box-sizing: border-box;
}

html, body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: #000;
  font-family: "メイリオ", "Meiryo", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", osaka, arial, helvetica, sans-serif;
}

a {
  text-decoration: none;
}

a:hover {
  transition: 0.3s;
}

a:hover img {
  opacity: 0.8;
  transition: 0.3s;
}

.sp-only {
  display: none;
}

.sp-only-inline {
  display: none;
}

.pc-only {
  display: block;
}

.pc-only-inline {
  display: inline;
}

.ta-center {
  text-align: center;
}

.ofi {
  object-fit: cover;
  font-family: 'object-fit: cover;'
}

.inner {
  width: 1280px;
  margin: 0 auto;
}

.link01 {
  display: inline-block;
  font-size: 19px;
  font-weight: bold;
  font-family: "DIN";
  letter-spacing: 2px;
  color: #000;
  border: 2px solid #000;
  border-radius: 25px;
  padding: 15px 70px;
  background: url(../images/common/icon-plus01.png) no-repeat right 20px center;
  transition: 0.3s;
}

.link01:hover {
  opacity: 0.7;
}

.link01.type01 {
  color: #fff;
  border: 2px solid #37cabc;
  background: #37cabc url(../images/common/icon-plus02.png) no-repeat right 20px center;
}

.link01.type02 {
  background-color: #37cabc;
  border-color: #37cabc;
  padding: 11px 70px;
  font-style: italic;
}

.link01.type03 {
  background-color: #f6821f;
  border-color: #f6821f;
  padding: 11px 70px;
  font-style: italic;
}

.link01.type04 {
  background-color: #deb0e9;
  border-color: #deb0e9;
  padding: 11px 70px;
  font-style: italic;
}

.link01.type05 {
  background: #fff url(../images/common/icon-plus01.png) no-repeat right 20px center;
}

.entry {
  background: #f8f8fa url(../images/index/entry-bg01.png) no-repeat top center;
  padding: 50px 0 90px;
}

.entry .ttl {
  text-align: center;
}

.entry .ttl h2 {
  font-weight: bold;
  font-size: 33px;
  margin-bottom: 25px;
}

.entry .ttl p {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

.entry .link ul {
  display: flex;
  justify-content: center;
}

.entry .link ul li {
  margin: 0 24px;
}

.breadcrumb {
  padding: 40px 15px 15px;
}

.breadcrumb > .inner {
  width: 100%;
  max-width: 1280px;
}

.breadcrumb ul {
  display: flex;
  color: #171717;
  font-size: 14px;
}

.breadcrumb ul li a {
  color: #171717;
}

.breadcrumb ul li::after {
  content: ">";
  display: inline-block;
  margin: 0 5px;
}

.breadcrumb ul li:last-child::after {
  display: none;
}

/* Header
-------------------------------------------------- */
#header {
  height: 60px;
  width: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  transform: translate3d(0, 0, 0);
}

#header > .inner {
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding-left: 15px;
}

#header .logo {
  display: flex;
  align-items: center;
  min-height: 0%;
}

#header .logo p {
  min-height: 0%;
}

#header .logo p + p {
  max-width: 150px;
}

#header .logo p span {
  font-size: 13px;
  font-weight: bold;
  margin-left: 12px;
  font-family: "DIN";
  letter-spacing: 1px;
}

@media screen and (max-width: 980px) {
  #header .logo {
    flex-direction: column;
    padding-top: 5px;
  }
  #header .logo p {
    max-width: 260px;
  }
  #header .logo p span {
    font-size: 12px;
  }
  #header .logo p a img {
    max-width: 80%;
  }
  #header .logo p + p {
    text-align: right;
  }
}

#header .menu {
  flex-grow: 1;
  min-height: 0%;
}

#header .menu .pc-nav {
  height: 100%;
}


#header .menu ul {
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  font-family: "メイリオ", "Meiryo", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", osaka, arial, helvetica, sans-serif;
}

#header .menu ul li {
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
}

#header .menu ul li.mega_menu_prt {
  padding: 1.5em 0.6em;
}
@media screen and (max-width: 1280px) {
  /*
  #header .menu ul li.mega_menu_prt {
    font-size: 12px;
    font-size: 1.2vw;
  }
  */
}

#header .menu ul li a {
  height: 100%;
  display: flex;
  align-items: center;
  line-height: 120%;
  font-weight: bold;
  padding: 0 6px;
  color: #000;
  transition: 0.3s;
}

#header .menu ul li a br.br {
  display: none;
}
@media screen and (max-width: 1120px) {
  #header .menu ul li a br.br {
    display: inline;
  }
}

#header .menu ul li a small {
  font-size: 12px;
  font-weight: medium;
  font-family: "DIN";
  letter-spacing: 2px;
}

#header .menu ul li a:hover {
  opacity: 0.7;
}

#header .menu ul li.type01 {
  padding-left: 6px;
}

#header .menu ul li.type01 a {
  background: #fc2b5c;
  color: #fff;
  padding: 0 32px;
}

#header .menu ul li.type02 a {
  background: #37cabc;
  color: #fff;
  padding: 0 18px;
}

#header .menu ul li.type03 {
  display: none;
}

#header .menu ul li.type03 a {
  background: #181818;
  color: #fff;
  padding: 0 18px;
}

#header .menu ul li.type03 a img {
  max-width: 80%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.fixedHeader #header {
  /* position: fixed;
  top: 0;
  left: 0;
  width: 100%; */
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.mv {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mv .mvimg {
  position: absolute;
  top: -60px;
  left: 0;
}

.mv .mv-img01 {
  z-index: 3;
  opacity: 0;
  top: -2000px;
  left: auto;
  right: -2000px;
}

.mv .mv-img02 {
  z-index: 2;
  opacity: 0;
}

.mv .mv-img03 {
  z-index: 4;
  opacity: 0;
}

.mv .mv-img04 {
  z-index: 5;
  opacity: 0;
}

.mv .mv-img05 {
  z-index: 1;
  opacity: 0;
}


.mv .mv-img06-container {
  z-index: 6;
  position: relative;
  top: 0;
  left: 50%;
  transform: translateY(0%) translateX(-50%);
}

.mv .mv-img06 {
  /* top: 85px; */
  /* top: auto; */
  /* bottom: 165px; */
  opacity: 0;
  position: relative;
}
.mv .mv-img06 img {
  height: 100%;
  width: auto;
}

.mv .mv-img06.active {
  animation: kvLogo 2s ease 0s normal forwards!important;
}

.mv .mv-img07 {
  z-index: 6;
  opacity: 0;
  top: 737px;
  left: 50%;
  transform: translateY(0%) translateX(-50%);
}

.mv > .inner {
  width: 100%;
  height: 859px;
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
}

.page-index .bigttl {
  background: url(../images/common/pattern01.png) repeat-x top left;
  height: 207px;
}

.page-index .bigttl .inside {
  text-align: center;
  padding-top: 70px;
  letter-spacing: 2px;
}

.page-index .bigttl .inside h2 {
  font-size: 33px;
  font-weight: bold;
  color: #1e1e1e;
  font-family:"Noto Sans Japanese";
  margin-bottom: 30px;
}

.page-index .bigttl .inside p {
  font-size: 23px;
  font-family: "DIN";
  font-weight: bold;
}

.page-index .fukidashi-container {
  opacity: 0;
  margin: 60px 108px 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
}

.page-index .fukidashi {
  text-align: center;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  padding: 50px 0 5px;
  background: #fff;
}

.page-index .fukidashi h2 {
  font-family: "Noto Sans Japanese";
  font-size: 33px;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 32px;
  line-height: 1.9;
}

.page-index .fukidashi h2 span {
  color: #37cabc;
}

.page-index .fukidashi p {
  font-size: 19px;
  font-family: "Noto Sans Japanese";
  font-weight: medium;
  line-height: 160%;
  padding:0 30px;
  margin-bottom: 30px;
}

.page-index .fukidashi-container::after {
  content: "";
  display: inline-block;
  background: url(../images/index/fukidashi01.png) no-repeat bottom center;
  width: 100%;
  height: 58px;
  margin: 0 auto;
  text-align: center;
}

.page-index .yourstyle {
  background: #f8f8f9;
  margin-top: -120px;
  padding-bottom: 75px;
}

.page-index .yourstyle .images {
  padding-top: 90px;
  position: relative;
  top: 0;
  left: 0;
}

.page-index .yourstyle ul {
  display: flex;
  flex-wrap: wrap;
}

.page-index .yourstyle ul li {
  line-height: 0;
}

.page-index .yourstyle ul li img {
  width: 213px;
  min-height: 53px;
  vertical-align: bottom;
  transition: 0.3s;
}

.page-index .yourstyle p {
  opacity: 0;
  position: absolute;
  margin-top: 70px;
  top: 50%;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  transform: translateY(-50%) translateX(0%);
}

.page-index .growth {
  margin-top: 25px;
}

.page-index .growth .items .item {
  background: url(../images/index/growth-bg01.png) no-repeat top right;
  margin-bottom: 140px;
  position: relative;
  top: 0;
  left: 0;
}

.page-index .growth .items .item .inside {
  width: 1150px;
  position: relative;
  top: 0;
  left: -3000px;
}

.page-index .growth .items .item .image {
  margin-bottom: 35px;
}

.page-index .growth .items .item .detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 3%;
}

@media screen and (max-width: 1000px) {
  .page-index .growth .items .item .detail {
    flex-direction: column;
  }
}

.page-index .growth .items .item .detail .ttl {
  min-height: 80px;
  display: flex;
  align-items: center;
  background: url(../images/index/growth-txt01.png) no-repeat left center;
  position: relative;
  top: 0;
  left: 0;
}

.page-index .growth .items .item .detail .ttl h3 {
  width: 260px;
  padding-left: 70px;
  font-size: 23px;
  font-weight: bold;
  font-family: "Noto Sans Japanese";
}

.page-index .growth .items .item .detail .ttl p {
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 1px;
  padding-right: 15px;
}

.page-index .growth .items .item .detail .ttl figure {
  position: absolute;
  top: -86px;
  left: 0;
}

.page-index .growth .items .item:nth-child(2) {
  text-align: right;
}

.page-index .growth .items .item:nth-child(2) .inside {
  width: 100%;
  padding-left: 130px;
}

.page-index .growth .items .item.num01.active .inside {
  animation: slideInFromLeft 1s ease 0s 1 normal forwards;
}

.page-index .growth .items .item.num02 {
  margin-bottom: 95px;
  background: url(../images/index/growth-bg02.png) no-repeat top left;
}

.page-index .growth .items .item.num02 .inside {
  left: auto;
  right: -3000px;
}

.page-index .growth .items .item.num02 .detail .ttl {
  background: url(../images/index/growth-txt02.png) no-repeat left center;
}

.page-index .growth .items .item.num02 .detail .ttl h3 {
  width: 310px;
  padding-left: 0;
  padding-right: 70px;
}

.page-index .growth .items .item.num02.active .inside {
  animation: slideInFromRight 1s ease 0s 1 normal forwards;
}

.page-index .growth .items .item.num03 {
  padding-top: 45px;
  margin-bottom: 90px;
  background: url(../images/index/growth-bg03.png) no-repeat top right;
}

.page-index .growth .items .item.num03 .detail .ttl {
  background: url(../images/index/growth-txt03.png) no-repeat left center;
}

.page-index .growth .items .item.num03 .detail .ttl h3 {
  width: 340px;
}

.page-index .growth .items .item.num03.active .inside {
  animation: slideInFromLeft 1s ease 0s 1 normal forwards;
}

.page-index .topmessage {
  background: #7bc5d0;
  height: 893px;
}

.page-index .topmessage .inner {
  position: relative;
  top: 0;
  left: 0;
}

.page-index .topmessage .detail {
  height: 719px;
  position: absolute;
  top: 94px;
  left: -3000px;
  z-index: 2;
  background: #7bc5d0;
  padding-right: 20px;
}

.page-index .topmessage .detail .ttl {
  margin-left: 52px;
  padding-top: 190px;
  background: url(../images/index/topmessage-bg01.png) no-repeat top left;
  color: #fff;
  font-size: 33px;
  font-weight: bold;
  font-family: "Noto Sans Japanese";
}
.page-index .topmessage .image.active {
  animation: slideInFromRight 1s ease 0s 1 normal forwards;
}

.page-index .topmessage .detail .ttl h2 {
  margin-bottom: 12px;
}

.page-index .topmessage .detail .ttl p {
  font-size: 23px;
  font-family:"DIN";
}

.page-index .topmessage .detail .content {
  background: url(../images/index/topmessage-bg02.png) no-repeat left bottom;
  width: 374px;
  height: 234px;
  padding: 28px 0 0 50px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.page-index .topmessage .detail .content p {
  font-size: 14px;
  line-height: 160%;
  color: #171717;
  margin-bottom: 22px;
}

.page-index .topmessage .detail .content h3 {
  font-weight: bold;
  font-size: 33px;
  color: #171717;
  margin-bottom: 30px;
}

.page-index .topmessage .image {
  height: 719px;
  position: absolute;
  top: 94px;
  right: -3000px;
}
.page-index .topmessage .detail.active {
  animation: slideInFromLeft 1s ease 0s 1 normal forwards;
}



.page-index .interview {
  background: #f8f8f9 url(../images/index/interview-bg01.png) no-repeat bottom center;
  padding: 40px 0 180px;
}

.page-index .interview > .inner {
  background: #f8f8f9 url(../images/index/interview-bg02.png) no-repeat top left;
}

.page-index .interview .items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 52px;
}

.page-index .interview .items .item {
  width: 30%;
}

.page-index .interview .items .item .body {
  text-align: center;
  background: #fff;
}

.page-index .interview .items .item .body a {
  display: block;
  color: #000;
}

.page-index .interview .items .item .body figure {
  padding-bottom: 20px;
  position: relative;
  top: 0;
  left: 0;
}

.page-index .interview .items .item .body figure img {
  max-width: 100%;
  width: 100%;
}

.page-index .interview .items .item .body figure .label {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 90px;
  text-align: center;
  background: #37cabc;
  color: #0b0b0b;
  font-size: 14px;
  font-weight: bold;
  font-family: "Noto Sans Japanese";
  padding: 8px 0;
}

.page-index .interview .items .item .body figure .label.erp {
  background-color: #ed8e94;
}

.page-index .interview .items .item .body figure .label.infra {
  background-color: #f8e000;
}

.page-index .interview .items .item .body figure .label.financial {
  background-color: #bdd36c;
}

.page-index .interview .items .item .body figure .label.cae {
  background-color: #deb0e9;
}

.page-index .interview .items .item .body figure .label.rpa {
  background-color: #8cc8e7;
}


.page-index .interview .items .item .body p {
  font-size: 14px;
  padding-bottom: 10px;
}

.page-index .interview .items .item .body h3 {
  font-size: 23px;
  font-weight: bold;
  padding-bottom: 15px;
}

.page-index .interview .items .item:nth-child(1) {
  margin-top: 98px;
  margin-bottom: 38px;
}

.page-index .interview .items .item:nth-child(2) {
  margin-top: 65px;
}

.page-index .interview .items .item:nth-child(3) {
  margin-bottom: 55px;
}

.page-index .interview .items .item:nth-child(5) {
  margin-top: -116px;
}

.page-index .interview .items .item:nth-child(6) {
  margin-top: -154px;
}

.page-index .works {
  background: #f8f8f9;
  padding: 0 0 85px;
}

.page-index .works .ttl {
  text-align: center;
  margin-bottom: 35px;
}

.page-index .works .ttl h2 {
  font-weight: bold;
  font-size: 33px;
  color: #202020;
  font-family: "Noto Sans Japanese";
  margin-bottom: 25px;
}

.page-index .works .ttl p {
  font-weight: bold;
  font-size: 23px;
  font-family: "DIN";
  letter-spacing: 2px;
}

.page-index .works .tabs {
  margin-bottom: 35px;
}

.page-index .works .tabs ul {
  display: flex;
  justify-content: center;
  margin: 0 50px;
}

.page-index .works .tabs ul li {
  width: 16%;
  text-align: center;
}

.page-index .works .tabs ul li a {
  display: block;
  background: #fff;
  font-size: 23px;
  font-weight: bold;
  color: #0b0b0b;
  border: 3px solid #37cabc;
  padding: 16px 0 14px;
}

.page-index .works .tabs ul li.active a, .page-index .works .tabs ul li:hover a {
  background: #37cabc;
}

.page-index .works .tabs ul li.active::after {
  content: "";
  display: inline-block;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #37cabc;
  position: relative;
  top: -2px;
  left: 0;
}

.page-index .works .tabs ul li.erp a {
  border-color: #ed8e94;
}

.page-index .works .tabs ul li.erp.active a, .page-index .works .tabs ul li.erp:hover a {
  background: #ed8e94;
}

.page-index .works .tabs ul li.erp::after {
  border-top-color: #ed8e94;
}

.page-index .works .tabs ul li.infra a {
  border-color: #f8e000;
}

.page-index .works .tabs ul li.infra a.active {
  background: #f8e000;
}

.page-index .works .tabs ul li.infra.active a, .page-index .works .tabs ul li.infra:hover a {
  background: #f8e000;
}

.page-index .works .tabs ul li.infra::after {
  border-top-color: #f8e000;
}

.page-index .works .tabs ul li.financial a {
  border-color: #bdd36c;
}

.page-index .works .tabs ul li.financial a.active {
  background: #bdd36c;
}

.page-index .works .tabs ul li.financial.active a, .page-index .works .tabs ul li.financial:hover a {
  background: #bdd36c;
}

.page-index .works .tabs ul li.financial::after {
  border-top-color: #bdd36c;
}

.page-index .works .tabs ul li.cae a {
  border-color: #deb0e9;
}

.page-index .works .tabs ul li.cae a.active {
  background: #deb0e9;
}

.page-index .works .tabs ul li.cae.active a, .page-index .works .tabs ul li.cae:hover a {
  background: #deb0e9;
}

.page-index .works .tabs ul li.cae::after {
  border-top-color: #deb0e9;
}

.page-index .works .tabs ul li.rpa a {
  border-color: #8cc8e7;
}

.page-index .works .tabs ul li.rpa a.active {
  background: #8cc8e7;
}

.page-index .works .tabs ul li.rpa.active a, .page-index .works .tabs ul li.rpa:hover a {
  background: #8cc8e7;
}

.page-index .works .tabs ul li.rpa::after {
  border-top-color: #8cc8e7;
}
.page-index .works .tabs ul li.mseng a {
  border-color: #FE9F34;
}

.page-index .works .tabs ul li.mseng a.active {
  background: #FE9F34;
}

.page-index .works .tabs ul li.mseng.active a, .page-index .works .tabs ul li.mseng:hover a {
  background: #FE9F34;
}

.page-index .works .tabs ul li.mseng::after {
  border-top-color: #FE9F34;
}

.page-index .works .tabs ul li.sales a {
  border-color: #6D80DB;
}

.page-index .works .tabs ul li.sales a.active {
  background: #6D80DB;
}

.page-index .works .tabs ul li.sales.active a, .page-index .works .tabs ul li.sales:hover a {
  background: #6D80DB;
}

.page-index .works .tabs ul li.sales::after {
  border-top-color: #6D80DB;
}

.page-index .works .contents {
  position: relative;
  top: 0;
  left: 0;
}

.page-index .works .contents .nav {
  position: absolute;
  top: 50%;
  margin-top: -40px;
}

.page-index .works .contents .nav a {
  cursor: pointer;
}

.page-index .works .contents .nav.prev {
  left: 3px;
}

.page-index .works .contents .nav.next {
  right: 3px;
}

.page-index .works .contents .bodies .slick-slide {
  line-height: 0;
  color: #fff;
}
.page-index .works .contents .bodies .slick-slide.slick-current {
  line-height: 100%;
  color: #000;
}

.page-index .works .contents .bodies .slick-prev {
  position: absolute;
  top: 50%;
  left: 3px;
  margin-top: -40px;
  cursor: pointer;
  background: url(../images/common/arrow-left01.png) no-repeat left top;
  width: 38px;
  height: 76px;
  border: 0;
  line-height: 0;
  font-size: 0;
  z-index: 10;
}

.page-index .works .contents .bodies .slick-next {
  position: absolute;
  top: 50%;
  right: 3px;
  margin-top: -40px;
  cursor: pointer;
  background: url(../images/common/arrow-right01.png) no-repeat right top;
  width: 38px;
  height: 76px;
  border: 0;
  line-height: 0;
  font-size: 0;
  z-index: 10;
}

.page-index .works .contents .body {
  background: #fff;
  margin: 0 50px;
  padding: 32px 30px;
  display: flex;
}

.page-index .works .contents .body .image {
  margin-right: 65px;
  max-width: 50vw;
  flex-grow: 1;
}

.page-index .works .contents .body .image figure img {
  max-width: 100%;
}

.page-index .works .contents .body .detail {
  padding-top: 65px;
  flex-grow: 1;
}

.page-index .works .contents .body .detail .ttl {
  text-align: left;
  font-size: 33px;
  font-weight: bold;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
}

.page-index .works .contents .body .detail .ttl figure {
  margin-right: 12px;
}

.page-index .works .contents .body .detail .description {
  margin-bottom: 47px;
}

.page-index .works .contents .body .detail .description p {
  font-size: 14px;
  line-height: 200%;
}

.page-index .works .contents .body .detail .link {
  text-align: center;
}

.page-index .crosstalk .inner {
  position: relative;
  top: 0;
  left: 0;
}

.page-index .crosstalk .ttl {
  background: url(../images/index/crosstalk-bg01.png) no-repeat top left;
  width: 410px;
  height: 154px;
  position: absolute;
  top: -45px;
  right: 0;
  z-index: 2;
  text-align: center;
  padding-top: 52px;
}

.page-index .crosstalk .ttl h3 {
  font-size: 23px;
  font-weight: bold;
  color: #1c1c1c;
  margin-bottom: 24px;
}

.page-index .crosstalk .ttl p {
  font-size: 14px;
  font-weight: bold;
  color: #1b1b1b;
}

.page-index .crosstalk .ttl.left {
  background: url(../images/index/crosstalk-bg02.png) no-repeat top left;
  width: 399px;
  height: 154px;
  right: auto;
  left: 0;
  top: 413px;
}

.page-index .crosstalk .ttl.left h3 {
  color: #fff;
}

.page-index .crosstalk .ttl.left p {
  color: #fff;
}

@media screen and (max-width: 1280px) {
  .page-index .crosstalk .ttl.left {
    top: 28vw;
  }
}

.page-index .crosstalk .body {
  position: relative;
  top: 0;
  left: 0;
}

.page-index .crosstalk .body .base {
  display: none;
}

.page-index .crosstalk .body .left img {
  max-width: 660px;
  width: 52%;
}

.page-index .crosstalk .body .right {
  position: absolute;
  top: 0;
  right: 0;
  width: 53.4%;
  text-align: right;
}

.page-index .crosstalk .body .right img {
  max-width: 678.5px;
  width: 100%;
}

.page-index .state {
  text-align: center;
  padding: 120px 0 60px;
}

.page-index .state > .inner {
  position: relative;
  top: 0;
  left: 0;
}

.page-index .state .chart {
  position: absolute;
  top: -4px;
  left: 50%;
  width: 780px;
  height: auto;
  transform: translateY(0%) translateX(-50%);
}

.page-index .state .pc-only-inline {
  position: relative;
  top: 0;
  left: 50%;
  transform: translateY(0%) translateX(-50%);
}

.page-index .state .humans {
  position: absolute;
  top: 211px;
  left: 50%;
  width: 136px;
  transform: translateY(0%) translateX(-50%);
}

.page-index .state .humans ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.page-index .state .humans ul li {
  margin: 0 2px 8px;
}

.page-index .state .humans ul li img {
  vertical-align: bottom;
  opacity: 0;
}

.page-index .state .txt {
  position: absolute;
  top: 0;
}

.page-index .state .txt01 {
  left: 321px;
  /* left: 25%; */
}

.page-index .state .txt02 {
  top: 49px;
  right: 272px;
  /* right: 21%; */
}

.page-index .state .txt03 {
  top: 292px;
  left: 151px;
  /* left: 12%; */
}

.page-index .state .txt04 {
  top: 306px;
  right: 157px;
  /* right: 12%; */
}

.for-pc-content {
  width: 1280px!important;
  position: relative;
  left: 50%;
  margin-left: -640px;
  transform: scale(1.0);
}

@media screen and (max-width: 1280px) {
  .for-pc-content {
    transform: scale(0.9);

  }
}
@media screen and (max-width: 1180px) {
  .for-pc-content {
    transform: scale(0.8);

  }
}
@media screen and (max-width: 1080px) {
  .for-pc-content {
    transform: scale(0.75);

  }
}
@media screen and (max-width: 880px) {
  .for-pc-content {
    transform: scale(0.6);

  }
}

/*
@media screen and (max-width: 1280px) {
  .page-index .state .txt02 {
    right: 20%;
  }
}

@media screen and (max-width: 1180px) {
  .page-index .state .txt01 {
    left: 22%;
  }
  .page-index .state .txt02 {
    right: 18%;
  }
  .page-index .state .txt03 {
    left: 9%;
  }
  .page-index .state .txt04 {
    right: 7%;
  }
}

@media screen and (max-width: 1080px) {
  .page-index .state .txt01 {
    left: 20%;
  }
  .page-index .state .txt02 {
    right: 14%;
  }
  .page-index .state .txt03 {
    left: 5%;
  }
  .page-index .state .txt04 {
    right: 3%;
  }
}

@media screen and (max-width: 980px) {
  .page-index .state .txt01 {
    left: 18%;
  }
  .page-index .state .txt02 {
    right: 10%;
  }
  .page-index .state .txt03 {
    left: 4%;
    width: 300px;
  }
  .page-index .state .txt04 {
    right: 6%;
    width: 300px;
  }
}

@media screen and (max-width: 880px) {
  .page-index .state .txt01 {
    left: 14%;
  }
  .page-index .state .txt02 {
    right: 6%;
  }
  .page-index .state .txt03 {
    left: 1%;
    width: 280px;
  }
  .page-index .state .txt04 {
    right: 0%;
  }
}
*/

/* Page Top Message
-------------------------------------------------- */
.page-topmessage .kv {
  position: relative;
  top: 0;
  left: 0;
}

.page-topmessage .kv figure img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.page-topmessage .kv .content {
  letter-spacing: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%) translateX(0%);
}

.page-topmessage .kv .content .ttl {
  background: url(../images/topmessage/kv-txt01.png) no-repeat center left;
  min-width: 654px;
  min-height: 61px;
  display: flex;
  align-items: center;
  margin-bottom: 65px;
}

.page-topmessage .kv .content .ttl h1 {
  font-size: 30px;
  font-weight: bold;
  color: #2f97d4;
  font-family: "Noto Sans Japanese";
}

.page-topmessage .kv .content h2 {
  font-size: 50px;
  font-weight: bold;
  color: #171717;
  margin-bottom: 80px;
}

.page-topmessage .kv .content h3 {
  font-size: 45px;
  color: #171717;
  font-weight: bold;
}

.page-topmessage .kv .content p {
  font-size: 18px;
  color: #171717;
  line-height: 140%;
  margin-bottom: 7px;
}

.page-topmessage .fukidashi-container {
  margin: -25px 108px 100px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
}

.page-topmessage .fukidashi {
  text-align: center;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  padding: 85px 35px 5px;
  background: rgba(255, 255, 255, 0.7);
}

.page-topmessage .fukidashi h2 {
  font-family: "Noto Sans Japanese"!important;
  font-size: 35px;
  font-weight: normal;
  color: #171717;
  margin-bottom: 45px;
}

.page-topmessage .fukidashi h2 span {
  color: #37cabc;
}

.page-topmessage .fukidashi p {
  font-size: 21px;
  font-family: "Noto Sans Japanese";
  line-height: 160%;
  margin-bottom: 50px;
}

.page-topmessage .contents {
  background: url(../images/topmessage/bg01.jpg) no-repeat top center;
  min-height: 812px;
  margin-bottom: 180px;
  position: relative;
  top: 0;
  left: 0;
}

.page-topmessage .contents .content {
  position: absolute;
  top: 150px;
  right: 75px;
  background: url(../images/topmessage/bg02.png) no-repeat right top;
  width: 1164px;
  height: 795px;
  padding: 165px 0 0 220px;
}

.page-topmessage .contents .content h2 {
  font-size: 35px;
  color: #171717;
  line-height: 160%;
  margin-bottom: 45px;
}

.page-topmessage .contents .content p {
  font-size: 21px;
  line-height: 160%;
}

.page-topmessage .contents.type01 {
  background: url(../images/topmessage/bg03.jpg) no-repeat top center;
  min-height: 996px;
  margin-bottom: 110px;
}

.page-topmessage .contents.type01 .content {
  background: url(../images/topmessage/bg04.png) no-repeat left top;
  right: auto;
  left: 0px;
  padding-right: 125px;
}

.page-topmessage .subcatch {
  position: relative;
  top: 0;
  left: 0;
  margin-bottom: 180px;
}

.page-topmessage .subcatch figure img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.page-topmessage .subcatch .content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%) translateX(0%);
}

.page-topmessage .subcatch .content p {
  text-align: center;
  font-size: 50px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 2px;
}

.page-topmessage .message {
  margin-bottom: 100px;
}

.page-topmessage .message .top {
  padding-left: 150px;
}

.page-topmessage .message .top img {
  vertical-align: bottom;
}

.page-topmessage .message .body {
  position: relative;
  top: 0;
  left: 0;
}

.page-topmessage .message .body figure {
  text-align: center;
}

.page-topmessage .message .body figure img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.page-topmessage .message .body .inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.page-topmessage .message .body .content {
  max-width: 45%;
  position: absolute;
  top: 120px;
  right: 30px;
  /* transform: translateY(-50%) translateX(0%); */
}

.page-topmessage .message .body .content h2 {
  color: #171717;
  font-size: 35px;
  font-weight: normal;
  margin-bottom: 45px;
}

.page-topmessage .message .body .content .txt p {
  font-size: 21px;
  line-height: 160%;
  margin-bottom: 35px;
}

.page-topmessage .message .body .content .name p {
  font-size: 18px;
  color: #171717;
  margin-bottom: 10px;
}

.page-topmessage .message .body .content .name h3 {
  font-size: 45px;
  color: #171717;
  font-weight: medium;
}

.page-topmessage .message .bottom {
  text-align: right;
  padding-right: 190px;
}

.page-topmessage .message .bottom img {
  vertical-align: bottom;
}

/* Page Interview
-------------------------------------------------- */
.page-interview .kv {
  padding-bottom: 55px;
  border-bottom: 32px solid #37cabc;
  position: relative;
  top: 0;
  left: 0;
  /* overflow-x: hidden; */
}

.page-interview .kv > figure {
  width: 200%;
  margin: 0 -50%;
  text-align: center;
}

.page-interview .kv .inner {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 1280px;
}

.page-interview .kv .inner figure img {
  vertical-align: bottom;
}

.page-interview .kv .content {
  position: absolute;
  top: 50%;
  right: 0;
  padding-top: 145px;
  padding-left: 105px;
  margin-top: -30px;
  transform: translateY(-100%) translateX(0%);
  background: url(../images/interview/kv-bg02.png) no-repeat top right;
  width: 702px;
  height: 431px;
  max-width: 60%;
  background-size: 100% 100%;
}

.page-interview .kv .content h1 {
  font-size: 33px;
  font-weight: bold;
  font-family:"Noto Sans Japanese";
  color: #171717;
  line-height: 140%;
  margin-bottom: 60px;
}

.page-interview .kv .content .profile {
  padding-left: 40px;
}

.page-interview .kv .content .profile h2 {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 10px;
}

.page-interview .kv .content .profile h2 img {
  margin-bottom: -5px;
}

.page-interview .kv .content .profile h2 small {
  font-size: 18px;
  margin-right: 12px;
}

.page-interview .kv .content .profile p {
  font-size: 14px;
  line-height: 140%;
  padding-left: 33px;
}

@media screen and (max-width: 1280px) {
  .page-interview .kv .content {
    padding-top: 8vw;
  }
  .page-interview .kv .content h1 {
    margin-bottom: 45px;
  }
}

.page-interview .box01 {
  background: url(../images/interview/box01-bg01.png) repeat-x top left;
  padding-top: 128px;
}

.page-interview .box01 > .inner {
  display: flex;
  margin-bottom: 100px;
  padding-bottom: 25px;
  background: url(../images/interview/box01-bg02.png) no-repeat right 65px bottom;
}

.page-interview .box01 > .inner .detail {
  padding-top: 75px;
  padding-left: 30px;
}

.page-interview .box01 > .inner .detail h2 {
  font-size: 23px;
  font-weight: normal;
  line-height: 160%;
  color: #171717;
  margin-bottom: 30px;
}

.page-interview .box01 > .inner .detail .txt p {
  font-size: 14px;
  line-height: 23px;
  margin-bottom: 30px;
}

.page-interview .box02 {
  padding-bottom: 175px;
  width: 100%;
  margin: 0 auto;
  background: url(../images/interview/box02-bg03.png) no-repeat left bottom;
  position: relative;
  top: 0;
  left: 0;
}

.page-interview .box02 > figure {
  width: 200%;
  margin: 0 -50%;
  text-align: center;
}

.page-interview .box02 > .inner {
  position: relative;
  top: 0;
  left: 0;
}

.page-interview .box02 > .inner .content {
  position: absolute;
  transform: translateY(-100%) translateX(0%);
  top: 0;
  left: 85px;
  border-right: 13px solid rgba(0, 0, 0, 0.5);
  border-bottom: 13px solid rgba(0, 0, 0, 0.5);
  width: 534px;
  height: auto;
  display: inline-block;
  margin-bottom: -75px;
}

.page-interview .box02 > .inner .content .inside {
  background: rgba(163, 227, 221, 0.9);
  padding: 90px 40px 30px 60px;
  height: 100%;
  margin-top: -13px;
  margin-left: -13px;
}

.page-interview .box02 > .inner .content h2 {
  font-size: 23px;
  font-weight: normal;
  line-height: 140%;
  margin-bottom: 40px;
}

.page-interview .box02 > .inner .content .txt p {
  font-size: 14px;
  line-height: 23px;
  margin-bottom: 30px;
}

.page-interview .box02 > .inner .content .txt p:last-child {
  margin-bottom: 0;
}

.page-interview .box02 > .inner .content::before {
  content: "";
  display: inline-block;
  width: 170px;
  height: 9px;
  background: #fff;
  border-radius: 5px;
  transform: rotate(-45deg);
  position: relative;
  top: 35px;
  left: -55px;
}

.page-interview .box03 {
  position: relative;
  top: 0;
  left: 0;
}

.page-interview .box03 > figure {
  width: 200%;
  margin: 0 -50%;
  text-align: center;
}

.page-interview .box03 > figure img {
  vertical-align: bottom;
}

.page-interview .box03 > .inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.page-interview .box03 > .inner figure img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.page-interview .box03 > .inner .content {
  max-width: 40%;
  position: absolute;
  /* transform: translateY(-100%) translateX(0%); */
  top: 0;
  top: 60px;
  right: 30px;
}

.page-interview .box03 > .inner .content h2 {
  font-size: 23px;
  font-weight: normal;
  line-height: 160%;
  margin-bottom: 30px;
}

.page-interview .box03 > .inner .content .txt p {
  font-size: 14px;
  line-height: 23px;
  margin-bottom: 20px;
}

.page-interview .box04 {
  margin-bottom: 100px;
}

.page-interview .box04 > .inner {
  background: url(../images/interview/box04-bg01.png) no-repeat top right;
  display: flex;
  justify-content: space-between;
  padding: 75px 100px 0 73px;
}

.page-interview .box04 > .inner .detail {
  padding-top: 110px;
}

.page-interview .box04 > .inner .detail .ttl {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
  background: url(../images/interview/box04-txt01.png) no-repeat center left 58px;
  min-width: 417px;
  min-height: 78px;
}

.page-interview .box04 > .inner .detail .ttl img {
  margin-top: -7px;
}

.page-interview .box04 > .inner .detail .ttl h2 {
  font-size: 33px;
  font-family:"Noto Sans Japanese";
  font-weight: bold;
}

.page-interview .box04 > .inner .detail .txt p {
  font-size: 23px;
  line-height: 160%;
  color: #171717;
}

.page-interview .box05 {
  margin-bottom: 80px;
}

.page-interview .box05 > .inner .body {
  display: flex;
  background: url(../images/interview/box05-bg01.png) no-repeat top center;
  width: 957px;
  height: 281px;
  margin: 0 auto;
  padding: 20px 50px 0 17px;
}

.page-interview .box05 > .inner .body .image {
  margin-right: 27px;
}

.page-interview .box05 > .inner .body .detail .ttl {
  margin-bottom: 7px;
}

.page-interview .box05 > .inner .body .detail .ttl h3 {
  font-size: 33px;
  font-weight: bold;
  line-height: 160%;
}

.page-interview .box05 > .inner .body .detail .ttl img {
  margin-bottom: -14px;
}

.page-interview .box05 > .inner .body .detail .txt {
  margin-bottom: 12px;
}

.page-interview .box05 > .inner .body .detail .txt p {
  font-size: 14px;
  line-height: 23px;
}

.page-interview .box06 > .inner {
  padding: 100px 0;
  background: url(../images/interview/box06-bg01.png) no-repeat bottom 10px left 53px;
}

.page-interview .box06 > .inner h2 {
  width: 90%;
  margin: 0 auto 30px;
  font-size: 23px;
  font-weight: bold;
  text-align: center;
}

.page-interview .box06 > .inner .link ul {
  width: 860px;
  margin: 0 auto;
}

.page-interview .box06 > .inner .link ul li {
  width: 200px;
}

.page-interview .box06 > .inner .link ul li a {
  display: block;
  color: #000;
}

.page-interview .box06 > .inner .link ul li figure img {
  vertical-align: bottom;
}

.page-interview .box06 > .inner .link ul li .profile {
  width: 200px;
  background: #37cabc;
  text-align: center;
}

.page-interview .box06 > .inner .link ul li .profile p {
  font-size: 12px;
  line-height: 140%;
}

.page-interview .box06 > .inner .link ul li .profile p.b {
  font-size: 18px;
  font-weight: bold;
}

.page-interview .box06 > .inner .link ul li.erp .profile {
  background-color: #ed8e94;
}

.page-interview .box06 > .inner .link ul li.infra .profile {
  background-color: #f8e000;
}

.page-interview .box06 > .inner .link ul li.financial .profile {
  background-color: #bdd36c;
}

.page-interview .box06 > .inner .link ul li.cae .profile {
  background-color: #deb0e9;
}

.page-interview .box06 > .inner .link ul .slick-prev {
  position: absolute;
  top: 50%;
  left: -50px;
  margin-top: -40px;
  cursor: pointer;
  background: url(../images/common/arrow-left01.png) no-repeat left top;
  width: 38px;
  height: 76px;
  border: 0;
  line-height: 0;
  font-size: 0;
  z-index: 10;
}

.page-interview .box06 > .inner .link ul .slick-next {
  position: absolute;
  top: 50%;
  right: -35px;
  margin-top: -40px;
  cursor: pointer;
  background: url(../images/common/arrow-right01.png) no-repeat right top;
  width: 38px;
  height: 76px;
  border: 0;
  line-height: 0;
  font-size: 0;
  z-index: 10;
}

.page-interview .box06b figure img {
  vertical-align: bottom;
}

.page-interview.page-interview-infra .kv-infra .inner .content {
  background: url(../images/interview/kv-bg02_infra.png) no-repeat top left;
}

.page-interview.page-interview-infra .box03 {
  background-image: url(../images/interview/box03-bg04_left_web.png);
  min-height: 523px;
  background-position: 45%;
  background-color: #f9e319;
  background-repeat: no-repeat;
}

.page-interview.page-interview-infra .box03 .inner .content {
  background-image: url(../images/interview/box03-bg04_infra.png);
  min-height: 523px;
  background-position: left top;
  padding: 10vw;
  background-repeat: no-repeat;
  top: 0 !important;
  max-width: 60%;
  padding: 2vw 0 0 8vw;
  min-width: 507px;
}

@media screen and (min-width: 769px) and (max-width: 1280px) {
  .page-interview.page-interview-infra .box03 .inner .content {
    top: 0;
    right: 0;
  }
}

@media screen and (max-width: 1030px) and (min-width: 769px) {
  .page-interview.page-interview-infra .box03 .inner .content {
    background-position: right;
    padding: 2vw 5px 0 4vw !important;
  }
}

.page-interview.page-interview-rd .kv-rd .inner .content {
  background: url(../images/interview/kv-bg02_rd.png) no-repeat top left;
}

.page-interview.page-interview-rd .box01 > .inner .detail {
  width: 40%;
}

.page-interview.page-interview-rd .box03 {
  background-image: url(../images/interview/box03-bg04_left_web.png);
  min-height: 523px;
  background-position: 45%;
  background-color: #5cb1df;
  background-repeat: no-repeat;
}

.page-interview.page-interview-rd .box03 .inner .content {
  background-image: url(../images/interview/box03-bg04_rd.png);
  min-height: 523px;
  background-position: left top;
  padding: 10vw;
  background-repeat: no-repeat;
  top: 0 !important;
  max-width: 60%;
  padding: 2vw 0 0 8vw;
  min-width: 507px;
}

@media screen and (min-width: 769px) and (max-width: 1280px) {
  .page-interview.page-interview-rd .box03 .inner .content {
    top: 0;
    right: 0;
  }
}

@media screen and (max-width: 1030px) and (min-width: 769px) {
  .page-interview.page-interview-rd .box03 .inner .content {
    background-position: right;
    padding: 2vw 5px 0 4vw !important;
  }
}

.page-interview.page-interview-cae .kv-rd .inner .content {
  background: url(../images/interview/kv-bg02_cae.png) no-repeat top left;
}

.page-interview.page-interview-cae .box01 > .inner .detail {
  width: 40%;
}

.page-interview.page-interview-cae .box03 {
  background-image: url(../images/interview/box03-bg04_left_web.png);
  min-height: 523px;
  background-position: 45%;
  background-color: #ddb1e6;
  background-repeat: no-repeat;
}

.page-interview.page-interview-cae .box03 .inner .content {
  background-image: url(../images/interview/box03-bg04_cae.png);
  min-height: 523px;
  background-position: left top;
  padding: 10vw;
  background-repeat: no-repeat;
  top: 0 !important;
  max-width: 60%;
  padding: 2vw 0 0 8vw;
  min-width: 507px;
}

@media screen and (min-width: 769px) and (max-width: 1280px) {
  .page-interview.page-interview-cae .box03 .inner .content {
    top: 0;
    right: 0;
  }
}

@media screen and (max-width: 1030px) and (min-width: 769px) {
  .page-interview.page-interview-cae .box03 .inner .content {
    background-position: right;
    padding: 2vw 5px 0 4vw !important;
  }
}

/* Page Crosstalk
-------------------------------------------------- */
.page-crosstalk .kv {
  padding-bottom: 65px;
}

.page-crosstalk .kv > .inner {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 1280px;
}

.page-crosstalk .kv > .inner figure img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.page-crosstalk .kv > .inner .content {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 35px;
}

.page-crosstalk .kv > .inner .ttl {
  color: #fff;
  margin: 0 auto;
  width: 510px;
  background: rgba(24, 150, 138, 0.85);
  text-align: center;
  padding: 25px 0 15px;
}

.page-crosstalk .kv > .inner .ttl h1 {
  font-size: 33px;
  font-weight: bold;
  line-height: 140%;
  margin-bottom: 20px;
  font-family:"Noto Sans Japanese";
}

.page-crosstalk .kv > .inner .ttl p {
  font-size: 23px;
  font-weight: bold;
  line-height: 140%;
}

.page-crosstalk .box01 {
  margin-bottom: 85px;
}

.page-crosstalk .box01 > .inner {
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  max-width: 1280px;
}

.page-crosstalk .box01 > .inner figure img {
  vertical-align: bottom;
  position: absolute;
}

.page-crosstalk .box01 > .inner .content {
  max-width: 50%;
  position: relative;
  left: 50%;
  top: 50px;
  border-right: 13px solid rgba(0, 0, 0, 0.3);
  border-bottom: 13px solid rgba(0, 0, 0, 0.3);
}

.page-crosstalk .box01 > .inner .content .inside {
  background: rgba(255, 255, 255, 0.95);
  position: relative;
  margin-top: -13px;
  margin-left: -13px;
  top: 0px;
  left: 0;
  padding: 50px 20px 0 50px;
}

.page-crosstalk .box01 > .inner .content h3 {
  font-size: 23px;
  font-weight: normal;
  color: #171717;
  margin-bottom: 30px;
}

.page-crosstalk .box01 > .inner .content table {
  font-size: 14px;
  line-height: 23px;
}

.page-crosstalk .box01 > .inner .content table th {
  text-align: right;
  font-weight: bold;
  padding: 0 14px 18px 0;
  width: 7em;
}

.page-crosstalk .box01 > .inner .content table th .web {
  color: #28ab9f;
}

.page-crosstalk .box01 > .inner .content table th .erp {
  color: #ed8e94;
}

.page-crosstalk .box01 > .inner .content table th .infra {
  color: #d2bf10;
}

.page-crosstalk .box01 > .inner .content table td {
  padding: 0 0 18px 0;
}
.page-crosstalk .box01 > .inner .content table td.two_paragraphs {
  padding-bottom: 12px;
}

.page-crosstalk .box01:nth-child(even) > .inner figure img {
  right: 0;
}

.page-crosstalk .box01:nth-child(even) > .inner .content {
  left: 0%;
}

.page-crosstalk .box01:nth-child(even) > .inner .content .inside {
  padding: 50px 20px 0 50px;
}

.page-crosstalk .box01.type02 {
  margin-bottom: 0;
}

.page-crosstalk .box01.type02 > .inner figure img {
  position: static;
  width: 100%;
}

.page-crosstalk .box01.type02 > .inner .content {
  position: relative;
  top: -110px;
  left: 0;
  max-width: 100%;
  margin: 0 10%;
  display: block;
}

.page-crosstalk .box01.type02 > .inner .content .inside {
  width: auto;
  padding: 50px 85px 0;
}

.page-crosstalk .box01.type02 > .inner .content .inside h3 {
  text-align: center;
}

.page-crosstalk .box01.type02 > .inner .content .inside table {
  width: 100%;
}

.page-crosstalk .box02 {
  background: #f8f8f9;
  padding: 70px 0 5px;
}

.page-crosstalk .box02 > .inner {
  width: 100%;
  max-width: 1280px;
}

.page-crosstalk .box02 > .inner .items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.page-crosstalk .box02 > .inner .items .item {
  margin: 0 15px 30px;
  position: relative;
  top: 0;
  left: 0;
}

.page-crosstalk .box02 > .inner .items .item a {
  display: block;
  color: #fff;
}

.page-crosstalk .box02 > .inner .items .item figure img {
  vertical-align: bottom;
}

.page-crosstalk .box02 > .inner .items .item .label {
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../images/crosstalk/box02-bg01.png) no-repeat bottom left;
  width: 399px;
  height: 61px;
  padding: 9px 0 0 5px;
}

.page-crosstalk .box02 > .inner .items .item .label h4 {
  font-size: 23px;
  line-height: 120%;
}

.page-crosstalk .box02 > .inner .items .item .label p {
  font-size: 14px;
  font-weight: bold;
  line-height: 23px;
  padding-left: 0.5em;
}

.page-crosstalk .box02 > .inner .items .item:nth-child(even) .label {
  background: url(../images/crosstalk/box02-bg02.png) no-repeat bottom left;
}

/* Page Works
-------------------------------------------------- */
.page-works .kv > .inner {
  position: relative;
  top: 0;
  left: 0;
}

.page-works .kv > .inner figure img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.page-works .kv > .inner .ttl {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) translateX(0%);
  width: 100%;
  text-align: center;
  letter-spacing: 2px;
}

.page-works .kv > .inner .ttl h1 {
  font-size: 33px;
  font-weight: bold;
  font-family: "Noto Sans Japanese";
  color: #202020;
  margin-bottom: 14px;
}

.page-works .kv > .inner .ttl p {
  font-size: 17px;
  font-weight: bold;
  font-family: "DIN";
}

.page-works .breadcrumb {
  padding-top: 15px;
}

.page-works .breadcrumb > .inner {
  width: 1000px;
}

.page-works .recruit-table td a.btn {
  display: inline-block;
  padding: 5px 30px;
  border-radius: 5px;
  background: linear-gradient(#eee, #999);
  color: #000;
  font-size: 14px;
  text-decoration: none;
  margin: 5px 15px;
}

.page-works .links > .inner {
  padding: 40px 0 60px;
  background: url(../images/works/bg01.png) no-repeat top left;
}

.page-works .links ul {
  display: flex;
  justify-content: center;
}

.page-works .links ul li {
  margin: 0 27px;
}

.page-works .box01 {
  margin-bottom: 75px;
}

.page-works .box01 .image {
  text-align: center;
  position: relative;
  top: 0;
  left: 0;
}

.page-works .box01 .image figure img {
  vertical-align: bottom;
}

.page-works .box01 .image h2 {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%) translateX(0%);
  font-family: "Noto Sans Japanese";
  font-weight: bold;
  font-size: 33px;
  color: #fff;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  font-size: 28px;
}

.page-works .box01 .body {
  margin: 0px auto;
  background: #fcfcfc;
  width: 950px;
  height: 300px;
  padding: 85px 40px 0;
  text-align: center;
}

.page-works .box01 .body .description p {
  font-size: 14px;
  line-height: 23px;
  margin-bottom: 25px;
}

.page-works .box01 .body .categories {
  margin-bottom: 18px;
}

.page-works .box01 .body .categories ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.page-works .box01 .body .categories ul li {
  width: 160px;
  margin: 0 13px 10px;
  text-align: center;
}

.page-works .box01 .body .categories ul li a {
  display: block;
  font-size: 13px;
  font-weight: bold;
  color: #0b0b0b;
  font-family: "Noto Sans Japanese";
  background: #37cabc;
  padding: 15px 0;
  transition: 0.3s;
}

.page-works .box01 .body .categories ul li a:hover {
  opacity: 0.7;
}

.page-works .box01 .body .categories ul li.erp a {
  background-color: #ed8e94;
}

.page-works .box01 .body .categories ul li.infra a {
  background-color: #f8e000;
}

.page-works .box01 .body .categories ul li.financial a {
  background-color: #bdd36c;
}

.page-works .box01 .body .categories ul li.rpa a {
  background-color: #8cc8e7;
}
.page-works .box01 .body .categories ul li.mseng a {
  background-color: #FE9F34;
}
.page-works .box01 .body .categories ul li.sales a {
  background-color: #6D80DB;
}

.page-works .box01.cae .body {
  background: url(../images/works/box01-bg02.png) no-repeat top center;
}

.page-works .box03 {
  padding-top: 80px;
  margin-bottom: 30px;
}

.page-works .box03 > .inner {
  padding: 0 18px;
}

.page-works .box03 .body {
  display: flex;
  background: #f3f2ee;
}

.page-works .box03 .body .image {
  margin-right: 10px;
}

.page-works .box03 .body .image figure img {
  position: relative;
  top: -35px;
  left: -20px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
}

.page-works .box03 .body .detail {
  padding: 55px 0 0 0;
}

.page-works .box03 .body .detail .ttl {
  display: flex;
}

.page-works .box03 .body .detail .ttl h2 {
  font-size: 33px;
  font-weight: bold;
  font-family: "Noto Sans Japanese";
  letter-spacing: 2px;
  margin-bottom: 20px;
}

.page-works .box03 .body .detail .ttl span {
  display: block;
  width: 60px;
  height: 5px;
  background: #37cabc;
  border-radius: 4px;
  transform: rotate(-45deg);
  position: relative;
  top: 8px;
}

.page-works .box03 .body .detail .txt {
  margin-bottom: 35px;
}

.page-works .box03 .body .detail .txt p {
  font-size: 14px;
  line-height: 23px;
}

.page-works .box03 .body .detail .link {
  text-align: right;
}

.page-works .box03.erp .body .detail .ttl span {
  background: #ed8e94;
}

.page-works .box03.erp .body .detail .link a.link01 {
  background-color: #ed8e94;
  border-color: #ed8e94;
}

.page-works .box03.infra .body .detail .ttl span {
  background: #f8e000;
}

.page-works .box03.infra .body .detail .link a.link01 {
  background-color: #f8e000;
  border-color: #f8e000;
}

.page-works .box03.financial .body .detail .ttl span {
  background: #bdd36c;
}

.page-works .box03.financial .body .detail .link a.link01 {
  background-color: #bdd36c;
  border-color: #bdd36c;
}

.page-works .box03.rpa {
  margin-bottom: 100px;
}

.page-works .box03.rpa .body .detail .ttl span {
  background: #8cc8e7;
}

.page-works .box03.rpa .body .detail .link a.link01 {
  background-color: #8cc8e7;
  border-color: #8cc8e7;
}

.page-works-se .bg03 {
  position: relative;
  top: 0;
  left: 0;
}

.page-works-se .bg03a {
  background: url(../images/works/box03-bg01.png) no-repeat top left;
  width: 133px;
  height: 195px;
  position: absolute;
  top: 20px;
  left: -105px;
  z-index: -1;
}

.page-works-se .bg03b {
  background: url(../images/works/box03-bg02.png) no-repeat top left;
  width: 131px;
  height: 197px;
  position: absolute;
  top: 1104px;
  right: -80px;
  z-index: -1;
}

.page-works-se .bg03a {
  background: url(../images/works/box03-bg03.png) no-repeat top left;
  width: 133px;
  height: 196px;
  position: absolute;
  top: 1840px;
  left: -120px;
  z-index: -1;
}



/* Page Entry
-------------------------------------------------- */

.mw_wp_form .file .error {
  display: inline;
  margin-left: 10px;
}
.mw_wp_form .file .filename {
  margin-left: 10px;
}

/* Footer
-------------------------------------------------- */
#footer {
  background: #222222;
  color: #fff;
}

#footer .menu {
  display: flex;
  justify-content: space-around;
  padding: 45px 0 60px;
}

#footer .menu h4 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}

#footer .menu ul li {
  margin-bottom: 6px;
}

#footer .menu ul li a {
  color: #fff;
  font-size: 12px;
}

.footlink {
  background: #e2e2e2;
}

.footlink ul {
  display: flex;
  justify-content: center;
  padding: 7px 0;
}

.footlink ul li {
  border-right: 1px solid #999;
  left: 100%;
  padding: 0 14px;
}

.footlink ul li a {
  font-size: 12px;
  color: #000;
}

.footlink ul li:last-child {
  border-right: 0px;
}

.copyright {
  text-align: center;
  font-size: 12px;
  padding: 10px;
}

.blocker {
  padding: 0;
  z-index: 9999;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  overflow: auto;
  top: 0;
}

.blocker.current {
  background-color: #fff;
}

.modal {
  padding: 0;
  border-radius: 0;
}

.modal a.close-modal {
  display: none;
}

.sp-menu {
  /*
  position: fixed;
  top: -3000px;
  left: 0;
  */
  background: #fff;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #cccccc;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;

}

.sp-menu header {
  height: 60px;
  display: none;
  justify-content: space-between;
  align-items: center;
  padding-left: 5px;
  padding-top: 0!important;
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
  background: #fff;
  z-index: 12;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  overflow: hidden;
}

.sp-menu header .logo {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-grow: 1;
  padding-top: 5px;
}

.sp-menu header .logo p {
  max-width: 46% !important;
  min-width: 60%;
  text-align: right;
  display: block;
}

.sp-menu header .logo p + p {
  text-align: left;
  width: 100%;
  min-width: 110px;
}

.sp-menu header .logo p a {
  display: block;
  max-width: 320px;
}

.sp-menu header .logo p span {
  font-size: 13px;
  font-weight: bold;
  margin-left: 12px;
  font-family: "DIN";
  letter-spacing: 0px;
}

.sp-menu header .logo img {
  max-width: 100%;
}

.sp-menu header .menu {
  flex-grow: 1;
}

.sp-menu header .menu ul {
  height: 60px;
}

.sp-menu header ul {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.sp-menu header ul li {
  height: 60px !important;
  font-size: 3.75vw;
  text-align: center;
  display: flex;
  align-items: center;
}

.sp-menu header .menu ul li.type03 a {
  height: 100%;
  display: flex;
  align-items: center;
  line-height: 120%;
  font-weight: bold;
  transition: 0.3s;
  background: #181818;
  color: #fff;
  padding: 5px 10px;
}

.sp-menu header .menu ul li.type03 a img {
  max-width: 80%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.sp-menu .menu-main {
  padding-top: 60px;
}

.sp-menu h4 {
  background: #2790cf;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  font-family: "Noto Sans Japanese";
  padding: 12px 20px;
}

.sp-menu ul li {
  border-bottom: 1px solid #cccccc;
}

.sp-menu ul.last {

}

.sp-menu ul li a {
  font-size: 14px;
  color: #000;
  padding: 12px 20px;
  display: block;
}

.sp-menu ul li a span {
  transform: rotateZ(90deg);
  display: inline-block;
  font-size: 11px;
  margin-right: 3px;
}

.sp-menu ul li:last-child {
  border-bottom: none;
}

.sp-menu.active {
  animation: slideInFromTop .4s ease 0s 1 normal forwards;
}

.sp-menu.deactive {
  animation: slideOutToTop .4s ease 0s 1 normal forwards;
}

.totop {
  position: fixed;
  bottom: 15px;
  right: 15px;
}

.totop p a {
  line-height: 120%;
  display: inline-block;
  text-align: center;
  background: rgba(53, 162, 149, 0.7);
  font-size: 14px;
  color: #fff;
  padding: 10px;
  border-radius: 4px;
  transition: 0.3s;
}

.totop p a span {
  font-size: 17px;
}

.totop a:hover {
  opacity: 0.7;
}

/* Particle
-------------------------------------------------- */
.bullet {
  background: #bdd36c;
  width: 100px;
  height: 300px;
  border-radius: 100px;
  transform: rotateZ(45deg);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  transition: 15s;
}

.disc {
  width: 30px;
  height: 30px;
  border-radius: 100px;
  position: absolute;
  animation: animeCircle 3s ease -2s infinite alternate;
  z-index: 2;
}

.circle {
  width: 20px;
  height: 20px;
  border: 5px solid #333;
  border-radius: 100px;
  position: absolute;
  animation: animeCircle 3s ease -2s infinite alternate;
  z-index: 2;
  background: #fff !important;
}

.bubble {
  width: 200px;
  height: 200px;
  border-radius: 200px;
  position: absolute;
  animation: animeCircle 3s ease -2s infinite alternate;
  z-index: 2;
  overflow: hidden;
}

.bubble img {
  position: relative;
  top: -25%;
  left: -25%;
}

.diamond {
  width: 200px;
  height: 200px;
  border-radius: 28px;
  position: absolute;
  transform: rotate(45deg);
  animation: animeCircle 3s ease -2s infinite alternate;
  z-index: 2;
  opacity: 0.3;
  overflow: hidden;
}

.diamond img {
  position: relative;
  top: -75%;
  left: -50%;
  transform: rotate(-45deg);
}

.color01 {
  background-color: #f8e000;
  border-color: #f8e000;
}

.color02 {
  background-color: #ed8e94;
  border-color: #ed8e94;
}

.color03 {
  background-color: #fc2b5c;
  border-color: #fc2b5c;
}

.color04 {
  background-color: #7bc5d0;
  border-color: #7bc5d0;
}

.color05 {
  background-color: #45559b;
  border-color: #45559b;
}

@keyframes animeCircle {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes kvLogo {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1.0);
  }
}

@keyframes slideInFromLeft {
  0% {
    left: -3000px;
  }
  100% {
    left: 0px;
  }
}

@keyframes slideInFromRight {
  0% {
    right: -3000px;
  }
  100% {
    right: 0px;
  }
}

@keyframes slideInFromTop {
  0% {
    top: -3000px;
  }
  100% {
    top: 0px;
  }
}

@keyframes slideOutToTop {
  0% {
    top: 0px;
  }
  100% {
    top: -3000px;
  }
}
