:root {
  --font-base: "Noto Sans JP", sans-serif;
  --font-en: "Lato", sans-serif;
  --font-ubuntu: "Ubuntu", sans-serif;
  --leading-trim: calc((1em - 1lh) / 2);
  --blue: #2635A7;
  --bg-noise: url("../img/common/bg-noise-blue.png") repeat;
  --bg-noise-yel: url("../img/common/bg-noise-yellow.png") repeat;
  --border: #2635A71A;
  --border02: #2635A733;
  --yellow: #FFF100;
  --grey: #F2F3F4;
  --header-height: 71px;
  --sp-fixed-btns-height: 46px;
  --radius: 10px;
  --mask-arrow: url("../img/common/icon-arrow.svg") no-repeat center center/ contain;
  --top-part-height: min(calc(70 / 1280) * 100vw, 70px);
}
@supports not (top: 1lh) {
  :root {
    --leading-trim: 0px;
  }
}
@media screen and (max-width: 768px) {
  :root {
    --header-height: 60px;
  }
}

.p-front .c-ttl-ja {
  font-size: 1.4rem;
}
.p-front .c-ttl__en {
  font-size: 8.6rem;
}
@media screen and (max-width: 768px) {
  .p-front .c-ttl__en {
    font-size: 5.2rem;
  }
}

.p-front-mv {
  padding-bottom: 63px;
  background: var(--bg-noise);
  overflow: clip;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .p-front-mv {
    height: auto;
    padding-bottom: 30px;
  }
}
.p-front-mv__inner {
  max-width: 1280px;
  margin-inline: auto;
  position: relative;
}
.p-front-mv__paint-pos {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 365px;
  width: 43.046875%;
}
@media screen and (max-width: 768px) {
  .p-front-mv__paint-pos {
    height: 388px;
    width: 50.1333333333%;
  }
}
.p-front-mv__paint-pos::before {
  content: "";
  display: block;
  height: 100%;
  aspect-ratio: 1189/365;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  background: url("../img/top/mv-paint01-2.webp") no-repeat top right/auto 100%;
  clip-path: polygon(0 100%, 0 100%, 0 100%, 0 100%);
  transform: translateZ(0);
  will-change: clip-path;
  transition: clip-path 0.55s cubic-bezier(0.16, 1, 0.3, 1);
}
.p-front-mv.is-load .p-front-mv__paint-pos::before {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .p-front-mv__paint-pos::before {
    aspect-ratio: 512/388;
    background-image: url("../img/top/mv-paint01-sp.webp");
  }
}
.p-front-mv__overflow-box {
  margin-right: calc(50% - 50vw);
}
.p-front-mv__news-ttl .en {
  font-size: clamp(3.2rem, 2.4541436464rem + 1.9889502762vw, 5rem);
}
.p-front-mv__top {
  position: relative;
  max-width: 1430px;
  display: grid;
  grid-template-columns: max-content 1fr;
  align-items: end;
  gap: 0 7.8512396694%;
}
@media screen and (max-width: 869px) {
  .p-front-mv__top {
    gap: 0 3%;
  }
}
@media screen and (max-width: 768px) {
  .p-front-mv__top {
    grid-template-columns: 1fr;
    gap: 50px 0;
  }
}
.p-front-mv__top::after {
  content: "";
  width: min(747 / 1280 * 100vw, 950px);
  aspect-ratio: 747/402;
  position: absolute;
  bottom: -17px;
  right: 0;
  background: url("../img/top/mv-paint02-2.svg") no-repeat center center/100% auto;
  z-index: -1;
  clip-path: polygon(100% 0, 100% 0, 100% 0, 100% 0);
  transform: translateZ(0);
  will-change: clip-path;
  transition: clip-path 0.55s cubic-bezier(0.22, 1, 0.36, 1), 0.5s;
}
.p-front-mv.is-load .p-front-mv__top::after {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
@media screen and (max-width: 768px) {
  .p-front-mv__top::after {
    width: 46.9333333333vw;
    aspect-ratio: 176/113;
    bottom: 0;
    transform: translateY(70.796460177%);
    background-image: url("../img/top/mv-paint02-sp.webp");
  }
}
.p-front-mv__swiper {
  height: min(650 / 1280 * 100vw, 762px);
  overflow: hidden;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .p-front-mv__swiper {
    grid-row: 1;
    justify-self: end;
    width: 45.5729166667vw;
    aspect-ratio: 305/383;
    height: auto;
  }
}
@media screen and (max-width: 520px) {
  .p-front-mv__swiper {
    width: 81.3333333333vw;
  }
}
.p-front-mv__ttl {
  display: grid;
  gap: 20px;
  line-height: 1;
  color: #fff;
  margin-bottom: min(6.40625vw, 82px);
  transform: translateX(-10px);
}
@media screen and (max-width: 1279px) {
  .p-front-mv__ttl {
    transform: translateX(0);
  }
}
@media screen and (max-width: 768px) {
  .p-front-mv__ttl {
    margin-bottom: 0;
    display: grid;
    gap: 25px 0;
  }
}
.p-front-mv__ttl .ja, .p-front-mv__ttl .en {
  display: block;
}
.p-front-mv__ttl .ja {
  font-size: clamp(4.5rem, 2.8425414365rem + 4.4198895028vw, 8.5rem);
  line-height: 1.15;
}
.p-front-mv__ttl .en {
  font-family: var(--font-en);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .p-front-mv__ttl .en {
    font-size: 1.2rem;
  }
}
.p-front-mv .swiper-wrapper {
  transition-timing-function: linear;
}
.p-front-mv .swiper-slide {
  aspect-ratio: 520/350;
}
.p-front-mv .swiper-slide > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-front-mv__news {
  margin-top: 60px;
  padding: 50px 4.4642857143%;
  background: #fff;
  border-radius: var(--radius);
}
@media screen and (max-width: 768px) {
  .p-front-mv__news {
    margin-top: 93px;
    padding: 30px 20px;
  }
}
.p-front-mv__news-item:first-child .p-front-mv {
  padding-top: 0;
}

.p-front-sticky-container::before {
  content: "";
  display: block;
  width: 100%;
  height: calc(353px + min(115 / 1280 * 100vw, 115px));
  background: url("../img/top/about-fixed-bg3.webp") no-repeat center center/cover;
  z-index: -1;
  overflow-x: clip;
}
@media screen and (max-width: 768px) {
  .p-front-sticky-container::before {
    height: calc(190px + min(115 / 1280 * 100vw, 115px));
    background: url("../img/top/about-fixed-bg-sp.webp") no-repeat top center/cover;
  }
}

.p-front-about {
  position: relative;
  padding-block: 25px min(337 / 1280 * 100vw, 470px);
  background: url("../img/top/about-blue-bg-btm3.webp") repeat-x left top/auto 100%;
  color: #fff;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-front-about {
    padding-block: 63px 270px;
  }
}
@media screen and (max-width: 499px) {
  .p-front-about {
    padding-bottom: 213px;
  }
}
.p-front-about::after {
  content: "";
  display: block;
  width: min(100%, 1500px);
  aspect-ratio: 1280/738;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(18.3175033921%);
  background: url("../img/top/about-paint2.svg") no-repeat left top/100% auto;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-front-about::after {
    background-image: url("../img/top/about-paint-sp2.webp");
    background-size: 100% auto;
    width: min(537 / 375 * 100vw, 700px);
    aspect-ratio: 537/326;
    transform: translateY(calc(16 / 326 * 100%));
  }
}
.p-front-about .c-sec-top-part {
  height: min(115 / 1280 * 100vw, 115px);
  clip-path: polygon(0 100%, min(10.9375vw, 140px) 0, calc(100% - min(10.9375vw, 140px)) 0, 100% 100%);
  background: url("../img/top/about-blue-bg-top3.webp") repeat-x left top/auto 100%;
}
.p-front-about__inner {
  max-width: 1280px;
  margin-inline: auto;
  position: relative;
}
.p-front-about__cont {
  font-size: clamp(4rem, 2.7569060773rem + 3.3149171271vw, 7rem);
  max-width: 11em;
  margin-inline: auto;
}
.p-front-about__ttl {
  font-weight: 900;
  line-height: 1.2;
  margin-block: var(--leading-trim);
}
.p-front-about__txt {
  font-size: 1.8rem;
  font-weight: bold;
  margin-block: var(--leading-trim);
  margin-top: calc(var(--leading-trim) + 80px);
}
.p-front-about__btn {
  margin-top: 70px;
}

.p-front-overview {
  background: #fff;
  position: relative;
  padding-block: 262px 103px;
}
@media screen and (max-width: 768px) {
  .p-front-overview {
    padding-block: 183px 80px;
  }
}
.p-front-overview__cont {
  margin-top: 64px;
  width: 100%;
  display: grid;
  grid-template-columns: 43.3035714286% 40.625%;
  justify-content: space-between;
  gap: 0 8.75%;
}
@media screen and (max-width: 768px) {
  .p-front-overview__cont {
    grid-template-columns: 1fr;
    gap: 13.0208333333vw 0;
  }
}
@media screen and (max-width: 499px) {
  .p-front-overview__cont {
    gap: 70px 0;
  }
}
.p-front-overview__swiper {
  position: relative;
  width: 100%;
  aspect-ratio: 485/364;
  overflow: visible;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .p-front-overview__swiper {
    width: calc(88vw - 40px);
    justify-self: end;
  }
}
.p-front-overview__swiper-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-front-overview__swiper-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-front-overview__swiper-bg-img:nth-child(1) {
  left: calc(65 / 485 * 100%);
  top: calc(30 / 364 * 100%);
  transform: rotate(2deg);
}
@media screen and (max-width: 768px) {
  .p-front-overview__swiper-bg-img:nth-child(1) {
    left: calc(65 / 485 * -100%);
    transform: rotate(-2deg);
  }
}
.p-front-overview__swiper-bg-img:nth-child(2) {
  --card-deg: -3deg;
  left: calc(50 / 485 * 100%);
  top: calc(13 / 364 * 100%);
  transform: rotate(3deg);
}
@media screen and (max-width: 768px) {
  .p-front-overview__swiper-bg-img:nth-child(2) {
    left: calc(50 / 485 * -100%);
    transform: rotate(-3deg);
  }
}
.p-front-overview__swiper-bg-img:nth-child(3) {
  left: calc(27 / 485 * 100%);
  top: calc(7 / 364 * 100%);
  transform: rotate(-4deg);
}
@media screen and (max-width: 768px) {
  .p-front-overview__swiper-bg-img:nth-child(3) {
    left: calc(27 / 485 * -100%);
    transform: rotate(4deg);
  }
}
.p-front-overview__swiper-bg-img > img {
  width: 100%;
  border-radius: var(--radius);
  filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.0509803922));
}
.p-front-overview .swiper-slide.swiper-slide-prev, .p-front-overview .swiper-slide.swiper-slide-duplicate-prev {
  opacity: 1 !important;
}
.p-front-overview .swiper-slide.swiper-slide-next, .p-front-overview .swiper-slide.swiper-slide-duplicate-next {
  opacity: 1 !important;
}
.p-front-overview .swiper-slide.swiper-slide-active, .p-front-overview .swiper-slide.swiper-slide-duplicate-active {
  z-index: 3;
}
.p-front-overview .swiper-slide.is-prev .p-front-overview__swiper-img {
  animation: swiperStarted 1s forwards;
}
@media screen and (max-width: 768px) {
  .p-front-overview .swiper-slide.is-prev .p-front-overview__swiper-img {
    animation: swiperStartedSP 1s forwards;
  }
}
@keyframes swiperStarted {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-300px, -125px) rotate(-10deg);
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}
@keyframes swiperStartedSP {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(300px, -125px) rotate(10deg);
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}
.p-front-overview__swiper-img {
  transition: transform 0.3s;
  border-radius: var(--radius);
  overflow: hidden;
}
@media (hover: hover) and (min-width: 769px) {
  .p-front-overview .swiper-slide-active:hover .p-front-overview__swiper-img {
    transform: translateY(-30px) rotate(-3deg);
  }
}
.p-front-overview__ttl {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-front-overview__ttl {
    font-size: 2.2rem;
  }
}
.p-front-overview__text {
  margin-top: calc(var(--leading-trim) + 40px);
}

.p-front-env {
  padding-block: 120px;
  background: var(--grey) url("../img/top/env-bg2.webp");
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1023px) {
  .p-front-env {
    background: var(--grey);
  }
}
@media screen and (max-width: 768px) {
  .p-front-env {
    padding-block: 80px;
  }
}
@media screen and (max-width: 1023px) {
  .p-front-env::before, .p-front-env::after {
    content: "";
    display: block;
    width: 375px;
    background: no-repeat left top/100% auto;
    position: absolute;
    z-index: -1;
  }
}
@media screen and (max-width: 1023px) {
  .p-front-env::before {
    top: 0;
    left: 0;
    aspect-ratio: 376/224;
    background-image: url("../img/top/env-sp-bg-top3.svg");
  }
}
@media screen and (max-width: 1023px) {
  .p-front-env::after {
    bottom: 0;
    right: 0;
    aspect-ratio: 374/198;
    background-image: url("../img/top/env-sp-bg-btm3.svg");
  }
}
.p-front-env__inner {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1023px) {
  .p-front-env__inner {
    display: grid;
    align-items: center;
    gap: 20px 0;
  }
}
@media screen and (max-width: 768px) {
  .p-front-env__inner {
    gap: 10px;
  }
}
.p-front-env__row {
  display: flex;
}
@media screen and (max-width: 1023px) {
  .p-front-env__row {
    flex-direction: column;
    align-items: center;
    gap: 20px 0;
  }
}
.p-front-env__row:nth-of-type(1) {
  margin-top: 87.5px;
  padding-bottom: 115.5px;
}
@media screen and (max-width: 1023px) {
  .p-front-env__row:nth-of-type(1) {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-front-env__row:nth-of-type(1) {
    margin-top: 46.5px;
  }
}
.p-front-env__row:nth-of-type(2) {
  padding-top: 40px;
}
@media screen and (max-width: 1023px) {
  .p-front-env__row:nth-of-type(2) {
    padding-top: 0;
  }
}
.p-front-env .c-ttl {
  gap: 16px 0;
  position: sticky;
  top: 50%;
  z-index: -1;
}
@media screen and (max-width: 1023px) {
  .p-front-env .c-ttl {
    position: static;
  }
}
.p-front-env .c-ttl-ja {
  font-size: 1.6rem;
}
.p-front-env .c-ttl__en {
  font-size: 7.6rem;
}
@media screen and (max-width: 768px) {
  .p-front-env .c-ttl__en {
    font-size: 4rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-front-env__item {
    width: 40.625%;
  }
}
@media screen and (min-width: 1024px) {
  .p-front-env__item:nth-child(even) {
    margin-left: auto;
  }
}
@media screen and (min-width: 1024px) {
  .p-front-env__item.establish {
    width: 53.9285714286%;
  }
}
@media screen and (min-width: 1024px) {
  .p-front-env__item.wakaba {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .p-front-env__item.kinzoku {
    margin-top: 83px;
    width: 52.2321428571%;
  }
}
.p-front-env__item.establish .p-front-env__item-cont {
  max-width: 514px;
  margin-inline: auto;
  grid-template-columns: 16.9260700389% max-content 16.9260700389%;
  bottom: 54px;
  gap: 0 10px;
}
@media screen and (max-width: 768px) {
  .p-front-env__item.establish .p-front-env__item-cont {
    grid-template-columns: 50px max-content 50px;
  }
}
@media screen and (min-width: 769px) {
  .p-front-env__item.wakaba .p-front-env__item-cont {
    row-gap: 34px;
  }
}
.p-front-env__item.branch .p-front-env__item-cont {
  bottom: 27.3333333333%;
}
@media screen and (min-width: 769px) {
  .p-front-env__item.kinzoku .p-front-env__item-cont {
    grid-template-columns: 42.3762376238% max-content;
  }
}
.p-front-env__item.establish .c-count-item__text {
  grid-area: auto;
  margin-top: 17px;
}
@media screen and (max-width: 768px) {
  .p-front-env__item.establish .c-count-item__text {
    margin-top: 2px;
  }
}
.p-front-env .c-count-item.--small .c-count-item__text .num {
  font-size: clamp(7.8rem, 6.8883977901rem + 2.4309392265vw, 10rem);
}
.p-front-env .c-count-item.establish .c-count-item__text .num {
  font-size: clamp(6.8rem, 4.6453038674rem + 5.7458563536vw, 12rem);
}
.p-front-env .c-count-item.branch .c-count-item__text .num {
  font-size: clamp(8rem, 7.1712707182rem + 2.2099447514vw, 10rem);
}
.p-front-env .c-count-item.establish .c-count-item__text .unit {
  font-size: clamp(2.3rem, 1.5955801105rem + 1.8784530387vw, 4rem);
}
.p-front-env__btn {
  margin-top: 50px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-front-env__btn {
    margin-top: 60px;
  }
}
.p-front-env__sticky-hider {
  display: block;
  width: 100%;
  height: 308px;
  background: var(--grey);
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 1023px) {
  .p-front-env__sticky-hider {
    display: none;
  }
}

.p-front-intv {
  padding-block: 120px;
  overflow-x: clip;
}
@media screen and (max-width: 768px) {
  .p-front-intv {
    padding-block: 80px;
  }
}
.p-front-intv {
  background: var(--bg-noise);
  color: #fff;
}
.p-front-intv .c-ttl-ja::before {
  background-image: url("../img/common/bg-noise-light-blue.png"), url("../img/common/bg-noise-yellow.png");
}
.p-front-intv .c-ttl__en {
  color: #fff;
  background-clip: unset;
  background: none;
}
.p-front-intv__intro-box {
  margin-top: 34px;
  display: grid;
  grid-template-columns: 1fr 97px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-front-intv__intro-box {
    grid-template-columns: 1fr;
    gap: 40px 0;
  }
}
.p-front-intv__swiper-btns {
  display: grid;
  grid-template-columns: repeat(2, 46px);
  gap: 0 5px;
}
@media screen and (max-width: 768px) {
  .p-front-intv__swiper-btns {
    justify-self: end;
  }
}
.p-front-intv__swiper-btn.c-arrow {
  width: 100%;
}
.p-front-intv__swiper-btn.c-arrow.--prev::before {
  -webkit-mask-image: url("../img/common/icon-arrow-left.svg");
  mask-image: url("../img/common/icon-arrow-left.svg");
}
.p-front-intv__swiper-btn.c-arrow.swiper-button-disabled {
  opacity: 0.7;
}
@media (hover: hover) {
  .p-front-intv__swiper-btn.c-arrow.swiper-button-disabled:hover svg:nth-of-type(2) {
    opacity: 1 !important;
    transform: translate(-50%, -50%) !important;
  }
  .p-front-intv__swiper-btn.c-arrow.swiper-button-disabled.--next:hover svg:first-of-type {
    opacity: 0;
    transform: translate(-250%, -50%);
  }
  .p-front-intv__swiper-btn.c-arrow.swiper-button-disabled.--prev.--left:hover svg:first-of-type {
    opacity: 0;
    transform: translate(250%, -50%);
  }
}
.p-front-intv__swiper {
  margin-top: 63px;
  overflow-x: clip;
}
@media screen and (max-width: 768px) {
  .p-front-intv__swiper {
    margin-top: 30px;
  }
}
.p-front-intv__swiper-slide {
  width: 350px;
  margin-right: 17px;
}
.p-front-intv__swiper-slide:not(:first-child) {
  margin-left: 17px;
}
@media screen and (max-width: 768px) {
  .p-front-intv__swiper-slide {
    width: 297px;
    margin-inline: 15px;
  }
}
.p-front-intv__swiper-slide.is-offset {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-front-intv__swiper-slide.is-offset {
    margin-top: 0;
  }
}

.p-front-newjob {
  padding-block: 120px;
}
@media screen and (max-width: 768px) {
  .p-front-newjob {
    padding-block: 80px;
  }
}
.p-front-newjob__list {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 999px) {
  .p-front-newjob__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .p-front-newjob__list {
    margin-top: 50px;
    grid-template-columns: 1fr;
    grid-auto-rows: minmax(186px, auto);
  }
}
.p-front-newjob .c-job-card__link {
  padding-bottom: 25px;
}

.p-front-search {
  padding-block: 120px;
}
@media screen and (max-width: 768px) {
  .p-front-search {
    padding-block: 80px;
  }
}
.p-front-search__quick {
  margin-top: 60px;
  padding-block: 50px;
}
@media screen and (max-width: 768px) {
  .p-front-search__quick {
    margin-top: 50px;
    padding-block: 30px;
  }
}
.p-front-search__quick-ttl {
  font-size: 1.8rem;
}
.p-front-search__tax-list {
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  .p-front-search__tax-list {
    margin-top: 40px;
  }
}
.p-front-search__tax-btn {
  padding-block: 25.5px;
}
@media screen and (max-width: 768px) {
  .p-front-search__tax-btn {
    padding-block: 14.5px;
  }
}
.p-front-search__tax-btn .text {
  font-size: 1.6rem;
}
.p-front-search__term-box {
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .p-front-search__term-box {
    padding: 30px 20px;
  }
}
.p-front-search__term-box-ttl {
  font-size: 1.8rem;
  font-weight: bold;
}
.p-front-search .c-recruit-term-box__btns {
  margin-top: 20px;
}
