@charset "utf-8";
/* last update 2026-02-05 */

.main > section,
.main > .container {
  padding: 3em 1em;
}

.recruit .container + section,
.recruit section + section {
  padding-top: 0;
}

.facility .main > section:nth-child(2n) {
  background-color: #ffe0e0;
}

.facility .main > section:nth-child(2n) + .interest_links {
  margin-top: 2em;
}

.mv_wrap {
  margin-bottom: 1.2em;
  position: relative;
  text-align: center;
}

.mv_wrap img {
  border-radius: 10px;
}

.main p:not(:last-child) {
  margin-bottom: 1.2em;
}

.bookmark {
  top: -1em;
  right: -.5em;
}

/* リスト */
/*
dl　pc改行有無
dl_01:改行なし18.5em
dl_02:改行あり
dl_03:改行なし15.75em
 */

.dl_01,
.dl_02,
.dl_03 {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  background-color: #fff;
}

.dl_01:not(:last-child),
.dl_02:not(:last-child),
.dl_03:not(:last-child) {
  margin-bottom: 3em;
}

.dl_01 dt,
.dl_02 dt,
.dl_03 dt {
  font-family: "UD新ゴ M", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  border-right: 1px solid #ccc;
  background-color: #f0f0f0;
  font-weight: bold;
  padding: 1em 1.25em;
}

.dl_01 dd,
.dl_02 dd,
.dl_03 dd {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 1em 1.25em;
}

.dl_02 dd {
  display: flex;
  flex-direction: column;
}

/* リンク */
.main a[href^="#"]::after {
  content: "";
  background: url(../img/ico_down_red.svg) no-repeat center/16px;
  width: 16px;
  height: 16px;
  display: inline-block;
}

/* レイアウトブロック */
.photo_link > .ex_link {
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
}

.imgBox {
  position: relative;
}

.imgBox figure {
  text-align: center;
}

.imgBox figure a {
  display: block;
}

/* .imgBox img {
  border-radius: 10px;
} */

.imgBox .no_radius {
  border-radius: 0;
}

.center.imgBox,
.imgLeftM,
.imgRightM,
.imgAllM,
.imgAllS {
  margin-bottom: 1.5em;
}

.border_div .center.imgBox,
.border_div .imgLeftM,
.border_div .imgRightM,
.border_div .imgAllM,
.border_div .imgAllS {
  margin-bottom: 0;
}

.imgLeftM .imgBox:not(:last-child),
.imgRightM .imgBox:not(:last-child),
.imgAllM .imgBox:not(:last-child),
.imgAllS .imgBox:not(:last-child) {
  margin-bottom: 1.2em;
}

.bg_div {
  border-radius: 10px;
  background-color: #FFEBEB;
  padding: 1.25em;
  margin-bottom: 1.2em;
}

.bg_div h3 {
  padding-left: 10px;
}

.facility .main > section:nth-child(2n) .bg_div {
  background-color: #fff;
}

.border_div {
  border-radius: 10px;
  border: 1px solid #E71E1D;
  padding: 1.25em;
  margin-bottom: 1.5em;
}

.qa {
  border: 1px solid #666;
  border-radius: 5px;
}

.qa:not(:last-child) {
  margin-bottom: 1.5em;
}

.qa dt {
  background-color: #FFEBEB;
  padding: 1em;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

.qa dd {
  padding: 1em;
}

.qa_open,
.qa_close {
  position: relative;
}

.qa_close dt {
  background-color: transparent;
}

.qa_open .qa_btn,
.qa_close .qa_btn {
  padding-right: 3em;
  cursor: pointer;
}

.qa_open .qa_a {
  background: url(../img/minus.png) no-repeat center;
}

.qa_close .qa_a {
  background: url(../img/plus.png) no-repeat center;
}

.qa_a {
  display: block;
  width: 1em;
  height: 1em;
  text-indent: 3em;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  right: 1em;
  top: 1.2em;
}

.float_fixed {
  /* flex-direction: row; */
  gap: .7rem;
  padding-bottom: 1em;
  position: fixed;
  bottom: 0;
  width: 100%;
  justify-content: center;
  z-index: 10;
}

.float_fixed .float_child {
  /* width: calc(50% - 1em);
  max-width: 17.75em; */
  width: 17.75em;
  font-size: .9375em;
  display: flex;
  justify-content: center;
}

.float_fixed .float_child a {
  /* font-size: .9375em; */
  font-weight: 505;
  padding: 1.1em 0;
}

/* facility */
.other_data {
  display: grid;
  gap: 1em;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 1.2em;
}

.other_data a {
  font-family: "UD新ゴ M", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  gap: .5em;
  padding: 3.2em .5em .5em !important;
  border: 1px solid #666;
  border-radius: 10px !important;
  font-weight: bold;
}

.to_movie {
  background: url(../img/ico_movie.png) no-repeat center .7em/34px;
}

.to_recruit {
  background: url(../img/ico_recruit_search.png) no-repeat center .7em/34px;
}

.page_data {
  display: flex;
  flex-direction: column;
  gap: .75em;
}

.page_data:not(:last-child) {
  margin-bottom: 1.75em;
}

.facility_cat ul,
ul.facility_cat {
  width: 100%;
  display: flex;
  gap: .5em;
  font-size: .75em;
}

.facility_cat li {
  background-color: #ffe0e0;
  border-radius: 4px;
  padding: .2em .75em;
  margin-bottom: 0 !important;
}

.main_contents .facility_cat {
  margin-bottom: 1.2em;
}

.center.imgBox + .facility_cat {
  margin-top: -.5em;
}

.update {
  margin-left: auto;
  font-size: .875em;
}

.bg_div .h2_204sengen {
  font-size: 1.25em;
  padding-left: 4em;
}

.assess {
  display: flex;
  flex-wrap: wrap;
  gap: .5em;
  margin-bottom: 1.2em;
}

.assess li {
  font-size: .875em;
  padding: .15em .75em;
  background-color: #fff;
  border-radius: 4px;
}

/* .staff_dl dt {
  font-size: 1.375em;
  font-weight: bold;
  border-bottom: 1px solid;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 1.2em;
  padding-bottom: .3em;
  margin-bottom: 1em;
}

.staff_dl dt span {
  font-size: .637em;
  font-weight: normal;
} */

.div_204sengen {
  margin-bottom: 1.2em;
}

.dl_02 + .div_204sengen {
  margin-top: -2em;
}

.dl_204sengen {
  display: flex;
  align-items: center;
}

.dl_204sengen:not(:last-child) {
  margin-bottom: .5em;
}

.dl_204sengen dt {
  border: 1px solid #666;
  border-radius: 4px;
  padding: .1em 1em;
  margin-right: 1em;
}

.cleared {
  font-family: "UD新ゴ M", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #e71e1d;
  font-weight: bold;
  margin-left: auto;
}

.uncleared {
  font-family: "UD新ゴ M", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  margin-left: auto;
}

.to_detail {
  background-color: #e71e1d;
  color: #fff;
  font-size: 1.125em;
  min-height: 3em;
  border-radius: 5px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.to_detail:hover {
  color: #fff;
}

#Getpdf {
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: calc(2.5em + 39px) 1.5em 1.5em;
  margin: 0 1em 2em;
  background: url(../img/GetAdobeAcrobat.png) no-repeat 1.2em 1.2em/158px;
}

#Getpdf * {
  font-size: .875em;
}

/* 事業所MVカルーセル */
#jigyou_mv .carousel__item {
  aspect-ratio: 16/9;
}

#jigyou_mv img {
  object-fit: contain;
  object-position: center;
  height: 100%;
  background-color: #ccc;
}

#jigyou_mv .carousel__prevButton {
  left: .5em;
}

#jigyou_mv .carousel__nextButton {
  right: .5em;
}

#jigyou_mv .carousel__control {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#jigyou_mv .carousel__control__right {
  width: 5.2em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#jigyou_mv .carousel__control__right > button {
  width: 2.5em;
  height: 2.5em;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 4em;
  border: none;
  border-radius: 50%;
  margin: 0;
  padding: 0;
}

#jigyou_mv .carousel__autoPlayOnButton {
  background: url(../img/mv_play.png) no-repeat center/100%;
}

#jigyou_mv .carousel__autoPlayOffButton {
  background: url(../img/mv_stop.png) no-repeat center/100%;
}

#jigyou_mv .carousel__pager--dot button {
  background-color: #222;
}

#jigyou_mv .carousel__pager--dot button[disabled] {
  opacity: 1;
}

#jigyou_mv .carousel__pager--dot button:not([disabled]) {
  opacity: .7;
}

.main p.nob_border {
  font-size: 1.75em;
  text-align: center;
  font-family: "UD新ゴ M", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  color: #E71E1D;
  margin: -.5em auto .5em;
}

/*----------------------------------------------------
 pc表示
------------------------------------------------------*/
@media screen and (min-width:890px), print {
  ul.facility_cat {
    width: 800px;
    margin: 0 auto 1.2em;
  }
}

@media screen and (min-width:1080px), print {
  .main > .container {
    padding: 3em 0;
  }

  .main .h2_204sengen {
    min-height: 2.7em;
    display: flex;
    align-items: center;
    padding-right: 3em;
  }

  .main p.nob_border {
    text-align: right;
    margin: -2.5em 0 1.5em;
  }

  .main_contents h2 {
    font-size: 2em;
  }

  .mv_wrap {
    text-align: center;
    position: relative;
  }

  .mv_wrap img {
    width: 800px;
  }

  .bookmark {
    font-family: "UD新ゴ M", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1em;
    width: 6.5em;
    height: 6.5em;
    text-indent: 0;
    background: url(../img/ico_star_red.svg) no-repeat center 1em/2.2em #fff;
    justify-content: center;
    align-items: flex-end;
    border: 2px solid;
    padding-bottom: 1em;
    color: #E71E1D;
    font-weight: bold;
  }

  .bookmark span {
    width: 1px;
    height: 1px;
    overflow: hidden;
  }

  .bookmark:hover,
  .bookmark.on:hover {
    background-image: url(../img/ico_star_blk.svg);
    color: #222;
    background-color: #fff;
  }

  .bookmark.on {
    background-image: url(../img/ico_star_wht.svg);
    color: #fff;
    background-color: #E71E1D;
  }
  
  .other_data {
    display: flex;
    flex-direction: column;
    gap: 1em;
    width: 120px;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 0;
  }

  .page_data {
    width: 800px;
    margin: 0 auto 1.75em;
  }

  /* .facility .bg_div {
    display: flex;
    flex-direction: column;
    align-items: center;
  } */

  .bg_div .h2_204sengen {
    min-height: 3.25em;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: calc(50% - 11.5em) center;
  }

  .bg_div .h2_204sengen + p {
    text-align: center;
  }

  .div_204sengen {
    display: flex;
    gap: 2em;
  }
  
  .dl_204sengen:not(:last-child) {
    margin-bottom: 0;
  }  

  .main a[href^="#"] {
    display: inline-flex;
    align-items: center;
    gap: .3em;
  }

  .main a[href^="#"]::after {
    width: 20px;
    height: 20px;
    /* top: calc(50% - 10px);
    right: 0; */
    background-size: 20px;
  }

  .dl_01,
  .dl_03 {
    display: flex;
    flex-wrap: wrap;
  }

  .dl_01 dt {
    border-bottom: 1px solid #ccc;
    width: 18.5em;
  }

  .dl_01 dd {
    width: calc(100% - 18.5em);
  }

  .dl_02 dd {
    flex-direction: row;
  }

  .dl_03 dt {
    border-bottom: 1px solid #ccc;
    width: 15.75em;
  }

  .dl_03 dd {
    width: calc(100% - 15.75em);
  }

  .cleared,
  .uncleared {
    margin-left: auto;
  }

  .center.imgBox img {
    max-width: 800px;
    margin: 0 auto;
    display: block;
  }

  .imgLeftM,
  .imgRightM {
    display: flex;
    justify-content: space-between;
  }
  .imgLeftM .imgBox:not(:last-child),
  .imgRightM .imgBox:not(:last-child),
  .imgAllM .imgBox:not(:last-child),
  .imgAllS .imgBox:not(:last-child) {
    margin-bottom: 0;
  }

  .imgLeftM .imgBox,
  .imgRightM .imgBox {
    width: 432px;
  }

  .imgRightM .imgBox {
    order: 1;
  }

  .imgLeftM .txtBox,
  .imgRightM .txtBox {
    width: calc(100% - 462px);
  }

  .border_div .imgLeftM .imgBox,
  .border_div .imgRightM .imgBox {
    width: 390px;
  }

  .border_div .imgLeftM .txtBox,
  .border_div .imgRightM .txtBox {
    width: calc(100% - 430px);
  }

  .imgAllM,
  .imgAllS {
    display: flex;
    flex-wrap: wrap;
    gap: 3em;
  }

  .imgAllM .imgBox {
    width: calc(50% - 1.5em);
  }

  .imgAllS .imgBox {
    width: calc(33.3% - 2em);
  }

  #Getpdf {
    width: 1080px;
    margin: 0 auto 1em;
    padding: 1.5em 1.5em 1.5em calc(2.5em + 160px);
  }

  /* 事業所MVカルーセル */
  #jigyou_mv {
    width: 800px;
    margin: 0 auto;
  }

}