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

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

/* ------------kv------------ */
.kv {
	background-image: url(../images/pc/kv-min.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	height: 90svh;
	width: 100%;
}

.kv_inner {
	position: absolute;
	top: 48%;
	left: 13%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	display: flex;
	flex-direction: column;
	gap: 23px;
}
.kv_catchphrase {
	color: #fff;
}
.kv_main .kv_catchphrase {
	font-size: 60px;
	font-size: max(60px, 4.16vw);
	font-weight: 600;
	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;
}

.kv_flow_text {
	font-size: 136px;
	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);
	color: #fff;
	text-shadow: 0 0 6px rgb(0, 0, 0, 0.2);
}

.kv_flow_text_item {
	flex-shrink: 0;
	white-space: nowrap;
	font-size: 136px;
	letter-spacing: 0.04rem;
	line-height: 1.16;
}

.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: 93svh;
	}
	.kv_inner {
		left: 20px;
		gap: 16px;
		margin-top: 20px;
	}
	.kv_main .kv_catchphrase {
		font-size: 40px;
		font-size: max(40px, 10.25vw);
	}
	.kv_sub .kv_catchphrase {
		font-size: 16px;
	}
	.kv_flow_text {
		margin-top: -48px;
	}
	.kv_flow_text_item {
		font-size: 80px;
	}
}
/* ------------kv------------ */

/* ------------about------------ */

.under_about_img {
	background-image: url(../images/pc/top_service-min.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	height: max(437px, 31.5vw);
	width: 100%;
}
.about_img_sp {
	display: none;
}
.about_margin {
	padding-top: 100px;
}
.about_inner {
	justify-content: space-between;
	gap: 111px;
}
.about_text {
	width: 478px;
	width: min(478px, 50%);
}
.about_text .about_copy h3{
	white-space: nowrap;
	font-size:20px;
}
.about_text .sec_description p{
	font-size:16px;
}
.about_img {
	width: 50%;
	width: max(681px, 50%);
	width: max(681px, 47.29vw);
	margin-top: 10px;
	margin-right: calc(50% - 50vw);
}

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

@media screen and (max-width: 767px) {
	.about_img {
		display: none;
	}
	.about_img_sp {
		display: block;
		margin-top: 46px;
		margin-left: 20px;
		margin-right: -20px;
		margin-left: 5%;
		margin-right: -5%;
	}
	.about_margin {
		padding-top: 58px;
	}
	.about_inner {
		margin-right: 0px;
		margin-left: 0px;
	}
	.about_text {
		width: 100%;
	}
	.about_text .about_copy h3{
		white-space: normal;
		font-size:18px;
	}
	.under_about_img {
		height: max(200px, 52.6vw);
		background-size: contain;
		background-attachment: scroll;
		clip-path: polygon(0 0,0 100%,100% 100%,100% 0);
		background: transparent;
	}
	.under_about_img:before{
		content: '';
		z-index: -1;
		inset: 0;
		width: 100%;
		height: 100%;
		position: fixed;
		background-image: url(../images/sp/top_service-sp-min.jpg);
		background-size: cover;
	}
}
/* ------------about------------ */

/* ------------news------------ */
#news {
	background: #fcfcfc;
}
.news_head_wrap {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: end;
}
.news_content {
	margin-top: 70px;
}
.news_thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.news_list {
	display: grid;
	flex-direction: row;
	gap: 32px;
	grid-template-columns: repeat(4, 1fr);
}
.news_item a {
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.news_category {
	display: inline;
	width: fit-content;
	background-color: var(--black);
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	border-radius: 2px;
	padding: 0 4px;
}
.news_title {
	font-size: 14px;
	font-weight: 400;
}

@media screen and (max-width: 1024px) {
	.news_list {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 24px;
	}
}

@media screen and (max-width: 767px) {
	.news_list {
		grid-template-columns: 1fr;
		gap: 60px;
	}
}
/* ------------news------------ */

/* ------------service------------ */
.service_inner {
	gap: 40px;
}
.service_text {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: min(260px, 23.6%);
}
.service_head{
	margin-bottom: 46px;
}
.service_list {
	max-width: 1100px;
    width: 100%;
}
.list_wrap {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: min(50px, 3.472vw);
}
.list_title_wrap {
	display: flex;
	flex-direction: row;
	gap: 6px;
	padding-top: 32px;
}
.list_title {
	color: var(--bule);
}
.service_inner .list_title{
	color: var(--black);
}
.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 a {
	display: flex;
	flex-direction: column;
}
.list_text {
	padding-top: 14px;
}
.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-left: 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);
}

@media screen and (max-width: 1024px) {
	.service_inner {
		flex-direction: column;
	}
	.service_text {
		flex-direction: row;
		width: 100%;
		align-items: end;
	}
	.service_list {
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	.service_text,
	.service_list {
		width: 100%;
	}
	.list_wrap {
		grid-template-columns: 1fr;
		gap: 60px;
	}
	.list_title_wrap {
		padding-top: 20px;
	}
	.list_text {
		padding-top: 10px;
	}
}
/* ------------service------------ */

/* ------------recruit------------ */
.recruit_margin {
	padding-top: 0;
}
.recruit_inner {
	background-image: url(../images/pc/top04-min.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	height: 316px;
	width: 100%;
	border-radius: 4px;
}
.recruit_head_wrap {
	width: 100%;
	display: flex;
	flex-direction: row;
	place-content: center;
	align-items: center;
	justify-content: space-between;
	padding: 0 48px;
}

@media screen and (max-width: 768px) {
	.recruit_inner {
		height: 280px;
		background-image: url(../images/sp/recurit_sp-min.jpg);
		border-radius: 4px;
	}
	.recruit_head_wrap {
		flex-direction: column;
		padding: 40px 20px;
		align-items: flex-start;
	}
}

/* ------------recruit------------ */

/* ------------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------------ */
