@charset "UTF-8";
/* CSS Document */
:root {
	--textColor: #163C2A;
}

html {
	font-size: 46.875%;/*62.5%;*/
	position: relative;
	overflow-y: scroll;
	overflow-x: hidden;
}
@media (min-width: 751px) {
	#contents-meetup .spv {
		display: none;
	}
}
@media (max-width: 750px) {
	#contents-meetup .pcv {
		display: none;
	}
	html {
		font-size: 38%;
	}
}
#contents-meetup {
	color: var(--textColor);
	font-family: /*'Noto Sans JP', */'Hiragino Sans', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', YuGothic, "Yu Gothic Medium", "Yu Gothic", 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 2.5rem;
	line-height: 1.5;
	/*font-feature-settings: 'palt';*/
	/*-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;*/
	
	/*opacity: 0;
	transition: opacity 0.3s;
	pointer-events: none;*/
}
/*html.start #contents-meetup {
	opacity: 1;
	pointer-events: auto;
}*/

#contents-meetup p {
	line-height: 2;
	margin: 0;
	color: inherit;
}

#contents-meetup a {
	text-decoration: none;
	transition: opacity 0.2s, filter 0.2s;
	display: inline-block;
	vertical-align: top;
	color: inherit;
	-webkit-touch-callout: none;
}


#contents-meetup section {
	position: relative;
}

#contents-meetup .wrapper {
	padding-left: 4vw;
	padding-right: 4vw;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
@media (min-width: 751px) {
	#contents-meetup .flex {
		display: flex;
		justify-content: space-between;
	}
}
/*------------------------------------------------*/
#contents-meetup #section-header header {
	/*display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	background: #090;
	aspect-ratio: 2 / 1;
	color: #fff;*/
	position: relative;
	width: 100%;
	min-height: 80vw;
	overflow: hidden;
}

#contents-meetup #section-header h1 {
	aspect-ratio: 1920 / 975;
	background: url(../images_green/kv.jpg) center center/cover no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
@media (max-width: 1000px) {
	#contents-meetup #section-header h1 {
		aspect-ratio: 8 / 6;
	}
}
@media (max-width: 750px) {
	#contents-meetup #section-header h1 {
		aspect-ratio: 750 / 1106;
		background-image: url(../images_green/kv_sp.jpg);
	}
}
#contents-meetup #section-header h1 img {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	width: auto;
	height: 100%;
}
#contents-meetup .section-sponsorship {
	height: 180px;
	background: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: center;
	max-width: 520px;
	width: 85%;
	margin: 0 auto;
}
#contents-meetup .section-sponsorship .wrap {
	width: 50%;
}
#contents-meetup .section-sponsorship .wrap p {
	font-size: 2.0rem;
	font-weight: 600;
}
#contents-meetup .section-sponsorship .wrap .logo {
	height: 38px;
	margin: 12px 0;
}
#contents-meetup .section-sponsorship .wrap .logo img {
	display: block;
	margin: 0 auto;
}
#contents-meetup .section-sponsorship .wrap .logo img.logo-1 {
	height: 28px;
}
#contents-meetup .section-sponsorship .wrap .logo img.logo-2 {
	height: 34px;
}
@media (max-width: 750px) {
	#contents-meetup .section-sponsorship {
		height: auto;
		padding: 10px 0;
	}
	#contents-meetup .section-sponsorship .wrap .logo {
		height: 29px;
		margin: 5px 0;
	}
	#contents-meetup .section-sponsorship .wrap .logo img.logo-1 {
		height: 24px;
	}
	#contents-meetup .section-sponsorship .wrap .logo img.logo-2 {
		height: 29px;
	}
}

/*------------------------------------------------*/
#contents-meetup .outer-1 {
	background: linear-gradient(180deg,#8BB270,#35875F);
	padding-top: 70px;
	padding-bottom: 60px;
	overflow: hidden;
	position: relative;
}
#contents-meetup .bg {
	position: relative;
}
#contents-meetup .bg::before {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 1;
}
#contents-meetup .bg-1::before {
	top: -5.5vw;
	height: 30vw;
	max-height: 480px;
	background: url("../images_green/s1_bg2.png") center top/auto 100% no-repeat;
	mix-blend-mode: multiply;
}
#contents-meetup .bg-2::before {
	top: -12vw;
	height: 30vw;
	max-height: 480px;
	background: url("../images_green/s1_bg2.png") center top/auto 100% no-repeat;
	mix-blend-mode: multiply;
}
#contents-meetup .outer-1::before {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 1;
	top: -3vw;
	height: 24vw;
	max-height: 420px;
	background: url("../images_green/s1_bg1.png") center top/auto 100% no-repeat;
	mix-blend-mode: multiply;
}
#contents-meetup #section-1-3::after {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 1;
	bottom: -6vw;
	height: 24vw;
	max-height: 420px;
	background: url("../images_green/s1_bg1.png") center top/auto 100%  no-repeat;
	transform: scaleY(-1);
}
/*@media (max-width: 1000px) {
	#contents-meetup .outer-1 {
		padding-bottom: 100px;
	}
	#contents-meetup .bg-1::before {
		top: -4vw;
		height: 32vw;
	}
	#contents-meetup .bg-2::before {
		top: -7vw;
		height: 35vw;
	}
	#contents-meetup .outer-1::before {
		top: -5vw;
		height: 35vw;
	}
	#contents-meetup .outer-1::after {
		height: 32vw;
	}
}*/

#contents-meetup .outer-1 > section {
	z-index: 2;
}
#contents-meetup .outer-1 > section .inner-section {
	background: #fff;
	max-width: 1190px;
	margin: 0 auto;
	border-radius: 18px;
	padding-top: 65px;
	padding-bottom: 65px;
	box-shadow: 0 0 22px rgba(0,0,0,0.16);
	position: relative;
	z-index: 2;
}
#contents-meetup .outer-1 > section {
	margin-top: 95px;
}
#contents-meetup .outer-1 > section.wrapper {
	padding-left: 2vw;
	padding-right: 2vw;
}
#contents-meetup .outer-1 > section:first-of-type {
	margin-top: 0;
}
#contents-meetup .outer-1  main.center {
	text-align: center;
}
@media (max-width: 750px) {
	#contents-meetup .outer-1 > section {
		margin-top: 55px;
	}
	#contents-meetup .outer-1 > section .inner-section {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}
/*------------------------------------------------*/
#contents-meetup .outer-1 > section header {
	text-align: center;
	margin: 0 0 50px;
}
#contents-meetup .outer-1 > section header h2 {
	font-size: 4.5rem;
	font-weight: 600;
	line-height: 1.3;
	padding-bottom: 35px;
	background: url("../images_green/deco_1.svg") center bottom/auto 19px no-repeat;
}
#contents-meetup .outer-1 > section header h2 span {
	display: inline-block;
}
#contents-meetup .outer-1 > section header p {
	font-size: 3.0rem;
	font-weight: 400;
	margin-top: 12px;
}
@media (max-width: 750px) {
	#contents-meetup .outer-1 > section header {
		margin: 0 0 24px;
	}
	#contents-meetup .outer-1 > section header h2 {
		font-size: 4.0rem;
		padding-bottom: 28px;
		background: url("../images_green/deco_1.svg") center bottom/auto 14px no-repeat;
	}
	#contents-meetup .outer-1 > section header p {
		font-size: 2.8rem;
		font-weight: 600;
		margin-top: 12px;
	}
	/*#contents-meetup .outer-1 > section main p {
		text-align: left;
	}*/
}
#contents-meetup .outer-1 > section main p + p {
	margin-top: 2.5em;
}
#contents-meetup ul.wrap-col3 {
	margin: 30px 0 0;
}
#contents-meetup ul.wrap-col3 li {
	width: 31%;
	text-align: left;
}
#contents-meetup ul.wrap-col3 li p {
	font-size: 2.0rem;
	line-height: 1.8;
}
#contents-meetup ul.wrap-col3 li img {
	display: block;
	width: 100%;
	margin-bottom: 18px;
}
@media (max-width: 750px) {
	#contents-meetup ul.wrap-col3 li {
		width: auto;
	}
	#contents-meetup ul.wrap-col3 li + li {
		margin-top: 20px;
	}
	#contents-meetup ul.wrap-col3 li p {
		font-size: 2.0rem;
		line-height: 1.8;
		margin-bottom: 10px;
	}
	#contents-meetup ul.wrap-col3 li img {
		margin-bottom: 10px;
	}
}

/*------------------------------------------------*/
#contents-meetup #section-1-1 h3 {
	margin: 80px 0 0;
	font-size: 3.5rem;
	font-weight: 600;
	text-align: center;
}
#contents-meetup #section-1-1 .wrap-text {
	max-width: 970px;
	margin: 0 auto;
}
/*------------------------------------------------*/
#contents-meetup #section-1-2 header {
	margin: 0 0 80px;
}
#contents-meetup #section-1-2 .wrap-text {
	max-width: 870px;
	margin: 0 auto 50px;
}
#contents-meetup #section-1-2 .wrap-text h3 {
	font-size: 3.5rem;
	font-weight: 600;
	margin-bottom: 12px;
	margin-top: 50px;
}
#contents-meetup #section-1-2 .wrap-text h3:first-child {
	margin-top: 0;
}
@media (max-width: 750px) {
	#contents-meetup #section-1-2 header {
		margin: 0 0 50px;
	}
	#contents-meetup #section-1-2 .wrap-text h3 {
		font-size: 3.0rem;
	}
}
/*------------------------------------------------*/
#contents-meetup ul.list-num li {
	position: relative;
	padding-left: 1.4em;
}
#contents-meetup ul.list-num li span {
	position: absolute;
	left: 0;
	top: 0;
}
#contents-meetup .wrap-event {
	border: 1px solid #35875F;
	padding: 60px 30px 30px 60px;
}
@media (max-width: 750px) {
	#contents-meetup .wrap-event {
		padding: 15px 5vw 30px;
	}
}


#contents-meetup .wrap-event ul.table {
	flex: 1;
	font-size: 3.0rem;
	margin-bottom: 15px;
	order: 1;
}
#contents-meetup .wrap-event ul.table h4 {
}
#contents-meetup .wrap-event ul.table p {
	line-height: 1.4;
}
#contents-meetup .wrap-event ul.table p .s {
	display: block;
	font-size: 1.8rem;
}
#contents-meetup .wrap-event ul.table h4 {
	font-weight: 600;
}
@media (min-width: 1000px) {
	#contents-meetup .wrap-event .inner {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	#contents-meetup .wrap-event img.image-map {
		order: 2;
		max-width: 455px;
		width: 30%;
		height: auto;
		margin-left: 4vw;
	}
}
@media (max-width: 1000px) {
	#contents-meetup .wrap-event img.image-map {
		display: block;
		max-width: 455px;
		width: 100%;
		height: auto;
		margin: 0 auto 30px;
	}
}
@media (min-width: 751px) {	
	#contents-meetup .wrap-event ul.table h4,
	#contents-meetup .wrap-event ul.table p {
		padding-bottom: 30px;
	}
	#contents-meetup .wrap-event ul.table h4 {
		width: 7em;
		text-align: right;
		padding-right: 2em;
	}
}
@media (max-width: 750px) {
	#contents-meetup .wrap-event ul.table li {
		padding: 15px 0;
		border-bottom: 1px solid rgba(22,60,42,0.25);
	}
	#contents-meetup .wrap-event ul.table h4 {
		
	}
	#contents-meetup .wrap-event ul.table h4 {
		padding-bottom: 5px;
	}
}

#contents-meetup ul.list-point li {
	position: relative;
	padding-left: 1em;
	font-size: 1.9rem;
	line-height: 2;
}
#contents-meetup ul.list-point li::before {
	content: '・';
	position: absolute;
	left: 0;
	top: 0;
}
#contents-meetup .wrap-map {
	margin: 70px auto;
	max-width: 970px;
	height: 370px;
}
#contents-meetup .wrap-map iframe {
	width: 100%;
	height: 100%;
	border: 0;
}
@media (max-width: 750px) {
	#contents-meetup .wrap-map {
		margin: 30px auto 50px;
	}
}

#contents-meetup a.btn {
	display: block;
	margin: 0 auto;
	max-width: 444px;
	width: 100%;
	height: 70px;
	border-radius: 35px;
	text-align: center;
	line-height: 70px;
	font-size: 3.0rem;
	font-weight: 600;
	background: #FFDC4B;
	color: #000;
	box-shadow: 0 0 20px rgba(0,0,0,0.3);
	transition: background 0.1s;
	white-space: nowrap;
}

@media (hover: hover) {
	#contents-meetup a:hover {
		filter: brightness(120%);
	}
	#contents-meetup a.btn:hover {
		color: #fff!important;
		background: var(--textColor)!important;
		filter: none;
	}
}
@media (hover: none) {
	#contents-meetup a:active {
		filter: brightness(120%);
	}
	#contents-meetup a.btn:active {
		color: #fff!important;
		background: var(--textColor)!important;
		filter: none;
	}
}
/*------------------------------------------------*/
@media (min-width: 751px) {
	#contents-meetup ul.table {
		display: table;
		border-collapse: collapse;
	}
	#contents-meetup ul.table li {
		display: table-row;
	}
	#contents-meetup ul.table li > * {
		display: table-cell;
	}
}
@media (max-width: 750px) {
}

/*------------------------------------------------*/
#contents-meetup #section-1-3 .inner-section {
	padding-bottom: 80px;
}
#contents-meetup #section-1-3 main {
	max-width: 900px;
	margin: 0 auto;
}
#contents-meetup #section-1-3 main section .wrap-time {
	margin-bottom: 50px;
}
#contents-meetup #section-1-3 main section .wrap-time p {
	font-size: 3.0rem;
	font-weight: 600;
	line-height: 1.6;
	margin-left: 30px;
}
#contents-meetup #section-1-3 main section .wrap-time p + p {
	margin-top: 15px;
}
#contents-meetup #section-1-3 main section .wrap-time p span {
	font-size: 4.0rem;
	margin-left: 30px;
}
#contents-meetup #section-1-3 main section .wrap-table {
	padding: 0 20px 20px 20px;
	border: 1px solid #539665;
}
#contents-meetup #section-1-3 main section .wrap-table h3 {
	color: #458F62;
	border-bottom: #539665 1px solid;
	font-size: 3.5rem;
	line-height: 1.6;
	padding: 10px 20px;
	font-weight: 700;
}
#contents-meetup #section-1-3 main section .wrap-table ul.table {
	width: 100%;
}
#contents-meetup #section-1-3 main section .wrap-table ul.table .wrap-th,
#contents-meetup #section-1-3 main section .wrap-table ul.table .detail {
	font-size: 3.0rem;
	line-height: 1.6;
}
#contents-meetup #section-1-3 main section .wrap-table ul.table .wrap-th {
	color: #458F62;
	margin-bottom: 15px;
	font-weight: 700;
	white-space: nowrap;
}
#contents-meetup #section-1-3 main section .wrap-table ul.table .wrap-th span {
	display: block;
	font-size: 0.7em;
	font-weight: 400;
}
#contents-meetup #section-1-3 main section .wrap-table ul.table h4 {
	font-size: 3.0rem;
	font-weight: 600;
	color: #458F62;
}
#contents-meetup #section-1-3 main section .wrap-table ul.table p {
	line-height: 1.6;
	color: #000;
}
#contents-meetup #section-1-3 main section .at {
	color: #4A9263;
	font-size: 2.5rem;
	line-height: 1.6;
	margin-top: 5px;
}
#contents-meetup #section-1-4 {
	max-width: calc(1190px + 8vw);
}
#contents-meetup #section-1-4 header h2 {
	color: #fff;
}
#contents-meetup #section-1-4 header h2 {
	background-image: url(../images_green/deco_1_w.svg);
}
#contents-meetup #section-1-4 main ul li {
	background: #fff;
	padding: 15px 15px 124px;
	border-radius: 10px;
	position: relative;
}
#contents-meetup #section-1-4 main ul li a.btn {
	background: #fff;
	font-size: 2.0rem;
	max-width: 285px;
	width: calc(100% - 30px);
	height: 54px;
	line-height: 54px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 40px;
	margin: 0 auto;
	color: var(--textColor);
}

@media (min-width: 751px) {
	#contents-meetup #section-1-3 main section + section {
		margin: 40px 0 0;
	}
	#contents-meetup #section-1-3 main section h3 {
		margin: 0 -20px 20px;
	}
	#contents-meetup #section-1-3 main section .wrap-table ul.table .wrap-th,
	#contents-meetup #section-1-3 main section .wrap-table ul.table .detail {
		border: 1px solid rgba(22,60,42,0.25);
		padding: 25px 0 25px 30px;
	}
	#contents-meetup #section-1-3 main section .wrap-table ul.table .wrap-th {
		text-align: center;
		padding: 25px 15px 25px 0;
		vertical-align: middle;
	}
	#contents-meetup #section-1-3 main section .wrap-table ul.table li:first-child .wrap-th,
	#contents-meetup #section-1-3 main section .wrap-table ul.table li:first-child .detail {
		border-top: none;
		padding-top: 0;
	}
	#contents-meetup #section-1-3 main section .wrap-table ul.table li .wrap-th:first-child,
	#contents-meetup #section-1-3 main section .wrap-table ul.table li .detail:first-child {
		border-left: none;
	}
	#contents-meetup #section-1-3 main section .wrap-table ul.table li .wrap-th:last-child,
	#contents-meetup #section-1-3 main section .wrap-table ul.table li .detail:last-child {
		border-right: none;
	}
	#contents-meetup #section-1-3 main section .wrap-table ul.table li:last-child .wrap-th,
	#contents-meetup #section-1-3 main section .wrap-table ul.table li:last-child .detail {
		border-bottom: none;
		padding-bottom: 0;
	}
	#contents-meetup #section-1-3 main section .wrap-table ul.table li .detail h4 {
		margin-bottom: 5px;
	}
	#contents-meetup #section-1-3 main section .at {
		text-align: right;
	}
}
@media (max-width: 750px) {
	#contents-meetup #section-1-4 main ul {
		background: #fff;
		border-radius: 10px;
		padding: 15px 0 0;
	}
	#contents-meetup #section-1-4 main ul li {
		padding: 0 15px 80px;
	}
	#contents-meetup #section-1-4 main ul li a.btn {
		bottom: 20px;
	}
	#contents-meetup #section-1-3 main section + section {
		margin: 60px 0 0;
	}
	#contents-meetup #section-1-3 .inner-section {
		padding-bottom: 60px;
	}
	#contents-meetup #section-1-3 main section .wrap-table h3 {
		padding-left: 15px;
		padding-right: 15px;
	}
	#contents-meetup #section-1-3 main section .wrap-time p {
		margin-left: 0;
	}
	#contents-meetup #section-1-3 main section .wrap-time p span {
		display: block;
		margin-left: 0;
	}
	#contents-meetup #section-1-3 main section .wrap-time {
		margin-top: 35px;
		margin-bottom: 35px;
	}
	#contents-meetup #section-1-3 main section .wrap-time p + p {
		margin-top: 10px;
	}
	
	#contents-meetup #section-1-3 main section h3 {
		font-size: 3.6rem;
		font-weight: 600;
		margin: 0 -15px;
	}
	#contents-meetup #section-1-3 main section .wrap-table {
		padding: 0 4vw;
	}
	#contents-meetup #section-1-3 main section .wrap-table ul.table li {
		padding: 20px 0;
	}
	#contents-meetup #section-1-3 main section .wrap-table ul.table li + li {
		border-top: 1px solid rgba(22,60,42,0.25);
	}
	#contents-meetup #section-1-3 main section .wrap-table ul.table li .wrap-th {
		text-align: center;
	}
	#contents-meetup #section-1-3 main section .wrap-table ul.table li:last-child .wrap-th {
		margin-bottom: 0;
	}
	#contents-meetup #section-1-3 main section .wrap-table ul.table li .wrap-th .time {
		font-weight: 400;
	}
	#contents-meetup #section-1-3 main section .wrap-table ul.table .detail {
		padding: 0;
		margin-left: 15px;
	}
	#contents-meetup #section-1-3 main section .wrap-table ul.table .detail p {
		font-size: 2.2rem;
	}
	#contents-meetup #section-1-3 main section .at {
		font-size: 2.2rem;
	}
}

/*------------------------------------------------*/
#contents-meetup .outer-2 section header,
#contents-meetup .outer-2 section.section-btn {
	height: 285px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	background: center center/cover no-repeat;
}
#contents-meetup .outer-2 section.section-btn {
	height: 320px;
}
#contents-meetup .outer-2 section header h2 {
	color: #fff;
	font-size: 6rem;
	line-height: 1.2;
	font-weight: 700;
}
@media (max-width: 750px) {
	#contents-meetup .outer-2 section header,
	#contents-meetup .outer-2 section.section-btn {
		height: 140px;
	}
	#contents-meetup .outer-2 section.section-btn {
		height: 160px;
	}
	#contents-meetup .outer-2 section header h2 {
		font-size: 4.8rem;
		line-height: 1.2;
	}
}

/*------------------------------------------------*/
#contents-meetup .outer-2 section main {
	padding-top: 75px;
	padding-bottom: 100px;
	max-width: 1290px;
	margin: 0 auto;
}
#contents-meetup .outer-2 section main .wrap-text {
	max-width: 980px;
	margin: 80px auto 0;
}
#contents-meetup .outer-2 section main .wrap-text:first-child {
	margin-top: 0;
}
#contents-meetup .outer-2 section main .wrap-text h3 {
	font-size: 3.5rem;
	font-weight: 800;
	margin-bottom: 20px;
}
#contents-meetup .outer-2 section main .wrap-text h3 span {
	display: inline-block;
}

@media (min-width: 751px) {
	#contents-meetup .outer-2 section main a.btn {
		margin-top: 80px;
		/*max-width: 565px;
		height: 108px;
		line-height: 108px;
		border-radius: 54px;*/
	}
}
@media (max-width: 750px) {
	#contents-meetup .outer-2 section main a.btn {
		margin-top: 50px;
	}
	#contents-meetup .outer-2 section main {
		padding-top: 40px;
		padding-bottom: 50px;
	}
}
/*------------------------------------------------*/
#contents-meetup .outer-2 .wrap-image {
    margin: 40px auto 0;
}
#contents-meetup .outer-2 .w2-1 {
	max-width: 435px;
}
#contents-meetup .outer-2 .w2-1-2 {
	max-width: 800px;
	display: flex;
	justify-content: space-between;
}
#contents-meetup .outer-2 .w2-1-2 li {
	width: 48.5%;
}
#contents-meetup .outer-2 .w2-2 {
	max-width: 930px;
}
#contents-meetup .outer-2 .w2-3 {
	max-width: 720px;
}
#contents-meetup .outer-2 img.image {
	display: block;
	width: 100%;
	margin: 0 auto;
}
@media (max-width: 750px) {
	#contents-meetup .outer-2 .wrap-image {
		margin: 30px auto 0;
	}
	#contents-meetup .outer-2 .w2-1 img.image {
		width: 75%;
	}
}

/*------------------------------------------------*/

@media (min-width: 751px) {
	#contents-meetup .section-btn::before {
		content: '';
		position: absolute;
		z-index: 1;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: url("../images_green/s2_hd_btn_2.png") center center/auto 211px no-repeat;
		z-index: 1;
	}
	#contents-meetup .section-btn a.btn {
		display: block;
		/*max-width: 560px;
		height: 110px;
		border-radius: 55px;
		line-height: 110px;*/
		position: relative;
		z-index: 2;
	}
}
/*------------------------------------------------*/






