@charset "UTF-8";

:root {
	--noto-serif: 'Noto Serif JP', serif;
	--luckiest: 'Luckiest Guy', cursive, serif;
	--color-red: #2CA6E0;
}

.pc {
	display: block;
}

.sp {
	display: none;
} 

html {
	scroll-behavior: smooth;
	--scroll-behavior: smooth;
	font-family: 'scroll-behavior:smooth';
	font-size: 62.5%;
}

body {
	letter-spacing: 0.1em;
	color: #000;
	font-family: 'Noto Sans JP', sans-serif;
}

body.noscroll {
	overflow: hidden;
	touch-action: pinch-zoom;
}

main {
	background: #2CA6E0;
}

img {
  max-width: 100%;
  height: auto;
}

h1, h2, h3, h4, dt, dd, th, td {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  font-style: normal;
}

header {
	background-color: #FFF600;
}

header::after {
	content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../images/top/top_bk.png);
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.topWrap {
	max-width: 1380px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
    padding: 0;
}

.menuWrap {
	width: 100%;
    margin: 0 auto;
    max-width: 1280px;
    position: relative;
    z-index: 30;
    padding: 3% 0 0 0;
}

.menuBox {
	width: 20%;
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
}

.menuBox a {
    color: #2CA6E0;
}

.btn {
	border-left: solid 1px #2CA6E0;
	padding: 0% 0;
}

.btnlst a {
	background-color: #2CA6E0;
    color: #FFF;
    padding: 5% 30%;
    border-radius: 10px;
}

.tbwrap {
	text-align: center;
	max-width: 1375px;
	position: relative;
}

h1 {
	padding: 10% 0;
    width: 100%;
    margin: 0 auto;
    max-width: 618px;
    height: 777px;
}

h1 img {
	text-align: center;
	width: 100%;
}

.lg img {
	width: 100%;
	margin: 5% 0 0 0;
}

.unc-contents {
	flex-wrap: wrap;
    display: flex;
}


.cont01 {
	width: 26%;
    display: block;
}

.cont02 {
	width: 20%;
    margin: 5% 2% 5%;
}

.cont03 {
	width: 50%;
    margin: 5% 0 5%;
}

.unc-icon {
    position: absolute;
    display: contents;
}

.icon01 {
    top: 23%;
    position: absolute;
    width: 18%;
    left: 8%;
}

.icon02 {	
	top: 54%;
    position: absolute;
    width: 18%;
    left: 8%;
}

.icon03 {
	top: 58%;
    position: absolute;
    width: 16%;
    right: 11%;
	
}

.icon04 {
	top: 17%;
    position: absolute;
    width: 8%;
    right: 1%;
	
}


.sec01Wrap {
	position: relative;
    background-color: #ffffff;
    padding: 17% 0;
}

.sec01Wrap::before {
	content: "";
    display: block;
    width: 33%;
    height: 100%;
    background-image: url(../images/sec01/bk_left.png);
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.sec01Wrap::after {
	content: "";
    display: block;
    width: 33%;
    height: 100%;
    background-image: url(../images/sec01/bk_right.png);
    background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
}

.sec01box {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

.sec01cont {
    width: 68%;
    margin: 0 auto;
}


.sec02Wrap {
	position: relative;
    background-color: #2CA6E0;
    padding: 9% 0 2% 0;
}

.unc-title {
    
}

.unc-left-title {
	border-radius: 0 80px 80px 0;
	width: 100%;
    max-width: 809px;
	padding: 1.5% 0;
	position: relative;
	z-index: 10;
}

.unc-right-title {
	border-radius: 80px 0 0 80px;
    width: 100%;
    max-width: 509px;
    position: absolute;
    right: 0;
    top: 16%;
    padding: 1.5% 0 1.5% 4%;
}

.yellow {
	background-color: #FFF600;
}

.blue {
	background-color: #2CA6E0;
}

.yellow-f {
	color: #FFF600;
}

.blue-f {
	color: #2CA6E0;
}

.sec02Wrap::before {
	content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../images/sec03/bk.png);
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.sec02Wrap h2, .sec04Wrap h2 {
	margin: 0 0 0 5%;
	font-weight: bold;
}

.sec02Wrap h2 small {
	font-weight: bold;
}

h2 {
	font-size: 3.5rem; 
}

h2 small {
	font-size: 2.8rem; 
	font-weight: bold;
}

.unc-contents {
	margin: 5%;
    display: flex;
	position: relative;
	z-index: 10;
}

.unc-contents-wrap {
    width: 47.5%;
}

.left-m {
	margin: 0 2.5% 0 0;
}

.right-m {
	margin: 0 0 0 2.5%;
}

.unc-contents-wrap-wrap {
	background-color: #ffffff;
	padding: 5% 5% 28% 5%;
}

.unc-contents-box-left {
	width: 60%;
	height: 220px;
	border-bottom: 1px #000 solid;
}

.unc-contents-box-right {
	width: 40%;
}

.unc-contents-box-right img {
	width: 100%;
}

.unc-contents-box {
	background-color: #ffffff;
    margin: 0 2.5% 0 0;
    padding: 5%;
    width: 100%;
}

.unc-contents-wrap h3 {
	background-color: #2CA6E0;
	border-radius:  80px;
	color: #ffffff;
	font-size:2.5rem;
	text-align: center;
	padding: 2%;
	font-weight: bold;
}

.unc-contents-wrap p {
	font-size: 1.6rem;
	margin: 0 0 5% 0;
}

.unc-contents-boxflex {
	display: flex;
	margin: 5% 0 0 0;
}

.unc-contents-boxflex .unc-contents-box-left {
	border-bottom: unset;
}

.unc-contents-box-left h4, .unc-contents-box h4 {
	background-color: #4D4D4D;
    border-radius: 80px;
    color: #ffffff;
    font-size: 1.6rem;
    text-align: left;
    padding: 1% 0 1% 7%;
	font-weight: bold;
}

.left-m .unc-contents-box {
	padding: 0;
}

.left-m .unc-contents-box h4 {
	padding: 1% 0 1% 4%;
}

.left-m .unc-contents-box p {
	margin: 0;
    text-align: center;
    font-size: 3.2rem;
	font-weight: bold;
	font-family: "Zen Maru Gothic", sans-serif;
  	font-style: normal;
}

.left-m .unc-contents-box p span {
	margin: 0;
    text-align: center;
    font-size: 2.3rem;
	font-weight: bold;
	font-family: "Zen Maru Gothic", sans-serif;
  	font-style: normal;
}

.unc-contents-box-left dl, .unc-contents-box dl {
	margin: 0 0 0 5%;
}

.unc-contents-box-left dl dt, .unc-contents-box dl dt {
	color: #4D4D4D;
	font-size: 2.8rem;
	font-weight: bold;
	letter-spacing: 2px;
    margin: 5% 0 5% 2%;
}

.unc-contents-box-left dl dt small, .unc-contents-box dl dt small {
	color: #4D4D4D;
	font-size: 1.8rem;
	font-weight: bold;
}

.unc-contents-box-left dl dd, .unc-contents-box dl dd {
	color: #4D4D4D;
	font-size: 1.6rem;
}

.unc-contents-box-bottom {
	margin: 5% 0 0 0;
	background-color: #ffffff;
	padding: 5%;
}

.unc-contents-box2 {
	background-color: #ffffff;
    margin: 0 2.5% 0 0;
    padding: 5% 0 0 0;
    width: 100%;
}

.unc-contents-box2 p {
	margin: 0;
    text-align: center;
    font-size: 3.2rem;
	font-weight: bold;
	font-family: "Zen Maru Gothic", sans-serif;
  	font-style: normal;
}

.unc-contents-box2 h4 {
	background-color: #4D4D4D;
    border-radius: 80px;
    color: #ffffff;
    font-size: 1.6rem;
    text-align: left;
    padding: 1% 0 1% 7%;
	font-weight: bold;
}

.unc-contents-box2 p span {
	margin: 0;
    text-align: center;
    font-size: 2.3rem;
	font-weight: bold;
	font-family: "Zen Maru Gothic", sans-serif;
  	font-style: normal;
}

.unc-contents-box2 dl {
	margin: 0 0 0 5%;
}

.unc-contents-box2 dl dt {
	color: #4D4D4D;
	font-size: 2.8rem;
	font-weight: bold;
	letter-spacing: 2px;
    margin: 2% 0 0 2%;
}

.unc-contents-box2 dl dt small {
	color: #4D4D4D;
	font-size: 1.8rem;
	font-weight: bold;
}

.unc-contents-box2 dl dd {
	color: #4D4D4D;
	font-size: 1.6rem;
}

.sec03Wrap {
	position: relative;
    background-color: #FFF600;
    padding: 9% 0 10% 0;
}

.sec03Wrap::before {
	content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../images/sec03/bk01.png);
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}


.sec03Box {
	background-color: #ffffff;
    padding: 5%;
    width: 100%;
    max-width: 1453px;
    margin: 10% auto 0 auto;
}

.sec03Box tr th { 
	font-size: 1.6rem;
	color: #ffffff;
	background-color: #2CA6E0;
	border-radius: 80px;
}

.sec03Box tr td { 
	font-size: 2.2rem;
	color: #4D4D4D;
}

.tableth {
width: 100%;
    border-collapse: separate;
    border-spacing: 20px 30px;
    display: block;
}

.tableth th {
 padding: 10px;
 margin: 0 0 0 5%;
}

.tabletd {
 width: 100%;
 border-collapse: collapse;
 border-spacing: 0;
}


.tabletd td {
 padding: 10px;
 border-bottom: solid 1px #778ca3;
}

.tabletd {
 width: 100%;
 border-collapse: collapse;
 border-spacing: 0;
}
.tabletd th {
 padding: 10px;
 margin: 0 0 0 5%;
}

.tabletd td {
 padding: 10px;
 border-bottom: solid 1px #778ca3;
}

.sec04Wrap {
	position: relative;
    background-color: #2CA6E0;
    padding: 9% 0 2% 0;
}

.sec04Wrap::before {
	content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../images/sec03/bk02.png);
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.sec04-contents {
	position: relative;
    height: 80vh;
}

.sec04-img-Box {
	position: absolute;
    top: 20%;
    left: 0;
    display: block;
    z-index: 10;
    width: 45%;
}

.sec04-img-Box img {
	width: 100%;
}

.sec04-contents-Box {
	background-color: #ffffff;
    width: 80%;
    position: absolute;
    right: 0;
    top: 16%;
    padding: 5% 0 5% 30%;
}

.sec04-contents-Box h4 {
	font-size: 1.8rem;
	color: #2CA6E0;
	margin: 0 0 3% 0;
}

.fx {
	display: flex;
}

.sec04-contents-Box h3 {
	font-size: 3.3rem;
	color: #2CA6E0;
}

.sec04-contents-Box h3 {
	font-size: 3.3rem;
	color: #2CA6E0;
}

.sec04-contents-Box p {
	font-size: 1.6rem;
	color: #4D4D4D;
	text-align: justify;
	width: 80%;
}

.sec04-contents-Box p small {
	font-size: 1.4rem;
	color: #4D4D4D;
}

.sec04-contents-Box .txt {
	margin: 0 0 0 10%;
    width: 40%;
}

.sec04-contents-Box .txt dt {
	font-size: 2.4rem;
    color: #ffffff;
    background-color: #2CA6E0;
    border-radius: 80px;
    width: 25%;
    height: 20%;
    text-align: center;
	margin: 0 5% 0 0;
}

.sec04-contents-Box .txt p {
	font-size: 1.8rem;
	color: #2CA6E0;
	width: 100%;
	line-height: 23px;
}

.sec04-contents-Box .txt small {
	font-size: 1.0rem;
	color: #2CA6E0;
	font-weight: 600;
}


.right .sec04-img-Box {
    position: absolute;
    right: 0;
	left: unset;
}

.right .sec04-contents-Box {
    position: absolute;
    left: 0;
    top: 16%;
	padding: 5% 20% 5% 10%;
}

.sec05Wrap {
	background-color: #ffffff;
	padding: 10% 30% 3% 30%;
	position: relative;
}

.sec05Wrap::before {
	content: "";
    display: block;
    width: 98%;
    height: 100%;
    background-image: url(../images/sec03/bk03.png);
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.sec05Wrap h2 {
	text-align: center;
    border-radius: 80px;
    width: 100%;
    max-width: 320px;
	color: #FFF600;
    padding: 2.5% 0;
    background-color: #2CA6E0;
    margin: 0 auto;
	font-size: 2.3rem;
}

.sec05Wrap p {
	text-align: center;
    width: 100%;
	color: #4D4D4D;
    margin: 10% auto;
	font-size: 1.7rem;
}

.ftWrap {
	background-color: #FFF600;
    padding: 5% 0 1% 0;
}

.ftWrap h2 {
	text-align: center;
    border-radius: 80px;
    width: 100%;
    max-width: 320px;
	color: #2CA6E0;
    padding: 1.0% 0;
	border: #2CA6E0 2px solid;
    margin: 0 auto;
	font-size: 2.3rem;
}

.ftWrap p {
	text-align: center;
    width: 100%;
	color: #2CA6E0;
    margin: 2% auto;
	font-size: 1.7rem;
}

.fs22 {
	font-size: 2.2rem !important;
	font-weight: bold;
}

.fs28 {
	font-size: 2.8rem !important;
	font-weight: bold;
}

.fs16 {
	font-size: 1.6rem !important;
}

.ftWrap p small {
	text-align: center;
    width: 100%;
	color: #2CA6E0;
    margin: 2% auto;
	font-size: 1.1rem;
}

footer {
	position: relative;
}

footer::before {
	content: "";
    display: block;
    width: 41%;
    height: 100%;
    background-image: url(../images/footer/bk_left.png);
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.upbtn {
	position: absolute;
    top: -4%;
    width: 50px;
    height: 50px;
    right: 5%;
}

/*

p {
	line-height: calc(27 / 15);
}

.small {
	font-weight: 500;
}

a {
	color: #000;
	word-wrap:break-word;
}

a:hover {
	color: inherit;
	text-decoration: none;
	opacity: 0.6;
}

.text-red {
	color: #c8161d;
}

.text-green {
	color: #3d9738;
}

.bg-red {
	background: #c8161d;
}

.bg-green {
	background: #3d9738;
}

.text-underline {
	text-decoration: underline;
}

.text-underline:hover {
	text-decoration: underline!important;
}

.container {
	max-width: 1060px;
}

.container-slim {
	max-width: 930px;
}



.fv {
	position: relative;
	background: #FFF;
	mix-blend-mode: multiply;
	overflow: hidden;
	padding-top: 30px;
	padding-bottom: 50px;
}

.fv::before {
	content: "";
	width: 100%;
	height: 100%;
	background-image: url(img/fv-bg.png);
	background-size: cover;
	background-position: center bottom;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: -1;
}

.fv::after {
	content: "";
	display: block;
	width: 120%;
	height: 100%;
	background-image: url(img/fv-decoration.png);
	background-size: cover;
	position: absolute;
	top: -5%;
	left: 50%;
	z-index: -2;
	transform: translateX(-50%);
}

.fv-decoration01 {
	max-width: 40%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.fv-decoration02 {
	max-width: 40%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}

.fv-content {
	max-width: 1100px;
	padding-right: 15px;
	padding-left: 15px;
	margin-inline: auto;
}

.fv-title {
	position: relative;	
	max-inline-size: max-content;
	margin-inline: auto;
}

.fv-title::before {
	content: "";
	display: block;
	width: 55%;
	aspect-ratio: 1 / 1;
	background: #FFF;
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 50%;
	transform: translate(-50%,-50%);
	z-index: -1;
}

.fv-item01 {
	position: absolute;
	display: block;
	max-width: 23%;
	top: 8%;
	left: -10%;
	z-index: -1;
}

.fv-item02 {
	max-width: 20%;
	position: absolute;
	display: block;
	top: 30%;
	right: -5%;
	z-index: -1;
}

.fv-date {
	margin-top: -10%;
}

.fv-character {
	position: relative;
	text-align: right;
	margin-top: -18%;
	margin-right: -10%;
}

.fv-character::before {
	content: "";
	width: 30%;
	aspect-ratio: 33 / 20;
	background-image: url(img/fv-character-text.svg);
	background-size: cover;
	position: absolute;
	top: 0;
	right: 0;
	transform: translateY(-80%);
}

.fv-character::after {
	content: "";
    width: 25%;
    background-image: url(img/fv-item03.svg);
    aspect-ratio: 145 / 150;
    background-size: cover;
    position: absolute;
    bottom: -10%;
    right: -20px;
}

.fv-sign {
	position: absolute;
	top: 15px;
	right: -5%;
	max-width: 70px;
	width: 13%;
}

*/

@media(max-width: 1199px) {
	.fv-item01 {
		left: -5%;
	}
	.fv-character {
		margin-right: 0;
	}
	.fv-character::before { 
		top: -10px;
	}
	.fv-character::after {
		right: 0;	
	}
	.fv-sign {
		right: -5px;
	}
}

@media(max-width: 991px) {
	.fv-item01 {
		left: -5px;
	}
	.fv-item02 {
		top: 25%;
		right: 0;
	}
}

@media(max-width: 575px) {
	.fv-date {
		max-width: 350px;
		margin-top: 0;
		margin-inline: auto;
	}
	.fv-character {
		max-width: 400px;
		margin-top: 15%;
		margin-inline: auto;
	}
}

/*  main  */
.section-block {
	padding-top: 60px;
	padding-bottom: 60px;
}

.section-title {
	text-align: center;
	font-size: 30px;
	font-family: 'Zen Maru Gothic', serif;
	font-weight: 700;
	color: #FFF;
	border-radius: 10px;
	padding: 5px 15px;
	margin-inline: auto;
	transform: translateY(-50%);
}

.nav-link {
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	color: #FFF;
	border-radius: 10px;
	padding: 15px 20px;
}

.nav-link:hover {
	color: #FFF;
}

@media(max-width: 757px) {
	.section-block {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.section-title {
		font-size: 25px;
		padding: 5px 15px;
	}
}

.stage-content {
	background: #FFF;
	max-width: 900px;
	border-radius: 50px;
	padding: 0 50px 50px;
	margin-inline: auto;
}

.stage-content .section-title {
	background: #c8161d;
	max-width: 500px;
}

.stage-item {
	max-width: 750px;
	display: grid;
	grid-template-columns: 100px 1fr;
	margin-inline: auto;
}

.stage-item + .stage-item {
	margin-top: 30px;
}

.stage-time {
	font-size: 25px;
	font-family: 'Zen Maru Gothic', serif;
	font-weight: 700;
	color: #c8161d;
}

.stage-text {
	position: relative;
}

.stage-text::before {
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	border-left: 2px dotted #c8161d;
	position: absolute;
	top: 0;
	left: -15px;
}

.stage-text h3 {
	font-size: 25px;
	font-family: 'Zen Maru Gothic', serif;
}

@media(max-width: 767px) {
	.stage-content {
		border-radius: 25px;
		padding: 0 20px 50px;
	}
	.stage-content .section-title {
		max-width: 350px;
	}
	.stage-text h3 {
		font-size: 20px;
	}
	.stage-time {
		font-size: 20px;
	}
}

@media(max-width: 575px) {
	.stage-content {
		border-radius: 20px;
		padding: 0 15px 50px;
	}
	.stage-item {
		display: flex;
		flex-direction: column;
	}
	.stage-text {
		padding-top: 15px;
		margin-top: 10px;
	}
	.stage-text::before {
		width: 100%;
		height: 1px;
		left: 0;
		border-top: 2px dotted #c8161d;
		border-left: none;
	}
}

.lecture-content {
	background: #FFF;
	max-width: 900px;
	border-radius: 50px;
	padding: 0 50px 50px;
	margin-inline: auto;
}

.lecture-content h2 {
	background: #c8161d;
	max-width: 500px;
}

.lecture-content dl {
	font-size: 18px;
	font-weight: 500;
}

@media(max-width: 767px) {
	.lecture-content {
		border-radius: 25px;
		padding: 0 20px 50px;
	}
	.lecture-content h2 {
		max-width: 350px;
	}
}

@media(max-width: 575px) {
	.lecture-content {
		border-radius: 20px;
		padding: 0 15px 50px;
	}
}

.movie-content h2 {
	background: #c8161d;
	max-width: 500px;
}

.movie-content {
	background: #FFF;
	max-width: 900px;
	border-radius: 50px;
	padding: 0 50px 50px;
	margin-inline: auto;
}

.movie-content h3 {
	font-size: 25px;
	font-family: 'Zen Maru Gothic', serif;
	margin-bottom: 20px;
}

.movie-content h4 {
	font-size: 25px;
	font-family: 'Zen Maru Gothic', serif;
	color: #c8161d;
	margin-bottom: 10px;
}

@media(max-width: 767px) {
	.movie-content {
		border-radius: 25px;
		padding: 0 20px 50px;
	}
	.movie-content h2 {
		max-width: 350px;
	}
	.movie-content h3 {
		font-size: 20px;
	}
	.movie-content h4 {
		font-size: 20px;
	}
}

@media(max-width: 575px) {
	.movie-content {
		border-radius: 20px;
		padding: 0 15px 50px;
	}
}

.venue-content {
	background: #FFF;
	max-width: 900px;
	border: 2px solid #3d9738;
	border-radius: 50px;
	padding: 0 50px 50px;
	margin-inline: auto;
}

.venue-content h2 {
	background: #3d9738;
	max-width: 500px;
}

.venue-item + .venue-item {
	margin-top: 40px;
}

.venue-item h3 {
	position: relative;
	font-size: 25px;
	font-family: 'Zen Maru Gothic', serif;
	padding-left: 30px;
}

.venue-item h3::before {
	content: "●";
	color: #3d9738;
	position: absolute;
	left: 0;
}	

.venue-item h4 {
	position: relative;
	font-size: 20px;
	font-family: 'Zen Maru Gothic', serif;
	padding-left: 25px;
}

.venue-item h4::before {
	content: "●";
	color: #3d9738;
	position: absolute;
	left: 0;
}

.venue-item h4 span {
	font-size: 15px;
	color: #3d9738;
	border: 2px solid #3d9738;
	border-radius: 5px;
	padding: 0 10px;
	margin-left: 10px;
}

.venue-item ul {
	list-style: none;
	padding-left: 0;
}

.venue-item ul li {
	position: relative;
	padding-left: 20px;
}

.venue-item ul li::before {
	content: "●";
	color: #3d9738;
	position: absolute;
	top: 0;
	left: 0;
}

@media(max-width: 767px) {
	.venue-content {
		border-radius: 25px;
		padding: 0 20px 50px;
	}
	.venue-content h2 {
		max-width: 350px;
	}
	.venue-item h3 {
		font-size: 20px;
		padding-left: 25px;
	}
	.venue-item + .venue-item {
		margin-top: 30px;
	}
	.venue-item h4 {
		font-size: 18px;
	}
}

@media(max-width: 575px) {
	.venue-content {
		border-radius: 20px;
		padding: 0 15px 50px;
	}
}

.event-content {
	background: #FFF;
	max-width: 900px;
	border-radius: 50px;
	padding: 0 50px 50px;
	margin-inline: auto;
}

.event-content h2 {
	line-height: 1.5;
	background: #3d9738;
	max-width: 500px;
}

.event-content h2 { 

}

.event-item + .event-item {
	margin-top: 40px;
}

.event-item h3 {
	position: relative;
	font-size: 25px;
	font-family: 'Zen Maru Gothic', serif;
	padding-left: 30px;
}

.event-item h3::before {
	content: "●";
	color: #3d9738;
	position: absolute;
	left: 0;
}	

.event-item h3 span:not(.small) {
	font-size: 15px;
	color: #3d9738;
	border: 2px solid #3d9738;
	border-radius: 5px;
	padding: 0 10px;
	margin-left: 10px;
}

.event-item h3 span.small {
	font-size: 16px;
}

.event-item ul {
	list-style: none;
	padding-left: 0;
}

.event-item ul li {
	position: relative;
	padding-left: 20px;
}

.event-item ul li::before {
	content: "●";
	color: #000;
	position: absolute;
	top: 0;
	left: 0;
}

@media(max-width: 767px) {
	.event-content {
		border-radius: 25px;
		padding: 0 20px 50px;
	}
	.event-content h2 {
		max-width: 350px;
	}
	.event-item h3 {
		font-size: 20px;
		padding-left: 25px;
	}
	.event-item h3 span.small {
		font-size: 15px;
	}
	.event-item + .event-item {
		margin-top: 30px;
	}
}

@media(max-width: 575px) {
	.event-content {
		border-radius: 20px;
		padding: 0 15px 50px;
	}
}

.meeting-content {
	background: #FFF;
	max-width: 900px;
	border-radius: 50px;
	padding: 0 50px 50px;
	margin-inline: auto;
}

.meeting-content h2 {
	background: #3d9738;
	max-width: 500px;
}

.meeting-content h3 {
	position: relative;
	font-size: 25px;
	font-family: 'Zen Maru Gothic', serif;
	padding-left: 30px;
}

.meeting-content h3::before {
	content: "●";
	color: #3d9738;
	position: absolute;
	left: 0;
}	

.meeting-content h3 span:not(.small) {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	background: #3d9738;
	color: #FFF;
	height: 24px;
	border-radius: 5px;
	padding: 0 10px;
	margin: 0 10px;
}

.meeting-content h3 span.small {
	font-size: 20px;
	font-weight: 500;
}

@media(max-width: 767px) {
	.meeting-content {
		border-radius: 25px;
		padding: 0 20px 30px;
	}
	.meeting-content h2 {
		max-width: 350px;
	}
	.meeting-content h3 {
		font-size: 20px;
		padding-left: 25px;
	}
	.meeting-content h3 span:not(.small) {
		font-size: 16px;
	}
	.meeting-content h3 span.small {
		font-size: 18px;
	}
}

@media(max-width: 575px) {
	.meeting-content {
		border-radius: 20px;
		padding: 0 15px 30px;
	}
}

.meeting-event-content {
	height: 100%;
	background: #FFF;
	border: 2px solid #3d9738;
	border-radius: 50px;
	padding: 30px 20px;
}

.meeting-event-content h2 {
	position: relative;
	font-size: 25px;
	font-family: 'Zen Maru Gothic', serif;
}

.meeting-event-content h2 span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	background: #3d9738;
	color: #FFF;
	height: 24px;
	border-radius: 5px;
	padding: 0 10px;
	margin: 0 10px;
}

@media(max-width: 767px) {
	.meeting-event-content {
		border-radius: 25px;
		padding: 30px 20px 30px;
	}
	.meeting-event-content h2 {
		font-size: 20px;
	}
	.meeting-event-content h2 span {
		font-size: 16px;
	}
}

@media(max-width: 575px) {
	.meeting-event-content {
		border-radius: 20px;
		padding: 30px 15px 30px;
	}
}

.access-content {
	background: #FFF;
	border-radius: 15px;
	border: 1px solid #000;
	padding: 50px;
}

.access-content h2 {
	position: relative;
	font-size: 25px;
	font-family: 'Zen Maru Gothic', serif;
}

@media(max-width: 767px) {
	.access-content {
		padding: 30px 20px;
		border-radius: 25px;
	}
	.access-content h2 {
		font-size: 20px;
	}
} 

@media(max-width: 575px) {
	.access-content {
		padding: 30px 15px;
		border-radius: 20px;
	}
} 


footer span {
	font-size: 18px;
	white-space: nowrap;
	font-weight: 500;
}

.sponsor p {
	font-size: 18px;
}

/* .contect-title {
	font-size: 18px;
	white-space: nowrap;
	font-weight: 500;
} */

.contect-title {
	font-size: 15px;
	background: #c8161d;
	color: #FFF;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	height: 30px;
	padding: 0 10px;
	border-radius: 10px;
	margin-right: 20px;
}

.contact-tel-link {
	font-size: 18px;
	color: #000;
	font-weight: 500;
}

@media(max-width: 767px) {
	footer {
		background: #FFF;
		padding: 40px 0;
	}
}




@media(max-width: 575px) {

	.pc {
		display: none;
	}

	.sp {
		display: block;
	}
	
	.menuWrap {
		position: fixed;
        left: 0;
        top: 0;
        background-color: #fff600;
        padding: 6% 0 2% 2%;
        z-index: 50;
	}

	.menuBox {
		width: 20%;
		font-size: 0.7rem;
	}

	.btnlst a {
		padding: 5% 18%;
	}

	.fv-content {
		height: 42vh;
	}
	
	.unc-contents {
		display: unset;
	}
	.tbwrap {
		max-width: 250px;
		margin: 5% auto 0 auto;
	}

	.icon01 {
		top: 24%;
		position: absolute;
		width: 18%;
		left: 8%;
	}

	.icon02 {
		top: 47%;
		position: absolute;
		width: 18%;
		left: 8%;
	}

	.icon03 {
		top: 65%;
        position: absolute;
        width: 29%;
        right: 11%;
	}
	.icon04 {
		top: 21%;
        position: absolute;
        width: 12%;
        right: 5%;
	}

	.cont01 {
		width: 38%;
		display: block;
		margin: 0 0 0 10%;
	}

	.cont02 {
		width: 32%;
		margin: 3% 0 0 10%;
	}

	.cont03 {
		width: 80%;
		margin: 5% 0 5% 10%;
	}

	h2 {
		font-size: 2.0rem;
	}

	h2 small {
		font-size: 1.8rem;
	}

	.unc-left-title {
		max-width: 374px;
		padding: 1.5% 0;
		z-index: 10;
	}

	.left-m {
		margin: 0 auto;
	}

	.unc-contents-wrap {
		width: 80%;
	}

	.right-m {
		margin: 5% auto 0 auto;
	}

	.unc-contents-wrap h3 {
		font-size: 2.0rem;
	}

	.unc-contents-box-left {
		width: 60%;
		height: auto;
	}

	.sec04-img-Box {
		position: relative;
		top: 5%;
		left: 27px;
		display: block;
		z-index: 10;
		width: 86%;
	}

	.sec04-contents-Box {
    background-color: #ffffff;
    width: 88%;
    position: relative;
    right: 0;
    top: -14%;
    padding: 42% 5% 5% 9%;
}

.txt .fx {
    display: block;
}

.sec04-contents-Box h3 {
    font-size: 2.3rem;
}

.sec04-contents-Box h4 {
    font-size: 1.4rem;
    margin: 0 0 3% 0;
}

.sec04-contents-Box .txt {
    margin: 0 0 0 0;
    width: 100%;
}

.sec04-contents-Box .txt dt {
    font-size: 1.4rem;
    width: 49%;
    height: 20%;
    text-align: center;
    margin: 5% 5% 0 0;
}

.sec04-contents-Box .txt p {
    font-size: 1.8rem;
    width: 100%;
    line-height: 23px;
}

.sec04-contents-Box p {
    font-size: 1.4rem;
    width: 100%;
}

.right .sec04-img-Box {
    position: absolute;
    right: 0;
    left: unset;
    top: 15%;
}

.right .sec04-contents-Box {
    position: absolute;
    left: 0;
    top: 25%;
    padding: 51% 5% 5% 8%;
}

.sec04-contents:nth-child(2) {
	height: 90vh;
}

.sec04-contents:nth-child(3) {
	height: 100vh;
}

.sec04-contents:nth-child(4) {
	height: 70vh;
}

.sec04-contents:nth-child(5) {
	height: 70vh;
}

.sec05Wrap {
    padding: 10% 10% 3% 10%;
}

.sec05Wrap h2, .ftWrap h2 {
    font-size: 2.0rem;
}

.sec05Wrap p {
    font-size: 1.4rem;
}

.fs22 {
    font-size: 1.8rem !important;
}

.fs16 {
    font-size: 1.4rem !important;
}

footer {
        background: #FFF600;
        padding: 40px 0;
    }

	.upbtn {
    position: absolute;
    top: 86%;
    width: 50px;
    height: 50px;
    right: 5%;
}

.ftWrap {
    background-color: unset;
    padding: 5% 0 1% 0;
    position: relative;
    z-index: 10;
}

.unc-contents-wrap p {
    font-size: 1.4rem;
    margin: 0 0 5% 0;
}

.unc-contents-box-left dl dt, .unc-contents-box dl dt {
    color: #4D4D4D;
    font-size: 2.4rem;
    font-weight: bold;
    letter-spacing: 2px;
    margin: 5% 0 5% 2%;
}

.left-m .unc-contents-box p {
    margin: 0;
    text-align: center;
    font-size: 2.2rem;
    font-weight: bold;
    font-family: "Zen Maru Gothic", sans-serif;
    font-style: normal;
}
.left-m .unc-contents-box p span {
    margin: 0;
    text-align: center;
    font-size: 2.0rem;
    font-weight: bold;
    font-family: "Zen Maru Gothic", sans-serif;
    font-style: normal;
}

.unc-contents-box2 dl dt {
    color: #4D4D4D;
    font-size: 2.0rem;
    font-weight: bold;
    letter-spacing: 2px;
    margin: 2% 0 0 2%;
}

.unc-right-title {
    width: 100%;
    max-width: 254px;
    top: 5%;
    padding: 1.5% 0 1.5% 4%;
}

.unc-right-title {
    top: 2%;
}

.sec03Wrap {
    padding: 13% 0 10% 0;
}

.sec03Box {
    max-width: 350px;
    margin: 10% auto 0 auto;
	position: relative;
	z-index: 10;
}

.tabletd th {
    padding: 4px;
    margin: 0 0 0 5%;
}

.sec03Box tr th {
    font-size: 0.6rem;
}

.sec03Box tr td {
    font-size: 0.8rem;
}

} 