@charset "UTF-8";
/*--------------------------------------------------------------------------------------------------
reset
--------------------------------------------------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box; }

main, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

ol, ul, li {
  list-style: none; }

table, th, td {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  color: initial;
  text-decoration: none; }

img {
  width: 100%;
  height: auto;
  vertical-align: middle; }

b {
  font-weight: inherit; }

input[type="text"], input[type="email"], input[type="tel"], textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

input[type="text"], input[type="email"], input[type="tel"], textarea {
  width: 100%;
  font-size: 1.8rem;
  padding: 10px;
  background: #fff;
  border: solid 1px #b2b2b2;
  border-radius: 5px; }

input[type=checkbox] {
  transform: scale(1.5); }

input::placeholder {
  color: #ccc; }

/*--------------------------------------------------------------------------------------------------
base
--------------------------------------------------------------------------------------------------*/
html {
  font-size: 62.5%;
  letter-spacing: 0.1rem;
  scroll-behavior: smooth; }

body {
  color: #000;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", serif;
  font-feature-settings: "palt";
  line-height: 2;
  background: #fff;
  min-width: 1300px; }

/*
@media screen and (max-width: 750px) {
body {
  font-size: 1.6rem;
}
}
*/
/* sp or pc */
.spOnly {
  display: none !important; }

br.pc {
  display: inline-block; }

br.sp {
  display: none; }

.none {
  display: none !important; }

/*
@media screen and (max-width: 750px) {
.pcOnly {
	display: none!important;
}
.spOnly {
	display: block!important;
}
.spOnly_ib {
	display: inline-block!important;
}
.none{
	display: none!important;
}
br.pc {
	display: none;
}
br.sp {
	display: inline-block;
}
}
*/
.fontNotoSansJP {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal; }

.fontInter, .l-lower__pageTitle i, .p-sectionTop__title, .p-topServiceNaviList__textEN, .p-topRecruitNaviList__textEN, .p-profileHistory__head {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal; }

.u-hover {
  transition: opacity .2s; }
  .u-hover:hover {
    opacity: .5; }

/*--------------------------------------------------------------------------------------------------
layaout
--------------------------------------------------------------------------------------------------*/
.l-header {
  width: calc(100% - 60px);
  min-width: 1225px;
  height: 75px;
  padding: 20px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  position: fixed;
  top: 30px;
  left: 30px;
  z-index: 9999; }
  .l-headerLogo {
    line-height: 1;
    width: 192px;
    float: left;
    position: relative;
    top: -7px; }
    .l-headerLogo__button {
      display: block; }
  .l-headerBtn {
    display: none; }
.l-nav {
  float: right;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  grid-gap: 40px; }
  .l-navList {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 0 30px; }
    .l-navList__button {
      font-size: 1.5rem;
      position: relative;
      display: block; }
      .l-navList__button::after {
        content: "";
        width: 0;
        height: 2px;
        margin: auto;
        background: #b40500;
        transition: width .2s;
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0; }
      .l-navList__button:hover::after, .l-navList__button.current::after {
        width: 100%; }
      .l-navList__button:hover span, .l-navList__button.current span {
        opacity: .5; }
      .l-navList__button span {
        padding-left: 12px;
        display: block;
        position: relative;
        transition: opacity .2s; }
        .l-navList__button span::before {
          content: "";
          width: 0;
          height: 0;
          margin: auto;
          border-style: solid;
          border-top: 5px solid transparent;
          border-bottom: 5px solid transparent;
          border-left: 8px solid #b40500;
          border-right: 0;
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0; }
  .l-navContact {
    position: relative; }
    .l-navContact__button {
      font-size: 1.5rem;
      width: 135px;
      display: block; }
.l-section {
  padding: 100px 0; }
  .l-section:last-child {
    padding-bottom: 0; }
  .l-sectionTop {
    padding-top: 150px 0; }
.l-footer {
  color: #fff;
  margin-top: 200px;
  padding: 40px 0;
  background: #505050; }
  .l-footerNav {
    float: left; }
    .l-footerNavList__item {
      margin-top: 10px;
      line-height: 1;
      display: block; }
      .l-footerNavList__item:not(:first-child) {
        margin-top: 20px; }
    .l-footerNavList__button {
      color: #fff; }
  .l-footerInfo {
    float: right; }
    .l-footerInfo__logo {
      width: 293px;
      margin-bottom: 10px;
      display: block; }
    .l-footerInfo__tel, .l-footerInfo__address {
      color: #fff;
      font-size: 1.8rem;
      line-height: 1.5;
      margin-top: 5px;
      display: block; }
  .l-footer__copyright {
    font-size: 1.2rem;
    text-align: center;
    padding-top: 40px;
    clear: both; }
.l-container {
  opacity: 0; }
  .l-container.is-active {
    animation: fadeIn 1s linear forwards; }
  .l-container-lower {
    animation: fadeIn 1s linear forwards; }
.l-wrap {
  width: 730px;
  margin: auto; }
  .l-wrap--footer {
    width: 980px; }
  .l-wrap--sub {
    width: 980px; }
  .l-wrap--profile {
    width: 850px; }
  .l-wrap--map {
    width: 980px; }
  .l-wrap--about {
    width: 980px; }
  .l-wrap--goal {
    width: 980px; }
  .l-wrap--recruit {
    width: 980px;
    padding-left: 255px; }
  .l-wrap--1300 {
    width: 1300px; }
  .l-wrap--1920 {
    width: 1920px; }
.l-breadcrumbList {
  display: flex;
  flex-wrap: wrap; }
  .l-breadcrumbList__item {
    font-size: 1.2rem; }
    .l-breadcrumbList__item:not(:first-child)::before {
      content: "\03e";
      margin: 0 1em; }
  .l-breadcrumbList__button {
    color: #8e8e8e; }
.l-lower {
  padding: 140px 0 10px;
  border-bottom: solid 3px;
  border-image: linear-gradient(to right, #b40500, #ffcd28) 1; }
  .l-lower--sub {
    padding: 140px 0 40px;
    background: #f8e1e0;
    border-bottom: none; }
  .l-lower__pageTitle {
    font-size: 1.8rem;
    font-weight: 500;
    margin: 30px 0 15px; }
    .l-lower__pageTitle i {
      color: #b40500;
      font-size: 5.6rem;
      font-weight: 500;
      font-style: normal;
      line-height: 1.125;
      margin-right: .25em; }
    .l-lower__pageTitle--sub {
      font-size: 3.4rem;
      font-weight: 700;
      margin-bottom: -15px; }
.l-recruit {
  padding-top: 100px;
  background: url("https://us-delight.mylandshe-s.jp/wp/wp-content/themes/original_v1/assets/img/common/catch02.svg") no-repeat right 0 top 100px/103px auto;
  position: relative; }
  .l-recruitContents {
    padding-top: 100px; }
  .l-recruitNav {
    width: 980px;
    height: 0;
    margin: auto;
    position: sticky;
    top: 200px;
    left: 0; }
    .l-recruitNavList {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 20px; }
      .l-recruitNavList__item {
        font-size: 1.4rem;
        font-weight: 700;
        text-align: left;
        line-height: 1.5;
        position: relative; }
        .l-recruitNavList__item.current {
          padding-left: 30px; }
          .l-recruitNavList__item.current::before {
            content: "";
            width: 18px;
            height: 2px;
            background: #b30500;
            position: absolute;
            top: 10px;
            left: 0;
            display: block; }
          .l-recruitNavList__item.current span {
            color: #b30500; }
            .l-recruitNavList__item.current span::before {
              border-left: 8px solid #b30500; }
        .l-recruitNavList__item span {
          padding-left: 12px;
          display: block;
          position: relative; }
          .l-recruitNavList__item span::before {
            content: "";
            width: 0;
            height: 0;
            border-style: solid;
            border-top: 5px solid transparent;
            border-bottom: 5px solid transparent;
            border-left: 8px solid #000;
            border-right: 0;
            position: absolute;
            top: 5px;
            bottom: 0;
            left: 0; }
      .l-recruitNavList__button:hover span {
        color: #b30500; }
        .l-recruitNavList__button:hover span::before {
          border-left: 8px solid #b30500; }

/*
@media screen and (max-width: 750px) {
.header {
  height: auto;
  padding: 0 0 10px;
  background: rgba(255, 255, 255, 1);
  &-flex {
    display: block;
  }
  &-logo {
    width: 160px;
  }
  &-btn {
    width: 50px;
    height: 40px;
    background: #fff;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    z-index: 9999;
    display: block;
    &__line1, &__line2 {
      transition: all 0.5s ease-out;
    }
    &__line1 {
      width: 30px;
      height: 3px;
      background-color: #505456;
      top: 12px;
      left: 0;
      right: 0;
      position: absolute;
      margin: auto;
    }
    &__line2 {
      width: 30px;
      height: 3px;
      background-color: #505456;
      top: 24px;
      left: 0;
      right: 0;
      position: absolute;
      margin: auto;
    }
    &.is-active {
      .header-btn__line1,
      .header-btn__line2 {
        transition: all 0.5s ease-out;
      }      
      .header-btn__line1 {
        top: 18px;
        transform: rotate(405deg);
      }
      .header-btn__line2 {
        top: 18px;
        transform: rotate(-405deg);
      }
    }
  }
}
.nav {
  width: 100%;
  height: 0;
  margin-top: 0;
  opacity: 0;
  transition: height .5s, padding .5s, opacity .5s;
  &-list{
    grid-gap: 10px 0;
    &__item {
      width: 100%;
      border-bottom: solid 1px #f2f2f2;
      a {
        padding: 10px;
        &::after {
          content: none;
        }
      }
    }
  }
  &.is-active {
    height: 100dvh;
    padding: 30px 0;
    z-index: 1;
    opacity: 1;
    visibility: visible;
    transition: height .5s, padding .5s, opacity .5s;
  }
}
.main {
  padding-top: 58px;
}
.section {
  margin-top: 100px;
  &:first-of-type,
  &-smalltop {
    margin-top: 40px!important;
  }
  &-intro {
    padding: 0 20px;
  }
}
.footer {
  margin-top: 100px;
  &-contact {
    padding: 40px 20px;
    grid-gap: 20px;
    &__desc {
      font-size: 1.6rem;
    }
  }
}
.wrap {
  width: 100%;
  padding: 0 20px;
  &-field {
    &:not(:first-of-type) {
      margin-top: 60px;
      padding-top: 30px;
    }
  }
  &-features {
    &:not(:first-of-type) {
      margin-top: 60px;
      padding-top: 30px;
    }
  }

}
}
*/
/*--------------------------------------------------------------------------------------------------
compornent
--------------------------------------------------------------------------------------------------*/
.c-button {
  text-align: center;
  font-weight: 700;
  line-height: 1;
  padding: 10px;
  border-radius: 10em;
  transition: opacity .2s; }
  .c-button-red {
    color: #fff;
    background: #b40500; }
  .c-button:hover {
    opacity: .5; }
.c-link {
  font-size: 1.8rem;
  position: relative;
  transition: opacity .3s; }
  .c-link:hover {
    opacity: 0.5; }
  .c-link-arrow {
    font-size: 1.5rem;
    font-weight: 700;
    padding-right: 30px;
    display: inline-block; }
    .c-link-arrow::after {
      content: "";
      width: 24px;
      height: 24px;
      margin: auto;
      background-image: url("https://us-delight.mylandshe-s.jp/wp/wp-content/themes/original_v1/assets/img/common/arrow01.svg"), url("https://us-delight.mylandshe-s.jp/wp/wp-content/themes/original_v1/assets/img/common/arrow01.svg");
      background-repeat: no-repeat, no-repeat;
      background-position: left -20px top 7px, left 5px top 7px;
      background-size: 15px 7px, 15px 7px;
      background-color: #b40500;
      border-radius: 10em;
      position: absolute;
      top: 5px;
      bottom: 0;
      right: 0;
      z-index: 1;
      transition: background-position .3s; }
    .c-link-arrow:hover::after {
      background-position: left 5px top 7px, left 30px top 7px; }
    .c-link-arrow span {
      padding: 5px 5px 0;
      border-bottom: solid 1px #b40500;
      display: inline-block; }
.c-sectionTitle {
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 80px;
  position: relative; }
  .c-sectionTitle::after {
    content: "";
    width: 115px;
    height: 2px;
    margin: auto;
    background: #b40500;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0; }
.c-sectionTitleArrow {
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 40px; }
  .c-sectionTitleArrow b {
    color: #b30500; }
  .c-sectionTitleArrow__small {
    font-size: 1.8rem;
    margin-bottom: 10px;
    display: block; }
  .c-sectionTitleArrow__main {
    padding-left: 20px;
    display: block;
    position: relative; }
    .c-sectionTitleArrow__main::before {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-top: 8px solid transparent;
      border-bottom: 8px solid transparent;
      border-left: 12px solid #b30500;
      border-right: 0;
      position: absolute;
      top: 12px;
      bottom: 0;
      left: 0; }
.c-sectionCatch {
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.125em; }
  .c-sectionCatch b {
    color: #b40500; }

/*--------------------------------------------------------------------------------------------------
page
--------------------------------------------------------------------------------------------------*/
.p-sectionTop__title {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 25px; }
  .p-sectionTop__title::before {
    content: "";
    width: 65px;
    height: 5px;
    border-radius: 3px;
    background: linear-gradient(90deg, #a91f24 0%, #ffcc33 100%);
    display: block; }
.p-sectionProfile {
  padding-bottom: 150px; }
  .p-sectionProfile--info {
    background: #fff7f8; }
  .p-sectionProfile--history {
    padding-bottom: 100px; }
  .p-sectionProfile--mind {
    overflow: hidden; }
  .p-sectionProfile--goal {
    background: #f3f3f3;
    margin-bottom: -200px;
    padding-bottom: 150px !important; }
.p-sectionRetail--test01 {
  background: #f2f2f2; }
.p-sectionProducer--test01 {
  background: #f2f2f2; }
.p-sectionRecruit--intro {
  padding-top: 0;
  padding-bottom: 200px; }
.p-sectionRecruit--advantage {
  padding-top: 150px;
  background: #f2f2f2; }
.p-sectionRecruit--job {
  padding-top: 150px; }
.p-sectionRecruit--requirements {
  padding-top: 150px; }
.p-sectionRecruit--entry {
  margin-bottom: -200px;
  padding: 150px 0 200px !important;
  background: #fff6f7; }
.p-topFV {
  position: relative; }
  .p-topFV::after {
    content: "";
    width: 994px;
    height: 119px;
    margin: auto;
    background: url("https://us-delight.mylandshe-s.jp/wp/wp-content/themes/original_v1/assets/img/common/catch01.svg") no-repeat 0 0/cover;
    mix-blend-mode: color-burn;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1; }
.p-topSlider {
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .p-topSliderList {
    width: 100%;
    height: 60vw;
    min-height: 850px; }
    .p-topSliderList__item.swiper-slide-active div, .p-topSliderList__item.swiper-slide-duplicate-active div, .p-topSliderList__item.swiper-slide-prev div {
      animation: swiperZoom 10s linear 0s 1 normal both; }
    .p-topSliderList__item div {
      width: 100%;
      height: 60vw;
      min-height: 850px; }
    .p-topSliderList__item--01 div {
      background: url("https://us-delight.mylandshe-s.jp/wp/wp-content/themes/original_v1/assets/img/top/img_fv01.jpg") center center/cover no-repeat; }
    .p-topSliderList__item--02 div {
      background: url("https://us-delight.mylandshe-s.jp/wp/wp-content/themes/original_v1/assets/img/top/img_fv02.jpg") center center/cover no-repeat; }
    .p-topSliderList__item--03 div {
      background: url("https://us-delight.mylandshe-s.jp/wp/wp-content/themes/original_v1/assets/img/top/img_fv03.jpg") center center/cover no-repeat; }
    .p-topSliderList__item--04 div {
      background: url("https://us-delight.mylandshe-s.jp/wp/wp-content/themes/original_v1/assets/img/top/img_fv04.jpg") center center/cover no-repeat; }
    .p-topSliderList__item--05 div {
      background: url("https://us-delight.mylandshe-s.jp/wp/wp-content/themes/original_v1/assets/img/top/img_fv05.jpg") center center/cover no-repeat; }
.p-topPromotion {
  position: relative; }
  .p-topPromotion__text {
    text-align: center;
    position: relative;
    z-index: 1; }
  .p-topPromotion__catch {
    font-size: 3.2rem;
    font-weight: 600;
    line-height: 1.75;
    letter-spacing: 0.2em;
    opacity: 0; }
    .p-topPromotion__catch b {
      color: #b40500; }
  .p-topPromotion__description {
    line-height: 2.75;
    margin-top: 30px;
    opacity: 0; }
  .p-topPromotion__button {
    margin-top: 40px;
    opacity: 0; }
  .p-topPromotion__pic {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 0; }
  .p-topPromotion.is-active .p-topPromotion__catch {
    animation: fadeIn_BottomToUp .5s 2.5s linear forwards; }
  .p-topPromotion.is-active .p-topPromotion__description {
    animation: fadeIn_BottomToUp .5s 3s linear forwards; }
  .p-topPromotion.is-active .p-topPromotion__button {
    animation: fadeIn .5s 4s linear forwards; }
  .p-topPromotion.is-active .p-topPromotion__pic {
    animation: fadeIn 1s 0s linear forwards; }
  .p-topPromotion.is-active .p-motionAboutPic__item:nth-child(1), .p-topPromotion.is-active .p-motionAboutPic__item:nth-child(2), .p-topPromotion.is-active .p-motionAboutPic__item:nth-child(3), .p-topPromotion.is-active .p-motionAboutPic__item:nth-child(4), .p-topPromotion.is-active .p-motionAboutPic__item:nth-child(5), .p-topPromotion.is-active .p-motionAboutPic__item:nth-child(6) {
    width: 90px;
    height: 100px; }
    .p-topPromotion.is-active .p-motionAboutPic__item:nth-child(1) div, .p-topPromotion.is-active .p-motionAboutPic__item:nth-child(2) div, .p-topPromotion.is-active .p-motionAboutPic__item:nth-child(3) div, .p-topPromotion.is-active .p-motionAboutPic__item:nth-child(4) div, .p-topPromotion.is-active .p-motionAboutPic__item:nth-child(5) div, .p-topPromotion.is-active .p-motionAboutPic__item:nth-child(6) div {
      width: 100%;
      height: 100%;
      border-radius: 14px;
      overflow: hidden; }
  .p-topPromotion.is-active .p-motionAboutPic__item:nth-child(1) {
    transform: translate(-300px, -160px);
    transition: transform 1s 0s cubic-bezier(0, 1.35, 1, 1); }
    .p-topPromotion.is-active .p-motionAboutPic__item:nth-child(1) div {
      animation: motionZoomUp1 1s 0s cubic-bezier(0, 2.45, 0.57, 0.71) forwards; }
  .p-topPromotion.is-active .p-motionAboutPic__item:nth-child(2) {
    transform: translate(420px, -60px);
    transition: transform 1s 0.9s cubic-bezier(0, 1.35, 1, 1); }
    .p-topPromotion.is-active .p-motionAboutPic__item:nth-child(2) div {
      animation: motionZoomUp1 1s 0.9s cubic-bezier(0, 2.45, 0.57, 0.71) forwards; }
  .p-topPromotion.is-active .p-motionAboutPic__item:nth-child(3) {
    transform: translate(-450px, -55px);
    transition: transform 1s 0.2s cubic-bezier(0, 1.35, 1, 1); }
    .p-topPromotion.is-active .p-motionAboutPic__item:nth-child(3) div {
      animation: motionZoomUp1 1s 0.2s cubic-bezier(0, 2.45, 0.57, 0.71) forwards; }
  .p-topPromotion.is-active .p-motionAboutPic__item:nth-child(4) {
    transform: translate(310px, -135px);
    transition: transform 1s 0.6s cubic-bezier(0, 1.35, 1, 1); }
    .p-topPromotion.is-active .p-motionAboutPic__item:nth-child(4) div {
      animation: motionZoomUp1 1s 0.6s cubic-bezier(0, 2.45, 0.57, 0.71) forwards; }
  .p-topPromotion.is-active .p-motionAboutPic__item:nth-child(5) {
    transform: translate(-320px, 60px);
    transition: transform 1s 0.4s cubic-bezier(0, 1.35, 1, 1); }
    .p-topPromotion.is-active .p-motionAboutPic__item:nth-child(5) div {
      animation: motionZoomUp1 1s 0.4s cubic-bezier(0, 2.45, 0.57, 0.71) forwards; }
  .p-topPromotion.is-active .p-motionAboutPic__item:nth-child(6) {
    transform: translate(320px, 105px);
    transition: transform 1s 1.1s cubic-bezier(0, 1.35, 1, 1); }
    .p-topPromotion.is-active .p-motionAboutPic__item:nth-child(6) div {
      animation: motionZoomUp1 1s 1.1s cubic-bezier(0, 2.45, 0.57, 0.71) forwards; }
  .p-topPromotion.is-active .p-motionAboutPic__item:nth-child(7), .p-topPromotion.is-active .p-motionAboutPic__item:nth-child(8), .p-topPromotion.is-active .p-motionAboutPic__item:nth-child(9), .p-topPromotion.is-active .p-motionAboutPic__item:nth-child(10), .p-topPromotion.is-active .p-motionAboutPic__item:nth-child(11), .p-topPromotion.is-active .p-motionAboutPic__item:nth-child(12) {
    width: 42px;
    height: 45px;
    z-index: -1; }
    .p-topPromotion.is-active .p-motionAboutPic__item:nth-child(7) div, .p-topPromotion.is-active .p-motionAboutPic__item:nth-child(8) div, .p-topPromotion.is-active .p-motionAboutPic__item:nth-child(9) div, .p-topPromotion.is-active .p-motionAboutPic__item:nth-child(10) div, .p-topPromotion.is-active .p-motionAboutPic__item:nth-child(11) div, .p-topPromotion.is-active .p-motionAboutPic__item:nth-child(12) div {
      width: 100%;
      height: 100%;
      background: #b40500;
      border-radius: 10px; }
  .p-topPromotion.is-active .p-motionAboutPic__item:nth-child(7) {
    transform: translate(-255px, -105px);
    transition: transform 1s 0.3s cubic-bezier(0, 1.65, 1, 1); }
    .p-topPromotion.is-active .p-motionAboutPic__item:nth-child(7) div {
      animation: motionZoomUp2 0.5s 0.3s cubic-bezier(0.01, 1.35, 1, 1) forwards; }
  .p-topPromotion.is-active .p-motionAboutPic__item:nth-child(8) {
    transform: translate(385px, -15px);
    transition: transform 0.5s 0.7s cubic-bezier(0, 1.65, 1, 1); }
    .p-topPromotion.is-active .p-motionAboutPic__item:nth-child(8) div {
      animation: motionZoomUp2 0.5s 0.7s cubic-bezier(0.01, 1.35, 1, 1) forwards; }
  .p-topPromotion.is-active .p-motionAboutPic__item:nth-child(9) {
    transform: translate(-415px, -115px);
    transition: transform 0.75s 0.8s cubic-bezier(0, 1.65, 1, 1); }
    .p-topPromotion.is-active .p-motionAboutPic__item:nth-child(9) div {
      animation: motionZoomUp2 0.5s 0.8s cubic-bezier(0.01, 1.35, 1, 1) forwards; }
  .p-topPromotion.is-active .p-motionAboutPic__item:nth-child(10) {
    transform: translate(270px, -195px);
    transition: transform 1s 0.1s cubic-bezier(0, 1.65, 1, 1); }
    .p-topPromotion.is-active .p-motionAboutPic__item:nth-child(10) div {
      animation: motionZoomUp2 0.5s 0.1s cubic-bezier(0.01, 1.35, 1, 1) forwards; }
  .p-topPromotion.is-active .p-motionAboutPic__item:nth-child(11) {
    transform: translate(-370px, 100px);
    transition: transform 0.5s 1s cubic-bezier(0, 1.65, 1, 1); }
    .p-topPromotion.is-active .p-motionAboutPic__item:nth-child(11) div {
      animation: motionZoomUp2 0.5s 1s cubic-bezier(0.01, 1.35, 1, 1) forwards; }
  .p-topPromotion.is-active .p-motionAboutPic__item:nth-child(12) {
    transform: translate(365px, 155px);
    transition: transform 0.75s 0.5s cubic-bezier(0, 1.65, 1, 1); }
    .p-topPromotion.is-active .p-motionAboutPic__item:nth-child(12) div {
      animation: motionZoomUp2 0.5s 0.5s cubic-bezier(0.01, 1.35, 1, 1) forwards; }
.p-topServiceNaviList {
  display: flex;
  flex-wrap: wrap;
  gap: 10px; }
  .p-topServiceNaviList__item {
    width: 360px; }
    .p-topServiceNaviList__item:last-child {
      width: 100%; }
  .p-topServiceNaviList__pic {
    width: 100%;
    transition: transform 1s; }
  .p-topServiceNaviList__text {
    color: #fff;
    line-height: 1.5;
    width: 100%;
    padding: 0 15px;
    display: flex;
    flex-flow: wrap column;
    gap: 0;
    position: absolute;
    bottom: 15px;
    z-index: 1; }
    .p-topServiceNaviList__textJP {
      font-size: 2.7rem;
      font-weight: 700;
      letter-spacing: .05em; }
    .p-topServiceNaviList__textEN {
      font-size: 1.4rem;
      font-weight: 500; }
  .p-topServiceNaviList__button {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    overflow: hidden;
    display: block;
    position: relative; }
    .p-topServiceNaviList__button::before {
      content: "";
      width: 100%;
      height: 100%;
      background: #000000;
      background: linear-gradient(0deg, black 0%, white 40%);
      opacity: .75;
      mix-blend-mode: multiply;
      position: absolute;
      z-index: 1; }
    .p-topServiceNaviList__button::after {
      content: "";
      width: 28px;
      height: 28px;
      margin: auto;
      background-image: url("https://us-delight.mylandshe-s.jp/wp/wp-content/themes/original_v1/assets/img/common/arrow01.svg"), url("https://us-delight.mylandshe-s.jp/wp/wp-content/themes/original_v1/assets/img/common/arrow01.svg");
      background-repeat: no-repeat, no-repeat;
      background-position: left -20px top 8px, left 5px top 8px;
      background-size: 18px 7px, 18px 7px;
      background-color: #b40500;
      border-radius: 10em;
      position: absolute;
      bottom: 15px;
      right: 15px;
      z-index: 1;
      transition: background-position .3s; }
    .p-topServiceNaviList__button:hover .p-topServiceNaviList__pic {
      transform: scale(1.1); }
    .p-topServiceNaviList__button:hover::after {
      background-position: left 5px top 8px, left 30px top 8px; }
.p-topRecruitNaviList {
  display: flex;
  flex-wrap: wrap;
  gap: 10px; }
  .p-topRecruitNaviList__item {
    width: 360px; }
    .p-topRecruitNaviList__item:last-child {
      width: 100%; }
  .p-topRecruitNaviList__pic {
    width: 100%;
    transition: transform 1s; }
  .p-topRecruitNaviList__text {
    color: #fff;
    line-height: 1.25;
    width: 100%;
    height: 100%;
    padding: 0 15px;
    display: flex;
    flex-flow: wrap column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    z-index: 1; }
    .p-topRecruitNaviList__textJP {
      font-size: 2.6rem;
      font-weight: 500; }
    .p-topRecruitNaviList__textEN {
      font-size: 5.8rem;
      font-weight: 600;
      letter-spacing: .125em; }
  .p-topRecruitNaviList__button {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    overflow: hidden;
    display: block;
    position: relative; }
    .p-topRecruitNaviList__button::before {
      content: "";
      width: 100%;
      height: 100%;
      background: #A91F24;
      background: linear-gradient(90deg, #a91f24 0%, #ffcc33 100%);
      mix-blend-mode: darken;
      opacity: .6;
      position: absolute;
      z-index: 1; }
    .p-topRecruitNaviList__button:hover .p-topRecruitNaviList__pic {
      transform: scale(1.1); }
.p-sitemapList {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 60px; }
  .p-sitemapList__item {
    width: 280px;
    border-bottom: solid 1px #e3e3e3; }
  .p-sitemapList__button {
    font-size: 1.6rem;
    padding: .75em 45px .75em .75em;
    display: block;
    position: relative; }
    .p-sitemapList__button::after {
      content: "";
      width: 15px;
      height: 6px;
      background: url("https://us-delight.mylandshe-s.jp/wp/wp-content/themes/original_v1/assets/img/common/arrow02.svg") no-repeat 0 0/cover;
      position: absolute;
      top: 1.5em;
      right: 1em; }
.p-privacy__head {
  margin-bottom: 60px; }
.p-privacy__body {
  margin-top: 60px; }
.p-privacy__title {
  font-size: 1.8rem;
  font-weight: 600; }
  .p-privacy__title b {
    color: #b40500; }
.p-privacy__list {
  margin-top: .5em;
  padding-left: 1.5em; }
  .p-privacy__list li {
    font-size: 1.6rem;
    line-height: 1.75;
    list-style-type: disc; }
.p-privacy p {
  font-size: 1.6rem;
  line-height: 1.75;
  margin-top: .5em; }
.p-profileMessage {
  margin-top: 60px;
  background: url("https://us-delight.mylandshe-s.jp/wp/wp-content/themes/original_v1/assets/img/profile/img_message01.svg") no-repeat center top/776px auto; }
  .p-profileMessage__description {
    font-size: 1.6rem;
    line-height: 2.5;
    clear: both; }
    .p-profileMessage__description:first-child {
      float: right;
      margin-bottom: 150px; }
  .p-profileMessage__name {
    margin: 20px 60px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    gap: 20px; }
    .p-profileMessage__name span {
      font-size: 1.4rem; }
      .p-profileMessage__name span:last-child {
        width: 150px; }
.p-profileOverview {
  width: 100%;
  border-collapse: collapse; }
  .p-profileOverview th, .p-profileOverview td {
    font-size: 1.6rem;
    font-weight: 400;
    text-align: left;
    vertical-align: top;
    line-height: 1.5;
    padding: 20px 15px;
    border: solid 1px #ccc;
    border-left: none;
    border-right: none; }
  .p-profileOverview th {
    width: 230px; }
.p-profileHistory {
  display: flex;
  flex-wrap: wrap; }
  .p-profileHistory__head {
    color: #b40500;
    font-weight: 700;
    line-height: 2.25;
    width: 115px;
    padding-bottom: 30px;
    position: relative; }
    .p-profileHistory__head::before {
      content: "";
      width: 1px;
      height: 100%;
      background: #b60c07;
      display: block;
      position: absolute;
      bottom: 0;
      right: 30px; }
    .p-profileHistory__head--first::before {
      height: 90%; }
    .p-profileHistory__head--end::before {
      background: linear-gradient(0deg, white 0%, #b60c07 100%); }
    .p-profileHistory__head::after {
      content: "";
      width: 13px;
      height: 13px;
      background: url("https://us-delight.mylandshe-s.jp/wp/wp-content/themes/original_v1/assets/img/common/dotted01.svg") no-repeat 0 0/cover;
      display: block;
      position: absolute;
      top: 12px;
      right: 24px; }
  .p-profileHistory__body {
    width: calc(100% - 115px);
    padding-bottom: 30px; }
  .p-profileHistory__ListItem {
    display: flex;
    flex-wrap: wrap; }
    .p-profileHistory__ListItem span:first-child {
      width: 65px;
      margin-right: 5px;
      display: inline-block;
      position: relative; }
      .p-profileHistory__ListItem span:first-child:after {
        content: "｜";
        color: #ccc;
        display: inline-block;
        position: absolute;
        right: 0; }
    .p-profileHistory__ListItem span:last-child {
      width: calc(100% - 70px); }
.p-aboutIntro {
  display: flex;
  align-items: center;
  gap: 40px 100px; }
  .p-aboutIntro__description {
    word-break: auto-phrase;
    line-height: 2.5;
    width: 510px; }
  .p-aboutIntro__pic {
    width: 40vw;
    min-width: 560px;
    border-radius: 0 40px 40px 0;
    overflow: hidden; }
.p-aboutMind__logo {
  width: 520px;
  margin: 0 auto 80px; }
.p-aboutMind__description {
  font-size: 2.2rem;
  text-align: center;
  line-height: 2.5; }
.p-aboutGallery {
  margin-top: 100px; }
  .p-aboutGalleryList {
    transition-timing-function: linear;
    gap: 50px; }
    .p-aboutGalleryList__item {
      width: 200px;
      height: 155px;
      border-radius: 15px;
      overflow: hidden; }
.p-aboutGoal {
  min-height: 885px;
  padding-top: 2px;
  background: url("https://us-delight.mylandshe-s.jp/wp/wp-content/themes/original_v1/assets/img/about/img_goal01.png") no-repeat left 30px top/370px auto;
  display: flex;
  flex-flow: wrap column;
  align-content: flex-end;
  gap: 150px 0; }
  .p-aboutGoal__description {
    width: 485px;
    margin-right: 120px; }
.p-recruitIntro {
  position: relative; }
  .p-recruitIntro__catch {
    width: 576px;
    position: absolute;
    top: -80px;
    left: -20px; }
  .p-recruitIntro__pic {
    margin-bottom: 60px; }
.p-recruitAdvantageList {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative; }
  .p-recruitAdvantageList::before {
    content: "";
    width: 230px;
    height: 170px;
    background: url("https://us-delight.mylandshe-s.jp/wp/wp-content/themes/original_v1/assets/img/recruit/img_advantage01.png") no-repeat 0 0/cover;
    position: absolute;
    bottom: 100%;
    right: 0; }
  .p-recruitAdvantageList__item {
    padding: 20px 25px;
    background: #fff; }
  .p-recruitAdvantageList__title {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.5;
    text-align: left;
    padding-left: 10px;
    border-left: solid 5px #b30500; }
  .p-recruitAdvantageList__description {
    font-size: 1.55rem;
    margin-top: 10px; }
.p-recruitJobType {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .p-recruitJobType__item {
    width: 330px; }
  .p-recruitJobType__name {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    text-align: left;
    padding: 10px;
    background: #b30500; }
  .p-recruitJobType__pic {
    margin-top: 20px; }
  .p-recruitJobType__description {
    margin-top: 20px; }
.p-recruitRequirementsDetail {
  width: 100%;
  border-collapse: collapse; }
  .p-recruitRequirementsDetail th, .p-recruitRequirementsDetail td {
    font-size: 1.6rem;
    text-align: left;
    vertical-align: top;
    line-height: 1.75;
    padding: 30px 15px;
    border: solid 1px #ccc;
    border-left: none;
    border-right: none; }
  .p-recruitRequirementsDetail th {
    font-weight: 500;
    width: 150px; }
.p-form .wpcf7-spinner {
  display: none !important; }
.p-form .wpcf7-not-valid-tip {
  font-size: 1.4rem;
  font-weight: 600;
  margin-top: 5px;
  position: absolute; }
.p-formTable {
  width: 100%;
  border-collapse: collapse; }
  .p-formTable th, .p-formTable td {
    font-size: 1.8rem;
    text-align: left;
    vertical-align: top;
    line-height: 1.5;
    border: none; }
  .p-formTable th {
    font-weight: 600;
    width: 230px;
    padding: 25px 0 15px; }
  .p-formTable td {
    width: calc(100% - 220px);
    padding: 20px 0; }
  .p-formTable__required {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    margin-left: 10px;
    padding: 2px 6px;
    background: #b40500;
    border-radius: 5px; }
  .p-formTable__any {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    margin-left: 10px;
    padding: 2px 6px;
    background: #fff;
    border-radius: 5px; }
    .p-formTable__any--recruit {
      color: #fff6f7;
      background: #fff6f7; }
  .p-formTable__comment {
    font-size: 1.4rem;
    margin: 2em 0 .5em; }
  .p-formTable--confirm tr:nth-of-type(odd) {
    background: #f8f8f8; }
  .p-formTable--confirm th, .p-formTable--confirm td {
    padding: 30px 20px; }
.p-formContent {
  margin-top: 60px;
  padding-top: 60px;
  border-top: solid 1px #999; }
  .p-formContent__title {
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px; }
  .p-formContent__description {
    font-size: 1.4rem; }
  .p-formContent__comment {
    color: #b40500;
    font-size: 1.4rem; }
  .p-formContent__check {
    text-align: center;
    margin-top: 40px; }
.p-formAnnouncement {
  margin-top: 100px; }
  .p-formAnnouncement__title {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    text-align: left;
    margin-bottom: 10px;
    padding: 10px;
    background: #969696; }
  .p-formAnnouncementList {
    display: flex;
    flex-flow: wrap column;
    gap: 5px; }
    .p-formAnnouncementList__item {
      font-size: 1.4rem; }
.p-formThanks__title {
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px; }
.p-formThanks__description {
  text-align: center;
  margin-bottom: 60px; }
.p-formButton {
  text-align: center;
  margin-top: 60px; }
  .p-formButton__submit {
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    width: 220px;
    margin: 0 10px;
    padding: 15px;
    background: #b40500;
    border: none;
    border-radius: 10em;
    transition: opacity .2s; }
    .p-formButton__submit:hover {
      cursor: pointer;
      opacity: .5; }
  .p-formButton__back {
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    width: 220px;
    margin: 0 10px;
    padding: 15px;
    background: #666;
    border: none;
    border-radius: 10em;
    transition: opacity .2s; }
    .p-formButton__back:hover {
      cursor: pointer;
      opacity: .5; }
  .p-formButton__top {
    font-weight: 700;
    line-height: inherit;
    width: 220px;
    margin: 0 auto;
    padding: 15px;
    display: block;
    transition: opacity .2s; }
    .p-formButton__top:hover {
      cursor: pointer;
      opacity: .5; }
.p-form__select01 {
  margin-right: 5px;
  position: relative; }
  .p-form__select01::before, .p-form__select01::after {
    position: absolute;
    content: '';
    pointer-events: none; }
  .p-form__select01::before {
    right: 0;
    display: inline-block;
    width: 40px;
    height: calc(100% + 18px);
    border-radius: 0 5px 5px 0;
    background-color: #b30500;
    content: ''; }
  .p-form__select01::after {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(50%, -50%) rotate(45deg);
    width: 6px;
    height: 6px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    content: ''; }
  .p-form__select01 select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    min-width: 135px;
    padding: 10px;
    border: 2px solid #c8c8c8;
    border-radius: 5px;
    color: #333333;
    font-size: 1em;
    cursor: pointer; }
    .p-form__select01 select:focus {
      outline: none; }
  .p-form__select01 .wpcf7-form-control-wrap {
    position: static; }
.p-motionAboutPic {
  width: 100%;
  height: 100%; }
  .p-motionAboutPic__item {
    margin: auto;
    position: absolute;
    inset: 0;
    transform: translate(0, 0); }
    .p-motionAboutPic__item:nth-child(1), .p-motionAboutPic__item:nth-child(2), .p-motionAboutPic__item:nth-child(3), .p-motionAboutPic__item:nth-child(4), .p-motionAboutPic__item:nth-child(5), .p-motionAboutPic__item:nth-child(6) {
      width: 90px;
      height: 100px; }
      .p-motionAboutPic__item:nth-child(1) div, .p-motionAboutPic__item:nth-child(2) div, .p-motionAboutPic__item:nth-child(3) div, .p-motionAboutPic__item:nth-child(4) div, .p-motionAboutPic__item:nth-child(5) div, .p-motionAboutPic__item:nth-child(6) div {
        width: 100%;
        height: 100%;
        border-radius: 14px;
        overflow: hidden;
        transform: scale(0) rotateY(90deg); }
    .p-motionAboutPic__item:nth-child(1) div {
      background: url("https://us-delight.mylandshe-s.jp/wp/wp-content/themes/original_v1/assets/img/top/img_about01.png") no-repeat 0 0/cover; }
    .p-motionAboutPic__item:nth-child(2) div {
      background: url("https://us-delight.mylandshe-s.jp/wp/wp-content/themes/original_v1/assets/img/top/img_about02.png") no-repeat 0 0/cover; }
    .p-motionAboutPic__item:nth-child(3) div {
      background: url("https://us-delight.mylandshe-s.jp/wp/wp-content/themes/original_v1/assets/img/top/img_about03.png") no-repeat 0 0/cover; }
    .p-motionAboutPic__item:nth-child(4) div {
      background: url("https://us-delight.mylandshe-s.jp/wp/wp-content/themes/original_v1/assets/img/top/img_about04.png") no-repeat 0 0/cover; }
    .p-motionAboutPic__item:nth-child(5) div {
      background: url("https://us-delight.mylandshe-s.jp/wp/wp-content/themes/original_v1/assets/img/top/img_about05.png") no-repeat 0 0/cover; }
    .p-motionAboutPic__item:nth-child(6) div {
      background: url("https://us-delight.mylandshe-s.jp/wp/wp-content/themes/original_v1/assets/img/top/img_about06.png") no-repeat 0 0/cover; }
    .p-motionAboutPic__item:nth-child(7), .p-motionAboutPic__item:nth-child(8), .p-motionAboutPic__item:nth-child(9), .p-motionAboutPic__item:nth-child(10), .p-motionAboutPic__item:nth-child(11), .p-motionAboutPic__item:nth-child(12) {
      width: 42px;
      height: 45px;
      z-index: -1; }
      .p-motionAboutPic__item:nth-child(7) div, .p-motionAboutPic__item:nth-child(8) div, .p-motionAboutPic__item:nth-child(9) div, .p-motionAboutPic__item:nth-child(10) div, .p-motionAboutPic__item:nth-child(11) div, .p-motionAboutPic__item:nth-child(12) div {
        width: 100%;
        height: 100%;
        background: #b40500;
        border-radius: 10px;
        transform: scale(0) rotateY(90deg); }
.p-motionOpening {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000; }
  .p-motionOpening__inner {
    width: 100vw;
    height: 100dvh;
    background: #fff; }
    .p-motionOpening__inner::before {
      content: "";
      width: 0;
      height: 5px;
      margin: auto;
      background: linear-gradient(90deg, #a91f24 57%, #ffcc33 61%);
      animation: openingBorder 1.5s 1.5s cubic-bezier(1, 0, 0.1, 1) forwards;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      z-index: 2; }
    .p-motionOpening__inner::after {
      content: none;
      width: 100%;
      height: 5px;
      margin: auto;
      background: #fff;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      z-index: 2; }
  .p-motionOpening__logo {
    width: 285px;
    height: 60.5px;
    margin: auto;
    position: absolute;
    inset: 0;
    opacity: 0;
    animation: fadeIn .5s .5s linear forwards; }
    .p-motionOpening__logo--01 {
      z-index: 3; }
    .p-motionOpening__logo--02 {
      z-index: 1; }

@keyframes openingBorder {
  0% {
    width: 0; }
  100% {
    width: 100%; } }
@keyframes swiperZoom {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.15); } }
@keyframes zoomUp {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.15); } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn_BottomToUp {
  0% {
    opacity: 0;
    transform: translateY(15px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
@keyframes motionZoomUp1 {
  0% {
    opacity: 1;
    transform: scale(0); }
  100% {
    opacity: 1;
    transform: scale(1); } }
@keyframes motionZoomUp2 {
  0% {
    opacity: 1;
    transform: scale(0) rotateY(90deg); }
  100% {
    opacity: 1;
    transform: scale(1) rotateY(360deg); } }
