@charset "utf-8";

.componentsSearchArea {
  background: #ededed url(/common/images/top/components-search_bg.jpg) no-repeat
    left center;
  padding: 0px 40px 0px 136px;
  display: flex;
  align-items: center;
  height: 126px;
}
.componentsSearchArea .blockTitle {
  width: 230px;
}
.componentsSearchArea .blockTitle .title {
  font-size: 20px;
  font-weight: bold;
  position: relative;
}
.componentsSearchArea .blockTitle .detailedSearch a {
  color: #333;
  font-size: 14px;
  padding-right: 20px;
  position: relative;
}
.componentsSearchArea .blockTitle .detailedSearch a::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  width: 15px;
  height: 5px;
  margin-top: -2px;
  background: url(/common/images/arrow01-black.svg) no-repeat center center;
  background-size: 15px 5px;
}
.componentsSearchArea .category {
  width: 220px;
}
.componentsSearchArea .category > button {
  background: #003399;
  color: #fff;
  font-size: 16px;
  padding: 0 10px;
  width: 220px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  appearance: none;
}
.componentsSearchArea .category > button > span {
  position: relative;
  padding-right: 30px;
}
.componentsSearchArea .category > button > span::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  width: 19px;
  height: 19px;
  margin-top: -10px;
  background: url(/common/images/icon_category.svg) no-repeat center center;
  background-size: 19px 19px;
}
.componentsSearchArea .keyword {
  flex: 1;
  margin-left: auto;
  position: relative;
  padding-left: 80px;
}
.componentsSearchArea .keyword::before {
  content: '';
  width: 1px;
  height: 64px;
  background: #ccc;
  position: absolute;
  left: 38px;
  top: -8px;
  transform: rotate(20deg);
}
.componentsSearchArea .keyword .inputBtn {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  height: 46px;
  box-sizing: border-box;
}
.componentsSearchArea .keyword .inputBtn input {
  font-size: 16px;
  flex: 1;
  height: 44px;
  background: #fff;
  border: none;
  padding-left: 18px;
}
.componentsSearchArea .keyword .inputBtn input::placeholder {
  color: #aaa;
}
.componentsSearchArea .keyword .inputBtn button {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #003399;
  width: 46px;
  height: 44px;
  border: none;
  cursor: pointer;
  appearance: none;
}
.componentsSearchArea .keyword .inputBtn button img {
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 1000px) {
  .componentsSearchArea {
    background: transparent;
    padding: 0;
    display: block;
    margin: 30px 0 0;
    height: auto;
  }
  .componentsSearchArea .blockTitle {
    width: auto;
    margin-bottom: 10px;
    position: relative;
  }
  .componentsSearchArea .blockTitle .title {
    font-size: 18px;
  }
  .componentsSearchArea .blockTitle .detailedSearch {
    position: absolute;
    right: 0;
    top: 5px;
  }
  .componentsSearchArea .blockTitle .detailedSearch a {
    font-size: 13px;
  }
  .componentsSearchArea .category {
    width: 100%;
    box-sizing: border-box;
    background: #f8f8f8;
    padding: 20px;
    margin-bottom: 2px;
  }
  .componentsSearchArea .category button {
    width: 100%;
  }
  .componentsSearchArea .keyword {
    background: #f8f8f8;
    padding: 20px;
    width: auto;
    margin-left: 0;
  }
  .componentsSearchArea .keyword::before {
    display: none;
  }
  .componentsSearchArea .keyword .inputBtn {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    height: 46px;
    box-sizing: border-box;
  }
  .componentsSearchArea .keyword .inputBtn input {
    font-size: 16px;
    flex: 1;
    height: 44px;
    background: #fff;
    border: none;
    padding-left: 18px;
  }
  .componentsSearchArea .keyword .inputBtn input::placeholder {
    color: #aaa;
  }
  .componentsSearchArea .keyword .inputBtn button {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #003399;
    width: 46px;
    height: 44px;
    border: none;
    cursor: pointer;
    appearance: none;
  }
  .componentsSearchArea .keyword .inputBtn button img {
    width: 20px;
    height: 20px;
  }
}

#mainMenulinkArea {
  width: 100%;
  padding: 0 0 60px;
}
#mainMenulinkArea ul {
  width: 92%;
  max-width: 1600px;
  margin: 0px auto;
  box-orient: horizontal;
  box-direction: normal;
  flex-direction: row;
  box-pack: justify;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#mainMenulinkArea li {
  width: 50%;
  max-width: 800px;
  overflow: hidden;
  background-color: #a1a1a1;
  position: relative;
}
#mainMenulinkArea li a {
  width: 100%;
  background-color: #ffaabb;
  transition: none;
}
#mainMenulinkArea li a:hover,
#mainMenulinkArea li a:focus {
  opacity: 1;
}
#mainMenulinkArea li a img {
  display: block;
  width: 100%;
  height: auto;
}
#mainMenulinkArea li a:hover img,
#mainMenulinkArea li a:focus img {
  opacity: 0.5;
}
#mainMenulinkArea li a p {
  width: 40%;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  color: #ffffff;
  font-size: 16px;
}
#mainMenulinkArea li:nth-child(2n + 1) a p {
  right: 6%;
  text-align: right;
}
#mainMenulinkArea li:nth-child(2n) a p {
  left: 6%;
}
#mainMenulinkArea li a p span.title {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
}
@media screen and (max-width: 1000px) {
  #mainMenulinkArea {
    padding: 0 0 30px;
  }
  #mainMenulinkArea ul {
    width: 100%;
    justify-content: center;
  }

  #mainMenulinkArea li {
    width: 100%;
  }

  #mainMenulinkArea li a p {
    left: 6%;
    font-size: 12px;
  }
  #mainMenulinkArea li:nth-child(2n + 1) a p {
    right: auto;
    text-align: left;
  }
  #mainMenulinkArea li a p span.title {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 800px) {
  #mainMenulinkArea {
    margin-top: 0;
  }
}

.prodGuide {
  margin-top: 60px;
  text-align: center;
}
.prodGuide .btnArea .btn {
  display: inline-flex;
  align-items: center;
  width: 500px;
  height: 60px;
  background: url(/common/images/top/prodguide_btn.jpg) no-repeat center center;
  background-size: cover;
  border-radius: 30px;
  text-decoration: none;
  cursor: pointer;
}
.prodGuide .btnArea .btn:hover,
.prodGuide .btnArea .btn:focus {
  opacity: 0.5;
}
.prodGuide .btnArea .btn span {
  padding: 0 50px;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
.prodGuide .btnArea .btn span::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  width: 30px;
  height: 9px;
  margin-top: -4px;
  background: url(/common/images/arrow01-white.svg) no-repeat center center;
  background-size: 30px 9px;
}
.prodGuide .text {
  margin-top: 20px;
  font-size: 14px;
  padding: 0 30px;
}
@media screen and (max-width: 1000px) {
  .prodGuide {
    margin-top: 30px;
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .prodGuide .btnArea .btn {
    width: 320px;
    height: 38px;
  }
  .prodGuide .btnArea .btn span {
    padding: 0 24px 0 16px;
    font-size: 12px;
  }
  .prodGuide .btnArea .btn span::after {
    width: 15px;
    height: 5px;
    margin-top: -2px;
    background-size: 15px 5px;
  }
}

.businessCategoryArea {
  /*
  background: url(/common/images/top/business-category_bg.jpg) no-repeat center
    top;
  background-size: cover;
  */
  padding: 20px 0 80px;
}
.businessCategoryArea .lead {
  font-size: 16px;
  line-height: 2.25;
  color: #fff;
  margin-top: 30px;
}
.businessCategoryListArea {
  margin-top: 40px;
}
.businessCategoryListArea ul {
  display: flex;
  flex-wrap: wrap;
  max-width: 990px;
  margin: 0 auto;
}
.businessCategoryListArea li {
  width: 31.25%;
  margin: 0 3.125% 45px 0;
}
.businessCategoryListArea li a {
  display: block;
  text-decoration: none;
  color: #000;
}
.businessCategoryListArea li:nth-child(3n) {
  margin-right: 0;
}
.businessCategoryListArea li .img img {
  width: 100%;
  height: auto;
}
.businessCategoryListArea .category {
  margin-top: 20px;
  color: #666;
  font-size: 12px;
  line-height: 1;
}
.businessCategoryListArea .title-Wrapper {
  margin-top: 10px;
}
.businessCategoryListArea .title-Wrapper .subTitle {
  color: #000;
  font-size: 12px;
  line-height: 20px;
}
.businessCategoryListArea .title-Wrapper h2 {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: -0.02em;
}
.businessCategoryListArea li .text {
  padding: 35px 0;
  font-size: 14px;
  line-height: 24px;
}
.businessCategoryListArea .business-Category {
  margin-top: 20px;
  font-size: 32px;
}
.businessCategoryListArea .detail-Img {
  width: 44px;
}
.businessCategoryListArea .detail-Img img {
  width: 100%;
}
.businessCategoryListArea li .text-Bold {
  padding: 15px 0;
  font-size: 14px;
  line-height: 30px;
  font-weight: bold;
}
@media screen and (max-width: 1000px) {
  .businessCategoryListArea .business-Category {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .businessCategoryListArea {
    margin-top: 40px;
  }
  .businessCategoryListArea ul {
    display: block;
    max-width: 590px;
    margin: 0 auto;
  }
  .businessCategoryListArea li {
    width: auto;
    margin: 50px 0 0;
  }
  .businessCategoryListArea li:first-child {
    margin: 0;
  }
  .businessCategoryListArea .title-Wrapper {
    margin-top: 25px;
  }
  .businessCategoryListArea li .text {
    padding: 20px 0;
  }
  .businessCategoryListArea .text-Wrapper {
    position: relative;
  }
  .businessCategoryListArea .business-Category {
    padding-right: 45px;
  }
  .businessCategoryListArea .detail-Img {
    position: absolute;
    top: 0;
    right: 0;
  }
  .businessCategoryListArea li .text-Bold {
    padding: 20px 0 0;
  }
}

.businessCategoryArea .businesCategoryList {
  margin-top: 30px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.businessCategoryArea .businesCategoryList li {
  width: calc(50% - 20px);
  margin-top: 20px;
  background: #ccc;
}
.businessCategoryArea .businesCategoryList li a {
  display: flex;
  width: 100%;
  height: 60px;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #333;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  box-sizing: border-box;
  padding: 0 80px 0 64px;
}
.businessCategoryArea .businesCategoryList li a:hover,
.businessCategoryArea .businesCategoryList li a:focus {
  opacity: 0.5;
}
.businessCategoryArea .businesCategoryList li a::after {
  content: '';
  display: block;
  position: absolute;
  right: 26px;
  top: 50%;
  width: 30px;
  height: 9px;
  margin-top: -4px;
  background: url(/common/images/arrow01-blue.svg) no-repeat center center;
  background-size: 30px 9px;
}
.businessCategoryArea .businesCategoryList li a::before {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -20px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.businessCategoryArea .businesCategoryList li.Auto a::before {
  background-image: url(/common/images/top/icon_business-category_automotive.png);
}
.businessCategoryArea .businesCategoryList li.Home a::before {
  background-image: url(/common/images/top/icon_business-category_homemobile.png);
}
.businessCategoryArea .businesCategoryList li.Ener a::before {
  background-image: url(/common/images/top/icon_business-category_energy.png);
}
.businessCategoryArea .businesCategoryList li.Heal a::before {
  background-image: url(/common/images/top/icon_business-category_healthcare.png);
}
.businessCategoryArea .businesCategoryList li.Inte a::before {
  background-image: url(/common/images/top/icon_business-category_iot.png);
}
@media screen and (max-width: 767px) {
  .businessCategoryArea {
    padding: 20px 0 40px;
  }
  .businessCategoryArea .lead {
    font-size: 14px;
    line-height: 1.7;
  }
  .businessCategoryArea .businesCategoryList {
    margin-top: 30px;
    display: block;
  }
  .businessCategoryArea .businesCategoryList li {
    width: 100%;
  }
  .businessCategoryArea .businesCategoryList li a {
    font-size: 16px;
    justify-content: flex-start;
  }
  .businessCategoryArea .businesCategoryList li a::before {
    left: 10px;
  }
  .businessCategoryArea .businesCategoryList li a::after {
    right: 10px;
  }
}

.solutionArea {
  background: url(/common/images/top/solution_bg.jpg) no-repeat center top;
  background-size: cover;
  padding: 80px 0;
}
.solutionArea .lead {
  font-size: 16px;
  line-height: 2.25;
  color: #fff;
  margin-top: 30px;
}
.solutionArea .solutionList {
  margin-top: 30px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.solutionArea .solutionList li {
  width: calc(50% - 20px);
  margin-top: 20px;
}
.solutionArea .solutionList li a {
  display: flex;
  width: 100%;
  height: 60px;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #333;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  padding: 0 80px 0 20px;
  box-sizing: border-box;
  line-height: 1.2;
}
.solutionArea .solutionList li a::after {
  content: '';
  display: block;
  position: absolute;
  right: 26px;
  top: 50%;
  width: 30px;
  height: 9px;
  margin-top: -4px;
  background: url(/common/images/arrow01-blue.svg) no-repeat center center;
  background-size: 30px 9px;
}
@media screen and (max-width: 767px) {
  .solutionArea {
    padding: 40px 0;
  }
  .solutionArea .lead {
    font-size: 14px;
    line-height: 1.7;
  }
  .solutionArea .solutionList {
    margin-top: 30px;
    display: block;
  }
  .solutionArea .solutionList li {
    width: 100%;
  }
  .solutionArea .solutionList li a {
    font-size: 16px;
    justify-content: flex-start;
  }
  .solutionArea .solutionList li a::after {
    right: 10px;
  }
}

.ourTechnologyArea {
  padding: 80px 0;
  background: #ededed;
}
.ourTechnologyArea .allBtn {
  margin-top: 60px;
  text-align: center;
}
.ourTechnologyArea .ourTechnologyList {
  display: flex;
  max-width: 990px;
  justify-content: center;
  margin: 60px auto 0;
}
.ourTechnologyArea .ourTechnologyList > li {
  width: 30.30303%;
  margin: 0 1.51515%;
}
.ourTechnologyArea .ourTechnologyList a {
  display: block;
  text-decoration: none;
  color: #333;
}
.ourTechnologyArea .ourTechnologyList .img img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.ourTechnologyArea .ourTechnologyList .category {
  color: #666;
  font-size: 12px;
  line-height: 1;
}
.ourTechnologyArea .ourTechnologyList .subTitle {
  margin-top: 10px;
  color: #000;
  font-size: 12px;
  line-height: 20px;
}
.ourTechnologyArea .ourTechnologyList .mainTitle {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 767px) {
  .ourTechnologyArea {
    padding: 40px 0;
  }
  .ourTechnologyArea .allBtn {
    margin-top: 30px;
    text-align: center;
  }
  .ourTechnologyArea .ourTechnologyList {
    display: block;
    width: auto;
    max-width: 590px;
    margin-top: 30px;
  }
  .ourTechnologyArea .ourTechnologyList > li {
    display: block;
    width: auto;
    margin: 0;
  }
  .ourTechnologyArea .ourTechnologyList > li + li {
    margin-top: 40px;
  }
}

.exhibitionArea {
  padding: 80px 0;
}
.exhibitionArea .exhibitionList {
  display: flex;
  max-width: 990px;
  justify-content: center;
  margin: 60px auto 0;
}
.exhibitionArea .exhibitionList > li {
  width: 30.30303%;
  margin: 0 1.51515%;
}
.exhibitionArea .exhibitionList a {
  display: block;
  text-decoration: none;
  color: #333;
}
.exhibitionArea .exhibitionList .img img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.exhibitionArea .exhibitionList .title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.333;
}
.exhibitionArea .exhibitionList .period {
  font-size: 12px;
  line-height: 2;
  font-weight: bold;
  margin-top: 5px;
}
.exhibitionArea .exhibitionList .lead {
  font-size: 14px;
  line-height: 1.85;
  margin-top: 15px;
}
.exhibitionArea .allBtn {
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .exhibitionArea {
    padding: 40px 0;
  }
  .exhibitionArea .exhibitionList {
    display: block;
    width: auto;
    max-width: 590px;
    margin-top: 30px;
  }
  .exhibitionArea .exhibitionList > li {
    display: block;
    width: auto;
    margin: 0;
  }
  .exhibitionArea .exhibitionList > li + li {
    margin-top: 40px;
  }
  .exhibitionArea .allBtn {
    margin-top: 30px;
    text-align: center;
  }
}
