@charset "UTF-8";
#main_wrap .h2p {
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.35;
  margin-bottom: 160px;
}

#main_wrap .btn {
  text-align: center;
}

#main_wrap .h2p span {
	font-size: 1.5rem;
	font-weight: normal;
}

@media only screen and (max-width: 767px) {
  #main_wrap .h2p {
    font-size: 1.5rem;
    line-height: 1.5;
    margin-bottom: 90px;
  }
  #main_wrap .btn img {
    max-width: 100%;
    height: auto;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■list
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#main_wrap .supporter_area .h2p{
	margin-bottom: 80px;
}
#main_wrap .supporter_area .list {
  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;
  margin: 0 -5px 135px;
}

#main_wrap .supporter_area .list:before, #main_wrap .supporter_area .list:after {
  content: "";
  display: block;
  width: 25%;
}

#main_wrap .supporter_area .list:before {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

#main_wrap .supporter_area .list li {
  width: 25%;
  padding: 0 5px;
  margin-bottom: 15px;
  text-align: center;
}

#main_wrap .supporter_area .list .inner {
  max-width: 190px;
}

#main_wrap .supporter_area .list .img {
  margin-bottom: 8px;
}

#main_wrap .supporter_area .list .img img {
  width: 100%;
  height: auto;
}

#main_wrap .supporter_area .list .name {
  font-size: 1.6rem;
  margin-bottom: 2px;
}

#main_wrap .supporter_area .list .sub {
  font-size: 1.4rem;
  line-height: 1.4;
}

@media only screen and (max-width: 767px) {
	#main_wrap .supporter_area{
		margin-bottom: 45px;
	}
	#main_wrap .supporter_area .h2p{
		margin-bottom: 40px;
	}
  #main_wrap .supporter_area .list {
    margin: 0 -16px 20px;
  }
  #main_wrap .supporter_area .list:before, #main_wrap .supporter_area .list:after {
    content: none;
  }
  #main_wrap .supporter_area .list li {
    width: 50%;
    padding: 0 16px;
    margin-bottom: 22px;
  }
  #main_wrap .supporter_area .list .name {
    font-size: 1.5rem;
  }
  #main_wrap .supporter_area .list .sub {
    font-size: 1.2rem;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■logo_list
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#main_wrap .logo_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -5px 110px;
}

#main_wrap .logo_list li {
  width: 33.33%;
  padding: 0 5px;
  margin-bottom: 65px;
}

#main_wrap .logo_list li a, #main_wrap .logo_list li span {
  max-width: 260px;
  display: block;
}

#main_wrap .logo_list li img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 767px) {
  #main_wrap .logo_list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  #main_wrap .logo_list li {
    width: 50%;
    margin-bottom: 10px;
  }
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■育成プログラムからの移行
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.from_program{
	margin-bottom: 135px;
}
.from_program .box {
	background: #f5f5f5;
	border-radius: 20px;
	padding: 24px 30px;
}

@media only screen and (max-width: 767px) {
	.from_program{
		margin-bottom: 100px;
	}
	.from_program .box {
		border-radius: 10px;
		padding: 18px 22px;
	}
}
/*-------------------------
profile_block
-------------------------*/
.from_program .profile_block {
	margin-top: 110px;
}

.from_program .profile_block .box {
	padding: 65px 0;
}

.from_program .profile_block .hd {
	text-align: center;
	line-height: 1;
	margin-bottom: 60px;
}

.from_program .profile_block .img {
	text-align: center;
	line-height: 1;
}
.from_program .profile_block .img_sp {
	margin: 0 auto;
}

.from_program .profile_block .img img {
	width: 100%;
	height: auto;
}

.from_program .profile_block .name {
	text-align: center;
	font-size: 2rem;
	line-height: 1.2;
	font-weight: 700;
	margin-bottom: 12px;
	letter-spacing: 2px;
}

.from_program .profile_block .name span {
	font-size: 1.5rem;
	display: block;
	letter-spacing: normal;
}

.from_program .profile_block .name .en {
	font-size: 1.4rem;
}

.from_program .profile_block .position {
	text-align: center;
	border-bottom: 2px solid #7b7b7b;
	margin-bottom: 18px;
	padding-bottom: 2px;
	letter-spacing: 2px;
}

.from_program .profile_block ul.list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
	.from_program .profile_block {
		margin-top: 70px;
	}
	.from_program .profile_block:nth-of-type(1){
		margin-top: 0;
	}
	.from_program .profile_block .box {
		padding: 0 !important;
		background: #fff;
	}
	.from_program .profile_block .hd {
		margin-bottom: 20px;
	}
	.from_program .profile_block .hd img {
		width: auto;
		height: 19px;
	}
	.from_program .profile_block .img {
		width: 70% !important;
		margin: 0 auto 15px !important;
	}
	.from_program .profile_block .name {
		font-size: 1.5rem;
		margin-bottom: 8px;
		letter-spacing: 1px;
	}
	.from_program .profile_block .name span {
		font-size: 1.3rem;
	}
	.from_program .profile_block .name .en {
		font-size: 1.2rem;
	}
	.from_program .profile_block .position {
		border-bottom-width: 1px;
		margin-bottom: 7px;
		height: auto !important;
		font-size: 1.25rem;
		letter-spacing: 1px;
	}
	.from_program .profile_block ul.list {
		display: block;
		margin-bottom: -30px !important;
	}
	.from_program .profile_block ul.list li {
		width: 100% !important;
		margin-bottom: 30px !important;
	}
	.from_program .profile_block .profile {
		font-size: 1.3rem;
	}
}

/*-------------------------
sec_challenger
-------------------------*/
.from_program #sec_challenger .img {
	/*width: 172px;*/
	margin-bottom: 15px;
}
.from_program #sec_challenger .img_sp {
	text-align: center;
	margin:0 auto 15px;
}

.from_program #sec_challenger ul.list {
	margin-bottom: -75px;
}

.from_program #sec_challenger ul.list li {
	/*width: 31.5%;*/
	width: 47%;
	margin-bottom: 75px;
}

@media only screen and (max-width: 767px) {
	.from_program #sec_challenger .img {
		width: 50% !important;
	}
}

/*-------------------------
sec_graduate
-------------------------*/
.from_program #sec_graduate .box {
	padding-left: 10%;
	padding-right: 10%;
}

.from_program #sec_graduate .img {
	width: 42%;
}

.from_program #sec_graduate .txt_area {
	width: 53%;
}

.from_program #sec_graduate .name {
	text-align: left;
}

.from_program #sec_graduate ul.list {
	margin-bottom: -55px;
}

.from_program #sec_graduate ul.list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 55px;
}

.from_program #sec_graduate ul.list li:nth-of-type(2n) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.from_program #sec_graduate ul.list li:nth-of-type(2n) .name {
	text-align: right;
}

@media only screen and (max-width: 767px) {
	.from_program #sec_graduate .txt_area {
		width: 100%;
	}
	.from_program #sec_graduate .name {
		text-align: center !important;
	}
	.from_program #sec_graduate ul.list li {
		display: block;
	}
}