/* LESS Document */
header {
  position: absolute;
  top: 0;
  left: 0;
}
header .siteTitle {
  display: none;
}
header .headerNav {
  justify-content: flex-end;
}
@media screen and (max-width: 1023px) {
  header .headerNav {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  header .headerNav {
    display: none;
  }
}
header .headerNav_menu li a,
header .headerNav_menu li .noLink {
  color: #FFF;
}
header .headerNav_menu li .noLink:hover {
  color: #FFF;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	mv
+++++++++++++++++++++++++++++++++++++++++++ */
.mv {
  min-height: 1100px;
  padding: 150px 0 100px;
  background: url("../img/top/MV1.webp") no-repeat center center / cover;
}
@media screen and (max-width: 767px) {
  .mv {
    min-height: 0;
    padding: 50px 0 200px;
  }
}
.mv_inner {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .mv_inner {
    padding: 0 10px;
  }
}
.mv_inner_title {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 10px;
  justify-content: center;
  align-items: flex-end;
  margin: 0 0 70px;
}
@media screen and (max-width: 767px) {
  .mv_inner_title {
    margin: 30px 0 40px;
  }
}
.mv_inner_title img {
  flex-shrink: 0;
}
.mv_inner_title h1 {
  font-family: "Inter", sans-serif;
  font-size: 6.8rem;
  font-weight: 500;
  color: #FFF;
  line-height: 1;
  text-shadow: 0 0 10px #1E390E;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 767px) {
  .mv_inner_title h1 {
    font-size: 9.6vw;
    letter-spacing: 0.1em;
  }
}
.mv_inner_title h1 .companyType {
  font-size: 2.4rem;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .mv_inner_title h1 .companyType {
    font-size: 4.8vw;
  }
}
.mv_inner ul {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 40px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto 105px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1023px) {
  .mv_inner ul {
    max-width: 500px;
    margin-bottom: 60px;
    gap: 20px 10px;
  }
}
@media screen and (max-width: 767px) {
  .mv_inner ul {
    margin-bottom: 50px;
  }
}
.mv_inner ul li {
  width: 190px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .mv_inner ul li {
    width: 40vw;
    max-width: 190px;
  }
}
.mv_inner ul li a {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 5px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 190px;
  height: 190px;
  font-size: 2.4rem;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  line-height: 1.1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .mv_inner ul li a {
    width: 40vw;
    max-width: 190px;
    height: 40vw;
    max-height: 190px;
    font-size: 4.8vw;
  }
}
.mv_inner ul li a::before {
  content: '';
  display: block;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  backdrop-filter: blur(20px);
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  transition: transform 0.3s;
}
.mv_inner ul li a:hover::before {
  transform: scale(1.1);
}
.mv_inner ul li a:hover img {
  opacity: 1;
}
.mv_inner ul li a[data-name="粗大ごみ"] {
  color: #840000;
}
.mv_inner ul li a[data-name="窓口業務・可燃ごみ"] {
  padding-top: 10px;
  color: #0081A4;
  gap: 10px;
}
.mv_inner ul li a[data-name="食品ロス削減"] {
  padding-top: 3px;
  color: #1E7400;
}
.mv_inner ul li a[data-name="食品ロス削減"] img {
  transform: translateX(12px);
}
@media screen and (max-width: 767px) {
  .mv_inner ul li a[data-name="食品ロス削減"] img {
    transform: translateX(8%);
  }
}
.mv_inner ul li a[data-name="採用情報"] {
  padding: 10px 0 0;
  color: #0A0076;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .mv_inner ul li a img {
    max-width: 100%;
    width: 50%;
  }
}
.mv .importantInfo {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 0;
  max-width: 884px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .mv .importantInfo {
    flex-direction: column;
  }
}
.mv .importantInfo dt {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 0;
  align-items: center;
  justify-content: center;
  width: 164px;
  background: #009D78;
  color: #FFF;
  font-weight: bold;
  border-radius: 10px 0 0 10px;
}
@media screen and (max-width: 767px) {
  .mv .importantInfo dt {
    width: max-content;
    padding: 0 10px;
    border-radius: 10px 10px 0 0;
  }
}
.mv .importantInfo dd {
  flex: 1;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(20px);
  border-radius: 0 10px 10px 0;
  transition: background 0.2s;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .mv .importantInfo dd {
    border-radius: 0 10px 10px 10px;
  }
}
.mv .importantInfo dd a {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 17px;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
  padding: 12px 15px;
  color: #000;
  line-height: 1.4;
  font-weight: bold;
  transition: 0.2s;
}
.mv .importantInfo dd a:hover {
  background: #ffffff;
  color: #009D78;
}
@media screen and (max-width: 767px) {
  .mv .importantInfo dd a {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    position: relative;
    padding-right: 30px;
  }
}
.mv .importantInfo dd a::after {
  content: '\f138';
  font-family: 'Font Awesome 7 Free';
  font-weight: 900;
  color: #009D78;
}
@media screen and (max-width: 767px) {
  .mv .importantInfo dd a::after {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
  }
}
.mv .importantInfo dd a .category {
  flex-shrink: 0;
  border-radius: 50px;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	info
+++++++++++++++++++++++++++++++++++++++++++ */
.infoArea {
  min-height: 72vw;
  padding: 22vw 10px 180px;
  margin: -400px 0 0;
  background: url(../img/top/bg_info.webp) no-repeat center center / cover;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .infoArea {
    padding-top: 320px;
    padding-top: 40vw;
  }
}
@media screen and (max-width: 767px) {
  .infoArea {
    padding-top: 50vw;
  }
}
.infoArea_box {
  max-width: 1152px;
  width: 100%;
  margin: 0 auto;
  padding: 30px 30px 60px;
  background: #FFF;
  border-radius: 30px;
}
@media screen and (max-width: 1023px) {
  .infoArea_box {
    padding: 30px 10px 30px;
  }
}
.infoArea_box h2 {
  line-height: 1.2;
  margin: 0 0 40px;
  text-align: center;
  color: #009D78;
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  .infoArea_box h2 {
    margin-bottom: 20px;
    font-size: 7.2vw;
  }
}
.infoArea_box .columnBox {
  margin: 0 auto 20px;
}
@media screen and (max-width: 1023px) {
  .infoArea_box .columnBox {
    max-width: 750px;
    gap: 20px 0;
  }
}
@media screen and (max-width: 1023px) {
  .infoArea_box .columnBox::before,
  .infoArea_box .columnBox::after {
    flex-wrap: wrap;
    width: calc(100% / 2 - 5px);
  }
}
.infoArea_box .columnBox .columnItem {
  text-decoration: none;
  color: #000;
}
@media screen and (max-width: 1023px) {
  .infoArea_box .columnBox .columnItem {
    width: calc(100% / 2 - 5px);
  }
}
.infoArea_box .columnBox .columnItem:hover img {
  transform: scale(1.1);
  opacity: 1;
}
.infoArea_box .columnBox .columnItem_img {
  margin: 0 0 10px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.infoArea_box .columnBox .columnItem_img img {
  width: 100%;
  height: 155px;
  object-fit: cover;
  transition: transform 0.2s;
}
.infoArea_box .columnBox .columnItem_img .category {
  min-width: 75px;
  padding: 3px 10px 3px 5px;
  line-height: 1.2;
  border-radius: 0 0 20px 0;
  position: absolute;
  top: 0;
  left: 0;
}
.infoArea_box .columnBox .columnItem_text {
  line-height: 1.6;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .infoArea_box .columnBox .columnItem_text {
    font-size: 3.2vw;
  }
}
.infoArea_box .columnBox .columnItem_text h3 {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .infoArea_box .columnBox .columnItem_text h3 {
    font-size: 3.6vw;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	recruit
+++++++++++++++++++++++++++++++++++++++++++ */
.recruitArea {
  min-height: 863px;
  margin: calc(-50px - 7vw) 0 0;
  padding: calc(100px + 7vw) 10px 120px;
  background: url(../img/top/bg_recruit.webp) no-repeat center center / cover;
}
@media screen and (max-width: 767px) {
  .recruitArea {
    margin-top: -30vw;
    padding: calc(30vw + 50px) 0 50px;
  }
}
.recruitArea hgroup {
  margin: 0 0 40px;
  color: #FFF;
}
.recruitArea hgroup h2 {
  font-size: 4.8rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .recruitArea hgroup h2 {
    font-size: 9.6vw;
  }
}
.recruitArea hgroup p {
  font-size: 2.4rem;
  font-family: 'Oswald', sans-serif;
}
@media screen and (max-width: 767px) {
  .recruitArea hgroup p {
    font-size: 4.8vw;
  }
}
.recruitArea .movieArea {
  max-width: 886px;
  margin: 0 auto;
  padding: 20px;
  color: #FFF;
  position: relative;
}
.recruitArea .movieArea::before {
  content: '';
  display: block;
  background: #84C9D0;
  border-radius: 10px;
  mix-blend-mode: multiply;
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.recruitArea .movieArea_inner {
  max-width: 600px;
  margin: 0 auto;
  font-weight: bold;
  line-height: 1.2;
  position: relative;
  z-index: 1;
}
.recruitArea .movieArea_inner iframe {
  width: 100%;
  margin: 0 0 25px;
}
@media screen and (max-width: 767px) {
  .recruitArea .movieArea_inner iframe {
    height: 50vw;
  }
}
