@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 1.9rem;
	}
@media all and (min-width: 768px) {
	.content {
		margin: 0 auto;
		padding: 0 2rem;
		max-width: 90.4rem;
	}
}
/*------------------------------------------------------------
	pageTitle
------------------------------------------------------------*/
.pageTitle {
	margin-bottom: 2.4rem;
	padding: 9.5rem 0 1rem;
	min-height: 54.2rem;
	position: relative;
	text-align: center;
	overflow: hidden;
	background: url(../img/result/page_title_bg01.jpg) no-repeat center center / cover;
	z-index: 1;
}
.pageTitle.r02{
	background: url(../img/result/page_title_bg02.jpg) no-repeat center center / cover;
}
.pageTitle.r03{
	background: url(../img/result/page_title_bg03.jpg) no-repeat center center / cover;
}
.pageTitle.r04{
	background: url(../img/result/page_title_bg04.jpg) no-repeat center center / cover;
}
.pageTitle.r05{
	background: url(../img/result/page_title_bg05.jpg) no-repeat center center / cover;
}
.pageTitle.r06{
	background: url(../img/result/page_title_bg06.jpg) no-repeat center center / cover;
}
.pageTitle.r07{
	background: url(../img/result/page_title_bg07.jpg) no-repeat center center / cover;
}
.pageTitle.r08{
	background: url(../img/result/page_title_bg08.jpg) no-repeat center center / cover;
}
.pageTitle::before {
	width: 100%;
	height: 16rem;
	position: absolute;
	left: 0;
	bottom: -0rem;
	background : linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	content: "";
	z-index: -1;
}
.pageTitle h2 {
	margin-bottom: -0.7rem;
	color: #000;
	font-size: 3.3rem;
	font-weight: 800;
	line-height: 1.4;
	position: relative;
	z-index: 5;
}
.pageTitle h2 .subTtl {
	margin-bottom: 1rem;
	display: block;
	color: #535069;
	font-size: 1.8rem;
	font-weight: 500;
}
.pageTitle h2 small {
	margin-top: 0.1rem;
	display: block;
	font-size: 1.7rem;
	font-weight: 500;
	letter-spacing: 0.02em;
}
.pageTitle.r02 h2 span.color-change{
	color:#940218;
}
.pageTitle.r03 h2 span.color-change{
	color:#1f4da1;
}
.pageTitle.r04 h2 span.color-change{
	color:#cb2864;
}
.pageTitle.r05 h2 span.color-change{
	color:#99580b;
}
.pageTitle.r06 h2 span.color-change{
	color:#51359e;
}
.pageTitle.r07 h2 span.color-change{
	color:#434366;
}
.pageTitle.r08 h2 span.color-change{
	color:#006287;
}
.pageTitle .photo {
	position: relative;
	z-index: 5;
}
.pageTitle .photo img {
	width: 28.6rem;
}
.pageTitle .photo span {
	margin-top: 0.9rem;
	display: block;
	font-size: 1.2rem;
	font-weight: 800;
}
@media all and (min-width: 768px) {
	.pageTitle {
		margin-bottom: 5.1rem;
		padding: 16.9rem 0 1rem;
		min-height: 44.2rem;
		background-image: url(../img/result/page_title_bg01_pc.jpg);
	}
	.pageTitle.r02 {
		background-image: url(../img/result/page_title_bg02_pc.jpg);
	}
	.pageTitle.r03 {
		background-image: url(../img/result/page_title_bg03_pc.jpg);
	}
	.pageTitle.r04 {
		background-image: url(../img/result/page_title_bg04_pc.jpg);
	}
	.pageTitle.r05 {
		background-image: url(../img/result/page_title_bg05_pc.jpg);
	}
	.pageTitle.r06 {
		background-image: url(../img/result/page_title_bg06_pc.jpg);
	}
	.pageTitle.r07 {
		background-image: url(../img/result/page_title_bg07_pc.jpg);
	}
	.pageTitle.r08 {
		background-image: url(../img/result/page_title_bg08_pc.jpg);
	}
	.pageTitle::before {
		display: none;
	}
	.pageTitle .content {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.pageTitle h2 {
		margin-bottom: -0.7rem;
		font-size: 5rem;
		text-align: left;
	}
	.pageTitle h2 .subTtl {
		margin-bottom: 1.4rem;
		font-size: 2.7rem;
	}
	.pageTitle h2 small {
		margin-top: 0;
		font-size: 2.6rem;
	}
	.pageTitle .photo {
		margin: -4.5rem 13.7% 0 0;
		width: 26.3%;
	}
	.pageTitle.r03 .textBox,
	.pageTitle.r08 .textBox {
		margin-left: -7%;
	}
	.pageTitle .photo img {
		width: 100%;
	}
	.pageTitle .photo span {
		display: none;
	}
}
@media all and (min-width: 768px) and (max-width: 1100px) {
	.pageTitle h2 {
		font-size: min(4.8vw,4.6rem);
	}
	.pageTitle h2 .subTtl {
		font-size: min(3vw,2.8rem);
	}
	.pageTitle h2 small {
		font-size: min(2.4vw,23px);
	}
	.pageTitle.r03 .textBox,
	.pageTitle.r08 .textBox {
		margin-left: 0;
	}
}
/*------------------------------------------------------------
	snsBox
------------------------------------------------------------*/
.snsBox {
	margin: 0 -1.8rem 4.6rem;
	padding-bottom: 8.7rem;
	border-bottom: 1px solid #EEEFF1;
}
.snsBox .topTitle {
	margin-bottom: 2.7rem;
	font-size: 2.4rem;
	font-weight: 800;
	text-align: center;
	line-height: 1.43;
}
.snsBox .logo {
	margin: 0 auto 3rem;
	width: 23.2rem;
}
.snsBox .title {
	margin: 0 auto 0.7rem;
	padding: 0 1.8rem;
	width: fit-content;
	font-size: 1.8rem;
	font-weight: 800;
	text-align: center;
	box-sizing: border-box;
	background: url(../img/common/f_icon01.webp) no-repeat left center / 1.1rem,url(../img/common/f_icon02.webp) no-repeat right center / 1.1rem;
}
.snsBox .title .sub {
	font-style: italic;
}
.snsBox .snsList li {
	margin: 0 0.8rem;
	width: 3.5rem;
}
.snsBox .snsList li a {
	display: block;
}
@media all and (min-width: 768px) {
	.snsBox {
		margin-bottom: 5rem;
		padding-bottom: 12.9rem;
	}
	.snsBox .topTitle {
		margin-bottom: 3.1rem;
		font-size: 3rem;
		line-height: 1.5;
	}
	.snsBox .logo {
		margin-bottom: 3.4rem;
		width: 36.7rem;
	}
	.snsBox .title {
		margin: 0 auto 1.1rem;
		padding: 0 2.2rem 0.2rem;
		font-size: 2.3rem;
		background: url(../img/common/f_icon01_pc.webp) no-repeat left center / 1.2rem,url(../img/common/f_icon02_pc.webp) no-repeat right center / 1.2rem;
	}
	.snsBox .snsList li {
		margin: 0 1.4rem;
		width: 4.6rem;
	}
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
dotlottie-player {
	position: absolute;
	top: -10%;
	left: -10%;
	width: 120% !important;
	height: 120% !important;
}
@media all and (min-width: 768px) {
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
@media all and (min-width: 768px) {
}