@charset "utf-8";
/*
 * ==========================================================================
 * 
 * [top]
 * 
 * ==========================================================================
 */
/**
 * --------------------------------------------------------------------------
 * topVisual
 * --------------------------------------------------------------------------
 */
.topBnr-sp {
  position: absolute;
  width: 23vw;
  right: 30px;
  bottom: 140px;
  border-radius: 5px;
}

.topVisualWrapper {
	position: relative;
	width: 100%;
  background: url("/recurrent/academy/scs_tokyo/img/content/top/top_visual_bg.jpg") center center/cover no-repeat #fff;
}
.topVisualInner {
  width: 1200px;
  margin: 0 auto;
  padding: 12% 0 13%;
  text-align: center;
}
.topVisualTitle {
  font-size: 9rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 10px 0;
  color: #fff;
  text-shadow: #313371 0 0 10px,#313371 0 0 10px,#313371 0 0 10px;
}

.topVisualRead {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.7;
  color: #fff;
  text-shadow: #313371 0 0 10px,#313371 0 0 10px;
}
.topVisualTitleSub {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0 0 20px 0;
  line-height: 1;
  color: #fff;
}
.topVisualTitleSub span{
  background: #313371;
  padding: 7px 10px 10px 10px;
}
.topVisual70thLogo {
  position: absolute;
  background: #fff;
  padding: 30px;
  width: 100px;
  top: 0;
  left: 40px;
  box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 5px 5px;
}

.topVisualBtWrapper {
  background: rgb(0 0 0 / 0.5);
  padding: 20px 0;
}
.topVisualBtList {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  display: flex;
  justify-content: center;
}
.topVisualBtList li{
  list-style-type: none;
  margin: 0 5px;
}
a.topVisualBt {
  display: inline-block;
  background: #0093cb;
  text-align: center;
  color: #FFFFFF;
  text-decoration: none;
  padding: 1.2em 2.4em;
  min-width: 200px;
  border-radius: 100px;
  font-weight: bold;
  position: relative;
}
a.topVisualBt img {
    position: absolute;
    top: 34%;
    right: 20px;
    width: 25px;
}

a.topVisualBt.login {
  background: #9d9032;
}

/**
 * --------------------------------------------------------------------------
 * about
 * --------------------------------------------------------------------------
 */
.aboutWrapper {
  background: #313371;
  color: #fff;
}
.topInfoBox {
  border-left:solid 1px #fff;
}
.topInfoBoxInner {
  padding-left: 80px;
}
.topDate {
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.4;
  margin: -20px 0 20px 0;
}
  .topDate .month {
    font-size: 6rem;
    font-weight: 800;
  }
  .topDate .year {
    font-size: 3rem;
  }
.topTime {
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.3;
}
.topEventInfo {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 30px 0 0 0;
}
.topEventInfo th {
  vertical-align: top;
  padding-right: 10px;
}
/**
 * --------------------------------------------------------------------------
 * Schedule
 * --------------------------------------------------------------------------
 */
.scheduleWrapper {
  background-image: linear-gradient(to bottom, #00b3eb, #0950a3);
}

.scheduleSectionTitle {
  font-family: Arial, Helvetica, "sans-serif";
  /*font-family: "Josefin Sans", sans-serif;*/
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 5rem;
  color: #fff;
  text-align: center;
}
.scheduleSectionRead {
  font-size: 2rem;
  color: #fff;
  text-align: center;
  margin: 0 auto 50px;
}

.scheduleBox {
  background: #fff;
  padding: 100px;
  position: relative;
  margin: 100px 0 0 0;
}
.scheduleDateBox {
  position: absolute;
  padding: 20px 50px;
  top: -60px;
  left: 0;
  background: #e1dfe9;
  color: #313371;
}

.scheduleYear {
  font-weight: 700;
  line-height: 1;
}

.scheduleDate {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.3;
}
  .scheduleDate span{
    font-size: 2rem;
  }
.scheduleTime {
  font-size: 2rem;
  font-weight: 700;
}
.themaTitle {
  background: #0076c0;
  padding: 15px;
  color: #fff;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 30px;
}
.themaSympoTitle {
  display: inline-block;
  background: #0076c0;
  padding: 5px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 0 0;
}
.themaSympoBox {
  display: flex;
  margin-top: 20px;
}
.themaSympoBox .photo {
  width: 150px;
  margin-right: 20px;
}
.themaSympoBox .sympositist {
  width: 310px;
}
.sympositistTitle {
  font-size:1.4rem;
}
.sympositistName {
  font-size: 2rem;
}

.scheduleBoxApply {
  background: #e8f4fb;
  padding: 40px 60px;
  margin: 50px 0 0 0;
}

.scheduleBoxApplyBt a {
  display: inline-block;
  background: #313371;
  text-align: center;
  color: #FFFFFF;
  text-decoration: none;
  padding: 1.2em 2.4em;
  min-width: 350px;
  border-radius: 100px;
  font-weight: bold;
  position: relative;
}
.scheduleBoxApplyBt.online a {
  background: #1aa592;
}
.scheduleBoxApplyBt.minogasi a {
  background: #01aae4;
}

.scheduleBoxApplyBt.minogasiOff a {
  background: #bed6e3;
}

.minogasiBox {
  text-align: center;
  margin: 20px auto 0;
}


/**
 * --------------------------------------------------------------------------
 * Wrapper
 * --------------------------------------------------------------------------
 */
.contentsWrapper {
}
.grfWrapper {
  margin: 80px 0;
}
.sectionWrapper {
  background: #ebebfd;
}
/**
 * --------------------------------------------------------------------------
 * commonBox
 * --------------------------------------------------------------------------
 */
.boxWrapper {
  margin-bottom: 50px;
}
.whiteBox {
  position: relative;
  background: #fff;
}
.boxInner {
  padding: 60px;
}
.introBox {
  width: 70%;
  margin: 80px auto;
}
/**
 * --------------------------------------------------------------------------
 * スクーリング会場
 * --------------------------------------------------------------------------
 */
.accessBox {
  background: #fff;
  width: calc(100% - 120px);
  padding: 60px;
  margin-bottom: 50px;
}
.accessBox img {
}
.accessTable {
  border-collapse: collapse;
  width: 100%;
  border-top: solid 1px #ddd;
}
.accessTable tr {
  border-bottom: solid 1px #ddd;
}
.accessTable th {
  padding: 15px 0;
  vertical-align: top;
}
.accessTable td {
  padding: 15px 0 15px 20px;
  vertical-align: top;
}

.accessMap {
  height: 360px;
  margin: 50px 0 0 0;
}
.accessMap iframe{
  width: 100%;
  height: 100%;
}
/**
 * --------------------------------------------------------------------------
 * メールマガジン
 * --------------------------------------------------------------------------
 */
.magazineWrapper {
  background: url("/recurrent/academy/scs_tokyo/img/content/top/mailmag.svg") no-repeat #D6E9F3 right;
  background-size: 60%;
  color: #232323;
}
/**
 * --------------------------------------------------------------------------
 * 特別回
 * --------------------------------------------------------------------------
 */
.topVisualWrapper-sp {
	position: relative;
	width: 100%;
  background: #e8e9f4;
}
.topVisualInner-sp {
  width: 1200px;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
  gap: 40px;
  margin: 0 auto;
    padding: 3% 0;
  text-align: left;
}

.topVisualInner-mv-sp {
  width: 60%;
}
.topVisualInner-tx-sp {
  width: 40%;
}
.topVisualTitle-sp {
  font-size: 9rem;
  font-weight: 800;
  line-height: 1.4;
  margin: 0 0 10px 0;
}
.topVisualTitle-sub-sp {
  font-size: 4rem;
  font-weight: 600;
  line-height: 1;
  margin: 40px 0;
}
  .topVisualTitle-sub-sp span {
    background: #000;
    color: #fff;
    padding: 5px 20px;
  }

.topVisualRead-sp {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.7;
}

.topVisual70thBox {
  display: grid;
  gap: 20px;
  grid-template-columns:100px 1fr;
  margin: 40px 0 0 0;
}

.castWrapper-sp {
  background: #e8e9f4;
}

.spMemberTitle {
  margin: 50px 0 30px;
}
  .spMemberTitle span {
    background: #f4ce37;
    font-size: 2rem;
    font-weight: 700;
    padding: 5px 20px
  }
.spMember {
  display: grid;
  gap: 40px;
  grid-template-columns:1fr 1fr;
}
.spMemberBox {
  display: grid;
  gap: 20px;
  grid-template-columns:200px 1fr;
}
.spMemberName {
  font-size: 2.5rem;
  font-weight: 600;
  margin: 5px 0 0 0;
}
.applyWrapper-sp {
  background: #f4ce37;
  padding: 50px;
  display: flex;
  justify-content: center;
}
.applyWrapperInner-sp {
  margin: 0 auto;
  display: flex;
  gap: 30px;
}

.timetableDl {
  display: grid;
  gap: 20px;
  grid-template-columns:140px 1fr;
  margin-bottom: 15px;
  padding-bottom: 20px;
  border-bottom: solid 1px #000;
}

.timetableDl dt {
  font-size: 2rem;
  font-weight: 600;
}

.timetableDl dd {
  margin: 0;
  padding: 0 0 0 20px;
  
}

.timetableDlTitle {
  font-size: 2rem;
  font-weight: 600;
}

.flyerBtWrapper {
  background: #e8e9f4;
  padding: 20px 0;
  margin: 50px auto 0;
  text-align: center;
}



/**
 * --------------------------------------------------------------------------
 * bnr
 * --------------------------------------------------------------------------
 */
 .bnrWrapper {
 margin-top: -130px; 
}
 .bnrWrapper .innerVox{
    width: 1200px;
    margin: 0 auto;
	padding: 0;
    position: relative;
    text-align:left;
}
.bnrList {
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0;
	padding: 0;
}
/*偶数
.bnrListItem {
	width:49.5%;
	list-style-type: none;
	background: #fff;
	margin-bottom: 10px;
}
	.bnrListItem:nth-child(2n) {
		margin-right:0;
	}*/

.bnrListItem {
	width:32.5%;
	list-style-type: none;
	background: #fff;
	margin-bottom: 10px;
}

.bnrListItemImg {
	border: solid 5px #fff;
	position:relative;
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
/**
 * --------------------------------------------------------------------------
 * news
 * --------------------------------------------------------------------------
 */
.newsListWrapper {
}
.newsListWrapper .button{
	text-align: center;
	margin-top: 80px;
}

.newsList {
	padding: 0;
}
	.newsList li {
		list-style-type: none;
		padding: 20px 5px;
		border-top: solid 1px #dedede;
	}
		.newsList li:last-child {
			margin-bottom: 0;
			border-bottom: solid 1px #dedede;
		}
.newsListItem {
		display:flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 0;
		padding: 0;
		text-decoration: none;
}
.newsListDate {
		width: 11%;
}
.newsListTitle {
    width: 89%;
}

.newsListTitle a {
	color: #18272F;
  position: relative;
  text-decoration: none;
}

.newsListTitle a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #18272F;
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform .4s ease-in-out;
}

.newsListTitle a:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}
/**
 * --------------------------------------------------------------------------
 * link
 * --------------------------------------------------------------------------
 */

.linkWrapper {
}
.linkList {
	display:flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}

.linkListItem {
	width:32%;
	margin-right:2%;
	margin-bottom:45px;
	list-style-type: none;
}

.linkList .linkListItem:nth-child(3)  {
	margin-right:0;
}

.linkListItemImg {
	position:relative;
}

/**
 ****************************************************
 * 
 * screens smaller than 768
 * 
 ****************************************************
 */
@media only screen and (max-width: 768px) {
/**
 * --------------------------------------------------------------------------
 * topVisual
 * --------------------------------------------------------------------------
 */
.topBnr-sp {
  position: inherit;
  width: 80%;
  margin: 50px 0 0;
}
  
.topVisualWrapper {
}
.topVisualInner {
  width: auto;
  padding: 20% 0 5%;
}
.topVisualTitle {
  font-size: 3rem;
  margin: 0 0 0 0;
}

.topVisualRead {
  font-size: 1.5rem;
}
.topVisualTitleSub {
  font-size: 1.2rem;
  margin: 0 0 20px 0;
}
.topVisualTitleSub span{
  background: #313371;
  padding: 7px 10px 10px 10px;
}
.topVisual70thLogo {
  padding: 10px;
  width: 50px;
  top: 0;
  right: 10px;
  border-radius: 0 0 5px 5px;
}
.topVisualBtWrapper {
  padding: 10px 0;
}
.topVisualBtList {
  display: inherit;
}
.topVisualBtList li{
  margin: 0 0 8px 0;
}
  .topVisualBtList li:last-child{
    margin: 0;
}
a.topVisualBt {
  padding: 1.2em 2.4em;
  min-width: 200px;
}
a.topVisualBt img {
    position: absolute;
    top: 30%;
    right: 20px;
    width: 22px;
}
/**
 * --------------------------------------------------------------------------
 * about
 * --------------------------------------------------------------------------
 */
.aboutWrapper {
}
.topInfoBox {
  border-left:none;
}
.topInfoBoxInner {
  padding-left: 0;
}
.topDate {
  font-size: 2.7rem;
  font-weight: 600;
  margin: 0 0 20px 0;
}
  .topDate .month {
    font-size: 3.5rem;
    font-weight: 600;
  }
  .topDate .year {
    font-size: 2rem;
  }
.topTime {
  font-size: 2rem;
  font-weight: 600;
}
.topEventInfo {
  font-size: 1.5rem;
  margin: 30px 0 0 0;
}
.topEventInfo th {
  white-space: nowrap;
  vertical-align: top;
  padding-right: 10px;
}
/**
 * --------------------------------------------------------------------------
 * Schedule
 * --------------------------------------------------------------------------
 */
.scheduleWrapper {
}

.scheduleSectionTitle {
  font-size: 2.5rem;
}
.scheduleSectionRead {
  font-size: 1.4rem;
  margin: 20px auto 50px;
}

.scheduleBox {
  padding: 30px;
  display: inherit;
  margin: 50px 0 0 0;
}
.scheduleDateBox {
  position: relative;
  padding: 10px 20px;
  top: -30px;
  left: 0;
  margin: -30px 0 0 0;
  text-align: center;
}
.scheduleDate {
  font-size: 2.5rem;
}
  .scheduleDate span{
    font-size: 1.6rem;
  }
.scheduleTime {
  font-size: 1.6rem;
  font-weight: 700;
}
.themaTitle {
  padding: 10px;
  font-size: 1.8rem;
  margin: 0 0 20px;
}
.themaSympoTitle {
  font-size: 1.3rem;
}
.themaSympoBox {
}
.themaSympoBox .photo {
  width: 30%;
}
.themaSympoBox .sympositist {
  width: 67%;
}
.sympositistTitle {
  font-size: 1.3rem;
  line-height: 1.4;
}
.sympositistName {
  font-size: 1.6rem;
}
.scheduleBoxApply {
  padding: 20px;
  margin: 30px 0 0 0;
  display: inherit;
  text-align: center;
}

.scheduleBoxApplyBt a {
  padding: 1.2em;
  min-width: 200px;
}
.scheduleBoxApplyBt.online a {
  background: #1aa592;
  margin-top: 20px;
}
  
/**
 * --------------------------------------------------------------------------
 * Wrapper
 * --------------------------------------------------------------------------
 */
.contentsWrapper {
}
.grfWrapper {
  margin: 30px 0;
}
.sectionWrapper {
}
/**
 * --------------------------------------------------------------------------
 * commonBox
 * --------------------------------------------------------------------------
 */
.boxWrapper {
  margin-bottom: 50px;
}
.whiteBox {
  position: relative;
  background: #fff;
}
.boxInner {
  padding: 30px;
}
.introBox {
  width: auto;
  margin: 30px auto;
}
/**
 * --------------------------------------------------------------------------
 * スクーリング会場
 * --------------------------------------------------------------------------
 */
.accessBox {
  width: auto;
  padding: 20px;
  margin-bottom: 20px;
}
.accessBox img {
}
.accessTable {
  margin: 20px 0 0 0;
}
.accessTable tr {
}
.accessTable th {
  padding: 10px 0;
  white-space: nowrap;
  
}
.accessTable td {
  padding: 10px 0 10px 15px;
}

.accessMap {
  height: 360px;
  margin: 50px 0 0 0;
}
.accessMap iframe{
  width: 100%;
  height: 100%;
}
/**
 * --------------------------------------------------------------------------
 * メールマガジン
 * --------------------------------------------------------------------------
 */
.magazineWrapper {
  background: url("/recurrent/academy/scs_tokyo/img/content/top/mailmag.svg") no-repeat #D6E9F3 right;
  background-position: 50px -50px;
  background-size: 120%;
  color: #232323;
}
/**
 * --------------------------------------------------------------------------
 * 特別回
 * --------------------------------------------------------------------------
 */
.topVisualWrapper-sp {
}
.topVisualInner-sp {
  width: 90%;
  padding: 40px 0;
  gap:20px; 
  flex-direction: column;
  text-align: center;
}
.topVisualInner-mv-sp {
  width: 80%;
}
.topVisualInner-tx-sp {
  width: auto;
}
.topVisualTitle-sp {
  font-size: 3rem;
  margin: 0 0 10px 0;
}
.topVisualTitle-sub-sp {
  font-size: 2rem;
  margin: 15px 0 30px;
}
.topVisualRead-sp {
  font-size: 1.3rem;
  line-height: 1.7;
}
.topVisual70thBox {
  width: 90%;
  margin: 30px auto 0;
  gap: 20px;
  grid-template-columns:75px 1fr;
  text-align: left;
}
  

.spMemberTitle {
  margin: 50px 0 20px;
}
  .spMemberTitle span {
    font-size: 1.8rem;
  }
.spMember {
  display: grid;
  gap: 40px;
  grid-template-columns:1fr;
}
.spMemberBox {
  display: grid;
  gap: 20px;
  grid-template-columns:1fr;
  text-align: center;
}
.spMemberPhoto {
  width: 80%;
  margin: 0 auto;
}
.spMemberName {
  font-size: 1.8rem;
  font-weight: 600;
  margin: 0 0 0 0;
}
  
.applyWrapper-sp {
  padding: 30px;
}
.applyWrapperInner-sp {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0;
}
  
.timetableDl {
  display: inherit;
  gap: 20px;
}

.timetableDl dt {
  font-size: 1.4rem;
  font-weight: 600;
}

.timetableDl dd {
  margin: 0;
  padding: 0;
  
}

.timetableDlTitle {
  font-size: 2rem;
  font-weight: 600;
}

.flyerBtWrapper {
  margin: 30px auto 0;
}
  
/**
 * --------------------------------------------------------------------------
 * bnr
 * --------------------------------------------------------------------------
 */
 .bnrWrapper {
 margin-top: -20px; 
}
 .bnrWrapper .innerVox{
    width: 90%;
}

.bnrList {
	display: inherit;
	}
.bnrListItem {
	width:auto;
	margin-bottom: 10px;
}
	.bnrListItem:nth-child(2n) {
	}
.bnrListItemImg {
	border: solid 3px #fff;
	position:relative;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
/**
 * --------------------------------------------------------------------------
 * topics
 * --------------------------------------------------------------------------
 */

.topicsWrapper {
}
.topicsWrapper .button{
	margin-top: 0;
}
.topicsList {
}
.topicsListItem {
	width:49%;
	margin-right:2%;
	margin-bottom:20px;
}
	.topicsListItem:nth-child(2n) {
		margin-right:0;
	}
	.topicsListItem a{
	}
.topicsListItemImg {
}
.topicsListItemCat {
	top:5px;
	left:5px;
}
	.topicsListItemCat span{
		font-size:0.65rem;
		padding:3px 5px;
	}

.topicsListItemDate {
	font-size: 0.8rem;
	color: #1c5bd9;
	margin:10px 5px 0 5px;
}

.topicsListItemTitle {
	font-size:0.8rem;
	margin:5px 5px 0 5px;
}
/**
 * --------------------------------------------------------------------------
 * news
 * --------------------------------------------------------------------------
 */
.newsListWrapper {
}
.newsListWrapper .button{
	margin-top: 30px;
}
.newsList {
}
	.newsList li {
		padding: 10px 5px;
	}
.newsListItem {
	display: inherit;
}
.newsListDate {
    width: auto;

}
.newsListTitle {
    width: auto;
}
/**
 * --------------------------------------------------------------------------
 * link
 * --------------------------------------------------------------------------
 */

.linkWrapper {
}
.linkList {
  display: inherit;
}
.linkListItem {
  width: 90%;
  margin: 0 auto 10px;
}
	.linkListItem:nth-child(2n) {
		margin-right:auto;
	}
	.linkListItem:nth-child(3n) {
		margin-right:auto!important;
	}

}