@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.mainVisual {
	height: 100svh;
	position: relative;
	border-bottom: 1px solid #02aef0;
}
.mainVisual:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: url(../img/index/mv_bg.jpg) no-repeat center bottom/cover;
}
.mainVisual:before,
.mainVisual .txt01,
.mainVisual .txt02,
.mainVisual .txt03,
.mainVisual .mainImg {
	opacity: 0;
	transition: .8s linear;
}
.mainVisual.isShow:before,
.mainVisual.isShow .txt01,
.mainVisual.isShow .txt02,
.mainVisual.isShow .txt03,
.mainVisual.isShow .mainImg {
	opacity: 1;
}
.mainVisual.isShow .txt01 {
	transition-delay: .5s;
}
.mainVisual.isShow .txt02 {
	transition-delay: 1s;
}
.mainVisual.isShow .txt03 {
	transition-delay: 1.5s;
}
.mainVisual .mainImg {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	user-select: none;
	pointer-events: none;
}
.mainVisual p {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
.mainVisual .txt01 {
	top: 38.4%;
	width: 96.5%;
	max-width: 139rem;
}
.mainVisual .txt02 {
	width: 76.4%;
	bottom: 11.8rem;
	max-width: 110rem;
	z-index: 3;
}
.mainVisual .txt03 {
	width: 80.6%;
	bottom: 4.7rem;
	max-width: 116rem;
	z-index: 3;
}
.wrap:before,
.wrap:after {
	top: 0;
	height: 100%;
}
#main {
	margin: 0 2.1rem;
}
#main .introduction {
	border-bottom: 1px solid #02aef0;
}
#main .introduction .imgBox {
	align-items: center;
	justify-content: flex-end;
}
#main .introduction .imgBox .phoBox {
	padding: 9.6rem 2.85% 4.7rem 5.85%;
	width: calc(50% + 2.6rem);
	position: relative;
	background: url(../img/index/introduction_line.png) repeat-y left top/100%;
}
#main .introduction .imgBox .phoBox .sideTxt {
	position: absolute;
	left: -6.2rem;
	top: 6.6rem;
	color: #02aef0;
	font-weight: 400;
	line-height: 1;
	transform: rotate(-90deg);
}
#main .introduction .imgBox .phoBox .sideTxt .line {
	display: inline-block;
	margin: 0 1rem;
}
#main .introduction .imgBox .phoBox .line li {
	position: absolute;
	top: 0;
	width: 5.3%;
	left: 16.8%;
	height: 100%;
	background: #f00;
	clip-path: inset(0 0 100% 0);
	transition: .3s linear;
}
#main .introduction .imgBox .phoBox .line li:nth-child(2) {
	left: 39.1%;
	clip-path: inset(100% 0 0 0);
	transition-delay: .2s;
}
#main .introduction .imgBox .phoBox .line li:nth-child(3) {
	left: 61.4%;
	clip-path: inset(0 0 100% 0);
	transition-delay: .4s;
}
#main .introduction .imgBox .phoBox .line li:nth-child(4) {
	left: 83.5%;
	clip-path: inset(100% 0 0 0);
	transition-delay: .6s;
}
#main .introduction .imgBox.isShow .phoBox .line li {
	clip-path: inset(0 0 0 0);
}
#main .introduction .imgBox .phoBox .phoList {
	align-items: flex-end;
	position: relative;
	z-index: 1;
}
#main .introduction .imgBox .phoBox .phoList li {
	width: 60.15%;
	opacity: 0;
	transition: 1s;
}
#main .introduction .imgBox.isShow .phoBox .phoList li {
	opacity: 1;
	transition-delay: .6s;
}
#main .introduction .imgBox .phoBox .phoList li:nth-child(2) {
	margin-bottom: 4.5rem;
	width: 33.3%;
	transition-delay: .8s;
}
#main .introduction .imgBox .phoBox .phoList li:nth-child(3) {
	margin: 4rem 0 0 auto;
	width: 60.05%;
	transition-delay: 1s;
}
#main .introduction .imgBox .phoBox .phoList img {
	width: 100%;
}
#main .introduction .imgBox .txtBox {
	margin: 0 -2.6rem 0 2.5rem;
	flex: 1;
	max-width: 64rem;
	position: relative;
	z-index: 1;
}
#main .introduction .imgBox .txtBox h2 {
	margin: 0 0 4.8rem -1rem;
}
#main .headLine01 .sub {
	margin: -2.8rem 2rem 0;
	padding: 3.2rem 4.3rem 0;
}
#main .headLine01 .en {
	letter-spacing: 0;
}
#main .headLine01 .jp {
	margin: 0.9rem 0 0 2.2rem;
	display: block;
	font-size: 2rem;
}
#main .introduction .imgBox .txtBox .subTtl {
	margin-bottom: 2.3rem;
	font-size: 3.5rem;
	line-height: 1.36;
}
#main .introduction .imgBox .txtBox .subTtl .large {
	font-size: 5rem;
}
#main .introduction .imgBox .txtBox p {
	line-height: 2.25;
	font-weight: 500;
}
#main .introduction .imgBox .txtBox .txt01 {
	margin-bottom: 2.5rem;
	font-size: 2.4rem;
	font-weight: 600;
}
#main .introduction .listBox {
	padding: 8.5rem 0 7.1rem;
	border-top: 1px solid #02aef0;
}
#main .introduction .listBox .content {
	max-width: 133rem;
}
#main .introduction .introList li {
	width: calc(100%/3);
	text-align: center;
}
#main .introduction .introList h3 {
	margin-bottom: 0.5rem;
	padding-bottom: 3.3rem;
	position: relative;
	font-size: 2.4rem;
	line-height: 1.46;
	font-weight: 500;
}
#main .introduction .introList h3:after {
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 0;
	height: 2.5rem;
	border-left: 1px solid #02aef0;
	content: "";
}
#main .introduction .introList h3 .sml {
	font-size: 2rem;
}
#main .introduction .introList h3 .en {
	margin-bottom: 0.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #f00;
	font-size: 3.2rem;
	line-height: 1;
	min-height: 7rem;
	background: url(../img/index/introduction_ttl_bg.png) no-repeat center top/3.2rem;
}
#main .introduction .introList p {
	letter-spacing: 0.2em;
	line-height: 2.25;
}
#main .introduction .introList .txt02 {
	letter-spacing: 0.1em;
}
#main .work {
	padding-top: 9rem;
}
#main .work .photo {
	position: relative;
	z-index: 1;
	padding-bottom: 1.4rem;
	border-bottom: 1px solid #02aef0;
}
#main .work .photo .sub {
	aspect-ratio: 260/150;
	--para: 0%;
	overflow: hidden;
}
#main .work .photo .sub img {
	width: 112%;
	height: 108%;
	object-fit: cover;
	object-position: 50% var(--para);
	transition: 0.4s cubic-bezier(0, 0, 0, 1);
	max-width: inherit;
}
#main .work .photo p {
	position: absolute;
	width: 7.1rem;
	left: 50%;
}
#main .work .photo .ttl01 {
	top: 6.8rem;
	margin-left: 0.6rem;
}
#main .work .photo .ttl02 {
	bottom: -9.9rem;
	margin-left: -7.2rem;
}
#main .work .midBox {
	padding: 15.6rem 0;
	min-height: 59.6rem;
	position: relative;
	background: url(../img/index/work_bg.png) no-repeat left 47% top 4.5rem/34.2rem;
}
#main .work .midBox h2 {
	position: absolute;
	left: -1.8rem;
	bottom: 3.7rem;
}
#main .work .midBox h2 .sub {
	padding-left: 3.5rem;
}
#main .work .midBox h2 .jp {
	margin: 0.7rem 0 0 6.6rem;
}
#main .work .midBox .midTxt {
	font-size: 2rem;
	line-height: 2;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-align: center;
}
#main .workList {
	border-top: 1px solid #02aef0;
	border-bottom: 1px solid #02aef0;
}
#main .workList li {
	width: calc(100%/3);
}
#main .workList li:not(:last-child) {
	border-right: 1px solid #02aef0;
}
#main .workList a {
	display: block;
	position: relative;
	height: 100%;
	background: url(../img/common/icon02.png) no-repeat right -1px bottom/7.5rem;
}
#main .workList .pho {
	border-bottom: 1px solid #02aef0;
}
#main .workList a:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 0;
	transition: .3s;
	content: "";
}
#main .workList .pho img {
	width: 100%;
}
#main .workList .txtBox {
	padding: 2.3rem 4.8rem 6.8rem;
}
#main .workList .txtBox h3 {
	margin-bottom: 1.1rem;
	color: #02aef0;
	font-size: 2rem;
	letter-spacing: 0.05em;
}
#main .workList .txtBox p {
	font-size: 1.4rem;
	line-height: 2.14;
}
#main .company {
	padding: 12rem 0 13rem;
}
#main .company .phoBox {
	width: calc(50% + 4.8rem);
}
#main .company .phoBox img {
	width: 100%;
	position: relative;
	z-index: 1;
}
#main .company .phoBox .pho {
	margin: 0 2.2rem 0 6.4%;
	position: relative;
}
#main .company .phoBox .pho:before,
#main .company .phoBox .pho:after {
	position: absolute;
	border: 1px solid #02aef0;
	box-sizing: border-box;
	content: "";
}
#main .company .phoBox .pho:before {
	border-bottom: none;
	border-left: none;
	left: 1.8rem;
	top: 2rem;
}
#main .company .phoBox .pho:after {
	border-top: none;
	border-right: none;
	right: -1.8rem;
	bottom: -2rem;
}
#main .company .phoBox p {
	padding-top: 0.5rem;
	margin-top: 6.4rem;
	border-top: 1px solid #02aef0;
	color: #02aef0;
	text-align: right;
	letter-spacing: 0.1em;
}
#main .company .txtBox {
	margin: 2.3rem 0 0 4.9rem;
	flex: 1;
	padding: 6.8rem 0 0 0;
	max-width: 56rem;
	background: url(../img/index/company_bg.png) no-repeat right 0.6rem top/28.5rem;
}
#main .company .txtBox h2 {
	margin: 0 0 2.2rem -1rem;
}
#main .company .txtBox h2 .sub {
	margin: -1.8rem 0 0 2.2rem;
	padding-left: 3.3rem;
}
#main .company .txtBox h2 .jp {
	margin: 1.8rem 0 0 5.7rem;
	font-size: 2.2rem;
}
#main .company .txtBox p {
	line-height: 2.2;
	font-weight: 500;
	letter-spacing: 0.15em;
}
#main .company .txtBox p a {
	padding: 0 5rem 4.7rem 0;
	position: relative;
	display: block;
}
#main .company .txtBox p a:after {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 7.5rem;
	height: 7.5rem;
	content: "";
	transition: .3s;
	background: url(../img/common/icon02.png) no-repeat right bottom/100%;
}
#main .recruit {
	margin: 0 -2.1rem 10.8rem;
	position: relative;
	border-top: 1px solid #02aef0;
	border-bottom: 1px solid #02aef0;
}
#main .recruit .subBox {
	padding: 8rem 5.8%;
	display: flex;
	align-items: flex-end;
	min-height: 80rem;
	background: url(../img/index/recruit_photo.jpg) no-repeat center top/cover;
}
#main .recruit a:hover {
	opacity: 0.7;
}
#main .recruit .txtBox {
	width: 36.5%;
	min-width: 46.4rem;
	background-color: #fff;
}
#main .recruit .txtBox a {
	display: block;
	padding: 0 6rem 12.9rem 6.4rem;
	position: relative;
	z-index: 1;
	background: #ea0024 url(../img/common/icon05.png) no-repeat right bottom/7.5rem;
}
#main .recruit h2 {
	margin: 0 0 1.4rem -4.3rem;
	padding: 5.5rem 0 0 4.6rem;
	transform: translateY(-3.5rem);
	color: #fff;
	font-size: 2.2rem;
	background-image: url(../img/index/recruit_ttl_bg.png);
	background-size: 6.2rem;
}
#main .recruit h2 .en {
	color: #fff;
	font-size: 7.3rem;
	letter-spacing: 0.1em;
}
#main .recruit h2 .jp {
	margin-top: 0.8rem;
}
#main .recruit p {
	width: fit-content;
	margin: 0 auto;
	line-height: 2.19;
	letter-spacing: 0.2em;
}
#main .recruit .lineList li {
	position: absolute;
	background-color: #fff;
	transition: 1s ease-out;
}
#main .recruit .lineList .hor {
	left: 0;
	height: 1px;
	clip-path: inset(0 100% 0 0);
}
#main .recruit.isShow .lineList .hor {
	clip-path: inset(0 0 0 0);
}
#main .recruit .lineList .line01 {
	top: 9rem;
	width: 53%;
}
#main .recruit .lineList .line02 {
	top: 18rem;
	width: 54.5%;
}
#main .recruit .lineList .line03 {
	top: 25.9rem;
	width: 67.7%;
}
#main .recruit .lineList .line04 {
	top: 36.1rem;
	width: 70.5%;
}
#main .recruit .lineList .line05 {
	top: 45.1rem;
	width: 62.2%;
}
#main .recruit .lineList .line06 {
	top: 54.1rem;
	width: 65%;
}
#main .recruit .lineList .line07 {
	top: 63rem;
	width: 75.4%;
}
#main .recruit .lineList .line08 {
	top: 72rem;
	width: 63.3%;
}
#main .recruit .lineList .ver {
	top: 0;
	width: 1px;
	height: 100%;
	clip-path: inset(0 0 100% 0);
	transition: 1s ease-out;
}
#main .recruit.isShow .lineList .ver {
	clip-path: inset(0 0 0% 0);
}
#main .recruit .lineList .line09 {
	left: 5.75%;
}
#main .recruit .lineList .line10 {
	left: 12.2%;
}
#main .recruit .lineList .line11 {
	left: 18.7%;
}
#main .recruit .lineList .line12 {
	left: 25.2%;
}
#main .recruit .lineList .line13 {
	left: 31.6%;
}
#main .recruit .lineList .line14 {
	left: 38.05%;
}
#main .recruit .lineList .line15 {
	left: 43.6%;
}
#main .recruit .lineList .line16 {
	left: 49.9%;
}
@media all and (min-width: 897px) {
	.mainVisual .mainImg {
		z-index: 101;
	}
	.mainVisual .txt02,.mainVisual .txt03 {
		z-index: 102;
	}
	.mainVisual .mainImg img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center top;
	}
	#main .recruit {
		z-index: 1;
	}
	#main .workList a:hover:after {
		opacity: 0.3;
	}
	#main .company .txtBox p a:hover:after {
		opacity: 0.7;
	}
}
@media all and (min-width: 897px) and (max-height: 834px) {
	.mainVisual .mainImg {
		width: 83.933vh;
	}
	.mainVisual .txt01 {
		max-width: 166.66svh;
	}
	.mainVisual .txt02 {
		bottom: 14.149svh;
		max-width: 131.894svh;
	}
	.mainVisual .txt03 {
		bottom: 5.635svh;
		max-width: 139.089svh;
	}
}
@media all and (min-width: 897px) and (max-width: 1400px) {
	#main .company .txtBox {
		margin-left: 3rem;
	}
	#main .introduction .imgBox .txtBox .subTtl .large {
		font-size: 4.8rem;
	}
	#main .introduction .imgBox .txtBox .subTtl {
		font-size: 3.3rem;
	}
	#main .introduction .imgBox .txtBox .txt01 {
		font-size: 2.3rem;
	}
}
@media all and (max-width: 896px) {
	.mainVisual {
		border-bottom: none;
		min-height: 60rem;
		overflow: hidden;
	}
	.mainVisual .mainImg {
		margin-left: 2.2vh;
		width: 150vh;
	}
	.mainVisual .mainImg img {
		max-width: inherit;
		width: 100%;
	}
	.mainVisual .txt01 {
		top: 47.1%;
		text-align: center;
	}
	.mainVisual .txt01 img {
		margin-right: 0.5rem;
		width: 25.2rem;
	}
	.mainVisual .txt02 {
		width: 94%;
		bottom: 12.6rem;
		text-align: center;
	}
	.mainVisual .txt02 img {
		margin-right: 0.4rem;
		width: 34.3rem;
	}
	.mainVisual .txt03 {
		bottom: 4.8rem;
		max-width: 30rem;
	}
	#main {
		margin: 0 0.5rem;
	}
	#main .headLine01 .sub {
		margin: -1.5rem 0 0 1rem;
		padding: 0;
	}
	#main .headLine01 .en {
		padding: 1.9rem 2.3rem 0.5rem;
		font-size: 2rem;
	}
	#main .headLine01 .jp {
		margin: 0 0 0 2.2rem;
		font-size: 1.4rem;
	}
	#main .introduction {
		padding-top: 4rem;
		border-bottom: none;
	}
	#main .introduction .imgBox {
		display: block;
	}
	#main .introduction .imgBox .phoBox {
		padding: 4.5rem 5.4% 2rem 16%;
		width: auto;
		background-image: url(../img/index/introduction_line_sp.png);
	}
	#main .introduction .imgBox .phoBox .sideTxt {
		left: -0.2rem;
		top: 3.2rem;
		font-size: 0.6rem;
	}
	#main .introduction .imgBox .phoBox .sideTxt .line {
		margin: 0 0.6rem;
	}
	#main .introduction .imgBox .phoBox .line li {
		width: 4.8%;
		left: 21.5%;
	}
	#main .introduction .imgBox .phoBox .line li:nth-child(2) {
		left: 42.2%;
	}
	#main .introduction .imgBox .phoBox .line li:nth-child(3) {
		left: 63.3%;
	}
	#main .introduction .imgBox .phoBox .line li:nth-child(4) {
		left: 84.2%;
	}
	#main .introduction .imgBox .phoBox .phoList li {
		width: 59.8%;
	}
	#main .introduction .imgBox .phoBox .phoList li:nth-child(2) {
		margin-bottom: 2rem;
		width: 33.3%;
	}
	#main .introduction .imgBox .phoBox .phoList li:nth-child(3) {
		margin-top: 2rem;
	}
	#main .introduction .imgBox .phoBox .phoList img {
		width: 100%;
	}
	#main .introduction .imgBox .txtBox {
		margin: 0;
		padding: 0 1.3rem 3.3rem 1.5rem;
		max-width: inherit;
		border-bottom: 1px solid #02aef0;
	}
	#main .introduction .imgBox .txtBox h2 {
		margin: 0 0 2.9rem;
	}
	#main .introduction .imgBox .txtBox .subTtl {
		margin-bottom: 2.8rem;
		font-size: 1.8rem;
		line-height: 1.36;
	}
	#main .introduction .imgBox .txtBox .subTtl .large {
		font-size: 2.6rem;
	}
	#main .introduction .imgBox .txtBox p {
		line-height: 2.2;
	}
	#main .introduction .imgBox .txtBox .txt01 {
		margin-bottom: 2.2rem;
		font-size: 1.8rem;
		line-height: 1.72;
	}
	#main .introduction .listBox {
		padding: 4.2rem 0 8.5rem;
	}
	#main .introduction .introList {
		gap: 4.4rem 0;
	}
	#main .introduction .introList li {
		width: 100%;
	}
	#main .introduction .introList h3 {
		font-size: 2.1rem;
		line-height: 1.46;
	}
	#main .introduction .introList h3:after {
		height: 2.3rem;
	}
	#main .introduction .introList h3 .sml {
		font-size: 1.7rem;
	}
	#main .introduction .introList h3 .en {
		font-size: 2.8rem;
		min-height: 6.4rem;
		background-size: auto 6.4rem;
	}
	#main .introduction .introList p {
		line-height: 2.07;
	}
	#main .introduction .introList .txt02 {
		letter-spacing: 0.1em;
	}
	#main .work {
		padding-top: 0;
	}
	#main .work .content {
		padding: 0;
	}
	#main .work .photo {
		padding: 2.6rem 0 1.4rem;
		border-top: 1px solid #02aef0;
	}
	#main .work .photo .sub {
		aspect-ratio: 335/298;
	}
	#main .work .photo .sub img {
		width: 160%;
		height: 100%;
		left: -20%;
		position: relative;
	}
	#main .work .photo p {
		width: 2.8rem;
	}
	#main .work .photo .ttl01 {
		top: calc(100% - 28.5rem);
		margin-left: -0.5rem;
	}
	#main .work .photo .ttl02 {
		bottom: -3rem;
		margin-left: -3.6rem;
	}
	#main .work .midBox {
		padding: 5.4rem 0;
		min-height: 49rem;
		background-position: center top 4.3rem;
		background-size: 15rem;
	}
	#main .work .midBox h2 {
		left: -0.6rem;
		bottom: 4.5rem;
	}
	#main .work .midBox h2 .sub {
		margin-left: 1.7rem;
		padding-left: 0;
	}
	#main .work .midBox h2 .jp {
		margin: 0 0 0 4.2rem;
	}
	#main .work .midBox .midTxt {
		font-size: 1.4rem;
		line-height: 2.2;
	}
	#main .workList li {
		width: 100%;
		padding: 0 1px;
	}
	#main .workList li:not(:last-child) {
		border-right: none;
		border-bottom: 1px solid #02aef0;
	}
	#main .workList a {
		background-size: 3.5rem;
	}
	#main .workList .pho {
		border-bottom: none;
	}
	#main .workList .txtBox {
		padding: 1.8rem 1.5rem 5.5rem;
	}
	#main .workList .txtBox h3 {
		margin-bottom: 1.5rem;
		font-size: 1.5rem;
		line-height: 1.67;
	}
	#main .workList .txtBox p {
		font-size: 1.3rem;
		line-height: 1.85;
	}
	#main .company {
		padding: 7.8rem 0;
	}
	#main .company .phoBox {
		width: auto;
	}
	#main .company .phoBox img {
		width: 100%;
	}
	#main .company .phoBox .pho {
		margin: 0 2.4rem 0 1.4rem;
	}
	#main .company .phoBox .pho:before {
		left: 0.9rem;
		top: 1rem;
	}
	#main .company .phoBox .pho:after {
		right: -0.9rem;
		bottom: -1rem;
	}
	#main .company .phoBox p {
		padding-top: 0;
		margin: 1.6rem 1.4rem 0 0;
		font-size: 0.8rem;
		border-top: none;
	}
	#main .company .txtBox {
		margin: 3rem 0.7rem 0 1.5rem;
		padding: 0 0.8rem 0 0;
		max-width: inherit;
		background: url(../img/index/company_bg.png) no-repeat right top/16.4rem;
	}
	#main .company .txtBox h2 {
		margin: -1rem 0 3.3rem -0.5rem;
	}
	#main .company .txtBox h2 .sub {
		margin: -1.5rem 0 0 1.6rem;
		padding-left: 0;
	}
	#main .company .txtBox h2 .jp {
		margin: 0 0 0 4.74rem;
		font-size: 1.4rem;
	}
	#main .company .txtBox p {
		letter-spacing: 0.1em;
	}
	#main .company .txtBox p a {
		padding: 0 0 4.4rem;
	}
	#main .company .txtBox p a:after {
		width: 5rem;
		height: 5rem;
	}
	#main .recruit {
		margin: 0 -0.5rem 7.8rem;
		border-bottom: none;
	}
	#main .recruit .subBox {
		padding: 0;
		display: block;
		min-height: inherit;
		background: none;
	}
	#main .recruit .txtBox {
		margin: -21.5rem auto 0;
		width: 90%;
		min-width: inherit;
	}
	#main .recruit .txtBox a {
		padding: 0 2rem 10rem 2.5rem;
		background-size: 5.3rem;
		border: 1px solid #fff;
	}
	#main .recruit h2 {
		margin: 0 0 1.2rem -1.7rem;
		padding: 3.8rem 0 0 3.8rem;
		transform: translateY(-2.5rem);
		font-size: 1.5rem;
		background-size: 4.4rem;
	}
	#main .recruit h2 .en {
		font-size: 5.2rem;
	}
	#main .recruit h2 .jp {
		margin-top: 0.7rem;
	}
	#main .recruit p {
		line-height: 1.7;
	}
	#main .recruit .photo {
		position: relative;
	}
	#main .recruit .photo img {
		width: 100%;
	}
	#main .recruit .lineList .line01 {
		top: 11%;
		width: 64.2%;
	}
	#main .recruit .lineList .line02 {
		top: 22.2%;
		width: 67%;
	}
	#main .recruit .lineList .line03 {
		top: 33.2%;
		width: 75.3%;
	}
	#main .recruit .lineList .line04 {
		top: 44.3%;
		width: 64%;
	}
	#main .recruit .lineList .line05 {
		top: 55.3%;
		width: 68%;
	}
	#main .recruit .lineList .line06 {
		top: 66.5%;
		width: 72%;
	}
	#main .recruit .lineList .line07 {
		top: 77.5%;
		width: 75.4%;
	}
	#main .recruit .lineList .line08 {
		top: 88.5%;
		width: 63.3%;
	}
	#main .recruit .lineList .line09 {
		left: 5%;
	}
	#main .recruit .lineList .line10 {
		left: 18%;
	}
	#main .recruit .lineList .line11 {
		left: 31.2%;
	}
	#main .recruit .lineList .line12 {
		left: 44.2%;
	}
	#main .recruit .lineList .line13 {
		left: 57.7%;
	}
}