

.recruit-section {
  margin: 0 auto;
  position: relative;
}
.circle1 {
  position: absolute;
  right: 10%;
  z-index: 100;
  width: 260px;
}
@media (min-width: 969px) {
  .recruit-section {
    margin: 0 auto;
    position: relative;
    background-color: #f49e02 ;
    aspect-ratio: 16 / 9;
  }
}

/* 左縦書きタイトル */
.side-title {
  position: absolute;
  display: flex;
  align-items: center;
  z-index: 1;
  max-width: 100px;
  left: 20px;
  top: 150px;
}

/* コンテンツ本体 */
.content {
  display: flex;
  width: 100%;
}
.content-header {
  position: absolute;
}

.person-img {
  left: 0;
  width: 60%;
}

/* 赤オレンジの帯 */
.highlight {
  margin-top: 20px;
  position: relative;
  display: inline-block;
  padding: 12px 20px;
  background: linear-gradient(90deg, #f15a29, #f7931e);
  border-radius: 40px;
}

.highlight .stories {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  margin: 0 0 4px;
}

.storylabel {
  font-size: 32px;

  font-weight: bold;
  margin-bottom: 10px;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  z-index: 3;
  position: relative;
  letter-spacing: 1px;
}
.storytitle {
  font-size: 64px;
  font-weight: bold;
  margin-bottom: 50px;
  line-height: 1.5;
  display: inline-block;
  text-indent: 0;
  z-index: 3;
  color: #fff;
  position: relative;
  letter-spacing: 1px;
}
.stories-box {
  width: 55%;
  position: absolute;
  right: 0;
  bottom: 20px;
}
/* 説明文 */
.description {
  font-size: 14px;
  line-height: 2;
  color: #000;
  padding: 20px;
  border-radius: 12px;
}
img.path-img {
  position: absolute;
  width: 65%;
  right: 0;
  bottom: 40px;
}

/*メッセージ*/
.stories-message {
  background-color: #f49e02;
  padding: 280px 0px;
  padding-top: 0px;
}
.l-nner-stories {
  max-width: 1000px;
  margin: 0 auto;
}
.description {
  font-size: 22px;
  color: #fff;
  font-weight: bold;
}

.width-text-wrap {
  display: flex;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  margin: 0;
}

.width-text {
  font-size: 160px;
  font-weight: 900;
  color: #ce8500;
  flex-shrink: 0;
  padding-right: 2rem;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 1.2;
  animation: marquee 105s linear infinite;
  margin: 0;
}

.stories-about {
  background-color: #ffd447;
  padding: 130px 30px;
  border-radius: 120px 0px 0px 0px;
  position: relative;
  padding-top: 290px;
}

.l-nner-stories-about {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.stories-about-title {
  font-weight: bold;
  font-size: 42px;
  position: relative;
  z-index: 3;
}
.stories-about-text {
  font-size: 22px;
  line-height: 1.9;
  font-weight: bold;
}
.about-path {
  position: relative;
  margin-bottom: 70px;
}
.path-img1 {
  position: absolute;
  width: 400px;
  top: 0;
  z-index: 2;
  left: -20px;
}
.stories-about-img {
  position: absolute;
  right: 0;
  width: 80%;
  max-width: 1200px;
  top: -370px;
}
.stories-about-img-4 {
  position: absolute;
  right: 0;
  width: 230px;
  top: 0;
  z-index: 1;
}
.culture-wrap1 {
  display: flex;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  margin: 0;
}

.culture-text {
  font-size: 160px;
  font-weight: 900;
  color: #ffd447;
  flex-shrink: 0;
  padding-right: 2rem;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 0.9;
  animation: marquee 105s linear infinite;
  margin: 0;
}
.culture-text1 {
  font-size: 160px;
  font-weight: 900;
  color: #f49e02;
  flex-shrink: 0;
  padding-right: 2rem;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 0.9;
  animation: marquee 105s linear infinite;
  text-shadow: 2px 2px 0 #ffd447, -2px 2px 0 #ffd447, 2px -2px 0 #ffd447, -2px -2px 0 #ffd447;
}
.vmv-box {
  margin-bottom: 40px;
}

.vmv-box p {
  display: inline-block;
  padding: 15px 20px;
  border-radius: 30px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}

/* 吹き出しの色 */
.vmv-box.vision p {
  background: #e94f1d; /* 赤オレンジ */
}

.vmv-box.mission p {
  background: #5a64f7; /* 青 */
}

.vmv-box.value p {
  background: #e74cb2; /* ピンク */
}

/* 数字で見るNAILIT */
.numbers-section {
  background: #ffcc5a; /* 黄色背景 */
  padding: 60px 20px;
  color: #333;
  padding-bottom: 270px;
}

.numbers-title {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 40px;
}

.numbers-title .badge {
  background: #e94f1d;
  color: #fff;
  font-weight: bold;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 14px;
}

.numbers-title h2 {
  font-size: 24px;
  margin: 0;
  font-weight: bold;
}

/* 数字グリッド */
.numbers-grid {
  display: flex;
  flex-wrap: wrap; /* 折り返しを許可 */ /* アイテム間の余白 */
  justify-content: center;
}

.num-item {
}

.num-item img {
  width: 100%;
  height: auto;
  display: block;
}
.grid-title {
  width: 50%;
  padding: 5px;
}
.grid1 {
  width: 25%;
  padding: 5px;
}
.grid2 {
  width: 25%;
  padding: 5px;
}
.grid3 {
  width: 50%;
  padding: 5px;
}

.grid4 {
  width: 25%;
  padding: 5px;
}
.grid5 {
  width: 25%;
  padding: 5px;
}
.grid6 {
  width: 25%;
  padding: 5px;
}
.grid7 {
  width: 25%;
  padding: 5px;
}
.grid8 {
  width: 50%;
  padding: 5px;
}
.grid9 {
  width: 25%;
  padding: 5px;
}
.grid10 {
  width: 25%;
  padding: 5px;
}
.grid11 {
  width: 25%;
  padding: 5px;
}
.grid12 {
  width: 25%;
  padding: 5px;
}
.grid13 {
  width: 25%;
  padding: 5px;
}
.grid14 {
  width: 25%;
  padding: 5px;
}
.grid15 {
  width: 50%;
  padding: 5px;
}
.postion-title {
  width: 200px;
  position: absolute;
  top: -60px;
  left: 0;
}
.numbers-grid {
  position: relative;
}

.stories-liner {
  max-width: 1200px;
  margin: 0 auto;
}
.stories-liner {
  padding: 20px;
  padding-bottom: 80px;
}

.vmv-box-title {
  font-family: "Roboto Condensed", sans-serif;
  color: #fff;
  font-weight: bold;
  font-size: 46px;
  line-height: 1.3;
}
.vmv-box-subtitle {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 0px;
}

.stories-flex {
  width: 220px;
}

.vmv-box {
  display: flex;
  border-bottom: solid #fff;
  padding: 30px 0px;
  align-items: baseline;
}

.vmv-img {
  width: auto;
  height: 170px;
}
/* 無限ループアニメーション */
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@media (max-width: 969px) {
  .recruit-section {
    height: auto;
    padding-bottom: 0px;
    background-color: #f49e02;
  }
  .recruit-section-1 {
    height: auto;
    padding-bottom: 0px;
    background-color: #f18ad9;
  }
  .stories-message {
    background-color: #f49e02;
    padding: 0px 0px;
    padding-top: 0px;
  }
  .ceo-messsage p {
    margin: 0;
    font-size: 16px;
    line-height: 175%;
    font-feature-settings: 'palt' on;
  }
  .side-title {
    width: 40px;
    left: 10px;
    top: 100px;
  }
  .person-img {
    width: 95%;
  }
  .stories-box {
    width: 100%;
  }
  .content {
    display: block;
  }
  .content-header {
    position: relative;
  }
  .stories-box {
    position: relative;
    padding: 0px;
    justify-content: center;
    width: 100%;
    display: grid;
    padding-bottom: 0px;
  }
  .storytitle {
    margin-top: 14px;
    font-size: 30px;
    margin-bottom: 0px;
  }
  img.path-img {
    position: absolute;
    width: 85%;
    right: 0;
    bottom: 0px;
  }
  .storylabel {
    font-size: 20px;
    margin-bottom: 0;
  }
  .description {
    font-size: 16px;
    padding: 0px 20px;
    font-weight: 400;
    font-feature-settings: 'palt' on;
  }
  .width-text {
    font-size: 70px;
    margin-bottom: 0;
  }
  .stories-about {
    background-color: #ffd447;
    padding: 63px 20px;
    border-radius: 0px 0px 0px 0px;
    position: relative;
    padding-top: 90px;
  }
  .stories-about-img {
    position: relative;
    right: 0;
    width: 100%;
    max-width: 1200px;
    top: 0px;
  }
  .stories-about-title {
    font-weight: bold;
    font-size: 28px;
    position: relative;
    font-feature-settings: "palt" on;
    margin: 0;
  }
  .path-img1 {
    position: absolute;
    width: 300px;
    top: -50px;
    z-index: 2;
    left: 0px;
    right: 0;
    margin: 0 auto;
  }
  .stories-about-text {
    font-size: 15px;
    line-height: 1.6;
    font-weight: bold;
  }
  .stories-liner {
    padding: 20px;
  }
  .stories-flex {
    width: 100%;
    flex-direction: row-reverse;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .vmv-box {
    display: block;
    margin-bottom: 0;
  }
  .vmv-img {
    width: 100%;
    height: auto;
  }
  .vmv-box-title {
    font-family: "Roboto Condensed", sans-serif;
    color: #fff;
    font-weight: bold;
    font-size: 32px;
    line-height: 1.3;
    margin: 0;
  }
  .vmv-box-subtitle {
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 0px;
  }
  .numbers-section {
    background: #ffcc5a; /* 黄色背景 */
    padding: 60px 0px;
    color: #333;
    padding-bottom: 100px;
  }
  .grid-title {
    width: 100%;
    padding: 5px;
  }
  .grid1,
  .grid2,
  .grid4,
  .grid5,
  .grid6,
  .grid7,
  .grid9,
  .grid10,
  .grid11,
  .grid12,
  .grid13,
  .grid14 {
    width: 50%;
    padding: 5px;
  }

  .grid3 {
    width: 100%;
    padding: 5px;
  }
  .grid8 {
    width: 100%;
    padding: 5px;
  }
  .grid15 {
    width: 100%;
    padding: 5px;
  }
  .postion-title {
    width: 132px;
    position: absolute;
    top: -40px;
    left: 0;
  }
}

.mind__title {
  margin-top: 80px;
  width: min(769px, 100%);
  margin-inline: auto;
}
.mind__title img {
  width: 100%;
  height: auto;
}
.mind__wrap {
  margin-top: 59px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 84px;
}
.mind__item {
  border-radius: 8px;
  border: 2px solid #fff;
  background: #f46302;
  position: relative;
  overflow: hidden;
}
.mind__item-num {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0 0 8px 0;
  background: #fff;
  width: 46px;
  height: 43px;
  display: grid;
  place-items: center;
  color: #f46302;
  font-family: "Roboto Condensed";
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
.mind__item-text {
  padding: 30px 20px 24px;
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 33px; /* 150% */
}
.mind__item-text.--small {
  letter-spacing: -2.2px;
}
@media (max-width: 1250px) {
  .mind__wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 969px) {
  .mind__title {
    margin-top: 67px;
    width: min(344px, 100%);
  }
  .mind__wrap {
    margin-top: 40px;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
    margin-bottom: 80px;
    padding: 0;
  }
  .mind__item {
    background: #f64f22;
  }
  .mind__item-num {
    color: #f64f22;
    border-radius: 0;
    width: 50px;
    height: 100%;
  }
  .mind__item-text {
    padding: 11px 20px 12px 65px;
    text-align: left;
    font-size: 18px;
    margin: 0;
  }
}

.u-sp {
  display: none !important;
}
@media (max-width: 969px) {
  .u-sp {
    display: block !important;
  }
  .u-pc {
    display: none !important;
  }
}

.pink {
  background-color: #f18ad9 !important;
}
.blue {
  background-color: #42c6f5 !important;
}
.orange {
  background-color: #f49e02 !important;
}

.yellow .balloon-text,
.yellow .in-message-right,
.yellow .in-message-text {
  color: #000;
}