@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.mainVisual {
	width: 100%;
	height: 80rem;
	position: relative;
	background: url(../img/index/fv_bg.jpg) no-repeat center center / cover;
}
.mainVisual::before {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #000;
	opacity: 0.3;
	content: '';
}
.mainVisual p {
	margin-top: -0.5rem;
	width: calc(50% - 10.6rem);
	position: absolute;
	right: 0;
	top: 50%;
	color: #fff;
	font-size: 4rem;
	font-weight: 700;
	line-height: 2;
	transform: translateY(-50%);
}
.mainVisual p .txt01 {
	margin-bottom: 0.5rem;
	display: block;
}
.mainVisual p .txt02 {
	padding: 0.2rem 2.4rem 1.1rem;
	font-size: 4.8rem;
	line-height: 1.9;
	background: linear-gradient(90deg, rgba(241, 112, 127, 0.5) 0%, rgba(219, 220, 255, 0.5) 49.75%, rgba(67, 200, 244, 0.5) 100%);
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
}
#main .about {
	margin-bottom: 16.3rem;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
#main .about .textBox {
	margin-top: 21.6rem;
	width: calc(50% - 0.8rem);
	order: 1;
}
#main .about .textBox .innerBox {
	max-width: 58rem;
}
#main .about .textBox p {
	line-height: 2.5;
}
#main .about .photoBox {
	width: calc(50% - 10.6rem);
}
#main .about .photoBox img {
	width: 100%;
	border-radius: 0 0 8rem 0;
}
#main .place {
	margin-bottom: 15.7rem;
}
#main .place .innerBox {
	min-height: 47rem;
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-content: flex-start;
	gap: 3.1rem 7.5rem;
}
#main .place .innerBox .photo {
	margin-top: -4.6rem;
	width: 55.2rem;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	user-select: none;
}
#main .place .innerBox .item {
	width: 36rem;
	min-height: 19.8rem;
	position: relative;
	z-index: 1;
}
#main .place .innerBox .heading {
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 0.8rem;
}
#main .place .innerBox p {
	line-height: 2;
}
#main .place .innerBox p .sm {
	font-size: 1.2rem;
}
#main .work {
	padding-top: 25.2rem;
	position: relative;
	z-index: 1;
}
#main .work p {
	line-height: 2.5;
}
#main .work .subBox {
	margin-bottom: 6.7rem;
	width: 67rem;
}
#main .work .subBox .photo {
	width: calc(50% - 0.8rem);
	position: absolute;
	right: 0;
	top: 0;
}
#main .work .subBox .photo::before {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 8rem;
	left: 9.8rem;
	background: linear-gradient(90deg, #f1707f 0%, #dbdcff 49.75%, #43c7f4 100%);
	content: '';
}
#main .work .subBox .photo img {
	width: 100%;
	height: 42rem;
	position: relative;
	z-index: 1;
	object-fit: cover;
}
#main .work .imgBox {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
#main .work .imgBox .photoBox {
	width: 39.2rem;
	position: relative;
}
#main .work .imgBox .photoBox::before {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 3rem;
	left: 3rem;
	background: linear-gradient(90deg, #f1707f 0%, #dbdcff 49.75%, #43c7f4 100%);
	content: '';
}
#main .work .imgBox .photoBox img {
	width: 100%;
	position: relative;
	z-index: 1;
}
#main .work .imgBox .textBox {
	width: 67rem;
}
#main .future {
	margin: -9.7rem 0 14.7rem;
	text-align: center;
}
#main .future .photo img {
	width: 100%;
}
#main .future .content {
	margin-top: -22.2rem;
	position: relative;
	z-index: 1;
}
#main .future .headLine01 {
	background: none;
	color: #707070;
	margin: 0 auto 3.9rem;
}
#main .future p {
	line-height: 2.5;
}
#main .requirements {
	margin-bottom: 12rem;
	position: relative;
}
#main .requirements::before,
#main .requirements::after {
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	content: '';
}
#main .requirements::before {
	left: 0;
	box-shadow: 0rem 0rem 8rem rgba(241, 112, 127, 0.4);
}
#main .requirements::after {
	right: 0;
	box-shadow: 0rem 0rem 8rem rgba(67, 199, 244, 0.4);
}
#main .requirements .subWrap {
	padding: 13.6rem 0 12rem;
	position: relative;
	background: #fff;
	z-index: 1;
}
#main .requirements .innerBox {
	margin: 0 auto;
	width: 76.8rem;
}
#main .requirements .headLine01 {
	margin: 0 auto 5.6rem;
}
#main .requirements table {
	margin-bottom: 7.7rem;
	width: 100%;
	border-collapse: collapse;
}
#main .requirements th,
#main .requirements td {
	padding: 3.3rem 0 3.8rem;
	vertical-align: top;
	text-align: left;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 2;
	border-bottom: 0.1rem solid #707070;
}
#main .requirements th {
	width: 25%;
	font-weight: bold;
}
#main .requirements td {
	padding-left: 0.4rem;
}
#main .requirements td .mb0 {
	margin-bottom: 0 !important;
}
#main .requirements .textList {
	margin-bottom: 1.6rem;
}
#main .requirements .textList:last-child {
	margin-bottom: 0;
}
#main .requirements .textList dt {
	font-weight: bold;
}
#main .requirements .textList dd {
	margin-bottom: 1.6rem;
}
#main .requirements .textList dd:last-child {
	margin-bottom: 0;
}
#main .requirements .checkList li {
	padding-left: 2rem;
	background: url(../img/common/check.png) no-repeat left top 0.55em / 1.4rem;
}
#main .requirements .dotList:not(:last-child),
#main .requirements .starList:not(:last-child) {
	margin-bottom: 1.6rem;
}
#main .requirements .dotList li,
#main .requirements .starList li {
	padding-left: 1em;
	text-indent: -1em;
}
#main .requirements .starList01 li {
	padding-left: 2em;
	text-indent: -2em;
}
#main .requirements td p {
	margin-bottom: 1.6rem;
}
#main .requirements td p:last-child {
	margin-bottom: 0;
}
#main .requirements td p strong {
	font-weight: bold;
}
#main .requirements .cTxt {
	text-align: center;
	font-weight: bold;
	margin-bottom: 1.9rem;
}
#main .requirements .btn {
	margin: 0 auto;
	width: 57.2rem;
}
#main .requirements .btn a {
	padding: 3rem;
	display: block;
	text-align: center;
	color: #fff;
	font-size: 4rem;
	font-weight: 700;
	background: linear-gradient(90deg, #f1707f 0%, #dbdcff 49.75%, #43c7f4 100%);
}
#main .requirements .btn a:hover {
	opacity: 0.7;
}
#main .process {
	padding-bottom: 12rem;
	position: relative;
}
#main .process::before {
	width: 100%;
	position: absolute;
	left: 0;
	top: 20.1rem;
	bottom: 0;
	background: linear-gradient(90deg, #f1707f 0%, #dbdcff 49.75%, #43c7f4 100%);
	opacity: 0.6;
	content: '';
}
#main .process .content {
	position: relative;
	z-index: 1;
}
#main .process h2 {
	margin-bottom: 4rem;
	text-align: center;
	font-size: 2rem;
	font-weight: 700;
}
#main .process h2 span {
	display: block;
}
#main .process h2 .sm {
	margin-bottom: 0.9rem;
}
#main .process h2 .en {
	display: block;
	font-size: 8rem;
	line-height: 1;
}
#main .process .textList {
	margin-bottom: 3.3rem;
	display: flex;
	justify-content: center;
	gap: 5.1rem;
	text-align: center;
	font-weight: bold;
	line-height: 1.75;
}
#main .process .textList li {
	position: relative;
}
#main .process .textList li .num {
	margin: 0 auto 1.9rem;
	width: 8.2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	text-align: center;
	font-size: 2.4rem;
	font-weight: 700;
	aspect-ratio: 1;
	background: #fff;
	border-radius: 100%;
	border: 0.1rem solid #707070;
}
#main .process .textList li:not(:last-child) .num::after {
	width: 1.1rem;
	height: 2rem;
	position: absolute;
	right: -3.9rem;
	top: 3.1rem;
	background: url(../img/common/icon01.png) no-repeat center center / 100%;
	content: '';
}
#main .process .btn {
	margin: 0 auto;
	width: 57.2rem;
	position: relative;
	z-index: 1;
}
#main .process .btn a {
	padding: 3rem;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #fff;
	font-size: 4rem;
	font-weight: 700;
	background: #fff;
}
#main .process .btn a span {
	padding: 0 4rem;
	width: fit-content;
	display: block;
	color: transparent;
	background: linear-gradient(90deg, #f1707f 0%, #dbdcff 49.75%, #43c7f4 100%);
	-webkit-background-clip: text;
}
#main .process .btn a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	.mainVisual {
		margin-bottom: 5rem;
		height: 50rem;
	}
	.mainVisual p {
		margin-top: -0.5rem;
		width: 50%;
		font-size: 1.8rem;
	}
	.mainVisual p .txt01 {
		margin-bottom: 0;
	}
	.mainVisual p .txt02 {
		padding: 0.2rem 1rem 0.3rem;
		font-size: 2rem;
	}
	#main .about {
		margin: 0 0 5rem;
		display: block;
	}
	#main .about .textBox {
		margin: 0 2rem 4rem;
		width: auto;
	}
	#main .about .textBox .innerBox {
		max-width: initial;
	}
	#main .about .textBox p {
		line-height: 1.75;
	}
	#main .about .photoBox {
		width: auto;
	}
	#main .about .photoBox img {
		border-radius: 0 0 4rem 0;
	}
	#main .place {
		margin-bottom: 6rem;
	}
	#main .place .innerBox {
		min-height: initial;
		gap: 2rem 0;
	}
	#main .place .innerBox .photo {
		margin: 0;
		width: 100%;
		position: relative;
		left: auto;
		top: auto;
		transform: none;
	}
	#main .place .innerBox .item {
		width: 48%;
		min-height: initial;
	}
	#main .place .innerBox .heading {
		font-size: 1.6rem;
	}
	#main .place .innerBox p {
		line-height: 1.5;
	}
	#main .work {
		padding-top: 0;
	}
	#main .work p {
		line-height: 1.75;
	}
	#main .work .subBox {
		margin-bottom: 3.5rem;
		width: auto;
	}
	#main .work .subBox .photo {
		margin-bottom: 4rem;
		width: 100%;
		position: relative;
		right: auto;
	}
	#main .work .subBox .photo::before {
		top: 2rem;
		left: 2rem;
	}
	#main .work .subBox .photo img {
		width: 100%;
		height: auto;
	}
	#main .work .imgBox {
		display: block;
	}
	#main .work .imgBox .photoBox {
		margin-bottom: 4rem;
		width: auto;
	}
	#main .work .imgBox .photoBox::before {
		top: 2rem;
		left: 2rem;
	}
	#main .work .imgBox .textBox {
		width: auto;
	}
	#main .future {
		margin: -3rem 0 5rem;
	}
	#main .future .content {
		margin-top: -5rem;
	}
	#main .future .headLine01 {
		margin-bottom: 2rem;
	}
	#main .future p {
		line-height: 1.75;
	}
	#main .requirements {
		margin-bottom: 6rem;
	}
	#main .requirements::before {
		box-shadow: 0 0 2rem rgba(241, 112, 127, 0.4);
	}
	#main .requirements::after {
		box-shadow: 0 0 2rem rgba(67, 199, 244, 0.4);
	}
	#main .requirements .subWrap {
		padding: 4rem 2rem 4rem;
	}
	#main .requirements .innerBox {
		margin: 0;
		width: auto;
	}
	#main .requirements .headLine01 {
		margin-bottom: 1rem;
		font-size: 3.6rem;
	}
	#main .requirements table {
		margin-bottom: 3rem;
	}
	#main .requirements th,
	#main .requirements td {
		padding: 2rem 0;
		width: 100%;
		display: block;
		font-size: 1.4rem;
		line-height: 1.5;
		text-wrap: pretty;
	}
	#main .requirements th {
		padding-bottom: 0;
		border-bottom: none;
	}
	#main .requirements .checkList li {
		background-position: left top 0.27em;
	}
	#main .requirements .cTxt {
		margin-bottom: 1rem;
	}
	#main .requirements .btn {
		width: 32rem;
		max-width: 100%;
	}
	#main .requirements .btn a {
		padding: 2rem;
		font-size: 2rem;
	}
	#main .process {
		padding-bottom: 6rem;
	}
	#main .process::before {
		top: 12rem;
	}
	#main .process h2 {
		margin-bottom: 2rem;
		font-size: 1.6rem;
	}
	#main .process h2 .sm {
		margin-bottom: 0.5rem;
	}
	#main .process h2 .en {
		font-size: 4rem;
	}
	#main .process .textList {
		margin-bottom: 2rem;
		gap: 4rem;
	}
	#main .process .textList li .num {
		margin-bottom: 1rem;
		width: 6rem;
		font-size: 2rem;
	}
	#main .process .textList li:not(:last-child) .num::after {
		right: -3.8rem;
		top: 2rem;
	}
	#main .process .btn {
		width: 32rem;
		max-width: 100%;
	}
	#main .process .btn a {
		padding: 2rem;
		font-size: 2rem;
	}
	#main .process .btn a span {
		padding: 0 2rem;
	}
}