@charset "UTF-8";
@media (max-width: 1000px) {
	body {
		padding-top: 100px;
		/* スマホ用高さ */
	}
}

.toppage .toppage_container {
	position: relative;
	display: flex;
	/* 動画 */
	/* 画像（透け） */
}

@media screen and (max-width: 1000px) {
	.toppage .toppage_container {
		margin-bottom: 18.66667vw;
		height: auto;
	}
}

.toppage .toppage_container .hero {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}

@media (max-width: 1000px) {
	.toppage .toppage_container .hero {
		height: 50vh;
		/* ←ここ調整 */
	}
}

.toppage .toppage_container .bg-video {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: translate(-50%, -50%);
	z-index: 1;
}

@media (max-width: 1000px) {
	.toppage .toppage_container .bg-image {
		top: 60%;
	}
}

.toppage .toppage_container .bg-image {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	object-fit: cover;
	width: 400px;
	opacity: 0.3;
	/* ←ここで透け具合調整 */
	z-index: 2;
	display: flex;
	justify-content: center;
	/* 横中央 */
	align-items: center;
}

@media (max-width: 1000px) {
	.toppage .toppage_container .bg-image {
		width: 70%;
	}
}

.toppage .toppage_container .top {
	width: 100%;
	object-fit: cover;
	display: block;
	justify-content: center;
}

@media screen and (max-width: 1000px) {
	.toppage .toppage_container .top {
		position: static;
		width: 100%;
		height: auto;
	}
}

.toppage .toppage_container .logo {
	width: 307px;
}

@media screen and (max-width: 1000px) {
	.toppage .toppage_container .logo {
		margin: 0 auto;
		width: 60%;
		padding: 18.66667vw 0 24vw 0;
	}
}

.toppage .toppage_container .toppage_wrapper {
	width: 80%;
	margin: 0 auto;
	margin-top: -50px;
	align-items: flex-end;
	display: flex;
	justify-content: space-between;
}

@media screen and (max-width: 1000px) {
	.toppage .toppage_container .toppage_wrapper {
		width: 100%;
		display: block;
		margin-top: 0px;
	}
}

.toppage .toppage_container .toppage_wrapper .logo {
	width: 307px;
}

@media screen and (max-width: 1000px) {
	.toppage .toppage_container .toppage_wrapper .logo {
		margin: 0 auto;
		width: 60%;
		padding: 18.66667vw 0 24vw 0;
	}
}

.toppage .toppage_container .toppage_wrapper ul {
	margin: 0 auto;
	justify-content: end;
	display: flex;
	font-size: 30px;
	line-height: 1.5;
	font-family: Yu Gothic;
	padding-top: 20px;
}

@media screen and (max-width: 1000px) {
	.toppage .toppage_container .toppage_wrapper ul {
		font-size: 3.73333vw;
		justify-content: center;
	}
}

.toppage .toppage_container .toppage_wrapper ul .instagram {
	display: flex;
}

.toppage .toppage_container .toppage_wrapper ul .instagram a {
	display: flex;
	align-items: center;
}

.toppage .toppage_container .toppage_wrapper ul li {
	margin-left: 50px;
}

.toppage .toppage_container .toppage_wrapper ul li:nth-child(1) {
	margin-left: 0px;
}

@media screen and (max-width: 1000px) {
	.toppage .toppage_container .toppage_wrapper ul li {
		margin-left: 5.33333vw;
	}
}

.toppage .toppage_container .toppage_wrapper ul li img {
	width: 31px;
	justify-content: center;
	flex-direction: column;
	display: flex;
	vertical-align: smiddle;
}

@media screen and (max-width: 1000px) {
	.toppage .toppage_container .toppage_wrapper ul li img {
		width: 3.73333vw;
	}
}

/* ===== GRID ===== */
.grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin: 0 auto;
	margin-bottom: 200px;
}

/* ===== 共通 ===== */
.grid-item {
	position: relative;
	overflow: hidden;
	width: 100%;
}

/* ===== 画像ブロック統一 ===== */
.grid-item.image,
.grid-item.service-text,
.grid-item.img.sp {
	aspect-ratio: 4 / 3;
}

/* ===== 画像 ===== */
.grid-item img,
.company-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: 0.5s;
}

/* hover */
.grid-item:hover img,
.company-item:hover img {
	transform: scale(1.05);
}

/* ===== タイトル ===== */
.grid-item.image h2,
.grid-item.service-text h2 {
	position: absolute;
	bottom: 20px;
	left: 20px;
	color: #fff;
	font-size: 6.4vw;
	z-index: 2;
}

/* ===== テキスト ===== */
.grid-item.content {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 40px 20px;
	text-align: left;
	background: #000;
}

/* テキスト中身 */
.text {
	max-width: 450px;
	margin: 0 auto;
}

.text h2 {
	font-size: 25px;
	margin-bottom: 15px;
}

.text p {
	font-size: 16px;
	line-height: 2;
	margin-bottom: 20px;
}

@media (max-width: 1000px) {
	.text p {
		font-size: 16px;
	}
}

/* ===== SP ===== */
@media (max-width: 1000px) {
	.grid {
		grid-template-columns: 1fr;
		margin-bottom: 0px;
	}
	/* 画像サイズ統一 */
	.grid-item.image,
	.grid-item.service-text {
		aspect-ratio: 8 / 3;
	}
	.company-item,
	.recruit-item {
		aspect-ratio: 9 / 4;
		height: auto;
	}
	/* テキスト中央 */
	.grid-item.content {
		text-align: center;
		padding: 50px 20px;
	}
	.text {
		max-width: 100%;
	}
	.grid-item.image h2,
	.grid-item.service-text h2 {
		font-size: 20px;
		bottom: 15px;
		left: 15px;
	}
}

/* ===== ボタン ===== */
.btn {
	display: inline-block;
	text-decoration: none;
	border-bottom: 1px solid #000;
	color: #000;
	padding-bottom: 3px;
}

.view-btn {
	color: #fff;
	border-bottom: 1px solid #fff;
}

.view-btn:visited {
	color: #fff;
}

.company {
	width: 100%;
	/* 全体クリック */
	/* 画像（横長） */
	/* 黒フィルター */
	/* テキスト */
	/* リンク（線だけ） */
	/* hover（これ重要） */
}

.company .company-item {
	position: relative;
	display: block;
	overflow: hidden;
}

.company .company-item img {
	width: 100%;
	height: 400px;
	object-fit: cover;
	transition: 0.5s;
	position: relative;
	display: block;
}

@media screen and (max-width: 1000px) {
	.company .company-item img {
		height: 280px;
	}
}

.company .overlay {
	position: absolute;
	inset: 0;
	transition: 0.5s;
}

.company .content {
	position: absolute;
	left: 10%;
	bottom: 20%;
	color: #fff;
	z-index: 2;
}

.company .content h2 {
	font-size: 25px;
	letter-spacing: 3px;
	margin-bottom: 10px;
}

@media (max-width: 1000px) {
	.company .content h2 {
		font-size: 5.33333vw;
	}
}

.company .content p {
	font-size: 16px;
	margin-bottom: 15px;
}

@media (max-width: 1000px) {
	.company .content p {
		font-size: 14px;
	}
}

.company .link {
	border-bottom: 1px solid #fff;
	padding-bottom: 3px;
}

.company .company-item:hover img {
	transform: scale(1.05);
}

.company .company-item:hover .overlay {
	background: rgba(0, 0, 0, 0.6);
}

@media (max-width: 1000px) {
	.company .company-item img {
		height: 300px;
	}
	.company .content {
		left: 5%;
		bottom: 15%;
	}
}

.company .link {
	transition: 0.3s;
}

.company .company-item:hover .link {
	letter-spacing: 2px;
}

/* COMPANYと同じベースでOK */
.recruit-item {
	position: relative;
	display: block;
	overflow: hidden;
}

.recruit-item img {
	width: 100%;
	height: 400px;
	object-fit: cover;
	transition: 0.5s;
	display: block;
}

.recruit-item .overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.3);
	transition: 0.5s;
}

/* テキスト（右寄せ） */
.content.right {
	position: absolute;
	right: 10%;
	bottom: 20%;
	color: #fff;
	text-align: right;
	z-index: 2;
}

/* hover */
.recruit-item:hover img {
	transform: scale(1.05);
}

.recruit-item:hover .overlay {
	background: rgba(0, 0, 0, 0.6);
}

@media (max-width: 1000px) {
	.recruit-item img {
		height: 280px;
	}
	.content.right {
		right: 5%;
		bottom: 15%;
	}
}

/* ===== RECRUIT全体 ===== */
.recruit {
	width: 100%;
}

/* ===== クリックエリア ===== */
.recruit-item {
	position: relative;
	display: block;
	overflow: hidden;
}

/* ===== 画像（横長） ===== */
.recruit-item img {
	width: 100%;
	height: 400px;
	object-fit: cover;
	transition: 0.5s;
}

/* ===== 黒フィルター ===== */
.recruit-item .overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.3);
	transition: 0.5s;
}

/* ===== テキスト（右下） ===== */
.recruit-item .content {
	position: absolute;
	right: 10%;
	bottom: 20%;
	color: #fff;
	text-align: right;
	z-index: 2;
}

.recruit-item h2 {
	font-size: 28px;
	letter-spacing: 3px;
	margin-bottom: 10px;
}

@media (max-width: 1000px) {
	.recruit-item h2 {
		font-size: 5.33333vw;
	}
}

.recruit-item p {
	font-size: 14px;
	margin-bottom: 15px;
}

/* ===== リンク（線だけ） ===== */
.recruit-item .link {
	border-bottom: 1px solid #fff;
	padding-bottom: 3px;
	display: inline-block;
}

/* ===== hover演出 ===== */
.recruit-item:hover img {
	transform: scale(1.05);
}

.recruit-item:hover .overlay {
	background: rgba(0, 0, 0, 0.6);
}

.recruit-item:hover .link {
	letter-spacing: 2px;
	transition: 0.3s;
}

/* ===== スマホ対応 ===== */
@media (max-width: 1000px) {
	.recruit-item img {
		height: 250px;
	}
	.recruit-item .content {
		right: 5%;
		bottom: 15%;
	}
}

/* ===== 全体 ===== */
.info {
	padding: 120px 15%;
	background: #fff;
}

@media (max-width: 1000px) {
	.info {
		padding: 50px 10%;
	}
}

/* タイトル */
.info-inner {
	display: grid;
	grid-template-columns: 300px 1fr;
	gap: 80px;
	max-width: 1100px;
	margin: 0 auto;
}

.info-left h2 {
	font-size: 25px;
	color: #000;
	letter-spacing: 3px;
	margin-bottom: 10px;
}

.info-left p {
	font-size: 16px;
	color: #666;
}

@media (max-width: 1000px) {
	.info-left p {
		font-size: 16px;
	}
}

/* リスト */
.info-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

/* 各行 */
.info-list li {
	border-bottom: 1px solid #ddd;
	display: flex;
	gap: 40px;
	padding: 20px 0;
	text-decoration: none;
	color: #000;
	transition: 0.3s;
}

/* 日付 */
.date {
	min-width: 100px;
	font-size: 16px;
	color: #666;
}

@media (max-width: 1000px) {
	.date {
		min-width: 10px;
	}
}

/* テキスト */
.text {
	flex: 1;
}

/* hover */
.info-list a:hover {
	opacity: 0.6;
}

/* VIEW ALL */
.more {
	display: inline-block;
	margin-top: 30px;
	border-bottom: 1px solid #000;
	text-decoration: none;
	color: #000;
	padding-bottom: 3px;
}

@media (max-width: 1000px) {
	.info-list a {
		flex-direction: column;
		gap: 5px;
	}
	.date {
		font-size: 16px;
	}
}

.info-list a {
	position: relative;
}

.info-list a::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 1px;
	background: #000;
	transition: 0.3s;
}

.info-list a:hover::after {
	width: 100%;
}

.info-inner {
	display: grid;
	grid-template-columns: 300px 1fr;
	gap: 60px;
	max-width: 1100px;
	margin: 0 auto;
}

@media (max-width: 1000px) {
	.info-inner {
		display: block;
	}
	.info-text {
		display: inline-block;
		width: 300px;
	}
}

@media screen and (max-width: 1000px) and (max-width: 1000px) {
	.info-text {
		width: 200px;
	}
}

.info-inner {
	grid-template-columns: 300px 1fr;
}

.company-item img,
.recruit-item img {
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

@media (max-width: 1000px) {
	.company-item img,
	.recruit-item img {
		height: auto !important;
	}
}

/*# sourceMappingURL=index.css.map */