@charset "UTF-8";
#home .content-container {
  padding: 0;
}

body#home,
body#home html {
  background-image: none !important;
}

.top-slider-message {
  position: absolute;
  font-size: 36px;
  top: 50%;
  transform: translateY(-50%);
  left: 100px;
  font-size: 36px;
  color: #ffffff;
  z-index: 100;
  text-shadow: 0px 0px 10px #149fe8, 0px 0px 60px #149fe8, 0px 0px 100px #149fe8;
  line-height: 1.6em;
}
@media screen and (max-width: 599px) {
  .top-slider-message {
    top: 60px;
    transform: translateY(0);
    left: 30px;
    font-size: 19px;
  }
}

/*****************スライダー******************/
.top-main {
  padding: 80px 60px 60px 60px;
  background-image: url(../image/home/bg_main.jpg);
  background-position: center center;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 599px) {
  .top-main {
    padding: 80px 30px 30px 30px;
    background-image: url(../image/home/bg_main_sp.jpg);
  }
}

.top-slider-wrapper {
  position: relative;
  width: 1320px;
  height: 656px;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .top-slider-wrapper {
    width: 100%;
    height: auto;
  }
}

.top-slider {
  position: relative;
  width: 1320px;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .top-slider {
    width: 100%;
    padding: 0;
  }
}

.top-slider .slick-slide {
  opacity: 0;
  transition: opacity 0.6s ease;
}

.top-slider .slick-active {
  opacity: 1;
}

.slider-count {
  font-size: 12px;
  position: absolute;
  top: 10px;
  left: -42px;
  font-size: 14px;
  color: #9a0132;
  z-index: 10;
  width: 40px;
  height: 60px;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
@media screen and (max-width: 599px) {
  .slider-count {
    left: -28px;
  }
}
.slider-count .current {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  top: -10px;
  left: 0px;
}
.slider-count .total {
  position: relative;
  top: 8px;
  right: 3px;
  font-weight: normal;
}

.slider-dots {
  position: absolute;
  display: flex;
  gap: 10px;
  flex-direction: column;
  top: 60px;
  left: -30px;
}
@media screen and (max-width: 599px) {
  .slider-dots {
    left: -17px;
  }
}

.slider-dots .dot {
  display: inline-block;
  width: 2px;
  height: 30px;
  background: #ffffff;
}

.slider-dots .dot.active {
  background: #9a0132;
  width: 3px;
  height: 60px;
}

.slick-slide img {
  width: 100%;
}

.top-newsrss {
  position: absolute;
  right: 0px;
  bottom: 30px;
  margin-top: 30px;
  background-color: #ffffff;
  line-height: 60px;
  padding-left: 2.7%;
  padding-right: 60px;
  z-index: 10;
  border-radius: 30px 0px 0px 30px;
}
@media screen and (max-width: 599px) {
  .top-newsrss {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 1.4em;
    height: auto;
    bottom: 60px;
  }
}
.top-newsrss strong {
  color: #9a0132;
}
@media screen and (max-width: 599px) {
  .top-newsrss strong {
    padding-right: 10px;
  }
}
.top-newsrss span {
  color: #b9b9b9;
}
@media screen and (max-width: 599px) {
  .top-newsrss span {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .top-newsrss__ttl {
    display: block;
  }
}

/*****************梅居ニュース******************/
.top-picbn {
  width: 1120px;
  margin: 0 auto;
  padding: 60px 0px 0px 0px;
}
@media screen and (max-width: 599px) {
  .top-picbn {
    width: 100%;
    padding: 40px 0px 0px 0px;
  }
}

.wrapper {
  padding-bottom: 60px;
}
@media screen and (max-width: 599px) {
  .wrapper {
    padding-bottom: 0px;
  }
}

.top-umeinews {
  width: 100%;
  background-image: url(../image/home/bg_umeinews.jpg);
  background-position: center -80px;
  background-size: auto;
  background-repeat: no-repeat;
}
@media screen and (max-width: 599px) {
  .top-umeinews {
    background-size: 160%;
    background-position: center -120px;
    background-image: url(../image/home/bg_umeinews_sp.jpg);
  }
}
.top-umeinews .top-h2-2column {
  padding-top: 60px;
}
.top-umeinews .btn-center {
  width: 260px;
}
.top-umeinews .btn-black {
  width: 260px;
}

/***記事一覧***/
.umeinews-con {
  display: flex;
  gap: 60px;
  padding-top: 30px;
}
@media screen and (max-width: 599px) {
  .umeinews-con {
    flex-direction: column;
    gap: 0;
  }
}
.umeinews-con__left {
  width: 510px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .umeinews-con__left {
    width: 100%;
  }
}
.umeinews-con__left .topics-icon {
  display: block;
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 40px;
  color: #ffffff;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  background-color: #9a0132;
  top: 10px;
  left: 10px;
  z-index: 100;
  text-align: center;
  line-height: 80px;
  transform: rotate(-25deg);
}
@media screen and (max-width: 599px) {
  .umeinews-con__left .topics-icon {
    width: 55px;
    height: 55px;
    line-height: 55px;
    font-size: 16px;
  }
}
.umeinews-con__right {
  width: 550px;
}
@media screen and (max-width: 599px) {
  .umeinews-con__right {
    width: 100%;
    padding-bottom: 40px;
  }
}

.slider-postlist {
  width: 270px;
  margin: 0 auto;
}

.postlist {
  position: relative;
  height: 618px;
  margin-bottom: 50px;
}
@media screen and (max-width: 599px) {
  .postlist {
    height: auto;
  }
}
.postlist__item {
  padding: 26px 20px 26px 20px;
  border-radius: 20px;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.6em;
  position: absolute;
  width: 260px;
  height: 234px;
}
@media screen and (max-width: 599px) {
  .postlist__item {
    position: relative;
    top: 0;
    left: 0;
    height: 240px;
    margin-bottom: 20px;
  }
}
.postlist__item .new-icon {
  display: block;
  position: absolute;
  width: 46px;
  height: 46px;
  border-radius: 23px;
  color: #ffffff;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  background-color: #9a0132;
  top: 110px;
  left: 10px;
  z-index: 100;
  text-align: center;
  line-height: 46px;
  transform: rotate(-25deg);
}
.postlist__item figure {
  background-color: #ffffff;
  aspect-ratio: 220/120;
  overflow: hidden;
  margin-bottom: 10px;
}
.postlist__item:nth-child(4n+1) {
  background-color: #fd8747;
  top: 60px;
  left: 0px;
}
@media screen and (max-width: 599px) {
  .postlist__item:nth-child(4n+1) {
    position: relative;
    top: 0;
    left: 0;
    height: 240px;
  }
}
.postlist__item:nth-child(4n+2) {
  background-color: #e86fa1;
  top: 120px;
  right: 0px;
}
@media screen and (max-width: 599px) {
  .postlist__item:nth-child(4n+2) {
    position: relative;
    top: 0;
    left: 0;
    height: 240px;
  }
}
.postlist__item:nth-child(4n+3) {
  background-color: #6ad21b;
  top: 314px;
  left: 0px;
}
@media screen and (max-width: 599px) {
  .postlist__item:nth-child(4n+3) {
    position: relative;
    top: 0;
    left: 0;
    height: 240px;
  }
}
.postlist__item:nth-child(4n+4) {
  background-color: #ffb200;
  top: 374px;
  right: 0px;
}
@media screen and (max-width: 599px) {
  .postlist__item:nth-child(4n+4) {
    position: relative;
    top: 0;
    left: 0;
    height: 240px;
  }
}
.postlist img {
  width: 100%;
  height: auto;
}

.postlist-data {
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #ffffff;
  color: #8a8a8a;
  border-radius: 20px 0px 20px 0px;
  text-align: center;
  padding: 10px;
  line-height: 1em;
  font-size: 16px;
}
.postlist-data span {
  display: block;
  text-align: center;
}
.postlist-data::before {
  position: absolute;
  top: 0px;
  right: -15px;
  content: "";
  width: 15px;
  height: 15px;
  background: url(../image/umeinews/data-corner.svg) no-repeat;
  background-size: contain;
}
.postlist-data::after {
  position: absolute;
  bottom: -15px;
  left: 0px;
  content: "";
  width: 15px;
  height: 15px;
  background: url(../image/umeinews/data-corner.svg) no-repeat;
  background-size: contain;
}

.go-detail {
  position: absolute;
  bottom: 20px;
  right: 20px;
  text-align: right;
  padding-right: 30px;
}
.go-detail::after {
  content: "";
  position: absolute;
  top: 5px;
  right: 0px;
  width: 20px;
  height: 15px;
  background-image: url("../image/common/ico_right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/***スライダー***/
#slider {
  width: 510px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 599px) {
  #slider {
    width: 100%;
  }
}
#slider .postlist-column-3 {
  gap: 0px;
}
#slider .postlist-column-3__item {
  padding: 30px 24px 80px 24px;
  border-radius: 20px;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.6em;
  position: relative;
  background-color: #3eb6ea;
}
#slider .postlist-column-3__item a {
  display: flex;
  flex-direction: column;
  gap: 0px;
}
#slider .postlist-column-3__item figure {
  background-color: #ffffff;
  aspect-ratio: 462/252;
  overflow: hidden;
  display: block;
}
#slider .postlist-column-3__item figure img {
  width: 100%;
  height: auto;
  margin: 0px;
}
#slider .postlist-column-3__item__content {
  padding-top: 20px;
}
#slider .postlist-column-3__item .go-detail {
  bottom: 30px;
  right: 28px;
}

.topics-slider {
  position: relative;
  overflow: hidden;
  width: 510px;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .topics-slider {
    width: 100%;
  }
}

.topics-slider-wrapper {
  width: 510px;
  display: flex;
  transition: transform 0.4s ease;
  margin: 0px auto;
}
@media screen and (max-width: 599px) {
  .topics-slider-wrapper {
    width: 100%;
  }
}

.topics-slider-wrapper > li {
  flex: 0 0 100%;
}

.topics-slider-prev,
.topics-slider-next {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  background: #343434;
  border: none;
  cursor: pointer;
  z-index: 10;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  color: #ffffff;
  text-align: center;
  font-size: 34px;
  padding-bottom: 12px;
}
@media screen and (max-width: 599px) {
  .topics-slider-prev,
  .topics-slider-next {
    width: 40px;
    height: 40px;
  }
}
.topics-slider-prev img,
.topics-slider-next img {
  width: 12px;
}

.topics-slider-prev {
  left: -30px;
}
@media screen and (max-width: 599px) {
  .topics-slider-prev {
    left: -18px;
  }
}

.topics-slider-next {
  right: -30px;
}
@media screen and (max-width: 599px) {
  .topics-slider-next {
    right: -18px;
  }
}

.topics-slider-dots {
  text-align: center;
  margin-top: 10px;
}

.topics-slider-dot {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 4px;
  border-radius: 50%;
  background: #d3d3d3;
  cursor: pointer;
}

.topics-slider-dot.active {
  background: #9a0132;
}

/*****************梅居産業について******************/
.top-about {
  width: 100%;
  position: relative;
  background-image: url(../image/common/bg_content2.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 599px) {
  .top-about {
    background-image: url(../image/common/bg_content2_sp.jpg);
  }
}
.top-about::before, .top-about::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 1;
}
.top-about::before {
  top: 0;
  background: linear-gradient(to bottom, #ffffff 0%, transparent 100%);
}
.top-about::after {
  bottom: 0;
  background: linear-gradient(to top, #ffffff 0%, transparent 100%);
}
.top-about__con {
  width: 1120px;
  margin: 100px auto 0 auto;
  position: relative;
  height: 898px;
  z-index: 5;
}
@media screen and (max-width: 599px) {
  .top-about__con {
    width: 100%;
  }
}
.top-about__con__text {
  width: 645px;
  top: 0;
  left: 0;
  position: absolute;
}
@media screen and (max-width: 599px) {
  .top-about__con__text {
    width: 100%;
    padding: 0px 27px;
  }
}
.top-about__con__img1 {
  width: 500px;
  aspect-ratio: 500/360;
  position: absolute;
  top: 230px;
  right: -80px;
}
@media screen and (max-width: 599px) {
  .top-about__con__img1 {
    width: 242px;
    aspect-ratio: 242/175;
    top: 520px;
    right: 30px;
  }
}
.top-about__con__img1::after {
  content: "";
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 500px;
  aspect-ratio: 500/360;
  background-image: url(../image/home/about1.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  filter: blur(20px);
  z-index: -1;
}
@media screen and (max-width: 599px) {
  .top-about__con__img1::after {
    width: 100%;
  }
}
.top-about__con__img2 {
  width: 376px;
  aspect-ratio: 376/222;
  position: absolute;
  top: 540px;
  left: -80px;
}
@media screen and (max-width: 599px) {
  .top-about__con__img2 {
    width: 182px;
    aspect-ratio: 182/107;
    top: 720px;
    left: 20px;
  }
}
.top-about__con__img2::after {
  content: "";
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 376px;
  aspect-ratio: 376/222;
  background-image: url(../image/home/about2.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  filter: blur(20px);
  z-index: -1;
}
@media screen and (max-width: 599px) {
  .top-about__con__img2::after {
    width: 100%;
  }
}
.top-about__con__img3 {
  width: 578px;
  aspect-ratio: 578/258;
  position: absolute;
  top: 640px;
  left: 350px;
}
@media screen and (max-width: 599px) {
  .top-about__con__img3 {
    width: 280px;
    aspect-ratio: 280/125;
    top: 850px;
    left: 60px;
  }
}
.top-about__con__img3::after {
  content: "";
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 578px;
  aspect-ratio: 578/258;
  background-image: url(../image/home/about3.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  filter: blur(20px);
  z-index: -1;
}
@media screen and (max-width: 599px) {
  .top-about__con__img3::after {
    width: 100%;
  }
}

/*****************事業案内******************/
.top-business {
  width: 1120px;
  margin: 100px auto 0 auto;
}
@media screen and (max-width: 599px) {
  .top-business {
    width: 100%;
    padding: 0px 27px;
    margin: 60px auto 0 auto;
  }
}

.top-business-con {
  display: flex;
  gap: 120px;
}
@media screen and (max-width: 599px) {
  .top-business-con {
    flex-direction: column;
    gap: 40px;
  }
}
.top-business-con figure {
  width: 500px;
  aspect-ratio: 500/500;
  position: relative;
}
@media screen and (max-width: 599px) {
  .top-business-con figure {
    width: 100%;
    margin: 30px auto 0 auto;
  }
}
.top-business-con figure img {
  z-index: 5;
  position: relative;
}
.top-business-con figure::after {
  content: "";
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 500px;
  aspect-ratio: 500/500;
  background-image: url(../image/home/img_business.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  filter: blur(20px);
  z-index: 1;
}
@media screen and (max-width: 599px) {
  .top-business-con figure::after {
    width: 100%;
  }
}
.top-business-con__text {
  flex: 1;
}
@media screen and (min-width: 600px) {
  .top-business-con__text .btn-center {
    width: auto;
  }
}
@media screen and (max-width: 599px) {
  .top-business-con__text .btn-center {
    width: 260px;
  }
}
.top-business-con__text .btn-center .btn-black {
  margin-top: 60px;
}
@media screen and (min-width: 600px) {
  .top-business-con__text .btn-center .btn-black {
    font-size: 18px;
    line-height: 70px;
    width: 260px;
  }
}
@media screen and (min-width: 600px) {
  .top-business-con__text .btn-center .btn-black::after {
    right: 20px;
    top: 26px;
  }
}

/*****************会社案内******************/
.top-company {
  position: relative;
  width: 100%;
  background-image: url(../image/common/bg_content2.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 599px) {
  .top-company {
    background-image: url(../image/common/bg_content2_sp.jpg);
  }
}
.top-company::before, .top-company::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 1;
}
.top-company::before {
  top: 0;
  background: linear-gradient(to bottom, #ffffff 0%, transparent 100%);
}
.top-company::after {
  bottom: 0;
  background: linear-gradient(to top, #ffffff 0%, transparent 100%);
}
.top-company__con {
  width: 1120px;
  margin: 100px auto 0 auto;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 599px) {
  .top-company__con {
    width: 100%;
    padding: 0px 27px;
    margin: 0 auto;
  }
  .top-company__con .company-door__bn {
    padding: 0 !important;
  }
}

/*****************お知らせ******************/
.top-news {
  width: 1120px;
  margin: 100px auto 0 auto;
  display: flex;
  gap: 160px;
}
@media screen and (max-width: 599px) {
  .top-news {
    width: 100%;
    flex-direction: column;
    padding: 0px 27px;
    gap: 80px;
  }
}
.top-news__left {
  width: 200px;
}
.top-news__left .btn-black {
  font-size: 16px;
  line-height: 60px;
}
@media screen and (max-width: 599px) {
  .top-news__left .btn-black {
    margin-top: 40px;
    font-size: 14px;
    line-height: 40px;
  }
}
.top-news__left .btn-black::after {
  right: 20px;
  top: 22px;
}
@media screen and (max-width: 599px) {
  .top-news__left .btn-black::after {
    right: 12px;
    top: 11px;
  }
}
.top-news__right {
  flex: 1;
}
.top-news__right .archive_info__item {
  border-bottom: 1px solid #e7e7e7;
}
.top-news__right .archive_info__item a {
  display: flex;
  gap: 80px;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (max-width: 599px) {
  .top-news__right .archive_info__item a {
    flex-direction: column;
    gap: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.top-news__right .archive_info__item:first-child a {
  padding-top: 0 !important;
}
.top-news__right .archive_info__item a:hover .archive_info__title {
  text-decoration: underline;
}
.top-news__right .archive_info__date {
  font-size: 16px;
}
@media screen and (max-width: 599px) {
  .top-news__right .archive_info__date {
    padding-left: 0px;
  }
}
.top-news__right .archive_info__title {
  font-size: 18px;
}
@media screen and (max-width: 599px) {
  .top-news__right .archive_info__title {
    font-size: 16px;
  }
}

/*****************採用情報******************/
.recruit-header {
  width: 100%;
  height: 560px;
  margin: 160px auto 100px auto;
  background-image: url(../image/recruit/bg_rainbow.svg);
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 599px) {
  .recruit-header {
    height: auto;
    margin: 100px auto 60px auto;
  }
}
.recruit-header__wrapper {
  width: 1120px;
  height: 560px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 599px) {
  .recruit-header__wrapper {
    width: 100%;
    height: auto;
    padding-top: 280px;
    padding-bottom: 60px;
  }
}
.recruit-header__wrapper__ttl {
  width: 486px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 599px) {
  .recruit-header__wrapper__ttl {
    position: relative;
    width: 80%;
    margin: 0 auto;
    z-index: 5;
    transform: translateY(0);
  }
  .recruit-header__wrapper__ttl .top-h2 {
    margin-bottom: 40px;
  }
}
.recruit-header__wrapper__ttl p {
  font-size: 18px;
}
.recruit-header__wrapper__ttl .btn-black {
  margin-top: 40px;
  width: 400px;
}
@media screen and (max-width: 599px) {
  .recruit-header__wrapper__ttl .btn-black {
    width: 100%;
  }
}
.recruit-header__wrapper figure {
  width: 520px;
  aspect-ratio: 520/520;
  position: absolute;
  top: -60px;
  right: 0px;
}
@media screen and (max-width: 599px) {
  .recruit-header__wrapper figure {
    width: 80%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.recruit-header__wrapper figure img {
  z-index: 5;
  position: relative;
}
.recruit-header__wrapper figure::after {
  content: "";
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 520px;
  aspect-ratio: 520/520;
  background-image: url(../image/home/img_recruit.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  filter: blur(20px);
  z-index: 1;
}
@media screen and (max-width: 599px) {
  .recruit-header__wrapper figure::after {
    width: 100%;
  }
}

/**************梅居ニューススマホスライダー***************/
@media screen and (max-width: 599px) {
  .umeinews-slider {
    position: relative;
    width: 100%;
    margin-top: 30px;
  }
  .umeinews-slider .umeinews-slider-prev,
  .umeinews-slider .umeinews-slider-next {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    background: #343434;
    border: none;
    cursor: pointer;
    z-index: 10;
    width: 40px;
    height: 40px;
    border-radius: 25px;
    text-align: center;
    font-size: 34px;
    padding-bottom: 12px;
    color: #ffffff;
  }
  .umeinews-slider .umeinews-slider-prev img,
  .umeinews-slider .umeinews-slider-next img {
    width: 12px;
    height: auto;
    margin-top: 10px;
  }
  .umeinews-slider .umeinews-slider-prev {
    left: -18px;
  }
  .umeinews-slider .umeinews-slider-next {
    right: -18px;
  }
  .umeinews-slider .umeinews-slider-dots {
    text-align: center;
    margin-top: 10px;
  }
  .umeinews-slider .umeinews-slider-dots .topics-slider-dot {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 4px;
    border-radius: 50%;
    background: #d3d3d3;
    cursor: pointer;
  }
  .umeinews-slider .umeinews-slider-dots .topics-slider-dot.active {
    background: #9a0132;
  }
}