@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main .innerBox {
	margin: -74px 0 150px;
	position: relative;
}
#main .innerBox .content {
	max-width: 1090px;text-align: center;
}
#main .innerBox p {
	margin-bottom: 108px;
/* font-size: min(3vw,3.5rem); */
	font-size: 2rem;
	/* line-height: 2.29; */
	line-height: 2;

}
#main .innerBox .en {
	display: block;
	position: absolute;
	top: 130px;
	left: 0;
	text-align: center;
	z-index: -1;
}
#main .bigPhoto {
	margin: 0 0 141px -47px;
	width: calc(50% + 565px);
}
#main .bigPhoto img {
	width: 100%;
	border-radius: 0 27px 27px 0;
}
#main .content02 {
	/* margin-bottom: 478px; */
	margin-bottom: 380px;
	max-width: 1540px;
}
#main .cooperationBox {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	position: relative;
}
#main .cooperationBox .positionPhoto {
	position: absolute;
	bottom: -53px;
	right: max(-9vw,-160px);
	z-index: 2;
	width: 31%;
	max-width: 466px;
}
#main .cooperationBox .positionPhoto img {
	border-radius: 30px;
}
#main .cooperationBox .positionPhoto02 {
	position: absolute;
	bottom: max(-20vw,-258px);
	right: 1.1%;
	z-index: 2;
	width: 49%;
	max-width: 711px;
}
#main .cooperationBox .photoBox {
	max-width: 334px;
	width: 22%;
	margin: 0 9.4% 0 0;
	position: relative;
	z-index: 2;
}
#main .cooperationBox .photoBox .subPhoto {
	max-width: 208px;
	width: 63%;
	position: absolute;
	bottom: -42%;
	right: -12%;
}
#main .cooperationBox .photoBox .subPhoto img {
	border-radius: 25px;
}
#main .cooperationBox .photoBox img {
	border-radius: 9px;
}
#main .cooperationBox .textBox {
	margin-top: min(6vw,115px);
	flex: 1;
	padding: min(6vw,118px) 0 50px;
	position: relative;
	z-index: 1;
}
#main .cooperationBox .textBox:after {
	background-color: #fff;
	position: absolute;  
	top: 0;
	bottom: 0;
	right: 100px; 
	left: -200px;
	transform: skewX(-16deg); 
	content: ""; 
	z-index: -1;
}
#main .cooperationBox .sub {
	width: 68%;
	max-width: 730px;
	position: relative;
	z-index: 3;
}
#main .cooperationBox h3 {
	margin-bottom: min(5vw,90px);
	/* font-size: min(3.5vw,6rem); */
	font-size: 4rem;
	font-weight: 700;
	color: #005BAB;
	letter-spacing: 0.1em;
}
#main .cooperationBox h4 {
	margin-bottom: 40px;
	/* font-size: min(3vw,3.8rem); */
	font-size: 3rem;
	/* letter-spacing: 0.1em; */
	letter-spacing: 0.05em;
	font-weight: 500;
	line-height: 1.63;
}
#main .cooperationBox p {
	color: #1A1A1A;
	margin-left: 5px;
	line-height: 1.9;
	font-weight: 500;
	
	font-size: 2rem;
}
#main .cooperationBox02 .photoBox img {
	border-radius: 30px;
}
#main .cooperationBox02 .textBox {
	margin-top: 0;
	padding: 50px 0 min(11vw,210px);
}
#main .cooperationBox02 .photoBox {
	max-width: 500px;
	width: 33%;
	margin-top: 140px;
	margin-left: -23px;
	margin-right: 10.5%;
}	
#main .cooperationBox02 .textBox::after {
	transform: skewX(16deg);
	right: -45px;
	left: -220px;
}	
#main .recruiting .headLine04 {
	color: #1A1A1A;
}
#main .recruiting .headLine04 .txtSpan {
	margin-bottom: 10px;
}
#main .recruiting .headLine04 .en {
	left: 50%;
	top: 42px;
	font-size: 19.1rem;
	font-weight: 500;
	line-height: 1;
	color: rgba(255, 255, 255, 0.54);
	transform: translateX(-50%);
}
#main .recruiting .content {
	max-width: 1230px;
}
#main .recruiting .list {
	/* margin-bottom: 150px; */
	margin-bottom:80px;
	padding-top: 74px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .recruiting .list li {
	/* margin-bottom: 106px; */
	margin-bottom:40px;
	width: 46.2%;
}
#main .recruiting .list a {
	display: block;
}
#main .recruiting .list a:hover {
	opacity: 0.7;
}
#main .recruiting .photo {
	margin-bottom: 22px;
}
#main .recruiting .photo img {
	width: 100%;
	border-radius: 14px;
}
#main .recruiting .list li p {
	/* font-size: 2.8rem; */
	font-size: 2rem;
	font-weight: 500;
	color: #292929;
}
#main .recruiting {
	margin-bottom: 240px;
}



@media all and (min-width: 897px) and (max-width: 1400px) {
	#main .bigPhoto {
		width: calc(50% + 425px);
	}
	#main .recruiting .headLine04 .en {
		font-size: 15rem;
	}
	#main .cooperationBox02 .photoBox {
		margin-right: 6%;
	}
	#main .cooperationBox .positionPhoto {
		right: -20px;
		width: 28%;
		bottom: -11vw;
	}
}


@media all and (max-width: 896px) {
	#main .innerBox {
		margin: 0;
	}
	.mainImg {
		margin-bottom: 48px;
	}
	.mainImg h2 .txtSpan {
		top: 42px;
		max-width: 334px;
	}
	#main .innerBox .en {
		display: none;
	}
	#main .innerBox p {
		margin-bottom: 32px;
		font-size: 1.4rem;
		line-height: 2.29;
	}
	#main .innerBox .content {
		padding: 0 16px;
		text-align: left;
	}
	#main .bigPhoto {
		margin: 0 20px 30px 0;
		width: auto;
	}
	#main .bigPhoto img {
		border-radius: 0 20px 20px 0;
	}
	#main .cooperationBox .textBox {
		margin-top: 0;
		padding: 24px 0 40px;
	}
	#main .content02 {
		margin-bottom: 125px;
		padding: 0 10px;
	}
	#main .cooperationBox .photoBox {
		width: 103px;
		margin: 30px 35px 0 0;
	}
	#main .cooperationBox .photoBox .subPhoto {
		display: block;
		width: 93px;
		bottom: -216px;
		right: 0;
	}
	#main .cooperationBox .photoBox img {
		border-radius: 10px;
	}
	#main .cooperationBox .photoBox .subPhoto img {
		border-radius: 10px;
	}
	#main .cooperationBox h3 {
		font-size: 2.4rem;
	}
	#main .cooperationBox h4 {
		margin-bottom: 12px;
		font-size: 1.6rem;
		letter-spacing: 0.1em;
		line-height: 1.25;
	}
	#main .cooperationBox p {
		margin: 0 40px 0 2px;
		font-size: 1.4rem;
		line-height: 1.43;
		font-weight: 400;
	}
	#main .cooperationBox .sub {
		max-width: inherit;
		width: auto;
	}
	#main .cooperationBox .textBox::after {
		right: 3.5vw;
		left: -70px;
		top: 1.6vw;
		transform: skewX(-11deg);
	}
	#main .cooperationBox02 .textBox {
		padding: 22% 0 33px;
	}
	#main .cooperationBox02 .textBox::after {
		transform: skewX(11deg);
		top: -0;
		left: -75px;
		right: 13px;
	}
	#main .cooperationBox .positionPhoto img {
		border-radius: 10px;
	}
	#main .cooperationBox .positionPhoto {
		width: 122px;
		bottom: -54px;
		right: 0;
		max-width: inherit;
	}
	#main .cooperationBox02 {
		align-items: flex-end;
	}
	#main .cooperationBox02 .photoBox {
		width: 123px;
		margin: 0 17px 77px 0;
	}
	#main .cooperationBox .positionPhoto02 {
		width: 177px;
		bottom: -80px;
		right: 12px;
	}
	#main .recruiting .headLine04 .txtSpan {
		margin-bottom: 0;
	}
	#main .recruiting .headLine04 .en {
		font-size: 6.7rem;
		color: #fff;
		top: -35px;
	}
	#main .recruiting .list {
		margin-bottom: 45px;
		display: block;
		padding-top: 6px;
	}
	#main .recruiting .list li {
		width: auto;
		margin-bottom: 8px;
	}
	#main .recruiting .list li:last-child {
		margin-bottom: 0;
	}
	#main .recruiting .list li p {
		font-size: 2rem;
	}
	#main .recruiting .photo {
		margin-bottom: 0;
	}
	#main .recruiting .photo img {
		border-radius: 10px;
	}
	#main .recruiting {
		margin-bottom: 60px;
	}
}

@media all and (max-width: 374px) {
	#main .recruiting .headLine04 .en {
		font-size: 5.2rem;
	}
	#main .cooperationBox02 .photoBox {
		width: 100px;
	}
	#main .cooperationBox02 .textBox::after { 
		top: -5px;
	}
	.mainImg h2 .txtSpan {
		max-width: 280px;
	}
	#main .cooperationBox p {
		margin-right: 10px;
	}
}