@charset "UTF-8";

.top_mv {
    position: relative;
    width: 100%;
    height: auto;
    padding: 170px 0 230px;
    margin: 0 auto;
    background: url(../img/top_mv/img_mv.png) center bottom/cover no-repeat;
}



.top_mv__catch {
    display: inline-block;
    position: relative;
    text-align: center;
}

.top_mv__catch span {
    position: absolute;
    right: -210px;
    top: -80px;
}

.top_mv__logo {
    position: absolute;
    bottom: 60px;
    left: 60px;
}

.top_select {
    padding: 90px 0 100px;
    background: url(../img/bg_sec01.png)repeat-x;
    background-position: top 20px center;
}

.top_3col {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.top_3col__card a {
    display: block;
    transition: .5s;
}

.top_3col__card a:hover {
  transform: translate(0, -30px);
  -webkit-transform: translate(0, -30px);
  transition: .5s;
}

.top_about {
    padding: 110px 0 100px;
    background: url(../img/bg_sec02.png)no-repeat;
    background-position: center;
    background-size: cover;
}

.top_about p {
    margin-bottom: 0;
    margin-top: 40px;
    color: #fff;
    font-size: 17px;
    font-size: 1.7rem;
    letter-spacing: 0.075em;
    line-height: 2.2;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.top_about__head {
    margin: 0;
    text-align: center;
}

.top_about .m-button {
    margin-top: 80px;
}


.top_work {
    padding: 160px 0 120px;
}

.top_work__content {
  position: relative;
  padding-top: 80px;
}

.top_work__content::before {
  position: absolute;
  content: "";
  background: url(../img/bg_work.png)no-repeat;
  width: 100%;
  height: 100%;
  background-position: top center;
  background-size: 100%;
  left: 0;
  top: -146px;
  z-index: -1;
}

.top_learn {
    padding: 70px 0 120px;
}

.top_learn .m-2col__img:before {
    left: inherit;
    right: -40px;
}

.top_learn__content {
  position: relative;
  padding-top: 80px;
}

.top_learn__content::before {
    position: absolute;
    content: "";
    background: url(../img/bg_learn.png)no-repeat;
    width: 100%;
    height: 100%;
    background-position: top center;
    background-size: 100%;
    left: 0;
    top: -116px;
    z-index: -1;
}

.top_smile {
    padding: 80px 0 120px;
}

.top_smile__content {
  position: relative;
  padding: 80px 0 90px;
}

.top_smile__content::before {
    position: absolute;
    content: "";
    background: url(../img/bg_smile.png)no-repeat;
    width: 100%;
    height: 100%;
    background-position: top center;
    background-size: 100%;
    left: 0;
    top: -136px;
    z-index: -1;
}

.top_voice {
    padding: 80px 0 140px;
    background: url(../img/bg_voice.png)no-repeat;
    background-position: center;
    background-size: cover;
}

.top_voice__head {
    margin: 0 0 80px;
    color: #fff;
    font-size: 34px;
    font-size: 3.4rem;
    letter-spacing: 0.075em;
}

.top_voice__logo {
    display: block;
    padding-bottom: 30px;
}

.top_voice__slide li {
    margin: 0 10px;
    width: 330px;
}

.top_voice__slide li img {
    width: 100%;
}

.top_voice__slide li figcaption {
    position: relative;
    padding: 25px 10px 15px;
    margin-top: 10px;
    min-height: 125px;
    background: #f08200;
    color: #fff;
    font-size: 17px;
    font-size: 1.7rem;
    letter-spacing: 0.075em;
}

.top_voice__slide li figcaption::before {
  position: absolute;
    content: "";
    top: -23px;
    left: 50%;
    transform: translateX(-50%);
    box-sizing: border-box;
    width: 12px;
    height: 15px;
    border: 9px solid transparent;
    border-bottom: 15px solid #f08200;
}


.top_voice__slide li:nth-child(even) figcaption {
  background: #32479a;
}

.top_voice__slide li:nth-child(even) figcaption::before {
    border-bottom: 15px solid #32479a;
}

.top_voice__slide {
    margin: 0;
    padding: 10px 0;
    list-style: none;
    background: #fff;
}

.top_voice__slide li figcaption span {
  display: inline-block;
  margin-top: 10px;
  padding-right: 10px;
  position: relative;
  font-size: 14px;
  font-size: 1.4rem;
}

.top_voice__slide li figcaption span::before {
  position: absolute;
  content: "";
  right: 0;
  top: 8px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 1260px){

  .top_mv__catch {
    max-width: 390px;
  }

  .top_mv__catch img {
      max-width: 100%;
  }

  .top_mv__logo img {
      max-width: 100%;
  }

  .top_mv__catch span {
    width: 200px;
    right: -100px;
  }

  .top_mv__logo {
    width: 270px;
  }

  .top_select {
    padding: 60px 0;
  }

  .top_3col__card img {
    max-width: 100%;
  }

  .top_3col__card {
    width: 32%;
  }

  .top_select {
    padding: 60px 0;
  }

  .top_about {
    padding: 50px 0;
  }

  .top_about .m-button {
    margin-top: 40px;
  }

  .top_work {
    padding: 100px 0;
  }

  .top_work__content::before {
    top: -30px;
  }

  .top_learn {
    padding: 50px 0 70px;
  }

  .top_smile {
    padding: 50px 0 80px;
  }

  .top_learn .m-2col__img:before {
    left: inherit;
    right: -30px;
  }

  .top_voice__slide li figcaption {
    padding: 20px 10px;
    font-size: 1.3rem;
    min-height: 90px;
  }

  .top_voice__slide li figcaption span {
    font-size: 1.2rem;
  }



}

@media screen and (max-width: 767px) {

  .top_mv {
    padding: 110px 0 100px;
  }

  .top_mv__catch {
    /* width: 80%; */
    max-width: 200px;
  }

  .top_mv__catch span {
      right: -70px;
      width: 130px;
      top: -60px;
  }



  .top_mv__logo {
      left: 30px;
      bottom: 30px;
      width: 150px;
  }

  .top_3col__card {
    margin: 0 auto 20px;
    width: 80%;
  }

  .top_select {
    padding: 50px 0;
  }

  .top_about {
      padding: 50px 5%;
  }

  .top_about__head img {
      max-width: 100%;
  }

  .top_about__head {
      width: 280px;
      margin: 0 auto;
  }

  .top_about p {
      margin-top: 30px;
      font-size: 1.2rem;
      letter-spacing: 0;
  }

  .top_about .m-button {
      margin-top: 50px;
  }

  .top_work {
    padding: 50px 0;
  }

  .top_work__content::before {
    top: 0;
  }

  .top_work__content {
      margin-top: 50px;
      padding-top: 40px;
  }

  .top_learn .m-2col__img:before {
    right: -20px;
    top: -20px;
  }

  .top_learn {
    padding: 30px 0;
  }

  .top_learn .m-2col {
    display: flex;
    flex-wrap: wrap-reverse;
  }

  .top_learn__content {
    margin-top: 50px;
    padding-top: 40px;
  }

  .top_learn__content::before {
    top: 0;
  }

  .top_smile__content {
    margin-top: 50px;
    padding-top: 40px;
  }

  .top_smile__content::before {
    top: 0;
  }

  .top_smile__content {
    padding-bottom: 50px;
  }

  .top_smile {
    padding: 50px 0 80px;
  }

  .top_voice {
    padding: 40px 0 90px;
  }

  .top_voice__head {
      font-size: 2rem;
      margin: 0 0 30px;
  }

  .top_voice__logo img {
      max-width: 100%;
  }

  .top_voice__logo {
      width: 60px;
      margin: 0 auto;
  }

  .top_voice__slide li figcaption {
    font-size: 1.2rem;
    padding: 10px;
    min-height: 100px;
  }







}
