@charset "utf-8";

.entry-intro{
	padding-block: 0 110px;
}
.entry-intro .page-h2-block{
	position: relative;
	z-index: 3;
}
.entry-intro .pg-h2-block-img {
	content: '';
	position: absolute;
	top: -195px;
	left: 54.6%;
	max-width: 480px;
	width: 100%;
	overflow: hidden;
	height: 320px;
	/* background-image: url(/wp-content/themes/renew_cloudsoft_theme/img/entry/entry-intro.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center; */
	border-radius: 40px;
	z-index: -1;
}
.entry-intro .pg-h2-block-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;	
	transform: scale(1.2);	
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
	.entry-intro .page-h2{
		padding-block: 173px 0;
	}
	.entry-intro .pg-h2-block-img {
		content: '';
		position: absolute;
		top: -315px;
		left: 50%;
		transform: translateX(-50%);
		max-width: 480px;
		width: 100%;
		overflow: hidden;
		height: 320px;
		border-radius: 40px;
		z-index: -1;
	}
}

@media screen and (max-width: 767px) {
	.entry-intro{
		padding-block: 0 60px;
	}
	.entry-intro .page-h2{
		padding-block: 173px 0;
	}
	.entry-intro .pg-h2-block-img {
		content: '';
		position: absolute;
		top: -196px;
		left: 20px;
		max-width: calc(100% - 40px);
		width: 100%;
		overflow: hidden;
		height: 200px;
		border-radius: 40px;
		z-index: -1;
	}
}

.entry-intro-block{
	padding-inline: 0 50%;
}
.entry-intro-read{
	font-family: var(--font-noto);
}
.entry-intro-read p{
	font-weight: 500;
	line-height: 1.875;
}
.entry-intro-message{
	position: relative;
	margin-block: 30px 0;
	z-index: 3;
}
.entry-intro-message::after{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #fff;
	border-radius: 20px;
	z-index: -1;
}
.entry-intro-message-inner{
	padding: 40px;
}
.entry-intro-message-head-h3{
	font-weight: 700;
	font-size: 2.8rem;
	line-height: 1.5;
	letter-spacing: .1em;
	color: var(--color-red);
}
.entry-intro-message-read{
	font-family: var(--font-noto);
	margin-block: 21px 0;
}
.entry-intro-message-read p{
	font-weight: 500;
	line-height: 1.875;
}

@media screen and (max-width: 767px) {
	.entry-intro-message-head-h3{
		font-weight: 700;
		font-size: 2.0rem;
		line-height: 1.5;
		letter-spacing: .1em;
		color: var(--color-red);
	}
}

.entry-job-reqs{
	margin-block: 66px 0;
}
.entry-job-reqs-block{
	font-family: var(--font-noto);
	margin-block: 48px 0;
}
.entry-job-reqs-info-content{
	position: relative;
	padding-block: 0 141px;
	transition: all 0.3s;
}
.entry-job-reqs-info-content.open{
	padding-block: 0;
}
.entry-job-reqs-info-head{
	position: relative;
	z-index: 3;
}
.entry-job-reqs-info-head::after{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(to top right, #8d7255, #a39372);
	border-radius: 20px 20px 0 0;
	z-index: -1;
}
.entry-job-reqs-info-head-inner{
	min-height: 86px;
	display: flex;
	align-items: center;
	padding: 18px 40px;
}
.entry-job-reqs-info-head p{
	font-weight: 700;
	font-size: 2.2rem;
	line-height: 1.5;
	color: #fff;
}
.entry-job-reqs-info-data{
	position: relative;
	height: auto;
	max-height: 295px;
	overflow: hidden;
	transition: max-height .5s ease;
	-webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 70%, rgba(0, 0, 0, 0));
	mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 70%, rgba(0, 0, 0, 0));
	z-index: 3;
}
.entry-job-reqs-info-data::after{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #fff;
	border-radius: 0 0 20px 20px;
	z-index: -1;
}
.entry-job-reqs-info-data.open {
	-webkit-mask-image: none;
	mask-image: none;
}
.entry-job-reqs-info-data-inner{
	padding: 40px 54px 141px;
}
.entry-job-reqs-info-data-block{
	position: relative;
	z-index: 6;
}
.entry-job-reqs-info-data-block dl{
	display: grid;
	grid-template-columns: 150px 1fr;
	grid-gap: 20px;
	padding-block: 0 29px;
	border-bottom: solid 1px #adadad;
}
.entry-job-reqs-info-data-block dl + dl{
	padding-block: 29px;
}
.entry-job-reqs-info-data-block dl dt{
	font-weight: 700;
	line-height: 2;
	color: var(--color-red);
}
.entry-job-reqs-info-data-block dl dd{
	font-weight: 500;
	line-height: 2;
}
.entry-job-reqs-info-data-btn{
	position: absolute;
	bottom: 47px;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: center;
	margin-block: 46px 0;
}
.entry-job-reqs-info-data-btn .more-btn{
	position: relative;
	min-height: 50px;
	padding: 8px 50px 8px 20px;
	border: solid 1px #998d7b;
	border-radius: 9999px;
	background-color: #fff;
	cursor: pointer;
	z-index: 3;
	transition: all 0.3s;
}
.entry-job-reqs-info-data-btn .more-btn{
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1;
	letter-spacing: .05em;
	color: #9b8b7a;
}
.entry-job-reqs-info-data-btn .more-btn::before{
	content: '';
	position: absolute;
	top: 46%;
	right: 2.95rem;
	transform: rotate(45deg) translateY(-50%);
	width: 5px;
	height: 5px;
	border-bottom: solid 2px #fff;
	border-right: solid 2px #fff;
	z-index: 1;
	transition: all 0.3s;
}
.entry-job-reqs-info-data-btn .more-btn::after{
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	width: 22px;
	height: 22px;
	background: #9b8b7a;
	border-radius: 9999px;
	z-index: -1;
	transition: all 0.3s;
}
.entry-job-reqs-info-data-btn .more-btn.close{
	border: solid 1px #9a8c7a;
	background-color: #9a8c7a;
}
.entry-job-reqs-info-data-btn .more-btn.close{
	color: #fff;
}
.entry-job-reqs-info-data-btn .more-btn.close::before{
	top: 42%;
	right: 2.5rem;
	transform: rotate(-135deg) translateY(-50%);
	border-bottom: solid 2px #9b8b7a;
	border-right: solid 2px #9b8b7a;
}
.entry-job-reqs-info-data-btn .more-btn.close::after{
	background: #fff;
}
.entry-job-reqs-info-data-detail + .entry-job-reqs-info-data-detail{
	margin-block: 26px 0;
}
.entry-job-reqs-info-data-detail-head{
	margin-block: 0 10px;
}
.entry-job-reqs-info-data-detail-head p{
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1.66;
	color: var(--color-red);
}
.entry-job-reqs-info-data-detail-list > li{
	position: relative;
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 1.66;
	padding-inline: 23px 0;
	z-index: 3;
}
.entry-job-reqs-info-data-detail-list > li::before{
	content: '';
	position: absolute;
	top: 12px;
	left: 2px;
	width: 8px;
	height: 8px;
	background: var(--color-red);
	border-radius: 9999px;
	z-index: -1;
}
.entry-job-reqs-info-data-detail-read p{
	font-weight: 500;
	line-height: 1.875;
}

@media screen and (max-width: 767px) {
	.entry-job-reqs{
		margin-block: 60px 0;
	}
	.entry-job-reqs-block{
		font-family: var(--font-noto);
		margin-block: 40px 0;
	}
	.entry-job-reqs-info-content{
		position: relative;
		padding-block: 0 141px;
		transition: all 0.3s;
	}
	.entry-job-reqs-info-content.open{
		padding-block: 0;
	}
	.entry-job-reqs-info-head{
		position: relative;
		z-index: 3;
	}
	.entry-job-reqs-info-head::after{
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: linear-gradient(to top right, #8d7255, #a39372);
		border-radius: 20px 20px 0 0;
		z-index: -1;
	}
	.entry-job-reqs-info-head-inner{
		min-height: 86px;
		display: flex;
		align-items: center;
		padding: 18px 20px;
	}
	.entry-job-reqs-info-head p{
		font-weight: 700;
		font-size: 2.0rem;
		line-height: 1.5;
		color: #fff;
	}
	.entry-job-reqs-info-data{
		position: relative;
		height: auto;
		max-height: 295px;
		overflow: hidden;
		transition: max-height .5s ease;
		-webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 70%, rgba(0, 0, 0, 0));
		mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 70%, rgba(0, 0, 0, 0));
		z-index: 3;
	}
	.entry-job-reqs-info-data::after{
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: #fff;
		border-radius: 0 0 20px 20px;
		z-index: -1;
	}
	.entry-job-reqs-info-data.open {
		-webkit-mask-image: none;
		mask-image: none;
	}
	.entry-job-reqs-info-data-inner{
		padding: 24px 20px 106px;
	}
	.entry-job-reqs-info-data-block{
		position: relative;
		z-index: 6;
	}
	.entry-job-reqs-info-data-block dl{
		display: grid;
		grid-template-columns: 76px 1fr;
		grid-gap: 15px;
		padding-block: 0 29px;
		border-bottom: solid 1px #adadad;
	}
	.entry-job-reqs-info-data-block dl + dl{
		padding-block: 29px;
	}
	.entry-job-reqs-info-data-block dl dt{
		font-weight: 700;
		line-height: 2;
		color: var(--color-red);
	}
	.entry-job-reqs-info-data-block dl dd{
		font-weight: 500;
		line-height: 2;
	}
	.entry-job-reqs-info-data-btn{
		position: absolute;
		bottom: 28px;
		left: 0;
		width: 100%;
		display: flex;
		justify-content: center;
		margin-block: 28px 0;
	}
	.entry-job-reqs-info-data-btn .more-btn{
		position: relative;
		min-height: 50px;
		padding: 8px 50px 8px 20px;
		border: solid 1px #998d7b;
		border-radius: 9999px;
		background-color: #fff;
		cursor: pointer;
		z-index: 3;
		transition: all 0.3s;
	}
	.entry-job-reqs-info-data-btn .more-btn{
		font-weight: 700;
		font-size: 1.8rem;
		line-height: 1;
		letter-spacing: .05em;
		color: #9b8b7a;
	}
	.entry-job-reqs-info-data-btn .more-btn::before{
		content: '';
		position: absolute;
		top: 46%;
		right: 2.95rem;
		transform: rotate(45deg) translateY(-50%);
		width: 5px;
		height: 5px;
		border-bottom: solid 2px #fff;
		border-right: solid 2px #fff;
		z-index: 1;
		transition: all 0.3s;
	}
	.entry-job-reqs-info-data-btn .more-btn::after{
		content: '';
		position: absolute;
		top: 50%;
		right: 20px;
		transform: translateY(-50%);
		width: 22px;
		height: 22px;
		background: #9b8b7a;
		border-radius: 9999px;
		z-index: -1;
		transition: all 0.3s;
	}
	.entry-job-reqs-info-data-btn .more-btn.close{
		border: solid 1px #9a8c7a;
		background-color: #9a8c7a;
	}
	.entry-job-reqs-info-data-btn .more-btn.close{
		color: #fff;
	}
	.entry-job-reqs-info-data-btn .more-btn.close::before{
		top: 42%;
		right: 2.5rem;
		transform: rotate(-135deg) translateY(-50%);
		border-bottom: solid 2px #9b8b7a;
		border-right: solid 2px #9b8b7a;
	}
	.entry-job-reqs-info-data-btn .more-btn.close::after{
		background: #fff;
	}
	.entry-job-reqs-info-data-detail + .entry-job-reqs-info-data-detail{
		margin-block: 26px 0;
	}
	.entry-job-reqs-info-data-detail-head{
		margin-block: 0 10px;
	}
	.entry-job-reqs-info-data-detail-head p{
		font-weight: 700;
		font-size: 1.6rem;
		line-height: 1.66;
		color: var(--color-red);
	}
	.entry-job-reqs-info-data-detail-list > li{
		position: relative;
		font-weight: 500;
		font-size: 1.4rem;
		line-height: 1.66;
		padding-inline: 16px 0;
		z-index: 3;
	}
	.entry-job-reqs-info-data-detail-list > li::before{
		content: '';
		position: absolute;
		top: 9px;
		left: 2px;
		width: 6px;
		height: 6px;
		background: var(--color-red);
		border-radius: 9999px;
		z-index: -1;
	}
	.entry-job-reqs-info-data-detail-list > li + li{
		margin-block: 3px;
	}
	.entry-job-reqs-info-data-detail-read p{
		font-weight: 500;
		line-height: 1.875;
	}
}

.entry-merideme{
	position: relative;
	padding-block: 101px 94px;
	z-index: 6;
}
.entry-merideme::before{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: url(/wp-content/themes/renew_cloudsoft_theme/img/entry/entry-merideme-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	z-index: -1;
}
.entry-merideme .page-h2-block::before{
	background: #fff;
}
.entry-merideme .page-h2-title{
	color: #fff;
}
.entry-merideme-read{
	font-family: var(--font-noto);
}
.entry-merideme-read p{
	font-weight: 400;
	line-height: 1.875;
	color: #fff;
}
.entry-merideme-detail{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 20px;
	margin-block: 48px 0;
}
.entry-merideme-detail-block{
	position: relative;
	z-index: 6;
}
.entry-merideme-detail-block::after{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #fff;
	border-radius: 20px;
	z-index: -1;
}
.entry-merideme-detail-head{
	position: relative;
	z-index: 6;
}
.entry-merideme-detail-head::after{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #fff;
	border-radius: 20px 20px 0 0;
	z-index: -1;
}
.entry-merideme-detail-block.merit .entry-merideme-detail-head::after{
	background: #d5eac9;
}
.entry-merideme-detail-block.demerit .entry-merideme-detail-head::after{
	background: #f2f2f2;
}
.entry-merideme-detail-head-inner{
	min-height: 86px;
	display: flex;
	align-items: center;
	padding-inline: 40px;
}
.entry-merideme-detail-head-h3{
	font-weight: 700;
	font-size: 2.2rem;
	line-height: 1;
	letter-spacing: .1em;
}
.entry-merideme-detail-read{
	font-family: var(--font-noto);
	padding: 40px;
}
.entry-merideme-detail-list dl + dl{
	margin-block: 24px 0;
}
.entry-merideme-detail-list dt{
	font-weight: 600;
	font-size: 1.8rem;
	line-height: 1.66;
}
.entry-merideme-detail-list dd{
	line-height: 1.875;
	padding-block: 3px 0;
}
.entry-merideme-detail-block.merit .entry-merideme-detail-list dt{
	color: #476436;
}
.entry-merideme-solution{
	font-family: var(--font-noto);
	margin-block: 48px 0;
}
.entry-merideme-solution p{
	font-weight: 700;
	font-size: 2.6rem;
	line-height: 1.85;
	letter-spacing: .05em;
	color: #fff;
}

@media screen and (max-width: 767px) {
	.entry-merideme{
		position: relative;
		padding-block: 60px 60px;
		z-index: 6;
	}
	.entry-merideme::before{
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background-image: url(/wp-content/themes/renew_cloudsoft_theme/img/entry/entry-merideme-bg_sp.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center top;
		z-index: -1;
	}
	.entry-merideme-read p{
		font-weight: 400;
		line-height: 1.85;
		color: #fff;
	}
	.entry-merideme-detail{
		display: grid;
		grid-template-columns: 1fr;
		grid-gap: 20px;
		margin-block: 35px 0;
	}
	.entry-merideme-detail-head-inner{
		min-height: 68px;
		display: flex;
		align-items: center;
		padding-inline: 20px;
	}
	.entry-merideme-detail-head-h3{
		font-weight: 700;
		font-size: 2.0rem;
		line-height: 1;
		letter-spacing: .1em;
	}
	.entry-merideme-detail-read{
		font-family: var(--font-noto);
		padding: 20px;
	}
	.entry-merideme-detail-list dl + dl{
		margin-block: 24px 0;
	}
	.entry-merideme-detail-list dt{
		font-weight: 600;
		font-size: 1.5rem;
		line-height: 1.5;
	}
	.entry-merideme-detail-list dd{
		line-height: 1.85;
		padding-block: 3px 0;
	}
	.entry-merideme-solution{
		font-family: var(--font-noto);
		margin-block: 24px 0;
	}
	.entry-merideme-solution p{
		font-weight: 700;
		font-size: 1.8rem;
		line-height: 1.85;
		letter-spacing: .05em;
		color: #fff;
	}
}

.entry-reason{
	position: relative;
	padding-block: 101px 94px;
	z-index: 6;
}
.entry-reason::before{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(to top right, rgba(216, 93, 98, .69), rgba(222, 93, 46, .69));
	z-index: -1;
}
.entry-reason .page-h2-block::before{
	background: #fff;
}
.entry-reason .page-h2-title{
	color: #fff;
}
.entry-reason-list a{
	position: relative;
	display: block;
	background-image: url(/wp-content/themes/renew_cloudsoft_theme/img/entry/hover-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 20px;
	filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, 0));
	z-index: 3;
	transition: filter .5s;
}
.entry-reason-list a:hover{
	filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, .16));
}
.entry-reason-list a::after{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #fff;
	border-radius: 20px;
	z-index: -1;
	transition: all .5s;
}
.entry-reason-list a:hover::after{
	background-color: transparent;
}
.entry-reason-list a + a{
	margin-block: 18px 0;
}
.entry-reason-inner{
	display: grid;
	grid-template-columns: 1fr 372px;
	grid-gap: 33px;
	padding: 40px;
	color: var(--color-black);
}
.entry-reason-inner.case{
	display: grid;
	grid-template-columns: 39.2% 1fr;
	grid-gap: 20px;
	padding: 40px;
	color: var(--color-black);
}
.entry-reason-h3-txt{
	font-weight: 700;
	font-size: 2.8rem;
	line-height: 1.5;
	letter-spacing: .1em;
}
.entry-reason-explanation{
	position: relative;
	margin-block: 20px 0;
	z-index: 3;
}
.entry-reason-explanation::after{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #faf5ef;
	border-radius: 10px;
	z-index: -1;
}
.entry-reason-explanation-inner{
	padding: 20px;
}
.entry-reason-explanation-list > li{
	font-family: var(--font-noto);
	line-height: 1.875;
}
.entry-reason-explanation-list > li{
	position: relative;
	padding-inline: 18px 0;
	z-index: 3;
}
.entry-reason-explanation-list > li::before{
	content: '';
	position: absolute;
	top: 11px;
	left: 0;
	width: 10px;
	height: 10px;
	background: #e6b0b4;
	border-radius: 9999px;
}
.entry-reason-explanation-list > li + li{
	margin-block: 3px 0;
}
.entry-reason-img img{
	border-radius: 10px;
}

.entry-employee-benefits-block{
	margin-block: 18px 0;
}
.entry-employee-benefits-block a{
	position: relative;
	display: block;
	background-image: url(/wp-content/themes/renew_cloudsoft_theme/img/entry/hover-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 20px;
	filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, 0));
	z-index: 3;
	transition: filter .5s;
}
.entry-employee-benefits-block a:hover{
	filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, .16));
}
.entry-employee-benefits-block a::after{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #fff;
	border-radius: 20px;
	z-index: -1;
	transition: all .5s;
}
.entry-employee-benefits-block a:hover::after{
	background-color: transparent;
}
.entry-employee-benefits-content-inner{
	display: grid;
	grid-template-columns: 1fr 300px;
	grid-gap: 20px;
	padding: 40px;
	color: var(--color-black);
}
.entry-employee-benefits-content-inner.case{
	display: grid;
	grid-template-columns: 39.2% 1fr;
	grid-gap: 20px;
	padding: 40px;
	color: var(--color-black);
}
.entry-employee-benefits-content-h3-txt{
	font-weight: 700;
	font-size: 2.8rem;
	line-height: 1.5;
	letter-spacing: .1em;
}
.entry-employee-benefits-content-read{
	margin-block: 18px 0;
}
.entry-employee-benefits-content-read p{
	font-family: var(--font-noto);
	line-height: 1.875;
}
.entry-employee-benefits-content-worry{
	position: relative;
	margin-block: 24px 0;
	z-index: 3;
}
.entry-employee-benefits-content-worry::after{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #faf5ef;
	border-radius: 10px;
	z-index: -1;
}
.entry-employee-benefits-content-worry-inner{
	padding: 20px;
}
.entry-employee-benefits-content-worry-h4-txt{
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: .05em;
}
.entry-employee-benefits-content-worry-h4{
	margin-block: 0 11px;
}
.entry-employee-benefits-content-worry-h4-txt{
	position: relative;
	padding-inline: 33px 0;
	z-index: 3;
}
.entry-employee-benefits-content-worry-h4-txt::before{
	content: '';
	position: absolute;
	top: 2px;
	left: 0;
	width: 26px;
	height: 23px;
	background-image: url(/wp-content/themes/renew_cloudsoft_theme/img/about/worry-icon.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	z-index: -1;
}
.entry-employee-benefits-content-worry-block{
	margin-block: 6px 0;
	padding-inline: 15px 0;
}
.entry-employee-benefits-content-worry-list > li{
	font-family: var(--font-noto);
	font-weight: 700;
	font-size: 2.0rem;
	line-height: 1.875;
}
.entry-employee-benefits-content-worry-list > li{
	position: relative;
	padding-inline: 18px 0;
	z-index: 3;
}
.entry-employee-benefits-content-worry-list > li::before{
	content: '';
	position: absolute;
	top: 15px;
	left: 0;
	width: 10px;
	height: 10px;
	background: #e6b0b4;
	border-radius: 9999px;
}
.entry-employee-benefits-content-worry-list > li + li{
	margin-block: 3px 0;
}
.entry-employee-benefits-content-img img{
	border-radius: 10px;
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
	.entry-reason-inner{
		display: grid;
		grid-template-columns: 1fr;
		grid-gap: 33px;
		padding: 40px;
		color: var(--color-black);
	}
	.entry-reason-img{
		max-width: 372px;
		width: 100%;
		margin: 0 auto;
	}
	.entry-employee-benefits-content-inner{
		display: grid;
		grid-template-columns: 1fr;
		grid-gap: 33px;
		padding: 40px;
		color: var(--color-black);
	}
	.entry-employee-benefits-content-img{
		max-width: 300px;
		width: 100%;
		margin: 0 auto;
	}
}

@media screen and (max-width: 767px) {
	.entry-reason{
		position: relative;
		padding-block: 60px 60px;
		z-index: 6;
	}
	.entry-reason-list a:hover{
		filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, 0));
	}
	.entry-reason-list a:hover::after{
		background-color: #fff;
	}
	.entry-reason-list a + a{
		margin-block: 30px 0;
	}
	.entry-reason-inner{
		display: grid;
		grid-template-columns: 1fr;
		grid-gap: 20px;
		padding: 20px;
		color: var(--color-black);
	}
	.entry-reason-inner.case{
		display: grid;
		grid-template-columns: 1fr;
		grid-gap: 20px;
		padding: 20px;
		color: var(--color-black);
	}
	.entry-reason-h3-txt{
		font-weight: 700;
		font-size: 2.0rem;
		line-height: 1.5;
		letter-spacing: .1em;
	}
	.entry-reason-explanation{
		position: relative;
		margin-block: 20px 0;
		z-index: 3;
	}
	.entry-reason-explanation::after{
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: #faf5ef;
		border-radius: 10px;
		z-index: -1;
	}
	.entry-reason-explanation-inner{
		padding: 20px;
	}
	.entry-reason-explanation-list > li{
		font-family: var(--font-noto);
		line-height: 1.85;
	}
	.entry-reason-explanation-list > li{
		position: relative;
		padding-inline: 16px 0;
		z-index: 3;
	}
	.entry-reason-explanation-list > li::before{
		content: '';
		position: absolute;
		top: 8px;
		left: 0;
		width: 10px;
		height: 10px;
		background: #e6b0b4;
		border-radius: 9999px;
	}
	.entry-reason-explanation-list > li + li{
		margin-block: 3px 0;
	}
	.entry-reason-img img{
		border-radius: 10px;
	}
	.entry-employee-benefits-block{
		margin-block: 30px 0;
	}
	.entry-employee-benefits-block a:hover{
		filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, 0));
	}
	.entry-employee-benefits-block a:hover::after{
		background-color: #fff;
	}
	.entry-employee-benefits-content-inner{
		display: grid;
		grid-template-columns: 1fr;
		grid-gap: 20px;
		padding: 20px;
		color: var(--color-black);
	}
	.entry-employee-benefits-content-inner.case{
		display: grid;
		grid-template-columns: 1fr;
		grid-gap: 20px;
		padding: 20px;
		color: var(--color-black);
	}
	.entry-employee-benefits-content-h3-txt{
		font-weight: 700;
		font-size: 2.0rem;
		line-height: 1.5;
		letter-spacing: .1em;
	}
	.entry-employee-benefits-content-read{
		margin-block: 9px 0;
	}
	.entry-employee-benefits-content-read p{
		font-family: var(--font-noto);
		line-height: 1.85;
	}
	.entry-employee-benefits-content-worry{
		position: relative;
		margin-block: 20px 0;
		z-index: 3;
	}
	.entry-employee-benefits-content-worry-inner{
		padding: 20px;
	}
	.entry-employee-benefits-content-worry-h4-txt{
		font-weight: 400;
		line-height: 1.5;
		letter-spacing: 0;
	}
	.entry-employee-benefits-content-worry-h4-txt{
		position: relative;
		padding-inline: 33px 0;
		z-index: 3;
	}
	.entry-employee-benefits-content-worry-h4-txt::before{
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 26px;
		height: 23px;
		background-image: url(/wp-content/themes/renew_cloudsoft_theme/img/about/worry-icon.png);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		z-index: -1;
	}
	.entry-employee-benefits-content-worry-block{
		margin-block: 6px 0;
		padding-inline: 15px 0;
	}
	.entry-employee-benefits-content-worry-list > li{
		font-family: var(--font-noto);
		font-weight: 700;
		font-size: 1.6rem;
		line-height: 1.875;
	}
	.entry-employee-benefits-content-worry-list > li{
		position: relative;
		padding-inline: 18px 0;
		z-index: 3;
	}
	.entry-employee-benefits-content-worry-list > li::before{
		content: '';
		position: absolute;
		top: 13px;
		left: 0;
		width: 10px;
		height: 10px;
		background: #e6b0b4;
		border-radius: 9999px;
	}
	.entry-employee-benefits-content-worry-list > li + li{
		margin-block: 3px 0;
	}
	.entry-employee-benefits-content-img img{
		border-radius: 10px;
	}
}

.entry-btn{
	position: absolute;
	bottom: 20px;
	right: 40px;
}
span.button{
	position: relative;
	min-height: 66px;
	display: inline-flex;
	align-items: center;
	padding: 0 53px 0 29px;
	z-index: 3;
}
span.button{
	font-family: var(--font-noto);
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1;
	letter-spacing: .05em;
	color: #fff;
	white-space: nowrap;
}
span.button::after{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: var(--color-red);
	border-radius: 50px;
	z-index: -1;
}
span.button::before{
	content: '';
	position: absolute;
	top: 50%;
	right: 23px;
	transform: translateY(-50%);
	width: 22px;
	height: 22px;
	background-image: url(/wp-content/themes/renew_cloudsoft_theme/img/common/menu-informal-icon.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;		
}

.entry-reason-list a:hover span.button::before,
.entry-employee-benefits-block a:hover span.button::before {	
	animation: btnIconRotation .5s cubic-bezier(0.76, 0, 0.24, 1);
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
	.entry-btn{
		position: absolute;
		bottom: 20px;
		right: 20px;
	}
}

@media screen and (max-width: 767px) {
	.entry-btn{
		position: absolute;
		bottom: -10px;
		right: 50%;
		transform: translateX(50%);
	}
	span.button{
		position: relative;
		min-height: 56px;
		display: inline-flex;
		align-items: center;
		padding: 0 53px 0 29px;
		z-index: 3;
	}
	span.button{
		font-family: var(--font-noto);
		font-weight: 700;
		font-size: 1.6rem;
		line-height: 1;
		letter-spacing: .05em;
		color: #fff;
		white-space: nowrap;
	}
	span.button::before{
		content: '';
		position: absolute;
		top: 50%;
		right: 18px;
		transform: translateY(-50%);
		width: 15px;
		height: 15px;
		background-image: url(/wp-content/themes/renew_cloudsoft_theme/img/common/menu-informal-icon.png);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;		
	}
}

.group-block{
	position: relative;
	max-width: 1308px;
	width: 100%;
	min-height: 876px;
	margin: 80px auto 0;
	padding: 0 32px;
	z-index: 6;
}
.group-read{
	padding-block: 98px 0;
}
.group-read p{
	font-weight: 700;
	font-size: 2.6rem;
	line-height: 2;
}
.group-read p .emp{
	font-weight: 700;
	font-size: 4.0rem;
	line-height: 2;
	color: #fff;
}
.group-btn{
	margin: 50px 0 0;
}
a.g-button{
	position: relative;
	max-width: 325px;
	width: 100%;
	min-height: 108px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 0 53px 0 29px;
	z-index: 3;
}
a.g-button{
	font-family: var(--font-noto);
	font-weight: 700;
	font-size: 2.8rem;
	line-height: 1;
	letter-spacing: .05em;
	color: #fff;
	white-space: nowrap;
}
a.g-button::after{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(to bottom, #a39372, #8d7255);
	border-radius: 9999px;
	z-index: -1;
}
a.g-button::before{
	content: '';
	position: absolute;
	top: 50%;
	right: 23px;
	transform: translateY(-50%);
	width: 36px;
	height: 36px;
	background-image: url(/wp-content/themes/renew_cloudsoft_theme/img/common/btn-icon.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
a.g-button:hover::before {	
	animation: btnIconRotation .5s cubic-bezier(0.76, 0, 0.24, 1);
}
.group-img{
	position: absolute;
	top: 0;
	right: 0;
	max-width: 822px;
	width: 100%;
}
.group-img-inner{
	position: relative;
}
.group-img-figure{
	position: absolute;
	top: 0;
	right: 0;
	max-width: 876px;
	aspect-ratio: 822 / 876;
	width: 100%;
	z-index: 3;
}
.group-img-figure-point {
	width: 136px;
	aspect-ratio: 1;
	position: absolute;
}
.group-img-figure-point.__is1 {
	position: absolute;
	top: 30px;
	left: 50%;
	transform: translateX(calc(-50% - 115px));		
}
.group-img-figure-point.__is2 {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);	
}
.group-img-figure-point.__is3 {
	position: absolute;
	top: 30px;
	left: 50%;
	transform: translateX(calc(-50% + 115px));		
}
.group-img-figure-center {
	width: 143px;
	aspect-ratio: 1;
	position: absolute;
	left: 50%;
	transform: translate(-50%, 50%);
	bottom: 330px;
	border-radius: 50%;
	box-shadow: 0 0 45px rgb(95, 95, 95, 25%);	
	z-index: 10;	
}

@keyframes groupFig {
	0% {
		transform: translate(-50%, 50%) scale(1);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		transform: translate(-50%, 50%) scale(1.1);
	}
}
.group-img-figure::before {
	position: absolute;
	bottom: 330px;
	left: 50%;
	transform: translate(-50%, 50%);
	content: "";
	width: 480px;
	aspect-ratio: 1;
	border: 1px solid #fff;
	border-radius: 50%;
	z-index: -1;	
	animation: groupFig 2s ease-in-out infinite;
}
	
.group-img-figure-ses {
	width: 360px;
	aspect-ratio: 1;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 366px;
	border-radius: 50%;
	box-shadow: 0 0 40px rgb(240, 123, 132, 70%);
	z-index: 5;
	backdrop-filter: blur(20px);
}
.group-img-figure-recruit {
	width: 360px;
	aspect-ratio: 1;
	position: absolute;
	border-radius: 50%;
	left: 27px;
	bottom: 27px;
	box-shadow: 0 0 40px rgb(66, 122, 221, 70%);
	backdrop-filter: blur(20px);
}
.group-img-figure-free {
	width: 360px;
	aspect-ratio: 1;
	position: absolute;
	right: 27px;
	bottom: 27px;	
	border-radius: 50%;
	box-shadow: 0 0 40px rgb(118, 195, 67, 70%);
	backdrop-filter: blur(20px);
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
	.group-img{
		position: static;
		width: 100vw;
		margin: 40px calc(50% - 50vw) 0;
	}
	.group-img-figure{
		position: static;
		top: 0;
		right: 0;
		max-width: 876px;
		aspect-ratio: 822 / 876;
		width: 100%;
		z-index: 3;
	}
	.group-img-figure-ses {
		width: 300px;
		aspect-ratio: 1;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		bottom: 366px;
		border-radius: 50%;
		box-shadow: 0 0 40px rgb(240, 123, 132, 70%);
		z-index: 5;
		backdrop-filter: blur(20px);
	}
	.group-img-figure-recruit {
		width: 300px;
		aspect-ratio: 1;
		position: absolute;
		border-radius: 50%;
		left: 66px;
		bottom: 68px;
		box-shadow: 0 0 40px rgb(66, 122, 221, 70%);
		backdrop-filter: blur(20px);
	}
	.group-img-figure-free {
		width: 300px;
		aspect-ratio: 1;
		position: absolute;
		right: 66px;
		bottom: 68px;	
		border-radius: 50%;
		box-shadow: 0 0 40px rgb(118, 195, 67, 70%);
		backdrop-filter: blur(20px);
	}
	.group-btn{
		display: flex;
		justify-content: center;
		margin: 40px 0 0;
	}
}

@media screen and (max-width: 767px) {
	.group-block{
		min-height: auto;
		margin: 60px auto 0;
		padding: 0 20px;
		z-index: 6;
	}
	.group-read{
		padding-block: 0;
	}
	.group-read p{
		font-weight: 700;
		font-size: 1.6rem;
		line-height: 2;
	}
	.group-read p .emp{
		font-weight: 700;
		font-size: 2.1rem;
		line-height: 2;
		color: var(--color-red);
	}
	.group-btn{
		margin: 40px 0 0;
	}
	a.g-button{
		position: relative;
		max-width: 100%;
		width: 100%;
		min-height: 68px;
		display: inline-flex;
		justify-content: center;
		align-items: center;
		padding: 0 53px 0 29px;
		z-index: 3;
	}
	a.g-button{
		font-family: var(--font-noto);
		font-weight: 700;
		font-size: 1.6rem;
		line-height: 1;
		letter-spacing: .05em;
		color: #fff;
		white-space: nowrap;
	}
	a.g-button::before{
		content: '';
		position: absolute;
		top: 50%;
		right: 21px;
		transform: translateY(-50%);
		width: 20px;
		height: 20px;
		background-image: url(/wp-content/themes/renew_cloudsoft_theme/img/common/btn-icon.png);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
	}
	a.g-button:hover::before {	
		animation: btnIconRotation .5s cubic-bezier(0.76, 0, 0.24, 1);
	}
	.group-img{
		position: static;
		width: 100vw;
		margin: 40px calc(50% - 50vw) 0;
	}
}

.strengths-group-btn{
	display: flex;
	margin-block: 39px 0;
}
.group-button{
	position: relative;
	min-height: 80px;
	padding-inline: 34px 55px;
	display: flex;
	align-items: center;
	z-index: 6;
}
.group-button::after{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: var(--color-black);
	border-radius: 9999px;
	z-index: -1;
}
.group-button::before{
	content: '';
	position: absolute;
	top: 50%;
	right: 23px;
	transform: translateY(-50%);
	width: 14px;
	height: 14px;
	background-image: url(/wp-content/themes/renew_cloudsoft_theme/img/common/btn-target-w-icon.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 1;
}
.strengths-group-btn-logo{
	max-width: 240px;
	width: 100%;
}

.strengths-group-structure-btn{
	max-width: 325px;
	width: 100%;
	margin-block: 30px 0;
}
.group-cloudfree-button,
.group-cloudlink-button{
	position: relative;
	width: 100%;
	min-height: 57px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 6;
}
.group-cloudfree-button::after,
.group-cloudlink-button::after{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 9999px;
	z-index: -1;
}
.group-cloudfree-button::after{
	background-image: url(/wp-content/themes/renew_cloudsoft_theme/img/strengths/btn-cloudfree.jpg);
}
.group-cloudlink-button::after{
	background-image: url(/wp-content/themes/renew_cloudsoft_theme/img/strengths/btn-cloudlink.jpg);
}
.strengths-group-structure-btn-logo.logo-cloudfree{
	max-width: 130px;
	width: 100%;
}
.strengths-group-structure-btn-logo.logo-cloudlink{
	max-width: 145px;
	width: 100%;
}
.group-cloudfree-button::before,
.group-cloudlink-button::before{
	content: '';
	position: absolute;
	top: 50%;
	right: 18px;
	transform: translateY(-50%);
	width: 10px;
	height: 10px;
	background-image: url(/wp-content/themes/renew_cloudsoft_theme/img/common/btn-target-w-icon.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 1;
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
	.strengths-group-btn{
		justify-content: center;
	}
	.strengths-group-structure-btn{
		max-width: 325px;
		width: 100%;
		margin-block: 30px 0;
		margin-inline: auto;
	}
}

@media screen and (max-width: 767px) {
	.strengths-group-btn{
		display: flex;
		margin-block: 40px 0;
	}
	.group-button{
		position: relative;
		width: 100%;
		min-height: 68px;
		padding-inline: 34px 55px;
		display: flex;
		align-items: center;
		justify-content: center;
		z-index: 6;
	}
	.group-button::before{
		content: '';
		position: absolute;
		top: 50%;
		right: 15px;
		transform: translateY(-50%);
		width: 10px;
		height: 10px;
		background-image: url(/wp-content/themes/renew_cloudsoft_theme/img/common/btn-target-w-icon.png);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		z-index: 1;
	}
	.strengths-group-btn-logo{
		max-width: 180px;
		width: 100%;
	}
	.strengths-group-structure-btn{
		max-width: 100%;
		width: 100%;
		margin-block: 30px 0;
	}
}

.entry-salary-up-cases{
	margin-block: 82px 0;
}
.entry-salary-up-cases-block{
	display: block;
}
.slider {
	position: relative;
	width: 100%;
}
.slide-arrow{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	border-radius: 9999px;
	background-color: var(--color-black);
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 10;
}
.prev-arrow {
	left: -40px;
}
.next-arrow {
	right: -40px;
}
.prev-arrow::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 54%;
	width: 8px;
	height: 8px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: translate(-50%, -50%) rotate(135deg);
}
.next-arrow::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 46%;
	width: 8px;
	height: 8px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: translate(-50%, -50%) rotate(-45deg);
}

.entry-salary-up-cases-thumb{
	margin-inline: 22px;
}
.entry-salary-up-cases-thumb-inner{
	position: relative;
	z-index: 3;
}
.entry-salary-up-cases-thumb-img{
	max-width: 263px;
	width: 100%;
	margin: 0 auto;
}
.entry-salary-up-cases-thumb-img img{
	width: 100%;
	height: 263px;
	border-radius: 9999px;
	object-fit: cover;
}
.entry-salary-up-cases-case-study-up{
	position: relative;
	width: 329px;
	font-family: var(--font-noto);
	margin-block: 21px 0;
	z-index: 5;
}
.entry-salary-up-cases-case-study-up::before {
	content: "";
	position: absolute;
	top: -12px;
	left: 50%;
	transform: translateX(-50%);
	width: 27px;
	height: 15px;
	border-radius: 2px;
	background: linear-gradient(to bottom right, #d85d62, #de5d2e);
	clip-path: polygon(50% 0, 0 100%, 100% 100%);
	z-index: 2;
}
.entry-salary-up-cases-case-study-up::after{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(to bottom right, #d85d62, #de5d2e);
	border-radius: 20px;
	z-index: -1;
}
.entry-salary-up-cases-case-study-up-before{
	position: relative;
	min-height: 50px;
	padding: 10px 21px;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	z-index: 3;
}
.entry-salary-up-cases-case-study-up-before-yen{
	margin-block: 3px 0;
}
.entry-salary-up-cases-case-study-up-before-yen p{
	font-weight: 700;
	font-size: 3.7rem;
	line-height: 1;
	letter-spacing: .05em;
	color: rgba(255, 255, 255, .7);
}
.entry-salary-up-cases-case-study-up-before-yen p .income-past{
	font-size: 1.6rem;
	margin-inline: 0 4px;
}
.entry-salary-up-cases-case-study-up-before-yen p .unit{
	font-size: 1.6rem;
	margin-inline: 3px 0;
}
.entry-salary-up-cases-case-study-up-currently{
	position: relative;
	min-height: 74px;
	padding: 15px 30px;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	z-index: 3;
}
.entry-salary-up-cases-case-study-up-currently::after{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: var(--color-red);
	border-radius: 0 0 20px 20px;
	z-index: -1;
}
.entry-salary-up-cases-case-study-up-currently-yen{
	position: relative;
	z-index: 5;
}
.entry-salary-up-cases-case-study-up-currently-yen p{
	font-weight: 700;
	font-size: 5.7rem;
	line-height: 1;
	letter-spacing: .02em;
	color: #fff;
}
.entry-salary-up-cases-case-study-up-currently-yen p .income-nowpast{
	font-size: 1.6rem;
	margin-inline: 0 4px;
}
.entry-salary-up-cases-case-study-up-currently-yen p .unit{
	font-size: 2.2rem;
	margin-inline: 4px 0;
}
.entry-salary-up-cases-case-study-up-plus{
	position: absolute;
	top: 16px;
	left: 17px;
	filter: drop-shadow(0 3px 6px rgba(0, 0, 0, .16));
	z-index: 5;
}
.entry-salary-up-cases-case-study-up-plus-inner{
	position: relative;
	padding: 5px 11px 7px;
	box-sizing: border-box;
	filter: drop-shadow(0 3px 6px rgba(0, 0, 0, .16));
	z-index: 5;
}
.entry-salary-up-cases-case-study-up-plus-inner::after{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #fff;
	border-radius: 8px;
	z-index: -1;
}
.entry-salary-up-cases-case-study-up-plus-inner::before {
	content: "";
	position: absolute;
	bottom: -11px;
	left: 50%;
	transform: translateX(-50%);
	width: 14px;
	height: 13px;
	border-radius: 1px;
	background: #fff;
	clip-path: polygon(0 0, 100% 100%, 100% 0);
	z-index: 2;
}
.entry-salary-up-cases-case-study-up-plus p{
	text-align: center;
	font-weight: 700;
	font-size: 2.1rem;
	line-height: 1.3;
	letter-spacing: .05em;
	color: var(--color-red);
}
.entry-salary-up-cases-case-study-up-plus p .unit{
	font-size: 1.8rem;
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
	.slider {
		position: relative;
		width: 100vw;
		margin: 0 calc(50% - 50vw);
	}
	.prev-arrow {
		left: 20px;
	}
	.next-arrow {
		right: 20px;
	}
}

@media screen and (max-width: 767px) {
	.entry-salary-up-cases{
		margin-block: 60px 0;
	}
	.entry-salary-up-cases-block{
		display: block;
	}
	.slider {
		position: relative;
		width: 100%;
	}
	.prev-arrow {
		left: 0;
	}
	.next-arrow {
		right: 0;
	}
}

.entry-other-btn{
	margin: 70px 0 0;
}
.entry-other-btn-inner{
	width: 100%;
	display: flex;
	justify-content: center;
}
.entry-other-btn-list{
	display: flex;
	justify-content: center;
	gap: 23px;
}
a.other-button{
	position: relative;
	min-height: 77px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 0 53px 0 29px;
	z-index: 3;
}
a.other-button{
	font-family: var(--font-noto);
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1;
	letter-spacing: .05em;
	color: #fff;
	white-space: nowrap;
}
a.other-button::after{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(to bottom, #AC4030, #A7764C);;
	border-radius: 50px;
	z-index: -1;
}
a.other-button::before{
	content: '';
	position: absolute;
	top: 50%;
	right: 23px;
	transform: translateY(-50%);
	width: 22px;
	height: 22px;
	background-image: url(/wp-content/themes/renew_cloudsoft_theme/img/common/btn-icon.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
a.other-button:hover::before {	
	animation: btnIconRotation .5s cubic-bezier(0.76, 0, 0.24, 1);
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
	.entry-other-btn-list{
		display: flex;
		justify-content: center;
		gap: 15px;
	}
	a.other-button{
		position: relative;
		min-height: 77px;
		display: inline-flex;
		justify-content: center;
		align-items: center;
		padding: 0 50px 0 29px;
		z-index: 3;
	}
	a.other-button{
		font-family: var(--font-noto);
		font-weight: 700;
		font-size: 1.5rem;
		line-height: 1;
		letter-spacing: .05em;
		color: #fff;
		white-space: nowrap;
	}
}

@media screen and (max-width: 767px) {
	.entry-other-btn{
		margin: 40px 0 0;
	}
	.entry-other-btn-inner{
		max-width: 335px;
		width: 100%;
		margin: 0 auto;
		display: flex;
		justify-content: center;
	}
	.entry-other-btn-list{
		width: 100%;
		display: grid;
		grid-template-columns: 1fr;
		gap: 20px;
	}
	a.other-button{
		position: relative;
		width: 100%;
		min-height: 68px;
		display: inline-flex;
		justify-content: center;
		align-items: center;
		padding: 0 53px 0 29px;
		z-index: 3;
	}
	a.other-button{
		font-family: var(--font-noto);
		font-weight: 700;
		font-size: 1.6rem;
		line-height: 1;
		letter-spacing: .05em;
		color: #fff;
		white-space: nowrap;
	}
	a.other-button::before{
		content: '';
		position: absolute;
		top: 50%;
		right: 21px;
		transform: translateY(-50%);
		width: 20px;
		height: 20px;
		background-image: url(/wp-content/themes/renew_cloudsoft_theme/img/common/btn-icon.png);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
	}
	a.other-button:hover::before {	
		animation: btnIconRotation .5s cubic-bezier(0.76, 0, 0.24, 1);
	}
}

.entry-salary-up-cases-engineer{
	position: relative;
	margin-block: 69px 0;
	z-index: 6;
}
.entry-salary-up-cases-engineer::after{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #fff;
	border-radius: 20px;
	z-index: -1;
}
.entry-salary-up-cases-engineer-inner{
	display: grid;
	grid-template-columns: 1fr 39.6%;
	grid-gap: 3.8%;
	padding: 40px;
}
.entry-salary-up-cases-engineer-head{
	margin-block: 0 36px;
}
.entry-salary-up-cases-engineer-head-h3{
	font-weight: 700;
	font-size: 2.8rem;
	line-height: 1.86;
}
.entry-salary-up-cases-engineer-read{
	font-family: var(--font-noto);
}
.entry-salary-up-cases-engineer-read p{
	font-weight: 500;
	line-height: 2.125;
	margin-block: 0 30px;
}
.entry-salary-up-cases-engineer-read p:last-child{
	margin-block: 0;
}
.entry-salary-up-cases-engineer-img img{
	width: 100%;
	border-radius: 40px;
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
	.entry-salary-up-cases-engineer-inner{
		display: grid;
		grid-template-columns: 1fr;
		grid-gap: 30px;
		padding: 40px;
	}
	.entry-salary-up-cases-engineer-img{
		max-width: 397px;
		width: 100%;
		margin: 0 auto;
	}
}

@media screen and (max-width: 767px) {
	.entry-salary-up-cases-engineer{
		position: relative;
		margin-block: 40px 0;
		z-index: 6;
	}
	.entry-salary-up-cases-engineer-inner{
		display: grid;
		grid-template-columns: 1fr;
		grid-gap: 14px;
		padding: 20px;
	}
	.entry-salary-up-cases-engineer-head{
		margin-block: 0 16px;
	}
	.entry-salary-up-cases-engineer-head-h3{
		font-weight: 700;
		font-size: 2.0rem;
		line-height: 1.86;
	}
	.entry-salary-up-cases-engineer-read{
		font-family: var(--font-noto);
	}
	.entry-salary-up-cases-engineer-read p{
		font-weight: 500;
		line-height: 1.855;
		margin-block: 0 24px;
	}
	.entry-salary-up-cases-engineer-read p:last-child{
		margin-block: 0;
	}
}

.entry-faq{
	margin-block: 116px 0;
}
.entry-faq-list > li{
	position: relative;
	z-index: 6;
}
.entry-faq-list > li::after{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #fff;
	border-radius: 20px;
	z-index: -1;
}
.entry-faq-list > li + li{
	margin-block: 12px 0;
}
.entry-faq-question{
	position: relative;
	padding: 40px;
	cursor: pointer;
	z-index: 6;
}
.entry-faq-question::before{
	content: "";
	position: absolute;
	top: calc(50% - 3px);
	right: 40px;
	width: 26px;
	height: 3px;
	background-color: var(--color-black);
}
.entry-faq-question::after{
	content: "";
	position: absolute;
	top: calc(50% - 3px);
	right: 40px;
	transform: rotate(90deg);
	width: 26px;
	height: 3px;
	background-color: var(--color-black);
	transition: all 0.3s;
}
.entry-faq-question.open::after{
	transform: rotate(180deg);
}
.entry-faq-question-head{
	font-family: var(--font-noto);
}
.entry-faq-question-head p{
	position: relative;
	font-weight: 600;
	font-size: 2.0rem;
	line-height: 1.68;
	letter-spacing: .08em;
	padding-inline: 54px 0;
	z-index: 6;
}
.entry-faq-question-head p::before{
	content: 'Q';
	position: absolute;
	top: -2px;
	left: 0;
	font-family: var(--font-lato);
	font-weight: 700;
	font-size: 3.3rem;
	line-height: 1;
	color: var(--color-red);
}
.entry-faq-answer{
	display: none;
	margin-block: -18px 0;
	padding: 0 40px 40px;
}
.entry-faq-answer-read{
	font-family: var(--font-noto);
}
.entry-faq-answer-read p{
	position: relative;
	padding-inline: 54px 0;
}
.entry-faq-answer-read p::before{
	content: 'A';
	position: absolute;
	top: -2px;
	left: 0;
	font-family: var(--font-lato);
	font-weight: 700;
	font-size: 3.3rem;
	line-height: 1;
	color: rgba(154, 140, 122, .43);
}
.entry-faq-answer-read p{
	line-height: 1.875;
}

@media screen and (max-width: 767px) {
	.entry-faq{
		margin-block: 40px 0;
	}
	.entry-faq-list > li + li{
		margin-block: 13px 0;
	}
	.entry-faq-question{
		position: relative;
		padding: 20px;
		cursor: pointer;
		z-index: 6;
	}
	.entry-faq-question::before{
		content: "";
		position: absolute;
		top: calc(50% - 2px);
		right: 20px;
		width: 14px;
		height: 2px;
		background-color: var(--color-black);
	}
	.entry-faq-question::after{
		content: "";
		position: absolute;
		top: calc(50% - 2px);
		right: 20px;
		transform: rotate(90deg);
		width: 14px;
		height: 2px;
		background-color: var(--color-black);
		transition: all 0.3s;
	}
	.entry-faq-question.open::after{
		transform: rotate(180deg);
	}
	.entry-faq-question-head{
		font-family: var(--font-noto);
	}
	.entry-faq-question-head p{
		position: relative;
		font-weight: 600;
		font-size: 1.6rem;
		line-height: 1.5;
		letter-spacing: .04em;
		padding-inline: 36px 26px;
		z-index: 6;
	}
	.entry-faq-question-head p::before{
		content: 'Q';
		position: absolute;
		top: -5px;
		left: 0;
		font-family: var(--font-lato);
		font-weight: 700;
		font-size: 3.0rem;
		line-height: 1;
		color: var(--color-red);
	}
	.entry-faq-answer{
		display: none;
		margin-block: -7px 0;
		padding: 0 20px 20px;
	}
	.entry-faq-answer-read{
		font-family: var(--font-noto);
	}
	.entry-faq-answer-read p{
		position: relative;
		padding-inline: 36px 0;
	}
	.entry-faq-answer-read p::before{
		content: 'A';
		position: absolute;
		top: -5px;
		left: 0;
		font-family: var(--font-lato);
		font-weight: 700;
		font-size: 3.0rem;
		line-height: 1;
		color: rgba(154, 140, 122, .43);
	}
	.entry-faq-answer-read p{
		line-height: 1.875;
	}
}

.entry-flow{
	position: relative;
	margin-block: 101px 0;
	padding-block: 101px 94px;
	z-index: 6;
}
.entry-flow::after{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(
	to bottom,
	rgba(172, 64, 48, 0.69) 0%,
	rgba(195, 94, 74, 0.69) 20%,
	rgba(196, 152, 92, 0.69) 80%,
	rgba(167, 118, 76, 0.69) 100%
	);
	z-index: -1;
}
.entry-flow .page-h2-block::before{
	background: #fff;
}
.entry-flow .page-h2-title{
	color: #fff;
}
.entry-flow-block-inner{
	max-width: 929px;
	width: 100%;
	margin: 0 auto;
}
.entry-flow-list{
	display: flex;
	justify-content: space-between;
}
.entry-flow-list > li{
	position: relative;
	max-width: 255px;
	width: 100%;
	z-index: 6;
}
.entry-flow-list > li::after{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #fff;
	border-radius: 20px;
	z-index: -1;
}
.entry-flow-list-icon{
	position: relative;
	width: 100%;
	min-height: 152px;
	z-index: 6;
}
.entry-flow-list-icon::before{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 83px;
	height: 66px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 1;
}
.entry-flow-list-icon.flow-01::before{
	background-image: url(/wp-content/themes/renew_cloudsoft_theme/img/entry/flow-icon-01.png);
}
.entry-flow-list-icon.flow-02::before{
	background-image: url(/wp-content/themes/renew_cloudsoft_theme/img/entry/flow-icon-02.png);
}
.entry-flow-list-icon.flow-03::before{
	background-image: url(/wp-content/themes/renew_cloudsoft_theme/img/entry/flow-icon-03.png);
}
.entry-flow-list-icon::after{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #faf5ef;
	border-radius: 20px 20px 0 0;
	z-index: -1;
}
.entry-flow-list-contet-inner{
	font-family: var(--font-noto);
	padding: 26px 30px 31px;
}
.entry-flow-list-head p{
	font-weight: 700;
	font-size: 2.0rem;
	line-height: 1.5;
	color: var(--color-red);
}
.entry-flow-list-read{
	margin-block: 14px 0;
}
.entry-flow-list-read p{
	font-weight: 500;
	line-height: 1.875;
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
	.entry-flow-list{
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 15px;
	}
}

@media screen and (max-width: 767px) {
	.entry-flow{
		position: relative;
		margin-block: 60px 0;
		padding-block: 60px 60px;
		z-index: 6;
	}
	.entry-flow-list{
		display: grid;
		grid-template-columns: 1fr;
		grid-gap: 20px;
	}
	.entry-flow-list > li{
		position: relative;
		max-width: 280px;
		width: 100%;
		margin: 0 auto;
		z-index: 6;
	}
	.entry-flow-list-contet-inner{
		font-family: var(--font-noto);
		padding: 20px;
	}
	.entry-flow-list-head p{
		font-weight: 700;
		font-size: 2.0rem;
		line-height: 1.5;
		color: var(--color-red);
	}
	.entry-flow-list-read{
		margin-block: 14px 0;
	}
	.entry-flow-list-read p{
		font-weight: 500;
		line-height: 1.875;
	}
}

.entry-contact{
	position: relative;
	padding-block: 68px 75px;
	z-index: 6;
}
.entry-contact::after{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: url(/wp-content/themes/renew_cloudsoft_theme/img/entry/contact-bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	z-index: -1;
}
.entry-contact .page-content-inner{
	margin: 0 auto;
}
.entry-contact .page-h2-block::before{
	background: #fff;
}
.entry-contact .page-h2-title{
	color: #fff;
}
.entry-contact-block-inner{
	width: 100%;
	display: grid;
	grid-template-columns: 49% 1fr;
}
.entry-contact-txt{
	display: flex;
	align-items: center;
}
.entry-contact-txt-inner{
	padding-inline: 0 20px;
}
.entry-contact-h2-eng{
	font-weight: 700;
	font-size: 2.0rem;
	line-height: 1;
	color: rgba(255, 255, 255, .5);
	padding-block: 0 11px;
}
.entry-contact-h2-title{
	font-family: var(--font-noto);
	font-weight: 700;
	font-size: 3.7rem;
	line-height: 1.5;
	letter-spacing: .04em;
	color: #fff;
}
.entry-contact-read{
	margin-block: 20px 0;
}
.entry-contact-read p{
	font-family: var(--font-noto);
	font-weight: 500;
	line-height: 1.875;
	color: #fff;
}
.entry-contact-btn{
	width: 100%;
	display: block;
}
.entry-contact-btn-inner{
	width: 100%;
	display: flex;
	align-items: center;
}
.entry-contact-btn-list{
	width: 100%;
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 16px;
}
a.entry-contact-casual{
	position: relative;
	width: 100%;
	min-height: 100px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	border-radius: 9999px;
	padding-inline: 115px 99px;
	z-index: 3;
}
a.entry-contact-casual{
	font-weight: 700;
	font-size: 2.8rem;
	line-height: 1;
	letter-spacing: .01em;
	color: var(--color-black);
	white-space: nowrap;
}
a.entry-contact-casual::after{
	content: '';
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
	width: 67px;
	height: 67px;
	border-radius: 9999px;
	background-image: url(/wp-content/themes/renew_cloudsoft_theme/img/common/article-recruit-casual.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	opacity: .9;
}
a.entry-contact-casual::before{
	content: '';
	position: absolute;
	top: 50%;
	right: 26px;
	transform: translateY(-50%);
	width: 34px;
	height: 33px;
	background-image: url(/wp-content/themes/renew_cloudsoft_theme/img/common/informal-icon.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
a.entry-contact-line{
	position: relative;
	width: 100%;
	min-height: 100px;
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: #fff;
	border-radius: 9999px;
	padding-inline: 115px 109px;
	z-index: 3;
}
a.entry-contact-line{
	font-family: var(--font-noto);
	font-weight: 700;
	font-size: 2.8rem;
	line-height: 1;
	letter-spacing: .01em;
	color: var(--color-black);
	white-space: nowrap;
}
.entry-contact-line-inner{
	display: flex;
	justify-content: center;
	align-items: center;
}
a.entry-contact-line::after{
	content: '';
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
	width: 67px;
	height: 67px;
	border-radius: 9999px;
	background-image: url(/wp-content/themes/renew_cloudsoft_theme/img/common/line-icon.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	opacity: .9;
}
a.entry-contact-line::before{
	content: '';
	position: absolute;
	top: 50%;
	right: 26px;
	transform: translateY(-50%);
	width: 34px;
	height: 33px;
	background-image: url(/wp-content/themes/renew_cloudsoft_theme/img/common/informal-icon.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
a.entry-contact-line .sns-sub{
	display: block;
	font-size: 1.4rem;
	line-height: 1.6;
	margin-inline: 17px 0;
}
a.entry-contact-casual:hover::before,
a.entry-contact-line:hover::before {	
	animation: btnIconRotation .5s cubic-bezier(0.76, 0, 0.24, 1);
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
	.entry-contact-block-inner{
		max-width: 510px;
		width: 100%;
		display: grid;
		grid-template-columns: 1fr;
		grid-gap: 30px;
		margin: 0 auto;
	}
	.entry-contact-btn-list{
		max-width: 510px;
		width: 100%;
		margin: 0 auto;
		display: grid;
		grid-template-columns: 1fr;
		grid-gap: 20px;
	}
}

@media screen and (max-width: 767px) {
	.entry-contact{
		position: relative;
		padding-block: 60px;
		z-index: 6;
	}
		.entry-contact-h2-eng{
		font-weight: 700;
		font-size: 1.6rem;
		line-height: 1;
		color: rgba(255, 255, 255, .5);
		padding-block: 0 11px;
	}
	.entry-contact-h2-title{
		font-family: var(--font-noto);
		font-weight: 700;
		font-size: 2.6rem;
		line-height: 1.5;
		letter-spacing: .04em;
		color: #fff;
	}
	.entry-contact-read{
		margin-block: 10px 0;
	}
	.entry-contact-read p{
		font-family: var(--font-noto);
		font-weight: 500;
		line-height: 1.85;
		color: #fff;
	}
	.entry-contact-btn{
		margin-block: 0;
	}
	.entry-contact-block-inner{
		max-width: 335px;
		width: 100%;
		display: grid;
		grid-template-columns: 1fr;
		grid-gap: 30px;
		margin: 0 auto;
	}
	.entry-contact-btn-list{
		max-width: 335px;
		width: 100%;
		margin: 0 auto;
		display: grid;
		grid-template-columns: 1fr;
		grid-gap: 20px;
	}
	a.entry-contact-casual{
		position: relative;
		width: 100%;
		min-height: 70px;
		display: inline-flex;
		justify-content: center;
		align-items: center;
		background: #fff;
		border-radius: 9999px;
		padding-inline: 50px 50px;
		z-index: 3;
	}
	a.entry-contact-casual{
		font-weight: 700;
		font-size: 1.8rem;
		line-height: 1;
		letter-spacing: .01em;
		color: var(--color-black);
		white-space: nowrap;
	}
	a.entry-contact-casual::after{
		content: '';
		position: absolute;
		top: 50%;
		left: 10px;
		transform: translateY(-50%);
		width: 50px;
		height: 50px;
		border-radius: 9999px;
		background-image: url(/wp-content/themes/renew_cloudsoft_theme/img/common/article-recruit-casual.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		opacity: .9;
	}
	a.entry-contact-casual::before{
		content: '';
		position: absolute;
		top: 50%;
		right: 21px;
		transform: translateY(-50%);
		width: 20px;
		height: 19px;
		background-image: url(/wp-content/themes/renew_cloudsoft_theme/img/common/informal-icon.png);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
	}
	a.entry-contact-line{
		position: relative;
		width: 100%;
		min-height: 70px;
		display: inline-flex;
		flex-direction: column;
		justify-content: center;
		background: #fff;
		border-radius: 9999px;
		padding-inline: 80px 50px;
		z-index: 3;
	}
	a.entry-contact-line{
		font-family: var(--font-noto);
		font-weight: 700;
		font-size: 1.8rem;
		line-height: 1;
		letter-spacing: .01em;
		color: var(--color-black);
		white-space: nowrap;
	}
	a.entry-contact-line::after{
		content: '';
		position: absolute;
		top: 50%;
		left: 10px;
		transform: translateY(-50%);
		width: 50px;
		height: 50px;
		border-radius: 9999px;
		background-image: url(/wp-content/themes/renew_cloudsoft_theme/img/common/line-icon.png);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		opacity: .9;
	}
	a.entry-contact-line::before{
		content: '';
		position: absolute;
		top: 50%;
		right: 21px;
		transform: translateY(-50%);
		width: 20px;
		height: 19px;
		background-image: url(/wp-content/themes/renew_cloudsoft_theme/img/common/informal-icon.png);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
	}
	a.entry-contact-line .sns-sub{
		display: block;
		font-size: 1.3rem;
		margin-block: 5px 0;
	}
	a.entry-contact-casual:hover::before,
	a.entry-contact-line:hover::before {	
		animation: btnIconRotation .5s cubic-bezier(0.76, 0, 0.24, 1);
	}
}