@charset "utf-8";
/* CSS Document */

#areaAboutCHK {}

/*************************************
#areaMessage
*************************************/

#areaAboutCHK #areaMessage {
	margin-bottom:105px;
}

#areaAboutCHK #areaMessage h3{
	color:#FF6E6E;
	font-size:1.7em;
	font-weight:bold;
	position:relative;
	padding:5px 10px 40px 10px;
	margin-bottom:25px;
	text-shadow:2px 2px 0 rgba(0,0,0,0.1);
	opacity:0;
}
#areaAboutCHK #areaMessage h3.show{
	opacity:1;
}
#areaAboutCHK #areaMessage h3 .icon{
/*#areaAboutCHK #areaMessage h3::before{*/
	content:"";
	display:block;
	background:#ff6e6e;
	width:95%;
	height:0;
	padding:15% 0 0 0;
	margin:0 0 -10px -50px;
	position:absolute;
	left:0;
	bottom:0;
	z-index:-1;
	background:url("css_img/bgslashMessOrange.svg") no-repeat left top;
	background-size:100%;
	opacity:0;
}
#areaAboutCHK #areaMessage h3.show .icon{
	margin:0;
	opacity:0.5;
}
#areaAboutCHK #areaMessage .photo{
	position:relative;
	background:#eee;
	height:0;
	padding-top:40%;
	overflow:hidden;
}


#areaAboutCHK #areaMessage > p {
	width:100%;
	margin-left:30px;
	opacity:0;
	font-size:1.08em;
	line-height:1.8em;
	color:#666;
}
#areaAboutCHK #areaMessage > p.show {
	opacity:1;
	margin-left:0;
}

#areaAboutCHK #areaMessage .photo {
	opacity:0;
}
#areaAboutCHK #areaMessage .photo.show {
	opacity:1;
}
#areaAboutCHK #areaMessage .photo img,
#areaAboutCHK #areaMessage .photo p{
	width:100%;
	height:auto;
	position:absolute;
	left:0;
	top:0;
	text-align:center;
}

/* ウィンドウ幅が768pxの場合に適用するCSS */
@media screen and ( min-width:768px )
{

	#areaAboutCHK #areaMessage h3{
		font-size:2.21em;
		padding-bottom:70px;
		margin-bottom:25px;
	}

	#areaAboutCHK #areaMessage h3 .icon{
	/*#areaAboutCHK #areaMessage h3::before{*/
		width:495px;
		padding-top:75px;
	}
}


/*************************************
#areaPointIntro
*************************************/

#areaPointIntro {
	margin-bottom:105px;
}

#areaPointIntro .boxPointAbout {
	padding-top:130px;
	position:relative;
	margin-bottom:35px;
}

#areaPointIntro .boxPointAbout h3 {
	text-align:center;
	margin-bottom:20px;
	padding-bottom:15px;
	font-weight:bold;
	font-size:1.18em;
	color:#666;
	position:relative;
	opacity:0;
	overflow:hidden;
}
#areaPointIntro .boxPointAbout h3.show {
	opacity:1;
}
#areaPointIntro .boxPointAbout h3::before {
	content:"";
	display:block;
	position:absolute;
	left:-100%;
	bottom:3px;
	width:100%;
	height:2px;
	background:#FFA8A8;
	opacity:0;
	transition-property:left,opacity;
	transition-duration:0.3s;
	transition-timing-function:ease-in-out;
	transition-delay:0s;
}
#areaPointIntro .boxPointAbout h3.show::before {
	left:0;
	opacity:1;
}

#areaPointIntro .boxPointAbout .circlePoint {
	position:absolute;
	color:#fff;
	font-size:1.1em;
	font-weight:bold;
	background:#f99;
	text-align:center;
	width:120px;
	height:120px;
	line-height:120px;
	top:0;
	left:50%;
	margin-left:-60px;
	border-radius: 120px;        /* CSS3草案 */  
	-webkit-border-radius: 120px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 120px;   /* Firefox用 */
	-moz-transform:    rotateY( 90deg );  /* Firefox用 */
	-webkit-transform: rotateY( 90deg );  /* Chrome,Safari,新しいOpera用 */
	-o-transform:      rotateY( 90deg );  /* 古いOpera用 */
	-ms-transform:     rotateY( 90deg );  /* IE9用 */
	transform:         rotateY( 90deg );  /* CSS3の書き方 */
	transition-property:-moz-transform,-webkit-transform,-o-transform,-ms-transform,transform;
	transition-duration:0.3s;
	transition-timing-function:ease-in-out;
	transition-delay:0s;
}

#areaPointIntro .boxPointAbout .circlePoint.show {
	-moz-transform:    rotateY( 0deg );  /* Firefox用 */
	-webkit-transform: rotateY( 0deg );  /* Chrome,Safari,新しいOpera用 */
	-o-transform:      rotateY( 0deg );  /* 古いOpera用 */
	-ms-transform:     rotateY( 0deg );  /* IE9用 */
	transform:         rotateY( 0deg );  /* CSS3の書き方 */
}


#areaPointIntro .boxPointAbout .text {
	opacity:0;
}
#areaPointIntro .boxPointAbout .text.show {
	opacity:1;
}


/* ウィンドウ幅が768pxの場合に適用するCSS */
@media screen and ( min-width:768px )
{

	#areaPointIntro .boxPointAbout {
		padding-top:0;
		padding-left:150px;
		margin-bottom:85px;
		min-height:120px;
	}


	#areaPointIntro .boxPointAbout .circlePoint {
		font-size:1.1em;
		width:120px;
		height:120px;
		line-height:120px;
		left:10px;
		margin-left:0;
		border-radius: 120px;        /* CSS3草案 */  
		-webkit-border-radius: 120px;    /* Safari,Google Chrome用 */
		-moz-border-radius: 120px;   /* Firefox用 */
	}
	
	
	#areaPointIntro .boxPointAbout h3 {
		text-align:left;
		margin-bottom:20px;
		padding-bottom:15px;
		padding-left:5px;
		font-size:1.23em;
	}


}


/*************************************
#areaDataOffice
*************************************/

#areaDataOffice {
	margin-bottom:55px;
	position:relative;
}

#areaDataOffice:after {
	content:"";
	display:block;
	width:80%;
	height:0;
	padding-top:45%;
	background:#FFA8A8ee;
	left:-20px;
	top:-35px;
	z-index:-3;
	position:absolute;
}


#areaDataOffice .inframe{
	padding:20px 35px;
	margin:0 10px;
	background:#ffffffee;
	box-shadow:0 0 15px #00000033;
	border-radius: 15px;        /* CSS3草案 */  
	-webkit-border-radius: 15px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 15px;   /* Firefox用 */
}

#areaDataOffice h3 {
	font-weight:bold;
	font-size:1.42em;
	margin-bottom:15px;
	text-align:center;
	color:#FF4343;
}

#areaDataOffice dl {
	padding:15px 0 15px 35px;
	position:relative;
	border-bottom:solid 1px #eee;
}
#areaDataOffice dl::before {
	position:absolute;
	left:0;
	top:15px;
	width:20px;
	height:20px;
	content:"";
	display:block;
	background:#FFA8A8;
	border-radius: 20px;        /* CSS3草案 */  
	-webkit-border-radius: 20px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 20px;   /* Firefox用 */
}

#areaDataOffice dt {
	font-weight:bold;
	margin-bottom:10px;
	color:#333;
}

/*************************************
#areaListTeacher
*************************************/

#areaListTeacher{}

#areaListTeacher dl{
	padding:1.5em 0 1.5em 0.3em;
	border-bottom:solid 1px #ccc;
	position:relative;
	box-sizing:border-box;
	opacity:0;
}
#areaListTeacher dl.view{
	opacity:1;
}
#areaListTeacher dl span{
	font-weight:normal;
	font-size:0.71em;
	/*padding:5px 10px;*/
	margin-left:10px;
	color:#FF4343;
}

#areaListTeacher dt{
	font-size:1.23em;
	color:#666;
	font-weight:bold;
}

#areaListTeacher dd.text{
	font-size:0.87em;
}
#areaListTeacher dd.text p{
	padding:0.8em 0;
	margin:0;
}

#areaListTeacher dd.boxPhoto {
	text-align:center;
}
#areaListTeacher dd.boxPhoto .photo {
	line-height:0;
}


/* ウィンドウ幅が768pxの場合に適用するCSS */
@media screen and ( min-width:768px ){
	#areaListTeacher dl{
		padding-left:120px;
		min-height:145px;
	}
	
	#areaListTeacher dd.boxPhoto {
		position:absolute;
		left:10px;
		top:1.5em;
		width:80px;
	}
	
}

/*************************************
#areaReason
*************************************/

#areaReason {}


#areaReason .groupReason {
	padding:50px 0 50px 0;
	border-bottom:solid 1px #ccc;
}

#areaReason .groupReason h3.mark {
	width:10px;
	height:10px;
	text-align:center;
	margin:0 auto 55px;
	color:#fff;
	background:#333;
	box-sizing:border-box;
	padding:62px 0 0 0;
	font-size:2.30em;
	font-weight:bold;
	position:relative;
	opacity:0;
	border-radius: 120px;        /* CSS3草案 */  
	-webkit-border-radius: 120px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 120px;   /* Firefox用 */
}
#areaReason .groupReason.show h3.mark {
	opacity:1;
	width:120px;
	height:120px;
}
#areaReason .groupReason h3.mark::before {
	content:"選ばれる理由";
	position:absolute;
	width:4em;
	top:20px;
	left:50%;
	margin-left:-2em;
	font-weight:normal;
	font-size:0.52em;
	line-height:1.23em;
}


#areaReason .listPhoto li {
	padding:0;
}
#areaReason .listPhoto li .photo {
	line-height:0;
}


/*************************************
#atLesson
*************************************/

#areaReason #atLesson {}

#areaReason #atLesson .box01 {
	position:relative;
	margin-bottom:35px;
	position:relative;
	padding-bottom:55%;
}
#areaReason #atLesson .box01:after {
	width:100%;
	height:0;
	overflow:hidden;
	padding:0 0 50% 0;
	background: url(css_img/iconReason_p01.svg) no-repeat left top;
	background-size:100%;
	position:absolute;
	left:0;
	bottom:0px;
	margin-left:0;
	visibility:inherit;
	opacity:0;
	transition-property:opacity;
	transition-duration:0.3s;
	transition-timing-function:ease-in-out;
	transition-delay:0s;
}
#areaReason #atLesson.show .box01:after {
	opacity:1;
}

#areaReason #atLesson .box01 p {
	margin:0 0 30px 1000px;
	opacity:0;
	width:90%;
	padding:0 0 0 1em;
	font-size:1.85rem;
	font-weight:bold;
	text-shadow:3px 3px 8px #00000033;
	transform: skewX(-10deg);
}
#areaReason #atLesson.show .box01 p {
	margin-left:0;
	opacity:1;
}

#areaReason #atLesson .box01 .listPhoto {
	box-sizing:border-box;
	opacity:0;
}
#areaReason #atLesson.show .box01 .listPhoto {
	opacity:1;
}

#areaReason #atLesson .box01 .listPhoto li {
	background:#eee;
}
#areaReason #atLesson .box01 .listPhoto li.photo img {
	width:100%;
}

#areaReason .groupReason .listCourse li {
	padding:0 10px 55px 10px;
	font-size:1.3em;
	margin-top:-30px;
	opacity:0;
}
#areaReason #atLesson.show .listCourse li {
	margin-top:0;
	opacity:1;
}

#areaReason .groupReason .listCourse li .frame {
	text-align:center;
	padding:11px 5px;
	color:#fff;
	background:#FF6E6E;
	border-radius: 15px;        /* CSS3草案 */  
	-webkit-border-radius: 15px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 15px;   /* Firefox用 */
}
#areaReason .groupReason .listCourse li:after {
	content:"=";
	display:block;
	position:absolute;
	color:#999;
	font-size:1.8em;
	bottom:15px;
	left:50%;
	width:20px;
	margin-left:-10px;
	-moz-transform:    rotate( 90deg );  /* Firefox用 */
	-webkit-transform: rotate( 90deg );  /* Chrome,Safari,新しいOpera用 */
	-o-transform:      rotate( 90deg );  /* 古いOpera用 */
	-ms-transform:     rotate( 90deg );  /* IE9用 */
	transform:         rotate( 90deg );  /* CSS3の書き方 */
}
#areaReason .groupReason .listCourse li.last {
	padding-bottom:0;
}
#areaReason .groupReason .listCourse li.last:after {
	display:none;
}
#areaReason #atLesson .box01 a[href="teacher.html"],
#areaReason #atLesson .box01 a[href="teacher.php"] {
	display:block;
	background:#333;
	color:#fff;
	font-size:1.37em;
	font-weight:bold;
	padding:1.1em 2.0em 1.1em 60px;
	position:relative;
	opacity:0;
	margin-top:-1.8em;
	border-radius: 5px;        /* CSS3草案 */  
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
	transition-property:background-color;
	transition-duration:0.3s;
	transition-timing-function:ease-in-out;
	transition-delay:0s;
}
#areaReason #atLesson .box01 a[href="teacher.html"]::before,
#areaReason #atLesson .box01 a[href="teacher.php"]::before {
	content:"";
	display:block;
	position:absolute;
	left:5px;
	top:50%;
	/*bottom:0;*/
	width:50px;
	height:50px;
	margin-top:-25px;
	background:url(css_img/btmPagelinkTeacher.svg) no-repeat left top;
	background-size:100%;
}
#areaReason #atLesson .box01 a[href="teacher.html"]:hover,
#areaReason #atLesson .box01 a[href="teacher.php"]:hover {
	background:#60DFDB;
}
#areaReason #atLesson .box01 a[href="teacher.html"]:after,
#areaReason #atLesson .box01 a[href="teacher.php"]:after {
	width:14px;
	height:14px;
	content:"";
	display:block;
	border:solid 4px #fff;
	border-left:none;
	border-bottom:none;
	position:absolute;
	right:20px;
	top:50%;
	margin:-9px 0 0 0;
	-moz-transform:    rotate( 45deg );  /* Firefox用 */
	-webkit-transform: rotate( 45deg );  /* Chrome,Safari,新しいOpera用 */
	-o-transform:      rotate( 45deg );  /* 古いOpera用 */
	-ms-transform:     rotate( 45deg );  /* IE9用 */
	transform:         rotate( 45deg );  /* CSS3の書き方 */
}

#areaReason #atLesson.show .box01 a[href="teacher.html"],
#areaReason #atLesson.show .box01 a[href="teacher.php"] {
	opacity:1;
	margin-top:0;
}

#areaReason #atLesson .box01 a[href="teacher.html"]:after,
#areaReason #atLesson .box01 a[href="teacher.php"]:after {
	
}
/* ウィンドウ幅が768px〜の場合に適用するCSS */
@media screen and ( min-width:768px )
{
	
	#areaReason #atLesson .box01 {
		min-height:210px;
    margin-bottom: 35px;
	}
	
	#areaReason #atLesson .box01 p {
    font-size: 2.25rem;
		position:absolute;
		left:0;
		top:0;
		width:500px;
		z-index:10;
	}
	
	#areaReason #atLesson .box01 .listPhoto {
		float:right;
		width : -webkit-calc(100% - 550px) ;
   	width : calc(100% - 550px) ;
		margin-bottom:25px;
	}
	#areaReason #atLesson .box01 .listPhoto li{
	}
	
	#areaReason #atLesson .box01 a[href="teacher.html"], #areaReason #atLesson .box01 a[href="teacher.php"] {
    font-size: 1.37em;
		clear:both;
	}
	
	#areaReason .groupReason .listCourse li {
    padding: 0 10px;
    font-size: 1.6em;
		float:left;
		box-sizing:border-box;
		width : -webkit-calc((100% - 40px)/3 + 20px) ;
   	width : calc((100% - 40px)/3 + 20px) ;
	}
	#areaReason .groupReason .listCourse li.last {
		width : -webkit-calc((100% - 40px)/3) ;
   	width : calc((100% - 40px)/3) ;
	}
	#areaReason .groupReason .listCourse li .frame {
    padding: 11px 5px;
		margin:0 20px 0 0;
	}
	#areaReason .groupReason .listCourse li.last .frame {
		margin:0;
	}

	#areaReason .groupReason .listCourse li:after {
    font-size: 1.8em;
    bottom:auto;
		height:32px;
		line-height:32px;
		top:50%;
    left: auto;
		right:0;
    width: 20px;
    margin-left: 0px;
		margin-top:-16px;
    -moz-transform: rotate( 0deg );
    -webkit-transform: rotate( 0deg );
    -o-transform: rotate( 0deg );
    -ms-transform: rotate( 0deg );
    transform: rotate( 0deg );
	}
	
	
}

/*************************************
#atStudio
*************************************/

#atStudio{}

#atStudio .box01 .text01 {
	font-size:1.65em;
	font-weight:bold;
	text-align:center;
	padding:1.1em 0.5em;
	background:#FF6E6E;
	position:relative;
	color:#fff;
	opacity:0;
	margin-top:-50px;
	border-radius: 25px;        /* CSS3草案 */  
	-webkit-border-radius: 25px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 25px;   /* Firefox用 */
}
#atStudio.show .box01 .text01,
#atStudio .box01 .text01.show {
	opacity:1;
	margin-top:0;
}

#atStudio .box01 .text01::before {
	position:absolute;
	content:"";
	width:2px;
	height:35px;
	background:#ccc;
	bottom:-35px;
	left:50%;
	margin:0 0 0 -1px;
}

#atStudio .box01 .list01 {
	margin-bottom:65px;
}
#atStudio .box01 .list01 li {
	width:33%;
	min-height:280px;
	float:left;
	-webkit-writing-mode: vertical-lr;
	-ms-writing-mode: vertical-lr;
	writing-mode: vertical-lr;
	box-sizing:border-box;
	padding:30px 25px 0;
	position:relative;
}
#atStudio .box01 .list01 li::before,
#atStudio .box01 .list01 li:after {
	content:"";
	background:#ccc;
	position:absolute;
	opacity:0;
	transition-property:opacity;
	transition-duration:0.3s;
	transition-timing-function:ease-in-out;
	transition-delay:0s;
}
#atStudio.show .box01 .list01 li::before,
#atStudio.show .box01 .list01 li:after,
#atStudio .box01 .list01 li.show::before,
#atStudio .box01 .list01 li.show:after {
	opacity:1;
}

#atStudio .box01 .list01 li::before {
	width:2px;
	height:30px;
	left:50%;
	top:0;
	margin-left:-1px;
}
#atStudio .box01 .list01 li:after {
	width:100%;
	height:2px;
	top:0;
	left:0;
}
#atStudio .box01 .list01 li.first:after,
#atStudio .box01 .list01 li.last:after {
	width:50%;
}
#atStudio .box01 .list01 li.first:after{
	left:50%;
}
#atStudio .box01 .list01 li .frame {
	width: 50px;
	font-size:1.2em;
	font-weight:bold;
	max-width:50px;
	line-height: 40px;
	height: 280px;
	color: #fff;
	background: #000;
	margin: 0;
	padding:15px 5px;
	display: block;
	position:absolute;
	left:50%;
	top:30px;
	margin-left:-25px;
	box-sizing:border-box;
	opacity:0;
}
#atStudio.show .box01 .list01 li .frame,
#atStudio .box01 .list01 li .frame.show {
	opacity:1;
}

#atStudio .box01 .text02 {
	position:relative;
	z-index:10;
	font-size:1.85em;
	font-weight:bold;
	text-align:center;
	padding:1.2em 0.8em;
	color:#fff;
	margin:0 0 25px 0;
	background:#60DFDB;
	border-radius: 50%;        /* CSS3草案 */  
	-webkit-border-radius: 50%;    /* Safari,Google Chrome用 */
	-moz-border-radius: 50%;   /* Firefox用 */
	-moz-transform:    rotate( -10deg ) rotateY( 90deg ) skewX(-10deg);  /* Firefox用 */
	-webkit-transform: rotate( -10deg ) rotateY( 90deg ) skewX(-10deg);  /* Chrome,Safari,新しいOpera用 */
	-o-transform:      rotate( -10deg ) rotateY( 90deg ) skewX(-10deg);  /* 古いOpera用 */
	-ms-transform:     rotate( -10deg ) rotateY( 90deg ) skewX(-10deg);  /* IE9用 */
	transform:         rotate( -10deg ) rotateY( 90deg ) skewX(-10deg);  /* CSS3の書き方 */
	opacity:0;
	transition-property:opacity,-moz-transform,-webkit-transform,-o-transform,-ms-transform,transform;
	transition-duration:0.3s;
	transition-timing-function:ease-in-out;
	transition-delay:0.3s;

}
#atStudio .box01 .text02.show,
#atStudio.show .box01 .text02 {
	opacity:1;
	-moz-transform:    rotate( -10deg ) rotateY( 0deg ) skewX(-10deg);  /* Firefox用 */
	-webkit-transform: rotate( -10deg ) rotateY( 0deg ) skewX(-10deg);  /* Chrome,Safari,新しいOpera用 */
	-o-transform:      rotate( -10deg ) rotateY( 0deg ) skewX(-10deg);  /* 古いOpera用 */
	-ms-transform:     rotate( -10deg ) rotateY( 0deg ) skewX(-10deg);  /* IE9用 */
	transform:         rotate( -10deg ) rotateY( 0deg ) skewX(-10deg);  /* CSS3の書き方 */
}

#atStudio .box01 .listPhoto {
	background:#eee;
	padding:0;
	opacity:0;
	margin-top:-40px;
}
#atStudio.show .box01 .listPhoto,
#atStudio .box01 .listPhoto.show {
	opacity:1;
}

/* ウィンドウ幅が768px〜の場合に適用するCSS */
@media screen and ( min-width:768px )
{
	#atStudio .box01 .box02 {
		margin-bottom:55px;
	}
	
	#atStudio .box01 .box02 .text01 {
		float:left;
		width:200px;
		margin-top:5px;
	}
	
	#atStudio .box01 .box02 .text01::before {
    width: 37px;
    height: 2px;
    bottom: auto;
		top:50%;
    left:auto;
		right:-37px;
    margin: -1px 0 0 0;
	}
	
	#atStudio .box01 .box02 .list01 {
    margin-bottom:0;
		float:right;
		width : -webkit-calc(100% - 260px) ;
  	width : calc(100% - 260px) ;
	}
	
	#atStudio .box01 .list01 li {
    width:auto;
    min-height: inherit;
    float: none;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    padding: 10px 0;
	}
	
	#atStudio .box01 .list01 li .frame {
    width: auto;
    font-size: 1.2em;
    max-width: none;
    line-height:1.5em;
    height:auto;
    padding: 15px 25px;
    position: relative;
    left: auto;
    top: auto;
    margin-left: 30px;
	}
	
	#atStudio .box01 .list01 li::before {
    width: 30px;
    height: 2px;
    left: 0;
    top: 50%;
    margin-left: 0;
		margin-top:-1px;
	}
	
	#atStudio .box01 .list01 li:after {
    width: 2px!important;
    height: 100%;
    top: 0;
    left: 0!important;
	}
	#atStudio .box01 .list01 li.first:after,
	#atStudio .box01 .list01 li.last:after {
    height: 50%;
	}
	#atStudio .box01 .list01 li.first:after {
    top: 50%;
	}
	
	#atStudio .box01 .box03 {
		position:relative;
	}
	#atStudio .box01 .box03 .text02 {
    font-size: 2.95em;
    padding: 1.2em 0.8em;
    margin: 0 0 25px 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
		width:350px;
		position:absolute;
		left:0;
		top:0;
		z-index:5;
	}
	
	#atStudio .box01 .listPhoto li {
	}
	#atStudio .box01 .listPhoto {
		float:right;
		margin-top:50px;
		width : -webkit-calc(100% - 300px) ;
   	width : calc(100% - 300px) ;
	}

}


/*************************************
#atText 
*************************************/

#atText {}

#atText .text01 {
	font-size:1.65em;
	font-weight:bold;
	text-align:center;
	padding:1.1em 0.5em;
	background:#FF6E6E;
	position:relative;
	color:#fff;
	opacity:0;
	margin-top:-20px;
	border-radius: 25px;        /* CSS3草案 */  
	-webkit-border-radius: 25px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 25px;   /* Firefox用 */
}
#atText.show .text01,
#atText .text01.show {
	opacity:1;
	margin-top:0;
}

#atText .text01::before {
	position:absolute;
	content:"";
	width:2px;
	height:35px;
	background:#ccc;
	bottom:-35px;
	left:50%;
	margin:0 0 0 -1px;
}

#atText .list01 {}
#atText .list01 li {
	box-sizing:border-box;
	float:left;
	width:50%;
	min-height:180px;
	-webkit-writing-mode: vertical-lr;
	-ms-writing-mode: vertical-lr;
	writing-mode: vertical-lr;
	padding:30px 5px 0;
	position:relative;
	margin-bottom:35px;
}
#atText .list01 li .frame {
	width: 50px;
	font-size:1.2em;
	font-weight:bold;
	max-width:50px;
	line-height: 40px;
	height: 150px;
	color: #fff;
	background: #000;
	margin: -10px 0 0 0;
	padding:15px 5px;
	display: block;
	position:absolute;
	left:50%;
	top:30px;
	margin-left:-25px;
	box-sizing:border-box;
	opacity:0;
}
#atText.show .list01 li .frame,
#atText .list01 li .frame.show {
	opacity:1;
	margin-top:0;
}

#atText .list01 li::before,
#atText .list01 li::after {
	content:"";
	background:#ccc;
	position:absolute;
	opacity:0;
	transition-property:opacity;
	transition-duration:0.3s;
	transition-timing-function:ease-in-out;
	transition-delay:0s;
}
#atText.show .list01 li::before,
#atText.show .list01 li::after,
#atText .list01 li.show::before,
#atText .list01 li.show::after {
	opacity:1;
}

#atText .list01 li::before{
	width:2px;
	height:30px;
	left:50%;
	top:0;
	margin-left:-1px;
}
#atText .list01 li::after {
	width:50%;
	height:2px;
	top:0;
	left:50%;
}
#atText .list01 li.last::after {
	left:0;
}


#atText .text02 {
	font-size:1.85em;
	font-weight:bold;
	text-align:center;
	padding:1.2em 0.8em;
	color:#fff;
	margin:0 0 25px 0;
	background:#60DFDB;
	border-radius: 50%;        /* CSS3草案 */  
	-webkit-border-radius: 50%;    /* Safari,Google Chrome用 */
	-moz-border-radius: 50%;   /* Firefox用 */-moz-transform:    rotate( -10deg ) rotateY( 90deg ) skewX(-10deg);  /* Firefox用 */
	-webkit-transform: rotate( -10deg ) rotateY( 90deg ) skewX(-10deg);  /* Chrome,Safari,新しいOpera用 */
	-o-transform:      rotate( -10deg ) rotateY( 90deg ) skewX(-10deg);  /* 古いOpera用 */
	-ms-transform:     rotate( -10deg ) rotateY( 90deg ) skewX(-10deg);  /* IE9用 */
	transform:         rotate( -10deg ) rotateY( 90deg ) skewX(-10deg);  /* CSS3の書き方 */
	opacity:0;
	transition-property:opacity,-moz-transform,-webkit-transform,-o-transform,-ms-transform,transform;
	transition-duration:0.75s;
	transition-timing-function:ease-in-out;
	transition-delay:0.5s;
}
#atText .text02.show,
#atText.show .text02 {
	opacity:1;
	-moz-transform:    rotate( -10deg ) skewX(-10deg);  /* Firefox用 */
	-webkit-transform: rotate( -10deg ) skewX(-10deg);  /* Chrome,Safari,新しいOpera用 */
	-o-transform:      rotate( -10deg ) skewX(-10deg);  /* 古いOpera用 */
	-ms-transform:     rotate( -10deg ) skewX(-10deg);  /* IE9用 */
	transform:         rotate( -10deg ) skewX(-10deg);  /* CSS3の書き方 */
}

#atText  .listPhoto {
	background: #eee;
	padding: 0;
	opacity:0;
}
#atText .listPhoto.show,
#atText.show .listPhoto {
	opacity:1;
}

/* ウィンドウ幅が768px〜の場合に適用するCSS */
@media screen and ( min-width:768px )
{
	
	#atText .text01 {
		float: left;
    width: 200px;
	}
	#atText .text01.show,
	#atText.show .text01 {
    margin-top: 5px!important;
	}
	
	#atText .box01 .text01::before {
    width: 37px;
    height: 2px;
    bottom: auto;
    top: 50%;
    left: auto;
    right: -37px;
    margin: -1px 0 0 0;
	}
	
	#atText .box01 .list01 {
    margin-bottom: 0;
    float: right;
    width: -webkit-calc(100% - 260px);
    width: calc(100% - 260px);
	}
	
	#atText .box01 .list01 li {
    width: auto;
    min-height: inherit;
    float: none;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    padding: 10px 0;
		margin:0;
	}
	
	#atText .box01 .list01 li .frame {
    width: auto;
    font-size: 1.2em;
    max-width: none;
    line-height: 1.5em;
    height: auto;
    padding: 15px 25px;
    position: relative;
    left: auto;
    top: auto;
    margin-left: 30px;
	}
	
	#atText .box01 .list01 li::before {
    width: 30px;
    height: 2px;
    left: 0;
    top: 50%;
    margin-left: 0;
    margin-top: -1px;
	}
	
	#atText .box01 .list01 li:after {
    width: 2px;
		left:0;
	}
	#atText .box01 .list01 li.first:after,
	#atText .box01 .list01 li.last:after {
    height: 50%;
	}
	#atText .box01 .list01 li.first:after{
		top:50%;
	}
	
	#atText .box02 {
    position: relative;
	}
	
	#atText .box02 .text02 {
    font-size: 2.95em;
    padding: 1.2em 0.8em;
    margin: 0 0 25px 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    width: 350px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
	}
	
	#atText .box02 .listPhoto {
    float: right;
    margin-top: 50px;
    width: -webkit-calc(100% - 300px);
    width: calc(100% - 300px);
	}
	#atText .box02 .listPhoto li {}

}

/*************************************
#atAudition
*************************************/

#atAudition {}

#atAudition .text01 {
	font-size:1.65em;
	font-weight:bold;
	text-align:center;
	padding:1.1em 0.5em;
	background:#FF6E6E;
	position:relative;
	color:#fff;
	border-radius: 25px;        /* CSS3草案 */  
	-webkit-border-radius: 25px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 25px;   /* Firefox用 */
	opacity:0;
	margin-top:-15px;
}
#atAudition .text01.show,
#atAudition.show .text01 {
	opacity:1;
	margin-top:0;
}

#atAudition .text01::before {
	position:absolute;
	content:"";
	width:2px;
	height:35px;
	background:#ccc;
	bottom:-35px;
	left:50%;
	margin:0 0 0 -1px;
	opacity:0;
	transition-property:opacity;
	transition-duration:0.3s;
	transition-timing-function:ease-in-out;
	transition-delay:0s;
}
#atAudition .text01.show::before,
#atAudition.show .text01::before {
	opacity:1;
}

#atAudition .list01{}

#atAudition .list01 li{
	box-sizing:border-box;
	float:left;
	width:50%;
	min-height:230px;
	-webkit-writing-mode: vertical-lr;
	-ms-writing-mode: vertical-lr;
	writing-mode: vertical-lr;
	padding:30px 5px 0;
	position:relative;
	margin-bottom:35px;
}
#atAudition .list01 li .frame {
	width: 50px;
	font-size:1.2em;
	font-weight:bold;
	max-width:50px;
	line-height: 40px;
	height: 200px;
	color: #fff;
	background: #000;
	margin: 0;
	padding:15px 5px;
	display: block;
	position:absolute;
	left:50%;
	top:30px;
	margin-left:-25px;
	margin-top:-15px;
	box-sizing:border-box;
	opacity:0;
}
#atAudition .list01 li .frame.show,
#atAudition.show .list01 li .frame {
	opacity:1;
	margin-top:0;
}

#atAudition .list01 li::before,
#atAudition .list01 li::after {
	content:"";
	background:#ccc;
	position:absolute;
	opacity:0;
	transition-property:opacity;
	transition-duration:0.3s;
	transition-timing-function:ease-in-out;
	transition-delay:0s;
}
#atAudition .list01 li.show::before,
#atAudition .list01 li.show::after,
#atAudition.show .list01 li::before,
#atAudition.show .list01 li::after {
	opacity:1;
}

#atAudition .list01 li::before{
	width:2px;
	height:30px;
	left:50%;
	top:0;
	margin-left:-1px;
}
#atAudition .list01 li::after {
	width:50%;
	height:2px;
	top:0;
	left:50%;
}
#atAudition .list01 li.last::after {
	left:0;
}

/* ウィンドウ幅が768px〜の場合に適用するCSS */
@media screen and ( min-width:768px )
{
	
	#atAudition .box01 .text01 {
    float: left;
    width: 200px;
    margin-top: 5px;
	}
	
	#atAudition .box01 .text01::before {
    width: 37px;
    height: 2px;
    bottom: auto;
    top: 50%;
    left: auto;
    right: -37px;
    margin: -1px 0 0 0;
	}
	
	#atAudition .box01 .list01 {
    margin-bottom: 0;
    float: right;
    width: -webkit-calc(100% - 260px);
    width: calc(100% - 260px);
	}
	
	#atAudition .box01 .list01 li {
    width: auto;
    min-height: inherit;
    float: none;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    padding: 10px 0;
    margin: 0;
	}
	
	#atAudition .list01 li::before {
		width: 30px;
    height: 2px;
    left: 0;
    top: 50%;
    margin-left: 0;
    margin-top: -1px;
	}
	
	#atAudition .box01 .list01 li .frame {
    width: auto;
    font-size: 1.2em;
    max-width: none;
    line-height: 1.5em;
    height: auto;
    padding: 15px 25px;
    position: relative;
    left: auto;
    top: auto;
    margin-left: 30px;
	}
	
	#atAudition .box01 .list01 li:after {
    width: 2px;
    left: 0;
	}
	#atAudition .box01 .list01 li.first:after,
	#atAudition .box01 .list01 li.last:after {
    height: 50%;
	}
	#atAudition .box01 .list01 li.first:after{
		top:50%;
	}
	
	
}

