.flow_grid .item_title {
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .flow_grid .item_title {
    font-size: 2.4rem;
  }
}

.c_post {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
}
@media screen and (min-width: 768px) {
  .c_post {
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: clamp(
        3rem,
        2.4038461538vw + 0.5384615385rem,
        4rem
    );
  }
}
@media screen and (min-width: 1024px) {
  .c_post {
    grid-template-columns: repeat(auto-fill, minmax(clamp( 23rem, 7.2115384615vw + 15.6153846154rem, 26rem ), 1fr));
  }
}

.mv {
  margin-top: 60px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .mv {
    display: block;
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .mv {
    margin-top: clamp(
        8rem,
        7.2916666667vw + 0.5333333333rem,
        12.2rem
    );
  }
}
.mv_gallery {
  position: relative;
}
.mv_gallery::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(112, 112, 112, 0) 0%, rgb(56, 56, 56) 100%);
  mix-blend-mode: multiply;
  opacity: 0.38;
}
@media screen and (min-width: 768px) {
  .mv_gallery {
    display: flex;
  }
}
.mv_gallery__img {
  width: 100%;
}
.mv_gallery__img img {
  min-height: 516px;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .mv_gallery__img img {
    object-position: 0;
    min-height: 450px;
  }
}
.mv_content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  max-width: clamp(
        68rem,
        62.5vw + 20rem,
        120rem
    );
}
@media screen and (min-width: 768px) {
  .mv_content {
    padding: 0 20px;
  }
}
.mv_content__recruit {
  position: relative;
  width: 35.641025641%;
  left: 28px;
  top: 19px;
}
@media screen and (min-width: 768px) {
  .mv_content__recruit {
    width: 29.7413793103%;
    left: -48px;
    top: 43px;
  }
}
.mv_content__heading {
  font-size: clamp(
        2.6rem,
        4.2857142857vw + 0.9285714286rem,
        2.9rem
    );
  font-family: "Noto Serif JP", serif;
  color: #fff;
  line-height: 1.53125;
  position: relative;
  padding: 0 0 13px 20px;
  letter-spacing: -0.1em;
}
@media screen and (min-width: 768px) {
  .mv_content__heading {
    letter-spacing: -0.1em;
    padding: 0 0 10px 4px;
    font-size: clamp(
        4.5rem,
        2.2836538462vw + 2.7461538462rem,
        6.4rem
    );
  }
}
.mv_content__heading .txt01 {
  margin-left: -5px;
}
@media screen and (min-width: 768px) {
  .mv_content__heading .txt01 {
    display: inline-block;
    margin-left: -13px;
  }
}
.mv_content .btn {
  margin-bottom: -41px;
}
@media screen and (min-width: 768px) {
  .mv_content .btn {
    margin-bottom: -50px;
  }
}
.mv_content .c_btn {
  position: relative;
  top: 36px;
}
@media screen and (min-width: 768px) {
  .mv_content .c_btn {
    top: 50px;
  }
}
.mv_content .c_btn .c_btn01 {
  padding-left: 15px;
}
@media screen and (min-width: 768px) {
  .mv_content .c_btn .c_btn01 {
    padding-left: 0;
  }
}

.about {
  padding: 97px 0 80px;
  background-color: #efefef;
}
@media screen and (min-width: 768px) {
  .about {
    padding: clamp(
        12rem,
        9.6153846154vw + 2.1538461538rem,
        16rem
    ) 0 clamp(
        8rem,
        9.8557692308vw + -2.0923076923rem,
        12.1rem
    );
  }
}
.about .c_heading {
  padding: 27px 0 0;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .about .c_heading {
    padding: 35px 0 0;
  }
}
.about .c_hero {
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  .about .c_hero {
    padding-top: 56px;
  }
}
@media screen and (min-width: 768px) {
  .about_content {
    display: flex;
    justify-content: space-between;
    gap: clamp(
        2rem,
        3.4722222222vw + -1.5555555556rem,
        4rem
    );
    width: calc(100% + 40px);
  }
}
@media screen and (min-width: 768px) {
  .about_content .item_thumb {
    width: 50.0862068966%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
  }
}
@media (min-width: 768px) {
  .about_content .item_thumb img {
    width: calc(100% + 13.75vw);
  }
}
.about_content .item_desc {
  padding: 40px 20px 20px;
}
@media screen and (min-width: 768px) {
  .about_content .item_desc {
    width: 39.25%;
    padding: 14px 0 0;
  }
}
.about .c_link .item:first-child {
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .about .c_link .item {
    padding: 30px 0;
  }
}

.flow {
  padding: 60px 0;
}
@media screen and (min-width: 768px) {
  .flow {
    padding: clamp(
        8rem,
        4.5673076923vw + 3.3230769231rem,
        9.9rem
    ) 0 clamp(
        8rem,
        7.2115384615vw + 0.6153846154rem,
        11rem
    );
  }
}
.flow .container_fluid {
  width: 100%;
  max-width: 1400px;
  padding: 0 20px;
  margin: 0 auto;
}
.flow_grid {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
}
@media screen and (min-width: 768px) {
  .flow_grid {
    gap: clamp(
        4rem,
        6.9444444444vw + -3.1111111111rem,
        8rem
    );
  }
}
.flow_grid .item_header {
  min-height: 105px;
  position: relative;
}
.flow_grid .item_title {
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: 700;
  padding: 13px 20px;
  position: relative;
  z-index: 1;
}
.flow_grid .item_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(
        10rem,
        5.3050397878vw + 7.9310344828rem,
        12rem
    );
  height: clamp(
        10rem,
        5.3050397878vw + 7.9310344828rem,
        12rem
    );
  border-radius: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-top: -17px;
}
@media screen and (min-width: 768px) {
  .flow_grid .item_icon {
    width: clamp(
        10rem,
        4.8076923077vw + 5.0769230769rem,
        12rem
    );
    height: clamp(
        10rem,
        4.8076923077vw + 5.0769230769rem,
        12rem
    );
    margin-top: clamp(
        -3rem,
        -3.125vw + 1.5rem,
        -1.7rem
    );
  }
}
.flow_grid .item_icon img {
  width: clamp(
        5rem,
        5.3050397878vw + 2.9310344828rem,
        7rem
    );
}
@media screen and (min-width: 768px) {
  .flow_grid .item_icon img {
    width: clamp(
        5rem,
        4.8076923077vw + 0.0769230769rem,
        7rem
    );
  }
}
.flow_grid .item_thumb {
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .flow_grid .item_thumb {
    padding-bottom: 40px;
  }
}

.works {
  padding: 60px 0;
  background-color: #efefef;
}
@media screen and (min-width: 768px) {
  .works {
    padding: clamp(
        8rem,
        4.8076923077vw + 3.0769230769rem,
        10rem
    ) 0 clamp(
        8rem,
        4.8076923077vw + 3.0769230769rem,
        10rem
    );
  }
}
@media screen and (min-width: 768px) {
  .works .c_heading {
    padding-top: 57px;
    letter-spacing: -0.02em;
  }
}
.works .c_post {
  padding-top: 40px;
  grid-template-columns: 1fr 1fr;
}
@media screen and (min-width: 768px) {
  .works .c_post {
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    padding-top: 37px;
  }
}
@media screen and (min-width: 1024px) {
  .works .c_post {
    grid-template-columns: repeat(auto-fill, minmax(clamp( 23rem, 7.2115384615vw + 15.6153846154rem, 26rem ), 1fr));
  }
}
.works .c_post .link:hover .link_txt::after {
  transform: translateY(-50%) translateX(0);
}
.works .c_post .link {
  letter-spacing: -0.02em;
  display: flex;
  align-items: center;
}
.works .c_post img {
  aspect-ratio: 1.4444444444;
  object-fit: cover;
}

.people {
  padding: 60px 0;
}
@media screen and (min-width: 768px) {
  .people {
    padding: 98px 0 clamp(
        8rem,
        4.8076923077vw + 3.0769230769rem,
        10rem
    );
  }
}
.people_content {
  width: 100%;
  max-width: 235px;
}
@media screen and (min-width: 768px) {
  .people_content {
    max-width: 100%;
  }
}
.people_content .slick-list {
  overflow: unset;
}
.people .c_employee {
  padding-top: 40px;
  display: block;
}
@media screen and (min-width: 768px) {
  .people .c_employee {
    display: grid;
    padding-top: 54px;
    padding-left: 16px;
    grid-gap: 54px 34px;
  }
}
.people .c_employee__item {
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .people .c_employee__item {
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .people .c_employee__item__name {
    margin-top: 27px;
  }
}
.people .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  width: calc(100vw - 40px);
  transform: translateX(-50vw);
  position: absolute;
  left: 50vw;
}
.people .slick-dots li {
  font-size: 0;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: #ccc;
}
.people .slick-dots li.slick-active {
  background-color: #f00000;
}

.env {
  padding: 60px 0;
  background-color: #efefef;
}
@media screen and (min-width: 768px) {
  .env {
    padding: clamp(
        8rem,
        18.9903846154vw + -11.4461538462rem,
        15.9rem
    ) 0 clamp(
        8rem,
        5.7692307692vw + 2.0923076923rem,
        10.4rem
    );
  }
}
@media screen and (min-width: 768px) {
  .env .c_heading {
    padding-top: 66px;
  }
}
.env .c_heading .heading_txt {
  letter-spacing: 0;
}
.env .c_post {
  padding-top: 37px;
  grid-template-columns: 1fr 1fr;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .env .c_post {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(clamp( 26rem, 24.0384615385vw + 1.3846153846rem, 36rem ), 1fr));
  }
}
.env .c_post .item {
  width: calc(50% - 15px);
}
@media screen and (min-width: 768px) {
  .env .c_post .item {
    width: 100%;
  }
}

.recruit {
  padding: 0 0 80px;
  background-color: #efefef;
}
@media screen and (min-width: 768px) {
  .recruit {
    padding: 63px 0 clamp(
        8rem,
        13.9423076923vw + -6.2769230769rem,
        13.8rem
    );
  }
}
.recruit__content {
  display: none;
}
@media screen and (min-width: 768px) {
  .recruit__content {
    display: flex;
    justify-content: space-between;
    gap: clamp(
        2rem,
        4.8076923077vw + -2.9230769231rem,
        4rem
    );
  }
}
@media screen and (min-width: 768px) {
  .recruit__content .col01,
  .recruit__content .col03 {
    display: flex;
    flex-direction: column;
    gap: clamp(
        2rem,
        4.8076923077vw + -2.9230769231rem,
        4rem
    );
  }
}
@media screen and (min-width: 768px) {
  .recruit__content .col01 {
    width: 32.5%;
    padding-top: clamp(
        4rem,
        12.0192307692vw + -8.3076923077rem,
        9rem
    );
  }
}
@media screen and (min-width: 768px) {
  .recruit__content .col02 {
    width: 28.75%;
  }
}
@media screen and (min-width: 768px) {
  .recruit__content .col03 {
    width: 33.75%;
  }
}
.recruit__content .img01 {
  position: relative;
}
@media screen and (min-width: 768px) {
  .recruit__content .img01 {
    width: 63.4615384615%;
    margin-left: auto;
  }
}
@media screen and (min-width: 768px) {
  .recruit__content .img02,
  .recruit__content .img03 {
    height: 100%;
  }
}
@media screen and (min-width: 768px) {
  .recruit__content .img02 img,
  .recruit__content .img03 img {
    height: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width: 768px) {
  .recruit__content .img04 {
    width: 81.4814814815%;
  }
}
.recruit__ttl {
  position: absolute;
  width: 100%;
  max-width: 300px;
  bottom: calc(100% - 53px);
  left: 20px;
}
@media screen and (min-width: 768px) {
  .recruit__ttl {
    left: -30px;
    width: 131.5151515152%;
    max-width: 434px;
  }
}
@media screen and (min-width: 768px) {
  .recruit__desc {
    padding-top: 48px;
  }
}
.recruit__btn {
  padding-top: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .recruit__btn {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 40px;
    padding-top: clamp(
        8rem,
        6.7307692308vw + 1.1076923077rem,
        10.8rem
    );
  }
}
/*# sourceMappingURL=career.css.map */
