
@media(min-width:769px) {

  main {
    padding-top: 90px;
  }

}


/* mv */
.section__mv__wrap {
  position: relative;
}
.section__mv__wrap .section__mv {
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.section__mv img {
  width: 100%;
  border-bottom: 5px solid #000;
}
.section__mv h1 {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media(max-width:768px) {

  .section__mv__wrap {
    margin-bottom: 10%;
  }

}

@media(min-width:769px) {

  .section__mv__wrap {
    margin-bottom: 40px;
  }
  .section__mv h1 {
    font-size: 50px;
    width: 90%;
    display: block;
    text-align: center;
  }

}



/* news */
@media(max-width:768px) {

  .section__news {
    margin-bottom: 20%;
  }
  .section__news .head__wrap {
    margin-bottom: 8%;
  }

}

@media(min-width:769px) {

  .section__news {
    margin-bottom: 126px;
  }
  .section__news .head__wrap {
    margin-bottom: 46px;
  }

}



/* about */
.section__about {
  position: relative;
}
.about__cap h2 {}
.about__fx strong,
.about__fx strong img {
  display: block;
}
.about__fx strong img {
  width: 100%;
  height: auto;
}

@media(max-width:768px) {

  .section__about {
    margin-bottom: 20%;
    padding: 10% 0;
  }
  .about__fx strong {
    width: 70%;
    margin: 0 auto 10%;
    padding-top: 10%;
  }
  .about__fx .about__cap {
    width: 90%;
    margin: 0 auto;
  }
  .about__cap p {
    font-size: 1.4rem;
    line-height: 2;
    margin-bottom: 1em;
  }
  /* .section__about picture {
    position: absolute;
    width: 80%;
    border-radius: 15px;
    right: calc(0px - 15px);
  } */

}

@media(min-width:769px) {

  .section__about {
    margin-bottom: 124px;
    padding: 94px 0 55px;
  }
  .section__about .head__wrap {
    margin-bottom: 40px;
  }
  .about__fx {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .about__fx strong {
    width: 38.18%;
    padding-top: 11px;
  }
  .about__fx .about__cap {
    width: 49.82%;
    margin-left: 12%;
  }
  .about__cap p {
    font-size: 16px;
    line-height: 2.125;
    margin-bottom: 60px;
  }
  /* .section__about picture {
    position: absolute;
    width: 870px;
    border-radius: 30px;
    bottom: 100px;
    left: 45.1%;
  } */

}



/* link */
.section__link {
  position: relative;
}
.section__link picture {
  display: block;
  overflow: hidden;
  width: 100%;
}
.section__link button {
  background: none;
}

@media(max-width:768px) {

  /* .section__link {
    margin-bottom: 114px;
    padding: 94px 0 0;
  } */
  .section__link .head__wrap {
    margin-bottom: 50px;
  }
  .link__list .link__list__item {
    margin-bottom: 10%;
  }
  .section__link picture {
    margin-bottom: 5%;
  }
  .link__list__item p {
    font-size: 1.4rem;
    line-height: 1.4;
    margin-bottom: 5%;
  }
  .more__btn__wrap span:after {
    width: 2em;
  }

}

@media(min-width:769px) {

  .section__link {
    margin-bottom: 114px;
    padding: 94px 0 0;
  }
  .section__link .head__wrap {
    margin-bottom: 50px;
  }
  .link__list {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .link__list .link__list__item {
    width: 22.27%;
  }
  .link__list__item:not(:nth-child(4n)) {
    margin-right: 3.68%;
  }
  .section__link picture {
    margin-bottom: 8px;
  }
  .link__list__item p {
    font-size: 16px;
    line-height: 2.125;
    margin-bottom: 20px;
  }
  .more__btn__wrap span:after {
    width: 2.5em;
  }
  .link__list__item a:hover .more__btn__wrap span:after {
    transform: translateX(.2em);
  }

}
