@charset "utf-8";
/**
 * style.css
 */

@media only screen and (max-width:991px) {}
@media only screen and (max-width:767px) {}

/*-------------------------------------------------
 debut_index
--------------------------------------------------*/

/* mainVisual
--------------------------------------------------*/
#debut_index #mainVisual {
	padding: 152px 25px 150px;
	background: url(../../images/debut/index/mian_bg.jpg) no-repeat center center;
	background-size: cover;
}
#debut_index #mainVisual .inner {
	max-width: 1216px;
	margin: 0 auto;
}
#debut_index #mainVisual .commonBigTitle {
	margin-bottom: 0;
}
@media only screen and (max-width:767px) {
	#debut_index #mainVisual {
		padding: 280px 25px 30px;
		background-image: url(../../images/debut/index/_sp/mian_bg.jpg);
	}
}


/* section
--------------------------------------------------*/
#debut_index .section {
	position: relative;
}
#debut_index .section + .section {
	margin-top: 30px;
}
#debut_index .section .enTxt {
	position: absolute;
	z-index: 2;
}
#debut_index .section .enTxt01 {
	top: 0;
	left: 0;
}
#debut_index .section .enTxt02 {
	bottom: 0;
	right: 0;
}
@media only screen and (max-width:767px) {
	#debut_index .section .enTxt img {
		width: 30px;
		height: auto;
	}
	#debut_index .section,
	#debut_index .section + .section {
		margin-top: 20px;
	}
}

#debut_index .section .commonBtn01 {
	margin-top: 40px;
}
#debut_index .section .commonBtn01 a {
	max-width: 100%;
}
@media only screen and (max-width:767px) {
	#debut_index .section .commonBtn01 {
		margin-top: 20px;
	}
}

/* debutTexts */
#debut_index .section .debutImage {
	float: right;
	width: 50%;
	background-size: cover;
	background-position: center center;
}
#debut_index .section .debutImage img {
	display: none;
}
#debut_index .section .rev .debutImage {
	float: left;
}
#debut_index .section .debutTexts {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	width: 50%;
	float: left;
	padding: 80px 100px;
}
#debut_index .section .rev .debutTexts {
	float: right;
}
#debut_index .section .debutTexts .inner {
	max-width: 420px;
	margin-left: auto;
}
#debut_index .section .rev .debutTexts .inner {
	margin-left: 0;
	margin-right: auto;
}
#debut_index .section .debutTexts .catTxt {
	margin-bottom: 20px;
}
#debut_index .section .debutTexts .catTxt span {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	display: inline-block;
	min-width: 150px;
	padding: 2px 26px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	background-color: #ff5a00;
	text-align: center;
}
#debut_index .section .debutTexts .name {
	margin-bottom: 10px;
	color: #fff;
	font-size: 42px;
	font-weight: bold;
}
#debut_index .section .debutTexts .name span {
	font-size: 28px;
}
#debut_index .section .debutTexts .name small {
	font-size: 18px;
}
#debut_index .section .debutTexts .lead {
	margin-bottom: 25px;
	color: #fff;
	font-weight: bold;
	font-size: 22px;
}
#debut_index .section .debutTexts .bdrBox {
	padding: 18px 17px;
	color: #fff;
	border: #fff solid 1px;
}
#debut_index .section .debutTexts .bdrBox .txt {
	float: left;
	width: 61%;
}
#debut_index .section .debutTexts .bdrBox .txt dt {
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
}
#debut_index .section .debutTexts .bdrBox .txt dd {
	font-size: 14px;
}
#debut_index .section .debutTexts .bdrBox .img {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	float: left;
	width: 39%;
	padding-left: 20px;
}
#debut_index .section .debutTexts .bdrBox .img p {
	margin-top: 3px;
	font-size: 12px;
	line-height: 1.5;
}
@media only screen and (max-width:991px) {
	#debut_index .section .debutImage {
		float: none !important;
		width: auto;
		background: none;
	}
	#debut_index .section .debutImage img {
		display: block;
		width: 100%;
	}
	#debut_index .section .debutTexts {
		width: auto;
		float: none !important;
	}
	#debut_index .section .debutTexts .inner {
		margin-left: auto !important;
		margin-right: auto !important;
	}
}
@media only screen and (max-width:767px) {
	#debut_index .section .debutTexts {
		padding: 30px;
	}
	#debut_index .section .debutTexts .inner {
		max-width: none;
	}
	#debut_index .section .debutTexts .catTxt {
		margin-bottom: 5px;
	}
	#debut_index .section .debutTexts .catTxt span {
		min-width: 100px;
		padding: 2px 10px;
		font-size: 11px;
	}
	#debut_index .section .debutTexts .name {
		margin-bottom: 10px;
		font-size: 20px;
	}
	#debut_index .section .debutTexts .name span {
		font-size: 14px;
	}
	#debut_index .section .debutTexts .name small {
		font-size: 12px;
	}
	#debut_index .section .debutTexts .lead {
		margin-bottom: 18px;
		font-size: 15px;
	}
	#debut_index .section .debutTexts .bdrBox {
		padding: 15px 13px;
	}
	#debut_index .section .debutTexts .bdrBox .txt {
		width: 47%;
	}
	#debut_index .section .debutTexts .bdrBox .txt dt {
		margin-bottom: 5px;
		font-size: 12px;
	}
	#debut_index .section .debutTexts .bdrBox .txt dd {
		font-size: 12px;
	}
	#debut_index .section .debutTexts .bdrBox .img {
		width: 53%;
		padding-left: 10px;
	}
	#debut_index .section .debutTexts .bdrBox .img p {
		font-size: 10px;
	}
}





/* section01
--------------------------------------------------*/
#debut_index #section01 {
	padding: 80px 55px 60px;
	background: #701f82;
	background: -moz-linear-gradient(left, #701f82 0%, #27d4af 100%);
	background: -webkit-linear-gradient(left, #701f82 0%,#27d4af 100%);
	background: linear-gradient(to right, #701f82 0%,#27d4af 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#701f82', endColorstr='#27d4af',GradientType=1 );
}
#debut_index #section01 .commonBigTitle {
	margin-bottom: 45px;
}
#debut_index #section01 .lead {
	text-align: center;
}
#debut_index #section01 .lead,
#debut_index #section01 .lead * {
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.8;
}
@media only screen and (max-width:767px) {
	#debut_index #section01 {
		padding: 40px 10px;
	}
	#debut_index #section01 .commonBigTitle {
		margin-bottom: 20px;
	}
	#debut_index #section01 .lead,
	#debut_index #section01 .lead * {
		font-size: 14px;
		line-height: 1.6;
	}
	#debut_index #section01 .lead span {
		display: inline-block;
	}
}

/* section08
--------------------------------------------------*/
#debut_index #section08 {
	background: url(../../images/debut/index/sec08_bg.jpg) no-repeat center center;
	background-size: cover;
}
#debut_index #section08 .debutTexts {
	background-color: rgba(0,0,0,0.7);
}
#debut_index #section08 .inner {
	position: relative;
	max-width: 460px;
	margin-left: auto;
	z-index: 2;
}
#debut_index #section08 .minInner {
	max-width: 420px;
}
#debut_index #section08 .commonBigTitle {
	margin-bottom: 30px;
}
#debut_index #section08 .spImage {
	display: none;
}
@media only screen and (max-width:991px) {
	#debut_index #section08 .debutTexts {
		padding: 30px 0 0;
		background-color: #000;
	}
	#debut_index #section08 .spImage {
		position: relative;
		display: block;
		margin-top: -60px;
		z-index: 1;
	}
	#debut_index #section08 .spImage img {
		width: 100%;
	}
}
@media only screen and (max-width:767px) {
	#debut_index #section08 .debutTexts {
		padding: 30px 0 0;
	}
	#debut_index #section08 .inner {
		max-width: none;
	}
	#debut_index #section08 .minInner {
		max-width: none;
		padding: 0 30px;
	}
	#debut_index #section08 .commonBigTitle {
		margin-bottom: 20px;
	}
}


/* section02
--------------------------------------------------*/
/*
#debut_index #section02 {
	background: url(../../images/debut/index/sec02_bg.jpg) no-repeat center center;
	background-size: cover;
}
#debut_index #section02 .debutTexts {
	background-color: rgba(0,0,0,0.7);
}
#debut_index #section02 .inner {
	position: relative;
	max-width: 460px;
	margin-left: auto;
	z-index: 2;
}
#debut_index #section02 .minInner {
	max-width: 420px;
}
#debut_index #section02 .commonBigTitle {
	margin-bottom: 30px;
}
#debut_index #section02 .spImage {
	display: none;
}
@media only screen and (max-width:991px) {
	#debut_index #section02 .debutTexts {
		padding: 30px 0 0;
		background-color: #000;
	}
	#debut_index #section02 .spImage {
		position: relative;
		display: block;
		margin-top: -60px;
		z-index: 1;
	}
	#debut_index #section02 .spImage img {
		width: 100%;
	}
}
@media only screen and (max-width:767px) {
	#debut_index #section02 .debutTexts {
		padding: 30px 0 0;
	}
	#debut_index #section02 .inner {
		max-width: none;
	}
	#debut_index #section02 .minInner {
		max-width: none;
		padding: 0 30px;
	}
	#debut_index #section02 .commonBigTitle {
		margin-bottom: 20px;
	}
}
*/

/* section02
--------------------------------------------------*/
#debut_index #section02 {
	background-color: #27a2db;
}
#debut_index #section02 .debutImage {
	background-image: url(../../images/debut/index/sec02_img01.jpg);
}
#debut_index #section02 .commonBtn01 span {
	color: #27a2db;
}
#debut_index #section02 .commonBtn01 a:after {
	border-left-color: #27a2db;
}


/* section03
--------------------------------------------------*/
#debut_index #section03 {
	background-color: #00b3b3;
}
#debut_index #section03 .debutImage {
	background-image: url(../../images/debut/index/sec03_img01.jpg);
}
#debut_index #section03 .aword {
	margin-bottom: 25px;
}
#debut_index #section03 .aword span {
	display: inline-block;
	padding:  2px 20px;
	color: #faea01;
	font-size: 15px;
	font-weight: bold;
	border: #faea01 solid 1px;
}
#debut_index #section03 .commonBtn01 span {
	color: #00b3b3;
}
#debut_index #section03 .commonBtn01 a:after {
	border-left-color: #00b3b3;
}
@media only screen and (max-width:767px) {
	#debut_index #section03 .aword {
		margin-bottom: 15px;
	}
	#debut_index #section03 .aword span {
		padding:  2px 7px;
		font-size: 10px;
	}
}


/* section04
--------------------------------------------------*/
#debut_index #section04 {
	background-color: #006d08;
}
#debut_index #section04 .debutImage {
	background-image: url(../../images/debut/index/sec04_img01.jpg);
}
#debut_index #section04 .commonBtn01 span {
	color: #006d08;
}
#debut_index #section04 .commonBtn01 a:after {
	border-left-color: #006d08;
}

/* section05
--------------------------------------------------*/
#debut_index #section05 {
	background-color: #ee007f;
}
#debut_index #section05 .debutImage {
	background-image: url(../../images/debut/index/sec05_img01-2.jpg);
}
#debut_index #section05 .commonBtn01 span {
	color: #ee007f;
}
#debut_index #section05 .commonBtn01 a:after {
	border-left-color: #ee007f;
}


/* section06
--------------------------------------------------*/
#debut_index #section06 {
	background-color: #1c1f86;
}
#debut_index #section06 .debutImage {
	background-image: url(../../images/debut/index/sec06_img01.jpg);
}
#debut_index #section06 .commonBtn01 span {
	color: #1c1f86;
}
#debut_index #section06 .commonBtn01 a:after {
	border-left-color: #1c1f86;
}


/* section07
--------------------------------------------------*/
#debut_index #section07 {
	background-color: #711d81;
}
#debut_index #section07 .debutImage {
	background-image: url(../../images/debut/index/sec07_img01.jpg);
}
#debut_index #section07 .commonBtn01 span {
	color: #711d81;
}
#debut_index #section07 .commonBtn01 a:after {
	border-left-color: #711d81;
}

/* section08
--------------------------------------------------*/
/*
#debut_index #section08 {
	background-color: #1c1f86;
}
#debut_index #section08 .debutImage {
	background-image: url(../../images/debut/index/sec08_img01.jpg);
}
#debut_index #section08 .commonBtn01 span {
	color: #1c1f86;
}
#debut_index #section08 .commonBtn01 a:after {
	border-left-color: #1c1f86;
}
*/




/* section09
--------------------------------------------------*/
#debut_index #section09 {
	padding: 80px 55px 60px;
	background: #ee037d;
	background: -moz-linear-gradient(left, #ee037d 0%, #fae703 100%);
	background: -webkit-linear-gradient(left, #ee037d 0%,#fae703 100%);
	background: linear-gradient(to right, #ee037d 0%,#fae703 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee037d', endColorstr='#fae703',GradientType=1 );
}
#debut_index #section09 .commonBigTitle {
	margin-bottom: 45px;
}
#debut_index #section09 .lead {
	margin-bottom: 50px;
	text-align: center;
}
#debut_index #section09 .lead,
#debut_index #section09 .lead * {
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.8;
}
#debut_index #section09 .textImage {
	max-width: 1000px;
	margin: 0 auto;
}
#debut_index #section09 .textImage + .textImage {
	margin-top: 60px;
}
#debut_index #section09 .textImage .image {
	float: right;
	width: 47%;
	text-align: center;
}
#debut_index #section09 .textImage.rev .image {
	float: left;
}
#debut_index #section09 .textImage .texts {
	float: left;
	width: 49%;
}
#debut_index #section09 .textImage.rev .texts {
	float: right;
}
#debut_index #section09 .textImage .texts * {
	color: #fff;
	font-weight: bold;
}
#debut_index #section09 .textImage .texts .ttl {
	margin-bottom: 25px;
	font-size: 32px;
	line-height: 1.7;
}
#debut_index #section09 .textImage .texts .ttl span {
	position: relative;
	display: inline-block;
}
#debut_index #section09 .textImage .texts .ttl span:before {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	content: '';
	width: 100%;
	height: 4px;
	background-color: #fff;
	opacity: 0.7;
}
#debut_index #section09 .textImage .texts .names > * {
	display: inline-block;
	vertical-align: middle;
}
#debut_index #section09 .textImage .texts .names .cat {
	margin-right: 20px;
	padding: 1px 10px;
	font-size: 15px;
	border: #fff solid 1px;
}
#debut_index #section09 .textImage .texts .names .name {
	font-size: 28px;
}
#debut_index #section09 .textImage .texts .names .name small {
	font-size: 18px;
}
#debut_index #section09 .textImage .texts .txt {
	margin-top: 90px;
	font-size: 18px;
	line-height: 2;
}

@media only screen and (max-width:767px) {
	#debut_index #section09 {
		padding: 40px 10px;
	}
	#debut_index #section09 .commonBigTitle {
		margin-bottom: 20px;
	}
	#debut_index #section09 .lead,
	#debut_index #section09 .lead * {
		font-size: 14px;
		line-height: 1.6;
	}
	#debut_index #section09 .lead span {
		display: inline-block;
	}
	#debut_index #section09 .textImage {
		padding: 0 30px;
	}
	#debut_index #section09 .textImage + .textImage {
		margin-top: 30px;
	}
	#debut_index #section09 .textImage .image,
	#debut_index #section09 .textImage .texts {
		float: none !important;
		width: auto;
	}
	#debut_index #section09 .textImage .texts {
		margin-top: 13px;
	}
	#debut_index #section09 .textImage .texts .ttl {
		margin-bottom: 15px;
		font-size: 17px;
	}
	#debut_index #section09 .textImage .texts .ttl span:before {
		height: 2px;
	}
	#debut_index #section09 .textImage .texts .names .cat {
		margin-right: 10px;
		padding: 1px 5px;
		font-size: 12px;
	}
	#debut_index #section09 .textImage .texts .names .name {
		font-size: 16px;
	}
	#debut_index #section09 .textImage .texts .names .name small {
		font-size: 14px;
	}
	#debut_index #section09 .textImage .texts .txt {
		margin-top: 15px;
		font-size: 13px;
		line-height: 1.7;
	}
}




/*-------------------------------------------------
 debut_heros
--------------------------------------------------*/


/* mainVisual
--------------------------------------------------*/
#debut_heros #mainVisual {
	position: relative;
}
#debut_heros #mainVisual .inBg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	z-index: 1;
}
#debut_heros #mainVisual .inner {
	position: relative;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	max-width: 50%;
	padding: 10px 80px;
	background-color: rgba(0,0,0,0.7);
	z-index: 2;
}
#debut_heros #mainVisual .commonBigTitle {
	margin-bottom: 0;
}
#debut_heros #mainVisual .inTb {
	display: table;
	width: 100%;
	max-width: 460px;
	height: 480px;
	margin-left: auto;
}
#debut_heros #mainVisual .inCell {
	display: table-cell;
	vertical-align: middle;
}
#debut_heros #mainVisual .commonBigTitle:before,
#debut_heros #mainVisual .commonBigTitle:after {
	background-size: 100% auto;
}
#debut_heros #mainVisual .names {
	margin: 30px 0 0 15px;
}
#debut_heros #mainVisual .names * {
	color: #fff;
	font-weight: bold;
}
#debut_heros #mainVisual .names > * {
	display: block;
}
#debut_heros #mainVisual .names .cat {
	margin-bottom: 15px;
}
#debut_heros #mainVisual .names .cat span {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	display: inline-block;
	min-width: 130px;
	padding: 2px 25px;
	font-size: 14px;
	text-align: center;
	background-color: #ff5a00;
}
#debut_heros #mainVisual .names .name {
	font-size: 42px;
	line-height: 1.3;
}
#debut_heros #mainVisual .names .name small {
	font-size: 28px;
}


/* nres style */
#debut_heros #mainVisual {
	background-color: #00b3b3;
	background-image: none !important;
}
#debut_heros #mainVisual .inner {
	background-color: transparent;
}
#debut_heros #mainVisual .inBg {
	position: absolute;
	top: 0;
	right: 0;
	left: auto;
	width: 50%;
}

@media only screen and (max-width:991px) {
	#debut_heros #mainVisual .inner {
		padding: 10px 40px;
	}
}
@media only screen and (max-width:767px) {
	#debut_heros #mainVisual {
		padding-top: 65.33%;
	}
	#debut_heros #mainVisual .inner {
		max-width: none;
		padding: 30px 25px;
	}
	#debut_heros #mainVisual .commonBigTitle {
		margin-bottom: 0;
	}
	#debut_heros #mainVisual .inTb {
		display: block;
		max-width: 322px;
		height: auto;
		margin: 0 auto;
	}
	#debut_heros #mainVisual .inCell {
		display: block;
	}
	#debut_heros #mainVisual .names {
		margin: 20px 0 0 5px;
	}
	#debut_heros #mainVisual .names > * {
		display: inline-block;
		vertical-align: middle;
	}
	#debut_heros #mainVisual .names .cat {
		margin: 0 12px 0 0;
	}
	#debut_heros #mainVisual .names .cat span {
		display: block;
		min-width: 95px;
		padding: 2px 15px;
		font-size: 11px;
	}
	#debut_heros #mainVisual .names .name {
		font-size: 20px;
	}
	#debut_heros #mainVisual .names .name small {
		font-size: 14px;
	}
	#debut_heros #mainVisual .inBg {
		width: 100%;
		height: 0;
		padding-bottom: 65.33%;
	}
}


/* group
--------------------------------------------------*/
#debut_heros .group + .group {
	margin-top: 80px;
}
#debut_heros .group .commonMidTitle {
	margin-bottom: 30px;
}
#debut_heros .group .info {
	padding: 15px 20px;
	border: #fff solid 1px;
}
#debut_heros .group .info * {
	color: #fff;
}
#debut_heros .group .info .texts {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	float: left;
	width: 83.11%;
	padding-right: 20px;
}
#debut_heros .group .info dt {
	margin-bottom: 10px;
	font-size: 22px;
	font-weight: bold;
}
#debut_heros .group .info dd {
	font-size: 16px;
}
#debut_heros .group .info .image {
	float: right;
	width: 16.89%;
}
@media only screen and (max-width:767px) {
	#debut_heros .group + .group {
		margin-top: 30px;
	}
	#debut_heros .group .commonMidTitle {
		margin-bottom: 20px;
	}
	#debut_heros .group .info {
		padding: 12px;
	}
	#debut_heros .group .info .texts {
		float: none;
		width: auto;
		padding-right: 0;
	}
	#debut_heros .group .info dt {
		margin-bottom: 5px;
		font-size: 13px;
	}
	#debut_heros .group .info dd {
		font-size: 12px;
	}
	#debut_heros .group .info .image {
		width: 50%;
		padding: 0 0 5px 10px;
	}
}



/*-------------------------------------------------
 debut_graduates
--------------------------------------------------*/
#debut_graduates .info {
	padding: 15px 20px;
	border: #fff solid 1px;
}
#debut_graduates .info * {
	color: #fff;
}
#debut_graduates .info .texts {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	float: left;
	width: 83.11%;
	padding-right: 20px;
}
#debut_graduates .info dt {
	margin-bottom: 10px;
	font-size: 22px;
	font-weight: bold;
}
#debut_graduates .info dd {
	font-size: 16px;
}
#debut_graduates .info .image {
	float: right;
	width: 16.89%;
}
#debut_graduates .info .image p {
	margin-top: 5px;
	font-size: 12px;
}
@media only screen and (max-width:767px) {
	#debut_graduates .info {
		padding: 12px;
	}
	#debut_graduates .info .texts {
		float: none;
		width: auto;
		padding-right: 0;
	}
	#debut_graduates .info dt {
		margin-bottom: 5px;
		font-size: 13px;
	}
	#debut_graduates .info dd {
		font-size: 12px;
	}
	#debut_graduates .info .image {
		width: 50%;
		padding: 0 0 5px 10px;
	}
	#debut_graduates .info .image p {
		font-size: 10px;
	}
}


/*-------------------------------------------------
 debut_student
--------------------------------------------------*/
@media only screen and (max-width:767px) {
	#debut_student .commonImageLead .catName .name,
	#debut_student .commonImageLead .catName .name + small {
		margin-top: 7px;
	}
}
