.l-pc-white{
	position: relative;
	z-index: 10;
}

.sdgs {
	padding: 20px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.sdgs__heading {
	width: 70px;
	margin-right: 10px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.sdgs__heading img {
	display: block;
}

.sdgs__content {
	line-height: 1.98;
	text-align: justify;
	margin-top: -7px;
}

.sdgs__link {
	text-align: right;
}

.pickup {
	margin-top: -23px;
}

.pickup--pb {
	padding-bottom: 20px;
}

.pickup__lead {
	line-height: 1.95;
	text-align: justify;
	margin-bottom: 20px;
}

.pickup__lead--sm {
	font-size: 1.3rem;
	line-height: 1.8;
}

.labo:not(:last-child) {
	margin-bottom: 20px;
}

.labo__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	color: #1f3b80;
	margin-bottom: 20px;
}

.labo__head::before,
.labo__head::after {
	content: "";
	display: block;
	width: 100vw;
	height: 1px;
	background: #1f3b80;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.labo__head::before {
	top: 0;
}

.labo__head::after {
	bottom: 0;
}

.labo__head__label {
	display: block;
	font: 300 italic 2.3rem "Roboto", sans-serif;
	margin-right: 15px;
}

.labo__head__number {
	display: block;
	font: 300 italic 2.6rem "Roboto", sans-serif;
	background: #FFEE00;
	width: 50px;
	height: 48px;
	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;
	border-left: 1px solid #1f3b80;
	border-right: 1px solid #1f3b80;
	margin-right: 20px;
}

.labo__head__text {
	display: block;
	font-weight: 700;
	font-size: 1.3rem;
	letter-spacing: 0.1em;
}

.labo__image img {
	display: block;
}

.labo__main {
	padding: 20px 6% 25px;
	background: #FFFFFF;
}

.labo__sub-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 5px;
}

.labo__person {
	border-radius: 50%;
	width: 60px;
	height: 60px;
	margin-right: 10px;
	overflow: hidden;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.labo__person img {
	display: block;
}

.labo__title {
	color: #1f3b80;
	font-size: 1.5rem;
	line-height: 1.65;
	letter-spacing: 0.1em;
}

.labo__text {
	line-height: 1.95;
	margin-bottom: 10px;
	text-align: justify;
}

.labo__button {
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

.cross-figure {
	padding: 20px 0;
}

.major {
	background: #ffffff;
	padding: 0 20px 23px;
}

.major:not(:last-child) {
	margin-bottom: 50px;
}

.major__label {
	background: #1E3C8C;
	color: #ffffff;
	padding: 9px 15px 10px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-left: auto;
	margin-right: auto;
}

.major__label__en {
	font: 400 italic 1.5rem "Roboto", sans-serif;
	display: block;
	border-bottom: 1px solid #ffffff;
	padding-bottom: 3px;
	margin-bottom: 5px;
}

.major__label__jp {
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 1.31;
}

.major__tag {
	margin-top: -20px;
	margin-bottom: 8px;
}

.major__tag__item {
	color: #ffffff;
	padding: 6px 5.5px;
	font-weight: 500;
	display: inline-block;
	margin-right: 8px;
}

.major__tag__item--purple {
	background: #A579AC;
}

.major__tag__item--yellow {
	background: #C7A536;
}

.major__tag__item--orange {
	background: #D76E4A;
}

.major__head {
	font-size: 1.5rem;
	line-height: 1.27;
	letter-spacing: 0.1em;
	color: #1f3b80;
	margin-bottom: 5px;
}

.major__text {
	line-height: 1.86;
	text-align: justify;
}

.major__image {
	margin-top: 10px;
	margin-bottom: 13px;
}

.major__btn-wrap a {
	margin-top: 10px;
}

.entrepreneur {
	padding: 20px 0;
}

.entrepreneur:nth-child(even) {
	position: relative;
}

.entrepreneur:nth-child(even):before {
	content: "";
	display: block;
	width: 100vw;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background: #FFFFFF;
	z-index: 0;
}

.entrepreneur:nth-child(even) > * {
	position: relative;
}

.entrepreneur__white-content {
	background: #FFFFFF;
	padding: 25px 6%;
}

.entrepreneur__white-content:not(:last-child) {
	margin-bottom: 20px;
}

.entrepreneur-lead--mb {
	margin-bottom: 15px;
}

.entrepreneur-lead__text {
	line-height: 1.88;
}

.entrepreneur-section {
	margin: 0 0 20px;
}
.entrepreneur-section--sepa {
	margin-top: 20px;
}

.entrepreneur-section__main {
	margin-bottom: 16px;
}

.entrepreneur-section__text {
	line-height: 1.9;
	text-align: justify;
}

.entrepreneur-section__image img {
	display: block;
}

.entrepreneur-figure {
	background: #EEF2F4;
	position: relative;
	margin-top: 35px;
	padding-top: 35px;
	padding-bottom: 20px;
}

.entrepreneur-figure:not(:last-child) {
	margin-bottom: 25px;
}

.entrepreneur-figure__heading {
	background: #1f3b80;
	color: #FFFFFF;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 1.3rem;
	padding: 12px 10px;
	width: 90%;
	text-align: center;
}

.entrepreneur-figure__main {
	position: relative;
}

.entrepreneur-figure__image-1 {
	padding: 0 5%;
	width: 680px;
}

.imb-logo {
	text-align: center;
	margin-bottom: 15px;
}

.imb-logo img {
	width: 240px;
}

.entrepreneur-subject {
	background: #EEF2F4;
	padding: 15px 6.5%;
	line-height: 1.72;
}

.entrepreneur-subject__heading:before {
	content: "■";
	color: #1f3b80;
	display: inline-block;
}

.entrepreneur-subject__heading span {
	font-size: 1.2rem;
}

.entrepreneur-session {
	margin-bottom: 20px;
}


.startup-heading {
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.25;
	text-align: center;
	letter-spacing: 0.05em;
	position: relative;
	padding-bottom: 12px;
	border-bottom: 1px solid #000;
	margin-top: 10px;
	margin-bottom: 30px;
}

.startup-heading:after {
	content: "";
	display: block;
	width: 1px;
	height: 24px;
	background: #000;
	position: absolute;
	left: 50%;
	bottom: -16px;
}

.contest-image {
	margin: -15px 0 12px;
	width: 107%;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.investment {
	background: #EEF2F4;
	padding: 12px 5.5%;
}

.investment__lead {
	line-height: 1.9;
	text-align: justify;
	margin-bottom: 17px;
}

.investment__white-box {
	background: #FFFFFF;
	padding: 0 5% 50px;
}

.ranking {
	background: #F5F5F5;
	padding: 10px 10px 0;
	text-align: center;
}

.ranking:not(:last-child) {
	margin-bottom: 10px;
}

.ranking__heading {
	background: #000;
	color: #FFFFFF;
	text-align: center;
	font-size: 1.3rem;
	line-height: 1.3;
	padding: 10px 10px;
}

.ranking__item {
	padding: 19px 0;
}

.ranking__item:not(:last-child) {
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.ranking__text {
	font-size: 2.2rem;
	font-weight: 600;
}

.ranking__text img {
	height: 46px;
	vertical-align: bottom;
	margin: 0 6px;
	display: inline-block;
}

.ranking__note {
	font-size: 1.0rem;
	line-height: 1.3;
	margin-top: 10px;
}

.project {
	position: relative;
	margin-top: 50px;
}

.project__heading {
	background: #1f3b80;
	color: #FFFFFF;
	padding: 8px 10px;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	line-height: 1.4;
	font-size: 1.5rem;
}

.project__main {
	line-height: 1.9;
	text-align: justify;
	margin-top: -20px;
}

.dispatch {
	padding: 15px 0 20px;
}

.dispatch__heading {
	font-size: 1.5rem;
	line-height: 1.3;
	text-align: center;
	letter-spacing: 0.1em;
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

.dispatch__link {
	text-align: right;
	margin-top: 5px;
}

.international-overview {
	margin-bottom: 15px;
}

.international-overview__content {
	padding: 0 4%;
}

.international-overview__text {
	line-height: 1.94;
	text-align: justify;
}

.international-program-wrap {
	margin-bottom: 20px;
}

.international-program {
	background: #FFFFFF;
	padding: 20px;
	margin-bottom: 13px;
}

.international-program--brown {
	border: 1px solid #986649;
}

.international-program__image {
	margin-bottom: 8px;
}

.international-program__image img {
	display: block;
}

.international-program__text {
	line-height: 1.9;
}

.international-program__text span {
	color: #1f3b80;
}

.international-program__detail {
	font-size: 1.3rem;
	line-height: 1.54;
	background: #EEF2F4;
	padding: 11px 14px;
	margin-top: 14px;
}

.international-program__label {
	font-weight: 500;
}

.international-program__label:before {
	content: "■";
	color: #1f3b80;
}

.international-program__text-sm:not(:last-child) {
	margin-bottom: 5px;
}

.buttons {
	margin-bottom: 24px;
}

.buttons__item {
	margin-bottom: 15px;
}

.buttons__item .button-1 {
	background: none;
}

.interview {
	background: #FFFFFF;
	padding: 38px 7.5% 20px;
	margin-top: 20px;
	position: relative;
}

.interview:not(:last-child) {
	margin-bottom: 40px;
}

.interview__label {
	position: absolute;
	width: 87%;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.interview__head {
	color: #1f3b80;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 12px;
}

.interview__head__label {
	display: block;
	font: 400 italic 1.5rem "Roboto", sans-serif;
	padding-right: 10px;
	height: 39px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}

.interview__head__label:before {
	content: "";
	display: block;
	width: calc(100% + 6vw + 39px);
	height: 1px;
	background: #1f3b80;
	position: absolute;
	right: -39px;
	top: 0;
}

.interview__head__number {
	display: block;
	font: 300 italic 2.2rem "Roboto", sans-serif;
	background: #FFEE00;
	width: 39px;
	height: 39px;
	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;
	border-left: 1px solid #1f3b80;
	border-right: 1px solid #1f3b80;
	margin-right: 20px;
}

.interview__head__text {
	display: block;
	font-weight: 700;
	font-size: 1.3rem;
	letter-spacing: 0.1em;
	position: relative;
	padding: 13px 0;
	width: 100%;
}

.interview__head__text:before,
.interview__head__text:after {
	content: "";
	display: block;
	width: calc(100% + 6vw);
	height: 1px;
	background: #1f3b80;
	position: absolute;
	left: -6vw;
}

.interview__head__text:before {
	top: 0;
}

.interview__head__text:after {
	bottom: 0;
}

.interview__person {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 14px;
}

.interview__person__main {
	color: #1f3b80;
	font-size: 1.2rem;
	line-height: 1.4;
}

.interview__person__image {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	overflow: hidden;
	margin-left: 10px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.interview__person__image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	display: block;
}

.interview__text {
	line-height: 1.9;
	text-align: justify;
}

.cross-subject {
	margin-bottom: 12px;
}

.cross-subject:last-child {
	margin-bottom: 25px;
}

.cross-subject--orange .cross-subject__label {
	background: #D76E4A;
}

.cross-subject--orange .cross-subject__program {
	color: #D76E4A;
}

.cross-subject--gray .cross-subject__label {
	background: #A5A5A5;
}

.cross-subject--gray .cross-subject__program {
	color: #A5A5A5;
}

.cross-subject--blue .cross-subject__label {
	background: #45A3CB;
}

.cross-subject--blue .cross-subject__program {
	color: #45A3CB;
}

.cross-subject--purple .cross-subject__label {
	background: #A579AC;
}

.cross-subject--purple .cross-subject__program {
	color: #A579AC;
}

.cross-subject--green .cross-subject__label {
	background: #559649;
}

.cross-subject--green .cross-subject__program {
	color: #559649;
}

.cross-subject--yellow .cross-subject__label {
	background: #C7A536;
}

.cross-subject--yellow .cross-subject__program {
	color: #C7A536;
}

.cross-subject__label {
	font-size: 1.5rem;
	color: #ffffff;
	padding: 11px 19px 14px;
}

.cross-subject__label span {
	font-size: 1.3rem;
}

.cross-subject__main {
	background: #ffffff;
	padding: 18px 19px;
}

.cross-subject__item:not(:last-child) {
	margin-bottom: 17px;
}

.cross-subject__program {
	font-size: 1.5rem;
	font-weight: 500;
	border-bottom: 1px solid #8B8B8B;
	padding-bottom: 10px;
	margin-bottom: 5px;
}

.cross-subject__text {
	font-size: 1.3rem;
	line-height: 1.54;
	text-align: justify;
}

.sdgs-entrance {
	padding-bottom: 20px;
}

.sdgs-entrance__main {
	margin-bottom: 13px;
}

.sdgs-entrance__head {
	font-size: 1.5rem;
	color: #1F3B80;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
}

.sdgs-entrance__text {
	line-height: 1.86;
	text-align: justify;
}

.sdgs-entrance__image {
	width: 100%;
	margin: 0 0 15px 0;
}

.sdgs-entrance__example{
	padding: 20px;
	background: #fff;
}

.sdgs-entrance__example-title{
	margin: 0 0 10px;
	padding: 8px 0 10px 10px;
	background: #1F3B80;
	font-size: 1.4rem;
	color: #fff;
}

.sdgs-entrance__example-text{
	margin: 0 0 10px 0;
	font-size: 1.4rem;
	line-height: 1.86;
	text-align: justify;
}

.sdgs-entrance__example-tabel{
	border-bottom: 1px dotted #1F3B80;
}

.sdgs-entrance__example-tabel__title{
	padding: 8px 8px 5px 8px;
	border-top: 1px dotted #1F3B80;
	font-size: 1.4rem;
	color: #1F3B80;
	line-height: 1.3;
}

.sdgs-entrance__example-tabel__name{
	padding: 0 8px 13px 8px;
	font-size: 1.4rem;
}

.link.covid{
	margin: 15px 0 20px 0;
}

.profile__movie {
	margin-top: 15px;
}



.l-1col { margin-top: 20px; }
@media screen and (min-width: 1091px) {
	.l-1col { margin-top: 42px; }
}
@media screen and (min-width: 1091px) {

.l-2col { /* md */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.l-2col__item { /* md */
	width: 48.5%;
	margin-bottom: 0 !important;
}

.sdgs { /* md */
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 60px 0;
}

.sdgs__heading { /* md */
	width: 145px;
	margin-right: 30px;
}

.sdgs__content { /* md */
	margin-top: 0;
	padding-right: 10%;
}

.sdgs__link { /* md */
	text-align: left;
	margin-top: 14px;
}

.pickup { /* md */
	margin-top: 0;
	background: #EEF2F4;
}

.pickup__content { /* md */
	padding: 0 5% 30px;
}

.pickup__content--pb { /* md */
	padding-bottom: 70px;
}

.pickup__lead { /* md */
	margin-bottom: 75px;
}

.pickup__lead--sm { /* md */
	letter-spacing: 0.02em;
	margin-bottom: 40px;
}

.labo:not(:last-child) { /* md */
	margin-bottom: 100px;
}

.labo { /* md */
}

.labo::before,
.labo::after {
	content: "";
	display: table;
}

.labo::after {
	clear: both;
}

.labo__head::before,
.labo__head::after { /* md */
	width: 111%;
}

.labo__head__label { /* md */
	font-size: 3.6rem;
	margin-right: 23px;
}

.labo__head__number { /* md */
	font-size: 3.3rem;
	width: 54px;
	height: 55px;
	margin-right: 22px;
}

.labo__image { /* md */
	float: right;
	width: 45%;
	margin: 0px -5.6% 30px 4%;
}

.labo__main { /* md */
	margin-top: 54px;
	padding: 34px 6% 55px;
}
	
.labo__main-last { /* md */
	margin-bottom: 70px;
}

.labo__sub-head { /* md */
	float: left;
	width: 57%;
	margin-bottom: 18px;
}

.labo__person { /* md */
	width: 70px;
	height: 70px;
}

.labo__title { /* md */
	font-size: 1.8rem;
}

.labo__text { /* md */
	line-height: 2;
	margin-bottom: 30px;
	clear: left;
}

.cross-figure { /* md */
	padding: 60px 0;
}

.major { /* md */
	padding: 0 5% 30px;
	position: relative;
}

.major:not(:last-child) { /* md */
	margin-bottom: 70px;
}

.major__head { /* md */
	font-size: 1.8rem;
	margin-bottom: 18px;
	margin-top: 2px;
}

.major__text { /* md */
	line-height: 2;
}

.major__image { /* md */
	margin-top: 30px;
}

.major__btn-wrap { /* md */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 30px;
}

.major__btn-wrap a { /* md */
	font-size: 1.3rem;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
}

.major__btn-wrap a:not(:last-child) {
	margin-right: 30px;
}

.entrepreneur:nth-child(even):before { /* md */
	content: none;
}

.entrepreneur { /* md */
	padding: 40px 5%;
}

.entrepreneur:nth-child(odd) {
	background: #EEF2F4;
}

.entrepreneur:nth-child(even) {
	padding-right: 0;
}

.entrepreneur__white-content { /* md */
	padding: 30px 4%;
}

.entrepreneur__white-content--pd-sm {
	padding: 20px 2%;
}

.entrepreneur__white-content:not(:last-child) { /* md */
	margin-bottom: 60px;
}

.entrepreneur-lead--mb { /* md */
	margin-bottom: 35px;
}

.entrepreneur-lead__text { /* md */
	line-height: 2;
}

.entrepreneur-section { /* md */
	margin: 0 0 45px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.entrepreneur-section--sepa {
	margin-top: 45px;
}
	
.entrepreneur-section--reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.entrepreneur-section__main { /* md */
	margin-bottom: 0;
	width: 56.6%;
}

.entrepreneur-section__main--left-sm {
	width: 48%;
}

.entrepreneur-section__text { /* md */
	line-height: 2;
}

.entrepreneur-section__image { /* md */
	width: 39%;
}

.entrepreneur-section__image--right-lg img { /* md */
	max-width: 144.6%;
}

.entrepreneur-section__image--right-sm { /* md */
	width: 48%;
}

.entrepreneur-section__image--left-lg img { /* md */
	max-width: 126.6%;
	margin-left: -26.6%;
}

.entrepreneur-figure { /* md */
	padding-top: 40px;
	padding-bottom: 30px;
}

.entrepreneur-figure--2 {
	margin-top: 66px;
	padding-top: 50px;
	padding-bottom: 0;
}

.entrepreneur-figure--2:before {
	content: "";
	display: block;
	width: 110%;
	height: 20px;
	background: #FFFFFF;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.entrepreneur-figure:not(:last-child) { /* md */
	margin-bottom: 40px;
}

.entrepreneur-figure__heading { /* md */
	font-size: 1.5rem;
	letter-spacing: 0.1em;
}

.entrepreneur-figure__heading--sm {
	width: 85.5%;
	margin-bottom: 30px;
}

.entrepreneur-figure__image-1 { /* md */
	width: 100%;
	padding: 0 3.6% 0 5%;
}

.imb-logo { /* md */
	text-align: left;
	margin-bottom: 27px;
}

.imb-logo img { /* md */
	width: 280px;
}

.entrepreneur-subject { /* md */
	margin-top: -15px;
	padding: 33px 5.2%;
}

.entrepreneur-subject__heading { /* md */
	margin-bottom: 5px;
}

.entrepreneur-subject__heading span { /* md */
	font-size: inherit;
}

.entrepreneur-subject__main { /* md */
	font-size: 1.3rem;
}
	
.entrepreneur-session {
	margin-bottom: 45px;
}

.startup-heading { /* md */
	font-size: 1.9rem;
	letter-spacing: 0.1em;
	margin-top: 28px;
	padding-bottom: 16px;
	margin-bottom: 50px;
}

.startup-heading:after { /* md */
	height: 28px;
	bottom: -20px;
}

.contest-image { /* md */
	margin: 0 0 16px;
	width: 100%;
}

.investment { /* md */
	padding-top: 52px;
	padding-bottom: 55px;
}

.investment__lead { /* md */
	line-height: 2;
	margin-bottom: 50px;
}

.ranking:not(:last-child) { /* md */
	margin-bottom: 20px;
}

.ranking__heading { /* md */
	font-size: 1.4rem;
}

.ranking__text { /* md */
	font-size: 3.3rem;
}

.ranking__text img { /* md */
	height: auto;
}

.ranking__note { /* md */
	font-size: 1.2rem;
}

.project { /* md */
	margin-top: 65px;
}

.project__heading { /* md */
	font-size: 1.8rem;
	height: 50px;
	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;
	margin-left: auto;
	margin-right: auto;
}

.project__main { /* md */
	line-height: 2;
	padding-top: 20px;
}

.dispatch { /* md */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 64px 0 60px;
}

.dispatch__heading { /* md */
	line-height: 2.4;
	border-bottom: none;
	border-right: 1px solid #000;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	text-align: left;
	padding: 20px 5.2% 0 0;
	margin-right: 5.8%;
	letter-spacing: 0.15em;
	margin-bottom: 0;
}

.dispatch__main { /* md */
	background: #FFFFFF;
	max-width: 730px;
	width: 100%;
	padding: 0 3% 0 3.6%;
	position: relative;
}

.dispatch__image { /* md */
	max-width: 612px;
	margin-top: -3%;
}

.dispatch__link { /* md */
}

.international-overview { /* md */
	margin-bottom: 40px;
}

.international-program-wrap { /* md */
}

.international-program-wrap__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.international-program { /* md */
	width: 47.6%;
	margin-top: 25px;
	margin-bottom: 20px;
}

.international-program__image { /* md */
	margin-bottom: 14px;
}

.international-program__text { /* md */
	line-height: 2;
}

.international-program__detail { /* md */
	margin-top: 24px;
	padding: 16px 22px;
}

.international-program__text-sm:not(:last-child) { /* md */
	margin-bottom: 8px;
}

.buttons { /* md */
	max-width: 630px;
	width: 100%;
	margin: 0 auto 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.buttons__item { /* md */
	width: 47.6%;
}

.interview:not(:last-child) { /* md */
	margin-bottom: 65px;
}

.interview { /* md */
	background: #eef2f4;
	padding: 50px 30px 40px;
}

.interview__inner { /* md */
	background: #FFFFFF;
	padding: 30px 30px 25px;
}

.interview__inner::before,
.interview__inner::after {
	content: "";
	display: table;
}

.interview__inner::after {
	clear: both;
}

.interview__label { /* md */
	width: 380px;
	height: 50px;
}

.interview__head { /* md */
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	position: relative;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	margin-bottom: 30px;
}

.interview__head:before,
.interview__head:after {
	content: "";
	display: block;
	width: calc(100% + 30px);
	height: 1px;
	background: #1f3b80;
	position: absolute;
	left: -30px;
}

.interview__head:before {
	top: 0;
}

.interview__head:after {
	bottom: 0;
}

.interview__head__label { /* md */
	margin-right: 2px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.interview__head__label:before { /* md */
	content: none;
}

.interview__head__number { /* md */
	font-size: 2.2rem;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 14px;
}

.interview__head__text { /* md */
	width: auto;
	letter-spacing: 0;
}

.interview__head__text:before,
.interview__head__text:after { /* md */
	content: none;
}

.interview__person { /* md */
	width: 160px;
	text-align: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	float: right;
	margin-left: 20px;
}

.interview__person__image { /* md */
	width: 160px;
	height: 160px;
	margin-left: 0;
	margin-bottom: 13px;
}

.interview__content { /* md */
	float: left;
	width: calc(100% - 180px);
}

.interview__text { /* md */
	line-height: 2;
}

.cross-subject { /* md */
	margin-bottom: 29px;
}

.cross-subject__label { /* md */
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	padding: 10px 15px 12px;
}

.cross-subject__label span { /* md */
	font-size: 1.8rem;
}

.cross-subject__main { /* md */
	padding: 30px 30px 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.cross-subject__main--3col .cross-subject__item {
	width: 30.6%;
}

.cross-subject__main--3col .cross-subject__item:not(:nth-child(3n)) {
	margin-right: 4.1%;
}

.cross-subject__main--3col .cross-subject__item:not(:nth-last-child(-n+3)) {
	margin-bottom: 27px;
}

.cross-subject__main--2col .cross-subject__item {
	width: 48.1%;
}

.cross-subject__main--2col .cross-subject__item:nth-child(odd) {
	margin-right: 3.8%;
}

.cross-subject__main--2col .cross-subject__item:not(:nth-last-child(-n+2)) {
	margin-bottom: 27px;
}

.cross-subject__item { /* md */
	width: 100%;
}

.cross-subject__item:not(:last-child) { /* md */
	margin-bottom: auto;
}

.cross-subject__program { /* md */
	margin-bottom: 7px;
}

.cross-subject__text { /* md */
	line-height: 1.69;
}

.sdgs-entrance { /* md */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-top: -7px;
	padding-bottom: 65px;
	flex-wrap: wrap;
}

.sdgs-entrance__main { /* md */
	margin-bottom: 0;
	width: 55.3%;
}

.sdgs-entrance__head { /* md */
	font-size: 1.8rem;
	letter-spacing: 0;
	margin-bottom: 20px;
}

.sdgs-entrance__text { /* md */
	line-height: 2;
}

.sdgs-entrance__image { /* md */
	width: 40%;
}
	
.sdgs-entrance__example{ /* md */
	margin: 40px 0 0 0;
	padding: 55px;
}

.sdgs-entrance__example-title{ /* md */
	margin: 0 0 20px;
	padding: 12px 0 15px 20px;
	font-size: 1.53rem;
}

.sdgs-entrance__example-text{ /* md */
	margin: 0 0 20px 0;
	font-size: 1.53rem;
}

.sdgs-entrance__example-tabel{ /* md */
}

.sdgs-entrance__example-tabel__title{ /* md */
	padding: 15px 8px 8px 8px;
	font-size: 1.53rem;
	line-height: 1.3;
}

.sdgs-entrance__example-tabel__name{ /* md */
	padding: 0 8px 18px 8px;
	font-size: 1.53rem;
}
	
.link.covid{
	margin: 20px 0 0 0;
}

.profile__movie { /* md */
	margin-top: 22px;
}
	
}

@media screen and (min-width: 1091px) {

.l-2col__item { /* md2 */
	width: 47%;
}

.pickup__content { /* md2 */
	padding: 0 10.3% 30px;
}

.pickup__content--pb { /* md2 */
	padding-bottom: 100px;
}

.labo__head { /* md2 */
	width: 52%;
}

.labo__head::before,
.labo__head::after { /* md2 */
	left: auto;
	right: 0;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	width: 124.8%;
}

.labo__image { /* md2 */
	width: 55.3%;
	margin: -76px -13% 40px 6%;
}

.labo__sub-head { /* md2 */
	width: 51.7%;
}

.major__label { /* md2 */
	padding: 12px 20px 14px;
	-webkit-transform: translateY(-57%);
	-ms-transform: translateY(-57%);
	transform: translateY(-57%);
}

.major__label__en { /* md2 */
	display: inline-block;
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
	border-right: 1px solid #ffffff;
	padding-right: 17px;
	margin-right: 17px;
	font-size: 2rem;
}

.major__tag { /* md2 */
	position: absolute;
	top: 0;
	right: 70px;
	-webkit-transform: translateY(-65%);
	-ms-transform: translateY(-65%);
	transform: translateY(-65%);
	margin-top: 0;
	margin-bottom: 0;
}

.entrepreneur { /* md2 */
	padding: 100px 10.3% 110px;
}

.entrepreneur__white-content { /* md2 */
	padding: 50px 6% 60px;
}

.entrepreneur__white-content--pd-sm {
	padding: 30px 3.5%;
}

.entrepreneur-section__image { /* md2 */
	width: 38%;
}

.entrepreneur-section__image--right-lg img { /* md2 */
	max-width: 157%;
}

.entrepreneur-section__image--right-sm { /* md2 */
	width: 48%;
}

.entrepreneur-section__image--left-lg img { /* md2 */
	max-width: 157%;
	margin-left: -57%;
}

.ranking__content { /* md2 */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 25px 0 33px;
}

.ranking__item:not(:last-child) { /* md2 */
	border-bottom: none;
	border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.ranking__item { /* md2 */
	padding: 0 0;
	width: 50%;
}

.dispatch__link { /* md2 */
	position: absolute;
	bottom: 16%;
	right: 20px;
}

.international-overview__content { /* md2 */
	padding: 0 2%;
}

.international-program { /* md2 */
	padding: 30px;
}

.interview { /* md2 */
	padding: 60px;
}

.interview__inner { /* md2 */
	padding: 52px 52px 44px;
}

.interview__head { /* md2 */
	float: left;
	width: calc(100% - 257px);
}

.interview__head:before,
.interview__head:after {
	width: calc(100% + 52px);
	left: -52px;
}

.interview__person { /* md2 */
	width: 210px;
	margin-left: 47px;
}

.interview__person__main { /* md2 */
	font-size: 1.4rem;
	line-height: 1.35;
}

.interview__person__main span { /* md2 */
	font-size: 1.2rem;
}

.interview__person__image { /* md2 */
	width: 210px;
	height: 210px;
}

.interview__content { /* md2 */
	width: calc(100% - 257px);
}

.sdgs-entrance { /* md2 */
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

}

@media screen and (min-width: 1280px) {

.major { /* lg */
	padding: 0 55px 45px;
}

.major__tag__item { /* lg */
	background: #ffffff;
	padding: 6px 15px;
	margin-right: 0;
	margin-left: 2px;
}

.major__tag__item--purple { /* lg */
	color: #A579AC;
}

.major__tag__item--yellow { /* lg */
	color: #C7A536;
}

.major__tag__item--orange { /* lg */
	color: #D76E4A;
}

.project__heading { /* lg */
	width: 500px;
}

}




.voice-lg {
	background: #F0F4F6;
	padding: 17px 15px 22px;
}

.voice-lg::before,
.voice-lg::after {
	content: "";
	display: table;
}

.voice-lg::after {
	clear: both;
}

.voice-lg:not(:last-child) {
	margin-bottom: 20px;
}

.voice-lg__image {
	width: 90px;
	float: left;
	margin-right: 10px;
}

.voice-lg__title {
	position: relative;
	color: #1f3b80;
	font-size: 1.5rem;
	letter-spacing: 0.1em;
	line-height: 1.3;
	margin-bottom: 10px;
	text-align: justify;
	width: calc(100% - 100px);
	float: right;
}

.voice-lg__person {
	font-size: 1.2rem;
	line-height: 1.58;
	margin-bottom: 0 !important;
	width: calc(100% - 100px);
	float: right;
}

.voice-lg__content {
	padding-top: 16px;
	clear: both;
	line-height: 1.6;
	text-align: justify;
}


@media screen and (min-width: 1091px) {

.voice-lg { /* md */
	padding: 50px 6%;
}

.voice-lg:nth-child(even) .voice-lg__image {
	float: right;
	margin-right: 0;
	margin-left: 4%;
}

.voice-lg:nth-child(even) .voice-lg__title {
	float: left;
}

.voice-lg:nth-child(even) .voice-lg__title:after {
	left: auto;
	right: 0;
}

.voice-lg:nth-child(even) .voice-lg__person {
	float: left;
}

.voice-lg:nth-child(even) .voice-lg__content {
	float: left;
}

.voice-lg:not(:last-child) { /* md */
	margin-bottom: 42px;
}

.voice-lg__image { /* md */
	width: 26.5%;
	margin-right: 4%;
}

.voice-lg__title { /* md */
	width: 69.5%;
	font-size: 1.8rem;
	line-height: 1.68;
	padding-bottom: 15px;
	margin-top: -5px;
	margin-bottom: 20px;
}

.voice-lg__title:after {
	content: "";
	display: block;
	width: 109.5%;
	height: 1px;
	background: #1f3b80;
	position: absolute;
	bottom: 0;
	left: 0;
}

.voice-lg__person { /* md */
	width: 69.5%;
	line-height: 2;
}

.voice-lg__content { /* md */
	clear: none;
	float: right;
	width: 69.5%;
	padding-top: 14px;
}

}


/*	YouTube	*/
.profile__movie__item {
	display: block;
	width: 100%;
	position: relative;
}

.profile__movie__item::before,
.profile__movie__item::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.profile__movie__item::before {
	width: 50px;
	height: 50px;
	border: 4px solid #fff;
	border-radius: 50%;
}

.profile__movie__item::after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 13px 0 13px 20px;
	border-color: transparent transparent transparent #fff;
	margin-left: 4px;
}
@media print, screen and (min-width: 960px) {

	
	.profile__movie__item::before,
	.profile__movie__item::after { /* 960px以上 */
		transition: .2s linear;
	}
	.profile__movie__item:hover::before { /* 960px以上 */
		border-color: #1f3b8f;
	}
	.profile__movie__item:hover::after { /* 960px以上 */
		border-color: transparent transparent transparent #1f3b8f;
	}

}

