@charset "utf-8";
/*
*TOPページのみに適用するスタイル
*
*/
/*ガイド*/
/* #top_page::before,
#top_page::after {
	content: "";
	position: fixed;
	top: 0;
	margin: auto;
	display: block;
	width: 1px;
	height: 100vh;
	background: red;
	z-index: 100;
}
#top_page::before {
	left: 5vw;
}
#top_page::after {
	right: 5vw;
} */
/*====================
Start SP
====================*/
#top_page {
	position: relative;
}
#top_page ul,
#top_page ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
a {
	font-family: "Hiragino Sans", sans-serif;
}
/*Inner*/
#top_page .inner {
	width: 90vw;
}
#top_page .inner::before,
#top_page .inner::after {
	content: unset;
}
/*Section Title*/
.heading_wrap {
	color: #333;
}
.heading_wrap .section_title {
	font-family: var(--font-HNCB);
	font-size: 4.5rem;
	line-height: 1;
	margin: 0 0 3vw;
}
.heading_wrap .sub_title {
	color: #959595;
	font-size: 1.5rem;
	line-height: 1;
	margin: 0 0 7vw;
}
.heading_wrap .txt {
	font-size: 1.2rem;
	line-height: 1.8;
	margin: 0 0 7vw;
}
.heading_wrap .deco_line {
	display: block;
	width: 88px;
	height: 4px;
	margin: 0;
	opacity: 0.56;
}

/*VIEW MORE*/
.view_more {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 45vw;
	height: 14vw;
	padding: 1vw 0 0;
	margin: 0 0 0 auto;
	color: #fff;
	font-size: 1.2rem;
	font-family: var(--font-HNCB);
	transform-origin: top right;
	background: #333;
}
.view_more .more_txt {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 0 5vw;
}

/*Arrow_Black*/
.arrow_black,
.arrow_white {
	position: relative;
	display: block;
	width: 8.75vw;
	height: 2.5vw;
	overflow: hidden;
	margin: 0 0 1.6vw;
}
.arrow_black::before,
.arrow_black::after,
.arrow_white::before,
.arrow_white::after {
	content: "";
	position: absolute;
	bottom: 0;
	display: block;
	height: 0.3125vw;
}
.arrow_black::before,
.arrow_black::after {
	background: #333;
}
.arrow_white::before,
.arrow_white::after {
	background: #ffffff;
}
.arrow_black::before,
.arrow_white::before {
	left: 0;
	width: 100%;
}
.arrow_black::after,
.arrow_white::after {
	right: 0;
	width: 3.75vw;
	transform: rotate(32deg);
	transform-origin: bottom right;
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
 MV
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
#mainvisual {
	position: relative;
	width: 100%;
	height: 170vw;
	overflow: hidden;
	margin: 15vw 0 40vw;
	/* background: url(../img/index_2025/sp_mv.webp) top center no-repeat;
	background-size: cover; */
}
#mainvisual .txt_wrap {
	position: relative;
	margin: 29.0625vw 0 0 0;
	z-index: 10;
}
#mainvisual .index_title {
	color: #333333;
	font-size: 4rem;
	font-weight: 700;
	letter-spacing: -1px;
	line-height: 1.3;
	margin: 0 0 5vw;
	text-align: center;
}
#mainvisual .index_title .deco1 {
	font-size: 4.4rem;
	letter-spacing: 8px;
}
#mainvisual .index_title .deco2 {
	letter-spacing: 1px;
}
#mainvisual .txt {
	color: #959595;
	font-size: 1.3rem;
	font-weight: 600;
	line-height: 1.8;
	text-align: center;
	padding: 0 9vw;
	margin: 0;
}
#mainvisual canvas {
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
 NEWS
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
#news {
	position: relative;
	margin: -68vw 0 0 0;
	z-index: 10;
}
#news .news_wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	height: 16.25vw;
	overflow: hidden;
	padding: 0 0 0 5vw;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 8px 29.44px 2.56px rgba(51, 51, 51, 0.08);
}
#news .section_title {
	font-size: 1.8rem;
	font-weight: bold;
	margin: 0 6.875vw 0 0;
}
/* Slider */
#news .news_cont {
	position: relative;
	width: 70%;
	max-width: 1022px;
	height: 16.25vw;
	overflow: hidden;
}
#news .news_box {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	height: 16.25vw;
	padding: 1vw 0 0;
	overflow: hidden;
}
#news .news_box .entry {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	height: 100%;
	line-height: 1.6;
}
#news .news_box .entry .title {
	font-size: 1.1rem;
	font-weight: normal;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
#news .more {
	display: none;
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
 SERVICE
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
#service {
	position: relative;
	margin: 40vw 0 38.125vw;
	z-index: 1;
}
#service:after {
	content: "";
	position: absolute;
	top: -20vw;
	left: 0;
	display: block;
	width: 75vw;
	height: 103.125vw;
	background: #f8f8f8;
	z-index: -1;
}
#service .service_wrap {
	display: flex;
	flex-wrap: wrap;
}
/*エリアタイトル*/
#service .heading_wrap {
	width: 100%;
	margin-bottom: 12.5vw;
	z-index: 10;
}
#service .entry {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	padding: 0;
	gap: 10vw;
}
#service .entry li {
	position: relative;
	width: 88%;
	height: auto;
	overflow: hidden;
	background: #fff;
}
#service .entry li.service-uchinoai .img_box {
	left: 2vw;
}
#service .entry li .cont {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	padding: 0 0 15vw;
}
/*内容*/
#service .entry li .site_logo {
	height: 16.25vw;
	padding: 6vw 0 0 4vw;
	margin: 0;
	transform: skewX(var(--skew-return-1));
}
#service .entry li .site_logo img {
	width: auto;
	height: 7vw;
	vertical-align: top;
}
#service .entry li.service-uchinowriter .site_logo img {
	height: 6vw;
}
#service .entry li .img_box {
	position: relative;
	width: 120%;
	margin: 0 0 6vw -10%;
	transform: skewX(var(--skew-return-1));
}
#service .entry li .img_box::before {
	content: "";
	display: block;
	padding-top: 47.2%;
}
#service .entry li .img_box img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#service .entry li .site_txt {
	color: #333;
	font-size: 1.4rem;
	line-height: 1.6;
	padding: 0 7vw;
	margin-bottom: 3.2vw;
	transform: skewX(var(--skew-return-1));
}
#service .entry li .site_desc {
	color: #555;
	font-size: 1.2rem;
	line-height: 1.6;
	padding: 0 7.7vw;
	transform: skewX(var(--skew-return-1));
}
#service .entry li .link {
	position: absolute;
	bottom: 5vw;
	right: 5vw;
}
#service .entry li .link .arrow_black {
	width: 12.5vw;
}

/*リンク*/
#service .entry li.more {
	display: flex;
	justify-content: flex-end;
	align-items: end;
	box-shadow: none;
	background: none;
	width: 100%;
	height: fit-content;
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
 CASE
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
#case {
	position: relative;
	margin-bottom: 45vw;
	z-index: 1;
}
#case:after {
	content: "";
	position: absolute;
	top: -20vw;
	left: 0;
	display: block;
	width: 75vw;
	height: 241.40625vw;
	background: #f8f8f8;
	z-index: -1;
}
#case .case_wrap {
	display: flex;
	flex-wrap: wrap;
}
/*セクションタイトル*/
#case .heading_wrap {
	width: 100%;
	margin-bottom: 12.5vw;
	z-index: 10;
}

/*1番目*/
#case .first-item {
	width: 88%;
	height: 112.5vw;
	margin: 0 0 24.53125vw auto;
	transform-origin: right top;
}
#case .first-item .link {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#case .first-item .entry {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 9vw 0 0;
	color: #fff;
	z-index: 10;
}
#case .first-item .entry .txt_wrap {
	padding: 9vw 7.5vw;
	background: rgba(0, 0, 0, 0.8);
}
#case .first-item .entry .post_title {
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.4;
	margin-bottom: 2.5vw;
}
#case .first-item .entry .post_txt {
	color: #fff;
	font-size: 1.4rem;
	font-weight: normal;
	line-height: 1.6;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	padding-left: 1.8vw;
	margin: 0;
}
#case .first-item .entry .category {
	position: absolute;
	top: 0;
	left: 0;
	width: fit-content;
	padding: 1.25vw 2.5vw 1.25vw 5vw;
}

/*画像*/
#case .first-item .img_box {
	width: 90vw;
	height: 100%;
}

/*それ以降*/
#case .customer-voice-slider {
	width: 100%;
	overflow: hidden;
	margin-bottom: 12vw;
}

#case .case_cont {
	width: 33.75vw;
	height: 49.21875vw;
	padding-right: 5vw;
}
#case .case_cont .box {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#case .case_cont .link {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#case .case_cont .entry {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	z-index: 10;
}
#case .case_cont .entry .post_title,
#case .case_cont .entry .post_txt {
	color: #fff;
}
#case .case_cont .entry .txt_wrap {
	width: 100%;
	padding: 2.5vw;
	text-align: center;
	background: rgba(0, 0, 0, 0.8);
}
#case .case_cont .entry .category {
	width: 100%;
	text-align: center;
	background: none;
}
#case .case_cont .img_box {
	width: 33.75vw;
	height: 100%;
}
/* 導入 / 協力企業 */
#case .client-companies .title {
	font-size: 1.4rem;
	margin: 0 0 7.5vw;
}
/*BANNER*/
#case .client-companies .list {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	gap: 3.75vw;
	margin-bottom: 12vw;
}
#case .client-companies .list:after {
	content: "※50音順";
	position: absolute;
	bottom: -5vw;
	right: 0;
	font-size: 2.5vw;
}
#case .client-companies .list li {
	width: calc(100% / 3 - 2.5vw);
	overflow: hidden;
	box-shadow: 0.625vw 0.46vw 4.06vw rgba(51, 51, 51, 0.06);
}
#case .client-companies .list li {
	position: relative;
	display: block;
	overflow: hidden;
}
#case .client-companies .list li:before {
	content: "";
	display: block;
	padding-top: 9.9vw;
}
#case .client-companies .list li img {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#case .client-companies .view_more {
	width: 45vw;
	margin: 0 0 0 auto;
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
 COLUMN
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
#column {
	position: relative;
	margin-bottom: 26.5625vw;
	z-index: 1;
}
#column::after {
	content: "";
	position: absolute;
	top: -20vw;
	left: 0;
	display: block;
	width: 75vw;
	height: 310vw;
	background: #f8f8f8;
	z-index: -1;
}
#column .column_wrap {
	display: flex;
	flex-wrap: wrap;
}
#column .heading_wrap {
	width: 100%;
	margin-bottom: 13.75vw;
	z-index: 10;
}
#column .list {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	gap: 11.25vw;
	margin-bottom: 13.75vw;
}
/*内容*/
#column .list .box {
	position: relative;
	width: 100%;
	overflow: hidden;
}
#column .list .box a {
	display: block;
	width: 100%;
	height: 100%;
}
#column .list .box .img_box {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin: 0 0 2.5vw;
}
#column .list .box .img_box::before {
	content: "";
	display: block;
	padding-top: 66.7%;
}
#column .list .box .img_box img {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#column .list .box .entry .post_title {
	font-size: 1.3rem;
	font-weight: normal;
	line-height: 1.6;
	margin: 0 0 2.5vw;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
#column .list .box .entry .post_meta {
	font-size: 1.1rem;
	margin: 0;
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
 RECRUITエリア
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
#recruit {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 168.75vw;
	margin-bottom: 39.84375vw;
	background: url(../img/index_2025/sp_recruit.webp) top center no-repeat;
	background-size: cover;
}
#recruit::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 24vw;
	clip-path: polygon(0 0, 100% 0, 100% 10vw, 0 100%);
	background: rgba(60, 234, 202, 0.5);
}
#recruit::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 26.5625vw;
	clip-path: polygon(0 16vw, 100% 0, 100% 100%, 0 100%);
	background: rgba(60, 234, 202, 0.5);
}

#recruit .heading_box {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	padding: 3.75vw 0 0 5vw;
	z-index: 10;
}
#recruit .heading_box .section_title {
	font-size: 4rem;
	color: #ffffff;
}
#recruit .heading_box .sub_title {
	font-size: 1.3rem;
	margin: 0 0 0 4vw;
	color: #ffffff;
	font-weight: bold;
}
/*message*/
#recruit .message {
	position: absolute;
	top: 31.25vw;
	left: 50%;
	transform: translate(-50%);
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	width: 80%;
	color: #fff;
	z-index: 5;
}
#recruit .message .message_img {
	width: 72vw;
	margin: 0 0 2.5vw;
}
#recruit .message .message_img img {
	width: 100%;
	height: auto;
}
#recruit .message .message_txt {
	font-size: 1.3rem;
	line-height: 2;
	text-align: center;
	margin: 0 0 11.25vw;
	color: #ffffff;
}
/*ボタン*/
#recruit .message .recruit_btn {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 77.5vw;
	height: 12.5vw;
	padding: 0;
	color: #333;
	font-size: 3.75vw;
	font-weight: 600;
	border-radius: 12vw;
	background: #fff;
}
#recruit .message .recruit_btn .plus_mark {
	font-size: 4.6875vw;
	margin: -0.4vw 1vw 0 0;
}
/*mask*/
#recruit .mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	z-index: 1;
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
 ABOUT US
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
#aboutus {
	position: relative;
	margin-bottom: 18.75vw;
}
#aboutus::after {
	content: "";
	position: absolute;
	top: -20vw;
	left: 0;
	display: block;
	width: 75vw;
	height: 100.46875vw;
	background: #f8f8f8;
	z-index: -1;
}
/*セクションタイトル*/
#aboutus .heading_wrap {
	padding: 0;
	margin-bottom: 13.75vw;
}

/*社員画像*/
#aboutus .img_box {
	width: 90vw;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}
#aboutus .img_box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/*リンク*/
#aboutus .link_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	list-style: none;
	padding: 0;
	margin: 0 0 13.75vw;
}
#aboutus .link_wrap .box {
	width: 45%;
	height: 20vw;
	margin: 0;
	background: #333;
}
#aboutus .link_wrap .skewstyle {
	transform-origin: top right;
}
#aboutus .link_wrap .box .btn {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 100%;
	padding: 0 3vw 0 6vw;
	margin: 0;
	color: #fff;
	font-size: 1rem;
}
#aboutus .link_wrap .box .btn .txt_wrap {
	line-height: 1.4;
}
#aboutus .link_wrap .box .btn .txt {
	display: block;
	font-size: 1.6rem;
}

/*====================
End SP
====================*/

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
/*====================
Start Tablet
====================*/
@media only screen and (min-width: 641px) and (max-width: 1279px) {
	body.home .allwrapper {
		padding-top: 0;
	}
	body.home #upper {
		box-shadow: none;
		background: none;
	}
	/*Inner*/
	#top_page .inner {
		width: calc(100% - 10vw);
	}
	/*Section Title*/
	.heading_wrap {
	}
	.heading_wrap .section_title {
		font-size: 6.25vw;
		margin: 0 0 0.86vw;
	}
	.heading_wrap .sub_title {
		font-size: 1.875vw;
		margin: 0 0 2.5vw;
		color: #333333;
		font-weight: bold;
	}
	.heading_wrap .txt {
		font-size: 1.25vw;
		margin: 0 0 3.75vw;
	}
	.heading_wrap .deco_line {
		width: 6.875vw;
		height: 0.3125vw;
	}

	/*VIEW MORE*/
	.view_more {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		width: 16.953vw;
		height: 6.25vw;
		padding: 0.3125vw 0 0;
		margin: 0 0 0 auto;
		color: #fff;
		font-size: 1.25vw;
		font-family: var(--font-HNCB);
		transform-origin: top right;
		background: #333;
	}
	.view_more .more_txt {
		display: flex;
		justify-content: space-around;
		align-items: center;
		width: 100%;
		padding: 0 2.5vw;
	}

	/*Arrow_Black*/
	.arrow_black,
	.arrow_white {
		width: 3.125vw;
		height: 0.782vw;
		margin: 0 0 0.625vw;
	}
	.arrow_black::before,
	.arrow_black::after,
	.arrow_white::before,
	.arrow_white::after {
		height: 1px;
	}
	.arrow_black::after,
	.arrow_white::after {
		right: 1px;
		width: 1.09375vw;
	}

	/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
	Tablet MV
	◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
	#mainvisual {
		height: 62.5vw;
		padding-top: 0;
		margin: 0 0 2.5vw;
		/* background: url(../img/index_2025/pc_mv.webp) top center no-repeat;
		background-size: cover; */
	}
	#mainvisual .txt_wrap {
		width: 100%;
		padding: 0 3.6vw;
		margin: 21.875vw auto 0;
	}
	#mainvisual .index_title {
		font-size: 9.375vw;
		letter-spacing: -1px;
		line-height: 1.2;
		font-weight: 600;
		margin-bottom: 2.5vw;
		text-align: left;
	}
	#mainvisual .index_title .deco1 {
		font-size: 9vw;
		letter-spacing: 0;
	}
	#mainvisual .index_title .deco2 {
		letter-spacing: 1px;
	}
	#mainvisual .txt {
		color: #333;
		font-size: 1.875vw;
		text-align: left;
		padding: 0;
	}

	/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
 	Tablet NEWS
	◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
	#news {
		margin: 0 0 8.75vw;
	}
	#news .news_wrap {
		height: 8.125vw;
		padding: 0 1.875vw 0 4.375vw;
	}
	#news .section_title {
		font-size: 2.5vw;
		margin: 0 5vw 0 0;
	}
	#news .news_cont {
		width: 79%;
		height: 6.25vw;
	}
	#news .news_box {
		height: 6.25vw;
		padding: 0;
	}
	#news .news_box .entry .title {
		font-size: 1.25vw;
		font-weight: bold;
		-webkit-line-clamp: 1;
	}
	#news .more {
		display: block;
		margin: 1.641vw 0 0 auto;
	}

	/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
	Tablet SERVICE
	◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
	#service {
		margin: 0 0 8.75vw;
	}
	#service::after {
		top: 3.125vw;
		width: 100%;
		height: 40vw;
	}
	#service .service_wrap {
		display: flex;
		flex-wrap: wrap;
	}
	#service .heading_wrap {
		position: absolute;
		top: 11.172vw;
		left: 0;
		width: 24vw;
		margin: 0;
	}
	/*Contents*/
	#service .entry {
		padding: 0 0 0 1.875vw;
		gap: 4vw;
	}
	#service .entry li {
		width: 19.7%;
		height: 35vw;
	}
	#service .entry li:first-child {
		margin-left: 24.922vw;
	}
	/*内容*/
	#service .entry li .site_logo {
		height: 5.625vw;
		padding: 2.5vw 0 1.25vw 1.641vw;
	}
	#service .entry li .site_logo img {
		width: auto;
		height: 1.875vw;
	}
	#service .entry li.service-uchinowriter .site_logo img {
		width: auto;
		height: 1.875vw;
	}
	#service .entry li .img_box {
		width: 120%;
		margin: 0 0 1.875vw -10%;
	}
	#service .entry li.service-uchinoai .img_box {
		left: 0vw;
	}
	#service .entry li .site_txt {
		font-size: 1.25vw;
		padding: 0 1.875vw;
		margin-bottom: 1.094vw;
	}
	#service .entry li .site_desc {
		color: #555;
		font-size: 1.094vw;
		line-height: 1.6;
		padding: 0 2.344vw;
		transform: skewX(var(--skew-return-1));
	}
	#service .entry li .link {
		position: absolute;
		bottom: 1.094vw;
		right: 1.328vw;
	}
	#service .entry li .link .arrow_black {
		width: 3.125vw;
	}

	/*VIEW MORE*/
	#service .entry li.more {
		justify-content: flex-start;
		width: 20vw;
		height: 35vw;
		margin: 0 0 6.25vw;
	}

	/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
	Tablet CASE
	◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
	#case {
		margin-bottom: 17.5vw;
	}
	#case:after {
		top: 3.125vw;
		width: 100%;
		height: 50vw;
	}
	#case .case_wrap {
		display: flex;
		flex-wrap: wrap;
	}
	#case .heading_wrap {
		position: absolute;
		top: 12.031vw;
		left: 0;
		width: 39.063vw;
		z-index: 10;
	}

	/*1番目*/
	#case .first-item {
		width: 50vw;
		height: 35vw;
		margin: 0 0 5vw auto;
	}
	#case .first-item a {
		position: relative;
		display: block;
		width: 100%;
		height: 100%;
		overflow: hidden;
	}
	#case .first-item .entry {
		position: absolute;
		bottom: 0;
		left: 0;
		color: #fff;
		padding: 2.813vw 0 0;
		z-index: 10;
	}
	#case .first-item .entry .txt_wrap {
		padding: 1.875vw 2.11vw;
	}
	#case .first-item .entry .post_title {
		font-size: 1.875vw;
		margin-bottom: 1.25vw;
	}
	#case .first-item .entry .post_txt {
		font-size: 1.09375vw;
		font-weight: normal;
		line-height: 1.6;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		padding-left: 0.625vw;
		margin: 0;
	}
	#case .first-item .entry .category {
		position: absolute;
		top: 0;
		left: 0;
		font-size: 0.9375vw;
		padding: 0.625vw 1.25vw 0.625vw 1.875vw;
	}
	#case .case_cont .entry .category.jetcms {
		background: var(--jetcms-color);
	}
	#case .case_cont .entry .category.uchino-ai {
		background: var(--uchino-ai-color);
	}
	#case .case_cont .entry .category.uchino-writer {
		background: var(--uchino-writer-color);
	}
	#case .case_cont .entry .category.our-ai-mensetsu {
		background: var(--our-ai-mensetsu-color);
	}
	#case .case_cont .entry .category.ai-switch {
		background: var(--ai-switch-color);
	}
	/*画像*/
	#case .first-item .img_box {
		width: 114%;
		height: 35vw;
		margin-left: -5%;
	}

	/*それ以降*/
	#case .customer-voice-slider {
		margin-bottom: 6.875vw;
	}
	#case .case_cont {
		width: 29.219vw;
		height: 35vw;
		padding-right: 5vw;
	}

	#case .case_cont .box {
		width: 100%;
		overflow: hidden;
	}
	#case .case_cont .link {
		position: relative;
		display: block;
		width: 100%;
		height: 100%;
		overflow: hidden;
	}
	#case .case_cont .entry {
		padding: 2.813vw 0 0;
	}
	#case .case_cont .entry .txt_wrap {
		padding: 1.875vw 2.109vw;
		text-align: left;
		background: rgba(0, 0, 0, 0.8);
	}
	#case .case_cont .entry .post_title {
		font-size: 1.25vw;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
		margin: 0 0 1.875vw;
	}
	#case .case_cont .entry .post_txt {
		font-size: 1.094vw;
		line-height: 1.6;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		margin: 0;
	}
	#case .case_cont .entry .category {
		position: absolute;
		top: 0;
		left: 0;
		width: fit-content;
		font-size: 0.9375vw;
		padding: 0.46875vw 1.25vw 0.46875vw 1.25vw;
	}
	/*画像*/
	#case .case_cont .img_box {
		width: 120%;
		height: 35vw;
		margin-left: -3%;
	}

	/*client-companies*/
	#case .client-companies {
		margin-bottom: 6.25vw;
	}
	#case .client-companies .title {
		font-size: 1.875vw;
		margin-bottom: 3.125vw;
	}
	#case .client-companies .wrap {
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	/*BANNER*/
	#case .client-companies .list {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		width: 68.125%;
		gap: 1.875vw;
		margin: 0;
	}
	#case .client-companies .list:after {
		content: "※50音順";
		bottom: -1.875vw;
		font-size: 1.094vw;
	}
	#case .client-companies .list li {
		box-shadow: 0px 0.625vw 2.3vw 0.2vw rgba(51, 51, 51, 0.08);
	}
	#case .client-companies .list li:before {
		padding-top: 36%;
	}
	/*4列*/
	#case .client-companies .list.set_column4 {
		gap: 1.875vw;
	}
	#case .client-companies .list.set_column4 li {
		width: 22.6%;
	}
	/*3列*/
	#case .client-companies .list.set_column3 {
		gap: 2.5vw;
	}
	#case .client-companies .list.set_column3 li {
		width: 18.4vw;
	}

	#case .client-companies .view_more {
		width: 18vw;
		height: 6.25vw;
		margin: 2.5vw 0 0 0;
		font-size: 1.25vw;
	}
	#case .client-companies .view_more .more_txt {
		justify-content: space-between;
		padding: 0 2.5vw;
	}
	#case .client-companies .view_more .more_txt.sp {
		display: none;
	}
	#case .client-companies .view_more .more_txt.pc {
		display: flex !important;
	}

	/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
	Tablet COLUMN
	◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
	#column {
		position: relative;
		margin-bottom: 12.031vw;
		z-index: 1;
	}
	#column:after {
		top: -5.625vw;
		left: 0;
		display: block;
		width: 100%;
		height: 40vw;
	}
	#column .column_wrap {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#column .heading_wrap {
		width: 32%;
		padding: 2.5vw 0 0;
		margin: 0;
		z-index: 10;
	}
	/*VIEWMORE*/
	#column .heading_wrap .view_more {
		margin: 8.438vw 0 0;
		transform-origin: bottom left;
	}

	/*POST*/
	#column .list {
		display: flex;
		flex-wrap: wrap;
		width: 68%;
		gap: 4vw;
		margin: 0;
	}
	#column .list .box {
		position: relative;
		width: calc(100% / 3 - 2.7vw);
		overflow: hidden;
	}
	#column .list .box a {
		display: block;
		width: 100%;
		height: 100%;
	}
	#column .view_more.sp {
		display: none;
	}
	#column .view_more.pc {
		display: flex !important;
	}
	/*内容*/
	#column .list .box .img_box {
		position: relative;
		width: 100%;
		margin: 0 0 1.25vw;
	}
	#column .list .box .entry .post_title {
		font-size: 1.094vw;
		font-weight: normal;
		line-height: 1.6;
		margin: 0 0 1.25vw;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
	}
	#column .list .box .entry .post_meta {
		font-size: 0.9375vw;
		margin: 0;
	}

	/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
	Tablet RECRUIT
	◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
	#recruit {
		height: 65.625vw;
		margin-bottom: 8.75vw;
		background: url(../img/index_2025/pc_recruit_1.webp) top center no-repeat;
		background-size: cover;
	}
	#recruit::before {
		width: 83.64%;
		height: 12.891vw;
		clip-path: polygon(0 0, 100% 0, 100% 0, 0 100%);
	}
	#recruit::after {
		width: 65.686%;
		height: 15vw;
		clip-path: polygon(0 100%, 100% 0, 100% 100%, 0 100%);
	}
	/*SectionTitle*/
	#recruit .heading_box {
		position: relative;
		display: block;
		width: 100%;
		margin: 0 auto;
		padding: 3.125vw 0 0 5vw;
	}
	#recruit .heading_box .section_title {
		font-size: 6.25vw;
	}
	#recruit .heading_box .sub_title {
		font-size: 1.875vw;
		margin: 0.625vw 0 0;
	}
	/*Message*/
	#recruit .message {
		top: 16.25vw;
		left: 50%;
		width: 80%;
	}
	#recruit .message .message_img {
		width: 34.375vw;
		margin: 0 0 1.25vw;
	}
	#recruit .message .message_img img {
		width: 100%;
		height: auto;
	}
	#recruit .message .message_txt {
		font-size: 1.25vw;
		margin: 0 0 6.25vw;
	}
	/*ボタン*/
	#recruit .message .recruit_btn {
		width: 20.313vw;
		height: 4.063vw;
		padding: 0.3125vw 0 0;
		font-size: 1.25vw;
		border-radius: 5vw;
	}
	#recruit .message .recruit_btn .plus_mark {
		font-size: 1.563vw;
		margin: 0 0.390625vw 0 0;
	}

	/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
	Tablet ABOUT US
	◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
	#aboutus {
		position: relative;
		margin-bottom: 12.031vw;
	}
	#aboutus::after {
		content: unset;
	}
	/*セクションタイトル*/
	#aboutus .heading_wrap {
		width: 48%;
		padding: 3.125vw 0 0;
		margin-bottom: 8.438vw;
	}

	/*社員画像*/
	#aboutus .img_box {
		position: absolute;
		top: 0;
		left: 50%;
		transform: translate(0 -50%);
		width: 50%;
		height: 100%;
		overflow: hidden;
	}
	#aboutus .img_box img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	/*リンク*/
	#aboutus .link_wrap {
		justify-content: unset;
		margin: 0 0 3.125vw;
	}
	#aboutus .link_wrap .box {
		width: 19vw;
		height: 6vw;
		margin: 0 1.875vw 0 0;
		background: #333;
	}
	#aboutus .link_wrap .box .btn {
		font-size: 1.094vw;
		padding: 0 2vw;
		margin: 0 0 0 0.625vw;
	}
	#aboutus .link_wrap .box .btn .txt {
		display: inline;
		font-size: 1.25vw;
	}
	#aboutus .link_wrap .box .btn .txt:after {
		content: " / ";
	}
}
/*====================
End Tablet
====================*/

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
/*====================
Start PC
====================*/
@media only screen and (min-width: 1280px) {
	/*Tracer*/
	.tracer {
		display: none;
		position: absolute;
		top: 0;
		width: 100%;
		height: 7000px;
		opacity: 0;
		opacity: 0.8;
		background: url(../img/index_2025/trace.jpg) top center no-repeat;
		z-index: 100;
		z-index: -100;
	}
	/*ガイド*/
	/* #top_page::before,
	#top_page::after {
		content: "";
		position: fixed;
		top: 0;
		margin: auto;
		display: block;
		width: 1px;
		height: 100vh;
		background: red;
		z-index: 100;
	}
	#top_page::before {
		left: -1280px;
		right: 0;
	}
	#top_page::after {
		left: 0;
		right: -1280px;
	} */
	/*全体*/
	body.home .allwrapper {
		padding-top: 0;
	}
	body.home #upper {
		box-shadow: none;
		background: none;
	}
	/*Inner*/
	#top_page .inner {
		width: 100%;
		max-width: 1280px;
	}
	/*Section Title*/
	.heading_wrap {
	}
	.heading_wrap .section_title {
		font-family: var(--font-HNCB);
		font-size: 80px;
		line-height: 1;
		margin: 0 0 11px;
	}
	.heading_wrap .sub_title {
		font-size: 24px;
		color: #333333;
		font-weight: bold;
		line-height: 1;
		margin: 0 0 32px;
	}
	.heading_wrap .txt {
		font-size: 16px;
		font-weight: 700;
		line-height: 2;
		margin: 0 0 38px;
	}
	.heading_wrap .deco_line {
		display: block;
		width: 88px;
		height: 4px;
		margin: 0;
	}

	/*VIEW MORE*/
	.view_more {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		width: 217px;
		height: 80px;
		padding: 0;
		margin: 0 0 80px auto;
		color: #fff;
		font-size: 1.6rem;
		font-family: var(--font-HNCB);
		transform-origin: top right;
		background: #333;
	}

	.view_more .more_txt {
		display: flex;
		align-items: center;
		width: 100%;
		height: 100%;
		padding: 0 24px;
	}
	#case .client-companies .view_more .more_txt.sp {
		display: none;
	}
	#case .client-companies .view_more .more_txt.pc {
		display: flex !important;
	}

	/*Arrow_Black*/
	.arrow_black,
	.arrow_white {
		width: 40px;
		height: 10px;
		margin: 0 0 8px;
	}
	.arrow_black::before,
	.arrow_black::after,
	.arrow_white::before,
	.arrow_white::after {
		height: 1px;
	}
	.arrow_black::after,
	.arrow_white::after {
		right: 1px;
		width: 14px;
	}

	/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
	 MV
	◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
	#mainvisual {
		height: 800px;
		margin: 0;
		padding-top: 0;
		margin-bottom: 32px;
		/* background: url(../img/index_2025/pc_mv.webp) top center no-repeat;
		background-size: cover; */
	}
	#mainvisual .txt_wrap {
		width: 100%;
		max-width: calc(1280px + 92px);
		margin: 260px auto 0;
	}
	#mainvisual .index_title {
		font-size: 120px;
		letter-spacing: -1px;
		line-height: 1.2;
		font-weight: 600;
		margin-bottom: 20px;
		text-align: left;
	}
	#mainvisual .index_title .deco1 {
		font-size: 120px;
		letter-spacing: 0;
	}
	#mainvisual .index_title .deco2 {
		letter-spacing: 1px;
	}
	#mainvisual .txt {
		color: #333;
		font-size: 2.4rem;
		text-align: left;
		padding: 0;
	}

	/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
 	NEWS
	◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
	#news {
		margin: 0 0 112px;
	}
	#news .news_wrap {
		height: 104px;
		padding: 0 24px 0 56px;
	}
	#news .section_title {
		font-size: 32px;
		margin: 0 53px 0 0;
	}
	#news .news_cont {
		width: 79%;
		max-width: 1022px;
		height: 80px;
	}
	#news .news_box {
		height: 80px;
		padding: 0;
	}
	#news .news_box .entry {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		width: 100%;
		height: 100%;
		line-height: 1.6;
	}
	#news .news_box .entry .title {
		font-size: 16px;
		font-weight: bold;
		-webkit-line-clamp: 1;
	}
	#news .more {
		display: block;
		margin: 21px 0 0 auto;
	}

	/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
	 SERVICE
	◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
	#service {
		margin: 0 0 112px;
	}
	#service::after {
		top: 40px;
		width: 100%;
		height: 512px;
	}
	#service .service_wrap {
		display: flex;
		flex-wrap: wrap;
	}
	#service .heading_wrap {
		position: absolute;
		top: 143px;
		left: 0;
		width: 334px;
		z-index: 10;
	}
	/*Contents*/
	#service .entry {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		width: 100%;
		padding: 0 0 0 24px;
		gap: 64px;
	}
	#service .entry li {
		position: relative;
		width: 256px;
		height: 448px;
		overflow: hidden;
		background: #fff;
	}
	#service .entry li:first-child {
		margin-left: 319px;
	}
	#service .entry li .cont {
		display: block;
		width: 100%;
		height: 100%;
	}
	/*内容*/
	#service .entry li .site_logo {
		height: 72px;
		padding: 32px 0 16px 21px;
		margin: 0;
		transform: skewX(var(--skew-return-1));
	}
	#service .entry li .site_logo img {
		width: auto;
		height: 24px;
	}
	#service .entry li.service-uchinowriter .site_logo img {
		width: auto;
		height: 24px;
	}
	#service .entry li .img_box {
		position: relative;
		width: 120%;
		margin: 0 0 26px -10%;
		transform: skewX(var(--skew-return-1));
	}
	#service .entry li.service-uchinoai .img_box {
		left: 0vw;
	}
	#service .entry li .img_box:before {
		content: "";
		display: block;
		padding-top: 47.2%;
	}
	#service .entry li .img_box img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	#service .entry li .site_txt {
		color: #333;
		font-size: 16px;
		line-height: 1.6;
		padding: 0 24px 0 32px;
		margin-bottom: 5px;
		transform: skewX(var(--skew-return-1));
	}
	#service .entry li .site_desc {
		color: #555;
		font-size: 1.4rem;
		line-height: 1.8;
		padding: 0 16px 0 38px;
		transform: skewX(var(--skew-return-1));
	}
	#service .entry li .link {
		position: absolute;
		bottom: 14px;
		right: 17px;
	}
	#service .entry li .link .arrow_black {
		width: 40px;
	}
	/*VIEW MORE*/
	#service .entry li.more {
		justify-content: flex-start;
		width: 256px;
		height: 448px;
	}
	#service .entry li.more .view_more {
		margin: 0 0 80px 12px;
	}
	#service .entry li.more .view_more .more_txt {
		padding: 0 24px 0 48px;
	}

	/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
	 CASE
	◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
	#case {
		margin-bottom: 224px;
	}
	#case:after {
		top: 40px;
		width: 100%;
		height: 640px;
	}
	#case .case_wrap {
		display: flex;
		flex-wrap: wrap;
	}
	#case .heading_wrap {
		position: absolute;
		top: 144px;
		left: 0;
		width: 500px;
		z-index: 10;
	}

	/*1番目*/
	#case .first-item {
		width: 640px;
		height: 448px;
		margin: 0 0 64px auto;
	}
	#case .first-item a {
		position: relative;
		display: block;
		width: 100%;
		height: 100%;
		overflow: hidden;
	}
	#case .first-item .entry {
		position: absolute;
		bottom: 0;
		left: 0;
		color: #fff;
		padding: 36px 0 0;
		z-index: 10;
	}
	#case .first-item .entry .txt_wrap {
		padding: 24px 27px;
	}
	#case .first-item .entry .post_title {
		font-size: 2.4rem;
		margin-bottom: 16px;
	}
	#case .first-item .entry .post_txt {
		font-size: 1.4rem;
		font-weight: normal;
		line-height: 1.6;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		padding-left: 8px;
		margin: 0;
	}
	#case .first-item .entry .category {
		position: absolute;
		top: 0;
		left: 0;
		font-size: 1.2rem;
		padding: 8px 16px 8px 24px;
	}
	#case .case_cont .entry .category.jetcms {
		background: var(--jetcms-color);
	}
	#case .case_cont .entry .category.uchino-ai {
		background: var(--uchino-ai-color);
	}
	#case .case_cont .entry .category.uchino-writer {
		background: var(--uchino-writer-color);
	}
	#case .case_cont .entry .category.our-ai-mensetsu {
		background: var(--our-ai-mensetsu-color);
	}
	#case .case_cont .entry .category.ai-switch {
		background: var(--ai-switch-color);
	}
	/*画像*/
	#case .first-item .img_box {
		width: 114%;
		height: 448px;
		margin-left: -5%;
	}

	/*それ以降*/
	#case .customer-voice-slider {
		margin-bottom: 88px;
	}
	#case .case_cont {
		width: 374px;
		height: 448px;
		padding-right: 64px;
	}

	#case .case_cont .box {
		width: 100%;
		overflow: hidden;
	}
	#case .case_cont .link {
		position: relative;
		display: block;
		width: 100%;
		height: 100%;
		overflow: hidden;
	}
	#case .case_cont .entry {
		padding: 36px 0 0;
	}
	#case .case_cont .entry .txt_wrap {
		padding: 24px 27px;
		text-align: left;
		background: rgba(0, 0, 0, 0.8);
	}
	#case .case_cont .entry .post_title {
		font-size: 1.6rem;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
		margin: 0 0 24px;
	}
	#case .case_cont .entry .post_txt {
		font-size: 1.4rem;
		line-height: 1.6;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		margin: 0;
	}
	#case .case_cont .entry .category {
		position: absolute;
		top: 0;
		left: 0;
		width: fit-content;
		font-size: 1.2rem;
		padding: 6px 16px 6px 16px;
	}
	/*画像*/
	#case .case_cont .img_box {
		width: 120%;
		height: 448px;
		margin-left: -3%;
	}

	/*client-companies*/
	#case .client-companies {
		margin-bottom: 80px;
	}
	#case .client-companies .title {
		font-size: 2.4rem;
		margin-bottom: 40px;
	}
	#case .client-companies .wrap {
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	/*BANNER*/
	#case .client-companies .list {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		width: 872px;
		margin: 0;
	}
	#case .client-companies .list:after {
		content: "※50音順";
		bottom: -24px;
		font-size: 14px;
	}
	#case .client-companies .list li {
		box-shadow: 0px 8px 29.44px 2.56px rgba(51, 51, 51, 0.08);
	}
	/*4列*/
	#case .client-companies .list.set_column4 {
		gap: 24px;
	}
	#case .client-companies .list.set_column4 li {
		width: 200px;
	}
	#case .client-companies .list.set_column4 li:before {
		padding-top: 72px;
	}
	/*3列*/
	#case .client-companies .list.set_column3 {
		gap: 32px;
	}
	#case .client-companies .list.set_column3 li {
		width: 269px;
	}
	#case .client-companies .list.set_column3 li:before {
		padding-top: 36%;
	}

	/*VIEW MORE CASE*/
	#case .client-companies .view_more {
		width: 216px;
		height: 80px;
		margin: 74px 72px 0 0;
		color: #fff;
		font-size: 1.6rem;
		background: #333;
	}

	/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
	 COLUMN
	◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
	#column {
		position: relative;
		margin-bottom: 154px;
		z-index: 1;
	}
	#column:after {
		top: -72px;
		left: 0;
		display: block;
		width: 100%;
		height: 512px;
	}
	#column .column_wrap {
		display: flex;
		flex-wrap: wrap;
	}
	#column .heading_wrap {
		width: 392px;
		padding: 32px 0 0;
		margin: 0;
		z-index: 10;
	}
	#column .heading_wrap .section_title {
		margin: 0 0 10px;
	}
	#column .heading_wrap .sub_title {
		margin: 0 0 34px;
	}
	#column .heading_wrap .txt {
		line-height: 1.8;
		margin: 0 0 40px;
	}
	/*VIEWMORE*/
	#column .heading_wrap .view_more {
		margin: 108px 0 0;
		transform-origin: bottom left;
	}
	#column .heading_wrap .view_more .more_txt {
		padding: 0 24px 0 48px;
	}
	#column .view_more.sp {
		display: none;
	}

	/*POST*/
	#column .list {
		display: flex;
		flex-wrap: wrap;
		width: 888px;
		gap: 72px;
		margin: 0;
	}
	#column .list .box {
		position: relative;
		width: 248px;
		overflow: hidden;
	}
	/*内容*/
	#column .list .box .img_box {
		position: relative;
		width: 100%;
		margin: 0 0 16px;
	}
	#column .list .box .img_box::before {
		padding-top: 160px;
	}
	#column .list .box .entry .post_title {
		font-size: 1.4rem;
		font-weight: normal;
		line-height: 1.6;
		margin: 0 0 16px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
	}
	#column .list .box .entry .post_meta {
		font-size: 1.2rem;
		margin: 0;
	}

	/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
	 RECRUITエリア
	◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
	#recruit {
		margin-bottom: 112px;
		background: url(../img/index_2025/pc_recruit_1.webp) top center no-repeat;
		background-size: cover;
		height: 50vw;
		min-height: 840px;
	}

	#recruit::before {
		width: 100%;
		max-width: 1365px;
		height: 165px;
		clip-path: polygon(0 0, 100% 0, 100% 0, 0 100%);
	}
	#recruit::after {
		width: 100%;
		max-width: 1072px;
		height: 192px;
		clip-path: polygon(0 100%, 100% 0, 100% 100%, 0 100%);
	}
	/*SectionTitle*/
	#recruit .heading_box {
		position: relative;
		display: block;
		width: 100%;
		max-width: calc(1280px + 92px);
		margin: 0 auto;
		padding: 40px 0 0 0;
		z-index: 10;
	}
	#recruit .heading_box .section_title {
		font-size: 8rem;
	}
	#recruit .heading_box .sub_title {
		font-size: 2.4rem;
		margin: 8px 0 0;
	}
	/*Message*/
	#recruit .message {
		position: absolute;
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		width: 80%;
		color: #fff;
		z-index: 5;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		transform: initial;
	}
	#recruit .message .message_img {
		width: 440px;
		margin: 0 0 22px;
	}
	#recruit .message .message_img img {
		width: 100%;
		height: auto;
	}
	#recruit .message .message_txt {
		font-size: 1.6rem;
		font-weight: 700;
		margin: 0 0 52px;
	}
	/*ボタン*/
	#recruit .message .recruit_btn {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		width: 260px;
		height: 52px;
		padding: 4px 0 0;
		font-size: 16px;
		font-weight: 600;
		border-radius: 50px;
		background: #fff;
	}
	#recruit .message .recruit_btn .plus_mark {
		font-size: 20px;
		margin: -4px 5px 0 0;
	}

	/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
	 ABOUT US
	◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
	#aboutus {
		position: relative;
		margin-bottom: 154px;
	}
	#aboutus::after {
		content: unset;
	}
	/*セクションタイトル*/
	#aboutus .heading_wrap {
		padding: 32px 0 0;
		margin-bottom: 108px;
	}

	/*社員画像*/
	#aboutus .img_box {
		position: absolute;
		top: 0;
		left: 50%;
		transform: translate(0 -50%);
		width: 50%;
		height: 512px;
		overflow: hidden;
	}
	#aboutus .img_box img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	/*リンク*/
	#aboutus .link_wrap {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: unset;
		list-style: none;
		padding: 0;
		margin: 0 0 40px;
	}
	#aboutus .link_wrap .box {
		width: 256px;
		height: 80px;
		margin: 0 36px 0 0;
		background: #333;
	}
	#aboutus .link_wrap .box .btn {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 100%;
		color: #fff;
		font-size: 1.4rem;
		padding: 0 0 0 8px;
		margin: 0 0 0 8px;
	}
	#aboutus .link_wrap .box .btn .txt {
		display: inline;
		font-size: 1.6rem;
	}
	#aboutus .link_wrap .box .btn .txt:after {
		content: " / ";
	}
	#aboutus .link_wrap .box .btn .arrow_white {
		margin: -8px 0 0 28px;
	}
}
/*====================
End PC
====================*/
