@charset "UTF-8";

/* CSS Document */
/*-------------------------------------------------------------------------------------
PC用レイアウト（768px以上スクリーン）
----------------------------------------------------------------------------------------*/
/*--------------------------------------------------
共通設定(PC)
-----------------------------------------------------*/
/*body全体の初期スタイル調整*/
body {
  font-size: 62.5%;
  /*emの計算をしやすくするための定番設定*/
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: normal;
  color: #000;
}

/*リンク文字の設定*/
a {
  text-decoration: underline;
}

a:link,
a:visited {
  color: #39f;
}

a:hover,
a:active {
  color: #f60;
}

/*ブラウザのCSSをリセット*/
p {
  margin: 0 !important;
  padding: 0 !important;
}

/*セクションエリアの共通設定*/
section {
  clear: both;
  overflow: auto;
}

/*--------------------------------------------------
見出しタグ設定（PC）
-----------------------------------------------------*/
h2 {
  margin: 0.5em 0em;
  font-size: 2em;
  font-weight: bold;
  text-align: center;
}

h3 {
  margin: 0.5em 0em;
  padding: 0.3em 0.6em;
  font-size: 1.6em;
  font-weight: bold;
  border-left: 8px solid #10559A;
  border-bottom: 1px dotted #10559A;
}

h4 {
  margin: 0.5em 0em;
  padding: 0.3em 0.6em;
  font-size: 1.4em;
  border: 1px solid #ccc;
  font-weight: bold;
}

h5 {
  margin: 0.5em 0em;
  padding: 0.1em;
  font-size: 1.2em;
  font-weight: bold;
  border-bottom: 1px dotted #ccc;
}

/*--------------------------------------------------
全体レイアウト／背景設定（PC）
-----------------------------------------------------*/
/*全体エリア（全体背景を設定するにはここ）*/
.main {
  background-color: #f2f2f2;
}

/*記事(ボディ)エリア*/
.article {
  background-color: #fff;
  font-size: 1.6em;
  /*=16px*/
}

/*記事(ボディ)エリアの行間*/
.article p {
  line-height: 1.6;
}

.article {
  width: 100%;
}

/*カラム全体の幅を変更する*/
.top_image_in,
.section_inr {
  width: 950px;
  margin: 0 auto;
  /*真ん中に要素を置きたいときに使う*/
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

/*--------------------------------------------------
上部固定ヘッダー設定
-----------------------------------------------------*/
/*上部固定ヘッダー全体*/
.header {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 5000;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  overflow: auto;
}

/*ヘッダー内部をカラム幅にする*/
.header_inr {
  max-width: 950px;
  margin: 0 auto;
  overflow: hidden;
}

/*ヘッダーのロゴ*/
.header_logo {
  width: 20%;
  float: left;
  margin: 1em 0 1em;
}

/*ヘッダーの問い合わせボタン*/
.header_mail {
  width: 26%;
  float: right;
  margin: 1em 0em 0.6em;
}

/*ヘッダーの電話ボタン*/
.header_tel {
  width: 26%;
  float: right;
  margin: 1em 0.8em 0.6em 0;
}

/*ヘッダー内の画像が常に幅100%になるように*/
.header_logo img,
.header_mail img,
.header_tel img {
  width: 100%;
}

/*--------------------------------------------------
ファーストビュー設定
-----------------------------------------------------*/
.top_image {
  background-image: url("../images/fv_bg.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  height: auto;
}

.top_image_in img {
  width: 100%;
}

/*--------------------------------------------------
sectionの設定
-----------------------------------------------------*/

.section_01 {
  background-color: #eef3fa;
  padding: 4em 0 3em;
}

.subhead {
  margin-bottom: 4em;
}

/* 「導入事例」ラベル */
.label {
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #3aaa35;
  /* 緑色 */
  letter-spacing: 0.05em;
  margin-bottom: 8px;
}

/* ラベル下の短い区切り線 */
.label::after {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  background-color: #3aaa35;
  margin: 6px auto 10px;
}

/* メイン見出し */
.heading {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: #1a1a1a;
  line-height: 1.6;
  margin: 0;
}

.worry {
  width: 80%;
  margin: 0 auto 2em;
}

.worry_last {
  width: 80%;
  margin: 0 auto;
}


.section_02 {
  background-color: #FFF;
  padding: 4em 0 2em;
}

.feature_subhead {
  padding: 3em 18em 4em;
}

.feature_inr {
  display: flex;
  gap: 2em;
  margin-bottom: 2em;
}

.feature_01_left {
  width: 50%;
}

.feature_01_left img {
  width: 100%;
  margin-bottom: 2em;
}

.feature_01_right {
  width: 50%;
  align-items: center;
}

.feature_02_right {
  width: 50%;
}

.feature_02_right img {
  width: 100%;
  margin-bottom: 2em;
}

.feature_02_left {
  width: 50%;
}

.financial_subhead {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 0.5em;
}

.financial_intro {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.5em;
}

.financial_follow {
  text-align: center;
  margin-bottom: 2em;

}

.section_03 {
  background-color: #F4F2EE;
  padding: 4em 0 0em;
}


.section_04 {
  background-image: url(..//images/bg_prices.png);
  padding: 4em 0em 2em;
}

.prices_info {
  font-size: 13px;
  margin-bottom: 1em;
}

.flex_box {
  margin-bottom: 1em;
}

.flex_inr {
  width: 100%;
  display: flex;
  gap: 1em;
}

.section_05 {
  background-color: #F7F6F4;
  padding: 4em 0em 2em;
}


.section_06 {
  background-color: #fff;
  padding: 4em 0em 3em;
}


.flow_box {
  padding: 0 10em;
}

.section_07 {
  background-image: url(..//images/solution_bg.jpg);
  background-color: rgba(255, 255, 255, 0.8);
  background-blend-mode: lighten;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 4em 0em 3em;
}

.message_right {
  width: 100%;
}

.message_left {
  padding-right: 2em;
}

.section_08 {
  padding: 4em 0em 3em;
}


.section_09 {
  background-color: #F7F6F4;
  padding: 4em 0em 3em;
}



/*--------------------------------------------------
テーブル設定
-----------------------------------------------------*/

/* ============================================================
   PC用テーブル（.ct_desktop）
   ============================================================ */
.ct_desktop {
  display: block;
}

.ct_mobile {
  display: none;
}

/* ─── テーブル本体 ─── */
.ct_table {
  width: 100%;
  border-collapse: collapse;
  border: none;
  margin: 0;
  font-size: 1.4em;
  table-layout: fixed;
  margin-bottom: 1em;
}

/* 列幅 */
.ct_table col.col_label {
  width: 20%;
}

.ct_table col.col_premium {
  width: 27%;
}

.ct_table col.col_extra {
  width: 27%;
}

.ct_table col.col_free {
  width: 26%;
}

/* ─── ヘッダー行共通 ─── */
.ct_table thead tr th {
  padding: 1.2em 0.8em 1em;
  text-align: center;
  font-weight: bold;
  font-size: 0.85em;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

/* 左上の空セル */
.ct_table thead tr th.ct_th_label {
  background-color: #EBF2EB;
  color: transparent;
}

/* PREMIUM ヘッダー */
.ct_table thead tr th.ct_th_premium {
  background-color: #3A7D44;
}

/* EXTRA ヘッダー */
.ct_table thead tr th.ct_th_extra {
  background-color: #72A872;
}

/* FREE ヘッダー */
.ct_table thead tr th.ct_th_free {
  background-color: #9E9E9E;
}

.ct_table thead tr th .ct_th_en {
  display: inline;
  font-size: 1em;
  font-weight: bold;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.ct_table thead tr th .ct_th_ja {
  display: inline;
  font-size: 1em;
  font-weight: bold;
  opacity: 0.9;
  white-space: nowrap;
}

/* ─── 項目ラベル列 ─── */
.ct_table tbody tr td.ct_label {
  background-color: #EBF2EB;
  color: #3A7D44;
  font-weight: bold;
  text-align: left;
  padding: 1em 1.2em;
  border-top: 1px solid #D0E0D0;
  border-bottom: 1px solid #D0E0D0;
  border-right: 1px solid #D0E0D0;
  border-left: none;
  vertical-align: middle;
  font-size: 0.85em;
  line-height: 1.5;
}

/* ─── データセル共通 ─── */
.ct_table tbody tr td.ct_val {
  padding: 1em 0.8em;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #D8E8D8;
  line-height: 1.5;
  background-color: #fff;
  font-size: 1em;
  font-weight: bold;
}

/* 偶数行の背景 */
.ct_table tbody tr:nth-child(even) td.ct_val {
  background-color: #F7FAF7;
}

.ct_table tbody tr:nth-child(even) td.ct_label {
  background-color: #DFF0DF;
}

/* ─── PREMIUM 列 ─── */
.ct_table thead tr th.ct_th_premium {
  border-left: 3px solid #3A7D44;
  border-right: 3px solid #3A7D44;
  border-top: 3px solid #3A7D44;
  border-bottom: none;
}

.ct_table tbody tr td.ct_val.premium {
  color: #2E6035;
  border-left: 3px solid #3A7D44 !important;
  border-right: 3px solid #3A7D44 !important;
  border-top: 1px solid #C8DEC8;
  border-bottom: 1px solid #C8DEC8;
  background-color: #EDF7ED !important;
}

.ct_table tbody tr:last-child td.ct_val.premium {
  border-bottom: 3px solid #3A7D44 !important;
}

/* ─── EXTRA 列 ─── */
.ct_val.extra {
  color: #4E8A4E;
  border-left: 1px solid #D8E8D8;
  border-right: 1px solid #D8E8D8;
}

/* ─── FREE 列 ─── */
.ct_val.free {
  color: #888;
  border-left: 1px solid #D8E8D8;
  border-right: 1px solid #D8E8D8;
}

/* ─── 数値を大きく表示 ─── */
.ct_price {
  font-size: 1.4em;
  letter-spacing: -0.02em;
}

.ct_price_unit {
  font-size: 0.7em;
  margin-left: 0.1em;
}

/* ─── アイコンバッジ ─── */
.ct_icon {
  display: inline-block;
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1;
}

.ct_icon.premium {
  color: #3A7D44;
}

.ct_icon.extra {
  color: #72A872;
}

.ct_icon.none {
  color: #9E9E9E;
}

.ct_icon.ng {
  color: #CC3333;
}

.ct_icon_label {
  display: block;
  font-size: 0.7em;
  margin-top: 0.3em;
  font-weight: bold;
}

/* ============================================================
   モバイル用カードレイアウト（.ct_mobile）
   768px未満で表示、PCでは非表示
   各行：ラベル列 ｜ ◎△○ ｜ 説明テキスト の3カラム
   ============================================================ */
.ct_cards {
  display: flex;
  flex-direction: column;
  gap: 1.4em;
}

.ct_card {
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.10);
  font-size: 1em;
  border: 1px solid #C8DEC8;
}

/* カードヘッダー */
.ct_card_head {
  padding: 0.7em 1em;
  color: #fff;
  text-align: center;
  line-height: 1.4;
}

.ct_card_head_name {
  display: block;
  font-size: 1.3em;
  font-weight: bold;
  letter-spacing: 0.03em;
}

.ct_card.premium .ct_card_head {
  background-color: #3A7D44;
}

.ct_card.extra .ct_card_head {
  background-color: #72A872;
}

.ct_card.free .ct_card_head {
  background-color: #9E9E9E;
}

/* ─── 各行：3カラム ─── */
.ct_card_row {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #E0EEE0;
  background-color: #fff;
  min-height: 3em;
}

.ct_card_row:last-child {
  border-bottom: none;
}

.ct_card_row:nth-child(even) {
  background-color: #F7FAF7;
}

/* 左：ラベル列 */
.ct_card_col_label {
  flex: 0 0 28%;
  padding: 0.6em 0.5em 0.6em 0.8em;
  font-size: 1.15em;
  font-weight: bold;
  color: #3A7D44;
  line-height: 1.4;
  border-right: 1px solid #E0EEE0;
}

/* 中央：◎△○ マーク */
.ct_card_col_mark {
  flex: 0 0 16%;
  text-align: center;
  font-size: 1.3em;
  font-weight: bold;
  padding: 0.4em 0.2em;
  border-right: 1px solid #E0EEE0;
  line-height: 1;
}

.ct_card_col_mark.premium {
  color: #3A7D44;
}

.ct_card_col_mark.extra {
  color: #72A872;
}

.ct_card_col_mark.free {
  color: #9E9E9E;
}

.ct_card_col_mark.ng {
  color: #CC3333;
}

/* 右：説明テキスト */
.ct_card_col_text {
  flex: 1;
  padding: 0.6em 0.8em;
  font-size: 0.8em;
  font-weight: bold;
  line-height: 1.5;
}

.ct_card.premium .ct_card_col_text {
  color: #2E6035;
}

.ct_card.extra .ct_card_col_text {
  color: #4E8A4E;
}

.ct_card.free .ct_card_col_text {
  color: #777;
}




/*--------------------------------------------------
比較表サイズ調整（制作者用）
  --ct-scale の値を変更するだけで全体サイズが変わります
  例: 0.8 = 80%縮小 / 1.0 = 等倍 / 1.2 = 120%拡大
  ※ テーブル内がすべてem単位のため、font-sizeを変えると比率を保ったまま拡縮されます
-----------------------------------------------------*/
.ct_table_area {
  zoom: 0.8;
  /* ← この数値だけ変更してください */
}

/*--------------------------------------------------
FAQエリア
-----------------------------------------------------*/

.qa__list {
  padding: 0 3em;
}

.qaItem:not(:last-child) {
  margin-bottom: 20px;
}

.qaItem__q {
  padding: 20px 10px;
  padding-left: 20px;
  background-color: #eee;
  font-size: 18px;
  font-weight: bold;
  color: #125599;
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.qaItem__q::after {
  content: "";
  display: inline-block;
  background-image: url(../images/plus.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  /* map-get(マップ型変数, キー)で値を取得 */
}

.qaItem__q.is-active::after {
  background-image: url(../images/minus.svg);
}

.qaItem__q .q {
  font-size: 26px;
  font-weight: bold;
  color: #125599;
  margin-right: 10px;
  display: inline-block;
  line-height: 1;
}

.qaItem__a {
  padding: 20px;
  background-color: #FFFDE6;
  font-weight: 500;
  position: relative;
  cursor: pointer;
  display: none;
  margin: 0 auto;
}

.qaItem__a-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.qaItem__a .a {
  font-size: 26px;
  font-weight: bold;
  color: #E55A57;
  margin-right: 10px;
  display: inline-block;
  line-height: 1;
}

/*--------------------------------------------------
CTAエリア
-----------------------------------------------------*/
.cta_area {
  background-color: #AECB2D;
  padding: 3em 0;
}

.cta_micro_copy {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  text-align: center;
  margin-bottom: 2em;
}

.cta_btn_area {
  display: flex;
  width: 600px;
  margin: 0 auto;
  gap: 30px;
}

/*--------------------------------------------------
下部固定ヘッダー（PCは非表示）
-----------------------------------------------------*/

.fix_menu_smartphone {
  display: none;
}



/*--------------------------------------------------
会社概要テーブル
-----------------------------------------------------*/
.company_table {
  width: 100%;
  border-collapse: collapse;
  border: none;
  margin: 0;
}

.company_table tr {
  border-bottom: 1px dashed #C8D4C0;
}

.company_table tr:first-child {
  border-top: 1px dashed #C8D4C0;
}

.company_table th {
  width: 18%;
  padding: 1.4em 1em 1.4em 0;
  text-align: left;
  font-weight: bold;
  color: #005B36;
  background-color: transparent;
  vertical-align: top;
  white-space: nowrap;
  border: none;
  font-size: 1em;
}

.company_table td {
  padding: 1.4em 1em 1.4em 2em;
  text-align: left;
  vertical-align: top;
  background-color: transparent;
  border: none;
  line-height: 1.8;
  color: #333;
  font-size: 1em;
}



/*--------------------------------------------------
フッター部分
-----------------------------------------------------*/
.footer {
  background-color: #005B36;
  padding: 2em 0em;
  text-align: center;
  font-size: 1.4em;
  color: #fff;
}

.footer a {
  color: #fff;
}