@charset "utf-8";

/*----------------------------------------------
    BASE
----------------------------------------------*/

:root {
  --content-width-base: 100%;
  --content-width-wide: 100%;
  --content-width-wider: 100%;
}


/*----------------------------------------------
    COMMON (共通)
----------------------------------------------*/

.only-pc {
  display: none !important;
}

.only-pctb {
  display: block !important;
}

.only-tb {
  display: block !important;
}

.only-tbsp {
  display: block !important;
}

.only-sp {
  display: none !important;
}


/*   PAGETOP   */

#pagetop {
  bottom: 135px;
  right: 10px;
}


/*----------------------------------------------
    TOP  .home
----------------------------------------------*/

.home-field-map-btn.more img {
  width: 50px;
}

.home-field-map-btn.voice img {
  width: 75px;
}

.home-field-map-btn.medical {
  top: .5vw;
}

.home-field-map-btn.education {
  top: .5vw;
}

.home-field-map-btn.square {
  top: 36%;
}

.home-field-map-btn.careworker {
  top: 18.5%;
}

.home-field-map-btn.nursery {
  top: 18.5%;
}

.home-field-map-btn.overseas {
  top: 18.5%;
}

.home-field-collab-list {
  flex-wrap: wrap;
  gap: 40px 20px;
  justify-content: center;
}

.home-field-collab-list-item {
  max-width: 48%;
}

.home-field-learn-list {
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.home-field-learn-list-item {
  max-width: 48%;
}

.home-story-list-item {
  margin: 0 15px;
}

.home-news-bnrlist {
  row-gap: 40px;
}

.home-news-bnrlist .home-news-bnrlist-item:first-child {
  order: 3;
}


/*----------------------------------------------
    PAGE (共通)  .page
----------------------------------------------*/

/*----------------------------------------------
    お知らせ (一覧) NEWS  .blog
----------------------------------------------*/

/*----------------------------------------------
    お知らせ (詳細) NEWS  .single
----------------------------------------------*/

/*----------------------------------------------
    採用情報 RECRUIT  .recruit
----------------------------------------------*/

.recruit-flow-list-item-title {
  font-size: 20px;
}


/*----------------------------------------------
    グループ全体の取り組み SYNERGY  .synergy
----------------------------------------------*/

/*----------------------------------------------
    パンフレット  .pamphlet
----------------------------------------------*/

.swiper-horizontal {
  touch-action: auto;
}

