@charset "UTF-8";

.top-area {
	background-color: #f4f4f4;
	position: relative;
}
.top-slick-area .slide-arrow {
	width: 33px;
	filter: drop-shadow(5px 5px 5px #aaa);
}
.top-slick-area .prev-arrow {
	left: 45px;
	z-index: 1;
}
.top-slick-area .next-arrow {
	right: 45px;
}
.top-slick-area .slick-box {
	padding: 0 5px;
}
.top-slick-area .slick-box img,
.top-slick-thumbnail .thumbnail-box img {
	width: 100%;
}
.top-slick-area .slick-box img.img-sp {
	display: none;
}

.top-slick-thumbnail {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	width: 45%;
	margin: 0 auto 10px;
}
.top-slick-thumbnail .slick-track {
	transform: unset !important;
}
.top-slick-thumbnail .thumbnail-box {
	padding: 0 5px;
}
.thumbnail-box {
	opacity: .4;
	transition: opacity .3s linear;
}
.thumbnail-box.slick-current {
	opacity: 1;
}

@media screen and (max-width: 767px){
	.top-slick-area .prev-arrow {
		left: 10px;
	}
	.top-slick-area .next-arrow {
		right: 10px;
	}

	.top-slick-area .slick-box {
		padding: 0 10px;
	}
	.top-slick-area .slick-box img.img-pc,
	.top-slick-thumbnail {
		display: none;
	}
	.top-slick-area .slick-box img.img-sp {
		display: block;
	}
}

.slick-track {
	display: flex;
}
.slick-slide {
	height: auto !important;
}
.slide-arrow {
	bottom: 0;
	cursor: pointer;
	margin: auto;
	position: absolute;
	top: 0;
	width: 30px;
}

.content-area.top .banner-bottom-container {
	padding-top: 1rem;
}

.banner-bottom-title {
	margin-top: 0;
    font-size: 3.5rem;
}

.news-row {
	line-height: 30px;
}

@media screen and (max-width: 959px) {
	.banner-bottom-title {
		margin-top: 2rem;
		font-size: 2.5rem;
		line-height: 2rem;
	}
}

@media screen and (max-width: 767px) {
	.news-row {
		padding: 5px 0;
	}
}

.news-row-tag {
	color: #fff;
	font-weight: 600;
	padding: 0 6px;
	min-width: 110px;
	font-size: 12px;
	text-align: center;
	line-height: 24px;
	border-radius: 90px;
}

@media (min-width: 768px) {
	.top-news-area {
		display: flex;
		flex-wrap: wrap;
		gap: 25px;
	}

	.top-news-area>* {
		width: calc(50% - 13px);
	}

	.top-news-area .news-img-div {
		overflow: hidden;
	}

	.top-news-area a:hover img {
		transform: scale(1.15);
	}
}

@media (min-width: 992px) {
	.top-news-area>* {
		width: calc((100% - 60px) / 3);
	}
}

.top-news-area {
	margin-top: 10px;
	padding: 0;
}

.top-news-area>* {
	background-color: #fff;
	border-radius: 14px;
	display: flex;
	flex-direction: column;
}

.top-news-area a:hover :not(img) {
	opacity: 0.6;
	transition: 0.5s;
}

.top-news-area img {
	transition: 0.5s;
	display: block;
	max-width: 100%;
	border-top-left-radius: 14px;
	border-top-right-radius: 14px;
	height: 200px;
    width: 100%;
    object-fit: cover;
}
.top-news-area.seminar img {
	height: 100%;
}

.news-img-div {
	border-top-left-radius: 14px;
	border-top-right-radius: 14px;
}

.top-news-area .news-row {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	padding: 6px 15px 10px;
	border-bottom: none;
}

.top-news-area .news-row-ttl {
	font-weight: 800;
    line-height: 1.5rem;
    padding: .7rem 0;
	flex-grow: 1;
	white-space: normal;
}

.top-news-area .news-row-cat {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	column-gap: 5px;
}

.top-news-area .span-tag,
.top-news-area .news-row-day {
	font-size: 90%;
}

/*ワークライフ*/
.tag-no7 {
	background: #00a1c0;
}

/*IR・経営事業*/
.tag-no2 {
	background: #09a2cc;
}

/*サステナビリティ*/
.tag-no6 {
	background: #00b6b3;
}

/*コミュニティ*/
.tag-no4 {
	background: #63578e;
}

/*カルチャー*/
.tag-no3 {
	background: #f79466;
}

/*サービス*/
.tag-no5 {
	background: #fa8072;
}

/*採用*/
.tag-no9 {
	background: #ffc460;
}

@media screen and (max-width: 767px) {
	.top-news-area {
		padding: 0 15px;
	}
	.top-news-area>* {
		margin-bottom: 15px;
	}
}
/*動画サイズ*/
.video-layout {
  display: flex;
  gap: 1rem;
}

.left-video {
  flex: 2;
  aspect-ratio: 16 / 9;
}

.left-video iframe {
  width: 100%;
  height: 100%;
}

.right-videos {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
}

.right-videos iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
}
/* スマホ（幅768px以下）は縦並び */
@media screen and (max-width: 768px) {
  .video-layout {
    flex-direction: column;
  }
  .right-videos {
    aspect-ratio: auto;
  }
}
.top-banner{
	padding-bottom: 10px;
}
