body.smile {
  background-color: #fbf4de;
  color: #2c2c2c;
  font-family: "Noto Sans JP";
}

.smile__main {
  overflow: hidden;
  background: #FBF4DE;
}
.smile_body {
  margin: 0 auto;
  padding: 46px 0 0;
}
@media screen and (min-width: 768px) {
  .smile_body {
    padding: 80px 0 0;
  }
}

.recruit_fv_inner_smile_update {
  max-width: 1100px;
  padding: 0 20px;
}
.recruit_fv_inner_smile_update .recruit_title {
  width: 100%;
}

.intro {
  padding: 0 0 92px;
}
@media screen and (max-width: 767px) {
  .intro {
    padding-bottom: 72px;
  }
}
.intro_inner {
  display: grid;
  grid-template-columns: minmax(280px, 426px) minmax(0, 1fr);
  align-items: center;
  gap: 48px 64px;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .intro_inner {
    grid-template-columns: 1fr;
    gap: 36px;
  }
}
.intro_logo {
  margin: 0;
  text-align: center;
}
.intro_logo img {
  width: min(100%, 426px);
  height: auto;
}
@media screen and (max-width: 767px) {
  .intro_logo img {
    width: min(100%, 230px);
  }
}
.intro_txt {
  max-width: 535px;
}
@media screen and (max-width: 767px) {
  .intro_txt {
    max-width: none;
  }
}
.intro_catch {
  margin: 0 0 24px;
  font-size: clamp(22px, 2.2vw, 28px);
  font-weight: 700;
  line-height: 1.68;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .intro_catch {
    text-align: center;
  }
}
.intro_catch_quote {
  color: #c9bd16;
}
.intro_lead {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 2.13;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .intro_lead {
    padding: 0 5px;
  }
}

.about {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px 93px;
}
@media screen and (max-width: 767px) {
  .about {
    padding-bottom: 43px;
  }
}
.about_head {
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .about_head {
    margin-bottom: 44px;
  }
}
.about_ttl {
  margin: 0 0 12px;
  text-align: center;
  font-size: clamp(22px, 2vw, 26px);
  font-weight: 700;
  line-height: 1.73;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .about_ttl {
    font-size: 20px;
  }
}
.about_en {
  margin: 0;
  font-family: "Lato", "Noto Sans JP";
  font-size: 15px;
  font-weight: 500;
  line-height: 1.87;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .about_en {
    font-size: 12px;
  }
}
.about_list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.about_steps.is-gsap-ready .about_list {
  position: relative;
  gap: 0;
  width: 100%;
}
.about_steps.is-gsap-ready .about_item {
  will-change: transform, opacity;
}
.about_steps_inner {
  width: 100%;
}
.about_item {
  margin: 0;
}
.about_inner {
  display: grid;
  grid-template-columns: minmax(0, 459px) minmax(0, 1fr);
  align-items: center;
  gap: 48px;
  padding: 45px 50px;
  border-radius: 20px;
}
.about_inner_green {
  background-color: #9bc44a;
}
.about_inner_teal {
  background-color: #6dbfb7;
}
.about_inner_pink {
  background-color: #e8a0bf;
}
.about_inner_yellow {
  background-color: #e5c84a;
}
.about_inner_blue {
  background-color: #6da8d4;
}
@media screen and (max-width: 767px) {
  .about_inner {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 18px 18px 32px;
  }
}
.about_img {
  margin: 0;
  overflow: hidden;
  border-radius: 20px;
}
.about_img img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 459/291;
  object-fit: cover;
}
.about_body {
  position: relative;
  color: #fff;
}
.about_body_bg {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 0;
  width: 259px;
  max-width: 55%;
  height: auto;
  mix-blend-mode: multiply;
  transform: translateY(-50%);
  pointer-events: none;
  user-select: none;
}
@media screen and (max-width: 767px) {
  .about_body_bg {
    right: auto;
    left: 50%;
    width: 259px;
    max-width: none;
    transform: translate(-50%, -50%);
  }
}
.about_num {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 24px;
}
.about_num_label {
  padding-top: 5px;
  font-family: "Lato", "Noto Sans JP";
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .about_num_label {
    font-size: 13px;
  }
}
.about_num_value {
  font-family: "Oswald", "Noto Sans JP";
  font-size: clamp(64px, 8vw, 85px);
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.02em;
}
.about_txt {
  position: relative;
  z-index: 1;
}
.about_subttl {
  margin: 0 0 16px;
  font-size: clamp(22px, 2.2vw, 27px);
  font-weight: 700;
  line-height: 1.63;
  letter-spacing: 0.04em;
}
.about_desc {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
.about_btn {
  margin: 28px 0 0;
}
@media screen and (max-width: 767px) {
  .about_btn {
    text-align: center;
  }
}
.about_btn_link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-width: 230px;
  min-height: 55px;
  padding: 0 40px 0 20px;
  border-radius: 28px;
  background-color: #fff;
  color: #2c2c2c;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: opacity 0.3s;
  position: relative;
}
.about_btn_link:hover {
  opacity: 0.7;
}
.about_btn_arrow {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #2c2c2c;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.about_btn_arrow::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 50%;
  left: calc(50% - 1px);
  transform: translate(-50%, -50%) rotate(45deg);
}

.cards {
  max-width: 1100px;
  margin: 65px auto 0;
}
@media screen and (max-width: 767px) {
  .cards {
    margin-top: 32px;
  }
}
.cards_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .cards_list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 16px;
  }
}
.cards_item {
  flex: 0 1 239px;
  width: 239px;
  max-width: calc(50% - 12px);
}
@media screen and (max-width: 767px) {
  .cards_item {
    width: 100%;
    max-width: none;
    flex: none;
  }
}
@media screen and (max-width: 767px) {
  .cards_item_communication .cards_label {
    bottom: 63%;
  }
  .cards_item_communication .cards_icon {
    margin-top: 8px;
  }
}
.cards_inner {
  position: relative;
  width: 100%;
  aspect-ratio: 239/232;
}
.cards_bg {
  display: block;
  width: 100%;
  height: 100%;
}
.cards_body {
  width: 100%;
  height: 100%;
  padding-right: 2.9%;
  position: absolute;
  top: 0;
  left: 0;
}
.cards_label {
  width: 97.1%;
  position: absolute;
  bottom: 60.5%;
  left: 0;
  margin: 0;
  color: #646464;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.24;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cards_label {
    font-size: 16px;
    bottom: 67.6%;
  }
}
.cards_top {
  width: 97.1%;
  position: absolute;
  top: 45.25%;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cards_top {
    font-size: 16px;
    top: 38.6%;
  }
}
.cards_sub {
  margin: 0;
  color: #646464;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .cards_sub {
    font-size: 12px;
  }
}
.cards_icon {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 53px;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .cards_icon {
    margin-top: 12px;
  }
}

.gallery {
  padding-top: 6vw;
  padding-bottom: 161px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .gallery {
    padding-top: 48px;
    padding-bottom: 95px;
  }
}
.gallery_ttl {
  margin: 0;
  padding: 0;
  color: #fff;
  font-family: "Lato", "Noto Sans JP";
  font-size: clamp(53px, 8.5vw, 200px);
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: center;
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .gallery_ttl {
    padding-bottom: 24px;
  }
}
.gallery_row {
  overflow: hidden;
}
.gallery_row + .gallery_row {
  margin-top: 16px;
}
.gallery_row_btm .gallery_track {
  animation-direction: reverse;
}
.gallery_track {
  display: flex;
  width: max-content;
  animation: gallery-scroll 60s linear infinite;
}
.gallery_list {
  display: flex;
  gap: 16px;
  margin: 0;
  padding: 0 8px;
  list-style: none;
}
.gallery_item {
  flex: 0 0 329px;
  width: 329px;
  overflow: hidden;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .gallery_item {
    flex-basis: 192px;
    width: 192px;
  }
}
.gallery_item img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 329/222;
  object-fit: cover;
  border-radius: 0;
}

@keyframes gallery-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-33.3333333333%);
  }
}