@charset "UTF-8";

/*aside {
	top: calc(50% - 158px);
}
*/

/*----------------------------------------------------
	トップスライド
----------------------------------------------------*/
#top-slide{
	overflow: hidden;
	width: 100%;
	position: relative;
}
.slider{
	width:100vw;
	height: 100%;
	position:absolute;
	z-index: 10;
	top:0;
	left:0;
	margin:0 auto;
	text-align:center;
}

.slider .slide-top-img img{
	object-fit:cover;
	width:100%;
	margin: 0 auto;
	text-align:center;
}
.slider .slide-top-img img.coverPosition{
	object-position:100% 50%;
}

.slider {
	opacity: 0;
	transition: opacity .3s linear;
}
.slider.slick-initialized {
	opacity: 1;
}
.slick-slide{
	position: relative;
}
.slick-slide .slide_copy{
	position: absolute;
	z-index: 120;
}

@media (min-width: 768px) {
	#top-slide .copy{
		position: absolute;
		z-index: 100;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	/*.slider .slide-top-img img{
		height:80vh;
	}*/
	.slick-slide .slide_copy{
		top: 25%;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}

}
@media (max-width: 767px) {
	.slider .slide-top-img img{
		height:100%;
	}
	.slick-slide .slide_copy{
		bottom: 15%;
		right: 5%;
	}
	.slick-slide .slide_copy{
		position: absolute;
		z-index: 100;
		top: 30%;
		left: 0;
		right: 0;
		bottom: 0;
		height: 80px;
		width: 157px;
		margin: auto;
	}
	.slider .slide_copy img{
		height:80px;
/*		width: 283px;
*/	}
}

.object-fit-img {
	object-fit: cover;
	object-position: center;
	font-family: 'object-fit: cover; object-position: center;'
}

.top-interview .interview-01 .object-fit-img {
	object-fit: cover;
	/* object-position: 40%; */
	font-family: 'object-fit: cover; object-position: 40%;'
}
.top-interview .interview-02 .object-fit-img {
	object-fit: cover;
	/* object-position: 80%; */
	font-family: 'object-fit: cover; object-position: 80%;'
}
.top-interview .interview-03 .object-fit-img {
	object-fit: cover;
	/* object-position: 30%; */
	font-family: 'object-fit: cover; object-position: 30%;'
}

/*----------------------------------------------------
	メッセージ
----------------------------------------------------*/
.top-message .top-message {
	position: relative;
}
.top-message .item{
	position:relative;
	z-index: 100;
}

.top-message .item-body{
	background: #fff;
	box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.3);
}
.top-message .item-body .ff-mds{
	color: #006EC8;
}
.top-message .bg-area {
}
.top-message .bg-area {
	z-index: 1;
}
@media (min-width: 768px) {
	.top-message {
		margin-bottom: 100px;
	}
	.top-message .item{
		height: 530px;
		margin-top: 50px;
	}
	.top-message .item-body{
		width: 65.5%;
		padding: 60px 50px 60px;
	}
	.top-message .item-body p{
		font-size: 1.6rem;
		margin-bottom: 20px;
		line-height: 2;
	}
	.top-message .item-body .ff-mds{
		font-size: 2.4rem;
	}
	.top-message .bg-area {
		top: -50px;
		right: 0;
		width: 500px;
		height: 630px;
		position: absolute;
	}
}
@media (max-width: 767px) {
	.top-message {
		margin-bottom: 40px;
	}
	.top-message .item{
		margin-top: 0px;
	}
	.top-message .item-body{
		width: 90%;
		padding: 30px;
	}
	.top-message .item-body p{
		font-size: 1.4rem;
		margin-bottom: 20px;
		line-height: 1.6;
	}
	.top-message .item-body .ff-mds{
		font-size: 1.8rem;
	}
	.top-message .bg-area {
		margin: -120px 0 0 auto;
		width:80%;
		position: relative;
	}
	.top-message .bg-area figure img {
		width: 100%;
		max-width: none !important;
		object-fit: cover;
		object-position: center 80%;
	}

}


/*----------------------------------------------------
	トップビジネス
----------------------------------------------------*/
.top-service h3{
	margin-bottom: 20px;
}
.top-service .item {
	margin-bottom: 4px;
	color: #fff;
}

.top-service .item-title {
	position: relative;
	cursor: pointer;
	line-height: 1;
}
.top-service .item-title:after {
	position: absolute;
	top: calc(50% - 20px);
	right: 0;
	width: 40px;
	height: 40px;
	content: "";
	background: url(/saiyo_2025/images/ico_arrow_down.png) center center/contain no-repeat;
	-webkit-transition: all .3s;
	        transition: all .3s; 

	     -o-transition: all .3s;
}

.top-service .open .item-title:after {
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}

.top-service .item-content {
	display: none;
}

@media (min-width: 768px) {
	.top-service .item-title {
		padding: 12px 0;
	}
	.top-service .item-title p.ff-market{
		padding: 0 40px 0 30px;
		font-size: 4.4rem;
		position: relative;
	}
	.top-service .item-title p.ff-market::after{
		display: block;
		height: 2px;
		width: 18px;
		content: '';
		background: #fff;
		position: absolute;
		right: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.top-service .item-title span.ff-mds{
		font-size: 1.8rem;
		padding-left: 15px;
	}

	.top-service .item-wrap {
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		        justify-content: space-between;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display:         flex;
		width: calc(50% + 500px);
		min-width: 1000px;
		margin-left: auto; 

		-webkit-box-pack: justify;
	}
	.top-service .item-body {
		-webkit-flex: 1;
		    -ms-flex: 1;
		        flex: 1; 

		-webkit-box-flex: 1;
	}
	.top-service .item-subtitle {
		margin-bottom: 12px;
		font-size: 2.4rem;
		font-weight: bold;
	}
	.top-service .item-message {
		margin-bottom: 12px;
		font-size: 1.6rem;
		line-height: 2;
	}
	.top-service .item-picture {
		min-width: 528px;
		width: 46.65%;
		margin-left: 52px;
		
	}
	.top-service .item-picture img{
		height: 472px;
		width: 100%;
		object-fit: cover;
	}
}

@media (max-width: 767px) {
	.top-service .item-title {
		padding: 12px 50px 12px 0;
	}
	.top-service .item-title i img{
		height: 40px;
		width: 52px;
	}
	.top-service .item-title .sm-1{
		margin-left: 15px;
	}
	.top-service .item-title p.ff-market{
		width: 100%;
		padding: 0 0 5px 0;
		font-size: 2.8rem;
	}
	.top-service .item-title span.ff-mds{
		font-size: 1.6rem;
		width: 100%;
	}

	.top-service .item-title img {
		width: 250px;
	}
	.top-service .item-body {
		padding: 8px 20px 20px;
	}
	.top-service .item-subtitle {
		margin-bottom: 12px;
		font-size: 1.8rem;
		font-weight: bold;
	}
	.top-service .item-message {
		margin-bottom: 12px;
		font-size: 1.4rem;
	}
	#research .item .item-title p.ff-market{
		padding: 0 35px 0 10px;
		letter-spacing: -0.2rem;
		font-size: 4.2rem;
	}
}
/*::::::::::::::::::::::::240305ここから::::::::::::::::::::::::::*/

.item--digital {
	background-color: #CC5C5E;
}

.item--contact_center {
	background-color: #EFBC72;
}

.item--bpo {
	background-color: #6798CC;
}

.item--sales {
	background-color: #BC79B3;
}

.item--education {
	background-color: #D58B5A;
}

.item--plan {
	background-color: #72A472;
}

/*::::::::::::::::::::::::240305ここまで::::::::::::::::::::::::::*/

/*----------------------------------------------------
	インタビュー
----------------------------------------------------*/
.top-interview .item-picture {
	position: relative;
	z-index: -10;
	width: 100%;
	box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.3);
}
.top-interview .item-picture img{
	object-fit: cover;
	height: 100%;
}
/* .top-interview .interview-01 .item-picture img{
	object-position: 50%;
}
.top-interview .interview-02 .item-picture img{
	object-position: 30%;
}
.top-interview .interview-03 .item-picture img{
	object-position: 88%;
} */

.top-interview .item-meta {
	line-height: 1;
	color: #fff;
	position: relative;
	text-align: center;
	width: 75%;
	border: solid #006ec8 4px;
	
}
.top-interview .item-meta::after {
	width: 100%;
	height: 100%;
	content: '';
	display: block;
	position: absolute;
	z-index: -1;
}
.top-interview .interview-01 .item-meta::after {
	background: #556FB5;
}
.top-interview .interview-02 .item-meta::after {
	background: #00a0e9;
}
.top-interview .interview-03 .item-meta::after {
	background: #009e96;
}
.staff-interview {
	text-align: center;
	margin:  5% 0;
}
.staff-interview p{
	margin-top: 20px;
	font-size: 2.0rem;
}
.staff-interview_bnr{
	text-align: center;
	margin: 10% 0;
}

@media (min-width: 768px) {
.top-interview {
	margin: 50px auto 70px;
}
.top-interview .items{
	margin-top: 30px;
}
.top-interview .item{
	width: 31%;
}
/*--------- 修正240711 ここから---------*/
.top-interview .item + .item{
	margin-left: 5rem;
}
/*--------- 修正240711 ここまで---------*/
.top-interview .item-picture {
	height: 375px;
}
.top-interview .item-meta {
	margin: -99px auto 0 36px;
	
}
.top-interview .item-meta::after {
	top: 20px;
	left: 20px;
}
}
@media (max-width: 767px) {
.top-interview {
	margin: 20px auto;
}
.top-interview .items{
	margin-top: 20px;
}
.top-interview .item{
	width: 100%;
	margin-bottom: 40px;
}
.top-interview .item-picture {
	height: 200px;
}
.top-interview .item-meta {
	margin: -50px auto 0 auto;
}
.top-interview .item-meta::after {
	top: 15px;
	left: 15px;
}
.staff-interview {
	margin: 20px 0 50px 0;
	}
.staff-interview p{
	margin-top: 10px;
	font-size: 1.625rem;
}
}

@media (min-width: 768px) {
.top-interview .item-meta {
padding: 50px 20px 30px 30px;
}
}
@media (max-width: 767px) {
.top-interview .item-meta {
	padding: 25px 15px 15px 25px;
}
}

.top-interview .item-position {
	line-height: 1.5;
	width: 100%;
}
.top-interview .item-name {
	font-weight: bold;
	width: 100%;
}
.top-interview .item-career {
	width: 100%;
}

.top-interview .item-position {
	font-size: 1.2rem;
}
.top-interview .item-name {
	font-size: 2.2rem;
	margin: 15px 0;
}
.top-interview .item-career {
	font-size: 1.2rem;
}


@media (max-width: 767px) {
.top-interview .item-position {
}
.top-interview .item-name {
	margin: 15px 0;
}
.top-interview .item-career {
}
}


/*----------------------------------------------------
	ボタン
----------------------------------------------------*/

.top-btnarea .item{
	position: relative;
}
.top-btnarea .item a{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.top-btnarea .item .pic-area{
	width: 100%;
	overflow: hidden;
	
}
.top-btnarea .item .pic-area img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.top-btnarea .item .ttl-area img{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

@media (min-width: 768px) {
	.top-btnarea .item{
		width: 50%;
	}
	.top-btnarea .item:last-child{
		width: 100%;
	}
	.top-btnarea .item .pic-area{
		height: 360px;	
	}
	.top-btnarea .item:last-child .pic-area{
		height: 260px;	
	}
	.top-btnarea .item .pic-area img{
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
	}
}
@media (max-width: 767px) {
	.top-btnarea .item{
		width: 100%;
	}
	.top-btnarea .item .pic-area{
		height: 140px;	
	}
	.top-btnarea .item .pic-area img{
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
	}
	.top-btnarea .item .ttl-area img{
		height: 97px;
	}
}


/*----------------------------------------------------
	ボタン
----------------------------------------------------*/

.top-message a.main-btn01{
	width: 310px;
	margin: 30px 0 0;
}
.top-message a.main-btn01,
#top-news .main-btn01 a{
	color: #006EC8;
	background: #fff;
	border: 2px solid #006EC8;
}
.top-message a.main-btn01:hover,
#top-news .main-btn01 a:hover{
	color: #fff;
	background: #006EC8;
	border: 2px solid #006EC8;
}

@media (max-width: 767px) {
	.top-message a.main-btn01 {
		width: 90%;
	}
}
.top-service a.main-btn01 {
	width: 260px;
	color: #fff;
	border: 2px solid #fff;
	margin: 30px 0 0;
}
.top-service a.main-btn01:hover{
	background: #fff;
	border: 2px solid #fff;
}
/*::::::::::::::::::::::::240305ここから::::::::::::::::::::::::::*/
.top-service .item--digital a.main-btn01:hover{
	color: #CC5C5E;
}
.top-service .item--contact_center a.main-btn01:hover{
	color: #EFBC72;
}
.top-service .item--bpo a.main-btn01:hover{
	color: #6798CC;
}
.top-service .item--sales a.main-btn01:hover{
	color: #BC79B3;
}
.top-service .item--education a.main-btn01:hover{
	color: #D58B5A;
}
.top-service .item--plan a.main-btn01:hover{
	color: #72A472;
}
/*::::::::::::::::::::::::240305ここまで::::::::::::::::::::::::::*/
@media (max-width: 767px) {
	.top-service a.main-btn01 {
		width: 200px;
	}
}
#top-news .main-btn01{
	align-self: flex-end;
}
#top-news .main-btn01 a{
	width: 150px;
	align-self: flex-end;
	display: block;
	text-align: center;
	padding: 0.5em;
}
@media (max-width: 767px) {
	#top-news .main-btn01 a{
		width: 100%;
	}	
}


/*----------------------------------------------------
	top news
----------------------------------------------------*/

/*----- news 骨組み -----*/

@media screen and (min-width: 768px) {
	#top-news{
	  margin: 80px 0;
	}
	.top-news__wrapper{
	  display: -webkit-flex;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-flex-wrap: wrap;
	  -ms-flex-wrap: wrap;
	  flex-wrap: wrap;
	  -webkit-justify-content: space-between;
	  justify-content: space-between;
	  -ms-flex-pack: justify;
	}
	#top-news h3{
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
  }
  @media screen and (max-width: 767px) {
	#top-news{
	  margin: 40px 0;
	}
  }
    
  /*-----newsコンテンツ-----*/
  
  #top-news dl > dt{
	  font-weight: bold;
	  color: #006ec8;
  }
  #top-news dl > dt:last-of-type,
  #top-news dl > dd:last-of-type{
	margin-bottom: 0;
  }
  #top-news dl > dd a{
	display: block;
	position: relative;
  }
  #top-news dl > dd a:hover{
	color: #006ec8;
  }
  #top-news dl > dd a:after {
	content: '';
	display: inline-block;
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: -4px;
	background: #006ec8;
	transition: all cubic-bezier(0.7, 0, 0.3, 1) 0.3s;
	transform: scale(0, 1);
	transform-origin: 0 0;
  }
  #top-news dl > dd a:hover:after {
	transform: scale(1, 1);
	transform-origin: 100% 0;
  }
  @media (min-width: 768px){
	  #top-news dl{
		  flex : 1;
	  margin: 0 30px;
	  }
	  #top-news dl > dt,
	  #top-news dl > dd {
		  font-size: 14px;
		  margin-bottom: 20px;
	  }
	  #top-news dl {
		  display: flex;
		  flex-wrap: wrap;
	  }
	  #top-news dl > dt{
		  width: 100px;
	  }
	  #top-news dl > dd {
		  width: calc(100% - 100px);
	  }
  }
  @media (max-width: 767px) {
	  #top-news dl{
		  width: 100%;
	  margin: 20px 0;
		  /* padding: 20px 0 0; */
	  }
	  #top-news dl > dt,
	  #top-news dl > dd {
		  font-size: 14px;
	  }
	  #top-news dl > dt{
		  width: 100%;
	  }
	  #top-news dl > dd {
		  width: 100%;
	  margin: 5px 0 1.5em;
	  }
  }