@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;}
.unbounded {
	font-family: "Unbounded", sans-serif;
}
.lato {
	font-family: "Lato", sans-serif;
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	max-width: 110rem;
	position: relative;
}
@media all and (max-width: 896px) {
	.content {
		margin: 0 2rem;
		max-width: inherit !important;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 8.1rem;
	color: #1E2631;
	font-size: 4.8rem;
	font-weight: 700;
	letter-spacing: 0.192rem;
	line-height: 1.2;
}
.headLine01 .en {
	margin-bottom: 2.4rem;
	width: fit-content;
	display: block;
	font-family: "Unbounded", sans-serif;
	background: linear-gradient(90deg, #60A3EE 0.2%, #8A83E3 49.7%, #D964B9 99.19%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 0.096rem;
}
.headLine01.center {
	text-align: center;
}
.headLine01.center .en {
	margin: 0 auto 2.4rem;
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin-bottom: 4rem;
		font-size: 2.6rem;
	}
	.headLine01 .en {
		margin-bottom: 1rem !important;
		font-size: 1.6rem;
	}
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	margin: 0 auto 4.2rem;
	width: fit-content;
	font-size: 6rem;
	font-weight: 900;
	text-align: center;
	letter-spacing: 0.12rem;
	font-family: "Unbounded", sans-serif;
	background: linear-gradient(90deg, #60A3EE 0%, #B564D9 50%, #D964B9 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
@media all and (max-width: 896px) {
	.headLine02 {
		margin: 0 auto 3rem;
		font-size: 3rem;
	}
}
/*------------------------------------------------------------
	comBtn
------------------------------------------------------------*/
.comBtn {
	width: 36.4rem;
}
.comBtn a {
	padding-bottom: 0.2rem;
	min-height: 8rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	color: #FFF;
	font-size: 2rem;
	font-weight: 700;
	border-radius: 4rem;
	letter-spacing: 0.12rem;
	background: linear-gradient(90deg, #60A3EE 0.2%, #8A83E3 49.7%, #D964B9 99.19%);
}
.comBtn a:hover {
	opacity: 0.7;
}
.comBtn a .sub {
	padding: 0 2rem 0 0;
	display: inline-block;
	background: url(../img/common/icon01.png) no-repeat right center / 1.5rem;
}
@media all and (max-width: 896px) {
	.comBtn {
		margin: 0 auto;
		width: 30rem;
	}
	.comBtn a {
		min-height: 6rem;
		font-size: 1.6rem;
	}
	.comBtn a .sub {
		background: url(../img/common/icon01.png) no-repeat right center / 1.2rem;
	}
}
/*------------------------------------------------------------
	fixBtn
------------------------------------------------------------*/
.fixBtn {
	position: fixed;
	bottom: 2.2rem;
	right: 1.7rem;
	width: 22.7rem;
	z-index: 50;
}
.fixBtn a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	.fixBtn {
		bottom: 1rem;
		right: 1rem;
		width: 12rem;
	}
}
/*------------------------------------------------------------
	comTextList
------------------------------------------------------------*/
.comTextList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 1rem 0;
}
.comTextList li {
	padding: 0.8rem 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: calc((100% - 1rem) / 2);
	background: #FFF;
	border-radius: 0.8rem;
}
.comTextList li .number {
	padding-top: 1.9rem;
	width: 5.6rem;
	border-right: 1px solid #60A3EE;
	font-family: "Unbounded", sans-serif;
	text-align: center;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.2;
}
.comTextList li .number .en {
	margin-bottom: -0.1rem;
	display: block;
	font-size: 0.7rem;
	font-weight: 300;
	background: linear-gradient(90deg, #60A3EE 0.2%, #8A83E3 49.7%, #D964B9 99.19%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.comTextList li .number .sub {
	display: block;
	background: linear-gradient(90deg, #60A3EE 0.2%, #8A83E3 49.7%, #D964B9 99.19%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.comTextList li .textBox {
	padding: 0.9rem 1rem 1.1rem 0;
	width: calc(100% - 7.3rem);
}
.comTextList li .textBox .text {
	margin: 0 0 -0.2rem !important;
	width: fit-content;
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 0.056rem;
	background: linear-gradient(90deg, #60A3EE 0.2%, #8A83E3 49.7%, #D964B9 99.19%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.comTextList li .textBox .title {
	font-weight: 700;
	letter-spacing: 0.064rem;
}
@media all and (max-width: 896px) {
	.comTextList {
		display: block;
	}
	.comTextList li {
		margin-bottom: 1rem;
		padding: 0.8rem 0;
		width: auto;
	}
	.comTextList li:last-child {
		margin-bottom: 0;
	}
	.comTextList li .number {
		padding-top: 1.8rem;
		width: 5.6rem;
		font-size: 1.8rem;
	}
	.comTextList li .textBox .text {
		margin: 0 !important;
		font-size: 1.2rem;
	}
}
/*------------------------------------------------------------
	comFlowBox
------------------------------------------------------------*/
.comFlowBox {
	margin-bottom: 4rem;
	padding: 5.4rem 4rem 4.4rem;
	background: #FFF;
	border-radius: 2.4rem;
	position: relative;
	z-index: 5;
}
.comFlowBox .title {
	margin-bottom: 4.8rem;
	padding: 0.4rem 1rem;
	color: #FFF;
	font-size: 2.4rem;
	font-weight: 700;
	text-align: center;
	border-radius: 2.4rem;
	letter-spacing: 0.096rem;
	background: linear-gradient(90deg, #60A3EE 0.2%, #8A83E3 49.7%, #D964B9 99.19%);
}
.comFlowBox .subInner:not(:last-child) {
	margin-bottom: 7.5rem;
}
.comFlowBox .photoList {
	display: flex;
	flex-wrap: wrap;
	gap: 4rem;
}
.comFlowBox .photoList li {
	position: relative;
	width: calc((100% - 8rem) / 3);
}
.comFlowBox .photoList li .number {
	position: absolute;
	top: -2.3rem;
	left: -2.2rem;
	width: 5.8rem;
	height: 5.8rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	border-radius: 3rem;
	font-size: 2.5rem;
	font-weight: 500;
	font-family: "Unbounded", sans-serif;
	background: linear-gradient(90deg, #60A3EE 0.2%, #8A83E3 49.7%, #D964B9 99.19%);
	color: #FFF;
}
.comFlowBox .photoList li .photo {
	margin-bottom: 1.7rem;
}
.comFlowBox .photoList li .en {
	margin-bottom: 1.3rem;
	padding-bottom: 0.1rem;
	font-family: "Unbounded", sans-serif;
	font-size: 1.4rem;
	font-weight: 500;
	background: url(../img/common/line05.png) no-repeat left bottom / 100%;
}
.comFlowBox .photoList li .en .enSub,
.comFlowBox .photoList li .en .sub {
	background: linear-gradient(90deg, #60A3EE 0.2%, #8A83E3 49.7%, #D964B9 99.19%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.comFlowBox .photoList li .en .sub {
	margin-left: 0.3rem;
	font-size: 2rem;
}
.comFlowBox .photoList li .innerTitle {
	margin-bottom: 0.5rem;
	color: #1E2631;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 0.096rem;
}
.comFlowBox .photoList li .innerText {
	letter-spacing: 0.064rem;
}
@media all and (max-width: 896px) {
	.comFlowBox {
		margin-bottom: 4rem;
		padding: 4rem 2rem;
		border-radius: 1.2rem;
	}
	.comFlowBox .title {
		margin-bottom: 3rem;
		padding: 0.4rem 1rem;
		font-size: 1.4rem;
	}
	.comFlowBox .subInner:not(:last-child) {
		margin-bottom: 4rem;
	}
	.comFlowBox .photoList {
		display: block;
	}
	.comFlowBox .photoList li {
		margin-bottom: 3rem;
		position: relative;
		width: auto;
	}
	.comFlowBox .photoList li:last-child {
		margin-bottom: 0;
	}
	.comFlowBox .photoList li .number {
		top: -1rem;
		left: -1rem;
		width: 4rem;
		height: 4rem;
		font-size: 1.6rem;
	}
	.comFlowBox .photoList li .photo {
		margin-bottom: 1rem;
	}
	.comFlowBox .photoList li .photo img {
		width: 100%;
	}
	.comFlowBox .photoList li .en {
		margin-bottom: 1rem;
		padding-bottom: 0.4rem;
		font-size: 1.2rem;
	}
	.comFlowBox .photoList li .en .sub {
		font-size: 1.6rem;
		vertical-align: -0.2rem;
	}
	.comFlowBox .photoList li .innerTitle {
		margin-bottom: 0.5rem;
		font-size: 1.8rem;
	}
}
/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
.comLink {
	margin: 0 auto;
	width: 73.4rem;
}
.comLink a {
	min-height: 11.3rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	border-radius: 9rem;
	color: #FFF;
	font-size: 4rem;
	font-weight: 700;
	letter-spacing: 0.16rem;
	text-align: center;
	background: linear-gradient(90deg, #60A3EE 0%, #B564D9 50%, #D964B9 100%);
	box-shadow: 0 0.4rem 0.4rem 0 rgba(0, 0, 0, 0.25);
}
.comLink a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	.comLink {
		width: auto;
		max-width: 33.5rem;
	}
	.comLink a {
		min-height: 5rem;
		font-size: 1.8rem;
	}
}
/*------------------------------------------------------------
	comDlBox
------------------------------------------------------------*/
.comDlBox .faqDl:not(:last-child) {
	margin-bottom: 1.6rem;
}
.comDlBox .faqDl dt {
	padding: 2.2rem 4rem 2.2rem 6.3rem;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: 0.08rem;
	border-radius: 1rem;
	cursor: pointer;
	background: url(../img/common/icon05.png) no-repeat left 2.3rem top 2.7rem / 2.6rem,url(../img/common/icon07.png) no-repeat right 2rem center / 1.8rem;
	background-color: #FFF;
}
.comDlBox .faqDl dt.on {
	background: url(../img/common/icon05.png) no-repeat left 2.3rem top 2.7rem / 2.6rem,url(../img/common/icon07_on.png) no-repeat right 2rem center / 1.8rem;
	background-color: #FFF;
}
.comDlBox .faqDl dd {
	display: none;
	padding: 2rem 2rem 2.4rem 6.3rem;
	line-height: 1.7;
	letter-spacing: 0.064rem;
	background: url(../img/common/icon06.png) no-repeat left 2.3rem top 2rem / 2.6rem;
}
@media all and (max-width: 896px) {
	.comDlBox .faqDl dt {
		padding: 1.5rem 3rem 1.5rem 4rem;
		font-size: 1.4rem;
		background: url(../img/common/icon05.png) no-repeat left 1rem top 1.8rem / 2rem,url(../img/common/icon07.png) no-repeat right 1rem center / 1.5rem;
		background-color: #FFF;
	}
	.comDlBox .faqDl dt.on {
		background: url(../img/common/icon05.png) no-repeat left 1rem top 1.8rem / 2rem,url(../img/common/icon07_on.png) no-repeat right 1rem center / 1.5rem;
		background-color: #FFF;
	}
	.comDlBox .faqDl dd {
		padding: 1.5rem 2rem 1.5rem 4rem;
		background: url(../img/common/icon06.png) no-repeat left 1rem top 1.8rem / 2rem;
	}
}
/*------------------------------------------------------------
	comCtaBox
------------------------------------------------------------*/
.comCtaBox {
	padding: 6.4rem 0 0;
	position: relative;
	z-index: 5;
	background: linear-gradient(90deg, #60A3EE 0%, #B564D9 50%, #D964B9 100%);
}
.comCtaBox .inner {
	margin: 0 auto;
	padding: 0 2rem;
	max-width: 130rem;
	box-sizing: content-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.comCtaBox .inner .textBox {
	padding: 7.1rem 0 4rem;
	width: calc(50% + 13.6rem);
}
.comCtaBox .inner .textBox .logo {
	margin-bottom: 1.2rem;
	width: 36rem;
}
.comCtaBox .inner .textBox .text {
	margin-bottom: 3.1rem;
	color: #FFF;
	font-size: 4rem;
	font-weight: 900;
	line-height: 1.7;
	letter-spacing: 0.16rem;
}
.comCtaBox .inner .textBox .comBtn {
	width: 34rem;
}
.comCtaBox .inner .textBox .comBtn a {
	padding-bottom: 0.4rem;
	background: #FFF;
	color: #D964B9;
	font-size: 2.8rem;
}
.comCtaBox .inner .textBox .comBtn a .sub {
	letter-spacing: 0.168rem;
	background: url(../img/common/icon08.png) no-repeat right top calc(50% + 0.5rem) / 1.6rem;
}
.comCtaBox .inner .photoBox {
	width: calc(50% - 13.6rem);
}
.comCtaBox .inner .photoBox .photo {
	margin: 0 5.8rem 0 auto;
	max-width: 22.5rem;
}
@media all and (max-width: 896px) {
	.comCtaBox {
		padding: 5rem 0 2rem;
	}
	.comCtaBox .inner {
		margin: 0;
		padding: 0 2rem;
		max-width: inherit;
		display: block;
	}
	.comCtaBox .inner .textBox {
		padding: 0;
		width: auto;
	}
	.comCtaBox .inner .textBox .logo {
		margin: 0 auto 2.2rem;
		width: 18rem;
	}
	.comCtaBox .inner .textBox .text {
		margin-bottom: 3.1rem;
		font-size: 2rem;
		text-align: center;
	}
	.comCtaBox .inner .textBox .comBtn {
		margin: 0 auto;
		width: auto;
		max-width: 33.5rem;
	}
	.comCtaBox .inner .textBox .comBtn a {
		font-size: 2rem;
	}
	.comCtaBox .inner .textBox .comBtn a .sub {
		background: url(../img/common/icon08.png) no-repeat right top calc(50% + 0.1rem) / 1.6rem;
	}
	.comCtaBox .inner .photoBox {
		width: auto;
	}
	.comCtaBox .inner .photoBox .photo {
		margin: 0 auto 3rem;
		max-width: 11.2rem;
	}
}
/*------------------------------------------------------------
	comPopBox
------------------------------------------------------------*/
.mfp-bg {
	background: rgba(0,0,0,0.5);
	opacity: 1;
}
.mfp-wrap {
	height: auto;
	min-height: 100%;
}
.mfp-content {
	padding: 8rem 0;
}
.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
} 
.comPopBox {
	margin: 0 auto;
	padding: 2rem 0 1.8rem;
	max-width: 50rem;
	width: 100%;
	background: #FFF;
	border-radius: 1rem;
	position: relative;
}
.comPopBox .popup-modal-close {
	position: absolute;
	top: -1.2rem;
	right: -1.2rem;
	width: 2.5rem;
	height: 2.5rem;
	background: url(../img/common/icon09.png) no-repeat left top / 100%;
	cursor: pointer;
}
.comPopBox .linkUl {
	gap: 1.5rem;
}
.comPopBox .linkUl li a {
	display: block;
	height: 7.2rem;
}
.comPopBox .linkUl li a:hover {
	opacity: 0.7;
}
.comPopBox .linkUl li img {
	height: 100%;
}
@media all and (min-width: 897px) {
	.comPopBox .popup-modal-close:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.mfp-container {
		padding: 0 1.5rem;
	}
	.comPopBox {
		padding: 1.5rem 0;
		max-width: 34.5rem;
	}
	.comPopBox .popup-modal-close {
		right: -0.6rem;
	}
	.comPopBox .linkUl li a {
		height: 5rem;
	}
}