.elementor-325 .elementor-element.elementor-element-1fa0f2a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-325 .elementor-element.elementor-element-1fa0f2a:not(.elementor-motion-effects-element-type-background), .elementor-325 .elementor-element.elementor-element-1fa0f2a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-325 .elementor-element.elementor-element-79aae22{--display:flex;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-325 .elementor-element.elementor-element-9c36223 img{width:100%;}.elementor-325 .elementor-element.elementor-element-ff7ec3d{--display:flex;--position:absolute;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;top:0px;}body:not(.rtl) .elementor-325 .elementor-element.elementor-element-ff7ec3d{left:0px;}body.rtl .elementor-325 .elementor-element.elementor-element-ff7ec3d{right:0px;}.elementor-325 .elementor-element.elementor-element-bff923c{--display:flex;--padding-top:150px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-325 .elementor-element.elementor-element-245b34c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:150px;--padding-bottom:150px;--padding-left:0px;--padding-right:0px;}.elementor-325 .elementor-element.elementor-element-ed12377{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-325 .elementor-element.elementor-element-ed12377.elementor-element{--align-self:center;}.elementor-325 .elementor-element.elementor-element-ed12377 img{width:100%;}@media(max-width:1024px){.elementor-325 .elementor-element.elementor-element-ff7ec3d{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-325 .elementor-element.elementor-element-245b34c.e-con{--align-self:center;}}@media(min-width:768px){.elementor-325 .elementor-element.elementor-element-bff923c{--content-width:90%;}}@media(max-width:1024px) and (min-width:768px){.elementor-325 .elementor-element.elementor-element-245b34c{--width:85%;}}/* Start custom CSS for container, class: .elementor-element-ff7ec3d */.elementor-325 .elementor-element.elementor-element-ff7ec3d {
  position: absolute !important;
  inset: 52% auto auto 3.68% !important;

  --width: 20%;
  width: 20% !important;

  margin: 0 !important;
  z-index: 10;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-79aae22 */.elementor-325 .elementor-element.elementor-element-79aae22 {
  position: relative;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-1cc6241 *//* お知らせ一覧：画像と日付の間を広げる */
.makoya-news-list .pcp-post-thumb-wrapper {
  margin-bottom: 20px !important;
}

/* お知らせ一覧：タイトルを太くする */
.makoya-news-list .sp-pcp-title,
.makoya-news-list .sp-pcp-title a {
  font-weight: 600 !important;
}

/* 画像とタイトルを滑らかに変化 */
.makoya-news .sp-pcp-post img,
.makoya-news .sp-pcp-post .sp-pcp-title a,
.makoya-news-list .sp-pcp-post img,
.makoya-news-list .sp-pcp-post .sp-pcp-title a {
  transition: opacity 0.3s ease, color 0.3s ease;
}

/* ホバーしたカードの画像だけ薄くする */
.makoya-news .sp-pcp-post:hover img,
.makoya-news-list .sp-pcp-post:hover img {
  opacity: 0.8;
}

/* ホバーしたカードのタイトルだけ色を変える */
.makoya-news .sp-pcp-post:hover .sp-pcp-title a,
.makoya-news-list .sp-pcp-post:hover .sp-pcp-title a {
  color: #9c0200;
}

/* 1024px以上：1行3個 */
@media screen and (min-width: 1024px) {
  .makoya-news-list .sp-pcp-row {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    column-gap: 24px;
    row-gap: 32px;
  }
}

/* 600px〜1023px：1行2個 */
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .makoya-news-list .sp-pcp-row {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    column-gap: 24px;
    row-gap: 32px;
  }
}

/* 599px以下：1行1個 */
@media screen and (max-width: 599px) {
  .makoya-news-list .sp-pcp-row {
    display: grid !important;
    grid-template-columns: 1fr !important;
    row-gap: 28px;
  }
}

/* Smart Post側の固定幅を解除 */
.makoya-news-list .sp-pcp-row > * {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}/* End custom CSS */
/* Start custom CSS for image, class: .elementor-element-ed12377 */.recruit-image img {
  transition: opacity 0.3s ease;
}

.recruit-image img:hover {
  opacity: 0.8;
}/* End custom CSS */