@charset "UTF-8";
/*
1.  common settings
2.  sp common settings
3.  header settings
4.  index settings
5.  Iot MVNO index settings
6.  page settings
7.  footer settings
*/
/*==================================================================
	common settings
===================================================================*/

html {
  font-family: "SSTJapanese W55 Regular";
  letter-spacing: 0.02em;
}
body {
  overflow-x: hidden;
  letter-spacing: 0.02em;
  position: relative;
  color: #111;
}
h1,
h2,
h3,
h4,
h5,
p,
a,
span,
strong,
dl,
dt,
dd,
table,
tbody,
thead,
th,
td,
blockquote,
ul,
li,
ol {
  font-family: "SSTJapanese W55 Regular";
}
.uk-grid.uk-grid-collapse {
  margin-left: 0;
}
.uk-grid.uk-grid-collapse > * {
  padding-left: 0;
}
p,
li,
dt,
dd,
th,
td {
  font-size: 15px;
  line-height: 200%;
  margin: 0 0 20px 0;
  font-weight: 300;
  word-break: break-all;
}
a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  text-decoration: underline;
  color: #886817;
}
.uk-link:hover,
a:hover {
  text-decoration: none;
}
a img:hover {
  opacity: 0.6;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
a:hover {
  color: #886817;
}
figure {
	display: inline-block;
}
@media screen and (min-width: 640px) {
	figure {
		max-width: 80%;
	}
}
figcaption {
	margin-top: 10px;
	font-size: 0.722222em;
	line-height: 1.5;
	display: block;
	text-align: left;
}
@media screen and (max-width: 959px) {
  .uk-container {
    padding: 0 20px;
  }
}
@media screen and (max-width: 639px) {
  p,
  li,
  dt,
  dd th,
  td {
    font-size: 14px;
    line-height: 180%;
    margin-bottom: 15px;
  }
  .uk-container {
    padding: 0;
  }
}

/* margin,padding
-------------------------------------------------------------------*/
.mb0 {
  margin-bottom: 0;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 1.5em;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb80 {
  margin-bottom: 80px;
}
.mb120 {
  margin-bottom: 120px;
}
.mb100 {
  margin-bottom: 8em;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt40 {
  margin-top: 40px;
}
.mt60 {
  margin-top: 60px;
}
.mt80 {
  margin-top: 80px;
}
.mt100 {
  margin-top: 100px !important;
}
.pb0 {
  padding-bottom: 0;
}
.pb20 {
  padding-bottom: 20px;
}
.pb30 {
  padding-bottom: 30px;
}
.pt80 {
  padding-top: 80px;
}
.pt30 {
  padding-top: 30px;
}
.pb80 {
  padding-bottom: 80px;
}
.pt0 {
  padding-top: 0;
}
.pBox15 {
  padding: 15px;
}
@media screen and (max-width: 959px) {
  .mb120 {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 639px) {
  .mb60 {
    margin-bottom: 30px;
  }
  .mb80 {
    margin-bottom: 40px;
  }
  .mb100 {
    margin-bottom: 50px;
  }
  .mb120 {
    margin-bottom: 60px;
  }
}

/* font style
-------------------------------------------------------------------*/
.red {
  color: #e95504;
}
.bold {
  font-family:'SST W55 Bold';
font-weight: normal;
}
.center {
  text-align: center;
}
.strong,
strong {
  font-family:'SST W55 Bold';
font-weight: normal;
  color: #00aaeb;
  font-size: 16px;
}
.fonts {
  font-size: 12px;
  color: #666;
}

/* bgcolor style
-------------------------------------------------------------------*/
.bg_white {
  background: #fff;
}
/* icon
-------------------------------------------------------------------*/
i {
  color: #fff;
}
a:hover i {
  color: #fff !important;
}
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

/*==================================================================
	sp common settings
===================================================================*/
/* sp contactbtn footer
-------------------------------------------------------------------*/
#sp-contact {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 100;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
#sp-contact li {
  float: left;
  width: 50%;
  margin: 0;
  list-style: none;
}
#sp-contact li a {
  display: block;
  color: #fff;
  font-family:'SST W55 Bold';
font-weight: normal;
  text-decoration: none;
  padding: 15px 0 20px 0;
  font-size: 13px;
  text-align: center;
  height: auto;
  letter-spacing: 3px;
  background: rgba(193, 171, 21, 0.8) url('../img/more.png') no-repeat center
    80%;
}
#sp-contact li a.bg-dark {
  background-color: rgba(23, 31, 41, 0.8);
}
#sp-contact li a span {
  display: block;
  color: #fff;
  font-family:'SST W55 Bold';
font-weight: normal;
  text-decoration: none;
  font-size: 10px;
  text-align: center;
  line-height: 120%;
}
#sp-contact li:last-child a {
  border-right: none;
}
#sp-contact li a i {
  color: #fff;
}

/*==================================================================
	header settings
===================================================================*/

/* header
-------------------------------------------------------------------*/
header {
  z-index: 900;
  width: 100%;
  position: relative;
  position: fixed;
  top: 0;
  left: 0;
}
header .logo {
  background: #000;
  width: 100%;
  height: 36px;
}
header .logo img {
  padding: 12px 16px;
}
.menu_btn {
  position: fixed;
  top: 135px;
  right: 0;
  border: none;
  z-index: 900;
  vertical-align: middle;
  background: rgba(193, 171, 21, 0.8);
  color: #fff;
  font-size: 10px;
  margin: 0;
  vertical-align: middle;
  height: 70px;
  width: 70px;
}
.menu_btn i {
  font-size: 30px;
  color: #fff;
}
.menu_btn:hover {
  background: rgba(193, 171, 21, 1);
}
@media screen and (max-width: 959px) {
  .menu_btn {
    top: 87px;
  }
}
@media screen and (max-width: 639px) {
  .menu_btn {
    top: 37px;
    height: 40px;
    width: 40px;
  }
  .menu_btn i {
    font-size: 20px;
  }
}

/* navigation
-------------------------------------------------------------------*/
.nav {
  background: rgba(28, 33, 39, 0.6);
  position: absolute;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  width: 100%;
}
.nav2 {
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 86px;
  width: 100%;
}
.nav p a {
  text-decoration: none;
  color: #fff;
  line-height: 50px;
  padding: 0 15px;
  font-size: 14px;
}
.p-cta-position {
	position:fixed;
	top:135px;
	right:0;
  display: flex;
  flex-direction: column;
}

.contact_btn {
  display: inline-block;
  line-height: 1.5;
	background:rgba(193,171,21,0.8) url(../img/more.png) no-repeat center 75%;
	color:#fff;
	padding:30px 15px 40px;
	text-decoration:none;
	font-size:14px;
	font-weight:500;
}
.contact_btn:hover{
	background:rgba(193,171,21,1) url(../img/more.png) no-repeat 65% 75%;
	color:#fff;
}
.contact_btn.contact_btn--dark {
  background-color: rgba(23, 31, 41, 0.8);
}
.contact_btn.contact_btn--dark:hover {
  background-color: rgba(23, 31, 41, 1);
}
.nav_items {
  padding: 0;
  margin: 0 0 0 auto;
}
.nav_items > li {
  display: inline-block;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
  display: table;
  height: 50px;
}
.nav_items li a {
  display: table-cell;
  vertical-align: middle;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  margin: 0;
  padding: 0 15px;
  text-align: center;
  line-height: 160%;
  letter-spacing: 1px;
  font-weight: 500;
}
.nav2 .nav_items li a {
  color: #333;
  font-size: 13px;
}
.nav_items > li a:hover {
  background: rgba(255, 255, 255, 0.4);
  transition: 0.4s;
}
.nav2 .nav_items > li a:hover {
  background: rgba(0, 0, 0, 0.1);
}
.nav_items li.action a {
  background: rgba(255, 255, 255, 0.4);
}
.nav_items > li a.carrent {
  background: rgba(255, 255, 255, 0.4);
}

@media screen and (max-width: 639px) {
  .nav p a {
    line-height: 40px;
    padding: 0 15px;
    font-size: 10px;
  }
}

/* offcanvas
-------------------------------------------------------------------*/
.uk-offcanvas-bar {
  background: #1c2127;
  padding: 0;
  width: 100vw;
  margin: 87px 0 0 0;
}
.uk-nav-offcanvas > li {
  margin: 0;
  display: block;
}
.uk-offcanvas-close svg {
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 639px) {
  .uk-offcanvas-bar {
    margin: 36px 0 0 0;
  }
  .uk-offcanvas-close svg {
    width: 20px;
    height: 20px;
  }
}

/* nav_menu_list
-------------------------------*/
#nav_menu ul {
  padding: 100px 30px 30px;
  overflow: hidden;
  margin: 0;
}
#nav_menu ul li {
  margin: 0;
}
#nav_menu ul li a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  text-align: center;
  padding: 30px;
  margin: 0;
  font-weight: 500;
  border-bottom: solid 1px #fff;
  background: url(../img/more.png) no-repeat 95% center;
}
#nav_menu ul li.uk-parent a {
  background: none;
}
.uk-nav-parent-icon > .uk-parent > a::after {
  background: url(../img/ + .png) no-repeat 90% center !important;
}
.uk-nav-parent-icon > .uk-parent.uk-open > a::after {
  background: url(../img/-.png) no-repeat 90% center !important;
}
#nav_menu ul li a:hover {
  background: rgba(255, 255, 255, 0.1) url(../img/more.png) no-repeat 97% center;
}
#nav_menu ul li.uk-parent a:hover {
  background: rgba(255, 255, 255, 0.1);
}
#nav_menu ul li ul {
  padding: 30px 0;
  text-align: center;
}
#nav_menu ul li ul li {
  display: inline-block;
  margin: 0;
}
#nav_menu ul li ul li a {
  display: block;
  font-size: 14px;
  text-align: left;
  padding: 15px;
  border-bottom: none;
  background: none;
}
#nav_menu ul li ul li a:hover {
  background: rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 639px) {
  #nav_menu ul {
    padding: 60px 15px 15px;
    overflow: hidden;
  }
  #nav_menu ul li a {
    text-align: left;
    padding: 15px 30px;
  }
  #nav_menu ul li ul {
    padding: 10px 0;
    text-align: center;
  }
  #nav_menu ul li ul li {
    display: block;
    margin: 0;
  }
  #nav_menu ul li ul li a {
    font-size: 13px;
    padding: 5px 15px;
  }
}

/*==================================================================
	index settings
===================================================================*/
/* video
-------------------------------------------------------------------*/
.video-container {
  position: fixed;
  /* left: 50%; */
  /* top: 50%; */
  top: 0px;
  left: 0;
  z-index: -1;
  /* transform: translate(-50%, -50%); */
  /* width:156.25%; */
  /* height:100vh; */
  width: 100%;
  height: calc(100vh - 36px);
  overflow: hidden;
}
.video-container video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1600px) {
  .video-container {
    width: 120%;
  }
  .video-container video {
    left: 40%;
  }
}
@media screen and (max-width: 1300px) {
  .video-container {
    width: 150%;
  }
  .video-container video {
    left: 30%;
  }
}

@media screen and (max-width: 959px) {
  .video-container {
    width: 240%;
  }
  .video-container video {
    left: 20%;
  }
}
@media screen and (max-width: 639px) {
  .video-container {
    width: 366%;
  }
  .video-container video {
    left: 10%;
  }
}

/* keyv
-------------------------------------------------------------------*/
.keyv {
  position: relative;
  width: 100%;
  background: rgba(23, 31, 41, 0.3);
  height: calc(100vh - 36px);
}

.keyv_txt {
  position: absolute;
  top: 50%;
  left: 12%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 2;
  width: 80%;
}
.keyv_txt img {
}
.keyv_txt__main {
  padding: 0 0 40px 0;
  overflow: hidden;
  word-break: keep-all;
  color: #fff;
  width: 100%;
}
@media screen and (max-width: 639px) {
  .fv-text path {
    width: 200px;
  }
  .iot_keyv .keyv_txt__main,
  .mvno_keyv .keyv_txt__main {
  }
  .iot_keyv .keyv_txt__name,
  .mvno_keyv .keyv_txt__name {
    line-height: 1.3;
  }
}

.keyv_txt .under_width {
  width: 455px;
}
.keyv_txt .underline {
  height: 1px;
  background: #fff;
  width: 100%;
}
.keyv_txt__name1,
.keyv_txt__name2 {
  display: block;
  overflow: hidden;
  height: 40px;
}

.keyv_txt .keyv_txt__name {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3;
  padding: 40px 0 0 5px;
  margin: 0;
}
.keyv_txt .keyv_txt__name.index {
  font-size: 30px;
  padding: 0;
  line-height: 1.4;
  font-family: 'Lato', sans-serif;
}

@media screen and (max-width: 639px) {
  .keyv_txt .keyv_txt__name.index {
    font-size: 32px;
  }
}
.top_news {
  position: absolute;
  bottom: 40px;
  right: 0;
  z-index: 1;
}
.top_news h2 {
  float: right;
  background: rgba(28, 33, 39, 0.9);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 56px;
  padding: 0 30px;
  letter-spacing: 3px;
  margin: 0;
}
.top_news p {
  display: inline-block;
  margin: 0;
}
.top_news .top_news__item {
  display: block;
  background: rgba(255, 255, 255, 0.9) url(../img/more2.png) no-repeat 90%
    center;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  line-height: 56px;
  text-decoration: none;
  padding: 0 10em 0 30px;
}
.top_news .top_news__item__date {
  color: #666;
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
  margin: 0 25px 0 0;
}
.top_news p a:hover {
  background: rgba(255, 255, 255, 0.9) url(../img/more2.png) no-repeat 95%
    center;
}
@media screen and (max-width: 959px) {
  .keyv_txt {
    left: 8%;
  }
  .keyv_txt img {
    padding: 0 0 20px 5px;
    width: 50%;
  }
  .keyv_txt .under_width {
    width: 300px;
  }
  .keyv_txt h1 {
    line-height: 200%;
    padding: 20px 0 0 5px;
    font-size: 14px;
  }
  .top_news {
    bottom: 15px;
  }
}
@media screen and (max-width: 639px) {
  .keyv_txt {
    left: 15px;
  }
  .keyv_txt img {
    padding: 0 0 15px 5px;
    width: 50%;
  }
  .keyv_txt .under_width {
    width: 200px;
  }
  .keyv_txt h1 {
    line-height: 160%;
    padding: 15px 0 0 5px;
    font-size: 12px;
  }
  .top_news {
    display: none;
  }
  .top_news h2 {
    float: none;
    line-height: 280%;
    padding: 0 15px;
    text-align: center;
  }
  .top_news p {
    display: block;
  }
  .top_news p a {
    line-height: 160%;
    padding: 10px 6em 10px 15px;
  }
  .top_news p span {
    display: block;
    margin: 0;
  }
}

/* top_title
-------------------------------------------------------------------*/
.top_title,
.top_title2 {
  padding: 80px 15px 60px;
  text-align: center;
}
.recruit_txt .top_title2 {
  padding: 0 15px 50px;
}

.top_businesstxt{
  font-size: 18px!important;
  max-width: 750px;
}
.iot_logo {
  position: absolute;
  z-index: 10;
  padding-top: 3%;
  padding-left: 3%;
}
.iot_logo img{
  width: 25%;
}
.iot_logo img:hover{
  opacity: 1!important;
}
span.main.Business_h2 {
  font-size: 20px;
  margin-left: 30px;
  padding-bottom: 15px;
  border-bottom: solid 1px;
  width: 230px;
  margin-bottom: 10px;
}

.headline {
  display: inline-block;
  color: #1c2127;
  font-size: 27px;
  font-weight: 300;
  letter-spacing: 2px;
  margin: 0;
}
.headline.fff {
  color: #fff;
}
.headline.fff .main:after {
  background: #fff;
}
.headline.fff .sub {
  color: #fff;
}
.headline .main {
  display: block;
  position: relative;
}
.headline .main:after {
  content: '';
  display: inline-block;
  height: 1px;
  background: #1c2127;
  width: 130px;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  margin: 20px auto 0;
}
.headline .Business_h2:after{
  height: 0px;
  width: 0px;
}
.headline .sub {
  display: block;
  color: #666;
  font-size: 14px;
  margin: 0;
  letter-spacing: 0.1em;
  line-height: 100%;
  padding: 40px 0 0;
}
@media screen and (max-width: 959px) {
  .top_title {
    padding: 60px 15px 60px;
  }
}
@media screen and (max-width: 639px) {
  .top_title,
  .top_title2 {
    padding: 30px 15px;
  }
  .top_title h2,
  .top_title2 h2 {
    font-size: 20px;
  }
  .top_title span,
  .top_title2 span {
    font-size: 13px;
    padding: 15px 0 0;
  }
  .top_title .titleline,
  .top_title2 .titleline2 {
    margin: 10px 0 0 0;
  }
  .top_businesstxt {
    font-size: 16px!important;
}
span.main.Business_h2 {
  font-size: 13px;
  padding-top: 30px;
  margin-left: 20px;
}
}

/* top_link
-------------------------------------------------------------------*/
/* background
-------------------------------*/
.top_business1,
.top_business2,
.top_contact1,
.top_contact2 {
  position: relative;
  overflow: hidden;
  display: block;
  text-decoration: none;
}
.top_business1:after,
.top_business2:after,
.top_contact1:after,
.top_contact2:after {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background: url(../img/iot-min.jpg) no-repeat center center/cover;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.top_business2:after {
  background: url(../img/mvno-min.jpg) no-repeat center center/cover;
}
.top_contact1:after {
  background: url(../img/building-min.jpg) no-repeat center center/cover;
}
.top_contact2:after {
  background: url(../img/contact-min.jpg) no-repeat center center/cover;
}
.top_business1:hover:after,
.top_business2:hover:after,
.top_contact1:hover:after,
.top_contact2:hover:after {
  opacity: 1;
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

/* btn
-------------------------------*/
.top_link {
  background: rgba(28, 33, 39, 0.3);
  height: 100%;
  padding: 120px 0;
  z-index: 1;
  position: relative;
}
.contact .top_link {
  padding: 80px 0;
}
.top_link h3,
.top_link h2 {
  text-align: center;
  font-size: 50px;
  color: #fff;
  width: 200px;
  /* border: solid 1px #fff; */
  padding: 55px 5px;
  margin: 0 auto;
  z-index: 1;
  position: relative;
  background: url(../img/more.png) no-repeat center 85%;
}
.contact .top_link h2 {
  font-size: 30px;
  padding: 65px 5px;
}
.top_link h3 .ja,
.top_link h2 .ja {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #fff;
  letter-spacing: 2px;
  margin: 10px 0 0 0;
}
.top_link h2 .ja {
  margin: 20px 0 0 0;
}
.top_link h2 .border,
.top_link h3 .border {
  display: inline-block;
  background: #fff;
}
.top_link h2 .border.b1,
.top_link h3 .border.b1 {
  height: 1px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.top_link h2 .border.b2,
.top_link h3 .border.b2 {
  height: 100%;
  width: 1px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
.top_link h2 .border.b3,
.top_link h3 .border.b3 {
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  /* transform: rotate(-1, 1); */
}
.top_link h2 .border.b4,
.top_link h3 .border.b4 {
  height: 100%;
  width: 1px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  /* transform: rotate(-1, 1); */
}
.top_link:hover h3,
.top_link:hover h2 {
  background: url(../img/more.png) no-repeat 55% 85%;
  transition: 0.4s;
}
.top_link:hover h2 .border.b1,
.top_link:hover h3 .border.b1 {
  animation: line-top 0.3s linear both;
}
.top_link:hover h2 .b2,
.top_link:hover h3 .b2 {
  animation: line-right 0.3s linear both;
}
.top_link:hover h2 .b3,
.top_link:hover h3 .b3 {
  animation: line-bottom 0.3s linear both;
}
.top_link:hover h2 .b4,
.top_link:hover h3 .b4 {
  animation: line-left 0.3s linear both;
}
@keyframes line-top {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
@keyframes line-right {
  from {
    transform: scaleY(0);
  }
  to {
    transform: scaleY(1);
  }
}
@keyframes line-bottom {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
@keyframes line-left {
  from {
    transform: scaleY(0);
  }
  to {
    transform: scaleY(1);
  }
}
@media screen and (max-width: 959px) {
  .top_link {
    padding: 80px 0;
  }
}
@media screen and (max-width: 639px) {
  .top_link,
  .contact .top_link {
    padding: 40px 0;
  }
  .top_link h3,
  .contact .top_link h2 {
    font-size: 30px;
    padding: 35px 5px 45px 5px;
  }
  .top_link h3 span,
  .top_link h2 span {
    font-size: 13px;
    letter-spacing: 2px;
  }
  .top_link h2 span {
    margin: 10px 0 0 0;
  }
}

/* mission_top
-------------------------------------------------------------------*/
.bg_gray {
  background: #f2f2f2;
  padding: 100px 0;
}
.mission {
  background: url(../img/sky-.jpg) no-repeat left center/cover;
}
.mission_txt {
  max-width: 29em;
  margin: 0 auto;
  padding: 0 60px;
}
.mission_txt p {
  margin: 0 0 80px;
  line-height: 260%;
}
@media screen and (max-width: 959px) {
  .bg_gray {
    padding: 60px 0;
  }
}
@media screen and (max-width: 639px) {
  .bg_gray {
    padding: 0;
    background: url(../img/mission.png) no-repeat center center/cover;
  }
  .mission_txt {
    max-width: inherit;
    padding: 0 30px;
    background: rgba(255, 255, 255, 0.7);
  }
  .mission_txt p {
    margin: 0 0 40px;
    line-height: 220%;
  }
}

/* recruit_top
-------------------------------------------------------------------*/
.recruit_bg {
  /* background:rgba(23,31,41,0.2); */
  /* background: rgba(242, 242, 242, 0.8); */
  background: url(../img/recruit_bg.png) no-repeat center center/cover;
  padding: 100px 0;
}
.recruit_txt {
  background: rgba(28, 33, 39, 0.9);
  padding: 80px 30px;
}
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 639px) {
  .recruit_bg {
    padding: 0;
  }
  .recruit_txt {
    padding: 40px 30px;
    background: rgba(28, 33, 39, 0.7);
  }
}

/* news-list
-------------------------------------------------------------------*/
.bg_gray2 {
  background: #1c2127;
  padding: 0 0 80px;
}
.news-list {
  max-width: 920px;
  margin: 0 auto 60px;
  padding: 0 30px;
  list-style: none;
}
.news-list > li {
  margin: 0;
}
.news-list > li:first-child .post-list {
  border-top: solid 1px #fff;
}
.post-list {
  display: flex;
  list-style: none;
  padding: 18px 20px;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  border-bottom: solid 1px #fff;
  margin: 0;
}

.post-list-date {
  color: #fff;
  font-size: 11px;
}
.post-cat {
  font-size: 12px;
  border: solid 1px #fff;
  padding: 0 40px;
  display: inline-block;
  margin: 0 20px;
}
.post-cat.release {
  padding: 0 22px;
}
.post-list-ttl {
  width: 60%;
}
a.post-list:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.news-list.page {
  list-style-type: none;
}
.news-list.page .post-list-date {
  color: #111;
}
.news-list.page .post-cat {
  border-color: #111;
}
.news-list.page .post-list {
  color: #111;
  font-weight: normal;
  border-bottom-color: #111;
}
.news-list.page li:first-child .post-list {
  border-top-color: #111;
}
@media screen and (max-width: 639px) {
  .bg_gray2 {
    padding: 0 0 40px;
  }
  .news-list {
    max-width: inherit;
    margin: 0 auto 30px;
    padding: 0 15px;
  }
  .post-list {
    padding: 10px;
    display: block;
  }
  .post-cat {
    padding: 0;
    font-size: 11px;
    border: none;
    position: relative;
  }
  .post-cat:before {
    content: '|';
    position: relative;
    left: -10px;
  }
  .post-list-ttl {
    display: block;
    width: 100%;
  }
}

/* more style
-------------------------------------------------------------------*/
p.more,
p.more2 {
  display: inline-block;
  margin: 0 auto;
  text-decoration: none;
  text-align: center;
  background: url(../img/more.png) no-repeat 95% center;
}
.more a,
.more2 a {
  display: block;
  text-decoration: none;
  font-size: 15px;
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  border: solid 1px #fff;
  font-weight: 500;
  line-height: 140%;
  padding: 15px 80px;
  margin: 0 25px;
}
p.more:hover {
  background: url(../img/more.png) no-repeat right center;
  transition: 0.4s;
}
p.more a:hover {
  background: rgba(255, 255, 255, 0.1);
}

p.more2 {
  background: url(../img/more2.png) no-repeat 95% center;
}
.more2 a {
  color: #171f29;
  border: solid 1px #171f29;
}
p.more2:hover {
  background: url(../img/more2.png) no-repeat right center;
  transition: 0.4s;
}
p.more2 a:hover {
  background: rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 639px) {
  .more a {
    font-size: 13px;
    letter-spacing: 2px;
    padding: 15px 75px 15px 75px;
  }
}

/*==================================================================
	Iot MVNO index settings
===================================================================*/
/* keyv style
-------------------------------------------------------------------*/
.iot_keyv,
.mvno_keyv {
  position: relative;
  width: 100%;
  background: rgba(23, 31, 41, 0.2) url(../img/iot-min.jpg) no-repeat center
    center/cover;
  height: 100vh;
}
.mvno_keyv {
  background: rgba(23, 31, 41, 0.2) url(../img/mvno-min.jpg) no-repeat center
    center/cover;
}
.keyv-inner {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.iot_keyv .keyv_txt__main,
.mvno_keyv .keyv_txt__main {
  padding-bottom: 0;
}

.iot_keyv .keyv_txt h1,
.mvno_keyv .keyv_txt h1 {
  display: block;
  font-size: 46px;
  font-weight: 400;
  letter-spacing: 3px;
  line-height: 260%;
}
.iot_keyv .keyv_txt h1 span,
.mvno_keyv .keyv_txt h1 span {
  display: block;
  font-size: 15px;
  line-height: 220%;
  padding: 0;
  letter-spacing: 1px;
}
@media screen and (max-width: 639px) {
  .iot_keyv .keyv_txt h1,
  .mvno_keyv .keyv_txt h1 {
    font-size: 28px;
  }
  .iot_keyv .keyv_txt h1 span,
  .mvno_keyv .keyv_txt h1 span {
    font-size: 13px;
    line-height: 1.8;
  }
}

/* campaign style
-------------------------------------------------------------------*/
.campaign {
  background: #171f29;
  padding: 30px 0;
}
.campaign_box {
  display: block;
  border: solid 1px #fff;
  background: url(../img/more.png) no-repeat center 90%;
  padding: 30px;
  text-decoration: none;
  color: #fff;
}
.campaign_box h2 {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 15px;
  letter-spacing: 2px;
  line-height: 180%;
}
.campaign_box:hover {
  background: rgba(255, 255, 255, 0.1) url(../img/more.png) no-repeat 55% 90%;
  color: #fff;
}
@media screen and (max-width: 959px) {
  .campaign .uk-grid > * {
    margin: 0 0 30px;
  }
  .campaign {
    padding: 40px 0 10px;
  }
}
@media screen and (max-width: 639px) {
  .campaign .uk-grid > * {
    margin: 0 15px 15px;
  }
  .campaign {
    padding: 15px 0;
  }
  .campaign_box {
    background: url(../img/more.png) no-repeat 95% center;
    padding: 15px 70px 15px 15px;
  }
  .campaign_box:hover {
    background: rgba(255, 255, 255, 0.1) url(../img/more.png) no-repeat 95%
      center;
  }
  .campaign_box p {
    display: none;
  }
  .campaign_box h2 {
    font-size: 15px;
    margin: 0;
    letter-spacing: 1px;
    line-height: 160%;
  }
}

/* uk-accordion style
-------------------------------------------------------------------*/
.uk-accordion li {
  margin: 0;
}
.uk-accordion > :nth-child(n + 2) {
  margin: 0;
}
.uk-accordion-title:hover {
  cursor: pointer;
  color: #999;
}
.uk-accordion-title {
  text-decoration: none;
  font-size: 15px;
  padding: 25px 30px;
  font-weight: 400;
  border-bottom: solid 1px #f2f2f2;
  margin: 0;
  background: #171f29;
  color: #fff;
  line-height: 30px;
  position: relative;
}
.uk-accordion-content {
  padding: 30px;
  margin: 0;
}
.uk-accordion-title::before {
  background-image: url(../img/ + .png);
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.uk-open > .uk-accordion-title::before {
  background-image: url(../img/-.png);
}

@media screen and (max-width: 639px) {
}

/* PURPOSE style
-------------------------------------------------------------------*/
.purpose {
  background: rgba(242, 242, 242, 0.8);
  padding: 0 0 80px;
}
.purpose .uk-grid > * {
  margin: 0 0 40px;
}
.purpose .uk-accordion-title {
  border: none;
  padding: 0;
  height: 170px;
}
.purpose .uk-accordion-title h3 {
  font-size: 17px;
  letter-spacing: 2px;
  margin: 40px 0 30px;
  color: #fff;
  text-align: center;
}
.purpose .uk-accordion-title h3 .line {
  display: block;
  height: 1px;
  background: #fff;
  width: 144px;
  margin: 25px auto 0;
}
.purpose .uk-accordion-title p {
  color: #fff;
  max-width: 386px;
  margin: 0 auto 60px;
  font-size: 13px;
}
.purpose .uk-accordion-title::before {
  top: 80%;
  left: 50%;
  transform: none;
  transform: translateX(-50%);
  margin: 0;
}
.purpose .uk-accordion-content {
  background: #fff;
  padding: 30px;
}
.purpose .uk-accordion-content ul {
  padding: 0;
}
.purpose .uk-accordion-content ul li {
  margin: 0;
  display: block;
  list-style: none;
  border-bottom: 1px dotted #ddd;
}
.purpose .uk-accordion-content ul li.nolink {
  padding: 10px 70px 10px 10px;
  color: #222;
}
.purpose .uk-accordion-content ul li a {
  display: block;
  color: #222;
  text-decoration: none;
  padding: 10px 70px 10px 10px;
  background: url(../img/more2.png) no-repeat 95% center;
}
.purpose .uk-accordion-content ul li a:hover {
  background: url(../img/more2.png) no-repeat 98% center;
}

@media screen and (max-width: 959px) {
  .purpose {
    padding: 0 0 60px;
  }
  .purpose .uk-grid > * {
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 639px) {
  .purpose {
    padding: 0;
  }
  .purpose .uk-grid > * {
    margin: 0 0 15px;
  }
  .purpose .uk-accordion-title {
    padding: 25px 30px;
    height: auto;
  }
  .purpose .uk-accordion-title h3 {
    font-size: 16px;
    letter-spacing: 1px;
    margin: 10px 0 20px;
  }
  .purpose .uk-accordion-title h3 .line {
    width: 100px;
    margin: 20px auto 0;
  }
  .purpose .uk-accordion-title p {
    margin: 0 auto 40px;
  }
  .purpose .uk-accordion-content {
    background: #fff;
    padding: 15px;
  }
}

/* FUNCTION style
-------------------------------------------------------------------*/
.function_mvno {
  padding: 0 0 80px;
}
.function_bg,
.function_bg2 {
  background: linear-gradient(
    90deg,
    #f2f2f2 0%,
    #f2f2f2 60%,
    #fff 60%,
    #fff 100%
  );
  padding: 80px 0;
}
.function_bg2 {
  background: linear-gradient(
    90deg,
    #fff 0%,
    #fff 40%,
    #f2f2f2 40%,
    #f2f2f2 100%
  );
}
.function_bg3 {
  background-color: #f2f2f2;
}
.function_bg_last {
  margin: 0;
}
.function_txt {
  max-width: 600px;
  margin: 0 auto;
  padding: 120px 40px;
}
.function_txt2 {
  padding: 40px 40px;
}
.function_txt1 {
  padding: 0 40px;
}
.function_txt3 {
  max-width: initial;
  padding: 20px 0 40px;
}
.function_menu {
  background: #171f29;
  padding: 40px 40px 0 40px;
}

.function_txt h3 {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 200%;
  margin: 0 0 40px;
}
.function_txt h3 span {
  display: block;
  margin: 0 0 10px;
  color: #c1ab15;
  font-size: 16px;
}
.function_txt p {
  font-size: 13px;
}
.function_txt3 p {
  font-size: 15px;
}
.function_menu ul li {
  margin: 0 0 40px;
}
.function_menu ul li a {
  display: block;
  border: solid 1px #fff;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  padding: 30px 15px 50px;
  letter-spacing: 1px;
  background: url(../img/more.png) no-repeat center 70%;
}
.function_menu ul li a:hover {
  background: rgba(255, 255, 255, 0.1) url(../img/more.png) no-repeat 55% 70%;
}
@media screen and (max-width: 959px) {
  .function_mvno {
    padding: 0 0 60px;
  }
  .function_txt {
    padding: 80px 40px;
  }
  .function_txt2 {
    padding: 80px 40px;
  }
  .function_txt3 {
    padding: 40px 20px;
  }
  .function_txt1 {
    padding: 80px 40px;
  }
  .function_menu ul li {
    margin: 0 0 20px;
  }
  .function_menu {
    padding: 30px 30px 10px;
  }
}
@media screen and (max-width: 639px) {
  .function_mvno {
    padding: 0 0 40px;
  }
  .function_bg,
  .function_bg2 {
    background: linear-gradient(
      90deg,
      #f2f2f2 0%,
      #f2f2f2 90%,
      #fff 90%,
      #fff 100%
    );
    padding: 40px 0;
    margin: 0 0 40px;
  }
  .function_bg_last {
    margin: 0;
  }
  .function_bg2 {
    background: linear-gradient(
      90deg,
      #fff 0%,
      #fff 10%,
      #f2f2f2 10%,
      #f2f2f2 100%
    );
  }
  .function_txt,
  .function_txt2,
  .function_txt1,
  .function_txt3 {
    padding: 0 15px 20px;
  }
  .function_txt h3 {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 180%;
    margin: 0 0 20px;
  }
  .function_txt h3 span {
    margin: 0 0 5px 0;
    font-size: 14px;
  }
  .function_menu {
    padding: 15px 15px 5px;
  }
  .function_menu ul li {
    margin: 0 0 10px;
  }
  .function_menu ul li a {
    font-size: 15px;
    padding: 15px 15px 30px;
  }
}

/* application style
-------------------------------------------------------------------*/
.application {
  padding: 0 0 80px;
  background: rgba(23, 31, 41, 0.6);
}
.application__item {
  display: block;
  border: solid 1px #fff;
  padding: 30px 30px 40px;
  color: #fff;
  text-decoration: none;
  text-align: center;
}
a.application {
  background: url(../img/more.png) no-repeat center 90%;
}
a.application__item:hover {
  background: rgba(255, 255, 255, 0.1) url(../img/more.png) no-repeat 55% 90%;
}
.application h3 {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  margin: 10px 0 25px;
}
.application ul {
  padding: 20px 15px;
  background: rgba(255, 255, 255, 0.17);
}
.application__item p {
  padding: 20px 15px;
  background: rgba(255, 255, 255, 0.17);
}
.application li {
  list-style: none;
  margin: 0;
  line-height: 220%;
}
@media screen and (max-width: 959px) {
  .application {
    padding: 0 0 60px;
  }
}
@media screen and (max-width: 639px) {
  .application {
    padding: 0 0 25px;
  }
  .application .uk-grid > * {
    margin: 0 15px 15px;
  }
  .application a {
    padding: 15px 15px 25px;
  }
  .application h3 {
    font-size: 15px;
    margin: 10px 0 15px;
  }
  .application ul {
    padding: 15px;
  }
}

/* case style
-------------------------------------------------------------------*/
.case {
  padding: 0 0 120px;
}
.case ul {
  padding: 0;
  margin: 0 0 60px;
}
.case_box {
  background: #f2f2f2;
  border: solid 1px #171f29;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.case_box a {
  display: block;
  text-decoration: none;
  height: 100%;
}
.case_img {
  /* height:220px; */
  height: 180px;
  text-align: center;
  background: #fff;
  position: relative;
}
.case_img > * {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
}
.company-name {
  font-size: 18px;
  width: 100%;
  letter-spacing: 0.2em;
  font-family:'SST W55 Bold';
font-weight: normal;
}
.case_box__content {
  /* background:#f2f2f2 url(../img/more2.png) no-repeat center 70%; */
  background: #f2f2f2;
  margin: 0;
  /* padding:40px 15px 65px; */
  padding: 20px 15px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: #171f29;
  letter-spacing: 2px;
  font-size: 14px;
}
.case_box__content__text {
  font-size: 14px;
}
.case_box__content > * {
  margin: 0;
}
/*.case_box a:hover h3{
	background:#ddd url(../img/more2.png) no-repeat 55% 70%;
	transition: 0.4s;
}*/
.uk-slidenav-previous,
.uk-slidenav-next {
  width: 80px;
  height: 80px;
  padding: 0;
  margin: 0;
}
.uk-slidenav-previous svg,
.uk-slidenav-next svg {
  display: none;
}
.uk-slidenav-previous {
  background: url(../img/previous.png) no-repeat center center/contain;
}
.uk-slidenav-next {
  background: url(../img/next.png) no-repeat center center/contain;
}
@media screen and (max-width: 639px) {
  .case {
    padding: 0 0 40px;
  }
  .case ul {
    margin: 0 0 30px;
  }
  .case li {
    padding: 0 30px;
  }
  .case_img {
    height: 160px;
  }
  .case_img img {
    padding: 30px;
  }
  .case_img > * {
  }
  .company-name {
    font-size: 17px;
  }
  /*.case_box h3{
		margin:0;
		padding:20px 15px 45px;
		font-size: 17px;
	}*/
  .uk-slidenav-previous,
  .uk-slidenav-next {
    width: 45px;
    height: 45px;
    padding: 0;
    margin: 0;
  }
}

/* Faq style
-------------------------------------------------------------------*/
.Faq {
  background: #f2f2f2;
  padding: 0 0 80px;
}
.Faq .uk-accordion {
  max-width: 800px;
  margin: 0 auto 60px;
}
.Faq .uk-accordion-title {
  padding: 30px 30px 30px 85px;
  background: #171f29 url(../img/q.png) no-repeat 30px center;
}
.Faq .uk-accordion-title span {
  display: inline-block;
  font-size: 30px;
  margin: 0 30px 0 0;
  vertical-align: middle;
  line-height: 1;
}
.Faq .uk-accordion-content {
  padding: 30px 30px 30px 85px;
  background: url(../img/a.png) no-repeat 30px center;
}
@media screen and (max-width: 639px) {
  .Faq {
    padding: 0 0 40px;
  }
  .Faq .uk-accordion {
    margin: 0 10px 30px;
  }
  .Faq .uk-accordion-title {
    padding: 10px 30px 10px 55px;
    background-position: 15px center;
    line-height: 180%;
    font-size: 14px;
  }
  .Faq .uk-accordion-content {
    padding: 15px 15px 15px 55px;
    background-position: 15px center;
  }
}

/*==================================================================
	page settings
===================================================================*/
/* contents
-------------------------------------------------------------------*/
.contents {
  margin: 0 auto 60px;
}
.contents_area {
  max-width: 1080px;
  margin: 0 auto;
}
.contents_area .uk-grid > * img {
  margin: 0 auto 15px;
}
.contents_area h2,
.contents_area h3,
.contents_area h4 {
  clear: both;
}
.contents_area section div {
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  .contents {
    margin: 0 auto 40px;
  }
}
@media screen and (max-width: 639px) {
  .contents {
    margin: 0 0 30px;
    padding: 0 10px;
  }
  .contents_area p {
    padding: 0 5px;
  }
  .contents_area .uk-align-right,
  .contents_area .uk-align-left {
    display: block;
    float: none;
    margin: 0 auto 15px;
  }
  .contents_area .uk-align-right img,
  .contents_area .uk-align-left img {
    display: block;
    margin: 0 auto;
  }
}

/* bl
-------------------------------------------------------------------*/
.bl {
  padding: 15px;
  margin: 0;
  border-bottom: 1px dotted #ddd;
}
.bl ul li a,
.bl ul li {
  font-size: 12px;
  margin: 0;
  color: #222;
  display: inline-block;
}
.bl ul {
  text-align: right;
  margin: 0;
}

@media screen and (max-width: 959px) {
  .bl {
    padding: 10px 0;
  }
}
@media screen and (max-width: 639px) {
  .bl {
    padding: 10px;
  }
}

/* page_title
-------------------------------------------------------------------*/
.page_title {
  height: 500px;
  position: relative;
}
.page_title:before {
  content: '';
  background: rgba(28, 33, 39, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.page_title.company {
  background: url(../img/building-min.jpg) no-repeat center 80% / cover;
}
.page_title.recruit {
  background: url(../img/sky-min.jpg) no-repeat center 80% / cover;
}
.page_title h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -30%);
  width: 90%;
  color: #fff;
  text-align: center;
  z-index: 2;
  font-size: 32px;
  margin: 0;
  letter-spacing: 4px;
}
.page_title h1 .page_title_line {
  height: 1px;
  display: block;
  width: 150px;
  background: #fff;
  margin: 16px auto 0;
}
.title__sub {
  font-size: 14px;
  letter-spacing: 2px;
}

.contents h2 {
  margin: 60px 0 60px;
  font-size: 24px;
  text-align: center;
  background: url(../img/line.png) no-repeat center bottom;
  padding: 0 0 25px;
  letter-spacing: 4px;
  color: #171818;
}

.contents .bigp {
  margin: 60px 0 60px;
  font-size: 36px;
  text-align: center;
  padding: 0 0 25px;
  letter-spacing: 4px;
  color: #171818;
}
.contents h3 {
  margin: 40px 0 25px;
  font-size: 20px;
  background: #f2f2f2;
  border-left: 6px solid #171818;
  padding: 10px 15px;
  letter-spacing: 1px;
  color: #171818;
}
.contents h4 {
  margin: 30px 0 20px;
  border-bottom: 2px dotted #ddd;
  font-size: 18px;
  color: #171818;
  padding: 10px;
}

@media screen and (max-width: 959px) {
}
@media screen and (max-width: 639px) {
  .page_title h1 {
    padding: 86px 0 30px 0;
    font-size: 20px;
  }
  .contents h2 {
    margin: 40px 0;
    font-size: 20px;
    padding: 0 0 20px;
  }
  .contents h3 {
    margin: 25px 0 20px;
    font-size: 17px;
  }
  .contents h4 {
    margin: 20px 0 15px;
    font-size: 16px;
  }
}

/* table sheet style
-------------------------------------------------------------------*/
.contents_area table {
  border-collapse: collapse;
  border-spacing: 0px;
  border-bottom: none;
  margin-bottom: 25px;
  width: 100%;
  background: #fff;
}
.contents_area table th,
.contents_area table td {
  padding: 15px 25px;
  line-height: 1.5em;
  vertical-align: middle;
  background: #f2f2f2;
  border-bottom: solid 1px #fff;
  border-right: 1px solid #fff;
  line-height: 220%;
}
.contents_area table.vertical-top td {
	vertical-align: top;
}
.contents_area table.vertical-top td ul li {
	line-height: 1.2;
	margin-bottom: 10px;
	font-size: 0.9em;
}
.contents_area table th {
  background: #171818;
  font-weight: 400;
  color: #fff;
  font-size: 14px;
}
.contents_area table td {
  font-size: 14px;
}
.contents_are table.center th,
.contents_are table.center td {
  text-align: center;
}
.contents_area table.border th,
.contents_area table.border td {
  border: none;
  line-height: 1.4;
}
.contents_area table.border tbody td {
  width: 25%;
}
.contents_area table.border tbody tr:nth-child(even) th {
  background: #ddd;
  color: #111;
}
.contents_area table.border tbody tr:nth-child(odd) th {
  background: #e9e9e9;
  color: #111;
}
.contents_area table.border tbody tr:nth-child(even) td {
  background: #e9e9e9;
}
.contents_area table.border tbody tr:nth-child(odd) td {
  background: #fff;
}
table.table {
  border-collapse: collapse;
  border-spacing: 0px;
  border-bottom: none;
  margin-bottom: 25px;
  background: #fff;
}
table.table th,
table.table td {
  padding: 10px 25px;
  line-height: 1.5em;
  vertical-align: middle;
  background: #f2f2f2;
  border-bottom: solid 1px #fff;
  border-right: 1px solid #fff;
  line-height: 220%;
}
table.table th {
  background: #171818;
  font-weight: 400;
  color: #fff;
  font-size: 13px;
}
table.table td {
  font-size: 13px;
}
.overflow-x-scroll {
  overflow-x: auto;
  white-space: nowrap;
}
.overflow-x-scroll table {
  width: auto !important;
}

@media screen and (max-width: 639px) {
  .contents_area table th,
  .contents_area table td {
    padding: 10px 15px;
  }
  .contents_area table th {
    font-size: 13px;
    line-height: 200%;
  }
  .contents_area table td {
    font-size: 13px;
  }
  table.table {
    width: 100%;
  }
  table.table th,
  table.table td {
    padding: 10px 15px;
  }
}

.contents_area table.clear {
}

/* table 横スクロール style
-------------------------------------------------------------------*/
@media screen and (max-width: 639px) {
  .scroll {
    overflow: auto !important;
    white-space: nowrap;
  }
  .scroll::-webkit-scrollbar {
    height: 5px;
  }
  .scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  .scroll::-webkit-scrollbar-thumb {
    background: #bcbcbc;
  }
}

/*	dl style
-------------------------------------------------------------------*/
.contents_area dl {
  overflow: hidden;
  /* background: #171818; */
  /* border-bottom:1px solid #fff; */
  margin: 0 auto 25px;
  display: flex;
  flex-wrap: wrap;
}
.contents_area dt,
.contents_area dd {
  display: block;
  float: left;
  margin: 0;
  padding: 1em 2em;
  font-size: 14px;
}
.contents_area dt {
  width: calc(30% - 60px);
  clear: left;
  border-bottom: 1px solid #ddd;
  /* color:#fff; */
  font-weight: 400;
}
.contents_area dt:last-of-type,
.contents_area dd:last-of-type {
  border-bottom: none;
}

.contents_area dd {
  width: calc(70% - 60px);
  /* background: #f2f2f2; */
  border-bottom: 1px solid #ddd;
  text-align: left;
}
@media screen and (max-width: 959px) {
  .contents_area dl {
  }
}
@media screen and (max-width: 639px) {
  .contents_area dl {
    border: none;
    margin: 0 0 15px;
    background: none;
  }
  .contents_area dt,
  .contents_area dd {
    float: none;
    border-top: none;
  }
  .contents_area dt {
    font-weight: 500;
    font-size: 15px;
    padding: 10px;
    color: #222;
    border-bottom: 1px solid #171818;
    display: inline-block;
    width: auto;
  }
  .contents_area dd {
    margin: 0;
    width: calc(100% - 30px);
    background: none;
    padding: 10px 15px;
  }
  .contents_area dt:last-of-type {
    border-bottom: 1px solid #171818;
  }
}

/* list style
-------------------------------------------------------------------*/
.scroll-table {
	display: block;
	margin-right: -16px;
	overflow-x: scroll !important;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 640px) {
	.scroll-table {
		overflow-x: auto;
		white-space: normal;
		-webkit-overflow-scrolling: none;
	}
}
.contents_area ul {
  padding: 0;
  margin: 0 0 25px;
  list-style-type: none;
}
.contents_area ul li {
  margin: 5px 0;
  /* list-style-image:url(../img/list.png); */
  font-weight: 400;
  font-size: 14px;
  position: relative;
  padding-left: 18px;
}
.contents_area ul li:before {
  content: '';
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: #c1ab15;
  border-radius: 50%;
  opacity: 0.5;
}
.contents_area ul li a {
  font-family:'SST W55 Bold';
font-weight: normal;
}

.contents_area ol {
  counter-reset: my-counter;
  list-style: none;
  padding-left: 15px;
  margin: 0 0 25px;
}
.contents_area ol li {
  margin: 5px 0;
  position: relative;
  padding-left: 30px;
  font-weight: 400;
}
.contents_area ol li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #171818;
  color: #fff;
  display: block;
  float: left;
  line-height: 22px;
  text-align: center;
  height: 22px;
  width: 22px;
  border-radius: 50%;
  margin: 5px 0 0 -30px;
}

/*==================================================================
	side settings
===================================================================*/
aside {
  margin: 60px 0 0 0;
}

/* side menu ttl
-------------------------------------------------------------------*/
.side_nav {
  margin-bottom: 20px;
  background: #fff;
}
.side_nav ul {
  padding: 0;
  margin: 0;
}
.side_nav ul li {
  list-style: none;
}
.side_nav_ttl {
  background: #171818;
  padding: 10px 5px;
  text-align: center;
  letter-spacing: 0.2em;
  font-size: 14px;
  margin: 0;
  font-weight: 500;
  color: #fff;
}

/* side menu list
-------------------------------------------------------------------*/
.side_nav_item {
  margin: 0;
}
.side_nav_item ul {
  padding: 0;
  border-top: none;
}
.side_nav_item ul li {
  padding: 0;
  border-bottom: 1px solid #ddd;
  margin: 0;
  display: block;
}
.side_nav_item ul li a {
  text-decoration: none;
  display: block;
  padding: 15px;
  font-size: 13px;
  line-height: 160%;
  color: #444;
  font-weight: 400;
  text-align: center;
}
.side_nav_item ul li a:hover {
  background: rgba(0, 0, 0, 0.1);
}

/*==================================================================
	footer settings
===================================================================*/
footer {
  background: #171818;
  /*padding: 50px 40px 60px;*/
}
footer p {
  color: #fff;
  text-align: right;
  font-size: 13px;
  font-weight: 500;
  line-height: 220%;
}
footer p span {
  display: block;
  font-weight: 400;
}
.footer_credit {
  /*padding: 40px 0 0 0;*/
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.footer_credit a{
  display: block;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  padding: 0 10px;
}
.footer_credit a:hover{
  opacity: 0.6;
}
.footer_sidepad{
  display: flex;
  padding: 10px 10px;
  justify-content: space-between;
}
.footer_sidepad .footer_credit img{
  height: 25px;
}
.footer_sidepad .footer_credit p{
  margin: 0;
}
@media screen and (max-width: 959px) {
  footer {
    padding: 40px 30px;
  }
  footer p {
    text-align: center;
  }
  .footer_credit {
    /*padding: 60px 0 0 0;*/
  }
}
@media screen and (max-width: 639px) {
  footer {
    padding: 30px 15px 80px;
  }
  footer p {
    font-size: 12px;
  }
  .footer_credit {
    /*padding: 40px 0 0 0;*/
  }
}

/* sitemap
-------------------------------------------------------------------*/
.sitemap p {
  margin: 0 0 10px 0;
}
.sitemap p span {
  text-align: left;
  border-bottom: 1px solid #fff;
  font-size: 14px;
  padding: 0 10px;
}
.sitemap ul {
  padding: 0 0 0 10px;
  margin: 0;
}
.sitemap ul li {
  list-style: none;
  margin: 0;
}
.sitemap ul li a {
  display: block;
  background: url(../img/btn.png) no-repeat left center;
  padding: 0 0 0 15px;
  font-size: 12px;
  text-decoration: none;
  color: #fff;
  font-weight: 300;
}
.sitemap ul li a:hover {
  background: url(../img/btn.png) no-repeat 5px center;
}

/* sign
-------------------------------------------------------------------*/
.footer_sign {
  color: #fff;
  font-size: 10px;
  text-align: right;
  margin: 0;
  font-weight: 500;
}
@media screen and (max-width: 959px) {
  .footer_sign {
    text-align: center;
  }
}

/* pagetop
-------------------------------------------------------------------*/
#page-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  margin: 0;
  z-index: 1001;
}
#page-top a {
  background: url(../img/pagetop.png) no-repeat 0 0;
  z-index: 10;
  text-indent: -5000px;
  text-decoration: none;
  color: #fff;
  width: 60px;
  height: 60px;
  text-align: center;
  display: block;
}
.strong-text {
  font-weight: 700;
}
.m-headline-simple {
  font-size: 20px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 0.5em;
}
.font-size-s {
  font-size: 0.7em;
}
.font-size-xs {
  font-size: 0.5em;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mt100 {
  margin-top: 100px;
}
.page-nav {
  list-style-type: none;
  display: flex;
  justify-content: center;
  border-bottom: 1px dotted #ddd;
}
.page-nav__item {
  margin: 0;
  padding: 0;
}
.page-nav__item {
}
.page-nav__item:last-child .page-nav__item__link {
  border-right: none;
}
.page-nav__item__link {
  display: block;
  font-size: 14px;
  padding: 40px;
  border-right: 1px dotted #ddd;
  text-decoration: none;
  color: inherit;
  text-align: center;
  min-width: 110px;
  position: relative;
}
.page-nav__item__link:after {
  content: url('../img/chevron-down.svg');
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.4s ease;
}
.page-nav__item__link:hover:after {
  bottom: 10px;
}

@media screen and (max-width: 639px) {
  .page-nav {
    flex-direction: column;
  }
  .page-nav__item__link {
    padding: 20px 0;
    border-bottom: 1px dotted #ddd;
  }
  .page-nav__item:last-child .page-nav__item__link {
    border: none;
  }
  .page-nav__item__link:after {
    bottom: 50%;
    left: 90%;
    transform: translateY(50%);
  }
}
.tab-content.is-active {
  animation: fadein 2s both;
}
.tab-content.is-hidden {
  display: none;
}
@keyframes fadein {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
.point-text {
  display: block;
  position: relative;
  padding-left: 24px;
}
.point-text:before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background: #c1ab15;
  opacity: 0.5;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.list-decimal {
  list-style: none;
}
.num-list {
  padding-left: 20px !important;
}
.num-list li {
  padding-left: 0 !important;
}
.num-list li:before {
  content: none !important;
}
.num-list.decimal {
  list-style-type: decimal;
}
.num-list.lower-latin {
  list-style-type: lower-latin;
}
.num-list.upper-latin {
  list-style-type: upper-latin;
}
.list-circle {
  list-style-type: circle !important;
  padding: 20px;
}
.privacy p,
.privacy dt,
.privacy dd,
.privacy th,
.privacy td {
  font-size: 14px;
}
.banner {
  display: inline-block;
  background: #fff;
  opacity: 0.9;
  text-decoration: none;
  color: inherit;
}
.banner.sim {
  border-radius: 4px;
  min-width: 240px;
  padding: 30px 20px;
  background: #fff url('../img/sim-c-s.png') no-repeat center right;
  border: 3px solid #fff;
}
.banner.sim:hover {
  color: inherit;
  border-color: #886817;
}
.banner.sim p {
  margin: 0;
}
.banner.sim .main {
  letter-spacing: 2px;
  font-size: 1.2em;
  position: relative;
}
.banner.sim .main:after {
  content: '';
  width: 100px;
  height: 1px;
  background: #111;
  position: absolute;
  bottom: -6px;
  margin-bottom: 8px;
  left: 0;
}
.banner.sim:hover .main:after {
  background-color: #886817;
}
.banner.sim .sub {
  font-size: 0.8em;
}
.tags {
  list-style-type: none;
}
.tag {
  background: #15ac55;
  color: #fff;
  padding: 10px;
  margin-bottom: 10px;
  position: relative;
}
.tag:before {
  content: '';
  width: 0;
  height: 0;
  border-width: 0 10px 10px 0;
  border-style: solid;
  border-color: #e9e9e9 #e9e9e9 #129248 #129248;
  position: absolute;
  top: 0;
  right: 0;
}
.tag:nth-child(even) {
  background: #47bb60;
}
@media screen and (max-width: 639px) {
  .tag {
    font-size: 11px;
  }
}
.bg-blue-light {
  background: #349bd9 !important;
  color: #fff !important;
}
.bg-blue-middle {
  background: #2492d6 !important;
  color: #fff !important;
}
.bg-blue-dark {
  background: #1189d2 !important;
  color: #fff !important;
}
.bg-black {
  background: #171818 !important;
  color: #fff !important;
}
.border-bottom-ccc {
  border-bottom: 1px solid #ccc !important;
}
.border-wrap {
  padding: 20px 30px;
  border: 1px solid #171818;
  margin-bottom: 20px;
}
@media screen and (max-width: 639px) {
  .border-wrap {
    padding: 20px;
  }
}
.indent-20 {
  padding-left: 20px;
}
#video {
  /* display: none; */
}
.gmap {
  width: 100%;
  height: 400px;
}
@media screen and (max-width: 639px) {
  .gmap {
    height: 250px;
  }
}
noscript {
  width: 100%;
}
#alert {
  width: 100%;
  padding: 20px;
  background: #f4f8f3;
  text-align: center;
}
#alert p {
  margin: 0;
  line-height: 1.3;
}
#alert .text {
  color: red;
}
#alert a {
  color: inherit;
  text-decoration: underline;
}
.noclick {
  cursor: default;
}
.break-word {
  word-break: break-word;
}

.uk-tab {
  max-width: 920px;
  margin: 0 auto 30px;
}
.uk-tab::before {
  left: 0;
}
.tab-item {
  text-decoration: none;
}
.uk-tab .uk-active .tab-item {
  border-bottom: 2px solid #111;
}

/*202101追加*/

.p-iot__anchor__group {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
  list-style: none;
  padding-left: 0;
}

.p-iot__anchor {
  width: calc(100% / 6);
  text-align: center;
  font-size: 15px;
  margin-bottom: 0;
  height: 45px;
}

.p-iot__anchor__link {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: 0.3e ease-in-out;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: solid 1px #171f29;
  color: #171f29;
}

.p-iot__anchor__link:hover {
  background-color: #171f29;
  color: #fff;
}

.p-iot__anchor02__title {
  text-decoration: none;
  font-size: 15px;
  font-weight: 400;
  margin: 0;
  background: #171f29;
  color: #fff;
  line-height: 30px;
  height: 160px;
  padding: 0;
}

.p-iot__anchor02__title h3 {
  font-size: 17px;
  letter-spacing: 2px;
  margin: 40px 0 10px;
  color: #fff;
  text-align: center;
}

.p-iot__anchor02__title h3 .line {
  display: block;
  height: 1px;
  background: #fff;
  width: 144px;
  margin: 25px auto 0;
}

.p-iot__anchor02__title p {
  padding: 15px;
  text-align: center;
  margin: 0;
  border-bottom: solid 1px #fff;
}

.p-iot__anchor02__link {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  background-color: #171f29;
  border: solid 1px #171f29;
  color: #ffffff;
  font-size: 17px;
  text-decoration: none;
}

.p-iot__anchor02__link:hover {
  background-color: #fff;
  color: #171f29;
}

.p-iot__card {
  margin-bottom: 60px;
}

.p-iot__card__title03 {
  font-family:'SST W55 Bold';
font-weight: normal;
  font-size: 18px;
  margin-bottom: 15px;
  margin-top: 30px;
}

.Meeq {
  padding-bottom: 80px;
}

h3.meeq__ttl3 {
  margin-bottom: 40px !important;
  font-size: 14px;
}

.p-iot__support {
  padding-bottom: 80px;
}

.p-iot__support h3 {
  font-size: 18px;
  border-bottom: solid 1px #171f29;
  text-align: center;
  display: inline-block;
  padding-bottom: 5px;
  margin: 0 0 10px 0;
}

.p-iot__support h4 {
  display: inline-block;
  font-size: 17px;
  border-bottom: solid 1px #171f29;
}

.p-mvno__plan {
  max-width: initial;
  padding: 40px 0;
}

.p-mvno__box {
  background-color: #f2f2f2;
  padding: 20px;
  margin: 0 10px 20px 0;
}

.p-mvno__box.__last {
  margin: 0 0 20px 0;
}

.p-mvno_col2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 40px; }
  .p-mvno_col2__detail {
    width: 50%; }
    @media screen and (max-width: 767.9px) {
      .p-mvno_col2__detail {
        width: 100%;
        margin-bottom: 20px; }
        .p-mvno_col2 {
          padding-left: 20px;
          padding-right: 20px;
        }}
  .p-mvno_col2__img {
    width: 43%; }
    @media screen and (max-width: 767.9px) {
      .p-mvno_col2__img {
        width: 100%; } }
.p-mvno__text {
  padding-bottom: 20px;
}

.pb60 {
  padding-bottom: 60px;
}

.__trg-blnk:after {
  content: "";
  background: url(../../meeq/images/common/ico_link.svg) no-repeat center;
  background-size: 100%;
  width: 15px;
  height: 15px;
  display: inline-block;
}

.__ico-console::before {
  content: "";
  background: url(../img/ico_console.svg) no-repeat center;
  background-size: 100%;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 5px;
}
@media screen and (max-width: 639px) {
  .p-iot__anchor__group {
    margin-bottom: 30px;
  }

  .p-iot__anchor {
    width: 50%;
  }

  .p-iot__anchor02__title {
    height: auto;
  }

  .p-iot__anchor02__title h3 {
    font-size: 16px;
    letter-spacing: 1px;
    margin: 10px 0 10px;
  }

  .p-iot__anchor02__title h3 .line {
    width: 100px;
    margin: 20px auto 0;
  }

  .p-iot__anchor02__content p {
    padding: 8px;
  }

  .p-iot__anchor02__link {
    font-size: 15px;
    height: 40px;
  }

  .p-iot__card {
    margin-bottom: 30px;
  }

  .p-iot__card__title03 {
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 15px;
  }

  .p-iot__how__section {
    padding-bottom: 5px;
  }

  .p-iot__how {
    padding-left: 20px;
    padding-right: 20px;
  }

  .Meeq {
    padding-bottom: 40px;
  }

  h3.meeq__ttl3 {
    margin-bottom: 20px !important;
    padding-left: 20px;
    padding-right: 20px;
  }

  .p-iot__support {
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .p-iot__support h3 {
    font-size: 17px;
  }

  .p-iot__support h4 {
    font-size: 16px;
  }
}

.p-contents__card {
  width: 25%;
  margin-bottom: 60px;
  display: flex;
  flex-direction: column;
  border-left: dotted 1px #333;
  box-sizing: border-box;
}
.p-contents__card:first-child {
	border-left: none;
}
.p-contents__card img {
  max-width: 150px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 639px) {
  .p-contents__card {
    width: 50%;
    margin-bottom: 10px;
  }
  .p-contents__card:nth-child(3n) {
	  border-left: none;
  }
}
.p-contents__card__group {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 0;
  list-style: none;
  padding: 0;
}
.p-contents__card__title {
  font-family:'SST W55 Bold';
font-weight: normal;
  font-size: 17px;
  color: #292855;
  margin: 0 0 20px 0;
  text-align: center;
}
@media screen and (max-width: 639px) {
  .p-contents__card__title {
    font-size: 15px;
  }
}
.p-contents__card__text {
  font-size: 15px;
  margin: 0;
  padding: 25px;
  flex-grow: 1;
  text-align: center;
}
@media screen and (max-width: 639px) {
  .p-contents__card__text {
    font-size: 13px;
    padding: 10px;
  }
}
.p-contents__card__link {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  font-size: 15px;
  background-color: #171818;
  color: #ffffff;
  border: solid 1px #171818;
  text-decoration: none;
}
.p-contents__card__link:hover {
	background-color: #fff;
	color: #171818;
}
@media screen and (max-width: 639px) {
  .p-contents__card__link {
    font-size: 13px;
    height: 25px;
  }
}

.__sub {
  position: relative;
}

.__sub_list {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  top: 50px;
  padding: 0;
  background: rgba(28, 33, 39, 0.6);
  color: #fff;
  transition: 0.3s ease-in-out;
  z-index:10;
}

.__sub:hover .__sub_list {
  display: block;
}

.__sub_list li {
  margin: 0;
  border-bottom: solid 1px #fff;
}

.__sub_list li:last-child {
  border: none;
}

.__sub_list li a {
  display: flex;
  height: 40px;
  justify-content: center;
  align-items: center;
  margin: 10px 0;
}
.u-text-xs {
	font-size: 12px;
}

.news-logos {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.news-logos img {
	width: 130px;
}
@media screen and (min-width: 640px) {
	.news-logos img {
		width: 250px;
	}
}

/*--改修作業--*/
.toppage_newsarea {
    padding: 30px 0;
    margin: auto;
    max-width: 850px;
}
.toppage_news {
  padding: 13px 8px;
  text-align: left;
  display: flex;
  align-items: center;
  border-bottom: solid 1px #000;
}
.toppage_newsarea .toppage_news:first-child{
  border-top: solid 1px #000;
}
.toppage_news p {
  margin: 0;
}
.toppage_news .newsdate {
  color: #666;
  font-size: 12px;
  display: inline-block;
  /* margin: 0 20px 0 0; */
  width: 60px;
  padding-right: 20px;
  white-space: nowrap;
  flex-shrink: 0
}
.toppage_news .newstype1, .toppage_news .newstype2{
  color: #fff;
  font-size: 12px;
  width: 100px;
  text-align: center;
  margin-right: 20px;
  white-space: nowrap;
  flex-shrink: 0
}
.toppage_news .newstype1{
  background: rgb(40, 40, 85);
}
.toppage_news .newstype2{
  background: rgb(117, 163, 76);
}
.toppage_news a {
  color: #000;
  text-decoration: none;
}
.toppage_news a:hover{
    opacity:0.6;
}
.sub.top_businesstxt {
  color: #000;
  line-height: 2.2rem;
}
.more3 a{
    display: block;
    text-decoration: none;
    font-size: 15px;
    color: #000;
    text-align: center;
    letter-spacing: 3px;
    border: solid 1px #000;
    font-weight: 500;
    line-height: 140%;
    padding: 15px 80px;
    margin: 0 25px;
}
.more3 a:hover{
    opacity:0.6;
}
p.more3 {
    display: inline-block;
    margin: 0 auto;
    text-decoration: none;
    text-align: center;
}
p.more3.case_more a {
  background: rgb(40, 40, 85);
  color: #fff;
  border: 0;
}
@media screen and (max-width: 800px){
  .toppage_news {
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.toppage_news .newsdate {
  padding: 0;
  text-align: center;
  width: 100px;
  margin-bottom: 5px;
}
.toppage_news .newstype1, .toppage_news .newstype2{
  margin: 0;
  margin-bottom: 5px;
}



}