@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-lxh */
/* 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;}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	max-width: 99rem;
}

/* comBox */
.comBox {
	padding: 0.5rem 7.5rem 11.7rem;
	background-color: #1a75e2;
	border-radius: 2rem 2rem 0 0;
}
.comBox .title {
	margin-bottom: 1rem;
	color: #fff;
	font-size: 2.3rem;
	text-align: center;
}
.comBox .bgBox {
	padding: 0.2rem 0.5rem 2.4rem;
	background-color: #fff9de;
	border-radius: 2rem;
}
.comBox .subTitle {
	margin-bottom: 0.6rem;
	text-align: center;
	font-size: 3.2rem;
	font-weight: 700;
}
.comBox .subTitle .inner {
	padding-right: 1.5rem;
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.comBox .subTitle strong {
	font-size: 3.6rem;
	font-weight: 700;
}
.comBox .subTitle small {
	font-size: 2.7rem;
}
.comBox .subTitle img {
	width: 11.3rem;
	position: absolute;
	bottom: -2.8rem;
	right: -12.2rem;
}
.comBox .textImg {
	text-align: center;
}
.comBox .textImg img {
	width: 48.4rem;
}
.comBox .box02 {
	margin: 1.5rem 0.5rem 0;
}
.comBox .box02 .title {
	margin-bottom: 0.9rem;
	font-size: 2rem;
}
.comBox .box02 .bgBox {
	padding: 1rem 1.5rem 1.5rem;
	color: #fff;
	background: url(../img/common/bg01.jpg) no-repeat center center / 100% 100%;
}
.comBox .box02 .subTitle {
	font-size: 2.4rem;
	margin-bottom: 0.6rem;
	line-height: 1;
}
.comBox .box02 .subTitle small {
	margin-top: 0.5rem;
	display: block;
	font-size: 1.8rem;
}
.comBox .box02 .textImg img {
	width: 47.2rem;
}
.comBox .box02 .comBtn {
	margin-top: 1.1rem;
}
/* .comBox02 */
.comBox02 {
	padding: 2.3rem 7.5rem 15.2rem;
}
.comBox02 .title {
	margin-bottom: 1.3rem;
}
@media all and (max-width: 767px) {
	.comBox {
		padding: 1rem 1.5rem 9.8rem;
		border-radius: 1.5rem 1.5rem 0 0;
	}
	.comBox .title {
		margin-bottom: 0.7rem;
		font-size: 1.5rem;
	}
	.comBox .subTitle small {
		font-size: 1.7rem;
	}
	.comBox .subTitle {
		margin-bottom: 0.4rem;
		font-size: 2.1rem;
	}
	.comBox .subTitle strong {
		font-size: 2.36rem;
	}
	.comBox .bgBox {
		padding: 0.3rem 2rem 1.7rem;
		border-radius: 1.5rem;
	}
	.comBox .textImg img {
		width: 27.8rem;
	}
	.comBox .subTitle img {
		width: 7.3rem;
		bottom: -1.5rem;
		right: -6.4rem;
	}
	.comBox .box02 .title {
		margin-bottom: 0.6rem;
		font-size: 1.4rem;
	}
	.comBox .box02 .subTitle {
		font-size: 1.3rem;
		margin-bottom: 0.6rem;
	}
	.comBox .box02 {
		margin: 2.7rem 0 0;
	}
	.comBox .box02 .textImg img {
		width: 30.3rem;
	}
	.comBox .box02 .bgBox {
		padding: 1.1rem 1.5rem 1.2rem;
	}
	.comBox .box02 .comBtn {
		margin-top: 0.6rem;
	}
	.comBox02 {
		padding-bottom: 10.6rem;		
	}
	
	
}

/* comBtn */
.comBtn {
	margin-top: 1.5rem;
}
.comBtn a {
	margin: 0 auto;
	width: 55rem;
	background-color: #fff;
	border-radius: 5rem;
	display: block;
}
.comBtn .inner {
	height: 7.5rem;
	color: #fff;
	font-size: 3.2rem;
	font-weight: 700;
	padding-bottom: 0.4rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ff6c08;
	border-radius: 5rem;
	box-shadow: 0 0.5rem 0 #AA4900;
	position: relative;
	transition: 0.3s;
}
.comBtn .inner::after {
	width: 3.8rem;
	height: 3.8rem;
	position: absolute;
	top: 50%;
	right: 3.2rem;
	transform: translateY(-50%);
	background: url("../img/common/icon01.png") no-repeat left top / 100% 100%;
	content: "";
}
.comBtn.btn01 .inner {
	color: #1f2b61;
	font-size: 1.8rem;
	height: 4.2rem;
	padding-bottom: 0.2rem;
	background-color: #fff;
	box-shadow: 0 0.3rem 0 #1f2b61;
}
.comBtn.btn01 .inner::after {
	width: 1.8rem;
	height: 1.5rem;
	right: 4.2rem;
	background-image: url("../img/common/icon02.png");
}
.comBtn.btn01 a {
	background-color: #000;
}
@media all and (min-width: 768px) {
	.comBtn a:hover .inner {
		opacity: 0.8;
	}
}
@media all and (max-width: 767px) {
	.comBtn a {
		width: 100%;
		max-width: 30.5rem;
	}
	.comBtn {
		margin-top: 1.2rem;
	}
	.comBtn .inner {
		height: 6rem;
		font-size: 2rem;
		box-shadow: 0 0.4rem 0 #AA4900;
	}
	.comBtn .inner::after {
		width: 2.8rem;
		height: 2.8rem;
		right: 1.5rem;
	}
	.comBtn.btn01 a {
		max-width: 23.2rem;
	}
	.comBtn.btn01 .inner {
		padding-right: 1.5rem;
		font-size: 1.2rem;
		height: 3rem;
		box-shadow: 0 0.2rem 0 #1f2b61;
	}
	.comBtn.btn01 .inner::after {
		width: 1.2rem;
		height: 1rem;
		right: 1.6rem;
	}
}


/* headLine01 */
.headLine01 {
	color: #1a75e2;
	text-align: center;
	font-size: 6rem;
	line-height: 1.266;
}
@media all and (max-width: 767px) {
	.headLine01 {
		font-size: 3.7rem;
	}
}

/* comBg */
.comBg {
	position: relative;
	z-index: 10;
}
.comBg::before,
.comBg::after {
	width: 100%;
	height: 8.4rem;
	position: absolute;
	left: 0;
	bottom: calc(100% - 0.1rem);
	background: url("../img/index/bg01.png") no-repeat left top / 100% 100%;
	content: "";
}
.comBg::after {
	bottom: auto;
	top: calc(100% - 0.2rem);
	background-image: url("../img/index/bg02.png");
}
@media all and (max-width: 767px) {
	.comBg {
		padding: 0.7rem 1.5rem 0;
	}
	.comBg::before,
	.comBg::after {
		height: 4.8rem;
	}
	
}

/* centerTxt */
.centerTxt {
	font-size: 2rem;
	text-align: center;
	line-height: 1.75;
	font-weight: 500;
	position: relative;
	z-index: 1;
}
@media all and (max-width: 767px) {
	.centerTxt {
		font-size: 1.3rem;
		line-height: 1.61;
	}
}

/* headLine02 */
.headLine02 {
	margin-bottom: 3.1rem;
	text-align: center;
	font-weight: 700;
	font-size: 6.4rem;
	line-height: 1.35;
	color: #1a75e2;
}
.headLine02 .top {
	padding: 0 2.3rem;
	color: #1f2b61;
	font-size: 2.8rem;
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.headLine02 .top::before,
.headLine02 .top::after {
	width: 0.3rem;
	height: 3.5rem;
	position: absolute;
	top: 0.5rem;
	left: 0;
	border-radius: 0.5rem;
	transform: rotate(-30deg);
	background-color: #1f2b61;
	content: "";
}
.headLine02 .top::after {
	left: auto;
	right: 0;
	transform: rotate(30deg);
}
.headLine02 .btm {
	margin-top: -4.4rem;
	display: block;
}
.headLine02 .line {
	background: url("../img/common/line.jpg") repeat-x left bottom / auto 3.4rem;
}
.headLine02 small {
	font-size: 5rem;
}
.headLine02 .talk {
	margin-bottom: 5.7rem;
	color: #fff;
	font-size: 2.6rem;
	display: inline-block;
	vertical-align: top;
	background-color: #1f2b61;
	border-radius: 3rem;
	min-width: 33rem;
	padding: 0.6rem 0 0.7rem;
	position: relative;
}
.headLine02 .talk::before {
	width: 2.8rem;
	height: 2.4rem;
	position: absolute;
	top: -1.6rem;
	right: -1.5rem;
	background: url("../img/common/icon03.png") no-repeat left top / 100% 100%;
	content: "";
}
.headLine02 .talk::after {
	width: 1.6rem;
	height: 1.9rem;
	position: absolute;
	bottom: -1rem;
	left: 50%;
	transform: translateX(-50%);
	background: url("../img/common/icon04.png") no-repeat left top / 100% 100%;
	content: "";
}
.headLine02 .num {
	font-size: 8.6rem;
	line-height: 1;
	display: inline-block;
	vertical-align: bottom;
	margin-bottom: 0.6rem;
}
.headLine02.small {
	font-size: 6.2rem;
}
.headLine02.small .line {
	background-image: url("../img/common/line02.jpg");
}
@media all and (max-width: 767px) {
	.headLine02 .top {
		font-size: 1.8rem;
		padding: 0 1.3rem;
	}
	.headLine02 {
		margin-bottom: 1.4rem;
		font-size: 3.8rem;
		line-height: 1.3;
	}
	.headLine02 small {
		font-size: 2.92rem;
	}
	.headLine02 .top::before,
	.headLine02 .top::after {
		width: 0.2rem;
		height: 2.3rem;
		top: 0.3rem;
	}
	.headLine02 .line {
		background-size: auto 2.2rem;
		background-position: left bottom 0.3rem;
	}
	.headLine02 .line.fixUnderline {
		display: inline-block;
		line-height: 1.7;
		margin-top: -1rem;
	}
	.headLine02 .btm {
		margin-top: -2rem;
	}
	.headLine02 .talk {
		margin-bottom: 2.9rem;
		padding: 0.2rem 0.5rem 0.5rem;
		font-size: 1.8rem;
		min-width: 20.7rem;
	}
	.headLine02.small {
		font-size: 3.9rem;
	}
	.headLine02 .num {
		font-size: 5.3rem;
	}
	.headLine02 .talk::after {
		width: 1.2rem;
		height: 1.5rem;
		bottom: -0.7rem;
	}
	.headLine02 .talk::before {
		width: 2.2rem;
		height: 1.8rem;
		top: -1.4rem;
		right: -1rem;
	}
}

/* comBg02 */
.comBg02 {
	padding: 16.5rem 0 18.6rem;
	background-color: #fffae3;
}
@media all and (max-width: 767px) {
	.comBg02 {
		padding: 8.7rem 1.5rem 10.9rem;
	}
}


/* comNotes */
.comNotes {
	font-size: 1.1rem;
	line-height: 1.633 !important;
}
@media all and (max-width: 767px) {
	.comNotes {
		font-size: 1rem;
		line-height: 1.52 !important;
	}
}

/* fixBox */
.fixBox {
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 99;
}
.fixBox .innerBox {
	margin: 0 auto;
	max-width: 99rem;
	background-color: #1f2b61;
	border-radius: 2rem 2rem 0 0;
	padding: 1.1rem 0 1.9rem;
}
.fixBox .title {
	color: #fff;
	margin-bottom: 0.7rem;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 700;
}
.fixBox .comBtn {
	margin-top: 0;
}
@media all and (min-width: 768px) {
	.fixBox .comBtn a {
		width: 55rem;
	}
	.fixBox .comBtn .inner {
		height: 5rem;
		font-size: 2.16rem;
		box-shadow: 0 0.4rem 0 #AA4900;
	}
	.fixBox .comBtn .inner::after {
		width: 2.6rem;
		height: 2.6rem;
		right: 2.5rem;
	}
}
@media all and (max-width: 767px) {
	.fixBox .innerBox {
		padding: 0.6rem 0 1.3rem;
		max-width: inherit;
		border-radius: 0;
	}
	.fixBox .comBtn {
		margin-top: 0;
	}
	.fixBox .comBtn .inner {
		font-size: 1.6rem;
		height: 4.2rem;
		box-shadow: 0 0.3rem 0 #AA4900;
	}
	.fixBox .title {
		margin-bottom: 0.4rem;
		font-size: 1.4rem;
	}
}

.fixNumText {
	margin: 0 2px 0 4px;
}