@charset "UTF-8";
html {
  font-size: 62.5%;
  color: #222222;
}
body {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: normal;
  overflow-x: hidden;
}
main {
  overflow: hidden;
}
.bold {
  font-weight: bold;
}
.txt_indent {
  text-indent: 1em;
}
.txt_indent-1 {
  text-indent: -1em;
padding-left: 1em;
}
a[href]:hover {
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.6;
}
img {
  width: 100%;
}
.inner_maxw640 {
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}
.inner_maxw715 {
  max-width: 71.5rem;
  margin-left: auto;
  margin-right: auto;
}
.inner_maxw960 {
  max-width: 96rem;
  margin-left: auto;
  margin-right: auto;
}
.inner_maxw1150 {
  max-width: 115rem;
  margin-left: auto;
  margin-right: auto;
}
.lineup-wrap{ 
	padding-top: 2rem;
	padding-bottom: 2rem;
	background-color: #dee4eb;
} 

.mv_tit_wrap {
  transform: translate(-50%, -50%);
}
.mv_tit_top {
  display: inline-block;
  color: #fff;
  background-color: #0095ba;
  font-size: 1.9vw;
  line-height: 1;
  letter-spacing: 0.19em;
  padding: 0.15em 1.2em 0.2em;
  border-radius: 0.7em;
  margin-bottom: 2%;
}
.tit_year { 
font-size: 2rem;
font-weight: bold;
color: #fff;
background: #34bfd6;
border-radius: 2rem;
padding: 0.1rem 1rem;
display: inline;
}
.mv_tit {
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.07em;
  line-height: 1.25;
  white-space: nowrap;
	padding-top: 0.75rem;
}
.tit_wrap {
	display: flex;
	padding: 2rem 1rem;
	width: 100%;
}
.tsubasa {width: 180px;text-align:center;margin-right: 1rem;}
.tsubasa img{width: 135px;height: auto;}

#lineup {
  padding: 1.5rem 2% 2rem;
}
.lineup_lists {
  max-width:96rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background:#fff;
  border-radius: 15px;
	padding: 3rem;
}
.lineup_list:first-child {
  width: 35rem;
}
.lineup_list:nth-child(2) {
  width: 35rem;
}.lineup_list:last-child {
  width: 15rem;
}

.lineup_list + .lineup_list {
  margin-left: 0.5rem;
}
.lineup_list_txt {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  margin-top: 0.6rem;
}
#trial {
  margin-bottom: 2rem;
	padding-right: 2%;
	padding-left: 2%;
}
.trial_update {
    font-size: 1.4rem;
	text-align: right;
  margin-bottom: 0.4rem;
}
.trial_box {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 0;
  margin-bottom: 1rem;
}
.trial_box_row {
  display: flex;
  align-items: stretch;
}
/*.trial_box_row + .trial_box_row {
  margin-top: 1rem;
}*/
.trial_tit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24rem;
  color: #fff;
  padding: 3rem 0;
  border-right: 1px solid #ccc;
}
.trial_teach .trial_tit {
  background-color: #74b8d6;
}
.trial_learn .trial_tit {
  background-color: #e2a05d;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.trial_learn_material .trial_tit {
  background-color: #84c28e;
}
.trial_btns {
  flex: 1;
  display: flex;
  align-self: center;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  border-bottom: solid 1px #ccc;padding-left:1.5rem;
}
.trial_btn {
  width: 18.5rem;
  border: 1px solid #999;
  display: inline-block;
  background-color: #fff;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  padding: 1em 0.5rem;
  margin: 1.5rem 2.25rem ;
  color:#000;}

.trial_btn:hover {
  opacity: 0.5;
}
.trial_btn span,
.trial_btn_off span{display: block;}
.trial_btn_off_wrap{
	text-align:center;
}
.trial_btn_off_wrap .cap{
	font-size: 0.7em;
	font-weight: normal;
	margin: 0 auto;
}
.trial_btn_off {
  width: 18.5rem;
  border: 1px solid #333;
  display: inline-block;
  background-color: #eee;
  padding: 0.5em 0.5rem;
  margin: 1.5rem 2.25rem ;
  color:#666;}

.arrow {
  position: relative;
  display: inline-block;
}
.arrow.maru1:before {
  content: '';
  width: 12px;
  height: 12px;
  background: #74b8d6;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.arrow.maru2:before {
  content: '';
  width: 12px;
  height: 12px;
  background: #e2a05d;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.arrow.maru3:before {
  content: '';
  width: 12px;
  height: 12px;
  background: #84c28e;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.arrow.maru_off:before {
  content: '';
  width: 12px;
  height: 12px;
  background: #ccc;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.arrow:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 0;
  left: 4px;
  bottom: 0;
  margin: auto;
}	
.note{ font-size: 1.4rem;}
/*.trial_teach .trial_btn {
  color: #73aed4;

}
.trial_teach .trial_btn:hover {
  color: #1376b6;
  background-color: #aacee5;
  border-color: #aacee5;
}



.trial_learn .trial_btn {
  color: #eda166;
  border-color: #eda166;
}
.trial_learn .trial_btn:hover {
  color: #e46512;
  background-color: #f5cdae;
  border-color: #f5cdae;
}
.trial_learn_material .trial_btn {
  color: #72c389;
  border-color: #72c389;
}
.trial_learn_material .trial_btn:hover {
  color: #28a44b;
  background-color: #b9e1c5;
  border-color: #b9e1c5;
}*/
h3 {
  text-align: right;
}



@media only screen and (max-width: 1024px) {
  body {
    min-width: 100%;
  }
  .pc {
    display: none;
  }

.mv_tit {
  font-size: 2.5rem;
	}

  #trial {
    margin-bottom: 2rem;
  }
  .trial_update {
    font-size: 1.1rem;
    margin-bottom: 0.6rem;
  }
  .trial_box {
    font-size: 1.4rem;
  }
.trial_btns {
	display: inline;
	padding-top: 1rem;
	padding-bottom: 1rem;
  }
 .trial_btn {
  width: 10rem;
  padding-top:1rem;
  padding-bottom:1rem;
  margin:0.5rem  1rem ;
  }
 
a.trial_btn,.trial_btn_off {
    width: 75%;
    font-size: 1.4rem;
  }

	.trial_learn_material .trial_btns{
		border-bottom:none;
	}
	
  .trial_tit {
    width: 40%;
    padding: 0.5em 0;
  }
.note{ font-size: 1.2rem;}

}
@media print, screen and (min-width: 768px) {
  .sp {
    display: none;
  }
  .inner_wrap,
  .inner_wrap_pc {
  }
}
#header {
  height: 6rem;
  display: flex;
  align-items: center;
  padding: 0 2rem;
  border-bottom: solid 2px #e6e6e6;
}
.header_logo {
  width: 17.4rem;
}

@media only screen and (max-width: 767px) {
  #header {
    height: 4.2rem;
    padding: 0 1rem;
  }
  .header_logo {
    width: 13rem;
  }
	.mv_tit {
  font-size: 2rem;
	}
.tit_year { 
font-size: 1.6rem;
font-weight: bold;
color: #fff;
background: #34bfd6;
border-radius: 2rem;
padding: 0.1rem 1rem;
display: inline;
}

.tsubasa {width: 25%;max-width: 135px;text-align:center;margin-right: 1rem;}
.tsubasa img{width: 100%;height: auto;}

}
#footer {
}
.footer_copyright {
  color: #42210b;
  font-size: 1.1rem;
  text-align: center;
  padding: 0.95rem 0;
}
@media only screen and (max-width: 767px) {
  #footer {
  }
  .footer_copyright {
    padding: 1.1rem 0;
  }
}
