/* ------------共通------------ */

/* ------------共通------------ */

/* ------------kv------------ */
.kv {
	position: relative;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	height: 100svh;
	width: 100%;
}

.kv_video video {
	height: 100svh;
	width: 100%;
	object-fit: cover;
}

.kv_inner {
	position: absolute;
	bottom: 14%;
	left: 6%;
	display: flex;
	flex-direction: column;
	gap: 23px;
	color: var(--white);
}

.kv_main .kv_catchphrase {
	font-size: 60px;
	font-size: max(60px, 4.16vw);
	letter-spacing: 0.07rem;
	line-height: 1.5;
}

.kv_sub .kv_catchphrase {
	font-size: 16px;
	font-size: max(16px, 1.11vw);
	letter-spacing: 0.04rem;
	line-height: 1.1;
	font-weight: 500;
}

.kv_flow_text {
	font-size: 128px;
	letter-spacing: 0.04rem;
	line-height: 1.1;
	/* position: absolute; */
	margin-top: -100px;
	bottom: 0;
	overflow: hidden;
	display: flex;
	width: 100%;
	margin-inline: calc(50% - 50vw);
}

.kv_flow_text_item {
	flex-shrink: 0;
	white-space: nowrap;
	font-size: 136px;
	letter-spacing: 0.04rem;
	line-height: 1.16;
	color: rgba(190, 215, 255, 0.43);
}

.kv_flow_text_item:nth-child(odd) {
	animation: MoveLeft 50s -25s infinite linear;
}
.kv_flow_text_item:nth-child(even) {
	animation: MoveLeft2 50s infinite linear;
}

@keyframes MoveLeft {
	from {
		transform: translateX(100%);
	}
	to {
		transform: translateX(-100%);
	}
}

@keyframes MoveLeft2 {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-200%);
	}
}

@media screen and (max-width: 1024px) {
	.kv_inner {
		left: 8%;
	}
}

@media screen and (max-width: 767px) {
	.kv {
		background-image: url(../images/sp/kv-sp-min.jpg);
		height: 100svh;
	}
	.kv_inner {
		left: 20px;
		gap: 16px;
		margin-top: 20px;
	}
	.kv_main .kv_catchphrase {
		font-size: 32px;
		font-size: max(30px, 7.8vw);
	}
	.kv_sub .kv_catchphrase {
		font-size: 14px;
	}
	.kv_flow_text {
		margin-top: -48px;
	}
	.kv_flow_text_item {
		font-size: 120px;
	}
}
/* ------------kv------------ */

/* ------------newsLatest------------ */
.newsLatest_inner {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 12px 20px;
}
.newsLatest_inner svg rect,
.newsLatest_inner svg path {
	transition: all 0.3s;
}
.newsLatest_inner svg {
	transition: all 0.3s;
}
.newsLatest_inner:hover svg {
	transform: translateX(6px);
}
.newsLatest_inner:hover svg rect,
.newsLatest_inner:hover svg path {
	stroke: var(--bule);
}

.newsLatest_left {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 0;
	width: 85%;
}
.newsLatest_title {
	padding-right: 30px;
	font-size: 32px;
	font-weight: 300;
	letter-spacing: 0.05rem;
	line-height: 1.4;
	border-right: 1px solid rgba(0, 0, 0, 0.27);
}
.newsLatest_item {
	display: flex;
	align-items: center;
	padding-left: 30px;
	gap: 0;
}
.newsLatest_date {
	margin-right: 7px;
	font-size: 12px;
	font-weight: 500;
}
.newsLatest_cat {
	margin-right: 18px;
	font-size: 12px;
	font-weight: 500;
}
.newsLatest_title_link {
	display: block;
	font-size: 16px;
	font-weight: 500;
	display: -webkit-box;
	-webkit-box-orient: vertical; /* 垂直方向に配置 */
	overflow: hidden; /* 溢れた部分を隠す */
	text-overflow: ellipsis; /* 溢れた部分に「...」を表示 */
	-webkit-line-clamp: 1;
}

.newsLatest_no_news {
	margin-left: 10px;
}

@media screen and (max-width: 767px) {
	.newsLatest_inner {
		padding: 8px 16px;
	}
	.newsLatest_title {
		font-size: 22px;
		padding-right: 16px;
	}
	.newsLatest_item {
		padding-left: 16px;
	}
	.newsLatest_cat {
		display: none;
	}
}

/* ------------about------------ */
.about_img_sp {
	display: none;
}
.about_margin {
	padding-top: 70px;
}
.about_inner {
	justify-content: space-between;
	gap: max(20px, 2.083vw);
}
.about_copy h2 {
	font-size: 36px;
	font-weight: 400;
}
.about_text {
	width: 478px;
	width: min(478px, 50%);
}
.about_img {
	width: min(681px, 38.194vw);
	height: min(504px, 35vw);
	margin-top: 10px;
	/* margin-right: calc(50% - 50vw); */
}
.about_img_inner {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.about_img_area1 {
	position: absolute;
	top: 0;
	right: 0;
	width: 86.3%;
	overflow: hidden;
}
.about_img01 {
	border-radius: 4px;
}
.about_img_area2 {
	position: absolute;
	top: min(17.08vw, 296px);
	left: 0;
	width: 36.2%;
	overflow: hidden;
}
.about_img02 {
	border-radius: 4px;
}

@media screen and (max-width: 1024px) {
	.about_inner {
		margin-left: min(40px, 19.4vw);
		gap: 40px;
	}
}

@media screen and (max-width: 767px) {
	.about_copy h2 {
		font-size: 26px;
	}
	.about_img {
		display: none;
	}
	.about_img_sp {
		display: block;
		margin-top: 46px;
		height: 64.1vw;
	}
	.about_img_area2 {
		top: unset;
		bottom: 0;
	}
	.about_margin {
		padding-top: 60px;
	}
	.about_inner {
		margin-right: 0px;
		margin-left: 0px;
	}
	.about_text {
		width: 100%;
	}
}
/* ------------about------------ */

/* ------------value------------ */
.value_inner {
	gap: min(20px, 2.083vw);
	align-items: flex-end;
}
.value_img {
	width: 40%;
	height: min(30.34vw, 437px);
	margin-left: calc(50% - 50vw);
}

.value_img_inner {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.value_img_area1 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
}
.value_img01 {
	border-radius: 4px;
}
.value_img_area2 {
	position: absolute;
	top: 0;
	right: min(66px, 4.583vw);
	width: 43%;
	overflow: hidden;
}
.value_img02 {
	border-radius: 4px;
}

.list_item {
	position: relative;
}
.list_item::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: var(--bule);
	height: 1px;
	width: 100%;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: all 0.3s;
}
.list_item .list_item_inner {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 36px 0;
	border-bottom: 1px solid var(--gray);
}
.value_text {
	width: 60%;
}
.list_number {
	color: #a6a6a6;
	font-size: 16px;
	line-height: 1.4;
	letter-spacing: 0.07rem;
}
.list_text h4.list_title {
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 0.07rem;
	line-height: 1.4;
	margin-top: 8px;
}
.list_text p.list_description {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.07rem;
	line-height: 1.4;
	margin-top: 24px;
}
@media screen and (min-width: 1601px) {
	.value_img {
		height: 510px;
	}
}

@media screen and (max-width: 1024px) {
	.value_img {
		height: min(33.34vw, 437px);
	}
}

@media screen and (max-width: 767px) {
	.value_inner {
		flex-direction: column;
		padding-top: 44px;
	}
	.value_img {
		width: 100%;
		margin-left: 0;
		height: 88.46vw;
	}
	.value_img_area2 {
		right: 12.3vw;
	}
	.value_text {
		width: 100%;
	}
}

/* ------------value------------ */

/* ------------service------------ */
#service {
	position: relative;
}
.service_wrap {
	position: relative;
	z-index: 2;
}
.service_inner {
	gap: 40px;
	flex-direction: column;
	padding-top: 100px;
}
.service_head_wrap {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-end;
}
.service_text {
	width: min(490px, 50%);
}
.service_list {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 32px;
}
.service_item {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	gap: max(64px, 6.25vw);
}
.service_left {
	width: 42%;
	/* height: 19.02vw; */
	/* height: min(19.02vw, 375px); */
	position: relative;
	flex: 1;
	aspect-ratio: 4 / 3;
}
.service_right {
	width: 58%;
}
.service_left img {
	border-radius: 8px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover; /* 必要に応じて */
}
.service_item_head {
	display: flex;
	flex-direction: column;
	gap: 9px;
}
.service_item_title {
	font-size: 28px;
	font-weight: 500;
	letter-spacing: 0.07rem;
	line-height: 1.4;
}
.service_item_subtitle {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.07rem;
	line-height: 1.4;
	color: #929292;
}
.service_description {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.04rem;
	line-height: 1.4;
	margin-top: 24px;
}
.service_btn {
	margin-top: 42px;
}
.list_text h4 {
	font-weight: bold;
	letter-spacing: 0.04rem;
	line-height: 1.5;
	transition: all 0.3s;
}
.list_text p {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.04rem;
	line-height: 1.5;
	margin-top: 7px;
	transition: all 0.3s;
}
/* .list_item .list_btn,
.list_item svg rect,
.list_item svg path {
	transition: all 0.3s;
}
.list_item:hover::after {
	transform: scale(1, 1);
}
.list_item:hover .list_btn {
	margin-right: -8px;
}
.list_item:hover .list_text h4,
.list_item:hover .list_text p {
	color: var(--bule);
}
.list_item:hover svg rect,
.list_item:hover svg path {
	stroke: var(--bule);
} */

.service_back_deco {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 80%;
	height: 100%;
	background-color: #fcfcfc;
	z-index: 0;
}

@media screen and (max-width: 767px) {
	.service_inner {
		flex-direction: column;
	}
	.service_left {
		width: 100%;
	}
	.service_right {
		width: 100%;
	}
	.service_text,
	.service_list {
		width: 100%;
	}
	.service_list {
		gap: 46px;
	}
	.service_item {
		flex-direction: column;
		gap: 40px;
	}
	.list_item .list_item_inner {
		gap: 20px;
	}
	.service_left img {
		border-radius: 4px;
	}
	.service_btn {
		margin-top: 30px;
	}
	.service_back_deco {
		position: absolute;
		width: 100%;
		height: 100%;
	}
}
/* ------------service------------ */

/* ------------links------------ */
.links_wrap {
	margin: auto;
	padding: 100px 20px;
	max-width: 1600px;
}
.links_list {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}
.links_item {
	position: relative;
	height: clamp(380px, 26.38vw, 420px);
	border-radius: 8px;
	padding: min(2.777vw, 40px);
	overflow: hidden;
}
.links_item::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: transform 0.5s ease; /* 拡大アニメーション */
	z-index: 0;
}
.links_item:first-child::before {
	background-image: url(../images/pc/top_link_service.webp);
}
.links_item:nth-child(2)::before {
	background-image: url(../images/pc/top_link_about.webp);
}
.links_item:nth-child(3)::before {
	background-image: url(../images/pc/top_link_recruit.webp);
}
.links_item:hover::before {
	transform: scale(1.1);
}
.links_item_inner {
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	justify-content: space-between;
	gap: 20px;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.links_item_text {
	display: flex;
	flex-direction: column;
	gap: min(14px, 0.972vw);
}
.links_item_title {
	font-size: 36px;
	line-height: 1.4;
	color: var(--white);
}
.links_item_subtitle {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
	color: var(--white);
}
.links_item_subtitle .deco {
	display: inline-block;
	margin-right: 8px;
	width: 9px;
	height: 9px;
	background: linear-gradient(
		45deg,
		rgba(255, 255, 255, 1) 0%,
		rgba(255, 255, 255, 0) 100%
	);
	border-radius: 50%;
}

@media screen and (max-width: 767px) {
	.links_wrap {
		padding: 60px 20px;
	}
	.links_list {
		grid-template-columns: repeat(1, 1fr);
	}
	.links_item {
		height: 62.56vw;
		padding: min(24px, 6.1538vw);
	}
	.links_item_text {
		gap: 14px;
	}
}
/* ------------news------------ */
.news_inner {
	gap: 80px;
	justify-content: space-between;
}
.news_head_wrap {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	gap: 20px;
	width: fit-content;
}
/* .news_head_btn {
	border: 1px solid #bdbaba;
	border-radius: 4px;
	width: 200px;
} */
.news_head_btn a {
	padding: 14px;
}
.news_content {
	max-width: 740px;
}
.news_list {
	display: flex;
	flex-direction: column;
	gap: 32px;
}
.news_item a {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 20px;
	transition: all 0.3s;
}
.news_item_img {
	width: 20%;
	height: auto;
}
.news_item_text {
	display: flex;
	flex-direction: column;
	gap: 7px;
}
.news_item_meta {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 7px;
}
.news_item_date {
	font-size: 12px;
	font-weight: 500;
}
.news_item_category {
	font-size: 12px;
	font-weight: 500;
	border: 1px solid #000;
	padding: 1px 5px;
	transition: all 0.3s;
}
.news_item_title {
	font-size: 16px;
	font-weight: 500;
}
.news_item a:hover {
	color: var(--bule);
}
.news_item a:hover .news_item_category {
	border-color: var(--bule);
}

@media screen and (max-width: 767px) {
	.news_head_wrap {
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-end;
		width: 100%;
	}
	.news_inner {
		flex-direction: column;
		gap: 40px;
	}
	.news_item_img {
		width: 43%;
	}
	.news_item_text {
		width: 57%;
	}
}
/* ------------news------------ */
/* ------------anime------------ */
@media screen and (min-width: 768px) {
	.js_fadedown_anime {
		opacity: 0;
		transform: translate(0, -10%);
		transition: all cubic-bezier(0.17, 0.67, 0.57, 0.96) 0.8s;
		transition-delay: 2.6s;
	}
	.js_fadedown_anime.active {
		opacity: 1;
		transform: translate(0, 0);
	}
}
/* ------------anime------------ */
