/* index_見出し */

.h2_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  margin: auto;
}

.h2_box .caveat_font {
  font-size: 500%;
  color: #adc054;
  text-align: center;
  display: block;
  line-height: initial;
}

.h2_box .h2 {
  font-size: 150%;
  color: #414141;
  text-align: center;
  display: block;
  margin-bottom: 0;
}

@media screen and (max-width: 576px) {
  .h2_box .caveat_font {
    font-size: 250%;
  }

  .h2_box .h2 {
    font-size: 125%;
  }
}

/* トップFV */
.fv_recruit_wrapper {
  position: relative;
  padding-bottom: 40px;
}

.fv_recruit_wrapper::before {
  content: '';
  position: absolute;
  background: url(../img/index/fv_bg.png) center top / cover no-repeat;
  border-radius: 30px;
  width: calc(100% - 50px);
  height: 100%;
  bottom: 0;
  left: 25px;
  z-index: -1;
}

.fv_area {
  position: relative;
}

.top_slider .slick-slide {
  padding: 0 55px;
  box-sizing: border-box;
}

.fv_area .slide_item .img_wrap {
  border-radius: 36px;
  max-width: 900px;
  margin: 40px auto 20px;
  overflow: hidden;
}

.fv_area .slide_item a img {
  transition: 0.3s;
}

.fv_area .slide_item a:hover img {
  transform: scale(1.08);
}

@media screen and (max-width: 768px) {
  .fv_recruit_wrapper::before {
    width: 100%;
    left: 0;
    border-radius: 0;
  }

  .top_slider .slick-slide {
    padding: 0 25px;
  }
}

@media screen and (max-width: 575px) {
  .top_slider .slick-slide {
    padding: 0 10px;
  }
}

/* スライドdot */
.fv_area .slick-dots {
  display: flex;
  justify-content: center;
}

.fv_area .slick-dots li {
  width: 8px;
  height: 8px;
  margin: 0 5px;
  background: #A8A8A8;
  border-radius: 50%;
  cursor: pointer;
}

.fv_area .slick-dots li.slick-active {
  background: #727857;
}

.fv_area .slick-dots li button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}

/* arrows */

.i_arrow_prev,
.i_arrow_next {
  position: absolute;
  background-color: #fff;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: none;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.16);
}

.i_arrow_prev {
  left: calc(15% - 19px);
}

.i_arrow_next {
  right: calc(15% - 19px);
}

.i_arrow_prev,
.i_arrow_next {
  top: calc(50% - 19px);
}

.i_arrow_prev::before,
.i_arrow_next::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 14px;
  background-color: #ADC054;
  top: calc(50% - 7px);
  transition: 0.3s;
}

.i_arrow_prev::before {
  clip-path: path("M7.646,11.855,2.932,6.993,7.646,2.133a1.277,1.277,0,0,0,0-1.767A1.186,1.186,0,0,0,5.969.33L5.933.366.356,6.116a1.275,1.275,0,0,0,0,1.767l5.577,5.75a1.184,1.184,0,0,0,1.674.039l.039-.039a1.3,1.3,0,0,0,0-1.779");
  left: 14px;
}

.i_arrow_next::before {
  clip-path: path("M.355,11.856,5.069,6.993.355,2.133a1.278,1.278,0,0,1,0-1.767A1.186,1.186,0,0,1,2.032.33l.036.036,5.577,5.75a1.276,1.276,0,0,1,0,1.767l-5.577,5.75a1.183,1.183,0,0,1-1.674.039l-.039-.039a1.3,1.3,0,0,1,0-1.779");
  right: 14px;
}

.i_arrow_prev:hover,
.i_arrow_next:hover {
  background-color: #ADC054;
}

.i_arrow_prev:hover::before,
.i_arrow_next:hover::before {
  background-color: #fff;
}

.i_arrow_prev:hover::before {
  left: 12px;
}

.i_arrow_next:hover::before {
  right: 12px;
}

@media screen and (max-width: 768px) {
  .i_arrow_prev {
    left: calc(10% - 19px);
  }

  .i_arrow_next {
    right: calc(10% - 19px);
  }
}

/* 新着求人 */
.arrival_sec {
  padding: 60px 0 180px;
}

.arrival_sec .caveat_font {
  color: #ff7600;
}

.arrival_sec .arrival_inner {
  position: relative;
}

.arrival_sec .arrival_inner::before {
  position: absolute;
  content: '';
  opacity: 0.34;
  background-image: linear-gradient(127deg, #ed6b86, #dae5a5 50%, #2dd0a7);
  border-radius: 40px 0 0 40px;
  width: calc(100% - 100px);
  height: 100%;
  top: 7%;
  right: 0;
  z-index: -1;
}

.arrival_sec .arrival_slide {
  padding: 60px 0 60px 50px;
}

.arrival_sec .arrival_slide .recruit_post {
  width: auto !important;
  display: grid !important;
  grid-template-columns: repeat(auto-fit, min-max(260px, 1fr));
  max-width: 260px;
  margin: auto 20px 20px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.16);
}

.arrival_sec .arrival_slide .recruit_post .recruit_post_wrapper {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
}

.arrival_sec .arrival_slide .recruit_post .img_photo{
  aspect-ratio: 3/2;
}

.arrival_sec .arrival_slide .recruit_post img {
  display: block;
  width: 100%!important;
  height: 100%!important;
  object-fit: cover;
}

.arrival_sec .arrival_slide .catch {
  font-size: 112.5%;
  padding: 12px 16px;
}

.arrival_sec .arrival_slide .note_area {
  padding: 0 16px 12px;
}

.arrival_sec .arrival_slide .btn_wrap {
  display: grid;
  padding: 0 16px 12px;
  grid-template-rows: subgrid;
  grid-row: span 1;
  justify-content: stretch;
}

.arrival_sec .arrival_slide .btn_wrap .detail_btn {
  width: 100%;
  display: block;
  padding: 12px 40px 12px 12px;
}

@media screen and (max-width: 768px) {
  .arrival_sec .arrival_inner::before {
    width: 100%;
    border-radius: 0;
  }

  .arrival_sec .arrival_slide {
    padding: 60px 0 40px 0px;
  }
}

@media screen and (max-width: 575px) {
  .arrival_sec .arrival_slide .slick-slide {
    display: flex;
    justify-content: center;
  }
}

/* スライドdot */
.arrival_sec .slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.arrival_sec .slick-dots li {
  width: 8px;
  height: 8px;
  margin: 0 5px;
  background: #A8A8A8;
  border-radius: 50%;
  cursor: pointer;
}

.arrival_sec .slick-dots li.slick-active {
  background: #727857;
}

.arrival_sec .slick-dots li button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}

/* arrows */

.ia_arrow_prev,
.ia_arrow_next {
  position: absolute;
  background-color: #fff;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: none;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.16);
}

.ia_arrow_prev {
  left: 120px;
}

.ia_arrow_next {
  right: 50px;
}

.ia_arrow_prev,
.ia_arrow_next {
  bottom: calc(14% - 19px);
}

.ia_arrow_prev::before,
.ia_arrow_next::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 14px;
  background-color: #ADC054;
  top: calc(50% - 7px);
  transition: 0.3s;
}

.ia_arrow_prev::before {
  clip-path: path("M7.646,11.855,2.932,6.993,7.646,2.133a1.277,1.277,0,0,0,0-1.767A1.186,1.186,0,0,0,5.969.33L5.933.366.356,6.116a1.275,1.275,0,0,0,0,1.767l5.577,5.75a1.184,1.184,0,0,0,1.674.039l.039-.039a1.3,1.3,0,0,0,0-1.779");
  left: 14px;
}

.ia_arrow_next::before {
  clip-path: path("M.355,11.856,5.069,6.993.355,2.133a1.278,1.278,0,0,1,0-1.767A1.186,1.186,0,0,1,2.032.33l.036.036,5.577,5.75a1.276,1.276,0,0,1,0,1.767l-5.577,5.75a1.183,1.183,0,0,1-1.674.039l-.039-.039a1.3,1.3,0,0,1,0-1.779");
  right: 14px;
}

.ia_arrow_prev:hover,
.ia_arrow_next:hover {
  background-color: #ADC054;
}

.ia_arrow_prev:hover::before,
.ia_arrow_next:hover::before {
  background-color: #fff;
}

.ia_arrow_prev:hover::before {
  left: 12px;
}

.ia_arrow_next:hover::before {
  right: 12px;
}

@media screen and (max-width: 768px) {
  .ia_arrow_prev {
    left: calc(10% - 19px);
  }

  .ia_arrow_next {
    right: calc(10% - 19px);
  }
}

@media screen and (max-width: 575px) {

  .ia_arrow_prev,
  .ia_arrow_next {
    bottom: calc(15% - 19px);
  }
}

.arrival_sec .btn_wrap {
  display: flex;
  justify-content: center;
}

.arrival_sec .btn_wrap .green_btn_arrow {
  width: 300px;
}

@media screen and (max-width: 575px) {
  .arrival_sec .btn_wrap {
    padding: 0 15px;
  }

  .arrival_sec .btn_wrap .green_btn_arrow {
    width: 100%
  }

}


/* 求人検索 */
.job_search_area {
  background-color: #fff;
  border-radius: 22px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.16);
  padding: 40px;
  margin: 20px 50px;
}

.job_search_area .job-count {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 0;
  font-size: 100%;
}

.job_search_area .job-count span {
  font-family: "Inter", sans-serif;
  color: #ff7600;
  font-weight: 600;
  font-size: 125%;
  padding: 0 12px;
}

.job_search_area .job-search-form {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}

.job_search_area .filter-block {
  display: flex;
  flex-direction: column;
  width: calc(100% / 4);
}

.job_search_area .filter-block label {
  font-weight: 700;
  width: 100%;
  position: relative;
  padding-left: 40px;
  margin-bottom: 8px;
}

.job_search_area .filter-block label::before {
  content: "";
  position: absolute;
}

.job_search_area .filter-block label.area::before {
  width: 12px;
  height: 18px;
  background-color: #adc054;
  clip-path: path("M.008,16.2H11.992V18H.008ZM6,4.5A1.8,1.8,0,1,0,7.71,6.384c0-.028,0-.056,0-.084A1.763,1.763,0,0,0,6,4.5M6,0a6.12,6.12,0,0,1,6,6.237c0,.066,0,.132-.007.2q0,4.212-5.992,8.865Q.008,10.656.008,6.435A6.12,6.12,0,0,1,5.8.007C5.868,0,5.934,0,6,0");
  top: calc(50% - 9px);
  left: 10px;
}

.job_search_area .filter-block label.type::before {
  width: 18px;
  height: 16px;
  background-color: #adc054;
  clip-path: path("M6.188,2V3.429h5.625V2a.285.285,0,0,0-.281-.286H6.469A.285.285,0,0,0,6.188,2M4.5,3.429V2A1.985,1.985,0,0,1,6.469,0h5.063A1.985,1.985,0,0,1,13.5,2V3.429h.988a1.67,1.67,0,0,1,1.192.5L17.5,5.786A1.73,1.73,0,0,1,18,7V9.714H13.5V9.143a1.125,1.125,0,0,0-2.25,0v.571H6.75V9.143a1.125,1.125,0,0,0-2.25,0v.571H0V7a1.726,1.726,0,0,1,.5-1.21L2.32,3.932a1.67,1.67,0,0,1,1.192-.5ZM0,13.714V10.857H4.5v.571a1.125,1.125,0,0,0,2.25,0v-.571h4.5v.571a1.125,1.125,0,0,0,2.25,0v-.571H18v2.857A2.27,2.27,0,0,1,15.75,16H2.25A2.27,2.27,0,0,1,0,13.714");
  top: calc(50% - 8px);
  left: 6px;
}

.job_search_area .filter-block label.salary::before {
  width: 16px;
  height: 18px;
  background-color: #adc054;
  clip-path: path("M13.055,13.528a5.26,5.26,0,0,0,.764-2.618,4.909,4.909,0,1,0-8.5,3.327H1.535V3.166H3.071V5.537h7.677V3.166h1.535V7.119h1.535V3.166a1.564,1.564,0,0,0-1.535-1.582H9.074a2.272,2.272,0,0,0-4.33,0H1.535A1.563,1.563,0,0,0,0,3.166V14.237a1.563,1.563,0,0,0,1.535,1.582H5.374V14.3A4.885,4.885,0,0,0,8.91,15.818a5.254,5.254,0,0,0,2.618-.764L14.473,18,16,16.473ZM6.909,1.584a.791.791,0,1,1-.768.814V2.375a.782.782,0,0,1,.768-.791M8.964,13.637H8.91a2.7,2.7,0,1,1,.054,0");
  top: calc(50% - 9px);
  left: 6px;
}

.job_search_area .filter-block label.free_word {
  padding-left: 20px;
}

.job_search_area .filter-block .open-filter-modal {
  background-color: #f7f7f7;
  border: 1px solid #8e8e8e;
  padding: 8px 40px 8px 12px;
  font-size: 100%;
  min-height: 48px;
  height: auto;
  position: relative;
  white-space: normal;
  word-break: break-word;
  display: block;
  flex: 1 1 auto;
}

.job_search_area .filter-block:nth-of-type(3) .open-filter-modal {
  padding: 8px 30px 8px 12px;
}

.job_search_area .filter-block .open-filter-modal::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 14px;
  background-color: #0e2247;
  clip-path: path("M.355,11.855,5.069,6.994.355,2.133a1.278,1.278,0,0,1,0-1.767A1.186,1.186,0,0,1,2.032.33l.036.036L7.645,6.117a1.276,1.276,0,0,1,0,1.767l-5.577,5.75a1.184,1.184,0,0,1-1.674.039l-.039-.039a1.3,1.3,0,0,1,0-1.779");
  right: 16px;
  top: calc(50% - 7px);
  transition: 0.3s;
}

.job_search_area .filter-block .open-filter-modal .filter-label {
  color: #a7a7a7;
  flex-grow: 1;
}

.job_search_area .filter-block:first-child .open-filter-modal {
  border-radius: 8px 0 0 8px;
}

.job_search_area .filter-block:nth-of-type(2) .open-filter-modal,
.job_search_area .filter-block:nth-of-type(3) .open-filter-modal {
  border-left: none;
}

.job_search_area .filter-block:nth-of-type(4) .open-filter-modal {
  border-radius: 0 8px 8px 0;
  border-left: none;
}

.job_search_area .filter-block .open-filter-modal:hover {
  background: #f0f0f0;
}

.job_search_area .filter-block .open-filter-modal:hover::before {
  transform: translateX(4px);
}

.job_search_area .modal-actions {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}

.job_search_area .modal-actions button.search_btn {
  min-height: 48px;
  border-radius: 8px;
  padding: 12px 20px 12px 40px;
  display: inline-block;
  max-width: 200px;
  text-align: center;
}

@media screen and (max-width: 1199px) {
  .job_search_area .filter-block:nth-of-type(3) .open-filter-modal {
    padding: 8px 30px 8px 12px;
    font-size: 81.3%;
  }

  .job_search_area .filter-block:nth-of-type(4) .open-filter-modal {
    font-size: 87.5%;
  }
}

@media screen and (max-width: 992px) {
  .job_search_area .job-search-form {
    flex-wrap: wrap;
    gap: 16px 0;
  }

  .job_search_area .filter-block {
    width: 50%;
  }

  .job_search_area .filter-block:nth-of-type(2) .open-filter-modal {
    border-radius: 0 8px 8px 0;
  }

  .job_search_area .filter-block:nth-of-type(3) .open-filter-modal {
    border-left: 1px solid #8e8e8e;
    border-radius: 8px 0 0 8px;
    font-size: 100%;
  }

  .job_search_area .filter-block:nth-of-type(4) .open-filter-modal {
    font-size: 100%;
  }
}

@media screen and (max-width: 768px) {
  .job_search_area {
    margin: 20px 0;
    padding: 20px;
  }
}

@media screen and (max-width: 575px) {
  .job_search_area {
    display: none;
  }
}

/* 求人検索モバイル */
.index_mobile_btn button {
  border-radius: 4px;
  border: none;
  padding: 12px 40px;
  text-align: center;
  font-size: 112.5%;
  font-weight: 700;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 100%;
  background: linear-gradient(90deg, rgba(107, 165, 175, 1), rgba(112, 188, 112, 1) 50%, rgba(218, 233, 181, 1));
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.16);
}

.index_mobile_btn button::before {
  content: '';
  position: absolute;
  background-color: #fff;
  clip-path: path("M13.212,11.624H12.38l-.3-.284a6.87,6.87,0,1,0-.737.737l.284.3v.832l4.479,4.468a1.11,1.11,0,0,0,1.57-1.569Zm-6.322,0a4.735,4.735,0,1,1,.013,0H6.89Z");
  width: 18px;
  height: 18px;
  left: 20px;
  top: calc(50% - 9px);
  transition: 0.3s;
}

@media screen and (min-width: 575px) {
  .index_mobile_btn {
    display: none;
  }
}

@media screen and (max-width: 575px) {
  .index_mobile_btn {
    margin-top: 32px;
    display: block;
  }
}


/* 求人特集 */
.pickup_sec {
  background-color: #f3f7de;
  padding: 154px 50px 100px;
  position: relative;
}

.pickup_sec .h2_box {
  position: absolute;
  top: -5%;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
}

.pickup_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  grid-auto-rows: 1fr;
  gap: 50px;
}

.pickup_grid a {
  display: block;
}

.pickup_grid>.pickup_main {
  grid-column: 1 / 3;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
}

.pickup_grid>.pickup_main figure {
  width: 50%;
  overflow: hidden;
  position: relative;
}

.pickup_grid>.pickup_main figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}

.pickup_grid .h3_box {
  margin-bottom: 0;
}

.pickup_grid .h3_box .h3 {
  text-align: left;
  font-size: 125%;
  margin-bottom: 32px;
  font-weight: 700;
}

.pickup_grid>.pickup_main .text_box {
  width: 50%;
  padding: 72px 40px 100px 60px;
  position: relative;
}

.pickup_grid>.pickup_main .text_box::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 26px;
  background-color: #adc054;
  clip-path: path("M.621,22.018l8.25-9.028L.621,3.962a2.477,2.477,0,0,1,0-3.281A1.994,1.994,0,0,1,3.433.493a1.962,1.962,0,0,1,.188.188l9.759,10.68a2.475,2.475,0,0,1,0,3.281L3.619,25.322a2.031,2.031,0,0,1-1.5.68,2.031,2.031,0,0,1-1.5-.68,2.53,2.53,0,0,1,0-3.3Z");
  right: 40px;
  bottom: 40px;
  transition: 0.3s;
}

.pickup_grid>.pickup_main:hover .text_box::before {
  transform: translateX(4px);
}

.pickup_grid>.pickup_main:hover figure img {
  transform: scale(1.1);
}

.pickup_grid>.pickup_main .text_box p.check {
  display: inline-block;
  position: relative;
  padding: 4px 18px;
  font-size: 112.5%;
  background: #ff7600;
  color: #fff;
  margin-bottom: 10px;
  font-family: "Caveat", cursive, sans-serif;
}

.pickup_grid>.pickup_main .text_box p.check::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -5px;
  transform: translateX(-50%);
  width: 10px;
  height: 6px;
  background: #ff7600;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.pickup_grid>.pickup_sub {
  display: flex;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.pickup_grid>.pickup_sub figure {
  width: 44%;
  overflow: hidden;
}

.pickup_grid>.pickup_sub figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}

.pickup_grid>.pickup_sub .text_box {
  width: 56%;
  padding: 20px;
  position: relative;
}

.pickup_grid>.pickup_sub .text_box::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 18px;
  background-color: #adc054;
  clip-path: path("M.444,15.243l5.892-6.25L.444,2.743a1.676,1.676,0,0,1,0-2.271A1.456,1.456,0,0,1,2.452.341a1.381,1.381,0,0,1,.134.13l6.97,7.393a1.674,1.674,0,0,1,0,2.271L2.585,17.53A1.471,1.471,0,0,1,1.514,18,1.471,1.471,0,0,1,.444,17.53a1.711,1.711,0,0,1,0-2.284Z");
  right: 10px;
  bottom: 10px;
  transition: 0.3s;
}

.pickup_grid>.pickup_sub .text_box .h3_box .h3 {
  margin-bottom: 20px;
}

.pickup_grid>.pickup_sub:hover .text_box::before {
  transform: translateX(4px);
}

.pickup_grid>.pickup_sub:hover figure img {
  transform: scale(1.1);
}

@media screen and (max-width: 992px) {
  .pickup_sec {
    padding: 154px 0px 100px;
  }

  .pickup_grid {
    gap: 20px;
  }
}

@media screen and (max-width: 768px) {
  .pickup_sec .h2_box {
    top: -1.5%;
  }

  .pickup_grid {
    grid-template-columns: 1fr;
  }

  .pickup_grid>.pickup_main {
    grid-column: auto;
    flex-direction: column;
  }

  .pickup_grid>.pickup_main figure {
    width: 100%;
  }

  .pickup_grid>.pickup_main .text_box {
    width: 100%;
    padding: 20px 20px 40px;
  }

  .pickup_grid>.pickup_main .text_box::before {
    right: 8px;
    bottom: 8px;
  }
}

/* お仕事をお探しの方 */
.lfajob_sec {
  margin: 150px 0;
  background-color: #fdfcd3;
  position: relative;
  border-radius: 24px;
  padding: 154px 20px 100px;
}

.lfajob_sec .h2_box {
  position: absolute;
  top: -5%;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
}

.lfajob_sec .caveat_font {
  color: #ff7600;
}

.lfajob_sec .text_box p {
  text-align: center;
}

.lfajob_sec .text_box p:nth-child(2) {
  margin-top: 1rem;
  margin-bottom: 40px;
}

.lfajob_sec .btn_box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 80px;
  padding-bottom: 50px;
}

.lfajob_sec .btn_box a {
  width: 312px;
}

.lfajob_sec .btn_box .new_member {
  text-align: center;
}

.lfajob_sec .btn_box .new_member p {
  display: inline-block;
  position: relative;
  padding: 8px 14px;
  font-size: 87.5%;
  background: #ff7600;
  color: #fff;
  margin-bottom: 10px;
}

.lfajob_sec .btn_box .new_member p::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -5px;
  transform: translateX(-50%);
  width: 10px;
  height: 6px;
  background: #ff7600;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.lfajob_sec .btn_box .log_in {
  text-align: center;
}

.lfajob_sec .btn_box .log_in p {
  font-size: 87.5%;
  margin-bottom: 10px;
}

.lfajob_sec ul {
  display: grid;
  justify-content: center;
  grid-template-columns: 1fr 1fr 1fr;
  background-color: #fff;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.16);
  padding: 60px;
  border-radius: 16px;
  gap: 1px;
  max-width: 975px;
  margin: auto;
}

.lfajob_sec ul li {
  display: grid;
  position: relative;
}

.lfajob_sec ul li::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #a8a8a8;
  left: 0;
  top: 0;
}

.lfajob_sec ul li:first-child::before {
  content: none;
}

.lfajob_sec ul li a {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  justify-content: center;
  padding: 10px 20px;
  gap: 24px;
}

.lfajob_sec ul li a figure {
  max-width: 188px;
}

.lfajob_sec ul li a p {
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
  padding-right: 40px;
}

.lfajob_sec ul li a p::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 14px;
  background-color: #adc054;
  clip-path: path("M.355,11.855,5.069,6.994.355,2.133a1.278,1.278,0,0,1,0-1.767A1.186,1.186,0,0,1,2.032.33l.036.036L7.645,6.117a1.276,1.276,0,0,1,0,1.767l-5.577,5.75a1.184,1.184,0,0,1-1.674.039l-.039-.039a1.3,1.3,0,0,1,0-1.779");
  right: 16px;
  top: calc(50% - 7px);
  transition: 0.3s;
}

.lfajob_sec ul li a:hover {
  background-color: #f3f7de;
}

.lfajob_sec ul li a:hover::before {
  transform: translateX(4px);
}

@media screen and (max-width: 1199px) {
  .lfajob_sec ul {
    padding: 40px;
  }
}

@media screen and (max-width: 992px) {
  .lfajob_sec ul {
    padding: 30px;
  }

  .lfajob_sec .btn_box {
    gap: 40px;
  }
}

@media screen and (max-width: 768px) {
  .lfajob_sec ul {
    padding: 20px;
  }
}

@media screen and (max-width: 576px) {
  .lfajob_sec .h2_box {
    width: auto;
  }

  .lfajob_sec ul {
    padding: 10px;
    grid-template-columns: 1fr;
  }

  .lfajob_sec ul li::before {
    width: 100%;
    height: 1px;
  }

  .lfajob_sec ul li a {
    padding: 20px;
  }

  .lfajob_sec .btn_box .new_member,
  .lfajob_sec .btn_box .log_in,
  .lfajob_sec .btn_box a {
    width: 100%;
  }
}

/* 採用ご担当者様へ */
.recruiters_sec {
  width: 100%;
  height: 100%;
  background: url(../img/index/to_recruiters_photo.jpg) center center / cover no-repeat;
  border-radius: 24px;
  padding: 50px;
  margin-bottom: 150px;
}

.recruiters_content {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  padding: 30px 10px 50px;
}

.recruiters_content .text_box {
  margin-top: 40px;
  text-align: center;
}

.recruiters_content .btn_box {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}

.recruiters_content .btn_box .green_btn_arrow {
  width: 280px;
}

@media screen and (max-width: 576px) {
  .recruiters_sec {
    padding: 20px;
  }

  .recruiters_content .btn_box .green_btn_arrow{
    width: 100%;
  }
}

/* お知らせ */
.news_sec {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(145, 180, 230, 0.16) 33%, rgba(33, 72, 142, 0.26) 100%);
  margin-bottom: 152px;
}

.news_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 80px 50px;
  align-items: baseline;
  position: relative;
}

.news_sec .news_title {
  display: flex;
  flex-direction: column;
  width: calc(26% - 10px);
  justify-content: center;
  padding-bottom: 100px;
}

.news_sec .h2_box {
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
}

.news_sec .h2_box .caveat_font {
  color: #ff7600;
  font-size: 315.5%;
}

.news_sec .h2_box .h2 {
  font-size: 150%;
}

.news_sec .btn_box {
  position: absolute;
  left: calc(23% - 220px);
  bottom: 100px;
}

.news_sec .news_link {
  width: calc(74% - 10px);
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.16);
}

.news_link ul {
  padding: 10px 16px;
}

.news_link ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}

.news_link ul li::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #efefef;
  left: 0;
  bottom: 0;
}

.news_link ul li:last-of-type:before {
  content: none;
}

.news_link ul li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 16px;
  padding: 10px 40px 10px 24px;
  width: 100%;
  font-size: 100%;
  position: relative;
}

.news_link ul li a::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 14px;
  background-color: #adc054;
  clip-path: path("M.355,11.855,5.069,6.994.355,2.133a1.278,1.278,0,0,1,0-1.767A1.186,1.186,0,0,1,2.032.33l.036.036L7.645,6.117a1.276,1.276,0,0,1,0,1.767l-5.577,5.75a1.184,1.184,0,0,1-1.674.039l-.039-.039a1.3,1.3,0,0,1,0-1.779");
  right: 16px;
  top: calc(50% - 7px);
  transition: 0.3s;
}

.news_link ul li a:hover {
  background-color: #f3f7de;
}

.news_link ul li a:hover::before {
  transform: translateX(4px);
}

.news_link ul li a span,
.news_link ul li a p {
  display: inline-block;
}

.news_link ul li a span.news_date {
  font-size: 87.5%;
}

.news_link ul li a span.news_cate {
  font-size: 75%;
  padding: 4px 12px;
  background-color: #fff;
  color: #707070;
  border-radius: 2px;
  border: 1px solid #adc054;
}

.news_link ul li a span.news_cate.important {
  border-color: #ff7600;
}

.news_link ul li a span.news_update {
  font-size: 62.5%;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  padding: 4px 12px;
  background-color: #ff7600;
  color: #fff;
  border-radius: 2px;
}

@media screen and (max-width: 1199px) {
  .news_wrap {
    padding: 80px 20px;
  }
}

@media screen and (max-width: 992px) {

  .news_sec .news_title,
  .news_sec .news_link {
    width: 100%;
  }

  .news_sec .news_title {
    padding-bottom: 0;
  }

  .news_sec .btn_box {
    position: relative;
    left: calc(50% - 110px);
    bottom: auto;
  }
}

@media screen and (max-width: 576px) {
  .news_wrap {
    padding: 80px 0;
  }

  .news_link ul li a {
    padding: 10px 40px 10px 10px;
  }

    .news_sec .btn_box {
    left: auto;
    width: 100%;
  }

  .news_sec .btn_box a{
    width: 100%;
  }
}

/* 私たちについて */

.company_sec {
  background-color: #f8f6f3;
  position: relative;
  padding-bottom: 118px;
}

.company_sec .h2_box {
  position: absolute;
  top: -5%;
  left: 50%;
  transform: translateX(-50%);
}

.company_sec .overview {
  padding-top: 154px;
  padding: 154px 200px 0;
}

.company_sec .overview dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.company_sec .overview dl dt,
.company_sec .overview dl dd {
  display: flex;
  flex-direction: column;
  padding: 21px 0;
  margin: 0;
  position: relative;
}

.company_sec .overview dl dt::before,
.company_sec .overview dl dd::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #a8a8a8;
  left: 0;
  bottom: 0;
}

.company_sec .overview dl dt:first-of-type:after,
.company_sec .overview dl dd:first-of-type:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #a8a8a8;
  left: 0;
  top: 0;
}

.company_sec .overview dl dt {
  width: 16%;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.company_sec .overview dl dd {
  width: 84%;
  padding-left: 20px;
}

.company_sec .overview dl dd i {
  padding-right: 0.5rem;
}

.company_sec .overview dl dd a {
  position: relative;
  display: inline-block;
  width: fit-content;
}

.company_sec .overview dl dd a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #414141;
  left: 0;
  bottom: 0;
}

.company_sec .overview dl dd a:hover::before {
  opacity: 0;
}

.company_sec .btn_box {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}

.company_sec .btn_box>.green_btn_arrow {
  width: 280px;
  font-size: 100%;
}

.company_sec .recruit_info {
  margin-top: 120px;
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  background: #dae5a5;
  background: linear-gradient(90deg, rgba(218, 229, 165, 1) 1%, rgba(240, 250, 189, 1) 100%);
}

.company_sec .recruit_info .recruit_photo_box figure {
  position: absolute;
  bottom: -20px;
  right: calc(60% + 20px);
}

.company_sec .recruit_info .recruit_photo_box figure img {
  width: 387px;
}

.company_sec .recruit_info .recruit_text_box {
  padding-left: 40%;
  position: relative;
}

.company_sec .recruit_info .recruit_text_box .recruit_strong {
  padding: 18px 80px;
  font-size: 112.5%;
  background-color: #adc054;
  color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  clip-path: polygon(40px 0%, 100% 0%, 100% 100%, 0% 100%, 0% 100%);
}

.company_sec .recruit_info .recruit_text_box .text_box {
  margin-left: 80px;
}

.company_sec .recruit_info .recruit_text_box .text_box p {
  font-size: 87.5%;
  margin-top: 16px;
}

.company_sec .recruit_info .recruit_text_box a {
  margin-top: 14px;
  color: #375c2b;
  display: block;
  padding: 20px 40px;
  position: relative;
}

.company_sec .recruit_info .recruit_text_box a:before {
  content: "";
  position: absolute;
  background-color: #adc054;
  height: 1px;
  width: 100%;
  left: 0;
  bottom: 0;
}

.company_sec .recruit_info .recruit_text_box a:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 14px;
  background-color: #adc054;
  clip-path: path("M.355,11.855,5.069,6.994.355,2.133a1.278,1.278,0,0,1,0-1.767A1.186,1.186,0,0,1,2.032.33l.036.036L7.645,6.117a1.276,1.276,0,0,1,0,1.767l-5.577,5.75a1.184,1.184,0,0,1-1.674.039l-.039-.039a1.3,1.3,0,0,1,0-1.779");
  right: 16px;
  top: calc(50% - 7px);
  transition: 0.3s;
}

.company_sec .recruit_info .recruit_text_box a:hover::after {
  transform: translateX(4px);
}

@media screen and (max-width: 992px) {
  .company_sec .h2_box {
    position: absolute;
    top: -5%;
  }

  .company_sec .overview {
    padding: 120px 20px 0;
  }

  .company_sec .recruit_info .recruit_text_box {
    padding-left: 20px;
    width: 100%;
  }

  .company_sec .recruit_info .recruit_text_box .recruit_strong {
    width: 100%;
    padding: 18px 20px 18px 40px;
  }

  .company_sec .recruit_info .recruit_text_box .text_box {
    margin-left: 20px;
  }

  .company_sec .recruit_info .recruit_text_box .text_box p {
    padding-right: 180px;
  }

  .company_sec .recruit_info .recruit_photo_box figure {
    right: 8px;
    bottom: 75px;
  }

  .company_sec .recruit_info .recruit_photo_box figure img {
    width: 150px;
  }
}

@media screen and (max-width: 576px) {
  .company_sec .h2_box {
    top: -4%;
  }

  .company_sec .overview dl dt,
  .company_sec .overview dl dd {
    width: 100%;
  }

  .company_sec .overview dl dt {
    padding-bottom: 0;
  }

  .company_sec .overview dl dd:first-of-type::after {
    content: none;
  }

  .company_sec .overview dl dt::before {
    content: none;
  }

  .company_sec .overview dl dd:last-child:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #a8a8a8;
    left: 0;
    bottom: 0;
  }

  .company_sec .recruit_info .recruit_text_box .text_box p {
    padding-right: 0px;
  }

  .company_sec .recruit_info .recruit_photo_box {
    margin-top: 20px;
    text-align: center;
  }

  .company_sec .recruit_info .recruit_photo_box figure {
    position: relative;
    bottom: 0;
    right: auto;
  }

  .company_sec .recruit_info .recruit_text_box .text_box {
    margin-left: 0;
    margin-right: 20px;
  }

  .company_sec .btn_box>.green_btn_arrow{
    width: 100%;
  }
}