.gapFundpageContent.pageContent,
#gap-recruitment__section {
	background: #FAFAFA;
}

/* GAP FUND ARCHIVE */
#gap-fund-archive__section {
	padding-bottom: 0;
	margin-bottom: 120px;
}

.section_gf_archive__header {
	background: #fff;
	padding-bottom: 30px;
}

.section_gf_archive__title {
	margin-bottom: 120px;
}

.en-lang.team .title-1__ja {
	word-break: break-word;
}

.contentBlock_gf_archive__desc {
	font-size: 1.6rem;
	margin-bottom: 30px;
}

.gf_archive_contents {
	padding-top: 50px;
}

.gf_archive_card_wrap {
	margin: 0 -1.8% 100px;
	width: calc(100% + 3.6%);
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.gf_archive_card {
	width: calc(100% / 3 - 3.6%);
	border: 1px solid #B8B8B8;
	background: #fff;
	margin: 0 1.8% 3.6%;
	position: relative;
}

.gf_archive_card_link,
.gf_archive_card_link:link,
.gf_archive_card_link:visited {
	color: inherit;
	text-decoration: none;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	position: relative;
	height: 100%;
	padding-bottom: 30px;
}

a.gf_archive_card_link:hover,
a.gf_archive_card_link:active {
	opacity: 1;
}

a.gf_archive_card_link:hover .gf_archive_card_arrow_wrap {
	right: 10px;
}

.gf_archive_university_wrap {
	height: auto;
	min-height: 35px;
	background: #00C3D2;
	color: #fff;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}

.gf_archive_university_name {
	display: table;
	text-align: center !important;
	width: 50%;
	font-size: 1.4rem;
	letter-spacing: -0rem;
	font-weight: bold;
}

.support #venture_section .gf_archive_university_name,
.support #related_section .gf_archive_university_name {
	width: 100%;
}

.gf_archive_image_wrap {
	height: 64px;
	width: 100%;
	position: relative;
	margin-bottom: 10px;
}

.gf_archive_image_wrap::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: linear-gradient(281.64deg, rgba(3, 0, 0, 0.2) -9.44%, rgba(184, 184, 184, 0.2) 102.99%);
	z-index: 1;
}

.gf_archive_image_wrap.gf_archive_no_image_wrap::before {
	display: none;
}

.gf_archive_image {
	width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.gf_archive_no_image {
	background: linear-gradient(281.64deg, rgba(3, 0, 0, 0.2) -9.44%, rgba(184, 184, 184, 0.2) 102.99%);
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}

.gf_archive_name_wrap {
	letter-spacing: -0rem;
	display: flex;
	display: -webkit-flex;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	width: 100%;
	position: relative;
	padding-left: 15px;
	margin-bottom: 15px;
}

.gf_archive_name_wrap::after {
	content: '';
	display: block;
	height: 9px;
	width: 100%;
	position: absolute;
	bottom: 0;
	z-index: 0;
	background: #f2f2f2;
	left: 0;
}

.gf_archive_name_head {
	font-size: 1.4rem;
	font-weight: bold;
	z-index: 1;
	position: relative;
	margin-right: 5px;
}

.gf_archive_name {
	font-size: 1.8rem;
	font-weight: bold;
	z-index: 1;
	position: relative;
	margin-right: 15px;
}

.gf_archive_name_en {
	font-size: 1.2rem;
	z-index: 1;
	position: relative;
}

.gf_archive_name_en abbr {
	text-decoration: none;
	font-weight: bold;
}

.gf_archive_desc {
	font-size: 1.4rem;
	padding: 0 15px;
	word-break: break-all;
}

.en-lang .gf_archive_desc {
	word-break: break-word;
}

.gf_startup_tag_link {
	width: 80px;
	height: 20px;
	line-height: 20px;
	font-size: 1rem;
	font-weight: bold;
	text-decoration: none;
	background: #FF3988;
	color: #fff;
	display: table;
	text-align: center;
	border-radius: 9999px;
	-webkit-border-radius: 9999px;
	-moz-border-radius: 9999px;
	position: absolute;
	bottom: 15px;
	left: 15px;
}

.gf_archive_card_arrow_wrap {
	display: table;
	position: absolute;
	bottom: 10px;
	right: 15px;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}

.arrowRight.gf_archive_card_arrow {
	width: 7px;
	height: 14px;
	position: relative;
}

.arrowRight.gf_archive_card_arrow path,
.arrowRight.program_archive_card_arrow path,
.arrowRight.explore_fund_list_detail_arrow path,
.arrowRight.gtie_media_card_arrow path {
	stroke: #00C3D2;
	stroke-width: 8px;
	stroke-linecap: unset;
}

.gf_archive_university_link_wrap {
	width: 50%;
	position: absolute;
	top: 0;
	right: 0;
	height: 35px;
	z-index: 1;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
}

.gf_archive_top_right_wrap {
	background: #9E9E9E;
	color: #fff;
	text-align: center;
	font-size: 1.4rem;
	font-weight: bold;
	padding: 5px 10px;
	line-height: 1;
	width: 50%;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	min-height: 35px;
}

.gf_archive_university_link_wrap {
	background: #fff;
}

.gf_archive_university_link,
a.gf_archive_university_link:link,
a.gf_archive_university_link:visited {
	color: inherit;
	text-decoration: none;
	font-size: 1rem;
	color: #00C3D2;
	font-weight: bold;
	letter-spacing: -0rem;
	line-height: 1;
	padding: 0 5px;
}

.gf_archive_contents .gf_recruitment_link_wrap {
	margin-top: 20px;
}

.gf_archive_mso_contents {
	background: #fff;
	padding: 100px 0;
}

.gf_archive_mso_contents .section__inner:not(:last-of-type) {
	margin-bottom: 40px;
}

.gf_archive_contents_desc_text {
	margin-bottom: 50px;
}

.ecoList {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -5px;
	margin-right: -5px;
	margin-bottom: -10px
}

/* ADD 2022.09.16 */
.contentBlock_gf_archive__list {
	font-size: 1.6rem;
	padding-left: 24px;
}

.contentBlock_gf_archive__list:not(:last-of-type) {
	margin-bottom: 30px;
}

.contentBlock_gf_archive__list li {
	list-style: disc;
}

.contentBlock_gf_archive__list li:not(:last-of-type) {
	margin-bottom: 15px;
}

.contentBlock_gf_archive__list.number li:not(:last-of-type) {
	margin-bottom: 0;
}

.page-template-archive-gap-fund .section__inner {
	padding-top: 60px;
}

.page-template-archive-gap-fund .gf_archive_column__button {
	margin-bottom: 70px;
}

.gap-fund-scheme-image {
	max-width: 888px;
	width: 94%;
	height: auto;
	margin: 100px auto;
	display: table;
}

.gf_archive_column__button {
	margin-bottom: 100px;
}

@media screen and (max-width: 1023px) {
	.page-template-archive-gap-fund .section__inner {
		padding-top: 50px;
	}

	.contentBlock_gf_archive__list {
		font-size: 1.4rem;
		padding-left: 22px;
	}

	.gap-fund-scheme-image {
		margin: 60px auto;
	}

	.gf_archive_column__button,
	.page-template-archive-gap-fund .gf_archive_column__button,
	.gf_archive_card_wrap {
		margin-bottom: 60px;
	}

}


@media screen and (min-width: 1024px) {
	.ecoList {
		margin-left: -8px;
		margin-right: -8px;
		margin-bottom: -8px
	}
}

.ecoList>li {
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px;
	width: 50%
}

.en-lang .ecoList>li {
	word-break: break-word;
}

@media screen and (min-width: 1024px) {
	.ecoList>li {
		padding-left: 8px;
		padding-right: 8px;
		margin-bottom: 8px;
		width: 25%
	}
}


.chip-1 {
	background-color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 100%;
	min-height: 36px;
	padding: 6px
}

@media screen and (min-width: 1024px) {
	.chip-1 {
		min-height: 42px
	}
}

.chip-1>* {
	font-weight: 700;
	text-align: center !important;
	font-size: 1.2rem
}

@media screen and (min-width: 1024px) {
	.chip-1>* {
		font-size: 1.4rem
	}
}

/* w1023px */
@media screen and (max-width: 1023px) {
	body .gap_project_members_section {
		margin-bottom: 60px;
	}

	body .gap_fund_movie_section {
		padding-bottom: 60px;
	}

	.section_gf_archive__title {
		margin-bottom: 40px;
	}

	.contentBlock_gf_archive__desc {
		line-height: 1.6;
		font-size: 1.4rem;
	}

	.gf_archive_contents {
		padding-bottom: 80px;
	}

	.gf_archive_card {
		width: calc(100% / 1 - 3.6%);
		margin-bottom: 30px;
	}

	.gf_archive_card_link,
	.gf_archive_card_link:link,
	.gf_archive_card_link:visited {
		padding-bottom: 35px;
	}

	.gf_archive_university_name {
		font-size: 1.3rem;
	}

	.gf_archive_image_wrap {
		margin-bottom: 7.5px;
	}

	.gf_archive_name_wrap {
		margin-bottom: 10px;
	}

	.gf_archive_name_head {
		font-size: 1.2rem;
	}

	.gf_archive_name {
		font-size: 1.6rem;
		margin-right: 10px;
	}

	.gf_archive_name_en {
		font-size: 1rem;
	}

	.gf_archive_desc {
		font-size: 1.2rem;
	}

	.gf_archive_card_arrow_wrap {
		bottom: 7.5px;
	}
}

/* w400px */
@media screen and (max-width: 400px) {
	.gapFundpageContent .contentBlock__main p {
		font-size: 1.2rem;
	}

	.gapFundpageContent .borderBlock__cardText a {
		display: block;
	}
}

/* GAP FUND SINGLE */
.gf_breadcrumbs_ul {
	font-size: 1.4rem;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	margin-bottom: 12px;
	letter-spacing: -0.075px;
}

.gf_breadcrumbs_ul li {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}

.gf_breadcrumbs_ul a {
	color: #000;
	text-decoration: none;
}

.gf_breadcrumbs_ul a:hover,
.gf_breadcrumbs_ul a:active {
	text-decoration: underline;
}

.gf_breadcrumbs_ul li span {
	vertical-align: middle;
}

.gf_breadcrumbs_ul_arrow_wrap {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	margin: 0 12px;
}

.gf_breadcrumbs_ul_arrow {
	height: 16px;
	width: 8px;
}

.gf_breadcrumbs_ul_university {
	display: inline-block;
	margin-right: 10px;
}

.gf_main_content {
	border-bottom: 3px solid #00C3D2;
	padding-bottom: 45px;
	margin-bottom: 145px;
}

.gf_profile_content,
.gf_adopted_content,
.gf_box_layout_wrap {
	background: #fff;
	border: 1px solid #444;
	margin-bottom: 30px;
}

.gf_profile_content {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.gf_profile_image_wrap {
	width: 32.5%;
	line-height: 0;
}

.gf_profile_image {
	width: 100%;
	height: auto;
}

.gf_profile_text_wrap {
	margin: auto;
	width: 52.5%;
}

.gf_profile_name {
	margin-bottom: 60px;
}

.gf_profile_university_name,
.gf_profile_representative_name,
.gf_profile_name_en {
	font-weight: bold;
	z-index: 1;
	position: relative;
}

.gf_profile_university_name,
.gf_profile_representative_name {
	font-size: 2.2rem;
	display: inline-block;
}

.gf_profile_university_name {
	margin-right: 20px;
	margin-left: 10px;
}

.en-lang .gf_profile_university_name {
	font-size: 1.6rem;
}

.gf_profile_representative_name {
	display: inline-block;
	margin-right: 35px;
}

.en-lang .gf_profile_representative_name {
	margin-right: 0;
	margin-left: 10px;
}

.gf_profile_name dt,
.gf_profile_theme dt,
.gf_adopted_wrap dt,
.gf_box_layout_head_title {
	background: #00C3D2;
	color: #fff;
	display: table;
	font-size: 1.45rem;
	font-weight: bold;
}

.gf_profile_name dt,
.gf_profile_theme dt {
	padding: 6px 30px;
	margin-bottom: 20px;
}

.gf_profile_name dd {
	letter-spacing: -0.075rem;
	position: relative;
}

.gf_profile_name dd::after,
.gf_bottom_link_name::after,
.hq_profile_name_wrap::after,
.sdc_profile_name_wrap::after {
	content: '';
	display: block;
	height: 12px;
	width: 100%;
	position: absolute;
	bottom: 0;
	z-index: 0;
}

.gf_profile_name dd::after {
	background: #f2f2f2;
	left: 0;
}

.gf_profile_theme_text {
	font-size: 2.2rem;
	letter-spacing: -0.075px;
	display: inline-block;
}

.gf_adopted_wrap {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}

.gf_adopted_wrap dt,
.gf_box_layout_head_title {
	padding: 6px 40px;
}

.gf_box_layout_head_title_gray {
	background: #9E9E9E;
}

.gf_adopted_wrap dt {
	white-space: nowrap;
	align-self: flex-start;
	-webkit-align-self: flex-start;
}

.gf_adopted_wrap dd {
	padding: 0 10px;
}

.en-lang .gf_adopted_wrap dd {
	padding: 20px;
}

.gf_adopted_text {
	font-weight: bold;
	font-size: 1.4rem;
	display: table;
}

.gf_box_layout_dt {
	margin-bottom: 15px;
}

.gf_box_layout {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	padding: 0 15px 30px;
}

.gf_box_layout b.red,
.gf_box_layout span.red {
	color: #FF0000;
	font-weight: bold;
}

.gf_box_layout b.blue,
.gf_box_layout span.blue {
	color: #1E22AA;
	font-weight: bold;
}

.gf_box_layout.gf_box_layout_75,
.gf_box_layout.gf_box_layout_100 {
	flex-direction: column;
	-webkit-flex-direction: column;
	align-items: flex-start;
	-webkit-align-items: flex-start;
}

.gf_box_layout_image_wrap {
	line-height: 0;
}

.gf_box_layout.gf_box_layout_25 .gf_box_layout_image_wrap {
	width: 25%;
}

.gf_box_layout.gf_box_layout_37_5 .gf_box_layout_image_wrap {
	width: 37.5%;
}

.gf_box_layout.gf_box_layout_50 .gf_box_layout_image_wrap {
	width: 50%;
}

.gf_box_layout.gf_box_layout_75 .gf_box_layout_image_wrap,
.gf_box_layout.gf_box_layout_100 .gf_box_layout_image_wrap {
	margin-bottom: 15px;
}

.gf_box_layout.gf_box_layout_75 .gf_box_layout_image_wrap {
	width: 75%;
}

.gf_box_layout.gf_box_layout_100 .gf_box_layout_image_wrap {
	width: 100%;
}

.gf_box_layout_image {
	width: 100%;
	height: auto;
}

.gf_box_layout.gf_box_layout_25 .gf_box_layout_image {
	max-width: 225px;
}

.gf_box_layout.gf_box_layout_37_5 .gf_box_layout_image {
	max-width: 337.5px;
}

.gf_box_layout.gf_box_layout_50 .gf_box_layout_image {
	max-width: 450px;
}

.gf_box_layout.gf_box_layout_75 .gf_box_layout_image {
	max-width: 675px;
}

.gf_box_layout.gf_box_layout_100 .gf_box_layout_image {
	max-width: 900px;
}

.gf_box_layout.gf_box_layout_25 .gf_box_layout_text_wrap {
	width: 72.5%;
}

.gf_box_layout.gf_box_layout_37_5 .gf_box_layout_text_wrap {
	width: 60%;
}

.gf_box_layout.gf_box_layout_50 .gf_box_layout_text_wrap {
	width: 47.5%;
}

.gf_box_layout.gf_box_layout_75 .gf_box_layout_text_wrap,
.gf_box_layout.gf_box_layout_100 .gf_box_layout_text_wrap {
	width: 100%;
}

.gf_box_layout_text {
	font-size: 1.4rem;
}

.gf_download_button.button-1 {
	margin-top: 35px;
	max-width: 280px;
}

.gf_bottom_link_content {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
	margin-bottom: 50px;
	position: relative;
}

.gf_bottom_prev_link_content,
.gf_bottom_next_link_content {
	width: 30%;
}

.gf_bottom_prev_link,
.gf_bottom_next_link {
	width: 100%;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	text-decoration: none;
	color: #000;
}

.gf_bottom_link_arrow_wrap.gf_bottom_prev_link_arrow_wrap {
	margin-right: 20px;
}

.gf_bottom_link_arrow_wrap.gf_bottom_next_link_arrow_wrap {
	margin-left: 20px;
}

.gf_bottom_link_arrow {
	width: 29px;
	height: 60px;
}

.gf_bottom_link_name_wrap {
	text-align: center !important;
	display: block;
}

.gf_bottom_link_name {
	display: block;
	font-size: 1.8rem;
	font-weight: bold;
	position: relative;
}

.gf_bottom_link_name_text,
.gf_bottom_link_university_text {
	line-height: 1.4;
	display: inline-block;
	position: relative;
	z-index: 1;
}

.en-lang .gf_bottom_link_university_text {
	display: table;
}

.gf_bottom_link_name::after {
	background: #E5E5E5;
	left: -10px;
	padding: 0 10px;
}

.gf_bottom_link_university {
	font-size: 1.2rem;
}

.gf_bottom_all_list_link_wrap.column__button {
	width: 37.5%;
	margin: 0;
}

.en-lang .gf_bottom_all_list_link_wrap.column__button {
	width: 30%;
}

.gf_bottom_next_link {
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
}

a.gf_bottom_prev_link:hover span,
a.gf_bottom_next_link:hover span,
a.gf_bottom_prev_link:active span,
a.gf_bottom_next_link:active span {
	text-decoration: underline;
}

/* w1023px */
@media screen and (max-width: 1023px) {
	.gf_main_content {
		margin-bottom: 60px;
	}

	.gf_profile_content {
		flex-direction: column;
		-webkit-flex-direction: column;
		align-items: flex-start;
		-webkit-align-items: flex-start;
		padding-bottom: 30px;
	}

	.gf_profile_image_wrap {
		width: 80%;
		margin: 0 auto;
	}

	.gf_profile_image {
		padding: 20px;
	}

	.gf_profile_text_wrap {
		width: 100%;
	}

	.gf_profile_name {
		margin-bottom: 20px;
	}

	.gf_profile_university_name,
	.gf_profile_representative_name {
		font-size: 1.8rem;
	}

	.gf_profile_university_name {
		margin-right: 10px;
	}

	.gf_profile_representative_name {
		margin-right: 15px;
	}

	.gf_profile_name_en {
		font-size: 1.4rem;
	}

	.gf_profile_name dt,
	.gf_profile_theme dt,
	.gf_adopted_wrap dt,
	.gf_box_layout_head_title {
		font-size: 1.2rem;
		padding: 4px 20px;
	}

	.gf_profile_name dt,
	.gf_profile_theme dt {
		margin-bottom: 10px;
	}

	.gf_profile_name dd {
		margin: 0 15px;
	}

	.gf_profile_theme_text {
		font-size: 1.8rem;
		margin: 0 15px;
	}

	.gf_adopted_content {
		padding-bottom: 20px;
	}

	.gf_adopted_wrap {
		flex-direction: column;
		-webkit-flex-direction: column;
		align-items: flex-start;
		-webkit-align-items: flex-start;
	}

	.gf_adopted_wrap dt {
		margin-bottom: 10px;
	}

	.gf_adopted_wrap dd {
		padding: 0 15px;
	}

	.gf_adopted_text {
		font-size: 1.35rem;
	}

	.gf_box_layout {
		flex-direction: column;
		-webkit-flex-direction: column;
		align-items: flex-start;
		-webkit-align-items: flex-start;
	}

	.gf_box_layout_image_wrap,
	.gf_box_layout.gf_box_layout_25 .gf_box_layout_image_wrap,
	.gf_box_layout.gf_box_layout_37_5 .gf_box_layout_image_wrap,
	.gf_box_layout.gf_box_layout_50 .gf_box_layout_image_wrap,
	.gf_box_layout.gf_box_layout_75 .gf_box_layout_image_wrap {
		width: 100%;
	}

	.gf_box_layout_image_wrap {
		margin-bottom: 15px;
	}

	.gf_box_layout_text_wrap,
	.gf_box_layout.gf_box_layout_25 .gf_box_layout_text_wrap,
	.gf_box_layout.gf_box_layout_37_5 .gf_box_layout_text_wrap,
	.gf_box_layout.gf_box_layout_50 .gf_box_layout_text_wrap {
		width: 100%;
	}

	.gf_box_layout_text {
		font-size: 1.35rem;
	}

	.gf_bottom_link_content {
		margin-bottom: 120px;
	}

	.gf_bottom_prev_link_content,
	.gf_bottom_next_link_content {
		width: 49.5%;
	}

	.gf_bottom_link_arrow_wrap {
		margin-top: 15px;
	}

	.gf_bottom_link_arrow {
		width: 12px;
		height: 24px;
	}

	.gf_bottom_link_name_text {
		font-size: 1.4rem;
	}

	.gf_bottom_link_university {
		font-size: 1.1rem;
	}

	.gf_bottom_all_list_link_wrap.column__button,
	.en-lang .gf_bottom_all_list_link_wrap.column__button {
		position: absolute;
		width: 100%;
		left: 0;
		bottom: -80px;
	}

	.en-lang .gf_breadcrumbs_ul {
		font-size: 1.2rem;
		display: block;
	}

	.en-lang .gf_breadcrumbs_ul_arrow {
		height: 10px;
		width: 5px;
	}

	.en-lang .gf_adopted_wrap dd {
		padding: 0 15px;
	}

	.en-lang .gf_bottom_link_content {
		display: block;
	}

	.en-lang .gf_bottom_prev_link_content,
	.gf_bottom_next_link_content {
		width: 100%;
	}

	.en-lang .gf_bottom_prev_link_content {
		margin-bottom: 20px;
	}
}

/* w440px */
@media screen and (max-width: 440px) {

	.gf_profile_university_name,
	.gf_profile_representative_name {
		font-size: 4vw;
	}

	.en-lang .gf_profile_university_name {
		font-size: 3.25vw;
	}

	.gf_profile_name_en {
		font-size: 3vw;
	}

	.gf_profile_theme_text {
		font-size: 1.4rem;
	}

	.gf_bottom_link_name_text {
		font-size: 3.25vw;
	}

	.gf_bottom_link_university {
		font-size: 2.5vw;
	}

	.gf_bottom_link_name::after {
		left: -5px;
		padding: 0 5px;
	}

	.gf_bottom_link_arrow_wrap {
		margin-top: 10px;
	}

	.gf_bottom_link_arrow_wrap.gf_bottom_prev_link_arrow_wrap {
		margin-right: 10px;
	}

	.gf_bottom_link_arrow_wrap.gf_bottom_next_link_arrow_wrap {
		margin-left: 10px;
	}

	.gf_bottom_link_arrow {
		width: 6px;
		height: 12px;
	}
}

/* GAP FUND PROFILE */
.gapFundProfilepageContent.pageContent {
	padding-top: 75px;
}

.gapFundProfilepageContent ul {
	padding: 0;
}

.gap_project_members_section {
	margin-bottom: 100px;
}

.gap_profile_list_head_title {
	color: #1E22AA;
	font-weight: bold;
	font-size: 2.6rem;
	text-align: center !important;
	margin-bottom: 50px;
}

.gap_fund_movie_section {
	padding-bottom: 100px;
}

.gap_fund_movie {
	width: 100%;
	height: auto;
}

.hq_profile_list_content {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	padding: 30px;
	background: #fff;
}

.hq_profile_list_content:not(:last-of-type) {
	margin-bottom: 30px;
}

.hq_profile_image_wrap {
	width: 25%;
	line-height: 0;
}

.hq_profile_image {
	width: 100%;
	height: auto;
}

.hq_profile_text_wrap {
	width: 70.5%;
}

.hq_profile_pproject_position {
	font-size: 1.5rem;
	color: #fff;
	background: #00C3D2;
	display: table;
	padding: 10px 0;
	width: 200px;
	text-align: center !important;
	margin-bottom: 15px;
}

.en-lang .hq_profile_pproject_position {
	width: 280px;
}

.hq_profile_name_wrap {
	position: relative;
	margin-bottom: 15px;
}

.hq_profile_name_wrap::after {
	background: #f2f2f2;
	left: 0;
}

.hq_profile_name {
	font-size: 2.2rem;
	font-weight: bold;
	z-index: 1;
	position: relative;
	display: inline-block;
	margin: 0 10px;
}

.hq_profile_name_en {
	z-index: 1;
	position: relative;
	display: inline-block;
	font-size: 1.4rem;
	font-weight: bold;
}

.en-lang .hq_profile_name_en {
	font-size: 2.2rem;
}

.hq_profile_doctor {
	z-index: 1;
	position: absolute;
	width: 170px;
	right: 13.5%;
	bottom: 5px;
	text-align: center !important;
	font-size: 1.4rem;
	font-weight: bold;
	background: #fff;
	color: #444444;
	border: 1px solid #444444;
}

.en-lang .hq_profile_doctor {
	width: 300px;
	right: 0;
	line-height: 1;
	padding: 5px 0;
}

.hq_profile_job_position {
	font-size: 1.7rem;
	display: block;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 15px;
}

.en-lang .hq_profile_job_position {
	font-size: 1.5rem;
}

.hq_profile_job_position .small_text {
	font-size: 1.4rem;
	font-weight: bold;
}

.hq_profile_description {
	font-size: 1.5rem;
	line-height: 1.7;
}

.team .participatin_members_wrap:not(:last-of-type),
.team2 .participatin_members_wrap:not(:last-of-type) {
	margin-bottom: 0;
}

@media screen and (min-width: 1024px) {
	.team .participatin_members_contents,
	.team2 .participatin_members_contents,
	.about #participatin_members_section {
		display: flex;
		display: -webkit-flex;
		justify-content: space-between;
		-webkit-justify-content: space-between;
		align-items: flex-start;
		-webkit-align-items: flex-start;
	}

	.team .participatin_members_wrap,
	.team2 .participatin_members_wrap,
	.about .gap_project_members_contents {
		width: calc(100% / 2 - 1.125%);
	}

	.team .participatin_members_wrap,
	.team2 .participatin_members_wrap {
		padding: 15px;
	}

	.team .gapFundProfilepageContent ul,
	.team2 .gapFundProfilepageContent ul {
		padding-right: 5px;
		padding-left: 5px;
	}

	.about .participatin_members_wrap{
		padding: 20px;
	}
}

@media screen and (max-width: 1023px) {
	.about .gap_project_members_contents:not(:last-of-type) {
		margin-bottom: 60px;
	}
}

.participatin_members_wrap {
	background: #fff;
	padding: 30px;
}

.participatin_members_wrap:not(:last-of-type) {
	margin-bottom: 30px;
}

.participatin_members_list_head_title {
	background: #00C3D2;
	color: #fff;
	display: table;
	font-size: 1.5rem;
	padding: 10px 40px;
	margin: 0 0 20px;
}

.pm_profile_list_content {
	font-size: 1.5rem;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.pm_profile_list_content:not(:last-of-type) {

	margin-bottom: 7.5px;
}

.pm_profile_list_dot {
	display: table;
	width: 15px;
}

.pm_profile_list_text {
	width: calc(100% - 15px);
}

.pm_profile_name {
	display: inline-block;
	font-size: 1.5rem;
	font-weight: bold;
}

.sdc_members_list {
	padding: 0;
	margin: 0 -1.25% -20px;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	width: calc(100% + 2.25%);
}

.sdc_profile_list_content {
	width: calc(100% / 2 - 2.25%);
	background: #fff;
	margin-left: 1.125%;
	margin-right: 1.125%;
	padding: 17.5px 15px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	border-top: 4px solid #00C3D2;
}

.sdc_profile_list_content {
	margin-bottom: 20px;
}

.sdc_profile_image_wrap {
	width: 26%;
	line-height: 0;
}

.sdc_profile_image {
	width: 100%;
	height: auto;
}

.sdc_profile_text_wrap {
	width: calc(100% - 26% - 20px);
}

.sdc_profile_name_wrap {
	position: relative;
	margin-top: 5px;
	margin-bottom: 15px;
}

.sdc_profile_name_wrap::after {
	background: #f2f2f2;
	left: 0;
}

.sdc_profile_name {
	z-index: 1;
	position: relative;
	display: inline-block;
	margin: 0 10px 0 7.5px;
	font-weight: bold;
	font-size: 1.8rem;
}

.sdc_profile_name_en {
	z-index: 1;
	position: relative;
	font-weight: bold;
	font-size: 1.3rem;
}

.sdc_profile_job_position {
	font-size: 1.4rem;
	line-height: 1.6;
	display: block;
	word-break: break-all;
}

.en-lang .sdc_profile_name_en {
	font-size: 1.7rem;
}

/* w1023px */
@media screen and (max-width: 1023px) {
	.gapFundProfilepageContent.pageContent {
		padding-top: 50px;
	}

	.gap_profile_list_head_title {
		font-size: 2rem;
		margin-bottom: 35px;
	}

	.hq_profile_list_content {
		flex-direction: column;
		-webkit-flex-direction: column;
		align-items: flex-start;
		-webkit-align-items: flex-start;
		padding-bottom: 40px;
	}

	.hq_profile_image_wrap {
		width: 80%;
		margin: 0 auto 25px;
	}

	.hq_profile_text_wrap {
		width: 100%;
	}

	.hq_profile_name_wrap {
		margin-bottom: 50px;
	}

	.hq_profile_name_wrap.no_hq_doctor {
		margin-bottom: 15px;
	}

	.hq_profile_name {
		font-size: 1.8rem;
	}

	.hq_profile_name_en {
		font-size: 1.2rem;
	}

	.hq_profile_doctor {
		right: unset;
		left: 0;
		bottom: -35px;
	}

	.en-lang .hq_profile_doctor {
		width: 100%;
	}

	.hq_profile_job_position {
		font-size: 1.6rem;
	}

	.hq_profile_description {
		font-size: 1.4rem;
	}

	.participatin_members_list_head_title {
		padding: 10px 20px;
	}

	.sdc_members_list {
		margin-bottom: 0;
	}

	.sdc_profile_list_content {
		width: calc(100% / 1 - 2.25%);
	}

	.sdc_profile_list_content:last-of-type {
		margin-bottom: 0;
	}

	.gf_archive_contents_desc_text {
		margin-bottom: 30px;
		font-size: 1.2rem;
	}
}

/* w560px */
@media screen and (max-width: 560px) {
	.sdc_profile_name_wrap {
		margin-bottom: 10px;
	}

	.sdc_profile_name {
		font-size: 1.6rem;
	}

	.sdc_profile_name_en {
		font-size: 1rem;
	}

	.sdc_profile_job_position {
		font-size: 1.3rem;
	}

	.en-lang .hq_profile_doctor {
		font-size: 1.2rem;
	}
}

/* w440px */
@media screen and (max-width: 440px) {
	.gapFundProfilepageContent.pageContent {
		padding-top: 25px;
	}

	.gap_profile_list_head_title {
		font-size: 1.8rem;
		margin-bottom: 25px;
	}

	.hq_profile_list_content {
		padding: 20px 15px;
	}

	.hq_profile_pproject_position {
		font-size: 1.4rem;
		width: 180px;
	}

	.hq_profile_name {
		font-size: 4vw;
	}

	.hq_profile_name_en {
		font-size: 3vw;
	}

	.hq_profile_doctor {
		font-size: 1.3rem;
	}

	.hq_profile_job_position {
		font-size: 1.45rem;
	}

	.participatin_members_wrap {
		padding: 20px 15px;
	}

	.participatin_members_list_head_title {
		font-size: 1.4rem;
		margin-bottom: 15px;
	}

	.pm_profile_list_content {
		font-size: 1.35rem;
	}

	.pm_profile_name {
		font-size: 1.35rem;
	}

	.sdc_profile_list_content {
		padding: 12.5px 10px;
	}

	.sdc_profile_text_wrap {
		width: calc(100% - 26% - 15px);
	}

	.sdc_profile_name_wrap {
		margin-top: 2.5px;
	}

	.sdc_profile_name {
		font-size: 1.4rem;
	}

	.sdc_profile_name_en {
		font-size: 2.25vw;
	}

	.sdc_profile_job_position {
		font-size: 1.2rem;
	}

	.en-lang .hq_profile_name_en {
		font-size: 1.7rem;
	}

	.en-lang .hq_profile_doctor {
		font-size: 1rem;
	}

	.en-lang .gf_breadcrumbs_ul {
		font-size: 2.75vw;
	}

}

/* w400px */
@media screen and (max-width: 400px) {

	.sdc_profile_image_wrap {
		width: 18%;
	}

	.sdc_profile_text_wrap {
		width: calc(100% - 18% - 10px);
	}

	.sdc_profile_name_wrap {
		margin-top: 0;
		margin-bottom: 7.5px;
	}

	.sdc_profile_name {
		margin: 0 5px 0 5px;
	}

	.ja-lang .sdc_profile_name_en {
		letter-spacing: 0;
	}

	.en-lang .hq_profile_pproject_position {
		width: 100%;
		font-size: 1.2rem;
	}

	.en-lang .hq_profile_doctor {
		letter-spacing: 0.1rem;
	}

	.en-lang .sdc_profile_name_en {
		font-size: 1.4rem;
	}

	.en-lang .gf_breadcrumbs_ul li:last-of-type {
		display: block;
	}
}

/* TRANSLATION SUPPORT */
.en-lang .gf_archive_card_wrap {
	margin-bottom: 0;
	padding-bottom: 100px;
}

.en-lang .gf_archive_name_en abbr {
	font-size: 1.6rem;
}

.en-lang .gf_archive_university_wrap {
	min-height: 55px;
}

.en-lang .gf_archive_university_name {
	font-size: 1.2rem;
	line-height: 1.4;
}

.en-lang .gf_archive_university_link_wrap,
.en-lang .gf_archive_top_right_wrap {
	height: 55px;
}


@media screen and (max-width: 1023px) {
	.en-lang .gf_archive_card_wrap {
		padding-bottom: 60px;
	}

	.en-lang .gf_archive_column__button .button-1 {
		max-width: 360px;
	}
}


@media screen and (max-width: 400px) {
	.en-lang .gf_archive_name_en abbr {
		font-size: 1.4rem;
	}

	.en-lang .gf_archive_column__button .button-1 {
		font-size: 3.5vw;
	}
}

/* STARTUP SCHOOL PROFILE */
.ss_form_section {
	padding-top: 40px;
}

a.sdc_profile_list_content {
	color: #000;
	border: 1px solid #b8b8b8;
	text-decoration: none;
	position: relative;
}

.ss_profile_theme {
	text-align: center;
	background: #00C3D2;
	color: #fff;
	font-weight: bold;
	font-size: 1.5rem;
	padding: 5px 0;
	margin-bottom: 10px;
}

.post-type-archive-startup-school .sdc_profile_name_wrap {
	margin-bottom: 10px;
}

.arrowRightBold.profile_link_arrow {
	position: absolute;
	right: 15px;
	bottom: 15px;
	width: 8px;
	height: 14px;
}

a.sdc_profile_list_content:hover .arrowRightBold.profile_link_arrow {
	right: 10px;
}

.ss_archive_column__button.column__button {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
}

.ss_archive_column__button .button-1 {
	margin: 0;
	margin-right: 25px;
	padding: 0 40px;
	max-width: initial;
}

.ss_archive_column__button .button-1:last-of-type {
	margin-right: 0;
}

.single-startup-school .gf_breadcrumbs_ul li:last-of-type .gf_breadcrumbs_ul_university{
	margin-right: 0;
}

.single-startup-school .gf_profile_representative_name {
	margin-right: 20px;
}

.single-startup-school .gf_profile_name {
	margin-bottom: 15px;
}

.single-startup-school .ss_profile_position {
	font-size: 1.6rem;
	font-weight: bold;
	display: inline-block;
	margin-bottom: 30px;
}

.single-startup-school .gf_bottom_link_name {
	text-align: center;
}

.single-startup-school .gf_bottom_link_university_text {
	white-space: pre;
}

.slash_margin {
	margin: 0 10px;
}

.ss_lecture_small {
	font-size: 1.2rem;
	display: table;
	margin-left: auto;
	margin-top: 4px;
	letter-spacing: 0.05rem;
}

.post-type-archive-startup-school .mwform-checkbox-field label{
	cursor: pointer;
	font-size: 1.5rem;
}

.post-type-archive-startup-school .mwform-checkbox-field input{
	margin: 0 0 2px 0;
}

@media screen and (min-width: 1024px){
	.single-startup-school .gf_profile_name dt {
		width: 100%;
		text-align: center;
	}
}

@media screen and (max-width: 1023px){
	#startup-school-archive__section {
		padding-bottom: 60px;
	}

	.ss_form_section {
		padding-top: 10px;
	}

	.ss_archive_column__button.column__button {
		display: block;
	}

	.ss_archive_column__button .button-1 {
		margin: 0 auto 20px;
		padding: 0;
		max-width: 360px;
	}

	.ss_archive_column__button .button-1:last-of-type {
		margin-right: auto;
	}

	.single-startup-school .gf_profile_name {
		margin-bottom: 5px;
	}

	.single-startup-school .ss_profile_position {
		font-size: 1.4rem;
		margin: 0 15px 25px;
	}

	.post-type-archive-startup-school .mw_wp_form .horizontal-item + .horizontal-item {
		display: block;
		margin: 0;
	}

	.post-type-archive-startup-school .mwform-checkbox-field label{
		font-size: 1.4rem;
	}
}

@media screen and (max-width: 400px){
	.ss_archive_column__button .button-1 {
		font-size: 3.5vw;
	}

	.ss_profile_theme {
		font-size: 1.2rem;
		margin-bottom: 5px;
	}

	a.sdc_profile_list_content {
		padding-bottom: 35px;
	}

	.post-type-archive-startup-school .sdc_profile_image_wrap {
		width: 30%;
	}

	.post-type-archive-startup-school .sdc_profile_text_wrap {
		width: calc(100% - 30% - 10px);
	}

	.gf_breadcrumbs_ul {
		font-size: 1.6vw;
	}

	.gf_breadcrumbs_ul_arrow_wrap {
		margin: 0 2.4vw;
	}

	.gf_breadcrumbs_ul_arrow {
		height: 8px;
		width: 4px;
	}
}

@media screen and (max-width: 352px){
	.post-type-archive-startup-school .sdc_profile_image_wrap {
		width: 20%;
	}

	.post-type-archive-startup-school .sdc_profile_text_wrap {
		width: calc(100% - 20% - 10px);
	}
}

/* ABOUT GTIE */
.about_gtie_movie_section {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.about_gtie_movie_section_desc,
.about_gtie_movie_wrap {
	width: 48%;
}

.about_gtie_movie_section_desc {
	font-size: 1.8rem;
	line-height: 1.6;
	word-break: break-word;
	text-align: left;
}

.about_gtie_movie {
	width: 100%;
}

body.about .sdc_profile_list_content {
	border: 1px solid #B8B8B8;
}

body.about .hq_profile_name {
	font-size: 2rem;
}

body.about .sdc_profile_name_wrap {
	margin-bottom: 10px;
}

body.about .hq_profile_doctor {
	position: relative;
	right: unset;
	bottom: unset;
	display: inline-block;
	margin-bottom: 10px;
}

body.en-lang.about .hq_profile_doctor {
	width: 100%;
}

body.about #participatin_members_section {
	margin-bottom: 0;
}

@media screen and (max-width: 1023px){
	.about_gtie_movie_section {
		display: block;
	}

	.about_gtie_movie_section_desc,
	.about_gtie_movie_wrap {
		width: 100%;
	}

	.about_gtie_movie_section_desc {
		margin-bottom: 40px;
		font-size: 1.4rem;
	}
}

@media screen and (max-width: 400px){
	body.about .sdc_profile_name_wrap,
	body.about .hq_profile_doctor {
		margin-bottom: 5px;
	}
}

/* SUPPORT */
.support .gf_archive_card_wrap,
.entrepreneur .gf_archive_card_wrap,
.metacampus .gf_archive_card_wrap {
	margin-bottom: calc(50px - 3.6%);
}

@media screen and (max-width: 1023px){
	.support .section__inner,
	.entrepreneur .section__inner {
		padding-left: 0;
		padding-right: 0;
	}
}

.support .gap_project_members_section.incubation .topSection__moreButton,
.support .gap_project_members_section.venture .topSection__moreButton,
.support .gap_project_members_section.related .topSection__moreButton,
.entrepreneur .topSection__moreButton,
.metacampus .gap_project_members_section .topSection__moreButton {
	margin-top: 0;
}

.support .gap_project_members_section {
	margin-bottom: 50px;
}

.support #incubation_section,
.support #venture_section,
.support #related_section {
	padding-top: 50px;
}

.support .gap_project_members_section.venture,
.support .gap_project_members_section.related {
	margin-bottom: 0;
}

@media screen and (max-width: 1023px){
	body.support .gap_project_members_section {
		margin-bottom: 30px;
	}

	.support #incubation_section,
	.support #venture_section,
	.support #related_section {
		padding-top: 30px;
	}
}

.support .gf_archive_university_link_wrap {
	height: 100%;
	padding: 0 8px;
	line-height: 1.2;
	position: relative;
	top: unset;
	right: unset;
}

.support .gf_archive_card_link,
.support .gf_archive_card_link:link,
.support .gf_archive_card_link:visited {
	padding-bottom: 40px;
}

.support .venture .gf_archive_card_link,
.support .venture .gf_archive_card_link:link,
.support .venture .gf_archive_card_link:visited,
.support .related .gf_archive_card_link,
.support .related .gf_archive_card_link:link,
.support .related .gf_archive_card_link:visited {
	padding-bottom: 20px;
}

.support .gf_archive_university_link {
	text-align: center;
	font-size: 1.2rem;
}

.support .gf_archive_university_name {
	font-weight: bold;
}

.support .venture .gf_archive_university_name,
.support .related .gf_archive_university_name {
	width: 100%;
	text-align: left !important;
	line-height: 1;
	padding: 0 10px;
}

.support .incubation .gf_archive_image_wrap {
	margin-bottom: 0;
}

.support .venture .gf_archive_image_wrap,
.support .related .gf_archive_image_wrap {
	width: calc(100% - 30px);
	margin: 15px auto;
	overflow: hidden;
	display: block;
}

.support .gf_archive_image_wrap::before,
.entrepreneur .gf_archive_image_wrap::before,
.post-type-archive-program .gf_archive_image_wrap::before,
.metacampus .gf_archive_image_wrap::before {
	background: unset;
}

.gf_availability_category {
	background: #3D3A39;
	color: #fff;
	font-size: 1.4rem;
	margin-bottom: 10px;
	padding: 8px 15px;
}

.gf_availability_category::before {
	content: '-';
	display: inline-block;
	margin-right: 0.5rem;
}

.support .gf_archive_desc,
.entrepreneur .gf_archive_desc,
.program .gf_archive_desc {
	word-break: break-word;
	text-align: left;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: 0;
}

.gf_year_head_text {
	font-size: 1.2rem;
	margin-bottom: 2px;
}

.gf_year_text {
	font-size: 1.6rem;
	font-weight: bold;
	padding-right: 30px;
	word-break: break-word;
	text-align: left;
}

.gf_awardee_name_text_link {
	margin-left: 16px;
	text-decoration: none;
	color: #000;
}

.support .gf_archive_card.no-link .gf_archive_card_arrow_wrap,
.entrepreneur .gf_archive_card.no-link .gf_archive_card_arrow_wrap,
.program .gf_archive_card.no-link .gf_archive_card_arrow_wrap,
.metacampus .gf_archive_card.no-link .gf_archive_card_arrow_wrap {
	display: none;
}

.support .gf_archive_card:nth-of-type(n+4),
.metacampus .gf_archive_card:nth-of-type(n+4) {
	display: none;
}

@media screen and (max-width: 1023px){
	.support .gf_archive_card_wrap,
	.entrepreneur .gf_archive_card_wrap,
	.metacampus .gf_archive_card_wrap {
		margin-bottom: calc(40px - 3.6%);
	}
}

@media screen and (max-width: 480px){
	.support .gf_archive_card_wrap,
	.entrepreneur .gf_archive_card_wrap,
	.metacampus .gf_archive_card_wrap {
		margin-bottom: calc(20px - 3.6%);
	}
}

/* ENTREPRENEUR */
.about_startup_school_section {
	background: #FAFAFA;
	padding-top: 40px;
}
@media screen and (max-width: 560px){
	.about_startup_school_section {
		padding-top: 5vw;
	}
}

/* PROGRAM ARCHIVE */

.no_cards_message {
	display: table;
	margin: 0 auto;
}

.post-type-archive-program .program_list {
	margin-bottom: 0;
}

.post-type-archive-program .navigation {
	display: table;
	margin-right: auto;
	margin-left: auto;
}

.post-type-archive-program .nav-links {
	margin-top: 10px;
}

/* GTIE SEP2023 */

.ss_programListWrap {
	max-width: 680px;
	width: 100%;
	margin: 60px auto 0;
}

.ss_programList {
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	flex-wrap: wrap;
	margin: 0 -20px -40px;
	-webkit-flex-wrap: wrap;
	width: calc(100% + 40px);
}

.gtie-sep-link-wrap {
	width: calc(100% / 2 - 40px);
	margin: 0 20px 37px;
	position: relative;
}

a.gtie-sep-link {
	display: block;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 1.5;
	text-decoration: none;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 26.5px 0;
}

a.gtie-sep-link:not([href]):hover {
	opacity: 1;
}

.gtie-sep-link-wrap-blue .gtie-sep-link {
	background: #00C3D2;
}

.gtie-sep-link-wrap-gray .gtie-sep-link {
	background: #9E9E9E;
}

.gtie-sep-update {
	width: 100%;
	text-align: center;
	position: absolute;
	left: 50%;
	bottom: -21px;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	font-size: 1.2rem;
	color: #ff0000;
}

.post-type-archive-gtie-sep .ss_archive_column__button .button-1 {
	background: #fff;
	color: #00C3D2;
	border: 2px solid #00C3D2;
	max-width: 380px;
	width: 100%;
}

@media screen and (max-width: 1023px) {
	.ss_programListWrap {
		margin-top: 30px;
	}

	.ss_programList {
		margin-left: -2%;
		margin-right: -2%;
		width: calc(100% + 4%);
	}

	.gtie-sep-link-wrap {
		margin: 0 2% 35px;
		width: calc(100% / 2 - 4%);
	}

	a.gtie-sep-link {
		font-size: 1.4rem;
		padding: 20px 0;
	}

	.post-type-archive-gtie-sep .ss_archive_column__button .button-1 {
		max-width: 280px;
	}
}

@media screen and (max-width: 400px) {
	.gtie-sep-link-wrap {
		margin-bottom: 30px;
	}

	a.gtie-sep-link {
		font-size: 3vw;
		padding: 5vw 0;
	}

	.gtie-sep-update {
		font-size: 1rem;
		bottom: -16px;
	}
}


/* COMMUNITY */
#community_top_section .pageContent__inner {
	padding-bottom: 0;
}

.metacampus .lead__desc {
	text-align: left;
}

#room_section {
	background: #FAFAFA;
	padding-top: 40px;
	margin-bottom: 0;
}

@media screen and (max-width: 640px) {
	#room_section {
		padding-top: 0;
	}
}

@media screen and (min-width: 1024px) {
	#room_section .pageContent__inner {
		max-width: 1060px;
	}
}

.metacampus .gf_archive_card {
	border: none;
}

.metacampus .gf_archive_card_link,
.metacampus .gf_archive_card_link:link,
.metacampus .gf_archive_card_link:visited {
	padding-bottom: 12px;
}

.metacampus .gf_archive_name {
	color: #fff;
	background: #00C3D2;
	margin-right: 0;
	font-size: 1.6rem;
	text-align: center;
	padding: 8px 16px;
	word-break: break-all;
}

.metacampus .gf_archive_image_wrap {
	height: unset;
	padding: 50% 0;
}

.metacampus .gf_archive_desc {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	overflow: hidden;
	padding: 0 32px 0 20px;
	font-size: 1.6rem;
	text-align: left;
}

@media screen and (max-width: 640px) {
	.metacampus .gf_archive_name,
	.metacampus .gf_archive_desc {
		font-size: 1.4rem;
	}
}

.metacampus-link {
	margin-top: 40px;
}

@media screen and (max-width: 640px) {
	.metacampus-link {
		margin-top: 30px;
	}
}

/* GAP FUND PAGE */
.gap_fund_link_block_section .pageContent__inner {
	padding-bottom: 50px;
}

.explore_course_block_wrap {
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	padding: 40px;
}

.explore_course_block_wrap:nth-of-type(1) {
	background: rgba(212, 250, 253, 0.8);
}

.explore_course_block_wrap:nth-of-type(2) {
	background: rgba(223, 253, 255, 0.8);
}

.explore_course_block_wrap:nth-of-type(3) {
	background: #F3FEFF;
}

.explore_course_block_wrap:nth-of-type(4) {
	background: #FAFAFA;
}

.explore_course_block_wrap:not(:last-of-type) {
	margin-bottom: 40px;
}

.explore_course_block {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	flex-direction: column;
	-webkit-flex-direction: column;
}

.explore_course_block_title {
	font-size: 2.2rem;
	font-weight: bold;
	margin-bottom: 10px;
}

.explore_course_block:nth-of-type(2) .explore_course_block_title {
	font-size: 2rem;
}

.explore_course_block_title_detail {
	font-size: 1.8rem;
	font-weight: bold;
	margin-left: 5px;
}

.explore_course_block_icon {
	height: 50px;
	width: 50px;
	margin-bottom: 10px;
}

.explore_course_block_desc {
	font-size: 1.4rem;
	text-align: center;
	margin-bottom: 30px;
}

.explore_course_block_wrap .two_columns_button_wrap {
	gap: 8px;
	max-width: 608px;
}

.gap-fund-link-button {
	background: #fff;
	max-width: 300px;
}

.explore_course_block_wrap .gap-fund-link-button:hover {
	opacity: 1;
	color: #66DBE4;
	border-color: #66DBE4;
}

.gtie-vc-course_button_wrap.two_columns_button_wrap.button_count_1 .gap-fund-link-button {
	max-width: 380px;
}

.gtie-vc-course_button_wrap .gap-fund-link-button {
	background: #9E9E9E;
	color: #fff;
	border: none;
}

.gtie-vc-course_button_wrap .gap-fund-link-button:hover {
	background: #66DBE4;
	opacity: 1;
}

@media screen and (max-width: 1023px) {
	.explore_course_block_wrap .two_columns_button_wrap {
		max-width: 300px;
	}

	.explore_course_block_title {
		font-size: 1.8rem;
	}

	.explore_course_block:nth-of-type(2) .explore_course_block_title {
		font-size: 1.6rem;
	}

	.explore_course_block_title_detail {
		font-size: 1.4rem;
		margin: 0 auto;
		display: table;
	}
}

@media screen and (max-width: 480px) {
	.gap_fund_link_block_section .pageContent__inner {
		padding-bottom: 30px;
	}

	.explore_course_block_wrap {
		padding: 40px 20px;
	}

	.explore_course_block_title {
		font-size: 1.6rem;
	}

	.explore_course_block:nth-of-type(2) .explore_course_block_title {
		font-size: 1.4rem;
	}

	.explore_course_block_title_detail {
		font-size: 1.2rem;
	}
}


/* EXPLORE FUND */
.page-template-page-explore-fund .contentBlock_gf_archive__desc {
	margin-bottom: 50px;
}

.explore_fund_list_head_wrap {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: flex-end;
	-webkit-align-items: flex-end;
	margin-bottom: 10px;
}

.explore_fund_list_head_title,
.explore_fund_list_head_text {
	text-align: center;
	line-height: 1.3;
}

.explore_fund_list_head_title {
	width: 166px;
	font-weight: bold;
}

.explore_fund_list_head_text {
	width: 355px;
}

.explore_fund_list_item {
	display: grid;
	grid-template-columns: 166px 1fr 355px;
	column-gap: 8px;
	row-gap: 24px;
}

.explore_fund_list_item:not(:last-of-type) {
	margin-bottom: 40px;
}

.explore_fund_image_wrap {
	background: #fff;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	padding: 0 8px;
}

.explore_fund_image {
	width: 100%;
	height: auto;
}

.explore_fund_description_wrap {
	display: grid;
	row-gap: 15px;
	padding-right: 10px;
	align-self: center;
}

.explore_fund_description {
	color: #666666;
	line-height: 1.6;
}

a.explore_fund_Detail_link:link,
a.explore_fund_Detail_link:visited,
a.explore_fund_Detail_link:active {
	font-weight: bold;
	color: #00C3D2;
	text-decoration: none;
	margin-left: auto;
	padding-right: 15px;
	display: table;
	position: relative;
}

.arrowRight.explore_fund_list_detail_arrow {
	width: 11px;
	height: 16px;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	right: 0;
}

.explore_fund_expertise_area_wrap {
	border: 1px solid #D9D9D9;
	align-self: center;
}

.explore_fund_expertise_area_item {
	display: grid;
	grid-template-columns: 140px 1fr;
	align-items: center;
	font-size: 1.2rem;
	line-height: 1.3;
	padding: 4px 0;
}

.explore_fund_expertise_area_item:not(:last-of-type) {
	border-bottom: 1px solid #D9D9D9;
}

.explore_fund_expertise_area_text {
	text-align: center;
	letter-spacing: 0.05rem;
}

.explore_fund_expertise_area_text br {
	display: none;
}

.explore_fund_expertise_area_gauge_wrap {
	width: 100%;
	padding-right: 8px;
}

.explore_fund_expertise_area_gauge {
	display: block;
	position: relative;
	height: 12px;
	width: 100%;
	background: #D9D9D9;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	overflow: hidden;
}

.explore_fund_expertise_area_gauge::after {
	content: '';
	position: absolute;
	display: block;
	height: 100%;
	width: 0;
	background: #00C3D2;
}

.explore_fund_expertise_area_gauge.gauge100::after {
	width: 100%;
}

.explore_fund_expertise_area_gauge.gauge66::after {
	width: 66.6%;
}

.explore_fund_expertise_area_gauge.gauge33::after {
	width: 33.3%;
}

.explore_fund_list_section .alphabetical_order_text {
	font-size: 1.2rem;
	display: block;
	text-align: center;
}

@media screen and (max-width: 1023px) {
	.explore_fund_list_head_title {
		width: 150px;
	}

	.explore_fund_list_item {
		grid-template-columns: 150px 1fr;
		column-gap: 5px;
		row-gap: 10px;
	}

	.explore_fund_image_wrap {
		grid-row: 1 / 2;
		grid-column: 1 / 2;
	}

	.explore_fund_description_wrap {
		row-gap: 5px;
		padding-right: 0;
		grid-row: 2 / 3;
		grid-column: 1 / 3;
	}

	.explore_fund_description {
		font-size: 1.4rem;
	}

	.explore_fund_expertise_area_wrap {
		grid-row: 1 / 2;
		grid-column: 2 / 3;
	}

	.explore_fund_list_section .alphabetical_order_text {
		letter-spacing: 1px;
	}
}

@media screen and (max-width: 560px) {
	.explore_fund_list_head_title,
	.explore_fund_list_head_text {
		font-size: 1.4rem;
	}

	.explore_fund_list_head_title {
		width: 150px;
	}

	.explore_fund_list_head_text {
		width: calc(100% - 155px);
	}

	.explore_fund_image_wrap {
		padding: 0 5px;
	}

	.explore_fund_expertise_area_item {
		grid-template-columns: 80px 1fr;
		font-size: 1rem;
		line-height: 1.1;
	}

	.explore_fund_expertise_area_text br {
		display: block;
	}
}

@media screen and (max-width: 480px) {
	.page-template-page-explore-fund .contentBlock_gf_archive__desc {
		padding: 0 10px;
	}

	.page-template-page-explore-fund .pageContent__inner {
		padding-left: 0;
		padding-right: 0;
	}

	.page-template-page-explore-fund .section__inner {
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media screen and (max-width: 360px) {
	.explore_fund_list_head_title {
		width: 120px;
	}

	.explore_fund_list_head_text {
		width: calc(100% - 125px);
	}

	.explore_fund_list_item {
		grid-template-columns: 120px 1fr;
	}

	.explore_fund_list_section .alphabetical_order_text {
		letter-spacing: 0px;
	}
}

/* ENTRY */
.gap-fund-entry_section .button-1 {
	margin-top: 60px;
	margin-bottom: 60px;
}

.gap-fund-entry_section .tab_navigation_item {
	padding: 10px 0;
	line-height: 1.1;
	display: grid;
	place-content: center;
}

.gf_entry_card_wrap {
	display: grid;
	gap: 20px;
}

.gf_entry_card {
	background: #fff;
	grid-template-columns: 106px 296px 1fr;
	gap: 10px;
	align-items: center;
	padding: 15px 40px 15px 15px;
}

.gf_entry_profile_image {
	width: 100%;
	height: auto;
}

.gf_entry_profile_wrap .gf_archive_name_wrap {
	padding-left: 8px;
	margin-bottom: 30px;
}

.gf_entry_profile_wrap .gf_archive_name_head {
	font-size: 1.2rem;
	padding-bottom: 2px;
}

.gf_entry_profile_wrap .gf_archive_name {
	margin-right: 5px;
}

.gf_entry_profile_wrap .gf_archive_name_en {
	font-size: 1rem;
	padding-bottom: 5px;
	max-width: 130px;
	line-height: 1;
}

.gf_entry_profile_wrap .gf_archive_name_wrap::after {
	height: 15px;
}

.gf_entry_university_name {
	font-weight: bold;
	font-size: 1.8rem;
	display: block;
	margin-bottom: 5px;
	margin-left: 8px;
	letter-spacing: 0;}

a.gf_entry_university_course_link {
	color: #00C3D2;
	letter-spacing: 0;
	display: table;
	text-underline-offset: 3px;
}

a.gf_entry_university_course_link .gf_entry_university_course::after {
	content: '\00A0\00A0\00A0\00A0\00A0\00A0';
	white-space: pre-wrap;
	background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%20%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M0%200H4.32692V0.961538H0.961538V11.5385H11.5385V8.50752H12.5V12.5H0V0ZM11.6019%201.57419L4.84277%208.33333L4.16602%207.65658L10.9252%200.897436H6.66602V0H11.8226H12.4993V0.676752V5.83333H11.6019V1.57419Z%22%20fill%3D%22%2300C3D2%22%2F%3E%3C%2Fsvg%3E);
	background-repeat: no-repeat;
	background-size: 12.5px;
	background-position: 6px;
}

.gf_entry_university_course {
	font-size: 1.5rem;
	margin-left: 8px;
	line-height: 1.35;
	display: table;
	letter-spacing: 0;
	text-align: left;
}

.gf_entry_project_wrap {
	margin-left: 10px;
}

.gf_entry_project_theme {
	font-weight: bold;
	margin-bottom: 10px;
}

.gf_entry_project_desc {
	font-size: 1.4rem;
	line-height: 1.45;
}

.page-template-page-entry .gap_project_members_section {
	margin-top: 100px;
	margin-bottom: 0;
}

.en-lang .gap-fund-entry_section .tab_navigation_item {
	letter-spacing: 0;
}

.en-lang .gap-fund-entry_section .tab_navigation_item span{
	font-size: 1rem;
	display: block;
	text-align: center;
}

.en-lang .gf_entry_profile_wrap .gf_archive_name_en {
	max-width: unset;
}

@media screen and (max-width: 1023px) {
	.gap-fund-entry_section .button-1 {
		margin-top: 50px;
		margin-bottom: 50px;
	}

	.gap-fund-entry_section .tab_navigation_item {
		line-height: inherit;
	}

	.gf_entry_card {
		grid-template-rows: 1fr;
		grid-template-columns: 106px 1fr;
		column-gap: 10px;
		row-gap: 20px;
		padding: 15px;
	}

	.gf_entry_profile_image {
		grid-row: 1 / 2;
		grid-column: 1 / 2;
	}

	.gf_entry_profile_wrap {
		grid-row: 1 / 2;
		grid-column: 2 / 3;
	}

	.gf_entry_profile_wrap .gf_archive_name_wrap {
		margin-bottom: 20px;
	}

	.gf_entry_profile_wrap .gf_archive_name_wrap::after {
		height: 12px;
	}

	.gf_entry_profile_wrap .gf_archive_name_head {
		font-size: 1rem;
		padding-bottom: 1px;
	}

	a.gf_entry_university_course_link {
		padding-right: 15px;
	}

	.gf_entry_profile_wrap .gf_archive_name {
		font-size: 1.4rem;
	}

	.gf_entry_profile_wrap .gf_archive_name_en {
		font-size: 0.85rem;
		max-width: unset;
	}

	.gf_entry_university_name,
	.gf_entry_university_course {
		font-size: 1.4rem;
	}

	a.gf_entry_university_course_link .gf_entry_university_course::after {
		background-size: 11.5px;
	}

	.gf_entry_project_wrap {
		grid-row: 2 / 3;
		grid-column: 1 / 3;
		margin: 0;
	}

	.gf_entry_project_theme,
	.gf_entry_project_desc {
		font-size: 1.2rem;
	}

	.gf_entry_project_theme {
		line-height: 1.45;
	}

	body.page-template-page-entry .gap_project_members_section {
		margin-top: 60px;
		margin-bottom: 0;
	}

	.en-lang .gap-fund-entry_section .button-1 {
		max-width: 360px;
	}
}

@media screen and (max-width: 480px) {
	.gf_entry_card {
		grid-template-columns: 58px 1fr;
	}

	.gf_entry_profile_wrap .gf_archive_name_wrap {
		margin-bottom: 12.5px;
	}

	.gf_entry_university_name {
		margin-bottom: 0;
	}

	a.gf_entry_university_course_link .gf_entry_university_course::after {
		background-size: 10px;
	}

	.gf_entry_profile_wrap .gf_archive_name_en {
		max-width: 120px;
	}

	a.gf_entry_university_course_link::before {
		bottom: -3px;
	}

	.en-lang .gf_entry_profile_wrap .gf_archive_name_en {
		max-width: calc(100% - 80px);
	}

	.en-lang .gf_archive_name_wrap .gf_archive_name_en abbr {
		font-size: 1.4rem;
	}
}

@media screen and (max-width: 400px) {
	.gf_entry_university_name, .gf_entry_university_course {
		letter-spacing: 0;
	}

	.gf_entry_profile_wrap .gf_archive_name_en {
		max-width: 0px;
		padding-bottom: 4px;
	}

	.en-lang .gap-fund-entry_section .button-1 {
		font-size: 3.5vw;
	}
}

@media screen and (max-width: 360px) {
	.gf_entry_card {
		grid-template-columns: 50px 1fr;
		column-gap: 5px;
	}

	.gf_entry_profile_wrap .gf_archive_name,
	.gf_entry_university_name,
	.gf_entry_university_course {
		font-size: 1.2rem;
	}

	a.gf_entry_university_course_link::after {
		width: 10px;
		height: 10px;
	}
}

/* ENTRY NAVIGATION */
.entry_tab_navigation {
	position: relative;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	column-gap: 1px;
	border-bottom: 2px solid #00C3D2;
	padding-bottom: 5px;
	margin-bottom: 50px;
}

.entry_tab_navigation li {
	position: relative;
	background: #B8B8B8;
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-size: 1.8rem;
	cursor: pointer;
	padding: 16.5px 0;
	-webkit-transition: .3s ease;
	transition: .3s ease;
}

.entry_tab_navigation li.active,
.entry_tab_navigation li.active:hover {
	background: #00C3D2;
	cursor: default;
}

.entry_tab_navigation li.active::before,
.entry_tab_navigation li.active::after,
.entry_tab_navigation::before,
.entry_tab_navigation::after{
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
}

.entry_tab_navigation li.active::before,
.entry_tab_navigation::before {
	z-index: 1;
	background: #f4f4f4;
	width: 14px;
	height: 12px;
}

.entry_tab_navigation li.active::after,
.entry_tab_navigation::after {
	z-index: 2;
	width: 17px;
	height: 12px;
	background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2213.172%22%20viewBox%3D%220%200%2018%2013.172%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23F4F4F4%22%20d%3D%22M.238%200%209%2011.5%2017.762%200%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2300C3D2%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20d%3D%22m1%201%208%2010.5L17%201%22%2F%3E%3C%2Fsvg%3E') no-repeat center / contain;
}

@media screen and (min-width: 1024px) {
	.entry_tab_navigation li.active::before,
	.entry_tab_navigation li.active::after {
		content: '';
		display: block;
	}

	.entry_tab_navigation li.active::before {
		bottom: -15px;
	}

	.entry_tab_navigation li.active::after {
		bottom: -17px;
	}
}

.entry_tab_navigation li:hover {
	background: rgba(0, 195, 210, .5);
}

@media screen and (min-width: 1024px) {
	.entry_tab_navigation li:first-of-type{
		border-radius: 4px 0 0 4px;
		-webkit-border-radius: 4px 0 0 4px;
		-moz-border-radius: 4px 0 0 4px;
	}

	.entry_tab_navigation li:last-of-type{
		border-radius: 0 4px 4px 0;
		-webkit-border-radius: 0 4px 4px 0;
		-moz-border-radius: 0 4px 4px 0;
	}
}

@media screen and (max-width: 1023px) {
	.entry_tab_navigation {
		grid-template-columns: repeat(2, 1fr);
		row-gap: 1px;
	}

	.entry_tab_navigation li {
		font-size: 1.4rem;
	}

	.entry_tab_navigation li:nth-of-type(1){
		border-radius: 4px 0 0 0;
		-webkit-border-radius: 4px 0 0 0;
		-moz-border-radius: 4px 0 0 0;
	}

	.entry_tab_navigation li:nth-of-type(2){
		border-radius: 0 4px 0 0;
		-webkit-border-radius: 0 4px 0 0;
		-moz-border-radius: 0 4px 0 0;
	}
	.entry_tab_navigation li:nth-of-type(3){
		border-radius: 0 0 0 4px;
		-webkit-border-radius: 0 0 0 4px;
		-moz-border-radius: 0 0 0 4px;
	}
	.entry_tab_navigation li:nth-of-type(4){
		border-radius: 0 0 4px 0;
		-webkit-border-radius: 0 0 4px 0;
		-moz-border-radius: 0 0 4px 0;
	}

	.entry_tab_navigation::before,
	.entry_tab_navigation::after {
		content: '';
		display: block;
	}

	.entry_tab_navigation::before {
		bottom: -10px;
	}

	.entry_tab_navigation::after {
		bottom: -12px;
	}
}

@media screen and (max-width: 640px) {
	.entry_tab_navigation {
		margin-bottom: 40px;
	}
}

@media screen and (max-width: 400px) {
	.entry_tab_navigation li {
		font-size: 3.5vw;
	}
}

/* PROGRAM */
.available-programs_section {
	padding: 40px 0 130px;
}

.program_tab_navigation_wrap {
	width: 100%;
	max-width: 800px;
	margin: 0 auto 20px;
}

.program_tab_navigation {
	position: relative;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	column-gap: 3px;
	padding-bottom: 5px;
}

.program_tab_navigation li {
	position: relative;
	background: #E2E2E2;
	color: #AAAAAA;
	text-align: center;
	font-size: 1.2rem;
	cursor: pointer;
	padding: 5px 0;
	-webkit-transition: .3s ease;
	transition: .3s ease;
	border-radius: 8px 8px 0 0;
}

.program_tab_navigation li.active,
.program_tab_navigation li.active:hover {
	background: #fff;
	font-weight: bold;
	color: #00C3D2;
	cursor: default;
}

.program_tab_navigation li:hover {
	background: #00C3D2;
	font-weight: bold;
	color: #fff;
}

.program_tab_navigation li::after {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	bottom: -10px;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	z-index: 2;
	width: 14px;
	height: 14px;
	background: url(data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M7%2011L0.937822%200.5L13.0622%200.500001L7%2011Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E) no-repeat center / contain;
	opacity: 0;
	transition: opacity 0.25s ease-in-out;
}

.program_tab_navigation li.active::after {
	opacity: 1;
	transition: opacity 0.25s ease-in-out;
}

.program_tab_navigation li:not(.active)::after {
	opacity: 0;
	transition: opacity 0s;
}

body.program-list .tab_navigation_item {
	padding: 0;
}

a.tab_navigation_item_link {
	text-decoration: none;
	color: inherit;
	-webkit-transition: 0s;
	transition: 0s;
	width: 100%;
	height: 100%;
	display: block;
	text-align: center;
	padding: 5px 0;
}

li.active a.tab_navigation_item_link {
	font-weight: bold;
}

.program_archive_card_wrap {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 20px;
	row-gap: 10px;
	align-items: start;
}

.program_archive_card {
	background: #fff;
	align-items: center;
	height: auto;
	padding-right: 15px;
}

.program_archive_card_link {
	display: grid;
	grid-template-columns: 210px 1fr;
	column-gap: 7.5px;
	row-gap: 0;
	align-items: center;
	place-content: center;
	text-decoration: none;
}

a.program_archive_card_link:hover {
	opacity: 1;
}

.program_archive_image_wrap {
	grid-row: 1 / 3;
	grid-column: 1 / 2;
	height: 119px;
}

.program_archive_basic_contents {
	grid-row: 1 / 2;
	grid-column: 2 / 3;
	padding-top: 7.5px;
	margin-bottom: 2.5px;
	align-self: end;
}

.program_archive_desc_wrap {
	grid-row: 2 / 3;
	grid-column: 2 / 3;
	padding-bottom: 7.5px;
	align-self: start;
}

.program_archive_image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top center;
}

.program_archive_subject_text {
	font-size: 1rem;
	display: block;
	color: #00C3D2;
	display: flex;
	margin-bottom: 5px;
	margin-left: 5px;
}

.program_archive_subject_text::before {
	content: '◆';
}

.program_archive_tag_wrap {
	display: flex;
}

.program_archive_open_type_name,
.program_archive_university_name {
	font-size: 1rem;
	font-weight: bold;
	width: auto;
	height: 22px;
	display: inline-grid;
	place-items: center;
	line-height: 1rem;
	padding: 0 7.5px;
	border-radius: 50px;
	text-align: center;
}

.program_archive_open_type_name {
	border: 2px solid;
	min-width: 100px;
	margin-right: 5px;
}

.program_archive_university_name {
	min-width: 110px;
	color: #fff;
	background: #3D3A39;
}

.program_archive_open_type_name.open {
	color: #0000F5;
	border-color: #3939FF;
}

.program_archive_open_type_name.campus-only {
	color: #00E35C;
	border-color: #00E35C;
}

.program_archive_open_type_name.semi-open {
	color: #00B7FF;
	border-color: #00B7FF;
}

.program_archive_desc {
	color: #000;
	font-size: 1.5rem;
	line-height: 1.3;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-align: left;
}

.program_archive_card_arrow_wrap {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.arrowRight.program_archive_card_arrow {
	width: 9px;
	height: 16px;
	position: relative;
}

a.program_archive_card_link:hover .arrowRight.program_archive_card_arrow {
	transform: translateX(5px);
}

.under_head_desc_text {
	font-size: 1.6rem;
	margin: -5px 0 20px;
}

.zoom_note_desc {
	font-size: 1.4rem;
	color: #66DBE4;
	margin-top: 5px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
}

.zoom_note_desc::before {
	content: '';
	background: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2215%22%20height%3D%2214%22%20viewBox%3D%220%200%2015%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20clip-path%3D%22url(%23clip0_12997_8533)%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M11.1117%209.421L14.2854%2012.5947C14.429%2012.7554%2014.5057%2012.9649%2014.4997%2013.1803C14.4936%2013.3957%2014.4054%2013.6006%2014.253%2013.753C14.1006%2013.9054%2013.8957%2013.9936%2013.6803%2013.9997C13.4649%2014.0057%2013.2554%2013.929%2013.0947%2013.7854L9.921%2010.6117C8.9038%2011.3758%207.66566%2011.7883%206.39344%2011.7869C3.14382%2011.7869%200.5%209.14306%200.5%205.89344C0.5%202.64382%203.14382%200%206.39344%200C9.64306%200%2012.2869%202.64382%2012.2869%205.89344C12.2883%207.16566%2011.8758%208.4038%2011.1117%209.421ZM2.89329%203.55471C2.43073%204.24698%202.18384%205.06086%202.18384%205.89344C2.18518%207.00948%202.62912%208.07943%203.41828%208.8686C4.20745%209.65776%205.2774%2010.1017%206.39344%2010.103C7.22602%2010.103%208.0399%209.85615%208.73217%209.39359C9.42443%208.93104%209.96399%208.27359%2010.2826%207.50438C10.6012%206.73518%2010.6846%205.88877%2010.5222%205.07219C10.3597%204.25561%209.9588%203.50553%209.37008%202.9168C8.78135%202.32808%208.03127%201.92715%207.21469%201.76473C6.39811%201.6023%205.5517%201.68566%204.7825%202.00428C4.01329%202.32289%203.35584%202.86245%202.89329%203.55471ZM6.45947%203.64819C6.73561%203.64819%206.95947%203.87205%206.95947%204.14819V5.375H8.18604C8.46218%205.375%208.68604%205.59886%208.68604%205.875C8.68604%206.15114%208.46218%206.375%208.18604%206.375H6.95947V7.60181C6.95947%207.87795%206.73561%208.10181%206.45947%208.10181C6.18333%208.10181%205.95947%207.87795%205.95947%207.60181V6.375H4.73242C4.45628%206.375%204.23242%206.15114%204.23242%205.875C4.23242%205.59886%204.45628%205.375%204.73242%205.375H5.95947V4.14819C5.95947%203.87205%206.18333%203.64819%206.45947%203.64819Z%22%20fill%3D%22%2366DBE4%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_12997_8533%22%3E%3Crect%20width%3D%2214%22%20height%3D%2214%22%20fill%3D%22white%22%20transform%3D%22translate(0.5)%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E') no-repeat center / contain;
	width: 14px;
	height: 14px;
	display: table;
	margin-right: 2.5px;
}

.program_partner_list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
	padding: 24px 26px;
	border-radius: 20px;
}

.program_partner_list_item.program_partner_list_head_item {
	background: unset;
	color: #fff;
	font-size: 2.6rem;
	display: grid;
	place-content: center;
}

.program_partner_list_head_item_title {
	font-weight: bold;
}

.program_partner_list.managing {
	background: #B9EEF2;
	margin-bottom: 20px;
}

.program_partner_list.cooperation {
	background: #E1E1E1;
}

.program_partner_list_basic {
	background: #fff;
	padding: 10px 16px;
	display: grid;
	gap: 2.5px;
	border-radius: 10px;
	cursor: pointer;
}

.program_partner_logo {
	width: 100%;
	height: auto;
	-webkit-transition: .3s ease;
	transition: .3s ease;
}

.program_partner_more_text {
	position: relative;
	font-size: 1.2rem;
	font-weight: bold;
	color: #00C3D2;
	text-align: right;
	padding-right: 16px;
	text-decoration: underline;
}

.program_partner_more_text::after {
	content: '';
	background: url(data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M4.5%203.32227L8.5%208.32227L4.5%2013.3223%22%20stroke%3D%22%2300C3D2%22%20stroke-linecap%3D%22square%22%2F%3E%3Cpath%20d%3D%22M8.5%203.32227L12.5%208.32227L8.5%2013.3223%22%20stroke%3D%22%2300C3D2%22%20stroke-linecap%3D%22square%22%2F%3E%3C%2Fsvg%3E) no-repeat center / contain;
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-webkit-transition: .3s ease;
	transition: .3s ease;
}

.program_partner_list_basic:hover .program_partner_logo {
	transform: scale(106.25%);
	-webkit-transform: scale(106.25%);
	-ms-transform: scale(106.25%);
}

.program_partner_list_basic:hover .program_partner_more_text::after {
	right: -3px;
}

.program_partner_modal {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1000;
	display: none;
	background: #fff;
	border-radius: 20px;
	padding: 40px;
	width: calc(100% - 40px);
	max-width: 900px;
}

.program_partner_modal .program_partner_logo {
	max-width: 290px;
	display: table;
	margin: 0 auto 20px;
}

.program_partner_modal_title {
	background: #00C3D2;
	border-radius: 4px;
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	padding: 8px 16px;
	line-height: 1.3;
	display: block;
}

.program_partner_contents {
	padding: 0 16px;
	overflow-y: auto;
	max-height: calc(90vh - 240px);
	margin-top: 16px;
}

.program_partner_contents p {
	font-size: 1.5rem;
	line-height: 1.6;
}

.program_partner_contents a:link,
.program_partner_contents a:visited,
.program_partner_contents a:active {
	color: #00C3D2;
}

.program_partner_contents p,
.program_partner_contents ul,
.program_partner_contents ol {
	margin-bottom: 16px;
}

.program_partner_contents ul,
.program_partner_contents ol {
	padding-left: 24px;
}

.program_partner_contents ul li {
	list-style: disc;
}

.program_partner_contents ol li {
	list-style: decimal;
}

.program_partner_contents img {
	width: 100%;
	height: auto;
	max-width: 413px;
	display: table;
	margin: 0 auto;
}

.program_partner_modal_close_svg {
	position: absolute;
	right: 40px;
	top: 40px;
	width: 48px;
	height: 48px;
	cursor: pointer;
	-webkit-transition: .3s ease;
	transition: .3s ease;
}

.program_partner_modal_close_svg:hover {
	opacity: .7;
}

.program_partner_modal_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 999;
	cursor: pointer;
	display: none;
}

@media screen and (max-width: 1023px) {

	.under_head_desc_text.textalignCenter {
		text-align: left;
	}

	.under_head_desc_text {
		font-size: 1.2rem;
	}

	.zoom_note_desc {
		font-size: 1rem;
		display: flex;
		align-items: self-start;
		-webkit-align-items: self-start;
		justify-content: flex-start;
		-webkit-justify-content: flex-start;
	}

	.zoom_note_desc::before {
		width: 10px;
		height: 10px;
		margin-top: 3px;
	}

	.available-programs_section {
		padding: 20px 0 90px;
	}

	.program_tab_navigation_wrap {
		overflow-x: scroll;
	}

	.program_tab_navigation {
		width: 720px;
		margin-bottom: 5px;
	}

	.program_archive_card_wrap {
		grid-template-columns: 1fr;
	}

	.program_partner_list_item.program_partner_list_head_item {
		font-size: 2rem;
	}

	.program_partner_list {
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
		padding: 24px 20px;
	}
}

@media screen and (max-width: 560px) {
	.available-programs_section .section__inner {
		padding: 0;
	}

	.program_tab_navigation {
		width: 600px;
	}

	.program_tab_navigation li {
		font-size: 1rem;
	}

	.program_archive_card {
		padding-right: 7.5px;
	}

	.program_archive_card_link {
		grid-template-columns: 140px 1fr;
		position: relative;
	}

	.program_archive_image_wrap {
		grid-row: 2 / 3;
		height: 80px;
	}

	.program_archive_basic_contents {
		grid-row: 1 / 2;
		grid-column: 1 / 3;
		padding: 7.5px 5px 5px;
	}

	.program_archive_desc {
		font-size: 1.3rem;
		-webkit-line-clamp: 3;
	}


	.program_partner_list.managing {
		margin-bottom: 10px;
	}

	.program_partner_list_item.program_partner_list_head_item {
		font-size: 1.6rem;
	}

	.program_partner_list {
		gap: 7px;
		padding: 24px 14px;
	}

	.program_partner_more_text {
		font-size: 1rem;
	}

	.program_partner_more_text::after {
		width: 14px;
		height: 14px;
	}

	.program_archive_card_arrow_wrap {
		position: absolute;
		bottom: 7.5px;
		right: 7.5px;
	}

	.program_partner_modal {
		padding: 24px 20px;
		padding-bottom: 8px;
	}

	.program_partner_modal .program_partner_logo {
		max-width: 200px;
	}

	.program_partner_modal_title {
		font-size: 1.4rem;
	}

	.program_partner_contents ul,
	.program_partner_contents ol {
		padding-left: 20px;
	}

	.program_partner_contents p,
	.program_partner_contents ul li,
	.program_partner_contents ol li {
		font-size: 1.2rem;
	}

	.program_partner_modal_close_svg {
		right: 20px;
		top: 20px;
		width: 32px;
		height: 32px;
	}
}

@media screen and (max-width: 400px) {
	.available-programs_section {
		padding-bottom: 70px;
	}
}

/* GTIE MEDIA */
.gtie_media_contents_wrap {
	background: #F4F4F4;
}

.gtie_media_slide_section:not(:last-of-type) {
	margin-bottom: 80px;
}

.gtie_media_contents {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	padding: 100px 0;
}

.gtie_media_container {
	position: relative;
	margin-bottom: 20px;
	opacity: 0;
}

body .gtie_media_slide_card {
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
	height: auto;
}

.gtie_media_slide_link {
	position: relative;
	height: 100%;
	display: block;
	text-decoration: none;
	padding-bottom: 40px;
}

.gtie_media_slide_image_wrap {
	height: 180px;
	width: 100%;
	display: block;
}

.gtie_media_slide_image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top center;
}

.gtie_media_slide_text_wrap {
	padding: 15px 15px 0;
}

.gtie_media_slide_title {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.3;
	color: #333;
	margin-bottom: 5px;
}

.gtie_media_slide_text {
	font-size: 1.2rem;
	line-height: 1.3;
	color: #777;
	margin-bottom: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

.gtie_media_slide_under_text_wrap {
	color: #00C3D2;
	font-size: 1.3rem;
	line-height: 1.2;
	position: absolute;
	bottom: 20px;
	left: 0;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
	width: 100%;
	padding: 0 15px;
}
.gtie_media_slide_more {
	text-decoration: underline;
	text-underline-offset: 3px;
	position: relative;
	padding-right: 22.5px;
}

.gtie_media_card_arrow_wrap {
	position: absolute;
	right: 5px;
	top: 0;
}

.arrowIcon.arrowRight.gtie_media_card_arrow {
	width: 9px;
	height: 16px;
	position: relative;
}

a.gtie_media_slide_link:hover .arrowRight.gtie_media_card_arrow {
	transform: translateX(5px);
}

.gtie_media_slide_nav_wrap {
	position: absolute;
	top: -47.5px;
	right: 5px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	width: 70px;
}

.gtie_media_container .swiper-button-next, .gtie_media_container .swiper-button-prev {
	top: unset;
	right: unset;
	left: unset;
	position: relative;
	display: block;
	background: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2226%22%20height%3D%2226%22%20viewBox%3D%220%200%2026%2026%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cmask%20id%3D%22path-1-inside-1_13321_11672%22%20fill%3D%22white%22%3E%3Cpath%20d%3D%22M12.728%200.271484L25.4559%2012.9994L12.728%2025.7273L0.000105776%2012.9994L12.728%200.271484Z%22%2F%3E%3C%2Fmask%3E%3Cpath%20d%3D%22M25.4559%2012.9994L28.2844%2015.8278L31.1128%2012.9994L28.2844%2010.171L25.4559%2012.9994ZM9.8996%203.09991L22.6275%2015.8278L28.2844%2010.171L15.5565%20-2.55694L9.8996%203.09991ZM22.6275%2010.171L9.8996%2022.8989L15.5565%2028.5558L28.2844%2015.8278L22.6275%2010.171Z%22%20fill%3D%22%2300C3D2%22%20mask%3D%22url(%23path-1-inside-1_13321_11672)%22%2F%3E%3C%2Fsvg%3E') no-repeat center / contain;
	width: 25px;
	height: 25px;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}

.gtie_media_container .swiper-button-prev {
	transform: rotate(180deg);
}

.gtie_media_container .swiper-button-next:hover {
	transform: translateX(5px);
}

.gtie_media_container .swiper-button-prev:hover {
	transform: translateX(-5px) rotate(180deg);
}

.gtie_media_container .swiper-button-next:after,
.gtie_media_container .swiper-button-prev:after {
	display: none;
}

@media screen and (max-width: 1240px) {
	.gtie_media_contents {
		max-width: 960px;
	}

	.gtie_media_slide_image_wrap {
		height: 140px;
	}
}


@media screen and (max-width: 1023px) {
	.gtie_media_contents {
		max-width: 560px;
	}

	.gtie_media_contents {
		padding: 60px 0 80px;
	}

	.gtie_media_slide_section:not(:last-of-type) {
		margin-bottom: 60px;
	}

	.gtie_media_container {
		padding-bottom: 30px;
	}

	.gtie_media_slide_image_wrap {
		height: 194px;
	}

	.gtie_media_slide_nav_wrap {
		top: unset;
		bottom: -5px;
		width: 60px;
	}

	.gtie_media_container .swiper-button-next, .gtie_media_container .swiper-button-prev {
		width: 20px;
		height: 20px;
	}
}

@media screen and (max-width: 640px) {
	.gtie_media_slide_link {
		padding-bottom: 25px;
	}

	.gtie_media_slide_text_wrap {
		padding: 10px 10px 0;
	}

	.gtie_media_slide_title {
		font-size: 1.4rem;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
	}

	.gtie_media_slide_text {
		-webkit-line-clamp: 3;
	}

	.gtie_media_slide_under_text_wrap {
		font-size: 1rem;
		bottom: 10px;
		padding: 0 10px;
	}

	.gtie_media_slide_more {
		padding-right: 17.5px;
	}

	.gtie_media_slide_nav_wrap {
		right: 10px;
	}

	.arrowIcon.arrowRight.gtie_media_card_arrow {
		width: 7px;
		height: 12px;
		position: relative;
	}
}

@media screen and (max-width: 584px) {
	.gtie_media_slide_image_wrap {
		height: 33.75vw;
	}
}

/* GTIE MEDIA LIST */
.tax-g-media-cat .gtie_media_contents_wrap,
.single-g-media .gtie_media_contents_wrap {
	padding: 100px 0;
}

.gtie_media_list_wrap,
.gtie_media_blog_wrap {
	width: 100%;
	max-width: 1120px;
	margin: 0 auto;
	padding-top: 15px;
	padding: 15px 20px 0;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.gtie_media_list_contents,
.gtie_media_blog_article {
	width: 100%;
	max-width: 740px;
}

.gtie_media_card_wrap {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}

.tax-g-media-cat .gtie_media_slide_link {
	padding-bottom: 30px;
}

.tax-g-media-cat .gtie_media_slide_text_wrap {
	padding: 10px 10px 0;
}

.tax-g-media-cat .gtie_media_slide_title {
	font-size: 1.5rem;
}

.tax-g-media-cat .gtie_media_slide_under_text_wrap {
	bottom: 10px;
	padding: 0 10px;
}

@media screen and (max-width: 1240px) {
	.tax-g-media-cat .gtie_media_slide_image_wrap {
		height: 180px;
	}
}

@media screen and (max-width: 1136px) {
	.gtie_media_list_contents,
	.gtie_media_blog_article_wrap {
		padding-right: 20px;
	}


	.tax-g-media-cat .gtie_media_slide_image_wrap {
		height: calc(180px - 100vw / 100);
	}
}

@media screen and (max-width: 1023px) {
	.tax-g-media-cat .gtie_media_contents_wrap,
	.single-g-media .gtie_media_contents_wrap {
		padding: 60px 0 80px;
	}

	.gtie_media_list_wrap,
	.gtie_media_blog_wrap {
		flex-direction: column;
		-webkit-flex-direction: column;
		padding-left: 20px;
		padding-right: 20px;
		max-width: 600px;
	}

	.gtie_media_list_contents,
	.gtie_media_blog_article_wrap {
		padding: 0;
		margin-bottom: 80px;
	}

	.gtie_media_blog_article {
		margin: 0 0 80px;
	}

	.tax-g-media-cat .gtie_media_slide_title {
		margin-bottom: 0;
	}

	.tax-g-media-cat .gtie_media_slide_image_wrap {
		height: 152px;
	}
}

@media screen and (max-width: 640px) {
	.tax-g-media-cat .gtie_media_slide_title {
		font-size: 1.4rem;
		line-height: 1.2;
		display: block;
	}
}

@media screen and (max-width: 600px) {
	.gtie_media_card_wrap {
		gap: 10px;
	}

	.tax-g-media-cat .gtie_media_slide_image_wrap {
		height: calc((100vw - 50px)* 0.272725);
	}
}

@media screen and (max-width: 560px) {
	.gtie_media_list_wrap {
		padding: 0 10px;
	}

	.tax-g-media-cat .gtie_media_sidebar {
		padding: 0 10px;
	}

	.tax-g-media-cat .gtie_media_slide_image_wrap {
		height: calc((100vw - 30px)* 0.27329);
	}
}

@media screen and (max-width: 368px) {
	.tax-g-media-cat .gtie_media_card_wrap {
		grid-template-columns: 1fr;
	}

	.tax-g-media-cat .gtie_media_slide_image_wrap {
		height: calc((100vw - 20px)* 0.538255);
	}
}

/* GTIE MEDIA SIDEBAR */
.gtie_media_sidebar {
	width: 100%;
	max-width: 320px;
}

.gtie_media_sidebar_section:not(:last-of-type) {
	margin-bottom: 40px;
}

.gtie_media_sidebar .title-1 {
	margin-bottom: 10px;
}

.gtie_media_sidebar .title-1__en {
	margin-bottom: 2.5px;
}

.gtie_media_sidebar .title-1__ja {
	font-size: 1.8rem;
	line-height: 1.3;
}

.gtie_media_sidebar_term_list {
	background: #fff;
	border-radius: 8px;
	padding: 16px 20px;
}

.gtie_media_sidebar_term_list_item:not(:last-of-type) {
	margin-bottom: 7.5px;
}

.gtie_media_sidebar_term_list_item {
	display: flex;
	display: -webkit-flex;
}

.gtie_media_sidebar_term_list_item::before {
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 6px;
	display: inline-block;
	background: #00C3D2;
	margin-top: 0.8rem;
}

.gtie_media_sidebar_term_link {
	color: #343434;
	text-decoration: none;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.3;
	margin-left: 7.5px;
}

.gtie_media_sidebar_term_link:hover {
	color: #00C3D2;
}

.gtie_media_sidebar_program_list {
	display: grid;
	grid-template-columns: 1fr;
	gap: 8px;
	align-items: start;
	margin-bottom: 20px;
}

.gtie_media_sidebar .program_archive_card {
	display: grid;
	padding-right: 7.5px;
}

.gtie_media_sidebar .program_archive_card_link {
	grid-template-columns: 140px 1fr;
	position: relative;
}

.gtie_media_sidebar .program_archive_image_wrap {
	grid-row: 2 / 3;
	height: 80px;
}

.gtie_media_sidebar .program_archive_basic_contents {
	grid-row: 1 / 2;
	grid-column: 1 / 3;
	padding: 7.5px 5px 5px;
}

.gtie_media_sidebar .program_archive_desc {
	font-size: 1.3rem;
	-webkit-line-clamp: 3;
}

.gtie_media_sidebar .program_archive_card_arrow_wrap {
	position: absolute;
	bottom: 7.5px;
	right: 7.5px;
}

.gtie_media_sidebar .button-1 {
	max-width: 260px;
	font-size: 1.5rem;
}

@media screen and (max-width: 1023px) {
	.gtie_media_sidebar {
		max-width: unset;
	}

	.gtie_media_sidebar .title-1 {
		margin-bottom: 20px;
	}

	.gtie_media_sidebar .title-1__ja {
		font-size: 1.6rem;
		line-height: 1.6;
	}

	.gtie_media_sidebar_term_link {
		font-size: 1.4rem;
	}

	.gtie_media_sidebar .button-1 {
		font-size: 1.4rem;
	}
}

/* TAB切り替え */
.card_js {
	display: none;
}

.card_js.active {
	display: block;
}

.program_archive_card.card_js.active,
.gf_entry_card.card_js.active {
	display: grid;
}