@charset "UTF-8";
@media screen and (max-width: 767px) {
  .vt-text {
    display: none;
  }
}
.vt-text img {
  width: 7px;
  height: 267px;
}

section > .wrap {
  max-width: 1060px;
}
@media screen and (max-width: 767px) {
  section > .wrap {
    width: 85%;
  }
}

#showcase {
  position: relative;
}
#showcase .badge {
  width: 174px;
  height: 174px;
  position: absolute;
  left: 80px;
  bottom: 75px;
  z-index: 1;
  border-radius: 87px;
  background-color: #ff545d;
  text-align: center;
}
@media screen and (max-width: 1099px) {
  #showcase .badge {
    left: 40px;
    bottom: 35px;
  }
}
@media screen and (max-width: 767px) {
  #showcase .badge {
    width: 87px;
    height: 87px;
    left: 22px;
    bottom: 27px;
  }
}
#showcase .badge p {
  padding-top: 35px;
  color: #fff;
  font-size: 19px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  #showcase .badge p {
    padding-top: 17px;
    font-size: 10px;
  }
}

.tolist {
  display: block;
  width: 492px;
  margin-left: auto;
  margin-right: 0;
  background-color: #ffd900;
  text-align: center;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .tolist {
    width: 100%;
  }
}
.tolist p {
  font-size: 18px;
  line-height: 5.3;
  font-family: "秀英丸ゴシック B";
}
@media screen and (max-width: 767px) {
  .tolist p {
    font-size: 10px;
    line-height: 5;
  }
}
.tolist p:after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 14px;
  margin-left: 30px;
  background-image: url(../img/common/arrow.svg);
  background-size: 100% auto;
}
@media screen and (max-width: 767px) {
  .tolist p:after {
    width: 4px;
    height: 8px;
    margin-left: 15px;
  }
}

#program {
  position: relative;
  background-image: url(../img/common/pattern1.png);
}
@media screen and (max-width: 767px) {
  #program {
    background-size: 2px 2px;
  }
}
#program > .wrap {
  padding-top: 100px;
  padding-bottom: 200px;
}
@media screen and (max-width: 1099px) {
  #program > .wrap {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  #program > .wrap {
    padding-top: 60px;
    padding-bottom: 63px;
  }
}
#program > .wrap > p {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  #program > .wrap > p {
    margin-bottom: 25px;
  }
}

.program-tiles {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .program-tiles {
    margin-bottom: 0;
  }
}
.program-tiles .program-tile-wrap:nth-child(1), .program-tiles .program-tile-wrap:nth-child(2) {
  width: 47.4%;
  padding-top: 48%;
}
@media screen and (max-width: 767px) {
  .program-tiles .program-tile-wrap:nth-child(1), .program-tiles .program-tile-wrap:nth-child(2) {
    width: 100%;
    padding-top: 101%;
  }
}
.program-tiles .program-tile-wrap:nth-child(1) .program-tile, .program-tiles .program-tile-wrap:nth-child(2) .program-tile {
  padding: 10px;
}
.program-tiles .program-tile-wrap:nth-child(1) .program-tile .logo-wrap, .program-tiles .program-tile-wrap:nth-child(2) .program-tile .logo-wrap {
  width: 100%;
  padding-top: 25%;
  position: relative;
}
.program-tiles .program-tile-wrap:nth-child(1) .program-tile .logo-wrap .logo, .program-tiles .program-tile-wrap:nth-child(2) .program-tile .logo-wrap .logo {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media screen and (max-width: 1099px) {
  .program-tiles .program-tile-wrap:nth-child(1) .program-tile .logo-wrap .logo, .program-tiles .program-tile-wrap:nth-child(2) .program-tile .logo-wrap .logo {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .program-tiles .program-tile-wrap:nth-child(1) .program-tile .logo-wrap .logo, .program-tiles .program-tile-wrap:nth-child(2) .program-tile .logo-wrap .logo {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.program-tiles .program-tile-wrap:nth-child(1) .program-tile .logo-wrap .logo img, .program-tiles .program-tile-wrap:nth-child(2) .program-tile .logo-wrap .logo img {
  max-width: 50%;
  max-height: 72%;
}
.program-tiles .program-tile-wrap:nth-child(1) .program-tile .text, .program-tiles .program-tile-wrap:nth-child(2) .program-tile .text {
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width: 1099px) {
  .program-tiles .program-tile-wrap:nth-child(1) .program-tile .text, .program-tiles .program-tile-wrap:nth-child(2) .program-tile .text {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 11px;
  }
}
@media screen and (max-width: 767px) {
  .program-tiles .program-tile-wrap:nth-child(1) .program-tile .text, .program-tiles .program-tile-wrap:nth-child(2) .program-tile .text {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 5.8vw;
  }
}
.program-tiles .program-tile-wrap:nth-child(2) {
  margin-right: 0;
}
.program-tiles .program-tile-wrap:nth-child(3n) {
  margin-right: 5%;
}
@media screen and (max-width: 767px) {
  .program-tiles .program-tile-wrap:nth-child(3n) {
    margin-right: 6%;
  }
}
.program-tiles .program-tile-wrap:nth-child(5), .program-tiles .program-tile-wrap:nth-child(8) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .program-tiles .program-tile-wrap:nth-child(5), .program-tiles .program-tile-wrap:nth-child(8) {
    margin-right: 6%;
  }
}
@media screen and (max-width: 767px) {
  .program-tiles .program-tile-wrap:nth-child(4), .program-tiles .program-tile-wrap:nth-child(6), .program-tiles .program-tile-wrap:nth-child(8) {
    margin-right: 0;
  }
}

#newsevent > .wrap {
  padding-top: 150px;
  padding-bottom: 200px;
  border-bottom: 1px solid #c7c8c8;
}
@media screen and (max-width: 1099px) {
  #newsevent > .wrap {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  #newsevent > .wrap {
    padding-top: 60px;
    padding-bottom: 50px;
  }
}
#newsevent > .wrap > p {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #newsevent > .wrap > p {
    margin-bottom: 25px;
  }
}

.newsevent-tiles {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .newsevent-tiles {
    margin-bottom: 5px;
  }
}

#others > .wrap {
  padding-top: 175px;
  padding-bottom: 150px;
  border-bottom: 1px solid #c7c8c8;
}
@media screen and (max-width: 1099px) {
  #others > .wrap {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  #others > .wrap {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
#others .item {
  margin-bottom: 150px;
  position: relative;
}
#others .item:after {
  content: "";
  display: table;
  clear: both;
}
#others .item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1099px) {
  #others .item {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  #others .item {
    margin-bottom: 50px;
    position: relative;
  }
}
#others .item .text {
  width: 290px;
  float: left;
}
@media screen and (max-width: 767px) {
  #others .item .text {
    width: 100%;
    position: static;
    float: none;
  }
}
#others .item .text h2 {
  margin-bottom: 15px;
  font-weight: normal;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  #others .item .text h2 {
    margin-bottom: 5px;
  }
}
#others .item .text h2 span {
  display: block;
  margin-bottom: -5px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  #others .item .text h2 span {
    font-size: 10px;
  }
}
#others .item .text h2 span.main {
  margin-bottom: 0;
  font-size: 26px;
}
@media screen and (max-width: 767px) {
  #others .item .text h2 span.main {
    font-size: 15px;
  }
}
#others .item .text h2 span.bottom {
  display: block;
  margin-top: 0px;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  #others .item .text h2 br {
    display: none;
  }
}
#others .item .text > p {
  margin-bottom: 50px;
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 1099px) {
  #others .item .text > p {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  #others .item .text > p {
    margin-bottom: 20px;
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) {
  #others .item .text > p br {
    display: none;
  }
}
#others .item > .img-wrap {
  width: 100%;
  padding-left: 320px;
  margin-left: -320px;
  box-sizing: border-box;
  float: right;
}
@media screen and (max-width: 767px) {
  #others .item > .img-wrap {
    width: 100%;
    height: auto;
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 12px;
    float: none;
  }
}
#others .item > .img-wrap > .img {
  width: 100%;
  padding-top: 49.3%;
  background-size: cover;
  background-position: 50% 50%;
}
#others .item > .img-wrap .carousel {
  width: 100%;
  height: auto !important;
  padding-top: 49.5%;
  position: relative;
}
@media screen and (max-width: 767px) {
  #others .item > .img-wrap .carousel {
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
  }
}
#others .item > .img-wrap .carousel .imgs-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  #others .item > .img-wrap .carousel .imgs-wrap {
    width: 100%;
    height: 100%;
  }
}
#others .item > .img-wrap .carousel ul.menu {
  padding-right: 17px;
  box-sizing: border-box;
  bottom: 17px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  #others .item > .img-wrap .carousel ul.menu {
    padding-right: 7px;
    bottom: 7px;
  }
}
#others .item > .img-wrap .carousel ul.menu li.icon {
  margin-left: 4px;
  margin-right: 4px;
  background-color: #228073;
}
#others .item > .img-wrap .carousel ul.menu li.icon.active {
  background-color: #ffd900;
}
@media screen and (max-width: 767px) {
  #others .item > .img-wrap .carousel ul.menu li.icon {
    width: 3px;
    height: 3px;
    margin-left: 1px;
    margin-right: 1px;
  }
}

.todetail {
  display: block;
  position: absolute;
  left: 0px;
  bottom: 0px;
  clear: both;
}
@media screen and (max-width: 1099px) {
  .todetail {
    position: static;
  }
}
@media screen and (max-width: 767px) {
  .todetail {
    position: static;
  }
}
.todetail.blank .wrap p:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 12px;
  background-image: url(../img/common/icon_blank.png);
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .todetail.blank .wrap p:after {
    width: 7px;
    height: 7px;
    margin-left: 6px;
  }
}
.todetail .wrap {
  display: inline-block;
  box-sizing: border-box;
  background-color: #ffd900;
  border-radius: 5px;
}
.todetail .wrap p {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  line-height: 3.2;
  font-family: "秀英丸ゴシック B";
}
@media screen and (max-width: 767px) {
  .todetail .wrap p {
    font-size: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

#links {
  background-image: url(../img/top/bottomimg.jpg);
  background-size: 100% auto;
  background-position: 0 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  #links {
    background-size: 150% auto;
    background-position: 50% 100%;
  }
}
#links > .wrap {
  padding-top: 150px;
  padding-bottom: 1000px;
}
#links > .wrap:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 1099px) {
  #links > .wrap {
    padding-top: 100px;
    padding-bottom: 600px;
  }
}
@media screen and (max-width: 767px) {
  #links > .wrap {
    padding-top: 55px;
    padding-bottom: 325px;
  }
}
#links .link {
  width: 22.8%;
  margin-right: 2.9%;
  float: left;
}
#links .link:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  #links .link:nth-child(2n+1) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  #links .link {
    width: 47%;
    margin-right: 6%;
    margin-bottom: 20px;
  }
}
#links .link .img img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
#links .link p {
  margin-top: 15px;
  text-align: center;
  font-size: 15px;
  line-height: 1.5;
}
@media screen and (max-width: 1099px) {
  #links .link p {
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) {
  #links .link p {
    width: 200%;
    margin-top: 10px;
    font-size: 18px;
    -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
            transform: scale(0.5);
    -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
            transform-origin: left top;
  }
}
#links .link:first-child p {
  text-align: left;
  padding-left: 5px;
}
#links .link:nth-child(1) {
  width: 100%;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  #links .link:nth-child(1) {
    margin-bottom: 30px;
  }
}
