@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main .about {
	padding: 13.5rem 0 7.6rem;
	margin: 0 auto;
	max-width: 130rem;
}
#main .about h1 {
	margin-bottom: 6.9rem;
	color: #fff;
	font-size: 12rem;
	line-height: 1;
	font-weight: 700;
	letter-spacing: 0.04em;
	display: flex;
	align-items: flex-end !important;
	flex-wrap: nowrap;
	white-space: nowrap;
	font-feature-settings: "palt";
}
#main .about h1 span {
	flex-shrink: 0;
}
#main .about h1 img {
	margin-bottom: -0.4rem;
	display: block;
}
#main .about h1 small {
	font-size: 8rem;
	font-weight: 700;
	letter-spacing: 0.04em;
}
#main .about h1 .imgSpan1 {
	margin-right: 3rem;
	width: 18.3rem;
}
#main .about h1 .imgSpan2 {
	width: 13.1rem;
}
#main .about h1 .imgSpan3 {
	width: 10.3rem;
}
#main .about h1 .imgSpan4 {
	width: 29.5rem;
}
#main .about ul {
	margin: 0 0 1.9rem 2rem;
	display: flex;
	flex-wrap: nowrap;
	white-space: nowrap;
	gap: 0 2rem;
}
#main .about .list01 {
	/* margin-left: 40rem; */
}
#main .about li {
	font-size: 2.8rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 1rem;
	flex-shrink: 0;
	padding: 0.8rem 3.0rem 0.9rem;
	position: relative;
	font-feature-settings: "palt";
}
#main .about li:after {
	width: 1.7rem;  
	aspect-ratio: 34 / 25;
	background: url(../img/recruit/index/bg01.png) no-repeat;
	background-size: 100% auto;
	position: absolute;  
	bottom: -1.25rem;
	left: 3rem;
	content: ""; 
}
#main .about li span {
	position: absolute;
	z-index: 1;
}
#main .about li .subSpan {
	width: 8.4rem;
	bottom: -1.8rem;
	right: -5.5rem;
}
#main .about li .subSpan2 {
	width: 13.3rem;
	bottom: -1.4rem;
	right: -5.7rem;
}
#main .about li .subSpan3 {
	width: 14.8rem;
	top: -3.9rem;
	left: 2.5rem;
}
#main .about li .subSpan4 {
	width: 5.9rem;
	top: -3.2rem;
	right: -2.2rem;
}
#main .about li .subSpan5 {
	width: 9.2rem;
	top: -2.8rem;
	right: -4.7rem;
}
#main .about li .subSpan6 {
	width: 12.9rem;
	bottom: -3.7rem;
	right: -4.7rem;
}
#main .about li .subSpan7 {
	width: 8rem;
	top: -3.0rem;
	right: -4.7rem;
}
.infiniteslide_wrap {
	overflow-x: clip;
	overflow: inherit !important;
}
#main .about .ulBox {
	margin-bottom: 22.5rem;
}
#main .stickyBox {
	height: 200lvh;
	margin-top: -11.3rem;
}
#main .stickyBox .sticky {
	position: sticky;
	top: 0;
	height: 100lvh;
	display: flex;
	align-items: center;
	justify-content: center;
}
#main .future {
	max-width: 75.5rem;
	margin: 0 auto;
	position: relative;
	margin-top: 11.3rem;
	width: 100%;
}
#main .future .bg {
	position: absolute;
	top: 0;
	left: 0;
	inset: 0;
	border-radius: 100%;
	aspect-ratio: 1;
	z-index: -1;
	outline: 1px solid #fff;
	background-color: #fff;
	outline-offset: 1.8rem;
	transform: scale(var(--progress));
}
#main .future .inner {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	padding: 10.3rem 5rem 5rem;
	aspect-ratio: 1;
	color: #36A1D1;
	border-radius: 100%;
}
#main .future .inner h2 {
	margin-bottom: 3.2rem;
	font-size: 4.4rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	line-height: 1.73;
	text-align: center;
	font-feature-settings: "palt";
}
#main .future .inner p {
	margin-bottom: 5rem;
	text-align: center;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	line-height: 2.6;
	font-feature-settings: "palt";
}
#main .future .inner .photo {
	width: 16.7rem;
	margin: 0 auto;
}
#main .staff {
	margin-top: -10rem;
	padding: 7.8rem 0;
	background-color: #fff;
	overflow: hidden;
}
#main .staffBox .fooList .splide__track {
	overflow: visible;
}
#main .staffBox .fooList li {
	width: 38rem;
	margin-right: -4.5rem;
	--zoom: 0.74;
}
#main .staffBox .fooList li.on {
	--zoom: 1;
}
#main .staffBox .fooList a {
	display: block;
	border-radius: 2rem;
	overflow: hidden;
	position: relative;
	width: 100%;
	transform: scale(var(--zoom)) translateX(0.5rem);
	transform-origin: left top;
	transition: all ease 1s;
}
#main .staffBox .fooList li.on a {
	transform: scale(var(--zoom));
}
#main .staffBox .fooList li.on ~ li a {
	transform: scale(var(--zoom)) translateX(12.5rem);
}
#main .staffBox .fooList a:hover {
	opacity: 0.7;
}
#main .staffBox .fooList a:after {
	border: 0.6rem solid #36A1D1;
	position: absolute;  
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;  
	border-radius: 2rem;
	content: "";
	transition: all ease 1s;
}
#main .staffBox .fooList .photo {
	aspect-ratio: 560 / 736;
}
#main .staffBox .fooList .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#main .staffBox .fooList .sub {
	z-index: 1;
	position: absolute;
	bottom: 2.4rem;
	left: 3rem;
	right: 3rem;
	color: #fff;
	transition: all ease 1s;
}
#main .staffBox .fooList .sub .ttl {
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 0.14em;
	position: relative;
	padding-left: 1.2rem;
	background: url(../img/common/icon11.png) no-repeat left center;
	background-size: 0.8rem auto;
	transition: all ease 1s;
}
#main .staffBox .fooList .sub .ttl2 {
	background-image: url(../img/common/icon34.png);
}
#main .staffBox .fooList .sub .ttl3 {
	background-image: url(../img/common/icon33.png);
}
#main .staffBox .fooList .sub .txt {
	font-size: 3.4rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	transition: all ease 1s;
}
#main .staffBox .fooList .sub .txt small {
	display: block;
	font-size: 1.6rem;
	letter-spacing: 0.14em;
	transition: all ease 1s;
}
#main .staffBox .fooList li:not(.is-active) a{
	border-radius: 3rem;
}
#main .staffBox .fooList li:not(.is-active) a:after {
	border-width: 0.4rem;
	border-radius: 3rem;
}
#main .staffBox .textList {
	width: 67rem;
	margin: -10rem 0 0 auto;
	position: absolute;
	right: 0;
	bottom: 0.5rem;
}
#main .staffBox .textList li {
	max-width: 48rem;
	padding-right: 2rem;
}
#main .staffBox .textList p {
	width: fit-content;
	font-size: 2rem;
	font-weight: 700;
	color: #36A1D1;
	line-height: 2.38;
	letter-spacing: 0.24em;
	font-feature-settings: "palt";
}
#main .staffBox .textList .txtSpan {
	padding-bottom: 0.9rem;
	background-image: repeating-linear-gradient(to top, lightskyblue 0 2px, transparent 2px 1lh);
}
#main .staffBox {
	position: relative;
	min-height: 500px;
}
#main .staffBox .icoBox {
	position: absolute;
	bottom: 0;
	right: 0;
	display: flex;
	gap: 0 4rem;
	z-index: 10;
}
#main .staffBox .icoBox div {
	width: 7.7rem;
	cursor: pointer;
}
#main .points {
	padding: 9rem 0 17.1rem;
	background-color: #fff;
	position: relative;
}
#main .pointsList {
	padding-top: 0.7rem;
	display: flex;
	flex-wrap: wrap;
	gap: 3rem 3.3rem;
}
#main .pointsList li {
	border-radius: 2rem;
	color: #fff;
	padding: 2.7rem 2rem 2.8rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	width: calc((100% - (3.3rem * 3 + 0.1rem)) / 4);
	background-color: #36A1D1;
}
#main .pointsList .sub {
	width: 100%;
	text-align: center;
}
#main .pointsList .ttl {
	min-height: 13rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2.3rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.65;
	font-feature-settings: "palt";
}
#main .pointsList .pointsImg {
	width: 6.5rem;
	margin: 0 auto;
}
#main .career {
	padding: 17rem 0 17.2rem;
}
#main .careerList {
	padding-top: 0.2rem;
	display: flex;
	flex-wrap: wrap;
	gap: 2.5rem 2.5rem;
}
#main .careerList li {
	border-radius: 2rem;
	min-height: 35rem;
	box-sizing: border-box;
	padding: 2.8rem 3.5rem 2.5rem;
	position: relative;
	width: calc((100% - (2.5rem * 2 + 0.1rem)) / 3);
	background-color: #FFFFFF;
}
#main .careerList .comIco {
	position: absolute;
	bottom: 1.9rem;
	right: 1.9rem;
}
#main .careerList p {
	font-weight: 500;
	color: #36A1D1;
	letter-spacing: 0.04em;
	line-height: 1.975;
	text-align: justify;
	font-feature-settings: "palt";
}
#main .careerList .ttl {
	padding: 2rem 0 1.6rem;
	margin-bottom: 2rem;
	font-size: 2.3rem;
	font-weight: 700;
	display: flex;
	align-items: flex-end;
	letter-spacing: 0.1em;
	border-bottom: 1px dashed #CCCCCC;
}
#main .careerList .sub .ttl {
	padding-top: 0;
	margin-bottom: 3.8rem;
}
#main .careerList .ttl .num {
	font-size: 1.4rem;
	font-weight: 500;
	flex-shrink: 0;
	margin: 0 1.2rem 0.5rem 0;
	letter-spacing: 0.06em;
}
#main .careerList .item1 {
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background-color: transparent;
}
#main .careerList .item1 p {
	color: #fff;
	margin-bottom: 4rem;
	font-size: 2rem;
	font-weight: 700;
	line-height: 2;
	letter-spacing: 0.18em;
}
#main .careerList .item1 p:last-child {
	margin-bottom: 0;
}
#main .careerList li:has(.subPhoto) {
	padding: 0;
}
#main .careerList .subPhoto img {
	width: 100%;
	border-radius: 2rem;
}
#main .careerList li:has(a) {
	padding: 0;
}
#main .careerList li > a {
	height: 100%;
	padding: 2.8rem 3.5rem 7rem;
	display: block;
}
#main .careerList li > a:hover {
	opacity: 0.7;
}
#main .careerList .color1 {
	background-color: #F4AB45;
}
#main .careerList .color2 {
	background-color: #EC8DB8;
}
#main .careerList .color3 {
	background-color: #676AAF;
}
#main .careerList .color4 {
	background-color: #56BBA1;
}
#main .info {
	padding: 14rem 0 15rem;
	background-color: #fff;
}
#main .infoInner .headLine04 {
	width: 46rem;
	padding-right: 2rem;
}
#main .infoInner .rBox {
	flex: 1;
	padding-top: 2.9rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
#main .infoInner .list li {
	width: 40rem;
	margin-bottom: 2.4rem;
}
#main .infoInner .list li:last-child {
	margin-bottom: 0;
}
#main .infoInner .list a {
	min-height: 8rem;
	color: #fff;
	font-size: 2.5rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	display: flex;
	align-items: center;
	font-feature-settings: "palt";
	padding: 0.5rem 7rem 0.5rem 5.8rem;
	background: #36A1D1 url(../img/common/icon10.png) no-repeat right 5rem center;
	background-size: 1.4rem auto;
	border-radius: 100vmax;
}
#main .infoInner .list a:hover {
	opacity: 0.7;
}
#main .infoInner {
	margin-bottom: 11.5rem;
}
#main .infoBox a {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 4rem 5.3rem 4.5rem;
	border-radius: 2rem;
	align-items: flex-end;
	position: relative;
	border: 1rem solid #00B900;
}
#main .infoBox a:hover {
	opacity: 0.7;
}
#main .infoBox .photo {
	width: 21.3rem;
	order: 2;
	margin: 0 7.7rem -2rem 5rem;
}
#main .infoBox .textBox {
	flex: 1;
}
#main .infoBox .textBox p {
	font-weight: 500;
	letter-spacing: 0.05em;
	color: #00B900;
	line-height: 1.78;
}
#main .infoBox .textBox .ttl {
	font-size: 2.5rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	margin-bottom: 1.3rem;
}
#main .infoBox .comIco {
	position: absolute;
	bottom: 2rem;
	right: 2.5rem;
	background-color: #00B900;
}
.blueWarp .entryInner {
	margin-top: 0;
	background-color: #36A1D1;
}
.blueWarp .entryInner .contactLink a {
	color: #fff;
	background-image: url(../img/common/icon12.png);
}
.blueWarp .entryInner .entryTxt {
	color: #fff;
}
.blueWarp .entryInner .entryTxt .subSpan:nth-child(2n+1) {
	-webkit-text-stroke-color: #fff;
	color: #36A1D1;
}
.blueWarp #gFooter {
	background-color: #fff;
}
.blueWarp #gFooter a {
	color: #000 !important;
}
.blueWarp #gFooter .copyright {
	color: #000;
}
.blueWarp #gFooter .fBox .fLogo .black {
	display: block;
}
.blueWarp #gFooter .fBox .fLogo .white {
	display: none;
}
.blueWarp #gFooter .linkList a {
	background-image: url(../img/common/icon13.png);
}
@media all and (min-width: 897px) {
	#main .staffBox .icoBox div:hover {
		opacity: 0.7;
	}
}

@media all and (max-width: 896px) {
	#main .about {
		padding: 5rem 0;
	}
	#main .about h1 {
		font-size: 6rem;
	}
	#main .about h1 small{
		font-size: 4rem;
	}
	#main .about h1 .imgSpan1 {
		width: 10rem;
	}
	#main .about h1 .imgSpan2 {
		width: 8rem;
	}
	#main .about h1 .imgSpan3 {
		width: 7rem;
	}
	#main .about h1 .imgSpan4 {
		width: 20rem;
	}
	#main .about li {
		font-size: 1.8rem;
		padding-inline: 2rem;
	}
	#main .about li .subSpan {
		width: 5.7rem;
		bottom: -1.2rem;
		right: -2.5rem;
	}
	#main .about li .subSpan3 {
		width: 10rem;
		top: -2.9rem;
	}
	#main .about li .subSpan4 {
		width: 3.9rem;
		top: -1.2rem;
	}
	#main .about li .subSpan5 {
		width: 6.2rem;
		top: -1.8rem;
	}
	#main .about li .subSpan2 {
		width: 8.3rem;
		right: -3.7rem;
	}
	#main .about li .subSpan6 {
		width: 10rem;
		bottom: -2.8rem;
	}
	#main .about li .subSpan7 {
		width: 6rem;
		top: -2rem;			
	}
	#main .about .ulBox {
		margin-bottom: 0;
	}
	#main .future {
		margin: 0 auto;
		max-width: 35.2rem;
	}
	#main .future .bg {
		outline-offset: 0.8rem;
	}
	#main .future .inner {
		padding: 5rem 2rem;
	}
	#main .future .inner h2 {
		font-size: 2.5rem;
		line-height: 1.2;
		margin-bottom: 2rem;
		letter-spacing: 0;
	}
	#main .future .inner p {
		margin-bottom: 2rem;
		font-size: 1.3rem;
		line-height: 1.5;
	}
	#main .staff {
		padding: 5rem 0;
		margin-top: -10vw;
	}
	#main .staffBox .fooList li {
		margin-right: 2rem;
		width: 100%;
		--zoom: 1;
	}
		
	#main .staffBox .fooList a,
	#main .staffBox .fooList li.on a,
	#main .staffBox .fooList li.on ~ li a {
		transform: scale(var(--zoom));
	}

	#main .staffBox .fooList a::after {
		border-width: 0.3rem;
	}
	#main .staffBox .textList {
		width: auto;
		position: static;
		margin: 2rem 0 0;
	}
	#main .staffBox .textList p {
		font-size: 1.5rem;
	}
	#main .staffBox .icoBox {
		position: static;
	}
	#main .staffBox .icoBox div {
		width: 4rem;
	}
	#main .staffBox .icoBox .prev {
		position: absolute;
		left: -2rem;
		top: calc(50% - 5rem);
		transform: translateY(-50%);
	}
	#main .staffBox .icoBox .next {
		position: absolute;
		right: -2rem;
		top: calc(50% - 5rem);
		transform: translateY(-50%);
	}
	#main .points {
		padding: 5rem 0 7rem;
	}
	#main .pointsList {
		padding: 0;
		flex-direction: column;
	}
	#main .pointsList li {
		width: 100%;
		border-radius: 1rem;
	}
	#main .pointsList .ttl {
		font-size: 1.8rem;
		min-height: 11rem;
	}
	#main .career {
		padding: 5rem 0 7rem;
	}
	#main .careerList {
		flex-direction: column;
		gap: 3rem 0;
	}
	#main .careerList li {
		padding: 2.8rem 2rem 2.5rem;
		width: 100%;
		min-height: inherit;
		border-radius: 1rem;
	}
	#main .careerList .item1 p {
		text-align: center;
		font-size: 1.5rem;
		margin-bottom: 2rem;
	}
	#main .careerList li .photo {
		text-align: center;
	}
	#main .careerList .subPhoto img {
		border-radius: 1rem;
	}
	#main .careerList li > a {
		padding: 2.8rem 2rem 8rem;
	}
	#main .careerList .ttl {
		padding-top: 0;
	}
	#main .info {
		padding: 5rem 0 7rem;
	}
	#main .infoInner {
		margin-bottom: 7rem;
		display: block;
	}
	#main .infoInner .headLine04 {
		width: auto;
		padding: 0;
	}
	#main .infoInner .rBox {
		display: block;
	}
	#main .infoInner .list li {
		width: auto;
		max-width: 32rem;
		margin: 0 auto 2rem;
	}
	#main .infoInner .list a {
		min-height: 6.5rem;
		font-size: 1.6rem;
		padding-right: 5rem;
		background-position: right 3rem center;
	}
	#main .infoBox a {
		padding: 3rem 2rem 6rem;
		display: block;
		border-width: 5px;
	}
	#main .infoBox .textBox .ttl {
		font-size: 2.3rem;
	}
	#main .infoBox .photo {
		margin: 2rem auto 0;
		width: 18rem;
	}
	#main .infoBox .comIco {
		bottom: 1rem;
		right: 1rem;
	}
	#main .staffBox .fooList .sub .ttl {
		letter-spacing: 0;
	}
	#main .staffBox .textList .txtSpan {
		padding-bottom: 0.7rem;
	}
	#main .careerList .item1 {
		text-align: center;
		justify-content: center;
	}

}