@charset "utf-8";
#root {
  background-color: #FAFBFF;
  overflow: hidden;
}
.top-fv__container {
  position: relative;
}
.top-fv-bg--sp {
    display: none;
}
.top-fv-title {
        position: absolute;
    top: 34%;
    left: clamp(1.25rem, -1.917rem + 6.6vw, 6rem);
    width: clamp(25rem, -0.375rem + 52.86vw, 63.063rem);
}
.top-fv-img {
      position: absolute;
    bottom: 7%;
    padding-left: clamp(1.25rem, -5.917rem + 14.93vw, 12rem);
    padding-right: clamp(7.5rem, 0.5rem + 14.58vw, 18rem);
      aspect-ratio: 1444/408;
    object-fit: cover;
}
.top-fv-img--sp {
    display: none;
}
.top-fv__content {
        padding: clamp(1.25rem, 0.417rem + 1.74vw, 2.5rem) clamp(1.25rem, 2.6vw, 3.125rem);
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    position: absolute;
    bottom: 15%;
    z-index: 1;
    background-color: #FAFBFF;
    right: clamp(1.25rem, -1.917rem + 6.6vw, 6rem);
}
.pg-fv-content__text {
      font-size: clamp(0.875rem, 0.542rem + 0.69vw, 1.375rem);
    font-weight: 700;
    line-height: 1.5;
    font-family: "Zen Old Mincho", serif;
}
.pg-fv-content__text span {
  font-size: clamp(1.5rem, 0.5rem + 2.08vw, 3rem);
}

.top-insta {
  padding-top: 94px;
}
.top-insta__inner {
  padding: 0 clamp(1.25rem, -43.125rem + 55.47vw, 23.438rem);
}
.top-insta__container {
  position: relative;
}
.insta-img {
      width: 200px;
    position: absolute;
    right: 0;
    top: -180px;
}
.top-insta__title {
      display: flex;
    align-items: center;
    column-gap: 8px;
}
.top-insta-title__icon {
  width: clamp(2.5rem, 1.75rem + 1.56vw, 3.625rem);
}
.top-insta-title__main {
    font-family: "Zen Old Mincho", serif;
      font-size: clamp(2rem, 1.583rem + 0.87vw, 2.625rem);
    font-weight: 700;
}
.top-insta__text {
      margin-top: 24px;
    line-height: 1.7;
    font-weight: 400;
}
.top-insta__content {
      display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 24px;
    margin-top: clamp(2rem, 1.333rem + 1.39vw, 3rem);
}
.top-insta__content > div {
  height: 77%;
  overflow: hidden;
}

.t-business {
      padding-top: clamp(5rem, 4.167rem + 1.74vw, 6.25rem);
    padding-bottom: clamp(2.5rem, 0.833rem + 3.47vw, 5rem);
    position: relative;
}
.t-business__inner {
      padding: 0 clamp(1.25rem, -11.667rem + 26.91vw, 20.625rem);
}
.top-section__title {
      display: flex;
    align-items: center;
}
.top-section-title__sub {
      padding-right: clamp(0.5rem, 0.167rem + 0.69vw, 1rem);
    height: clamp(1rem, 0.833rem + 0.35vw, 1.25rem);
    width: auto;
    object-fit: contain;
}
.top-section-title__main {
      font-size: clamp(1.5rem, 0.75rem + 1.56vw, 2.625rem);
    font-weight: 700;
    font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.03em;
}
.top-section-title--icon {
   height: clamp(2rem, 1.625rem + 0.78vw, 2.563rem);
   object-fit: contain;
}
.t-business__items {
      margin-top: 24px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.t-business-hover:hover {
  opacity: 1;
}
.t-business__item {
      position: relative;
    display: flex;
    overflow: hidden;
}
.t-business__img {
  transition: .5s;
  position: relative;
      aspect-ratio: 420/559;
    object-fit: cover;
    height: auto;
}
.t-business__item:hover .t-business__img {
  transform: scale(1.1);
}
.t-business__item::before {
  background: rgba(5, 83, 145, .5); /* マスクの色(黒の50%) */
  bottom: 0;
  content: '';
  height: auto;
  left: 0;
  opacity: 0; /* 最初は透明（非表示） */
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity .6s ease; /* ゆっくりopacityのみへ変化させる */
  width: 100%;
  z-index: 10;
}
.t-business__item:hover::before {
  opacity: 1;
}
.t-business__bg {
      position: absolute;
    top: 0;
}
.t-business__title {
      position: absolute;
    top: clamp(0.5rem, -0.167rem + 1.39vw, 1.5rem);
    display: flex;
    column-gap: clamp(0.625rem, 0.458rem + 0.35vw, 0.875rem);
    left: clamp(1rem, 0.667rem + 0.69vw, 1.5rem);
    align-items: center;
}
.t-business-title__line {
      width: clamp(0.25rem, 0.167rem + 0.17vw, 0.375rem);
    height: clamp(1rem, 0.667rem + 0.69vw, 1.5rem);
    background-color: #fff;
}
.t-business-title__main {
      font-size: clamp(1rem, 0.667rem + 0.69vw, 1.5rem);
    color: #fff;
    font-weight: 600;
}
.t-business-deco__bottom {
      width: clamp(31.25rem, 6.375rem + 51.82vw, 68.563rem);
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.t-strength {
  padding-top: clamp(5rem, -0.333rem + 11.11vw, 13rem);
}
.t-strength__inner {
      padding-left: clamp(1.25rem, -1.917rem + 6.6vw, 6rem);
    padding-right: clamp(1.25rem, -5.917rem + 14.93vw, 12rem);
}
.t-strength__container {
      display: flex;
    column-gap: clamp(1.25rem, -0.583rem + 3.82vw, 4rem);
    align-items: center;
}
.t-strength__left {
  width: 56%;
  position: relative;
}
.t-strength-left__img {
  position: relative;
}
.t-strength-left__deco1 {
      position: absolute;
    bottom: clamp(17.5rem, 3.333rem + 29.51vw, 38.75rem);
    width: clamp(8.75rem, 2.833rem + 12.33vw, 17.625rem);
    left: clamp(5rem, 1.667rem + 6.94vw, 10rem);
}
.t-strength-left__deco2 {
      position: absolute;
    top: clamp(17.25rem, 2.083rem + 31.6vw, 40rem);
    width: clamp(8.125rem, 3.792rem + 9.03vw, 14.625rem);
    right: clamp(2.375rem, 0.625rem + 3.65vw, 5rem);
}
.t-strength__right {
  width: 44%;
}
.t-strength__items {
      display: flex;
    flex-direction: column;
    row-gap: clamp(1rem, 0.125rem + 1.82vw, 2.313rem);
    margin-top: clamp(2rem, 4.17vw, 5rem);
}
.t-strength__item {
      display: flex;
    border-bottom: 1px solid #9CC0D9;
    padding: 0 clamp(0.5rem, 1.04vw, 1.25rem);
    padding-bottom: clamp(1rem, 0.125rem + 1.82vw, 2.313rem);
    align-items: center;
    column-gap: clamp(0.5rem, -0.708rem + 2.52vw, 2.313rem);
}
.t-strength-item__icon {
      width: clamp(2.375rem, 0.833rem + 3.21vw, 4.688rem);
    aspect-ratio: 1/1;
}
.t-strength-item__text {
      font-size: clamp(0.875rem, 0.542rem + 0.69vw, 1.375rem);
    font-weight: 500;
}

.t-recruit {
  margin-top: 112px;
}
.t-recruit__container {
    padding: 0 clamp(1.25rem, -12.083rem + 27.78vw, 21.25rem);
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: clamp(1.25rem, -2.083rem + 6.94vw, 6.25rem);
    height: clamp(26.25rem, 10.833rem + 32.12vw, 49.375rem);
    background-image: url(https://hataraku-official.com/system_panel/uploads/images/t-recruit-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.t-recruit__left {
        display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: clamp(1.5rem, 0.417rem + 2.26vw, 3.125rem);
}
.top-section-title__main--white {
  color: #Fff;
}
.t-recruit__title {
      font-size: clamp(1.25rem, 0.583rem + 1.39vw, 2.25rem);
        letter-spacing: 0.08em;
    font-weight: 600;
    color: #fff;
}
.t-recruit__text {
      color: #fff;
    font-weight: 500;
    line-height: 1.7;
}
.t-recruit__right {
      display: grid;
    grid-template-columns: repeat(2, 1fr);
    height: 100%;
    overflow: hidden;
    column-gap: 16px;
}
.slider__wrapper {
  row-gap: 16px;
    display: flex;
    flex-direction: column;
}
.slider__wrapper--2 {
  transform: translateY(-28%);
}
.slider {
  animation: slide 40s linear infinite;
    row-gap: 16px;
    display: flex;
    flex-direction: column;
}
.slider2 {
  animation: slideUp 40s linear infinite;
    row-gap: 16px;
    display: flex;
    flex-direction: column;
}
.slide-img img {
        height: clamp(12.5rem, 4.125rem + 17.45vw, 25.063rem);
    object-fit: cover;
    width: 100%;
}
@keyframes slide {
    0% { transform: translateY(0); }
    100% { transform: translateY(-100%); }
}
@keyframes slideUp {
    0% { transform: translateY(0); }
    100% { transform: translateY(100%); }
}

.t-recruit-hover:hover {
  opacity: 1;
}
.t-recruit-hover:hover .btn__circle {
  background-color: #F9BF45;
}

.top-center {
  padding-top: clamp(5rem, 3.333rem + 3.47vw, 7.5rem);
}
.t-center__inner {
  padding-right: clamp(1.25rem, -5.917rem + 14.93vw, 12rem);
      position: relative;
    padding-bottom: clamp(5rem, 3.333rem + 3.47vw, 7.5rem);
}
.t-center__deco {
      position: absolute;
    right: 0;
    bottom: 0;
    width: clamp(31.25rem, 22.167rem + 18.92vw, 44.875rem);
}
.t-center__container {
      display: flex;
    column-gap: clamp(2.5rem, -2.583rem + 10.59vw, 10.125rem);
    justify-content: space-between;
    align-items: center;
}
.t-center__left {
      display: flex;
    flex-direction: column;
    row-gap: 32px;
}
.t-center__top {
      display: flex;
    column-gap: clamp(2.5rem, -4.083rem + 13.72vw, 12.375rem);
}
.t-center-top__left {
      position: relative;
    display: flex;
    column-gap: clamp(1.25rem, -0.5rem + 3.65vw, 3.875rem);
    height: fit-content;
}
.t-center-top-left__deco {
      position: absolute;
    width: 23vw;
    max-width: 442px;
    min-width: 250px;
    left: clamp(4.375rem, 1.458rem + 6.08vw, 8.75rem);
    bottom: clamp(1.313rem, 0.438rem + 1.82vw, 2.625rem);
}
.t-center-top-left__img1 {
      width: 16vw;
    max-width: 316px;
    min-width: 180px;
    aspect-ratio: 316/217;
    height: fit-content;
    object-fit: contain;
    position: relative;
    margin-top: clamp(6.25rem, 2.083rem + 8.68vw, 12.5rem);
}
.t-center-top-left__img2 {
      width: 13vw;
    max-width: 246px;
    min-width: 140px;
    aspect-ratio: 246/330;
    height: fit-content;
    object-fit: contain;
    position: relative;
}
.t-center-top__right {
  position: relative;
}
.t-center-top-right__deco1 {
      position: absolute;
    width: 15vw;
    max-width: 279px;
    left: clamp(14.375rem, 2.292rem + 25.17vw, 32.5rem);
    bottom: clamp(12.25rem, 5.833rem + 13.37vw, 21.875rem);
}
.t-center-top-right__img {
      width: 36vw;
    max-width: 689px;
    min-width: 290px;
    height: fit-content;
    object-fit: contain;
    position: relative;
    aspect-ratio: 689/418;
}
.t-center-top-right__deco2 {
      position: absolute;
    width: 16vw;
    max-width: 311px;
    right: clamp(12.5rem, -1.667rem + 29.51vw, 33.75rem);
    top: clamp(9.125rem, 1.042rem + 16.84vw, 21.25rem);
}

.t-center__bottom {
      display: flex;
    margin-top: 32px;
    column-gap: clamp(2.5rem, -2.5rem + 10.42vw, 10rem);
    justify-content: space-between;
    padding-left: clamp(1.25rem, -5.917rem + 14.93vw, 12rem);
}
.t-center-bottom__left {
      display: flex;
    flex-direction: column;
    row-gap: clamp(1.25rem, 0.417rem + 1.74vw, 2.5rem);
}
.t-center-bottom-left__text {
      font-size: clamp(1.125rem, 0.625rem + 1.04vw, 1.875rem);
    font-weight: 400;
  font-family: "Zen Old Mincho", serif;
  white-space: nowrap;
}
.t-center-bottom-left__text span {
  font-size: clamp(2rem, 0.833rem + 2.43vw, 3.75rem);
}
.t-center-bottom__center {
      position: relative;
    margin-top: 113px;
}
.t-center-bottom-center__img {
      width: 19vw;
    max-width: 369px;
    min-width: 200px;
    height: fit-content;
    object-fit: contain;
    position: relative;
    aspect-ratio: 369/275;
}
.t-center-bottom-center__deco {
        position: absolute;
    width: 11vw;
    max-width: 204px;
    min-width: 120px;
    top: clamp(7.5rem, 3.083rem + 9.2vw, 14.125rem);
    right: clamp(8.75rem, 3.5rem + 10.94vw, 16.625rem);
}
.t-center-bottom__right {
  writing-mode: vertical-lr;
}
.t-center-bottom-right__text {
  font-family: "Zen Old Mincho", serif;
   font-size: clamp(6.25rem, 2.583rem + 7.64vw, 11.75rem);
    color: rgba(0,15,26,0.08);
}

.t-center__right {
      writing-mode: vertical-lr;
}
.t-center__right h2 {
  font-family: "Zen Old Mincho", serif;
      font-size: clamp(2rem, 1.042rem + 2vw, 3.438rem);
        letter-spacing: 0.12em;
    font-weight: 600;
}

.outline {
  margin-top: 24px;
}
.outline__inner {
  padding: 0 clamp(1.25rem, -20.25rem + 26.88vw, 12rem);
}
.outline__container {
      display: flex;
        align-items: center;
    column-gap: clamp(2.5rem, -7.5rem + 12.5vw, 7.5rem);
}
.outline__left {
  width: 60%;
}
.outline-left__img {
        aspect-ratio: 890/658;
    width: auto;
    height: 100%;
  object-fit: contain;
}
.outline__right {
  width: 40%;
}
.outline__items {
    margin-top: clamp(2.5rem, -2.5rem + 6.25vw, 5rem);
    display: flex;
    flex-direction: column;
    row-gap: clamp(1.25rem, 0.583rem + 1.39vw, 2.25rem);
}
.outline__item {
  display: flex;
}
.outline-item__left {
  width: 30%;
}
.outline-item-left__text {
      font-weight: 700;
    color: #055391;
}
.outline-item__right {
  width: 70%;
}
.outline-item-right__text {
  font-weight: 400;
}

.outline-item__right--last {
      display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: clamp(1rem, -0.375rem + 2.86vw, 3.063rem);
}
.outline-item__content {
      display: flex;
    flex-direction: column;
    row-gap: clamp(0.5rem, 0.167rem + 0.69vw, 1rem);
}
.outline-item-content__img {
        width: fit-content;
    height: 90px;
    object-fit: contain;
}

.top-map {
  margin-top: 35px;
}
.top-map__inner {
      padding-left: clamp(1.25rem, -20.625rem + 45.57vw, 34.063rem);
    padding-right: clamp(1.25rem, -5.917rem + 14.93vw, 12rem);
    position: relative;
    padding-bottom: 72px;
}
.top-map__container {
  position: relative;
}
.google-map__deco {
      position: absolute;
    width: 60%;
    left: 0;
    bottom: 0;
}
.top-map__container > div > iframe {
      width: 100%;
    height: 328px;
    border: none;
}

.t-entry {
      margin-top: 60px;
    margin-bottom: 60px;
}
.t-entry__container {
  position: relative;
  padding: clamp(1.563rem, 0.104rem + 3.04vw, 3.75rem) 0;
}
.t-recruit-bg--sp {
  display: none;
}
.t-entry__text {
      position: absolute;
    font-size: clamp(0.875rem, 0.208rem + 1.39vw, 1.875rem);
    font-weight: 700;
    font-family: "Zen Old Mincho", serif;
    color: #FAFBFF;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.58);
    top: 50%;
    transform: translateY(-50%);
    left: clamp(6.25rem, -0.667rem + 14.41vw, 16.625rem);
}
.t-entry__title {
      height: clamp(9.25rem, -2.5rem + 24.48vw, 26.875rem);
    width: clamp(2.375rem, -0.625rem + 6.25vw, 6.875rem);
    position: absolute;
    left: clamp(1.25rem, -1.917rem + 6.6vw, 6rem);
    top: 50%;
    transform: translateY(-50%);
}
.t-btn-entry-hover {
      position: absolute;
    right: clamp(1.25rem, -5.917rem + 14.93vw, 12rem);
    bottom: 0;
}
.t-btn-entry-hover:hover {
  opacity: 1;
}
.t-entry__btn {
      width: clamp(10rem, 0.083rem + 20.66vw, 24.875rem);
    height: clamp(3.125rem, -0.042rem + 6.6vw, 7.875rem);
    background-color: #F9BF45;
    transform: skewX(-25deg);
    display: flex;
    justify-content: center;
    align-items: center;
  transition: all 0.5s;
}
.t-entry-btn__text {
      font-family: "Open Sans", sans-serif;
    font-size: clamp(1rem, 0.333rem + 1.39vw, 2rem);
    transform: skewX(25deg);
    color: #055391;
    font-weight: 600;
  transition: all 0.5s;
}

.t-btn-entry-hover:hover .t-entry__btn {
  background-color: #055391;
}
.t-btn-entry-hover:hover .t-entry-btn__text {
  color: #F9BF45;
}

.top-healthy {
    margin: 82px 0;
}
.healthy__inner {
  padding: 0 clamp(1.25rem, -20.25rem + 26.88vw, 12rem);
}
.healthy__row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 24px;
    margin-top: 32px;
}
.healthy__img {
    width: 20%;
}
.healthy__img--row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
}
.healthy__img--row img {
    width: calc(100%/2 - 8px);
}
.healthy__body {
    width: 80%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.healthy__body--row {
    display: flex;
    gap: 16px;
}
.healthy__body--heading {
    width: 20%;
    color: #055391;
    min-width: 126px;
}
.healthy__body--text {
    width: 80%;
}


@media (max-width: 1279px) {
  .top-insta__container {
        display: flex;
    flex-direction: column;
    align-items: center;
  }
  .insta-img {
        width: clamp(5rem, -6.272rem + 23.48vw, 12.5rem);
    top: 0;
  }
  .top-insta__content {
        grid-template-columns: repeat(1, 1fr);
    row-gap: 10px;
  }
  .top-insta__content div {
    height: 74%;
  }
  .top-insta__content div:nth-child(2) {
    display: none;
  }
  .top-insta__content div:nth-child(3) {
    display: none;
  }
  .top-insta__content > div > iframe {
    margin: auto;
  }
  .outline__container {
        flex-direction: column;
    row-gap: 40px;
  }
  .outline__left {
    width: 70%;
  }
  .outline__right {
    width: 70%;
  }
}

@media (max-width: 767px) {
  .insta-img {
    top:  35px;
  }
  .top-insta__content {
    margin-top: 120px;
  }
  .top-fv-bg {
    display: none;
  }
  .top-fv-bg--sp {
    display: block;
  }
  .top-fv-title {
    width: 100%;
    left: 0;
    padding: 0 20px;
    top: 26%;
  }
  .top-fv-img {
    display: none;
  }
  .top-fv-img--sp {
    display: block;
        bottom: 5%;
    position: absolute;
  }
  .top-fv__content {
        right: 50%;
    transform: translateX(50%);
    bottom: 32%;
    width: max-content;
    padding: clamp(1.25rem, -0.69rem + 7.96vw, 3.125rem) clamp(1.25rem, -0.043rem + 5.31vw, 2.5rem);
  }
  .pg-fv-content__text {
    font-size: clamp(0.75rem, 0.103rem + 2.65vw, 1.375rem);
  }
  .pg-fv-content__text span {
    font-size: clamp(1.625rem, 0.461rem + 4.77vw, 2.75rem);
  }
  
  .top-insta-title__icon {
    width: clamp(1.625rem, 0.72rem + 3.71vw, 2.5rem);
  }
  .top-insta-title__main {
    font-size: clamp(1.375rem, 0.728rem + 2.65vw, 2rem);
  }
  
  .t-business__inner {
    padding: 0 clamp(1.25rem, -2.629rem + 15.92vw, 5rem);
  }
  .t-business__items {
    grid-template-columns: repeat(1, 1fr);
  }
  .t-business-title__line {
        height: clamp(1.25rem, 0.474rem + 3.18vw, 2rem);
    width: clamp(0.313rem, 0.119rem + 0.8vw, 0.5rem);
  }
  .t-business-title__main {
    font-size: clamp(1.25rem, 0.474rem + 3.18vw, 2rem);
  }
  
  .t-strength__container {
        flex-direction: column-reverse;
    row-gap: 80px;
  }
  .t-strength__left {
    width: 100%;
  }
  .t-strength-left__deco2 {
        right: 0;
    width: clamp(8.125rem, -2.866rem + 45.09vw, 18.75rem);
    top: clamp(13.5rem, 0.31rem + 54.11vw, 26.25rem);
  }
  .t-strength-left__deco1 {
        left: 0;
    bottom: clamp(10.625rem, -1.659rem + 50.4vw, 22.5rem);
    width: clamp(8.75rem, -1.595rem + 42.44vw, 18.75rem);
  }
  .t-strength__right {
    width: 100%;
  }
  
  .t-recruit__container {
        grid-template-columns: repeat(1, 1fr);
    height: clamp(68.75rem, 50.853rem + 89.49vw, 93.75rem);
    row-gap: 60px;
    padding-bottom: 60px;
    padding-top: 40px;
  }
  .top-section__title {
    justify-content: center;
  }
  .slide-img img {
        aspect-ratio: 192/278;
    height: unset;
  }
  .t-recruit-hover {
        display: flex;
    justify-content: center;
  }
  
  .t-center__inner {
        padding: 0 20px;
    padding-bottom: 100px;
  }
  .t-center__deco {
    width: 80%;
  }
  .t-center__container {
        flex-direction: column;
    position: relative;
  }
  .t-center__left {
    row-gap: 450px;
  }
  .t-center__top {
        flex-direction: column;
    row-gap: 300px;
  }
  .t-center-top__left {
    justify-content: center;
  }
  .t-center-top-left__deco {
        width: clamp(15.625rem, 3.211rem + 50.93vw, 27.625rem);
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
  }
  .t-center-top-left__img1 {
    width: clamp(11.25rem, 2.457rem + 36.07vw, 19.75rem);
  }
  .t-center-top-left__img2 {
    width: clamp(8.75rem, 1.897rem + 28.12vw, 15.375rem);
  }
  .t-center-top-right__deco1 {
        left: unset;
    right: -10px;
    bottom: unset;
    top: -10%;
    z-index: 1;
    width: clamp(5.625rem, -1.487rem + 29.18vw, 12.5rem);
  }
  .t-center-top-right__img {
        width: 90%;
    margin: auto;
  }
  .t-center-top-right__deco2 {
        top: unset;
    bottom: -6%;
    right: unset;
    left: -10px;
    width: clamp(5.625rem, -1.487rem + 29.18vw, 12.5rem);
  }
  .t-center__bottom {
    flex-direction: column;
  }
  .t-center-bottom__left {
    position: absolute;
    top: clamp(15.875rem, 9.409rem + 26.53vw, 22.125rem);
    left: 50%;
    width: max-content;
    transform: translateX(-50%);
  }
  .t-center-bottom__center {
    margin: 0;
  }
  .t-center-bottom-center__deco {
        right: unset;
    left: -8%;
    min-width: unset;
    width: clamp(7.5rem, 2.069rem + 22.28vw, 12.75rem);
    top: clamp(7.125rem, 1.047rem + 24.93vw, 13rem);
  }
  .t-center-bottom-center__img {
        min-width: unset;
    width: clamp(12.5rem, 1.573rem + 44.83vw, 23.063rem);
  }
  .t-center-bottom__right {
        position: absolute;
    right: 0;
    bottom: 0;
  }
  .t-center-bottom-right__text {
    font-size: clamp(4.125rem, -1.953rem + 24.93vw, 10rem);
  }
  .t-center__right {
        position: absolute;
    top: clamp(46.875rem, 28.125rem + 76.92vw, 65rem);
    white-space: nowrap;
  }
  
  .outline__inner {
    padding: clamp(1.25rem, -1.336rem + 10.61vw, 3.75rem);
  }
  .outline__left {
    width: 100%;
  }
  .outline__right {
    width: 100%;
  }
  .outline__item {
        flex-direction: column;
    row-gap: 8px;
  }
  .outline-item__left {
    width: 100%;
  }
  .outline-item-left__text {
    font-size: 16px;
  }
  .outline-item__right {
    width: 100%;
  }
  .outline-item-right__text {
    font-size: 16px;
  }
  .outline-left__img {
    height: auto;
  }
  
  .top-map__inner {
        padding-left: 0;
    padding-right: 0;
    padding-bottom: clamp(5rem, 1.121rem + 15.92vw, 8.75rem);
  }
  .top-map__container > div > iframe {
    height: clamp(12.813rem, 4.86rem + 32.63vw, 20.5rem);
  }
  
  .t-entry__bg {
    display: none;
  }
  .t-recruit-bg--sp {
    display: block;
  }
  .t-entry__text {
        left: clamp(5rem, 1.767rem + 13.26vw, 8.125rem);
    top: 34%;
    font-size: clamp(0.875rem, 0.228rem + 2.65vw, 1.5rem);
  }
  .t-entry__title {
        left: 12px;
    height: clamp(9.25rem, -0.578rem + 40.32vw, 18.75rem);
    width: clamp(2.375rem, 0.047rem + 9.55vw, 4.625rem);
  }

  .healthy__inner {
    padding: clamp(1.25rem, -1.336rem + 10.61vw, 3.75rem);
  }
  .healthy__body {
    width: 100%;
  }
  .healthy__img {
    width: 100%;
  }
  .healthy__img {
    max-width: 314px;
  }
  .healthy__body--row {
    flex-direction: column;
    gap: 8px;
  }
  .healthy__body--heading {
    width: 100%;
  }
  .healthy__body--text {
    width: 100%;
  }
  .healthy__row {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 389px) {
  .top-fv-title {
    top: 25%;
  }
  .top-fv__content {
    bottom: 30%;
  }
  .top-insta-title__icon {
    width: 22px;
  }
  .top-insta-title__main {
    font-size: 18px;
  }
  
  .t-strength-item__text {
     font-size: clamp(0.75rem, 0.17rem + 2.9vw, 0.875rem);
  }
  .outline-item-right__text {
    font-size: 14px;
  }
  .t-recruit__title {
    font-size: clamp(1.125rem, 0.545rem + 2.9vw, 1.25rem);
  }
  .t-entry__text {
        font-size: 12px;
    left: 54px;
  }
}