@charset "UTF-8";
/*16*1.75/2*/
/*=========*/
/* 事業内容 */
/*=========*/
body.products .list01 {
  display: flex;
  gap: 32px;
  padding-top: 32px;
}
@media (max-width: 900px) {
  body.products .list01 {
    display: block;
  }
}
body.products .list01 li {
  width: calc((100% - 64px) / 3);
  background-color: #F5F5F5;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 900px) {
  body.products .list01 li {
    width: 100%;
  }
  body.products .list01 li + li {
    margin-top: 72px;
  }
}
body.products .list01 .il {
  display: table;
  margin: 32px auto;
}
body.products .list01 .il.il01 {
  width: 58%;
}
body.products .list01 .il.il02 {
  width: 65%;
}
body.products .list01 .il.il03 {
  width: 66%;
}
@media (max-width: 900px) {
  body.products .list01 .il.il01 {
    width: 183px;
  }
  body.products .list01 .il.il02 {
    width: 204px;
  }
  body.products .list01 .il.il03 {
    width: 208px;
  }
}
@media (max-width: 767px) {
  body.products .list01 .il.il01 {
    width: 170px;
  }
  body.products .list01 .il.il02 {
    width: 190px;
  }
  body.products .list01 .il.il03 {
    width: 193px;
  }
}
body.products .list01 dt {
  color: #FFF;
  background-color: #7CA6D6;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 75%, 50% 100%, 0 75%);
          clip-path: polygon(0 0, 100% 0%, 100% 75%, 50% 100%, 0 75%);
  width: 112px;
  height: 90px;
  padding-top: 28px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  margin: -64px auto 20px;
}
@media (max-width: 767px) {
  body.products .list01 dt {
    width: 95px;
    height: 75px;
    padding-top: 24px;
    font-size: 14px;
  }
}
body.products .list01 dd {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 900px) {
  body.products .list01 dd {
    height: auto !important;
  }
}
body.products .list01 .tx {
  display: table;
  margin: 0 auto;
}
body.products .block01 {
  font-size: 28px;
  font-weight: bold;
}
@media (max-width: 767px) {
  body.products .block01 {
    font-size: 22px;
  }
}

/*=========*/
/* お知らせ */
/*=========*/
@media (max-width: 767px) {
  body.news .list-news {
    margin-top: 56px;
  }
}

/*=============*/
/* お問い合わせ */
/*=============*/
body.contact .list-bt01 .com-bt01 button {
  min-width: 150px;
}

/*=================================*/
/* 各種機器の販売（取り扱いメーカー） */
/*=================================*/
body.client .list-label {
  display: flex;
  justify-content: center;
  gap: 8px;
}
@media (max-width: 767px) {
  body.client .list-label {
    flex-wrap: wrap;
    width: 282px;
    margin: 0 auto;
  }
}
body.client .list-label a {
  color: #333;
  font-size: 20px;
  font-weight: 500;
  background-color: #E5F0FF;
  border: 1px solid #0A3977;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
}
body.client .list-label a:hover {
  color: #FFF;
  background-color: #0A3977;
}
body.client section {
  margin-top: 80px;
}
@media (max-width: 767px) {
  body.client section {
    margin-top: 60px;
  }
}
body.client .heading03 {
  padding-top: 24px;
  margin-top: -24px;
}
@media (max-width: 767px) {
  body.client .heading03 {
    padding-top: 20px;
    margin-top: -20px;
  }
}
body.client .com-box01 ul {
  display: flex;
  flex-wrap: wrap;
}
body.client .com-box01 ul li {
  width: calc(50% - 16px);
}
@media (max-width: 767px) {
  body.client .com-box01 ul li {
    width: 100%;
  }
}
body.client .com-box01 ul li:nth-of-type(even) {
  margin-left: 32px;
}
@media (max-width: 767px) {
  body.client .com-box01 ul li:nth-of-type(even) {
    margin-left: 0;
  }
}

/*=============*/
/* ロボット導入 */
/*=============*/
body.robot {
  /* TOTAL SALES */
  /* TOTAL SUPPORT */
  /* NETWORK */
  /* ONE STOP */
  /* INITIATIVE */
}
body.robot main section .max-1600 {
  position: relative;
}
body.robot main section .contents {
  padding-bottom: 32px;
}
@media (max-width: 767px) {
  body.robot main section .contents {
    padding-bottom: 0;
  }
}
body.robot main section .btm-tx {
  position: absolute;
  bottom: 0;
}
body.robot main section.wide-r .btm-tx {
  left: 24px;
}
body.robot main section.wide-l .btm-tx {
  right: 24px;
  text-align: right;
}
body.robot main section .flex-wrapper {
  display: flex;
  justify-content: space-between;
}
body.robot main section .flex-wrapper.reverse {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  body.robot main section .flex-wrapper {
    display: block;
  }
  body.robot main section .flex-wrapper .img {
    padding: 16px;
    background: #FFF;
    margin-top: 24px;
    text-align: center;
  }
  body.robot main section .flex-wrapper .img img {
    width: 100%;
    max-width: 300px;
  }
}
body.robot main section .flex-wrapper .tx-wrapper,
body.robot main section .flex-wrapper .img {
  width: calc(50% - 24px);
  max-width: 560px;
}
@media (max-width: 767px) {
  body.robot main section .flex-wrapper .tx-wrapper,
body.robot main section .flex-wrapper .img {
    width: 100%;
    max-width: inherit;
  }
}
body.robot #sec01 .btm-tx {
  width: 73.25%;
}
body.robot #sec01 .contents {
  position: relative;
}
@media (max-width: 767px) {
  body.robot #sec01 .list01 {
    margin-top: 24px;
  }
}
body.robot #sec01 .list01 dl:not(:last-child) {
  margin-bottom: 1em;
}
body.robot #sec01 .list01 dt {
  color: #FFF;
  background-color: #7CA6D6;
  line-height: 1;
  padding: 6px 12px;
  display: table;
  margin-bottom: 0.5em;
}
body.robot #sec01 .list01 dd ul {
  display: flex;
  flex-wrap: wrap;
}
body.robot #sec01 .list01 dd ul li:before {
  content: "・";
}
body.robot #sec01 .list01 dd ul li:not(:last-child) {
  margin-right: 1em;
}
body.robot #sec02 .btm-tx {
  width: 89.75%;
}
body.robot #sec02 .list02 {
  margin-top: 40px;
}
@media (max-width: 767px) {
  body.robot #sec02 .list02 {
    padding: 16px;
    background: #FFF;
    margin-top: 24px;
  }
}
body.robot #sec02 .list02 .heading04 {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  body.robot #sec02 .list02 .heading04 {
    margin-bottom: 16px;
  }
}
body.robot #sec02 .list02 ul {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  body.robot #sec02 .list02 ul {
    flex-wrap: wrap;
    max-width: 300px;
    margin: 0 auto;
  }
}
body.robot #sec02 .list02 ul li {
  color: #FFF;
}
@media (max-width: 767px) {
  body.robot #sec02 .list02 ul li {
    margin-bottom: 8px;
  }
}
body.robot #sec02 .list02 ul li:not(:first-child) {
  margin-left: min(-19.2px, -1.6vw);
}
@media (max-width: 767px) {
  body.robot #sec02 .list02 ul li:not(:first-child) {
    margin-left: -8px;
  }
}
body.robot #sec02 .list02 ul li:nth-child(1) {
  width: 25%;
}
body.robot #sec02 .list02 ul li:nth-child(2) {
  width: calc(21% + min(19.2px, 1.6vw));
}
body.robot #sec02 .list02 ul li:nth-child(3) {
  width: calc(19% + min(19.2px, 1.6vw));
}
body.robot #sec02 .list02 ul li:nth-child(4) {
  width: calc(21% + min(19.2px, 1.6vw));
}
body.robot #sec02 .list02 ul li:nth-child(5) {
  width: calc(14% + min(19.2px, 1.6vw));
}
@media (max-width: 767px) {
  body.robot #sec02 .list02 ul li:nth-child(1) {
    width: 52%;
  }
  body.robot #sec02 .list02 ul li:nth-child(2) {
    width: calc(48% + 8px);
  }
  body.robot #sec02 .list02 ul li:nth-child(3) {
    width: 37%;
    margin-left: 0;
  }
  body.robot #sec02 .list02 ul li:nth-child(4) {
    width: calc(38% + 8px);
  }
  body.robot #sec02 .list02 ul li:nth-child(5) {
    width: calc(25% + 8px);
  }
}
body.robot #sec02 .list02 ul li div {
  display: flex;
  justify-content: space-between;
}
body.robot #sec02 .list02 ul li div .label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: min(90px, 7.5vw);
  background-color: #7CA6D6;
  margin: 0 -1px;
}
@media (max-width: 767px) {
  body.robot #sec02 .list02 ul li div .label {
    height: 40px;
  }
}
body.robot #sec02 .list02 ul li div .label .ic {
  width: min(42px, 3.5vw);
}
@media (max-width: 767px) {
  body.robot #sec02 .list02 ul li div .label .ic {
    width: 20px;
  }
}
body.robot #sec02 .list02 ul li div .label .ic.ic02 {
  width: min(36.96px, 3.08vw);
}
@media (max-width: 767px) {
  body.robot #sec02 .list02 ul li div .label .ic.ic02 {
    width: 18px;
  }
}
body.robot #sec02 .list02 ul li div .label .tx {
  font-size: clamp(12px, 1.5vw, 18px);
  line-height: 1.2;
  margin-left: 8px;
  white-space: nowrap;
}
@media (max-width: 767px) {
  body.robot #sec02 .list02 ul li div .label .tx {
    font-size: 11px;
    margin-left: 5px;
  }
}
body.robot #sec02 .list02 ul li div .arrow {
  width: min(24px, 2vw);
  min-width: min(24px, 2vw);
  height: min(90px, 7.5vw);
  background-color: #7CA6D6;
}
@media (max-width: 767px) {
  body.robot #sec02 .list02 ul li div .arrow {
    width: 12px;
    min-width: 12px;
    height: 40px;
  }
}
body.robot #sec02 .list02 ul li div .arrow-r {
  -webkit-clip-path: polygon(10% 0, 100% 50%, 10% 100%, 0 100%, 0 0);
          clip-path: polygon(10% 0, 100% 50%, 10% 100%, 0 100%, 0 0);
}
body.robot #sec02 .list02 ul li div .arrow-l {
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 90% 50%, 0 0);
          clip-path: polygon(100% 0, 100% 100%, 0 100%, 90% 50%, 0 0);
}
body.robot #sec03 .btm-tx {
  width: 55.139975%;
}
body.robot #sec04 .btm-tx {
  width: 54.8173%;
}
body.robot #sec05 .btm-tx {
  width: 53.288575%;
}
body.robot #sec06 .block01 {
  color: #FFF;
  background: url(/images/products/robot_bg01.jpg) no-repeat bottom center;
  background-size: cover;
  padding: min(102px, 8.5vw) min(90px, 7.5vw);
}
@media (max-width: 767px) {
  body.robot #sec06 .block01 {
    padding: 40px;
    background-image: url(/images/products/robot_bg01_sp.jpg);
  }
}
body.robot #sec06 .block01 .tx01 h2 {
  position: relative;
  font-size: min(39px, 3.25vw);
  font-weight: bold;
  line-height: min(70.2px, 5.85vw);
  padding: min(39px, 3.25vw);
  margin: 0 auto min(39px, 3.25vw);
}
@media (max-width: 767px) {
  body.robot #sec06 .block01 .tx01 h2 {
    font-size: 20px;
    line-height: 36px;
    padding: 16px 20px;
    margin-bottom: 20px;
  }
}
body.robot #sec06 .block01 .tx01 h2 em {
  font-size: 1.25em;
}
body.robot #sec06 .block01 .tx01 h2:before, body.robot #sec06 .block01 .tx01 h2:after {
  position: absolute;
  content: "";
  width: min(120px, 10vw);
  height: min(90px, 7.5vw);
}
body.robot #sec06 .block01 .tx01 h2:before {
  border-top: 1px solid #FFF;
  border-left: 1px solid #FFF;
  top: 0;
  left: 0;
}
body.robot #sec06 .block01 .tx01 h2:after {
  border-bottom: 1px solid #FFF;
  border-right: 1px solid #FFF;
  bottom: 0;
  right: 0;
}
body.robot #sec06 .block01 .tx02 {
  font-size: min(24px, 2vw);
  font-weight: 500;
}
@media (max-width: 767px) {
  body.robot #sec06 .block01 .tx02 {
    font-size: 14px;
    line-height: 25.2px;
  }
}
body.robot #sec06 .block01 .tx02 em {
  font-size: 1.5em;
}
/*# sourceMappingURL=contents.css.map */