@charset "utf-8";

/* CSS Document */
/* サブのメイン画像とパンくずリスト共通▼ */
.sub-main {
	width: 100%;
	height: auto;
	background-color: #fefbf4;
	background-image: url("../../img/common/sub-main-bg.png");
	background-position: top 60px right 5%;
	background-repeat: no-repeat;
	background-size: auto;
	padding-top: 60px;
	padding-left: 5%;
}

.sub-main-ttl {
	font-family: "Mohave", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	font-size: 115px;
	color: #8bc300;
	line-height: 1.1;
}

.sub-main-ttl-ja {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 24px;
	color: #8bc300;
	margin-top: 0;
}

.sub-main p {
	width: 40%;
	margin-top: 20px;
	padding-bottom: 80px;
}

.breadcrumbs {
	width: 100%;
	height: auto;
	padding-left: 5%;
	background-color: #fefbf4;
	padding-top: 20px;
}

.breadcrumbs-in {
	display: flex;
	font-size: 12px;
	color: #888;
	margin: 0 auto;
}

.breadcrumbs-in li span {
	padding-right: 5px;
}

.breadcrumbs-in li:after {
	content: " >";
}

.breadcrumbs-in li {
	margin-right: 14px;
}

li.bcl-last:after {
	content: none;
}

.red {
	color: #ff0038;
}

.green {
	color: #017737;
}

/* 仕事の内容▼ */
.customer_support {
	width: 100%;
	height: auto;
	background: #fefbf4;
	padding-top: 130px;

}

.customer_support-in {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

.customer_support-in h2 {
	font-family: "Noto Sans JP", sans-serif;
	text-align: center;
	font-size: 70px;
	margin-bottom: 60px;
}

.customer_support-in p {
	text-align: center;
}

.customer-support {
	width: 100%;
	height: auto;
	background: #fefbf4;
	padding-top: 150px;
}

.customer-support__inner {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

.customer-support__title {
	font-family: "Noto Sans JP", sans-serif;
	text-align: center;
	font-size: 70px;
}

.customer-support__desc {
	font-size: 1rem;
	margin-bottom: 2rem;
	line-height: 1.6;
}

.customer-support-grid {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-columns: 1fr 1fr;
	grid-template-areas:
		"item1 item3"
		"item1 item4"
		"item2 item5";
	gap: 20px;
}

.cs-card {
	padding: 1rem;
	position: relative;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.05);
	background: #F5F6E3;
	border-radius: 10px;
	min-height: 80px;
}


.item1 {
	grid-area: item1;
}

.item2 {
	grid-area: item2;
}

.item3 {
	grid-area: item3;
}

.item4 {
	grid-area: item4;
}

.item5 {
	grid-area: item5;
}


.cs-card ul {
	margin-top: 0.5rem;
	padding-left: 1.3rem;
	list-style: disc;
	line-height: 1.6;
}

.cs-card ul li {
	margin-bottom: 6px;
}

.cs-card .no-dot {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}

.customer-support__card-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.customer-support__card-header h3 {
	font-size: 1.1rem;
	color: #8bc300;
	margin: 0;
	position: relative;
	padding-left: 26px;

}

.customer-support__card-header h3::before {
	content: url("../../img/common/haguruma-icon-touka.png");
	display: inline-block;
	position: absolute;
	top: 2px;
	left: 0;
}

.customer-support__note {
	margin-top: 2rem;
	font-size: 0.95rem;
	color: #555;
}

/* ともに働く人▼ */
.work-man {
	width: 100%;
	height: auto;
	background: #fefbf4;
	padding-top: 150px;

}

.work-man-in {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

.work-man-in h2 {
	font-family: "Noto Sans JP", sans-serif;
	text-align: center;
	font-size: 70px;
}

.work-man-box-cover {
	width: 100%;
	height: auto;
	padding-top: 80px;
	padding-bottom: 80px;
	background: #fff;
	margin-top: 80px;
	border-radius: 10px;
}

.work-man-box {
	width: 800px;
	margin: 0 auto;
}

.work-man-box-flex {
	display: flex;
	justify-content: space-between;
}

.work-man-left {
	width: 37%;
	margin-right: 3%;
}

.work-man-right {
	width: 67%;
	margin-left: 3%;
	margin-top: -30px;
}

.work-man-box-flex2 {
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
}

.tag {
	color: #8bc300;
	background: #fefbf4;
	border: solid 2px #8bc300;
	padding: 3px;
	margin-top: 5px;
	margin-right: 5px;
}

.work-man-read {
	margin-top: 30px;
	text-align: center;
}

.btn-green-web-cover {
	width: 250px;
	margin: 0 auto;
}

.btn-green-web {
	margin-top: 30px;
	width: 250px;
	height: 70px;
	color: #fff;
	background: #8bc300;
	font-size: 16px;
	text-align: center;
	line-height: 70px;
	padding-left: 40px;
	padding-right: 40px;
	border-radius: 70px;
	display: inline-block;
	transition: transform 0.3s ease;
}

.btn-green-web:hover {
	transform: scale(1.1);
}

/* 共通福利厚生▼ */
.benefit {
	width: 100%;
	background: #fefbf4;
}

.benefit2-flex-cover h3 {
	left: -18px;
}

.benefit2-flex-cover h3::after {
	content: url("../../img/common/btn-icon.png");
	position: relative;
	top: 3px;
	padding-left: 5px;
}

/*▼ベネフィットの中のホバー*/
.benefit h3 {
	display: inline-block;
	transition: transform 0.3s ease;
}

.benefit h3:hover {
	transform: scale(1.1);
	color: #8bc300;
}

.benefit2-flex-cover {
	width: 1200px;
	display: flex;
	justify-content: space-between;
	margin-top: 100px;
	margin: 0 auto;
}

.benefit2-left {
	width: 369px;
	text-align: center;
	margin-top: 80px;
}

.benefit2-center {
	width: 369px;
	text-align: center;
	margin-top: 80px;
}

.benefit2-right {
	width: 369px;
	text-align: center;
	margin-top: 80px;
}

/* 募集要項▼ */
.gaidorain {
	width: 100%;
	height: auto;
	background: #fefbf4;
	padding-top: 150px;

}

.gaidorain-in {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

.gaidorain-cover {
	display: flex;
}

.gaidorain-left {
	margin-top: 100px;
	width: 47%;
	margin-right: 3%;
	border-top: 1px solid #8bc300;
	border-bottom: 1px solid #8bc300;
	padding-top: 10px;
	padding-bottom: 40px;
	position: relative;
}

.gaidorain-right {
	margin-top: 100px;
	width: 47%;
	margin-left: 3%;
	border-top: 1px solid #8bc300;
	border-bottom: 1px solid #8bc300;
	padding-top: 10px;
	padding-bottom: 40px;
	position: relative;
}

.s-haguruma {
	position: absolute;
	top: -21px;
}

.gaidorain-in h2 {
	font-family: "Noto Sans JP", sans-serif;
	text-align: center;
	font-size: 70px;
}

.gaidorain-cover h3 {
	color: #8bc300;
	padding-left: 40px;
	padding-right: 40px;
}
.gaidorain-cover h4 {
	padding-left: 40px;
	padding-right: 40px;
}

.gaidorain-cover p {
	margin-top: 20px;
	padding-left: 40px;
	padding-right: 40px;
}
.gaidorain-lists {
	margin-top: 20px;
}

.gaidorain-cover ul {
	padding-left: 40px;
	padding-right: 40px;
	line-height: 1.8;
}

/* 諸条件▼ */
.conditions {
	width: 100%;
	height: auto;
	background: #fefbf4;
	padding-top: 100px;

}

.conditions-in {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

.conditions-cover {
	width: 860px;
	height: auto;
	margin: 0 auto;
	background: #fff;
	padding-top: 80px;
	padding-bottom: 110px;
	padding-right: 80px;
	padding-left: 80px;
	border-radius: 10px;
}

.conditions-cont {
	margin-top: 30px;
	display: flex;
	padding-bottom: 30px;
	border-bottom: solid 1px #e7e4e4;
}

.conditions-cont:last-child {
	border-bottom: none;
}

.conditions-cont .tab {
	width: 120px;
	height: 40px;
	color: #fff;
	background: #8bc300;
	text-align: center;
	border-radius: 5px;
	font-size: 14px;
	line-height: 40px;
}

.conditions-cont .tab-br {
	width: 120px;
	height: 60px;
	color: #fff;
	background: #8bc300;
	text-align: center;
	border-radius: 5px;
	font-size: 14px;
	padding-top: 10px;
}

.conditions-cont p {
	width: 80%;
	margin-top: 5px;
	margin-left: 40px;
}

.conditions-cont p.m {
	width: 80%;
	margin-top: 0px;
	margin-left: 40px;
}

.conditions-in h2 {
	font-family: "Noto Sans JP", sans-serif;
	text-align: center;
	font-size: 70px;
	margin-bottom: 80px;
}

.red {
	color: #ff0038;
}

/* 背景に固定するコンテンツ */
.fixed-content {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #f0f0f0;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	z-index: 1;
}

/* ポップアップ全体 */
.popup {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	justify-content: center;
	align-items: center;
	z-index: 2;
}

/* ポップアップの中身 */
.popup-content {
	margin-top: 150px;
	background: #fff;
	width: 1066px;
	max-width: 1066px;
	height: 100%;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* 閉じるボタン */
.close-popup {
	position: absolute;
	top: -20px;
	right: 20px;
	font-size: 60px;
	cursor: pointer;
	color: #fff;
}

/* ポップアップ内のスクロールエリア */
.popup-scroll {
	flex: 1;
	padding: 20px;
	overflow-y: auto;
}

/* 1200px以下▼ */
@media screen and (max-width:1200px) {

	.customer-support__inner {
		width: 100%;
		height: auto;
		margin: 0 auto;
		padding-left: 5%;
		padding-right: 5%;
	}

	.customer-support-grid {
		display: block;
	}

	.cs-card {
		margin-bottom: 24px;
	}

	.cs-card:last-child {
		margin-bottom: 0;
	}


	/* サブのメイン画像とパンくずリスト共通▼ */
	.sub-main p {
		width: 40%;
		margin-top: 20px;
		margin-bottom: 0;
		padding-bottom: 60px;
	}

	/* カスタマーサポート▼ */
	.customer_support {
		width: 100%;
		height: auto;
		background: #fefbf4;
		padding-left: 5%;
		padding-right: 5%;
		padding-top: 130px;
	}

	.customer_support-in {
		width: 100%;
		height: auto;
		margin: 0 auto;
	}

	/* ともに働く人▼ */
	.work-man {
		width: 100%;
		height: auto;
		background: #fefbf4;
		padding-top: 150px;
		padding-left: 5%;
		padding-right: 5%;
	}

	.work-man-in {
		width: 100%;
		height: auto;
		margin: 0 auto;
	}

	.work-man-box-cover {
		width: 100%;
		height: auto;
		padding-top: 80px;
		padding-bottom: 80px;
		background: #fff;
		margin-top: 80px;
		border-radius: 10px;
	}

	/* 共通福利厚生▼ */
	.benefit {
		width: 100%;
		padding-left: 5%;
		padding-right: 5%;
		background: #fefbf4;
	}

	.benefit2-flex-cover {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
		margin-top: 100px;
		margin: 0 auto;
	}

	.benefit2-left {
		width: 369px;
		text-align: center;
		margin-top: 80px;
	}

	.benefit2-center {
		width: 369px;
		text-align: center;
		margin-top: 80px;
	}

	.benefit2-right {
		width: 369px;
		text-align: center;
		margin-top: 80px;
	}

	/* 募集要項▼ */
	.gaidorain {
		width: 100%;
		height: auto;
		background: #fefbf4;
		padding-top: 150px;
		padding-left: 5%;
		padding-right: 5%;
	}

	.gaidorain-in {
		width: 100%;
		height: auto;
		margin: 0 auto;
	}

	/* 諸条件▼ */
	.conditions {
		width: 100%;
		height: auto;
		background: #fefbf4;
		padding-top: 100px;
		padding-left: 5%;
		padding-right: 5%;
	}

	.conditions-in {
		width: 100%;
		height: auto;
		margin: 0 auto;
	}

	/* 背景に固定するコンテンツ */
	.fixed-content {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		background-color: #f0f0f0;
		box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
		z-index: 1;
	}

	/* ポップアップ全体 */
	.popup {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.5);
		justify-content: center;
		align-items: center;
		z-index: 2;
	}

	/* ポップアップの中身 */
	.popup-content {
		margin-top: 150px;
		background: #fff;
		width: 1066px;
		max-width: 1066px;
		height: 100%;
		border-radius: 10px;
		display: flex;
		flex-direction: column;
		box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	}

	/* 閉じるボタン */
	.close-popup {
		position: absolute;
		top: -20px;
		right: 20px;
		font-size: 60px;
		cursor: pointer;
		color: #fff;
	}

	/* ポップアップ内のスクロールエリア */
	.popup-scroll {
		flex: 1;
		padding: 20px;
		overflow-y: auto;
	}
}

/* 960px以下▼ */
@media screen and (max-width:960px) {
	.customer-support-grid {
		/* grid-template-columns: repeat(auto-fit, 40%); */
		grid-template-columns: 1fr;
		/* モバイル：1列 */
		grid-gap: 2rem;
	}

	.sub-main p {
		width: 60%;
		margin-top: 20px;
		margin-bottom: 0;
		padding-bottom: 60px;
	}

	/* ともに働く人▼ */

	.work-man-box {
		width: 100%;
		padding-left: 4%;
		padding-right: 4%;
		margin: 0 auto;
	}

	/* 諸条件▼ */

	.conditions-cover {
		width: 100%;
		height: auto;
		margin: 0 auto;
		background: #fff;
		padding-top: 80px;
		padding-bottom: 110px;
		padding-right: 80px;
		padding-left: 80px;
		border-radius: 10px;
	}

	/* ポップアップの中身 */
	.popup-content {
		margin-top: 150px;
		background: #fff;
		width: 90%;
		max-width: 90%;
		height: 100%;
		border-radius: 10px;
		display: flex;
		flex-direction: column;
		box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	}

	/* 閉じるボタン */
	.close {
		position: absolute;
		top: -20px;
		right: 10px;
		font-size: 60px;
		cursor: pointer;
		color: #fff;
	}
}

/* 599px以下▼ */
@media screen and (max-width:599px) {

	/* サブメイン▼ */
	.sub-main {
		width: 100%;
		height: auto;
		background-color: #fefbf4;
		background-image: none;
		background-position: none;
		background-repeat: no-repeat;
		background-size: none;
		padding-top: 20px;
		padding-left: 2%;
		padding-right: 2%;
	}

	.sub-main p {
		width: 100%;
		margin-top: 20px;
		padding-bottom: 40px;
	}

	.sub-main-ttl {
		font-family: "Mohave", sans-serif;
		font-optical-sizing: auto;
		font-weight: 600;
		font-style: normal;
		font-size: 56px;
		color: #8bc300;
	}

	.sub-main-ttl-ja {
		font-family: "Noto Sans JP", sans-serif;
		font-weight: 600;
		font-style: normal;
		font-size: 18px;
		color: #8bc300;
		margin-top: 0;
	}

	.none {
		display: none;
	}

	/* パンくずリスト▼ */
	.breadcrumbs {
		width: 100%;
		height: auto;
		padding-left: 2%;
		padding-right: 2%;
		background-color: #fefbf4;
		padding-top: 15px;
	}

	.breadcrumbs-in {
		display: flex;
		flex-wrap: wrap;
	}

	.breadcrumbs-in li {
		margin-top: 5px;
		margin-right: 14px;
	}

	/* WEBエンジニア▼ */
	.customer_support {
		width: 100%;
		height: auto;
		background: #fefbf4;
		padding-top: 100px;

	}

	.customer_support-in h2 {
		font-family: "Noto Sans JP", sans-serif;
		text-align: center;
		font-size: 40px;
		margin-bottom: 60px;
	}

	/* 仕事の内容▼ */
	.customer-support__title {
		font-size: 40px;
		margin-bottom: 60px;
	}

	/* ともに働く人▼ */
	.work-man {
		width: 100%;
		height: auto;
		background: #fefbf4;
		padding-top: 60px;
		padding-left: 2%;
		padding-right: 2%;
	}

	.work-man-in h2 {
		font-family: "Noto Sans JP", sans-serif;
		text-align: center;
		font-size: 40px;
	}

	.work-man-box-cover {
		width: 100%;
		height: auto;
		padding-top: 60px;
		padding-bottom: 60px;
		background: #fff;
		margin-top: 60px;
		border-radius: 10px;
	}

	.work-man-box {
		width: 100%;
		height: auto;
		margin: 0 auto;
	}

	.work-man-box-flex {
		display: flex;
		flex-direction: column;
		justify-content: none;
	}

	.work-man-left {
		width: 100%;
		margin-right: 0;
		text-align: center;
	}

	.work-man-right {
		width: 100%;
		margin-left: 0;
		margin-top: 0;
	}

	.work-man-read {
		margin-top: 30px;
		text-align: center;
	}

	.btn-green-web-cover {
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}

	.btn-green-web {
		margin-top: 30px;
		width: 250px;
		height: 60px;
		color: #fff;
		background: #8bc300;
		font-size: 18px;
		text-align: center;
		line-height: 60px;
		padding-left: 0;
		padding-right: 0;
		border-radius: 60px;
		display: inline-block;
		transition: transform 0.3s ease;
	}

	/* 共通福利厚生▼ */
	.benefit {
		width: 100%;
		height: auto;
		background: #fefbf4;
		padding-top: 40px;
		padding-bottom: 0;
		padding-left: 2%;
		padding-right: 2%;
	}

	.benefit2-flex-cover {
		margin-top: 0;
	}

	.benefit2-left {
		width: 100%;
		margin-top: 60px;
		text-align: center;
	}

	.benefit2-center {
		width: 100%;
		margin-top: 60px;
		text-align: center;
	}

	.benefit2-right {
		width: 100%;
		margin-top: 60px;
		text-align: center;
	}

	.benefit2-left img,
	.benefit2-center img,
	.benefit2-right img {
		width: 100%;
		height: auto;
	}

	/* 募集要項▼ */
	.gaidorain {
		width: 100%;
		height: auto;
		background: #fefbf4;
		padding-top: 60px;
		padding-left: 2%;
		padding-right: 2%;
	}

	.gaidorain-cover {
		display: flex;
		flex-direction: column;
	}

	.gaidorain-left {
		margin-top: 60px;
		width: 100%;
		height: auto;
		margin-right: 0;
		border-top: 1px solid #8bc300;
		border-bottom: 1px solid #8bc300;
		padding-top: 10px;
		padding-bottom: 40px;
		position: relative;
	}

	.gaidorain-right {
		margin-top: 60px;
		width: 100%;
		height: auto;
		margin-left: 0;
		border-top: 1px solid #8bc300;
		border-bottom: 1px solid #8bc300;
		padding-top: 10px;
		padding-bottom: 40px;
		position: relative;

	}

	.gaidorain-in h2 {
		font-family: "Noto Sans JP", sans-serif;
		text-align: center;
		font-size: 40px;
	}

	/* 諸条件▼ */
	.conditions {
		width: 100%;
		height: auto;
		background: #fefbf4;
		padding-top: 60px;
		padding-left: 2%;
		padding-right: 2%;
	}

	.conditions-cont {
		margin-top: 30px;
		display: flex;
		padding-bottom: 30px;
		border-bottom: solid 1px #e7e4e4;
	}

	.conditions-cont:last-child {
		border-bottom: none;
	}

	.conditions-cover {
		width: 100%;
		height: auto;
		margin: 0 auto;
		background: #fff;
		padding-top: 40px;
		padding-bottom: 40px;
		padding-right: 4%;
		padding-left: 4%;
		border-radius: 10px;
	}

	.conditions-cont {
		margin-top: 30px;
		display: flex;
		flex-direction: column;
		padding-bottom: 30px;
		border-bottom: solid 1px #e7e4e4;
	}

	.conditions-cont .tab {
		width: 120px;
		height: 40px;
		color: #fff;
		background: #8bc300;
		text-align: center;
		border-radius: 5px;
		font-size: 14px;
		line-height: 40px;
	}

	.conditions-cont .tab-br {
		width: 150px;
		height: 40px;
		color: #fff;
		background: #8bc300;
		text-align: center;
		border-radius: 5px;
		font-size: 14px;
		padding-top: 10px;
	}

	.conditions-cont p {
		width: 100%;
		margin-top: 20px;
		margin-left: 0;
	}

	.conditions-cont p.m {
		width: 100%;
		margin-top: 20px;
		margin-left: 0;
	}

	.conditions-in h2 {
		font-family: "Noto Sans JP", sans-serif;
		text-align: center;
		font-size: 40px;
		margin-bottom: 60px;
	}

	/* ポップアップの中身 */
	.popup-content {
		margin-top: 80px;
		background: #fff;
		width: 96%;
		max-width: 96%;
		height: 100%;
		border-radius: 10px;
		display: flex;
		flex-direction: column;
		box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	}

	/* 閉じるボタン */
	.close-popup {
		position: absolute;
		top: -20px;
		right: 10px;
		font-size: 40px;
		cursor: pointer;
		color: #fff;
	}

	/* ポップアップ内のスクロールエリア */
	.popup-scroll {
		flex: 1;
		padding: 20px 2% 20px 2%;
		overflow-y: auto;
	}

}