@charset "UTF-8";
/*	font
-----------------------------------------*/
@font-face {
  font-family: notosans;
  src: url("https://library.keyence.com/fonts/NotoSansCJKjp-Regular.eot") format("eot"), url("https://library.keyence.com/fonts/NotoSansCJKjp-Regular.woff") format("woff"), url("https://library.keyence.com/fonts/NotoSansCJKjp-Regular.ttf") format("truetype");

  font-display: swap;
}
@font-face {
  font-weight: 300;
  font-family: notosans;
  src: url("https://library.keyence.com/fonts/NotoSansJP-Light.eot") format("eot"), url("https://library.keyence.com/fonts/NotoSansJP-Light.woff") format("woff"), url("https://library.keyence.com/fonts/NotoSansJP-Light.ttf") format("truetype");

  font-display: swap;
}
@font-face {
  font-weight: 600;
  font-family: notosans;
  src: url("https://library.keyence.com/fonts/NotoSansCJKjp-Medium.eot") format("eot"), url("https://library.keyence.com/fonts/NotoSansCJKjp-Medium.woff") format("woff"), url("https://library.keyence.com/fonts/NotoSansCJKjp-Medium.ttf") format("truetype");

  font-display: swap;
}
@font-face {
  font-weight: bold;
  font-family: notosans;
  src: url("https://library.keyence.com/fonts/NotoSansCJKjp-Bold.eot") format("eot"), url("https://library.keyence.com/fonts/NotoSansCJKjp-Bold.woff") format("woff"), url("https://library.keyence.com/fonts/NotoSansCJKjp-Bold.ttf") format("truetype");

  font-display: swap;
}

/*	base
-----------------------------------------*/
body {
  min-width: auto;
  background: #fff;
  color: #333;
  font-size: 88%;
  font-family: notosans, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 167%;

  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
}
.wrapper img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

/* Header
------------------------------- */
#header .inner {
  margin: 0 auto;
  padding: 18px 10px 20px;
  max-width: 1000px;
  width: 100%;
}
#header .inner:after {
  display: block;
  clear: both;
  width: 0;
  height: 0;
  content: "";
}
#header .inner .site_title {
  float: left;
}
#header .inner .site_title a {
  color: #333;
  font-weight: 600;
  font-size: 22px;
}
#header .inner .logo {
  float: right;
}


/* breadcrumb
--------------------------- */
#breadcrumb {
  padding: 9px 10px;
  background: #eee;
}
#breadcrumb ul {
  margin: 0 auto;
  max-width: 960px;
  width: 100%;
  text-align: left;
}
#breadcrumb ul li {
  display: inline-block;
  color: #333;
  font-size: 13px;
}
#breadcrumb ul li:after {
  display: inline-block;
  margin: 0 7px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #6a6a6a;
  border-right: 1px solid #6a6a6a;
  content: "";
  vertical-align: 2px;
  transition: all 0.3s;
  transform: rotate(45deg);
}
#breadcrumb ul li:last-child {
  padding-right: 0;
}
#breadcrumb ul li:last-child:after {
  width: 0;
  height: 0;
  border: 0;
}


/* Main Contents
--------------------------------- */
#container {
  margin-top: 30px;
}
#container.container_top {
  margin-top: 0;
}

#container a {
  text-decoration: underline;
}
#container .contents_wrap {
  margin: 0 auto;
  padding: 0 10px;
  max-width: 1000px;
  width: 100%;
}
#container .contents_wrap .lead {
  font-size: 16px;
  line-height: 1.7em;
}
#container .contents_wrap .lead + .lead {
  margin-top: 15px;
}
#container .contents_wrap .main_section {
  margin-top: 30px;
}
#container .contents_wrap .image_wrap .cap {
  text-align: left;
  font-size: 14px;
}

/* Main Visual
-------------------------------------*/
.mainvisual {
  height: 240px;
  padding-top: 60px;
  /* padding-bottom: 56px; */
  background-color: #0086c7;
  background-image: linear-gradient(to right, rgba(73, 231, 231, 0.3), #0086c7);
  color: #ffffff;
  width: 100%;
}

.mainvisual .title {
  font-size: 50px;
  font-weight: bold;
  line-height: 1;
  margin-top: -2px;
  text-align: center;
  letter-spacing: .028em;
}

.mainvisual .copy {
  font-size: 16px;
  margin-top: 25px;
  line-height: 1.8;
  text-align: center;
}

/* Title
--------------------------------- */
.title_style01 {
  position: relative;
  margin-bottom: 20px;
  padding: 0 0 15px 20px;
  border-bottom: 1px dotted #8e99a5;
  font-weight: 900;
  font-size: 28px;
  line-height: 1.2em;
}
.title_style01:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 7px;
  height: 75%;
  background: repeating-linear-gradient(to right, #4aa5ff, #fff 2px);
  content: "";
}
.title_style02 {
  position: relative;
  padding: 10px 10px 12px 22px;
  background: #333;
  color: #fff;
  font-size: 18px;
  line-height: 1.3em;
}
.title_style02:before {
  position: absolute;
  top: 0;
  left: 6px;
  display: block;
  width: 1px;
  height: 100%;
  border-left: 1px dotted #9fa6ad;
  content: "";
}

/* Box */
.col_box {
  margin-top: 40px;
}
.col_box::after {
  display: block;
  clear: both;
  height: 0;
  content: "";
}
.col_box.col2 .col {
  width: calc((100% - 40px) / 2);
}
.col_box.col2 .col:nth-child(1) {
  float: left;
}
.col_box.col2 .col:nth-child(2) {
  float: right;
}

/* Cv Area Wrap */
#cvarea_wrap {
  margin-top: 30px;
  padding: 30px 0 65px;
  text-align: center;
}

#cvarea_wrap  .cv_title {
  margin-bottom: 35px;
  text-align: center;
  font-size: 18px;
  line-height: 1.6em;
}
#cvarea_wrap .btn_list {
  display: flex;
}
#cvarea_wrap .btn_list .item {
  position: relative;
  display: block;
  width: calc((100% - 30px) / 3);
}
#cvarea_wrap .btn_list .item:nth-of-type(2) {
  margin: 0 15px;
}
#cvarea_wrap .btn_list .item a {
  display: block;
}
#cvarea_wrap .btn_list .item a.btn_price {
  background: -moz-linear-gradient(top, #e48100 0%,#cd5e00 100%);
  background: -webkit-linear-gradient(top, #e48100 0%,#cd5e00 100%);
  background: linear-gradient(to bottom, #e48100 0%,#cd5e00 100%);
}
#cvarea_wrap .btn_list .item a.btn_catalog {
  background: -moz-linear-gradient(top, #df3939 0%, #ce1a1b 100%);
  background: -webkit-linear-gradient(top, #df3939 0%,#ce1a1b 100%);
  background: linear-gradient(to bottom, #df3939 0%,#ce1a1b 100%);
}
#cvarea_wrap .btn_list .item a.btn_case {
  background: -moz-linear-gradient(top, #00745c 0%, #005a43 100%);
  background: -webkit-linear-gradient(top, #00745c 0%,#005a43 100%);
  background: linear-gradient(to bottom, #00745c 0%,#005a43 100%);
}
#cvarea_wrap .btn_list .item a.icon_arrow > .txt:before {
  position: absolute;
  top: 50%;
  left: 16px;
  margin-top: -5px;
  border: 5px solid rgba(0,0,0,0);
  border-left: 7px solid #fff;
  content: "";
}
#cvarea_wrap .btn_list .item a.icon_dl > .txt {
  background: url("https://www.keyence.co.jp/img/ss/common/bg_icon_dl_001.png") no-repeat 15px center;
  background-size: 18px auto;
}
#cvarea_wrap .btn_list .item a > .txt {
  position: relative;
  z-index: 5;
  display: inline-block;
  padding: 15px 0 14px;
  width: 100%;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}
#cvarea_wrap .btn_list .item a > .img + .txt:after {
  display: inline-block;
  width: 25px;
  height: 1px;
  content: "";
}
#cvarea_wrap .btn_list .item a.btn_catalog > .img {
  border: 1px solid #ccc;
}
#cvarea_wrap .btn_list .item a > .img {
  position: absolute;
  top: -13px;
  right: 10px;
  z-index: 5;
  display: inline-block;
  width: 57px;
}
#cvarea_wrap .btn_list .item a > .img img {
  width: 100%;
  vertical-align: middle;
}

/* Cv Area Wrap Top */
.container_top #cvarea_wrap {
  margin-top: 34px;
  padding-bottom: 30px;
}

/* Navigation */
#navigation {
  padding: 28px 0 22px;
  width: 100%;
  background: #eee;
}
#navigation .inner {
  position: relative;
  margin: 0 auto;
  padding: 0 10px;
  max-width: 1000px;
  width: 100%;
}
#navigation .inner .categorie_btn_wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}
#navigation .inner .categorie_btn_wrap .categorie_btn {
  position: relative;
  display: block;
  padding: 12px 0 13px;
  width: calc((100% - 20px) / 2);
  border: 1px solid #999;
  background: #fff;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  transition: opacity 0.2s ease 0s;
}
#navigation .inner .categorie_btn_wrap .categorie_btn.ac {
  border: 1px solid #333;
  background: #333;
  color: #fff;
  font-weight: bold;
}
#navigation .inner .categorie_btn_wrap .categorie_btn:hover {
  opacity: 0.7;
}
#navigation .inner .categorie_btn_wrap .categorie_btn:not(.ac):before {
  position: absolute;
  top: 50%;
  left: 13px;
  display: block;
  margin-top: -3px;
  border-top: 3px solid rgba(0,0,0,0);
  border-right: none;
  border-bottom: 3px solid rgba(0,0,0,0);
  border-left: 5px solid #4aa5ff;
  content: "";
}
#navigation .inner .categorie_btn_wrap .categorie_btn.ac:after {
  position: absolute;
  bottom: -8px;
  left: 50%;
  display: block;
  margin-left: -8px;
  border-top: 9px solid #333;
  border-right: 8px solid rgba(0,0,0,0);
  border-bottom: none;
  border-left: 8px solid rgba(0,0,0,0);
  content: "";
}
#navigation .inner .contents_btn_wrap {
  display: none;
}
#navigation .inner .contents_btn_wrap.ac {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#navigation .inner .contents_btn_wrap .contents_btn {
  display: block;
  margin-bottom: 6px;
  width: calc((100% - 44px) / 5);
}
#navigation .inner .contents_btn_wrap .contents_btn a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 16px 10px 17px 24px;
  height: 100%;
  border: 1px solid #999;
  background: #fff;
  color: #333;
  font-size: 15px;
  line-height: 1.4em;
}
#navigation .inner .contents_btn_wrap .contents_btn a.ac {
  background: #c5e2ff;
}
#navigation .inner .contents_btn_wrap .contents_btn a:before {
  position: absolute;
  top: 50%;
  left: 13px;
  display: block;
  margin-top: -3px;
  border-top: 3px solid rgba(0,0,0,0);
  border-right: none;
  border-bottom: 3px solid rgba(0,0,0,0);
  border-left: 5px solid #4aa5ff;
  content: "";
}

/* Navigation TOP */
#main #navigation {
  padding-top: 37px;
  padding-bottom: 50px;
}

#main #navigation .inner .categorie_btn_wrap {
  display: none;
}

#main #navigation .inner .contents_btn_wrap + .contents_btn_wrap {
  margin-top: 37px;
}

#main #navigation .inner .contents_btn_wrap:before {
  position: relative;
  display: block;
  margin-bottom: 25px;
  padding: 7px 20px 10px;
  width: 100%;
  border: 1px solid #333;
  background: #333;
  background-image: url(/img/ss/products/marker/cij-application-selecting/bg_index_001.png);
  background-position: 5px;
  background-repeat: repeat-y;
  color: #fff;
  content: attr(data-categorie);
  text-align: left;
  font-size: 18px;
}

#main #navigation .inner .contents_btn_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#navigation .inner .contents_btn_wrap .contents_btn a {
  text-decoration: none;
}

/* Tel Wrap */
#tel_wrap {
  display: flex;
  justify-content: center;
  padding: 25px 10px;
}
#tel_wrap .tel_lead {
  margin-right: 36px;
  padding: 16px 36px 18px 0;
  border-right: 1px solid #999;
  font-size: 16px;
}
#tel_wrap .tel_box {
  display: flex;
  align-items: center;
}
#tel_wrap .tel_box .no {
  margin-right: 20px;
  padding: 0 0 0 50px;
  min-height: 28px;
  background: url("/img/ss/products/marker/cij-application-selecting/bg_icon_001.png") no-repeat left center;
  font-weight: 900;
  font-size: 31px;
  line-height: 1em;
}
#tel_wrap .tel_box .time {
  font-size: 12px;
}
#tel_wrap .tel_box .time span {
  display: block;
  line-height: 1.3em;
}

/* Footer */
#footer {
  padding: 10px 0;
  width: 100%;
  border-top: 1px solid #999;
}
#footer .inner {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 10px;
  max-width: 1000px;
  width: 100%;
}
#footer .inner .links {
  display: flex;
  align-items: center;
}
#footer .inner .links li {
  line-height: 1em;
}
#footer .inner .links li:nth-child(2) {
  margin: 0 9px;
  padding: 0 9px;
  border-right: 1px solid #666;
  border-left: 1px solid #666;
}
#footer .inner .links li a {
  color: #333;
  font-size: 12px;
}
#footer .inner .copy {
  text-align: left;
  font-size: 12px;
}

/* Media Screen */
@media screen and (max-width: 980px) {
  #cvarea_wrap .btn_list {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  #cvarea_wrap .btn_list .item {
    width: 70%;
  }
  #cvarea_wrap .btn_list .item:nth-of-type(2) {
    margin: 35px 0 30px;
  }
  #cvarea_wrap .btn_list .item a > .txt {
    padding: 20px 0;
  }
  #tel_wrap {
    display: block;
  }
  #tel_wrap .tel_lead {
    margin: 0 0 20px;
    padding: 0;
    border: none;
    text-align: center;
  }
  #tel_wrap .tel_box {
    justify-content: center;
  }
}
@media screen and (max-width: 750px) {
  .wrapper {
    display: flex;
    flex-direction: column;
  }

  /* Header */
  #header {
    border-bottom: 1px solid #999;
  }
  #header .inner {
    padding: 15px;
  }
  #header .inner .site_title a {
    font-size: 18px;
  }

  /* Breadcrumb */
  #breadcrumb {
    order: 1;
  }


/* Main Visual
-------------------------------------*/
.mainvisual {
  height: 240px;
  padding-top: 50px;
  background-color: #0086c7;
  background-image: linear-gradient(to right, rgba(73, 231, 231, 0.3), #0086c7);
  color: #ffffff;
  width: 100%;
}

.mainvisual .title {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.3;
  margin-top: 0;
  text-align: center;
}

.mainvisual .copy {
  padding: 0 20px;
  margin-top: 24px;
  line-height: 2;
  text-align: center;
}

  /* Title */
  .title_style01 {
    font-size: 20px;
  }

  /* Box */
  .col_box {
    margin-top: 30px;
  }
  .col_box.col2 .col:nth-child(1),
  .col_box.col2 .col:nth-child(2) {
    float: none;
  }
  .col_box.col2 .col {
    width: 100%;
  }
  .col_box.col2 .col + .col {
    margin-top: 20px;
  }

  /* CV Area */
  #cvarea_wrap .btn_list .item {
    width: 100%;
  }
  #cvarea_wrap .btn_list .item:nth-of-type(2) {
    margin: 30px 0;
  }

  /* Cv Area Wrap Top */
  .container_top #cvarea_wrap {
    margin-top: 30px;
    padding-bottom: 65px;
  }

  /* Navigation */
  #navigation,
  #main #navigation {
    order: 2;
    padding: 10px 0 22px;
  }
  #main #navigation {
    padding-top: 30px;
  }
  #navigation .inner .categorie_btn_wrap,
  #main #navigation .inner .categorie_btn_wrap {
    display: none;
  }
  #navigation .inner .contents_btn_wrap,
  #main #navigation .inner .contents_btn_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #navigation .inner .contents_btn_wrap + .contents_btn_wrap,
  #main #navigation .inner .contents_btn_wrap + .contents_btn_wrap {
    margin-top: 30px;
  }
  #navigation .inner .contents_btn_wrap:before,
  #main #navigation .inner .contents_btn_wrap:before {
    position: relative;
    display: block;
    margin-bottom: 15px;
    padding: 12px 0 13px;
    width: 100%;
    border: 1px solid #333;
    background: #333;
    color: #fff;
    content: attr(data-categorie);
    text-align: center;
    font-weight: bold;
    font-size: 18px;
  }

  #main #navigation .inner .contents_btn_wrap:after {
    display: none;
  }

  #navigation .inner .contents_btn_wrap .contents_btn,
  #main #navigation .inner .contents_btn_wrap .contents_btn {
    width: 49%;
  }

  /* Tel Wrap */
  #tel_wrap {
    display: block;
    order: 3;
  }
  #tel_wrap .tel_lead {
    margin: 0 0 20px;
    padding: 0;
    text-align: center;
  }
  #tel_wrap .tel_box {
    flex-direction: column;
  }
  #tel_wrap .tel_box .no {
    margin: 0 0 5px;
    text-align: center;
  }
  #tel_wrap .tel_box .time span {
    display: inline-block;
  }

  /* Footer */
  #footer {
    order: 4;
  }
  #footer .inner {
    flex-direction: column;
  }
  #footer .inner .links {
    justify-content: center;
    margin-bottom: 6px;
  }
  #footer .inner .copy {
    text-align: center;
  }
}
@media screen and (max-width: 376px) {
/* Main Visual
-------------------------------------*/
  .mainvisual {
    padding-top: 20px;
  }

  .mainvisual .copy {
    padding: 0 10px;
    margin-top: 16px;
    line-height: 1.5;
  }


  .mainvisual .copy span:not(class) {
  display: block;
  }
}
