/*============================
    firstview
============================*/
.main {
  position: relative;
  width: 96%;
  margin-left: auto;
}

.top-mv {
  width: 100%;
  height: 790px;
  position: relative;
}

.mv__txt {
  font-size: 31px;
  line-height: 2;
  font-weight: 700;
  letter-spacing: .06em;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}

.slider__mv,
.slider__mv .slick-list {
  width: 100%;
  height: inherit;
  max-height: 790px;
}

.slider__img img {
  width: 65%;
  max-width: 1130px;
  height: inherit;
  object-fit: cover;
}

/* slider 高さ調整 */
.slider__mv .slick-list {
  height: inherit;
}

.slider__mv .slick-track {
  height: inherit;
}

.mv__scroll {
  width: 2%;
  position: absolute;
  left: -2.5%;
  top: 50%;
}

@media screen and (max-width: 1280px) {
  .top-mv {
    height: 650px;
  }

  .mv__txt {
    font-size: 28px;
  }

  .mv__scroll {
    width: auto;
    left: auto;
    right: 5%;
    top: auto;
    bottom: 0;
  }
}

@media screen and (max-width: 1180px) {}

@media screen and (max-width: 768px) {
  .top-mv {
    height: 400px;
  }

  .mv__txt {
    font-size: 18px;
    right: 0;
    top: 80%;
    text-shadow: 1px 0px 5px rgba(255, 255, 255, 0.58);
  }

  .slider__img img {
    width: 100%;
    /* object-position: 10% center; */
  }

  .main {
    margin-right: auto;
  }

  .mv__scroll {
    display: none;
  }

}

@media screen and (max-width: 414px) {
  .top-mv {
    height: 480px;
  }

}


/*============================
    top-concept
============================*/

.top-concept {
  padding: 240px 0 0;
  position: relative;
  background-size: contain;
  margin-bottom: 140px;
}

.concept__inner {
  max-width: 1525px;
  width: 96%;
  margin-right: auto;
}

.concept__img {
  width: 45%;
  max-width: 700px;
  position: relative;
  z-index: -1;
}

.concept__txt {
  width: 48%;
  margin-top: 80px;
}

.top-concept .section__title {
  font-size: 39px;
  font-weight: bold;
  margin-left: -150px;
}

.top-concept .section__title strong {
  font-size: 46px;
}

.top-concept .title__bg {
  font-size: 10vw;
  position: absolute;
  color: #e0e1e1;
  font-weight: 100;
  bottom: 5%;
  right: 3%;
  line-height: 1;
  z-index: -1;
}

@media screen and (max-width: 1080px) {
  .top-concept {
    padding: 150px 0 0;
    margin-bottom: 100px;
  }

  .top-concept .section__title {
    font-size: 26px;
    margin-left: -100px;
  }

  .top-concept .section__title strong {
    font-size: 36px;
  }
}

@media screen and (max-width: 768px) {
  .top-concept {
    padding: 90px 0 0;
    margin-bottom: 100px;
  }

  .concept__inner {
    width: 100%;
  }

  .concept__img {
    width: 100%;
  }

  .concept__txt {
    width: 96%;
    margin: 0 auto 50px;
  }

  .top-concept .section__title {
    font-size: 22px;
    margin-left: 0;
  }

  .top-concept .section__title strong {
    font-size: 26px;
  }

  .top-concept .title__bg {
    top: 50px;
    bottom: auto;
  }
}


/*============================
    top-menu
============================*/

.top-menu {
  padding: 80px 0 240px;
  position: relative;
}

.top-menu::before {
  content: "";
  position: absolute;
  width: 41%;
  max-width: 630px;
  height: 28%;
  max-height: 450px;
  background: url(../images/menu_bg.png) no-repeat;
  background-size: contain;
  top: 0;
  right: 5%;
  z-index: -1;
}

.menu__items {
  row-gap: 30px;
}

.menu__item {
  position: relative;
  width: 48.3%;
  max-width: 580px;
}

.menu__item:first-of-type {
  width: 100%;
  max-width: 1200px;
}

.menu__txt {
  position: absolute;
  font-size: 40px;
  letter-spacing: .1em;
  color: #fff;
  bottom: 40px;
  left: 50px;
}

.menu__txt p {
  font-size: 14px;
}

@media screen and (max-width: 1080px) {
  .top-menu {
    padding: 80px 0 100px;
    position: relative;
  }

  .menu__txt {
    font-size: 30px;
    bottom: 30px;
    left: 30px;
  }
}

@media screen and (max-width: 768px) {
  .menu__txt {
    bottom: 20px;
    left: 40px;
    text-align: left;
  }

  .menu__items {
    row-gap: 20px;
  }

  .menu__item {
    width: 100%;
    max-width: none;
    text-align: center;
  }

  .menu__item .sp {
    margin: 0 auto;
  }

  .menu__item:first-of-type {
    width: 100%;
    max-width: none;
  }
}


/*============================
    top-recruit
============================*/

.top-recruit {
  padding-top: 110px;
  position: relative;
  margin-bottom: 240px;
}

.top-recruit::before {
  content: "";
  width: 58%;
  max-width: 1130px;
  height: 92%;
  max-height: 1200px;
  position: absolute;
  top: 0;
  left: 5%;
  background: url(../images/recruit_bg.png) no-repeat;
  z-index: -2;
}

.top-recruit .title__bg {
  font-size: 10vw;
  position: absolute;
  color: #e0e1e1;
  font-weight: 100;
  top: -70px;
  left: 10%;
  line-height: 1;
}

.top-recruit .section__title02 {
  text-align: right;
}

.recruit__txt {
  margin-top: 80px;
}

.recruit__img {
  margin-left: 55px;
  position: relative;
}

.recruit__img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  top: -10px;
  left: -10px;
  z-index: -1;
}

.recruit__item:nth-of-type(2) {
  width: fit-content;
  margin: 0 auto 80px 150px;
}

@media screen and (max-width: 1080px) {
  .top-recruit {
    padding-top: 80px;
    margin-bottom: 140px;
  }

  .top-recruit .title__bg {
    font-size: 10vw;
    position: absolute;
    color: #e0e1e1;
    font-weight: 100;
    top: -30px;
    left: 10%;
    line-height: 1;
  }

  .recruit__item:nth-of-type(2) {
    margin: 0 auto 80px;
  }

  .recruit__item {
    flex-direction: column;
    width: fit-content;
    margin-right: auto;
    margin-left: auto;
  }

  .recruit__txt {
    margin-top: 30px;
  }

  .top-recruit .section__title02 {
    text-align: center;
  }

  .recruit__img {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .top-recruit {
    margin-bottom: 80px;
  }

  .top-recruit::before {
    width: 65%;
    left: 0;
  }

  .recruit__item:nth-of-type(2) {
    margin-bottom: 40px;
  }
}

/*============================
    top-school
============================*/

.top-school {
  padding: 140px 0 280px;
  position: relative;
}

.top-school .title__bg {
  font-size: 12vw;
  position: absolute;
  color: #e0e1e1;
  font-weight: 100;
  top: 0;
  left: 0;
  line-height: 1;
  z-index: -1;
}

.top-school .section__title03 {
  margin-bottom: 150px;
}

.top-school .sub__title {
  font-size: 37px;
  font-weight: bold;
}

.top-school .sub__title strong {
  font-size: 42px;
}

.school__text {
  width: 50%;
}

.school__ul {
  width: fit-content;
  margin: 0 auto;
}

.school__ul .li {
  font-weight: bold;
  font-size: 19px;
  letter-spacing: .025em;
  padding-left: 45px;
  vertical-align: middle;
  background: url(../images/icon_check.png) no-repeat left center;
}

.school__ul .li:not(:last-of-type) {
  margin-bottom: 1.5rem;
}

.school__item {
  width: calc(100% / 3);
  position: relative;
}

.school__item .section__title02 {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}

.school__item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1280px) {
  .top-school .sub__title {
    font-size: 27px;
    font-weight: bold;
  }

  .top-school .sub__title strong {
    font-size: 32px;
    display: block;
  }

  .school__ul .li {
    font-size: 16px;
    padding-left: 35px;
  }
}

@media screen and (max-width: 1080px) {
  .top-school {
    padding: 100px 0 180px;
    position: relative;
  }

  .top-school {
    padding-top: 80px;
    position: relative;
  }

  .top-school .sub__title strong {
    display: inline-block;
  }

  .top-school .section__title03 {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 880px) {
  .school__text {
    width: 100%;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  .top-school {
    padding: 30px 0 80px;
    position: relative;
  }

  .top-school .section__title03 {
    margin-bottom: 30px;
  }

  .top-school .sub__title {
    font-size: 19px;
  }

  .top-school .sub__title strong {
    font-size: 22px;
  }

  .school__ul .li {
    font-size: 14px;
  }

  .school__item {
    width: 50%;
  }
}

/*============================
    top-shop
============================*/

.top-shop .inner {
  max-width: 1080px;
}

.shop__items {
  margin-bottom: 200px;
}

.shop__item {
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.16);
  width: 46%;
  max-width: 476px;
}

.shop__name {
  font-size: 30px;
  font-weight: 600;
}

.shop__name strong {
  font-size: 25px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.shop__txt {
  line-height: 2;
  font-size: 15px;
  padding: 35px 20px 40px;
}

.shop__btn a {
  display: inline-block;
  margin: 0 auto;
  font-weight: bold;
  padding-left: 35px;
  background: url(../images/icon_hb.png) no-repeat left center;
  vertical-align: middle;
}

.top-shop .btn01 {
  margin-right: 70px;
}

@media screen and (max-width: 1080px) {

  .shop__items {
    margin-bottom: 150px;
  }

  .shop__name {
    font-size: 25px;
  }

  .shop__name strong {
    font-size: 20px;
  }

  .top-shop .btn01 {
    margin-right: 30px;
  }
}

@media screen and (max-width: 880px) {
  .top-shop .title__flex {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .top-shop .section__title {
    margin-bottom: 20px;
  }

  .top-shop .btn01 {
    margin: 0 30px;
  }


}

@media screen and (max-width: 768px) {
  .shop__items {
    margin-bottom: 80px;
  }

  .shop__item {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .shop__item:first-of-type {
    margin-bottom: 50px;
  }

  .shop__name {
    font-size: 22px;
  }

  .shop__name strong {
    font-size: 18px;
  }

  .shop__txt {
    font-size: 14px;
  }
}


@media screen and (max-width: 414px) {

  .btnwrap {
    flex-direction: column;
  }

  .top-shop .btn01 {
    margin: 0 auto 10px;
  }
}