@charset "UTF-8";
body::before {
	content: "";
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
}
#body_bg::before {
	background: url(../images/bg_sp.png) no-repeat top / cover;
}
@media only screen and (min-width: 768px) {
	#body_bg::before {
		background: url(../images/bg_pc.png) no-repeat top / cover;
	}
}
.numfont {
  font-family: "Avenir Next", "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}
/* スキップするリンク */
.pageLink {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
}
.pageLink a {
	position: absolute;
	width: 0;
	height: 0;
	font-size: 0em;
	line-height: 0;
	outline: none;
}
.pageLink a:focus {
	top: 20px;
	left: 0;
	right: 0;
	display: block;
	width: 350px;
	height: auto;
	margin: 0 auto;
	padding: 5px 0;
	font-weight: bold;
	color: #311910;
	text-indent: 0;
	background: #fff;
	font-size: 142.85714%;
	line-height: 120%;
	outline: 3px solid #311910;
	text-decoration: none;
	text-align: center;
	z-index: 101;
}
/* ---------------- レイアウト ---------------- */
.page_body_01 {
  width: 100%;
  padding: 0 20px;
}
@media only screen and (min-width: 1024px) {
  .page_body_01 {
    width: 960px;
    margin: auto;
    padding: 0;
  }
}
/* ---------------- フローティングボタン ---------------- */
.float_btn_wrap {
	position: fixed;
	z-index: 100;
	right: 10px;
	bottom: 10px;
	width: calc(100% - 20px);
  max-width: 354px;
	aspect-ratio: 354 / 79;
}
a.float_btn {
	display: block;
  position: relative;
	background: url(../images/float_btn_sp.png) center/cover no-repeat;
	width: 100%;
	height: 100%;
}
.float_btn_on {
  display: none;
}
@media only screen and (min-width: 768px) {
	.float_btn_wrap {
    right: 30px;
    bottom: 30px;
    width: 170px;
    height: 170px;
		aspect-ratio: 170 / 170;
	}
  .float_btn_on {
    display: block;
    position: absolute;
    opacity: 0;
    transition: all .3s ease-out;
  }
  a.float_btn:hover .float_btn_on {
    opacity: 100;
  }
}
@media only screen and (min-width: 1280px) {
	.float_btn_wrap {
    right: 40px;
    bottom: 40px;
    width: 250px;
    height: 250px;
		aspect-ratio: 250 / 250;
	}
}
/* ---------------- hero ---------------- */
.hero_area {
	position: relative;
	z-index: 1;
	width: 100%;
	aspect-ratio: 768 / 1249;
}
@media only screen and (min-width: 375px) {
	.hero_area {
		min-height: auto;
	}
}
@media only screen and (min-width: 768px) {
	.hero_area {
		aspect-ratio: 1920 / 1080;
	}
}
/* ---------------- タイトル ---------------- */
.sec_ttl {
  font-size: 30px;
	font-weight: bold;
  color: #008133;
  text-align: center;
	letter-spacing: .1em;
}
@media only screen and (min-width: 768px) {
  .sec_ttl {
    font-size: clamp(30px, 3.9vw, 50px);
  }
}
@media only screen and (min-width: 1280px) {
  .sec_ttl {
    font-size: 50px;
  }
}
/* ---------------- sec01 ---------------- */
.company_list_inner {
  padding: 39px 0 0;
}
.company_list_body {
  padding: 0 10px;
}
.company_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 13px;
  padding: 40px 0 70px;
}
.company_item {
  width: calc(50% - 13px / 2);
}
.event_card {
  height: 100%;
  background: #fff;
  border-radius: 12px;
  border: 2px solid #008133;
  box-shadow: 3px 3px 0 #008133;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.event_area {
  color: #fff;
  background: #008133;
  width: 100%;
  padding: 10px 0;
  border-radius: 5px 5px 0 0;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: .1em;
}
.company_wrap {
  width: 100%;
  padding: 23px 0 12px;
}
.event_logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
}
.event_logo img {
  max-width: 80%;
}
.event_company {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0 0;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  line-height: 1.3;
  color: #008133;
  letter-spacing: .08em;
}
.company_name_01 {
  font-size: 12px;
}
.company_name_02 {
  font-size: 12px;
}
.event_bottom {
  width: 100%;
  padding: 12px 10px 10px 10px;
  border-top: 2px solid #008133;
  margin-top: auto;
}
.event_date {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 4px;
  font-weight: bold;
  font-size: 21px;
  color: #008133;
  margin-bottom: 8px;
  letter-spacing: .07em;
}
.date_main {
  line-height: 1;
}
.date_week {
  flex-shrink: 0;
  display: grid;
  place-content: center;
  width: 18px;
  height: 18px;
  margin: 0;
  padding: 0 0 2px 1px;
  font-size: 11px;
  font-weight: bold;
  background: #008133;
  color: #fff;
  border-radius: 50%;
}
.event_detail {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 5px 0;
  margin: 3px 0 0;
  color: #008133;
}
.event_detail_time {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: .05em;
}
.event_detail_capacity {
  position: relative;
  padding: 5px 0 0;
  text-align: right;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.3;
}
.event_detail_capacity::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: '';
  width: 100%;
  height: 0.5px;
  background: #008133;
}
.event_detail_capacity br {
  display: none;
}
@media only screen and (min-width: 768px) {
  .company_list {
    gap: 50px 30px;
  }
  .company_item {
    width: calc(33.333% - 30px * 2 / 3);
  }
  .event_area {
    font-size: clamp(12px, 1.4vw, 18px);
  }
  .event_logo img {
    max-width: 100%;
  }
  .event_company {
    font-size: clamp(12px, 1.71vw, 22px);
  }
  .company_name_01 {
    font-size: clamp(12px, 1.4vw, 18px);
  }
  .company_name_02 {
    font-size: clamp(12px, 1.56vw, 20px);
  }
  .event_date {
    font-size: clamp(21px, 3.125vw, 40px);
  }
  .event_detail {
    flex-direction: row;
    align-items: center;
    gap: 0 16.5px;
    margin: 6px 0 0;
  }
  .event_detail {
    justify-content: center;
  }
  .date_week {
    width: 27px;
    height: 27px;
    margin: 0;
    padding: 0 0 3px 3px;
    font-size: 18px;
    font-size: clamp(11px, 1.4vw, 18px);
  }
  .event_detail_time {
    font-size: clamp(12px, 1.56vw, 20px);
  }
  .event_detail_capacity {
    padding: 0 0 0 20px;
    text-align: center;
    font-size: clamp(11px, 1.56vw, 20px);
  }
  .event_detail_capacity::before {
    width: 0.5px;
    height: 100%;
  }
  .event_detail_capacity br {
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
}
@media only screen and (min-width: 1280px) {
  .company_list_inner {
    padding: 84px 0 0;
  }
  .company_list_body {
    width: 1033px;
    margin: auto;
    padding: 0;
  }
  .company_list {
    gap: 80px 59px;
    padding: 80px 0 118px;
  }
  .company_item {
    width: calc(33.333% - 59px * 2 / 3);
  }
  .event_card {
    border-radius: 24px;
    border: 3px solid #008133;
    box-shadow: 5px 5px 0 #008133;
		transition: all .3s ease-out;
  }
  .event_card:hover {
    transform: scale(1.03);
  }
  .company_wrap {
    width: 100%;
    padding: 50px 0 40px;
  }
  .event_area {
    padding: 14px 0;
    font-size: 18px;
    border-radius: 15px 15px 0 0;
  }
  .event_company {
    margin: 15px 0 0;
    font-size: 22px;
  }
  .company_name_01 {
    font-size: 18px;
  }
  .company_name_02 {
    font-size: 20px;
  }
  .event_bottom {
    padding: 21px 10px 26px;
    border-top: 2px solid #008133;
    margin-top: auto;
  }
  .event_date {
    gap: 0 6px;
    font-size: 40px;
  }
  .event_detail_time {
    font-size: 20px;
  }
  .event_detail_capacity {
    font-size: 20px;
  }
}
/* ---------------- sec02 ---------------- */
.application_wrap {
	background: #E9F3E9;
	padding: 50px 0;
}
.application_flow_img {
	margin: 39px auto 0;
	max-width: 400px;
}
.application_flow_txt_wrap {
	margin: 30px auto 0;
}
.application_flow_txt_list {
	display: flex;
	flex-direction: column;
	gap: 5px 0;
}
.application_flow_txt {
	font-size: 13px;
	font-weight: bold;
	line-height: 2;
	display: flex;
	gap: 0 6px;
}
.application_flow_txt::before {
	content: "●";
	display: block;
	color: #008133;
}
.application_dedline_img {
	margin: 30px auto 0;
	max-width: 350px;
}
.application_btn_wrap {
	position: relative;
  width: 334px;
  height: 75px;
	margin: auto;
}
.application_btn_on {
  display: none;
}
@media only screen and (min-width: 768px) {
	.application_flow_img {
		max-width: unset;
		width: 80%;
	}
	.application_flow_txt {
		font-size: clamp(13px, 1.4vw, 18px);
	}
	.application_flow_txt_wrap {
		width: 80%;
	}
	.application_btn_wrap {
		width: 480px;
		height: 90px;
	}
}
@media only screen and (min-width: 1024px) {
	.application_wrap {
		padding: 100px 0;
	}
	.application_dedline_img {
		margin: 70px auto 0;
		max-width: 400px;
	}
	.application_btn {
		position: relative;
		display: block;
		width: 100%;
	}
  .application_btn_on {
    display: block;
    position: absolute;
    opacity: 0;
    transition: all .3s ease-out;
  }
  .application_btn:hover .application_btn_on  {
    opacity: 1;
  }
}
@media only screen and (min-width: 1280px) {
	.application_wrap {
		padding: 127px 0 155px;
	}
	.application_flow_img {
		margin: 79px 0 0;
		width: 100%;
	}
	.application_flow_txt_wrap {
		margin: 70px 0 0;
		width: 100%;
	}
	.application_flow_txt_list {
		gap: 10px 0;
	}
	.application_flow_txt {
		font-size: 18px;
		gap: 0 7px;
	}
	.application_dedline_img {
		margin: 80px 0 0;
		max-width: unset;
		text-align: center;
	}
	.application_btn {
		margin: 20px 0 0;
	}
	.application_btn_wrap {
		width: 604px;
		height: 114px;
	}
}
/* ---------------- sec03 ---------------- */
.cheer_wrap {
	padding: 50px 0 20px;
	background: #FFF;
}
.previous_txt_box {
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 8px 0;
}
.previous_txt {
	display: inline-block;
	background: #FFF697;
	color: #008133;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.5;
}
.previous_txt_pc {
	display: none;
}
.previous_btn_wrap {
	display: block;
	width: 334px;
	height: 43px;
	margin: 16px auto 0;
}
.previous_btn_on {
  display: none;
}
.cheer_ttl {
	font-size: 20px;
	font-weight: bold;
	color: #008133;
	line-height: 1.5;
  letter-spacing: .1em;
	text-align: center;
	margin: 40px 0 0;
}
.cheer_box {
	padding: 15px 0;
	border-top: 1px solid #008133;
	border-bottom: 1px solid #008133;
	margin: 15px auto 0;
}
.cheer_box_txt {
  font-size: 13px;
	line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
}
.cheer_box span {
  color: #008133;
}
.cheer_box_note {
  font-size: 12px;
  font-weight: bold;
  color: #008133;
  text-align: center;
	line-height: 1.5;
  margin: 15px 0 0;
}
@media only screen and (min-width: 768px) {
	.previous_txt {
    font-size: clamp(13px, 1.56vw, 20px);
	}
	.previous_txt_pc {
		display: block;
	}
	.previous_txt_sp {
		display: none;
	}
	.previous_btn_wrap {
		width: 467px;
		height: 60px;
	}
  .cheer_ttl {
    font-size: clamp(20px, 3.9vw, 50px);
  }
	.cheer_ttl br {
		display: none;
	}
	.cheer_box {
		width: 80%;
	}
  .cheer_box_txt {
    font-size: clamp(13px, 1.95vw, 25px);
  }
	.cheer_br {
		display: none;
	}
  .cheer_box_note {
    font-size: clamp(12px, 1.4vw, 18px);
  }
	.cheer_box_note br {
		display: none;
	}
}
@media only screen and (min-width: 1024px) {
	.previous_btn {
		position: relative;
		display: block;
		width: 100%;
	}
  .previous_btn_on {
    display: block;
    position: absolute;
    opacity: 0;
    transition: all .3s ease-out;
  }
  .previous_btn:hover .previous_btn_on  {
    opacity: 1;
  }
}
@media only screen and (min-width: 1280px) {
	.cheer_wrap {
		padding: 127px 0 139px;
	}
	.previous_txt_box {
		gap: 12px 0;
	}
	.previous_txt {
		font-size: 20px;
	}
	.previous_btn_wrap {
		margin: 20px auto 0;
		width: 620px;
		height: 80px;
	}
  .cheer_ttl {
    font-size: 50px;
		margin: 88px 0 0;
  }
  .cheer_box {
		padding: 20px 0;
		margin: 18px 0 0;
		width: 100%;
  }
  .cheer_box_txt {
    font-size: 25px;
  }
  .cheer_box_note {
    font-size: 18px;
		margin: 20px 0 0;
  }
}


/* ---------------- 追加ページ用（サイトポリシー等） ---------------- */
.sub_header {
  background: #E9F3E9;
}
.green {
	color: #008133;
}
.page_ttl_wrap {
  background: #E9F3E9;
}
.subpage_sec {
  padding: 30px 0 60px;
}
.page_ttl {
	font-size: 24px;
	font-weight: 900;
	text-align: center;
  line-height: 1.5;
  color: #008133;
  padding: 1.5em 0;
}
.updated_txt {
	font-size: 13px;
	text-align: right;
	margin: 30px 0 0;
}
.page_contents_wrap {
	margin: 30px 0 0;
}
.page_contents + .page_contents {
	margin: 35px 0 0;
}
.page_contents_ttl {
	font-size: 18px;
	font-weight: 900;
	position: relative;
	border-bottom: 2px solid #008133;
	border-left: 5px solid #008133;
	padding: 0 0 0 5px;
}
.page_contents_txt {
	margin: 15px 0 0;
	font-size: 13px;
	line-height: 2;
}
.page_contents_txt p + p {
	margin: 10px 0 0;
}
.page_contents_txt_list {
	padding: 0 0 0 1em;
}
.page_contents_txt_list li {
	text-indent: -1em;
	padding-left: 1em;
}
.page_contents_txt a {
	color: #008133;
	text-decoration: underline;
	transition: all .3s ease-out;
}
.page_contents_inner {
	margin: 35px 0 0;
}
.page_contents_sub_ttl {
	font-weight: 900;
	font-size: 16px;
	color: #008133;
	margin: 15px 0 0;
	text-indent: -1em;
	padding-left: 1em;
}
.privacy_link_02 {
	line-height: 1.5;
}
.privacy_link_02 li + li {
	margin: 15px 0 0;
}
.checklist_table.privacy_table th:nth-child(2) {
	width: 0em;
}
@media only screen and (min-width: 768px) {
	.page_ttl {
		font-size: clamp(24px, 3.75vw, 48px);
	}
  .subpage_sec {
    padding: 100px 0 120px;
  }
	.updated_txt {
		font-size: clamp(13px, 1.25vw, 16px);
	}
	.page_contents_ttl {
		font-size: clamp(18px, 1.87vw, 24px);
	}
	.page_contents_txt {
		margin: 20px 0 0;
		font-size: clamp(13px, 1.4vw, 18px);
	}
	.page_contents_txt a:hover {
		opacity: .7;
	}
	.page_contents_sub_ttl {
		font-size: clamp(16px, 1.56vw, 20px);
	}
	.privacy_link_02 li + li {
		margin: 15px 0 0;
	}
	.checklist_table.privacy_table th:nth-child(1) {
		width: 5.5em;
	}
	.scroll-privacy {
		display: none;
	}
}
@media only screen and (min-width: 1280px) {
	.page_ttl {
		font-size: 48px;
	}
	.page_contents + .page_contents {
		margin: 48px 0 0;
	}
	.updated_txt {
		font-size: 16px;
		margin: 50px 0 0;
	}
	.page_contents_ttl {
		font-size: 24px;
		border-left: 10px solid #008133;
		padding: 0 0 0 10px;
	}
	.page_contents_txt {
		font-size: 18px;
	}
	.page_contents_txt p + p {
		margin: 20px 0 0;
	}
	.page_contents_inner {
		margin: 40px 0 0;
	}
	.page_contents_sub_ttl {
		font-size: 20px;
		margin: 20px 0 0;
	}
	.checklist_table.privacy_table th:nth-child(1) {
		width: 7em;
	}
}
/* 達成基準チェックリスト */
.t-box2 {
	margin: 20px 0;
}
.checklist_table {
	min-width: 590px;
	width: 100%;
	font-size: 13px;
}
.checklist_table th {
	background: #E9F3E9;
	font-weight: bold;
}
.checklist_table_cap {
	font-size: 120%;
	font-weight: bold;
}
.checklist_table td,
.checklist_table th {
	padding: 4px;
	border: 1px solid #999999;
}
.checklist_table th:nth-child(1) {
	width: 5em;
}
.checklist_table th:nth-child(2) {
	width: 16em;
}
.checklist_table th:nth-child(3),
.checklist_table th:nth-child(4),
.checklist_table th:nth-child(5) {
	width: 3em;
}
@media only screen and (min-width: 768px) {
	.checklist_table {
		font-size: clamp(13px,1.4vw,18px);
	}
}
@media only screen and (min-width: 1280px) {
	.checklist_table {
		font-size: 18px;
	}
}
/* ---------------- footer ---------------- */
.footer_wrap {
  background: #fff;
  padding: 20px 0 110px;
}
.footer_body {
  width: 100%;
  padding: 0 46px;
}
.footer_logo {
  width: 214px;
  margin: auto;
}
.footer_txt {
  margin: 23px auto 0;
  color: #008133;
  font-size: 13px;
  line-height: 1.5;
  max-width: 283px;
}
.copy {
  font-weight: normal;
  font-size: 11px;
  margin: 5px 0 0;
}
.footer_btn {
  margin: 19px auto 0;
  width: 178px;
}
.footer_btn {
	width: 178px;
}
.footer_btn a {
	display: flex;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .footer_wrap {
    padding: 20px 0;
  }
	.footer_txt {
		font-size: clamp(13px, 1.4vw, 18px);
	}
	.copy {
		font-size: clamp(11px, 1.25vw, 16px);
		margin: 4px 0 0;
	}
}
@media only screen and (min-width: 1024px) {
  .footer_contents {
		display: flex;
		align-items: center;
    justify-content: space-between;
  }
	.footer_logo_area {
		display: flex;
		align-items: center;
		gap: 0 53px;
	}
	.footer_logo {
		width: 300px;
		margin: 0;
	}
	.footer_txt {
		max-width: unset;
	}
	.footer_txt,
	.footer_btn {
		margin: 0;
	}
	.footer_btn {
		width: 200px;
	}
}
@media only screen and (min-width: 1280px) {
  /* .footer_wrap {
    padding: 30px 0;
  } */
	.footer_logo,
	.footer_btn {
		width: unset;
	}
	.footer_txt {
		font-size: 18px;
	}
	.copy {
		font-size: 16px;
	}
}
@media only screen and (min-width: 1380px) {
  .footer_body {
    width: 1300px;
    padding: 0;
    margin: auto;
  }
}