/*!
global > color
------------------------------
*/
/*!
global > font
------------------------------
*/
#wrapper {
  padding-top: 0px;
}

.p_top_blog__list .item_time, .p_top_blog__list .item_cat {
  font-size: 0.75rem;
}

.p_top_work__list .item_desc, .p_top_work__list .item_cate {
  font-size: 0.8125rem;
}

.p_top_about__lead, .p_top_service__lead {
  font-size: 1.5rem;
}

.p_top_service__lead, .p_top_about__lead {
  font-weight: 500;
  line-height: 1.5263157895;
  letter-spacing: 0.04em;
}

.p_top_recruit__lead, .p_top_service__desc, .p_top_about__desc {
  letter-spacing: 0.06em;
}

.p_top_mv {
/*  padding-inline: 20px;*/
}
.p_top_mv__img {
  position: relative;
  margin-inline: auto;
}
.p_top_mv__photo {
/*  border-radius: 20px;*/
}
.p_top_mv__txt {
  position: absolute;
  width: 80%;
  left: 5%;
  bottom: 10%;
}
.p_top_about {
  margin-top: 60px;
}
.p_top_about__inner {
  display: flex;
  justify-content: space-between;
  flex-direction: column-reverse;
}
.p_top_about__content {
  margin-top: 30px;
  position: relative;
  z-index: 0;
  order: 2;
  padding-bottom: 40px;
}
.p_top_about__content::after {
  content: "";
  aspect-ratio: 639/727;
  position: absolute;
  top: 0;
  z-index: -1;
  background: url(../images/top/img_about_map.png) center/contain no-repeat;
  right: 0;
  width: 200px;
  transform: translate(0, -20%);
}
.p_top_about__lead {
  margin-top: 20px;
}
.p_top_about__desc {
  margin-top: 20px;
}
.p_top_about__img {
  position: relative;
  order: 1;
}
.p_top_about__more {
  margin-top: 30px;
}
.p_top_service {
  background-color: #f9f5e8;
  margin-top: 60px;
  padding: 80px 0;
}
.p_top_service__content {
  padding-inline: 20px;
  padding-block: 40px;
}
.p_top_service__img {
  width: 100%;
}
.p_top_service__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p_top_service__lead {
  margin-top: 20px;
}
.p_top_service__desc {
  margin-top: 20px;
}
.p_top_service__more {
  margin-top: 20px;
}
.p_top_work {
  padding: 80px 0;
  background: linear-gradient(135deg,  #d8c3ae 0%,#b2b2b2 22%,#b2b2b2 64%,#666666 100%);
  color: #fff;
}
.p_top_work__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p_top_work__slider {
  position: relative;
  margin-top: 30px;
  padding-inline: 20px;
}
.p_top_work__slider .splide__arrows {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}
.p_top_work__slider .splide__arrow--prev {
  transform: rotate(-180deg);
}
.p_top_work__list .item {
  position: relative;
/*  border-radius: 10px;*/
  background-color: #f9f5e8;
  z-index: 0;
  width: 280px;
}
.p_top_work__list .item_img {
/*  border-radius: 10px 10px 0 0;*/
}
.p_top_work__list .item_img img {
  width: 100%;
  border-radius: inherit;
  aspect-ratio: 280/370;
  -o-object-fit: cover;
  object-fit: cover;
}
.p_top_work__list .item_desc {
  font-weight: 500;
  letter-spacing: 0.04em;
  padding: 10px 20px;
}
.p_top_work__list .item_cate {
  position: absolute;
  color: #fff;
/*  border-radius: 0 4px 4px 0;*/
  background-color: #ff7900;
  left: 0;
  z-index: 1;
  top: 20px;
  letter-spacing: 0.04em;
  padding: 4px 15px;
}
.p_top_recruit {
/*  margin-top: 60px;*/
  color: #fff;
}
.p_top_recruit__head {
  position: relative;
  z-index: 0;
  width: 100%;
  padding-top: 40px;
}
.p_top_recruit__head::after {
  content: "";
  position: absolute;
  top: 0;
  width: 200vw;
  height: 570px;
  bottom: -80px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  background-image: linear-gradient(135deg, #ff7900 40%, #ff457e 86%);
}
.p_top_recruit__lead {
  margin-top: 20px;
  margin-bottom: 20px;
}
.p_top_recruit__more {
/*  margin-top: 20px;*/
}
.p_top_recruit__img {
  position: relative;
  z-index: 1;
  margin-top: 30px;
}
.p_top_recruit__img img {
/*  border-radius: 20px;*/
}
.p_top_blog {
  margin-top: 60px;
}
.p_top_blog__list {
  display: flex;
  justify-content: center;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  margin-top: 30px;
  gap: 30px 20px;
}
.p_top_blog__list .item_block {
  display: block;
}
.p_top_blog__list .item_img {
/*  border-radius: 10px;*/
}
.p_top_blog__list .item_img img {
  border-radius: inherit;
  aspect-ratio: 300/200;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p_top_blog__list .item_time {
  color: #a0a0a0;
  letter-spacing: 0.04em;
  margin-top: 10px;
}
.p_top_blog__list .item_desc {
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-top: 2px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.p_top_blog__list .item_cates {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 10px;
}
.p_top_blog__list .item_cat {
  background-color: #f9f5e8;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 24px;
  padding-inline: 10px;
}
.p_top_blog__more {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p_top_blog__list .item_time, .p_top_blog__list .item_cat {
    font-size: 0.75rem;
  }
  .p_top_work__list .item_desc, .p_top_work__list .item_cate {
    font-size: 0.875rem;
  }
  .p_top_about__lead, .p_top_service__lead {
    font-size: 2.375rem;
  }
  .p_top_service__lead, .p_top_about__lead {
    font-size: clamp(1.5625rem, 3.0092592593vw + 0.1180555556rem, 2.375rem);
  }
  .p_top_mv {
/*    padding-inline: clamp(2.5rem, 2.3148148148vw + 1.3888888889rem, 3.125rem);*/
  }
  .p_top_mv__txt {
    bottom: 11%;
    left: 7%;
    width: 38%;
  }
  .p_top_about {
    margin-top: 159px;
  }
  .p_top_about .l_container {
    max-width: 1260px;
  }
  .p_top_about__inner {
    flex-direction: row;
    max-width: 1160px;
    gap: 30px;
  }
  .p_top_about__content {
    margin-top: 0;
    max-width: 560px;
  }
  .p_top_about__content::after {
    transform: translate(25%, -18%);
    width: 320px;
  }
  .p_top_about__lead {
    margin-top: 29px;
  }
  .p_top_about__desc {
    margin-top: 29px;
  }
  .p_top_about__img {
    flex-shrink: 0;
    width: calc(50% - 30px);
    top: -29px;
    max-width: 510px;
  }
  .p_top_about__more {
    margin-top: 52px;
  }
  .p_top_service {
  }
  .p_top_service__inner {
    display: flex;
  }
  .p_top_service__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-block: 30px 35px;
    padding-inline: clamp(1.875rem, 10.8796296296vw + -3.3472222222rem, 4.8125rem) 40px;
  }
  .p_top_service__img {
    flex-shrink: 0;
    max-width: clamp(50% - 100px, (1024px - 100vw) * 1000, 50% - 30px);
  }
  .p_top_service__img img {
    max-height: 760px;
  }
  .p_top_service__lead {
    margin-top: 33px;
    padding-left: 2px;
  }
  .p_top_service__desc {
    margin-top: 34px;
    padding-left: 2px;
  }
  .p_top_service__more {
    margin-top: 43px;
    padding-left: 2px;
  }
  .p_top_work {
/*    margin-top: 100px;*/
  }
  .p_top_work .l_container {
    max-width: 1242px;
  }
  .p_top_work__more {
    margin-top: 20px;
  }
  .p_top_work__slider {
    padding-inline: 0;
    margin-top: 52px;
  }
  .p_top_work__slider .splide__arrows {
    margin-top: 0;
    position: absolute;
    bottom: -1px;
    left: max(50% - 580px, 40px);
  }
  .p_top_work__list {
    max-width: calc(50% + 300px);
    width: calc(100% - 220px);
    margin-left: auto;
  }
  .p_top_work__list .item {
    width: 280px;
  }
  .p_top_work__list .item_desc {
    padding: 12px 20px;
    color: #262626;
  }
  .p_top_work__list .item_cate {
    padding: 3px 16px;
  }
  .p_top_recruit {
/*    margin-top: 121px;*/
  }
  .p_top_recruit .l_container {
    max-width: 1245px;
  }
  .p_top_recruit__head {
    padding-right: 150px;
    display: flex;
    flex-wrap: wrap;
    padding-top: 69px;
    gap: 30px 70px;
  }
  .p_top_recruit__head::after {
    bottom: -188px;
  }
  .p_top_recruit__lead {
    margin-top: 0;
    max-width: 480px;
    position: relative;
    top: -6px;
  }
  .p_top_recruit__more {
    position: absolute;
    right: 0;
/*    margin-top: 30px;*/
    right: 3px;
  }
  .p_top_recruit__img {
    margin-top: 47px;
  }
  .p_top_blog {
    margin-top: 100px;
    padding-bottom: 100px;
  }
  .p_top_blog__list {
    gap: clamp(1.875rem, 4.3981481481vw + -0.2361111111rem, 3.0625rem);
    margin-top: 56px;
  }
  .p_top_blog__more {
    text-align: right;
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px){
  .p_top_service {
    padding: 0 0 40px 0;
  }
  .p_top_work {
    padding: 40px 0;
  }
  .p_top_work__head {
    align-items: flex-end;
  }
  .p_top_recruit__head::after {
    height: 520px;
  }
  .p_top_blog {
    padding-bottom: 100px;
  }
  .for_partners {
    padding: 40px 0;
  }
  .for_partners p.c_ttl01__en {
    font-size: 0;
    width: 90%;
    top: -20px;
  }
  .c_partners .c_ttl01__jp {
    font-size: 24px;
  }
  .c_partners .c_arrow {
    width: 40px;
  }

}

/*# sourceMappingURL=maps/top.css.map */
