@charset "UTF-8";
/*******************************************************************************
	サイト名：
	作成会社：Fellow System
--------------------------------------------------------------------------------
 No.│   日付   │区分│						内  容
━━┿━━━━━┿━━┿━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 001│2018.01│新規│[V1.00] 山本
*******************************************************************************/

.company_description {
	font-weight: 500;
	font-size: clamp(0.938rem, 0.601rem + 0.7vw, 1.063rem);
	line-height: clamp(1.75rem, 1.413rem + 0.7vw, 1.875rem);
}
.company_about-list {
	display: flex;
	max-width: 1920px;
	width: 100%;
	margin: 0 auto;
	flex-direction: column;
}
.company_about-title {
	width: fit-content;
	margin-bottom: 20px;
	font-weight: 900;
	font-size: clamp(1.75rem, 1.635rem + 0.24vw, 1.875rem);
	column-gap: 5px;
	align-items: flex-end;
}
.company_about-title i {
	display: inline-block;
	position: relative;
	width: 50px;
	height: 10px;
	margin-bottom: 1px;
	border-top: 1px solid #042d67;
	border-bottom: 1px solid #1797d0;
}
.company_about-title i::before {
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	height: 1px;
	box-sizing: border-box;
	background-color: #0e64b2;
	content: "";
}
.company_about-contents {
	display: flex;
	width: 100%;
	column-gap: 15px;
	justify-content: space-between;

	row-gap: 10px;
}
.company_about-visual {
	display: block;
	overflow: hidden;
	width: 100%;
}
.company_about-visual img {
	width: 100%;
	height: 100%;

	object-fit: cover;
}
.company_about-details {
	display: flex;
	width: 100%;
	column-gap: 15px;
	justify-content: space-between;
}

.company_about-head , .company_about-bottom {
	display: flex;
}

.company_about-img img {
	width: 100%;
}

.company_about-text {
	font-weight: 500;
	font-size: clamp(0.875rem, 0.702rem + 0.36vw, 1.063rem);
	line-height: clamp(1.625rem, 1.394rem + 0.48vw, 1.875rem);
	text-align: justify;
}

@media screen and (min-width: 1081px) {
	.company_about-item {
		max-width: 1560px;
	}
	.company_about-item:nth-of-type(odd) .company_about-contents {
		flex-direction: row-reverse;
	}
	.company_about-item:nth-of-type(odd) .company_about-visual {
		max-width: 770px;
	}
	.company_about-item:nth-of-type(even) .company_about-visual {
		max-width: 780px;
	}
	.company_about-visual {
		height: 455px;
	}
	.company_about-item:nth-of-type(odd) .company_about-details {
		max-width: 755px;
	}
	.company_about-item:nth-of-type(even) .company_about-details {
		max-width: 745px;
	}
}
@media screen and (max-width: 1080px) {
	.company_about-item {
		max-width: 770px;
	}
	.company_about-contents {
		flex-direction: column;
	}
	.company_about-details {
		max-width: 745px;
	}
	.company_about-item:nth-of-type(even) .company_about-details {
		margin-left: auto;
	}
	@media screen and (min-width: 768px) {
	}
}

@media screen and (min-width: 768px) {
	.company_about-title {
		display: flex;
		column-gap: 5px;
	}
	.company_about-title i {
		display: block;
		position: relative;
		width: 50px;
		height: 10px;
		margin-bottom: 1px;
		border-top: 1px solid #042d67;
		border-bottom: 1px solid #1797d0;
	}
	.company_about-details {
		width: 97.5%;
	}
	.company_about-item:nth-of-type(odd) .company_about-head {
		width: 100%;
		flex-direction: column-reverse;
		justify-content: flex-end;

		row-gap: 35px;
	}
	.company_about-item:nth-of-type(odd) .company_about-bottom {
		width: 100%;
		flex-direction: column;

		row-gap: 35px;
	}

	.company_about-item:nth-of-type(odd) .company_about-head {
		max-width: 375px;
		justify-content: flex-end;

		row-gap: 35px;
	}
	.company_about-item:nth-of-type(odd) .company_about-bottom {
		max-width: 340px;

		row-gap: 35px;
	}





	.company_about-item:nth-of-type(even) .company_about-head , .company_about-item:nth-of-type(even) .company_about-bottom {
		justify-content: space-between;
	}

	.company_about-item:nth-of-type(even) .company_about-head .company_about-img {
		min-width: 240px;
		width: 240px;
	}
	.company_about-item:nth-of-type(even) .company_about-head .company_about-text {
		max-width: 465px;
	}
	.company_about-item:nth-of-type(even) .company_about-bottom {
		flex-direction: row-reverse;
	}
	.company_about-item:nth-of-type(even) .company_about-bottom .company_about-img {
		min-width: 240px;
		width: 340px;
	}
	.company_about-item:nth-of-type(even) .company_about-bottom .company_about-text {
		max-width: 370px;
		padding-top: 25px;
	}
	.company_about-list {
		margin-bottom: 75px;

		row-gap: 160px;
	}
	.company_about-item {
		width: 97.5%;
	}
	.company_about-item:nth-of-type(odd) {
		margin-left: auto;
	}
	.company_about-item:nth-of-type(even) .company_about-title {
		margin-left: auto;
		flex-direction: row-reverse;
	}
	.company_about-contents {
		row-gap: 30px;
	}
	.company_about-item:nth-of-type(even) .company_about-details {
		flex-direction: column;

		row-gap: 10px;
	}
	.company_about-item:nth-of-type(even) .company_about-head {
		column-gap: 15px;
	}
	.company_about-item:nth-of-type(even) .company_about-bottom {
		column-gap: 15px;
	}.company_about-pc {
		display: none;
	}
	.company_about-item:nth-of-type(odd) .company_about-head {
		flex-direction: column-reverse;
		justify-content: flex-end;

		row-gap: 35px;
	}
	.company_about-item:nth-of-type(odd) .company_about-bottom {
		flex-direction: column;
	}
}


@media screen and (max-width: 767px) {
	.company_about-title {
		display: inline-block;
	}
	.company_about-title i {
		margin-left: 5px;
	}
	.company_about-list {
		margin-bottom: 75px;

		row-gap: 50px;
	}
	.company_about-item {
		width: 100%;
		padding: 0 30px;
	}
	.company_about-contents {
		row-gap: 10px;
	}.company_about-details {
		flex-direction: column;

		row-gap: 10px;
	}
	.company_about-head {
		width: 100%;
		flex-direction: column-reverse;
		justify-content: flex-end;

		row-gap: 10px;
	}
	.company_about-bottom {
		width: 100%;
		flex-direction: column;
	}
	.company_about-bottom .company_about-img {
		display: none;
	}.company_about-pc {
		margin-bottom: 5px;
	}
}










@media screen and (min-width: 768px) {
	.company_description {
		margin-bottom: 70px;
		text-align: center;
	}
}
@media screen and (max-width: 767px) {
	.company_description {
		margin-bottom: 40px;
		padding: 0 30px;
		text-align: justify;
	}
	.company_description br {
		display: none;
	}
}





