@charset "UTF-8";
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
フォーライフ企画(C)FureaiGroup 2021

File name:      _variable.scss
Last Update:    2021/10/21
Style Info:     フォーライフ企画（変数指定用）
------------------------------------------------------------->
 0.基本スタイル
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ===========================================================
 0.基本スタイル
=========================================================== */
/* テキストカラー */
/* メインカラー */
/* その他カラー */
/* メールフォーム用 */
/* フォント */
/* リンクカラー */
/* アンチエイリアス処理 */
/* スマホナビ用シャドウ */
/* コンテンツ幅
----------------------------------------------------------- */
/* メディアクエリ
----------------------------------------------------------- */
/* cleafix */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
フォーライフ企画(C)FureaiGroup 2021

File name:      company.scss
Last Update:    2021/10/23
Style Info:     会社案内用。
------------------------------------------------------------->
 0.初期設定
 1.共通フォーマット上書き処理
 2.汎用スタイル
 3.会社案内
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ===========================================================
 0.初期設定
=========================================================== */
/* 変数読込
----------------------------------------------------------- */
/* ===========================================================
 1.共通フォーマット上書き処理
=========================================================== */
/* ===========================================================
 2.汎用スタイル
=========================================================== */
/* ===========================================================
 3.会社案内
=========================================================== */
/* 社長プロフィール
----------------------------------------------------------- */
.profile-table01 {
  margin-top: 20px;
  width: 100%;
}
.profile-table01 caption {
  vertical-align: middle;
}
.profile-table01 caption::before, .profile-table01 caption::after {
  display: inline-block;
  height: 1px;
  width: 60px;
  background-color: #aaa;
  content: "";
}
.profile-table01 caption::before {
  margin-right: 1em;
}
.profile-table01 caption::after {
  margin-left: 1em;
}
.profile-table01 tr + tr {
  border-top: 1px solid #aaa;
}
.profile-table01 th, .profile-table01 td {
  display: block;
}
.profile-table01 th {
  padding: 5px 0 0 0;
}
.profile-table01 td {
  padding: 0 0 5px 0;
}
@media screen and (min-width: 960px), print {
  .profile-table01 {
    margin-top: 40px;
  }
  .profile-table01 th, .profile-table01 td {
    display: table-cell;
    padding: 5px 0;
  }
  .profile-table01 th {
    width: 6em;
    white-space: nowrap;
    text-align: right;
  }
  .profile-table01 td {
    padding-left: 3em;
  }
}

.greeting-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;
  gap: 20px;
}
@media screen and (min-width: 960px), print {
  .greeting-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    gap: 40px;
  }
}

.president-photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.president-txt {
  margin-top: 20px;
  font-family: "Sawarabi Mincho", sans-serif;
  font-size: 23px;
  font-size: 2.3rem;
  text-align: center;
  line-height: 1.4;
}
.president-txt span {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
}

/*
.greeting-container {
  margin-bottom: 40px;
  order: 1;
  .principle-title-inner {
    display: flex;
    flex-flow: column nowrap;
    .principle-text {
      margin-top: 20px;
      margin-bottom: 20px;

      font-weight: 700;
    }
    .principle-profile {

      line-height: 1.4;
    }
  }
  @include variable.mq() {
    margin-bottom: 0;
    order: 2;
    .principle-title-inner {
      .principle-text {
        margin-top: 0;
        margin-bottom: 30px;

      }
      .principle-profile {

        line-height: 1.4;
      }
    }
  }
}
.greeting {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  margin-left: 0px;

  line-height: 1.8;
  text-align: center;
  order: 2;
  @include variable.mq() {
    margin-left: 60px;
    order: 1;
  }
}
*/
/* コンセプト
----------------------------------------------------------- */
.concept-title {
  display: inline-block;
  margin-bottom: 1em;
  font-family: "Sawarabi Mincho", sans-serif;
  font-size: 34px;
  font-size: 3.4rem;
}
.concept-title::after {
  display: block;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, #aaaaaa), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #aaaaaa 50%, rgba(255, 255, 255, 0) 100%);
  content: "";
}

/* 事業紹介
----------------------------------------------------------- */
.business-list {
  counter-reset: business-no;
}

.business-list li:before {
  counter-increment: business-no;
  content: counter(business-no) "）";
}
/*# sourceMappingURL=company.css.map */