@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-lyx */
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
.orbitron {
	font-weight: 400;
	font-family: "Orbitron", serif;
}
.lato {
	font-weight: 400;
	font-family: "Lato", serif;
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	max-width: 110rem;
}
@media all and (max-width: 896px) {
	.content {
		margin: 0 2rem;
	}
}
/*------------------------------------------------------------
	comBtn01
------------------------------------------------------------*/
.comBtn01 {
	margin: 0 auto;
	width: 31.7rem;
}
.comBtn01 a {
	position: relative;
	min-height: 7.97rem;
	font-size: 1.7rem;
	font-weight: 700;
	color: #fff;
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
	border-radius: 4rem;
	box-shadow: 1px 1px 0.8rem 0 rgba(0, 0, 0, 0.10);
}
.comBtn01 a::after {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	background: linear-gradient(83deg, #2E90E5 34.98%, #00CBD5 93.81%);
	border-radius: 4rem;
	transition: .3s;
	pointer-events: none;
}
.comBtn01 a::before {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	background: linear-gradient(83deg, #35A1FF 24.54%, #04E9F6 105.56%);
	opacity: 0;
	border-radius: 4rem;
	transition: .3s;
	pointer-events: none;
}
.comBtn01 a span {
	position: relative;
	z-index: 2;
	padding-left: 3.1rem;
	background: url(../img/common/icon03.webp) no-repeat left center / 2.2rem;
}
@media all and (min-width: 897px) {
	.comBtn01 a:hover::after {
		opacity: 0;
	}
	.comBtn01 a:hover::before {
		opacity: 1;
	}
}
@media all and (max-width: 896px) {
	.comBtn01 {
		width: 20.7rem;
	}
	.comBtn01 a {
		min-height: 4.8rem;
		font-size: 1.2rem;
		box-shadow: 0.65px 0.65px 0.52rem 0 rgba(0, 0, 0, 0.10);
	}
	.comBtn01 a::after {
		border-radius: 2.6rem;
		background: linear-gradient(97deg, #2E90E5 12.99%, #00CBD5 91.81%);
	}
	.comBtn01 a span {
		padding-left: 2rem;
		background-size: 1.4rem auto;
	}
}
/*------------------------------------------------------------
	comBtn02
------------------------------------------------------------*/
.comBtn02 {
	margin: 0 auto;
	width: fit-content;
	min-width: 24rem;
}
.comBtn02 a {
	padding: 0 2.6rem;
	min-height: 6.6rem;
	color: #fff;
	font-size: 1.7rem;
	font-weight: 600;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	background-color: #002828;
	border-radius: 3.8rem;
	box-shadow: 0.5rem 0.5rem 1.5rem 0 rgba(0, 0, 0, 0.15);
}
.comBtn02 a span {
	padding-right: 3.5rem;
	background: url(../img/common/icon02.webp) no-repeat right center / 2.2rem;
}
@media all and (min-width: 897px) {
	.comBtn02 a:hover {
		background-color: #2E90E5;
	}
}
@media all and (max-width: 896px) {
	.comBtn02 {
		min-width: fit-content;
		width: 16.4rem;
	}
	.comBtn02 a {
		padding: 0;
		min-height: 4rem;
		font-size: 1.2rem;
		border-radius: 2.5rem;
		box-shadow: 0.33rem 0.33rem 0.98rem 0 rgba(0, 0, 0, 0.15);
	}
	.comBtn02 a span {
		padding-right: 2rem;
		background-size: 1.4rem;
	}
}
/*------------------------------------------------------------
	comBtn03
------------------------------------------------------------*/
.comBtn03 {
	width: 18.6rem;
}
.comBtn03 a,
.comBtn03 p {
	min-height: 4.8rem;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #fff;
	font-size: 1.4rem;
	background-color: #2E90E5;
	border-radius: 3rem;
}
.comBtn03 a span,
.comBtn03 p span {
	padding-right: 1.9rem;
	background: url(../img/common/icon05.webp) no-repeat right center / 1.3rem;
}
@media all and (min-width: 897px) {
	.comBtn03 a:hover {
		background-color: #2266BA;
	}
}
@media all and (max-width: 896px) {
	.comBtn03 {
		margin: 0 auto;
		width: 14rem;
	}
	.comBtn03 a,
	.comBtn03 p  {
		min-height: 4rem;
		font-size: 1.2rem;
		font-weight: 700;
		border-radius: 2.25rem;
	}
	.comBtn03 a span,
	.comBtn03 p span {
		padding-right: 1.5rem;
		background-size: 1.1rem;
	}
}
/*------------------------------------------------------------
	comInnerBox
------------------------------------------------------------*/
.comInnerBox {
	margin: 5.5rem 0 6.4rem;
}
.comInnerBox .title {
	margin-bottom: 3.2rem;
	font-size: 3.2rem;
	text-align: center;
	line-height: 1.2;
}
.comInnerBox .title img {
	vertical-align: -0.5rem;
}
.comInnerBox .text {
	margin-bottom: 1.6rem;
	text-align: center;
	line-height: 2;
}
@media all and (max-width: 896px) {
	.comInnerBox {
		margin: 6.4rem 0 6.8rem;
	}
	.comInnerBox .title {
		margin-bottom: 2.4rem;
		font-size: 1.94rem;
		line-height: 1.5;
	}
	.comInnerBox .text {
		margin-bottom: 2.4rem;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 4.8rem;
	text-align: center;
	font-size: 3.2rem;
	font-weight: 500;
	line-height: 1.2;
}
.headLine01 .en {
	margin-bottom: 2.5rem;
	display: block;
	color: #0099F1;
	font-size: 1.6rem;
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin-bottom: 3.2rem;
		font-size: 2.3rem;
	}
	.headLine01 .en {
		margin-bottom: 2rem;
		font-size: 1.3rem;
	}
}
/*------------------------------------------------------------
	fixedBox
------------------------------------------------------------*/
.fixedJsBox {
	position: relative;
}
.fixedBox {
	width: 26.5rem;
	position: fixed;
	z-index: 8;
	bottom: 19.8rem;
	right: 1.8rem;
	box-shadow: 1px 1px 0.8rem 0 rgba(0, 0, 0, 0.10);
	transition: all ease 0.3s;
	opacity: 0;
	visibility: hidden;
}
.fixedBox.show {
	opacity: 1;
	visibility: visible;
}
.fixedBox.hide {
	opacity: 0;
	visibility: hidden;
}
.fixedBox.abs {
	position: absolute;
}
.fixedBox a {
	position: relative;
	display: block;
}
.fixedBox .ico {
	position: absolute;
	top: 0.8rem;
	right: 0.82rem;
	z-index: 1;
	cursor: pointer;
	display: block;
	font-size: 0;
	line-height: 0;
}
.fixedBox .ico::after {
	content: "";
	display: block;
	position: absolute;
	inset: -5px;
}
.fixedBox a:hover {
	opacity: 0.6;
}
@media all and (max-width: 896px) {
	.fixedBox {
		width: 17.1rem;
		right: 1.5rem;
		bottom: 12.8rem;
	}
	.fixedBox .ico {
		top: -0.8rem;
		right: -0.9rem;
	}
}

/* AVT追加 20250508 LP相互リンク */
.fixedBox_lplink {
	width: 26.5rem;
	position: fixed;
	z-index: 8;
	bottom: 1.8rem;
	right: 1.8rem;
	box-shadow: 1px 1px 0.8rem 0 rgba(0, 0, 0, 0.10);
	transition: all ease 0.3s;
	opacity: 0;
	visibility: hidden;
}

.fixedBox_lplink.show {
	opacity: 1;
	visibility: visible;
}

.fixedBox_lplink.hide {
	opacity: 0;
	visibility: hidden;
}

.fixedBox_lplink.abs {
	position: absolute;
}

.fixedBox_lplink a {
	position: relative;
	display: block;
}

.fixedBox_lplink .ico {
	position: absolute;
	top: 0.8rem;
	right: 0.82rem;
	z-index: 1;
	cursor: pointer;
	display: block;
	font-size: 0;
	line-height: 0;
}

.fixedBox_lplink .ico::after {
	content: "";
	display: block;
	position: absolute;
	inset: -5px;
}

.fixedBox_lplink a:hover {
	opacity: 0.6;
}

@media all and (max-width: 896px) {
	.fixedBox_lplink {
		width: 17.1rem;
		right: 1.5rem;
	}

	.fixedBox_lplink .ico {
		top: -0.8rem;
		right: -0.9rem;
	}
}

/*------------------------------------------------------------
	fadeUp
------------------------------------------------------------*/
.fadeUp {
	opacity: 0;
	transform: translate(0,10rem);
	-webkit-transition: all 1s;
	transition: all 1s;
}
.fadeUp.on {
	opacity: 1;
	transform: translate(0,0);
}