@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-LSM */
/* 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: 96.6rem;
	position: relative;
	z-index: 5;
}
.content.style01 {
	max-width: 100rem;
}
@media all and (max-width: 896px) {
	.content {
		margin: 0 2rem;
		max-width: inherit !important;
	}
}

/*------------------------------------------------------------
	comCtaBox
------------------------------------------------------------*/
.comCtaBox {
	position: relative;
	z-index: 5;
}
.comCtaBox .innText {
	margin-bottom: 4rem;
	color: #202861;
	font-size: 2.4rem;
	font-weight: 500;
	text-align: center;
	font-family: "Noto Serif JP", serif;
}
.comCtaBox .innText .comBgText {
	background: linear-gradient(to bottom, transparent calc(100% - 1.5rem), #F1E8CE calc(100% - 1.5rem), #F1E8CE 100%);
}
.comCtaBox .innText .comBgText {
	font-weight: 700;
}
.comCtaBox .innText02 {
	margin-bottom: 3rem;
	color: #202861;
	font-size: 3.2rem;
	font-weight: 700;
	text-align: center;
	font-family: "Noto Serif JP", serif;
}
.comCtaBox .innText02.mb01 {
	margin-bottom: 2.2rem;
}
.comCtaBox .textBox {
	padding: 0.5rem;
	background: url(../img/common/cta_bg01.png) left top / 0.4rem;
}
.comCtaBox .textBox .txtImg {
	margin: -1.9rem auto -1.3rem;
	padding-left: 2.5rem;
	max-width: 102.3rem;
	box-sizing: content-box;
	position: relative;
	z-index: 8;
}
.comCtaBox .ctaBox {
	padding-bottom: 1.3rem;
	position: relative;
	background-color: #202861;
	box-shadow: 0.4rem 0.4rem 0.8rem rgba(0, 0, 0, 0.2);
	z-index: 5;
}
.comCtaBox .ctaBox::before {
	position: absolute;
	top: 2rem;
	bottom: 3.7rem;
	width: 100%;
	left: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	content: '';
}
.comCtaBox .ctaBox::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/common/com_cta_bg01.png) no-repeat left bottom / 43.6rem, url(../img/common/com_cta_bg02.png) no-repeat right top / 43.6rem;
	content: '';
	mix-blend-mode: multiply;
}
.comCtaBox .ctaBox .titleImg {
	position: absolute;
	top: 0;
	left: 0;
	width: 14.9rem;
}
.comCtaBox .ctaBox .text {
	margin-bottom: 1.7rem;
	padding: 4.1rem 0 0 17.3rem;
	color: #FFF;
	font-size: 2.8rem;
	font-weight: 500;
	letter-spacing: 0;
	text-align: center;
	font-family: "Noto Serif JP", serif;
}
.comCtaBox .ctaBox .linkList {
	margin-bottom: 2.7rem;
	padding-left: 17.3rem;
	display: flex;
	flex-wrap: wrap;
	gap: 1.1rem;
}
.comCtaBox .ctaBox .linkList li {
	width: 29.6rem;
}
.comCtaBox .ctaBox .linkList li.li02 {
	width: 47.2rem;
	order: 2;
}
.comCtaBox .ctaBox .linkList li a {
	padding: 1rem;
	height: 7.4rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	font-size: 2rem;
	font-weight: 600;
	text-align: center;
	box-sizing: border-box;
	border: 0.4rem solid #FFF;
	background: #FFF url(../img/common/cta_icon01.png) no-repeat right 2.2rem center / 0.9rem;
	border-radius: 1.4rem;
}
.comCtaBox .ctaBox .linkList li a:hover {
	opacity: 0.7;
}
.comCtaBox .ctaBox .linkList li.li02 a {
	color: #FFF;
	font-size: 2.4rem;
	border-color: #D6C8A8;
	background: url(../img/common/cta_icon02.png) no-repeat right 2.1rem center / 0.9rem,linear-gradient(0deg, rgba(172, 121, 0, 1) 0%, rgba(199, 151, 12, 1) 100%);
}
.comCtaBox .ctaBox .smlText {
	margin-right: 1.8rem;
	color: #FFF;
	font-size: 1.2rem;
	text-align: right;
}
@media all and (max-width: 896px) {
	.comCtaBox .content {
		margin: 0;
	}
	.comCtaBox .innText {
		margin: 0 2rem 2rem;
		font-size: 1.8rem;
	}
	.comCtaBox .innText .comBgText {
		background: linear-gradient(to bottom, transparent calc(100% - 1rem), #F1E8CE calc(100% - 1rem), #F1E8CE 100%);
	}
	.comCtaBox .innText02 {
		margin: 0 2rem 2rem;
		font-size: 2.2rem;
	}
	.comCtaBox .textBox {
		padding: 0.7rem 0.7rem 0.3rem;
		background: url(../img/index/main_bg01_sp.png) no-repeat left top / 100%;
	}
	.comCtaBox .textBox .txtImg {
		margin: 0 auto;
		padding-left: 0;
		max-width: 33.4rem;
	}
	.comCtaBox .ctaBox {
		padding-bottom: 1.9rem;
	}
	.comCtaBox .ctaBox::before {
		display: none;
	}
	.comCtaBox .ctaBox::after {
		background: url(../img/common/com_cta_bg01_sp.png) no-repeat right top / 21.8rem;
	}
	.comCtaBox .ctaBox .titleImg {
		left: 0.6rem;
		width: 7.4rem;
	}
	.comCtaBox .ctaBox .text {
		margin-bottom: 2.2rem;
		padding: 1.5rem 0 0 9.4rem;
		font-size: 1.8rem;
		text-align: left;
	}
	.comCtaBox .ctaBox .text .sub {
		font-size: 1.6rem;
	}
	.comCtaBox .ctaBox .linkList {
		margin-bottom: 1.6rem;
		padding: 0 2.5rem;
		display: block;
	}
	.comCtaBox .ctaBox .linkList li {
		margin: 0 auto 1.6rem;
		width: auto !important;
		max-width: 32.5rem;
	}
	.comCtaBox .ctaBox .linkList li:last-child {
		margin-bottom: 0;
	}
	.comCtaBox .ctaBox .linkList li a {
		padding: 0.6rem;
		height: 5.7rem;
		font-size: 1.5rem !important;
		border: 0.3rem solid #FFF;
		background: #FFF url(../img/common/cta_icon01_sp.png) no-repeat right 0.9rem center / 0.6rem;
		border-radius: 0.9rem;
	}
	.comCtaBox .ctaBox .linkList li.li02 a {
		font-size: 1.7rem !important;
		background: url(../img/common/cta_icon02_sp.png) no-repeat right 1rem center / 0.7rem,linear-gradient(0deg, rgba(172, 121, 0, 1) 0%, rgba(199, 151, 12, 1) 100%);
	}
	.comCtaBox .ctaBox .smlText {
		margin-right: 0;
		text-align: center;
	}
}
/*------------------------------------------------------------
	comBgText
------------------------------------------------------------*/
.comBgText {
	background: linear-gradient(to bottom, transparent calc(100% - 2.2rem), #F1E8CE calc(100% - 2.2rem), #F1E8CE 100%);
	background-size: 100% 1.5em;
}
@media all and (max-width: 896px) {
	.comBgText {
		background: linear-gradient(to bottom, transparent calc(100% - 1.2rem), #F1E8CE calc(100% - 1.2rem), #F1E8CE 100%);
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 4.4rem;
	padding-bottom: 3.3rem;
	text-align: center;
	font-size: 3.2rem;
	font-weight: 600;
	font-family: "Noto Serif JP", serif;
	border-bottom: 0.2rem solid #22529B;
	line-height: 1.53;
}
.headLine01.style01 {
	margin-bottom: 5.6rem;
	padding-bottom: 1.8rem;
	font-weight: 500;
}
.headLine01 .big {
	color: #202861;
	font-size: 3.6rem;
	font-weight: 700;
}
.headLine01 .col {
	color: #202861;
	font-weight: 700;
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin-bottom: 3rem;
		padding-bottom: 1.5rem;
		font-size: 2.2rem;
	}
	.headLine01.style01 {
		margin-bottom: 4rem;
		padding-bottom: 1rem;
	}
	.headLine01 .big {
		font-size: 2.6rem;
	}
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	margin-bottom: 5.2rem;
	color: #202861;
	font-size: 3.6rem;
	text-align: center;
	letter-spacing: 0.02em;
	font-weight: 600;
	font-family: "Noto Serif JP", serif;
}
@media all and (max-width: 896px) {
	.headLine02 {
		margin-bottom: 4rem;
		font-size: 2.2rem;
	}
}
/*------------------------------------------------------------
	comPhotoBox
------------------------------------------------------------*/
.comPhotoBox {
	margin-bottom: 10.4rem;
}
.comPhotoBox .title {
	margin-bottom: 10.5rem !important;
}
.comPhotoBox .photoList {
	gap: 3.9rem;
}
.comPhotoBox .photoList li {
	width: 30.7rem;
	position: relative;
}
.comPhotoBox .photoList li .num {
	position: absolute;
	top: -6.7rem;
	left: -0.7rem;
	width: 9.5rem;
}
.comPhotoBox .photoList li .pho {
	margin-bottom: 2.1rem;
	box-shadow: 0.4rem 0.4rem 0.8rem rgba(62, 39, 35, 0.1);
}
.comPhotoBox .photoList li .ttl {
	margin: 0 -1rem 1.4rem;
	color: #22529B;
	font-size: 2.4rem;
	font-weight: 600;
	text-align: center;
	font-family: "Noto Serif JP", serif;
	line-height: 1.25;
	letter-spacing: 0.04em;
}
.comPhotoBox .photoList li .txt {
	line-height: 1.8;
}
@media all and (max-width: 896px) {
.comPhotoBox {
	margin-bottom: 5rem;
}
	.comPhotoBox .title {
		margin-bottom: 5rem !important;
	}
	.comPhotoBox .photoList {
		display: block;
	}
	.comPhotoBox .photoList li {
		margin-bottom: 4rem;
		width: auto;
	}
	.comPhotoBox .photoList li:last-child {
		margin-bottom: 0;
	}
	.comPhotoBox .photoList li .num {
		top: -2.7rem;
		left: 0;
		width: 5.8rem;
	}
	.comPhotoBox .photoList li .pho img {
		width: 100%;
	}
	.comPhotoBox .photoList li .ttl {
		margin: 0 0 1.4rem;
		font-size: 1.8rem;
	}
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.scroll-hint-icon {
	padding: 1.5rem 0.5rem 0.9rem 0.5rem;
	width: 8rem;
	top: calc(50% - 29px);
    left: calc(50% - 15px);
	background-color: rgba(51, 51, 51, 0.5);
	border-radius: 1rem;
}
.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
	opacity: 1 !important;
}
.scroll-hint-icon:before {
	width: 2.5rem;
	height: 3.1rem;
	background-image: url(../img/common/icon11.png);
}
.scroll-hint-icon:after {
	width: 6.1rem;
	height: 1rem;
	top: 16px;
    margin-left: -31px;
	background-image: url(../img/common/icon10.png);
	background-size: 100%;
}
.scroll-hint-text {
	margin-top: 0.4rem;
	font-size: 0.8rem;
	font-weight: 600;
}
.errorMsg {
	color: #F00000;
	margin-bottom: 2rem;
}
@media all and (max-width: 896px) {
}
