@charset "UTF-8";
.page_fv .page_fv_bnr {
  display: block;
  position: absolute;
  top: 31.8rem;
  right: 4rem;
  z-index: 1;
  width: 37.5%;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.35);
  border-radius: 1rem;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.page_fv .page_fv_bnr:hover {
  transform: translateY(-0.4rem);
  box-shadow: 0 0.8rem 1.6rem 0 rgba(0, 0, 0, 0.25);
}
.page_fv .page_fv_bnr picture,
.page_fv .page_fv_bnr img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0;
}
.page_fv .page_fv_bnr img {
  -o-object-fit: contain;
     object-fit: contain;
}

.features {
  background: #ffffff;
}
.features .inner {
  padding-top: 11.2rem;
  padding-bottom: 11rem;
}
.features .features_lead {
  margin-bottom: 3rem;
  font-size: 1.4rem;
  font-weight: 500;
  color: rgba(31, 31, 31, 0.4);
}
.features .features_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto auto;
  -moz-column-gap: 3.2rem;
       column-gap: 3.2rem;
}
.features .features_item {
  display: grid;
  grid-row: span 3;
  grid-template-rows: subgrid;
  row-gap: 2rem;
}
.features .features_item .item_img {
  grid-row: 1;
}
.features .features_item .item_img picture {
  display: block;
}
.features .features_item .item_img img {
  display: block;
  width: 100%;
  height: 45rem;
  border-radius: 3rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.features .features_item .item_ttl {
  grid-row: 2;
  padding: 0 1.5rem;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.35;
  color: #16c47f;
  letter-spacing: 0.05em;
}
.features .features_item .item_txt {
  grid-row: 3;
  padding: 0 1.5rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.75;
  color: #4f4f4f;
  text-align: justify;
}

.benefits {
  background: #f0f3f6;
}
.benefits .inner {
  position: relative;
  padding-top: 8rem;
  padding-bottom: 10rem;
}
.benefits .benefits_lead {
  margin-bottom: 4.8rem;
  font-size: 1.4rem;
  font-weight: 500;
  color: rgba(31, 31, 31, 0.4);
}
.benefits .benefits_notice {
  position: absolute;
  top: 12.5rem;
  right: 4rem;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 1.4rem;
  padding: 1.8rem 1.8rem 1.8rem 2.5rem;
  background: #16c47f;
  border-radius: 2.8rem;
}
.benefits .benefits_notice .notice_icon {
  width: 4rem;
  height: 4rem;
}
.benefits .benefits_notice .notice_txt {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.35;
  color: #ffffff;
  text-align: justify;
  white-space: nowrap;
}
.benefits .benefits_notice .notice_sns {
  display: flex;
  gap: 0.6rem;
}
.benefits .benefits_notice .notice_sns .sns_link {
  display: block;
  transition: opacity 0.3s ease;
}
.benefits .benefits_notice .notice_sns .sns_link:hover {
  opacity: 0.7;
}
.benefits .benefits_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: repeat(2, auto auto auto);
  margin-bottom: 7.6rem;
  -moz-column-gap: 3.2rem;
       column-gap: 3.2rem;
  row-gap: 5.9rem;
}
.benefits .benefits_item {
  display: grid;
  grid-row: span 3;
  grid-template-rows: subgrid;
  row-gap: 1.6rem;
}
.benefits .benefits_item .item_ttl {
  grid-row: 1;
  padding: 0 1.5rem;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  color: #16c47f;
  text-align: justify;
}
.benefits .benefits_item .item_img {
  grid-row: 2;
}
.benefits .benefits_item .item_img picture {
  display: block;
}
.benefits .benefits_item .item_img img {
  display: block;
  width: 100%;
  height: 19.8rem;
  border-radius: 3rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.benefits .benefits_item .item_txt {
  grid-row: 3;
  padding: 0 1.5rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.75;
  color: #4f4f4f;
  text-align: justify;
}
.benefits .benefits_unique {
  display: flex;
  align-items: center;
  gap: 6.6rem;
  padding: 6rem 5rem;
  background: #16c47f;
  border-radius: var(--radius-lg);
}
.benefits .unique_body {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  width: 29.1rem;
  flex-shrink: 0;
}
.benefits .unique_ttl {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #ece852;
}
.benefits .unique_txt {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.75;
  color: #ffffff;
  text-align: justify;
}
.benefits .unique_list {
  display: grid;
  flex: 1;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: repeat(2, auto auto);
  gap: 2.4rem;
}
.benefits .unique_item {
  display: grid;
  grid-row: span 2;
  grid-template-rows: subgrid;
  row-gap: 3.2rem;
  align-items: center;
  justify-items: center;
  padding: 5rem 3rem;
  background: #ffffff;
  border-radius: var(--radius-lg);
  text-align: center;
}
.benefits .unique_item .item_icon {
  grid-row: 1;
  width: 6rem;
  height: 6rem;
}
.benefits .unique_item .item_ttl {
  grid-row: 2;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  color: #4f4f4f;
}

.voice {
  position: relative;
  overflow: hidden;
  background: #16c47f;
}
.voice .inner {
  position: relative;
  padding-top: 7rem;
  padding-bottom: 16rem;
}
.voice .inner::after {
  content: "";
  position: absolute;
  right: -5.4rem;
  bottom: 6rem;
  z-index: 0;
  width: 14.7rem;
  height: 15.1rem;
  background: url("/assets/images/common/deco-dots.svg") no-repeat center/contain;
}
.voice [data-anim=fade-up] {
  --anim-distance: 6rem;
  --anim-scale: 0.94;
  --anim-duration: 1s;
  --anim-step: 140ms;
}
.voice .sec_ttl .en_ttl {
  border-color: #ece852;
  color: #ece852;
}
.voice .sec_ttl .sec_ttl-txt {
  color: #ffffff;
}
.voice .sec_ttl .sec_ttl-txt .-accent {
  color: #1f1f1f;
}
.voice .voice_lead {
  margin-bottom: 5.2rem;
  font-size: 1.4rem;
  font-weight: 500;
  color: #ffffff;
}
.voice .voice_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 5rem;
       column-gap: 5rem;
  row-gap: 5rem;
  position: relative;
  z-index: 1;
}
.voice .voice_item {
  display: grid;
  grid-template-columns: minmax(10rem, 14rem) auto;
  grid-template-rows: auto auto;
  -moz-column-gap: 2.4rem;
       column-gap: 2.4rem;
  row-gap: 2.4rem;
  padding: 4rem;
  background: #ffffff;
  border-radius: var(--radius-lg);
}
.voice .voice_item:nth-child(2n) {
  transform: translateY(6rem);
}
.voice .voice_item .item_photo {
  position: relative;
  grid-row: 1;
}
.voice .voice_item .item_photo::after {
  content: "";
  position: absolute;
  right: -0.7rem;
  bottom: -0.7rem;
  z-index: 0;
  width: 6rem;
  height: 7.3rem;
  background: url("/assets/images/recruit/deco-dots-ring-g.svg") no-repeat;
}
.voice .voice_item .item_photo picture {
  display: block;
}
.voice .voice_item .item_photo img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.voice .voice_item .item_profile {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.8rem;
  grid-row: 1;
}
.voice .voice_item .item_tag {
  padding: 0.6rem 1.8rem 0.7rem;
  background: #ece852;
  border-radius: 100vmax;
  font-size: 1.4rem;
  font-weight: 500;
  color: #4f4f4f;
  white-space: nowrap;
}
.voice .voice_item .item_name {
  font-size: 2rem;
  font-weight: 700;
  color: #1f1f1f;
}
.voice .voice_item .item_role {
  font-size: 1.4rem;
  font-weight: 500;
  color: #4f4f4f;
}
.voice .voice_item .item_txt {
  grid-column: 1/-1;
  grid-row: 2;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.75;
  color: #4f4f4f;
  text-align: justify;
}

.day {
  background: #ffffff;
}
.day .inner {
  padding-top: 11.2rem;
}
.day .day_lead {
  margin-bottom: 4.4rem;
  font-size: 1.4rem;
  font-weight: 500;
  color: rgba(31, 31, 31, 0.4);
}
.day .day_content {
  display: flex;
  align-items: flex-start;
  gap: 5.8rem;
}
.day .day_gallery {
  position: relative;
  flex-shrink: 0;
  width: 38.9rem;
  height: 103.3rem;
}
.day .day_gallery picture {
  position: absolute;
  display: block;
  overflow: hidden;
  border-radius: 3rem;
}
.day .day_gallery .gallery_group:nth-child(1) picture:nth-child(1) {
  top: 0;
  left: 0;
  width: 31.1rem;
  height: 21.9rem;
}
.day .day_gallery .gallery_group:nth-child(1) picture:nth-child(2) {
  top: 24.9rem;
  left: 18.1rem;
  width: 20.8rem;
  height: 29.5rem;
}
.day .day_gallery .gallery_group:nth-child(2) picture:nth-child(1) {
  top: 57.4rem;
  left: 0;
  width: 21rem;
  height: 21rem;
}
.day .day_gallery .gallery_group:nth-child(2) picture:nth-child(2) {
  top: 81.4rem;
  left: 7.8rem;
  width: 31.1rem;
  height: 21.9rem;
}
.day .day_gallery img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.day .day_table {
  flex: 1;
  width: 100%;
  border-top: 1px solid #d3d6d9;
  border-collapse: collapse;
}
.day .day_table tr {
  border-bottom: 1px solid #d3d6d9;
}
.day .day_table tr:last-child .day_dot span {
  display: none;
}
.day .day_table th,
.day .day_table td {
  padding: 2rem 0;
  text-align: left;
  vertical-align: top;
}
.day .day_table th {
  width: 8rem;
  padding-left: 2.4rem;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1;
  color: #64ba96;
  text-align: right;
}
.day .day_table .day_dot {
  position: relative;
  width: 4.5rem;
}
.day .day_table .day_dot::after {
  content: "";
  position: absolute;
  top: 2.2rem;
  left: 50%;
  width: 1rem;
  height: 1rem;
  background: #ffffff;
  border: 0.4rem solid #16c47f;
  border-radius: 50%;
  transform: translateX(-50%);
}
.day .day_table .day_dot span {
  position: absolute;
  top: 2.9rem;
  left: 50%;
  width: 0.2rem;
  height: 100%;
  background: #cbe8dc;
  transform: translateX(-50%);
}
.day .day_table td:last-child {
  padding-right: 2.4em;
}
.day .day_row {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.day .day_ttl {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.2;
  color: #4f4f4f;
}
.day .day_txt {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.35;
  text-align: justify;
  color: #4f4f4f;
}

.job {
  background: #ffffff;
}
.job .inner {
  padding-top: 11rem;
  padding-bottom: 11rem;
}
.job .sec_ttl {
  margin-bottom: 4.1rem;
}
.job .job_head {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  margin-bottom: 2.2rem;
}
.job .job_badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 2rem 0.8rem;
  background: #16c47f;
  border-radius: 100vmax;
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.04em;
}
.job .job_badge.-new {
  background: #9ed63a;
}
.job .job_badge.-career {
  background: #229050;
}
.job .job_ttl {
  font-size: 2.4rem;
  font-weight: 700;
  color: #1f1f1f;
}
.job .job_table + .job_head {
  margin-top: 6rem;
}
.job .job_table {
  width: 100%;
  margin-bottom: 4rem;
  border-top: 1px solid #d3d6d9;
  border-collapse: collapse;
}
.job .job_table tr {
  border-bottom: 1px solid #d3d6d9;
}
.job .job_table th,
.job .job_table td {
  padding: 2.2rem 0;
  font-size: 1.6rem;
  line-height: 1.75;
  text-align: left;
  vertical-align: top;
}
.job .job_table th {
  width: 24.2rem;
  padding-left: 5rem;
  background: #f0f3f6;
  font-weight: 700;
  color: #1f1f1f;
}
.job .job_table td {
  padding-left: 6rem;
  font-weight: 500;
  color: #4f4f4f;
}
.job:not(:has(.job_table)) .job_empty {
  display: block;
}
.job .job_empty {
  margin-bottom: 4rem;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.75;
  color: #16c47f;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 4rem;
}
.job .job_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3.6rem;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 2.5rem 4rem 2.5rem 4.8rem;
  background: #1f1f1f;
  border-radius: 100vmax;
  font-size: 2.2rem;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  transition: opacity 0.3s ease;
}
.job .job_btn::after {
  content: "→";
  margin-left: 0.4rem;
}
.job .job_btn:hover {
  opacity: 0.8;
}
.job .job_btn .btn_icon {
  flex-shrink: 0;
  width: 1.8rem;
  height: 1.8rem;
}
@media (max-width: 767px){
  .page_fv .inner {
    display: flex;
    flex-direction: column;
  }
  .page_fv .page_fv_bnr {
    order: 1;
    position: static;
    width: auto;
    margin-top: 1.8rem;
    box-shadow: none;
  }
  .features .inner {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .features .features_list {
    display: flex;
    flex-direction: column;
    gap: 4rem;
  }
  .features .features_item {
    display: flex;
    flex-direction: column;
    row-gap: 0;
  }
  .features .features_item .item_img {
    margin-bottom: 1.2rem;
  }
  .features .features_item .item_img img {
    height: auto;
    aspect-ratio: 3/2;
  }
  .features .features_item .item_ttl {
    margin-bottom: 1.2rem;
    padding: 0 1rem;
  }
  .features .features_item .item_txt {
    order: 3;
    padding: 0 1rem;
  }
  .benefits .inner {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .benefits .benefits_lead {
    margin-bottom: 1.6rem;
  }
  .benefits .benefits_notice {
    position: static;
    margin-bottom: 4rem;
  }
  .benefits .benefits_list {
    display: flex;
    flex-direction: column;
    margin-bottom: 4rem;
    gap: 2.4rem;
  }
  .benefits .benefits_item {
    display: block;
  }
  .benefits .benefits_item .item_ttl {
    font-size: 2.2rem;
    margin-bottom: 1.4rem;
    padding: 0 1rem;
  }
  .benefits .benefits_item .item_img {
    margin-bottom: 0.8rem;
  }
  .benefits .benefits_item .item_txt {
    padding: 0 1rem;
    font-size: 1.5rem;
    line-height: 1.65;
  }
  .benefits .benefits_unique {
    flex-direction: column;
    gap: 3.2rem;
    padding: 2.6rem 2.2rem;
    border-radius: 2.8rem;
  }
  .benefits .unique_body {
    width: auto;
    gap: 2rem;
  }
  .benefits .unique_ttl {
    font-size: 2.6rem;
  }
  .benefits .unique_list {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(2, auto auto);
    gap: 1.2rem;
    width: 100%;
  }
  .benefits .unique_item {
    gap: 1rem;
    padding: 2rem 1rem;
  }
  .benefits .unique_item .item_icon {
    width: 5rem;
    height: 5rem;
  }
  .benefits .unique_item .item_ttl {
    font-size: 1.6rem;
  }
  .voice .inner {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .voice .inner::after {
    content: none;
  }
  .voice [data-anim=fade-up] {
    --anim-distance: 3.2rem;
    --anim-duration: 0.9s;
    --anim-step: 110ms;
  }
  .voice .voice_lead {
    padding-top: 0.8rem;
    margin-bottom: 2.4rem;
  }
  .voice .voice_list {
    grid-template-columns: 1fr;
    row-gap: 1.6rem;
  }
  .voice .voice_item {
    padding: 2.8rem;
  }
  .voice .voice_item:nth-child(2n) {
    transform: none;
  }
  .voice .voice_item .item_profile {
    justify-content: center;
    gap: 0.6rem;
  }
  .voice .voice_item .item_name {
    padding-left: 1rem;
  }
  .voice .voice_item .item_role {
    padding-left: 1rem;
  }
  .day .inner {
    padding-top: 5rem;
    padding-bottom: 2rem;
  }
  .day .day_lead {
    margin-bottom: 2.4rem;
  }
  .day .day_content {
    flex-direction: column;
    align-items: stretch;
    gap: 3.2rem;
  }
  .day .day_gallery {
    display: contents;
  }
  .day .day_gallery .gallery_group {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .day .day_gallery .gallery_group:nth-child(1) {
    order: 1;
  }
  .day .day_gallery .gallery_group:nth-child(2) {
    order: 3;
  }
  .day .day_gallery picture {
    position: static;
  }
  .day .day_gallery .gallery_group:nth-child(1) picture:nth-child(1) {
    width: 60.9%;
    height: auto;
    aspect-ratio: 213/150;
  }
  .day .day_gallery .gallery_group:nth-child(1) picture:nth-child(2) {
    width: 33.7%;
    height: auto;
    margin-top: 3.8rem;
    aspect-ratio: 118/168;
  }
  .day .day_gallery .gallery_group:nth-child(2) picture:nth-child(1) {
    width: 36.6%;
    height: auto;
    aspect-ratio: 1/1;
  }
  .day .day_gallery .gallery_group:nth-child(2) picture:nth-child(2) {
    width: 60.9%;
    height: auto;
    margin-top: 5.3rem;
    aspect-ratio: 213/150;
  }
  .day .day_table {
    order: 2;
  }
  .day .day_table th,
  .day .day_table td {
    padding: 1.4rem 0;
  }
  .day .day_table th {
    width: auto;
    padding-left: 1.2rem;
    text-align: left;
    font-size: 1.7rem;
  }
  .day .day_table .day_dot {
    display: none;
  }
  .day .day_table td:last-child {
    padding-right: 1.2rem;
    padding-left: 1.5rem;
  }
  .day .day_txt {
    color: #4f4f4f;
    line-height: 1.5;
  }
  .job .inner {
    padding-top: 4rem;
    padding-bottom: 5rem;
  }
  .job .job_head {
    margin-bottom: 1.2rem;
    gap: 1rem;
  }
  .job .job_badge {
    font-size: 1.4rem;
    padding: 0.45rem 1.6rem 0.5rem;
  }
  .job .job_ttl {
    font-size: 2.2rem;
  }
  .job .job_table + .job_head {
    margin-top: 4rem;
  }
  .job .job_table {
    display: block;
    border-top: none;
  }
  .job .job_table tr {
    display: block;
    border-bottom: none;
  }
  .job .job_table th,
  .job .job_table td {
    display: block;
    margin-bottom: -1px;
    border: 1px solid #d3d6d9;
  }
  .job .job_table th {
    width: auto;
    padding: 0.9rem 2rem 1rem;
  }
  .job .job_table td {
    padding: 1.6rem 2rem 1.7rem 3.5rem;
  }
  .job .job_empty {
    font-size: 1.8rem;
  }
  .job .job_btn {
    font-size: 1.8rem;
  }
}/*# sourceMappingURL=maps/recruit.css.map */
