@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;}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	max-width: 120rem;
}
@media all and (max-width: 896px) {
	.content {
		margin: 0 2rem;
		max-width: 100% !important;
	}
}
/*------------------------------------------------------------
	comLink01
------------------------------------------------------------*/
.comLink01 {
	width: fit-content;
}
.comLink01 span {
	padding-right: 5rem;
	font-size: 3.4rem;
	font-weight: 500;
	display: inline-block;
	color: #19579E;
	line-height: 1.6;
	background: url(../img/common/icon01.png) no-repeat right center / 3.1rem;
}
@media all and (max-width: 896px) {
	.comLink01 span {
		padding: 0.3rem 3rem 0 0;
		font-size: 2.2rem;
		background-size: 2rem auto;
	}
}
/*------------------------------------------------------------
	comLink02
------------------------------------------------------------*/
.comLink02 {
	width: fit-content;
}
.comLink02 a {
	padding: 1rem 3rem;
	display: block;
	color: #fff;
	text-align: center;
	font-size: 2rem;
	font-weight: 500;
	background-color: #19579E;
	border-radius: 4rem;
}
.comLink02 span {
	padding-right: 4rem;
	background: url(../img/common/icon02.png) no-repeat right center / 2.2rem;
}
.comLink02 a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	.comLink02 a {
		padding: 1.05rem 2rem 0.75rem 2.3rem;
		font-size: 1.5rem;
		border-radius: 3rem;
	}
	.comLink02 span {
		padding-right: 3.1rem;
		background-size: 1.7rem auto;
		background-position: right top calc(50% - 0.2rem);
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 3rem;
	font-size: 3rem;
	font-weight: 500;
	color: #19579E;
	line-height: 1.6;
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin-bottom: 2rem;
		font-size: 2rem;
	}
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	text-align: center;
	font-size: 4rem;
	font-weight: 400;
	line-height: 1.6;
}
@media all and (max-width: 896px) {
	.headLine02 {
		font-size: 2.4rem;
	}
}
/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
	margin-bottom: 2.2rem;
	padding-top: 2rem;
	position: relative;
	color: #19579E;
	font-size: 3rem;
	font-weight: 500;
	line-height: 1.4;
}
.headLine03::after {
	width: 6rem;
	height: 1px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	content: "";
	background-color: #AEC4D9;
}
@media all and (max-width: 896px) {
	.headLine03 {
		margin-bottom: 1rem;
		padding-top: 1.7rem;
		font-size: 2rem;
	}
	.headLine03::after {
		width: 4rem;
		height: 0.2rem;
	}
}
/*------------------------------------------------------------
	headLine04
------------------------------------------------------------*/
.headLine04 {
	margin-bottom: 4rem;
	position: relative;
	color: #19579E;
	font-size: 4rem;
	font-weight: 500;
	line-height: 1.4;
}
.headLine04 span {
	padding-right: 4rem;
	position: relative;
	z-index: 2;
	background-color: #F4FBFF;
}
.headLine04::after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 100%;
	height: 1px;
	z-index: 1;
	content: "";
	background-color: #19579E;
}
@media all and (max-width: 896px) {
	.headLine04 {
		margin-bottom: 2.1rem;
		font-size: 2.4rem;
	}
	.headLine04 span {
		padding-right: 2rem;
	}
	.headLine04::after {
		top: 43%;
	}
}
/*------------------------------------------------------------
	pageTitle
------------------------------------------------------------*/
.pageTitle {
	margin-bottom: -3rem;
	position: relative;
	padding: 6rem 0 7.6rem;
	background-color: rgba(255, 255, 255, 0.5);
}
@media all and (max-width: 896px) {
	.pageTitle {
		padding: 4.5rem 0 6.5rem;
	}
}
/*------------------------------------------------------------
	mainBox
------------------------------------------------------------*/
.mainBox {
	padding: 9rem 0 20rem;
	background-color: #F4FBFF;
}
@media all and (max-width: 896px) {
	.mainBox {
		padding: 7.8rem 0 9.9rem !important;
	}
}
/*------------------------------------------------------------
	comTopBox
------------------------------------------------------------*/
.comTopBox {
	margin-bottom: 5.8rem;
}
.comTopBox .text {
	margin-bottom: 4rem;
	text-align: center;
	font-size: 1.8rem;
	line-height: 1.6;
}
@media all and (max-width: 896px) {
	.comTopBox {
		margin-bottom: 2.8rem;
	}
	.comTopBox .text {
		margin-bottom: 3rem;
		text-align: left;
		font-size: 1.4rem;
	}
}
/*------------------------------------------------------------
	comLinkList
------------------------------------------------------------*/
.comLinkList {
	margin-top: -1.5rem;
}
.comLinkList li {
	margin: 1.5rem 1.5rem 0;
	min-width: 20rem;
}
.comLinkList a {
	padding: 0.4rem 3rem 0.1rem;
	display: block;
	text-align: center;
	color: #19579E;
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1.4;
	background-color: #fff;
	border: 1px solid #19579E;
	border-radius: 5rem;
}
.comLinkList .li01 a {
	letter-spacing: 2.4rem;
	text-indent: 2.4rem;
}
.comLinkList a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	.comLinkList {
		margin: -1.5rem auto 0;
		width: 33.5rem;
	}
	.comLinkList li {
		margin: 1.5rem 1rem 0;
		min-width: 10rem !important;
	}
	.comLinkList a {
		padding: 0.3rem 1.5rem 0;
		display: block;
		font-size: 1.8rem;
	}
	.comLinkList .li01 a {
		letter-spacing: 0.36rem;
		text-indent: 0.36rem;
	}
	.comLinkList li.on a {
		color: #fff;
		background-color: #19579E;
	}
}
/*------------------------------------------------------------
	pageTop
------------------------------------------------------------*/
.pageTop {
	width: 5rem;
	position: fixed;
	display: none;
	z-index: 9;
	bottom: 2.7rem;
	right: 4rem;
}
.pageTop.noFixed {
	position: absolute;
	bottom: auto;
	top: calc(0px - 5rem - 2.7rem);
}
.pageTop a {
	display: block;
}
.pageTop a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	.pageTop {
		width: 4rem;
		bottom: 4rem;
		right: 1rem;
	}
	.pageTop.noFixed {
		bottom: auto;
		top: calc(0px - 4rem - 4rem);
	}
}
/*------------------------------------------------------------
	zoomIn
------------------------------------------------------------*/
.zoomIn {
	opacity: 0;
	transform: scale(0.9);
	transition: opacity ease-in-out 1.2s 1.2s,transform cubic-bezier(0.16, 1, 0.3, 1) 3.5s 1.2s;
}
.zoomIn.on {
	opacity: 1;
    transform: none;
}