.p-heading {
	padding-top: 2rem;
	padding-bottom: 4.8rem;
}
@media screen and (max-width: 767px) {
	.p-heading {
		padding-top: 0;
		padding-bottom: 7.2rem;
	}
}
.p-heading__title {
	color: #000;
	text-align: center;
	font-size: 3rem;
	font-weight: 500;
	line-height: 170%; /* 5.1rem */
	letter-spacing: 0.03rem;
}
@media screen and (max-width: 767px) {
	.p-heading__title {
		font-size: 2rem;
		font-weight: 600;
		line-height: 150%; /* 2.7rem */
		letter-spacing: 0.054rem;
	}
}
.p-heading__text {
	margin-top: 6.4rem;
	color: #000;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 200%; /* 3.2rem */
}
@media screen and (max-width: 767px) {
	.p-heading__text {
		margin-top: 3.2rem;
		font-size: 1.4rem;
		font-weight: 500;
		line-height: 180%; /* 2.52rem */
	}
}

.p-sec {
	padding-bottom: 13.6rem;
}
@media screen and (max-width: 767px) {
	.p-sec {
		padding-bottom: 8rem;
	}
}
.p-sec.-sec03 {
	padding-bottom: 11.2rem;
}
@media screen and (max-width: 767px) {
	.p-sec.-sec03 {
		padding-bottom: 10.2rem;
	}
}
.p-sec__title {
	position: relative;
}
.p-sec__title-cnt {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	color: #ffffff;
	text-align: center;
}
.p-sec__title-cnt .l-content-inner {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.p-sec__title-cnt .num {
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 170%; /* 2.38rem */
	letter-spacing: 0.154rem;
	text-transform: uppercase;
}
@media screen and (max-width: 767px) {
	.p-sec__title-cnt .num {
		font-size: 1.2rem;
		letter-spacing: 0.132rem;
	}
}
.p-sec__title-cnt .title {
	margin-top: 1.4rem;
	font-size: 3rem;
	font-weight: 400;
	line-height: 170%; /* 5.1rem */
	letter-spacing: 0.03rem;
}
@media screen and (max-width: 767px) {
	.p-sec__title-cnt .title {
		margin-top: 1rem;
		font-size: 2.4rem;
		font-weight: 600;
		line-height: 150%; /* 3.6rem */
		letter-spacing: 0.072rem;
	}
}
.p-sec__title-cnt .title-en {
	margin-top: 1.4rem;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 170%; /* 2.38rem */
	letter-spacing: 0.154rem;
}
@media screen and (max-width: 767px) {
	.p-sec__title-cnt .title-en {
		margin-top: 1rem;
		font-size: 1.2rem;
		letter-spacing: 0.132rem;
	}
}
.p-sec__program {
	padding-top: 8.8rem;
}
@media screen and (max-width: 767px) {
	.p-sec__program {
		padding-top: 3.2rem;
	}
}
.p-sec__program .title {
	text-align: center;
	font-size: 2.4rem;
	font-weight: 600;
	line-height: 150%; /* 3.6rem */
	letter-spacing: 0.096rem;
}
@media screen and (max-width: 767px) {
	.p-sec__program .title {
		font-size: 1.6rem;
		letter-spacing: 0.048rem;
		margin-left: -1em;
		margin-right: -1em;
	}
}
.p-sec__program .title::after {
	content: "";
	display: block;
	width: 1px;
	height: 4.8rem;
	background-color: #2B2F31;
	margin: 4.8rem auto auto;
}
@media screen and (max-width: 767px) {
	.p-sec__program .title::after {
		margin-top: 1.6rem;
		height: 2.4rem;
	}
}
.p-sec__program .subttl {
	margin-top: 2.4rem;
	text-align: center;
	color: #000;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 200%; /* 3.2rem */
}
@media screen and (max-width: 767px) {
	.p-sec__program .subttl {
		margin-top: 1.6rem;
		font-size: 1.4rem;
		font-weight: 500;
		line-height: 180%; /* 2.52rem */
	}
}
.p-sec__program .program-list {
	margin-top: 2.3rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 3.2rem 2.4rem;
}
@media screen and (max-width: 767px) {
	.p-sec__program .program-list {
		margin-top: 2.4rem;
		gap: 2.4rem;
	}
}
.p-sec__program .program-list .item {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	min-width: 35.3rem;
	border-radius: 0.4rem;
	padding: 2.4rem 3.1rem 2.4rem 3rem;
	background-color: #FAFAFA;
	text-align: left;
}
@media screen and (max-width: 767px) {
	.p-sec__program .program-list .item {
		width: 100%;
		min-width: 100%;
		padding: 2.4rem;
	}
}
.p-sec__program .program-list .item__inn {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 2.4rem;
	text-align: left;
}
@media screen and (max-width: 767px) {
	.p-sec__program .program-list .item__inn {
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
}
.p-sec__program .program-list .item__inn .arrow {
	display: block;
	width: 1.8rem;
	height: 1.8rem;
	background-image: url(../images/growth/icn_plus.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.p-sec__program .program-list .item .text1 {
	color: #194D84;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 170%; /* 3.06rem */
}
@media screen and (max-width: 767px) {
	.p-sec__program .program-list .item .text1 {
		font-size: 1.6rem;
		line-height: 150%; /* 2.4rem */
		letter-spacing: 0.048rem;
		margin-right: -2em;
	}
}
.p-sec__program .program-list .item .text2 {
	margin-top: 1rem;
	color: #194D84;
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 160%; /* 2.24rem */
	letter-spacing: 0.042rem;
}
@media screen and (max-width: 767px) {
	.p-sec__program .program-list .item .text2 {
		margin-right: -3em;
	}
}

.mfp-wrap {
	z-index: 1052;
}

.mfp-bg {
	background: rgba(72, 76, 73, 0.6);
	background-blend-mode: multiply;
	backdrop-filter: blur(2.5rem);
	z-index: 1052;
}

.mfp-container {
	padding: 0;
}

.mfp-close,
.mfp-arrow {
	display: none !important;
}

.mfp-content {
	text-align: center;
}
@media screen and (max-width: 767px) {
	.mfp-content {
		max-height: 100vh;
		overflow-y: auto;
	}
}
.mfp-content .popup {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 3.2rem 3.9rem 4.8rem 7.1rem;
	border-radius: 0.4rem;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	gap: 1.6rem;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 110rem;
	max-width: 100%;
}
@media screen and (max-width: 767px) {
	.mfp-content .popup {
		border-radius: 0;
		padding: 2.4rem 2.4rem 4.4rem;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
		gap: 0.8rem;
	}
}
.mfp-content .popup__content {
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
}
.mfp-content .popup__content .popup__list-item__title + .inner {
	padding-left: 1.6rem;
}
@media screen and (max-width: 767px) {
	.mfp-content .popup__content .popup__list-item__title + .inner {
		padding-left: 1.4rem;
	}
}
.mfp-content .popup__content .inner {
	padding-left: 2.4rem;
}
.mfp-content .popup__content .inner .inner {
	padding-left: 1.9rem;
}
.mfp-content .popup__close {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	width: 3.4rem;
	height: 3.4rem;
	cursor: pointer;
}
@media screen and (max-width: 767px) {
	.mfp-content .popup__close {
		margin-right: 0;
		margin-left: auto;
	}
}
.mfp-content .popup__title {
	font-size: 3rem;
	font-weight: 500;
	line-height: 170%; /* 5.1rem */
	letter-spacing: 0.03rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid #194D84;
	margin-bottom: 2.6rem;
}
@media screen and (max-width: 767px) {
	.mfp-content .popup__title {
		font-size: 1.8rem;
		font-weight: 600;
		line-height: 150%; /* 2.7rem */
		letter-spacing: 0.054rem;
		margin-bottom: 2rem;
	}
}
.mfp-content .popup__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 2.4rem 7rem;
}
@media screen and (max-width: 767px) {
	.mfp-content .popup__list {
		gap: 2rem;
	}
}
.mfp-content .popup__list-item {
	width: calc((100% - 7rem) / 2);
}
@media screen and (max-width: 767px) {
	.mfp-content .popup__list-item {
		width: 100%;
	}
}
.mfp-content .popup__list-item__title {
	color: #194D84;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 200%; /* 3.2rem */
}
@media screen and (max-width: 767px) {
	.mfp-content .popup__list-item__title {
		font-size: 1.4rem;
		font-weight: 500;
		line-height: 180%; /* 2.52rem */
	}
}
.mfp-content .popup__list-item__text {
	margin-top: 0.8rem;
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 160%; /* 2.24rem */
	letter-spacing: 0.042rem;
}
@media screen and (max-width: 767px) {
	.mfp-content .popup__list-item__text {
		margin-top: 0.4rem;
		font-size: 1.4rem;
		font-weight: 500;
		line-height: 180%; /* 2.52rem */
	}
}
.mfp-content .popup__list2-item {
	margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
	.mfp-content .popup__list2-item {
		margin-top: 2rem;
	}
}
.mfp-content .popup__list2-item:first-of-type {
	margin-top: 0;
}
.mfp-content .popup__list2-item__title {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 170%; /* 3.06rem */
	margin-bottom: 0.4rem;
}
@media screen and (max-width: 767px) {
	.mfp-content .popup__list2-item__title {
		margin-bottom: 0.4rem;
	}
}
.mfp-content .popup__list2-item .popup__list {
	margin-top: 0.2rem;
}
@media screen and (max-width: 767px) {
	.mfp-content .popup__list2-item .popup__list {
		margin-top: 0.4rem;
		display: block;
	}
}
.mfp-content .popup__list2-item .popup__list-item {
	margin-top: 1rem;
}
@media screen and (max-width: 767px) {
	.mfp-content .popup__list2-item .popup__list-item {
		margin-top: 0.8rem;
	}
}
.mfp-content .popup__list2-item .popup__list-item:first-of-type {
	margin-top: 0;
}
.mfp-content .popup__list2-item .popup__list-item .tag-list {
	margin-top: 0.4rem;
}
.mfp-content .popup .tag-list {
	margin-top: 1.6rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 1rem;
}
@media screen and (max-width: 767px) {
	.mfp-content .popup .tag-list {
		margin-top: 0.8rem;
	}
}
.mfp-content .popup .tag-list .tag {
	color: #194D84;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 120%; /* 1.44rem */
	letter-spacing: 0.06rem;
	border-radius: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 2.2rem;
	padding: 0.4rem 1.6rem;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	border: 1px solid #194D84;
}
@media screen and (max-width: 767px) {
	.mfp-content .popup .tag-list .tag {
		font-weight: 600;
		line-height: 150%; /* 1.8rem */
		letter-spacing: 0.036rem;
	}
	.mfp-content .popup .tag-list .tag.-adj {
		padding-right: 0;
	}
}
.mfp-content .popup.-small {
	width: 61rem;
}
@media print, screen and (min-width: 768px) {
	.mfp-content .popup.-small.-small-adj {
		width: 64rem;
	}
}
@media screen and (max-width: 767px) {
	.mfp-content .popup.-small {
		width: 100%;
	}
}
@media print, screen and (min-width: 768px) {
	.mfp-content .popup.-small .popup__list {
		display: block;
	}
	.mfp-content .popup.-small .popup__list-item {
		width: 100%;
	}
}
/*# sourceMappingURL=support.css.map */