@charset "UTF-8";
body {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  body {
    padding-top: 0;
  }
}

#showcase {
  width: 100%;
  height: 440px;
  background-position: 50% 50%;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  #showcase {
    height: 187px;
  }
}

#program > .wrap {
  width: 100%;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}
#program > .wrap .top {
  max-width: 1060px;
  padding-left: 40px;
  padding-right: 40px;
  box-sizing: border-box;
  padding-top: 80px;
  padding-bottom: 70px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  #program > .wrap .top {
    width: 76%;
    padding-left: 0;
    padding-right: 0;
    padding-top: 40px;
    padding-bottom: 35px;
    margin-left: auto;
    margin-right: auto;
  }
}
#program > .wrap .top h2 span {
  display: block;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #program > .wrap .top h2 span {
    margin-bottom: 10px;
    font-size: 10px;
  }
}
#program > .wrap .top h2 span.main {
  margin-bottom: 16px;
  font-size: 38px;
}
@media screen and (max-width: 767px) {
  #program > .wrap .top h2 span.main {
    margin-bottom: 10px;
    font-size: 20px;
  }
}
#program > .wrap .top p {
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  #program > .wrap .top p {
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) {
  #program > .wrap .top p br {
    display: none;
  }
}
#program > .wrap .content {
  position: relative;
  background-image: url(../../img/common/pattern1.png);
}
@media screen and (max-width: 767px) {
  #program > .wrap .content {
    background-size: 2px 2px;
  }
}
#program > .wrap .content .vt-text {
  top: 190px;
}
@media screen and (max-width: 767px) {
  #program > .wrap .content .vt-text {
    display: none;
  }
}
#program > .wrap .content .vt-text img {
  width: 7px;
  height: 267px;
}
#program > .wrap .content .wrap {
  max-width: 1060px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 100px;
  padding-bottom: 170px;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  #program > .wrap .content .wrap {
    width: 85%;
    padding-left: 0;
    padding-right: 0;
    padding-top: 28px;
    padding-bottom: 100px;
    margin-left: auto;
    margin-right: auto;
  }
}
#program > .wrap .content .wrap .tags {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #program > .wrap .content .wrap .tags {
    margin-bottom: 10px;
  }
}
#program > .wrap .content .wrap .tags .tag {
  display: inline-block;
  padding: 0px 15px;
  box-sizing: border-box;
  margin-right: 15px;
  border-radius: 18px;
  background-color: #fff;
  font-size: 16px;
  line-height: 2.2;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #program > .wrap .content .wrap .tags .tag {
    padding: 0px 8px;
    margin-right: 8px;
    margin-bottom: 15px;
    font-size: 10px;
  }
}
#program > .wrap .content .wrap .tags .tag.active, #program > .wrap .content .wrap .tags .tag:hover {
  background-color: #ffd900;
}
#program > .wrap .content .wrap .program-tiles {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #program > .wrap .content .wrap .program-tiles {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  #program > .wrap .content .wrap .program-tiles .program-tile-wrap {
    padding-top: 50%;
  }
}
@media screen and (max-width: 767px) {
  #program > .wrap .content .wrap .program-tiles .program-tile {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  #program > .wrap .content .wrap .program-tiles .program-tile .text {
    display: none;
  }
}
#program > .wrap .content .wrap .pick {
  width: 100%;
  padding: 60px 80px 60px 60px;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
  border: 3px solid #228073;
  border-radius: 5px;
  background-color: #fff;
}
#program > .wrap .content .wrap .pick:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 767px) {
  #program > .wrap .content .wrap .pick {
    padding: 20px 20px 20px 20px;
    margin-bottom: 50px;
    border: 2px solid #228073;
  }
}
#program > .wrap .content .wrap .pick .text {
  float: left;
}
@media screen and (max-width: 767px) {
  #program > .wrap .content .wrap .pick .text {
    width: 100%;
  }
}
#program > .wrap .content .wrap .pick .text h3 {
  width: 270px;
  margin-bottom: 15px;
  font-size: 26px;
  line-height: 1.5;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  #program > .wrap .content .wrap .pick .text h3 {
    width: auto;
    margin-bottom: 10px;
    font-size: 13px;
  }
}
#program > .wrap .content .wrap .pick .text h3 span {
  display: block;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  #program > .wrap .content .wrap .pick .text h3 span {
    font-size: 10px;
  }
}
#program > .wrap .content .wrap .pick .text p {
  margin-bottom: 30px;
  font-size: 13px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  #program > .wrap .content .wrap .pick .text p {
    margin-bottom: 15px;
    font-size: 10px;
  }
}
#program > .wrap .content .wrap .pick .text a {
  display: inline-block;
  padding: 0px 30px;
  background-color: #ffd900;
  font-size: 16px;
  line-height: 2.5;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  #program > .wrap .content .wrap .pick .text a {
    display: block;
    width: 68px;
    height: 20px;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
    font-size: 16px;
    text-align: center;
  }
  #program > .wrap .content .wrap .pick .text a span {
    display: block;
  }
}
#program > .wrap .content .wrap .pick .imgs {
  width: 100%;
  padding-left: 330px;
  margin-left: -330px;
  box-sizing: border-box;
  float: right;
}
#program > .wrap .content .wrap .pick .imgs:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 767px) {
  #program > .wrap .content .wrap .pick .imgs {
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 20px;
    float: none;
  }
}
#program > .wrap .content .wrap .pick .imgs .img {
  float: left;
}
#program > .wrap .content .wrap .pick .imgs .img:nth-child(1) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  width: 38.4%;
  padding-top: 6%;
}
@media screen and (max-width: 767px) {
  #program > .wrap .content .wrap .pick .imgs .img:nth-child(1) {
    width: 45%;
    margin-right: 5%;
  }
}
#program > .wrap .content .wrap .pick .imgs .img:nth-child(1) img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  #program > .wrap .content .wrap .pick .imgs .img:nth-child(1) img {
    width: 100%;
  }
}
#program > .wrap .content .wrap .pick .imgs .img:nth-child(2) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  width: 41.2%;
  margin-left: 15%;
}
@media screen and (max-width: 767px) {
  #program > .wrap .content .wrap .pick .imgs .img:nth-child(2) {
    width: 50%;
    margin-left: 0;
  }
}
#program > .wrap .content .wrap .pick .imgs .img:nth-child(2) img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  #program > .wrap .content .wrap .pick .imgs .img:nth-child(2) img {
    width: 100%;
  }
}
#program > .wrap .content .wrap .totop {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #program > .wrap .content .wrap .totop {
    margin-bottom: 0;
  }
}
#program > .wrap .content .wrap .totop a {
  display: inline-block;
  width: 400px;
  background-color: #ffd900;
  font-size: 16px;
  line-height: 5;
  border-radius: 5px;
  font-family: "秀英丸ゴシック B";
}
@media screen and (max-width: 767px) {
  #program > .wrap .content .wrap .totop a {
    width: 100%;
    font-size: 11px;
    line-height: 4.5;
  }
}
