@charset "utf-8";
/* CSS Document */

#site_header{
  background-color: #A7CE46;
}

/*---------------------------------------------------------------------
	top_fv
---------------------------------------------------------------------*/
.top_fv {
  text-align: center;
  width: 100%;
  background-color: #A8CE47;
}

/*---------------------------------------------------------------------
	top_navi
---------------------------------------------------------------------*/
.top_navi {
	width: 100%;
	background-color: #00693F;
}

.top_navi_links {
	display: none;
	margin: 0 auto;
	padding: 26px 0 28px;
	width: 100%;
	max-width: 1200px;
}

.top_navi_link, .top_navi_link:visited {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
.top_navi_link:hover {
	color: #FFE100;
	text-decoration: none;
}
.top_navi_links li:nth-of-type(1) .top_navi_link {
  color: #FFE100;
}

/* Tablet */
@media print, screen and (min-width: 1200px) {
	.top_navi_links {
		display: flex;
		justify-content: space-around;
	}
}

/*---------------------------------------------------------------------
	details
---------------------------------------------------------------------*/
.top_details {
	padding: 40px 0 60px;
	background-color: #FFF6C6;
}

.top_details .alert_box {
    margin: -20px 0 20px;
  padding: 0;
}

.details_head {
  color: #00693F;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.1em;
  text-align: center;
  margin-bottom: 20px;
}
.details_text {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 40px;
}
/* PC */
@media print, screen and (min-width: 1200px) {
.top_details .alert_box {
    margin: -60px 0 80px;
}
}
/* ---------- 表部分 ---------- */
/* 日時 */
.details_item:nth-of-type(1) .details_item_content {
	color: #C8004C;
	font-size: 26px;
	font-family: "Poppins", "Noto Sans JP", sans-serif;
	font-weight: 900;
}
.details_item:nth-of-type(1) .details_item_content .large {
	font-size: 36px;
	line-height: 1.2;
	display: inline-block;
}
.details_item:nth-of-type(1) .details_item_content .circle {
	color: #fff;
	font-size: 18px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 900;
	line-height: 1.4em;
	text-align: center;
	display: inline-block;
	position: relative;
	bottom: 10%;
	width: 1.5em;
	height: 1.5em;
  margin-left: 5px;
	background-color: #C8004C;
	border-radius: 50%;
}
.details_item:nth-of-type(1) .details_item_content .icon_clock {
	position: relative;
  top: -2%;
	margin-right: 8px;
	width: 0.9em;
	height: 0.9em;
}
.details_item:nth-of-type(1) .details_item_content .inlineblock {
	color: #000;
	font-size: 0.8em;
}

/* ---------- ビリア ---------- */
.details_feature {
    border-radius: 10px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    padding: 30px 20px;
    margin: 30px auto 60px;
    width: 100%;
    background-color: #fff;
}

.details_feature_image {
	text-align: center;
	width: 330px;
}

.details_feature_text {
	font-size: 1.4rem;
	margin-top: 1em;
}
.details_feature_text .large {
	font-size: 1.6rem;
  margin-bottom: 10px;
}

.details_feature_text .bold {
	font-weight: bold;
  font-size: 1.8rem;
}

/* Tablet */
@media print, screen and (min-width: 768px) {
   .details_head {
		font-size: 5rem;
	}
	
	.details_text {
		font-size: 18px;
		text-align: center;
	}

	.details_item:nth-of-type(1) .details_item_content .large {
		font-size: 58px;
	}
}


/* PC */
@media print, screen and (min-width: 1200px) {
  .top_details {
    padding: 100px 0;
  }
  .details_head {
		font-size: 6rem;
    margin-bottom: 40px;
	}
  
	/* ---------- 表部分 ---------- */
  .details_item {
    margin-top: 20px;
  }
	.details_item:nth-of-type(1) .details_item_content {
		font-size: 36px;
	}
	.details_item:nth-of-type(1) .details_item_content .large {
		font-size: 76px;
		line-height: 1.6;
	}
	.details_item:nth-of-type(1) .details_item_content .circle {
		font-size: 32px;
		line-height: 1.4em;
		bottom: 5%;
		width: 1.5em;
		height: 1.5em;
    vertical-align: middle;
	}

	/* ---------- ビリア ---------- */
	.details_feature {
		padding: 30px 85px;
    margin: 50px 0 80px;
    justify-content: center;
    gap: 50px;
	}
  .details_feature_text {
    font-variant-position: 1.8rem;
  }
  .details_feature_text .large {
    font-size: 2.4rem;
  }
  .details_feature_text .bold {
    font-size: 2.8rem;
  }
}



/*---------------------------------------------------------------------
	Flow
---------------------------------------------------------------------*/
.top_flow {
	padding: 60px 0;
}
.top_flow_inner + .top_flow_inner {
  margin-top: 30px;
}

.flow_head {
    color: #00693F;
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 15px;
    padding: 15px;
    border-radius: 10px;
    background-color: #E2F1EB;
}

.flow_period {
	color: #C8004C;
	font-size: 1.8rem;
	font-weight: 900;
}

.flow_notice {
	margin-top: 15px;
	padding-left: 1em;
	text-indent: -1em;
}

/* ---------- お申し込みの流れ ---------- */
.flow_lists {
	display: block;
	width: 100%;
}

.flow_list {
	position: relative;
	padding: 30px 20px;
	width: 100%;
	border: 1px solid #E2F1EB;
	border-radius: 10px;
}
.flow_list + .flow_list {
  margin-top: 32px;
}
.flow_list::after {
	content: '';
	position: absolute;
	right: 0; left: 0; bottom: -26px; top: auto;
	transform: rotate(90deg);
	margin: 0 auto;
	width: 48px;
	height: 32px;
	background: url('../image/flow_arrow.png') no-repeat center center/contain;
}
.flow_list:nth-last-of-type(1)::after {
	content: none;
}

.flow_list_image {
	display: block;
	margin: 0 auto;
	width: 45.67567567567568%;
	max-width: 169px;
}

.flow_list_head {
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	margin-top: 18px;
}

.flow_list_text {
	font-size: 16px;
	margin-top: 20px;
}

.flow_list_notice {
	color: #C8004C;
	font-size: 14px;
	margin-top: 15px;
}

/* ---------- 当日の受付 ---------- */
.flow_appoint_head {
	color: #00693F;
	font-weight: bold;
	margin: 30px 0 10px;
}

/* ---------- 応募はこちらから ---------- */
.flow_btn_text {
	color: #C8004C;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin: 60px auto 15px;
}
.flow_btn_text::before {
	content: '';
	position: relative;
	bottom: -5px;
	display: inline-block;
	margin-right: 20px;
	width: 5px;
	height: 32px;
	transform: rotate(-19deg);
	border-radius: 30px;
	background-color: #C8004C;
}
.flow_btn_text::after {
	content: '';
	position: relative;
	bottom: -5px;
	display: inline-block;
	margin-left: 10px;
	width: 5px;
	height: 32px;
	transform: rotate(19deg);
	border-radius: 30px;
	background-color: #C8004C;
}

/* Tablet */
@media print, screen and (min-width: 768px) {
  
  .flow_lists {
		display: flex;
		justify-content: space-between;
		align-items: stretch;
	}
	.flow_list::after {
		content: '';
		right: -32px; left: auto; top: 50%; bottom: auto;
		transform: translateY(-50%);
	}
	.flow_list {
		margin-top: 0;
		width: 30.83%;
    padding: 30px;
	}
  .flow_list + .flow_list {
    margin-top: 0;
  }
  
}


/* PC */
@media print, screen and (min-width: 1200px) {

	/* ---------- お申し込みの流れ ---------- */
  .top_flow {
    padding: 100px 0;
  }
	.top_flow_inner + .top_flow_inner {
    margin-top: 50px;
  }
  .flow_head {
    font-size: 2.4rem;
    padding: 15px;
    margin-bottom: 25px;
  } 
  .flow_period {
    font-size: 2.4rem;
  }
  
  .flow_list {
    padding: 40px;
  }
  .flow_list_head {
    font-size: 2.4rem;
  }
  .flow_btn_text {
    margin-top: 80px;
  }
  
}



/*---------------------------------------------------------------------
	Links
---------------------------------------------------------------------*/
.top_links {
	padding: 60px 0;
	background-color: #00693F;
}

.links_inner {
	display: block;
	margin: 0 auto;
}
.links_box {
	padding: 10px;
	margin: 0 auto;
	border-radius: 10px;
	background-color: #fff;
}
.links_box:nth-of-type(2) {
	margin-top: 10px;
}

/* PC */
@media print, screen and (min-width: 1200px) {
  .top_links {
    padding: 50px 0;
  }
	.links_inner {
		display: flex;
		justify-content: space-between;
		align-items: center;
    gap: 40px;
	}
	.links_box {
    flex: 1;
	}
	.links_box:nth-of-type(2) {
		margin-top: 0;
	}
}




/*---------------------------------------------------------------------
	top_topics
---------------------------------------------------------------------*/
.top_topics {
  margin: 60px auto;
}

.top_topics .link {
  text-align: center;
  margin-top: 50px;
}


/* tablet */
@media screen and (min-width: 768px) {
	.top_topics {
		padding: 40px 20px;
	}
}
/* PC */
@media print, screen and (min-width: 1200px) {
  .top_topics {
    margin: 100px auto;
  }
  .top_topics .section_head {
    margin-bottom: 10px;  
  }
}

/*---------------------------------------------------------------------
	top_access
---------------------------------------------------------------------*/
.top_access {
	padding: 60px 0;
	background-color: #E2F1EB;
}

.access_box {
	padding: 30px 20px;
	width: 100%;
	background-color: #fff;
}

.access_title {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  margin-bottom: 10px;
}

.access_title .main {
	color: #00693F;
	font-size: 1.4rem;
	font-weight: 500;
	display: inline-block;
	position: relative;
	top: -3px;
	padding: 3px 6px 5px;
	margin-right: 15px;
	border: 1px solid #00693F;
	border-radius: 4px;
}
.access_address {
    color: #00693F;
    font-size: 1.4rem;
    font-weight: 500;
    text-align: center;
    position: relative;
}
.access_address_icon {
	position: relative;
  top: -2px;
	width: 14px;
	height: 16px;
}

.access_map {
	margin: 20px auto;
	max-width: 1100px;
	height: 43.33vw;
	max-height: 520px;
}

.access_text {}

/* PC */
@media print, screen and (min-width: 1200px) {
  .top_access {
    padding: 100px 0;
  }
  .access_box {
    padding: 40px 50px;
  }
  .access_title {
    font-size: 2.4rem;
    flex-direction: row;
    justify-content: center;
    align-items: baseline;
  }
  .access_title .main {
    font-size: 1.6rem;
  }
  .access_address {
    font-size: 1.6rem;
  }
  .access_map {
    margin: 30px 0;
    border-radius: 10px;
    overflow: hidden;
  }
  .access_text {
    text-align: center;
    margin-top: 1rem;
  }
  
}

/*---------------------------------------------------------------------
	top_sponsor
---------------------------------------------------------------------*/
.top_sponsor {
    margin: 60px auto;
}

.section_read {
  margin-bottom: 30px;
}

.partner_logos {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 60px;
}
.partner_logos li {
    width: calc(50% - 8px);
}
.partner_logos img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: contain;
}

.sponsor_logos {
	display: block;
	width: 100%;
	max-width: 1050px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.sponsor_logo {}
.sponsor_logos a {
  color: #000;
  text-decoration: none;
  display: block;
}

.sponsor_logo_image {
	width: 100%;
}

.sponsor_logo_title {
	font-size: 15px;
	text-align: center;
	margin-top: 15px;
}

/* Tablet */
@media print, screen and (min-width: 768px) {
  .section_read {
    margin-bottom: 40px;
    text-align: center;
  }
  .partner_logos li {
    width: calc(25% - 12px);
  }
  .sponsor_logo {
    flex: 1;
  }
}

/* PC */
@media print, screen and (min-width: 1200px) {
  
  .top_sponsor {
    margin: 100px 0;
  }
  
  .partner_logos {
    gap:20px 40px;
    margin-bottom: 100px;
  }
  .partner_logos li {
    width: calc(25% - 30px);
  }
	.sponsor_logos {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	.sponsor_logo {
		margin: auto;
	}
}





/*---------------------------------------------------------------------
	pickup_topics
---------------------------------------------------------------------*/
.pickup_topics {
	margin: 20px 0;
	border: 1px solid #BFBFBF;
	border-radius: 6px;
}
.pickup_topics .ttl {
	background: #FFCC00;
	font-size: 1.8rem;
	font-weight: normal;
	border-bottom: 1px solid #BFBFBF;
	padding: 10px;
	position: relative;
	border-radius: 6px 6px 0 0;
}
.pickup_topics .list {
	background: #FFFAE5;
	padding: 10px;
	border-radius: 0 0 6px 6px;
}
.pickup_topics .list li + li {
	margin-top: 5px;
  padding-top: 5px;
	border-top: 1px dashed #BFBFBF;
}
.pickup_topics .list a {
	display: block;
	color: #000;
	position: relative;
	padding-left: 20px;
}
.pickup_topics .list a::before {
    content: "";
    position: absolute;
    left: 5px;
    top: 8px;
    border: 4px solid transparent;
    border-left: 7px solid #E86C00;
}

/* pc */
@media print, screen and (min-width: 1200px) {
  
  .pickup_topics {
    display: table;
    width: 100%;
  }
  .pickup_topics .ttl {
    display: table-cell;
    vertical-align: middle;
    width: 200px;
    border-radius: 6px 0 0 6px;
    text-align: center;
    padding: 15px 20px;
    border-bottom: none;
  }
  .pickup_topics .list {
    display: table-cell;
    vertical-align: middle;
    border-radius: 0 6px 6px 0;
  }
}

/*---------------------------------------------------------------------
	top_slide
---------------------------------------------------------------------*/
.top_slide .slick-dotted.slick-slider {
	margin-bottom: 0;
}
.top_slide .pc {
	display: none;
}
.top_slide .slick-dots {
    bottom: 10px;
}


/* pc */
@media screen and (min-width: 1200px) {
	.top_slide {
		position: relative;
	}
	.top_slide .pc {
		display: block;
	}
	.top_slide .sp {
		display: none;
	}
}


/*---------------------------------------------------------------------
	bnr_pickup
---------------------------------------------------------------------*/
.bnr_pickup {
    margin: 30px 0;
}
.bnr_pickup li {
    margin: 0 10px;
}
.bnr_pickup a {
	text-decoration: none;
	display: block;
	color: #000;
}
.bnr_pickup .ttl {
	display: block;
	border-bottom: 1px solid #BBB;
	position: relative;
	background: url("../image/top/more.png") no-repeat right center/60px;
	padding: 10px 60px 10px 0;
	font-size: 1.5rem;
}
.bnr_pickup .ttl::before {
	content: "";
	position: absolute;
	right: 0;
	bottom: -1px;
	width: 60px;
	height: 1px;
	background: #3DB4EB;
}


/* pc */
@media screen and (min-width: 1200px) {
	.bnr_pickup {
    margin: 40px 0;
	}
	.bnr_pickup li {
		margin: 0 15px;
	}
	.bnr_pickup .ttl {
    background-size: auto;
    font-size: 1.8rem;
    padding-right: 90px;
		margin-top: 5px;
	}
	.bnr_pickup .ttl::before {
		width: 80px;
	}
}