@charset "UTF-8";
/*---------------------------------
  Keyvisual
---------------------------------*/
.keyvisual {
  position: relative;
}
.keyvisual .swiper-slide {
  padding-top: 100px;
}
.keyvisual .swiper-slide img {
  width: 100%;
}
.keyvisual--text {
  position: absolute;
  top: 60px;
  left: 20%;
  z-index: 99999;
}
.keyvisual .swiper-pagination {
  display: inline-block;
  text-align: right;
  bottom: 15px !important;
  padding-right: 45px;
}
.keyvisual .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 7px !important;
  background: #ffffff;
  opacity: 1;
}
.keyvisual .swiper-pagination-bullet-active {
  background: #276826;
}

@media screen and (max-width: 768px) {
  .keyvisual {
    margin: 30px 0 0;
    position: relative;
    z-index: 2;
  }
  .keyvisual .swiper-slide {
    padding-top: 60px;
  }
  .keyvisual--text {
    width: 35vw;
    position: absolute;
    top: 40%;
    left: 10%;
    transform: translateY(-50%);
    z-index: 99999;
  }
  .keyvisual .swiper-pagination {
    padding-right: 20px;
  }
}
/*---------------------------------
  Concept
---------------------------------*/
.concept {
  padding: 50px;
  position: relative;
  overflow: hidden;
}
.concept--wrap {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-direction: column;
  height: 450px;
  background: url(/wp-content/themes/sunmeat/images/top/bg_concept.png) repeat center center;
}
.concept--title {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: bold;
  font-size: 6rem;
  text-align: center;
  position: relative;
}
.concept--title span {
  line-height: 1;
  position: relative;
  z-index: 2;
}
.concept--bg {
  letter-spacing: 15px;
  font-family: "Barlow Semi Condensed", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16.5rem;
  color: #ffffff;
  opacity: 0.6;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.concept--desc {
  margin: 25px 0 0;
  line-height: 2;
  text-align: center;
}
.concept--btn {
  margin: 40px 0 0;
  position: relative;
  z-index: 3;
}
.concept--btn a {
  background: #000000;
  border-color: #000000;
}
.concept--image {
  position: absolute;
}
.concept--image:nth-of-type(2) {
  bottom: -70px;
  left: -30px;
}
.concept--image:nth-of-type(3) {
  top: -150px;
  right: -30px;
}

@media screen and (max-width: 768px) {
  .concept {
    padding: 40px 10px;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  .concept--wrap {
    height: 310px;
    overflow: hidden;
    position: relative;
  }
  .concept--title {
    letter-spacing: 2px;
    font-size: 2.4rem;
    position: static;
  }
  .concept--bg {
    line-height: 1.3;
    font-size: 11.5rem;
    top: 50%;
  }
  .concept--desc {
    position: relative;
    z-index: 2;
  }
  .concept--btn {
    margin: 20px 0 0;
    z-index: 2;
  }
  .concept--btn a {
    min-width: 100px;
    height: 35px;
    line-height: 35px;
    font-size: 1.4rem;
  }
  .concept--btn a::after {
    right: 12px;
  }
  .concept--image {
    width: 40vw;
    z-index: 2;
  }
  .concept--image:nth-of-type(2) {
    left: 0;
    bottom: -20px;
  }
  .concept--image:nth-of-type(3) {
    top: -65px;
    right: 0px;
  }
}
/*---------------------------------
  links
---------------------------------*/
.links--wrap {
  display: flex;
  justify-content: space-between;
}
.links--unit {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-direction: column;
  width: 50%;
  height: 295px;
  position: relative;
}
.links--unit:hover .links--image img {
  width: 110%;
}
.links--unit:hover .links--btn a {
  background: #bc3f39;
  border-color: #bc3f39;
  color: #ffffff;
}
.links--unit:hover .links--btn a::after {
  border-color: transparent transparent transparent #fff;
}
.links--title {
  line-height: 1.2;
  letter-spacing: 2px;
  font-family: "Barlow Semi Condensed", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  font-size: 3.5rem;
  color: #ffffff;
  position: relative;
  z-index: 2;
}
.links--subTitle {
  letter-spacing: 1px;
  text-align: center;
  font-family: "Barlow Semi Condensed", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  color: #ffffff;
  position: relative;
  z-index: 2;
}
.links--image {
  width: 100%;
  height: 295px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.links--image img {
  max-width: none;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}
.links--btn {
  margin: 20px 0 0;
}
.links--btn a {
  min-width: 140px;
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
  background: #ffffff;
  border-color: #ffffff;
  font-size: 1.2rem;
  color: #276826;
}
.links--btn a::after {
  border-width: 4.5px 0 4.5px 7px;
  border-color: transparent transparent transparent #276826;
}

@media screen and (max-width: 768px) {
  .links--wrap {
    flex-direction: column;
  }
  .links--unit {
    width: 100%;
    height: 200px;
  }
  .links--image {
    height: 200px;
  }
  .links--image img {
    width: auto;
    height: 100%;
  }
}
/*---------------------------------
  lineup
---------------------------------*/
.lineup {
  padding: 80px 0;
}
.lineup--list {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.lineup--unit {
  margin: 25px 30px;
}
.lineup--unit a {
  display: block;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s ease;
}
.lineup--unit a:hover .lineup--title,
.lineup--unit a:hover .lineup--subTitle {
  color: #bc3f39;
}
.lineup--title {
  margin: 10px 0 0;
  font-weight: bold;
  font-size: 2rem;
}
.lineup--subTitle {
  font-family: "Barlow Semi Condensed", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  color: #276826;
}

@media screen and (max-width: 768px) {
  .lineup--list {
    flex-direction: column;
  }
  .lineup--unit {
    width: 50%;
    margin: 0;
    margin-top: -70px;
    margin-right: auto;
  }
  .lineup--unit:nth-of-type(1) {
    margin-top: 20px;
  }
  .lineup--unit:nth-of-type(2) {
    margin-left: auto;
    margin-right: 0;
  }
  .lineup--unit:nth-of-type(3) {
    margin-top: -120px;
  }
}
/*---------------------------------
  news
---------------------------------*/
.news {
  padding: 60px 0;
  background: url(/wp-content/themes/sunmeat/images/top/bg_concept.png) repeat center center;
}
.news--wrap {
  display: flex;
  justify-content: flex-end;
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.news--image {
  width: 530px;
  position: absolute;
  top: 0;
  left: 0;
}
.news--image img {
  max-width: none;
  width: 530px;
}
.news--body {
  width: 700px;
  margin: 0 0 80px;
  padding: 30px 40px 50px 40px;
  background: #ffffff;
  position: relative;
  top: 90px;
}
.news--heading {
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  padding-left: 60px;
  letter-spacing: 2px;
  font-family: "Barlow Semi Condensed", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 4rem;
  position: relative;
}
.news--heading span {
  display: inline-block;
  margin-left: 20px;
  font-size: 2rem;
}
.news--heading::before {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: #000000;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.news--item {
  position: relative;
}
.news--item a {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  padding: 8px 0;
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease;
}
.news--item a:hover {
  color: #bc3f39;
}
.news--item a:hover .news--date {
  color: #bc3f39;
}
.news--item a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 7px;
  border-color: transparent transparent transparent #000;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
.news--date {
  font-size: 1.4rem;
  color: #999999;
}
.news--category {
  display: inline-block;
  margin: 0 7px;
  font-size: 1.4rem;
  white-space: nowrap;
}
.news--category::before {
  content: "[ ";
}
.news--category::after {
  content: " ]";
}
.news--btn {
  position: absolute;
  bottom: -25px;
  right: 40px;
}
.news--btn a {
  background: #512700;
  border-color: #512700;
}

@media screen and (max-width: 768px) {
  .news {
    padding: 0 0 40px;
  }
  .news--wrap {
    width: 100%;
    flex-direction: column;
    padding: 0 10px;
  }
  .news--image {
    width: 73%;
    order: 2;
    position: relative;
    top: auto;
    left: -10px;
  }
  .news--image img {
    width: 100%;
  }
  .news--body {
    width: 100%;
    padding: 30px 15px 40px 15px;
    order: 1;
  }
  .news--item a {
    display: block;
    padding: 8px 10px 8px 0;
  }
  .news--title {
    display: block;
    width: 100%;
    line-height: 1.4;
  }
  .news--btn {
    bottom: -20px;
    right: 10px;
  }
  .news--btn a {
    min-width: 100px;
    height: 40px;
    line-height: 40px;
    border-color: #000;
    background: #000000;
    font-size: 1.4rem;
  }
  .news--btn a::after {
    right: 13px;
  }
}
/*---------------------------------
  recruit
---------------------------------*/
.recruit {
  height: 250px;
  overflow: hidden;
  position: relative;
}
.recruit--link {
  height: 100%;
}
.recruit--link a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.recruit--link a:hover .recruit--image img {
  opacity: 0.5;
}
.recruit--link a:hover .recruit--heading {
  color: #bc3f39;
}
.recruit--link a:hover .recruit--arrow {
  background: #bc3f39;
}
.recruit--link a:hover .recruit--arrow::after {
  border-color: transparent transparent transparent #fff;
}
.recruit--heading {
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  width: 1200px;
  margin: 0 auto;
  letter-spacing: 3px;
  font-family: "Barlow Semi Condensed", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 4rem;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  transition: all 0.3s ease;
}
.recruit--heading span {
  display: inline-block;
  margin-left: 20px;
  font-size: 1.6rem;
}
.recruit--arrow {
  display: block;
  width: 30px;
  height: 30px;
  margin-left: 40px !important;
  background: #ffffff;
  border-radius: 15px;
  position: relative;
  transition: all 0.3s ease;
}
.recruit--arrow::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 7px;
  border-color: transparent transparent transparent #276826;
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}
.recruit--image {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.recruit--image img {
  max-width: none;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}

@media screen and (max-width: 768px) {
  .recruit {
    height: auto;
  }
  .recruit--image img {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }
  .recruit--heading {
    display: inline-block;
    width: auto;
    line-height: 1.2;
    font-size: 2.2rem;
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
  }
  .recruit--heading span {
    display: block;
    margin: 0;
    font-size: 1rem;
  }
  .recruit--arrow {
    width: 22px;
    height: 22px;
    border-radius: 11px;
    margin: 0;
    position: absolute;
    top: 50%;
    right: -30px;
    transform: translateY(-50%);
  }
}