@CHARSET "UTF-8";
@import url('../column.css');

.step h2.contentTitle{
  background: url("../../../../../_webroot/img/page/newcolumn/step/bg_ttl_column_step_h1.jpg") center bottom / cover no-repeat;
  border: none;
  margin: .75rem 0;
  padding: 1.5rem 0;
  text-align: center;
}
.step h2.contentTitle img{
  max-width: 100%;
}
.step h2,
.step h3,
.step h4{
  color: #7cb767;
  margin: .75rem .5rem;
}

.step h3{
  border-left: 5px solid #7cb767;
  line-height: 1.2;
  margin-top: 2rem;
  padding-left: .25rem;
  font-size:22.8px;
}

.step h3.icnStep{
  border-left: none;
  border-bottom: 2px dashed #7cb767;
  margin: 3.75rem .5rem 0 .5rem;
  padding: 7rem .5rem .5rem .5em;
  position: relative;
  text-align: center;
  /*  background: linear-gradient( to right, #7cb767 1.5em, #fff 1.5em, #fff ); */
}
.step h3.icnStep.sec{
  border-bottom-color: #ef8c41;
  color: #ef8c41;
}
.step h3.icnStep.thi{
  border-bottom-color: #e55aa3;
  color: #e55aa3;
}

.step h3.icnStep img{
  width: 6rem;
  height: 6rem;
  float: left;
  position: absolute;
  left: calc( 50% - 3rem);
  top: 0;
}
.step .stepFirst{
  background: rgba(124,183,103, .2);
  overflow: hidden;
  margin: 0 .5rem;
}
.step .stepSecond{
  background: rgba(255,136,39, .2);
  overflow: hidden;
  margin: 0 .5rem;
}
.step .stepThird{
  background: rgba(255,95,168, .2);
  overflow: hidden;
  margin: 0 .5rem;
}

/* .step h3.toggle{
  border: 1px solid #7cb767;
  position: relative;
  padding: 1.5rem 1rem 1.25rem 1.5rem;
  font-size: 16px;
  margin: 0.75rem 1.5rem;
}
.step h3.toggle:after{
  content: "";
  border: 10px solid transparent;
  border-top: 10px solid #fff;
  position: absolute;
  right: .5rem;
  top: calc(48% - 3px);
}
.step h3.toggle:before{
  content: "";
  border: 10px solid transparent;
  border-top: 10px solid #7cb767;
  position: absolute;
  right: .5rem;
  top: 48%;
  font-size: 16px;
}
.step h3.toggle+div{
  display: none;
} */
.contentWrap p{
  margin: 1rem .75rem;
  line-height: 1.8;
  font-size: 16px;
}
.contentWrap p a{
  border-bottom: 1px dotted #333;
}
.contentWrap ol{
  list-style-type: decimal;
}
.contentWrap ol li{
  margin: 0.75rem .5rem;
  line-height: 25px;
}
.contentWrap ul{
  list-style: disc;
  padding-left: 2.75rem;
}
.contentWrap ul li{
  margin: 0.75rem .5rem;
  line-height: 25px;
}
.schoolAboutH3{
  border-bottom: 3px solid rgb(var(--naviGray));
  border-left:none!important;
  margin-top: 6rem!important;
}
.schoolAboutH3 span {
  display: inline-block;
  position: relative;
  padding: 0 .4em .2em;
  color: #333333;
}
.schoolAboutH3 span::before {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #7cb767;
  content: '';
}
.schoolAboutH3.pink span::after {
  position: absolute;
  bottom: 35px;
  left: 10px;
  background: #e55aa3;
  content: '専門学校';
  font-size: 13px;
  color: #fff;
  padding:5px 10px;
  border-radius: 50px;
}
.schoolAboutH3.green span::after {
  position: absolute;
  bottom: 35px;
  left: 10px;
  background: #7cb767;
  content: '大学・短期大学';
  font-size: 13px;
  color: #fff;
  padding:5px 10px;
  border-radius: 50px;
}
.schoolAbout ul.searchbtn{
  display: flex;
  list-style: none;
}
.schoolAbout ul.searchbtn li a{
  background-color: #f1ffec;
  border: 2px solid  #7cb767;
  padding: 10px;
  border-radius: .5rem;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1), 0 0 15px 0 rgba(0, 0, 0, 0.1);
  font-weight: 700;
  width: 100%;
  height: 52px;
  text-align: center;
  display: block;
}
.schoolAbout ul.searchbtn li.yellow a{
  background-color: #fdefe5;
  border: 2px solid  #ef8c41;
}
.schoolAbout ul.searchbtn li.pink a{
  background-color: #ffe7f4;
  border: 2px solid  #e55aa3;
}
.scroll_content { /* リスト全体のスタイル */
  display: flex;
  max-width: 920px;
  margin: auto;
  overflow-x: auto;
}
 
.scroll_content li { /* 各リストのスタイル */
  width: 90%;
  padding: 8px;
  margin: 3px;
  flex-shrink: 0;
  list-style: none;
}
 
.scroll_content img { /* 画像のスタイル */
  width: 100%;
  max-height: 200px;
  object-fit: cover;
}
 
.scroll_content::-webkit-scrollbar {
  height: 12px; /* スクロールバーの高さ */
}
 
.scroll_content::-webkit-scrollbar-thumb {
  background: #aaa; /* ツマミの色 */
  border-radius: 6px; /* ツマミ両端の丸み */
}
 
.scroll_content::-webkit-scrollbar-track {
  background: #ddd; /* トラックの色 */
  border-radius: 6px; /* トラック両端の丸み */
}
 
 /* 横スクロール */
 .Arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-color:#fff;
  color: #27acd9;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 50px;
  font-weight: 700;
  filter: drop-shadow(0 2px 0 rgba(0, 0, 0, 0.05)) drop-shadow(0 2px 5px rgba(0, 0, 0, 0.2));
}
.Arrow.left {
  left: 0;
  margin-left: 5px;
}
.Arrow.left::before {
  content: '';
  z-index: 1;
  top: 55%;
  right: 12px;
  width: 0.8rem;
  height: 0.8rem;
  border-bottom: solid 2px #27acd9;
  border-right: solid 2px #27acd9;
  transform: translate(calc(-50% - 1px), calc(-50% - 2px)) rotate(135deg);
}
.Arrow.right {
  right: 0;
  margin-right: 5px;
}
.Arrow.right::before {
  content: '';
  z-index: 1;
  top: 55%;
  right: 12px;
  width: 0.8rem;
  height: 0.8rem;
  border-bottom: solid 2px #27acd9;
  border-right: solid 2px #27acd9;
  transform: translate(calc(-50% - 1px), calc(-50% - 2px)) rotate(-45deg);
}
.Hide {
  display: none;
}

.Container{
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: 10px;
}

.Box-Container{
  display: flex;
  width: fit-content;
  transition: transform 0.3s ease;
  transform: translateX(0);
}
ul.TvmovieBox{
  display: flex;
  column-count: 2;
  list-style: none;
  margin-top: 2rem;
  padding: 0px 30px;
}
ul.TvmovieBox li{
  flex-shrink: 0;
  width: 200px;
  margin: 5px 8px;
  margin-bottom: 2rem;
  background-color: #fff;
  border: none;
  padding: 15px;
  padding-top: 30px;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1), 0 0 15px 0 rgba(0, 0, 0, 0.1);
  height: 343px;
}
ul.TvmovieBox li p{
  height: 93px;
}
li.movieItem span{
  line-height: 20px;
  padding-top: 10px;
}
li.movieItem span.movieImg{
  line-height: 20px;
  position: relative;
}
li.movieItem span.movieImg::before{
  content: "";
  display: block;
  bottom:50%;
  left: 50%;
  right: 50%;
  top: 28%;
  transform: translateX(-50%);
  width: 37px;
  height: 42px;
  background: url("/new/_app/_webroot/img/page/shinrotv/movie.webp") no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 100;
}
li.movieItem span.padding{
  margin-bottom: 20px;
}
li.movieItem span img{
  border-radius: 0.5rem;
  position: relative;
  width: 100%;
  height: 87px;
  object-fit: cover;
}

.movieItem span:first-of-type::after{
  content: none;
}
.lity-container{
  margin-top: 50%;
}
.lity-close{
  margin-top: 40%;
}
p.aboutBtn{
  padding: 0 3px;
  color: #39A7FF;
  width: 90px;
  margin: 0 auto;
  position: relative;
  height: 30px!important;
}
p.aboutBtn::before{
  content: '';
  top: 50%;
  right: -8px;
  width: 0.5em;
  height: 0.5em;
  border-bottom: solid 1px #333;
  border-right: solid 1px #333;
  transform: translate(0, -50%) rotate(-45deg);
}
li.movieList span {
  border-radius: 0.5rem;
  position: relative;
}
li.movieList span::before{
  content: "";
  display: block;
  left: 4%;
  right: 0%;
  bottom: 110px;
  width: 94%;
  height: 91%;
  background-image: url("/new/_app/_webroot/img/page/shinrotv/playlist.png");
  background-size: contain;
  position: absolute;
  transform: translate(0%, -100%);
  background-repeat: no-repeat;
}
li.movieList img{
  border-radius: 0.5rem;
  width: 100%;
  height: 130px;
  object-fit: cover;
}
.shinrotv{
  background-color: #E0F4FF;
  padding-top: 30px;
  position: relative;
  
}
.shinrotv .film{
  z-index: 1;
  position: absolute;
}
.shinrotv .film.bottom{
  bottom: 60px;
  position: relative;
  z-index: 1;
}
.shinrotv .center{
  margin: 0 auto;
}
.shinrotv .center.rogo{
  width: 130px;
  z-index: 10;
  position: relative;
}
.shinrotv .center.pic{
  width: 187px;
}
.shinrotv h3{
  font-size: 2rem;
  width: 225px;
  margin: 10px auto;
}
.shinrotv h3 span{
  color: #39A7FF;
  font-size: 30px;
}
.shinrotv .text{
  width: 80%;
  margin: 10px auto;
}
.tvBtn p a{
  background-color: #F4C82D;
  padding: 5px 20px;
  border-radius: 77px;
  border: 4px solid #fff;
  width: 300px;
  display: block;
  text-align: center;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.2);
}
.tvBtn{
  width: 300px;
  margin: 20px auto;
  z-index: 5;
  position: relative;
}
.forChoice{
  width: fit-content;
  margin: 30px auto;
}
.forChoice p a{
  background: #7cb767;
  width: 290px;
  padding: 5px;
  border-radius: 0.5em;
  color: #fff;
  position: relative;
  display: block;
  border-bottom: none;
  text-align: center;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1), 0 0 15px 0 rgba(0, 0, 0, 0.1);
  border: 2px solid #fff;
}
.forChoice p a::before{
  content: '';
  top: 50%;
  right: -20px;
  width: 0.5em;
  height: 0.5em;
  border-bottom: solid 3px #7cb767;
  border-right: solid 3px #7cb767;
  transform: translate(0, -50%) rotate(-45deg);
}

.forChoice.Pink p a{
  background: #e55aa3;
}
.forChoice.Pink p a::before{
  border-bottom: solid 3px #e55aa3;
  border-right: solid 3px #e55aa3;
}

.Container h4{
  width: fit-content;
  margin: 10px auto;
  margin-top: 29px;
  color: #333333;
}

.heading-16 {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333333;
}

.heading-16::before,
.heading-16::after {
  width: 2px;
  height: 30px;
  background-color: #919191;
  content: '';
}

.heading-16::before {
  transform: rotate(-35deg);
  margin-right: 60%;
}

.heading-16::after {
  transform: rotate(35deg);
  margin-left: 60%;
}
.stepGreen{
  color: #7cb767;
}
.stepOrange{
  color: #ef8c41;
}
.stepPink{
  color: #e55aa3;
}
@media screen and (min-width: 450px) {
 
  .scroll_content li {
    width: 45%;
  }
 
}
/* ------ PC.css ----- */
@media screen and (min-width: 768px) {

  @CHARSET "UTF-8";
  @import url('step.css');

.contentWrap{
  width: 960px;
  margin: 0 auto;
}
.step h2.contentTitle{
  margin: 0 0 1.5rem 0;
}
.step h2.icnStep{
  margin: 1.5rem 0 0 0;
}
.step .stepFirst,
.step .stepSecond,
.step .stepThird{
  padding: 2rem 4rem;
  margin: 0;
}
.schoolAbout{
  width: 992px;
}
.schoolAbout ul.searchbtn{
  margin: 0px auto!important;
  width: 425px!important;
  padding-left: 0;
}
.forChoice{
  margin:30px auto; 
}
.Box-Container{
  right: 10px;
  position: relative;
}
li.movieList img {
  z-index: 5;
  position: relative;
}
li.movieList span::before {
  left: 3%;
  bottom: 104px;
  width: 94%;
  height: 91%;
  z-index: 1;
}
.heading-16::before{
  margin-right: 30%;
}

.heading-16::after{
  margin-left: 30%;
}
}

