@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);


#no01,
#no02,
#no03,
#no04,
#no05 {
	margin-top: -100px;
	padding-top: 100px;
}
sup{
	font-size: 0.7em;
}
/* maintitle */

#subjttl {
	position: relative;
	color: #fff;
}


#subjttl.design {
	background: #54b184;
}

#subjttl.food {
	background: #f18e1d;
}

#subjttl.child,
#subjttl.children {
	background: #ed7c9c;
}


#subjttl #bread a {
	color: #fff;
}

#subjttl .intobox {
	position: relative;
	overflow: hidden;
	zoom:1;
	margin: 20px 0 0;
}


#subjttl .intobox .ttlbox {
	width: 350px;
	position: absolute;
	top: 50%;
	left: 20%;
	transform: translateY(-50%);
	text-align: justify;
	text-justify: inter-ideograph;
}

/* note */
@media screen and (max-width: 1280px){
	
	#subjttl .intobox .ttlbox {
		position: static;
		transform: none;
		width: 40%;
		float: left;
		padding-left: 7%;
	}
}

#subjttl .intobox .ttlbox .sbjttl {
	text-align: center;
	border-bottom: 1px solid #fff;
	padding: 0 0 20px;
	margin: 0 0 20px;
	font-size: 2.7em;
	line-height: 1.0;
}

#subjttl .intobox .ttlbox .sbjttl span {
	display: block;
	text-align: center;
	margin: 0 0 15px;
	font-size: 0.5em;
}

#subjttl .intobox .ttlbox .selects {
	text-align: center;
	margin: 0 0 20px;
}

#subjttl .intobox .ttlbox .selects li {
	width: 48%;
	text-align: center;
	background: #fff;
	padding: 5px 0 7px;
	display: inline-block;
	vertical-align: top;
	font-size: 1.3em;
	line-height: 1.0;
}

#subjttl .intobox .ttlbox .selects li:nth-child(2) {
	margin-left: 2%;
}

#subjttl.design .intobox .ttlbox .selects li {
	color: #54b184;
}


#subjttl .intobox .ttlbox .texts {
	font-size: 1.4em;
	line-height: 1.6;
}


#subjttl .intobox #slide {
	width: 50%;
	float: right;
}

#subjttl #slide li img {
	width: 100%;
}


/* catchbox */

#container .catchbox {
	padding: 40px 0 0;
	margin: 0 0 40px;
	text-align: center;
	line-height: 1.0;
}


#container .catchbox .fst {
	text-align: center;
	line-height: 1.0;
	margin: 0 0 20px;
}

#container .catchbox .fst span {
	padding: 0 0 5px;
	font-weight: 500;
}

#container .catchbox .fst span.design {
	border-bottom: 1px solid #54b184;
}

#container .catchbox .fst span.food {
	border-bottom: 1px solid #f18e1d;
}

#container .catchbox .fst span.child,
#container .catchbox .fst span.children {
	border-bottom: 1px solid #ed7c9c;
}


#container .catchbox .thd {
	text-align: center;
	font-size: 0.85em;
	margin: 20px 0 0;
}

/* p_title  */

#container .p_title {
	padding: 65px 0 0;
	margin: 0 0 40px;
}

#container .p_title.design {
	background: url("../image/subject/design/descussion/ttl_bg.jpg") left bottom no-repeat;
	margin: 0 0 50px;
	padding: 65px 0;
}

#container .p_title.food {
	background: url("../image/subject/food/descussion/ttl_bg.jpg") left bottom no-repeat;
	margin: 0 0 50px;
	padding: 65px 0;
}

#container .p_title.children {
	background: url("../image/subject/child/descussion/ttl_bg.jpg") left bottom no-repeat;
	margin: 0 0 50px;
	padding: 65px 0;
}

#container .p_title h1 {
	display: inline-block;
	font-size: 2.4em;
	position: relative;
	font-weight: 400;
	padding: 0 0 30px;
	letter-spacing: 0.05em;
	line-height: 1.2;
}

#container .p_title h1 span {
	font-size: 0.5em;
}


#container .p_title h1:after {
	background: #595757;
	width: 50px;
	height: 1px;
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}


#container .dis_ttl01 {
	text-align: center;
	margin: 0 0 40px;
}


#container .dis_lead {
	text-align: center;
	margin: 0 0 60px;
}

#container .dis_main {
	text-align: center;
	margin: 0 0 60px;
}

/*-------------------------------------------------------------------
	top
-------------------------------------------------------------------*/

#contwrap {
	overflow: hidden;
	zoom:1;
}

/* contents */

#contwrap #contents {
	width: 700px;
	float: left;
	text-align: justify;
	text-justify: inter-ideograph;
}

#contwrap.food #contents {
	border-top: 1px solid #f18e1d;
}

#contwrap.design #contents {
	border-top: 1px solid #54b184;
}

#contwrap.child #contents,
#contwrap.children #contents {
	border-top: 1px solid #ed7c9c;
}

#contwrap #contents.none {
	border-top: none !important;
} 


#contents .pickup {
	padding-top: 30px;
	overflow: hidden;
	zoom:1;
}

.food #contents .pickup {
	border-bottom: 2px solid #f18e1d;
}
.design #contents .pickup {
	border-bottom: 2px solid #54b184;
}

.child #contents .pickup,
.children #contents .pickup {
	border-bottom: 2px solid #ed7c9c;
}

#contents .pickup .news {
	width: 450px;
	float: left;
}

#contents .pickup .news .subt {
	line-height: 1.0;
	font-weight: 500;
	margin: 0 0 40px;
	font-size: 2.0em;
	letter-spacing: 0.1em;
}


#contents .pickup .news dl {
	overflow: hidden;
	zoom:1;
	margin: 0 0 20px;
	line-height: 1.4;
}

#contents .pickup .news dl:last-child {
	margin: 0;
}

#contents .pickup .news dl dt {
	float:left;
}

#contents .pickup .news dl dd {
	margin-left: 75px;
}

#contents .pickup .news dl dd a {
	text-decoration: underline;
}

#contents .pickup .news dl dd a:hover {
	text-decoration: none;
}

#contents .pickup .listup {
	width: 215px;
	float: right;
}


#contents .pickup .listup figure img {
	max-width: 100%;
}

#contents .pickup .listup dl {
	margin: 20px  0 0;
	text-align: center;
	font-size: 0.85em;
	line-height: 1.0;
}

#contents .pickup .listup dl dt {
	margin: 0 0 10px;
}


#contents .pickup .listup dl dd a {
	text-decoration: underline;
}

#contents .pickup .listup dl dd a:hover {
	text-decoration: none;
}

#container #contents .topback {
	margin: 30px 0 0;
}

#container #contents .topback a {
	display: inline-block;
	line-height: 1.0;
	border: 1px solid #595757;
	color: #595757;
	text-decoration: none;
	position: relative;
	padding: 15px 50px 15px 40px;
	width: auto;
	background: url("../image/common/arrow01.png") 97% center no-repeat;
}


/* 企業や地域で活躍するための4つの科目群_2205 */

.four{
	display: flex;
	flex-wrap: wrap;
}
.four div{
	width: 48%;
}
.four div:nth-child(even){
	margin-left: 4%;
}
.four div:nth-child(n + 3) {
	margin-top: 30px;
}

.four div dt{
	font-size: 1.2em;
	color: #fff;
	background: #53b989;
	box-sizing: border-box;
	padding: 3px 10px 3px;
	line-height: 1.2;
	margin-bottom: 10px;
}
.kome{
	font-size: 0.9em;
}

.four div dd a {
	color: #53b989;
}


.dstrd .ttl07{
	font-size: 1.2em;
	font-weight: 400;
	margin: 0 0 20px;
	text-align: center;
	line-height: 1.6;
}
.dstrd .steptitle{
	font-size: 1.3em;
	color: #53b989;
	text-align: center;
	border: solid 2px #53b989;
	background-color: #fff;
	margin-bottom: 30px;
	font-weight: 400;
}
.dstrd .step{
}
.dstrd .step .inbox{
	display: flex;
	width: 100%;
	margin-bottom: 50px;
}
.dstrd .step .inbox .left{
	width: 15%;
	background-color: #53b989;
	text-align: center;
	position: relative;
}
.dstrd .step .inbox .left li{
	font-size: 1.2em;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-align: center;
	display: inline-block;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	height: 100%;
}
.dstrd .step .inbox .right {
	width: 82%;
	margin-left: 3%;
}
.dstrd .step .inbox .right li{
	font-size: 1.1em;
	background-color: #fff;
	margin-bottom: 50px;
	box-sizing: content-box;
	padding: 10px;
	text-align: center;
	position: relative;
}
.dstrd .step .inbox .right li span{
	font-size: 1.2em;
}
.dstrd .step .inbox .right li:after{
	content: "";
	background: url("../image/subject/design/feature/arrow.png") no-repeat;
	width: 15px;
	height: 20px;
	display: inline-block;
	position: absolute;
	left: 50%;
	transform: translateY(-50%);
	bottom: -45px;
}
.dstrd .step .inbox .right .last:after{
	content:none;
}
.dstrd .step .inbox .right li:last-child{
	margin-bottom: 0;
}

.dstrd .white .mini{
	font-size: 0.7em !important;
	border-bottom: none !important;
}



/* 教員＆在学生座談会 */

#discussion {
	padding: 30px 40px 50px;
}


.design #discussion {
	background: #d0e5d7;
}

.food #discussion {
	background: #fce8d2;
}

.children #discussion {
	background: #fbe5eb;
}


#discussion .mttl {
	text-align: center;
	margin: 0 0 10px;
}

#discussion .mttl span {
	position: relative;
	display: inline-block;
	padding: 15px 20px;
	background: #231815;
	color: #fff;
	font-size: 1.15em;
	line-height: 1.2;
	border-radius: 10px;
}

#discussion .mttl span:after {
	border-style: solid;
	border-width: 10px 5px 0 5px;
	border-color: #231815 transparent transparent transparent;
	content: '';
	position: absolute;
	left: 50%;
	bottom: -10px;
	transform: translateX(-50%);
}


#discussion .same01,
#discussion .same02 {
	overflow: hidden;
	zoom:1;
}

#discussion .human {
	width: 110px;
	text-align: center;
	line-height: 1.0;
}

#discussion .human.twn {
	margin-right: 10px;
}


#discussion .human dd {
	margin: 10px 0 0;
}

.design #discussion .human dd {
	color: #53b989;
}

.food #discussion .human dd {
	color: #f18e1d;
}
.children #discussion .human dd {
	color:#ed7c9c
}

#discussion .same01 .human {
	float: left;
}

#discussion .same02 .human {
	float: right;
}

#discussion .texts {
	width: 490px;
	padding: 30px 0 0;
	position: relative;
}

#discussion .texts.ext {
	width: 370px;
	padding: 30px 0 0;
	position: relative;
}



#discussion .texts .box {
	background: #fff;
	border-radius: 20px;
	padding: 20px;
	line-height: 1.6;
}

#discussion .texts .box span {
	font-size: 0.75em;
}

#discussion .same01 .texts {
	float: right;
}
#discussion .same02 .texts {
	float: left;
}

#discussion .same01 .texts:before {
	background: url("../image/subject/common/icon01.png") left top no-repeat;
	width: 30px;
	height: 30px;
	content: '';
	position: absolute;
	top: 18px;
	left: -18px;
}
#discussion .same02 .texts:before {
	background: url("../image/subject/common/icon02.png") left top no-repeat;
	width: 30px;
	height: 30px;
	content: '';
	position: absolute;
	top: 18px;
	right: -15px;
}

#discussion .special {
	width: 490px;
	float: right;
	padding: 0 0 40px;
	line-height: 1.6;
	font-size: 0.9em;
}




#discussion .linklist {
	text-align: center;
	line-height: 1.0;
	clear: both;
}



#discussion .linklist li {
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
}


#discussion .linklist li:last-child {
	margin-right: 0;
}


#discussion .linklist li a {
	display: inline-block;
	width: 30px;
	padding: 8px 0;
	text-align: center;
	color: #898989;
	border: 1px solid #898989;
}


#discussion .linklist li a:hover,
#discussion .linklist li.current a {
	text-decoration: none;
	background: #898989;
	color: #fff;
}


/* curriculum */

#curriculum {
	padding: 20px 0 30px;
}


#curriculum .img01 {
	text-align: right;
	margin: 0 0 10px;
}


#curriculum .scroll {
	width: 100%;
	overflow-x: auto;
	padding: 0 0 10px;
}

#curriculum .scroll .bigimg {
	width: 1000px;
}

#curriculum .scroll .bigimg img {
	width: 100%;
}


#curriculum .caution {
	text-align: right;
	margin: 10px 0 20px;
}

#curriculum .scicon {
	text-align: center;
	margin: 0 0 40px;
}


#curriculum .subt {
	line-height: 1.0;
	margin: 0 0 40px;
}

#curriculum .subt span {
	border-bottom: 1px solid #494645;
	padding: 0 0 10px;
	font-size: 1.3em;
	font-weight: 500;
}


#curriculum .same {
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	zoom:1;
	padding: 0 0 10px;
}


#curriculum .same .box {
	width: 325px;
	margin: 0 0 40px;
}

#curriculum .same .box:nth-child(even) {
	float: right;
}

#curriculum .same .box img {
	max-width: 100%;
}

#curriculum .same .box dl {
	margin: 15px 0 0;
	line-height: 1.6;
}

#curriculum .same .box dl dt {
	line-height: 1.0;
	margin: 0 0 10px;
}
#curriculum .same .box dl dt ul li {
	display: inline-block;
	vertical-align: middle;
	font-size: 1.2em;
}


#curriculum .same .box dl dt ul li:last-child {
	margin-left: 10px;
}

#curriculum .same .box dl dt ul li span {
	display: inline-block;
	width: 30px;
	padding: 7px 0;
	text-align: center;
	color: #fff;
}


#curriculum .same .box dl dd span,
#curriculum .same .box dl dd.sml {
	font-size: 0.75em;
}


.design #curriculum .same .box dl dt {
	color: #53b989;
}

.design #curriculum .same .box dl dt ul li span {
	background: #53b989;
}

.food #curriculum .same .box dl dt {
	color: #f18e1d;
}

.food #curriculum .same .box dl dt ul li span {
	background: #f18e1d;
}

.children #curriculum .same .box dl dt {
	color: #ed7c9c;
}

.children #curriculum .same .box dl dt ul li span {
	background: #ed7c9c;
}

#curriculum .recom {
	padding: 40px;
}

#curriculum .recom a {
	text-decoration: underline;
}

#curriculum .recom a:hover {
	text-decoration: none;
}

.design #curriculum .recom {
	background: #ebf5ec;
}

.food #curriculum .recom {
	background: #fdeedd;
}

.children #curriculum .recom {
	background: #fcebf0;
}

#curriculum .recom .ttl01 {
	line-height: 1.0;
	margin: 0 0 20px;
}

#curriculum .recom .ttl01 span {
	border-bottom: 2px solid #231815;
	padding: 0 0 10px;
}

#curriculum .recom .ttl02 {
	line-height: 1.4;
	font-weight: 500;
	font-size: 1.3em;
	margin: 0 0 40px;
}

#curriculum .recom .ttl03 {
	line-height: 1.0;
	font-weight: 500;
	font-size: 1.15em;
	margin: 0 0 10px;
}


#curriculum .recom .txt dt {
	font-size: 1.05em;
	font-weight: 400;
}

.design #curriculum .recom .txt dt {
	color: #53b989;
}

.food #curriculum .recom .txt dt {
	color: #f18e1d;
}

.children #curriculum .recom .txt dt {
	color: #ed7c9c;
}


#curriculum .recom .same02 {
	position: relative;
	padding-right: 130px;
}

#curriculum .recom .same02 .human {
	position: absolute;
	right: 0;
	bottom: 0;
}


/* 資格・就職 */

#qualification {
	padding: 60px 0 30px;
}

#qualification a {
	text-decoration: underline;
}


#qualification a:hover {
	text-decoration: none;
}

 #qualification .mainttl {
	line-height: 1.6;
	text-align: left;
	color: #595757;
	font-size: 1.6em;
	padding: 0;
	font-weight: 500;
	margin: 0 0 20px;
}

#qualification .ttl01 {
	line-height: 1.0;
	text-align: center;
	color: #fff;
	font-size: 1.3em;
	padding: 7px 0;
	margin: 0 0 20px;
}

.design #qualification .ttl01 {
	background: #53b989;
}

.children #qualification .ttl01 {
	background: #ed7c9c;
}

#qualification .ttl02 {
	line-height: 1.0;
	font-size: 1.2em;
	padding: 0 0 10px;
	margin: 0 0 10px;
	border-bottom: 1px solid #231815;
	font-weight: 500;
}

#qualification .ttl02 span {
	display: inline-block;
	margin-left: 10px;
}


#qualification .ttl02 span.pink01 {
	background: #e3007f;
	color: #fff;
	padding: 5px 10px;
	font-size: 0.85em;
}

#qualification .ttl02 span.pink02 {
	color: #e3007f;
	font-weight: 400;
}

#qualification .iconbox {
	 overflow: hidden;
	 zoom:1;
	 margin: 0 0 30px;
}

#qualification .iconbox .text {
	width: 500px;
	float: left;
}


#qualification .iconbox .text dt {
	font-size: 1.3em;
	line-height: 1.6;
	margin: 0 0 10px;
	color: #ed7c9c;
	font-weight: 500;
}

#qualification .iconbox .icon {
	float: right;
}


#qualification .lead {
	margin: 0 0 40px;
}

#qualification .lead dt {
	font-size: 1.2em;
	line-height: 1.2;
	margin: 0 0 10px;
	padding: 0 0 0 10px;
}

.design #qualification .lead dt {
	color: #53b989;
	border-left: 7px solid #53b989;
}

.food #qualification .lead dt {
	color: #f18e1d;
	padding: 0;
	font-size: 1.3em;
}


#qualification .faq {
	margin: 0 0 40px;
	background: #f18e1d;
	padding: 40px;
	color: #fff;
}

#qualification .faq .title {
	margin: 0 0 20px;
	color: #f18e1d;
	background: #fff;
	font-size: 1.3em;
	line-height: 1.0;
	text-align: center;
	padding: 10px 0;
}


#qualification .faq .qa {
	border-bottom: 2px dotted #fff;
	padding: 0 0 20px;
	margin: 0 0 20px;
}

#qualification .faq .qa.end {
	border-bottom: none;
	padding: 0;
	margin: 0;
}

#qualification .faq .qa dt {
	font-size: 1.2em;
	font-weight: 500;
	padding:2px 0 5px 35px;
	background: url("../image/subject/food/qualification/q_icon.png") left top no-repeat;
	margin: 0 0 15px;
	line-height: 1.4;
}

#qualification .faq .qa dd {
	background: url("../image/subject/food/qualification/a_icon.png") left top no-repeat;
	padding-left: 35px;
}


#qualification .small {
	font-size: 0.85em;
}

#qualification .pinky {
	color: #e3007f;
}

#qualification .thdbox {
	margin: 0 0 30px;
	overflow: hidden;
	zoom:1;
}

#qualification .thdbox .clist {
	width: 33%;
	float: left;
}
#qualification .thdbox .clist li{
	text-align: left;
}

#qualification .secbox {
	margin: 0 0 50px;
	overflow: hidden;
	zoom:1;
}


#qualification .secbox .clist {
	width: 50%;
	float: left;
}

#qualification .clist li {
	position: relative;
	padding-left: 15px;
	line-height: 1.4;
	margin: 0 0 7px;
}

#qualification .clist li span {
	letter-spacing: -0.1em;
}

#qualification .clist li:last-child {
	margin: 0;
}

#qualification .clist li:before {
	position: absolute;
	top: 6px;
	left: 0;
	width: 10px;
	height: 10px;
	background: #231815;
	content: '';
}

#qualification .slidein {
	padding: 0 10px;
	position: relative;
	margin: 0 0 40px;
}


.design #qualification .bx-wrapper .bx-prev {
 	background: url("../image/subject/common/d_before.png") left top no-repeat;
	z-index:999;
	width: 32px;
  height: 32px;
	left: -10px;
	
}

.design #qualification .bx-wrapper .bx-next {
 	background: url("../image/subject/common/d_next.png") left top no-repeat;
	z-index:999;
	width: 32px;
  height: 32px;
	right:-10px;
}

#qualification .voicebox {
	
}

#qualification .voicebox dt {
	text-align: center;
	padding: 20px;
}

.design #qualification .voicebox {
	border: 1px solid #53b989;
}
.design #qualification .voicebox dt  {
	border-bottom: 1px solid #53b989;	
}

.food #qualification .voicebox {
	border: 1px solid #f18e1d;
}
.food #qualification .voicebox dt  {
	border-bottom: 1px solid #f18e1d;	
	padding: 0 20px 20px;
}

#qualification .voicebox dd {
	padding: 30px;
}

#qualification .voicebox dd .subttl01 {
	line-height: 1.0;
	margin: 0 0 10px;
}

#qualification .voicebox dd .subttl01 span {
	display: inline-block;
	background: #231815;
	color: #fff;
	padding: 7px 10px;
}

#qualification .voicebox dd .subttl02 {
	line-height: 1.4;
	margin: 0 0 10px;
	font-weight: 400;
	font-size: 1.2em;
}

#qualification .voicebox dd .fdttl {
	line-height: 1.4;
	margin: 0 0 10px;
	font-weight: 400;
	font-size: 1.2em;
	color: #f18e1d;
}

#qualification .voicebox dd .subttl03 {
	line-height: 1.0;
	margin: 0 0 15px;
	font-weight: 400;
	color: #53b989;
	border-bottom: 1px solid #53b989;
	padding: 0 0 10px;
}

#qualification .voicebox dd .name {
	text-align: right;
	margin: 0 0 10px;
	font-size: 0.75em;
	line-height: 1.0;
}

#qualification .voicebox dd .name span {
	font-size: 1.2em;
}

#qualification .voicebox dd .same {
	overflow: hidden;
	zoom:1;
	margin: 0 0 30px;
}

#qualification .voicebox dd .same .photo {
	float: left;
}

#qualification .voicebox dd .same .text {
	margin-left: 330px;
}

#qualification .voicebox dd .same02 {
	overflow: hidden;
	zoom:1;
}

#qualification .voicebox dd .same02 .text {
	width: 470px;
	float: left;
}

#qualification .voicebox dd .same02 .photo {
	float: right;
}

#qualification .voicebox dd .same03 {
	overflow: hidden;
	zoom:1;
}


#qualification .voicebox dd .same03 .img01 {
	float: left;
	margin: 0 20px 20px 0;
}

#qualification .voicebox dd .same03 .img02 {
	float: right;
	margin: 0 0 10px 10px;
}

#qualification .chsame {
	overflow: hidden;
	zoom:1;
	margin: 0 0 30px;
	border-bottom: 1px solid #ed7c9c;
	padding: 0 0 30px;
}

#qualification .chsame.end {
	margin: 0 0 30px;
	border-bottom: none;
	padding: 0;
}


#qualification .chsame .box {
	width: 307px;
	float: left;
}

#qualification .chsame .box.sec {
	width: 330px;
	float: right;
}

#qualification .chsame .box .ex01 {
	position: relative;
	padding-left: 15px;
	margin: 0 0 10px;
	line-height: 1.4;
}
#qualification .chsame .box .ex01:before {
	background: #ed7c9c;
	width: 12px;
	height: 12px;
	position: absolute;
	top: 5px;
	left: 0;
	content: '';
}

#qualification .chsame .box .ex02 {
	position: relative;
	color: #ed7c9c;
	font-size: 1.5em;
	line-height: 1.0;
	margin: 0 0 10px;
}


#qualification .chsame .box .ex02 span {
	display: inline-block;
	background: #ed7c9c;
	color: #fff;
	font-size: 0.5em;
	padding: 5px 10px;
	position: absolute;
	right: 0;
}

#qualification .chsame .box .ex02 ul {
	font-size: 0.5em;
	position: absolute;
	right: 0;
	text-align: right;
	top: 0;
}

#qualification .chsame .box .ex02 ul li {
	display: inline-block;
	background: #ed7c9c;
	color: #fff;
	padding: 5px 10px;
	vertical-align: middle;
}

#qualification .chsame .box .ex02 ul li:last-child {
	margin-left: 20px;
	position: relative;
}


#qualification .chsame .box .ex02 ul li:last-child:before {
	position: absolute;
	left: -14px;
	top: 3px;
	content: '+';
	color: #ed7c9c;
	font-size: 1.4em;
}

#qualification .chvoice {
	border: 1px solid #ed7c9c;
}


#qualification .chvoice .first {
	border-bottom: 1px solid #ed7c9c;
	padding: 30px
}


#qualification .chvoice .first dt {
	text-align: center;
	line-height: 1.0;
	font-size: 1.3em;
	margin: 0 0 10px;
}

#qualification .chvoice .first dt span {
	display: inline-block;
	background: #595757;
	padding: 5px 7px;
	color: #fff;
	font-size: 0.6em;
	letter-spacing: 0.1em;
	vertical-align: top;
	margin-right: 10px;
}

#qualification .chvoice .into {
	padding: 30px 40px 40px;
}

#qualification .chvoice .into .pttl {
	border-bottom: 2px dotted #ed7c9c;
	padding: 0 0 20px;
	margin: 0 0 20px;
	color: #ed7c9c;
	line-height: 1.0;
	font-size: 1.3em;
}

#qualification .chvoice .into .pttl span {
	display: block;
	color: #595757;
	padding-left: 10px;
	margin: 0 0 10px;
	font-size: 0.75em;
}

#qualification .chvoice .into .vbox {
	overflow: hidden;
	zoom:1;
	margin: 0 0 20px;
}

#qualification .chvoice .into .vbox .text {
	width: 480px;
	float: left;
}

#qualification .chvoice .into .vbox .photo {
	float: right;
}

#qualification .chvoice .into .brown {
	background: #f9f7f0;
	position: relative;
	padding: 40px 30px 30px;
}

#qualification .chvoice .into .brown .icon {
	position: absolute;
	top: -10px;
	left: 25%;
}

#qualification .chvoice .into .brown .title {
	font-size: 1.2em;
	line-height: 1.2;
	text-align: center;
	margin: 0 0 20px;
}

#qualification .chvoice .into .brown dl {
	margin: 0 0 20px;
}

#qualification .chvoice .into .brown dl:last-child {
	margin: 0;
}

#qualification .chvoice .into .brown dl dt {
	line-height: 1.2;
	color: #ed7c9c;
	font-size: 1.15em;
	margin: 0 0 10px;
}
#qualification .ds5th .voice {
	padding: 0 40px 40px;
	overflow: hidden;
	zoom:1;
	background: #eeeff2;
	margin-bottom: 50px;
}

.subVoiceTitle {
	font-size: 1.1em;
	font-weight: 500;
}

#qualification .ds5th .voice.ver02 {
	background: #f1fff5;
}


#qualification .ds5th .voiceFlex{
	display: flex;
	justify-content: space-between;
}
#qualification .ds5th .voice .green{
	color: #53b989;
	font-size: 1.2em;
}
#qualification .ds5th .voice .belt{
	background-color: #53b989;
	color: #fff;
	padding-left: 10px;
	font-size: 1.2em;
}
#qualification .ds5th .voice .bran{
	display: flex;
	flex-wrap: wrap;
}
#qualification .ds5th .voice .bran dl{
	width: 48%;
}
#qualification .ds5th .voice .bran dl:last-child{
	margin-left: 4%;
}


#qualification .ds5th .voice .sbttl01 {
	border-left: 3px solid #231815;
	padding: 20px 0 0 10px;
	line-height: 1.0;
	margin: 0 0 20px;
}

#qualification .ds5th .voice.ver02 .sbttl01 {
	border-left: none;
	padding: 20px 0 0;
	color: #5cc790;
	font-size: 1.4em;
	font-weight: 600;
}

#qualification .ds5th .voice .sbttl02 {
	line-height: 1.4;
	margin: 0 0 20px;
	font-weight: 400;
	font-size: 1.2em;
}

#qualification .ds5th .voice.ver02 .sbttl02 {
	font-weight: 500;
}


#qualification .ds5th .voice .text {
	width: 385px;
}
#qualification .ds5th .voice .text {
	width: 385px;
}

#qualification .ds5th .voice .notoText{
	display: flex;
}
#qualification .ds5th .voice .notoText span{
	margin-right: 1em;
}
#qualification .ds5th .voice .qualificationText{
	margin-top: 20px;
}
#qualification .ds5th .voice .qualificationText dt{
	width: fit-content;
	padding: 5px 10px;
	line-height: 1;
	color: #fff;
	background: #53b989;
	margin-bottom: 5px;
}
#qualification .ds5th .voice .qualificationText dd{
	display: flex;
    flex-wrap: wrap;
	text-align: left;
}

#qualification .ds5th .voice .text .sml {
	font-size: 0.85em;
}

#qualification .ds5th .voice .photo figcaption {
	line-height: 1;
	text-align: center;
	margin-top: 5px;
}

#qualification .ds5th .voice.ver02 .photo figcaption {
	line-height: 1.4;
}

#qualification .licenseCircle {
	margin-bottom: 60px;
}
#qualification .licenseCircle h2{
	color: #53b989;
	border-bottom: 1px solid #53b989;
}
#qualification .licenseCircle .flex{
	display: flex;
	justify-content: space-between;
}
#qualification .licenseCircle .textItem{
	width: 55%;
}
#qualification .licenseCircle .imgItem{
	width: 40%;
}


/* feature */

#feature {
	padding: 30px 0 20px;
}


#feature .linklist {
	display: flex;
	margin: 0 0 50px;
}

#feature .linklist.yonko {
	justify-content: space-between;
}

#feature .linklist li {
	width: 225px;
	line-height: 1.0;
	margin-right: 10px;
}


#feature .linklist.yonko li {
	width: 24%;
	margin-right: 0;
}

@media screen and (max-width: 1024px) {
	#feature .linklist.yonko li {
		width: auto;
	}
}
	
#feature .linklist li:last-child {
	margin-right: 0;
}


#feature .linklist li a {
	display: flex;
	padding: 15px 0;
	text-align: center;
	position: relative;
	color: #fff;
	font-size: 0.9em;
	min-height: 35px;
	align-items: center;
	justify-content: center;
	line-height: 1.4;
}

#feature .linklist li a:after {
	position: absolute;
	top: 50%;
	right: 5%;
	width: 7px;
  height: 7px;
  border: 1px solid;
  border-color: #fff #fff transparent transparent;
  transform: rotate(45deg) translateY(-50%);
	content: '';
}

#feature .linklist li a:hover {
	text-decoration: none;
	opacity: 0.7;
}

.design #feature .linklist li a {
	background: #53b989;
}

.children #feature .linklist li a {
	background: #ed7c9c;
}

#feature .dsfst {
	position: relative;
	padding: 15px 0 0;
	margin: 0 0 40px;
}

#feature .dsfst .ttl01 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 1.3em;
	font-weight: 500;
}

#feature .dsfst .who,
#feature .dsfst .who2{
	display: flex;
	flex-wrap: wrap;
}
#feature .dsfst .who{
	margin-top: 30px;
}
#feature .dsfst .who2{
	margin-bottom: 30px;
	justify-content: center;
}
#feature .dsfst .who2 ul{
	display: inline-block;
}

#feature .dsfst p{
	font-size: 1.3rem;
	text-align: center;
	color: #53b989;
	width: 32%;
	border-left: solid 1px #53b989;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#feature .dsfst p:nth-child(2){
	margin-right:1.5%;
	margin-left:1.5%;
}
#feature .dsfst p:last-child{
	border-right: solid 1px #53b989;
}
#feature .dsfst .ttl02 {
  line-height: 1.0;
  text-align: center;
  color: #fff;
  margin: 0 0 20px;
  font-size: 1.3em;
  padding: 7px 0;
  background: #53b989;
}

#feature .dsfst .table_img{
margin: 20px;
}
#feature .dsfst .table_text{
	text-align: center;
}
#feature .dsfst .table_text dt{
	font-size: 1.2em;
    line-height: 1.2;
	font-size: 1.3rem;
	margin-bottom: 10px;
    color: #53b989;
}
#feature .voice{
	background: #eeeff2;
    padding: 40px;
}
#feature .voiceTitle{
	font-size: 1.6em;
	margin-bottom: 10px;
}
#feature .voiceFlex{
	display: flex;
	justify-content: space-between;
}
#feature .texts{
	width: 76%;
}
#feature .texts .textArea{
    margin-bottom: 25px;
}
#feature .texts .textArea:last-of-type{
    margin-bottom: 0;
}
#feature .title{
    font-size: 1.2em;
    font-weight: 500;
	color: #53b989;
    display: block;
	margin-bottom: 15px;
}
#feature .pickup_color02 .title{
	color: #4ebba6;
}
#feature .pickup_color03 .title{
	color: #00acd2;
}


#feature .human{
	width: 18%;
	text-align: center;
}


.licenseTable .featureTable tr {
	box-sizing: border-box;
    border-bottom: 1px solid #231815;
}	

.licenseTable .featureTable th {
    width: 17%;
	color: #53b989;
	vertical-align: top;
    padding-top: 10px;
}
.licenseTable .featureTable td {
	padding: 10px 0;
	text-align: left;
}
.licenseTable .featureTable tr td ul{
	display: flex;
	margin-bottom: 10px;
}
.licenseTable .featureTable tr .featureTablelist ul li:nth-child(1) {
	width: 35%;
	font-weight: bold;
}
.licenseTable .featureTable tr .featureTablelist ul li:nth-child(2) {
	width: 65%;
}
.licenseTable .featureTable tr .featureTablelist ul li{
	width: 65%;
}
#feature table.dstbl {
	width: 100%;
	margin: 0 0 10px;
}


#feature table.dstbl th,
#feature table.dstbl td {
	font-weight: 300;
	vertical-align: middle;
	border-bottom: 1px solid #53b989;
	padding: 10px 0;
}

#feature table.dstbl tr:last-child th,
#feature table.dstbl tr:last-child td {
	border-bottom: none;
}

#feature table.dstbl th {
	width: 150px;
	text-align: center;
	color: #53b989;
}

#feature table.dstbl td {
	font-size: 0.9em;
	padding-left: 10px;
}


#feature .dssec {
	background: #ebf5ec;
	padding: 40px;
	margin: 0 0 50px;
}


#feature .dssec .ttl01 {
	font-size: 1.6em;
	font-weight: 500;
	margin: 0 0 15px;
	text-align: center;
	line-height: 1.6;
}

#feature .dssec .ttl02 {
	font-size: 1.2em;
	font-weight: 400;
	margin: 0 0 30px;
	text-align: center;
	line-height: 1.6;
}

#feature .dssec .same {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	zoom:1;
}

#feature .dssec .same dl {
	width: 286px;
	margin-bottom: 30px;
}

#feature .dssec .same dl:nth-child(2) {
	float: right;
}

#feature .dssec .same dl dt {
	line-height: 1.0;
	text-align: center;
	color: #fff;
	margin: 0 0 10px;
	font-size: 1.2em;
	padding: 7px 0;
	background: #5cad75;
}
#feature .dssec .same dl:nth-child(2) dt {
	background: #4ebba6;
}
#feature .dssec .same dl:nth-child(3) dt {
	background: #00acd2;
}

#feature .dstrd {
	background: #ebf5ec;
	padding: 40px;
	margin: 0 0 50px;
}

#feature .dstrd .ttl01 {
	line-height: 1.0;
	text-align: center;
	color: #fff;
	margin: 0 0 20px;
	font-size: 1.3em;
	padding: 7px 0;
	background: #53b989;
}

#feature .dstrd .ttl02 {
	line-height: 1.0;
	text-align: center;
	margin: 0 0 20px;
	font-size: 1.3em;
	color: #53b989;
}

#feature .dstrd .ttl03 {
	line-height: 1.0;
	text-align: center;
	margin: 0 0 15px;
	font-size: 1.15em;
	color: #53b989;
}

#feature .dstrd .ttl04 {
	line-height: 1.0;
	margin: 0 0 40px;
}


#feature .dstrd .ttl04 span {
	border-bottom: 2px solid #53b989;
	font-size: 1.3em;
	color: #53b989;
	font-weight: 500;
	padding: 0 0 10px;
}

#feature .dstrd .ttl05 {
	line-height: 1.3;
	margin: 0 0 10px;
	font-size: 1.0em;
	color: #53b989;
	font-weight: 500;
}

#feature .dstrd .ttl05 span {
	font-size: 1.5em;
	padding-right: 5px;
}

#feature .dstrd .ttl06 {
	line-height: 1.4;
	margin: 0 0 10px;
	font-weight: 500;
	font-size: 1.05em;
}

#feature .dstrd .arrow {
	text-align: center;
	line-height: 1.0;
	margin: 0 0 30px;
}

#feature .dstrd .arrow li {
	display: inline-block;
	padding-right: 10px;
	margin-right: 0;
	position: relative;
}

#feature .dstrd .arrow li:last-child {
	padding-right: 0;
}

#feature .dstrd .arrow li:after {
	border-style: solid;
	border-width: 2.5px 0 2.5px 5px;
	border-color: transparent transparent transparent #231815;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	content: '';
}

#feature .dstrd .arrow li:last-child:after {
	display: none;
}


#feature .dstrd .img01 {
	text-align: center;
	margin: 0 0 20px;
}

#feature .dstrd .img02 {
	text-align: center;
	margin: 0 0 30px;
}

#feature .dstrd .grlist {
	margin: 0 0 50px;
}

#feature .dstrd .grlist li {
	margin: 0 0 20px;
	padding: 10px 0;
	text-align: center;
	color: #fff;
	background: #53b989;
	line-height: 1.6;
}

#feature .dstrd .grlist li:last-child {
	margin: 0;
}
	
#feature .dstrd .white {
	background: #fff;
	padding: 30px;
}

#feature .dstrd .white .same {
	overflow: hidden;
	zoom:1;
	margin: 0 0 20px;
}

#feature .dstrd .white .same .text {
	width: 395px;
	float: left;
}


#feature .dstrd .white .same .text dt {
	line-height: 1.0;
	margin: 0 0 5px;
}

#feature .dstrd .white .same .text dt span {
	display: inline-block;
	padding: 3px 5px 5px;
	background: #231815;
	color: #fff;
	font-size: 0.85em;
}


#feature .dstrd .white .same .icon {
	float: right;
}
#feature .dstrd .white .same .answer {
	margin-left: 30px;
}

#feature .dstrd .white .img03 {
	text-align: center;
}

#feature .ds4th {
	margin: 0 0 50px;
}


#feature .ds4th .ttl01 {
	line-height: 1.3;
	text-align: center;
	color: #53b989;
	margin: 0 0 20px;
	font-size: 1.5em;
	padding: 7px 0;
	border: solid 2px #53b989;
}
#feature .ds4th .ttl01 span{
	color: #494645;
	font-size: 0.7em;
}

#feature .ds4th .ttl02 {
	line-height: 1.0;
	text-align: center;
	margin: 0 0 20px;
	font-size: 1.3em;
	color: #53b989;
}

#feature .ds4th .ttl03 {
	line-height: 1.0;
	text-align: center;
	margin: 0 0 20px;
	padding: 10px 0;
	font-size: 1.15em;
	color: #8ac45d;
	border: 1px solid #8ac45d;
}

#feature .ds4th .ttl04 {
	line-height: 1.0;
	text-align: center;
	margin: 0 0 20px;
	padding: 10px 0;
	font-size: 1.15em;
	color: #2dbad4;
	border: 1px solid #2dbad4;
}

#feature .ds4th .sevenmodel{
	width: 100%;
}
#feature .ds4th .sevenmodel_inner{
	width: 100%;
	border-top: solid 1px #494645;
}
#feature .ds4th .sevenmodel_inner:last-child{
	border-bottom: solid 1px #494645;
}
#feature .ds4th .sevenmodel .model{
	width: 90%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	padding: 20px 0;
}
#feature .ds4th .sevenmodel .model .left{
	width: 20%;
	position: relative;
}
#feature .ds4th .sevenmodel .model .left ul{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	width: 100%;
	text-align: center;
	font-size: 1.3em;
	color: #53b989;
	line-height: 1.2;
}
#feature .ds4th .sevenmodel .model .left ul li span{
	font-size: 0.7em;
}
#feature .ds4th .sevenmodel .model .left ul li:first-child{
	margin: 10px;
}
#feature .ds4th .sevenmodel .model .right{
	width: 77%;
	margin-left: 3%;
}
#feature .ds4th .sevenmodel .model .right p{
	font-size: 1.1em;
}
#feature .ds4th .sevenmodel .model .right table{
	border-spacing: 0 10px;
	border-collapse : separate ; 
}
#feature .ds4th .sevenmodel .model .right table th{
	background-color: #000;
	color: #fff;
	text-align: center;
	padding: 5px 0;
	width: 110px;
	line-height: 1.4;
}
#feature .ds4th .sevenmodel .model .right table td{
	padding-left: 10px;
}
#feature .ds4th .modelafter{
	text-align: right;
	margin-bottom: 40px;
}



#feature .ds4th .same {
	overflow: hidden;
	zoom:1;
	margin: 0 0 30px;
}


#feature .ds4th .same dl {
	width: 216px;
	float: left;
	margin-right: 25px;
}

#feature .ds4th .same dl:last-child {
	margin-right: 0;
}

#feature .ds4th .same dl dt {
	margin: 0 0 10px;
}

#feature .ds4th .same dl dt img {
	max-width: 100%;
}


#feature .ds4th .matome {
	position: relative;
	padding: 30px 20px;
	background: #eeeff2;
}


#feature .ds4th .matome .blttl {
	background: #000000;
	color: #fff;
	padding: 5px 10px 7px;
	display: inline-block;
	position: absolute;
	top: -10px;
	left: 20px;
	line-height: 1.0;
}


#feature .ds4th .matome dt {
	line-height: 1.0;
	color: #8ac45d;
	font-size: 1.2em;
	margin: 0 0 15px;
}

#feature .ds4th .matome .blue dt {
	line-height: 1.0;
	color: #2dbad4;
	font-size: 1.2em;
	margin: 0 0 15px;
}

#feature .ds4th .matome .link {
	text-align: center;
	margin: 10px 0 0;
}

#feature .ds4th .matome .link a {
	display: inline-block;
	line-height: 1.0;
	color: #fff;
	text-decoration: none;
	position: relative;
	padding: 15px 0;
	width: 235px;
	background: url("../image/common/arrow02.png") 97% center no-repeat #231815;
}


#feature .ds4th .matome .link a:hover {
	text-decoration: none;
	opacity: 0.7;
}

/* ds5th */

#feature .ds5th {
}

#feature .ds5th .ttl01 {
	line-height: 1.0;
	text-align: center;
	color: #fff;
	margin: 0 0 20px;
	font-size: 1.3em;
	padding: 7px 0;
	background: #53b989;
}

.food #feature .ds5th .ttl01 {
	background: #f18e1d;
}

#feature .ds5th .ttl02 {
	line-height: 1.0;
	text-align: center;
	margin: 0 0 20px;
	font-size: 1.3em;
	color: #53b989;
}

#feature .ds5th .ttl03 {
	line-height: 1.0;
	margin: 0 0 15px;
	font-size: 1.15em;
	color: #53b989;
}

.food #feature .ds5th .ttl02,
.food #feature .ds5th .ttl03 {
	color: #f18e1d;
}

#feature .ds5th .ttl04 {
	line-height: 1.0;
	margin: 0 0 40px;
}


#feature .ds5th .lead {
	text-align: center;
	margin: 0 0 30px;
}


#feature .ds5th .img01 {
	overflow: hidden;
	zoom:1;
	margin: 0 0 20px;
}

#feature .ds5th .img01 li {
	float: left;
}

#feature .ds5th .img01 li:last-child {
	float: right;
}


#feature .ds5th .voice {
	padding: 0 40px 40px;
	overflow: hidden;
	zoom:1;
	background: #eeeff2;
}

#feature .ds5th .voice .green{
	color: #53b989;
	font-size: 1.2em;
}
#feature .ds5th .voice .belt{
	background-color: #53b989;
	color: #fff;
	padding-left: 10px;
	font-size: 1.2em;
}
#feature .ds5th .voice .bran{
	display: flex;
	flex-wrap: wrap;
}
#feature .ds5th .voice .bran dl{
	width: 48%;
}
#feature .ds5th .voice .bran dl:last-child{
	margin-left: 4%;
}


#feature .ds5th .voice .sbttl01 {
	border-left: 3px solid #231815;
	padding: 20px 0 0 10px;
	line-height: 1.0;
	margin: 0 0 20px;
}

#feature .ds5th .voice .sbttl02 {
	line-height: 1.4;
	margin: 0 0 20px;
	font-weight: 400;
	font-size: 1.2em;
}

#feature .ds5th .voice .sbttl02 span {
	font-size: 0.5em;
	margin-left: 20px;
}


#feature .ds5th .voice .text {
	width: 385px;
	float: left;
}

#feature .ds5th .voice .text .sml {
	font-size: 0.85em;
}

#feature .ds5th .voice .photo {
	float: right;
}

#feature .fdfst {
	background: #fdeedd;
	padding: 40px;
	position: relative;
	margin: 0 0 50px;
}


#feature .fdfst .icon {
	position: absolute;
	top: -20px;
	left: 0;
}

#feature .fdfst .fdttl01 {
	text-align: center;
	font-size: 1.6em;
	line-height: 1.6;
	font-weight: 500;
	margin: 0 0 20px;
}

#feature .fdfst .fdttl02 {
	text-align: center;
	font-size: 1.2em;
	line-height: 1.4;
	margin: 0 0 20px;
	color: #f18e1d;
}

#feature .fdfst .fdta {
	text-align: center;
	margin: 0 0 10px;
}

#feature .fdfst .same {
	overflow: hidden;
	zoom:1;
}

#feature .fdfst .same dl {
	line-height: 1.0;
	float: left;
	max-width: 49%;
}

#feature .fdfst .same dl:last-child {
	float: right;
}

#feature .fdfst .same dl dd {
	margin: 10px 0 0;
}

#feature .fdsec {
	background: #fdeedd;
	padding: 40px;
	margin: 0 0 50px;
}

#feature .fdsec .ttl01 {
	line-height: 1.0;
	text-align: center;
	color: #fff;
	margin: 0 0 20px;
	font-size: 1.3em;
	padding: 7px 0;
	background: #f18e1d;
}

#feature .fdsec .ttl02 {
	line-height: 1.0;
	text-align: center;
	margin: 0 0 20px;
	font-size: 1.3em;
	color: #f18e1d;
}

#feature .fdsec .ttl03 {
	line-height: 1.0;
	margin: 0 0 15px;
	font-size: 1.15em;
	color: #f18e1d;
}

#feature .fdsec .imgbox {
	text-align: center;
	margin: 0 0 30px;
}

#feature .fdsec .imgbox li,
#feature .fdsec .imgbox dl {
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	line-height: 1.0;
}

#feature .fdsec .imgbox li:last-child,
#feature .fdsec .imgbox dl:last-child {
	margin-right: 0;
}

#feature .fdsec .imgbox dl {
	text-align: left;
	max-width: 193px;
}

#feature .fdsec .imgbox dl dd {
	margin: 10px 0 0;
	line-height: 1.6;
}


#feature .fdsec .imgbox dl dd.bold {
	font-weight: 400;
	line-height: 1.0;
}

/* children */

#feature .chttl01 {
	background: #ed7c9c;
	color: #fff;
	font-weight: 500;
	line-height: 1.0;
	text-align: center;
	font-size: 1.3em;
	padding: 10px 0;
	margin: 0 0 30px;
}

#feature .chttl02 {
	color: #ed7c9c;
	font-weight: 500;
	line-height: 1.0;
	text-align: center;
	font-size: 1.2em;
	margin: 0 0 20px;
}

#feature .chttl03 {
	color: #ed7c9c;
	font-weight: 500;
	line-height: 1.0;
	text-align: center;
	font-size: 1.2em;
	padding: 10px 0;
	border-top: 1px solid #ed7c9c;
	border-bottom: 1px solid #ed7c9c;
	margin: 0 0 20px;
}

#feature .chttl04 {
	color: #ed7c9c;
	line-height: 1.0;
	font-size: 1.2em;
	margin: 0 0 20px;
}

#feature .chfst {
	background: #fbe5eb;
	padding: 40px;
	margin: 0 0 40px;
}

#feature .chfst .same {
	overflow: hidden;
	zoom:1;
}


#feature .chfst .same .box {
	width: 290px;
	float: left;
}

#feature .chfst .same .box.end {
	float: right;
}


#feature .chfst .same .box .number {
	overflow: hidden;
	zoom:1;
	margin: 0 0 10px;
	color: #ed7c9c;
	line-height: 1.4;
}

#feature .chfst .same .box .number span {
	display: block;
}

#feature .chfst .same .box .number .num {
	font-size: 2.0em;
	float: left;
}

#feature .chfst .same .box .number .txt {
	margin-left: 30px;
	font-size: 1.2em;
}

#feature .chfst .same .box .number .txt.spc {
	padding: 10px 0 12px;
}


#feature .chfst .same .box .number .txt small {
	font-size: 0.85em;
}

#feature .chfst .same .box dl dt {
	margin: 0 0 10px;
}

#feature .chsec {
	margin: 0 0 40px;
}


#feature .chsec .relabox {
	position: relative;
	border: 1px solid #ed7c9c;
	padding: 40px 25px 25px;
	border-radius: 7px;
}


#feature .chsec .relabox .ttl {
	position: absolute;
	top: -15px;
	left: 7%;
	border: 1px solid #ed7c9c;
	display: inline-block;
	background: #fff;
	color: #ed7c9c;
	font-size: 1.2em;
	line-height: 1.0;
	padding: 7px 0;
	width: 130px;
	text-align: center;
	z-index: 10;
	border-radius: 7px;
	font-weight: 500;
}


#feature .chsec .relabox .lead {
	margin: 0 0 40px;
}

#feature .chsec .relabox .lead dt {
	font-size: 1.3em;
}

#feature .chsec .relabox .lead dd {
	font-size: 1.15em;
}


#feature .chsec .relabox .gray {
	position: relative;
}


#feature .chsec .relabox .gray dt {
	position: absolute;
	top: -15px;
	left: 0;
	display: inline-block;
	background: #ed7c9c;
	color: #fff;
	font-size: 1.05em;
	line-height: 1.0;
	padding: 7px 10px;
	text-align: center;
	z-index: 10;
}

#feature .chsec .relabox .gray dd {
	background: #eeeff2;
	padding: 35px 20px 20px;
	line-height: 1.6;
}

#feature .chsec .relabox .gray dd .inbro {
	display: inline-block;
	vertical-align: top;
}

#feature .chsec .relabox .gray dd .inbro.ml30 {
	margin-left: 30px;
}

#feature .chsec .calender {
	position: relative;
	margin-bottom: 40px;
}

#feature .chsec .calender:before {
	width: 1px;
	height: 96%;
	background: #ed7c9c;
	position: absolute;
	top: 2%;
	left: 35px;
	content: '';
	z-index: -1;
}

#feature .chsec .calender .rights {
	margin-left: 90px;
}


#feature .chsec .calender .rights .pink {
	color: #ed7c9c;
	font-size: 1.3em;
	line-height: 1.0;
}

#feature .chsec .calender .rights .pink span {
	font-size: 0.8em;
}

#feature .chsec .calender .rights .pink02 {
	color: #ed7c9c;
	font-size: 1.3em;
	line-height: 1.0;
	display: inline-block;
	border: 1px solid #ed7c9c;
	padding: 10px;
	border-radius: 7px;
}

#feature .chsec .calender .rights .imgbox {
	overflow: hidden;
	zoom:1;
}

#feature .chsec .calender .rights .imgbox li {
	max-width: 49%;
	float: left;
}

#feature .chsec .calender .rights .imgbox li:last-child {
	float: right;
}

#feature .chsec .calender .rights .lead dt {
	font-size: 1.3em;
	line-height: 1.6;
	font-weight: 500;
	margin: 0 0 5px;
}

#feature .chsec .calender .rights .lead dt.pink {
	line-height: 1.6;
}

#feature .chsec .calender .rights .lead dd {
	font-size: 1.15em;
}

#feature .chsec .calender .number {
	float: left;
}

#feature .chsec .calender .number span {
	display: table-cell;
	width: 70px;
	height: 70px;
	line-height: 1.0;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #ed7c9c;
	background: #fff;
	color: #ed7c9c;
	font-size: 1.2em;
	border-radius: 50%;
}

#feature .chsec .calender .voice {
	background: #eeeff2;
	padding: 40px;
}

#feature .chsec .calender .voice .subt {
	font-weight: 500;
	line-height: 1.4;
	margin: 0 0 20px;
	font-size: 1.2em;
}

#feature .chsec .calender .voice .hdn {
	overflow: hidden;
	zoom:1;
}

#feature .chsec .calender .voice .hdn .texts {
	width: 370px;
	float: left;
}

#feature .chsec .calender .voice .hdn .human {
	float: right;
	width: 140px;
	text-align: center;
}

#feature .chsec .calender .sec01 {
	margin: 0 0 30px;
	overflow: hidden;
	zoom:1;
}

#feature .chsec .calender .sec01 .number span {
	background: #ed7c9c;
	color: #fff;
}

#feature .chsec .calender .sec01 .no01 {
	padding: 20px 0 0;
	margin: 0 0 50px;
}

#feature .chsec .calender .sec01 .no02 {
	padding: 25px 0 0;
}

#feature .chsec .calender .sec02 {
	margin: 0 0 30px;
	overflow: hidden;
	zoom:1;
}

#feature .chsec .calender .sec02 .same {
	overflow: hidden;
	zoom:1;
	margin: 0 0 30px;
}

#feature .chsec .calender .sec02 .same .txts {
	width: 380px;
	float: left;
}

#feature .chsec .calender .sec02 .same .photo {
	float: right;
}

#feature .chsec .daybox {
	overflow: hidden;
	zoom:1;
	margin: 0 0 20px;
}

#feature .chsec .daybox .time {
	float: left;
}


#feature .chsec .daybox .text {
	margin-left: 100px;
}

#feature .chsec .daybox .text .pink {
	color: #ed7c9c;
	font-size: 1.3em;
	line-height: 1.0;
	padding: 10px 0;
}

#feature .chsec .daybox .text .same {
	overflow: hidden;
	zoom:1;
}

#feature .chsec .daybox .text .same .txt {
	width: 375px;
	float: left;
}

#feature .chsec .daybox .text .same .photo {
	float: right;
}


#feature .chsec .secimg {
	overflow: hidden;
	zoom:1;
	margin-bottom: 20px;
}

#feature .chsec .secimg li {
	max-width: 49%;
	float: left;
}

#feature .chsec .secimg li:last-child {
	float: right;
}

#feature .chtrd {
	
}


#feature .chtrd .same01,
#feature .chtrd .same02,
#feature .chtrd .same03 {
	overflow: hidden;
	zoom:1;
	margin: 0 0 40px;
}

#feature .chtrd .same01 .txt {
	width: 300px;
	float: left;
	color: #ed7c9c;
	font-size: 1.3em;
	font-weight: 500;
}


#feature .chtrd .same01 .photo {
	width: 370px;
	float: right;
	overflow: hidden;
	zoom:1;
}

#feature .chtrd .same01 .photo li {
	max-width: 49%;
	float: left;
}

#feature .chtrd .same01 .photo li:last-child {
	float: right;
}

#feature .chtrd .lead {
	text-align: center;
	margin: 0 0 30px;
}

#feature .chtrd .same02 .txt {
	margin-left: 370px;
}
#feature .chtrd .same03 .txt {
	margin-right: 370px;
}
#feature .chtrd .same02 .photo {
	float: left;
}
#feature .chtrd .same03 .photo {
	float: right;
}

#feature .chtrd .same02 .title {
	line-height: 1.0;
	margin: 0 0 10px;
}

#feature .chtrd .same02 .title span {
	display: block;
	font-size: 1.2em;
	color: #ed7c9c;
	margin: 10px 0 0;
}


#feature .chtrd .same03 .title {
	font-size: 1.2em;
	font-weight: 500;
	line-height: 1.0;
	margin: 0 0 10px;
}

#feature .chtrd .voice {
	background: #eeeff2;
	overflow: hidden;
	zoom:1;
	margin: 0 0 30px;
	padding: 40px;
}
 
#feature .chtrd .voice .txt {
	width: 480px;
	float: left;
}


#feature .chtrd .voice .txt dt {
	margin: 0 0 10px;
}

#feature .chtrd .voice .txt dt span {
	display: inline-block;
	line-height: 1.0;
	color: #fff;
	background: #231815;
	padding: 5px 10px;
	letter-spacing: 0.1em;
}


#feature .chtrd .voice .human {
	width: 120px;
	float: right;
	text-align: center;
}

#feature .chtrd .lastbox {
	overflow: hidden;
	zoom:1;
}

#feature .chtrd .lastbox .box {
	width: 325px;
	float: left;
}

#feature .chtrd .lastbox .box.end {
	float: right;
}

#feature .chtrd .lastbox .box figure img {
	max-width: 100%;
}

#feature .chtrd .lastbox .box.end figure {
	padding: 17px 0 0;
}

#feature .chtrd .lastbox .box dl {
	margin: 20px 0 0;
}

#feature .chtrd .lastbox .box dl dt {
	margin: 0 0 15px;
	line-height: 1.0;
}

#feature .chtrd .lastbox .box dl dt span {
	display: block;
	font-size: 1.2em;
	color: #ed7c9c;
	margin: 10px 0 0;
}

#feature .chtrd .lastbox .box dl dd.link {
	line-height: 1.0;
	text-align: center;
	margin: 20px 0 0;
}

#feature .chtrd .lastbox .box dl dd.link a {
	display: inline-block;
	line-height: 1.0;
	color: #fff;
	text-decoration: none;
	position: relative;
	padding: 15px 0;
	width: 220px;
	background: url("../image/common/arrow02.png") 95% center no-repeat #595757;
}

#feature .chtrd .lastbox .box dl dd.link a:hover {
	text-decoration: none;
	opacity: 0.7;
}
.textflex{
	display: flex;
}

.anchor_dx{
	color: #53b989 !important;
    text-decoration: underline !important;
}
.anchor_dx:hover{
    text-decoration: none !important;
}


/* side */

#contwrap #side {
	width: 250px;
	float: right;
	line-height: 1.0;
}

#contwrap.food #side .cat {
	border-top: 1px solid #f18e1d;
}
#contwrap.design #side .cat {
	border-top: 1px solid #54b184;
}

#contwrap.child #side .cat,
#contwrap.children #side .cat {
	border-top: 1px solid #ed7c9c;
}


#contwrap #side .cat.accordion {
	border-top: none;
}

#contwrap #side .cat dt {
	padding: 15px;
	font-size: 1.2em;
}

#contwrap.food #side .cat dt {
	background: #fbdebe;
	border-bottom: 1px solid #f18e1d;
}
#contwrap.design #side .cat dt {
	background: #d4eadb;
	border-bottom: 1px solid #54b184;
}
#contwrap.child #side .cat dt,
#contwrap.children #side .cat dt {
	background: #fadce0;
	border-bottom: 1px solid #ed7c9c;
}

#contwrap #side .cat dd {
	line-height: 1.2;
}

#contwrap #side .cat dd ul li a {
	display: block;
	position: relative;
	font-size: 1.1em;
	padding: 15px;
	text-decoration: none;
}

#contwrap.food #side .cat dd ul li a {
	border-bottom: 1px solid #f18e1d;
}
#contwrap.design #side .cat dd ul li a {
	border-bottom: 1px solid #54b184;
}
#contwrap.child #side .cat dd ul li a,
#contwrap.children #side .cat dd ul li a {
	border-bottom: 1px solid #ed7c9c;
}

#contwrap #side .cat dd ul li.sub a {
	padding: 15px 15px 15px 30px;
}

#contwrap #side .cat dd ul li a:hover {
	background: #f7f7f9;
	text-decoration: none;
}


#contwrap #side .cat dd ul li a:after {
	width: 7px;
  height: 7px;
  border: 1px solid;
  border-color: #595751 #595751 transparent transparent;
  transform: rotate(45deg) translateY(-50%);
	content: '';
	position: absolute;
	right: 10%;
	top: 50%;
}


#contwrap.food #side .cat.accordion dt {
	background: url(../image/common/glnav_plus.png) 95% center no-repeat #fbdebe;
	background-size:auto 30%;
	cursor:pointer;
}
#contwrap.food #side .cat.accordion dt.open {
	background: url(../image/common/glnav_minus.png) 95% center no-repeat #fbdebe;
	background-size:15px auto;
}
#contwrap.design #side .cat.accordion dt {
	background: url(../image/common/glnav_plus.png) 95% center no-repeat #d4eadb;
	background-size:auto 30%;
	cursor:pointer;
}
#contwrap.design #side .cat.accordion dt.open {
	background: url(../image/common/glnav_minus.png) 95% center no-repeat #d4eadb;
	background-size:15px auto;
}

#contwrap.child #side .cat.accordion dt,
#contwrap.children #side .cat.accordion dt {
	background: url(../image/common/glnav_plus.png) 95% center no-repeat #fadce0;
	background-size:auto 30%;
	cursor:pointer;
}

#contwrap.child #side .cat.accordion dt.open,
#contwrap.children #side .cat.accordion dt.open {
	background: url(../image/common/glnav_minus.png) 95% center no-repeat #fadce0;
	background-size:15px auto;
}

#contwrap #side .cat.accordion dd {
	display: none;
}


/* pickup */
.pickup h2{
	line-height: 1.0;
    text-align: center;
    color: #fff;
    margin: 0 auto 10px auto;
    font-size: 1.2em;
    padding: 7px 0;
	width: 50%;
}
.pickup .container .contents{
	display: flex;
	justify-content: space-between;
	padding: 15px 10px 0 0;
}
.pickup .container .contents ul li{
	white-space: nowrap;
}
.pickup .container .contents ul .colorText{
	font-weight: 600;
    text-indent: -0.5em;
	color: #53b989;
}
.pickup_color02 .container .contents ul .colorText{
	color: #4ebba6;
}
.pickup_color03 .container .contents ul .colorText{
	color: #00acd2;
}



.pickup .container .contents ul a{
	text-decoration: underline #53b989;
}
.pickup_color02 .container .contents ul a{
	text-decoration: underline #4ebba6;
}
.pickup_color03 .container .contents ul a{
	text-decoration: underline #00acd2;
}
.pickup .container .contents ul a:hover{
	text-decoration: none;
}

.pickup .container img{
	max-height: 220px;
}
.pickup .point{
	width: 180px;
	height: fit-content;
    padding: 4%;
	border-radius: 7px;
	color: #FFF;
}
.pickup .point dt{
	text-align: center;
	font-size: 1.2em;
}
/*point*/
.ugTitle{
    text-align: center;
}
.ugTitle{
    text-align: center;
    font-size: 1.6em;
}
.ugTitle dd{
	color: #53b989;
	font-size: 1.6em;
    line-height: 1.3;

}
.bookLead{
	text-align: center;
    margin-bottom: 40px;
    font-size: 1.1em;
}
.pointflex{
	display: flex;
	justify-content: space-between;/**/
	flex-wrap: wrap;/**/
	gap: 25px;/**/
	margin-bottom: 50px;
}
.pointflex .pointSame dt{
	color: #53b989;/**/
	font-size: 18px;/**/
    line-height: 1;/**/
	text-align: center;
}
.pointflex .pointSame .pointTitle{
	height: 42px;
	font-size: 1.1em;
	line-height: 1.4;
    font-weight: 500;
	margin-bottom: 10px;
	padding: 10px 5px;
	display: flex;
	align-items: center;
	justify-content: center;	
	background: #d4eadb;
    border-bottom: 1px solid #54b184;
}
.pointflex .pointSame .gradeFlex{
	margin-top: 20px;
}
.pointflex .pointSame .gradeFlex figure{
	display: flex;
	justify-content: end;
	position: relative;
}
.pointflex .pointSame .gradeFlex img{
    width: 13%;
	position: absolute;
	left: 0;
}
.pointflex .pointSame .gradeFlex figcaption{
	width: 82%;
	min-height: 73px;
}

.pointflex .scrollImg{
	margin-top: 20px;
}

.pointflex .pointSame{
	width: 100%/*30%*/;
}
.pickup_color01 h2,.pickup_color01 .container .contents .point{
    background: #53b989;
}
.pickup_color02 h2,.pickup_color02 .container .contents .point{
    background: #4ebba6;
}
.pickup_color03 h2,.pickup_color03 .container .contents .point{
    background: #00acd2;
}
.pickup_color01 .container h3{
	color: #53b989;
	border-bottom:2px solid #53b989;
}
.pickup_color02 .container h3{
	color: #4ebba6;
	border-bottom:2px solid #4ebba6;
}
.pickup_color03 .container h3{
	color: #00acd2;
	border-bottom:2px solid #00acd2;
}
.blackTitle {
    display: flex;
    background: #231815;
    color: #fff;
    justify-content: space-between;
    align-items: center;
    line-height: 1.0;
    font-weight: 600;
    padding: 10px;
}
.blackTitle .blSmall {
		font-size: 0.9em;
		font-weight: 300;
	}
.licenseTable{
	width: 100%;
	margin-bottom: 60px;
}
.licenseTable .qualificationTable tr {
	box-sizing: border-box;
    border-bottom: 1px solid #231815;
}	

.licenseTable .qualificationTable th {
    width: 25%;
	font-size: 1.3em;
	color: #53b989;
}
.licenseTable .qualificationTable td {
	padding: 20px 0;
	text-align: left;
}

/*===============================================
  画面の横幅が1024px以下に適用
===============================================*/
@media screen and (max-width: 1024px){
	
	
	/* top */



	/* contents */

	#contwrap #contents {
		width: 67%;
		float: left;
	}


	/* side */

	#contwrap #side {
		width: 30%;
	}


	
	
	#contents .pickup .news {
		width: 65%;
		float: left;
	}

	#contents .pickup .listup {
		width: 32%;
		float: right;
	}

	#discussion .texts {
		width: auto;
		padding: 30px 0 0;
		position: relative;
	}
	
	
	#discussion .same01 .texts {
		float: none;
		margin-left: 140px;
	}
	#discussion .same02 .texts {
		float: none;
		margin-right: 140px;
	}

	

	/* curriculum */

	#curriculum .same .box {
		width: 49%;
		float: left;
		margin: 0 0 40px;
	}

	#qualification .voicebox dd .same02 .text {
		width: 70%;
		float: left;
	}

	#qualification .voicebox dd .same02 .photo {
		float: right;
		width: 27%;
	}
	
	
	#qualification .ds5th .voice .text {
		width: 60%;
		float: left;
	}

	#qualification .ds5th .voice .photo {
		float: right;
		width: 37%;
	}
	/* feature */



	#feature .linklist {
		display: flex;
		flex-wrap: wrap;
		margin: 0 0 50px;
		text-align: center;
	}

	#feature .linklist li {
		width: 45%;
		float: none;
		line-height: 1.0;
		display: inline-block;
		margin: 0 0 10px 4%;
	}

	#feature .linklist li:last-child {
		margin-right: 0;
	}


	#feature .dssec .same dl {
		width: 48%;
	}

	#feature .dssec .same dl:nth-child(2) {
	}

	#feature .dstrd .white .same .text {
		width: 70%;
		float: left;
	}


	#feature .dstrd .white .same .icon {
		float: right;
		width: 28%;
	}


	#feature .ds4th .same dl {
		width: 32%;
		float: left;
		margin-right: 2%;
	}

	#feature .ds4th .same dl:last-child {
		margin-right: 0;
	}

	#feature .ds5th .img01 li {
		float: left;
		width: 48%;
	}

	#feature .ds5th .img01 li:last-child {
		float: right;
	}

	#feature .ds5th .voice .text {
		width: 60%;
		float: left;
	}

	#feature .ds5th .voice .photo {
		float: right;
		width: 37%;
	}

	#feature .voice {
		padding: 40px 5%;
	}
	#feature .voice .voiceFlex{
		flex-flow: column;
		align-items: center;
	}
	#feature .voice .texts {
		width: 100%;
	}
	#feature .voice .human{
		width: unset;
		margin-top: 10px;
	}
	
	.licenseTable .featureTable th {
		width: 23%;
	}
	.licenseTable .featureTable tr td ul{
		display: block;
		margin-bottom: 10px;
	}
	.licenseTable .featureTable tr .featureTablelist ul li:nth-child(1) {
		width: auto;
	}
	.licenseTable .featureTable tr .featureTablelist ul li:nth-child(2) {
		width: auto;
	}

	.pickup .container .contents{
		display: block;
		padding: 0;
	}
	.pickup .point{
		margin: 20px 0 10px 0;
		width: auto;
		height: auto;
	}
	.pickup .container .contents ul{
		margin-top: 10px;
	}
	.pickup .container img{
		max-height: 220px;
		margin: 20px 0 10px 0;
	}

	/* 資格・就職 */

	.blackTitle {
		display: block;
	}
	
	.blackTitle .blSmall{
		display: block;
		text-align: right;
		text-align: right;
		margin-top: 10px;
	}
}


/*===============================================
  画面の横幅が768px以下に適用
===============================================*/
@media screen and (max-width: 768px){
	#feature .dssec .same dl dt{
		font-size: 1em;
	}
	.pointflex{
		display: block;	
	}
		
	.pointflex .pointSame{
		width: 100%;
		margin-bottom:20px;
	}
	.pointflex .pointSame:nth-child(2) {
		margin: 0 0 20px 0;
	}
	.pointflex .pointSame:nth-child(3) {
		margin: 0 ;
	}
	.pointflex .pointSame .pointTitle{
		text-align: left;
		height: auto;
	}
	}

/*===============================================
  画面の横幅が640px以下に適用
===============================================*/
@media screen and (max-width: 640px){
	
	
	#subjttl .intobox .ttlbox {
		position: static;
		transform: none;
		width: 90%;
		float: none;
		padding-left: 0;
		margin: 20px auto 0;
		padding: 0 0 20px;
	}


	#subjttl .intobox #slide {
		width: auto;
		float: none;
	}
	


	/* contents */

	#contwrap #contents {
		width: auto;
		float: none;
		border-top: 1px solid #53488f;
	}



		
	#contents .pickup .news {
		width: auto;
		float: none;
	}

	#contents .pickup .listup {
		width: auto;
		float: none;
		margin: 20px 0 0;
	}
	
	#contents .pickup .listup figure {
		text-align: center;
	}
	
	.wmax{
		width: 100%;
	}
	
	.four div {
	  width: 100%;
	}
	
	.four div:nth-child(2n) {
	  margin-left: 0;
	}
	.four div:nth-child(n + 2) {
	  margin-top: 30px;
	}
	.dstrd .step .inbox .left li {
	  font-size: 1.0em;
	  line-height: 1.2;
	}
	.dstrd .step .inbox .right li {
		line-height: 1.2;
	}
	.dstrd .step .inbox .right li span {
	  font-size: 1.2em;
	}
	#feature .ds4th .ttl01 {
	  font-size: 1.2em;
	  padding: 7px 10px;
	}
	#feature .ds4th .sevenmodel .model {
	  width: 100%;
	}
	#feature .ds4th .sevenmodel .model .left {
	  width: 100%;
	  position: relative;
	}
	#feature .ds4th .sevenmodel .model .right {
	  width: 100%;
	  margin-left: 0;
	}
	#feature .ds4th .sevenmodel .model .left ul {
	  position:inherit;
	  font-size: 1.3em;
		margin-bottom: 20px;
	}
	#feature .ds4th .sevenmodel .model .left ul li:first-child {
	  margin: 0;
	}
	#feature .ds4th .sevenmodel .model .right table th {
	  width: 25%;
	}
	#feature .ds5th .voice .belt {
	  font-size: 1.0em;
	}
	#feature .ds5th .voice .bran dl {
	  width: 100%;
	}
	#feature .ds5th .voice .bran dl:last-child {
	  margin-left: 0;
		margin: 20px 0;
	}
	#feature .dstrd .ttl04 span {
	  padding: 0;
	line-height: 1.4;
	}

	/* 教員＆在学生座談会 */

	#discussion {
		padding: 30px 5% 30px;
		margin-top: 0;
	}
	
	#discussion .same01,
	#discussion .same02 {
		overflow: hidden;
		zoom:1;
		padding: 10px 0 10px;
	}

	#discussion .human {
		width: auto;
		text-align: center;
		line-height: 1.0;
	}

	#discussion .human dd {
		margin: 10px 0 0;
	}


	#discussion .same01 .human {
		float: none;
	}

	#discussion .same02 .human {
		float: none;
	}
	
	#discussion .human.twn {
		margin: 10px 0 0;
	}

	#discussion .texts,
	#discussion .texts.ext {
		width: auto;
		padding: 20px 0 0;
		position: relative;
	}

	#discussion .texts .box {
		background: #fff;
		border-radius: 20px;
		padding: 10px 5%;
	}

	#discussion .same01 .texts {
		float: none;
		margin: 0;
	}
	#discussion .same02 .texts {
		float: none;
		margin: 0;
	}

	#discussion .same01 .texts:before,
	#discussion .same02 .texts:before {
		display: none;
	}
	
	#discussion .same01 .texts:after,
	#discussion .same02 .texts:after {
		border-style: solid;
		border-width: 0 5px 10px 5px;
		border-color: transparent transparent #fff transparent;
		content: '';
		position: absolute;
		top: 10px;
		left: 50%;
		transform: translateX(-50%);
	}

	
	/* curriculum */

	#curriculum .same .box {
		width: auto;
		float: none;
		margin: 0 0 40px;
	}

	#curriculum .same .box:nth-child(even) {
		float: none;
	}
	
	#curriculum .same .box figure {
		text-align:center; 
	}

	#curriculum .recom {
		padding: 30px 5%;
	}	
	
	#curriculum .recom .same02 {
		position: relative;
		padding: 0;
	}

	#curriculum .recom .same02 .human {
		position: static;
		text-align: center;
		margin: 20px 0 0;
	}
	
	
	/* 資格・就職 */

	table.licenseTable th ,.licenseTable .featureTable th {
		width: auto;
		border-bottom: 1px dotted #000;
	}
	table.licenseTable th, table.licenseTable td {
		width: auto;
		display: block;
		padding: 10px 0;
	}
	.licenseTable .qualificationTable th {
		width: auto;
	}
	#qualification {
		padding: 30px 0 10px;
	}


	#qualification .ttl01 {
		line-height: 1.4;
		text-align: center;
		color: #fff;
		font-size: 1.3em;
		padding: 7px 3%;
		margin: 0 0 20px;
	}
	
	#qualification .faq {
		margin: 0 0 30px;
		padding: 20px 5%;
	}


	#qualification .thdbox {
		margin: 0 0 30px;
		overflow: hidden;
		zoom:1;
	}

	#qualification .secbox .clist,
	#qualification .thdbox .clist {
		width: auto;
		float: none;
	}

	#qualification .voicebox dt {
		text-align: center;
		padding: 10px 5%;
	}


	#qualification .voicebox dd {
		padding: 20px 5%;
	}


	#qualification .voicebox dd .same .photo {
		float: none;
		text-align: center;
	}

	#qualification .voicebox dd .same .text {
		margin: 20px 0 0;
	}
	

	#qualification .iconbox .text {
		width: auto;
		float: none;
	}

	#qualification .iconbox .icon {
		float: none;
		text-align: center;
		margin: 20px 0 0;
	}




	#qualification .voicebox dd .same02 .text {
		width: auto;
		float: none;
	}

	#qualification .voicebox dd .same02 .photo {
		float: none;
		width: auto;
		text-align: center;
		margin: 20px 0 0;
	}
	
	
	#qualification .voicebox dd .same03 .img01 {
		float: none;
		margin: 0 0 20px;
		text-align: center;
	}

	#qualification .voicebox dd .same03 .img02 {
		float: none;
		text-align: center;
		margin: 0 0 20px;
	}
	
	


	#qualification .chsame .box {
		width: auto;
		float: none;
	}

	#qualification .chsame .box.sec {
		width: auto;
		float: none;
		margin: 20px 0 0;
	}

	#qualification .chsame .box .ex01 {
		position: relative;
		padding-left: 15px;
		margin: 0 0 10px;
		line-height: 1.4;
	}
	#qualification .chsame .box .ex01:before {
		background: #ed7c9c;
		width: 12px;
		height: 12px;
		position: absolute;
		top: 5px;
		left: 0;
		content: '';
	}

	#qualification .chsame .box .ex02 {
		position: relative;
		color: #ed7c9c;
		font-size: 1.5em;
		line-height: 1.0;
		margin: 0 0 10px;
	}


	#qualification .chsame .box .ex02 span {
		display: inline-block;
		background: #ed7c9c;
		color: #fff;
		font-size: 0.5em;
		padding: 5px 10px;
		position: absolute;
		right: 0;
	}

	#qualification .chsame .box .ex02 ul {
		font-size: 0.5em;
		position: absolute;
		right: 0;
		text-align: right;
		top: 0;
	}

	#qualification .chsame .box .ex02 ul li {
		display: inline-block;
		background: #ed7c9c;
		color: #fff;
		padding: 5px 10px;
		vertical-align: middle;
	}

	#qualification .chsame .box .ex02 ul li:last-child {
		margin-left: 20px;
		position: relative;
	}


	#qualification .chsame .box .ex02 ul li:last-child:before {
		position: absolute;
		left: -14px;
		top: 3px;
		content: '+';
		color: #ed7c9c;
		font-size: 1.4em;
	}
	
	

	#qualification .chvoice .first {
		border-bottom: 1px solid #ed7c9c;
		padding: 20px 5%;
	}



	#qualification .chvoice .into {
		padding: 20px 5% 30px;
	}


	#qualification .chvoice .into .vbox .text {
		width: auto;
		float: none;
	}

	#qualification .chvoice .into .vbox .photo {
		float: none;
		text-align: center;
		margin: 10px 0 0;
	}

	#qualification .chvoice .into .brown {
		background: #f9f7f0;
		position: relative;
		padding: 40px 3% 20px;
	}

	#qualification .ds5th .voice .belt {
		font-size: 1.0em;
	}
	#qualification .ds5th .voice .bran dl {
		width: 100%;
	}
	#qualification .ds5th .voice .bran dl:last-child {
		margin-left: 0;
		  margin: 20px 0;
	}
	#qualification .ds5th .voice {
		padding: 0 5% 20px;
		overflow: hidden;
		zoom:1;
		background: #eeeff2;
	}


	#qualification .ds5th .voiceFlex{
		flex-flow: column;
	}
	#qualification .ds5th .voice .text {
		width: auto;
	}

	#qualification .ds5th .voice .photo {
		width: auto;
		text-align: center;
		margin: 10px 0 0;
	}
	#qualification .licenseCircle .flex{
		justify-content: start;
		align-items: center;
		flex-flow: column;
	}
	#qualification .licenseCircle .textItem{
		width: 100%;
		margin-bottom: 20px;
	}
	#qualification .licenseCircle .imgItem{
		width: auto;
	}
	/* side */

	#contwrap #side {
		width: auto;
		float: none;
		line-height: 1.0;
		margin: 30px 0 0;
	}
	
	/* feature */

	#feature {
		padding: 20px 0 20px;
	}


	#feature .linklist {
		display: block;
		margin: 0 0 30px;
	}

	#feature .linklist li {
		width: auto;
		float: none;
		line-height: 1.0;
		margin:0 0 20px;
		display: block;
	}

	#feature .linklist li:last-child {
		margin: 0;
	}
	
	#feature .dsfst .who{
		display: block;
	}
	#feature .dsfst p {
		width: 90%;
		border-left: solid 1px #53b989;
		border-right: solid 1px #53b989;
		font-size: 1rem;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	#feature .dsfst .who2 p:last-child {
		margin-bottom: 0;
	}
	#feature .dsfst p:nth-child(2) {
		margin-right: auto;
		margin-left: auto;
	}

	#feature .dssec {
		background: #ebf5ec;
		padding: 20px 5%;
		margin: 0 0 50px;
	}


	#feature .dssec .same dl {
		width: auto;
		float: none;
	}

	#feature .dssec .same dl:nth-child(2) {
		float: none;
		margin: 0 0 20px 0;
	}

	#feature .dssec .same dl dt {
		line-height: 1.0;
		text-align: center;
		color: #fff;
		margin: 0 0 10px;
		font-size: 1.2em;
		padding: 7px 0;
		background: #8ac45d;
	}

	#feature .dstrd {
		background: #ebf5ec;
		padding: 20px 5%;
		margin: 0 0 30px;
	}

	#feature .dstrd .grlist {
		margin: 0 0 30px;
	}

	#feature .dstrd .grlist li {
		margin: 0 0 10px;
		padding: 10px 0;
		text-align: center;
		color: #fff;
		background: #53b989;
		line-height: 1.6;
	}

	#feature .dstrd .grlist li:last-child {
		margin: 0;
	}
	
	#feature .dstrd .white {
		background: #fff;
		padding: 20px 5%;
	}

	#feature .dstrd .white .same {
		overflow: hidden;
		zoom:1;
		margin: 0 0 20px;
	}

	#feature .dstrd .white .same .text {
		width: auto;
		float: none;
	}

	#feature .dstrd .white .same .icon {
		float: none;
		width: auto;
		margin: 10px 0 0;
		text-align: center;
	}


	#feature .ds4th {
		margin: 0 0 30px;
	}


	#feature .ds4th .same dl {
		width: auto;
		float: none;
		margin:0 0 20px;
	}

	#feature .ds4th .same dl:last-child {
		margin: 0;
	}

	#feature .ds4th .same dl dt {
		margin: 0 0 10px;
		text-align: center;
	}

	#feature .ds4th .same dl dt img {
		max-width: 100%;
	}


	#feature .ds4th .matome {
		position: relative;
		padding: 30px 5%;
		background: #eeeff2;
	}


	#feature .ds5th .voice {
		padding: 0 5% 20px;
		overflow: hidden;
		zoom:1;
		background: #eeeff2;
	}



	#feature .ds5th .voice .text {
		width: auto;
		float: none;
	}

	#feature .ds5th .voice .photo {
		float: none;
		width: auto;
		text-align: center;
		margin: 10px 0 0;
	}

	
	#feature .fdfst {
		padding: 40px 5% 20px;
		margin: 0 0 30px;
	}

	#feature .fdfst .icon {
		position: absolute;
		top: -15px;
		left: 0;
		width: 30%;
	}

	#feature .fdfst .fdttl01 {
		text-align: center;
		font-size: 1.4em;
		line-height: 1.4;
		font-weight: 500;
		margin: 0 0 20px;
	}


	#feature .fdsec {
		background: #fdeedd;
		padding: 20px 5%;
		margin: 0 0 30px;
	}


	#feature .fdsec .imgbox li,
	#feature .fdsec .imgbox dl {
		display: inline-block;
		vertical-align: top;
		margin-right: 2%;
		line-height: 1.0;
		max-width: 48%;
	}

	#feature .fdsec .imgbox li:last-child,
	#feature .fdsec .imgbox dl:last-child {
		margin-right: 0;
	}

	#feature .fdsec .imgbox dl {
		text-align: left;
		max-width: 48%;
	}

	.pickup h2{
		width: 100%;
	}

	
	/* children */

	#feature .chttl01 {
		line-height: 1.4;
	}
	
	
	#feature .chfst {
		background: #fbe5eb;
		padding: 30px 5%;
		margin: 0 0 30px;
	}

	#feature .chfst .same .box {
		width: auto;
		float: none;
	}

	#feature .chfst .same .box.end {
		float: none;
		margin: 30px 0 0;
	}


	#feature .chfst .same .box dl dt {
		margin: 0 0 10px;
		text-align: center;
	}

	#feature .chsec {
		margin: 0 0 30px;
	}


	#feature .chsec .relabox {
		position: relative;
		border: 1px solid #ed7c9c;
		padding: 30px 5% 20px;
		border-radius: 7px;
	}


	#feature .chsec .relabox .lead {
		margin: 0 0 30px;
	}

	#feature .chsec .relabox .gray dd {
		background: #eeeff2;
		padding: 25px 3%;
		line-height: 1.6;
	}

	#feature .chsec .relabox .gray dd .inbro {
		display: block;
		vertical-align: top;
	}

	#feature .chsec .relabox .gray dd .inbro.ml30 {
		margin: 20px 0 0;
	}

	#feature .chsec .calender {
		position: relative;
		margin-bottom: 30px;
	}

	#feature .chsec .calender:before {
		width: 1px;
		height: 98%;
		background: #ed7c9c;
		position: absolute;
		top: 1%;
		left: 25px;
		content: '';
		z-index: -1;
	}

	#feature .chsec .calender .rights {
		margin-left: 60px;
	}

	#feature .chsec .calender .number span {
		display: table-cell;
		width: 50px;
		height: 50px;
		line-height: 1.0;
		text-align: center;
		vertical-align: middle;
		border: 1px solid #ed7c9c;
		background: #fff;
		color: #ed7c9c;
		font-size: 1.0em;
		border-radius: 50%;
	}

	#feature .chsec .calender .voice {
		background: #eeeff2;
		padding: 20px 5%;
	}


	#feature .chsec .calender .voice .hdn .texts {
		width: auto;
		float: none;
	}

	#feature .chsec .calender .voice .hdn .human {
		float: none;
		width: auto;
		text-align: center;
		margin: 10px 0 0;
	}

	#feature .chsec .calender .sec02 .same .txts {
		width: auto;
		float: none;
	}

	#feature .chsec .calender .sec02 .same .photo {
		float: none;
		margin: 20px 0 0;
		text-align: center;
	}

	#feature .chsec .daybox {
		overflow: hidden;
		zoom:1;
		margin: 0 0 20px;
	}

	#feature .chsec .daybox .time {
		float: left;
		width: 20%;
	}

	#feature .chsec .daybox .text {
		margin-left: 23%;
	}

	#feature .chsec .daybox .text .pink {
		color: #ed7c9c;
		font-size: 1.3em;
		line-height: 1.0;
		padding: 7px 0;
	}

	#feature .chsec .daybox .text .same .txt {
		width: auto;
		float: none;
	}

	#feature .chsec .daybox .text .same .photo {
		float: none;
		text-align: center;
		margin: 10px 0 0;
	}


	#feature .chtrd .same01 .txt {
		width: auto;
		float: none;
		color: #ed7c9c;
		font-size: 1.3em;
		font-weight: 500;
	}


	#feature .chtrd .same01 .photo {
		width: auto;
		float: none;
		overflow: hidden;
		zoom:1;
		margin: 20px 0 0;
	}


	#feature .chtrd .same02 .txt {
		margin: 20px 0 0;
	}
	#feature .chtrd .same03 .txt {
		margin: 20px 0 0;
	}
	#feature .chtrd .same02 .photo {
		float: none;
		text-align: center;
	}
	#feature .chtrd .same03 .photo {
		float: none;
		text-align: center;
	}

	#feature .chtrd .voice {
		background: #eeeff2;
		overflow: hidden;
		zoom:1;
		margin: 0 0 30px;
		padding: 30px 5%;
	}
 
	#feature .chtrd .voice .txt {
		width: auto;
		float: none;
	}


	#feature .chtrd .voice .human {
		width: auto;
		float: none;
		text-align: center;
		margin: 10px 0 0;
	}



	#feature .chtrd .lastbox .box {
		width: auto;
		float: none;
	}

	#feature .chtrd .lastbox .box.end {
		float: none;
		margin: 30px 0 0;
	}

	#feature .chtrd .lastbox .box figure {
		text-align: center;
	}

	#feature .chtrd .lastbox .box.end figure {
		padding: 0;
	}
	
	#no01,
	#no02,
	#no03,
	#no04,
	#no05 {
		margin-top: -20px;
		padding-top: 20px;
	}


	
}

/*===============================================
  画面の横幅が380px以下に適用
===============================================*/
@media screen and (max-width: 380px){
}


.midBold {
	color: #53b989;
	font-size: 1.4em;
	font-weight: 500;
	line-height: 1.2;
	margin-bottom: 10px;
}



/* 2022/05 */

.treeBox {
	margin-bottom: 50px;
}

.finger {
	display: none;
}

@media screen and (max-width: 767px){
	
	.treeBox {
		width: 100%;
		overflow-x: scroll;
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
	
	.treeBox .slImg {
		width: 700px;
	}
	
	.finger {
		display: block;
		text-align: center;
		margin-bottom: 50px;
	}
	
}



.danzenTitle {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
}

.danzenTitle img {
	max-height: 80px;
}

.danzenTitle .danPoint {
	line-height: 1.0;
	font-size: 2.4em;
	margin: 0 0 0 20px;
	padding: 28px 0 0;
	font-weight: 600;
}


@media screen and (max-width: 767px){
	
	.danzenTitle {
		display: block;
		margin-bottom: 10px;
		text-align: center;
	}

	.danzenTitle img {
		max-height: inherit;
		max-width: 60%;
	}

	.danzenTitle .danPoint {
		line-height: 1.0;
		font-size: 2.0em;
		margin: 10px 0 0 0;
		padding: 0 0 0;
		font-weight: 600;
	}

	
}

/* 2024.02.21 追記 */

.scrollImg figcaption::before {
	content: 'クリック';
}

@media screen and (max-width: 768px) {

	.scrollImg figcaption::before {
		content: 'タップ';
	}

}

@media screen and (max-width: 767px) {

	#dxWindow figure {
		overflow: auto;
	}

	#dxWindow figure img {
		max-width: none;
		width: 1000px;
	}

}

/* 2025.02.26 追記 */

.sub-head {
	color: #53b989;
	display: block;
	margin-top: 10px;
}

#feature .voiceFlex + .voiceFlex {
	margin-top: 30px;
}
#feature .voiceFlex .item-text {
	width: 45%;
}
#feature .voiceFlex .item-image {
	width: 50%;
}
#feature .voiceFlex .item-image img {
	max-height: none;
}

.design #qualification .secflex {
	display: flex;
	flex-wrap: wrap;
	gap: 20px 4%;
	margin-block: 15px 40px;
}
.design #qualification .secflex .secflex_item {
	width: 48%;
}
.design #qualification .secflex .secflex_item .captionhead {
	color: #53b989;
	margin-block: 10px 5px;
}


/* 追加 */

#feature .arArea .ttl01 {
	line-height: 1.0;
	text-align: center;
	color: #fff;
	margin: 0 0 20px;
	font-size: 1.3em;
	padding: 7px 0;
	background: #6eb659;
}

.arArea {
	margin-bottom: 60px;
}


.harfFlex {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

.harfFlex .harfSame01 {
	width: 48%;
}
.harfFlex .harfSame02 {
	width: 48%;
}

.arTitle {
	font-size: 1.2em;
	line-height: 1.4;
	font-weight: 400;
	margin-bottom: 10px;
}

.arCenter {
	text-align: center;
	margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
	
	#feature .voiceFlex .item-text {
		width: auto;
	}
	#feature .voiceFlex .item-image {
		width: auto;
	}
	
	
	
	.arArea {
		margin-bottom: 50px;
	}


	.harfFlex {
		display: block;
		margin-bottom: 20px;
	}

	.harfFlex .harfSame01 {
		width: auto;
		margin-bottom: 20px;
	}
	.harfFlex .harfSame02 {
		width: auto;
	}
	
}
