@charset "utf-8";
/*------------------------------------------------------------
	recruit/great/
------------------------------------------------------------*/
#main {
	overflow: hidden;
}
#main .topVisual {
	padding: 3.3rem 0 6rem;
	position: relative;
	z-index: 1;
	align-items: center;
	justify-content: flex-end;
}
#main .topVisual:before {
	position: absolute;
	left: 0;
	bottom: 0;
	top: 9.3rem;
	width: calc(50% + 12.5rem);
	background: #F5F6E2;
	border-radius: 0px 0px 9.8rem 0px;
	border-left: 0.8rem solid #000;
	z-index: -1;
	content: "";
}
#main .topVisual .mainImg {
	width: calc(50% + 25.4rem);
	border-radius: 9.8rem 0 0 0;
	overflow: hidden;
}
#main .topVisual .mainImg img {
	width: 100%;
}
#main .topVisual h2 {
	margin: 8rem -39rem 0 0;
	width: 68.6rem;
	position: relative;
	z-index: 1;
}
#main p {
	line-height: 2.1;
	letter-spacing: 0.05em;
	text-align: justify;
}
#main p .bold {
	font-weight: 700;
}
#main .ttlBox {
	margin-bottom: 4rem;
}
#main .ttlBox a {
	display: block;
	position: relative;
}
#main .ttlBox .title {
	display: block;
}
#main .comArrow {
	position: absolute;
	right: 0;
	bottom: 0.8rem;
	width: 8.4rem;
	height: 8.4rem;
}
#main .inner {
	padding: 9rem 0 9.8rem;
}
#main .imgBox .phoBox {
	margin-right: -5rem;
	width: 57.4rem;
}
#main .imgBox .phoBox img {
	width: 100%;
}
#main .imgBox .txtBox {
	margin-top: 6rem;
	width: 52rem;
}
#main .imgBox .txtBox .title {
	width: 41.6rem;
}
#main .bgSec .content {
	position: relative;
	padding: 10rem 0 8.8rem;
}
#main .bgSec .dot {
	width: 21.5rem;
	position: absolute;
	left: -12rem;
	top: -8.7rem;
}
#main .listUl li {
	width: 38.5%;
}
#main .listUl li:last-child {
	width: 43.5%;
}
#main .listUl .comArrow {
	bottom: 0.4rem;
}
#main .listUl .arrow01 {
	right: -6rem;
}
#main .listUl .ttlBox {
	margin-bottom: 3.5rem;
}
#main .listUl .title img {
	height: 33.7rem;
}
#main .inner02 {
	padding: 6.8rem 0 8.7rem;
}
#main .inner02 .txtBox {
	margin: 2.8rem 0 0 -1.4rem;
	width: 55.2rem;
}
#main .inner02 .txtBox .ttlBox {
	margin-bottom: 3rem;
}
#main .inner02 .txtBox .title {
	width: 42.9rem;
}
#main .inner02 .txtBox p {
	margin-left: 3.2rem;
}
#main .inner02 .phoBox {
	margin-right: -1.5rem;
	width: 49.3rem;
}
#main .bgSec02 .dot {
	left: auto !important;
	right: -14.1rem;
	top: 10.5rem;
	width: 21.4rem;
}
#main .bgSec02 .content {
	padding: 9.5rem 0 8.8rem;
}
#main .bgSec02 .listUl li {
	width: 46%;
}
#main .inner03 {
	padding: 10.8rem 0 11.9rem;
}
#main .inner03 .txtBox {
	margin-top: 0;
	width: 57.5rem;
}
#main .inner03 .txtBox .title {
	width: 57rem;
}
#main .inner03 .phoBox {
	margin: 0.2rem -0.7rem 0 0;
	width: 46.1rem;
}
#main .bgSec03 .content {
	padding: 9rem 0 23.7rem;
}
#main .bgSec03 .dot {
	top: auto;
	bottom: 14.9rem;
	left: -13rem;
	width: 20.4rem;
}
#main .bgSec03 .phoBox {
	margin: 1.3rem 0 0 -1.2rem;
	width: 52.8rem;
}
#main .bgSec03 .txtBox {
	margin-top: 0;
	width: 54rem;
}
#main .bgSec03 .txtBox .ttlBox .comArrow {
	bottom: 0.4rem;
}
#main .bgSec03 .txtBox .title {
	width: 54.9rem;
}
@media all and (max-width: 1400px) {
	#main .bgSec .dot {
		left: -3rem;
	}
	#main .bgSec02 .dot {
		right: -3rem;
	}
}
@media all and (hover: hover) and (min-width: 897px) {
	#main .link a:hover img {
		opacity: 0;
	}
}
@media all and (max-width: 896px) {
	#main .topVisual {
		padding: 3.7rem 0 0 2.5rem;
		display: block;
	}
	#main .topVisual:before {
		bottom: 6.1rem;
		top: 7rem;
		width: 100%;
		border-radius : 0px 6rem 0px 0px;
	}
	#main .topVisual .mainImg {
		width: auto;
		border-radius: 2rem 0 0 2rem;
	}
	#main .topVisual h2 {
		margin: 0 0 -7.5rem 1.3rem;
		width: 35.1rem;
	}
	#main p {
		line-height: 1.88;
		letter-spacing: 0;
	}
	#main .ttlBox {
		margin-bottom: 1.2rem;
	}
	#main .comArrow {
		bottom: 0;
		width: 7.8rem;
		height: 7.8rem;
	}
	#main .inner {
		padding: 7.3rem 0 6.5rem;
	}
	#main .imgBox {
		display: block;
	}
	#main .imgBox .phoBox {
		margin: 0 0.1rem;
		width: auto !important;
	}
	#main .imgBox .txtBox {
		margin: 0 0 1.7rem;
		width: auto !important;
	}
	#main .imgBox .txtBox .title {
		width: 25.6rem;
	}
	#main .bgSec {
		background: none;
	}
	#main .bgSec .content {
		padding: 0;
		margin: 0;
	}
	#main .bgSec .dot {
		width: 7.4rem;
		left: auto;
		right: 3.5rem;
		top: 1.3rem;
	}
	#main .listUl {
		gap: 0;
	}
	#main .listUl li {
		padding: 5.4rem 2.5rem;
		width: 100% !important;
		position: relative;
	}
	#main .listUl li:nth-child(2n-1) {
		background: #F5F6E2 url(../img/common/sec_bg.png) repeat left top/8rem;
	}
	#main .listUl li:last-child .dot {
		width: 9.5rem;
		top: -4.3rem;
		right: 2.7rem;
	}
	#main .listUl .comArrow {
		bottom: 0;
	}
	#main .listUl .arrow01 {
		right: 0;
	}
	#main .listUl .arrow02 {
		right: 2.1rem;
	}
	#main .listUl .ttlBox {
		margin-bottom: 2.2rem;
	}
	#main .listUl .title img {
		height: 21.5rem;
	}
	#main .inner02 {
		padding: 5.5rem 0 5.7rem;
		background: #F5F6E2 url(../img/common/sec_bg.png) repeat left top/8rem;
	}
	#main .inner02 .txtBox {
		margin: 0 0 0.8rem;
	}
	#main .inner02 .txtBox .ttlBox {
		margin-bottom: 2rem;
	}
	#main .inner02 .txtBox .title {
		width: 25.9rem;
	}
	#main .inner02 .txtBox p {
		margin-left: 0;
	}
	#main .inner02 .phoBox {
		margin: 0 1.9rem 0 0.1rem;
	}
	#main .bgSec02 .content {
		padding: 0;
	}
	#main .bgSec02 .listUl li:nth-child(2n-1) {
		background: none;
	}
	#main .bgSec02 .listUl li:nth-child(2n) {
		background: #F5F6E2 url(../img/common/sec_bg.png) repeat left top/8rem;
	}
	#main .bgSec02 .listUl .dot {
		width: 6.5rem;
		right: 4.3rem;
		top: 2rem;
	}
	#main .bgSec02 .listUl li:last-child .dot {
		top: 6rem;
		right: 5.3rem;
		width: 8.9rem;
	}
	#main .inner03 {
		position: relative;
		padding: 5rem 0 6.5rem;
	}
	#main .inner03 .dot {
		position: absolute;
		right: 3.5rem;
		top: 3.5rem;
		width: 8.8rem;
	}
	#main .inner03 .txtBox {
		margin: 0 0 3.2rem;
	}
	#main .inner03 .txtBox .title {
		width: 30rem;
	}
	#main .inner03 .phoBox {
		margin: 0 1.8rem;
	}
	#main .bgSec03 {
		background: #F5F6E2 url(../img/common/sec_bg.png) repeat left top/8rem;
	}
	#main .bgSec03 .content {
		padding: 5.6rem 2.5rem 19.7rem;
	}
	#main .bgSec03 .dot {
		top: 4.8rem;
		bottom: auto;
		left: auto;
		right: 4rem;
		width: 6.3rem;
	}
	#main .bgSec03 .imgBox {
		display: flex;
		flex-direction: column-reverse;
	}
	#main .bgSec03 .phoBox {
		margin: 0;
		padding: 0 2.2rem;
		width: 100% !important;
	}
	#main .bgSec03 .txtBox {
		margin-bottom: 1.2rem;
		width: 100% !important;
	}
	#main .bgSec03 .txtBox .ttlBox {
		margin-bottom: 2.3rem;
	}
	#main .bgSec03 .txtBox .ttlBox .comArrow {
		bottom: 0.1rem;
	}
	#main .bgSec03 .txtBox .title {
		width: 28.1rem;
	}
}