@charset "UTF-8";

/* ---------------------------------------------------

	Layout - Top Page

-------------------------- */

/* ---------------------------------------------------

	Base

-------------------------- */
/* ----------------------- */
@media (min-width: 751px) {
}
/* ----------------------- */
@media (max-width: 750px) {
}


/* ---------------------------------------------------

	Intro

-------------------------- */
.intro {
	position: relative;
	box-sizing: border-box;
	}
.intro:before {
	background-image: url(/src/img/common/pattern/page-upper.svg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100%;
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	}
	.int-ttlarea {
		position: relative;
		z-index: 1;
		display: flex;
		align-items: center;
		justify-content: center;
		}
	.int-ttlarea .item img { position: relative; }
/* ----------------------- */
@media (min-width: 751px) {
.intro { padding-top: 100px; }
	.int-ttlarea { padding: 30px; }
	.int-ttlarea .item { padding: 0 30px; }
	.int-ttlarea .mark { max-width: 47.35%; }
	.int-ttlarea .ttl { max-width: 41.25%; }
}
/* ----------------------- */
@media (max-width: 750px) {
.intro { padding-top: 20px; }
	.int-ttlarea {
		padding: 40px 60px;
		flex-wrap: wrap;
		}
	.int-ttlarea .ttl { margin-top: 20px; }
}

/* ---------------------------------------------------

	Block

-------------------------- */
.homblock { position: relative; }
	.homblock .inner {
		margin: 0 auto;
		position: relative;
		z-index: 1;
		}
	.homblock .ttlarea .ttl {
		color: #D7AB4D;
		font-weight: 700;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		}
	.homblock .ttlarea .ttl:before {
		background-image: url(/src/img/common/icon/kandotaiken-symbol-gold.svg);
		background-position: center;
		background-repeat: no-repeat;
		content: '';
		display: inline-block;
		}
	.homblock .ttlarea .att { text-align: center; }
	.homblock .ttlarea .att ul { display: inline-block; }
	.homblock .ttlarea .att ul li {
		text-align: left;
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
		}
	.homblock .ttlarea .att ul li:before { content: '※'; }
	.homblock .bodyarea { margin: 0 auto; }
	.homblock .bodyarea .txt p {
		line-break: strict;
		line-height: 1.75;
		text-align: justify;
		}
	.homblock .bodyarea .txt p:last-child { margin-bottom: 0; }
	/* Scheme - Layout */
	.homblock .ttlarea.df .ttl { line-height: 1.25; }
	/* Scheme - Wave */
	.wave:before {
		background-position: left bottom;
		background-repeat: repeat-x;
		content: '';
		display: block;
		width: 100%;
		}
	@keyframes wave-upper-pc { from { background-position: 0 0; } to { background-position: -1040px 0; } }	
	@keyframes wave-upper-sp { from { background-position: 0 0; } to { background-position: -520px 0; } }
	.wave.beige:before { background-image: url(/src/img/common/wave/upper-beige.svg); }
	.wave.white:before { background-image: url(/src/img/common/wave/upper-white.svg); }
/* ----------------------- */
@media (min-width: 751px) {
.homblock {}
	.homblock .inner { padding: 60px 30px; }
	.homblock .ttlarea .ttl {
		font-size: 55px;
		line-height: 1.5;
		}
	.homblock .ttlarea .ttl:before {
		background-size: 50px 50px;
		height: 50px;
		width: 50px;
		}
	.homblock .ttlarea .att { margin-top: 10px; }
	.homblock .ttlarea .att ul li {
		font-size: 16px;
		line-height: 1.5;
		}
	.homblock .bodyarea { margin-top: 40px; }
	.homblock .bodyarea .txt p {
		font-size: 20px;
		margin-bottom: 30px;
		}
	/* Scheme - Layout */
	.homblock .ttlarea.df .ttl {
		flex-direction: unset;
		align-items: flex-start;
		justify-content: flex-start;
		}
	.homblock .ttlarea.df .ttl:before {
		margin-top: 15px;
		margin-right: 20px;
		}
	/* Scheme - Wave */
	.wave:before {
		background-size: auto 130px;
		height: 130px;
		animation: 5s linear infinite wave-upper-pc;
		}
}
/* ----------------------- */
@media (min-width: 751px) and (max-width: 900px) {
	.homblock .ttlarea .ttl { font-size: 40px; }
}
/* ----------------------- */
@media (max-width: 750px) {
.homblock {}
	.homblock .inner { padding: 30px 20px; }
	.homblock .ttlarea .ttl {
		font-size: 30px;
		line-height: 1.25;
		text-align: center;
		}
	.homblock .ttlarea .ttl:before {
		background-size: 40px 40px;
		height: 40px;
		margin-bottom: 15px;
		width: 40px;
		}
	.homblock .ttlarea .att {
		margin-top: 10px;
		padding: 0 20px;
		}
	.homblock .ttlarea .att ul li {
		font-size: 14px;
		line-height: 1.5;
		}
	.homblock .bodyarea { margin-top: 30px; }
	.homblock .bodyarea .txt p {
		font-size: 18px;
		margin-bottom: 25px;
		}
	/* Scheme - Layout */
	.homblock .ttlarea.df .ttl {}
	.homblock .ttlarea.df .ttl:before {
		margin-top: 15px;
		margin-right: 20px;
		}
	/* Scheme - Wave */
	.wave:before {
		background-size: auto 65px;
		height: 65px;
		animation: 3s linear infinite wave-upper-sp;
		}
}

/* ---------------------------------------------------

	outline

-------------------------- */
.outline {}
@media (min-width: 751px) {
.outline {}
}
/* ----------------------- */
@media (max-width: 750px) {
.outline {}
}

/* ---------------------------------------------------

	summary

-------------------------- */
.summary { background-color: #ECE7D9; }
/* ----------------------- */
@media (min-width: 751px) {
.summary .bodyarea { max-width: 1000px; }
}
/* ----------------------- */
@media (max-width: 750px) {
.homblock.summary .bodyarea { padding: 0 20px; }
}

/* ---------------------------------------------------

	project__tab

-------------------------- */
.project__tab{
	/*position: relative;*/
}
/*.project__tab:after {
	background-image: url(/src/img/common/pattern/page-middle.png);
	background-position: center top;
	background-repeat: repeat-y;
	background-size: contain;
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	}*/
@media (min-width: 751px) {
.project__tab{
	padding: 60px 0 0;
}
}
/* ----------------------- */
@media (max-width: 750px) {
.project__tab{
	padding: 30px 0 0;
}
}

/* ---------------------------------------------------

	kickoffseminar

-------------------------- */
.kickoffseminar{
  position: relative;
  z-index: 15;
	/*z-index: 1;*/
}
.kickoffseminar__inner{
  background-color: #fff;
}
/* ----------------------- */
@media (min-width: 751px) {
.kickoffseminar {
	/*padding: 35px 0 70px;*/
}
.kickoffseminar__inner{
  padding-bottom: 100px;
  }
}
/* ----------------------- */
@media (max-width: 750px) {
.kickoffseminar {
	/*padding: 25px 0 50px;*/
}
.kickoffseminar__inner{
  padding-bottom: 60px;
  }
}

/* ---------------------------------------------------

	overview

-------------------------- */
.overview{  
  position: relative;
  z-index: 15;
}
.overview:before{
  position: relative;
  z-index: 30;
  }
.overview:after {
	background-image: url(/src/img/common/pattern/page-middle.png);
	background-position: center top;
	background-repeat: repeat-y;
	background-size: cover;
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
  z-index: -1;
	}
.overview__inner{}
/* ----------------------- */
@media (min-width: 751px) {
.overview {
  margin-top: -130px;
  }
.overview:after {}
.overview__inner{
  padding-bottom: 310px;
  }
}
/* ----------------------- */
@media (max-width: 750px) {
.overview {
  margin-top: -65px;
  }
.overview:after {
  background-position: center top 2rem;
  }
.overview__inner{
  padding-bottom: 40px;
  }
}

/* ---------------------------------------------------

	accompaniment

-------------------------- */
.accompaniment { background-color: #ECE7D9; }
	.accompaniment .inner {
		background-color: #fff;
		border: solid #D7AB4D;
		box-sizing: border-box;
		}
.accompaniment .map {
	margin: auto;
	overflow: hidden;
	box-shadow: 0px 3px 6px #00000029;
	}
	.accompaniment .map iframe { border: none; }
/* ----------------------- */
@media (min-width: 751px) {
.accompaniment { padding: 0 40px 200px; }
	.accompaniment .inner {
		border-width: 10px;
		max-width: 1200px;
		border-radius: 20px;
		}
.accompaniment .map {
	margin-top: 50px;
	height: 580px;
	max-width: 1000px;
	border-radius: 20px;
	}
	.accompaniment .map iframe {
		height: calc(100% + 70px);
		margin-top: -70px;
		}
}
/* ----------------------- */
@media (max-width: 750px) {
.accompaniment { padding: 0 15px 50px; }
	.accompaniment .inner {
		border-width: 5px;
		border-radius: 10px;
		}
.accompaniment .map {
	margin-top: 20px;
	height: 500px;
	border-radius: 10px;
	}
	.accompaniment .map iframe {
		height: calc(100% + 140px);
		margin-top: -70px;
		}
}

/* ---------------------------------------------------

	supportprogram

-------------------------- */
.supportprogram {
	position: relative;
	z-index: 15;
}
.supportprogram__inner{
	background-color: #fff;
}
.supportprogram .homblock { z-index: 1; }
.supportprogram:after {
	background-image: url(/src/img/common/pattern/page-middle.png);
	background-position: center top;
	background-repeat: repeat-y;
	background-size: cover;
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
	}
/* Intro */
.spb-intro { margin: 0 auto; }
/* Anchor */
.supportprogram .anchorbtnarea {}
    .supportprogram .anchorbtnarea a {
        width: 270px;
        border-radius: 20px;
        }
    .supportprogram .anchorbtnarea a:after { transform: rotate(90deg); }
/* ----------------------- */
@media (min-width: 751px) {
.supportprogram {
	/* margin-top: -130px; */
	/* padding-bottom: 250px; */
	}
/*.c-tabs__panel--2025 .supportprogram {
	 margin-bottom: -130px; 
	}*/
	.supportprogram__inner{
		padding-bottom: 280px;
	}
/* Intro */
.spb-intro {
	max-width: 1200px;
	padding-top: 60px;
	}
/* Anchor */
.supportprogram .anchorbtnarea { margin-top: 30px; }
	.supportprogram .anchorbtnarea a { margin: 10px; }
    .supportprogram .anchorbtnarea a:hover { transform: scale(1.05); }
}
/* ----------------------- */
@media (max-width: 750px) {
.supportprogram {
	/* margin-top: -65px; */
	/* padding-bottom: 100px; */
	}
.supportprogram:after { background-size: 140%; }
.supportprogram__inner{
	padding-bottom: 100px;
}
/* Intro */
.spb-intro { padding-top: 30px; }
/* Anchor */
.supportprogram .anchorbtnarea {
	margin-top: 20px;
	text-align: center;
	}
	.supportprogram .anchorbtnarea a { margin-bottom: 10px; }
	.supportprogram .anchorbtnarea a:last-child { margin-bottom: 0; }
}

/* ---------------------------------------------------

	participating

-------------------------- */
.participating{}
.participating:before{
	/*position: relative;
	z-index: 15;*/
}
.homblock.participating__block {
	background-color: #ECE7D9;
	}
.homblock.participating__block .inner {}
.homblock.participating__block .list ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	}
.homblock.participating__block .list ul li {
	font-weight: 700;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	}
.homblock.participating__block .date { text-align: center; }
/* ----------------------- */
@media (min-width: 751px) {
.participating{
	/*margin-top: -130px;*/
}
.participating:before{
  position: relative;
  z-index: 30;
  }
.homblock.participating__block {
	padding: 50px 0 180px;
}
.homblock.participating__block .inner {
	padding: 0 30px;
	max-width: 1200px;
}
.homblock.participating__block .list ul li {
	padding: 12.5px 20px;
	font-size: 25px;
	}
.homblock.participating__block .date {
	font-size: 16px;
	margin-top: 20px;
	}
}
/* ----------------------- */
@media (max-width: 750px) {
.participating{
	margin-top: -65px;
}
.participating:before{}
.homblock.participating__block {
	padding: 40px 0 80px;
}
.homblock.participating__block .inner {}
.homblock.participating__block .list ul li {
	padding: 5px 12.5px;
	font-size: 16px;
	}
.homblock.participating__block .date {
	font-size: 13px;
	margin-top: 20px;
	}
}
/* ---------------------------------------------------

	kickoffseminar

-------------------------- */
.homblock.kickoffseminar .ytbwrap { margin: 0 auto; }
.homblock.kickoffseminar .ytbwrap iframe {
	border-radius: 8px;
	box-shadow: 0px 3px 20px #00000029;
	}
/* ----------------------- */
@media (min-width: 751px) {
.homblock.kickoffseminar .ytbwrap { max-width: 700px; }
}
/* ----------------------- */
@media (max-width: 750px) {
.homblock.kickoffseminar .ytbwrap {}
.homblock.kickoffseminar .ytbwrap iframe {}
}
/* ---------------------------------------------------

	merit

-------------------------- */
.homblock.merit { /*background-color: #ECE7D9;*/ }
.homblock.merit .ia-inner {
	position: relative;
	z-index: 1;
	}
.homblock.merit .list {
	background-color: #fff;
	margin: 0 auto;
	box-shadow: 0px 3px 20px #00000029;
	}
.homblock.merit .list ul {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	}
.homblock.merit .list ul li {
	counter-increment: num;
	width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	}
.homblock.merit .list ul li:before {
	background: transparent linear-gradient(135deg, #D0A33E 0%, #E1CA7A 100%) 0% 0% no-repeat padding-box;
	content: counter(num)"";
	color: #fff;
	line-height: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 100px;
	}
.homblock.merit .list ul li span {
	line-height: 1.75;
	text-align: center;
	width: 100%;
	display: flex;
	align-items: flex-start;
	box-sizing: border-box;
	}
/* ----------------------- */
@media (min-width: 751px) {
.homblock.merit {
	margin-bottom: 35px;
	padding-top: 70px;
	}
.homblock.merit .bodyarea { /*padding: 0 60px;*/ }
.homblock.merit .list {
	max-width: 1100px;
	border-radius: 20px;
	}
.homblock.merit .list ul { padding: 30px; }
.homblock.merit .list ul li { padding: 30px 0; }
.homblock.merit .list ul li:before {
	font-size: 50px;
	height: 80px;
	max-width: 80px;
	min-width: 80px;
	}
.homblock.merit .list ul li span {
	font-size: 20px;
	padding: 0 30px;
	}
}
/* ----------------------- */
@media (min-width: 1051px) {
.homblock.merit .list ul li {
	max-width: 25%;
	flex-direction: column;
	}
.homblock.merit .list ul li span { border-right: 1px solid #707070; }
.homblock.merit .list ul li:last-child span { border-right: none; }
.homblock.merit .list ul li span {
	margin-top: 15px;
	min-height: 140px;
	justify-content: center;
	}
}
/* ----------------------- */
@media (max-width: 1050px) {
.homblock.merit .list ul {
	padding: 30px 60px;
	flex-wrap: wrap;
	}
.homblock.merit .list ul li { border-bottom: 1px solid #707070; }
.homblock.merit .list ul li:last-child { border-bottom: none; }
.homblock.merit .list ul li br.mdl { display: none; }
.homblock.merit .list ul li span {
	text-align: left;
	justify-content: flex-start;
	}
}
/* ----------------------- */
@media (max-width: 750px) {
.homblock.merit { padding: 40px 20px 0; }
.homblock.merit .list { border-radius: 10px; }
.homblock.merit .list ul { padding: 15px 30px; }
.homblock.merit .list ul li { padding: 20px 0; }
.homblock.merit .list ul li:before {
	font-size: 25px;
	height: 40px;
	max-width: 40px;
	min-width: 40px;
	}
.homblock.merit .list ul li span {
	font-size: 16px;
	padding: 0 15px;
	}
.homblock.merit .list ul li span {
	text-align: left;
	justify-content: flex-start;
	}
}


/* ---------------------------------------------------

	accompaniment

-------------------------- */
.accompaniment .list {
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: flex-start;
	}
.accompaniment .list .item { box-sizing: border-box; }
.accompaniment .list .item .thumb {
	display: flex;
	align-content: center;
	justify-content: center;
	}
.accompaniment .list .item .con dl dt {
	color: #D7AB4D;
	font-weight: 700;
	}
.accompaniment .list .item .con dl dd { text-align: justify; }
.accompaniment .list .item .con dl dd strong { font-size: 120%; }
/*
.accompaniment .list .item .con ul { list-style-type: disc; }
*/
.accompaniment .list .item .con ul li:last-child { margin-bottom: 0; }
.accompaniment .list .item .btnarea {
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	}
.accompaniment .list .item .btnarea a {
	width: 100%;
	border-radius: 100px;
	}
.accompaniment .list .item .note {}
/* ----------------------- */
@media (min-width: 751px) {
.accompaniment .list { max-width: 1000px; }
.accompaniment .list .item {
	max-width: 50%;
	padding: 25px 40px;
	}
.accompaniment .list .item .thumb img { border-radius: 20px; }
.accompaniment .list .item .con dl {
	font-size: 16px;
	line-height: 1.5;
	margin-top: 15px;
	}
.accompaniment .list .item .con dl dd { margin-top: 5px; }
/*
.accompaniment .list .item .con ul { padding-left: 25px; }
*/
.accompaniment .list .item .con ul li { margin-bottom: 5px; }
.accompaniment .list .item .btnarea { margin-top: 15px; }
.accompaniment .list .item .btnarea a {
	font-size: 18px;
	height: 60px;
	max-width: 300px;
	padding: 10px 15px 10px 20px;
	}
.accompaniment .list .item .note {
  font-size: 16px;
  line-height: 1.5;
  margin: 1em 0 0;
  }
}
/* ----------------------- */
@media (min-width: 751px) and (max-width: 900px) {
.accompaniment .list .item {
	max-width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	}
.accompaniment .list .item .thumb {
	margin-right: 30px;
	min-width: 40%;
	}
}
/* ----------------------- */
@media (max-width: 750px) {
.accompaniment .list {}
.accompaniment .list .item {
	border-top: 1px solid rgba(215, 171, 77, .5);
	padding: 25px 0;
	}
.accompaniment .list .item .thumb img { border-radius: 10px; }
.accompaniment .list .item .con dl {
	font-size: 16px;
	line-height: 1.5;
	margin-top: 15px;
	}
.accompaniment .list .item .con dl dd { margin-top: 5px; }
/*
.accompaniment .list .item .con ul { padding-left: 25px; }
*/
.accompaniment .list .item .con ul li { margin-bottom: 5px; }
.accompaniment .list .item .btnarea { margin-top: 20px; }
.accompaniment .list .item .btnarea a {
	font-size: 16px;
	height: 60px;
	max-width: 250px;
	padding: 10px 15px 10px 20px;
	}
.accompaniment .list .item .note {
  font-size: 16px;
  line-height: 1.5;
  margin: 1em 0 0;
  }
}



/* ---------------------------------------------------

	sppblock

-------------------------- */
.sppblock {
	background-color: #fff;
	border: solid #D7AB4D;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	}
.spb-ttlarea {
	position: relative;
	text-align: left;
	}
	.spb-ttlarea .spb-ta-ttl {
		background-color: #D7AB4D;
		color: #fff;
		position: relative;
		display: inline-flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
		}
	.spb-ttlarea .spb-ta-ttl small,
	.spb-ttlarea .spb-ta-ttl span { line-height: 1.25; }
	.spb-ttlarea .spb-ta-ttl:after { content: ''; }
	.spb-ttlarea .spb-ta-ttl:after {}
	.spb-bodyarea .spb-outline {
		margin: 0 auto;
		display: flex;
		align-items: flex-start;
		justify-content: center;
		}
	.spb-bodyarea .spb-secblock .spb-sb-ttl {
		border-bottom: 3px solid #707070;
		line-height: 1.5;
		display: flex;
		align-items: center;
		justify-content: space-between;
		}
	.spb-bodyarea .spb-secblock .spb-sb-ttl span {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		}
	.spb-bodyarea .spb-secblock .spb-sb-ttl span:before {
		background: transparent linear-gradient(135deg, #D0A33E 0%, #E1CA7A 100%) 0% 0% no-repeat padding-box;
		content: '';
		display: inline-block;
		border-radius: 100px;
		}
	.spb-bodyarea .spb-secblock .spb-sb-ttl.acd-tgl { transition: all .3s; }
	.spb-bodyarea .spb-secblock .spb-sb-ttl.acd-tgl:after {
		background-color: #D7AB4D;
		background-image: url(/src/img/common/icon/plus-white.svg);
		background-position: center;
		background-repeat: no-repeat;
		content: '';
		border-radius: 100px;
		}
	.spb-bodyarea .spb-secblock.acd-open .spb-sb-ttl.acd-tgl { background-color: rgba(215, 171, 77, .2); }
	.spb-bodyarea .spb-secblock.acd-open .spb-sb-ttl.acd-tgl:after { background-image: url(/src/img/common/icon/minus-white.svg); }
	.spb-bodyarea .spb-outline .con p { text-align: justify; }
	.spb-bodyarea .spb-outline .con p:last-child { margin-bottom: 0; }
/* ----------------------- */
@media (min-width: 751px) {
.sppblock {
	border-width: 10px;
	margin-top: 170px;
	max-width: 1200px;
	border-radius: 20px;
	}
.spb-ttlarea {
	margin-top: -70px;
	padding: 0 100px;
	}
	.spb-ttlarea .spb-ta-ttl {
		padding: 20px 60px;
		border-radius: 10px;
		}
	.spb-ttlarea .spb-ta-ttl small { font-size: 25px; }
	.spb-ttlarea .spb-ta-ttl span { font-size: 45px; }
.spb-bodyarea {
	margin-top: 60px;
	padding: 0 100px 60px;
	}
	.spb-bodyarea .spb-outline .thumb {
		min-width: 230px;
		margin-right: 50px;
		}
	.spb-bodyarea .spb-outline .thumb img { border-radius: 20px; }
	.spb-bodyarea .spb-outline .con p {
		font-size: 20px;
		line-height: 2;
		margin-bottom: 20px;
		}
	.spb-bodyarea .spb-secblock { margin-top: 60px; }
	.spb-bodyarea .spb-secblock .spb-sb-ttl {
		font-size: 40px;
		padding-bottom: 10px;
		}
	.spb-bodyarea .spb-secblock .spb-sb-ttl span:before {
		height: 30px;
		margin-right: 10px;
		min-width: 30px;
		}
	.spb-bodyarea .spb-secblock .spb-sb-ttl.acd-tgl { cursor: pointer; }
	.spb-bodyarea .spb-secblock .spb-sb-ttl.acd-tgl:after {
		background-size: 30px 30px;
		min-width: 50px;
		height: 50px;
		}
	.spb-bodyarea .spb-secblock .spb-sb-ttl.acd-tgl:hover { background-color: rgba(215, 171, 77, .2); }
	.spb-bodyarea .spb-secblock.acd-open .spb-sb-ttl.acd-tgl  { padding: 10px 15px; }
}
/* ----------------------- */
@media (max-width: 750px) {
.sppblock {
	border-width: 5px;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 80px;
	border-radius: 10px;
	}
.spb-ttlarea {
	margin-top: -45px;
	padding: 0 20px;
	}
	.spb-ttlarea .spb-ta-ttl {
		padding: 15px 25px;
		border-radius: 5px;
		}
	.spb-ttlarea .spb-ta-ttl small { font-size: 16px; }
	.spb-ttlarea .spb-ta-ttl span {
		font-size: 30px;
		margin-top: 5px;
		}
.spb-bodyarea {
	margin-top: 20px;
	padding: 0 20px 40px;
	}
	.spb-bodyarea .spb-outline { flex-wrap: wrap; }
	.spb-bodyarea .spb-outline .thumb {
		float: right;
		margin-bottom: 15px;
		margin-left: 25px;
		max-width: 150px;
		}
	.spb-bodyarea .spb-outline .thumb img { border-radius: 10px; }
	.spb-bodyarea .spb-outline .con { margin-top: 15px; }
	.spb-bodyarea .spb-outline .con:after {
		clear: both;
		content: '';
		display: block;
		}
	.spb-bodyarea .spb-outline .con p {
		font-size: 16px;
		line-height: 1.75;
		margin-bottom: 15px;
		}
	.spb-bodyarea .spb-secblock { margin-top: 40px; }
	.spb-bodyarea .spb-secblock .spb-sb-ttl {
		font-size: 21px;
		padding-bottom: 10px;
		}
	.spb-bodyarea .spb-secblock .spb-sb-ttl span:before {
		height: 25px;
		margin-right: 5px;
		min-width: 25px;
		}
	.spb-bodyarea .spb-secblock .spb-sb-ttl.acd-tgl:after {
		background-size: 20px 20px;
		min-width: 35px;
		height: 35px;
		}
	.spb-bodyarea .spb-secblock.acd-open .spb-sb-ttl.acd-tgl  { padding: 10px 15px; }
}
/* ---------------------------------------------------

	workshop

-------------------------- */
.wks-list {}
.wks-list .item { border-bottom: 1px solid #707070; }
.wks-list .item:last-child { border-bottom: none; }
	.wks-list .item .thumb img { box-shadow: 0px 3px 6px #00000029; }
.wks-list .item .con {
	position: relative;
	width: 100%;
	box-sizing: border-box;
	}
.wks-list .item .con .inner { display: flex; }
.wks-list .item .con.acd-child { display: none; }
.wks-list .item.acd-open .con.acd-child {}
.wks-list .item .ttlarea {
	display: flex;
	align-items: center;
	justify-content: space-between;
	transition: all .3s;
	}
.wks-list .item.acd-open .ttlarea.acd-tgl { background-color: rgba(215, 171, 77, .2); }
.wks-list .item .ttlarea .inner {
	margin: 0;
    display: flex;
    flex-wrap: wrap;
	}
.wks-list .item .ttlarea:after {
	background-color: #D7AB4D;
	background-image: url(/src/img/common/icon/plus-white.svg);
	background-position: center;
	background-repeat: no-repeat;
	content: '';
	border-radius: 100px;
	}
.wks-list .item.acd-open .ttlarea:after { background-image: url(/src/img/common/icon/minus-white.svg); }
	.wks-list .item .ttlarea .dataarea span { font-weight: 700; }
	.wks-list .item .ttlarea .dataarea span.label {
		background: transparent linear-gradient(112deg, #E2CA77 0%, #D6AD4E 100%) 0% 0% no-repeat padding-box;
		color: #fff;
		display: inline-flex;
		align-items: baseline;
		border-radius: 100px;
		}
	.wks-list .item .ttlarea .dataarea span.label strong {
		font-size: 130%;
		font-weight: 500;
		}
	.wks-list .item .ttlarea .ttl { color: #D7AB4D; }
	.wks-list .item .ttlarea .ttl:before { display: none; }
.wks-list .item .con .detail {
	border-top: 1px solid #707070;
	width: 100%;
	box-sizing: border-box;
	}
	.wks-list .item .con .detail dl {
		border-bottom: 1px solid #707070;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		}
	.wks-list .item .con .detail dl dt {
		border-right: 1px solid #707070;
		color: #D7AB4D;
		}
	.wks-list .item .con .detail dl dd {
		display: flex;
		align-items: baseline;
		justify-content: flex-start;
		}
	.wks-list .item .con .detail dl dd strong { font-size: 120%; }
	.sppblock.workshop .spb-bodyarea { padding-bottom: 0; }
	.sppblock.workshop .com-txtarea p { text-align: justify; }
	.sppblock.workshop .com-inqarea .btnarea { text-align: center; }
/* ----------------------- */
@media (min-width: 751px) {
.wks-list { margin-top: 25px; }
.wks-list .item {}
	.wks-list .item .thumb {
		margin-left: 40px;
		max-width: 200px;
		min-width: 200px;
		}
	.wks-list .item .thumb img { border-radius: 20px; }
.wks-list .item .con {
	align-items: center;
	justify-content: space-between;
	}
.wks-list .item .con .inner {
	flex-flow: row-reverse;
	padding-bottom: 40px;
	padding-top: 30px;
	}
.wks-list .item .ttlarea {
	cursor: pointer;
	padding: 25px 0;
	}
.wks-list .item .ttlarea .inner { padding: 0; }
.wks-list .item.acd-open .ttlarea.acd-tgl {
	padding-left: 20px;
	padding-right: 20px;
	}
.wks-list .item .ttlarea.acd-tgl:hover { background-color: rgba(215, 171, 77, .2); }
.wks-list .item .ttlarea:after {
	background-size: 30px 30px;
	min-width: 50px;
	height: 50px;
	}
	.wks-list .item .ttlarea .dataarea span { margin-right: 20px; }
	.wks-list .item .ttlarea .dataarea span.label {
		font-size: 30px;
		padding: 2.5px 25px 5px;
		}
	.wks-list .item .ttlarea .dataarea span.label strong { margin: 0 5px; }
	.wks-list .item .ttlarea .dataarea span.data { font-size: 30px; }
	.wks-list .item .ttlarea .ttl { font-size: 40px; }
	.wks-list .item .con .detail dl {
		font-size: 20px;
		padding: 15px 0;
		}
	.wks-list .item .con .detail dl dt {
		min-width: 80px;
		text-align: center;
		}
	.wks-list .item .con .detail dl dd { padding: 0 20px; }
	.wks-list .item .con .detail dl dd strong { margin-left: 15px; }
	.sppblock.workshop .com-txtarea { margin-top: 20px; }
		.sppblock.workshop .com-txtarea p {
			font-size: 18px;
			line-height: 1.75;
			text-align: center;
			}
	.sppblock.workshop .com-inqarea {
		margin-top: 20px;
		padding-bottom: 40px;
		}
		.sppblock.workshop .com-inqarea .btnarea { margin-top: 40px; }
		.sppblock.workshop .com-inqarea .btnarea a:after { margin-left: 20px; }
		.sppblock.workshop .com-inqarea .btnarea a:hover { transform: scale(1.05); }
}
/* ----------------------- */
@media (max-width: 750px) {
.wks-list { margin-top: 25px; }
.wks-list .item .inner { padding: 25px 0; }
	.wks-list .item .thumb {
		margin: 0 auto;
		padding: 0 25px;
		position: relative;
		}
	.wks-list .item .thumb img { border-radius: 10px; }
.wks-list .item .con {
	position: relative;
	z-index: 1;
	}
.wks-list .item .con .inner {
	margin-top: 0;
	padding-top: 0;
	position: relative;
	flex-direction: column;
	transition: all .75s;
	}
	.wks-list .item.acd-open .con .inner { margin-top: -10px; }
.wks-list .item .ttlarea:after {
	background-size: 20px 20px;
	min-width: 35px;
	height: 35px;
	}
.wks-list .item.acd-open .ttlarea.acd-tgl {
	padding-left: 15px;
	padding-right: 15px;
	}
	.wks-list .item .ttlarea .dataarea {
		display: flex;
		flex-direction: column;
		justify-content: center;
		text-align: center;
		}
	.wks-list .item .ttlarea .dataarea span { margin-right: 15px; }
	.wks-list .item .ttlarea .dataarea span:last-child { margin-right: 0; }
	.wks-list .item .ttlarea .dataarea span.label {
		font-size: 20px;
		padding: 2.5px 15px 5px;
		justify-content: center;
		}
	.wks-list .item .ttlarea .dataarea span.label strong { margin: 0 5px; }
	.wks-list .item .ttlarea .dataarea span.data { font-size: 23px; }
	.wks-list .item .ttlarea .ttl {
		font-size: 30px;
		margin-left: 15px;
		}
	.wks-list .item .con .detail { margin-top: 15px; }
	.wks-list .item .con .detail dl {
		font-size: 16px;
		padding: 10px 0;
		}
	.wks-list .item .con .detail dl:last-child { border-bottom: none; }
	.wks-list .item .con .detail dl dt {
		min-width: 70px;
		text-align: center;
		}
	.wks-list .item .con .detail dl dd {
		padding: 0 20px;
		flex-wrap: wrap;
		}
	.sppblock.workshop .com-txtarea { margin-top: 15px; }
		.sppblock.workshop .com-txtarea p {
			font-size: 16px;
			line-height: 1.75;
			letter-spacing: -0.5px;
			text-align: justify;
			}
	.sppblock.workshop .com-inqarea {
		margin-top: 30px;
		padding-bottom: 30px;
		}
		.sppblock.workshop .com-inqarea .btnarea { margin-top: 15px; }
		.sppblock.workshop .com-inqarea .btnarea a { border-radius: 10px; }
		.sppblock.workshop .com-inqarea .btnarea a:after { margin-left: 20px; }
}
/* ---------------------------------------------------

	individual

-------------------------- */
/* ---------------------------------------------------

	individual - howto

-------------------------- */
.howto-diagram {
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	}
.howto-list {
    margin: 0 auto;
    display: flex;
    justify-content: center;
	}
	.howto-list .item { box-sizing: border-box; }
	.howto-list .item .con .ttlarea .ttl {
		color: #D7AB4D;
		font-weight: 700;
		text-align: center;
		}
	.howto-list .item .con .txt p {
		line-height: 1.75;
		text-align: justify;
		}
.expert-list {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	}
	.expert-list .item { box-sizing: border-box; }
	.expert-list .item .thumb img {
		border: 1px solid #707070;
		border-radius: 10px;
		}
	.expert-list .item .con .credit .link a {
		color: #0091B7;
		display: inline-block;
		text-decoration: underline;
		}
	.expert-list .item .con .ttl { color: #D7AB4D; }
	.expert-list .item .con .txt p {
		line-height: 1.75;
		text-align: justify;
		}
/* ----------------------- */
@media (min-width: 751px) {
.howto-diagram { margin-top: 40px; }
.howto-list { margin-top: 15px; }
	.howto-list .item {
		padding: 40px;
		width: 50%;
		}
	.howto-list .item .thumb img { border-radius: 20px; }
	.howto-list .item .con { margin-top: 10px; }
	.howto-list .item .con .ttlarea .ttl { font-size: 30px; }
	.howto-list .item .con .txt { margin-top: 10px; }
	.howto-list .item .con .txt p { font-size: 20px; }
.expert-list { margin-top: 40px; }
	.expert-list .item {
		padding: 40px;
		width: 50%;
		}
	.expert-list .item .con { margin-top: 15px; }
	.expert-list .item .con .credit .name { font-size: 22px; }
	.expert-list .item .con .credit .link a { font-size: 18px; }
	.expert-list .item .con .ttl {
		font-size: 20px;
		margin-top: 15px;
		}
	.expert-list .item .con .txt { margin-top: 15px; }
	.expert-list .item .con .txt p {
		font-size: 16px;
		letter-spacing: 0.5px;
		}
}
/* ----------------------- */
@media (max-width: 750px) {
.spb-secblock.howto {}
.howto-diagram {
	margin-left: -32.5px;
	margin-right: -32.5px;
	margin-top: 30px;
	}
.howto-list {
    margin-top: 20px;
    padding: 0 15px;
    flex-wrap: wrap;
	}
	.howto-list .item { padding: 20px 0; }
	.howto-list .item .thumb img { border-radius: 20px; }
	.howto-list .item .con { margin-top: 10px; }
	.howto-list .item .con .ttlarea .ttl { font-size: 25px; }
	.howto-list .item .con .txt { margin-top: 10px; }
	.howto-list .item .con .txt p { font-size: 16px; }
.expert-list {
	margin-top: 20px;
	padding: 0 15px;
	}
	.expert-list .item { padding: 20px 0; }
	/*
	.expert-list .item .thumb {
		position: sticky;
		top: 10px;
		}
	*/
	.expert-list .item .con { margin-top: 15px; }
	.expert-list .item .con .credit .name { font-size: 20px; }
	.expert-list .item .con .credit .link a { font-size: 16px; }
	.expert-list .item .con .ttl {
		font-size: 18px;
		margin-top: 15px;
		}
	.expert-list .item .con .txt { margin-top: 15px; }
	.expert-list .item .con .txt p {
		font-size: 16px;
		letter-spacing: 0.5px;
		}
}



/* ---------------------------------------------------

	spb > acd-child > *

-------------------------- */
.spb-catch{}
.spb-catch__figure{}
.spb-summary{}
.spb-summary__item{
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}
.spb-summary__figure{
  width: 100%;
}
.spb-summary__figure-list{
  display: flex;
  flex-wrap: wrap;
}
.spb-summary__figure-item{}
.spb-summary__figure-item img{
  border-radius: 20px;
}
.spb-summary__figure-item--border img{
  border: 1px #707070 solid;
}
.spb-summary__description{}
.spb-summary__description-text{}
.spb-summary__description-list{}
.spb-summary__description-item{}
.spb-summary__description-link{
  color: #D7AB4D;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

/* ----------------------- */
@media (min-width: 751px) {
.spb-catch{
  margin: 2.5rem 0;
  }
.spb-catch__figure{}
.spb-summary{}
.spb-summary__item{
  gap: 0 2rem;
  padding: 2.5rem;
  }
.spb-summary__figure{
  max-width: 380px;
  }
.spb-summary__figure-list{
  gap: 1rem 0;
  }
.spb-summary__figure-item{}
.spb-summary__figure-item--border img{}
.spb-summary__description{
  padding: 2rem 0 0;
  width: calc((100% - 2rem) - 380px);
  }
.spb-summary__description-text{
  font-size: 1.125rem;
  line-height: 2;
  }
.spb-summary__description-list{
  margin: 1rem 0 0;
  }
.spb-summary__description-item{
  font-size: 1rem;
  margin: 0 0 0.5em;
  }
.spb-summary__description-item:last-of-type{
  margin: 0;
  }
.spb-summary__description-link{}

}
/* ----------------------- */
@media (max-width: 750px) {
.spb-catch{
  margin: 1.875rem 0;
  }
.spb-catch__figure{}
.spb-summary{}
.spb-summary__item{
  gap: 2rem 0;
  padding: 1.25rem 0;
  }
.spb-summary__figure{}
.spb-summary__figure-list{
  gap: 1rem 0;
  }
.spb-summary__figure-item{}
.spb-summary__figure-item--border img{}
.spb-summary__description{}
.spb-summary__description-text{
  font-size: 1rem;
  line-height: 1.75;
  }
.spb-summary__description-list{
  margin: 1rem 0 0;
  }
.spb-summary__description-item{
  font-size: 1rem;
  margin: 0 0 0.5em;
  }
.spb-summary__description-item:last-of-type{
  margin: 0;
  }
.spb-summary__description-link{}

}



/* ---------------------------------------------------

	*****

-------------------------- */
/* ----------------------- */
@media (min-width: 751px) {
}
/* ----------------------- */
@media (max-width: 750px) {
}
