@charset "utf-8";
/*--------------------------------------------------------------
フォント
--------------------------------------------------------------*/
.ff_noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
}
.ff_jpst {
  font-family: "Jost", sans-serif;
}

/*--------------------------------------------------------------
産業装置部
--------------------------------------------------------------*/
@media all and (max-width: 767px) {
  .low_main.industry_main {
    margin-top: 60px;
  }
}

.industry_main_bg {
  background: url(../img/industry/industry_main_bg.jpg) no-repeat right center #090900;
  min-height: 629px;
  position: relative;
}

@media all and (max-width: 767px) {
  .industry_main_bg {
    background: url(../img/industry/industry_main_bg_sp.jpg) no-repeat 50% 0 #090900;
    background-size: auto 100%;
    min-height: 646px;
  }
}

.industry_main_logo_block {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding-top: 30px;
  box-sizing: border-box;
}

@media all and (max-width: 767px) {
  .industry_main_logo_block {
    width: 100%;
    padding: 15px 0 0 12px;
  }
}

.industry_main_logo_box {
  display: flex;
  align-items: center;
}

.industry_main_logo_img {
  width: 48px;
}

@media all and (max-width: 767px) {
  .industry_main_logo_img {
    width: 32px;
  }
}

.industry_main_logo_img img {
  vertical-align: top;
}

.industry_main_logo_txt {
  font-size: 16px;
  color: #FFFFFF;
  padding-left: 20px;
  font-family: "Noto Sans JP", sans-serif;
}

@media all and (max-width: 767px) {
  .industry_main_logo_txt {
    font-size: 13px;
    padding-left: 13px;
  }
}

.industry_main_info_block {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  max-width: 750px;
  min-height: 240px;
  font-family: "Noto Sans JP", sans-serif;
}

@media all and (max-width: 767px) {
  .industry_main_info_block {
    top: 175px;
    transform: translateY(0%);
    width: calc(100% - 12px);
    max-width: auto;
    min-height: 148px;
  }
}

.industry_main_info_block::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
}

.industry_main_info_ttl {
  position: absolute;
  top: -60px;
  left: 0;
  min-width: 280px;
  min-height: 74px;
  background-color: #373582;
  clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
  display: flex;
  align-items: center;
  font-size: 32px;
  font-weight: bold;
  color: #FFFFFF;
  box-sizing: border-box;
  padding: 0 10px 0 45px;
}
@media all and (max-width: 767px) {
  .industry_main_info_ttl {
    top: -36px;
    min-width: 170px;
    min-height: 51px;
    font-size: 20px;
    font-weight: 500;
    padding: 0 10px 0 18px;
  }
}


.industry_main_info_inner {
  position: relative;
  z-index: 2;
  padding: 30px 125px 20px 60px;
}

@media all and (max-width: 767px) {
  .industry_main_info_inner {
    padding: 23px 35px 18px 10px;
  }
}

.industry_main_info_main_txt {
  font-size: 72px;
  color: #373582;
}
@media all and (max-width: 767px) {
  .industry_main_info_main_txt {
    font-size: 45px;
  }
}

.industry_main_info_sub_txt {
  font-size: 24px;
  color: #373582;
  margin-top: 5px;
}
@media all and (max-width: 767px) {
  .industry_main_info_sub_txt {
    font-size: 14px;
  }
}

.industry_main_info_en_txt {
  font-size: 16px;
  font-style: italic;
  color: #373582;
  font-family: "Jost", sans-serif;
  margin-top: 3px;
}
@media all and (max-width: 767px) {
  .industry_main_info_en_txt {
    font-size: 10px;
  }
}

/* 新規事業
------------------------------------------------ */
.industry_new {
  background-color: #F2F6FF;
  position: relative;
}

@media all and (max-width: 767px) {
  .industry_new {
    padding: 45px 0 351px;
  }
}
/*
.industry_new_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 42.2%;
  height: 100%;
  background-color: #F2F6FF;
  z-index: 3;
}

.industry_new_bg::after {
  content: '';
  width: 185px;
  height: 100%;
  background-color: #F2F6FF;
  clip-path: polygon(0 0, 185px 0%, 0% 100%, 0 100%);
  position: absolute;
  top: 0;
  right: -184px;
  z-index: 3;
}
*/

.industry_new_img {
  position: absolute;
  top: 0;
  right: 0;
  width: 57.8%;
  height: 100%;
  background: url(../img/industry/new_img.png) no-repeat left center;
  background-size: cover;
  z-index: 2;
}

@media all and (max-width: 767px) {
  .industry_new_img {
    top: auto;
    bottom: 0;
    width: 88.5%;
    height: 313px;
    background: url(../img/industry/new_img_sp.png) no-repeat left center;
    background-size: cover;
  }
}

.industry_new_row {
  width: 100%;
  max-width: 1125px;
  margin: 0 auto;
  position: relative;
  z-index: 4;
}

.industry_new_left {
  display: flex;
  align-items: center;
  max-width: 455px;
  min-height: 444px;
}

@media all and (max-width: 767px) {
  .industry_new_left {
    display: block;
    max-width: auto;
    min-height: auto;
  }
}

.industry_new_box {
  width: 100%;
}

.industry_ttl {
  font-size: 32px;
  color: #363481;
  line-height: 1.75;
}

@media all and (max-width: 767px) {
  .industry_ttl {
    font-size: 24px;
  }
}

.industry_new_ttl {
  padding: 0 20px 30px;
}

@media all and (max-width: 767px) {
  .industry_new_ttl {
    padding: 0 20px 25px;
  }
}

.industry_new_line {
  width: 100%;
  height: 1px;
  position: relative;
}

.industry_new_line::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% + 98px);
  height: 1px;
  background-color: #363481;
}
@media all and (max-width: 767px) {
  .industry_new_line::before {
    width: calc(100% - 33px);
  }
}

.industry_new_txt {
  padding: 30px 20px 0px;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.08em;
}

.industry_new_txt p {
  margin-bottom: 10px;
}

/* FELIC
------------------------------------------------ */
.industry_felic {
  padding: 80px 0;
}

@media all and (max-width: 767px) {
  .industry_felic {
    padding: 60px 0;
  }
}

.industry_felic_content {
  width: 100%;
  max-width: 1125px;
  margin: 0 auto;
}

.industry_felic_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media all and (max-width: 767px) {
  .industry_felic_row {
    display: block;
  }
}

.industry_felic_left {
  width: 41.2%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media all and (max-width: 767px) {
  .industry_felic_left {
    width: 100%;
    display: block;
    text-align: center;
    padding-bottom: 35px;
  }

  .industry_felic_left img {
    max-width: 123px;
  }
}


.industry_felic_right {
  width: 51.5%;
}

@media all and (max-width: 767px) {
  .industry_felic_right {
    width: 100%;
  }
}

.industry_felic_ttl {
  padding: 0 20px 30px;
}

@media all and (max-width: 767px) {
  .industry_felic_ttl {
    padding: 0 20px 25px;
  }
}

.industry_felic_line {
  width: 100%;
  height: 1px;
  position: relative;
}

@media all and (max-width: 767px) {
  .industry_felic_line {
    width: calc(100% - 33px);
  }
}

.industry_felic_line::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #363481;
}

.industry_felic_txt {
  padding: 30px 20px 0px;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.08em;
}

.industry_felic_txt p {
  margin-bottom: 10px;
}

/* 検査用装置・関連製品
------------------------------------------------ */
.industry_inspection {
  padding: 90px 0 74px;
  background: url(../img/industry/inspection_bg.jpg) no-repeat center bottom #F2F6FF;
  background-size: cover;
}

@media all and (max-width: 767px) {
  .industry_inspection {
    padding: 80px 0 50px;
  }
}

.industry_inspection_content {
  width: 100%;
  max-width: 1125px;
  margin: 0 auto;
}
@media all and (max-width: 767px) {
  .industry_inspection_content {
    box-sizing: border-box;
    padding-left: 12px;
    padding-right: 12px;
  }
}

.industry_inspection_ttl {
  text-align: center;
  padding: 0 0 40px;
}

@media all and (max-width: 767px) {
  .industry_inspection_ttl {
    padding: 0 0 25px;
  }
}
.industry_inspection_txt {
  width: 100%;
  max-width: 609px;
  margin: 0 auto 60px;
  font-size: 16px;
  line-height: 1.75;
}

.industry_inspection_txt p {
  margin-bottom: 40px;
}

.industry_inspection_slide_block {
  overflow-x: hidden;
}

.industry_inspection_slide_box {
  width: 41.7%;
  box-sizing: border-box;
  padding: 0 15px;
  text-align: center;
}

@media all and (max-width: 767px) {
  .industry_inspection_slide_box {
    width: 81.3%;
    padding: 0 13px;
  }
}


.industry_inspection_slide_img img {
  margin: 0 auto;
  vertical-align: top;
}

.industry_inspection_slide_txt {
  margin-top: 15px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.55;
}

@media all and (max-width: 767px) {
  .industry_inspection_slide_txt {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.625;
    text-align: left;
  }
}
.industry_slide_arrow {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  filter: drop-shadow(0px 2px 6px rgba(0, 0, 0, 0.16));
  cursor: pointer;
  position: absolute;
  top: 135px;
  z-index: 10;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media all and (max-width: 767px) {
  .industry_slide_arrow {
    width: 40px;
    height: 40px;
    top: 26%;
  }
}
.prev_arrow {
  left: 27.8%;
}

@media all and (max-width: 767px) {
  .prev_arrow {
    left: 7.35%;
  }
}

.next_arrow {
  right: 27.8%;
}

@media all and (max-width: 767px) {
  .next_arrow {
    right: 7.35%;
  }
}

.industry_slide_arrow::before,
.industry_slide_arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 18px;
  /* transform: translateX(-50%); */
  width: 14px;
  height: 2px;
  border-radius: 9999px;
  background-color: #363581;
  transform-origin: calc(100% - 1px) 50%;
}

@media all and (max-width: 767px) {
  .industry_slide_arrow::before,
  .industry_slide_arrow::after {
    left: 13px;
  }
}

.industry_slide_arrow::before {
  transform: rotate(45deg);
}

.industry_slide_arrow::after {
  transform: rotate(-45deg);
}
.prev_arrow {
  transform: scale(-1, 1);
}

.industry_slide_dots_wrap {
  display: flex;
  justify-content: center;
  margin-top: 35px;
}

@media all and (max-width: 767px) {
  .industry_slide_dots_wrap {
    margin-top: 30px;
  }
}
.industry_slide_dots_wrap li {
  width: 10px;
  height: 10px;
  margin: 0 15px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
}

@media all and (max-width: 767px) {
  .industry_slide_dots_wrap li {
    width: 8px;
    height: 8px;
    margin: 0 7px;
  }
}

.industry_slide_dots_wrap li:hover,
.industry_slide_dots_wrap li.slick-active {
  background: #363581;
}
.industry_slide_dots_wrap li button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}

/* CMOSイメージセンサー市場
------------------------------------------------ */
.industry_cmos {
  padding: 110px 0 164px;
  background: url(../img/industry/cmos_bg.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}

@media all and (max-width: 767px) {
  .industry_cmos {
    padding: 60px 0 320px;
    background: url(../img/industry/cmos_bg_sp.jpg) no-repeat center center;
  }
}

.industry_cmos_bg {
  position: absolute;
  top: 0;
  right: 0;
  background: url(../img/industry/cmos_bg02.png) no-repeat left center;
  background-size: 100% 100%;
  width: 100%;
  max-width: 947px;
  height: 100%;
  z-index: 1;
}

@media all and (max-width: 767px) {
  .industry_cmos_bg {
    position: absolute;
    top: auto;
    bottom: 0;
    background: url(../img/industry/cmos_bg02_sp.png) no-repeat right center;
    background-size: 100% 100%;
    width: 100%;
    max-width: 375px;
    height: 322px;
  }
}

.industry_cmos_content {
  width: 100%;
  max-width: 1125px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

@media all and (max-width: 767px) {
  .industry_cmos_box {
    padding: 0 20px;
  }
}

.industry_cms_ttl {
  margin-bottom: 60px;
}

@media all and (max-width: 767px) {
  .industry_cms_ttl {
    margin-bottom: 30px;
  }
}

.industry_cms_list {
  list-style-type: none;
}

.industry_cms_list li {
  padding-left: 20px;
  position: relative;
  font-size: 18px;
  margin-top: 20px;
}

@media all and (max-width: 767px) {
  .industry_cms_list li {
    padding-left: 18px;
    font-size: 16px;
    margin-top: 15px;
  }
}
.industry_cms_list li::before {
  content: '';
  width: 10px;
  height: 10px;
  background: url(../img/industry/icon_diamond.svg) no-repeat 0 0;
  position: absolute;
  top: 10px;
  left: 0;
}

@media all and (max-width: 767px) {
  .industry_cms_list li::before {
    top: 8px;
  }
}

.industry_cms_list li:first-child {
  margin-top: 0;
}


/* CMOSイメージセンサー市場
------------------------------------------------ */
.industry_innovation {
  padding: 156px 0 130px;
  background: url(../img/industry/innovation_bg.jpg) no-repeat center center #000201;
  background-size: auto 100%;
}

@media all and (max-width: 767px) {
  .industry_innovation {
    padding: 60px 0 60px;
    background: url(../img/industry/innovation_bg_sp.jpg) no-repeat center bottom #000201;
    background-size: auto 100%;
  }
}

.industry_innovation_content {
  width: 100%;
  max-width: 1125px;
  margin: 0 auto;
}

.industry_innovation_ttl {
  font-size: 33px;
  line-height: 1.33;
  margin-bottom: 45px;
  color: #fff;
  text-align: center;
}

@media all and (max-width: 767px) {
  .industry_innovation_ttl {
    font-size: 21px;
    margin-bottom: 30px;
  }
}

.industry_innovation_list {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  gap: 22px;
  margin-bottom: 45px;
}

@media all and (max-width: 767px) {
  .industry_innovation_ttl {
    font-size: 21px;
    margin-bottom: 30px;
  }
}

.industry_innovation_list dt {
  font-size: 32px;
  line-height: 1;
}

@media all and (max-width: 767px) {
  .industry_innovation_list dt {
    font-size: 21px;
  }
}

.industry_innovation_list dd {
  font-size: 16px;
  line-height: 1;
}

@media all and (max-width: 767px) {
  .industry_innovation_list dd {
    font-size: 10px;
  }
}

.industry_innovation_txt {
  font-size: 33px;
  line-height: 1.33;
  margin-bottom: 45px;
  color: #fff;
  text-align: center;
}

@media all and (max-width: 767px) {
  .industry_innovation_txt {
    font-size: 21px;
    margin-bottom: 30px;
  }
}

.industry_innovation_sub_txt {
  font-size: 16px;
  line-height: 1.33;
  color: #fff;
  text-align: center;
}

@media all and (max-width: 767px) {
  .industry_innovation_sub_txt {
    font-size: 10px;
  }
}
