@charset "utf-8";

/*--top col2 box--*/
.top-flex-left {
  flex-basis: 195px;
  padding: 0 0 0 20px;
}

.top-flex-right {
  flex: 1;
  padding: 0 20px 0 0;
}

@media (max-width: 767px) {
.top-flex-left, .top-flex-right {
  flex: initial;
  width: 100%;
  padding: 0 20px;
}
}


/*====================================
	news
====================================*/
.top-news {
  padding: 60px 0;
  position: relative;
}

.top-news dl {
  line-height: 2.0;
}

.top-news dt {
  font-weight: 400;
  padding-top: 10px;
  padding-left: 10px;
}

.top-news dt:first-child {
  border-top: 1px solid #ddd;
}

.top-news dd {
 border-bottom: 1px solid #ddd;
 padding-bottom: 10px;
 padding-left: 10px;
}

.recruit-label {
  background: #af9b60;
  color: #fff;
  display: inline-block;
  font-size: 11px;;
  margin-left: 30px;
  text-align: center;
  width: 100px;
}

.info-label {
  background: #8eb573;
  color: #fff;
  display: inline-block;
  font-size: 0.75rem;
  margin-left: 30px;
  text-align: center;
  width: 100px;
}

.release-label {
  background: #85abc1;
  color: #fff;
  display: inline-block;
  font-size: 0.75rem;
  margin-left: 30px;
  text-align: center;
  width: 100px;
}

.btn-rhombus-wrap {
  float: right;
  margin-right: 14px;
  width: 180px;
}

.btn-rhombus {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  position: relative;
  text-align: center;
}

.btn-rhombus a {
  color: #fff;
  font-size: 18px;
  padding: 18px 24px;
  z-index: 20;
}

.btn-rhombus:before {
  content: '';
  background: #7f2500;
  height: 60px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: skew(-20deg);
  z-index: 10;
}

.btn-rhombus:hover:before {
  background: #cb986b;
  transition: 0.2s;
}

/*====================================
	tech
====================================*/
section.top-tech {
  background: url("/img/bg_tech.jpg") no-repeat;
  background-size: cover;
}

.top-flex-right p {
  font-size: 16px;
  margin-top: -20px;
  padding-left: 70px;
}

.btn-tech-wrap {
  float: right;
  margin-right: 14px;
}

.btn-tech {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 180px;
  margin-bottom: 10px;
  position: relative;
  text-align: center;
}

.btn-tech a {
  color: #fff;
  font-size: 18px;
  padding: 8px 30px;
  z-index: 2;
}

.btn-tech a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 18px;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn-tech a span {
  font-size: 14px;
}

.btn-tech:before {
  content: '';
  background: #2953a6;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: skew(-20deg);
  z-index: 0;
}

.btn-tech:hover:before {
  background: #3d88f2;
  transition: 0.2s;
}

.btn-tech:hover a {
  color: #fff;
}

.lay-tech-info.top--30 {
  margin-top: -30px; 
}

.lay-tech-info .row div:first-child {
  padding-right: 0;
}

.lay-tech-info .row div:nth-child(2) {
  padding-left: 0;
}

.tech-card-wrap {
  position: relative;
}

.lay-tech-info .tech-card h3 {
  font-size: 22px;
  margin: 0 0 20px 0;
}

.lay-tech-info.img-right .tech-card {
  background: #fff;
  width: 420px;
  height: 210px;
  margin: auto;
  position: absolute;
  top: 0;
  right: -116px;
  bottom: 0;
  z-index: 10;
}

.lay-tech-info.img-right .tech-card a {
  display: block;
  padding: 30px 26px 30px 30px!important;
}

.lay-tech-info.img-right img {
  margin: inherit;
}

.lay-tech-info.img-left .tech-card {
  background: #fff;
  width: 420px;
  height: 210px;
  margin: auto;
  position: absolute;
  top: 0;
  left: -116px;
  bottom: 0;
  z-index: 10;
}

.lay-tech-info.img-left .tech-card a {
  display: block;
  padding: 30px 26px 30px 30px!important;
}

.lay-tech-info.img-left img {
  float: right;
  margin: inherit;
}

.tech-card .ttl-subttl {
  color: #1887f5;
  font-weight: 700;
  margin: 0;
}

.lay-tech-info .tech-card:hover {
  background: #d9e9ff;
  transition: 0.2s;
}

.lay-tech-info .tech-card:hover a {
  color: #282828;
  transition: 0.2s;
}

@media screen and (max-width: 991px) {

.lay-tech-info.img-right .tech-card {
  background: #fff;
  width: 100%;
  height: 100%;
  margin: auto;
  position: static;
  z-index: 10;
}

.lay-tech-info.img-left .tech-card {
  background: #fff;
  width: 100%;
  height: 100%;
  margin: auto;
  position: static;
  z-index: 10;
}

.lay-tech-info.img-left .tech-card a {
  padding: 20px!important;
}

.lay-tech-info.img-right .tech-card a {
  padding: 20px!important;
}


.lay-tech-info.top--30 {
  margin-top: 0; 
}

.top-tech .top-flex-right > div.row {
  margin: auto;
  width: 400px;
}

.top-tech .top-flex-right p {
  font-size: 16px;
  margin: 0 auto;
  padding-left: 10px;
  width: 400px;
}
}

@media screen and (max-width: 767px) {
.tech-img-wrap {
  padding: 0 20px!important;
  text-align: center;
}

.tech-img-wrap img {
  float: none!important;
  width: 100%;
}

.lay-tech-info > .row {
  justify-content: center;
}

.tech-card-wrap {
  padding: 0 20px!important;
  width: 80%;
  margin-top: -80px;
  margin-bottom: 20px;
  z-index: 10;
}
}

@media screen and (max-width: 424px) {
.top-tech .top-flex-right > div.row {
  width: 100%;
}

.top-tech .top-flex-right p {
  width: 100%;
}

.btn-tech-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0;
}
}

/*====================================
	Projects
====================================*/
section.top-projects {
  padding: 0;
}

section.top-projects .container.top-projects-ttl {
  position: absolute;
  top: 60px;
  right: 0;
  left: 0;
}

section.top-projects .btn-rhombus-wrap-over {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}

/*--slider02----*/
.slider02 div {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 356px;
  margin: 0;
}

.slider02 .slide01 {
  background-image: url("/img/bg_projects_001.jpg")
}

.slider02 .slide02 {
  background-image: url("/img/bg_projects_002.jpg")
}

.slider02 .slide03 {
  background-image: url("/img/bg_projects_003.jpg")
}

@media screen and (max-width: 767px) {
.slider02 .slide01 {
  background-image: url("/img/bg_projects_001_sp.jpg")
}

.slider02 .slide02 {
  background-image: url("/img/bg_projects_002_sp.jpg")
}

.slider02 .slide03 {
  background-image: url("/img/bg_projects_003_sp.jpg")
}

}

/*====================================
	Our Business
====================================*/
.top-business .col-sm-4 {
  padding: 0 1px;
  position: relative;
}

.grid figure {
  overflow: hidden;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 40px 40px 60px 40px;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.grid figure figcaption > a {
	z-index: 10;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h3 {
  font-size: 24px;
}

.grid figure h3,
.grid figure p {
	margin: 0;
}

.grid figure p {
	font-size: 14px;
}

figure.effect-layla {
	background: #000;
}

figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after {
	position: absolute;
	content: '';
	opacity: 0;
}

figure.effect-layla figcaption::before {
  content: "";
  position: absolute;
  top: 40px;
  left: 40px;
  width: 40px;
  height: 40px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

figure.effect-layla figcaption::after {
  content: "";
  position: absolute;
  bottom: 60px;
  right: 40px;
  width: 40px;
  height: 40px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

figure.effect-layla h3 {
	padding-top: 28%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
  text-shadow: 1px 2px 1px black;
}

figure.effect-layla:hover figcaption h3 {
	-webkit-transform: translate3d(0,-50px,0);
	transform: translate3d(0,-50px,0);
}


figure.effect-layla p {
	padding: 20px 40px;
	text-transform: none;
	opacity: 0;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-layla img,
figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after,
figure.effect-layla p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-layla:hover img {
	opacity: 0.6;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-layla:hover figcaption::before,
figure.effect-layla:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-layla:hover h3,
figure.effect-layla:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,-50px,0);
	transform: translate3d(0,-50px,0);
}

figure.effect-layla:hover figcaption::after,
figure.effect-layla:hover h3,
figure.effect-layla:hover p,
figure.effect-layla:hover img {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

@media screen and (max-width: 767px) {
.top-business {
  background: url("/img/bg_business_sp.png") no-repeat;
  background-size: cover;
}

figure.effect-layla h3 {
  padding-top: 0;
  position: absolute;
  top: 40%;
  right: 0;
  left: 0;
  margin: auto
}

figure.effect-layla:hover figcaption h3 {
	-webkit-transform: inherit;
	transform: inherit;
}

figure.effect-layla:hover h3,
figure.effect-layla:hover p {
	opacity: 1;
	-webkit-transform: inherit;
	transform: inherit;
}

figure.effect-layla:hover img {
  opacity: 1;
  -webkit-transform: inherit;
  transform: inherit;
}

figure.effect-layla img, figure.effect-layla figcaption::before, figure.effect-layla figcaption::after, figure.effect-layla p {
  opacity: 1.0;
  content: none;
}

.grid figure figcaption {
  padding: 0;
	position: static;
  background: #323436;
  margin: 0;
}

.grid figure figcaption p {
  padding: 20px;
}

}

/*====================================
	Banner
====================================*/
section.top-banner {
  background-color: rgba(13, 17, 21 ,0.8);
}

.zoom-out {
  overflow: hidden;
}

.zoom-out a img {
  transform: scale(1);
  transition: 0.2s;
}

.zoom-out a img:hover {
  transform: scale(1.1);
}

@media screen and (max-width: 767px) {
.top-banner {
  background: url("/img/bg_top-banner_sp.png") no-repeat;
  background-size: cover;
  background-position: bottom left;
}

.top-banner .col-sm-4 {
  padding-bottom: 20px;
}

.top-banner .col-sm-4:last-child {
  padding-bottom: 0;
}

.zoom-out a img {
  display: block;
  margin: auto;
  width: 100%;
}

.top-banner [class^="col"] {
  padding-bottom: 20px;
} 

}

/*====================================
	Business & Banner  BG
====================================*/
div.bus_banner {
  background: url("/img/bg_business_banner.png") no-repeat;
  background-size: contain;
}

@media screen and (max-width: 767px) {
div.bus_banner {
  background: none;
}
}


/*====================================
	Our Company
====================================*/
section.top-company {
  background: url("/img/bg_company.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
  padding-bottom: 330px;
}

section.top-company .container.top-comapny-ttl {
  position: absolute;
  top: 60px;
  right: 0;
  left: 0;
}


.top-company .col-left {
  display: flex;
  flex-basis: 50%;
  justify-content: flex-end;
}

.top-company .col-right {
  display: flex;
  padding-right: 15px;
  width: 50%;
}

.top-company .col-left-right {
  width: 62.137%;
}

.top-company .col-right-left {
  flex-basis: 50%;
}

.top-company .col-right-right {
  flex-basis: 50%;
}

.top-company .top-flex-left {
  position: absolute;
  top: 60px;
}

.top-company .col-left .col-left-right a {
  display: block;
  position: relative;
}

.top-company .col-left .col-left-right h3 {
  font-size: 20px;
  position: absolute;
  top: 50px;
  left: 30px;
  margin: 0;
}

.top-company .col-right a {
  display: block;
  position: relative;
}

.top-company .col-right h3 {
  color: #fff;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  margin: 0;
}

.top-company .col-right .col-right-right h3 {
  color: #fff;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 45%;
  transform: translateY(-50%) translateX(-40%);
}


.top-company .col-right .img-blank {
  position: absolute;
  top: 60%;
  left: 47%;
  width: 18px;
  height: auto;
}



@media screen and (max-width: 991px) {
.top-company .col-left-right {
  width: 61.9%;
}

.top-company .col-left .col-left-right h3 {
  font-size: 20px;
  position: absolute;
  top: 50px;
  left: 30px;
}
}

@media screen and (max-width: 868px) {
.top-company .col-left-right {
  width: 61.6%;
}
}

@media screen and (max-width: 799px) {
.top-company .col-left-right {
  width: 61.5%;
}
}

@media screen and (max-width: 767px) {
section.top-company {
  background: url("/img/bg_company_sp.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
  padding-bottom: 700px;
}

.top-company .top-flex-left {
  position: static;
}

.top-company .col-left {
  display: block;
  flex-basis: 100%;
}

.top-company .col-left-right {
  width: 100%;
  padding: 20px 20px 0 20px!important;
}

.top-company .col-right {
  display: block;
  width: 100%;
  padding: 0 20px 0 20px;;
}

.top-company .col-right-left {
  flex-basis: 100%;
}

.top-company .col-left .col-left-right h3 {
  top: 70px;
  left: 70px;
}

.top-company .col-right .col-right-right h3 {
  left: 48%;
}

.top-company .col-right .img-blank {
  top: 55%;
}
}

@media (max-width: 639px) {
section.top-company {
  padding-bottom: 540px;
}
}

@media (max-width: 424px) {
.top-company .col-left .col-left-right h3 {
  top: 30px;
  left: 30px;
}

section.top-company {
  padding-bottom: 400px;
}
}

