@charset "UTF-8";

/* トップページ 新着ボタン追加 */

.news_block .btn_pre {
	background:#254e86;
	color:#fff;
	display:inline-block;
	border-radius:20px;
	padding:5px 25px; }

.news_block .btn_ctr {
	margin:1.0em auto;
	color:#254e86;
	padding:5px 25px;
	width:350px;
	text-align:center;
	border: 3px solid #254e86;
	border-radius:20px;
}

.news_block .btn_ctr.bg_blue {
	background:#254e86;
	color:#fff;
}
.news_block .btn_ctr.w_400 {
	width:400px;
}

@media only screen and (max-width: 640px) {
	.news_block .btn_ctr.w_400,
	.news_block .btn_ctr { width:90%; }

}

A.top_pin::before {
  content: '';
  display: block;
  width: 42px;
  height: 42px;
  background: url(../img/icon_pin.png) 0 0 no-repeat;
	background-size: 100% auto;
  position: absolute;
  right: 30px;
  top: 30px;
}
@media only screen and (max-width: 980px) {
  A.top_pin::before {
    width: 32px;
    height: 32px;
    right: 5px;
    top: 10px;
  }
}

/* トップページ ABOUT用PDF枠 */

.about_pdf_box {
	width:600px;
	margin:80px auto 0;
	text-align:center;
}

@media only screen and (max-width: 700px) {
	.about_pdf_box img { width:100%; }
	.about_pdf_box {
		width: 80%;
		font-size:0.86em;	}
}

/* GAPファンド プログラム */
.program_btn {
	margin:5em 0;
}
.program_btn a {
  position: relative;
	display:block;
	width:50%;
	margin:0 auto;
	background:#254e86;
	border-radius:50px;
	padding:15px 0;
	text-align:center;
	color:#fff;
	text-decoration:none;
	font-size:1.08rem;
	transition:0.2s ease;
}

.program_btn a:hover {
  filter: saturate(200%);
}

.program_btn a::after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/link_arw_2.png) 0 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (max-width: 930px) {
	.program_btn a { width:70%; }
}
@media only screen and (max-width: 700px) {
	.program_btn a { width:100%; }
}
@media only screen and (max-width: 640px) {
	.program_btn a::after {
	  width: 15px;
	  height: 15px; }
}
@media only screen and (max-width: 430px) {
	.program_btn a { font-size:1.0rem; }
}

.program_btn_2 {
	display:flex;
	margin:5em 0;
	justify-content:space-between;
	flex-wrap:wrap;
}

.program_btn_2 a {
	position:relative;
	display:block;
	width:48%;
	margin:0 auto 2.0rem;
	background:#254e86;
	border-radius:30px;
	padding:12px 0;
	text-align:center;
	color:#fff;
	text-decoration:none;
	font-size:1.08rem;
	transition:0.2s ease;
}
.program_btn_2 a:hover {
  filter: saturate(200%);
}

.program_btn_2 a::after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/link_arw_2.png) 0 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.program_btn_2 a.movie:before {
	content: '紹介動画付';
  display: block;
  width: 160px;
  height: 35px;
	box-sizing:border-box;
  background: url(../img/icon_movie2.png)#fff 15px center no-repeat;
  background-size: 26px auto;
  position: absolute;
  left: calc(50% - 80px);
  bottom: -45%;
	font-size:20px;
	font-size:0.925rem;
	font-weight:bold;
	padding:10px 0 0 20px;
	color:#254e86;
	border-radius:25px;
	line-height:1.0;
	box-shadow: 3px 3px rgb(15 15 15 / 20%);
}


@media only screen and (max-width: 930px) {
	.program_btn_2 a {
		width:100%;
		font-size:0.9rem; }
	.program_btn_2 a::after {
	  width: 15px;
	  height: 15px; }
	.program_btn_2 a.movie:before {
		height: 28px;
	  background-size: 20px auto;
		font-size:16px;
		font-size:0.825rem;
		padding:8px 0 0 16px; }

}

/* HUB */

.hub_hokuriku,
.hub_tokyo {
	position:relative;
	margin-top:80px;
	padding-left:75px;
	font-size:1.6rem;
}

.hub_hokuriku > span,
.hub_tokyo > span {
	font-size:1.2rem;
}

.hub_hokuriku::before,
.hub_tokyo::before {
  content: '';
  display: block;
  width: 64px;
  height: 64px;
	background-size: 100% auto;
  position: absolute;
  left: 0px;
  top: 0px;
}

.hub_hokuriku::before { background: url(../img/marker_icon_hokuriku.png) 0 0 no-repeat; }
.hub_tokyo::before { background: url(../img/marker_icon_tokyo.png) 0 0 no-repeat; }


@media only screen and (max-width: 980px) {
	.hub_hokuriku,
	.hub_tokyo {
		margin-top:40px;
		padding-left:35px;
		font-size:1.2rem;
	}
	.hub_hokuriku > span,
	.hub_tokyo > span {
		font-size:1.08rem;
	}
	.hub_hokuriku::before,
	.hub_tokyo::before {
    width: 32px;
    height: 32px;
		background-size: 100% auto;

  }
}


.lst_hyp {
	margin: 0;
}

.lst_hyp li {
	margin: 0.5rem 0;
	padding: 0.5rem 0 0 20px;
	list-style-type: none;
	background-image: url("../img/list_mark_archive.png");
	background-repeat: no-repeat;
	background-position: left 15px;
}

.lst_hyp li a {
	text-decoration:none;
	color:#254e86;
	transition:0.2s ease;
}
.lst_hyp li a:hover {
	color:#9f8648;}

@media only screen and (max-width: 700px) {
	.lst_hyp li {
		padding: 0.5rem 0 0.5rem 10px;
	}

}

/* ENGLISH */

.logo_cc_img {
	width:600px;
	margin:0 auto;
}

@media only screen and (max-width: 700px) {
	.logo_cc_img img { width:100%; }
	.logo_cc_img { width:90%; }

}

.partner_box01,
.partner_box02,
.partner_box03,
.partner_box04 {
	display:flex;
	flex-wrap:wrap;
  align-items: center;
}

.partner_box01 div,
.partner_box02 div {
	display: flex;
	align-items: center;
  justify-content: center;
	text-align:center;
	padding:3px 12px;
	border:1px solid #ccc;
	margin-right:5px;
	margin-bottom:5px;
	height:4em;
}

.partner_box01 div a,
.partner_box02 div a {
	display:block;
	color:#254e86;
	text-decoration:none;
	transition:0.1s ease;
}

.partner_box01 div a:hover,
.partner_box02 div a:hover,
.partner_box04 div a:hover {
	color:#9f8648;
}

.partner_box01 div {
	width:32%;
}

.partner_box02 div,
.partner_box03 div,
.partner_box04 div {
	width:49%;
}


.partner_box03 img {
	height:63px;
	display:block;
	margin:0 auto; }


.partner_box04 div {
	text-align:center;
	padding:0;
	border:1px solid #ccc;
	margin-right:5px;
	margin-bottom:5px;
	height:8em;
}

.partner_box04 div a {
	display:block;
	color:#254e86;
	text-decoration:none;
	padding-top:8px;
	transition:0.1s ease;
}

.partner_box04 div a span.logo img {
	width:100%;
}

.partner_box04 div a span.logo {
	display:block;
	margin:0 auto;
	width:280px;
}

.partner_lst01,
.att_list {
	list-style-type:none;
	margin:0;
	padding:0;
}

.partner_lst01 li {
	padding:5px 12px;
}

.att_list li {
	position:relative;
	padding:0 0 2px 1.5em;
	font-size:0.86em;
}

.att_list li:before {
	display:block;
	position:absolute;
	left:0; top:0;
	content:"※";
	width:1.2em; height:1.2em;
}

ul.alp_lst {
	list-style-type:upper-alpha;
}

@media only screen and (max-width: 1070px) {
	.partner_box01 div { width:48%; }
}
@media only screen and (max-width: 800px) {
	.partner_box03 { display:block; }
	.partner_box03 div { width:100%; }
	.partner_box03 div img { width:100%; height:auto; }

	.partner_box03 div { margin-bottom:1.0em; }
	.partner_box03 div img.kanazawa_uc { width:50%; }
}


@media only screen and (max-width: 710px) {
	.partner_box01,
	.partner_box02,
	.partner_box04 { display:block; }
	.partner_box01 div,
	.partner_box02 div,
	.partner_box04 div { width:100%; }

	.partner_box04 div { font-size:0.86rem; }
	.partner_box04 div a span.logo { width:230px; }

}

/* PROGRAM */

h5.title_dl01 {
	color:#9f8648;
	font-size:1.3em;
}

h5.title_dl02 {
	color:#cc351b;
	font-size:1.3em;
}

.staff_box {
	border-left:3px solid #9f8648;
	padding-left:1.5em;
	margin-bottom:4.5em;
}

.student_box {
	border-left:3px solid #cc351b;
	padding-left:1.5em;
}

@media only screen and (max-width: 640px) {
	h5.title_dl01 { font-size:1.08em; }

}

/* TABLE */
table.w100 { width:100%; }

table .td_ctr { text-align:center; }
table .w_20 { width:20%; }
table .w_40 { width:40%; }

@media only screen and (max-width: 980px) {
	.tbl_sp {
		overflow:auto; }
	.prg_w { width:800px; }
}
@media only screen and (max-width: 640px) {
	.prg_w { width:600px; }
}

table.tbl_data tr,
table.tbl_data td {
	vertical-align:top;
}

@media only screen and (max-width: 640px) {
	table.tbl_data tr,
	table.tbl_data td {
		display:block;
	}
}

table.tbl_data02 {
	width:100%;
	border-collapse:collapse;
	margin-top:15px;
	margin-bottom:3.0em;
}


table.tbl_data02 th,
table.tbl_data02 td {
	vertical-align:top;
	padding:5px 1.2em;
	border-bottom: 1px solid #999;
}

table.tbl_data02 th.cat {
	border-top: 2px solid #999;
	border-bottom: 2px solid #999;
}

table.tbl_data02 td.name {
	width:260px;
}
table.tbl_data02 td.ctr { text-align:center; }


table.tbl_data02 td.theme {
	width:400px;
	
}
table.tbl_data02 td.assign {
	width:600px;
}
table.tbl_data02 td.data a {
	display:inline-block;
	background: #cc351b;
	color:#fff;
	padding:0.2rem 1.2rem;
}

table.tbl_data02 tr:first-of-type th,
table.tbl_data02 tr:first-of-type td {
	border-top: 1px solid #999;
}

.page_menu a {
	display:inline-block;
	border: 1px solid #254e86;
	background-color:#254e86;
	padding:8px 0;
	text-align:center;
	color:#fff;
	text-decoration:none;
	width:14em;
	transition:0.1s ease;
}

.page_menu a:hover {
	background:#fff;
	color:#254e86;
}

strong.prog_ttl {
	font-size:1.1rem;
	display:inline-block;
	margin-bottom:0.5rem;
	padding:0 0.8rem;
	color:#9f8648;
	border-bottom:2px solid #9f8648;
}
.page_menu.page_en a {
	width:20em;
}

@media only screen and (max-width: 730px) {
	.page_menu.page_en a {
		width:100%;
		margin-top:10px;
	}
}

dl.title_info {
	margin-top:0;
	margin-left:1.0rem; }

dl.title_info dt {
	font-weight:bold;
	font-size:1.08rem; }
dl.title_info dd {
	margin-bottom:0.5rem; }




@media only screen and (max-width: 640px) {
	table.tbl_data02 th,
	table.tbl_data02 td {
		display:block;
	}
	table.tbl_data02 th.cat { display:none; }
	table.tbl_data02 td.name {
		width:100%;
		padding:10px 1.2em 0;
		border-bottom: 0;
		font-weight:bold; }
	table.tbl_data02 td.ctr { text-align:left; }

	table.tbl_data02 td.theme,
	table.tbl_data02 td.assign {
		width:100%;
		border-bottom: 0; }
	.page_menu a {
		width:48%;
		font-size:0.86em;}

}
table.tbl_data03 {
	width:100%;
	border-collapse:collapse;
	margin-top:15px;
	margin-bottom:3.0em;
}


table.tbl_data03 th,
table.tbl_data03 td {
	vertical-align:top;
	padding:5px 1.2em;
	border-bottom: 1px solid #999;
}
@media only screen and (max-width: 640px) {
	.tbl_data03_box {
		width:100%;
		overflow:auto;
		overflow-x: scroll;
	}
	table.tbl_data03 {
		width:600px;
	}
}


/* 採択者 */

.file_block a.mv_btn {
	display:block;
	position:relative;
	background:#cc351b;
	padding:0.2rem 1.5rem;
	width:200px;
	border-radius:20px;
	color:#fff;
	text-align:center;
}
.file_block a.mv_btn::after {
	position:absolute;
	right:5px; top:5px;
	content:" ";
	background:url(../img/icon_movie.png) center center no-repeat;
	background-size:100% auto;
	width:25px;
	height:25px;
}



/* PARTS */

.font_L { font-size:1.16em; }
.mg_b_s { display:block; margin-bottom:10px; }

br.sp { display:none; }
@media only screen and (max-width: 640px) {
	br.sp { display:inline; }
}

br.pc { display:inline; }
@media only screen and (max-width: 640px) {
	br.pc { display:none; }
}


.txt_lst {
	text-indent:-1.0em;
	padding-left:1.0em;
}
.btn_bdr_tric {
	padding:1.5em 0;
}
.btn_bdr_tric a {
	display:block;
	width:600px;
	margin:0 auto;
	text-align:center;
	padding:10px 20px 15px;
	text-decoration:none;
	color:#333;
	border:5px solid #254e86;
}

@media only screen and (max-width: 640px) {
	.btn_bdr_tric a { width:90%; }
}


.btn_dl_01 {
	padding:1.5em 0;
}

.btn_dl_01 a,
.btn_dl_02 a {
	position:relative;
	display:block;
	width:600px;
	margin:0 auto;
	text-align:center;
	padding:10px 20px 15px;
	text-decoration:none;
	border-radius:45px;
	transition:0.2s ease;
}

.btn_dl_01 a {
	color:#333;
	border:5px solid #254e86; }
.btn_dl_02 a {
	color:#333;
	border:5px solid #254e86; }

.btn_dl_01 a:before,
.btn_dl_02 a:before {
	display:block;
	position:absolute;
	left:25px; top:20px;
	content:" ";
	width:32px; height:32px;
	background:url(../img/icon_dl.png) center center no-repeat;
	transition:0.2s ease;
}
@media only screen and (max-width: 640px) {
	.btn_dl_01,
	.btn_dl_02 {
		padding:0.5em 0; }

	.btn_dl_01 a,
	.btn_dl_02 a {
		width:90%;
		font-size:0.9em;
		padding:10px 20px 15px 40px;
 	}
	.btn_dl_01 a:before,
	.btn_dl_02 a:before {
		top:15px;
		width:16px; height:16px;
		background-size:16px auto;
	}
}

.btn_dl_01 a:hover {
	border:5px solid #9f8648;
}
.btn_dl_01 a:hover::before {
	background:url(../img/icon_dl_on.png) center center no-repeat;
}

.btn_dl_02 a:hover {
	border:5px solid #cc351b;
}
.btn_dl_02 a:hover::before {
	background:url(../img/icon_dl02_on.png) center center no-repeat;
}

.btn_dl_03 {
	padding:1.5em 0;
}

.btn_dl_03 a {
	position:relative;
	display:block;
	width:500px;
	margin:0 auto;
	text-align:center;
	padding:10px 20px 15px;
	text-decoration:none;
	border-radius:45px;
	color:#254e86;
	border:5px solid #254e86;
	transition:0.2s ease;
}

.btn_dl_03 a:hover {
	color:#fff;
	background:#9f8648;
	border:5px solid #9f8648;
}

@media only screen and (max-width: 640px) {
	.btn_dl_03 {
		padding:0.5em 0; }

	.btn_dl_03 a {
		width:90%;
		font-size:0.9em;
		padding:10px 20px 15px 40px;
 	}
}

.box_dashed {
	padding:10px 20px;
	border:1px dashed #999;
}
@media only screen and (max-width: 640px) {
	.box_dashed {
		padding:10px 20px 10px 0; }

	.box_dashed ol{
		font-size:0.9em; }
}

a.link_btn {
	display:inline-block;
	background:#254e86;
	padding:5px 18px;
	color:#fff;
	text-decoration:none;
	transition:0.1s ease;
}

a.link_btn:hover {
	background:#9f8648;
}


a.link_btn2 {
	display:inline-block;
	background:#9f8648;
	padding:5px 18px;
	color:#fff;
	text-decoration:none;
	transition:0.1s ease;
}

a.link_btn2:hover {
	background:#254e86;
}

a.link_btn3 {
	display:inline-block;
	padding:5px 18px;
	color:#254e86;
	border:1px solid #254e86;
	text-decoration:none;
	transition:0.1s ease;
}
a.link_btn3:hover {
	color:#9f8648;
	border:1px solid #9f8648;
}

/* BTN kadomaru */

.btn_box {
	text-align:center;
	margin:1.0em;
}

.btn_box a {
	display:inline-block;
	width:520px;
	padding:0.5em 1.0em;
	text-align:center;
	color:#254e86;
	text-decoration:none;
	border:3px solid #254e86;
	border-radius:30px;
	transition:0.1s ease;

}
.btn_box a.w580 {
		width:580px;
	}

.btn_box a:hover {
	background:#254e86;
	color:#fff;
}

@media only screen and (max-width: 640px) {
	.btn_box a,
	.btn_box a.w580 {
		width:95%;
		font-size:0.86rem;
		padding:0.3em 0.8em;
	}
}

/* BTN step */

.btn_step {
	width:80%;
	margin:1.5rem auto;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.btn_step > div.btn {
	width:48%;
}

.btn_step > div.btn a {
	display:block;
	border-radius:10px;
	text-align:center;
	padding:0.5em 0;
	color:#fff;
	text-decoration:none;
	transition:0.1s ease;
	padding-bottom:30px;

}

.btn_step > div.btn a span {
	font-size:1.2rem;
}

.btn_step > div.btn a:hover {
	opacity:0.8;
}

.btn_step > div.step1 a {
	background:#254e86;
}

.btn_step > div.step2 a {
	background:#9f8648;
}


.btn_step > div.step1 a,
.btn_step > div.step2 a {
	background-image:url(../img/arrow_down.png);
	background-position:center bottom;
	background-repeat:no-repeat;
}


@media only screen and (max-width: 640px) {
	.btn_step {
		justify-content:center; }

	.btn_step > div.btn {
		width:100%;
		font-size:0.86rem;
		margin-bottom:1.0rem;	}
}

/* MAP */

.map_cnt {
	max-width:80%;
	margin:0 auto 3rem;
}

.map_cnt .map_box {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;;
}

.map_cnt .map_box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 640px) {
	.map_cnt {
		width:100%;}
}

/* IMAGE */
.fig_block_2 {
  margin: 3rem 0;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}

.fig_block_2 figure {
  margin: 0;
  padding: 0;
  text-align: center;
	width:47%;
}

.fig_block_2 img {
  width: auto;
  height: auto;
  max-width: 100%;
}

.fig_block_2 figcaption {
  margin-top: 1rem;
}

.fig_block_2 figcaption.tx_l {
  text-align:left;
}


@media only screen and (max-width: 640px) {
 .fig_block_2 figure {
		width:100%;
		margin-bottom:2.0rem;}
 .fig_block_2 figcaption {
    margin-top: 0.5rem;
		font-size:0.86rem;
  }
}

.fig_block_3 {
  margin: 2rem 0;
	display:flex;
	justify-content:space-between;
	align-items:flex-start;
	flex-wrap:wrap;
}

.fig_block_3 figure {
  margin: 0;
  padding: 0;
  text-align: center;
	width:25%;
}

.fig_block_3 img {
  width: auto;
  height: auto;
  max-width: 100%;
}

.fig_block_3 div {
  width:70%;
	
}

@media only screen and (max-width: 640px) {
	.fig_block_3 figure {
		width:60%;
		margin: 2.0rem auto;}
	.fig_block_3 div {
		width:100%; }

}

.fig_block_4 {
  margin: 2rem 0;
	display:flex;
	justify-content:space-between;
	align-items:flex-start;
	flex-wrap:wrap;
	figure {
		margin: 0;
		padding: 0;
		text-align: center;
		width:20%;
	}
	img {
		width: auto;
		height: auto;
		max-width: 100%;
	} 
}

@media only screen and (max-width: 640px) {
	.fig_block_4 figure {
		width:60%;
		margin:2.0em auto;
	}
}



/* MOVIE */

.movie_box {
	width:80%;
	margin: 0 auto;
	padding-top:50px;
}

.movie_cnt {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.movie_cnt iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

#FT .ft_wrp .copyright a {
	display:inline-block;
	padding-right:0.5rem;
	white-space:nowrap;
	color:#1c1c1c;
}

@media only screen and (max-width: 770px) {
	#FT .ft_wrp .copyright a {
		display:block;
	}

}


.language_btn {
	display:flex;
	justify-content:flex-end;
}

.language_btn a {
	width:4rem;
	background: #cdcdcd;
	text-align:center;
	text-decoration:none;
	color:#1c1c1c;
	font-size:0.86rem;
}

.language_btn a.in {
	background: #254e86;
	color:#fff;
}

#TP_news h2.news,
#TP_event h2.news {
	font-size: 52px;
  font-size: 3.25rem;
  margin: 0 0 25px;
  line-height: 1.3;
  color: #254E86;

	font-family: "Noto Sans", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 100;

	span {
	  font-size: 15px;
	  font-size: 0.9375rem;
	  display: inline-block;
	  margin-left: 10px;
	  vertical-align: middle;
	  font-weight: normal;
	  color: #000;
	  transform: translateY(-5px); }

}

#TP_news h2.news.h2-small,
#TP_event h2.news.h2-small {
		font-size: 30px;
    font-size: 1.875rem;
}

.news_menu_box {
	width:100%;
	margin-bottom: 1.5rem;
	a {
		display:inline-block;
		text-align:center;
		width:8rem;
		padding:0 1.2rem;
		margin:0 5px;
		color:#254E86;
		text-decoration: none;
		font-size:14px;
		font-size:0.875rem;
		font-weight:bold;
		border:1px solid #254E86;
	}
	a.in {
		background:#d1e5f7;

	}
}

.hokuriku_map_box {
	background:#f7f7f7;
	background: linear-gradient(135deg,  #f7f7f7 0%,#dfdfdf 100%);
	.map_img {
		width:772px;
		margin:0 auto;
		padding:2.5rem 0;
	}
}
@media only screen and (max-width: 1030px) {
	.hokuriku_map_box {
		.map_img {
			width:80%;
			img { width: 100%; }
		}
	}
}
@media only screen and (max-width: 1030px) {
	.hokuriku_map_box {
		.map_img {
			width:95%;
		}
	}
}