@charset "UTF-8";
/* //////////////////////////////////////////////////

  OMNのしごと ページのスタイル

////////////////////////////////////////////////// */
/* ナビゲーションのカレント表示 */
#menu .gnavi li:nth-child(2) a {
  background-color: #F2F2F2;
}
@media screen and (max-width: 768px) {
  #menu .gnavi li:nth-child(2) a {
    background-color: transparent;
  }
  #menu .gnavi li:nth-child(2) a .ja {
    color: #B8CBE3;
  }
}

.h3_work {
  display: flex;
  flex-direction: column;
  color: #1453A1;
  letter-spacing: 0.1em;
}
.h3_work .en {
  font-family: 'Roboto', sans-serif;
  font-size: 7rem;
}
.h3_work .ja {
  margin: .5em 0 2.5em;
  font-size: 2.5rem;
}

.lead {
  margin: 1em 0;
  color: #1453A1;
  font-size: 9.5rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .lead {
    font-size: 6rem;
  }
}
@media screen and (max-width: 560px) {
  .lead {
    margin: 1.5em 0;
    font-size: 4rem;
  }
}

#overview {
  margin: 0 -50px;
}
#overview > div {
  width: 50%;
  padding: 0 50px;
}
@media screen and (max-width: 768px) {
  #overview {
    margin: 0 -15px;
  }
  #overview > div {
    padding: 0 15px;
  }
}
@media screen and (max-width: 560px) {
  #overview {
    flex-direction: column;
  }
  #overview > div {
    width: 100%;
  }
  #overview .image {
    margin-top: 35px;
  }
}

#system {
  margin: 140px -50px 0;
}
#system > div {
  width: 50%;
  padding: 0 50px;
}
#system .image figure {
  margin: 30px 0 50px;
}
@media screen and (max-width: 768px) {
  #system {
    margin: 100px -15px 0;
  }
  #system > div {
    padding: 0 15px;
  }
}
@media screen and (max-width: 560px) {
  #system {
    flex-direction: column;
    margin: 70px -15px 0;
  }
  #system > div {
    width: 100%;
  }
  #system .image {
    margin-top: 30px;
  }
  #system .image h4 img {
    width: 360px;
  }
  #system .image figure {
    margin: 20px 0 25px;
  }
}

#introduction {
  margin: 50px 0 100px;
}
#introduction h3 {
  margin-bottom: 1.3em;
}
@media screen and (max-width: 560px) {
  #introduction {
    margin: 40px 0;
  }
}

#base_solutions {
  background: #F2F2F2;
  padding-top: 70px;
  padding-bottom: 70px;
}
#base_solutions ul {
  margin: 0 -30px;
}
#base_solutions li {
  width: 33.333%;
  padding: 0 60px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
#base_solutions i {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 165px;
}
#base_solutions h4 {
  margin: 1.2em 0 .7em;
  color: #1453A1;
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  #base_solutions ul {
    margin: 0 -10px;
  }
  #base_solutions li {
    padding: 0 15px;
  }
}
@media screen and (max-width: 560px) {
  #base_solutions {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #base_solutions ul {
    flex-direction: column;
    align-items: center;
  }
  #base_solutions li {
    width: 250px;
  }
  #base_solutions li + li {
    margin-top: 40px;
  }
  #base_solutions i {
    height: inherit;
  }
}
