@charset "UTF-8";

/***** デフォルトはスマートフォン *****/
.work_background {
	width: 100vw;
}

.work_circle {
	position: absolute;
	width: 65%;
	margin: -10% auto 0 auto;
	right: 0;
	left: 0;

}

.work_circle_wrap {
	z-index: -1;
	position: relative;
	display: inline-block;
	margin-top: -12vw;
}

.work_circle_wrap img {
	display: block;
}

.work_circle_wrap::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(to right,
			rgba(17, 27, 48, 0.8) 0%,
			rgba(17, 27, 48, 0.8) 30%,
			rgba(17, 27, 48, 0.6) 60%,
			transparent 100%);
	pointer-events: none;
}

.work_circle_main {
	z-index: 10;
	position: absolute;
	top: 40%;
	bottom: 20%;
	right: 0;
	left: 0;
	margin: auto;
	height: 40%;
}

.work_company_name {
	width: 20vw;
	position: absolute;
	right: 50px;
	bottom: 10px;
}

.work_we_are {
	z-index: 10;
	position: absolute;
	top: 12vw;
	left: 3vw;
	width: 20vw;
}

.work_renewal {
	z-index: 10;
	position: absolute;
	bottom: 7vw;
	left: 2vw;
	width: 20vw;
}

.work_works_circle {
	position: absolute;
	width: 65%;
	margin: -10% auto 0 auto;
	right: 0;
	left: 0;

}

.work_works_img {
	border-radius: 50%;
}

.worl_workhistory {
	width: 100%;
	height: auto;
	position: relative;
	margin: 0 0 10px 0;
}

.worl_workhistory::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(to right,
			rgba(17, 27, 48, 0.8) 0%,
			rgba(17, 27, 48, 0.6) 30%,
			rgba(17, 27, 48, 0.3) 60%,
			transparent 100%);
	pointer-events: none;
}

.work_work_picture {
	width: 100%;
}

.work_workhistory_h2_white {
	position: absolute;
	top: 2rem;
	left: 2rem;
	right: 20px;
	color: white;
	line-height: 1.7rem;
}

.work_clickable_maps {
	position: absolute;
	width: 65%;
	margin-left: auto;
	top: 0;
	right: 0;
}

.cls-1 {
	fill: #231815;
}

.cls-2 {
	fill: #fff;
	stroke: #323232;
	stroke-miterlimit: 10;
	stroke-width: 1.77px;
}

.cls-2:hover {
	fill: #bbbbbb;
}

.work_workhistory_clickable {
	position: absolute;
	width: 300px;
	left: 28px;
	bottom: 20px;
}

.work_workhistory_text {
	position: absolute;
	top: 65%;
	left: 28px;
	color: white;
	font-size: 3vw;
}

.work_inner {
	width: 98%;
	margin: 20px auto;
}

.work_inner_banner {
	position: relative;
}

.work_map_img {
	position: absolute;
	z-index: 10;
	width: 35%;
	top: 5px;
	right: 12%;
}

.work_banner_h2 {
	position: absolute;
	top: 15vw;
	left: 10%;
	color: #fff;
	font-size: 4vw;
	font-weight: 100;
}

.work_banner_h2_small {
	font-size: 2.5vw;
}

.work_banner_plus_buttom {
	position: absolute;
	bottom: 5%;
	right: 5%;
	width: 10%;
}

.accordion {
	max-width: 100%;
	margin: 0 auto;
}

.accordion-item {
	border-bottom: 1px solid #ddd;
}

.accordion-btn {
	width: 30px;
	height: 30px;
	background: #fff;
	border: none;
	cursor: pointer;
	font-size: 16px;
	position: absolute;
	border-radius: 50%;
	top: 18vw;
	right: 1vw;
	align-items: center;
}

/* アイコン */
.icon::before {
	content: "＋";
}

.accordion-btn.active .icon::before {
	content: "";
}

/* 開いたら－になる */
.accordion-btn.active .icon::after {
	content: "ー";
}

/* コンテンツ */
.accordion-content {
	height: 0;
	overflow: hidden;
	opacity: 0;
	transform: translateY(-10px);
	transition:
		height 0.4s ease,
		opacity 0.3s ease,
		transform 0.3s ease;
}

.accordion-content.open {
	opacity: 1;
	transform: translateY(0);
}

/* 内側余白 */
.work_accordion_inner {
	padding: 16px;
	background-color: #dcdcdc;
}

.work_accordion_inner_flex {
	display: block;
}

.work_accordion_inner_flex_item {
	width: 80%;
	margin: auto;
	line-height: 30px;
}

.work_accordion_inner_flex_item_head {
	display: none;
}

.work_item_head {
	font-weight: 900;
	margin-top: 15px;
}

.work_item_head::before {
	content: "施工先名：";
}

.work_item_head::after {
	content: "";
}

/**==================================================**/
/**=          画面サイズ768px以上の指定              **/
/**==================================================**/
@media screen and (min-width:768px) {
	.accordion-btn {
		width: 50px;
		height: 50px;
	}

	.work_accordion_inner_flex_item {
		width: 70%;
		margin: auto;
	}
}

/**==================================================**/
/**=          画面サイズ960px以上の指定              **/
/**==================================================**/
@media screen and (min-width:960px) {
	.work_circle_wrap {
		margin-top: -8.5vw;
	}

	.work_circle_main {
		top: 30%;
		bottom: 30%;
		height: 40%;
	}

	.work_company_name {
		bottom: 50px;
	}

	.work_inner {
		width: 90%;
		margin: auto;
	}

	.work_banner_h2 {
		font-size: 2vw;
	}

	.work_banner_h2_small {
		font-size: 1.5vw;
	}

	.work_banner_plus_buttom {
		width: 5%;
	}

	.accordion-btn {
		width: 80px;
		height: 80px;
	}

	.work_accordion_inner_flex {
		display: flex;
		justify-content: space-evenly;
	}

	.work_accordion_inner_flex_item {
		width: 20%;
	}

	.work_accordion_inner_flex_item_head {
		display: block;
		background: #003255;
		width: 10rem;
		margin: 30px auto;
		color: #fff;
		padding: 5px 25px;
		border-radius: 18px;
		text-align: center;
	}

	.work_accordion_inner_flex_item_text {
		width: 70%;
		margin: 0 -6vw 0 6vw;
		font-size: 0.75vw;
	}

	.work_item_head {
		font-weight: normal;
	}

	.work_item_head::before {
		content: "";
	}

	.work_item_head::after {
		content: "";
	}
}