@charset "UTF-8";
#main-inner {
  padding-top: 4.5rem;
}
/* メインビジュアル */
.main-intro-group {
  display: flex;
  flex-direction: column;
}
.mv {
  margin-bottom: 1.5rem;
  padding: 0 3.6875rem;
}
.mv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .mv {
    width: 65vw;
    max-width: 500px;
    margin: 0 auto 1.5rem;
  }
}
#main-title {
  padding: 0;
  text-align: center;
}
/* セクション */
#main-content,
.case-studies-container,
.case-studies-list {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.service-sections {
  margin-bottom: 4rem;
}
.service-sections:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #main-content .text-center {
    text-align: left !important;
  }
}
/* 対応例 */
#section-solutions {
  margin-top: 2rem;
}
.solutions-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  background-color: var(--color-gray);
  border-radius: 0.75rem;
  padding: 1rem;
  list-style: none;
}
.solution-item,
.card-list li,
.flow-step-body-list li {
  position: relative;
  display: block;
  line-height: 130%;
  padding-left: 0.875rem;
}
.solution-item::before,
.card-list li::before,
.flow-step-body-list li::before {
  position: absolute;
  content: "";
  border-radius: 50%;
  width: 0.25rem;
  height: 0.25rem;
  background-color: var(--color-blue);
  margin-right: 0.25rem;
  top: 7px;
  left: 0;
}
.section-salesforce-container .card-list li::before {
  top: 10px;
}
/* プロセス */
.flow-step-body,
.flow-step {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.flow-step-body-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  list-style: none;
}
.flow {
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
}
.flow-gap {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.flow-item {
  width: 100%;
  height: 4rem;
  background-color: var(--color-gray);
  border-radius: 0.25rem;
  display: flex;
  justify-content: center;
  clip-path: polygon(0 0, 0 75%, 50% 100%, 100% 75%, 100% 0, 50% 25%);
}
.flow-item.is-first {
  clip-path: polygon(0 0, 0 75%, 50% 100%, 100% 75%, 100% 0);
}
.flow-item.is-last {
  height: 3.5rem;
  clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0, 50% 25%);
}
.flow-item.background-color {
  background-color: rgba(var(--color-blue-rgb), 0.3);
}
.flow-item-text {
  font-weight: 700;
  letter-spacing: 0.04375rem;
  color: var(--color-blue);
  padding-top: 1.5rem;
  white-space: nowrap;
  text-align: center;
}
.flow-item.is-first .flow-item-text {
  padding-top: 1rem;
}
/* 開発事例 */
.case-studies-group,
#section-lab-dev,
.section-lab-group,
.section-salesforce-container,
.section-salesforce-group {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.case-studies-group img,
.section-lab-dev-img img {
  width: 100%;
  max-height: 15rem;
  object-fit: contain;
}
.case-studies-item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: relative;
}
.case-studies-group:last-child .case-studies-item:last-child {
  margin-bottom: 0;
}
.case-studies-item:first-child::after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -2rem;
  border: 0.0625rem solid var(--color-gray);
}
.case-studies-item-label {
  font-weight: 700;
  color: var(--color-blue);
  display: flex;
  align-items: center;
}
.case-studies-item-label::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: rgba(var(--color-blue-rgb), 0.5);
  margin-right: 0.5rem;
}
.case-studies-item-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--color-navy);
}
.language-list {
  display: flex;
  gap: 0.5rem;
  width: fit-content;
  padding: 0.75rem;
  background: var(--color-gray);
  border-radius: 0.5rem;
  flex-wrap: wrap;
}
.language-item {
  padding: 0.5rem 1rem;
  background: var(--color-white);
  border-radius: 0.25rem;
  font-size: 0.75rem;
  color: var(--color-blue);
  font-weight: 700;
  line-height: 100%;
}
/* ラボ開発　*/
.section-lab-title {
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 100%;
  letter-spacing: 0.075rem;
  color: var(--color-navy);
  margin-bottom: 1rem;
}
/* カードレイアウト */
.card-list ul {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  list-style: none;
}
.card-title {
  /* font-size: 0.875rem; */
  font-weight: 700;
  line-height: 130%;
  color: var(--color-blue);
}
.card-list .section-dec {
  padding-bottom: 1rem;
}
.card-list-group {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.card-items {
  display: grid;
  row-gap: 1rem;
}
.card-item {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.card-item ul {
  gap: 0.5rem;
}
.qualification-with-count {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.qualification-with-count .count {
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .qualification-with-count {
    align-items: flex-end;
  }
  .qualification {
    font-size: 0.8125rem;
  }
}
/* Salesforce公認パートナー */
.section-salesforce-group {
  align-items: center;
}
.section-salesforce-img {
  height: 4rem;
  width: 13.625rem;
}
.section-salesforce-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.section-salesforce-group .section-dec {
  flex: 1;
  min-width: 0;
}
/* 画面幅が768px以上(タブレット) */
@media screen and (min-width: 768px) {
  #main-inner {
    padding-top: 11rem;
  }
  /* メインビジュアル */
  .main-intro-group {
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    padding: 0 5rem;
  }
  .mv {
    margin-bottom: 0;
    transform: translateY(3rem);
    position: relative;
    z-index: 1;
    padding: 0 5rem;
  }
  #main-title {
    text-align: left;
    margin: 0;
  }
  /* セクション */
  #main-content {
    gap: 7.5rem;
  }
  .text-center {
    text-align: center;
  }
  .service-sections {
    margin-bottom: 7.5rem;
  }
  /* 対応例 */
  #section-solutions {
    margin-top: 4rem;
  }
  .solutions-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(15.875rem, 1fr));
    gap: 1rem;
    border-radius: 1rem;
    padding: 2rem 1.5rem;
  }
  .solution-item,
  .card-list li {
    font-size: 1.125rem;
    line-height: 100%;
  }
  .solution-item::before,
  .card-list li::before {
    width: 0.375rem;
    height: 0.375rem;
    margin-right: 0.5rem;
  }
  /* プロセス */
  .flow-step-body-text {
    min-height: 2.5rem;
  }
  .flow-step-body {
    gap: 1rem;
    padding: 0 1rem;
  }
  .flow {
    flex-direction: row;
    margin-top: 2.5rem;
  }
  .flow-gap {
    gap: 0;
  }
  .flow-step {
    flex: 1;
    gap: 1.5rem;
  }
  .flow-item {
    height: 4.9375rem;
    align-items: center;
    clip-path: polygon(0 100%, 9.8% 50%, 0 0, 90.2% 0, 100% 50%, 90.2% 100%);
  }
  .flow-item.is-first {
    clip-path: polygon(0 100%, 0 0, 90.2% 0, 100% 50%, 90.2% 100%);
  }
  .flow-item.is-last {
    height: 4.9375rem;
    clip-path: polygon(0 100%, 9.8% 50%, 0 0, 100% 0, 100% 100%);
  }
  .flow-item-text {
    font-size: 0.75rem;
    letter-spacing: 0.0375rem;
    padding-top: 0;
  }
  .flow-item.is-first .flow-item-text {
    padding-top: 0;
  }
  /* 開発事例 */
  .case-studies-group,
  #section-lab-dev {
    align-items: center;
    flex-direction: row;
    gap: 4rem;
  }
  .case-studies-group.reverse {
    flex-direction: row-reverse;
  }
  .case-studies-group-img,
  .section-lab-dev-img {
    width: calc(44% - 4rem);
  }
  .case-studies-group img,
  .section-lab-dev-img img {
    max-height: 27rem;
  }
  .case-studies-list,
  .section-lab-group {
    flex: 1;
  }
  .case-studies-item-title {
    font-size: 1.5rem;
  }
  .language-list {
    padding: 1rem;
    margin-top: 0.5rem;
  }
  .language-item {
    padding: 0.5rem 1.5rem;
    font-size: 0.875rem;
  }
  /* ラボ開発　*/
  .section-lab-group {
    gap: 2rem;
  }
  .section-lab-title {
    font-size: 2rem;
    letter-spacing: 0.1rem;
    margin-bottom: 2.5rem;
  }
  /* カードレイアウト */
  .card-list ul {
    gap: 1rem;
  }
  .card-title {
    font-size: 1.125rem;
    line-height: 100%;
    margin-bottom: 0
  }
  .card-list-group {
    flex-direction: row;
    gap: 2.5rem;
  }
  .card-items {
    display: grid;
    gap: 2.5rem 1rem;
  }
  .card-item {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding: 0 1rem;
  }
  .card-item ul {
    width: fit-content;
    gap: 0.5rem;
  }
  .qualification-with-count {
    gap: 1.5rem;
  }
  /* Salesforce公認パートナー */
  .section-salesforce-group {
    flex-direction: row-reverse;
    gap: 2.5rem;
  }
}
/* 画面幅が960px以上(PC) */
@media screen and (min-width: 960px) {
  /* フロー図のテキスト */
  .flow-item-text {
    font-size: 1.125rem;
    letter-spacing: 0.05625rem;
  }
  /* カードレイアウト */
  .card-items {
    grid-template-columns: 1fr 1fr;
  }
}
