.mainVisWrap {
	width: 100%;
	height: 300px;
	background: url(/company/profile/images/profile_main.png) no-repeat center center;
	background-size: cover;
}
/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
	.mainVisWrap {
		height: 140px;
		background: url(/company/profile/images/sp_profile_main.png) no-repeat center center;
		background-size: cover;
	}
}


.secCompany {
	margin-top: 40px;
	position: relative;
	z-index: 1;
}
.secCompany .secInr {
}
.secCompany .secInr .secTtl {
}
.secCompany .secInr .secTtl .secTtlEN {
	position: relative;
}
.secCompany .secInr .secTtl .secTtlEN::before {
	content: " ";
	width: 100vw;
	height: 1px;
	background-color: #000;
	position: absolute;
	bottom: 5px;
	right: 0;
}
.secCompany .secInr .secTtl .secTtlEN img {
	max-width: 100%;
	height: auto;
}
.secCompany .secInr .secTtl .secTtlJP {
	margin-top: 10px;
	display: block;
	font-size: 2rem;
	line-height: 1.5;
}
.secCompany .secInr .secCts {
	margin-top: 70px;
}
.secCompany .secInr .secCts .itemListWrap {
}
.secCompany .secInr .secCts .itemListWrap .itemList {
	position: relative;
}
.secCompany .secInr .secCts .itemListWrap .itemList + .itemList {
	border-top: 2px solid #fff;
}
.secCompany .secInr .secCts .itemListWrap .itemList::before {
	content: " ";
	width: 100vw;
	height: 100%;
	background-color: #aae6ff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
.secCompany .secInr .secCts .itemListWrap .itemList .itemInr {
	position: relative;
	z-index: 1;
	padding: 20px 10px 20px 30px;
	box-sizing: border-box;
	display: flex;
}
.secCompany .secInr .secCts .itemListWrap .itemList .itemInr .itemTtl {
	width: 20.34884%;
	font-size: 1.6rem;
	line-height: 1.7;
}
.secCompany .secInr .secCts .itemListWrap .itemList .itemInr .itemDesc {
	flex: 1;
	font-size: 1.6rem;
	line-height: 1.7;
}
.secCompany .secInr .secCts .itemListWrap .itemList .itemInr .itemDesc .nameList {
	display: flex;
}
.secCompany .secInr .secCts .itemListWrap .itemList .itemInr .itemDesc .nameList .post {
	width: 20.71429%;
}
.secCompany .secInr .secCts .itemListWrap .itemList .itemInr .itemDesc .nameList .name {
	flex: 1;
}
.secCompany .secInr .secCts .itemListWrap .itemList .itemInr .itemDesc .descList {
}
.secCompany .secInr .secCts .itemListWrap .itemList .itemInr .itemDesc .descList li {
	text-indent: -1em;
	margin-left: 1em;
}

/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
	.secCompany {
		margin-top: 6.66667vw;
	}
	.secCompany .secInr {
	}
	.secCompany .secInr .secTtl {
	}
	.secCompany .secInr .secTtl .secTtlEN {
		width: 74.13333vw;
		display: block;
	}
	.secCompany .secInr .secTtl .secTtlEN::before {
		bottom: 5px;
	}
	.secCompany .secInr .secTtl .secTtlEN img {
	}
	.secCompany .secInr .secTtl .secTtlJP {
		margin-top: 10px;
		font-size: 4.26667vw;
	}
	.secCompany .secInr .secCts {
		margin-top: 10vw;
	}
	.secCompany .secInr .secCts .itemListWrap {
	}
	.secCompany .secInr .secCts .itemListWrap .itemList {
	}
	.secCompany .secInr .secCts .itemListWrap .itemList + .itemList {
		border-top: 2px solid #fff;
	}
	.secCompany .secInr .secCts .itemListWrap .itemList::before {
	}
	.secCompany .secInr .secCts .itemListWrap .itemList .itemInr {
		padding: 15px;
		display: block;
	}
	.secCompany .secInr .secCts .itemListWrap .itemList .itemInr .itemTtl {
		width: 100%;
		font-size: 3.73333vw;
	}
	.secCompany .secInr .secCts .itemListWrap .itemList .itemInr .itemDesc {
		width: 100%;
		margin-top: 1vw;
		font-size: 3.73333vw;
	}
	.secCompany .secInr .secCts .itemListWrap .itemList .itemInr .itemDesc .nameList {
		display: flex;
	}
	.secCompany .secInr .secCts .itemListWrap .itemList .itemInr .itemDesc .nameList .post {
		width: 50%;
	}
	.secCompany .secInr .secCts .itemListWrap .itemList .itemInr .itemDesc .nameList .name {
		flex: 1;
	}
	.secCompany .secInr .secCts .itemListWrap .itemList .itemInr .itemDesc .descList {
	}
	.secCompany .secInr .secCts .itemListWrap .itemList .itemInr .itemDesc .descList li {
		text-indent: -1em;
		margin-left: 1em;
	}
}


.secChart {
	position: relative;
	z-index: 0;
}
.secChart::before {
	content: " ";
	width: 100%;
	height: calc(100% + 100px);
	background-color: #e8edf7;
	position: absolute;
	top: -100px;
	left: 0;
	z-index: 0;
}
.secChart .secInr {
	position: relative;
	z-index: 1;
	padding: 80px 45px;
	box-sizing: border-box;
}
.secChart .secInr .secTtl {
	position: absolute;
	top: 80px;
	left: 0;
	width: 45px;
	height: 100%;
}
.secChart .secInr .secTtl .secTtlEN {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
}
.secChart .secInr .secTtl .secTtlEN::before {
	content: " ";
	width: 1px;
	height: 100%;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 5px;
}
.secChart .secInr .secTtl .secTtlEN img {
	width: 100%;
	height: auto;
}
.secChart .secInr .secCts {
	max-width: 760px;
    margin: 0 auto 0 28px;
}
.secChart .secInr .secCts .chartImg img {
	width: 100%;
	height: auto;
}
.secChart .secInr .date {
	position: absolute;
	bottom: -10px;
	right: 45px;
	transform: translateY(100%);
}

/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
	.secChart {
	}
	.secChart::before {
		height: calc(100% + 21.33333vw);
		top: -21.33333vw;
	}
	.secChart .secInr {
		padding: 20.66667vw 4.33333vw 20.66667vw 9.33333vw;
	}
	.secChart .secInr .secTtl {
		top: 20.66667vw;
		width: 9.33333vw;
		left: -1.33333vw;
	}
	.secChart .secInr .secTtl .secTtlEN {
	}
	.secChart .secInr .secTtl .secTtlEN::before {
	}
	.secChart .secInr .secTtl .secTtlEN img {
	}
	.secChart .secInr .secCts {
		padding-left: 4.33333vw;
		box-sizing: border-box;
		margin-left: 0;
	    max-width: 100%;
	}
	.secChart .secInr .secCts .chartImg img {
		width: 100%;
		height: auto;
	}
	.secChart .secInr .date {
		bottom: -10px;
		right: 0;
		transform: translateY(100%);
	}
}


.secGallery {
	margin-top: 120px;
	padding-bottom: 150px;
}
.secGallery .secInr {
}
.secGallery .secInr .slideImgArea {
	position: relative;
	z-index: 1;
}
.secGallery .secInr .slideImgArea .secTtl {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 260px;
	z-index: 1;
	pointer-events: none;
}
.secGallery .secInr .slideImgArea .secTtl img {
	width: 100%;
	height: auto;
}
.secGallery .secInr .slideImgArea .slideArea {
	height: 38.33333vw;
	min-height: 390px;
	position: relative;
	z-index: 0;
}
.secGallery .secInr .slideImgArea .slideArea .areaInr {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
}
.secGallery .secInr .slideImgArea .slideArea .areaInr .slideImgWrap {
	display: flex;
	width: 225vw;
	min-width: 2590px;
}
.secGallery .secInr .slideImgArea .slideArea .areaInr .slideImgWrap:nth-of-type(odd) {
	transform: translateX(-5.5%);
}
.secGallery .secInr .slideImgArea .slideArea .areaInr .slideImgWrap .slideImg {
	width: 12.5%;
	padding: 5px;
	box-sizing: border-box;
	pointer-events: none;
}
.secGallery .secInr .slideImgArea .slideArea .areaInr .slideImgWrap .slideImg img {
	width: 100%;
	height: auto;
}
.secGallery .secInr .secTxtArea {
	margin: 0 auto;
	max-width: 900px;
	padding: 45px 20px 0;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 0;
}
.secGallery .secInr .secTxtArea::before {
	content: " ";
	width: 100vw;
	height: 260px;
	background-color: #e8edf7;
	position: absolute;
	top: -55px;
	left: 32%;
}
.secGallery .secInr .secTxtArea .secTxt {
	font-size: 2.1rem;
	line-height: 1.7;
	position: relative;
	z-index: 1;
}
.secGallery .secInr .secTxtArea .secDescWrap {
	margin-top: 3px;
	padding-left: 20px;
	width: 55.06977%;
	position: relative;
	z-index: 1;
}
.secGallery .secInr .secTxtArea .secDescWrap .wrapTtl {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.5;
}
.secGallery .secInr .secTxtArea .secDescWrap .wrapDesc {
	margin-top: 18px;
	line-height: 1.7;
}

/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
	.secGallery {
		margin-top: 18.66667vw;
		padding-bottom: 0;
	}
	.secGallery .secInr {
	}
	.secGallery .secInr .slideImgArea {
	}
	.secGallery .secInr .slideImgArea .secTtl {
		right: 15px;
		width: 48vw;
	}
	.secGallery .secInr .slideImgArea .secTtl img {
	}
	.secGallery .secInr .slideImgArea .slideArea {
		height: 61.33333vw;
		min-height: 0;
	}
	.secGallery .secInr .slideImgArea .slideArea .areaInr {
	}
	.secGallery .secInr .slideImgArea .slideArea .areaInr .slideImgWrap {
		width: 370vw;
		min-width: 0;
	}
	.secGallery .secInr .slideImgArea .slideArea .areaInr .slideImgWrap:nth-of-type(odd) {
		transform: translateX(-5.5%);
	}
	.secGallery .secInr .slideImgArea .slideArea .areaInr .slideImgWrap .slideImg {
	}
	.secGallery .secInr .slideImgArea .slideArea .areaInr .slideImgWrap .slideImg img {
	}
	.secGallery .secInr .secTxtArea {
		max-width: 100%;
		padding: 12.66667vw 15px 18.66667vw;
		display: block;
		background-color: #e8edf7;
	}
	.secGallery .secInr .secTxtArea::before {
		display: none;
	}
	.secGallery .secInr .secTxtArea .secTxt {
		font-size: 4.8vw;
	}
	.secGallery .secInr .secTxtArea .secDescWrap {
		margin-top: 3.73333vw;
		padding-left: 0;
		width: 100%;
	}
	.secGallery .secInr .secTxtArea .secDescWrap .wrapTtl {
		font-size: 3.73333vw;
	}
	.secGallery .secInr .secTxtArea .secDescWrap .wrapDesc {
		margin-top: 6vw;
		font-size: 3.2vw;
	}
}