@charset "UTF-8";
@media (min-width: 1000px) {
	header {
		background-color: transparent;
	}
	header #headerInner {
		border-bottom: 1px solid #fff;
	}
	header.is-fixed #headerInner {
		border-bottom: none;
	}
}
#contact {
	background-color: transparent;
}

/*
#mainVisual
---------------------------*/
#mainVisual {
	position: relative;
}
#mainVisual #mainVisualImage {
	position: relative;
}
#mainVisual #mainVisualImage .bgImage.pc {
	display: none;
}
#mainVisual #mainVisualImage:before, #mainVisual #mainVisualImage:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
#mainVisual #mainVisualImage:before {
	z-index: 1;
	background: linear-gradient(to top, rgba(30, 38, 38, 0.5), rgba(30, 38, 38, 0));
}
#mainVisual .pageTitle {
	text-align: left;
	position: absolute;
	bottom: 18vh;
	left: 4.8%;
	z-index: 2;
	margin: auto;
	color: #fff;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
#mainVisual .pageTitle h1 {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4;
	padding-bottom: 1em;
}
#mainVisual .pageTitle h2 {
	font-family: "Reddit Sans", sans-serif;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.2;
}
#mainVisual .pageTitle h2 span {
	font-weight: 700;
}
#mainVisual .pickUpNews {
	position: absolute;
	bottom: 20px;
	right: 0;
	background-color: rgba(255, 255, 255, 0.95);
	border-top-left-radius: 100px;
	border-bottom-left-radius: 100px;
	z-index: 2;
}
#mainVisual .pickUpNews a {
	display: inline-block;
	padding: 10px 10px 10px 30px;
}
#mainVisual .pickUpNews .date {
	display: inline-block;
	font-family: "Reddit Sans", sans-serif;
	font-weight: 600;
	color: #00AFDD;
}
#mainVisual .pickUpNews .newsTitle {
	text-decoration: underline;
}
#mainVisual .pickUpNews .dateWrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 5px;
}
#mainVisual .more .btn {
	white-space: nowrap;
	color: #fff;
	background-color: #00AFDD;
	font-family: "Reddit Sans", sans-serif;
	border-radius: 50px;
	display: inline-block;
	padding: 5px 10px;
	margin-left: 10px;
}
@media (min-width: 768px) {
	#mainVisual #mainVisualImage .bgImage.sp {
		display: none;
	}
	#mainVisual #mainVisualImage .bgImage.pc {
		display: block;
	}
}
@media (min-width: 1100px) {
	#mainVisual .pageTitle {
		padding-left: 0;
		right: auto;
		bottom: 18vh;
		left: 50px;
		text-align: left;
	}
	#mainVisual .pageTitle h1 {
		font-size: 24px;
	}
	#mainVisual .pageTitle h2 {
		font-size: 66px;
		font-size: 76px;
	}
	#mainVisual .serviceName {
		font-size: 18px;
	}
	#mainVisual .concept {
		font-size: 30px;
	}
	#mainVisual .pickUpNews {
		position: absolute;
		bottom: 20px;
		right: 0;
	}
	#mainVisual .pickUpNews a {
		display: flex;
		align-items: center;
		padding: 15px 20px 15px 30px;
	}
	#mainVisual .pickUpNews .date {
		font-size: 18px;
		padding-bottom: 0;
	}
	#mainVisual .pickUpNews p + p {
		margin-left: 20px;
	}
	#mainVisual .pickUpNews .more .btn {
		padding: 10px 20px;
		margin-left: 0;
	}
	#mainVisual .pickUpNews .dateWrap {
		padding-bottom: 0;
		margin-right: 20px;
	}
}

/*
#overview
---------------------------*/
#overview {
	background-image: url(../img/top/bg-illust.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: cover;
}
#overview .overviewTitle {
	background-color: #00AFDD;
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4;
	padding: 10px;
	margin-bottom: 15px;
}
#overview .overviewTitle > * {
	font-weight: 600;
}
#overview .schedule {
	color: #1E2626;
	text-align: center;
}
#overview .schedule p {
	display: inline-block;
	font-weight: 600;
}
#overview .schedule .date {
	position: relative;
	font-family: "Reddit Sans", sans-serif;
	font-size: 34px;
	font-weight: 700;
}
#overview .schedule .detail {
	font-size: 18px;
	text-align: center;
}
#overview .schedule .detail li {
	position: relative;
	display: inline-block;
	padding-right: 0.5em;
	padding-left: 18px;
}
#overview .schedule .detail li:after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50px;
	background-color: #00AFDD;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
#overview .entry {
	color: #1E2626;
	padding-top: 20px;
}
#overview .entry dt {
	font-size: 18px;
	font-weight: 600;
	border-bottom: 1px solid #1E2626;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
}
#overview .entry dd {
	font-size: 20px;
}
#overview .entry dd span {
	font-weight: 600;
}
#overview .entry dd .date {
	font-family: "Reddit Sans", sans-serif;
	font-weight: 700;
	font-size: 20px;
}
@media (min-width: 1000px) {
	#overview {
		background-size: contain;
	}
	#overview .overviewTitle {
		font-size: 24px;
		padding: 10px;
		margin-bottom: 30px;
	}
	#overview .schedule .date {
		font-size: 70px;
		padding-right: 30px;
		margin-right: 25px;
	}
	#overview .schedule .date:after {
		height: 60px;
		transform: rotate(45deg);
	}
	#overview .schedule .detail {
		text-align: center;
		font-size: 28px;
	}
	#overview .schedule .detail li {
		padding-right: 1em;
	}
	#overview .entry {
		padding-top: 50px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#overview .entry dt {
		position: relative;
		font-size: 30px;
		padding-bottom: 0;
		margin-bottom: 0;
		padding-right: 15px;
		margin-right: 25px;
		border-bottom: none;
	}
	#overview .entry dt:after {
		content: "";
		display: block;
		width: 1px;
		height: 44px;
		background-color: #1E2626;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		margin: auto;
	}
	#overview .entry dd {
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 30px;
	}
	#overview .entry dd .date {
		font-size: 50px;
		padding-right: 15px;
	}
}

/*
#news
---------------------------*/
#news .newsList li {
	border-bottom: 1px solid #DCDCDC;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
#news .newsList li a {
	position: relative;
	display: block;
	padding-right: 15px;
}
#news .newsList li a:after {
	border-top: solid 1px #00AFDD;
	border-right: solid 1px #00AFDD;
	width: 8px;
	height: 8px;
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	transform: rotate(45deg);
	right: 10px;
	margin: auto;
	transition: all 0.3s ease-out;
}
#news .newsList li a:hover:after {
	right: 0;
}
#news .newsList .date {
	font-family: "Reddit Sans", sans-serif;
	padding-bottom: 0.5em;
}
@media (min-width: 1000px) {
	#news .newsList li {
		padding-bottom: 25px;
		margin-bottom: 25px;
	}
	#news .newsList li a {
		display: flex;
	}
	#news .newsList .date {
		font-family: "Reddit Sans", sans-serif;
		padding: 0 1em 0 0;
	}
}

/*
#sponsor
---------------------------*/
#sponsor .sponsorContent {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#sponsor .sponsorContent > div {
	width: calc((100% - 10px) / 2);
	padding: 20px 0;
	border: 1px solid #eee;
	margin-bottom: 10px;
}
#sponsor .sponsorContent > div:nth-of-type(odd) {
	margin-right: 10px;
}
#sponsor .sponsorLogo {
	width: 140px;
	margin: auto;
	aspect-ratio: 2/1;
}
#sponsor .sponsorLogo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
@media (min-width: 768px) {
	#sponsor .sponsorContent {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	#sponsor .sponsorContent > div {
		width: calc((100% - 60px) / 4);
		padding: 20px 0;
		border: 1px solid #eee;
		margin-bottom: 20px;
		margin-right: 20px;
	}
	#sponsor .sponsorContent > div:nth-of-type(odd) {
		margin-right: 20px;
	}
	#sponsor .sponsorContent > div:nth-of-type(4n) {
		margin-right: 0;
	}
}

/*
#information
---------------------------*/
#information {
	background-image: url(../img/top/information-bg.jpg);
	background-size: cover;
}
#information .programBox {
	background-color: rgba(255, 255, 255, 0.8);
	border: 1px solid #00AFDD;
}
#information .programBox .title {
	background-color: #00AFDD;
	color: #fff;
	font-size: 18px;
	padding: 10px;
}
#information .programBox .title span {
	position: relative;
	display: block;
	font-weight: 600;
}
#information .programBox .title span:before {
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	position: absolute;
	content: "";
	background-image: url(../img/common/icon-pdf.svg);
	background-position: center center;
	background-repeat: no-repeat;
	width: 19px;
	height: 20px;
	display: block;
}
#information .programBox .program {
	text-align: center;
	padding: 20px;
}
#information .programBox .program img {
	position: relative;
}
@media (min-width: 1000px) {
	#information .programBox .title {
		font-size: 22px;
		padding: 20px;
	}
	#information .programBox .program {
		padding-top: 20px;
	}
	#information .programBox .program img {
		width: 260px;
	}
}

#for-runners {
	background-image: url(../img/top/bg-illust02.svg);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: cover;
	border: 10px solid #F1F5FD;
}
#for-runners .facebook-wrapper {
	max-width: 500px; /* Facebook Page Plugin の最大幅 */
	margin: 0 auto;
}
#for-runners .facebook-wrapper > .fb-page {
	width: 100%;
}
#for-runners .facebook-wrapper > .fb-page > span,
#for-runners .facebook-wrapper iframe {
	width: 100% !important;
}
@media (min-width: 1000px) {
	#for-runners {
		background-size: contain;
		border: 20px solid #F1F5FD;
	}
}

#about {
	padding-bottom: 0;
}
#about .youtubeWrap {
	width: 100%;
	aspect-ratio: 3/2;
	margin-top: 10px;
}
#about .youtubeWrap iframe {
	width: 100%;
	height: 100%;
}
#about .gallerySlide {
	margin-top: 40px;
}
#about .gallerySlide .slick-dots {
	bottom: -40px;
}
#about .gallerySlide .slick-dots li button:before {
	display: block;
	width: 4px;
	height: 4px;
	background-color: #1E2626;
	content: "";
}
@media (min-width: 1000px) {
	#about .gallerySlide {
		margin-top: 80px;
	}
	#about .gallerySlide .slick-dots {
		bottom: -50px;
	}
}

#point .pointBoxWrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#point .pointBoxWrap > div {
	width: 100%;
}
#point .pointBoxWrap > div + div {
	margin-top: 20px;
}
#point .pointTitle {
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 1.4;
	font-weight: 700;
	margin-bottom: 10px;
}
#point .pointBox {
	background-color: #fff;
	padding: 10px;
	border: 2px solid #00AFDD;
	border-radius: 10px;
}
#point .pointBox .note.right {
	text-align: right;
}
#point .pointBox .note + .note {
	padding-top: 0.5em;
}
#point .pointImage {
	text-align: center;
	padding: 10px 0;
}
#point .pointImageColumn {
	display: flex;
	align-items: center;
}
#point .pointImageColumn > div {
	width: 50%;
	padding: 0 10px;
}
@media (min-width: 768px) {
	#point .pointBoxWrap {
		justify-content: space-between;
	}
	#point .pointBoxWrap > div {
		width: 32%;
	}
	#point .pointBoxWrap > div + div {
		margin-top: 0;
	}
}
@media (min-width: 1000px) {
	#point .pointTitle {
		font-size: 18px;
		margin-bottom: 15px;
	}
	#point .pointBox {
		padding: 15px;
		border-radius: 20px;
	}
	#point .point01 .pointImage {
		padding: 15px 0;
	}
}

/*# sourceMappingURL=top.css.map */