@charset "utf-8";
* {
	margin: 0;
	padding: 0;	
}

table {
	border-collapse: collapse;	
}
img {
	border: none;
	vertical-align: top;	
}
.clear {
	clear: both;	
}

@font-face {
	font-family: 'Noto Sans JP';
	font-weight: 500;
	src: url("../font/NotoSansJP-Medium.woff") format("woff"), url('../font/NotoSansJP-Medium.otf') format('opentype');
}
@font-face {
	font-family: 'Noto Sans JP';
	font-weight: 400;
	src: url("../font/NotoSansJP-Regular.woff") format("woff"), url('../font/NotoSansJP-Regular.otf') format('opentype');
}
@font-face {
	font-family: 'Roboto';
	font-weight: 400;
	src: url("../font/Roboto-Regular.woff") format("woff"), url('../font/Roboto-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Roboto';
	font-weight: 500;
	src: url("../font/Roboto-Medium.woff") format("woff"), url('../font/Roboto-Medium.ttf') format('truetype');
}
  
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	color: #FFF;
	background: #000;
	-webkit-text-size-adjust: 100%;
}

h3, h4 {
	font-weight: 500;
	font-family: YakuHanJP,'Noto Sans JP',"ヒラギノ角ゴ Pro W5", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif	;
}
p {
	line-height: 1.8;	
}
.base_container {
	overflow: hidden;
}
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 500;
	height: 80px;	
}
.header_inner {
	margin: 50px auto 0;
	padding: 0 50px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;	
}

.header_logo {
	width: 140px;
	height: auto;	
}
.header_logo img {
	width: 100%;
	height: auto;	
}
header.desktop nav {
	display: -webkit-flex;
	display: flex;
	font-family: 'Roboto', sans-serif	;
	list-style: none;
	font-size: 14px;
	
}
header.desktop nav a {
	color: #FFF;
	text-decoration: none;	
}
.global li {
	letter-spacing: 1px;
	float: left;
	margin-left: 15px;
	list-style: none;
	padding: 0 15px;
}
.global li:hover a,
#page_service .global  .nav_service > a,
#page_case .global  .nav_works > a,
#page_technology .global  .nav_technology > a,
#page_company .global  .nav_company > a,
#page_recruit .global  .nav_recruit > a,
#page_contact .global  .nav_contact > a {
	color: #34A9E6;	
}
.global li:hover li a {
	color: #FFF;
}

.global li.parent {
	margin-right: 10px;
	position: relative;
	height: 50px;
}
.global ul li.contact_link {
	padding-right: 0;
}

.global li.parent a {
	position: relative;	
}
.global li.parent a:after {
    content: '';
    display: block;
    width: 10px;
    height: 5px;
    border-left: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
    transform: rotate(-43deg);
    position: absolute;
    top: 2px;
	right: -18px;
}

.global li.parent:hover a:after,
#page_service .global  .nav_service > a:after,
#page_case .global  .nav_works > a:after,
#page_technology .global  .nav_technology > a:after,
#page_company .global  .nav_company > a:after,
#page_recruit .global  .nav_recruit > a:after,
#page_contact .global  .nav_contact > a:after {
    border-left: 2px solid #34A9E6;
    border-bottom: 2px solid #34A9E6;
}

.global li.parent li {
	float: none;
	margin: 0;
	font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W5", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif	;
	font-weight: 400;
	font-size: 12px;
	line-height: 1.0;
}
.global li.parent ul {
	position: absolute;
	top: 40px;
	width: 180px;
	left: -25px;
	display: none;
}
.global li.parent ul.service_menu {
	left: -65px;
	width: 250px;
}

.global li.parent li a {
	display: block;
	padding: 15px 15px 15px 15px;
	background: rgba(52,169,230,1);
	border-bottom: 1px solid rgba(255,255,255,0.2);
	transition: all 0.3s;
}
.global li.parent li a:hover {
	color: rgba(52,169,230,1);
	background: #FFF;
}

.global li.parent ul li:first-child a {
	background: none;
	background: url(../images/dropdown_menu_bg1.png) no-repeat 0 0;
}
.global li.parent ul li:first-child a:hover {
	background: url(../images/dropdown_menu_bg1_on.png) no-repeat 0 0;
}
.global li.parent ul li:last-child a {
	background: none;
	background: url(../images/dropdown_menu_bg2.png) no-repeat right bottom;
}
.global li.parent ul li:last-child a:hover {
	background: url(../images/dropdown_menu_bg2_on.png) no-repeat right bottom;
}

.global li.parent li:last-child a {
	border-bottom: none;	
}
.global li.parent ul li {
	transform: translateX(-80px);
}
.global li.parent ul li:first-child {
	transition: 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}
.global li.parent ul li:nth-child(2) {
	transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.global li.parent ul li:nth-child(3) {
	transition: 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}
.global li.parent ul li:nth-child(4) {
	transition: 0.9s cubic-bezier(0.23, 1, 0.32, 1);
}
.global li.parent ul li:nth-child(5) {
	transition: 1.1s cubic-bezier(0.23, 1, 0.32, 1);
}
.global li.parent ul li:nth-child(6) {
	transition: 1.3s cubic-bezier(0.23, 1, 0.32, 1);
}



.global li.parent ul.active li {
	transform: translateX(0)	
}

.global li.parent li a:after {
	display: none;	
}
.lang_change {
	margin-left: 20px;
}
.lang_change a.current {
	text-decoration: underline;
}

.header_sns {
	margin-left: 20px;
	transform: translateY(-5px);
}
.header_sns a {
	margin-right: 10px;	
}
.header_sns a:last-child {
	margin-right: 0;	
}
.header_sns img,
.footer_logo .header_sns img {
	width: 24px;
	height: auto;
}


.footer_recruit {
	background: #01B8F4;
	background-image: url(../images/footer_recruit_bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	height: 300px;
	position: relative;
	z-index: 20;
	overflow: hidden;
	top: -2px;
}
.footer_recruit_inner {
	max-width: 1500px;
	height: 300px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;	
}
.footer_recruit_inner h2 {
	position: absolute;
	left: 20px;
	top: 33px;
	width: 362px;
	mix-blend-mode: color-dodge;
}
.footer_recruit_inner h2 img {
	width: 100%;
	height: auto;
	opacity: 0.85;
}

.footer_recruit_inner:before,
.footer_recruit_inner:after {
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	content: '';
	display: block;
	width: 540px;
	height: 540px;
	position: absolute;
	transform: rotate(45deg);
}
	
.footer_recruit_inner:before {
	border-right: 1px solid rgba(255,255,255,0.3);
	border-bottom: 1px solid rgba(255,255,255,0.3);
	top: -290px;
	left: -97px;
}
.footer_recruit_inner:after {
	border-right: 1px solid rgba(255,255,255,0.3);
	top: -290px;
	right: 200px;
}

.footer_recruit_caption {
	max-width: 620px;
	margin: 0 auto;
	text-align: center;
	padding: 0 20px;	
}
.footer_recruit_caption h3 {
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
	line-height: 1.0;
	font-weight: 500;
	margin: 0 0 35px;
	color: #FFF;
	letter-spacing: 2px;
}
.footer_recruit_caption h3 span:after  {
	content: '';
	display: block;
	width: 16px;
	height: 1px;
	background: #fff;
	position: relative;
	margin: 0 auto;
	transform: translateY(10px)
}
.footer_recruit_caption .footer_recruit_lead {
	font-weight: 500;
	letter-spacing: 2px;
	font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W5", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif	;
	font-size: 18px;
	margin: 0 0 10px;
}
@media(max-width: 1500px) {
.footer_recruit_inner:before {
	left: -15vw;
}
.footer_recruit_inner:after {
	right: 10vw;
}
}


.linkbtn {
	width: 200px;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 2px;
	margin-top: 45px;
	margin-left: auto;
	margin-right: auto;
}

.linkbtn span {
	position: relative;
	z-index: 5;	
}
.linkbtn a {
	color: #FFF;
	display: block;
	height: 43px;
	line-height: 44px;
	text-align: center;
	text-decoration: none;
	position: relative;
	transition: .2s;
	background: #34A9E6;
	box-sizing: border-box;
}
.footer_recruit_caption .linkbtn a,
.case_result_body .linkbtn a {
	background: #FFF;
	color: #34B0ED;
}
.case_result_body .linkbtn a {
	border: 1px solid rgba(255,255,255,0.1);
}
.linkbtn a:hover {
	color: #34A9E6;
}
.footer_recruit_caption .linkbtn a:hover,
.case_result_body .linkbtn a:hover {
	color: #FFF;
}
.linkbtn a:after {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	transform: rotate(45deg);
	position: absolute;
	right: 15px;
	top: 15px;
}
.linkbtn.loadmore a:after {
	transform: rotate(135deg);
	top: 10px;
}


.footer_recruit_caption .linkbtn a:after,
.case_result_body .linkbtn a:after {
	border-top: 1px solid #34B0ED;
	border-right: 1px solid #34B0ED;
}

.linkbtn a:hover:after {
	border-top: 1px solid #34A9E6;
	border-right: 1px solid #34A9E6;
}
.footer_recruit_caption .linkbtn a:hover:after,
.case_result_body .linkbtn a:hover:after {
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
}


.linkbtn a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  content: '';
  background: #FFF;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .2s;
}
.footer_recruit_caption .linkbtn a::before,
.case_result_body .linkbtn a::before {
	background: #34A9E6;
}
.linkbtn a:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}




.footer_recruit_caption .linkbtn {
	margin-top: 25px;	
}
.case_result_body .linkbtn {
	margin-left: 0;
	margin-right: 0;	
}




footer.desktop {
	background: #000032;
	padding: 95px 0 20px;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	z-index: 50;
	transform: translateY(-2px);
}
.footer_inner {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 20px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	position: relative;
}
.footer_inner:before,
.footer_inner:after {
	content: '';
	display: block;
	width: 810px;
	height: 810px;
	transform: rotate(45deg);
	position: absolute;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

.footer_inner:before {
	border-right: 1px solid rgba(255,255,255,0.3);
	border-bottom: 1px solid rgba(255,255,255,0.3);
	top: -520px;
	left: -490px;
}
.footer_inner:after {
    border-left: 1px solid rgba(255,255,255,0.3);
    transform: rotate(45deg);
	top: 40px;
    right: -660px;
}


.footer_logo {
	width: 130px;
}
.footer_logo img {
	width: 100%;
	height: auto;	
}
.footer_logo_upper {
	opacity: 0.5;
	margin-bottom: 30px;
}

.footer_logo p {
	font-family: 'Roboto', sans-serif;
	color: rgba(255,255,255,0.4);
	letter-spacing: 1px;
	margin: 0 0 5px;
}
.footer_logo .header_sns {
	margin: 0;
	transform: translateY(0);
}

.footer_nav {
	width: 500px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;	
}
.footer_nav .col {
	width: 22%;
}
.footer_nav .col:first-child {
	width: 36%;
}
.footer_nav h4 {
	font-size: 15px;
	font-weight: 500;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 2px;
	color: #34B0ED;
	margin: 0 0 15px;
}
.footer_nav h4 a {
	color: #34B0ED;
	text-decoration: none;
}
.footer_nav li {
	list-style: none;
	font-family: 'Roboto', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	margin: 0 0 10px;
}
.footer_nav li a.newwin {
	padding-right: 22px;
	position: relative;
}
.footer_nav li a.newwin:after {
	content: '';
	display: block;
	width: 13px;
	height: 11px;
	background: url(../images/icon_blank.png) no-repeat 0 0;
	position: absolute;
	right: 0;
	top: 1px;	
}

.footer_nav li a,
.footer_policy li a,
.copyright {
	color: rgba(255,255,255,0.4);
	text-decoration: none;
}
.footer_nav li a:hover,
.footer_policy li a:hover {
	color: #34B0ED;
	text-decoration: underline;
}
.footer_nav li a.newwin:hover:after {
	background: url(../images/icon_blank_on.png) no-repeat 0 0;
}



.footer_nav ul {
	margin: 0 0 30px;	
}

.footer_policy {
	margin: 115px auto 0;
	font-size: 12px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding: 0 50px;
	position: relative;
	z-index: 10;
}
.footer_policy ul {
	display: -webkit-flex;
	display: flex;
}
.footer_policy li {
	list-style: none;
	margin-right: 22px;
}
footer .copyright {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 11px;
}

.pagetop {
	width: 42px;
	position: fixed;
	bottom: 60px;
	right: 50px;
	z-index: 500;
	cursor: pointer;
	display: none;
}
.pagetop img {
	width: 100%;
	height: auto;	
}


/* */

.second_header {
	height: 300px;
	background-image:url(../images/second_header_bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #010306;	
}
.second_header_inner {
	max-width: 960px;
	height: 300px;
	margin: 0 auto;
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	box-sizing: border-box;
}
.second_header_inner:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: -920px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 765px 765px 0 765px;
	border-color: #1e1e4b transparent transparent transparent;
	z-index: 1;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

.second_header_inner  h1 {
	width: 256px;
	position: relative;
	z-index: 5;
	top: 50px;
}
#page_privacypolicy .second_header_inner h1,
#page_personalinfo .second_header_inner h1 {
	width: 100%;
}

.second_header_inner  h1 img {
	width: 100%;
	height: auto;	
}
.bread {
	padding: 25px 0 0;
	margin:  0 50px 90px;
	position: relative;
	z-index: 50;
}
.bread ul {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.bread li {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 12px;
	margin-right: 15px;
	list-style: none;
}
.bread,
.bread a {
	color: rgba(255,255,255,0.5);
	text-decoration: none;
}
.bread a {
	position: relative;	
}
.bread a:hover {
	color: #34B2EF;
}
.bread a:after {
	content: '';
	display: inline-block;
	width: 7px;
	height: 7px;
	border-top: 1px solid rgba(255,255,255,0.5);
	border-right: 1px solid rgba(255,255,255,0.5);
	transform: rotate(45deg);
	margin-left: 10px;
}



.youtube_col {
	max-width: 960px;
	margin: 0 auto 135px;
	position: relative;
	z-index: 10;
}
.youtube_col_player {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.youtube_col iframe,
.youtube_col video {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

.anchor {
	clear: both;
	padding-top: 130px;
	margin-top: -130px;
	position: relative;	
}

.pagebottom_contact {
	position: relative;
	height: 1px;
}

.pagebottom_contact .pagebottom_contact_inner {
	position: absolute;
	top: -175px;
	left: 0;
	width: 100%;
	height: 85px;
	display: flex;
	justify-content: center;
}
.pagebottom_contact a {
	color: #fff;
	text-decoration: none;
	display: block;
	width: 405px;
	height: 85px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: url(../images/pagebottom_contact_bg_pc.png) no-repeat 0 0;
	background-size: 100%;
	font-size: 18px;
	letter-spacing: 2px;
	position: relative;
	font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W5", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.pagebottom_contact a::after {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 5px);
	right: 35px;
	z-index: 10;
}
.pagebottom_contact a:hover {
	color: #34a9e6;	
}
.pagebottom_contact a:hover::after {
	border-top: 1px solid #34a9e6;
	border-right: 1px solid #34a9e6;
}

.pagebottom_contact a span {
	position: relative;
	z-index: 10;
}

.pagebottom_contact_btn {
	position: relative;	
}

.pagebottom_contact_btn .hoverimg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}
.hoverimg img {
	width: 100%;
	height: auto;	
	-webkit-mask-image: url("../images/pagebottom_contact_mask_pc.png");
	mask-image: url("../images/pagebottom_contact_mask_pc.png");
	-webkit-mask-mode: alpha;
	mask-mode: alpha;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	mask-size: auto;
	-webkit-mask-size: auto;
	-webkit-mask-position: -420px 0;
	mask-position: -420px 0;
	transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.pagebottom_contact_btn:hover img {
	-webkit-mask-position: 0 0;
	mask-position: 0 0;
}


/* ##############################  */
/* マウス設定 */

.is_mobile .custom_cursor,
.ver_ff .custom_cursor {
	display: none;
}
.custom_cursor {
	z-index: 100;
	height: 20px;
	width: 20px;
	position: fixed;
	top: 0;
	left: 0;
	margin: -9px 0 0 -9px;
	pointer-events: none;
	/* mix-blend-mode: exclusion; */
}
.custom_cursor span {
	background-color: rgba(52,169,230,0.7);
	display: block;
	border-radius: 50%;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	transition: all 0.15s ease-out;
}
.is_hover .custom_cursor span {
	height: 60px;
	width: 60px;
	margin: -30px 0 0 -30px;
	background: none;
	border: 1px solid rgba(52,169,230,0.6);
}
@media(max-width: 767px) {
.custom_cursor {
	display: none;	
}
}

/* ##############################  */
/* ##############################  */

::selection {
  color: #FFF;
  background: #34A9E6;
}
::-moz-selection {
  color: #FFF;
  background: #34A9E6;
}

@media(min-width: 768px) {
br.spbr,
.objSP {
	display: none;	
}
}
@media(max-width: 767px) {
br.pcbr,
.objPC {
	display: none;	
}
}