@charset "UTF-8";
:root {
  --color-main: #fc685a;
  --color-white: #fff;
  --color-accent01: #0097f4;
  --color-accent02: #4c5a6c;
  --color-accent03: #004fc4;
  --color-accent04: #31cfeb;
  --color-accent05: #e5f4fd;
  --color-accent06: #79ccff;
  --color-accent07: #dbff12;
  --color-accent08: #3ddec6;
  --color-plan01: #178962;
  --color-plan01-bg: #eafff7;
  --color-plan02: #87d951;
  --color-plan02-bg: #f0ffe6;
  --color-black: #2c3540;
  --color-txt: #222;
  --color-gray: #ddd;
  --color-gray02: #929dac;
  --color-link: #00f;
}

/* =======================================================
lower-mv
======================================================= */
.bl-lower-mv-ttl {
  gap: 10px;
}
.bl-lower-mv-ttl-wrapper {
  padding-top: 8px;
}
.bl-lower-mv-ttl-wrapper::after {
  right: -116px;
  width: 92px;
  height: 102px;
  background: url("../images/company/lower-mv-robot.png") top center/contain no-repeat;
}
.bl-lower-mv-ttl::before {
  width: 78px;
  height: 14px;
  background: url("../images/company/lower-mv-company.svg") top center/contain no-repeat;
}

@media screen and (width <= 750px) {
  .bl-lower-mv-ttl-wrapper::after {
    right: -150px;
    width: 126px;
    height: 140px;
    background: url("../images/company/lower-mv-robot-sp.png") top center/contain no-repeat;
  }
  .bl-lower-mv-ttl::before {
    width: 120px;
    height: 22px;
  }
}
/* =======================================================
company
======================================================= */
.bl-company {
  padding: 64px 0 96px;
}
.bl-company-intro {
  margin-bottom: 85px;
  text-align: center;
}
.bl-company-list {
  display: grid;
  grid-template: "item01 item02" "item03 item03";
  grid-template-columns: repeat(2, 1fr);
  gap: 32px 24px;
  margin-bottom: 64px;
}
.bl-company-item .bl-item-def {
  position: relative;
  padding-top: 24px;
}
.bl-company-item .bl-item-dttl {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.bl-company-item .bl-item-dttl::before {
  position: absolute;
  z-index: 2;
  content: "";
}
.bl-company-item .bl-item-dttl-inner {
  position: relative;
  display: grid;
  place-content: center;
  width: 180px;
  height: 55px;
  padding-bottom: 3px;
  border-radius: 28px;
}
.bl-company-item .bl-item-dttl-inner::after {
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 0;
  height: 0;
  content: "";
  border-style: solid;
  border-width: 12px 11px 0;
  transform: translateX(-50%);
}
.bl-company-item .bl-item-ditem {
  display: grid;
  gap: 24px;
  padding: 64px 0 40px;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.06em;
  border: 1px solid;
  border-radius: 4px;
}
.bl-company-item .bl-item-num-list {
  display: grid;
  grid-template-columns: repeat(2, 338px);
  gap: 16px 32px;
  justify-content: center;
}
.bl-company-item .bl-item-num-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 4px;
  padding: 7px 16px 8px;
  font-size: 17px;
  color: var(--color-white);
  text-align: left;
  letter-spacing: 0.04em;
  background: var(--color-accent01);
}
.bl-company-item .bl-item-num-item:first-of-type::before {
  content: "①";
}
.bl-company-item .bl-item-num-item:nth-of-type(2)::before {
  content: "②";
}
.bl-company-item .bl-item-num-item:nth-of-type(3)::before {
  content: "③";
}
.bl-company-item .bl-item-num-item:nth-of-type(4)::before {
  content: "④";
}
.bl-company-item .bl-item-num-item:nth-of-type(5)::before {
  content: "⑤";
}
.bl-company-item .bl-item-num-item:nth-of-type(6)::before {
  content: "⑥";
}
.bl-company-item.--mission .bl-item-dttl::before {
  top: -45px;
  left: 50%;
  width: 70px;
  height: 50px;
  background: url("../images/company/mission-robot.png") top center/contain no-repeat;
  transform: translateX(-50%);
}
.bl-company-item.--mission .bl-item-dttl-inner {
  background: var(--color-main);
}
.bl-company-item.--mission .bl-item-dttl-inner::after {
  border-color: var(--color-main) transparent transparent;
}
.bl-company-item.--mission .bl-item-ditem {
  border-color: var(--color-main);
}
.bl-company-item.--vision .bl-item-dttl::before {
  top: -6px;
  left: -51px;
  width: 60px;
  height: 70px;
  background: url("../images/company/vision-robot.png") top center/contain no-repeat;
}
.bl-company-item.--vision .bl-item-dttl-inner {
  background: var(--color-accent02);
}
.bl-company-item.--vision .bl-item-dttl-inner::after {
  border-color: var(--color-accent02) transparent transparent;
}
.bl-company-item.--vision .bl-item-ditem {
  border-color: var(--color-accent02);
}
.bl-company-item.--value .bl-item-dttl::before {
  top: -7px;
  right: -94px;
  width: 70px;
  height: 86px;
  background: url("../images/company/value-robot.png") top center/contain no-repeat;
}
.bl-company-item.--value .bl-item-dttl-inner {
  background: var(--color-accent01);
}
.bl-company-item.--value .bl-item-dttl-inner::after {
  border-color: var(--color-accent01) transparent transparent;
}
.bl-company-item.--value .bl-item-ditem {
  border-color: var(--color-accent01);
}
.bl-company-item:first-of-type {
  grid-area: item01;
}
.bl-company-item:nth-of-type(2) {
  grid-area: item02;
}
.bl-company-item:nth-of-type(3) {
  grid-area: item03;
}
.bl-company-def {
  display: grid;
  gap: 16px;
  padding: 40px;
  background: var(--color-accent05);
}
.bl-company-dwrap {
  display: grid;
  grid-template-columns: 230px 1fr;
  padding-bottom: 16px;
}
.bl-company-dwrap:not(:last-of-type) {
  border-bottom: 1px solid var(--color-gray02);
}
.bl-company-dwrap:last-of-type {
  padding-bottom: 0;
}
.bl-company-dttl {
  display: flex;
  align-items: center;
  font-weight: 700;
}

@media screen and (width <= 750px) {
  .bl-company-intro {
    margin-bottom: 120px;
  }
  .bl-company-list {
    grid-template: "item01" "item02" "item03";
    grid-template-columns: auto;
    gap: 48px;
    margin-bottom: 80px;
  }
  .bl-company-item .bl-item-def {
    padding-top: 36px;
  }
  .bl-company-item .bl-item-dttl-inner {
    width: 270px;
    height: 80px;
    padding-bottom: 4px;
    border-radius: 42px;
  }
  .bl-company-item .bl-item-dttl-inner::after {
    bottom: -15px;
    border-width: 18px 16px 0;
  }
  .bl-company-item .bl-item-dttl-inner img {
    height: 27px;
  }
  .bl-company-item .bl-item-ditem {
    gap: 36px;
    padding: 96px 0 64px;
    font-size: 36px;
    border-width: 2px;
    border-radius: 6px;
  }
  .bl-company-item .bl-item-num-list {
    grid-template-columns: auto;
    gap: 24px;
  }
  .bl-company-item .bl-item-num-item {
    grid-template-columns: auto 1fr;
    gap: 6px;
    padding: 10px 24px 14px;
    font-size: 28px;
  }
  .bl-company-item.--mission .bl-item-dttl::before {
    top: -66px;
    width: 105px;
    height: 75px;
  }
  .bl-company-item.--vision .bl-item-dttl::before {
    top: -9px;
    left: -75px;
    width: 90px;
    height: 105px;
  }
  .bl-company-item.--value .bl-item-dttl::before {
    top: -10px;
    right: -141px;
    width: 105px;
    height: 129px;
  }
  .bl-company-def {
    gap: 24px;
    padding: 60px;
  }
  .bl-company-dwrap {
    grid-template-columns: auto;
    gap: 8px;
    padding-bottom: 24px;
  }
  .bl-company-dwrap:not(:last-of-type) {
    border-width: 2px;
  }
}