@charset "utf-8";
/* CSS Document */

/*==============================*/
/* Title */
/*==============================*/
.partnerTitle{
	position: relative;
	margin-bottom: 40px;
	color: #000;
	font-size: 42px;
	font-weight: 700;
	line-height: 1.3em;
	z-index: 99;
}
.partnerTitle span{
	display: block;
	margin-bottom: 4px;
	color: #3555BF;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.414em;
}

.partnerTitle::before{
	font-size: 104px;
	font-weight: 300;
}

/*-- メリービズとは -- */
#about .partnerTitle::before{
	position: absolute; top: -28px; left: 0;
	content: "About";
	color: #fff;
	z-index: -1;
}

/*-- プログラム -- */
#program .partnerTitle::before{
	position: absolute; top: -56px; left: 0;
	content: "Program";
	color: #EBF7FA;
	z-index: -1;
}

/*-- メリット -- */
#merit .partnerTitle{ text-align: center;}
#merit .partnerTitle::before{
	position: absolute; top: 8px; left: 0;
	content: "Merrit";
	color: #fff;
	z-index: -1;
}

/*-- 課題 -- */
#solution .partnerTitle{ text-align: center;}
#solution .partnerTitle::before{
	position: absolute; top: 12px; left: 0;
	content: "Solution";
	color: #EBF7FA;
	z-index: -1;
}

/*-- パートナーの声 -- */
#voice .partnerTitle{ text-align: center;}
#voice .partnerTitle::before{
	content: "Partner Voice";
	color: #fff;
	z-index: -1;
}

/*-- 流れ -- */
#flow .partnerTitle{ text-align: center;}
#flow .partnerTitle::before{
	position: absolute; top: -16px; left: 0;
	content: "Flow";
	color: #EBF7FA;
	z-index: -1;
}

/*-- お問い合わせ -- */
#contact .partnerTitle{ text-align: center;}

	/* ======= TB =======*/
	@media screen and (min-width: 768px) and (max-width: 1024px) {
		.partnerTitle{
			margin-bottom: 32px;
			font-size: 38px;
			font-weight: 700;
		}
		.partnerTitle span{
			margin-bottom: 4px;
			font-size: 22px;
		}
		.partnerTitle::before{
			font-size: 88px;
		}
	}

	/* ======= SP以上 =======*/
	@media (min-width: 768px) {
		/*-- パートナーの声 -- */
		#voice .partnerTitle::before{ position: absolute; top: -16px; right: 0;}
	}
	/* ======= SP =======*/
	@media (max-width: 767px) {
		.partnerTitle{
			margin-bottom: 32px;
			font-size: 28px;
		}
		.partnerTitle span{
			margin-bottom: 4px;
			font-size: 20px;
		}
		.partnerTitle::before{ font-size: 44px;}
		
		/*-- メリービズとは -- */
		#about .partnerTitle::before{
			position: absolute; top: -20px; left: 0;
			content: "About";
		}

		/*-- プログラム -- */
		#program .partnerTitle::before{
			position: absolute; top: -56px; left: 0;
			content: "Program";
		}

		/*-- メリット -- */
		#merit .partnerTitle{ text-align: left;}
		#merit .partnerTitle::before{
			position: absolute; top: -20px; left: 0;
			content: "Merrit";
		}

		/*-- 課題 -- */
		#solution .partnerTitle{ text-align: left;}
		#solution .partnerTitle::before{
			position: absolute; top: -32px; left: 0;
			content: "Solution";
		}

		/*-- パートナーの声 -- */
		#voice .partnerTitle{ text-align: left;}
		#voice .partnerTitle::before{ position: absolute; top: -24px; left: 0;}

		/*-- 流れ -- */
		#flow .partnerTitle{ text-align: left;}
		#flow .partnerTitle::before{ position: absolute; top: -28px; left: 0;}

		/*-- お問い合わせ -- */
		#contact .partnerTitle{ text-align: left;}
	}


/*==============================*/
/* Btn */
/*==============================*/
.partnerBtn{ text-align: center;}
.partnerBtn a{
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 60px 14px 56px;
	border-radius: 200px;
	box-sizing: border-box;
	background: #00ABDC;
	color: #fff;
	font-size: 24px;
	font-weight: 600;
}
.partnerBtn a::after{
	position: absolute; top: 50%; right: 24px;
	content: "";
	width: 12px;
	height: 12px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: -6px;
}
.partnerBtn a:hover{ background: #0880A3;}

	/* ======= TB =======*/
	@media screen and (min-width: 768px) and (max-width: 1024px) {
	}
	/* ======= SP =======*/
	@media (max-width: 767px) {
		.partnerBtn{ display: none;}
	}


/*==============================*/
/* Visual */
/*==============================*/
div.partnerVisual{
	display: flex;
	padding-top: 144px;
	padding-bottom: 144px;
	gap: 28px;
	background: url("/common/img/partner-program/bg-mainvisual-pc.svg")no-repeat;
	background-size: 100%;
}
	/* ======= TB =======*/
	@media screen and (min-width: 768px) and (max-width: 1024px) {
	}
	/* ======= SP =======*/
	@media (max-width: 767px) {
		div.partnerVisual{
			flex-direction: column;
			padding-top: 120px;
			padding-bottom: 64px;
			gap: 20px;
			background: url("/common/img/partner-program/bg-mainvisual-sp.svg")no-repeat;
			background-size: 100%;
		}
	}

/*---------------------------------
   コンテンツ
---------------------------------*/
div.partnerVisual div{
	width: 616px;
}
	 /* ======= TB =======*/
	@media screen and (min-width: 768px) and (max-width: 1024px) {
		div.partnerVisual div{
			width: 440px;
		}
	}
	/* ======= SP =======*/
	@media (max-width: 767px) {
		
	}

/*-- 
------------------------- */
div.partnerVisual div h1{
	position: relative;
	margin-bottom: 36px;
	color: #000;
	font-size: 44px;
	font-weight: 700;
	line-height: 1.414em;
	z-index: 99;
}
div.partnerVisual div h1 span{
	display: block;
	margin-bottom: 10px;
	color: #3555BF;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.414em;
}
div.partnerVisual div h1::before{
	position: absolute; top: -40px; left: 0;
	content: "MerryBiz Partner Program";
	color: #EBF7FA;
	font-size: 46px;
	font-weight: 300;
	z-index: -1;
}
	/* ======= TB =======*/
	@media screen and (min-width: 768px) and (max-width: 1024px) {
		div.partnerVisual div h1{
			margin-bottom: 32px;
			font-size: 36px;
		}
		div.partnerVisual div h1 span{
			margin-bottom: 10px;
			font-size: 24px;
		}
	}
	/* ======= SP =======*/
	@media (max-width: 767px) {
		div.partnerVisual div{
			width: 100%;
		}
		div.partnerVisual div h1{
			margin-bottom: 28px;
			font-size: 32px;
			line-height: 1.3em;
		}
		div.partnerVisual div h1 span{
			margin-bottom: 12px;
			font-size: 24px;
			line-height: 1.3em;
		}
		div.partnerVisual div h1::before{
			position: absolute; top: -56px; left: 0;
			white-space: pre;
			content: "MerryBiz \APartner Program";
			font-size: clamp(36px, 11vw, 56px);
			line-height: 1.1em;
		}
	}

/*-- 
------------------------- */
div.partnerVisual  p.visualBtn a{
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 60px 12px 56px;
	border-radius: 200px;
	box-sizing: border-box;
	background: #00ABDC;
	color: #fff;
	font-size: 24px;
	font-weight: 600;
}
div.partnerVisual  p.visualBtn a::after{
	position: absolute; top: 50%; right: 24px;
	content: "";
	width: 12px;
	height: 12px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: -6px;
}
div.partnerVisual  p.visualBtn a:hover{ background: #0880A3;}

	 /* ======= TB =======*/
	@media screen and (min-width: 768px) and (max-width: 1024px) {
		div.partnerVisual  p.visualBtn a{
			position: relative;
			padding: 10px 60px 12px 48px;
			font-size: 20px;
		}
	}
	/* ======= SP =======*/
	@media (max-width: 767px) {
		div.partnerVisual  p.visualBtn{ display: none;}
	}


/*---------------------------------
   画像
---------------------------------*/
div.partnerVisual figure{
	flex: 1;
}
	/* ======= TB =======*/
	@media screen and (min-width: 768px) and (max-width: 1024px) {
	}
	/* ======= SP =======*/
	@media (max-width: 767px) {
	}



/*==============================*/
/* 実績ロゴ */
/*==============================*/
.marquee {
  overflow: hidden;
  width: 100%;
}

.marquee__track {
  display: flex;
  width: max-content;
  animation: marquee 60s linear infinite;
}

.marquee__track img {
  display: block;
  height: 160px;          /* 好きな高さに */
  width: auto;
  flex-shrink: 0;
}

/* “2枚分のうち1枚分”を移動する */
@keyframes marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* ユーザーが「動き苦手」設定なら止める */
@media (prefers-reduced-motion: reduce) {
  .marquee__track { animation: none; }
}

/* ======= SP =======*/
@media (max-width: 767px) {
	.marquee__track img {
	  height: 96px;          /* 好きな高さに */
	}
}




/*==============================*/
/* メリービズとは？ */
/*==============================*/
section.partnerAbout-wrap{
	position: relative;
	padding-top: 120px;
}
section.partnerAbout-wrap::before{
	position: absolute; top: 0; left: 0;
	content: "";
	width: min(80%, 1360px);
	height: 480px;
	background: #EBF7FA;
	z-index: -1;
}
section.partnerAbout-wrap::after{
	content: "";
	width: 184px;
	aspect-ratio: 97/96;
	background: url("/common/img/partner-program/bg-about.svg") no-repeat;
	background-size: contain;
}
	
	/* ======= TB =======*/
	@media screen and (min-width: 768px) and (max-width: 1024px) {
	}
	/* ======= SP以上 =======*/
	@media (min-width: 768px) {
		section.partnerAbout-wrap::after{
			position: absolute; top: -20px; left: min(80%,1360px);
			transform: translateX(-30%);
		}
	}
	/* ======= SP =======*/
	@media (max-width: 767px) {
		section.partnerAbout-wrap{
			padding-top: 96px;
			padding-bottom: 72px;
		}
		section.partnerAbout-wrap::before{
			position: absolute; top: 0; left: 0;
			width: 100%;
			height: 100%;
		}
		section.partnerAbout-wrap::after{
			position: absolute; top: -20px; right: 20px;
			width: 120px;
		}
	}


/*---------------------------------
   コンテンツ
---------------------------------*/
div.partnerAbout{
	display: flex;
	flex-wrap: wrap;
	gap: 48px;
	counter-reset: case;
	width: min(920px,100%);
	margin-left: auto;
}

div.partnerAbout dl{
	position: relative;
	width: calc(calc(100% - 48px * 1) / 2);
	padding: 40px 32px 36px 32px;
	background: #fff;
	box-shadow: 1px 2px 12px 0px rgba(153,153,153,0.3);
	border-radius: 12px;
}
div.partnerAbout dl dt{
	margin-bottom: 28px;
	padding-right: 20px;
	text-align: center;
}
div.partnerAbout dl dd{
	font-size: 15px;
	line-height: 1.68em;
}
	/* ======= TB =======*/
	@media screen and (min-width: 768px) and (max-width: 1024px) {
		div.partnerAbout{ gap: 32px;}
		div.partnerAbout dl{ width: calc(calc(100% - 32px * 1) / 2);}
	}
	/* ======= SP =======*/
	@media (max-width: 767px) {
		div.partnerAbout{
			flex-direction: column;
			gap: 20px;
		}

		div.partnerAbout dl{
			width: 100%;
			padding: 48px 32px 32px 32px;
		}
		div.partnerAbout dl dt{
			margin-bottom: 20px;
		}
		div.partnerAbout dl dd{
			font-size: 15px;
		}
	}



/*==============================*/
/* パートナープログラム */
/*==============================*/
div.partnerProgram{
	display: flex;
	gap: 40px;
}

div.partnerProgram div {
	width: 496px;
	padding-top: 80px;
}
div.partnerProgram figure {
	flex: 1;
}
	/* ======= TB =======*/
	@media screen and (min-width: 768px) and (max-width: 1024px) {
		div.partnerProgram{
			gap: 32px;
		}
		div.partnerProgram div {
			width: 400px;
			padding-top: 64px;
		}
	}
	/* ======= SP =======*/
	@media (max-width: 767px) {
		div.partnerProgram{
			flex-direction: column;
			gap: 40px;
		}

		div.partnerProgram div {
			width: 100%;
			padding-top: 0px;
		}
	}

/*==============================*/
/* メリット */
/*==============================*/
section.partnerMerit-wrap{
	position: relative;
	padding-top: 96px;
	padding-bottom: 80px;
	background: #EBF7FA;
}
section.partnerMerit-wrap::before{
	content: "";
	width: 361px;
	aspect-ratio: 722/424;
	background: url("/common/img/partner-program/tmb-merit.png") no-repeat;
	background-size: contain;
}
section.partnerMerit-wrap::after{
	content: "";
	width: 120px;
	aspect-ratio: 82/83;
	background: url("/common/img/partner-program/bg-merit.svg") no-repeat;
	background-size: contain;
}

	/* ======= SP以上 =======*/
	@media (min-width: 768px) {
		section.partnerMerit-wrap::before{
			position: absolute; top: 20px; right: calc( calc( 100% - 1120px ) / 2 );
		}
		section.partnerMerit-wrap::after{
			position: absolute; top: -64px; left: calc(calc( calc( 100% - 1120px ) / 2 ) + 80px);
		}
	}
	/* ======= TB：個別設定 =======*/
	@media screen and (min-width: 1024px) and (max-width: 1120px) {
		section.partnerMerit-wrap::before{
			position: absolute; top: 20px; right: 0px;
		}
		section.partnerMerit-wrap::after{
			position: absolute; top: -64px; left: 80px;
		}
	}
	/* ======= TB =======*/
	@media screen and (min-width: 768px) and (max-width: 1025px) {
		section.partnerMerit-wrap::before{
			position: absolute; top: 64px; right: 20px;
			width: 256px;
		}
		section.partnerMerit-wrap::after{
			position: absolute; top: -64px; left: 72px;
		}
	}
	/* ======= SP =======*/
	@media (max-width: 767px) {
		section.partnerMerit-wrap{
			padding-top: 80px;
			padding-bottom: 200px;
		}
		section.partnerMerit-wrap::before{
			position: absolute; bottom: 0; right: 50%;
			width: 320px;
			margin-right: -156px;
		}
		section.partnerMerit-wrap::after{
			position: absolute; top: -40px; right: 24px;
			width: 96px;
		}
	} 
	/* ======= SP：個別設定 =======*/
	@media (max-width: 320px) {
		section.partnerMerit-wrap::before{
			width: 240px;
			margin-right: -120px;
		}
	}


/*---------------------------------
   コンテンツ
---------------------------------*/
div.partnerMerit{
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	counter-reset: case;
}
div.partnerMerit dl{
	position: relative;
	width: calc(calc(100% - 30px * 2) / 3);
	padding: 44px 20px 24px 20px;
	background: #fff;
	box-shadow: 1px 2px 12px 0px rgba(153,153,153,0.3);
	border-radius: 12px;
}
div.partnerMerit dl:nth-child(6){ padding: 56px 20px 24px 20px;}

div.partnerMerit dl::before{
	position: absolute; top: 14px; left: 14px;
	counter-increment: case;
	content: "0"counter(case) ;
	font-weight: bold;
	font-size: 24px;
	color: #3555BF;
}

div.partnerMerit dl dt{
	margin-bottom: 16px;
	color: #000;
	font-size: 22px;
	text-align: center;
	font-weight: 700;
	line-height: 1.414em;
}
div.partnerMerit dl dd{
	font-size: 15px;
	text-align: center;
	line-height: 1.414em;
}

	/* ======= TB =======*/
	@media screen and (min-width: 768px) and (max-width: 1024px) {
		div.partnerMerit{
			gap: 20px;
		}
		div.partnerMerit dl{
			width: calc(calc(100% - 20px * 1) / 2);
			padding: 42px 20px 32px 20px;
		}
		div.partnerMerit dl:nth-child(6){ padding: 46px 20px 32px 20px;}
	}
	/* ======= SP =======*/
	@media (max-width: 767px) {
		div.partnerMerit{
			flex-direction: column;
			gap: 12px;
		}
		div.partnerMerit dl{
			width: 100%;
			padding: 42px 20px 32px 20px;
		}
		div.partnerMerit dl:nth-child(6){
			padding: 42px 20px 32px 20px;
		}

		div.partnerMerit dl dt{
			margin-bottom: 14px;
			font-size: 19px;
		}
		div.partnerMerit dl dd{ font-size: 14px;}

	}



/*==============================*/
/* 課題 */
/*==============================*/
section.partnerSolution-wrap{
	position: relative;
	overflow: hidden;
	padding-bottom: 10px;
}
section.partnerSolution-wrap::before{
	content: "";
	width: 539px;
	aspect-ratio: 539/539;
	background: url("/common/img/partner-program/bg-solution01.svg")no-repeat;
	background-size: contain;
}
section.partnerSolution-wrap::after{
	content: "";
	width: 160px;
	aspect-ratio: 140/148;
	background: url("/common/img/partner-program/bg-solution02.svg")no-repeat;
	background-size: contain;
}

	 /* ======= TB =======*/
	@media screen and (min-width: 768px) and (max-width: 1024px) {
	}
	/* ======= SP以上 =======*/
	@media (min-width: 767px) {
		section.partnerSolution-wrap::before{
			position: absolute; top: 0; left: calc(calc( calc( 100% - 1120px ) / 2 ) - 560px);
		}
		section.partnerSolution-wrap::after{
			position: absolute; top: 40px; right: calc(calc( calc( 100% - 1120px ) / 2 ) - 180px);
		}
	}
	/* ======= SP =======*/
	@media (max-width: 767px) {
		section.partnerSolution-wrap{
			padding-top: 112px;
			padding-bottom: 96px;
			overflow: hidden;
		}
		section.partnerSolution-wrap::before{
			position: absolute; top: -80px; right: -60px;
			width: 216px;
		}
		section.partnerSolution-wrap::after{
			position: absolute; bottom: 0px; right: 0;
			z-index: -1;
		}
	}


/*---------------------------------
   コンテンツ
---------------------------------*/
div.partnerSolution{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
}

div.partnerSolution dl{
	position: relative;
	width: calc(calc(100% - 24px * 3) / 4);
	padding: 16px 12px 24px 12px;
	background: #fff;
	box-shadow: 1px 2px 12px 0px rgba(153,153,153,0.3);
	border-radius: 12px;
}
div.partnerSolution dl dt{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 24px;
	padding: 12px 0;
	background: #F5F5F5;
	border-radius: 10px;
	min-height: 96px;
	color: #000;
	text-align: center;
	font-size: 15px;
	
	line-height: 1.38em;
}
div.partnerSolution dl dt::before{
	position: absolute; bottom: -10px; left: 50%;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 8px 0 8px;
	border-color: #F5F5F5 transparent transparent transparent;
	margin-left: -8px;
}

div.partnerSolution dl dd:nth-child(2){
	margin-bottom: 16px;
	text-align: center;
}

div.partnerSolution dl dd:nth-child(3){
	color: #000;
	text-align: center;
	font-size: 17px;
	line-height: 1.5em;
	font-weight: 600;
}

	/* ======= TB =======*/
	@media screen and (min-width: 768px) and (max-width: 1024px) {
		div.partnerSolution dl{ width: calc(calc(100% - 24px * 1) / 2);}
	}
	/* ======= SP =======*/
	@media (max-width: 767px) {
		div.partnerSolution{
			flex-direction: column;
			gap: 40px;
		}
		div.partnerSolution::before{
			position: absolute; top: -80px; left: -40px;
			content: "";
			width: 80px;
			aspect-ratio: 65/51;
			background: url("/common/img/partner-program/bg-solution03.svg")no-repeat;
			background-size: contain;
			z-index: -1;
		}
		
		div.partnerSolution dl{
			width: 100%;
			padding: 16px 12px 24px 12px;
		}
		div.partnerSolution dl dt{
			position: relative;
			margin-bottom: 24px;
			padding: 16px 0;
			min-height: auto;
		}
	}


/*==============================*/
/* パートナー様の声 */
/*==============================*/
section.partnerVoice-wrap{
	position: relative;
	padding-top: 120px;
	margin-bottom: 120px;
}

section.partnerVoice-wrap::before{
	position: absolute; top: 0; right: 0;
	content: "";
	width: min(80%, 1360px);
	height: 480px;
	background: #EBF7FA;
	z-index: -1;
}

	 /* ======= TB =======*/
	@media screen and (min-width: 768px) and (max-width: 1024px) {
	}
	/* ======= SP =======*/
	@media (max-width: 767px) {
		section.partnerVoice-wrap{
			padding-top: 96px;
			padding-bottom: 72px;
			margin-bottom: 16px;
		}
		section.partnerVoice-wrap::before{
			position: absolute; top: 0; right: 0;
			width: 100%;
			height: 100%;
		}
	}


/*---------------------------------
   コンテンツ
---------------------------------*/
div.partnerVoice{
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	counter-reset: case;
}

div.partnerVoice dl{
	position: relative;
	width: calc(calc(100% - 40px * 2) / 3);
	padding: 80px 24px 72px 24px;
	background: #fff;
	box-shadow: 1px 2px 12px 0px rgba(153,153,153,0.3);
	border-radius: 12px;
}
div.partnerVoice dl::before{
	position: absolute; top: -12px; left: 10px;
	content: "";
	width: 40px;
	aspect-ratio: 33/24;
	background: url("/common/img/partner-program/icon-quarto.svg");
	background-size: contain;
}

div.partnerVoice dl dt{
	position: relative;
	margin-bottom: 20px;
	padding: 20px 0;
	background: #F5F5F5;
	color: #000;
	font-size: 17px;
	font-weight: 600;
	text-align: center;
	line-height: 1.3em;
}
div.partnerVoice dl dt::before{
	position: absolute; top: -48px; left: 50%;
	counter-increment: case;
	content: "CASE 0"counter(case) ;
	font-weight: 700;
	font-size: 28px;
	margin-left: -56px;
}
div.partnerVoice dl:nth-child(1) dt::before{ color: #B674E0;}
div.partnerVoice dl:nth-child(2) dt::before{ color: #A7DC3C;}
div.partnerVoice dl:nth-child(3) dt::before{ color: #FA7FA7;}


div.partnerVoice dl dd:nth-child(2){ font-size: 15px;}

div.partnerVoice dl dd:nth-child(3){
	position: absolute; bottom: -40px; left: 50%;
	margin-left: -48px;
}
div.partnerVoice dl dd:nth-child(3) img{ border-radius: 50%;}

 	/* ======= TB =======*/
	@media screen and (min-width: 768px) and (max-width: 1024px) {
		div.partnerVoice{ gap: 56px 30px;}

		div.partnerVoice dl{ width: calc(calc(100% - 30px * 1) / 2);}
	}
	/* ======= SP =======*/
	@media (max-width: 767px) {
		div.partnerVoice{
			flex-direction: column;
			gap: 24px;
		}

		div.partnerVoice dl{
			width: 100%;
			padding: 72px 24px 120px 24px;
		}
		div.partnerVoice dl dt{
			position: relative;
			margin-bottom: 20px;
			padding: 20px 0;
			font-size: 16px;
		}
		div.partnerVoice dl dt::before{
			position: absolute; top: -42px; left: 50%;
			font-size: 26px;
			margin-left: -50px;
		}

		div.partnerVoice dl dd:nth-child(2){ font-size: 14px;}

		div.partnerVoice dl dd:nth-child(3){
			position: absolute; bottom: 24px; left: 50%;
			width: 80px;
			margin-left: -40px;
		}
	}


/*==============================*/
/* 流れ */
/*==============================*/
section.partnerFlow-wrap{
	position: relative;
	overflow: hidden;
}
section.partnerFlow-wrap::before{
	content: "";
	width: 120px;
	aspect-ratio: 59/65;
	background: url("/common/img/partner-program/bg-flow02.svg");
	background-size: contain;
}
section.partnerFlow-wrap::after{
	position: absolute; top: 40px; right: calc(calc( calc( 100% - 1120px ) / 2 ) - 96px);
	content: "";
	width: 120px;
	aspect-ratio: 59/68;
	background: url("/common/img/partner-program/bg-flow01.svg");
	background-size: contain;
}

	 /* ======= TB =======*/
	@media screen and (min-width: 768px) and (max-width: 1024px) {
	}
	/* ======= SP以上 =======*/
	@media (min-width: 768px) {
		section.partnerFlow-wrap::before{
			position: absolute; top: 40px;  left: calc(calc( calc( 100% - 1120px ) / 2 ) - 144px);
		}
	}
	/* ======= SP =======*/
	@media (max-width: 767px) {
		section.partnerFlow-wrap::before{
			position: absolute; bottom: 88px;  right: 20px;
			width: 64px;
		}
		section.partnerFlow-wrap::after{
			position: absolute; top: 24px; right: 20px;
			width: 72px;
		}
	}


/*---------------------------------
   コンテンツ
---------------------------------*/
ul.partnerFlow{
	display: flex;
	counter-reset: flow;
}
ul.partnerFlow li{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: calc((100% - 30px) / 5);
	height: 100px;
	color: #000;
	padding-left: 12px;
}

ul.partnerFlow li span{
	position: relative;
	padding-left: 44px;
	text-align: center;
	font-size: 22px;
	line-height: 1.3em;
	font-weight: 600;
}
ul.partnerFlow li span::before{
	position: absolute; top: 50%; left: 0;
	counter-increment: flow;
	content: "0"counter(flow) ;
	font-weight: 700;
	font-size: 28px;
	margin-top: -14px;
}
ul.partnerFlow li:nth-child(1) span::before{ color: #B674E0;}
ul.partnerFlow li:nth-child(2) span::before{ color: #B674E0;}
ul.partnerFlow li:nth-child(3) span::before{ color: #5471F8;}
ul.partnerFlow li:nth-child(4) span::before{ color: #fff;}
ul.partnerFlow li:nth-child(5) span::before{ color: #fff;}


ul.partnerFlow li::after{
	position: absolute; bottom: 0; right: -32px;
	content: "";
	display: block;
	width: 32px;
	height: 100px;
	clip-path: polygon(0 0, 0 100%, 2px 100%, 32px 50%, 2px 0);
	z-index: 1;
}
ul.partnerFlow li:nth-child(1) { background: #f3ebfa;}
ul.partnerFlow li:nth-child(1)::after { background: #f3ebfa;}

ul.partnerFlow li:nth-child(2) { background: #e0e4f8;}
ul.partnerFlow li:nth-child(2)::after { background: #e0e4f8;}

ul.partnerFlow li:nth-child(3) { background: #b3d5f0;}
ul.partnerFlow li:nth-child(3)::after { background-color: #b3d5f0;}

ul.partnerFlow li:nth-child(4){ background: #88acf6; color: #fff;}
ul.partnerFlow li:nth-child(4)::after { background: #88acf6;}

ul.partnerFlow li:nth-child(5) {
	width: calc((100% - 30px) / 5 + 30px);
	background-color: #2c56c4;
	color: #fff;
}
ul.partnerFlow li:nth-child(5)::after { display: none;}

	 /* ======= TB =======*/
	@media screen and (min-width: 768px) and (max-width: 1024px) {
		ul.partnerFlow li{
			width: calc((100% - 16px) / 5);
			padding-left: 10px;
		}
		ul.partnerFlow li::after{
			position: absolute; bottom: 0; right: -16px;
			width: 18px;
			clip-path: polygon(0 0, 0 100%, 2px 100%, 18px 50%, 2px 0);
		}
		
		ul.partnerFlow li span{
			padding-left: 32px;
			font-size: 18px;
		}
		ul.partnerFlow li span::before{
			position: absolute; top: 50%; left: 0;
			font-size: 22px;
			margin-top: -11px;
		}
		ul.partnerFlow li:nth-child(5) {
			width: calc((100% - 16px) / 5 + 16px);
		}
	}
	/* ======= SP =======*/
	@media (max-width: 767px) {
		ul.partnerFlow{
			flex-wrap: wrap;
			gap: 16px 0;
		}
		ul.partnerFlow li{
			align-items: flex-start;
			width: calc((100% - 16px) / 3);
			padding-left: 16px;
		}
		ul.partnerFlow li:nth-child(5) { width: calc((100% - 16px) / 3 + 16px);}
		
		ul.partnerFlow li::after{
			clip-path: polygon(0 0, 0 100%, 2px 100%, 18px 50%, 2px 0);
		}
		
		ul.partnerFlow li span{
			padding-top: 48px;
			padding-left: 0px;
			font-size: 15px;
		}
		
		ul.partnerFlow li span::before{
			position: absolute; top: 18px; left: 50%;
			font-size: 24px;
			margin-top: 0px;
			margin-left: -15px;
		}
	}


/*==============================*/
/* お問い合わせ */
/*==============================*/
section.partnerContactWrap{
	position: relative;
	padding-top: 96px;
	padding-bottom: 104px;
	margin-bottom: 80px;
	overflow: hidden;
}
section.partnerContactWrap::before{
	position: absolute; top: 0; right: calc( calc( 100% - 1120px ) / 2 );
	content: "";
	width: 100%;
	height: 100%;
	background: #EBF7FA;
	z-index: -1;
}
section.partnerContactWrap::after{
	position: absolute; bottom: 20px; right: calc(calc( calc( 100% - 1120px ) / 2 ) - 120px);
	content: "";
	width: 96px;
	aspect-ratio: 111/88;
	background: url("/common/img/partner-program/bg-contact03.svg") no-repeat;
	background-size: contain;
}
	/* ======= PC以下：個別設定 =======*/
	@media (max-width: 1120px) {
		section.partnerContactWrap::before{
			position: absolute; top: 0; right: 0;
		}
	}
	/* ======= TB =======*/
	@media screen and (min-width: 768px) and (max-width: 1024px) {
	}
	/* ======= SP =======*/
	@media (max-width: 767px) {
		section.partnerContactWrap{
			padding-top: 80px;
			padding-bottom: 72px;
			margin-bottom: 0px;
		}
	}


/*---------------------------------
   フォーム
---------------------------------*/
div.partnerContact-form{
	width: min(960px,100%);
	padding: 72px 56px 48px 56px;
	margin: 0 auto;
	background: #fff;
	border-radius: 20px;
	box-shadow: 1px 2px 12px 0px rgba(153,153,153,0.3);
}
	/* ======= TB =======*/
	@media screen and (min-width: 768px) and (max-width: 1024px) {
		div.partnerContact-form{
			padding: 72px 48px 40px 48px;
		}
	}
	/* ======= SP =======*/
	@media (max-width: 767px) {
		div.partnerContact-form{
			background: none;
			box-shadow: none;
			padding: 0;
		}
	}


/*---------------------------------
   コンタクト
---------------------------------*/
div.partnerContact{
	position: relative;
	display: flex;
	align-items: center;
	gap: 28px;
	width: min(840px,100%);
	padding: 28px 32px 24px 32px;
	margin: 0 auto;
	background: #fff;
	border-radius: 30px;
	box-shadow: 1px 2px 12px 0px rgba(153,153,153,0.3);
}
div.partnerContact::before{
	position: absolute; bottom: -40px; left: -48px;
	content: "";
	width: 56px;
	aspect-ratio: 51/51;
	background: url("/common/img/partner-program/bg-contact01.svg");
	background-size: contain;
	z-index: -1;
}
div.partnerContact::after{
	position: absolute; top: -40px; right: -48px;
	content: "";
	width: 88px;
	aspect-ratio: 88/88;
	background: url("/common/img/partner-program/bg-contact02.svg");
	background-size: contain;
	z-index: -1;
}

	/* ======= TB =======*/
	@media screen and (min-width: 768px) and (max-width: 1024px) {
		div.partnerContact{
			gap: 36px;
		}
	}
	/* ======= SP =======*/
	@media (max-width: 767px) {
		div.partnerContact{
			flex-direction: column;
			gap: 16px;
			padding: 32px 24px 32px 24px;
		}
	}


/*-- 
------------------------- */
div.partnerContact figure{
	width: 171px;
}
	/* ======= TB =======*/
	@media screen and (min-width: 768px) and (max-width: 1024px) {
		div.partnerContact figure{ width: 160px;}
	}
	/* ======= SP =======*/
	@media (max-width: 767px) {
		div.partnerContact figure{ width: 120px;}
	}

/*-- 
------------------------- */
div.partnerContact div{
	text-align: center;
}
div.partnerContact div h3{
	margin-bottom: 20px;
	color: #000;
	font-size: 25px;
	font-weight: 700;
	line-height: 1.3em;
}
div.partnerContact div p.contactTel{ margin-bottom: 16px;}
div.partnerContact div p.contactTel a{
	color: #00ABDC;
	font-size: 48px;
	font-weight: bold;
	line-height: 1em;
}
	/* ======= TB =======*/
	@media screen and (min-width: 768px) and (max-width: 1024px) {
	}
	/* ======= SP =======*/
	@media (max-width: 767px) {
		div.partnerContact div h3{
			margin-bottom: 20px;
			font-size: 20px;
		}
		div.partnerContact div p.contactTel{ margin-bottom: 16px;}
		div.partnerContact div p.contactTel a{ font-size: 38px;}
		
		div.partnerContact div p:last-child{
			font-size: 14px;
		}
	}


/*==============================*/
/* スマホ時　追従メニュー */
/*==============================*/
/* ======= SP以上 =======*/
@media (max-width: 767px) {
	.spFixedCta{
		position: fixed; left: 0; right: 0; bottom: 0;
		z-index: 999;

		padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
		background: rgba(255,255,255,.92);
		backdrop-filter: blur(6px);

		opacity: 0;
		transform: translateY(10px);
		pointer-events: none;

		transition: opacity .25s ease, transform .25s ease;
	}

	/* 表示状態 */
	.spFixedCta.is-show{
		opacity: 1;
		transform: translateY(0);
		pointer-events: auto;
	}

	/* 最下部付近でフェードアウト */
	.spFixedCta.is-hide{
		opacity: 0;
		transform: translateY(10px);
		pointer-events: none;
	}

	.spFixedCta__inner{
		display: flex;
		justify-content: center;
		width: 100%;
		gap: 10px;
		padding: 10px 0;
		text-align: center;
	}
	.spFixedCta__inner p{ text-align: center;}
	.spFixedCta__inner p a{
		position: relative;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		padding: 10px 60px 12px 56px;
		border-radius: 200px;
		box-sizing: border-box;
		background: #00ABDC;
		color: #fff;
		font-size: 22px;
		font-weight: 600;
	}
	.spFixedCta__inner p a::after{
		position: absolute; top: 50%; right: 24px;
		content: "";
		width: 12px;
		height: 12px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		margin-top: -6px;
	}
	.spFixedCta__inner p a:hover{ background: #0880A3;}
	
	#page-top{
		z-index: 998;
	}
}
	/* ======= SP以上 =======*/
	@media (min-width: 768px) {
		.spFixedCta{ display: none; }
	}



