
.slick_container{
	margin-top: 0;
}

#cover-wrapper {
	width:100vw;
	line-height: 0;
	background: linear-gradient(180deg, #ffffff, 95%, #e88238);
}
#cover-wrapper img{
	object-fit: cover;
	width:100vw;
	height: 100vh;
	filter:alpha(opacity=15);
    -moz-opacity: 0.15;
    opacity: 0.15;

}
.contents-block {
	float: left;
	width: 96%;
	margin-right: 1%;
	margin-left: 3%;
}
#recruit-wrapper {
	width:100vw;
	line-height: 0;
	background: linear-gradient(150deg, #ffffff, 80%, #e88238);
}
#recruit-wrapper img{
	object-fit: cover;
	filter:alpha(opacity=30);
    -moz-opacity: 0.3;
    opacity: 0.3;
	width:100vw;
	height: 100vh;
}
#intro-wrapper {
	height: 50vh;
	width:100vw;
	line-height: 0;
	background: linear-gradient(150deg, #ffffff, 85%, #e88238);
	float: left;
}
#intro-wrapper img{
	object-fit: cover;
	width:75vw;
	height: 50vh;
	filter:alpha(opacity=30);
    -moz-opacity: 0.3;
    opacity: 0.3;
	float: right;
}
.slide-title-area {
	width: 100%;
	position: absolute;
	top: 25vh;
}
.slide-title-area-intro {
	width: 100%;
	position: absolute;
	top: 25vh;
}
.top-box {
width: 60vw;
height: 100Vh;
background: url(../images/ppt_4to3_dark_background_mono.png);
	position: absolute;
top: 0;
	filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}
#top-box {
	position: absolute;
	width: 65vw;
	float: left;
	bottom: 34%;
}
.top-logo-area {
	position: absolute;
	width: 98vw;
	padding-left: 1%;
	text-align: left;
	bottom: 75%;
	z-index: 1;
}
.top-logo-area img {
	width: 100%;
	max-width: 750px;
	min-width: 650px;
	position: absolute;
}
.top-msg {
	width: 80%;
	font-size: 2em;
	color: #FFF;
	font-weight: 700;
	line-height: normal;
	text-align: left;
	margin-left: 8%;
	margin-top: 0;
	margin-bottom: 0;
}
.top-text {

	width: 90%;
	font-size: 1.4em;
	color: #FFF;
	font-weight: 300;
	line-height: normal;
	text-align: left;
	margin-top: 5px;
	margin-left: 8%;
}

.ojf {
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.vv {
  position: absolute;
  bottom: 1%;
  left: 48.5%;
  z-index: 1;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-decoration: none;
}
.vv {
  padding-top: 60px;
}
.vv span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 35px;
  height: 62px;
  border: 2px solid #e88238;
  border-radius: 50px;
  box-sizing: border-box;

}
.vv a {
	color: #e88238;
	font-size: 10px;
}
.vv span::before {
  position: absolute;
  top: 8px;
  left: 50%;
  content: '';
  width: 8px;
  height: 8px;
  margin-left: -4px;
  background-color: #e88238;
  border-radius: 100%;
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/*----- container -----*/
.contents-top-title {
	width: 100%;
	margin-top: 35%;
	text-align: center;
}
.contents-title-top {
	font-family: 'Belleza', sans-serif;
	font-size: 2.8em;
	letter-spacing: 1px;
}
.contents-title {
	font-family: 'Belleza', sans-serif;
	font-size: 2.2em;
	letter-spacing: 1px;
}
.contents-title-s {
	font-family: 'Belleza', sans-serif;
	font-size: 1.6em;
	letter-spacing: 1px;
}
.contents-title-top-jp {
	font-size: 1.2em;
	font-weight:400;
	letter-spacing: 2px;
}
.contents-title-jp {
	font-size: 1.2em;
	font-weight:400;
}
.contents-title-jp-s {
	font-size: 1em;
	font-weight:400;
}
.vision-area {
	height: 250px;
}
/*----- concept- ——*/
.concept-area {
	width: 100%;
	float: left;
	margin-top: 30px;
}
.concept-area-contents {
	width: 31%;
	float: left;
	padding: 10px;

}
.concept-area-3rd-contents {
	width: 31%;
	float: left;
	padding: 10px;

}
.concept-area-contents img {
	width: 100%;

}

/*----- map ——*/
.map-area {
	width: 100%;
	float: left;
	overflow: hidden;
}
.map-area-block{
	width: 95%;
	margin-left: 1%;
	float: left;
	background-color: #9e9e9e;
	padding: 1.5%;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.map-area-block img{
	width: 100%;
}
.map-area-left {
	width: 40%;
	float: left;
}
.map-area-right {
	width: 40%;
	float: right;
}
.main-img {
	width: 100%;
	z-index: -1;
}
.sub-img {
	width: 50%;
	z-index: 1;
	margin-top: -45%;
	margin-left: 60%;
}
.sub-right-img {
	width: 50%;
	z-index: 1;
	margin-top: -45%;
	margin-left: -10%;
}
.access-area {
	width: 100%;
	float: left;
	text-align: center;
}
.msg-area {
	width: 100%;
	float: left;	
}
/*----- services ——*/
.step-left {
	width: 50%;
	float: left;
}

.step-right {
	width: 50%;
	float: right;
}
.step-left img, .step-right img {
	width: 95%;
}
/* news-button */
#news-area{
	width: 220px;
	height: 220px;
	border-radius: 50%;
	position: absolute;
	bottom: -25px;
	right: 25px;
	filter: drop-shadow(1px 1px 1px rgba(255,255,255,0));
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	cursor: pointer;
	background: linear-gradient(150deg, #f7b029, 60%, #ea8c0a);
}
#news-area:hover{
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background: linear-gradient(150deg, #ea8c0a, 60%, #f7b029);

}
#news-area a{
	width: 100%;
	position: absolute;
	margin-top: 30%;
	text-align: center;
	letter-spacing: 5px;
	color: #eee;
	font-weight: bold;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	outline:none;
}
#news-area a:hover{
	color: #FFF;
}
.news-link-jp {
	font-size: 0.7em;
}
/* no-button */
#no-area{
	width: 220px;
	height: 220px;
	border-radius: 50%;
	position: absolute;

	right: 25px;
	filter: drop-shadow(1px 1px 1px rgba(255,255,255,0));
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	cursor: pointer;
	background: linear-gradient(150deg, #f7b029, 60%, #ea8c0a);
}
#no2-area{
	width: 220px;
	height: 220px;
	border-radius: 50%;
	position: absolute;
	left: 25px;
	filter: drop-shadow(1px 1px 1px rgba(255,255,255,0));
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	cursor: pointer;
	background: linear-gradient(150deg, #f7b029, 60%, #ea8c0a);
}
#no3-area{
	width: 220px;
	height: 220px;
	border-radius: 50%;
	position: absolute;
	right: 25px;
	filter: drop-shadow(1px 1px 1px rgba(255,255,255,0));
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	cursor: pointer;
	background: linear-gradient(150deg, #f7b029, 60%, #ea8c0a);
	top: -120px;
}
#no-area:hover,#no2-area:hover,#no3-area:hover{
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background: linear-gradient(150deg, #ea8c0a, 60%, #f7b029);

}
#no-area span, #no2-area span, #no3-area span{
	width: 100%;
	position: absolute;
	text-align: center;
	letter-spacing: 5px;
	color: #eee;
	font-weight: bold;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	outline:none;
	left: 0;
	top: 80px;
}

#no-area a:hover,#no2-area a:hover,#no3-area a:hover{
	color: #FFF;
}
.no-tx {
	font-size: 7em;
}
.no-mini {
	width: 100%;
	position: absolute;
	text-align: center;
	letter-spacing: 5px;
	color: #eee;
	font-weight: bold;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	outline:none;
	left: 0;
	top: 120px;
	font-size: 1.5em;	
}
.vision_2 {
	padding-top: 50px;
}
.thumbnai{
	position: relative;
    width: 100%;
    height: 100%;
    padding: 70% 0 0;
    overflow: hidden;
}
.thumbnai img{
    object-fit: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

/*----- insta ——*/
#instafeed{
	width:100%;
	height: auto;
	overflow: auto;
	margin: 0;
	padding: 0;
	
	
	display: flex;
	flex-wrap: wrap;
}
ul#instafeed li{
	position: relative;
	width: 23%;
	margin: 1%;

}
ul#instafeed li:before{
	content: "";
	display: block;
	padding-top: 100%;

}
.insta-img img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	object-fit: cover;
}
.title-b-mc {
	font-weight: 700;
	font-size: 1.5em;
}
.title-sub-enc {
	font-size: 1em;
	margin: 0;
}
.top-illust {
	width: 100%;
	text-align: center;
}
.top-illust img{
	width: 70%;
}
@media (max-width:960px) {
	#top-box {
	bottom: 36%;
	}
	.top-msg {
	font-size: 1.6em;
	}
	.top-text {
	font-size: 1.2em;
	}
}
@media (max-width:890px) {
	.concept-area-contents {
	width: 30%;
	}
	.contents-title-top {
	font-size: 2.5em;
	}
	.contents-title-top-jp {
	font-size: 1.1em;
	}
	.top-logo-area {
	position: absolute;

	width: 80%;
	text-align: left;
	}
	.top-logo-area img {
	width: 100%;
	min-width: 500px;
	}

	#no-area{
	width: 180px;
	height: 180px;
	right: 25px;
	}
	#no2-area{
	width: 180px;
	height: 180px;
	right: 25px;
	}
	#no3-area{
	width: 180px;
	height: 180px;
	right: 25px;
	}
	#no-area span, #no2-area span, #no3-area span{
	top: 60px;
	}
	.no-tx {
	font-size: 6em;
	}
	.no-mini {
	top: 100px;
	font-size: 1.2em;	
	}
	.title-b-mc {
	font-size: 1.2em;
	}
	.title—sub-enc {
		font-size: .9em;
	}
}
@media (max-width:768px) {
	.map-area-left {
		width: 100%;
	}
	.vision_2 {
	padding-top: 10px;
	}
	.map-area-right {
		width: 80%;
		font-size: 0.8em;
	}
}

@media (max-width:650px) {
	.top—middle-img {
	width:100vw;
	height: 25vh;
	}
	.top—middle-img img{
    height: 100%;
    width: 100%;
	  object-fit: cover;
	}
	.contents-title-area-n {
	margin-top: -12.5vh;
	}
	.slide-text-title {
		margin-bottom: 20px;
	}
	.slide-text{
		display: none;
	}
	.top-pic-left, .top-pic-area-left, .top-pic-area-right {
		width: 100%;

	}
	.contents-title {
	font-size: 2.2em;
	}
	.contents-title-m, .contents-title-ms {
	font-size: 1.8em;
	}
	.contents-title-top {
	font-size: 2.3em;
	}
	.contents-title-top-jp {
	font-size: 1em;
	}
	.top-menu li{
		font-size: 0.8em;
	}
	.concept-area-contents {
	width: 48%;
	padding: 1%;
	}
	.concept-area-3rd-contents {
	width: 48%;
	margin-left: 25%;
	}
	.concept-area {
	margin-top: 0;
	}
	.map-area-left {
		width: 100%;
	}
	#top-box {
	bottom: 57%;
	margin-left: 5px;
	}
	.top-msg {
	width: 90vw;
	}
	.top-text {
	width: 90vw;
	margin-top: 5px;
	text-shadow: 1px 1px 5px #000000;
	}
	.top-logo-area {
	top: 25%;
	}
	.top-logo-area img {
	width: 100%;
	min-width: 450px;
	}
	#no-area{
	position: relative;
	margin-left: 38%;
	}
	#no2-area{
	position: relative;
	margin-left: 32%;
	left: 0;
	}
	#no3-area{
	position: relative;
	margin-left: 36%;
	top: 0;
	}
	.top-illust img{
	width: 100%;
	}	
}
@media (max-width:460px) {
	#cover-wrapper {
	background: linear-gradient(180deg, #ffffff, 90%, #e88238);
	}
	.top-box {
	width: 70vw;		
	}
	.top-logo-area img {
	min-width: 420px;
	}
	.top-text-area{
	margin: 30% auto 30px;
	}
	.slide-text-title {
		margin-bottom: 20px;
	}
	.slide-text{
		display: none;
	}
	.top-pic-left, .top-pic-area-left, .top-pic-area-right {
		width: 100%;
	}

	#no-area{
	position: relative;
	margin-left: 35%;
	}
	#no2-area{
	position: relative;
	margin-left: 29%;
	left: 0;
	}
	#no3-area{
	position: relative;
	margin-left: 34%;
	top: 0;
	}
	#news-area{
	width: 100px;
	height: 100px;
	bottom: 12%;
	right: 5px;
	}
	#news-area a{
	margin-top: 27%;
	text-align: center;
	letter-spacing: 4px;
	font-size: 0.9em;
	}
	.contents-title {
	font-size: 2em;
	}
	.contents-title-m, .contents-title-ms {
	font-size: 1.5em;
	}
	ul#instafeed li{
	position: relative;
	width: 48%;
	margin: 1%;

	}
	.contents-top-title {
	margin-top: 65%;
	}

	.contents-title-jp {
	font-size: 1.1em;
	}
	.ok-text {;
	width: 45%;
	text-align: center;
	}
	.concept-area-contents {
	width: 98%;
	padding: 1%;
	margin-bottom: 5px;
	}
	.concept-area-3rd-contents {
	width: 98%;
	margin-left: 0;
	padding: 1%;
	}
	.title-b-mc {
	font-weight: 700;
	font-size: 1.5em;
	}
	.title-sub-enc {
	font-size: 1em;
	margin: 0;
	}
	#top-box {
	bottom: 58%;
	}
	.top-msg {
	font-size: 1.4em;
	}
	.top-text {
	font-size: 1em;
	}
	.vv {

  	bottom: 16%;
  	left: 47%;
	}
	.vv span {
		width: 25px;
		height: 47px;
		border: 1px solid #f7b029;
	}
	.vv span::before {
		width: 7px;
		height: 7px;
	}
}
@media (max-width:420px) {
	#top-box {
	bottom: 58%;
	}
	.top-msg {
	font-size: 1.2em;
	}
	.top-text {
	font-size: .8em;
	}
	.top-logo-area img {
	min-width: 380px;
	}

	.contents-title-top {
	font-size: 2em;
	}
	.contents-title-top-jp {
	font-size: 0.8em;
	}

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

	.top-logo-area img {
	min-width: 280px;
	}


}
