/*
 * =====================================================
 *
 * [variable]
 *
 * =====================================================
 */
/*
 * =====================================================
 *
 * [home]
 *
 * =====================================================
 */
body.home .mvWrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 0 3.5% 0 7%;
  margin: 0 auto;
}
body.home .mvWrapper .mvArea {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
  gap: 0 2%;
  padding: 80px 0;
}
body.home .mvWrapper .mvArea .mvVox {
  width: 63.6%;
}
body.home .mvWrapper .mvArea .mvVox img {
  width: 100%;
  height: 100%;
  max-height: calc(100dvh - 240px);
  min-height: 500px;
}
body.home .mvWrapper .mvArea .titleVox {
  max-width: 450px;
  min-width: 280px;
  width: 34.4%;
}
body.home .mvWrapper .mvArea .titleVox .hS02 {
  margin-bottom: 36px;
}
body.home .mvWrapper .mvArea .titleVox .hS02::before {
  content: "";
  display: block;
  width: 48px;
  height: 12px;
  background: url(../../images/content/content/ico-side01.svg) no-repeat center/contain;
  margin-bottom: 36px;
}
body.home .secVox {
  padding: 160px 0;
}
body.home .servicesVox .servicesList .item {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  min-height: 320px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
body.home .servicesVox .servicesList .item::after {
  content: "";
  position: absolute;
  margin: auto;
  inset: 0;
  background: url(../../images/content/home/img-servicesList01.jpg) no-repeat center/cover;
  z-index: 0;
}
body.home .servicesVox .servicesList .item.item02::after {
  background-image: url(../../images/content/home/img-servicesList02.jpg);
}
body.home .servicesVox .servicesList .item.item03::after {
  background-image: url(../../images/content/home/img-servicesList03.jpg);
}
body.home .servicesVox .servicesList .item:not(:last-child) {
  margin-bottom: 20px;
}
body.home .servicesVox .servicesList .item .head {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
body.home .servicesVox .servicesList .item .btnVox {
  position: relative;
  z-index: 1;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.85);
  padding: 20px 30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 30px;
}
body.home .servicesVox .servicesList .item .btnVox .txtVox {
  width: 474px;
  line-height: 1.5;
}
body.home .servicesVox .servicesList .item .btnVox .btnS02 {
  width: 246px;
  flex-shrink: 0;
}
body.home .aboutVox .flexVox01 {
  display: flex;
  gap: 0 20px;
  justify-content: space-between;
}
body.home .aboutVox .flexVox01 .btnVox {
  width: 294px;
  flex-shrink: 0;
}
body.home .aboutVox .flexVox01 .imgVox {
  max-width: 540px;
  border-radius: 20px;
  overflow: hidden;
}
body.home .recruitVox {
  padding-bottom: 80px;
}
body.home .recruitVox .item {
  border-radius: 40px;
  overflow: hidden;
  position: relative;
  display: block;
  padding-top: 31%;
  background-image: url(../../images/content/home/img-recruit01.jpg);
  background-size: 100% auto;
  background-position: top;
  background-repeat: no-repeat;
}
body.home .recruitVox .item .title {
  position: absolute;
  top: 40px;
  left: 2.6%;
  z-index: 1;
}
body.home .recruitVox .item .btnVox {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 20px;
  background: #FDC108;
  padding: 5.17%;
  z-index: 1;
}
body.home .recruitVox .item .btnVox .txtVox {
  width: 535px;
  position: relative;
  z-index: 1;
}
body.home .recruitVox .item .btnVox .btn {
  width: 300px;
}

/* END body */
/**
 ****************************************************
 *
 * no-preference
 *
 ****************************************************
 */
@media (prefers-reduced-motion: no-preference) {
  /* END body */
}
/**
 ****************************************************
 *
 * hover
 *
 ****************************************************
 */
@media only screen and (hover: hover) and (pointer: fine) and (min-width: 768px) {
  body.home .servicesVox .servicesList .item::after {
    transition: -webkit-transform 0.3s linear;
    transition: transform 0.3s linear;
    transition: transform 0.3s linear, -webkit-transform 0.3s linear;
  }
  body.home .servicesVox .servicesList .item:hover::after {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  body.home .servicesVox .servicesList .item:hover .btnVox .btnS02 {
    background: #FDC108;
  }
  body.home .servicesVox .servicesList .item:hover .btnVox .btnS02::after {
    right: 16px;
  }
  body.home .recruitVox .item {
    transition: background-size 0.3s linear;
  }
  body.home .recruitVox .item:hover {
    background-size: 105% auto;
  }
  body.home .recruitVox .item:hover .btnVox .btnS01 {
    background: #27231F;
    color: #FFF;
  }
  body.home .recruitVox .item:hover .btnVox .btnS01::after {
    background-image: url(../../images/content/content/ico-arrow01-w.svg);
    right: 30px;
  }
}
@media (hover: hover) and (pointer: fine) {
  /* END body */
}
/**
 ****************************************************
 *
 * screens smaller than $bp
 *
 ****************************************************
 */
@media only screen and (max-width: 767px) {
  body.home .mvWrapper {
    padding: 0 3.84%;
  }
  body.home .mvWrapper .mvArea {
    flex-direction: column;
    gap: 50px 0;
    padding: 45px 0 0;
  }
  body.home .mvWrapper .mvArea .mvVox {
    width: 100%;
  }
  body.home .mvWrapper .mvArea .mvVox img {
    max-height: auto;
    min-height: 0;
  }
  body.home .mvWrapper .mvArea .titleVox {
    max-width: 100%;
    min-width: 0;
    width: 100%;
  }
  body.home .servicesVox .servicesList .item {
    border-radius: 0;
    background: none;
    min-height: auto;
    padding: 48px 0 0 20px;
    position: relative;
    margin-right: -4.8%;
  }
  body.home .servicesVox .servicesList .item::before {
    content: "";
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    aspect-ratio: 315/220;
    background: url(../../images/content/home/img-servicesList01-sp.jpg) no-repeat center/cover;
    border-radius: 20px 0 0 20px;
    z-index: -1;
    max-height: 56.84%;
  }
  body.home .servicesVox .servicesList .item::after {
    display: none;
  }
  body.home .servicesVox .servicesList .item.item02 {
    background: none;
  }
  body.home .servicesVox .servicesList .item.item02::before {
    background-image: url(../../images/content/home/img-servicesList02-sp.jpg);
  }
  body.home .servicesVox .servicesList .item.item02::after {
    display: none;
  }
  body.home .servicesVox .servicesList .item.item03 {
    background: none;
  }
  body.home .servicesVox .servicesList .item.item03::before {
    background-image: url(../../images/content/home/img-servicesList03-sp.jpg);
  }
  body.home .servicesVox .servicesList .item.item03::after {
    display: none;
  }
  body.home .servicesVox .servicesList .item:not(:last-child) {
    margin-bottom: 40px;
  }
  body.home .servicesVox .servicesList .item .head {
    margin-bottom: 28px;
  }
  body.home .servicesVox .servicesList .item .btnVox {
    padding: 20px 30px;
    border-radius: 10px 0 0 10px;
    gap: 20px;
  }
  body.home .servicesVox .servicesList .item .btnVox .txtVox {
    width: 100%;
  }
  body.home .servicesVox .servicesList .item .btnVox .btnS02 {
    width: 106%;
    margin-right: -6%;
  }
  body.home .aboutVox .flexVox01 {
    flex-direction: column;
    gap: 60px 0;
  }
  body.home .aboutVox .flexVox01 .btnVox {
    width: 257px;
  }
  body.home .aboutVox .flexVox01 .imgVox {
    max-width: 100%;
  }
  body.home .recruitVox .item {
    padding-top: 66.6%;
    background-image: url(../../images/content/home/img-recruit01-sp.jpg);
  }
  body.home .recruitVox .item .btnVox {
    padding: 20px;
  }
  body.home .recruitVox .item .btnVox .txtVox {
    width: 100%;
  }
  body.home .recruitVox .item .btnVox .btn {
    width: 257px;
  }
  body.home .recruitVox .item .title {
    left: 6.6%;
  }
  /* END body */
}
/* END @media smaller than $bp */