@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: #141414 /*#fff*/;
  border-bottom: 1px solid #ccc;
  overflow: auto;
}
@media only screen and (max-width: 768px) {
	.header{
		background-color: #141414 !important;
	}
}
/*ヘッダー内部をカラム幅にする*/
.header_inr {
  max-width: 950px;
  margin: 0 auto;
  overflow: hidden;
}
/*ヘッダーのロゴ*/
.header_logo {
  width: 35%;
  float: left;
  margin: 1.3em 0 0;
}
/*ヘッダーの問い合わせボタン*/
.header_mail {
  width: 25%;
  float: right;
  margin: 0.8em 0em 0.6em;
}
/*ヘッダーの電話ボタン*/
.header_tel {
  width: 25%;
  float: right;
  margin: 0.8em 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 ;
  background-size: auto auto;
  height: auto ;
}*/
.top_image{
	background: url("../images/fv_bg2.png") top center no-repeat;
	background-size: 100% 100%;
}
.top_image_in img {
  width: 100%;
}
/*--------------------------------------------------
sectionの設定
-----------------------------------------------------*/

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

.worry_subhead{
  padding: 0 12em 3em;
}


.section_02 {
  background-color: #FFF;
  padding: 1.5em 3em 4em;
}

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

.feature_box{
  margin-bottom: -1em;
}

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

.feature_01_left{
  width: 60%;
}
.feature_01_left img{
  width: 90%;
  margin-bottom: 2em;
}
.feature_01_right{
  width: 40%;
  background-color: #F7F6F4;
  padding: 1em;
}

.feature_02_right{
  width: 60%;
}
.feature_02_right img{
  width: 90%;
  margin-bottom: 2em;
}
.feature_02_left{
  width: 40%;
  background-color: #F7F6F4;
  margin-bottom: 1.5em;
  padding: 1em;
}

.proof{
  padding: 0 8em;
}

.section_03{
  background-color: #F7F6F4;
  padding: 1.5em 3em;
}

.merit_subhead{
    padding: 3em 18em 2em;
}

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

.flex_box{
  margin-bottom: 1em;
}
.flex_inr{
  width: 100%;
  display: flex;
  gap: 1em;
}

.merit_pic_04{
  padding: 0 7em;
}

.on_return{
  padding: 1em 7em;
}

.section_04{
  background-color: #CDDDDD;
  padding: 1em 3em 3em;
}
.comparison_subhead{
    padding: 3em 18em 2em;
}

.comparison_last{
  padding: 1em 6em;
}

.section_05{
  padding: 1em 3em 3em;
  background-image: url(..//images/bg_prices.png);
}

.prices_subhead{
    padding: 3em 18em 2em;
}

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

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

.prices_last{
  padding: 1em 10em 0;
}

.section_06{
  background-color: #F7F6F4;
  padding: 1em 3em 3em;
}
.flow_subhead{
    padding: 3em 18em 2em;
}

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

.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: 1em 3em 3em;
}

.voice_subhead{
    padding: 3em 18em 4em;
}
.voice_box{
    display: grid;
  /* 2列にする（1fr = 均等な幅） */
  grid-template-columns: repeat(2, 1fr); 
  /* 隙間を指定 */
  gap: 10px; 
  padding: 0 5em;
}

.section_08{
padding: 1em 3em 3em;
}

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

.message_right{
  width: 100%;
}

.message_left{
  padding-right:2em ;
}

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

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

.section_10{
padding: 1em 3em 3em;
}

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


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

/* ============================================================
   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;
}

/* 列幅 */
.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: #F0EDE8;
  color: transparent;
}

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

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

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

.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: #F0EDE8;
  color: #444;
  font-weight: bold;
  text-align: left;
  padding: 1em 1.2em;
  border-top: 1px solid #E0DDD8;
  border-bottom: 1px solid #E0DDD8;
  border-right: 1px solid #E0DDD8;
  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 #E8E8E8;
  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: #FAFAF9;
}
.ct_table tbody tr:nth-child(even) td.ct_label {
  background-color: #E9E5DF;
}

/* ─── PREMIUM 列 ─── */
.ct_table thead tr th.ct_th_premium {
  border-left: 3px solid #E05520;
  border-right: 3px solid #E05520;
  border-top: 3px solid #E05520;
  border-bottom: none;
}
.ct_table tbody tr td.ct_val.premium {
  color: #E05520;
  border-left: 3px solid #E05520 !important;
  border-right: 3px solid #E05520 !important;
  border-top: 1px solid #E8D0C8;
  border-bottom: 1px solid #E8D0C8;
  background-color: #FFF6F2 !important;
}
.ct_table tbody tr:last-child td.ct_val.premium {
  border-bottom: 3px solid #E05520 !important;
}

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

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

/* ─── 数値を大きく表示 ─── */
.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: #E05520; }
.ct_icon.extra   { color: #F0A020; }
.ct_icon.none    { color: #AAAAAA; }

.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 #E0E0E0;
}

/* カードヘッダー */
.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: #E05520; }
.ct_card.extra   .ct_card_head { background-color: #F0A020; }
.ct_card.free    .ct_card_head { background-color: #AAAAAA; }

/* ─── 各行：3カラム ─── */
.ct_card_row {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #EEEEEE;
  background-color: #fff;
  min-height: 3em;
}
.ct_card_row:last-child {
  border-bottom: none;
}
.ct_card_row:nth-child(even) {
  background-color: #FAFAF9;
}

/* 左：ラベル列 */
.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: #555;
  line-height: 1.4;
  border-right: 1px solid #EEEEEE;
}

/* 中央：◎△○ マーク */
.ct_card_col_mark {
  flex: 0 0 16%;
  text-align: center;
  font-size: 1.3em; /* 約13px相当 */
  font-weight: bold;
  padding: 0.4em 0.2em;
  border-right: 1px solid #EEEEEE;
  line-height: 1;
}
.ct_card_col_mark.premium { color: #E05520; }
.ct_card_col_mark.extra   { color: #F0A020; }
.ct_card_col_mark.free    { color: #AAAAAA; }

/* 右：説明テキスト */
.ct_card_col_text {
  flex: 1;
  padding: 0.6em 0.8em;
  font-size: 0.8em; /* 約13px相当 */
  font-weight: bold;
  line-height: 1.5;
}
.ct_card.premium .ct_card_col_text { color: #E05520; }
.ct_card.extra   .ct_card_col_text { color: #C07800; }
.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-image: url(..//images/cta_bg_01.png);
  background-color: rgba(255,255,255,0.9);
  background-blend-mode: lighten;
  background-repeat: no-repeat;
  background-size: cover;
  background-position:bottom;
  padding: 3em 0 4em;
}
.cta_area_box {
  width: 800px;
  background-color: #E5E2DC;
  box-sizing: border-box;
  outline: 1px solid #fff;
  outline-offset: -5px;
  border-radius: 20px;
  padding:2em 3em;
  margin: 0 auto;
}
.micro_copy{
  padding: 0em 5em 1.5em;
}

.cta_btn_area{
  display: flex;
  gap: 20px;
  width: 100%;
}

/*--------------------------------------------------
下部固定ヘッダー（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: #780000;
  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: #780000;
  padding: 2em 0em;
  text-align: center;
  font-size: 1.4em;
  color: #fff;
}
.footer a {
  color: #fff;
}