@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main {
	background: #FFF;
}
#main .mainVisual {
	padding: 23.8rem 0 0;
	position: relative;
	overflow: hidden;
	background: url(../img/index/mv_bg01.jpg) no-repeat center top/cover;
}
#main .mainVisual:after {
	position: absolute;
	left: 0;
	bottom: -10.4rem;
	width: 100%;
	height: 49.4rem;
	content: "";
	z-index: 3;
	background: linear-gradient(180deg, rgba(237, 252, 255, 0.00) 0%, #EDFCFF 64.9%);
}
#main .mainVisual:before {
	position: absolute;
	left: 50%;
	bottom: 22rem;
	width: 144rem;
	height: 50.3rem;
	transform: translateX(-50%);
	background: url(../img/index/mv_bg02.png) no-repeat left top/100%;
	content: "";
}
#main .mainVisual .phoList li {
	position: absolute;
	z-index: 1;
	opacity: 0;
	transform: scale(0);
	transition: opacity .3s ease, transform .3s cubic-bezier(0.44, 0.42, 0.24, 1.55);
	transition-delay: 0.3s;
}
#main .mainVisual.active .phoList li {
	opacity: 1;
	transform: scale(1);
}
#main .mainVisual .phoList .pho01 {
	width: 40.8rem;
	left: 7.1rem;
	top: -4.6rem;
}
#main .mainVisual .phoList .pho02 {
	width: 21.5rem;
	top: 17.7rem;
	left: -1.5rem;
}
#main .mainVisual .phoList .pho03 {
	width: 37.4rem;
	top: 37rem;
	left: -8.4rem;
	z-index: 2;
}
#main .mainVisual .phoList .pho04 {
	width: 25.1rem;
	top: 56.5rem;
	left: 14.7rem;
}
#main .mainVisual .phoList .pho05 {
	width: 28.3rem;
	right: 34.7rem;
	top: -7.3rem;
}
#main .mainVisual .phoList .pho06 {
	width: 51.1rem;
	right: -11rem;
	top: 7.7rem;
}
#main .mainVisual .phoList .pho07 {
	width: 51.3rem;
	right: -7rem;
	top: 46.3rem;
	z-index: 2;
}
#main .mainVisual .itemList li {
	position: absolute;
	width: 18.2rem;
	left: 17.4rem;
	top: 28rem;
	opacity: 0;
	transform: scale(0) rotate(-10deg);
	transition: opacity .6s ease, transform .6s cubic-bezier(0.27, 0.26, 0.15, 1.57);
	transition-delay: 0.6s;
	transform-origin: bottom center;
}
#main .mainVisual.active .itemList li {
	opacity: 1;
	transform: scale(1) rotate(0);
}
#main .mainVisual .itemList li:last-child {
	left: auto;
	right: 22.8rem;
	width: 20.6rem;
	top: 33.9rem;
	z-index: 1;
}
#main .mainVisual.active .itemList img {
	animation: personAnim01 3s .8s ease-in-out infinite;
}
#main .mainVisual.active .itemList li:last-child img {
	animation: personAnim02 3s .8s ease-in-out infinite;
}
@keyframes personAnim01 {
	0%,
	100% {
		translate: 0 0
	}
	50% {
		translate: 0 1.5rem;
		rotate: 5deg
	}
}
@keyframes personAnim02 {
  0%,
  100% {
    translate:0 0
  }
  50% {
    translate:0 1.5rem;
    rotate:-5deg
  }
}
#main .mainVisual .content {
	text-align: center;
}
#main .mainVisual .title {
	margin-bottom: 4.8rem;
	position: relative;
	z-index: 1;
	color: #fff;
	font-size: 7rem;
	font-weight: 700;
	line-height: 1.47;
	letter-spacing: 1.05rem;
	opacity: 0;
	transform: scale(0);
	transition: opacity .45s ease, transform .45s cubic-bezier(0.49, 0.25, 0.3, 1.31);
}
#main .mainVisual.active .title {
	opacity: 1;
	transform: scale(1);
}
#main .mainVisual .btn {
	margin: 0 auto -8.6rem;
	width: 17.9rem;
	position: relative;
	z-index: 1;
	opacity: 0;
	transform: scale(0);
	transition: opacity .4s ease, transform .4s cubic-bezier(0.44, 0.42, 0.24, 1.55);
	transition-delay: 0.9s;
}
#main .mainVisual.active .btn {
	opacity: 1;
	transform: scale(1);
}
#main .mainVisual .btn a {
	display: block;
	position: relative;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.08rem;
}
#main .mainVisual .btn a:hover {
	opacity: 0.7;
}
#main .mainVisual .btn .sub {
	position: absolute;
	left: 0;
	top: 4.8rem;
	width: 100%;
	display: inline-block;
	white-space: nowrap;
	padding-bottom: 1.3rem;
	background: url(../img/common/icon02.png) no-repeat center bottom/1rem;
}
#main .mainVisual .btn a > img {
	animation: point_rotate linear 10s infinite;
}
@keyframes point_rotate {
	0% {
		transform: rotate(0deg)
	}
	100% {
		transform: rotate(360deg)
	}
}
#main .mainVisual .photo {
	margin: 0 auto -25rem;
	width: 87.9rem;
	position: relative;
	z-index: 2;
	opacity: 0;
	transform: scale(0.3);
	transform-origin: top center;
	transition: opacity .4s ease, transform .4s cubic-bezier(0.44, 0.42, 0.24, 1.55);
	transition-delay: 0.9s;
}
#main .mainVisual.active .photo {
	opacity: 1;
	transform: scale(1);
}
#main .mainVisual .photo img {
	position: relative;
	z-index: 1;
	aspect-ratio: 1758/1800;
}
#main .mainVisual .bgTxt {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 11.5rem;
	color: #006AFF;
	font-size: 4rem;
	font-weight: 700;
	line-height: 1.8;
	letter-spacing: 0.2rem;
	z-index: 4;
}
#main .mainVisual .bgTxt span {
	padding: 0.2rem 2rem;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
	background-color: #fff;
}
#main .bgSec {
	margin-top: -3.8rem;
	background: #EDFCFF;
}
#main .bgSec .topBox {
	margin-bottom: 9.7rem;
	position: relative;
	z-index: 4;
}
#main .bgSec .topBox .content {
	position: relative;
}
#main .bgSec .topBox .subBox {
	margin: 0 auto;
	width: 62rem;
}
#main .bgSec .topBox p {
	margin-bottom: 4.2rem;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 2.2;
	text-align: center;
}
#main .bgSec .topBox p:last-child {
	margin-bottom: 0 !important;
}
#main .bgSec .topBox .itemList li {
	position: absolute;
	width: 20.2rem;
}
#main .bgSec .topBox .itemList li:first-child {
	left: 4.3rem;
	top: 1.1rem;
}
#main .bgSec .topBox .itemList li:last-child {
	width: 24.9rem;
	right: -0.1rem;
	top: -6.8rem;
}
#main .news {
	margin-bottom: 13rem;
}
#main .news .content {
	max-width: 131rem;
}
#main .news .bgBox {
	position: relative;
}
#main .news .bgBox:after {
	position: absolute;
	left: 0.9rem;
	top: 0.9rem;
	width: 100%;
	height: 100%;
	border-radius: 2rem;
	background: linear-gradient(90deg, #00EAFF 21.16%, #006AFF 75.28%);
	content: "";
}
#main .news .bgBox .subBox {
	padding: 2.7rem 4.3rem 3.2rem;
	position: relative;
	z-index: 1;
	border-radius: 2rem;
	position: relative;
	background: #FFF;
}
#main .news .bgBox h2 {
	margin: 0 1.7rem 0 0;
	width: 30.9rem;
	font-size: 1.6rem;
}
#main .news .bgBox h2 .en {
	margin: 0 1.5rem 0 0;
	display: inline-block;
	font-size: 4rem;
	vertical-align: -0.3rem;
}
#main .news .bgBox .newsList {
	margin-top: 1rem;
	flex: 1;
}
#main .news .bgBox .newsList li {
	display: flex;
	align-items: flex-start;
}
#main .news .bgBox .newsList li:not(:last-child) {
	margin-bottom: 1rem;
}
#main .news .bgBox .newsList .date {
	margin: 0.6rem 1rem 0 0;
	width: 9.6rem;
	color: #0048AD;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1;
}
#main .news .bgBox .newsList p {
	flex: 1;
	color: #0F0F0F;
	font-size: 1.8rem;
	font-weight: 700;
}
#main .news .bgBox .newsList p a {
	text-decoration: underline;
}
#main .company {
	padding: 6rem 0 19rem;
	overflow: hidden;
}
#main .company .content {
	max-width: 122rem;
	position: relative;
	align-items: flex-start;
}
#main .company .item {
	position: absolute;
	right: 3.8rem;
	top: -6rem;
	width: 13.6rem;
}
#main .company .txtBox {
	flex: 1;
}
#main .company .linkList {
	margin-left: 0.5rem;
}
#main .company .linkList li {
	border-bottom: 1px solid #D2D2D2;
}
#main .company .linkList a {
	position: relative;
	display: flex;
	align-items: center;
	padding: 1rem 4.5rem 1rem 0;
	height: 8.9rem;
	color: #00002B;
	font-size: 2rem;
	font-weight: 700;
	background: url(../img/common/icon03.png) no-repeat right 2rem center/2rem;
	letter-spacing: 0.2rem;
}
#main .company .linkList .num {
	margin: 0 0.8rem 0 0;
	color: #00A3F0;
	font-size: 3rem;
	line-height: 1;
	letter-spacing: 0.3rem;
}
#main .company .linkList .jp {
	position: relative;
}
#main .company .linkList .jp:after {
	position: absolute;
	left: 0;
	bottom: -0.2rem;
	width: 0;
	height: 2px;
	transition: .3s;
	background-color: #006AFF;
	content: "";
}
#main .company .phoBox {
	margin: 15.9rem -8.8rem 0 7.3%;
	position: relative;
	width: 63.6rem;
}
#main .company .phoBox img {
	width: 100%;
	border-radius: 0.6rem;
	position: relative;
	z-index: 1;
	aspect-ratio: 1272/806;
}
#main .company .phoBox:after {
	position: absolute;
	left: 4.5rem;
	bottom: -5rem;
	width: 63.2rem;
	height: 24.8rem;
	content: "";
	background: linear-gradient(90deg, #00EAFF 0.11%, #006AFF 94.08%);
}
#main .works {
	padding: 11.5rem 0 11.5rem;
	background: linear-gradient(90deg, #00CBFF 18.9%, #006AFF 79.14%);
}
#main .works .content {
	max-width: 125.6rem;
	align-items: flex-start;
}
#main .works .ttlBox {
	width: 33.7%;
	position: relative;
}
#main .works .headLine02 .en {
	background: linear-gradient(90deg, #fff 0.11%, #fff 100.34%);
}
#main .works .ttlBox .item {
	position: absolute;
	width: 16.2rem;
	right: 0;
	top: 9.8rem;
}
#main .works .comLinkBox {
	margin: 1.4rem 0.5rem 0 0;
	width: 70.1rem;
}
#main .job {
	padding: 14rem 0 15.8rem;
	scroll-margin-top: 12.1rem;
}
#main .job .content {
	position: relative;
	max-width: 124.6rem;
}
#main .job .item {
	position: absolute;
	right: 8.2rem;
	top: -19.3rem;
	width: 19.3rem;
}
#main .job .headLine02 {
	margin-bottom: 5.3rem;
	text-align: center;
}
#main .job .headLine02 .en {
	margin: 0 auto;
}
#main .job .tabNavi {
	gap: 0 2.6rem;
}
#main .job .tabNavi li {
	width: 59rem;
}
#main .job .tabNavi a {
	height: 8.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #1D2088;
	font-size: 2.6rem;
	font-weight: 700;
	border-radius: 2rem 2rem 0 0;
	border: 2px solid #1D2088;
	border-bottom: none;
	background: #FFF;
}
#main .job .tabNavi .on a {
	color: #fff;
	font-weight: 500;
	background-color: #1D2088;
}
#main .job .tabBox {
	padding: 4rem 4.8rem 5.5rem;
	border: 2px solid #1D2088;
}
#main .job .tabBox table {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}
#main .job .tabBox th,
#main .job .tabBox td {
	padding: 2.2rem 6.4rem 2.2rem;
	color: #352F2D;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 2.6;
	border-bottom: 1px solid rgba(0, 0, 0, 0.10);
	background: #FFF;
	text-align: left;
	vertical-align: middle;
}
#main .job .tabBox th {
	padding-right: 3rem;
	padding-left: 3.5rem;
	color: #fff;
	font-size: 1.8rem;
	background: #00A0E9;
	border-bottom-color: #fff;
}
#main .job .tabBox .wid01 {
	width: 26.3%;
	border-right: 1px solid #fff;
}
#main .job .tabBox .wid02 {
	width: 10.5%;
	border-right: 1px solid #fff;
}
#main .job .tabBox .wid03 {
	width: 20.6%;
}
#main .job .tabBox td.ttl {
	padding: 0 0.5rem;
	font-size: 1.2rem;
	line-height: 2.5;
	text-align: center;
	background: #E7F5FB;
}
#main .job .tabBox .thStyle01 {
	padding: 0 0.5rem;
	font-size: 1.4rem;
	line-height: 2.4;
	text-align: center;
	background: #31BEFF;
}
#main .job .tabBox .tdStyle {
	padding: 0 1.6rem;
	font-size: 1.2rem;
	border-right: 1px solid rgba(0, 0, 0, 0.10);
	border-left: 1px solid rgba(0, 0, 0, 0.10);
}
#main .job .tabBox .tdStyle02 {
	padding: 0;
	border-right: 1px solid rgba(0, 0, 0, 0.10);
}
#main .job .tabBox .tdStyle03 {
	padding-top: 2.7rem;
	padding-bottom: 2.7rem;
}
#main .job .tabBox .txtList li {
	display: flex;
}
#main .job .tabBox .txtList .ttl {
	width: 15.8%;
	color: #fff;
	font-size: 1.2rem;
	text-align: center;
	background: #5CCCFF;
	border-bottom: 1px solid #fff;
}
#main .job .tabBox .txtList .txt {
	flex: 1;
	padding: 0.15rem 1.6rem;
	font-size: 1.2rem;
	border-left: 1px solid rgba(0, 0, 0, 0.10);
	border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}
#main .job .tabBox .txtList li:last-child .ttl, #main .job .tabBox .txtList li:last-child .txt {
	border-bottom: none;
}
@media all and (min-width: 897px) {
	#main .job .tabNavi a:hover {
		color: #fff;
		background-color: #1D2088;
	}
	#main .news .bgBox .newsList p a:hover {
		text-decoration: none;
	}
	#main .company .linkList a:hover .jp:after {
		width: 100%;
	}
	#main .job .tabBox tr:last-child th {
		border-bottom-color: #00A0E9;
	}
}
@media all and (max-width: 896px) {
	#main .mainVisual {
		padding-top: 18.4rem;
		background-image: url(../img/index/mv_bg01_sp.jpg);
	}
	#main .mainVisual:before {
		display: none;
	}
	#main .mainVisual:after {
		bottom: -9.5rem;
		z-index: 5;
	}
	#main .mainVisual .phoList .pho01 {
		width: 15.2rem;
		left: 8.3rem;
		top: 4.2rem;
	}
	#main .mainVisual .phoList .pho02 {
		width: 8rem;
		top: 12.3rem;
		left: -1.7rem;
	}
	#main .mainVisual .phoList .pho03 {
		width: 13.8rem;
		top: 23rem;
		left: -3.3rem;
	}
	#main .mainVisual .phoList .pho04 {
		width: 9.4rem;
		top: 38.1rem;
		left: 0.1rem;
		z-index: 3;
	}
	#main .mainVisual .phoList .pho05 {
		width: 10.6rem;
		right: 1.5rem;
		top: 8.1rem;
	}
	#main .mainVisual .phoList .pho06 {
		width: 13.8rem;
		right: -2.9rem;
		top: 21.1rem;
	}
	#main .mainVisual .phoList .pho07 {
		width: 19.6rem;
		right: -9rem;
		top: 33.9rem;
	}
	#main .mainVisual .itemList li {
		width: 6.8rem;
		left: 3.3rem;
		top: 30.1rem;
		z-index: 2;
	}
	#main .mainVisual .itemList li:last-child {
		left: auto;
		right: 4.6rem;
		width: 7.8rem;
		top: 30.8rem;
	}
	#main .mainVisual .title {
		margin-bottom: 7.4rem;
		font-size: 3.4rem;
		line-height: 1.4;
		letter-spacing: 0.51rem;
		z-index: 4;
	}
	#main .mainVisual .btn {
		margin-bottom: -9.5rem;
	}
	#main .mainVisual .photo {
		margin: 0 -14rem -5rem -13.9rem;
		width: auto;
		text-align: center;
		z-index: 4;
	}
	#main .mainVisual .photo img {
		width: 60.2rem;
	}
	#main .mainVisual .bgTxt {
		bottom: 14rem;
		font-size: 2.6rem;
		letter-spacing: 0.13rem;
		z-index: 6;
	}
	#main .mainVisual .bgTxt span {
		padding: 0.2rem 1.2rem;
	}
	#main .bgSec {
		margin-top: -4.5rem;
		position: relative;
		z-index: 7;
	}
	#main .bgSec .topBox {
		margin-bottom: 6.5rem;
	}
	#main .bgSec .topBox .subBox {
		width: inherit;
	}
	#main .bgSec .topBox p {
		text-align: left;
	}
	#main .bgSec .topBox .itemList li {
		display: none;
	}
	#main .news {
		margin-bottom: 3.5rem;
	}
	#main .news .content {
		padding: 0 1.6rem 0 1rem;
	}
	#main .news .bgBox:after {
		left: 0.6rem;
		top: 1.5rem;
		height: calc(100% - 0.8rem);
	}
	#main .news .bgBox .subBox {
		padding: 2.7rem 4rem 2.6rem;
		display: block;
	}
	#main .news .bgBox h2 {
		margin: 0 0 1rem;
		width: auto;
		font-size: 1.6rem;
	}
	#main .news .bgBox h2 .en {
		margin-right: 2rem;
		vertical-align: -0.3rem;
	}
	#main .news .bgBox .newsList {
		margin-top: 0;
	}
	#main .news .bgBox .newsList li {
		display: block;
	}
	#main .news .bgBox .newsList .date {
		margin: 0;
		width: auto;
	}
	#main .news .bgBox .newsList p {
		font-size: 1.6rem;
	}
	#main .company {
		padding: 6.5rem 0 13.2rem;
	}
	#main .company .content {
		display: block;
	}
	#main .company .item {
		right: 4.6rem;
		top: -6.3rem;
		width: 5.9rem;
	}
	#main .company .txtBox {
		flex: 1;
	}
	#main .company .linkList {
		margin-left: 0;
	}
	#main .company .linkList a {
		padding-right: 3rem;
		font-size: 1.8rem;
		letter-spacing: 0.18rem;
		background-position: right 0.3rem center;
	}
	#main .company .linkList .num {
		margin-right: 0.6rem;
	}
	#main .company .phoBox {
		margin: 3.8rem -0.3rem 0 -0.1rem;
		width: auto;
	}
	#main .company .phoBox img {
		border-radius: 0.2rem;
	}
	#main .company .phoBox:after {
		left: 2.4rem;
		bottom: -2.5rem;
		width: 100%;
		height: 61.6%;
	}
	#main .works {
		padding: 6rem 0 10rem;
	}
	#main .works .content {
		display: block;
	}
	#main .works .ttlBox {
		margin-bottom: 7.8rem;
		width: auto;
	}
	#main .works .ttlBox .item {
		width: 8.8rem;
		right: 0.9rem;
		top: -1.6rem;
	}
	#main .works .comLinkBox {
		margin: 0 -0.1rem 0 0;
		width: auto;
	}
	#main .job {
		scroll-margin-top: 8.6rem;
		padding: 10.9rem 0 9rem;
		position: relative;
		z-index: 8;
	}
	#main .job .item {
		right: 4rem;
		top: -17.7rem;
		width: 9.3rem;
	}
	#main .job .headLine02 {
		margin-bottom: 3.5rem;
	}
	#main .job .headLine02 .en {
		margin-bottom: 0.2rem;
	}
	#main .job .tabNavi {
		margin: 0 -2.5rem;
		padding: 0 1.5rem;
		gap: 0 0.8rem;
		border-bottom: 2px solid #1D2088;
	}
	#main .job .tabNavi li {
		width: calc((100% - 0.8rem)/2);
	}
	#main .job .tabNavi a {
		height: 7.8rem;
		font-size: 1.8rem;
		line-height: 1.3;
		text-align: center;
	}
	#main .job .tabBox {
		padding: 2.4rem 0 0;
		border: none;
	}
	#main .job .tabBox th,
	#main .job .tabBox td {
		float: left;
		width: 100% !important;
		padding: 0.65rem 0.5rem 0.65rem 2rem;
		border-bottom: none;
	}
	#main .job .tabBox th {
		padding-right: 2rem;
		font-size: 1.4rem;
		border-bottom: 1px solid #fff;
	}
	#main .job .tabBox .wid01 {
		border-right: none;
		text-align: center;
	}
	#main .job .tabBox .wid02 {
		border-right: none;
	}
	#main .job .tabBox td {
		border-left: 1px solid rgba(0, 0, 0, 0.10);
		border-right: 1px solid rgba(0, 0, 0, 0.10);
	}
	#main .job .tabBox .tdStyle {
		padding: 1rem 1.5rem;
		font-size: 1.4rem;
		line-height: 1.64;
	}
	#main .job .tabBox .tdStyle03 {
		padding-top: 0.9rem;
		padding-bottom: 1rem;
		padding-right: 4rem;
		line-height: 1.64;
	}
	#main .job .tabBox .txtList .ttl {
		width: 10.8rem;
		font-size: 1.4rem;
		line-height: 2.4;
	}
	#main .job .tabBox .txtList .txt {
		padding: 0 1.6rem;
		font-size: 1.4rem;
		line-height: 2.4;
	}
	#main .job .tabBox .txtList li:last-child p {
		border-bottom: none;
	}
	#main .job .tabBox tr:last-child td {
		border-bottom: 1px solid rgba(0, 0, 0, 0.10);
	}
	#main .job .tabBox02 th {
		padding-left: 2rem;
	}
}