@charset "utf-8";

/* -----------------------------------------------------------
TOPページ
-------------------------------------------------------------- */
/* -----------------------------------------------------------
	top-link-area
-------------------------------------------------------------- */
.top-link-area {
	margin: 55px 0 0;
}

.top-link-area ul {
	display: flex;
	justify-content: center;
	column-gap: 20px;
	padding: 0 30px;
}

.top-link-area li {
	aspect-ratio: 750/393;
	border: 1px solid #fff;
	transition: .5s all;
	width: calc((100% - 60px) / 4);
	overflow: hidden;
}

.top-link-area li:hover {
	opacity: 0.8;
	border-color: var(--main);
}

.top-link-area a {
	display: block;
	position: relative;
}

.top-link-area a::before {
	background: url("../img/cmn_arrow_black.svg")center/contain no-repeat;
	content: "";
	position: absolute;
	right: 20px;
	width: 18px;
	height: 8px;
	z-index: 4;
	top: 25px;
	transition: .3s;
}

.top-link-area .arrow-w a::before {
	background-image: url("../img/cmn_arrow_white.svg") !important;
}

.top-link-area li:hover a::before {
	background-image: url("../img/cmn_arrow_blue.svg");
}

.top-link-area img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media screen and (max-width: 768px) {
	.top-link-area {
		margin: 30px 0 0;
	}

	.top-link-area ul {
		display: block;
		width: 100%;
		padding: 0 20px;
	}

	.top-link-area li {
		aspect-ratio: 670/300;
		width: 100%;
	}

	.top-link-area ul li:nth-child(n + 2) {
		margin: 15px 0 0;
	}

	.top-link-area a::before {
		top: 15px;
		right: 15px;
	}
}

/* -----------------------------
	recruit-banner-sp
-------------------------------- */
@media screen and (max-width: 768px) {
	.recruit-banner-sp {
		margin: 30px 0 0;
		padding: 40px 0 0;
		position: relative;
	}

	.recruit-banner-sp::before {
		content: '';
		position: absolute;
		width: 230px;
		height: 300px;
		top: 0;
		right: 0;
		background-color: var(--recbg);
		padding: 0 40px 0 30px;
		clip-path: polygon(110px 0, 100% 0, 100% 100%, 0% 100%);
		z-index: -1;
	}

	.recruit-banner-sp a {
		display: block;
	}

	.recruit-banner-sp .img {
		aspect-ratio: 335/150;
		width: 100%;
		position: relative;
	}

	.recruit-banner-sp .img img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.recruit-banner-sp [class^="section-ttl-area"] {
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		left: 20px;
	}

	.recruit-banner-sp [class^="section-ttl-area__"] {
		gap: 5px;
	}

	.recruit-banner-sp [class^="section-ttl-area__"] .en {
		font-size: 2rem;
		color: #fff;
	}

	.recruit-banner-sp [class^="section-ttl-area__"] .ja {
		font-size: 2.5rem;
		color: #fff;
	}

	.recruit-banner-sp .recruit-catch {
		color: var(--cmnblack);
		font-size: 1.9rem;
		font-weight: bold;
		padding: 15px 0 0px 20px;
		letter-spacing: 0.05em;
		line-height: 1.57;
	}
}

/* -------------------------------------------------------------
    news-area   標準仕様
-------------------------------------------------------------- */
.top-news {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin: 100px auto 0;
	gap: 40px;
}

#top .ninews-area .ninews-inner {
	gap: 40px;
	align-items: flex-start !important;
}

#top .ninews-area .ninews-head h2 {
	font-size: 2.3rem;
	font-weight: bold;
	letter-spacing: .03em;
}

#top .ninews-area .ninews-head-link {
	align-items: center;
	color: var(--cmnblack);
	display: flex;
	gap: 5px;
	font-size: 1.5rem;
	margin: 25px 0 0;
	padding: 5px 0;
}

#top .ninews-area .ninews-head-link:hover {
	color: var(--main);
}

#top .ninews-area .ninews-head-link::before {
	content: "\f105";
	color: var(--main);
	font: 900 1.1rem/1 var(--webicon);
	margin: 2px 0 0;
}

#top .ninews-area .ninews-list {
	width: 470px;
}

#top .ninews-area .ninews-list .ninews-item:nth-child(n+2) {
	display: none;
}

#top .ninews-area .ninews-date {
	color: var(--sub);
	font: 500 1.5rem /1 var(--en);
	letter-spacing: .05em;
}

#top .ninews-area .ninews-cate-wrap .ninews-cate:nth-child(n+3) {
	display: none;
}

#top .ninews-area .ninews-title {
	color: var(--cmnblack);
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: .07em;
	line-height: 1.5;
	transition: .5s;
}

@media screen and (max-width: 768px) {
	.top-news {
		display: block;
		margin: 80px auto 0;
	}

	#top .ninews-area {
		margin: 0 0 0;
	}

	#top .ninews-area .ninews-head {
		margin: 0 0 20px;
		width: 100%;
	}

	#top .ninews-area .ninews-head h2 {
		font-size: 2rem;
	}

	#top .ninews-area .ninews-head-link {
		font-size: 1.4rem;
		margin: 0;
		gap: 5px;
		padding: 8px 14px 10px;
	}

	#top .ninews-area .ninews-list {
		width: 100%;
	}

	#top .ninews-area .ninews-date {
		font-size: 1.4rem;
	}

	#top .ninews-area .ninews-title {
		font-weight: 600;
	}
}

/* -------------------------------------------------------------
    news-area   ninews-no-thumb サムネイルなし
-------------------------------------------------------------- */
#top .ninews-no-thumb .ninews-title::before {
	content: "\f105";
	color: var(--link);
	font: 900 1.1rem/1 var(--webicon);
	right: 7px;
	top: 70%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

#top .ninews-no-thumb .ninews-item a {
	border-bottom: 1px solid var(--sub);
	gap: 5px;
	padding: 0px 0 25px 0px;
	display: block !important;
}

#top .ninews-no-thumb .ninews-item a::before {
	background: var(--link);
	bottom: -1px;
	content: "";
	width: 0;
	height: 1px;
	position: absolute;
	left: 0;
	transition: .5s;
}

#top .ninews-no-thumb .ninews-item a:hover .ninews-title {
	color: var(--main);
}

#top .ninews-no-thumb .ninews-item a:hover::before {
	width: 100%;
	transition: .5s;
}

#top .ninews-no-thumb .ninews-title {
	padding: 18px 35px 0 0;
}

#top .ninews-no-thumb .ninews-date {
	width: 86px;
}

#top .ninews-no-thumb .ninews-elements {
	gap: 15px;
}

@media screen and (max-width: 768px) {
	#top .ninews-no-thumb .ninews-item:not(:last-child) {
		margin-bottom: 18px;
	}

	#top .ninews-no-thumb .ninews-item a {
		padding: 0 0 18px;
	}

	#top .ninews-no-thumb .ninews-elements {
		gap: 12px;
	}

	#top .ninews-no-thumb .ninews-title {
		margin: 16px 0 0 0;
		padding: 0 18px 0 0;
	}

	#top .ninews-area .ninews-title::before {
		font-size: 1.3rem;
		top: 53%;
	}
}

/* -------------------------------------------------------------
    news-area   ninews-have-thumb サムネイルあり
-------------------------------------------------------------- */
#top .ninews-have-thumb.ninews-list {
	gap: 20px;
}

#top .ninews-have-thumb .ninews-item {
	width: calc((100% - 20px) / 2);
}

#top .ninews-have-thumb .ninews-item a {
	gap: 20px;
}

#top .ninews-thumb__img {
	width: 240px;
	height: 180px;
}

#top .ninews-thumb__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .5s;
}

#top .ninews-have-thumb a:hover img {
	transform: scale(1.15);
}

#top .ninews-thumb__elements {
	gap: 10px;
	width: calc(100% - 240px - 20px);
}

#top .ninews-have-thumb .ninews-title {
	-webkit-line-clamp: 2;
	max-height: 50px;
}

#top .ninews-have-thumb .ninews-elements {
	gap: 12px;
}

@media screen and (max-width: 768px) {
	#top .ninews-have-thumb .ninews-item {
		width: 100%;
	}

	#top .ninews-have-thumb .ninews-item a {
		gap: 15px;
	}

	#top .ninews-thumb__img {
		width: 45%;
		height: auto;
		aspect-ratio: 3/2;
	}

	#top .ninews-thumb__elements {
		gap: 5px;
		width: calc(45% - 15px);
	}

	#top .ninews-have-thumb .ninews-elements {
		gap: 8px 10px;
	}
}

/* -----------------------------------------------------------
	calender-area
-------------------------------------------------------------- */
.calender-area {
	flex-grow: 1;
}

.calender-area > div {
	display: flex;
	justify-content: space-between;
	gap: 30px;
}

.calender-area .calender-head {
	font-size: 2.3rem;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: 0.03em;
}

.calender-area .calender-head span {
	font-size: 1.6rem;
	display: block;
}

.calender-area ul {
	display: flex;
	flex-grow: 1;
	gap: 18px;
}

.calender-area ul li {
	transition: .3s all;
	width: calc((100% - 18px) / 2);
}

.calender-area ul a {
	align-items: center;
	border: 1px solid var(--gray);
	display: flex;
	gap: 10px;
	padding: 20px;
	height: 88px;
	width: 100%;
	justify-content: center;
}

.calender-area ul a:hover {
	background: var(--linkbg);
	border-color: var(--main);
}

.calender-area ul a:hover span {
	color: var(--main);
}

.calender-area ul span {
	color: var(--sub);
	font: italic 600 2.5rem /1 var(--en);
	position: relative;
	padding: 0 0 0 47px;
	transition: .5s;
}

.calender-area ul span::before {
	aspect-ratio: 117/150;
	background: url("../img/icon-pdf-gray.svg")center/contain no-repeat;
	content: "";
	width: 37px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
}

@media screen and (max-width: 768px) {
	.calender-area {
		margin: 50px 0 0;
	}

	.calender-area > div {
		display: block;
	}

	.calender-area .calender-head {
		font-size: 2rem;
	}

	.calender-area .calender-head span {
		font-size: 1.3rem;
	}

	.calender-area ul span {
		font-size: 2.1rem;
	}

	.calender-area ul span::before {
		width: 32px;
	}

	.calender-area ul {
		margin: 20px 0 0;
	}

	.calender-area ul a {
		height: 60px;
	}
}

/* -----------------------------------------------------------
	strengths-area
-------------------------------------------------------------- */
.strengths-area {
	margin: 130px 0 0;
}

.strengths-area .txt-area {
	display: flex;
	justify-content: space-between;
}

.strengths-flow-ttl {
	text-align: center;
	margin: 70px 0 18px;
	color: var(--main);
	font-weight: bold;
	font-size: 2.5rem;
	letter-spacing: 0.03em;
}

.strengths-area .txt-area > div:nth-child(2) {
	width: 770px;
}

.strengths-area .strengths-catch {
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: .075em;
}

.strengths-area .strengths-txt {
	padding: 20px 0 0;
	line-height: 2.37;
}

/* strengths-flow */
.strengths-flow {
	background: url("../img/cmn_bg_flow.jpg") no-repeat bottom center / contain;
	display: flex;
	justify-content: space-between;
	gap: 36px;
	margin: 6px 0 0;
	padding: 0 0 50px;
	position: relative;
}

.strengths-flow .num {
	position: relative;
	color: var(--main);
	text-align: center;
	font-family: var(--en);
	font-size: 2rem;
}

.strengths-flow .num::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	top: 0;
	right: 0;
	background: var(--main);
}

.strengths-flow .num::after {
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	background: var(--main);
	top: -4px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	border-radius: 5px;
}

.strengths-flow .subttl {
	color: var(--main);
	font-weight: 500;
	font-size: 2rem;
	text-align: center;
	line-height: 1;
}

.strengths-flow ul {
	display: flex;
	justify-content: space-between;
	gap: 36px;
	margin: 40px 0 0;
}

.strengths-flow .subttl ~ ul {
	margin: 20px 0 0;
}

.strengths-flow .img {
	width: 170px;
	height: 270px;
	clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 100%);
	overflow: hidden;
	position: relative;
}

@keyframes strengths-anime {
	100% {
		transform: translateX(100%);
	}
}

.strengths-flow .img::before {
	background: #fff;
	content: '';
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: 1;
}

.strengths-flow .img.multi-active::before {
	animation: strengths-anime 1s cubic-bezier(0.4, 0, 0.2, 1) .5s forwards;
}

.strengths-flow ul li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.strengths-flow ul li .ttl {
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.3;
	width: fit-content;
	margin: 0 0 0 auto;
	text-align: center;
	display: flex;
	flex-direction: column;
}

.strengths-flow .drawing .ttl span {
	position: relative;
	padding: 0 0 0 12px;
	text-align: left;
}

.strengths-flow .drawing .ttl span::before {
	content: '';
	top: 15px;
	left: 0;
	position: absolute;
	width: 5px;
	height: 5px;
	background: #86a1ba;
	border-radius: 10px;
}

.strengths-flow .coating .ttl span {
	font-size: 1.9rem;
	text-align: center;
	margin: 0 auto;
	padding: 5px 0 0;
	display: inline-block;
}

.strengths-btn {
	display: flex;
	justify-content: center;
	gap: 40px;
	margin: 45px 0 0;
}

.strengths-area .cmn-btn {
	width: 280px;
}

@media screen and (max-width: 768px) {
	.strengths-area {
		margin: 60px 0 0;
	}

	.strengths-area .txt-area {
		display: block;
	}

	.strengths-area .txt-area > div:nth-child(2) {
		width: 100%;
	}

	.strengths-area .strengths-catch {
		font-size: 2.3rem;
		margin: 28px 0 0;
		line-height: 1.73;
		letter-spacing: .04em;
	}

	.strengths-area .strengths-txt {
		line-height: 2.4;
		font-size: 1.5rem;
		padding: 20px 0 0;
	}

	.strengths-flow-ttl {
		text-align: left;
		margin: 35px 0 0;
		font-size: 1.9rem;
	}

	.strengths-flow {
		background: url(../img/cmn_bg_flow_sp.jpg)center top 100px /100% auto no-repeat;
		display: block;
		padding: 0 0 0 56px;
		margin: 18px 0 0;
	}

	.strengths-flow > div {
		position: relative;
		padding: 0 0 25px;
	}

	.strengths-flow > div::before {
		content: '';
		position: absolute;
		width: 1px;
		height: 100%;
		top: 0;
		left: -31px;
		background: var(--main);
	}

	.strengths-flow > div:last-of-type {
		padding: 0;
	}

	.strengths-flow .num {
		position: absolute;
		line-height: 1;
		font-size: 1.7rem;
		left: -24px;
		top: -3px;
	}

	.strengths-flow > div:nth-of-type(2) .num {
		top: 2px;
	}

	.strengths-flow .num::before {
		display: none;
	}

	.strengths-flow .num::after {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		left: -10px;
		width: 7px;
		height: 7px;
		top: 3px;
	}

	.strengths-flow ul {
		display: block;
		margin: 0 0 0;
	}

	.strengths-flow .subttl ~ ul {
		margin: 15px 0 0;
	}

	.strengths-flow .subttl ~ ul li {
		margin: 10px 0 0;
	}

	.strengths-flow ul li {
		display: flex;
		align-items: center;
		gap: 10px;
	}

	.strengths-flow ul li .ttl {
		font-size: 1.9rem;
		text-align: left;
		letter-spacing: 0;
		margin: 0;
	}

	.strengths-flow .drawing .ttl {
		gap: 3px;
	}

	.strengths-flow .coating .ttl span {
		font-size: 1.5rem;
		text-align: left;
		margin: 0;
		line-height: 1.5;
	}

	.strengths-flow .drawing .ttl span::before {
		top: 11px;
	}

	.strengths-flow .subttl {
		padding: 0 0 0;
		text-align: left;
		font-size: 1.8rem;
	}

	.strengths-flow .img {
		width: 160px;
		height: 80px;
		clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%)
	}

	.strengths-flow ul li img {
		margin: 0;
		width: 160px;
	}

	.strengths-btn {
		display: block;
		margin: 50px 0 0;
	}

	.strengths-area .cmn-btn {
		width: 100%;
	}

	.strengths-area .cmn-btn:nth-child(2) {
		margin: 25px 0 0;
	}

	.strengths-area .cmn-btn:nth-child(2) a {
		height: 70px;
		line-height: 1.56;
	}
}

/* -------------------------------------------------------------
    technique-area
-------------------------------------------------------------- */
.technique-area {
	background: linear-gradient(80deg, #1c2c38, #325067);
	height: 100%;
	position: relative;
	width: 100%;
	padding: 120px 0 110px;
	margin: 120px 0 0;
}

.technique-area::before {
	aspect-ratio: 663/452;
	content: "";
	background: url(../img/cmn_bg_tec.png)center/contain no-repeat;
	right: 0;
	top: 0;
	width: 663px;
	position: absolute;
	mix-blend-mode: screen;
	opacity: .7;
}

.technique-area .txt-area {
	align-items: center;
	display: flex;
	gap: 90px;
}

.technique-area .technique-head-catch {
	color: #fff;
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 1.6;
}

.technique-area .technique-box {
	align-items: center;
	background: #fff;
	display: flex;
	position: relative;
	padding: 0 0 0 550px;
}

.technique-area .technique-box::before {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	position: absolute;
	width: 500px;
	height: 100%;
	left: 0;
	top: 0;
}

[data-teqbox="1"].lazyloaded.technique-box::before {
	background-image: url(../img/technique-box01.jpg);
}

[data-teqbox="2"].lazyloaded.technique-box::before {
	background-image: url(../img/technique-box02.jpg);
}

[data-teqbox="3"].lazyloaded.technique-box::before {
	background-image: url(../img/technique-box03.jpg);
}

[data-teqbox="4"].lazyloaded.technique-box::before {
	background-image: url(../img/technique-box04.jpg);
}

[data-teqbox="5"].lazyloaded.technique-box::before {
	background-image: url(../img/technique-box05.jpg);
}

.technique-area .technique-box:nth-child(2) {
	margin: 65px 0 0;
}

.technique-area .technique-box:nth-child(n + 3) {
	margin: 60px 0 0;
}

.technique-area .technique-box .txt-box {
	position: relative;
	padding: 50px 40px 50px 0;
}

.technique-area .teq-head-num {
	color: var(--sub);
	font-family: var(--en);
	font-weight: bold;
	font-style: italic;
	display: inline-block;
	line-height: 1.1;
	letter-spacing: 0;
	position: absolute;
}

.technique-area .teq-head-num span {
	font-size: 2.5rem;
	display: block;
	text-align: right;
	position: relative;
}

.technique-area .teq-head-num span::before {
	content: '';
	position: absolute;
	width: 5px;
	height: 5px;
	top: 10px;
	left: 0;
	background: var(--sub);
	border-radius: 10px;
}

.technique-area .teq-head-num span::after {
	content: '';
	position: absolute;
	width: 40px;
	height: 1px;
	top: 12px;
	left: 0;
	background: var(--sub);
}

.technique-area .technique-ttl {
	font-size: 3.5rem;
	font-weight: bold;
	padding: 0 0 0 100px;
	line-height: 1.2;
}

.technique-area .technique-ttl span {
	font-size: 2.8rem;
	display: inline-block;
	line-height: 1;
}

.technique-area .technique-catch {
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.65;
	letter-spacing: .03em;
	margin: 30px 0 0;
}

.technique-solution {
	display: flex;
	margin: 32px 0 0;
	align-items: center;
}

.technique-solution .solution-box {
	align-items: center;
	border: 1px solid var(--sub);
	border-width: 1px 1px 1px 0;
	display: flex;
	gap: 10px;
	flex-grow: 1;
	height: 80px;
	position: relative;
	padding: 10px 15px 10px 10px;
}

.technique-solution .solution-box::before {
	content: "";
	background: url(../img/solution-box-deco.jpg)center/contain no-repeat;
	width: 28px;
	height: 80px;
	position: absolute;
	left: -27px;
	top: -1px;
}

.technique-solution .solution-box-quality {
	font-size: 1.8rem;
	font-weight: 600;
	letter-spacing: .03em;
	line-height: 1.38;
}

.technique-solution-ttl {
	font-size: 1.5rem;
	font-weight: 500;
	color: var(--main);
	line-height: 1.5;
	letter-spacing: 0;
	position: relative;
	z-index: 2;
	width: 130px;
}

.technique-solution-ttl img {
	margin: 0 5px 0 0;
}

.technique-solution-result {
	align-items: center;
	display: flex;
	gap: 5px;
	letter-spacing: 0;
}

.technique-solution-result .s {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.2;
}

[data-teqbox="4"] .technique-solution-result .s {
	font-size: 1.6rem;
}

.technique-solution-result .m {
	font-size: 2.3rem;
	font-weight: bold;
	line-height: 1.2;
}

[data-teqbox="4"] .technique-solution-result .m {
	font-size: 2rem;
}

.technique-solution-num {
	align-items: center;
	display: flex;
}

.technique-solution-num .num {
	font-size: 3.5rem;
	font-style: italic;
	font-weight: bold;
	color: var(--main);
	line-height: 1;
	margin: 0 7px 0 2px;
	padding: 0 0 5px;
}

[data-teqbox="4"] .technique-solution-num .num {
	font-size: 3.3rem;
}

.technique-solution figure {
	align-items: center;
	display: flex;
	gap: 10px;
}

[data-teqbox="1"] .icon {
	aspect-ratio: 78/46;
	width: 78px;
}

[data-teqbox="2"] .icon {
	aspect-ratio: 78/46;
	width: 78px;
}

[data-teqbox="3"] .icon {
	aspect-ratio: 78/38;
	width: 78px;
}

[data-teqbox="4"] .icon {
	aspect-ratio: 59/58;
	width: 59px;
}

.technique-solution .customer-txt {
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.28;
}

.technique-area .cmn-btn {
	margin: 40px 0 0;
}

.technique-area .cmn-btn a {
	width: 280px;
}

@media screen and (max-width: 768px) {
	.technique-area::before {
		width: 263px;
		top: 0;
		opacity: 1;
	}

	.technique-area .technique-bg::before {
		width: 71vw;
		mix-blend-mode: lighten;
	}

	.technique-area {
		padding: 60px 0 40px;
		margin: 60px 0 0;
	}

	.technique-area .txt-area {
		display: block;
		position: relative;
	}

	.technique-area .technique-head-catch {
		font-size: 2rem;
		font-weight: 600;
		padding: 30px 0 0;
		line-height: 1.95;
	}

	.technique-area .technique-box {
		display: block;
		padding: 64vw 0 0;
	}

	.technique-area .technique-box::before {
		height: 64vw;
		width: 100%;
	}

	.technique-area .technique-box:nth-child(2) {
		margin: 40px 0 0;
	}

	.technique-area .technique-box:nth-child(n + 3) {
		margin: 35px 0 0;
	}

	.technique-area .technique-box .txt-box {
		padding: 27px 20px 32px;
	}

	.technique-area .technique-box .teq-head-num {
		font-size: 1.3rem;
	}

	.technique-area .technique-box .teq-head-num span {
		font-size: 2rem;
		padding: 0 0 0 40px;
		text-align: left;
	}

	.technique-area .technique-box .teq-head-num span::after {
		width: 30px;
	}

	.technique-area .technique-box .txt-box .technique-ttl {
		font-size: 2.6rem;
		padding: 0 0 0 78px;
	}

	.technique-area .technique-box:nth-child(4) .txt-box .technique-ttl {
		font-size: 2.3rem;
	}

	.technique-area .technique-box .txt-box .technique-ttl span {
		font-size: 1.8rem;
	}

	.technique-area .technique-box .txt-box .technique-catch {
		padding: 0;
		margin: 22px 0 0;
		line-height: 1.6;
		letter-spacing: .05em;
		font-size: 1.8rem;
	}

	.technique-solution {
		display: block;
		margin: 28px 0 0;
	}

	.technique-solution .solution-box {
		border: none;
		gap: 4px;
		flex-wrap: wrap;
		padding: 17px 0 0;
		width: 100%;
		height: auto;
	}

	.technique-solution .solution-box::before {
		display: none;
	}

	.technique-solution-ttl {
		border-bottom: solid 1px var(--main);
		display: flex;
		align-items: flex-end;
		font-weight: bold;
		width: 100%;
		line-height: 1;
	}

	.technique-solution-ttl img {
		margin: 0 2px 0 0;
	}

	.technique-solution-result {
		gap: 2px 5px;
		flex-wrap: wrap;
		font-size: 1.9rem;
	}

	[data-teqbox="1"] .technique-solution-result {
		width: 100%;
	}

	[data-teqbox="2"] .technique-solution-result {
		width: 100%;
	}

	[data-teqbox="3"] .technique-solution-result {
		width: 100%;
	}

	[data-teqbox="4"] .technique-solution-result {
		width: 150px;
	}

	.technique-solution-result .w100 {
		width: 100%;
	}

	.technique-solution-result .s {
		font-size: 1.5rem !important;
	}

	.technique-solution-result .m {
		font-size: 1.8rem !important;
	}

	.technique-solution-num .num {
		font-size: 2.5rem !important;
		margin: 0 3px 0 1px;
	}

	.technique-solution .solution-box .icon {
		margin: 0;
	}

	.technique-solution figure {
		gap: 5px;
	}

	[data-teqbox="1"] .icon {
		width: 66px;
	}

	[data-teqbox="2"] .icon {
		width: 66px;
	}

	[data-teqbox="3"] .icon {
		width: 65px;
	}

	[data-teqbox="4"] .icon {
		width: 52px;
	}

	.technique-solution .customer-txt {
		font-size: 1.2rem;
	}

	.technique-area .cmn-btn {
		margin: 22px 0 0;
	}

	.technique-area .cmn-btn a {
		width: 100%;
	}
}

/* -----------------------------------------------------------
works-area
-------------------------------------------------------------- */
.works-area {
	margin: 150px 0 0;
	position: relative;
}

.works-area .works-head-catch {
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 1.6;
}

.works-area .works-header {
	display: flex;
	align-items: center;
	gap: 70px;
}

.works-area .works-btn {
	align-items: center;
	display: flex;
	left: 0;
	position: absolute;
	right: 0;
	width: 1200px;
	margin: 0 auto;
	text-align: right;
	top: 0;
	justify-content: flex-end;
}

.works-area .works-btn a {
	width: 260px;
	position: relative;
}

.works-area .top-work-service {
	display: flex;
	gap: 5px;
	flex-wrap: wrap;
	margin: 20px 0 0;
}

.works-area .top-work-service li {
	color: var(--sub);
	font-size: 1.4rem;
	border: 1px solid var(--sub);
	padding: 7px 8px 8px;
}

.works-area .top-work-catewrap {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 10px 15px;
	margin: 10px 0 0;
}

.works-area .top-work-user li::before, .works-area .top-work-area::before {
	content: "#";
}

.works-area .top-work-user {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 5px;
}

.works-area .top-work-user li {
	color: var(--sub);
	font-size: 1.4rem;
}

.works-area .top-work-area {
	color: var(--sub);
	font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
	.works-area {
		margin: 80px 0 0;
		position: relative;
	}

	.works-area::before {
		background: #f5f8fa;
		content: "";
		clip-path: polygon(20% 0, 100% 0%, 80% 100%, 0% 100%);
		position: absolute;
		left: -100px;
		top: -35px;
		width: 425px;
		height: 295px;
	}

	.works-area .works-head-catch {
		font-size: 2rem;
		font-weight: 600;
		line-height: 1.95;
	}

	.works-area .works-header {
		flex-direction: column;
		align-items: flex-start;
		gap: 15px;
		position: relative;
		z-index: 2;
	}

	.works-area .works-btn {
		position: static;
		width: 100%;
		margin: 30px auto 0;
	}

	.works-area .works-btn a {
		width: 100%;
		max-width: 300px;
		margin: 0 auto;
	}

	.niwork-top__scroll {
		position: relative;
		z-index: 2;
	}

	.works-area .top-work-service li, .works-area .top-work-area {
		font-size: 1.3rem;
	}

	.works-area .top-work-service {
		margin: 17px 0 0;
	}

	.works-area .top-work-service li {
		font-size: 1.3rem;
		padding: 6px 7px 7px;
	}
}

/* -----------------------------------------------------------
   niwork-top__list
-------------------------------------------------------------- */
.niwork-top__scroll {
	overflow-x: scroll;
	margin: 80px 0 0;
}

.niwork-top__list {
	align-items: flex-start;
	display: flex;
	padding: 0 0 20px 40px;
}

.niwork-top__item {
	flex-shrink: 0;
	width: 380px;
	position: relative;
}

.niwork-top__link {
	display: block;
	position: relative;
	height: 100%;
	width: 340px;
	padding: 0 0 20px;
}

.niwork-top__link::before {
	aspect-ratio: 300/122;
	background: url("../img/cmn_arrow_blue.svg")center/contain no-repeat;
	bottom: 0;
	content: "";
	width: 20px;
	transition: .5s;
	position: absolute;
	right: 5px;
}

.niwork-top__link .top-work-thumb {
	aspect-ratio: 340/230;
	width: 100%;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

.niwork-top__link .top-work-thumb img {
	max-width: 100%;
	max-height: 100%;
	transition: .5s;
}

@media screen and (min-width: 769px) {
	.niwork-top__link:hover .top-work-thumb img {
		transform: scale(1.07, 1.07);
	}
}

@media screen and (min-width: 769px) {
	.niwork-top__link:hover::before {
		right: 0;
	}
}

.niwork-top__ttl {
	color: var(--cmnblack);
	font-weight: bold;
	font-size: 2.2rem;
	line-height: 1.5;
	letter-spacing: .02em;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	max-height: 70px;
	margin: 18px 0 0;
}

@media screen and (max-width: 768px) {
	.niwork-top__scroll {
		margin: 25px 0 0;
	}

	.niwork-top__list {
		padding: 0 0 20px 20px;
	}

	.niwork-top__item {
		flex-shrink: 0;
		width: 315px;
	}

	.niwork-top__link::before {
		width: 17px;
		right: 0;
	}

	.niwork-top__link {
		width: 280px;
		padding: 0 0 10px;
	}

	.niwork-top__ttl {
		font-size: 1.9rem;
		line-height: 1.6;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		max-height: 62px;
		white-space: wrap;
	}
}

/* -----------------------------------------------------------
    BeforeAfter画像
-------------------------------------------------------------- */
.niwork-top__bawrap {
	align-items: center;
	display: flex;
	gap: 5%;
}

.niwork-top__ba {
	flex-shrink: 0;
}

[data-worktop_ba="before"] {
	width: 38%;
	position: relative;
}

.single-image [data-worktop_ba="before"] {
	display: none;
}

[data-worktop_ba="after"] {
	width: 57%;
}

.single-image [data-worktop_ba="after"] {
	margin: 0 auto;
}

[data-worktop_ba="before"]::before {
	border-style: solid;
	border-width: 22px 0 22px 11px;
	border-color: transparent transparent transparent #ddd;
	content: "";
	right: -19px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 0;
	height: 0;
}

.niwork-top__ba .baimgwrap {
	position: relative;
}

.niwork-top__ba .baimgwrap::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
}

.niwork-top__ba .baimg {
	aspect-ratio: 3/2;
	width: 100%;
}

.niwork-top__ba img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.niwork-top__ba .bacap {
	color: #fff;
	font-family: var(--en);
	left: 0;
	top: 0;
	position: absolute;
	padding: 6px 10px 7px;
}

[data-worktop_ba="before"] .bacap {
	background: var(--gray);
	font-size: 1.3rem;
	position: absolute;
}

[data-worktop_ba="after"] .bacap {
	background: var(--main);
	font-size: 1.7rem;
}

.single-image [data-worktop_ba="after"] .bacap {
	display: none;
}

@media screen and (max-width: 768px) {
	.niwork-top__bawrap {
		gap: 30px;
		flex-direction: column;
	}

	[data-worktop_ba="before"] {
		width: 70%;
	}

	[data-worktop_ba="after"] {
		width: 100%;
	}

	[data-worktop_ba="before"]::before {
		border-color: #ddd transparent transparent transparent;
		border-width: 12px 20px 0px 20px;
		bottom: -20px;
		right: 0;
		left: 50%;
		top: auto;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.niwork-top__ba .bacap {
		padding: 4px 8px 5px;
	}

	[data-worktop_ba="before"] .bacap {
		font-size: 1.2rem;
	}

	[data-worktop_ba="after"] .bacap {
		font-size: 1.5rem;
	}
}

/* -----------------------------
	factory-area
-------------------------------- */
.factory-area {
	margin: 80px 0 0;
}

.factory-area .inner {
	display: flex;
	justify-content: space-between;
}

.factory-area a {
	display: block;
	width: calc((100% - 80px) / 2);
}

.factory-area .img {
	width: 100%;
	height: 280px;
	position: relative;
	overflow: hidden;
}

.factory-area .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .5s;
}

.factory-area a:hover .img img {
	transform: scale(1.07, 1.07);
}

.factory-area .factory-en {
	color: #fff;
	font: italic 700 2.6rem/1 var(--en);
	bottom: 0;
	left: 0;
	width: 100%;
	position: absolute;
	padding: 0 0 15px 25px;
	z-index: 3;
}

.factory-area .factory-en::before {
	content: '';
	position: absolute;
	width: 1px;
	height: 36px;
	bottom: 0;
	left: 10px;
	background: #fff;
}

.factory-area .factory-ttl {
	font-size: 3.4rem;
	font-weight: bold;
	color: var(--cmnblack) !important;
	padding: 25px 0 0 25px;
	position: relative;
	transition: .3s all;
	letter-spacing: 0;
}

.factory-area .factory-ttl::before, .factory-area .factory-ttl::after {
	content: '';
	background: var(--main);
	position: absolute;
}

.factory-area .factory-ttl::before {
	border-radius: 50%;
	bottom: 0;
	width: 7px;
	height: 7px;
	left: 7px;
}

.factory-area .factory-ttl::after {
	background: var(--main);
	bottom: 0;
	content: '';
	position: absolute;
	width: 1px;
	height: 100%;
	left: 10px;
}

.factory-area .factory-catch {
	font-size: 2.2rem;
	font-weight: bold;
	color: var(--cmnblack) !important;
	padding: 25px 0 0 30px;
	transition: .3s all;
	line-height: 1.7;
}

.factory-area .inner > div:hover .factory-ttl, .factory-area .inner > div:hover .factory-catch {
	color: var(--main);
}

@media screen and (max-width: 768px) {
	.factory-area {
		margin: 50px 0 0;
	}

	.factory-area .inner {
		flex-direction: column;
		gap: 40px;
	}

	.factory-area a {
		width: 100%;
	}

	.factory-area .img {
		aspect-ratio: 335/180;
		width: 100%;
		height: auto;
	}

	.factory-area .factory-en {
		font-size: 2.2rem;
		padding: 0 0 15px 22px;
	}

	.factory-area .factory-en::before {
		height: 30px;
		left: 6px;
	}

	.factory-area .factory-ttl::after {
		left: 6px;
	}

	.factory-area .factory-ttl::before {
		left: 3px;
	}

	.factory-area .factory-ttl {
		font-size: 2.4rem;
		padding: 15px 0 0 22px;
	}

	.factory-area .factory-catch {
		display: none;
	}
}

/* -----------------------------
	company-area
-------------------------------- */
.company-area {
	margin: 75px 0 0;
}

.company-area .inner a {
	display: flex;
	align-items: center;
	gap: 50px;
}

.company-area .top-secttl {
	display: flex;
	align-items: center;
	gap: 20px;
}

.company-area [class^="section-ttl-area"] .ja {
	margin: 0;
	color: var(--cmnblack) !important;
	font-size: 3.6rem;
	transition: .3s all;
}

.company-area .inner a:hover .top-secttl .ja {
	color: var(--main);
}

.company-catch {
	font-size: 2.2rem;
	font-weight: bold;
	color: var(--cmnblack) !important;
	padding: 25px 0 0;
	transition: .3s all;
	line-height: 1.7;
}

.company-area .inner a:hover .company-catch {
	color: var(--main);
}

.company-area .img {
	width: 50%;
	height: 390px;
	flex-shrink: 0;
	transition: .5s;
	overflow: hidden;
}

.company-area .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .5s;
}

.company-area a:hover .img img {
	transform: scale(1.07, 1.07);
}

@media screen and (max-width: 768px) {
	.company-area {
		margin: 45px 0 0;
	}

	.company-area .inner {
		display: block;
	}

	.company-area .inner a {
		position: relative;
	}

	.company-area .img {
		aspect-ratio: 335/295;
		width: 100%;
		height: auto;
	}

	.company-area .txt-area {
		position: absolute;
		top: 18px;
		left: 20px;
	}

	.company-area [class^="section-ttl-area__"] {
		gap: 13px;
	}

	.company-area [class^="section-ttl-area__"] .en {
		color: #fff;
		font-size: 1.8rem;
	}

	.company-area [class^="section-ttl-area__"] .ja {
		color: #fff !important;
		font-size: 2.4rem;
		width: auto;
	}

	.company-area .anim-title__logo {
		background-image: url("../img/cmn_logo_f_white.svg") !important;
	}

	.company-catch {
		font-size: 1.7rem;
		font-weight: 500;
		color: #fff !important;
		padding: 5px 0 0;
	}
}

/* -----------------------------
	recruit-area
-------------------------------- */
.recruit-area {
	margin: 150px 0 0;
}

.page-top .rec-header {
	position: relative;
	height: 494px;
}

.page-top .cmn-rec-slide {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.recruit-area .recruit-txt {
	position: relative;
	height: 100%;
	z-index: 2;
}

.recruit-area .recruit-txt .txt-area {
	width: 723px;
	height: 560px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 0 65px;
	position: relative;
}

.recruit-area .recruit-txt .txt-area::before {
	content: "";
	position: absolute;
	background: url("../img/recruit-diamond.png") no-repeat top center / contain;
	width: 100%;
	height: 100%;
	left: -155px;
	top: -40px;
}

.recruit-area [class^="section-ttl-area"] {
	display: flex;
	align-items: center;
	color: #fff;
	margin: 0;
	gap: 20px;
}

.recruit-area [class^="section-ttl-area"] .en {
	color: #fff;
}

.recruit-area [class^="section-ttl-area"] .ja {
	margin: 0;
}

.recruit-area .txt-area .recruit-catch {
	color: #fff;
	font-size: 2.3rem;
	font-weight: 600;
	letter-spacing: .05em;
	line-height: 1.8;
	margin: 25px 0 0;
	z-index: 3;
	position: relative;
}

.recruit-area .recruit-btn {
	color: #fff;
	border-bottom: 1px solid;
	display: block;
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: .05em;
	z-index: 2;
	position: relative;
	width: 380px;
	padding: 35px 5px 20px;
}

.recruit-area .recruit-btn::after {
	content: "\f105";
	color: #fff;
	font: 900 1.2rem/1 var(--webicon);
	position: absolute;
	bottom: 18px;
	right: 5px;
	z-index: 2;
	transition: .5s;
}

.recruit-area .recruit-btn:hover::after {
	right: 0;
}

.recruit-area .recruit-link {
	position: relative;
}

.recruit-area .recruit-link::before {
	content: '';
	position: absolute;
	width: 728px;
	height: 859px;
	top: -520px;
	right: -270px;
	background: url("../img/top-recruit-bg.png") no-repeat top center / contain;
	z-index: -1;
}

.recruit-link .top {
	margin: 95px 0 0;
}

.recruit-link .top .en {
	text-align: right;
	border: solid 1px var(--sub);
	border-bottom: none;
	background: #fff;
	font-family: var(--en);
	font-style: italic;
	color: var(--sub);
	font-weight: 600;
	letter-spacing: 0.03em;
	padding: 0 10px;
	line-height: 1.9;
	position: relative;
}

.recruit-link .top .en::before {
	content: '';
	position: absolute;
	width: 1px;
	height: 34px;
	right: 110px;
	background: var(--sub);
	transform: rotate(26deg);
	top: -2px;
}

.recruit-link .top a {
	align-items: center;
	display: flex;
	border: solid 1px var(--sub);
	background: #fff;
	padding: 30px;
}

.recruit-link .top .img {
	aspect-ratio: 600/300;
	width: 600px;
	overflow: hidden;
}

.recruit-link .top .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .5s;
}

.recruit-link .top a:hover img {
	transform: scale(1.07, 1.07);
}

.recruit-link .top .ttl {
	align-items: center;
	display: flex;
	color: var(--cmnblack) !important;
	font-size: 4rem;
	font-weight: bold;
	padding: 0 0 0 40px;
	position: relative;
	transition: .3s all;
}

.recruit-link .top .ttl::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	bottom: -30px;
	left: 0;
	background: var(--rec);
}

.recruit-link .top .ttl::after {
	bottom: -33px;
	background: var(--rec);
	border-radius: 7px;
	content: '';
	position: absolute;
	width: 7px;
	height: 7px;
	right: 0;
}

.recruit-link .top .ttl .txt {
	color: var(--rec);
	font-size: 2.6rem;
	position: relative;
}

.recruit-link .top .ttl .diamond {
	position: relative;
	padding: 0 20px;
	margin: 0 10px 0 0;
	display: flex;
	align-items: center;
}

.recruit-link .top .ttl .diamond::before {
	content: '';
	position: absolute;
	width: 146px;
	height: 43px;
	top: -6px;
	right: 0;
	background: url("../img/rec-diamond.png") no-repeat top center / contain;
}

.recruit-link .top .recruit-catch {
	font-size: 2.3rem;
	font-weight: 500;
	color: var(--cmnblack) !important;
	transition: .3s all;
	padding: 50px 0 0 40px;
	line-height: 1.8;
}

.recruit-link .top a:hover .ttl, .recruit-link .top a:hover .recruit-catch {
	color: var(--rec);
}

.recruit-link .middle {
	display: grid;
	margin: 50px 0 0;
	border: solid 1px var(--sub);
	position: relative;
}

.recruit-link .middle .en {
	grid-column: 1 / 3;
	border-bottom: solid 1px var(--sub);
	text-align: right;
	background: #fff;
	font-family: var(--en);
	font-style: italic;
	color: var(--sub);
	font-weight: 600;
	letter-spacing: 0.03em;
	padding: 0 10px;
}

.recruit-link .middle .en::before {
	content: '';
	position: absolute;
	width: 1px;
	height: 36px;
	right: 100px;
	background: var(--sub);
	transform: rotate(26deg);
	top: -2px;
}

.recruit-link .middle a {
	padding: 30px 30px 38px;
	display: block;
	height: 100%;
	color: var(--cmnblack) !important;
}

.recruit-link .middle a:hover img {
	transform: scale(1.07, 1.07);
}

.recruit-link .middle .middle-inner:first-of-type {
	border-right: solid 1px var(--sub);
}

.recruit-link .middle .img {
	aspect-ratio: 540/280;
	width: 100%;
	overflow: hidden;
}

.recruit-link .middle .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .5s;
}

.recruit-link .middle .ttl {
	font-size: 3.5rem;
	font-weight: bold;
	padding: 20px 0 0 30px;
	position: relative;
}

.recruit-link .middle .ttl::before {
	content: '';
	position: absolute;
	width: 7px;
	height: 7px;
	background: var(--rec);
	border-radius: 7px;
	top: 69%;
	left: 8px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.recruit-link .middle .ttl::after {
	content: '';
	position: absolute;
	width: 1px;
	height: 42px;
	top: 0;
	left: 11px;
	background: var(--rec);
}

.recruit-link .middle .recruit-catch {
	font-size: 2.2rem;
	font-weight: 500;
	margin: 20px 0 0;
	line-height: 1.75;
}

.recruit-link .bottom {
	display: flex;
	margin: 55px 0 100px;
	position: relative;
	justify-content: space-between;
}

.recruit-link .bottom-inner {
	aspect-ratio: 570/230;
	display: block;
	overflow: hidden;
	width: calc((100% - 60px) / 2);
	position: relative;
}

.recruit-link .bottom-inner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .5s;
}

.recruit-link .bottom a:hover img {
	transform: scale(1.07, 1.07);
}

.recruit-link .bottom .ttl-txt {
	position: absolute;
	top: 48%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 40px;
	font-size: 3.4rem;
	font-weight: bold;
	color: #fff;
}

.recruit-link .bottom .ttl-img {
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 768px) {
	.recruit-area {
		margin: 55px 0 0;
		position: relative;
	}

	.recruit-area::before {
		content: "";
		position: absolute;
		background: url("../img/recruit-diamond-sp.png") no-repeat top center /contain;
		width: 500px;
		height: 2210px;
		left: -80px;
		top: 75px;
	}

	.page-top .rec-header {
		display: flex;
		flex-direction: column-reverse;
		height: auto;
		position: relative;
	}

	.page-top .cmn-rec-slide {
		height: 230px;
		position: static;
		z-index: 3;
	}

	.recruit-area .recruit-txt {
		position: absolute;
		z-index: 3;
		top: 85px;
		left: -20px;
		padding: 0;
		width: 465px;
		height: 400px;
	}

	.recruit-txt [class^="section-ttl-area__"] {
		gap: 15px;
	}

	.recruit-txt [class^="section-ttl-area__"] .en {
		font-size: 1.8rem;
	}

	.recruit-txt [class^="section-ttl-area__"] .ja {
		font-size: 2.5rem;
		width: auto;
	}

	.recruit-area .recruit-txt .txt-area {
		flex-direction: column;
		display: flex;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		position: relative;
		padding: 0 0 70px 40px;
		justify-content: flex-end;
	}

	.recruit-area .recruit-txt .txt-area::before {
		display: none;
	}

	.recruit-area .txt-area .recruit-catch {
		font-size: 1.6rem;
		margin: 12px 0 0;
		line-height: 1.875;
	}

	.recruit-area .recruit-btn {
		font-size: 1.6rem;
		letter-spacing: .05em;
		width: 250px;
		padding: 20px 5px 13px;
	}

	.recruit-area .recruit-btn::after {
		bottom: 13px;
		font-size: 1.1rem;
	}

	.recruit-area .recruit-link {
		z-index: 2;
	}

	.recruit-area .recruit-link::before {
		width: 626px;
		height: 776px;
		top: -400px;
		right: -250px;
	}

	.recruit-link .top .img {
		width: 100%;
	}

	.recruit-link .top {
		margin: 225px 0 0;
	}

	.recruit-link .top a {
		display: block;
		padding: 20px;
	}

	.recruit-link .top .ttl {
		font-size: 2.4rem;
		padding: 18px 0 0 0;
		width: fit-content;
	}

	.recruit-link .top .ttl::after {
		right: -20px;
		bottom: -23px;
	}

	.recruit-link .top .ttl::before {
		width: calc(100% + 40px);
		height: 1px;
		bottom: -20px;
		left: -20px;
	}

	.recruit-link .top .en {
		font-size: 1.2rem;
	}

	.recruit-link .top .en::before {
		height: 26px;
		right: 90px;
	}

	.recruit-link .top .ttl .txt {
		font-size: 1.7rem;
	}

	.recruit-link .top .ttl .diamond {
		padding: 0 17px;
	}

	.recruit-link .top .ttl .diamond::before {
		width: 100px;
		height: 30px;
		top: -5px;
	}

	.recruit-link .top .recruit-catch {
		font-size: 1.5rem;
		line-height: 1.75;
		margin: 35px 0 0;
		padding: 0;
	}

	.recruit-link .middle {
		display: block;
		margin: 20px 0 0;
	}

	.recruit-link .middle .en {
		font-size: 1.2rem;
	}

	.recruit-link .middle .en::before {
		height: 27px;
		right: 80px;
	}

	.recruit-link .middle-inner a {
		padding: 20px;
	}

	.recruit-link .middle .middle-inner:first-of-type {
		border-right: none;
	}

	.recruit-link .middle .middle-inner:first-of-type a {
		padding: 20px 20px 0;
	}

	.recruit-link .middle-inner .ttl {
		font-size: 2.3rem;
		padding: 20px 0 0 30px;
	}

	.recruit-link .middle-inner .ttl::after {
		height: 33px;
	}

	.recruit-link .middle-inner .recruit-catch {
		font-size: 1.5rem;
		margin: 10px 0 0;
	}

	.recruit-link .bottom {
		margin: 20px 0 50px;
	}

	.recruit-link .bottom-inner {
		aspect-ratio: 160/175;
		width: calc((100% - 15px) / 2);
	}

	.recruit-link .bottom .ttl-txt {
		font-size: 2rem;
		bottom: 20px;
		top: auto;
		-webkit-transform: unset;
		transform: unset;
		right: auto;
		left: 20px;
		letter-spacing: .02em;
	}
}