@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;
}

/* オフィス環境▼ */
.sub-office {
	width: 100%;
	height: auto;
	background: #fefbf4;
	padding-top: 50px;
	padding-bottom: 0;
}

.sub-office-in {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

.sub-office-fast {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.sub-office-fast_text {
	margin-top: 100px;
	width: 100%;
	padding-bottom: 40px;
	border-top: 1px solid #8bc300;
	position: relative;
}

.sub-office-fast_text h3 {
	color: #8bc300;
	padding-left: 40px;
	padding-right: 40px;
}

.sub-office-fast_text p {
	padding-left: 40px;
	padding-right: 40px;
}

.sub-office-fast_img {
	display: flex;
	gap: 16px;
	justify-content: space-between;
	align-items: stretch;

	width: 100%;
	border-bottom: 1px solid #8bc300;
	padding: 0 40px 50px;
	position: relative;

}

.office-img img {
	border-radius: 10px;
	height: 210px;
	object-fit: cover;
	width: 100%;
	max-width: 100%;
}

.sub-office-cover {
	display: flex;
	align-items: center;
}


.sub-office-left {
	margin-top: 100px;
	width: 47%;
	margin-right: 3%;
	border-top: 1px solid #8bc300;
	border-bottom: 1px solid #8bc300;
	padding-top: 10px;
	padding-bottom: 30px;
	position: relative;
}

.s-haguruma {
	position: absolute;
	top: -21px;
}

.sub-office-right {
	margin-top: 100px;
	width: 47%;
	margin-left: 3%;
	border-top: 1px solid #8bc300;
	border-bottom: 1px solid #8bc300;
	padding-top: 10px;
	padding-bottom: 30px;
	position: relative;
}

.sub-office-cover h3 {
	color: #8bc300;
	padding-left: 40px;
	padding-right: 40px;
}

.sub-office-cover p {
	padding-left: 40px;
	padding-right: 40px;
}

.sub-office-right-img {
	margin-top: 100px;
	width: 47%;
	margin-left: 3%;
}

.sub-office-right-img img {
	width: 100%;
	height: auto;
	border-radius: 10px;
}

/* 1200px以下▼ */
@media screen and (max-width:1200px) {

	/* サブのメイン画像とパンくずリスト共通▼ */
	.sub-main p {
		width: 40%;
		margin-top: 20px;
		margin-bottom: 0;
		padding-bottom: 60px;
	}

	/* オフィス環境▼ */
	.sub-office {
		width: 100%;
		height: auto;
		background: #fefbf4;
		padding-top: 50px;
		padding-left: 5%;
		padding-right: 5%;
		padding-bottom: 0;
	}

	.sub-office-in {
		width: 100%;
		height: auto;
		margin: 0 auto;
	}
}

/* 960px以下▼ */
@media screen and (max-width:960px) {
	.sub-main p {
		width: 60%;
		margin-top: 20px;
		margin-bottom: 0;
		padding-bottom: 60px;
	}

	.sub-office-fast_img {
		flex-wrap: wrap;
		justify-content: center;
		gap: 50px;
		padding-bottom: 0;
		border-bottom: none;
	}

	/* オフィス環境▼ */
	.sub-office-cover {
		display: flex;
		flex-direction: column;
	}

	.sub-office-fast_text {
		margin-top: 100px;
		width: 100%;
		margin-right: 0;
		border-bottom: none;
		padding-top: 10px;
		padding-bottom: 30px;
		position: relative;
	}

	.sub-office-left {
		margin-top: 100px;
		width: 100%;
		margin-right: 0;
		border-bottom: none;
		padding-top: 10px;
		padding-bottom: 30px;
		position: relative;
	}

	.sub-office-left h2 {
		font-size: 2.5rem;
	}

	.sub-office-right {
		margin-top: 100px;
		width: 100%;
		margin-left: 0;
		border-bottom: 1px solid #8bc300;
		padding-top: 10px;
		padding-bottom: 30px;
		position: relative;
	}

	.sub-office-right-img {
		width: 70%;
	}

	.office-img {
		width: 370px;
	}
}

/* 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;
	}

	/* パンくずリスト▼ */
	.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;
	}

	/* オフィス環境▼ */
	.sub-office {
		width: 100%;
		height: auto;
		background: #fefbf4;
		padding-top: 40px;
		padding-left: 2%;
		padding-right: 2%;
		padding-bottom: 0;
	}

	.sub-office-fast_text {
		margin-top: 60px;
		width: 100%;
		padding-bottom: 40px;
		position: relative;
	}

	.sub-office-fast_img {
		flex-wrap: wrap;
		justify-content: center;
		gap: 50px;
		padding-left: 0;
		padding-right: 0;
	}

	.office-img {
		width: 100%;
	}

	.sub-office-fast_text h3,
	.sub-office-left h3 {
		padding-left: 4%;
		padding-right: 4%;

	}

	.sub-office-fast_text p,
	.sub-office-left p {
		padding-left: 4%;
		padding-right: 4%;
	}

	.sub-office-left {
		margin-top: 60px;
		padding-bottom: 40px;
	}

	.sub-office-right {
		margin-top: 60px;
	}

	.sub-office-right-img {
		margin-top: 0;
		width: 100%;
		margin-left: 0;
	}

	.sub-office-right-img img {
		width: 100%;
		height: auto;
	}

}