.bg_sticky.is-mv, .bg_sticky.is-overview, .bg_sticky.is-recruit {
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
}
.bg_sticky.is-mv {
  position: fixed;
  background: url("../../img/company/mv.jpg") no-repeat center center/cover;
}
.bg_sticky.is-overview {
  position: sticky;
  margin-top: -43.4rem;
  background: url("../../img/company/overview_bg.jpg") no-repeat top center/cover;
}
.bg_sticky.is-recruit {
  position: sticky;
  background: url("../../img/company/recruit_bg.jpg") no-repeat top center/cover;
}

.mv {
  position: relative;
  width: 100%;
  height: 100svh;
}
.mv_heading {
  position: absolute;
  bottom: 6.8rem;
  left: 50%;
  z-index: 1;
  text-align: center;
  transform: translate(-50%, 0);
}
.mv_ttl {
  width: 48.6rem;
  margin-bottom: 2rem;
}
.mv_lead {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  line-height: 2;
  color: #fff;
}

.intro {
  position: relative;
  padding: 12.2rem 0 54.3rem;
  text-align: center;
  background: url("../../img/company/intro_bg.png") no-repeat top center/cover;
}
.intro::before {
  content: "";
  width: 67.6rem;
  height: 67.6rem;
  background: url("../../img/company/intro_item.svg") no-repeat center center/contain;
  position: absolute;
  top: 0;
  left: calc(50% - 2rem);
  transform: translate(-50%, -50%);
}
.intro_logo {
  position: relative;
  z-index: 1;
  width: 15rem;
  margin: 0 auto 4rem;
}
.intro_logo img {
  display: block;
  width: 100%;
  height: auto;
}
.intro_ttl {
  position: relative;
  z-index: 1;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  line-height: 1.93;
  color: #333;
}
.intro_txt {
  position: relative;
  z-index: 1;
  margin-top: 4rem;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  line-height: 2.14;
  color: #333;
}
.intro_txt p + p {
  margin-top: 2rem;
}

.philosophy {
  position: relative;
  z-index: 1;
  margin-top: -43.4rem;
  padding-bottom: 10.7rem;
  text-align: center;
  background: url("../../img/company/philosophy_bg.png") no-repeat top center/cover;
}
.philosophy_ttl_img {
  width: 44.7rem;
  margin: 0 auto 2rem;
}
.philosophy_ttl_img img {
  display: block;
  width: 100%;
  height: auto;
}
.philosophy_label {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  line-height: 2;
  color: #a08962;
}
.philosophy_ttl {
  margin-top: 5rem;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  line-height: 2.11;
}
.philosophy_content {
  display: flex;
  gap: 0 14.7rem;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 116rem;
  margin: 13.4rem auto 0;
}
.philosophy_img {
  position: sticky;
  top: 10rem;
  flex-shrink: 0;
  width: 44rem;
}
.philosophy_img img {
  display: block;
  width: 100%;
  height: auto;
}
.philosophy_list {
  flex: 1;
  text-align: left;
  display: flex;
  flex-flow: column;
  gap: 10rem 0;
}
.philosophy_item {
  display: flex;
  gap: 0 6rem;
  align-items: flex-start;
}
.philosophy_item_num {
  flex-shrink: 0;
  width: 5.8rem;
  height: 10.1rem;
}
.philosophy_item_num img {
  display: block;
  width: auto;
  height: 100%;
}
.philosophy_item_ttl {
  margin-bottom: 2rem;
  padding-bottom: 2.4rem;
  border-bottom: 1px solid rgba(160, 137, 98, 0.3);
  font-size: 2.6rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  line-height: 1.08;
}
.philosophy_item dd {
  flex: 1;
}
.philosophy_item dd p {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  line-height: 2;
}

.overview {
  margin-top: calc(-100svh + 43.4rem);
  padding: 0 0 11.5rem;
}
.overview_inner {
  max-width: 100rem;
  margin: 0 auto;
}
.overview_list {
  padding: 2rem 9rem 6rem;
  background: linear-gradient(180deg, #f4f0ed 0%, #d8d3ca 100%);
}
.overview_item {
  display: flex;
  gap: 0 4rem;
  align-items: flex-start;
  padding: 3rem 0;
  border-bottom: 1px solid rgba(51, 51, 51, 0.15);
}
.overview_item:last-child {
  border-bottom: none;
}
.overview_item dt {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 16rem;
  height: 3.5rem;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #fff;
  background: url("../../img/company/overview_item_bg.png") no-repeat center center/cover;
  border-radius: 0.2rem;
}
.overview_item dd {
  flex: 1;
  padding-top: 0.4rem;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  line-height: 1.86;
}
.overview_item dd .links {
  display: flex;
  flex-flow: row wrap;
  gap: 3rem;
}
.overview_facility {
  margin-top: 1rem;
}
.overview_facility a {
  color: #a08962;
  font-weight: 600;
  text-decoration: underline;
}
.overview_facility li + li {
  margin-top: 0.3rem;
}
.overview_link {
  font-weight: 600;
  text-decoration: underline;
}

.recruit {
  position: relative;
  margin-top: -100svh;
  padding: 49.7rem 0 12rem;
  color: #fff;
  text-align: center;
}
.recruit_inner {
  position: relative;
  z-index: 1;
  max-width: 116.2rem;
  margin: 0 auto;
}
.recruit_ttl_img {
  width: 27.7rem;
  margin: 0 auto 1rem;
}
.recruit_label {
  margin-bottom: 12rem;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 2;
}
.recruit_ttl {
  margin-bottom: 3rem;
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  line-height: 1.93;
}
.recruit_lead {
  width: 54.1rem;
  margin: 0 auto;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  line-height: 2;
}
.recruit_lead p + p {
  margin-top: 1.5rem;
}

.request {
  position: relative;
  z-index: 0;
  padding: 0 0 30.6rem;
  color: #fff;
}
.request::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(51, 51, 51, 0) 0%, rgba(51, 51, 51, 0.8) 87.8%);
  background-blend-mode: multiply;
  z-index: 1;
}
.request_inner {
  position: relative;
  z-index: 2;
  max-width: 116.2rem;
  margin: 0 auto;
}
.request_ttl_img {
  width: 28.8rem;
  margin-bottom: 1rem;
}
.request_ttl_img img {
  display: block;
  width: 100%;
  height: auto;
}
.request_label {
  margin-bottom: 4rem;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  line-height: 2;
}
.request_slider {
  position: relative;
  z-index: 2;
  width: calc(50vw + 57.9rem);
  margin: 0 0 0 auto;
}
.request_slider .slick-slider {
  overflow: hidden;
}
.request_slide {
  float: left;
  width: 44rem;
  height: 60rem;
  margin-right: 3rem;
  padding: 4rem 3.3rem 3rem;
  text-align: center;
  background: url("../../img/company/request_item_bg.png") no-repeat center center/cover;
}
.request_slide_img {
  overflow: hidden;
  width: 26rem;
  height: 26rem;
  margin: 0 auto 2rem;
  border-radius: 50%;
}
.request_slide_img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.request_slide_num {
  font-size: 2.6rem;
  letter-spacing: 0.1em;
  line-height: 1.15;
  color: transparent;
  background: linear-gradient(to right, #8a907d, #a4af95);
  -webkit-background-clip: text;
  background-clip: text;
}
.request_slide_ttl {
  margin-top: 0.5rem;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.58;
  color: #6c7260;
}
.request_slide_txt {
  margin: 1rem auto 0;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  line-height: 2.14;
  color: #333;
  text-align: left;
}
.request_nav {
  display: flex;
  align-items: center;
  gap: 3rem;
  margin-top: 3rem;
}
.request_arrows {
  display: flex;
  gap: 1rem;
}
.request_arrows .slick-prev,
.request_arrows .slick-next {
  width: 4rem;
  height: 4rem;
  padding: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
}
.request_arrows .slick-prev img,
.request_arrows .slick-next img {
  display: block;
  width: 100%;
  height: 100%;
}
.request_arrows .slick-next {
  transform: rotate(180deg);
}
.request_dots .slick-dots {
  display: flex;
  gap: 1rem;
  margin: 0;
  padding: 0 0.2rem 0.2rem;
  list-style: none;
}
.request_dots .slick-dots li button {
  display: block;
  overflow: hidden;
  width: 0.7rem;
  height: 0.7rem;
  padding: 0;
  border: 0;
  text-indent: -99rem;
  background: #6c7260;
  opacity: 0.5;
  transform: rotate(45deg);
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  transition: opacity var(--duration-normal);
}
.request_dots .slick-dots li.slick-active button {
  opacity: 1;
}

.entry {
  margin-top: -13.6rem;
  padding: 12rem 0 0;
  text-align: center;
  background: url("../../img/company/entry_bg.png") no-repeat top center/cover;
}
.entry_ttl_img {
  width: 28.5rem;
  margin: 0 auto 3rem;
}
.entry_ttl_img img {
  display: block;
  width: 100%;
  height: auto;
}
.entry_ttl {
  margin-bottom: 11rem;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  line-height: 2.3;
}
.entry_content {
  padding: 8rem 0 16.4rem;
  background: url("../../img/company/entry_bg02.jpg") no-repeat center center/cover;
}
.entry_box {
  display: flex;
  flex-flow: column;
  align-items: center;
  max-width: 65rem;
  margin: 0 auto;
  padding: 4rem 0 5.8rem;
  background: #fff;
}
.entry_box_label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16rem;
  height: 3rem;
  margin-bottom: 1.5rem;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: #fff;
  background: url("../../img/company/entry_box_label_bg.png") no-repeat center center/cover;
  border-radius: 0.2rem;
}
.entry_box_ttl {
  border-bottom: 1px solid #d8dace;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.88;
}
.entry_box_txt {
  margin: 3rem 0;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  line-height: 2.14;
}
.entry_box_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40rem;
  height: 7rem;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #fff;
  text-decoration: none;
  background: linear-gradient(to right, #a08962, #cdbda0);
  border-radius: 4rem 0 4rem 0;
  box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.15);
  transition: opacity var(--duration-normal);
}
.entry_box_btn:hover {
  opacity: 0.8;
}
.entry_box_btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 3.7rem;
  transform: translateY(-50%);
  background: url("../../img/company/entry_box_btn_icon_arrow.png") no-repeat center center/cover;
  width: 0.8rem;
  height: 0.8rem;
}

@media only screen and (max-width: 768px) {
  .bg_sticky.is-mv {
    height: calc(100svh - 5.7rem);
    background-image: url("../../img/company/mv_sp.jpg");
  }
  .bg_sticky.is-overview {
    background-image: url("../../img/company/overview_bg_sp.jpg");
    margin-top: -51.6rem;
  }
  .mv {
    height: calc(100svh - 5.7rem);
  }
  .mv_heading {
    bottom: 19.5rem;
  }
  .mv_ttl {
    width: 30rem;
    margin-bottom: 1.5rem;
  }
  .mv_lead {
    font-size: 1.4rem;
    letter-spacing: 0.18em;
  }
  .intro {
    margin-top: -11.4rem;
    padding: 8rem 3rem 46.6rem;
    background-image: url("../../img/company/intro_bg_sp.png");
  }
  .intro::before {
    top: -3.8rem;
    left: calc(50% - 3.8rem);
    width: 41.5rem;
    height: 44.2rem;
  }
  .intro_logo {
    width: 10rem;
    margin-bottom: 3rem;
  }
  .intro_ttl {
    font-size: 2rem;
    line-height: 1.8;
  }
  .intro_txt {
    margin-top: 3rem;
    font-size: 1.2rem;
    line-height: 2;
  }
  .philosophy {
    margin-top: -35rem;
    padding-bottom: 6rem;
  }
  .philosophy_ttl_img {
    width: 25.7rem;
    margin-bottom: 1rem;
  }
  .philosophy_label {
    font-size: 1.4rem;
  }
  .philosophy_ttl {
    margin-top: 3rem;
    font-size: 1.6rem;
    line-height: 2;
  }
  .philosophy_content {
    flex-flow: column;
    align-items: center;
    max-width: none;
    margin-top: 4rem;
    padding: 0 3rem;
  }
  .philosophy_img {
    position: static;
    width: 31rem;
    margin-bottom: 7rem;
  }
  .philosophy_list {
    gap: 6rem 0;
  }
  .philosophy_item {
    gap: 0 2rem;
  }
  .philosophy_item_num {
    width: 3.7rem;
    height: 6.5rem;
  }
  .philosophy_item_ttl {
    margin-bottom: 1.5rem;
    padding-bottom: 2rem;
    font-size: 1.8rem;
    line-height: 1.56;
  }
  .philosophy_item dd p {
    font-size: 1.2rem;
    line-height: 2;
  }
  .overview {
    margin-top: calc(-100svh + 51.6rem);
    padding: 5rem 1.5rem 10rem;
  }
  .overview_inner {
    max-width: none;
  }
  .overview_list {
    padding: 0.5rem 2.4rem 3rem;
    background: linear-gradient(180deg, #f4f0ed 0%, #d8d3ca 100%);
  }
  .overview_item {
    gap: 0 2rem;
    padding: 2rem 0;
  }
  .overview_item dt {
    width: 9rem;
    height: 2.5rem;
    font-size: 1.1rem;
    background: url("../../img/company/overview_item_bg_sp.png") no-repeat center center/cover;
  }
  .overview_item dd {
    font-size: 1.2rem;
    line-height: 2;
  }
  .overview_item dd .links {
    flex-flow: column;
    gap: 0.8rem;
  }
  .overview_facility {
    display: block;
    position: relative;
    left: -10.8rem;
    width: 100vw;
  }
  .recruit {
    padding: 35.7rem 0 10rem;
  }
  .recruit_inner {
    max-width: none;
  }
  .recruit_ttl_img {
    width: 19.8rem;
  }
  .recruit_label {
    margin-bottom: 9rem;
    font-size: 1.4rem;
  }
  .recruit_ttl {
    margin-bottom: 3rem;
    font-size: 2.4rem;
    line-height: 1.5;
  }
  .recruit_lead {
    width: 33rem;
    font-size: 1.2rem;
    line-height: 2;
  }
  .request {
    padding: 0 0 23.6rem;
  }
  .request_inner {
    max-width: none;
    padding: 0 3rem;
  }
  .request_ttl_img {
    width: 16.5rem;
  }
  .request_label {
    margin-bottom: 3rem;
    font-size: 1.4rem;
  }
  .request_slider {
    width: 36rem;
  }
  .request_slider .slick-slider {
    width: 100%;
  }
  .request_slide {
    width: 32rem;
    height: 45rem;
    margin-right: 2rem;
    padding: 2rem 0;
  }
  .request_slide_img {
    width: 17rem;
    height: 17rem;
    margin-bottom: 1.5rem;
  }
  .request_slide_ttl {
    font-size: 1.8rem;
    line-height: 1.56;
  }
  .request_slide_txt {
    width: 26.7rem;
    font-size: 1.2rem;
    line-height: 2;
  }
  .request_nav {
    justify-content: flex-start;
  }
  .request_arrows .slick-prev,
  .request_arrows .slick-next {
    width: 3rem;
    height: 3rem;
  }
  .entry {
    padding: 6rem 0 0;
    background-image: url("../../img/company/entry_bg_sp.png");
  }
  .entry_ttl_img {
    width: 14.2rem;
    margin-bottom: 2rem;
  }
  .entry_ttl {
    margin-bottom: 6rem;
    font-size: 1.6rem;
    line-height: 2.25;
  }
  .entry_imgs {
    max-width: none;
  }
  .entry_img {
    height: 20.5rem;
  }
  .entry_img:nth-child(n+3) {
    display: none;
  }
  .entry_content {
    position: relative;
    padding: 0 0 16.6rem;
    background: #fff;
  }
  .entry_box {
    position: relative;
    z-index: 1;
    max-width: none;
    padding: 3rem 0 5rem;
  }
  .entry_box_ttl {
    font-size: 1.4rem;
    line-height: 2.14;
  }
  .entry_box_txt {
    font-size: 1.3rem;
    line-height: 2;
  }
  .entry_box_btn {
    width: 31rem;
    height: 6rem;
  }
}