/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

html {
  font-size: 100%;
}

body {
  color: black;
  font-size: 0.875rem;
  line-height: 1.5;
  font-family: "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  background-color: #156CBC;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

button,
select,
input,
textarea {
  font-size: 0.875rem;
  line-height: 1.5;
  font-family: "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  outline: none;
}

a {
  color: #333399;
}

.header {
  padding-left: 20px;
  padding-right: 20px;
  background-color: white;
}
.header .header__top {
  max-width: 954px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 23px;
  box-sizing: border-box;
  display: flex;
}
.header .header__topTitleLink {
  font-size: 1.5rem;
  color: black;
  text-decoration: none;
}
.header .header__logo {
  width: 100px;
  height: auto;
  margin-right: 10px;
  vertical-align: bottom;
}
.header .header__topMenuArea {
  margin-left: auto;
}
.header .header__topMenu {
  display: flex;
}
.header .header__topMenuItem:not(:first-of-type) {
  margin-left: 25px;
}
.header .header__topMenuIcon {
  margin-right: 5px;
}

@media screen and (max-width: 994px) {
  .header .header__top {
    padding-bottom: 15px;
  }
  .header .header__topMenuArea {
    display: none;
  }
  .header .header__topTitleLink {
    font-size: 1.125rem;
  }
  .header .header__mobileMenuArea {
    display: block;
  }
}
.nav {
  padding-left: 20px;
  padding-right: 20px;
  background-color: #156CBC;
}
.nav .nav__menu {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
}
.nav .nav__menuItem {
  width: 240px;
  height: 50px;
  border-right: 1px solid white;
  box-sizing: border-box;
  text-align: center;
}
.nav .nav__menuItem:first-of-type {
  border-left: 1px solid white;
}
.nav .nav__menuItemLink {
  width: 100%;
  height: 100%;
  font-size: 1.125rem;
  line-height: 50px;
  color: white;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
}
.nav .nav__menuItemLink:hover {
  background-color: rgba(255, 255, 255, 0.05);
}

@media screen and (max-width: 994px) {
  .nav {
    display: none;
  }
}
.mobileNav {
  position: relative;
  display: none;
}
.mobileNav .mobileNav__menuButton {
  height: 30px;
  border: 1px solid white;
  box-sizing: border-box;
  background-color: #156CBC;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 4;
}
.mobileNav .mobileNav__menuButtonLink {
  width: 100%;
  height: 100%;
  font-size: 1.2rem;
  line-height: 30px;
  color: white;
  text-decoration: none;
  vertical-align: middle;
  padding-left: 5px;
  padding-right: 5px;
  box-sizing: border-box;
  display: inline-block;
}
.mobileNav .mobileNav__menuModal {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 3;
}
.mobileNav .mobileNav__menu {
  width: 100%;
  color: white;
  background-color: #156CBC;
  position: fixed;
  top: 30px;
  left: 0;
  display: none;
}
.mobileNav .mobileNav__menuItem {
  margin-bottom: -1px;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  box-sizing: border-box;
}
.mobileNav .mobileNav__menuItemLink {
  width: 100%;
  height: 100%;
  font-size: 1.125rem;
  color: white;
  text-decoration: none;
  padding: 5px;
  box-sizing: border-box;
  display: block;
}

@media screen and (max-width: 994px) {
  .mobileNav {
    display: block;
  }
}
.main {
  width: 100%;
  background-color: white;
  flex: 1;
}
.main .main__container {
  max-width: 954px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  box-sizing: border-box;
}
.main .main__content {
  width: 100%;
}
.main .main__contentRow {
  display: flex;
}
.main .main__contentColumn:not(:first-child) {
  margin-left: 20px;
}
.main .main__contentColumn.-column30 {
  width: 30%;
}
.main .main__contentColumn.-column40 {
  width: 40%;
}
.main .main__contentColumn.-column50 {
  width: 50%;
}
.main .main__contentColumn.-column60 {
  width: 60%;
}
.main .main__contentTitle {
  font-size: 1.5rem;
  margin-bottom: 20px;
}
.main .main__contentSubtitle {
  font-size: 1.5rem;
  margin-bottom: 15px;
}
.main .main__contentHeading {
  font-size: 1rem;
  margin-bottom: 12px;
}
.main .main__contentText {
  margin-bottom: 10px;
}
.main .main__contentText.-emphasis {
  font-size: 1.125rem;
  font-weight: bold;
}
.main .main__contentText.-right {
  text-align: right;
}
.main .main__contentList {
  list-style-type: disc;
  margin-bottom: 10px;
  padding-left: 1rem;
}
.main .main__contentList.-order {
  list-style-type: decimal;
}
.main .main__contentListItem:not(:first-of-type) {
  margin-top: 8px;
}
.main .main__contentDescList {
  margin-bottom: 10px;
}
.main .main__contentDesc {
  padding-left: 1rem;
}
.main .main__contentImage {
  max-width: 100%;
  margin-bottom: 10px;
  height: auto;
  display: block;
}
.main .main__contentImage.-width50 {
  max-width: 50%;
}
.main .main__contentImageCaption {
  margin-top: 5px;
}
.main .main__contentSection:not(:first-child) {
  padding-top: 30px;
}
.main .main__more {
  margin-top: 15px;
  display: inline-block;
}
.main .staffList,
.main .learningList {
  margin-top: 20px;
}
.main .privacymark {
  margin-bottom: 20px;
}
/* 202511/11小林追加 Start */
.main .main__contentList.-japaneseNumber {
  list-style: none; /* デフォルトのリストマークを消す */
  counter-reset: item; /* カウンター初期化 */
  margin-bottom: 10px;
  padding-left: 1.3rem; /* インデント調整 */
  font-family: "Meiryo", "Hiragino Kaku Gothic Pro", sans-serif; /* ← 全体にも指定 */
}

.main .main__contentList.-japaneseNumber .main__contentListItem {
  counter-increment: item; /* カウンターを増やす */
  position: relative;
  margin-top: 8px; /* 2つ目以降のマージン */
  list-style: none; /* ここでリストマーカー消しの強制 */
  font-family: inherit; /* ← 親のフォントを引き継ぐ */
}

.main .main__contentList.-japaneseNumber .main__contentListItem::before {
  content: counter(item) "）"; /* 「1）」「2）」形式 */
  position: absolute;
  left: -1.3rem; /* インデント分を左に */
  font-weight: normal;
  font-family: inherit; /* ← 本文と完全に同じフォントにする */

}
/* 202511/11小林追加 End */
@media screen and (max-width: 994px) {
  .main {
    flex: none;
    order: 2;
  }
  .main .main__contentRow {
    flex-direction: column;
  }
  .main .main__contentColumn:not(:first-child) {
    margin-top: 30px;
    margin-left: 0;
  }
  .main .main__contentColumn.-column30, .main .main__contentColumn.-column40, .main .main__contentColumn.-column50, .main .main__contentColumn.-column60 {
    width: 100%;
  }
  .main .main__contentImage.-width50 {
    max-width: 100%;
  }
  .main .main__contentImage.-optional {
    display: none;
  }
}
.footer {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #156CBC;
}
.footer .footer__menuArea {
  padding-top: 30px;
  padding-bottom: 15px;
  display: inline-flex;
}
.footer .footer__menu {
  text-align: left;
}
.footer .footer__menu:not(:first-of-type) {
  margin-left: 100px;
}
.footer .footer_menuCategory {
  color: white;
  font-weight: bold;
  margin-bottom: 9px;
}
.footer .footer__menuItem:not(:first-of-type) {
  margin-top: 9px;
}
.footer .footer__menuLink {
  color: white;
}
.footer .footer__copyright {
  color: white;
  padding-top: 15px;
  padding-bottom: 10px;
}

@media screen and (max-width: 994px) {
  .footer .footer__menuArea {
    display: block;
  }
  .footer .footer__menu:not(:first-of-type) {
    margin-top: 30px;
    margin-left: 0;
  }
}
.cover {
  height: 300px;
  color: white;
  text-shadow: 1px 1px 2px #191919;
  background-color: white;
  background-image: url("/assets/image/cover_top.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.cover .cover__overlay {
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  background-color: rgba(24, 121, 212, 0.4);
}
.cover .cover__content {
  max-width: 954px;
  margin-left: auto;
  margin-right: auto;
}
.cover .cover__catchphrase {
  padding-top: 34px;
  padding-bottom: 12px;
  font-size: 2.25rem;
}
.cover .cover__text {
  font-size: 1.125rem;
}

@media screen and (max-width: 994px) {
  .cover {
    min-height: 200px;
  }
  .cover .cover__catchphrase {
    font-size: 1.5rem;
  }
  .cover .cover__text {
    font-size: 1rem;
  }
}
.businessList {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -20px;
}
.businessList .businessList__item {
  width: 467px;
  height: 180px;
  color: white;
  text-shadow: 1px 1px 2px #191919;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 20px;
}
.businessList .businessList__item:nth-of-type(2n) {
  margin-left: 20px;
}
.businessList .businessList__item.-salesForce {
  background-image: url("/assets/image/business_salesforce.jpg");
}
.businessList .businessList__item.-sharePoint {
  background-image: url("/assets/image/business_sharepoint.jpg");
}
.businessList .businessList__item.-PEGA {
  background-image: url("/assets/image/business_pega.jpg");
}
.businessList .businessList__item.-PMO {
  background-image: url("/assets/image/business_pmo.jpg");
}
.businessList .businessList__link {
  width: 100%;
  height: 100%;
  color: white;
  text-decoration: none;
  display: block;
}
.businessList .businessList__link:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.businessList .businessList__overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 17px;
  box-sizing: border-box;
  position: relative;
}
.businessList .businessList__title {
  font-size: 1.5rem;
  margin-bottom: 20px;
}
.businessList .businessList__more {
  color: white;
  text-decoration: underline;
  margin-top: 15px;
  position: absolute;
  left: 17px;
  bottom: 17px;
}

@media screen and (max-width: 994px) {
  .businessList {
    display: block;
  }
  .businessList .businessList__item {
    width: 100%;
    margin-bottom: 10px;
  }
  .businessList .businessList__item:nth-of-type(2n) {
    margin-left: 0;
  }
}
.borderList .borderList__item {
  padding-top: 9px;
  padding-bottom: 25px;
  border-bottom: 1px solid #cccccc;
  display: flex;
}
.borderList .borderList__title {
  width: 200px;
  font-weight: bold;
  margin-right: 10px;
}
.borderList .borderList__title.-date {
  width: 100px;
  font-weight: normal;
}
.borderList .borderList__text {
  min-width: 10rem;
  flex: 1;
}
.borderList .borderList__list {
  min-width: 10rem;
  list-style-type: disc;
  padding-left: 1rem;
  flex: 1;
}
.borderList .borderList__listItem:not(:first-of-type) {
  margin-top: 8px;
}

@media screen and (max-width: 994px) {
  .borderList .borderList__item {
    display: block;
  }
  .borderList .borderList__title {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.content {
  padding-left: 20px;
  padding-right: 20px;
  background-color: white;
}
.content .content__container {
  max-width: 954px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  padding-bottom: 68px;
  box-sizing: border-box;
  display: flex;
}

@media screen and (max-width: 994px) {
  .content .content__container {
    flex-direction: column;
  }
}
.tinyCover {
  height: 100px;
  background-color: white;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.tinyCover.-news {
  background-image: url("/assets/image/cover_news.jpg");
}
.tinyCover.-company {
  background-image: url("/assets/image/cover_company.jpg");
}
.tinyCover.-recruit {
  background-image: url("/assets/image/cover_recruit.jpg");
}
.tinyCover.-technology {
  background-image: url("/assets/image/cover_technology.jpg");
}
.tinyCover.-other {
  background-image: url("/assets/image/cover_other.jpg");
}

@media screen and (max-width: 994px) {
  .tinyCover {
    display: none;
  }
}
.breadcrumb {
  padding-left: 20px;
  padding-right: 20px;
  background-color: white;
}
.breadcrumb .breadcrumb__list {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  box-sizing: border-box;
  display: flex;
}
.breadcrumb .breadcrumb__listItem {
  font-size: 0.75rem;
}
.breadcrumb .breadcrumb__listItem:not(:first-of-type)::before {
  margin-left: 11px;
  margin-right: 11px;
  content: ">";
}

@media screen and (max-width: 994px) {
  .breadcrumb {
    display: none;
  }
}
.sidebar {
  width: 224px;
  margin-left: 20px;
  background-color: white;
}
.sidebar .sidebar__content {
  padding-top: 30px;
  padding-bottom: 30px;
  box-sizing: border-box;
}
.sidebar .sidebar__contentTitle {
  font-size: 1.125rem;
  margin-bottom: 20px;
}
.sidebar .sidebar__menuButtonLink {
  display: none;
}
.sidebar .sidebar__contentTitleIcon {
  margin-right: 5px;
}
.sidebar .sidebar__menuItem {
  padding-top: 9px;
  padding-bottom: 25px;
  border-bottom: 1px dotted #cccccc;
}

@media screen and (max-width: 994px) {
  .sidebar {
    width: 100%;
    margin-left: 0;
    order: 1;
  }
  .sidebar .sidebar__content {
    padding-top: 30px;
    padding-bottom: 0;
    box-sizing: border-box;
  }
  .sidebar .sidebar__contentTitle {
    display: none;
  }
  .sidebar .sidebar__menuButtonLink {
    color: black;
    font-size: 1.125rem;
    text-decoration: none;
    border: 1px solid #cccccc;
    margin-bottom: 20px;
    padding: 5px;
    box-sizing: border-box;
    display: block;
  }
  .sidebar .sidebar__menu {
    display: none;
  }
}
.accessMap .accessMap__map {
  width: 80%;
  height: 450px;
}
.accessMap .accessMap__subtitle {
  font-size: 1.125rem;
  margin-bottom: 15px;
}
.accessMap .accessMap__addressArea {
  margin-bottom: 20px;
}
.accessMap .accessMap__address {
  font-size: 1rem;
  margin-bottom: 5px;
}
.accessMap .accessMap__routeList {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.accessMap .accessMap__routeListItem {
  width: 345px;
  margin-bottom: 20px;
}
.accessMap .accessMap__routeListItem:nth-of-type(2n) {
  margin-left: 20px;
}
.accessMap .accessMap__routeName {
  font-size: 1rem;
  margin-bottom: 5px;
}
.accessMap .accessMap__routeStation {
  color: #666666;
  padding-left: 1.5rem;
}

@media screen and (max-width: 994px) {
  .accessMap .accessMap__map {
    width: 100%;
  }
  .accessMap .accessMap__routeListItem {
    width: 100%;
  }
  .accessMap .accessMap__routeListItem:nth-of-type(2n) {
    margin-left: 0;
  }
}
.staffList .staffList__staff {
  width: 100%;
  display: flex;
}
.staffList .staffList__staff:not(:first-of-type) {
  margin-top: 20px;
}
.staffList .staffList__staffImage {
  width: 50%;
  height: 266px;
  display: block;
}
.staffList .staffList__staffInfo {
  width: 45%;
  margin-left: 5%;
}
.staffList .staffList__staffName {
  font-size: 1.5rem;
  margin-bottom: 10px;
}
.staffList .staffList__staffNameRight {
  font-size: 1.5rem;
  margin-bottom: 10px;
  margin-left: -9%;
}
.staffList .staffList__staffParsonalRight {
  margin-left: -35px;
  padding-right: 6%;
}
.staffList .staffList__staffRole {
  font-size: 1rem;
  margin-bottom: 20px;
}
.staffList .staffList__staffRoleRight {
  font-size: 1rem;
  margin-bottom: 20px;
  margin-left: -35px;
}

@media screen and (max-width: 994px) {
  .staffList .staffList__staff {
    flex-direction: column;
  }
  .staffList .staffList__staffImage {
    width: 100%;
    margin-bottom: 10px;
  }
  .staffList .staffList__staffInfo {
    width: 100%;
    margin-left: 0;
  }
}
.learningList .learningList__learning {
  width: 100%;
  display: flex;
}
.learningList .learningList__learning:not(:first-of-type) {
  margin-top: 20px;
}
.learningList .learningList__learningImage {
  width: 40%;
  height: auto;
  display: block;
}
.learningList .learningList__learningInfo {
  width: 55%;
  margin-right: 5%;
}
.learningList .learningList__learningName {
  font-size: 1.5rem;
  margin-bottom: 20px;
}

@media screen and (max-width: 994px) {
  .learningList .learningList__learning {
    flex-direction: column;
  }
  .learningList .learningList__learningImage {
    display: none;
  }
  .learningList .learningList__learningInfo {
    width: 100%;
    margin-right: 0;
  }
}
.news {
  width: 100%;
}
.news p {
  margin-bottom: 10px;
}
.news h2 {
  font-size: 1.5rem;
  margin-bottom: 20px;
}
.news h3 {
  font-size: 1.125rem;
  margin-top: 20px;
  margin-bottom: 15px;
}
.news img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
  display: block;
}

.privacymark {
  width: 100%;
  display: flex;
}
.privacymark .privacymark__image {
  width: 20%;
  height: auto;
  padding: 10px;
  box-sizing: border-box;
  display: block;
}
.privacymark .privacymark__text {
  width: 80%;
  padding: 10px;
  box-sizing: border-box;
  background-color: #efefef;
}

@media screen and (max-width: 994px) {
  .privacymark {
    display: block;
  }
  .privacymark .privacymark__image {
    width: 100%;
    max-width: 200px;
  }
  .privacymark .privacymark__text {
    width: 100%;
  }
}
.sitemap .sitemap__container {
  display: flex;
}
.sitemap .sitemap__category {
  width: 304.6666666667px;
  margin-bottom: 30px;
}
.sitemap .sitemap__categoryName {
  font-size: 1.125rem;
  margin-bottom: 15px;
}
.sitemap .sitemap__menuList {
  list-style-type: disc;
  padding-left: 1rem;
}
.sitemap .sitemap__menuItem:not(:first-of-type) {
  margin-top: 8px;
}

@media screen and (max-width: 994px) {
  .sitemap .sitemap__container {
    display: block;
  }
}

/*# sourceMappingURL=style.css.map */
