@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);

sup{
	font-size: 0.7em;
}
br.tabl{
	display: none;
}
.indText{
	text-indent: -1.1em;
	padding-left: 1.1em;
}

#no01,
#no02,
#no03,
#no04,
#no05 {
	margin-top: -100px;
	padding-top: 100px;
}

/* 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: 30px 0;
	overflow: hidden;
	zoom:1;
}

.food #contents .pickup {
	border-bottom: 1px solid #f18e1d;
}
.design #contents .pickup {
	border-bottom: 1px solid #54b184;
}

.child #contents .pickup,
.children #contents .pickup {
	border-bottom: 2px solid #ed7c9c;
}

.children #contents .pickup.pickup_color01{
	border-bottom: 2px solid #ea5a58;
}

.children #contents .pickup.pickup_color02{
	border-bottom: 2px solid #f5a500;
}

.children #contents .pickup.pickup_color03{
	border-bottom: unset;
	padding: 30px 0 0;
}

#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;
}


/* 教員＆在学生座談会 */

#discussion {
	padding: 30px 40px 50px;
}


.design #discussion {
	background: #d0e5d7;
}

.food #discussion {
	background: #fce8d2;
}

.children #discussion {
	background: #fbe5eb;
}
.children .voice{
	background: #eeeff2;
    padding: 40px;
}
.children .voiceTitle{
	font-size: 1.6em;
	line-height: 1.4;
	display: flex;
	margin-bottom: 10px;
}
.children .voiceTitle .voiceTitleHead {
	flex-shrink: 0;
}
.children .voiceTitle .ib {
	display: inline-block;
}
.children .voiceFlex{
	display: flex;
	justify-content: space-between;
}
.children .texts{
	width: 65%;
}
.children .texts .textArea{
    margin-bottom: 25px;
}
.children .texts .textArea:last-of-type{
    margin-bottom: 0;
}

.children .title{
    font-size: 1.2em;
    font-weight: 500;
    color: #ed7c9c;
    display: block;
}
.children .human{
    width: 30%;
	text-align: center;
}


#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 auto;
    max-width: 300px;
}


#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 {
	overflow: hidden;
	zoom:1;
	padding: 0 0 10px;
}


#curriculum .same .box {
	width: 325px;
	float: left;
	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 {
    display: flex;
    align-items: center;
    line-height: 1.3;
}
#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;
}
.centerText{
	margin-bottom: 30px;
}

#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 .ttl02 span.font08{
	font-size: 0.7em;
}

#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 .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;*/
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	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: 48%;
}



#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 .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;
	color: #ed7c9c;
    border-left: 7px solid #ed7c9c;
}
#qualification .NVoice{
	padding: 40px;
	background: #fff;
	border: 1px solid #ed7c9c;
	display: flex;
	flex-wrap: wrap;
	gap: 0 5%;
	margin-bottom: 45px;
}
#qualification .NVoice .lead{
	width: 60%;
}
#qualification .NVoice .img{
	width: 35%;
	display: flex;
    flex-flow: column;
    gap: 5px;
}
#qualification .NVoice .img figcaption{
	line-height: 1.4;
	text-align: center;
}
#qualification .NVoice .img figcaption span{
	font-size: 1.4em;
}

/* feature */

#feature {
	padding: 30px 0 20px;
}


#feature .linklist {
	/*overflow: hidden;
	zoom:1;*/
	display: flex;
	justify-content: space-between;
	margin: 0 0 50px;
}

#feature .linklist li {
	width: 32%;
	line-height: 1.4;
	margin-right: 0;
}

#feature .linklist.yonko li {
	width: 24%;
}


#feature .linklist li:last-child {
	margin-right: 0;
}


#feature .linklist li a {
	display: flex;
	padding: 5px 0 5px;
	align-items: center;
	justify-content: center;
	position: relative;
	color: #fff;
	font-size: 0.9em;
	height: 100%;
}

#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;
}
#feature .textArea .title {
	display: flex;
	align-items: center;
	line-height: 1.4rem;
	margin-bottom: 10px;
}
#feature .textArea .title::before {
	content: "Q";
	margin-right: 10px;
	font-size: 1.6em;
	transform: translateY(-12%);
}

.design #feature .linklist li a {
	background: #54a980;
}

.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 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 {
	padding: 40px;
	margin: 0 0 50px;
    background: #eeeff2;
}


#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;
	gap: 30px 0;
	zoom:1;
}

#feature .dssec .same dl {
	width: 286px;
}

#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: #f5a500;
}

#feature .dssec .same dl:nth-child(2) dt {
	background: #ea5a58;
}

#feature .dssec .same dl:nth-child(3) dt {
	background: #ee87b4;
}

#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.0;
	margin: 0 0 10px;
	font-size: 1.2em;
	color: #53b989;
	font-weight: 500;
}

#feature .dstrd .ttl05 span {
	font-size: 2.0em;
	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: 40px;
}

#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 .img03 {
	text-align: center;
}

#feature .ds4th {
	margin: 0 0 50px;
}


#feature .ds4th .ttl01 {
	line-height: 1.0;
	text-align: center;
	color: #fff;
	margin: 0 0 20px;
	font-size: 1.3em;
	padding: 7px 0;
	background: #53b989;
}

#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 .scroll {
	width: 100%;
	overflow-x: auto;
	padding: 0 0 10px;
	margin: 0 0 30px;
}

#feature .ds4th .scroll img {
	max-width: inherit !important;
}

#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 .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 {
	display: flex;
    align-items: center;
	color: #ed7c9c;
	line-height: 1.0;
	font-size: 1.5em;
	margin: 0 0 10px;
	
}
#feature .chttl04 .titleNumber {
	color: #231815;
    font-size: 1.7em;
    padding-right: 10px;
}
#feature .borderDouble {
	padding: 20px 25px;
	border: thick double #ed7c9c ;
	margin-bottom: 30px;
}
#feature .borderDouble .imgFlex{
	margin-bottom: 0;
}

#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.mauto {
	float: none;
	margin: 0 auto;
}


#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;
	padding-block: 1px;
}

#feature .chsec .calender .voice .hdn .texts {
	width: 370px;
	float: left;
}
#feature .chsec .calender .voice .hdn .texts .textArea{
	margin-bottom: 25px;
}
#feature .chsec .calender .voice .hdn .texts .textArea:last-of-type{
	margin-bottom: 0;
}
#feature .chsec .calender .voice .hdn .texts .textArea .title{
	font-size: 1.2em;
}

#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 .chsec .point_listTitle {
    background: #231815;
    color: #fff;
    line-height: 1.0;
    font-weight: 600;
    padding: 10px;
}
#feature .chsec .point_list{
	margin-top:10px;
}
#feature .chsec .point_listText{
	margin-bottom: 20px;
}
#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.lasts {
	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;
}
#feature .dsfst .ttl02 {
	line-height: 1.0;
	text-align: center;
	color: #fff;
	margin: 0 0 20px;
	font-size: 1.3em;
	padding: 7px 0;
	background: #ed7c9c;
  }
  .danzenTitle {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
}

.danzenTitle img {
	max-height: 80px;
	margin-right: 20px;
}

.danzenTitle .danPoint {
	line-height: 1.0;
	font-size: 2.4em;
	padding: 28px 0 0;
	font-weight: 600;
	color: #000;
}

.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: #ed7c9c;
	box-sizing: border-box;
	padding: 3px 10px 3px;
	line-height: 1.2;
	margin-bottom: 10px;
}
.kome{
	font-size: 0.9em;
}




/* 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;
}


.imgFlex {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}


.imgFlex li {
	width: 48%;
}

/*240305追記*/
/* 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 img{
	max-height: 220px;
}
.pickup .point{
	width: 180px;
    padding: 4%;
	border-radius: 7px;
	color: #FFF;
}
.pickup .point dt{
	text-align: center;
	font-size: 1.2em;
}
.pickup_color01 .container .contents ul a:hover,
.pickup_color02 .container .contents ul a:hover,
.pickup_color03 .container .contents ul a:hover {
    text-decoration: none;
}
.pickup_color01 h2, .pickup_color01 .container .contents .point {
    background: #ea5a58;
}
.children .pickup_color01 .title{
    color: #ea5a58;
}
.pickup_color01 .container h3 {
    color: #ea5a58;
    border-bottom: 2px solid #ea5a58;
}
.pickup_color01 .container .contents ul a {
    text-decoration: underline #ea5a58;
}

.pickup_color02 h2, .pickup_color02 .container .contents .point {
    background: #f5a500;
}
.pickup_color02 .container h3 {
    color: #f5a500;
    border-bottom: 2px solid #f5a500;
}
.children .pickup_color02 .title{
    color: #f5a500;
}
.pickup_color02 .container .contents ul a {
    text-decoration: underline #f5a500;
}
.pickup_color03 h2, .pickup_color03 .container .contents .point {
    background: #ee87b4;
}
.children .pickup_color03 .title{
    color: #ee87b4;
}
.pickup_color03 .container h3 {
    color: #ee87b4;
    border-bottom: 2px solid #ee87b4;
}
.pickup_color03 .container .contents ul a {
    text-decoration: underline #ee87b4;
}
.pointContainer{
	background: #eeeff2;
    padding: 20px 40px;
	margin-bottom: 40px;
}
.pointContainer .pointTitle{
	width: fit-content;
	color: #fff;
	padding: 2px 6px;
	margin-bottom: 20px;
	font-size: 1.2em;
}
.pickup_color01 .pointContainer .pointTitle{
	background: #ea5a58;
}
.pickup_color02 .pointContainer .pointTitle{
	background: #f5a500;
}
.pickup_color03 .pointContainer .pointTitle{
	background: #ee87b4;
}
.pointContainer .pointList li{
	display: flex;
	align-items: center;
	font-size: 1.2em;
    font-weight: 500;
	line-height: 1.4rem;
    margin-bottom: 20px;
}
.pickup_color01 .pointContainer .pointList li{
	color: #ea5a58;
}
.pickup_color02 .pointContainer .pointList li{
	color: #f5a500;
}
.pickup_color03 .pointContainer .pointList li{
	color: #ee87b4;
}
.pointContainer .pointList li::before{
    margin-right: 15px;
    font-size: 1.6em;
}
.pointContainer .pointList li:nth-of-type(1):before{
	content: "1";
}
.pointContainer .pointList li:nth-of-type(2):before{
	content: "2";
}
.pointContainer .pointList li:nth-of-type(3):before{
	content: "3";
}
.pointContainer .pointList li:nth-of-type(4):before{
	content: "4";
}
.pointContainer .pointList li:nth-of-type(5):before{
	content: "5";
}

/*===============================================
  画面の横幅が1024px以下に適用
===============================================*/
@media screen and (max-width: 1024px){
	
	
	.imgFlex {
		display: block;
	}

	.imgFlex li {
		width: auto;
	}
	
	.imgFlex li:first-child {
		text-align: center;
	}
	
	.imgFlex li:nth-child(n + 2) {
		margin-top: 20px;
	}
	
	
	/* 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 .chsame {
		display: block;
	}


	#qualification .chsame .box {
		width: auto;
		float: none;
	}

	#qualification .chsame .box.sec {
		width: auto;
		float: none;
		margin: 20px 0 0;
	}
	#qualification .NVoice{
		padding: 30px 5%;
	}
	#qualification .NVoice .lead{
		margin-bottom: 20px;
	}
	#qualification .NVoice .lead,
	#qualification .NVoice .img{
		width: 100%;
	}
	#qualification .NVoice .img{
		justify-content: center;
		align-items: center;
	}

	
	/* feature */



	#feature .linklist {
		margin: 0 0 50px;
		text-align: center;
		flex-wrap: wrap;
	}

	#feature .linklist li {
		width: 48%;
	}

	#feature .linklist li:last-child {
		margin-right: 0;
	}
	
	#feature .linklist li:nth-child(n + 3) {
		margin-top: 20px;
	}

	#feature .dssec .same dl {
		width: auto;
		float: none;
	}

	#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 .chsec .calender .voice .hdn .texts {
		width: auto;
		float: none;
	}

	#feature .chsec .calender .voice .hdn .human {
		float: none;
		width: auto;
		text-align: center;
	}
	#feature .dssec .ttl01{
		font-size: 1.4em
	}

	/* children */
	.children .voice {
		padding: 40px 5%;
	}
	.children .voice .voiceFlex{
		flex-flow: column;
		align-items: center;
	}
	.children .voice .texts {
		width: 100%;
	}
	.children .voice .human{
		width: unset;
		margin-top: 10px;
	}

	.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{
		display: block;
		max-height: 220px;
		margin: 20px auto 10px;
	}
	.pointContainer {
		padding: 20px 5%;
		margin-bottom: 20px;
	}
		#feature .dssec .ttl01{
		font-size: 1.4em
	}

}

/*===============================================
  画面の横幅が768px以下に適用
===============================================*/
@media screen and (max-width: 768px){
	br.tabl{
		display: block;
	}
}

/*===============================================
  画面の横幅が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;
	}
	

	/* 教員＆在学生座談会 */

	#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;
	}
	
	
	
	/* 資格・就職 */

	#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 .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;
	}

	/* side */

	#contwrap #side {
		width: auto;
		float: none;
		line-height: 1.0;
		margin: 30px 0 0;
	}
	
	/* feature */

	#feature {
		padding: 20px 0 20px;
	}


	#feature .linklist {
		margin: 0 0 30px;
		display: block;
	}

	#feature .linklist li {
		width: auto;
	}
	
	#feature .linklist li a {
		padding: 15px 0;
	}

	#feature .linklist li:nth-child(n + 2) {
		margin-top: 20px;
	}

	#feature .dssec {
		padding: 20px 5%;
		margin: 0 0 50px;
	}


	#feature .dssec .same dl {
		width: auto;
		float: none;
	}

	#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;
	}

	#feature .dstrd {
		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%;
	}

	

	#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  .sec02 .number .mot01 {
		margin-bottom: 35px !important;
	}
	
	#feature  .sec02 .number .mot02 {
		margin-bottom: 40px !important;
	}
	
	#feature  .sec02 .number .mot03 {
		margin-bottom: 50px !important;
	}
	

	#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.lasts {
		float: none;
		margin: 20px 0 0;
	}

	#feature .chtrd .lastbox .box figure {
		text-align: center;
	}

	#feature .chtrd .lastbox .box.end figure {
		padding: 0;
	}
	.four div {
		width: 100%;
	  }
	  .four div:nth-child(2n) {
		margin-left: 0;
	  }
	  .four div:nth-child(n + 2) {
		margin-top: 30px;
	  }
	#no01,
	#no02,
	#no03,
	#no04,
	#no05 {
		margin-top: -20px;
		padding-top: 20px;
	}


	
}

/*===============================================
  画面の横幅が380px以下に適用
===============================================*/
@media screen and (max-width: 380px){
}

.huName {
	text-align: center;
	font-weight: 500;
	margin: 5px 0 0;
}


.huName span {
	font-size: 0.5em;
}


.feaFlex {
	display: flex;
	justify-content: space-between;
}


.feaFlex .photo {
	width: 42%;
}


.feaFlex .texts {
	width: 55%;
}

.feaFlex .texts .flTitle {
	color: #ed7c9c;
	font-size: 1.2em;
	margin-bottom: 5px;
}


.feaFlex .texts .flTitle span {
	display: inline-block;
	line-height: 1.0;
	background: #fff100;
	font-size: 0.8em;
	color: #000;
	padding: 2px 5px;
	margin-right: 5px;
}

.grayWrap {
	background: #eeeff2;
	padding: 20px;
}


.grayFlex {
	display: flex;
	justify-content: space-between;
}


.grayFlex .circle {
	width: 20%;
	margin-right: 20px;
}

.grayFlex .txt01 {
	width: 80%;
}

.grayFlex .txt02 {
	width: 62%;
}

.grayFlex .txt02 dt {
	font-size: 1.4em;
	line-height: 1.2;
	margin-bottom: 10px;
	color: #ed7c9c;
}

.grayFlex .imgs {
	width: 35%;
}

.grayFlex .bigTxt01 {
	font-size: 1.6em;
	margin-bottom: 5px;
}

.grayFlex .voice01 {
	width: 80%;
}

.grayFlex .voice02 {
	width: 18%;
	text-align: center;
}

.voTitle {
	background: #000;
	color: #fff;
	line-height: 1.0;
	font-size: 1.2em;
	margin-bottom: 20px;
	padding: 10px;
}


.grayFlex .circle span {
	display: flex;
	width: 120px;
	height: 120px;
	text-align: center;
	align-items: center;
	justify-content: center;
	font-size: 1.2em;
	line-height: 1.4;
	color: #ed7c9c;
	background: #fff;
	border-radius: 50%;
}

	

@media screen and (max-width: 1024px){
	
	.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: 0 0 10px 0;
		padding: 0 0 0;
		font-weight: 600;
	}
}

@media screen and (max-width: 767px){
	
	.feaFlex {
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}


	.feaFlex .photo {
		width: 100%;
		text-align: center;
		margin-top: 20px;
	}


	.feaFlex .texts {
		width: 100%;
	}
	
	.grayWrap {
		padding: 20px 5%;
	}


	.grayFlex {
		flex-wrap: wrap;
	}


	.grayFlex .circle {
		width: 100%;
		margin:0 0 10px;
	}

	.grayFlex .txt01 {
		width: 100%;
	}

	.grayFlex .txt02 {
		width: 100%;
	}


	.grayFlex .imgs {
		width: 100%;
		text-align: center;
		margin-top: 10px;
	}


	.grayFlex .voice01 {
		width: 100%;
	}

	.grayFlex .voice02 {
		width: 100%;
		text-align: center;
		margin-top: 10px;
	}

	.grayFlex .circle span {
		display: block;
		width: auto;
		height: auto;
		font-size: 1.2em;
		line-height: 1.4;
		color: #ed7c9c;
		background: #fff;
		border-radius: 0;
		padding: 10px;
	}
	.grayFlex .circle span br {
		display: none;
	}

	
	
}

.rds {
	border-radius: 50%;
}

/* 2025.02.26 追記 */

.sub-head {
	color: #ed7c9c;
	display: block;
	margin-top: 10px;
}

#feature .voiceFlex + .voiceFlex {
	margin-top: 30px;
}
#feature .voiceFlex .item-text {
	width: 45%;
}
#feature .voiceFlex .item-text .title {
	display: flex;
	align-items: center;
	line-height: 1.4rem;
	margin-bottom: 10px;
}
#feature .voiceFlex .item-text .title::before {
	content: "Q";
	margin-right: 10px;
	font-size: 1.6em;
	transform: translateY(-12%);
}
#feature .voiceFlex .item-image {
	width: 50%;
}
#feature .voiceFlex .item-image img {
	max-height: none;
}

#qualification .column {
	background: #eeeff2;
    padding: 40px;
}
#qualification .column .column-title {
	font-size: 1.8em;
	color: #ed7c9c;
	font-weight: 700;
	text-align: center;
	line-height: 1.0;
	margin-bottom: 10px;
}
#qualification .column .column-box:not(:last-of-type) {
	margin-bottom: 20px;
}
#qualification .column .column-box .column-box-image {
	text-align: center;
	width: 75%;
	margin-top: 10px;
	margin-inline: auto;
}

@media screen and (max-width: 1024px) {
	#qualification .column {
		padding: 40px 5%;
	}
	
	#feature .voiceFlex .item-text {
		width: 100%;
	}

	#feature .voiceFlex .item-image {
		width: 100%;
	}
	
	
}
@media screen and (max-width: 640px) {
	#qualification .column .column-box .column-box-image {
		width: 90%;
	}
}





/* 追加 */

#feature .arArea .ttl01 {
	line-height: 1.0;
	text-align: center;
	color: #fff;
	margin: 0 0 20px;
	font-size: 1.3em;
	padding: 7px 0;
	background: #ed7c9c;
}



.harfFlex {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}

.harfFlex .harfSame01 {
	width: 48%;
}
.harfFlex .harfSame02 {
	width: 48%;
}

.arTitle {
	font-size: 1.2em;
	line-height: 1.4;
	font-weight: 400;
	margin-bottom: 10px;
	color: #e7317b;
}



@media screen and (max-width: 767px) {
	
	#feature .voiceFlex .item-text {
		width: auto;
	}
	#feature .voiceFlex .item-image {
		width: auto;
	}
	
	


	.harfFlex {
		display: block;
		margin-bottom: 20px;
	}

	.harfFlex .harfSame01 {
		width: auto;
		margin-bottom: 20px;
	}
	.harfFlex .harfSame02 {
		width: auto;
	}
	
}
