@charset "utf-8";

/* -----------------------------------------------------------------
 setting・上書き
----------------------------------------------------------------- */
.cmn_breadcrumb::before {
  background: var(--color_accent_red);
}
.cmn_entry_wrap {
  padding-bottom: var(--margin_size_100);
}
.cmn_sec_entry {
  margin-top: 0;
}
.site_footer {
  margin-top: 0;
}

/* -----------------------------------------------------------------
 背景ラインアニメーション
----------------------------------------------------------------- */
/*--------------- deco_item01 ---------------*/
#wrap_deco_item01 {
  position: absolute;
  overflow: hidden;
  width: 100vw !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#box_deco_item01 {
  position: absolute;
  left: 55vw;
}
#deco_item01 {
  width: 710px;
}
@media screen and (max-width: 767px) {
  #box_deco_item01 {
    width: 298px;
  }
  #deco_item01 {
    width: 298px;
  }
}
@media print, screen and (min-width: 768px) {
  #box_deco_item01 {
    left: auto;
    right: min(calc((100vw - 1920px) * 0.2), 0px);
    width: 710px;
  }
  #deco_item01 {
    width: 710px;
  }
}

/*--------------- deco_item19 ---------------*/
#box_deco_item19 {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translateX(-50%);
}
#deco_item19 {
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  #box_deco_item19 {
    width: max(800px,100vw);
  }
}
@media print, screen and (min-width: 768px) {
  #box_deco_item19 {
    width: 100vw;
  }
}

/* -----------------------------------------------------------------
 cmn_local_nav（上書き）
----------------------------------------------------------------- */
.cmn_local_nav {
  padding: var(--margin_size_30) 1rem;
  border-radius: var(--margin_size_30);
}
.cmn_local_nav .select_wrap {
  display: inline-flex;
  align-items: center;
  position: relative;
  width: 100%;
}
.cmn_local_nav .select_wrap::after {
  position: absolute;
  right: 15px;
  width: 10px;
  height: 7px;
  background-color: #535353;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: '';
  pointer-events: none;
}
.cmn_local_nav .select_wrap select {
  appearance: none;
  min-width: 13rem;
  height: 2.9rem;
  padding: .4em calc(.8em + 30px) .4em .8em;
  border: 1px solid var(--color_main);
  border-radius: 25px;
  background-color: #fff;
  color: var(--color_main);
  font-size: 1em;
  cursor: pointer;
}
.cmn_local_nav .cmn_btn01 {
  min-width: 13rem;
  min-height: 3rem;
  margin: 0;
  padding: 0 0.5em;
}
@media screen and (max-width: 767px) {
  .cmn_local_nav .list .item {
    flex: 1 1 calc(33% - .3rem);
  }
  .cmn_local_nav .select_wrap select {
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .cmn_local_nav .list {
    gap:2rem;
  }
}
@media (hover: hover) and (pointer: fine) {
}


/* -----------------------------------------------------------------
 sec_post（base）
----------------------------------------------------------------- */
.wrap_sec_post {
  position: relative;
}
.sec_post {
  position: relative;
  margin-top: var(--margin_size_60);
  margin-bottom: var(--margin_size_100);
  z-index: 1;
}
cat_attendant@media screen and (max-width: 767px) {
  .sec_post {
  }
}
@media print, screen and (min-width: 768px) {
  .sec_post {
  }
}
@media (hover: hover) and (pointer: fine) {
}


/* -----------------------------------------------------------------
 sec_post（sec_cont）
----------------------------------------------------------------- */
.sec_post .sec_cont {
    display: grid;
}
.sec_post .sec_cont .link {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: var(--margin_size_30);
  background: #fff;
  overflow: hidden;
}
.sec_post .sec_cont .cmn_img_trim {
  aspect-ratio: 375 / 266;
}
.sec_post .sec_cont .cat {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 0 0 .625rem;
  background: var(--color_txt_netz);
  font-weight: 700;
  color: #fff;
}
.sec_post .sec_cont .summary {
  display: flex;
  flex-direction: column;
  gap:0.6rem;
  padding: 1.5rem 1.8rem 1.8rem;
  padding: 1.2rem 1.1rem 1.5rem;
}
.sec_post .sec_cont .summary .title {
  font-weight: 700;
  font-size: 1.25rem;
}
.sec_post .sec_cont .summary .add,
.sec_post .sec_cont .summary .salary {
  display: flex;
}
.sec_post .sec_cont .summary .label {
  flex: 0 0 6.2em;
  display: flex;
  gap:0.5rem;
  font-size: .875rem;
}
.sec_post .sec_cont .summary .label::before {
  flex: 0 0 1rem;
  display: block;
  content: "";
}
.sec_post .sec_cont .summary .add .label::before {
  width: 1rem;
  height: 1.1rem;
  background: url("../img/entry/ico_map.svg") no-repeat center center;
  background-size: contain;
}
.sec_post .sec_cont .summary .salary .label::before {
  width: .9rem;
  height: 1rem;
  background: url("../img/entry/ico_salary.svg") no-repeat center center;
  background-size: contain;
}

.sec_post .sec_cont .summary .add {
  font-size: .875rem;
}
.sec_post .sec_cont .summary .salary {
  font-size: .875rem;
}

@media screen and (max-width: 767px) {
  .sec_post .sec_cont {
      grid-template-columns: repeat(2, 1fr);
      gap: 18px;
  }
  .sec_post .sec_cont .cat {
    padding: .8rem 1rem;
  }
}
@media print, screen and (min-width: 768px) {
  .sec_post .sec_cont {
      grid-template-columns: repeat(3, 1fr);
      gap: 35px;
  }
  .sec_post .sec_cont .cat {
    padding: .8rem 1rem;
  }
  .sec_post .sec_cont .summary {
    padding: 1.5rem 1.8rem 1.8rem;
  }

}
@media (hover: hover) and (pointer: fine) {
}






