@charset "utf-8";

.is-wrapper-bg{
  background: #fff url(/common/images/bg_container.gif) repeat left top;
}

.is-bg-white{
  background-color: #fff;
  padding:0 20px 90px;
}

.about-container {
  text-align: left;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  color: #222;
}

.about-container {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}

.about-mv {
  height: 400px;
  width: 100%;
  background: url(/bi/images/mv_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-mv-inner {
  margin: 0 auto 0 calc((100% - 1000px) / 2);
  color: #fff;
  text-align: left;
  background: rgba(0, 0, 0, 0.75);
  padding: 30px;
  box-sizing: border-box;
  border-radius: 5px;
  border-left: 5px solid #005bac;
}

@media (max-width: 640px) {
  .about-mv-inner {
    margin: 0;
    border: none;
    padding: 20px;
  }
}

.about-mv-heading {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
}

.about-mv-heading sub{
  font-size: 50%;
}

.about-mv-heading-small {
  font-size: 70%;
  display: block;
}

.about-mv-txt {
  color: #fff;
  width: 100%;
  max-width: 500px;
  margin-top: 40px;
}

.about-sec01 {
  width: 100%;
  background: #fff;
  padding: 90px 0;
}

.about-sec-heading {
  text-align: center;
  font-size: 32px;
}

.about-sec-en-heading {
  color: #005bac;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  font-weight: 600;
}

.about-sec-jp-heading {
  color: #005bac;
  text-align: center;
  font-weight: 600;
}


.about-sec-subheading {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
  border-bottom: 4px solid #003F76;
  padding-bottom: 6px;
}

.about-sec-lead {
  max-width: 800px;
  width: fit-content;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
}

.about-sec-lead sub{
  font-size: 70%;
}

.about-sec-note-wrap{
  margin-top: 4px;
}

.about-sec-lead + .about-sec-note-wrap {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.about-sec-note {
font-size: 12px;
}

.about-sec-video {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.about-sec-video-title {
  width: 100%;
  text-align: center;
  margin-top: 70px;
  font-size: 24px;
}

.about-sec-video-player {
  max-width: 800px;
  width: 100%;
  margin-top: 30px;
}

.about-sec-video-player a {
  display: block;
}

.about-sec-video-player a img {
  max-width: 100%;
  height: auto;
  display: block;
}

.about-sec-02 {
  padding: 90px 0;
  background: #fff;
}

.about-sec-item {
  width: 100%;
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.about-sec-item.is-start {
  align-items: start;
}

.about-sec-en-heading+.about-sec-item,
.about-sec-item+.about-sec-item,
.about-sec-lead+.about-sec-item,
.about-sec-lead2+.about-sec-item {
  margin-top: 60px;
}

.about-sec-item.order-rev {
  flex-direction: row-reverse;
}

.about-sec-body {
  width: 100%;
  max-width: 430px;
}

.about-sec-body.is-max-w-none {
  max-width: none;
}

.about-sec-title02 {
  font-size: 24px;
}

.about-sec-body .about-sec-link {
  padding: 0;
  justify-content: start;
  margin-top: 44px;
}

@media (max-width: 640px) {
  .about-sec-body .about-sec-link {
    margin-top: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    justify-content: center;
  }
}

.about-sec-body .about-sec-link a {
  background-image: linear-gradient(90deg, #fff 50%, #fff, #000, #000 50%);
}

.about-sec-lead02 {
  margin-top: 30px;
}

.about-sec-img.is-border {
  border: 1px solid #DEDEDE;
  box-sizing: border-box;
}

.about-sec-link {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 60px;
}

a.about-btn01 {
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  border-radius: 5px;
  padding: 15px 40px;
  background-image: linear-gradient(90deg, #fff 50%, #fff, #005bac, #005bac 50%);
  background-size: 200% 100%;
  background-position: 100% 0;
  color: #fff;
  transition: background-position 0.2s ease-out;
}

a.about-btn01:hover {
  text-decoration: none;
  background-position: 0 0;
  color: #005bac;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  transition: background-position 0.2s ease-out;
}

.about-sec03 {
  padding: 90px 0;
  background: #fff;
}

.about-sec-lead2 {
  text-align: center;
  margin: 30px auto 0;
  max-width: 800px;
}

.about-sec-lead2.is-left {
  text-align: left;
}

.about-sec03-body {
  width: 100%;
  max-width: 1080px;
  margin: 10px auto 0;
}

.about-sec03-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -30px;
}

.about-sec03-item {
  width: 33.333%;
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.about-sec03-item-inner {
  width: 100%;
  max-width: 340px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  align-items: center;
  background: #fff;
  padding: 40px 25px;
  box-sizing: border-box;
  border-radius: 5px;
  align-content: flex-start;
  flex-direction: column-reverse;
}

.about-sec03-item-second {
  text-align: center;
}

.about-sec03-item-icon {}

.about-sec03-item-num {
  width: 100%;
  margin-top: 30px;
  font-size: 14px;
  color: #005bac;
  text-align: center;
}

.about-sec03-item-title {
  width: 100%;
  text-align: center;
  margin-top: 10px;
  font-size: 18px;
}

.about-sec03-item-txt {
  font-size: 14px;
  margin-top: 20px;
}

.about-sec04 {
  padding: 90px 0;
}

.about-reason-no {
  color: #005bac;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 16px;
  display: block;
}

.about-sec-recommend {
  position: relative;
  padding-top: 145px;
  width: 100%;
  max-width: 600px;
}

.about-sec-recommend-star {
  position: absolute;
  transform-origin: top left;
  transform: scale(0.7);
  top: 0;
  left: 0;
}

.about-sec-recommend-list {}

.about-sec-recommend-list li+li {
  margin-top: 10px;
}

.about-sec-recommend-notice {
  font-size: 14px;
}

.about-sec05 {
  padding: 90px 0;
  background-color: #fff;
}

@media (max-width: 640px) {
  .about-sec05 {
    padding: 40px 20px;
    box-sizing: border-box;
  }
}

.about-sec02 {
  padding: 90px 0;
}

@media (max-width: 640px) {
  .about-sec02 {
    padding: 40px 20px;
    box-sizing: border-box;
  }

  @media (max-width: 640px) {
    .about-mv {
      height: auto;
      padding: 20px;
      box-sizing: border-box;
    }

    .about-mv br {
      display: none;
    }

    .about-sec01 {
      padding: 40px 20px;
      box-sizing: border-box;
    }

    .about-sec-video-player {
      margin-top: 0;
    }
  }

  .about-sec-img {
    margin-top: 1em;
  }

  .about-sec-item {
    display: block;
  }

  .about-sec-item.is-add-button {
    padding-bottom: 100px;
    position: relative;
  }

  .about-sec-title02 {
    text-align: center;
  }

  .about-sec03 {
    padding: 40px 20px;
    box-sizing: border-box;
  }

  .about-sec03-list {
    display: block;
    margin: 0;
  }


  .about-sec03-item {
    width: 100%;
  }

  .about-sec04 {
    padding: 40px 20px;
    box-sizing: border-box;
  }

  .about-sec-recommend {
    padding-top: 1em;
  }

  .about-sec-recommend-star {
    position: relative;
    transform-origin: top left;
    transform: scale(1.0);
    display: flex;
    justify-content: center;
  }

  .about-reason-no {
    text-align: center;
  }
}

.about-sec06 {
  padding: 90px 0;
}

@media (max-width: 640px) {
  .about-sec06 {
    padding: 40px 20px;
    box-sizing: border-box;
  }
}

.about-sec07 {
  padding: 90px 0;
  background-color: #fff;
}

@media (max-width: 640px) {
  .about-sec07 {
    padding: 40px 20px;
    box-sizing: border-box;
  }
}

.about-sec08 {
  padding: 90px 0;
}

@media (max-width: 640px) {
  .about-sec08 {
    padding: 40px 20px;
    box-sizing: border-box;
  }
}

.about-sec09 {
  padding: 90px 0;
  background-color: #fff;
}

@media (max-width: 640px) {
  .about-sec09 {
    padding: 40px 20px;
    box-sizing: border-box;
  }
}

.about-sec10 {
  padding: 90px 0;
}

@media (max-width: 640px) {
  .about-sec10 {
    padding: 40px 20px;
    box-sizing: border-box;
  }
}

.about-sec11 {
  padding: 90px 0;
  background-color: #fff;
}

@media (max-width: 640px) {
  .about-sec11 {
    padding: 40px 20px;
    box-sizing: border-box;
  }
}

.about-sec12 {
  padding: 90px 0;
}

@media (max-width: 640px) {
  .about-sec12 {
    padding: 40px 20px;
    box-sizing: border-box;
  }
}

.p-top-link-area {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.p-top-link-area ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 20px;
  row-gap: 12px;
}

@media (max-width: 640px) {
  .p-top-link-area ul {
    grid-template-columns: 100%;
  }
}

.p-top-link {
  border-radius: 5px;
  border: 1px solid #9F9F9F;
  text-align: center;
  display: block;
  padding: 24px 20px;
  text-decoration: none;
  position: relative;
}

.p-top-link::after {
  content: "";
  bottom: 16px;
  right: 12px;
  position: absolute;
  mask: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M12%2C0C5.37%2C0%2C0%2C5.37%2C0%2C12s5.37%2C12%2C12%2C12%2C12-5.37%2C12-12S18.63%2C0%2C12%2C0ZM15.19%2C12.37l-3.01%2C3.47c-.08.1-.2.15-.32.15s-.24-.05-.32-.15l-.27-.31c-.09-.1-.13-.23-.13-.37s.05-.27.13-.37l1.78-2.04h-3.93c-.25%2C0-.45-.25-.45-.54v-.45c0-.29.2-.52.45-.52h3.91l-1.76-2.03c-.09-.1-.13-.24-.13-.38s.05-.27.13-.37l.27-.32c.09-.1.2-.15.32-.15s.24.06.32.15l3.01%2C3.47c.09.1.13.23.13.37s-.05.27-.13.37Z%22%20fill%3D%22%23005bac%22%2F%3E%3C%2Fsvg%3E") no-repeat 0 0 / 100% 100%;
  background-color: #005BAC;
  width: 24px;
  height: 24px;
  transition: 0.2s transform ease-out;
}

.p-top-link:hover::after {
  transform: translateX(6px);
}

@media (max-width: 640px) {
  .p-top-link {
    padding: 12px 20px;
    text-align: left;
  }

  .p-top-link::after {
    width: 20px;
    height: 20px;
    bottom: auto;
    top: calc(50% - 10px);
  }
}

.p-top-link:hover {
  text-decoration: none;
}

.p-top-link_tag {
  background-color: #005BAC;
  border-radius: 9999px;
  width: fit-content;
  padding: 3px 8px;
  margin: 0 auto;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

@media (max-width: 640px) {
  .p-top-link_tag {
    margin: 0;
    padding: 1px 8px;
  }
}

.p-top-link_name {
  font-weight: 700;
  line-height: 1.2;
  margin-top: 8px;
}

.p-top-link_name>* {
  display: block;
}

@media (max-width: 640px) {
  .p-top-link_name {
    margin-top: 4px;
  }

  .p-top-link_name>* {
    display: inline;
  }
}

.p-top-link_name-shoulder {
  font-size: 14px;
  color: #000;
}

.p-top-link_name-main {
  font-size: 24px;
  color: #005BAC;
}

.p-top-link_name-small {
  font-size: 12px;
  font-weight: normal;
  color: #000;
}

/* -----------------------------------------
	▼ table
----------------------------------------- */

.p-table-wrap {
  max-width: 1080px;
  margin: 60px auto 0;
}


@media (max-width: 640px) {
  .p-table-wrap {
    width: 100%;
    overflow-x: auto;
    margin-right: -20px;
    margin-left: -20px;
    padding: 0 20px 20px;
    margin-top: 30px;
  }
}

.p-table {
  width: 100%;
  border-top: 1px solid #C0CAD4;
  border-left: 1px solid #C0CAD4;
  table-layout: fixed;
}

@media (max-width: 640px) {
  .p-table {
    width: 860px;
  }
}


.p-table thead {
  background-color: #003F76;
}

.p-table thead th {
  color: #fff;
  text-align: center;
  line-height: 1.5;
  font-size: 18px;
  padding: 20px 24px;
  border-right: 1px solid #C0CAD4;
  border-bottom: 1px solid #000;
  vertical-align: middle;
  box-sizing: border-box;
}

@media (max-width: 640px) {
  .p-table thead th {
    padding: 20px 12px;
    font-size: 16px;
  }
}

.p-table thead th:first-child {
  width: 252px;
  text-align: left;
}

@media (max-width: 640px) {
  .p-table thead th:first-child {
    width: 184px;
  }
}

.p-table tbody th,
.p-table tbody td {
  border-right: 1px solid #C0CAD4;
  border-bottom: 1px solid #000;
  padding: 24px;
  vertical-align: middle;
}

@media (max-width: 640px) {

  .p-table tbody th,
  .p-table tbody td {
    font-size: 14px;
  }
}

.p-table tbody td.is-pos-start{
  vertical-align: top;
}

.p-table tbody th {
  font-weight: normal;
}

.p-table tbody tr:not(:first-child) td {
  background-color: #fff;
}

.p-table tbody td img,
.p-table tbody td svg {
  width: 26px;
  height: 26px;
  margin: 0 auto;
  display: block;
}

.p-table td p em {
  font-weight: 700;
  color: #003F76;
  text-align: center;
  font-style: normal;
  display: block;
}

.p-table td dl {
  display: grid;
  row-gap: 14px;
}

.p-table td dl dt {
  font-weight: 700;
  color: #003F76;
  line-height: 1.5;
}

.p-table td dl dd {
  line-height: 1.5;
}

.p-table_columns {
  display: flex;
  justify-content: center;
  column-gap: 30px;
}

.p-table_text-columns {
  display: flex;
  align-self: center;
  column-gap: 6px;
  font-weight: 700;
  color: #003F76;
  align-items: center;
}

/* -----------------------------------------
	▼ list
----------------------------------------- */

.about-sec-card-list {
  width: 100%;
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 30px;
  row-gap: 40px;
}

@media (max-width: 640px) {
  .about-sec-card-list {
    grid-template-columns: 100%;
  }
}

.about-sec-card {
  display: block;
  border-radius: 5px;
  overflow: hidden;
  background-color: #E7EBF4;
  height: 100%;
  text-decoration: none;
}

.about-sec-card:hover{
  text-decoration: none;
}

.about-sec-card_thumb{
  overflow: hidden;
}

.about-sec-card img {
  transition: transform 0.3s ease;
}

.about-sec-card:hover img{
  transform: scale(1.05);
}

.about-sec-card.is-add-text-wrap{
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  row-gap: 0;
}

.about-sec-card.is-add-text-wrap .about-sec-card_text {
  padding-bottom: 0;
}

.about-sec-card img {
  width: 100%;
  height: auto;
}

.about-sec-card_text {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  padding: 36px 0;
  align-self: center;
  color: #222;
}

.about-sec-card_text-wrap{
  padding: 0 30px 30px 30px;
  margin-top: 16px;
}

.about-sec-card_text-wrap em{
  font-weight: bold;
  color: #005BAC;
  font-style: normal;
}

/* -----------------------------------------
	▼ 導入の流れ
----------------------------------------- */
.flowBox {
  background-color: #fff;
  border: 1px solid #c0cad4;
  padding-bottom: 20px;
  max-width: 800px;
  margin: 60px auto 0;
}

.flowBox .flow-gr-heading {
  color: #fff;
  font-size: 120%;
  font-weight: normal;
  text-align: center;
  background: url("/bi/images/common/bg_flow_arrow.png") no-repeat center bottom;
  padding-bottom: 12px;
  margin: 0 0 10px;
}

.flowBox .flow-gr-heading span {
  display: block;
  background: #004c8f;
  padding: 10px;
}

.flowGlaf {
  width: 712px;
  padding: 10px 0;
  margin: 0 auto;
  position: relative;
}

.flowGlaf ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 5px;
}

.flowGlaf li {
  width: 220px;
  margin-right: 20px;
}

.flowGlaf li:last-child {
  margin-right: 0;
}

.flowGlaf li dt {
  color: #fff;
  font-size: 120%;
  text-align: center;
  background: url("../../common/images/bg_anser_title_box2.png") no-repeat center bottom;
  padding-bottom: 9px;
}

.flowGlaf li dt span {
  display: block;
  background: #003f76;
  padding: 10px 5px;
}

.flowGlaf li dd {
  padding: 5px 0 0;
}

.flowGlaf li dd .txt {
  padding: 0 0 20px;
}

.flowGlaf li dd .img {
  text-align: center;
}

.flowGlaf .attent {
  line-height: 1.4;
  position: absolute;
  bottom: 0;
  left: 0;
}

.flowGlaf .attent a {
  color: #222;
}

.flowGlaf .attent a:hover {
  color: #006bb2;
}

.flowBox .startBox {
  width: 760px;
  color: #fff;
  font-size: 200%;
  text-align: center;
  background-color: #0357a0;
  margin: 10px auto 0;
}


.flowBox.is-linn-one .startBox {
  margin-top: 56px;
  position: relative;
}

.flowBox.is-linn-one .startBox::before{
  content: "";
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  width: 120px;
  height: 30px;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  background-color: #0067B2;
  margin: 0 auto;
}

.flowBox .startBox div {
  padding: 3px;
}

.flowBox .startBox p {
  background: #003f76 url("/bi/images/common/bg_startbox.png") repeat-x center center;
  border: 1px solid #fff;
  padding: 2px;
}

.flowBox .startBox p span {
  background: #003f76;
  padding: 0 10px;
}

.flow-flow01 {
  padding: 20px 20px 0;
}

.flow-flow01 .flow-flow01-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  color: #fff;
  background: #004c8f;
  position: relative;
  font-size: 18px;
  margin-bottom: 20px;
}

.flow-flow01 .flow-flow01-item:nth-child(2),
.flow-flow01 .flow-flow01-item:nth-child(5) {
  background-color: #005b9d;
}

.flow-flow01 .flow-flow01-item:nth-child(3) {
  background-color: #0067b2;
}

.flow-flow01 .flow-flow01-item.is-doted{
  background-color: #fff;
  color: #004C8F;
  border: 2px dotted #004C8F;
}

.flow-flow01 .flow-flow01-item::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 20px 0 20px;
  border-color: #004c8f transparent transparent transparent;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
}

.flow-flow01 .flow-flow01-item.is-doted::after{
  content: none;
}

.flow-flow01 .flow-flow01-item:nth-child(2)::after {
  border-color: #005b9d transparent transparent transparent;
}

.flow-flow01 .flow-flow01-item:nth-child(3)::after {
  border-color: #0067b2 transparent transparent transparent;
}

.flow-flow02 .flow-flow01-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  color: #fff;
  background: #004c8f;
  position: relative;
  font-size: 16px;
  margin-bottom: 20px;
  box-sizing: border-box;
  z-index: 3;
}

.flow-flow02 .flow-flow01-item:nth-child(2) {
  background-color: #005b9d;
  z-index: 2;
}

.flow-flow02 .flow-flow01-item:nth-child(3) {
  background-color: #0067b2;
  z-index: 1;
}

.flow-flow02 .flow-flow01-item:nth-child(4) {
  background-color: #0067b2;
  z-index: 1;
}

.flow-flow02 .flow-flow01-item.flow-traning {
  color: #004c8f;
  background-color: #fff;
  z-index: 0;
  border: 2px dotted #004c8f;
}

.flow-flow02 .flow-flow01-item::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 110px 0 110px;
  border-color: #004c8f transparent transparent transparent;
  bottom: -29px;
  left: 50%;
  transform: translateX(-50%);
}

.flow-flow02 .flow-flow01-item:nth-child(2)::after {
  border-color: #005b9d transparent transparent transparent;
}

.flow-flow02 .flow-flow01-item:nth-child(3)::after {
  border-color: #0067b2 transparent transparent transparent;
}

.flow-flow02 .flow-flow01-item.flow-flow01-item.flow-traning::after {
  bottom: -25px;
  border-width: 20px 60px 0 60px;
}

.flowBox-note{
  padding: 0 20px;
  font-size: 14px;
  margin-top: 16px;
}

@media screen and (max-width: 640px) {
  .flowGlaf li dt {
    font-size: calc(26/750*100vw);
  }

  .flowGlaf li dd .txt {
    font-size: calc(24/750*100vw);
  }

  .flow-flow02 .flow-flow01-item {
    font-size: calc(26/750*100vw);
    margin-bottom: 5vw;
    height: auto;
    padding: 5px;
  }

  .flow-flow02 .flow-flow01-item.flow-flow01-item.flow-traning::after,
  .flow-flow02 .flow-flow01-item::after {
    border-width: 5vw 10vw 0 10vw;
    bottom: -5vw;
  }

  .flowBox {
    overflow: hidden;
  }

  .flowGlaf {
    width: 94%;
    margin: 0 auto;
  }

  .flowGlaf li {
    float: none;
    width: 100%;
    padding-bottom: 20px;
    margin: 0;
  }

  .flowGlaf li:last-child {
    padding-bottom: 0;
  }

  .flowGlaf li dd .img {
    padding-bottom: 20px;
  }

  .flowGlaf .attent {
    line-height: 1.4;
    position: relative;
  }

  .flowBox .startBox {
    width: 90%;
    font-size: 160%;
    margin: 10px auto 0;
  }
}

/* -----------------------------------------
	▼ システム構成例
----------------------------------------- */
#systemServer {
  max-width: 800px;
  margin: 60px auto 0;
  /* background-color: #fff; */
}

#systemServer dl {
  width: 386px;
  height: 644px;
}

#systemServer dl.boxL {
  float: left;
}

#systemServer dl.boxR {
  float: right;
}

#systemServer dl dt {
  height: 60px;
  color: #fff;
  font-size: 120%;
  text-align: center;
  background-color: #005fb7;
  overflow: hidden;
  align-items: center;
  display: grid;
}

#systemServer dl dt span {
  display: block;
  font-size: 17px;
}

#systemServer dl dt span.line1 {
  line-height: 60px;
}

#systemServer dl dt span.line2 {
  line-height: 1.4;
}

#systemServer dl dd {
  width: 340px;
  margin: 0 auto;
}

#systemServer dl dd p.txt {
  height: 79px;
}

#systemServer dl dd p.txt span {
  display: block;
  padding-top: 13px;
}

#systemServer dl dd p.img {
  padding-bottom: 20px;
}

#systemServer dl dd dl {
  width: auto;
  height: auto;
  border: 1px solid #003f76;
}

#systemServer dl dd dl dt {
  height: auto;
  color: #003f76;
  font-size: 110%;
  text-align: center;
  background-color: #ddebf7;
  border: 1px solid #fff;
  padding: 11px 0;
}

#systemServer dl dd dl dd {
  width: auto;
  font-size: 110%;
  text-align: center;
  background-color: #fff;
  padding: 11px 0;
}

.tableStyle01 tbody th {
  width: 38%;
}

.tableStyle01 tbody td {
  width: 62%;
}

@media screen and (max-width: 640px) {
  #systemServer dl {
    width: auto;
    height: auto;
    padding-bottom: 20px;
  }

  #systemServer dl.boxL {
    float: none;
  }

  #systemServer dl.boxR {
    float: none;
  }

  #systemServer dl dt {
    height: auto;
    color: #fff;
    font-size: 120%;
    text-align: center;
    background-color: #005fb7;
    overflow: hidden;
  }

  #systemServer dl dt span {
    display: block;
    padding: 10px;
  }

  #systemServer dl dt span.line1 {
    line-height: 1.4;
  }

  #systemServer dl dt span.line2 {
    line-height: 1.4;
    padding-top: 10px;
  }

  #systemServer dl dd {
    width: 100%;
    margin: 0 auto;
  }

  #systemServer dl dd p.txt {
    height: auto;
    padding-bottom: 20px;
  }

  #systemServer dl dd p.img {
    text-align: center;
    padding-bottom: 20px;
  }

  #systemServer dl dd dl {
    padding: 0;
  }
}

.pg-flow-contents {
  display: flex;
  margin: 70px auto 0;
  max-width: 1080px;
  gap: 20px;
}
/* -----------------------------------------
	▼ box
----------------------------------------- */
.about-sec-en-heading + .p-case-box{
  margin-top: 60px;
}

.p-case-box{
  max-width: 1080px;
  margin: 0 auto;
  padding: 60px;
  box-sizing: border-box;
}

@media screen and (max-width: 640px) {
  .p-case-box{
    padding: 40px 20px;
  }
}

.p-case-box_inner{
  max-width: 800px;
  margin: 0 auto;
}

.p-case-box_thumb{
  margin-top: 48px;
}

@media screen and (max-width: 640px) {
 .p-case-box_thumb{
    margin: 40px 0 0;
  }
}

.p-case-box_list{
  margin-top: 48px;
  display: grid;
  row-gap: 40px;
}

.p-case-box_list dt{
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  padding: 16px 0;
}

.p-case-box_list div:first-child dt{
  background-color: #E7EBF4;
}
.p-case-box_list div:nth-child(2) dt{
  background-color: #005BAC;
  color: #fff;
}

.p-case-box_list dd{
  margin-top: 20px;
}

/* -----------------------------------------
	▼ リスト
----------------------------------------- */

@media (max-width: 640px) {
  .pg-flow-contents {
    margin-top: 40px;
    display: grid;
  }
}
.pg-flow-contents .pg-flow-item {
  width: 25%;
  box-sizing: border-box;
  background: #fff;
  padding: 32px 24px;
  border: 2px solid #F7F7FA;
  
}

.pg-flow-contents.is-column-3 .pg-flow-item {
  width: 33.3333%;
}

@media (max-width: 640px) {
  .pg-flow-contents .pg-flow-item {
    width: 100% !important;
  }
}

.pg-flow-item dl{
display: grid;
}

.pg-flow-item dl dt{
  order: 2;
  margin-top: 28px;
}

.pg-flow-contents .pg-flow-item .pg-flow-item-step {
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  display: block;
  color: #005BAC;
  font-weight: 700;
}
.pg-flow-contents .pg-flow-item .pg-flow-item-img {
  display: flex;
  justify-content: center;
  align-items: center;
  order: 1;
  width: 60px;
  margin: 0 auto;
}

.pg-flow-contents .pg-flow-item .pg-flow-item-img img {
  width: 100%;
  height: auto;
}
.pg-flow-contents .pg-flow-item .pg-flow-item-title {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 8px;
}
.pg-flow-contents .pg-flow-item .pg-flow-item-txt-wrap{
  order: 3;
  margin-top: 16px;
}

.pg-flow-contents .pg-flow-item .pg-flow-item-txt {
  font-size: 14px;
}
.pg-flow-contents .pg-flow-item .pg-flow-item-txt.pg-flow-box-txt {
  display: none;
}
.pg-flow-contents .pg-flow-item .pg-flow-item-txt.pg-flow-box-txt a {
  text-decoration: underline;
}
.pg-flow-contents .pg-flow-item .pg-flow-item-notice {
  margin-top: 12px;
  font-size: 10px;
}

/*************
 factory
  ************/
.p-factory .about-mv {
  background-image: url(/bi/factory/images/mv_bg.jpg);
}
/*************
 on-premises
  ************/
.p-on-premises .about-mv {
  background-image: url(/bi/on-premises/images/mv_bg.jpg);
}

/*************
 cloud
  ************/
.p-cloud .about-mv {
  background-image: url(/bi/cloud/images/mv_bg.jpg);
}

/*************
 db
  ************/
.p-db .about-mv {
  background-image: url(/db/images/mv_bg.jpg);
}

.about-sec02-graph{
  background-color: #fff;
  max-width: 1080px;
  margin: 40px auto 0;
  padding: 60px 30px;
}

@media screen and (max-width: 640px) {
  .about-sec02-graph{
    width: 100%;
    padding: 30px;
    box-sizing: border-box;
    margin:40px -20px 0 0;
    width: auto;
    overflow-x: scroll;
  }
}

.p-cloud .about-sec02-graph_img{
  width: 800px;
  margin: 0 auto;
}

.p-cloud .about-sec02-graph_img img{
  width: 100%;
  height: auto;
}

/* -----------------------------------------
	▼ faq
----------------------------------------- */

.p-faq-wrap{
  margin: 28px auto 0;
  max-width: 800px;
}

.p-faq{
  display: grid;
  row-gap: 40px;
}

.p-faq-question,
.p-faq-answer{
  display: flex;
}

.p-faq-question span:nth-child(2),
.p-faq-answer span:nth-child(2){
  flex: 1;
}

.p-faq-question{
  color: #003F76;
  font-weight: 700;
  font-size: 20px;
  padding-bottom: 16px;
  line-height: 1.5;
  position: relative;
}

.p-faq-question::before{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, rgb(0 63 118 / 100%), rgb(0 63 118 / 0))
}

.p-faq-question::after{
  background-color: #ffffff;
  background-image: linear-gradient(45deg, #3ec0ff 25%, transparent 25%, transparent 75%, #3ec0ff 75%), linear-gradient(45deg, #3ec0ff 25%, transparent 25%, transparent 75%, #3ec0ff 75%);
  background-position: 0 0, 2px 2px;
  background-size: 4px 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  height: 5px;
  width: 300px;
}

@media screen and (max-width: 640px) {
  .p-faq-question::after{
    width: 180px;
  }
}

.p-faq-answer{
  column-gap: 16px;
  margin-top: 14px;
}

.p-faq-answer span:nth-child(1){
  color: #DA0101;
  font-size: 20px;
  font-weight: 700;
}


/* -----------------------------------------
	▼ p-grid-table
----------------------------------------- */
.p-grid-table-wrap{
  max-width: 1080px;
  margin: 60px auto 0;
  display: grid;
  row-gap: 40px;
}
@media screen and (max-width: 640px) {
  .p-grid-table-wrap{
    row-gap: 30px;
  }
}
.p-grid-table_heading{
  background-color: #003F76;
  color: #fff;
  font-size:24px ;
  font-weight: 700;
  text-align: center;
  padding: 20px 0;
}
@media screen and (max-width: 640px) {
  .p-grid-table_heading{
    font-size: 18px;
  }
}
.p-grid-table_list{
  display: grid;
  border-right: 1px solid #C0CAD4;
}

.p-grid-table_item{
  display: grid;
  grid-template-columns: subgrid;
  grid-column: span 2;
}

@media screen and (max-width: 640px) {
  .p-grid-table_item{
    grid-template-columns: 100%;
    grid-column: span 1;  
  }
}
.p-grid-table_item dd,
.p-grid-table_item dt{
 border-left: 1px solid #C0CAD4;
 border-bottom: 1px solid #C0CAD4;
 display: grid;
 align-items: center;
 line-height: 1.5;
 padding: 24px;
}

.p-grid-table_item dt{
  width: 256px;
  box-sizing: border-box;
}

@media screen and (max-width: 640px) {
  .p-grid-table_item dt{
    text-align: center;
    border-bottom: none;
    width: auto;
  }
}

.p-grid-table_item dd{
  background-color: #fff;
}

/* -----------------------------------------
	▼ p-usecase
----------------------------------------- */
.p-usecase-box-list{
  display: grid;
  row-gap: 20px;
  max-width: 1080px;
  margin: 60px auto 0;
}
@media screen and (max-width: 640px) {
  .p-usecase-box-list{
    row-gap: 30px;
    margin-top: 40px;
  }
}
.p-usecase-box{
  background-color: #fff;
  padding: 50px;
  border: 1px solid #C0CAD4;
}

@media screen and (max-width: 640px) {
  .p-usecase-box{
    padding: calc((432/750*100vw) + 50px) 25px 25px;
    position: relative;
  }
}

.p-usecase-box_heading{
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
}

.p-usecase-box_heading > * {
  display: block;
}

.p-usecase-box_heading .is-en{
  color: #005BAC;
}

@media screen and (max-width: 640px) {
  .p-usecase-box_heading{
    font-size: 18px; 
   }

   .p-usecase-box_heading .is-en{
 padding-bottom: 8px;
}
}

.p-usecase-box_column{
  margin-top: 40px;
}

.p-usecase-box_column{
  display: grid;
  grid-template-columns: 246px 1fr;
  column-gap: 30px;
}

@media screen and (max-width: 640px) {
  .p-usecase-box_column{
    grid-template-columns: 100%;
  }
}
.p-usecase-box_img{
  overflow: hidden;
}
.p-usecase-box_img img{
  width: 100%;
  height: auto;
}

@media screen and (max-width: 640px) {
    .p-usecase-box_img{
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      margin: 0 auto;
      padding: 20px 20px 0;
    }
}

.p-usecase-box_dl{
  display: grid;
  row-gap: 24px;
  grid-template-rows: auto 1fr;
}

.p-usecase-box_item{
  display: grid;
  grid-template-columns: 105px 1fr;
  column-gap: 20px;
}

@media screen and (max-width: 640px) {
  .p-usecase-box_item{
    grid-template-columns: 100%;
  }
}

.p-usecase-box_item dt{
  background-color: #F6F7F9;
  display: grid;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  min-height: 105px;
}

@media screen and (max-width: 640px) {
  .p-usecase-box_item dt{
    font-size: 16px;
    padding: 12px 0;
    min-height: 0;
  }
}

.p-usecase-box_item:nth-child(2) dt{
  background-color: #E2ECF5;
  color: #005BAC;
}

.p-usecase-box_item dd{
  align-self: center;
}

@media screen and (max-width: 640px) {
  .p-usecase-box_item dd{
    margin-top: 20px;
  }
}

.p-usecase-box_item ul{
  display: grid;
  row-gap: 12px;
  align-self: center;
}

.p-usecase-box_item li{
  display: flex;
}

.p-usecase-box_item li::before{
  content: "・";
}

.p-usecase-box_item li > * {
  flex: 1;
}

/* -----------------------------------------
	▼ p-systemServer-single
----------------------------------------- */

.p-systemServer-single{
  max-width: 750px;
  margin: 60px auto 0;
  display: grid;
  grid-template-columns: 330px 1fr;
  grid-template-rows:1fr auto;
  column-gap: 30px;
}


@media screen and (max-width: 640px) {
  .p-systemServer-single{
    grid-template-columns: 100%;
    grid-template-rows:auto auto auto;
    row-gap: 24px;
  }
}

.p-systemServer-single_head{
  grid-column: 2/3;
  grid-row: 1/2;
  background-color: #fff;
}

@media screen and (max-width: 640px) {
  .p-systemServer-single_head{
    grid-column: 1/2;
    grid-row: 1/2;
    background-color: transparent;
  }
}

.p-systemServer-single_box-list{
  grid-column: 2/3;
  grid-row: 2/3;
}

@media screen and (max-width: 640px) {
  .p-systemServer-single_box-list{
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.p-systemServer-single_box{
  background-color: #fff;
  display: grid;
  grid-template-rows: auto 1fr;
}

.p-systemServer-single_heading{
  background-color: #0067B2;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  line-height: 1.5;
  padding: 12px 0;
}
@media screen and (max-width: 640px) {
  .p-systemServer-single_heading{
    margin: 0 -20px;
  }
}
.p-systemServer-single_head-text{
  padding: 24px 24px 0;
}
@media screen and (max-width: 640px) {
  .p-systemServer-single_head-text{
    padding: 20px 0 0;
  }
}
.p-systemServer-single_box-list{
  background-color: #fff;
  padding: 0 24px;
}


@media screen and (max-width: 640px) {
  .p-systemServer-single_box-list{
  padding: 0 ;
}
}

.p-systemServer-single_box-list dt{
  background-color: #E2ECF5;
  color: #005BAC;
  padding: 12px 0;
  text-align: center;
  font-weight: 700;
}

.p-systemServer-single_box-list dd{
  text-align: center;
  padding: 20px 0;
}

.p-systemServer-single_img{
  grid-column: 1/2;
  grid-row: 1/3;
}

.p-systemServer-single_img img{
  width: 100%;
  height: auto;
}

@media screen and (max-width: 640px) {
  .p-systemServer-single_img{
  grid-column: 1/2;
  grid-row:2/3;
}
}