@charset "utf-8";
/* CSS Document 後続共通css*/
/*基本レイアウト*/
/*本文マージン*/
.margin0 {
	margin-bottom: 0px !important;
}
.margin10 {
	margin-bottom: 10px !important;
}
.margin20 {
	margin-bottom: 20px !important;
}
.margin30 {
	margin-bottom: 30px !important;
}
.margin40 {
	margin-bottom: 40px !important;
}
.margin50 {
	margin-bottom: 50px !important;
}
.margin60 {
	margin-bottom: 60px !important;
}
.margin70 {
	margin-bottom: 70px !important;
}
.margin80 {
	margin-bottom: 80px !important;
}
.margin90 {
	margin-bottom: 90px !important;
}
.margin1em {
	margin-bottom: 1em !important;
}
.margin2em {
	margin-bottom: 2em !important;
}
.margin3em {
	margin-bottom: 3em !important;
}
.margin4em {
	margin-bottom: 4em !important;
}
.margin5em {
	margin-bottom: 5em !important;
}
.margin6em {
	margin-bottom: 6em !important;
}
.margin7em {
	margin-bottom: 7em !important;
}
.margin8em {
	margin-bottom: 8em !important;
}
.margin9em {
	margin-bottom: 9em !important;
}
/*本文内各種パーツ***********************/
/*章*/
section {
	padding: 56px 0;
}
section .inside {
	width: 1128px;
	margin: 0 auto;
}
section section {
	margin: 56px auto;
	padding: 0;
}
section section:last-child {
	margin-bottom: 0;
}
@media screen and (max-width: 1168px) {
	section .inside {
		width: 100%;
		padding-right: 24px;
		padding-left: 24px;
	}
}
/*段落*/
/*p {
	margin-bottom: 20px;
}*/
p:last-child {
	margin-bottom: 0 !important;
}
.last {
	margin-bottom: 0 !important;
}
.indent-1 {
	display: block;
	padding-left: 1em;
	text-indent: -1em;
}
/*見出し*/
h2 {
	font-weight: 600;
	font-size: 3.6rem;
	color: var(--main);
	text-align: center;
	margin-bottom: 32px;
}
h3 {
	margin-bottom: 24px;
	padding: 8px;
	color: var(--blk);
	font-weight: 600;
	font-size: 2.4rem;
	line-height: 36px;
	background: #A9D8F6;
}
h3.h3_03 {
	color: var(--wht);
	background: var(--main);
	text-align: center;
}
h4 {
	display: flex;
	padding-bottom: 8px;
	align-items: center;
	gap: 10px;
	align-self: stretch;
	margin-bottom: 16px;
	border-bottom: 2px solid var(--main);
	font-weight: 600;
	font-size: 2.4rem;
}
h5 {
	font-weight: 600;
}
/*パーツ*/
.ico-now {
	display: inline-flex;
	margin-top: 10px;
	padding: 4px 10px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 32px;
	color: var(--blk);
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 1;
}
.ico-now.open {
	background: #FFD900;
}
.ico-now.closed {
	background: #FFD900;
}
.ico-now.coming {
	background: var(--glay, #C8C8C8);
}
/*メインビジュアル*/
.mainvisual_waku {
	width: 100%;
}
.mainvisual {
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
	padding: 48px 0 0 0;
}
.mainvisual img {
	width: 100%;
	height: auto;
}
.mainvisual .mv_title {
	max-width: 552px;
	width: 50%;
	margin-left: 100px;
}
@media (max-width: 1439px) {
	.mainvisual {
		padding-right: 16px;
		padding-left: 16px;
		align-items: center;
	}
	.mainvisual .mv_title {
		margin-left: 0;
	}
}
.mainvisual img.title {
	width: 100%;
	height: auto;
}
.mainvisual strong {
	display: block;
	margin-bottom: 50px;
	margin-top: 32px;
}
.mainvisual .mv_img {
	max-width: 683px;
	width: 50%;
	line-height: 1;
}
.read {
	display: flex;
	width: 100%;
	max-width: 1128px;
	margin: 16px auto;
	justify-content: space-between;
	align-items: flex-start;
}
.read .period {
	width: 553px;
	width: calc(50% - 5px);
	border-radius: 8px;
	border: 2px solid var(--main);
	background: var(--wht);
	text-align: center;
}
.read .period .tit {
	padding: 8px;
	background: var(--main);
	color: var(--wht);
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1;
}
.read .period p {
	padding: 8px;
	font-weight: 600;
}
@media (max-width: 1439px) {
	.read {
		padding-right: 16px;
		padding-left: 16px;
	}
}
/*お知らせ*/
#news_area {
	background: #D4EAFF;
}
#news_area .inside {}
#news_area h2 {
	text-align: center;
}
#news_area .news-list {
	width: 100%;
	max-width: 1128px;
	border-radius: 8px;
	border: 2px solid var(--main);
	background: linear-gradient(180deg, #FFF 2.88%, #FFF 100%);
}
#news_area .news-list_inside {
	max-height: 280px;
	overflow-y: auto;
	margin: 0 8px 0 0;
	padding: 24px 0;
	border-radius: 8px;
}
#news_area .news-list .item {
	margin-bottom: 24px;
	padding: 0 16px 0 24px;
}
#news_area .news-list .item:last-child {
	margin-bottom: 0;
}
#news_area .news-list .date {
	color: var(--main);
	font-weight: 600;
}
/*公募概要*/
#outline_area {
	background: var(--wht);
}
#outline_area .inside {}
#outline_area h2 {}
#outline_area h3 {}
#outline_area p {
	margin-bottom: 32px;
}
/*タブ切り替え*/
/* 全体のコンテナ */
.tab-container {
	width: 100%;
}
/* ボタンの並び */
.tab-button-group {
	display: flex;
	justify-content: space-between;
}
/* タブボタンの基本スタイル */
.tab-btn {
	display: flex;
	padding: 10px 16px;
	flex-direction: column;
	align-items: center;
	gap: 4px;
	width: calc(50% - 12px);
	border-radius: 8px 8px 0 0;
	border-top: 2px solid var(--main);
	border-right: 2px solid var(--main);
	border-left: 2px solid var(--main);
	background: var(--wht);
	color: var(--main);
	text-align: center;
	font-size: 2.4rem;
	font-weight: 600;
	line-height: 1;
	cursor: pointer;
}
/* ホバー時 */
.tab-btn:hover {
	opacity: 0.6;
	background: var(--main);
	color: var(--wht);
}
/* ホバー時 */
.tab-btn.inactive {
	pointer-events: none;
	cursor: default;
}
/* 選択されているタブボタンのスタイル */
.tab-btn.active {
	background: var(--main);
	color: var(--wht);
}
/* コンテンツ部分の基本スタイル（最初は非表示） */
.tab-content {
	display: none;
	padding: 48px 40px;
	border-radius: 0 0 8px 8px;
	border: 2px solid var(--main);
	background: var(--wht);
}
/* 選択されているコンテンツを表示 */
.tab-content.active {
	display: block;
}
/*ボタンエリア*/
.btn_area {
	display: flex;
	justify-content: space-between;
	justify-content: center;
	align-items: flex-start;
	align-content: flex-start;
	column-gap: 28px;
	row-gap: 32px;
	align-self: stretch;
	flex-wrap: wrap;
	margin-top: 16px;
}
.btn-download {
	display: flex;
	width: calc(50% - 14px);
	padding: 24px 32px 24px 40px;
	justify-content: center;
	align-items: center;
	border-radius: 56px;
	border: 2px solid var(--main);
	background: var(--wht);
	text-decoration: none;
	transition: all 0.3s ease;
}
.btn-download .txt {
	display: flex;
	width: 424px;
	width: 77%;
	flex-direction: column;
	align-items: center;
	flex-shrink: 0;
	gap: 8px;
	transition: all 0.3s ease;
}
.btn-download .tit {
	color: var(--main);
	font-size: 2.6rem;
	font-weight: 600;
	line-height: 32px; /* 123.077% */
}
.btn-download .tit span {
	font-size: 1.8rem;
}
.btn-download .date {
	font-size: 1.8rem;
	color: var(--blk, #222);
	line-height: 1;
}
.btn-download .arr {
	color: var(--main, #008282);
	transition: all 0.3s ease;
}
.btn-download:focus-visible, .btn-download:hover {
	border: 2px solid var(--main);
	background: var(--main);
}
.btn-download:focus-visible *, .btn-download:hover * {
	color: #ffffff;
}
.btn-download.inactive {
	background: var(--close);
	border: 2px solid var(--blk);
	pointer-events: none;
	cursor: default;
}
.btn-download.inactive .tit {
	color: var(--blk);
}
.btn-download.inactive .arr {
	color: var(--blk);
}
/*公募期間*/
.term_area .section_s_waku {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.term_area .section_s {
	width: calc(50% - 30px);
	margin-bottom: 0;
}
/*申請*/
.application_area {
	padding-top: 24px;
	background: var(--wht);
	border-top: 2px dashed var(--main);
}
.application_area .inside {}
.application_area h2 {}
.application_area h2 span {
	color: #5A5A5A;
}
.application_area p {
	margin-top: 24px;
	margin-bottom: 40px;
}
.application_area p:has(+ p) {
	margin-bottom: 24px;
}
.application_area p + p {
	margin-bottom: 24px;
}
.btn-application {
	display: flex;
	width: 550px;
	margin: 32px auto 0 auto;
	padding: 24px 56px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 42px;
	border: 2px solid var(--blk);
	background: var(--orange);
	color: var(--blk);
	font-size: 2.4rem;
	font-weight: 600;
	line-height: 36px; /* 150% */
	text-decoration: none;
	cursor: pointer;
	transition: all 0.3s ease;
}
.btn-application .new-window {
	position: relative;
	width: 24px;
	aspect-ratio: 1;
}
.btn-application:focus-visible, .btn-application:hover {
	background: var(--wht);
	color: var(--blk);
}
.btn-application.inactive {
	background: var(--close);
	pointer-events: none;
	cursor: default;
}
.application_area .attention {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
	align-self: stretch;
	margin-top: 32px;
	margin-bottom: 40px;
	padding: 24px;
	border: 1px solid var(--warning);
	background: var(--cream);
}
.application_area .attention .tit {
	display: flex;
	color: var(--warning);
	line-height: 1.4;
}
.application_area .attention ul {
	display: flex;
	flex-direction:column;
	gap:8px;
	list-style: none;
	padding: 0;
}
.application_area .attention li {
	list-style: none;
	position: relative;
	padding-left: 15px;
}
.application_area .attention li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.5em;
	width: 10px;
	height: 10px;
	background-color: var(--warning);
	border-radius: 50%;
}
#briefing {
	padding-top: 56px;
	border-top: 2px dashed var(--main);
}
.btn-briefing {
	display: flex;
	width: 550px;
	padding: 24px 56px;
	margin: 0 auto;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 42px;
	border: 2px solid var(--blk);
	background: var(--wht);
	color: var(--blk);
	font-size: 2.4rem;
	font-weight: 600;
	line-height: 36px; /* 150% */
	text-decoration: none;
	cursor: pointer;
	transition: all 0.3s ease;
}
.btn-briefing .new-window {
	position: relative;
	width: 24px;
	aspect-ratio: 1;
}
.btn-briefing:focus-visible, .btn-briefing:hover {
	border: 2px solid var(--main);
	background: var(--main);
	color: #ffffff;
}
/*お問い合わせ*/
#contact_area {
	background-color: var(--main);
	color: var(--wht);
	text-align: center;
}
#contact_area .inside {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 32px;
	max-width: 100%;
	position: relative;
}
#contact_area h2 {
	margin-bottom: 0;
	color: var(--wht);
}
#contact_area h3 {
	margin-bottom: 0;
	padding: 0;
	background: none;
	color: var(--wht);
}
.btn-contact {
	display: flex;
	width: 550px;
	padding: 24px 56px;
	margin: 0 auto;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 42px;
	border: 2px solid var(--blk);
	background: var(--wht);
	color: var(--blk);
	font-size: 2.4rem;
	font-weight: 600;
	line-height: 36px; /* 150% */
	text-decoration: none;
	cursor: pointer;
	transition: all 0.3s ease;
}
.btn-contact .new-window {
	position: relative;
	width: 24px;
	aspect-ratio: 1;
}
.btn-contact:focus-visible, .btn-contact:hover {
	border: 2px solid var(--blk);
	background: var(--main);
	color: #ffffff;
}
/*個人情報保護*/
#privacy_area {
	background: var(--wht);
}
#privacy_area .inside {}
#privacy_area section {
	display: flex;
	flex-direction: column;
	gap: 32px;
}
#privacy_area section h3 {
	margin-bottom: 0;
}
#privacy_area section h4 {
	margin-bottom: 8px;
	font-size: 2.0rem;
}
#privacy_area section .section {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin-bottom: 0;
}
#privacy_area section .section section {
	gap: 8px;
	width: 100%;
	margin: 0 auto;
}
#privacy_area section .section section h4 {
	margin-bottom: 0;
}
#privacy_area section ul {
	display: flex;
	flex-direction: column;
	gap:8px;
	list-style: none;
	padding: 0;
}
#privacy_area section li {
	list-style: none;
	position: relative;
	padding-left: 15px;
}
#privacy_area section li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.5em;
	width: 10px;
	height: 10px;
	background-color: var(--blk);
	border-radius: 50%;
}
.btn-back {
	display: flex;
	width: 327px;
	margin: 0 auto;
	padding: 16px 16px 16px 16px;
	justify-content: center;
	align-items: center;
	border-radius: 56px;
	border: 2px solid var(--main);
	background: var(--wht);
	text-decoration: none;
	color: var(--MAIN, #0066A5);
	text-align: center;
	font-size: 1.8rem;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.3s ease;
}
.btn-back:focus-visible, .btn-back:hover {
	border: 2px solid var(--main);
	background: var(--main);
	color: #ffffff;
}
/*セキュリティ*/
#privacy_area.security_area section {
	margin: 0;
	gap: 32px;
}
#privacy_area.security_area section section {
	gap: 0;
}
#privacy_area.security_area p {
	margin-bottom: 8px;
}