

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@200..700&family=Outfit:wght@100..900&display=swap');
.oswald {
	font-family: "Oswald", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
}
.outfit {
	font-family: "Outfit", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
}
.notosans {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
}

.tgrad {
	background: linear-gradient(90deg, #f13313 0%, #ff6247 20%, #6c7bff 60%, #2f80ed 80%, #1a6fd9 100%);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	text-fill-color: transparent;
}
.bggrad {
background: #F13313;
	background: linear-gradient(90deg, rgba(241, 51, 19, 1) 0%, rgba(255, 98, 71, 1) 20%, rgba(108, 123, 255, 1) 60%, rgba(47, 128, 237, 1) 80%, rgba(26, 111, 217, 1) 100%);
}
.boxBorder {
	padding: 3px;
}
.boxBorderBold {
	padding: 4px;
}
.boxRadius {
	border-radius: 20px;
}
.boxRadius .boxRadius {
	border-radius: 18px;
}
.boxRadius2 {
	border-radius: 10px;
}
.boxRadius2 .boxRadius2 {
	border-radius: 8px;
}
.whiteBox {
	background-color: #fff;
	padding: 30px;
	width: 100%
}
.redBox {
	background-color: #f13313;
	width: 100%;
	padding: 10px;
}
.blueBox {
	background-color: #1a6fd9;
	width: 100%;
	padding: 10px;
}
.oblique {
	transform:skewX(-22deg);
	display: inherit;
}
.deoblique {
	transform:skewX(22deg);
	display: block;
}
.section {
	padding: 0 10px;
}
.fadein {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.8s ease, transform 0.8s ease;
}

.fadein.is-visible {
	opacity: 1;
	transform: translateY(0);
}
html {
	scroll-behavior: smooth;
}
body {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	color: #0f172a;
	font-feature-settings: "halt";
}
a,
a img {
	opacity:1;
	transition:opacity .25s ease;
}
a:hover,
a img:hover {
	opacity:.8;
}
#wrapper {
	margin: auto;
	max-width: 1400px;
	box-shadow: 0px 0px 60px 10px rgba(0, 0, 0, 0.15);
	opacity: 0;
	transition: opacity 0.8s ease;
}
#wrapper.is-loaded {
	opacity: 1;
}
header {
	background-color: #fff;
	width: 100%;
	height: 90px;
	padding: 25px 60px;
	position: sticky;
	top: 0;
	z-index: 1000;
}
header img {
	width: 140px;
	height: auto;
}
header .finishText {
	position: absolute;
	right: 30px;
	top: 32px;
	font-size: 20px;
}



#main {
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
}
#main h1 {
	max-width: 1400px;
}
#main h1 img {
	width: 100%;
}
#main p.date {
	margin: 0 auto 50px auto;
	padding: 40px;
	text-align: center; 
	width: 95%;
	max-width: 1140px;
	background: #FFFFFF;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 15%, rgba(255, 255, 255, 1) 85%, rgba(255, 255, 255, 0) 100%);
	font-size: 51px;
	font-family: "Outfit","Noto Sans JP", sans-serif;
	font-weight: 600;
	color: #f13313;
}
#main p.date span.small {
	font-size: 70%;
}
#main p.date span.thin {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 50%;
	font-weight: 900;
}
#main p.date br.sp {
	display: none;
}
#main p.date span.place {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 60%;
	font-weight: 700;
}
#main p.date span.place span.arrow {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 70%;
	font-weight: 900;
	display: inline-block;
	position: relative;
	background-color: #f13313;
	color: #fff;
	padding: 5px 3px 7px 7px;
	margin-right: 30px;
	vertical-align: text-bottom;
}
#main p.date span.place span.arrow::after {
	content: '';
	position: absolute;
	top: 50%;
	right: -19px;
	transform: translateY(-50%);
	width: 20px;
	height: 100%;;
	background-color: #f13313;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
}
#main .finishText,
#access .finishText {
	text-align: center;
	font-size: 26px;
	font-weight: 700;
	margin: 100px auto;
	color: #000;
}
#main .finishText {
	color: #fff;
	text-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
}
#main .applicationbtn,
#access .applicationbtn {
	max-width: 360px;
	margin: 70px auto 100px auto;
	text-align: center;
	border: 1px solid #fff;
	box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.25);
}
#main .applicationbtn a,
#access .applicationbtn a {
	padding: 20px 20px 22px 20px;
	font-size: 24px;
	color: #fff;
	font-weight: 700;
	display: block;
	position: relative;
	line-height: 1em;
}
#main .applicationbtn a span::after,
#access .applicationbtn a span::after {
	content: "";
	display: block;
	width: 10px;
	height: 16px;
	background-image: url(../images/arrow_white.svg);
	background-repeat: no-repeat;
	position: absolute;
	right: 10px;
	top:50%;
	margin-top: -8px;
	transition:all .25s ease;
}
#main .applicationbtn a:hover span::after,
#access .applicationbtn a:hover span::after {
	right: 0px;
	opacity: 1;
}
#main .overviewBox {
	max-width: 1140px;
	margin: auto auto 100px auto;
	text-align: center;
}
#main .overviewBox .whiteBox {
	padding: 80px 30px;
}
#main .overviewBox h2 {
	display: inline-block;
	font-size: 80px;
	font-weight: 560;
	margin-bottom: 10px;
}
#main .overviewBox p {
	display: block;
	font-weight: 700;
	font-size: 20px;
	color: #333333;
	margin-bottom: 30px;
	line-height: 2em;
}
#main .overviewBox p span {
	display: block;
	font-weight: 900;
	letter-spacing: 0.2em;
	margin-bottom: 10px;
	line-height: 1.25em;
}
#main .overviewBox p.name {
	font-size: 30px;
}
#main .anchorLink {
	text-align: center;
	padding: 50px 0;
	position: relative;
}
#main .anchorLink::after {
	content: "";
	display: block;
	position: absolute;
	top:0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(15,23,42,0.60);
	mix-blend-mode: multiply;
	z-index: 1;
}
#main .anchorLink ul {
	display: flex;
	justify-content: center;
	position: relative;
	z-index: 10;
	max-width: 97%;
	margin: auto;
}
#main .anchorLink ul li {
	display: flex;
	opacity: 1;
	transition:opacity .25s ease;
	width: 320px;
	margin: 0 20px;
}
#main .anchorLink ul li:hover {
	opacity: 0.8;
}
#main .anchorLink ul li .whiteBox {
	padding: 0;
}
#main .anchorLink ul li a {
	display: block;
	padding: 25px 0px 40px 0px;
	font-size: 24px;
	color: #1a6fd9;
	position: relative;
	font-weight: 700;
}
#main .anchorLink ul li a span::after {
	content: "";
	display: block;
	width: 16px;
	height: 10px;
	background-image: url(../images/arrow_blue.svg);
	background-repeat: no-repeat;
	position: absolute;
	bottom: -20px;
	left:50%;
	margin-left: -8px;
	transition:all .25s ease;
}
#main .anchorLink ul li a:hover span::after {
	bottom: -30px;
}
#program,
#present {
	padding: 150px 0 20px 0;
}
#program h2,
#present h2 {
	display: block;
	font-size: 80px;
	font-weight: 560;
	margin-bottom: 10px;
	text-align: center;
	color: #fff
}
#program p,
#present p {
	display: block;
	font-weight: 700;
	font-size: 20px;
	color: #fff;
	margin-bottom: 80px;
	text-align: center;
}
#program dl {
	width: 95%;
	max-width: 1140px;
	margin: 0 auto 40px auto;
	position: relative;
}
#program dt {
	border:1px solid #fff;
	font-size: 32px;
	width: 256px;
	text-align: center;
	color: #fff;
	box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 1);
	position: absolute;
	left:0;
	top:30px;
	font-weight: 500;
	z-index: 10;
}
#program dd {
	text-align: left;
	margin-left: 128px
}
#program dd .whiteBox {
	padding: 40px 30px 40px 180px;
	position: relative;
}
#program dd h3 {
	font-size: 32px;
	color: #1A6FD9;
	font-weight: 700;
}
#program dd h3 span {
	display: block;
	font-size: 28px;
	color: #1A6FD9;
	font-weight: 600;
	margin-top: 15px;
}
#program dd p {
	color: #000000;
	font-size: 20px;
	text-align: left;
	line-height: 1.75em;
	margin: 20px 0 20px 0;
}
#program dd p.sub {
	font-size: 16px;
	line-height: 1.5em;
}
#program dd p:last-child {
	margin-bottom: 0px;
}
#program dd img.speaker {
	position: absolute;
	right: 50px;
	bottom: 60px;
	max-height: 320px;
	border-radius: 0px 0px 8px 8px;
}
#program dd .inpic p {
	margin-right: 240px;
}
#present {
}
#present .flexbox {
	max-width: 1040px;
	display: flex;
	margin: auto;
	gap: 50px;
}
#present .flexbox .boxBorder {
	width: 50%;
}
#present .flexbox .boxBorder .whiteBox {
	padding: 50px 40px;
}
#present .flexbox h3 {
	font-size: 32px;
	text-align: center;
	font-weight: 700;
	margin-bottom: 40px;
}
#present .flexbox p {
	color: #000;font-size: 20px;
	text-align: left;
	line-height: 1.85em;
	margin-bottom: 0;
}
#present .flexbox h3.red {
	color: #f13313;
}
#present .flexbox h3.blue {
	color: #1a6fd9;
}
#present ul.flexbox {
	margin: 40px auto 150px auto;
	gap: 20px;
	justify-content: space-between;
}
#present ul.flexbox li {
	width: 192px;
	height: 192px;
	padding: 0;
	text-align: center;
}
#present ul.flexbox li img {
}

#access {
	padding: 150px 0 20px 0;
	text-align: center;
}
#access h2 {
	display: inline-block;
	font-size: 80px;
	font-weight: 560;
	margin-bottom: 10px;
}
#access p {
	display: block;
	font-weight: 700;
	font-size: 20px;
	color: #333333;
	margin-bottom: 70px;
	line-height: 2em;
}
#access p span {
	display: block;
	font-weight: 900;
	letter-spacing: 0.2em;
	margin-bottom: 20px;
	line-height: 1.25em;
}
#access h3 {
	font-size: 28px;
	padding: 20px;
	margin-bottom: 50px;
	position: relative;
	font-weight: 700;
}
#access h3::after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	bottom: -15px;
	margin-left: -50px;
	height: 2px;
	width: 100px;
	background-color: #000;
}
#access h3.red {
	color: #f13313;
}
#access h3.red::after {
	background-color: #f13313;
}
#access h3.blue {
	color: #1a6fd9;
}
#access h3.blue::after {
	background-color: #1a6fd9;
}
#access p.big {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 0px;
}
#access p.middle {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 70px;
}
#access .gmap {
	position: relative;
}
#access .gmap .gmapBtn {
	position: absolute;
	top:0;
	right: 0;
	background-color: #fff;
}
#access .gmap .gmapBtn.boxRadius2 {
	border-radius: 0px 0px 0px 10px;
}

#access .gmap .gmapBtn.boxRadius2 .boxRadius2 {
	border-radius: 0px 0px 0px 8px;
}
#access .gmap .gmapBtn .whiteBox {
	padding: 0;
}
#access .gmap .gmapBtn .whiteBox a {
	display: block;
	padding: 10px;
}



footer {
	background-color: #333333;
	color: #fff;
	padding: 25px 60px;
}
footer ul {
	display: flex;
}
footer ul li {
	margin-right: 2em;
	font-weight: 400;
}
footer ul li:last-child {
	margin-left: auto;
	margin-right: 0;
}
footer ul li a {
	font-size: 14px;
	color: #fff;
}
footer ul li a:hover {
	text-decoration: underline;
}

@media screen and (max-width: 1024px){
header {
	height: 60px;
	padding: 15px 30px;
}
header img {
	width: 100px;
	height: auto;
}
header .finishText {
	right: 20px;
	top: 20px;
	font-size: 16px;
}
#main p.date {
	font-size: 36px;
}
#main .finishText,
#access .finishText {
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	margin: 80px auto;
	color: #000;
}
#main .finishText {
	color: #fff;
	text-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
}
#main .applicationbtn,
#access .applicationbtn {
	max-width: 280px;
	margin: 50px auto 70px auto;
	text-align: center;
	border: 1px solid #fff;
	box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.25);
}
#main .applicationbtn a,
#access .applicationbtn a {
	padding: 15px 15px 17px 15px;
	font-size: 20px;
}
#main .overviewBox {
	max-width: 1140px;
	margin: auto auto 70px auto;
	text-align: center;
}
#main .overviewBox .whiteBox {
	padding: 50px 20px;
}
#main .overviewBox h2 {
	display: inline-block;
	font-size: 60px;
	font-weight: 560;
	margin-bottom: 10px;
}
#main .overviewBox p {
	display: block;
	font-weight: 700;
	font-size: 18px;
	color: #333333;
	margin-bottom: 30px;
	line-height: 1.85em;
}
#main .overviewBox p span {
	display: block;
	font-weight: 900;
	letter-spacing: 0.2em;
	margin-bottom: 10px;
	line-height: 1.25em;
}
#main .overviewBox p.name {
	font-size: 24px;
}
#main .anchorLink {
	text-align: center;
	padding: 50px 0;
	position: relative;
}
#main .anchorLink::after {
	content: "";
	display: block;
	position: absolute;
	top:0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(15,23,42,0.60);
	mix-blend-mode: multiply;
	z-index: 1;
}
#main .anchorLink ul {
	display: flex;
	justify-content: center;
	position: relative;
	z-index: 10;
	max-width: 95%;
}
#main .anchorLink ul li {
	display: flex;
	opacity: 1;
	transition:opacity .25s ease;
	width: 250px;
	margin: 0 10px;
}
#main .anchorLink ul li:hover {
	opacity: 0.8;
}
#main .anchorLink ul li .whiteBox {
	padding: 0;
}
#main .anchorLink ul li a {
	display: block;
	padding: 15px 0px 35px 0px;
	font-size: 20px;
	color: #1a6fd9;
	position: relative;
	font-weight: 700;
}
#main .anchorLink ul li a span::after {
	content: "";
	display: block;
	width: 16px;
	height: 10px;
	background-image: url(../images/arrow_blue.svg);
	background-repeat: no-repeat;
	position: absolute;
	bottom: -20px;
	left:50%;
	margin-left: -8px;
	transition:all .25s ease;
}
#main .anchorLink ul li a:hover span::after {
	bottom: -25px;
}
#program,
#present {
	padding: 80px 0 20px 0;
}
#program h2,
#present h2 {
	display: block;
	font-size: 60px;
	font-weight: 560;
	margin-bottom: 10px;
	text-align: center;
	color: #fff
}
#program p,
#present p {
	display: block;
	font-weight: 700;
	font-size: 18px;
	color: #fff;
	margin-bottom: 50px;
	text-align: center;
}
#program dl {
	max-width: 1140px;
	margin: 0 auto 20px auto;
	position: relative;
	padding: 10px;
	width: 100%;
}
#program dt {
	border:1px solid #fff;
	font-size: 24px;
	width: 200px;
	text-align: center;
	color: #fff;
	box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 1);
	position: absolute;
	left:20px;
	top:-15px;
	font-weight: 500;
	z-index: 10;
}
#program dd {
	text-align: left;
	margin-left: 100px;
}
#program dd .whiteBox {
	padding: 40px 40px 40px 40px;
	position: relative;
}
#program dd h3 {
	font-size: 26px;
	color: #1A6FD9;
	font-weight: 700;
}
#program dd h3 span {
	font-size: 22px;
	margin-top: 10px;
}
#program dd p {
	color: #000000;
	font-size: 18px;
	text-align: left;
	line-height: 1.75em;
	margin: 20px 0 20px 0;
}
#program dd p.sub {
	font-size: 15px;
	line-height: 1.5em;
}
#program dd p:last-child {
	margin-bottom: 0px;
}
#program dd img.speaker {
	position: absolute;
	right: 50px;
	bottom: 60px;
	max-height: 260px;
	border-radius: 0px 0px 8px 8px;
}
#program dd .inpic p {
	margin-right: 200px;
}
#present {
}
#present .flexbox {
	max-width: 1040px;
	display: block;
	margin: auto;
	gap: 30px;
	padding: 0 10px;
}
#present .flexbox .boxBorder {
	width: 100%;
	margin-bottom: 15px;
}
#present .flexbox .boxBorder .whiteBox {
	padding: 30px 20px;
}
#present .flexbox h3 {
	font-size: 26px;
	text-align: center;
	font-weight: 700;
	margin-bottom: 20px;
}
#present .flexbox p {
	color: #000;
	text-align: left;
	line-height: 1.85em;
	margin-bottom: 0;
	font-size: 18px;
}
#present .flexbox h3.red {
	color: #f13313;
}
#present .flexbox h3.blue {
	color: #1a6fd9;
}
#present ul.flexbox {
	display: flex;
	margin: 40px auto 100px auto;
	gap: 20px;
	justify-content: center;
	flex-wrap: wrap;
}
#present ul.flexbox li {
	width: 192px;
	height: 192px;
	padding: 0;
	text-align: center;
}
#present ul.flexbox li img {
}

#access {
	padding: 80px 0 20px 0;
	text-align: center;
}
#access h2 {
	display: inline-block;
	font-size: 60px;
	font-weight: 560;
	margin-bottom: 10px;
}
#access p {
	display: block;
	font-weight: 700;
	font-size: 18px;
	color: #333333;
	margin-bottom: 40px;
	line-height: 2em;
}
#access p span {
	display: block;
	font-weight: 900;
	letter-spacing: 0.2em;
	margin-bottom: 20px;
	line-height: 1.25em;
}
#access h3 {
	font-size: 24px;
	padding: 15px;
	margin-bottom: 40px;
	position: relative;
	font-weight: 700;
}
#access h3::after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	bottom: -15px;
	margin-left: -50px;
	height: 2px;
	width: 100px;
	background-color: #000;
}
#access h3.red {
	color: #f13313;
}
#access h3.red::after {
	background-color: #f13313;
}
#access h3.blue {
	color: #1a6fd9;
}
#access h3.blue::after {
	background-color: #1a6fd9;
}
#access p.big {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 0px;
}
#access p.middle {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 50px;
}
#access .gmap .gmapBtn .whiteBox a {
	font-size: 14px;
}
footer {
	background-color: #333333;
	color: #fff;
	padding: 20px 20px;
}
footer ul {
	display: flex;
}
footer ul li {
	margin-right: 2em;
	font-weight: 400;
}
footer ul li:last-child {
	margin-left: auto;
	margin-right: 0;
}
footer ul li a {
	font-size: 14px;
	color: #fff;
}
footer ul li a:hover {
	text-decoration: underline;
}
}




@media screen and (max-width: 787px){
header {
	height: 50px;
	padding: 12px 20px;
}
header img {
	width: 90px;
	height: auto;
}
header .finishText {
	right: 10px;
	top: 7px;
	font-size: 14px;
	max-width: 170px;
	text-align: right;
}
#main p.date {
	font-size: 30px;
}
br.pcOnly {
	display: none;
}
#main {
	background-color: #1c8be3;
}
#main p.date span.thin {
	display: block;
	margin-top: 0px;
	margin-bottom: 0;
}
#main .finishText,
#access .finishText {
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	margin: 80px auto;
	color: #000;
}
#main .finishText {
	color: #fff;
	text-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
}
#main .applicationbtn,
#access .applicationbtn {
	max-width: 280px;
	margin: 50px auto 70px auto;
	text-align: center;
	border: 1px solid #fff;
	box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.25);
}
#main .applicationbtn a,
#access .applicationbtn a {
	padding: 15px 15px 17px 15px;
	font-size: 18px;
}
#main .overviewBox {
	max-width: 1140px;
	margin: auto auto 50px auto;
	text-align: center;
}
#main .overviewBox .whiteBox {
	padding: 30px 10px 15px 10px;
}
#main .overviewBox h2 {
	display: inline-block;
	font-size: 40px;
	font-weight: 560;
	margin-bottom: 10px;
}
#main .overviewBox p {
	display: block;
	font-weight: 700;
	font-size: 15px;
	color: #333333;
	margin-bottom: 15px;
	line-height: 1.85em;
	text-align:left;
}
#main .overviewBox p span {
	display: block;
	font-weight: 900;
	letter-spacing: 0.2em;
	margin-bottom: 30px;
	line-height: 1.25em;
	text-align:center;
}
#main .overviewBox p.name {
	font-size: 20px;
	margin-bottom: 0;
}
#main .anchorLink {
	text-align: center;
	padding: 20px 0;
	position: relative;
}
#main .anchorLink::after {
	content: "";
	display: block;
	position: absolute;
	top:0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(15,23,42,0.60);
	mix-blend-mode: multiply;
	z-index: 1;
}
#main .anchorLink ul {
	display: block;
	justify-content: center;
	position: relative;
	z-index: 10;
}
#main .anchorLink ul li {
	opacity: 1;
	transition:opacity .25s ease;
	width: 260px;
	margin: 15px auto;
}
#main .anchorLink ul li:hover {
	opacity: 0.8;
}
#main .anchorLink ul li .whiteBox {
	padding: 0;
}
#main .anchorLink ul li a {
	display: block;
	padding: 10px 0px 25px 0px;
	font-size: 18px;
	color: #1a6fd9;
	position: relative;
	font-weight: 700;
}
#main .anchorLink ul li a span::after {
	content: "";
	display: block;
	width: 16px;
	height: 10px;
	background-image: url(../images/arrow_blue.svg);
	background-repeat: no-repeat;
	position: absolute;
	bottom: -15px;
	left:50%;
	margin-left: -8px;
	transition:all .25s ease;
}
#main .anchorLink ul li a:hover span::after {
	bottom: -20px;
}
#program,
#present {
	padding: 50px 0 20px 0;
}
#program h2,
#present h2 {
	display: block;
	font-size: 40px;
	font-weight: 560;
	margin-bottom: 10px;
	text-align: center;
	color: #fff
}
#program p,
#present p {
	display: block;
	font-weight: 700;
	font-size: 15px;
	color: #fff;
	margin-bottom: 50px;
	text-align: center;
}
#program dl {
	max-width: 1140px;
	margin: 0 auto 20px auto;
	position: relative;
	padding: 10px;
}
#program dt {
	border:1px solid #fff;
	font-size: 18px;
	width: 150px;
	text-align: center;
	color: #fff;
	box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 1);
	position: absolute;
	left: 17px;
	top: -10px;
	font-weight: 500;
	z-index: 10;
}
#program dd {
	text-align: left;
	margin-left: 20px;
}
#program dd .whiteBox {
	padding: 35px 15px 15px 15px;
	position: relative;
}
#program dd h3 {
	font-size: 18px;
	color: #1A6FD9;
	font-weight: 700;
}
#program dd h3 span {
	font-size: 18px;
	margin-top: 10px;
}
#program dd p {
	color: #000000;
	font-size: 15px;
	text-align: left;
	line-height: 1.75em;
	margin: 20px 0 20px 0;
}
#program dd p.sub {
	font-size: 14px;
	line-height: 1.5em;
	max-width: 100%;
}
#program dd p:last-child {
	margin-bottom: 0px;
}
#program dd img.speaker {
	position: relative;
	right: auto;
	bottom: 0;
	margin: 0px auto 10px auto;
	max-height: 260px;
	border-radius: 0px 0px 8px 8px;
	display: block;
}
#program dd .inpic p {
	margin-right: 0px;
}
#present {
}
#present .flexbox {
	max-width: 1040px;
	display: block;
	margin: auto;
	gap: 30px;
	padding: 0 10px;
}
#present .flexbox .boxBorder {
	width: 100%;
	margin-bottom: 15px;
}
#present .flexbox .boxBorder .whiteBox {
	padding: 30px 20px;
}
#present .flexbox h3 {
	font-size: 18px;
	text-align: center;
	font-weight: 700;
	margin-bottom: 20px;
}
#present .flexbox p {
	color: #000;
	text-align: left;
	line-height: 1.85em;
	margin-bottom: 0;
	font-size: 15px;
}
#present .flexbox h3.red {
	color: #f13313;
}
#present .flexbox h3.blue {
	color: #1a6fd9;
}
#present ul.flexbox {
	display: flex;
	margin: 40px auto 50px auto;

	gap: 20px;
	justify-content: center;
	flex-wrap: wrap;
}
#present ul.flexbox li {
	width: 150px;
	height: 150px;
	padding: 0;
	text-align: center;
}
#present ul.flexbox li img {
}

#access {
	padding: 50px 0 20px 0;
	text-align: center;
}
#access h2 {
	display: inline-block;
	font-size: 40px;
	font-weight: 560;
	margin-bottom: 10px;
}
#access p {
	display: block;
	font-weight: 700;
	font-size: 15px;
	color: #333333;
	margin-bottom: 40px;
	line-height: 2em;
	padding: 0 10px;
}
#access p span {
	display: block;
	font-weight: 900;
	letter-spacing: 0.2em;
	margin-bottom: 20px;
	line-height: 1.25em;
}
#access h3 {
	font-size: 20px;
	padding: 10px;
	margin-bottom: 30px;
	position: relative;
	font-weight: 700;
}
#access h3::after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	bottom: -10px;
	margin-left: -50px;
	height: 2px;
	width: 100px;
	background-color: #000;
}
#access h3.red {
	color: #f13313;
}
#access h3.red::after {
	background-color: #f13313;
}
#access h3.blue {
	color: #1a6fd9;
}
#access h3.blue::after {
	background-color: #1a6fd9;
}
#access p.big {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 0px;
}
#access p.middle {
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 50px;
}
#access .gmap .gmapBtn .whiteBox a {
	font-size: 12px;
}
footer {
	background-color: #333333;
	color: #fff;
	padding: 30px 10px;
}
footer ul {
	display: block;
	text-align: center;
}
footer ul li {
	margin-right: 0em;
	font-weight: 400;
	margin-bottom: 15px;
}
footer ul li:last-child {
	margin-left: auto;
	margin-right: 0;
	margin-top: 50px;
	margin-bottom: 0px;
}
footer ul li a {
	font-size: 14px;
	color: #fff;
}
footer ul li a:hover {
	text-decoration: underline;
}
}


