@charset "utf-8";

#rContent {
  width: 100%;
}

/* ========== FV ========== */
.inner_fv {
  width: min(80%, 1200px);
  margin: 80px auto 20px;
  padding-top: 80px;
  background: url(/business/agv/flow/images/bg_fv.webp) no-repeat;
  background-size: contain;
  color: #fff;
}

.fv_ttl {
  font-size: 45px;
  font-weight: bold;
  text-align: center;
  line-height: calc(67.5 / 45);
  letter-spacing: 5.7px;
  margin-bottom: 34px;
}

.fv_lead_txt {
  width: min(80%, 910px);
  margin: 0 auto;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 2;
}

/* ========== シャープの導入支援サービスの特長 ========== */
.flex_content {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.txt {
  font-size: 16px;
  font-weight: 300;
  line-height: 2;
  margin-bottom: 16px;
}

.flex_content .txt:last-child {
  margin-bottom: 0;
}

/* 3つの特長 */
.ttl_h4_flow {
  font-size: 28px;
  font-weight: 400;
  line-height: calc(50.4 / 28);
  letter-spacing: 0.04em;
  margin-bottom: 24px;
}

.three_features_contents {
  display: flex;
  gap: 24px;
  margin-bottom: 24px;
}

.three_features_contents:last-child {
  margin-bottom: 0;
}

.three_features_contents .num {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 60px;
  max-width: 60px;
  height: 60px;
  background: rgba(25, 103, 204, 0.2);
  color: #1967CC;
  font-size: 40px;
  position: relative;
}

.three_features_contents .num span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -54%);
  color: #1967CC;
}

.ttl_three_features { 
  font-size: 24px;
  font-weight: 500;
  line-height: calc(30/ 24);
  color: #1967CC;
  margin: 16px 0 16px;
}

.three_features_txt p {
  font-size: 16px;
  line-height: 2;
  font-weight: 300;
}

.ttl_h4_flow2 {
  letter-spacing: 0.01em;
}

/* 3つの視点 */
.perspective {
  position: relative;
  z-index: 1;
}

.wrap_perspective_contents {
  position: absolute;
  top: min(calc(131 / 1440 * 100vw), 131px);
  right: min(calc(47 / 1440 * 100vw), 47px);
}

.perspective_contents {
  display: flex;
  align-items: flex-end;
  gap: min(calc(4 / 1440 * 100vw), 4px);
  margin-bottom: min(calc(27 / 1440 * 100vw), 27px);
}

.perspective_contents:last-child {
  margin-bottom: 0;
}

.img_perspective {
  width: min(calc(200 / 1440 * 100vw), 200px);
  position: relative;
}

.img_perspective span {
  position: absolute;
  right: min(calc(24 / 1440 * 100vw), 24px);
  bottom: min(calc(24 / 1440 * 100vw), 24px);
  font-size: min(calc(13 / 1440 * 100vw), 13px);
  font-weight: 500;
  color: #fff;
}

.ul_perspective {
  width: min(calc(295 / 1440 * 100vw), 295px);
}

.ul_perspective li {
  font-size: min(calc(12 / 1440 * 100vw), 12px);
  line-height: calc(23 / 12);
  color: #fff;
}

@media (max-width: 1100px) {
  .wrap_perspective_contents {
    top: min(calc(154 / 1440 * 100vw), 154px);
    right: min(calc(125 / 1440 * 100vw), 125px);
  }
  
  .perspective_contents {
    margin-bottom: min(calc(44 / 1440 * 100vw), 44px);
  }
}

.perspective_bottom_txt1 {
  margin: 48px 0 16px;
  font-size: 20px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  
}

.perspective_bottom_txt1 sup {
  font-size: 12px;
  vertical-align: 0.7em;
}

.note {
  font-size: 14px;
}

/* ========== お客様の課題と支援内容 ========== */
.wrap_support_contents {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 48px;
}

.support_contents {
  width: 264px;
}

@media (max-width: 1640px) {
  .wrap_support_contents {
    gap: 24px;
  }

  .support_contents {
    width: 30%;
  }
}

.ttl_h4_support {
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 24px;
  margin-bottom: 24px;
  color: #1967CC;
  text-align: center;
  position: relative;
}

.ttl_h4_support::before {
  content: "";
  display: block;
  width: 76px;
  height: 76px;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto 24px;
}

.support_contents:nth-child(1) .ttl_h4_support:before {
  background-image: url(/business/agv/flow/images/img_support02_1.webp);
}

.support_contents:nth-child(2) .ttl_h4_support:before {
  background-image: url(/business/agv/flow/images/img_support02_2.webp);
}

.support_contents:nth-child(3) .ttl_h4_support:before {
  background-image: url(/business/agv/flow/images/img_support02_3.webp);
}

.ttl_h4_support::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: rgba(25, 103, 204, 0.3);
  border-radius: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.ul_support {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 48px;
}

.ul_support li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% / 2 - 24px / 2);
  background: #fff;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.01em;
  padding: 16px 0;
  text-align: center;
}

/* ========== サービス内容の詳細 ========== */
.wrap_service_table {
  margin-bottom: 8px;
}

.wrap_service_table table {
  width: 100%;
  box-sizing: border-box;
  border-collapse: collapse;
  table-layout: fixed;
  border: 1px solid #8C8C8C;
}

.wrap_service_table table th,
.wrap_service_table table td {
  border: 1px solid #8C8C8C;
}

.wrap_service_table table thead th {
  padding: 8px;
  text-align: center;
  background: rgba(40, 40, 40, 0.6);
  color: #fff;
  font-size: 16px;
}

.wrap_service_table table thead th:nth-child(1) {
  width: 17%;
}

.wrap_service_table table thead th:nth-child(2) {
  width: 33%;
}

.wrap_service_table table thead th:nth-child(3) {
  width: 50%;
}

.wrap_service_table table tbody th,
.wrap_service_table table tbody td {
  font-weight: 300;
  font-size: 16px;
  line-height: calc(20.8 / 16);
}

.wrap_service_table table tbody th {
  padding: 29px 20px;
  background: rgba(40, 40, 40, 0.1);
}

.wrap_service_table table tbody td {
  padding: 8px 20px;
}

.wrap_service_table table tbody td ul li {
  display: flex;
}

.wrap_service_table table tbody td ul li::before {
  content: "・";
}

/* ========== アウトプットイメージ ========== */
.wrap_output_contents {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.output_contents {
  display: flex;
  flex-direction: column;
  width: calc(100% / 3 - 40px / 3);
}

.ttl_output {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  background: #1967CC;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: calc(32 / 20);
  padding: 8px;
  text-align: center;
  border-radius: 6px 6px 0 0;
}

.img_output {
  padding: 16px;
  background: #fff;
  border-radius: 0 0 6px 6px;
}

/* ========== 取り組み事例 ========== */
.case_contents {
  padding: 16px;
  background: #fff;
  border-radius: 16px;
  margin-bottom: 24px;
}

.case_contents:last-child {
  margin-bottom: 0;
}

.ttl_case {
  font-size: 22px;
  font-weight: 500;
  line-height: calc(32 / 22);
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 2px solid rgba(25, 103, 204, 0.3);
}

.ttl_case span {
  color: #1967CC;
}











/* ========================================
  SP用
======================================== */
/* ========== FV ========== */
body.responsive-sp .inner_fv {
  width: 100%;
  margin: 40px 0;
  padding-top: 50px;
  background-image: url(/business/agv/flow/images/bg_fv.webp);
}

body.responsive-sp .fv_ttl {
  font-size: 20px;
  line-height: calc(67.5 / 45);
  letter-spacing: 0;
}

body.responsive-sp .fv_lead_txt {
  width: 100%;
  margin: 0 0 21px;
  padding: 0 15px;
  font-size: 14px;
  box-sizing: border-box;
}

/* ========== シャープの導入支援サービスの特長 ========== */
body.responsive-sp .flex_content {
  display: block;
}

body.responsive-sp .left_contents, .right_contents {
  width: 100%;
}

body.responsive-sp .right_contents {
  margin-top: 16px;
}

body.responsive-sp .txt {
  font-size: 14px;
}

/* 3つの特長 */
body.responsive-sp .ttl_h4_flow {
  font-size: 15px;
  line-height: calc(28.8 / 16);
  margin-bottom: 16px;
}

body.responsive-sp .three_features_contents {
  margin-bottom: 16px;
}

body.responsive-sp .three_features_contents .num {
  min-width: 60px;
  max-width: 60px;
  height: 60px;
  font-size: 40px;
}

body.responsive-sp .ttl_three_features { 
  font-size: 20px;
  line-height: calc(26/ 20);
  margin: 8px 0;
}

body.responsive-sp .three_features_txt p {
  font-size: 14px;
}

body.responsive-sp .ttl_h4_flow2 {
  letter-spacing: 0;
}

body.responsive-sp .mb_contents {
  margin-bottom: 32px;
}

/* 3つの視点 */
body.responsive-sp .perspective {
  background: #071C3E;
  padding-bottom: calc(20 / 393 * 100vw);
}

body.responsive-sp .wrap_perspective_contents {
  position: static;
  width: calc(288 / 393 * 100vw);
  margin: calc(-10 / 393 * 100vw) auto 0;
}

body.responsive-sp .perspective_contents {
  display: block;
  margin-bottom: calc(20 / 393 * 100vw);
}

body.responsive-sp .img_perspective {
  width: calc(198 / 393 * 100vw);
}

body.responsive-sp .img_perspective span {
  right: calc(22 / 393 * 100vw);
  bottom: calc(24 / 393 * 100vw);
  font-size: calc(13 / 393 * 100vw);
}

body.responsive-sp .ul_perspective {
  width: 100%;
}

body.responsive-sp .ul_perspective li {
  font-size: calc(12 / 393 * 100vw);
  line-height: calc(22 / 12);
}

body.responsive-sp .perspective_bottom_txt1 {
  margin: 36px 0 16px;
  font-size: 14px;
}

body.responsive-sp .perspective_bottom_txt1 sup {
  font-size: 10px;
}

body.responsive-sp .note {
  font-size: 12px;
}

/* ========== お客様の課題と支援内容 ========== */
body.responsive-sp .wrap_support_contents {
  gap: 24px;
}

body.responsive-sp .support_contents {
  width: 100%;
}

body.responsive-sp .ttl_h4_support {
  font-size: 20px;
  padding-bottom: 16px;
  margin-bottom: 10px;
}

body.responsive-sp .ul_support {
  display: block;
  margin-bottom: 24px;
}

body.responsive-sp .ul_support li {
  width: 100%;
  font-size: 16px;
  padding: 10px 0;
  margin-bottom: 12px;
}

body.responsive-sp .ul_support li:last-child {
  margin-bottom: 0;
}

/* ========== サービス内容の詳細 ========== */
body.responsive-sp .ttl_h4_flow_service {
  font-size: 15px;
}

body.responsive-sp .wrap_service_table {
  width: 100%;
  overflow-x: auto;
}

body.responsive-sp .wrap_service_table table {
  width: 634px;
}

body.responsive-sp .wrap_service_table table th,
body.responsive-sp .wrap_service_table table td {
  font-size: 14px;
}

body.responsive-sp .wrap_service_table table thead th:nth-child(1) {
  width: 95px;
}

body.responsive-sp .wrap_service_table table thead th:nth-child(2) {
  width: 144px;
}

body.responsive-sp .wrap_service_table table thead th:nth-child(3) {
  width: 361px;
}

body.responsive-sp .wrap_service_table table tbody th,
body.responsive-sp .wrap_service_table table tbody td {
  font-size: 14px;
}

body.responsive-sp .wrap_service_table table tbody th {
  padding: 25px 10px;
  background: rgba(40, 40, 40, 0.1);
}

body.responsive-sp .wrap_service_table table tbody td {
  padding: 8px 10px;
}

/* ========== アウトプットイメージ ========== */
body.responsive-sp .wrap_output_contents {
  gap: 10px;
}

body.responsive-sp .output_contents {
  display: flex;
  flex-direction: column;
  width: calc(100% / 2 - 10px / 2);
}

body.responsive-sp .ttl_output {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  font-size: 14px;
  line-height: calc(22.4 / 14);
}

body.responsive-sp .ttl_output2 {
  font-size: 12px;
  padding: 8px 4px;
  box-sizing: border-box;
}

/* ========== 取り組み事例 ========== */
body.responsive-sp .ttl_case {
  font-size: 16px;
  line-height: calc(24 / 16);
  padding-bottom: 10px;
  margin-bottom: 10px;
}