@charset "utf-8";

/* -------------------------------------------------- */
/* PC*/
/* -------------------------------------------------- */
/* MV */
/* ----------------------------------- */
#fvWrap {
	display: flex;
	flex-direction: column;
}

#mainCopy {
	order: 2;
}

#fv {
	margin-top: 180px;
	height: calc(100vh - 180px);
	order: 1;
	position: relative;
}

#catchCopy {
	position: absolute;
	top: 50%;
	left: 4%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	font-family: "Yu Mincho","游明朝体","Yu Gothic","游ゴシック体","Hiragino Mincho ProN","Hiragino Kaku Gothic ProN","ヒラギノ明朝 ProN","ヒラギノ角ゴ ProN","MS Mincho","MS Gothic",serif;
	font-size: 8.4rem;
	color: #FFF;
}

#importantNews {
	position: absolute;
	top: 0;
	right: 4%;
	display: flex;
	align-items: center;
	gap: 20px;
	border-bottom: 1px solid #FFF;
}

#importantNewsTit {
	font-size: 1.5rem;
	font-weight: bold;
	color: #FFF;
}

#newsTicker {
	overflow: hidden;
	height: 1.8em; /* li 1行分の高さ */
	font-size: 1.4rem;
}

#newsTicker li {
	list-style: none;
	line-height: 1.8;
}

#newsTicker li a {
	color: #FFF;
}

#movieBtn {
	position: absolute;
	bottom: 30px;
	right: 2%;
}

#movieBtn a {
	width: 180px;
	height: 180px;
	padding: 20px;
	border-radius: 100vw;
	border: 3px solid #6fbef7;
	background: #FFF;
	color: #0d499e;
	font-weight: 600;
	font-size: 1.6rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	gap: 10px;
}

#movieBtn a:hover {
	opacity: 0.7;
}

#movieBtn a::after {
	content: "";
	width: 42px;
	height: 32px;
	background: url(../../img/top/icon_movie.svg) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
}

.lity {
	z-index: 10000;
}

#mainCopy {
	padding: 200px 0;
	position: relative;
}

#mainCopy h1 {
	padding: 0 2%;
	font-size: 3.6rem;
	text-align: center;
	font-weight: bold;
	color: #FFF;
}

#mainCopyEnWrap {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	overflow: hidden;
}

.marquee {
	display: flex;
	width: max-content;
	animation: marqueeLoop 60s linear infinite;
	will-change: transform;
}

#mainCopyEn {
	margin-right: 3rem;
}

@keyframes marqueeLoop {
	0% {
		transform: translate3d(0, 0, 0);
	}
	100% {
		transform: translate3d(-50%, 0, 0);
	}
}

.lity-close {
	width: 60px;
	height: 60px;
	background: #0d499e;
}

.lity-close:hover {
	background: #0d499e;
}

/* サービス */
/* ----------------------------------- */
#serviceWrap {
	margin-bottom: 100px;
}

#serviceWrap h2 {
	margin-left: 4%;
}

#scrollWrap {
	padding: 0 4%;
}

#serviceIn {
	display: flex;
	/* overflow: hidden; */
	gap: 20px;
}

.service {
	margin-top: 20px;
	padding: 30px;
	background: #FFF;
	border-radius: 10px;
}

.target {
	padding-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 20px;
	font-weight: 500;
}

.personal {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
}

.personal::before {
	content: "";
	width: 26px;
	height: 26px;
	background: url(../../img/common/icon_personal.svg) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
}

.corporate {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
}

.corporate::before {
	content: "";
	width: 26px;
	height: 26px;
	background: url(../../img/common/icon_corporate.svg) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
}

.serviceImg {
	width: 75vh;
	padding-bottom: 20px;
}

.serviceImg img {
	width: 100%;
}

.serviceTit {
	font-size: 2rem;
	padding-bottom: 20px;
	font-weight: bold;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.serviceTit::after {
	content: "";
	width: 40px;
	height: 40px;
	background: url(../../img/common/icon_arrow1.svg) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
}

.serviceList1 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px 2%;
}

.serviceList1 li {
	width: 23.5%;
	padding: 10px 5px;
	background: #e8f4fd;
	border-radius: 100vw;
	text-align: center;
	font-weight: 500;
}

.serviceList2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 10px 0;
}

.serviceList2 li {
	width: 48%;
}

.serviceList2 a {
	padding: 15px 40px 15px 15px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background: #e8f4fd;
	border-radius: 5px;
	position: relative;
	font-size: 1.6rem;
	font-weight: 500;
}

.serviceList2 a::after {
	content: "";
	width: 20px;
	height: 7px;
	background: url(../../img/common/icon_arrow2.svg) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 5%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

/* フリーワード検索 */
/* ----------------------------------- */
#searchBoxWrap {
	padding-bottom: 100px;
}


/* リンク */
/* ----------------------------------- */
#topLink {
	padding-bottom: 100px;
}

#topLinkList {
	display: flex;
	flex-wrap: wrap;
	gap: 20px 3.5%;
}

#topLinkList li {
	width: 31%;
}

#topLinkList li a {
	width: 100%;
	padding: 20px;
	display: block;
	background: url(../../img/common/icon_arrow1.svg)right 20px bottom 12px / 40px no-repeat #FFF;
	border-radius: 10px;
}

#topLinkList li a:hover {
	opacity: 0.7;
}

.topLinkImg {
	padding-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.topLinkImg img {
	width: 100%;
}

.topLinkTxt {
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
}

/* 会社案内 */
/* ----------------------------------- */
#blueBg {
	background: url(../../img/top/bg1.png) right center / contain no-repeat,
				url(../../img/top/bg2.png) left bottom / contain no-repeat,
				#0d499e;
	padding-bottom: 200px;
}

#aboutus {
	padding: 100px 0 130px;
}

#aboutus .tit1 {
	margin-left: 4%;
}

#aboutusIn {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	position: relative;

}

/* #aboutusIn::before {
	content: "";
	width: 340px;
	height: 280px;
	background: url(../../img/top/about_img1.png) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
	position: absolute;
	top: -200px;
	right: 0;
} */

/* #aboutusIn::after {
	content: "";
	width: 280px;
	height: 125px;
	background: url(../../img/top/about_img2.png) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
	position: absolute;
	bottom: -60px;
	left: 0;
} */

#aboutusImg {
	width: 45%;
}

#aboutusImg img {
	width: 100%;
	height: auto;
}

.aboutusTit {
	width: 47%;
}

.aboutusTit h3 {
	padding-bottom: 20px;
	font-size: 2.6rem;
	font-weight: bold;
	color: #FFF;
}

.aboutusTit p {
	padding-bottom: 20px;
	font-size: 1.8rem;
	font-weight: 500;
	color: #FFF;
	line-height: 2;
}

#aboutusBtn a {
	width: 300px;
}

#subLink {
	padding: 0 4% 100px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.subLinkBtn {
	width: 48%;
}

.subLinkBtn a {
	width: 100%;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	display: block;
}

.subLinkBtn a::before {
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	transition: all 0.3s ease-in-out 0s;
}

.subLinkBtn a:hover::before {
	opacity: 0;
}

.subLinkBtn img {
	width: 100%;
}

.subLinkTit {
	font-size: 2.4rem;
	color: #FFF;
	font-weight: bold;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	position: absolute;
	top: 50%;
	left: 20px;
	z-index: 2;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.subLinkTit::after {
	padding-top: 10px;
	content: attr(data-en);
	font-family: "Roboto Condensed", sans-serif;
	font-size: 7rem;
	font-weight: 500;
	font-style: italic;
	line-height: 1;
}

/* 新着情報 */
/* ----------------------------------- */
#news {
	padding: 0 4% 100px;
	display: flex;
	flex-wrap: wrap;
	gap: 5%;
	position: relative;
}

#newsTitWrap {
	width: 250px;
}

#newsListBtn {
	position: absolute;
	top: 200px;
	left: 4%;
}

#newsListBtn .btn1 {
	width: 250px;
}

#newsListWrap {
	flex: 1;
}

#newsList > li {
	border-bottom: 1px solid #CCC;
}

#newsList li a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 15px 30px 15px 0;
	gap: 15px;
	color: #FFF;
	background: url(../../img/common/icon_arrow4.svg) right 10px center no-repeat;
}

#newsList li a:hover {
	opacity: 0.7;
}

.newsListImg {
	width: 110px;
}

.newsListImg img {
	width: 100%;
	height: auto;
	border-radius: 5px;
}

.newsListTit {
	flex: 1;
}

.newsInfo {
	padding-bottom: 5px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 15px;
}

.newsListDate {
	font-size: 1.4rem;
}

.newsCat {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
}

.newsCat li {
	padding: 0 10px;
	border: 1px solid #FFF;
	border-radius: 100vw;
	font-size: 1.2rem;
}

.newsTit {
	font-size: 1.6rem;
}


/* インタビュー */
/* ----------------------------------- */
#interview {
	position: relative;
}

#interview .tit1 {
	margin-left: 4%;
	padding-bottom: 80px;
}

.swiper-slide {
   width: 340px;
}

#sliderWrap  {
	padding-bottom: 100px;
}

#sliderWrap .swiper a {
	display: block;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	aspect-ratio: 340 / 480;
}

#sliderWrap .swiper a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#sliderWrap .swiper a:hover {
	opacity: 0.7;
}

#sliderWrap .swiper a::after {
	content: "";
	width: 100%;
	height: 100%;
	background: url(../../img/top/interview_shadow.png) center bottom repeat-x;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.interviewName {
	width: 90%;
	position: absolute;
	bottom: 10px;
	left: 5%;
	color: #FFF;
	z-index: 2;
}

.interviewTit {
	font-size: 1.6rem;
	font-weight: bold;
}

/* Swiper 全体を斜めにする */
.swiper {
  transform: rotate(8deg); /* 角度は調整OK */
  overflow: visible;
  position: static;
}

/* スライドは高さズレ防止 */
.swiper-wrapper {
  align-items: stretch;
  position: static;
}

/* スライドの中身を元の角度に戻す */
.swiper-slide a {
  display: block;
  transform: rotate(-8deg);
}

.swiper-button-next, .swiper-button-prev {
	position: absolute;
	top: 150px;
	width: 90px;
	height: 90px;
	margin-top: 0;
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

.swiper-button-next {
	right: 4%;
	left: auto;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
	left: auto;
	right: calc(4% + 120px);
}

.swiper-button-next img, .swiper-button-prev img {
	width: 100%;
}

.swiper-button-next::after, .swiper-button-prev::after {
	display: none;
}

#interviewBtn {
	padding-top: 80px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

/* 背景動画 */
/* ----------------------------------- */
#movieBg {
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#movieBg video {
	width: 110%;
	height: 110%;
	object-fit: cover;
	object-position: center;
	-webkit-transform: translate(-5%, -5%);
	transform: translate(-5%, -5%);
}

#movieBg video {
	transition: filter 0.4s ease;
}

#movieBg video.blur {
	filter: blur(10px);
}

/* -------------------------------------------------- */
/* TAB&SP */
/* -------------------------------------------------- */
@media screen and (max-width: 1024px) {
	/* FV */
	/* ----------------------------------- */
	#fv {
		margin-top: 90px;
		height: calc(100vh - 90px);
	}

	#catchCopy {
		font-size: clamp(3rem , 9.8vw ,8rem);
	}

	#movieBtn {
		bottom: 110px;
	}

	.lity-wrap {
		padding: 0 4%;
	}

	#mainCopy h1 {
		font-size: clamp(2.4rem,4.6vw,4rem);
	}


	/* リンク */
	/* ----------------------------------- */
	#topLinkList li a {
		background: url(../../img/common/icon_arrow1.svg)right 20px bottom 22px / 20px no-repeat #FFF;
	}

	.subLinkTit::after {
		font-size: 3rem;
	}

	.subLinkTit {
		font-size: 1.8rem;
	}

	#blueBg {
		padding-bottom: 270px;
	}
}


/* -------------------------------------------------- */
/* TAB(調整) */
/* -------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {

}
/* -------------------------------------------------- */
/* SP(調整) */
/* -------------------------------------------------- */
@media screen and (max-width: 767px) {

	#movieBtn {
		bottom: 100px;
	}

	#movieBtn a {
		width: 120px;
		height: 120px;
		padding: 10px;
		font-size: 1rem;
		gap: 5px;
	}

	#movieBtn a::after {
		content: "";
		width: 26px;
		height: 20px;
		background: url(../../img/top/icon_movie.svg) 0 0 no-repeat;
		background-size: contain;
		display: inline-block;
		vertical-align: middle;
	}

	#importantNews {
		width: 92%;
		position: absolute;
		top: 0;
		right: 4%;
		display: flex;
		align-items: flex-start;
		flex-direction: column;
		gap: 5px;
		border-bottom: 1px solid #FFF;
	}

	#importantNewsTit {
		font-size: 1.2rem;
		font-weight: bold;
		color: #FFF;
	}

	#newsTicker {
		overflow: hidden;
		height: 1.8em;
		font-size: 1.1rem;
	}

	#mainCopy {
		padding: 150px 0;
	}

	#mainCopyEn {
		height: 180px;
	}

	#mainCopyEn img {
		display: none;
		height: 100%;
	}

	#catchCopy {
		width: 100%;
		text-align: center;
		position: absolute;
		top: 50%;
		left: 0;
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}

	/* service */
	/* ----------------------------------- */
	#serviceWrap {
		margin-bottom: 80px;
	}

	.service {
		margin-top: 20px;
		padding: 20px;
	}

	.serviceImg {
		width: 400px;
		padding-bottom: 20px;
	}

	.serviceList1 li {
		width: 32%;
	}

	.serviceList2 li {
		width: 100%;
	}

	.serviceList2 a {
		padding: 10px 40px 10px 15px;
		font-size: 1.5rem;
	}

	/* search */
	/* ----------------------------------- */
		#searchBoxWrap {
			padding-bottom: 80px;
		}

	/* link */
	/* ----------------------------------- */
	#topLink {
		padding-bottom: 80px;
	}

	#topLinkList li {
		width: 100%;
	}

	/* about */
	/* ----------------------------------- */
	#aboutus {
		padding: 80px 0;
	}

	#aboutusIn {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		gap: 30px;
	}

	#aboutusImg {
		width: 100%;
	}

	.aboutusTit {
		width: 100%;
	}

	.aboutusTit h3 {
		font-size: 2rem;
	}

	.aboutusTit p {
		font-size: 1.6rem;
	}

	#aboutusBtn a {
		width: 100%;
	}

	#subLink {
		padding: 0 4% 80px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		gap: 10px;
	}

	.subLinkBtn {
		width: 100%;
	}

	/* NEWS */
	/* ----------------------------------- */
	#news {
		padding: 0 4% 80px;
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		gap: 10px;
	}
	
	#newsList {
		padding-bottom: 30px;
	}

	#newsListBtn {
		position: static;
	}
	
	#newsListBtn a {
		width: 100%;
	}

	.newsListImg {
		width: 80px;
	}

	.newsTit {
		font-size: 1.4rem;
	}

	.newsListDate {
		font-size: 1.2rem;
	}

	.newsCat li {
		font-size: 1.1rem;
	}

	.newsInfo {
		gap: 5px;
	}

	#newsListBtn .btn1 {
		width: 100%;
	}

	/* interview */
	/* ----------------------------------- */
	#sliderWrap {
		padding-bottom: 80px;
	}

	.swiper-button-next, .swiper-button-prev {
		position: absolute;
		top: 110px;
		width: 60px;
		right: calc(4% + 80px);
	}

	#interviewBtn .btn1 {
		width: 92%;
	}


}