@charset "UTF-8";

#top-mainvisual {
	position: relative;
	width: 100%;
	height: calc(100vh - 110px);
	padding-top: 110px;
}

@media screen and (min-width: 769px) and (max-width: 1240px) {
	#top-mainvisual {
		height: 634px;
	}
}

@media screen and (max-width: 768px) {
	#top-mainvisual {
		height: 382px;
		padding-top: 90px;
	}
}

#top-mainvisual::after {
	content: "";
	position: absolute;
	display: block;
	background-color: #0057B7;
	top: 330px;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: -2;
}

#top-mainvisual .top-mv-inner {
	position: absolute;
	top: 110px;
	right: 110px;
	bottom: 100px;
	left: 0;
	z-index: 0;
}

@media screen and (min-width: 769px) and (max-width: 1240px) {
	#top-mainvisual .top-mv-inner {
		bottom: 120px;
	}
}

@media screen and (max-width: 768px) {
	#top-mainvisual .top-mv-inner {
		top: 90px;
		width: 100%;
		margin-right: 0;
	}
}

#top-mainvisual .top-mv-inner.flexbox {
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
}

#top-mainvisual .top-mv-inner .video-box {
	overflow: hidden;
	position: relative;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	width: 100%;
	height: 100%;
	z-index: 1;
}

#top-mainvisual .top-mv-inner .video-box video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

#top-mainvisual .top-mv-inner .video-box::before {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .4;
	z-index: 1;
}

#top-mainvisual .top-mv-inner .video-box .top-mv-body {
	position: absolute;
	font-weight: 700;
	top: calc(50% - 56px)\0;
	left: calc(50% - 236px)\0;
	color: #fff;
	z-index: 2;
}

#top-mainvisual .top-mv-inner .video-box .top-mv-body a {
	display: block;
	text-align: center;
	margin-top: 16px;
	padding-right: 70px;
	font-size: 2.2rem;
}

#top-mainvisual .top-mv-inner .video-box .top-mv-body a.arrow-right::after {
	top: 15px;
	left: 294px;
	transition: all .3s ease;
}

@media screen and (min-width: 769px) {
	#top-mainvisual .top-mv-inner .video-box .top-mv-body a.arrow-right:hover::after {
		left: 320px;
		transition: all .3s ease;
	}
}

@media screen and (max-width: 768px) {
	#top-mainvisual .top-mv-inner .video-box .top-mv-body a.arrow-right::after {
		left: 260px;
	}
}

#top-mainvisual .top-mv-inner h2 {
	color: #fff;
	font-size: 5.4rem;
	letter-spacing: .06em;
	line-height: 1.4;
	text-align: center;
}

@media screen and (max-width: 768px) {
	#top-mainvisual .top-mv-inner h2 {
		font-size: 3rem;
		width: 380px;
	}
}

#top-mainvisual .top-mv-inner p {
	color: #fff;
	text-align: center;
	font-size: 1.6rem;
	letter-spacing: .04em;
	line-height: 1;
	margin-top: 20px;
	margin-right: 60px;
}

#top-mainvisual .top-mv-inner p.arrow-right::after {
	top: 3px;
	right: 34px;
}

#top-mainvisual .news-slider-container {
	position: absolute;
	box-sizing: border-box;
	bottom: 0;
	color: #fff;
	width: 100%;
	height: 100px;
	padding: 0 110px 0 30px;
}

@media screen and (max-width: 768px) {
	#top-mainvisual .news-slider-container {
		padding: 0 20px;
	}
}

#top-mainvisual .news-slider-container.flexbox {
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
}

#top-mainvisual .news-slider-container .slider-left {
	width: calc(100% - 40px);
}

@media screen and (max-width: 768px) {
	#top-mainvisual .news-slider-container .slider-left {
		width: calc(100% - 60px);
	}
}

#top-mainvisual .news-slider-container .slider-left.flexbox {
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	align-items: center;
}

#top-mainvisual .news-slider-container .slider-right {
	width: 40px;
	display: -webkit-box;
	display: flex;
}

@media screen and (max-width: 768px) {
	#top-mainvisual .news-slider-container .slider-right {
		width: 50px;
	}
}

#top-mainvisual .news-slider-container .slider-ttl {
	color: #fff;
	font-size: 2.4rem;
	letter-spacing: .04em;
	line-height: 1;
}

#top-mainvisual .news-slider-container .news-cat {
	display: inline-block;
	border: 1px solid #ccc;
	padding: 2px 10px;
	margin-left: 10px;
}

@media screen and (max-width: 768px) {
	#top-mainvisual .news-slider-container .news-cat {
		display: none;
	}
}

#top-mainvisual .news-slider-container .news-cat span {
	color: #fff;
	font-size: 1.4rem;
	letter-spacing: .04em;
	line-height: 1;
}

#top-mainvisual .news-slider-container .news-ttl {
	margin-left: 10px;
}

@media screen and (max-width: 768px) {
	#top-mainvisual .news-slider-container .news-ttl {
		margin-left: 20px;
	}
}

#top-mainvisual .news-slider-container .news-slider-list {
	width: 80%;
	opacity: 0;
}

#top-mainvisual .news-slider-container .news-slider-list a {
	color: #fff;
	font-size: 1.6rem;
	letter-spacing: .04em;
}

#top-mainvisual .news-slider-container .news-slider-item {
	font-size: 1.6rem;
	letter-spacing: .04em;
	line-height: 1;
}

#top-mainvisual .news-slider-container .news-slider-item .slick-track {
	width: 100% !important;
}

#top-mainvisual .news-slider-container .next-prev-btns .btn-prev,
#top-mainvisual .news-slider-container .next-prev-btns .btn-next {
	color: #fff;
	border: none;
	background-color: transparent;
	padding: 0 2px;
	cursor: pointer;
}

#top-mainvisual .news-slider-container .next-prev-btns .btn-next {
	margin-left: 6px;
}

@media screen and (max-width: 768px) {
	#top-mainvisual .news-slider-container .next-prev-btns .btn-next {
		margin-left: 14px;
	}
}

#top-whoweare {
	background-image: url(../images/top_back_who_we_are_01.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
	#top-whoweare {
		background-position: center left;
	}
}

@media screen and (min-width: 769px) {
	#top-whoweare .sec-inner {
		padding: 150px 0 220px;
	}
}

#top-whoweare .sec-ttl-box {
	width: 470px;
	margin-left: auto;
}

@media screen and (max-width: 768px) {
	#top-whoweare .sec-ttl-box {
		width: 100%;
		margin: 0;
	}
}

#top-whoweare .content-box {
	width: 470px;
	margin-top: 20px;
	margin-left: auto;
}

@media screen and (max-width: 768px) {
	#top-whoweare .content-box {
		width: 100%;
		margin: 20px 0 0 0;
	}
}

@media screen and (max-width: 768px) {

	#top-whoweare .sec-ttl,
	#top-whoweare .sec-sub-ttl,
	#top-whoweare .content-box .txt-area {
		font-weight: 600;
		text-shadow:
			0 0 7px #fff,
			0 0 7px #fff,
			0 0 7px #fff,
			0 0 7px #fff,
			0 0 7px #fff,
			0 0 7px #fff,
			0 0 7px #fff,
			0 0 7px #fff;
	}
}

#top-whoweare .content-box .btn-box {
	margin-top: 30px;
}

#top-whoweare .content-box .btn {
	height: 60px;
	width: 280px;
}

#top-whoweare .content-box .arrow-right::after {
	top: 25px;
	right: 20px;
}

#top-service {
	background-color: #0057B7;
}

@media screen and (min-width: 1501px) {
	#top-service .service-new-line {
		display: none;
	}
}

@media screen and (max-width: 768px) {
	#top-service .service-new-line {
		display: none;
	}
}

#top-service .sec-inner {
	height: 540px;
	padding: 0;
}

@media screen and (max-width: 768px) {
	#top-service .sec-inner {
		height: auto;
		padding: 70px 0;
	}
}

#top-service .content-width {
	position: relative;
	width: 100%;
	height: 540px;
	min-width: 1240px;
}

@media screen and (max-width: 768px) {
	#top-service .content-width {
		height: auto;
		min-width: auto;
	}
}

#top-service .sec-ttl-box.diagonal::before {
	background-color: #fff;
}

#top-service .sec-sub-ttl {
	color: #fff;
}

#top-service .sec-ttl {
	color: #fff;
}

#top-service .content-inner {
	position: absolute;
	top: calc(50% - 77px);
	left: 100px;
	width: 274px;
}

@media screen and (min-width: 1501px) {
	#top-service .content-inner {
		left: unset;
		right: 1126px;
	}
}

@media screen and (max-width: 768px) {
	#top-service .content-inner {
		position: static;
		width: 100%;
	}
}

#top-service .content-box {
	color: #fff;
	font-size: 1.6rem;
	letter-spacing: .04em;
	line-height: 1.875;
	margin-top: 20px;
}

#top-service .service-list {
	position: absolute;
	top: -60px;
	right: 0;
	bottom: 100px;
	left: 460px;
}

@media screen and (min-width: 1501px) {
	#top-service .service-list {
		left: unset;
		width: 1036px;
	}
}

@media screen and (max-width: 768px) {
	#top-service .service-list {
		position: static;
		margin-top: 20px;
	}
}

@media screen and (max-width: 768px) {
	#top-service .service-list.flexbox {
		display: block;
	}
}

#top-service .service-item {
	position: relative;
	width: calc(100% / 3);
}

#top-service .service-item:hover {
	opacity: 1;
}

@media screen and (max-width: 768px) {
	#top-service .service-item {
		display: block;
		width: auto;
	}
}

#top-service .service-item .img-wrap {
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

#top-service .service-item .en {
	color: #fff;
	font-size: 5.8rem;
	letter-spacing: .04em;
	line-height: 1;
	opacity: .4;
	padding-bottom: 0;
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease;
}

@media screen and (min-width: 1241px) and (max-width: 1500px) {
	#top-service .service-item .en {
		font-size: 3.9vw;
	}
}

@media screen and (max-width: 1240px) {
	#top-service .service-item .en {
		font-size: 4.8rem;
	}
}

@media screen and (max-width: 768px) {
	#top-service .service-item .en {
		opacity: 1;
	}
}

#top-service .service-item:nth-child(1):hover .en {
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease;
	opacity: 1;
}

#top-service .service-item:nth-child(2):hover .en {
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease;
	opacity: 1;
}

#top-service .service-item:nth-child(3):hover .en {
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease;
	opacity: 1;
}

#top-service .service-item .ja {
	position: relative;
	color: #fff;
	font-size: 1.8rem;
	letter-spacing: .04em;
}

#top-service .service-item:nth-child(1) {
	background-image: url(../images/top_back_service_01_01.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

#top-service .service-item:nth-child(2) {
	background-image: url(../images/top_back_service_02_01.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

#top-service .service-item:nth-child(3) {
	background-image: url(../images/top_back_service_03_01.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

#top-service .service-ttl {
	box-sizing: border-box;
	padding: 20px 30px;
}

#top-company {
	background-image: url(../images/top_back_company_02.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 540px;
}

#top-company .sec-inner {
	padding: 90px 0;
}

#top-company .sec-ttl-box {
	text-align: center;
}

@media screen and (max-width: 768px) {
	#top-company .sec-ttl-box {
		padding-top: 0;
	}
}

#top-company .content-width {
	position: relative;
}

#top-company .sec-sub-ttl {
	color: #fff;
}

#top-company .sec-ttl {
	color: #fff;
}

#top-company .content-box {
	position: absolute;
	box-sizing: border-box;
	background-color: #fff;
	width: 920px;
	padding: 70px 90px;
	box-shadow: 2.113px 4.532px 35px 0px rgba(25, 25, 25, 0.21);
	top: 100px;
	left: calc(50% - 460px);
}

@media screen and (max-width: 768px) {
	#top-company .content-box {
		position: static;
		width: 100%;
		margin-top: 20px;
		padding: 20px;
	}
}

#top-company .txt-area {
	text-align: center;
}

@media screen and (max-width: 768px) {
	#top-company .txt-area {
		text-align: left;
	}
}

#top-company .logo-box {
	margin-top: 10px;
}

#top-company .logo-box img {
	width: 260px;
}

#top-company .company-links {
	margin-top: 20px;
}

@media screen and (max-width: 768px) {
	#top-company .company-links.flexbox {
		display: block;
	}
}

#top-company .company-links a {
	position: relative;
	color: #fff;
	font-size: 2.4rem;
	letter-spacing: .04em;
	width: 250px;
	height: 250px;
}

@media screen and (max-width: 768px) {
	#top-company .company-links a {
		width: 100%;
		height: 200px;
	}
}

#top-company .company-links a::before {
	position: absolute;
	display: block;
	top: -16px;
	left: -7px;
	font-family: 'Oswald', sans-serif;
	font-size: 13rem;
	letter-spacing: -0.06em;
	line-height: 1;
	color: #5d8cc6;
}

#top-company .company-links a.flexbox {
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
}

#top-company .company-links a:first-child {
	background-color: #1C71B5;
}

#top-company .company-links a:first-child::before {
	content: "01";
	top: -16px;
	left: -7px;
	color: #5d8cc6;
}

#top-company .company-links a:nth-child(2) {
	background-color: #03487E;
}

#top-company .company-links a:nth-child(2)::before {
	content: "02";
	top: -16px;
	left: -7px;
	color: #1f569a;
}

#top-company .company-links a:nth-child(3) {
	background-color: #003869;
}

#top-company .company-links a:nth-child(3)::before {
	content: "03";
	top: -16px;
	left: -7px;
	color: #316097;
}

#top-magazine .sec-inner {
	padding-top: 300px;
	padding-bottom: 190px;
}

@media screen and (max-width: 768px) {
	#top-magazine .sec-inner {
		padding-top: 70px;
		padding-bottom: 70px;
	}
}

#top-magazine .sec-ttl-box {
	position: relative;
}

#top-magazine .sec-ttl-box.flexbox {
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: baseline;
	align-items: baseline;
}

@media screen and (max-width: 768px) {
	#top-magazine .sec-ttl-box.flexbox {
		display: block;
	}
}

#top-magazine .sec-ttl-box .sec-ttl {
	margin-left: 14px;
}

@media screen and (max-width: 768px) {
	#top-magazine .sec-ttl-box .sec-ttl {
		margin-left: auto;
	}
}

#top-magazine .content-box {
	margin-top: 40px;
}

#top-magazine .view-more {
	position: absolute;
	right: 60px;
	bottom: 0px;
}

@media screen and (max-width: 768px) {
	#top-magazine .view-more {
		right: 0;
	}
}

#top-magazine .view-more a {
	font-size: 1.6rem;
	letter-spacing: .04em;
	line-height: 1;
}

#top-magazine .view-more a.arrow-right-black {
	right: -60px;
	bottom: 2px;
	padding-right: 70px;
}

@media screen and (max-width: 768px) {
	#top-magazine .view-more a.arrow-right-black {
		bottom: 10px;
		right: 0;
	}
}

@media screen and (max-width: 768px) {
	#top-magazine .card-item+.card-item {
		margin-top: 50px !important;
	}
}

#top-magazine .card-item:nth-child(4n-3) {
	margin-left: 0;
}

#top-magazine .card-item:nth-child(n+5) {
	margin-top: 50px;
}

#top-recruit {
	background-color: #0057B7;
}

#top-recruit .sec-inner {
	height: 480px;
	padding: 0;
}

@media screen and (max-width: 768px) {
	#top-recruit .sec-inner {
		background-image: url(../images/top_back_recruit_01.jpg);
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		background-color: transparent;
		height: auto;
		padding: 70px 0;
		/* 背景に画像を使わないなら以下のCSSを適用 */
	}
}

@media screen and (max-width: 768px) {

	#top-recruit .sec-ttl,
	#top-recruit .sec-sub-ttl,
	#top-recruit .content-box {
		font-weight: 600;
		;
		color: #111 !important;
		text-shadow:
			0 0 7px #fff,
			0 0 7px #fff,
			0 0 7px #fff,
			0 0 7px #fff,
			0 0 7px #fff,
			0 0 7px #fff,
			0 0 7px #fff,
			0 0 7px #fff;
	}
}

#top-recruit .content-width {
	position: relative;
	width: 100%;
	height: 480px;
	min-width: 1240px;
}

#top-recruit .content-width>.img-box {
	position: absolute;
	display: block;
	top: -76px;
	left: 0;
	width: 68%;
	height: 450px;
}

@media screen and (min-width: 1501px) {
	#top-recruit .content-width>.img-box {
		width: 1020px;
	}
}


@media screen and (max-width: 768px) {
	#top-recruit .content-width {
		min-width: auto;
		height: auto;
	}
}

/* #top-recruit .content-width::before {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../images/top_back_recruit_01.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  top: -76px;
  left: 0;
  width: 68%;
  height: 450px;
} */

@media screen and (min-width: 1501px) {
	#top-recruit .content-width::before {
		width: 1020px;
	}
}

@media screen and (max-width: 768px) {
	#top-recruit .content-width::before {
		content: none;
	}
}

#top-recruit .sec-ttl-box.diagonal::before {
	background-color: #fff;
}

#top-recruit .sec-sub-ttl {
	color: #fff;
}

#top-recruit .sec-ttl {
	color: #fff;
}

#top-recruit .content-inner {
	position: absolute;
	top: calc(50% - 110px);
	right: 90px;
	width: 274px;
}

@media screen and (min-width: 1501px) {
	#top-recruit .content-inner {
		right: unset;
		left: 1140px;
	}
}

@media screen and (max-width: 768px) {
	#top-recruit .content-inner {
		position: static;
		width: 100%;
	}
}

#top-recruit .content-box {
	color: #fff;
	font-size: 1.6rem;
	letter-spacing: .04em;
	line-height: 1.875;
	margin-top: 20px;
}

/*# sourceMappingURL=../maps/home.css.map */