/*
	top
-----------------------------------------------------------------------------------------------*/
/* 装飾 */
.category__base-eventList::after{
	width: 93px;
	height: 118px;
	background: url(../images/item_category_leader.png) no-repeat center center / contain;
	bottom: 12%;
}

/* 共通 
============================== */
.bgArea {
	background-color: var(--clOrg);
	position: relative;
}
.whiteBox {
	padding: 35px 25px;
	background: var(--clWh);
	border-radius: 20px;
	position: relative;
	z-index: 1;
}
.cmn__headingTxt {
	padding-bottom: 20px;
	font-size: 1.7rem;
	letter-spacing: 0.01rem;
}
.leaderTxt {
	padding-bottom: 15px;
}
.btnArea {
	margin-top: 20px;
}
a.yelBtn:hover {
	opacity: .7;
}

/* アウトドアリーダーとは 
============================== */
.cmn__topImg {
	width: 225px;
	height: 101px;
}
.leader__topTtl {
	margin-bottom: 10px;
	font-size: 1.7rem;
	font-weight: var(--fExBold);
}
.leader__topTtl span{
	font-size: 2.2rem;
	color: var(--clDOrg);
}

/* リーダー募集 
============================== */
.ctsArea.leader__recruiting {
	padding-top: 130px;
}
.leader__box {
	display: flex;
	flex-direction: column;
	gap: 50px 0;
}
.leader__recruitingQr {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	width: 150px;
	height: 150px;
	border: 2px solid var(--clBw);
}
.leader__recruitingQr img{
	max-width: 120px;
}
.leader__recruitingImg {
	width: 150px;
	margin: 0 auto;
}

/* 合同ガイダンス
============================== */
.ctsArea.leader__guidance {
	display: flex;
	flex-direction: column;
	gap: 40px 0;
	padding-top: 0px;
	padding-bottom: 130px;
}
.lineDeco {
	margin: 0 auto;
	width: fit-content;
	position: relative;
}
.lineDeco::before,
.lineDeco::after {
	content: '';
	width: 28px;
	height: 42px;
	background: url(../images/item_leader01.png) center/contain no-repeat;
	position: absolute;
	left: -23px;
	top: 50%;
	transform: translateY(-50%);
}
.lineDeco::after {
	left: auto;
	right: -23px;
	background: url(../images/item_leader02.png) center/contain no-repeat;
}
.leader__guidance .cmn__tblListTtl {
	margin-bottom: 10px;
	font-size: 1.4rem;
	background: var(--clDOrg);
}
.leader__guidanceBox {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin: 0 auto;
	max-width: 320px;
}
.leader__guidanceList {
	display: flex;
	flex-direction: column;
	gap: 5px;
	counter-reset: number 0;
}
.leader__guidanceList li {
	text-align: left;
	width: fit-content;
}
.leader__guidanceList li::before {
	margin-right: 5px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 20px;
	height: 20px;
	color: var(--clWh);
	background: var(--clBl);
	border-radius: 10px;
	counter-increment: number;
	content: counter(number); 
}
.leader__guidanceTxt {
	margin: 0 auto;
	width: fit-content;
	min-width: 240px;
	font-weight: var(--fBold);
	letter-spacing: 0rem;
}
.item__bg02 {
	transform: translateY(10px);
}

/* オンラインガイダンス
============================== */
.guidance__online .cmn__headingTxt {
	padding: 0 15px 20px;
}

/* 活動の様子 
============================== */
.leader__ctsArea {
	width: 100%;
	max-width: 500px;
	margin: 0 auto 120px;
	padding: 0 35px 50px;
}
.leader__activityBox {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 10px;
	margin: 0 auto;
	max-width: 320px;
}
.leader__activityTxt {
	width: fit-content;
	color: var(--clDOrg);
	font-weight: var(--fBold);
	line-height: 150%;
}
.leader__activityTxt span{
	font-size: 1.8rem;
	letter-spacing: 0.03rem;
}
.leader__activityQr {
	width: 40%;
}
.leader__activity .whiteBox {
	position: relative;
}
.leader__activity .item {
	width: 38px;
	height: 68px;
	position: absolute;
	left: 10px;
	bottom: -30px;
}
.cmnBg__btm {
	bottom: -1px;
    z-index: 0;
}

/* 活動場所 
============================== */
.leader__place {
	padding-top: 70px;
}
.leader__placeList {
	display: flex;
	flex-direction: column;
	gap: 50px 0;
	counter-reset: number 0;
}
.cmn__tblListTtl {
	margin-bottom: 15px;
	font-size: 1.8rem;
	position: relative;
}
.leader__placeList li > .cmn__tblListTtl::before{
	counter-increment: number;
	content: "0"counter(number); 
	font-size: 4rem;
	-webkit-text-stroke: 2px var(--clBw);
	position: absolute;
	top: -9px;
	left: 10px;
}
.leader__placeTxt {
	margin-bottom: 15px;
}
.leader__placeBox {
	display: flex;
	flex-direction: column;
	gap: 15px 0;
}
.cmn__tblListTtl {
	font-size: 1.8rem;
	position: relative;
}
.cmn__infoBoxArea {
	margin: 0 auto;
	width: calc(100% - 40px);
	max-width: 320px;
	font-weight: var(--fBold);
	border-radius:10px;
}
.cmn__infoBoxTtl {
	padding: 12px 0;
	border-radius: 10px 10px 0 0;
}
.cmn__infoBox {
	flex-direction: column;
	text-align: center;
	gap: 5px 0;
}
[class^="ico__"] {
	margin: 0 auto;
	width: fit-content;
	font-size: 1.8rem;
}
/* テキストカラー */
.yao {
	background-color: var(--clYao);
}
.kashiwara {
	background-color: var(--clKashiwara);
}
.neyagawa {
	background-color: var(--clNeyagawa);
}
.shijyo {
	background-color: var(--clShijyo);
}
.kaiyo {
	background-color: var(--clKaiyo);
}
.oya {
	background-color: var(--clOya);
}

/* fixボタン 
============================== */
a.btn__fixLine {
	padding: 20px 0;
	color: var(--clWh);
	font-size: 2rem;
	background-color: #06C755;
	border-radius: 20px;
	position: relative;
	opacity: 1;
}
a.btn__fixLine:hover {
	background-color: #00d959;
}
.window::before {
	content: '';
    width: 15px;
    height: 15px;
	background: url(../images/ico_window_white.svg) no-repeat center center / contain;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    right: 6%;
	
}

