@charset "UTF-8";


/*----------------------------------------------
 loader
------------------------------------------------*/

.load-copy-wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	display: table;
	padding: 0 30px;
	overflow: hidden;
}
.load-copy-wrapper .load-copy-inner {
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
.load-copy-wrapper span {
	opacity: 0;
	display: block;
}

.loader-wrapper {
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 15000;
	background: #fff;
	left: 0;
	top:0;
	overflow: hidden;
}
.loader-inner {
	display: block;
	width: 265px;
	position: absolute;
	left: 50%;
	top:50%;
	margin-left: -132px;
	margin-top: -30px;
	overflow: hidden;
}
.loader {
  font-size: 13px;
  margin:20px auto;
  text-indent: -9999em;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  background: #fff;
  background: -moz-linear-gradient(left, #000 10%, rgba(0, 0, 0, 0) 42%);
  background: -webkit-linear-gradient(left, #000 10%, rgba(0, 0, 0, 0) 42%);
  background: -o-linear-gradient(left, #000 10%, rgba(0, 0, 0, 0) 42%);
  background: -ms-linear-gradient(left, #000 10%, rgba(0, 0, 0, 0) 42%);
  background: linear-gradient(to right, #000 10%, rgba(0, 0, 0, 0) 42%);
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  opacity: 0.7;
}
.loader:before {
  width: 50%;
  height: 50%;
  background: #000;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}
.loader:after {
  background: #fff;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.load-copy-bg {
	background: #0472E0;
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: -100%;
	top:0;
}

.load-copy-bg1 {
	background: #fff;
	z-index: 5;
}

.load-copy-bg2 {
	background: #0472E0;	
}
.load-copy-bg3 {
	background: #44b20d;
}
.load-copy-bg4 {
	background: #e03e3e;
}
.load-copy-bg5 {
	background: #15c4ca;
}
.load-copy-bg6 {
	background: #f58a3d;
}


/*
index
---------------------------------------------*/

#header .bg {
	background: #fff;
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top:0;
	position: absolute;
	opacity: 0;
}
#header .logo-temp {
	display: none;
}
#index #header.menu-scroll .logo-temp {
	display: block
}
#index #header.menu-scroll .logo-top {
	display: none;
}
#index #header.menu-scroll ul a {
	color: #333
}
#index #header ul,#index #header .logo {
	position: relative;
	z-index: 100;
}

#player_bg_wrap {
	position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    max-width: 100%;
    overflow: hidden;
    z-index: 1;
    /* background:  #000; */

	background: -moz-linear-gradient(-225deg, #0e0d4f, #1f5007);
	background: -webkit-linear-gradient(-225deg, #0e0d4f, #1f5007);
	background: linear-gradient(-225deg, #0e0d4f, #1f5007);

}
#video {
    position: absolute;
	opacity: 0.7;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#main-visual {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    overflow: hidden;
}
#player_bg_wrap h1 {
	color: #fff;
	opacity: 1;
	width: 100%;
	left: 4%;
	line-height: 1;
	display: block;
	bottom: 110px;
	position: absolute;
}
#player_bg_wrap h1 strong {
	font-family: 'Roboto Condensed', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 10vw;
	text-transform: uppercase;
	display: block;
	line-height: 1;
	letter-spacing: 0;
	margin-top: -20px;
	mix-blend-mode: overlay;
	text-align: left;
	opacity: 0.9;
}
#player_bg_wrap h1 span {
	position: relative;
	display: inline-block;
	/* bottom: -180px; */
	opacity: 0;
	bottom: 0px;
}
#player_bg_wrap h1 span.a {
    left:0.5rem;
}
.block1 {
	z-index: 6;
}

#news {
	position: relative;
	z-index: 100;
	margin-top: -79px;
	margin-bottom: 120px;
}
#news-inner {
	background: #272727;
	color: #fff;
	max-width: 1140px;
	width: 960px;
	padding: 30px 30px 20px 30px;
}
#news h2 {
	font-family: 'Inter UI', sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 1.2rem;
	border-bottom: 1px solid #444;
	line-height: 1;
	padding-bottom: 30px;
}
#news ul {
	margin-bottom: 0;
}
#news ul li {
	padding: 10px 0;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 200;
	font-size: 0.9rem;
}
#news ul li span {
	border: 1px solid #f58a3d;
	font-size: 0.7rem;
	color: #f58a3d;
	text-align: center;
	width: 90px;
	display: inline-block;
	position: relative;
	top: -2px;
	margin-right: 1.8em;
}
#news ul li em {
	color: #fff;
    font-size: 0.9rem;
    margin-right: 0.8em;
    letter-spacing: 0.05rem;
    color: #999;
    font-family: 'Inter UI', sans-serif;
    font-style: normal;
    font-weight: 300;
}
#news ul li a {
	color: #fff;
}
#news ul li strong {
	display:inline-block;
}
#news ul li strong p {
	margin-bottom: 0;
}
.scroll {
	position: absolute;
	color: #fff;
	    font-family: 'Roboto Condensed', sans-serif;
	font-style: normal;
	right: 15px;
	top: -50px;
	font-size: 0.9rem;
	z-index: 200;
	line-height: 1;
}
.scroll div {
    transform: rotate(90deg);
    margin-top: 4px;
}
.scroll span {
    content: "";
    position: absolute;
    height: 75px;
    width: 1px;
    left: 0px;
    top: -24px;
    display: inline-block;
    background: none;
    overflow: hidden;
    margin: 10px auto 0;
}
.scroll span:before {
    content: "";
    position: absolute;
    height: 0px;
    width: 1px;
    background-color: #fff;
    left: 0;
    animation: scrolldown 1.8s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
    -webkit-animation: scrolldown 1.8s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
    -ms-animation: scrolldown 1.8s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
    -moz-animation: scrolldown 1.8s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}
@keyframes scrolldown {
  0% {
    height: 0px;
    top: 0;
  }
  50% {
    height: 75px;
    top: 0px;
  }
  100% {
    height: 75px;
    top: 75px;
  }
}

.top-ttl {
	margin-bottom: 20px;
	position: relative;
	z-index: 100;
}
.top-ttl span,.top-ttl strong,.top-ttl em {
	display: block;
}
.top-ttl span {
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight:500;
	font-size: 0.9rem;
	letter-spacing: 0;
	margin-bottom: 0.5em;
}
.top-ttl strong {
	font-size: 3.6rem;
	line-height: 1;
	text-transform: uppercase;
	font-family: 'Inter UI', sans-serif;
	font-style: normal;
	font-weight: 800;
}
.top-ttl em {
	font-size: 1rem;
	font-style: normal;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight:500;
	margin-top: 0.4em;
}

#top-introduction {
	margin-bottom: 120px;
	overflow: hidden;
}
#top-introduction .top-ttl {
	color: #0472E0;
}
#top-introduction h3 {
	font-size: 1.3rem;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight:500;
	padding: 30px 0 20px 0;
	position: relative;
	z-index: 10;
	margin-left: -16px;
}
#top-introduction p {
	line-height: 2.2;
	letter-spacing: 0;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight:300;
	margin-top: 30px;
	font-size: 1rem;
	max-width: 100%;
}


#top-introduction .image {
	display: block;
	width: 100%;
	background: #ddd;
	padding-bottom: 92%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: -70px;
}
#top-introduction .row {
	position: relative;
	padding-bottom: 80px;
}
#top-introduction .bg {
	background: #f2f2ff;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: -35%;
}

#top-about {
	background: #f2f2ff;
	padding: 105px 0;
}
#top-about .image {
	display: block;
	width: 100%;
	background: #fff;
	padding-bottom: 65%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
#top-about .row {
	padding-top: 30px;
	padding-bottom: 30px;
}
#top-about .top-ttl {
	margin-top: 30px;
	margin-bottom: 30px;
	color: #0472E0;
}
#top-about p {
	font-size: 1rem;
	padding-top: 30px;
	font-family: 'Noto Sans Japanese', sans-serif;
	line-height: 2;
}

#top-about .contents {
	width: 100%;
	text-align: center;
}

.top-bnr {
	display: inline-block;
	background: #272727;
	color: #fff;
	width: 150px;
	text-align: center;
        font-family: 'Roboto Condensed', sans-serif;
    font-size: 0.8rem;
    line-height: 4.5;
    margin-top: 20px;
}

#top-project {
	background: #def2d5;
	padding: 120px 0;
}
#top-project .top-ttl strong {
	color: #44b20d;
}
#top-project a {
	display: block;
}
#top-project .row {
	margin-top: 30px;
}
#top-project .image {
	display: block;
	width: 100%;
	background: #ddd;
	padding-bottom: 85%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 15px;
}
#top-project .number {
    line-height: 1;
    display: inline-block;
}
#top-project .number em {
    font-family: 'Inter UI', sans-serif;
    font-weight: 800;
    font-size: 0.8rem;
    font-style: normal;
    display: block;
    text-indent: 0.25em;
}
#top-project .number strong {
    font-family: 'Inter UI', sans-serif;
    font-weight: 600;
    font-size: 2.8rem;
    font-style: normal;
    display: block;
}
#top-project h3 {
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight:600;
	font-size: 1.2rem;
	display: inline-block;
	position: relative;
	top:-14px;
	margin-left: 0.2em;
}
#top-project .number,#top-project h3 {
    color: #44b20d;
}
#top-project p {
	margin-bottom: 0;
}

#interview-index {
	padding-top: 120px;
	padding-bottom: 120px;
}
#interview-index .top-ttl strong,#interview-index .top-ttl span {
	color: #e03e3e;
}
.interview-body {
	padding-top: 10px;
	position: relative;
}
.interview-body .bg {
	width: 200%;
	background: #fce5e5;
	position: absolute;
	height: 100%;
	top:120px;
	right: -115%;
}

.top-banner {
	padding: 180px 0 0 0;
	position: relative;
}
.top-banner .image-pic {
	padding-bottom: 75%;
	margin-top: -60px;
	margin-bottom: 60px;
}
.top-banner .txt {
	padding: 60px 45px;
	position: relative;
	height: 100%;
}
.top-banner .txt p {
	line-height: 2.2;
	padding-top: 15px;
}
.top-banner .bg {
	display: block;
	width: 80%;
	height: 100%;
	position: absolute;
}
.top-banner .bnr-more {
	position: absolute;
	bottom: -30px;
	left: 60px;
}

#top-career .bg {
	background: #ebfbfc;
}
#top-career h2 {
	color: #15c4ca;
}

#top-business .bg {
	background: #fff1e0;
	right: 0;
}
#top-business h2 {
	color: #f58a3d;
}
#top-business .bnr-more {
	background-color: #f58a3d;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: bold;
	left: auto;
	right: 60px;
}
.bnr-more-wrapper {
	position: initial;
}
#interview-index .bnr-more {
	background-color: #e03e3e;
	font-weight: bold;
	font-family: 'Noto Sans Japanese', sans-serif;
}
#interview-index .bnr-more:hover {
	background:#ffffff;
	border: 2px solid #e03e3e;
	color: #e03e3e;
}
#top-career {
	z-index: 20;
}
#top-career .bnr-more {
	background-color: #15c4ca;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: bold;
}
#top-career .bnr-more:hover {
	background: #ffffff;
	border: 2px solid #15c4ca;
	color: #15c4ca;
}


#top-about .top-history .col-lg-5 {
	padding-right: 30px;
}


#top-business .bnr-more:hover {
	background: #ffffff;
	border: 2px solid #f58a3d;
	color: #f58a3d;
}

#top-data .bg {
	background: #f2f2ff;
}
#top-data h2 {
	color: #0472E0;
}
#top-data {
	z-index: 20;
}
#top-data .bnr-more {
	background-color: #0472E0;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: bold;
}
#top-data .bnr-more:hover {
	background: #ffffff;
	border: 2px solid #0472E0;
	color: #0472E0;
}

@media (max-width: 1140px) {
}

@media (max-width: 992px) {

	#video {
		width: auto !important;
		height: 100% !important;
		left: -200px !important;
	}

	#news,#top-introduction,#interview-index,#top-career,#top-business {
		overflow-x: hidden;
	}
	#top-about-outer {
		padding: 45px 0 45px 0;
		overflow: hidden;
	}
	
	#top-introduction h3 {
	margin-left: -4px;
	}
	

	#top-about .top-history .col-lg-5 {
		padding-right: 15px;
	}	
	
	#top-about p {
		text-align: justify;
	}
	#player_bg_wrap {
		top: 0;
		left: 0;
		transform: none;
		min-height: 60%;
	}
	#player_bg_wrap h1 {
		bottom: 70px;
		margin-bottom: 0;
	}
	#player_bg_wrap h1 strong {
		font-size: 18vw;
		margin-top: 0px;
	}
	#player_bg_wrap h1 span {
		left: 41%;
	    top: 37%;
	}
	#player_bg_wrap h1 span img {
		width: 84%;
	}
	
	.scroll {
		right: 0;
		font-size: 0.7rem;
		top:17px;
	}
	.scroll div {
		margin-top: 0px;
	}
	#news {
		margin-top: -90px;
		margin-bottom: 60px;
		padding-top: 50px
	}
	#news h2 {
		font-size: 1rem;
		padding-bottom: 10px;		
	}
	#news-inner {
		width: 90%;
		padding: 15px;
	}
	#news ul li {
		padding: 5px 0;
	}
	#news ul li span {
		margin-right: 0.5rem;
		line-height: 1.1;
		width: 80px;
		top:0;
	}
	#news ul li em {
		font-size: 0.8rem;
	}
	#news ul li strong {
		display: block;
		font-size: 0.7rem;
		padding-top: 0.2em;
	}
	
	.top-ttl {
		margin-bottom: 15px;
	}
	.top-ttl span {
		font-size: 0.8rem;
	}
	.top-ttl strong {
		font-size: 2rem;
	}
	.top-ttl em {
		font-size: 0.8rem;
	}
	
	#top-introduction {
		margin-bottom: 30px;
	}
	#top-introduction .row {
		padding-bottom: 60px;
	}
	#top-introduction h3 {
		font-size: 1.1rem;
		padding: 15px 0 10px 0;
	}
	#top-introduction p {
		margin-bottom: 20px;
		line-height: 2;
	}
	#top-introduction p br {
		display: none;
	}
	#top-introduction .image {
		margin-top: 0;
	}
	
	#top-about {
		padding: 60px 0 30px 0;
	}
	#top-about .row {
		padding-top: 0;
	}
	#top-about .top-ttl {
		margin-top: 0;
	}
	#top-about p {
		margin-bottom: 8px;
	}
	
	#top-project {
		padding: 60px 0 30px 0;
	}
	#top-project .row {
		margin-top: 0;
		padding-top: 10px;
	}
	#top-project .image {
		padding-bottom: 65%;
		margin-bottom: 15px;
	}
	#top-project p {
		margin-bottom: 30px;
	}
	
	#interview-index {
		padding-top: 15px;
		padding-bottom: 60px;
	}
	.interview-body .bg {
		top:60px;
	}
	
	.top-banner {
		padding: 64px 0 0 0;
	}
	.top-banner .txt {
		padding: 45px 0;
	}
	.top-banner h2.top-ttl {
		
	}
	.top-banner .txt p {
		padding-top: 0;
		margin-bottom: 0;
	}
	.top-banner .image-pic {
		margin-top: 0;
		margin-bottom: 15px;
	}
	.top-banner .bnr-more {
		position: relative;
		left: auto;
		bottom: auto;
	}
	.top-banner .bg {
		width: 95%;
	}
	#top-introduction .bg {
		width: 80%;
	    left: -15px;
	}
	.interview-body .bg {
		width: 90%;
	    right: -30px;
	}

	
	#top-career .bnr-more {
		right: auto;
	}
	#top-career .container {
		padding-left: 0;
		padding-right: 30px;
	}
	#top-career .bg {
		right: -15px;
	}
	#top-career .col-lg-6 {
		padding-left: 30px;
	}
	#top-career h2 {
		padding-left: 30px;
	}
	#top-career p {
		padding-right: 0;
		padding-left: 30px;
		margin-bottom: 5px;
	}	
	#top-career .bnr-more-wrapper {
		padding-right: 15px;
		right: -15px;
		position: relative;
	}
	#top-career .image-pic {
		margin-left: -15px;
	}
	
	#top-business .bnr-more {
		right: auto;
	}
	#top-business .container {
		padding-left: 30px;
		padding-right: 0;
	}
	#top-business {
		z-index: 20;
	}
	#top-business .bg {
		left: -15px;
	}
	#top-business .col-lg-6 {
		padding-left: 30px;
	}
	#top-business h2 {
		padding-left: 0;
	}
	#top-business p {
		padding-right: 45px;
		padding-left: 0;
		margin-bottom: 5px;
	}	
	#top-business .bnr-more-wrapper {
		padding-left: 15px;
		left: -30px;
		position: relative;
	}
	#top-data .bnr-more {
		right: auto;
	}
	#top-data .container {
		padding-left: 0;
		padding-right: 30px;
	}
	#top-data .bg {
		right: -15px;
	}
	#top-data .col-lg-6 {
		padding-left: 30px;
	}
	#top-data h2 {
		padding-left: 30px;
	}
	#top-data p {
		padding-right: 0;
		padding-left: 30px;
		margin-bottom: 5px;
	}	
	#top-data .bnr-more-wrapper {
		padding-right: 15px;
		right: -15px;
		position: relative;
	}
	#top-data .image-pic {
		margin-left: -15px;
	}

}

@media (max-width: 768px) {
	
}


