@charset "UTF-8";
/*
PCスタイル追加分
*/


/* hタグ */
h1{
	font-size:2.3em;
}

h2{
	font-size:2em;
}

h3{
	font-size:1.7em;
}

h4{
	font-size:1.5em;
}

h5{
	font-size:1.2em;
}


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

/* フォント太い */
.aw_bold{
	font-weight: bold;
}


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

/* フォントサイズ */

.aw_font09{
	font-size:0.9em;
}

.aw_font10{
	font-size:1.0em;
}

.aw_font11{
	font-size:1.1em;
}

.aw_font12{
	font-size:1.2em;
	}

.aw_font13{
	font-size:1.3em;
	}

.aw_font14{
	font-size:1.4em;
}

.aw_font15{
	font-size:1.5em;
}

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




/* パディング（上） */
.aw_pt10{
	padding-top: 10px;
}

.aw_pt20{
	padding-top: 20px;
}

.aw_pt30{
	padding-top: 30px;
}

.aw_pt40{
	padding-top: 40px;
}

.aw_pt50{
	padding-top: 50px;
}

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


/* マージン（下） */
.aw_pb10{
	padding-bottom: 10px;
}

.aw_pb20{
	padding-bottom: 20px;
}

.aw_pb30{
	padding-bottom: 30px;
}

.aw_pb40{
	padding-bottom: 40px;
}

.aw_pb50{
	padding-bottom: 50px;
}


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

/* マージン（上） */
.aw_mt10{
	margin-top: 10px;
}

.aw_mt20{
	margin-top: 20px;
}

.aw_mt30{
	margin-top: 30px;
}

.aw_mt40{
	margin-top: 40px;
}

.aw_mt50{
	margin-top: 50px;
}

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


/* マージン（下） */
.aw_mb10{
	margin-bottom: 10px;
}

.aw_mb20{
	margin-bottom: 20px;
}

.aw_mb30{
	margin-bottom: 30px;
}

.aw_mb40{
	margin-bottom: 40px;
}

.aw_mb50{
	margin-bottom: 50px;
}


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

/* ワイズ */
.aw_width95{
	width:95%;
}

.aw_width90{
	width:90%;
}

.aw_width80{
	width:80%;
}

.aw_width_center{
	margin: 0 auto;
}

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


/* ワイズ(MAX) */
.aw_mwidth500{
	max-width:500px;
}

.aw_mwidth700{
	max-width:700px;
}

.aw_mwidth1000{
	max-width:1000px;
}

.aw_mwidth1200{
	max-width:1200px;
}

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



	/* 改行 */

.aw_br_sp{
	display:none;
}

.aw_br_pc{
	display:block;
}


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



/* 横並び */

.aw_flex{
	display:flex;
	margin-left: auto;
	margin-right: auto;
	width: 95%;
}

.aw_flex_in_2{
	width: 49%;
	margin: 0 0.5%;
}

.aw_flex_in_3{
	width: 31%;
	margin: 0 1%;
}


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

/* 共通 */

.aw_wrapp{
	color:#333333;
	font-size: 15px;
	margin-top: 80px;
}

/* メイン画像 */

.aw_image_pc{
		display:block;
	}

.aw_image_sp{
		display:none;
	}


/* 見出し赤帯 */
.title_bg{
	background-color: #B92023;
    color: #FFFFFF;
    padding: 1% 3%;
    margin: 0% 0 3%;
}


/* 開催時間 */
.opentime{
	width:95%;
	margin: 0 auto;
}


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

/* リスト関係 */

/* 数字リスト */
ol{
	width: 95%;
    max-width: 1000px;
    margin: 0 auto;
	padding: 0 0 0 50px;
}

ol li{
	list-style-type: decimal;
    text-align: left;
}



/* 点リスト */
.li_disc{
	width: 95%;
    max-width: 1000px;
    margin: 0 auto;
	padding: 0 0 0 50px;
}

.li_disc li{
	list-style-type:disc;
    text-align: left;
}


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

/* リンクボタン(黒) */

.entry-inner_bk {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	line-height: 3em;
	font-size: 0.9em;
	font-weight: normal;
	width: 100%;
}

.entry-inner_bk a {
	color: #333333;
	display: block;
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
	border: 1px solid #333333;
	background-color: #FFFFFF;
}
.entry-inner_bk {
}


.entry-inner_bk a:hover  {
	color: #FFFFFF;
	background-color: #333333;
	display: block;
	transition-property: all;
    transition: 0.3s linear;
	-webkit-transition: ease .3s;
	transition: ease .3s;
}


/* リンクボタン(赤) */

.entry-inner_red {
		margin: 10px auto 0;
		text-align: center;
		line-height: 3em;
		font-size: 0.9em;
		font-weight: normal;
		width: 100%;
	}

.entry-inner_red a {
		color: #b92023;
		display: block;
		width: 100%;
		max-width: 400px;
		margin: 0 auto;
		border: 1px solid #b92023;
		background-color: #FFFFFF;
	}

.entry-inner_red a:hover  {
		color: #FFFFFF;
		background-color: #b92023;
		display: block;
		transition-property: all;
		transition: 0.3s linear;
		-webkit-transition: ease .3s;
		transition: ease .3s;
	}

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


/* 共通 */

	#frame_border{
		width:85%;
		max-width:600px;
		margin:50px auto 30px;
		border:double 3px #333333;
		padding:20px;
	}

	#frame_border h3{
		font-size:1.1em;
		font-weight:bold;
	}

	#frame_border p{
		font-size:1em;
	}


  .grid.is-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }


body.corporate #eyecatch.page-eyecatch .catch-copy,
	body.corporate #eyecatch.page-eyecatch .catch-copy span{
		color: #778899;
		/*color: #FFF;*/
	}





.scroll-prevent {
  position:absolute;
}


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

/* 社長特別ショートセミナー */

.img_pc{
		display: block;
	}

.img_sp{
		display: none;
	}


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

/* 初めての方 */


.page-first-view-cta {
    position: relative;
    min-height: 450px;
    background-image: url(../img/seminar/guide/bk-001.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -50px;
    color: #FFFFFF;
}

.para-cta-wrap {
    position: static;
    width: 100%;
    padding-top: 50px;
	padding-bottom: 50px;
	/*max-width: 800px;*/
    /* top: 50%; */
    /* margin-top: -54px; */
}

.form-unit-cta {
    width: 300px;
    margin: 0 auto;
}

.para-cta-input {
    background-color: rgba(255,255,255,0.5);
    border: 1px solid #ccc;
    border-radius: 10px;
    margin-bottom: 6px;
    padding: 12px 10px;
    font-size: 1em;
    text-align: center;
}

/* input {
    padding: 10px 5px;
    width: 100%;
}
*/

.container p {
    padding-bottom: 15px;
    /*text-align: center;*/
}


* {
    box-sizing: border-box;
}

/* ページ内リンク */
.sec1{
	padding-bottom: 500px;
}


.guide_seminar{
	display:flex;
	width:95%;
	margin: 0 auto 50px;
	max-width: 800px;
}

.guide_seminar img{
	width:95%;
}

.guide_basicschool{
	width:95%;
	margin: 0 auto 50px;
	max-width: 300px;
}

.guide_basicschool img{
	width:95%;
}

.top_seminar_mail p{
	width:600px;
	margin: 0 auto 20px;
}

.para-cta-submit{
	background-color:#DD5759;
	color: #FFFFFF;
}




.guide-content h2 {
	width: 100%;
	text-align: left;
	font-size: 1.1em;
	height: 40px;
	line-height: 40px;
	text-indent: 20px;
	background-color: #A8A8A8;
	color: #FFFFFF;
}
.guide-art {
	color: #000000;
	text-align: left;
	font-size: 0.9em;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	letter-spacing: 1px;
	line-height: 20px;
	margin-bottom: 40px;
}
.guide-art ol {
}
.guide-art ol li {
	list-style-position: inside;
	list-style-type: decimal;
	text-indent: -21px;
	width: 90%;
	margin-left: 26px;
	padding-bottom: 10px;
	text-align: left;
	font-size: 1em;
}
.guide-art ol p {
	font-size: 0.9em;
	text-indent: -14px;
	width: 90%;
	margin-left: 18px;
}

	.top_seminar_mail_text{
		text-align:center;
		margin: 50px auto 30px;
		font-size: 1.5em;
		font-weight: bold;
		color: #CC2528;
	}

	#guide_fig_text{
		text-align: left;
		width:95%;
		max-width: 600px;
		font-size: 0.8em;
	}

	#guide_fig_text ol li{
		list-style: decimal;
	}


/* 講師紹介 */

.seminar_icon_bg{
	color: #FFFFFF;
    width: 19%;
    margin-left: 1%;
    background-color: #000000;
    overflow: hidden;
}


@media (max-width: 480px) {
	.seminar_icon_bg{
		color: #FFFFFF;
		width:100%;
		margin-left: 1%;
		margin-bottom: 10px;
	}
}


.aw_flex .li_disc li{
	margin-bottom: 3vh;
}


/* エンパワーメントサロン */

  .list.program-list .text-wrap .empower_catch-copy {
    font-size: 2.7rem;
    line-height: 1.2; }

#eyecatch.page-eyecatch {
  line-height: 0;
  position: relative; }
  #eyecatch.page-eyecatch .empower_catch-copy {
    position: absolute;
    left: 50%;
    top: 53%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    font-size: 2.7rem;
    text-align: center;
    line-height: 1.3;
    color: #8a0000;
    font-weight: bold; }
    #eyecatch.page-eyecatch .empower_catch-copy span {
      font-size: 1.4rem;
      display: block;
      color: #000;
      font-weight: 400; }

body.corporate #eyecatch.page-eyecatch {
  line-height: 0; }
  body.corporate #eyecatch.page-eyecatch .empower_catch-copy {
    font-size: 5rem;
    color: #333;
    font-weight: 400;
    letter-spacing: 3px;
    line-height: 1; }
    body.corporate #eyecatch.page-eyecatch .empower_catch-copy span {
      font-size: 1.9rem;
      color: #333;
      letter-spacing: 0;
      margin-top: 10px; }



/* K8B */


.container_1 {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	max-width: 939px;
	padding-top: 30px;
	padding-bottom: 80px;
}

	#sharing_aw_banner img {
	width: 100%;
	margin:30px auto;
}

	.info-article {
	max-width: 70%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 40px;
}


.info-article img{
	width:100%;
	}

.info-article h2{
	font-size: 1.1em;
	margin-bottom: 40px;
	font-weight: bold;
	}

.info-article h3{
	font-size: 1.3em;
	margin-bottom: 20px;
	font-weight: bold;
	}

/*.aw_wrapp img{
	width: auto;
}*/

	.takahashi_sign img{
		width:20%;
	}


	.outline{
		width:100%;

	}

	.voice_outline{
		width:80%;
		margin: 0 auto 30px;
	}

	.outline img{
		width:100%;

	}

	.seminar-price{
		margin-bottom: 50px;
	}

	.seminar-price h3{
		font-weight:bold;
	}


#field-content7 {
	width: 100%;
	border-width: 0px;
	border-style: solid;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	background-color: #E9E9E9;
	overflow-y: hidden;
	height: auto;
}
#field-content7 h4 {
	display: inline-block;
	text-align: center;
	color: #000000;
	font-size: 1.2em;
	margin-top: 20px;
	margin-bottom: 40px;
	border-bottom: 1px solid #000000;
}



.kick_info h4{
	font-size: 1.3em;
	border-left-style:double;
	border-left-width: 5px;
	padding-left: 10px;
	margin-top: 50px;
}

.kick_info dd{
	padding: 10px 0 0 15px;
}


/* 20200124 NEW TOS */

.app-btn_custom {
  background: #6c0000;
  position: fixed;
  width: 365px;
  text-align: center;
  display: block;
  margin: auto;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .app-btn_custom.app-btn_custom-fixed {
    position: fixed;
    bottom: 3%;
    left: calc((100% - 365px)/2);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: 1; }
  .app-btn_custom:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50%, #490000)) no-repeat top left/100% 100%;
    background: -webkit-linear-gradient(top left, rgba(255, 255, 255, 0) 50%, #490000 50%) no-repeat top left/100% 100%;
    background: -o-linear-gradient(top left, rgba(255, 255, 255, 0) 50%, #490000 50%) no-repeat top left/100% 100%;
    background: linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #490000 50%) no-repeat top left/100% 100%;
    z-index: 0; }
  .app-btn_custom span {
    display: inline-block;
    position: relative; }
    .app-btn_custom span:after {
      content: "";
      position: absolute;
      right: 0;
      top: calc((100% - 26px)/2);
      width: 28px;
      height: 26px;
      background: url("../img/common/application_icon3.png") no-repeat center/cover; }
  .app-btn_custom input {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    background: none;
    border: none;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    color: #fff;
    padding: 26px 0;
    position: relative;
    font-size: 1.8rem;
    padding-right: 30px; }

.learn_wrap {
  display: flex;
}

.learn_wrap div.animal {
  width: calc(33.3% - 10px);
  margin: 5px;
}

.answer_wrap {
  display: flex;
	width: 90%;
	max-width: 800px;
	margin: 0 auto;
}

.answer_wrap div.split {
  width: calc(50% - 10px);
  margin: 5px;
}

.lecturer_wrap {
  display: flex;
}

.lecturer_wrap div.lecturer_prof_1 {
  width: calc(30% - 10px);
  margin: 5px;
}

.lecturer_wrap div.lecturer_prof_2 {
  width: calc(70% - 10px);
  margin: 5px;
}

.live_movie{
	max-height:600px;
	margin-top: 0px;
}


/* 20200616 サンプル動画ページ */

.inner .movie-list .benefits_li {
	width: calc(100% / 4);
}


/* 20200620 IES キャンペーン */

.ies_camp_pic{
	width: 30%;
}

.ies_camp_list{
	width: 60%;
	margin-left: 5%;
}

.ies_camp_list_item a{
	padding: 30px;
	width: 100%
}

.ies_camp_list_item a:hover{
	color: #FFFFFF;
	background-color: #999999;
	display: block;
	transition-property: all;
    transition: 0.3s linear;
	-webkit-transition: ease .3s;
	transition: ease .3s;
}

.ies_camp_list_item{

}

.hr_line{
	border-top: 1px solid #BBBBBB;
	border-bottom: 1px solid #fff;
}

.campaign_movie{
	font-size: 1.3em;
}

.movie_time{
	font-size: 0.6em;
}

.ies-campaign_title{
	padding-bottom: 1px;
}

.ies-campaign_title_hr{
	width: 90%;
	margin: 0 auto;
	max-width: 300px;
	color: #CC1B1E;
}



/* 20200623 セミナー案内　*/

.list.seminar-list.page li .pic_frame:before {
    content: "";
    /* position: absolute; */
    width: 100%;
    height: 100%;
    border: 1px solid #8a0000;
	z-index: 1;
}


.inner .movie-list li .pic_frame {
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid #8a0000;
	z-index: 1;
}


.list.movie-list li .img-wrap .time{
	width: 200px;
	height: 50px;
	background: 0;
}

.list.movie-list.pickup-movie li .img-wrap {
    width: 55%;
    padding-top: 35%;
}

.list.movie-list.pickup-movie li .text-wrap {
    width: 45%;
    padding-left: 2%;
    margin-top: 0;
}


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

/* 20200623 髙橋敏浩紹介ページ */

.sns_link{
	width: 95%;
	max-width: 300px;
	margin: 50px auto 0;
}

.sns_link a{
	width: 23%;
	margin: 0 2%;
}

figure.hover-parent {
　width: 55px;
　height: 55px;
　position: relative;
　margin-bottom: 30px;
　overflow: hidden;
}
figcaption.hover-mask {
　width: 55px;
　height: 55px;
　position: absolute;
　top: 0;
　bottom: 0;
　left: 0;
　right: 0;
　background: rgba(0,0,0,0.5);
　opacity: 0;
　color: #fff;
　display: flex;
　align-items: center;
　text-align: center;
　padding: 30px;
}

figcaption.hover-mask {
　opacity: 1;
　transition: all 0.6s ease;
　padding-bottom: 0;
}
figure.hover-parent:hover .hover-mask {
　padding-bottom: 30px;
}

.sample2 {
	width:			60px;
	height:			60px;
	overflow:		hidden;
	margin:			0px;
	position:		relative;
}
.sample2 .caption {
	font-size:		80%;
	text-align: 		center;
	color:			#fff;
}
.sample2 .mask {
	width:			100%;
	height:			100%;
	position:		absolute;
	top:			0;
	left:			0;
	opacity:		0;	/* マスクを表示しない */
	background-color:	rgba(0,0,0,0.4);
	-webkit-transition:	all 0.6s ease;
	transition:		all 0.6s ease;
}
.sample2:hover .mask {
	opacity:		1;	/* マスクを表示する */
	padding-top:		10px;	/* ホバーで下にずらす */
}


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

/* 20200624 お申込みページ */

#content .school-app-form_wrap .school-app-field .form_title_first{
	text-align: center;
    color: #333;
    padding: 1rem 0;
    font-weight: bold;
    font-size: 2rem;
}

#content .admission-Bgcolor{
	background: #DDD;
}


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

/* 参加方法一覧 */

.school-list {
  margin-left: -29px;
  margin-top: 45px;
}

.school-list li {
  padding: 0 15px;
  margin-bottom: 29px;
}

.school-list li:nth-child(1) .school-list-cont {
  background: url("../img/common/school_basic.png") no-repeat center/cover;
}

.school-list li:nth-child(2) {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.school-list li:nth-child(2) .school-list-cont {
  background: url("../img/common/school_coaching.png") no-repeat center/cover;
}

.school-list li:nth-child(3) {
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.school-list li:nth-child(3) .school-list-cont {
  background: url("../img/common/school_business.png") no-repeat center/cover;
}

.school-list li a {
  display: block;
  /*width: 306px;
  height: 306px;*/
  border: 1px solid #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.school-list li a:hover {
  border: 6px solid #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.school-list li .school-list-cont {
  height: 100%;
  position: relative;
}

.school-list li .school-list-cont:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /*background: rgba(0, 0, 0, 0.45);*/
}

.school-list li .school-list-cont h3 {
  font-size: 2.4rem;
  color: #fff;
  text-align: center;
  position: relative;
  line-height: 1.4;
}

.school-list li .school-list-cont h3 span {
  display: block;
  font-size: 1.5rem;
  letter-spacing: 1px;
  color: #d9d9d9;
}



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

/* 20200714 Topページ school */

.grid_school{
	display: flex;
}

.grid_school li{
	width: calc(100% / 3);
}


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

/* 20200807 FST映像ページ */
.seminar_half{
	width: 48%;
}

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

/* 20200903 スクールおためしページ */
.grid_movie{
	display: flex;
}

.grid_movie li{
	width: calc(100% / 4);
}

.movie_width{
	width: 100%;
}


#footer_fixarea {
display: block;
width: 100%;
position: fixed;
left: 0;
background: #99c1fd;
opacity: 0.9;
color:#fff;
z-index: 10;
bottom:-150px;
transition-duration: 0.5s;
box-sizing:border-box;
/*padding:20px 0;*/
font-weight:bold;
text-align:center;
}

#footer_fixarea.show {
bottom:0px;
transition-duration: 0.5s;
}

#footer_fixarea ul{
margin:0;
padding:0;
list-style:none;
}

#footer_fixarea ul li{
display:inline-block;
color:#555;
vertical-align:middle;
border-radius:4px;
}

#footer_fixarea ul li span{
font-size:200%;
margin:0 10px;
vertical-align:sub;
}

#footer_fixarea ul li a{
color:#555;
}

/*#footer_fixarea ul li:nth-child(1){
    background:#310fdf;
    padding:10px 20px;
    margin:0 20px;
	color: #FFF;
}
#footer_fixarea ul li:nth-child(2){
    background: #fdf98d;
	border: #555 solid 2px;
    padding:10px 20px;
}
#footer_fixarea ul li:nth-child(3){
    background: #fdf98d;
	border: #555 solid 2px;
    padding:10px 20px;
}

#footer_fixarea ul li:nth-child(4){
    background: #fdf98d;
	border: #555 solid 2px;
    padding:10px 20px;
}*/


#footer_fixarea ul li:nth-child(1){
    background:#FFF;
	/*border: #850119 solid 2px;*/
    padding:10px;
    margin:0 5px 10px;
	width: 90%;
	max-width: 150px;
}
#footer_fixarea ul li:nth-child(2){
    background: #FFF;
	/*border: #850119 solid 2px;*/
    padding:10px;
    margin:0 5px 10px;
	width: 90%;
	max-width: 150px;
}
#footer_fixarea ul li:nth-child(3){
    background: #FFF;
	border: #850119 solid 2px;
    padding:10px;
    margin:0 5px 10px;
	width: 90%;
	max-width: 150px;
}
#footer_fixarea ul li:nth-child(4){
    background: #FFF;
	border: #850119 solid 2px;
    padding:10px;
    margin:0 5px 10px;
	width: 90%;
	max-width: 150px;
}



#cta_buttom {
display: block;
width: 100%;
left: 0;
opacity: 0.9;
color:#555;
z-index: 10;
transition-duration: 0.5s;
box-sizing:border-box;
padding:20px 0;
font-weight:bold;
text-align:center;
}

#cta_buttom.show {
bottom:0px;
transition-duration: 0.5s;
}

#cta_buttom ul{
margin:0;
padding:0;
list-style:none;
}

#cta_buttom ul li{
display:inline-block;
color:#555;
vertical-align:middle;
border-radius:4px;
}

#cta_buttom ul li span{
font-size:200%;
margin:0 10px;
vertical-align:sub;
}

#cta_buttom ul li a{
color:#555;
}

#cta_buttom ul li:nth-child(1){
    background:#FFF;
	/*border: #850119 solid 2px;*/
    padding:10px;
    margin:0 5px 10px;
	width: 90%;
	max-width: 220px;
}
#cta_buttom ul li:nth-child(2){
    background: #FFF;
	border: #850119 solid 2px;
    padding:10px;
    margin:0 5px 10px;
	width: 90%;
	max-width: 220px;
}

#cta_buttom ul li:nth-child(3){
    background:#FFF;
	border: #850119 solid 2px;
    padding:10px;
    margin:0 5px 10px;
	width: 90%;
	max-width: 220px;
}
#cta_buttom ul li:nth-child(4){
    background: #FFF;
	border: #850119 solid 2px;
    padding:10px;
    margin:0 5px 10px;
	width: 90%;
	max-width: 220px;
}

#cta_text{
	white-space: nowrap;
	max-width: 100%;
	font-size: 2.3vmin;
}

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

/* 20201015 ECPページ */

.ecn_photo{
	width:95%;
	max-width: 800px;
	margin: 50px auto 80px;
}



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

/* 20201214 */

.list.slider-list li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.13)), color-stop(rgba(0, 0, 0, 0.13)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.13), rgba(0, 0, 0, 0.13), rgba(0, 0, 0, 0));
  background: -o-linear-gradient(rgba(0, 0, 0, 0.13), rgba(0, 0, 0, 0.13), rgba(0, 0, 0, 0));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  z-index: 1;
}




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

/* 20210312 */

.btn a {
  background-color: #fffacd;
  color: #222;
  font-size: 16px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
}
.modal {
  display: none;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.modal__overlay {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}
.modal__content {
  background: #fff;
  left: 50%;
  padding: 10px;
  position: absolute;
  text-align: right;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width:600px;
  width: 100%;
}
.modal__content img {
  max-width:600px;
  width: 100%;
}
.modal__content p {
  background-color: #eee;
  display: inline-block;
  font-size: 16px;
}
.modal__content a {
  color: #000;
  padding: 5px 10px;
  text-align: right;
}
.fixed {
  height: 100%;
  position: fixed;
  width: 100%;
}




/**********************************************************
右ボタン
fixed-side-link
**********************************************************/

.fixed-side-link .popup {
  text-align: center;
  position: relative;
  z-index: 0;
  /*width: 92px;
  height: 92px;*/
  background: #393939;
  border-bottom: 1px solid #545454;
}

.fixed-side-link .popup .app_dl {
  width: 100%;
  max-width: 200px;
　margin: 10px auto 0;
}


/* ------

スクール申込み

-------*/

#content .school-app-form_wrap .school-app-field .school-app-table tbody td{
	text-align: right;
}



/*.wysiwyg .mypage-ttl_picture_book {
    font-size: 2.7rem;
    color: #8a0000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}*/

/* ------

絵本ページ

-------*/

.mypage-ttl_picture_book {
  position: relative;
  padding: 1rem 2rem calc(1rem + 10px);
  background: #fff100;
}

.mypage-ttl_picture_book:before {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100%;
  height: 100%;
  content: '';
  border: 4px solid #555;
}

/* ------

コーチングスクールお試し

-------*/

.mypage-ttl_coaching_school_experience {
  position: relative;
  padding: 1.5rem 2rem;
  border: 3px solid #d8d8d8;
  border-radius: 10px;
  background: #f9f9f9;
}

.mypage-ttl_coaching_school_experience:before {
  position: absolute;
  bottom: -14px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #d8d8d8 transparent transparent transparent;
}

.mypage-ttl_coaching_school_experience:after {
  position: absolute;
  bottom: -10px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #f9f9f9 transparent transparent transparent;
}


@media (max-width: 768px) {

#footer_fixarea{
    padding:10px 0;
}

#footer_fixarea p{
    margin-bottom:5px;
}

#footer_fixarea ul li:nth-child(1){
    margin:5px ;
    padding:10px;
}

#footer_fixarea ul li:nth-child(2){
    margin:5px ;
    padding:10px;
}

#footer_fixarea ul li:nth-child(3){
    margin:5px ;
    padding:10px;
}

#footer_fixarea ul li:nth-child(4){
    margin:5px ;
    padding:10px;
}

#cta_buttom ul li:nth-child(1){
    background:#FFF;
	/*border: #850119 solid 2px;*/
    padding:10px;
    margin:0 5px 10px;
	width: 90%;
	max-width: 150px;
}
#cta_buttom ul li:nth-child(2){
    background: #FFF;
	border: #850119 solid 2px;
    padding:10px;
    margin:0 5px 10px;
	width: 90%;
	max-width: 150px;
}

#cta_buttom ul li:nth-child(3){
    background:#FFF;
	border: #850119 solid 2px;
    padding:10px;
    margin:0 5px 10px;
	width: 90%;
	max-width: 150px;
}
#cta_buttom ul li:nth-child(4){
    background: #FFF;
	border: #850119 solid 2px;
    padding:10px;
    margin:0 5px 10px;
	width: 90%;
	max-width: 150px;
}
	#cta_text{
		white-space: nowrap;
		max-width: 100%;
		font-size: 3.7vmin;
	}
	
	
/* ========================= */

/* 20200714 Topページ school */

.grid_school{
	display:block;
}

.grid_school li{
	width: 95%;
	max-width: 500px;
	margin: 30px auto;
}
	
}





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

/* 20211018 ambassador */


.officialline_btn {
  width: 500px;
  position: relative;
  overflow: hidden;
}

.officialline-btn:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 9px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  right: 8%;
  top: calc((100% - 10px)/2);
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  z-index: 2;
}

.officialline-btn a, .officialline-btn .popup-btn {
  cursor: pointer;
  padding: 22px 0 18px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  width: 100%;
  color: #fff;
  font-size: 1.5rem;
  border: 1px solid #07b53b;
}

.officialline-btn a:before, .officialline-btn .popup-btn:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  background: #07b53b;
}

.officialline-btn a:after, .officialline-btn .popup-btn:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  background: #07b53b;
}

.officialline-btn a:hover span, .officialline-btn .popup-btn:hover span {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-duration: .6s;
  animation-duration: .6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-animation-name: btn_hover_text_white;
  animation-name: btn_hover_text_white;
}

.officialline-btn a:hover:before, .officialline-btn .popup-btn:hover:before {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-name: btn_hover1;
  animation-name: btn_hover1;
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.officialline-btn a:hover:after, .officialline-btn .popup-btn:hover:after {
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-name: btn_hover2;
  animation-name: btn_hover2;
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.officialline-btn.center {
  margin: auto;
}

.officialline-btn.icon span {
  padding-right: 33px;
}

.officialline-btn.icon span:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background: url("../img/common/download_icon_white.png") no-repeat center/cover;
  width: 22px;
  height: 18px;
}

.officialline-btn span {
  position: relative;
  z-index: 10;
}
