@charset "utf-8";
#meza-top * {
  box-sizing: border-box;
}

.top-main {
  background-image: url(../img/top/main_bg_bottom.png), url(../img/top/main_bg.png);
  background-repeat: no-repeat, repeat;
  background-position: center bottom, center top;
  background-size: 100%, 7px;
  position: relative;
  width: 100%;
}

.top-main__inner {
  max-width: 1000px;
  width: 100%;
  height: 790px;
  margin: 0 auto;
  background: url(../img/top/main_bg_inner.png) no-repeat center top;
  background-size: 960px;
  position: relative;
}

.top-main__inner h2 {
  width: 440px;
  position: absolute;
  top: 2.5rem;
  left: 28rem;
}

.top-main__inner .top-main__meza {
  width: 339px;
  position: absolute;
  top: 35rem;
  left: 33rem;
}

.top-main__inner .top-main__laugh1 {
  width: 124px;
  position: absolute;
  top: 27rem;
  left: 19rem;
  z-index: 2;
}

.top-main__inner .top-main__laugh2 {
  width: 114px;
  position: absolute;
  top: 40rem;
  right: 19rem;
}

.top-main__inner .top-main__photo1 {
  width: 270px;
  position: absolute;
  right: 0;
  top: 5rem;
}

.top-main__inner .top-main__photo2 {
  width: 275px;
  position: absolute;
  left: 0;
  bottom: 11rem;
}
@media screen and (max-width: 1000px) {
  #meza-top {
    width: 100%;
    overflow: hidden;
  }
  .top-main__inner {
    display: ;
    width: 100%;
    max-width: 100%;
    height: 76.5vw;
    margin: 0 auto;
    background: url(../img/top/main_bg_inner.png) no-repeat center top;
    background-size: 106vw;
    position: relative;
  }
  .top-main__inner h2 {
    width: 42vw;
    position: absolute;
    top: 2.5vw;
    left: 29vw;
  }
  .top-main__inner .top-main__meza {
    width: 33.9vw;
    position: absolute;
    top: 34vw;
    left: 33vw;
  }
  .top-main__inner .top-main__laugh1 {
    width: 12.4vw;
    position: absolute;
    top: 27vw;
    left: 19vw;
  }
  .top-main__inner .top-main__laugh2 {
    width: 11.4vw;
    position: absolute;
    top: 40vw;
    right: 19vw;
  }
  .top-main__inner .top-main__photo1 {
    width: 26vw;
    position: absolute;
    right: 0;
    top: 5vw;
  }
  .top-main__inner .top-main__photo2 {
    width: 26.5vw;
    position: absolute;
    left: 0;
    bottom: 11vw;
  }
}

@media screen and (max-width: 767px) {
  .top-main {
    background-image: url(../img/top/main_bg_bottom.png), url(../img/top/main_bg.png);
    background-repeat: no-repeat, repeat;
    background-position: center bottom, center top;
    background-size: 100%, 7px;
    position: relative;
    width: 100vw;
  }
  .top-main__inner {
    width: 100vw;
    height: 148.44vw;
    margin: 0 auto;
    background: url(../img/top/main_bg_inner.png) no-repeat center 8rem;
    background-size: 160vw;
    position: relative;
  }
  .top-main__inner h2 {
    width: 82.42vw;
    position: absolute;
    top: 15.63vw;
    left: 8.79vw;
  }
  .top-main__inner .top-main__photo1 {
    display: none;
  }
  .top-main__inner .top-main__photo2 {
    display: none;
  }
  .top-main__inner .top-main__meza {
    width: 56.51vw;
    position: absolute;
    top: 79.95vw;
    left: 21.68vw;
  }
  .top-main__inner .top-main__laugh1 {
    width: 22.74vw;
    position: absolute;
    top: 54.69vw;
    left: 2.6vw;
  }
  .top-main__inner .top-main__laugh2 {
    width: 20.35vw;
    position: absolute;
    top: 85.94vw;
    right: 3.91vw;
  }
}

.top-intro .top-intro__title {
  width: 500px;
  height: 155px;
  margin: 0 auto;
  text-align: center;
  background: url(../img/top/intro_deco.png) no-repeat center top;
  background-size: 52px;
  padding: 3rem 0 0 0;
  position: relative;
}

.top-intro .top-intro__title h2 {
  font-size: 3.6rem;
  font-family: 'Zen Maru Gothic', sans-serif;
  line-height: 1.3;
}

.top-intro .top-intro__title h2 span {
  font-size: 4.3rem;
  color: #e65105;
}

.top-intro .top-intro__title h2 em {
  color: #e65105;
}

.top-intro .top-intro__meza {
  position: absolute;
  width: 135px;
  bottom: 10px;
  left: 0;
}

.top-intro .top-intro__laugh {
  position: absolute;
  width: 100px;
  bottom: 10px;
  right: 25px;
}

.top-intro h3 {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 2.4rem;
  text-align: center;
  line-height: 2;
  letter-spacing: .1rem;
  margin-top: 1.5rem;
}

@media screen and (max-width: 767px) {
  .top-intro {
    padding-top: 2rem;
  }
  .top-intro .top-intro__title {
    width: 94%;
    height: 12rem;
    margin: 0 auto;
    background: url(../img/top/intro_deco.png) no-repeat center top;
    background-size: 9.11vw;
    padding: 2.6rem 0 0 0;
  }
  .top-intro .top-intro__title h2 {
    font-size: 2.8rem;
  }
  .top-intro .top-intro__title h2 span {
    font-size: 3rem;
  }
  .top-intro .top-intro__meza {
    position: absolute;
    width: 9rem;
    bottom: 0;
    left: 1rem;
  }
  .top-intro .top-intro__laugh {
    position: absolute;
    width: 7.2rem;
    bottom: 0;
    right: 2rem;
  }
  .top-intro h3 {
    font-size: 1.85rem;
    line-height: 1.9;
    letter-spacing: .1rem;
    margin-top: 1rem;
  }
}

.top-news {
  width: 90%;
  max-width: 900px;
  margin: 5rem auto 0 auto;
  background: #FFF url(../img/top/news_title.png) no-repeat left 3rem center;
  background-size: 90px;
  border-radius: 8rem;
  border: 3px solid #e65205;
  padding-left: 150px;
}

.top-news a {
  background: url(../img/top/news_arrow.png) no-repeat right 2rem center;
  display: block;
  background-size: 3rem;
  text-decoration: underline;
  color: #454545;
}

.top-news p {
  font-weight: bold;
  padding: 1.8rem 0;
}

@media screen and (max-width: 767px) {
  .top-news {
    width: 94%;
    margin: 3rem auto 0 auto;
    background: #FFF url(../img/top/news_title.png) no-repeat left 2rem top 1.5rem;
    background-size: 10rem;
    border-radius: 1rem;
    border: .3rem solid #e65205;
    padding: 3rem 2rem 0 2rem;
  }
  .top-news a {
    background: url(../img/top/news_arrow.png) no-repeat right 0 bottom 0;
    display: block;
    background-size: 3rem;
    color: #454545;
  }
  .top-news p {
    font-weight: bold;
    padding: 2rem 0;
  }
}

.top-program {
  background: url(../img/bg_orange.png) repeat center top;
  background-size: 7px;
  text-align: center;
  padding: 0 0 7rem 0;
  margin-top: 10rem;
  position: relative;
}

.top-program .icon_meza {
  width: 100px;
  height: 51px;
  position: relative;
  margin: 0 auto;
  display: block;
  top: -4.2rem;
}

.top-program__title {
  width: 94%;
  max-width: 540px;
  height: 120px;
  margin: 0 auto;
  padding-top: 2rem;
  text-align: center;
  position: relative;
}

.top-program__title h2, .meza-twitter__title h2 {
  font-size: 4rem;
  font-family: 'Zen Maru Gothic', sans-serif;
  line-height: 1;
  color: #FFF;
}

.top-program__title h3, .meza-twitter__title h3 {
  font-size: 1.5rem;
  letter-spacing: .2rem;
  line-height: 1;
  color: #ffd638;
  margin-top: 1.5rem;
}

.top-program__title .top-program__laugh1 {
  position: absolute;
  width: 114px;
  bottom: 0;
  left: 2rem;
}

.top-program__title .top-program__laugh2 {
  position: absolute;
  width: 140px;
  bottom: 0;
  right: 0;
}

.top-program__list {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.top-program__list li {
  width: 49%;
  margin: 4rem 0 0 0;
}

.top-program__list li:nth-child(odd) {
  margin-right: 2%;
}

.top-program__list li a {
  display: block;
  border-radius: 2rem;
  color: #454545;
  text-decoration: none;
  box-shadow: 0px 5px 1px rgba(240, 96, 0, 1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.top-program__list li a img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.top-program__list li a:hover {
  background-position: right 1.5rem bottom 2rem;
}

.top-program__list li a:hover img {
  opacity: .6;
}

.top-program__list1 a {
  background: #FFF url(../img/arrow_orange.png) no-repeat right 2rem bottom 2rem;
  background-size: 36px;
}

.top-program__list2 a {
  background: #FFF url(../img/arrow_green.png) no-repeat right 2rem bottom 2rem;
  background-size: 36px;
}

.top-program__list3 a {
  background: #FFF url(../img/arrow_pink.png) no-repeat right 2rem bottom 2rem;
  background-size: 36px;
}

.top-program__list4 a {
  background: #FFF url(../img/arrow_blue.png) no-repeat right 2rem bottom 2rem;
  background-size: 36px;
}

.top-program__list .top-program__photo {
  display: flex;
  flex-wrap: wrap;
}

.top-program__list .top-program__photo figure {
  width: 74%;
}

.top-program__list .top-program__photo figure img {
  border-top-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
}

.top-program__list .top-program__photo h4 {
  width: 26%;
}

.top-program__list .top-program__photo h4 img {
  width: 48%;
  max-width: 60px;
  padding-top: 2.5rem;
}

.top-program__list .top-program__text {
  text-align: left;
  padding: 1rem 2.5rem 2rem 2.5rem;
}

.top-program__list .top-program__text dt {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 1.9rem;
}

.top-program__list .top-program__text dt span, .top-program__list .top-program__text dt em {
  font-size: 1.35rem;
  display: inline-block;
}

.top-program__list .top-program__text dt em {
  color: #f67f04;
}

.top-program__list .top-program__text dd {
  margin-top: 1rem;
  font-size: 1.5rem;
}

@media screen and (max-width: 1000px) {
  .top-program__list {
    width: 96%;
  }
  .top-program__list li {
    width: 49%;
    margin: 2rem 0 0 0;
  }
  .top-program__list .top-program__text dt {
    line-height: 1.4;
  }
  .top-program__list .top-program__text dt br {
    display: block;
  }
  .top-program__list .top-program__text dd br {
    display: none;
  }
  .top-program__list1 a {
    background: #FFF url(../img/arrow_orange.png) no-repeat right 1.5rem bottom 1.5rem;
    background-size: 30px;
  }
  .top-program__list2 a {
    background: #FFF url(../img/arrow_green.png) no-repeat right 1.5rem bottom 1.5rem;
    background-size: 30px;
  }
  .top-program__list3 a {
    background: #FFF url(../img/arrow_pink.png) no-repeat right 1.5rem bottom 1.5rem;
    background-size: 30px;
  }
  .top-program__list4 a {
    background: #FFF url(../img/arrow_blue.png) no-repeat right 1.5rem bottom 1.5rem;
    background-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  .top-program {
    padding: 4rem 0;
    margin-top: 6rem;
  }
  .top-program .icon_meza {
    width: 20.83vw;
    height: 10.42vw;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    top: -3.3rem;
  }
  .top-program__title {
    width: 100%;
    max-width: 100%;
    height: 9rem;
    margin: 0 auto;
    padding-top: 1rem;
  }
  .top-program__title h2, .meza-twitter__title h2 {
    font-size: 2.8rem;
    line-height: 1;
  }
  .top-program__title h3, .meza-twitter__title h3 {
    margin-top: 1rem;
    line-height: 1;
    font-size: 1.2rem;
    letter-spacing: .1rem;
  }
  .top-program__title .top-program__laugh1 {
    position: absolute;
    width: 8rem;
    bottom: 0;
    left: 1.5rem;
  }
  .top-program__title .top-program__laugh2 {
    position: absolute;
    width: 9rem;
    bottom: 0;
    right: 2rem;
  }
  .top-program__list {
    width: 94%;
    margin: 0 auto;
    display: block;
  }
  .top-program__list li {
    width: 100%;
    margin: 2rem 0 0 0;
  }
  .top-program__list li:nth-child(odd) {
    margin-right: 0;
  }
  .top-program__list li a {
     border-radius: 1rem;
  }
  .top-program__list li a:hover img {
    opacity: 1;
  }
  .top-program__list1 a {
    background: #FFF url(../img/arrow_orange.png) no-repeat right 1.3rem bottom 1.3rem;
    background-size: 2.6rem;
  }
  .top-program__list2 a {
    background: #FFF url(../img/arrow_green.png) no-repeat right 1.3rem bottom 1.3rem;
    background-size: 2.6rem;
  }
  .top-program__list3 a {
    background: #FFF url(../img/arrow_pink.png) no-repeat right 1.3rem bottom 1.3rem;
    background-size: 2.6rem;
  }
  .top-program__list4 a {
    background: #FFF url(../img/arrow_blue.png) no-repeat right 1.3rem bottom 1.3rem;
    background-size: 2.6rem;
  }
  .top-program__list li a:hover {
    background-position: right 1.3rem bottom 1.3rem;
  }
  .top-program__list .top-program__photo {
    display: flex;
    flex-wrap: wrap;
  }
  .top-program__list .top-program__photo figure {
    width: 74%;
    overflow: hidden;
  }
  .top-program__list .top-program__photo figure img {
    border-top-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }
  .top-program__list .top-program__photo h4 {
    width: 26%;
  }
  .top-program__list .top-program__photo h4 img {
    width: 50%;
    padding-top: 2rem;
  }
  .top-program__list .top-program__text {
    text-align: left;
    padding: 1rem 2rem 2rem 2rem;
  }
  .top-program__list .top-program__text dt span, .top-program__list .top-program__text dt em {
    display: inline-block;
  }
  .top-program__list .top-program__text dd {
    margin-top: 1rem;
    line-height: 1.7;
  }
}

.meza-twitter {
  width: 94%;
  max-width: 1000px;
  margin: 7rem auto 0 auto;
  border-radius: 2rem;
  padding: 0 0 5rem 0;
  background-image: url(../img/top/twitter_bg.png), url(../img/bg_green.png);
  background-repeat: no-repeat, repeat;
  background-position: center top, center top;
  background-size: 100%, 7px;
  position: relative;
}

.meza-twitter__inner {
  width: 80%;
  margin: 0 auto;
  padding: 4rem;
  background: #FFF;
  border-radius: 2rem;
  position: relative;
}

.meza-twitter .icon_meza {
  width: 100px;
  height: 51px;
  display: block;
  position: absolute;
  top: -4.2rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.meza-twitter__title {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  height: 190px;
  background: url(../img/top/twitter_bg2.png) no-repeat right 0 bottom -11.5rem;
  background-size: 279px;
  position: relative;
  padding-top: 5.5rem;
}

.meza-twitter__title .meza-twitter__icon {
  position: absolute;
  width: 132px;
  bottom: 5rem;
  left: 17rem;
}
.meza-twitter__text{
  padding: 2rem;
}
@media screen and (max-width: 1000px) {
  .meza-twitter__inner {
    width: 90%;
    margin: 0 auto;
  }
  .meza-twitter__title {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    height: 190px;
    background: url(../img/top/twitter_bg2.png) no-repeat right 0 bottom -9rem;
    background-size: 220px;
    position: relative;
    padding-top: 5.5rem;
  }
  .meza-twitter__title .meza-twitter__icon {
    position: absolute;
    width: 132px;
    bottom: 5rem;
    left: 6rem;
  }
}

@media screen and (max-width:767px) {
  .meza-twitter {
    width: 94%;
    margin: 4rem auto 0 auto;
    border-radius: 1rem;
    padding: 0 0 2rem 0;
    background-image: url(../img/top/twitter_bg.png), url(../img/bg_green.png);
    background-repeat: no-repeat, repeat;
    background-position: center top, center top;
    background-size: 100%, 7px;
  }
  .meza-twitter__inner {
    width: 90%;
    margin: 0 auto;
    padding: 1rem;
    border-radius: .6rem;
    position: relative;
  }
  .meza-twitter .icon_meza {
    width: 20.83vw;
    height: 10.42vw;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    top: -3.3rem;
  }
  .meza-twitter__title {
    width: 100%;
    margin: 0 auto;
    height: 14rem;
    background: url(../img/top/twitter_bg2.png) no-repeat right 1rem bottom -5rem;
    background-size: 12rem;
    padding-top: 3.5rem;
  }
  .meza-twitter__title .meza-twitter__icon {
    position: absolute;
    width: 9.5rem;
    bottom: auto;
    top: 2.5rem;
    left: 2rem;
  }
  .twitter-timeline {
    width: 100%;
  }
}