@charset "UTF-8";


/*========================================

  TOPページ

========================================*/

main h1 {
	display: none;
}

main h2 {
	color: #fff;
	font-size: 48px;
	font-weight: bold;
	letter-spacing: 1px;
}

main h2 small {
	display: block;
	font-size: 26px;
}

@media screen and (max-width: 767px) {
	main h2 {
		font-size: 8vw;
	}

	main h2 small {
		font-size: 6vw;
	}
}



#hero {
	position: relative;
	z-index: 2;
}

@media screen and (min-width: 768px) {
	#hero {
		height: 500px;
	}
}


main .bg_gray::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	display: inline-block;
	width: 800px;
	height: 700px;
	background-image: url(../img/bg_gray_l_pc.svg);
}

main .bg_gray::after {
	position: absolute;
	bottom: 0;
	right: 0;
	content: "";
	display: inline-block;
	width: 800px;
	height: 700px;
	background-image: url(../img/bg_gray_r_pc.svg);
}

@media screen and (max-width: 767px) {
	main .bg_gray::before {
		width: 50vw;
		height: 43vw;
		background-image: url(../img/bg_gray_l_pc.svg);
		background-size: 100% auto;
		background-repeat: no-repeat;
	}

	main .bg_gray::after {
		width: 50vw;
		height: 43vw;
		background-image: url(../img/bg_gray_r_pc.svg);
		background-size: 100% auto;
		background-repeat: no-repeat;
	}
}

.timerbox {
	background-color: #fd6283;
	padding: 20px 0 30px;
}

.timerbox .day {
	position: relative;
	display: inline-block;
	margin: 0 auto;
	color: #fff;
	font-size: 25px;
	font-weight: bold;
	letter-spacing: 2px;
}

.timerbox .day span {
	position: absolute;
	top: 3px;
	left: -4px;
	font-size: 18px;
	letter-spacing: 0;
}

.timerbox .day strong {
	font-size: 60px;
	font-family: "Roboto", sans-serif;
}

.timerbox .count {
	width: 520px;
	height: 95px;
	background-color: #fff;
	border-radius: 10px;
	margin: 0 auto;
	margin-top: 10px;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 4px;
	line-height: 1.6em;
	padding-top: 10px;
	box-sizing: border-box;
}


#timer {
	display: block;
	margin-top: .2em;
}

#timer .yycountdown-box .yyc-day,
#timer .yycountdown-box .yyc-hou,
#timer .yycountdown-box .yyc-min,
#timer .yycountdown-box .yyc-sec {
	font-size: 35px;
	font-family: "Roboto", sans-serif;
}

#timer .yycountdown-box .yyc-day-text,
#timer .yycountdown-box .yyc-hou-text,
#timer .yycountdown-box .yyc-min-text,
#timer .yycountdown-box .yyc-sec-text {
	font-size: 1.0em;
}


@media screen and (max-width: 767px) {
	.timerbox {
		padding: 3vw 0;
		margin-top: 8vw;
	}

	.timerbox .day {
		font-size: 3.8vw;
	}

	.timerbox .day span {
		top: 1vw;
		left: -1vw;
		font-size: 3vw;
	}



	.timerbox .day strong {
		font-size: 10vw;
	}

	.timerbox .count {
		width: 92%;
		height: auto;
		background-color: #fff;
		border-radius: 5px;
		margin-top: 2vw;
		font-size: 3.8vw;
		letter-spacing: 0px;
		line-height: 1em;
		padding: 5vw 0 4vw;
	}


	#timer {
		display: inline-block;
		margin-top: 0;
	}

	#timer .yycountdown-box .yyc-day,
	#timer .yycountdown-box .yyc-hou,
	#timer .yycountdown-box .yyc-min,
	#timer .yycountdown-box .yyc-sec {
		font-size: 8vw;
	}

	#timer .yycountdown-box .yyc-day-text,
	#timer .yycountdown-box .yyc-hou-text,
	#timer .yycountdown-box .yyc-min-text,
	#timer .yycountdown-box .yyc-sec-text {
		font-size: 1.0em;
	}
}



/* sec001 */
#sec001 {
	position: relative;
	padding-top: 50px;
	padding-bottom: 80px;
}

#sec001 .copy {
	font-size: 27px;
	font-weight: bold;
	line-height: 1.6em;
	margin-top: 60px;
}

#sec001 .box {
	margin-top: 70px;
	position: relative;
	z-index: 1;
}

#sec001 .box h2 {
	margin-bottom: 30px;
	color: #ee6280;
	background: url(../img/line_pink.png) no-repeat 0 bottom;
	font-size: 30px;
	padding-bottom: .8em;
}

#sec001 .box h2 img {
	width: 100%;
}

#sec001 .box .twitter,
#sec001 .box .news {
	width: 480px;
}


#sec001 .box .twitter .secTW {
	padding: 0 25px;
}

@media screen and (max-width: 767px) {
	#sec001 .box .twitter .secTW {
		padding: 8vw 0 12vw;
	}

	#sec001 .box .mt20 {
		margin-top: 5vw;
	}
}




#sec001 .box .news .topicbox {
	padding-top: 1px;
}

#sec001 .box .news .topic {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 15px;
	border-bottom: 1px dotted #f7abbb;
	padding-bottom: 15px;
}

#sec001 .box .news .topic .photo img {
	width: 100px;
}

#sec001 .box .news .topic dl {
	width: 350px;
	text-align: left;
	margin: 0;
	padding: 0;
	margin-left: 25px;
}

#sec001 .box .news .topic dl dt {
	font-size: 15px;
}

#sec001 .box .news .topic dl dd a {
	color: #000;
	font-size: 17px;
}

#sec001 .box .news .btnlist {
	text-align: right;
	margin-top: 1em;
}

#sec001 .box .news .btnlist a {
	display: inline-block;
	background-color: #ee6280;
	color: #fff;
	border-radius: 5px;
	line-height: 1em;
	padding: .6em .7em;
}

#sec001 .box .news .btnlist a:hover {
	text-decoration: none;
	opacity: .7;
}

#sec001 .box .news .btnlist a span::after {
	content: "\f105";
	font-family: FontAwesome;
	margin-left: .5em;
}


@media screen and (max-width: 767px) {
	#sec001 {
		padding-top: 1px;
		padding-bottom: 10vw;
	}

	#sec001 #com_bnr {
		position: relative;
		z-index: 2;
		margin-top: 3vw;
	}

	#sec001 .copy {
		width: 86%;
		margin: 0 auto;
		font-size: 4.1vw;
		text-align: justify;
		text-justify: inter-ideograph;
		margin-top: 4vw;
	}

	#sec001 .box .twitter,
	#sec001 .box .news {
		width: 100%;
	}

	#sec001 .box {
		margin-top: 3vw;
	}

	#sec001 .box h2 {
		margin-bottom: 0;
		font-size: 7vw;
		padding-bottom: .6em;
	}

	#sec001 .box h2.jp {
		font-size: 6vw;
	}

	#sec001 .box.box2 {
		margin-top: 3vw;
	}

	#sec001 .box .news .topic {
		width: 100%;
		margin-top: 5vw;
	}

	#sec001 .box .news .topic .photo {
		width: 30%;
	}

	#sec001 .box .news .topic .photo img {
		width: 100%;
	}

	#sec001 .box .news .topic dl {
		width: 100%;
		margin-left: 5vw;
	}

	#sec001 .box .news .topic dl dt {
		font-size: 4vw;
	}

	#sec001 .box .news .topic dl dd a {
		font-size: 4vw;
	}

	#sec001 .box .news .btnlist {
		font-size: 4vw;
	}
}


/* sec002 */
#sec002 {
	position: relative;
	background-color: #f66280;
	padding-top: 100px;
	padding-bottom: 120px;
}

#sec002 h2 {
	position: relative;
	text-shadow: 3px 3px 8px #b84961;
}

#sec002 h2::after {
	content: "";
	position: absolute;
	top: -30px;
	right: 20px;
	background-image: url(/img/chara/h_01_w.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	width: 200px;
	height: 138px;
}

#sec002 .table_a {
	margin-top: 50px;
}

#sec002 .table_a table {
	width: 100%;
	margin: 0 auto;
	font-size: 20px;
	border-collapse: collapse;
}

#sec002 .table_a table thead th {
	width: 25%;
	color: #fff;
	font-weight: normal;
	padding: 15px 0;
}

#sec002 .table_a table thead .ore {
	background-color: #d89f27;
}

#sec002 .table_a table thead .blu {
	background-color: #709fbd;
}

#sec002 .table_a table thead .pin {
	background-color: #f05;
}

#sec002 .table_a table tbody th {
	background-color: #e4e4e4;
	border-bottom: 1px solid #b1b1b1;
	padding: 20px 0;
}

#sec002 .table_a table tbody td {
	padding: 20px 0;
	border-bottom: 1px solid #b1b1b1;
	background-color: #fff;
}

#sec002 .table_a table .fat {
	font-weight: bold;
	border-left: 4px solid #f05;
	border-right: 4px solid #f05;
}

#sec002 .table_a table .fat strong {
	color: #f05;
}

#sec002 .table_a table tbody .fat.fatlast {
	border-bottom: 4px solid #f05;
}

#sec002 .table_a table tbody td small {
	display: block;
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 10px;
}

#sec002 .table_a table tbody td em {
	display: block;
	font-size: 14px;
	font-style: normal;
	margin-top: 5px;
	margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
	#sec002 {
		padding-top: 10vw;
		padding-bottom: 10vw;
	}

	#sec002 h2::after {
		top: 13vw;
		right: 1vw;
		width: 24vw;
		height: 17vw;
	}

	#sec002 .table_a {
		margin-top: 5vw;
	}

	#sec002 .table_a table {
		width: auto;
		font-size: 3.6vw;
	}

	#sec002 .table_a table th,
	#sec002 .table_a table td {
		white-space: nowrap;
	}

	#sec002 .table_a table thead th {
		width: auto;
		padding: 3vw 3vw;
	}

	#sec002 .table_a table tbody th {
		padding: 3vw 3vw;
	}

	#sec002 .table_a table tbody td {
		padding: 3vw 3vw;
		white-space: nowrap;
	}

	#sec002 .table_a table tbody td small {
		font-size: 3.2vw;
		margin-top: .3em;
		margin-bottom: 1em;
	}

	#sec002 .table_a table tbody td em {
		font-size: 3.2vw;
		margin-top: .3em;
		margin-bottom: 1em;
	}
}

/* youtubebox */
#youtubebox {
	position: relative;
	background-color: #c00;
	padding-top: 60px;
	padding-bottom: 50px;
	color: #fff;
}

#youtubebox #postSliderWrap {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	margin-top: 20px;
	z-index: 1;
}

#youtubebox .bx-viewport {
	padding-top: 30px;
	padding-left: 30px;
	margin-left: -30px;
}

#youtubebox h3 {
	text-align: left;
	margin-top: .5em;
	font-size: 16px;
}

#youtubebox .more a span::after {
	content: "\f08e";
}

#youtubebox .ybtn {
	position: relative;
	margin-top: 30px;
	z-index: 1;
}

#youtubebox .ybtn a {
	position: relative;
	border-radius: 8px;
	line-height: 50px;
	display: inline-block;
	padding: 0 30px;
	padding-right: 160px;
	transition: .3s;
	background-color: #fff;
}

#youtubebox .ybtn a img {
	width: 120px;
	position: absolute;
	top: 11px;
	right: 30px;
	width: 120px;
}

#youtubebox .ybtn a:hover {
	color: #333;
	text-decoration: none;
	transform: translateY(-3px);
}


@media screen and (max-width: 767px) {
	#youtubebox {
		padding-top: 7vw;
		padding-bottom: 7vw;
	}

	#youtubebox #postSliderWrap {
		width: 82%;
		margin-left: auto;
		margin-top: 0;
	}

	#youtubebox .ybtn {
		margin-top: 5vw;
	}

	#youtubebox .ybtn a {
		font-size: 3.6vw;
		border-radius: 7vw;
		line-height: 14vw;
		padding: 0 6vw;
		padding-right: 35vw;
	}

	#youtubebox .ybtn a img {
		top: 4vw;
		right: 6vw;
		width: 26vw;
	}
}



/* sec003 */
#sec003 {
	position: relative;
	background-color: #f70;
	padding-top: 100px;
	padding-bottom: 120px;
}

#sec003 h2 {
	text-shadow: 3px 3px 8px #bc5b0f;
}

#sec003 h2::after {
	content: "";
	position: absolute;
	top: -10px;
	right: 20px;
	background-image: url(/img/chara/d_02_w.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	width: 200px;
	height: 138px;
}

#sec003 .box {
	position: relative;
	margin-top: 50px;
}

#sec003 .box::before {
	position: absolute;
	top: 215px;
	left: -80px;
	content: "";
	display: inline-block;
	width: 25px;
	height: 60px;
	background-image: url(../img/icon_angle_left.svg);
}

#sec003 .box::after {
	position: absolute;
	top: 215px;
	right: -80px;
	content: "";
	display: inline-block;
	width: 25px;
	height: 60px;
	background-image: url(../img/icon_angle_right.svg);
}

#sec003 .item {
	width: 100%;
	background-color: #fff;
}

#sec003 .item .photo {
	position: relative;
}

#sec003 .item .photo .picture {
	width: 100%;
}

#sec003 .item .photo .no {
	position: absolute;
	top: -35px;
	left: -20px;
	width: 60px;
	height: 60px;
	z-index: 1;
}

#sec003 .item .h3_box {
	position: relative;
	background: url(../img/003_maru.png) no-repeat;
	background-size: 100% auto;
	width: 90%;
	height: 120px;
	margin: 0 auto;
	margin-top: -30px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#sec003 .item .h3_box h3 {
	font-size: 18px;
}

#sec003 .item .h3_box h3 a,
#sec003 .item .h3_box h3 a:hover {
	color: #333;
	text-decoration: none;
}

/*
@media screen and (max-width: 1500px) {
	#sec003 .item .h3_box {
		height:10vw;
	}
	#sec003 .item .h3_box h3 {
		font-size:18px;
	}
}
@media screen and (max-width: 1200px) {
	#sec003 .item .h3_box {
		height:9vw;
	}
	#sec003 .item .h3_box h3 {
		font-size:17px;
	}
}
*/


#sec003 .item p {
	width: 90%;
	margin: 0 auto;
	font-size: 13px;
	text-align: left;
	line-height: 1.8em;
	text-align: justify;
	text-justify: inter-ideograph;
	margin-top: 20px;
	padding-bottom: 25px;
}

#sec003 .item p a {
	color: #0064c8;
	text-decoration: underline;
}

#sec003 .item p strong {
	color: #f66280;
}

#sec003 .item p strong a {
	font-size: 108%;
	color: #333;
}

#sec003 .more {
	padding-bottom: 0;
}

@media screen and (max-width: 767px) {
	#sec003 {
		padding-top: 10vw;
		padding-bottom: 10vw;
	}

	#sec003 h2::after {
		top: 11vw;
		right: 1vw;
		width: 24vw;
		height: 17vw;
	}

	#sec003 .box {
		margin-top: 0;
	}

	#sec003 .box::before {
		display: none;
	}

	#sec003 .box::after {
		display: none;
	}

	#sec003 .item {
		width: 100%;
	}

	#sec003 .item .photo .picture {
		width: 100%;
	}

	#sec003 .item .photo .no {
		top: -8vw;
		left: -5vw;
		width: 15vw;
		height: 15vw;
	}

	#sec003 .item .h3_box {
		position: relative;
		background: url(../img/003_maru.png) no-repeat;
		background-size: 100% auto;
		width: 90%;
		height: 31vw;
		margin: 0 auto;
		margin-top: -30px;
	}

	#sec003 .item .h3_box h3 {
		font-size: 4.5vw;
		margin-top: -2vw;
	}

	#sec003 .item p {
		width: 86%;
		font-size: 3.3vw;
		margin-top: 3vw;
	}
}

#sec003 #postSliderWrap {
	width: 1000px;
	margin: 0 auto;
	margin-top: 20px;
}

/*
@media screen and (max-width: 1500px) {
	#sec003 #postSliderWrap{
		width:calc(100vw - 300px);
		margin-left: calc((100vw - 1400px) / 2);
	}
}
@media screen and (max-width: 1300px) {
	#sec003 #postSliderWrap{
		width:calc(100vw - 200px);
		margin-left: calc((100vw - 1250px) / 2);
	}
}
@media screen and (max-width: 1210px) {
	#sec003 #postSliderWrap{
		width:calc(100vw - 200px);
		margin-left: 10px;
	}
}
*/

#sec003 .bx-viewport {
	padding-top: 40px;
	padding-left: 30px;
	margin-left: -30px;
}

@media screen and (max-width: 767px) {
	#sec003 #postSliderWrap {
		width: 82%;
		margin-left: auto;
		margin-top: 0;
	}

	#sec003 .bx-viewport {
		padding-top: 10vw;
		padding-left: 30px;
		margin-left: -30px;
	}
}

#viewer {
	margin: 0 auto;
	width: 380px;
	height: 243px;
	text-align: left;
	overflow: hidden;
	position: relative;
}

#viewer img {
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	width: 380px;
	height: 243px;
}

@media screen and (max-width: 767px) {
	#viewer {
		width: 100%;
		height: 55vw;
	}
}


/* sec004 */
#sec004 {
	background-color: #f1f1f1;
}

#sec004 .innr {
	display: flex;
	justify-content: space-between;
	/*
	width: 1000px;
	margin: 0 auto;
	*/
}

#sec004 .innr h2 {
	font-size: 46px;
	font-style: italic;
	letter-spacing: 2px;
	text-align: left;
	margin-left: 30px;
}

#sec004 .innr h2 span {
	display: block;
	font-size: 16px;
	margin-left: .4em;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 1px;
}

#sec004 .innr h3 {
	font-size: 32px;
	margin-bottom: 30px;
}

#sec004 .course,
#sec004 .teacher,
#sec004 .voice,
#sec004 .info {
	width: 50%;
}

#sec004 .course .top {
	background-color: #00b600;
	padding: 35px 0;
}

#sec004 .teacher .top {
	background-color: #9400ff;
	padding: 35px 0;
}

#sec004 .voice {
	background-color: #e9e9e9;
	padding-top: 60px;
}

#sec004 .info {
	background-color: #d8d8d8;
	padding-top: 60px;
}

#sec004 .top .bg_in {
	display: flex;
	align-items: center;
	margin: 0 auto;
}

#sec004 .lay {
	margin: 0 auto;
	width: 450px;
}

#sec004 .lay.layR {
	margin-left: 40px;
}

#sec004 .lay.layL {
	margin-right: 40px;
}

#sec004 .top .bg_in div {
	width: 42%;
	height: auto;
}

#sec004 .top .bg_in div img {
	width: 100%;
	height: auto;
}

#sec004 .course .down {
	position: relative;
	background-color: #ccf0cc;
	padding-top: 20px;
}

#sec004 .course .down::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	display: inline-block;
	width: 170px;
	height: 170px;
	background-image: url(../img/bg_green_l_pc.svg);
}

#sec004 .course .down::after {
	position: absolute;
	bottom: 0;
	right: 0;
	content: "";
	display: inline-block;
	width: 170px;
	height: 170px;
	background-image: url(../img/bg_green_r_pc.svg);
}


#sec004 .teacher .down {
	position: relative;
	background-color: #eaccff;
	padding-top: 20px;
}

#sec004 .teacher .down::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	display: inline-block;
	width: 170px;
	height: 170px;
	background-image: url(../img/bg_purple_l_pc.svg);
}

#sec004 .teacher .down::after {
	position: absolute;
	bottom: 0;
	right: 0;
	content: "";
	display: inline-block;
	width: 170px;
	height: 170px;
	background-image: url(../img/bg_purple_r_pc.svg);
}

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

	#sec004 .course .down::before,
	#sec004 .course .down::after,
	#sec004 .teacher .down::before,
	#sec004 .teacher .down::after {
		width: 30vw !important;
		height: 30vw !important;
		background-size: 100% auto;
	}
}



@media screen and (min-width: 768px) {

	#sec004 .course .down::before,
	#sec004 .course .down::after,
	#sec004 .teacher .down::before,
	#sec004 .teacher .down::after {
		display: none;
	}
}



#sec004 .imgbox {
	margin: 0 auto;
}

#sec004 .imgbox img {
	max-width: 100%;
	height: auto;
}

#sec004 p {
	margin: 0 auto;
	font-size: 16px;
	line-height: 1.8em;
	text-align: left;
	text-align: justify;
	text-justify: inter-ideograph;
	padding-top: 30px;
}

.more {
	margin: 0 auto;
	padding: 40px 0;
}

.more a {
	display: inline-block;
	color: #fff;
	font-size: 16px;
	background-color: #000;
	border-radius: 8px;
	padding: 10px 30px;
	transition: .3s;
}

.more a:hover {
	text-decoration: none;
	opacity: .7;
}

.more a span::after {
	content: "\f105";
	font-family: FontAwesome;
	margin-left: 20px;
}

@media screen and (max-width: 767px) {
	#sec004 .innr {
		flex-direction: column;
	}

	#sec004 .innr h2 {
		font-size: 8vw;
		margin-left: 4vw;
	}

	#sec004 .innr h2 span {
		font-size: 4vw;
		margin-left: .2em;
	}

	#sec004 .innr h3 {
		font-size: 7vw;
		margin-bottom: 6vw;
	}

	#sec004 .lay {
		margin: 0 auto;
		width: 100%;
	}

	#sec004 .lay.layR {
		margin-left: auto;
	}

	#sec004 .lay.layL {
		margin-right: auto;
	}

	#sec004 .course,
	#sec004 .teacher,
	#sec004 .voice,
	#sec004 .info {
		width: 100%;
	}

	#sec004 .course .top {
		padding: 10vw 0;
	}

	#sec004 .teacher .top {
		padding: 10vw 0;
	}

	#sec004 .top .bg_in div {
		width: 40%;
	}

	#sec004 .voice {
		padding-top: 10vw;
	}

	#sec004 .info {
		padding-top: 10vw;
	}

	#sec004 .course .down {
		padding-top: 10vw;
	}

	#sec004 .course .down::before {
		position: absolute;
		top: 0;
		left: 0;
		content: "";
		display: inline-block;
		width: 170px;
		height: 170px;
		background-image: url(../img/bg_green_l_pc.svg);
	}

	#sec004 .course .down::after {
		position: absolute;
		bottom: 0;
		right: 0;
		content: "";
		display: inline-block;
		width: 170px;
		height: 170px;
		background-image: url(../img/bg_green_r_pc.svg);
	}

	#sec004 .teacher .down {
		padding-top: 10vw;
	}

	#sec004 .teacher .down::before {
		position: absolute;
		top: 0;
		left: 0;
		content: "";
		display: inline-block;
		width: 170px;
		height: 170px;
		background-image: url(../img/bg_purple_l_pc.svg);
	}

	#sec004 .teacher .down::after {
		position: absolute;
		bottom: 0;
		right: 0;
		content: "";
		display: inline-block;
		width: 170px;
		height: 170px;
		background-image: url(../img/bg_purple_r_pc.svg);
	}

	#sec004 p {
		font-size: 3.8vw;
		padding-top: 7vw;
	}

	.more {
		padding: 8vw 0;
	}

	.more a {
		font-size: 3.8vw;
		border-radius: 2vw;
		padding: .8em 2em;
	}
}



#sec004 .wide {
	position: relative;
	width: 100%;
	z-index: 1;
}


@media screen and (max-width: 767px) {
	#sec004 .wide {
		width: 86%;
	}
}

/*
@media screen and (max-width: 2000px) {
	#sec004 .teacher .down .wide,
	#sec004 .info .itemH.wide{
		padding-right: 70px;
		box-sizing: border-box;
	}
}
@media screen and (max-width: 1700px) {
	#sec004 .teacher .down .wide,
	#sec004 .info .itemH.wide{
		padding-right: 100px;
	}
}
@media screen and (max-width: 1600px) {
	#sec004 .teacher .down .wide,
	#sec004 .info .itemH.wide{
		padding-right: 120px;
	}
}

@media screen and (max-width: 1500px) {
	#sec004 .teacher .down .wide,
	#sec004 .info .itemH.wide{
		padding-right: 0;
		margin-left: 10%;
		width: 60%;
	}
}
*/



/* sec005 */
#sec005 {
	background-color: #0083ff;
	padding-top: 100px;
	padding-bottom: 120px;
}

#sec005 h2 {
	text-shadow: 3px 3px 8px #245c97;
}

#sec005 h2::after {
	content: "";
	position: absolute;
	top: -40px;
	right: 20px;
	background-image: url(/img/chara/c_05_w.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	width: 200px;
	height: 138px;
}

#sec005 .box {
	max-width: 800px;
	margin: 0 auto;
	margin-top: 50px;
}

#sec005 .box .item {
	display: flex;
	background-color: #fff;
	margin-top: 20px;
}

#sec005 .box .item .img {
	width: 350px;
}

#sec005 .box .item img {
	width: 100%;
	box-sizing: border-box;
	padding: 5px;
}

#sec005 .box .item .txt {
	width: 400px;
	text-align: left;
	box-sizing: border-box;
	padding: 35px 0 0 25px;
}


#sec005 .box .item .txt h3 {
	font-size: 24px;
}

#sec005 .box .item .txt .maru {
	margin-top: 10px;
}

#sec005 .box .item .txt .maru li {
	display: inline-block;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
	list-style: none;
	background-color: #444;
	border-radius: 16px;
	margin-top: 5px;
	padding: 6px 10px;
	margin-right: 3px;
}

#sec005 .box .item .txt .maru li:last-child {
	margin-right: 0;
}

#sec005 .box .item .txt p {
	font-size: 13px;
	line-height: 1.6em;
	margin-top: 10px;
}

#sec005 .box .item .map {
	text-align: right;
	margin-top: -1em;
}

#sec005 .box .item .map a {
	display: block;
	color: #0083ff;
	font-size: 16px;
	font-weight: bold;
}

#sec005 .box .item .map a:hover {
	background-color: #c0e3ff;
	text-decoration: none;
	opacity: .8;
}

#sec005 .box .item .map a span::after {
	content: "\f105";
	font-family: FontAwesome;
	margin-left: 10px;
}

@media screen and (max-width: 767px) {
	#sec005 {
		padding-top: 10vw;
		padding-bottom: 10vw;
	}

	#sec005 h2::after {
		top: -3vw;
		right: 1vw;
		width: 24vw;
		height: 17vw;
	}

	#sec005 .box {
		width: 86%;
		margin: 0 auto;
		margin-top: 0;
	}

	#sec005 .box .item {
		display: block;
		width: 100%;
		padding-top: 2%;
		margin-top: 8vw;
	}

	#sec005 .box .item .img {
		width: 100%;
	}

	#sec005 .box .item img {
		width: 96%;
	}

	#sec005 .box .item .txt {
		width: 100%;
		padding: 5vw 5vw;
	}

	#sec005 .box .item .txt h3 {
		font-size: 6.4vw;
	}

	#sec005 .box .item .txt .maru {}

	#sec005 .box .item .txt .maru li {
		font-size: 3.4vw;
		margin-top: 2vw;
	}

	#sec005 .box .item .txt p {
		font-size: 3.8vw;
		line-height: 1.6em;
	}

	#sec005 .box .item .map {
		margin-top: 0;
	}

	#sec005 .box .item .map a {
		font-size: 4.6vw;
		padding: .7em;
	}
}



/* さらにを見る */
.grad-wrap {
	position: relative;
}

.box01 .grad-wrap {
	margin-bottom: 20px;
}

.grad-wrap+.grad-wrap {
	margin-top: 40px;
}

.grad-trigger {
	display: block;
	z-index: 2;
	position: absolute;
	right: 0;
	bottom: -25px;
	left: 0;
	width: 160px;
	text-align: center;
	cursor: pointer;
	margin: auto;
	padding: .6em 0;
	border: 1px solid #c0c0c0;
	background: #fff;
	transition: .3s;
}

.grad-trigger:hover {
	border: 1px solid #999;
	background-color: #f1f1f1;
}

.grad-trigger::after {
	content: "さらに見る";
	/*クリック前のボタンのラベル*/
}

.grad-trigger .fa {
	margin-right: .5em;
}

.grad-item {
	position: relative;
	overflow: hidden;
}

.grad-item.is-hide {
	height: 140px;
	/*隠した後の高さ*/
}

.box01 .grad-item.is-hide {
	height: 180px;
	/*隠した後の高さ*/
}

.grad-item::before {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 50px;
	/*グラデーションで隠す高さ*/
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .9) 50%, rgba(255, 255, 255, .9) 50%, #fff 100%);
	background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .9) 50%, rgba(255, 255, 255, .9) 50%, #fff 100%);
}

.grad-trigger.is-show {
	display: none;
	bottom: -3em;
}

.grad-trigger.is-show::after {
	content: "閉じる";
	/*クリック後にボタンのラベルを変える*/
}

.grad-trigger.is-show+.grad-item::before {
	display: none;
}

.grad-trigger.is-show .fa {
	transform: rotate(180deg);
}



.sctxt {
	display: none;
}

@media screen and (max-width: 767px) {
	.spscroll {
		width: 92vw;
		margin-left: 8vw;
		overflow-y: scroll;
		box-sizing: border-box;
		margin-top: 2vw;
	}

	.sctxt {
		display: block;
		color: #fff;
		font-size: 3.2vw;
		font-weight: bold;
		margin-top: 8vw;
	}

	.sctxt img {
		margin-top: 2vw;
	}

	.spscroll .table_a,
	.spscroll .table_b {
		display: block;
	}

	/*
	.fixth {
		position:sticky;
		left:0;
	}
	.fixth::before {
		content:"";
		position:absolute;
		top:-1px;
		left:-1px;
		width:100%;
		height:100%;
	}
	*/
}


.bg_in2 {
	position: relative;
	z-index: 1;
}

.bg_in {
	width: 1000px;
	margin: 0 auto;
}

/*
@media screen and (max-width: 1500px) {
	.bg_in{
		width:calc(100vw - 300px);
		margin-left: calc((100vw - 1200px) / 2);
	}
}
@media screen and (max-width: 1300px) {
	.bg_in{
		width:calc(100vw - 200px);
	}
}
@media screen and (max-width: 1210px) {
	.bg_in{
		width:calc(100vw - 200px);
		margin-left: 10px;
	}
}
*/
@media screen and (max-width: 767px) {
	.bg_in {
		width: 100%;
		margin-left: auto;
	}
}


.achievement {
	width: 1000px;
	margin: 0 auto;
	margin-top: 50px;
}

.achievement h2 {
	display: inline-block;
	position: relative;
	color: #333;
	font-size: 36px;
	color: #ee6280;
}

.achievement h2::before,
.achievement h2::after {
	position: absolute;
	display: inline-block;
	content: "";
	height: 70px;
	width: 4px;
	background-color: #ee6280;
}

.achievement h2::before {
	top: 15px;
	left: -40px;
	transform: rotate(-25deg);
}

.achievement h2::after {
	top: 15px;
	right: -40px;
	transform: rotate(25deg);
}

.achievement h3 {
	font-size: 20px;
	color: #555;
}

.topicbox,
.list {
	height: 250px;
	overflow-y: scroll;
	box-sizing: border-box;
	margin-top: 30px;
}

.topicbox {
	margin-top: 0;
}


.list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}


.list ul li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	list-style: none;
	width: 47%;
	text-align: left;
	font-size: 18px;
	margin-top: .5em;
	padding-bottom: .5em;
	line-height: 1.5em;
	border-bottom: 1px dotted #f7abbb;
}


.list ul li::before {
	content: "";
	display: inline-block;
	background: url(../img/mrk_mike.svg) no-repeat;
	background-size: 100% auto;
	width: 45px;
	height: 45px;
}

.topicbox,
.list.listpc {
	height: 400px;
}

.topicbox {
	overflow-y: auto;
}

.list.listpc ul {
	display: block;
}

.list.listpc ul li {
	width: 100%;
}

.list.listpc ul li::before {
	margin-right: 5px;
}


.list ul li a {
	display: inline-block;
	width: 420px;
}

.list ul li a:hover {
	color: #ee6280;
	text-decoration: none;
}

.achievement .more {
	padding-bottom: 0;
	padding-top: 5vw;
}

.achievement .more {
	padding-top: 30px;
	padding-bottom: 0;
}

.achievement .more a {
	background-color: #777;
}

@media screen and (max-width: 767px) {
	.achievement {
		width: 90%;
		margin-top: 7vw;
		padding-bottom: 5vw;
	}

	.achievement h2 {
		font-size: 6vw;
	}

	.achievement h2::before,
	.achievement h2::after {
		height: 13vw;
		width: 3px;
	}

	.achievement h2::before {
		top: 2vw;
		left: -5vw;
	}

	.achievement h2::after {
		top: 2vw;
		right: -5vw;
	}

	.achievement h3 {
		font-size: 3.8vw;
	}

	.topicbox,
	.list {
		height: 30vh;
		margin-top: 5vw;
	}

	.topicbox {
		height: auto;
	}

	.list.listpc {
		height: 73vw;
	}

	.list ul {
		display: block;
	}

	.list ul li {
		width: 100%;
		font-size: 3.6vw;
	}

	.list ul li::before {
		width: 8vw;
		height: 8vw;
	}

	.list ul li a {
		width: 75vw;
	}

	.achievement .more {
		padding-top: 5vw;
	}
}