@charset "utf-8";
.page * {
  box-sizing: border-box;
}

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

@media screen and (max-width: 767px) {
  .icon_meza {
    width: 20.83vw;
    height: 10.42vw;
    display: block;
    position: absolute;
    top: -3.6rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}

.swiper-container {
  position: relative;
  margin: 0 auto;
  border-radius: 1rem;
   overflow:visible;
}

.swiper-container .swiper-button-prev {
  left: -18px;
}

.swiper-container .swiper-button-next {
  right: -18px;
}

.swiper-container .swiper-pagination {
  bottom: -30px!important;
}

.meza-slider img {
  width: 100%;
}

.meza-slider {
  border-radius: 1rem;
  line-height: 0;
}

.swiper-pagination-bullet {
  background-color: #000;
}

.swiper-pagination-bullet-active {
  background-color: #e65105;
}

.swiper-button-prev, .swiper-button-next {
  height: 36px;
  width: 36px;
}

.swiper-button-prev::after, .swiper-button-next::after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  height: 50px;
  width: 50px;
  margin: auto;
}

.swiper-button-prev::after {
  background-image: url(../img/arrow_prev.png);
  background-size: 36px;
}

.swiper-button-next::after {
  background-image: url(../img/arrow_next.png);
  background-size: 36px;
}

@media screen and (max-width: 767px) {
  .swiper-container {
    position: relative;
    margin: 0 auto;
    border-radius: 2.6vw;
  }
  .meza-slider {
    border-radius: 1rem;
    line-height: 0;
  }
  .swiper-button-prev, .swiper-button-next {
    height: 7.81vw;
    width: 7.81vw;
  }
  .swiper-container .swiper-button-prev {
    left: -3.91vw;
  }
  .swiper-container .swiper-button-next {
    right: -3.91vw;
  }
  .swiper-button-prev::after, .swiper-button-next::after {
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    height: 10.42vw;
    width: 10.42vw;
    margin: auto;
  }
  .swiper-button-prev::after {
    background-image: url(../img/arrow_prev.png);
    background-size: 7.81vw;
  }
  .swiper-button-next::after {
    background-image: url(../img/arrow_next.png);
    background-size: 7.81vw;
  }
}

.meza-renewal {
  width: 94%;
  max-width: 800px;
  margin: 0 auto;
  padding: 6rem 0;
}

.meza-renewal_inner {
  border-radius: 2rem;
  background: #FFF;
  border: .3rem solid #e65105;
  text-align: center;
  padding: 6rem 0;
}

.meza-renewal h1 {
  width: 18rem;
  margin: 0 auto;
}

.meza-renewal h2 {
  font-size: 3rem;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: bold;
  text-align: center;
  margin-top: 3rem;
}

.meza-renewal p {
  margin-top: 3rem;
}

@media screen and (max-width: 767px) {
  .meza-renewal {
    padding: 3rem 0;
    width: 90%;
  }
  .meza-renewal_inner {
    border-radius: 1rem;
    padding: 4rem 0;
  }
  .meza-renewal h1 {
    width: 20rem;
    margin: 0 auto;
  }
  .meza-renewal h2 {
    font-size: 2rem;
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: bold;
    text-align: center;
    margin-top: 2rem;
  }
  .meza-renewal p {
    text-align: left;
    padding: 0 3rem;
  }
  .meza-renewal .link-contact {
    margin-top: 3rem;
    width: 90%;
  }
}


/*-----------タイトル見出し------------*/

.heading {
  width: 94%;
  max-width: 920px;
  margin: 0 auto;
  padding: 13rem 0 8rem 0;
}

#company .heading {
  background: url(../img/meza_blue.png) no-repeat right 0 bottom -11rem;
  background-size: 279px;
}

#es .heading {
  background: url(../img/meza_green.png) no-repeat right 0 bottom -11rem;
  background-size: 279px;
}

#jh .heading {
  background: url(../img/meza_orange.png) no-repeat right 0 bottom -11rem;
  background-size: 279px;
}

#university .heading {
  background: url(../img/meza_pink.png) no-repeat right 0 bottom -11rem;
  background-size: 279px;
}

#contact .heading {
  background: url(../img/meza_yellow.png) no-repeat right 0 bottom -11rem;
  background-size: 279px;
}

.heading-title {
  text-align: center;
}

.heading-title h2 {
  font-size: 4.3rem;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: bold;
  line-height: 1.3;
  margin-top: 1rem;
}

.heading-title h3 {
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  .heading {
    width: 100%;
    margin: 0 auto;
    padding: 9.5rem 0 6rem 0;
  }
  .heading-title h2 {
    font-size: 3.2rem;
    line-height: 1.4;
    margin-top: 1rem;
  }
  .heading-title h3 {
    font-size: 1.2rem;
    letter-spacing: .1rem;
  }
  #company .heading {
    background: url(../img/meza_blue.png) no-repeat right 1rem bottom -5rem;
    background-size: 12rem;
  }
  #es .heading {
    background: url(../img/meza_green.png) no-repeat right 1rem bottom -5rem;
    background-size: 12rem;
  }
  #jh .heading {
    background: url(../img/meza_orange.png) no-repeat right 1rem bottom -5rem;
    background-size: 12rem;
  }
  #university .heading {
    background: url(../img/meza_pink.png) no-repeat right 1rem bottom -5rem;
    background-size: 12rem;
  }
  #contact .heading {
    background: url(../img/meza_yellow.png) no-repeat right 1rem bottom -5rem;
    background-size: 12rem;
  }
}


/*-----------/ タイトル見出し------------*/


/*-----------コース説明------------*/

.intro {
  width: 100%;
  padding: 0;
  margin-top: 7rem;
  position: relative;
}

#company .intro {
  background: url(../img/bg_blue.png) repeat center top;
  background-size: 7px;
  position: relative;
}

#es .intro {
  background: url(../img/bg_green.png) repeat center top;
  background-size: 7px;
  position: relative;
}

#jh .intro {
  background: url(../img/bg_orange.png) repeat center top;
  background-size: 7px;
  position: relative;
}

#university .intro {
  background: url(../img/bg_pink.png) repeat center top;
  background-size: 7px;
  position: relative;
}

#contact .intro {
  background: url(../img/bg_yellow.png) repeat center top;
  background-size: 7px;
  position: relative;
}

#company .intro .intro-inner, #company .contents-inner {
  border: .3rem solid #06aee2;
}

#es .intro .intro-inner, #es .contents-inner {
  border: .3rem solid #49b017;
}

#jh .intro .intro-inner, #jh .contents-inner {
  border: .3rem solid #f67b03;
}

#university .intro .intro-inner, #university .contents-inner {
  border: .3rem solid #ed5b9b;
}

#contact .intro .intro-inner, #contact .contents-inner {
  border: .3rem solid #ffd638;
}

.intro .intro-inner {
  width: 94%;
  max-width: 920px;
  margin: 0 auto;
  background: #FFF;
  padding: 6rem 4.5rem 6rem 4.5rem;
  border-radius: 2rem;
  position: relative;
  top: -7rem;
}

.intro .intro-inner h3 {
  font-size: 3rem;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: bold;
  text-align: center;
  line-height: 1.7;
  letter-spacing: .2rem;
}

#university .intro .intro-inner h3 {
  font-size: 3.6rem;
  line-height: 1;
}

#university .intro .intro-inner h4 {
  font-size: 2.4rem;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
  letter-spacing: .2rem;
  margin-top: 3rem;
}

.intro .intro-inner h3:after {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  margin: 0 auto;
}

#company .intro .intro-inner h3:after {
  background: url(../img/icon_blue.png) no-repeat center top;
  background-size: 25px;
  margin-top: 3rem;
}

#es .intro .intro-inner h3:after {
  background: url(../img/icon_green.png) no-repeat center top;
  background-size: 25px;
  margin-top: 3rem;
}

#contact .intro .intro-inner h3:after {
  background: url(../img/icon_orange.png) no-repeat center top;
  background-size: 25px;
  margin-top: 3rem;
}

#jh .intro .intro-inner h3:after {
  background: url(../img/icon_orange.png) no-repeat center top;
  background-size: 25px;
  margin-top: 3rem;
}

#university .intro .intro-inner h3:after {
  background: url(../img/icon_pink.png) no-repeat center top;
  background-size: 25px;
  margin-top: 3rem;
}

.intro-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  margin-top: 4rem;
}

.intro-photo {
  width: 46%;
  order: 2;
}

.intro-box p, .intro-box div.intro-recruiting {
  width: 54%;
  padding-right: 3%;
  order: 1;
}

.intro-box div.intro-recruiting p {
  width: auto!important;
  padding-right: 0!important;
  order: 0!important;
}

.intro-box div.intro-recruiting figure {
  max-width: 400px;
  margin-top: 4rem;
}

.intro-box+p {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .intro {
    width: 100%;
    padding: 0;
    margin-top: 5.5rem;
    position: relative;
  }
  .intro .intro-inner {
    width: 94%;
    margin: 0 auto;
    padding: 2rem;
    border-radius: 1rem;
    top: -5.5rem;
  }
  .intro .intro-inner h3 {
    font-size: 2rem;
    text-align: left;
    line-height: 1.7;
    letter-spacing: .2rem;
  }
  #university .intro .intro-inner h3 {
    font-size: 3rem;
    line-height: 1;
    text-align: center;
    padding-top: 1rem;
  }
  #university .intro .intro-inner h4 {
    font-size: 2rem;
    line-height: 1.7;
    text-align: left;
    letter-spacing: .2rem;
    margin-top: 1.5rem;
  }
  .intro .intro-inner h3:after {
    display: none;
  }
  #university .intro .intro-inner h3:after {
    content: "";
    display: block;
    width: 2rem;
    height: 2rem;
    margin: 0 auto;
    display: block;
    background: url(../img/icon_pink.png) no-repeat center top;
    background-size: 2rem;
    margin-top: 2rem;
  }
  .intro-box {
    display: block;
    margin-top: 2rem;
  }
  .intro-photo {
    width: 100%;
    order: 2;
  }
  .intro-box p, .intro-box div.intro-recruiting {
    width: 100%;
    padding-right: 0;
    order: 1;
    margin-top: 3.5rem;
    line-height: 1.7;
    
  }
  .intro-box div.intro-recruiting p {
    width: auto!important;
    padding-right: 0!important;
    order: 0!important;
  }
  .intro-box div.intro-recruiting figure {
    width: 100%;
    max-width: 100%;
    margin-top: 2rem;
  }
  .intro-box+p {
    margin-top: 3.5rem;
  }
}


/*-----------/ コース説明------------*/


/*-----------コース内容------------*/

.contents {
  width: 94%;
  max-width: 920px;
  margin: 7rem auto 0 auto;
}

.contents-title {
  width: 500px;
  height: 100px;
  margin: 0 auto;
  padding-top: 1rem;
  text-align: center;
  position: relative;
}

.contents-title h2 {
  font-size: 3rem;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: bold;
  line-height: 1;
}

.contents h3 {
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: .1rem;
  line-height: 1;
  margin-top: 1.5rem;
}

.contents .contents-meza {
  position: absolute;
  width: 152px;
  top: 0;
  left: 2rem;
}

.contents .contents-laugn1 {
  position: absolute;
  width: 95px;
  bottom: 0;
  right: 4rem;
}

.contents-inner {
  width: 100%;
  max-width: 920px;
  margin: 2rem auto 0 auto;
  background: #FFF;
  padding: 4rem 5rem;
  border-radius: 2rem;
  position: relative;
}

.contents-inner h4 {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 2.2rem;
  font-weight: bold;
  padding-bottom: 1.4rem;
  margin-top: 5rem;
  padding-left: 4rem;
}

.contents-inner h4:first-child {
  margin-top: 0;
}

#company .contents-inner h4 {
  border-bottom: 1px solid #06aee2;
  background: url(../img/icon_blue.png) no-repeat left .6rem;
  background-size: 2.5rem;
}

#es .contents-inner h4 {
  border-bottom: 1px solid #49b017;
  background: url(../img/icon_green.png) no-repeat left .6rem;
  background-size: 2.5rem;
}

#jh .contents-inner h4 {
  border-bottom: 1px solid #f67b03;
  background: url(../img/icon_orange.png) no-repeat left .6rem;
  background-size: 2.5rem;
}

#contact .contents-inner h4 {
  border-bottom: 1px solid #ffd638;
  background: url(../img/icon_orange.png) no-repeat left .6rem;
  background-size: 2.5rem;
}

.contents-inner ul {
  margin-top: 2rem;
}

.contents-inner li {
  margin-top: 1rem;
  line-height: 1.8;
  background: url(../img/icon_point.png) no-repeat 1rem 1.2rem;
  background-size: 6px;
  padding-left: 3rem;
}

#es .contents-attention p {
  text-align: center;
  font-weight: bold;
  line-height: 1;
  border-top: 1px solid #49b017;
  border-bottom: 1px solid #49b017;
  margin-top: 4rem;
  padding: 2rem;
}

#jh .contents-attention p {
  text-align: center;
  font-weight: bold;
  line-height: 1;
  border-top: 1px solid #f67b03;
  border-bottom: 1px solid #f67b03;
  margin-top: 4rem;
  padding: 2rem;
}

.contents-option {
  width: 100%;
  margin: 3rem auto 0 auto;
}

.contents-option ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.contents-option ul li {
  width: 23%;
  background: #FFF;
  border-radius: 2rem;
  text-align: center;
  margin-left: 2.666666666666666%;
  padding: 2rem 0 2.5rem 0;
}

.contents-option ul li:first-child {
  margin-left: 0;
}

.contents-option ul li img {
  width: 66%;
}

.contents-option ul li p {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.1;
  margin-top: 1rem;
}

.contents-option ul li p span {
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  .contents {
    margin: 5.5rem auto 0 auto;
  }
  .contents-title {
    width: 100%;
    height: 6rem;
    margin: 0 auto;
    padding-top: 0;
    text-align: center;
    position: relative;
  }
  .contents-title h2 {
    font-size: 2.8rem;
  }
  .contents h3 {
    font-size: 1.2rem;
    margin-top: 1.2rem;
  }
  .contents .contents-meza {
    position: absolute;
    width: 11rem;
    top: -1rem;
    left: 0;
  }
  .contents .contents-laugn1 {
    position: absolute;
    width: 7rem;
    bottom: 0;
    right: 1rem;
  }
  .contents-inner {
    width: 100%;
    margin: 2rem auto 0 auto;
    background: #FFF;
    padding: 2rem;
    border-radius: 1rem;
    position: relative;
    top: 0;
  }
  .contents-inner h4 {
    font-size: 1.8rem;
    font-weight: bold;
    padding-bottom: 1rem;
    margin-top: 4rem;
    padding-left: 3rem;
    line-height: 1.5;
  }
  .contents-inner h4:first-child {
    margin-top: 0;
  }
  #company .contents-inner h4 {
    background: url(../img/icon_blue.png) no-repeat left .6rem;
    background-size: 1.8rem;
  }
  #es .contents-inner h4 {
    background: url(../img/icon_green.png) no-repeat left .6rem;
    background-size: 1.8rem;
  }
  #jh .contents-inner h4 {
    background: url(../img/icon_orange.png) no-repeat left .6rem;
    background-size: 1.8rem;
  }
  #contact .contents-inner h4 {
    background: url(../img/icon_orange.png) no-repeat left .6rem;
    background-size: 1.8rem;
  }
  .contents-inner ul {
    margin-top: 1.5rem;
  }
  .contents-inner li {
    margin-top: .5rem;
    background: url(../img/icon_point.png) no-repeat 0 1.2rem;
    background-size: .5rem;
    padding-left: 1.2rem;
    line-height: 1.7;
  }
  #es .contents-attention p {
    text-align: center;
    font-weight: bold;
    line-height: 1;
    border-top: 1px solid #49b017;
    border-bottom: 1px solid #49b017;
    margin-top: 4rem;
    padding: 2rem;
  }
  #jh .contents-attention p {
    text-align: center;
    font-weight: bold;
    line-height: 1;
    border-top: 1px solid #f67b03;
    border-bottom: 1px solid #f67b03;
    margin-top: 4rem;
    padding: 2rem;
  }
  .contents-option {
    width: 100%;
    margin: 1rem auto 0 auto;
  }
  .contents-option ul li {
    width: 48%!important;
    background: #FFF;
    border-radius: 1rem;
    text-align: center;
    margin-left: 0;
    margin-top: 1.5rem;
    padding: 2rem 0 2.5rem 0;
  }
  .contents-option ul li:first-child, .contents-option ul li:nth-child(3) {
    margin-left: 0;
    margin-right: 4%;
  }
  .contents-option ul li img {
    width: 12rem;
  }
  .contents-option ul li p {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.1;
    margin-top: 0;
  }
  .contents-option ul li p span {
    font-size: 1.2rem;
  }
}


/*-----------/コース内容------------*/


/*-----------中学・高校向けコース一覧------------*/

.course-title {
  width: 850px;
  height: 120px;
  margin: 0 auto;
  padding-top: 1rem;
  text-align: center;
  position: relative;
  z-index: 1;
}

.university2 .course-title {
  height: 140px;
  padding-top: 0;
  margin-top: -1rem;
  position: relative;
}

.course-title h2 {
  font-size: 3.6rem;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: bold;
  line-height: 1;
  color: #FFF;
}

.course-title h2 span {
  font-size: 2rem;
  display: inline-block;
  padding-bottom: 1rem;
  line-height: 1;
}

.course-title h3 {
  font-size: 1.4rem;
  margin-top: 1rem;
}

.course-title .course-laugh {
  position: absolute;
  width: 250px;
  top: 1rem;
  right: 0;
}

.university2 .course-title .course-laugh {
  position: absolute;
  width: 250px;
  top: 2.8rem;
  right: 0;
}

.program-list {
  width: 94%;
  max-width: 920px;
  margin: 0 auto;
  padding-bottom: 7rem;
  position: relative;
  z-index: 2;
}

.program-list li:first-child {
  margin-top: 0;
}

.program-list li {
  margin-top: 2rem;
  background: #FFF;
  border-radius: 1.5rem;
  padding: 3rem 0 3rem 3rem;
}

.program-list li.program-wanko {
  background: #FFF url(../img/logo_wanko.png) no-repeat right 3rem center;
  background-size: 135px;
}

.program-list li.program-kokoshira {
  background: #FFF url(../img/logo_kokoshira.png) no-repeat right 3rem center;
  background-size: 135px;
}

.program-list li dl {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.program-list li dl dt {
  padding-right: 3rem;
}

.program-list li dl dt.program-icon1 p {
  font-size: 1.4rem;
  font-family: 'Zen Maru Gothic', sans-serif;
  background: #ffd638 url(../img/icon_meza_s1.png) no-repeat left 1rem center;
  background-size: 19px;
  border-radius: 6rem;
  line-height: 1;
  padding: .8rem 1.5rem .8rem 3.5rem;
}

.program-list li dl dt.program-icon2 p {
  font-size: 1.4rem;
  font-family: 'Zen Maru Gothic', sans-serif;
  background: #e65105 url(../img/icon_meza_s2.png) no-repeat left 1rem center;
  background-size: 19px;
  border-radius: 6rem;
  color: #FFF;
  line-height: 1;
  padding: .8rem 1.5rem .8rem 3.5rem;
}

.program-list li dl dd h4 {
  font-size: 2.2rem;
  font-family: 'Zen Maru Gothic', sans-serif;
  padding-bottom: 1.5rem;
  line-height: 1;
}

@media screen and (max-width: 919px) {
  .course-title {
    width: 100%;
    max-width: 850px;
    height: 120px;
    margin: 0 auto;
    padding-top: 0;
    position: relative;
  }
  .course-title .course-laugh {
    position: absolute;
    width: 240px;
    right: 3rem;
    top: 1.5rem;
  }
  .university2 .course-title .course-laugh {
    position: absolute;
    width: 240px;
    top: 3.3rem;
    right: 1.5rem;
  }
  .program-list li {
    margin-top: 2rem;
    background: #FFF;
    border-radius: 1.5rem;
    padding: 2rem 0 2rem 3rem;
  }
  .program-list li dl {
    display: block;
  }
  .program-list li dl dt {
    padding-right: 0;
    width: 140px;
    padding-bottom: 2rem;
  }
  .program-list li dl dt p {
    text-align: center;
  }
  .program-list li dl dd h4 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .course-title {
    width: 100%;
    height: 14rem;
    margin: 0 auto;
    padding-top: 0;
    text-align: center;
    position: relative;
    z-index: 1;
    position: relative;
  }
  .university2 .course-title {
    height: 17rem;
    padding-top: 0;
    margin-top: -2rem;
    position: relative;
  }
  .course-title h2 {
    font-size: 2.8rem;
  }
  .course-title h2 span {
    font-size: 2rem;
    padding-bottom: 1rem;
    line-height: 1;
  }
  .course-title h3 {
    font-size: 1.2rem;
    margin-top: 1rem;
  }
  .course-title .course-laugh {
    position: absolute;
    width: 15rem;
    top: auto;
    bottom: -.7rem;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .university2 .course-title .course-laugh {
    position: absolute;
    width: 15rem;
    top: auto;
    bottom: -.7rem;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .program-list {
    width: 94%;
    max-width: auto;
    padding-bottom: 5rem;
  }
  .program-list li {
    margin-top: 1.5rem;
    border-radius: 1rem;
    padding: 2rem!important;
  }
  .program-list li.program-wanko {
    background: #FFF url(../img/logo_wanko.png) no-repeat right .6rem top .6rem;
    background-size: 9rem;
  }
  .program-list li.program-kokoshira {
    background: #FFF url(../img/logo_kokoshira.png) no-repeat right .6rem top .6rem;
    background-size: 9rem;
  }
  .program-list li dl {
    display: block;
    padding: 0!;
    margin: 0;
  }
  .program-list li dl dt {
    padding: 0;
    width: 15rem;
  }
  .program-list li dl dt.program-icon1 p {
    font-size: 1.4rem;
    background: #ffd638 url(../img/icon_meza_s1.png) no-repeat left 1rem center;
    background-size: 1.9rem;
    padding: .8rem 1.5rem .8rem 3.5rem;
  }
  .program-list li dl dt.program-icon2 p {
    font-size: 1.4rem;
    background: #e65105 url(../img/icon_meza_s2.png) no-repeat left 1rem center;
    background-size: 1.9rem;
    padding: .8rem 1.5rem .8rem 3.5rem;
  }
  .program-list li dl dd h4 {
    font-size: 2rem;
    margin-top: 1.5rem;
    padding-bottom: 1rem;
    line-height: 1.4;
  }
}


/*-----------/ 中学・高校向けコース一覧------------*/


/*-----------大学生向け------------*/

.point {
  padding-bottom: 7rem;
}

.point-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  width: 94%;
  max-width: 920px;
  margin: 0 auto;
}

.point-list li {
  background: #FFF url(../img/meza_pink2.png) no-repeat right -4rem bottom -10rem;
  background-size: 240px;
  width: 31%;
  border-radius: 2rem;
  text-align: center;
  padding: 3rem 1rem;
}

.point-list li:nth-child(2) {
  margin-left: 3.5%;
  margin-right: 3.5%;
}

.point-list li dt {
  font-size: 2.6rem;
  line-height: 1;
}

.point-list li dd {
  margin-top: 2rem;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 1.7rem;
}
@media screen and (max-width: 919px) {
  .point-list li dd br{
    display: none;
  }
}
@media screen and (max-width: 767px) {
    .point-list li dd br{
    display: block;
  }
  .point {
    padding-bottom: 5rem;
  }
  .point-list {
    display: block;
    width: 94%;
  }
  .point-list li {
    background: #FFF url(../img/meza_pink2.png) no-repeat right -4rem bottom -7rem;
    background-size: 18rem;
    width: 100%;
    border-radius: 1rem;
    text-align: center;
    padding: 3rem 1rem;
    margin-top: 2rem;
  }
  .point-list li:first-child {
    margin-top: 0;
  }
  .point-list li:nth-child(2) {
    margin-left: 0;
    margin-right: 0;
  }
  .point-list li dt {
    font-size: 2rem;
    line-height: 1;
  }
  .point-list li dd {
    margin-top: 1rem;
  }
}

.training {
  padding-bottom: 7rem;
}

.training-inner {
  width: 100%;
  background: url(../img/bg_yellow.png) repeat center top;
  background-size: 7px;
  border-radius: 2rem;
  padding: 4rem;
}

.training-inner .training-photo img {
  border-radius: 1.2rem;
}

.training-title {
  text-align: center;
  margin-top: -3rem;
  padding-top: 6rem;
  height: 23rem;
  position: relative;
}

.training-title {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: bold;
  font-size: 3.6rem;
  line-height: 1.3;
}

.training-title span {
  font-style: italic;
}

.training-title__laugh1 {
  width: 13rem;
  position: absolute;
  top: 0;
  left: 9rem;
}

.training-title__laugh2 {
  width: 11.4rem;
  position: absolute;
  top: 0;
  right: 10rem;
}

.training-title__img1 {
  width: 10rem;
  position: absolute;
  bottom: 2rem;
  left: 10rem;
}

.training-title__img2 {
  width: 12rem;
  position: absolute;
  bottom: 2rem;
  right: 10rem;
}

.training-contents {
  background: #FFF;
  border: 3px solid #FFF;
  border-radius: 1.2rem;
  position: relative;
  padding: 3rem 4rem;
}

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

.training-titlesub {
  font-size: 2.2rem;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: bold;
  background: url(../img/icon_flag.png) no-repeat left center;
  background-size: 18px;
  padding-left: 4rem;
  letter-spacing: .1rem;
}

.training-movie {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.training-movie li {
  width: 48%;
}

.training-movie li img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
}

.training-movie li:hover img {
  opacity: .5;
}

.training-movie li:first-child {
  margin-right: 4%;
}

.training-movie li dd {
  line-height: 1.6;
  padding-top: .5rem;
  padding-bottom: 5rem;
}

.training-voice {
  margin-top: 1.5rem;
}

.training-voice li {
  padding: 1.4rem 0;
  margin-top: 1rem;
  line-height: 1.8;
  background: url(../img/icon_point.png) no-repeat 2rem 2.4rem;
  background-size: 6px;
  padding-left: 4rem;
}

.training-voice li:nth-child(odd) {
  background-color: #fff7d7;
  border-radius: 1rem;
}

@media screen and (max-width: 919px) {
  .training-title__laugh1 {
    top: 0;
    left: 0;
  }
  .training-title__laugh2 {
    top: 0;
    right: 0;
  }
  .training-title__img1 {
    bottom: 2rem;
    left: 4rem;
  }
  .training-title__img2 {
    bottom: 2rem;
    right: 4rem;
  }
}

@media screen and (max-width:767px) {
  .training {
    padding-bottom: 5rem;
  }
  .training-inner {
    width: 100%;
    background: url(../img/bg_yellow.png) repeat center top;
    background-size: 7px;
    border-radius: 1rem;
    padding: 3rem 0 5rem 0;
  }
  .training-inner .training-photo img {
    border-radius: 0;
  }
  .training-title {
    text-align: center;
    margin-top: -3rem;
    padding-top: 5rem;
    height: 18rem;
    position: relative;
  }
  .training-title {
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: bold;
    font-size: 2.8rem;
    line-height: 1.3;
  }
  .training-title span {
    font-style: italic;
  }
  .training-title__laugh1 {
    width: 6.5rem;
    position: absolute;
    top: -2.8rem;
    left: 1.5rem;
  }
  .training-title__laugh2 {
    width: 5.5rem;
    position: absolute;
    top: -2rem;
    right: 1.5rem;
  }
  .training-title__img1 {
    width: 7rem;
    position: absolute;
    bottom: 2rem;
    left: 3rem;
  }
  .training-title__img2 {
    width: 7rem;
    position: absolute;
    bottom: 2rem;
    right: 2rem;
  }
  .training-contents {
    background: #FFF;
    border: .3rem solid #FFF;
    border-radius: 1.2rem;
    position: relative;
    padding: 0 1.5rem 2rem 1.5rem;
  }
  .training-contents .icon_meza {
    width: 20.83vw;
    height: 10.42vw;
    display: block;
    position: absolute;
    top: -3.6rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .training-titlesub {
    font-size: 2rem;
    background: url(../img/icon_flag.png) no-repeat left center;
    background-size: 1.8rem;
    padding-left: 4rem;
    letter-spacing: .1rem;
    margin-top: 3rem;
  }
  .training-movie {
    display: block;
    margin-top: 2rem;
  }
  .training-movie li {
    width: 100%;
  }
  .training-movie li:first-child {
    margin-right: 0;
  }
  .training-movie li dd {
    padding-top: .5rem;
    padding-bottom: 2rem;
  }
  .training-voice {
    margin-top: 1.5rem;
  }
  .training-voice li {
    margin-top: 0;
    line-height: 1.8;
    background: url(../img/icon_point.png) no-repeat 2rem 2.4rem;
    background-size: .5rem;
    padding-left: 4rem;
    padding-right: 2rem;
  }
  .training-voice li:nth-child(odd) {
    background-color: #fff7d7;
    border-radius: 1rem;
  }
}

.heading-nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-top: 4rem;
}

.heading-nav li {
  width: 31%;
}

.heading-nav li:nth-child(2) {
  margin-left: 3.5%;
  margin-right: 3.5%;
}

.heading-nav li a {
  display: block;
  background: #FFF url(../img/arrow_pink2.png) no-repeat right 2rem center;
  background-size: 10px;
  box-shadow: 0px 2px 0 rgba(255, 214, 56, .8);
  border-radius: 4rem;
  text-align: center;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: bold;
  line-height: 1;
  padding: 2rem 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.heading-nav li a:hover, .university1 .heading-nav li:first-child a, .university2 .heading-nav li:nth-child(2) a, .university3 .heading-nav li:last-child a {
  display: block;
  color: #FFF;
  background: #f5559b url(../img/arrow_white.png) no-repeat right 2rem center;
  background-size: 10px;
}

@media screen and (max-width: 767px) {
  .heading-nav {
    width: 94%;
    margin: 3rem auto 0 auto;
  }
  .heading-nav li {
    width: 48%;
  }
  .heading-nav li:nth-child(2) {
    margin-left: 4%;
    margin-right: 0;
  }
  .heading-nav li:nth-child(3) {
    margin: 1.5rem auto 0 auto;
  }
  .heading-nav li a {
    display: block;
    background: #FFF url(../img/arrow_pink2.png) no-repeat right 1.5rem center;
    background-size: 1rem;
    box-shadow: 0px 3px 0 rgba(255, 214, 56, .8);
    padding: 1.6rem 0;
  }
  .heading-nav li a:hover {
    background: #FFF url(../img/arrow_pink2.png) no-repeat right 1.5rem center;
    background-size: 1rem;
    color: #454545;
  }
  .university1 .heading-nav li:first-child a, .university2 .heading-nav li:nth-child(2) a, .university3 .heading-nav li:last-child a {
    display: block;
    color: #FFF;
    background: #f5559b url(../img/arrow_white.png) no-repeat right 1.5rem center;
    background-size: 1rem;
  }
}


/*----------- / 大学生向け------------*/


/*----------- リスト------------*/

dl.list-backnumber {
  width: 100%;
  margin: 3rem 0 0 0;
  padding: 0;
}

dl.list-backnumber dt {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: bold;
  padding: 1.4rem 0;
  border-radius: 6rem;
  font-size: 1.8rem;
  background-color: #FFF;
  background-image: url(../img/icon_point.png), url(../img/open.png);
  background-repeat: no-repeat;
  background-position: 3rem center, 97% center;
  background-size: 6px, 30px;
  padding-left: 6rem;
  cursor: pointer;
  box-shadow: 0px 2px 0 rgba(255, 214, 56, .8);
}

dl.list-backnumber dt.open {
  background-color: #ffd638;
  background-image: url(../img/icon_point_w.png), url(../img/close.png);
  background-repeat: no-repeat;
  background-size: 6px, 30px;
  background-position: 3rem center, 97% center;
}

dl.list-backnumber dd {
  display: none;
  
}

dl.list-backnumber dd .university-backnumber1 {
  width: 94%;
  max-width: 880px;
  margin: 3.5rem auto 0 auto;
  background: #FFF;
  border: 3px solid #ed5b9b;
  border-radius: 2rem;
  padding: 2.5rem 4rem 4rem 4rem;
  
}

dl.list-backnumber dd .university-backnumber1 .year {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: bold;
  font-size: 1.7rem;
}

dl.list-backnumber dd .university-backnumber1 .year {
  width: 18%;

}

dl.list-backnumber dd .university-backnumber1 .university-name, dl.list-backnumber dd .university-backnumber1 .university-list {
  width: 82%;

  font-size: 1.5rem;
}

dl.list-backnumber dd .university-backnumber1 li {
  display: block;
  margin-top: 1.5rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

dl.list-backnumber dd .university-backnumber1 li a {
  text-decoration: underline;
  color: #454545;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

dl.list-backnumber dd .university-backnumber1 li a:hover {
  opacity: .5;
}

@media screen and (max-width: 767px) {
  dl.list-backnumber {
    margin: 2rem 0 0 0;
  }
  dl.list-backnumber dt {
    padding: 1.6rem 0;
    font-size: 1.8rem;
    background-position: 2.5rem center, 94% center;
    background-size: .6rem, 3rem;
    padding-left: 4.5rem;
    cursor: pointer;
    box-shadow: 0px 3px 0 rgba(255, 214, 56, .8);
  }
  dl.list-backnumber dt.open {
    background-size: .6rem, 3rem;
    background-position: 2.5rem center, 94% center;
  }
  dl.list-backnumber dd {
    display: none;
  }
  dl.list-backnumber dd .university-backnumber1 {
    width: 94%;
    max-width: auto;
    margin: 3rem auto 0 auto;
    border: .3rem solid #ed5b9b;
    border-radius: 1rem;
    padding: .5rem 2rem 3rem 2rem;
  }
  dl.list-backnumber dd .university-backnumber1 .year {
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: bold;
    font-size: 1.7rem;
  }
  dl.list-backnumber dd .university-backnumber1 .year {
    width: 100%;
  }
  dl.list-backnumber dd .university-backnumber1 .university-name, dl.list-backnumber dd .university-backnumber1 .university-list {
    width: 100%;
    font-size: 1.6rem;
  }
  dl.list-backnumber dd .university-backnumber1 li {
display: block;
    margin-top: 1.5rem;
  }
}

dl.list-backnumber dd .university-backnumber2 {
  width: 94%;
  max-width: 880px;
  margin: 3.5rem auto 0 auto;
  background: #FFF;
  border: .3rem solid #ed5b9b;
  border-radius: 2rem;
  padding: 2.5rem 4rem 4rem 4rem;
}

dl.list-backnumber dd .university-backnumber2 .university-backnumber2-title {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: bold;
  font-size: 1.7rem;
}

dl.list-backnumber dd .university-backnumber2 .university-backnumber2-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

dl.list-backnumber dd .university-backnumber2 .university-backnumber2-list ul {
  width: 46%;
  margin: 2rem 0 0 0;
  border-top: 1px solid #f5559b;
}

dl.list-backnumber dd .university-backnumber2 .university-backnumber2-list ul:first-child {
  margin-right: 8%;
}

dl.list-backnumber dd .university-backnumber2 .university-backnumber2-list ul li a {
  display: block;
  padding: 1.6rem 0;
  display: block;
  background: #FFF url(../img/arrow_pink2.png) no-repeat right 3rem center;
  background-size: 10px;
  border-bottom: 1px solid #f5559b;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
}

dl.list-backnumber dd .university-backnumber2 .university-backnumber2-list ul li a:hover {
  opacity: .5;
}

@media screen and (max-width: 767px) {
  dl.list-backnumber dd .university-backnumber2 {
    width: 94%;
    max-width: auto;
    margin: 3rem auto 0 auto;
    border-radius: 1rem;
    padding: 2rem 2rem 3rem 2rem;
  }
  dl.list-backnumber dd .university-backnumber2 .university-backnumber2-title {
    font-size: 1.7rem;
  }
  dl.list-backnumber dd .university-backnumber2 .university-backnumber2-list {
    display: block;
  }
  dl.list-backnumber dd .university-backnumber2 .university-backnumber2-list ul {
    width: 100%;
    margin: 2rem 0 0 0;
    border-top: none;
  }
  dl.list-backnumber dd .university-backnumber2 .university-backnumber2-list ul:first-child {
    margin-right: 0;
  }
  dl.list-backnumber dd .university-backnumber2 .university-backnumber2-list ul:last-child {
    margin-top: 0;
  }
  dl.list-backnumber dd .university-backnumber2 .university-backnumber2-list ul li a {
    display: block;
    padding: 1.6rem 0;
    display: block;
    background: #FFF url(../img/arrow_pink2.png) no-repeat right 1rem center;
    background-size: 1rem;
    border-bottom: 1px solid #f5559b;
  }
}


/*----------- /リスト------------*/


/*-----------お問い合わせ------------*/

.meza-contact {
  text-align: center;
}


.meza-contact__info p {
  margin-top: 2rem;
}

.meza-contact__info p:first-child {
  text-align: center;
}

.meza-contact__info .meza-contact__attention {
  background: #fef7e5;
  padding: 2rem 3rem;
  border-radius: 1rem;
  margin-top: 4rem;
    font-size: 1.5rem;

}
.meza-contact__info .meza-contact__attention p{
  margin-top: 0;
  text-align: left;
   display: block;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #ffd638;
}



.meza-contact h4 span {
  font-size: 3rem;
}

.link-mail {
  text-decoration: underline;
}

#contact .link-contact {
  margin-top: 3rem;
  overflow: hidden;
}

.meza-contact__news {
  width: 100%;
  letter-spacing: -.01rem;
  margin: 2rem auto 0 auto;
  background: #ffd638;
  background-size: 90px;
  border-radius: 8rem;
  border: .3rem solid #e65205;
  font-weight: bold;
  padding: 1.2rem 2rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .meza-contact__info p:first-child {
    text-align: left;
    margin-top: 2rem;
  }
  #contact .link-contact {
    margin-top: 2rem;
    overflow: hidden;
    width: 100%;
  }
  .link-mail {
    font-size: 90%;
  }
  .meza-contact__news {
    margin: 2rem auto 0 auto;
    text-align: left;
    border-radius: 1rem;
    padding: 1.6rem;
  }
  
  .meza-contact__info .meza-contact__attention {
  background: #fef7e5;
  padding: 2rem 1.5rem;
  margin-top: 3rem;
  font-size: 1.4rem;

}
.meza-contact__info .meza-contact__attention p{
  margin-top: 0;
}
.meza-contact__info .meza-contact__attention li{
  margin-top: .2rem;
}


}


/*----------- / お問い合わせ------------*/