/*============================
    firstview
============================*/
.main {
  position: relative;
}

.top-mv {
  width: 100%;
  height: 900px;
  position: relative;
  z-index: 10;
}

.slider__mv {
  width: 100%;
  height: inherit;
  margin: 0 0 0 auto;
}

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

.top-mv .main__copy {
  max-width: 625px;
  width: 45%;
  position: absolute;
  top: 60%;
  left: 10%;
}

.top-mv .main__copy_2 {
  top: 57% !important;
   left: initial !important;
  right: 5% !important;
}

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

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

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

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

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

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

  .top-mv .main__copy {
    width: 70%;
    top: 70%;
  }
}



.home .inner {
  padding: 130px 0;
}

@media screen and (max-width: 1280px) {
  .home .inner {
    padding: 130px 30px 130px 0;
  }
}

@media screen and (max-width: 1024px) {
  .home .inner {
    padding: 100px 0;
  }
}

@media screen and (max-width: 768px) {
  .home .inner {
    padding: 70px 0;
  }
}


/*============================
    concept
============================*/
.top-concept .title_cmn .font-en::before {
  content: "";
  display: block;
  width: 70px;
  height: 1px;
  background: #282724;
  position: absolute;
  top: 50%;
  left: -90px;
  transform: translateY(-50%);
}

.copy {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.7;
}

.home .flexbox .textarea {
  width: 50%;
}

.top-concept .flexbox .flexbox__img {
  flex: 1;
  margin-right: calc(50% - 50vw);
  margin-left: 6%;
}

.top-concept::before {
  content: "";
  background-color: #f8f6f0;
  width: 80%;
  max-width: 1140px;
  height: 60%;
  max-height: 620px;
  position: absolute;
  top: 6%;
  right: 0;
  z-index: -1;
}

.top-concept .btn_cmn:last-of-type {
  margin-top: 20px;
}

@media screen and (max-width: 1280px) {
  .top-concept .title_cmn {
    padding-left: 60px;
  }

  .top-concept .title_cmn .font-en::before {
    width: 45px;
    left: -60px;
  }

  .home .flexbox .textarea {
    width: 47%;
  }

  .copy {
    font-size: 26px;
  }
}

@media screen and (max-width: 1024px) {
  .copy {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .top-concept::before {
    width: 85%;
    height: 70%;
    top: 3%;
  }

  .home .flexbox {
    flex-direction: column;
  }

  .home .flexbox .textarea {
    width: 100%;
    margin-bottom: 40px;
  }

  .copy {
    font-size: 20px;
  }

  .top-concept .flexbox .flexbox__img {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}


/*============================
    menu
============================*/
.top-menu .illust {
  max-width: 115px;
  width: 13%;
  position: absolute;
  right: 5%;
  top: 4%;
}

.top-menu .title_cmn .font-en::before {
  content: "";
  display: block;
  width: 70px;
  height: 1px;
  background: #282724;
  position: absolute;
  top: 50%;
  left: -90px;
  transform: translateY(-50%);
}

.top-menu .flexbox .flexbox__img {
  padding-top: 170px;
  flex: 1;
  margin-left: calc(50% - 50vw);
  margin-right: 6%;
}

@media screen and (max-width:1280px) {
  .top-menu .title_cmn .font-en::before {
    width: 45px;
    left: -60px;
  }
}

@media screen and (max-width: 1024px) {
  .top-menu .flexbox .flexbox__img {
    padding-top: 140px;
  }
}

@media screen and (max-width: 768px) {
  .top-menu .title_cmn {
    padding-left: 60px;
  }

  .top-menu .flexbox .flexbox__img {
    padding-top: 0;
    margin: 0;
  }
}



/*============================
  gallery
============================*/
.top-gallery {
  padding: 100px 0 120px;
}

.top-gallery .galley__title {
  width: 520px;
  max-width: 30%;
}

.slider__gallery .slick-slide {
  margin-right: 30px;
}

.top-gallery .slider__img img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

/* 矢印の調整 */
.top-gallery .slick-track {
  position: relative;
}

.slide-arrow {
  cursor: pointer;
  margin: auto;
  position: absolute;
  top: -30px;
  right: 5%;
}

.prev-arrow {
  width: 60px;
  top: -70px;
  right: 150px;
}

.next-arrow {
  width: 60px;
  top: -70px;
  right: 80px;
}

@media screen and (max-width: 1024px) {
  .top-gallery {
    padding: 100px 0 100px;
  }

  .prev-arrow {
    width: 40px;
    top: -30px;
    right: 65px;
  }

  .next-arrow {
    width: 40px;
    top: -30px;
    right: 15px;
  }
}

@media screen and (max-width: 768px) {
  .top-gallery {
    padding: 70px 0;
  }

  .top-gallery .galley__title {
    width: 40%;
    max-width: none;
  }

  .slider__gallery .slick-slide {
    margin-right: 10px;
  }
}

@media screen and (max-width: 599px) {
  .top-gallery .galley__title {
    width: 50%;
  }
}



/*============================
    access
============================*/

.top-access .textarea {
  position: relative;
}

.top-access .illust {
  max-width: 118px;
  width: 22%;
  position: absolute;
  right: 5%;
  top: -5%;
}

.access__dt {
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.access__dd {
  padding-left: 1em;
  margin-bottom: 30px;
}

.home .flexbox.access_flex {
  align-items: center;
}

.home .flexbox.access_flex .textarea {
  width: 40%;
}

.top-access .access__img {
  width: 58%;
}

@media screen and (max-width: 1024px) {
  .access__dt {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .access__dd {
    margin-bottom: 20px;
  }
}

@media screen and (max-width:768px) {  
  .access__dt {
    font-weight: bold;
}
  .top-access .access__img {
    width: 100%;
    margin: 0 0 0 auto;
  }

  .home .flexbox.access_flex .textarea {
    width: 100%;
  }
}



/*============================
    recruit
============================*/
.top-recruit .textarea {
  padding: 50px 20px;
  background: rgba(255, 255, 255, 0.7);
}

.top-recruit .btn_cmn {
  margin-inline: auto;
}

@media screen and (max-width:768px) {
  .top-recruit .textarea {
    padding: 35px 20px;
  }
}



/*============================
    news
============================*/
.top-news .btn_cmn {
  position: absolute;
  top: 120px;
  right: 0;
}

@media screen and (max-width: 1280px) {
  .top-news .btn_cmn {
    right: 5%;
  }
}

@media screen and (max-width: 1024px) {
  .top-news .btn_cmn {
    top: 100px;
    right: 0;
  }
}

@media screen and (max-width: 768px) {
  .top-news .btn_cmn {
    position: initial;
    margin-top: 30px;
  }
}

.btn_cmn_2 {
  margin-top:20px;
}