
#fadeOl {
	/* display: block !important;
	opacity: 1 !important; */
}
#fadeOl .loadingBar {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
}
#fadeOl .loadingBar .barLine {
	width: 100%;
	text-align: center;
	font-size: 0;
	background: #eee;
	height: 1px;
}
#fadeOl .loadingBar .barLine .bar {
	width: 0%;
	display: inline-block;
	height: 1px;
	background: #000;
}
#fadeOl .loadingBar .numLine {
	text-align: center;
	margin-top: 10px;
}
#fadeOl .loadingBar .numLine .num {
	font-size: 12px;
}
#fadeOl .loadingBar .numLine .unit {
	font-size: 10px;
}



canvas {
	pointer-events: none;
}
#contentsbg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	min-width: 1000px;
}
#dummyBgHeight {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 400%;
	min-height: 3000px;
	min-width: 1000px;
}

/* SP
-------------------------------------*/
@media screen and (max-width: 768px) {
	#contentsbg {
		min-width: 0;
	}
	#dummyBgHeight {
		min-width: 0;
	}
}


.js-titleText,
.js-floatTitleText {
	position: relative;
}
.js-titleText .js-titleImg_pc,
.js-titleText .js-titleImg_sp,
.js-floatTitleText .js-titleImg_pc,
.js-floatTitleText .js-titleImg_sp {
	visibility: hidden;
}
.ttlParticle {
	position: absolute;
	z-index: 3;
}

/* PC
-------------------------------------*/
@media screen and (min-width: 769px) {
	.js-titleText .js-titleImg_sp,
	.js-floatTitleText .js-titleImg_sp {
		display: none;
	}
}

/* SP
-------------------------------------*/
@media screen and (max-width: 768px) {
	.js-titleText .js-titleImg_pc,
	.js-floatTitleText .js-titleImg_pc {
		display: none;
	}
}


#header {
	background-color: rgba(255, 255, 255, 0);
	transition: background-color 0.3s linear;
}
#header.js-addBg {
	background-color: rgba(255, 255, 255, 1);
}

.mainVis {
	height: 720px;
	position: relative;
	opacity: 0;
	transform: scale(1.1);
	transition: opacity 1.5s ease-out, transform 1.2s ease-out;
}
.mainVis .js-bgTtlWrap {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.mainVis.js-show {
	opacity: 1;
	transform: scale(1);
}
/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
	.mainVis {
		height: 720px;
	}
	.mainVis .js-bgTtlWrap {
		width: 95%;
	}
	.mainVis .js-bgTtlWrap svg {
		width: 100%;
	}
	.mainVis.js-show {
		opacity: 1;
		transform: scale(1);
	}
}


#js-aniImg {
	transform-origin: center bottom;
}




.ctsWrap {
	position: relative;
	z-index: 3;
}
.ctsWrap.wrapBg {
	background: url(/about/images/about_bg.png) no-repeat center top 720px;
	background-size: 1200px 9133px;
}
/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
	.ctsWrap.wrapBg {
		background: url(/about/images/sp_about_bg.png) no-repeat center top 720px;
		background-size: 920px 6079px;
	}
}


.secAbout {
	margin-top: 200px;
}
.secAbout .secInr .secLead {
	display: flex;
}
.secAbout .secInr .secLead .secImg {
	width: 50%;
	position: relative;
}
.secAbout .secInr .secLead .secImg::before {
	content: " ";
	width: 160%;
	height: 100%;
	background: url(/images/top_about_img01.png) no-repeat center center;
	background-size: cover;
	position: absolute;
	top: 0;
	right: 0;
}
.secAbout .secInr .secLead .ctsCol {
	width: 50%;
	margin-left: auto;
	box-sizing: border-box;
	padding: 90px 0 56px 122px;
}
.secAbout .secInr .secLead .ctsCol .secTtl {
	line-height: 1px;
}
.secAbout .secInr .secLead .ctsCol .txtWrap {
	margin-top: 40px;
}
.secAbout .secInr .secLead .ctsCol .txtWrap .ttl {
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1.6;
}
.secAbout .secInr .secLead .ctsCol .txtWrap .txt {
	margin-top: 30px;
	font-size: 1.6rem;
	line-height: 2.3;
}
.secAbout .secInr .itemWrapTtl {
	margin-top: 50px;
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1.5;
}
.secAbout .secInr .itemWrap {
	display: flex;
	margin-top: 30px;
}
.secAbout .secInr .itemWrap .item {
	width: 33.33333%;
	border-left: 1px solid #efeeef;
}
.secAbout .secInr .itemWrap .item:first-child {
	border-left: none;
}
.secAbout .secInr .itemWrap .item .itemInr .img {
	width: 100%;
}
.secAbout .secInr .itemWrap .item .itemInr .img img {
	width: 100%;
	height: auto;
}
.secAbout .secInr .itemWrap .item .itemInr .txtCol {
	text-align: center;
	margin-top: 12px;
	box-sizing: border-box;
	padding: 0 20px;
}
.secAbout .secInr .itemWrap .item .itemInr .txtCol .ttl {
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.08em;
}
.secAbout .secInr .itemWrap .item .itemInr .txtCol .txt {
	margin-top: 6px;
	font-size: 1.5rem;
	line-height: 1.8;
}

/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
	.secAbout {
		margin-top: 120px;
	}
	.secAbout .secInr .secLead {
		display: block;
	}
	.secAbout .secInr .secLead .secImg {
		width: auto;
		margin: 0 -20px;
		position: relative;
	}
	.secAbout .secInr .secLead .secImg img {
		width: 100%;
		height: auto;
	}
	.secAbout .secInr .secLead .secImg::before {
		content: none;
	}
	.secAbout .secInr .secLead .ctsCol {
		width: 100%;
		margin-top: 30px;
		padding: 0;
	}
	.secAbout .secInr .secLead .ctsCol .secTtl {
		font-size: 5.5rem;
	}
	.secAbout .secInr .secLead .ctsCol .txtWrap {
		margin-top: 20px;
	}
	.secAbout .secInr .secLead .ctsCol .txtWrap .ttl {
		font-size: 2.1rem;
	}
	.secAbout .secInr .secLead .ctsCol .txtWrap .txt {
		margin-top: 28px;
	}
	.secAbout .secInr .itemWrap {
		display: block;
		margin-top: 0;
	}
	.secAbout .secInr .itemWrapTtl {
		margin-top: 25px;
		font-size: 2.1rem;
		text-align: center;
	}
	.secAbout .secInr .itemWrap .item {
		width: 100%;
		padding: 40px 0;
		border-left: none;
		position: relative;
	}
	.secAbout .secInr .itemWrap .item:first-of-type {
		padding-top: 0;
	}
	.secAbout .secInr .itemWrap .item::before {
		content: " ";
		width: 100%;
		height: 1px;
		background: #efeeef;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
	}
	.secAbout .secInr .itemWrap .item:first-child:before {
		content: none;
	}
	.secAbout .secInr .itemWrap .item:first-child {
		border-left: none;
	}
	.secAbout .secInr .itemWrap .item .itemInr .img {
		width: 100%;
	}
	.secAbout .secInr .itemWrap .item .itemInr .txtCol {
		margin-top: 10px;
	}
	.secAbout .secInr .itemWrap .item .itemInr .txtCol .txt {
		margin-top: 4px;
	}
}
/* SE
----------------------------------*/
@media screen and (max-width: 359px) {
	.secAbout .secInr .secLead .ctsCol .txtWrap .ttl {
		font-size: 2rem;
	}
}






.secService {
	margin-top: 164px;
}
.secService .secInr .secLead {
	display: flex;
}
.secService .secInr .secLead .secTtl {
	width: 570px;
	box-sizing: border-box;
	padding-right: 70px;
}
.secService .secInr .secLead .txtWrap {
	flex: 1 0 0%;
}
.secService .secInr .secLead .txtWrap .ttl {
	max-width: 546px;
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1.6;
}
.secService .secInr .secLead .txtWrap .txt {
	margin-top: 20px;
	font-size: 1.6rem;
	line-height: 2.3;
}
.secService .secInr .secCts {
	margin-top: 100px;
}
.secService .secInr .secCts .itemWrap {
	display: flex;
	align-items: flex-start;
	margin: 0 -18px;
}
.secService .secInr .secCts .itemWrap .item {
	width: 33.333333%;
	box-sizing: border-box;
	padding: 0 18px;
}
.secService .secInr .secCts .itemWrap .item .itemInr {
	display: block;
	height: 100%;
	min-height: 482px;
	text-decoration: none;
	color: #333;
	box-shadow: 3px 3px 6px rgba(0,0,0,0.06);
	box-sizing: border-box;
	position: relative;
}
.secService .secInr .secCts .itemWrap .item .itemInr .img img {
	width: 100%;
	height: auto;
}
.secService .secInr .secCts .itemWrap .item .itemInr:hover img {
	opacity: 1;
}
.secService .secInr .secCts .itemWrap .item .canvasImage {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.secService .secInr .secCts .itemWrap .item .canvasImage .spacer {
	opacity: 0;
	width: 100%;
	height: auto;
}
.secService .secInr .secCts .itemWrap .item .canvasImage canvas,
.secService .secInr .secCts .itemWrap .item .canvasImage .androidImg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: auto;
}
.secService .secInr .secCts .itemWrap .item .canvasImage .androidImg {
	display: none;
}
.is_android .secService .secInr .secCts .itemWrap .item .canvasImage .androidImg {
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	height: 100%;
}
.is_android .secService .secInr .secCts .itemWrap .item .canvasImage canvas {
	display: none;
}
.secService .secInr .secCts .itemWrap .item .img img {
	width: 100%;
	height: auto;
}
.secService .secInr .secCts .itemWrap .item .itemInr .txtCol {
	box-sizing: border-box;
	padding: 30px 30px 0;
}
.secService .secInr .secCts .itemWrap .item .itemInr .txtCol .ttl {
	font-size: 2rem;
	font-weight: 500;
	line-height: 2;
}
.secService .secInr .secCts .itemWrap .item .itemInr .txtCol .txt {
	margin-top: 18px;
	font-size: 1.5rem;
	line-height: 1.8;
}
.secService .secInr .secCts .itemWrap .item .itemInr .view {
	width: 100%;
	padding: 0 30px;
	position: absolute;
	left: 0;
	bottom: 26px;
}
.secService .secInr .secCts .itemWrap .item .itemInr .view .txt {
	font-size: 1.8rem;
	font-weight: 500;
}
.secService .secInr .secCts .itemWrap .item .itemInr .view .txt::after {
	content: " ";
	display: inline-block;
	width: 8px;
	height: 14px;
	margin-left: 20px;
	background: url(/common/images/icn_arow_right_bk.svg) no-repeat center center;
	background-size: cover;
}
.secService .secInr .secCts .itemWrap .item:nth-child(even) {
	padding-top: 70px;
}
/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
	.secService {
		margin-top: 90px;
	}
	.secService .secInr .secLead {
		display: block;
	}
	.secService .secInr .secLead .secTtl {
		width: auto;
		padding-right: 0;
	}
	.secService .secInr .secLead .txtWrap {
		margin-top: 35px;
	}
	.secService .secInr .secLead .txtWrap .ttl {
		max-width: 100%;
		font-size: 2.1rem;
	}
	.secService .secInr .secLead .txtWrap .txt {
		margin-top: 28px;
	}
	.secService .secInr .secCts {
		margin-top: 70px;
	}
	.secService .secInr .secCts .itemWrap {
		display: block;
		margin: 0;
	}
	.secService .secInr .secCts .itemWrap .item {
		width: 100%;
		margin-top: 30px;
		padding: 0;
	}
	.secService .secInr .secCts .itemWrap .item .itemInr {
		height: auto;
		min-height: auto;
		padding-bottom: 0;
	}
	.secService .secInr .secCts .itemWrap .item .itemInr .txtCol {
		padding: 24px 20px;
	}
	.secService .secInr .secCts .itemWrap .item .itemInr .txtCol .ttl {
		font-size: 2.5rem;
		line-height: 1.3;
	}
	.secService .secInr .secCts .itemWrap .item .itemInr .txtCol .txt {
		margin-top: 10px;
		line-height: 1.6;
	}
	.secService .secInr .secCts .itemWrap .item .itemInr .view {
		margin-top: 22px;
		box-sizing: border-box;
		padding: 0 20px 30px;
		position: static;
	}
	.secService .secInr .secCts .itemWrap .item .itemInr .view .txt::after {
		width: 7px;
		height: 14px;
		margin-left: 18px;
	}
	.secService .secInr .secCts .itemWrap .item:nth-child(even) {
		padding-top: 0;
	}
}
/* SE
----------------------------------*/
@media screen and (max-width: 359px) {
	.secService .secInr .secLead .txtWrap .ttl {
		font-size: 2rem;
	}
}







.secCases {
	margin-top: 230px;
}
.secCases .secInr .secLead {
	text-align: center;
}
.secCases .secInr .secLead .leadInr {
	max-width: 721px;
	margin: 0 auto;
}
.secCases .secInr .secLead .secTtl {
	font-size: 1px;
}
.secCases .secInr .secLead .txtWrap {
	margin-top: 40px;
}
.secCases .secInr .secLead .txtWrap .ttl {
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1.6;
}
.secCases .secInr .secLead .txtWrap .txt {
	margin-top: 40px;
	font-size: 1.6rem;
	line-height: 2.3;
}
.secCases .secInr .companyWrap {
	margin-top: 80px;
}

.secCases .secInr .companyWrap .slideWrap + .slideWrap {
	margin-top: 30px;
}
.secCases .secInr .companyWrap .slideWrap .slider,
.secCases .secInr .companyWrap .slideWrap .slider .itemWrap {
	display: flex;
}
.secCases .secInr .companyWrap .slideWrap .item {
	width: 204px;
	overflow: visible;
}
.secCases .secInr .companyWrap .slideWrap .slider .item {
	box-sizing: border-box;
	padding: 0 12px;
}
.secCases .secInr .companyWrap .slideWrap .slider .item img {
	width: 100%;
	height: auto;
}

/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
	.secCases {
		margin-top: 80px;
	}
	.secCases .secInr .secLead .leadInr {
		max-width: 100%;
	}
	.secCases .secInr .secLead .secTtl {
	}
	.secCases .secInr .secLead .txtWrap .ttl {
		font-size: 2.1rem;
	}
	.secCases .secInr .secLead .txtWrap .txt {
		text-align: left;
	}
	.secCases .secInr .companyWrap {
		margin-top: 65px;
	}
	.secCases .secInr .companyWrap .slideWrap + .slideWrap {
		margin-top: 22px;
	}
	.secCases .secInr .companyWrap .slideWrap .item {
		width: 150px;
	}
	.secCases .secInr .companyWrap .slideWrap .slider .item {
		padding: 0 8px;
	}
	.secCases .secInr .pt-viewMore {
		margin-top: 65px;
	}
}
/* SE
----------------------------------*/
@media screen and (max-width: 359px) {
	.secCases .secInr .secLead .txtWrap .ttl {
		font-size: 2rem;
	}
}







.secStudy {
	margin-top: 210px;
}
.secStudy .secInr .secLead {
	display: flex;
}
.secStudy .secInr .secLead .secTtlCol {
	padding-right: 38px;
}
.secStudy .secInr .secLead .secTtl {
	font-size: 1px;
}
.secStudy .secInr .secLead .txtWrap {
	flex: 1 0 0%;
}
.secStudy .secInr .secLead .txtWrap .ttl {
	max-width: 546px;
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1.6;
}
.secStudy .secInr .secLead .txtWrap .txt {
	margin-top: 20px;
	font-size: 1.6rem;
	line-height: 2.3;
}
.secStudy .secInr .ctsItemWrap {
	margin-top: 110px;
	position: relative;
}
.secStudy .secInr .ctsItemWrap .slide {
	box-sizing: border-box;
	padding: 0 36px;
}
.secStudy .secInr .ctsItemWrap .slide .slideInr {
	box-sizing: border-box;
	padding: 6px 0;
	overflow: hidden;
}
.secStudy .secInr .ctsItemWrap .slide .slideInr .mask {
	width: 33.33333%;
	overflow: visible;
}
.secStudy .secInr .ctsItemWrap .slide .slideInr .mask .slider .item {
	box-sizing: border-box;
	padding: 0 6px;
}
.secStudy .secInr .ctsItemWrap .slide .slideInr .mask .slider .item .itemInr {
	display: block;
	height: 100%;
	background: #fff;
	box-shadow: 3px 3px 6px rgba(0,0,0,0.06);
	text-decoration: none;
	color: #333;
	transition: all 0.3s ease-out;
}
.secStudy .secInr .ctsItemWrap .slide .slideInr .mask .slider .item .itemInr:hover {
	opacity: 0.7;
}
.secStudy .secInr .ctsItemWrap .slide .slideInr .mask .slider .item .itemInr .txtColWrap {
	height: 100%;
	box-sizing: border-box;
	padding: 20px 30px 50px;
	position: relative;
}
.secStudy .secInr .ctsItemWrap .slide .slideInr .mask .slider .item .itemInr .txtColWrap .tag {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.8;
}
.secStudy .secInr .ctsItemWrap .slide .slideInr .mask .slider .item .itemInr .txtColWrap .txtCol {
	margin-top: 6px;
}
.secStudy .secInr .ctsItemWrap .slide .slideInr .mask .slider .item .itemInr .txtColWrap .txtCol .ttl {
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: 0.05em;
}
.secStudy .secInr .ctsItemWrap .slide .slideInr .mask .slider .item .itemInr .txtColWrap .dataCol {
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
}
.secStudy .secInr .ctsItemWrap .slide .slideInr .mask .slider .item .itemInr .txtColWrap .dataCol .data {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-right: 16px;
	color: #999;
}
.secStudy .secInr .ctsItemWrap .slide .slideInr .mask .slider .item .itemInr .txtColWrap .dataCol .data:last-child {
	margin-right: 0;
}
.secStudy .secInr .ctsItemWrap .slide .slideInr .mask .slider .item .itemInr .txtColWrap .dataCol .data .ttl {
	margin-right: 4px;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.4;
}
.secStudy .secInr .ctsItemWrap .slide .slideInr .mask .slider .item .itemInr .txtColWrap .dataCol .data .txt {
	font-size: 1.4rem;
	font-weight: 500;
}
.secStudy .secInr .ctsItemWrap .slide .slideInr .mask .slider .item .itemInr .txtColWrap .nameCol {
	display: flex;
	align-items: center;
	color: #999;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.6;
}
.secStudy .secInr .ctsItemWrap .slide .slideInr .mask .slider .item .itemInr .txtColWrap .nameCol::before {
	content: " ";
	display: inline-block;
	width: 14px;
	height: 14px;
	background: url(/common/images/icn_human.svg) no-repeat center center;
	background-size: 100% auto;
	margin-right: 5px;
}
.secStudy .secInr .ctsItemWrap .slide .slideInr .mask .slider .item .itemInr .txtColWrap .catWrap {
	display: flex;
	flex-wrap: wrap;
	margin: 14px 0 0;
}
.secStudy .secInr .ctsItemWrap .slide .slideInr .mask .slider .item .itemInr .txtColWrap .catWrap .cat {
	margin-right: 8px;
	color: #999;
	font-size: 1rem;
}
.secStudy .secInr .ctsItemWrap .slide .slideInr .mask .slider .item .itemInr .txtColWrap .catWrap .cat:last-child {
	margin-right: 0;
}
.secStudy .secInr .ctsItemWrap .slide .next,
.secStudy .secInr .ctsItemWrap .slide .prev {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	background: #333;
	box-sizing: border-box;
	padding: 10px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.secStudy .secInr .ctsItemWrap .slide .next {
	right: 0;
}
.secStudy .secInr .ctsItemWrap .slide .prev {
	left: 0;
}
.secStudy .secInr .ctsItemWrap .slide .next img,
.secStudy .secInr .ctsItemWrap .slide .prev img {
	width: 6px;
	height: auto;
}

/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
	.secStudy {
		margin-top: 140px;
	}
	.secStudy .secInr .secLead {
		display: block;
	}
	.secStudy .secInr .secLead .secTtl {
		padding-right: 0;
		font-size: 5.5rem;
	}
	.secStudy .secInr .secLead .txtWrap {
		margin-top: 20px;
	}
	.secStudy .secInr .secLead .txtWrap .ttl {
		max-width: 100%;
		font-size: 2.1rem;
	}
	.secStudy .secInr .secLead .txtWrap .txt {
		margin-top: 20px;
	}
	.secStudy .secInr .ctsItemWrap {
		margin-top: 40px;
	}




	.secStudy .secInr .ctsItemWrap .slide {
		padding: 0 5px;
	}
	.secStudy .secInr .ctsItemWrap .slide .slideInr {
		padding: 4px 0;
	}
	.secStudy .secInr .ctsItemWrap .slide .slideInr .mask {
		width: 100%;
	}
	.secStudy .secInr .ctsItemWrap .slide .slideInr .mask .slider .item {
		padding: 0 4px;
	}
	.secStudy .secInr .ctsItemWrap .slide .slideInr .mask .slider .item .itemInr {
		box-shadow: 2px 2px 4px rgba(0,0,0,0.06);
	}
	.secStudy .secInr .ctsItemWrap .slide .slideInr .mask .slider .item .itemInr .txtColWrap {
		padding: 15px 20px 40px;
	}
	.secStudy .secInr .ctsItemWrap .slide .slideInr .mask .slider .item .itemInr .txtColWrap .tag {
		font-size: 1.4rem;
	}
	.secStudy .secInr .ctsItemWrap .slide .slideInr .mask .slider .item .itemInr .txtColWrap .txtCol {
		margin-top: 4px;
	}
	.secStudy .secInr .ctsItemWrap .slide .slideInr .mask .slider .item .itemInr .txtColWrap .txtCol .ttl {
		font-size: 1.9rem;
	}
	.secStudy .secInr .ctsItemWrap .slide .slideInr .mask .slider .item .itemInr .txtColWrap .dataCol {
		margin-top: 10px;
	}
	.secStudy .secInr .ctsItemWrap .slide .slideInr .mask .slider .item .itemInr .txtColWrap .dataCol .data {
		margin-right: 10px;
	}
	.secStudy .secInr .ctsItemWrap .slide .slideInr .mask .slider .item .itemInr .txtColWrap .dataCol .data .ttl {
		margin-right: 4px;
		font-size: 1.2rem;
	}
	.secStudy .secInr .ctsItemWrap .slide .slideInr .mask .slider .item .itemInr .txtColWrap .dataCol .data .txt {
		font-size: 1.1rem;
	}
	.secStudy .secInr .ctsItemWrap .slide .slideInr .mask .slider .item .itemInr .txtColWrap .nameCol {
		margin-top: 4px;
		font-size: 1.2rem;
	}
	.secStudy .secInr .ctsItemWrap .slide .slideInr .mask .slider .item .itemInr .txtColWrap .catWrap {
		display: flex;
		flex-wrap: wrap;
		margin: 14px 0 0;
	}
	.secStudy .secInr .ctsItemWrap .slide .slideInr .mask .slider .item .itemInr .txtColWrap .catWrap .cat {
		margin-right: 8px;
		color: #999;
		font-size: 1rem;
	}
	.secStudy .secInr .ctsItemWrap .slide .slideInr .mask .slider .item .itemInr .txtColWrap .catWrap .cat:last-child {
		margin-right: 0;
	}
	.secStudy .secInr .ctsItemWrap .slide .next,
	.secStudy .secInr .ctsItemWrap .slide .prev {
		width: 34px;
		height: 34px;
		padding: 6px;
	}
	.secStudy .secInr .ctsItemWrap .slide .next {
		right: -10px;
	}
	.secStudy .secInr .ctsItemWrap .slide .prev {
		left: -10px;
	}
	.secStudy .secInr .ctsItemWrap .slide .next img,
	.secStudy .secInr .ctsItemWrap .slide .prev img {
		width: 8px;
		height: auto;
	}
}
/* SE
----------------------------------*/
@media screen and (max-width: 359px) {
	.secStudy .secInr .secLead .txtWrap .ttl {
		font-size: 2rem;
	}
}






.secCompany {
	height: 400px;
	margin-top: 210px;
}
.secCompany .secInr {
	display: flex;
	align-items: flex-end;
	height: 100%;
	position: relative;
}
.secCompany .secInr::before {
	content: " ";
	width: 1486px;
	height: 400px;
	background: url(/images/sec_company_img.png) no-repeat center top;
	background-size: cover;
	position: absolute;
	top: 0;
	left: -360px;
	z-index: 0;
}
.secCompany .secInr::after {
	content: " ";
	width: 1486px;
	height: 100%;
	background: #fff;
	position: absolute;
	top: 0;
	left: -360px;
	z-index: 1;
	transition: all 1.4s ease-out;
}
.secCompany.js-active .secInr::after {
	width: 0;
}
.secCompany .secInr .ctsWrap {
	width: 50%;
	box-sizing: border-box;
	padding-left: 70px;
	padding-bottom: 45px;
	position: relative;
}
.secCompany .secInr .ctsWrap .secLead .secTtl {
	font-size: 1px;
}
.secCompany .secInr .ctsWrap .secLead .txtWrap {
	margin-top: 40px;
}
.secCompany .secInr .ctsWrap .secLead .txtWrap .txt {
	font-size: 1.6rem;
	line-height: 2.3;
}
.secCompany .secInr .ctsWrap .pt-viewMore {
	margin-top: 28px;
}
.secCompany .secInr .ctsWrap .pt-viewMore .viewInr {
	margin: 0;
}
/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
	.secCompany {
		height: 0;
		padding-top: 101.3333%;
		margin-top: 110px;
		position: relative;
	}
	.secCompany::before {
		content: " ";
		width: 100%;
		height: 100%;
		background: url(/images/sp_sec_company_img.png) no-repeat center center;
		background-size: cover;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 0;
	}
	.secCompany::after {
		content: " ";
		width: 100%;
		height: 100%;
		background: #fff;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 1;
		transition: all 0.6s ease-out;
	}
	.secCompany.js-active::after {
		right: 100%;
	}
	.secCompany .secInr::after {
		content: none;
	}
	.secCompany .secInr {
		display: block;
		width: 306px;
		height: auto;
		background: #fff;
		position: absolute;
		left: 0;
		bottom: 0;
	}
	.secCompany .secInr::before {
		content: none;
	}
	.secCompany .secInr .ctsWrap {
		width: 100%;
		padding: 44px 20px 35px;
	}
	.secCompany .secInr .ctsWrap .secLead .secTtl {
		font-size: 4.7rem;
		letter-spacing: 0.08em;
		position: absolute;
		top: -20px;
		left: 20px;
	}
	.secCompany .secInr .ctsWrap .secLead .txtWrap {
		margin-top: 0;
	}
	.secCompany .secInr .ctsWrap .secLead .txtWrap .txt {
		line-height: 1.6;
	}
	.secCompany .secInr .ctsWrap .pt-viewMore {
		margin-top: 28px;
	}
}





.secRecruit {
	height: 400px;
	margin-top: 138px;
}
.secRecruit .secInr {
	display: flex;
	align-items: flex-end;
	height: 100%;
	position: relative;
}
.secRecruit .secInr::before {
	content: " ";
	width: 1486px;
	height: 400px;
	background: url(/images/sec_recruit_img.png) no-repeat center top;
	position: absolute;
	top: 0;
	right: -360px;
}
.secRecruit .secInr::after {
	content: " ";
	width: 1486px;
	height: 100%;
	background: #fff;
	position: absolute;
	top: 0;
	right: -360px;
	transition: all 1.4s ease-out;
	z-index: 1;
}
.secRecruit.js-active .secInr::after {
	width: 0;
}
.secRecruit .secInr .ctsWrap {
	width: 50%;
	margin-left: auto;
	box-sizing: border-box;
	padding-left: 186px;
	position: relative;
}
.secRecruit .secInr .ctsWrap .secLead .secTtl {
	font-size: 1px;
}
.secRecruit .secInr .ctsWrap .secLead .txtWrap {
	margin-top: 40px;
}
.secRecruit .secInr .ctsWrap .secLead .txtWrap .txt {
	font-size: 1.6rem;
	line-height: 2.3;
}
.secRecruit .secInr .ctsWrap .pt-viewMore {
	margin-top: 38px;
}
.secRecruit .secInr .ctsWrap .pt-viewMore .viewInr {
	margin: 0;
}

/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
	.secRecruit {
		height: 0;
		padding-top: 101.3333%;
		margin-top: 65px;
		position: relative;
	}
	.secRecruit::before {
		content: " ";
		width: 100%;
		height: 100%;
		background: url(/images/sp_sec_recruit_img.png) no-repeat center center;
		background-size: cover;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 0;
	}
	.secRecruit::after {
		content: " ";
		width: 100%;
		height: 100%;
		background: #fff;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		transition: all 0.6s ease-out;
	}
	.secRecruit.js-active::after {
		left: 100%;
	}
	.secRecruit .secInr {
		display: block;
		width: 306px;
		height: auto;
		background: #fff;
		position: absolute;
		right: 0;
		bottom: 0;
	}
	.secRecruit .secInr::before {
		content: none;
	}
	.secRecruit .secInr::after {
		content: none;
	}
	.secRecruit .secInr .ctsWrap {
		width: 100%;
		padding: 44px 20px 35px;
	}
	.secRecruit .secInr .ctsWrap .secLead .secTtl {
		font-size: 4.7rem;
		letter-spacing: 0.08em;
		position: absolute;
		top: -20px;
		left: 20px;
	}
	.secRecruit .secInr .ctsWrap .secLead .txtWrap {
		margin-top: 0;
	}
	.secRecruit .secInr .ctsWrap .secLead .txtWrap .txt {
		line-height: 1.6;
	}
	.secRecruit .secInr .ctsWrap .pt-viewMore {
		margin-top: 28px;
	}
}







#footer {
	margin-top: 280px;
}
/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
	#footer {
		margin-top: 50px;
	}
}