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

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

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


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

#feature .section .inPageBtn {
	margin-top: 70px;
}
#feature .section .inPageBtn a {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	position: relative;
	display: block;
	max-width: 400px;
	margin: 0 auto;
	padding-right: 60px;
	color: #0083cb;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
#feature .section .inPageBtn a span {
	display: block;
	padding: 15px 0 14px;
	background-color: #fff;
}
#feature .section .inPageBtn a:before {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	content: '';
	width: 56px;
	height: 100%;
	background-color: #fff;
}
#feature .section .inPageBtn a:after {
	position: absolute;
	top: 50%;
	right: 23px;
	display: block;
	content: '';
	margin-top: -6px;
	border-left: #0083cb solid 9px;
	border-top: transparent solid 6px;
	border-bottom: transparent solid 6px;
}
@media only screen and (max-width:767px) {
	#feature .section .inPageBtn {
		margin-top: 25px;
	}
	#feature .section .inPageBtn a {
		padding-right: 35px;
		font-size: 13px;
	}
	#feature .section .inPageBtn a span {
		padding: 8px 0;
		background-color: #fff;
	}
	#feature .section .inPageBtn a:before {
		width: 32px;
	}
	#feature .section .inPageBtn a:after {
		right: 13px;
		margin-top: -4px;
		border-left: #0083cb solid 6px;
		border-top: transparent solid 4px;
		border-bottom: transparent solid 4px;
	}
}





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



/* section02
--------------------------------------------------*/
#feature #section02 {
	background: #ff82a9;
}
#feature #section02 .textInner {
	width: 50%;
	background-color: #ee007f;
}
#feature #section02 .textInner * {
	color: #fff;
	font-weight: bold;
}
#feature #section02 .textInner .inInner {
	max-width: 460px;
	margin-left: auto;
	padding: 50px 90px;
}
#feature #section02 .textInner .ttl {
	margin-bottom: 15px;
	font-size: 32px;
}
#feature #section02 .textInner .ttl span {
	position: relative;
	display: inline-block;
}
#feature #section02 .textInner .ttl span:before {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	content: '';
	width: 100%;
	height: 4px;
	background-color: #fff;
	opacity: 0.5;
}
#feature #section02 .textInner .colorTxt {
	margin-bottom: 15px;
}
#feature #section02 .textInner .colorTxt * {
	color: #faea01;
	font-size: 18px;
	line-height: 1.9;
}
#feature #section02 .textInner .txt {
	font-size: 18px;
	line-height: 2;
}
#feature #section02 .charaWrap {
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
#feature #section02 .charaWrap .charaInner {
	max-width: 1310px;
	margin: 0 auto;
}
#feature #section02 .charaWrap .chara {
	max-width: 57.25%;
	margin: 0 -50px 0 auto;
	text-align: right;
}
@media only screen and (max-width:1100px) {
	#feature #section02 {
		overflow: hidden;
		width: 100%;
	}
	#feature #section02 .textInner {
		width: auto;
	}
	#feature #section02 .textInner .inInner {
		max-width: none;
		margin-left: auto;
		padding: 40px 25px;
	}
	#feature #section02 .textInner .ttlWrap {
		text-align: center;
	}
	#feature #section02 .textInner .ttl {
		display: inline-block;
		margin-bottom: 15px;
		text-align: left;
	}
	#feature #section02 .textInner .colorTxt {
		margin-bottom: 15px;
		text-align: center;
	}
	#feature #section02 .textInner .colorTxt > div {
		display: inline-block;
		text-align: left;
	}
	#feature #section02 .charaWrap {
		overflow: visible;
		position: static;
	}
	#feature #section02 .charaWrap .charaInner {
		max-width: none;
		margin: -30px -5% 0;
	}
	#feature #section02 .charaWrap .chara {
		max-width: 100%;
		margin: 0;
		text-align: center;
	}
}
@media only screen and (max-width:767px) {
	#feature #section02 .textInner .ttl {
		font-size: 20px;
	}
	#feature #section02 .textInner .ttl span:before {
		height: 2px;
		opacity: 0.8;
	}
	#feature #section02 .textInner .colorTxt * {
		font-size: 14px;
	}
	#feature #section02 .textInner .txt {
		font-size: 14px;
		line-height: 1.9;
	}
}


/* section03
--------------------------------------------------*/
#feature #section03 {
	background: #00b3b3;
}
#feature #section03 .image {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	background: url(../../images/feature/index/sec03_img01.jpg) no-repeat center top;
	background-size: cover;
}
#feature #section03 .image img {
	display: none;
}
#feature #section03 .texts {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	float: right;
	width: 50%;
	padding: 65px 100px;
}
#feature #section03 .texts * {
	color: #fff;
	font-weight: bold;
}
#feature #section03 .texts .inner {
	max-width: 430px;
}
#feature #section03 .texts .cat {
	margin-bottom: 25px;
	line-height: 1;
}
#feature #section03 .texts .cat span {
	display: inline-block;
	padding: 5px 15px;
	font-size: 14px;
	background-color: #ff5a00;
}
#feature #section03 .texts .name {
	margin-bottom: 15px;
	font-size: 42px;
	line-height: 1.2;
}
#feature #section03 .texts .name * {
	display: inline-block;
}
#feature #section03 .texts .name span {
	font-size: 28px;
}
#feature #section03 .texts .name small {
	font-size: 18px;
}
#feature #section03 .texts .color {
	margin-bottom: 30px;
}
#feature #section03 .texts .color span {
	display: inline-block;
	padding: 3px 18px;
	color: #faea01;
	font-size: 15px;
	line-height: 1.3;
	border: #faea01 solid 1px;
}
#feature #section03 .texts .imageText {
	margin-bottom: 30px;
}
#feature #section03 .texts .imageText .img {
	float: left;
	width: 46.6%;
}
#feature #section03 .texts .imageText .img img {
	width: 100%;
}
#feature #section03 .texts .imageText .txt {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	float: right;
	width: 53.4%;
	padding-left: 25px;
}
#feature #section03 .texts .imageText .txt dt {
	margin-bottom: 5px;
	font-size: 18px;
}
#feature #section03 .texts .imageText .txt dd {
	font-size: 15px;
	font-weight: normal;
}
#feature #section03 .texts .inTexts dt {
	margin-bottom: 15px;
	font-size: 22px;
}
#feature #section03 .texts .inTexts dd {
	font-size: 16px;
	line-height: 2;
}
@media only screen and (max-width:1100px) and (min-width:768px)  {
	#feature #section03 .image {
		position: static;
		width: auto;
		height: auto;
		background: none;
	}
	#feature #section03 .image img {
		display: block;
		width: 100%;
	}
	#feature #section03 .texts {
		float: none;
		width: auto;
		padding: 30px;
	}
	#feature #section03 .texts .inner {
		max-width: 800px;
		margin: 0 auto;
	}
	#feature #section03 .texts .imageText .img {
		width: 200px;
	}
	#feature #section03 .texts .imageText .txt {
		float: none;
		width: auto;
		margin-left: 240px;
		padding-left: 0;
	}
}
@media only screen and (max-width:767px) {
	#feature #section03 .image {
		position: static;
		width: auto;
		height: auto;
		background: none;
	}
	#feature #section03 .image img {
		display: block;
		width: 100%;
	}
	#feature #section03 .texts {
		float: none;
		width: auto;
		padding: 30px;
	}
	#feature #section03 .texts .inner {
		max-width: none;
	}
	#feature #section03 .texts .cat {
		margin-bottom: 5px;
	}
	#feature #section03 .texts .cat span {
		display: inline-block;
		padding: 3px 10px;
		font-size: 11px;
	}
	#feature #section03 .texts .name {
		margin-bottom: 5px;
		font-size: 20px;
	}
	#feature #section03 .texts .name span {
		font-size: 14px;
	}
	#feature #section03 .texts .name small {
		font-size: 12px;
	}
	#feature #section03 .texts .color {
		margin-bottom: 20px;
	}
	#feature #section03 .texts .color span {
		padding: 3px 8px;
		font-size: 10px;
	}
	#feature #section03 .texts .imageText {
		margin-bottom: 20px;
	}
	#feature #section03 .texts .imageText .txt {
		padding-left: 10px;
	}
	#feature #section03 .texts .imageText .txt dt {
		margin-bottom: 5px;
		font-size: 14px;
	}
	#feature #section03 .texts .imageText .txt dd {
		font-size: 12px;
	}
	#feature #section03 .texts .inTexts dt {
		margin-bottom: 10px;
		font-size: 15px;
	}
	#feature #section03 .texts .inTexts dd {
		font-size: 14px;
		line-height: 1.6;
	}
}




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


/* section05
--------------------------------------------------*/
#feature #section05 {
	padding: 80px 0;
	background: #e95605;
	background: -moz-linear-gradient(left, #e95605 0%, #f2b82c 100%);
	background: -webkit-linear-gradient(left, #e95605 0%,#f2b82c 100%);
	background: linear-gradient(to right, #e95605 0%,#f2b82c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e95605', endColorstr='#f2b82c',GradientType=1 );
}
#feature #section05 .inner {
	max-width: 1306px;
	margin: 0 auto;
}
#feature #section05 .commonBigTitle {
	margin-bottom: 40px;
}
#feature #section05 .area01 {
	margin-bottom: 70px;
	text-align: center;
}
#feature #section05 .area01 .lead01 {
	position: relative;
	margin-bottom: 40px;
	padding-bottom: 80px;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	line-height: 1.8;
}
#feature #section05 .area01 .lead01 span {
	display: inline-block;
}
#feature #section05 .area01 .lead01:before {
	position: absolute;
	bottom: 0;
	left: 50%;
	display: block;
	content: '';
	margin-left: -40px;
	border-top: #fff solid 30px;
	border-left: transparent solid 40px;
	border-right: transparent solid 40px;
}
#feature #section05 .area01 .bdrTxt * {
	position: relative;
	display: inline-block;
	padding-bottom: 2px;
	color: #fff;
	font-size: 38px;
	font-weight: bold;
	vertical-align: top;
}
#feature #section05 .area01 .bdrTxt span:before {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	content: '';
	width: 100%;
	height: 4px;
	background-color: #fff;
	opacity: 0.4;
}
#feature #section05 .imageText + .imageText {
	margin-top: 80px;
}
#feature #section05 .imageText .image {
	float: left;
	width: 48.47%;
}
#feature #section05 .imageText:nth-child(odd) .image {
	float: right;
}
#feature #section05 .imageText .texts {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	float: right;
	width: 51.53%;
	padding: 10px 40px 0;
}
#feature #section05 .imageText:nth-child(odd) .texts {
	float: left;
}
#feature #section05 .imageText .texts * {
	color: #fff;
	font-weight: bold;
}
#feature #section05 .imageText .texts .textsInner {
	max-width: 500px;
	margin-right: auto;
}
#feature #section05 .imageText:nth-child(odd) .texts .textsInner {
	margin: 0 0 0 auto;
}
#feature #section05 .imageText .texts .num {
	margin-bottom: 20px;
	line-height: 0;
}
#feature #section05 .imageText .texts dt {
	margin-bottom: 20px;
	font-size: 32px;
}
#feature #section05 .imageText .texts dd {
	font-size: 18px;
	line-height: 2;
}
@media only screen and (max-width:767px) {
	#feature #section05 {
		padding: 40px 35px;
	}
	#feature #section05 .commonBigTitle:before,
	#feature #section05 .commonBigTitle:after {
		max-width: 100%;
	}
	#feature #section05 .commonBigTitle {
		margin-bottom: 20px;
	}
	#feature #section05 .area01 {
		margin-bottom: 40px;
	}
	#feature #section05 .area01 .lead01 {
		position: relative;
		margin-bottom: 20px;
		padding-bottom: 40px;
		font-size: 14px;
	}
	#feature #section05 .area01 .lead01:before {
		margin-left: -20px;
		border-top: #fff solid 20px;
		border-left: transparent solid 20px;
		border-right: transparent solid 20px;
	}
	#feature #section05 .area01 .bdrTxt * {
		padding-bottom: 2px;
		font-size: 20px;
	}
	#feature #section05 .area01 .bdrTxt span:before {
		height: 2px;
	}
	#feature #section05 .imageText + .imageText {
		margin-top: 25px;
	}
	#feature #section05 .imageText .image {
		float: none !important;
		width: auto;
		text-align: center;
	}
	#feature #section05 .imageText .texts {
		float: none !important;
		width: auto;
		padding: 15px 0 0;
	}
	#feature #section05 .imageText .texts .textsInner {
		max-width: none;
	}
	#feature #section05 .imageText:nth-child(odd) .texts .textsInner {
		margin: 0;
	}
	#feature #section05 .imageText .texts .num {
		margin-bottom: 15px;
	}
	#feature #section05 .imageText .texts .num img {
		width: 42px;
	}
	#feature #section05 .imageText .texts dt {
		margin-bottom: 10px;
		font-size: 16px;
	}
	#feature #section05 .imageText .texts dd {
		font-size: 14px;
		line-height: 1.6;
	}
}

/* section06
--------------------------------------------------*/
#feature #section06 {
	padding: 80px 0;
	background: #0184cb;
	background: -moz-linear-gradient(left, #0184cb 0%, #25d5b0 100%);
	background: -webkit-linear-gradient(left, #0184cb 0%,#25d5b0 100%);
	background: linear-gradient(to right, #0184cb 0%,#25d5b0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0184cb', endColorstr='#25d5b0',GradientType=1 );
}
#feature #section06 .inner {
	max-width: 1050px;
	margin: 0 auto;
}

#feature #section06 .imageText + .imageText {
	margin-top: 80px;
}
#feature #section06 .imageText .image {
	float: left;
	width: 42.1%;
}
#feature #section06 .imageText:nth-child(odd) .image {
	float: right;
}
#feature #section06 .imageText .texts {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	float: right;
	width: 57.9%;
	padding: 10px 10px 0 80px;
}
#feature #section06 .imageText:nth-child(odd) .texts {
	float: left;
	padding: 10px 80px 0 10px;
}
#feature #section06 .imageText .texts * {
	color: #fff;
	font-weight: bold;
}
#feature #section06 .imageText .texts .num {
	margin-bottom: 20px;
	line-height: 0;
}
#feature #section06 .imageText .texts dt {
	margin-bottom: 20px;
	font-size: 32px;
}
#feature #section06 .imageText .texts dd {
	font-size: 18px;
	line-height: 2;
}
@media only screen and (max-width:767px) {
	#feature #section06 {
		padding: 40px 35px;
	}
	#feature #section06 .commonBigTitle:before,
	#feature #section06 .commonBigTitle:after {
		max-width: 100%;
	}
	#feature #section06 .imageText + .imageText {
		margin-top: 25px;
	}
	#feature #section06 .imageText .image {
		float: none !important;
		width: auto;
		text-align: center;
	}
	#feature #section06 .imageText .texts {
		float: none !important;
		width: auto;
		padding: 15px 0 0!important;
	}
	#feature #section06 .imageText .texts .textsInner {
		max-width: none;
	}
	#feature #section06 .imageText:nth-child(odd) .texts .textsInner {
		margin: 0;
	}
	#feature #section06 .imageText .texts .num {
		margin-bottom: 15px;
	}
	#feature #section06 .imageText .texts .num img {
		width: 42px;
	}
	#feature #section06 .imageText .texts dt {
		margin-bottom: 10px;
		font-size: 16px;
	}
	#feature #section06 .imageText .texts dd {
		font-size: 14px;
		line-height: 1.6;
	}
}



/* section07
--------------------------------------------------*/
#feature #section07 {
	padding: 80px 20px;
	background: #764d25;
	background: -moz-linear-gradient(left, #764d25 0%, #c59b6c 100%);
	background: -webkit-linear-gradient(left, #764d25 0%,#c59b6c 100%);
	background: linear-gradient(to right, #764d25 0%,#c59b6c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#764d25', endColorstr='#c59b6c',GradientType=1 );
}
#feature #section07 * {
	color: #fff;
	font-weight: bold;
}
#feature #section07 .inner {
	max-width: 910px;
	margin: 0 auto;
}
#feature #section07 .inner > * {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	border: #fff solid 6px;
	padding: 40px 35px;
}
#feature #section07 .inner .ttl {
	position: relative;
	padding: 0 50px 5px 0;
	font-size: 32px;
	border-bottom: #fff solid 4px;
}
#feature #section07 .inner .ttl:before {
	position: absolute;
	display: block;
	content: '';
	top: 5px;
	right: 15px;
	display: block;
	content: '';
	width: 40px;
	height: 37px;
	background-repeat: no-repeat;
	background-position: center center;
}
#feature #section07 .inner dl {
	margin-top: 35px;
}
#feature #section07 .inner dt {
	margin-bottom: 3px;
	font-size: 22px;
}
#feature #section07 .inner dd {
	font-size: 18px;
}
#feature #section07 .left {
	float: left;
	width: 41.76%;
}
#feature #section07 .left .ttl:before {
	background-image: url(../../images/feature/index/sec07_icon01.png);
}
#feature #section07 .right {
	float: right;
	width: 56.04%;
}
#feature #section07 .right .ttl:before {
	background-image: url(../../images/feature/index/sec07_icon02.png);
}
#feature #section07 .right dd,
#feature #section07 .right dd * {
	color: #faea01;
}
@media only screen and (max-width:767px) {
	#feature #section07 {
		padding: 40px 35px;
	}
	#feature #section07 .commonBigTitle:before,
	#feature #section07 .commonBigTitle:after {
		max-width: 100%;
	}
	#feature #section07 .inner > * {
		float: none !important;
		width: auto !important;
		border: #fff solid 4px;
		padding: 20px;
	}
	#feature #section07 .inner .ttl {
		padding: 0 30px 5px 0;
		font-size: 20px;
		border-bottom: #fff solid 3px;
	}
	#feature #section07 .inner .ttl:before {
		top: 50%;
		right: 0;
		width: 30px;
		height: 37px;
		margin-top: -20px;
		background-size: 100% auto;
	}
	#feature #section07 .inner dl {
		margin-top: 25px;
	}
	#feature #section07 .inner dt {
		margin-bottom: 3px;
		font-size: 18px;
	}
	#feature #section07 .inner dd {
		font-size: 14px;
	}
	#feature #section07 .right {
		margin-top: 20px;
	}
}




/* section08
--------------------------------------------------*/
#feature #section08 {
	padding: 80px 25px;
	background: #e30113;
	background: -moz-linear-gradient(left, #e30113 0%, #ff5900 100%);
	background: -webkit-linear-gradient(left, #e30113 0%,#ff5900 100%);
	background: linear-gradient(to right, #e30113 0%,#ff5900 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e30113', endColorstr='#ff5900',GradientType=1 );
}
#feature #section08 .inner {
	max-width: 940px;
	margin: 0 auto;
}
#feature #section08 .inner * {
	color: #000;
	font-weight: bold;
}
#feature #section08 .imageText .inTb {
	display: table;
	width: 100%;
	max-width: 810px;
	margin-left: auto;
}
#feature #section08 .imageText + .imageText {
	margin-top: 70px;
}
#feature #section08 .imageText:nth-child(odd) .inTb {
	margin-right: auto;
}
#feature #section08 .imageText .inTb > * {
	display: table-cell;
	vertical-align: middle;
}
#feature #section08 .imageText .image {
	width: 23.46%;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}
#feature #section08 .imageText .texts {
	width: 76.56%;
	padding: 30px;
	background-color: #fff;
}
#feature #section08 .imageText .texts .ttl {
	margin-bottom: 25px;
	font-size: 22px;
}
#feature #section08 .imageText .texts .cats > * {
	display: inline-block;
	vertical-align: middle;
}
#feature #section08 .imageText .texts .cats .cat {
	margin-right: 20px;
	padding: 3px 10px;
	color: #fff;
	font-size: 14px;
	background-color: #e30013;
}
#feature #section08 .imageText .texts .cats .name {
	font-size: 22px;
}
#feature #section08 .imageText .texts .cats .name small {
	font-size: 16px;
}
#feature #section08 .imageText .texts .info {
	text-align: right;
}
#feature #section08 .imageText .texts .info span {
	display: inline-block;
	padding: 3px 20px;
	color: #fff;
	font-size: 18px;
	background-color: #000;
}
#feature #section08 .imageText:nth-child(1) .image {
	background-image: url(../../images/feature/index/sec08_img05.jpg);
}
#feature #section08 .imageText:nth-child(2) .image {
	background-image: url(../../images/feature/index/sec08_img06.jpg);
}
#feature #section08 .imageText:nth-child(3) .image {
	background-image: url(../../images/feature/index/sec08_img08.jpg);
}
#feature #section08 .imageText:nth-child(4) .image {
	background-image: url(../../images/feature/index/sec08_img09.jpg);
}
#feature #section08 .imageText:nth-child(5) .image {
	background-image: url(../../images/feature/index/sec08_img10.jpg);
}
#feature #section08 .inPageBtn a {
	color: #e30013;
}
#feature #section08 .inPageBtn a:after {
	border-left-color: #e30013;
}
@media only screen and (max-width:767px) {
	#feature #section08 {
		padding: 40px 25px;
	}
	#feature #section08 .imageText .inTb {
		margin-left: 0;
	}
	#feature #section08 .imageText + .imageText {
		margin-top: 20px;
	}
	#feature #section08 .imageText:nth-child(odd) .inTb {
		margin-right: 9;
	}
	#feature #section08 .imageText .image {
		width: 29%;
	}
	#feature #section08 .imageText .texts {
		width: 71%;
		padding: 15px 0 10px 15px;
	}
	#feature #section08 .imageText .texts .ttl {
		margin-bottom: 10px;
		font-size: 13px;
	}
	#feature #section08 .imageText .texts .cats .cat {
		margin-right: 8px;
		padding: 2px 5px;
		font-size: 11px;
	}
	#feature #section08 .imageText .texts .cats .name {
		font-size: 11px;
	}
	#feature #section08 .imageText .texts .cats .name small {
		font-size: 8px;
	}
	#feature #section08 .imageText .texts .info {
		margin-top: 15px;
	}
	#feature #section08 .imageText:nth-child(2n) .texts .info {
		margin-left: -15px;
		text-align: left;
	}
	#feature #section08 .imageText .texts .info span {
		padding: 3px 10px;
		font-size: 10px;
	}
	#feature #section08 .imageText:nth-child(1) .image {
		background-image: url(../../images/feature/index/_sp/sec08_img01.jpg);
	}
	#feature #section08 .imageText:nth-child(2) .image {
		background-image: url(../../images/feature/index/_sp/sec08_img02.jpg);
	}
	#feature #section08 .imageText:nth-child(3) .image {
		background-image: url(../../images/feature/index/_sp/sec08_img03.jpg);
	}
	#feature #section08 .imageText:nth-child(4) .image {
		background-image: url(../../images/feature/index/_sp/sec08_img04.jpg);
	}
}


/*--------------------------------------------------
 feature_e-learning
--------------------------------------------------*/
#feature_e-learning #section01 {
	position: relative;
}
#feature_e-learning #section01 .sttl {
	position: relative;
	max-width: 1000px;
	margin: 0 auto 45px;
	padding: 26px 0;
	color: #fff;
	font-size: 42px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}
#feature_e-learning #section01 .sttl small {
	display: block;
	margin: 3px 0 5px;
	font-size: 18px;
}
#feature_e-learning #section01 .sttl:before,
#feature_e-learning #section01 .sttl:after {
	position: absolute;
	left: 0;
	display: block;
	content: '';
	width: 100%;
	height: 14px;
	background: url(../../images/top_pc/border.png) no-repeat center top;
}
#feature_e-learning #section01 .sttl:before {
	top: 0;
}
#feature_e-learning #section01 .sttl:after {
	bottom: 0;
}
#feature_e-learning #section01 .sttl {
	margin-bottom: 0;
	z-index: 3;
}
#feature_e-learning #section01 .sttl:before,
#feature_e-learning #section01 .sttl:after {
	opacity: 0;
}
#feature_e-learning #section01 .abs {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}
#feature_e-learning #section01 .abs .sttl > * {
	opacity: 0;
}
#feature_e-learning #section01 .abs .sttl:before,
#feature_e-learning #section01 .abs .sttl:after {
	opacity: 1;
}
#feature_e-learning #section01 .btns {
	position: relative;
	padding: 115px 0 50px;
	text-align: center;
	line-height: 0;
	z-index: 3;
}
#feature_e-learning #section01 .btns li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0 39px;
}
#feature_e-learning #section01 .btns li p {
	margin-bottom: 10px;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.68;
	text-align: center;
}
#feature_e-learning #section01 .charas {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 2;
}
#feature_e-learning #section01 .charas .charasInner {
	position: relative;
	max-width: 1306px;
	margin: 0 auto;
}
#feature_e-learning #section01 .charas .charasInner > div {
	position: absolute;
	bottom: 0;
}
#feature_e-learning #section01 .charas .chara01 {
	left: 50%;
	margin-left: -570px;
}
#feature_e-learning #section01 .charas .chara02 {
	left: 50%;
	margin-left: -140px;
}
#feature_e-learning #section01 .charas .chara03 {
	right: -55px;
}
#feature_e-learning #section01_sp {
	display: none;
}
#feature_e-learning #section01 .lead {
	position: relative;
	max-width: 880px;
	margin: 0 auto;
	padding-bottom: 60px;
	z-index: 5;
	/*text-shadow:0px 0px 1px #565656,0 0 5px #565656,0 0 10px #565656,0 0 15px #565656,0 0 20px #565656,0 0 30px #565656,0 0 40px #565656;*/
}
@media only screen and (max-width:1180px) {
	#feature_e-learning #section01 {
		display: none;
	}

	#feature_e-learning #section01_sp {
		display: block;
		margin-top: 0;
	}

	/* sttl */
	#feature_e-learning #section01_sp .sttl {
		position: relative;
		margin: 0 auto 20px;
		padding: 22px 0;
		color: #fff;
		font-size: 20px;
		font-weight: bold;
		line-height: 1.3;
		text-align: center;
	}
	#feature_e-learning #section01_sp .sttl:before,
	#feature_e-learning #section01_sp .sttl:after {
		position: absolute;
		left: 50%;
		display: block;
		content: '';
		width: 100%;
		max-width: 265px;
		margin-left: -133px;
		height: 9px;
		background: url(../../images/top_sp/border.png) no-repeat center center;
		background-size: 100% auto;
	}
	#feature_e-learning #section01_sp .sttl:before {
		top: 0;
	}
	#feature_e-learning #section01_sp .sttl:after {
		bottom: 0;
	}
	#feature_e-learning #section01_sp .sttl small {
		display: block;
		margin-bottom: 5px;
		font-size: 9px;
		font-weight: bold;
	}
	#feature_e-learning #section01_sp .sttl {
		z-index: 3;
	}
	#feature_e-learning #section01_sp .sttl:before,
	#feature_e-learning #section01_sp .sttl:after {
		opacity: 0;
	}
	#feature_e-learning #section01_sp .abs {
		position: absolute;
		top: 80px;
		left: 0;
		width: 100%;
		z-index: 1;
	}
	#feature_e-learning #section01_sp .abs .sttl > * {
		opacity: 0;
	}
	#feature_e-learning #section01_sp .abs .sttl:before,
	#feature_e-learning #section01_sp .abs .sttl:after {
		opacity: 1;
	}
	#feature_e-learning #section01_sp ul {
		position: relative;
		z-index: 2;
	}
	#feature_e-learning #section01_sp li {
		position: relative;
	}
	#feature_e-learning #section01_sp li:before {
		position: absolute;
		display: block;
		content: '';
		background-size: 100% auto;
		z-index: 1;
	}
	#feature_e-learning #section01_sp li + li {
		margin-top: 25px;
	}
	#feature_e-learning #section01_sp .box {
		position: relative;
		max-width: 220px;
		margin: 0 auto;
		z-index: 2;
	}
	#feature_e-learning #section01_sp .box p {
		margin-bottom: 5px;
		color: #fff;
		text-align: center;
	}
	#feature_e-learning #section01_sp .box p > span > span {
		display: table-cell;
		color: #fff;
		font-size: 18px;
		text-align: center;
		font-weight: bold;
		vertical-align: middle;
	}
/*	#feature_e-learning #section01_sp li:nth-child(1):before {
		top: -87px;
		left: -35px;
		width: 170px;
		height: 400px;
		background-image: url(../../images/top_sp/sec02_chara01.png);
	}
	#feature_e-learning #section01_sp li:nth-child(2):before {
		top: -74px;
		right: -35px;
		width: 198px;
		height: 548px;
		background-image: url(../../images/top_sp/sec02_chara02.png);
	}
	#feature_e-learning #section01_sp li:nth-child(3) {
		padding-bottom: 40px;
	}
	#feature_e-learning #section01_sp li:nth-child(3):before {
		bottom: 0;
		left: -35px;
		width: 275px;
		height: 328px;
		background-image: url(../../images/top_sp/sec02_chara03.png);
	}*/
	#feature_e-learning #section01_sp .lead {
		margin-top: 30px;
	}
}

@media only screen and (max-width:767px) {
	#feature_e-learning #section01_sp .abs {
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
		top: 40px;
		padding: 0 35px;
	}
}





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


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




/*--------------------------------------------------
feature_adviser
--------------------------------------------------*/

.feature-adviser {
  max-width: 880px;
  margin: 0 auto 60px;
}

.feature-adviser__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background-color: white;
  gap: 30px;
}

.feature-adviser__heading {
  margin-bottom: 30px;
  font-size: 30px;
}

.feature-adviser__text {
  padding: 30px 0 30px 30px;
}

.feature-adviser__heading span {
  color: #f15c55;
}

.feature-adviser__name {
  margin-bottom: 20px;
}

.feature-adviser__name span {
  font-size: 28px;
  font-weight: 700;
}

.feature-adviser__photo {
  position: relative;
}

.feature-adviser__photo img {
  object-fit: cover;
  position: absolute; 
  width: 100%;
  height: 100%;
}

.feature-adviser__intro {
  margin-top: 20px;
  background: #fff;
  padding: 30px;
  border: 4px solid #f15c55;
}

.feature-adviser__intro--q {
  color: #f15c55;
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 20px;
}

@media only screen and (max-width:767px) {
  .feature-adviser__inner {
    grid-template-columns: 1fr;
    gap: 0px;
  }

  .feature-adviser__photo {
    order: -1;
    height: 450px;
  }

  .feature-adviser__text {
    padding: 30px;
  }
}

.feature-manager {
    color: #fff;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.feature-manager__name {
    font-weight: bold;
    margin-bottom: 10px;
}

.feature-manager__name span {
    font-size: 28px;
}

.feature-manager__text {
    font-weight: bold;
}

.feature-manager__text span {
    font-size: 20px;
}

@media only screen and (max-width:767px) {
  .feature-manager {
      grid-template-columns: 1fr;
  ]
}

/* 20240829 追加 */
#feature #section08 .imageText .texts {
	padding: 30px;
}
#feature #section08 .imageText:nth-child(1) .image {
	background-image: url(../../images/feature/index/sec08_img05.jpg);
}
#feature #section08 .imageText:nth-child(2) .image {
	background-image: url(../../images/feature/index/sec08_img06.jpg);
}
#feature #section08 .imageText:nth-child(3) .image {
	background-image: url(../../images/feature/index/sec08_img08.jpg);
}
#feature #section08 .imageText:nth-child(4) .image {
	background-image: url(../../images/feature/index/sec08_img09.jpg);
}
#feature #section08 .imageText:nth-child(5) .image {
	background-image: url(../../images/feature/index/sec08_img10.jpg);
}
@media only screen and (max-width:767px) {
	#feature #section08 .imageText .texts {
		padding: 15px;
	}
}
@media only screen and (max-width:767px) {
	#feature #section08 {
		padding: 40px 25px;
	}
	#feature #section08 .imageText:nth-child(1) .image {
		background-image: url(../../images/feature/index/_sp/sec08_img05.jpg);
	}
	#feature #section08 .imageText:nth-child(2) .image {
		background-image: url(../../images/feature/index/_sp/sec08_img06.jpg);
	}
	#feature #section08 .imageText:nth-child(3) .image {
		background-image: url(../../images/feature/index/_sp/sec08_img08.jpg);
	}
	#feature #section08 .imageText:nth-child(4) .image {
		background-image: url(../../images/feature/index/_sp/sec08_img09.jpg);
	}
    #feature #section08 .imageText:nth-child(5) .image {
		background-image: url(../../images/feature/index/_sp/sec08_img10.jpg);
	}
}