/* 00. COMMON SETTING
-------------------------------------------------------------------- */

.wf-loading * {
  visibility: hidden;
}

/* 01. ELEMENTS
-------------------------------------------------------------------- */

html {
  height: 100%;
  font-size: calc(1em * .625);
  /* フォントサイズ基準を10pxにする */
}

html.is-fontSizeL {
  font-size: calc(1em * .75);
}

body {
  position: relative;
  width: 100%;
  min-width: 320px;
  margin: 0 auto;
  overflow-x: hidden;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
  font-size: 1.4em;
  line-height: 1;
  letter-spacing: 0.025em;
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  /* フォントレンダリング設定: 1x解像度ではsubpixel、2x以上の解像度ではgrayscale */
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  color: #333333;
}

select {
  color: #333333;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.025em;
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-text-size-adjust: 100%;
}

input,
textarea {
  color: #333333;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.025em;
  word-break: break-word;
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="submit"],
button {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
  color: #333333;
  -webkit-transition: .3s;
  transition: .3s;
}

a {
  color: #333333;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

p {
  line-height: 2;
  letter-spacing: 0.075em;
}

iframe {
  overflow: hidden;
}

/* 02. COMPONENT
-------------------------------------------------------------------- */

.c-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  min-width: 240px;
  min-height: 48px;
  padding: 1.1rem 0.7rem 1.1rem 1.6rem;
  font-size: 1.6rem;
  border: 1px solid #cc0000;
  color: #cc0000;
  -webkit-transition: .3s;
  transition: .3s;
}

.c-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  z-index: 0;
  background: #cc0000;
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
}

.c-btn.is-hover:hover {
  color: #fff;
}

.c-btn.is-hover:hover::after {
  width: 100%;
}

.c-btnArea,
.c-btnArea--contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 4.8rem 0;
  padding: 0 16px;
}

.c-btnArea--contact {
  position: relative;
  margin: 0;
  padding: 6rem 0;
}

.c-btnArea--contact::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #ededed;
  z-index: -2;
}

.c-btnArea--contact .c-btn {
  min-width: 360px;
  padding: 2rem;
  font-size: 2rem;
  background: #cc0000;
  border: none;
  color: #fff;
}

.c-btnArea--contact .c-btn::after {
  background: #e44848;
}

.c-btnArea--contact .c-btn__icon {
  margin-right: 1.6rem;
  margin-left: 0;
}

.c-btn__text {
  z-index: 1;
}

.c-btn__icon {
  margin-left: 0.8rem;
  margin-bottom: -1px;
  z-index: 1;
}

.c-btn--noIcon {
  padding: 1.1rem 1.6rem;
}

/* 03. GLOBAL HEADER
-------------------------------------------------------------------- */

.p-glHeader {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 90px;
  z-index: 9999;
  background: #fff;
  -webkit-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.05);
}

.p-glHeader__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  height: 100%;
}

.p-glHeaderLogo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 27.5%;
  flex: 0 1 27.5%;
  padding-left: 4rem;
}

.p-glHeaderLogo__transition {
  width: 100%;
}

.p-glHeader__menuWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.p-glNav {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.p-glNav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-glNav__list::after {
  content: "";
  display: block;
  height: 1.6rem;
  width: 1px;
  background: #ccc;
}

.p-glNav__item {
  height: 100%;
  margin: 0 1.3%;
}

.p-glNav__item-contact {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.p-glNav__transition {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  height: 100%;
}

.p-glNav__transition::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 1px;
  width: 0px;
  background: #cc0000;
  -webkit-transition: .3s;
  transition: .3s;
}

.p-glNav__item.is-hover:hover .p-glNav__transition,
.p-glNav__item.is-glNavCurrent .p-glNav__transition {
  color: #cc0000;
}

.p-glNav__item.is-hover:hover .p-glNav__transition::after,
.p-glNav__item.is-glNavCurrent .p-glNav__transition::after {
  width: 100%;
}

.p-glNav__transition-contact {
  color: #fff;
  font-weight: 600;
  background: #cc0000;
  padding: 1.4rem 2.2rem;
  border-radius: 4px;
  transition: .3s;
}

.p-glNav__transition-contact.is-hover:hover {
  opacity: 0.8;
}

.p-glNav__childOpenBtn {
  display: none;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0 2.4rem;
}

.p-glNav__childOpenIcon--plus {
  width: 1.6rem;
  height: 1.6rem;
}

.p-glNav__childOpenIcon--minus {
  width: 1.6rem;
  height: 1.6rem;
}

.p-glNav__child {
  display: none;
  position: absolute;
  right: 0;
  left: 0;
  overflow: hidden;
  background: #faf3f3;
  -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.05);
}

.p-glNav__childInner {
  display: flex;
  align-items: stretch;
}

.p-glNav__childTitle {
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  background: url("/shared/img/title_bg.png") no-repeat;
  background-size: cover;
  -webkit-transition: .3s;
  transition: .3s;
  word-break: keep-all;
  padding: 4.8rem 2% 4.8rem;
}

.p-glNav__childTitle.is-hover:hover {
  color: rgba(255, 255, 255, 0.8);
}

.p-glNav__childList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-glNav__childItem {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 21.11111%;
  flex: 0 1 21.11111%;
  -webkit-transition: .3s;
  transition: .3s;
}

.p-glNav__childItem:not(:nth-child(4n)) {
  margin-right: 3.33333%;
}

.p-glNav__childTransition {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.2rem 0;
  -webkit-transition: .3s;
  transition: .3s;
  padding-bottom: 1.2rem;
}

.p-glNav__childTransition.is-hover:hover {
  color: #cc0000;
}

.p-glNav__childIcon {
  width: 2rem;
  height: 2rem;
}

.p-glNav__childGroup {
  flex-basis: 100%;
  padding: 3.6rem 2% 3.6rem;
}

.p-glNav__childGroupTitle {
  margin-bottom: 1.34rem;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.25;
  color: #cc0000;
  padding: 1.2rem 0;
  border-bottom: 1px solid #ccc;
}

.p-glNav__childGroupTitleTransition {
  color: #cc0000;
  font-weight: 600;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  transition: .3s;
}

.p-glNav__childGroupTitleTransition.is-hover:hover {
  opacity: 0.8;
}

.p-glNav__childGroupTitleIcon {
  margin-left: 0.8rem;
}

.p-glNav__childGroup .p-glNav__childList:not(:last-child) {
  margin-bottom: 2.54rem;
}

.p-searchBtn {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0 4rem 0 20px;
  color: #333333;
}

.p-searchBtn.is-hover:hover {
  color: #cc0000;
}

.p-search {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 3.2rem 1.6rem 2.4rem;
  overflow: hidden;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  background: #faf3f3;
  -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.05);
}

.p-search__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-search__input {
  max-width: 480px;
  width: 100%;
  padding: 1.2rem 1.6rem;
  outline: none;
}

.p-search__submit {
  width: 4.4rem;
  height: 4.4rem;
  margin-left: 0.8rem;
  color: #333333;
}

.p-searchClose {
  margin-top: 3.2rem;
  text-align: center;
}

.p-searchClose__btn {
  font-size: 1.4rem;
}

.p-searchClose__icon {
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 0.8rem;
}

.p-spNavBtn {
  display: none;
  width: 40px;
  height: 100%;
  padding: 0 16px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.p-spNavBtn__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 24px;
  height: 100%;
}

.p-spNavBtn__inner span {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #cc0000;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}

.is-spNavOpen .p-spNavBtn__inner span {
  background: transparent;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}

.p-spNavBtn__inner span::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  top: -8px;
  background: #cc0000;
  -webkit-transition: .3s;
  transition: .3s;
}

.is-spNavOpen .p-spNavBtn__inner span::before {
  top: 0;
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
  -webkit-transition: .3s;
  transition: .3s;
}

.p-spNavBtn__inner span::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  bottom: -8px;
  background: #cc0000;
  -webkit-transition: .3s;
  transition: .3s;
}

.is-spNavOpen .p-spNavBtn__inner span::after {
  bottom: 0;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  -webkit-transition: .3s;
  transition: .3s;
}

/* 04. MAIN
-------------------------------------------------------------------- */

.p-main {
  position: relative;
  padding-top: 90px;
}

/* 05. GLOBAL FOOTER
-------------------------------------------------------------------- */

.p-glFooter {
  background: #666666;
}

.p-glFooter__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 8rem 2% 8rem;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.p-glSitemap__openBtn {
  display: none;
  font-size: 1.4rem;
  color: #fff;
  cursor: pointer;
}

.p-glSitemap__openBtnIcon--plus {
  width: 1.6rem;
  height: 1.6rem;
}

.p-glSitemap__openBtnIcon--minus {
  width: 1.6rem;
  height: 1.6rem;
}

.p-glSitemap__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
}

.p-glSitemap__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 12.5%;
  flex: 0 1 12.5%;
}

.p-glSitemap__item:not(:last-child) {
  padding-right: 1.6rem;
}

.p-glSitemap__transition {
  font-weight: 600;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.p-glSitemap__transition.is-hover:hover {
  opacity: 0.6;
}

.p-glSitemap__childList {
  margin-top: 1.6rem;
}

.p-glSitemap__childItem {
  font-size: 1.2rem;
  line-height: 1.3;
}

.p-glSitemap__childItem:not(:last-child) {
  margin-bottom: 1.42rem;
}

.p-glSitemap__childTransition {
  color: #ddd;
  -webkit-transition: .3s;
  transition: .3s;
}

.p-glSitemap__childTransition.is-hover:hover {
  opacity: 0.6;
}

.p-glSitemap__grandchildList {
  margin-top: 0.8rem;
}

.p-glSitemap__grandchildItem {
  position: relative;
  padding-left: calc(4px + 0.5em);
}

.p-glSitemap__grandchildItem:not(:last-child) {
  margin-bottom: 0.62rem;
}

.p-glSitemap__grandchildItem::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: calc(0.5em + 1px);
  width: 4px;
  height: 1px;
  background: #ddd;
}

.p-glSitemap__grandchildTransition {
  color: #ddd;
  -webkit-transition: .3s;
  transition: .3s;
}

.p-glSitemap__grandchildTransition.is-hover:hover {
  opacity: 0.6;
}

.p-glPolicy {
  border-top: 1px solid #7a7a7a;
}

.p-glPolicy__list {
  max-width: 1440px;
  margin: 0 auto;
  padding: 2.4rem 2% 2.4rem;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-glPolicy__item {
  -webkit-box-flex: 0;
  /* -ms-flex: 0 1 14.28%; */
  -ms-flex: 0 1 12.5%;
  flex: 0 1 14.28%;
  font-size: 1.2rem;
  line-height: 1.3;
}

.p-glPolicy__item:not(:last-child) {
  padding-right: 1.6rem;
}

.p-glPolicy__transition {
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.p-glPolicy__transition.is-hover:hover {
  opacity: 0.6;
}

.p-glBnr {
  background: #ededed;
}

.p-glBnr__list {
  max-width: 1440px;
  margin: 0 auto;
  padding: 1.6rem 2% 1.6rem;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-glBnr__item:not(:last-child) {
  margin-right: 1.6rem;
}

.p-toTop {
  position: fixed;
  bottom: 4rem;
  right: 4rem;
  z-index: 9999;
}

.p-toTop__transition {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 6rem;
  height: 6rem;
  background: #666666;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.p-toTop__transition.is-hover:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.p-toTop__icon {
  width: 3.6rem;
  height: 3.6rem;
}

.p-copyright {
  padding: 2.05rem 1.6rem;
  text-align: center;
  letter-spacing: 0.025em;
  line-height: 1.5;
  background: #fff;
  border-top: 3px solid #cc0000;
}

/* 06. LOWER DEFAULT SETTINGS
-------------------------------------------------------------------- */

.p-breadcrumbs {
  width: 100%;
  padding: 1.42rem 4rem;
  z-index: 1;
}

.p-breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-breadcrumbs__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.2rem;
  line-height: 1.3;
  color: #333333;
  padding: 0.8em;
}

.p-breadcrumbs__item:not(:last-child) {
  margin-right: 1.2rem;
}

.p-breadcrumbs__transition {
  color: #333333;
}

.p-breadcrumbs__transition.is-hover:hover {
  color: #cc0000;
}

.p-breadcrumbs__icon {
  width: 1.4rem;
  height: 1.4rem;
  margin-left: 1.2rem;
}

.p-contents__header {
  padding: 4rem 0;
  background: url("/shared/img/title_bg.png") no-repeat;
  background-size: cover;
}

.p-contents__kv {
  position: relative;
  min-height: 300px;
}

.p-contents__header--img {
  position: relative;
}

/* 個別にキービジュアルを指定 例:<div class="p-contents__kv kvimg-solution"> */
.kvimg-normal {
  background: none;
  background-color: #c0c0c0 !important;
}

.kvimg-solution {
  background: url(/img/kv_lower_solution.jpg) no-repeat center center !important;
}

.kvimg-solution_company {
  background: url(/img/kv_lower_solution_company.jpg) no-repeat center center !important;
}

.kvimg-solution_medical {
  background: url(/img/kv_lower_solution_medical.jpg) no-repeat center center !important;
}

.kvimg-solution_rpa {
  background: url(/img/kv_lower_solution_rpa.jpg) no-repeat center center !important;
}

.kvimg-rpasolution {
  background: url(/img/kv/kv_05.jpg) no-repeat center center !important;
}

.kvimg-medicalsolution {
  background: url(/img/kv/kv_03.jpg) no-repeat center center !important;
}

.kvimg-business {
  background: url(/img/kv_lower_business.jpg) no-repeat center center !important;
}

.kvimg-business_companyIt {
  background: url(/img/kv_lower_business_companyIt.jpg) no-repeat center center !important;
}

.kvimg-business_marine {
  background: url(/img/kv_lower_business_marine.jpg) no-repeat center center !important;
}

.kvimg-business_medicalIt {
  background: url(/img/kv_lower_business_medicalIt.jpg) no-repeat center center !important;
}

.kvimg-business_pablic {
  background: url(/img/kv_lower_business_pablic.jpg) no-repeat center center !important;
}

.kvimg-business_software {
  background: url(/img/kv_lower_business_software.jpg) no-repeat center center !important;
}

.kvimg-caseStudy {
  background: url(/img/kv_lower_caseStudy.jpg) no-repeat center center !important;
}

.kvimg-contact {
  background: url(/img/kv_lower_contact.jpg) no-repeat center center !important;
}

.kvimg-news {
  background: url(/img/kv_lower_news.jpg) no-repeat center center !important;
}

.kvimg-product {
  background: url(/img/kv_lower_product.jpg) no-repeat center center !important;
}

.kvimg-product_AgilePoint {
  background: url(/img/kv_lower_product_AgilePoint.jpg) no-repeat center center !important;
}

.kvimg-product_bizrobo {
  background: url(/img/kv_lower_product_bizrobo_orange.jpg) no-repeat center center !important;
}

.kvimg-product_medicalRPA {
  background: url(/img/kv_lower_product_medicalRPA.png) no-repeat center center !important;
}

.kvimg-product_healthCare {
  background: url(/img/kv_lower_product_healthCare.jpg) no-repeat center center !important;
}

.kvimg-product_HeartCoreCMS {
  background: url(/img/kv_lower_product_HeartCoreCMS.jpg) no-repeat center center !important;
}

.kvimg-product_HeartCoreRobo {
  background: url(/img/kv_lower_product_HeartCoreRobo.jpg) no-repeat center center !important;
}

.kvimg-product_pepper {
  background: url(/img/kv_lower_product_pepper.jpg) no-repeat center center !important;
}

.kvimg-product_rpa {
  background: url(/img/kv_lower_product_rpa.jpg) no-repeat center center !important;
}

.kvimg-product_thermography {
  background: url(/img/kv_lower_product_thermography.jpg) no-repeat center center !important;
}

.kvimg-product_Smart-BPO {
  background: url(/img/kv_lower_product_Smart-BPO.jpg) no-repeat center center !important;
}

.kvimg-businessvisualization {
  background: url(/image/operationalEfficiency.png) no-repeat center center !important;
}

.kvimg-recruit {
  background: url(/img/kv_lower_recruit.jpg) no-repeat center center !important;
}

.kvimg-company {
  background: url(/img/kv_lower_company.jpg) no-repeat center center;
}

.kvimg-isosupport {
  background: url(/img/kv_lower_isosupport.jpg) no-repeat center center;
}

.kvimg-faqservice {
  background: url(/img/kv_lower_faqservice.jpg) no-repeat center center;
}

.kvimg-product_ReceBot {
  background: url(/img/kv_lower_product_ReceBot.png) no-repeat center center !important;
}


.kvimg-null {}

.p-contents__title--menu {
  max-width: 1200px;
  margin: 1rem auto 0;
  padding: 0 2% 0;
  width: 100%;
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  color: #ddd;
}

.p-contents__header--img .p-contents__title--menu {
  position: absolute;
  bottom: -11px;
  right: 0;
  left: 0;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 10rem;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 0;
  line-height: 1;
  color: #fff;
  opacity: 0.7;
}

.p-contents__title--page {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2% 0;
  width: 100%;
  font-size: 3.2rem;
  font-weight: 500;
  color: #fff;
}

.p-contents__header--img .p-contents__title--page {
  max-width: calc(1200px + 4%);
  margin: 0 auto;
  padding: 0 2% 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(45%);
  transform: translateY(45%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  font-size: 3.6rem;
  font-weight: 500;
  color: #333333;
}

.p-contents__title--under_image {
  max-width: calc(1200px + 4%);
  margin: 0 auto;
  padding: 0 2% 0;
  width: 100%;
  -webkit-transform: translateY(45%);
  transform: translateY(45%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  font-size: 3.6rem;
  font-weight: 500;
}

.p-contents__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 5.42rem 2% 12rem;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.p-contents__inner>*:first-child {
  margin-top: 0;
}

.p-contents__inner>*:last-child {
  margin-bottom: 0;
}

.p-contents__lead {
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  /*color: #cc0000;*/
  color: #333333;
}

.p-contents h2 {
  position: relative;
  padding-bottom: 1.15rem;
  margin-top: 4.45rem;
  margin-bottom: 2.5rem;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.3;
}

.p-contents h2::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  /* 40px */
  height: 1px;
  background: #cc0000;
}

.p-contents h3 {
  margin-top: 4.54rem;
  margin-bottom: 1.34rem;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.3;
}

/* #cc0000→#333333 変更：2018.12.12 高橋 */
.p-contents h4 {
  margin-top: 3.83rem;
  margin-bottom: 1.43rem;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.3;
  color: #333333;
}

.p-contents h5 {
  margin-top: 3.3rem;
  margin-bottom: 0.9rem;
  padding: 0.56rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.3;
  background: #f7f7f7;
}

.p-contents h6 {
  margin-top: 2.29rem;
  margin-bottom: 0.69rem;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.3;
}

.p-contents p {
  margin-bottom: 1.7rem;
}

/* テキストリンク文字色 */
/* text-decoration:underline !important;　削除 11/26 高橋 */
/*	color: #1b5dc0;⇒#8c493b; 12/4 */
.p-contents a {
  color: #8c493b;
}

.p-contents a:hover {
  opacity: 0.6;
}

.p-contents a.is-hover:hover {
  opacity: 0.6;
  text-decoration: underline !important;
}

.p-contents ul {
  margin-top: 1.25rem;
}

.p-contents ul>li {
  position: relative;
  padding-left: 1.4rem;
}

.p-contents ul>li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.75em;
  width: 6px;
  height: 1px;
  background: #cc0000;
}

.p-contents ol {
  margin-top: 1.25rem;
  margin-left: 2rem;
  list-style: decimal;
}

.p-contents li {
  letter-spacing: 0.075em;
  line-height: 1.5;
}

.p-contents li:not(:last-child) {
  margin-bottom: 0.65rem;
}

.p-contents table {
  margin: 3.2rem 0;
  width: 100%;
  border-bottom: 1px solid #ccc;
}

.p-contents tr {
  border-top: 1px solid #ccc;
}

.p-contents th {
  position: relative;
  width: 25%;
  padding: 1.25rem 1.6rem;
  background: #f7f7f7;
  letter-spacing: 0.075em;
  line-height: 1.5;
  text-align: left;
}

.p-contents thead th:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 50%;
  width: 1px;
  margin: auto 0;
  background: #ccc;
}

.p-contents td {
  position: relative;
  padding: 1.25rem 1.6rem;
  letter-spacing: 0.075em;
  line-height: 1.5;
}

.p-contents td:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 50%;
  width: 1px;
  margin: auto 0;
  background: #ccc;
}

.p-contents .c-btn {
  /*ボタンクラス追加*/
  color: #cc0000;
}

.p-contents .c-btnArea,
.p-contents .c-btnArea--contact {
  padding: 0;
}

.p-contents .c-btn.is-hover:hover {
  opacity: 1;
  text-decoration: none;
}

.p-product__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  max-width: 1440px;
  margin: 0 auto !important;
  padding: 0 2% 0 !important;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.p-product__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 calc(100% / 4 - 2%);
  flex: 0 1 calc(100% / 4 - 2%);
  margin: 1% !important;
  background: #fff;
  padding: 0 !important;
}

.p-product__item::after {
  content: none !important;
}

.p-product__transition {
  position: relative;
  display: block;
  color: #333 !important;
}

.p-product__transition::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.p-product__transition.is-hover:hover .p-product__img {
  -webkit-transform: scale(1.05) translateY(-2%);
  transform: scale(1.05) translateY(-2%);
}

.p-product__transition.is-hover:hover .p-product__title {
  color: #cc0000;
}

.p-product__transition.is-hover:hover::after {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.p-product__img {
  -webkit-transition: .3s;
  transition: .3s;
}

.p-product__img img {
  width: 100%;
}

.p-product__textArea {
  padding: 2.4rem 2.4rem 2.05rem;
  -webkit-transition: .3s;
  transition: .3s;
}

.p-product__title {
  text-align: center;
  font-size: 1.8rem !important;
  font-weight: 600 !important;
  -webkit-transition: .3s;
  transition: .3s;
  margin: 0 !important;
}

.p-product__text {
  margin-top: 2.05rem !important;
  margin-bottom: 0 !important;
  line-height: 1.5;
}

/* 07. MEDIA QUERIES
-------------------------------------------------------------------- */

@media only screen and (-webkit-min-device-pixel-ratio: 2),
(-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {

  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

}

@media screen and (max-width: 1400px) {

  .p-glHeaderLogo {
    -ms-flex-preferred-size: 23%;
    flex-basis: 23%;
    padding-left: 2%;
  }

  .p-glNav__item {
    margin: 0 1.2%;
  }

  .p-searchBtn {
    padding: 0 16px 0;
  }

  .p-main {
    padding-top: 70px;
  }

  .p-breadcrumbs {
    padding-right: 2%;
    padding-left: 2%;
  }

  .p-product__title {
    font-size: 1.6rem;
  }

}

@media screen and (max-width: 1270px) {
  .p-glNav__transition {
    font-size: 1.2rem;
}
}

@media screen and (max-width: 1120px) {
  .p-glNav__transition {
    font-size: 1.1rem;
}
}

@media screen and (max-width: 1050px) {
  .p-glNav__transition {
    font-size: 1rem;
}
}

@media screen and (min-width: 1025px) {

  .p-glHeader__menuWrapper {
    height: 100%;
  }

  .p-glNav {
    height: 100%;
  }

  .p-glNav__list {
    height: 100%;
  }

}


@media screen and (max-width: 1024px) {

  .p-glHeaderLogo {
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
    padding-left: 16px;
  }

  .p-glHeader__menuWrapper {
    display: none;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    background: #faf3f3;
    height: 100vh;
  }

  .p-glNav__list {
    display: block;
  }

  .p-glNav__list::after {
    content: none;
  }

  .p-glNav__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    margin: 0;
    border-bottom: 1px solid #ccc;
  }

  .p-glNav__item-contact {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .p-glNav__transition {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 2.4rem;
    font-size: 1.4rem;
  }

  .p-glNav__transition::after {
    content: none;
  }

  .p-glNav__transition-contact {
    margin: 1.6rem;
  }

  .p-glNav__childOpenBtn {
    display: block;
  }

  .p-glNav__child {
    position: static;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .p-glNav__childInner {
    padding: 0 0 0;
  }

  .p-glNav__childTitle {
    display: none;
  }

  .p-glNav__childList {
    display: block;
  }

  .p-glNav__childList {
    margin-bottom: 2.54rem;
  }

  .p-glNav__childItem:not(:nth-child(4n)) {
    margin: 0;
  }

  .p-glNav__childTransition {
    padding: 1.2rem 2.4rem;
  }

  .p-glNav__childIcon {
    width: 1.6rem;
    height: 1.6rem;
  }

  .p-glNav__childGroup {
    margin: 0 2.4rem;
    padding: 2.54rem 0 0;
  }

  .p-searchBtn {
    display: none;
  }

  .p-search {
    position: static;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: none;
    transform: none;
    height: 260px;
    background: #faf3f3;
  }

  .p-searchClose {
    display: none;
  }

  .p-spNavBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    cursor: pointer;
  }

  .p-glFooter__inner {
    padding: 8rem 16px 8rem;
  }

  .p-glFooter__inner {
    padding: 0;
  }

  .p-glSitemap {
    display: none;
  }

  .p-glSitemap__openBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 1.6rem;
    text-align: left;
  }

  .p-glSitemap__list {
    display: block;
    width: 100%;
    padding: 0.8rem 0;
    border-top: 1px solid #7a7a7a;
  }

  .p-glSitemap__item:not(:last-child) {
    padding: 0;
  }

  .p-glSitemap__transition {
    display: inline-block;
    margin: 0.4rem 1.6rem;
    padding: 0.4rem 0;
    font-weight: 400;
  }

  .p-glSitemap__childList {
    margin: 0;
  }

  .p-glSitemap__childItem:not(:last-child) {
    margin: 0;
  }

  .p-glSitemap__childTransition {
    display: inline-block;
    margin: 0.4rem 1.6rem 0.4rem 3.2rem;
    padding: 0.4rem 0;
  }

  .p-glSitemap__grandchildList {
    margin: -0.2rem 0 0.8rem;
  }

  .p-glSitemap__grandchildItem:not(:last-child) {
    margin: 0;
  }

  .p-glSitemap__grandchildItem::before {
    left: 33px;
    top: 12px;
  }

  .p-glSitemap__grandchildTransition {
    display: inline-block;
    margin: 0 1.6rem 0 3.2rem;
    padding: 0.4rem 0;
  }

  .p-glPolicy__list {
    padding: 1.6rem 16px 1.6rem;
  }

  .p-glPolicy__list {
    display: block;
    padding: 0;
  }

  .p-glPolicy__item {
    font-size: 1.4rem;
  }

  .p-glPolicy__item:not(:last-child) {
    padding: 0;
    border-bottom: 1px solid #7a7a7a;
  }

  .p-glPolicy__transition {
    display: block;
    padding: 1.6rem;
  }

  .p-glBnr__list {
    padding: 1.6rem 16px 1.6rem;
  }

  .p-breadcrumbs {
    padding-right: 16px;
    padding-left: 16px;
  }

  .p-contents__title--menu,
  .p-contents__title--page {
    padding: 0 16px 0;
  }

  .p-contents__inner {
    padding: 9.7rem 16px 12rem;
  }

  .p-product__list {
    padding: 0 16px 0;
  }

}

@media screen and (max-width: 1024px) and (min-width: 768px) {

  .p-product__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(100% / 2 - 2%);
    flex: 1 1 calc(100% / 2 - 2%);
    margin: 1%;
  }

}

@media screen and (max-width: 767px) {

  input,
  textarea {
    font-size: 1.4rem;
  }

  .p-glBnr__list {
    display: block;
  }

  .p-glBnr__item {
    text-align: center;
  }

  .p-glBnr__item:not(:last-child) {
    margin: 0 0 1.6rem 0;
  }

  .p-toTop {
    bottom: 1rem;
    right: 1rem;
  }

  .p-contents__kv {
    min-height: 150px;
  }

  .p-contents__header--img .p-contents__title--menu {
    font-size: 8rem;
  }

  .p-product__list {
    display: block;
  }

  .p-product__item {
    margin: 1.6rem 0;
  }

}

@media screen and (max-width: 479px) {

  .c-btn {
    width: 100%;
  }

  .c-btnArea--contact {
    padding: 6rem 16px;
  }

  .c-btnArea--contact .c-btn {
    min-width: 100%;
  }

  .p-glHeader {
    height: 60px;
  }

  .p-main {
    padding-top: 60px;
  }

  .p-copyright {
    font-size: 1.2rem;
  }

  .p-contents__title--page {
    font-size: 2rem;
  }

  .p-contents__header--img .p-contents__title--page {
    font-size: 2.4rem;
  }

  .p-contents__title--menu {
    font-size: 1.2rem;
  }

  .p-contents__header--img .p-contents__title--menu {
    font-size: 5.6rem;
  }

  .p-contents__inner {
    padding-top: 4.85rem;
    padding-bottom: 6rem;
  }

  .p-contents__lead {
    text-align: left;
  }

  .p-contents h2 {
    font-size: 2rem;
  }

  .p-contents h3 {
    font-size: 1.8rem;
  }

  .p-contents h4 {
    font-size: 1.6rem;
  }

  .p-contents h5 {
    font-size: 1.5rem;
  }

  .p-contents th {
    width: 30%;
  }

  .p-product__item {
    margin-right: 0;
    margin-left: 0;
  }

  .p-product__text {
    margin-top: 1.25rem;
  }

}

