/**
** Do not use HTML Element.
** Do not use Sub-Class.
** Do not overwrite.
** 
** Fight to protect this three rules.
*/
/**************************
 TOP
**************************/
@import url('https://fonts.googleapis.com/css?family=Roboto:100');

footer {
  margin-top: 0;
}


/* header
--------------------------------------------------------------*/
#header {
	position: relative;
	margin: 0;
	position: absolute;
	z-index: 101;
}
header .logo {
  height: auto;
  padding: 40px 0 30px;
  width: 100px;
}
#header .lang {
	position: absolute;
	top: 20px;
	right: 20px;
	line-height: 1;
}
#header .lang li {
	display: inline-block;
	line-height: 1;
	color: #FFF;
	font-weight: bold;
	font-size: 11px;
}
#header .lang li:first-child {
	border-right: 1px solid #FFF;
	margin-right: 5px;
	padding-right: 10px;
}
#header .lang li a {
	font-weight: normal;
	color: #FFF;
	opacity: 0.5;
}
#header .global-nav {
	background: none;
	text-align: center;
}
#header .global-nav ul > li {
	display: inline-block;
}
.global-nav li > a {
	padding: 10px 20px 20px;
	font-size: 15px;
	color: #FFF;
}
.global-nav .sub-nav-wrap > a {
	position: relative;
}
.global-nav .sub-nav-wrap > a::after {
	content: "";
  width: 6px;
	height: 6px;
	position: absolute;
	left: 50%;
	bottom: 10px;
	display: inline-block;
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
	transform: rotate(135deg);
}

@media screen and ( max-width: 1024px ){
	#header {
		background: none;
	}
	header .logo {
		padding: 0;
		margin-top: 20px;
		width: 80px;
		background: none;
	}
	header .logo img {
		width: 100%;
	}
	.sp-menu {
		top: 30px;
		right: 30px;
	}
	.sp-menu:before, .sp-menu:after {
		background: #FFF;
	}
	.sp-menu:before {
		box-shadow: #FFF 0 5px 0;
	}
	
	#header .lang {
		top: auto;
		right: 25px;
		bottom: 15px;
	}
	#header .lang li a {
		font-weight: normal;
		color: #FFF;
		opacity: 0.5;
	}
	#header .menu-wrapper {
		background: rgba(0,0,0,0.9)!important;
		text-align: left;
		padding: 45px 0 20px 0;
		position: absolute;
		top: 0;
		width: 100%;
	}
	#header .global-nav {
		background: none!important;
	}
	#header .global-nav ul > li {
		display: block;
		margin: 0;
	}
	.global-nav li > a {
		padding: 10px 0;
	}
	.global-nav .sub-nav-wrap > a::after {
		display: none;
	}
}

/* main-visual
--------------------------------------------------------------*/
.main-visual {
	width: 100%;
	height: 100vh;
	min-height: 600px;
	overflow: hidden;
	position: relative;
	background: #000;
	justify-content: center;
	align-items: center;
	-webkit-font-smoothing: antialiased;
}
.main-visual video {
	position: absolute;
	min-width: 100%;
	min-height: 100%;
  width: auto;
  height: auto;
	opacity: 0.8;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.main-visual .emblem {
	position: absolute;
	z-index: 1;
	top: 58%;
	left: 50%;
	opacity: 0;
	transform: translate(-50%,-50%);
	transition: 1s ease-in-out;
}
.main-visual .emblem.load {
	opacity: 0.15;
	top: 55%;
}
.main-visual .text {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 58%;
	transform: translateY(-50%);
  font-family: 'Roboto', sans-serif;
	z-index: 2;
	font-size: 45px;
	color: #FFF;
	font-weight: 100;
	letter-spacing: 0.2em;
	transition: 1.5s ease-in-out;
	opacity: 0;
}
.main-visual .text br {
	display: none;
}
.main-visual .text.load {
	opacity: 1;
  top: 55%;
}
.main-visual .scroll {
	position: absolute;
	z-index: 2;
	left: 50%;
	bottom: 20px;
	margin-left: -2.5em;
}
.main-visual .scroll a {
	font-size: 10px;
	color: #FFF;
	font-family: 'Noto Sans Japanese';
	display: block;
	padding-bottom: 25px;
}
.main-visual .scroll a::after {
	content: "";
	display: block;
	width: 28px;
	height: 28px;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	transform: rotate(-135deg);
	position: absolute;
	bottom: 0;
	left: 33%;
}

@media screen and ( max-width: 1024px ){
	.main-visual .emblem {
		z-index: 1;
		top: 53%;
		width: 72%;
	}
	.main-visual .emblem img {
		width: 100%;
	}
	.main-visual .emblem.load {
		top: 50%;
	}
	.main-visual .text {
		font-size: 24px;
    font-size: 6.4vw;
		text-align: center;
    letter-spacing: 0.1em;
    top: 53%;
	}
  .main-visual .text.load {
    top: 50%;
  }
	.main-visual .text br {
		display: block;
	}
	.main-visual .scroll {
		left: 50%;
		bottom: 0;
		margin-left: 0;
		width: 1px;
		height: 40px;
		background: rgba(255,255,255,0.3);
		overflow: hidden;
	}
	.main-visual .scroll::before {
		content: "";
		display: block;
		width: 1px;
		height: 10px;
		top: -10px;
		background: #FFF;
		position: absolute;
		animation: scroll 2s ease-in-out infinite;
	}
	@keyframes scroll {
		0%	 {top: -10px;}
		50%	 {height: 30px;}
		100% {top: 40px; height: 40px;}
	}
	.main-visual .scroll a {
		display: none;
	}
}
@media screen and ( max-width: 736px ){
  .main-visual {
		height: 100%;
    min-height: 320px;
	}
  .main-visual video {
    object-fit: cover;
    height: 100%;
    width: 100%;
  }
}



/* bnr-area
--------------------------------------------------------------*/
.bnr-area ul {
	display: flex;
	padding-right: 10px;
}
.bnr-area li {
	width: 25%;
	margin: 10px 0 10px 10px;
}
.bnr-area li img {
	width: 100%;
	height: auto;
}



/* SOLUTION */
.section-box {
  margin: 0;
}
.section-box.solution-box {
  /*padding-top: 143px;*/
}
.section-box.solution-box .section-ttl {
  margin-bottom: 15px;
}
.section-box.solution-box .section-ttl + p {
  margin-top: 0.5em;
}

.solution-box .inner {
  max-width: 972px;
}

.solution-detail-box,
.event-news-box {
  background-color: #f8f8f8;
}
.solution-detail-box {
  padding: 63px 0 70px;
  text-align: center;
  /*margin-top: 75px;*/
}
.solution-detail-box .inner {
  position: relative;
}
/**
.solution-detail-box .each-solution {
  width: 390px;
}
*/
.solution-detail-box .each-solution:first-child {
  float: left;
}
.solution-detail-box .each-solution:last-child {
  float: right;
}
.each-solution .sub-ttl,
.each-solution .main-ttl {
  display: block;
  font-family: "Noto Sans Japanese";
}
.each-solution .sub-ttl {
  border-bottom: 1px solid #f82faa;
  padding-bottom: 0.5em;
  margin: 0 20px;
}
.each-solution .main-ttl {
  font-size: 214.28%;
  line-height: 1.3;
  margin-top: 0.5em;
}
.each-solution .img {
  text-align: center;
  margin: 20px 0;
}

.each-solution .support-service {
  margin-top: 10px;
}
.each-solution .support-service img {
  margin-right: 28px;
}
.each-solution .support-service img + img {
 margin-right: 17px;
}
.each-solution .support-service img.gsuite {
  height: 21px;
  padding-bottom: 3px;
}
@media screen and ( max-width: 1024px ){
.solution-detail-box {
    padding: 0px 0 50px 0;
    /*margin-top: 50px;*/
}
}

.cloud {
  width: 390px;
}
.onpremse {
  width: 460px;
}
.onpremse .img {
  margin: 30px 0 ;
}




/* asterisk
--------------------------------------------------------------*/

.each-solution .asterisk {
  vertical-align: super;
  font-size: 50%;
}
.each-solution .asterisk-info {
  position: absolute;
  font-size: 10px;
  color: #666;
  bottom:-24px;
  margin-left: 50px;
}
/*------------------------------------ media */
@media screen and ( max-width: 1024px ){
  .each-solution .asterisk-info {
    position: static;
    text-align: center;
    margin-top: 8px;
    margin-left: 0;
  }
}
.cloud .function-list {
  margin: 1em auto 0;
  display:table;
}
@media screen and ( max-width: 1024px ){
.cloud .function-list {
  display:block;
  }
}
.function-list {
  margin-top: 1em;
}
.function-list li {
  float: left;
  display: table;
  width: 90px;
  height: 58px;
  border: 1px solid #ddd;
  font-size: 85.71%;
  padding: 5px 0;
}
.function-list li~li {
  margin-left: 10px;
}
.function-list .function-name {
  display: table-cell;
  vertical-align: middle;
}

.onpremse .function-list {
  position: absolute;
  bottom: 0;
  /*margin-left: -16.5px;*/
}


/* CASE */
.section-box.case-box {
  padding-top: 60px;
  padding-bottom: 60px;
}
.case-list-box {
  margin-top: 72px;
  position: relative;
}
.case-list-box .back-btn,
.case-list-box .next-btn {
  display: block;
  width: 80px;
  height: 100%;
  position: absolute;
  background-color: #fff;;
}
.case-list-box .back-btn {
  left: 0;
  top: 0;
  cursor: pointer;
  z-index: 10;
}
.case-list-box .next-btn {
  right: 0;
  top: 0;
  cursor: pointer;
  z-index: 10;
}
.case-list-box .back-btn:before,
.case-list-box .next-btn:before {
  content: "";
  position: absolute;
  display: block;
  width: 38px;
  height: 38px;
  top: 45%;
}
.case-list-box .back-btn:before {
  border-top: 2px solid #1b1b1b;
  border-left: 2px solid #1b1b1b;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  right: 10px;
}
.case-list-box .next-btn:before {
  left: 10px;
  border-top: 2px solid #1b1b1b;
  border-right: 2px solid #1b1b1b;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}
.case-list-box .each-case {
  background-color: #f8f8f8;
  padding: 30px 55px 60px;
  /*display: inline-block;*/
  margin: 0 30px;
}
.case-product-list {
  text-align: center;
}
.case-product-list li {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 2px;
  background-color: #ddd;
}
.case-product-list .agss,
.case-product-list .ag {
  background-color: #e7be41;
}
.case-product-list .adss,
.case-product-list .ad {
  background-color: #73acd0;
}
.case-product-list .ah {
  background-color: #ef7579;
}
.case-product-list .am {
  background-color: #ccc;
}
.case-product-list .ap {
  background-color: #9589c0;
}
.case-product-list .avss,
.case-product-list .av {
  background-color: #9ccc58;
}
.case-product-list .da {
  background-color: #f59a7a;
}
.case-product-list .dm {
  background-color: #f19247;
}
.case-product-list .ms {
  background-color: #3ab881;
}
.case-product-list .sb {
  background-color: #f0848f;
}

.each-case-wrapper {
  text-align: center;
  width: auto;
  padding: 0 50px;
  /*max-height: 390px;*/
  /*overflow: hidden;*/
  /*padding: 0 75px;*/
}

.each-case .img {
  margin-top: 20px;
  text-align: center;
}
.each-case .name {
  font-weight: bold;
  margin: 0.5em 0;
}
.each-case .summary {
  font-size: 85.71%;
  text-align: left;
}
.each-case .continue-link {
  margin: 1.3em auto 0;
  display: inline-block;
  border: 1px solid #f82faa;
  border-radius: 3px;
  padding: 0.2em 1em;
  font-size: 85.71%;
  position: absolute;
  bottom: 24px;
  left:50%;
  margin-left: -3.4em;
}

.case-box .case-search-link {
  text-align: center;
  margin-top: 3.5em;
  padding: 0 3%;
}
.case-box .case-search-link a {
  display: inline-block;
  border: 2px solid #f82faa;
  border-radius: 3px;
  width: 340px;
  padding: 21px 10px;
  font-size: 128.57%;
}

/* each-case-wrapper caousel
--------------------------------------------------------------*/
.each-case-wrapper .owl-controls {
  position: absolute;
  top:0;
}


/* EVENT NEWS */
.section-box.event-news-box {
  padding-top: 60px;
  padding-bottom: 60px;
}
.section-box.event-news-box .section-ttl {
  margin-bottom: 0;
}
.section-box.event-news-box .section-ttl + p {
  margin-top: 0.5em;
}
.event-news-box h3 {
  text-align: center;
  font-weight: bold;
}
.event-news-box .event-seminar h3 {
  margin-bottom: 2em;
}
.event-news-box .news h3 {
  margin-bottom: 1em;
}
.event-news-box .event-seminar {
  margin-top: 47px;
}
.event-news-box .news {
  margin-top: 55px;
}

.event-news-table th,
.event-news-table td {
  padding-top: 30px;
  padding-bottom: 30px;
  vertical-align: middle;
  float: left;
}
.event-news-table tr {
  clear: both;
}
.event-news-table .date,
.event-news-table .category {
  font-size: 85.71%;
}
.event-news-table .date {
  padding-top: 35px;
  padding-left: 30px;
  text-align: left;
  width: 12%;
}
.event-news-table .category {
  width: 15%;
  padding-left: 38px;
}
.event-news-table .category .category-name {
  border: 1px solid #ccc;
  padding: 6px 10px;
  font-size: 78.57%;
  display: block;
 /* width: 100px;*/
  margin: 0 auto;
}
.event-news-table .category:empty {
  width: 0;
  padding: 0;
}
.event-news-table .link {
  width: 73%;
  padding-right: 1em;
  padding-left: 20px;
}
.event-news-table .link a {
  font-weight: normal;
}
.event-news-table .category:empty + .link {
  width: 88%;
  padding-left: 43px;
}

.event-seminar .event-news-table th,
.event-seminar .event-news-table td {
  background-color: #f0f0f0;
}
.event-seminar .event-news-table tr {
  background-color: #f0f0f0;
  border-top: solid 5px #f8f8f8;
  min-height: 92px;
}

.event-news-box .news-table-box {
  padding: 1em 0;
  border-top: solid 2px #ebebeb;
  border-bottom: solid 2px #ebebeb;
}
.news .event-news-table th,
.news .event-news-table td {
  padding-top: 17px;
  padding-bottom: 17px;
}

.event-news-box .sns {
	text-align: center;
	margin-top: 50px;
	font-size: 0;
}
.event-news-box .sns li {
	display: inline-block;
	margin: 0 10px;
}




/* IMPORTANT INFO */
.important-info-box {
  width: 100%;
  border-top: 1px solid #ccc;
  padding: 65px 0 80px;
  margin-top: 20px;
}
.important-info-box .inner {
	display: table;
	width: 100%;
	max-width: 1100px;
}
.important-info-box .support-box,
.important-info-box .alert-box {
  display: table-cell;
  width: 50%;
}
.important-info-box .support-box {
  border-right: 1px solid #eee;
}
.important-info-box .support-box > span,
.important-info-box .alert-box > span {
	display: block;
	float: left;
	margin-right: 30px;
}
.important-info-box .alert-box > span {
	margin-left: 40px;
}
.important-info-box .txt-box {
	overflow: hidden;
}
.important-info-box .ttl {
  font-size: 114.28%;
  font-weight: bold;
}
.important-info-box .arrow-link-list {
  margin-top: 1em;
}
.important-info-box .about {
  color: #999;
  font-size: 85.71%;
}
.important-info-box .about-note {
  color: #dc143c;
  font-size: 10px;
}
.important-info-box .support-box .arrow-link-list li {
  display: inline-block;
}
.important-info-box .support-box .arrow-link-list li~li {
  margin-left: 4em;
}
.important-info-box .alert-box .arrow-link-list {

}

/* PHISHING INFO */
.phishing-info-box {
  text-align: center;
  padding: 60px 0;
}
.phishing-info-box .phishing-link a {
  font-family: "Noto Sans Japanese";
  font-size: 142.85%;
  color: #f82faa;
  border: 3px solid #f82faa;
  display: block;
  width: 100%;
  background: url(../images/bg_phishing_link.png) no-repeat 35px 28px #fffdbf;
  padding: 42px 35px 42px 160px;
  letter-spacing: 0.21em;
}


/**************************************
MEDIA QUERY SP
***************************************/
@media only screen and (max-width: 1024px) {
	.visual img {
		width: 150%;
		max-width: 9999px;
		height: auto;
		margin: 0 -25%;
	}
	/* BNR AREA */
	.bnr-area ul {
		flex-wrap: wrap;
		padding: 10px 10px 0 0;
	}
	.bnr-area li {
		width: calc(50% - 10px);
		margin-top: 0;
	}
  .section-ttl {
    text-align: left;
  }

  /* SOLUTION */
  .section-box.solution-box {
    padding-top: 0;
  }
  .each-solution h3 {
    text-align: left;
  }
  .each-solution .main-ttl {
    font-size: 157.14%;
  }
  .each-solution .sub-ttl {
    margin: 0;
  }
  .solution-detail-box .each-solution {
    width: 100%;
  }
  .each-solution .support-service img,
  .each-solution .support-service img + img {
    margin-right: 1em;
  }
  .solution-detail-box .each-solution + .each-solution {
    margin-top: 60px;
  }
  .solution-detail-box .each-solution:first-child,
  .solution-detail-box .each-solution:last-child {
    float: none;
  }
  .each-solution.onpremse .function-list {
    position: static;
  }
  .function-list li {
    width: 48%;
    margin-top: 5px;
  }
  .function-list li:nth-of-type(2n) {
    margin-left: 2%;
  }
  .function-list li~li {
    margin-left: 0;
  }


  /* CASE */
  .section-box.case-box {
    padding-top: 0px;
    padding-bottom: 50px;
  }
  .case-list-box {
    margin-top: 50px;
  }
  .each-case-wrapper {

  }
  .case-list-box .each-case {
    padding: 20px 20px 60px;
    /*margin-bottom: 100px;*/
  }
  .each-case .img {
    margin-top: 10px;
  }
  .case-list-box .back-btn,
  .case-list-box .next-btn {
    width: 35px;
  }
  .case-list-box .back-btn:before,
  .case-list-box .next-btn:before {
    height: 19px;
    width: 19px;
  }
  .case-list-box .back-btn:before {
    right:0
  }
  .case-list-box .next-btn:before {
    left:0
  }

  .case-box .case-search-link a {
    max-width: 90%;
  }

  /* EVENT NEWS */
  .wrapper > .section-box.event-news-box {
    padding: 50px 0;
  }
  .event-seminar .event-news-table {
    background-color: #f0f0f0;
  }
  .event-news-table th {
    display: inline-block;
    padding-top: 15px;
    padding-bottom: 5px;
  }
  .event-news-table td {
    padding-top: 5px;
  }
  .event-news-table .date,
  .event-news-table .category {
    width: auto;
  }
  .event-news-table .date {
    padding-left: 20px;
    float: left;
    padding-top: 20px;
  }
  .event-news-table .category {
    padding-left: 20px;
    float: left;
  }
  .event-news-table .link {
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    float: left;
    clear: both;
    padding-bottom: 20px;
  }
  .news .event-news-table th {
    padding-top: 10px;
    padding-bottom: 5px;
  }
  .news .event-news-table td {
    padding-top: 5px;
  }

  .news .event-news-table .date {
    padding-top: 15px;
  }
  .event-news-table .category:empty + .link {
    width: 100%;
    padding-left: 20px;
  }

  /* IMPORTANT INFO*/
  .important-info-box {
    padding: 0 3% 20px;
	margin-top: 0;
  }
  .important-info-box .support-box,
  .important-info-box .alert-box {
    display: block;
    width: 100%;
    text-align: left;
    padding: 20px 3%;
  }
  .important-info-box .support-box > span,
  .important-info-box .alert-box > span {
	  width: 60px;
	  margin-right: 20px;
  }
  .important-info-box .alert-box > span {
	  margin-left: 0;
  }
  .important-info-box .about {
    margin-top: 0.5em;
  }
  .important-info-box .arrow-link-list {
    margin-top: 1em;
  }
  .important-info-box .alert-box .arrow-link-list {
    width: 100%;
    max-width: 100%;
  }
  .important-info-box .support-box .arrow-link-list li:first-child {
	  margin-right: 15px;
  }
  .important-info-box .support-box .arrow-link-list li~li {
	  margin-left: 0;
  }
  .important-info-box .alert-box .arrow-link-list li {
    margin-top: 0em;
  }
  .important-info-box .support-box {
    border-right: none;
    border-bottom: 1px solid #eee;
  }

  /* PHISHING INFO */
  .phishing-info-box {
    padding: 40px 0;
    line-height: 1.4;
  }
  .phishing-info-box .phishing-link a {
    font-size: 114.28%;
    padding: 10px 10px 10px 55px;
    letter-spacing: 0;
    background-size: 31px 28px;
    background-position: 10px center;
  }


}

