@charset "UTF-8";
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
湘南地区地域包括支援センターすみれ(C)FureaiGroup 2021

File name:      _variable.scss
Last Update:    2021/09/30
Style Info:     ふれあいグループ標準フォーマット（変数指定用）
------------------------------------------------------------->
 0.基本スタイル
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ===========================================================
 0.基本スタイル
=========================================================== */
/* テキストカラー */
/* メインカラー */
/* その他カラー */
/* メールフォーム用 */
/* フォント */
/* 蛍光カラー */
/* 背景 */
/* リンクカラー */
/* アンチエイリアス処理 */
/* section-title-h2  */
/* グラデ背景 */
/* スマホナビ用シャドウ */
/* コンテンツ幅
----------------------------------------------------------- */
/* メディアクエリ
----------------------------------------------------------- */
/* cleafix */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
湘南地区地域包括支援センターすみれ(C)FureaiGroup 2021

File name:      index.scss
Last Update:    2023/08/25
Style Info:     サイトトップ用。
------------------------------------------------------------->
 0.初期設定
 1.共通フォーマット上書き処理
 2.汎用スタイル
 3.トップメイン
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ===========================================================
 0.初期設定
=========================================================== */
/* 変数読込
----------------------------------------------------------- */
/* ===========================================================
 1.共通フォーマット上書き処理
=========================================================== */
/* ===========================================================
 2.汎用スタイル
=========================================================== */
/* ===========================================================
 3.トップメイン
=========================================================== */
.top-contents {
  width: 100%;
}
@media screen and (min-width: 960px), print {
  .top-contents {
    min-width: 60%;
  }
}

.sub-container {
  width: 100%;
}

.preamble-txt {
  margin-bottom: 40px;
}
@media screen and (min-width: 960px), print {
  .preamble-txt {
    margin-bottom: 80px;
  }
}

.shadow-img {
  text-align: center;
}
.shadow-img img {
  border-radius: 5px;
  -webkit-box-shadow: 3px 3px 10px -4px rgba(0, 0, 0, 0.6);
          box-shadow: 3px 3px 10px -4px rgba(0, 0, 0, 0.6);
}

.charg-area {
  position: relative;
  margin-bottom: 40px;
  padding: 20px;
  border: 2px solid #eb5055;
  border-radius: 5px;
}
.charg-area h1 {
  position: absolute;
  top: 0;
  left: calc(50% - 7em);
  display: inline-block;
  margin-top: -2em;
  padding: 3px 20px;
  background-color: #eb5055;
  border-radius: 20px;
  color: #fff;
}
.charg-area .charg-area-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 1em;
}
.charg-area .charg-area-list li {
  white-space: nowrap;
}
@media screen and (min-width: 960px), print {
  .charg-area {
    margin-bottom: 80px;
  }
}

.recruit-ba {
  margin-top: 20px;
}
@media screen and (min-width: 960px), print {
  .recruit-ba {
    margin-top: 40px;
  }
}

.recruit-ba-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  width: 100%;
  margin-top: 20px;
  background-color: #eb5055;
  border: 1px solid #eb5055;
}
.recruit-ba-container .recruit-ba-photo {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.recruit-ba-container .recruit-ba-photo img {
  width: 100%;
}
.recruit-ba-container .recruit-ba-inner {
  color: #fff;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.recruit-ba-container .recruit-ba-title {
  font-size: 180%;
  text-align: center;
}
.recruit-ba-container .recruit-ba-title-sub {
  font-size: 115%;
  text-align: center;
}
.recruit-ba-container .recruit-ba-appeal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin: 1em 0 2em;
}
.recruit-ba-container .recruit-ba-appeal li {
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}
.recruit-ba-container .recruit-ba-appeal li span {
  display: inline-block;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(65%, #f9a223));
  background: linear-gradient(transparent 65%, #f9a223 65%);
}
@media screen and (min-width: 960px), print {
  .recruit-ba-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    margin-top: 40px;
  }
  .recruit-ba-container .recruit-ba-photo {
    width: 40%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .recruit-ba-container .recruit-ba-photo img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .recruit-ba-container .recruit-ba-inner {
    width: calc(60% - 40px);
    margin: 0 20px;
    color: #fff;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .recruit-ba-container .recruit-ba-title {
    font-size: 180%;
    text-align: center;
  }
  .recruit-ba-container .recruit-ba-title-sub {
    font-size: 115%;
    text-align: center;
  }
  .recruit-ba-container .recruit-ba-appeal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
    margin: 1em 0 2em;
  }
  .recruit-ba-container .recruit-ba-appeal li {
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
  .recruit-ba-container .recruit-ba-appeal li span {
    display: inline-block;
    font-weight: bold;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(65%, #f9a223));
    background: linear-gradient(transparent 65%, #f9a223 65%);
  }
}

.recruit-entry-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.recruit-entry-container .recruit-entry-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 80%;
}
.recruit-entry-container .recruit-entry-btn em, .recruit-entry-container .recruit-entry-btn a {
  display: block;
  width: 100%;
}
.recruit-entry-container .recruit-entry-btn a:link, .recruit-entry-container .recruit-entry-btn a:visited, .recruit-entry-container .recruit-entry-btn a:hover, .recruit-entry-container .recruit-entry-btn a:active {
  color: #fff;
  text-decoration: none;
}
.recruit-entry-container .recruit-entry-btn span {
  position: relative;
  display: block;
  width: calc(100% - 2em);
  padding: 0.5em 1em;
  border: 1px solid #fff;
  text-align: center;
}
.recruit-entry-container .recruit-entry-btn span::before {
  position: absolute;
  top: 50%;
  right: -15px;
  display: block;
  width: 30px;
  height: 1px;
  background-color: #fff;
  content: "";
}
.recruit-entry-container .recruit-entry-btn span::after {
  position: absolute;
  top: calc(50% - 6px);
  right: -16px;
  display: block;
  width: 15px;
  height: 1px;
  background-color: #fff;
  content: "";
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (min-width: 960px), print {
  .recruit-entry-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
/*# sourceMappingURL=index.css.map */