@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.mainVisual {
	position: relative;
	height: 100svh;
}
.mainVisual img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
}
.mainVisual .title {
	position: absolute;
	left: 0;
	bottom: 9.6rem;
	width: 100%;
	padding-left: 3rem;
	color: #fff;
	text-align: center;
	font-size: 8rem;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 3.2rem;
	z-index: 10;
}
.mainVisual .title .en {
	margin: -0.3rem 0 0 -3rem;
	display: block;
	font-size: 3.6rem;
	font-weight: 400;
	letter-spacing: 0.72rem;
}
#main {
	background-color: #fff;
	overflow: hidden;
}
#main .topBox {
	padding: 6rem 0 18rem;
	margin-top: 10.7rem;
	text-align: center;
}
#main .topBox .topTxt {
	margin-bottom: 25.7rem;
}
#main .topBox .topTxt img {
	aspect-ratio: 2308/1092;
}
#main .topBox .logo {
	margin: 0 0 14.5rem 1rem;
}
#main .topBox .logo img {
	aspect-ratio: 888/194;
}
#main .headLine01.large {
	font-size: 2.1rem;
	font-family: "Zen Kaku Gothic New", sans-serif;
}
#main .headLine01.large .en {
	letter-spacing: 1rem;
}
#main .news {
	padding: 15rem 0 13.2rem;
	background: #EFF3F7;
}
#main .news .content {
	max-width: 118.3rem;
}
#main .news .ttlBox {
	width: 40rem;
}
#main .news .headLine01 {
	margin-bottom: 10.8rem;
}
#main .news .comBtn {
	width: 22rem;
}
#main .news .inner {
	margin: 0 3.9rem;
}
#main .newsList {
	margin: -1.7rem 0.7rem 0 0;
	width: 54.1rem;
}
#main .newsList a {
	display: block;
	padding: 2.4rem 4.5rem 2.4rem 0;
	background: url(../img/common/icon10.png) no-repeat right 2rem center/2rem;
	border-bottom: 1px solid #D2D2D2;
}
#main .newsList .tagBox {
	margin-bottom: 0.9rem;
	align-items: flex-start;
}
#main .newsList .tagBox .date {
	margin: 0.4rem 2rem 0 0;
	color: #0F1C80;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1;
}
#main .newsList .tagBox .tag {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	flex: 1;
}
#main .newsList .tagBox .tag span {
	padding: 0.4rem 1rem;
	color: #fff;
	font-size: 1.4rem;
	line-height: 1;
	border-radius: 3rem;
	background-color: #00A0E9;
}
#main .newsList .ttl {
	display: inline-block;
	position: relative;
	color: #00002B;
	font-size: 2rem;
	line-height: 1.8;
}
#main .newsList .ttl:after {
	position: absolute;
	left: 0;
	bottom: -0.2rem;
	width: 0;
	height: 2px;
	transition: .3s;
	background-color: #0F1C80;
	content: "";
}
#main .comAbout {
	margin-bottom: 12rem;
}
#main .comAbout .comMainPho {
	margin-bottom: 8rem;
}
#main .comAbout .listBox {
	padding-right: 0;
	padding-bottom: 3rem;
	max-width: 126rem;
}
#main .comAbout .listBox .comEnTtl {
	right: 0;
}
#main .comAbout .imgBox {
	margin: 0 8.8rem 6rem 3.2rem;
	align-items: flex-start;
}
#main .comAbout .imgBox .phoBox {
	width: 53.4rem;
	aspect-ratio: 534/360;
}
#main .comAbout .imgBox .phoBox img {
	width: 100%;
	border-radius: 1rem;
}
#main .comAbout .imgBox .flowList {
	margin: -1rem 0 0 4.5rem;
	flex: 1;
}
#main .comAbout .imgBox .flowList a {
	padding: 2.3rem 7rem 2.3rem 0;
	display: flex;
	align-items: flex-start;
	color: #00002B;
	font-size: 2.4rem;
	letter-spacing: 0.24rem;
	background: url(../img/common/icon11.png) no-repeat right center/6rem;
	border-bottom: 1px solid #D2D2D2;
}
#main .comAbout .imgBox .flowList a:hover {
	opacity: 0.7;
}
#main .comAbout .imgBox .flowList .num {
	margin-right: 0.8rem;
}
#main .comAbout .comBtn {
	margin: 0 auto;
	width: 25.4rem;
}
#main .bgSec {
	background-color: #00A3F0;
}
#main .bgSec .headLine01 {
	color: #fff;
}
#main .service {
	padding: 13.8rem 0 27.5rem;
}
#main .service .headLine01 {
	margin-bottom: -5.5rem;
	text-align: center;
}
#main .service .headLine01 .en {
	margin-bottom: 0;
}
#main .service .comTxtBox {
	margin: 3rem 11.5rem 0 0;
	display: block;
	flex: 1;
	max-width: 55.5rem;
}
#main .service .comTxtBox .ttl {
	margin-bottom: 2.3rem;
	width: auto;
}
#main .service .comTxtBox .txtBox {
	margin: 0 0.5rem 3.2rem 0;
	width: auto;
}
#main .service .comTxtBox .comBtn {
	width: 22rem;
}
#main .service .comTxtBox .comBtn a {
	color: #fff;
	border-color: #fff;
	background-image: url(../img/common/icon08_over.png);
}
#main .service .imgBox {
	justify-content: flex-end;
	align-items: center;
}
#main .service .imgBox .phoBox {
	width: calc(50% - 16rem);
}
#main .service .imgBox .phoBox img {
	width: 100%;
	aspect-ratio: 1120/1552;
}
#main .about {
	padding: 12.5rem 0 11.2rem;
	background: #EFF3F7;
}
#main .about .content {
	max-width: 126rem;
}
#main .about .headLine01 {
	margin-bottom: 10rem;
}
#main .about .linkList {
	margin: 0 3.3rem;
}
#main .about .linkList li:not(:last-child) {
	margin-bottom: 3.9rem;
}
#main .about .linkList a {
	min-height: 6rem;
	display: flex;
	align-items: flex-start;
	background: url(../img/common/icon11.png) no-repeat right center/6rem;
}
#main .about .linkList a:hover {
	opacity: 0.7;
}
#main .about .linkList p {
	margin-top: -0.2rem;
	color: #1D2088;
	font-size: 1.6rem;
}
#main .about .linkList p .en {
	margin-bottom: 0.9rem;
	display: block;
	letter-spacing: 0.36rem;
	font-size: 3.6rem;
	font-weight: 400;
	line-height: 1;
	text-transform: uppercase;
}
#main .about a:after {
	margin: 3rem 9rem 0 4.2rem;
	content: "";
	border-top: 1px solid #D3D3D3;
	flex: 1;
}
#main .access {
	scroll-margin-top: 10.7rem;
	padding-top: 5rem;
	position: relative;
	overflow: hidden;
}
#main .access:after {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	margin-left: 47rem;
	bottom: -14rem;
	width: 73.1rem;
	height: 73.1rem;
	border-radius: 50%;
	background: #FFF;
	mix-blend-mode: hard-light;
	filter: blur(20rem);
	content: "";
}
#main .access .content {
	padding: 7.0rem 0 21rem;
	max-width: 122rem;
	position: relative;
	z-index: 1;
	background: url("../img/index/access_map.png") no-repeat right 1.6rem top 4.5rem / 77.9rem;
}
#main .access .mapList {
	max-width: 109.8rem;
	margin: -2.6rem auto 0;
}
#main .access .mapList li {
	margin-top: 2.6rem;
	padding-bottom: 2.9rem;
	width: 53.2rem;
	color: #222;
	border-bottom: 1px solid #CFE3ED;
}
#main .access .mapList li h3 {
	margin-bottom: 0.8rem;
	font-size: 1.8rem;
	font-weight: 700;
}
#main .access .mapList li .add {
	margin-bottom: 0.5rem;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.35;
	font-family: "Noto Sans JP", sans-serif;
}
#main .access .mapList li .add a {
	color: #222;
}
#main .access .mapList li .link a {
	padding-left: 1.5rem;
	display: inline-block;
	color: #1753AB;
	font-size: 1.2rem;
	font-weight: 500;
	background: url("../img/common/icon01.png") no-repeat left center / 1.1rem;
}
#main .access .mapList li .link a:hover {
	opacity: 0.7;
}
#main + .comBanner {
	display: none;
}
.comRecruit {
	padding-top: 10rem;
}
@media all and (max-width: 1400px) {
	.mainVisual .title {
		padding-left: 0;
		letter-spacing: 2.3rem;
	}
	.mainVisual .title .en {
		margin-left: 0;
	}
}
@media all and (min-width: 897px) {
	#gHeader:not(.fix) .menuList {
		margin-right: 4.6rem;
	}
	#gHeader:not(.fix) .menuList > .liStyle > a:after {
		border-color: #fff;
	}
	#gHeader:not(.fix) .menuList > li:last-child > a {
		clip-path: none;
	}
	.mainVisual {
		clip-path: inset(0);
	}
	.mainVisual .mainImg {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
	}
	.mainVisual .title {
		position: fixed;
	}
	#pop02 {
		padding: 5rem 9.3rem 5rem 4.8rem;
	}
	#pop02 .comEnTtl {
		right: 1.3rem;
		top: 3.2rem;
	}
	#pop02 .imgBox .phoBox {
		margin: 0 3rem 0 -0.2rem;
	}
	#main .newsList a:hover .ttl:after {
		width: 100%;
	}
	#main .service .comTxtBox .comBtn a:hover {
		border-color: #0F1C80;
	}
	#main .comAbout .comBtn {
		transform: translateX(-1rem);
	}
}
@media all and (max-width: 896px) {
	.mainVisual {
		height: auto;
	}
	.mainVisual .title {
		bottom: 5rem;
		padding-left: 1.5rem;
		font-size: 3.6rem;
		line-height: 1.25;
		letter-spacing: 1.44rem;
	}
	.mainVisual .title .en {
		margin: 1.7rem 0 0 -1.3rem;
		font-size: 1.6rem;
		letter-spacing: 0.32rem;
	}
	#main .topBox {
		margin-top: 0;
		padding: 8rem 2.4rem 12rem;
	}
	#main .topBox .topTxt {
		margin: 0 0 6rem;
	}
	#main .topBox .topTxt img {
		aspect-ratio: 654/1860;
	}
	#main .topBox .logo {
		margin: 0 0 6rem 0.5rem;
	}
	#main .topBox .logo img {
		width: 26rem;
	}
	#main .topBox .comBanner {
		margin: 0;
	}
	#main .headLine01.large {
		font-size: 1.6rem;
	}
	#main .headLine01.large .en {
		margin-bottom: 0.5rem;
		letter-spacing: 0.35rem;
	}
	#main .news {
		padding: 8rem 0 11rem;
	}
	#main .news .ttlBox {
		margin-bottom: 4rem;
	}
	#main .news .headLine01 {
		margin-bottom: 4rem;
	}
	#main .news .headLine01 .en {
		margin: 0 0 0.5rem;
	}
	#main .newsList {
		width: 100%;
	}
	#main .newsList a {
		background-position: right 1.4rem center;
	}
	#main .comAbout {
		margin-bottom: 7rem;
	}
	#main .comAbout .comMainPho {
		margin-bottom: 3.3rem;
	}
	#main .comAbout .listBox {
		padding: 0 2.4rem;
	}
	#main .comAbout .listBox .comEnTtl {
		right: -0.5rem;
		top: auto;
		bottom: 10rem;
	}
	#main .comAbout .imgBox {
		margin: 0 0 4.1rem;
		display: block;
	}
	#main .comAbout .imgBox .phoBox {
		width: auto;
		aspect-ratio: 327/220;
	}
	#main .comAbout .imgBox .phoBox img {
		border-radius: 1rem;
	}
	#main .comAbout .imgBox .flowList {
		margin: 1.2rem 0 0;
	}
	#main .comAbout .imgBox .flowList li:not(:last-child) {
		margin-bottom: 1rem;
	}
	#main .comAbout .imgBox .flowList a {
		padding: 2.95rem 7.5rem 2.95rem 0;
		font-size: 1.6rem;
		letter-spacing: 0.16rem;
		background-position: right 1.2rem center;
	}
	#main .comAbout .imgBox .flowList .num {
		margin: 0.5rem 1rem 0 0;
		font-size: 2.4rem;
		line-height: 1;
	}
	#main .comAbout .comBtn {
		width: 22rem;
	}
	#main .service {
		padding: 9.3rem 0 12rem;
	}
	#main .service .headLine01 {
		margin-bottom: 4.1rem;
	}
	#main .service .imgBox {
		display: block;
	}
	#main .service .imgBox .phoBox {
		width: auto;
	}
	#main .service .imgBox .phoBox img {
		aspect-ratio: 750/744;
	}
	#main .service .imgBox .comTxtBox {
		max-width: inherit;
		margin: 0 2.4rem 18.4rem;
	}
	#main .service .imgBox .comTxtBox .ttl {
		margin: 0 -1rem 2.8rem 0;
	}
	#main .service .comTxtBox .txtBox {
		margin-bottom: 4.5rem;
	}
	#main .about {
		padding: 9.2rem 0 10.8rem;
	}
	#main .about .headLine01 {
		margin-bottom: 6.4rem;
	}
	#main .about .linkList {
		margin: 0;
	}
	#main .about .linkList li:not(:last-child) {
		margin-bottom: 3.5rem;
	}
	#main .about .linkList a {
		padding-top: 0.2rem;
		align-items: center;
	}
	#main .about .linkList p {
		margin-top: 0;
	}
	#main .about .linkList p .en {
		margin-bottom: 0.6rem;
		letter-spacing: 0.23rem;
		font-size: 2.3rem;
		line-height: 1.2;
	}
	#main .about a:after {
		margin: 0 7.4rem 0 0.8rem;
	}
	#main .access:after {
		display: none;
	}
	#main .access {
		scroll-margin-top: 7.1rem;
	}
	#main .access .content {
		padding: 4.2rem 0 12rem 2.4rem;
		background: url("../img/index/access_map.png") no-repeat left 4.1rem bottom -3.5rem / 93%;
	}
	#main .access .mapList {
		display: block;
		margin: 0;
	}
	#main .access .mapList li {
		margin: 0 0 2rem;
		padding: 0 2.5rem 2rem 0;
		width: auto;
	}
	#main .access .mapList li:last-child {
		margin-bottom: 0;
	}
	#main .access .mapList li h3 {
		margin-bottom: 0.7rem;
	}
	#main .access .mapList li .add {
		margin-bottom: 0.8rem;
	}
	.comRecruit {
		padding-top: 6.3rem;
	}
}