@charset "UTF-8";
@import "https://fonts.googleapis.com/css?family=Roboto:300,400,700";
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; }

b, strong {
  font-weight: bolder; }

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button, input {
  overflow: visible; }

button, select {
  text-transform: none; }

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button; }

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0; }

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: 0.35em 0.75em 0.625em; }

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type=checkbox], [type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto; }

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

img {
  vertical-align: bottom; }

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none; }

dl, dt, dd {
  margin: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.cf:before,
.cf:after {
  display: table;
  content: " "; }

.cf:after {
  clear: both; }

body {
  color: #333;
  background: #fff;
  font-family: 'Roboto', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-size: 16px; }
  @media screen and (max-width: 599px) {
    body {
      font-size: 14px; } }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0; }

p {
  margin: 0; }

a {
  color: #e33;
  text-decoration: none;
  outline: none;
  -webkit-transition: all  0.3s ease;
  -o-transition: all  0.3s ease;
  transition: all  0.3s ease;
  vertical-align: baseline;
  background: transparent; }
  a img:hover {
    opacity: 0.7; }
  .a_deco a {
    text-decoration: underline; }

.svg-inline--fa {
  margin-right: 0.2em; }

.set_width {
  margin: 0 auto;
  max-width: 1100px; }
  @media screen and (max-width: 1199px) {
    .set_width {
      width: calc(100% - 60px); } }
  @media screen and (max-width: 599px) {
    .set_width {
      width: calc(100% - 30px); } }

table {
  width: 100%; }

header {
  position: fixed;
  width: 100%;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  z-index: 999; }
  header .inset {
    background: #000;
    color: #fff;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    header .inset a {
      color: #fff; }

.logo_head {
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 1em; }
  .logo_head img {
    width: 220px; }
    @media screen and (max-width: 349px) {
      .logo_head img {
        height: 65px;
        width: auto; } }

.sp_button {
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .sp_button > div a {
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .sp_button > div a:hover {
      opacity: 0.6; }
  .sp_button > div span.ins {
    display: block;
    padding: 0 1.5em;
    font-size: 1.125em;
    text-align: center;
    white-space: nowrap;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25); }
    .sp_button > div span.ins br.sh599 {
      display: none; }
    @media screen and (max-width: 599px) {
      .sp_button > div span.ins {
        padding: 0 1em;
        font-size: 1em; } }
    @media screen and (max-width: 399px) {
      .sp_button > div span.ins br.sh599 {
        display: block; } }
  .sp_button > div.lp_docreq a {
    background: #e33; }

footer {
  background: #333;
  color: #fff;
  text-align: left; }
  footer a {
    color: #fff; }
    footer a:hover {
      opacity: 0.7; }
  footer p.copyright {
    background: #000;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    padding: 2em 0 180px;
    /* banner有り*/
    padding: 2.5em 0; }

.topBtn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: block;
  border: 1px solid #fff;
  background-color: black;
  background-color: #333;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 11px;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 22px;
  padding-top: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer; }
  .topBtn:before {
    content: '\25B2';
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 20px; }
  .topBtn:hover {
    opacity: 0.7; }

@media screen and (max-width: 999px) {
  .topBtn_area {
    display: none; } }

/* ==================================================
commonParts
================================================== */
.main_wrap {
  padding-top: 70px; }

.index_title_area {
  background-color: #444;
  background-image: url(../images/bgswitcher_001.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  .index_title_area .background_ins {
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%; }
  .index_title_area .flex_ins {
    height: calc(100vh - 70px);
    min-height: 620px; }
    @media screen and (max-width: 599px) {
      .index_title_area .flex_ins {
        height: calc(90vh - 70px);
        min-height: auto; } }
  .index_title_area .contents_layout {
    position: relative;
    width: 100%;
    height: 100%; }
  .index_title_area h1.title {
    text-align: center;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .index_title_area h1.title img {
      width: 100%;
      max-width: 800px; }
      @media screen and (max-width: 799px) {
        .index_title_area h1.title img {
          width: 90%; } }

.column_pack {
  padding: 5em 0; }
  @media screen and (max-width: 999px) {
    .column_pack {
      padding: 3em 0; } }
  .column_pack.adjacent_pad {
    padding: 5em 0; }
    .column_pack.adjacent_pad:first-child {
      padding: 0 0 5em; }

.column_bg_color01 {
  background: #f9f9f9; }

.column_title {
  text-align: center; }
  .column_title h2 {
    font-size: 3em;
    font-family: 'Raleway', sans-serif;
    font-weight: 800; }

.cp01 h2, .cp01 h3 {
  text-align: center;
  line-height: 1.325; }

.cp01 h2 {
  font-weight: bold;
  font-size: 2.5em;
  margin-bottom: 0.5em; }
  @media screen and (max-width: 599px) {
    .cp01 h2 {
      font-size: 1.5em;
      text-align: left; }
      .cp01 h2 br {
        display: none; } }
  .cp01 h2 .ent {
    color: #e33;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); }

.cp01 h3 {
  font-size: 1.5em;
  border: solid #000;
  border-width: 1px 0;
  padding: 0.5em 0; }
  @media screen and (max-width: 599px) {
    .cp01 h3 {
      font-size: 1.125em;
      text-align: left; }
      .cp01 h3 br {
        display: none; } }

.cp01 ul {
  margin: 2em auto;
  width: 100%;
  max-width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media screen and (max-width: 599px) {
    .cp01 ul {
      margin: 1em auto; } }
  .cp01 ul li {
    width: calc(33.33% - 6px);
    margin: 3px 3px; }
    .cp01 ul li img {
      width: 100%; }
    @media screen and (max-width: 599px) {
      .cp01 ul li {
        width: calc(50% - 6px); } }

.cp02 {
  background-image: -webkit-linear-gradient(315deg, #f5f7fa 0%, #c3cfe2 100%);
  background-image: -o-linear-gradient(315deg, #f5f7fa 0%, #c3cfe2 100%);
  background-image: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%); }
  .cp02 h2 {
    text-align: center;
    line-height: 1.325;
    font-weight: bold;
    font-size: 1.75em;
    margin-bottom: 0.5em; }
  .cp02 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 2em auto;
    max-width: 1000px; }
    @media screen and (max-width: 599px) {
      .cp02 ul {
        margin: 1em auto; } }
    .cp02 ul li {
      font-size: 1.125em;
      font-weight: bold;
      width: calc(50% - 4px);
      margin: 2px;
      background: #234;
      border-radius: 6px;
      color: #fff;
      text-align: center;
      padding: 1.125em; }
      @media screen and (max-width: 599px) {
        .cp02 ul li {
          width: 100%; } }
      .cp02 ul li.ai {
        background: #ff8e3a; }
      .cp02 ul li.iot_wireless_tech {
        background: #ccd152; }
      .cp02 ul li.smartSensing {
        background: #4abf58; }
      .cp02 ul li.safety_security {
        background: #45b9b4; }
      .cp02 ul li.mobility {
        background: #4aa7e0; }
      .cp02 ul li.edgeComputing {
        background: #ac75ce; }

.cp03 .each_pack {
  margin-bottom: 4em; }
  .cp03 .each_pack:last-child {
    margin-bottom: 0; }

.cp03 h2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#555), to(#222));
  background-image: -webkit-linear-gradient(top, #555 0%, #222 100%);
  background-image: -o-linear-gradient(top, #555 0%, #222 100%);
  background-image: linear-gradient(180deg, #555 0%, #222 100%);
  color: #fff;
  border-radius: 4px;
  padding: 0.75em;
  margin-bottom: 1em;
  font-size: 1.325em; }

.cp03 .temezone_img {
  width: 100%;
  max-width: 660px;
  margin: 0 auto; }
  .cp03 .temezone_img img {
    width: 100%; }

.cp03 ul.thumb {
  margin: 2em auto;
  width: 100%;
  max-width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media screen and (max-width: 599px) {
    .cp03 ul.thumb {
      margin: 1em auto; } }
  .cp03 ul.thumb li {
    width: calc(33.33% - 6px);
    margin: 3px 3px; }
    .cp03 ul.thumb li img {
      width: 100%; }

.cp03 ul.themezone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 2em auto;
  max-width: 1000px; }
  @media screen and (max-width: 599px) {
    .cp03 ul.themezone {
      margin: 1em auto; } }
  .cp03 ul.themezone li {
    font-size: 1.125em;
    font-weight: bold;
    width: calc(50% - 4px);
    margin: 2px;
    background: #234;
    border-radius: 6px;
    color: #fff;
    text-align: center;
    padding: 1.125em; }
    @media screen and (max-width: 599px) {
      .cp03 ul.themezone li {
        width: 100%; } }
    .cp03 ul.themezone li.ai {
      background: #ff8e3a; }
    .cp03 ul.themezone li.iot_wireless_tech {
      background: #ccd152; }
    .cp03 ul.themezone li.smartSensing {
      background: #4abf58; }
    .cp03 ul.themezone li.safety_security {
      background: #45b9b4; }
    .cp03 ul.themezone li.mobility {
      background: #4aa7e0; }
    .cp03 ul.themezone li.edgeComputing {
      background: #ac75ce; }

.cp03 .seminor_wrap {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#cfd9df), to(#e2ebf0));
  background-image: -webkit-linear-gradient(bottom, #cfd9df 0%, #e2ebf0 100%);
  background-image: -o-linear-gradient(bottom, #cfd9df 0%, #e2ebf0 100%);
  background-image: linear-gradient(to top, #cfd9df 0%, #e2ebf0 100%);
  padding: 2em;
  border-radius: 1em;
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  @media screen and (max-width: 767px) {
    .cp03 .seminor_wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .cp03 .seminor_wrap h3 {
    font-size: 1.5em;
    margin-bottom: 0.325em;
    font-weight: bold; }
  .cp03 .seminor_wrap p {
    font-size: 1.125em;
    line-height: 1.7; }
  .cp03 .seminor_wrap .txt_area {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .cp03 .seminor_wrap .image_area {
    width: 270px;
    margin-left: 2em;
    border: 5px solid #fff; }
    .cp03 .seminor_wrap .image_area img {
      width: 100%; }
    @media screen and (max-width: 767px) {
      .cp03 .seminor_wrap .image_area {
        width: 100%;
        max-width: 400px;
        margin: 1em auto 0; } }

.cp04 {
  background-image: url(../images/005_DSC_6451.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #fff; }
  .cp04.column_pack {
    padding: 0; }
  .cp04 .ins {
    padding: 4em 0;
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%; }
  .cp04 h2 {
    text-align: center;
    line-height: 1.325;
    font-weight: bold;
    font-size: 1.75em;
    margin-bottom: 0.25em; }
    .cp04 h2 .emp {
      color: #e33;
      text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
      padding: 0 0.125em; }
  .cp04 p.subh2 {
    text-align: center; }
  .cp04 ul {
    margin-top: 2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .cp04 ul li {
      color: #000;
      width: calc(33.33% - 10px);
      margin: 5px 5px;
      background: #fff;
      border-radius: 0.5em;
      padding: 2em; }
      .cp04 ul li p {
        font-size: 1.125em;
        line-height: 1.5; }
    @media screen and (max-width: 599px) {
      .cp04 ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .cp04 ul li {
          width: 100%; } }

.cp05 {
  text-align: center; }
  .cp05 h2 {
    background: #e33;
    color: #fff;
    border-radius: 4px;
    padding: 0.75em;
    line-height: 1.5; }
  .cp05 h3 {
    line-height: 1.5;
    margin: 1em 0;
    color: #e33; }

.formArea {
  margin: 2em 0; }
  @media screen and (max-width: 599px) {
    .formArea {
      padding: 1.5em 1em;
      border-radius: 0.5em;
      border: solid 1px #ccc; } }
  .formArea input[type="submit"] {
    display: block;
    border-radius: 0.25em;
    padding: 0.75em 0;
    font-size: 1.5em;
    text-transform: uppercase;
    color: #fff;
    width: 100%;
    max-width: 22em;
    letter-spacing: 0.1em;
    cursor: pointer;
    margin: 0 auto;
    text-shadow: 1px 1px 1px #666;
    background: -webkit-gradient(linear, left top, left bottom, from(#777), to(#333));
    background: -webkit-linear-gradient(top, #777 0%, #333 100%);
    background: -o-linear-gradient(top, #777 0%, #333 100%);
    background: linear-gradient(to bottom, #777 0%, #333 100%); }

.doc_form {
  margin-bottom: 1em; }
  .doc_form th, .doc_form td {
    border: 1px solid #ccc;
    padding: 10px; }
  .doc_form th {
    background: rgba(238, 51, 51, 0.1);
    font-weight: bold;
    width: 15em;
    text-align: right; }
    @media screen and (max-width: 599px) {
      .doc_form th {
        background: #fff; } }
    .doc_form th:after {
      content: "*";
      margin-left: 0.25em;
      color: #e33; }
  .doc_form td input {
    background: #f9f9f9;
    font-size: 18px;
    padding: 10px;
    color: #333;
    border: solid 1px #ccc;
    border-radius: 4px;
    width: 100%; }
  @media screen and (max-width: 599px) {
    .doc_form th, .doc_form td {
      display: block;
      width: 100%;
      border: 0;
      text-align: left;
      padding: 0 0 0.25em; }
    .doc_form td {
      margin-bottom: 0.75em; } }

.guide {
  margin-top: 4em;
  line-height: 1.5; }

.dl_wrap {
  height: 90vh;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (max-width: 767px) {
    .dl_wrap {
      margin: 0 15px; } }
  .dl_wrap .rsp {
    display: none; }
    @media screen and (max-width: 599px) {
      .dl_wrap .rsp {
        display: block; } }
  .dl_wrap .center_area {
    background: #fff;
    padding: 3em;
    border: 1px solid #ccc;
    text-align: center; }
    @media screen and (max-width: 599px) {
      .dl_wrap .center_area {
        padding: 1.5em 1em;
        line-height: 1.25; } }
  .dl_wrap .sub {
    font-size: 0.875em; }
  .dl_wrap .title {
    margin-top: 0.5rem;
    font-size: 2em; }
    @media screen and (max-width: 599px) {
      .dl_wrap .title {
        font-size: 1.325em; } }
  .dl_wrap .cap {
    margin-top: 0.75rem;
    font-size: 0.825em; }
  .dl_wrap .dll {
    margin: 1.5em 0;
    border-top: 1px dotted #666; }
    @media screen and (max-width: 599px) {
      .dl_wrap .dll {
        margin: 1em 0; } }
  .dl_wrap a {
    display: block;
    font-size: 1.25em;
    padding: 0.825em 1.5em;
    border-bottom: 1px dotted #666; }
    @media screen and (max-width: 599px) {
      .dl_wrap a {
        padding: 0.825em 0.5em; } }
    .dl_wrap a:hover {
      background: #eee; }
  .dl_wrap .min {
    font-size: 80%; }
  .dl_wrap .copyright {
    font-size: 0.825em; }

#error_box {
  margin: 20px auto;
  max-width: 100%;
  padding: 1em;
  border: 2px solid #e33; }

p.error {
  font-size: 1em;
  line-height: 1.5;
  color: #e33;
  font-weight: bold; }
  p.error:before {
    display: none;
    content: "\f00c";
    font-family: "Font Awesome 5 Solid"; }

.headline_h201 {
  font-size: 2em;
  margin-bottom: 0.75em; }

.headline_h202 {
  font-size: 1.5em;
  padding: 0.5em 1em;
  border-radius: 2.5em;
  background: rgba(77, 194, 187, 0.5);
  margin: 0 0 1em;
  border: 2px solid #fff;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2); }
  @media screen and (max-width: 599px) {
    .headline_h202 {
      padding: 0.5em 0.75em;
      border-radius: 6px; } }

.headline_h203 {
  border-top: 4px solid #4dc2bb;
  font-size: 2em;
  line-height: 1.25;
  color: #4dc2bb;
  padding: 0.325em 0;
  margin-bottom: 0.5em; }
  @media screen and (max-width: 999px) {
    .headline_h203 {
      font-size: 1.75em; } }
  @media screen and (max-width: 599px) {
    .headline_h203 {
      font-size: 1.5em; } }

.column_a01 {
  margin: 0 0.5em; }
  @media screen and (max-width: 599px) {
    .column_a01 {
      margin: 0 5px; } }
  .column_a01 p {
    line-height: 1.6;
    margin-bottom: 1em; }
  .column_a01.p_plus p {
    font-size: 1.125em;
    line-height: 1.7;
    margin-bottom: 0em; }

.indent_1em p {
  text-indent: -1em;
  padding-left: 1em;
  line-height: auto;
  margin-bottom: auto; }

.ins_page_link {
  margin-top: -90px;
  padding-top: 90px; }
