@charset "utf-8";

/* ---------- ヘッダー ---------- */

@media screen and (min-width: 768px) {
	.header_flex_child_2 li:nth-of-type(4)::before {
		content: "";
		position: absolute;
		top: -15px;
		left: 50%;
		transform: translate(-50%, 0%);
		display: inline-block;
		width: 12px;
		height: 12px;
		background-image: url(../img/single/triangle.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
	}
}

/* ---------- fv ---------- */

.fv {
	position: relative;
	height: 300px;
	/* background-color: #ff7f7f; */
	background-image: url(../img/single/fv.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.fv_title {
	position: absolute;
	top: 55%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.2em;
	color: #fff;
}

.fv_title_sub {
	width: 100%;
	margin: 0;
	font-size: 0.5em;
	letter-spacing: 0.1em;
	color: #3cadff;
}

@media screen and (min-width: 768px) {
	.fv {
		height: auto;
	}

	.fv_title {
		position: absolute;
		top: 60%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 100%;
		text-align: center;
		font-size: 1.8rem;
		font-weight: 700;
		line-height: 1.5;
		letter-spacing: 0.2em;
	}

	.fv_title_sub {
		text-align: center;
		font-size: 0.6em;
		line-height: 1;
		letter-spacing: 0.1em;
		color: #3cadff;
		border: 0;
	}
}

@media screen and (min-width: 1024px) {
	.fv_title {
		position: absolute;
		top: 60%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 100%;
		text-align: center;
		font-size: 2rem;
	}
}

@media screen and (min-width: 1440px) {
	.fv_title {
		position: absolute;
		top: 60%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 100%;
		text-align: center;
		font-size: 2.7rem;
	}
}

@media screen and (min-width: 1920px) {
	.fv_title {
		position: absolute;
		top: 60%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 100%;
		text-align: center;
		font-size: 3.5rem;
	}
}

/* ---------- お知らせ ---------- */

.news {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
	width: 100%;
	padding: 10% 0;
	background-color: #f7f7f7;
}

.news_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 12px;
	width: 90%;
	margin: 0 auto;
}

.news_text {
	width: max-content;
	max-width: 100%;
}

.news_text.date {}

.news_text.title {
	font-size: 1.2rem;
}

.news_text.writing {}

@media screen and (min-width: 425px) {}

@media screen and (min-width: 768px) {
	.news {
		padding: 10% 5%;
	}

	.news_inner {
		width: max-content;
		max-width: 1280px;
		margin: 0;
	}
}

@media screen and (min-width: 1024px) {
	.news {
		padding: 10% 10%;
	}
}

@media screen and (min-width: 1440px) {
	.news {
		padding: 10% 15%;
	}
}

@media screen and (min-width: 1920px) {
	.news {
		padding: 10% 20%;
	}
}

.recruit {
	padding: 0;
}
