@charset "UTF-8";
body {
  background: var(--m-green, #CBD11C);
}

.main_inner {
  padding: 51px 0 0;
}

a:hover {
  cursor: pointer;
}

.padding_adjust {
  padding: 0 3%;
}

.service_slide {
  position: relative;
}

.main_bg_word {
  position: absolute;
  color: #D2D72E;
  font-size: clamp(9.813rem, -2.877rem + 26.44vw, 11.25rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  font-family: "Josefin Sans", sans-serif;
  bottom: -77px;
  height: 164px;
  z-index: 0;
  width: 100%;
  background-attachment: fixed;
  display: block;
  text-align: center;
}

/*--------------

    スライダー

---------------*/
.slide-items {
  margin-bottom: 87px;
}

.slick-slide {
  margin-right: 1vw !important;
  margin-left: 1vw !important;
}

.service_list li a {
  width: 90%;
  margin: 0 auto;
  display: block;
  position: relative;
}

.slide_pic {
  margin-bottom: 11px;
}

.slide_pic img {
  background: #fff;
}

.slide_catch {
  height: 430px;
  min-height: 430px;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-image: url(/images/list/list_mask.png);
  mask-image: url(/images/list/list_mask.png);
  -webkit-mask-position: center;
          mask-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-mask-size: contain;
          mask-size: contain;
}

.slide_logo {
  margin: 0 auto;
  position: relative;
  width: 95px;
  height: 71px;
  margin-top: -39px;
}

.slide_logo::before {
  content: "";
  width: 95px;
  height: 71px;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
  z-index: 0;
  display: block;
}

.slide_logo img {
  width: 56px;
  height: 54px;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0 auto;
  z-index: 1;
  position: relative;
  margin-top: -64px;
}

.list_company {
  color: var(--b-cream, #FCFBF5);
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 13px;
}

.list_tt {
  color: var(--b-cream, #FCFBF5);
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

/*----　ボタン　----*/
.service_list .slick-next {
  right: 29%;
  z-index: 10;
  transition: 0.3s;
}

.service_list .slick-next:hover {
  right: 28%;
}

.service_list .slick-next:before {
  content: "";
  background: url(../images/common/arrow-white--right.svg) no-repeat;
  width: 50px;
  height: 40px;
  display: block;
}

.service_list .slick-prev {
  left: 27%;
  z-index: 10;
  transition: 0.3s;
}

.service_list .slick-prev:hover {
  left: 26%;
}

.service_list .slick-prev:before {
  content: "";
  background: url(../images/common/arrow-white--left.svg) no-repeat;
  width: 50px;
  height: 40px;
  display: block;
}

/*--------------

    一覧

---------------*/
.service_all {
  background-color: #fff;
  padding: 0 0 165px;
}

/*---- 一覧ナビ------*/
.service_all_navi {
  position: sticky;
  top: 0;
  background-color: #fff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
  margin-bottom: 52px;
  z-index: 99;
}

.service_all_navi_wrap {
  display: flex;
  justify-content: space-between;
  padding: 15px 3% 15px 0;
  align-items: center;
  position: relative;
  background-color: #fff;
}

.all_tll {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  position: relative;
  width: 156px;
  text-align: center;
  line-height: 1;
}

.all_tll::before {
  content: "";
  bottom: -17px;
  position: absolute;
  width: 100%;
  height: 100%;
  border-bottom: 2px #CBD11C solid;
  left: 0px;
}

.sort_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 16px;
       column-gap: 16px;
  width: 187px;
  line-height: 1;
}

.sort_wrap button {
  color: #AFAFAF;
  font-size: 16px;
  letter-spacing: 0.05em;
  width: 100%;
  padding: 0;
  font-weight: 400;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
}

.sort_btn {
  position: relative;
}

.sort_btn::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 18px;
  background: var(--gray, #AFAFAF);
  top: 0;
  right: -27px;
  line-height: 1;
}

.sort_btn_new {
  width: 86px;
}


.sort_wrap button.is-active {
  font-weight: 500;
  color: #000;
}

.sort_wrap button:hover {
  opacity: 0.7;
}
.sort_wrap button.is-active:hover {
  opacity: 1;
}

/*----- 一覧のリスト　-----*/
.service_all_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 48px 3.6%;
}

.service_all_wrap li {
  width: 30.7%;
}

.all_img {
  position: relative;
  margin-bottom: 11px;
}

.all_img_catch {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 211px;
  border-radius: 19.4px;
  border: 1px solid var(--b-cream-2, #FBF8E5);
}

.all_img_company {
  background: #fff;
  width: 84px;
  height: 84px;
  border-radius: 19.4px 0;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  bottom: 0;
  right: 0;
  border: 1px solid var(--b-cream-2, #FBF8E5);
}

.all_tag p {
  color: var(--m-green, #CBD11C);
  font-size: 10px;
  font-weight: 500;
  line-height: 1.2;
  padding: 4px 8px;
  border-radius: 6px;
  background: var(--b-green-001, #FAFAE8);
  display: inline-block;
  margin-bottom: 7px;
}

.all_company {
  color: var(--blue-001, #5CA0CE);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.4px;
  line-height: 1;
  margin-bottom: 8px;
}

.all_description {
  color: var(--f-brown, #75695B);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6; /* 160% */
  letter-spacing: 0.05em;
}/*# sourceMappingURL=style_list.css.map */