



/* DISPLAY */
.display-sp {
    display: block;
}

.display-pc {
    display: none;
}

.display-sp_business {
    display: block;
}

.display-pc_business {
    display: none;
}



/* パディング（上） */
.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;
}


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

/* 参加方法一覧 */

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

.school-list li {
  padding-left: 29px;
  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;
}



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

/*20200715 ビジネス 講師紹介*/
  .list.seminar-list.top {
    margin-left: -53px; }
    .list.seminar-list.top li {
      padding-left: 53px;
      padding-bottom: 53px; }
      .list.seminar-list.top li:nth-of-type(2) {
        -webkit-transition-delay: 0.3s;
        -o-transition-delay: 0.3s;
        transition-delay: 0.3s; }
      .list.seminar-list.top li:nth-of-type(3) {
        -webkit-transition-delay: 0.6s;
        -o-transition-delay: 0.6s;
        transition-delay: 0.6s; }
      .list.seminar-list.top li a {
        width: 100%; }
      .list.seminar-list.top li .day {
        margin-top: 15px;
        display: block;
        font-size: 1.6rem; }
      .list.seminar-list.top li .list-ttl {
        margin-top: 4px;
        line-height: 1.5;
        letter-spacing: -1px;
        font-size: 1.7rem; }
  .list.seminar-list.page {
    margin-left: -15px; }
    .list.seminar-list.page li {
      padding-left: 15px;
      padding-bottom: 70px; }
      .list.seminar-list.page li a {
        width: 100%; }
      .list.seminar-list.page li .zoom-wrap {
        position: relative; }
        .list.seminar-list.page li .zoom-wrap:before {
          content: "";
          position: absolute;
          width: 100%;
          height: 100%;
          border: 4px solid #8a0000;
          z-index: 1; }
        .list.seminar-list.page li .zoom-wrap .cat {
          position: absolute;
          left: 0;
          top: 0;
          color: #fff;
          font-size: 1.3rem;
          background: #8a0000;
          padding: 4px 20px 6px;
          font-weight: 400;
          z-index: 1; }
          .list.seminar-list.page li .zoom-wrap .cat.finished {
            top: auto;
            left: auto;
            bottom: 0;
            right: 0; }
      .list.seminar-list.page li .text-wrap {
        margin-top: 18px; }
        .list.seminar-list.page li .text-wrap span {
          margin-top: 2px;
          display: block;
          font-size: 1.4rem;
          color: #8f8f8f;
          font-weight: 400; }
          .list.seminar-list.page li .text-wrap span:first-of-type {
            margin-top: 6px; }
      .list.seminar-list.page li .list-ttl {
        line-height: 1.3;
        letter-spacing: -1px;
        font-size: 1.7rem; }
      .list.seminar-list.page li.attended .zoom-wrap:before {
        display: none; }
      .list.seminar-list.page li.attended .attended-text {
        background: rgba(0, 0, 0, 0.4);
        position: absolute;
        left: 0;
        top: 0;
        color: #fff;
        font-size: 2.1rem;
        font-weight: 400;
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
  .list.seminar-list.seminar-top-list li .day {
    font-size: 2rem;
    color: #a1a5b2;
    margin-top: 8px; }
  .list.seminar-list.seminar-top-list li .list-ttl {
    margin-top: 0; }
  .list.seminar-list.btm-none li {
    padding-bottom: 0; }







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

MEDIA QUERY

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




@media screen and (max-width: 480px) {
	
		/* ========================= */	
	
		/* 20200714 Topページ school */	

			.grid_school{
			display: block;
		}
	
	
	
		/* ========================= */	
	
		/* 20220926 コーチング school */	

			/*.schoolmenu_pc{
			display: none;
		}*/
	
}


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


	
}


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

			.schoolmenu_pc{
			display: none;
		}
	
			.schoolmenu_sp{
			display:flex;
		}
	
		.schoolmenu_sp a{
			margin: 5px 15px;
		}



}

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


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

COMMON

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

/* DISPLAY */

.display-sp {
    display: none;
}

.display-pc {
    display: block;
}
	
	
.display-sp_business {
    display: none;
}

.display-pc_business {
    display: block;
}
	

}



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



}



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

				/* 20220926 コーチング school */	

			.schoolmenu_pc{
			display: flex;
		}
	
			.schoolmenu_sp{
			display:none;
		}
	
}




