@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
/* mainVisual */
#main .fixedBox {
	width: 36rem;
	position: fixed;
	z-index: 10;
	right: 0;
	bottom: 4.7rem;
}
#main .fixedBox a {
	display: block;
}
#main .fixedBox a:hover {
	opacity: 0.7;
}
#main .mainVisual {
	position: relative;
	border-radius: 0 0 0 6rem;
	overflow: hidden;
	min-height: 98rem;
}
#main .mainVisual::after {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	content: "";
	background-color: rgba(51, 51, 51, 0.1);
	pointer-events: none;
}
#main .mainVisual .videoBox {
	width: 100%;
	height: 100%;
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
}
#main .mainVisual .videoBox video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#main .mainVisual .innerBox {
	position: absolute;
	z-index: 2;
	bottom: 13rem;
	left: 50%;
	transform: translateX(-50%);
	width: 162rem;
}
#main .mainVisual .innerBox .title {
	position: relative;
	color: #fff;
	font-size: 6.4rem;
	font-weight: 500;
	line-height: 1.4;
	overflow: hidden;
}
#main .mainVisual .innerBox .line {
	padding-bottom: 0.3rem;
	margin-bottom: 0.2rem;
	display: inline-block;
	position: relative;
	overflow: hidden;
}
#main .mainVisual .innerBox .title .line::after {
	width: 0%;
	height: 0.3rem;
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	background-color: #fff;
	-webkit-transition: all 2.5s cubic-bezier(0.25, 1, 0.5, 1);
	transition: all 2.5s cubic-bezier(0.25, 1, 0.5, 1);
}
#main .mainVisual .title.on .line::after {
	width: 94%;
}
#main .mainVisual .title.on .line01::after {
	transition-delay: 0.6s;
}
@media all and (min-width: 897px) and (max-width: 1650px) {
	#main .mainVisual .innerBox {
		padding: 0 2rem;
		width: 100%;
	}
}
@media all and (max-width: 896px) {
	#main .fixedBox {
		width: 27rem;
		right: 0;
		bottom: 12rem;
	}
	#main .mainVisual {
		border-radius: 0 0 0 3rem;
		min-height: 44rem;
	}
	#main .mainVisual .innerBox {
		padding: 0 1.5rem;
		bottom: 11.7rem;
		left: 0;
		transform: translateX(0);
		width: 100%;
	}
	#main .mainVisual .innerBox .line {
		margin-bottom: 0;
		padding-bottom: 0.4rem;
	}
	#main .mainVisual .innerBox .title {
		font-size: 3.8rem;
		line-height: 1.35;
	}
}
/* news */
#main .news {
	padding: 13.2rem 0 15rem;
}
#main .news .headLine02 {
	margin-bottom: 5.2rem;
}
#main .news .lBox {
	flex: 1;
}
#main .news .tagUl {
	margin-bottom: 8.5rem;
}
#main .news .tagUl li:not(:last-child) {
	margin-bottom: 1.6rem;
}
#main .news .tagUl li.on a {
	color: #003B94;
}
#main .news .tagUl a {
	font-weight: 500;
	letter-spacing: 0.1em;
}
#main .news .comNewsList {
	margin-top: 2.9rem;
	width: 84rem;
}
@media all and (min-width: 897px) {
	#main .news .content {
		display: flex;
		flex-wrap: wrap;
	}
	#main .news .tagUl a:hover {
		color: #003B94;
	}
}
@media all and (max-width: 896px) {
	#main .news {
		padding: 10.4rem 0 4.4rem;
	}
	#main .news .comNewsList {
		margin: 0 0 2rem;
		width: auto;
	}
}
/* management */
#main .management {
	padding: 14rem 0 10.8rem;
	position: relative;
	background: url(../img/index/management_bg.jpg) no-repeat left bottom / cover;
	border-radius: 6rem 6rem 0 0;
	overflow: hidden;
}
#main .management::after {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	content: "";
	pointer-events: none;
	background-color: rgba(0, 59, 148, 0.5);
}
#main .management .content {
	position: relative;
	z-index: 2;
}
#main .management h2 {
	margin-bottom: 5rem;
	color: #fff;
	text-align: center;
	font-size: 4rem;
	letter-spacing: 0.1em;
}
#main .management h2 .sml {
	margin-top: 0.5rem;
	display: block;
	font-size: 2rem;
}
#main .management .subTxt {
	text-align: center;
	color: #fff;
	font-weight: 700;
	letter-spacing: 0.1em;
	font-size: 2rem;
	line-height: 1.75;
}
@media all and (max-width: 896px) {
	#main .management {
		padding: 4.2rem 0 5rem;
		background-image: url(../img/index/management_bg_sp.jpg);
		border-radius: 3rem 3rem 0 0;
	}
	#main .management h2 {
		margin-bottom: 0;
		font-size: 2.6rem;
	}
	#main .management h2 .sml {
		margin-top: 0.5rem;
		font-size: 1.6rem;
	}
	#main .management .subTxt {
		margin-right: -1rem;
		font-size: 1.6rem;
		text-align: left;
	}
}
/* service */
#main .service {
	position: relative;
	background-color: #EDF3FB;
}
#main .service .lBox {
	padding: 13rem 10rem;
	width: 54rem;
	height: 100%;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	background-color: #003B94;
}
#main .service .lBox .sub {
	position: sticky;
	z-index: 2;
	top: 22rem;
	left: 0;
}
#main .service .lBox .headLine02 {
	margin-bottom: 5rem;
}
#main .service .lBox .headLine02 .en {
	color: #fff;
}
#main .service .lBox .headLine02 .jp {
	color: #fff;
}
#main .service .lBox .text {
	color: #fff;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2;
}
#main .service .serviceList {
	padding: 20.9rem 0 15rem 54rem;
	width: 92.61%;
}
#main .service .serviceList li {
	margin-bottom: 2rem;
	position: relative;
	background-color: #fff;
	border-radius: 0 3rem 3rem 0;
}
#main .service .serviceList li:last-child {
	margin-bottom: 0;
}
#main .service .serviceList a {
	position: relative;
	display: block;
	min-height: 40rem;
}
#main .service .serviceList a::after {
	width: 6rem;
	height: 6rem;
	position: absolute;
	z-index: 1;
	top: 50%;
	transform: translateY(-50%);
	right: -3rem;
	content: "";
	background: url(../img/common/icon06.png) no-repeat left top / 100%;
	opacity: 0;
}
#main .service .serviceList .photo {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 0 3rem 3rem 0;
	overflow: hidden;
	opacity: 0;
	transition: .3s;
}
#main .service .serviceList .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#main .service .serviceList .photo::after {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	content: "";
	background-color: rgba(51, 51, 51, 0.5);
	pointer-events: none;
}
#main .service .serviceList .textBox {
	padding: 13.8rem 11.5rem 3rem 10rem;
	position: relative;
	z-index: 2;
	display: flex;
	justify-content: space-between;
}
#main .service .serviceList .textBox .ttl {
	width: 47.8rem;
	color: #003B94;
	font-weight: 700;
	font-size: 4rem;
	letter-spacing: 0.1em;
}
#main .service .serviceList .textBox .ttl .en {
	margin-top: 1.7rem;
	font-size: 1.8rem;
	display: block;
	color: #333;
	letter-spacing: 0.05em;
	font-family: "Outfit", sans-serif;
}
#main .service .serviceList .textBox .txt {
	margin-top: 0.3rem;
	flex: 1;
	text-align: justify;
	letter-spacing: 0.1em;
	line-height: 2;
}
#main .service .serviceList li.appear .photo {
	opacity: 1;
}
#main .service .serviceList li.appear .textBox .ttl {
	color: #fff;
}
#main .service .serviceList li.appear .textBox .ttl .en {
	color: #fff;
}
#main .service .serviceList li.appear .textBox .txt {
	color: #fff;
}
#main .service .serviceList li.appear a::after {
	opacity: 1;
}
@media all and (min-width: 897px) {
	#main .service .serviceList li a:hover .photo {
		opacity: 1;
	}
	#main .service .serviceList li a:hover .textBox .ttl {
		color: #fff;
	}
	#main .service .serviceList li a:hover .textBox .ttl .en {
		color: #fff;
	}
	#main .service .serviceList li a:hover .textBox .txt {
		color: #fff;
	}
	#main .service .serviceList li a:hover::after {
		opacity: 1;
	}
}
@media all and (min-width: 897px) and (max-width: 1650px) {
	#main .service .serviceList .textBox {
		padding: 13.8rem 4rem 3rem;
	}
	#main .service .serviceList .textBox .ttl {
		width: 28rem;
		font-size: 2.8rem;
	}
	#main .service .serviceList .textBox .ttl .en {
		font-size: 1.4rem;
	}
}
@media all and (max-width: 896px) {
	#main .service .lBox {
		padding: 3.95rem 1.3rem 4rem 1.5rem;
		width: auto;
		position: static;
		height: fit-content;
	}
	#main .service .lBox .sub {
		position: static;
	}
	#main .service .lBox .headLine02 {
		margin-bottom: 2rem !important;
	}
	#main .service .lBox .text {
		text-align: justify;
		line-height: 1.75;
	}
	#main .service .serviceList {
		padding: 4rem 4.5rem 5rem 0;
		width: auto;
	}
	#main .service .serviceList li {
		margin-bottom: 1rem;
		border-radius: 0 1.5rem 1.4rem 0;
	}
	#main .service .serviceList a {
		min-height: 20rem;
	}
	#main .service .serviceList a::after {
		width: 5rem;
		height: 5rem;
		right: -2.5rem;
		content: "";
		background-image: url(../img/common/icon06_sp.png);
		opacity: 1;
	}
	#main .service .serviceList .photo {
		border-radius: 0 1.5rem 1.5rem 0;
	}
	#main .service .serviceList .textBox {
		padding: 6.2rem 1.5rem;
		display: block;
	}
	#main .service .serviceList .textBox .ttl {
		width: auto;
		font-size: 2.6rem;
	}
	#main .service .serviceList .textBox .ttl .en {
		margin-top: 0.6rem;
		font-size: 1.5rem;
	}
	#main .service .serviceList .textBox .txt {
		display: none;
	}
}
/* company */
#main .company {
	padding: 13rem 0 14.6rem;
}
#main .company .infoBox .text {
	margin-top: 2rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2;
}
@media all and (min-width: 897px) {
	#main .company .infoBox {
		display: flex;
		justify-content: space-between;
	}
	#main .company .infoBox .headLine02 {
		flex: 1;
	}
	#main .company .infoBox .text {
		width: 71.9rem;
	}
}
@media all and (max-width: 896px) {
	#main .company {
		padding: 4rem 0 4.5rem;
	}
	#main .company .headLine02 {
		margin-bottom: 2rem !important;
	}
	#main .company .infoBox .text {
		margin: 0 0 2.2rem;
		text-align: justify;
		line-height: 1.75;
	}
}
