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

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

/* --------------------------------------------------
 special index page
--------------------------------------------------*/
#special_index,
.noT .animeSec:after {
	background-color: #000;
}

/* page common
--------------------------------------------------*/
#special_index .textImage .image {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
#special_index .textImage .image img {
	display: none;
}
#special_index .textImage .textWrap {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	float: left;
	width: 50%;
	padding: 70px 110px 80px;
	color: #fff;
}
#special_index .textImage .texts {
	max-width: 430px;
	margin-left: auto;
}
#special_index .textImage .texts .inTitle {
	margin-bottom: 10px;
	font-size: 42px;
	font-weight: bold;
}
#special_index .textImage .texts .inText {
	font-size: 22px;
	line-height: 1.8;
	font-weight: bold;
}
#special_index .textImage .texts .commonBtn01 {
	margin-top: 45px;
}

/* rev */
#special_index .textImage.rev .image {
	right: auto;
	left: 0;
}
#special_index .textImage.rev .textWrap {
	float: right;
}
#special_index .textImage.rev .texts {
	margin: 0 auto 0 0;
}


@media only screen and (max-width:991px) {
	#special_index .textImage .image {
		position: static;
		width: auto;
		height: auto;
	}
	#special_index .textImage .image img {
		display: block;
		width: 100%;
	}
	#special_index .textImage .textWrap {
		float: none !important;
		width: auto;
	}
	#special_index .textImage .texts {
		max-width: 430px;
		margin: 0 auto !important;
	}
	#special_index .textImage .texts .commonBtn01 a {
		max-width: none;
	}
}
@media only screen and (max-width:767px) {
	#special_index .textImage .textWrap {
		padding: 20px 30px 40px;
	}
	#special_index .textImage .texts .inTitle {
		font-size: 20px;
	}
	#special_index .textImage .texts .inText {
		font-size: 15px;
		line-height: 1.5;
	}
	#special_index .textImage .texts .commonBtn01 {
		margin-top: 25px;
	}
	#special_index .textImage .texts .commonBtn01 a {
		margin: 0 auto;
	}
}



/* mainVisual
--------------------------------------------------*/
#special_index #mainVisual {
	position: relative;
}
#special_index #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;
}
#special_index #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,179,179,0.7);*/
	z-index: 2;
}
#special_index #mainVisual .commonBigTitle {
	margin-bottom: 0;
}
#special_index #mainVisual .inTb {
	display: table;
	width: 100%;
	max-width: 460px;
	height: 480px;
	margin-left: auto;
}
#special_index #mainVisual .inCell {
	display: table-cell;
	vertical-align: middle;
}
#special_index #mainVisual .commonBigTitle:before,
#special_index #mainVisual .commonBigTitle:after {
	background-size: 100% auto;
}
@media only screen and (max-width:991px) {
	#special_index #mainVisual .inner {
		padding: 10px 40px;
	}
}
@media only screen and (max-width:767px) {
	#special_index #mainVisual {
		padding-top: 65.33%;
	}
	#special_index #mainVisual .inner {
		max-width: none;
		padding: 30px 25px;
	}
	#special_index #mainVisual .commonBigTitle {
		margin-bottom: 0;
	}
	#special_index #mainVisual .inTb {
		display: block;
		max-width: 322px;
		height: auto;
		margin: 0 auto;
	}
	#special_index #mainVisual .inCell {
		display: block;
	}
}


/* section01
--------------------------------------------------*/
#special_index #section01 {
	background: #731e7f;
	background: -moz-linear-gradient(45deg, #731e7f 0%, #fd5902 100%);
	background: -webkit-linear-gradient(45deg, #731e7f 0%,#fd5902 100%);
	background: linear-gradient(45deg, #731e7f 0%,#fd5902 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#731e7f', endColorstr='#fd5902',GradientType=1 );
}
#special_index #section01 .commonBigTitle {
	margin-bottom: 45px;
}
#special_index #section01 .lead {
	text-align: center;
}
#special_index #section01 .lead,
#special_index #section01 .lead * {
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.8;
}
@media only screen and (max-width:767px) {
	#special_index #section01 .commonBigTitle {
		margin-bottom: 20px;
	}
	#special_index #section01 .lead,
	#special_index #section01 .lead * {
		font-size: 14px;
		line-height: 1.6;
	}
	#special_index #section01 .lead span {
		display: inline-block;
	}
}


/* section02
--------------------------------------------------*/
#special_index #section02 .textWrap {
	background-color: #92b61b;
}
#special_index #section02 .commonBtn01 a {
	color: #92b61b;
}
#special_index #section02 .commonBtn01 a:after {
	border-left-color: #92b61b;
}

/* section03
--------------------------------------------------*/
#special_index #section03 .textWrap {
	background-color: #ee007f;
}
#special_index #section03 .commonBtn01 a {
	color: #ee007f;
}
#special_index #section03 .commonBtn01 a:after {
	border-left-color: #ee007f;
}


/* section04
--------------------------------------------------*/
#special_index #section04 .textWrap {
	background-color: #27a2db;
}
#special_index #section04 .commonBtn01 a {
	color: #27a2db;
}
#special_index #section04 .commonBtn01 a:after {
	border-left-color: #27a2db;
}


/* section05
--------------------------------------------------*/
#special_index #section05 .textWrap {
	background-color: #e95504;
}
#special_index #section05 .commonBtn01 a {
	color: #e95504;
}
#special_index #section05 .commonBtn01 a:after {
	border-left-color: #e95504;
}


/* section06
--------------------------------------------------*/
#special_index #section06 .textWrap {
	background-color: #711d81;
}
#special_index #section06 .commonBtn01 a {
	color: #711d81;
}
#special_index #section06 .commonBtn01 a:after {
	border-left-color: #711d81;
}








/* commonRelationArea
--------------------------------------------------*/
#special_index .commonRelationArea .chara {
	top: 10px;
	bottom: auto;
}





/* --------------------------------------------------
 difference page
--------------------------------------------------*/


/* table01
--------------------------------------------------*/
#special_difference .table01 {
	position: relative;
	padding-bottom: 140px;
}
#special_difference .table01:before {
	position: absolute;
	bottom: 60px;
	left: 50%;
	display: block;
	content: '';
	margin-left: -40px;
	border-top: #fff solid 30px;
	border-left: transparent solid 40px;
	border-right: transparent solid 40px;
}
@media only screen and (max-width:767px) {
	#special_difference .table01 {
		padding-bottom: 100px;
	}
	#special_difference .table01:before {
		bottom: 40px;
		margin-left: -30px;
		border-top: #fff solid 20px;
		border-left: transparent solid 30px;
		border-right: transparent solid 30px;
	}
}


/* bdrLeadBox
--------------------------------------------------*/
#special_difference .bdrLeadBox {
	max-width: 945px;
	margin: 0 auto;
	padding: 30px 0;
	border-top: #fff solid 2px;
	border-bottom: #fff solid 2px;
}
#special_difference .bdrLeadBox .inTb {
	display: table;
	margin: 0 auto;
}
#special_difference .bdrLeadBox .inTb > * {
	display: table-cell;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
}
#special_difference .bdrLeadBox .inTb .inCenter {
	padding: 0 50px;
}
#special_difference .bdrLeadBox .inTb .txt02 {
	width: 10em;
}
@media only screen and (max-width:767px) {
	#special_difference .bdrLeadBox {
		padding: 20px 0;
	}
	#special_difference .bdrLeadBox .inTb {
		display: block;
		margin: 0 auto;
	}
	#special_difference .bdrLeadBox .inTb > * {
		display: block;
		font-size: 16px;
	}
	#special_difference .bdrLeadBox .inTb .inCenter {
		padding: 15px 0;
	}
	#special_difference .bdrLeadBox .inTb .txt02 {
		width: auto;
	}
}

/* bdrLeadBox
--------------------------------------------------*/
#special_difference .meritsBox .commonMidTitle {
	margin-bottom: 20px;
}




/* --------------------------------------------------
 job page
--------------------------------------------------*/
#special_glossary .col2Lists .commonSmlTitle {
	margin-bottom: 20px;
}
@media only screen and (max-width:767px) {
	#special_glossary .commonMidTitle {
		margin-bottom: 20px;
	}
	#special_glossary .col2Lists .commonSmlTitle {
		margin-bottom: 15px;
	}
}


#special_glossary .col2Lists {
	color: #fff;
	margin: -80px 0 0 -50px;
}
#special_glossary .col2Lists .box {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	float: left;
	width: 50%;
	padding: 80px 0 0 50px;
}
#special_glossary .col2Lists .sqIcons li {
	position: relative;
	padding-left: 1.2em;
}
#special_glossary .col2Lists li + li {
	margin-top: 12px;
}
#special_glossary .col2Lists li {
	font-weight: bold;
}
#special_glossary .col2Lists .sqIcons li:before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: '■';
}
@media only screen and (max-width:767px) {
	#special_glossary .col2Lists {
		margin: 0;
	}
	#special_glossary .col2Lists .box {
		float: none;
		width: auto;
		padding: 0;
	}
	#special_glossary .col2Lists .box + .box {
		margin-top: 40px;
	}
	#special_glossary .col2Lists li {
		font-size: 12px;
	}
	#special_glossary .col2Lists li + li {
		margin-top: 7px;
	}
}




/* --------------------------------------------------
 glossary page
--------------------------------------------------*/
#special_glossary .typeBoxs .commonMidTitle {
	margin: 120px auto 20px;
}
@media only screen and (max-width:767px) {
	#special_glossary .typeBoxs .commonMidTitle {
		margin: 60px auto 20px;
	}
}










