@charset "UTF-8";
.gen__color7 {
  color: #C70075;
}

footer {
  position: relative;
  background: #3d3d3d;
  color: #f5f5f5;
  text-align: center;
  height: 180px;
  padding-top: 20px;
  font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
footer a {
  color: #f5f5f5;
}
footer a:hover, footer a:active, footer a:focus {
  color: #999;
}
footer h1 {
  font-family: "Orbitron", "Verdana", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.2em;
  padding-bottom: 1em;
  text-transform: uppercase;
  font-weight: normal;
}

.foot__no {
  font-family: "Orbitron", "Verdana", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.copyright {
  position: absolute;
  bottom: 20px;
  width: 100%;
}
.copyright span {
  display: block;
}

@media (max-width: 999px) {
  footer {
    margin-top: 100px;
  }

  .to--top {
    position: absolute;
    background: #3d3d3d;
    bottom: 180px;
    right: 0;
    left: 0;
    padding-top: 1rem;
  }

  .foot__no span, .copyright span {
    display: block;
  }
}
@media (min-width: 1000px) {
  .to--top {
    position: absolute;
    bottom: 20px;
    right: 30px;
  }

  .foot__no span {
    margin-left: 10px;
  }
}
body {
  font-size: 16px;
  color: #282828;
}

header {
  margin: 80px auto;
}
header h1 {
  margin-bottom: 20px;
}
header h1 svg {
  width: 90%;
}
header p {
  font-weight: bold;
  color: #0075c2;
  font-size: 20px;
  text-align: left;
  padding: 0 1rem;
}

.Retail-tech {
  margin: 0;
  padding: 0;
  max-width: 100%;
  overflow-x: hidden;
  text-align: center;
}
.Retail-tech article {
  margin-bottom: 80px;
  font-size: 18px;
}
.Retail-tech article > h2 {
  color: #fafafa;
  font-weight: normal;
  font-size: 1.5rem;
  margin-bottom: 80px;
}

.radar-solution h2 {
  background: #960048;
  background: linear-gradient(130deg, #960048 0%, #960048 49%, #403763 51%);
  height: 80px;
  line-height: 80px;
}
.radar-solution section {
  width: 100%;
  text-align: left;
}
.radar-solution ul {
  margin: 40px 0;
}
.radar-solution li {
  margin-bottom: 0.5rem;
}
.radar-solution h3 {
  padding-bottom: 0.4rem;
  font-weight: normal;
  font-size: 1.5rem;
  padding: 2rem 0 0 1rem;
}

.flex-column {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-bottom: 40px;
  margin-bottom: 80px;
}

.retail-sol {
  background: rgba(132, 160, 198, 0.1);
}
.retail-sol h3 {
  color: #84A0C6;
  border-bottom: 1px solid #84A0C6;
}
.retail-sol .flex-column img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.home-sol {
  background: rgba(226, 120, 120, 0.1);
}
.home-sol h3 {
  color: #E27878;
  border-bottom: 1px solid #E27878;
}
.home-sol .flex-column img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: center top;
}

.offece-sol {
  background: rgba(160, 147, 199, 0.1);
}
.offece-sol h3 {
  color: #A093C7;
  border-bottom: 1px solid #A093C7;
}
.offece-sol .flex-column img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.sensor-module h2, .detection-sensor h2 {
  display: flex;
  flex-direction: column;
  background: #333;
  padding: 1rem 0.5rem;
}
.sensor-module h2 span:nth-child(odd), .detection-sensor h2 span:nth-child(odd) {
  color: #e2007e;
}

dl {
  text-align: left;
  border: 1px solid #e6e6e6;
}

dt, dd {
  padding: 0.8rem 2%;
  border-bottom: 1px solid #e6e6e6;
}

dt {
  background: whitesmoke;
}

.sensor-module section {
  text-align-last: left;
  display: inline-block;
  margin: 0 auto 4rem;
}
.sensor-module section p {
  margin: 0 0 0.5rem;
}

.double-column {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.double-column figure {
  margin: 0;
  padding: 0;
  text-align: center;
}
.double-column figure img {
  width: 90%;
  object-fit: cover;
}
.double-column figcaption {
  font-size: 2rem;
}
.double-column p {
  text-align: left;
  padding: 0 1rem;
}

.double-column > div {
  width: 100%;
}

.one {
  background: #fafafa;
  padding-top: 40px;
}

.two {
  background: #f2f2f2;
  padding-top: 40px;
  margin-top: 40px;
}

.nest {
  flex-direction: row;
}
.nest div {
  height: calc(18vw * 1);
  padding: 40px;
}
.nest img {
  width: 100%;
}

.fit img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.detection-sensor section {
  text-align-last: left;
  display: inline-block;
  margin: 0 auto 4rem;
}
.detection-sensor section p {
  margin: 0 0 0.5rem;
}
.detection-sensor h3 {
  font-size: 2rem;
  font-weight: normal;
}

.grid {
  margin: 0 auto;
  display: grid;
  width: 100%;
  grid-template-areas: "item1" "item2" "item3";
  row-gap: 40px;
  column-gap: 20px;
}
.grid p {
  padding: 0 1rem;
}

.item1 {
  grid-area: item1;
}
.item1 img {
  width: 100%;
}

.item2 {
  grid-area: item2;
}
.item2 img {
  width: 100%;
}

.item3 {
  grid-area: item3;
}
.item3 img {
  width: 300px;
}
.item3 figure {
  text-align: left;
  position: relative;
}
.item3 figcaption span {
  position: absolute;
}
.item3 figcaption span:nth-child(1) {
  top: 40px;
  left: 0;
}
.item3 figcaption span:nth-child(2) {
  top: 200px;
  left: 0;
  white-space: nowrap;
  color: #E27878;
  font-weight: bold;
}
.item3 figcaption span:nth-child(3) {
  top: 400px;
  left: 200px;
}
.item3 figcaption span:nth-child(4) {
  top: 630px;
}

.item1 p, .item2 p, .item3 p {
  text-align: left;
}

.design-support h2 {
  background: #960048;
  height: 80px;
  line-height: 80px;
}
.design-support section {
  padding: 20px 10px 30px;
  margin: 0 auto 40px;
  text-align: left;
}
.design-support section h3 {
  font-weight: normal;
  padding-bottom: 5px;
  border-bottom: 1px solid #fff;
}
.design-support section:nth-of-type(1) {
  background: rgba(137, 184, 194, 0.5);
}
.design-support section:nth-of-type(1) .items {
  color: #89B8C2;
}
.design-support section:nth-of-type(1) .flex-column {
  flex-direction: column;
  width: 100%;
  padding: 0;
  margin: 0 0 0 auto;
}
.design-support section:nth-of-type(1) .flex-column img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: center top;
}
.design-support section:nth-of-type(2) {
  background: rgba(160, 147, 199, 0.3);
}
.design-support section:nth-of-type(2) .items {
  color: #A093C7;
}
.design-support section:nth-of-type(2) .flex-column {
  flex-direction: column;
  margin: 60px 0 0;
  width: 100%;
  padding: 0;
}
.design-support section:nth-of-type(2) .flex-column img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  object-position: center;
  opacity: 0.8;
}
.design-support section:nth-of-type(3) {
  background: rgba(226, 164, 120, 0.4);
}
.design-support section:nth-of-type(3) .items {
  color: #E2A478;
}
.design-support section:nth-of-type(3) div {
  margin-top: 60px;
}
.design-support section:nth-of-type(3) div img {
  width: 100%;
  height: 270px;
  object-fit: cover;
  object-position: center;
  opacity: 0.9;
}
.design-support section:nth-of-type(4) {
  background: #f2f2f2;
}
.design-support section:nth-of-type(4) h4 {
  margin: 40px 0 0;
}
.design-support section:nth-of-type(4) p {
  margin: 0;
}
.design-support section:nth-of-type(4) .flex-column {
  flex-direction: column;
  padding: 0;
  margin: 20px 0 0;
  width: 100%;
}
.design-support section:nth-of-type(4) .flex-column img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.items {
  text-align: right;
  padding-right: 1rem;
}

@media (min-width: 64em) {
  header {
    max-width: 1000px;
  }
  header h1 {
    margin-bottom: 20px;
  }
  header h1 svg {
    width: 600px;
  }
  header p {
    text-align: center;
  }

  .radar-solution section {
    width: 75%;
  }

  .flex-column {
    flex-direction: row;
  }

  .retail-sol, .offece-sol {
    margin: 0 0 0 auto;
    padding: 20px 0 0 40px;
  }

  .retail-sol .flex-column div {
    width: calc(96% / 3);
    margin-right: 1%;
  }

  .home-sol {
    padding: 20px 40px 0 20px;
  }
  .home-sol .flex-column div {
    width: calc(96% / 4);
    margin-right: 1%;
  }

  .offece-sol .flex-column {
    margin: -200px 40px 0 auto;
    align-items: flex-end;
    justify-content: flex-end;
    width: 100%;
  }
  .offece-sol .flex-column div {
    max-width: 48%;
    margin-right: 2%;
  }
  .offece-sol .flex-column img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .sensor-module h2, .detection-sensor h2 {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
  }
  .sensor-module h2 span:nth-child(odd), .detection-sensor h2 span:nth-child(odd) {
    font-size: 2rem;
  }

  dl {
    display: flex;
    flex-wrap: wrap;
    width: 50%;
    min-width: 600px;
    margin: 0 auto;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  dt, dd {
    margin: 0;
    padding: 0.8rem 2%;
    border-bottom: 1px solid #e6e6e6;
  }

  dt {
    background: none;
    width: 40%;
  }

  dd {
    width: 52%;
  }

  dt:nth-of-type(odd), dd:nth-of-type(odd) {
    background: whitesmoke;
  }

  .double-column {
    width: 100%;
    flex-direction: row;
  }
  .double-column figure img {
    width: 350px;
    height: 350px;
  }
  .double-column p {
    text-align: center;
  }

  .double-column > div {
    width: 50%;
  }

  .two {
    margin: 0;
  }

  .grid {
    width: 1000px;
    grid-template-rows: 550px 1fr;
    grid-template-columns: auto auto;
    grid-template-areas: "item1 item3" "item2 item3";
    row-gap: 40px;
    column-gap: 20px;
  }

  .item1 img {
    width: 500px;
  }

  .item2 img {
    width: 300px;
  }

  .item3 img {
    width: 300px;
  }
  .item3 figcaption span:nth-child(1) {
    top: 100px;
    left: 290px;
  }
  .item3 figcaption span:nth-child(2) {
    left: 290px;
  }
  .item3 figcaption span:nth-child(3) {
    top: 340px;
    left: 290px;
  }
  .item3 figcaption span:nth-child(4) {
    top: 500px;
    left: 290px;
  }

  .design-support section {
    width: 1000px;
    padding: 20px 40px 30px;
  }
  .design-support section:nth-of-type(1) .flex-column {
    flex-direction: row;
    justify-content: space-between;
    width: 80%;
    padding: 0;
    margin: 0 0 0 auto;
  }
  .design-support section:nth-of-type(1) .flex-column div {
    width: calc(98% / 2);
  }
  .design-support section:nth-of-type(2) .flex-column {
    flex-direction: row;
    justify-content: space-between;
    margin: 60px 0 0;
    width: 100%;
    padding: 0;
  }
  .design-support section:nth-of-type(2) .flex-column div {
    width: calc(99% / 2);
  }
  .design-support section:nth-of-type(4) .flex-column {
    flex-direction: row;
    justify-content: space-around;
  }
  .design-support section:nth-of-type(4) .flex-column div {
    width: 24%;
  }

  .items {
    float: right;
    margin-right: 40px;
    font-weight: bold;
    transform: rotate(-10deg);
  }
}
@media not all and (min-width: 1024px) {
  .sensor-module h2 span:nth-child(1), .detection-sensor h2 span:nth-child(1) {
    text-align: left;
  }
  .sensor-module h2 span:nth-child(3), .detection-sensor h2 span:nth-child(3) {
    text-align: right;
  }
}
