@charset "utf-8";


/* -----------------------------------------------------------
    TOP
-------------------------------------------------------------- */
#top{}


/*    mv-area
-------------------------------------------------------------- */
.mv-area {
	position: relative;
	background: url("../img/mv.jpg") no-repeat top center / cover;
	min-height: 100vh;
	width: 100%;
}
.mv-area .mv-block{
    width: 100%;
	/*position: relative;*/
	z-index: 11;
}

.mv-area .txt-area {
	padding: 260px 0 0 95px;
}
.mv-area .txt-area .sub-catch{
	font: 700 3rem / 1.5 'Poppins', sans-serif;
	letter-spacing: 0.08em;
	color: #0E6EB8;	
	background: rgb(14,110,184);
	background: linear-gradient(106deg, rgba(14,110,184,1) 0%, rgba(0,0,0,1) 100%);
	background: linear-gradient(91deg, #00368f 0%, #4a9edf 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
}
.mv-area .txt-area .catch{
	font: 900 6.6rem / 1.36 'Noto Sans JP', serif;
	color: #333;
	margin: 16px 0 0;
}
.mv-area .txt-area .basic-txt{
	width: 600px;
	color: #333;
	font-size: 1.8rem;
	font-weight: 700;
	margin: 20px 0 0;
}
.mv-area .btn-more02{
	margin: 60px 0 0;
}

/* h1 */
#top .h1-area {
	position: absolute;
	top: auto;
	right: 30px;
	bottom: 30px;
	background: none;
	z-index: 1;
}
#top .h1-area h1{
	width: auto;
	font-size: 1.1rem;
	text-align: right;
	color: #fff;
}


@media screen and (max-width: 1300px){
	.mv-area{
		height: 820px;
		min-height: auto;
	}

}

@media screen and (max-width: 768px){
	.mv-area {
		width: 100%;
		height: auto;
		border-radius: 0 0 100px 0;
		position: relative;
		background: none;
		min-height: inherit;
	}
	.mv-area::before {
		content: '';
		position: absolute;
		background: url("../img/mv-sp.jpg") no-repeat top center / cover;	
		width: 100%;
		height: 320px;
	}
	.mv-area .mv-block{
		padding: 0;
	}
	.mv-area .txt-area {
		padding: 270px 20px 0;
	}
	.mv-area .txt-area .sub-catch{
		font-size: 1.6rem;
		position: relative;
	}
	.mv-area .txt-area .sub-catch::after{
		content: 'IT× English Drives Business Growth';
		position: absolute;
		color: #fff;
		text-shadow    : 
		1px  1px 0px #ffffff,
		-1px  1px 0px #ffffff,
		1px -1px 0px #ffffff,
		-1px -1px 0px #ffffff,
		1px  0px 0px #ffffff,
		0px  1px 0px #ffffff,
		-1px  0px 0px #ffffff,
		0px -1px 0px #ffffff; 
		left: 0;
		z-index: -1;
	}
	.mv-area .txt-area .catch{
		font-size: 3rem;
		  text-shadow    : 
       3px  3px 1px #ffffff,
      -3px  3px 1px #ffffff,
       3px -3px 1px #ffffff,
      -3px -4px 1px #ffffff,
       3px  0px 1px #ffffff,
       0px  3px 1px #ffffff,
      -3px  0px 1px #ffffff,
       0px -3px 1px #ffffff;
		margin: 14px 0 0;
	}
	.mv-area .txt-area .basic-txt{
		font-size: 1.5rem;
		width: 100%;
		margin: 13px 0 0;
	}
	.mv-area .btn-more02{
		margin: 30px 0 0;
		text-align: right;
	}
	
	/* h1 */
	#top .h1-area {
		top: auto;
		left: auto;
		right: 60px;
		bottom: 200px;
		background: none;
		z-index: 2;
		width: 60%;
		top: 15px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		text-align: right;
	}
	#top .h1-area h1{
		width: 100%;
		font-size: 1.1rem;
		text-align: left;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		padding: 0;
		color: #ddd;
	}
}


/*    news-area
-------------------------------------------------------------- */
.news-area {
	padding: 50px 0 50px;

	background: #F0F1F3;
}
.news-area .box{
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	align-items: flex-start;
	width: 1200px;
	margin: 0 auto;
}

.news-area .title-area{
	margin: 0 0 0 0;
	width: 130px;
}  
.news-area .title-area .section-title{
	font-size: 2.4rem;
	color: #333;
}

.news-area .news-box{
}

.news-area .news-list{
	width: 1000px;
	padding: 0 0 0;
}
.news-area .news-list li{
	display: flex;
	align-items: center;
	margin: 10px 0 0;
}
.news-area .news-list li:first-child{
	margin: 0;
}
.news-area .news-box .news-list li:nth-of-type(n+5){
	display: none;
}

.news-area .date{
	display: inline-block;
	font-size: 1.4rem;
	line-height: 1;
	margin: 0 10px 0 0;
	color: #333;
	width: 110px;
	letter-spacing: .05em;
}	
.news-area .cate{
	display: inline-block;
	font-size: 1.2rem;
	line-height: 1;
	text-align: center;
	padding: 3px 5px;
	margin: 0 30px 0 0;
	border: 1px #535E6E solid;
	width: 110px;
}
.news-area .title {
	line-height: 1.5;
	width: 850px;
}
.news-area .news-list a{
	display: block;
	color: #333;
}
.news-area .news-list a:hover{
	color: #0E6EB8;
	opacity: 1;
}

.news-area .news-more{
	margin: 12px 0 0 auto;
}
.news-area .news-more a{
	font: 600 1.4rem / 1 'Poppins', sans-serif;
	letter-spacing: .05em;
}
.news-area .news-more a::before{
	display: inline-block;
	content: "\f105";
	font-family: 'FontAwesome';
	padding: 0 8px 0 0;
	color: #0E6EB8;
}
.news-area .news-more a:hover{
	color: #0E6EB8;
}

@media screen and (max-width: 768px){
	
	.news-area {
		padding: 0;
		width: auto;
		display: block;
	}
	.news-area .box{
		margin: 7px 0 0;
		padding: 40px 20px 46px;
		display: block;
	}
	.news-area .box::before{
		top: 35px;
	}

	.news-area .title-area{
		margin: 0 0 15px 0;
		border-right: none;
		width: auto;
	}
	.news-area .title-area .section-title{
		font-size: 2.4rem;
	}
	.news-area .title-area .section-title .ja{
		display: inline-block;
		font-size: 1.4rem;
		margin: 0 0 0 10px;
	}
	
	.news-area .news-box{
		background: #F0F1F3;
		width: 100%;
	}

	.news-area .news-list{
		width: 100%;
		padding: 0;
		border: none;
	}
	.news-area .news-list li{
		display: block;
	}
	
	.news-area .date{
		margin: 0 5px 0 0;
		width: auto;
	}	
	.news-area .cate{
		padding: 3px 10px;
		margin: 0 5px 0 0;
		width: auto;
	}
	.news-area .title {
		width: 100%;
		line-height: 1.6;
		margin: 10px 0 0;
	}

	.news-area .news-more{
		margin: 0 0 0 auto;
		position: absolute;
		right: 30px;
		top: 30px;
	}
	
}

/*    about-area
-------------------------------------------------------------- */
.about-area{
	padding: 140px 0 0;
	position: relative;
}
/*.about-area::before{
	position: absolute;
	content: '';
	background: url("../img/top-about-bg.jpg") no-repeat top center / cover;
	height: 290px;
	width: 100%;
	top: 0;
	z-index: -1;
}*/
.about-area::after{
	position: absolute;
	content: '';
	background: #fff;
	height: 204px;
	width: 100%;
	top: 350px;
	z-index: -1;
}

.scroll{
	transition: all .3s;
	opacity: 1;
	animation: marquee 30s linear infinite;
	position: absolute;
	/*top: 150px;*/
	/*top: 120px;*/
	top: 50px;
	left: 50%;
	display: flex;
	transform: translate(-50%, 0%);
	white-space: nowrap;
}
@keyframes marquee{
	0%{
		transform: translate(-40%, 0%)}
	100%{
		transform: translate(-60%, 0%)}
}

.scroll-txt{
	display: block;
	white-space: nowrap;
	text-align: center;
	/*font: 900 18rem / 1 'Lato', sans-serif;*/
	font: 900 18rem / 1 'Lato', sans-serif;
	display: inline-block;
	/*color: transparent;         
	-webkit-text-stroke: 1px white;
	line-height: 1em;
	animation: scrollAnime 50s linear infinite;*/
	color: #fff;
	padding: 0 0 0 30px;
}

.about-area .txt-area{
	/*padding: 270px 0 0 0;*/
}
.about-area .txt-area::after{
	position: absolute;
	content: '';
	background: url("../img/about-map.png") no-repeat top center / auto;
	height: 454px;
	width: 877px;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	z-index: -1;
	margin: 0 0 0 210px;
}
.about-area .section-catch{
	width: 300px;
	padding: 35px 0 0;
}
.about-area .basic-txt{
	width: 500px;
	padding: 30px 0 0;
}
.about-area .btn-more02{
	margin: 60px 0 0;
}

/* figure */
.about-area .figure{
	position: absolute;
	display: flex;
	top: 70px;
	/*
	top: 430px;
	*/
	left: 51%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	margin: 0 0 0 210px;
}

.about-area .figure > div{
	background: url("../img/figure-bg.png") no-repeat top center / auto, #3183C2;
	width: 240px;
	/*height: 200px;*/
	height: 240px;
	border-radius: 50%;
	/*background: rgb(14,110,184);
	background: linear-gradient(106deg, #0E6EB8 0%, #022f52 100%);*/
}
.about-area .figure > div.system{
	margin: 0 0 0 25px;
	/*background: url("../img/figure-bg02.png") no-repeat top right / auto, #536C95;*/
	background: url("../img/figure-bg.png") no-repeat top center / auto, #00368f;
	
	/*background: rgb(14,110,184);
	background: linear-gradient(106deg, #536C95 0%, #1a202a 100%);*/
}
.about-area .figure > div .title{
	/*
	font-size: 2.6rem;
	*/
	font-size: 2.3rem;
	font-weight: bold;
	text-align: center;
	color: #fff;
	padding: 70px 0 0;
	line-height: 1.5;
}
.about-area .figure > div .sub-catch{
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
	color: #fff;
	line-height: 1.8;
	padding: 22px 30px 0;
}

@media screen and (max-width: 768px){
	.about-area{
		padding: 10px 0 0;
	}
	.about-area::before{
		height: 122px;
		background-position: center top;
	}
	.about-area::after{
		top: 175px;
	}

	.scroll{
		top: 10px;
		left: 5px;
	}
	.about-area .scroll-txt{
		/*font-size: 9rem;*/
		font-size: 9rem;
		text-align: left;
	}

	.about-area .txt-area{
		padding: 30px 20px 0;
	}
	.about-area .txt-area::after{
		background: url("../img/about-map.png") no-repeat top center / contain;
		height: 300px;
		width: 490px;
		top: 280px;
		z-index: -1;
		margin: 0 ;	
	}

	.about-area .section-catch{
		width: 100%;
		padding: 19px 0 0;
	}
	.about-area .basic-txt{
		width: 100%;
		padding: 20px 0 0;
	}
	.about-area .btn-more02{
		margin: 50px 0 0;
		text-align: center;
	}

	/* figure */
	.about-area .figure{
		position: inherit;
		margin: 30px 0 0;
		transform: none;
		justify-content: center;
	}

	.about-area .figure > div{
		/*width: calc((100% / 2) - 5px);
		height: 100%;*/
		width: 160px;
		height: 160px;
		padding: 36px 0 30px;
		margin: 0;
	}
	.about-area .figure > div.system{
		margin: 0 0 0 10px;
	}
	.about-area .figure > div .title{
		font-size: 1.6rem;
		padding: 0 5px;
		padding: 10px 0 0;
	}
	.about-area .figure > div .sub-catch{
		font-size: 1.5rem;
		padding: 17px 10px 0;
	}
}

/*    company-area
-------------------------------------------------------------- */
.company-area{
	padding: 130px 0 10px;
	position: relative;
} 
.company-area::before{
	position: absolute;
	content: '';
	background: url("../img/top-company.png") no-repeat top center / auto;
	height: 510px;
	width: 850px;
	top: 100px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	margin: 0 0 0 375px;
}

.company-area .section-catch{
	padding: 30px 0 0;
	font-size: 4rem;
	line-height: 1.5;
}
.company-area .basic-txt{
	padding: 20px 0 0;
	width: 500px;
}
.company-area .btn-more02{
	margin: 60px 0 0;
}

@media screen and (max-width: 768px){
	.company-area{
		padding: 30px 0 0;
	} 
	.company-area::before{
		display: none;
	}

	.company-area .txt-area{
		padding: 30px 0 0;
	}
	.company-area .section-catch{
		font-size: 2.6rem;
		padding: 20px 0 0;
	}
	.company-area .basic-txt{
		display: none;
	}
	.company-area .btn-more02{
		margin: 17px 0 0;
		text-align: right;
	}
}

/*    recruit-area
-------------------------------------------------------------- */
.recruit-area{
	margin: 98px 0 120px;
	position: relative;
	background: #F0F1F3;
	height: 480px;
} 
.recruit-area .txt-area{
	position: relative;
	margin: 0 0 0 730px;
	padding: 60px 0 0;
}
.recruit-area::after{
	position: absolute;
	content: '';
	background: url("../img/top-recruit.jpg") no-repeat top center / auto;
	height: 480px;
	width: 50vw;
	left: 0;
	top: 0;
}

.recruit-area .section-sub-catch{
	padding: 38px 0 0;
}
.recruit-area .section-catch{
	font-size: 4rem;
	padding: 17px 0 0;
}
.recruit-area .basic-txt{
	padding: 20px 0 0;	
}
.recruit-area .btn-more02{
	margin: 60px 0 0;
}

@media screen and (max-width: 768px){
	.recruit-area{
		margin: 20px 0 0;
		position: relative;
		background: #F0F1F3;
		padding: 60px 0 0;
		height: 100%;
	} 
	.recruit-area::after{
		display: none;
	}
	.recruit-area .txt-area{
		position: relative;
		margin: 0 0 0 auto;
		width: 100%;
		padding: 0;
		border: none;
	}
	.recruit-area .txt-area::after{
		position: absolute;
		content: '';
		background: url("../img/top-recruit.jpg") no-repeat top center / cover;
		height: 150px;
		width: 200px;
		top: -60px;
		left: auto;
		right: -20px;
		margin: 0;
		transform: inherit;
	}

	.recruit-area .section-title{
		position: relative;
		z-index: 1;
	}
	.recruit-area .section-sub-catch{
		font-size: 1.8rem;
		padding: 50px 0 0;
	}
	.recruit-area .section-catch{
		font-size: 2.6rem;
	}
	.recruit-area .basic-txt{
	}
	.recruit-area .btn-more02{
		margin: 20px 0 0;
		text-align: right;
	}

}

.service-area .graph-box{
	display: none;
}