@charset "utf-8";
/*------------------------------------------------------------
	global
------------------------------------------------------------*/
#main .bgBox {
	margin-top: 10.1rem;
	padding: 7rem 0 10rem;
	background: url(../img/workstyle/global/bg01.jpg) no-repeat center top / 100% auto;
}
#main .mapBox {
	margin: 0 auto;
	position: relative;
	max-width: 110rem;
}
#main .mapBox .map {
	mix-blend-mode: screen;
}
#main .mapBox .area {
	position: absolute;
	z-index: 5;
}
#main .mapBox .area a {
	display: block;
}
#main .mapBox .area.area01 {
	top: 0.5rem;
	left: 11.5rem;
}
#main .mapBox .area.area02 {
	margin-left: -7.7rem;
	bottom: 19rem;
	left: 50%;
}
#main .mapBox .area.area03 {
	top: 15rem;
	right: 6.3rem;
}
#main .mapBox .area.area01::before {
	position: absolute;
	bottom: -2.3rem;
	left: -0.1rem;
	width: 6.7rem;
	height: 6.3rem;
	background: url(../img/workstyle/global/line01.png) no-repeat left top / 100%;
	content: '';
}
#main .mapBox .area.area02::before {
	position: absolute;
	bottom: -1rem;
	left: -10.9rem;
	width: 17.7rem;
	height: 4.7rem;
	background: url(../img/workstyle/global/line02.png) no-repeat left top / 100%;
	content: '';
}
#main .mapBox .area.area03::before {
	margin-bottom: -0.8rem;
	position: absolute;
	bottom: 50%;
	left: -13.1rem;
	width: 13.9rem;
	height: 2.1rem;
	background: url(../img/workstyle/global/line03.png) no-repeat left top / 100%;
	content: '';
}
#main .mapBox .area .photo01 {
	width: 13rem;
}
#main .mapBox .area .photo02 {
	margin: -5rem -2rem 0 auto;
	width: 7rem;
	z-index: 6;
}
#main .mapBox .area .photo01,
#main .mapBox .area .photo02 {
	position: relative;
	overflow: hidden;
	border-radius: 50%;
}
#main .mapBox .area .photo01 img,
#main .mapBox .area .photo02 img {
	transition: 0.3s;
}
#main .mapBox .area .photo01::before,
#main .mapBox .area .photo02::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 0.3rem solid #FFF;
	box-sizing: border-box;
	content: '';
	z-index: 5;
}
#main .inner {
	margin-top: -7.9rem;
}
#main .inner .tabLinkList {
	display: flex;
	flex-wrap: wrap;
	gap: 1.3rem;
}
#main .inner .tabLinkList li {
	width: calc((100% - 2.6rem) / 3);
}
#main .inner .tabLinkList li a {
	padding-top: 0.2rem;
	min-height: 7rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	position: relative;
	color: #FFF;
	font-size: 2.2rem;
	font-weight: 700;
	text-align: center;
	z-index: 1;
	border-radius: 1rem 1rem 0 0;
}
#main .inner .tabLinkList li.on a {
	color: #000;
	background: #F2F2F2;
}
#main .inner .tabLinkList li a::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	bottom: 0.5rem;
	border: 0.2rem solid #F2F2F2;
	border-bottom: none;
	border-radius: 1rem 1rem 0 0;
	box-sizing: border-box;
	content: '';
	z-index: -1;
	transition: 0.3s;
}
#main .inner .subInner {
	margin: 0 auto;
	padding-bottom: 10rem;
	width: 120rem;
	border-radius: 3rem;
	background: #FFF;
	overflow: hidden;
}
#main .inner .subInner .topImgBox {
	margin-bottom: 9.9rem;
	padding: 2.9rem 4.9rem 10rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background: #F2F2F2;
}
#main .inner .subInner .topImgBox .photoBox {
	position: relative;
	padding: 7.1rem 0 0 5.1rem;
}
#main .inner .subInner .topImgBox .photoBox .tagImg {
	position: absolute;
	top: 0;
	left: 0;
	width: 7.9rem;
}
#main .inner .subInner .topImgBox .photoBox .photo {
	width: 50rem;
	position: relative;
}
#main .inner .subInner .topImgBox .photoBox .photo .en {
	position: absolute;
	top: -3.4rem;
	left: -0.1rem;
	font-size: 7rem;
	font-weight: 700;
	line-height: 1.2;
	font-family: "Hanken Grotesk", sans-serif;
	background-image: linear-gradient(to right,#A2DB00 0%, #007EC0 50%,#7556F0 100%); 
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
#main .inner .subInner .topImgBox .photoBox .photo::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1rem solid #FFF;
	content: '';
	box-sizing: border-box;
}
#main .inner .subInner .topImgBox .textBox {
	width: calc(100% - 63rem);
}
#main .inner .subInner .topImgBox .textBox .pic {
	margin: 7.1rem 0 3.5rem;
	width: 21.5rem;
}
#main .inner .subInner .topImgBox .textBox .pic.wid01 {
	width: 19.4rem;
}
#main .inner .subInner .topImgBox .textBox .pic.wid02 {
	width: 24.7rem;
}
#main .inner .subInner .topImgBox .textBox .txt {
	margin-bottom: 2.5rem;
	padding: 0 0.2rem;
	font-size: 1.8rem;
	font-weight: 500;
	font-family: "Hanken Grotesk", sans-serif;
}
#main .inner .subInner .topImgBox .textBox .txtUl li {
	margin-bottom: 1.4rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
#main .inner .subInner .topImgBox .textBox .txtUl li .tag {
	padding: 0.4rem 1rem 0.7rem;
	width: 12rem;
	font-weight: 500;
	text-align: center;
	background: #FFF;
	border-radius: 3rem;
}
#main .inner .subInner .topImgBox .textBox .txtUl li .innTxt {
	padding-top: 0.2rem;
	width: calc(100% - 13.7rem);
	font-size: 1.8rem;
	font-weight: 500;
}
#main .bottomBox .headLine01 {
	margin-bottom: 4rem;
	padding-bottom: 3.2rem;
	font-size: 2.8rem;
	font-weight: 500;
	line-height: 1.8;
}
#main .bottomBox .text {
	margin-bottom: 5.3rem;
	line-height: 2;
	text-align: justify;
}
#main .bottomBox .photoUl {
	margin-bottom: 13.9rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .bottomBox .photoUl li {
	width: calc((100% - 6rem) / 2);
}
#main .bottomBox .textArea {
	margin-bottom: 6rem;
	padding: 5.6rem 0 7.2rem;
	position: relative;
	border-radius: 2rem;
	border: 1px dashed #000;
}
#main .bottomBox .textArea h4 {
	padding: 0 3rem;
	position: absolute;
	top: -7rem;
	left: 50%;
	transform: translateX(-50%);
	width: fit-content;
	background: #FFF;
}
#main .bottomBox .textArea h4 .pic {
	margin: 0 auto;
	width: 6rem;
	display: block;
}
#main .bottomBox .textArea h4 .txt {
	display: block;
	width: fit-content;
	font-size: 2.6rem;
	font-weight: 700;
	background-image: linear-gradient(to right,#A2DB00 0%, #007EC0 50%,#7556F0 100%); 
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
#main .bottomBox .textArea .textUl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .bottomBox .textArea .textUl li {
	padding: 0 6.9rem;
	width: 50%;
	border-right: 1px dashed #000;
	box-sizing: border-box;
}
#main .bottomBox .textArea .textUl li:last-child {
	border: none;
}
#main .bottomBox .textArea .textUl li .ttl {
	margin-bottom: 1.9rem;
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
	letter-spacing: 1px;
}
#main .bottomBox .textArea .textUl li .txt {
	line-height: 1.8;
	text-align: justify;
}
#main .bottomBox .imgBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .bottomBox .imgBox .txtBox {
	width: 49rem;
}
#main .bottomBox .imgBox .txtBox .ttl {
	margin-bottom: 2.4rem;
	padding: 1rem 3rem 1rem 6.3rem;
	width: fit-content;
	position: relative;
	color: #FFF;
	font-size: 2rem;
	font-weight: 700;
	border-radius: 5rem;
	background: #007EC0 url(../img/workstyle/global/img09.png) no-repeat left 2rem center / 3.1rem;
}
#main .bottomBox .imgBox .txtBox .ttl::before {
	position: absolute;
	bottom: -1rem;
	left: 50%;
	transform: translateX(-50%);
	width: 1.6rem;
	height: 1.1rem;
	background: #007EC0;
	clip-path: polygon(0 0,100% 0,100% 100%);
	content: '';
}
#main .bottomBox .imgBox .txtBox .txt {
	line-height: 1.8;
	text-align: justify;
}
#main .bottomBox .imgBox .phoBox {
	width: 44rem;
}
#main .bottomBox .imgBox .phoBox .sml {
	margin-top: 1.4rem;
	display: block;
	font-size: 1.4rem;
	line-height: 1.8;
}
@media all and (min-width: 897px) {
	#main .mapBox .area a:hover .photo01 img {
		transform: scale(1.1);
	}
	#main .inner .tabLinkList li a:hover {
		color: #000;
		background: #F2F2F2;
	}
}
@media all and (max-width: 896px) {
	#main .bgBox {
		margin-top: 5.4rem;
		padding: 3rem 0 5rem;
		background-image: url(../img/workstyle/global/bg01_sp.jpg);
		background-size: cover;
	}
	#main .mapBox {
		margin: 0 1rem;
		max-width: inherit;
	}
	#main .mapBox .area.area01 {
		top: 0.2vw;
		left: 9.8vw;
		width: 13.1vw;
	}
	#main .mapBox .area.area02 {
		margin-left: -16.2vw;
		bottom: 15.5vw;
		left: 50%;
		width: 22.54vw;
	}
	#main .mapBox .area.area03 {
		top: 12.8vw;
		right: 3.5vw;
		width: 24.4vw;
	}
	#main .mapBox .area::before {
		display: none;
	}
	#main .mapBox .area .photo01 {
		width: auto;
		border-radius: inherit;
	}
	#main .mapBox .area .photo01 img {
		width: 100%;
	}
	#main .mapBox .area .photo02 {
		display: none;
	}
	#main .mapBox .area .photo01::before,
	#main .mapBox .area .photo02::before {
		display: none;
	}
	#main .inner {
		margin-top: 2rem;
	}
	#main .inner .tabLinkList {
		gap: 1rem;
	}
	#main .inner .tabLinkList li {
		width: calc((100% - 2rem) / 3);
	}
	#main .inner .tabLinkList li a {
		padding: 0 0 0.4rem;
		min-height: 7rem;
		font-size: 1.4rem;
	}
	#main .inner .subInner {
		margin: 0 2rem;
		padding-bottom: 5.1rem;
		width: auto;
		border-radius: 0 0 3rem 3rem;
	}
	#main .inner .subInner .topImgBox {
		margin-bottom: 5rem;
		padding: 2rem 2rem 4rem;
		display: block;
	}
	#main .inner .subInner .topImgBox .photoBox {
		margin-bottom: 3rem;
		padding: 4rem 0 0 3rem;
	}
	#main .inner .subInner .topImgBox .photoBox .tagImg {
		width: 4.4rem;
	}
	#main .inner .subInner .topImgBox .photoBox .photo {
		width: auto;
	}
	#main .inner .subInner .topImgBox .photoBox .photo img {
		width: 100%;
	}
	#main .inner .subInner .topImgBox .photoBox .photo .en {
		top: -1.8rem;
		left: -0.2rem;
		font-size: 3.9rem;
		letter-spacing: 0.01em;
	}
	#main .inner .subInner .topImgBox .photoBox .photo::before {
		border: 0.5rem solid #FFF;
	}
	#main .inner .subInner .topImgBox .textBox {
		width: auto;
	}
	#main .inner .subInner .topImgBox .textBox .pic {
		margin: 0 0 2.1rem;
		width: 9.9rem;
	}
#main .inner .subInner .topImgBox .textBox .pic.wid01 {
	width: 19.4rem;
}
#main .inner .subInner .topImgBox .textBox .pic.wid02 {
	width: 24.7rem;
}
	#main .inner .subInner .topImgBox .textBox .txt {
		margin-bottom: 0.9rem;
		padding: 0 0.2rem;
		font-size: 1.6rem;
	}
	#main .inner .subInner .topImgBox .textBox .txtUl li {
		margin-bottom: 1rem;
	}
	#main .inner .subInner .topImgBox .textBox .txtUl li .tag {
		padding: 0.5rem;
		width: 10rem;
		border-radius: 3rem;
	}
	#main .inner .subInner .topImgBox .textBox .txtUl li .innTxt {
		padding-top: 0.3rem;
		width: calc(100% - 11.7rem);
		font-size: 1.6rem;
	}
	#main .bottomBox .headLine01 {
		margin-bottom: 1.9rem;
		padding-bottom: 1.3rem;
		font-size: 2rem;
	}
	#main .bottomBox .headLine01::before {
		width: 3rem;
		height: 0.3rem;
	}
	#main .bottomBox .text {
		margin-bottom: 2rem;
	}
	#main .bottomBox .photoUl {
		margin-bottom: 10.3rem;
		display: block;
	}
	#main .bottomBox .photoUl li {
		margin-bottom: 2rem;
		width: auto;
	}
	#main .bottomBox .photoUl li:last-child {
		margin-bottom: 0;
	}
	#main .bottomBox .photoUl li img {
		width: 100%;
	}
	#main .bottomBox .textArea {
		margin-bottom: 5rem;
		padding: 2.8rem 0 2.9rem;
	}
	#main .bottomBox .textArea h4 {
		padding: 0 1rem;
		top: -5.4rem;
	}
	#main .bottomBox .textArea h4 .pic {
		margin: 0 auto 0.2rem;
		width: 4.6rem;
	}
	#main .bottomBox .textArea h4 .txt {
		font-size: 2rem;
		white-space: nowrap;
	}
	#main .bottomBox .textArea .textUl {
		padding: 0 1.9rem;
		display: block;
	}
	#main .bottomBox .textArea .textUl li {
		margin-bottom: 2.8rem;
		padding: 0 0 3rem;
		width: auto;
		border-right: none;
		border-bottom: 1px dashed #000;
	}
	#main .bottomBox .textArea .textUl li:last-child {
		margin-bottom: 0;
		padding-bottom: 0;
	}
	#main .bottomBox .textArea .textUl li .ttl {
		margin-bottom: 1.1rem;
		font-size: 1.6rem;
		letter-spacing: 0.8px;
	}
	#main .bottomBox .imgBox {
		display: block;
	}
	#main .bottomBox .imgBox .txtBox {
		margin-bottom: 2.1rem;
		width: auto;
	}
	#main .bottomBox .imgBox .txtBox .ttl {
		margin: 0 auto 1.9rem;
		padding: 0.8rem 2rem 1rem 4.6rem;
		width: fit-content;
		font-size: 1.6rem;
		background-size: 2rem;
	}
	#main .bottomBox .imgBox .phoBox {
		width: auto;
	}
	#main .bottomBox .imgBox .phoBox img {
		width: 100%;
	}
	#main .bottomBox .imgBox .phoBox .sml {
		margin-top: 1rem;
		font-size: 1.2rem;
	}
}